{
  "metadata": {
    "linux": {
      "symbols": [
        {
          "kind": "dwarf",
          "name": "kernel.debug",
          "hash_type": "sha256",
          "hash_value": "dd500463e8a9697c62ef367b85b9d2a1e6454787cbd199f146bed2e2e614f1d4"
        },
        {
          "kind": "symtab",
          "name": "kernel.debug",
          "hash_type": "sha256",
          "hash_value": "dd500463e8a9697c62ef367b85b9d2a1e6454787cbd199f146bed2e2e614f1d4"
        },
        {
          "kind": "symtab",
          "name": "kernel",
          "hash_type": "sha256",
          "hash_value": "ef911f9cebab651503bfe5e72837889d3ea3de31d5504c36801bb37873acae72"
        }
      ],
      "types": [
        {
          "kind": "dwarf",
          "name": "kernel.debug",
          "hash_type": "sha256",
          "hash_value": "dd500463e8a9697c62ef367b85b9d2a1e6454787cbd199f146bed2e2e614f1d4"
        }
      ]
    },
    "producer": {
      "name": "dwarf2json",
      "version": "0.8.0"
    },
    "format": "6.2.0"
  },
  "base_types": {
    "_Bool": {
      "size": 1,
      "signed": true,
      "kind": "bool",
      "endian": "little"
    },
    "__ARRAY_SIZE_TYPE__": {
      "size": 8,
      "signed": false,
      "kind": "int",
      "endian": "little"
    },
    "char": {
      "size": 1,
      "signed": true,
      "kind": "char",
      "endian": "little"
    },
    "double": {
      "size": 8,
      "signed": true,
      "kind": "float",
      "endian": "little"
    },
    "float": {
      "size": 4,
      "signed": true,
      "kind": "float",
      "endian": "little"
    },
    "int": {
      "size": 4,
      "signed": true,
      "kind": "int",
      "endian": "little"
    },
    "long": {
      "size": 8,
      "signed": true,
      "kind": "int",
      "endian": "little"
    },
    "long long": {
      "size": 8,
      "signed": true,
      "kind": "int",
      "endian": "little"
    },
    "pointer": {
      "size": 8,
      "signed": false,
      "kind": "int",
      "endian": "little"
    },
    "short": {
      "size": 2,
      "signed": true,
      "kind": "int",
      "endian": "little"
    },
    "signed char": {
      "size": 1,
      "signed": true,
      "kind": "char",
      "endian": "little"
    },
    "unsigned __int128": {
      "size": 16,
      "signed": false,
      "kind": "int",
      "endian": "little"
    },
    "unsigned char": {
      "size": 1,
      "signed": false,
      "kind": "char",
      "endian": "little"
    },
    "unsigned int": {
      "size": 4,
      "signed": false,
      "kind": "int",
      "endian": "little"
    },
    "unsigned long": {
      "size": 8,
      "signed": false,
      "kind": "int",
      "endian": "little"
    },
    "unsigned long long": {
      "size": 8,
      "signed": false,
      "kind": "int",
      "endian": "little"
    },
    "unsigned short": {
      "size": 2,
      "signed": false,
      "kind": "int",
      "endian": "little"
    },
    "void": {
      "size": 0,
      "signed": false,
      "kind": "void",
      "endian": "little"
    }
  },
  "user_types": {
    "ACPI_ADDRESS16_ATTRIBUTE": {
      "size": 10,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ACPI_ADDRESS32_ATTRIBUTE": {
      "size": 20,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ACPI_ADDRESS64_ATTRIBUTE": {
      "size": 40,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ACPI_ADDRESS_RANGE": {
      "size": 32,
      "fields": {
        "EndAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_address_range"
            }
          },
          "offset": 0
        },
        "RegionNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 8
        },
        "StartAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ACPI_BIT_REGISTER_INFO": {
      "size": 4,
      "fields": {
        "AccessBitMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BitPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ParentRegister": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_BUFFER": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_COMMENT_NODE": {
      "size": 16,
      "fields": {
        "Comment": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_comment_node"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_COMMON_DESCRIPTOR": {
      "size": 16,
      "fields": {
        "CommonPointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_COMMON_STATE": {
      "size": 16,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_CONNECTION_INFO": {
      "size": 16,
      "fields": {
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "Connection": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_CONTROL_STATE": {
      "size": 48,
      "fields": {
        "AmlPredicateStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "LoopTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "PackageEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "PredicateOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_CREATE_FIELD_INFO": {
      "size": 72,
      "fields": {
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "BankValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ConnectionNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "DataRegisterNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "FieldBitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "FieldBitPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "FieldNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 8
        },
        "FieldType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "PinNumberIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "RegionNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "RegisterNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ResourceBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "ACPI_DATA_TABLE_MAPPING": {
      "size": 8,
      "fields": {
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_DESCRIPTOR": {
      "size": 200,
      "fields": {
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_COMMON_DESCRIPTOR"
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NAMESPACE_NODE"
          },
          "offset": 0
        },
        "Object": {
          "type": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          },
          "offset": 0
        },
        "Op": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_OBJECT"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_DEVICE_INFO": {
      "size": 96,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ClassCode": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID"
          },
          "offset": 72
        },
        "CompatibleIdList": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID_LIST"
          },
          "offset": 88
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "HardwareId": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID"
          },
          "offset": 40
        },
        "HighestDstates": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "InfoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "LowestDstates": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "Name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ParamCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "UniqueId": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID"
          },
          "offset": 56
        },
        "Valid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ACPI_DEVICE_WALK_INFO": {
      "size": 32,
      "fields": {
        "DeviceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "EvaluateInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_EVALUATE_INFO"
            }
          },
          "offset": 8
        },
        "Num_INI": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Num_STA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TableDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_TABLE_DESC"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_DMAR_DEVICE_SCOPE": {
      "size": 6,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "EntryType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "EnumerationId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_DMAR_HARDWARE_UNIT": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_DMAR_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ACPI_DMAR_HEADER": {
      "size": 4,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_DMAR_PCI_PATH": {
      "size": 2,
      "fields": {
        "Device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ACPI_DMAR_RESERVED_MEMORY": {
      "size": 24,
      "fields": {
        "BaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "EndAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_DMAR_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ACPI_EVALUATE_INFO": {
      "size": 88,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 86
        },
        "FullPathname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "NodeFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "ObjDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OPERAND_OBJECT"
            }
          },
          "offset": 32
        },
        "ParamCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "Parameters": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "ACPI_OPERAND_OBJECT"
              }
            }
          },
          "offset": 16
        },
        "ParentPackage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 64
        },
        "PassNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "Predefined": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PREDEFINED_INFO"
            }
          },
          "offset": 48
        },
        "PrefixNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "RelativePathname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ReturnBtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ReturnFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ReturnObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OPERAND_OBJECT"
            }
          },
          "offset": 56
        },
        "ReturnObjectType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        }
      },
      "kind": "struct"
    },
    "ACPI_EXCEPTION_INFO": {
      "size": 8,
      "fields": {
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_FADT_INFO": {
      "size": 16,
      "fields": {
        "Address32": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Address64": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "DefaultLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_FADT_PM_INFO": {
      "size": 16,
      "fields": {
        "RegisterNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "Source": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GENERIC_ADDRESS"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_FFH_INFO": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_FIXED_EVENT_HANDLER": {
      "size": 16,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_FIXED_EVENT_INFO": {
      "size": 6,
      "fields": {
        "EnableBitMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "EnableRegisterId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "StatusBitMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "StatusRegisterId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_GENERIC_ADDRESS": {
      "size": 12,
      "fields": {
        "AccessWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "BitWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_GENERIC_STATE": {
      "size": 80,
      "fields": {
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_COMMON_STATE"
          },
          "offset": 0
        },
        "Control": {
          "type": {
            "kind": "struct",
            "name": "ACPI_CONTROL_STATE"
          },
          "offset": 0
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NOTIFY_INFO"
          },
          "offset": 0
        },
        "ParseScope": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PSCOPE_STATE"
          },
          "offset": 0
        },
        "Pkg": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PKG_STATE"
          },
          "offset": 0
        },
        "Results": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESULT_VALUES"
          },
          "offset": 0
        },
        "Scope": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SCOPE_STATE"
          },
          "offset": 0
        },
        "Thread": {
          "type": {
            "kind": "struct",
            "name": "ACPI_THREAD_STATE"
          },
          "offset": 0
        },
        "Update": {
          "type": {
            "kind": "struct",
            "name": "ACPI_UPDATE_STATE"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_GET_DEVICES_INFO": {
      "size": 24,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "Hid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "UserFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_GLOBAL_NOTIFY_HANDLER": {
      "size": 16,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_BLOCK_INFO": {
      "size": 72,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "BlockBaseNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "EventInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_EVENT_INFO"
            }
          },
          "offset": 40
        },
        "GpeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "Initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_block_info"
            }
          },
          "offset": 16
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "Previous": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_block_info"
            }
          },
          "offset": 8
        },
        "RegisterCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "RegisterInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_REGISTER_INFO"
            }
          },
          "offset": 32
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "XruptBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_xrupt_info"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_DEVICE_INFO": {
      "size": 24,
      "fields": {
        "GpeDevice": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "Index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "NextBlockBaseIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_EVENT_INFO": {
      "size": 24,
      "fields": {
        "DisableForDispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "Dispatch": {
          "type": {
            "kind": "union",
            "name": "acpi_gpe_dispatch_info"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "GpeNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "RegisterInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_register_info"
            }
          },
          "offset": 8
        },
        "RuntimeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_HANDLER_INFO": {
      "size": 32,
      "fields": {
        "Address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "MethodNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "OriginalFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "OriginallyEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_NOTIFY_INFO": {
      "size": 16,
      "fields": {
        "DeviceNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_notify_info"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_REGISTER_INFO": {
      "size": 30,
      "fields": {
        "BaseGpeNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "EnableAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 12
        },
        "EnableForRun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "EnableForWake": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "EnableMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "MaskForRun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "StatusAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_WALK_INFO": {
      "size": 24,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ExecuteByOwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "GpeBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_BLOCK_INFO"
            }
          },
          "offset": 8
        },
        "GpeDevice": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ACPI_GPE_XRUPT_INFO": {
      "size": 32,
      "fields": {
        "GpeBlockListHead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_BLOCK_INFO"
            }
          },
          "offset": 16
        },
        "InterruptNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_xrupt_info"
            }
          },
          "offset": 8
        },
        "Previous": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_xrupt_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_AER": {
      "size": 44,
      "fields": {
        "Aer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_AER_COMMON"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_AER_BRIDGE": {
      "size": 56,
      "fields": {
        "AdvancedCapabilities2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "Aer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_AER_COMMON"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "UncorrectableMask2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "UncorrectableSeverity2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_AER_COMMON": {
      "size": 40,
      "fields": {
        "AdvancedCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "CorrectableMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "DeviceControl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "UncorrectableMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "UncorrectableSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_AER_ROOT": {
      "size": 48,
      "fields": {
        "Aer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_AER_COMMON"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "RootErrorCommand": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_GENERIC": {
      "size": 64,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ErrorBlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ErrorStatusAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 20
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxRawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 32
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RelatedSourceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_GENERIC_DATA": {
      "size": 64,
      "fields": {
        "ErrorDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ErrorSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "FruId": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "FruText": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "SectionType": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ValidationBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_GENERIC_DATA_V300": {
      "size": 72,
      "fields": {
        "ErrorDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ErrorSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "FruId": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "FruText": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "SectionType": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "TimeStamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ValidationBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_GENERIC_STATUS": {
      "size": 20,
      "fields": {
        "BlockStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ErrorSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "RawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RawDataOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_GENERIC_V2": {
      "size": 92,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ErrorBlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ErrorStatusAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 20
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxRawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 32
        },
        "ReadAckPreserve": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 76
        },
        "ReadAckRegister": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 64
        },
        "ReadAckWrite": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 84
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RelatedSourceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_HEADER": {
      "size": 4,
      "fields": {
        "SourceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_IA_CORRECTED": {
      "size": 48,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 16
        },
        "NumHardwareBanks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_IA_DEFERRED_CHECK": {
      "size": 48,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 16
        },
        "NumHardwareBanks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_IA_MACHINE_CHECK": {
      "size": 40,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "GlobalCapabilityData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "GlobalControlData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "NumHardwareBanks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_IA_NMI": {
      "size": 20,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxRawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_HEST_NOTIFY": {
      "size": 28,
      "fields": {
        "ConfigWriteEnable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ErrorThresholdValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ErrorThresholdWindow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PollInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PollingThresholdValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PollingThresholdWindow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_INIT_WALK_INFO": {
      "size": 64,
      "fields": {
        "BufferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "BufferInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "DeviceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "FieldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "FieldInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "MethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NonSerialMethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ObjectCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OpRegionCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "OpRegionInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "PackageCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "PackageInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "SerialMethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SerializedMethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TableIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_INTERFACE_INFO": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_interface_info"
            }
          },
          "offset": 8
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "ACPI_IO_ATTRIBUTE": {
      "size": 4,
      "fields": {
        "RangeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Translation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TranslationType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_MADT_INTERRUPT_OVERRIDE": {
      "size": 10,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "GlobalIrq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "SourceIrq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ACPI_MADT_IO_APIC": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "GlobalIrqBase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ACPI_MADT_LOCAL_APIC": {
      "size": 8,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LapicFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ProcessorId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_MADT_LOCAL_APIC_NMI": {
      "size": 6,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "Lint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ProcessorId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_MADT_LOCAL_X2APIC": {
      "size": 16,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "LapicFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "LocalApicId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ACPI_MADT_LOCAL_X2APIC_NMI": {
      "size": 12,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Lint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "Uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_MADT_NMI_SOURCE": {
      "size": 8,
      "fields": {
        "GlobalIrq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_MCFG_ALLOCATION": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "EndBusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "PciSegment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "StartBusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_MEMORY_ATTRIBUTE": {
      "size": 4,
      "fields": {
        "Caching": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RangeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Translation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_MEMORY_LIST": {
      "size": 24,
      "fields": {
        "CurrentDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ListHead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ListName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "MaxDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ObjectSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ACPI_MEM_MAPPING": {
      "size": 32,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "LogicalAddress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "NextMm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_mem_mapping"
            }
          },
          "offset": 24
        },
        "PhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_MEM_SPACE_CONTEXT": {
      "size": 32,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "CurMm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_MEM_MAPPING"
            }
          },
          "offset": 16
        },
        "FirstMm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_MEM_MAPPING"
            }
          },
          "offset": 24
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_MUTEX_INFO": {
      "size": 24,
      "fields": {
        "Mutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ThreadId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "UseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_NAMESPACE_NODE": {
      "size": 48,
      "fields": {
        "Child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Name": {
          "type": {
            "kind": "union",
            "name": "ACPI_NAME_UNION"
          },
          "offset": 12
        },
        "Object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 16
        },
        "Peer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 32
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_NAMESTRING_INFO": {
      "size": 40,
      "fields": {
        "ExternalName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "FullyQualified": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "InternalName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "NextExternalChar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "NumCarats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "NumSegments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ACPI_NAME_INFO": {
      "size": 7,
      "fields": {
        "ArgumentList": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExpectedBtypes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_NAME_UNION": {
      "size": 4,
      "fields": {
        "Ascii": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_NOTIFY_INFO": {
      "size": 40,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Global": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GLOBAL_NOTIFY_HANDLER"
            }
          },
          "offset": 32
        },
        "HandlerListHead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "HandlerListId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT": {
      "size": 24,
      "fields": {
        "Buffer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_19cbe0931fe9377d"
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d7654f153f977c98"
          },
          "offset": 0
        },
        "Package": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9bf5cd20056c3fdb"
          },
          "offset": 0
        },
        "PowerResource": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f67f8224ee01306"
          },
          "offset": 0
        },
        "Processor": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f19f04de42ccd764"
          },
          "offset": 0
        },
        "Reference": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4fb5fb78bc247a0d"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2328aef29ef37611"
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_OBJECT_ADDR_HANDLER": {
      "size": 72,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ContextMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "HandlerFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 64
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 56
        },
        "Setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_BANK_FIELD": {
      "size": 56,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BankObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 48
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_BUFFER": {
      "size": 48,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 40
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_BUFFER_FIELD": {
      "size": 48,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "BufferObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "IsCreateField": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_CACHE_LIST": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_COMMON": {
      "size": 16,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_DATA": {
      "size": 32,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_DEVICE": {
      "size": 48,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "GpeBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_BLOCK_INFO"
            }
          },
          "offset": 40
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_EVENT": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "OsSemaphore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_EXTRA": {
      "size": 56,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Method_REG": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionContext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ScopeNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_FIELD_COMMON": {
      "size": 48,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_INDEX_FIELD": {
      "size": 56,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DataObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 48
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "IndexObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_INTEGER": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Fill": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_LIST": {
      "size": 16,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OBJECT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_METHOD": {
      "size": 56,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Dispatch": {
          "type": {
            "kind": "union",
            "name": "unnamed_00110765242fcf5f"
          },
          "offset": 40
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "InfoFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Mutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "ParamCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "SyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ThreadCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_MUTEX": {
      "size": 72,
      "fields": {
        "AcquisitionDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 48
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 56
        },
        "OriginalSyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "OsMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "OwnerThread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_thread_state"
            }
          },
          "offset": 32
        },
        "Prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "SyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ThreadId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_NOTIFY_COMMON": {
      "size": 40,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_NOTIFY_HANDLER": {
      "size": 64,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "HandlerType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Next": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 48
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_PACKAGE": {
      "size": 48,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Elements": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 24
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_POWER_RESOURCE": {
      "size": 48,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ResourceOrder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "SystemLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_PROCESSOR": {
      "size": 48,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ProcId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_REFERENCE": {
      "size": 64,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "Class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "IndexPointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "Object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Resolved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "TargetType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "Where": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_REGION": {
      "size": 64,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_REGION_FIELD": {
      "size": 72,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "InternalPccBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "PinNumberIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "ResourceBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_STRING": {
      "size": 32,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OBJECT_THERMAL_ZONE": {
      "size": 40,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ACPI_OPCODE_INFO": {
      "size": 16,
      "fields": {
        "Class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ObjectType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ParseArgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RuntimeArgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ACPI_OPERAND_OBJECT": {
      "size": 72,
      "fields": {
        "AddressSpace": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_ADDR_HANDLER"
          },
          "offset": 0
        },
        "BankField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_BANK_FIELD"
          },
          "offset": 0
        },
        "Buffer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_BUFFER"
          },
          "offset": 0
        },
        "BufferField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_BUFFER_FIELD"
          },
          "offset": 0
        },
        "Cache": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_CACHE_LIST"
          },
          "offset": 0
        },
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_COMMON"
          },
          "offset": 0
        },
        "CommonField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_FIELD_COMMON"
          },
          "offset": 0
        },
        "CommonNotify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_NOTIFY_COMMON"
          },
          "offset": 0
        },
        "Data": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_DATA"
          },
          "offset": 0
        },
        "Device": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_DEVICE"
          },
          "offset": 0
        },
        "Event": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_EVENT"
          },
          "offset": 0
        },
        "Extra": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_EXTRA"
          },
          "offset": 0
        },
        "Field": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_REGION_FIELD"
          },
          "offset": 0
        },
        "IndexField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_INDEX_FIELD"
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_INTEGER"
          },
          "offset": 0
        },
        "Method": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_METHOD"
          },
          "offset": 0
        },
        "Mutex": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_MUTEX"
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NAMESPACE_NODE"
          },
          "offset": 0
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_NOTIFY_HANDLER"
          },
          "offset": 0
        },
        "Package": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_PACKAGE"
          },
          "offset": 0
        },
        "PowerResource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_POWER_RESOURCE"
          },
          "offset": 0
        },
        "Processor": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_PROCESSOR"
          },
          "offset": 0
        },
        "Reference": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_REFERENCE"
          },
          "offset": 0
        },
        "Region": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_REGION"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_STRING"
          },
          "offset": 0
        },
        "ThermalZone": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_THERMAL_ZONE"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_PACKAGE_INFO": {
      "size": 7,
      "fields": {
        "Count1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Count2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ObjectType1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ObjectType2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_PACKAGE_INFO2": {
      "size": 7,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ObjectType": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_PACKAGE_INFO3": {
      "size": 7,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ObjectType": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "TailObjectType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_PACKAGE_INFO4": {
      "size": 7,
      "fields": {
        "Count1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ObjectType1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PkgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "SubObjectTypes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_PARSE_OBJECT": {
      "size": 200,
      "fields": {
        "Asl": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_OBJ_ASL"
          },
          "offset": 0
        },
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_OBJ_COMMON"
          },
          "offset": 0
        },
        "Named": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_OBJ_NAMED"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_PARSE_OBJ_ASL": {
      "size": 200,
      "fields": {
        "AcpiBtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "AmlOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "AmlOpcodeLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 170
        },
        "AmlPkgLenBytes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 171
        },
        "AmlSubtreeLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ArgListLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "Child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 56
        },
        "Column": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "CompileFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "EndLine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "EndLogicalLine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ExternalName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "Extra": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 172
        },
        "ExtraValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "FileChanged": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "Filename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "FinalAmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "FinalAmlOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "LineNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "LogicalByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "LogicalLineNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "NameSeg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "Namepath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "ParentFilename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "ParentMethod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 64
        },
        "ParseOpName": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 173
        },
        "ParseOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "Value": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_VALUE"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ACPI_PARSE_OBJ_COMMON": {
      "size": 56,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ArgListLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "Value": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_VALUE"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ACPI_PARSE_OBJ_NAMED": {
      "size": 80,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ArgListLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "Name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "Path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "Value": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_VALUE"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ACPI_PARSE_STATE": {
      "size": 80,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "AmlEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PkgEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "PkgStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "Scope": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_generic_state"
            }
          },
          "offset": 56
        },
        "StartNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 48
        },
        "StartOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 40
        },
        "StartScope": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ACPI_PARSE_VALUE": {
      "size": 8,
      "fields": {
        "Arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "Buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Tag": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TAG_INFO"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_PCC_INFO": {
      "size": 16,
      "fields": {
        "InternalBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SubspaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_PCI_DEVICE": {
      "size": 16,
      "fields": {
        "Device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_pci_device"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_PCI_ID": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_PCI_ROUTING_TABLE": {
      "size": 24,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Pin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Source": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "SourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ACPI_PKG_INFO": {
      "size": 24,
      "fields": {
        "FreeSpace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "NumPackages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ObjectSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ACPI_PKG_STATE": {
      "size": 64,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "DestObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "NumPackages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "SourceObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ThisTargetObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "WalkState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_walk_state"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ACPI_PLD_INFO": {
      "size": 34,
      "fields": {
        "Bay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Blue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "CabinetNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "CardCageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Dock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Ejectable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Green": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "GroupOrientation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "GroupPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "GroupToken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "Height": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "HorizontalOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "HorizontalPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "IgnoreColor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Lid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Order": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "OspmEjectRequired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Panel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Red": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reference": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Rotation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "Shape": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "UserVisible": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "VerticalOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "VerticalPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ACPI_PNP_DEVICE_ID": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_PNP_DEVICE_ID_LIST": {
      "size": 8,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Ids": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_PNP_DEVICE_ID"
            }
          },
          "offset": 8
        },
        "ListSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_PORT_INFO": {
      "size": 16,
      "fields": {
        "End": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "OsiDependency": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_PREDEFINED_INFO": {
      "size": 7,
      "fields": {
        "Info": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NAME_INFO"
          },
          "offset": 0
        },
        "RetInfo": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO"
          },
          "offset": 0
        },
        "RetInfo2": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO2"
          },
          "offset": 0
        },
        "RetInfo3": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO3"
          },
          "offset": 0
        },
        "RetInfo4": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_PREDEFINED_NAMES": {
      "size": 24,
      "fields": {
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ACPI_PSCOPE_STATE": {
      "size": 56,
      "fields": {
        "ArgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ArgEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "ArgList": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "PkgEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_REG_WALK_INFO": {
      "size": 12,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RegRunCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_REPAIR_INFO": {
      "size": 16,
      "fields": {
        "Name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "RepairFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE": {
      "size": 68,
      "fields": {
        "Data": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_DATA"
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_ADDRESS": {
      "size": 9,
      "fields": {
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_ADDRESS16": {
      "size": 30,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS16_ATTRIBUTE"
          },
          "offset": 9
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 19
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_ADDRESS32": {
      "size": 40,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS32_ATTRIBUTE"
          },
          "offset": 9
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 29
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_ADDRESS64": {
      "size": 60,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS64_ATTRIBUTE"
          },
          "offset": 9
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 49
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_ATTRIBUTE": {
      "size": 4,
      "fields": {
        "Io": {
          "type": {
            "kind": "struct",
            "name": "ACPI_IO_ATTRIBUTE"
          },
          "offset": 0
        },
        "Mem": {
          "type": {
            "kind": "struct",
            "name": "ACPI_MEMORY_ATTRIBUTE"
          },
          "offset": 0
        },
        "TypeSpecific": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_RESOURCE_COMMON_SERIALBUS": {
      "size": 29,
      "fields": {
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_CSI2_SERIALBUS": {
      "size": 31,
      "fields": {
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "LocalPortInstance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "PhyType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_DATA": {
      "size": 60,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS"
          },
          "offset": 0
        },
        "Address16": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS16"
          },
          "offset": 0
        },
        "Address32": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS32"
          },
          "offset": 0
        },
        "Address64": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS64"
          },
          "offset": 0
        },
        "CommonSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_COMMON_SERIALBUS"
          },
          "offset": 0
        },
        "Csi2SerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_CSI2_SERIALBUS"
          },
          "offset": 0
        },
        "Dma": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_DMA"
          },
          "offset": 0
        },
        "EndTag": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_END_TAG"
          },
          "offset": 0
        },
        "ExtAddress64": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_EXTENDED_ADDRESS64"
          },
          "offset": 0
        },
        "ExtendedIrq": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_EXTENDED_IRQ"
          },
          "offset": 0
        },
        "FixedDma": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_FIXED_DMA"
          },
          "offset": 0
        },
        "FixedIo": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_FIXED_IO"
          },
          "offset": 0
        },
        "FixedMemory32": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_FIXED_MEMORY32"
          },
          "offset": 0
        },
        "GenericReg": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_GENERIC_REGISTER"
          },
          "offset": 0
        },
        "Gpio": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_GPIO"
          },
          "offset": 0
        },
        "I2cSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_I2C_SERIALBUS"
          },
          "offset": 0
        },
        "Io": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_IO"
          },
          "offset": 0
        },
        "Irq": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_IRQ"
          },
          "offset": 0
        },
        "Memory24": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_MEMORY24"
          },
          "offset": 0
        },
        "Memory32": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_MEMORY32"
          },
          "offset": 0
        },
        "PinConfig": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_CONFIG"
          },
          "offset": 0
        },
        "PinFunction": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_FUNCTION"
          },
          "offset": 0
        },
        "PinGroup": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_GROUP"
          },
          "offset": 0
        },
        "PinGroupConfig": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_GROUP_CONFIG"
          },
          "offset": 0
        },
        "PinGroupFunction": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_GROUP_FUNCTION"
          },
          "offset": 0
        },
        "SpiSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SPI_SERIALBUS"
          },
          "offset": 0
        },
        "StartDpf": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_START_DEPENDENT"
          },
          "offset": 0
        },
        "UartSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_UART_SERIALBUS"
          },
          "offset": 0
        },
        "Vendor": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_VENDOR"
          },
          "offset": 0
        },
        "VendorTyped": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_VENDOR_TYPED"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ACPI_RESOURCE_DMA": {
      "size": 5,
      "fields": {
        "BusMaster": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChannelCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Channels": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Transfer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_END_TAG": {
      "size": 1,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_EXTENDED_ADDRESS64": {
      "size": 58,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS64_ATTRIBUTE"
          },
          "offset": 10
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RevisionID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecific": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_EXTENDED_IRQ": {
      "size": 21,
      "fields": {
        "InterruptCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Interrupts": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "Polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 6
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Triggering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "WakeCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_FIXED_DMA": {
      "size": 5,
      "fields": {
        "Channels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "RequestLines": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_FIXED_IO": {
      "size": 3,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_FIXED_MEMORY32": {
      "size": 9,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_GENERIC_REGISTER": {
      "size": 12,
      "fields": {
        "AccessSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "BitWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_GPIO": {
      "size": 44,
      "fields": {
        "ConnectionType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DebounceTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "DriveStrength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "IoRestriction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 13
        },
        "Polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 17
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Triggering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15
        },
        "WakeCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_I2C_SERIALBUS": {
      "size": 36,
      "fields": {
        "AccessMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_IO": {
      "size": 7,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "IoDecode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_IRQ": {
      "size": 7,
      "fields": {
        "DescriptorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "InterruptCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Interrupts": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "Polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Triggering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "WakeCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_LABEL": {
      "size": 10,
      "fields": {
        "StringLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "StringPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_MEMORY24": {
      "size": 9,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_MEMORY32": {
      "size": 17,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 13
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_PIN_CONFIG": {
      "size": 39,
      "fields": {
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 23
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 12
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_PIN_FUNCTION": {
      "size": 36,
      "fields": {
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 9
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_PIN_GROUP": {
      "size": 32,
      "fields": {
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceLabel": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_LABEL"
          },
          "offset": 14
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_PIN_GROUP_CONFIG": {
      "size": 39,
      "fields": {
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "ResourceSourceLabel": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_LABEL"
          },
          "offset": 21
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_PIN_GROUP_FUNCTION": {
      "size": 36,
      "fields": {
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 7
        },
        "ResourceSourceLabel": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_LABEL"
          },
          "offset": 18
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_SOURCE": {
      "size": 11,
      "fields": {
        "Index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "StringLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "StringPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_SPI_SERIALBUS": {
      "size": 40,
      "fields": {
        "ClockPhase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ClockPolarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DataBitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "DevicePolarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "DeviceSelection": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "WireMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_START_DEPENDENT": {
      "size": 3,
      "fields": {
        "CompatibilityPriority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DescriptorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PerformanceRobustness": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_UART_SERIALBUS": {
      "size": 43,
      "fields": {
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "DataBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "DefaultBaudRate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 39
        },
        "Endian": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "FlowControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "LinesEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "Parity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 35
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "StopBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "TxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 37
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_VENDOR": {
      "size": 3,
      "fields": {
        "ByteData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ByteLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_RESOURCE_VENDOR_TYPED": {
      "size": 20,
      "fields": {
        "ByteData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "ByteLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Uuid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "UuidSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_RESULT_VALUES": {
      "size": 80,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ObjDesc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_RW_LOCK": {
      "size": 24,
      "fields": {
        "NumReaders": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ReaderMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "WriterMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_SCI_HANDLER_INFO": {
      "size": 24,
      "fields": {
        "Address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_sci_handler_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_SCOPE_STATE": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_SIGNAL_FATAL_INFO": {
      "size": 12,
      "fields": {
        "Argument": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_SIMPLE_REPAIR_INFO": {
      "size": 24,
      "fields": {
        "Name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ObjectConverter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "PackageIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "UnexpectedBtypes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ACPI_SLEEP_FUNCTIONS": {
      "size": 16,
      "fields": {
        "ExtendedFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "LegacyFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_SRAT_CPU_AFFINITY": {
      "size": 16,
      "fields": {
        "ApicId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ClockDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "LocalSapicEid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ProximityDomainHi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "ProximityDomainLo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_SRAT_GICC_AFFINITY": {
      "size": 18,
      "fields": {
        "AcpiProcessorUid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6
        },
        "ClockDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "ProximityDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ACPI_SRAT_MEM_AFFINITY": {
      "size": 40,
      "fields": {
        "BaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ProximityDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ACPI_SRAT_X2APIC_CPU_AFFINITY": {
      "size": 24,
      "fields": {
        "ApicId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ClockDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "ProximityDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ACPI_STATISTICS": {
      "size": 36,
      "fields": {
        "FixedEventCount": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "GpeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "MethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "SciCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_SUBTABLE_HEADER": {
      "size": 2,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_SYSTEM_INFO": {
      "size": 28,
      "fields": {
        "AcpiCaVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DebugLayer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DebugLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "TimerResolution": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_CDAT": {
      "size": 16,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_DESC": {
      "size": 32,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_TABLE_HEADER"
            }
          },
          "offset": 8
        },
        "Signature": {
          "type": {
            "kind": "union",
            "name": "ACPI_NAME_UNION"
          },
          "offset": 20
        },
        "ValidationCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_DMAR": {
      "size": 48,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_ECDT": {
      "size": 66,
      "fields": {
        "Control": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 36
        },
        "Data": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 48
        },
        "Gpe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "Uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_FACS": {
      "size": 64,
      "fields": {
        "FirmwareWakingVector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "GlobalLock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "HardwareSignature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OspmFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "Reserved1": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "Signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "XFirmwareWakingVector": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_FADT": {
      "size": 276,
      "fields": {
        "AcpiDisable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "AcpiEnable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "ArmBootFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 129
        },
        "BootFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 109
        },
        "C2Latency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "C3Latency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "Century": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "CstControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "DayAlarm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "Dsdt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "DutyOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "DutyWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "Facs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "FlushSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "FlushStride": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "Gpe0Block": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "Gpe0BlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "Gpe1Base": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "Gpe1Block": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "Gpe1BlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "HypervisorId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 268
        },
        "MinorRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 131
        },
        "Model": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "MonthAlarm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "Pm1ControlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 89
        },
        "Pm1EventLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "Pm1aControlBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "Pm1aEventBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "Pm1bControlBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "Pm1bEventBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "Pm2ControlBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "Pm2ControlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 90
        },
        "PmTimerBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "PmTimerLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 91
        },
        "PreferredProfile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "PstateControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 111
        },
        "ResetRegister": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 116
        },
        "ResetValue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "S4BiosRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "SciInterrupt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "SleepControl": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 244
        },
        "SleepStatus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 256
        },
        "SmiCommand": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "XDsdt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 140
        },
        "XFacs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 132
        },
        "XGpe0Block": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 220
        },
        "XGpe1Block": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 232
        },
        "XPm1aControlBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 172
        },
        "XPm1aEventBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 148
        },
        "XPm1bControlBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 184
        },
        "XPm1bEventBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 160
        },
        "XPm2ControlBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 196
        },
        "XPmTimerBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_HEADER": {
      "size": 36,
      "fields": {
        "AslCompilerId": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "AslCompilerRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OemId": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        },
        "OemRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "OemTableId": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_HEST": {
      "size": 40,
      "fields": {
        "ErrorSourceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_HPET": {
      "size": 56,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 40
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "MinimumTick": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 53
        },
        "Sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_LIST": {
      "size": 24,
      "fields": {
        "CurrentTableCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "MaxTableCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Tables": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_TABLE_DESC"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_MADT": {
      "size": 44,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_MCFG": {
      "size": 44,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_RSDP": {
      "size": 36,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ExtendedChecksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "OemId": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 9
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "RsdtPhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Signature": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "XsdtPhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_RSDT": {
      "size": 40,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "TableOffsetEntry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_SLIT": {
      "size": 45,
      "fields": {
        "Entry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "LocalityCount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_SPCR": {
      "size": 80,
      "fields": {
        "BaudRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "FlowControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "InterfaceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Interrupt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 54
        },
        "InterruptType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "Parity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "PcInterrupt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "PciBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "PciDevice": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "PciDeviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "PciFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 71
        },
        "PciFunction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "PciSegment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 75
        },
        "PciVendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "SerialPort": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 40
        },
        "StopBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "TerminalType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_SRAT": {
      "size": 48,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "TableRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ACPI_TABLE_XSDT": {
      "size": 44,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "TableOffsetEntry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ACPI_TAG_INFO": {
      "size": 8,
      "fields": {
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_THREAD_STATE": {
      "size": 40,
      "fields": {
        "AcquiredMutexList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "CurrentSyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ThreadId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "WalkStateList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_walk_state"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ACPI_UPDATE_STATE": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ACPI_VENDOR_UUID": {
      "size": 17,
      "fields": {
        "Data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_VENDOR_WALK_INFO": {
      "size": 24,
      "fields": {
        "Buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_BUFFER"
            }
          },
          "offset": 8
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Uuid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_VENDOR_UUID"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ACPI_WALK_STATE": {
      "size": 1128,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "AmlLastWhile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 952
        },
        "ArgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ArgTypes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Arguments": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 152
        },
        "AscendingCallback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1120
        },
        "CallerReturnDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 960
        },
        "ControlState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_GENERIC_STATE"
            }
          },
          "offset": 968
        },
        "CurrentResult": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "DeferredNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 976
        },
        "DescendingCallback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1112
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ImplicitReturnObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 984
        },
        "LastPredicate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "LocalVariables": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 488
        },
        "MethodBreakpoint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "MethodCallNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 992
        },
        "MethodCallOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1000
        },
        "MethodDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 1008
        },
        "MethodIsNested": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 146
        },
        "MethodNestingDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "MethodNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 1016
        },
        "MethodPathname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1024
        },
        "NamespaceOverride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_walk_state"
            }
          },
          "offset": 0
        },
        "NextOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1096
        },
        "NextOpInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NumOperands": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1032
        },
        "OpInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_OPCODE_INFO"
            }
          },
          "offset": 1040
        },
        "Opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "OperandIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Operands": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 872
        },
        "Origin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1048
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "Params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 944
        },
        "ParseFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ParserState": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_STATE"
          },
          "offset": 56
        },
        "PassNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "PrevArgTypes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "PrevOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1088
        },
        "ResultCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "ResultObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 1056
        },
        "ResultSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Results": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_GENERIC_STATE"
            }
          },
          "offset": 1064
        },
        "ReturnDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 1072
        },
        "ReturnUsed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ScopeDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "ScopeInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_GENERIC_STATE"
            }
          },
          "offset": 1080
        },
        "Thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_THREAD_STATE"
            }
          },
          "offset": 1104
        },
        "UserBreakpoint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "WalkType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "AES_TYPE_KEY": {
      "size": 16,
      "fields": {
        "KeyMaterial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE": {
      "size": 56,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS"
          },
          "offset": 0
        },
        "Address16": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS16"
          },
          "offset": 0
        },
        "Address32": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS32"
          },
          "offset": 0
        },
        "Address64": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS64"
          },
          "offset": 0
        },
        "ByteItem": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "CommonSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_COMMON_SERIALBUS"
          },
          "offset": 0
        },
        "Csi2SerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_CSI2_SERIALBUS"
          },
          "offset": 0
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Dma": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_DMA"
          },
          "offset": 0
        },
        "DwordItem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "EndDpf": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_END_DEPENDENT"
          },
          "offset": 0
        },
        "EndTag": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_END_TAG"
          },
          "offset": 0
        },
        "ExtAddress64": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_EXTENDED_ADDRESS64"
          },
          "offset": 0
        },
        "ExtendedIrq": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_EXTENDED_IRQ"
          },
          "offset": 0
        },
        "FixedDma": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_FIXED_DMA"
          },
          "offset": 0
        },
        "FixedIo": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_FIXED_IO"
          },
          "offset": 0
        },
        "FixedMemory32": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_FIXED_MEMORY32"
          },
          "offset": 0
        },
        "GenericReg": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_GENERIC_REGISTER"
          },
          "offset": 0
        },
        "Gpio": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_GPIO"
          },
          "offset": 0
        },
        "I2cSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_I2C_SERIALBUS"
          },
          "offset": 0
        },
        "Io": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_IO"
          },
          "offset": 0
        },
        "Irq": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_IRQ"
          },
          "offset": 0
        },
        "LargeHeader": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_LARGE_HEADER"
          },
          "offset": 0
        },
        "Memory24": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_MEMORY24"
          },
          "offset": 0
        },
        "Memory32": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_MEMORY32"
          },
          "offset": 0
        },
        "PinConfig": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_CONFIG"
          },
          "offset": 0
        },
        "PinFunction": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_FUNCTION"
          },
          "offset": 0
        },
        "PinGroup": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_GROUP"
          },
          "offset": 0
        },
        "PinGroupConfig": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_GROUP_CONFIG"
          },
          "offset": 0
        },
        "PinGroupFunction": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_GROUP_FUNCTION"
          },
          "offset": 0
        },
        "SmallHeader": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_SMALL_HEADER"
          },
          "offset": 0
        },
        "SpiSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_SPI_SERIALBUS"
          },
          "offset": 0
        },
        "StartDpf": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_START_DEPENDENT"
          },
          "offset": 0
        },
        "UartSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_UART_SERIALBUS"
          },
          "offset": 0
        },
        "VendorLarge": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_VENDOR_LARGE"
          },
          "offset": 0
        },
        "VendorSmall": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_VENDOR_SMALL"
          },
          "offset": 0
        },
        "WordItem": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "AML_RESOURCE_ADDRESS": {
      "size": 6,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_ADDRESS16": {
      "size": 16,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_ADDRESS32": {
      "size": 26,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 22
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_ADDRESS64": {
      "size": 46,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 38
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 6
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 22
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 14
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_COMMON_SERIALBUS": {
      "size": 12,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_CSI2_SERIALBUS": {
      "size": 12,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_DMA": {
      "size": 3,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DmaChannelMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_END_DEPENDENT": {
      "size": 1,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_END_TAG": {
      "size": 2,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_EXTENDED_ADDRESS64": {
      "size": 56,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "RevisionID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "TypeSpecific": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_EXTENDED_IRQ": {
      "size": 9,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "InterruptCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Interrupts": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_FIXED_DMA": {
      "size": 6,
      "fields": {
        "Channels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RequestLines": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_FIXED_IO": {
      "size": 4,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_FIXED_MEMORY32": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_GENERIC_REGISTER": {
      "size": 15,
      "fields": {
        "AccessSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7
        },
        "AddressSpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "BitWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_GPIO": {
      "size": 23,
      "fields": {
        "ConnectionType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "DebounceTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DriveStrength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "IntFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 17
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 21
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_I2C_SERIALBUS": {
      "size": 18,
      "fields": {
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SlaveAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_IO": {
      "size": 8,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_IRQ": {
      "size": 4,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IrqMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_LARGE_HEADER": {
      "size": 3,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_MEMORY24": {
      "size": 12,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_MEMORY32": {
      "size": 20,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_PIN_CONFIG": {
      "size": 20,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_PIN_FUNCTION": {
      "size": 18,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_PIN_GROUP": {
      "size": 14,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "LabelOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_PIN_GROUP_CONFIG": {
      "size": 20,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ResSourceLabelOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_PIN_GROUP_FUNCTION": {
      "size": 17,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ResSourceLabelOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_SMALL_HEADER": {
      "size": 1,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_SPI_SERIALBUS": {
      "size": 21,
      "fields": {
        "ClockPhase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "ClockPolarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DataBitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DeviceSelection": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 19
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_START_DEPENDENT": {
      "size": 2,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_UART_SERIALBUS": {
      "size": 22,
      "fields": {
        "DefaultBaudRate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "LinesEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Parity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "RxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "TxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_VENDOR_LARGE": {
      "size": 3,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "AML_RESOURCE_VENDOR_SMALL": {
      "size": 1,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ARCMSR_CDB": {
      "size": 504,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "CdbLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DeviceStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "SenseData": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "msgPages": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sgcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_754a1656d9dee037"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ATA_DESCRIPTOR_ENTRY": {
      "size": 26,
      "fields": {
        "DESCRIPTOR_ENTRY": {
          "type": {
            "kind": "struct",
            "name": "DESCRIPTOR_ENTRY"
          },
          "offset": 0
        },
        "descriptor_entry": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ATA_DESCRIPTOR_ENTRY_T": {
      "size": 26,
      "fields": {
        "DESCRIPTOR_ENTRY": {
          "type": {
            "kind": "struct",
            "name": "DESCRIPTOR_ENTRY"
          },
          "offset": 0
        },
        "descriptor_entry": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ATA_EXTENDED_SMART_SELF_TEST_LOG": {
      "size": 512,
      "fields": {
        "data_structure_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "descriptor_entrys": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ATA_DESCRIPTOR_ENTRY_T"
            }
          },
          "offset": 4
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 500
        },
        "self_test_descriptor_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "self_test_log_data_structure_revision_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vendor_specific": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        }
      },
      "kind": "struct"
    },
    "ATA_EXTENDED_SMART_SELF_TEST_LOG_T": {
      "size": 512,
      "fields": {
        "data_structure_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "descriptor_entrys": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ATA_DESCRIPTOR_ENTRY_T"
            }
          },
          "offset": 4
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 500
        },
        "self_test_descriptor_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "self_test_log_data_structure_revision_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vendor_specific": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        }
      },
      "kind": "struct"
    },
    "ATA_IDENTIFY_DEVICE_DATA": {
      "size": 512,
      "fields": {
        "acoustic_test_interseek_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 214
        },
        "additional_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "capabilities1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "capabilities2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "cfa_power_mode1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 320
        },
        "command_set_default": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 174
        },
        "command_set_enabled0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 170
        },
        "command_set_enabled1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 172
        },
        "command_set_supported0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        },
        "command_set_supported1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 166
        },
        "command_set_supported2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "command_set_supported_extention": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "current_acoustic_management_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 188
        },
        "current_max_sectors_per_multiple": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "current_media_serial_number": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 352
        },
        "current_power_mgmt_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "data_set_management": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 338
        },
        "device_nominal_form_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "enhanced_security_erase_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "firmware_revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "general_config_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hardware_reset_result": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 186
        },
        "integrity_word": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 510
        },
        "logical_sector_alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 418
        },
        "major_version_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "master_password_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "max_48bit_lba": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 200
        },
        "max_lba_range_entry_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 210
        },
        "max_num_blocks_per_microcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 470
        },
        "max_sectors_per_multiple": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "min_multiword_dma_transfer_cycle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "min_num_blocks_per_microcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 468
        },
        "min_pio_transfer_no_flow_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "min_pio_transfer_with_flow_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "minor_version_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "model_number": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "multi_word_dma_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "nominal_media_rotation_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 434
        },
        "obsolete0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "obsolete1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "obsolete2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "obsolete4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "obsolete5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 102
        },
        "obsolete6": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 108
        },
        "obsolete7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "physical_logical_sector_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 212
        },
        "pio_modes_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "rec_min_multiword_dma_transfer_cycle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "removable_media_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 254
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 142
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "reserved5": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 240
        },
        "reserved6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 412
        },
        "reserved7": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 420
        },
        "reserved8": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 436
        },
        "reserved9": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 472
        },
        "reserved_for_compact_flash1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14
        },
        "reserved_for_compact_flash2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 322
        },
        "reserved_for_compact_flash3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 340
        },
        "reserved_for_wwn_extention": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 224
        },
        "retired0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "retired1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "retired2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 40
        },
        "security_erase_completion_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 178
        },
        "security_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "serial_ata_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "serial_ata_features_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "serial_ata_features_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "serial_ata_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "serial_number": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "stream_access_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 194
        },
        "stream_min_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "stream_performance_granularity": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 196
        },
        "stream_transfer_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 192
        },
        "streaming_transfer_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "total_num_sectors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "ultra_dma_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "validity_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "vendor_specific1": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 258
        },
        "vendor_specific_config_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "words_per_logical_sector": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 234
        },
        "world_wide_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "ATA_IDENTIFY_DEVICE_DATA_T": {
      "size": 512,
      "fields": {
        "acoustic_test_interseek_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 214
        },
        "additional_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "capabilities1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "capabilities2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "cfa_power_mode1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 320
        },
        "command_set_default": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 174
        },
        "command_set_enabled0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 170
        },
        "command_set_enabled1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 172
        },
        "command_set_supported0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        },
        "command_set_supported1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 166
        },
        "command_set_supported2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "command_set_supported_extention": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "current_acoustic_management_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 188
        },
        "current_max_sectors_per_multiple": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "current_media_serial_number": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 352
        },
        "current_power_mgmt_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "data_set_management": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 338
        },
        "device_nominal_form_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "enhanced_security_erase_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "firmware_revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "general_config_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hardware_reset_result": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 186
        },
        "integrity_word": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 510
        },
        "logical_sector_alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 418
        },
        "major_version_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "master_password_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "max_48bit_lba": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 200
        },
        "max_lba_range_entry_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 210
        },
        "max_num_blocks_per_microcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 470
        },
        "max_sectors_per_multiple": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "min_multiword_dma_transfer_cycle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "min_num_blocks_per_microcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 468
        },
        "min_pio_transfer_no_flow_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "min_pio_transfer_with_flow_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "minor_version_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "model_number": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "multi_word_dma_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "nominal_media_rotation_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 434
        },
        "obsolete0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "obsolete1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "obsolete2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "obsolete4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "obsolete5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 102
        },
        "obsolete6": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 108
        },
        "obsolete7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "physical_logical_sector_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 212
        },
        "pio_modes_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "rec_min_multiword_dma_transfer_cycle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "removable_media_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 254
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 142
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "reserved5": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 240
        },
        "reserved6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 412
        },
        "reserved7": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 420
        },
        "reserved8": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 436
        },
        "reserved9": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 472
        },
        "reserved_for_compact_flash1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14
        },
        "reserved_for_compact_flash2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 322
        },
        "reserved_for_compact_flash3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 340
        },
        "reserved_for_wwn_extention": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 224
        },
        "retired0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "retired1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "retired2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 40
        },
        "security_erase_completion_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 178
        },
        "security_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "serial_ata_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "serial_ata_features_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "serial_ata_features_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "serial_ata_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "serial_number": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "stream_access_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 194
        },
        "stream_min_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "stream_performance_granularity": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 196
        },
        "stream_transfer_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 192
        },
        "streaming_transfer_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "total_num_sectors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "ultra_dma_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "validity_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "vendor_specific1": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 258
        },
        "vendor_specific_config_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "words_per_logical_sector": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 234
        },
        "world_wide_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "ATA_NCQ_COMMAND_ERROR_LOG": {
      "size": 512,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "count_15_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "count_7_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "lba_15_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lba_23_16": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "lba_31_24": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lba_39_32": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lba_47_40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lba_7_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ncq_tag": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nq": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved4": {
          "type": {
            "count": 242,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vendor_specific": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "ATA_NCQ_COMMAND_ERROR_LOG_T": {
      "size": 512,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "count_15_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "count_7_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "lba_15_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lba_23_16": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "lba_31_24": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lba_39_32": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lba_47_40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lba_7_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ncq_tag": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nq": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved4": {
          "type": {
            "count": 242,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vendor_specific": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "ATA_SMART_DESCRIPTOR_ENTRY": {
      "size": 24,
      "fields": {
        "SMART_DESCRIPTOR_ENTRY": {
          "type": {
            "kind": "struct",
            "name": "SMART_DESCRIPTOR_ENTRY"
          },
          "offset": 0
        },
        "smart_descriptor_entry": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ATA_SMART_DESCRIPTOR_ENTRY_T": {
      "size": 24,
      "fields": {
        "SMART_DESCRIPTOR_ENTRY": {
          "type": {
            "kind": "struct",
            "name": "SMART_DESCRIPTOR_ENTRY"
          },
          "offset": 0
        },
        "smart_descriptor_entry": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ATA_SMART_SELF_TEST_LOG": {
      "size": 512,
      "fields": {
        "data_structure_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "descriptor_entrys": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ATA_SMART_DESCRIPTOR_ENTRY_T"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 509
        },
        "self_test_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 508
        },
        "self_test_log_data_structure_revision_number": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vendor_specific": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 506
        }
      },
      "kind": "struct"
    },
    "ATA_SMART_SELF_TEST_LOG_T": {
      "size": 512,
      "fields": {
        "data_structure_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "descriptor_entrys": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ATA_SMART_DESCRIPTOR_ENTRY_T"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 509
        },
        "self_test_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 508
        },
        "self_test_log_data_structure_revision_number": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vendor_specific": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 506
        }
      },
      "kind": "struct"
    },
    "AUTH": {
      "size": 72,
      "fields": {
        "ah_cred": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 0
        },
        "ah_key": {
          "type": {
            "kind": "union",
            "name": "des_block"
          },
          "offset": 48
        },
        "ah_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auth_ops"
            }
          },
          "offset": 56
        },
        "ah_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "ah_verf": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "AdapterControlBlock": {
      "size": 15128,
      "fields": {
        "acb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 274
        },
        "adapter_bus_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15068
        },
        "adapter_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 272
        },
        "adapter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bhandle": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "btag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "completeQ_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 15120
        },
        "completionQ_entry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15092
        },
        "device_map": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14972
        },
        "devmap_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 14992
        },
        "devstate": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 14776
        },
        "dm_segs_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        },
        "doneq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15080
        },
        "firm_cfg_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14936
        },
        "firm_ide_channels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14932
        },
        "firm_model": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14940
        },
        "firm_numbers_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14924
        },
        "firm_request_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14920
        },
        "firm_sdram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14928
        },
        "firm_version": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14952
        },
        "ih": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 144
        },
        "in_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15084
        },
        "ioctl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 80
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 273
        },
        "irq_id": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 176
        },
        "irqres": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 112
        },
        "isr_lock": {
          "type": {
            "kind": "struct",
            "name": "arcmsr_lock_t"
          },
          "offset": 14648
        },
        "maxOutstanding": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15072
        },
        "message_rbuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "message_wbuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 248
        },
        "msgcode_rwbuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "msix_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 15104
        },
        "num_aborts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14916
        },
        "num_resets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14912
        },
        "out_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15088
        },
        "outbound_int_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "pCompletionQ": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "deliver_completeQ"
            }
          },
          "offset": 15096
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "pci_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 72
        },
        "pci_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "pktRequestCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15056
        },
        "pktReturnCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15060
        },
        "pmu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MessageUnit_UNION"
            }
          },
          "offset": 240
        },
        "postDone_lock": {
          "type": {
            "kind": "struct",
            "name": "arcmsr_lock_t"
          },
          "offset": 14712
        },
        "ppath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 200
        },
        "psim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 192
        },
        "psrb_pool": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "CommandControlBlock"
              }
            }
          },
          "offset": 280
        },
        "qbuffer_lock": {
          "type": {
            "kind": "struct",
            "name": "arcmsr_lock_t"
          },
          "offset": 14744
        },
        "rid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 15108
        },
        "rqbuf_firstindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10532
        },
        "rqbuf_lastindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10536
        },
        "rqbuffer": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6436
        },
        "srb_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "srb_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "srb_lock": {
          "type": {
            "kind": "struct",
            "name": "arcmsr_lock_t"
          },
          "offset": 14680
        },
        "srb_phyaddr": {
          "type": {
            "kind": "union",
            "name": "unnamed_eb0e5e6eda311d83"
          },
          "offset": 224
        },
        "srboutstandingcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6432
        },
        "srbworkingQ": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "CommandControlBlock"
              }
            }
          },
          "offset": 3352
        },
        "sub_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15076
        },
        "sys_res_arcmsr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 96
        },
        "uncacheptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "vendor_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15064
        },
        "vir2phy_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "workingsrb_doneindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6424
        },
        "workingsrb_startindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6428
        },
        "wqbuf_firstindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14636
        },
        "wqbuf_lastindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14640
        },
        "wqbuffer": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10540
        }
      },
      "kind": "struct"
    },
    "BASE_EEP4K_HEADER": {
      "size": 32,
      "fields": {
        "binBuildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "blueToothOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "deviceCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "macAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "opCapFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "regDmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "rfSilent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rxMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "txGainType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "txMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "BASE_EEP_9287_HEADER": {
      "size": 64,
      "fields": {
        "binBuildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "blueToothOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "deviceCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "futureBase": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "macAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "opCapFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "openLoopPwrCntl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "pwrTableOffset": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 32
        },
        "regDmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "rfSilent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rxMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "tempSensSlope": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 33
        },
        "tempSensSlopePalOn": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 34
        },
        "txMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "BASE_EEP_HEADER": {
      "size": 64,
      "fields": {
        "binBuildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "blueToothOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dacHiPwrMode_5G": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "dacLpMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "desiredScaleCCK": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "deviceCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "divChain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "fastClk5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "frac_n_5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "futureBase": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "macAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "opCapFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "openLoopPwrCntl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "pwdclkind": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "pwr_table_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "rcChainMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "regDmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "rfSilent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rxGainType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "rxMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "txGainType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "txMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "BASTREAM_CONTEXT": {
      "size": 4,
      "fields": {
        "Context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "BASTREAM_CREATE_STREAM": {
      "size": 39,
      "fields": {
        "BarThrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "DialogToken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FwBaContext": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_CONTEXT"
          },
          "offset": 26
        },
        "IdleThrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ParamInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "PeerMacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "QueueId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ResetSeqNo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "StaSrcMacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "StartSeqNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 31
        },
        "Tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "WindowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "BASTREAM_STREAM_INFO": {
      "size": 8,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FwBaContext": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_CONTEXT"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "BASTREAM_UPDATE_STREAM": {
      "size": 10,
      "fields": {
        "BaSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FwBaContext": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_CONTEXT"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "BIT_CStream_t": {
      "size": 40,
      "fields": {
        "bitContainer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "bitPos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "endPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "startPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "BIT_DStream_t": {
      "size": 40,
      "fields": {
        "bitContainer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "bitsConsumed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "limitPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "BUSYQ": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_command"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "BaseEepHeader": {
      "size": 64,
      "fields": {
        "binBuildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "blueToothOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dacHiPwrMode_5G": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "dacLpMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "desiredScaleCCK": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "deviceCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "divChain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "fastClk5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "frac_n_5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "futureBase": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "macAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "opCapFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "openLoopPwrCntl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "pwdclkind": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "pwr_table_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "rcChainMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "regDmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "rfSilent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rxGainType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "rxMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "txGainType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "txMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "BaseEepHeader4k": {
      "size": 32,
      "fields": {
        "binBuildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "blueToothOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "deviceCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "macAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "opCapFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "regDmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "rfSilent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rxMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "txGainType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "txMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CAL_CTL_DATA": {
      "size": 48,
      "fields": {
        "ctlEdges": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_CTL_EDGES"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CAL_CTL_DATA_4K": {
      "size": 8,
      "fields": {
        "ctlEdges": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_CTL_EDGES"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CAL_CTL_EDGES": {
      "size": 2,
      "fields": {
        "bChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tPowerFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "CAL_CTL_EDGE_PWR": {
      "size": 1,
      "fields": {
        "flag": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "t_power": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CAL_DATA_PER_FREQ": {
      "size": 40,
      "fields": {
        "pwrPdg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "vpdPdg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "CAL_DATA_PER_FREQ_4K": {
      "size": 20,
      "fields": {
        "pwrPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "vpdPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "CAL_TARGET_POWER_HT": {
      "size": 9,
      "fields": {
        "bChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tPow2x": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "CAL_TARGET_POWER_LEG": {
      "size": 5,
      "fields": {
        "bChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tPow2x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "CHAN_CENTERS": {
      "size": 6,
      "fields": {
        "ctl_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ext_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "synth_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CHAN_INFO_2GHZ": {
      "size": 12,
      "fields": {
        "channel5111": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "channelSelect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "refClkSel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CLIENT": {
      "size": 48,
      "fields": {
        "cl_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "AUTH"
            }
          },
          "offset": 8
        },
        "cl_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cl_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clnt_ops"
            }
          },
          "offset": 16
        },
        "cl_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cl_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cl_tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "CMD_BUFFER_DESCRIPTOR": {
      "size": 12,
      "fields": {
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_d82c2d540958e1ee"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "CMD_MESSAGE": {
      "size": 28,
      "fields": {
        "ControlCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "HeaderLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ReturnCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Signature": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "CMD_MESSAGE_FIELD": {
      "size": 1060,
      "fields": {
        "cmdmessage": {
          "type": {
            "kind": "struct",
            "name": "CMD_MESSAGE"
          },
          "offset": 0
        },
        "messagedatabuffer": {
          "type": {
            "count": 1032,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "CONFIG_EXTENDED_PAGE_HEADER": {
      "size": 8,
      "fields": {
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_FC_PORT_0": {
      "size": 76,
      "fields": {
        "CurrentSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "DiscoveredPortsCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "FabricWWNN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        },
        "FabricWWPN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 56
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "LinkType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "MPIPortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "MaxAliasesSupported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "MaxFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "MaxHardAliasesSupported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "MaxInitiators": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "NumCurrentAliases": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 74
        },
        "PortIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PortState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 75
        },
        "SupportedServiceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "SupportedSpeeds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "WWNN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "WWPN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_FC_PORT_1": {
      "size": 32,
      "fields": {
        "AltConnector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "HardALPA": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InitiatorDeviceTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "InitiatorIoPendTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "LinkConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "NoSEEPROMWWNN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 8
        },
        "NoSEEPROMWWPN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "NumRequestedAliases": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "RR_TOV": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "TopologyConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_HEADER": {
      "size": 4,
      "fields": {
        "PageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_IOC_2": {
      "size": 20,
      "fields": {
        "CapabilitiesFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaxPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "MaxVolumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "NumActivePhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "NumActiveVolumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "RaidVolume": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CONFIG_PAGE_IOC_2_RAID_VOL"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_IOC_2_RAID_VOL": {
      "size": 8,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "VolumeIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VolumePageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VolumeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_IOC_3": {
      "size": 12,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "NumPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PhysDisk": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "IOC_3_PHYS_DISK"
            }
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_RAID_PHYS_DISK_0": {
      "size": 120,
      "fields": {
        "DiskIdentifier": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ErrorData": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_ERROR_DATA"
          },
          "offset": 108
        },
        "ExtDiskIdentifier": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InquiryData": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_INQUIRY_DATA"
          },
          "offset": 40
        },
        "MaxLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "PhysDiskBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "PhysDiskID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PhysDiskIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskSettings": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_SETTINGS"
          },
          "offset": 8
        },
        "PhysDiskStatus": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_STATUS"
          },
          "offset": 100
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_RAID_VOL_0": {
      "size": 44,
      "fields": {
        "DataScrubRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InactiveStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "MaxLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxLBAHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "NumPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "PhysDisk": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RAID_VOL0_PHYS_DISK"
            }
          },
          "offset": 40
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ResyncRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "StripeSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "VolumeIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VolumeSettings": {
          "type": {
            "kind": "struct",
            "name": "RAID_VOL0_SETTINGS"
          },
          "offset": 12
        },
        "VolumeStatus": {
          "type": {
            "kind": "struct",
            "name": "RAID_VOL0_STATUS"
          },
          "offset": 8
        },
        "VolumeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_SCSI_DEVICE_0": {
      "size": 12,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Information": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NegotiatedParameters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_SCSI_DEVICE_1": {
      "size": 16,
      "fields": {
        "Configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "RequestedParameters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_SCSI_PORT_0": {
      "size": 12,
      "fields": {
        "Capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "PhysicalInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_SCSI_PORT_1": {
      "size": 16,
      "fields": {
        "Configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IDConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "OnBusTimerValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "TargetConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "CONFIG_PAGE_SCSI_PORT_2": {
      "size": 76,
      "fields": {
        "DeviceSettings": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI_DEVICE_INFO"
            }
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PortSettings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "CORNER_CAL_INFO": {
      "size": 8,
      "fields": {
        "clip": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "gSel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pd84": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pd90": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "COUNTRY_CODE_TO_ENUM_RD": {
      "size": 4,
      "fields": {
        "countryCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "regDmnEnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "CalCtlData": {
      "size": 48,
      "fields": {
        "ctlEdges": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_CTL_EDGES"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CalCtlData4k": {
      "size": 8,
      "fields": {
        "ctlEdges": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_CTL_EDGES"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CalCtlEdgePwr": {
      "size": 1,
      "fields": {
        "flag": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "t_power": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "CalCtlEdges": {
      "size": 2,
      "fields": {
        "bChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tPowerFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "CalTargetPowerHt": {
      "size": 9,
      "fields": {
        "bChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tPow2x": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "CalTargetPowerLegacy": {
      "size": 5,
      "fields": {
        "bChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tPow2x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "CommandControlBlock": {
      "size": 616,
      "fields": {
        "acb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "AdapterControlBlock"
            }
          },
          "offset": 520
        },
        "arc_cdb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "arcmsr_cdb": {
          "type": {
            "kind": "struct",
            "name": "ARCMSR_CDB"
          },
          "offset": 0
        },
        "ccb_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 544
        },
        "cdb_phyaddr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "cdb_phyaddr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "dm_segs_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 528
        },
        "pccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 512
        },
        "smid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "srb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 536
        },
        "srb_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 538
        }
      },
      "kind": "struct"
    },
    "ConfigExtendedPageHeader_t": {
      "size": 8,
      "fields": {
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "DATA_PER_CHANNEL": {
      "size": 52,
      "fields": {
        "PcdacValues": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "PwrValues": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 30
        },
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "numPcdacValues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcdacMax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pcdacMin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "DESCRIPTOR_ENTRY": {
      "size": 26,
      "fields": {
        "checkpoint_byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "failing_lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "failing_lba_high_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "failing_lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "failing_lba_low_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "failing_lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "failing_lba_mid_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lba_field": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "status_byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "time_stamp_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "time_stamp_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vendor_specific1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "vendor_specific10": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "vendor_specific11": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "vendor_specific12": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "vendor_specific13": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "vendor_specific14": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "vendor_specific15": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "vendor_specific2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "vendor_specific3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "vendor_specific4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "vendor_specific5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "vendor_specific6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "vendor_specific7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "vendor_specific8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "vendor_specific9": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "DTableDesc": {
      "size": 4,
      "fields": {
        "maxTableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tableType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ECORE_MUTEX": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ECORE_MUTEX_SPIN": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "EEPROM_DATA_PER_CHANNEL_2413": {
      "size": 102,
      "fields": {
        "Vpd_I": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "Vpd_delta": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 20
        },
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 100
        },
        "numPdGains": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pwr_I": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 12
        },
        "pwr_delta_t2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "EEPROM_DATA_PER_CHANNEL_5112": {
      "size": 26,
      "fields": {
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        },
        "pcd1_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pcd2_delta_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcd3_delta_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pcd4_delta_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pwr1_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "pwr1_xg3": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 20
        },
        "pwr2_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "pwr2_xg3": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 22
        },
        "pwr3_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12
        },
        "pwr3_xg3": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 24
        },
        "pwr4_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "EEPROM_DATA_STRUCT_2413": {
      "size": 1044,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pChannels": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "EEPROM_DATA_PER_CHANNEL_2413"
            }
          },
          "offset": 24
        },
        "xpd_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "EEPROM_POWER_5112": {
      "size": 284,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pChannels": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "EEPROM_DATA_PER_CHANNEL_5112"
            }
          },
          "offset": 24
        },
        "xpdMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "EEPROM_POWER_EXPN_5112": {
      "size": 24,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pChannels": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "EXPN_DATA_PER_CHANNEL_5112"
            }
          },
          "offset": 16
        },
        "xpdMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "EEP_FLAGS": {
      "size": 2,
      "fields": {
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "op_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ENCR_TKIPSEQCNT": {
      "size": 6,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "EVENT_DATA_RAID": {
      "size": 12,
      "fields": {
        "ASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SettingsStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "EXPN_DATA_PER_CHANNEL_5112": {
      "size": 84,
      "fields": {
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "pDataPerXPD": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "EXPN_DATA_PER_XPD_5112"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "EXPN_DATA_PER_XPD_5112": {
      "size": 20,
      "fields": {
        "numPcdacs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pcdac": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "pwr_t4": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 12
        },
        "xpd_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Elf32_Auxargs": {
      "size": 36,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "entry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "execfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "hdr_eflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pagesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "phdr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "Elf32_Auxinfo": {
      "size": 8,
      "fields": {
        "a_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "a_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_7bfd775c9f6e46ea"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "Elf32_Brandinfo": {
      "size": 64,
      "fields": {
        "brand": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "brand_note": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf_Brandnote"
            }
          },
          "offset": 48
        },
        "compat_3_brand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "header_supported": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "interp_newpath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "interp_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "machine": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sysvec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysentvec"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "Elf32_Ehdr": {
      "size": 52,
      "fields": {
        "e_ehsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "e_entry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "e_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "e_ident": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "e_phentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "e_phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "e_phoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "e_shentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "e_shnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "e_shoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "e_shstrndx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "e_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "e_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "Elf32_Phdr": {
      "size": 32,
      "fields": {
        "p_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "p_filesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "p_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "p_memsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "p_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "p_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "p_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "p_vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Elf32_Shdr": {
      "size": 40,
      "fields": {
        "sh_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sh_addralign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sh_entsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sh_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sh_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sh_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sh_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sh_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "Elf64_Auxargs": {
      "size": 72,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "entry": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "execfd": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "hdr_eflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "pagesz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "phdr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "Elf64_Auxinfo": {
      "size": 16,
      "fields": {
        "a_type": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "a_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_10375aa481fc576f"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Elf64_Brandinfo": {
      "size": 64,
      "fields": {
        "brand": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "brand_note": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf_Brandnote"
            }
          },
          "offset": 48
        },
        "compat_3_brand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "header_supported": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "interp_newpath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "interp_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "machine": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sysvec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysentvec"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "Elf64_Dyn": {
      "size": 16,
      "fields": {
        "d_tag": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "d_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_2fde31688201b9ef"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Elf64_Ehdr": {
      "size": 64,
      "fields": {
        "e_ehsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "e_entry": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "e_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "e_ident": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "e_phentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "e_phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "e_phoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "e_shentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "e_shnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "e_shoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "e_shstrndx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "e_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "e_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "Elf64_Phdr": {
      "size": 56,
      "fields": {
        "p_align": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "p_filesz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "p_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "p_memsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "p_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "p_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "p_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "p_vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "Elf64_Rel": {
      "size": 16,
      "fields": {
        "r_info": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Elf64_Rela": {
      "size": 24,
      "fields": {
        "r_addend": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "r_info": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Elf64_Shdr": {
      "size": 64,
      "fields": {
        "sh_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sh_addralign": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "sh_entsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "sh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sh_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sh_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sh_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sh_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sh_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "Elf64_Sym": {
      "size": 24,
      "fields": {
        "st_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "st_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_other": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "st_shndx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "st_value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Elf_Brandnote": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "Elf_Note"
          },
          "offset": 0
        },
        "trans_osrel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "Elf_Note": {
      "size": 12,
      "fields": {
        "n_descsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "n_namesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "n_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Elf_progent": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Elf_relaent": {
      "size": 16,
      "fields": {
        "nrela": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rela": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Rela"
            }
          },
          "offset": 0
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "Elf_relent": {
      "size": 16,
      "fields": {
        "nrel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Rel"
            }
          },
          "offset": 0
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ErrorInfo_struct": {
      "size": 48,
      "fields": {
        "CommandStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "MoreErrInfo": {
          "type": {
            "kind": "union",
            "name": "MoreErrInfo_struct"
          },
          "offset": 8
        },
        "ResidualCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ScsiStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SenseInfo": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "SenseLen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "Error_Map": {
      "size": 16,
      "fields": {
        "Error_Code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "Error_String": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "FAT32_BSBPB": {
      "size": 90,
      "fields": {
        "BPB_BkBootSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        },
        "BPB_BytsPerSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "BPB_ExtFlags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "BPB_FATSz16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "BPB_FATSz32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "BPB_FSInfo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "BPB_FSVer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "BPB_HiddSec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "BPB_Media": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "BPB_NumFATs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "BPB_NumHeads": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "BPB_Reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "BPB_RootClus": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "BPB_RootEntCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "BPB_RsvdSecCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "BPB_SecPerClus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "BPB_SecPerTrack": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "BPB_TotSec16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "BPB_TotSec32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "BS_BootSig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "BS_DrvNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "BS_FilSysType": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 82
        },
        "BS_OEMName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "BS_Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "BS_VolID": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 67
        },
        "BS_VolLab": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 71
        },
        "BS_jmpBoot": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "FAT_BSBPB": {
      "size": 62,
      "fields": {
        "BPB_BytsPerSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "BPB_FATSz16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "BPB_HiddSec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "BPB_Media": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "BPB_NumFATs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "BPB_NumHeads": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "BPB_RootEntCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "BPB_RsvdSecCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "BPB_SecPerClus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "BPB_SecPerTrack": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "BPB_TotSec16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "BPB_TotSec32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "BS_BootSig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "BS_DrvNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "BS_FilSysType": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "BS_OEMName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "BS_Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "BS_VolID": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "BS_VolLab": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "BS_jmpBoot": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "FAT_DES": {
      "size": 32,
      "fields": {
        "DIR_Attr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "DIR_CrtDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "DIR_CrtTime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "DIR_CrtTimeTenth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "DIR_FileSize": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "DIR_FstClusHI": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "DIR_FstClusLO": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "DIR_LstAccDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "DIR_NTRes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "DIR_Name": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "DIR_WrtDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "DIR_WrtTime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "FIXED_RATE_ENTRY": {
      "size": 16,
      "fields": {
        "FixRateTypeFlags": {
          "type": {
            "kind": "struct",
            "name": "FIX_RATE_FLAG"
          },
          "offset": 0
        },
        "FixedRate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RetryCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "FIX_RATE_FLAG": {
      "size": 8,
      "fields": {
        "FixRateType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RetryCountValid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "FSE_CState_t": {
      "size": 32,
      "fields": {
        "stateLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stateTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "symbolTT": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "FSE_DState_t": {
      "size": 16,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "FSE_DTableHeader": {
      "size": 4,
      "fields": {
        "fastMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "FSE_DecompressWksp": {
      "size": 516,
      "fields": {
        "dtable": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 512
        },
        "ncount": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "FSE_decode_t": {
      "size": 4,
      "fields": {
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "newState": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "symbol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "FSE_symbolCompressionTransform": {
      "size": 8,
      "fields": {
        "deltaFindState": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "deltaNbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "FULL_PCDAC_STRUCT": {
      "size": 264,
      "fields": {
        "PcdacValues": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "PwrValues": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 136
        },
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "numPcdacValues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcdacMax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pcdacMin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "FWCmdHdr": {
      "size": 8,
      "fields": {
        "Cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "MacId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Result": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "FW_UPLOAD_TCSGE": {
      "size": 16,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "FsaRevision": {
      "size": 8,
      "fields": {
        "buildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "external": {
          "type": {
            "kind": "union",
            "name": "unnamed_f10ce06120b6fbd9"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "GAIN_OPTIMIZATION_LADDER": {
      "size": 368,
      "fields": {
        "defaultStepNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "numStepsInLadder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "optStep": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "GAIN_OPTIMIZATION_STEP"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "GAIN_OPTIMIZATION_STEP": {
      "size": 36,
      "fields": {
        "paramVal": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "stepGain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "stepName": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "GAIN_VALUES": {
      "size": 32,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "currGain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "currStep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "GAIN_OPTIMIZATION_STEP"
            }
          },
          "offset": 24
        },
        "currStepNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hiTrig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "loTrig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "targetGain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "GEN_TIMER_CONFIGURATION": {
      "size": 16,
      "fields": {
        "mode_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mode_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "next_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "period_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_11N_RATE_SERIES": {
      "size": 28,
      "fields": {
        "ChSel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PktDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "RateFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "RateIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Tries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_power_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "HAL_ANISTATS": {
      "size": 40,
      "fields": {
        "cckphyerr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cyclecnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "extrxclr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "listen_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ofdmphyerr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ofdmphyerrcnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rxclr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxframecnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txframecnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "HAL_ANI_CCK_LEVEL_ENTRY": {
      "size": 8,
      "fields": {
        "fir_step_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mrc_cck_on": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_ANI_OFDM_LEVEL_ENTRY": {
      "size": 12,
      "fields": {
        "fir_step_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ofdm_weak_signal_on": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "spur_immunity_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HAL_ANI_STATE": {
      "size": 32,
      "fields": {
        "cckNoiseImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "cckPhyErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cckWeakSigThreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "cycleCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "firstepLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "listenTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mrcCck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "noiseImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ofdmPhyErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ofdmWeakSigDetectOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rxFrameCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "spurImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "txFrameCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "HAL_ANI_STATS": {
      "size": 92,
      "fields": {
        "ast_ani_cckerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ast_ani_cckhigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ast_ani_ccklow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ast_ani_lneg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ast_ani_lzero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ast_ani_nidown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ast_ani_niup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ast_ani_ofdmerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ast_ani_ofdmoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ast_ani_ofdmon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ast_ani_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ast_ani_spurdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ast_ani_spurup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ast_ani_stepdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ast_ani_stepup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ast_mibstats": {
          "type": {
            "kind": "struct",
            "name": "HAL_MIB_STATS"
          },
          "offset": 60
        },
        "ast_nodestats": {
          "type": {
            "kind": "struct",
            "name": "HAL_NODE_STATS"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "HAL_ANT_COMB_CONFIG": {
      "size": 7,
      "fields": {
        "alt_gaintb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "alt_lna_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "antdiv_configgroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "fast_div_bias": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lna1_lna2_delta": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 6
        },
        "main_gaintb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "main_lna_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HAL_BEACON_STATE": {
      "size": 36,
      "fields": {
        "bs_bmissthreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "bs_cfpmaxduration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "bs_cfpnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bs_cfpperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "bs_dtimperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bs_intval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bs_nextdtim": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bs_nexttbtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bs_sleepduration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bs_timoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "bs_tsfoor_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "HAL_BEACON_TIMERS": {
      "size": 24,
      "fields": {
        "bt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bt_intval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bt_nextatim": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bt_nextdba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bt_nextswba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bt_nexttbtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_BT_COEX_CONFIG": {
      "size": 32,
      "fields": {
        "bt_first_slot_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "bt_hold_rxclear": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 28
        },
        "bt_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_14abc9772de9cd50"
          },
          "offset": 12
        },
        "bt_priority_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "bt_quiet_collision": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 16
        },
        "bt_rxclear_polarity": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 20
        },
        "bt_time_extend": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bt_txframe_extend": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 8
        },
        "bt_txstate_extend": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_BT_COEX_INFO": {
      "size": 20,
      "fields": {
        "bt_active_polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "bt_coex_config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bt_gpio_bt_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bt_gpio_bt_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bt_gpio_wlan_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bt_isolation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "bt_module": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c99e6383c99aa3c2"
          },
          "offset": 0
        },
        "bt_single_ant": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "HAL_CAL_LIST": {
      "size": 24,
      "fields": {
        "calData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_PERCAL_DATA"
            }
          },
          "offset": 16
        },
        "calNext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cal_list"
            }
          },
          "offset": 0
        },
        "calState": {
          "type": {
            "kind": "enum",
            "name": "unnamed_21cc282fe4672d7d"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HAL_CAL_SAMPLE": {
      "size": 4,
      "fields": {
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "HAL_CAPABILITIES": {
      "size": 112,
      "fields": {
        "hal49GhzSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "hal4AddrAggrSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "hal4kbSplitTransSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halAntDivCombSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halAntDivCombSupportOrg": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halApmEnable": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halAutoSleepSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halBssIdMaskSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halBssidMatchSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halBtCoexApsmWar": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halBtCoexSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halBurstSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halCSTSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halChanHalfRate": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halChanQuarterRate": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halChanSpreadSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halChapTuningSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halCipherAesCcmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halCipherCkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halCipherTkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halCompressSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halEnhancedDfsSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halEnhancedDmaSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halEnhancedPmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halExtChanDfsSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halFastCCSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halFastFramesSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halForcePpmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halGTTSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halGenTimerSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halHTSGI20Support": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halHTSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halHasBBReadWar": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halHasRxSelfLinkedTail": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halHasUapsdSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halHigh2GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "halHigh5GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "halHwBeaconProcSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halHwPhyCounterSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halHwUapsdTrig": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halIntrMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "halIntrMitigation": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halIsrRacSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halKeyCacheSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "halLDPCSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halLow2GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "halLow5GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "halMbssidAggrSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halMcastKeySrchSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halMciSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halMfpSupport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_677be51e362b896e"
          },
          "offset": 56
        },
        "halMicAesCcmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halMicCkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halMicTkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halNumAntCfg2GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "halNumAntCfg5GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "halNumGpioPins": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "halNumMRRetries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "halNumTxMaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "halPSPollBroken": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halPaprdEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halRadioRetentionSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halRegCap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "halRfSilentSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halRifsRxSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halRifsTxSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halRtsAggrLimit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "halRxChainMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "halRxDoMyBeacon": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halRxHpFifoDepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "halRxLpFifoDepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "halRxStatusLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "halRxStbcSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halRxStreams": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "halRxTstampPrecision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "halRxTxAbortSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halRxUsingLnaMixing": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halSerialiseRegWar": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halSleepAfterBeaconBroken": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halSpectralScanSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halSupportsFastClock5GHz": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halTkipMicTxRxKeySupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halTotalQueues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "halTsfAddSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halTurboGSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halTurboPrimeSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halTxChainMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "halTxDescLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "halTxStatusLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "halTxStbcSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halTxStreams": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "halTxTstampPrecision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "halUseCombinedRadarRssi": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halVEOLSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halWirelessModes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "halWowMatchPatternExact": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halWowSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halWpsPushButtonSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hal_ani_poll_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "hal_channel_switch_time_usec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "hal_paprd_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "hal_pcie_lcr_extsync_en": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "hal_pcie_lcr_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "HAL_CHANNEL_INTERNAL": {
      "size": 60,
      "fields": {
        "calValid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "iCoff": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "mainSpur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "nf_cal_hist": {
          "type": {
            "kind": "struct",
            "name": "HAL_NFCAL_HIST_SMALL"
          },
          "offset": 32
        },
        "noiseFloorAdjust": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "noiseFloorCtl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 10
        },
        "noiseFloorExt": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 16
        },
        "one_time_cals_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "paprd_done": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "paprd_table_write_done": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "privFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "qCoff": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 5
        },
        "rawNoiseFloor": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "HAL_CHANNEL_SURVEY": {
      "size": 1032,
      "fields": {
        "cur_sample": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1024
        },
        "cur_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1028
        },
        "samples": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "HAL_SURVEY_SAMPLE"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HAL_DESC_INFO": {
      "size": 9,
      "fields": {
        "macRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rxctl_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rxctl_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rxstatus_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rxstatus_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "txctl_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "txctl_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "txstatus_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "txstatus_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "HAL_DFS_EVENT": {
      "size": 24,
      "fields": {
        "re_dur": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "re_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "re_full_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "re_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "re_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HAL_EEPROM": {
      "size": 6568,
      "fields": {
        "ee_Amode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ee_Bmode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ee_Gmode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ee_adcDesiredSize": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 86
        },
        "ee_adcDesiredSizeTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 220
        },
        "ee_antennaControl": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 116
        },
        "ee_antennaGainMax": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 30
        },
        "ee_calPier11b": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 340
        },
        "ee_calPier11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 334
        },
        "ee_capField": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 210
        },
        "ee_cckOfdmGainDelta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "ee_cckOfdmPwrDelta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "ee_channels11a": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 356
        },
        "ee_channels11b": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 906
        },
        "ee_channels11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 900
        },
        "ee_cornerCal": {
          "type": {
            "kind": "struct",
            "name": "CORNER_CAL_INFO"
          },
          "offset": 346
        },
        "ee_ctl": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 262
        },
        "ee_dataPerChannel11a": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 378
        },
        "ee_dataPerChannel11b": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 1088
        },
        "ee_dataPerChannel11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 932
        },
        "ee_db1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 230
        },
        "ee_db2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 234
        },
        "ee_db2GHz": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 256
        },
        "ee_db3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "ee_db4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 242
        },
        "ee_dbFor24": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 246
        },
        "ee_dbFor24g": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 250
        },
        "ee_deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ee_disableXr2": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 204
        },
        "ee_disableXr5": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 200
        },
        "ee_earStart": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "ee_eepMap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "ee_eepMap2PowerCalStart": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "ee_exist32kHzCrystal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "ee_falseDetectBackoff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 182
        },
        "ee_fixedBias2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ee_fixedBias5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "ee_gainI": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 188
        },
        "ee_iqCalI": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 326
        },
        "ee_iqCalQ": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 330
        },
        "ee_noiseFloorThresh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 92
        },
        "ee_numChannels11a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 376
        },
        "ee_numChannels2_4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 898
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 260
        },
        "ee_ob1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 228
        },
        "ee_ob2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "ee_ob2GHz": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 252
        },
        "ee_ob3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 236
        },
        "ee_ob4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "ee_obFor24": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 244
        },
        "ee_obFor24g": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 248
        },
        "ee_opCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 354
        },
        "ee_pgaDesiredSize": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 89
        },
        "ee_pgaDesiredSizeTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 222
        },
        "ee_protect": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 1380
        },
        "ee_regCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ee_regdomain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ee_rfKill": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ee_rxtxMargin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 194
        },
        "ee_rxtxMarginTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 224
        },
        "ee_scaledCh14FilterCckDelta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "ee_spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 912
        },
        "ee_switchSettling": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 50
        },
        "ee_switchSettlingTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 212
        },
        "ee_targetPowersStart": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "ee_thresh62": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 68
        },
        "ee_tpow": {
          "type": {
            "kind": "struct",
            "name": "TRGT_POWER_ALL_MODES"
          },
          "offset": 1244
        },
        "ee_turbo2Disable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ee_turbo2WMaxPower2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ee_turbo2WMaxPower5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ee_turbo5Disable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ee_txEndToXLNAOn": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 62
        },
        "ee_txEndToXPAOff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 74
        },
        "ee_txFrameToXPAOn": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 80
        },
        "ee_txrxAtten": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 56
        },
        "ee_txrxAttenTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 216
        },
        "ee_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_2e97babe0c1ec8b8"
          },
          "offset": 3432
        },
        "ee_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ee_xgain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 104
        },
        "ee_xlnaGain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 98
        },
        "ee_xpd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 110
        },
        "ee_xrTargetPower2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ee_xrTargetPower5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ee_xtnd5GSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "HAL_EEPROM_9287": {
      "size": 1504,
      "fields": {
        "ee_antennaGainMax": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 1500
        },
        "ee_base": {
          "type": {
            "kind": "struct",
            "name": "ar9287_eeprom"
          },
          "offset": 0
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 728
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 732
        }
      },
      "kind": "struct"
    },
    "HAL_EEPROM_v1": {
      "size": 164,
      "fields": {
        "ee_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ee_biasCurrents": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ee_devType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ee_protect": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ee_regDomain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "ee_rfKill": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ee_thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ee_tpc": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "tpcMap"
            }
          },
          "offset": 18
        },
        "ee_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ee_xlnaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ee_xpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ee_xpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "HAL_EEPROM_v14": {
      "size": 4800,
      "fields": {
        "ee_antennaGainMax": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 4796
        },
        "ee_base": {
          "type": {
            "kind": "struct",
            "name": "ar5416eeprom"
          },
          "offset": 0
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3256
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 3260
        }
      },
      "kind": "struct"
    },
    "HAL_EEPROM_v4k": {
      "size": 1152,
      "fields": {
        "ee_antennaGainMax": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1148
        },
        "ee_base": {
          "type": {
            "kind": "struct",
            "name": "ar5416eeprom_4k"
          },
          "offset": 0
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 376
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 380
        }
      },
      "kind": "struct"
    },
    "HAL_INI_ARRAY": {
      "size": 16,
      "fields": {
        "cols": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rows": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HAL_KEYVAL": {
      "size": 36,
      "fields": {
        "kv_apsd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "kv_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "kv_mic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "kv_txmic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "kv_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kv_val": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_MIB_STATS": {
      "size": 20,
      "fields": {
        "ackrcv_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fcs_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rts_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rts_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HAL_NFCAL_BASE": {
      "size": 14,
      "fields": {
        "curr_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "invalidNFcount": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "priv_nf": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "HAL_NFCAL_HIST_FULL": {
      "size": 74,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "HAL_NFCAL_BASE"
          },
          "offset": 0
        },
        "nf_cal_buffer": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "HAL_NFCAL_HIST_SMALL": {
      "size": 26,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "HAL_NFCAL_BASE"
          },
          "offset": 0
        },
        "nf_cal_buffer": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "HAL_NODE_STATS": {
      "size": 12,
      "fields": {
        "ns_avgbrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ns_avgrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ns_avgtxrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HAL_OPS_CONFIG": {
      "size": 144,
      "fields": {
        "ah_additional_swba_backoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ah_ar5416_biasadj": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ah_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ah_dma_beacon_response_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ah_force_full_reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ah_serialise_reg_war": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ah_sw_beacon_response_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ath_hal_6mb_ack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ath_hal_ant_ctrl_comm2g_switch_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "ath_hal_antenna_switch_swap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "ath_hal_beacon_filter_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "ath_hal_cwm_ignore_ext_cca": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "ath_hal_desc_tpc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ath_hal_diversity_control": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "ath_hal_enable_ani": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "ath_hal_enable_msi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "ath_hal_ext_atten_margin_cfg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "ath_hal_ext_lna_ctl_gpio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "ath_hal_ht_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "ath_hal_intr_mitigation_rx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ath_hal_intr_mitigation_tx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "ath_hal_mci_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ath_hal_mfp_support": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "ath_hal_min_gainidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "ath_hal_pcie_clock_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ath_hal_pcie_power_save_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ath_hal_pcie_ser_des_write": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ath_hal_pcie_waen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "ath_hal_pll_pwr_save": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ath_hal_show_bb_panic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "ath_hal_spur_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ath_hal_sta_update_tx_pwr_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ath_hal_sta_update_tx_pwr_enable_S1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ath_hal_sta_update_tx_pwr_enable_S2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ath_hal_sta_update_tx_pwr_enable_S3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ath_hal_war70c": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "HAL_PERCAL_DATA": {
      "size": 40,
      "fields": {
        "calCollect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "calCountMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "calName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "calNumSamples": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "calPostProc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "calType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fc28d82578570cbf"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HAL_PHYERR_PARAM": {
      "size": 60,
      "fields": {
        "pe_blockradar": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pe_en_relstep_check": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "pe_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "pe_enmaxrssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pe_enrelpwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "pe_extchannel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pe_firpwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pe_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pe_inband": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pe_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pe_prssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pe_relpwr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pe_relstep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pe_rrssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pe_usefir128": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "HAL_RATE_SET": {
      "size": 68,
      "fields": {
        "rs_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rs_rates": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_RATE_TABLE": {
      "size": 1284,
      "fields": {
        "info": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_a519c8ff740d0fdb"
            }
          },
          "offset": 260
        },
        "rateCodeToIndex": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "rateCount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HAL_REGRANGE": {
      "size": 8,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HAL_REGWRITE": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_SPECTRAL_PARAM": {
      "size": 36,
      "fields": {
        "radar_bin_thresh_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ss_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ss_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ss_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ss_fft_period": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ss_nf_cal": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 12
        },
        "ss_nf_pwr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 18
        },
        "ss_nf_temp_data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ss_period": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ss_short_report": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ss_spectral_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HAL_SURVEY_SAMPLE": {
      "size": 32,
      "fields": {
        "cck_phyerr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "chan_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cycle_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ext_chan_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ofdm_phyerr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HAL_TXQ_INFO": {
      "size": 52,
      "fields": {
        "tqi_aifs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tqi_burstTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tqi_cbrOverflowLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tqi_cbrPeriod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tqi_compBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tqi_cwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tqi_cwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tqi_lgretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "tqi_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tqi_qflags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d943491d738d7aa9"
          },
          "offset": 8
        },
        "tqi_readyTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tqi_shretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "tqi_subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0ed9022d9fcf4e7c"
          },
          "offset": 4
        },
        "tqi_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HAL_TX_QUEUE_INFO": {
      "size": 60,
      "fields": {
        "tqi_aifs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tqi_burstTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tqi_cbrOverflowLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tqi_cbrPeriod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tqi_cwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tqi_cwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tqi_intFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tqi_lgretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "tqi_physCompBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tqi_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tqi_qflags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d943491d738d7aa9"
          },
          "offset": 12
        },
        "tqi_readyTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tqi_shretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "tqi_subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0ed9022d9fcf4e7c"
          },
          "offset": 8
        },
        "tqi_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_18455ab5200e8f6a"
          },
          "offset": 4
        },
        "tqi_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HBA_MessageUnit": {
      "size": 4096,
      "fields": {
        "inbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "inbound_intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "inbound_intstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "inbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "inbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "inbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "message_rbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3840
        },
        "message_wbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3584
        },
        "msgcode_rwbuffer": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2560
        },
        "outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "outbound_intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "outbound_intstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "outbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "outbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "outbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "reserved3": {
          "type": {
            "count": 492,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "reserved4": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2048
        },
        "reserved5": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3712
        },
        "reserved6": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3968
        },
        "resrved0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HBB_DOORBELL": {
      "size": 132112,
      "fields": {
        "doorbell_reserved": {
          "type": {
            "count": 132096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "drv2iop_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132096
        },
        "drv2iop_doorbell_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132100
        },
        "iop2drv_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132104
        },
        "iop2drv_doorbell_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132108
        }
      },
      "kind": "struct"
    },
    "HBB_MessageUnit": {
      "size": 2168,
      "fields": {
        "done_qbuffer": {
          "type": {
            "count": 264,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1056
        },
        "doneq_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2116
        },
        "drv2iop_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2136
        },
        "drv2iop_doorbell_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2144
        },
        "hbb_doorbell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HBB_DOORBELL"
            }
          },
          "offset": 2120
        },
        "hbb_rwbuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HBB_RWBUFFER"
            }
          },
          "offset": 2128
        },
        "iop2drv_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2152
        },
        "iop2drv_doorbell_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2160
        },
        "post_qbuffer": {
          "type": {
            "count": 264,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "postq_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2112
        }
      },
      "kind": "struct"
    },
    "HBB_RWBUFFER": {
      "size": 65408,
      "fields": {
        "message_rbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65280
        },
        "message_reserved0": {
          "type": {
            "count": 64000,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "message_reserved1": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65152
        },
        "message_wbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65024
        },
        "msgcode_rwbuffer": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64000
        }
      },
      "kind": "struct"
    },
    "HBC_MessageUnit": {
      "size": 9728,
      "fields": {
        "dcr_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "dcr_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "diagnostic_rw_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "diagnostic_rw_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "diagnostic_rw_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "done_queue_not_empty_int_counter_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "hcb_pci_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "hcb_pci_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "hcb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "host_diagnostic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "host_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "host_int_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "i2o_message_unit_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "inbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "inbound_doorbell_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "inbound_free_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "inbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "inbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "inbound_post_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "inbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "inbound_queueport_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "inbound_queueport_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "iop_inbound_queue_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "iop_inbound_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "iop_inbound_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "iop_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "iop_int_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "iop_outbound_queue_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "iop_outbound_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "iop_outbound_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "last_used_message_dest_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "last_used_message_dest_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "last_used_message_source_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "last_used_message_source_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "master_error_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "master_error_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "master_error_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "message_dest_address_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "message_dest_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "message_dest_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "message_done_queue_base_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "message_done_queue_base_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "message_done_queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "message_rbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8448
        },
        "message_source_address_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "message_unit_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "message_wbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8192
        },
        "msgcode_rwbuffer": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8704
        },
        "outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "outbound_doorbell_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "outbound_free_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "outbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "outbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "outbound_post_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "outbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "outbound_queueport_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "outbound_queueport_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "posted_outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pull_mode_data_byte_count": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "reserved1": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "reserved2": {
          "type": {
            "count": 1950,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 392
        },
        "reserved3": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8320
        },
        "reserved4": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8576
        },
        "slave_error_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "slave_error_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "utility_A_int_counter_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "write_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        }
      },
      "kind": "struct"
    },
    "HBD_MessageUnit": {
      "size": 9728,
      "fields": {
        "chip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cpu_mem_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "host_int_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "host_int_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "i2o_host_interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "inbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1120
        },
        "inbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1024
        },
        "inbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1028
        },
        "inboundlist_base_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4100
        },
        "inboundlist_base_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4096
        },
        "inboundlist_read_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4124
        },
        "inboundlist_write_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4120
        },
        "message_rbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8448
        },
        "message_wbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8192
        },
        "msgcode_rwbuffer": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8704
        },
        "outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1152
        },
        "outbound_doorbell_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1156
        },
        "outbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1056
        },
        "outbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1060
        },
        "outboundlist_base_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4196
        },
        "outboundlist_base_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4192
        },
        "outboundlist_copy_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4204
        },
        "outboundlist_interrupt_cause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4232
        },
        "outboundlist_interrupt_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4236
        },
        "outboundlist_read_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4208
        },
        "pcief0_int_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "reserved10": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4128
        },
        "reserved11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4200
        },
        "reserved12": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4212
        },
        "reserved13": {
          "type": {
            "count": 988,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4240
        },
        "reserved14": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8320
        },
        "reserved15": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8576
        },
        "reserved2": {
          "type": {
            "count": 114,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "reserved3": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 520
        },
        "reserved4": {
          "type": {
            "count": 124,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 528
        },
        "reserved5": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1032
        },
        "reserved6": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1064
        },
        "reserved7": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1124
        },
        "reserved8": {
          "type": {
            "count": 734,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1160
        },
        "reserved9": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4104
        }
      },
      "kind": "struct"
    },
    "HBD_MessageUnit0": {
      "size": 6168,
      "fields": {
        "done_qbuffer": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OutBound_SRB"
            }
          },
          "offset": 4096
        },
        "doneq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6154
        },
        "phbdmu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HBD_MessageUnit"
            }
          },
          "offset": 6160
        },
        "post_qbuffer": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "InBound_SRB"
            }
          },
          "offset": 0
        },
        "postq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6152
        }
      },
      "kind": "struct"
    },
    "HBE_MessageUnit": {
      "size": 9728,
      "fields": {
        "dcr_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "dcr_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "diagnostic_rw_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "diagnostic_rw_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "diagnostic_rw_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "done_queue_not_empty_int_counter_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "hcb_pci_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "hcb_pci_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "hcb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "host_diagnostic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "host_diagnostic_3xxx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "host_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "host_int_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "i2o_message_unit_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "inbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "inbound_doorbell_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "inbound_free_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "inbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "inbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "inbound_post_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "inbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "inbound_queueport_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "inbound_queueport_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "iobound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iop_inbound_queue_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "iop_inbound_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "iop_inbound_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "iop_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "iop_int_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "iop_outbound_queue_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "iop_outbound_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "iop_outbound_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "last_used_message_dest_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "last_used_message_dest_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "last_used_message_source_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "last_used_message_source_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "master_error_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "master_error_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "master_error_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "message_dest_address_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "message_dest_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "message_dest_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "message_done_queue_base_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "message_done_queue_base_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "message_done_queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "message_rbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8448
        },
        "message_source_address_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "message_wbuffer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8192
        },
        "msgcode_rwbuffer": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8704
        },
        "outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "outbound_doorbell_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "outbound_free_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "outbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "outbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "outbound_post_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "outbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "outbound_queueport_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "outbound_queueport_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "posted_outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pull_mode_data_byte_count": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "reply_post_consumer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "reply_post_producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "reserved1": {
          "type": {
            "count": 46,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "reserved2": {
          "type": {
            "count": 1936,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 448
        },
        "reserved3": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8320
        },
        "reserved4": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8576
        },
        "utility_A_int_counter_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "write_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "write_sequence_3xxx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HBF_MessageUnit": {
      "size": 448,
      "fields": {
        "dcr_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "dcr_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "diagnostic_rw_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "diagnostic_rw_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "diagnostic_rw_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "done_queue_not_empty_int_counter_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "hcb_pci_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "hcb_pci_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "hcb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "host_diagnostic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "host_diagnostic_3xxx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "host_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "host_int_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "i2o_message_unit_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "inbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "inbound_doorbell_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "inbound_free_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "inbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "inbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "inbound_post_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "inbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "inbound_queueport_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "inbound_queueport_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "iobound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iop_inbound_queue_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "iop_inbound_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "iop_inbound_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "iop_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "iop_int_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "iop_outbound_queue_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "iop_outbound_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "iop_outbound_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "last_used_message_dest_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "last_used_message_dest_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "last_used_message_source_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "last_used_message_source_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "master_error_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "master_error_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "master_error_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "message_dest_address_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "message_dest_queue_port_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "message_dest_queue_port_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "message_done_queue_base_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "message_done_queue_base_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "message_done_queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "message_source_address_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "outbound_doorbell_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "outbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "outbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "outbound_queueport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "outbound_queueport_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "outbound_queueport_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "posted_outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pull_mode_data_byte_count": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "reply_post_consumer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "reply_post_consumer_index1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "reply_post_producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "reply_post_producer_index1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "reserved1": {
          "type": {
            "count": 46,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "utility_A_int_counter_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "write_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "write_sequence_3xxx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "HUF_CStream_t": {
      "size": 56,
      "fields": {
        "bitContainer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "bitPos": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "endPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "startPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "HUF_CompressWeightsWksp": {
      "size": 480,
      "fields": {
        "CTable": {
          "type": {
            "count": 59,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "count": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 400
        },
        "norm": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 452
        },
        "scratchBuffer": {
          "type": {
            "count": 41,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 236
        }
      },
      "kind": "struct"
    },
    "HUF_DEltX1": {
      "size": 2,
      "fields": {
        "byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HUF_DEltX2": {
      "size": 4,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HUF_ReadDTableX1_Workspace": {
      "size": 1488,
      "fields": {
        "huffWeight": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1232
        },
        "rankStart": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "rankVal": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "statsWksp": {
          "type": {
            "count": 218,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "symbols": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 976
        }
      },
      "kind": "struct"
    },
    "HUF_ReadDTableX2_Workspace": {
      "size": 2120,
      "fields": {
        "calleeWksp": {
          "type": {
            "count": 218,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1248
        },
        "rankStart0": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 676
        },
        "rankStats": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 624
        },
        "rankVal": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "count": 13,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 0
        },
        "sortedSymbol": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sortedSymbol_t"
            }
          },
          "offset": 736
        },
        "weightList": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 992
        }
      },
      "kind": "struct"
    },
    "HUF_WriteCTableWksp": {
      "size": 748,
      "fields": {
        "bitsToWeight": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 480
        },
        "huffWeight": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 493
        },
        "wksp": {
          "type": {
            "kind": "struct",
            "name": "HUF_CompressWeightsWksp"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HUF_buildCTable_wksp_tables": {
      "size": 4864,
      "fields": {
        "huffNodeTbl": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nodeElt"
            }
          },
          "offset": 0
        },
        "rankPosition": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rankPos"
            }
          },
          "offset": 4096
        }
      },
      "kind": "struct"
    },
    "HUF_compress_tables_t": {
      "size": 7944,
      "fields": {
        "CTable": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1024
        },
        "count": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wksps": {
          "type": {
            "kind": "union",
            "name": "unnamed_f4934397cdd74970"
          },
          "offset": 3080
        }
      },
      "kind": "struct"
    },
    "HostCmd_802_11h_Detect_Radar": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "RadarTypeCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_CFEND_ENABLE": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_802_11_GET_STAT": {
      "size": 116,
      "fields": {
        "AckFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FCSErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "PointerErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "RTSFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "RTSSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "RxDuplicateFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "RxExcludedFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "RxFragErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "RxICVErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "RxMemErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "RxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "RxNonCtlPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "RxOverflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "RxUndecryptableFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "TxAttempts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "TxDone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "TxDoneBufPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "TxDoneBufTryPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "TxFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "TxFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "TxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "TxMultipleRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "TxRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "TxSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "TxUnderflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "TxWatchDogTimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Wait4TxBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_802_11_RADIO_CONTROL": {
      "size": 14,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RadioOn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_802_11_RF_ANTENNA": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "AntennaMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_802_11_RF_TX_POWER": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "CurrentTxPowerLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "PowerLevelList": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "SupportTxPowerLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_802_11_RTS_THSD": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_BBP_REG_ACCESS": {
      "size": 16,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserverd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_BSS_START": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_GET_HW_SPEC": {
      "size": 60,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FWReleaseNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "HostIf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "NumOfMCastAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "NumOfWCB": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "NumberOfAntenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "PermanentAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "RegionCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "RxPdRdPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "RxPdWrPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WcbBase0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "WcbBase1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "ulFwAwakeCookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_MAC_MULTICAST_ADR": {
      "size": 204,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "MACList": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "NumOfAdrs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_RF_REG_ACCESS": {
      "size": 16,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserverd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_SET_BEACON": {
      "size": 11,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FrmBody": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "FrmBodyLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_SET_HW_SPEC": {
      "size": 68,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "DeviceCaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "FWReleaseNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "HostIf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "NumOfMCastAdr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "NumTxQueues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "PermanentAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "RegionCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "RxPdWrPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "TotalRxWcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "TxWcbNumPerQueue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WcbBase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ulFwAwakeCookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_SET_LINKADAPT_CS_MODE": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CSMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_SET_MAC": {
      "size": 16,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "MacType": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_DS_SET_RATE_ADAPT_MODE": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "RateAdaptMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_DWDS_ENABLE": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_AMPDU_RETRY_RATEDROP_MODE": {
      "size": 18,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Option": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "Threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_BASTREAM": {
      "size": 51,
      "fields": {
        "ActionType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "BaInfo": {
          "type": {
            "kind": "union",
            "name": "unnamed_a9efab8c5cdc2aa1"
          },
          "offset": 12
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_GET_BEACON": {
      "size": 1036,
      "fields": {
        "Bcn": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "Bcnlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Reserverd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_GET_CALTABLE": {
      "size": 172,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Reserverd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "annex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "calTbl": {
          "type": {
            "count": 160,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_GET_WATCHDOG_BITMAP": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Watchdogbitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_HT_GUARD_INTERVAL": {
      "size": 16,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "GIType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_AID": {
      "size": 34,
      "fields": {
        "ApRates": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "AssocID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "GProtection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_APMODE": {
      "size": 9,
      "fields": {
        "ApMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_EDCA_PARAMS": {
      "size": 22,
      "fields": {
        "AIFSN": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CWMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "CWMin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "TxOP": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TxQNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_G_PROTECT_FLAG": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "GProtectFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_INFRA_MODE": {
      "size": 8,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_KEEP_ALIVE_TICK": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "tick": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_MIMOPSHT": {
      "size": 16,
      "fields": {
        "Addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_NEW_STN": {
      "size": 48,
      "fields": {
        "AID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FwStaPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "PeerInfo": {
          "type": {
            "kind": "struct",
            "name": "PeerInfo_t"
          },
          "offset": 22
        },
        "Qosinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "StnId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "isQosSta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_N_PROTECT_FLAG": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "NProtectFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_N_PROTECT_OPMODE": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "NProtectOpMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_OPTIMIZATION_LEVEL": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "OptLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_RF_CHANNEL": {
      "size": 15,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ChannelFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "CurrentChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_RIFS": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "QNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SET_SLOT": {
      "size": 11,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_SetWMMMode": {
      "size": 10,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_UPDATE_ENCRYPTION_SET_KEY": {
      "size": 80,
      "fields": {
        "ActionType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "KeyParam": {
          "type": {
            "kind": "struct",
            "name": "KEY_PARAM_SET"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "HostCmd_FW_USE_FIXED_RATE": {
      "size": 87,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "AllowRateDrop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "EntryCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "FixedRateTable": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "FIXED_RATE_ENTRY"
            }
          },
          "offset": 20
        },
        "ManagementRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 86
        },
        "MultiRateTxType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "MulticastRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "HostCmd_GET_SEQNO": {
      "size": 18,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "SeqNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15
        },
        "TID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "HostCmd_SET_POWERSAVESTATION": {
      "size": 10,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "NumberOfPowersave": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "HostCmd_SET_REGIONCODE_INFO": {
      "size": 10,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "regionCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_SET_SWITCH_CHANNEL": {
      "size": 24,
      "fields": {
        "ChannelFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "InitialCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Next11hChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "HostCmd_SET_TIM": {
      "size": 15,
      "fields": {
        "Aid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "IOAPIC": {
      "size": 32,
      "fields": {
        "ioregsel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iowin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "IOCTL_Command_struct": {
      "size": 86,
      "fields": {
        "LUN_info": {
          "type": {
            "kind": "union",
            "name": "LUNAddr_struct"
          },
          "offset": 0
        },
        "Request": {
          "type": {
            "kind": "struct",
            "name": "RequestBlock_struct"
          },
          "offset": 8
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "error_info": {
          "type": {
            "kind": "struct",
            "name": "ErrorInfo_struct"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "IOCTL_Command_struct32": {
      "size": 82,
      "fields": {
        "LUN_info": {
          "type": {
            "kind": "union",
            "name": "LUNAddr_struct"
          },
          "offset": 0
        },
        "Request": {
          "type": {
            "kind": "struct",
            "name": "RequestBlock_struct"
          },
          "offset": 8
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 78
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "error_info": {
          "type": {
            "kind": "struct",
            "name": "ErrorInfo_struct"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "IOC_3_PHYS_DISK": {
      "size": 4,
      "fields": {
        "PhysDiskBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PhysDiskID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysDiskIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "IO_REQUEST_INFO": {
      "size": 64,
      "fields": {
        "IoforUnevenSpan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "devHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "fpOkForIo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "isRead": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ldStartBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ldTgtId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "numBlocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pdBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pdInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "pd_after_lb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "r1_alt_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "raCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "span_arm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "start_row": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "start_span": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        }
      },
      "kind": "struct"
    },
    "ISCI_CONTROLLER": {
      "size": 9224,
      "fields": {
        "buffer_dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 304
        },
        "cached_controller_memory": {
          "type": {
            "kind": "struct",
            "name": "ISCI_MEMORY"
          },
          "offset": 184
        },
        "domain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_DOMAIN"
            }
          },
          "offset": 24
        },
        "fail_on_task_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "has_been_scanned": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "initial_discovery_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "is_frozen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "is_started": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "isci": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isci_softc"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 312
        },
        "mdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2720
        },
        "oem_parameters": {
          "type": {
            "kind": "union",
            "name": "SCIC_OEM_PARAMETERS_T"
          },
          "offset": 2416
        },
        "oem_parameters_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2520
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 352
        },
        "pending_device_reset_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_T"
          },
          "offset": 2536
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_PHY"
            }
          },
          "offset": 2560
        },
        "queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2524
        },
        "release_queued_ccbs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "remote_device": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ISCI_REMOTE_DEVICE"
              }
            }
          },
          "offset": 360
        },
        "remote_device_memory": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "remote_device_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_61d3244f778f7ef3"
          },
          "offset": 2728
        },
        "request_memory": {
          "type": {
            "kind": "struct",
            "name": "ISCI_MEMORY"
          },
          "offset": 264
        },
        "request_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c9f274519022cca6"
          },
          "offset": 4800
        },
        "scif_controller_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 344
        },
        "sim_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2528
        },
        "timer_memory": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2408
        },
        "timer_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bf708a3bf2e287b3"
          },
          "offset": 6872
        },
        "uncached_controller_memory": {
          "type": {
            "kind": "struct",
            "name": "ISCI_MEMORY"
          },
          "offset": 224
        },
        "unmap_buffer_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4b4faee1b7a22c2"
          },
          "offset": 7152
        }
      },
      "kind": "struct"
    },
    "ISCI_DOMAIN": {
      "size": 32,
      "fields": {
        "controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_CONTROLLER"
            }
          },
          "offset": 0
        },
        "da_remote_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_REMOTE_DEVICE"
            }
          },
          "offset": 24
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "sci_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ISCI_INTERRUPT_INFO": {
      "size": 40,
      "fields": {
        "handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_CONTROLLER_HANDLER_METHODS_T"
            }
          },
          "offset": 0
        },
        "interrupt_target_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ISCI_IO_REQUEST": {
      "size": 136,
      "fields": {
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 112
        },
        "current_sge_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "num_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "ISCI_REQUEST"
          },
          "offset": 0
        },
        "sci_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "sge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "ISCI_MEMORY": {
      "size": 40,
      "fields": {
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "virtual_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ISCI_PCI_BAR": {
      "size": 32,
      "fields": {
        "bus_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "bus_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "resource_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ISCI_PHY": {
      "size": 40,
      "fields": {
        "cdev_fault": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "cdev_locate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "led_fault": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "led_locate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ISCI_REMOTE_DEVICE": {
      "size": 96,
      "fields": {
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_DOMAIN"
            }
          },
          "offset": 8
        },
        "frozen_lun_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "is_resetting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pending_device_reset_element": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_ELEMENT_T"
          },
          "offset": 32
        },
        "queued_ccb_in_progress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 88
        },
        "queued_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 64
        },
        "release_queued_ccb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "sci_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ISCI_REQUEST": {
      "size": 104,
      "fields": {
        "controller_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "remote_device_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ISCI_TASK_REQUEST": {
      "size": 376,
      "fields": {
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 368
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "ISCI_REQUEST"
          },
          "offset": 0
        },
        "sci_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 360
        },
        "sense_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_sense_data"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ISCI_TIMER": {
      "size": 88,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "is_started": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ISODIR": {
      "size": 34,
      "fields": {
        "date": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "ext_attr_length": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "extent": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "file_unit_size": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "interleave": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27
        },
        "length": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 33
        },
        "name_len": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "volume_sequence_number": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ISOMNT": {
      "size": 144,
      "fields": {
        "im_bmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "im_bo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 40
        },
        "im_bshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "im_cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 32
        },
        "im_d2l": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "im_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "im_devvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        },
        "im_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "im_l2d": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "im_mountp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 8
        },
        "iso_ftype": {
          "type": {
            "kind": "enum",
            "name": "ISO_FTYPE"
          },
          "offset": 108
        },
        "joliet_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "logical_block_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "root": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "root_extent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "root_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "rr_skip": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "rr_skip0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "volume_space_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "ISONODE": {
      "size": 144,
      "fields": {
        "i_diroff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "i_endoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "i_lockf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf"
            }
          },
          "offset": 24
        },
        "i_mnt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iso_mnt"
            }
          },
          "offset": 16
        },
        "i_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "i_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "i_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "inode": {
          "type": {
            "kind": "struct",
            "name": "ISO_RRIP_INODE"
          },
          "offset": 72
        },
        "iso_extent": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "iso_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_ALTNAME": {
      "size": 5,
      "fields": {
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_ANALYZE": {
      "size": 80,
      "fields": {
        "cont": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "fields": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "imp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iso_mnt"
            }
          },
          "offset": 40
        },
        "inop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iso_node"
            }
          },
          "offset": 0
        },
        "inump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "iso_ce_blk": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "iso_ce_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "iso_ce_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "outbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "outlen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_ATTR": {
      "size": 36,
      "fields": {
        "gid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "links": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "mode": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "uid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_CLINK": {
      "size": 12,
      "fields": {
        "dir_loc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_CONT": {
      "size": 28,
      "fields": {
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "location": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_DEVICE": {
      "size": 20,
      "fields": {
        "dev_t_high": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "dev_t_low": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_EXTREF": {
      "size": 8,
      "fields": {
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "len_des": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5
        },
        "len_id": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "len_src": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_IDFLAG": {
      "size": 5,
      "fields": {
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_INODE": {
      "size": 72,
      "fields": {
        "iso_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        },
        "iso_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "iso_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "iso_links": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 60
        },
        "iso_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "iso_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "iso_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "iso_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_OFFSET": {
      "size": 7,
      "fields": {
        "check": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "skip": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_RELDIR": {
      "size": 4,
      "fields": {
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_SLINK": {
      "size": 6,
      "fields": {
        "component": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_SLINK_COMPONENT": {
      "size": 3,
      "fields": {
        "cflag": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "clen": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "name": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ISO_RRIP_TSTAMP": {
      "size": 6,
      "fields": {
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "time": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ISO_SUSP_HEADER": {
      "size": 4,
      "fields": {
        "length": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "type": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "InBound_SRB": {
      "size": 16,
      "fields": {
        "addressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addressLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "KEY_PARAM_SET": {
      "size": 64,
      "fields": {
        "Key": {
          "type": {
            "kind": "union",
            "name": "unnamed_68856706d19a167b"
          },
          "offset": 14
        },
        "KeyIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "KeyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "KeyLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "KeyTypeId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        }
      },
      "kind": "struct"
    },
    "LD_LOAD_BALANCE_INFO": {
      "size": 3080,
      "fields": {
        "last_accessed_block": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1032
        },
        "loadBalanceFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "scsi_pending_cmds": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "mrsas_atomic_t"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "LD_SPAN_INFO": {
      "size": 704,
      "fields": {
        "span_set": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "LD_SPAN_SET"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "LD_SPAN_SET": {
      "size": 88,
      "fields": {
        "data_row_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "data_row_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "data_strip_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "data_strip_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "log_end_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "log_start_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "span_row_data_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "span_row_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "span_row_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "strip_offset": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "LD_STREAM_DETECT": {
      "size": 424,
      "fields": {
        "FPWriteEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fpCacheBypassCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "iosToFware": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "membersSSDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mruBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "streamTrack": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "STREAM_DETECT"
            }
          },
          "offset": 40
        },
        "writeBack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "writeBytesOutstanding": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "LOG_BLOCK_SPAN_INFO": {
      "size": 704,
      "fields": {
        "span_set": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "LD_SPAN_SET"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "LUNAddr_struct": {
      "size": 8,
      "fields": {
        "LogDev": {
          "type": {
            "kind": "struct",
            "name": "LogDevAddr_struct"
          },
          "offset": 0
        },
        "LunAddrBytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PhysDev": {
          "type": {
            "kind": "struct",
            "name": "PhysDevAddr_struct"
          },
          "offset": 0
        },
        "SCSI3Lun": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "SCSI3Addr_struct"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "LogDevAddr_struct": {
      "size": 8,
      "fields": {
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "VolId": {
          "type": {
            "bit_length": 30,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MD5Context": {
      "size": 88,
      "fields": {
        "buffer": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "state": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MD5_CTX": {
      "size": 88,
      "fields": {
        "buffer": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "state": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MFI_ADDRESS": {
      "size": 8,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "unnamed_67f79abcb96d37bd"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MFI_CAPABILITIES": {
      "size": 4,
      "fields": {
        "mfi_capabilities": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4d73ad2dcafcdf25"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MODAL_EEP4K_HEADER": {
      "size": 68,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "antCtrlChain": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "antCtrlCommon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "antdiv_ctl1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "antdiv_ctl2": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "antennaGainCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 8
        },
        "bb_scale_smrt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "bswAtten": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "bswMargin": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "db1_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "db1_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "db1_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "db1_3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "db1_4": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "db2_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "db2_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "db2_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "db2_3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "db2_4": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "flc_pwr_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "futureModal": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 47
        },
        "ht40PowerIncForPdadc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "iqCalICh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 22
        },
        "iqCalQCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 23
        },
        "noiseFloorThreshCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "ob_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "ob_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "ob_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "ob_3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "ob_4": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "pdGainOverlap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "pgaDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 13
        },
        "reserved": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "rxTxMarginCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SPUR_CHAN"
            }
          },
          "offset": 48
        },
        "swSettleHt40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "txEndToXpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "txFrameToDataStart": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "txFrameToPaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "txFrameToXpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "txRxAttenCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "tx_diversity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "xatten2Db": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "xatten2Margin": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "xlnaGainCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "xpaBiasLvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "xpd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "xpdGain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MODAL_EEP_9287_HEADER": {
      "size": 99,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 19
        },
        "antCtrlChain": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "antCtrlCommon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "antennaGainCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 12
        },
        "bswAtten": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "bswMargin": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "db1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "db2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "futureModal": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 49
        },
        "ht40PowerIncForPdadc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "iqCalICh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 28
        },
        "iqCalQCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 30
        },
        "noiseFloorThreshCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 24
        },
        "ob_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "ob_pal_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "ob_psk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "ob_qam": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "pdGainOverlap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "rxTxMarginCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SPUR_CHAN"
            }
          },
          "offset": 79
        },
        "swSettleHt40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "txEndToXpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "txFrameToDataStart": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "txFrameToPaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "txFrameToXpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "txRxAttenCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "xpaBiasLvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "xpd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "xpdGain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "MODAL_EEP_HEADER": {
      "size": 104,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "antCtrlChain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "antCtrlCommon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "antennaGainCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 16
        },
        "bswAtten": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 55
        },
        "bswMargin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        },
        "db": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "db_ch1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "flagBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "futureModal": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        },
        "ht40PowerIncForPdadc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "iqCalICh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 40
        },
        "iqCalQCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 43
        },
        "miscBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "noiseFloorThreshCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "ob": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "ob_ch1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "pdGainOverlap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "pgaDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 27
        },
        "pwrDecreaseFor2Chain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "pwrDecreaseFor3Chain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "rxTxMarginCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        },
        "spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SPUR_CHAN"
            }
          },
          "offset": 84
        },
        "swSettleHt40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "txEndToXpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "txFrameToDataStart": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "txFrameToPaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "txFrameToXpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "txRxAttenCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "xatten2Db": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 62
        },
        "xatten2Margin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "xlnaGainCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "xpaBiasLvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "xpaBiasLvlFreq": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        },
        "xpd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "xpdGain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "MPI25_FW_DOWNLOAD_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI25_SGE_IO_UNION"
          },
          "offset": 32
        },
        "TotalImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI25_FW_UPLOAD_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI25_SGE_IO_UNION"
          },
          "offset": 32
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI25_IEEE_SGE_CHAIN64": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MPI25_SGE_IO_UNION": {
      "size": 16,
      "fields": {
        "IeeeChain": {
          "type": {
            "kind": "struct",
            "name": "MPI25_IEEE_SGE_CHAIN64"
          },
          "offset": 0
        },
        "IeeeSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI26_EVENT_DATA_PCIE_TOPOLOGY_CHANGE_LIST": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "NumPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "PortEntry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI26_EVENT_PCIE_TOPO_PORT_ENTRY"
            }
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "StartPortNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "SwitchDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SwitchStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "MPI26_EVENT_PCIE_TOPO_PORT_ENTRY": {
      "size": 8,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "CurrentPortInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PortStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PreviousPortInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "MPI2DefaultReply_t": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "FunctionDependent1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "FunctionDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionDependent3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "FunctionDependent5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_ADAPTER_INFO": {
      "size": 4,
      "fields": {
        "AdapterFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "PciBusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PciDeviceAndFunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "MPI2_ADAPTER_ORDER_AUX": {
      "size": 16,
      "fields": {
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "WWID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_ADDRESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ReplyFrameAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_EXTENDED_PAGE_HEADER": {
      "size": 8,
      "fields": {
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_EXT_PAGE_HEADER_UNION": {
      "size": 8,
      "fields": {
        "Bytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Ext": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "Struct": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Word16": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "Word32": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY": {
      "size": 20,
      "fields": {
        "DeviceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "MappingInformation": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PhysicalBitsMapping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PhysicalIdentifier": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_DRIVER_MAPPING_0": {
      "size": 28,
      "fields": {
        "Entry": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY"
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_EXPANDER_1": {
      "size": 44,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "AttachedDeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "AttachedPhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ChangeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "DiscoveryInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "ExpanderDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "HwLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "NumPhys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NumTableEntriesProgrammed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "PhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "PhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ProgrammedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "SelfConfigStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "ZoneGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_HEADER": {
      "size": 4,
      "fields": {
        "PageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_IOC_8": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IRVolumeMappingFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "MaxNumPhysicalMappedIDs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "MaxPersistentEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "NumDevsPerEnclosure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_IO_UNIT_8": {
      "size": 40,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "NumSensors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "PollingInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Sensor": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_IOUNIT8_SENSOR"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_MAN_11": {
      "size": 92,
      "fields": {
        "AWTValue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "AddlFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "AddlFlags2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "AddlFlags3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "BoardPowerRequirement": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "EEDPTagMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "FlashTime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IrDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 64
        },
        "MaxCmdFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NVMeAbortTO": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "NVTime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "PlDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 56
        },
        "RFIoTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserve3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "U64"
            }
          },
          "offset": 20
        },
        "Reserve4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "Reserve5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "Reserve6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "Reserve7": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "SysRefClk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "opDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_SAS_DEV_0": {
      "size": 56,
      "fields": {
        "AccessStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "ControlGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DeviceName": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 36
        },
        "DmaGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaxPortConnections": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "PortGroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ZoneGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_PAGE_SAS_PHY_0": {
      "size": 32,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "AttachedPhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ChangeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "HwLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "OwnerDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ProgrammedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_REPLY": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_CONFIG_REQUEST": {
      "size": 44,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PageAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "PageBufferSGE": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 28
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_DEFAULT_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "FunctionDependent1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "FunctionDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionDependent3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "FunctionDependent5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_DEFAULT_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "DescriptorTypeDependent1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "DescriptorTypeDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_DEFAULT_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "DescriptorTypeDependent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_DIAG_BUFFER_POST_REPLY": {
      "size": 24,
      "fields": {
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_DIAG_BUFFER_POST_REQUEST": {
      "size": 128,
      "fields": {
        "BufferAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "BufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_DIAG_RELEASE_REPLY": {
      "size": 20,
      "fields": {
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_DIAG_RELEASE_REQUEST": {
      "size": 12,
      "fields": {
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_DATA_LOG_ENTRY_ADDED": {
      "size": 48,
      "fields": {
        "LogData": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "LogEntryQualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "LogSequence": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "TimeStamp": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_DATA_SAS_BROADCAST_PRIMITIVE": {
      "size": 4,
      "fields": {
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PortWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE": {
      "size": 28,
      "fields": {
        "ASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_DATA_SAS_DISCOVERY": {
      "size": 8,
      "fields": {
        "DiscoveryStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EnclosureLogicalID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "NumSlots": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "PhyBits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "StartSlot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_DATA_SAS_TOPOLOGY_CHANGE_LIST": {
      "size": 16,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ExpStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ExpanderDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "NumEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "NumPhys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PHY": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_EVENT_SAS_TOPO_PHY_ENTRY"
            }
          },
          "offset": 12
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "StartPhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_IR_CONFIG_ELEMENT": {
      "size": 8,
      "fields": {
        "ElementFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "PhysDiskDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_NOTIFICATION_REPLY": {
      "size": 32,
      "fields": {
        "AckRequired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "EventContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "EventData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "EventDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_NOTIFICATION_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "EventMasks": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "SASBroadcastPrimitiveMasks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_EVENT_SAS_TOPO_PHY_ENTRY": {
      "size": 4,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "LinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhyStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "MPI2_FW_DOWNLOAD_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_FW_DOWNLOAD_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "MPI2_MPI_SGE_UNION"
          },
          "offset": 20
        },
        "TotalImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_FW_DOWNLOAD_TCSGE": {
      "size": 16,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_FW_UPLOAD_REPLY": {
      "size": 24,
      "fields": {
        "ActualImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_FW_UPLOAD_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "MPI2_MPI_SGE_UNION"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_FW_UPLOAD_TCSGE": {
      "size": 16,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_IEEE_SGE_CHAIN_UNION": {
      "size": 16,
      "fields": {
        "Chain32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE32"
          },
          "offset": 0
        },
        "Chain64": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_IEEE_SGE_SIMPLE32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_IEEE_SGE_SIMPLE64": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "MPI2_IEEE_SGE_SIMPLE_UNION": {
      "size": 16,
      "fields": {
        "Simple32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE32"
          },
          "offset": 0
        },
        "Simple64": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_IOC_FACTS_REPLY": {
      "size": 64,
      "fields": {
        "FWVersion": {
          "type": {
            "kind": "union",
            "name": "MPI2_VERSION_UNION"
          },
          "offset": 32
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "HighPriorityCredit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "IOCCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "IOCExceptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCRequestFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxChainDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "MaxDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "MaxEnclosures": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "MaxInitiators": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "MaxMSIxVectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "MaxPersistentEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "MaxReplyDescriptorPostQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "MaxSasExpanders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "MaxTargets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "MaxVolumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "MinDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumberOfPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "ProductID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ProtocolFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "ReplyFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "RequestCredit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "MPI2_IOC_FACTS_REQUEST": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_IOC_INIT_REQUEST": {
      "size": 72,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "HostMSIxVectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ReplyDescriptorPostQueueAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        },
        "ReplyDescriptorPostQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ReplyFreeQueueAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 56
        },
        "ReplyFreeQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "SenseBufferAddressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "SystemReplyAddressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "SystemRequestFrameBaseAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 40
        },
        "SystemRequestFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "TimeStamp": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 64
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_IOUNIT8_SENSOR": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Threshold": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_MPI_SGE_UNION": {
      "size": 24,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_3a0e06201396cab8"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_PORT_ENABLE_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_PORT_ENABLE_REQUEST": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_PORT_FACTS_REPLY": {
      "size": 28,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxPostedCmdBuffers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PortType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_PORT_FACTS_REQUEST": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_RAIDPHYSDISK0_INQUIRY_DATA": {
      "size": 60,
      "fields": {
        "ProductID": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ProductRevLevel": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "SerialNum": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "VendorID": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_RAIDPHYSDISK0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "MPI2_RAIDVOL0_PHYS_DISK": {
      "size": 4,
      "fields": {
        "PhysDiskMap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "RAIDSetNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "MPI2_RAIDVOL0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Settings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACTION_DATA": {
      "size": 4,
      "fields": {
        "FwUpdateMode": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_FW_UPDATE_MODE"
          },
          "offset": 0
        },
        "HotSpare": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_HOT_SPARE"
          },
          "offset": 0
        },
        "Rates": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_RATE_DATA"
          },
          "offset": 0
        },
        "StartRaidFunction": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_START_RAID_FUNCTION"
          },
          "offset": 0
        },
        "StopRaidFunction": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_STOP_RAID_FUNCTION"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_RAID_ACTION_FW_UPDATE_MODE": {
      "size": 4,
      "fields": {
        "DeviceFirmwareUpdateModeTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACTION_HOT_SPARE": {
      "size": 4,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACTION_RATE_DATA": {
      "size": 4,
      "fields": {
        "DataScrubDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "RateOrMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RateToChange": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACTION_REPLY_DATA": {
      "size": 24,
      "fields": {
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RaidCompatibilityResult": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_COMPATIBILITY_RESULT_STRUCT"
          },
          "offset": 0
        },
        "RaidVolumeIndicator": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_VOL_INDICATOR"
          },
          "offset": 0
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "VolumeState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_RAID_ACTION_REQUEST": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionDataSGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 20
        },
        "ActionDataWord": {
          "type": {
            "kind": "union",
            "name": "MPI2_RAID_ACTION_DATA"
          },
          "offset": 16
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACTION_START_RAID_FUNCTION": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RAIDFunction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_ACTION_STOP_RAID_FUNCTION": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RAIDFunction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_COMPATIBILITY_RESULT_STRUCT": {
      "size": 20,
      "fields": {
        "GenericAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OEMSpecificAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_RAID_VOL_INDICATOR": {
      "size": 24,
      "fields": {
        "BlocksRemaining": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 8
        },
        "ElapsedSeconds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "TotalBlocks": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_REPLY_DESCRIPTORS_UNION": {
      "size": 8,
      "fields": {
        "AddressReply": {
          "type": {
            "kind": "struct",
            "name": "MPI2_ADDRESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "Default": {
          "type": {
            "kind": "struct",
            "name": "MPI2_DEFAULT_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "RAIDAcceleratorSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSIIOSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "TargetAssistSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "TargetCommandBuffer": {
          "type": {
            "kind": "struct",
            "name": "MPI2_TARGET_COMMAND_BUFFER_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "Words": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_REQUEST_DESCRIPTOR_UNION": {
      "size": 8,
      "fields": {
        "Default": {
          "type": {
            "kind": "struct",
            "name": "MPI2_DEFAULT_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "HighPriority": {
          "type": {
            "kind": "struct",
            "name": "MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "RAIDAccelerator": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSIIO": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSITarget": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "Words": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_REQUEST_HEADER": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "FunctionDependent1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "FunctionDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionDependent3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SAS_IOUNIT_CONTROL_REPLY": {
      "size": 20,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCParameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SAS_IOUNIT_CONTROL_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCParameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCParameterValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "LookupAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 24
        },
        "LookupMethod": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "PrimFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "SlotNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SATA_PASSTHROUGH_REPLY": {
      "size": 48,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SASStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "StatusControlRegisters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "StatusFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SATA_PASSTHROUGH_REQUEST": {
      "size": 64,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "CommandFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 48
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SATA_PT_SGE_UNION": {
      "size": 16,
      "fields": {
        "IeeeChain": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "IeeeChain64": {
          "type": {
            "kind": "struct",
            "name": "MPI25_IEEE_SGE_CHAIN64"
          },
          "offset": 0
        },
        "IeeeSimple": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "MpiChain": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "MpiSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_SCSI_IO_CDB_EEDP32": {
      "size": 32,
      "fields": {
        "CDB": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PrimaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "PrimaryApplicationTagMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "PrimaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_IO_CDB_UNION": {
      "size": 32,
      "fields": {
        "CDB32": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "EEDP32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_CDB_EEDP32"
          },
          "offset": 0
        },
        "SGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_SCSI_IO_REPLY": {
      "size": 48,
      "fields": {
        "BidirectionalTransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ResponseInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "SCSIState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SCSIStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SenseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_IO_REQUEST": {
      "size": 112,
      "fields": {
        "ApplicationTagTranslationMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "BidirectionalDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "CDB": {
          "type": {
            "kind": "union",
            "name": "MPI2_SCSI_IO_CDB_UNION"
          },
          "offset": 64
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EEDPBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "EEDPFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IoFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 96
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "SGLOffset0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "SGLOffset1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "SGLOffset2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "SGLOffset3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "SecondaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "SecondaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "SenseBufferLowAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SkipCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_IO_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_IO_VENDOR_UNIQUE": {
      "size": 32,
      "fields": {
        "RAIDFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "RegLockLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "RegLockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "armId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "configSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "exStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "numSGE": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "regLockFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "resvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resvd2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "spanArm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "timeoutValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_TASK_MANAGE_REPLY": {
      "size": 28,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ResponseCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResponseInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TerminationCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SCSI_TASK_MANAGE_REQUEST": {
      "size": 52,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "TaskMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SGE_CHAIN32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_SGE_CHAIN64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_SGE_CHAIN_UNION": {
      "size": 16,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a074fb0fe4803866"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SGE_IO_UNION": {
      "size": 16,
      "fields": {
        "IeeeChain": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "IeeeSimple": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "MpiChain": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "MpiSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_SGE_SIMPLE64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI2_SGE_SIMPLE_UNION": {
      "size": 16,
      "fields": {
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a074fb0fe4803866"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SGE_TRANSACTION_UNION": {
      "size": 24,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TransactionDetails": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_4868730367d49588"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_SIMPLE_SGE_UNION": {
      "size": 16,
      "fields": {
        "IeeeSimple": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "MpiSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI2_SMP_PASSTHROUGH_REPLY": {
      "size": 28,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ResponseData": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ResponseDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "SASStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_SMP_PASSTHROUGH_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SIMPLE_SGE_UNION"
          },
          "offset": 32
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SequenceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MPI2_TARGET_COMMAND_BUFFER_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "InitiatorDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MPI2_VERSION_STRUCT": {
      "size": 4,
      "fields": {
        "Dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "MPI2_VERSION_UNION": {
      "size": 4,
      "fields": {
        "Struct": {
          "type": {
            "kind": "struct",
            "name": "MPI2_VERSION_STRUCT"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI_DEVICE_INFO": {
      "size": 4,
      "fields": {
        "DeviceFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SyncFactor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI_FW_VERSION": {
      "size": 4,
      "fields": {
        "Struct": {
          "type": {
            "kind": "struct",
            "name": "MPI_FW_VERSION_STRUCT"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MPI_FW_VERSION_STRUCT": {
      "size": 4,
      "fields": {
        "Dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "MPI_RAID_VOL_INDICATOR": {
      "size": 16,
      "fields": {
        "BlocksRemaining": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 8
        },
        "TotalBlocks": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MPI_SAS_IO_UNIT0_PHY_DATA": {
      "size": 16,
      "fields": {
        "AttachedDeviceHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ControllerDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ControllerPhyDeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "DiscoveryStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PhyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "MRSAS_CTLR_ID": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MRSAS_DRV_PCI_CAPABILITIES": {
      "size": 8,
      "fields": {
        "linkCapability": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_LINK_CAPABILITY"
          },
          "offset": 0
        },
        "linkStatusCapability": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_LINK_STATUS_CAPABILITY"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MRSAS_DRV_PCI_COMMON_HEADER": {
      "size": 64,
      "fields": {
        "baseClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "bist": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "cacheLineSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "deviceID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "headerType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "latencyTimer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "progIf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "revisionID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a29bd1bee73d8834"
          },
          "offset": 16
        },
        "vendorID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MRSAS_DRV_PCI_INFORMATION": {
      "size": 112,
      "fields": {
        "busNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "capability": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_CAPABILITIES"
          },
          "offset": 72
        },
        "deviceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "domainID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "functionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "interruptVector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "pciHeaderInfo": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_COMMON_HEADER"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved2": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "MRSAS_DRV_PCI_LINK_CAPABILITY": {
      "size": 4,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_170a126ccab5a444"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MRSAS_DRV_PCI_LINK_STATUS_CAPABILITY": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_8ca45b080ba2b621"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MRSAS_RAID_MFA_IO_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MessageAddress1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "MessageAddress2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "RequestFlags": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MRSAS_RAID_SCSI_IO_REQUEST": {
      "size": 144,
      "fields": {
        "ApplicationTagTranslationMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "BidirectionalDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "CDB": {
          "type": {
            "kind": "union",
            "name": "MPI2_SCSI_IO_CDB_UNION"
          },
          "offset": 64
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EEDPBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "EEDPFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IoFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "RaidContext": {
          "type": {
            "kind": "union",
            "name": "RAID_CONTEXT_UNION"
          },
          "offset": 96
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 128
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "SGLOffset0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "SGLOffset1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "SGLOffset2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "SGLOffset3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "SecondaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "SecondaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "SenseBufferLowAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SkipCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MRSAS_REQUEST_DESCRIPTOR_UNION": {
      "size": 8,
      "fields": {
        "Default": {
          "type": {
            "kind": "struct",
            "name": "MPI2_DEFAULT_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "HighPriority": {
          "type": {
            "kind": "struct",
            "name": "MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "MFAIo": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_RAID_MFA_IO_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "RAIDAccelerator": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSIIO": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSITarget": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_b83c09122ffd7956"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MR_ARRAY_INFO": {
      "size": 64,
      "fields": {
        "pd": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_DEV_HANDLE_INFO": {
      "size": 8,
      "fields": {
        "curDevHdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "devHandle": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "interfaceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "validHandles": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MR_DRV_RAID_MAP": {
      "size": 40456,
      "fields": {
        "arCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "arMapInfo": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_ARRAY_INFO"
            }
          },
          "offset": 5160
        },
        "devHndlInfo": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_DEV_HANDLE_INFO"
            }
          },
          "offset": 40
        },
        "drv_raid_desc": {
          "type": {
            "kind": "union",
            "name": "unnamed_33972cdc25cc4378"
          },
          "offset": 4
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ldSpanMap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 37928
        },
        "ldTgtIdToLd": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4136
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "spanCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "totalSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_DRV_RAID_MAP_ALL": {
      "size": 1332264,
      "fields": {
        "ldSpanMap": {
          "type": {
            "count": 511,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 40456
        },
        "raidMap": {
          "type": {
            "kind": "struct",
            "name": "MR_DRV_RAID_MAP"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_FW_RAID_MAP": {
      "size": 12936,
      "fields": {
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "arMapInfo": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_ARRAY_INFO"
            }
          },
          "offset": 168
        },
        "devHndlInfo": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_DEV_HANDLE_INFO"
            }
          },
          "offset": 8360
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ldSpanMap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 10408
        },
        "ldTgtIdToLd": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "raid_desc": {
          "type": {
            "kind": "union",
            "name": "unnamed_33972cdc25cc4378"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 161
        },
        "totalSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_FW_RAID_MAP_ALL": {
      "size": 172200,
      "fields": {
        "ldSpanMap": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 12936
        },
        "raidMap": {
          "type": {
            "kind": "struct",
            "name": "MR_FW_RAID_MAP"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_FW_RAID_MAP_DYNAMIC": {
      "size": 160,
      "fields": {
        "PCIThresholdBandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "RaidMapDescPtrs": {
          "type": {
            "kind": "union",
            "name": "unnamed_d5c7b04296f8ea92"
          },
          "offset": 56
        },
        "arCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "descTableNumElements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "descTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "descTableSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "raidMapDescData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "raidMapDescTable": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_RAID_MAP_DESC_TABLE"
            }
          },
          "offset": 88
        },
        "raidMapSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "reserved4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 50
        },
        "rmwFPSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "spanCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "MR_FW_RAID_MAP_EXT": {
      "size": 665896,
      "fields": {
        "arCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "arMapInfo": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_ARRAY_INFO"
            }
          },
          "offset": 2344
        },
        "devHndlInfo": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_DEV_HANDLE_INFO"
            }
          },
          "offset": 40
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "fw_raid_desc": {
          "type": {
            "kind": "union",
            "name": "unnamed_33972cdc25cc4378"
          },
          "offset": 4
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ldSpanMap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 18728
        },
        "ldTgtIdToLd": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2088
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "spanCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "MR_LD_LIST": {
      "size": 4104,
      "fields": {
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ldList": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_493356597f220529"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MR_LD_RAID": {
      "size": 128,
      "fields": {
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "PRL": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "SRL": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "capability": {
          "type": {
            "kind": "struct",
            "name": "unnamed_95e48f6da0072090"
          },
          "offset": 0
        },
        "exponent": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2bf81ef0a07e483e"
          },
          "offset": 52
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_17db3effb19925ea"
          },
          "offset": 32
        },
        "fpIoTimeoutForLd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "ldState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "logicalBlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "modFactor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "regTypeReqOnRead": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "regTypeReqOnWrite": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        },
        "reserved3": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rowDataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "spanDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "stripeShift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "targetId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "writeMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "MR_LD_REF": {
      "size": 4,
      "fields": {
        "ld_context": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9731953571c02520"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MR_LD_SPAN": {
      "size": 24,
      "fields": {
        "arrayRef": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "numBlks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "spanRowDataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "spanRowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "startBlk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_LD_SPAN_MAP": {
      "size": 2528,
      "fields": {
        "dataArmMap": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "ldRaid": {
          "type": {
            "kind": "struct",
            "name": "MR_LD_RAID"
          },
          "offset": 0
        },
        "spanBlock": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_SPAN_BLOCK_INFO"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "MR_LD_TARGET_SYNC": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "targetId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_PD_ADDRESS": {
      "size": 24,
      "fields": {
        "deviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "enclDeviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sasAddr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "scsiDevType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "u1": {
          "type": {
            "kind": "union",
            "name": "unnamed_b9234485bcba1aec"
          },
          "offset": 4
        },
        "u2": {
          "type": {
            "kind": "union",
            "name": "unnamed_6ec8d217fcecf5f4"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "MR_PD_CFG_SEQ": {
      "size": 8,
      "fields": {
        "capability": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7de9df2b5b49fda1"
          },
          "offset": 4
        },
        "devHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pdTargetId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_PD_CFG_SEQ_NUM_SYNC": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "seq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_PD_CFG_SEQ"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_PD_DDF_TYPE": {
      "size": 4,
      "fields": {
        "ddf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a71fc0a556bf89b4"
          },
          "offset": 0
        },
        "nonDisk": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fb2a0945eca05d6a"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MR_PD_LIST": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_PD_ADDRESS"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_PD_PROGRESS": {
      "size": 32,
      "fields": {
        "active": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5f1ac964dc5a777b"
          },
          "offset": 0
        },
        "patrol": {
          "type": {
            "kind": "union",
            "name": "MR_PROGRESS"
          },
          "offset": 8
        },
        "pause": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4679e363a14acaff"
          },
          "offset": 16
        },
        "rbld": {
          "type": {
            "kind": "union",
            "name": "MR_PROGRESS"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "MR_PROGRESS"
            }
          },
          "offset": 20
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_263b415b72f2c026"
          },
          "offset": 12,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "MR_PD_REF": {
      "size": 4,
      "fields": {
        "mrPdRef": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a35ba9e68789d952"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MR_PROGRESS": {
      "size": 4,
      "fields": {
        "mrProgress": {
          "type": {
            "kind": "struct",
            "name": "unnamed_549a467329d79f2d"
          },
          "offset": 0
        },
        "w": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "MR_QUAD_ELEMENT": {
      "size": 32,
      "fields": {
        "diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "logEnd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "logStart": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "offsetInSpan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "MR_RAID_MAP_DESC_TABLE": {
      "size": 16,
      "fields": {
        "raidMapDescBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "raidMapDescElements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "raidMapDescOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "raidMapDescType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_SPAN_BLOCK_INFO": {
      "size": 296,
      "fields": {
        "block_span_info": {
          "type": {
            "kind": "struct",
            "name": "MR_SPAN_INFO"
          },
          "offset": 32
        },
        "num_rows": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "span": {
          "type": {
            "kind": "struct",
            "name": "MR_LD_SPAN"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MR_SPAN_INFO": {
      "size": 264,
      "fields": {
        "noElements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "quad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_QUAD_ELEMENT"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MR_TASK_MANAGE_REQUEST": {
      "size": 256,
      "fields": {
        "TmRequest": {
          "type": {
            "kind": "struct",
            "name": "MR_TM_REQUEST"
          },
          "offset": 0
        },
        "uTmReqReply": {
          "type": {
            "kind": "union",
            "name": "unnamed_c3aa92b6615f6942"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "MR_TM_REPLY": {
      "size": 128,
      "fields": {
        "reply": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MR_TM_REQUEST": {
      "size": 128,
      "fields": {
        "request": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MSG_CONFIG": {
      "size": 40,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PageAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "PageBufferSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_IO_UNION"
          },
          "offset": 28
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_CONFIG_REPLY": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_DEFAULT_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_EVENT_ACK": {
      "size": 20,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "EventContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MSG_EVENT_NOTIFY": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Switch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MSG_EVENT_NOTIFY_REPLY": {
      "size": 32,
      "fields": {
        "AckRequired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "Event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "EventContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "EventDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_FW_UPLOAD": {
      "size": 36,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_MPI_UNION"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_FW_UPLOAD_REPLY": {
      "size": 24,
      "fields": {
        "ActualImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_IOC_FACTS": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MSG_IOC_FACTS_REPLY": {
      "size": 80,
      "fields": {
        "BlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "CurReplyFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "CurrentHostMfaHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "CurrentSenseBufferHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "EventState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "FWImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "FWVersion": {
          "type": {
            "kind": "union",
            "name": "MPI_FW_VERSION"
          },
          "offset": 56
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "GlobalCredits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "HighPriorityQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "HostPageBufferSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 64
        },
        "IOCCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "IOCExceptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxBuses": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "MaxChainDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumberOfPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ProductID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "ReplyFifoHostSignalingAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ReplyQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "RequestFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "Reserved_0101_FWVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "MSG_IOC_INIT": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "HostMfaHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "HostPageBufferSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 28
        },
        "MaxBuses": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ReplyFifoHostSignalingAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ReplyFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "SenseBufferHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MSG_IOC_INIT_REPLY": {
      "size": 20,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxBuses": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MSG_LINK_SERVICE_BUFFER_POST_REQUEST": {
      "size": 36,
      "fields": {
        "BufferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "BufferPostFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_TRANS_SIMPLE_UNION"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_LINK_SERVICE_RSP_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Csctl_Sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Dfctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "Parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Rctl_Did": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "RspFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RspLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 36
        },
        "SeqCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "SeqId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "Type_Fctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MSG_PORT_ENABLE": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MSG_PORT_ENABLE_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "MSG_PORT_FACTS": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MSG_PORT_FACTS_REPLY": {
      "size": 40,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "MaxInitiators": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "MaxLanBuckets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "MaxPersistentIDs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "MaxPostedCmdBuffers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PortSCSIID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "PortType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "ProtocolFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "MSG_RAID_ACTION_REPLY": {
      "size": 28,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionData": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ActionStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "VolumeStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MSG_RAID_ACTION_REQUEST": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionDataSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 20
        },
        "ActionDataWord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MSG_REQUEST_HEADER": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MSG_SCSI_IO_REPLY": {
      "size": 36,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "CDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ResponseInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "SCSIState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SCSIStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "SenseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MSG_SCSI_IO_REQUEST": {
      "size": 60,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "CDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "CDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_IO_UNION"
          },
          "offset": 48
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "SenseBufferLowAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MSG_SCSI_TASK_MGMT": {
      "size": 52,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TaskMsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "MSG_SCSI_TASK_MGMT_REPLY": {
      "size": 24,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "ResponseCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TerminationCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MSG_TARGET_STATUS_SEND_REQUEST": {
      "size": 36,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "QueueTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ReplyWord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "StatusCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "StatusDataSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 24
        },
        "StatusFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "MWL_DIAG_REGRANGE": {
      "size": 4,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MWL_DIAG_REVS": {
      "size": 8,
      "fields": {
        "mh_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mh_macRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mh_phyRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mh_subvendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MWL_HAL_BASTREAM": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "txq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "MWL_HAL_CHANNEL": {
      "size": 8,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "channelFlags": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_CHANNEL_FLAGS"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MWL_HAL_CHANNELINFO": {
      "size": 328,
      "fields": {
        "channels": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_channel"
            }
          },
          "offset": 8
        },
        "freqHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "freqLow": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nchannels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "MWL_HAL_CHANNEL_FLAGS": {
      "size": 4,
      "fields": {
        "ChnlWidth": {
          "type": {
            "bit_length": 5,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ExtChnlOffset": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "FreqBand": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MWL_HAL_KEYVAL": {
      "size": 62,
      "fields": {
        "key": {
          "type": {
            "kind": "union",
            "name": "unnamed_3ddac404f3db089d"
          },
          "offset": 14
        },
        "keyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "keyIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "keyLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "keyTypeId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "MWL_HAL_PEERINFO": {
      "size": 18,
      "fields": {
        "AddHtInfo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_665912f16a8ac664"
          },
          "offset": 14
        },
        "CapInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "HTCapabilitiesInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "HTRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "LegacyRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MacHTParamInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "MWL_HAL_TXRATE": {
      "size": 10,
      "fields": {
        "McastRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MgtRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RateSeries": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_6d20f60b1dbd70f8"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "MessageUnit_UNION": {
      "size": 9728,
      "fields": {
        "muu": {
          "type": {
            "kind": "union",
            "name": "unnamed_877589376346415a"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ModalEepHeader": {
      "size": 104,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "antCtrlChain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "antCtrlCommon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "antennaGainCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 16
        },
        "bswAtten": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 55
        },
        "bswMargin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        },
        "db": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "db_ch1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "flagBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "futureModal": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        },
        "ht40PowerIncForPdadc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "iqCalICh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 40
        },
        "iqCalQCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 43
        },
        "miscBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "noiseFloorThreshCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "ob": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "ob_ch1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "pdGainOverlap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "pgaDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 27
        },
        "pwrDecreaseFor2Chain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "pwrDecreaseFor3Chain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "rxTxMarginCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        },
        "spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SPUR_CHAN"
            }
          },
          "offset": 84
        },
        "swSettleHt40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "txEndToXpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "txFrameToDataStart": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "txFrameToPaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "txFrameToXpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "txRxAttenCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "xatten2Db": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 62
        },
        "xatten2Margin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "xlnaGainCh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "xpaBiasLvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "xpaBiasLvlFreq": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        },
        "xpd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "xpdGain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "ModalEepHeader4k": {
      "size": 68,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "antCtrlChain": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "antCtrlCommon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "antdiv_ctl1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "antdiv_ctl2": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "antennaGainCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 8
        },
        "bb_scale_smrt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "bswAtten": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "bswMargin": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "db1_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "db1_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "db1_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "db1_3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "db1_4": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "db2_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "db2_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "db2_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "db2_3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "db2_4": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "flc_pwr_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "futureModal": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 47
        },
        "ht40PowerIncForPdadc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "iqCalICh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 22
        },
        "iqCalQCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 23
        },
        "noiseFloorThreshCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "ob_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "ob_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "ob_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "ob_3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "ob_4": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "pdGainOverlap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "pgaDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 13
        },
        "reserved": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "rxTxMarginCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SPUR_CHAN"
            }
          },
          "offset": 48
        },
        "swSettleHt40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "txEndToXpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "txFrameToDataStart": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "txFrameToPaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "txFrameToXpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "txRxAttenCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "tx_diversity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "xatten2Db": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "xatten2Margin": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "xlnaGainCh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "xpaBiasLvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "xpd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "xpdGain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MoreErrInfo_struct": {
      "size": 8,
      "fields": {
        "Common_Info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6f6fc924ce172e27"
          },
          "offset": 0
        },
        "Invalid_Cmd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ec2269160f438035"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "Mpi25IeeeSgeChain64_t": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "Mpi26EventDataPCIeTopologyChangeList_t": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "NumPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "PortEntry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI26_EVENT_PCIE_TOPO_PORT_ENTRY"
            }
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "StartPortNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "SwitchDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SwitchStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "Mpi26EventPCIeTopoPortEntry_t": {
      "size": 8,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "CurrentPortInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PortStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PreviousPortInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "Mpi26NVMeEncapsulatedErrorReply_t": {
      "size": 24,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EncapsulatedCommandLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ErrorResponseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Mpi26NVMeEncapsulatedRequest_t": {
      "size": 36,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EncapsulatedCommandLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ErrorResponseAllocationLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ErrorResponseBaseAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "NVMe_Command": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Mpi26PCIeDevicePage0_t": {
      "size": 56,
      "fields": {
        "AccessStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "ConnectorName": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "EnclosureLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaxPortWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "NegotiatedPortWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "PortNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "SupportedLinkRates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "WWID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "Mpi26PCIeDevicePage2_t": {
      "size": 24,
      "fields": {
        "Capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ControllerResetTO": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaximumDataTransferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "NOIOB": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "Mpi2BiosPage3_t": {
      "size": 32,
      "fields": {
        "AdapterOrder": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_ADAPTER_INFO"
            }
          },
          "offset": 12
        },
        "BiosVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "GlobalFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "Mpi2ConfigReply_t": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Mpi2DriverMap0Entry_t": {
      "size": 20,
      "fields": {
        "DeviceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "MappingInformation": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PhysicalBitsMapping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PhysicalIdentifier": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "Mpi2DriverMappingPage0_t": {
      "size": 28,
      "fields": {
        "Entry": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY"
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Mpi2EventDataIrConfigChangeList_t": {
      "size": 16,
      "fields": {
        "ConfigElement": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_EVENT_IR_CONFIG_ELEMENT"
            }
          },
          "offset": 8
        },
        "ConfigNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "NumElements": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "Mpi2EventDataIrOperationStatus_t": {
      "size": 12,
      "fields": {
        "PercentComplete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "RAIDOperation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Resereved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Mpi2EventDataIrPhysicalDisk_t": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "NewValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PhysDiskDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PreviousValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Mpi2EventDataIrVolume_t": {
      "size": 12,
      "fields": {
        "NewValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PreviousValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Mpi2EventDataSasEnclDevStatusChange_t": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EnclosureLogicalID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "NumSlots": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "PhyBits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "StartSlot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "Mpi2EventDataSasTopologyChangeList_t": {
      "size": 16,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ExpStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ExpanderDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "NumEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "NumPhys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PHY": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_EVENT_SAS_TOPO_PHY_ENTRY"
            }
          },
          "offset": 12
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "StartPhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "Mpi2EventIrConfigElement_t": {
      "size": 8,
      "fields": {
        "ElementFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "PhysDiskDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "Mpi2EventSasTopoPhyEntry_t": {
      "size": 4,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "LinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhyStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "Mpi2IOCFactsReply_t": {
      "size": 64,
      "fields": {
        "FWVersion": {
          "type": {
            "kind": "union",
            "name": "MPI2_VERSION_UNION"
          },
          "offset": 32
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "HighPriorityCredit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "IOCCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "IOCExceptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCRequestFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxChainDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "MaxDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "MaxEnclosures": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "MaxInitiators": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "MaxMSIxVectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "MaxPersistentEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "MaxReplyDescriptorPostQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "MaxSasExpanders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "MaxTargets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "MaxVolumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "MinDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumberOfPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "ProductID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ProtocolFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "ReplyFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "RequestCredit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "Mpi2IOCPage8_t": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IRVolumeMappingFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "MaxNumPhysicalMappedIDs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "MaxPersistentEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "NumDevsPerEnclosure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "Mpi2IOUnitPage8_t": {
      "size": 40,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "NumSensors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "PollingInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Sensor": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_IOUNIT8_SENSOR"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "Mpi2ManufacturingPage11_t": {
      "size": 92,
      "fields": {
        "AWTValue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "AddlFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "AddlFlags2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "AddlFlags3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "BoardPowerRequirement": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "EEDPTagMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "FlashTime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IrDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 64
        },
        "MaxCmdFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NVMeAbortTO": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "NVTime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "PlDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 56
        },
        "RFIoTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserve3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "U64"
            }
          },
          "offset": 20
        },
        "Reserve4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "Reserve5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "Reserve6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "Reserve7": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "SysRefClk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "opDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "Mpi2RaidActionReply_t": {
      "size": 44,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionData": {
          "type": {
            "kind": "union",
            "name": "MPI2_RAID_ACTION_REPLY_DATA"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "Mpi2RaidActionRequest_t": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionDataSGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 20
        },
        "ActionDataWord": {
          "type": {
            "kind": "union",
            "name": "MPI2_RAID_ACTION_DATA"
          },
          "offset": 16
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "Mpi2RaidPhysDiskPage0_t": {
      "size": 120,
      "fields": {
        "BlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "CoercedMaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 104
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "DeviceMaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 88
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "HostMaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 96
        },
        "IncompatibleReason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "InquiryData": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAIDPHYSDISK0_INQUIRY_DATA"
          },
          "offset": 16
        },
        "OfflineReason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "PhysDiskAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 83
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskSettings": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAIDPHYSDISK0_SETTINGS"
          },
          "offset": 8
        },
        "PhysDiskState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "PhysDiskStatusFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "Mpi2RaidVolPage0_t": {
      "size": 44,
      "fields": {
        "BlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "DataScrubDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InactiveStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "MaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "NumPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "PhysDisk": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_RAIDVOL0_PHYS_DISK"
            }
          },
          "offset": 40
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ResyncRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "StripeSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "SupportedPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "VolumeSettings": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAIDVOL0_SETTINGS"
          },
          "offset": 12
        },
        "VolumeState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VolumeStatusFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "VolumeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "Mpi2RaidVolPage1_t": {
      "size": 64,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "Reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "WWID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "Mpi2ReplyDescriptorsUnion_t": {
      "size": 8,
      "fields": {
        "AddressReply": {
          "type": {
            "kind": "struct",
            "name": "MPI2_ADDRESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "Default": {
          "type": {
            "kind": "struct",
            "name": "MPI2_DEFAULT_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "RAIDAcceleratorSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSIIOSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "TargetAssistSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "TargetCommandBuffer": {
          "type": {
            "kind": "struct",
            "name": "MPI2_TARGET_COMMAND_BUFFER_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "Words": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "Mpi2SCSIIOReply_t": {
      "size": 48,
      "fields": {
        "BidirectionalTransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ResponseInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "SCSIState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SCSIStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SenseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Mpi2SasDevicePage0_t": {
      "size": 56,
      "fields": {
        "AccessStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "ControlGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DeviceName": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 36
        },
        "DmaGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaxPortConnections": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "PortGroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ZoneGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        }
      },
      "kind": "struct"
    },
    "Mpi2SataPassthroughReply_t": {
      "size": 48,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SASStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "StatusControlRegisters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "StatusFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Mpi2SataPassthroughRequest_t": {
      "size": 64,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "CommandFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 48
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "MpiExtImageHeader_t": {
      "size": 24,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "LoadStartAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "NextImageHeaderOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "MpiFwHeader_t": {
      "size": 136,
      "fields": {
        "ArmBranchInstruction0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ArmBranchInstruction1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ArmBranchInstruction2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "FWVersion": {
          "type": {
            "kind": "union",
            "name": "MPI_FW_VERSION"
          },
          "offset": 36
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "IopResetRegAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "IopResetVectorValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "LoadStartAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "NextImageHeaderOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ProductId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "SeqCodeVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Signature0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Signature1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Signature2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "VendorName": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "VendorNameWhat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "VersionName": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "VersionNameWhat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "NCONF_HANDLE": {
      "size": 16,
      "fields": {
        "nc_curr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netconfig"
              }
            }
          },
          "offset": 8
        },
        "nc_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netconfig"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "NOA_HOST_INTERFACE_PARTITION": {
      "size": 256,
      "fields": {
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "NOA_HUB_PARTITION": {
      "size": 256,
      "fields": {
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "NOA_PROTOCOL_ENGINE_PARTITION": {
      "size": 256,
      "fields": {
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "OCE_DMA_MEM": {
      "size": 32,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "OCE_INTR_INFO": {
      "size": 120,
      "fields": {
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_eq"
            }
          },
          "offset": 32
        },
        "intr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "irq_rr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_softc"
            }
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        },
        "task_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 40
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "OEM_SSC_PARAMETERS": {
      "size": 1,
      "fields": {
        "bf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b43b6a5de3b84640"
          },
          "offset": 0
        },
        "do_enable_ssc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "OEM_SSC_PARAMETERS_T": {
      "size": 1,
      "fields": {
        "bf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b43b6a5de3b84640"
          },
          "offset": 0
        },
        "do_enable_ssc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "OSPREY_BASE_EEP_HEADER": {
      "size": 25,
      "fields": {
        "blue_tooth_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "device_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "eeprom_write_enable_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "feature_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "misc_configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "op_cap_flags": {
          "type": {
            "kind": "struct",
            "name": "EEP_FLAGS"
          },
          "offset": 5
        },
        "params_for_tuning_caps": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "pwrTableOffset": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 11
        },
        "reg_dmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "rf_silent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rx_band_select_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "swreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 21
        },
        "txrx_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "txrxgain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "wlan_disable_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wlan_led_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "OSPREY_BASE_EXTENSION_1": {
      "size": 14,
      "fields": {
        "ant_div_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "future": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "misc_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "quick_drop_high": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 13
        },
        "quick_drop_low": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 12
        },
        "tempslopextension": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "OSPREY_BASE_EXTENSION_2": {
      "size": 14,
      "fields": {
        "temp_slope_high": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "temp_slope_low": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "xatten1_db_high": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "xatten1_db_low": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "xatten1_margin_high": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "xatten1_margin_low": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "OSPREY_MODAL_EEP_HEADER": {
      "size": 71,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 48
        },
        "ant_ctrl_chain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "ant_ctrl_common": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ant_ctrl_common2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "antenna_gain": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 46
        },
        "futureModal": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 66
        },
        "noise_floor_thresh_ch": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27
        },
        "paprd_rate_mask_ht20": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 53
        },
        "paprd_rate_mask_ht40": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 57
        },
        "quick_drop": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 41
        },
        "reserved": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "rf_gain_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "spur_chans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "switchcomspdt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 61
        },
        "temp_slope": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 20
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "txClip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "tx_end_to_xpa_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "tx_frame_to_data_start": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "tx_frame_to_pa_on": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "tx_frame_to_xpa_on": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "tx_gain_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "voltSlope": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 21
        },
        "xLNA_bias_strength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "xatten1_db": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "xatten1_margin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "xpa_bias_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        }
      },
      "kind": "struct"
    },
    "OSP_CAL_CTL_DATA_2G": {
      "size": 4,
      "fields": {
        "ctl_edges": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_CTL_EDGE_PWR"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "OSP_CAL_CTL_DATA_5G": {
      "size": 8,
      "fields": {
        "ctl_edges": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_CTL_EDGE_PWR"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "OSP_CAL_DATA_PER_FREQ_OP_LOOP": {
      "size": 6,
      "fields": {
        "ref_power": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "rxTempMeas": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rx_noisefloor_cal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "rx_noisefloor_power": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "temp_meas": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volt_meas": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "OSP_CAL_TARGET_POWER_HT": {
      "size": 14,
      "fields": {
        "t_pow2x": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "OS_LOCK_T": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "OS_SEMA_LOCK_T": {
      "size": 56,
      "fields": {
        "sema_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 32
        },
        "sema_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sema_value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "sema_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "OS_SPECIFIC": {
      "size": 1688,
      "fields": {
        "cam_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1424
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 1552
        },
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 1496
        },
        "event_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 1520
        },
        "heartbeat_timeout_id": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1624
        },
        "intr_registered": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 1328
        },
        "intrcookie": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 816
        },
        "map_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1456
        },
        "msi_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqi_intr_ctx_t"
            }
          },
          "offset": 1400
        },
        "msi_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1392
        },
        "mtx_init": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1488
        },
        "oq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1408
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 1512
        },
        "pqi_buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "pqi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "pqi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1416
        },
        "pqi_hwif": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pqi_irq": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 48
        },
        "pqi_irq_rid": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 560
        },
        "pqi_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "pqi_regs_res0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "pqi_regs_rid0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pqi_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1412
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 1504
        },
        "sim_registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1492
        },
        "wellness_periodic": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1560
        }
      },
      "kind": "struct"
    },
    "OS_SPECIFIC_T": {
      "size": 1688,
      "fields": {
        "cam_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1424
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 1552
        },
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 1496
        },
        "event_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 1520
        },
        "heartbeat_timeout_id": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1624
        },
        "intr_registered": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 1328
        },
        "intrcookie": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 816
        },
        "map_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1456
        },
        "msi_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqi_intr_ctx_t"
            }
          },
          "offset": 1400
        },
        "msi_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1392
        },
        "mtx_init": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1488
        },
        "oq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1408
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 1512
        },
        "pqi_buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "pqi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "pqi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1416
        },
        "pqi_hwif": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pqi_irq": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 48
        },
        "pqi_irq_rid": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 560
        },
        "pqi_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "pqi_regs_res0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "pqi_regs_rid0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pqi_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1412
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 1504
        },
        "sim_registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1492
        },
        "wellness_periodic": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1560
        }
      },
      "kind": "struct"
    },
    "OutBound_SRB": {
      "size": 8,
      "fields": {
        "addressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addressLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "PCDACS_EEPROM": {
      "size": 24,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pChannelList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "PCI_ACC_HANDLE": {
      "size": 16,
      "fields": {
        "pqi_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pqi_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "PCI_ACC_HANDLE_T": {
      "size": 16,
      "fields": {
        "pqi_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pqi_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "PPPoE": {
      "size": 10312,
      "fields": {
        "debug_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        },
        "eh": {
          "type": {
            "kind": "struct",
            "name": "ether_header"
          },
          "offset": 36
        },
        "ethernet_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "listeners": {
          "type": {
            "kind": "struct",
            "name": "unnamed_97442223ba0dc9fe"
          },
          "offset": 56
        },
        "max_payload": {
          "type": {
            "kind": "struct",
            "name": "maxptag"
          },
          "offset": 10304
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "packets_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "packets_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sesshash": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sess_hash_entry"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "PRIMITIVE_TASK_CONTEXT": {
      "size": 24,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "PROTOCOL_CONTEXT": {
      "size": 24,
      "fields": {
        "primitive": {
          "type": {
            "kind": "struct",
            "name": "PRIMITIVE_TASK_CONTEXT"
          },
          "offset": 0
        },
        "smp": {
          "type": {
            "kind": "struct",
            "name": "SMP_TASK_CONTEXT"
          },
          "offset": 0
        },
        "ssp": {
          "type": {
            "kind": "struct",
            "name": "SSP_TASK_CONTEXT"
          },
          "offset": 0
        },
        "stp": {
          "type": {
            "kind": "struct",
            "name": "STP_TASK_CONTEXT"
          },
          "offset": 0
        },
        "words": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "PeerInfo_t": {
      "size": 20,
      "fields": {
        "AddHtInfo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5cd4285939abedd7"
          },
          "offset": 14
        },
        "CapInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "HTCapabilitiesInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "HTRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "LegacyRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MacHTParamInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "PhysDevAddr_struct": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "Target": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "SCSI3Addr_struct"
            }
          },
          "offset": 4
        },
        "TargetId": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "QBUFFER": {
      "size": 128,
      "fields": {
        "data": {
          "type": {
            "count": 124,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RAID_CONTEXT": {
      "size": 32,
      "fields": {
        "RAIDFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "VirtualDiskTgtId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "configSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "exStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "nextLMId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "nseg": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "numSGE": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "numSGEExt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "regLockFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "regLockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "regLockRowLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "resvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "resvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "resvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "spanArm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "timeoutValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "RAID_CONTEXT_G35": {
      "size": 32,
      "fields": {
        "RAIDFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "VirtualDiskTgtId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "configSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "exStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "nseg": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "numSGE": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "regLockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "regLockRowLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 29
        },
        "resvd0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "resvd2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "routingFlags": {
          "type": {
            "kind": "union",
            "name": "unnamed_8b65c31a0cce1c8b"
          },
          "offset": 4
        },
        "smid": {
          "type": {
            "kind": "union",
            "name": "unnamed_d4f0deb74c799ad2"
          },
          "offset": 20
        },
        "spanArm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "streamDetected": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 29
        },
        "timeoutValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "RAID_CONTEXT_UNION": {
      "size": 32,
      "fields": {
        "raid_context": {
          "type": {
            "kind": "struct",
            "name": "RAID_CONTEXT"
          },
          "offset": 0
        },
        "raid_context_g35": {
          "type": {
            "kind": "struct",
            "name": "RAID_CONTEXT_G35"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "RAID_PHYS_DISK0_ERROR_DATA": {
      "size": 12,
      "fields": {
        "ErrorASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ErrorASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ErrorCdbByte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ErrorSenseKey": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SmartASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "SmartASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "SmartCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "RAID_PHYS_DISK0_INQUIRY_DATA": {
      "size": 60,
      "fields": {
        "Info": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "ProductID": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ProductRevLevel": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "VendorID": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RAID_PHYS_DISK0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskSettings": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SepBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "SepID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RAID_PHYS_DISK0_STATUS": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "RAID_VOL0_PHYS_DISK": {
      "size": 4,
      "fields": {
        "PhysDiskMap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RAID_VOL0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Settings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RAID_VOL0_STATUS": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "RAW_DATA_PER_CHANNEL_2413": {
      "size": 102,
      "fields": {
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "numPdGains": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pDataPerPDGain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RAW_DATA_PER_PDGAIN_2413"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "RAW_DATA_PER_PDGAIN_2413": {
      "size": 24,
      "fields": {
        "Vpd": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "numVpd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pd_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pwr_t4": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "RAW_DATA_STRUCT_2413": {
      "size": 1044,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pChannels": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RAW_DATA_PER_CHANNEL_2413"
            }
          },
          "offset": 24
        },
        "xpd_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "RD_EDGES_POWER": {
      "size": 8,
      "fields": {
        "flag": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 4
        },
        "rdEdge": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "twice_rdEdgePower": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "REGISTER_VAL": {
      "size": 8,
      "fields": {
        "Offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "REG_DMN_FREQ_BAND": {
      "size": 24,
      "fields": {
        "antennaMax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "channelBW": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "channelSep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "highChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lowChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "powerDfs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "useDfs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "usePassScan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "REG_DMN_PAIR_MAPPING": {
      "size": 32,
      "fields": {
        "flags2GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags5GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pscanMask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "regDmn2GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "regDmn5GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "regDmnEnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "singleCC": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "REG_DOMAIN": {
      "size": 184,
      "fields": {
        "chan11a": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "chan11a_dyn_turbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "chan11a_half": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 72
        },
        "chan11a_quarter": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "chan11a_turbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "chan11b": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "chan11g": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 120
        },
        "chan11g_half": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "chan11g_quarter": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 168
        },
        "chan11g_turbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "conformanceTestLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dfsMask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pscan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "regDmnEnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RF_HAL_FUNCS": {
      "size": 72,
      "fields": {
        "getChannelMaxMinPower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "getNfAdjust": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "getRfBank": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "rfDetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "setChannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "setPowerTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "setRfRegs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "writeRegs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "RMD160Context": {
      "size": 96,
      "fields": {
        "buffer": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "state": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RMD160_CTX": {
      "size": 96,
      "fields": {
        "buffer": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "state": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RPCB": {
      "size": 32,
      "fields": {
        "r_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "r_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "r_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "r_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "RRIP_TABLE": {
      "size": 32,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "func2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "RequestBlock_struct": {
      "size": 20,
      "fields": {
        "CDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "CDBLen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "struct",
            "name": "unnamed_823fdbc06725c3e3"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "RfHalFuncs": {
      "size": 72,
      "fields": {
        "getChannelMaxMinPower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "getNfAdjust": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "getRfBank": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "rfDetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "setChannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "setPowerTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "setRfRegs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "writeRegs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SAS_CAPABILITIES": {
      "size": 4,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f7195129d5615ef9"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SAS_CAPABILITIES_T": {
      "size": 4,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f7195129d5615ef9"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_DATA": {
      "size": 12,
      "fields": {
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved0": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_DATA_T": {
      "size": 12,
      "fields": {
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved0": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_HEADER": {
      "size": 4,
      "fields": {
        "command_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "direction_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "interrupt_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_HEADER_T": {
      "size": 4,
      "fields": {
        "command_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "direction_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "interrupt_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_PIO_SETUP": {
      "size": 20,
      "fields": {
        "device": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "direction": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "ending_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "irq": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "lba_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "lba_high_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "lba_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "lba_low_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "lba_mid": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "lba_mid_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "reserved_00": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved_01": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "sector_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sector_count_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "transfter_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_PIO_SETUP_T": {
      "size": 20,
      "fields": {
        "device": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "direction": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "ending_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "irq": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "lba_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "lba_high_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "lba_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "lba_low_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "lba_mid": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "lba_mid_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "reserved_00": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved_01": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "sector_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sector_count_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "transfter_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_REG_D2H": {
      "size": 20,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "irq": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "lba_high_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "lba_low_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lba_mid_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved0": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "sector_count_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_REG_D2H_T": {
      "size": 20,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "irq": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "lba_high_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "lba_low_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lba_mid_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved0": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "sector_count_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_REG_H2D": {
      "size": 20,
      "fields": {
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "command_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "control": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "device": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "features": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "features_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lba_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "lba_high_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "lba_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "lba_low_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "lba_mid": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "lba_mid_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved0": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sector_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sector_count_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "SATA_FIS_REG_H2D_T": {
      "size": 20,
      "fields": {
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "command_flag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "control": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "device": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "features": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "features_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lba_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "lba_high_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "lba_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "lba_low_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "lba_mid": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "lba_mid_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved0": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sector_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sector_count_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "SATI_ATAPI_DATA": {
      "size": 12,
      "fields": {
        "request_sense_cdb": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SATI_ATAPI_DATA_T": {
      "size": 12,
      "fields": {
        "request_sense_cdb": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SATI_DEVICE": {
      "size": 24,
      "fields": {
        "ata_standby_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "descriptor_sense_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "logical_block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_blocks_per_microcode_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_lba_range_entry_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "min_blocks_per_microcode_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ncq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "_SATI_DEVICE_STATE"
          },
          "offset": 0
        },
        "unit_attention_asc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "unit_attention_ascq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SATI_DEVICE_T": {
      "size": 24,
      "fields": {
        "ata_standby_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "descriptor_sense_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "logical_block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_blocks_per_microcode_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_lba_range_entry_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "min_blocks_per_microcode_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ncq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "_SATI_DEVICE_STATE"
          },
          "offset": 0
        },
        "unit_attention_asc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "unit_attention_ascq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SATI_MODE_SELECT_PROCESSING_STATE": {
      "size": 32,
      "fields": {
        "ata_command_sent_for_cmp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "current_mode_page_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mode_page_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mode_pages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mode_pages_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "size_of_data_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "total_ata_command_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "SATI_MODE_SELECT_PROCESSING_STATE_T": {
      "size": 32,
      "fields": {
        "ata_command_sent_for_cmp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "current_mode_page_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mode_page_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mode_pages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mode_pages_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "size_of_data_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "total_ata_command_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "SATI_REASSIGN_BLOCKS_PROCESSING_STATE": {
      "size": 28,
      "fields": {
        "ata_command_sent_for_current_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ata_command_status": {
          "type": {
            "kind": "enum",
            "name": "SATI_REASSIGN_BLOCKS_ATA_COMMAND_STATUS"
          },
          "offset": 24
        },
        "block_lists_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "current_lba_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lba_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lba_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "size_of_data_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SATI_REASSIGN_BLOCKS_PROCESSING_STATE_T": {
      "size": 28,
      "fields": {
        "ata_command_sent_for_current_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ata_command_status": {
          "type": {
            "kind": "enum",
            "name": "SATI_REASSIGN_BLOCKS_ATA_COMMAND_STATUS"
          },
          "offset": 24
        },
        "block_lists_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "current_lba_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lba_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lba_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "size_of_data_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SATI_TRANSLATOR_SEQUENCE": {
      "size": 104,
      "fields": {
        "allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ata_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command_specific_data": {
          "type": {
            "kind": "union",
            "name": "unnamed_c3275d7d28347abd"
          },
          "offset": 32
        },
        "data_direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SATI_DEVICE_T"
            }
          },
          "offset": 24
        },
        "is_sense_response_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "is_translate_response_required": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "number_data_bytes_set": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SATI_TRANSLATOR_SEQUENCE_T": {
      "size": 104,
      "fields": {
        "allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ata_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command_specific_data": {
          "type": {
            "kind": "union",
            "name": "unnamed_c3275d7d28347abd"
          },
          "offset": 32
        },
        "data_direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SATI_DEVICE_T"
            }
          },
          "offset": 24
        },
        "is_sense_response_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "is_translate_response_required": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "number_data_bytes_set": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SATI_UNMAP_PROCESSING_STATE": {
      "size": 72,
      "fields": {
        "current_dsm_descriptor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "current_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "current_lba_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "current_unmap_block_descriptor_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_lba_range_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_unmap_block_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "next_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "physical_unmap_buffer_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "physical_unmap_buffer_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "unmap_buffer_sgl_pair": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "virtual_unmap_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SATI_UNMAP_PROCESSING_STATE_T": {
      "size": 72,
      "fields": {
        "current_dsm_descriptor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "current_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "current_lba_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "current_unmap_block_descriptor_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_lba_range_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_unmap_block_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "next_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "physical_unmap_buffer_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "physical_unmap_buffer_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "unmap_buffer_sgl_pair": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "virtual_unmap_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCIC_CONTROLLER_HANDLER_METHODS": {
      "size": 16,
      "fields": {
        "completion_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "interrupt_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_CONTROLLER_HANDLER_METHODS_T": {
      "size": 16,
      "fields": {
        "completion_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "interrupt_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_IO_SATA_PARAMETERS": {
      "size": 4,
      "fields": {
        "do_translate_sgl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_IO_SATA_PARAMETERS_T": {
      "size": 4,
      "fields": {
        "do_translate_sgl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_IO_SSP_PARAMETERS": {
      "size": 16,
      "fields": {
        "dif": {
          "type": {
            "kind": "struct",
            "name": "unnamed_465625ac15a5ea58"
          },
          "offset": 0
        },
        "tlr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_465625ac15a5ea58"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCIC_IO_SSP_PARAMETERS_T": {
      "size": 16,
      "fields": {
        "dif": {
          "type": {
            "kind": "struct",
            "name": "unnamed_465625ac15a5ea58"
          },
          "offset": 0
        },
        "tlr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_465625ac15a5ea58"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCIC_OEM_PARAMETERS": {
      "size": 104,
      "fields": {
        "sds1": {
          "type": {
            "kind": "struct",
            "name": "SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCIC_OEM_PARAMETERS_T": {
      "size": 104,
      "fields": {
        "sds1": {
          "type": {
            "kind": "struct",
            "name": "SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCIC_PASSTHRU_REQUEST_CALLBACKS": {
      "size": 48,
      "fields": {
        "scic_cb_passthru_get_connection_rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "scic_cb_passthru_get_data_direction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "scic_cb_passthru_get_destination_sas_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "scic_cb_passthru_get_phy_identifier": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "scic_cb_passthru_get_port_identifier": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "scic_cb_passthru_get_transfer_length": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "SCIC_PASSTHRU_REQUEST_CALLBACKS_T": {
      "size": 48,
      "fields": {
        "scic_cb_passthru_get_connection_rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "scic_cb_passthru_get_data_direction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "scic_cb_passthru_get_destination_sas_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "scic_cb_passthru_get_phy_identifier": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "scic_cb_passthru_get_port_identifier": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "scic_cb_passthru_get_transfer_length": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "SCIC_PHY_PROPERTIES": {
      "size": 64,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "max_link_rate": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 8
        },
        "negotiated_link_rate": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 12
        },
        "owning_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "transmit_iaf": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCIC_PHY_PROPERTIES_T": {
      "size": 64,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "max_link_rate": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 8
        },
        "negotiated_link_rate": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 12
        },
        "owning_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "transmit_iaf": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCIC_PORT_END_POINT_PROPERTIES": {
      "size": 12,
      "fields": {
        "protocols": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T"
          },
          "offset": 8
        },
        "sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_PORT_END_POINT_PROPERTIES_T": {
      "size": 12,
      "fields": {
        "protocols": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T"
          },
          "offset": 8
        },
        "sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_PORT_PROPERTIES": {
      "size": 32,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "local": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PORT_END_POINT_PROPERTIES_T"
          },
          "offset": 4
        },
        "phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "remote": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PORT_END_POINT_PROPERTIES_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCIC_PORT_PROPERTIES_T": {
      "size": 32,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "local": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PORT_END_POINT_PROPERTIES_T"
          },
          "offset": 4
        },
        "phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "remote": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PORT_END_POINT_PROPERTIES_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCIC_POWER_CONTROL": {
      "size": 56,
      "fields": {
        "phys_waiting": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "remote_devices_granted_power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "requesters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_PHY_T"
              }
            }
          },
          "offset": 24
        },
        "timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "timer_started": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_POWER_CONTROL_T": {
      "size": 56,
      "fields": {
        "phys_waiting": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "remote_devices_granted_power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "requesters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_PHY_T"
              }
            }
          },
          "offset": 24
        },
        "timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "timer_started": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_REMOTE_NODE_TABLE": {
      "size": 84,
      "fields": {
        "available_nodes_array_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "available_remote_nodes": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "group_array_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "remote_node_groups": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCIC_REMOTE_NODE_TABLE_T": {
      "size": 84,
      "fields": {
        "available_nodes_array_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "available_remote_nodes": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "group_array_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "remote_node_groups": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCIC_SAS_PHY_PROPERTIES": {
      "size": 44,
      "fields": {
        "received_capabilities": {
          "type": {
            "kind": "struct",
            "name": "SAS_CAPABILITIES_T"
          },
          "offset": 40
        },
        "received_iaf": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SAS_PHY_PROPERTIES_T": {
      "size": 44,
      "fields": {
        "received_capabilities": {
          "type": {
            "kind": "struct",
            "name": "SAS_CAPABILITIES_T"
          },
          "offset": 40
        },
        "received_iaf": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SATA_PHY_PROPERTIES": {
      "size": 24,
      "fields": {
        "is_port_selector_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "signature_fis": {
          "type": {
            "kind": "struct",
            "name": "SATA_FIS_REG_D2H_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SATA_PHY_PROPERTIES_T": {
      "size": 24,
      "fields": {
        "is_port_selector_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "signature_fis": {
          "type": {
            "kind": "struct",
            "name": "SATA_FIS_REG_D2H_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_CONTROLLER": {
      "size": 10960,
      "fields": {
        "available_remote_nodes": {
          "type": {
            "kind": "struct",
            "name": "SCIC_REMOTE_NODE_TABLE_T"
          },
          "offset": 6152
        },
        "completion_event_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7756
        },
        "completion_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7736
        },
        "completion_queue_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7752
        },
        "completion_queue_get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7744
        },
        "controller_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10929
        },
        "device_table": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_REMOTE_DEVICE"
              }
            }
          },
          "offset": 2056
        },
        "encountered_fatal_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10904
        },
        "interrupt_coalesce_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10936
        },
        "interrupt_coalesce_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10940
        },
        "invalid_phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10928
        },
        "io_request_sequence": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6824
        },
        "io_request_table": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_REQUEST"
              }
            }
          },
          "offset": 4104
        },
        "logical_port_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7748
        },
        "memory_descriptors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
            }
          },
          "offset": 7608
        },
        "next_phy_to_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10924
        },
        "oem_parameters": {
          "type": {
            "kind": "union",
            "name": "SCIC_OEM_PARAMETERS_T"
          },
          "offset": 160
        },
        "oem_parameters_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 156
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_CONTROLLER_T"
          },
          "offset": 0
        },
        "pci_revision": {
          "type": {
            "kind": "enum",
            "name": "SCU_CONTROLLER_PCI_REVISION_CODE"
          },
          "offset": 10932
        },
        "phy_startup_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 10912
        },
        "phy_startup_timer_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10920
        },
        "phy_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PHY"
            }
          },
          "offset": 1224
        },
        "port_agent": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_PORT_CONFIGURATION_AGENT_T"
          },
          "offset": 264
        },
        "port_table": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT"
            }
          },
          "offset": 304
        },
        "power_control": {
          "type": {
            "kind": "struct",
            "name": "SCIC_POWER_CONTROL_T"
          },
          "offset": 6768
        },
        "remote_device_sequence": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7336
        },
        "remote_node_context_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "SCU_REMOTE_NODE_CONTEXT_T"
            }
          },
          "offset": 7600
        },
        "remote_node_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7760
        },
        "restrict_completions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10908
        },
        "scu_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_REGISTERS_T"
            }
          },
          "offset": 10952
        },
        "smu_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SMU_REGISTERS_T"
            }
          },
          "offset": 10944
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER_STATE_HANDLER"
            }
          },
          "offset": 88
        },
        "task_context_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7764
        },
        "task_context_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_TASK_CONTEXT_T"
            }
          },
          "offset": 7592
        },
        "tci_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_89d3f810f6ac437f"
          },
          "offset": 6236
        },
        "timeout_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "uf_control": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T"
          },
          "offset": 7768
        },
        "user_parameters": {
          "type": {
            "kind": "union",
            "name": "SCIC_USER_PARAMETERS_T"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_CONTROLLER_STATE_HANDLER": {
      "size": 128,
      "fields": {
        "link_down_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "link_up_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_CONTROLLER_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "remote_device_started_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "remote_device_stopped_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "terminate_request_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_CONTROLLER_STATE_HANDLER_T": {
      "size": 128,
      "fields": {
        "link_down_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "link_up_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_CONTROLLER_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "remote_device_started_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "remote_device_stopped_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "terminate_request_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_CONTROLLER_T": {
      "size": 10960,
      "fields": {
        "available_remote_nodes": {
          "type": {
            "kind": "struct",
            "name": "SCIC_REMOTE_NODE_TABLE_T"
          },
          "offset": 6152
        },
        "completion_event_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7756
        },
        "completion_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7736
        },
        "completion_queue_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7752
        },
        "completion_queue_get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7744
        },
        "controller_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10929
        },
        "device_table": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_REMOTE_DEVICE"
              }
            }
          },
          "offset": 2056
        },
        "encountered_fatal_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10904
        },
        "interrupt_coalesce_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10936
        },
        "interrupt_coalesce_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10940
        },
        "invalid_phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10928
        },
        "io_request_sequence": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6824
        },
        "io_request_table": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_REQUEST"
              }
            }
          },
          "offset": 4104
        },
        "logical_port_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7748
        },
        "memory_descriptors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
            }
          },
          "offset": 7608
        },
        "next_phy_to_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10924
        },
        "oem_parameters": {
          "type": {
            "kind": "union",
            "name": "SCIC_OEM_PARAMETERS_T"
          },
          "offset": 160
        },
        "oem_parameters_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 156
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_CONTROLLER_T"
          },
          "offset": 0
        },
        "pci_revision": {
          "type": {
            "kind": "enum",
            "name": "SCU_CONTROLLER_PCI_REVISION_CODE"
          },
          "offset": 10932
        },
        "phy_startup_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 10912
        },
        "phy_startup_timer_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10920
        },
        "phy_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PHY"
            }
          },
          "offset": 1224
        },
        "port_agent": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_PORT_CONFIGURATION_AGENT_T"
          },
          "offset": 264
        },
        "port_table": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT"
            }
          },
          "offset": 304
        },
        "power_control": {
          "type": {
            "kind": "struct",
            "name": "SCIC_POWER_CONTROL_T"
          },
          "offset": 6768
        },
        "remote_device_sequence": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7336
        },
        "remote_node_context_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "SCU_REMOTE_NODE_CONTEXT_T"
            }
          },
          "offset": 7600
        },
        "remote_node_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7760
        },
        "restrict_completions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10908
        },
        "scu_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_REGISTERS_T"
            }
          },
          "offset": 10952
        },
        "smu_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SMU_REGISTERS_T"
            }
          },
          "offset": 10944
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER_STATE_HANDLER"
            }
          },
          "offset": 88
        },
        "task_context_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7764
        },
        "task_context_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_TASK_CONTEXT_T"
            }
          },
          "offset": 7592
        },
        "tci_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_89d3f810f6ac437f"
          },
          "offset": 6236
        },
        "timeout_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "uf_control": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T"
          },
          "offset": 7768
        },
        "user_parameters": {
          "type": {
            "kind": "union",
            "name": "SCIC_USER_PARAMETERS_T"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_IO_REQUEST_STATE_HANDLER": {
      "size": 56,
      "fields": {
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REQUEST_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "tc_completion_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T": {
      "size": 56,
      "fields": {
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REQUEST_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "tc_completion_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_LIBRARY": {
      "size": 56,
      "fields": {
        "controllers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER"
            }
          },
          "offset": 48
        },
        "max_controller_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_LIBRARY_T"
          },
          "offset": 0
        },
        "pci_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "pci_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_LIBRARY_T": {
      "size": 56,
      "fields": {
        "controllers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER"
            }
          },
          "offset": 48
        },
        "max_controller_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_LIBRARY_T"
          },
          "offset": 0
        },
        "pci_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "pci_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PHY": {
      "size": 208,
      "fields": {
        "bcn_received_while_port_unassigned": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "error_counter": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 168
        },
        "is_in_link_training": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "link_layer_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_LINK_LAYER_REGISTERS_T"
            }
          },
          "offset": 200
        },
        "max_negotiated_speed": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 56
        },
        "owning_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT"
            }
          },
          "offset": 48
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PHY_T"
          },
          "offset": 0
        },
        "phy_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "phy_type": {
          "type": {
            "kind": "union",
            "name": "unnamed_d398f0eb02fca5bf"
          },
          "offset": 76
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "SCIC_SDS_PHY_PROTOCOL"
          },
          "offset": 60
        },
        "sata_timeout_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "starting_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 136
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PHY_STATE_HANDLER"
            }
          },
          "offset": 128
        },
        "transport_layer_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_TRANSPORT_LAYER_REGISTERS_T"
            }
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PHY_STATE_HANDLER": {
      "size": 56,
      "fields": {
        "consume_power_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PHY_STATE_HANDLER_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PHY_STATE_HANDLER_T": {
      "size": 56,
      "fields": {
        "consume_power_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PHY_STATE_HANDLER_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PHY_T": {
      "size": 208,
      "fields": {
        "bcn_received_while_port_unassigned": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "error_counter": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 168
        },
        "is_in_link_training": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "link_layer_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_LINK_LAYER_REGISTERS_T"
            }
          },
          "offset": 200
        },
        "max_negotiated_speed": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 56
        },
        "owning_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT"
            }
          },
          "offset": 48
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PHY_T"
          },
          "offset": 0
        },
        "phy_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "phy_type": {
          "type": {
            "kind": "union",
            "name": "unnamed_d398f0eb02fca5bf"
          },
          "offset": 76
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "SCIC_SDS_PHY_PROTOCOL"
          },
          "offset": 60
        },
        "sata_timeout_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "starting_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 136
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PHY_STATE_HANDLER"
            }
          },
          "offset": 128
        },
        "transport_layer_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_TRANSPORT_LAYER_REGISTERS_T"
            }
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PORT": {
      "size": 184,
      "fields": {
        "active_phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "assigned_device_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "enabled_phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "logical_port_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "not_ready_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "owning_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER"
            }
          },
          "offset": 104
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PORT_T"
          },
          "offset": 0
        },
        "phy_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_PHY"
              }
            }
          },
          "offset": 72
        },
        "physical_port_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "port_pe_configuration_register": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 168
        },
        "port_task_scheduler_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_PORT_TASK_SCHEDULER_REGISTERS_T"
            }
          },
          "offset": 160
        },
        "ready_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 128
        },
        "reserved_rni": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "reserved_tci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "started_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT_STATE_HANDLER"
            }
          },
          "offset": 120
        },
        "timer_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "viit_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_VIIT_ENTRY_T"
            }
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PORT_CONFIGURATION_AGENT": {
      "size": 40,
      "fields": {
        "link_down_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "link_up_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "phy_configured_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phy_ready_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "phy_valid_port_range": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT_RANGE"
            }
          },
          "offset": 4
        },
        "timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "timer_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PORT_CONFIGURATION_AGENT_T": {
      "size": 40,
      "fields": {
        "link_down_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "link_up_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "phy_configured_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phy_ready_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "phy_valid_port_range": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT_RANGE"
            }
          },
          "offset": 4
        },
        "timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "timer_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PORT_RANGE": {
      "size": 2,
      "fields": {
        "max_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "min_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PORT_STATE_HANDLER": {
      "size": 96,
      "fields": {
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "link_down_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "link_up_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PORT_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PORT_STATE_HANDLER_T": {
      "size": 96,
      "fields": {
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "link_down_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "link_up_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PORT_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_PORT_T": {
      "size": 184,
      "fields": {
        "active_phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "assigned_device_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "enabled_phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "logical_port_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "not_ready_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "owning_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER"
            }
          },
          "offset": 104
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_PORT_T"
          },
          "offset": 0
        },
        "phy_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "SCIC_SDS_PHY"
              }
            }
          },
          "offset": 72
        },
        "physical_port_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "port_pe_configuration_register": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 168
        },
        "port_task_scheduler_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_PORT_TASK_SCHEDULER_REGISTERS_T"
            }
          },
          "offset": 160
        },
        "ready_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 128
        },
        "reserved_rni": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "reserved_tci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "started_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT_STATE_HANDLER"
            }
          },
          "offset": 120
        },
        "timer_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "viit_registers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_VIIT_ENTRY_T"
            }
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REMOTE_DEVICE": {
      "size": 160,
      "fields": {
        "connection_rate": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 52
        },
        "device_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 60
        },
        "device_port_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "has_ready_substate_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "is_atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "is_direct_attached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "not_ready_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "owning_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT"
            }
          },
          "offset": 80
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_T"
          },
          "offset": 0
        },
        "ready_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 120
        },
        "rnc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_NODE_CONTEXT"
            }
          },
          "offset": 88
        },
        "started_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER"
            }
          },
          "offset": 152
        },
        "target_protocols": {
          "type": {
            "kind": "struct",
            "name": "SMP_DISCOVER_RESPONSE_PROTOCOLS_T"
          },
          "offset": 56
        },
        "working_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REQUEST"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER": {
      "size": 120,
      "fields": {
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "resume_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "suspend_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER_T": {
      "size": 120,
      "fields": {
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "frame_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "resume_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "suspend_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REMOTE_DEVICE_T": {
      "size": 160,
      "fields": {
        "connection_rate": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_LINK_RATE"
          },
          "offset": 52
        },
        "device_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 60
        },
        "device_port_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "has_ready_substate_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "is_atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "is_direct_attached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "not_ready_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "owning_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_PORT"
            }
          },
          "offset": 80
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_T"
          },
          "offset": 0
        },
        "ready_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 120
        },
        "rnc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_NODE_CONTEXT"
            }
          },
          "offset": 88
        },
        "started_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER"
            }
          },
          "offset": 152
        },
        "target_protocols": {
          "type": {
            "kind": "struct",
            "name": "SMP_DISCOVER_RESPONSE_PROTOCOLS_T"
          },
          "offset": 56
        },
        "working_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REQUEST"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REMOTE_NODE_CONTEXT": {
      "size": 96,
      "fields": {
        "destination_state": {
          "type": {
            "kind": "enum",
            "name": "SCIC_SDS_REMOTE_NODE_CONTEXT_DESTINATION_STATE"
          },
          "offset": 32
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_DEVICE"
            }
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "remote_node_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS"
            }
          },
          "offset": 88
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 56
        },
        "suspension_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "user_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "user_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS": {
      "size": 48,
      "fields": {
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "resume_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "suspend_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REMOTE_NODE_CONTEXT_T": {
      "size": 96,
      "fields": {
        "destination_state": {
          "type": {
            "kind": "enum",
            "name": "SCIC_SDS_REMOTE_NODE_CONTEXT_DESTINATION_STATE"
          },
          "offset": 32
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_DEVICE"
            }
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "remote_node_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS"
            }
          },
          "offset": 88
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 56
        },
        "suspension_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "user_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "user_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REQUEST": {
      "size": 192,
      "fields": {
        "command_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "device_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "has_started_substate_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "is_task_management_request": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "owning_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER"
            }
          },
          "offset": 56
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REQUEST_T"
          },
          "offset": 0
        },
        "post_context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_e950ec591d21a0e1"
          },
          "offset": 80
        },
        "response_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "sat_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "saved_rx_frame_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "sci_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "scu_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sgl_element_pair_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_SGL_ELEMENT_PAIR_T"
            }
          },
          "offset": 120
        },
        "started_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 144
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER"
            }
          },
          "offset": 176
        },
        "target_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_DEVICE"
            }
          },
          "offset": 64
        },
        "task_context_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_TASK_CONTEXT_T"
            }
          },
          "offset": 112
        },
        "user_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "was_tag_assigned_by_user": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_REQUEST_T": {
      "size": 192,
      "fields": {
        "command_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "device_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "has_started_substate_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "is_task_management_request": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "owning_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_CONTROLLER"
            }
          },
          "offset": 56
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REQUEST_T"
          },
          "offset": 0
        },
        "post_context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_e950ec591d21a0e1"
          },
          "offset": 80
        },
        "response_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "sat_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "saved_rx_frame_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "sci_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "scu_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sgl_element_pair_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_SGL_ELEMENT_PAIR_T"
            }
          },
          "offset": 120
        },
        "started_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 144
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER"
            }
          },
          "offset": 176
        },
        "target_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_REMOTE_DEVICE"
            }
          },
          "offset": 64
        },
        "task_context_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_TASK_CONTEXT_T"
            }
          },
          "offset": 112
        },
        "user_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "was_tag_assigned_by_user": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_STP_REQUEST": {
      "size": 248,
      "fields": {
        "d2h_reg_fis": {
          "type": {
            "kind": "struct",
            "name": "SATA_FIS_REG_D2H_T"
          },
          "offset": 192
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_REQUEST_T"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "union",
            "name": "unnamed_d4d8444f366dfa09"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_STP_REQUEST_T": {
      "size": 248,
      "fields": {
        "d2h_reg_fis": {
          "type": {
            "kind": "struct",
            "name": "SATA_FIS_REG_D2H_T"
          },
          "offset": 192
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_REQUEST_T"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "union",
            "name": "unnamed_d4d8444f366dfa09"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UF_ADDRESS_TABLE_ARRAY": {
      "size": 24,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UF_ADDRESS_TABLE_ARRAY_T": {
      "size": 24,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UF_BUFFER_ARRAY": {
      "size": 3088,
      "fields": {
        "array": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_UNSOLICITED_FRAME_T"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3080
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UF_BUFFER_ARRAY_T": {
      "size": 3088,
      "fields": {
        "array": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_SDS_UNSOLICITED_FRAME_T"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3080
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UF_HEADER_ARRAY": {
      "size": 16,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_UNSOLICITED_FRAME_HEADER_T"
            }
          },
          "offset": 0
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UF_HEADER_ARRAY_T": {
      "size": 16,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_UNSOLICITED_FRAME_HEADER_T"
            }
          },
          "offset": 0
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UNSOLICITED_FRAME": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_UNSOLICITED_FRAME_HEADER_T"
            }
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "UNSOLICITED_FRAME_STATE"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UNSOLICITED_FRAME_CONTROL": {
      "size": 3136,
      "fields": {
        "address_table": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UF_ADDRESS_TABLE_ARRAY_T"
          },
          "offset": 3112
        },
        "buffers": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UF_BUFFER_ARRAY_T"
          },
          "offset": 24
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "headers": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UF_HEADER_ARRAY_T"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UNSOLICITED_FRAME_CONTROL_T": {
      "size": 3136,
      "fields": {
        "address_table": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UF_ADDRESS_TABLE_ARRAY_T"
          },
          "offset": 3112
        },
        "buffers": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UF_BUFFER_ARRAY_T"
          },
          "offset": 24
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "headers": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_UF_HEADER_ARRAY_T"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_UNSOLICITED_FRAME_T": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_UNSOLICITED_FRAME_HEADER_T"
            }
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "UNSOLICITED_FRAME_STATE"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_USER_PARAMETERS": {
      "size": 60,
      "fields": {
        "no_outbound_task_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "phy_spin_up_delay_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_61df229e041b4919"
            }
          },
          "offset": 0
        },
        "ssp_inactivity_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "ssp_max_occupancy_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "stp_inactivity_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "stp_max_occupancy_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        }
      },
      "kind": "struct"
    },
    "SCIC_SDS_USER_PARAMETERS_T": {
      "size": 60,
      "fields": {
        "no_outbound_task_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "phy_spin_up_delay_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_61df229e041b4919"
            }
          },
          "offset": 0
        },
        "ssp_inactivity_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "ssp_max_occupancy_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "stp_inactivity_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "stp_max_occupancy_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        }
      },
      "kind": "struct"
    },
    "SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS": {
      "size": 80,
      "fields": {
        "common_callbacks": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PASSTHRU_REQUEST_CALLBACKS_T"
          },
          "offset": 0
        },
        "scic_cb_smp_passthru_get_allocated_response_length": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "scic_cb_smp_passthru_get_frame_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "scic_cb_smp_passthru_get_function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "scic_cb_smp_passthru_get_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS_T": {
      "size": 80,
      "fields": {
        "common_callbacks": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PASSTHRU_REQUEST_CALLBACKS_T"
          },
          "offset": 0
        },
        "scic_cb_smp_passthru_get_allocated_response_length": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "scic_cb_smp_passthru_get_frame_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "scic_cb_smp_passthru_get_function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "scic_cb_smp_passthru_get_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCIC_SSP_PASSTHRU_REQUEST_CALLBACKS": {
      "size": 72,
      "fields": {
        "common_callbacks": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PASSTHRU_REQUEST_CALLBACKS_T"
          },
          "offset": 0
        },
        "scic_cb_ssp_passthru_get_cdb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "scic_cb_ssp_passthru_get_lun": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "scic_cb_ssp_passthru_get_task_attribute": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "SCIC_SSP_PASSTHRU_REQUEST_CALLBACKS_T": {
      "size": 72,
      "fields": {
        "common_callbacks": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PASSTHRU_REQUEST_CALLBACKS_T"
          },
          "offset": 0
        },
        "scic_cb_ssp_passthru_get_cdb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "scic_cb_ssp_passthru_get_lun": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "scic_cb_ssp_passthru_get_task_attribute": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "SCIC_STP_PASSTHRU_REQUEST_CALLBACKS": {
      "size": 112,
      "fields": {
        "common_callbacks": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PASSTHRU_REQUEST_CALLBACKS_T"
          },
          "offset": 0
        },
        "scic_cb_stp_passthru_get_byteblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "scic_cb_stp_passthru_get_ckcond": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "scic_cb_stp_passthru_get_extend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "scic_cb_stp_passthru_get_multiplecount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "scic_cb_stp_passthru_get_protocol": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "scic_cb_stp_passthru_get_register_fis": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "scic_cb_stp_passthru_get_tdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "scic_cb_stp_passthru_get_tlength": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "SCIC_STP_PASSTHRU_REQUEST_CALLBACKS_T": {
      "size": 112,
      "fields": {
        "common_callbacks": {
          "type": {
            "kind": "struct",
            "name": "SCIC_PASSTHRU_REQUEST_CALLBACKS_T"
          },
          "offset": 0
        },
        "scic_cb_stp_passthru_get_byteblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "scic_cb_stp_passthru_get_ckcond": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "scic_cb_stp_passthru_get_extend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "scic_cb_stp_passthru_get_multiplecount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "scic_cb_stp_passthru_get_protocol": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "scic_cb_stp_passthru_get_register_fis": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "scic_cb_stp_passthru_get_tdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "scic_cb_stp_passthru_get_tlength": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "SCIC_USER_PARAMETERS": {
      "size": 60,
      "fields": {
        "sds1": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_USER_PARAMETERS_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCIC_USER_PARAMETERS_T": {
      "size": 60,
      "fields": {
        "sds1": {
          "type": {
            "kind": "struct",
            "name": "SCIC_SDS_USER_PARAMETERS_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCIF_SAS_CONTROLLER": {
      "size": 31992,
      "fields": {
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "current_domain_to_clear_affiliation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7048
        },
        "domains": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_DOMAIN_T"
            }
          },
          "offset": 128
        },
        "free_remote_device_pool": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_ELEMENT_POOL_T"
          },
          "offset": 832
        },
        "hprq": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T"
          },
          "offset": 7208
        },
        "internal_request_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7052
        },
        "internal_request_memory_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f0b306e09d0b50f"
          },
          "offset": 7056
        },
        "mdes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
            }
          },
          "offset": 96
        },
        "operation_status": {
          "type": {
            "kind": "enum",
            "name": "_SCI_STATUS"
          },
          "offset": 7016
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_CONTROLLER_T"
          },
          "offset": 0
        },
        "remote_device_pool_elements": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 872
        },
        "saved_interrupt_coalesce_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 31984
        },
        "saved_interrupt_coalesce_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 31988
        },
        "smp_phy_array": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY_T"
            }
          },
          "offset": 7384
        },
        "smp_phy_memory_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_T"
          },
          "offset": 31960
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_CONTROLLER_STATE_HANDLER_T"
            }
          },
          "offset": 88
        },
        "user_parameters": {
          "type": {
            "kind": "union",
            "name": "SCIF_USER_PARAMETERS_T"
          },
          "offset": 7020
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_CONTROLLER_T": {
      "size": 31992,
      "fields": {
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "current_domain_to_clear_affiliation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7048
        },
        "domains": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_DOMAIN_T"
            }
          },
          "offset": 128
        },
        "free_remote_device_pool": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_ELEMENT_POOL_T"
          },
          "offset": 832
        },
        "hprq": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T"
          },
          "offset": 7208
        },
        "internal_request_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7052
        },
        "internal_request_memory_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f0b306e09d0b50f"
          },
          "offset": 7056
        },
        "mdes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
            }
          },
          "offset": 96
        },
        "operation_status": {
          "type": {
            "kind": "enum",
            "name": "_SCI_STATUS"
          },
          "offset": 7016
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_CONTROLLER_T"
          },
          "offset": 0
        },
        "remote_device_pool_elements": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 872
        },
        "saved_interrupt_coalesce_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 31984
        },
        "saved_interrupt_coalesce_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 31988
        },
        "smp_phy_array": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY_T"
            }
          },
          "offset": 7384
        },
        "smp_phy_memory_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_T"
          },
          "offset": 31960
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_CONTROLLER_STATE_HANDLER_T"
            }
          },
          "offset": 88
        },
        "user_parameters": {
          "type": {
            "kind": "union",
            "name": "SCIF_USER_PARAMETERS_T"
          },
          "offset": 7020
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_DOMAIN": {
      "size": 176,
      "fields": {
        "broadcast_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_CONTROLLER"
            }
          },
          "offset": 56
        },
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "device_start_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "device_start_in_progress_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "is_config_route_table_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "is_port_ready": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "operation": {
          "type": {
            "kind": "struct",
            "name": "unnamed_55b13b3b7bc3e3a7"
          },
          "offset": 152
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_DOMAIN_T"
          },
          "offset": 0
        },
        "remote_device_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_LIST_T"
          },
          "offset": 72
        },
        "request_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_T"
          },
          "offset": 104
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_DOMAIN_STATE_HANDLER_T"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_DOMAIN_T": {
      "size": 176,
      "fields": {
        "broadcast_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_CONTROLLER"
            }
          },
          "offset": 56
        },
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "device_start_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "device_start_in_progress_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "is_config_route_table_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "is_port_ready": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "operation": {
          "type": {
            "kind": "struct",
            "name": "unnamed_55b13b3b7bc3e3a7"
          },
          "offset": 152
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_DOMAIN_T"
          },
          "offset": 0
        },
        "remote_device_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_LIST_T"
          },
          "offset": 72
        },
        "request_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_T"
          },
          "offset": 104
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_DOMAIN_STATE_HANDLER_T"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE": {
      "size": 176,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_LOCK_T"
          },
          "offset": 0
        },
        "pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f0b306e09d0b50f"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T": {
      "size": 176,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_LOCK_T"
          },
          "offset": 0
        },
        "pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f0b306e09d0b50f"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_INTERNAL_IO_REQUEST": {
      "size": 272,
      "fields": {
        "internal_io_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 264
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_IO_REQUEST_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_INTERNAL_IO_REQUEST_T": {
      "size": 272,
      "fields": {
        "internal_io_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 264
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_IO_REQUEST_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_IO_REQUEST": {
      "size": 264,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_REQUEST_T"
          },
          "offset": 0
        },
        "retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 260
        },
        "transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_IO_REQUEST_T": {
      "size": 264,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_REQUEST_T"
          },
          "offset": 0
        },
        "retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 260
        },
        "transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_LIBRARY": {
      "size": 56,
      "fields": {
        "controllers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_CONTROLLER"
            }
          },
          "offset": 48
        },
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_LIBRARY_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_LIBRARY_T": {
      "size": 56,
      "fields": {
        "controllers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_CONTROLLER"
            }
          },
          "offset": 48
        },
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_LIBRARY_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_LOCK": {
      "size": 24,
      "fields": {
        "level": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2dce811ea143ef0d"
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_LOCK_T": {
      "size": 24,
      "fields": {
        "level": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2dce811ea143ef0d"
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_REMOTE_DEVICE": {
      "size": 280,
      "fields": {
        "containing_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE"
            }
          },
          "offset": 256
        },
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "destination_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 266
        },
        "destruct_when_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "device_port_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 265
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_DOMAIN"
            }
          },
          "offset": 224
        },
        "ea_target_reset_request_scheduled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REQUEST"
            }
          },
          "offset": 272
        },
        "expander_phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 264
        },
        "is_currently_discovered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "operation_status": {
          "type": {
            "kind": "enum",
            "name": "_SCI_STATUS"
          },
          "offset": 240
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_T"
          },
          "offset": 0
        },
        "protocol_device": {
          "type": {
            "kind": "union",
            "name": "unnamed_3025839aa60d3931"
          },
          "offset": 128
        },
        "ready_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 96
        },
        "request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "starting_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 64
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE_STATE_HANDLER_T"
            }
          },
          "offset": 56
        },
        "task_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_REMOTE_DEVICE_STATE_HANDLER": {
      "size": 136,
      "fields": {
        "complete_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "not_ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "start_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "start_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "stop_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_REMOTE_DEVICE_STATE_HANDLER_T": {
      "size": 136,
      "fields": {
        "complete_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "not_ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_STATE_HANDLER_T"
          },
          "offset": 0
        },
        "ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "start_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "start_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "stop_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_REMOTE_DEVICE_T": {
      "size": 280,
      "fields": {
        "containing_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE"
            }
          },
          "offset": 256
        },
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "destination_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 266
        },
        "destruct_when_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "device_port_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 265
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_DOMAIN"
            }
          },
          "offset": 224
        },
        "ea_target_reset_request_scheduled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REQUEST"
            }
          },
          "offset": 272
        },
        "expander_phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 264
        },
        "is_currently_discovered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "operation_status": {
          "type": {
            "kind": "enum",
            "name": "_SCI_STATUS"
          },
          "offset": 240
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REMOTE_DEVICE_T"
          },
          "offset": 0
        },
        "protocol_device": {
          "type": {
            "kind": "union",
            "name": "unnamed_3025839aa60d3931"
          },
          "offset": 128
        },
        "ready_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 96
        },
        "request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "starting_substate_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 64
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE_STATE_HANDLER_T"
            }
          },
          "offset": 56
        },
        "task_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_REQUEST": {
      "size": 256,
      "fields": {
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 248
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE"
            }
          },
          "offset": 72
        },
        "is_high_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "is_internal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "is_waiting_for_abort_task_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "list_element": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_ELEMENT_T"
          },
          "offset": 88
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REQUEST_T"
          },
          "offset": 0
        },
        "protocol_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_REQUEST_STATE_HANDLER_T"
            }
          },
          "offset": 48
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "_SCI_STATUS"
          },
          "offset": 64
        },
        "stp": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_STP_REQUEST_T"
          },
          "offset": 136
        },
        "terminate_requestor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_TASK_REQUEST"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_REQUEST_T": {
      "size": 256,
      "fields": {
        "core_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 248
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE"
            }
          },
          "offset": 72
        },
        "is_high_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "is_internal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "is_waiting_for_abort_task_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "list_element": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_ELEMENT_T"
          },
          "offset": 88
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_REQUEST_T"
          },
          "offset": 0
        },
        "protocol_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "state_handlers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_REQUEST_STATE_HANDLER_T"
            }
          },
          "offset": 48
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "_SCI_STATUS"
          },
          "offset": 64
        },
        "stp": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_STP_REQUEST_T"
          },
          "offset": 136
        },
        "terminate_requestor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_TASK_REQUEST"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_SMP_PHY": {
      "size": 64,
      "fields": {
        "attached_device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "attached_sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 48
        },
        "config_route_table_index_anchor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "list_element": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_ELEMENT_T"
          },
          "offset": 16
        },
        "owning_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE"
            }
          },
          "offset": 8
        },
        "phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "routing_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f8d6cf35e21dd8bc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_SMP_PHY_T": {
      "size": 64,
      "fields": {
        "attached_device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "attached_sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 48
        },
        "config_route_table_index_anchor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "list_element": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_ELEMENT_T"
          },
          "offset": 16
        },
        "owning_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE"
            }
          },
          "offset": 8
        },
        "phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "routing_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f8d6cf35e21dd8bc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_SMP_REMOTE_DEVICE": {
      "size": 96,
      "fields": {
        "config_route_smp_phy_anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY"
            }
          },
          "offset": 16
        },
        "curr_clear_affiliation_phy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY"
            }
          },
          "offset": 32
        },
        "curr_config_route_destination_smp_phy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY"
            }
          },
          "offset": 24
        },
        "curr_config_route_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "current_activity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "current_activity_phy_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "current_smp_request": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "expander_route_indexes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "io_retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "is_able_to_config_others": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "is_externally_configurable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "is_route_table_cleaned": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_table_to_table_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "number_of_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "scheduled_activity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "smp_activity_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "smp_phy_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_T"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_SMP_REMOTE_DEVICE_T": {
      "size": 96,
      "fields": {
        "config_route_smp_phy_anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY"
            }
          },
          "offset": 16
        },
        "curr_clear_affiliation_phy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY"
            }
          },
          "offset": 32
        },
        "curr_config_route_destination_smp_phy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY"
            }
          },
          "offset": 24
        },
        "curr_config_route_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "current_activity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "current_activity_phy_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "current_smp_request": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "expander_route_indexes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "io_retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "is_able_to_config_others": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "is_externally_configurable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "is_route_table_cleaned": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_table_to_table_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "number_of_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "scheduled_activity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "smp_activity_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "smp_phy_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_FAST_LIST_T"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_STP_REMOTE_DEVICE": {
      "size": 28,
      "fields": {
        "s_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sati_device": {
          "type": {
            "kind": "struct",
            "name": "SATI_DEVICE_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_STP_REMOTE_DEVICE_T": {
      "size": 28,
      "fields": {
        "s_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sati_device": {
          "type": {
            "kind": "struct",
            "name": "SATI_DEVICE_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_STP_REQUEST": {
      "size": 112,
      "fields": {
        "ncq_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "sequence": {
          "type": {
            "kind": "struct",
            "name": "SATI_TRANSLATOR_SEQUENCE_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_STP_REQUEST_T": {
      "size": 112,
      "fields": {
        "ncq_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "sequence": {
          "type": {
            "kind": "struct",
            "name": "SATI_TRANSLATOR_SEQUENCE_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_TASK_REQUEST": {
      "size": 264,
      "fields": {
        "affected_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "function": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_TASK_MGMT_FUNCTION"
          },
          "offset": 260
        },
        "io_tag_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 258
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_REQUEST_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_TASK_REQUEST_T": {
      "size": 264,
      "fields": {
        "affected_request_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "function": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_TASK_MGMT_FUNCTION"
          },
          "offset": 260
        },
        "io_tag_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 258
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_REQUEST_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_USER_PARAMETERS": {
      "size": 28,
      "fields": {
        "clear_affiliation_during_controller_stop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ignore_fua": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "is_non_zero_buffer_offsets_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_sata_ncq_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "is_sata_standby_timer_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_ncq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "reset_type": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_TASK_MGMT_FUNCTION"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "SCIF_SAS_USER_PARAMETERS_T": {
      "size": 28,
      "fields": {
        "clear_affiliation_during_controller_stop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ignore_fua": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "is_non_zero_buffer_offsets_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_sata_ncq_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "is_sata_standby_timer_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_ncq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "reset_type": {
          "type": {
            "kind": "enum",
            "name": "_SCI_SAS_TASK_MGMT_FUNCTION"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "SCIF_USER_PARAMETERS": {
      "size": 28,
      "fields": {
        "sas": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_USER_PARAMETERS_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCIF_USER_PARAMETERS_T": {
      "size": 28,
      "fields": {
        "sas": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_USER_PARAMETERS_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCI_ABSTRACT_ELEMENT": {
      "size": 24,
      "fields": {
        "next_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT"
            }
          },
          "offset": 0
        },
        "object_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "previous_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_ABSTRACT_ELEMENT_LIST": {
      "size": 24,
      "fields": {
        "back_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 8
        },
        "front_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_ABSTRACT_ELEMENT_LIST_T": {
      "size": 24,
      "fields": {
        "back_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 8
        },
        "front_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_ABSTRACT_ELEMENT_POOL": {
      "size": 40,
      "fields": {
        "elements": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 0
        },
        "free_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_ELEMENT_LIST"
          },
          "offset": 16
        },
        "max_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_ABSTRACT_ELEMENT_POOL_T": {
      "size": 40,
      "fields": {
        "elements": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 0
        },
        "free_list": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_ELEMENT_LIST"
          },
          "offset": 16
        },
        "max_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_ABSTRACT_ELEMENT_T": {
      "size": 24,
      "fields": {
        "next_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT"
            }
          },
          "offset": 0
        },
        "object_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "previous_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_ABSTRACT_LIST": {
      "size": 32,
      "fields": {
        "elements": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_ELEMENT_LIST_T"
          },
          "offset": 0
        },
        "free_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_POOL_T"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCI_ABSTRACT_LIST_T": {
      "size": 32,
      "fields": {
        "elements": {
          "type": {
            "kind": "struct",
            "name": "SCI_ABSTRACT_ELEMENT_LIST_T"
          },
          "offset": 0
        },
        "free_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_POOL_T"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_CONTROLLER": {
      "size": 80,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "mdl": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_MEMORY_DESCRIPTOR_LIST_T"
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_CONTROLLER_STATE_HANDLER": {
      "size": 88,
      "fields": {
        "complete_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "complete_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "continue_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "initialize_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "start_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_CONTROLLER_STATE_HANDLER_T": {
      "size": 88,
      "fields": {
        "complete_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "complete_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "continue_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "initialize_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "start_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_CONTROLLER_T": {
      "size": 80,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "mdl": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_MEMORY_DESCRIPTOR_LIST_T"
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_DOMAIN": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_DOMAIN_STATE_HANDLER": {
      "size": 104,
      "fields": {
        "complete_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "complete_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "continue_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "device_destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "device_start_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "device_stop_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "discover_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "port_not_ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "port_ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "start_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_DOMAIN_STATE_HANDLER_T": {
      "size": 104,
      "fields": {
        "complete_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "complete_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "continue_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "device_destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "device_start_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "device_stop_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "discover_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "port_not_ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "port_ready_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "start_high_priority_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_DOMAIN_T": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_ITERATOR": {
      "size": 16,
      "fields": {
        "current": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 8
        },
        "list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_LIST_T"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_ITERATOR_T": {
      "size": 16,
      "fields": {
        "current": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_ELEMENT_T"
            }
          },
          "offset": 8
        },
        "list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_ABSTRACT_LIST_T"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_LIBRARY": {
      "size": 40,
      "fields": {
        "controller_id_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88e962c437bbfaf3"
          },
          "offset": 20
        },
        "logger": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_LOGGER_T"
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_LIBRARY_T": {
      "size": 40,
      "fields": {
        "controller_id_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88e962c437bbfaf3"
          },
          "offset": 20
        },
        "logger": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_LOGGER_T"
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_LOGGER": {
      "size": 1,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_LOGGER_T": {
      "size": 1,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_MEMORY_DESCRIPTOR_LIST": {
      "size": 24,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mde_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
            }
          },
          "offset": 8
        },
        "next_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "next_mdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_MEMORY_DESCRIPTOR_LIST_T": {
      "size": 24,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mde_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
            }
          },
          "offset": 8
        },
        "next_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "next_mdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_OBJECT": {
      "size": 16,
      "fields": {
        "associated_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "logger": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_LOGGER"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_OBJECT_T": {
      "size": 16,
      "fields": {
        "associated_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "logger": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_LOGGER"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PHY": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PHY_STATE_HANDLER": {
      "size": 32,
      "fields": {
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PHY_STATE_HANDLER_T": {
      "size": 32,
      "fields": {
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PHY_T": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PORT": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PORT_STATE_HANDLER": {
      "size": 48,
      "fields": {
        "add_phy_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "remove_phy_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PORT_STATE_HANDLER_T": {
      "size": 48,
      "fields": {
        "add_phy_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "remove_phy_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_PORT_T": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REMOTE_DEVICE": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REMOTE_DEVICE_STATE_HANDLER": {
      "size": 88,
      "fields": {
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "complete_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "continue_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "fail_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "reset_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REMOTE_DEVICE_STATE_HANDLER_T": {
      "size": 88,
      "fields": {
        "complete_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "complete_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "continue_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "fail_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "reset_complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "reset_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "stop_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REMOTE_DEVICE_T": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REQUEST": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REQUEST_STATE_HANDLER": {
      "size": 32,
      "fields": {
        "abort_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REQUEST_STATE_HANDLER_T": {
      "size": 32,
      "fields": {
        "abort_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "complete_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "start_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_REQUEST_T": {
      "size": 48,
      "fields": {
        "parent": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_OBJECT_T"
          },
          "offset": 0
        },
        "state_machine": {
          "type": {
            "kind": "struct",
            "name": "SCI_BASE_STATE_MACHINE_T"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_STATE": {
      "size": 24,
      "fields": {
        "enter_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "exit_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_STATE_MACHINE": {
      "size": 32,
      "fields": {
        "current_state_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "initial_state_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "previous_state_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "state_machine_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_OBJECT_T"
            }
          },
          "offset": 8
        },
        "state_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_STATE_T"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_STATE_MACHINE_T": {
      "size": 32,
      "fields": {
        "current_state_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "initial_state_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "previous_state_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "state_machine_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_OBJECT_T"
            }
          },
          "offset": 8
        },
        "state_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BASE_STATE_T"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BASE_STATE_T": {
      "size": 24,
      "fields": {
        "enter_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "exit_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_BLOCK": {
      "size": 128,
      "fields": {
        "controller_element": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BIOS_OEM_PARAM_ELEMENT_T"
            }
          },
          "offset": 24
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "SCI_BIOS_OEM_PARAM_BLOCK_HDR_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_BLOCK_HDR": {
      "size": 24,
      "fields": {
        "element_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "hdr_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "num_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "preboot_source": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "signature": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "total_block_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_BLOCK_HDR_T": {
      "size": 24,
      "fields": {
        "element_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "hdr_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "num_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "preboot_source": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "signature": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "total_block_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_BLOCK_T": {
      "size": 128,
      "fields": {
        "controller_element": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCI_BIOS_OEM_PARAM_ELEMENT_T"
            }
          },
          "offset": 24
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "SCI_BIOS_OEM_PARAM_BLOCK_HDR_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_ELEMENT": {
      "size": 104,
      "fields": {
        "controller": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e0a829f854c9a11"
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_19304110d7d84dab"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_548ed4beb54fad64"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_ELEMENT_T": {
      "size": 104,
      "fields": {
        "controller": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e0a829f854c9a11"
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_19304110d7d84dab"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_548ed4beb54fad64"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_ELEMENT_v_1_1": {
      "size": 104,
      "fields": {
        "controller": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6a6e8f33128bd5f9"
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_19304110d7d84dab"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_548ed4beb54fad64"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_ELEMENT_v_1_1_T": {
      "size": 104,
      "fields": {
        "controller": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6a6e8f33128bd5f9"
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_19304110d7d84dab"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_548ed4beb54fad64"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3": {
      "size": 104,
      "fields": {
        "controller": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bbace13b7af16fc0"
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_19304110d7d84dab"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_548ed4beb54fad64"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3_T": {
      "size": 104,
      "fields": {
        "controller": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bbace13b7af16fc0"
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_19304110d7d84dab"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_548ed4beb54fad64"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_FAST_LIST": {
      "size": 24,
      "fields": {
        "element_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "list_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 0
        },
        "list_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_FAST_LIST_ELEMENT": {
      "size": 32,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 0
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "owning_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST"
            }
          },
          "offset": 16
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_FAST_LIST_ELEMENT_T": {
      "size": 32,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 0
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "owning_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST"
            }
          },
          "offset": 16
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_FAST_LIST_T": {
      "size": 24,
      "fields": {
        "element_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "list_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 0
        },
        "list_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCI_FAST_LIST_ELEMENT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCI_PCI_COMMON_HEADER_T": {
      "size": 16,
      "fields": {
        "base_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "built_in_self_test": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "cache_line_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "header_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "master_latency_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "program_interface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sub_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_PHYSICAL_MEMORY_DESCRIPTOR": {
      "size": 32,
      "fields": {
        "constant_memory_alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "constant_memory_attributes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "constant_memory_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "virtual_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T": {
      "size": 32,
      "fields": {
        "constant_memory_alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "constant_memory_attributes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "constant_memory_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "physical_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "virtual_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_SAS_ADDRESS": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_SAS_ADDRESS_T": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_SAS_IDENTIFY_ADDRESS_FRAME": {
      "size": 40,
      "fields": {
        "address_frame_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "break_reply_capable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "device_name": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 4
        },
        "device_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "in_zpsds_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "protocols": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T"
          },
          "offset": 2
        },
        "reason": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "requested_in_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "reserved1": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "reserved5": {
          "type": {
            "bit_length": 21,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "reserved6": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS": {
      "size": 2,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_933205f1d69631f3"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T": {
      "size": 2,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_933205f1d69631f3"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCI_SAS_IDENTIFY_ADDRESS_FRAME_T": {
      "size": 40,
      "fields": {
        "address_frame_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "break_reply_capable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "device_name": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 4
        },
        "device_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "in_zpsds_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "protocols": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T"
          },
          "offset": 2
        },
        "reason": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "requested_in_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "reserved1": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "reserved5": {
          "type": {
            "bit_length": 21,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "reserved6": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SCI_SINGLE_LEVEL_LUN": {
      "size": 8,
      "fields": {
        "address_method": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bus_id": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "forth_level_lun": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "lun_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "second_level_lun": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "third_level_lun": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_SINGLE_LEVEL_LUN_T": {
      "size": 8,
      "fields": {
        "address_method": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bus_id": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "forth_level_lun": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "lun_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "second_level_lun": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "third_level_lun": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_COMMAND_IU": {
      "size": 28,
      "fields": {
        "additional_cdb_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "cdb": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "enable_first_burst": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "lun": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "reserved2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "task_attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "task_priority": {
          "type": {
            "bit_length": 4,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_COMMAND_IU_T": {
      "size": 28,
      "fields": {
        "additional_cdb_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "cdb": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "enable_first_burst": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "lun": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "reserved2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "task_attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "task_priority": {
          "type": {
            "bit_length": 4,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_FRAME_HEADER": {
      "size": 24,
      "fields": {
        "changing_data_pointer": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fill_bytes": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "frame_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "hashed_destination_address": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hashed_source_address": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved1_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "reserved2_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "reserved2_1": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "reserved2_2": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "retransmit": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "retry_data_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "target_port_transfer_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "tlr_control": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "uiResv4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_FRAME_HEADER_T": {
      "size": 24,
      "fields": {
        "changing_data_pointer": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fill_bytes": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "frame_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "hashed_destination_address": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hashed_source_address": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved1_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "reserved2_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "reserved2_1": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "reserved2_2": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "retransmit": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "retry_data_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "target_port_transfer_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "tlr_control": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "uiResv4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_RESPONSE_IU": {
      "size": 280,
      "fields": {
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "data_present": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "reserved0": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "response_data_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "retry_delay_timer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sense_data_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_RESPONSE_IU_T": {
      "size": 280,
      "fields": {
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "data_present": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "reserved0": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "response_data_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "retry_delay_timer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sense_data_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_TASK_IU": {
      "size": 28,
      "fields": {
        "lun_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lun_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "reserved2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "reserved3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "reserved4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "task_function": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "task_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "SCI_SSP_TASK_IU_T": {
      "size": 28,
      "fields": {
        "lun_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lun_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "reserved2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "reserved3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "reserved4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "task_function": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "task_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "SCSI3Addr_struct": {
      "size": 2,
      "fields": {
        "LogDev": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24a50d0cdbf8fa8d"
          },
          "offset": 0
        },
        "LogUnit": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c85c7086b8c07e57"
          },
          "offset": 0
        },
        "PeripDev": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a69dbd8a62a0e47"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_10": {
      "size": 8,
      "fields": {
        "block_descriptor_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "device_specific_parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "long_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mode_data_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserve": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_10_T": {
      "size": 8,
      "fields": {
        "block_descriptor_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "device_specific_parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "long_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mode_data_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserve": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_6": {
      "size": 4,
      "fields": {
        "block_descriptor_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "device_specific_parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mode_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_6_T": {
      "size": 4,
      "fields": {
        "block_descriptor_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "device_specific_parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mode_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCU_AFE_REGISTERS": {
      "size": 4096,
      "fields": {
        "afe_bias_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "afe_common_block_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "afe_dfx_analog_n_monitor_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "afe_dfx_analog_p_monitor_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "afe_dfx_dcl_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "afe_dfx_digital_monitor_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "afe_dfx_fifo_status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "afe_dfx_fifo_status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "afe_dfx_master_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "afe_dfx_master_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "afe_dfx_master_pattern_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "afe_dfx_noa_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 780
        },
        "afe_dfx_noa_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 784
        },
        "afe_dfx_noa_control2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 788
        },
        "afe_dfx_noa_control3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 792
        },
        "afe_dfx_noa_control4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 796
        },
        "afe_dfx_noa_control5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 800
        },
        "afe_dfx_noa_control6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 804
        },
        "afe_dfx_noa_control7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 808
        },
        "afe_dfx_ntl_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "afe_dfx_p0_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "afe_dfx_p0_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 300
        },
        "afe_dfx_p0_instruction": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 432
        },
        "afe_dfx_p1_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "afe_dfx_p1_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 536
        },
        "afe_dfx_p1_instruction": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 672
        },
        "afe_dfx_rx_pmsn_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 772
        },
        "afe_dfx_tx_pmsn_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 768
        },
        "afe_pll_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "afe_pll_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "afe_pll_control2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "afe_pmsn_master_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "afe_pmsn_master_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "afe_pmsn_master_control2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "reserved_0004": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved_008c_00fc": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 140
        },
        "reserved_01ac": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "reserved_0210": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "reserved_0258_029c": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 600
        },
        "reserved_02c0_02fc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 704
        },
        "reserved_0308": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 776
        },
        "reserved_032c_07fc": {
          "type": {
            "count": 309,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 812
        },
        "reserved_0c00_0ffc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3072
        },
        "reserved_18_7c": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "scu_afe_xcvr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCU_AFE_TRANSCEIVER"
            }
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "SCU_AFE_TRANSCEIVER": {
      "size": 256,
      "fields": {
        "afe_channel_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "afe_dfx_rx_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "afe_dfx_rx_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "afe_dfx_rx_status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "afe_dfx_rx_status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "afe_rx_cdr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "afe_rx_eq_status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "afe_rx_eq_status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "afe_rx_ssc_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "afe_rx_ssc_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "afe_rx_ssc_control2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "afe_tx_amp_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "afe_tx_amp_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "afe_tx_amp_control2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "afe_tx_amp_control3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "afe_tx_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "afe_tx_ssc_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "afe_xcvr_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "afe_xcvr_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "afe_xcvr_error_capture_status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "afe_xcvr_error_capture_status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "afe_xcvr_error_capture_status2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "afe_xcvr_error_capture_status3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "afe_xcvr_error_capture_status4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "afe_xcvr_error_capture_status5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "reserved_0008": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved_0014": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved_0020": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "reserved_003c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "reserved_0058": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "reserved_0060_006c": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "reserved_008c_00fc": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "SCU_COMPLETION_RAM": {
      "size": 512,
      "fields": {
        "reserved_003C_0200": {
          "type": {
            "count": 113,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "smcu_error_event_counter_0_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sram_base_address_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sram_ecc_addrress_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sram_ecc_context_address_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sram_ecc_control_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sram_ecc_log_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sram_ecc_test_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sram_mcu_read_arbiter_control_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sram_mcu_write_arbiter_control_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sram_memory_controller_interrupt_status_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sram_parity_address_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sram_parity_context_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sram_parity_control_and_status_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sram_parity_upper_address_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sram_upper_base_address_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCU_FRAME_BUFFER_RAM": {
      "size": 512,
      "fields": {
        "reserved_003C_0200": {
          "type": {
            "count": 113,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "smcu_error_event_counter_0_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sram_base_address_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sram_ecc_addrress_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sram_ecc_context_address_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sram_ecc_control_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sram_ecc_log_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sram_ecc_test_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sram_mcu_read_arbiter_control_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sram_mcu_write_arbiter_control_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sram_memory_controller_interrupt_status_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sram_parity_address_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sram_parity_context_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sram_parity_control_and_status_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sram_parity_upper_address_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sram_upper_base_address_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCU_LINK_LAYER_REGISTERS": {
      "size": 896,
      "fields": {
        "afe_lookup_table_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "afe_xcvr_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "clock_skew_management": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "cominit_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "comsas_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "comwake_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "counter_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "error_counter_event_notification_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "frx_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "frxq_payload_fill_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ftx_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "ftx_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "identify_frame_phy_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "identify_frame_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "invalid_dword_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link_layer_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "link_layer_hang_detection_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "link_layer_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "link_timer_timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "loss_of_sync_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "maximum_arbitration_wait_timer_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "notify_enable_spinup_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "phy_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "phy_configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "phy_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "phy_reset_problem_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "phy_source_zone_group_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "phy_timer_timeout_values": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pla_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "pla_product_control": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 272
        },
        "pla_product_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "port_selector_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "power_management_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "rcd_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "receive_phycap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "received_address_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "received_address_frame_error_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "received_dword_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "received_frame_after_done_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "received_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "received_frame_crc_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "received_frame_without_credit_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "received_short_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "reserved0C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_0128_037f": {
          "type": {
            "count": 150,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 296
        },
        "reserved_10c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "reserved_5C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "reserved_d4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "reserved_ec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "running_disparity_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sas_device_name_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sas_device_name_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sas_pm_ack_primitive_register": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "sas_pm_nak_primitive_register": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "sas_pm_partial_request_primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "sas_pm_slumber_request_primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "sas_primitive_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "sas_training_sequence_timer_values": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "source_sas_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "source_sas_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "speed_negotiation_afe_rx_reset_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "speed_negotiation_timers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ssp_timer_timeout_values": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "stp_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "timeout_unit_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "transmit_cominit_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "transmit_comsas_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "transmit_comwake_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "transmit_dword_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "transmit_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "transmit_identification": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "transmit_primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "SCU_LINK_LAYER_REGISTERS_T": {
      "size": 896,
      "fields": {
        "afe_lookup_table_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "afe_xcvr_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "clock_skew_management": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "cominit_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "comsas_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "comwake_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "counter_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "error_counter_event_notification_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "frx_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "frxq_payload_fill_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ftx_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "ftx_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "identify_frame_phy_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "identify_frame_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "invalid_dword_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link_layer_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "link_layer_hang_detection_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "link_layer_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "link_timer_timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "loss_of_sync_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "maximum_arbitration_wait_timer_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "notify_enable_spinup_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "phy_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "phy_configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "phy_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "phy_reset_problem_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "phy_source_zone_group_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "phy_timer_timeout_values": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pla_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "pla_product_control": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 272
        },
        "pla_product_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "port_selector_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "power_management_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "rcd_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "receive_phycap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "received_address_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "received_address_frame_error_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "received_dword_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "received_frame_after_done_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "received_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "received_frame_crc_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "received_frame_without_credit_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "received_short_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "reserved0C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_0128_037f": {
          "type": {
            "count": 150,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 296
        },
        "reserved_10c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "reserved_5C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "reserved_d4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "reserved_ec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "running_disparity_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sas_device_name_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sas_device_name_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sas_pm_ack_primitive_register": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "sas_pm_nak_primitive_register": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "sas_pm_partial_request_primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "sas_pm_slumber_request_primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "sas_primitive_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "sas_training_sequence_timer_values": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "source_sas_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "source_sas_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "speed_negotiation_afe_rx_reset_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "speed_negotiation_timers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ssp_timer_timeout_values": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "stp_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "timeout_unit_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "transmit_cominit_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "transmit_comsas_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "transmit_comwake_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "transmit_dword_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "transmit_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "transmit_identification": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "transmit_primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "SCU_PEG_REGISTERS": {
      "size": 24576,
      "fields": {
        "pe": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "TRANSPORT_LINK_LAYER_PAIR"
            }
          },
          "offset": 0
        },
        "peg": {
          "type": {
            "kind": "struct",
            "name": "SCU_PROTOCOL_ENGINE_GROUP_REGISTERS"
          },
          "offset": 4224
        },
        "ptsg": {
          "type": {
            "kind": "struct",
            "name": "SCU_PORT_TASK_SCHEDULER_GROUP_REGISTERS"
          },
          "offset": 4096
        },
        "reserved_01500_1BFF": {
          "type": {
            "count": 448,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5376
        },
        "sgpio": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGPIO_REGISTERS"
          },
          "offset": 5120
        },
        "viit": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCU_VIIT_ENTRY"
            }
          },
          "offset": 7168
        },
        "zpt0": {
          "type": {
            "kind": "struct",
            "name": "SCU_ZONE_PARTITION_TABLE"
          },
          "offset": 8192
        },
        "zpt1": {
          "type": {
            "kind": "struct",
            "name": "SCU_ZONE_PARTITION_TABLE"
          },
          "offset": 16384
        }
      },
      "kind": "struct"
    },
    "SCU_PORT_TASK_SCHEDULER_GROUP_REGISTERS": {
      "size": 128,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCU_PORT_TASK_SCHEDULER_REGISTERS_T"
            }
          },
          "offset": 16
        },
        "protocol_engine": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "real_time_clock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "real_time_clock_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved_0C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_1048_107f": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "rnc_scanning_interval_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tc_scanning_interval_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "SCU_PORT_TASK_SCHEDULER_REGISTERS": {
      "size": 8,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCU_PORT_TASK_SCHEDULER_REGISTERS_T": {
      "size": 8,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SCU_PROTOCOL_ENGINE_GROUP_REGISTERS": {
      "size": 896,
      "fields": {
        "table": {
          "type": {
            "count": 224,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCU_REGISTERS": {
      "size": 61440,
      "fields": {
        "afe": {
          "type": {
            "kind": "struct",
            "name": "SCU_AFE_REGISTERS"
          },
          "offset": 57344
        },
        "cram": {
          "type": {
            "kind": "struct",
            "name": "SCU_COMPLETION_RAM"
          },
          "offset": 25600
        },
        "fbram": {
          "type": {
            "kind": "struct",
            "name": "SCU_FRAME_BUFFER_RAM"
          },
          "offset": 26112
        },
        "noa_hub": {
          "type": {
            "kind": "struct",
            "name": "NOA_HUB_PARTITION"
          },
          "offset": 27392
        },
        "noa_if": {
          "type": {
            "kind": "struct",
            "name": "NOA_HOST_INTERFACE_PARTITION"
          },
          "offset": 27648
        },
        "noa_pe": {
          "type": {
            "kind": "struct",
            "name": "NOA_PROTOCOL_ENGINE_PARTITION"
          },
          "offset": 27136
        },
        "peg0": {
          "type": {
            "kind": "struct",
            "name": "SCU_PEG_REGISTERS"
          },
          "offset": 0
        },
        "peg1": {
          "type": {
            "kind": "struct",
            "name": "SCU_PEG_REGISTERS"
          },
          "offset": 32768
        },
        "reserved_6800_69FF": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26624
        },
        "reserved_6d00_7fff": {
          "type": {
            "count": 1216,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27904
        },
        "sdma": {
          "type": {
            "kind": "struct",
            "name": "SCU_SDMA_REGISTERS"
          },
          "offset": 24576
        }
      },
      "kind": "struct"
    },
    "SCU_REGISTERS_T": {
      "size": 61440,
      "fields": {
        "afe": {
          "type": {
            "kind": "struct",
            "name": "SCU_AFE_REGISTERS"
          },
          "offset": 57344
        },
        "cram": {
          "type": {
            "kind": "struct",
            "name": "SCU_COMPLETION_RAM"
          },
          "offset": 25600
        },
        "fbram": {
          "type": {
            "kind": "struct",
            "name": "SCU_FRAME_BUFFER_RAM"
          },
          "offset": 26112
        },
        "noa_hub": {
          "type": {
            "kind": "struct",
            "name": "NOA_HUB_PARTITION"
          },
          "offset": 27392
        },
        "noa_if": {
          "type": {
            "kind": "struct",
            "name": "NOA_HOST_INTERFACE_PARTITION"
          },
          "offset": 27648
        },
        "noa_pe": {
          "type": {
            "kind": "struct",
            "name": "NOA_PROTOCOL_ENGINE_PARTITION"
          },
          "offset": 27136
        },
        "peg0": {
          "type": {
            "kind": "struct",
            "name": "SCU_PEG_REGISTERS"
          },
          "offset": 0
        },
        "peg1": {
          "type": {
            "kind": "struct",
            "name": "SCU_PEG_REGISTERS"
          },
          "offset": 32768
        },
        "reserved_6800_69FF": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26624
        },
        "reserved_6d00_7fff": {
          "type": {
            "count": 1216,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27904
        },
        "sdma": {
          "type": {
            "kind": "struct",
            "name": "SCU_SDMA_REGISTERS"
          },
          "offset": 24576
        }
      },
      "kind": "struct"
    },
    "SCU_REMOTE_NODE_CONTEXT": {
      "size": 32,
      "fields": {
        "ssp": {
          "type": {
            "kind": "struct",
            "name": "SSP_REMOTE_NODE_CONTEXT_T"
          },
          "offset": 0
        },
        "stp": {
          "type": {
            "kind": "struct",
            "name": "STP_REMOTE_NODE_CONTEXT_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCU_REMOTE_NODE_CONTEXT_T": {
      "size": 32,
      "fields": {
        "ssp": {
          "type": {
            "kind": "struct",
            "name": "SSP_REMOTE_NODE_CONTEXT_T"
          },
          "offset": 0
        },
        "stp": {
          "type": {
            "kind": "struct",
            "name": "STP_REMOTE_NODE_CONTEXT_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SCU_SDMA_REGISTERS": {
      "size": 1024,
      "fields": {
        "cdma_configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "pdma_configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "reserved_0020_007C": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "reserved_0084_0400": {
          "type": {
            "count": 223,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 132
        },
        "uf_address_table_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "uf_address_table_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "uf_header_base_address_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "uf_header_base_address_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "unsolicited_frame_get_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "unsolicited_frame_put_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "unsolicited_frame_queue_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "SCU_SGL_ELEMENT": {
      "size": 12,
      "fields": {
        "address_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "address_modifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "address_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCU_SGL_ELEMENT_PAIR": {
      "size": 32,
      "fields": {
        "A": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_T"
          },
          "offset": 0
        },
        "B": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_T"
          },
          "offset": 12
        },
        "next_pair_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "next_pair_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCU_SGL_ELEMENT_PAIR_T": {
      "size": 32,
      "fields": {
        "A": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_T"
          },
          "offset": 0
        },
        "B": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_T"
          },
          "offset": 12
        },
        "next_pair_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "next_pair_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCU_SGL_ELEMENT_T": {
      "size": 12,
      "fields": {
        "address_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "address_modifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "address_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SCU_SGPIO_REGISTERS": {
      "size": 256,
      "fields": {
        "blink_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "interface_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "output_data_select": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "reserved_001C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "reserved_1444_14ff": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "serial_input_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "serial_input_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "start_drive_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start_drive_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vendor_specific_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCU_TASK_CONTEXT": {
      "size": 256,
      "fields": {
        "abort": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "active_sgl_element": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 93
        },
        "active_sgl_element_pair": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "address_modifier": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "application_tag_for_generate": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 214
        },
        "application_tag_for_verify": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 212
        },
        "application_tag_mask_for_generate": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 226
        },
        "application_tag_mask_for_verify": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 230
        },
        "block_guard_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "block_protection_control": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 228
        },
        "block_protection_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "block_protection_error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 232
        },
        "block_protection_function": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "block_size": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "command_code": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "command_iu_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "command_iu_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "connection_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "context_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "control_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "dma_ssp_target_good_response": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "do_not_dma_ssp_good_response": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "frame_buffer_offset": {
          "type": {
            "bit_length": 11,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 94
        },
        "initial_crc_seed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 210
        },
        "initiator_request": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "intermediate_crc_valid_snapshot": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "intermediate_crc_value": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "link_layer_control": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "logical_port_index": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "mirror_request_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "mirrored_logical_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "mirrored_node_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "mirrored_protocol_engine": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "payload_data_transfer_error": {
          "type": {
            "bit_length": 4,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 94
        },
        "previous_extended_tag": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "priority": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "protocol_engine_index": {
          "type": {
            "bit_length": 3,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "protocol_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "pts_control_reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "reference_tag_seed_for_generate_function_snapshot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "reference_tag_seed_for_verify": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "reference_tag_seed_for_verify_function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "reference_tag_seed_for_verify_function_snapshot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "remote_node_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved_00_0": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "reserved_0C_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "reserved_10_0": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "reserved_14_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "reserved_40_1": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "reserved_40_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "reserved_5C_0": {
          "type": {
            "bit_length": 9,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "reserved_C4_CC": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 196
        },
        "reserved_DC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "reserved_E0_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 224
        },
        "reserved_E8_0": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 233
        },
        "reserved_F0_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 242
        },
        "response_iu_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "response_iu_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sata_direction": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "sdma_control_reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sgl_exhausted": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 94
        },
        "sgl_pair_ab": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_PAIR_T"
          },
          "offset": 96
        },
        "sgl_pair_cd": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_PAIR_T"
          },
          "offset": 128
        },
        "sgl_snapshot_ac": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_PAIR_T"
          },
          "offset": 160
        },
        "snapshot": {
          "type": {
            "kind": "struct",
            "name": "TRANSPORT_SNAPSHOT"
          },
          "offset": 72
        },
        "snapshot_of_reserved_dword_DC_of_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "ssp_command_iu_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "ssp_max_burst_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "ssp_tlr_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "ssp_tlr_threshold": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "stp_retry_count": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "strict_ordering": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "suspend_node": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "task_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "task_phase": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "task_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "task_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "timeout_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "tl_control_reserved": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "transfer_length_bytes": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "union",
            "name": "PROTOCOL_CONTEXT"
          },
          "offset": 24
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "write_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "xfer_ready_tlr_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "SCU_TASK_CONTEXT_T": {
      "size": 256,
      "fields": {
        "abort": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "active_sgl_element": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 93
        },
        "active_sgl_element_pair": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "address_modifier": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "application_tag_for_generate": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 214
        },
        "application_tag_for_verify": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 212
        },
        "application_tag_mask_for_generate": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 226
        },
        "application_tag_mask_for_verify": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 230
        },
        "block_guard_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "block_protection_control": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 228
        },
        "block_protection_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "block_protection_error": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 232
        },
        "block_protection_function": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "block_size": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "command_code": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "command_iu_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "command_iu_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "connection_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "context_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "control_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "dma_ssp_target_good_response": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "do_not_dma_ssp_good_response": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "frame_buffer_offset": {
          "type": {
            "bit_length": 11,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 94
        },
        "initial_crc_seed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 210
        },
        "initiator_request": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "intermediate_crc_valid_snapshot": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "intermediate_crc_value": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "link_layer_control": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "logical_port_index": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "mirror_request_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "mirrored_logical_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "mirrored_node_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "mirrored_protocol_engine": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "payload_data_transfer_error": {
          "type": {
            "bit_length": 4,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 94
        },
        "previous_extended_tag": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "priority": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "protocol_engine_index": {
          "type": {
            "bit_length": 3,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "protocol_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "pts_control_reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "reference_tag_seed_for_generate_function_snapshot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "reference_tag_seed_for_verify": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "reference_tag_seed_for_verify_function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "reference_tag_seed_for_verify_function_snapshot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "remote_node_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved_00_0": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "reserved_0C_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "reserved_10_0": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "reserved_14_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "reserved_40_1": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "reserved_40_2": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "reserved_5C_0": {
          "type": {
            "bit_length": 9,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "reserved_C4_CC": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 196
        },
        "reserved_DC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "reserved_E0_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 224
        },
        "reserved_E8_0": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 233
        },
        "reserved_F0_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 242
        },
        "response_iu_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "response_iu_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sata_direction": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "sdma_control_reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sgl_exhausted": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 94
        },
        "sgl_pair_ab": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_PAIR_T"
          },
          "offset": 96
        },
        "sgl_pair_cd": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_PAIR_T"
          },
          "offset": 128
        },
        "sgl_snapshot_ac": {
          "type": {
            "kind": "struct",
            "name": "SCU_SGL_ELEMENT_PAIR_T"
          },
          "offset": 160
        },
        "snapshot": {
          "type": {
            "kind": "struct",
            "name": "TRANSPORT_SNAPSHOT"
          },
          "offset": 72
        },
        "snapshot_of_reserved_dword_DC_of_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "ssp_command_iu_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "ssp_max_burst_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "ssp_tlr_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "ssp_tlr_threshold": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "stp_retry_count": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "strict_ordering": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "suspend_node": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "task_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "task_phase": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "task_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "task_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "timeout_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "tl_control_reserved": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "transfer_length_bytes": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "union",
            "name": "PROTOCOL_CONTEXT"
          },
          "offset": 24
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "write_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "xfer_ready_tlr_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "SCU_TRANSPORT_LAYER_REGISTERS": {
      "size": 128,
      "fields": {
        "arbitration_delay_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved_0028_007F": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "reserved_0C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rxtl_single_step_control_status_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rxtl_single_step_control_status_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "stp_rni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "timer_test_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tlfe_awt_retry_delay_debug_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tlfe_wpo_read_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tlfe_wpo_read_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCU_TRANSPORT_LAYER_REGISTERS_T": {
      "size": 128,
      "fields": {
        "arbitration_delay_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved_0028_007F": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "reserved_0C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rxtl_single_step_control_status_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rxtl_single_step_control_status_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "stp_rni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "timer_test_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tlfe_awt_retry_delay_debug_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tlfe_wpo_read_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tlfe_wpo_read_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "SCU_UNSOLICITED_FRAME_HEADER": {
      "size": 64,
      "fields": {
        "connection_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "iit_exists": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "is_address_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "protocol_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 23,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "SCU_UNSOLICITED_FRAME_HEADER_T": {
      "size": 64,
      "fields": {
        "connection_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "iit_exists": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "is_address_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "protocol_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 23,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "SCU_VIIT_ENTRY": {
      "size": 16,
      "fields": {
        "initiator_sas_address_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "initiator_sas_address_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCU_VIIT_ENTRY_T": {
      "size": 16,
      "fields": {
        "initiator_sas_address_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "initiator_sas_address_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SCU_ZONE_PARTITION_TABLE": {
      "size": 8192,
      "fields": {
        "table": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SG32ENTRY": {
      "size": 8,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SG64ENTRY": {
      "size": 12,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addresshigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SGE_CHAIN32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "SGE_CHAIN64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "SGE_CHAIN_UNION": {
      "size": 12,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_9535dde31a363573"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SGE_IO_UNION": {
      "size": 12,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_898f97182f631ea0"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SGE_MPI_UNION": {
      "size": 24,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_964b749a8b67017a"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SGE_SIMPLE32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SGE_SIMPLE64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SGE_SIMPLE_UNION": {
      "size": 12,
      "fields": {
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_9535dde31a363573"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SGE_TRANSACTION_UNION": {
      "size": 24,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TransactionDetails": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_4868730367d49588"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SGE_TRANS_SIMPLE_UNION": {
      "size": 24,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_61f92ed7309ce724"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA1_CTX": {
      "size": 104,
      "fields": {
        "c": {
          "type": {
            "kind": "union",
            "name": "unnamed_4eada9aa2979a21d"
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "h": {
          "type": {
            "kind": "union",
            "name": "unnamed_412ac256c1faa1dd"
          },
          "offset": 0
        },
        "m": {
          "type": {
            "kind": "union",
            "name": "unnamed_948c79ff96298914"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "SHA224Context": {
      "size": 104,
      "fields": {
        "buf": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA224_CTX": {
      "size": 104,
      "fields": {
        "buf": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA256Context": {
      "size": 104,
      "fields": {
        "buf": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA256_CTX": {
      "size": 104,
      "fields": {
        "buf": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA384Context": {
      "size": 208,
      "fields": {
        "buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA384_CTX": {
      "size": 208,
      "fields": {
        "buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA512Context": {
      "size": 208,
      "fields": {
        "buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SHA512_CTX": {
      "size": 208,
      "fields": {
        "buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "state": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SIPHASH_CTX": {
      "size": 56,
      "fields": {
        "buf": {
          "type": {
            "kind": "union",
            "name": "unnamed_0d2b078511fdc770"
          },
          "offset": 32
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "rounds_compr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "rounds_final": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "v": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMART_DESCRIPTOR_ENTRY": {
      "size": 24,
      "fields": {
        "checkpoint_byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "failing_lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "failing_lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "failing_lba_low_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "failing_lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "lba_field": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "status_byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "time_stamp_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "time_stamp_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vendor_specific1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "vendor_specific10": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "vendor_specific11": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "vendor_specific12": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "vendor_specific13": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "vendor_specific14": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "vendor_specific15": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "vendor_specific2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "vendor_specific3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "vendor_specific4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "vendor_specific5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "vendor_specific6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "vendor_specific7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "vendor_specific8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "vendor_specific9": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "SMP_DISCOVER_RESPONSE_PROTOCOLS": {
      "size": 2,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_0ae7b1ba9fd9c220"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_DISCOVER_RESPONSE_PROTOCOLS_T": {
      "size": 2,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_0ae7b1ba9fd9c220"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_CONFIGURE_ROUTE_INFORMATION": {
      "size": 36,
      "fields": {
        "disable_route_entry": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "expander_route_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "expander_route_index_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "expected_expander_change_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reserved_byte8": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved_byte_10_11": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_byte_12_bit_0_6": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved_byte_13_15": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "reserved_byte_24_39": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "routed_sas_address": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_CONFIGURE_ROUTE_INFORMATION_T": {
      "size": 36,
      "fields": {
        "disable_route_entry": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "expander_route_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "expander_route_index_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "expected_expander_change_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reserved_byte8": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved_byte_10_11": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_byte_12_bit_0_6": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved_byte_13_15": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "reserved_byte_24_39": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "routed_sas_address": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_GENERAL": {
      "size": 4,
      "fields": {
        "crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_GENERAL_T": {
      "size": 4,
      "fields": {
        "crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_HEADER": {
      "size": 4,
      "fields": {
        "allocated_response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "request_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "smp_frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_HEADER_T": {
      "size": 4,
      "fields": {
        "allocated_response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "request_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "smp_frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_PHY_CONTROL": {
      "size": 38,
      "fields": {
        "attached_device_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "expected_expander_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "partial_pathway_timeout_value": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "phy_operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "programmed_maximum_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "programmed_minimum_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved_byte_11_bit_1_7": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "reserved_byte_12_23": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved_byte_32_bit_3_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved_byte_33_bit_3_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "reserved_byte_34_35": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "reserved_byte_36_bit_4_7": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "reserved_byte_37_38": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "reserved_byte_39": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "reserved_byte_6_7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved_byte_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "update_partial_pathway_timeout_value": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_PHY_CONTROL_T": {
      "size": 38,
      "fields": {
        "attached_device_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "expected_expander_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "partial_pathway_timeout_value": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "phy_operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "programmed_maximum_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "programmed_minimum_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved_byte_11_bit_1_7": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "reserved_byte_12_23": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved_byte_32_bit_3_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved_byte_33_bit_3_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "reserved_byte_34_35": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "reserved_byte_36_bit_4_7": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "reserved_byte_37_38": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "reserved_byte_39": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "reserved_byte_6_7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved_byte_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "update_partial_pathway_timeout_value": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_PHY_IDENTIFIER": {
      "size": 8,
      "fields": {
        "ignore_zone_group": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reserved_byte10": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_byte11": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "reserved_byte4_7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved_byte8": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_PHY_IDENTIFIER_T": {
      "size": 8,
      "fields": {
        "ignore_zone_group": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reserved_byte10": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_byte11": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "reserved_byte4_7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved_byte8": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_T": {
      "size": 1020,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_HEADER_T"
          },
          "offset": 0
        },
        "request": {
          "type": {
            "kind": "union",
            "name": "unnamed_38f66fa29069d6b0"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_VENDOR_SPECIFIC": {
      "size": 1016,
      "fields": {
        "request_bytes": {
          "type": {
            "count": 1016,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_REQUEST_VENDOR_SPECIFIC_T": {
      "size": 1016,
      "fields": {
        "request_bytes": {
          "type": {
            "count": 1016,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_BODY": {
      "size": 1016,
      "fields": {
        "discover": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_DISCOVER_T"
          },
          "offset": 0
        },
        "report_general": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_REPORT_GENERAL_T"
          },
          "offset": 0
        },
        "report_manufacturer_information": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_REPORT_MANUFACTURER_INFORMATION_T"
          },
          "offset": 0
        },
        "report_phy_sata": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_REPORT_PHY_SATA_T"
          },
          "offset": 0
        },
        "vendor_specific_response": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_VENDOR_SPECIFIC_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SMP_RESPONSE_BODY_T": {
      "size": 1016,
      "fields": {
        "discover": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_DISCOVER_T"
          },
          "offset": 0
        },
        "report_general": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_REPORT_GENERAL_T"
          },
          "offset": 0
        },
        "report_manufacturer_information": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_REPORT_MANUFACTURER_INFORMATION_T"
          },
          "offset": 0
        },
        "report_phy_sata": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_REPORT_PHY_SATA_T"
          },
          "offset": 0
        },
        "vendor_specific_response": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_VENDOR_SPECIFIC_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "SMP_RESPONSE_DISCOVER": {
      "size": 112,
      "fields": {
        "attached_phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "attached_sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 20
        },
        "connector_element_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "connector_physical_link": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "connector_type": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "hardware_max_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "hardware_min_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "partial_pathway_timeout_value": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        },
        "phy_change_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "programmed_max_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "programmed_min_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "protocols": {
          "type": {
            "kind": "struct",
            "name": "SMP_DISCOVER_RESPONSE_PROTOCOLS_T"
          },
          "offset": 10
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved5": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        },
        "reserved6": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "reserved7": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "reserved_for_identify": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "routing_attribute": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 12
        },
        "u1": {
          "type": {
            "kind": "union",
            "name": "unnamed_57296ceb1f69b80c"
          },
          "offset": 0
        },
        "u2": {
          "type": {
            "kind": "union",
            "name": "unnamed_5d48b2e0fd181ce0"
          },
          "offset": 8
        },
        "u3": {
          "type": {
            "kind": "union",
            "name": "unnamed_0f52d14772327d0b"
          },
          "offset": 29
        },
        "u4": {
          "type": {
            "kind": "union",
            "name": "unnamed_0a2aea8028371287"
          },
          "offset": 48
        },
        "vendor_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "virtual_phy": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_DISCOVER_T": {
      "size": 112,
      "fields": {
        "attached_phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "attached_sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 20
        },
        "connector_element_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "connector_physical_link": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "connector_type": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "hardware_max_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "hardware_min_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "partial_pathway_timeout_value": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        },
        "phy_change_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "phy_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "programmed_max_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "programmed_min_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "protocols": {
          "type": {
            "kind": "struct",
            "name": "SMP_DISCOVER_RESPONSE_PROTOCOLS_T"
          },
          "offset": 10
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved5": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        },
        "reserved6": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "reserved7": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "reserved_for_identify": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "routing_attribute": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 12
        },
        "u1": {
          "type": {
            "kind": "union",
            "name": "unnamed_57296ceb1f69b80c"
          },
          "offset": 0
        },
        "u2": {
          "type": {
            "kind": "union",
            "name": "unnamed_5d48b2e0fd181ce0"
          },
          "offset": 8
        },
        "u3": {
          "type": {
            "kind": "union",
            "name": "unnamed_0f52d14772327d0b"
          },
          "offset": 29
        },
        "u4": {
          "type": {
            "kind": "union",
            "name": "unnamed_0a2aea8028371287"
          },
          "offset": 48
        },
        "vendor_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "virtual_phy": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_HEADER": {
      "size": 4,
      "fields": {
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "function_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "smp_frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_HEADER_T": {
      "size": 4,
      "fields": {
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "function_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "smp_frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_REPORT_GENERAL": {
      "size": 24,
      "fields": {
        "configurable_route_table": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "configures_others": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "configuring": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "enclosure_logical_identifier_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "enclosure_logical_identifier_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "expander_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "expander_route_indexes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "long_response": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "number_of_phys": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "open_reject_retry_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_byte11": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "reserved_byte20_23": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved_byte24_27": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved_byte8": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "self_configuring": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "stp_continue_awt": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "table_to_table_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "zone_configuring": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_REPORT_GENERAL_T": {
      "size": 24,
      "fields": {
        "configurable_route_table": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "configures_others": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "configuring": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "enclosure_logical_identifier_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "enclosure_logical_identifier_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "expander_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "expander_route_indexes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "long_response": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "number_of_phys": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "open_reject_retry_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_byte11": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "reserved_byte20_23": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved_byte24_27": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved_byte8": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "self_configuring": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "stp_continue_awt": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "table_to_table_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "zone_configuring": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_REPORT_MANUFACTURER_INFORMATION": {
      "size": 56,
      "fields": {
        "component_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "component_revision_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "component_vendor_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "expander_change_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "product_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "product_revision_level": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "reserved1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "bit_length": 31,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "sas1_1_format": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vendor_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "vendor_specific": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_REPORT_MANUFACTURER_INFORMATION_T": {
      "size": 56,
      "fields": {
        "component_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "component_revision_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "component_vendor_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "expander_change_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "product_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "product_revision_level": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "reserved1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "bit_length": 31,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "sas1_1_format": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vendor_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "vendor_specific": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_REPORT_PHY_SATA": {
      "size": 52,
      "fields": {
        "affiliated_stp_initiator_sas_address": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "affiliations_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "affiliations_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "device_to_host_fis": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "ignored_byte10": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "ignored_byte_4_7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_12_15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved_44_47": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "reserved_byte11": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved_byte_8": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "stp_sas_address": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_REPORT_PHY_SATA_T": {
      "size": 52,
      "fields": {
        "affiliated_stp_initiator_sas_address": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "affiliations_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "affiliations_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "device_to_host_fis": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "ignored_byte10": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "ignored_byte_4_7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phy_identifier": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reserved_12_15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved_44_47": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "reserved_byte11": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved_byte_8": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "stp_sas_address": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_T": {
      "size": 1020,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_HEADER_T"
          },
          "offset": 0
        },
        "response": {
          "type": {
            "kind": "union",
            "name": "SMP_RESPONSE_BODY_T"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_VENDOR_SPECIFIC": {
      "size": 1016,
      "fields": {
        "response_bytes": {
          "type": {
            "count": 1016,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_RESPONSE_VENDOR_SPECIFIC_T": {
      "size": 1016,
      "fields": {
        "response_bytes": {
          "type": {
            "count": 1016,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SMP_TASK_CONTEXT": {
      "size": 24,
      "fields": {
        "frame_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "function": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "function_result": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 20,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "response_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "smp_response_ufi": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "SMU_REGISTERS": {
      "size": 2048,
      "fields": {
        "address_modifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "clock_gating_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "clock_gating_performance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "completion_queue_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "completion_queue_get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "completion_queue_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "completion_queue_put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "completion_queue_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "control_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "device_context_capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "device_function_capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "host_task_table_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "host_task_table_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "interrupt_coalesce_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "interrupt_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mmr_address_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "mmr_data_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "post_context_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "remote_node_context_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "remote_node_context_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "reserved_08": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved_0C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_1C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "reserved_1xx": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "reserved_2C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "reserved_2xx": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 512
        },
        "reserved_38": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "reserved_3C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "reserved_3xx": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 768
        },
        "reserved_4C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "reserved_5x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "reserved_6x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "reserved_7x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "reserved_88": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "reserved_8C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "reserved_Bx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "reserved_Cx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "reserved_Dx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "reserved_Ex": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 224
        },
        "reserved_Fx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "soft_reset_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "task_context_assignment": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1024
        },
        "task_context_range": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "SMU_REGISTERS_T": {
      "size": 2048,
      "fields": {
        "address_modifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "clock_gating_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "clock_gating_performance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "completion_queue_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "completion_queue_get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "completion_queue_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "completion_queue_put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "completion_queue_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "control_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "device_context_capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "device_function_capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "host_task_table_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "host_task_table_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "interrupt_coalesce_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "interrupt_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mmr_address_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "mmr_data_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "post_context_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "remote_node_context_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "remote_node_context_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "reserved_08": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved_0C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_1C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "reserved_1xx": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "reserved_2C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "reserved_2xx": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 512
        },
        "reserved_38": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "reserved_3C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "reserved_3xx": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 768
        },
        "reserved_4C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "reserved_5x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "reserved_6x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "reserved_7x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "reserved_88": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "reserved_8C": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "reserved_Bx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "reserved_Cx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "reserved_Dx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "reserved_Ex": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 224
        },
        "reserved_Fx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "soft_reset_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "task_context_assignment": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1024
        },
        "task_context_range": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "SPUR_CHAN": {
      "size": 4,
      "fields": {
        "spurChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "spurRangeHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "spurRangeLow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "SSP_REMOTE_NODE_CONTEXT": {
      "size": 32,
      "fields": {
        "arbitration_wait_time": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_bit": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "connection_inactivity_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "connection_occupancy_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "function_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "initial_arbitration_wait_time": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "is_remote_node_context": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "is_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "logical_port_index": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "nexus_loss_timer_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "oaf_connection_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "oaf_features": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "oaf_more_compatibility_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "oaf_source_zone_group": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "remote_node_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "remote_node_port_width": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "remote_sas_address_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "remote_sas_address_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved0_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved0_2": {
          "type": {
            "bit_length": 5,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reserved3_1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "SSP_REMOTE_NODE_CONTEXT_T": {
      "size": 32,
      "fields": {
        "arbitration_wait_time": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_bit": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "connection_inactivity_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "connection_occupancy_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "function_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "initial_arbitration_wait_time": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "is_remote_node_context": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "is_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "logical_port_index": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "nexus_loss_timer_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "oaf_connection_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "oaf_features": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "oaf_more_compatibility_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "oaf_source_zone_group": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "remote_node_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "remote_node_port_width": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "remote_sas_address_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "remote_sas_address_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved0_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved0_2": {
          "type": {
            "bit_length": 5,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reserved3_1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "SSP_TASK_CONTEXT": {
      "size": 24,
      "fields": {
        "changing_data_pointer": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fill_bytes": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "frame_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "reserved00": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved01": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved02": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved03": {
          "type": {
            "bit_length": 19,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "retransmit": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "retry_data_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "target_port_transfer_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "tlr_control": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "uiRsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "STP_REMOTE_NODE_CONTEXT": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "STP_REMOTE_NODE_CONTEXT_T": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "STP_TASK_CONTEXT": {
      "size": 24,
      "fields": {
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "control": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "features": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fis_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ncq_tag": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "pm_port": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved0": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved4": {
          "type": {
            "bit_length": 27,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "STREAM_DETECT": {
      "size": 48,
      "fields": {
        "countCmdsInStream": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "first_cmd_fusion": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "megasas_cmd_fusion"
            }
          },
          "offset": 8
        },
        "groupDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "groupFlush": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "isRead": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "last_cmd_fusion": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "megasas_cmd_fusion"
            }
          },
          "offset": 16
        },
        "nextSeqLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "numSGEsInGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "SVCAUTH": {
      "size": 16,
      "fields": {
        "svc_ah_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_auth_ops"
            }
          },
          "offset": 0
        },
        "svc_ah_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "SVCGROUP": {
      "size": 192,
      "fields": {
        "sg_active": {
          "type": {
            "kind": "struct",
            "name": "svcxprt_list"
          },
          "offset": 96
        },
        "sg_idlethreads": {
          "type": {
            "kind": "struct",
            "name": "svcthread_list"
          },
          "offset": 112
        },
        "sg_lastcreatetime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "sg_lastidlecheck": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "sg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "sg_maxthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "sg_minthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "sg_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcpool"
            }
          },
          "offset": 64
        },
        "sg_state": {
          "type": {
            "kind": "enum",
            "name": "svcpool_state"
          },
          "offset": 72
        },
        "sg_threadcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "sg_xlist": {
          "type": {
            "kind": "struct",
            "name": "svcxprt_list"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "SVCPOOL": {
      "size": 3328,
      "fields": {
        "sp_assign": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "sp_callouts": {
          "type": {
            "kind": "struct",
            "name": "svc_callout_list"
          },
          "offset": 88
        },
        "sp_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "sp_groupcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "sp_groups": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SVCGROUP"
            }
          },
          "offset": 256
        },
        "sp_lcallouts": {
          "type": {
            "kind": "struct",
            "name": "svc_loss_callout_list"
          },
          "offset": 104
        },
        "sp_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "sp_maxthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "sp_minthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "sp_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "sp_nextgroup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "sp_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 80
        },
        "sp_rcache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "replay_cache"
            }
          },
          "offset": 184
        },
        "sp_space_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "sp_space_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "sp_space_throttle_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "sp_space_throttled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "sp_space_used": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "sp_space_used_highest": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "sp_state": {
          "type": {
            "kind": "enum",
            "name": "svcpool_state"
          },
          "offset": 72
        },
        "sp_sysctl": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "SVCTHREAD": {
      "size": 192,
      "fields": {
        "st_alink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_333987c4a4be3841"
          },
          "offset": 128
        },
        "st_cond": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 96
        },
        "st_ilink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_333987c4a4be3841"
          },
          "offset": 112
        },
        "st_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "st_p2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "st_p3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "st_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcpool"
            }
          },
          "offset": 64
        },
        "st_reqs": {
          "type": {
            "kind": "struct",
            "name": "svc_reqlist"
          },
          "offset": 80
        },
        "st_xprt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SVCXPRT"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "SVCXPRT": {
      "size": 504,
      "fields": {
        "xp_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "xp_alink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7241ea548c659d7e"
          },
          "offset": 72
        },
        "xp_dontrcv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 444
        },
        "xp_gidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "xp_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcgroup"
            }
          },
          "offset": 48
        },
        "xp_idletimeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 412
        },
        "xp_lastactive": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 416
        },
        "xp_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7241ea548c659d7e"
          },
          "offset": 56
        },
        "xp_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 8
        },
        "xp_ltaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 128
        },
        "xp_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "xp_ngrps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 484
        },
        "xp_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xp_ops"
            }
          },
          "offset": 112
        },
        "xp_p1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 384
        },
        "xp_p2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 392
        },
        "xp_p3": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 400
        },
        "xp_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcpool"
            }
          },
          "offset": 40
        },
        "xp_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xp_registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "xp_rtaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 256
        },
        "xp_snd_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "xp_snt_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "xp_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 104
        },
        "xp_sockref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "xp_sslproc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "xp_sslrefno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "xp_sslsec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "xp_sslusec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "xp_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcthread"
            }
          },
          "offset": 96
        },
        "xp_tls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "xp_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 408
        },
        "xp_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "xp_upcallset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        }
      },
      "kind": "struct"
    },
    "SVCXPRT_EXT": {
      "size": 24,
      "fields": {
        "xp_auth": {
          "type": {
            "kind": "struct",
            "name": "SVCAUTH"
          },
          "offset": 8
        },
        "xp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SYM_QUEHEAD": {
      "size": 16,
      "fields": {
        "blink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_quehead"
            }
          },
          "offset": 8
        },
        "flink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_quehead"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SasDevicePage0_t": {
      "size": 36,
      "fields": {
        "AccessStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "SasIOUnitPage0_t": {
      "size": 32,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "NumPhys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NvdataVersionDefault": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "NvdataVersionPersistent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "PhyData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI_SAS_IO_UNIT0_PHY_DATA"
            }
          },
          "offset": 16
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "SasPhyPage0_t": {
      "size": 36,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "AttachedDeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "ChangeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "HwLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "OwnerDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ProgrammedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "SataPassthroughRequest_t": {
      "size": 60,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "CommandFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "ConnectionRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 48
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "SeqCollector": {
      "size": 32,
      "fields": {
        "collectSequences": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "maxSequences": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "seqIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seqStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_Sequence"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Skein1024_Ctxt_t": {
      "size": 288,
      "fields": {
        "X": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "b": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "Skein_Ctxt_Hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Skein_256_Ctxt_t": {
      "size": 96,
      "fields": {
        "X": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "b": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "Skein_Ctxt_Hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Skein_512_Ctxt_t": {
      "size": 160,
      "fields": {
        "X": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "b": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "Skein_Ctxt_Hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Skein_Ctxt_Hdr_t": {
      "size": 32,
      "fields": {
        "T": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "bCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "hashBitLen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Symbios_host": {
      "size": 14,
      "fields": {
        "bus_nr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "device_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "io_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "word8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "Symbios_nvram": {
      "size": 368,
      "fields": {
        "boot_crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "byte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "host": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "Symbios_host"
            }
          },
          "offset": 26
        },
        "host_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "max_scam_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "num_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "num_hba": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "num_valid_scam_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rmvbl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "scam": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "Symbios_scam"
            }
          },
          "offset": 210
        },
        "spare_devices": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 242
        },
        "target": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "Symbios_target"
            }
          },
          "offset": 82
        },
        "term_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "trailer": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 362
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "v_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "v_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "Symbios_scam": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "method": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "Symbios_target": {
      "size": 8,
      "fields": {
        "bus_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sync_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sync_period": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "TB": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_cmd_tbolt"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_cmd_tbolt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "TKIP_TYPE_KEY": {
      "size": 44,
      "fields": {
        "KeyMaterial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "TkipRsc": {
          "type": {
            "kind": "struct",
            "name": "ENCR_TKIPSEQCNT"
          },
          "offset": 32
        },
        "TkipRxMicKey": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "TkipTsc": {
          "type": {
            "kind": "struct",
            "name": "ENCR_TKIPSEQCNT"
          },
          "offset": 38
        },
        "TkipTxMicKey": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "TRANSPORT_LINK_LAYER_PAIR": {
      "size": 1024,
      "fields": {
        "ll": {
          "type": {
            "kind": "struct",
            "name": "SCU_LINK_LAYER_REGISTERS"
          },
          "offset": 128
        },
        "tl": {
          "type": {
            "kind": "struct",
            "name": "SCU_TRANSPORT_LAYER_REGISTERS"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "TRANSPORT_SNAPSHOT": {
      "size": 20,
      "fields": {
        "data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data_transfer_size": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "next_initiator_write_data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "next_initiator_write_data_xfer_size": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "reserved_50_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "reserved_58_0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "xfer_rdy_write_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "TRGT_POWER_ALL_MODES": {
      "size": 136,
      "fields": {
        "numTargetPwr_11a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "numTargetPwr_11b": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "numTargetPwr_11g": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "trgtPwr_11a": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "TRGT_POWER_INFO"
            }
          },
          "offset": 2
        },
        "trgtPwr_11b": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "TRGT_POWER_INFO"
            }
          },
          "offset": 116
        },
        "trgtPwr_11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "TRGT_POWER_INFO"
            }
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "TRGT_POWER_INFO": {
      "size": 10,
      "fields": {
        "testChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "twicePwr36": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "twicePwr48": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "twicePwr54": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "twicePwr6_24": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "Tekram_nvram": {
      "size": 128,
      "fields": {
        "boot_delay_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "host_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "max_tags_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "spare": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 70
        },
        "target": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "Tekram_target"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "Tekram_target": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sync_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "word2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "U64": {
      "size": 8,
      "fields": {
        "High": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "UPT1_RxStats": {
      "size": 80,
      "fields": {
        "LRO_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "LRO_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "bcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "mcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nobuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ucast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ucast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "UPT1_TxStats": {
      "size": 80,
      "fields": {
        "TSO_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "TSO_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "bcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "discard": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "mcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ucast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ucast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "WEP_TYPE_KEY": {
      "size": 16,
      "fields": {
        "KeyMaterial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "WWNFORMAT": {
      "size": 16,
      "fields": {
        "NodeNameHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NodeNameLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PortNameHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "PortNameLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "XDR": {
      "size": 48,
      "fields": {
        "x_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "x_handy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "x_op": {
          "type": {
            "kind": "enum",
            "name": "xdr_op"
          },
          "offset": 0
        },
        "x_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xdr_ops"
            }
          },
          "offset": 8
        },
        "x_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "x_public": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "XXH32_canonical_t": {
      "size": 4,
      "fields": {
        "digest": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "XXH32_state_s": {
      "size": 48,
      "fields": {
        "large_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mem32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "total_len_32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "XXH32_state_t": {
      "size": 48,
      "fields": {
        "large_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mem32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "total_len_32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "XXH64_canonical_t": {
      "size": 8,
      "fields": {
        "digest": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "XXH64_state_s": {
      "size": 88,
      "fields": {
        "mem64": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "reserved32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "reserved64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "total_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "XXH64_state_t": {
      "size": 88,
      "fields": {
        "mem64": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "reserved32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "reserved64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "total_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_BuildCTableWksp": {
      "size": 1248,
      "fields": {
        "norm": {
          "type": {
            "count": 53,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "wksp": {
          "type": {
            "count": 285,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "ZSTD_CCtx": {
      "size": 5072,
      "fields": {
        "appliedParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_CCtx_params"
          },
          "offset": 192
        },
        "blockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "blockSplitCtx": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_blockSplitCtx"
          },
          "offset": 3576
        },
        "blockState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_blockState_t"
          },
          "offset": 3072
        },
        "bmi2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "bufferedPolicy": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c447950d66212352"
          },
          "offset": 3376
        },
        "cParamsChanged": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cdict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CDict"
            }
          },
          "offset": 3536
        },
        "consumedSrcSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 640
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 744
        },
        "dictContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "entropyWorkspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3368
        },
        "expectedInBuffer": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_inBuffer"
          },
          "offset": 3464
        },
        "expectedOutBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3488
        },
        "externSeqStore": {
          "type": {
            "kind": "struct",
            "name": "rawSeqStore_t"
          },
          "offset": 3032
        },
        "frameEnded": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3460
        },
        "inBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3384
        },
        "inBuffPos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3408
        },
        "inBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3392
        },
        "inBuffTarget": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3416
        },
        "inToCompress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3400
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 820
        },
        "isFirstBlock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 816
        },
        "ldmSequences": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rawSeq"
            }
          },
          "offset": 3016
        },
        "ldmState": {
          "type": {
            "kind": "struct",
            "name": "ldmState_t"
          },
          "offset": 904
        },
        "localDict": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_localDict"
          },
          "offset": 3496
        },
        "maxNbLdmSequences": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3024
        },
        "outBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3424
        },
        "outBuffContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3440
        },
        "outBuffFlushedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3448
        },
        "outBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3432
        },
        "pledgedSrcSizePlusOne": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 632
        },
        "pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_threadPool"
            }
          },
          "offset": 768
        },
        "prefixDict": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_prefixDict"
          },
          "offset": 3544
        },
        "producedCSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 648
        },
        "requestedParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_CCtx_params"
          },
          "offset": 16
        },
        "seqCollector": {
          "type": {
            "kind": "struct",
            "name": "SeqCollector"
          },
          "offset": 784
        },
        "seqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 824
        },
        "simpleApiParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_CCtx_params"
          },
          "offset": 368
        },
        "stage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_57915e00f6b2043f"
          },
          "offset": 0
        },
        "staticSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 776
        },
        "streamStage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_5c2a8c5aabc1fbbb"
          },
          "offset": 3456
        },
        "traceCtx": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 3568
        },
        "workspace": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_cwksp"
          },
          "offset": 560
        },
        "xxhState": {
          "type": {
            "kind": "struct",
            "name": "XXH64_state_t"
          },
          "offset": 656
        }
      },
      "kind": "struct"
    },
    "ZSTD_CCtx_params": {
      "size": 176,
      "fields": {
        "attachDictPref": {
          "type": {
            "kind": "enum",
            "name": "unnamed_84c2702f54a328eb"
          },
          "offset": 68
        },
        "blockDelimiters": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0ca6bd29231cafad"
          },
          "offset": 132
        },
        "cParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_compressionParameters"
          },
          "offset": 4
        },
        "compressionLevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 152
        },
        "deterministicRefPrefix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "enableDedicatedDictSearch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "fParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_frameParameters"
          },
          "offset": 32
        },
        "forceWindow": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "format": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4557e422a809639a"
          },
          "offset": 0
        },
        "inBufferMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6c01a5c655cf2f0c"
          },
          "offset": 124
        },
        "jobSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ldmParams": {
          "type": {
            "kind": "struct",
            "name": "ldmParams_t"
          },
          "offset": 96
        },
        "literalCompressionMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 72
        },
        "nbWorkers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "outBufferMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6c01a5c655cf2f0c"
          },
          "offset": 128
        },
        "overlapLog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "rsyncable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "srcSizeHint": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "targetCBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "useBlockSplitter": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 140
        },
        "useRowMatchFinder": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 144
        },
        "validateSequences": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "ZSTD_CCtx_params_s": {
      "size": 176,
      "fields": {
        "attachDictPref": {
          "type": {
            "kind": "enum",
            "name": "unnamed_84c2702f54a328eb"
          },
          "offset": 68
        },
        "blockDelimiters": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0ca6bd29231cafad"
          },
          "offset": 132
        },
        "cParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_compressionParameters"
          },
          "offset": 4
        },
        "compressionLevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 152
        },
        "deterministicRefPrefix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "enableDedicatedDictSearch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "fParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_frameParameters"
          },
          "offset": 32
        },
        "forceWindow": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "format": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4557e422a809639a"
          },
          "offset": 0
        },
        "inBufferMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6c01a5c655cf2f0c"
          },
          "offset": 124
        },
        "jobSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ldmParams": {
          "type": {
            "kind": "struct",
            "name": "ldmParams_t"
          },
          "offset": 96
        },
        "literalCompressionMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 72
        },
        "nbWorkers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "outBufferMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6c01a5c655cf2f0c"
          },
          "offset": 128
        },
        "overlapLog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "rsyncable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "srcSizeHint": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "targetCBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "useBlockSplitter": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 140
        },
        "useRowMatchFinder": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 144
        },
        "validateSequences": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "ZSTD_CCtx_s": {
      "size": 5072,
      "fields": {
        "appliedParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_CCtx_params"
          },
          "offset": 192
        },
        "blockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "blockSplitCtx": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_blockSplitCtx"
          },
          "offset": 3576
        },
        "blockState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_blockState_t"
          },
          "offset": 3072
        },
        "bmi2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "bufferedPolicy": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c447950d66212352"
          },
          "offset": 3376
        },
        "cParamsChanged": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cdict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CDict"
            }
          },
          "offset": 3536
        },
        "consumedSrcSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 640
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 744
        },
        "dictContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "entropyWorkspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3368
        },
        "expectedInBuffer": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_inBuffer"
          },
          "offset": 3464
        },
        "expectedOutBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3488
        },
        "externSeqStore": {
          "type": {
            "kind": "struct",
            "name": "rawSeqStore_t"
          },
          "offset": 3032
        },
        "frameEnded": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3460
        },
        "inBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3384
        },
        "inBuffPos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3408
        },
        "inBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3392
        },
        "inBuffTarget": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3416
        },
        "inToCompress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3400
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 820
        },
        "isFirstBlock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 816
        },
        "ldmSequences": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rawSeq"
            }
          },
          "offset": 3016
        },
        "ldmState": {
          "type": {
            "kind": "struct",
            "name": "ldmState_t"
          },
          "offset": 904
        },
        "localDict": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_localDict"
          },
          "offset": 3496
        },
        "maxNbLdmSequences": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3024
        },
        "outBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3424
        },
        "outBuffContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3440
        },
        "outBuffFlushedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3448
        },
        "outBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3432
        },
        "pledgedSrcSizePlusOne": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 632
        },
        "pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_threadPool"
            }
          },
          "offset": 768
        },
        "prefixDict": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_prefixDict"
          },
          "offset": 3544
        },
        "producedCSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 648
        },
        "requestedParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_CCtx_params"
          },
          "offset": 16
        },
        "seqCollector": {
          "type": {
            "kind": "struct",
            "name": "SeqCollector"
          },
          "offset": 784
        },
        "seqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 824
        },
        "simpleApiParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_CCtx_params"
          },
          "offset": 368
        },
        "stage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_57915e00f6b2043f"
          },
          "offset": 0
        },
        "staticSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 776
        },
        "streamStage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_5c2a8c5aabc1fbbb"
          },
          "offset": 3456
        },
        "traceCtx": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 3568
        },
        "workspace": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_cwksp"
          },
          "offset": 560
        },
        "xxhState": {
          "type": {
            "kind": "struct",
            "name": "XXH64_state_t"
          },
          "offset": 656
        }
      },
      "kind": "struct"
    },
    "ZSTD_CDict": {
      "size": 6048,
      "fields": {
        "cBlockState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_compressedBlockState_t"
          },
          "offset": 376
        },
        "compressionLevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6036
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 6008
        },
        "dictContent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dictContentType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4609934a2a9b717d"
          },
          "offset": 16
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6032
        },
        "entropyWorkspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "matchState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_matchState_t"
          },
          "offset": 96
        },
        "useRowMatchFinder": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 6040
        },
        "workspace": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_cwksp"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ZSTD_CDict_s": {
      "size": 6048,
      "fields": {
        "cBlockState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_compressedBlockState_t"
          },
          "offset": 376
        },
        "compressionLevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6036
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 6008
        },
        "dictContent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dictContentType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4609934a2a9b717d"
          },
          "offset": 16
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6032
        },
        "entropyWorkspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "matchState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_matchState_t"
          },
          "offset": 96
        },
        "useRowMatchFinder": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 6040
        },
        "workspace": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_cwksp"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ZSTD_DCtx": {
      "size": 95960,
      "fields": {
        "HUFptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "LLTptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 0
        },
        "MLTptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 8
        },
        "OFTptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 16
        },
        "bType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_227849981257e0d8"
          },
          "offset": 29984
        },
        "bmi2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30168
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 30120
        },
        "ddict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DDict"
            }
          },
          "offset": 30184
        },
        "ddictIsCold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30196
        },
        "ddictLocal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DDict"
            }
          },
          "offset": 30176
        },
        "ddictSet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DDictHashSet"
            }
          },
          "offset": 30208
        },
        "decodedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29976
        },
        "dictEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29912
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30192
        },
        "dictUses": {
          "type": {
            "kind": "enum",
            "name": "unnamed_057b5b4ce89516fc"
          },
          "offset": 30200
        },
        "entropy": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyDTables_t"
          },
          "offset": 32
        },
        "expected": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29920
        },
        "expectedOutBuffer": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_outBuffer"
          },
          "offset": 30312
        },
        "fParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_frameHeader"
          },
          "offset": 29928
        },
        "forceIgnoreChecksum": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cdcb3bba276df422"
          },
          "offset": 30100
        },
        "format": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4557e422a809639a"
          },
          "offset": 30096
        },
        "fseEntropy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29996
        },
        "headerBuffer": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 95924
        },
        "headerSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30088
        },
        "hostageByte": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30296
        },
        "inBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 30224
        },
        "inBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30232
        },
        "inPos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30240
        },
        "lhSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30288
        },
        "litBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30336
        },
        "litBufferEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30344
        },
        "litBufferLocation": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fa078ce9212a2378"
          },
          "offset": 30352
        },
        "litEntropy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29992
        },
        "litExtraBuffer": {
          "type": {
            "count": 65568,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30356
        },
        "litPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30112
        },
        "litSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30144
        },
        "maxWindowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30248
        },
        "noForwardProgress": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30300
        },
        "outBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 30256
        },
        "outBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30264
        },
        "outBufferMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6c01a5c655cf2f0c"
          },
          "offset": 30304
        },
        "outEnd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30280
        },
        "outStart": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30272
        },
        "oversizedDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 95944
        },
        "prefixStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29896
        },
        "previousDstEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29888
        },
        "processedCSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29968
        },
        "refMultipleDDicts": {
          "type": {
            "kind": "enum",
            "name": "unnamed_22fbd1f6887bb640"
          },
          "offset": 30216
        },
        "rleSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30152
        },
        "stage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_15187839219f5ba0"
          },
          "offset": 29988
        },
        "staticSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30160
        },
        "streamStage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c14cea0bc2363c29"
          },
          "offset": 30220
        },
        "traceCtx": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 95952
        },
        "validateChecksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30104
        },
        "virtualStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29904
        },
        "workspace": {
          "type": {
            "count": 640,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27324
        },
        "xxhState": {
          "type": {
            "kind": "struct",
            "name": "XXH64_state_t"
          },
          "offset": 30000
        }
      },
      "kind": "struct"
    },
    "ZSTD_DCtx_s": {
      "size": 95960,
      "fields": {
        "HUFptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "LLTptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 0
        },
        "MLTptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 8
        },
        "OFTptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 16
        },
        "bType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_227849981257e0d8"
          },
          "offset": 29984
        },
        "bmi2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30168
        },
        "customMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 30120
        },
        "ddict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DDict"
            }
          },
          "offset": 30184
        },
        "ddictIsCold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30196
        },
        "ddictLocal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DDict"
            }
          },
          "offset": 30176
        },
        "ddictSet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DDictHashSet"
            }
          },
          "offset": 30208
        },
        "decodedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29976
        },
        "dictEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29912
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30192
        },
        "dictUses": {
          "type": {
            "kind": "enum",
            "name": "unnamed_057b5b4ce89516fc"
          },
          "offset": 30200
        },
        "entropy": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyDTables_t"
          },
          "offset": 32
        },
        "expected": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29920
        },
        "expectedOutBuffer": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_outBuffer"
          },
          "offset": 30312
        },
        "fParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_frameHeader"
          },
          "offset": 29928
        },
        "forceIgnoreChecksum": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cdcb3bba276df422"
          },
          "offset": 30100
        },
        "format": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4557e422a809639a"
          },
          "offset": 30096
        },
        "fseEntropy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29996
        },
        "headerBuffer": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 95924
        },
        "headerSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30088
        },
        "hostageByte": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30296
        },
        "inBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 30224
        },
        "inBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30232
        },
        "inPos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30240
        },
        "lhSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30288
        },
        "litBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30336
        },
        "litBufferEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30344
        },
        "litBufferLocation": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fa078ce9212a2378"
          },
          "offset": 30352
        },
        "litEntropy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29992
        },
        "litExtraBuffer": {
          "type": {
            "count": 65568,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30356
        },
        "litPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30112
        },
        "litSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30144
        },
        "maxWindowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30248
        },
        "noForwardProgress": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30300
        },
        "outBuff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 30256
        },
        "outBuffSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30264
        },
        "outBufferMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6c01a5c655cf2f0c"
          },
          "offset": 30304
        },
        "outEnd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30280
        },
        "outStart": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30272
        },
        "oversizedDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 95944
        },
        "prefixStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29896
        },
        "previousDstEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29888
        },
        "processedCSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29968
        },
        "refMultipleDDicts": {
          "type": {
            "kind": "enum",
            "name": "unnamed_22fbd1f6887bb640"
          },
          "offset": 30216
        },
        "rleSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30152
        },
        "stage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_15187839219f5ba0"
          },
          "offset": 29988
        },
        "staticSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30160
        },
        "streamStage": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c14cea0bc2363c29"
          },
          "offset": 30220
        },
        "traceCtx": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 95952
        },
        "validateChecksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30104
        },
        "virtualStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29904
        },
        "workspace": {
          "type": {
            "count": 640,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27324
        },
        "xxhState": {
          "type": {
            "kind": "struct",
            "name": "XXH64_state_t"
          },
          "offset": 30000
        }
      },
      "kind": "struct"
    },
    "ZSTD_DDict": {
      "size": 27352,
      "fields": {
        "cMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 27328
        },
        "dictBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27316
        },
        "dictSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "entropy": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyDTables_t"
          },
          "offset": 24
        },
        "entropyPresent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27320
        }
      },
      "kind": "struct"
    },
    "ZSTD_DDictHashSet": {
      "size": 24,
      "fields": {
        "ddictPtrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ddictPtrTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ZSTD_DDict"
              }
            }
          },
          "offset": 0
        },
        "ddictPtrTableSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_DDict_s": {
      "size": 27352,
      "fields": {
        "cMem": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_customMem"
          },
          "offset": 27328
        },
        "dictBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27316
        },
        "dictSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "entropy": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyDTables_t"
          },
          "offset": 24
        },
        "entropyPresent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27320
        }
      },
      "kind": "struct"
    },
    "ZSTD_LazyVTable": {
      "size": 8,
      "fields": {
        "searchMax": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_Sequence": {
      "size": 16,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ZSTD_Trace": {
      "size": 64,
      "fields": {
        "cctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CCtx_s"
            }
          },
          "offset": 48
        },
        "compressedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "dctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DCtx_s"
            }
          },
          "offset": 56
        },
        "dictionaryID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dictionaryIsCold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dictionarySize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CCtx_params_s"
            }
          },
          "offset": 40
        },
        "streaming": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "uncompressedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_blockSplitCtx": {
      "size": 1496,
      "fields": {
        "currSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 240
        },
        "entropyMetadata": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyCTablesMetadata_t"
          },
          "offset": 1184
        },
        "firstHalfSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 80
        },
        "fullSeqStoreChunk": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 0
        },
        "nextSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 320
        },
        "partitions": {
          "type": {
            "count": 196,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 400
        },
        "secondHalfSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "ZSTD_blockState_t": {
      "size": 296,
      "fields": {
        "matchState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_matchState_t"
          },
          "offset": 16
        },
        "nextCBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_compressedBlockState_t"
            }
          },
          "offset": 8
        },
        "prevCBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_compressedBlockState_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_bounds": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "lowerBound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "upperBound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ZSTD_compressedBlockState_t": {
      "size": 5632,
      "fields": {
        "entropy": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyCTables_t"
          },
          "offset": 0
        },
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5616
        }
      },
      "kind": "struct"
    },
    "ZSTD_compressionParameters": {
      "size": 28,
      "fields": {
        "chainLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hashLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "minMatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "searchLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "strategy": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c9066f7d16af50d8"
          },
          "offset": 24
        },
        "targetLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "windowLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_cpuid_t": {
      "size": 16,
      "fields": {
        "f1c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "f1d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "f7b": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "f7c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ZSTD_customMem": {
      "size": 24,
      "fields": {
        "customAlloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "customFree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "opaque": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ZSTD_cwksp": {
      "size": 64,
      "fields": {
        "allocFailed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "allocStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "isStatic": {
          "type": {
            "kind": "enum",
            "name": "unnamed_e5731fc66d466837"
          },
          "offset": 60
        },
        "objectEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "phase": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d969be36ecfeacca"
          },
          "offset": 56
        },
        "tableEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "tableValidEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "workspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "workspaceEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "workspaceOversizedDuration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ZSTD_entropyCTablesMetadata_t": {
      "size": 312,
      "fields": {
        "fseMetadata": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseCTablesMetadata_t"
          },
          "offset": 144
        },
        "hufMetadata": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_hufCTablesMetadata_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_entropyCTables_t": {
      "size": 5616,
      "fields": {
        "fse": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseCTables_t"
          },
          "offset": 2064
        },
        "huf": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_hufCTables_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_entropyDTables_t": {
      "size": 27292,
      "fields": {
        "LLTable": {
          "type": {
            "count": 513,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 0
        },
        "MLTable": {
          "type": {
            "count": 513,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 6160
        },
        "OFTable": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 4104
        },
        "hufTable": {
          "type": {
            "count": 4097,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10264
        },
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26652
        },
        "workspace": {
          "type": {
            "count": 157,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26664
        }
      },
      "kind": "struct"
    },
    "ZSTD_frameHeader": {
      "size": 40,
      "fields": {
        "blockSizeMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "checksumFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "frameContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 0
        },
        "frameType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0d601dced5ab9b2b"
          },
          "offset": 20
        },
        "headerSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "windowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_frameParameters": {
      "size": 12,
      "fields": {
        "checksumFlag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "contentSizeFlag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "noDictIDFlag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_frameProgression": {
      "size": 40,
      "fields": {
        "consumed": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 8
        },
        "currentJobID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "flushed": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 24
        },
        "ingested": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 0
        },
        "nbActiveWorkers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "produced": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ZSTD_frameSizeInfo": {
      "size": 16,
      "fields": {
        "compressedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "decompressedBound": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_fseCTablesMetadata_t": {
      "size": 168,
      "fields": {
        "fseTablesBuffer": {
          "type": {
            "count": 133,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fseTablesSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "lastCountSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "llType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 0
        },
        "mlType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 8
        },
        "ofType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ZSTD_fseCTables_t": {
      "size": 3552,
      "fields": {
        "litlengthCTable": {
          "type": {
            "count": 329,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2224
        },
        "litlength_repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bc4e12ab31bd6067"
          },
          "offset": 3548
        },
        "matchlengthCTable": {
          "type": {
            "count": 363,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 772
        },
        "matchlength_repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bc4e12ab31bd6067"
          },
          "offset": 3544
        },
        "offcodeCTable": {
          "type": {
            "count": 193,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "offcode_repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bc4e12ab31bd6067"
          },
          "offset": 3540
        }
      },
      "kind": "struct"
    },
    "ZSTD_fseState": {
      "size": 16,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_hufCTablesMetadata_t": {
      "size": 144,
      "fields": {
        "hType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 0
        },
        "hufDesBuffer": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "hufDesSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "ZSTD_hufCTables_t": {
      "size": 2064,
      "fields": {
        "CTable": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4996f0646c5e9f19"
          },
          "offset": 2056
        }
      },
      "kind": "struct"
    },
    "ZSTD_inBuffer": {
      "size": 24,
      "fields": {
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "src": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_inBuffer_s": {
      "size": 24,
      "fields": {
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "src": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_localDict": {
      "size": 40,
      "fields": {
        "cdict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CDict"
            }
          },
          "offset": 32
        },
        "dict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "dictBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContentType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4609934a2a9b717d"
          },
          "offset": 24
        },
        "dictSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ZSTD_matchState_t": {
      "size": 280,
      "fields": {
        "cParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_compressionParameters"
          },
          "offset": 240
        },
        "chainTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "dedicatedDictSearch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "dictMatchState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_matchState_t"
            }
          },
          "offset": 232
        },
        "forceNonContiguous": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "hashCache": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "hashLog3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hashTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "hashTable3": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "ldmSeqStore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rawSeqStore_t"
            }
          },
          "offset": 272
        },
        "loadedDictEnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nextToUpdate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "opt": {
          "type": {
            "kind": "struct",
            "name": "optState_t"
          },
          "offset": 128
        },
        "rowHashLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tagTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 56
        },
        "window": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_window_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_match_t": {
      "size": 8,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_optLdm_t": {
      "size": 56,
      "fields": {
        "endPosInBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "seqStore": {
          "type": {
            "kind": "struct",
            "name": "rawSeqStore_t"
          },
          "offset": 0
        },
        "startPosInBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ZSTD_optimal_t": {
      "size": 28,
      "fields": {
        "litlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "price": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ZSTD_outBuffer": {
      "size": 24,
      "fields": {
        "dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_outBuffer_s": {
      "size": 24,
      "fields": {
        "dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_parameters": {
      "size": 40,
      "fields": {
        "cParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_compressionParameters"
          },
          "offset": 0
        },
        "fParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_frameParameters"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ZSTD_prefixDict": {
      "size": 24,
      "fields": {
        "dict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContentType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4609934a2a9b717d"
          },
          "offset": 16
        },
        "dictSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_prefixDict_s": {
      "size": 24,
      "fields": {
        "dict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContentType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4609934a2a9b717d"
          },
          "offset": 16
        },
        "dictSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_seqSymbol": {
      "size": 8,
      "fields": {
        "baseValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nbAdditionalBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nextState": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ZSTD_seqSymbol_header": {
      "size": 8,
      "fields": {
        "fastMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ZSTD_sequenceLength": {
      "size": 8,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ZSTD_sequencePosition": {
      "size": 16,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "posInSequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "posInSrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ZSTD_symbolEncodingTypeStats_t": {
      "size": 32,
      "fields": {
        "LLtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MLtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Offtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lastCountSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ZSTD_window_t": {
      "size": 40,
      "fields": {
        "base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dictBase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "dictLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lowLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "nbOverflowCorrections": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nextSrc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_CMD_BUFFER_DESCRIPTOR": {
      "size": 12,
      "fields": {
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_d82c2d540958e1ee"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_CONFIG_EXTENDED_PAGE_HEADER": {
      "size": 8,
      "fields": {
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_FC_PORT_0": {
      "size": 76,
      "fields": {
        "CurrentSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "DiscoveredPortsCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "FabricWWNN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        },
        "FabricWWPN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 56
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "LinkType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "MPIPortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "MaxAliasesSupported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "MaxFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "MaxHardAliasesSupported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "MaxInitiators": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "NumCurrentAliases": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 74
        },
        "PortIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PortState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 75
        },
        "SupportedServiceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "SupportedSpeeds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "WWNN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "WWPN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_FC_PORT_1": {
      "size": 32,
      "fields": {
        "AltConnector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "HardALPA": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InitiatorDeviceTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "InitiatorIoPendTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "LinkConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "NoSEEPROMWWNN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 8
        },
        "NoSEEPROMWWPN": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "NumRequestedAliases": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "RR_TOV": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "TopologyConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_HEADER": {
      "size": 4,
      "fields": {
        "PageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_IOC_2": {
      "size": 20,
      "fields": {
        "CapabilitiesFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaxPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "MaxVolumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "NumActivePhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "NumActiveVolumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "RaidVolume": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CONFIG_PAGE_IOC_2_RAID_VOL"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_IOC_2_RAID_VOL": {
      "size": 8,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "VolumeIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VolumePageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VolumeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_IOC_3": {
      "size": 12,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "NumPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PhysDisk": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "IOC_3_PHYS_DISK"
            }
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_RAID_PHYS_DISK_0": {
      "size": 120,
      "fields": {
        "DiskIdentifier": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ErrorData": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_ERROR_DATA"
          },
          "offset": 108
        },
        "ExtDiskIdentifier": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InquiryData": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_INQUIRY_DATA"
          },
          "offset": 40
        },
        "MaxLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "PhysDiskBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "PhysDiskID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PhysDiskIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskSettings": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_SETTINGS"
          },
          "offset": 8
        },
        "PhysDiskStatus": {
          "type": {
            "kind": "struct",
            "name": "RAID_PHYS_DISK0_STATUS"
          },
          "offset": 100
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_RAID_VOL_0": {
      "size": 44,
      "fields": {
        "DataScrubRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InactiveStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "MaxLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxLBAHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "NumPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "PhysDisk": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RAID_VOL0_PHYS_DISK"
            }
          },
          "offset": 40
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ResyncRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "StripeSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "VolumeIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VolumeSettings": {
          "type": {
            "kind": "struct",
            "name": "RAID_VOL0_SETTINGS"
          },
          "offset": 12
        },
        "VolumeStatus": {
          "type": {
            "kind": "struct",
            "name": "RAID_VOL0_STATUS"
          },
          "offset": 8
        },
        "VolumeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SAS_DEVICE_0": {
      "size": 36,
      "fields": {
        "AccessStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SAS_IO_UNIT_0": {
      "size": 32,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "NumPhys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NvdataVersionDefault": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "NvdataVersionPersistent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "PhyData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI_SAS_IO_UNIT0_PHY_DATA"
            }
          },
          "offset": 16
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SAS_PHY_0": {
      "size": 36,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "AttachedDeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "ChangeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "HwLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "OwnerDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ProgrammedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SCSI_DEVICE_0": {
      "size": 12,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Information": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NegotiatedParameters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SCSI_DEVICE_1": {
      "size": 16,
      "fields": {
        "Configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "RequestedParameters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SCSI_PORT_0": {
      "size": 12,
      "fields": {
        "Capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "PhysicalInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SCSI_PORT_1": {
      "size": 16,
      "fields": {
        "Configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IDConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "OnBusTimerValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "TargetConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_CONFIG_PAGE_SCSI_PORT_2": {
      "size": 76,
      "fields": {
        "DeviceSettings": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI_DEVICE_INFO"
            }
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PortSettings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_EVENT_DATA_DISCOVERY_ERROR": {
      "size": 8,
      "fields": {
        "DiscoveryStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "_EVENT_DATA_QUEUE_FULL": {
      "size": 4,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "CurrentDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_EVENT_DATA_RAID": {
      "size": 12,
      "fields": {
        "ASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SettingsStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE": {
      "size": 36,
      "fields": {
        "ASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "_ErrorInfo_struct": {
      "size": 48,
      "fields": {
        "CommandStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "MoreErrInfo": {
          "type": {
            "kind": "union",
            "name": "MoreErrInfo_struct"
          },
          "offset": 8
        },
        "ResidualCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ScsiStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SenseInfo": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "SenseLen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_FWUploadTCSGE": {
      "size": 16,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_HAL_ANI_CCK_LEVEL_ENTRY": {
      "size": 8,
      "fields": {
        "fir_step_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mrc_cck_on": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_HAL_ANI_OFDM_LEVEL_ENTRY": {
      "size": 12,
      "fields": {
        "fir_step_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ofdm_weak_signal_on": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "spur_immunity_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_HostCmd_DS_802_11_RF_ANTENNA": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "AntennaMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_IOC_3_PHYS_DISK": {
      "size": 4,
      "fields": {
        "PhysDiskBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PhysDiskID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysDiskIOC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "_LD_LOAD_BALANCE_INFO": {
      "size": 3080,
      "fields": {
        "last_accessed_block": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1032
        },
        "loadBalanceFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "scsi_pending_cmds": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "mrsas_atomic_t"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_LD_SPAN_SET": {
      "size": 88,
      "fields": {
        "data_row_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "data_row_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "data_strip_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "data_strip_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "log_end_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "log_start_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "span_row_data_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "span_row_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "span_row_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "strip_offset": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "_LD_STREAM_DETECT": {
      "size": 424,
      "fields": {
        "FPWriteEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fpCacheBypassCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "iosToFware": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "membersSSDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mruBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "streamTrack": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "STREAM_DETECT"
            }
          },
          "offset": 40
        },
        "writeBack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "writeBytesOutstanding": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "_LUNAddr_struct": {
      "size": 8,
      "fields": {
        "LogDev": {
          "type": {
            "kind": "struct",
            "name": "LogDevAddr_struct"
          },
          "offset": 0
        },
        "LunAddrBytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PhysDev": {
          "type": {
            "kind": "struct",
            "name": "PhysDevAddr_struct"
          },
          "offset": 0
        },
        "SCSI3Lun": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "SCSI3Addr_struct"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_LogDevAddr_struct": {
      "size": 8,
      "fields": {
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "VolId": {
          "type": {
            "bit_length": 30,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MFI_ADDRESS": {
      "size": 8,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "unnamed_67f79abcb96d37bd"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MFI_CAPABILITIES": {
      "size": 4,
      "fields": {
        "mfi_capabilities": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4d73ad2dcafcdf25"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI25_EVENT_DATA_SAS_DEVICE_DISCOVERY_ERROR": {
      "size": 28,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MPI25_FW_DOWNLOAD_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI25_SGE_IO_UNION"
          },
          "offset": 32
        },
        "TotalImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI25_FW_UPLOAD_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI25_SGE_IO_UNION"
          },
          "offset": 32
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI25_IEEE_SGE_CHAIN64": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MPI25_SGE_IO_UNION": {
      "size": 16,
      "fields": {
        "IeeeChain": {
          "type": {
            "kind": "struct",
            "name": "MPI25_IEEE_SGE_CHAIN64"
          },
          "offset": 0
        },
        "IeeeSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI26_CONFIG_PAGE_PCIEDEV_0": {
      "size": 56,
      "fields": {
        "AccessStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "ConnectorName": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "EnclosureLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaxPortWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "NegotiatedPortWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "PortNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "SupportedLinkRates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "WWID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MPI26_CONFIG_PAGE_PCIEDEV_2": {
      "size": 24,
      "fields": {
        "Capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ControllerResetTO": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaximumDataTransferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "NOIOB": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "_MPI26_EVENT_DATA_ACTIVE_CABLE_EXCEPT": {
      "size": 8,
      "fields": {
        "ActiveCablePowerRequirement": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ReceptacleID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "_MPI26_EVENT_DATA_PCIE_DEVICE_STATUS_CHANGE": {
      "size": 28,
      "fields": {
        "ASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "WWID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MPI26_EVENT_DATA_PCIE_TOPOLOGY_CHANGE_LIST": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "NumPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "PortEntry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI26_EVENT_PCIE_TOPO_PORT_ENTRY"
            }
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "StartPortNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "SwitchDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SwitchStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "_MPI26_EVENT_PCIE_TOPO_PORT_ENTRY": {
      "size": 8,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "CurrentPortInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PortStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PreviousPortInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "_MPI26_NVME_ENCAPSULATED_ERROR_REPLY": {
      "size": 24,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EncapsulatedCommandLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ErrorResponseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI26_NVME_ENCAPSULATED_REQUEST": {
      "size": 36,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EncapsulatedCommandLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ErrorResponseAllocationLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ErrorResponseBaseAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "NVMe_Command": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_ADAPTER_INFO": {
      "size": 4,
      "fields": {
        "AdapterFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "PciBusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PciDeviceAndFunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_MPI2_ADAPTER_ORDER_AUX": {
      "size": 16,
      "fields": {
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "WWID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_ADDRESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ReplyFrameAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_EXTENDED_PAGE_HEADER": {
      "size": 8,
      "fields": {
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_EXT_PAGE_HEADER_UNION": {
      "size": 8,
      "fields": {
        "Bytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Ext": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "Struct": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Word16": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "Word32": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_CONFIG_PAGE_BIOS_3": {
      "size": 32,
      "fields": {
        "AdapterOrder": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_ADAPTER_INFO"
            }
          },
          "offset": 12
        },
        "BiosVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "GlobalFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY": {
      "size": 20,
      "fields": {
        "DeviceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "MappingInformation": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PhysicalBitsMapping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PhysicalIdentifier": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_DRIVER_MAPPING_0": {
      "size": 28,
      "fields": {
        "Entry": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY"
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_EXPANDER_1": {
      "size": 44,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "AttachedDeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "AttachedPhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ChangeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "DiscoveryInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "ExpanderDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "HwLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "NumPhys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NumTableEntriesProgrammed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "PhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "PhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ProgrammedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "SelfConfigStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "ZoneGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_HEADER": {
      "size": 4,
      "fields": {
        "PageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_IOC_8": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IRVolumeMappingFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "MaxNumPhysicalMappedIDs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "MaxPersistentEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "NumDevsPerEnclosure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_IO_UNIT_8": {
      "size": 40,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "NumSensors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "PollingInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Sensor": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_IOUNIT8_SENSOR"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_MAN_11": {
      "size": 92,
      "fields": {
        "AWTValue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "AddlFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "AddlFlags2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "AddlFlags3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "BoardPowerRequirement": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "EEDPTagMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "FlashTime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "IrDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 64
        },
        "MaxCmdFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NVMeAbortTO": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "NVTime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "PlDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 56
        },
        "RFIoTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Reserve3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "U64"
            }
          },
          "offset": 20
        },
        "Reserve4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "Reserve5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "Reserve6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "Reserve7": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "SysRefClk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "opDebugEnable": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_MAN_PS": {
      "size": 8,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "ProductSpecificInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_RAID_VOL_0": {
      "size": 44,
      "fields": {
        "BlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "DataScrubDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "InactiveStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "MaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "NumPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "PhysDisk": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_RAIDVOL0_PHYS_DISK"
            }
          },
          "offset": 40
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ResyncRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "StripeSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "SupportedPhysDisks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "VolumeSettings": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAIDVOL0_SETTINGS"
          },
          "offset": 12
        },
        "VolumeState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VolumeStatusFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "VolumeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_RAID_VOL_1": {
      "size": 64,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "Name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "Reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "WWID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_RD_PDISK_0": {
      "size": 120,
      "fields": {
        "BlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "CoercedMaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 104
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "DeviceMaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 88
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "HostMaxLBA": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 96
        },
        "IncompatibleReason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "InquiryData": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAIDPHYSDISK0_INQUIRY_DATA"
          },
          "offset": 16
        },
        "OfflineReason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "PhysDiskAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 83
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskSettings": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAIDPHYSDISK0_SETTINGS"
          },
          "offset": 8
        },
        "PhysDiskState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "PhysDiskStatusFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_SAS_DEV_0": {
      "size": 56,
      "fields": {
        "AccessStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "ControlGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "DeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DeviceName": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 36
        },
        "DmaGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "MaxPortConnections": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "ParentDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "PortGroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ZoneGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_PAGE_SAS_PHY_0": {
      "size": 32,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "AttachedPhyIdentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "AttachedPhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ChangeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "HwLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "OwnerDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PhyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ProgrammedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_REPLY": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_CONFIG_REQUEST": {
      "size": 44,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PageAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "PageBufferSGE": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 28
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_DEFAULT_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "FunctionDependent1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "FunctionDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionDependent3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "FunctionDependent5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_DEFAULT_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "DescriptorTypeDependent1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "DescriptorTypeDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_DEFAULT_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "DescriptorTypeDependent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_DIAG_BUFFER_POST_REPLY": {
      "size": 24,
      "fields": {
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_DIAG_BUFFER_POST_REQUEST": {
      "size": 128,
      "fields": {
        "BufferAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "BufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_DIAG_RELEASE_REPLY": {
      "size": 20,
      "fields": {
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_DIAG_RELEASE_REQUEST": {
      "size": 12,
      "fields": {
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_IR_CONFIG_CHANGE_LIST": {
      "size": 16,
      "fields": {
        "ConfigElement": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_EVENT_IR_CONFIG_ELEMENT"
            }
          },
          "offset": 8
        },
        "ConfigNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "NumElements": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_IR_OPERATION_STATUS": {
      "size": 12,
      "fields": {
        "PercentComplete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "RAIDOperation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Resereved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_IR_PHYSICAL_DISK": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "NewValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PhysDiskDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PreviousValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_IR_VOLUME": {
      "size": 12,
      "fields": {
        "NewValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PreviousValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_LOG_ENTRY_ADDED": {
      "size": 48,
      "fields": {
        "LogData": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "LogEntryQualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "LogSequence": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "TimeStamp": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_SAS_BROADCAST_PRIMITIVE": {
      "size": 4,
      "fields": {
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PortWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE": {
      "size": 28,
      "fields": {
        "ASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 12
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_SAS_DISCOVERY": {
      "size": 8,
      "fields": {
        "DiscoveryStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_SAS_ENCL_DEV_STATUS_CHANGE": {
      "size": 20,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EnclosureLogicalID": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "NumSlots": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "PhyBits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "StartSlot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_SAS_TOPOLOGY_CHANGE_LIST": {
      "size": 16,
      "fields": {
        "EnclosureHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ExpStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ExpanderDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "NumEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "NumPhys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "PHY": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_EVENT_SAS_TOPO_PHY_ENTRY"
            }
          },
          "offset": 12
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "StartPhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_DATA_TEMPERATURE": {
      "size": 16,
      "fields": {
        "CurrentTemperature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SensorNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_IR_CONFIG_ELEMENT": {
      "size": 8,
      "fields": {
        "ElementFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "PhysDiskDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ReasonCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_NOTIFICATION_REPLY": {
      "size": 32,
      "fields": {
        "AckRequired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "EventContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "EventData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "EventDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_NOTIFICATION_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "EventMasks": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "SASBroadcastPrimitiveMasks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_EVENT_SAS_TOPO_PHY_ENTRY": {
      "size": 4,
      "fields": {
        "AttachedDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "LinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhyStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "_MPI2_FW_DOWNLOAD_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_FW_DOWNLOAD_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "MPI2_MPI_SGE_UNION"
          },
          "offset": 20
        },
        "TotalImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_FW_DOWNLOAD_TCSGE": {
      "size": 16,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_FW_UPLOAD_REPLY": {
      "size": 24,
      "fields": {
        "ActualImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_FW_UPLOAD_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "MPI2_MPI_SGE_UNION"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_FW_UPLOAD_TCSGE": {
      "size": 16,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_IEEE_SGE_CHAIN_UNION": {
      "size": 16,
      "fields": {
        "Chain32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE32"
          },
          "offset": 0
        },
        "Chain64": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_IEEE_SGE_SIMPLE32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_IEEE_SGE_SIMPLE64": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "_MPI2_IEEE_SGE_SIMPLE_UNION": {
      "size": 16,
      "fields": {
        "Simple32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE32"
          },
          "offset": 0
        },
        "Simple64": {
          "type": {
            "kind": "struct",
            "name": "MPI2_IEEE_SGE_SIMPLE64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_IOC_FACTS_REPLY": {
      "size": 64,
      "fields": {
        "FWVersion": {
          "type": {
            "kind": "union",
            "name": "MPI2_VERSION_UNION"
          },
          "offset": 32
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "HighPriorityCredit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "IOCCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "IOCExceptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCRequestFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxChainDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "MaxDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "MaxEnclosures": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "MaxInitiators": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "MaxMSIxVectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "MaxPersistentEntries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "MaxReplyDescriptorPostQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "MaxSasExpanders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "MaxTargets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "MaxVolumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "MinDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumberOfPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "ProductID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ProtocolFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "ReplyFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "RequestCredit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "_MPI2_IOC_FACTS_REQUEST": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_IOC_INIT_REQUEST": {
      "size": 72,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "HostMSIxVectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "HostPageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ReplyDescriptorPostQueueAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ReplyDescriptorPostQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ReplyFreeQueueAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ReplyFreeQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "SenseBufferAddressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "SystemReplyAddressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "SystemRequestFrameBaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "SystemRequestFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "TimeStamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_IOUNIT8_SENSOR": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Threshold": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_MPI_SGE_UNION": {
      "size": 24,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_3a0e06201396cab8"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_PORT_ENABLE_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_PORT_ENABLE_REQUEST": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_PORT_FACTS_REPLY": {
      "size": 28,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxPostedCmdBuffers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PortType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_PORT_FACTS_REQUEST": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAIDPHYSDISK0_INQUIRY_DATA": {
      "size": 60,
      "fields": {
        "ProductID": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ProductRevLevel": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "SerialNum": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "VendorID": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAIDPHYSDISK0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAIDVOL0_PHYS_DISK": {
      "size": 4,
      "fields": {
        "PhysDiskMap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "RAIDSetNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAIDVOL0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Settings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACTION_DATA": {
      "size": 4,
      "fields": {
        "FwUpdateMode": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_FW_UPDATE_MODE"
          },
          "offset": 0
        },
        "HotSpare": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_HOT_SPARE"
          },
          "offset": 0
        },
        "Rates": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_RATE_DATA"
          },
          "offset": 0
        },
        "StartRaidFunction": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_START_RAID_FUNCTION"
          },
          "offset": 0
        },
        "StopRaidFunction": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACTION_STOP_RAID_FUNCTION"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_RAID_ACTION_FW_UPDATE_MODE": {
      "size": 4,
      "fields": {
        "DeviceFirmwareUpdateModeTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACTION_HOT_SPARE": {
      "size": 4,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACTION_RATE_DATA": {
      "size": 4,
      "fields": {
        "DataScrubDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "RateOrMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RateToChange": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACTION_REPLY": {
      "size": 44,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionData": {
          "type": {
            "kind": "union",
            "name": "MPI2_RAID_ACTION_REPLY_DATA"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACTION_REPLY_DATA": {
      "size": 24,
      "fields": {
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RaidCompatibilityResult": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_COMPATIBILITY_RESULT_STRUCT"
          },
          "offset": 0
        },
        "RaidVolumeIndicator": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_VOL_INDICATOR"
          },
          "offset": 0
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "VolumeState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_RAID_ACTION_REQUEST": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionDataSGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 20
        },
        "ActionDataWord": {
          "type": {
            "kind": "union",
            "name": "MPI2_RAID_ACTION_DATA"
          },
          "offset": 16
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "VolDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACTION_START_RAID_FUNCTION": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RAIDFunction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_ACTION_STOP_RAID_FUNCTION": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RAIDFunction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_COMPATIBILITY_RESULT_STRUCT": {
      "size": 20,
      "fields": {
        "GenericAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OEMSpecificAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_SCSI_IO_REQUEST": {
      "size": 144,
      "fields": {
        "ApplicationTagTranslationMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "BidirectionalDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "CDB": {
          "type": {
            "kind": "union",
            "name": "MPI2_SCSI_IO_CDB_UNION"
          },
          "offset": 64
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EEDPBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "EEDPFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IoFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "RaidContext": {
          "type": {
            "kind": "union",
            "name": "RAID_CONTEXT_UNION"
          },
          "offset": 96
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 128
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "SGLOffset0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "SGLOffset1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "SGLOffset2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "SGLOffset3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "SecondaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "SecondaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "SenseBufferLowAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SkipCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_RAID_VOL_INDICATOR": {
      "size": 24,
      "fields": {
        "BlocksRemaining": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 8
        },
        "ElapsedSeconds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "TotalBlocks": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_REPLY_DESCRIPTORS_UNION": {
      "size": 8,
      "fields": {
        "AddressReply": {
          "type": {
            "kind": "struct",
            "name": "MPI2_ADDRESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "Default": {
          "type": {
            "kind": "struct",
            "name": "MPI2_DEFAULT_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "RAIDAcceleratorSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSIIOSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "TargetAssistSuccess": {
          "type": {
            "kind": "struct",
            "name": "MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "TargetCommandBuffer": {
          "type": {
            "kind": "struct",
            "name": "MPI2_TARGET_COMMAND_BUFFER_REPLY_DESCRIPTOR"
          },
          "offset": 0
        },
        "Words": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_REQUEST_DESCRIPTOR_UNION": {
      "size": 8,
      "fields": {
        "Default": {
          "type": {
            "kind": "struct",
            "name": "MPI2_DEFAULT_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "HighPriority": {
          "type": {
            "kind": "struct",
            "name": "MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "RAIDAccelerator": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSIIO": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSITarget": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "Words": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_REQUEST_HEADER": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "FunctionDependent1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "FunctionDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionDependent3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SAS_IOUNIT_CONTROL_REPLY": {
      "size": 20,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCParameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SAS_IOUNIT_CONTROL_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCParameter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCParameterValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "LookupAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 24
        },
        "LookupMethod": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhyNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "PrimFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Primitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "SlotNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SATA_PASSTHROUGH_REPLY": {
      "size": 48,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SASStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "StatusControlRegisters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "StatusFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SATA_PASSTHROUGH_REQUEST": {
      "size": 64,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "CommandFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 48
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SATA_PT_SGE_UNION": {
      "size": 16,
      "fields": {
        "IeeeChain": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "IeeeChain64": {
          "type": {
            "kind": "struct",
            "name": "MPI25_IEEE_SGE_CHAIN64"
          },
          "offset": 0
        },
        "IeeeSimple": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "MpiChain": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "MpiSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_SCSI_IO_CDB_EEDP32": {
      "size": 32,
      "fields": {
        "CDB": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PrimaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "PrimaryApplicationTagMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "PrimaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_IO_CDB_UNION": {
      "size": 32,
      "fields": {
        "CDB32": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "EEDP32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_CDB_EEDP32"
          },
          "offset": 0
        },
        "SGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_SCSI_IO_REPLY": {
      "size": 48,
      "fields": {
        "BidirectionalTransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ResponseInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "SCSIState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SCSIStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SenseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_IO_REQUEST": {
      "size": 112,
      "fields": {
        "ApplicationTagTranslationMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "BidirectionalDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "CDB": {
          "type": {
            "kind": "union",
            "name": "MPI2_SCSI_IO_CDB_UNION"
          },
          "offset": 64
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EEDPBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "EEDPFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IoFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 96
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "SGLOffset0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "SGLOffset1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "SGLOffset2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "SGLOffset3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "SecondaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "SecondaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "SenseBufferLowAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SkipCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_IO_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_IO_VENDOR_UNIQUE": {
      "size": 32,
      "fields": {
        "RAIDFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "RegLockLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "RegLockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "armId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "configSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "exStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "numSGE": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "regLockFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "resvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resvd2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "spanArm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "timeoutValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_TASK_MANAGE_REPLY": {
      "size": 28,
      "fields": {
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ResponseCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResponseInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TerminationCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SCSI_TASK_MANAGE_REQUEST": {
      "size": 52,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "TaskMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SGE_CHAIN32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_SGE_CHAIN64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_SGE_CHAIN_UNION": {
      "size": 16,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a074fb0fe4803866"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SGE_IO_UNION": {
      "size": 16,
      "fields": {
        "IeeeChain": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "IeeeSimple": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "MpiChain": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "MpiSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_SGE_SIMPLE64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI2_SGE_SIMPLE_UNION": {
      "size": 16,
      "fields": {
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a074fb0fe4803866"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SGE_TRANSACTION_UNION": {
      "size": 24,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TransactionDetails": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_4868730367d49588"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_SIMPLE_SGE_UNION": {
      "size": 16,
      "fields": {
        "IeeeSimple": {
          "type": {
            "kind": "union",
            "name": "MPI2_IEEE_SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "MpiSimple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI2_SMP_PASSTHROUGH_REPLY": {
      "size": 28,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ResponseData": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ResponseDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "SASStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_SMP_PASSTHROUGH_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PhysicalPort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "SASAddress": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 16
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SIMPLE_SGE_UNION"
          },
          "offset": 32
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SequenceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MPI2_TARGET_COMMAND_BUFFER_REPLY_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "InitiatorDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MPI2_VERSION_STRUCT": {
      "size": 4,
      "fields": {
        "Dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_MPI2_VERSION_UNION": {
      "size": 4,
      "fields": {
        "Struct": {
          "type": {
            "kind": "struct",
            "name": "MPI2_VERSION_STRUCT"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI_DEVICE_INFO": {
      "size": 4,
      "fields": {
        "DeviceFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SyncFactor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI_EXT_IMAGE_HEADER": {
      "size": 24,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "LoadStartAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "NextImageHeaderOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_MPI_FW_HEADER": {
      "size": 136,
      "fields": {
        "ArmBranchInstruction0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ArmBranchInstruction1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ArmBranchInstruction2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "FWVersion": {
          "type": {
            "kind": "union",
            "name": "MPI_FW_VERSION"
          },
          "offset": 36
        },
        "ImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "IopResetRegAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "IopResetVectorValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "LoadStartAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "NextImageHeaderOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ProductId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "SeqCodeVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Signature0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Signature1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Signature2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "VendorName": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "VendorNameWhat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "VersionName": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "VersionNameWhat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "_MPI_FW_VERSION": {
      "size": 4,
      "fields": {
        "Struct": {
          "type": {
            "kind": "struct",
            "name": "MPI_FW_VERSION_STRUCT"
          },
          "offset": 0
        },
        "Word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MPI_FW_VERSION_STRUCT": {
      "size": 4,
      "fields": {
        "Dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_MPI_RAID_VOL_INDICATOR": {
      "size": 16,
      "fields": {
        "BlocksRemaining": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 8
        },
        "TotalBlocks": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MPI_SAS_IO_UNIT0_PHY_DATA": {
      "size": 16,
      "fields": {
        "AttachedDeviceHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ControllerDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ControllerPhyDeviceInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "DiscoveryStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "NegotiatedLinkRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PhyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PortFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_MPI_TARGET_FCP_CMD_BUFFER": {
      "size": 36,
      "fields": {
        "AliasIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "FcpCdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "FcpCntl": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "FcpDl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "FcpLun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "OptionalOxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "_MPI_TARGET_SCSI_SPI_CMD_BUFFER": {
      "size": 40,
      "fields": {
        "AdditionalCDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "AliasID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "CDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "L_QType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "LogicalUnitNumber": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "ReservedFirstByteOfCommandIU": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "Tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "TaskAttribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "TaskManagementFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "_MPI_TARGET_SSP_CMD_BUFFER": {
      "size": 36,
      "fields": {
        "AdditionalCDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "CDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "FrameType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "InitiatorTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "LogicalUnitNumber": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "TaskAttribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_CAPABILITIES": {
      "size": 8,
      "fields": {
        "linkCapability": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_LINK_CAPABILITY"
          },
          "offset": 0
        },
        "linkStatusCapability": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_LINK_STATUS_CAPABILITY"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_COMMON_HEADER": {
      "size": 64,
      "fields": {
        "baseClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "bist": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "cacheLineSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "deviceID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "headerType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "latencyTimer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "progIf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "revisionID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a29bd1bee73d8834"
          },
          "offset": 16
        },
        "vendorID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_HEADER_TYPE_0": {
      "size": 48,
      "fields": {
        "baseAddresses": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "capabilitiesPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "cis": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "interruptLine": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "interruptPin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "maximumLatency": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "minimumGrant": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "romBaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "subSystemID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "subVendorID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_HEADER_TYPE_1": {
      "size": 48,
      "fields": {
        "baseAddresses": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bridgeControl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "capabilitiesPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "interruptLine": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "interruptPin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "ioBase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ioBaseUpper16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ioLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ioLimitUpper16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "memoryBase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "memoryLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "prefetchBase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "prefetchBaseUpper32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "prefetchLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "prefetchLimitUpper32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "primaryBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "romBaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "secondaryBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "secondaryLatency": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "secondaryStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "subordinateBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_HEADER_TYPE_2": {
      "size": 48,
      "fields": {
        "bridgeControl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "capabilitiesPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "interruptLine": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "interruptPin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "primaryBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "range": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_4b23db6daf0c67f9"
            }
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "secondaryBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "secondaryLatency": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "secondaryStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "socketRegistersBaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "subordinateBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_INFORMATION": {
      "size": 112,
      "fields": {
        "busNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "capability": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_CAPABILITIES"
          },
          "offset": 72
        },
        "deviceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "domainID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "functionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "interruptVector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "pciHeaderInfo": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_DRV_PCI_COMMON_HEADER"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved2": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_LINK_CAPABILITY": {
      "size": 4,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_170a126ccab5a444"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MRSAS_DRV_PCI_LINK_STATUS_CAPABILITY": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_8ca45b080ba2b621"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MRSAS_RAID_MFA_IO_DESCRIPTOR": {
      "size": 8,
      "fields": {
        "MessageAddress1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "MessageAddress2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "RequestFlags": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MRSAS_REQUEST_DESCRIPTOR_UNION": {
      "size": 8,
      "fields": {
        "Default": {
          "type": {
            "kind": "struct",
            "name": "MPI2_DEFAULT_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "HighPriority": {
          "type": {
            "kind": "struct",
            "name": "MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "MFAIo": {
          "type": {
            "kind": "struct",
            "name": "MRSAS_RAID_MFA_IO_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "RAIDAccelerator": {
          "type": {
            "kind": "struct",
            "name": "MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSIIO": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "SCSITarget": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR"
          },
          "offset": 0
        },
        "addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_b83c09122ffd7956"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MR_ARRAY_INFO": {
      "size": 64,
      "fields": {
        "pd": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_DEV_HANDLE_INFO": {
      "size": 8,
      "fields": {
        "curDevHdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "devHandle": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "interfaceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "validHandles": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_MR_DRV_RAID_MAP": {
      "size": 40456,
      "fields": {
        "arCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "arMapInfo": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_ARRAY_INFO"
            }
          },
          "offset": 5160
        },
        "devHndlInfo": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_DEV_HANDLE_INFO"
            }
          },
          "offset": 40
        },
        "drv_raid_desc": {
          "type": {
            "kind": "union",
            "name": "unnamed_33972cdc25cc4378"
          },
          "offset": 4
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ldSpanMap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 37928
        },
        "ldTgtIdToLd": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4136
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "spanCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "totalSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_DRV_RAID_MAP_ALL": {
      "size": 1332264,
      "fields": {
        "ldSpanMap": {
          "type": {
            "count": 511,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 40456
        },
        "raidMap": {
          "type": {
            "kind": "struct",
            "name": "MR_DRV_RAID_MAP"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_FW_RAID_MAP": {
      "size": 12936,
      "fields": {
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "arMapInfo": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_ARRAY_INFO"
            }
          },
          "offset": 168
        },
        "devHndlInfo": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_DEV_HANDLE_INFO"
            }
          },
          "offset": 8360
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ldSpanMap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 10408
        },
        "ldTgtIdToLd": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "raid_desc": {
          "type": {
            "kind": "union",
            "name": "unnamed_33972cdc25cc4378"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 161
        },
        "totalSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_FW_RAID_MAP_ALL": {
      "size": 172200,
      "fields": {
        "ldSpanMap": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 12936
        },
        "raidMap": {
          "type": {
            "kind": "struct",
            "name": "MR_FW_RAID_MAP"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_FW_RAID_MAP_DYNAMIC": {
      "size": 160,
      "fields": {
        "PCIThresholdBandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "RaidMapDescPtrs": {
          "type": {
            "kind": "union",
            "name": "unnamed_d5c7b04296f8ea92"
          },
          "offset": 56
        },
        "arCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "descTableNumElements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "descTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "descTableSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "raidMapDescData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "raidMapDescTable": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_RAID_MAP_DESC_TABLE"
            }
          },
          "offset": 88
        },
        "raidMapSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "reserved4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 50
        },
        "rmwFPSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "spanCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "_MR_FW_RAID_MAP_EXT": {
      "size": 665896,
      "fields": {
        "arCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "arMapInfo": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_ARRAY_INFO"
            }
          },
          "offset": 2344
        },
        "devHndlInfo": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_DEV_HANDLE_INFO"
            }
          },
          "offset": 40
        },
        "fpPdIoTimeoutSec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "fw_raid_desc": {
          "type": {
            "kind": "union",
            "name": "unnamed_33972cdc25cc4378"
          },
          "offset": 4
        },
        "ldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ldSpanMap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 18728
        },
        "ldTgtIdToLd": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2088
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "spanCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "_MR_LD_RAID": {
      "size": 128,
      "fields": {
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "PRL": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "SRL": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "capability": {
          "type": {
            "kind": "struct",
            "name": "unnamed_95e48f6da0072090"
          },
          "offset": 0
        },
        "exponent": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2bf81ef0a07e483e"
          },
          "offset": 52
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_17db3effb19925ea"
          },
          "offset": 32
        },
        "fpIoTimeoutForLd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "ldState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "logicalBlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "modFactor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "regTypeReqOnRead": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "regTypeReqOnWrite": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        },
        "reserved3": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rowDataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "spanDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "stripeShift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "targetId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "writeMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "_MR_LD_REF": {
      "size": 4,
      "fields": {
        "ld_context": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9731953571c02520"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MR_LD_SPAN_": {
      "size": 24,
      "fields": {
        "arrayRef": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "numBlks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "spanRowDataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "spanRowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "startBlk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_LD_SPAN_MAP": {
      "size": 2528,
      "fields": {
        "dataArmMap": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "ldRaid": {
          "type": {
            "kind": "struct",
            "name": "MR_LD_RAID"
          },
          "offset": 0
        },
        "spanBlock": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_SPAN_BLOCK_INFO"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "_MR_LD_TARGET_SYNC": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "targetId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_PD_REF": {
      "size": 4,
      "fields": {
        "mrPdRef": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a35ba9e68789d952"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_MR_QUAD_ELEMENT": {
      "size": 32,
      "fields": {
        "diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "logEnd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "logStart": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "offsetInSpan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "_MR_RAID_MAP_DESC_TABLE": {
      "size": 16,
      "fields": {
        "raidMapDescBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "raidMapDescElements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "raidMapDescOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "raidMapDescType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_SPAN_BLOCK_INFO": {
      "size": 296,
      "fields": {
        "block_span_info": {
          "type": {
            "kind": "struct",
            "name": "MR_SPAN_INFO"
          },
          "offset": 32
        },
        "num_rows": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "span": {
          "type": {
            "kind": "struct",
            "name": "MR_LD_SPAN"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_MR_SPAN_INFO": {
      "size": 264,
      "fields": {
        "noElements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "quad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MR_QUAD_ELEMENT"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MR_TASK_MANAGE_REQUEST": {
      "size": 256,
      "fields": {
        "TmRequest": {
          "type": {
            "kind": "struct",
            "name": "MR_TM_REQUEST"
          },
          "offset": 0
        },
        "uTmReqReply": {
          "type": {
            "kind": "union",
            "name": "unnamed_c3aa92b6615f6942"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "_MR_TM_REPLY": {
      "size": 128,
      "fields": {
        "reply": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MR_TM_REQUEST": {
      "size": 128,
      "fields": {
        "request": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MSG_CONFIG": {
      "size": 40,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PageAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "PageBufferSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_IO_UNION"
          },
          "offset": 28
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_CONFIG_REPLY": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 20
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_DEFAULT_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_EVENT_ACK": {
      "size": 20,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "EventContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MSG_EVENT_NOTIFY": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Switch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MSG_EVENT_NOTIFY_REPLY": {
      "size": 32,
      "fields": {
        "AckRequired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "Event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "EventContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "EventDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_FC_PRIMITIVE_SEND_REQUEST": {
      "size": 16,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "FcPrimitive": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SendFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MSG_FW_UPLOAD": {
      "size": 36,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_MPI_UNION"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_FW_UPLOAD_REPLY": {
      "size": 24,
      "fields": {
        "ActualImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ImageType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_IOC_FACTS": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MSG_IOC_FACTS_REPLY": {
      "size": 80,
      "fields": {
        "BlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "CurReplyFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "CurrentHostMfaHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "CurrentSenseBufferHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "EventState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "FWImageSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "FWVersion": {
          "type": {
            "kind": "union",
            "name": "MPI_FW_VERSION"
          },
          "offset": 56
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "GlobalCredits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "HighPriorityQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "HostPageBufferSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 64
        },
        "IOCCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "IOCExceptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxBuses": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "MaxChainDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NumberOfPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ProductID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "ReplyFifoHostSignalingAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ReplyQueueDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "RequestFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "Reserved_0101_FWVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "_MSG_IOC_INIT": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HeaderVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "HostMfaHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "HostPageBufferSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 28
        },
        "MaxBuses": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ReplyFifoHostSignalingAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ReplyFrameSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "SenseBufferHighAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MSG_IOC_INIT_REPLY": {
      "size": 20,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxBuses": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "WhoInit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MSG_LINK_SERVICE_BUFFER_POST_REPLY": {
      "size": 68,
      "fields": {
        "Csctl_Sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Dfctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "Parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Rctl_Did": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "SeqCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "SeqId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "TransactionContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Type_Fctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Wwn": {
          "type": {
            "kind": "struct",
            "name": "WWNFORMAT"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "_MSG_LINK_SERVICE_BUFFER_POST_REQUEST": {
      "size": 36,
      "fields": {
        "BufferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "BufferPostFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_TRANS_SIMPLE_UNION"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_LINK_SERVICE_RSP_REQUEST": {
      "size": 48,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Csctl_Sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Dfctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "Parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Rctl_Did": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "RspFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RspLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 36
        },
        "SeqCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "SeqId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "Type_Fctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_MSG_PORT_ENABLE": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MSG_PORT_ENABLE_REPLY": {
      "size": 20,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_PORT_FACTS": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MSG_PORT_FACTS_REPLY": {
      "size": 40,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MaxDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "MaxInitiators": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "MaxLanBuckets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "MaxPersistentIDs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "MaxPostedCmdBuffers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PortSCSIID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "PortType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "ProtocolFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "_MSG_RAID_ACTION": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionDataSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 20
        },
        "ActionDataWord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MSG_RAID_ACTION_REPLY": {
      "size": 28,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActionData": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ActionStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "VolumeBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VolumeID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "VolumeStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_MSG_REQUEST_HEADER": {
      "size": 12,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_MSG_SATA_PASSTHROUGH_REQUEST": {
      "size": 60,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "CommandFIS": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "ConnectionRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "PassthroughFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 48
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MSG_SCSI_IO_REPLY": {
      "size": 36,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "CDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ResponseInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "SCSIState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "SCSIStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "SenseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "TransferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_MSG_SCSI_IO_REQUEST": {
      "size": 60,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "CDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "CDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SGL": {
          "type": {
            "kind": "struct",
            "name": "SGE_IO_UNION"
          },
          "offset": 48
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "SenseBufferLowAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_MSG_SCSI_TASK_MGMT": {
      "size": 52,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TaskMsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "_MSG_SCSI_TASK_MGMT_REPLY": {
      "size": 24,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "ResponseCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TaskType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TerminationCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_MSG_TARGET_ASSIST_REQUEST": {
      "size": 44,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "QueueTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "RelativeOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ReplyWord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SGL": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SGE_IO_UNION"
            }
          },
          "offset": 32
        },
        "StatusCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TargetAssistFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_MSG_TARGET_CMD_BUFFER_POST_REQUEST": {
      "size": 24,
      "fields": {
        "Buffer": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CMD_BUFFER_DESCRIPTOR"
            }
          },
          "offset": 12
        },
        "BufferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "BufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "BufferPostFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "_MSG_TARGET_MODE_ABORT_REPLY": {
      "size": 24,
      "fields": {
        "AbortCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IOCLogInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "MsgLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "_MSG_TARGET_MODE_ABORT_REQUEST": {
      "size": 20,
      "fields": {
        "AbortType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgContextToAbort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ReplyWord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "_MSG_TARGET_STATUS_SEND_REQUEST": {
      "size": 36,
      "fields": {
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "MsgContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "QueueTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ReplyWord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "StatusCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "StatusDataSGE": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 24
        },
        "StatusFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_MoreErrInfo_struct": {
      "size": 8,
      "fields": {
        "Common_Info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6f6fc924ce172e27"
          },
          "offset": 0
        },
        "Invalid_Cmd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ec2269160f438035"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_PhysDevAddr_struct": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "Target": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "SCSI3Addr_struct"
            }
          },
          "offset": 4
        },
        "TargetId": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_RAID_CONTEXT": {
      "size": 32,
      "fields": {
        "RAIDFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "VirtualDiskTgtId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "configSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "exStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "nextLMId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "nseg": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "numSGE": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "numSGEExt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "regLockFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "regLockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "regLockRowLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "resvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "resvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "resvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "spanArm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "timeoutValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_RAID_CONTEXT_G35": {
      "size": 32,
      "fields": {
        "RAIDFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "VirtualDiskTgtId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "configSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "exStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "nseg": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "numSGE": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "regLockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "regLockRowLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 29
        },
        "resvd0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "resvd2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "routingFlags": {
          "type": {
            "kind": "union",
            "name": "unnamed_8b65c31a0cce1c8b"
          },
          "offset": 4
        },
        "smid": {
          "type": {
            "kind": "union",
            "name": "unnamed_d4f0deb74c799ad2"
          },
          "offset": 20
        },
        "spanArm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "streamDetected": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 29
        },
        "timeoutValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_RAID_CONTEXT_UNION": {
      "size": 32,
      "fields": {
        "raid_context": {
          "type": {
            "kind": "struct",
            "name": "RAID_CONTEXT"
          },
          "offset": 0
        },
        "raid_context_g35": {
          "type": {
            "kind": "struct",
            "name": "RAID_CONTEXT_G35"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_RAID_PHYS_DISK0_ERROR_DATA": {
      "size": 12,
      "fields": {
        "ErrorASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ErrorASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ErrorCdbByte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ErrorSenseKey": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SmartASC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "SmartASCQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "SmartCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_RAID_PHYS_DISK0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskSettings": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SepBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "SepID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_RAID_PHYS_DISK0_STATUS": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_RAID_PHYS_DISK_INQUIRY_DATA": {
      "size": 60,
      "fields": {
        "Info": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "ProductID": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ProductRevLevel": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "VendorID": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_RAID_VOL0_PHYS_DISK": {
      "size": 4,
      "fields": {
        "PhysDiskMap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "PhysDiskNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_RAID_VOL0_SETTINGS": {
      "size": 4,
      "fields": {
        "HotSparePool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Settings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_RAID_VOL0_STATUS": {
      "size": 4,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_RequestBlock_struct": {
      "size": 20,
      "fields": {
        "CDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "CDBLen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "struct",
            "name": "unnamed_823fdbc06725c3e3"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "_SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS": {
      "size": 48,
      "fields": {
        "destruct_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "event_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "resume_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "start_io_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "start_task_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "suspend_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_SCSI3Addr_struct": {
      "size": 2,
      "fields": {
        "LogDev": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24a50d0cdbf8fa8d"
          },
          "offset": 0
        },
        "LogUnit": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c85c7086b8c07e57"
          },
          "offset": 0
        },
        "PeripDev": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a69dbd8a62a0e47"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_SGE_CHAIN32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_SGE_CHAIN64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_SGE_CHAIN_UNION": {
      "size": 12,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "NextChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_9535dde31a363573"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_SGE_IO_UNION": {
      "size": 12,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_898f97182f631ea0"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_SGE_MPI_UNION": {
      "size": 24,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_964b749a8b67017a"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_SGE_SIMPLE32": {
      "size": 8,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_SGE_SIMPLE64": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 4
        },
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_SGE_SIMPLE_UNION": {
      "size": 12,
      "fields": {
        "FlagsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_9535dde31a363573"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_SGE_TRANSACTION32": {
      "size": 12,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TransactionContext": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "TransactionDetails": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_SGE_TRANSACTION_UNION": {
      "size": 24,
      "fields": {
        "ContextSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DetailsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "TransactionDetails": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_4868730367d49588"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_SGE_TRANS_SIMPLE_UNION": {
      "size": 24,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_61f92ed7309ce724"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_SIPHASH_CTX": {
      "size": 56,
      "fields": {
        "buf": {
          "type": {
            "kind": "union",
            "name": "unnamed_0d2b078511fdc770"
          },
          "offset": 32
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "rounds_compr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "rounds_final": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "v": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_SMP_REQUEST": {
      "size": 1020,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_HEADER_T"
          },
          "offset": 0
        },
        "request": {
          "type": {
            "kind": "union",
            "name": "unnamed_38f66fa29069d6b0"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_SMP_RESPONSE": {
      "size": 1020,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "SMP_RESPONSE_HEADER_T"
          },
          "offset": 0
        },
        "response": {
          "type": {
            "kind": "union",
            "name": "SMP_RESPONSE_BODY_T"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_STREAM_DETECT": {
      "size": 48,
      "fields": {
        "countCmdsInStream": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "first_cmd_fusion": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "megasas_cmd_fusion"
            }
          },
          "offset": 8
        },
        "groupDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "groupFlush": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "isRead": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "last_cmd_fusion": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "megasas_cmd_fusion"
            }
          },
          "offset": 16
        },
        "nextSeqLBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "numSGEsInGroup": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "_TRIM_PAIR": {
      "size": 8,
      "fields": {
        "sector_address": {
          "type": {
            "bit_length": 48,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "sector_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "_U64": {
      "size": 8,
      "fields": {
        "High": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_WWNFORMAT": {
      "size": 16,
      "fields": {
        "NodeNameHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NodeNameLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PortNameHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "PortNameLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "__acl_aclcheck_fd_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "filedes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "filedes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "filedes_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_aclcheck_file_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_aclcheck_link_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_delete_fd_args": {
      "size": 16,
      "fields": {
        "filedes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "filedes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "filedes_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_delete_file_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_delete_link_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_get_fd_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "filedes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "filedes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "filedes_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_get_file_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_get_link_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_set_fd_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "filedes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "filedes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "filedes_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_set_file_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__acl_set_link_args": {
      "size": 24,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 16
        },
        "aclp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "aclp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__aiocb_private": {
      "size": 24,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "kernelinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__aiocb_private32": {
      "size": 12,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kernelinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__auth": {
      "size": 72,
      "fields": {
        "ah_cred": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 0
        },
        "ah_key": {
          "type": {
            "kind": "union",
            "name": "des_block"
          },
          "offset": 48
        },
        "ah_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auth_ops"
            }
          },
          "offset": 56
        },
        "ah_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "ah_verf": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "__blake2b_param": {
      "size": 64,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "digest_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fanout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "inner_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "key_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "leaf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "node_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "node_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "personal": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "salt": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "__blake2b_state": {
      "size": 358,
      "fields": {
        "buf": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "f": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "h": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "last_node": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 357
        },
        "outlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 356
        },
        "t": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "__blake2s_param": {
      "size": 32,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "digest_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fanout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "inner_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "key_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "leaf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "node_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "node_offset": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "personal": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "salt": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "__blake2s_state": {
      "size": 182,
      "fields": {
        "buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "f": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "h": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "last_node": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 181
        },
        "outlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 180
        },
        "t": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "__cap_rights_get_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "rightsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cap_rights_t"
            }
          },
          "offset": 16
        },
        "rightsp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rightsp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "version_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "__getcwd_args": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "__guest_handle_char": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_const_void": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_int": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_uint32": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_uint64": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_uint8": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_void": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_xen_pfn_t": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_xen_processor_csd_t": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_csd_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_xen_processor_cx_t": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_cx_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_xen_processor_px_t": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_px_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_xen_ulong_t": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__guest_handle_xenpf_resource_entry_t": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xenpf_resource_entry_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__lge_jfreehead": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lge_jpool_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__lge_jinusehead": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lge_jpool_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__mac_execve_args": {
      "size": 32,
      "fields": {
        "argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 8
        },
        "argv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "argv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 16
        },
        "envv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 24
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "__mac_get_fd_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 8
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "__mac_get_file_args": {
      "size": 16,
      "fields": {
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 8
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__mac_get_link_args": {
      "size": 16,
      "fields": {
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 8
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__mac_get_pid_args": {
      "size": 16,
      "fields": {
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 8
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "__mac_get_proc_args": {
      "size": 8,
      "fields": {
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 0
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__mac_set_fd_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 8
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "__mac_set_file_args": {
      "size": 16,
      "fields": {
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 8
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__mac_set_link_args": {
      "size": 16,
      "fields": {
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 8
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__mac_set_proc_args": {
      "size": 8,
      "fields": {
        "mac_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac"
            }
          },
          "offset": 0
        },
        "mac_p_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "mac_p_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__mclhd": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_mc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__mcontext": {
      "size": 800,
      "fields": {
        "mc_addr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "mc_cs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "mc_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "mc_err": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "mc_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "mc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "mc_fpformat": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 208
        },
        "mc_fpstate": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 224
        },
        "mc_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "mc_fsbase": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 736
        },
        "mc_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "mc_gsbase": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 744
        },
        "mc_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 200
        },
        "mc_onstack": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "mc_ownedfp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 216
        },
        "mc_r10": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "mc_r11": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "mc_r12": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "mc_r13": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "mc_r14": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "mc_r15": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "mc_r8": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "mc_r9": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "mc_rax": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "mc_rbp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "mc_rbx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "mc_rcx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "mc_rdi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "mc_rdx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "mc_rflags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        },
        "mc_rip": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "mc_rsi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "mc_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 184
        },
        "mc_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 768
        },
        "mc_ss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 192
        },
        "mc_trapno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "mc_xfpustate": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 752
        },
        "mc_xfpustate_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 760
        }
      },
      "kind": "struct"
    },
    "__msfilterreq": {
      "size": 152,
      "fields": {
        "msfr_fmode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "msfr_group": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 16
        },
        "msfr_ifindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "msfr_nsrcs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msfr_srcs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr_storage"
            }
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "__oflock": {
      "size": 24,
      "fields": {
        "l_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "l_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "l_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "l_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 20
        },
        "l_whence": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "__realpathat_args": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "size_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "size_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "__rpc_client": {
      "size": 48,
      "fields": {
        "cl_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "AUTH"
            }
          },
          "offset": 8
        },
        "cl_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cl_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clnt_ops"
            }
          },
          "offset": 16
        },
        "cl_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cl_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cl_tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "__rpc_sockinfo": {
      "size": 16,
      "fields": {
        "si_af": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "si_alen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "si_proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "si_socktype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__rpc_svcauth": {
      "size": 16,
      "fields": {
        "svc_ah_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_auth_ops"
            }
          },
          "offset": 0
        },
        "svc_ah_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "__rpc_svcgroup": {
      "size": 192,
      "fields": {
        "sg_active": {
          "type": {
            "kind": "struct",
            "name": "svcxprt_list"
          },
          "offset": 96
        },
        "sg_idlethreads": {
          "type": {
            "kind": "struct",
            "name": "svcthread_list"
          },
          "offset": 112
        },
        "sg_lastcreatetime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "sg_lastidlecheck": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "sg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "sg_maxthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "sg_minthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "sg_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcpool"
            }
          },
          "offset": 64
        },
        "sg_state": {
          "type": {
            "kind": "enum",
            "name": "svcpool_state"
          },
          "offset": 72
        },
        "sg_threadcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "sg_xlist": {
          "type": {
            "kind": "struct",
            "name": "svcxprt_list"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "__rpc_svcpool": {
      "size": 3328,
      "fields": {
        "sp_assign": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "sp_callouts": {
          "type": {
            "kind": "struct",
            "name": "svc_callout_list"
          },
          "offset": 88
        },
        "sp_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "sp_groupcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "sp_groups": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SVCGROUP"
            }
          },
          "offset": 256
        },
        "sp_lcallouts": {
          "type": {
            "kind": "struct",
            "name": "svc_loss_callout_list"
          },
          "offset": 104
        },
        "sp_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "sp_maxthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "sp_minthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "sp_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "sp_nextgroup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "sp_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 80
        },
        "sp_rcache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "replay_cache"
            }
          },
          "offset": 184
        },
        "sp_space_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "sp_space_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "sp_space_throttle_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "sp_space_throttled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "sp_space_used": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "sp_space_used_highest": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "sp_state": {
          "type": {
            "kind": "enum",
            "name": "svcpool_state"
          },
          "offset": 72
        },
        "sp_sysctl": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "__rpc_svcthread": {
      "size": 192,
      "fields": {
        "st_alink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_333987c4a4be3841"
          },
          "offset": 128
        },
        "st_cond": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 96
        },
        "st_ilink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_333987c4a4be3841"
          },
          "offset": 112
        },
        "st_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "st_p2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "st_p3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "st_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcpool"
            }
          },
          "offset": 64
        },
        "st_reqs": {
          "type": {
            "kind": "struct",
            "name": "svc_reqlist"
          },
          "offset": 80
        },
        "st_xprt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SVCXPRT"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "__rpc_svcxprt": {
      "size": 504,
      "fields": {
        "xp_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "xp_alink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7241ea548c659d7e"
          },
          "offset": 72
        },
        "xp_dontrcv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 444
        },
        "xp_gidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "xp_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcgroup"
            }
          },
          "offset": 48
        },
        "xp_idletimeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 412
        },
        "xp_lastactive": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 416
        },
        "xp_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7241ea548c659d7e"
          },
          "offset": 56
        },
        "xp_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 8
        },
        "xp_ltaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 128
        },
        "xp_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "xp_ngrps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 484
        },
        "xp_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xp_ops"
            }
          },
          "offset": 112
        },
        "xp_p1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 384
        },
        "xp_p2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 392
        },
        "xp_p3": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 400
        },
        "xp_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcpool"
            }
          },
          "offset": 40
        },
        "xp_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xp_registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "xp_rtaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 256
        },
        "xp_snd_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "xp_snt_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "xp_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 104
        },
        "xp_sockref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "xp_sslproc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "xp_sslrefno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "xp_sslsec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "xp_sslusec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "xp_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcthread"
            }
          },
          "offset": 96
        },
        "xp_tls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "xp_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 408
        },
        "xp_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "xp_upcallset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        }
      },
      "kind": "struct"
    },
    "__rpc_svcxprt_ext": {
      "size": 24,
      "fields": {
        "xp_auth": {
          "type": {
            "kind": "struct",
            "name": "SVCAUTH"
          },
          "offset": 8
        },
        "xp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__semctl_args": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "semun"
            }
          },
          "offset": 24
        },
        "arg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "arg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "semid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "semid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "semid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "semnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "semnum_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "semnum_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "__setugid_args": {
      "size": 8,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "__siginfo": {
      "size": 80,
      "fields": {
        "_reason": {
          "type": {
            "kind": "union",
            "name": "unnamed_cd461580501b7186"
          },
          "offset": 40
        },
        "si_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "si_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "si_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "si_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "si_signo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "si_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "si_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "si_value": {
          "type": {
            "kind": "union",
            "name": "sigval"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "__sigset": {
      "size": 16,
      "fields": {
        "__bits": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__sigset_t": {
      "size": 16,
      "fields": {
        "__bits": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__specialfd_args": {
      "size": 24,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "req_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "req_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "__sysctl_args": {
      "size": 48,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "new_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "new_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "newlen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "old_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "old_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "oldlenp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "__sysctlbyname_args": {
      "size": 48,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "new_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "new_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "newlen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "old_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "old_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "oldlenp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "__teken": {
      "size": 160,
      "fields": {
        "t_curattr": {
          "type": {
            "kind": "struct",
            "name": "teken_attr_t"
          },
          "offset": 68
        },
        "t_curnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "t_curscs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "t_cursor": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 64
        },
        "t_defattr": {
          "type": {
            "kind": "struct",
            "name": "teken_attr_t"
          },
          "offset": 79
        },
        "t_funcs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "teken_funcs_t"
            }
          },
          "offset": 0
        },
        "t_last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "t_nextstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "t_nums": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "t_originreg": {
          "type": {
            "kind": "struct",
            "name": "teken_span_t"
          },
          "offset": 90
        },
        "t_saved_curattr": {
          "type": {
            "kind": "struct",
            "name": "teken_attr_t"
          },
          "offset": 76
        },
        "t_saved_curscs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "t_saved_cursor": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 72
        },
        "t_scrollreg": {
          "type": {
            "kind": "struct",
            "name": "teken_span_t"
          },
          "offset": 86
        },
        "t_scs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 144
        },
        "t_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "t_stateflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "t_tabstops": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "t_utf8_left": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "t_utf8_partial": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "t_winsize": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 82
        }
      },
      "kind": "struct"
    },
    "__tplhd": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_port"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__trhead": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__ucontext": {
      "size": 880,
      "fields": {
        "__spare__": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 852
        },
        "uc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 848
        },
        "uc_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext"
            }
          },
          "offset": 816
        },
        "uc_mcontext": {
          "type": {
            "kind": "struct",
            "name": "mcontext_t"
          },
          "offset": 16
        },
        "uc_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 0
        },
        "uc_stack": {
          "type": {
            "kind": "struct",
            "name": "sigaltstack"
          },
          "offset": 824
        }
      },
      "kind": "struct"
    },
    "__va_list_tag": {
      "size": 24,
      "fields": {
        "fp_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "gp_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "overflow_arg_area": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "reg_save_area": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "__wrusage": {
      "size": 288,
      "fields": {
        "wru_children": {
          "type": {
            "kind": "struct",
            "name": "rusage"
          },
          "offset": 144
        },
        "wru_self": {
          "type": {
            "kind": "struct",
            "name": "rusage"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "__wrusage32": {
      "size": 144,
      "fields": {
        "wru_children": {
          "type": {
            "kind": "struct",
            "name": "rusage32"
          },
          "offset": 72
        },
        "wru_self": {
          "type": {
            "kind": "struct",
            "name": "rusage32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_addr_val": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ind_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pci_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_agp_allocate": {
      "size": 24,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "physical": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "_agp_bind": {
      "size": 16,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pg_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_agp_info": {
      "size": 56,
      "fields": {
        "agp_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "aper_base": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "aper_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "bridge_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pg_system": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pg_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pg_used": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "version": {
          "type": {
            "kind": "struct",
            "name": "agp_version"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_agp_setup": {
      "size": 4,
      "fields": {
        "agp_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_agp_unbind": {
      "size": 8,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_agp_version": {
      "size": 4,
      "fields": {
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_ata_identify_device_data": {
      "size": 512,
      "fields": {
        "model_number": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 54
        },
        "reserved1": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 40
        },
        "reserved3": {
          "type": {
            "count": 170,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 94
        },
        "reserved4": {
          "type": {
            "count": 38,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 436
        },
        "rotational_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 434
        },
        "serial_number": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_blockcount": {
      "size": 4,
      "fields": {
        "__count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_cbq_class_stats_": {
      "size": 296,
      "fields": {
        "avgidle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "borrows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "codel": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 264
        },
        "delays": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 24
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "maxidle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "minidle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ns_per_byte": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "offtime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "over": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "overactions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "qcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "qmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "qtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "red": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 96
        },
        "wrr_allot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_cht_head": {
      "size": 16,
      "fields": {
        "hash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "items_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_ck_array": {
      "size": 8,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "n_committed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "values": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_class_queue_": {
      "size": 24,
      "fields": {
        "qlen_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "qlim_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "qsize_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "qtype_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tail_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_cpuset": {
      "size": 128,
      "fields": {
        "__bits": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_crb_to_pci": {
      "size": 8,
      "fields": {
        "crb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pci_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_device": {
      "size": 168,
      "fields": {
        "busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "children": {
          "type": {
            "kind": "struct",
            "name": "device_list_t"
          },
          "offset": 48
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "devclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devclass"
            }
          },
          "offset": 72
        },
        "devflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "devlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2230dd38000cee94"
          },
          "offset": 24
        },
        "driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "driver_t"
            }
          },
          "offset": 64
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "ivars": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2230dd38000cee94"
          },
          "offset": 8
        },
        "nameunit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "order": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "device_state"
          },
          "offset": 108
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 144
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 160
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "_domainset": {
      "size": 8,
      "fields": {
        "__bits": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_driver_info": {
      "size": 56,
      "fields": {
        "build_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "major_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "max_io": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "max_targets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "max_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "minor_version": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "release_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "_ecore_list_entry_t": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ecore_list_entry_t"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ecore_list_entry_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_gainOptStep": {
      "size": 36,
      "fields": {
        "paramVal": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "stepGain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "stepName": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_gain_opt_step": {
      "size": 36,
      "fields": {
        "paramVal": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "stepGain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "stepName": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_hash_5tuple_ipv4": {
      "size": 16,
      "fields": {
        "dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 12
        },
        "spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 13
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_hash_5tuple_ipv6": {
      "size": 40,
      "fields": {
        "dst": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 16
        },
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 36
        },
        "spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 37
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "_hash_data": {
      "size": 8,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "gw_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ifentropy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "_igi_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igmp_ifsoftc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_jmp_buf": {
      "size": 96,
      "fields": {
        "_jb": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_keystat": {
      "size": 8,
      "fields": {
        "getspi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_kqueue": {
      "size": 40,
      "fields": {
        "head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "q": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_map_pcie_topology_change": {
      "size": 16,
      "fields": {
        "enc_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "num_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "port_details": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_map_port_change"
            }
          },
          "offset": 8
        },
        "start_port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "switch_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "switch_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "_map_phy_change": {
      "size": 24,
      "fields": {
        "dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "device_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_SATA_SSD": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "is_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "physical_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "_map_port_change": {
      "size": 24,
      "fields": {
        "MDTS": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "device_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "physical_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "_map_topology_change": {
      "size": 16,
      "fields": {
        "enc_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "exp_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "exp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "phy_details": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_map_phy_change"
            }
          },
          "offset": 8
        },
        "start_phy_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "_midbuf": {
      "size": 4101,
      "fields": {
        "mb_buf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1
        },
        "mb_pad1": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        },
        "mb_pad2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4097
        }
      },
      "kind": "struct"
    },
    "_midi_cmdtab": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_oce_dmamap_paddr_table": {
      "size": 16,
      "fields": {
        "max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "paddrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "phys_addr"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_offchip_mem_val": {
      "size": 16,
      "fields": {
        "data_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data_uhi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data_ulo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_pcsid": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_pfil_head": {
      "size": 8,
      "fields": {
        "head_nhooksin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "head_nhooksout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_q80_rcv_cntxt_req": {
      "size": 288,
      "fields": {
        "rds_req": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rq_rds_ring_t"
            }
          },
          "offset": 176
        },
        "rx_req": {
          "type": {
            "kind": "struct",
            "name": "q80_rq_rcv_cntxt_t"
          },
          "offset": 0
        },
        "sds_req": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rq_sds_ring_t"
            }
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "_q80_rcv_cntxt_rsp": {
      "size": 200,
      "fields": {
        "rds_rsp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rsp_rds_ring_t"
            }
          },
          "offset": 152
        },
        "rx_rsp": {
          "type": {
            "kind": "struct",
            "name": "q80_rsp_rcv_cntxt_t"
          },
          "offset": 0
        },
        "sds_rsp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rsp_sds_ring_t"
            }
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "_q80_rcv_desc": {
      "size": 16,
      "fields": {
        "buf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "_q80_rq_rcv_cntxt": {
      "size": 176,
      "fields": {
        "caps": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "intr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "num_rds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "num_sds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "rds_intr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rsp_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd1": {
          "type": {
            "count": 132,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "sds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "_q80_rq_rds_ring": {
      "size": 24,
      "fields": {
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "_q80_rq_sds_ring": {
      "size": 16,
      "fields": {
        "msi_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_q80_rsp_rcv_cntxt": {
      "size": 152,
      "fields": {
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "cntxt_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "funcs_per_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_rds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "num_sds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "phys_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "virt_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "_q80_rsp_rds_ring": {
      "size": 8,
      "fields": {
        "producer_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_q80_rsp_sds_ring": {
      "size": 8,
      "fields": {
        "consumer_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "intr_mask_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_q80_stat_desc": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_q80_tx_cmd": {
      "size": 64,
      "fields": {
        "buf1_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "buf1_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "buf2_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buf2_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "buf3_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "buf3_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "buf4_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "buf4_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "data_len_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data_len_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "flags_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ip_hdr_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "n_bufs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "port_cntxtid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsrvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsrvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "tcp_hdr_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "total_hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "vlan_tci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        }
      },
      "kind": "struct"
    },
    "_q80_tx_cntxt_req": {
      "size": 196,
      "fields": {
        "caps": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "cmd_cons_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "intr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "msi_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rsp_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rsrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 44
        },
        "rsrvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "rsrvd3": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "_q80_tx_cntxt_rsp": {
      "size": 144,
      "fields": {
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cntxt_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "intr_mask_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "phys_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "producer_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsrvd": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "virt_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "_qla_config_ipv4": {
      "size": 32,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "ipv4_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "_qla_fw_cds_config_intr_coalesc": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "max_rcv_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "max_rcv_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "max_snd_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "max_snd_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "rsrvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsrvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rsrvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rsrvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rsrvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "sds_ring_bitmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "timer_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "usecs_to": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "_qla_fw_cds_config_mac_addr": {
      "size": 24,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "_qla_fw_cds_config_rss": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "ind_tbl_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsrvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "rss_key": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "_qla_fw_cds_hdr": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 13
        },
        "sub_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "_qla_hw": {
      "size": 1352,
      "fields": {
        "cable_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cable_oui": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "dma_buf": {
          "type": {
            "kind": "struct",
            "name": "qla_dmabuf_t"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3d3808ec3f89418a"
          },
          "offset": 0
        },
        "frame_hdr": {
          "type": {
            "count": 74,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1272
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "max_lro": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_rcv_cntxts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "max_rds_per_cntxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_rules_per_cntxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "max_sds_per_cntxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_xmt_cntxts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mod_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "num_rds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "num_sds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "rx_cntxt_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_rcv_cntxt_req_t"
            }
          },
          "offset": 536
        },
        "rx_cntxt_req_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "rx_cntxt_rsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_rcv_cntxt_rsp_t"
            }
          },
          "offset": 552
        },
        "rx_cntxt_rsp_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "rx_in": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 528
        },
        "rx_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "rxj_in": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 532
        },
        "rxj_next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 524
        },
        "sds": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_sds_t"
            }
          },
          "offset": 568
        },
        "tx_cntxt_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_tx_cntxt_req_t"
            }
          },
          "offset": 456
        },
        "tx_cntxt_req_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "tx_cntxt_rsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_tx_cntxt_rsp_t"
            }
          },
          "offset": 472
        },
        "tx_cntxt_rsp_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "tx_cons": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 488
        },
        "tx_cons_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "tx_prod_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "tx_ring_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_tx_cmd_t"
            }
          },
          "offset": 448
        },
        "txr_comp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "txr_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "txr_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        }
      },
      "kind": "struct"
    },
    "_qla_sds": {
      "size": 176,
      "fields": {
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 16
        },
        "rcv_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rxb_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "rxj_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rxjb_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "sds_ring_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_stat_desc_t"
            }
          },
          "offset": 0
        },
        "sdsr_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_qla_set_mac_rcv_mode": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "_regtree": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secreg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_rm_class_stats_": {
      "size": 56,
      "fields": {
        "borrows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "delays": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 24
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "over": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "overactions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_rpcnettype": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_rule_hw": {
      "size": 48,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_bb58759114d90221"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "_sata_sas_address": {
      "size": 8,
      "fields": {
        "word": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e6859fa91ec1768"
          },
          "offset": 0
        },
        "wwid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "_scrmap": {
      "size": 256,
      "fields": {
        "scrmap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_snd_capabilities": {
      "size": 56,
      "fields": {
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "formats": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "inputs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "left": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "mixers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rate_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rate_min": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "right": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "_snd_chan_param": {
      "size": 32,
      "fields": {
        "play_format": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "play_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rec_format": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rec_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_snd_sync_parm": {
      "size": 16,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "_spacqtree": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secspacq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_umtx_op_args": {
      "size": 40,
      "fields": {
        "obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "obj_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "obj_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "op_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "op_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "uaddr1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "uaddr1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "uaddr1_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "uaddr2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "uaddr2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "uaddr2_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "val_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "val_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "_umtx_time": {
      "size": 24,
      "fields": {
        "_clockid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "_timeout": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_usem": {
      "size": 12,
      "fields": {
        "_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "_has_waiters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_usem2": {
      "size": 8,
      "fields": {
        "_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "_utsname": {
      "size": 32,
      "fields": {
        "release": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "_xgm_mps": {
      "size": 80,
      "fields": {
        "bp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "cls_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "eop": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sop": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifContainers": {
      "size": 8,
      "fields": {
        "dst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "src": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsBatteryEvent": {
      "size": 12,
      "fields": {
        "current_state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cf0d011a4f0f5936"
          },
          "offset": 4
        },
        "prior_state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cf0d011a4f0f5936"
          },
          "offset": 8
        },
        "transition_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_34221b1744d88057"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsClusterEvent": {
      "size": 4,
      "fields": {
        "eventType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_48c0cde7bef9aa78"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsContainerChange": {
      "size": 8,
      "fields": {
        "container": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsContainerEvent": {
      "size": 8,
      "fields": {
        "container": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "eventType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsDeviceFailure": {
      "size": 4,
      "fields": {
        "deviceHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsDiskSetEvent": {
      "size": 20,
      "fields": {
        "CreatorId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "DsNum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "eventType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsEnclosureEvent": {
      "size": 12,
      "fields": {
        "empID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "eventType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "unitID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsGeneric": {
      "size": 132,
      "fields": {
        "text": {
          "type": {
            "count": 132,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifEnsMirrorFailover": {
      "size": 12,
      "fields": {
        "container": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "creatingSlice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "failedSlice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_AifEventNotify": {
      "size": 136,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_e72e930d21a830e2"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_03ab9a987e1e9f08"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_AifJobClient": {
      "size": 8,
      "fields": {
        "container": {
          "type": {
            "kind": "struct",
            "name": "aac_AifContainers"
          },
          "offset": 0
        },
        "scsi_dh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "aac_AifJobDesc": {
      "size": 16,
      "fields": {
        "client": {
          "type": {
            "kind": "union",
            "name": "aac_AifJobClient"
          },
          "offset": 8
        },
        "jobID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_52c9c58b4e6f71c1"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_AifJobProgressReport": {
      "size": 36,
      "fields": {
        "currentTick": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "finalTick": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "jd": {
          "type": {
            "kind": "struct",
            "name": "aac_AifJobDesc"
          },
          "offset": 0
        },
        "jobSpecificData1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "jobSpecificData2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_52a7d4c1a0937d05"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_adapter_info": {
      "size": 88,
      "fields": {
        "BIOSRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 52
        },
        "BufferMem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ClockSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ClusterChannelMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ClusteringEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "CpuArchitecture": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d3e46c4b7e47407f"
          },
          "offset": 4
        },
        "CpuVariant": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c455dbbfb50e06aa"
          },
          "offset": 8
        },
        "ExecutionMem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "HardwareRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 44
        },
        "KernelRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 28
        },
        "MonitorRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 36
        },
        "OemVariant": {
          "type": {
            "kind": "enum",
            "name": "unnamed_806f585077ec47bc"
          },
          "offset": 84
        },
        "PlatformBase": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c7cea612dd44e447"
          },
          "offset": 0
        },
        "SerialNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 68
        },
        "SupportedOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "TotalMem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "batteryPlatform": {
          "type": {
            "kind": "enum",
            "name": "unnamed_618e710fe77dd2bc"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "aac_adapter_init": {
      "size": 80,
      "fields": {
        "AdapterFibAlign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "AdapterFibsPhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "AdapterFibsSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "AdapterFibsVirtualAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "CommHeaderAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "FastIoCommAreaAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "FilesystemRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "HostElapsedSeconds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "HostPhysMemPages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "HostRRQ_AddrHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "HostRRQ_AddrLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "InitFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "InitStructRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MaxFibSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "MaxIoCommands": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "MaxIoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "MaxNumAif": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "NoOfMSIXVectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PrintfBufferAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "PrintfBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "aac_aif_command": {
      "size": 480,
      "fields": {
        "command": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3e8c5a7a44960831"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_07daf71060139c0c"
          },
          "offset": 8
        },
        "seqNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_blockread": {
      "size": 20,
      "fields": {
        "BlockNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ContainerId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SgMap": {
          "type": {
            "kind": "struct",
            "name": "aac_sg_table"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_blockread64": {
      "size": 20,
      "fields": {
        "BlockNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ContainerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "SectorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SgMap64": {
          "type": {
            "kind": "struct",
            "name": "aac_sg_table64"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_blockread_response": {
      "size": 8,
      "fields": {
        "ByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_blockwrite": {
      "size": 24,
      "fields": {
        "BlockNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ContainerId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SgMap": {
          "type": {
            "kind": "struct",
            "name": "aac_sg_table"
          },
          "offset": 20
        },
        "Stable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_blockwrite64": {
      "size": 20,
      "fields": {
        "BlockNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ContainerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "Pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "SectorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SgMap64": {
          "type": {
            "kind": "struct",
            "name": "aac_sg_table64"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_blockwrite_response": {
      "size": 12,
      "fields": {
        "ByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Committed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_cam": {
      "size": 32,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "inf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_sim"
            }
          },
          "offset": 8
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 24
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_cf_status_hdr": {
      "size": 12,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "recordcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aac_close_command": {
      "size": 8,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ContainerId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_cnt_config": {
      "size": 464,
      "fields": {
        "CTCommand": {
          "type": {
            "kind": "struct",
            "name": "aac_fsa_ctm"
          },
          "offset": 4
        },
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_code_lookup": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_command": {
      "size": 120,
      "fields": {
        "cm_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 88
        },
        "cm_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "cm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 40
        },
        "cm_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cm_datamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "cm_fib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_fib"
            }
          },
          "offset": 24
        },
        "cm_fibphys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "cm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "cm_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "cm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a809602b1d66466c"
          },
          "offset": 0
        },
        "cm_passthr_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "cm_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_softc"
            }
          },
          "offset": 16
        },
        "cm_sgtable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_sg_table"
            }
          },
          "offset": 64
        },
        "cm_timestamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "aac_common": {
      "size": 4944,
      "fields": {
        "ac_fibs": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_fib"
            }
          },
          "offset": 0
        },
        "ac_host_rrq": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4944
        },
        "ac_init": {
          "type": {
            "kind": "struct",
            "name": "aac_adapter_init"
          },
          "offset": 4096
        },
        "ac_printf": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4176
        },
        "ac_sync_fib": {
          "type": {
            "kind": "struct",
            "name": "aac_fib"
          },
          "offset": 4432
        }
      },
      "kind": "struct"
    },
    "aac_container": {
      "size": 120,
      "fields": {
        "co_found": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "co_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d18a722ab3b97cb1"
          },
          "offset": 104
        },
        "co_mntobj": {
          "type": {
            "kind": "struct",
            "name": "aac_mntobj"
          },
          "offset": 0
        },
        "co_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "aac_container_creation": {
      "size": 16,
      "fields": {
        "Day": {
          "type": {
            "bit_length": 6,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "Hour": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "MicroSecond": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Minute": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "Month": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "Second": {
          "type": {
            "bit_length": 6,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "Via": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ViaAdapterSerialNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ViaBuildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "YearsSince1900": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "aac_ctcfg": {
      "size": 12,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aac_ctcfg_resp": {
      "size": 12,
      "fields": {
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "resp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_disk": {
      "size": 64,
      "fields": {
        "ad_container": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_container"
            }
          },
          "offset": 16
        },
        "ad_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_softc"
            }
          },
          "offset": 8
        },
        "ad_cylinders": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ad_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ad_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 24
        },
        "ad_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ad_heads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ad_sectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ad_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "aac_event": {
      "size": 40,
      "fields": {
        "ev_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ev_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ev_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_782625800d8c4ba5"
          },
          "offset": 0
        },
        "ev_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_features": {
      "size": 256,
      "fields": {
        "data": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "feat": {
          "type": {
            "kind": "union",
            "name": "featuresState"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "aac_fib": {
      "size": 512,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "aac_fib_header"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 480,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "aac_fib_context": {
      "size": 32,
      "fields": {
        "ctx_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ctx_wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_fib_context"
            }
          },
          "offset": 16
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_fib_context"
            }
          },
          "offset": 24
        },
        "unique": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_fib_header": {
      "size": 32,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Previous": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "SenderFibAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SenderSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "StructType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "XferState": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_8ea4b8a93e2bb689"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_fib_list_entry": {
      "size": 8,
      "fields": {
        "Blink": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Flink": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_fib_xporthdr": {
      "size": 32,
      "fields": {
        "Handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "HostAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aac_fibmap": {
      "size": 40,
      "fields": {
        "aac_commands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_command"
            }
          },
          "offset": 32
        },
        "aac_fibmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "aac_fibs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_fib"
            }
          },
          "offset": 16
        },
        "fm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4d3084fc3f5743d"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_fsa_ctm": {
      "size": 460,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 432,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 28
        },
        "param": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_getbusinf": {
      "size": 32,
      "fields": {
        "BusCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "BusValid": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "InitiatorBusId": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "ProbeComplete": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "TargetsPerBus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aac_ident": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "hwif": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_interface": {
      "size": 80,
      "fields": {
        "aif_access_devreg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "aif_clr_istatus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "aif_get_fwstatus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "aif_get_istatus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "aif_get_mailbox": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "aif_get_outb_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "aif_qnotify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "aif_send_command": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "aif_set_mailbox": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "aif_set_outb_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "aac_mntinfo": {
      "size": 12,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MntCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MntType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_mntinforesp": {
      "size": 104,
      "fields": {
        "MntRespCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "MntTable": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_mntobj"
            }
          },
          "offset": 12
        },
        "MntType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_mntobj": {
      "size": 92,
      "fields": {
        "AlterEgoId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "Capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "CapacityHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ContentState": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "CreateInfo": {
          "type": {
            "kind": "struct",
            "name": "aac_container_creation"
          },
          "offset": 20
        },
        "FileSystemName": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ObjExtension": {
          "type": {
            "kind": "union",
            "name": "unnamed_f9e0706134dd96b5"
          },
          "offset": 52
        },
        "ObjType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ObjectId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "VolType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "aac_msix_ctx": {
      "size": 16,
      "fields": {
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_softc"
            }
          },
          "offset": 8
        },
        "vector_no": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_pause_command": {
      "size": 32,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "NoRescan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Parm3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Parm4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_pci_info": {
      "size": 8,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_qstat": {
      "size": 8,
      "fields": {
        "q_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "q_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_query_disk": {
      "size": 48,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ContainerNumber": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "Deleted": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Instance": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "Locked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Lun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "Target": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "UnMapped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "Valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "diskDeviceName": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "aac_queue_entry": {
      "size": 8,
      "fields": {
        "aq_fib_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "aq_fib_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_queue_table": {
      "size": 8512,
      "fields": {
        "qt_AdapHighCmdQueue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 4256
        },
        "qt_AdapHighRespQueue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 8480
        },
        "qt_AdapNormCmdQueue": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 160
        },
        "qt_AdapNormRespQueue": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 8416
        },
        "qt_HostHighCmdQueue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 128
        },
        "qt_HostHighRespQueue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 8384
        },
        "qt_HostNormCmdQueue": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 64
        },
        "qt_HostNormRespQueue": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_queue_entry"
            }
          },
          "offset": 4288
        },
        "qt_qindex": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_raw_io": {
      "size": 24,
      "fields": {
        "BlockNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "BpComplete": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "BpTotal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ContainerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "SgMapRaw": {
          "type": {
            "kind": "struct",
            "name": "aac_sg_tableraw"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "aac_raw_io2": {
      "size": 32,
      "fields": {
        "bpComplete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "bpTotal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "byteCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ldNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "sge": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_sge_ieee1212"
            }
          },
          "offset": 32
        },
        "sgeCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "sgeFirstIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "sgeFirstSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sgeNominalSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "strtBlkHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "strtBlkLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "aac_resetbus": {
      "size": 4,
      "fields": {
        "BusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_rev_check": {
      "size": 12,
      "fields": {
        "callingComponent": {
          "type": {
            "kind": "enum",
            "name": "unnamed_08f6f298b8ecc8ce"
          },
          "offset": 0
        },
        "callingRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_rev_check_resp": {
      "size": 12,
      "fields": {
        "adapterSWRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 4
        },
        "possiblyCompatible": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_sg_entry": {
      "size": 8,
      "fields": {
        "SgAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SgByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_sg_entry64": {
      "size": 12,
      "fields": {
        "SgAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "SgByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aac_sg_entryraw": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Prev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SgAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "SgByteCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_sg_table": {
      "size": 4,
      "fields": {
        "SgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SgEntry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_sg_entry"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_sg_table64": {
      "size": 4,
      "fields": {
        "SgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SgEntry64": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_sg_entry64"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_sg_tableraw": {
      "size": 4,
      "fields": {
        "SgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SgEntryRaw": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_sg_entryraw"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_sge_ieee1212": {
      "size": 16,
      "fields": {
        "addrHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addrLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aac_sim": {
      "size": 56,
      "fields": {
        "BusNumber": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "BusType": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "InitiatorBusId": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "TargetsPerBus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "aac_cam": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_cam"
            }
          },
          "offset": 32
        },
        "aac_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_softc"
            }
          },
          "offset": 24
        },
        "sim_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sim_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6cc4ddb81cd1921f"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "aac_softc": {
      "size": 35024,
      "fields": {
        "DebugFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35000
        },
        "DebugHeaderSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35008
        },
        "DebugOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35004
        },
        "FwDebugBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35016
        },
        "FwDebugFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35012
        },
        "aac_aifq": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_fib"
            }
          },
          "offset": 2024
        },
        "aac_aifq_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1992
        },
        "aac_bhandle0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "aac_bhandle1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "aac_bioq": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 1792
        },
        "aac_btag0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "aac_btag1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "aac_buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 72
        },
        "aac_busy": {
          "type": {
            "kind": "struct",
            "name": "unnamed_97096de252d23626"
          },
          "offset": 1760
        },
        "aac_commands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_command"
            }
          },
          "offset": 1720
        },
        "aac_common": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_common"
            }
          },
          "offset": 1336
        },
        "aac_common_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1344
        },
        "aac_common_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1328
        },
        "aac_common_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1320
        },
        "aac_container_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1880
        },
        "aac_container_tqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b8bd7a93e550d3d5"
          },
          "offset": 1864
        },
        "aac_daemontime": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1240
        },
        "aac_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "aac_dev_t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 1984
        },
        "aac_ev_cmfree": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f48547140e77ff8"
          },
          "offset": 1776
        },
        "aac_feature_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34956
        },
        "aac_fib_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1688
        },
        "aac_fibmap_tqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9b2c67547686410b"
          },
          "offset": 1696
        },
        "aac_fibs_pushed_no": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1604
        },
        "aac_free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_97096de252d23626"
          },
          "offset": 1728
        },
        "aac_host_rrq_idx": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1348
        },
        "aac_hwif": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1316
        },
        "aac_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 1944
        },
        "aac_if": {
          "type": {
            "kind": "struct",
            "name": "aac_interface"
          },
          "offset": 1608
        },
        "aac_intr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 464
        },
        "aac_io_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1912
        },
        "aac_irq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 80
        },
        "aac_irq_rid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 336
        },
        "aac_max_aif": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34964
        },
        "aac_max_fib_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34944
        },
        "aac_max_fibs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34936
        },
        "aac_max_fibs_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34940
        },
        "aac_max_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34972
        },
        "aac_max_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34952
        },
        "aac_msix": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_msix_ctx"
            }
          },
          "offset": 720
        },
        "aac_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 64
        },
        "aac_qstat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_qstat"
            }
          },
          "offset": 1832
        },
        "aac_ready": {
          "type": {
            "kind": "struct",
            "name": "unnamed_97096de252d23626"
          },
          "offset": 1744
        },
        "aac_regs_res0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "aac_regs_res1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "aac_regs_rid0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "aac_regs_rid1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "aac_revision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 1308
        },
        "aac_rrq_outstanding": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1476
        },
        "aac_sg_tablesize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34948
        },
        "aac_sim_tqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f7a14672dd14530e"
          },
          "offset": 34920
        },
        "aac_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1304
        },
        "aac_support_opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34960
        },
        "aac_sync_cm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_command"
            }
          },
          "offset": 1976
        },
        "aac_vector_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34976
        },
        "aif_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34800
        },
        "aifflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34896
        },
        "aifq_filled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34796
        },
        "aifq_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34792
        },
        "aifthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 34888
        },
        "cam_rescan_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 34992
        },
        "doorbell_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34968
        },
        "eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1232
        },
        "fibctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_fib_context"
            }
          },
          "offset": 34808
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34900
        },
        "hint_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34904
        },
        "msi_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34980
        },
        "msi_tupelo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34984
        },
        "rcv_select": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 34816
        },
        "scsi_method_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34916
        },
        "sim_freezed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34908
        },
        "supported_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34912
        },
        "total_fibs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1712
        }
      },
      "kind": "struct"
    },
    "aac_srb": {
      "size": 56,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "retry_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sg_map": {
          "type": {
            "kind": "struct",
            "name": "aac_sg_table"
          },
          "offset": 52
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aac_srb_response": {
      "size": 50,
      "fields": {
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fib_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sense": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "srb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aac_statrequest": {
      "size": 8,
      "fields": {
        "as_item": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "as_qstat": {
          "type": {
            "kind": "struct",
            "name": "aac_qstat"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "aac_supplement_adapter_info": {
      "size": 480,
      "fields": {
        "AdapterTypeText": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 0
        },
        "BuildDate": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "CurrentNumberPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ExpansionFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "FeatureBits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "FeatureBits3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "FlashFirmwareBootRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 116
        },
        "FlashFirmwareRevision": {
          "type": {
            "kind": "struct",
            "name": "FsaRevision"
          },
          "offset": 104
        },
        "FlashImageId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "FlashMemoryByteSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "MaxNumberPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "MfgPcbaSerialNo": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 124
        },
        "MfgWWNName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "Pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 18
        },
        "RaidTypeMorphOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "ReservedGrowth": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 160
        },
        "ReservedPad0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "SlotNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "SupportedOptions2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "SupportedPerformanceMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "VpdInfo": {
          "type": {
            "kind": "struct",
            "name": "vpd_info"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "aac_vmi_businf_resp": {
      "size": 52,
      "fields": {
        "BusInf": {
          "type": {
            "kind": "struct",
            "name": "aac_getbusinf"
          },
          "offset": 20
        },
        "IoctlCmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MethId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ObjId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ObjType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aac_vmioctl": {
      "size": 24,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "IoctlBuf": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "IoctlCmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MethId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ObjId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ObjType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "abort2_args": {
      "size": 24,
      "fields": {
        "args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "args_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "args_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nargs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nargs_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nargs_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "why": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "why_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "why_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "abts_rsp_t": {
      "size": 64,
      "fields": {
        "abts_rsp_cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "abts_rsp_ctl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "abts_rsp_df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "abts_rsp_did_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "abts_rsp_did_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "abts_rsp_f_ctl_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "abts_rsp_f_ctl_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "abts_rsp_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "abts_rsp_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "abts_rsp_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "abts_rsp_ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "abts_rsp_param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "abts_rsp_payload": {
          "type": {
            "kind": "union",
            "name": "unnamed_87ca22acc8e2959b"
          },
          "offset": 44
        },
        "abts_rsp_r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "abts_rsp_rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "abts_rsp_rxid_abts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "abts_rsp_rxid_task": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "abts_rsp_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "abts_rsp_seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "abts_rsp_sid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "abts_rsp_sid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "abts_rsp_sof": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "abts_rsp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "abts_rsp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        }
      },
      "kind": "struct"
    },
    "abts_t": {
      "size": 64,
      "fields": {
        "abts_cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "abts_df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "abts_did_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "abts_did_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "abts_f_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "abts_fs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "abts_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "abts_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "abts_ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "abts_param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "abts_r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "abts_reserved0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "abts_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "abts_reserved2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "abts_rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "abts_rxid_abts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "abts_rxid_task": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "abts_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "abts_seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "abts_sid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "abts_sid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "abts_sof": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "abts_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        }
      },
      "kind": "struct"
    },
    "ac97_codecid": {
      "size": 24,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "noext": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "patch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "stepmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ac97_info": {
      "size": 288,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "extcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "extid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "extstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 280
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj"
            }
          },
          "offset": 0
        },
        "mix": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ac97mixtable_entry"
            }
          },
          "offset": 64
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 264
        },
        "noext": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "se": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ac97_vendorid": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ac97mixtable_entry": {
      "size": 8,
      "fields": {
        "bits": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "mask": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "mute": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "ofs": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "recidx": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "stereo": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ac_contract": {
      "size": 128,
      "fields": {
        "contract_data": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "contract_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ac_device_changed": {
      "size": 24,
      "fields": {
        "arrived": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acc_t": {
      "size": 420,
      "fields": {
        "accchar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "map": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "accentmap": {
      "size": 6304,
      "fields": {
        "acc": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acc_t"
            }
          },
          "offset": 4
        },
        "n_accs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "accentmap_t": {
      "size": 6304,
      "fields": {
        "acc": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acc_t"
            }
          },
          "offset": 4
        },
        "n_accs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "accept4_args": {
      "size": 32,
      "fields": {
        "anamelen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "anamelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "anamelen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "accept_args": {
      "size": 24,
      "fields": {
        "anamelen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "anamelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "anamelen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "accept_filter": {
      "size": 48,
      "fields": {
        "accf_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "accf_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "accf_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "accf_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "accf_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f3cd6f586a39307"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "accept_filter_arg": {
      "size": 256,
      "fields": {
        "af_arg": {
          "type": {
            "count": 240,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "af_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "accept_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "socket"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "accepted_reply": {
      "size": 48,
      "fields": {
        "ar_stat": {
          "type": {
            "kind": "enum",
            "name": "accept_stat"
          },
          "offset": 24
        },
        "ar_verf": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 0
        },
        "ru": {
          "type": {
            "kind": "union",
            "name": "unnamed_48529104b210f6a9"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "access_args": {
      "size": 16,
      "fields": {
        "amode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "amode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "amode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acct_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acctv3": {
      "size": 80,
      "fields": {
        "ac_btime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "ac_comm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ac_etime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ac_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ac_io": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ac_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ac_len2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "ac_mem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ac_pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ac_stime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ac_trailer": {
          "type": {
            "kind": "union",
            "name": "unnamed_884879ff79d71766"
          },
          "offset": 72
        },
        "ac_tty": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ac_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ac_utime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ac_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ac_zero": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acl": {
      "size": 4088,
      "fields": {
        "acl_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "acl_entry": {
          "type": {
            "count": 254,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acl_entry"
            }
          },
          "offset": 24
        },
        "acl_maxcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "acl_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acl_entry": {
      "size": 16,
      "fields": {
        "ae_entry_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ae_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ae_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ae_perm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ae_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acl_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "aclstate": {
      "size": 320,
      "fields": {
        "as_hash": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_b22647b8e34a0a3d"
            }
          },
          "offset": 56
        },
        "as_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_694e8e2623b7e373"
          },
          "offset": 40
        },
        "as_lock": {
          "type": {
            "kind": "struct",
            "name": "acl_lock_t"
          },
          "offset": 0
        },
        "as_nacls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "as_policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "as_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 312
        }
      },
      "kind": "struct"
    },
    "acpi_acad_softc": {
      "size": 4,
      "fields": {
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_address16_attribute": {
      "size": 10,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "acpi_address32_attribute": {
      "size": 20,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "acpi_address64_attribute": {
      "size": 40,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "acpi_address_range": {
      "size": 32,
      "fields": {
        "EndAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_address_range"
            }
          },
          "offset": 0
        },
        "RegionNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 8
        },
        "StartAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_battery_ioctl_arg": {
      "size": 256,
      "fields": {
        "battinfo": {
          "type": {
            "kind": "struct",
            "name": "acpi_battinfo"
          },
          "offset": 0
        },
        "bif": {
          "type": {
            "kind": "struct",
            "name": "acpi_bif"
          },
          "offset": 0
        },
        "bix": {
          "type": {
            "kind": "struct",
            "name": "acpi_bix"
          },
          "offset": 0
        },
        "bst": {
          "type": {
            "kind": "struct",
            "name": "acpi_bst"
          },
          "offset": 0
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_battinfo": {
      "size": 16,
      "fields": {
        "cap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_bif": {
      "size": 164,
      "fields": {
        "btech": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dvol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "gra1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "gra2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "lcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lfcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "model": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "oeminfo": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 132
        },
        "serial": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 68
        },
        "type": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 100
        },
        "units": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "acpi_bit_register_info": {
      "size": 4,
      "fields": {
        "AccessBitMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BitPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ParentRegister": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_bix": {
      "size": 256,
      "fields": {
        "accuracy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "aimax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "aimin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "bix_reserved": {
          "type": {
            "count": 58,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 196
        },
        "btech": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cycles": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "dcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dvol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "gra1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "gra2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "lcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lfcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "model": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "oeminfo": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 132
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        },
        "scap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "serial": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 68
        },
        "stmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "stmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "type": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 100
        },
        "units": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "acpi_bst": {
      "size": 16,
      "fields": {
        "cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "volt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "acpi_buffer": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_bus_event": {
      "size": 28,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "device_class": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "acpi_button_softc": {
      "size": 32,
      "fields": {
        "button_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "button_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 24
        },
        "button_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "button_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f3b708c14a93e0a6"
          },
          "offset": 16
        },
        "fixed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "acpi_cmbat_softc": {
      "size": 304,
      "fields": {
        "bix": {
          "type": {
            "kind": "struct",
            "name": "acpi_bix"
          },
          "offset": 12
        },
        "bst": {
          "type": {
            "kind": "struct",
            "name": "acpi_bst"
          },
          "offset": 268
        },
        "bst_lastupdated": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 288
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_comment_node": {
      "size": 16,
      "fields": {
        "Comment": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_comment_node"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_common_descriptor": {
      "size": 16,
      "fields": {
        "CommonPointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_common_state": {
      "size": 16,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_connection_info": {
      "size": 16,
      "fields": {
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "Connection": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_control_state": {
      "size": 48,
      "fields": {
        "AmlPredicateStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "LoopTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "PackageEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "PredicateOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_cpu_device": {
      "size": 16,
      "fields": {
        "ad_rl": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_cpu_softc": {
      "size": 520,
      "fields": {
        "cpu_acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cpu_cx_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "cpu_cx_lowest": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "cpu_cx_lowest_lim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 444
        },
        "cpu_cx_states": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acpi_cx"
            }
          },
          "offset": 40
        },
        "cpu_cx_stats": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 380
        },
        "cpu_cx_supported": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 452
        },
        "cpu_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "cpu_disable_idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "cpu_features": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "cpu_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cpu_non_c2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "cpu_non_c3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        },
        "cpu_p_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cpu_p_blk_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cpu_pcpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcpu"
            }
          },
          "offset": 16
        },
        "cpu_prev_sleep": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "cpu_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 416
        },
        "cpu_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 432
        }
      },
      "kind": "struct"
    },
    "acpi_create_field_info": {
      "size": 72,
      "fields": {
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "BankValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ConnectionNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "DataRegisterNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "FieldBitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "FieldBitPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "FieldNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 8
        },
        "FieldType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "PinNumberIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "RegionNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "RegisterNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ResourceBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "acpi_cx": {
      "size": 40,
      "fields": {
        "do_mwait": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 28
        },
        "mwait_bm_avoidance": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 37
        },
        "mwait_hint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mwait_hw_coord": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 36
        },
        "p_lvlx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "res_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "trans_lat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_data_table_space_context": {
      "size": 8,
      "fields": {
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_descriptor": {
      "size": 200,
      "fields": {
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_COMMON_DESCRIPTOR"
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NAMESPACE_NODE"
          },
          "offset": 0
        },
        "Object": {
          "type": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          },
          "offset": 0
        },
        "Op": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_OBJECT"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_device": {
      "size": 64,
      "fields": {
        "ad_cls_class": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ad_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ad_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ad_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ad_rl": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 48
        },
        "dsd": {
          "type": {
            "kind": "struct",
            "name": "ACPI_BUFFER"
          },
          "offset": 24
        },
        "dsd_pkg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OBJECT"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "acpi_device_info": {
      "size": 96,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ClassCode": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID"
          },
          "offset": 72
        },
        "CompatibleIdList": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID_LIST"
          },
          "offset": 88
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "HardwareId": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID"
          },
          "offset": 40
        },
        "HighestDstates": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "InfoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "LowestDstates": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "Name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ParamCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "UniqueId": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PNP_DEVICE_ID"
          },
          "offset": 56
        },
        "Valid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "acpi_device_scan_ctx": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "user_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_device_walk_info": {
      "size": 32,
      "fields": {
        "DeviceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "EvaluateInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_EVALUATE_INFO"
            }
          },
          "offset": 8
        },
        "Num_INI": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Num_STA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TableDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_TABLE_DESC"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_dmar_device_scope": {
      "size": 6,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "EntryType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "EnumerationId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_dmar_hardware_unit": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_DMAR_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "acpi_dmar_header": {
      "size": 4,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_dmar_pci_path": {
      "size": 2,
      "fields": {
        "Device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "acpi_dmar_reserved_memory": {
      "size": 24,
      "fields": {
        "BaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "EndAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_DMAR_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "acpi_ec_params": {
      "size": 24,
      "fields": {
        "glk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "gpe_bit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "gpe_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_ec_softc": {
      "size": 120,
      "fields": {
        "ec_burstactive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "ec_csr_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ec_csr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 72
        },
        "ec_csr_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ec_csr_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ec_data_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ec_data_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "ec_data_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ec_data_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ec_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ec_gencount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "ec_glk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ec_glkhandle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "ec_gpebit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ec_gpehandle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ec_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ec_sci_pend": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "ec_suspending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "ec_uid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_evaluate_info": {
      "size": 88,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 86
        },
        "FullPathname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "NodeFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "ObjDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OPERAND_OBJECT"
            }
          },
          "offset": 32
        },
        "ParamCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "Parameters": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "ACPI_OPERAND_OBJECT"
              }
            }
          },
          "offset": 16
        },
        "ParentPackage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 64
        },
        "PassNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "Predefined": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PREDEFINED_INFO"
            }
          },
          "offset": 48
        },
        "PrefixNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "RelativePathname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ReturnBtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ReturnFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ReturnObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OPERAND_OBJECT"
            }
          },
          "offset": 56
        },
        "ReturnObjectType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        }
      },
      "kind": "struct"
    },
    "acpi_exception_info": {
      "size": 8,
      "fields": {
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_fadt_info": {
      "size": 16,
      "fields": {
        "Address32": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Address64": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "DefaultLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_fadt_pm_info": {
      "size": 16,
      "fields": {
        "RegisterNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "Source": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GENERIC_ADDRESS"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_ffh_info": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_fixed_event_handler": {
      "size": 16,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_fixed_event_info": {
      "size": 6,
      "fields": {
        "EnableBitMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "EnableRegisterId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "StatusBitMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "StatusRegisterId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_generic_address": {
      "size": 12,
      "fields": {
        "AccessWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "BitWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_generic_state": {
      "size": 80,
      "fields": {
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_COMMON_STATE"
          },
          "offset": 0
        },
        "Control": {
          "type": {
            "kind": "struct",
            "name": "ACPI_CONTROL_STATE"
          },
          "offset": 0
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NOTIFY_INFO"
          },
          "offset": 0
        },
        "ParseScope": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PSCOPE_STATE"
          },
          "offset": 0
        },
        "Pkg": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PKG_STATE"
          },
          "offset": 0
        },
        "Results": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESULT_VALUES"
          },
          "offset": 0
        },
        "Scope": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SCOPE_STATE"
          },
          "offset": 0
        },
        "Thread": {
          "type": {
            "kind": "struct",
            "name": "ACPI_THREAD_STATE"
          },
          "offset": 0
        },
        "Update": {
          "type": {
            "kind": "struct",
            "name": "ACPI_UPDATE_STATE"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_get_devices_info": {
      "size": 24,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "Hid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "UserFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_global_notify_handler": {
      "size": 16,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_block_info": {
      "size": 72,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "BlockBaseNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "EventInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_EVENT_INFO"
            }
          },
          "offset": 40
        },
        "GpeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "Initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_block_info"
            }
          },
          "offset": 16
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "Previous": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_block_info"
            }
          },
          "offset": 8
        },
        "RegisterCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "RegisterInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_REGISTER_INFO"
            }
          },
          "offset": 32
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "XruptBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_xrupt_info"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_device_info": {
      "size": 24,
      "fields": {
        "GpeDevice": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "Index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "NextBlockBaseIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_dispatch_info": {
      "size": 8,
      "fields": {
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_HANDLER_INFO"
            }
          },
          "offset": 0
        },
        "MethodNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_NOTIFY_INFO"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_gpe_event_info": {
      "size": 24,
      "fields": {
        "DisableForDispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "Dispatch": {
          "type": {
            "kind": "union",
            "name": "acpi_gpe_dispatch_info"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "GpeNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "RegisterInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_register_info"
            }
          },
          "offset": 8
        },
        "RuntimeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_handler_info": {
      "size": 32,
      "fields": {
        "Address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "MethodNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "OriginalFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "OriginallyEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_notify_info": {
      "size": 16,
      "fields": {
        "DeviceNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_notify_info"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_register_info": {
      "size": 30,
      "fields": {
        "BaseGpeNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "EnableAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 12
        },
        "EnableForRun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "EnableForWake": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "EnableMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "MaskForRun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "StatusAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_walk_info": {
      "size": 24,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ExecuteByOwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "GpeBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_BLOCK_INFO"
            }
          },
          "offset": 8
        },
        "GpeDevice": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 0
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "acpi_gpe_xrupt_info": {
      "size": 32,
      "fields": {
        "GpeBlockListHead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_BLOCK_INFO"
            }
          },
          "offset": 16
        },
        "InterruptNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_xrupt_info"
            }
          },
          "offset": 8
        },
        "Previous": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_gpe_xrupt_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_hest_aer": {
      "size": 44,
      "fields": {
        "Aer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_AER_COMMON"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_hest_aer_bridge": {
      "size": 56,
      "fields": {
        "AdvancedCapabilities2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "Aer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_AER_COMMON"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "UncorrectableMask2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "UncorrectableSeverity2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "acpi_hest_aer_common": {
      "size": 40,
      "fields": {
        "AdvancedCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "CorrectableMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "DeviceControl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "UncorrectableMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "UncorrectableSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "acpi_hest_aer_root": {
      "size": 48,
      "fields": {
        "Aer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_AER_COMMON"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "RootErrorCommand": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "acpi_hest_generic": {
      "size": 64,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ErrorBlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ErrorStatusAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 20
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxRawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 32
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RelatedSourceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "acpi_hest_generic_data": {
      "size": 64,
      "fields": {
        "ErrorDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ErrorSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "FruId": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "FruText": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "SectionType": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ValidationBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "acpi_hest_generic_data_v300": {
      "size": 72,
      "fields": {
        "ErrorDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ErrorSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "FruId": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "FruText": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "SectionType": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "TimeStamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ValidationBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "acpi_hest_generic_status": {
      "size": 20,
      "fields": {
        "BlockStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ErrorSeverity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "RawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RawDataOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_hest_generic_v2": {
      "size": 92,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ErrorBlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ErrorStatusAddress": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 20
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxRawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 32
        },
        "ReadAckPreserve": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 76
        },
        "ReadAckRegister": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 64
        },
        "ReadAckWrite": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 84
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RelatedSourceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "acpi_hest_header": {
      "size": 4,
      "fields": {
        "SourceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_hest_ia_corrected": {
      "size": 48,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 16
        },
        "NumHardwareBanks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        }
      },
      "kind": "struct"
    },
    "acpi_hest_ia_deferred_check": {
      "size": 48,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_NOTIFY"
          },
          "offset": 16
        },
        "NumHardwareBanks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        }
      },
      "kind": "struct"
    },
    "acpi_hest_ia_machine_check": {
      "size": 40,
      "fields": {
        "Enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "GlobalCapabilityData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "GlobalControlData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "NumHardwareBanks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved3": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "acpi_hest_ia_nmi": {
      "size": 20,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_HEADER"
          },
          "offset": 0
        },
        "MaxRawDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MaxSectionsPerRecord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "RecordsToPreallocate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_hest_notify": {
      "size": 28,
      "fields": {
        "ConfigWriteEnable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ErrorThresholdValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ErrorThresholdWindow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PollInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PollingThresholdValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PollingThresholdWindow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_hpcib_softc": {
      "size": 88,
      "fields": {
        "ap_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ap_bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ap_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ap_dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "ap_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ap_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ap_host_res": {
          "type": {
            "kind": "struct",
            "name": "pcib_host_resources"
          },
          "offset": 64
        },
        "ap_osc_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ap_prt": {
          "type": {
            "kind": "struct",
            "name": "ACPI_BUFFER"
          },
          "offset": 48
        },
        "ap_segment": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_iicbus_ivars": {
      "size": 32,
      "fields": {
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "super_ivar": {
          "type": {
            "kind": "struct",
            "name": "iicbus_ivar"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_iicbus_softc": {
      "size": 96,
      "fields": {
        "space_handler_info": {
          "type": {
            "kind": "struct",
            "name": "ACPI_CONNECTION_INFO"
          },
          "offset": 72
        },
        "space_handler_installed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 88
        },
        "super_sc": {
          "type": {
            "kind": "struct",
            "name": "iicbus_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_init_walk_info": {
      "size": 64,
      "fields": {
        "BufferCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "BufferInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "DeviceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "FieldCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "FieldInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "MethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "NonSerialMethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ObjectCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OpRegionCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "OpRegionInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "PackageCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "PackageInit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "SerialMethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SerializedMethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TableIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_interface": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 0
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_interface_info": {
      "size": 24,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_interface_info"
            }
          },
          "offset": 8
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "acpi_intr": {
      "size": 56,
      "fields": {
        "ai_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "ai_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ai_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "ai_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "ai_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9584604d666a6657"
          },
          "offset": 0
        },
        "ai_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ai_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_io_attribute": {
      "size": 4,
      "fields": {
        "RangeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Translation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TranslationType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_ioctl_hook": {
      "size": 40,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_450438f5989b46ac"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_isab_softc": {
      "size": 16,
      "fields": {
        "ap_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ap_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_lid_softc": {
      "size": 32,
      "fields": {
        "lid_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "lid_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 24
        },
        "lid_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "lid_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_madt_interrupt_override": {
      "size": 10,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "GlobalIrq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "SourceIrq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "acpi_madt_io_apic": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "GlobalIrqBase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "acpi_madt_local_apic": {
      "size": 8,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "LapicFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ProcessorId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_madt_local_apic_nmi": {
      "size": 6,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "Lint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ProcessorId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_madt_local_x2apic": {
      "size": 16,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "LapicFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "LocalApicId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "acpi_madt_local_x2apic_nmi": {
      "size": 12,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Lint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "Uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_madt_nmi_source": {
      "size": 8,
      "fields": {
        "GlobalIrq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "IntiFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_mcfg_allocation": {
      "size": 16,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "EndBusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "PciSegment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "StartBusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_mem_mapping": {
      "size": 32,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "LogicalAddress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "NextMm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_mem_mapping"
            }
          },
          "offset": 24
        },
        "PhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_mem_space_context": {
      "size": 32,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "CurMm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_MEM_MAPPING"
            }
          },
          "offset": 16
        },
        "FirstMm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_MEM_MAPPING"
            }
          },
          "offset": 24
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_memory_attribute": {
      "size": 4,
      "fields": {
        "Caching": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RangeType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Translation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_memory_list": {
      "size": 24,
      "fields": {
        "CurrentDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ListHead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ListName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "MaxDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ObjectSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_mutex": {
      "size": 88,
      "fields": {
        "am_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "am_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "am_nested": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "am_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 64
        },
        "am_reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "am_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "acpi_mutex_info": {
      "size": 24,
      "fields": {
        "Mutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ThreadId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "UseCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_name_info": {
      "size": 7,
      "fields": {
        "ArgumentList": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ExpectedBtypes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_name_union": {
      "size": 4,
      "fields": {
        "Ascii": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_namespace_node": {
      "size": 48,
      "fields": {
        "Child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Name": {
          "type": {
            "kind": "union",
            "name": "ACPI_NAME_UNION"
          },
          "offset": 12
        },
        "Object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 16
        },
        "Peer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 32
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_namestring_info": {
      "size": 40,
      "fields": {
        "ExternalName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "FullyQualified": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "InternalName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "NextExternalChar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "NumCarats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "NumSegments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "acpi_notify_info": {
      "size": 40,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Global": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GLOBAL_NOTIFY_HANDLER"
            }
          },
          "offset": 32
        },
        "HandlerListHead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "HandlerListId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_object": {
      "size": 24,
      "fields": {
        "Buffer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_19cbe0931fe9377d"
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d7654f153f977c98"
          },
          "offset": 0
        },
        "Package": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9bf5cd20056c3fdb"
          },
          "offset": 0
        },
        "PowerResource": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f67f8224ee01306"
          },
          "offset": 0
        },
        "Processor": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f19f04de42ccd764"
          },
          "offset": 0
        },
        "Reference": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4fb5fb78bc247a0d"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2328aef29ef37611"
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_object_addr_handler": {
      "size": 72,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ContextMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "HandlerFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 64
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 56
        },
        "Setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_bank_field": {
      "size": 56,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BankObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 48
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_object_buffer": {
      "size": 48,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 40
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_buffer_field": {
      "size": 48,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "BufferObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "IsCreateField": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_object_cache_list": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_common": {
      "size": 16,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_data": {
      "size": 32,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_device": {
      "size": 48,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "GpeBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_GPE_BLOCK_INFO"
            }
          },
          "offset": 40
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_event": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "OsSemaphore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_extra": {
      "size": 56,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Method_REG": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionContext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ScopeNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_field_common": {
      "size": 48,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_object_index_field": {
      "size": 56,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DataObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 48
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "IndexObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_object_integer": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Fill": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_object_list": {
      "size": 16,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OBJECT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_object_method": {
      "size": 56,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Dispatch": {
          "type": {
            "kind": "union",
            "name": "unnamed_00110765242fcf5f"
          },
          "offset": 40
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "InfoFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Mutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 16
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "ParamCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "SyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ThreadCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_mutex": {
      "size": 72,
      "fields": {
        "AcquisitionDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 48
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 56
        },
        "OriginalSyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "OsMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "OwnerThread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_thread_state"
            }
          },
          "offset": 32
        },
        "Prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "SyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ThreadId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_notify_common": {
      "size": 40,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_notify_handler": {
      "size": 64,
      "fields": {
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "HandlerType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Next": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 48
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_package": {
      "size": 48,
      "fields": {
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Elements": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 24
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_power_resource": {
      "size": 48,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ResourceOrder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "SystemLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_processor": {
      "size": 48,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ProcId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_reference": {
      "size": 64,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "Class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "IndexPointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 24
        },
        "Object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Resolved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "TargetType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "Where": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_object_region": {
      "size": 64,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_region_field": {
      "size": 72,
      "fields": {
        "AccessByteWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "AccessLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "BaseByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "FieldFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "InternalPccBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "PinNumberIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RegionObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 40
        },
        "ResourceBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "StartFieldBitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_object_string": {
      "size": 32,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_object_thermal_zone": {
      "size": 40,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "NextObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "NotifyList": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "ReferenceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acpi_opcode_info": {
      "size": 16,
      "fields": {
        "Class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ObjectType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ParseArgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RuntimeArgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "acpi_operand_object": {
      "size": 72,
      "fields": {
        "AddressSpace": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_ADDR_HANDLER"
          },
          "offset": 0
        },
        "BankField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_BANK_FIELD"
          },
          "offset": 0
        },
        "Buffer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_BUFFER"
          },
          "offset": 0
        },
        "BufferField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_BUFFER_FIELD"
          },
          "offset": 0
        },
        "Cache": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_CACHE_LIST"
          },
          "offset": 0
        },
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_COMMON"
          },
          "offset": 0
        },
        "CommonField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_FIELD_COMMON"
          },
          "offset": 0
        },
        "CommonNotify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_NOTIFY_COMMON"
          },
          "offset": 0
        },
        "Data": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_DATA"
          },
          "offset": 0
        },
        "Device": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_DEVICE"
          },
          "offset": 0
        },
        "Event": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_EVENT"
          },
          "offset": 0
        },
        "Extra": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_EXTRA"
          },
          "offset": 0
        },
        "Field": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_REGION_FIELD"
          },
          "offset": 0
        },
        "IndexField": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_INDEX_FIELD"
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_INTEGER"
          },
          "offset": 0
        },
        "Method": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_METHOD"
          },
          "offset": 0
        },
        "Mutex": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_MUTEX"
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NAMESPACE_NODE"
          },
          "offset": 0
        },
        "Notify": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_NOTIFY_HANDLER"
          },
          "offset": 0
        },
        "Package": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_PACKAGE"
          },
          "offset": 0
        },
        "PowerResource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_POWER_RESOURCE"
          },
          "offset": 0
        },
        "Processor": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_PROCESSOR"
          },
          "offset": 0
        },
        "Reference": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_REFERENCE"
          },
          "offset": 0
        },
        "Region": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_REGION"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_STRING"
          },
          "offset": 0
        },
        "ThermalZone": {
          "type": {
            "kind": "struct",
            "name": "ACPI_OBJECT_THERMAL_ZONE"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_package_info": {
      "size": 7,
      "fields": {
        "Count1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Count2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ObjectType1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ObjectType2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_package_info2": {
      "size": 7,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ObjectType": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_package_info3": {
      "size": 7,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ObjectType": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "TailObjectType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_package_info4": {
      "size": 7,
      "fields": {
        "Count1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ObjectType1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PkgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "SubObjectTypes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_parse_obj_asl": {
      "size": 200,
      "fields": {
        "AcpiBtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "AmlOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "AmlOpcodeLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 170
        },
        "AmlPkgLenBytes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 171
        },
        "AmlSubtreeLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ArgListLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "Child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 56
        },
        "Column": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "CompileFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "EndLine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "EndLogicalLine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ExternalName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "Extra": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 172
        },
        "ExtraValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "FileChanged": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "Filename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "FinalAmlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "FinalAmlOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "LineNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "LogicalByteOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "LogicalLineNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "NameSeg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "Namepath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "ParentFilename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "ParentMethod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 64
        },
        "ParseOpName": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 173
        },
        "ParseOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "Value": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_VALUE"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "acpi_parse_obj_common": {
      "size": 56,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ArgListLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "Value": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_VALUE"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "acpi_parse_obj_named": {
      "size": 80,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlOpcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ArgListLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "Name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 32
        },
        "Parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "Path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "Value": {
          "type": {
            "kind": "union",
            "name": "ACPI_PARSE_VALUE"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "acpi_parse_object": {
      "size": 200,
      "fields": {
        "Asl": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_OBJ_ASL"
          },
          "offset": 0
        },
        "Common": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_OBJ_COMMON"
          },
          "offset": 0
        },
        "Named": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_OBJ_NAMED"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_parse_resource_set": {
      "size": 88,
      "fields": {
        "set_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "set_drq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "set_end_dependent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "set_ext_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "set_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_ioport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "set_iorange": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "set_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "set_memory": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "set_memoryrange": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "set_start_dependent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "acpi_parse_state": {
      "size": 80,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "AmlEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "AmlSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "AmlStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PkgEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "PkgStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "Scope": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_generic_state"
            }
          },
          "offset": 56
        },
        "StartNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 48
        },
        "StartOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 40
        },
        "StartScope": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "acpi_parse_value": {
      "size": 8,
      "fields": {
        "Arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 0
        },
        "Buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Integer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Tag": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TAG_INFO"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_pcc_info": {
      "size": 16,
      "fields": {
        "InternalBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SubspaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_pci_device": {
      "size": 16,
      "fields": {
        "Device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_pci_device"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_pci_devinfo": {
      "size": 376,
      "fields": {
        "ap_dinfo": {
          "type": {
            "kind": "struct",
            "name": "pci_devinfo"
          },
          "offset": 0
        },
        "ap_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "ap_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 360
        }
      },
      "kind": "struct"
    },
    "acpi_pci_id": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_pci_link_softc": {
      "size": 24,
      "fields": {
        "pl_crs_bad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "pl_links": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "link"
            }
          },
          "offset": 8
        },
        "pl_num_links": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_pci_routing_table": {
      "size": 24,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Pin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Source": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "SourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_pcib_softc": {
      "size": 968,
      "fields": {
        "ap_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 944
        },
        "ap_pcibsc": {
          "type": {
            "kind": "struct",
            "name": "pcib_softc"
          },
          "offset": 0
        },
        "ap_prt": {
          "type": {
            "kind": "struct",
            "name": "ACPI_BUFFER"
          },
          "offset": 952
        }
      },
      "kind": "struct"
    },
    "acpi_perf_softc": {
      "size": 80,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "info_only": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "perf_ctrl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "perf_ctrl_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "perf_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "perf_sts_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "px_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "px_curr_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "px_max_avail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "px_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "px_states": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_px"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "acpi_pkg_info": {
      "size": 24,
      "fields": {
        "FreeSpace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "NumPackages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ObjectSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_pkg_state": {
      "size": 64,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "DestObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 32
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "NumPackages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "SourceObject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ThisTargetObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "WalkState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_walk_state"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "acpi_pld_info": {
      "size": 34,
      "fields": {
        "Bay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Blue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "CabinetNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "CardCageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Dock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "Ejectable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Green": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "GroupOrientation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "GroupPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "GroupToken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "Height": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "HorizontalOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "HorizontalPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "IgnoreColor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Lid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Order": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "OspmEjectRequired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Panel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Red": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Reference": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Rotation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "Shape": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "UserVisible": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "VerticalOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "VerticalPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "acpi_pnp_device_id": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "String": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_pnp_device_id_list": {
      "size": 8,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Ids": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_PNP_DEVICE_ID"
            }
          },
          "offset": 8
        },
        "ListSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_port_info": {
      "size": 16,
      "fields": {
        "End": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "OsiDependency": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_powerconsumer": {
      "size": 48,
      "fields": {
        "ac_consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ac_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7c2725da82595554"
          },
          "offset": 16
        },
        "ac_references": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4d261ab5c7c58a3c"
          },
          "offset": 32
        },
        "ac_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_powerconsumer_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerconsumer"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_powerconsumer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_powerreference": {
      "size": 48,
      "fields": {
        "ar_clink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_00c0fc7b61d78ebc"
          },
          "offset": 32
        },
        "ar_consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerconsumer"
            }
          },
          "offset": 0
        },
        "ar_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerresource"
            }
          },
          "offset": 8
        },
        "ar_rlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_00c0fc7b61d78ebc"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_powerresource": {
      "size": 56,
      "fields": {
        "ap_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73b8f1d2f1aee720"
          },
          "offset": 0
        },
        "ap_order": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ap_references": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4d261ab5c7c58a3c"
          },
          "offset": 16
        },
        "ap_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ap_systemlevel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "acpi_powerresource_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerresource"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_powerresource"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_predefined_info": {
      "size": 7,
      "fields": {
        "Info": {
          "type": {
            "kind": "struct",
            "name": "ACPI_NAME_INFO"
          },
          "offset": 0
        },
        "RetInfo": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO"
          },
          "offset": 0
        },
        "RetInfo2": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO2"
          },
          "offset": 0
        },
        "RetInfo3": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO3"
          },
          "offset": 0
        },
        "RetInfo4": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PACKAGE_INFO4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_predefined_names": {
      "size": 24,
      "fields": {
        "Name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_prw_data": {
      "size": 216,
      "fields": {
        "gpe_bit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "gpe_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "lowest_wake": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "power_res": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ACPI_OBJECT"
            }
          },
          "offset": 16
        },
        "power_res_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "acpi_pscope_state": {
      "size": 56,
      "fields": {
        "ArgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ArgEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "ArgList": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_parse_object"
            }
          },
          "offset": 24
        },
        "PkgEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_px": {
      "size": 24,
      "fields": {
        "bm_lat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "core_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ctrl_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sts_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "trans_lat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_q_entry": {
      "size": 16,
      "fields": {
        "match": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_q_rule"
            }
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_q_rule": {
      "size": 24,
      "fields": {
        "sig": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "enum",
            "name": "val_t"
          },
          "offset": 4
        },
        "x": {
          "type": {
            "kind": "union",
            "name": "unnamed_a5555c6510a41455"
          },
          "offset": 8
        },
        "y": {
          "type": {
            "kind": "union",
            "name": "unnamed_34444f2e9f09afa8"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_reg_walk_info": {
      "size": 12,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RegRunCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_repair_info": {
      "size": 16,
      "fields": {
        "Name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "RepairFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_res_context": {
      "size": 24,
      "fields": {
        "ar_ndrq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ar_nio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ar_nirq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ar_nmem": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ar_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_resource": {
      "size": 68,
      "fields": {
        "Data": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_DATA"
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_address": {
      "size": 9,
      "fields": {
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_address16": {
      "size": 30,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS16_ATTRIBUTE"
          },
          "offset": 9
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 19
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_address32": {
      "size": 40,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS32_ATTRIBUTE"
          },
          "offset": 9
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 29
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_address64": {
      "size": 60,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS64_ATTRIBUTE"
          },
          "offset": 9
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 49
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_attribute": {
      "size": 4,
      "fields": {
        "Io": {
          "type": {
            "kind": "struct",
            "name": "ACPI_IO_ATTRIBUTE"
          },
          "offset": 0
        },
        "Mem": {
          "type": {
            "kind": "struct",
            "name": "ACPI_MEMORY_ATTRIBUTE"
          },
          "offset": 0
        },
        "TypeSpecific": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_resource_common_serialbus": {
      "size": 29,
      "fields": {
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_resource_context": {
      "size": 32,
      "fields": {
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "ignore_producer_flag": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_parse_resource_set"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_csi2_serialbus": {
      "size": 31,
      "fields": {
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "LocalPortInstance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "PhyType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_resource_data": {
      "size": 60,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS"
          },
          "offset": 0
        },
        "Address16": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS16"
          },
          "offset": 0
        },
        "Address32": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS32"
          },
          "offset": 0
        },
        "Address64": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_ADDRESS64"
          },
          "offset": 0
        },
        "CommonSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_COMMON_SERIALBUS"
          },
          "offset": 0
        },
        "Csi2SerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_CSI2_SERIALBUS"
          },
          "offset": 0
        },
        "Dma": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_DMA"
          },
          "offset": 0
        },
        "EndTag": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_END_TAG"
          },
          "offset": 0
        },
        "ExtAddress64": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_EXTENDED_ADDRESS64"
          },
          "offset": 0
        },
        "ExtendedIrq": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_EXTENDED_IRQ"
          },
          "offset": 0
        },
        "FixedDma": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_FIXED_DMA"
          },
          "offset": 0
        },
        "FixedIo": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_FIXED_IO"
          },
          "offset": 0
        },
        "FixedMemory32": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_FIXED_MEMORY32"
          },
          "offset": 0
        },
        "GenericReg": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_GENERIC_REGISTER"
          },
          "offset": 0
        },
        "Gpio": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_GPIO"
          },
          "offset": 0
        },
        "I2cSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_I2C_SERIALBUS"
          },
          "offset": 0
        },
        "Io": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_IO"
          },
          "offset": 0
        },
        "Irq": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_IRQ"
          },
          "offset": 0
        },
        "Memory24": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_MEMORY24"
          },
          "offset": 0
        },
        "Memory32": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_MEMORY32"
          },
          "offset": 0
        },
        "PinConfig": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_CONFIG"
          },
          "offset": 0
        },
        "PinFunction": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_FUNCTION"
          },
          "offset": 0
        },
        "PinGroup": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_GROUP"
          },
          "offset": 0
        },
        "PinGroupConfig": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_GROUP_CONFIG"
          },
          "offset": 0
        },
        "PinGroupFunction": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_PIN_GROUP_FUNCTION"
          },
          "offset": 0
        },
        "SpiSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SPI_SERIALBUS"
          },
          "offset": 0
        },
        "StartDpf": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_START_DEPENDENT"
          },
          "offset": 0
        },
        "UartSerialBus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_UART_SERIALBUS"
          },
          "offset": 0
        },
        "Vendor": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_VENDOR"
          },
          "offset": 0
        },
        "VendorTyped": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_VENDOR_TYPED"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "acpi_resource_dma": {
      "size": 5,
      "fields": {
        "BusMaster": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ChannelCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Channels": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "Transfer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_end_tag": {
      "size": 1,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_extended_address64": {
      "size": 58,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_ADDRESS64_ATTRIBUTE"
          },
          "offset": 10
        },
        "Decode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Info": {
          "type": {
            "kind": "union",
            "name": "ACPI_RESOURCE_ATTRIBUTE"
          },
          "offset": 5
        },
        "MaxAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "MinAddressFixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RevisionID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecific": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "acpi_resource_extended_irq": {
      "size": 21,
      "fields": {
        "InterruptCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Interrupts": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "Polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 6
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Triggering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "WakeCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_resource_fixed_dma": {
      "size": 5,
      "fields": {
        "Channels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "RequestLines": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_resource_fixed_io": {
      "size": 3,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_resource_fixed_memory32": {
      "size": 9,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_generic_register": {
      "size": 12,
      "fields": {
        "AccessSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "BitWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "SpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_gpio": {
      "size": 44,
      "fields": {
        "ConnectionType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DebounceTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "DriveStrength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "IoRestriction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 13
        },
        "Polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 17
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Triggering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15
        },
        "WakeCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "acpi_resource_i2c_serialbus": {
      "size": 36,
      "fields": {
        "AccessMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_resource_io": {
      "size": 7,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "IoDecode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "acpi_resource_irq": {
      "size": 7,
      "fields": {
        "DescriptorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "InterruptCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Interrupts": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "Polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Triggering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "WakeCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_resource_label": {
      "size": 10,
      "fields": {
        "StringLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "StringPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_resource_memory24": {
      "size": 9,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_memory32": {
      "size": 17,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 13
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "WriteProtect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_pin_config": {
      "size": 39,
      "fields": {
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 23
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 12
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_resource_pin_function": {
      "size": 36,
      "fields": {
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 9
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "acpi_resource_pin_group": {
      "size": 32,
      "fields": {
        "PinTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6
        },
        "PinTableLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceLabel": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_LABEL"
          },
          "offset": 14
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_resource_pin_group_config": {
      "size": 39,
      "fields": {
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "ResourceSourceLabel": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_LABEL"
          },
          "offset": 21
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_resource_pin_group_function": {
      "size": 36,
      "fields": {
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 7
        },
        "ResourceSourceLabel": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_LABEL"
          },
          "offset": 18
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Shareable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "acpi_resource_source": {
      "size": 11,
      "fields": {
        "Index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "StringLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "StringPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "acpi_resource_spi_serialbus": {
      "size": 40,
      "fields": {
        "ClockPhase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ClockPolarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DataBitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "DevicePolarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "DeviceSelection": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "WireMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        }
      },
      "kind": "struct"
    },
    "acpi_resource_start_dependent": {
      "size": 3,
      "fields": {
        "CompatibilityPriority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DescriptorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "PerformanceRobustness": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_resource_uart_serialbus": {
      "size": 43,
      "fields": {
        "ConnectionSharing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "DataBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "DefaultBaudRate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 39
        },
        "Endian": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "FlowControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "LinesEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "Parity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "ProducerConsumer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ResourceSource": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE_SOURCE"
          },
          "offset": 10
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 35
        },
        "SlaveMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "StopBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "TxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 37
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "VendorData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_resource_vendor": {
      "size": 3,
      "fields": {
        "ByteData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ByteLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_resource_vendor_typed": {
      "size": 20,
      "fields": {
        "ByteData": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "ByteLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Uuid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "UuidSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_result_values": {
      "size": 80,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ObjDesc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_rsconvert_info": {
      "size": 4,
      "fields": {
        "AmlOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "acpi_rw_lock": {
      "size": 24,
      "fields": {
        "NumReaders": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ReaderMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "WriterMutex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_sci_handler_info": {
      "size": 24,
      "fields": {
        "Address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "Context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_sci_handler_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_scope_state": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_NAMESPACE_NODE"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_sema": {
      "size": 96,
      "fields": {
        "as_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 64
        },
        "as_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "as_maxunits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "as_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "as_reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "as_units": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "as_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "acpi_signal_fatal_info": {
      "size": 12,
      "fields": {
        "Argument": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_simple_repair_info": {
      "size": 24,
      "fields": {
        "Name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ObjectConverter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "PackageIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "UnexpectedBtypes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "acpi_sleep_functions": {
      "size": 16,
      "fields": {
        "ExtendedFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "LegacyFunction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_smbat_softc": {
      "size": 320,
      "fields": {
        "bix": {
          "type": {
            "kind": "struct",
            "name": "acpi_bix"
          },
          "offset": 16
        },
        "bix_lastupdated": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 288
        },
        "bst": {
          "type": {
            "kind": "struct",
            "name": "acpi_bst"
          },
          "offset": 272
        },
        "bst_lastupdated": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 304
        },
        "ec_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "sb_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_softc": {
      "size": 208,
      "fields": {
        "acpi_clone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "apm_clone_data"
            }
          },
          "offset": 120
        },
        "acpi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "acpi_dev_t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "acpi_do_disable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "acpi_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "acpi_handle_reboot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "acpi_lid_switch_sx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "acpi_next_sstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "acpi_power_button_sx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "acpi_resources_reserved": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "acpi_s4bios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "acpi_sleep_button_sx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "acpi_sleep_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "acpi_sleep_disabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "acpi_sstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "acpi_standby_sx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "acpi_suspend_sx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "acpi_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 32
        },
        "acpi_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 48
        },
        "acpi_verbose": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "acpi_wakeaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "acpi_wakephys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "apm_cdevs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_699b1ce80969d0d1"
          },
          "offset": 128
        },
        "susp_force_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "acpi_spinlock": {
      "size": 72,
      "fields": {
        "al_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "al_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "al_nested": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "acpi_srat_cpu_affinity": {
      "size": 16,
      "fields": {
        "ApicId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ClockDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "LocalSapicEid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ProximityDomainHi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "ProximityDomainLo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_srat_gicc_affinity": {
      "size": 18,
      "fields": {
        "AcpiProcessorUid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6
        },
        "ClockDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "ProximityDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "acpi_srat_mem_affinity": {
      "size": 40,
      "fields": {
        "BaseAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ProximityDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "acpi_srat_x2apic_cpu_affinity": {
      "size": 24,
      "fields": {
        "ApicId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ClockDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_SUBTABLE_HEADER"
          },
          "offset": 0
        },
        "ProximityDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "acpi_statistics": {
      "size": 36,
      "fields": {
        "FixedEventCount": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "GpeCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "MethodCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "SciCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_subtable_header": {
      "size": 2,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_system_info": {
      "size": 28,
      "fields": {
        "AcpiCaVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DebugLayer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "DebugLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "TimerResolution": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "acpi_table_cdat": {
      "size": 16,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "acpi_table_desc": {
      "size": 32,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_TABLE_HEADER"
            }
          },
          "offset": 8
        },
        "Signature": {
          "type": {
            "kind": "union",
            "name": "ACPI_NAME_UNION"
          },
          "offset": 20
        },
        "ValidationCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "acpi_table_dmar": {
      "size": 48,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "acpi_table_ecdt": {
      "size": 66,
      "fields": {
        "Control": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 36
        },
        "Data": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 48
        },
        "Gpe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "Uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "acpi_table_facs": {
      "size": 64,
      "fields": {
        "FirmwareWakingVector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "GlobalLock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "HardwareSignature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OspmFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "Reserved1": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "Signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "XFirmwareWakingVector": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "acpi_table_fadt": {
      "size": 276,
      "fields": {
        "AcpiDisable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "AcpiEnable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "ArmBootFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 129
        },
        "BootFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 109
        },
        "C2Latency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "C3Latency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "Century": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "CstControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "DayAlarm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "Dsdt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "DutyOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "DutyWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "Facs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "FlushSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "FlushStride": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "Gpe0Block": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "Gpe0BlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "Gpe1Base": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "Gpe1Block": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "Gpe1BlockLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "HypervisorId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 268
        },
        "MinorRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 131
        },
        "Model": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "MonthAlarm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "Pm1ControlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 89
        },
        "Pm1EventLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "Pm1aControlBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "Pm1aEventBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "Pm1bControlBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "Pm1bEventBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "Pm2ControlBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "Pm2ControlLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 90
        },
        "PmTimerBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "PmTimerLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 91
        },
        "PreferredProfile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "PstateControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 111
        },
        "ResetRegister": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 116
        },
        "ResetValue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "S4BiosRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "SciInterrupt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "SleepControl": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 244
        },
        "SleepStatus": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 256
        },
        "SmiCommand": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "XDsdt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 140
        },
        "XFacs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 132
        },
        "XGpe0Block": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 220
        },
        "XGpe1Block": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 232
        },
        "XPm1aControlBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 172
        },
        "XPm1aEventBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 148
        },
        "XPm1bControlBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 184
        },
        "XPm1bEventBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 160
        },
        "XPm2ControlBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 196
        },
        "XPmTimerBlock": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "acpi_table_header": {
      "size": 36,
      "fields": {
        "AslCompilerId": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "AslCompilerRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "OemId": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        },
        "OemRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "OemTableId": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_table_hest": {
      "size": 40,
      "fields": {
        "ErrorSourceCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_table_hpet": {
      "size": 56,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 40
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "MinimumTick": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 53
        },
        "Sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "acpi_table_list": {
      "size": 24,
      "fields": {
        "CurrentTableCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "MaxTableCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Tables": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_TABLE_DESC"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_table_madt": {
      "size": 44,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_table_mcfg": {
      "size": 44,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "acpi_table_rsdp": {
      "size": 36,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ExtendedChecksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "OemId": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 9
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "Revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "RsdtPhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Signature": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "XsdtPhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "acpi_table_rsdt": {
      "size": 40,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "TableOffsetEntry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "acpi_table_slit": {
      "size": 45,
      "fields": {
        "Entry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "LocalityCount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "acpi_table_spcr": {
      "size": 80,
      "fields": {
        "BaudRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "FlowControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "InterfaceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "Interrupt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 54
        },
        "InterruptType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "Parity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "PcInterrupt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "PciBus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "PciDevice": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "PciDeviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "PciFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 71
        },
        "PciFunction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "PciSegment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 75
        },
        "PciVendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "SerialPort": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 40
        },
        "StopBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "TerminalType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        }
      },
      "kind": "struct"
    },
    "acpi_table_srat": {
      "size": 48,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "TableRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "acpi_table_xsdt": {
      "size": 44,
      "fields": {
        "Header": {
          "type": {
            "kind": "struct",
            "name": "ACPI_TABLE_HEADER"
          },
          "offset": 0
        },
        "TableOffsetEntry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "acpi_tag_info": {
      "size": 8,
      "fields": {
        "BitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_task_ctx": {
      "size": 56,
      "fields": {
        "at_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "at_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "at_function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "at_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_thread_state": {
      "size": 40,
      "fields": {
        "AcquiredMutexList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 24
        },
        "CurrentSyncLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ThreadId": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "WalkStateList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_walk_state"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "acpi_throttle_softc": {
      "size": 40,
      "fields": {
        "cpu_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "cpu_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cpu_p_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cpu_p_blk_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cpu_p_cnt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "cpu_p_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cpu_thr_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "acpi_tz_softc": {
      "size": 384,
      "fields": {
        "tz_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tz_cooling_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "tz_cooling_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "tz_cooling_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 352
        },
        "tz_cooling_proc_running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "tz_cooling_saved_freq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        },
        "tz_cooling_started": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 40
        },
        "tz_cooling_updated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "tz_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "tz_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 80
        },
        "tz_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "tz_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "tz_insane_tmp_notified": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 348
        },
        "tz_requested": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "tz_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 56
        },
        "tz_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 72
        },
        "tz_temperature": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tz_thflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "tz_validchecks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "tz_zone": {
          "type": {
            "kind": "struct",
            "name": "acpi_tz_zone"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "acpi_tz_zone": {
      "size": 256,
      "fields": {
        "ac": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "al": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_BUFFER"
            }
          },
          "offset": 40
        },
        "cr3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "crt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "hot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "psl": {
          "type": {
            "kind": "struct",
            "name": "ACPI_BUFFER"
          },
          "offset": 216
        },
        "psv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "tc1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "tc2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "tsp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "tzp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "acpi_uart_compat_data": {
      "size": 48,
      "fields": {
        "cd_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_class"
            }
          },
          "offset": 8
        },
        "cd_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "cd_hid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cd_port_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "cd_quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cd_rclk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "cd_regiowidth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cd_regshft": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "acpi_update_state": {
      "size": 24,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "Object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 16
        },
        "State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "acpi_vendor_uuid": {
      "size": 17,
      "fields": {
        "Data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_vendor_walk_info": {
      "size": 24,
      "fields": {
        "Buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_BUFFER"
            }
          },
          "offset": 8
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Uuid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_VENDOR_UUID"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "acpi_walk_state": {
      "size": 1128,
      "fields": {
        "Aml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "AmlLastWhile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 952
        },
        "ArgCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ArgTypes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Arguments": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 152
        },
        "AscendingCallback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1120
        },
        "CallerReturnDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 960
        },
        "ControlState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_GENERIC_STATE"
            }
          },
          "offset": 968
        },
        "CurrentResult": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "DeferredNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 976
        },
        "DescendingCallback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1112
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ImplicitReturnObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 984
        },
        "LastPredicate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "LocalVariables": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 488
        },
        "MethodBreakpoint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "MethodCallNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 992
        },
        "MethodCallOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1000
        },
        "MethodDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 1008
        },
        "MethodIsNested": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 146
        },
        "MethodNestingDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "MethodNode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_namespace_node"
            }
          },
          "offset": 1016
        },
        "MethodPathname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1024
        },
        "NamespaceOverride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "Next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_walk_state"
            }
          },
          "offset": 0
        },
        "NextOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1096
        },
        "NextOpInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "NumOperands": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "Op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1032
        },
        "OpInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_OPCODE_INFO"
            }
          },
          "offset": 1040
        },
        "Opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "OperandIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Operands": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 872
        },
        "Origin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1048
        },
        "OwnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "Params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "acpi_operand_object"
              }
            }
          },
          "offset": 944
        },
        "ParseFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ParserState": {
          "type": {
            "kind": "struct",
            "name": "ACPI_PARSE_STATE"
          },
          "offset": 56
        },
        "PassNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "PrevArgTypes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "PrevOp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_PARSE_OBJECT"
            }
          },
          "offset": 1088
        },
        "ResultCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "ResultObj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 1056
        },
        "ResultSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "Results": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_GENERIC_STATE"
            }
          },
          "offset": 1064
        },
        "ReturnDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 1072
        },
        "ReturnUsed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ScopeDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "ScopeInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ACPI_GENERIC_STATE"
            }
          },
          "offset": 1080
        },
        "Thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_THREAD_STATE"
            }
          },
          "offset": 1104
        },
        "UserBreakpoint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "WalkType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "acthead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hfsc_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ada_quirk_entry": {
      "size": 40,
      "fields": {
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0fca7c26e0c015a6"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ada_softc": {
      "size": 6344,
      "fields": {
        "announce_buffer": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5944
        },
        "announce_temp": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5864
        },
        "ata_iddir": {
          "type": {
            "kind": "struct",
            "name": "ata_identify_log_pages"
          },
          "offset": 548
        },
        "ata_logdir": {
          "type": {
            "kind": "struct",
            "name": "ata_gp_log_dir"
          },
          "offset": 32
        },
        "cam_iosched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_iosched_softc"
            }
          },
          "offset": 0
        },
        "cpi": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq"
          },
          "offset": 1112
        },
        "delete_method": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9e3b0b200019dafd"
          },
          "offset": 1092
        },
        "disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 1600
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8b5773e192bc7624"
          },
          "offset": 20
        },
        "max_seq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1080
        },
        "optimal_nonseq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1072
        },
        "optimal_seq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1064
        },
        "outstanding_cmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "disk_params"
          },
          "offset": 1576
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0fca7c26e0c015a6"
          },
          "offset": 1088
        },
        "read_ahead": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1100
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sendordered_c": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1664
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_77f313b0e22c429d"
          },
          "offset": 16
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 1640
        },
        "sysctl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 1608
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 1656
        },
        "trim_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5840
        },
        "trim_lbas": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5856
        },
        "trim_max_ranges": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1096
        },
        "trim_ranges": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5848
        },
        "trim_req": {
          "type": {
            "kind": "struct",
            "name": "trim_request"
          },
          "offset": 1728
        },
        "valid_iddir_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1060
        },
        "valid_logdir_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 544
        },
        "write_cache": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1104
        },
        "zone_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8489a23838b1c4cc"
          },
          "offset": 28
        },
        "zone_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f614efeca1c9cf22"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ada_zone_desc": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8489a23838b1c4cc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "adapter": {
      "size": 3264,
      "fields": {
        "active_ulds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1372
        },
        "bh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "bs_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1548
        },
        "bt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "bt_map": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1368
        },
        "cal_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2528
        },
        "cal_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2716
        },
        "cal_current": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2712
        },
        "cal_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2720
        },
        "cal_info": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "clock_sync"
            }
          },
          "offset": 2592
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "cfcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1596
        },
        "cfg_file": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1564
        },
        "chan_map": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 520
        },
        "chip_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "chip_params"
            }
          },
          "offset": 2216
        },
        "clip_gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 560
        },
        "clip_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "clip_pending": {
          "type": {
            "kind": "struct",
            "name": "unnamed_22ccb886ff08c4cf"
          },
          "offset": 536
        },
        "clip_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_58428822692fb568"
            }
          },
          "offset": 528
        },
        "clip_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 568
        },
        "cryptocaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2324
        },
        "ctrlq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 2352
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 2336
        },
        "debug_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1380
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 152
        },
        "doorbells": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1360
        },
        "er_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1532
        },
        "error_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1384
        },
        "fatal_error_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3072
        },
        "fcoecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2328
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1376
        },
        "fw_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1500
        },
        "fwq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 2360
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 1440
        },
        "ifp_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1408
        },
        "ifp_lockname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1388
        },
        "incarnation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3148
        },
        "intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "intr_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "irq"
            }
          },
          "offset": 136
        },
        "iscsi_ulp_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 792
        },
        "iscsicaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2326
        },
        "iwarp_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 776
        },
        "iwt": {
          "type": {
            "kind": "struct",
            "name": "iw_tunables"
          },
          "offset": 784
        },
        "key_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_t"
            }
          },
          "offset": 1344
        },
        "ktls_tick": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3184
        },
        "l2t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "l2t_data"
            }
          },
          "offset": 800
        },
        "last_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3152
        },
        "last_op_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3168
        },
        "last_op_thr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 3160
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_549372bfd6125526"
          },
          "offset": 0
        },
        "linkcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2314
        },
        "lockname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2400
        },
        "lro_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        },
        "mbox": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 1448
        },
        "memwin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "memwin"
            }
          },
          "offset": 2816
        },
        "mmio_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "msix_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "msix_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "names": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devnames"
            }
          },
          "offset": 24
        },
        "nbmcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2312
        },
        "niccaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2318
        },
        "nrawf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 452
        },
        "num_resets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3144
        },
        "offload_map": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1364
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "adapter_params"
          },
          "offset": 1600
        },
        "pf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "t4_offload_policy"
            }
          },
          "offset": 736
        },
        "policy_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 744
        },
        "port": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "port_info"
              }
            }
          },
          "offset": 488
        },
        "rawf_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "rdmacaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2322
        },
        "reg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2728
        },
        "regs_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "regs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "reset_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3104
        },
        "reset_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 3136
        },
        "sc_do_rxcopy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "sc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2368
        },
        "sensor_resets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3176
        },
        "sfl": {
          "type": {
            "kind": "struct",
            "name": "unnamed_418e6dbf1173ecab"
          },
          "offset": 2448
        },
        "sfl_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2464
        },
        "sfl_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2416
        },
        "sge": {
          "type": {
            "kind": "struct",
            "name": "sge"
          },
          "offset": 160
        },
        "sge_gts_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "sge_kdoorbell_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "smt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smt_data"
            }
          },
          "offset": 808
        },
        "swintr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3172
        },
        "switchcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2316
        },
        "tc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3008
        },
        "tc_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3040
        },
        "tids": {
          "type": {
            "kind": "struct",
            "name": "tid_info"
          },
          "offset": 832
        },
        "tlst": {
          "type": {
            "kind": "struct",
            "name": "tls_tunables"
          },
          "offset": 1352
        },
        "toecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2320
        },
        "tom_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 680
        },
        "tp_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1516
        },
        "tq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "taskqueue"
              }
            }
          },
          "offset": 456
        },
        "traceq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1488
        },
        "tracer_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1496
        },
        "tracer_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1492
        },
        "tt": {
          "type": {
            "kind": "struct",
            "name": "tom_tunables"
          },
          "offset": 688
        },
        "udbs_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "udbs_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 96
        },
        "udbs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "vpd_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "vpd_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "vres": {
          "type": {
            "kind": "struct",
            "name": "t4_virt_res"
          },
          "offset": 2224
        },
        "vxlan_port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "vxlan_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        }
      },
      "kind": "struct"
    },
    "adapter_info": {
      "size": 40,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "gpio_intr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "gpio_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mdio_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mdio_ops"
            }
          },
          "offset": 24
        },
        "nports0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nports1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phy_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "adapter_params": {
      "size": 616,
      "fields": {
        "a_wnd": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 448
        },
        "b_wnd": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 512
        },
        "bs_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "bypass": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "chipid": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 582
        },
        "cim_la_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 576
        },
        "core_vdd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "dev_512sgl_mr": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 606
        },
        "devlog": {
          "type": {
            "kind": "struct",
            "name": "devlog_params"
          },
          "offset": 316
        },
        "eo_wr_cred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "er_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "ethoffload": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "filter2_wr_support": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "fpga": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "fr_nsmr_tpte_wr_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 605
        },
        "fw_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "hash_filter": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "max_ird_adapter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "max_ordird_qp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "max_pkts_per_eth_tx_pkts_wr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "mps_bg_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 600
        },
        "mtus": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 416
        },
        "nports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 580
        },
        "nsched_cls": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 612
        },
        "offload": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "ofldq_wr_cred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "pci": {
          "type": {
            "kind": "struct",
            "name": "pci_params"
          },
          "offset": 304
        },
        "port_caps32": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "portvec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 581
        },
        "rev": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 582
        },
        "rss": {
          "type": {
            "kind": "struct",
            "name": "rss_params"
          },
          "offset": 332
        },
        "scfg_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "sf_nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "sf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "sge": {
          "type": {
            "kind": "struct",
            "name": "sge_params"
          },
          "offset": 0
        },
        "smac_add_support": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 583
        },
        "tp": {
          "type": {
            "kind": "struct",
            "name": "tp_params"
          },
          "offset": 144
        },
        "tp_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "ulptx_memwrite_dsgl": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 604
        },
        "vfres": {
          "type": {
            "kind": "struct",
            "name": "vf_resources"
          },
          "offset": 340
        },
        "viid_smt_extn_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 607
        },
        "vpd": {
          "type": {
            "kind": "struct",
            "name": "vpd_params"
          },
          "offset": 192
        },
        "vpd_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        }
      },
      "kind": "struct"
    },
    "adapter_pre_reset_state": {
      "size": 1600,
      "fields": {
        "cfcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cfg_file": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "cryptocaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "fcoecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iscsicaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "linkcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "nbmcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "niccaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "nrawf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1556
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "adapter_params"
          },
          "offset": 60
        },
        "rawf_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1552
        },
        "rdmacaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "sge": {
          "type": {
            "kind": "struct",
            "name": "sge"
          },
          "offset": 1280
        },
        "switchcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "tids": {
          "type": {
            "kind": "struct",
            "name": "tid_info"
          },
          "offset": 768
        },
        "toecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "vres": {
          "type": {
            "kind": "struct",
            "name": "t4_virt_res"
          },
          "offset": 676
        }
      },
      "kind": "struct"
    },
    "adapter_t": {
      "size": 3264,
      "fields": {
        "active_ulds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1372
        },
        "bh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "bs_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1548
        },
        "bt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "bt_map": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1368
        },
        "cal_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2528
        },
        "cal_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2716
        },
        "cal_current": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2712
        },
        "cal_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2720
        },
        "cal_info": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "clock_sync"
            }
          },
          "offset": 2592
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "cfcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1596
        },
        "cfg_file": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1564
        },
        "chan_map": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 520
        },
        "chip_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "chip_params"
            }
          },
          "offset": 2216
        },
        "clip_gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 560
        },
        "clip_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "clip_pending": {
          "type": {
            "kind": "struct",
            "name": "unnamed_22ccb886ff08c4cf"
          },
          "offset": 536
        },
        "clip_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_58428822692fb568"
            }
          },
          "offset": 528
        },
        "clip_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 568
        },
        "cryptocaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2324
        },
        "ctrlq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 2352
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 2336
        },
        "debug_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1380
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 152
        },
        "doorbells": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1360
        },
        "er_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1532
        },
        "error_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1384
        },
        "fatal_error_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3072
        },
        "fcoecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2328
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1376
        },
        "fw_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1500
        },
        "fwq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 2360
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 1440
        },
        "ifp_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1408
        },
        "ifp_lockname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1388
        },
        "incarnation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3148
        },
        "intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "intr_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "irq"
            }
          },
          "offset": 136
        },
        "iscsi_ulp_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 792
        },
        "iscsicaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2326
        },
        "iwarp_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 776
        },
        "iwt": {
          "type": {
            "kind": "struct",
            "name": "iw_tunables"
          },
          "offset": 784
        },
        "key_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_t"
            }
          },
          "offset": 1344
        },
        "ktls_tick": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3184
        },
        "l2t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "l2t_data"
            }
          },
          "offset": 800
        },
        "last_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3152
        },
        "last_op_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3168
        },
        "last_op_thr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 3160
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_549372bfd6125526"
          },
          "offset": 0
        },
        "linkcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2314
        },
        "lockname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2400
        },
        "lro_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        },
        "mbox": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 1448
        },
        "memwin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "memwin"
            }
          },
          "offset": 2816
        },
        "mmio_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "msix_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "msix_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "names": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devnames"
            }
          },
          "offset": 24
        },
        "nbmcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2312
        },
        "niccaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2318
        },
        "nrawf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 452
        },
        "num_resets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3144
        },
        "offload_map": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1364
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "adapter_params"
          },
          "offset": 1600
        },
        "pf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "t4_offload_policy"
            }
          },
          "offset": 736
        },
        "policy_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 744
        },
        "port": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "port_info"
              }
            }
          },
          "offset": 488
        },
        "rawf_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "rdmacaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2322
        },
        "reg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2728
        },
        "regs_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "regs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "reset_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3104
        },
        "reset_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 3136
        },
        "sc_do_rxcopy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "sc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2368
        },
        "sensor_resets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3176
        },
        "sfl": {
          "type": {
            "kind": "struct",
            "name": "unnamed_418e6dbf1173ecab"
          },
          "offset": 2448
        },
        "sfl_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2464
        },
        "sfl_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2416
        },
        "sge": {
          "type": {
            "kind": "struct",
            "name": "sge"
          },
          "offset": 160
        },
        "sge_gts_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "sge_kdoorbell_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "smt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smt_data"
            }
          },
          "offset": 808
        },
        "swintr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3172
        },
        "switchcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2316
        },
        "tc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3008
        },
        "tc_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3040
        },
        "tids": {
          "type": {
            "kind": "struct",
            "name": "tid_info"
          },
          "offset": 832
        },
        "tlst": {
          "type": {
            "kind": "struct",
            "name": "tls_tunables"
          },
          "offset": 1352
        },
        "toecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2320
        },
        "tom_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 680
        },
        "tp_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1516
        },
        "tq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "taskqueue"
              }
            }
          },
          "offset": 456
        },
        "traceq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1488
        },
        "tracer_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1496
        },
        "tracer_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1492
        },
        "tt": {
          "type": {
            "kind": "struct",
            "name": "tom_tunables"
          },
          "offset": 688
        },
        "udbs_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "udbs_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 96
        },
        "udbs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "vpd_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "vpd_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "vres": {
          "type": {
            "kind": "struct",
            "name": "t4_virt_res"
          },
          "offset": 2224
        },
        "vxlan_port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "vxlan_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        }
      },
      "kind": "struct"
    },
    "addr_val_pair": {
      "size": 8,
      "fields": {
        "reg_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "addr_val_t": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ind_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pci_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "addrsel_policyent": {
      "size": 88,
      "fields": {
        "ape_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_eed33e3fc4aebf2a"
          },
          "offset": 0
        },
        "ape_policy": {
          "type": {
            "kind": "struct",
            "name": "in6_addrpolicy"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "addrsel_policyhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "addrsel_policyent"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "addrsel_policyent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "adjtime_args": {
      "size": 16,
      "fields": {
        "delta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 0
        },
        "delta_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "delta_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "olddelta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 8
        },
        "olddelta_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "olddelta_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "adp_state": {
      "size": 68,
      "fields": {
        "regs": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "adp_state_t": {
      "size": 68,
      "fields": {
        "regs": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ae_dev": {
      "size": 16,
      "fields": {
        "deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ae_rxd": {
      "size": 1536,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data": {
          "type": {
            "count": 1528,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ae_rxd_t": {
      "size": 1536,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data": {
          "type": {
            "count": 1528,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ae_softc": {
      "size": 472,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "dma_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 248
        },
        "dma_rxd_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "dma_rxd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 280
        },
        "dma_rxd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 256
        },
        "dma_txd_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "dma_txd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 288
        },
        "dma_txd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 264
        },
        "dma_txs_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "dma_txs_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 296
        },
        "dma_txs_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 272
        },
        "eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "int_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 176
        },
        "intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 40
        },
        "link_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 208
        },
        "mem": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 24
        },
        "miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "rxd_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ae_rxd_t"
            }
          },
          "offset": 336
        },
        "rxd_base_dma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 328
        },
        "rxd_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "spec_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 48
        },
        "spec_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 32
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ae_stats_t"
          },
          "offset": 388
        },
        "tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 112
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 240
        },
        "tx_inproc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 380
        },
        "txd_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "txd_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 344
        },
        "txd_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "txs_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "txs_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ae_txs_t"
            }
          },
          "offset": 352
        },
        "txs_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "wd_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 384
        }
      },
      "kind": "struct"
    },
    "ae_softc_t": {
      "size": 472,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "dma_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 248
        },
        "dma_rxd_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "dma_rxd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 280
        },
        "dma_rxd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 256
        },
        "dma_txd_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "dma_txd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 288
        },
        "dma_txd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 264
        },
        "dma_txs_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "dma_txs_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 296
        },
        "dma_txs_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 272
        },
        "eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "int_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 176
        },
        "intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 40
        },
        "link_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 208
        },
        "mem": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 24
        },
        "miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "rxd_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ae_rxd_t"
            }
          },
          "offset": 336
        },
        "rxd_base_dma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 328
        },
        "rxd_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "spec_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 48
        },
        "spec_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 32
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ae_stats_t"
          },
          "offset": 388
        },
        "tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 112
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 240
        },
        "tx_inproc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 380
        },
        "txd_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "txd_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 344
        },
        "txd_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "txs_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "txs_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ae_txs_t"
            }
          },
          "offset": 352
        },
        "txs_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "wd_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 384
        }
      },
      "kind": "struct"
    },
    "ae_stats": {
      "size": 84,
      "fields": {
        "rx_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_bcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_codeerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_crcerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_frag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_trunc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_abortcol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_bcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_excdefer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_latecol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_multicol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_singlecol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tx_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ae_stats_t": {
      "size": 84,
      "fields": {
        "rx_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_bcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_codeerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_crcerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_frag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_trunc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_abortcol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_bcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_excdefer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_latecol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_multicol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_singlecol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tx_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ae_txd": {
      "size": 4,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ae_txd_t": {
      "size": 4,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ae_txs": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ae_txs_t": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aes_cbc_ctx": {
      "size": 504,
      "fields": {
        "iv": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 488
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "rijndael_ctx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aes_cbc_mac_ctx": {
      "size": 296,
      "fields": {
        "block": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "blockIndex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "keysched": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "nonce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "nonceLength": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "rounds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "staging_block": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aes_ccm_ctx": {
      "size": 560,
      "fields": {
        "cbc_mac": {
          "type": {
            "kind": "struct",
            "name": "aes_cbc_mac_ctx"
          },
          "offset": 264
        },
        "cipher": {
          "type": {
            "kind": "struct",
            "name": "aes_icm_ctx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aes_gcm_ctx": {
      "size": 1664,
      "fields": {
        "cipher": {
          "type": {
            "kind": "struct",
            "name": "aes_icm_ctx"
          },
          "offset": 0
        },
        "gmac": {
          "type": {
            "kind": "struct",
            "name": "aes_gmac_ctx"
          },
          "offset": 320
        }
      },
      "kind": "struct"
    },
    "aes_gmac_ctx": {
      "size": 1344,
      "fields": {
        "counter": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1280
        },
        "ghashtbl": {
          "type": {
            "kind": "struct",
            "name": "gf128table4"
          },
          "offset": 0
        },
        "hash": {
          "type": {
            "kind": "struct",
            "name": "gf128"
          },
          "offset": 1024
        },
        "keysched": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1040
        },
        "rounds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1296
        }
      },
      "kind": "struct"
    },
    "aes_icm_ctx": {
      "size": 260,
      "fields": {
        "ac_block": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "ac_ek": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ac_nr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "aes_xts_ctx": {
      "size": 992,
      "fields": {
        "key1": {
          "type": {
            "kind": "struct",
            "name": "rijndael_ctx"
          },
          "offset": 0
        },
        "key2": {
          "type": {
            "kind": "struct",
            "name": "rijndael_ctx"
          },
          "offset": 488
        },
        "tweak": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 976
        }
      },
      "kind": "struct"
    },
    "afex_stats": {
      "size": 128,
      "fields": {
        "rx_broadcast_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rx_broadcast_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rx_broadcast_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_broadcast_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_frames_discarded_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_frames_discarded_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_frames_dropped_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_frames_dropped_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "rx_multicast_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_multicast_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_multicast_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_multicast_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_unicast_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_unicast_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_unicast_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_unicast_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_broadcast_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_broadcast_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_broadcast_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_broadcast_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_frames_discarded_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_frames_discarded_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_frames_dropped_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_frames_dropped_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_multicast_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_multicast_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_multicast_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_multicast_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_unicast_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_unicast_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_unicast_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_unicast_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "afex_vif_list_ramrod_data": {
      "size": 8,
      "fields": {
        "afex_vif_list_command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "func_bit_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "func_to_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vif_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "age_chain_data": {
      "size": 12456,
      "fields": {
        "age_buffer_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "age_cmb_block_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12384
        },
        "age_cmb_block_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12376
        },
        "age_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "age_rr_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12424
        },
        "age_rr_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12368
        },
        "age_rr_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12360
        },
        "age_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12420
        },
        "age_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12344
        },
        "age_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12336
        },
        "age_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12352
        },
        "age_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 6168
        },
        "age_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "age_rxdesc"
            }
          },
          "offset": 6176
        },
        "age_rxhead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 12432
        },
        "age_rxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12428
        },
        "age_rxprev_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 12448
        },
        "age_rxtail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 12440
        },
        "age_smb_block_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12400
        },
        "age_smb_block_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12392
        },
        "age_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12416
        },
        "age_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12412
        },
        "age_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12408
        },
        "age_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12328
        },
        "age_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12320
        },
        "age_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "age_txdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "age_txdesc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "age_dev": {
      "size": 16,
      "fields": {
        "age_deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "age_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "age_vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "age_dmamap_arg": {
      "size": 8,
      "fields": {
        "age_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "age_ring_data": {
      "size": 80,
      "fields": {
        "age_cmb_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cmb"
            }
          },
          "offset": 48
        },
        "age_cmb_block_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "age_rr_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rx_rdesc"
            }
          },
          "offset": 32
        },
        "age_rr_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "age_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rx_desc"
            }
          },
          "offset": 16
        },
        "age_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "age_smb_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smb"
            }
          },
          "offset": 64
        },
        "age_smb_block_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "age_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_desc"
            }
          },
          "offset": 0
        },
        "age_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "age_rxdesc": {
      "size": 24,
      "fields": {
        "rx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rx_desc"
            }
          },
          "offset": 16
        },
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "age_softc": {
      "size": 13152,
      "fields": {
        "age_cdata": {
          "type": {
            "kind": "struct",
            "name": "age_chain_data"
          },
          "offset": 480
        },
        "age_chip_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "age_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "age_dma_rd_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "age_dma_wr_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "age_eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 76
        },
        "age_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "age_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13016
        },
        "age_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "age_int_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13028
        },
        "age_int_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 13048
        },
        "age_intrhand": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 56
        },
        "age_irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 40
        },
        "age_irq_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 48
        },
        "age_link_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 13080
        },
        "age_max_frame_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13032
        },
        "age_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "age_morework": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13036
        },
        "age_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 13120
        },
        "age_phyaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "age_process_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13024
        },
        "age_rdata": {
          "type": {
            "kind": "struct",
            "name": "age_ring_data"
          },
          "offset": 12936
        },
        "age_res": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 24
        },
        "age_res_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 32
        },
        "age_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "age_rr_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13040
        },
        "age_stat": {
          "type": {
            "kind": "struct",
            "name": "age_stats"
          },
          "offset": 160
        },
        "age_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 96
        },
        "age_tpd_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13044
        },
        "age_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 13112
        },
        "age_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 13020
        }
      },
      "kind": "struct"
    },
    "age_stats": {
      "size": 320,
      "fields": {
        "rx_alignerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "rx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_desc_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "rx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rx_pkts_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "tx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "tx_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_desc_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "tx_excess_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "tx_excess_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "tx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "tx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "tx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "tx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "tx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "tx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "tx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "tx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "tx_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "age_txdesc": {
      "size": 24,
      "fields": {
        "tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_desc"
            }
          },
          "offset": 16
        },
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "agp_allocate": {
      "size": 24,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "physical": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "agp_amd64_softc": {
      "size": 160,
      "fields": {
        "agp": {
          "type": {
            "kind": "struct",
            "name": "agp_softc"
          },
          "offset": 0
        },
        "apbase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "gatt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "agp_gatt"
            }
          },
          "offset": 104
        },
        "initial_aperture": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "mctrl": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 116
        },
        "n_mctrl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "via_agp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "agp_bind": {
      "size": 16,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pg_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "agp_gatt": {
      "size": 24,
      "fields": {
        "ag_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ag_physical": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ag_virtual": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "agp_i810_driver": {
      "size": 152,
      "fields": {
        "busdma_addr_mask_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "check_active": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "chipset_flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "chipset_flush_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "chipset_flush_teardown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "chiptype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "deinstall_gatt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "dump_regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "get_gtt_mappable_entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "get_gtt_total_entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "get_stolen_size": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "install_gatt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "install_gtt_pte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "read_gtt_pte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "read_gtt_pte_paddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "res_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 16
        },
        "set_aperture": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "set_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "write_gtt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "agp_i810_match": {
      "size": 24,
      "fields": {
        "devid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "agp_i810_driver"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "agp_i810_softc": {
      "size": 208,
      "fields": {
        "agp": {
          "type": {
            "kind": "struct",
            "name": "agp_softc"
          },
          "offset": 0
        },
        "argb_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "bdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 136
        },
        "dcache_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "gatt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "agp_gatt"
            }
          },
          "offset": 104
        },
        "gtt_mappable_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "gtt_total_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "initial_aperture": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "match": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "agp_i810_match"
            }
          },
          "offset": 168
        },
        "sc_bios_allocated_flush_page": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "sc_flush_page_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 184
        },
        "sc_flush_page_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "sc_flush_page_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 192
        },
        "sc_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 152
        },
        "stolen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "stolen_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "agp_info": {
      "size": 48,
      "fields": {
        "ai_aperture_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ai_aperture_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ai_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ai_memory_allowed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ai_memory_used": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ai_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "agp_memory": {
      "size": 72,
      "fields": {
        "am_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "am_is_bound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "am_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_689e29e5def1a390"
          },
          "offset": 0
        },
        "am_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 40
        },
        "am_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "am_physical": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "am_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "am_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "agp_memory_info": {
      "size": 32,
      "fields": {
        "ami_is_bound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ami_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ami_physical": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ami_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "agp_memory_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "agp_memory"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "agp_memory"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "agp_setup": {
      "size": 4,
      "fields": {
        "agp_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "agp_softc": {
      "size": 96,
      "fields": {
        "as_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "as_aperture": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "as_aperture_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "as_devalias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 56
        },
        "as_devnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 48
        },
        "as_isopen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "as_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "as_maxmem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "as_memory": {
          "type": {
            "kind": "struct",
            "name": "agp_memory_list"
          },
          "offset": 24
        },
        "as_nextid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "as_state": {
          "type": {
            "kind": "enum",
            "name": "agp_acquire_state"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "agp_unbind": {
      "size": 8,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "agp_version": {
      "size": 4,
      "fields": {
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "agp_via_softc": {
      "size": 120,
      "fields": {
        "agp": {
          "type": {
            "kind": "struct",
            "name": "agp_softc"
          },
          "offset": 0
        },
        "gatt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "agp_gatt"
            }
          },
          "offset": 104
        },
        "initial_aperture": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ahc_aic7770_softc": {
      "size": 2,
      "fields": {
        "busspd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bustime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ahc_bus_softc": {
      "size": 16,
      "fields": {
        "aic7770_softc": {
          "type": {
            "kind": "struct",
            "name": "ahc_aic7770_softc"
          },
          "offset": 0
        },
        "pci_softc": {
          "type": {
            "kind": "struct",
            "name": "ahc_pci_softc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ahc_devinfo": {
      "size": 28,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 20
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "our_scsiid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "role": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7b2a085880d7bfec"
          },
          "offset": 24
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "target_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "target_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ahc_dma_seg": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ahc_hard_error_entry": {
      "size": 16,
      "fields": {
        "errmesg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "errno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ahc_initiator_tinfo": {
      "size": 19,
      "fields": {
        "curr": {
          "type": {
            "kind": "struct",
            "name": "ahc_transinfo"
          },
          "offset": 1
        },
        "goal": {
          "type": {
            "kind": "struct",
            "name": "ahc_transinfo"
          },
          "offset": 7
        },
        "scsirate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "user": {
          "type": {
            "kind": "struct",
            "name": "ahc_transinfo"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "ahc_pci_identity": {
      "size": 32,
      "fields": {
        "full_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "id_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ahc_pci_softc": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "crccontrol1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "csize_lattime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "devconfig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dff_thrsh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "dscommand0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "dspcistatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "optionmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "scbbaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "targcrccnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ahc_phase_table_entry": {
      "size": 16,
      "fields": {
        "mesg_out": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phasemsg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahc_platform_data": {
      "size": 120,
      "fields": {
        "eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 72
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "irq_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 16
        },
        "path_b": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 24
        },
        "recovery_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 80
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "regs_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "regs_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 0
        },
        "sim_b": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahc_reg_parse_entry": {
      "size": 16,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahc_reg_parse_entry_t": {
      "size": 16,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahc_softc": {
      "size": 768,
      "fields": {
        "black_hole": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_tmode_lstate"
            }
          },
          "offset": 512
        },
        "bsh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "bugs": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4fd3a357425405ac"
          },
          "offset": 536
        },
        "bus_chip_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "bus_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "bus_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "bus_softc": {
          "type": {
            "kind": "union",
            "name": "ahc_bus_softc"
          },
          "offset": 320
        },
        "bus_suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 608
        },
        "channel_b": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 609
        },
        "chip": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1c12d235be444b43"
          },
          "offset": 528
        },
        "critical_sections": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cs"
            }
          },
          "offset": 576
        },
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 736
        },
        "dev_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 344
        },
        "dma_bug_buf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "enabled_luns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 712
        },
        "enabled_targets": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahc_tmode_tstate"
              }
            }
          },
          "offset": 384
        },
        "features": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0aab314e609c9a99"
          },
          "offset": 532
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c311dd202fa9c242"
          },
          "offset": 540
        },
        "init_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 716
        },
        "instruction_ram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 728
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0ef31bff55369bef"
          },
          "offset": 592
        },
        "msg_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1f7484b99fb0861d"
          },
          "offset": 628
        },
        "msgin_buf": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 644
        },
        "msgin_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 664
        },
        "msgout_buf": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 632
        },
        "msgout_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "msgout_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 744
        },
        "next_queued_scb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 32
        },
        "num_critical_sections": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "our_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 610
        },
        "our_id_b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 611
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 672
        },
        "pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 553
        },
        "pci_cachesize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 720
        },
        "pci_target_perr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 724
        },
        "pending_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_tmode_lstate"
            }
          },
          "offset": 520
        },
        "pending_scbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3fa3f2347a4fc811"
          },
          "offset": 40
        },
        "platform_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_platform_data"
            }
          },
          "offset": 336
        },
        "qinfifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 568
        },
        "qinfifonext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 555
        },
        "qoutfifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 560
        },
        "qoutfifonext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 554
        },
        "scb_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb_data"
            }
          },
          "offset": 24
        },
        "seep_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seeprom_config"
            }
          },
          "offset": 544
        },
        "seltime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 756
        },
        "seltime_b": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 760
        },
        "send_msg_perror": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 626
        },
        "seqctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 625
        },
        "shared_data_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 696
        },
        "shared_data_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 688
        },
        "shared_data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 680
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "targetcmds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "target_cmd"
            }
          },
          "offset": 616
        },
        "timedout_scbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3fa3f2347a4fc811"
          },
          "offset": 48
        },
        "tqinfifonext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 624
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 752
        },
        "unpause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 552
        },
        "unsolicited_ints": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 612
        },
        "untagged_queue_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "untagged_queues": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "scb_tailq"
            }
          },
          "offset": 64
        },
        "user_discenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 764
        },
        "user_tagenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 766
        }
      },
      "kind": "struct"
    },
    "ahc_softc_tailq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_softc"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahc_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahc_syncrate": {
      "size": 24,
      "fields": {
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "sxfr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sxfr_u2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ahc_tmode_event": {
      "size": 3,
      "fields": {
        "event_arg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "event_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ahc_tmode_lstate": {
      "size": 56,
      "fields": {
        "accept_tios": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr_slist"
          },
          "offset": 8
        },
        "event_buffer": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahc_tmode_event"
            }
          },
          "offset": 24
        },
        "event_r_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "event_w_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "immed_notifies": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr_slist"
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ahc_tmode_tstate": {
      "size": 824,
      "fields": {
        "auto_negotiate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 816
        },
        "discenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 820
        },
        "enabled_luns": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahc_tmode_lstate"
              }
            }
          },
          "offset": 0
        },
        "tagenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 822
        },
        "transinfo": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahc_initiator_tinfo"
            }
          },
          "offset": 512
        },
        "ultraenb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 818
        }
      },
      "kind": "struct"
    },
    "ahc_transinfo": {
      "size": 6,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ppr_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ahci_channel": {
      "size": 5248,
      "fields": {
        "aslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4032
        },
        "batch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5200
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "caps2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "chcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "chscaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "curr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahci_device"
            }
          },
          "offset": 4736
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 146
        },
        "devices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "disablephy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5204
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ata_dma"
          },
          "offset": 40
        },
        "doneq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_134de64cc95f9283"
          },
          "offset": 5184
        },
        "eslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4036
        },
        "fatalerr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4196
        },
        "fbs_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "frozen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 4216
        },
        "hold": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "ccb"
              }
            }
          },
          "offset": 184
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "lastslot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4044
        },
        "listening": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4208
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 5120
        },
        "numhslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4188
        },
        "numrslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4052
        },
        "numrslotspd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4056
        },
        "numslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "numtslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4120
        },
        "numtslotspd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4124
        },
        "oslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4024
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 120
        },
        "pm_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "pm_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "pm_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4224
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "r_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "recoverycmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4192
        },
        "reset_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4288
        },
        "resetpolldiv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4204
        },
        "resetting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4200
        },
        "rslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4028
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 112
        },
        "slot": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahci_slot"
            }
          },
          "offset": 440
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "subdeviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "subvendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "taggedtarget": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4048
        },
        "toslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4040
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "user": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahci_device"
            }
          },
          "offset": 4352
        },
        "vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "wrongccs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4212
        }
      },
      "kind": "struct"
    },
    "ahci_cmd_list": {
      "size": 16,
      "fields": {
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cmd_table_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "prd_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ahci_cmd_tab": {
      "size": 128,
      "fields": {
        "acmd": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "cfis": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "prd_tab": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahci_dma_prd"
            }
          },
          "offset": 128
        },
        "reserved": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "ahci_controller": {
      "size": 1528,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "caps2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "capsem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "ccc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 680
        },
        "cccv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 684
        },
        "ch": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahci_channel"
              }
            }
          },
          "offset": 1272
        },
        "ch_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1240
        },
        "ch_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1224
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 672
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "direct": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 688
        },
        "dma_coherent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1232
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "emloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "ichannels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "interrupt": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_e85b585e7537279f"
            }
          },
          "offset": 712
        },
        "irqs": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahci_controller_irq"
            }
          },
          "offset": 136
        },
        "msi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 692
        },
        "numirqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 668
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 664
        },
        "r_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "r_msix_pba": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "r_msix_pba_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "r_msix_tab_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "r_msix_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "r_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "remap_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 700
        },
        "remap_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 704
        },
        "remapped_devices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 696
        },
        "sc_iomem": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 64
        },
        "subdeviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "subvendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ahci_controller_irq": {
      "size": 32,
      "fields": {
        "ctlr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahci_controller"
            }
          },
          "offset": 0
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "r_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ahci_dc_cb_args": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "maddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ahci_device": {
      "size": 24,
      "fields": {
        "atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ahci_dma_prd": {
      "size": 16,
      "fields": {
        "dba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dbc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahci_enclosure": {
      "size": 2528,
      "fields": {
        "capsem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2384
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2520
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ichannels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2524
        },
        "leds": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahci_led"
            }
          },
          "offset": 80
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 40
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2516
        },
        "r_memc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "r_memr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "r_memt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 32
        },
        "status": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 2388
        }
      },
      "kind": "struct"
    },
    "ahci_led": {
      "size": 24,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "ahci_slot": {
      "size": 112,
      "fields": {
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 24
        },
        "ch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahci_channel"
            }
          },
          "offset": 0
        },
        "ct_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ata_dmaslot"
          },
          "offset": 32
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "ahci_slot_states"
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ahd_completion": {
      "size": 4,
      "fields": {
        "sg_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "valid_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ahd_devinfo": {
      "size": 28,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 20
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "our_scsiid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "role": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7b2a085880d7bfec"
          },
          "offset": 24
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "target_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "target_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ahd_dma64_seg": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ahd_dma_seg": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ahd_hard_error_entry": {
      "size": 16,
      "fields": {
        "errmesg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "errno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ahd_initiator_tinfo": {
      "size": 18,
      "fields": {
        "curr": {
          "type": {
            "kind": "struct",
            "name": "ahd_transinfo"
          },
          "offset": 0
        },
        "goal": {
          "type": {
            "kind": "struct",
            "name": "ahd_transinfo"
          },
          "offset": 6
        },
        "user": {
          "type": {
            "kind": "struct",
            "name": "ahd_transinfo"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ahd_pci_identity": {
      "size": 32,
      "fields": {
        "full_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "id_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ahd_phase_table_entry": {
      "size": 16,
      "fields": {
        "mesg_out": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phasemsg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahd_platform_data": {
      "size": 120,
      "fields": {
        "eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 72
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "irq_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 8
        },
        "recovery_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 80
        },
        "regs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 40
        },
        "regs_res_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "regs_res_type": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ahd_reg_parse_entry": {
      "size": 16,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahd_reg_parse_entry_t": {
      "size": 16,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahd_softc": {
      "size": 14240,
      "fields": {
        "black_hole": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahd_tmode_lstate"
            }
          },
          "offset": 12632
        },
        "bshs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "bugs": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9700279104725ced"
          },
          "offset": 12892
        },
        "bus_description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14192
        },
        "bus_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 12496
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 14000
        },
        "chip": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fb8e333983f2caa7"
          },
          "offset": 12884
        },
        "cmdcmplt_bucket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12776
        },
        "cmdcmplt_counts": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12780
        },
        "cmdcmplt_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12796
        },
        "critical_sections": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cs"
            }
          },
          "offset": 13960
        },
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14184
        },
        "dev_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 12488
        },
        "dst_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9834ebf5c82744b2"
          },
          "offset": 12464
        },
        "enabled_luns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14152
        },
        "enabled_targets": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahd_tmode_tstate"
              }
            }
          },
          "offset": 12504
        },
        "features": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4fe6fc44feb78980"
          },
          "offset": 12888
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_45bf572783d51db3"
          },
          "offset": 12896
        },
        "hs_mailbox": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14017
        },
        "init_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14156
        },
        "int_coalescing_maxcmds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14220
        },
        "int_coalescing_mincmds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14224
        },
        "int_coalescing_stop_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14232
        },
        "int_coalescing_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14228
        },
        "int_coalescing_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14216
        },
        "iocell_opts": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14168
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_445207a9f74bdd58"
          },
          "offset": 13984
        },
        "msg_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cf27e69852495005"
          },
          "offset": 14020
        },
        "msg_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1f7484b99fb0861d"
          },
          "offset": 14024
        },
        "msgin_buf": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14040
        },
        "msgin_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14060
        },
        "msgout_buf": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14028
        },
        "msgout_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14056
        },
        "msgout_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14052
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14200
        },
        "next_queued_hscb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hardware_scb"
            }
          },
          "offset": 12432
        },
        "next_queued_hscb_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "map_node"
            }
          },
          "offset": 12440
        },
        "num_critical_sections": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 13968
        },
        "our_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14001
        },
        "overrun_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13976
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 14064
        },
        "pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13953
        },
        "pci_cachesize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14160
        },
        "pcix_ptr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 14164
        },
        "pending_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahd_tmode_lstate"
            }
          },
          "offset": 12640
        },
        "pending_scbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3fa3f2347a4fc811"
          },
          "offset": 12448
        },
        "platform_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahd_platform_data"
            }
          },
          "offset": 12480
        },
        "qfreeze_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 13950
        },
        "qinfifo": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12926
        },
        "qinfifonext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12924
        },
        "qoutfifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahd_completion"
            }
          },
          "offset": 12912
        },
        "qoutfifonext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12920
        },
        "qoutfifonext_valid_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12922
        },
        "reset_timer": {
          "type": {
            "kind": "struct",
            "name": "aic_timer_t"
          },
          "offset": 12648
        },
        "saved_dst_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9834ebf5c82744b2"
          },
          "offset": 12472
        },
        "saved_src_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9834ebf5c82744b2"
          },
          "offset": 12476
        },
        "saved_stack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14176
        },
        "scb_data": {
          "type": {
            "kind": "struct",
            "name": "scb_data"
          },
          "offset": 40
        },
        "seep_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seeprom_config"
            }
          },
          "offset": 12904
        },
        "seltime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 14212
        },
        "send_msg_perror": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14018
        },
        "shared_data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 14072
        },
        "shared_data_map": {
          "type": {
            "kind": "struct",
            "name": "map_node"
          },
          "offset": 14080
        },
        "src_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9834ebf5c82744b2"
          },
          "offset": 12468
        },
        "stack_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14172
        },
        "stat_timer": {
          "type": {
            "kind": "struct",
            "name": "aic_timer_t"
          },
          "offset": 12712
        },
        "summerr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12872
        },
        "suspend_state": {
          "type": {
            "kind": "struct",
            "name": "ahd_suspend_state"
          },
          "offset": 14112
        },
        "sysctl_ctx": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_ctx_list"
            }
          },
          "offset": 12800
        },
        "sysctl_tree": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sysctl_oid"
              }
            }
          },
          "offset": 12848
        },
        "tags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "targetcmds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "target_cmd"
            }
          },
          "offset": 14008
        },
        "timedout_scbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3fa3f2347a4fc811"
          },
          "offset": 12456
        },
        "tqinfifonext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14016
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 14208
        },
        "unpause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13952
        },
        "user_discenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14236
        },
        "user_tagenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14238
        }
      },
      "kind": "struct"
    },
    "ahd_softc_tailq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahd_softc"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahd_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ahd_suspend_channel_state": {
      "size": 7,
      "fields": {
        "scsiseq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "seltimer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "seqctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "simode0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "simode1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sxfrctl0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sxfrctl1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ahd_suspend_state": {
      "size": 40,
      "fields": {
        "btt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "channel": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahd_suspend_channel_state"
            }
          },
          "offset": 0
        },
        "crccontrol1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "dff_thrsh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "dscommand0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "dspcistatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "optionmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "scbbaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "scratch_ram": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ahd_tmode_tstate": {
      "size": 2344,
      "fields": {
        "auto_negotiate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2336
        },
        "discenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2338
        },
        "enabled_luns": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahd_tmode_lstate"
              }
            }
          },
          "offset": 0
        },
        "tagenable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2340
        },
        "transinfo": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ahd_initiator_tinfo"
            }
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "ahd_transinfo": {
      "size": 6,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ppr_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ahstat": {
      "size": 280,
      "fields": {
        "ahs_badauth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ahs_badauthl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ahs_badkcr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ahs_crypto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "ahs_hdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ahs_hist": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "ahs_ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ahs_input": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ahs_invalid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ahs_nopf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ahs_notdb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ahs_noxform": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ahs_obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ahs_output": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ahs_pdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "ahs_qfull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ahs_replay": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ahs_toobig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ahs_tunnel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "ahs_wrap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "aic7770_identity": {
      "size": 24,
      "fields": {
        "full_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "id_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aic_timer_t": {
      "size": 64,
      "fields": {
        "c_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "c_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "c_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 56
        },
        "c_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "c_iflags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 58
        },
        "c_links": {
          "type": {
            "kind": "union",
            "name": "unnamed_b914ee14bf483797"
          },
          "offset": 0
        },
        "c_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_object"
            }
          },
          "offset": 48
        },
        "c_precision": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "c_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aio_cancel_args": {
      "size": 16,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 8
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aio_error_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aio_fsync_args": {
      "size": 16,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 8
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "op_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "op_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aio_mlock_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aio_path_error_info_elem": {
      "size": 276,
      "fields": {
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "data_pres": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "padding": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 268
        },
        "resd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "service_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aio_path_error_info_elem_t": {
      "size": 276,
      "fields": {
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "data_pres": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "padding": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 268
        },
        "resd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "service_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aio_read_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aio_readv_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aio_return_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aio_suspend_args": {
      "size": 24,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aiocb"
              }
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nent_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nent_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 16
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "aio_waitcomplete_args": {
      "size": 16,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aiocb"
              }
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 8
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aio_write_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aio_writev_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aiocb": {
      "size": 160,
      "fields": {
        "__spare2__": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "__spare__": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "_aiocb_private": {
          "type": {
            "kind": "struct",
            "name": "__aiocb_private"
          },
          "offset": 56
        },
        "aio_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "aio_fildes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "aio_lio_opcode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "aio_nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "aio_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "aio_reqprio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "aio_sigevent": {
          "type": {
            "kind": "struct",
            "name": "sigevent"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "aiocb32": {
      "size": 96,
      "fields": {
        "__spare2__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "__spare__": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 20
        },
        "_aiocb_private": {
          "type": {
            "kind": "struct",
            "name": "__aiocb_private32"
          },
          "offset": 40
        },
        "aio_buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "aio_fildes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "aio_lio_opcode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "aio_nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "aio_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "aio_reqprio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "aio_sigevent": {
          "type": {
            "kind": "struct",
            "name": "sigevent32"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "aiocb_ops": {
      "size": 56,
      "fields": {
        "aio_copyin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "fetch_error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "fetch_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "store_aiocb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "store_error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "store_kernelinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "store_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "aioliojob": {
      "size": 272,
      "fields": {
        "klist": {
          "type": {
            "kind": "struct",
            "name": "knlist"
          },
          "offset": 112
        },
        "lioj_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "lioj_finished_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "lioj_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "lioj_ksi": {
          "type": {
            "kind": "struct",
            "name": "ksiginfo_t"
          },
          "offset": 160
        },
        "lioj_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_67092e7426d9da2e"
          },
          "offset": 96
        },
        "lioj_signal": {
          "type": {
            "kind": "struct",
            "name": "sigevent"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aioproc": {
      "size": 32,
      "fields": {
        "aioproc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 24
        },
        "aioprocflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_380f0d8d09193b63"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "alc_chain_data": {
      "size": 10408,
      "fields": {
        "alc_buffer_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "alc_cmb_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10336
        },
        "alc_cmb_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10328
        },
        "alc_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "alc_rr_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10376
        },
        "alc_rr_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10312
        },
        "alc_rr_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10304
        },
        "alc_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10372
        },
        "alc_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10296
        },
        "alc_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10288
        },
        "alc_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10320
        },
        "alc_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 4120
        },
        "alc_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "alc_rxdesc"
            }
          },
          "offset": 4128
        },
        "alc_rxhead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 10384
        },
        "alc_rxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10380
        },
        "alc_rxprev_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 10400
        },
        "alc_rxtail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 10392
        },
        "alc_smb_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10352
        },
        "alc_smb_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10344
        },
        "alc_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10368
        },
        "alc_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10364
        },
        "alc_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10360
        },
        "alc_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10280
        },
        "alc_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10272
        },
        "alc_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "alc_txdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "alc_txdesc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "alc_dmamap_arg": {
      "size": 8,
      "fields": {
        "alc_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "alc_hw_stats": {
      "size": 232,
      "fields": {
        "rx_alignerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_pkts_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_rrs_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_desc_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_excess_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_excess_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "tx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "alc_ident": {
      "size": 16,
      "fields": {
        "deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "max_framelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "alc_ring_data": {
      "size": 80,
      "fields": {
        "alc_cmb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cmb"
            }
          },
          "offset": 48
        },
        "alc_cmb_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "alc_rr_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rx_rdesc"
            }
          },
          "offset": 32
        },
        "alc_rr_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "alc_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rx_desc"
            }
          },
          "offset": 16
        },
        "alc_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "alc_smb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smb"
            }
          },
          "offset": 64
        },
        "alc_smb_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "alc_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_desc"
            }
          },
          "offset": 0
        },
        "alc_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "alc_rxdesc": {
      "size": 24,
      "fields": {
        "rx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rx_desc"
            }
          },
          "offset": 16
        },
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "alc_softc": {
      "size": 11008,
      "fields": {
        "alc_buf_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10928
        },
        "alc_cdata": {
          "type": {
            "kind": "struct",
            "name": "alc_chain_data"
          },
          "offset": 416
        },
        "alc_chip_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "alc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "alc_dma_rd_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "alc_dma_wr_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "alc_eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 84
        },
        "alc_expcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "alc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "alc_ident": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "alc_ident"
            }
          },
          "offset": 64
        },
        "alc_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10904
        },
        "alc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "alc_int_rx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10920
        },
        "alc_int_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 10936
        },
        "alc_int_tx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10924
        },
        "alc_intrhand": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 56
        },
        "alc_irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 40
        },
        "alc_irq_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 48
        },
        "alc_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "alc_morework": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10916
        },
        "alc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 10976
        },
        "alc_phyaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "alc_pmcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "alc_process_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10912
        },
        "alc_rcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "alc_rdata": {
          "type": {
            "kind": "struct",
            "name": "alc_ring_data"
          },
          "offset": 10824
        },
        "alc_res": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 24
        },
        "alc_res_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 32
        },
        "alc_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "alc_stats": {
          "type": {
            "kind": "struct",
            "name": "alc_hw_stats"
          },
          "offset": 184
        },
        "alc_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 120
        },
        "alc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 10968
        },
        "alc_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10908
        }
      },
      "kind": "struct"
    },
    "alc_txdesc": {
      "size": 16,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ale": {
      "size": 24,
      "fields": {
        "ae_bytesused": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "ae_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ae_pad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ale_chain_data": {
      "size": 4384,
      "fields": {
        "ale_buffer_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "ale_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "ale_rx_curp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4376
        },
        "ale_rx_mblock_map": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 4152
        },
        "ale_rx_mblock_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dma_tag"
              }
            }
          },
          "offset": 4136
        },
        "ale_rx_page": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ale_rx_page"
            }
          },
          "offset": 4232
        },
        "ale_rx_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4380
        },
        "ale_tx_cmb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4184
        },
        "ale_tx_cmb_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 4208
        },
        "ale_tx_cmb_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4192
        },
        "ale_tx_cmb_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 4200
        },
        "ale_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4224
        },
        "ale_tx_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4220
        },
        "ale_tx_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4216
        },
        "ale_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_desc"
            }
          },
          "offset": 4168
        },
        "ale_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 4128
        },
        "ale_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4176
        },
        "ale_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 4120
        },
        "ale_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "ale_txdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ale_txdesc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ale_dev": {
      "size": 16,
      "fields": {
        "ale_deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ale_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ale_vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ale_dmamap_arg": {
      "size": 8,
      "fields": {
        "ale_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ale_hw_stats": {
      "size": 240,
      "fields": {
        "reset_brk_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "rx_alignerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_pkts_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_rrs_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_desc_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_excess_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_excess_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "tx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ale_rx_page": {
      "size": 72,
      "fields": {
        "cmb_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "cmb_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "cmb_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "cmb_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "page_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "page_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "page_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "page_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ale_softc": {
      "size": 4888,
      "fields": {
        "ale_cdata": {
          "type": {
            "kind": "struct",
            "name": "ale_chain_data"
          },
          "offset": 400
        },
        "ale_chip_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "ale_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "ale_dma_rd_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ale_dma_wr_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ale_eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 76
        },
        "ale_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ale_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4784
        },
        "ale_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "ale_int_rx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4800
        },
        "ale_int_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 4816
        },
        "ale_int_tx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4804
        },
        "ale_intrhand": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 56
        },
        "ale_irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 40
        },
        "ale_irq_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 48
        },
        "ale_max_frame_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4808
        },
        "ale_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "ale_morework": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4796
        },
        "ale_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 4856
        },
        "ale_pagesize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4812
        },
        "ale_phyaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ale_process_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4792
        },
        "ale_res": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 24
        },
        "ale_res_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 32
        },
        "ale_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ale_stats": {
          "type": {
            "kind": "struct",
            "name": "ale_hw_stats"
          },
          "offset": 160
        },
        "ale_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 96
        },
        "ale_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 4848
        },
        "ale_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4788
        }
      },
      "kind": "struct"
    },
    "ale_txdesc": {
      "size": 16,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "algo_time_t": {
      "size": 8,
      "fields": {
        "decode256Time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tableTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ali_sata_resources": {
      "size": 32,
      "fields": {
        "bars": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "alloc_state": {
      "size": 24,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 0
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcib_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "allocdirect": {
      "size": 192,
      "fields": {
        "ad_block": {
          "type": {
            "kind": "struct",
            "name": "newblk"
          },
          "offset": 0
        },
        "ad_inodedep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inodedep"
            }
          },
          "offset": 152
        },
        "ad_newsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        },
        "ad_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7b0dfb253773c30c"
          },
          "offset": 136
        },
        "ad_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "ad_oldblkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "ad_oldsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "allocdirecthd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "allocdirect"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "allocdirectlst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "allocdirect"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "allocdirect"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "allocindir": {
      "size": 184,
      "fields": {
        "ai_block": {
          "type": {
            "kind": "struct",
            "name": "newblk"
          },
          "offset": 0
        },
        "ai_indirdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "indirdep"
            }
          },
          "offset": 152
        },
        "ai_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "ai_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1514c77c3a5effe6"
          },
          "offset": 136
        },
        "ai_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "ai_oldblkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "allocindirhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "allocindir"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "alq": {
      "size": 152,
      "fields": {
        "aq_act": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aa9dcbe9ad86faaf"
          },
          "offset": 120
        },
        "aq_buflen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "aq_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 112
        },
        "aq_entbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aq_entlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "aq_entmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "aq_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "aq_freebytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "aq_getpost": {
          "type": {
            "kind": "struct",
            "name": "ale"
          },
          "offset": 48
        },
        "aq_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aa9dcbe9ad86faaf"
          },
          "offset": 136
        },
        "aq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 72
        },
        "aq_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 104
        },
        "aq_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "aq_wrapearly": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "aq_writehead": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "aq_writetail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "altq_pktattr": {
      "size": 24,
      "fields": {
        "pattr_af": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pattr_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "pattr_hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "am79900_softc": {
      "size": 384,
      "fields": {
        "lsc": {
          "type": {
            "kind": "struct",
            "name": "lance_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "am7990_softc": {
      "size": 384,
      "fields": {
        "lsc": {
          "type": {
            "kind": "struct",
            "name": "lance_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "amd64_frame": {
      "size": 16,
      "fields": {
        "f_frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "amd64_frame"
            }
          },
          "offset": 0
        },
        "f_retaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "amd64_get_xfpustate": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "amd64_set_pkru": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "keyidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "amd64tss": {
      "size": 104,
      "fields": {
        "tss_iobase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "tss_ist1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 36
        },
        "tss_ist2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 44
        },
        "tss_ist3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 52
        },
        "tss_ist4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 60
        },
        "tss_ist5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 68
        },
        "tss_ist6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 76
        },
        "tss_ist7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 84
        },
        "tss_rsp0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "tss_rsp1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "tss_rsp2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 20
        },
        "tss_rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tss_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tss_rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tss_rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tss_rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tss_rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        }
      },
      "kind": "struct"
    },
    "amd_et_state": {
      "size": 16,
      "fields": {
        "cur_threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "last_intr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "aml_resource": {
      "size": 56,
      "fields": {
        "Address": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS"
          },
          "offset": 0
        },
        "Address16": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS16"
          },
          "offset": 0
        },
        "Address32": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS32"
          },
          "offset": 0
        },
        "Address64": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_ADDRESS64"
          },
          "offset": 0
        },
        "ByteItem": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "CommonSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_COMMON_SERIALBUS"
          },
          "offset": 0
        },
        "Csi2SerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_CSI2_SERIALBUS"
          },
          "offset": 0
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Dma": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_DMA"
          },
          "offset": 0
        },
        "DwordItem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "EndDpf": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_END_DEPENDENT"
          },
          "offset": 0
        },
        "EndTag": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_END_TAG"
          },
          "offset": 0
        },
        "ExtAddress64": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_EXTENDED_ADDRESS64"
          },
          "offset": 0
        },
        "ExtendedIrq": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_EXTENDED_IRQ"
          },
          "offset": 0
        },
        "FixedDma": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_FIXED_DMA"
          },
          "offset": 0
        },
        "FixedIo": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_FIXED_IO"
          },
          "offset": 0
        },
        "FixedMemory32": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_FIXED_MEMORY32"
          },
          "offset": 0
        },
        "GenericReg": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_GENERIC_REGISTER"
          },
          "offset": 0
        },
        "Gpio": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_GPIO"
          },
          "offset": 0
        },
        "I2cSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_I2C_SERIALBUS"
          },
          "offset": 0
        },
        "Io": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_IO"
          },
          "offset": 0
        },
        "Irq": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_IRQ"
          },
          "offset": 0
        },
        "LargeHeader": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_LARGE_HEADER"
          },
          "offset": 0
        },
        "Memory24": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_MEMORY24"
          },
          "offset": 0
        },
        "Memory32": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_MEMORY32"
          },
          "offset": 0
        },
        "PinConfig": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_CONFIG"
          },
          "offset": 0
        },
        "PinFunction": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_FUNCTION"
          },
          "offset": 0
        },
        "PinGroup": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_GROUP"
          },
          "offset": 0
        },
        "PinGroupConfig": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_GROUP_CONFIG"
          },
          "offset": 0
        },
        "PinGroupFunction": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_PIN_GROUP_FUNCTION"
          },
          "offset": 0
        },
        "SmallHeader": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_SMALL_HEADER"
          },
          "offset": 0
        },
        "SpiSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_SPI_SERIALBUS"
          },
          "offset": 0
        },
        "StartDpf": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_START_DEPENDENT"
          },
          "offset": 0
        },
        "UartSerialBus": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_UART_SERIALBUS"
          },
          "offset": 0
        },
        "VendorLarge": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_VENDOR_LARGE"
          },
          "offset": 0
        },
        "VendorSmall": {
          "type": {
            "kind": "struct",
            "name": "AML_RESOURCE_VENDOR_SMALL"
          },
          "offset": 0
        },
        "WordItem": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "aml_resource_address": {
      "size": 6,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "aml_resource_address16": {
      "size": 16,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "aml_resource_address32": {
      "size": 26,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 22
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "aml_resource_address64": {
      "size": 46,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 38
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 6
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 22
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 14
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "aml_resource_common_serialbus": {
      "size": 12,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "aml_resource_csi2_serialbus": {
      "size": 12,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "aml_resource_dma": {
      "size": 3,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DmaChannelMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "aml_resource_end_dependent": {
      "size": 1,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aml_resource_end_tag": {
      "size": 2,
      "fields": {
        "Checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aml_resource_extended_address64": {
      "size": 56,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "ResourceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "RevisionID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "SpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TranslationOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "TypeSpecific": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "aml_resource_extended_irq": {
      "size": 9,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "InterruptCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Interrupts": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_fixed_dma": {
      "size": 6,
      "fields": {
        "Channels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "RequestLines": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "Width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "aml_resource_fixed_io": {
      "size": 4,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aml_resource_fixed_memory32": {
      "size": 12,
      "fields": {
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_generic_register": {
      "size": 15,
      "fields": {
        "AccessSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7
        },
        "AddressSpaceId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "BitOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "BitWidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_gpio": {
      "size": 23,
      "fields": {
        "ConnectionType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "DebounceTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DriveStrength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "IntFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 17
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 21
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "aml_resource_i2c_serialbus": {
      "size": 18,
      "fields": {
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SlaveAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "aml_resource_io": {
      "size": 8,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "aml_resource_irq": {
      "size": 4,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IrqMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_large_header": {
      "size": 3,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_memory24": {
      "size": 12,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_memory32": {
      "size": 20,
      "fields": {
        "AddressLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Minimum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_pin_config": {
      "size": 20,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aml_resource_pin_function": {
      "size": 18,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        },
        "PinConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "aml_resource_pin_group": {
      "size": 14,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "LabelOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "PinTableOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "aml_resource_pin_group_config": {
      "size": 20,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "PinConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "PinConfigValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ResSourceLabelOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "aml_resource_pin_group_function": {
      "size": 17,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ResSourceLabelOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "ResSourceOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "VendorLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15
        },
        "VendorOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "aml_resource_small_header": {
      "size": 1,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aml_resource_spi_serialbus": {
      "size": 21,
      "fields": {
        "ClockPhase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "ClockPolarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ConnectionSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DataBitLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DeviceSelection": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 19
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "aml_resource_start_dependent": {
      "size": 2,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_uart_serialbus": {
      "size": 22,
      "fields": {
        "DefaultBaudRate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "LinesEnabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "Parity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ResSourceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "RevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "RxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "TxFifoSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "TypeDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TypeRevisionId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "TypeSpecificFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "aml_resource_vendor_large": {
      "size": 3,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ResourceLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "aml_resource_vendor_small": {
      "size": 1,
      "fields": {
        "DescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aopen_entry": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "aopen_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "apc_tbl": {
      "size": 4,
      "fields": {
        "did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "apei_ge": {
      "size": 176,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "copybuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_626ad229dd2c4424"
          },
          "offset": 144
        },
        "nlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_626ad229dd2c4424"
          },
          "offset": 160
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "res2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 120
        },
        "res2_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "res2_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "res_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_b73124a59bf30f5b"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "apei_iges": {
      "size": 16,
      "fields": {
        "ges": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6f8a162db649368d"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "apei_mem_error": {
      "size": 80,
      "fields": {
        "Bank": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "BitPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "Card": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "CardHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "Column": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "Device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ErrorStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Extended": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "MemoryErrorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "Module": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "ModuleHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "Node": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "PhysicalAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "PhysicalAddressMask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "RankNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "RequesterID": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ResponderID": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "Row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ValidationBits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "apei_nges": {
      "size": 24,
      "fields": {
        "ges": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6f8a162db649368d"
          },
          "offset": 8
        },
        "swi_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "apei_pcie_error": {
      "size": 208,
      "fields": {
        "AERInfo": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "BridgeControlStatus": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "CapabilityStructure": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "CommandStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "DeviceID": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "DeviceSerialNumber": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "PortType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ValidationBits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "apei_pges": {
      "size": 88,
      "fields": {
        "ges": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6f8a162db649368d"
          },
          "offset": 72
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "poll": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "apei_softc": {
      "size": 2880,
      "fields": {
        "ges": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6f8a162db649368d"
          },
          "offset": 8
        },
        "hest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_TABLE_HEST"
            }
          },
          "offset": 0
        },
        "iges": {
          "type": {
            "kind": "struct",
            "name": "apei_iges"
          },
          "offset": 48
        },
        "nges": {
          "type": {
            "kind": "struct",
            "name": "apei_nges"
          },
          "offset": 24
        },
        "pges": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "apei_pges"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "apic_enumerator": {
      "size": 48,
      "fields": {
        "apic_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "apic_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5b4c86f6f26f9d43"
          },
          "offset": 40
        },
        "apic_probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "apic_probe_cpus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "apic_setup_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "apic_setup_local": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "apm_clone_data": {
      "size": 104,
      "fields": {
        "acpi_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_softc"
            }
          },
          "offset": 24
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7cbafa149aaf79ba"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "notify_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "sel_read": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "apm_event_info": {
      "size": 40,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "spare": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "apm_info": {
      "size": 64,
      "fields": {
        "ai_acline": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ai_batt_life": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ai_batt_stat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ai_batt_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ai_batteries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ai_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ai_infoversion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ai_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ai_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ai_spare": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ai_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "apm_info_old": {
      "size": 24,
      "fields": {
        "ai_acline": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ai_batt_life": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ai_batt_stat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ai_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ai_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ai_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "apm_pwstatus": {
      "size": 24,
      "fields": {
        "ap_acline": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ap_batt_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ap_batt_life": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ap_batt_stat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ap_batt_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ap_device": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aprobe_softc": {
      "size": 568,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_71279504f2dbcf6f"
          },
          "offset": 528
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "faults": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ddb67984bb3c734f"
          },
          "offset": 532
        },
        "ident_data": {
          "type": {
            "kind": "struct",
            "name": "ata_params"
          },
          "offset": 16
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 560
        },
        "pm_pid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "pm_prv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "request_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 0
        },
        "restart": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 544
        },
        "spinup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 548
        }
      },
      "kind": "struct"
    },
    "ar2133State": {
      "size": 128,
      "fields": {
        "Bank0Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "Bank1Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "Bank2Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "Bank3Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "Bank6Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "Bank7Data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 120
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ar2413State": {
      "size": 2000,
      "fields": {
        "Bank1Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 328
        },
        "Bank2Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 332
        },
        "Bank3Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 336
        },
        "Bank6Data": {
          "type": {
            "count": 27,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 340
        },
        "Bank7Data": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 448
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        },
        "vpdTable_I": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 1484
        },
        "vpdTable_L": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 460
        },
        "vpdTable_R": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 972
        }
      },
      "kind": "struct"
    },
    "ar2425State": {
      "size": 472,
      "fields": {
        "Bank1Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 328
        },
        "Bank2Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 332
        },
        "Bank3Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 336
        },
        "Bank6Data": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 340
        },
        "Bank7Data": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 460
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ar5111State": {
      "size": 384,
      "fields": {
        "Bank0Data": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 200
        },
        "Bank1Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 268
        },
        "Bank2Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 272
        },
        "Bank3Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 276
        },
        "Bank6Data": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 280
        },
        "Bank7Data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 348
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ar5112State": {
      "size": 424,
      "fields": {
        "Bank1Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 200
        },
        "Bank2Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 204
        },
        "Bank3Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "Bank6Data": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 212
        },
        "Bank7Data": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 372
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ar5210_desc": {
      "size": 24,
      "fields": {
        "ds_ctl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ds_ctl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ds_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ds_status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ds_status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ar5211_desc": {
      "size": 24,
      "fields": {
        "ds_ctl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ds_ctl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ds_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ds_status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ds_status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ar5212AniParams": {
      "size": 172,
      "fields": {
        "cckPhyErrBase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "cckTrigHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "cckTrigLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "coarseHigh": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "coarseLow": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 44
        },
        "cycPwrThr1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 88
        },
        "firpwr": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 64
        },
        "firstep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 124
        },
        "maxFirstepLevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "maxNoiseImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "maxSpurImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "ofdmPhyErrBase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "ofdmTrigHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "ofdmTrigLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "rssiThrHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "rssiThrLow": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "totalSizeDesired": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ar5212AniState": {
      "size": 40,
      "fields": {
        "cckPhyErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cckWeakSigThreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "cycleCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "firstepLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "listenTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "noiseImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ofdmPhyErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ofdmWeakSigDetectOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ar5212AniParams"
            }
          },
          "offset": 32
        },
        "rxFrameCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "spurImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "txFrameCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ar5212NfCalHist": {
      "size": 16,
      "fields": {
        "currIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "first_run": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "invalidNFcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "nfCalBuffer": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "privNF": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ar5212_desc": {
      "size": 32,
      "fields": {
        "ds_ctl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ds_ctl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ds_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a47b4b1ac18993f8"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ar5413State": {
      "size": 2040,
      "fields": {
        "Bank1Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 328
        },
        "Bank2Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 332
        },
        "Bank3Data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 336
        },
        "Bank6Data": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 340
        },
        "Bank7Data": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 488
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        },
        "vpdTable_I": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 1524
        },
        "vpdTable_L": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 500
        },
        "vpdTable_R": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 1012
        }
      },
      "kind": "struct"
    },
    "ar5416NfLimits": {
      "size": 6,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "nominal": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ar5416PerCal": {
      "size": 280,
      "fields": {
        "adcDcCalData": {
          "type": {
            "kind": "struct",
            "name": "HAL_CAL_LIST"
          },
          "offset": 80
        },
        "adcDcCalInitData": {
          "type": {
            "kind": "struct",
            "name": "HAL_CAL_LIST"
          },
          "offset": 56
        },
        "adcGainCalData": {
          "type": {
            "kind": "struct",
            "name": "HAL_CAL_LIST"
          },
          "offset": 32
        },
        "calSamples": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "cal_curr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_CAL_LIST"
            }
          },
          "offset": 120
        },
        "cal_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_CAL_LIST"
            }
          },
          "offset": 112
        },
        "cal_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_CAL_LIST"
            }
          },
          "offset": 104
        },
        "caldata": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "union",
                "name": "HAL_CAL_SAMPLE"
              }
            }
          },
          "offset": 128
        },
        "iqCalData": {
          "type": {
            "kind": "struct",
            "name": "HAL_CAL_LIST"
          },
          "offset": 8
        },
        "nfCalHist": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar5212NfCalHist"
            }
          },
          "offset": 180
        },
        "suppCals": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fc28d82578570cbf"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ar5416_desc": {
      "size": 96,
      "fields": {
        "ds_ctl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ds_ctl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ds_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_c4168fd100360a19"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ar5416_rx_desc": {
      "size": 36,
      "fields": {
        "status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "status5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "status6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "status7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "status8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ar5416_tx_desc": {
      "size": 80,
      "fields": {
        "ctl10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ctl11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ctl2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ctl3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ctl4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ctl5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ctl6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ctl7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ctl8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ctl9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "status": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ar5416eeprom": {
      "size": 3256,
      "fields": {
        "baseEepHeader": {
          "type": {
            "kind": "struct",
            "name": "BASE_EEP_HEADER"
          },
          "offset": 0
        },
        "calFreqPier2G": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 344
        },
        "calFreqPier5G": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 336
        },
        "calPierData2G": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_DATA_PER_FREQ"
              }
            }
          },
          "offset": 1308
        },
        "calPierData5G": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_DATA_PER_FREQ"
              }
            }
          },
          "offset": 348
        },
        "calTargetPower2G": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 1987
        },
        "calTargetPower2GHT20": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 2007
        },
        "calTargetPower2GHT40": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 2043
        },
        "calTargetPower5G": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 1788
        },
        "calTargetPower5GHT20": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 1828
        },
        "calTargetPower5GHT40": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 1900
        },
        "calTargetPowerCck": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 1972
        },
        "ctlData": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_CTL_DATA"
            }
          },
          "offset": 2103
        },
        "ctlIndex": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2079
        },
        "custData": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "modalHeader": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "MODAL_EEP_HEADER"
            }
          },
          "offset": 128
        },
        "padding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3255
        }
      },
      "kind": "struct"
    },
    "ar5416eeprom_4k": {
      "size": 376,
      "fields": {
        "baseEepHeader": {
          "type": {
            "kind": "struct",
            "name": "BASE_EEP4K_HEADER"
          },
          "offset": 0
        },
        "calFreqPier2G": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "calPierData2G": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_DATA_PER_FREQ_4K"
              }
            }
          },
          "offset": 123
        },
        "calTargetPower2G": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 198
        },
        "calTargetPower2GHT20": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 213
        },
        "calTargetPower2GHT40": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 240
        },
        "calTargetPowerCck": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 183
        },
        "ctlData": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_CTL_DATA_4K"
            }
          },
          "offset": 279
        },
        "ctlIndex": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 267
        },
        "custData": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "modalHeader": {
          "type": {
            "kind": "struct",
            "name": "MODAL_EEP4K_HEADER"
          },
          "offset": 52
        },
        "padding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 375
        }
      },
      "kind": "struct"
    },
    "ar9280State": {
      "size": 80,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ar9287State": {
      "size": 80,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 0
        },
        "pcdacTable": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ar9287_eeprom": {
      "size": 727,
      "fields": {
        "baseEepHeader": {
          "type": {
            "kind": "struct",
            "name": "base_eep_ar9287_header"
          },
          "offset": 0
        },
        "calFreqPier2G": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 195
        },
        "calPierData2G": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "union",
                "name": "cal_data_per_freq_ar9287_u"
              }
            }
          },
          "offset": 198
        },
        "calTargetPower2G": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 453
        },
        "calTargetPower2GHT20": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 468
        },
        "calTargetPower2GHT40": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_HT"
            }
          },
          "offset": 495
        },
        "calTargetPowerCck": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 438
        },
        "ctlData": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cal_ctl_data_ar9287"
            }
          },
          "offset": 534
        },
        "ctlIndex": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 522
        },
        "custData": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "modalHeader": {
          "type": {
            "kind": "struct",
            "name": "modal_eep_ar9287_header"
          },
          "offset": 96
        },
        "padding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 726
        }
      },
      "kind": "struct"
    },
    "ar9300NfLimits": {
      "size": 6,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "nominal": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ar9300_ani_default": {
      "size": 28,
      "fields": {
        "cycpwr_thr1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "cycpwr_thr1_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "firstep": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "firstep_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "m1_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "m1_thresh_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "m1_thresh_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "m1_thresh_low_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "m2_count_thr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "m2_count_thr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "m2_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "m2_thresh_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "m2_thresh_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "m2_thresh_low_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ar9300_ani_state": {
      "size": 128,
      "fields": {
        "c": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_channel"
          },
          "offset": 0
        },
        "cck_noise_immunity_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "cck_phy_err_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "cck_trig_high": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cck_trig_low": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "cycle_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "firstep_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "ini_def": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ani_default"
          },
          "offset": 96
        },
        "listen_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mrc_cck_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "must_restore": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 20
        },
        "ofdm_noise_immunity_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "ofdm_phy_err_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ofdm_trig_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ofdm_trig_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ofdm_weak_sig_detect_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ofdms_turn": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 24
        },
        "phy_noise_spur": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 124
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "rssi_thr_high": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "rssi_thr_low": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "rx_busy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_ext_busy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "spur_immunity_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "tx_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "ar9300_ar_state": {
      "size": 2076,
      "fields": {
        "ar_ack_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2052
        },
        "ar_packet_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2064
        },
        "ar_par_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2068
        },
        "ar_peak_list": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2056
        },
        "ar_phy_err_count": {
          "type": {
            "count": 511,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ar_prev_time_stamp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ar_prev_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ar_radar_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2072
        }
      },
      "kind": "struct"
    },
    "ar9300_eeprom_t": {
      "size": 1088,
      "fields": {
        "base_eep_header": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_BASE_EEP_HEADER"
          },
          "offset": 28
        },
        "base_ext1": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_BASE_EXTENSION_1"
          },
          "offset": 124
        },
        "base_ext2": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_BASE_EXTENSION_2"
          },
          "offset": 489
        },
        "cal_freq_pier_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 138
        },
        "cal_freq_pier_5g": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 503
        },
        "cal_pier_data_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "OSP_CAL_DATA_PER_FREQ_OP_LOOP"
              }
            }
          },
          "offset": 141
        },
        "cal_pier_data_5g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "OSP_CAL_DATA_PER_FREQ_OP_LOOP"
              }
            }
          },
          "offset": 511
        },
        "cal_target_freqbin_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 197
        },
        "cal_target_freqbin_2g_ht20": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 200
        },
        "cal_target_freqbin_2g_ht40": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 203
        },
        "cal_target_freqbin_5g": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 655
        },
        "cal_target_freqbin_5g_ht20": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 663
        },
        "cal_target_freqbin_5g_ht40": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 671
        },
        "cal_target_freqbin_cck": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 195
        },
        "cal_target_power_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 214
        },
        "cal_target_power_2g_ht20": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 226
        },
        "cal_target_power_2g_ht40": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 268
        },
        "cal_target_power_5g": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 679
        },
        "cal_target_power_5g_ht20": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 711
        },
        "cal_target_power_5g_ht40": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 823
        },
        "cal_target_power_cck": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 206
        },
        "ctl_freqbin_2G": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 322
        },
        "ctl_freqbin_5G": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 944
        },
        "ctl_index_2g": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 310
        },
        "ctl_index_5g": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 935
        },
        "ctl_power_data_2g": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_CTL_DATA_2G"
            }
          },
          "offset": 370
        },
        "ctl_power_data_5g": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_CTL_DATA_5G"
            }
          },
          "offset": 1016
        },
        "custData": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "eeprom_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "modal_header_2g": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_MODAL_EEP_HEADER"
          },
          "offset": 53
        },
        "modal_header_5g": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_MODAL_EEP_HEADER"
          },
          "offset": 418
        },
        "template_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ar9300_ini_array": {
      "size": 16,
      "fields": {
        "ia_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ia_columns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ia_rows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ar9300_paprd_pwr_adjust": {
      "size": 20,
      "fields": {
        "reg_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reg_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reg_mask_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sub_db": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "target_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ar9300_rad_reader": {
      "size": 12,
      "fields": {
        "rd_expSeq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rd_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rd_resetVal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rd_start": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ar9300_rad_writer": {
      "size": 4,
      "fields": {
        "wr_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "wr_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ar9300_radar_event": {
      "size": 8,
      "fields": {
        "re_chanIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "re_dur": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "re_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "re_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ar9300_radar_q_elem": {
      "size": 16,
      "fields": {
        "rq_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rq_event": {
          "type": {
            "kind": "struct",
            "name": "ar9300_radar_event"
          },
          "offset": 8
        },
        "rq_seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ar9300_radar_q_info": {
      "size": 20,
      "fields": {
        "ri_qsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ri_reader": {
          "type": {
            "kind": "struct",
            "name": "ar9300_rad_reader"
          },
          "offset": 4
        },
        "ri_seqSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ri_writer": {
          "type": {
            "kind": "struct",
            "name": "ar9300_rad_writer"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ar9300_radar_state": {
      "size": 40,
      "fields": {
        "rs_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 0
        },
        "rs_chan_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rs_firpwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rs_height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rs_inband": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rs_num_radar_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rs_pulse_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rs_radar_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ar9300_rxs": {
      "size": 48,
      "fields": {
        "ds_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "status11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "status2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "status5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "status6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "status7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "status8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "status9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ar9300_txc": {
      "size": 128,
      "fields": {
        "ds_ctl10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ds_ctl11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ds_ctl12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ds_ctl13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ds_ctl14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ds_ctl15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ds_ctl16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ds_ctl17": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ds_ctl18": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ds_ctl19": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ds_ctl20": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ds_ctl21": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ds_ctl22": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ds_ctl23": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ds_ctl3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ds_ctl5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ds_ctl7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ds_ctl9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ds_data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ds_data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ds_data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ds_data3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ds_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ds_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "ar9300_txs": {
      "size": 36,
      "fields": {
        "ds_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "status5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "status6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "status7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "status8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "arb_line": {
      "size": 12,
      "fields": {
        "add": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "l": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ubound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "arch_shared_info": {
      "size": 48,
      "fields": {
        "max_pfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nmi_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "p2m_cr3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "p2m_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "p2m_vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pfn_to_mfn_frame_list_list": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "arch_vcpu_info": {
      "size": 16,
      "fields": {
        "cr2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "arcmsr_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "arphdr": {
      "size": 8,
      "fields": {
        "ar_hln": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ar_hrd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ar_op": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ar_pln": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ar_pro": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "arpstat": {
      "size": 96,
      "fields": {
        "arp_spares": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "dupips": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "received": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rxreplies": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rxrequests": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "txerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "txreplies": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "txrequests": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "asc_key": {
      "size": 8,
      "fields": {
        "asc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ascq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "asc_table_entry": {
      "size": 16,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "asc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ascq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ast_entry": {
      "size": 16,
      "fields": {
        "ae_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ae_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ae_tdp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "async_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "async_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "async_node": {
      "size": 32,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "event_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6fc15ae9c610cce8"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "at7_entry_t": {
      "size": 64,
      "fields": {
        "at_cmnd": {
          "type": {
            "kind": "struct",
            "name": "fcp_cmnd_iu_t"
          },
          "offset": 32
        },
        "at_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "at_hdr": {
          "type": {
            "kind": "struct",
            "name": "fc_hdr_t"
          },
          "offset": 8
        },
        "at_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "at_ta_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "at_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ata_cam_device": {
      "size": 20,
      "fields": {
        "atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ata_channel": {
      "size": 1848,
      "fields": {
        "attached": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "conntask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 752
        },
        "curr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ata_cam_device"
            }
          },
          "offset": 1120
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 696
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ata_dma"
          },
          "offset": 488
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 688
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "ata_lowlevel"
          },
          "offset": 416
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 408
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 792
        },
        "pm_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 692
        },
        "poll_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1448
        },
        "r_io": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ata_resource"
            }
          },
          "offset": 16
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 400
        },
        "request": {
          "type": {
            "kind": "struct",
            "name": "ata_request"
          },
          "offset": 1512
        },
        "requestsense": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1440
        },
        "running": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ata_request"
            }
          },
          "offset": 744
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 784
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 736
        },
        "state_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 704
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "user": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ata_cam_device"
            }
          },
          "offset": 800
        }
      },
      "kind": "struct"
    },
    "ata_chip_id": {
      "size": 32,
      "fields": {
        "cfg1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cfg2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "chipid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "chiprev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "max_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ata_cmd": {
      "size": 14,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "features_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lba_high_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "lba_low_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "lba_mid_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "sector_count_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ata_composite": {
      "size": 336,
      "fields": {
        "data_1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 320
        },
        "data_2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 328
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "rd_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rd_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "request": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ata_request"
              }
            }
          },
          "offset": 56
        },
        "residual": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "wr_depend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "wr_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "wr_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ata_dc_cb_args": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "maddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ata_dma": {
      "size": 40,
      "fields": {
        "data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "work": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "work_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "work_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "work_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ata_dma_prdentry": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ata_dmasetprd_args": {
      "size": 16,
      "fields": {
        "dmatab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ata_dmaslot": {
      "size": 16,
      "fields": {
        "data_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ata_gp_log_dir": {
      "size": 512,
      "fields": {
        "header": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "count": 510,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ata_identify_log_pages": {
      "size": 512,
      "fields": {
        "entries": {
          "type": {
            "count": 503,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ata_identify_log_sup_cap": {
      "size": 512,
      "fields": {
        "download_code_cap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "dsm": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "form_factor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "header": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nom_media_rotation_rate": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 392,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "sup_cap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sup_zac_cap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "util_per_unit_time": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "util_usage_rate_sup": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "wrv_sec_cnt_mode2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "wrv_sec_cnt_mode3": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "wwn": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "zoned_cap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ata_intel_data": {
      "size": 40,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "smap": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ata_lowlevel": {
      "size": 72,
      "fields": {
        "begin_transaction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "command": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "end_transaction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "pm_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "pm_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "softreset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "tf_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tf_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ata_params": {
      "size": 512,
      "fields": {
        "acoustic": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 188
        },
        "apiomodes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "apm_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "atavalid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "capabilities1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "capabilities2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "cfa_kms_support": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 324
        },
        "cfa_memory_modes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 328
        },
        "cfa_powermode1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 320
        },
        "cfa_trueide_modes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 326
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "current_cylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 108
        },
        "current_heads": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 110
        },
        "current_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "current_size_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "current_size_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "cylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enabled": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f749a1011bb8383"
          },
          "offset": 170
        },
        "enabled2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "enhanced_erase_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "erase_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 178
        },
        "form_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "hwres": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 186
        },
        "integrity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 510
        },
        "isd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 214
        },
        "lba_size48_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 200
        },
        "lba_size48_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 202
        },
        "lba_size48_3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 204
        },
        "lba_size48_4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 206
        },
        "lba_size_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "lba_size_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 122
        },
        "lsalign": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 418
        },
        "lss_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 234
        },
        "lss_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 236
        },
        "master_passwd_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "max_dsm_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 210
        },
        "media_rotation_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 434
        },
        "media_serial": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 352
        },
        "model": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "multi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "mwdmamin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "mwdmamodes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "mwdmarec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "nv_cache_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 428
        },
        "nv_cache_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 438
        },
        "nv_cache_size_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 430
        },
        "nv_cache_size_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 432
        },
        "obsolete22": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "obsolete4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "obsolete5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "obsolete62": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "pioblind": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "pioiordy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "product_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 340
        },
        "pss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 212
        },
        "queue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "removable_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 254
        },
        "reserved104": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "reserved112": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 224
        },
        "reserved121": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 242
        },
        "reserved129": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 258
        },
        "reserved161": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 322
        },
        "reserved165": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 330
        },
        "reserved174": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 348
        },
        "reserved207": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 414
        },
        "reserved218": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 436
        },
        "reserved221": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 442
        },
        "reserved224": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 448
        },
        "reserved70": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "reserved73": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 146
        },
        "reserved74": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "retired20": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "retired21": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "retired_dmamode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "retired_piomode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "rlsovlap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "rlsservice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "satacapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "satacapabilities2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "sataenabled": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "satasupport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "sct": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 412
        },
        "sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "sectors_intr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "security_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "serial": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "specconf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stream_access_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 194
        },
        "stream_granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "stream_min_req_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "stream_transfer_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 192
        },
        "support": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f749a1011bb8383"
          },
          "offset": 164
        },
        "support2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "support3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "support_dsm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 338
        },
        "tcg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "transport_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 444
        },
        "transport_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 446
        },
        "udmamodes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "vendor7": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14
        },
        "version_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "version_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "wrv_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 440
        },
        "wrv_sectors_m2_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 424
        },
        "wrv_sectors_m2_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 426
        },
        "wrv_sectors_m3_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 420
        },
        "wrv_sectors_m3_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 422
        },
        "wwn": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "ata_pass_12": {
      "size": 12,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ata_pass_16": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "features_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "lba_high_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lba_low_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lba_mid_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sector_count_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ata_pass_32": {
      "size": 32,
      "fields": {
        "auxiliary": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "features": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "icc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "lba": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "reserved1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "service_action": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ata_pci_controller": {
      "size": 312,
      "fields": {
        "ch_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "ch_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "ch_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "ch_suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "chip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ata_chip_id"
            }
          },
          "offset": 64
        },
        "chipdeinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "chipinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "chipset_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 304
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "getrev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "ichannels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "interrupt": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_e85b585e7537279f"
            }
          },
          "offset": 176
        },
        "legacy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "r_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "r_res1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "r_res2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "r_rid1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "r_rid2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "r_type1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "r_type2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "setmode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ata_promise_sx4": {
      "size": 56,
      "fields": {
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_311da11b65b04d88"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ata_quirk_entry": {
      "size": 48,
      "fields": {
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "maxtags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mintags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ata_request": {
      "size": 336,
      "fields": {
        "bio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 280
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 184
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 328
        },
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_78d3cbfc75ceff9b"
          },
          "offset": 312
        },
        "composite": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ata_composite"
            }
          },
          "offset": 296
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ata_dmaslot"
            }
          },
          "offset": 88
        },
        "done": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 120
        },
        "donecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 304
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 97
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "retries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 248
        },
        "this": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "transfersize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_c9e582c8ef7e6e83"
          },
          "offset": 24
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ata_res": {
      "size": 12,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lba_high_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "lba_low_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "lba_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "lba_mid_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "sector_count_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ata_resource": {
      "size": 16,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ata_scan_bus_info": {
      "size": 24,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cpi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_pathinq"
            }
          },
          "offset": 8
        },
        "request_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ata_zoned_info_log": {
      "size": 512,
      "fields": {
        "header": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "max_seq_req_zones": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "optimal_nonseq_zones": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "optimal_seq_zones": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 456,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "version_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "zoned_cap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "zoned_settings": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "atapi_sense": {
      "size": 18,
      "fields": {
        "asc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ascq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "cmd_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3
        },
        "cmd_specific_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "replaceable_unit_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "segment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sense_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "specific": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "specific1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "specific2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "ath_buf": {
      "size": 424,
      "fields": {
        "bf_comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "bf_daddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "bf_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_desc"
            }
          },
          "offset": 40
        },
        "bf_descid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "bf_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 112
        },
        "bf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "bf_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 144
        },
        "bf_lastds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_desc"
            }
          },
          "offset": 136
        },
        "bf_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b87827c3d4931df3"
          },
          "offset": 0
        },
        "bf_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 120
        },
        "bf_mapsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "bf_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 16
        },
        "bf_nextfraglen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "bf_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 128
        },
        "bf_nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "bf_rxstatus": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6e021cdbe419c63d"
          },
          "offset": 28
        },
        "bf_segs": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 160
        },
        "bf_state": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aac86ab38a7ce08e"
          },
          "offset": 336
        },
        "bf_status": {
          "type": {
            "kind": "struct",
            "name": "ath_desc_status"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ath_bufhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_bufhead_s": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_desc": {
      "size": 96,
      "fields": {
        "ds_ctl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ds_ctl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ds_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_hw": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "ds_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ath_desc_status": {
      "size": 52,
      "fields": {
        "ds_us": {
          "type": {
            "kind": "union",
            "name": "unnamed_a7fc6b67e540ac28"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ath_descdma": {
      "size": 80,
      "fields": {
        "dd_bufptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 72
        },
        "dd_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_desc"
            }
          },
          "offset": 8
        },
        "dd_desc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "dd_desc_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dd_descsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dd_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "dd_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "dd_dseg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 40
        },
        "dd_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ath_diag": {
      "size": 48,
      "fields": {
        "ad_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ad_in_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ad_in_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ad_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ad_out_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ad_out_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ath_hal": {
      "size": 1480,
      "fields": {
        "ah_analog2GhzRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "ah_analog5GhzRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "ah_aniPoll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 648
        },
        "ah_beaconInit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1168
        },
        "ah_btCoexDisable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1408
        },
        "ah_btCoexEnable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1416
        },
        "ah_btCoexSetBmissThresh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1392
        },
        "ah_btCoexSetConfig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1368
        },
        "ah_btCoexSetInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1360
        },
        "ah_btCoexSetParameter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1400
        },
        "ah_btCoexSetQcuThresh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1376
        },
        "ah_btCoexSetWeights": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1384
        },
        "ah_btMciDetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1456
        },
        "ah_btMciGetInterrupt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1440
        },
        "ah_btMciSendMessage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1432
        },
        "ah_btMciSetup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1424
        },
        "ah_btMciState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1448
        },
        "ah_chainTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1200
        },
        "ah_clr11nAggr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1264
        },
        "ah_clrMulticastFilterIndex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 600
        },
        "ah_config": {
          "type": {
            "kind": "struct",
            "name": "HAL_OPS_CONFIG"
          },
          "offset": 96
        },
        "ah_configPCIE": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "ah_countryCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ah_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "ah_detectCardPresent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 816
        },
        "ah_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ah_disable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "ah_disablePCIE": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "ah_divLnaConfGet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1464
        },
        "ah_divLnaConfSet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1472
        },
        "ah_eepromdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 48
        },
        "ah_enableDfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1000
        },
        "ah_enableReceive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 552
        },
        "ah_fillTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 456
        },
        "ah_get11nExtBusy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1296
        },
        "ah_get11nRxClear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1312
        },
        "ah_getAckCTSRate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 928
        },
        "ah_getAckTimeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 912
        },
        "ah_getAntennaSwitch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 856
        },
        "ah_getBssIdMask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 704
        },
        "ah_getCTSTimeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 944
        },
        "ah_getCapability": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 664
        },
        "ah_getChanNoise": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1152
        },
        "ah_getDefAntenna": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 840
        },
        "ah_getDfsDefaultThresh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1016
        },
        "ah_getDfsThresh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1008
        },
        "ah_getDiagState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 680
        },
        "ah_getInterrupts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1344
        },
        "ah_getKeyCacheSize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1096
        },
        "ah_getMacAddress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 688
        },
        "ah_getMibCycleCounts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1288
        },
        "ah_getNav": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 984
        },
        "ah_getNextTBTT": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1192
        },
        "ah_getPendingInterrupts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1336
        },
        "ah_getPowerMode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1144
        },
        "ah_getRateTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "ah_getRfGain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 832
        },
        "ah_getRxDP": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 536
        },
        "ah_getRxFilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 608
        },
        "ah_getSifsTime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 880
        },
        "ah_getSlotTime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 896
        },
        "ah_getTsf32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 784
        },
        "ah_getTsf64": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 792
        },
        "ah_getTxCompletionRates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 488
        },
        "ah_getTxDP": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 400
        },
        "ah_getTxDescLink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 504
        },
        "ah_getTxDescLinkPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 512
        },
        "ah_getTxIntrQueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 472
        },
        "ah_getTxQueueProps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "ah_getTxRawTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 528
        },
        "ah_gpioCfgInput": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 752
        },
        "ah_gpioCfgOutput": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 744
        },
        "ah_gpioGet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 760
        },
        "ah_gpioSet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 768
        },
        "ah_gpioSetIntr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 776
        },
        "ah_intrstate": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "ah_isFastClockEnabled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1032
        },
        "ah_isInterruptPending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1328
        },
        "ah_isKeyCacheEntryValid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1112
        },
        "ah_macRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ah_macVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ah_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ah_numTxPending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 416
        },
        "ah_perCalibration": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 304
        },
        "ah_perCalibrationN": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "ah_phyDisable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "ah_phyRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "ah_powerMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_aaf254cb739363fb"
          },
          "offset": 92
        },
        "ah_procMibEvent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 656
        },
        "ah_procRadarEvent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1024
        },
        "ah_procRxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 632
        },
        "ah_procTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 464
        },
        "ah_releaseTxQueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 384
        },
        "ah_reqTxIntrDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 480
        },
        "ah_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "ah_resetCalValid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 320
        },
        "ah_resetKeyCacheEntry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1104
        },
        "ah_resetStationBeaconTimers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1184
        },
        "ah_resetTsf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 808
        },
        "ah_resetTxQueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 392
        },
        "ah_rxMonitor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 640
        },
        "ah_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ah_set11nAggrFirst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1240
        },
        "ah_set11nAggrLast": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1256
        },
        "ah_set11nAggrMiddle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1248
        },
        "ah_set11nBurstDuration": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1272
        },
        "ah_set11nMac2040": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1304
        },
        "ah_set11nRateScenario": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1224
        },
        "ah_set11nRxClear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1320
        },
        "ah_set11nTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1232
        },
        "ah_set11nVirtMoreFrag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1280
        },
        "ah_setAckCTSRate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 920
        },
        "ah_setAckTimeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 904
        },
        "ah_setAntennaSwitch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 864
        },
        "ah_setBeaconTimers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1160
        },
        "ah_setBoardValues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "ah_setBssIdMask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 712
        },
        "ah_setCTSTimeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 936
        },
        "ah_setCapability": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 672
        },
        "ah_setChainMasks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 976
        },
        "ah_setCoverageClass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 960
        },
        "ah_setDecompMask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 952
        },
        "ah_setDefAntenna": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 848
        },
        "ah_setDfsCacTxQuiet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1040
        },
        "ah_setInterrupts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1352
        },
        "ah_setKeyCacheEntry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1120
        },
        "ah_setKeyCacheEntryMac": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1128
        },
        "ah_setLedState": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 728
        },
        "ah_setMacAddress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 696
        },
        "ah_setMulticastFilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 584
        },
        "ah_setMulticastFilterIndex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 592
        },
        "ah_setNav": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 992
        },
        "ah_setPCUConfig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "ah_setPowerMode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1136
        },
        "ah_setQuiet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 968
        },
        "ah_setRegulatoryDomain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 720
        },
        "ah_setRxDP": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 544
        },
        "ah_setRxFilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 616
        },
        "ah_setSifsTime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 872
        },
        "ah_setSlotTime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 888
        },
        "ah_setStationBeaconTimers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1176
        },
        "ah_setTsf64": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 800
        },
        "ah_setTxDP": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 408
        },
        "ah_setTxDescLink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 496
        },
        "ah_setTxPower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "ah_setTxPowerLimit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "ah_setTxQueueProps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "ah_setupFirstTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1208
        },
        "ah_setupLastTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1216
        },
        "ah_setupRxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 624
        },
        "ah_setupTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 440
        },
        "ah_setupTxQueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "ah_setupTxStatusRing": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "ah_setupXTxDesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 448
        },
        "ah_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ah_spectralConfigure": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1048
        },
        "ah_spectralGetConfig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1056
        },
        "ah_spectralIsActive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1088
        },
        "ah_spectralIsEnabled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1080
        },
        "ah_spectralStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1064
        },
        "ah_spectralStop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1072
        },
        "ah_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ah_startPcuReceive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 568
        },
        "ah_startTxDma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "ah_stopDmaReceive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 560
        },
        "ah_stopPcuReceive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 576
        },
        "ah_stopTxDma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 432
        },
        "ah_subvendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ah_syncstate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ah_updateMibCounters": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 824
        },
        "ah_updateTxTrigLevel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "ah_writeAssocid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 736
        }
      },
      "kind": "struct"
    },
    "ath_hal_5210": {
      "size": 10864,
      "fields": {
        "ah_acktimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10852
        },
        "ah_associd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10860
        },
        "ah_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10648
        },
        "ah_ctstimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10856
        },
        "ah_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10616
        },
        "ah_maskReg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10624
        },
        "ah_priv": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_private"
          },
          "offset": 0
        },
        "ah_rssiThr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10840
        },
        "ah_sifstime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10844
        },
        "ah_slottime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10848
        },
        "ah_staId1Defaults": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10836
        },
        "ah_txDescInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10636
        },
        "ah_txEolInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10640
        },
        "ah_txErrInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10632
        },
        "ah_txOkInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10628
        },
        "ah_txUrnInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10644
        },
        "ah_txq": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "HAL_TX_QUEUE_INFO"
            }
          },
          "offset": 10656
        }
      },
      "kind": "struct"
    },
    "ath_hal_5211": {
      "size": 11344,
      "fields": {
        "ah_acktimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11324
        },
        "ah_bIQCalibration": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 11292
        },
        "ah_beaconInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11308
        },
        "ah_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10654
        },
        "ah_calibrationTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11288
        },
        "ah_ctstimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11328
        },
        "ah_diversityControl": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8abcc1b9cb78e239"
          },
          "offset": 11284
        },
        "ah_gainValues": {
          "type": {
            "kind": "struct",
            "name": "GAIN_VALUES"
          },
          "offset": 10616
        },
        "ah_gpioBit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11340
        },
        "ah_gpioSelect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11332
        },
        "ah_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10648
        },
        "ah_maskReg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10660
        },
        "ah_polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11336
        },
        "ah_priv": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_private"
          },
          "offset": 0
        },
        "ah_rfgainState": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 11296
        },
        "ah_rssiThr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11312
        },
        "ah_sifstime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11316
        },
        "ah_slottime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11320
        },
        "ah_staId1Defaults": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11304
        },
        "ah_tx6PowerInHalfDbm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11300
        },
        "ah_txDescInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10672
        },
        "ah_txEolInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10676
        },
        "ah_txErrInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10668
        },
        "ah_txOkInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10664
        },
        "ah_txUrnInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10680
        },
        "ah_txq": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "HAL_TX_QUEUE_INFO"
            }
          },
          "offset": 10684
        }
      },
      "kind": "struct"
    },
    "ath_hal_5212": {
      "size": 17376,
      "fields": {
        "ah_acktimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11652
        },
        "ah_ani": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar5212AniState"
            }
          },
          "offset": 12040
        },
        "ah_aniControl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17160
        },
        "ah_aniParams24": {
          "type": {
            "kind": "struct",
            "name": "ar5212AniParams"
          },
          "offset": 11684
        },
        "ah_aniParams5": {
          "type": {
            "kind": "struct",
            "name": "ar5212AniParams"
          },
          "offset": 11856
        },
        "ah_antControl": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8abcc1b9cb78e239"
          },
          "offset": 11564
        },
        "ah_assocId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10698
        },
        "ah_bIQCalibration": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9c12b5addda4c985"
          },
          "offset": 11572
        },
        "ah_beaconInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11616
        },
        "ah_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10686
        },
        "ah_bssidmask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10692
        },
        "ah_ctlBusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17260
        },
        "ah_ctstimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11656
        },
        "ah_curani": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ar5212AniState"
            }
          },
          "offset": 12032
        },
        "ah_cwCalRequire": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 11596
        },
        "ah_cycleCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17256
        },
        "ah_decompMask": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11436
        },
        "ah_diversity": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 11568
        },
        "ah_enable32kHzClock": {
          "type": {
            "kind": "enum",
            "name": "unnamed_01aa306b6569f306"
          },
          "offset": 11620
        },
        "ah_gainValues": {
          "type": {
            "kind": "struct",
            "name": "GAIN_VALUES"
          },
          "offset": 10648
        },
        "ah_gpioBit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11672
        },
        "ah_gpioSelect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11664
        },
        "ah_hasHwPhyCounters": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 11680
        },
        "ah_ini_common": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 10632
        },
        "ah_ini_modes": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 10616
        },
        "ah_intrTxqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11432
        },
        "ah_isHb63": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 11608
        },
        "ah_macTPC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11612
        },
        "ah_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10680
        },
        "ah_maskReg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10700
        },
        "ah_maxTxTrigLev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17255
        },
        "ah_miscMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11588
        },
        "ah_nfCalHist": {
          "type": {
            "kind": "struct",
            "name": "ar5212NfCalHist"
          },
          "offset": 11630
        },
        "ah_ofdmTxPower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11624
        },
        "ah_pcdacTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 17168
        },
        "ah_pcdacTableSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17176
        },
        "ah_phyPowerOn": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 11604
        },
        "ah_polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11668
        },
        "ah_priv": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_private"
          },
          "offset": 0
        },
        "ah_procPhyErr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11676
        },
        "ah_ratesArray": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 17180
        },
        "ah_rfHal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "RF_HAL_FUNCS"
            }
          },
          "offset": 10800
        },
        "ah_rfgainState": {
          "type": {
            "kind": "enum",
            "name": "unnamed_49fd62151cb5ec3f"
          },
          "offset": 11576
        },
        "ah_rssiThr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11592
        },
        "ah_rxBusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17264
        },
        "ah_rx_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17272
        },
        "ah_sifstime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11660
        },
        "ah_slottime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11648
        },
        "ah_staId1Defaults": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11584
        },
        "ah_stats": {
          "type": {
            "kind": "struct",
            "name": "HAL_ANI_STATS"
          },
          "offset": 10704
        },
        "ah_tpcEnabled": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 11600
        },
        "ah_tx6PowerInHalfDbm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11580
        },
        "ah_txBusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17268
        },
        "ah_txDescInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10820
        },
        "ah_txDescMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10808
        },
        "ah_txEolInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10824
        },
        "ah_txErrInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10816
        },
        "ah_txOkInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10812
        },
        "ah_txPowerIndexOffset": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 11628
        },
        "ah_txTrigLev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17254
        },
        "ah_txUrnInterruptMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10828
        },
        "ah_tx_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17276
        },
        "ah_txq": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "HAL_TX_QUEUE_INFO"
            }
          },
          "offset": 10832
        },
        "ext_ani_stats": {
          "type": {
            "kind": "struct",
            "name": "HAL_ANI_STATS"
          },
          "offset": 17280
        }
      },
      "kind": "struct"
    },
    "ath_hal_5416": {
      "size": 18192,
      "fields": {
        "ah_5212": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_5212"
          },
          "offset": 0
        },
        "ah_ani_function": {
          "type": {
            "kind": "enum",
            "name": "unnamed_70fbf9b080ec7eca"
          },
          "offset": 17760
        },
        "ah_btActiveGpioSelect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18149
        },
        "ah_btActivePolarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18152
        },
        "ah_btCoexBTWeight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18172
        },
        "ah_btCoexConfigType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18148
        },
        "ah_btCoexEnabled": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 18164
        },
        "ah_btCoexFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18184
        },
        "ah_btCoexMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18168
        },
        "ah_btCoexMode2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18180
        },
        "ah_btCoexSetDiversity": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17584
        },
        "ah_btCoexSingleAnt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 18156
        },
        "ah_btCoexWLANWeight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18176
        },
        "ah_btModule": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c99e6383c99aa3c2"
          },
          "offset": 18144
        },
        "ah_btPriorityGpioSelect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18150
        },
        "ah_btWlanIsolation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18160
        },
        "ah_cal": {
          "type": {
            "kind": "struct",
            "name": "ar5416PerCal"
          },
          "offset": 17768
        },
        "ah_cal_initcal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17536
        },
        "ah_cal_pacal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17544
        },
        "ah_ctlBusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17736
        },
        "ah_cycleCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17732
        },
        "ah_extBusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17740
        },
        "ah_globaltxtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17592
        },
        "ah_gpioMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17596
        },
        "ah_hangs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17600
        },
        "ah_ht40PowerIncForPdadc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18064
        },
        "ah_ini_addac": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17488
        },
        "ah_ini_bank0": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17392
        },
        "ah_ini_bank1": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17408
        },
        "ah_ini_bank2": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17424
        },
        "ah_ini_bank3": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17440
        },
        "ah_ini_bank6": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17456
        },
        "ah_ini_bank7": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17472
        },
        "ah_ini_bb_rfgain": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17376
        },
        "ah_ini_pcieserdes": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 17504
        },
        "ah_initPLL": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17576
        },
        "ah_keytype": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17604
        },
        "ah_need_an_top2_fixup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18140
        },
        "ah_olcInit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17552
        },
        "ah_olcTempCompensation": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17560
        },
        "ah_ratesArray": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 18068
        },
        "ah_rxBusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17744
        },
        "ah_rx_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17752
        },
        "ah_setPowerCalTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17568
        },
        "ah_spurMitigate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17528
        },
        "ah_txBusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17748
        },
        "ah_tx_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17756
        },
        "ah_wlanActiveGpioSelect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18151
        },
        "ah_writeIni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 17520
        },
        "initPDADC": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18060
        },
        "nf_2g": {
          "type": {
            "kind": "struct",
            "name": "ar5416NfLimits"
          },
          "offset": 18048
        },
        "nf_5g": {
          "type": {
            "kind": "struct",
            "name": "ar5416NfLimits"
          },
          "offset": 18054
        }
      },
      "kind": "struct"
    },
    "ath_hal_9280": {
      "size": 18336,
      "fields": {
        "PDADCdelta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18240
        },
        "ah_5416": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_5416"
          },
          "offset": 0
        },
        "ah_ini_rxgain": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18208
        },
        "ah_ini_txgain": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18224
        },
        "ah_ini_xmodes": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18192
        },
        "originalGain": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18244
        }
      },
      "kind": "struct"
    },
    "ath_hal_9285": {
      "size": 18232,
      "fields": {
        "ah_5416": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_5416"
          },
          "offset": 0
        },
        "ah_ini_rxgain": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18208
        },
        "ah_ini_txgain": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18192
        },
        "pacal_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f25a0e41162483b8"
          },
          "offset": 18224
        }
      },
      "kind": "struct"
    },
    "ath_hal_9287": {
      "size": 18368,
      "fields": {
        "PDADCdelta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18272
        },
        "ah_5416": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_5416"
          },
          "offset": 0
        },
        "ah_ini_cckFirJapan2484": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18256
        },
        "ah_ini_cckFirNormal": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18240
        },
        "ah_ini_rxgain": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18208
        },
        "ah_ini_txgain": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18224
        },
        "ah_ini_xmodes": {
          "type": {
            "kind": "struct",
            "name": "HAL_INI_ARRAY"
          },
          "offset": 18192
        },
        "originalGain": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18276
        }
      },
      "kind": "struct"
    },
    "ath_hal_9300": {
      "size": 52728,
      "fields": {
        "ah_2g_paprd_rate_mask_ht20": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52060
        },
        "ah_2g_paprd_rate_mask_ht40": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52064
        },
        "ah_5g_paprd_rate_mask_ht20": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52068
        },
        "ah_5g_paprd_rate_mask_ht40": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52072
        },
        "ah_abort_txdma_norx": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52544
        },
        "ah_ack_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12700
        },
        "ah_ani": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_ani_state"
            }
          },
          "offset": 12832
        },
        "ah_ani_function": {
          "type": {
            "kind": "enum",
            "name": "unnamed_70fbf9b080ec7eca"
          },
          "offset": 50252
        },
        "ah_ani_period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12820
        },
        "ah_antenna_switch_swap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12528
        },
        "ah_ar": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ar_state"
          },
          "offset": 48060
        },
        "ah_arq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_radar_q_elem"
            }
          },
          "offset": 50136
        },
        "ah_arq_info": {
          "type": {
            "kind": "struct",
            "name": "ar9300_radar_q_info"
          },
          "offset": 50144
        },
        "ah_assoc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11762
        },
        "ah_atim_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12520
        },
        "ah_avail_gen_timers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12800
        },
        "ah_bb_panic_last_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52604
        },
        "ah_bb_panic_timeout_ms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52600
        },
        "ah_beaconInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52720
        },
        "ah_beacon_rssi_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12532
        },
        "ah_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11750
        },
        "ah_bssid_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11756
        },
        "ah_bt_active_gpio_select": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12737
        },
        "ah_bt_active_polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12740
        },
        "ah_bt_coex_bt_weight": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12760
        },
        "ah_bt_coex_config_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12736
        },
        "ah_bt_coex_enabled": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12752
        },
        "ah_bt_coex_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12796
        },
        "ah_bt_coex_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12756
        },
        "ah_bt_coex_mode2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12792
        },
        "ah_bt_coex_single_ant": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12744
        },
        "ah_bt_coex_wlan_weight": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12776
        },
        "ah_bt_module": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c99e6383c99aa3c2"
          },
          "offset": 12732
        },
        "ah_bt_priority_gpio_select": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12738
        },
        "ah_bt_wlan_isolation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12748
        },
        "ah_cac_quiet_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52532
        },
        "ah_cal_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_CAL_LIST"
            }
          },
          "offset": 12592
        },
        "ah_cal_list_curr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_CAL_LIST"
            }
          },
          "offset": 12608
        },
        "ah_cal_list_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_CAL_LIST"
            }
          },
          "offset": 12600
        },
        "ah_cal_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 50240
        },
        "ah_cal_samples": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12664
        },
        "ah_chip_full_sleep": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12516
        },
        "ah_chip_reset_done": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52540
        },
        "ah_ctl_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50212
        },
        "ah_curani": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_ani_state"
            }
          },
          "offset": 12824
        },
        "ah_cycle_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50208
        },
        "ah_cycles": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50404
        },
        "ah_db2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52588
        },
        "ah_dc_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52344
        },
        "ah_dcs_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52660
        },
        "ah_default_tx_power": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52080
        },
        "ah_disable_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52356
        },
        "ah_diversity_control": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8abcc1b9cb78e239"
          },
          "offset": 12524
        },
        "ah_dma_stuck": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 51020
        },
        "ah_eep_enabled": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12728
        },
        "ah_eeprom": {
          "type": {
            "kind": "struct",
            "name": "ar9300_eeprom_t"
          },
          "offset": 10616
        },
        "ah_emu_eeprom": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 50248
        },
        "ah_enable32k_hz_clock": {
          "type": {
            "kind": "enum",
            "name": "unnamed_01aa306b6569f306"
          },
          "offset": 12684
        },
        "ah_enable_keysearch_always": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52648
        },
        "ah_enable_tsf2": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12812
        },
        "ah_enterprise_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52336
        },
        "ah_ext_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50216
        },
        "ah_ext_prot_spacing": {
          "type": {
            "kind": "enum",
            "name": "unnamed_371b310e77295f3b"
          },
          "offset": 50220
        },
        "ah_fccaifs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52652
        },
        "ah_g_beacon_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12704
        },
        "ah_gain_values": {
          "type": {
            "kind": "struct",
            "name": "GAIN_VALUES"
          },
          "offset": 11704
        },
        "ah_get_plcp_hdr": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12680
        },
        "ah_gpio_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12724
        },
        "ah_gpio_cause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12712
        },
        "ah_gpio_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12708
        },
        "ah_gpio_select": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12716
        },
        "ah_hang": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 50420
        },
        "ah_hang_wars": {
          "type": {
            "kind": "enum",
            "name": "hal_hw_hangs"
          },
          "offset": 50444
        },
        "ah_hostifregs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_12c0aabd00a2c7e9"
          },
          "offset": 52120
        },
        "ah_hw_green_tx_enable": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52348
        },
        "ah_hwp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 50232
        },
        "ah_ier_ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 11776
        },
        "ah_immunity_on": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 51016
        },
        "ah_immunity_vals": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50992
        },
        "ah_ini_BTCOEX_MAX_TXPWR": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50720
        },
        "ah_ini_bb": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_ini_array"
            }
          },
          "offset": 50832
        },
        "ah_ini_dfs": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50976
        },
        "ah_ini_japan2484": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50688
        },
        "ah_ini_mac": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_ini_array"
            }
          },
          "offset": 50784
        },
        "ah_ini_modes_additional": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50608
        },
        "ah_ini_modes_additional_40mhz": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50624
        },
        "ah_ini_modes_rxgain": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50640
        },
        "ah_ini_modes_rxgain_bb_core": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50752
        },
        "ah_ini_modes_rxgain_bb_postamble": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50768
        },
        "ah_ini_modes_rxgain_bounds": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50656
        },
        "ah_ini_modes_rxgain_xlna": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50736
        },
        "ah_ini_modes_txgain": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50672
        },
        "ah_ini_pcie_serdes": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50576
        },
        "ah_ini_pcie_serdes_low_power": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50592
        },
        "ah_ini_radio": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_ini_array"
            }
          },
          "offset": 50880
        },
        "ah_ini_radio_post_sys2ant": {
          "type": {
            "kind": "struct",
            "name": "ar9300_ini_array"
          },
          "offset": 50704
        },
        "ah_ini_soc": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_ini_array"
            }
          },
          "offset": 50928
        },
        "ah_intr_gen_timer_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12808
        },
        "ah_intr_gen_timer_trigger": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12804
        },
        "ah_intr_mitigation_rx": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 50200
        },
        "ah_intr_mitigation_tx": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 50204
        },
        "ah_intr_txqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50196
        },
        "ah_iq_cal_data": {
          "type": {
            "kind": "struct",
            "name": "HAL_CAL_LIST"
          },
          "offset": 12544
        },
        "ah_keytype": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50448
        },
        "ah_lna_div_use_bt_ant_enable": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52360
        },
        "ah_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11744
        },
        "ah_mask2Reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11768
        },
        "ah_mask_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11764
        },
        "ah_mci_bt_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52420
        },
        "ah_mci_coex_2g5g_update": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52492
        },
        "ah_mci_coex_bt_version_known": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52468
        },
        "ah_mci_coex_is_2g": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52496
        },
        "ah_mci_coex_major_version_bt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52466
        },
        "ah_mci_coex_major_version_wlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52464
        },
        "ah_mci_coex_minor_version_bt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52467
        },
        "ah_mci_coex_minor_version_wlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52465
        },
        "ah_mci_coex_wlan_channels": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52476
        },
        "ah_mci_coex_wlan_channels_update": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52472
        },
        "ah_mci_concur_tx_en": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52516
        },
        "ah_mci_cont_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52416
        },
        "ah_mci_gpm_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52424
        },
        "ah_mci_gpm_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52432
        },
        "ah_mci_gpm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52444
        },
        "ah_mci_gpm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52440
        },
        "ah_mci_halted_bt_gpm": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52508
        },
        "ah_mci_int_raw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52404
        },
        "ah_mci_int_rx_msg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52408
        },
        "ah_mci_need_flush_btinfo": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52512
        },
        "ah_mci_query_bt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52500
        },
        "ah_mci_ready": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52400
        },
        "ah_mci_rx_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52412
        },
        "ah_mci_sched_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52448
        },
        "ah_mci_sched_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52456
        },
        "ah_mci_stomp_all_tx_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52521
        },
        "ah_mci_stomp_low_tx_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52520
        },
        "ah_mci_stomp_none_tx_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52522
        },
        "ah_mci_unhalt_bt_gpm": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52504
        },
        "ah_mci_wlan_cal_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52528
        },
        "ah_mci_wlan_cal_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52524
        },
        "ah_meas0": {
          "type": {
            "kind": "union",
            "name": "unnamed_4fd114974b4435ca"
          },
          "offset": 12616
        },
        "ah_meas1": {
          "type": {
            "kind": "union",
            "name": "unnamed_4fd114974b4435ca"
          },
          "offset": 12628
        },
        "ah_meas2": {
          "type": {
            "kind": "union",
            "name": "unnamed_4fd114974b4435ca"
          },
          "offset": 12640
        },
        "ah_meas3": {
          "type": {
            "kind": "union",
            "name": "unnamed_4fd114974b4435ca"
          },
          "offset": 12652
        },
        "ah_misc_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12676
        },
        "ah_msi_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11772
        },
        "ah_ob_db1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52576
        },
        "ah_ofdm_tx_power": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12688
        },
        "ah_paprd_broken": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52116
        },
        "ah_phyrestart_disabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52636
        },
        "ah_polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12720
        },
        "ah_priv": {
          "type": {
            "kind": "struct",
            "name": "ath_hal_private"
          },
          "offset": 0
        },
        "ah_proc_phy_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12816
        },
        "ah_radar": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_radar_state"
            }
          },
          "offset": 45472
        },
        "ah_radar1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52340
        },
        "ah_radarq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_radar_q_elem"
            }
          },
          "offset": 48032
        },
        "ah_radarq_info": {
          "type": {
            "kind": "struct",
            "name": "ar9300_radar_q_info"
          },
          "offset": 48040
        },
        "ah_rates_array": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 50164
        },
        "ah_reduced_self_gen_mask": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52536
        },
        "ah_reset_reason": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52656
        },
        "ah_rf_hal": {
          "type": {
            "kind": "struct",
            "name": "RF_HAL_FUNCS"
          },
          "offset": 11872
        },
        "ah_rifs_enabled": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 50256
        },
        "ah_rifs_reg": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50260
        },
        "ah_rifs_sec_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50304
        },
        "ah_rx_cal_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50228
        },
        "ah_rx_cal_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52556
        },
        "ah_rx_cal_chan_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52560
        },
        "ah_rx_cal_complete": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52552
        },
        "ah_rx_cal_corr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52564
        },
        "ah_rx_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50225
        },
        "ah_rx_chainmask_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12531
        },
        "ah_rx_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50408
        },
        "ah_rx_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50412
        },
        "ah_skip_rx_iq_cal": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52548
        },
        "ah_slot_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12696
        },
        "ah_sm_power_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bac9e1e38df38431"
          },
          "offset": 12512
        },
        "ah_smartantenna_enable": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 52352
        },
        "ah_sta_id1_defaults": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12672
        },
        "ah_stats": {
          "type": {
            "kind": "struct",
            "name": "HAL_ANI_STATS"
          },
          "offset": 11780
        },
        "ah_supp_cals": {
          "type": {
            "kind": "enum",
            "name": "cal_types"
          },
          "offset": 12536
        },
        "ah_temp_comp_cal_data": {
          "type": {
            "kind": "struct",
            "name": "HAL_CAL_LIST"
          },
          "offset": 12568
        },
        "ah_tx6_power_in_half_dbm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12668
        },
        "ah_tx_cal_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50227
        },
        "ah_tx_chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50224
        },
        "ah_tx_chainmask_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12530
        },
        "ah_tx_chainmaskopt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50226
        },
        "ah_tx_desc_interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11900
        },
        "ah_tx_desc_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11888
        },
        "ah_tx_eol_interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11904
        },
        "ah_tx_err_interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11896
        },
        "ah_tx_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 50416
        },
        "ah_tx_ok_interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11892
        },
        "ah_tx_power_index_offset": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12692
        },
        "ah_tx_trig_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52608
        },
        "ah_tx_urn_interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11908
        },
        "ah_txq": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "HAL_TX_QUEUE_INFO"
            }
          },
          "offset": 11912
        },
        "ah_wa_reg_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 51504
        },
        "ah_wlan_active_gpio_select": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12739
        },
        "ath_hal_spur_chans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 52612
        },
        "calibration_data_source": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52380
        },
        "calibration_data_source_address": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52384
        },
        "calibration_data_try": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52388
        },
        "calibration_data_try_address": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52392
        },
        "clk_25mhz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51508
        },
        "ext_ani_state": {
          "type": {
            "kind": "struct",
            "name": "HAL_ANI_STATE"
          },
          "offset": 52664
        },
        "green_ap_ps_on": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52644
        },
        "green_tx_status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_dc58c1642b2b2844"
          },
          "offset": 52640
        },
        "init_pdadc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 50396
        },
        "nf_2GHz": {
          "type": {
            "kind": "struct",
            "name": "ar9300NfLimits"
          },
          "offset": 52696
        },
        "nf_5GHz": {
          "type": {
            "kind": "struct",
            "name": "ar9300NfLimits"
          },
          "offset": 52702
        },
        "nf_cw_int_delta": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 52632
        },
        "nf_tsf32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 51024
        },
        "nfp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ar9300NfLimits"
            }
          },
          "offset": 52712
        },
        "original_gain": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50308
        },
        "pa_table": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 24,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 51516
        },
        "paprd_gain_table_entries": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51804
        },
        "paprd_gain_table_index": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51932
        },
        "paprd_training_power": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52076
        },
        "pdadc_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 50400
        },
        "reg_dmn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 51028
        },
        "rx_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 51500
        },
        "small_signal_gain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 51510
        },
        "try_dram": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52364
        },
        "try_eeprom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52372
        },
        "try_flash": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52368
        },
        "try_otp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52376
        },
        "ts_paddr_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 51496
        },
        "ts_paddr_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 51492
        },
        "ts_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ar9300_txs"
            }
          },
          "offset": 51480
        },
        "ts_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 51490
        },
        "ts_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 51488
        },
        "twice_antenna_gain": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 51032
        },
        "twice_antenna_reduction": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 51034
        },
        "tx_cl_cal_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52396
        },
        "tx_iq_cal_during_agc_cal": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52396
        },
        "tx_iq_cal_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52396
        },
        "txpower": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 51042
        },
        "txpower_stbc": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 51258
        },
        "upper_limit": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 51036
        }
      },
      "kind": "struct"
    },
    "ath_hal_chip": {
      "size": 40,
      "fields": {
        "attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9e15c7f5ce22d1fe"
          },
          "offset": 24
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_hal_private": {
      "size": 10616,
      "fields": {
        "ah_11nCompat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1760
        },
        "ah_analog2GhzRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1606
        },
        "ah_analog5GhzRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1604
        },
        "ah_caps": {
          "type": {
            "kind": "struct",
            "name": "HAL_CAPABILITIES"
          },
          "offset": 1632
        },
        "ah_channels": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "HAL_CHANNEL_INTERNAL"
            }
          },
          "offset": 1772
        },
        "ah_chansurvey": {
          "type": {
            "kind": "struct",
            "name": "HAL_CHANNEL_SURVEY"
          },
          "offset": 9584
        },
        "ah_coverageClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9472
        },
        "ah_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 1624
        },
        "ah_currentRD": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1764
        },
        "ah_currentRDext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1766
        },
        "ah_devType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1613
        },
        "ah_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1592
        },
        "ah_dfsDomain": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3afa7e5289539c59"
          },
          "offset": 1768
        },
        "ah_diagreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1744
        },
        "ah_eeprom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1536
        },
        "ah_eepromDetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1552
        },
        "ah_eepromDiag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1584
        },
        "ah_eepromGet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1560
        },
        "ah_eepromRead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1496
        },
        "ah_eepromSet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1568
        },
        "ah_eepromWrite": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1504
        },
        "ah_eeversion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1544
        },
        "ah_extraTxPow": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1756
        },
        "ah_fatalState": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9480
        },
        "ah_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1608
        },
        "ah_getChannelEdges": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1480
        },
        "ah_getChipPowerLimits": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1512
        },
        "ah_getNfAdjust": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1520
        },
        "ah_getNoiseFloor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1528
        },
        "ah_getSpurChan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1576
        },
        "ah_getWirelessModes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1488
        },
        "ah_ispcie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1612
        },
        "ah_macRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1600
        },
        "ah_macVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1596
        },
        "ah_maxPowerLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1750
        },
        "ah_nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9452
        },
        "ah_opmode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_e04d8a86103e0ce9"
          },
          "offset": 1616
        },
        "ah_phyRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1602
        },
        "ah_powerLimit": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 1748
        },
        "ah_rd2GHz": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "regDomain"
            }
          },
          "offset": 9456
        },
        "ah_rd5GHz": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "regDomain"
            }
          },
          "offset": 9464
        },
        "ah_rfkillEnabled": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 9476
        },
        "ah_rfsilent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9474
        },
        "ah_rxornIsFatal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9504
        },
        "ah_subvendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1594
        },
        "ah_tpScale": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1752
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ath_hal"
          },
          "offset": 0
        },
        "nf_cal_hist": {
          "type": {
            "kind": "struct",
            "name": "HAL_NFCAL_HIST_FULL"
          },
          "offset": 9508
        }
      },
      "kind": "struct"
    },
    "ath_hal_rf": {
      "size": 40,
      "fields": {
        "attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f39d52222f0bfc0d"
          },
          "offset": 24
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_intr_stats": {
      "size": 128,
      "fields": {
        "sync_intr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ath_node": {
      "size": 49032,
      "fields": {
        "an_ff_buf": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 29464
        },
        "an_is_powersave": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29452
        },
        "an_leak_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 49016
        },
        "an_mcastrix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29449
        },
        "an_mgmtrix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29448
        },
        "an_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48976
        },
        "an_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48944
        },
        "an_node": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        },
        "an_node_stats": {
          "type": {
            "kind": "struct",
            "name": "HAL_NODE_STATS"
          },
          "offset": 49020
        },
        "an_stack_psq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29456
        },
        "an_swq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 49008
        },
        "an_tid": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ath_tid"
            }
          },
          "offset": 29496
        },
        "an_tim_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29460
        },
        "clrdmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 49012
        }
      },
      "kind": "struct"
    },
    "ath_pci_softc": {
      "size": 33584,
      "fields": {
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 33576
        },
        "sc_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 33568
        },
        "sc_sc": {
          "type": {
            "kind": "struct",
            "name": "ath_softc"
          },
          "offset": 0
        },
        "sc_sr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 33560
        }
      },
      "kind": "struct"
    },
    "ath_ratectrl": {
      "size": 8,
      "fields": {
        "arc_space": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ath_rateioctl": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "if_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "is_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a98f81ac47a6f494"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ath_rateioctl_rt": {
      "size": 68,
      "fields": {
        "nentries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "ratecode": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ath_rateioctl_tlv": {
      "size": 4,
      "fields": {
        "tlv_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "tlv_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ath_rc_series": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max4msframelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ratecode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tx_power_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ath_rx_edma": {
      "size": 40,
      "fields": {
        "m_fifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 0
        },
        "m_fifo_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "m_fifo_head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "m_fifo_tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "m_fifolen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "m_holdbf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 32
        },
        "m_rxpending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ath_rx_methods": {
      "size": 72,
      "fields": {
        "recv_flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "recv_rxbuf_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "recv_sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "recv_sched_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "recv_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "recv_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "recv_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "recv_tasklet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "recv_teardown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ath_rx_radiotap_header": {
      "size": 32,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 19
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 18
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "wr_chan_ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "wr_chan_maxpow": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 31
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_rx_status": {
      "size": 52,
      "fields": {
        "rs_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rs_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rs_evm0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rs_evm1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rs_evm2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rs_evm3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rs_evm4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "rs_hw_upload_data_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "rs_isaggr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rs_keyix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rs_more": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rs_moreaggr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "rs_ness": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "rs_num_delims": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "rs_phyerr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rs_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rs_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "rs_rssi_ctl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 16
        },
        "rs_rssi_ext": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 19
        },
        "rs_spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "rs_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "rs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rs_tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_softc": {
      "size": 33560,
      "fields": {
        "sc_ac2q": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_txq"
              }
            }
          },
          "offset": 32416
        },
        "sc_addba_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33368
        },
        "sc_addba_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33376
        },
        "sc_addba_response_timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33392
        },
        "sc_addba_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33384
        },
        "sc_aggr_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33244
        },
        "sc_aggr_stats": {
          "type": {
            "kind": "struct",
            "name": "ath_tx_aggr_stats"
          },
          "offset": 28056
        },
        "sc_ah": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_hal"
            }
          },
          "offset": 29376
        },
        "sc_ant_tx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32840
        },
        "sc_avgtsfdeltam": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33212
        },
        "sc_avgtsfdeltap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33208
        },
        "sc_bar_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33400
        },
        "sc_bbuf": {
          "type": {
            "kind": "struct",
            "name": "ath_bufhead"
          },
          "offset": 32816
        },
        "sc_bdma": {
          "type": {
            "kind": "struct",
            "name": "ath_descdma"
          },
          "offset": 32736
        },
        "sc_beacons": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_bhalq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32832
        },
        "sc_blinking": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        },
        "sc_bmisscount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32836
        },
        "sc_bmisstask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32880
        },
        "sc_bslot": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211vap"
              }
            }
          },
          "offset": 33048
        },
        "sc_bssidmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28508
        },
        "sc_bstucktask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32944
        },
        "sc_btcoex": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c2545dc2c70e33b7"
          },
          "offset": 33432
        },
        "sc_btcoex_mci": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29413
        },
        "sc_cabq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_txq"
            }
          },
          "offset": 32872
        },
        "sc_cabq_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29416
        },
        "sc_cal_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 33088
        },
        "sc_cur_powerstate": {
          "type": {
            "kind": "enum",
            "name": "unnamed_aaf254cb739363fb"
          },
          "offset": 33416
        },
        "sc_cur_rxchainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33236
        },
        "sc_cur_txchainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33232
        },
        "sc_curaid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29562
        },
        "sc_curbssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29576
        },
        "sc_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 29568
        },
        "sc_curmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_phymode"
          },
          "offset": 29552
        },
        "sc_currates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_RATE_TABLE"
            }
          },
          "offset": 29544
        },
        "sc_curtxpow": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29560
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28472
        },
        "sc_defant": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30408
        },
        "sc_delim_min_pad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33248
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 29048
        },
        "sc_dfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 33288
        },
        "sc_dfstask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 33304
        },
        "sc_diversity": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 29072
        },
        "sc_do_mybeacon": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_dodfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33296
        },
        "sc_dolnadiv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33360
        },
        "sc_doresetcal": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 33168
        },
        "sc_dospectral": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33344
        },
        "sc_dturbo": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_edma_bufsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29016
        },
        "sc_eecc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29428
        },
        "sc_eepromdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 33216
        },
        "sc_eerd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29424
        },
        "sc_ent_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29420
        },
        "sc_fataltask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 33008
        },
        "sc_fftxqmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30104
        },
        "sc_fftxqmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30100
        },
        "sc_halstats": {
          "type": {
            "kind": "struct",
            "name": "HAL_NODE_STATS"
          },
          "offset": 33172
        },
        "sc_hardled": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_has_ldpc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_hasbmask": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_hasbmatch": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_hasclrkey": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        },
        "sc_hasdivcomb": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_hasenforcetxop": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_hastsfadd": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_hasveol": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        },
        "sc_hwbssidmask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28500
        },
        "sc_hwmap": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_dac525ce95a34174"
            }
          },
          "offset": 29838
        },
        "sc_hwq_limit_aggr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33272
        },
        "sc_hwq_limit_nonaggr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33268
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_imask": {
          "type": {
            "kind": "enum",
            "name": "unnamed_85955ed9d857b9e3"
          },
          "offset": 30112
        },
        "sc_inreset_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30136
        },
        "sc_intr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30144
        },
        "sc_intr_stats": {
          "type": {
            "kind": "struct",
            "name": "ath_intr_stats"
          },
          "offset": 28340
        },
        "sc_invalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_isedma": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_keymap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30152
        },
        "sc_keymax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30148
        },
        "sc_kickpcu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30120
        },
        "sc_ktrdebug": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28480
        },
        "sc_lastani": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33160
        },
        "sc_lastcalreset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33156
        },
        "sc_lastdatarix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30095
        },
        "sc_lastlongcal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33152
        },
        "sc_lastrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_rx_status"
            }
          },
          "offset": 30424
        },
        "sc_lastrx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30416
        },
        "sc_lastshortcal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33164
        },
        "sc_led_net_pin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30260
        },
        "sc_led_pwr_pin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30256
        },
        "sc_ledevent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30180
        },
        "sc_ledidle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30176
        },
        "sc_ledoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30186
        },
        "sc_ledon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30172
        },
        "sc_ledpin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30168
        },
        "sc_ledstate": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        },
        "sc_ledtimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 30192
        },
        "sc_lna_div": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 33352
        },
        "sc_mcastkey": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        },
        "sc_mcastrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30096
        },
        "sc_monpass": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30468
        },
        "sc_mrretry": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_mrrprot": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 29080
        },
        "sc_nbcnvaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33080
        },
        "sc_nbssid0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28506
        },
        "sc_needmib": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_nmeshvaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28496
        },
        "sc_node_cleanup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 29032
        },
        "sc_node_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 29040
        },
        "sc_nstavaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28492
        },
        "sc_nvaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28488
        },
        "sc_opmode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_e04d8a86103e0ce9"
          },
          "offset": 29556
        },
        "sc_outdoor": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_pci_devinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33424
        },
        "sc_pcu_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 29112
        },
        "sc_pcu_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 29144
        },
        "sc_powersave_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33420
        },
        "sc_protrix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30094
        },
        "sc_rates": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "HAL_RATE_TABLE"
              }
            }
          },
          "offset": 29432
        },
        "sc_rc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_ratectrl"
            }
          },
          "offset": 29384
        },
        "sc_resetcal": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_resettask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32976
        },
        "sc_resume_up": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_rfsilentpin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30264
        },
        "sc_rfsilentpol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30268
        },
        "sc_rixmap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29582
        },
        "sc_rts_aggr_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33240
        },
        "sc_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_rx": {
          "type": {
            "kind": "struct",
            "name": "ath_rx_methods"
          },
          "offset": 28512
        },
        "sc_rx_lnamixer": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29413
        },
        "sc_rx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 29176
        },
        "sc_rx_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 29208
        },
        "sc_rx_resetted": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29024
        },
        "sc_rx_rxlist": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ath_bufhead"
            }
          },
          "offset": 28664
        },
        "sc_rx_statuslen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29000
        },
        "sc_rx_stbc": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_rx_stopped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29020
        },
        "sc_rx_th": {
          "type": {
            "kind": "struct",
            "name": "ath_rx_radiotap_header"
          },
          "offset": 30432
        },
        "sc_rx_th_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30464
        },
        "sc_rxbuf": {
          "type": {
            "kind": "struct",
            "name": "ath_bufhead"
          },
          "offset": 30352
        },
        "sc_rxchainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33228
        },
        "sc_rxdma": {
          "type": {
            "kind": "struct",
            "name": "ath_descdma"
          },
          "offset": 30272
        },
        "sc_rxedma": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ath_rx_edma"
            }
          },
          "offset": 28584
        },
        "sc_rxlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30368
        },
        "sc_rxotherant": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30409
        },
        "sc_rxproc_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30124
        },
        "sc_rxslink": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_rxtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 30376
        },
        "sc_rxtsf32": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_scanning": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        },
        "sc_setcca": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_setdefantenna": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 29400
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29064
        },
        "sc_slotupdate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33044
        },
        "sc_softled": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_spectral": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 33336
        },
        "sc_splitmic": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29408
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 29056
        },
        "sc_stagbeacons": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_stats": {
          "type": {
            "kind": "struct",
            "name": "ath_stats"
          },
          "offset": 27248
        },
        "sc_swbmiss": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29410
        },
        "sc_syncbeacon": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        },
        "sc_target_powerstate": {
          "type": {
            "kind": "enum",
            "name": "unnamed_aaf254cb739363fb"
          },
          "offset": 33408
        },
        "sc_target_selfgen_state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_aaf254cb739363fb"
          },
          "offset": 33412
        },
        "sc_tdma": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_tdmabintval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33196
        },
        "sc_tdmadbaprep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33184
        },
        "sc_tdmaguard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33200
        },
        "sc_tdmaslotlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33204
        },
        "sc_tdmaswba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33192
        },
        "sc_tdmaswbaprep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33188
        },
        "sc_tid_hwq_hi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33280
        },
        "sc_tid_hwq_lo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33276
        },
        "sc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 29368
        },
        "sc_tsfoortask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32912
        },
        "sc_tx": {
          "type": {
            "kind": "struct",
            "name": "ath_tx_methods"
          },
          "offset": 28696
        },
        "sc_tx99": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_tx99"
            }
          },
          "offset": 29392
        },
        "sc_tx_desclen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29004
        },
        "sc_tx_ic_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 29304
        },
        "sc_tx_ic_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 29336
        },
        "sc_tx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 29240
        },
        "sc_tx_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 29272
        },
        "sc_tx_nmaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29012
        },
        "sc_tx_statuslen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29008
        },
        "sc_tx_stbc": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_tx_th": {
          "type": {
            "kind": "struct",
            "name": "ath_tx_radiotap_header"
          },
          "offset": 32712
        },
        "sc_tx_th_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32732
        },
        "sc_txantenna": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30108
        },
        "sc_txbuf": {
          "type": {
            "kind": "struct",
            "name": "ath_bufhead"
          },
          "offset": 30560
        },
        "sc_txbuf_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30576
        },
        "sc_txbuf_descid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30552
        },
        "sc_txbuf_list": {
          "type": {
            "kind": "struct",
            "name": "ath_bufhead"
          },
          "offset": 28984
        },
        "sc_txbuf_mgmt": {
          "type": {
            "kind": "struct",
            "name": "ath_bufhead"
          },
          "offset": 30664
        },
        "sc_txbuflock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 30760
        },
        "sc_txchainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33224
        },
        "sc_txcompdma": {
          "type": {
            "kind": "struct",
            "name": "ath_descdma"
          },
          "offset": 32520
        },
        "sc_txcomplock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32600
        },
        "sc_txcompname": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32632
        },
        "sc_txdma": {
          "type": {
            "kind": "struct",
            "name": "ath_descdma"
          },
          "offset": 30472
        },
        "sc_txdma_mgmt": {
          "type": {
            "kind": "struct",
            "name": "ath_descdma"
          },
          "offset": 30584
        },
        "sc_txedma": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ath_tx_edma_fifo"
            }
          },
          "offset": 28744
        },
        "sc_txintrperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30808
        },
        "sc_txname": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 30792
        },
        "sc_txproc_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30128
        },
        "sc_txq": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ath_txq"
            }
          },
          "offset": 30816
        },
        "sc_txq_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30116
        },
        "sc_txq_data_minfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33256
        },
        "sc_txq_mcastq_maxdepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33260
        },
        "sc_txq_node_maxdepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33252
        },
        "sc_txq_node_psq_maxdepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33264
        },
        "sc_txqsetup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30804
        },
        "sc_txqtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32488
        },
        "sc_txrix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30184
        },
        "sc_txrx_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30140
        },
        "sc_txsdma": {
          "type": {
            "kind": "struct",
            "name": "ath_descdma"
          },
          "offset": 30680
        },
        "sc_txstart_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 30132
        },
        "sc_txtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32456
        },
        "sc_updateslot": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1061539e0d90db8b"
          },
          "offset": 33040
        },
        "sc_use_ent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29412
        },
        "sc_wd_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 32648
        },
        "sc_wd_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32644
        },
        "sc_wmetkipmic": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29411
        },
        "sc_xchanmode": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29409
        }
      },
      "kind": "struct"
    },
    "ath_spectral_state": {
      "size": 40,
      "fields": {
        "spectral_enable_after_reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "spectral_state": {
          "type": {
            "kind": "struct",
            "name": "HAL_SPECTRAL_PARAM"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ath_stats": {
      "size": 808,
      "fields": {
        "ast_ani_cal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "ast_ant_defswitch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "ast_ant_rx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 492
        },
        "ast_ant_tx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 524
        },
        "ast_ant_txswitch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "ast_be_missed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "ast_be_nombuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "ast_be_xmit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "ast_bmiss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ast_bmiss_phantom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ast_bstuck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ast_cabq_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 560
        },
        "ast_cabq_xmit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "ast_ff_flush": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 580
        },
        "ast_ff_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 576
        },
        "ast_ff_txerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 572
        },
        "ast_ff_txok": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "ast_hardware": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ast_intrcoal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ast_mib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ast_pad": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 768
        },
        "ast_per_cal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "ast_per_calfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "ast_per_rfgain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "ast_rate_calls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "ast_rate_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 480
        },
        "ast_rate_raise": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "ast_rx_2040": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "ast_rx_agg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "ast_rx_badcrypt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ast_rx_badmic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "ast_rx_busdma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ast_rx_crcerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ast_rx_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "ast_rx_decrypt_busy_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "ast_rx_fifoerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "ast_rx_halfgi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "ast_rx_hi_rx_chain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "ast_rx_hitqueueend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 664
        },
        "ast_rx_intr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 720
        },
        "ast_rx_keymiss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 736
        },
        "ast_rx_mgt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "ast_rx_noise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 588
        },
        "ast_rx_nombuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ast_rx_orn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "ast_rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "ast_rx_phy": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 172
        },
        "ast_rx_phyerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "ast_rx_post_crc_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "ast_rx_pre_crc_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "ast_rx_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 449
        },
        "ast_rx_stbc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 748
        },
        "ast_rx_toobig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "ast_rx_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "ast_rxeol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ast_rxorn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ast_tdma_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "ast_tdma_timers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 600
        },
        "ast_tdma_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 604
        },
        "ast_tdma_tsfadjm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 610
        },
        "ast_tdma_tsfadjp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 608
        },
        "ast_tdma_update": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "ast_tsfoor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 764
        },
        "ast_tx_aggr_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 728
        },
        "ast_tx_aggr_failall": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 704
        },
        "ast_tx_aggr_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 724
        },
        "ast_tx_altrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "ast_tx_badrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ast_tx_busdma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ast_tx_cst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "ast_tx_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "ast_tx_ctsburst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "ast_tx_ctsext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "ast_tx_data_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "ast_tx_delim_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 700
        },
        "ast_tx_desccfgerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 684
        },
        "ast_tx_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ast_tx_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ast_tx_fifoerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ast_tx_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ast_tx_getbusybuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 712
        },
        "ast_tx_getnobuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 708
        },
        "ast_tx_htprotect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "ast_tx_intr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 716
        },
        "ast_tx_ldpc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 756
        },
        "ast_tx_linear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ast_tx_longretry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "ast_tx_mcastq_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 732
        },
        "ast_tx_mgmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ast_tx_noack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ast_tx_nobuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "ast_tx_nodata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ast_tx_node_psq_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 744
        },
        "ast_tx_nodeq_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 752
        },
        "ast_tx_nofrag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "ast_tx_nombuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ast_tx_nomcl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ast_tx_nonode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ast_tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ast_tx_protect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "ast_tx_qfull": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "ast_tx_qstop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ast_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 450
        },
        "ast_tx_raw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "ast_tx_raw_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "ast_tx_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 448
        },
        "ast_tx_rts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "ast_tx_shortpre": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "ast_tx_shortretry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "ast_tx_stbc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "ast_tx_swfiltered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 740
        },
        "ast_tx_swretries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 688
        },
        "ast_tx_swretrymax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "ast_tx_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 668
        },
        "ast_tx_timerexpired": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "ast_tx_xretries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ast_tx_xtxop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "ast_txurn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ast_watchdog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ath_tid": {
      "size": 1144,
      "fields": {
        "ac": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "addba_tx_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "an": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_node"
            }
          },
          "offset": 16
        },
        "axq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "axq_qelem": {
          "type": {
            "kind": "struct",
            "name": "unnamed_98f55943c1caf89a"
          },
          "offset": 64
        },
        "bar_tx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "bar_wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "baw_head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1136
        },
        "baw_tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1140
        },
        "cleanup_inprogress": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "filtq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_35a3b9eac10ff3a9"
          },
          "offset": 40
        },
        "hwq_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "incomp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "isfiltered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "paused": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "sched": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "tid_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ee64e8eba09cf91b"
          },
          "offset": 0
        },
        "tx_buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ath_tx_aggr_stats": {
      "size": 284,
      "fields": {
        "aggr_aggr_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "aggr_baw_closed_single_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "aggr_low_hwq_single_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "aggr_nonbaw_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "aggr_pkts": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "aggr_rts_aggr_limited": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "aggr_sched_nopkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "aggr_single_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "ath_tx_edma_fifo": {
      "size": 24,
      "fields": {
        "m_fifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 0
        },
        "m_fifo_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "m_fifo_head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "m_fifo_tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "m_fifolen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_tx_methods": {
      "size": 48,
      "fields": {
        "xmit_attach_comp_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "xmit_dma_restart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "xmit_drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "xmit_handoff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "xmit_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "xmit_teardown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ath_tx_radiotap_header": {
      "size": 20,
      "fields": {
        "wt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "wt_chan_ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "wt_chan_maxpow": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 19
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "wt_txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ath_tx_status": {
      "size": 48,
      "fields": {
        "ts_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ts_ba_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ts_ba_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ts_desc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ts_evm0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ts_evm1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ts_evm2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ts_finaltsi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ts_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ts_longretry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ts_pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "ts_pad1": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "ts_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "ts_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ts_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 10
        },
        "ts_rssi_ctl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 40
        },
        "ts_rssi_ext": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 43
        },
        "ts_seqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ts_shortretry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ts_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ts_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "ts_tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ts_virtcol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "ath_txq": {
      "size": 160,
      "fields": {
        "axq_ac": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "axq_aggr_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "axq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "axq_fifo_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "axq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "axq_holdingbf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 120
        },
        "axq_intrcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "axq_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "axq_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 56
        },
        "axq_name": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "axq_q": {
          "type": {
            "kind": "struct",
            "name": "axq_q_s"
          },
          "offset": 40
        },
        "axq_qnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "axq_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_softc"
            }
          },
          "offset": 0
        },
        "axq_tidq": {
          "type": {
            "kind": "struct",
            "name": "axq_t_s"
          },
          "offset": 144
        },
        "fifo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a214a0dddd5828fb"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ath_vap": {
      "size": 3288,
      "fields": {
        "av_bcbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 3064
        },
        "av_bmiss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3248
        },
        "av_bslot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3056
        },
        "av_mcastq": {
          "type": {
            "kind": "struct",
            "name": "ath_txq"
          },
          "offset": 3072
        },
        "av_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3240
        },
        "av_node_ps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3256
        },
        "av_recv_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3232
        },
        "av_recv_pspoll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3272
        },
        "av_set_tim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3264
        },
        "av_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        },
        "quiet_ie": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_quiet_ie"
          },
          "offset": 3280
        }
      },
      "kind": "struct"
    },
    "atkbd_softc_t": {
      "size": 16,
      "fields": {
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "atkbd_state": {
      "size": 120,
      "fields": {
        "kbdc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "atkbdc_softc_t"
            }
          },
          "offset": 0
        },
        "ks_accents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ks_composed_char": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ks_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 104
        },
        "ks_evdev_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "ks_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ks_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ks_polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ks_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ks_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ks_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "atkbd_state_t": {
      "size": 120,
      "fields": {
        "kbdc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "atkbdc_softc_t"
            }
          },
          "offset": 0
        },
        "ks_accents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ks_composed_char": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ks_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 104
        },
        "ks_evdev_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "ks_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ks_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ks_polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ks_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ks_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ks_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "atkbdc_device": {
      "size": 40,
      "fields": {
        "compatid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "logicalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "resources": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 0
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "serial": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "atkbdc_device_t": {
      "size": 40,
      "fields": {
        "compatid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "logicalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "resources": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 0
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "serial": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "atkbdc_quirks": {
      "size": 40,
      "fields": {
        "bios_vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "maker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "product": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "quirk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "atkbdc_softc": {
      "size": 160,
      "fields": {
        "aux": {
          "type": {
            "kind": "struct",
            "name": "kqueue"
          },
          "offset": 100
        },
        "aux_mux_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "aux_mux_port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "command_byte": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "command_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ioh0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ioh1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "iot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "kbd": {
          "type": {
            "kind": "struct",
            "name": "kqueue"
          },
          "offset": 60
        },
        "lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "port0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "port1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "retry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        }
      },
      "kind": "struct"
    },
    "atkbdc_softc_t": {
      "size": 160,
      "fields": {
        "aux": {
          "type": {
            "kind": "struct",
            "name": "kqueue"
          },
          "offset": 100
        },
        "aux_mux_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "aux_mux_port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "command_byte": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "command_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ioh0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ioh1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "iot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "kbd": {
          "type": {
            "kind": "struct",
            "name": "kqueue"
          },
          "offset": 60
        },
        "lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "port0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "port1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "retry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        }
      },
      "kind": "struct"
    },
    "atomic64_t": {
      "size": 8,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "atomic_t": {
      "size": 4,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "atrtc_softc": {
      "size": 152,
      "fields": {
        "acpi_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "et": {
          "type": {
            "kind": "struct",
            "name": "eventtimer"
          },
          "offset": 32
        },
        "intr_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "intr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "intr_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "port_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "port_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "atten_sp_status_block": {
      "size": 16,
      "fields": {
        "attn_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "attn_bits_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "attn_bits_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status_block_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "attimer_softc": {
      "size": 240,
      "fields": {
        "et": {
          "type": {
            "kind": "struct",
            "name": "eventtimer"
          },
          "offset": 120
        },
        "intr_en": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "intr_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "intr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "intr_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "port_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "port_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tc": {
          "type": {
            "kind": "struct",
            "name": "timecounter"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "attn_route": {
      "size": 20,
      "fields": {
        "sig": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "attribute": {
      "size": 24,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "attribute_group": {
      "size": 24,
      "fields": {
        "attrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "attribute"
              }
            }
          },
          "offset": 16
        },
        "is_visible": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_evclass_map": {
      "size": 8,
      "fields": {
        "ec_class": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ec_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_evclass_map_t": {
      "size": 8,
      "fields": {
        "ec_class": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ec_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_evname_map": {
      "size": 66,
      "fields": {
        "en_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "en_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_evname_map_t": {
      "size": 66,
      "fields": {
        "en_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "en_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_fstat_t": {
      "size": 16,
      "fields": {
        "af_currsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "af_filesz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_mask": {
      "size": 8,
      "fields": {
        "am_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "am_success": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_mask_t": {
      "size": 8,
      "fields": {
        "am_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "am_success": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_qctrl": {
      "size": 20,
      "fields": {
        "aq_bufsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "aq_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "aq_hiwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "aq_lowater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "aq_minfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "au_qctrl64": {
      "size": 40,
      "fields": {
        "aq64_bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "aq64_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "aq64_hiwater": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "aq64_lowater": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "aq64_minfree": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "au_qctrl64_t": {
      "size": 40,
      "fields": {
        "aq64_bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "aq64_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "aq64_hiwater": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "aq64_lowater": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "aq64_minfree": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "au_qctrl_t": {
      "size": 20,
      "fields": {
        "aq_bufsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "aq_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "aq_hiwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "aq_lowater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "aq_minfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "au_record": {
      "size": 56,
      "fields": {
        "au_rec_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a8232988d087c3ff"
          },
          "offset": 40
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "desc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "token_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6bc8d013ea6fe8f8"
          },
          "offset": 8
        },
        "used": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_stat_t": {
      "size": 56,
      "fields": {
        "as_audit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "as_auditctl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "as_dropped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "as_enqueue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "as_generated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "as_kernel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "as_memused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "as_nonattrib": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "as_numevent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "as_rblocked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "as_totalsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "as_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "as_wblocked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "as_written": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "au_tid": {
      "size": 8,
      "fields": {
        "machine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_tid_addr": {
      "size": 24,
      "fields": {
        "at_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "at_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "at_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "au_tid_addr_t": {
      "size": 24,
      "fields": {
        "at_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "at_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "at_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "au_tid_t": {
      "size": 8,
      "fields": {
        "machine": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "au_token": {
      "size": 32,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "t_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tokens": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4624604c7107f67"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "audata": {
      "size": 600,
      "fields": {
        "au_alllink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c25991176b2d4415"
          },
          "offset": 16
        },
        "au_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "AUTH"
            }
          },
          "offset": 592
        },
        "au_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c25991176b2d4415"
          },
          "offset": 0
        },
        "au_marshed": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 184
        },
        "au_mpos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "au_origcred": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 128
        },
        "au_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "au_shcred": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 152
        },
        "au_shfaults": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "au_xcred": {
          "type": {
            "kind": "struct",
            "name": "xucred"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "audata_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audata"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audata"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "audio_buf_info": {
      "size": 16,
      "fields": {
        "bytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fragments": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fragsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "fragstotal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "audio_errinfo": {
      "size": 112,
      "fields": {
        "filler": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 48
        },
        "play_errorcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "play_errorparm": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "play_lasterror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "play_ptradjust": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "play_underruns": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rec_errorcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "rec_errorparm": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "rec_lasterror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "rec_overruns": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rec_ptradjust": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "audit_args": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "record": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "record_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "record_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "audit_fstat": {
      "size": 16,
      "fields": {
        "af_currsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "af_filesz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "audit_pipe": {
      "size": 280,
      "fields": {
        "ap_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 152
        },
        "ap_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "ap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ap_inserts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "ap_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b97173837d3d7736"
          },
          "offset": 264
        },
        "ap_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "ap_preselect_flags": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 212
        },
        "ap_preselect_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_135575991f1f5b87"
          },
          "offset": 232
        },
        "ap_preselect_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "ap_preselect_naflags": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 220
        },
        "ap_qbyteslen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "ap_qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "ap_qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "ap_qoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "ap_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_600c6c080f2231f5"
          },
          "offset": 248
        },
        "ap_reads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "ap_selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 8
        },
        "ap_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 80
        },
        "ap_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "audit_pipe_entry": {
      "size": 32,
      "fields": {
        "ape_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7bb756c7802fd8b"
          },
          "offset": 16
        },
        "ape_record": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ape_record_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "audit_pipe_preselect": {
      "size": 32,
      "fields": {
        "app_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "app_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8305305c3afdbd41"
          },
          "offset": 16
        },
        "app_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "audit_record": {
      "size": 1224,
      "fields": {
        "ar_arg_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 336
        },
        "ar_arg_amask": {
          "type": {
            "kind": "struct",
            "name": "au_mask"
          },
          "offset": 536
        },
        "ar_arg_argc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 784
        },
        "ar_arg_argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 776
        },
        "ar_arg_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "ar_arg_atfd1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 308
        },
        "ar_arg_atfd2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "ar_arg_auditon": {
          "type": {
            "kind": "union",
            "name": "auditon_udata"
          },
          "offset": 704
        },
        "ar_arg_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "ar_arg_cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 624
        },
        "ar_arg_ctlname": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 392
        },
        "ar_arg_dev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "ar_arg_egid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "ar_arg_envc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 800
        },
        "ar_arg_envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 792
        },
        "ar_arg_euid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "ar_arg_exitretval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 808
        },
        "ar_arg_exitstatus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 804
        },
        "ar_arg_fcntl_rights": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 960
        },
        "ar_arg_fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "ar_arg_fflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 316
        },
        "ar_arg_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "ar_arg_groups": {
          "type": {
            "kind": "struct",
            "name": "groupset"
          },
          "offset": 288
        },
        "ar_arg_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "ar_arg_login": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 356
        },
        "ar_arg_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 348
        },
        "ar_arg_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 320
        },
        "ar_arg_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "ar_arg_pipc_perm": {
          "type": {
            "kind": "struct",
            "name": "posix_ipc_perm"
          },
          "offset": 688
        },
        "ar_arg_rgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "ar_arg_rights": {
          "type": {
            "kind": "struct",
            "name": "cap_rights_t"
          },
          "offset": 944
        },
        "ar_arg_ruid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "ar_arg_sgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "ar_arg_signum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "ar_arg_sockaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 816
        },
        "ar_arg_sockinfo": {
          "type": {
            "kind": "struct",
            "name": "socket_au_info"
          },
          "offset": 488
        },
        "ar_arg_suid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "ar_arg_svipc_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 680
        },
        "ar_arg_svipc_cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 632
        },
        "ar_arg_svipc_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 672
        },
        "ar_arg_svipc_perm": {
          "type": {
            "kind": "struct",
            "name": "ipc_perm"
          },
          "offset": 640
        },
        "ar_arg_svipc_which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 628
        },
        "ar_arg_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid"
          },
          "offset": 240
        },
        "ar_arg_termid_addr": {
          "type": {
            "kind": "struct",
            "name": "au_tid_addr"
          },
          "offset": 248
        },
        "ar_arg_text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 528
        },
        "ar_arg_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "ar_arg_upath1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 512
        },
        "ar_arg_upath2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 520
        },
        "ar_arg_value": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 328
        },
        "ar_arg_vnode1": {
          "type": {
            "kind": "struct",
            "name": "vnode_au_info"
          },
          "offset": 544
        },
        "ar_arg_vnode2": {
          "type": {
            "kind": "struct",
            "name": "vnode_au_info"
          },
          "offset": 584
        },
        "ar_endtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "ar_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ar_event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ar_jailname": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 964
        },
        "ar_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ar_retval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ar_starttime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "ar_subj_amask": {
          "type": {
            "kind": "struct",
            "name": "au_mask"
          },
          "offset": 200
        },
        "ar_subj_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "ar_subj_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "ar_subj_cred": {
          "type": {
            "kind": "struct",
            "name": "xucred"
          },
          "offset": 56
        },
        "ar_subj_egid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ar_subj_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "ar_subj_rgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "ar_subj_ruid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ar_subj_term": {
          "type": {
            "kind": "struct",
            "name": "au_tid"
          },
          "offset": 168
        },
        "ar_subj_term_addr": {
          "type": {
            "kind": "struct",
            "name": "au_tid_addr"
          },
          "offset": 176
        },
        "ar_valid_arg": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "audit_stat": {
      "size": 56,
      "fields": {
        "as_audit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "as_auditctl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "as_dropped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "as_enqueue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "as_generated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "as_kernel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "as_memused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "as_nonattrib": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "as_numevent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "as_rblocked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "as_totalsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "as_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "as_wblocked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "as_written": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "auditctl_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "auditinfo": {
      "size": 24,
      "fields": {
        "ai_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ai_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ai_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 4
        },
        "ai_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "auditinfo_addr": {
      "size": 48,
      "fields": {
        "ai_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ai_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ai_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ai_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 4
        },
        "ai_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_addr_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "auditinfo_addr_t": {
      "size": 48,
      "fields": {
        "ai_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ai_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ai_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ai_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 4
        },
        "ai_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_addr_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "auditinfo_t": {
      "size": 24,
      "fields": {
        "ai_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ai_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ai_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 4
        },
        "ai_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "auditon_args": {
      "size": 24,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "length_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "length_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "auditon_udata": {
      "size": 72,
      "fields": {
        "au_auinfo": {
          "type": {
            "kind": "struct",
            "name": "auditinfo_t"
          },
          "offset": 0
        },
        "au_aupinfo": {
          "type": {
            "kind": "struct",
            "name": "auditpinfo_t"
          },
          "offset": 0
        },
        "au_aupinfo_addr": {
          "type": {
            "kind": "struct",
            "name": "auditpinfo_addr_t"
          },
          "offset": 0
        },
        "au_cond": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "au_cond64": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "au_evclass": {
          "type": {
            "kind": "struct",
            "name": "au_evclass_map_t"
          },
          "offset": 0
        },
        "au_evname": {
          "type": {
            "kind": "struct",
            "name": "au_evname_map_t"
          },
          "offset": 0
        },
        "au_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "au_fstat": {
          "type": {
            "kind": "struct",
            "name": "au_fstat_t"
          },
          "offset": 0
        },
        "au_kau_info": {
          "type": {
            "kind": "struct",
            "name": "auditinfo_addr_t"
          },
          "offset": 0
        },
        "au_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 0
        },
        "au_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "au_policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "au_policy64": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "au_qctrl": {
          "type": {
            "kind": "struct",
            "name": "au_qctrl_t"
          },
          "offset": 0
        },
        "au_qctrl64": {
          "type": {
            "kind": "struct",
            "name": "au_qctrl64_t"
          },
          "offset": 0
        },
        "au_stat": {
          "type": {
            "kind": "struct",
            "name": "au_stat_t"
          },
          "offset": 0
        },
        "au_trigger": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "auditpinfo": {
      "size": 28,
      "fields": {
        "ap_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ap_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ap_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 8
        },
        "ap_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ap_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "auditpinfo_addr": {
      "size": 56,
      "fields": {
        "ap_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ap_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ap_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 8
        },
        "ap_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ap_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_addr_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "auditpinfo_addr_t": {
      "size": 56,
      "fields": {
        "ap_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ap_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ap_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 8
        },
        "ap_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ap_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_addr_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "auditpinfo_t": {
      "size": 28,
      "fields": {
        "ap_asid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ap_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ap_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 8
        },
        "ap_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ap_termid": {
          "type": {
            "kind": "struct",
            "name": "au_tid_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "auditpipe_ioctl_preselect": {
      "size": 12,
      "fields": {
        "aip_auid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "aip_mask": {
          "type": {
            "kind": "struct",
            "name": "au_mask_t"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "aue_intrpkt": {
      "size": 7,
      "fields": {
        "aue_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "aue_rxlostpkt0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "aue_rxlostpkt1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "aue_rxstat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "aue_txstat0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "aue_txstat1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "aue_wakeupstat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "aue_open_event": {
      "size": 8,
      "fields": {
        "aoe_event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "aoe_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "aue_rxpkt": {
      "size": 4,
      "fields": {
        "aue_pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "aue_rxstat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "aue_softc": {
      "size": 736,
      "fields": {
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 728
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "auth_hash": {
      "size": 64,
      "fields": {
        "Final": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "Init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "Reinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "Setkey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "Update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "blocksize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ctxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "hashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "keysize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "auth_ops": {
      "size": 40,
      "fields": {
        "ah_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ah_marshal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ah_nextverf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ah_refresh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ah_validate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "authctx": {
      "size": 1344,
      "fields": {
        "aes_cbc_mac_ctx": {
          "type": {
            "kind": "struct",
            "name": "aes_cbc_mac_ctx"
          },
          "offset": 0
        },
        "aes_gmac_ctx": {
          "type": {
            "kind": "struct",
            "name": "aes_gmac_ctx"
          },
          "offset": 0
        },
        "rmd160ctx": {
          "type": {
            "kind": "struct",
            "name": "RMD160_CTX"
          },
          "offset": 0
        },
        "sha1ctx": {
          "type": {
            "kind": "struct",
            "name": "SHA1_CTX"
          },
          "offset": 0
        },
        "sha224ctx": {
          "type": {
            "kind": "struct",
            "name": "SHA224_CTX"
          },
          "offset": 0
        },
        "sha256ctx": {
          "type": {
            "kind": "struct",
            "name": "SHA256_CTX"
          },
          "offset": 0
        },
        "sha384ctx": {
          "type": {
            "kind": "struct",
            "name": "SHA384_CTX"
          },
          "offset": 0
        },
        "sha512ctx": {
          "type": {
            "kind": "struct",
            "name": "SHA512_CTX"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "authnone_private": {
      "size": 96,
      "fields": {
        "mclient": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "mcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "no_client": {
          "type": {
            "kind": "struct",
            "name": "AUTH"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "authtls_private": {
      "size": 96,
      "fields": {
        "mclient": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "mcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "no_client": {
          "type": {
            "kind": "struct",
            "name": "AUTH"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "avail_list": {
      "size": 64,
      "fields": {
        "free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_026355f2487a2182"
          },
          "offset": 56
        },
        "preserve": {
          "type": {
            "kind": "struct",
            "name": "xen_arch_isrc_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ax88772b_mfb": {
      "size": 12,
      "fields": {
        "byte_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "axe_csum_hdr": {
      "size": 6,
      "fields": {
        "cstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ilen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "axe_sframe_hdr": {
      "size": 4,
      "fields": {
        "ilen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "axe_softc": {
      "size": 744,
      "fields": {
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 724
        },
        "sc_ipgs": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 728
        },
        "sc_lenmask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 736
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_phyaddrs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 731
        },
        "sc_phyno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 720
        },
        "sc_pwrcfg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 734
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "axgbe_if_softc": {
      "size": 4968,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 4936
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 4944
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4960
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 4952
        },
        "pdata": {
          "type": {
            "kind": "struct",
            "name": "xgbe_prv_data"
          },
          "offset": 0
        },
        "scctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 4920
        },
        "sctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_shared_ctx"
            }
          },
          "offset": 4928
        }
      },
      "kind": "struct"
    },
    "axge_frame_rxhdr": {
      "size": 4,
      "fields": {
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "axge_frame_txhdr": {
      "size": 8,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "axge_softc": {
      "size": 728,
      "fields": {
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 720
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "axq_q_f_s": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "axq_q_s": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "axq_t_s": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_tid"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_tid"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "backlight_device": {
      "size": 48,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 32
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "backlight_ops"
            }
          },
          "offset": 0
        },
        "props": {
          "type": {
            "kind": "struct",
            "name": "backlight_properties"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "backlight_info": {
      "size": 68,
      "fields": {
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "backlight_info_type"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "backlight_ops": {
      "size": 24,
      "fields": {
        "get_brightness": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "update_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "backlight_properties": {
      "size": 16,
      "fields": {
        "brightness": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "max_brightness": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "backlight_props": {
      "size": 408,
      "fields": {
        "brightness": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "levels": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "nlevels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "backlight_softc": {
      "size": 40,
      "fields": {
        "alias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "cached_brightness": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "balloon_stats": {
      "size": 48,
      "fields": {
        "balloon_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "balloon_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "current_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "driver_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "hard_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "target_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "base_eep_ar9287_header": {
      "size": 64,
      "fields": {
        "binBuildNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "blueToothOptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "deviceCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "futureBase": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "macAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "opCapFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "openLoopPwrCntl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "pwrTableOffset": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 32
        },
        "regDmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "rfSilent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rxMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "tempSensSlope": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 33
        },
        "tempSensSlopePalOn": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 34
        },
        "txMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bbb_cbw": {
      "size": 31,
      "fields": {
        "CBWCDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "bCBWFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "bCBWLUN": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bCDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "dCBWDataTransferLength": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dCBWSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dCBWTag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bbb_csw": {
      "size": 13,
      "fields": {
        "bCSWStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "dCSWDataResidue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dCSWSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dCSWTag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bbb_transfer": {
      "size": 160,
      "fields": {
        "actlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "cbw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bbb_cbw"
            }
          },
          "offset": 48
        },
        "cmd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 140
        },
        "csw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bbb_csw"
            }
          },
          "offset": 56
        },
        "cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 32
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "data_rem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "data_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 141
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 142
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 143
        },
        "status_try": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "xfer": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "bcd_clocktime": {
      "size": 24,
      "fields": {
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "dow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ispm": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "mon": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nsec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bce_softc": {
      "size": 198832,
      "fields": {
        "bc_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198828
        },
        "bce_bc_ver": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 208
        },
        "bce_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "bce_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "bce_cap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "bce_chipid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "bce_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "bce_drv_cardiac_arrest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 278
        },
        "bce_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "bce_flash_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "flash_spec"
            }
          },
          "offset": 184
        },
        "bce_flash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "bce_fw_drv_pulse_wr_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 276
        },
        "bce_fw_timed_out": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "bce_fw_wr_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 274
        },
        "bce_ifmedia": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 64
        },
        "bce_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 32
        },
        "bce_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "bce_link_up": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 340
        },
        "bce_mfw_ver": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 240
        },
        "bce_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 312
        },
        "bce_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "bce_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "bce_phy_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 308
        },
        "bce_phy_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "bce_port_hw_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "bce_pulse_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 408
        },
        "bce_res_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 128
        },
        "bce_res_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "bce_rx_quick_cons_trip": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 292
        },
        "bce_rx_quick_cons_trip_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 290
        },
        "bce_rx_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 300
        },
        "bce_rx_ticks_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 298
        },
        "bce_shared_hw_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "bce_shmem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "bce_stats_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "bce_tick_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 344
        },
        "bce_tx_quick_cons_trip": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 288
        },
        "bce_tx_quick_cons_trip_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 286
        },
        "bce_tx_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 296
        },
        "bce_tx_ticks_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 294
        },
        "bce_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "bce_vhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "bus_speed_mhz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "com_no_buffers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198792
        },
        "ctx_block": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 1824
        },
        "ctx_map": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 1792
        },
        "ctx_paddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1856
        },
        "ctx_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1776
        },
        "ctx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1784
        },
        "dma_map_addr_rx_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198816
        },
        "dma_map_addr_tx_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198812
        },
        "eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 280
        },
        "free_pg_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 198528
        },
        "free_rx_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 198520
        },
        "hc_command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198824
        },
        "hw_rx_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1738
        },
        "hw_tx_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1740
        },
        "l2fhdr_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198808
        },
        "last_status_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1736
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "link_width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 178
        },
        "max_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "max_pg_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 198530
        },
        "max_rx_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 198522
        },
        "max_tx_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 198526
        },
        "mbuf_alloc_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198796
        },
        "mbuf_frag_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198800
        },
        "parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 496
        },
        "pg_bd_chain": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rx_bd"
              }
            }
          },
          "offset": 1192
        },
        "pg_bd_chain_map": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 936
        },
        "pg_bd_chain_paddr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1448
        },
        "pg_bd_chain_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 928
        },
        "pg_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 338
        },
        "pg_mbuf_map": {
          "type": {
            "count": 8192,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 67448
        },
        "pg_mbuf_ptr": {
          "type": {
            "count": 8192,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 132984
        },
        "pg_mbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1904
        },
        "pg_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 920
        },
        "pg_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "rx_bd_chain": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rx_bd"
              }
            }
          },
          "offset": 792
        },
        "rx_bd_chain_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 728
        },
        "rx_bd_chain_paddr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 856
        },
        "rx_bd_chain_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 720
        },
        "rx_bd_mbuf_align_pad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 484
        },
        "rx_bd_mbuf_alloc_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 476
        },
        "rx_bd_mbuf_data_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "rx_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 322
        },
        "rx_mbuf_map": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 34680
        },
        "rx_mbuf_ptr": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 51064
        },
        "rx_mbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1888
        },
        "rx_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "rx_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 712
        },
        "rx_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 320
        },
        "rx_prod_bseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "stat_CatchupInFTQDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198780
        },
        "stat_CatchupInMBUFDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198784
        },
        "stat_CatchupInRuleCheckerDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198776
        },
        "stat_CatchupInRuleCheckerP4Hit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198788
        },
        "stat_Dot3StatsAlignmentErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198628
        },
        "stat_Dot3StatsCarrierSenseErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198620
        },
        "stat_Dot3StatsDeferredTransmissions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198640
        },
        "stat_Dot3StatsExcessiveCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198644
        },
        "stat_Dot3StatsFCSErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198624
        },
        "stat_Dot3StatsLateCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198648
        },
        "stat_Dot3StatsMultipleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198636
        },
        "stat_Dot3StatsSingleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198632
        },
        "stat_EtherStatsCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198652
        },
        "stat_EtherStatsFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198656
        },
        "stat_EtherStatsJabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198660
        },
        "stat_EtherStatsOversizePkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198668
        },
        "stat_EtherStatsPktsRx1024Octetsto1522Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198692
        },
        "stat_EtherStatsPktsRx128Octetsto255Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198680
        },
        "stat_EtherStatsPktsRx1523Octetsto9022Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198696
        },
        "stat_EtherStatsPktsRx256Octetsto511Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198684
        },
        "stat_EtherStatsPktsRx512Octetsto1023Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198688
        },
        "stat_EtherStatsPktsRx64Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198672
        },
        "stat_EtherStatsPktsRx65Octetsto127Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198676
        },
        "stat_EtherStatsPktsTx1024Octetsto1522Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198720
        },
        "stat_EtherStatsPktsTx128Octetsto255Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198708
        },
        "stat_EtherStatsPktsTx1523Octetsto9022Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198724
        },
        "stat_EtherStatsPktsTx256Octetsto511Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198712
        },
        "stat_EtherStatsPktsTx512Octetsto1023Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198716
        },
        "stat_EtherStatsPktsTx64Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198700
        },
        "stat_EtherStatsPktsTx65Octetsto127Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198704
        },
        "stat_EtherStatsUndersizePkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198664
        },
        "stat_FlowControlDone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198744
        },
        "stat_IfHCInBadOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198544
        },
        "stat_IfHCInBroadcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198584
        },
        "stat_IfHCInMulticastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198576
        },
        "stat_IfHCInOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198536
        },
        "stat_IfHCInUcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198568
        },
        "stat_IfHCOutBadOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198560
        },
        "stat_IfHCOutBroadcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198608
        },
        "stat_IfHCOutMulticastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198600
        },
        "stat_IfHCOutOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198552
        },
        "stat_IfHCOutUcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 198592
        },
        "stat_IfInFTQDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198764
        },
        "stat_IfInFramesL2FilterDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198756
        },
        "stat_IfInMBUFDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198768
        },
        "stat_IfInRuleCheckerDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198760
        },
        "stat_IfInRuleCheckerP4Hit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198772
        },
        "stat_MacControlFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198748
        },
        "stat_OutXoffSent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198740
        },
        "stat_OutXonSent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198736
        },
        "stat_XoffPauseFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198732
        },
        "stat_XoffStateEntered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198752
        },
        "stat_XonPauseFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198728
        },
        "stat_emac_tx_stat_dot3statsinternalmactransmiterrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198616
        },
        "stats_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statistics_block"
            }
          },
          "offset": 1760
        },
        "stats_block_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1768
        },
        "stats_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1752
        },
        "stats_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1744
        },
        "status_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "status_block"
            }
          },
          "offset": 1720
        },
        "status_block_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1728
        },
        "status_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1712
        },
        "status_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1704
        },
        "tx_bd_chain": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tx_bd"
              }
            }
          },
          "offset": 584
        },
        "tx_bd_chain_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 520
        },
        "tx_bd_chain_paddr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 648
        },
        "tx_bd_chain_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 512
        },
        "tx_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 330
        },
        "tx_mbuf_map": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 1912
        },
        "tx_mbuf_ptr": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 18296
        },
        "tx_mbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1896
        },
        "tx_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 504
        },
        "tx_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 328
        },
        "tx_prod_bseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "unexpected_attention_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198804
        },
        "used_tx_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 198524
        },
        "watchdog_timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 198820
        },
        "watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 472
        }
      },
      "kind": "struct"
    },
    "bce_type": {
      "size": 16,
      "fields": {
        "bce_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bce_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bce_sdid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "bce_svid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "bce_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bfe_desc": {
      "size": 8,
      "fields": {
        "bfe_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bfe_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bfe_dmamap_arg": {
      "size": 8,
      "fields": {
        "bfe_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bfe_hw_stats": {
      "size": 312,
      "fields": {
        "rx_align_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "rx_crc_align_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "rx_crc_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "rx_frag_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "rx_good_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rx_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "rx_missed_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "rx_oversize_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "rx_pkts_1024_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "rx_symbol_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_carrier_losts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_deferrals": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_excess_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_frag_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_good_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_oversize_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_pkts_1024_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_underruns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "bfe_rx_data": {
      "size": 24,
      "fields": {
        "bfe_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bfe_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "bfe_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bfe_rxheader": {
      "size": 28,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bfe_softc": {
      "size": 5728,
      "fields": {
        "bfe_core_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5710
        },
        "bfe_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "bfe_dma_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5672
        },
        "bfe_enaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5711
        },
        "bfe_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5664
        },
        "bfe_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5720
        },
        "bfe_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "bfe_imask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5668
        },
        "bfe_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "bfe_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "bfe_mdc_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5709
        },
        "bfe_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "bfe_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5632
        },
        "bfe_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "bfe_phyaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5708
        },
        "bfe_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 112
        },
        "bfe_rx_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5692
        },
        "bfe_rx_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5700
        },
        "bfe_rx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bfe_desc"
            }
          },
          "offset": 504
        },
        "bfe_rx_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "bfe_rx_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5688
        },
        "bfe_rx_ring": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bfe_rx_data"
            }
          },
          "offset": 2560
        },
        "bfe_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 88
        },
        "bfe_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        },
        "bfe_rxmbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "bfe_stat_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 120
        },
        "bfe_stats": {
          "type": {
            "kind": "struct",
            "name": "bfe_hw_stats"
          },
          "offset": 184
        },
        "bfe_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "bfe_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5676
        },
        "bfe_tx_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5680
        },
        "bfe_tx_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5696
        },
        "bfe_tx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bfe_desc"
            }
          },
          "offset": 496
        },
        "bfe_tx_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "bfe_tx_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5684
        },
        "bfe_tx_ring": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bfe_tx_data"
            }
          },
          "offset": 512
        },
        "bfe_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "bfe_txmbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 72
        },
        "bfe_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5704
        }
      },
      "kind": "struct"
    },
    "bfe_tx_data": {
      "size": 16,
      "fields": {
        "bfe_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "bfe_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bfe_type": {
      "size": 16,
      "fields": {
        "bfe_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bfe_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bfe_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bge_chain_data": {
      "size": 26776,
      "fields": {
        "bge_buffer_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "bge_mtag_jumbo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "bge_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "bge_rx_jumbo_chain": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 18584
        },
        "bge_rx_jumbo_dmamap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 8296
        },
        "bge_rx_jumbo_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10352
        },
        "bge_rx_jumbo_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "bge_rx_jumbo_seglen": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "int"
              }
            }
          },
          "offset": 22680
        },
        "bge_rx_jumbo_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8288
        },
        "bge_rx_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 64
        },
        "bge_rx_return_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10368
        },
        "bge_rx_return_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "bge_rx_std_chain": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 14488
        },
        "bge_rx_std_dmamap": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 4192
        },
        "bge_rx_std_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10344
        },
        "bge_rx_std_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "bge_rx_std_seglen": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 20632
        },
        "bge_rx_std_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 4184
        },
        "bge_stats_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10384
        },
        "bge_stats_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "bge_status_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10376
        },
        "bge_status_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        },
        "bge_tx_chain": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 10392
        },
        "bge_tx_dmamap": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 88
        },
        "bge_tx_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 72
        },
        "bge_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10360
        },
        "bge_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "bge_dmamap_arg": {
      "size": 8,
      "fields": {
        "bge_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bge_extrx_bd": {
      "size": 64,
      "fields": {
        "bge_addr0": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 32
        },
        "bge_addr1": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 0
        },
        "bge_addr2": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 8
        },
        "bge_addr3": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 16
        },
        "bge_error_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "bge_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "bge_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "bge_ip_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "bge_len0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "bge_len1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "bge_len2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "bge_len3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "bge_opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "bge_rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "bge_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "bge_tcp_udp_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "bge_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "bge_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "bge_gib": {
      "size": 2368,
      "fields": {
        "bge_jumbo_rx_rcb": {
          "type": {
            "kind": "struct",
            "name": "bge_rcb"
          },
          "offset": 2320
        },
        "bge_mini_rx_rcb": {
          "type": {
            "kind": "struct",
            "name": "bge_rcb"
          },
          "offset": 2336
        },
        "bge_return_rcb": {
          "type": {
            "kind": "struct",
            "name": "bge_rcb"
          },
          "offset": 2352
        },
        "bge_stats": {
          "type": {
            "kind": "struct",
            "name": "bge_stats"
          },
          "offset": 0
        },
        "bge_std_rx_rcb": {
          "type": {
            "kind": "struct",
            "name": "bge_rcb"
          },
          "offset": 2304
        },
        "bge_tx_rcb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bge_rcb"
            }
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "bge_hostaddr": {
      "size": 8,
      "fields": {
        "bge_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bge_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bge_mac_stats": {
      "size": 432,
      "fields": {
        "DmaWriteHighPriQueueFull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "DmaWriteQueueFull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "FramesDroppedDueToFilters": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "InputDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "InputErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "NoMoreRxBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "RecvThresholdHit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "Reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "Reserved3": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "Reserved4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 240
        },
        "Reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "dot3StatsAlignmentErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "dot3StatsDeferredTransmissions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "dot3StatsExcessiveCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "dot3StatsFCSErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "dot3StatsFramesTooLong": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "dot3StatsInternalMacTransmitErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "dot3StatsLateCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "dot3StatsMultipleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "dot3StatsSingleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "etherStatsCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "etherStatsFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "etherStatsJabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "etherStatsUndersizePkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "ifHCInBroadcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "ifHCInMulticastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "ifHCInOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "ifHCInUcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "ifHCOutBroadcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "ifHCOutMulticastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "ifHCOutOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ifHCOutUcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "macControlFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "outXoffSent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "outXonSent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "xoffPauseFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "xoffStateEntered": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "xonPauseFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        }
      },
      "kind": "struct"
    },
    "bge_rcb": {
      "size": 16,
      "fields": {
        "bge_hostaddr": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 0
        },
        "bge_maxlen_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bge_nicaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bge_revision": {
      "size": 16,
      "fields": {
        "br_chipid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "br_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bge_ring_data": {
      "size": 2464,
      "fields": {
        "bge_info": {
          "type": {
            "kind": "struct",
            "name": "bge_gib"
          },
          "offset": 96
        },
        "bge_rx_jumbo_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bge_extrx_bd"
            }
          },
          "offset": 16
        },
        "bge_rx_jumbo_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "bge_rx_return_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bge_rx_bd"
            }
          },
          "offset": 32
        },
        "bge_rx_return_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bge_rx_std_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bge_rx_bd"
            }
          },
          "offset": 0
        },
        "bge_rx_std_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "bge_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bge_stats"
            }
          },
          "offset": 80
        },
        "bge_stats_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "bge_status_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bge_status_block"
            }
          },
          "offset": 64
        },
        "bge_status_block_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "bge_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bge_tx_bd"
            }
          },
          "offset": 48
        },
        "bge_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "bge_rx_bd": {
      "size": 32,
      "fields": {
        "bge_addr": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 0
        },
        "bge_error_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "bge_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "bge_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "bge_ip_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "bge_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "bge_opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bge_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bge_tcp_udp_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "bge_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "bge_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bge_rx_mac_stats": {
      "size": 216,
      "fields": {
        "Reserved1": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 8
        },
        "dot3StatsAlignmentErrors": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 56
        },
        "dot3StatsFCSErrors": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 48
        },
        "dot3StatsFramesTooLong": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 96
        },
        "etherStatsFragments": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 16
        },
        "etherStatsJabbers": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 104
        },
        "etherStatsPkts1024Octetsto1522Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 176
        },
        "etherStatsPkts128Octetsto255Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 152
        },
        "etherStatsPkts1523Octetsto2047Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 184
        },
        "etherStatsPkts2048Octetsto4095Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 192
        },
        "etherStatsPkts256Octetsto511Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 160
        },
        "etherStatsPkts4096Octetsto8191Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 200
        },
        "etherStatsPkts512Octetsto1023Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 168
        },
        "etherStatsPkts64Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 136
        },
        "etherStatsPkts65Octetsto127Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 144
        },
        "etherStatsPkts8192Octetsto9022Octets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 208
        },
        "etherStatsUndersizePkts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 112
        },
        "ifHCInBroadcastPkts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 40
        },
        "ifHCInMulticastPkts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 32
        },
        "ifHCInOctets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 0
        },
        "ifHCInUcastPkts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 24
        },
        "inRangeLengthError": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 120
        },
        "macControlFramesReceived": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 80
        },
        "outRangeLengthError": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 128
        },
        "xoffPauseFramesReceived": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 72
        },
        "xoffStateEntered": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 88
        },
        "xonPauseFramesReceived": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "bge_softc": {
      "size": 30064,
      "fields": {
        "bge_asf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 181
        },
        "bge_asf_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 180
        },
        "bge_asicrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "bge_cdata": {
          "type": {
            "kind": "struct",
            "name": "bge_chain_data"
          },
          "offset": 2648
        },
        "bge_chipid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "bge_chiprev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "bge_csum_features": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29496
        },
        "bge_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "bge_ev_saved_considx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29428
        },
        "bge_expcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "bge_expmrq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "bge_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "bge_forced_collapse": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29484
        },
        "bge_forced_udpcsum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29488
        },
        "bge_func_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "bge_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29464
        },
        "bge_ifmedia": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 88
        },
        "bge_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "bge_intr_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 30024
        },
        "bge_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "bge_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 64
        },
        "bge_jumbo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29434
        },
        "bge_ldata": {
          "type": {
            "kind": "struct",
            "name": "bge_ring_data"
          },
          "offset": 184
        },
        "bge_link": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29472
        },
        "bge_link_evt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29476
        },
        "bge_mac_stats": {
          "type": {
            "kind": "struct",
            "name": "bge_mac_stats"
          },
          "offset": 29592
        },
        "bge_mfw_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "bge_mi_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29460
        },
        "bge_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "bge_mps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "bge_msi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29492
        },
        "bge_msicap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "bge_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "bge_pcixcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "bge_phy_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "bge_phy_ape_lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "bge_phy_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "bge_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 72
        },
        "bge_res2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 80
        },
        "bge_return_ring_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29430
        },
        "bge_rx_coal_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29440
        },
        "bge_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29568
        },
        "bge_rx_inerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29572
        },
        "bge_rx_max_coal_bds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29452
        },
        "bge_rx_nobds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29576
        },
        "bge_rx_saved_considx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29426
        },
        "bge_stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 29504
        },
        "bge_stat_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29436
        },
        "bge_std": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29432
        },
        "bge_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29480
        },
        "bge_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 30056
        },
        "bge_tx_coal_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29444
        },
        "bge_tx_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29584
        },
        "bge_tx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29580
        },
        "bge_tx_max_coal_bds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29456
        },
        "bge_tx_prodidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29448
        },
        "bge_tx_saved_considx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29424
        },
        "bge_txcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29468
        }
      },
      "kind": "struct"
    },
    "bge_stats": {
      "size": 2048,
      "fields": {
        "COSFramesDroppedDueToFilters": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1408
        },
        "COSIfHCInPkts": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bge_hostaddr"
            }
          },
          "offset": 1280
        },
        "COSIfHCOutPkts": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bge_hostaddr"
            }
          },
          "offset": 1536
        },
        "Reserved0": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Reserved4": {
          "type": {
            "count": 320,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1728
        },
        "Unused1": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bge_hostaddr"
            }
          },
          "offset": 472
        },
        "Unused2": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bge_hostaddr"
            }
          },
          "offset": 1032
        },
        "Unused3": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bge_hostaddr"
            }
          },
          "offset": 1464
        },
        "ifInDiscards": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1440
        },
        "ifInErrors": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1448
        },
        "nicAvoidedInterrupts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1712
        },
        "nicDmaReadHighPriQueueFull": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1672
        },
        "nicDmaReadQueueFull": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1664
        },
        "nicDmaWriteHighPriQueueFull": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1424
        },
        "nicDmaWriteQueueFull": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1416
        },
        "nicInterrupts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1704
        },
        "nicNoMoreRxBDs": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1432
        },
        "nicRecvThresholdHit": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1456
        },
        "nicRingSetSendProdIndex": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1688
        },
        "nicRingStatusUpdate": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1696
        },
        "nicSendDataCompQueueFull": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1680
        },
        "nicSendThresholdHit": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 1720
        },
        "rxstats": {
          "type": {
            "kind": "struct",
            "name": "bge_rx_mac_stats"
          },
          "offset": 256
        },
        "txstats": {
          "type": {
            "kind": "struct",
            "name": "bge_tx_mac_stats"
          },
          "offset": 768
        }
      },
      "kind": "struct"
    },
    "bge_status_block": {
      "size": 80,
      "fields": {
        "bge_idx": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bge_sts_idx"
            }
          },
          "offset": 16
        },
        "bge_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "bge_rx_jumbo_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "bge_rx_mini_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "bge_rx_std_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "bge_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bge_status_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bge_sts_idx": {
      "size": 4,
      "fields": {
        "bge_rx_prod_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bge_tx_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "bge_tx_bd": {
      "size": 16,
      "fields": {
        "bge_addr": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 0
        },
        "bge_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "bge_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "bge_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "bge_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bge_tx_mac_stats": {
      "size": 264,
      "fields": {
        "Reserved2": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 8
        },
        "Reserved3": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 80
        },
        "dot3Collided10Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 168
        },
        "dot3Collided11Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 176
        },
        "dot3Collided12Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 184
        },
        "dot3Collided13Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 192
        },
        "dot3Collided14Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 200
        },
        "dot3Collided15Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 208
        },
        "dot3Collided2Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 104
        },
        "dot3Collided3Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 112
        },
        "dot3Collided4Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 120
        },
        "dot3Collided5Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 128
        },
        "dot3Collided6Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 136
        },
        "dot3Collided7Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 144
        },
        "dot3Collided8Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 152
        },
        "dot3Collided9Times": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 160
        },
        "dot3StatsCarrierSenseErrors": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 240
        },
        "dot3StatsDeferredTransmissions": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 72
        },
        "dot3StatsExcessiveCollisions": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 88
        },
        "dot3StatsInternalMacTransmitErrors": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 48
        },
        "dot3StatsLateCollisions": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 96
        },
        "dot3StatsMultipleCollisionFrames": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 64
        },
        "dot3StatsSingleCollisionFrames": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 56
        },
        "etherStatsCollisions": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 16
        },
        "flowControlDone": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 40
        },
        "ifHCOutBroadcastPkts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 232
        },
        "ifHCOutMulticastPkts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 224
        },
        "ifHCOutOctets": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 0
        },
        "ifHCOutUcastPkts": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 216
        },
        "ifOutDiscards": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 248
        },
        "ifOutErrors": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 256
        },
        "outXoffSent": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 32
        },
        "outXonSent": {
          "type": {
            "kind": "struct",
            "name": "bge_hostaddr"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bge_type": {
      "size": 4,
      "fields": {
        "bge_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bge_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bge_vendor": {
      "size": 16,
      "fields": {
        "v_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "v_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bind_args": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "namelen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bindat_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 16
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "namelen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bintime": {
      "size": 16,
      "fields": {
        "frac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bintime32": {
      "size": 12,
      "fields": {
        "frac": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bio": {
      "size": 376,
      "fields": {
        "bio_attribute": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "bio_bcount": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "bio_caller1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "bio_caller2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "bio_cflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "bio_children": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "bio_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bio_completed": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 296
        },
        "bio_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "bio_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "bio_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 16
        },
        "bio_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "bio_driver1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "bio_driver2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "bio_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "bio_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bio_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 272
        },
        "bio_inbed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "bio_length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 288
        },
        "bio_ma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 48
        },
        "bio_ma_n": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "bio_ma_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "bio_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "bio_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 312
        },
        "bio_pblkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 368
        },
        "bio_pflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_eac0ebeb184f62aa"
          },
          "offset": 120
        },
        "bio_resid": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "bio_spare1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 352
        },
        "bio_spare2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 360
        },
        "bio_t0": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 320
        },
        "bio_task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "bio_task_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 344
        },
        "bio_to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 280
        },
        "bio_zone": {
          "type": {
            "kind": "struct",
            "name": "disk_zone_args"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "bio_ops": {
      "size": 32,
      "fields": {
        "io_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "io_countdeps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "io_deallocate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "io_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bio_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bio"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bio_queue_head": {
      "size": 40,
      "fields": {
        "batched": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "insert_point": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 24
        },
        "last_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue"
          },
          "offset": 0
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "bios_smap": {
      "size": 20,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bios_smap_xattr": {
      "size": 24,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "xattr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bios_values_t": {
      "size": 8,
      "fields": {
        "bell_pitch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "shift_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bitmask_head": {
      "size": 16,
      "fields": {
        "blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "free_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "items_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bitset": {
      "size": 8,
      "fields": {
        "__bits": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "blake2b_param": {
      "size": 64,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "digest_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fanout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "inner_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "key_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "leaf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "node_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "node_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "personal": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "salt": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "blake2b_state": {
      "size": 358,
      "fields": {
        "buf": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "f": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "h": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "last_node": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 357
        },
        "outlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 356
        },
        "t": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "blake2b_xform_ctx": {
      "size": 358,
      "fields": {
        "state": {
          "type": {
            "kind": "struct",
            "name": "blake2b_state"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "blake2s_param": {
      "size": 32,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "digest_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fanout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "inner_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "key_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "leaf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "node_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "node_offset": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "personal": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "salt": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blake2s_state": {
      "size": 182,
      "fields": {
        "buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "f": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "h": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "last_node": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 181
        },
        "outlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 180
        },
        "t": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "blake2s_xform_ctx": {
      "size": 182,
      "fields": {
        "state": {
          "type": {
            "kind": "struct",
            "name": "blake2s_state"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "blist": {
      "size": 48,
      "fields": {
        "bl_avail": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "bl_blocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "bl_cursor": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "bl_radix": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bl_root": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "blmeta_t"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "blkif_back_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_back_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_back_rings": {
      "size": 24,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "blkif_common_back_ring_t"
          },
          "offset": 0
        },
        "native": {
          "type": {
            "kind": "struct",
            "name": "blkif_back_ring_t"
          },
          "offset": 0
        },
        "x86_32": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_32_back_ring_t"
          },
          "offset": 0
        },
        "x86_64": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_64_back_ring_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "blkif_back_rings_t": {
      "size": 24,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "blkif_common_back_ring_t"
          },
          "offset": 0
        },
        "native": {
          "type": {
            "kind": "struct",
            "name": "blkif_back_ring_t"
          },
          "offset": 0
        },
        "x86_32": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_32_back_ring_t"
          },
          "offset": 0
        },
        "x86_64": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_64_back_ring_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "blkif_common_back_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_common_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_common_back_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_common_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_common_request": {
      "size": 1,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "blkif_common_response": {
      "size": 1,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "blkif_common_sring": {
      "size": 68,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "blkif_common_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blkif_common_sring_entry": {
      "size": 1,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "blkif_common_request"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "blkif_common_response"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "blkif_front_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsp_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_front_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsp_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_request": {
      "size": 112,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seg": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "blkif_request_segment"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "blkif_request_indirect": {
      "size": 64,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "indirect_grefs": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "indirect_op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_request_indirect_t": {
      "size": 64,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "indirect_grefs": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "indirect_op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_request_segment": {
      "size": 8,
      "fields": {
        "first_sect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "gref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "last_sect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "blkif_request_t": {
      "size": 112,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seg": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "blkif_request_segment"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "blkif_response": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "blkif_response_t": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "blkif_sring": {
      "size": 176,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "blkif_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blkif_sring_entry": {
      "size": 112,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "blkif_request"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "blkif_response"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "blkif_sring_t": {
      "size": 176,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "blkif_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blkif_x86_32_back_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_x86_32_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_x86_32_back_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_x86_32_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_x86_32_request": {
      "size": 108,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "seg": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "blkif_request_segment"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "blkif_x86_32_request_t": {
      "size": 108,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "seg": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "blkif_request_segment"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "blkif_x86_32_response": {
      "size": 12,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "blkif_x86_32_sring": {
      "size": 172,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "blkif_x86_32_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blkif_x86_32_sring_entry": {
      "size": 108,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_32_request"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_32_response"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "blkif_x86_32_sring_t": {
      "size": 172,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "blkif_x86_32_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blkif_x86_64_back_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_x86_64_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_x86_64_back_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_x86_64_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "blkif_x86_64_request": {
      "size": 112,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seg": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "blkif_request_segment"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "blkif_x86_64_request_t": {
      "size": 112,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seg": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "blkif_request_segment"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "blkif_x86_64_response": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "blkif_x86_64_sring": {
      "size": 176,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "blkif_x86_64_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blkif_x86_64_sring_entry": {
      "size": 112,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_64_request"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "blkif_x86_64_response"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "blkif_x86_64_sring_t": {
      "size": 176,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "blkif_x86_64_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blmeta": {
      "size": 16,
      "fields": {
        "bm_bighint": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "bm_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "blmeta_t": {
      "size": 16,
      "fields": {
        "bm_bighint": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "bm_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "blockProperties_t": {
      "size": 12,
      "fields": {
        "blockType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_227849981257e0d8"
          },
          "offset": 0
        },
        "lastBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "origSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "blockcount_t": {
      "size": 4,
      "fields": {
        "__count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bmac1_stats": {
      "size": 400,
      "fields": {
        "rx_stat_gr1023_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "rx_stat_gr1023_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "rx_stat_gr127_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "rx_stat_gr127_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "rx_stat_gr1518_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "rx_stat_gr1518_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "rx_stat_gr16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "rx_stat_gr16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "rx_stat_gr2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "rx_stat_gr2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "rx_stat_gr255_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "rx_stat_gr255_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "rx_stat_gr4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "rx_stat_gr4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "rx_stat_gr511_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "rx_stat_gr511_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "rx_stat_gr64_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_stat_gr64_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rx_stat_gr9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "rx_stat_gr9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "rx_stat_grbca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "rx_stat_grbca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "rx_stat_grbyt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "rx_stat_grbyt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "rx_stat_grerb_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "rx_stat_grerb_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "rx_stat_grfcs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "rx_stat_grfcs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "rx_stat_grflr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "rx_stat_grflr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "rx_stat_grfre_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "rx_stat_grfre_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "rx_stat_grfrg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "rx_stat_grfrg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "rx_stat_gripj_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "rx_stat_gripj_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "rx_stat_grjbr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "rx_stat_grjbr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "rx_stat_grmax_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "rx_stat_grmax_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "rx_stat_grmca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "rx_stat_grmca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "rx_stat_grmeb_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "rx_stat_grmeb_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "rx_stat_grmeg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "rx_stat_grmeg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "rx_stat_grovr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "rx_stat_grovr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "rx_stat_grpkt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "rx_stat_grpkt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "rx_stat_grund_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "rx_stat_grund_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "rx_stat_grxcf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "rx_stat_grxcf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "rx_stat_grxpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "rx_stat_grxpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "rx_stat_grxuo_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "rx_stat_grxuo_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "tx_stat_gt1023_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tx_stat_gt1023_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tx_stat_gt127_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_stat_gt127_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tx_stat_gt1518_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_stat_gt1518_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_stat_gt16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_stat_gt16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_stat_gt2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_stat_gt2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_stat_gt255_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_stat_gt255_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tx_stat_gt4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_stat_gt4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tx_stat_gt511_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tx_stat_gt511_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_stat_gt64_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_stat_gt64_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_stat_gt9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_stat_gt9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_stat_gtbca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_stat_gtbca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_stat_gtbyt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_stat_gtbyt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_stat_gterr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_stat_gterr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_stat_gtfcs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_stat_gtfcs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_stat_gtfrg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_stat_gtfrg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_stat_gtmax_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_stat_gtmax_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_stat_gtmca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_stat_gtmca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_stat_gtovr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_stat_gtovr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_stat_gtpkt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_stat_gtpkt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_stat_gtufl_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_stat_gtufl_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_stat_gtxpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_stat_gtxpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bmac2_stats": {
      "size": 448,
      "fields": {
        "rx_stat_gr1023_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "rx_stat_gr1023_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "rx_stat_gr127_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "rx_stat_gr127_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "rx_stat_gr1518_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "rx_stat_gr1518_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "rx_stat_gr16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "rx_stat_gr16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "rx_stat_gr2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "rx_stat_gr2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "rx_stat_gr255_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "rx_stat_gr255_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "rx_stat_gr4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "rx_stat_gr4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "rx_stat_gr511_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "rx_stat_gr511_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "rx_stat_gr64_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "rx_stat_gr64_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "rx_stat_gr9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "rx_stat_gr9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "rx_stat_grbca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "rx_stat_grbca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "rx_stat_grbyt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "rx_stat_grbyt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "rx_stat_grerb_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "rx_stat_grerb_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "rx_stat_grfcs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "rx_stat_grfcs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "rx_stat_grflr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "rx_stat_grflr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "rx_stat_grfre_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "rx_stat_grfre_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "rx_stat_grfrg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "rx_stat_grfrg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "rx_stat_gripj_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "rx_stat_gripj_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "rx_stat_grjbr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "rx_stat_grjbr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "rx_stat_grmax_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "rx_stat_grmax_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "rx_stat_grmca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "rx_stat_grmca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "rx_stat_grmeb_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "rx_stat_grmeb_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "rx_stat_grmeg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "rx_stat_grmeg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "rx_stat_grovr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "rx_stat_grovr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "rx_stat_grpkt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "rx_stat_grpkt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "rx_stat_grpok_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "rx_stat_grpok_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "rx_stat_grpp_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "rx_stat_grpp_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "rx_stat_gruca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "rx_stat_gruca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "rx_stat_grund_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "rx_stat_grund_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "rx_stat_grxcf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "rx_stat_grxcf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "rx_stat_grxpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "rx_stat_grxpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "rx_stat_grxuo_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "rx_stat_grxuo_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "tx_stat_gt1023_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_stat_gt1023_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tx_stat_gt127_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tx_stat_gt127_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tx_stat_gt1518_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_stat_gt1518_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_stat_gt16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_stat_gt16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_stat_gt2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_stat_gt2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_stat_gt255_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_stat_gt255_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_stat_gt4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_stat_gt4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_stat_gt511_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_stat_gt511_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_stat_gt64_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tx_stat_gt64_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_stat_gt9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_stat_gt9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_stat_gtbca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_stat_gtbca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_stat_gtbyt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_stat_gtbyt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_stat_gterr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_stat_gterr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "tx_stat_gtfcs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_stat_gtfcs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_stat_gtfrg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_stat_gtfrg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tx_stat_gtmax_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_stat_gtmax_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_stat_gtmca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_stat_gtmca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_stat_gtovr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_stat_gtovr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_stat_gtpk_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_stat_gtpk_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_stat_gtpkt1_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_stat_gtpkt1_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tx_stat_gtpp_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_stat_gtpp_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_stat_gtuca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_stat_gtuca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_stat_gtufl_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tx_stat_gtufl_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_stat_gtxpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_stat_gtxpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bmic_host_wellness_driver_version": {
      "size": 42,
      "fields": {
        "driver_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "driver_version_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "driver_version_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "end_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "start_tag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bmic_host_wellness_time": {
      "size": 20,
      "fields": {
        "century": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "dont_write_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "end_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "start_tag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "time_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "time_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "bmic_ident_ctrl": {
      "size": 325,
      "fields": {
        "conf_ld_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "conf_sign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "ctrl_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "extended_lun_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "fw_build_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "fw_version": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "hw_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "reserved": {
          "type": {
            "count": 140,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "reserved1": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 156
        },
        "reserved2": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        },
        "reserved3": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 293
        },
        "rom_fw_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "bmic_ident_ctrl_t": {
      "size": 325,
      "fields": {
        "conf_ld_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "conf_sign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "ctrl_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "extended_lun_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "fw_build_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "fw_version": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "hw_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "reserved": {
          "type": {
            "count": 140,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "reserved1": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 156
        },
        "reserved2": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        },
        "reserved3": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 293
        },
        "rom_fw_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "bmic_ident_physdev_t": {
      "size": 2048,
      "fields": {
        "active_path_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1738
        },
        "alternate_paths_phys_box_on_port": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1755
        },
        "alternate_paths_phys_connector": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1739
        },
        "alternate_paths_switch_name": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1810
        },
        "alternate_paths_switch_port": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1850
        },
        "big_total_block_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 122
        },
        "block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "box_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1220
        },
        "compaq_drive_stamp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 101
        },
        "controller_phy_map": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 162
        },
        "current_queue_depth_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1796
        },
        "current_temperature_degreesC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1792
        },
        "dek_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1934
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "drive_authentication": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1862
        },
        "encryption_key_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1866
        },
        "even_more_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "extra_physical_drive_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1222
        },
        "firmware_revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 92
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "last_failure_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "logical_blocks_per_phys_block_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1795
        },
        "max_temperature_degreesC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1794
        },
        "minimum_good_fw_revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1764
        },
        "misc_drive_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1930
        },
        "model": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "more_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "multi_lun_device_lun_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1763
        },
        "negotiated_link_rate": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1224
        },
        "padding": {
          "type": {
            "count": 112,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1936
        },
        "percent_endurance_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1860
        },
        "phy_connected_dev_type": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 196
        },
        "phy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 194
        },
        "phy_to_attached_dev_index": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 708
        },
        "phy_to_drive_bay_num": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 452
        },
        "phy_to_phy_map": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1480
        },
        "phys_bay_in_box": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "phys_box_on_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "phys_connector": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "power_on_hours": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1858
        },
        "redundant_path_failure_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1737
        },
        "redundant_path_present_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1736
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1221
        },
        "reserved_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ris_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 138
        },
        "ris_starting_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 130
        },
        "rpm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sata_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 121
        },
        "scsi_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "scsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "scsi_inquiry_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "scsi_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "serial_number": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "smart_carrier_app_fw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1864
        },
        "smart_carrier_authentication": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1863
        },
        "smart_carrier_bootloader_fw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1865
        },
        "spi_speed_rules": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "switch_name": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1798
        },
        "switch_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1808
        },
        "temperature_threshold_degreesC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1793
        },
        "total_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unique_inquiry_bytes": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1772
        },
        "wwid": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 142
        },
        "yet_more_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "bmic_identify_physical_device": {
      "size": 2048,
      "fields": {
        "active_path_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1738
        },
        "alternate_paths_phys_box_on_port": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1755
        },
        "alternate_paths_phys_connector": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1739
        },
        "alternate_paths_switch_name": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1810
        },
        "alternate_paths_switch_port": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1850
        },
        "big_total_block_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 122
        },
        "block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "box_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1220
        },
        "compaq_drive_stamp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 101
        },
        "controller_phy_map": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 162
        },
        "current_queue_depth_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1796
        },
        "current_temperature_degreesC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1792
        },
        "dek_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1934
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "drive_authentication": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1862
        },
        "encryption_key_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1866
        },
        "even_more_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "extra_physical_drive_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1222
        },
        "firmware_revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 92
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "last_failure_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "logical_blocks_per_phys_block_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1795
        },
        "max_temperature_degreesC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1794
        },
        "minimum_good_fw_revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1764
        },
        "misc_drive_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1930
        },
        "model": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "more_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "multi_lun_device_lun_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1763
        },
        "negotiated_link_rate": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1224
        },
        "padding": {
          "type": {
            "count": 112,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1936
        },
        "percent_endurance_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1860
        },
        "phy_connected_dev_type": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 196
        },
        "phy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 194
        },
        "phy_to_attached_dev_index": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 708
        },
        "phy_to_drive_bay_num": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 452
        },
        "phy_to_phy_map": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1480
        },
        "phys_bay_in_box": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "phys_box_on_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "phys_connector": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "power_on_hours": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1858
        },
        "redundant_path_failure_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1737
        },
        "redundant_path_present_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1736
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1221
        },
        "reserved_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ris_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 138
        },
        "ris_starting_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 130
        },
        "rpm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sata_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 121
        },
        "scsi_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "scsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "scsi_inquiry_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "scsi_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "serial_number": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "smart_carrier_app_fw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1864
        },
        "smart_carrier_authentication": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1863
        },
        "smart_carrier_bootloader_fw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1865
        },
        "spi_speed_rules": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "switch_name": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1798
        },
        "switch_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1808
        },
        "temperature_threshold_degreesC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1793
        },
        "total_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unique_inquiry_bytes": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1772
        },
        "wwid": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 142
        },
        "yet_more_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "bmsafemap": {
      "size": 192,
      "fields": {
        "sm_allocdirecthd": {
          "type": {
            "kind": "struct",
            "name": "allocdirecthd"
          },
          "offset": 96
        },
        "sm_allocdirectwr": {
          "type": {
            "kind": "struct",
            "name": "allocdirecthd"
          },
          "offset": 104
        },
        "sm_allocindirhd": {
          "type": {
            "kind": "struct",
            "name": "allocindirhd"
          },
          "offset": 112
        },
        "sm_allocindirwr": {
          "type": {
            "kind": "struct",
            "name": "allocindirhd"
          },
          "offset": 120
        },
        "sm_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 88
        },
        "sm_cg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "sm_freehd": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 176
        },
        "sm_freewr": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 184
        },
        "sm_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_247fb29b55a03c8c"
          },
          "offset": 48
        },
        "sm_inodedephd": {
          "type": {
            "kind": "struct",
            "name": "inodedephd"
          },
          "offset": 128
        },
        "sm_inodedepwr": {
          "type": {
            "kind": "struct",
            "name": "inodedephd"
          },
          "offset": 136
        },
        "sm_jaddrefhd": {
          "type": {
            "kind": "struct",
            "name": "jaddrefhd"
          },
          "offset": 160
        },
        "sm_jnewblkhd": {
          "type": {
            "kind": "struct",
            "name": "jnewblkhd"
          },
          "offset": 168
        },
        "sm_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "sm_newblkhd": {
          "type": {
            "kind": "struct",
            "name": "newblkhd"
          },
          "offset": 144
        },
        "sm_newblkwr": {
          "type": {
            "kind": "struct",
            "name": "newblkhd"
          },
          "offset": 152
        },
        "sm_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_247fb29b55a03c8c"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "bmsafemap_hashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bmsafemap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bmsafemaphd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bmsafemap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bnxt_bar_info": {
      "size": 40,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bnxt_cos_queue": {
      "size": 2,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "bnxt_cp_ring": {
      "size": 112,
      "fields": {
        "cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "int_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 56
        },
        "last_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "ring": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ring"
          },
          "offset": 0
        },
        "stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ctx_hw_stats"
            }
          },
          "offset": 88
        },
        "stats_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "v_bit": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "bnxt_ctx_mem_info": {
      "size": 144176,
      "fields": {
        "cq_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "cq_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cq_max_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "cq_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ctx_pg_info"
          },
          "offset": 41224
        },
        "ctx_kind_initializer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "mrav_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "mrav_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mrav_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ctx_pg_info"
          },
          "offset": 102952
        },
        "qp_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "qp_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qp_max_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "qp_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ctx_pg_info"
          },
          "offset": 72
        },
        "qp_min_qp1_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "srq_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "srq_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "srq_max_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "srq_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ctx_pg_info"
          },
          "offset": 20648
        },
        "stat_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "stat_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "stat_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ctx_pg_info"
          },
          "offset": 82376
        },
        "tim_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "tim_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tim_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ctx_pg_info"
          },
          "offset": 123528
        },
        "tqm_entries_multiple": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "tqm_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "tqm_max_entries_per_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tqm_mem": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bnxt_ctx_pg_info"
              }
            }
          },
          "offset": 144104
        },
        "tqm_min_entries_per_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "vnic_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "vnic_max_ring_table_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "vnic_max_vnic_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "vnic_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ctx_pg_info"
          },
          "offset": 61800
        }
      },
      "kind": "struct"
    },
    "bnxt_ctx_pg_info": {
      "size": 20576,
      "fields": {
        "ctx_arr": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iflib_dma_info"
            }
          },
          "offset": 8
        },
        "ctx_pg_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bnxt_ctx_pg_info"
              }
            }
          },
          "offset": 20568
        },
        "entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nr_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ring_mem": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ring_mem_info"
          },
          "offset": 20488
        }
      },
      "kind": "struct"
    },
    "bnxt_dev_info": {
      "size": 320,
      "fields": {
        "nic_info": {
          "type": {
            "kind": "struct",
            "name": "bnxt_nic_info"
          },
          "offset": 0
        },
        "pci_info": {
          "type": {
            "kind": "struct",
            "name": "bnxt_pci_info"
          },
          "offset": 290
        }
      },
      "kind": "struct"
    },
    "bnxt_doorbell_ops": {
      "size": 40,
      "fields": {
        "bnxt_db_nq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "bnxt_db_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "bnxt_db_rx_cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "bnxt_db_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "bnxt_db_tx_cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bnxt_flow_ctrl": {
      "size": 3,
      "fields": {
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "rx": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "tx": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "bnxt_full_tpa_start": {
      "size": 32,
      "fields": {
        "high": {
          "type": {
            "kind": "struct",
            "name": "rx_tpa_start_cmpl_hi"
          },
          "offset": 16
        },
        "low": {
          "type": {
            "kind": "struct",
            "name": "rx_tpa_start_cmpl"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bnxt_func_info": {
      "size": 28,
      "fields": {
        "fw_fid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "max_cp_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "max_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "max_irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "max_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "max_rsscos_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "max_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_stat_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "max_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "max_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bnxt_func_qcfg": {
      "size": 8,
      "fields": {
        "alloc_completion_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "alloc_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "alloc_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "alloc_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "bnxt_grp_info": {
      "size": 10,
      "fields": {
        "ag_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cp_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "grp_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rx_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stats_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bnxt_hw_lro": {
      "size": 12,
      "fields": {
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "is_mode_gro": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "max_agg_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max_aggs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "min_agg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bnxt_hw_resc": {
      "size": 52,
      "fields": {
        "max_cp_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "max_irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "max_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "max_nqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "max_rsscos_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "max_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "max_stat_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "max_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "max_tx_sch_inputs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "min_cp_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "min_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "min_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "min_rsscos_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "min_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "min_stat_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "min_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "min_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "resv_cp_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "resv_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "resv_irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "resv_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "resv_stat_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "resv_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "resv_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_data": {
      "size": 40,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_9ba0a8fd216d984b"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_header": {
      "size": 8,
      "fields": {
        "rc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "bnxt_ioctl_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_fw_get_time": {
      "size": 20,
      "fields": {
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "millisecond": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "second": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "zone": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_fw_qstatus": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "processor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "selfreset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_fw_reset": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "processor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "selfreset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_fw_set_time": {
      "size": 20,
      "fields": {
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "millisecond": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "second": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "zone": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_erase_dir_entry": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "bnxt_ioctl_type"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_find_dir_entry": {
      "size": 32,
      "fields": {
        "data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "fw_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "item_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "search_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "use_index": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 29
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_get_dir_entries": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "entry_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "max_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_get_dir_info": {
      "size": 16,
      "fields": {
        "entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "entry_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_install_update": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "install_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "installed_items": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "problem_item": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "reset_required": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_modify": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_read": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_verify_update": {
      "size": 16,
      "fields": {
        "ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bnxt_ioctl_hwrm_nvm_write": {
      "size": 40,
      "fields": {
        "attr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "item_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "keep": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 36
        },
        "option": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        }
      },
      "kind": "struct"
    },
    "bnxt_link_info": {
      "size": 40,
      "fields": {
        "auto_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "auto_link_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "auto_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "duplex_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "flow_ctrl": {
          "type": {
            "kind": "struct",
            "name": "bnxt_flow_ctrl"
          },
          "offset": 10
        },
        "force_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "last_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "last_flow_ctrl": {
          "type": {
            "kind": "struct",
            "name": "bnxt_flow_ctrl"
          },
          "offset": 13
        },
        "last_link_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "loop_back": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "media_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phy_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "phy_link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "phy_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "phy_ver": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "preemphasis": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "req_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "req_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "support_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "transceiver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "wire_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bnxt_mgmt_fw_msg": {
      "size": 32,
      "fields": {
        "dma": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dma_info"
            }
          },
          "offset": 32
        },
        "len_req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "len_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_dma_indications": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "usr_req": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "usr_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bnxt_mgmt_req": {
      "size": 32,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_mgmt_req_hdr"
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "union",
            "name": "unnamed_7156eeea107d87e0"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bnxt_mgmt_req_hdr": {
      "size": 20,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "devfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_type": {
          "type": {
            "kind": "enum",
            "name": "bnxt_mgmt_req_type"
          },
          "offset": 16
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bnxt_nic_info": {
      "size": 290,
      "fields": {
        "dev_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "device_serial_number": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 192
        },
        "driver_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "driver_version": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 260
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "pci_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 266
        },
        "pci_link_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 270
        },
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 274
        }
      },
      "kind": "struct"
    },
    "bnxt_nvram_info": {
      "size": 48,
      "fields": {
        "available_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mfg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nvm_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 24
        },
        "nvm_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 40
        },
        "reserved_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sector_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bnxt_pci_info": {
      "size": 30,
      "fields": {
        "bus_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "chip_rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "device_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "domain_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "function_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "sub_system_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "sub_system_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bnxt_pf_info": {
      "size": 120,
      "fields": {
        "active_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "first_vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hwrm_cmd_req_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 56
        },
        "hwrm_cmd_req_dma_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "hwrm_cmd_req_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "max_decap_records": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_encap_records": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_rx_em_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "max_rx_wm_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_tx_em_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "max_tx_wm_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "max_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vf_event_bmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "bnxt_ring": {
      "size": 56,
      "fields": {
        "doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "phys_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "ring_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_softc"
            }
          },
          "offset": 24
        },
        "tpa_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_full_tpa_start"
            }
          },
          "offset": 48
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bnxt_ring_mem_info": {
      "size": 80,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "init_val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "nr_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pg_arr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_dma_info"
            }
          },
          "offset": 16
        },
        "pg_tbl": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 24
        },
        "vmem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 72
        },
        "vmem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "bnxt_softc": {
      "size": 4280,
      "fields": {
        "admin_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 696
        },
        "ag_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_ring"
            }
          },
          "offset": 2368
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 8
        },
        "ctx_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_ctx_mem_info"
            }
          },
          "offset": 64
        },
        "db_ops": {
          "type": {
            "kind": "struct",
            "name": "bnxt_doorbell_ops"
          },
          "offset": 4112
        },
        "def_cp_ring": {
          "type": {
            "kind": "struct",
            "name": "bnxt_cp_ring"
          },
          "offset": 3688
        },
        "def_cp_ring_mem": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 3912
        },
        "def_cp_task": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 3992
        },
        "def_nq_ring": {
          "type": {
            "kind": "struct",
            "name": "bnxt_cp_ring"
          },
          "offset": 3800
        },
        "def_nq_ring_mem": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 3952
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dev_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "doorbell_bar": {
          "type": {
            "kind": "struct",
            "name": "bnxt_bar_info"
          },
          "offset": 184
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "flow_ctrl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 4200
        },
        "flow_ctrl_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 4216
        },
        "fn_qcfg": {
          "type": {
            "kind": "struct",
            "name": "bnxt_func_qcfg"
          },
          "offset": 312
        },
        "func": {
          "type": {
            "kind": "struct",
            "name": "bnxt_func_info"
          },
          "offset": 284
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "grp_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_grp_info"
            }
          },
          "offset": 2392
        },
        "hw_lro": {
          "type": {
            "kind": "struct",
            "name": "bnxt_hw_lro"
          },
          "offset": 4244
        },
        "hw_lro_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 4176
        },
        "hw_lro_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 4192
        },
        "hw_resc": {
          "type": {
            "kind": "struct",
            "name": "bnxt_hw_resc"
          },
          "offset": 72
        },
        "hw_rx_port_stats": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 704
        },
        "hw_stats": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 4152
        },
        "hw_stats_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 4168
        },
        "hw_tx_port_stats": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 744
        },
        "hwrm_bar": {
          "type": {
            "kind": "struct",
            "name": "bnxt_bar_info"
          },
          "offset": 144
        },
        "hwrm_cmd_resp": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 512
        },
        "hwrm_cmd_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 504
        },
        "hwrm_cmd_timeo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "hwrm_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 616
        },
        "hwrm_max_ext_req_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 650
        },
        "hwrm_max_req_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 648
        },
        "hwrm_short_cmd_req_addr": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 552
        },
        "hwrm_spec_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 592
        },
        "is_dev_init": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4241
        },
        "link_info": {
          "type": {
            "kind": "struct",
            "name": "bnxt_link_info"
          },
          "offset": 224
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "bnxt_softc_list"
          },
          "offset": 128
        },
        "max_lltc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 657
        },
        "max_q": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 690
        },
        "max_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 656
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 56
        },
        "nq_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_cp_ring"
            }
          },
          "offset": 808
        },
        "nrxqsets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3680
        },
        "ntxqsets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2112
        },
        "num_cp_rings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 800
        },
        "nvm_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_nvram_info"
            }
          },
          "offset": 4232
        },
        "pf": {
          "type": {
            "kind": "struct",
            "name": "bnxt_pf_info"
          },
          "offset": 320
        },
        "q_ids": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 682
        },
        "q_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_cos_queue"
            }
          },
          "offset": 658
        },
        "rx_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3684
        },
        "rx_coal_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4262
        },
        "rx_coal_frames_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4264
        },
        "rx_coal_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4258
        },
        "rx_coal_usecs_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4260
        },
        "rx_cp_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_cp_ring"
            }
          },
          "offset": 2384
        },
        "rx_port_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rx_port_stats"
            }
          },
          "offset": 784
        },
        "rx_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_ring"
            }
          },
          "offset": 2376
        },
        "rx_stats": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iflib_dma_info"
            }
          },
          "offset": 2400
        },
        "scctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 16
        },
        "sctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_shared_ctx"
            }
          },
          "offset": 24
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "state_bv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 272
        },
        "tc_to_qidx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 674
        },
        "total_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "tx_coal_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4270
        },
        "tx_coal_frames_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4272
        },
        "tx_coal_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4266
        },
        "tx_coal_usecs_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4268
        },
        "tx_cp_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_cp_ring"
            }
          },
          "offset": 824
        },
        "tx_port_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_port_stats"
            }
          },
          "offset": 792
        },
        "tx_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_ring"
            }
          },
          "offset": 816
        },
        "tx_stats": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iflib_dma_info"
            }
          },
          "offset": 832
        },
        "ver_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_ver_info"
            }
          },
          "offset": 4224
        },
        "vf": {
          "type": {
            "kind": "struct",
            "name": "bnxt_vf_info"
          },
          "offset": 440
        },
        "vnic_info": {
          "type": {
            "kind": "struct",
            "name": "bnxt_vnic_info"
          },
          "offset": 2120
        },
        "wol": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4240
        },
        "wol_filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4256
        }
      },
      "kind": "struct"
    },
    "bnxt_softc_list": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bba834c4bab6ab97"
          },
          "offset": 0
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bnxt_ver_info": {
      "size": 320,
      "fields": {
        "chip_bond_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 290
        },
        "chip_metal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 289
        },
        "chip_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 286
        },
        "chip_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 288
        },
        "chip_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 291
        },
        "driver_hwrm_if_ver": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 15
        },
        "fw_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 75
        },
        "hwrm_fw_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 183
        },
        "hwrm_fw_ver": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 27
        },
        "hwrm_if_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "hwrm_if_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hwrm_if_update": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "hwrm_if_ver": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3
        },
        "hwrm_min_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "hwrm_min_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 293
        },
        "hwrm_min_update": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 294
        },
        "mgmt_fw_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "mgmt_fw_ver": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 39
        },
        "netctrl_fw_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 217
        },
        "netctrl_fw_ver": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 51
        },
        "phy_partnumber": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 268
        },
        "phy_vendor": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 251
        },
        "phy_ver": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 107
        },
        "pkg_ver": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 119
        },
        "roce_fw_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 234
        },
        "roce_fw_ver": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 63
        },
        "ver_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 296
        },
        "ver_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 312
        }
      },
      "kind": "struct"
    },
    "bnxt_vf_info": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "func_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "fw_fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hwrm_cmd_req_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "hwrm_cmd_req_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "max_cp_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "max_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "max_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "max_rsscos_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "max_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "max_stat_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "max_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "max_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "max_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "min_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "bnxt_vlan_tag": {
      "size": 24,
      "fields": {
        "filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c97501fbbcedaa90"
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bnxt_vnic_info": {
      "size": 248,
      "fields": {
        "cos_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "def_ring_grp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lb_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mc_list": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 16
        },
        "mc_list_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rss_grp_tbl": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 160
        },
        "rss_hash_key": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "rss_hash_key_tbl": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 120
        },
        "rss_hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rss_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "rx_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vlan_tag_list": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 208
        },
        "vlan_tags": {
          "type": {
            "kind": "struct",
            "name": "vlan_head"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "bool_flags": {
      "size": 24,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "noname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "boot_header_s": {
      "size": 28,
      "fields": {
        "exheader": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offset": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "signature": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "boot_header_t": {
      "size": 28,
      "fields": {
        "exheader": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offset": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "signature": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bootsector": {
      "size": 512,
      "fields": {
        "bs33": {
          "type": {
            "kind": "struct",
            "name": "bootsector33"
          },
          "offset": 0
        },
        "bs50": {
          "type": {
            "kind": "struct",
            "name": "bootsector50"
          },
          "offset": 0
        },
        "bs710": {
          "type": {
            "kind": "struct",
            "name": "bootsector710"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "bootsector33": {
      "size": 512,
      "fields": {
        "bsBPB": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 11
        },
        "bsBootCode": {
          "type": {
            "count": 479,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 31
        },
        "bsBootSectSig0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 510
        },
        "bsBootSectSig1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "bsDriveNumber": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 30
        },
        "bsJump": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bsOemName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "bootsector50": {
      "size": 512,
      "fields": {
        "bsBPB": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 11
        },
        "bsBootCode": {
          "type": {
            "count": 448,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 62
        },
        "bsBootSectSig0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 510
        },
        "bsBootSectSig1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "bsExt": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 36
        },
        "bsJump": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bsOemName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "bootsector710": {
      "size": 512,
      "fields": {
        "bsBPB": {
          "type": {
            "count": 53,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 11
        },
        "bsBootCode": {
          "type": {
            "count": 420,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 90
        },
        "bsBootSectSig0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 510
        },
        "bsBootSectSig1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "bsExt": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 64
        },
        "bsJump": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bsOEMName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "bounce_page": {
      "size": 64,
      "fields": {
        "busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "datacount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "dataoffs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "datapage": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 24
        },
        "datavaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_754fde8a98826734"
          },
          "offset": 56
        },
        "vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bounce_zone": {
      "size": 144,
      "fields": {
        "active_bpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "bounce_map_waitinglist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e68aebda9e621b01"
          },
          "offset": 24
        },
        "bounce_page_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_55167f67af8a8a5b"
          },
          "offset": 8
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "free_bpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7f9bd734fc0ada90"
          },
          "offset": 0
        },
        "lowaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "lowaddrid": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "map_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "reserved_bpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sysctl_tree": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 120
        },
        "sysctl_tree_top": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 136
        },
        "total_bounced": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "total_bpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "total_deferred": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "zoneid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "bpb50": {
      "size": 28,
      "fields": {
        "bpbBytesPerSec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bpbFATs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bpbFATsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "bpbHeads": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "bpbHiddenSecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bpbHugeSectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bpbMedia": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "bpbResSectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "bpbRootDirEnts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "bpbSecPerClust": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bpbSecPerTrack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "bpbSectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "bpf_d": {
      "size": 408,
      "fields": {
        "bd_async": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "bd_bfilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "bd_bif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_if"
            }
          },
          "offset": 56
        },
        "bd_bufmode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "bd_bufsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "bd_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 256
        },
        "bd_compat32": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 384
        },
        "bd_dcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "bd_direction": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "bd_fbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "bd_fcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 328
        },
        "bd_feedback": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "bd_hbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "bd_hbuf_in_use": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "bd_hdrcmplt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "bd_hlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "bd_immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "bd_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 320
        },
        "bd_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 224
        },
        "bd_locked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 340
        },
        "bd_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_57386eef1ec1dff3"
          },
          "offset": 0
        },
        "bd_pcp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "bd_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 336
        },
        "bd_promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "bd_rcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 96
        },
        "bd_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "bd_rfilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_insn"
            }
          },
          "offset": 72
        },
        "bd_rtout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "bd_sbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "bd_sel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 152
        },
        "bd_sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "bd_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 144
        },
        "bd_slen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "bd_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 113
        },
        "bd_tstamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "bd_wcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 352
        },
        "bd_wdcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 368
        },
        "bd_wfcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 360
        },
        "bd_wfilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_insn"
            }
          },
          "offset": 80
        },
        "bd_writer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "bd_zcopy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 376
        },
        "epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 392
        }
      },
      "kind": "struct"
    },
    "bpf_dltlist": {
      "size": 16,
      "fields": {
        "bfl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bfl_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bpf_dltlist32": {
      "size": 8,
      "fields": {
        "bfl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bfl_list": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bpf_hdr": {
      "size": 32,
      "fields": {
        "bh_caplen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bh_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bh_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "bh_tstamp": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_hdr32": {
      "size": 20,
      "fields": {
        "bh_caplen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bh_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bh_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "bh_tstamp": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_if": {
      "size": 80,
      "fields": {
        "bif_bpf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bpf_if"
              }
            }
          },
          "offset": 48
        },
        "bif_dlt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bif_ext": {
          "type": {
            "kind": "struct",
            "name": "bpf_if_ext"
          },
          "offset": 0
        },
        "bif_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bif_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 40
        },
        "bif_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "bif_wlist": {
          "type": {
            "kind": "struct",
            "name": "bpfd_list"
          },
          "offset": 32
        },
        "epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "bpf_if_ext": {
      "size": 24,
      "fields": {
        "bif_dlist": {
          "type": {
            "kind": "struct",
            "name": "bpfd_list"
          },
          "offset": 16
        },
        "bif_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b9580665f23089d8"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_iflist": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_if"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_insn": {
      "size": 8,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "jf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "jt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "k": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bpf_program": {
      "size": 16,
      "fields": {
        "bf_insns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_insn"
            }
          },
          "offset": 8
        },
        "bf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_program32": {
      "size": 8,
      "fields": {
        "bf_insns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_program_buffer": {
      "size": 16,
      "fields": {
        "buffer": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_stat": {
      "size": 8,
      "fields": {
        "bs_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bs_recv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_ts": {
      "size": 16,
      "fields": {
        "bt_frac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "bt_sec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_version": {
      "size": 4,
      "fields": {
        "bv_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bv_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "bpf_xhdr": {
      "size": 32,
      "fields": {
        "bh_caplen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bh_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bh_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "bh_tstamp": {
          "type": {
            "kind": "struct",
            "name": "bpf_ts"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bpf_zbuf": {
      "size": 24,
      "fields": {
        "bz_bufa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "bz_bufb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bz_buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bpf_zbuf_header": {
      "size": 32,
      "fields": {
        "_bzh_pad": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "bzh_kernel_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bzh_kernel_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bzh_user_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bpfd_list": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_d"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "brandnote_cb_arg": {
      "size": 16,
      "fields": {
        "brandnote": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf_Brandnote"
            }
          },
          "offset": 0
        },
        "osrel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "break_args": {
      "size": 8,
      "fields": {
        "nsize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "brgphy_softc": {
      "size": 112,
      "fields": {
        "bce_phy_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "mii_sc": {
          "type": {
            "kind": "struct",
            "name": "mii_softc"
          },
          "offset": 0
        },
        "serdes_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "bridge_control": {
      "size": 16,
      "fields": {
        "bc_argsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "bc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "bc_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bridge_iflist": {
      "size": 464,
      "fields": {
        "bif_addrcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "bif_addrexceeded": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "bif_addrmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "bif_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 448
        },
        "bif_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "bif_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "bif_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6e0b153257017786"
          },
          "offset": 0
        },
        "bif_savedcaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 428
        },
        "bif_stp": {
          "type": {
            "kind": "struct",
            "name": "bstp_port"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bridge_rtnode": {
      "size": 88,
      "fields": {
        "brt_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 49
        },
        "brt_dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bridge_iflist"
            }
          },
          "offset": 32
        },
        "brt_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 72
        },
        "brt_expire": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "brt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "brt_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4da756cc819e7b2c"
          },
          "offset": 0
        },
        "brt_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4da756cc819e7b2c"
          },
          "offset": 16
        },
        "brt_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "brt_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "bridge_softc": {
      "size": 544,
      "fields": {
        "sc_brcallout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 104
        },
        "sc_brtcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "sc_brtexceeded": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "sc_brtmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sc_brttimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "sc_defaddr": {
          "type": {
            "kind": "struct",
            "name": "ether_addr"
          },
          "offset": 512
        },
        "sc_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 528
        },
        "sc_if_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "sc_ifaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 504
        },
        "sc_iflist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_76aa2262fc6ca19c"
          },
          "offset": 168
        },
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_272147501a6b80b1"
          },
          "offset": 8
        },
        "sc_rt_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 56
        },
        "sc_rthash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_f188c3d7f6e0fffe"
            }
          },
          "offset": 176
        },
        "sc_rthash_key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "sc_rtlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f188c3d7f6e0fffe"
          },
          "offset": 184
        },
        "sc_spanlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_76aa2262fc6ca19c"
          },
          "offset": 200
        },
        "sc_stp": {
          "type": {
            "kind": "struct",
            "name": "bstp_state"
          },
          "offset": 208
        },
        "sc_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bsearch4_array": {
      "size": 16,
      "fields": {
        "alloc_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "arr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bsearch4_record"
            }
          },
          "offset": 8
        },
        "num_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bsearch4_data": {
      "size": 32,
      "fields": {
        "alloc_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "br": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bsearch4_record"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 0
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "num_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bsearch4_record"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bsearch4_record": {
      "size": 16,
      "fields": {
        "addr4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mask4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bsm_domain": {
      "size": 8,
      "fields": {
        "bd_bsm_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bd_local_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bsm_errno": {
      "size": 8,
      "fields": {
        "be_bsm_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "be_local_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bsm_fcntl_cmd": {
      "size": 8,
      "fields": {
        "bfc_bsm_fcntl_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bfc_local_fcntl_cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bsm_fcntl_cmd_t": {
      "size": 8,
      "fields": {
        "bfc_bsm_fcntl_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bfc_local_fcntl_cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bsm_socket_type": {
      "size": 8,
      "fields": {
        "bst_bsm_socket_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bst_local_socket_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bstp_cb_ops": {
      "size": 16,
      "fields": {
        "bcb_rtage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "bcb_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bstp_cbpdu": {
      "size": 39,
      "fields": {
        "cbu_bpdutype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cbu_bridgeaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "cbu_bridgepri": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "cbu_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "cbu_dsap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cbu_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "cbu_forwarddelay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "cbu_hellotime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "cbu_maxage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "cbu_messageage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "cbu_portid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "cbu_protoid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "cbu_protover": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "cbu_rootaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "cbu_rootpathcost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cbu_rootpri": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cbu_ssap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "cbu_versionlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "bstp_config_unit": {
      "size": 48,
      "fields": {
        "cu_agree": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "cu_forward_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "cu_forwarding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "cu_hello_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "cu_learning": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "cu_max_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "cu_message_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "cu_message_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "cu_proposal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "cu_pv": {
          "type": {
            "kind": "struct",
            "name": "bstp_pri_vector"
          },
          "offset": 0
        },
        "cu_role": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "cu_topology_change": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "cu_topology_change_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        }
      },
      "kind": "struct"
    },
    "bstp_port": {
      "size": 400,
      "fields": {
        "bp_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "bp_agree": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 283
        },
        "bp_agreed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 284
        },
        "bp_bs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bstp_state"
            }
          },
          "offset": 24
        },
        "bp_desg_fdelay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "bp_desg_htime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "bp_desg_max_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "bp_desg_msg_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "bp_desg_pv": {
          "type": {
            "kind": "struct",
            "name": "bstp_pri_vector"
          },
          "offset": 208
        },
        "bp_edge_delay_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 60
        },
        "bp_fdbflush": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 280
        },
        "bp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "bp_forward_delay_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 72
        },
        "bp_forward_transitions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "bp_hello_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 84
        },
        "bp_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "bp_infois": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 277
        },
        "bp_mediatask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 368
        },
        "bp_message_age_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 96
        },
        "bp_migrate_delay_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 108
        },
        "bp_msg_cu": {
          "type": {
            "kind": "struct",
            "name": "bstp_config_unit"
          },
          "offset": 160
        },
        "bp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f6cd483cc22155b9"
          },
          "offset": 0
        },
        "bp_operedge": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 289
        },
        "bp_path_cost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "bp_port_fdelay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "bp_port_htime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "bp_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "bp_port_max_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "bp_port_msg_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "bp_port_pv": {
          "type": {
            "kind": "struct",
            "name": "bstp_pri_vector"
          },
          "offset": 240
        },
        "bp_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 281
        },
        "bp_proposed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 288
        },
        "bp_proposing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 287
        },
        "bp_protover": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "bp_ptp_link": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 282
        },
        "bp_rcvdtc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 291
        },
        "bp_rcvdtca": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "bp_rcvdtcn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 293
        },
        "bp_recent_backup_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 120
        },
        "bp_recent_root_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 132
        },
        "bp_reroot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 290
        },
        "bp_role": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 276
        },
        "bp_rtagetask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 336
        },
        "bp_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 274
        },
        "bp_statetask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 304
        },
        "bp_sync": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 285
        },
        "bp_synced": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 286
        },
        "bp_tc_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 278
        },
        "bp_tc_prop": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 279
        },
        "bp_tc_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 144
        },
        "bp_tcstate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 275
        },
        "bp_txcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 300
        }
      },
      "kind": "struct"
    },
    "bstp_pri_vector": {
      "size": 32,
      "fields": {
        "pv_cost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pv_dbridge_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pv_dport_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "pv_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "pv_root_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bstp_state": {
      "size": 288,
      "fields": {
        "bs_allsynced": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 153
        },
        "bs_bplist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c2e5d93731c30d93"
          },
          "offset": 256
        },
        "bs_bridge_fdelay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "bs_bridge_htime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "bs_bridge_max_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "bs_bridge_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "bs_bridge_pv": {
          "type": {
            "kind": "struct",
            "name": "bstp_pri_vector"
          },
          "offset": 56
        },
        "bs_bstpcallout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 160
        },
        "bs_edge_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "bs_hold_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "bs_last_tc_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 240
        },
        "bs_link_timer": {
          "type": {
            "kind": "struct",
            "name": "bstp_timer"
          },
          "offset": 224
        },
        "bs_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_44674bf49b8e75e7"
          },
          "offset": 0
        },
        "bs_migration_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "bs_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "bs_protover": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "bs_root_fdelay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "bs_root_htime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 146
        },
        "bs_root_max_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "bs_root_msg_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "bs_root_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bstp_port"
            }
          },
          "offset": 120
        },
        "bs_root_pv": {
          "type": {
            "kind": "struct",
            "name": "bstp_pri_vector"
          },
          "offset": 88
        },
        "bs_rtage_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "bs_running": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "bs_state_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "bs_txholdcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 152
        },
        "bs_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "bstp_tbpdu": {
      "size": 7,
      "fields": {
        "tbu_bpdutype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "tbu_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tbu_dsap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tbu_protoid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "tbu_protover": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "tbu_ssap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "bstp_tcn_unit": {
      "size": 1,
      "fields": {
        "tu_message_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bstp_timer": {
      "size": 12,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "latched": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bt_event": {
      "size": 104,
      "fields": {
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cputime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "inblock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "name": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "oublock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tdname": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "tick": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bt_t": {
      "size": 56,
      "fields": {
        "bt_seglist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4948dc984a31c02b"
          },
          "offset": 0
        },
        "bt_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bt_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "bt_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "bt_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_84a7c144935a0ba3"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bt_table": {
      "size": 32,
      "fields": {
        "curr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drops_early": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "drops_full": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bt_event"
            }
          },
          "offset": 24
        },
        "wrap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bucket_entries": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_fastopen_ccache_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_fastopen_ccache_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "buf": {
      "size": 304,
      "fields": {
        "b_bcount": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "b_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "b_bobufs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe221dd1a1413a7e"
          },
          "offset": 96
        },
        "b_bufobj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 0
        },
        "b_bufsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "b_caller1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "b_ckhash": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "b_ckhashcalc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "b_cluster": {
          "type": {
            "kind": "union",
            "name": "cluster_info"
          },
          "offset": 248
        },
        "b_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "b_dep": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 272
        },
        "b_dirtyend": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "b_dirtyoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "b_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 117
        },
        "b_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "b_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "b_fsprivate1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "b_fsprivate2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 288
        },
        "b_fsprivate3": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 296
        },
        "b_iocmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "b_iodone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "b_ioflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "b_iooffset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "b_kvabase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 192
        },
        "b_kvasize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "b_lblkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 200
        },
        "b_lock": {
          "type": {
            "kind": "struct",
            "name": "lock"
          },
          "offset": 128
        },
        "b_npages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "b_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "b_pages": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 304
        },
        "b_qindex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 116
        },
        "b_rcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 216
        },
        "b_resid": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "b_runningbufspace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "b_subqueue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "b_vflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "b_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 208
        },
        "b_wcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 224
        },
        "b_xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_7b5cb4bf7e97b814"
          },
          "offset": 232,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "buf_ops": {
      "size": 40,
      "fields": {
        "bop_bdflush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "bop_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "bop_strategy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "bop_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "bop_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "buf_ring": {
      "size": 128,
      "fields": {
        "br_cons_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "br_cons_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "br_cons_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "br_cons_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "br_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "br_prod_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "br_prod_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "br_prod_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "br_prod_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "br_ring": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "bufdomain": {
      "size": 640,
      "fields": {
        "bd_bufspace": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 512
        },
        "bd_bufspacethresh": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 344
        },
        "bd_cleanq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufqueue"
            }
          },
          "offset": 192
        },
        "bd_dirtybufthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "bd_dirtyq": {
          "type": {
            "kind": "struct",
            "name": "bufqueue"
          },
          "offset": 64
        },
        "bd_freebuffers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "bd_hibufspace": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 328
        },
        "bd_hidirtybuffers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "bd_hifreebuffers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "bd_lim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "bd_lobufspace": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 336
        },
        "bd_lodirtybuffers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "bd_lofreebuffers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "bd_maxbufspace": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 320
        },
        "bd_numdirtybuffers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 384
        },
        "bd_run_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 256
        },
        "bd_running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "bd_shutdown": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 380
        },
        "bd_subq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufqueue"
            }
          },
          "offset": 0
        },
        "bd_wanted": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        }
      },
      "kind": "struct"
    },
    "bufdomainset": {
      "size": 8,
      "fields": {
        "__bits": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "buflists": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bufobj": {
      "size": 152,
      "fields": {
        "bo_bsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "bo_clean": {
          "type": {
            "kind": "struct",
            "name": "bufv"
          },
          "offset": 72
        },
        "bo_dirty": {
          "type": {
            "kind": "struct",
            "name": "bufv"
          },
          "offset": 104
        },
        "bo_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "bo_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "bo_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        },
        "bo_numoutput": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "bo_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 40
        },
        "bo_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ops"
            }
          },
          "offset": 32
        },
        "bo_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "bo_synclist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4a8a7fb11f4591e5"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "bufqueue": {
      "size": 128,
      "fields": {
        "bq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "bq_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "bq_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "bq_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ad6ad7a9bedfb924"
          },
          "offset": 64
        },
        "bq_subqueue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        }
      },
      "kind": "struct"
    },
    "bufv": {
      "size": 32,
      "fields": {
        "bv_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "bv_hd": {
          "type": {
            "kind": "struct",
            "name": "buflists"
          },
          "offset": 0
        },
        "bv_root": {
          "type": {
            "kind": "struct",
            "name": "pctrie"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bus_dma_impl": {
      "size": 120,
      "fields": {
        "id_mapped": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "load_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "load_ma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "load_phys": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "map_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "map_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "map_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "map_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "map_unload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "map_waitok": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "mem_alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "mem_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tag_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "tag_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "tag_set_domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bus_dma_param_t": {
      "size": 16,
      "fields": {
        "key": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4a1615839834ab3b"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_96c7f31d6dca0574"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "bus_dma_segment": {
      "size": 16,
      "fields": {
        "ds_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ds_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bus_dma_segment_t": {
      "size": 16,
      "fields": {
        "ds_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ds_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bus_dma_tag": {
      "size": 144,
      "fields": {
        "bounce_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "bounce_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bounce_zone"
            }
          },
          "offset": 136
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_tag_common"
          },
          "offset": 0
        },
        "map_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "segments": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "bus_dma_tag_common": {
      "size": 120,
      "fields": {
        "alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "boundary": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "filterarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "highaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "impl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_impl"
            }
          },
          "offset": 0
        },
        "lockfunc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "lockfuncarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "lowaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "maxsegsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "nsegments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag_common"
            }
          },
          "offset": 8
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "bus_dma_tag_iommu": {
      "size": 152,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_tag_common"
          },
          "offset": 0
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_ctx"
            }
          },
          "offset": 120
        },
        "map_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 128
        },
        "segments": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "bus_dma_template_t": {
      "size": 96,
      "fields": {
        "alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "boundary": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "highaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "lockfunc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "lockfuncarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "lowaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "maxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "nsegments": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bus_dmamap": {
      "size": 80,
      "fields": {
        "bpages": {
          "type": {
            "kind": "struct",
            "name": "unnamed_55167f67af8a8a5b"
          },
          "offset": 0
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6d37d77b3d980d2a"
          },
          "offset": 72
        },
        "mem": {
          "type": {
            "kind": "struct",
            "name": "memdesc"
          },
          "offset": 32
        },
        "pagesneeded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pagesreserved": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bus_dmamap_iommu": {
      "size": 120,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "cansleep": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 113
        },
        "delay_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0ab73fe608336e3e"
          },
          "offset": 96
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "locked": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 112
        },
        "map_entries": {
          "type": {
            "kind": "struct",
            "name": "iommu_map_entries_tailq"
          },
          "offset": 80
        },
        "mem": {
          "type": {
            "kind": "struct",
            "name": "memdesc"
          },
          "offset": 8
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag_iommu"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bus_info": {
      "size": 16,
      "fields": {
        "bmc": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "bus_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cmc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "cyc_clk_acc": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "eui64": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 8
        },
        "generation": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "irmc": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "isc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "link_spd": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "max_rec": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "max_rom": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "pmc": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "bus_match_pattern": {
      "size": 32,
      "fields": {
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dev_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1d692ecca240e95a"
          },
          "offset": 28
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bus_match_result": {
      "size": 28,
      "fields": {
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dev_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bw_data": {
      "size": 32,
      "fields": {
        "b_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "b_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "b_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bw_meter": {
      "size": 248,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 176
        },
        "bm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bm_measured": {
          "type": {
            "kind": "struct",
            "name": "bw_data"
          },
          "offset": 64
        },
        "bm_meter_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 112
        },
        "bm_mfc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfc"
            }
          },
          "offset": 16
        },
        "bm_mfc_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bw_meter"
            }
          },
          "offset": 0
        },
        "bm_spin": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 184
        },
        "bm_spin_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 216
        },
        "bm_start_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 96
        },
        "bm_threshold": {
          "type": {
            "kind": "struct",
            "name": "bw_data"
          },
          "offset": 32
        },
        "bm_time_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bw_meter"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bw_upcall": {
      "size": 80,
      "fields": {
        "bu_dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "bu_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bu_measured": {
          "type": {
            "kind": "struct",
            "name": "bw_data"
          },
          "offset": 48
        },
        "bu_src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "bu_threshold": {
          "type": {
            "kind": "struct",
            "name": "bw_data"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bwi_clock_freq": {
      "size": 8,
      "fields": {
        "clkfreq_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "clkfreq_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_desc32": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_dev": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_fw_iv": {
      "size": 6,
      "fields": {
        "iv_ofs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "iv_val": {
          "type": {
            "kind": "union",
            "name": "unnamed_1bfa2c1ef6cffbbe"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "bwi_fwhdr": {
      "size": 8,
      "fields": {
        "fw_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "fw_pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "fw_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fw_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_gains": {
      "size": 6,
      "fields": {
        "phy_gain": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "tbl_gain1": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "tbl_gain2": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "bwi_led": {
      "size": 3,
      "fields": {
        "l_act": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "l_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "l_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "bwi_mac": {
      "size": 536,
      "fields": {
        "mac_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "mac_iv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 520
        },
        "mac_iv_ext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 528
        },
        "mac_pcm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 512
        },
        "mac_phy": {
          "type": {
            "kind": "struct",
            "name": "bwi_phy"
          },
          "offset": 16
        },
        "mac_regwin": {
          "type": {
            "kind": "struct",
            "name": "bwi_regwin"
          },
          "offset": 0
        },
        "mac_rf": {
          "type": {
            "kind": "struct",
            "name": "bwi_rf"
          },
          "offset": 48
        },
        "mac_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bwi_softc"
            }
          },
          "offset": 8
        },
        "mac_stub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 496
        },
        "mac_tpctl": {
          "type": {
            "kind": "struct",
            "name": "bwi_tpctl"
          },
          "offset": 480
        },
        "mac_ucode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 504
        }
      },
      "kind": "struct"
    },
    "bwi_myaddr_bssid": {
      "size": 12,
      "fields": {
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "myaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_pci_softc": {
      "size": 55400,
      "fields": {
        "sc_sc": {
          "type": {
            "kind": "struct",
            "name": "bwi_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_phy": {
      "size": 32,
      "fields": {
        "phy_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "phy_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "phy_mode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_phymode"
          },
          "offset": 0
        },
        "phy_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "phy_tbl_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "phy_tbl_data_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "phy_tbl_data_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "phy_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bwi_regwin": {
      "size": 8,
      "fields": {
        "rw_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rw_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rw_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bwi_retry_lim": {
      "size": 8,
      "fields": {
        "lgretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "lgretry_fb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "shretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "shretry_fb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "bwi_rf": {
      "size": 432,
      "fields": {
        "rf_ant_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 424
        },
        "rf_base_tssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 416
        },
        "rf_calc_noise": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "rf_calc_nrssi_slope": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "rf_calc_rssi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "rf_calib": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "rf_ctrl_adj": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "rf_ctrl_rd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 216
        },
        "rf_curchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "rf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rf_idle_tssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 412
        },
        "rf_idle_tssi0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "rf_lo": {
          "type": {
            "count": 56,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bwi_rf_lo"
            }
          },
          "offset": 12
        },
        "rf_lo_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 204
        },
        "rf_lo_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "rf_lo_used": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 124
        },
        "rf_manu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rf_nrssi": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 132
        },
        "rf_nrssi_slope": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "rf_nrssi_table": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 140
        },
        "rf_off": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "rf_on": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "rf_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rf_rx_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 206
        },
        "rf_set_nrssi_thr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "rf_txpower_map": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 348
        },
        "rf_txpower_map0": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 280
        },
        "rf_txpower_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 420
        },
        "rf_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_rf_lo": {
      "size": 2,
      "fields": {
        "ctrl_hi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "ctrl_lo": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_ring_data": {
      "size": 32,
      "fields": {
        "rdata_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "rdata_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rdata_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rdata_txrx_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bwi_rx_radiotap_hdr": {
      "size": 24,
      "fields": {
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bwi_rxbuf": {
      "size": 24,
      "fields": {
        "rb_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "rb_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "rb_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bwi_rxbuf_data": {
      "size": 1552,
      "fields": {
        "rbd_buf": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bwi_rxbuf"
            }
          },
          "offset": 0
        },
        "rbd_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1544
        },
        "rbd_tmp_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1536
        }
      },
      "kind": "struct"
    },
    "bwi_rxbuf_hdr": {
      "size": 30,
      "fields": {
        "rxh_buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rxh_flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rxh_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rxh_flags3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rxh_pad1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rxh_pad3": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "rxh_phyinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rxh_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rxh_sq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rxh_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "bwi_softc": {
      "size": 55400,
      "fields": {
        "sc_bbp_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27328
        },
        "sc_bbp_pkg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27331
        },
        "sc_bbp_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27330
        },
        "sc_blink_led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bwi_led"
            }
          },
          "offset": 28656
        },
        "sc_buf_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 28760
        },
        "sc_bus_regwin": {
          "type": {
            "kind": "struct",
            "name": "bwi_regwin"
          },
          "offset": 27544
        },
        "sc_bus_space": {
          "type": {
            "kind": "enum",
            "name": "bwi_bus_space"
          },
          "offset": 28744
        },
        "sc_calib_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27400
        },
        "sc_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27324
        },
        "sc_card_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27340
        },
        "sc_com_regwin": {
          "type": {
            "kind": "struct",
            "name": "bwi_regwin"
          },
          "offset": 27536
        },
        "sc_cur_regwin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bwi_regwin"
            }
          },
          "offset": 27528
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 55396
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "sc_dwell_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 55380
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sc_free_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55312
        },
        "sc_free_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55296
        },
        "sc_free_txstats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55328
        },
        "sc_fw_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 55376
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 48
        },
        "sc_init_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55304
        },
        "sc_init_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55288
        },
        "sc_init_txstats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55320
        },
        "sc_invalid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27320
        },
        "sc_irq_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27360
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27352
        },
        "sc_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27348
        },
        "sc_led_blink": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 55388
        },
        "sc_led_blink_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28664
        },
        "sc_led_blink_offdur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28728
        },
        "sc_led_blinking": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28644
        },
        "sc_led_idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 55384
        },
        "sc_led_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28648
        },
        "sc_leds": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bwi_led"
            }
          },
          "offset": 28732
        },
        "sc_locale": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27344
        },
        "sc_mac": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bwi_mac"
            }
          },
          "offset": 27560
        },
        "sc_mem_bh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27392
        },
        "sc_mem_bt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27384
        },
        "sc_mem_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27376
        },
        "sc_mem_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27368
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "sc_nmac": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27552
        },
        "sc_parent_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 28752
        },
        "sc_pci_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27334
        },
        "sc_pci_revid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27332
        },
        "sc_pci_subdid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27338
        },
        "sc_pci_subvid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27336
        },
        "sc_pwron_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27342
        },
        "sc_rates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rate_table"
            }
          },
          "offset": 55200
        },
        "sc_restart_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 55256
        },
        "sc_rx_bdata": {
          "type": {
            "kind": "struct",
            "name": "bwi_rxbuf_data"
          },
          "offset": 53392
        },
        "sc_rx_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28632
        },
        "sc_rx_rdata": {
          "type": {
            "kind": "struct",
            "name": "bwi_ring_data"
          },
          "offset": 55152
        },
        "sc_rx_th": {
          "type": {
            "kind": "struct",
            "name": "bwi_rx_radiotap_hdr"
          },
          "offset": 55224
        },
        "sc_rxeof": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55344
        },
        "sc_rxring_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 55144
        },
        "sc_setup_rxdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55336
        },
        "sc_setup_txdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55352
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27296
        },
        "sc_start_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55360
        },
        "sc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 55248
        },
        "sc_tx_bdata": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bwi_txbuf_data"
            }
          },
          "offset": 28768
        },
        "sc_tx_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28636
        },
        "sc_tx_rdata": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bwi_ring_data"
            }
          },
          "offset": 54952
        },
        "sc_tx_th": {
          "type": {
            "kind": "struct",
            "name": "bwi_tx_radiotap_hdr"
          },
          "offset": 55208
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 55192
        },
        "sc_txeof_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 55368
        },
        "sc_txpwr_calib": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 55392
        },
        "sc_txpwrcb_type": {
          "type": {
            "kind": "enum",
            "name": "bwi_txpwrcb_type"
          },
          "offset": 28640
        },
        "sc_txring_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 54944
        },
        "sc_txstats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bwi_txstats_data"
            }
          },
          "offset": 55184
        },
        "sc_watchdog_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27464
        }
      },
      "kind": "struct"
    },
    "bwi_tpctl": {
      "size": 8,
      "fields": {
        "bbp_atten": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rf_atten": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tp_ctrl1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tp_ctrl2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "bwi_tx_radiotap_hdr": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "bwi_txbuf": {
      "size": 32,
      "fields": {
        "tb_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tb_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "tb_ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        },
        "tb_rate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bwi_txbuf_data": {
      "size": 4104,
      "fields": {
        "tbd_buf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bwi_txbuf"
            }
          },
          "offset": 0
        },
        "tbd_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4100
        },
        "tbd_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4096
        }
      },
      "kind": "struct"
    },
    "bwi_txbuf_hdr": {
      "size": 82,
      "fields": {
        "txh_addr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "txh_fb_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "txh_fb_plcp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "txh_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "txh_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "txh_ivs": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "txh_mac_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "txh_pad2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "txh_pad3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 74
        },
        "txh_phy_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "txh_plcp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 76
        },
        "txh_rts_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "txh_rts_fb_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "txh_rts_fb_plcp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "txh_rts_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        },
        "txh_rts_plcp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "txh_rts_ra": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 62
        },
        "txh_rts_ta": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "txh_unknown1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "txh_unknown2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "txh_unknown3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "bwi_txstats": {
      "size": 16,
      "fields": {
        "txs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "txs_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "txs_pad1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "txs_pad2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "txs_pad3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "txs_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "txs_txcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "txs_unknown": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bwi_txstats_data": {
      "size": 72,
      "fields": {
        "stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bwi_txstats"
            }
          },
          "offset": 56
        },
        "stats_ctrl_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "stats_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "stats_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "stats_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "stats_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "stats_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "stats_ring_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "stats_ring_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "stats_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bwi_vap": {
      "size": 3064,
      "fields": {
        "bv_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "bv_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_admin_priority_app_table": {
      "size": 16,
      "fields": {
        "app_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "traffic_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_bar": {
      "size": 40,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "kva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bxe_config_dcbx_params": {
      "size": 252,
      "fields": {
        "admin_app_priority_willing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "admin_application_priority_tx_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "admin_configuration_bw_precentage": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "admin_configuration_ets_pg": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 84
        },
        "admin_dcbx_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "admin_default_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "admin_ets_configuration_tx_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "admin_ets_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "admin_ets_reco_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "admin_ets_recommendation_tx_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "admin_ets_willing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "admin_pfc_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "admin_pfc_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "admin_pfc_tx_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "admin_pfc_willing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "admin_priority_app_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_admin_priority_app_table"
            }
          },
          "offset": 184
        },
        "admin_recommendation_bw_precentage": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 116
        },
        "admin_recommendation_ets_pg": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 148
        },
        "admin_tc_supported_tx_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "overwrite_settings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_config_lldp_params": {
      "size": 24,
      "fields": {
        "msg_fast_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msg_tx_hold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "msg_tx_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "overwrite_settings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_credit_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_fast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bxe_db_prod": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "doorbell_set_prod"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "bxe_dcbx_app_params": {
      "size": 16,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "traffic_type_priority": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bxe_dcbx_cos_params": {
      "size": 12,
      "fields": {
        "bw_tbl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pauseable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pri_bitmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "strict": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bxe_dcbx_pfc_params": {
      "size": 8,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "priority_non_pauseable_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bxe_dcbx_pg_params": {
      "size": 44,
      "fields": {
        "cos_params": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_dcbx_cos_params"
            }
          },
          "offset": 8
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_of_cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bxe_dcbx_port_params": {
      "size": 68,
      "fields": {
        "app": {
          "type": {
            "kind": "struct",
            "name": "bxe_dcbx_app_params"
          },
          "offset": 52
        },
        "ets": {
          "type": {
            "kind": "struct",
            "name": "bxe_dcbx_pg_params"
          },
          "offset": 8
        },
        "pfc": {
          "type": {
            "kind": "struct",
            "name": "bxe_dcbx_pfc_params"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_dev_setting": {
      "size": 28,
      "fields": {
        "advertising": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "phy_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_dev_setting_t": {
      "size": 28,
      "fields": {
        "advertising": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "phy_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_device_type": {
      "size": 16,
      "fields": {
        "bxe_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bxe_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bxe_sdid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "bxe_svid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "bxe_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_devinfo": {
      "size": 156,
      "fields": {
        "bc_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bc_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "chip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chip_port_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flash_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "hw_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "hw_config2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "int_block": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "mf_cfg_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "mf_info": {
          "type": {
            "kind": "struct",
            "name": "bxe_mf_info"
          },
          "offset": 64
        },
        "pcie_cap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "pcie_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "pcie_link_width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "pcie_msi_cap_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "pcie_msix_cap_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 146
        },
        "pcie_pcie_cap_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "pcie_pm_cap_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "shmem2_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "shmem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "subdevice_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_dma": {
      "size": 104,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "msg": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 68
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_softc"
            }
          },
          "offset": 0
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 40
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bxe_drvinfo": {
      "size": 168,
      "fields": {
        "bus_info": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "drv_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "drv_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "eeprom_dump_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "mfw_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "reg_dump_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "stormfw_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "bxe_drvinfo_t": {
      "size": 168,
      "fields": {
        "bus_info": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "drv_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "drv_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "eeprom_dump_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "mfw_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "reg_dump_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "stormfw_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "bxe_eeprom": {
      "size": 32,
      "fields": {
        "eeprom_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "eeprom_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "eeprom_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eeprom_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "eeprom_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bxe_eeprom_t": {
      "size": 32,
      "fields": {
        "eeprom_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "eeprom_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "eeprom_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eeprom_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "eeprom_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bxe_eth_q_stats": {
      "size": 372,
      "fields": {
        "bd_avail_too_less_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "bxe_tx_mq_sc_state_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "etherstatsoverrsizepkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "etherstatsoverrsizepkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "mbuf_alloc_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "mbuf_alloc_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "mbuf_alloc_tpa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "mbuf_alloc_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "mbuf_defrag_attempts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "mbuf_defrag_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "mbuf_rx_bd_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "mbuf_rx_bd_mapping_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "mbuf_rx_sge_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "mbuf_rx_sge_mapping_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "mbuf_rx_tpa_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "mbuf_rx_tpa_mapping_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "no_buff_discard_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "no_buff_discard_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "nsegs_path1_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "nsegs_path2_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "rx_budget_reached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "rx_bxe_service_rxsgl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "rx_calls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "rx_erroneous_jumbo_sge_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "rx_hw_csum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "rx_jumbo_sge_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "rx_ofld_frames_csum_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "rx_ofld_frames_csum_tcp_udp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "rx_soft_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "rx_tpa_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "total_broadcast_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "total_broadcast_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "total_broadcast_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "total_broadcast_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "total_broadcast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "total_broadcast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "total_broadcast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "total_broadcast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "total_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "total_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "total_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "total_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "total_multicast_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "total_multicast_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "total_multicast_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "total_multicast_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "total_multicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "total_multicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "total_multicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "total_multicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "total_packets_received_checksum_discarded_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "total_packets_received_checksum_discarded_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "total_packets_received_ttl0_discarded_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "total_packets_received_ttl0_discarded_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "total_tpa_aggregated_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "total_tpa_aggregated_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "total_tpa_aggregations_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "total_tpa_aggregations_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "total_tpa_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "total_tpa_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "total_transmitted_dropped_packets_error_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "total_transmitted_dropped_packets_error_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "total_unicast_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "total_unicast_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "total_unicast_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "total_unicast_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "total_unicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "total_unicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "total_unicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "total_unicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tx_chain_lost_mbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "tx_dma_mapping_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "tx_encap_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "tx_frames_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "tx_hw_max_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "tx_hw_queue_full": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "tx_max_drbr_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "tx_mq_not_empty": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "tx_ofld_frames_csum_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "tx_ofld_frames_csum_tcp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "tx_ofld_frames_csum_udp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "tx_ofld_frames_lso": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "tx_ofld_frames_lso_hdr_splits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "tx_queue_full_return": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "tx_queue_xoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "tx_request_link_down_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "tx_soft_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "tx_window_violation_std": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "tx_window_violation_tso": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "valid_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "valid_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "bxe_eth_q_stats_old": {
      "size": 296,
      "fields": {
        "mbuf_alloc_rx_old": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "mbuf_alloc_sge_old": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "mbuf_alloc_tpa_old": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "mbuf_alloc_tx_old": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "mbuf_defrag_attempts_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "mbuf_defrag_failures_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "mbuf_rx_bd_alloc_failed_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "mbuf_rx_bd_mapping_failed_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "mbuf_rx_sge_alloc_failed_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "mbuf_rx_sge_mapping_failed_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "mbuf_rx_tpa_alloc_failed_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "mbuf_rx_tpa_mapping_failed_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "rx_budget_reached_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "rx_bxe_service_rxsgl_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rx_calls_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "rx_erroneous_jumbo_sge_pkts_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "rx_hw_csum_errors_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "rx_jumbo_sge_pkts_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "rx_ofld_frames_csum_ip_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rx_ofld_frames_csum_tcp_udp_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_pkts_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "rx_soft_errors_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rx_tpa_pkts_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "total_broadcast_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "total_broadcast_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "total_broadcast_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "total_broadcast_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "total_broadcast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "total_broadcast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "total_broadcast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "total_broadcast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "total_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "total_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "total_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "total_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "total_multicast_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "total_multicast_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "total_multicast_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "total_multicast_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "total_multicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "total_multicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "total_multicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "total_multicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "total_tpa_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "total_tpa_bytes_hi_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "total_tpa_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "total_tpa_bytes_lo_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "total_unicast_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "total_unicast_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "total_unicast_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "total_unicast_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "total_unicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "total_unicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "total_unicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "total_unicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_chain_lost_mbuf_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "tx_dma_mapping_failure_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "tx_encap_failures_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_frames_deferred_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "tx_hw_max_queue_depth_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tx_hw_queue_full_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tx_max_drbr_queue_depth_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "tx_ofld_frames_csum_ip_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_ofld_frames_csum_tcp_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_ofld_frames_csum_udp_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tx_ofld_frames_lso_hdr_splits_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_ofld_frames_lso_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "tx_pkts_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_queue_xoff_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "tx_soft_errors_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_window_violation_std_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "tx_window_violation_tso_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "valid_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "valid_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        }
      },
      "kind": "struct"
    },
    "bxe_eth_stats": {
      "size": 708,
      "fields": {
        "bd_avail_too_less_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "brb_drop_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "brb_drop_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "brb_truncate_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "brb_truncate_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "brb_truncate_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "bxe_tx_mq_sc_state_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 684
        },
        "eee_tx_lpi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "error_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "error_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "etherstatsoverrsizepkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "etherstatsoverrsizepkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "etherstatspkts1024octetsto1522octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "etherstatspkts1024octetsto1522octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "etherstatspktsover1522octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "etherstatspktsover1522octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "mac_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "mac_filter_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "mbuf_alloc_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 668
        },
        "mbuf_alloc_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "mbuf_alloc_tpa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "mbuf_alloc_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 664
        },
        "mbuf_defrag_attempts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "mbuf_defrag_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "mbuf_rx_bd_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "mbuf_rx_bd_mapping_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "mbuf_rx_sge_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "mbuf_rx_sge_mapping_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "mbuf_rx_tpa_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "mbuf_rx_tpa_mapping_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "mf_tag_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "nig_timer_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "no_buff_discard_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "no_buff_discard_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "nsegs_path1_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 700
        },
        "nsegs_path2_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 704
        },
        "pause_frames_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "pause_frames_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "pause_frames_sent_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "pause_frames_sent_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "pfc_frames_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 492
        },
        "pfc_frames_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "pfc_frames_sent_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 500
        },
        "pfc_frames_sent_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "recoverable_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "rx_budget_reached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 560
        },
        "rx_bxe_service_rxsgl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "rx_calls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "rx_erroneous_jumbo_sge_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "rx_hw_csum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "rx_jumbo_sge_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "rx_ofld_frames_csum_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 552
        },
        "rx_ofld_frames_csum_tcp_udp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "rx_soft_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "rx_stat_bmac_xcf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "rx_stat_bmac_xcf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "rx_stat_bmac_xpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "rx_stat_bmac_xpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "rx_stat_dot3statsalignmenterrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_stat_dot3statsalignmenterrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "rx_stat_dot3statscarriersenseerrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "rx_stat_dot3statscarriersenseerrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "rx_stat_dot3statsfcserrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_stat_dot3statsfcserrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_stat_dot3statsframestoolong_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rx_stat_dot3statsframestoolong_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "rx_stat_etherstatsfragments_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rx_stat_etherstatsfragments_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "rx_stat_etherstatsjabbers_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rx_stat_etherstatsjabbers_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_stat_etherstatsundersizepkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "rx_stat_etherstatsundersizepkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "rx_stat_falsecarriererrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "rx_stat_falsecarriererrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "rx_stat_ifhcinbadoctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_stat_ifhcinbadoctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_stat_maccontrolframesreceived_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "rx_stat_maccontrolframesreceived_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "rx_stat_xoffpauseframesreceived_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "rx_stat_xoffpauseframesreceived_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "rx_stat_xoffstateentered_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "rx_stat_xoffstateentered_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "rx_stat_xonpauseframesreceived_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "rx_stat_xonpauseframesreceived_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "rx_tpa_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "total_broadcast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "total_broadcast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "total_broadcast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "total_broadcast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "total_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "total_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "total_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "total_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "total_multicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "total_multicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "total_multicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "total_multicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "total_tpa_aggregated_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "total_tpa_aggregated_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 480
        },
        "total_tpa_aggregations_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "total_tpa_aggregations_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "total_tpa_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "total_tpa_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "total_unicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "total_unicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "total_unicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "total_unicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_chain_lost_mbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "tx_dma_mapping_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 604
        },
        "tx_encap_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "tx_frames_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "tx_hw_max_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 600
        },
        "tx_hw_queue_full": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "tx_max_drbr_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "tx_mq_not_empty": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "tx_ofld_frames_csum_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 572
        },
        "tx_ofld_frames_csum_tcp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 576
        },
        "tx_ofld_frames_csum_udp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 580
        },
        "tx_ofld_frames_lso": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "tx_ofld_frames_lso_hdr_splits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "tx_queue_full_return": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "tx_queue_xoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "tx_request_link_down_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 688
        },
        "tx_soft_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "tx_stat_bmac_16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "tx_stat_bmac_16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "tx_stat_bmac_2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "tx_stat_bmac_2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "tx_stat_bmac_4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "tx_stat_bmac_4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "tx_stat_bmac_9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "tx_stat_bmac_9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "tx_stat_bmac_ufl_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "tx_stat_bmac_ufl_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "tx_stat_dot3statsdeferredtransmissions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "tx_stat_dot3statsdeferredtransmissions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "tx_stat_dot3statsexcessivecollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "tx_stat_dot3statsexcessivecollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "tx_stat_dot3statsinternalmactransmiterrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "tx_stat_dot3statsinternalmactransmiterrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "tx_stat_dot3statslatecollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "tx_stat_dot3statslatecollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "tx_stat_dot3statsmultiplecollisionframes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "tx_stat_dot3statsmultiplecollisionframes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "tx_stat_dot3statssinglecollisionframes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "tx_stat_dot3statssinglecollisionframes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "tx_stat_etherstatscollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "tx_stat_etherstatscollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "tx_stat_etherstatspkts1024octetsto1522octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "tx_stat_etherstatspkts1024octetsto1522octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "tx_stat_etherstatspkts128octetsto255octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "tx_stat_etherstatspkts128octetsto255octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "tx_stat_etherstatspkts256octetsto511octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "tx_stat_etherstatspkts256octetsto511octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "tx_stat_etherstatspkts512octetsto1023octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "tx_stat_etherstatspkts512octetsto1023octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "tx_stat_etherstatspkts64octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "tx_stat_etherstatspkts64octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "tx_stat_etherstatspkts65octetsto127octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "tx_stat_etherstatspkts65octetsto127octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "tx_stat_etherstatspktsover1522octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "tx_stat_etherstatspktsover1522octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "tx_stat_flowcontroldone_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "tx_stat_flowcontroldone_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "tx_stat_ifhcoutbadoctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_stat_ifhcoutbadoctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_stat_outxoffsent_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "tx_stat_outxoffsent_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "tx_stat_outxonsent_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "tx_stat_outxonsent_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "tx_window_violation_std": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "tx_window_violation_tso": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "unrecoverable_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "valid_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "valid_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "bxe_eth_stats_old": {
      "size": 8,
      "fields": {
        "rx_stat_dot3statsframestoolong_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_stat_dot3statsframestoolong_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bxe_fastpath": {
      "size": 184808,
      "fields": {
        "cl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 183800
        },
        "cl_qzone_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 183801
        },
        "eth_q_stats": {
          "type": {
            "kind": "struct",
            "name": "bxe_eth_q_stats"
          },
          "offset": 184108
        },
        "eth_q_stats_old": {
          "type": {
            "kind": "struct",
            "name": "bxe_eth_q_stats_old"
          },
          "offset": 184480
        },
        "fp_hc_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183802
        },
        "fw_sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 183565
        },
        "igu_sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 183564
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 183580
        },
        "last_max_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184796
        },
        "mbuf_alloc_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 183572
        },
        "old_tclient": {
          "type": {
            "kind": "struct",
            "name": "tstorm_per_queue_stats"
          },
          "offset": 183956
        },
        "old_uclient": {
          "type": {
            "kind": "struct",
            "name": "ustorm_per_queue_stats"
          },
          "offset": 184012
        },
        "old_xclient": {
          "type": {
            "kind": "struct",
            "name": "xstorm_per_queue_stats"
          },
          "offset": 184068
        },
        "rcq_chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "eth_rx_cqe"
            }
          },
          "offset": 576
        },
        "rcq_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 472
        },
        "rx_bd_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183806
        },
        "rx_bd_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183804
        },
        "rx_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 183568
        },
        "rx_chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eth_rx_bd"
            }
          },
          "offset": 464
        },
        "rx_cq_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183810
        },
        "rx_cq_cons_sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 184776
        },
        "rx_cq_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183808
        },
        "rx_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 360
        },
        "rx_mbuf_chain": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_sw_rx_bd"
            }
          },
          "offset": 99016
        },
        "rx_mbuf_spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 164552
        },
        "rx_mbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 99008
        },
        "rx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 72
        },
        "rx_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "rx_sge_chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eth_rx_sge"
            }
          },
          "offset": 688
        },
        "rx_sge_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 584
        },
        "rx_sge_mbuf_chain": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_sw_rx_bd"
            }
          },
          "offset": 164568
        },
        "rx_sge_mbuf_spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 180952
        },
        "rx_sge_mbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 164560
        },
        "rx_sge_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183952
        },
        "rx_tpa_info": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_sw_tpa_info"
            }
          },
          "offset": 180968
        },
        "rx_tpa_info_mbuf_spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 183528
        },
        "rx_tpa_queue_used": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 183536
        },
        "sb_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 136
        },
        "sb_index_values": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 183544
        },
        "sb_running_index": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 183552
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_softc"
            }
          },
          "offset": 0
        },
        "sge_mask": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 183824
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 183576
        },
        "status_block": {
          "type": {
            "kind": "union",
            "name": "bxe_host_hc_status_block"
          },
          "offset": 240
        },
        "tpa_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180960
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 183616
        },
        "tq_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 183624
        },
        "tq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 183584
        },
        "tx_bd_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183822
        },
        "tx_bd_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183820
        },
        "tx_br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 184800
        },
        "tx_chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "eth_tx_bd_types"
            }
          },
          "offset": 352
        },
        "tx_cons_sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 184784
        },
        "tx_db": {
          "type": {
            "kind": "union",
            "name": "bxe_db_prod"
          },
          "offset": 183812
        },
        "tx_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 248
        },
        "tx_mbuf_chain": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_sw_tx_bd"
            }
          },
          "offset": 704
        },
        "tx_mbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 696
        },
        "tx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "tx_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "tx_pkt_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183818
        },
        "tx_pkt_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 183816
        },
        "tx_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 183656
        },
        "tx_timeout_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 183688
        },
        "ustorm_rx_prods_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 183560
        },
        "watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184792
        }
      },
      "kind": "struct"
    },
    "bxe_func_init_params": {
      "size": 24,
      "fields": {
        "func_flgs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "fw_stat_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "spq_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "spq_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "bxe_fw_port_stats_old": {
      "size": 32,
      "fields": {
        "brb_truncate_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mac_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mac_filter_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mf_tag_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pfc_frames_rx_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pfc_frames_rx_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pfc_frames_tx_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pfc_frames_tx_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bxe_fw_stats_data": {
      "size": 216,
      "fields": {
        "pf": {
          "type": {
            "kind": "struct",
            "name": "per_pf_stats"
          },
          "offset": 56
        },
        "port": {
          "type": {
            "kind": "struct",
            "name": "per_port_stats"
          },
          "offset": 32
        },
        "queue_stats": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "per_queue_stats"
            }
          },
          "offset": 64
        },
        "storm_counters": {
          "type": {
            "kind": "struct",
            "name": "stats_counter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_fw_stats_req": {
      "size": 320,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "stats_query_header"
          },
          "offset": 0
        },
        "query": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "stats_query_entry"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bxe_get_regs": {
      "size": 16,
      "fields": {
        "reg_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "reg_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bxe_get_regs_t": {
      "size": 16,
      "fields": {
        "reg_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "reg_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bxe_grcdump": {
      "size": 24,
      "fields": {
        "grcdump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "grcdump_dwords": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "grcdump_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_grcdump_t": {
      "size": 24,
      "fields": {
        "grcdump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "grcdump_dwords": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "grcdump_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_host_hc_status_block": {
      "size": 8,
      "fields": {
        "e1x_sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "host_hc_status_block_e1x"
            }
          },
          "offset": 0
        },
        "e2_sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "host_hc_status_block_e2"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "bxe_intr": {
      "size": 24,
      "fields": {
        "resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bxe_link_report_data": {
      "size": 16,
      "fields": {
        "line_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "link_report_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bxe_mac_vals": {
      "size": 36,
      "fields": {
        "bmac_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bmac_val": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "emac_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "emac_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "umac_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "umac_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "xmac_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xmac_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "bxe_mf_info": {
      "size": 64,
      "fields": {
        "afex_def_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "afex_vlan_mode": {
          "type": {
            "kind": "enum",
            "name": "mf_cfg_afex_vlan_mode"
          },
          "offset": 44
        },
        "default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "ext_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "max_bw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "mf_config": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "mf_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "mf_protos_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "min_bw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "multi_vnics_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "niv_allowed_priorities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "niv_default_cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "niv_mba_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "path_has_ovlan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pending_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "vnics_per_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "bxe_net_stats_old": {
      "size": 4,
      "fields": {
        "rx_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_pcicfg_rdw": {
      "size": 16,
      "fields": {
        "cfg_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cfg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cfg_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cfg_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bxe_pcicfg_rdw_t": {
      "size": 16,
      "fields": {
        "cfg_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cfg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cfg_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cfg_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "bxe_perm_mac_addr": {
      "size": 32,
      "fields": {
        "mac_addr_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_perm_mac_addr_t": {
      "size": 32,
      "fields": {
        "mac_addr_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_port": {
      "size": 192,
      "fields": {
        "advertising": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ether_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ext_phy_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "link_config": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "old_nig_stats": {
          "type": {
            "kind": "struct",
            "name": "nig_stats"
          },
          "offset": 116
        },
        "phy_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "phy_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "phy_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "pmf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port_stx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "supported": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "bxe_prev_list_node": {
      "size": 24,
      "fields": {
        "aer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_488e3cd0266e9dc3"
          },
          "offset": 0
        },
        "path": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "undi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "bxe_reg_rdw": {
      "size": 16,
      "fields": {
        "reg_access_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reg_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reg_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bxe_reg_rdw_t": {
      "size": 16,
      "fields": {
        "reg_access_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reg_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reg_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bxe_set_addr_ctx": {
      "size": 24,
      "fields": {
        "ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "bxe_slowpath": {
      "size": 4732,
      "fields": {
        "dmae": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dmae_cmd"
            }
          },
          "offset": 0
        },
        "drv_info_to_mcp": {
          "type": {
            "kind": "union",
            "name": "drv_info_to_mcp"
          },
          "offset": 4416
        },
        "func_afex_rdata": {
          "type": {
            "kind": "struct",
            "name": "afex_vif_list_ramrod_data"
          },
          "offset": 4408
        },
        "func_rdata": {
          "type": {
            "kind": "union",
            "name": "unnamed_17f5765cd842f0be"
          },
          "offset": 4240
        },
        "func_stats": {
          "type": {
            "kind": "struct",
            "name": "host_func_stats"
          },
          "offset": 1628
        },
        "mac_rdata": {
          "type": {
            "kind": "union",
            "name": "unnamed_b9c75a68ee9aa8cd"
          },
          "offset": 1728
        },
        "mac_stats": {
          "type": {
            "kind": "union",
            "name": "mac_stats"
          },
          "offset": 452
        },
        "mcast_rdata": {
          "type": {
            "kind": "union",
            "name": "unnamed_db9ef61ff2a99b85"
          },
          "offset": 3208
        },
        "nig_stats": {
          "type": {
            "kind": "struct",
            "name": "nig_stats"
          },
          "offset": 908
        },
        "port_stats": {
          "type": {
            "kind": "struct",
            "name": "host_port_stats"
          },
          "offset": 980
        },
        "q_rdata": {
          "type": {
            "kind": "union",
            "name": "unnamed_d2ed6d4005f09a8c"
          },
          "offset": 4288
        },
        "rss_rdata": {
          "type": {
            "kind": "struct",
            "name": "eth_rss_update_ramrod_data"
          },
          "offset": 3024
        },
        "rx_mode_rdata": {
          "type": {
            "kind": "union",
            "name": "unnamed_961ded12eba9993f"
          },
          "offset": 2760
        },
        "stats_comp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "wb_comp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1708
        },
        "wb_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1712
        }
      },
      "kind": "struct"
    },
    "bxe_softc": {
      "size": 2971720,
      "fields": {
        "attn_group": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "attn_route"
            }
          },
          "offset": 2968472
        },
        "attn_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2968468
        },
        "autogreeen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967908
        },
        "bar": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_bar"
            }
          },
          "offset": 72
        },
        "base_fw_ndsb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2968340
        },
        "bxe_pause_param": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2971708
        },
        "chip_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 392
        },
        "chip_tq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "chip_tq_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 400
        },
        "chip_tq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 360
        },
        "cmng": {
          "type": {
            "kind": "struct",
            "name": "cmng_init"
          },
          "offset": 2967680
        },
        "cnic_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2971661
        },
        "cnic_loaded": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2971662
        },
        "cnic_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2971660
        },
        "context": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hw_context"
            }
          },
          "offset": 2969264
        },
        "core_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 2965648
        },
        "core_sx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965680
        },
        "cq_spq_left": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2969032
        },
        "csem_int_table_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969248
        },
        "csem_pram_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969256
        },
        "dcb_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2971324
        },
        "dcb_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2971656
        },
        "dcbx_config_params": {
          "type": {
            "kind": "struct",
            "name": "bxe_config_dcbx_params"
          },
          "offset": 2971336
        },
        "dcbx_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2971328
        },
        "dcbx_mode_uset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2971332
        },
        "dcbx_port_params": {
          "type": {
            "kind": "struct",
            "name": "bxe_dcbx_port_params"
          },
          "offset": 2971588
        },
        "debug": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "def_att_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2968466
        },
        "def_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2968464
        },
        "def_sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "host_sp_status_block"
            }
          },
          "offset": 2968456
        },
        "def_sb_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 2968352
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 2965352
        },
        "devinfo": {
          "type": {
            "kind": "struct",
            "name": "bxe_devinfo"
          },
          "offset": 2965384
        },
        "dmae_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2965776
        },
        "dmae_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965808
        },
        "dmae_ready": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2966096
        },
        "doorbell_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "dropless_fc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2970236
        },
        "dsb_sp_prod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2969016
        },
        "eeprom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2971712
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "event_ring_elem"
            }
          },
          "offset": 2968736
        },
        "eq_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2968746
        },
        "eq_cons_sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2968752
        },
        "eq_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 2968632
        },
        "eq_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2968744
        },
        "eq_spq_left": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2969024
        },
        "error_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2967480
        },
        "eth_stats": {
          "type": {
            "kind": "struct",
            "name": "bxe_eth_stats"
          },
          "offset": 2970404
        },
        "eth_stats_old": {
          "type": {
            "kind": "struct",
            "name": "bxe_eth_stats_old"
          },
          "offset": 2971192
        },
        "executer_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2971292
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "fp": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_fastpath"
            }
          },
          "offset": 616
        },
        "func_obj": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_sp_obj"
          },
          "offset": 2966784
        },
        "func_stats": {
          "type": {
            "kind": "struct",
            "name": "host_func_stats"
          },
          "offset": 2971112
        },
        "func_stx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2966908
        },
        "fw_drv_pulse_wr_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2966906
        },
        "fw_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2966904
        },
        "fw_stats_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_fw_stats_data"
            }
          },
          "offset": 2970376
        },
        "fw_stats_data_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2970384
        },
        "fw_stats_data_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2970368
        },
        "fw_stats_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 2970240
        },
        "fw_stats_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2970237
        },
        "fw_stats_old": {
          "type": {
            "kind": "struct",
            "name": "bxe_fw_port_stats_old"
          },
          "offset": 2971204
        },
        "fw_stats_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_fw_stats_req"
            }
          },
          "offset": 2970352
        },
        "fw_stats_req_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2970360
        },
        "fw_stats_req_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2970344
        },
        "fw_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965540
        },
        "fwmb_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2965840
        },
        "fwmb_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965872
        },
        "grc_dump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2971688
        },
        "grcdump_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2971700
        },
        "grcdump_started": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2971704
        },
        "gz_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2969144
        },
        "gz_buf_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 2969040
        },
        "gz_outlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2969160
        },
        "gz_strm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "z_stream"
            }
          },
          "offset": 2969152
        },
        "hc_rx_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967888
        },
        "hc_tx_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967892
        },
        "if_capen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2965380
        },
        "ifmedia": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 8
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "igu_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2968336
        },
        "igu_base_sb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2968333
        },
        "igu_dsb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2968332
        },
        "igu_sb_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2968334
        },
        "ilt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_ilt"
            }
          },
          "offset": 2970224
        },
        "init_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2969184
        },
        "init_mode_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2969192
        },
        "init_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "raw_op"
            }
          },
          "offset": 2969168
        },
        "init_ops_offsets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2969176
        },
        "interrupt_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967912
        },
        "intr": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_intr"
            }
          },
          "offset": 2967920
        },
        "intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2968328
        },
        "ioctl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 2971680
        },
        "iro_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iro"
            }
          },
          "offset": 2965640
        },
        "is_leader": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967472
        },
        "last_reported_link": {
          "type": {
            "kind": "struct",
            "name": "bxe_link_report_data"
          },
          "offset": 2967408
        },
        "last_reported_link_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967456
        },
        "link_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2967400
        },
        "link_params": {
          "type": {
            "kind": "struct",
            "name": "elink_params"
          },
          "offset": 2966912
        },
        "link_vars": {
          "type": {
            "kind": "struct",
            "name": "elink_vars"
          },
          "offset": 2967368
        },
        "lldp_config_params": {
          "type": {
            "kind": "struct",
            "name": "bxe_config_lldp_params"
          },
          "offset": 2971300
        },
        "mac_addr_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2967424
        },
        "macs_pool": {
          "type": {
            "kind": "struct",
            "name": "ecore_credit_pool_obj"
          },
          "offset": 2966192
        },
        "max_aggregation_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967900
        },
        "max_cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2971663
        },
        "max_rx_bufs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967884
        },
        "mcast_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2966032
        },
        "mcast_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2966064
        },
        "mcast_obj": {
          "type": {
            "kind": "struct",
            "name": "ecore_mcast_obj"
          },
          "offset": 2966296
        },
        "media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "mf_mode_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965572
        },
        "mrrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967904
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2971296
        },
        "net_stats_old": {
          "type": {
            "kind": "struct",
            "name": "bxe_net_stats_old"
          },
          "offset": 2971200
        },
        "num_queues": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967880
        },
        "panic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2971672
        },
        "parent_dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 2968344
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2965378
        },
        "pci_link_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965604
        },
        "pcie_bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2965364
        },
        "pcie_device": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2965368
        },
        "pcie_func": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2965372
        },
        "periodic_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 288
        },
        "periodic_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "pfunc_abs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2965377
        },
        "pfunc_rel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2965376
        },
        "port": {
          "type": {
            "kind": "struct",
            "name": "bxe_port"
          },
          "offset": 2967488
        },
        "print_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2965904
        },
        "print_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965936
        },
        "prio_to_cos": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2971664
        },
        "qm_cid_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2970232
        },
        "recovery_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967476
        },
        "rss_conf_obj": {
          "type": {
            "kind": "struct",
            "name": "ecore_rss_config_obj"
          },
          "offset": 2966560
        },
        "rx_budget": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967896
        },
        "rx_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2967484
        },
        "rx_mode_obj": {
          "type": {
            "kind": "struct",
            "name": "ecore_rx_mode_obj"
          },
          "offset": 2966280
        },
        "rx_ring_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967464
        },
        "sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_slowpath"
            }
          },
          "offset": 2968864
        },
        "sp_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 2968760
        },
        "sp_err_timeout_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 432
        },
        "sp_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2965712
        },
        "sp_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2965744
        },
        "sp_objs": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bxe_sp_objs"
            }
          },
          "offset": 2957544
        },
        "sp_state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2968872
        },
        "sp_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 576
        },
        "sp_tq_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 584
        },
        "sp_tq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 544
        },
        "spq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eth_spe"
            }
          },
          "offset": 2968984
        },
        "spq_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 2968880
        },
        "spq_last_bd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eth_spe"
            }
          },
          "offset": 2969008
        },
        "spq_prod_bd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eth_spe"
            }
          },
          "offset": 2969000
        },
        "spq_prod_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2968992
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "stats_comp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2970394
        },
        "stats_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2970396
        },
        "stats_dmae": {
          "type": {
            "kind": "struct",
            "name": "dmae_cmd"
          },
          "offset": 2971236
        },
        "stats_init": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2970398
        },
        "stats_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2965968
        },
        "stats_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2966000
        },
        "stats_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2970392
        },
        "stats_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2970400
        },
        "trigger_grcdump": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2971696
        },
        "tsem_int_table_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969200
        },
        "tsem_pram_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969208
        },
        "tx_ring_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967460
        },
        "udp_rss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967916
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2965360
        },
        "usem_int_table_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969216
        },
        "usem_pram_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969224
        },
        "vlans_pool": {
          "type": {
            "kind": "struct",
            "name": "ecore_credit_pool_obj"
          },
          "offset": 2966104
        },
        "wol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2967468
        },
        "xsem_int_table_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969232
        },
        "xsem_pram_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2969240
        }
      },
      "kind": "struct"
    },
    "bxe_sp_objs": {
      "size": 488,
      "fields": {
        "mac_obj": {
          "type": {
            "kind": "struct",
            "name": "ecore_vlan_mac_obj"
          },
          "offset": 0
        },
        "q_obj": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_sp_obj"
          },
          "offset": 384
        }
      },
      "kind": "struct"
    },
    "bxe_sw_rx_bd": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "m_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "bxe_sw_tpa_info": {
      "size": 40,
      "fields": {
        "bd": {
          "type": {
            "kind": "struct",
            "name": "bxe_sw_rx_bd"
          },
          "offset": 0
        },
        "len_on_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "parsing_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "placement_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 16
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "bxe_sw_tx_bd": {
      "size": 24,
      "fields": {
        "first_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "m_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "byte_bpb33": {
      "size": 19,
      "fields": {
        "bpbBytesPerSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 0
        },
        "bpbFATs": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 5
        },
        "bpbFATsecs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 11
        },
        "bpbHeads": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 15
        },
        "bpbHiddenSecs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 17
        },
        "bpbMedia": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 10
        },
        "bpbResSectors": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 3
        },
        "bpbRootDirEnts": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 6
        },
        "bpbSecPerClust": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "bpbSecPerTrack": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 13
        },
        "bpbSectors": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "byte_bpb50": {
      "size": 25,
      "fields": {
        "bpbBytesPerSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 0
        },
        "bpbFATs": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 5
        },
        "bpbFATsecs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 11
        },
        "bpbHeads": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 15
        },
        "bpbHiddenSecs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 17
        },
        "bpbHugeSectors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 21
        },
        "bpbMedia": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 10
        },
        "bpbResSectors": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 3
        },
        "bpbRootDirEnts": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 6
        },
        "bpbSecPerClust": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "bpbSecPerTrack": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 13
        },
        "bpbSectors": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "byte_bpb710": {
      "size": 53,
      "fields": {
        "bpbBackup": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "bpbBigFATsecs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "bpbBytesPerSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bpbExtFlags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "bpbFATs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bpbFATsecs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "bpbFSInfo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "bpbFSVers": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "bpbHeads": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "bpbHiddenSecs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "bpbHugeSectors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "bpbMedia": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "bpbResSectors": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "bpbReserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "bpbRootClust": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "bpbRootDirEnts": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "bpbSecPerClust": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bpbSecPerTrack": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "bpbSectors": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "c2s_pri_trans_table_entry": {
      "size": 8,
      "fields": {
        "val": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cache_ent": {
      "size": 48,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 32
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cache_fpl": {
      "size": 88,
      "fields": {
        "cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 8
        },
        "dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        },
        "dvp_seqc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fsearch": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 78
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "in_smr": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 77
        },
        "line": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ndp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nameidata"
            }
          },
          "offset": 0
        },
        "nulchar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pwd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pwd"
              }
            }
          },
          "offset": 80
        },
        "snd": {
          "type": {
            "kind": "struct",
            "name": "nameidata_saved"
          },
          "offset": 52
        },
        "snd_outer": {
          "type": {
            "kind": "struct",
            "name": "nameidata_outer"
          },
          "offset": 56
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "enum",
              "name": "cache_fpl_status"
            }
          },
          "offset": 76
        },
        "tvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        },
        "tvp_seqc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "cache_freebatch": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "namecache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cache_info": {
      "size": 8,
      "fields": {
        "id_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "calDataPerFreq": {
      "size": 40,
      "fields": {
        "pwrPdg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "vpdPdg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "calDataPerFreq4k": {
      "size": 20,
      "fields": {
        "pwrPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "vpdPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "calDataPerFreqOpLoop": {
      "size": 40,
      "fields": {
        "empty": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 30
        },
        "pcdac": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 20
        },
        "pwrPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "vpdPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "cal_ctl_data_ar9287": {
      "size": 16,
      "fields": {
        "ctlEdges": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "CAL_CTL_EDGES"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cal_data_op_loop_ar9287": {
      "size": 40,
      "fields": {
        "empty": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 30
        },
        "pcdac": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 20
        },
        "pwrPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "vpdPdg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 5,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "cal_data_per_freq_ar9287": {
      "size": 8,
      "fields": {
        "pwrPdg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 1,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "vpdPdg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 1,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cal_data_per_freq_ar9287_u": {
      "size": 40,
      "fields": {
        "calDataClose": {
          "type": {
            "kind": "struct",
            "name": "cal_data_per_freq_ar9287"
          },
          "offset": 0
        },
        "calDataOpen": {
          "type": {
            "kind": "struct",
            "name": "cal_data_op_loop_ar9287"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cal_list": {
      "size": 24,
      "fields": {
        "calData": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_PERCAL_DATA"
            }
          },
          "offset": 16
        },
        "calNext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cal_list"
            }
          },
          "offset": 0
        },
        "calState": {
          "type": {
            "kind": "enum",
            "name": "unnamed_21cc282fe4672d7d"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "call_body": {
      "size": 64,
      "fields": {
        "cb_cred": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 16
        },
        "cb_proc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cb_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cb_rpcvers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cb_verf": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 40
        },
        "cb_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "callback_head": {
      "size": 16,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_40ee0d6c86ec6a2f"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "callout": {
      "size": 64,
      "fields": {
        "c_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "c_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "c_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 56
        },
        "c_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "c_iflags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 58
        },
        "c_links": {
          "type": {
            "kind": "union",
            "name": "unnamed_b914ee14bf483797"
          },
          "offset": 0
        },
        "c_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_object"
            }
          },
          "offset": 48
        },
        "c_precision": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "c_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "callout_cpu": {
      "size": 320,
      "fields": {
        "cc_bucket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "cc_callwheel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout_list"
            }
          },
          "offset": 216
        },
        "cc_exec_entity": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cc_exec"
            }
          },
          "offset": 64
        },
        "cc_expireq": {
          "type": {
            "kind": "struct",
            "name": "callout_tailq"
          },
          "offset": 224
        },
        "cc_firstevent": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 240
        },
        "cc_lastscan": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 248
        },
        "cc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "cc_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 208
        },
        "cc_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "callout_entropy": {
      "size": 24,
      "fields": {
        "cc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout_cpu"
            }
          },
          "offset": 0
        },
        "now": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "callout_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "callout_tailq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "callout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cam_ccbq": {
      "size": 64,
      "fields": {
        "allocated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dev_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "dev_openings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "camq"
          },
          "offset": 0
        },
        "queue_extra_entries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "queue_extra_head": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr_tailq"
          },
          "offset": 24
        },
        "total_openings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "cam_devq": {
      "size": 64,
      "fields": {
        "send_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "send_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "send_openings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "send_queue": {
          "type": {
            "kind": "struct",
            "name": "camq"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cam_doneq": {
      "size": 128,
      "fields": {
        "cam_doneq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_134de64cc95f9283"
          },
          "offset": 64
        },
        "cam_doneq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "cam_doneq_sleep": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "cam_eb": {
      "size": 128,
      "fields": {
        "eb_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 96
        },
        "et_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1839357cbf4ef7f9"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "last_reset": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 48
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0be201e657babba1"
          },
          "offset": 16
        },
        "parent_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 80
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 40
        },
        "xport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xpt_xport"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "cam_ed": {
      "size": 1312,
      "fields": {
        "asyncs": {
          "type": {
            "kind": "struct",
            "name": "async_list"
          },
          "offset": 120
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1160
        },
        "ccbq": {
          "type": {
            "kind": "struct",
            "name": "cam_ccbq"
          },
          "offset": 56
        },
        "device_destroy_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 1264
        },
        "device_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 448
        },
        "device_id_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "device_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1232
        },
        "devq_entry": {
          "type": {
            "kind": "struct",
            "name": "cam_pinfo"
          },
          "offset": 0
        },
        "ext_inq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 464
        },
        "ext_inq_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1144
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "highpowerq_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e98d9c56b179825d"
          },
          "offset": 1224
        },
        "ident_data": {
          "type": {
            "kind": "struct",
            "name": "ata_params"
          },
          "offset": 504
        },
        "inq_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_data"
          },
          "offset": 176
        },
        "inq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1127
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4335b22a713335f1"
          },
          "offset": 16
        },
        "lun_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "maxtags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "mintags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "mmc_ident_data": {
          "type": {
            "kind": "struct",
            "name": "mmc_params"
          },
          "offset": 1016
        },
        "nvme_cdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_controller_data"
            }
          },
          "offset": 1296
        },
        "nvme_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_namespace_data"
            }
          },
          "offset": 1304
        },
        "periphs": {
          "type": {
            "kind": "struct",
            "name": "periph_list"
          },
          "offset": 128
        },
        "physpath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 480
        },
        "physpath_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 472
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 160
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "queue_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1128
        },
        "quirk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "rcap_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 496
        },
        "rcap_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1156
        },
        "serial_num": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1136
        },
        "serial_num_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1129
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 40
        },
        "supported_vpds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 432
        },
        "supported_vpds_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 440
        },
        "tag_delay_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1148
        },
        "tag_saved_openings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1152
        },
        "target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_et"
            }
          },
          "offset": 32
        },
        "transport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f4b06cd7959ef653"
          },
          "offset": 168
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        }
      },
      "kind": "struct"
    },
    "cam_et": {
      "size": 120,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_eb"
            }
          },
          "offset": 32
        },
        "ed_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6002481afd90e680"
          },
          "offset": 0
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "last_reset": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 56
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aef96bbe8fb4e298"
          },
          "offset": 16
        },
        "luns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_report_luns_data"
            }
          },
          "offset": 80
        },
        "luns_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rpl_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "cam_iosched_softc": {
      "size": 104,
      "fields": {
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "last_trim_tick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "queued_trims": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "sort_io_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "trim_goal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "trim_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 40
        },
        "trim_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "cam_path": {
      "size": 32,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_eb"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_ed"
            }
          },
          "offset": 24
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 0
        },
        "target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_et"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cam_periph": {
      "size": 208,
      "fields": {
        "ccb_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_de8a83925286c16d"
          },
          "offset": 88
        },
        "ccb_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 168
        },
        "deferred_ac": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8f8d297a8d01346a"
          },
          "offset": 128
        },
        "deferred_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "immediate_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 32
        },
        "periph_allocated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "periph_allocating": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "periph_dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "periph_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_715c86adc53be7d6"
          },
          "offset": 96
        },
        "periph_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "periph_oninval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "periph_rootmount": {
          "type": {
            "kind": "struct",
            "name": "root_hold_token"
          },
          "offset": 176
        },
        "periph_run_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 136
        },
        "periph_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "scheduled_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 48
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2cce75160cd1a133"
          },
          "offset": 60
        },
        "unit_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f9b2192ebd96da2"
          },
          "offset": 104
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "cam_periph_map_info": {
      "size": 40,
      "fields": {
        "bp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "buf"
              }
            }
          },
          "offset": 24
        },
        "num_bufs_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "orig": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cam_pinfo": {
      "size": 12,
      "fields": {
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cam_sim": {
      "size": 96,
      "fields": {
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9870443a73510f85"
          },
          "offset": 40
        },
        "max_dev_openings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "max_tagged_dev_openings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 32
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "sim_action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "sim_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "sim_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "cam_status_entry": {
      "size": 16,
      "fields": {
        "status_code": {
          "type": {
            "kind": "enum",
            "name": "unnamed_86892f389beaf69f"
          },
          "offset": 0
        },
        "status_text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "camellia_cbc_ctx": {
      "size": 292,
      "fields": {
        "iv": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 276
        },
        "state": {
          "type": {
            "kind": "struct",
            "name": "camellia_ctx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "camellia_ctx": {
      "size": 276,
      "fields": {
        "bits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "subkey": {
          "type": {
            "count": 68,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "camq": {
      "size": 24,
      "fields": {
        "array_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "entries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "qfrozen_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "queue_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_pinfo"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "camq_entry": {
      "size": 16,
      "fields": {
        "le": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ebbecdc668b20e40"
          },
          "offset": 0
        },
        "sle": {
          "type": {
            "kind": "struct",
            "name": "unnamed_69d133acef0ae97e"
          },
          "offset": 0
        },
        "stqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5e7e4e735ea179e4"
          },
          "offset": 0
        },
        "tqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f1ebc630cc848d75"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cap_enter_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cap_fcntls_get_args": {
      "size": 16,
      "fields": {
        "fcntlrightsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "fcntlrightsp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fcntlrightsp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cap_fcntls_limit_args": {
      "size": 16,
      "fields": {
        "fcntlrights": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fcntlrights_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fcntlrights_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cap_getmode_args": {
      "size": 8,
      "fields": {
        "modep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "modep_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "modep_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cap_ioctls_get_args": {
      "size": 24,
      "fields": {
        "cmds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "cmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "maxcmds": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "maxcmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "maxcmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cap_ioctls_limit_args": {
      "size": 24,
      "fields": {
        "cmds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "cmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ncmds": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ncmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ncmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cap_rights": {
      "size": 16,
      "fields": {
        "cr_rights": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cap_rights_limit_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "rightsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cap_rights_t"
            }
          },
          "offset": 8
        },
        "rightsp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rightsp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cap_rights_t": {
      "size": 16,
      "fields": {
        "cr_rights": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "caps_allowed": {
      "size": 18,
      "fields": {
        "cryptocaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "fcoecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "iscsicaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "linkcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nbmcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "niccaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rdmacaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "switchcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "toecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "card_mem": {
      "size": 12,
      "fields": {
        "mem_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "res": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "size_edc0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "size_edc1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "size_mc0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "size_mc1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "card_type": {
      "size": 24,
      "fields": {
        "cards": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csa_card"
            }
          },
          "offset": 16
        },
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cardbus_devinfo": {
      "size": 2440,
      "fields": {
        "fepresent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "funce": {
          "type": {
            "kind": "union",
            "name": "unnamed_58b21f6dfa6b8915"
          },
          "offset": 372
        },
        "funcid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "mbelow1mb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 361
        },
        "mfrid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 362
        },
        "mprefetchable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 360
        },
        "pci": {
          "type": {
            "kind": "struct",
            "name": "pci_devinfo"
          },
          "offset": 0
        },
        "prodid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 364
        },
        "sc_cis": {
          "type": {
            "kind": "struct",
            "name": "cis_buffer"
          },
          "offset": 392
        },
        "sc_cisdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 384
        }
      },
      "kind": "struct"
    },
    "cardbus_softc": {
      "size": 16,
      "fields": {
        "sc_bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "carp_header": {
      "size": 36,
      "fields": {
        "carp_advbase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "carp_advskew": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "carp_authlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "carp_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "carp_counter": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "carp_md": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "carp_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "carp_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "carp_version": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "carp_vhid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "carp_if": {
      "size": 152,
      "fields": {
        "cif_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "cif_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 104
        },
        "cif_im6o": {
          "type": {
            "kind": "struct",
            "name": "ip6_moptions"
          },
          "offset": 72
        },
        "cif_imo": {
          "type": {
            "kind": "struct",
            "name": "ip_moptions"
          },
          "offset": 24
        },
        "cif_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 112
        },
        "cif_naddrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cif_naddrs6": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cif_vrs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_939ede89daccd9b6"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "carp_nl_send_args": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlmsghdr"
            }
          },
          "offset": 0
        },
        "npt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_pstate"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "carp_softc": {
      "size": 592,
      "fields": {
        "sc_ad_tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 72
        },
        "sc_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 16
        },
        "sc_advbase": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "sc_advskew": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "sc_carpaddr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 308
        },
        "sc_carpaddr6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 312
        },
        "sc_carpdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "sc_ifas": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifaddr"
              }
            }
          },
          "offset": 8
        },
        "sc_ifasiz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 336
        },
        "sc_init_counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "sc_key": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 368
        },
        "sc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ffd07cf2a67ef990"
          },
          "offset": 560
        },
        "sc_md6_tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 200
        },
        "sc_md_tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 136
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 264
        },
        "sc_naddrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "sc_naddrs6": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 332
        },
        "sc_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1ae4df3698fdcc9b"
          },
          "offset": 576
        },
        "sc_pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 388
        },
        "sc_sendad_errors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 348
        },
        "sc_sendad_success": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "sc_sha1": {
          "type": {
            "kind": "struct",
            "name": "SHA1_CTX"
          },
          "offset": 456
        },
        "sc_state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_5d5b00adb1228259"
          },
          "offset": 340
        },
        "sc_suppress": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "sc_vhid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        }
      },
      "kind": "struct"
    },
    "carpkreq": {
      "size": 60,
      "fields": {
        "carpr_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 40
        },
        "carpr_addr6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 44
        },
        "carpr_advbase": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "carpr_advskew": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "carpr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "carpr_key": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "carpr_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "carpr_vhid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "carpreq": {
      "size": 40,
      "fields": {
        "carpr_advbase": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "carpr_advskew": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "carpr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "carpr_key": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "carpr_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "carpr_vhid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "carpstats": {
      "size": 128,
      "fields": {
        "carps_badaddrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "carps_badauth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "carps_badif": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "carps_badlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "carps_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "carps_badttl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "carps_badver": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "carps_badvhid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "carps_hdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "carps_ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "carps_ipackets6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "carps_onomem": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "carps_opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "carps_opackets6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "carps_ostates": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "carps_preempt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "cas_control_data": {
      "size": 164352,
      "fields": {
        "ccd_rxcomps": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cas_rx_comp"
            }
          },
          "offset": 16384
        },
        "ccd_rxdescs": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cas_desc"
            }
          },
          "offset": 147456
        },
        "ccd_rxdescs2": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cas_desc"
            }
          },
          "offset": 163840
        },
        "ccd_txdescs": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cas_desc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cas_desc": {
      "size": 16,
      "fields": {
        "cd_buf_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cas_pci_dev": {
      "size": 24,
      "fields": {
        "cpd_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "cpd_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cpd_revid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "cpd_variant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cas_rx_comp": {
      "size": 32,
      "fields": {
        "crc_word1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "crc_word2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "crc_word3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "crc_word4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cas_rxdsoft": {
      "size": 32,
      "fields": {
        "rxds_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "rxds_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rxds_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rxds_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cas_softc": {
      "size": 35768,
      "fields": {
        "sc_cddma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "sc_cddmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 352
        },
        "sc_cdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 328
        },
        "sc_control_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cas_control_data"
            }
          },
          "offset": 35696
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "sc_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 336
        },
        "sc_enaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "sc_ifflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 35764
        },
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "sc_intr_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 200
        },
        "sc_mac_rxcfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35760
        },
        "sc_mii": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_data"
            }
          },
          "offset": 48
        },
        "sc_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "sc_pdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 304
        },
        "sc_rdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 312
        },
        "sc_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 288
        },
        "sc_rx_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 136
        },
        "sc_rxcptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35752
        },
        "sc_rxdptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35756
        },
        "sc_rxdsoft": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cas_rxdsoft"
            }
          },
          "offset": 2928
        },
        "sc_tdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 320
        },
        "sc_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 72
        },
        "sc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 264
        },
        "sc_tx_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 232
        },
        "sc_txdirtyq": {
          "type": {
            "kind": "struct",
            "name": "cas_txsq"
          },
          "offset": 35736
        },
        "sc_txfree": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35704
        },
        "sc_txfreeq": {
          "type": {
            "kind": "struct",
            "name": "cas_txsq"
          },
          "offset": 35720
        },
        "sc_txnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35708
        },
        "sc_txsoft": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cas_txsoft"
            }
          },
          "offset": 368
        },
        "sc_txwin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35712
        },
        "sc_variant": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "sc_wdog_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        }
      },
      "kind": "struct"
    },
    "cas_txsoft": {
      "size": 40,
      "fields": {
        "txs_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "txs_firstdesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txs_lastdesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "txs_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "txs_ndescs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "txs_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_972aaac947591971"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cas_txsq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cas_txsoft"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cas_txsoft"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cbb_intrhand": {
      "size": 40,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "filt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cbb_softc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cbb_reslist": {
      "size": 32,
      "fields": {
        "cardaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_64c744fa92354601"
          },
          "offset": 0
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cbb_softc": {
      "size": 712,
      "fields": {
        "base_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 456
        },
        "bsh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "bst": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "pcib_secbus"
          },
          "offset": 504
        },
        "cardok": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 648
        },
        "cbdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 672
        },
        "chipinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 688
        },
        "chipset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 656
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "event_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 680
        },
        "exca": {
          "type": {
            "kind": "struct",
            "name": "exca_softc"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 472
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 464
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 616
        },
        "powerintr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 696
        },
        "pribus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 500
        },
        "rl": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3cbfac4b5e197f93"
          },
          "offset": 664
        },
        "sc_root_token": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "cbq_opts": {
      "size": 36,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "maxburst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "maxidle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "maxpktsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "minburst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "minidle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ns_per_byte": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pktsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cbq_state_t": {
      "size": 16840,
      "fields": {
        "cbq_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 16776
        },
        "cbq_class_tbl": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class"
              }
            }
          },
          "offset": 8
        },
        "cbq_qlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifnp": {
          "type": {
            "kind": "struct",
            "name": "rm_ifdat"
          },
          "offset": 16392
        }
      },
      "kind": "struct"
    },
    "cbqstate": {
      "size": 16840,
      "fields": {
        "cbq_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 16776
        },
        "cbq_class_tbl": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class"
              }
            }
          },
          "offset": 8
        },
        "cbq_qlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifnp": {
          "type": {
            "kind": "struct",
            "name": "rm_ifdat"
          },
          "offset": 16392
        }
      },
      "kind": "struct"
    },
    "cc_algo": {
      "size": 144,
      "fields": {
        "ack_received": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "after_idle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "cb_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "cb_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "cc_data_sz": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "cc_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "cong_signal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "conn_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "ctl_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "ecnpkt_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bd1e3b67ae638901"
          },
          "offset": 128
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 140
        },
        "mod_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "mod_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "newround": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "post_recovery": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "rttsample": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "cc_control_data": {
      "size": 88,
      "fields": {
        "htcp_ca": {
          "type": {
            "kind": "struct",
            "name": "htcp"
          },
          "offset": 0
        },
        "rtcc": {
          "type": {
            "kind": "struct",
            "name": "rtcc_cc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cc_exec": {
      "size": 72,
      "fields": {
        "cc_cancel": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 68
        },
        "cc_curr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 0
        },
        "cc_drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "cc_last_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cc_last_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "cc_waiting": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 69
        },
        "ce_migration_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "ce_migration_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ce_migration_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ce_migration_prec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "ce_migration_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "cc_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cc_algo"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cc_algo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cc_var": {
      "size": 40,
      "fields": {
        "bytes_this_ack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cc_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ccvc": {
          "type": {
            "kind": "union",
            "name": "ccv_container"
          },
          "offset": 24
        },
        "curack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "labc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "nsegs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ccb": {
      "size": 1248,
      "fields": {
        "ataio": {
          "type": {
            "kind": "struct",
            "name": "ccb_ataio"
          },
          "offset": 0
        },
        "atio": {
          "type": {
            "kind": "struct",
            "name": "ccb_accept_tio"
          },
          "offset": 0
        },
        "cab": {
          "type": {
            "kind": "struct",
            "name": "ccb_abort"
          },
          "offset": 0
        },
        "casync": {
          "type": {
            "kind": "struct",
            "name": "ccb_async"
          },
          "offset": 0
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "ccg": {
          "type": {
            "kind": "struct",
            "name": "ccb_calc_geometry"
          },
          "offset": 0
        },
        "cdai": {
          "type": {
            "kind": "struct",
            "name": "ccb_dev_advinfo"
          },
          "offset": 0
        },
        "cdbg": {
          "type": {
            "kind": "struct",
            "name": "ccb_debug"
          },
          "offset": 0
        },
        "cdm": {
          "type": {
            "kind": "struct",
            "name": "ccb_dev_match"
          },
          "offset": 0
        },
        "cee": {
          "type": {
            "kind": "struct",
            "name": "ccb_eng_exec"
          },
          "offset": 0
        },
        "cei": {
          "type": {
            "kind": "struct",
            "name": "ccb_eng_inq"
          },
          "offset": 0
        },
        "cel": {
          "type": {
            "kind": "struct",
            "name": "ccb_en_lun"
          },
          "offset": 0
        },
        "cgd": {
          "type": {
            "kind": "struct",
            "name": "ccb_getdev"
          },
          "offset": 0
        },
        "cgdl": {
          "type": {
            "kind": "struct",
            "name": "ccb_getdevlist"
          },
          "offset": 0
        },
        "cgds": {
          "type": {
            "kind": "struct",
            "name": "ccb_getdevstats"
          },
          "offset": 0
        },
        "cin": {
          "type": {
            "kind": "struct",
            "name": "ccb_immed_notify"
          },
          "offset": 0
        },
        "cin1": {
          "type": {
            "kind": "struct",
            "name": "ccb_immediate_notify"
          },
          "offset": 0
        },
        "cna": {
          "type": {
            "kind": "struct",
            "name": "ccb_notify_ack"
          },
          "offset": 0
        },
        "cna2": {
          "type": {
            "kind": "struct",
            "name": "ccb_notify_acknowledge"
          },
          "offset": 0
        },
        "cpi": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq"
          },
          "offset": 0
        },
        "cpis": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathstats"
          },
          "offset": 0
        },
        "crb": {
          "type": {
            "kind": "struct",
            "name": "ccb_resetbus"
          },
          "offset": 0
        },
        "crcn": {
          "type": {
            "kind": "struct",
            "name": "ccb_rescan"
          },
          "offset": 0
        },
        "crd": {
          "type": {
            "kind": "struct",
            "name": "ccb_resetdev"
          },
          "offset": 0
        },
        "crs": {
          "type": {
            "kind": "struct",
            "name": "ccb_relsim"
          },
          "offset": 0
        },
        "csa": {
          "type": {
            "kind": "struct",
            "name": "ccb_setasync"
          },
          "offset": 0
        },
        "csd": {
          "type": {
            "kind": "struct",
            "name": "ccb_setdev"
          },
          "offset": 0
        },
        "csio": {
          "type": {
            "kind": "struct",
            "name": "ccb_scsiio"
          },
          "offset": 0
        },
        "ctio": {
          "type": {
            "kind": "struct",
            "name": "ccb_scsiio"
          },
          "offset": 0
        },
        "cts": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings"
          },
          "offset": 0
        },
        "knob": {
          "type": {
            "kind": "struct",
            "name": "ccb_sim_knob"
          },
          "offset": 0
        },
        "mmcio": {
          "type": {
            "kind": "struct",
            "name": "ccb_mmcio"
          },
          "offset": 0
        },
        "nvmeio": {
          "type": {
            "kind": "struct",
            "name": "ccb_nvmeio"
          },
          "offset": 0
        },
        "smpio": {
          "type": {
            "kind": "struct",
            "name": "ccb_smpio"
          },
          "offset": 0
        },
        "tio": {
          "type": {
            "kind": "struct",
            "name": "ccb_termio"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ccb_abort": {
      "size": 208,
      "fields": {
        "abort_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 200
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_accept_tio": {
      "size": 480,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "cdb_io": {
          "type": {
            "kind": "union",
            "name": "cdb_t"
          },
          "offset": 200
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 216
        },
        "init_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 219
        },
        "sense_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_sense_data"
          },
          "offset": 228
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 218
        },
        "tag_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 217
        },
        "tag_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        }
      },
      "kind": "struct"
    },
    "ccb_async": {
      "size": 224,
      "fields": {
        "async_arg_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 216
        },
        "async_arg_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 208
        },
        "async_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_ataio": {
      "size": 272,
      "fields": {
        "ata_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 256
        },
        "aux": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "ata_cmd"
          },
          "offset": 208
        },
        "data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "dxfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "icc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 257
        },
        "next_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 200
        },
        "res": {
          "type": {
            "kind": "struct",
            "name": "ata_res"
          },
          "offset": 222
        },
        "resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        }
      },
      "kind": "struct"
    },
    "ccb_calc_geometry": {
      "size": 224,
      "fields": {
        "block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "cylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 220
        },
        "secs_per_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 221
        },
        "volume_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "ccb_debug": {
      "size": 208,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8926d1bf613ce612"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_dev_advinfo": {
      "size": 232,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 224
        },
        "bufsiz": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 208
        },
        "buftype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "provsiz": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "ccb_dev_match": {
      "size": 304,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "match_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "matches": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_match_result"
            }
          },
          "offset": 232
        },
        "num_matches": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "num_patterns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "pattern_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "patterns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_match_pattern"
            }
          },
          "offset": 216
        },
        "pos": {
          "type": {
            "kind": "struct",
            "name": "ccb_dev_position"
          },
          "offset": 240
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c3354f3da325f4c0"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_dev_position": {
      "size": 64,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "ccb_dm_cookie"
          },
          "offset": 24
        },
        "generations": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "position_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ab1b3a588c260725"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ccb_dm_cookie": {
      "size": 40,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "pdrv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ccb_en_lun": {
      "size": 208,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 204
        },
        "grp6_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 200
        },
        "grp7_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 202
        }
      },
      "kind": "struct"
    },
    "ccb_eng_exec": {
      "size": 264,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 216
        },
        "dest_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "dmax_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "dxfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "eng_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 260
        },
        "engdata_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 232
        },
        "pdrv_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 200
        },
        "req_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "sglist_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "src_resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 252
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "vu_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 262
        }
      },
      "kind": "struct"
    },
    "ccb_eng_inq": {
      "size": 216,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "eng_algo": {
          "type": {
            "kind": "enum",
            "name": "unnamed_72d65ab64ab1c692"
          },
          "offset": 208
        },
        "eng_memeory": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "eng_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 200
        },
        "eng_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_dc0602fd5f7035c3"
          },
          "offset": 204
        }
      },
      "kind": "struct"
    },
    "ccb_getdev": {
      "size": 1248,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "ident_data": {
          "type": {
            "kind": "struct",
            "name": "ata_params"
          },
          "offset": 460
        },
        "inq_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_data"
          },
          "offset": 204
        },
        "inq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1224
        },
        "padding": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 1232
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 200
        },
        "serial_num": {
          "type": {
            "count": 252,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 972
        },
        "serial_num_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1225
        }
      },
      "kind": "struct"
    },
    "ccb_getdevlist": {
      "size": 232,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "periph_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a2327edf81fd88a7"
          },
          "offset": 228
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "ccb_getdevstats": {
      "size": 248,
      "fields": {
        "allocated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "dev_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "dev_openings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "held": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "last_reset": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 232
        },
        "maxtags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "mintags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        }
      },
      "kind": "struct"
    },
    "ccb_hdr": {
      "size": 200,
      "fields": {
        "alloc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "cbfcnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "func_code": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3ea008621c56be95"
          },
          "offset": 80
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 88
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "periph_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 48
        },
        "periph_priv": {
          "type": {
            "kind": "union",
            "name": "ccb_ppriv_area"
          },
          "offset": 120
        },
        "pinfo": {
          "type": {
            "kind": "struct",
            "name": "cam_pinfo"
          },
          "offset": 0
        },
        "qos": {
          "type": {
            "kind": "struct",
            "name": "ccb_qos_area"
          },
          "offset": 152
        },
        "retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "sim_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 32
        },
        "sim_priv": {
          "type": {
            "kind": "union",
            "name": "ccb_spriv_area"
          },
          "offset": 136
        },
        "softtimeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 184
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "xpt_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ccb_hdr_0x17": {
      "size": 160,
      "fields": {
        "cbfcnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "func_code": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3ea008621c56be95"
          },
          "offset": 80
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 88
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "periph_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 48
        },
        "periph_priv": {
          "type": {
            "kind": "union",
            "name": "ccb_ppriv_area"
          },
          "offset": 112
        },
        "pinfo": {
          "type": {
            "kind": "struct",
            "name": "cam_pinfo"
          },
          "offset": 0
        },
        "retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "sim_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 32
        },
        "sim_priv": {
          "type": {
            "kind": "union",
            "name": "ccb_spriv_area"
          },
          "offset": 128
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "timeout_ch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 152
        },
        "xpt_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ccb_hdr_0x18": {
      "size": 208,
      "fields": {
        "cbfcnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "ext_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "func_code": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3ea008621c56be95"
          },
          "offset": 80
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 88
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "periph_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 48
        },
        "periph_priv": {
          "type": {
            "kind": "union",
            "name": "ccb_ppriv_area"
          },
          "offset": 128
        },
        "pinfo": {
          "type": {
            "kind": "struct",
            "name": "cam_pinfo"
          },
          "offset": 0
        },
        "qos": {
          "type": {
            "kind": "struct",
            "name": "ccb_qos_area"
          },
          "offset": 160
        },
        "retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "sim_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 32
        },
        "sim_priv": {
          "type": {
            "kind": "union",
            "name": "ccb_spriv_area"
          },
          "offset": 144
        },
        "softtimeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 192
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "xpt_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ccb_hdr_slist": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_hdr_tailq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ccb_immed_notify": {
      "size": 464,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 453
        },
        "message_args": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 454
        },
        "sense_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_sense_data"
          },
          "offset": 200
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 452
        }
      },
      "kind": "struct"
    },
    "ccb_immediate_notify": {
      "size": 216,
      "fields": {
        "arg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tag_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_mmcio": {
      "size": 320,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "mmc_command"
          },
          "offset": 208
        },
        "next_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 200
        },
        "stop": {
          "type": {
            "kind": "struct",
            "name": "mmc_command"
          },
          "offset": 264
        }
      },
      "kind": "struct"
    },
    "ccb_notify_ack": {
      "size": 208,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 202
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_notify_acknowledge": {
      "size": 216,
      "fields": {
        "arg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tag_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_nvmeio": {
      "size": 304,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "nvme_command"
          },
          "offset": 208
        },
        "cpl": {
          "type": {
            "kind": "struct",
            "name": "nvme_completion"
          },
          "offset": 272
        },
        "data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 288
        },
        "dxfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "next_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 200
        },
        "sglist_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 300
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 302
        }
      },
      "kind": "struct"
    },
    "ccb_pathinq": {
      "size": 464,
      "fields": {
        "async_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "base_transfer_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "dev_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 276
        },
        "hba_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 454
        },
        "hba_eng_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "hba_inquiry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 201
        },
        "hba_misc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "hba_subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 458
        },
        "hba_subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 456
        },
        "hba_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 452
        },
        "hba_vid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 260
        },
        "hpath_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "max_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "max_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 304
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "sim_vid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 244
        },
        "target_sprt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 202
        },
        "transport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f4b06cd7959ef653"
          },
          "offset": 312
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "version_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        },
        "vuhba_flags": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 210
        },
        "xport_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_a21626a82e8db8be"
          },
          "offset": 320
        }
      },
      "kind": "struct"
    },
    "ccb_pathinq_0x17": {
      "size": 424,
      "fields": {
        "async_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "base_transfer_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr_0x17"
          },
          "offset": 0
        },
        "dev_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 232
        },
        "hba_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 414
        },
        "hba_eng_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        },
        "hba_inquiry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 161
        },
        "hba_misc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 163
        },
        "hba_subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 418
        },
        "hba_subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 416
        },
        "hba_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 412
        },
        "hba_vid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 216
        },
        "hpath_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "max_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "max_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 260
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "sim_vid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "target_sprt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 162
        },
        "transport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f4b06cd7959ef653"
          },
          "offset": 268
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "version_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        },
        "vuhba_flags": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 166
        },
        "xport_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_4c0a53bb3c6305af"
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "ccb_pathinq_settings_fc": {
      "size": 24,
      "fields": {
        "bitrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ccb_pathinq_settings_nvme": {
      "size": 64,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "dev_name": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "extra": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "nsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ccb_pathinq_settings_sas": {
      "size": 4,
      "fields": {
        "bitrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_pathinq_settings_spi": {
      "size": 1,
      "fields": {
        "ppr_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_pathstats": {
      "size": 216,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "last_reset": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_ppriv_area": {
      "size": 16,
      "fields": {
        "bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ccb_priv_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ccb_priv_entry": {
      "size": 8,
      "fields": {
        "bytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "field": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ccb_qos_area": {
      "size": 24,
      "fields": {
        "etime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 0
        },
        "periph_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sim_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ccb_relsim": {
      "size": 216,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "openings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "qfrozen_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "release_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "release_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "ccb_rescan": {
      "size": 208,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b1d60cfdc05f1b62"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_resetbus": {
      "size": 200,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_resetdev": {
      "size": 200,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_scsiio": {
      "size": 536,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "cdb_io": {
          "type": {
            "kind": "union",
            "name": "cdb_t"
          },
          "offset": 496
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 481
        },
        "data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 216
        },
        "dxfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "init_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 520
        },
        "msg_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 512
        },
        "next_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 200
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 523
        },
        "req_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 484
        },
        "sense_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_sense_data"
          },
          "offset": 228
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 480
        },
        "sense_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 485
        },
        "sglist_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 482
        },
        "tag_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 522
        },
        "tag_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        }
      },
      "kind": "struct"
    },
    "ccb_setasync": {
      "size": 224,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 216
        },
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "event_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_setdev": {
      "size": 208,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "dev_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_sim_knob": {
      "size": 328,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "xport_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_654cf879b922090e"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_sim_knob_settings_fc": {
      "size": 32,
      "fields": {
        "role": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ccb_sim_knob_settings_sas": {
      "size": 24,
      "fields": {
        "role": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ccb_sim_knob_settings_spi": {
      "size": 12,
      "fields": {
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "role": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_smpio": {
      "size": 240,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b28be8f2028794ce"
          },
          "offset": 232
        },
        "smp_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 200
        },
        "smp_request_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "smp_request_sglist_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 212
        },
        "smp_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 216
        },
        "smp_response_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "smp_response_sglist_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 228
        }
      },
      "kind": "struct"
    },
    "ccb_spriv_area": {
      "size": 16,
      "fields": {
        "bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ccb_priv_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ccb_termio": {
      "size": 208,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "termio_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings": {
      "size": 312,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr"
          },
          "offset": 0
        },
        "proto_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_e38e54c1074d2773"
          },
          "offset": 220
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 204
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "transport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f4b06cd7959ef653"
          },
          "offset": 212
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_38924878f2aeef16"
          },
          "offset": 200
        },
        "xport_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_7f6245a5ee541a62"
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_0x17": {
      "size": 224,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr_0x17"
          },
          "offset": 0
        },
        "proto_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_4d33553518587d8c"
          },
          "offset": 180
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 164
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "transport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f4b06cd7959ef653"
          },
          "offset": 172
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_38924878f2aeef16"
          },
          "offset": 160
        },
        "xport_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_c59169333ca7563f"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_0x18": {
      "size": 272,
      "fields": {
        "ccb_h": {
          "type": {
            "kind": "struct",
            "name": "ccb_hdr_0x18"
          },
          "offset": 0
        },
        "proto_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_4d33553518587d8c"
          },
          "offset": 228
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 212
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "transport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f4b06cd7959ef653"
          },
          "offset": 220
        },
        "transport_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_38924878f2aeef16"
          },
          "offset": 208
        },
        "xport_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_c59169333ca7563f"
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_ata": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_fc": {
      "size": 32,
      "fields": {
        "bitrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_mmc": {
      "size": 60,
      "fields": {
        "host_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "host_f_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "host_f_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "host_max_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "host_ocr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ios": {
          "type": {
            "kind": "struct",
            "name": "mmc_ios"
          },
          "offset": 0
        },
        "ios_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_nvme": {
      "size": 20,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lanes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "max_lanes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "max_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "max_xfer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "spec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_pata": {
      "size": 20,
      "fields": {
        "atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_sas": {
      "size": 8,
      "fields": {
        "bitrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_sata": {
      "size": 32,
      "fields": {
        "atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pm_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "tags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_scsi": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccb_trans_settings_spi": {
      "size": 24,
      "fields": {
        "bus_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ppr_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sync_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sync_period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cciss_coalint_struct": {
      "size": 8,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cciss_pci_info_struct": {
      "size": 6,
      "fields": {
        "board_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dev_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ccmp_ctx": {
      "size": 504,
      "fields": {
        "cc_aes": {
          "type": {
            "kind": "struct",
            "name": "rijndael_ctx"
          },
          "offset": 16
        },
        "cc_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 8
        },
        "cc_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ccv_container": {
      "size": 8,
      "fields": {
        "sctp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 0
        },
        "tcp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cd9660_ino_alloc_arg": {
      "size": 24,
      "fields": {
        "ep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iso_directory_record"
            }
          },
          "offset": 16
        },
        "i_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cd_audio_page": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "format_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lb_per_sec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "param_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "port": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "port_control"
            }
          },
          "offset": 8
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "cd_mode_params": {
      "size": 24,
      "fields": {
        "alloc_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "cdb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_768d8fa771d38168"
          },
          "offset": 0
        },
        "mode_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cd_page_sizes": {
      "size": 8,
      "fields": {
        "page": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cd_pages": {
      "size": 16,
      "fields": {
        "audio": {
          "type": {
            "kind": "struct",
            "name": "cd_audio_page"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cd_params": {
      "size": 16,
      "fields": {
        "blksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "disksize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cd_quirk_entry": {
      "size": 40,
      "fields": {
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_643eb5cc23959496"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cd_softc": {
      "size": 2168,
      "fields": {
        "announce_buf": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1768
        },
        "announce_temp": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1648
        },
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 24
        },
        "disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 1576
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_5ff9a325830ec416"
          },
          "offset": 16
        },
        "leadout": {
          "type": {
            "kind": "struct",
            "name": "cd_toc_single"
          },
          "offset": 1560
        },
        "mediapoll_c": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1584
        },
        "minimum_command_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "mode_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8adbc1db1f7a0e95"
          },
          "offset": 176
        },
        "outstanding_cmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "cd_params"
          },
          "offset": 72
        },
        "pending_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_92ad96f1df99df46"
          },
          "offset": 64
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 96
        },
        "pinfo": {
          "type": {
            "kind": "struct",
            "name": "cam_pinfo"
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_643eb5cc23959496"
          },
          "offset": 88
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d37d5ab031db8d0e"
          },
          "offset": 12
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 152
        },
        "sysctl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 120
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 168
        },
        "toc": {
          "type": {
            "kind": "struct",
            "name": "cd_tocdata"
          },
          "offset": 192
        },
        "toc_read_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1556
        },
        "tur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "cd_sub_channel_header": {
      "size": 4,
      "fields": {
        "audio_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "cd_sub_channel_info": {
      "size": 24,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "cd_sub_channel_header"
          },
          "offset": 0
        },
        "what": {
          "type": {
            "kind": "union",
            "name": "unnamed_3249f75d28bcd6f5"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cd_sub_channel_media_catalog": {
      "size": 20,
      "fields": {
        "data_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mc_number": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "mc_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cd_sub_channel_position_data": {
      "size": 12,
      "fields": {
        "absaddr": {
          "type": {
            "kind": "union",
            "name": "msf_lba"
          },
          "offset": 4
        },
        "addr_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "control": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "data_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "index_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reladdr": {
          "type": {
            "kind": "union",
            "name": "msf_lba"
          },
          "offset": 8
        },
        "track_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "cd_sub_channel_track_info": {
      "size": 20,
      "fields": {
        "data_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ti_number": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "ti_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "track_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "cd_toc_entry": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "union",
            "name": "msf_lba"
          },
          "offset": 4
        },
        "addr_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "control": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "cd_toc_single": {
      "size": 12,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "cd_toc_entry"
          },
          "offset": 4
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "ioc_toc_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cd_tocdata": {
      "size": 1364,
      "fields": {
        "entries": {
          "type": {
            "count": 170,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cd_toc_entry"
            }
          },
          "offset": 4
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "ioc_toc_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cdb_t": {
      "size": 16,
      "fields": {
        "cdb_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cdb_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cdce_ncm": {
      "size": 168,
      "fields": {
        "dp": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_ncm16_dp"
            }
          },
          "offset": 20
        },
        "dpt": {
          "type": {
            "kind": "struct",
            "name": "usb_ncm16_dpt"
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "usb_ncm16_hdr"
          },
          "offset": 0
        },
        "rx_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_modulus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "tx_nframe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        },
        "tx_remainder": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "tx_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "tx_struct_align": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "cdce_softc": {
      "size": 1080,
      "fields": {
        "sc_eaddr_str_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1076
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1072
        },
        "sc_ifaces_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1077
        },
        "sc_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 1032
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_ncm": {
          "type": {
            "kind": "struct",
            "name": "cdce_ncm"
          },
          "offset": 704
        },
        "sc_notify_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1079
        },
        "sc_rx_buf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 904
        },
        "sc_tx_buf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 968
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 872
        }
      },
      "kind": "struct"
    },
    "cdev": {
      "size": 480,
      "fields": {
        "__si_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a988a891a16ea71e"
          },
          "offset": 216
        },
        "si_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "si_children": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b3f674d94362cf38"
          },
          "offset": 128
        },
        "si_clone": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c93ec98765cefcca"
          },
          "offset": 112
        },
        "si_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 80
        },
        "si_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "si_devsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdevsw"
            }
          },
          "offset": 184
        },
        "si_drv0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "si_drv1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 168
        },
        "si_drv2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 176
        },
        "si_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "si_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "si_iosize_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "si_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c93ec98765cefcca"
          },
          "offset": 96
        },
        "si_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "si_mountpt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 160
        },
        "si_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 48
        },
        "si_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 224
        },
        "si_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 152
        },
        "si_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "si_siblings": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c93ec98765cefcca"
          },
          "offset": 136
        },
        "si_spare0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "si_threadcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "si_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "si_usecount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "cdev_pager_ops": {
      "size": 32,
      "fields": {
        "cdev_pg_ctor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "cdev_pg_dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "cdev_pg_fault": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cdev_pg_populate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cdev_priv": {
      "size": 600,
      "fields": {
        "cdp_c": {
          "type": {
            "kind": "struct",
            "name": "cdev"
          },
          "offset": 0
        },
        "cdp_dirent0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_dirent"
            }
          },
          "offset": 520
        },
        "cdp_dirents": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devfs_dirent"
              }
            }
          },
          "offset": 512
        },
        "cdp_dtr_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 544
        },
        "cdp_dtr_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 552
        },
        "cdp_dtr_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fa1f98769f0c7503"
          },
          "offset": 528
        },
        "cdp_fdpriv": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9f1e6baead71b05b"
          },
          "offset": 560
        },
        "cdp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 500
        },
        "cdp_inode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "cdp_inuse": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "cdp_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fa1f98769f0c7503"
          },
          "offset": 480
        },
        "cdp_maxdirent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "cdp_threadlock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 568
        }
      },
      "kind": "struct"
    },
    "cdev_priv_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_priv"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cdev_priv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cdev_privdata": {
      "size": 40,
      "fields": {
        "cdpd_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cdpd_dtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "cdpd_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 0
        },
        "cdpd_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_39694e2eb5a5a251"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cdevsw": {
      "size": 184,
      "fields": {
        "__d_giant": {
          "type": {
            "kind": "union",
            "name": "unnamed_bf5afc6bb3b88f80"
          },
          "offset": 176
        },
        "d_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "d_devs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b3f674d94362cf38"
          },
          "offset": 160
        },
        "d_fdopen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "d_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "d_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "d_kqfilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "d_mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "d_mmap_single": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "d_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "d_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "d_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "d_purge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "d_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "d_spare0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "d_spare1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "d_spare2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 136
        },
        "d_spare3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "d_strategy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "d_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "d_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "cdnr_block": {
      "size": 72,
      "fields": {
        "cb_action": {
          "type": {
            "kind": "struct",
            "name": "tc_action"
          },
          "offset": 48
        },
        "cb_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "cb_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "cb_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cb_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f054c536fe5efe9b"
          },
          "offset": 0
        },
        "cb_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cb_top": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "top_cdnr"
            }
          },
          "offset": 40
        },
        "cb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "cdnr_pktinfo": {
      "size": 8,
      "fields": {
        "pkt_dscp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pkt_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cdu_context": {
      "size": 1024,
      "fields": {
        "eth": {
          "type": {
            "kind": "struct",
            "name": "eth_context"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "celockstate": {
      "size": 40,
      "fields": {
        "blp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mtx"
              }
            }
          },
          "offset": 24
        },
        "vlp": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mtx"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cf_conn": {
      "size": 32,
      "fields": {
        "eor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "mpending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "mreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "strm_stat": {
          "type": {
            "kind": "enum",
            "name": "xprt_stat"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cf_level": {
      "size": 10344,
      "fields": {
        "abs_set": {
          "type": {
            "kind": "struct",
            "name": "cf_setting"
          },
          "offset": 40
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cb5a325705e83a63"
          },
          "offset": 10328
        },
        "rel_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10320
        },
        "rel_set": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cf_setting"
            }
          },
          "offset": 80
        },
        "total_set": {
          "type": {
            "kind": "struct",
            "name": "cf_setting"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cf_level_lst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cf_level"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cf_level"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cf_saved_freq": {
      "size": 10360,
      "fields": {
        "level": {
          "type": {
            "kind": "struct",
            "name": "cf_level"
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_839197461353a96e"
          },
          "offset": 10352
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10344
        }
      },
      "kind": "struct"
    },
    "cf_setting": {
      "size": 40,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "lat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "spec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "volts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cf_setting_array": {
      "size": 10264,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10240
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ab54051a6d825ad0"
          },
          "offset": 10248
        },
        "sets": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cf_setting"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cf_setting_lst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cf_setting_array"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cf_setting_array"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfc_del_event_data": {
      "size": 12,
      "fields": {
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_ap_settings": {
      "size": 112,
      "fields": {
        "auth_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "beacon": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_beacon_data"
          },
          "offset": 40
        },
        "beacon_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "chandef": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 88
        },
        "dtim_period": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "hidden_ssid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "inactivity_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ssid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cfg80211_beacon_data": {
      "size": 48,
      "fields": {
        "assocresp_ies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "assocresp_ies_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "head_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "proberesp_ies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "proberesp_ies_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "tail_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "cfg80211_bitrate_mask": {
      "size": 240,
      "fields": {
        "control": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_16d90d7878392eb6"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cfg80211_bss": {
      "size": 8,
      "fields": {
        "ies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_bss_ies"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cfg80211_bss_ies": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_bss_selection": {
      "size": 12,
      "fields": {
        "behaviour": {
          "type": {
            "kind": "enum",
            "name": "nl80211_bss_select_attr"
          },
          "offset": 0
        },
        "param": {
          "type": {
            "kind": "union",
            "name": "unnamed_93fcf4a440759e1c"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cfg80211_chan_def": {
      "size": 24,
      "fields": {
        "center_freq1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "center_freq2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linuxkpi_ieee80211_channel"
            }
          },
          "offset": 0
        },
        "width": {
          "type": {
            "kind": "enum",
            "name": "nl80211_chan_width"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_connect_params": {
      "size": 136,
      "fields": {
        "auth_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "bss_select": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_bss_selection"
          },
          "offset": 68
        },
        "bssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linuxkpi_ieee80211_channel"
            }
          },
          "offset": 0
        },
        "crypto": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_crypto"
          },
          "offset": 80
        },
        "ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "ie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "key_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "key_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "privacy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "ssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ssid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "want_1x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "cfg80211_crypto": {
      "size": 56,
      "fields": {
        "akm_suites": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "cipher_group": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ciphers_pairwise": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "n_akm_suites": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "n_ciphers_pairwise": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "psk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "sae_pwd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sae_pwd_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "wpa_versions": {
          "type": {
            "kind": "enum",
            "name": "nl80211_wpa_versions"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cfg80211_ftm_responder_stats": {
      "size": 40,
      "fields": {
        "asap_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "failed_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "filled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "non_asap_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "out_of_window_triggers_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "partial_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "reschedule_requests_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "success_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "total_duration_ms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "unknown_triggers_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "cfg80211_he_bss_color": {
      "size": 8,
      "fields": {
        "color": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cfg80211_ibss_params": {
      "size": 88,
      "fields": {
        "basic_rates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "beacon_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "bssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "chandef": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 56
        },
        "channel_fixed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "dtim_period": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "bss_param_flags"
          },
          "offset": 80
        },
        "ie": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ie_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "privacy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "ssid_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "cfg80211_match_set": {
      "size": 48,
      "fields": {
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rssi_thold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ssid": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_ssid"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_mgmt_tx_params": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linuxkpi_ieee80211_channel"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cfg80211_ops": {
      "size": 352,
      "fields": {
        "add_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "add_virtual_intf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cancel_remain_on_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "change_beacon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "change_station": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "change_virtual_intf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "connect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "crit_proto_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "crit_proto_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "del_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "del_pmk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 320
        },
        "del_pmksa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "del_station": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "del_virtual_intf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "disconnect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "dump_station": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "flush_pmksa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "get_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "get_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "get_station": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "get_tx_power": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "join_ibss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "leave_ibss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "mgmt_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "remain_on_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "sched_scan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "sched_scan_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "set_default_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "set_default_mgmt_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "set_pmk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "set_pmksa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "set_power_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "set_tx_power": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "set_wiphy_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "start_ap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "start_p2p_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "stop_ap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "stop_p2p_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "tdls_oper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "update_connect_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 304
        },
        "update_mgmt_frame_registrations": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "cfg80211_pkt_pattern": {
      "size": 24,
      "fields": {
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pattern": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "pattern_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pkt_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "cfg80211_pmk_conf": {
      "size": 16,
      "fields": {
        "pmk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pmk_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_pmksa": {
      "size": 16,
      "fields": {
        "bssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pmkid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_pmsr_capabilities": {
      "size": 56,
      "fields": {
        "ftm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_778a8452a9907d84"
          },
          "offset": 12
        },
        "max_peers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "randomize_mac_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "report_ap_tsf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_pmsr_ftm_request": {
      "size": 40,
      "fields": {
        "asap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "bss_color": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "burst_period": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ftmr_retries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ftms_per_burst": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "lmr_feedback": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 37
        },
        "non_trigger_based": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "num_bursts_exp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "request_civicloc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "request_lci": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "trigger_based": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cfg80211_pmsr_request": {
      "size": 24,
      "fields": {
        "cookie": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "mac_addr_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "n_peers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "peers": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_pmsr_request_peer"
            }
          },
          "offset": 24
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_pmsr_request_peer": {
      "size": 80,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "chandef": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 0
        },
        "ftm": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_pmsr_ftm_request"
          },
          "offset": 24
        },
        "report_ap_tsf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "cfg80211_sar_capa": {
      "size": 16,
      "fields": {
        "freq_ranges": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_sar_freq_ranges"
            }
          },
          "offset": 8
        },
        "num_freq_ranges": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "nl80211_sar_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cfg80211_sar_freq_ranges": {
      "size": 8,
      "fields": {
        "end_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cfg80211_sar_specs": {
      "size": 8,
      "fields": {
        "num_sub_specs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sub_specs": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_sar_sub_specs"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "nl80211_sar_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cfg80211_sar_sub_specs": {
      "size": 8,
      "fields": {
        "freq_range_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cfg80211_scan_6ghz_params": {
      "size": 32,
      "fields": {
        "bssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "channel_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "psc_no_listen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "short_ssid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "short_ssid_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "unsolicited_probe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cfg80211_scan_info": {
      "size": 16,
      "fields": {
        "aborted": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 14
        },
        "scan_start_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tsf_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cfg80211_scan_request": {
      "size": 96,
      "fields": {
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "channels": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linuxkpi_ieee80211_channel"
              }
            }
          },
          "offset": 96
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "duration_mandatory": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ie_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "mac_addr_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "n_6ghz_params": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "n_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "n_ssids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "no_cck": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        },
        "scan_6ghz": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 13
        },
        "scan_6ghz_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_scan_6ghz_params"
            }
          },
          "offset": 88
        },
        "ssids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_ssid"
            }
          },
          "offset": 80
        },
        "wdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wireless_dev"
            }
          },
          "offset": 16
        },
        "wiphy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wiphy"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cfg80211_sched_scan_plan": {
      "size": 8,
      "fields": {
        "interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "iterations": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cfg80211_sched_scan_request": {
      "size": 88,
      "fields": {
        "channels": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linuxkpi_ieee80211_channel"
              }
            }
          },
          "offset": 88
        },
        "delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "ie_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "mac_addr_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "match_sets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_match_set"
            }
          },
          "offset": 64
        },
        "n_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "n_match_sets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "n_scan_plans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "n_ssids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "reqid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "scan_plans": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_sched_scan_plan"
            }
          },
          "offset": 72
        },
        "ssids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_ssid"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "cfg80211_ssid": {
      "size": 36,
      "fields": {
        "ssid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "ssid_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cfg80211_tid_cfg": {
      "size": 264,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "noack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "retry_long": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rtscts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "tids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "txrate_mask": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_bitrate_mask"
          },
          "offset": 24
        },
        "txrate_type": {
          "type": {
            "kind": "enum",
            "name": "nl80211_tx_rate_setting"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "cfg80211_tid_config": {
      "size": 4,
      "fields": {
        "n_tid_conf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tid_conf": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_tid_cfg"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cfg80211_wowlan": {
      "size": 56,
      "fields": {
        "any": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "disconnect": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "eap_identity_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "four_way_handshake": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "gtk_rekey_failure": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "magic_pkt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "n_patterns": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nd_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_sched_scan_request"
            }
          },
          "offset": 40
        },
        "patterns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_pkt_pattern"
            }
          },
          "offset": 48
        },
        "rfkill_release": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tcp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cfgparms_t": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "PageAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "PageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cg": {
      "size": 168,
      "fields": {
        "cg_cgx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cg_ckhash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "cg_clusteroff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "cg_clustersumoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "cg_cs": {
          "type": {
            "kind": "struct",
            "name": "csum"
          },
          "offset": 24
        },
        "cg_firstfield": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cg_freeoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "cg_frotor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "cg_frsum": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "cg_initediblk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "cg_irotor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cg_iusedoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "cg_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cg_nclusterblks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "cg_ndblk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cg_nextfreeoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "cg_niblk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "cg_old_boff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "cg_old_btotoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "cg_old_ncyl": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        },
        "cg_old_niblk": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        },
        "cg_old_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cg_rotor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "cg_sparecon32": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 128
        },
        "cg_sparecon64": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 144
        },
        "cg_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "cg_unrefs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        }
      },
      "kind": "struct"
    },
    "ch_cntxt": {
      "size": 24,
      "fields": {
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cntxt_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ch_desc": {
      "size": 140,
      "fields": {
        "data": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "queue_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ch_eeprom": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ch_filter": {
      "size": 40,
      "fields": {
        "filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mac_addr_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "mac_hit": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "mask": {
          "type": {
            "kind": "struct",
            "name": "ch_filter_tuple"
          },
          "offset": 20
        },
        "pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "proto": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "qset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "rss": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "val": {
          "type": {
            "kind": "struct",
            "name": "ch_filter_tuple"
          },
          "offset": 4
        },
        "want_filter_id": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "ch_filter_tuple": {
      "size": 16,
      "fields": {
        "dip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "sip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vlan": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "vlan_prio": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "ch_hw_sched": {
      "size": 16,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "class_ipg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flow_ipg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "kbps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "sched": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ch_ifconf_regs": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ch_mem_range": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ch_mii_data": {
      "size": 16,
      "fields": {
        "phy_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reg_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "val_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ch_mtus": {
      "size": 36,
      "fields": {
        "mtus": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "nmtus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ch_pktsched_params": {
      "size": 5,
      "fields": {
        "binding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sched": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ch_pm": {
      "size": 20,
      "fields": {
        "pm_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_num_pg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_pg_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_num_pg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_pg_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ch_qset_params": {
      "size": 52,
      "fields": {
        "cong_thres": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "fl_size": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 20
        },
        "intr_lat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "lro": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "qnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "qset_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rspq_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "txq_size": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "ch_reg": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ch_softc": {
      "size": 88,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "device_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ddda2ce5dc2e3dbb"
          },
          "offset": 0
        },
        "open_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8f42d98115d7ad80"
          },
          "offset": 8
        },
        "sc_counts": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 56
        },
        "sc_exchangemask": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 76
        },
        "sc_firsts": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "sc_movemask": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "sc_picker": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "sc_settledelay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c6bf9201669bd461"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ch_tcam_word": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buf": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ch_trace": {
      "size": 32,
      "fields": {
        "config_rx": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "config_tx": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "dip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dip_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "dport_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "intf": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "intf_mask": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "invert_match": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "proto_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "sip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sip_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "sport_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "trace_rx": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "trace_tx": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "vlan": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "vlan_mask": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "ch_up_ioqs": {
      "size": 32,
      "fields": {
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "t3_ioq_entry"
            }
          },
          "offset": 24
        },
        "ioq_rx_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ioq_rx_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ioq_tx_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ioq_tx_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ch_up_la": {
      "size": 24,
      "fields": {
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "chacha20_poly1305_ctx": {
      "size": 288,
      "fields": {
        "auth": {
          "type": {
            "kind": "struct",
            "name": "crypto_onetimeauth_poly1305_state"
          },
          "offset": 0
        },
        "ic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "ietf": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 268
        },
        "key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 256
        },
        "nonce": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 269
        }
      },
      "kind": "struct"
    },
    "chacha20_s": {
      "size": 192,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "chacha_ctx"
          },
          "offset": 112
        },
        "m_buffer": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "numbytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "t_reseed": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "chacha_ctx": {
      "size": 64,
      "fields": {
        "input": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "chanAccParams": {
      "size": 25,
      "fields": {
        "cap_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cap_wmeParams": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wmeParams"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "changer_element_status": {
      "size": 356,
      "fields": {
        "ces_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ces_assoc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "ces_avoltag": {
          "type": {
            "kind": "struct",
            "name": "changer_voltag_t"
          },
          "offset": 54
        },
        "ces_code_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "ces_designator": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 98
        },
        "ces_designator_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 97
        },
        "ces_designator_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "ces_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ed7486fdfda8071f"
          },
          "offset": 8
        },
        "ces_int_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ces_medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "ces_protocol_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "ces_pvoltag": {
          "type": {
            "kind": "struct",
            "name": "changer_voltag_t"
          },
          "offset": 18
        },
        "ces_scsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 90
        },
        "ces_scsi_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 91
        },
        "ces_sensecode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ces_sensequal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ces_source_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ces_source_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ces_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "changer_element_status_request": {
      "size": 16,
      "fields": {
        "cesr_element_base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cesr_element_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cesr_element_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "changer_element_status"
            }
          },
          "offset": 8
        },
        "cesr_element_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cesr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "changer_exchange": {
      "size": 14,
      "fields": {
        "ce_fdsttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ce_fdstunit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ce_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ce_sdsttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ce_sdstunit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ce_srctype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ce_srcunit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "changer_move": {
      "size": 10,
      "fields": {
        "cm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cm_fromtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cm_fromunit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cm_totype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cm_tounit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "changer_params": {
      "size": 8,
      "fields": {
        "cp_ndrives": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cp_npickers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cp_nportals": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cp_nslots": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "changer_position": {
      "size": 6,
      "fields": {
        "cp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cp_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "changer_set_voltag_request": {
      "size": 42,
      "fields": {
        "csvr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "csvr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "csvr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "csvr_voltag": {
          "type": {
            "kind": "struct",
            "name": "changer_voltag_t"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "changer_voltag": {
      "size": 36,
      "fields": {
        "cv_serial": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "cv_volid": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "changer_voltag_t": {
      "size": 36,
      "fields": {
        "cv_serial": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "cv_volid": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "chdir_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "chflags_args": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "chflagsat_args": {
      "size": 32,
      "fields": {
        "atflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "atflag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "atflag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "chip_params": {
      "size": 20,
      "fields": {
        "cim_num_obq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "cng_ch_bits_log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "filter_opt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "mps_rplc_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mps_tcam_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nsched_cls": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pm_stats_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rss_nentries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "sge_fl_db": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vfcount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "chk_id": {
      "size": 2,
      "fields": {
        "can_take_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "chmod_args": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "chown_args": {
      "size": 24,
      "fields": {
        "gid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "gid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "gid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "uid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "uid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "chroot_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cim_pif_la": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cipherInstance": {
      "size": 17,
      "fields": {
        "IV": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cis_buffer": {
      "size": 2048,
      "fields": {
        "buffer": {
          "type": {
            "count": 2040,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cisco_header": {
      "size": 4,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "cisco_packet": {
      "size": 18,
      "fields": {
        "par1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "par2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "time0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "time1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cisco_priv": {
      "size": 176,
      "fields": {
        "atalk": {
          "type": {
            "kind": "struct",
            "name": "protoent"
          },
          "offset": 144
        },
        "downstream": {
          "type": {
            "kind": "struct",
            "name": "protoent"
          },
          "offset": 88
        },
        "handle": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 24
        },
        "inet": {
          "type": {
            "kind": "struct",
            "name": "protoent"
          },
          "offset": 104
        },
        "inet6": {
          "type": {
            "kind": "struct",
            "name": "protoent"
          },
          "offset": 128
        },
        "ipx": {
          "type": {
            "kind": "struct",
            "name": "protoent"
          },
          "offset": 160
        },
        "local_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "localip": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 120
        },
        "localmask": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 124
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 16
        },
        "remote_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "seqRetries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ciss_bmic_cdb": {
      "size": 10,
      "fields": {
        "bmic_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "log_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phys_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "res1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "res2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ciss_bmic_flush_cache": {
      "size": 512,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "res1": {
          "type": {
            "count": 510,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ciss_bmic_id_ldrive": {
      "size": 512,
      "fields": {
        "big_blocks_available": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 94
        },
        "bios_disable_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "blocks_available": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "drive_parameter_table": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "fault_tolerance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "logical_drive_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "logical_drive_label": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 30
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "res2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "res3": {
          "type": {
            "count": 410,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 102
        }
      },
      "kind": "struct"
    },
    "ciss_bmic_id_lstatus": {
      "size": 1024,
      "fields": {
        "active_spare_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 827
        },
        "big_blocks_to_recover": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 988
        },
        "blocks_to_recover": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 421
        },
        "cache_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 536
        },
        "deprecated_active_spare_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 494
        },
        "deprecated_drive_failure_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "deprecated_drive_rebuilding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 425
        },
        "deprecated_remap_count": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 426
        },
        "deprecated_replaced_marked_ok_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 531
        },
        "deprecated_replacement_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 490
        },
        "deprecated_spare_to_replace_map": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 499
        },
        "drive_failure_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 539
        },
        "drive_rebuilding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 987
        },
        "expand_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 537
        },
        "media_exchanged": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 535
        },
        "rebuild_read_failure": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 538
        },
        "rebuild_write_failure": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 538
        },
        "remap_count": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 555
        },
        "replaced_marked_ok_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 971
        },
        "replacement_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 811
        },
        "res1": {
          "type": {
            "count": 416,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "res2": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        },
        "res3": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 538
        },
        "res4": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 996
        },
        "spare_available": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        },
        "spare_configured": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        },
        "spare_failed": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        },
        "spare_rebuilding": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        },
        "spare_rebuilt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        },
        "spare_switched": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 498
        },
        "spare_to_replace_map": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 843
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ciss_bmic_id_table": {
      "size": 512,
      "fields": {
        "EvenMoreControllerFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "ExtendedLastLockupCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "FWCompileTimeStamp": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 244
        },
        "FixedFieldsLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "ICL_bus_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "MaxADGStripSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "MaxDevicePaths": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 236
        },
        "MaxParity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 230
        },
        "MaxRaid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 228
        },
        "PowerUPNvramFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 237
        },
        "YetMoreSwappedCables": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 234
        },
        "ZonedOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "access_module_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 116
        },
        "bDdffVersion": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 148
        },
        "bEnclosureCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        },
        "bExpanderCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 161
        },
        "bExternalPortStatus": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "bInternalPortStatus": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "bLastLockup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 188
        },
        "bProductID": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "bSlot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 189
        },
        "bVendorID": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 200
        },
        "bad_host_ram_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "battery_pic_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 147
        },
        "big_drive_present_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "big_external_drive_present_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 70
        },
        "big_non_disk_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 86
        },
        "board_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "boot_block_revision": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "cache_batter_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 142
        },
        "config_signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "configured_logical_drives": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "controller_clock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 49
        },
        "controller_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "cpld_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 111
        },
        "cpu_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "curr_redund_ctlr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "daughterboard_size_mb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "daughterboard_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 113
        },
        "deprecated_drive_present_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18
        },
        "deprecated_external_drive_present_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 22
        },
        "deprecated_non_disk_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 31
        },
        "drives_per_scsi_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "expand_disable_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "features_supported": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 117
        },
        "fibre_chip_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "hardware_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "host_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "host_i2c_autorev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 110
        },
        "license_key_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "marketting_revision": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 40
        },
        "maximum_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45
        },
        "more_controller_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 145
        },
        "more_swapped_config_cable_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "padding": {
          "type": {
            "count": 240,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 272
        },
        "pci_to_pci_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 134
        },
        "percent_write_cache": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 139
        },
        "rec_rom_act_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 133
        },
        "rec_rom_inact_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 129
        },
        "redund_ctlr_modes_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "redund_ctlr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "redund_op_failure_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "redundant_server_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 135
        },
        "res3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "running_firmware_revision": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5
        },
        "scsi_chip_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "stored_firmware_revision": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 9
        },
        "swapped_error_cable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "task_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "total_controller_mem_mb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 143
        },
        "uiMaxSafeFullStripeSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "uiTotalLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "uiYetMoreControllerFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "unsupported_nile_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "usBuildNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "usExtLogicalUnitCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "usMaxLogicalUnits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "usMaxPhyDrvPerLogicalUnit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "usMaxPhysicalDevices": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "usOffsetToEDPbitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "usOffsetToEEDPbitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        },
        "usOffsetToENDbitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 166
        },
        "x_board_host_i2c_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 146
        }
      },
      "kind": "struct"
    },
    "ciss_cdb": {
      "size": 20,
      "fields": {
        "attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "cdb_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "direction": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ciss_command": {
      "size": 52,
      "fields": {
        "cdb": {
          "type": {
            "kind": "struct",
            "name": "ciss_cdb"
          },
          "offset": 20
        },
        "error_info": {
          "type": {
            "kind": "struct",
            "name": "ciss_error_info_pointer"
          },
          "offset": 40
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "ciss_header"
          },
          "offset": 0
        },
        "sg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ciss_sg_entry"
            }
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ciss_config_table": {
      "size": 92,
      "fields": {
        "active_method": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bus_types": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "command_physlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "heartbeat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "host_driver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "interrupt_coalesce_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "interrupt_coalesce_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "max_block_fetch_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "max_logical_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "max_outstanding_commands": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_perfomant_mode_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "max_physical_per_logical": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "max_physical_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "max_sg_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "requested_method": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "server_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "supported_methods": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "transport_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "valence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ciss_device_address": {
      "size": 8,
      "fields": {
        "logical": {
          "type": {
            "kind": "struct",
            "name": "unnamed_77b7edfe27c1ac66"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6fa95e35b77b419a"
          },
          "offset": 0
        },
        "physical": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4ba2273da00aa931"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ciss_error_info": {
      "size": 16,
      "fields": {
        "additional_error_info": {
          "type": {
            "kind": "union",
            "name": "unnamed_43369ba5c9a67c92"
          },
          "offset": 8
        },
        "command_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "residual_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sense_info": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "sense_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ciss_error_info_pointer": {
      "size": 12,
      "fields": {
        "error_info_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "error_info_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ciss_header": {
      "size": 20,
      "fields": {
        "address": {
          "type": {
            "kind": "union",
            "name": "ciss_device_address"
          },
          "offset": 12
        },
        "host_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "host_tag_zeroes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sg_in_list": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sg_total": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ciss_ldrive": {
      "size": 72,
      "fields": {
        "cl_address": {
          "type": {
            "kind": "union",
            "name": "ciss_device_address"
          },
          "offset": 0
        },
        "cl_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ciss_device_address"
            }
          },
          "offset": 8
        },
        "cl_geometry": {
          "type": {
            "kind": "struct",
            "name": "ciss_ldrive_geometry"
          },
          "offset": 40
        },
        "cl_ldrive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_bmic_id_ldrive"
            }
          },
          "offset": 24
        },
        "cl_lstatus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_bmic_id_lstatus"
            }
          },
          "offset": 32
        },
        "cl_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 52
        },
        "cl_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cl_update": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ciss_ldrive_geometry": {
      "size": 12,
      "fields": {
        "cylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "fault_tolerance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "periph_devtype": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "periph_qualifier": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "res2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ciss_lun_report": {
      "size": 8,
      "fields": {
        "list_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ciss_device_address"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ciss_notify": {
      "size": 176,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_9c88d8e8c04f9597"
          },
          "offset": 10
        },
        "date": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "detail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "union",
            "name": "ciss_device_address"
          },
          "offset": 168
        },
        "message": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 74
        },
        "pre_power_up_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 166
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 154
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 162
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "ciss_notify_cdb": {
      "size": 13,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "new_only": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ordered": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "res1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "res2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "seek_to_oldest": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "synchronous": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ciss_notify_consistency_completed": {
      "size": 2,
      "fields": {
        "logical_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ciss_notify_drive": {
      "size": 6,
      "fields": {
        "big_physical_drive_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "configured_drive_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "enclosure_bay_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "physical_drive_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "spare_drive_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ciss_notify_io_error": {
      "size": 19,
      "fields": {
        "big_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 11
        },
        "block_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "failure_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "failure_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "logical_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ciss_notify_locator": {
      "size": 6,
      "fields": {
        "box": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ciss_notify_logical_status": {
      "size": 5,
      "fields": {
        "logical_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "new_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "previous_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "spare_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ciss_notify_rebuild_aborted": {
      "size": 6,
      "fields": {
        "big_error_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "big_replacement_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "error_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "logical_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "replacement_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ciss_notify_redundant_controller": {
      "size": 2,
      "fields": {
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ciss_pdrive": {
      "size": 12,
      "fields": {
        "cp_address": {
          "type": {
            "kind": "union",
            "name": "ciss_device_address"
          },
          "offset": 0
        },
        "cp_online": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ciss_perf_config": {
      "size": 80,
      "fields": {
        "fetch_count": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_c3b2ca9d92976a00"
            }
          },
          "offset": 48
        },
        "rq_bank_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rq_bank_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ciss_qstat": {
      "size": 8,
      "fields": {
        "q_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "q_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ciss_report_cdb": {
      "size": 12,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ciss_request": {
      "size": 96,
      "fields": {
        "cr_cc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_command"
            }
          },
          "offset": 48
        },
        "cr_ccphys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cr_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "cr_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cr_datamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "cr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "cr_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cr_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7691ea38c45a070"
          },
          "offset": 0
        },
        "cr_onq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cr_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "cr_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_softc"
            }
          },
          "offset": 16
        },
        "cr_sg_tag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "cr_tag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "ciss_sg_entry": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "extension": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ciss_softc": {
      "size": 98752,
      "fields": {
        "ciss_buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 136
        },
        "ciss_cam_devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 98712
        },
        "ciss_cam_sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_sim"
              }
            }
          },
          "offset": 98720
        },
        "ciss_cfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_config_table"
            }
          },
          "offset": 64
        },
        "ciss_cfg_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "ciss_cfg_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ciss_command": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 98496
        },
        "ciss_command_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 98504
        },
        "ciss_command_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 98512
        },
        "ciss_command_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 98520
        },
        "ciss_controllers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ciss_device_address"
            }
          },
          "offset": 98688
        },
        "ciss_cycle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "ciss_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ciss_dev_t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "ciss_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 98732
        },
        "ciss_free": {
          "type": {
            "kind": "struct",
            "name": "cr_qhead_t"
          },
          "offset": 98528
        },
        "ciss_heart_attack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ciss_heartbeat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ciss_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_bmic_id_table"
            }
          },
          "offset": 80
        },
        "ciss_interrupt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ciss_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "ciss_irq_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "ciss_irq_rid": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 112
        },
        "ciss_logical": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ciss_ldrive"
              }
            }
          },
          "offset": 98672
        },
        "ciss_max_bus_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 98696
        },
        "ciss_max_logical_bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 98700
        },
        "ciss_max_physical_bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 98704
        },
        "ciss_max_requests": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "ciss_msi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ciss_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 98640
        },
        "ciss_notify": {
          "type": {
            "kind": "struct",
            "name": "cr_qhead_t"
          },
          "offset": 98544
        },
        "ciss_notify_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 98560
        },
        "ciss_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 128
        },
        "ciss_perf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_perf_config"
            }
          },
          "offset": 72
        },
        "ciss_periodic": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 98568
        },
        "ciss_periodic_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_request"
            }
          },
          "offset": 98632
        },
        "ciss_physical": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ciss_pdrive"
              }
            }
          },
          "offset": 98680
        },
        "ciss_qstat": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ciss_qstat"
            }
          },
          "offset": 98736
        },
        "ciss_regs_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ciss_regs_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ciss_regs_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "ciss_regs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ciss_reply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "ciss_reply_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 168
        },
        "ciss_reply_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 176
        },
        "ciss_reply_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "ciss_request": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ciss_request"
            }
          },
          "offset": 192
        },
        "ciss_rqidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "ciss_soft_reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 98728
        }
      },
      "kind": "struct"
    },
    "ciss_statrequest": {
      "size": 8,
      "fields": {
        "cs_item": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cs_qstat": {
          "type": {
            "kind": "struct",
            "name": "ciss_qstat"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ck_array": {
      "size": 32,
      "fields": {
        "active": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ck_array"
            }
          },
          "offset": 8
        },
        "allocator": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_malloc"
            }
          },
          "offset": 0
        },
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "transaction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ck_array"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ck_array_t": {
      "size": 32,
      "fields": {
        "active": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ck_array"
            }
          },
          "offset": 8
        },
        "allocator": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_malloc"
            }
          },
          "offset": 0
        },
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "transaction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ck_array"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ck_barrier_centralized": {
      "size": 8,
      "fields": {
        "sense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_centralized_state": {
      "size": 4,
      "fields": {
        "sense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_combining": {
      "size": 16,
      "fields": {
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "ck_spinlock_fas_t"
          },
          "offset": 8
        },
        "root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_barrier_combining_group"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_combining_group": {
      "size": 64,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "k": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "left": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_barrier_combining_group"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_barrier_combining_group"
            }
          },
          "offset": 40
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_barrier_combining_group"
            }
          },
          "offset": 16
        },
        "right": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_barrier_combining_group"
            }
          },
          "offset": 32
        },
        "sense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_barrier_combining_queue": {
      "size": 16,
      "fields": {
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_barrier_combining_group"
            }
          },
          "offset": 0
        },
        "tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_barrier_combining_group"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_barrier_combining_state": {
      "size": 4,
      "fields": {
        "sense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_dissemination": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ck_barrier_dissemination_flag"
              }
            }
          },
          "offset": 16
        },
        "nthr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_barrier_dissemination_flag": {
      "size": 16,
      "fields": {
        "pflag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "tflag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_dissemination_state": {
      "size": 12,
      "fields": {
        "parity": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_barrier_mcs": {
      "size": 80,
      "fields": {
        "childnotready": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "children": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 8
        },
        "dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "havechild": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "parentsense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_mcs_state": {
      "size": 8,
      "fields": {
        "sense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vpid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ck_barrier_tournament": {
      "size": 16,
      "fields": {
        "rounds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ck_barrier_tournament_round"
              }
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_tournament_round": {
      "size": 24,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "opponent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "role": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_barrier_tournament_state": {
      "size": 8,
      "fields": {
        "sense": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vpid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ck_epoch": {
      "size": 24,
      "fields": {
        "epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "n_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "records": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_epoch_entry": {
      "size": 16,
      "fields": {
        "function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stack_entry": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_entry_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_epoch_entry_t": {
      "size": 16,
      "fields": {
        "function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stack_entry": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_entry_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_epoch_record": {
      "size": 192,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "global": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_epoch"
            }
          },
          "offset": 8
        },
        "local": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bb2171277de3906f"
          },
          "offset": 64
        },
        "n_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "n_peak": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "n_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "pending": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ck_stack_t"
            }
          },
          "offset": 104
        },
        "record_next": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_entry_t"
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ck_epoch_record_t": {
      "size": 192,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "global": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_epoch"
            }
          },
          "offset": 8
        },
        "local": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bb2171277de3906f"
          },
          "offset": 64
        },
        "n_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "n_peak": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "n_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "pending": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ck_stack_t"
            }
          },
          "offset": 104
        },
        "record_next": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_entry_t"
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ck_epoch_ref": {
      "size": 8,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_epoch_section": {
      "size": 4,
      "fields": {
        "bucket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_epoch_section_t": {
      "size": 4,
      "fields": {
        "bucket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_epoch_t": {
      "size": 24,
      "fields": {
        "epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "n_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "records": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_hp": {
      "size": 40,
      "fields": {
        "degree": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "n_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "n_subscribers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "subscribers": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_t"
          },
          "offset": 0
        },
        "threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ck_hp_hazard": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "pending_entry": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_entry_t"
          },
          "offset": 16
        },
        "pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_hp_record": {
      "size": 4224,
      "fields": {
        "cache": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "global": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_hp"
            }
          },
          "offset": 4112
        },
        "global_entry": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_entry_t"
          },
          "offset": 4144
        },
        "n_peak": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4152
        },
        "n_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4136
        },
        "n_reclamations": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4160
        },
        "pending": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_t"
          },
          "offset": 4120
        },
        "pointers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_hp_record_t": {
      "size": 4224,
      "fields": {
        "cache": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "global": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_hp"
            }
          },
          "offset": 4112
        },
        "global_entry": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_entry_t"
          },
          "offset": 4144
        },
        "n_peak": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4152
        },
        "n_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4136
        },
        "n_reclamations": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4160
        },
        "pending": {
          "type": {
            "kind": "struct",
            "name": "ck_stack_t"
          },
          "offset": 4120
        },
        "pointers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_hs": {
      "size": 48,
      "fields": {
        "compare": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "hf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_malloc"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_hs_map"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "seed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ck_hs_iterator": {
      "size": 24,
      "fields": {
        "cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_hs_map"
            }
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_hs_map": {
      "size": 80,
      "fields": {
        "capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 72
        },
        "generation": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "probe_bound": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "probe_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "probe_maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "step": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tombstones": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ck_hs_stat": {
      "size": 24,
      "fields": {
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "probe_maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tombstones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_ht": {
      "size": 40,
      "fields": {
        "h": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_malloc"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_ht_map"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "seed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ck_ht_entry": {
      "size": 32,
      "fields": {
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "key_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_ht_entry_t": {
      "size": 32,
      "fields": {
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "key_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_ht_hash": {
      "size": 8,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_ht_hash_t": {
      "size": 8,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_ht_iterator": {
      "size": 16,
      "fields": {
        "current": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_ht_entry"
            }
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_ht_map": {
      "size": 96,
      "fields": {
        "capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "deletions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_ht_entry"
            }
          },
          "offset": 88
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "probe_bound": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "probe_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "probe_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "probe_maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "step": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ck_ht_stat": {
      "size": 16,
      "fields": {
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "probe_maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_malloc": {
      "size": 24,
      "fields": {
        "free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "malloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "realloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_rhs": {
      "size": 48,
      "fields": {
        "compare": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "hf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "load_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_malloc"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_rhs_map"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "seed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ck_rhs_entry_desc": {
      "size": 16,
      "fields": {
        "entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "in_rh": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 7
        },
        "probe_bound": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "probes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wanted": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ck_rhs_iterator": {
      "size": 16,
      "fields": {
        "cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_rhs_map": {
      "size": 4200,
      "fields": {
        "capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4136
        },
        "entries": {
          "type": {
            "kind": "union",
            "name": "unnamed_42038c514f8817e9"
          },
          "offset": 4168
        },
        "generation": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4104
        },
        "max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4152
        },
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4128
        },
        "offset_mask": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 4160
        },
        "probe_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 4192
        },
        "probe_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4120
        },
        "probe_maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4096
        },
        "read_mostly": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4184
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4144
        },
        "step": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4112
        }
      },
      "kind": "struct"
    },
    "ck_rhs_no_entry": {
      "size": 16,
      "fields": {
        "descs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_rhs_no_entry_desc"
            }
          },
          "offset": 8
        },
        "entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_rhs_no_entry_desc": {
      "size": 8,
      "fields": {
        "in_rh": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 7
        },
        "probe_bound": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "probes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wanted": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ck_rhs_stat": {
      "size": 16,
      "fields": {
        "n_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "probe_maximum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ck_spinlock_fas": {
      "size": 4,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_spinlock_fas_t": {
      "size": 4,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_stack": {
      "size": 16,
      "fields": {
        "generation": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_stack_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_stack_entry": {
      "size": 8,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_stack_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_stack_entry_t": {
      "size": 8,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_stack_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ck_stack_t": {
      "size": 16,
      "fields": {
        "generation": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_stack_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cksum_skip_partial_args": {
      "size": 16,
      "fields": {
        "clen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "csum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "class": {
      "size": 120,
      "fields": {
        "bsdclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devclass"
            }
          },
          "offset": 72
        },
        "class_release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "dev_groups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "attribute_group"
              }
            }
          },
          "offset": 88
        },
        "dev_release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "devnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "kobj": {
          "type": {
            "kind": "struct",
            "name": "kobject"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 8
        },
        "pm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_pm_ops"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "class_attribute": {
      "size": 48,
      "fields": {
        "attr": {
          "type": {
            "kind": "struct",
            "name": "attribute"
          },
          "offset": 0
        },
        "namespace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "show": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "store": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "class_list_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_class"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "class_queue_t": {
      "size": 24,
      "fields": {
        "qlen_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "qlim_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "qsize_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "qtype_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tail_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "class_stats_t": {
      "size": 296,
      "fields": {
        "avgidle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "borrows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "codel": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 264
        },
        "delays": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 24
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "maxidle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "minidle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ns_per_byte": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "offtime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "over": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "overactions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "qcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "qmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "qtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "red": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 96
        },
        "wrr_allot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cleanup_data_struct": {
      "size": 96,
      "fields": {
        "to_kill_gmaps": {
          "type": {
            "kind": "struct",
            "name": "gmap_list_head"
          },
          "offset": 80
        },
        "to_kill_gmaps_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "to_kill_grefs": {
          "type": {
            "kind": "struct",
            "name": "gref_list_head"
          },
          "offset": 64
        },
        "to_kill_grefs_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "client_init_general_data": {
      "size": 16,
      "fields": {
        "activate_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "fp_hsi_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "is_fcoe_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "sp_client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "statistics_counter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "statistics_en_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "statistics_zero_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "traffic_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "client_init_ramrod_data": {
      "size": 120,
      "fields": {
        "general": {
          "type": {
            "kind": "struct",
            "name": "client_init_general_data"
          },
          "offset": 0
        },
        "rx": {
          "type": {
            "kind": "struct",
            "name": "client_init_rx_data"
          },
          "offset": 16
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "client_init_tx_data"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "client_init_rx_data": {
      "size": 80,
      "fields": {
        "approx_mcast_engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "bd_page_base": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 24
        },
        "bd_pause_thr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "bd_pause_thr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "cache_line_alignment_log_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "client_qzone_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cqe_page_base": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 40
        },
        "cqe_pause_thr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "cqe_pause_thr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "dont_verify_rings_pause_thr_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "drop_ip_cs_err_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "drop_tcp_cs_err_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "drop_ttl0_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "drop_udp_cs_err_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "enable_dynamic_hc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "extra_data_over_sgl_en_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "handle_ptp_pkts_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "inner_vlan_removal_enable_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "is_approx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "is_leading_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "max_agg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "max_bytes_on_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "max_sges_for_packet": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "max_tpa_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "outer_vlan_removal_enable_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 73
        },
        "reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rss_engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "rx_cos_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "rx_sb_index_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "sge_buff_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "sge_page_base": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 32
        },
        "sge_pause_thr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "sge_pause_thr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "silent_vlan_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "silent_vlan_removal_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "silent_vlan_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "status_block_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "tpa_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vmqueue_mode_en_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "client_init_tx_data": {
      "size": 24,
      "fields": {
        "anti_spoofing_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "default_vlan_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "enforce_security_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "force_default_pri_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "refuse_outband_vlan_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "tss_leading_client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tunnel_lso_inc_ip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "tunnel_non_lso_outer_ip_csum_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "tunnel_non_lso_pcsum_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "tx_bd_page_base": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        },
        "tx_sb_index_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tx_status_block_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tx_switching_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "client_update_ramrod_data": {
      "size": 32,
      "fields": {
        "activate_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "activate_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "anti_spoofing_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "anti_spoofing_enable_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "default_vlan_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "default_vlan_enable_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "handle_ptp_pkts_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "handle_ptp_pkts_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "inner_vlan_removal_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "inner_vlan_removal_enable_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "outer_vlan_removal_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "outer_vlan_removal_enable_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "refuse_outband_vlan_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "refuse_outband_vlan_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "silent_vlan_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "silent_vlan_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "silent_vlan_removal_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "silent_vlan_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tx_switching_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "tx_switching_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "clip_db_entry": {
      "size": 48,
      "fields": {
        "adp_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "krn_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_38e890eee9ac1fe7"
          },
          "offset": 0
        },
        "lip": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 16
        },
        "tmp_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "clip_entry": {
      "size": 48,
      "fields": {
        "cde": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_db_entry"
            }
          },
          "offset": 32
        },
        "clip_idx": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 40
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_82780ea95af59757"
          },
          "offset": 0
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 42
        },
        "plink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bc5cfec7c8899fc0"
          },
          "offset": 16
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "clnt_ops": {
      "size": 56,
      "fields": {
        "cl_abort": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "cl_call": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cl_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "cl_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "cl_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "cl_freeres": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "cl_geterr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "clock_getcpuclockid2_args": {
      "size": 24,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "clock_id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "clock_getres_args": {
      "size": 16,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 8
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "clock_gettime_args": {
      "size": 16,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 8
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "clock_nanosleep_args": {
      "size": 32,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "rmtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 24
        },
        "rmtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "rmtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "rqtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 16
        },
        "rqtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rqtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "clock_settime_args": {
      "size": 16,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 8
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "clock_sync": {
      "size": 40,
      "fields": {
        "gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "hw_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "hw_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sbt_cur": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "sbt_prev": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "clockinfo": {
      "size": 20,
      "fields": {
        "hz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "profhz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "stathz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "tick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "clocktime": {
      "size": 40,
      "fields": {
        "day": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "dow": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mon": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "nsec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "clonedevs": {
      "size": 8,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b3f674d94362cf38"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cloop_header": {
      "size": 136,
      "fields": {
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "magic": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nblocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "close_args": {
      "size": 8,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "close_range_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "highfd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "highfd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "highfd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "lowfd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lowfd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "lowfd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cluster_info": {
      "size": 16,
      "fields": {
        "cluster_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe221dd1a1413a7e"
          },
          "offset": 0
        },
        "cluster_head": {
          "type": {
            "kind": "struct",
            "name": "cluster_list_head"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cluster_list_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cluster_metadata": {
      "size": 24,
      "fields": {
        "cl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cluster_save": {
      "size": 32,
      "fields": {
        "bs_bcount": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "bs_bufsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "bs_children": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "buf"
              }
            }
          },
          "offset": 24
        },
        "bs_nchildren": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cmac": {
      "size": 520,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter_t"
            }
          },
          "offset": 0
        },
        "ext_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "multiport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "nucast": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "promisc_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "rx_mcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_ocnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_xcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mac_stats"
          },
          "offset": 72
        },
        "toggle_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_mcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_tcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_xcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "txen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "was_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "cmb": {
      "size": 4,
      "fields": {
        "cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cmc_state": {
      "size": 16,
      "fields": {
        "last_intr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "max_threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cmd_info": {
      "size": 12,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cmd_msg_cache": {
      "size": 96,
      "fields": {
        "large": {
          "type": {
            "kind": "struct",
            "name": "cache_ent"
          },
          "offset": 0
        },
        "med": {
          "type": {
            "kind": "struct",
            "name": "cache_ent"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "cmng_flags_per_port": {
      "size": 8,
      "fields": {
        "__reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmng_enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cmng_init": {
      "size": 200,
      "fields": {
        "port": {
          "type": {
            "kind": "struct",
            "name": "cmng_struct_per_port"
          },
          "offset": 0
        },
        "vnic": {
          "type": {
            "kind": "struct",
            "name": "cmng_vnic"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "cmng_init_input": {
      "size": 44,
      "fields": {
        "cos_min_rate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        },
        "cos_to_pause_mask": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "cmng_flags_per_port"
          },
          "offset": 36
        },
        "port_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vnic_max_rate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "vnic_min_rate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cmng_struct_per_port": {
      "size": 72,
      "fields": {
        "fair_vars": {
          "type": {
            "kind": "struct",
            "name": "fairness_vars_per_port"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "cmng_flags_per_port"
          },
          "offset": 64
        },
        "rs_vars": {
          "type": {
            "kind": "struct",
            "name": "rate_shaping_vars_per_port"
          },
          "offset": 0
        },
        "safc_vars": {
          "type": {
            "kind": "struct",
            "name": "safc_struct_per_port"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cmng_vnic": {
      "size": 128,
      "fields": {
        "vnic_max_rate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rate_shaping_vars_per_vn"
            }
          },
          "offset": 0
        },
        "vnic_min_rate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fairness_vars_per_vn"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cmode": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "freqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "REG_DMN_FREQ_BAND"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cmpl_base": {
      "size": 16,
      "fields": {
        "info1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "info2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "info3_v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "info4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cmpl_base_t": {
      "size": 16,
      "fields": {
        "info1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "info2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "info3_v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "info4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cmsgcred": {
      "size": 84,
      "fields": {
        "cmcred_euid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cmcred_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmcred_groups": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "cmcred_ngroups": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        },
        "cmcred_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cmcred_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cmsghdr": {
      "size": 12,
      "fields": {
        "cmsg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cmsg_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cmsg_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cn_device": {
      "size": 16,
      "fields": {
        "cnd_cn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "consdev"
            }
          },
          "offset": 8
        },
        "cnd_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e8ff8ea6952299ba"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "coalesce_info": {
      "size": 12,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "noncoal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "code": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "codel": {
      "size": 128,
      "fields": {
        "drop_overlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "last_log": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 104
        },
        "last_pps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "codel_params"
          },
          "offset": 8
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 72
        },
        "vars": {
          "type": {
            "kind": "struct",
            "name": "codel_vars"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "codel_if": {
      "size": 232,
      "fields": {
        "cif_bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cif_ifq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaltq"
            }
          },
          "offset": 8
        },
        "cif_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "codel_if"
            }
          },
          "offset": 0
        },
        "cl_q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "class_queue_t"
            }
          },
          "offset": 24
        },
        "cl_stats": {
          "type": {
            "kind": "struct",
            "name": "codel_ifstats"
          },
          "offset": 160
        },
        "codel": {
          "type": {
            "kind": "struct",
            "name": "codel"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "codel_ifstats": {
      "size": 72,
      "fields": {
        "cl_dropcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 56
        },
        "cl_xmitcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 40
        },
        "qlength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "codel_opts": {
      "size": 12,
      "fields": {
        "ecn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "codel_params": {
      "size": 24,
      "fields": {
        "ecn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "codel_stats": {
      "size": 32,
      "fields": {
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 8
        },
        "marked_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "maxpacket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "codel_vars": {
      "size": 40,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "drop_next": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dropping": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "first_above_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "lastcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ldelay": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rec_inv_sqrt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "coeff_t": {
      "size": 592,
      "fields": {
        "iqc_coeff": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 576
        },
        "last_cal": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 588
        },
        "last_nmeasurement": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 584
        },
        "mag_coeff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "count": 3,
                "kind": "array",
                "subtype": {
                  "kind": "base",
                  "name": "int"
                }
              }
            }
          },
          "offset": 0
        },
        "phs_coeff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "count": 3,
                "kind": "array",
                "subtype": {
                  "kind": "base",
                  "name": "int"
                }
              }
            }
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "color_t": {
      "size": 4,
      "fields": {
        "bg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "colors": {
      "size": 2,
      "fields": {
        "back": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 1
        },
        "fore": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "command_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_command"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "common_ramrod_eth_rx_cqe": {
      "size": 64,
      "fields": {
        "conn_and_cmd_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "conn_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "protocol_data": {
          "type": {
            "kind": "struct",
            "name": "ramrod_data"
          },
          "offset": 8
        },
        "ramrod_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "common_symbol": {
      "size": 24,
      "fields": {
        "address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_431c2f50a3947e9a"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "comp_algo": {
      "size": 40,
      "fields": {
        "compress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "decompress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "minlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "completion": {
      "size": 40,
      "fields": {
        "done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "componentname": {
      "size": 48,
      "fields": {
        "cn_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 8
        },
        "cn_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cn_lkflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "cn_nameiop": {
          "type": {
            "kind": "enum",
            "name": "nameiop"
          },
          "offset": 16
        },
        "cn_namelen": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "cn_nameptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cn_pnbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "compose_comp_ctxt": {
      "size": 64,
      "fields": {
        "comp_pkt": {
          "type": {
            "kind": "struct",
            "name": "hv_pci_compl"
          },
          "offset": 0
        },
        "int_desc": {
          "type": {
            "kind": "struct",
            "name": "tran_int_desc"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "compressor": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "compressor_methods"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "compressor_methods": {
      "size": 40,
      "fields": {
        "fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "config": {
      "size": 16,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "good_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_chain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_lazy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nice_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "config_s": {
      "size": 16,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "good_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_chain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_lazy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nice_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "config_type_validator": {
      "size": 32,
      "fields": {
        "default_validate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "type_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "validate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "connect_args": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "namelen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "connectat_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 16
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "namelen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "consdev": {
      "size": 288,
      "fields": {
        "cn_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "cn_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cn_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "cn_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "consdev_ops"
            }
          },
          "offset": 0
        },
        "cn_pri": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "consdev_ops": {
      "size": 64,
      "fields": {
        "cn_getc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "cn_grab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "cn_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "cn_probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cn_putc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "cn_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "cn_term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "cn_ungrab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "copy_file_range_args": {
      "size": 48,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "infd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "infd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "infd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "inoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        },
        "inoffp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "inoffp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "outfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "outfd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "outfd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "outoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 24
        },
        "outoffp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "outoffp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "coredump_params": {
      "size": 48,
      "fields": {
        "active_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 8
        },
        "comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "compressor"
            }
          },
          "offset": 40
        },
        "file_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 24
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cornerCalInfo": {
      "size": 8,
      "fields": {
        "clip": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "gSel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pd84": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pd90": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "count_info": {
      "size": 12,
      "fields": {
        "blocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "counter_rate": {
      "size": 24,
      "fields": {
        "cr_lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cr_over": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cr_rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "cr_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cphy": {
      "size": 72,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter_t"
            }
          },
          "offset": 16
        },
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fifo_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "mdio_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "mdio_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "modtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cphy_ops"
            }
          },
          "offset": 48
        },
        "pinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pinfo_t"
            }
          },
          "offset": 24
        },
        "priv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "cphy_ops": {
      "size": 96,
      "fields": {
        "advertise": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "autoneg_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "autoneg_restart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "get_link_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "intr_clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "intr_disable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "intr_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "intr_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "power_down": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_loopback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "set_speed_duplex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "cpl_abort_req_core": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rsvd2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "cpl_abort_rpl_core": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rsvd2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "cpl_abort_rpl_rss": {
      "size": 8,
      "fields": {
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "cpl_act_open_req": {
      "size": 48,
      "fields": {
        "local_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "opt0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "peer_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "peer_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_act_open_req6": {
      "size": 72,
      "fields": {
        "local_ip_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "local_ip_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "opt0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "peer_ip_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "peer_ip_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "peer_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_act_open_rpl": {
      "size": 8,
      "fields": {
        "atid_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_fw4_ack": {
      "size": 24,
      "fields": {
        "credits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "snd_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "snd_una": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpl_fw6_msg": {
      "size": 40,
      "fields": {
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "cpl_l2t_write_req": {
      "size": 32,
      "fields": {
        "dst_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "l2t_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_l2t_write_rpl": {
      "size": 8,
      "fields": {
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cpl_pass_open_req": {
      "size": 40,
      "fields": {
        "local_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "opt0h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "opt0l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "opt1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 8
        },
        "peer_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "peer_netmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "peer_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_rte_write_req": {
      "size": 32,
      "fields": {
        "faddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "l2t_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "lut_params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "netmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        },
        "write_l2t_lut": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "write_tcam": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpl_rx_data": {
      "size": 16,
      "fields": {
        "dack_mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "ddp_off": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "heartbeat": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "psh": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "urg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpl_rx_pkt": {
      "size": 16,
      "fields": {
        "csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "csum_calc": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "err_vec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "iff": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "ip_frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "ipmi_pkt": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "l2info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vlan_ex": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "cpl_set_tcb_field": {
      "size": 40,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "reply_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "word_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_set_tcb_field_core": {
      "size": 24,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "reply_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "word_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "cpl_set_tcb_rpl": {
      "size": 16,
      "fields": {
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "oldval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "cpl_sge_egr_update": {
      "size": 8,
      "fields": {
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "opcode_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "cpl_smt_write_req": {
      "size": 40,
      "fields": {
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pfvf0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "pfvf1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "src_mac0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "src_mac1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_smt_write_rpl": {
      "size": 8,
      "fields": {
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cpl_t5_act_open_req": {
      "size": 56,
      "fields": {
        "iss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "local_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "opt0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "peer_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "peer_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_t5_act_open_req6": {
      "size": 80,
      "fields": {
        "iss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "local_ip_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "local_ip_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "opt0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "peer_ip_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "peer_ip_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "peer_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_t6_act_open_req": {
      "size": 64,
      "fields": {
        "iss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "local_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "opt0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "opt3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "peer_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "peer_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_t6_act_open_req6": {
      "size": 88,
      "fields": {
        "iss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "local_ip_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "local_ip_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "opt0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "opt3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "peer_ip_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "peer_ip_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "peer_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_t6_smt_write_req": {
      "size": 48,
      "fields": {
        "local_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pfvf0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "src_mac0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_tid_release": {
      "size": 24,
      "fields": {
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 16
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_tx_data": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ot": {
          "type": {
            "kind": "union",
            "name": "opcode_tid"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpl_tx_pkt": {
      "size": 16,
      "fields": {
        "cntrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_tx_pkt_batch": {
      "size": 120,
      "fields": {
        "pkt_entry": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cpl_tx_pkt_batch_entry"
            }
          },
          "offset": 8
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_tx_pkt_batch_entry": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cntrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cpl_tx_pkt_core": {
      "size": 16,
      "fields": {
        "ctrl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ctrl1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cpl_tx_pkt_lso": {
      "size": 24,
      "fields": {
        "cntrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lso_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpl_tx_pkt_lso_core": {
      "size": 16,
      "fields": {
        "ipid_ofst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lso_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seqno_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpl_tx_sec_pdu": {
      "size": 32,
      "fields": {
        "aadstart_cipherstop_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cipherstop_lo_authinsert": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ivgen_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "op_ivinsrtofst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pldlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "scmd1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "seqno_numivs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cpl_tx_tnl_lso": {
      "size": 32,
      "fields": {
        "EthLenOffset_Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Flow_to_TcpHdrLen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "IpIdOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "IpIdOffsetOut": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "IpIdSplit_to_Mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "TCPSeqOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "UdpLenSetOut_to_TnlHdrLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "op_to_IpIdSplitOut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpu_device": {
      "size": 24,
      "fields": {
        "cd_pcpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcpu"
            }
          },
          "offset": 16
        },
        "cd_rl": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpu_group": {
      "size": 160,
      "fields": {
        "cg_child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpu_group"
            }
          },
          "offset": 8
        },
        "cg_children": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 156
        },
        "cg_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "cg_first": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "cg_flags": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 159
        },
        "cg_last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "cg_level": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 158
        },
        "cg_mask": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 16
        },
        "cg_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpu_group"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpu_info": {
      "size": 1,
      "fields": {
        "cpu_bsp": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 0
        },
        "cpu_disabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 0
        },
        "cpu_hyperthread": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 0
        },
        "cpu_present": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpu_offset": {
      "size": 144,
      "fields": {
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e759b182af526dfa"
          },
          "offset": 0
        },
        "next_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "set": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpu_offset_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpu_offset"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cpu_ops": {
      "size": 16,
      "fields": {
        "cpu_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cpu_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpu_reg": {
      "size": 48,
      "fields": {
        "bp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "evmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "gpr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "inst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mips_view_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mode_value_halt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mode_value_sstep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "spad_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "state_value_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cpu_search": {
      "size": 32,
      "fields": {
        "cs_load": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "cs_mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset_t"
            }
          },
          "offset": 0
        },
        "cs_prefer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cs_pri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cs_running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "cs_trans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cpu_search_res": {
      "size": 8,
      "fields": {
        "csr_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "csr_load": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cpufreq_softc": {
      "size": 10488,
      "fields": {
        "all_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10408
        },
        "all_levels": {
          "type": {
            "kind": "struct",
            "name": "cf_level_lst"
          },
          "offset": 10392
        },
        "cf_drv_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 10424
        },
        "curr_level": {
          "type": {
            "kind": "struct",
            "name": "cf_level"
          },
          "offset": 32
        },
        "curr_priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10376
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 10416
        },
        "levels_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cf_level"
            }
          },
          "offset": 10480
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        },
        "max_mhz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10412
        },
        "saved_freq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a036bf72c72c2499"
          },
          "offset": 10384
        },
        "startup_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 10448
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 10432
        }
      },
      "kind": "struct"
    },
    "cpuhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcpu"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pcpu"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpuinfo_x86": {
      "size": 6,
      "fields": {
        "x86": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "x86_clflush_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "x86_max_cores": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "x86_model": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "cpuset": {
      "size": 200,
      "fields": {
        "cs_children": {
          "type": {
            "kind": "struct",
            "name": "setlist"
          },
          "offset": 40
        },
        "cs_domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset"
            }
          },
          "offset": 48
        },
        "cs_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cs_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "cs_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9ba7e92b0bd00068"
          },
          "offset": 8
        },
        "cs_mask": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 72
        },
        "cs_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset"
            }
          },
          "offset": 64
        },
        "cs_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cs_siblings": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9ba7e92b0bd00068"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cpuset_args": {
      "size": 8,
      "fields": {
        "setid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "setid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "setid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpuset_copy_cb": {
      "size": 16,
      "fields": {
        "cpuset_copyin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cpuset_copyout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cpuset_getaffinity_args": {
      "size": 40,
      "fields": {
        "cpusetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "cpusetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "cpusetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset_t"
            }
          },
          "offset": 32
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpuset_getdomain_args": {
      "size": 48,
      "fields": {
        "domainsetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "domainsetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "domainsetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset_t"
            }
          },
          "offset": 32
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "policy_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpuset_getid_args": {
      "size": 32,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "setid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "setid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "setid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpuset_setaffinity_args": {
      "size": 40,
      "fields": {
        "cpusetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "cpusetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "cpusetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset_t"
            }
          },
          "offset": 32
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpuset_setdomain_args": {
      "size": 48,
      "fields": {
        "domainsetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "domainsetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "domainsetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset_t"
            }
          },
          "offset": 32
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "policy_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cpuset_setid_args": {
      "size": 24,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "setid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "setid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "setid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cpuset_t": {
      "size": 128,
      "fields": {
        "__bits": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cq_config": {
      "size": 24,
      "fields": {
        "dma_coalescing": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "is_eventable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "item_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nodelay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "q_len": {
          "type": {
            "kind": "enum",
            "name": "cq_len"
          },
          "offset": 0
        },
        "sol_eventable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cq_db_t": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_261f58259fb69e0d"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cq_db_u": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_261f58259fb69e0d"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "cr_qhead_t": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_request"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ciss_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "crb_to_pci_t": {
      "size": 8,
      "fields": {
        "crb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pci_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "credbatch": {
      "size": 16,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "users": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "crom_chunk": {
      "size": 112,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "unnamed_237dfd8bacbf331d"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a0d5c70cd0297b7b"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ref_chunk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crom_chunk"
            }
          },
          "offset": 8
        },
        "ref_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "crom_context": {
      "size": 168,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "stack": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "crom_ptr"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "crom_ptr": {
      "size": 16,
      "fields": {
        "dir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csrdirectory"
            }
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "crom_src": {
      "size": 40,
      "fields": {
        "businfo": {
          "type": {
            "kind": "struct",
            "name": "bus_info"
          },
          "offset": 4
        },
        "chunk_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8183c2be07981ec5"
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "csrhdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "crom_src_buf": {
      "size": 376,
      "fields": {
        "hw": {
          "type": {
            "kind": "struct",
            "name": "crom_chunk"
          },
          "offset": 264
        },
        "root": {
          "type": {
            "kind": "struct",
            "name": "crom_chunk"
          },
          "offset": 40
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "crom_src"
          },
          "offset": 0
        },
        "vendor": {
          "type": {
            "kind": "struct",
            "name": "crom_chunk"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "crypto_buffer": {
      "size": 24,
      "fields": {
        "cb_type": {
          "type": {
            "kind": "enum",
            "name": "crypto_buffer_type"
          },
          "offset": 16
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_eb0c58cfff2ebd24"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "crypto_buffer_cursor": {
      "size": 32,
      "fields": {
        "cc_buf_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cc_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "cc_type": {
          "type": {
            "kind": "enum",
            "name": "crypto_buffer_type"
          },
          "offset": 24
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_1ffeaf3b269bc490"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "crypto_onetimeauth_poly1305_implementation": {
      "size": 40,
      "fields": {
        "onetimeauth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "onetimeauth_final": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "onetimeauth_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "onetimeauth_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "onetimeauth_verify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "crypto_onetimeauth_poly1305_state": {
      "size": 256,
      "fields": {
        "opaque": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "crypto_ret_worker": {
      "size": 80,
      "fields": {
        "crp_ordered_ret_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_817d215f8e636f39"
          },
          "offset": 32
        },
        "crp_ret_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_817d215f8e636f39"
          },
          "offset": 48
        },
        "crypto_ret_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "reorder_cur_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "reorder_ops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "crypto_scalarmult_curve25519_implementation": {
      "size": 16,
      "fields": {
        "mult": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mult_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "crypto_session": {
      "size": 72,
      "fields": {
        "cap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cryptocap"
            }
          },
          "offset": 0
        },
        "csp": {
          "type": {
            "kind": "struct",
            "name": "crypto_session_params"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "crypto_session_params": {
      "size": 56,
      "fields": {
        "csp_auth_alg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "csp_auth_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "csp_auth_klen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "csp_auth_mlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "csp_cipher_alg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "csp_cipher_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "csp_cipher_klen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "csp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "csp_ivlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "csp_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "crypto_stream_chacha20_implementation": {
      "size": 32,
      "fields": {
        "stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stream_ietf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "stream_ietf_xor_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "stream_xor_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cryptocap": {
      "size": 40,
      "fields": {
        "cc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "cc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cc_hid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cc_qblocked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "cc_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cc_session_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "cc_sessions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cryptop": {
      "size": 280,
      "fields": {
        "crp_aad": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "crp_aad_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "crp_aad_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "crp_auth_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 232
        },
        "crp_buf": {
          "type": {
            "kind": "struct",
            "name": "crypto_buffer"
          },
          "offset": 72
        },
        "crp_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "crp_cipher_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 224
        },
        "crp_digest_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "crp_esn": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "crp_etype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "crp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "crp_iv": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "crp_iv_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "crp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a0990e6057cd264"
          },
          "offset": 0
        },
        "crp_obuf": {
          "type": {
            "kind": "struct",
            "name": "crypto_buffer"
          },
          "offset": 96
        },
        "crp_olen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "crp_op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "crp_opaque": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 240
        },
        "crp_payload_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "crp_payload_output_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "crp_payload_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "crp_retw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "crp_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "crp_session": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crypto_session"
            }
          },
          "offset": 48
        },
        "crp_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 16
        },
        "crp_tstamp": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "cryptop_q": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cryptop"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cryptop"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cryptopq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cryptop"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cryptop"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cs": {
      "size": 4,
      "fields": {
        "begin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "cs461x_firmware_struct": {
      "size": 55320,
      "fields": {
        "BA1Array": {
          "type": {
            "count": 13824,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "MemoryStat": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_b42ef0fde93fc3cb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "csa_bridgeinfo": {
      "size": 16,
      "fields": {
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csa_card"
            }
          },
          "offset": 8
        },
        "hisr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "csa_card": {
      "size": 48,
      "fields": {
        "active": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "amp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "amp_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "inv_eapd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "csa_chinfo": {
      "size": 40,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 16
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 8
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "dma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "fmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csa_info"
            }
          },
          "offset": 0
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "csa_info": {
      "size": 272,
      "fields": {
        "ac97": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "ac97_general_purpose": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "ac97_powerdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "binfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csa_bridgeinfo"
            }
          },
          "offset": 64
        },
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csa_card"
            }
          },
          "offset": 72
        },
        "cctl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "pch": {
          "type": {
            "kind": "struct",
            "name": "csa_chinfo"
          },
          "offset": 112
        },
        "pctl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "pfie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rch": {
          "type": {
            "kind": "struct",
            "name": "csa_chinfo"
          },
          "offset": 152
        },
        "res": {
          "type": {
            "kind": "struct",
            "name": "csa_res"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "csa_res": {
      "size": 48,
      "fields": {
        "io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "io_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "mem_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "csa_softc": {
      "size": 136,
      "fields": {
        "binfo": {
          "type": {
            "kind": "struct",
            "name": "csa_bridgeinfo"
          },
          "offset": 120
        },
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csa_card"
            }
          },
          "offset": 112
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "midi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 80
        },
        "midiintr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "midiintr_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "pcm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "pcmintr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "pcmintr_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "res": {
          "type": {
            "kind": "struct",
            "name": "csa_res"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "csrdirectory": {
      "size": 4,
      "fields": {
        "crc": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "crc_len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "entry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "csrreg"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "csrhdr": {
      "size": 4,
      "fields": {
        "crc": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "crc_len": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "info_len": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "csrreg": {
      "size": 4,
      "fields": {
        "key": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "val": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "csrtext": {
      "size": 12,
      "fields": {
        "crc": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "crc_len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "lang_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "spec_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "spec_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "text": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cstate": {
      "size": 144,
      "fields": {
        "cs_filler": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "cs_hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cs_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "cs_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cstate"
            }
          },
          "offset": 0
        },
        "slcs_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_875a2687f6597f98"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "cstorm_eth_ag_context": {
      "size": 40,
      "fields": {
        "__reserved0": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cstorm_eth_st_context": {
      "size": 16,
      "fields": {
        "__reserved0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "csum": {
      "size": 16,
      "fields": {
        "cs_nbfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cs_ndir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cs_nffree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "cs_nifree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "csum_total": {
      "size": 64,
      "fields": {
        "cs_nbfree": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "cs_ndir": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "cs_nffree": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "cs_nifree": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "cs_numclusters": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "cs_spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ct7_entry_t": {
      "size": 64,
      "fields": {
        "ct_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ct_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "ct_iid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ct_iid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ct_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ct_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ct_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "ct_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ct_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ct_scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ct_seg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ct_senselen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ct_syshandle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ct_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ct_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ct_xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "rsp": {
          "type": {
            "kind": "union",
            "name": "unnamed_ff61dd76d9e36023"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ct_data": {
      "size": 368,
      "fields": {
        "ct_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 80
        },
        "ct_backchannelxprt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SVCXPRT"
            }
          },
          "offset": 320
        },
        "ct_closed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ct_closeit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ct_closing": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ct_error": {
          "type": {
            "kind": "struct",
            "name": "rpc_err"
          },
          "offset": 208
        },
        "ct_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "ct_mcallc": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 224
        },
        "ct_mpos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "ct_pending": {
          "type": {
            "kind": "struct",
            "name": "ct_request_list"
          },
          "offset": 296
        },
        "ct_raw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 360
        },
        "ct_rcvstate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "ct_record": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 272
        },
        "ct_record_eor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "ct_record_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "ct_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 48
        },
        "ct_sslrefno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "ct_sslsec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "ct_sslusec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "ct_threads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ct_upcallrefs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "ct_wait": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 64
        },
        "ct_waitchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 256
        },
        "ct_waitflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "ct_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        }
      },
      "kind": "struct"
    },
    "ct_data_s": {
      "size": 4,
      "fields": {
        "dl": {
          "type": {
            "kind": "union",
            "name": "unnamed_9731e88d45343e2d"
          },
          "offset": 2
        },
        "fc": {
          "type": {
            "kind": "union",
            "name": "unnamed_4f907fbb7c42b62b"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ct_hdr_t": {
      "size": 16,
      "fields": {
        "ct_bcnt_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ct_cmd_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ct_explanation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ct_fcs_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ct_fcs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ct_in_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "ct_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ct_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ct_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ct_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ct_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ct_vunique": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "ct_request": {
      "size": 440,
      "fields": {
        "cr_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cr_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b1e7432c530c0d35"
          },
          "offset": 0
        },
        "cr_mrep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "cr_verf": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "cr_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ct_request_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ct_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ct_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ctf_header": {
      "size": 36,
      "fields": {
        "cth_funcoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cth_lbloff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cth_objtoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cth_parlabel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cth_parname": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cth_preamble": {
          "type": {
            "kind": "struct",
            "name": "ctf_preamble"
          },
          "offset": 0
        },
        "cth_strlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cth_stroff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cth_typeoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ctf_preamble": {
      "size": 4,
      "fields": {
        "ctp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ctp_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ctp_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ctx_hw_stats": {
      "size": 160,
      "fields": {
        "rx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_bcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_discard_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_error_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rx_mcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_ucast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_ucast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tpa_aborts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tpa_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tpa_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tpa_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_bcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_discard_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_error_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_mcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_ucast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_ucast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ctxinfo": {
      "size": 16,
      "fields": {
        "dlci": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cu_data": {
      "size": 304,
      "fields": {
        "cu_async": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "cu_closed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cu_closeit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cu_closing": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cu_connect": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 268
        },
        "cu_connected": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "cu_cwnd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "cu_cwnd_wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "cu_error": {
          "type": {
            "kind": "struct",
            "name": "rpc_err"
          },
          "offset": 200
        },
        "cu_mcallc": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 216
        },
        "cu_mcalllen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "cu_raddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 32
        },
        "cu_recvsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "cu_rlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "cu_sendsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "cu_sent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "cu_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 16
        },
        "cu_threads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cu_total": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 184
        },
        "cu_wait": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 168
        },
        "cu_waitchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 280
        },
        "cu_waitflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "cu_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        }
      },
      "kind": "struct"
    },
    "cu_request": {
      "size": 448,
      "fields": {
        "cr_client": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "CLIENT"
            }
          },
          "offset": 16
        },
        "cr_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "cr_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e85e19baabddca02"
          },
          "offset": 0
        },
        "cr_mrep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "cr_verf": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "cr_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cu_request_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cu_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cu_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cu_socket": {
      "size": 64,
      "fields": {
        "cs_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "cs_pending": {
          "type": {
            "kind": "struct",
            "name": "cu_request_list"
          },
          "offset": 40
        },
        "cs_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cs_upcallrefs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "cubic": {
      "size": 160,
      "fields": {
        "K": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "W_est": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "W_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "css_baseline_minrtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "css_current_round": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "css_current_round_minrtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "css_entered_at_round": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "css_fas_at_css_entry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "css_last_fas": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "css_lastround_minrtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "css_lowrtt_fas": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "css_rttsample_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "cwnd_epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "cwnd_prior": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "epoch_ack_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mean_rtt_usecs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "min_rtt_usecs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "num_cong_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "sum_rtt_usecs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "t_epoch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "undo_K": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "undo_W_est": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "undo_W_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "undo_cwnd_epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "undo_cwnd_prior": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "undo_t_epoch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "cudbg_buffer": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cudbg_ch_cntxt": {
      "size": 32,
      "fields": {
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cntxt_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cudbg_entity_hdr": {
      "size": 52,
      "fields": {
        "entity_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "hdr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "next_ext_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "num_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sys_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sys_warn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cudbg_error": {
      "size": 12,
      "fields": {
        "app_err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sys_err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sys_warn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "cudbg_flash_hdr": {
      "size": 128,
      "fields": {
        "build_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "hdr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "major_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "minor_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "res": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "sec_seq_no": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "time_res": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cudbg_flash_sec_info": {
      "size": 65584,
      "fields": {
        "cur_seq_no": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "hdr_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "max_seq_no": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_seq_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "par_sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "par_sec_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sec_bitmap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65576
        },
        "sec_data": {
          "type": {
            "count": 65536,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "skip_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cudbg_hdr": {
      "size": 56,
      "fields": {
        "chip_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hdr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "major_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "max_entities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "minor_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cudbg_init": {
      "size": 48,
      "fields": {
        "adap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 8
        },
        "dbg_bitmap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "full_mode": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "cudbg_init_hdr"
          },
          "offset": 0
        },
        "info": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "no_compress": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "print": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "bit_length": 27,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "use_flash": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "verbose": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "cudbg_init_hdr": {
      "size": 6,
      "fields": {
        "build_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "init_struct_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "major_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "res": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "cudbg_mps_tcam": {
      "size": 88,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        },
        "cls_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cls_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "dip_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ivlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "lookup_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "repli": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 86
        },
        "rplc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rplc_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "vlan_vld": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "vnix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "vniy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "cudbg_pbt_tables": {
      "size": 2176,
      "fields": {
        "lrf_table": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "pbt_data": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "pbt_dynamic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pbt_static": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "cudbg_private": {
      "size": 65632,
      "fields": {
        "dbg_init": {
          "type": {
            "kind": "struct",
            "name": "cudbg_init"
          },
          "offset": 0
        },
        "sec_info": {
          "type": {
            "kind": "struct",
            "name": "cudbg_flash_sec_info"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "cudbg_tcam": {
      "size": 24,
      "fields": {
        "clip_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "filter_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "routing_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "server_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tid_hash_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "cudbg_tid_data": {
      "size": 84,
      "fields": {
        "data": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "dbig_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dbig_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dbig_rsp_stat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cudbg_ver_hdr": {
      "size": 8,
      "fields": {
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "cue_softc": {
      "size": 728,
      "fields": {
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 720
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "cursor_attr": {
      "size": 8,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bg": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "height": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mouse_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "mouse_ia": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "cv": {
      "size": 16,
      "fields": {
        "cv_description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cv_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "cxgb_ident": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "cxgbe_rate_tag": {
      "size": 168,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 24
        },
        "com": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 0
        },
        "ctrl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "eo_txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_ofld_txq"
            }
          },
          "offset": 136
        },
        "etid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "max_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ncompl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 163
        },
        "pending_fwack": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 104
        },
        "pending_tx": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 80
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "schedcl": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 150
        },
        "tx_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 161
        },
        "tx_nocompl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 162
        },
        "tx_total": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "da_quirk_entry": {
      "size": 40,
      "fields": {
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_44a47be635dcd5c8"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "da_softc": {
      "size": 34872,
      "fields": {
        "announce_temp": {
          "type": {
            "count": 160,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 34312
        },
        "announcebuf": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 34472
        },
        "ata_iddir": {
          "type": {
            "kind": "struct",
            "name": "ata_identify_log_pages"
          },
          "offset": 620
        },
        "ata_logdir": {
          "type": {
            "kind": "struct",
            "name": "ata_gp_log_dir"
          },
          "offset": 104
        },
        "cam_iosched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_iosched_softc"
            }
          },
          "offset": 0
        },
        "delete_available": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "delete_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1224
        },
        "delete_method": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d836ba77dae2de80"
          },
          "offset": 1220
        },
        "delete_method_pref": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d836ba77dae2de80"
          },
          "offset": 1216
        },
        "delete_run_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 8
        },
        "disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 1272
        },
        "error_inject": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_713bf060e9f958e8"
          },
          "offset": 64
        },
        "max_seq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1152
        },
        "maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1160
        },
        "mediapoll_c": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 34216
        },
        "minimum_cmd_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "mode_page": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "optimal_nonseq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1144
        },
        "optimal_seq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1136
        },
        "p_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1232
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "disk_params"
          },
          "offset": 1240
        },
        "pending_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_92ad96f1df99df46"
          },
          "offset": 48
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_44a47be635dcd5c8"
          },
          "offset": 68
        },
        "rcaplong": {
          "type": {
            "kind": "struct",
            "name": "scsi_read_capacity_data_long"
          },
          "offset": 34184
        },
        "ref_flags": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 34280
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sendordered_c": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1336
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a63f4daa2d5f1992"
          },
          "offset": 60
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 1312
        },
        "sysctl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 1280
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 1328
        },
        "trim_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1192
        },
        "trim_lbas": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1208
        },
        "trim_max_ranges": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "trim_ranges": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1200
        },
        "unmap_buf": {
          "type": {
            "count": 32776,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1408
        },
        "unmap_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1172
        },
        "unmap_gran_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1176
        },
        "unmap_max_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1168
        },
        "unmap_max_ranges": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1164
        },
        "valid_iddir_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1132
        },
        "valid_logdir_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 616
        },
        "ws_max_blks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1184
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1400
        },
        "zone_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_28e9353c40a83d38"
          },
          "offset": 100
        },
        "zone_interface": {
          "type": {
            "kind": "enum",
            "name": "unnamed_093fb8edd2cd89ce"
          },
          "offset": 96
        },
        "zone_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bb984357f18acd18"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "da_zone_desc": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "enum",
            "name": "unnamed_28e9353c40a83d38"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dadq": {
      "size": 144,
      "fields": {
        "dad_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "dad_ifa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaddr"
            }
          },
          "offset": 16
        },
        "dad_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ddc14cb09b732263"
          },
          "offset": 0
        },
        "dad_loopbackprobe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dad_na_icount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "dad_nonce": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 132
        },
        "dad_ns_icount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "dad_ns_lcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "dad_ns_ocount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dad_ns_tcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "dad_ondadq": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 140
        },
        "dad_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "dad_timer_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 56
        },
        "dad_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "dataPerChannel": {
      "size": 52,
      "fields": {
        "PcdacValues": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "PwrValues": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 30
        },
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "numPcdacValues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcdacMax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pcdacMin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "datatag": {
      "size": 68,
      "fields": {
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "pppoe_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "db_breakpoint": {
      "size": 40,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "bkpt_inst": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "init_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "db_breakpoint"
            }
          },
          "offset": 32
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "db_command": {
      "size": 56,
      "fields": {
        "fcn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mac_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "more": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "db_command_table"
            }
          },
          "offset": 24
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4dd2151aadd6c1d"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "db_command_table": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "db_command"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "db_private": {
      "size": 16,
      "fields": {
        "relbase": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "strtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "db_recursion_data": {
      "size": 128,
      "fields": {
        "drd_buffer": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "db_symtab_t": {
      "size": 32,
      "fields": {
        "end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "db_variable": {
      "size": 24,
      "fields": {
        "fcn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "valuep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "db_watchpoint": {
      "size": 32,
      "fields": {
        "hiaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "db_watchpoint"
            }
          },
          "offset": 24
        },
        "loaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dbc_dbc": {
      "size": 8,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type_path_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "dbc_dbc_t": {
      "size": 8,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type_path_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "dbputchar_arg": {
      "size": 32,
      "fields": {
        "da_nbufr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "da_pbufr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "da_pnext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "da_remain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dbreg": {
      "size": 128,
      "fields": {
        "dr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dbreg32": {
      "size": 32,
      "fields": {
        "dr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dc_chain_data": {
      "size": 5216,
      "fields": {
        "dc_pad": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5128
        },
        "dc_rx_chain": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 0
        },
        "dc_rx_map": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 2560
        },
        "dc_rx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5208
        },
        "dc_sbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5120
        },
        "dc_tx_chain": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 512
        },
        "dc_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5204
        },
        "dc_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5200
        },
        "dc_tx_first": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5192
        },
        "dc_tx_map": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 3072
        },
        "dc_tx_pkts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5188
        },
        "dc_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5196
        }
      },
      "kind": "struct"
    },
    "dc_desc": {
      "size": 16,
      "fields": {
        "dc_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dc_ptr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dc_ptr2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dc_eblock_hdr": {
      "size": 2,
      "fields": {
        "dc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "dc_eblock_mii": {
      "size": 4,
      "fields": {
        "dc_gpr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "dc_mii_hdr": {
          "type": {
            "kind": "struct",
            "name": "dc_eblock_hdr"
          },
          "offset": 0
        },
        "dc_mii_phynum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "dc_eblock_sia": {
      "size": 13,
      "fields": {
        "dc_sia_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dc_sia_hdr": {
          "type": {
            "kind": "struct",
            "name": "dc_eblock_hdr"
          },
          "offset": 0
        },
        "dc_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_40029e0d80b04687"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "dc_eblock_sym": {
      "size": 9,
      "fields": {
        "dc_sym_cmd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "dc_sym_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dc_sym_gpio_ctl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "dc_sym_gpio_dat": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "dc_sym_hdr": {
          "type": {
            "kind": "struct",
            "name": "dc_eblock_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dc_hash_maddr_admtek_le_ctx": {
      "size": 16,
      "fields": {
        "hashes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dc_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dc_leaf_hdr": {
      "size": 4,
      "fields": {
        "dc_mcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dc_mtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "dc_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "dc_list_data": {
      "size": 32,
      "fields": {
        "dc_rx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dc_desc"
            }
          },
          "offset": 0
        },
        "dc_rx_list_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dc_tx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dc_desc"
            }
          },
          "offset": 16
        },
        "dc_tx_list_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "dc_mediainfo": {
      "size": 48,
      "fields": {
        "dc_gp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "dc_gp_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dc_media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dc_ptr2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dc_mediainfo"
            }
          },
          "offset": 40
        },
        "dc_reset_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "dc_reset_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "dc_sia_ext": {
      "size": 10,
      "fields": {
        "dc_sia_gpio_ctl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "dc_sia_gpio_dat": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dc_sia_mediaspec": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dc_sia_noext": {
      "size": 4,
      "fields": {
        "dc_sia_gpio_ctl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dc_sia_gpio_dat": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "dc_softc": {
      "size": 5648,
      "fields": {
        "dc_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dc_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dc_cachesize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 163
        },
        "dc_cdata": {
          "type": {
            "kind": "struct",
            "name": "dc_chain_data"
          },
          "offset": 256
        },
        "dc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "dc_eaddr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 196
        },
        "dc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "dc_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "dc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "dc_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dc_type"
            }
          },
          "offset": 144
        },
        "dc_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "dc_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 128
        },
        "dc_ldata": {
          "type": {
            "kind": "struct",
            "name": "dc_list_data"
          },
          "offset": 224
        },
        "dc_link": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 162
        },
        "dc_mi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dc_mediainfo"
            }
          },
          "offset": 216
        },
        "dc_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 152
        },
        "dc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5608
        },
        "dc_pmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 161
        },
        "dc_pnic_rx_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "dc_pnic_rx_bug_save": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "dc_ptag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "dc_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 136
        },
        "dc_romwidth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "dc_rx_lmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "dc_rx_ltag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        },
        "dc_rx_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 104
        },
        "dc_saddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "dc_smap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 88
        },
        "dc_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "dc_srom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "dc_stag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "dc_stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 5472
        },
        "dc_tx_lmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 72
        },
        "dc_tx_ltag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 64
        },
        "dc_tx_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "dc_txthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "dc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        },
        "dc_wdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 5536
        },
        "dc_wdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5600
        },
        "suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5640
        }
      },
      "kind": "struct"
    },
    "dc_type": {
      "size": 16,
      "fields": {
        "dc_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dc_minrev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "dc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ddb_script": {
      "size": 160,
      "fields": {
        "ds_script": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ds_scriptname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ddf_bbm_log": {
      "size": 32,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Entry_Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "First_Spare_LBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "Mapped_Block_Entry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Spare_Block_Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pad1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ddf_cd_record": {
      "size": 512,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Controller_Data": {
          "type": {
            "count": 448,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "Controller_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Controller_Type": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d878a7d11c7a9bc0"
          },
          "offset": 32
        },
        "Product_ID": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "ddf_device_sas": {
      "size": 8,
      "fields": {
        "Initiator_Path": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ddf_device_scsi": {
      "size": 4,
      "fields": {
        "Channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Path_Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ddf_header": {
      "size": 512,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Configuration_Record_Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "DDF_Header_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "DDF_rev": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "Diagnostic_Space": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "Diagnostic_Space_Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "Diskgrouping": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "Foreign_Flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "Header_Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "Header_ext": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "Max_Mapped_Block_Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 138
        },
        "Max_PD_Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "Max_Partitions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "Max_Primary_Element_Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "Max_VD_Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "Open_Flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "Primary_Header_LBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "Secondary_Header_LBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "Sequence_Number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "TimeStamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "Vendor_Specific_Logs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "Vendor_Specific_Logs_Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "WorkSpace_LBA": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "WorkSpace_Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "bbmlog_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "bbmlog_section": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "cd_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "cd_section": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "cr_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "cr_section": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "pad1": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 51
        },
        "pad2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 113
        },
        "pad3": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 142
        },
        "pad4": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 256
        },
        "pdd_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "pdd_section": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "pdr_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "pdr_section": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "vdr_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "vdr_section": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "ddf_meta": {
      "size": 64,
      "fields": {
        "bbm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_bbm_log"
            }
          },
          "offset": 56
        },
        "bigendian": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_cd_record"
            }
          },
          "offset": 16
        },
        "cr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_header"
            }
          },
          "offset": 8
        },
        "pdd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_pdd_record"
            }
          },
          "offset": 48
        },
        "pdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_pd_record"
            }
          },
          "offset": 24
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_vd_record"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ddf_pathinfo": {
      "size": 18,
      "fields": {
        "sas": {
          "type": {
            "kind": "struct",
            "name": "unnamed_be573c1ff98f1acf"
          },
          "offset": 0
        },
        "scsi": {
          "type": {
            "kind": "struct",
            "name": "unnamed_999fec34699b4e81"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ddf_pd_entry": {
      "size": 64,
      "fields": {
        "Block_Size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "Configured_Size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "PD_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PD_Reference": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "PD_State": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "PD_Type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "Path_Information": {
          "type": {
            "kind": "union",
            "name": "ddf_pathinfo"
          },
          "offset": 40
        },
        "pad1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "ddf_pd_record": {
      "size": 64,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Max_PDE_Supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Populated_PDEs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "entry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ddf_pd_entry"
            }
          },
          "offset": 64
        },
        "pad1": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ddf_pdd_record": {
      "size": 512,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Forced_PD_GUID_Flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "Forced_Ref_Flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "PD_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "PD_Reference": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Vendor_Scratch": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "pad2": {
          "type": {
            "count": 442,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 70
        }
      },
      "kind": "struct"
    },
    "ddf_sa_entry": {
      "size": 32,
      "fields": {
        "Secondary_Element": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "VD_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsrvd2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "ddf_sa_record": {
      "size": 32,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "MAX_SAE_Supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "Populated_SAEs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Spare_Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "Timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "entry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ddf_sa_entry"
            }
          },
          "offset": 32
        },
        "pad1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "pad2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ddf_vd_entry": {
      "size": 64,
      "fields": {
        "Controller_GUID_CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "Drive_Failures_Remaining": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "Init_State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "VD_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "VD_Name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "VD_Number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "VD_State": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "VD_Type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "pad1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "pad2": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        }
      },
      "kind": "struct"
    },
    "ddf_vd_record": {
      "size": 64,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Max_VDE_Supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Populated_VDEs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "entry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ddf_vd_entry"
            }
          },
          "offset": 64
        },
        "pad1": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ddf_vdc_record": {
      "size": 512,
      "fields": {
        "Associated_Spares": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "BG_Rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 136
        },
        "Block_Count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "Block_Size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Cache_Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "MDF_Constant_Generation_Method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "MDF_Parity_Disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 140
        },
        "MDF_Parity_Generator_Polynomial": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 141
        },
        "Physical_Disk_Sequence": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 512
        },
        "Primary_Element_Count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "Primary_RAID_Level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "RLQ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "Rotate_Parity_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 90
        },
        "Secondary_Element_Count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "Secondary_Element_Seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "Secondary_RAID_Level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "Sequence_Number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Stripe_Size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "Timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "V0": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 384
        },
        "V1": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 416
        },
        "V2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 448
        },
        "V3": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 464
        },
        "VD_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "VD_Size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "Vendor_Scratch": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 480
        },
        "pad1": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "pad2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 91
        },
        "pad3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 137
        },
        "pad4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 143
        },
        "pad5": {
          "type": {
            "count": 47,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 145
        },
        "pad6": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "ddf_vol_meta": {
      "size": 1064,
      "fields": {
        "bigendian": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bvdc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ddf_vdc_record"
              }
            }
          },
          "offset": 40
        },
        "cdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_cd_record"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_header"
            }
          },
          "offset": 8
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vdc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_vdc_record"
            }
          },
          "offset": 32
        },
        "vde": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ddf_vd_entry"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ddf_vuc_record": {
      "size": 32,
      "fields": {
        "CRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "VD_GUID": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "debugnet80211_methods": {
      "size": 24,
      "fields": {
        "dn8_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dn8_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dn8_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "debugnet_ack": {
      "size": 4,
      "fields": {
        "da_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "debugnet_conn_params": {
      "size": 64,
      "fields": {
        "dc_client": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dc_client_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "dc_finish_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "dc_gateway": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dc_herald_aux2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "dc_herald_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "dc_herald_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dc_herald_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "dc_herald_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "dc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "dc_rx_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "dc_server": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "debugnet_ddb_config": {
      "size": 24,
      "fields": {
        "dd_client": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dd_gateway": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dd_has_client": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 20
        },
        "dd_has_gateway": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 20
        },
        "dd_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "dd_server": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "debugnet_methods": {
      "size": 32,
      "fields": {
        "dn_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dn_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dn_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "dn_transmit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "debugnet_msg_hdr": {
      "size": 24,
      "fields": {
        "mh_aux2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mh_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mh_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mh_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "debugnet_pcb": {
      "size": 72,
      "fields": {
        "dp_client": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dp_client_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "dp_drv_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "dp_event_started": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 70
        },
        "dp_finish_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "dp_gateway": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dp_gw_mac": {
          "type": {
            "kind": "struct",
            "name": "ether_addr"
          },
          "offset": 24
        },
        "dp_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 32
        },
        "dp_rcvd_acks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dp_rx_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "dp_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dp_server": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dp_server_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "dp_state": {
          "type": {
            "kind": "enum",
            "name": "dnet_pcb_st"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "debugnet_proto_aux": {
      "size": 16,
      "fields": {
        "dp_aux2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dp_offset_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "debugnet_saved_zones": {
      "size": 56,
      "fields": {
        "dsz_clust": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 8
        },
        "dsz_debugnet_zones_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "dsz_jumbo16": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 40
        },
        "dsz_jumbo9": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 32
        },
        "dsz_jumbop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 24
        },
        "dsz_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        },
        "dsz_pack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "defid": {
      "size": 12,
      "fields": {
        "defid_dirclust": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "defid_dirofs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "defid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "defid_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "deflate_buf": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "deflate_buf"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "deflate_state": {
      "size": 5952,
      "fields": {
        "bi_buf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5936
        },
        "bi_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5940
        },
        "bl_count": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2976
        },
        "bl_desc": {
          "type": {
            "kind": "struct",
            "name": "tree_desc_s"
          },
          "offset": 2952
        },
        "bl_tree": {
          "type": {
            "count": 39,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ct_data_s"
            }
          },
          "offset": 2748
        },
        "block_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "d_desc": {
          "type": {
            "kind": "struct",
            "name": "tree_desc_s"
          },
          "offset": 2928
        },
        "depth": {
          "type": {
            "count": 573,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5308
        },
        "dyn_dtree": {
          "type": {
            "count": 61,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ct_data_s"
            }
          },
          "offset": 2504
        },
        "dyn_ltree": {
          "type": {
            "count": 573,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ct_data_s"
            }
          },
          "offset": 212
        },
        "good_match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "gzhead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gz_header"
            }
          },
          "offset": 56
        },
        "gzindex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "hash_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "hash_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "hash_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "hash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 120
        },
        "heap": {
          "type": {
            "count": 573,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 3008
        },
        "heap_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5300
        },
        "heap_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5304
        },
        "high_water": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5944
        },
        "ins_h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "insert": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5932
        },
        "l_desc": {
          "type": {
            "kind": "struct",
            "name": "tree_desc_s"
          },
          "offset": 2904
        },
        "last_flush": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "lit_bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5896
        },
        "lookahead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "match_available": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "match_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "match_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "matches": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5928
        },
        "max_chain_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "max_lazy_match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "nice_match": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "opt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5912
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pending_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pending_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pending_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 112
        },
        "prev_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "prev_match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "static_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5920
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "strategy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "strm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "z_stream"
            }
          },
          "offset": 0
        },
        "strstart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "sym_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5888
        },
        "sym_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5904
        },
        "sym_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5900
        },
        "w_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "w_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "w_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "window": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "deget_dotdot": {
      "size": 16,
      "fields": {
        "blkoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cluster": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "delayed_work": {
      "size": 160,
      "fields": {
        "timer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_14be8b661cce0c9f"
          },
          "offset": 56
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "deliver_completeQ": {
      "size": 8,
      "fields": {
        "cmdFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cmdFlag2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cmdLMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cmdSMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "denode": {
      "size": 208,
      "fields": {
        "de_ADate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "de_Attributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "de_CDate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "de_CHun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 110
        },
        "de_CTime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "de_FileSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "de_LowerCase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "de_MDate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "de_MTime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "de_Name": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "de_StartCluster": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "de_clusterw": {
          "type": {
            "kind": "struct",
            "name": "vn_clusterw"
          },
          "offset": 8
        },
        "de_dirclust": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "de_diroffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "de_fc": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fatcache"
            }
          },
          "offset": 144
        },
        "de_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "de_fndcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "de_fndoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "de_inode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "de_modrev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "de_pmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msdosfsmount"
            }
          },
          "offset": 88
        },
        "de_refcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "de_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dentry": {
      "size": 16,
      "fields": {
        "d_inode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "d_pfs_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_node"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "des_block": {
      "size": 8,
      "fields": {
        "c": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b917119533ebd3f2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "desc_value": {
      "size": 8,
      "fields": {
        "u": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2b5ccad3bf5ab58b"
          },
          "offset": 0
        },
        "word": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "descriptor_entry": {
      "size": 12,
      "fields": {
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "desc_type_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_363a47a7be828afd"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "descriptor_entry_t": {
      "size": 12,
      "fields": {
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "desc_type_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_363a47a7be828afd"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "dev_event_info": {
      "size": 1024,
      "fields": {
        "dei_data": {
          "type": {
            "count": 1016,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "dei_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f147659ffdf7f0da"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dev_mapping_table": {
      "size": 32,
      "fields": {
        "TLR_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "device_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dpm_entry_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "init_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "missing_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "phy_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "physical_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        }
      },
      "kind": "struct"
    },
    "dev_match_pattern": {
      "size": 288,
      "fields": {
        "pattern": {
          "type": {
            "kind": "union",
            "name": "match_pattern"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4020a89979125cc5"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dev_match_result": {
      "size": 800,
      "fields": {
        "result": {
          "type": {
            "kind": "union",
            "name": "match_result"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4020a89979125cc5"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dev_match_result_0x18": {
      "size": 792,
      "fields": {
        "result": {
          "type": {
            "kind": "union",
            "name": "unnamed_9842c88af45eca91"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4020a89979125cc5"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dev_pm_info": {
      "size": 4,
      "fields": {
        "usage_count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dev_pm_ops": {
      "size": 136,
      "fields": {
        "complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "freeze": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "freeze_late": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "poweroff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "poweroff_late": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "prepare": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "restore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "restore_early": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "resume_early": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "runtime_idle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "runtime_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "runtime_suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "suspend_late": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "thaw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "thaw_early": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "dev_softc": {
      "size": 168,
      "fields": {
        "async": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 48
        },
        "devq": {
          "type": {
            "kind": "struct",
            "name": "devq"
          },
          "offset": 136
        },
        "inuse": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "nonblock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 64
        },
        "sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 152
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "devclass": {
      "size": 88,
      "fields": {
        "devices": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 48
        },
        "drivers": {
          "type": {
            "kind": "struct",
            "name": "driver_list_t"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e94322c160c86d8e"
          },
          "offset": 0
        },
        "maxunit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devclass"
            }
          },
          "offset": 16
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 64
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "devclass_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devclass"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devclass"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "devclass_list_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devclass"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devclass"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "devctlbridge": {
      "size": 8,
      "fields": {
        "send_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "devfd": {
      "size": 32,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sbbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 8
        },
        "suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufsmount"
            }
          },
          "offset": 0
        },
        "waitfor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "devfs_dirent": {
      "size": 168,
      "fields": {
        "de_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 96
        },
        "de_cdp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_priv"
            }
          },
          "offset": 0
        },
        "de_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 128
        },
        "de_dir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_dirent"
            }
          },
          "offset": 64
        },
        "de_dirent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirent"
            }
          },
          "offset": 24
        },
        "de_dlist": {
          "type": {
            "kind": "struct",
            "name": "devfs_dlist_head"
          },
          "offset": 48
        },
        "de_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "de_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "de_holdcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "de_inode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "de_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 88
        },
        "de_links": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "de_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6eb67a65f561eeac"
          },
          "offset": 32
        },
        "de_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "de_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 112
        },
        "de_symlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "de_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "de_usecount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "de_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "devfs_dlist_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_dirent"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devfs_dirent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "devfs_krule": {
      "size": 264,
      "fields": {
        "dk_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b25e432985bcee35"
          },
          "offset": 0
        },
        "dk_rule": {
          "type": {
            "kind": "struct",
            "name": "devfs_rule"
          },
          "offset": 24
        },
        "dk_ruleset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_ruleset"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "devfs_mount": {
      "size": 72,
      "fields": {
        "dm_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dm_holdcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "dm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dm_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 32
        },
        "dm_mount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 8
        },
        "dm_rootdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_dirent"
            }
          },
          "offset": 16
        },
        "dm_ruleset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "devfs_rule": {
      "size": 236,
      "fields": {
        "dr_bacts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "dr_dswflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "dr_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "dr_iacts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "dr_icond": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "dr_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dr_incset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 234
        },
        "dr_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "dr_pathptrn": {
          "type": {
            "count": 200,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "dr_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "devfs_ruleset": {
      "size": 40,
      "fields": {
        "ds_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4940c37f3204a8b4"
          },
          "offset": 0
        },
        "ds_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ds_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ds_rules": {
          "type": {
            "kind": "struct",
            "name": "rulehead"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "device": {
      "size": 256,
      "fields": {
        "backlight_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 184
        },
        "bd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "backlight_device"
            }
          },
          "offset": 192
        },
        "bsddev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "bsddev_attached_here": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 32
        },
        "class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "class"
            }
          },
          "offset": 64
        },
        "devres_head": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 232
        },
        "devres_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 200
        },
        "devt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "dma_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device_driver"
            }
          },
          "offset": 40
        },
        "driver_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "fwnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwnode_handle"
            }
          },
          "offset": 176
        },
        "groups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "attribute_group"
              }
            }
          },
          "offset": 168
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "irq_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "irq_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "irqents": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 8
        },
        "kobj": {
          "type": {
            "kind": "struct",
            "name": "kobject"
          },
          "offset": 80
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "struct",
            "name": "dev_pm_info"
          },
          "offset": 248
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device_type"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "device_attribute": {
      "size": 40,
      "fields": {
        "attr": {
          "type": {
            "kind": "struct",
            "name": "attribute"
          },
          "offset": 0
        },
        "show": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "store": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "device_driver": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_pm_ops"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_id_match_pattern": {
      "size": 257,
      "fields": {
        "id": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "id_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "device_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_list_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_location_cache": {
      "size": 16,
      "fields": {
        "dlc_list": {
          "type": {
            "kind": "struct",
            "name": "device_location_list_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "device_location_cache_t": {
      "size": 16,
      "fields": {
        "dlc_list": {
          "type": {
            "kind": "struct",
            "name": "device_location_list_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "device_location_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device_location_node"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "device_location_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_location_list_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device_location_node"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "device_location_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_location_node": {
      "size": 32,
      "fields": {
        "dln_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e057fadb46b7af4a"
          },
          "offset": 16
        },
        "dln_locator": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "dln_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_match_pattern": {
      "size": 280,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_e236f0d3b0372fbf"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6206f0284f3c584c"
          },
          "offset": 16
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_match_result": {
      "size": 792,
      "fields": {
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_55e25ef0a0b44b58"
          },
          "offset": 788
        },
        "ident_data": {
          "type": {
            "kind": "struct",
            "name": "ata_params"
          },
          "offset": 276
        },
        "inq_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_data"
          },
          "offset": 20
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 16
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "device_type": {
      "size": 8,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "devlist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_devinfo"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pci_devinfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "devlog_params": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "memtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "devnames": {
      "size": 48,
      "fields": {
        "ifnet_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nexus_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pf03_drv_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "vf_ifnet_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "vf_nexus_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "vi_ifnet_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "devq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_event_info"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dev_event_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "devreq": {
      "size": 152,
      "fields": {
        "dr_dru": {
          "type": {
            "kind": "union",
            "name": "unnamed_877198e90938567e"
          },
          "offset": 136
        },
        "dr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "dr_name": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "devreq_buffer": {
      "size": 16,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "devres": {
      "size": 64,
      "fields": {
        "__drdata": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "devres_action": {
      "size": 16,
      "fields": {
        "action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "devstat": {
      "size": 288,
      "fields": {
        "allocated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "busy_from": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 16
        },
        "busy_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 192
        },
        "bytes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "creation_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 208
        },
        "dev_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1901cc2d38be5290"
          },
          "offset": 32
        },
        "device_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "device_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "device_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1aeb742b90a476b2"
          },
          "offset": 260
        },
        "duration": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bintime"
            }
          },
          "offset": 128
        },
        "end_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_655e000f8de9ab49"
          },
          "offset": 256
        },
        "id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 272
        },
        "operations": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 96
        },
        "priority": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a8bdf01aa7adde4d"
          },
          "offset": 264
        },
        "sequence0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sequence1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "start_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tag_types": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 232
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "devstatlist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devstat"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dfs_bin5pulse": {
      "size": 24,
      "fields": {
        "b5_maxdur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "b5_mindur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "b5_rssimargin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "b5_rssithresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "b5_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "b5_timewindow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "dfs_pulse": {
      "size": 56,
      "fields": {
        "rp_ignore_pri_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rp_max_pulsefreq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rp_maxdur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rp_meanoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rp_mindur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rp_numpulses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rp_patterntype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rp_pulsedur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rp_pulsefreq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rp_pulseid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rp_pulsevar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rp_rssimargin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "rp_rssithresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rp_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "dict": {
      "size": 16,
      "fields": {
        "d_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "d_value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dictionary": {
      "size": 64,
      "fields": {
        "allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "full": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "xz_mode"
          },
          "offset": 60
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "size_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "diocgattr_arg": {
      "size": 328,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "union",
            "name": "unnamed_b087fcc6fffca1c7"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "diocskerneldump_arg": {
      "size": 152,
      "fields": {
        "kda_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "kda_client": {
          "type": {
            "kind": "union",
            "name": "kd_ip"
          },
          "offset": 112
        },
        "kda_compression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "kda_encryptedkey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "kda_encryptedkeysize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "kda_encryption": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "kda_gateway": {
          "type": {
            "kind": "union",
            "name": "kd_ip"
          },
          "offset": 128
        },
        "kda_iface": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "kda_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kda_key": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "kda_server": {
          "type": {
            "kind": "union",
            "name": "kd_ip"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "diradd": {
      "size": 96,
      "fields": {
        "da_jwork": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 88
        },
        "da_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "da_newinum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "da_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "da_pdlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5fff276e3042d26f"
          },
          "offset": 48
        },
        "da_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_04070656b06a832f"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "diraddhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "diradd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "direct": {
      "size": 264,
      "fields": {
        "d_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "d_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "d_namlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "d_reclen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "d_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "dirent": {
      "size": 280,
      "fields": {
        "d_fileno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "d_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "d_namlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "d_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "d_pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "d_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "d_reclen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "d_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "direntry": {
      "size": 32,
      "fields": {
        "deADate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "deAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "deCDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "deCHundredth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "deCTime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "deFileSize": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "deHighClust": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "deLowerCase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "deMDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "deMTime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "deName": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "deStartCluster": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "dirhash": {
      "size": 392,
      "fields": {
        "dh_blkfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "dh_dirblks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "dh_firstfree": {
          "type": {
            "count": 68,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "dh_hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "int"
              }
            }
          },
          "offset": 40
        },
        "dh_hlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "dh_hused": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "dh_lastused": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 368
        },
        "dh_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2aff91df1db7081b"
          },
          "offset": 376
        },
        "dh_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        },
        "dh_memreq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "dh_narrays": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dh_nblk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "dh_onlist": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "dh_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dh_score": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "dh_seqoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        }
      },
      "kind": "struct"
    },
    "dirlistent": {
      "size": 32,
      "fields": {
        "dir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_062996c7d8f27a90"
          },
          "offset": 16
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dirrem": {
      "size": 120,
      "fields": {
        "dm_inonext": {
          "type": {
            "kind": "struct",
            "name": "unnamed_eb9ad128d465dc8c"
          },
          "offset": 64
        },
        "dm_jremrefhd": {
          "type": {
            "kind": "struct",
            "name": "jremrefhd"
          },
          "offset": 80
        },
        "dm_jwork": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 112
        },
        "dm_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "dm_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_eb9ad128d465dc8c"
          },
          "offset": 48
        },
        "dm_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "dm_oldinum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "dm_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_7ca5d763ea37a9a2"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "dirremhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirrem"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dirtemplate": {
      "size": 24,
      "fields": {
        "dot_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dot_name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "dot_namlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "dot_reclen": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "dot_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "dotdot_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dotdot_name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "dotdot_namlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "dotdot_reclen": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        },
        "dotdot_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "disk": {
      "size": 992,
      "fields": {
        "d_aliases": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c1c8eb57cfd591df"
          },
          "offset": 968
        },
        "d_attachment": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 698
        },
        "d_cevent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_event"
            }
          },
          "offset": 976
        },
        "d_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "d_delmaxsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "d_descr": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 432
        },
        "d_destroyed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "d_devent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_event"
            }
          },
          "offset": 984
        },
        "d_devstat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 8
        },
        "d_drv1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 960
        },
        "d_dump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "d_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "d_fwheads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "d_fwsectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "d_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        },
        "d_getattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "d_gone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "d_goneflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "d_hba_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 690
        },
        "d_hba_subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 694
        },
        "d_hba_subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 692
        },
        "d_hba_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 688
        },
        "d_ident": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 176
        },
        "d_init_level": {
          "type": {
            "kind": "enum",
            "name": "unnamed_50f6593edb5ff440"
          },
          "offset": 24
        },
        "d_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "d_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 56
        },
        "d_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "d_mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "d_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "d_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "d_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio_queue_head"
            }
          },
          "offset": 48
        },
        "d_rotation_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 696
        },
        "d_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "d_strategy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "d_stripeoffset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "d_stripesize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "d_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "disk_alias": {
      "size": 24,
      "fields": {
        "da_alias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "da_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7a51e1dc4dc2e26"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "disk_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvd_disk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvd_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "disk_params": {
      "size": 32,
      "fields": {
        "cylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "secs_per_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "secsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "stripeoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "stripesize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "disk_zone_args": {
      "size": 128,
      "fields": {
        "zone_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "zone_params": {
          "type": {
            "kind": "union",
            "name": "disk_zone_params"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "disk_zone_disk_params": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "max_seq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "optimal_nonseq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "optimal_seq_zones": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "zone_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "disk_zone_params": {
      "size": 120,
      "fields": {
        "disk_params": {
          "type": {
            "kind": "struct",
            "name": "disk_zone_disk_params"
          },
          "offset": 0
        },
        "report": {
          "type": {
            "kind": "struct",
            "name": "disk_zone_report"
          },
          "offset": 0
        },
        "rwp": {
          "type": {
            "kind": "struct",
            "name": "disk_zone_rwp"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "disk_zone_rep_entry": {
      "size": 64,
      "fields": {
        "reserved": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "write_pointer_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "zone_condition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "zone_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "zone_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "zone_start_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "zone_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "disk_zone_rep_header": {
      "size": 80,
      "fields": {
        "maximum_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "same": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "disk_zone_report": {
      "size": 120,
      "fields": {
        "entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk_zone_rep_entry"
            }
          },
          "offset": 112
        },
        "entries_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "entries_available": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "entries_filled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "disk_zone_rep_header"
          },
          "offset": 16
        },
        "rep_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "starting_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "disk_zone_rwp": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "disklabel": {
      "size": 276,
      "fields": {
        "d_acylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "d_bbsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "d_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "d_cylskew": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "d_drivedata": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "d_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "d_headswitch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "d_interleave": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "d_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "d_magic2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "d_ncylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "d_npartitions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "d_nsectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "d_ntracks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "d_packname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "d_partitions": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "partition"
            }
          },
          "offset": 148
        },
        "d_rpm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "d_sbsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "d_secpercyl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "d_secperunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "d_secsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "d_spare": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "d_sparespercyl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "d_sparespertrack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "d_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "d_trackskew": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "d_trkseek": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "d_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "d_typename": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dma_info": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "read_or_write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "dma_mem": {
      "size": 48,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dma_mem_t": {
      "size": 48,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dma_pool": {
      "size": 72,
      "fields": {
        "pool_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 0
        },
        "pool_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        },
        "pool_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pool_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "pool_ptree": {
          "type": {
            "kind": "struct",
            "name": "pctrie"
          },
          "offset": 64
        },
        "pool_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dmae_cmd": {
      "size": 56,
      "fields": {
        "comp_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "comp_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "comp_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "crc16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "crc16_c": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "crc32_c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "crc_t10": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "dst_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dst_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "opcode_iov": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "src_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "src_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xsum16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "xsum8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        }
      },
      "kind": "struct"
    },
    "dmar_ctx": {
      "size": 80,
      "fields": {
        "context": {
          "type": {
            "kind": "struct",
            "name": "iommu_ctx"
          },
          "offset": 0
        },
        "last_fault_rec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a54d75936f5c540d"
          },
          "offset": 56
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "dmar_ctx_entry": {
      "size": 16,
      "fields": {
        "ctx1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ctx2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dmar_ctx_entry_t": {
      "size": 16,
      "fields": {
        "ctx1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ctx2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dmar_domain": {
      "size": 256,
      "fields": {
        "agaw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "awlvl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "batch_no": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "contexts": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e8981b7a9eaa2eb8"
          },
          "offset": 232
        },
        "ctx_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "dmar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_unit"
            }
          },
          "offset": 208
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "iodom": {
          "type": {
            "kind": "struct",
            "name": "iommu_domain"
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4a46bed072290acd"
          },
          "offset": 216
        },
        "mgaw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "pglvl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "pgtbl_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 240
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "dmar_irte": {
      "size": 16,
      "fields": {
        "irte1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "irte2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dmar_irte_t": {
      "size": 16,
      "fields": {
        "irte1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "irte2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dmar_msi_data": {
      "size": 72,
      "fields": {
        "disable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "enable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "msi_addr_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "msi_data_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "msi_uaddr_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "dmar_pte": {
      "size": 8,
      "fields": {
        "pte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dmar_pte_t": {
      "size": 8,
      "fields": {
        "pte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dmar_root_entry": {
      "size": 16,
      "fields": {
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dmar_root_entry_t": {
      "size": 16,
      "fields": {
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dmar_unit": {
      "size": 640,
      "fields": {
        "barrier_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ctx_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 368
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 136
        },
        "domains": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bd531ec28af0d17d"
          },
          "offset": 352
        },
        "domids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unrhdr"
            }
          },
          "offset": 360
        },
        "fault_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 384
        },
        "fault_log": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 416
        },
        "fault_log_head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 424
        },
        "fault_log_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        },
        "fault_log_tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 428
        },
        "fault_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 440
        },
        "fault_taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 472
        },
        "hw_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "hw_ecap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "hw_gcmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "hw_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "intrs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dmar_msi_data"
            }
          },
          "offset": 176
        },
        "inv_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 488
        },
        "inv_queue_avail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "inv_queue_full": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "inv_queue_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "inv_queue_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "inv_seq_waiters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "inv_waitd_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "inv_waitd_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "inv_waitd_seq_hw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "inv_waitd_seq_hw_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "iommu": {
          "type": {
            "kind": "struct",
            "name": "iommu_unit"
          },
          "offset": 0
        },
        "ir_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 544
        },
        "irt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_irte_t"
            }
          },
          "offset": 560
        },
        "irt_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "irte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "irtids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_t"
            }
          },
          "offset": 576
        },
        "qi_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "qi_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 600
        },
        "qi_taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 632
        },
        "reg_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 168
        },
        "segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "tlb_flush_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 584
        },
        "tlb_flush_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 592
        }
      },
      "kind": "struct"
    },
    "dmi_strmatch": {
      "size": 80,
      "fields": {
        "exact_match": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "slot": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "substr": {
          "type": {
            "count": 79,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "dmi_system_id": {
      "size": 344,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "driver_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 336
        },
        "ident": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "matches": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dmi_strmatch"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "dom0_vga_console_info": {
      "size": 40,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_c72b6c949473a7fe"
          },
          "offset": 4
        },
        "video_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "domain": {
      "size": 96,
      "fields": {
        "dom_dispose": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "dom_externalize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "dom_family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "dom_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "dom_ifattach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "dom_ifdetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "dom_ifmtu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "dom_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "dom_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af0b30266bdc66c4"
          },
          "offset": 0
        },
        "dom_nprotosw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dom_probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "dom_protosw": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "protosw"
              }
            }
          },
          "offset": 96
        },
        "dom_rtattach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "dom_rtdetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "domainhead": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domain"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "domainlist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "domainset": {
      "size": 40,
      "fields": {
        "ds_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "ds_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ee48cf2c87a7b959"
          },
          "offset": 0
        },
        "ds_mask": {
          "type": {
            "kind": "struct",
            "name": "domainset_t"
          },
          "offset": 16
        },
        "ds_order": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "ds_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ds_prefer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "domainset_ref": {
      "size": 16,
      "fields": {
        "dr_iter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dr_policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "domainset_t": {
      "size": 8,
      "fields": {
        "__bits": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "doorbell_hdr_t": {
      "size": 1,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "doorbell_set_prod": {
      "size": 4,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "doorbell_hdr_t"
          },
          "offset": 0
        },
        "prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "zero_fill1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "dos_partition": {
      "size": 16,
      "fields": {
        "dp_ecyl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "dp_ehd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "dp_esect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "dp_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dp_scyl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "dp_shd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dp_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dp_ssect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dp_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dp_typ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "dp83822_softc": {
      "size": 120,
      "fields": {
        "irq_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "mii_sc": {
          "type": {
            "kind": "struct",
            "name": "mii_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dp83867_softc": {
      "size": 120,
      "fields": {
        "irq_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "mii_sc": {
          "type": {
            "kind": "struct",
            "name": "mii_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dpcpu_free": {
      "size": 32,
      "fields": {
        "df_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "df_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_df357168e7be24f1"
          },
          "offset": 16
        },
        "df_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dqblk32": {
      "size": 32,
      "fields": {
        "dqb_bhardlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dqb_bsoftlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dqb_btime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "dqb_curblocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dqb_curinodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dqb_ihardlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dqb_isoftlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dqb_itime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "dqblk64": {
      "size": 64,
      "fields": {
        "dqb_bhardlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dqb_bsoftlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dqb_btime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "dqb_curblocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dqb_curinodes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "dqb_ihardlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dqb_isoftlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "dqb_itime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "dqfreelist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dquot"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dquot"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dqhash": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dquot"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dqhdr64": {
      "size": 64,
      "fields": {
        "dqh_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dqh_magic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "dqh_reclen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dqh_unused": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "dqh_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dquot": {
      "size": 152,
      "fields": {
        "dq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "dq_dqb": {
          "type": {
            "kind": "struct",
            "name": "dqblk64"
          },
          "offset": 88
        },
        "dq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "dq_freelist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1981ee4255729d99"
          },
          "offset": 16
        },
        "dq_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b92df37ab21c007f"
          },
          "offset": 0
        },
        "dq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "dq_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "dq_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "dq_ump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufsmount"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "driver_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "driverlink"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "driverlink"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "driver_list_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "driverlink"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "driverlink"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "driver_module_data": {
      "size": 48,
      "fields": {
        "dmd_busname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "dmd_chainarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "dmd_chainevh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dmd_devclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devclass"
              }
            }
          },
          "offset": 32
        },
        "dmd_driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_class"
            }
          },
          "offset": 24
        },
        "dmd_pass": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "driver_t": {
      "size": 48,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "driverlink": {
      "size": 48,
      "fields": {
        "driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_class"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c49de1b7520b3801"
          },
          "offset": 8
        },
        "pass": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "passlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c49de1b7520b3801"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "dropprec_state": {
      "size": 64,
      "fields": {
        "avg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "inv_pmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "last": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 48
        },
        "old": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "probd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "qlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "th_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "th_max_s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "th_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "th_min_s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "drv_info_to_mcp": {
      "size": 316,
      "fields": {
        "ether_stat": {
          "type": {
            "kind": "struct",
            "name": "eth_stats_info"
          },
          "offset": 0
        },
        "fcoe_stat": {
          "type": {
            "kind": "struct",
            "name": "fcoe_stats_info"
          },
          "offset": 0
        },
        "iscsi_stat": {
          "type": {
            "kind": "struct",
            "name": "iscsi_stats_info"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "dsp_cdevinfo": {
      "size": 48,
      "fields": {
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_83748e59ab0c5d99"
          },
          "offset": 32
        },
        "rdch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 0
        },
        "simplex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "volch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 16
        },
        "wrch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dsp_cdevinfo_linkhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dsp_cdevinfo"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dsp_cdevinfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dump_header": {
      "size": 16,
      "fields": {
        "dump_meta_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "header_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "preset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "dump_pa": {
      "size": 16,
      "fields": {
        "pa_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pa_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "dumpconflist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dumperinfo"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dumperinfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "dumperinfo": {
      "size": 112,
      "fields": {
        "blockbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "blocksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "di_devname": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "di_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d5709199ff11dd2f"
          },
          "offset": 96
        },
        "dumper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dumper_hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "dumper_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dumpoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "kdcomp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kerneldumpcomp"
            }
          },
          "offset": 88
        },
        "kdcrypto": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kerneldumpcrypto"
            }
          },
          "offset": 80
        },
        "maxiosize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mediaoffset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "origdumpoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "dup2_args": {
      "size": 16,
      "fields": {
        "from": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "from_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "from_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "to": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "to_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "dup_args": {
      "size": 8,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "dvd_authinfo": {
      "size": 24,
      "fields": {
        "agid": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "asf": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "cgms": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "cp_sec": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "cpm": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "keychal": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reg_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "region": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rpc_scheme": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "user_rsts": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "vend_rsts": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "dvd_layer": {
      "size": 20,
      "fields": {
        "bca": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "book_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "book_version": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "disc_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "end_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "end_sector_l0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "layer_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "linear_density": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "max_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "nlayers": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "start_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "track_density": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "track_path": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "dvd_struct": {
      "size": 2060,
      "fields": {
        "agid": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "cpst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "data": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "layer_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rmi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "e1000_adv_rx_desc": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ceea9b372bd8fd27"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4cafc58916e9b595"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "e1000_adv_tx_context_desc": {
      "size": 16,
      "fields": {
        "mss_l4len_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type_tucmd_mlhl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_15d74d1a995426f7"
          },
          "offset": 4
        },
        "vlan_macip_lens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_adv_tx_desc": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fc321cea129a725f"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dbd92fcb169e1c4d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "e1000_bus_info": {
      "size": 16,
      "fields": {
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "pci_cmd_word": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "e1000_bus_speed"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "e1000_bus_type"
          },
          "offset": 0
        },
        "width": {
          "type": {
            "kind": "enum",
            "name": "e1000_bus_width"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "e1000_context_desc": {
      "size": 16,
      "fields": {
        "cmd_and_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lower_setup": {
          "type": {
            "kind": "union",
            "name": "unnamed_28e95aecc31675f3"
          },
          "offset": 0
        },
        "tcp_seg_setup": {
          "type": {
            "kind": "union",
            "name": "unnamed_e44a3c2b5a636deb"
          },
          "offset": 12
        },
        "upper_setup": {
          "type": {
            "kind": "union",
            "name": "unnamed_67a4573406eb71a7"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_80003es2lan": {
      "size": 1,
      "fields": {
        "mdic_wa_enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_82541": {
      "size": 12,
      "fields": {
        "dsp_config": {
          "type": {
            "kind": "enum",
            "name": "e1000_dsp_config"
          },
          "offset": 0
        },
        "ffe_config": {
          "type": {
            "kind": "enum",
            "name": "e1000_ffe_config"
          },
          "offset": 4
        },
        "phy_init_script": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 10
        },
        "spd_default": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_82542": {
      "size": 1,
      "fields": {
        "dma_fairness": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_82543": {
      "size": 8,
      "fields": {
        "dma_fairness": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        },
        "init_phy_disabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 5
        },
        "tbi_compatibility": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_82571": {
      "size": 8,
      "fields": {
        "laa_is_present": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "smb_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_82575": {
      "size": 16,
      "fields": {
        "clear_semaphore_once": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        },
        "eee_disable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "eth_flags": {
          "type": {
            "kind": "struct",
            "name": "sfp_e1000_flags"
          },
          "offset": 12
        },
        "global_device_reset": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1
        },
        "media_changed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 14
        },
        "media_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "module_plugged": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sgmii_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_ich8lan": {
      "size": 8208,
      "fields": {
        "disable_k1_off": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8195
        },
        "during_suspend_flow": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8205
        },
        "eee_disable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8196
        },
        "eee_lp_ability": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8198
        },
        "kmrn_lock_loss_workaround_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "nvm_k1_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8194
        },
        "shadow_ram": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "e1000_shadow_ram"
            }
          },
          "offset": 2
        },
        "smbus_disable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8206
        },
        "ulp_capability_disabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8204
        },
        "ulp_state": {
          "type": {
            "kind": "enum",
            "name": "e1000_ulp_state"
          },
          "offset": 8200
        }
      },
      "kind": "struct"
    },
    "e1000_dev_spec_vf": {
      "size": 8,
      "fields": {
        "v2p_mailbox": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vf_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_fc_info": {
      "size": 24,
      "fields": {
        "current_mode": {
          "type": {
            "kind": "enum",
            "name": "e1000_fc_mode"
          },
          "offset": 16
        },
        "high_water": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "low_water": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pause_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "refresh_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "requested_mode": {
          "type": {
            "kind": "enum",
            "name": "e1000_fc_mode"
          },
          "offset": 20
        },
        "send_xon": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        },
        "strict_ieee": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "e1000_fw_version": {
      "size": 20,
      "fields": {
        "eep_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "eep_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "eep_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "etrack_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "invm_img_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "invm_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "invm_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "or_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "or_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "or_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "or_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "e1000_host_mng_command_header": {
      "size": 8,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "command_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "command_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "e1000_host_mng_dhcp_cookie": {
      "size": 16,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "e1000_hw": {
      "size": 9608,
      "fields": {
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "e1000_bus_info"
          },
          "offset": 1256
        },
        "dev_spec": {
          "type": {
            "kind": "union",
            "name": "unnamed_0c8b78366a176caa"
          },
          "offset": 1384
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9592
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "e1000_fc_info"
          },
          "offset": 864
        },
        "flash_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "hw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "io_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "e1000_mac_info"
          },
          "offset": 32
        },
        "mbx": {
          "type": {
            "kind": "struct",
            "name": "e1000_mbx_info"
          },
          "offset": 1272
        },
        "mng_cookie": {
          "type": {
            "kind": "struct",
            "name": "e1000_host_mng_dhcp_cookie"
          },
          "offset": 1368
        },
        "nvm": {
          "type": {
            "kind": "struct",
            "name": "e1000_nvm_info"
          },
          "offset": 1152
        },
        "phy": {
          "type": {
            "kind": "struct",
            "name": "e1000_phy_info"
          },
          "offset": 888
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9600
        },
        "subsystem_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9596
        },
        "subsystem_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9594
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9598
        }
      },
      "kind": "struct"
    },
    "e1000_hw_stats": {
      "size": 640,
      "fields": {
        "algnerrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "b2ogprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "b2ospc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "bprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "bptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "cbrdpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "cbrmpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "cbtmpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "cexterr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "colc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "doosync": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "ecol": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "fcruc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "gorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "gotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "gprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "gptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "hgorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "hgotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "hgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "hrmpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "htcbdpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "htdpmc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "iac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "icrxatc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "icrxdmtc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "icrxoc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "icrxptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "ictxatc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "ictxptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "ictxqec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "ictxqmtc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "latecol": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "mcc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mgpdc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "mgprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "mgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "mpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "mprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "mptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "o2bgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "o2bspc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "prc1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "prc127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "prc1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "prc255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "prc511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "prc64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "ptc1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "ptc127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "ptc1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "ptc255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "ptc511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "ptc64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "rfc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rjc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rlec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rnbc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "roc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rpthc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "ruc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rxerrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "scc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "scvpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "symerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tncrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tor": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "tot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "tpr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "tpt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "tsctc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "tsctfc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "xoffrxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "xofftxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "xonrxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "xontxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "e1000_mac_info": {
      "size": 832,
      "fields": {
        "adaptive_ifs": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 807
        },
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 232
        },
        "arc_subsystem_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 809
        },
        "asf_firmware_present": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 810
        },
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 811
        },
        "autoneg_failed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 812
        },
        "collision_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "current_ifs_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 276
        },
        "forced_speed_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 806
        },
        "get_link_status": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 813
        },
        "has_fwsm": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 808
        },
        "ifs_max_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 278
        },
        "ifs_min_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 280
        },
        "ifs_ratio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 282
        },
        "ifs_step_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 284
        },
        "in_ifs_mode": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 814
        },
        "ledctl_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "ledctl_mode1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "ledctl_mode2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 824
        },
        "mc_filter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "mta_reg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 286
        },
        "mta_shadow": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 292
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "e1000_mac_operations"
          },
          "offset": 0
        },
        "perm_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 238
        },
        "rar_entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 804
        },
        "report_tx_early": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 815
        },
        "serdes_has_link": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 820
        },
        "serdes_link_state": {
          "type": {
            "kind": "enum",
            "name": "e1000_serdes_link_state"
          },
          "offset": 816
        },
        "tx_packet_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "tx_pkt_filtering": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 821
        },
        "txcw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "e1000_mac_type"
          },
          "offset": 244
        },
        "uta_reg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "e1000_mac_operations": {
      "size": 232,
      "fields": {
        "acquire_swfw_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "blink_led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "check_for_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "check_mng_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "cleanup_led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "clear_hw_cntrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "clear_vfta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "config_collision_dist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "get_bus_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "get_link_up_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "id_led_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "init_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "led_off": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "led_on": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "power_up_serdes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "rar_set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "read_mac_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "release_swfw_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "reset_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "set_lan_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "set_obff_timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "setup_led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "setup_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "setup_physical_interface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "shutdown_serdes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "update_mc_addr_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "validate_mdi_setting": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "write_vfta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "e1000_mbx_info": {
      "size": 96,
      "fields": {
        "ops": {
          "type": {
            "kind": "struct",
            "name": "e1000_mbx_operations"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "e1000_mbx_stats"
          },
          "offset": 64
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "usec_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "e1000_mbx_operations": {
      "size": 64,
      "fields": {
        "check_for_ack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "check_for_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "check_for_rst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "read_posted": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "write_posted": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "e1000_mbx_stats": {
      "size": 20,
      "fields": {
        "acks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msgs_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "msgs_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "e1000_nvm_info": {
      "size": 104,
      "fields": {
        "address_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "delay_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "flash_bank_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flash_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "opcode_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "e1000_nvm_operations"
          },
          "offset": 0
        },
        "override": {
          "type": {
            "kind": "enum",
            "name": "e1000_nvm_override"
          },
          "offset": 76
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "e1000_nvm_type"
          },
          "offset": 72
        },
        "word_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "e1000_nvm_operations": {
      "size": 72,
      "fields": {
        "acquire": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "valid_led_default": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "validate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "e1000_osdep": {
      "size": 64,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 56
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "flash_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "flash_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "io_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "io_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mem_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mem_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_pba": {
      "size": 16,
      "fields": {
        "pba_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "word": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_phy_info": {
      "size": 264,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "autoneg_advertised": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 248
        },
        "autoneg_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 250
        },
        "autoneg_wait_to_complete": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 263
        },
        "cable_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 252
        },
        "cable_polarity": {
          "type": {
            "kind": "enum",
            "name": "e1000_rev_polarity"
          },
          "offset": 220
        },
        "disable_polarity_correction": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 259
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "is_mdix": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 260
        },
        "local_rx": {
          "type": {
            "kind": "enum",
            "name": "e1000_1000t_rx_status"
          },
          "offset": 204
        },
        "max_cable_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 254
        },
        "mdix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 258
        },
        "media_type": {
          "type": {
            "kind": "enum",
            "name": "e1000_media_type"
          },
          "offset": 244
        },
        "min_cable_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "ms_type": {
          "type": {
            "kind": "enum",
            "name": "e1000_ms_type"
          },
          "offset": 212
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "e1000_phy_operations"
          },
          "offset": 0
        },
        "original_ms_type": {
          "type": {
            "kind": "enum",
            "name": "e1000_ms_type"
          },
          "offset": 216
        },
        "polarity_correction": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 261
        },
        "remote_rx": {
          "type": {
            "kind": "enum",
            "name": "e1000_1000t_rx_status"
          },
          "offset": 208
        },
        "reset_delay_us": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "smart_speed": {
          "type": {
            "kind": "enum",
            "name": "e1000_smart_speed"
          },
          "offset": 224
        },
        "speed_downgraded": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 262
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "e1000_phy_type"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "e1000_phy_operations": {
      "size": 200,
      "fields": {
        "acquire": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "cfg_on_link_up": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "check_polarity": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "check_reset_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "commit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "force_speed_duplex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "get_cable_length": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "get_cfg_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "get_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "power_down": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "power_up": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "read_i2c_byte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "read_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "read_reg_locked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "read_reg_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "set_d0_lplu_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "set_d3_lplu_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "set_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "write_i2c_byte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "write_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "write_reg_locked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "write_reg_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "e1000_rx_desc": {
      "size": 16,
      "fields": {
        "buffer_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "errors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "special": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "e1000_rx_desc_extended": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8dbba7744ebd2a84"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_55c17b507480756d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "e1000_shadow_ram": {
      "size": 4,
      "fields": {
        "modified": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "e1000_softc": {
      "size": 11312,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 9616
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 9688
        },
        "dmac": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10508
        },
        "dropped_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10632
        },
        "em_insert_vlan_header": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9808
        },
        "fc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10498
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9820
        },
        "flash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 9752
        },
        "fw_ver": {
          "type": {
            "kind": "struct",
            "name": "e1000_fw_version"
          },
          "offset": 10528
        },
        "has_amt": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 9969
        },
        "has_manage": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 9968
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "e1000_hw"
          },
          "offset": 0
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9804
        },
        "ims": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9812
        },
        "in_detach": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 9816
        },
        "ioport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 9760
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 9720
        },
        "ivars": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9788
        },
        "led_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 9696
        },
        "link_active": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10496
        },
        "link_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10502
        },
        "link_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10640
        },
        "link_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10512
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10500
        },
        "link_task": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 9824
        },
        "linkvec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9784
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 9792
        },
        "memory": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 9744
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9800
        },
        "mta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9976
        },
        "num_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9944
        },
        "osdep": {
          "type": {
            "kind": "struct",
            "name": "e1000_osdep"
          },
          "offset": 9624
        },
        "que_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10520
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 9768
        },
        "rx_abs_int_delay": {
          "type": {
            "kind": "struct",
            "name": "em_int_delay_info"
          },
          "offset": 10600
        },
        "rx_int_delay": {
          "type": {
            "kind": "struct",
            "name": "em_int_delay_info"
          },
          "offset": 10584
        },
        "rx_mbuf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9960
        },
        "rx_overruns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10648
        },
        "rx_process_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9956
        },
        "rx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "em_rx_queue"
            }
          },
          "offset": 9712
        },
        "shadow_vfta": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9984
        },
        "shared": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 9608
        },
        "smartspeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10504
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "e1000_hw_stats"
          },
          "offset": 10664
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 9776
        },
        "tso_automasked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10516
        },
        "tx_abs_int_delay": {
          "type": {
            "kind": "struct",
            "name": "em_int_delay_info"
          },
          "offset": 10568
        },
        "tx_int_delay": {
          "type": {
            "kind": "struct",
            "name": "em_int_delay_info"
          },
          "offset": 10552
        },
        "tx_itr": {
          "type": {
            "kind": "struct",
            "name": "em_int_delay_info"
          },
          "offset": 10616
        },
        "tx_process_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9952
        },
        "tx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "em_tx_queue"
            }
          },
          "offset": 9704
        },
        "txd_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9948
        },
        "vf_ifp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11304
        },
        "watchdog_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10656
        },
        "wol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9964
        }
      },
      "kind": "struct"
    },
    "e1000_tx_desc": {
      "size": 16,
      "fields": {
        "buffer_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "lower": {
          "type": {
            "kind": "union",
            "name": "unnamed_d90c531049db6994"
          },
          "offset": 8
        },
        "upper": {
          "type": {
            "kind": "union",
            "name": "unnamed_09ef5eb59d4eefab"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "e2sb": {
      "size": 136,
      "fields": {
        "fake1": {
          "type": {
            "count": 56,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fake2": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        },
        "fake3": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "s_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "s_rev_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "s_volume_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "e2sb_t": {
      "size": 136,
      "fields": {
        "fake1": {
          "type": {
            "count": 56,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fake2": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        },
        "fake3": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "s_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "s_rev_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "s_volume_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "eaccess_args": {
      "size": 16,
      "fields": {
        "amode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "amode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "amode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_classification_ramrod_data": {
      "size": 12,
      "fields": {
        "mac": {
          "type": {
            "kind": "struct",
            "name": "ecore_mac_ramrod_data"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "struct",
            "name": "ecore_vlan_ramrod_data"
          },
          "offset": 0
        },
        "vlan_mac": {
          "type": {
            "kind": "struct",
            "name": "ecore_vlan_mac_ramrod_data"
          },
          "offset": 0
        },
        "vxlan_fltr": {
          "type": {
            "kind": "struct",
            "name": "ecore_vxlan_fltr_ramrod_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ecore_config_rss_params": {
      "size": 200,
      "fields": {
        "ind_table": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rss_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rss_key": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 156
        },
        "rss_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_rss_config_obj"
            }
          },
          "offset": 0
        },
        "rss_result_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "toe_rss_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 196
        }
      },
      "kind": "struct"
    },
    "ecore_credit_pool_obj": {
      "size": 88,
      "fields": {
        "base_pool_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "check": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "credit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "get": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "get_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "pool_mirror": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "pool_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "put_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "ecore_exe_queue_cmd_data": {
      "size": 40,
      "fields": {
        "mcast": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d820981305de1306"
          },
          "offset": 0
        },
        "vlan_mac": {
          "type": {
            "kind": "struct",
            "name": "ecore_vlan_mac_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ecore_exe_queue_obj": {
      "size": 136,
      "fields": {
        "exe_chunk_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "exe_queue": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_t"
          },
          "offset": 0
        },
        "execute": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "get": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ECORE_MUTEX_SPIN"
          },
          "offset": 48
        },
        "optimize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ecore_qable_obj"
            }
          },
          "offset": 88
        },
        "pending_comp": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_t"
          },
          "offset": 24
        },
        "remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "validate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "ecore_exeq_elem": {
      "size": 64,
      "fields": {
        "cmd_data": {
          "type": {
            "kind": "union",
            "name": "ecore_exe_queue_cmd_data"
          },
          "offset": 24
        },
        "cmd_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_entry_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_func_afex_update_params": {
      "size": 6,
      "fields": {
        "afex_default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "allowed_priorities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vif_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_func_afex_viflists_params": {
      "size": 6,
      "fields": {
        "afex_vif_list_command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "func_bit_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "func_to_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vif_list_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_func_hw_init_params": {
      "size": 4,
      "fields": {
        "load_phase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_func_hw_reset_params": {
      "size": 4,
      "fields": {
        "reset_phase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_func_set_timesync_params": {
      "size": 16,
      "fields": {
        "add_sub_drift_adjust_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "drift_adjust_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drift_adjust_period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drift_adjust_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offset_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "offset_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_func_sp_drv_ops": {
      "size": 88,
      "fields": {
        "gunzip_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "gunzip_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "init_fw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "init_hw_cmn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "init_hw_cmn_chip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "init_hw_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "init_hw_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "release_fw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "reset_hw_cmn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "reset_hw_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "reset_hw_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ecore_func_sp_obj": {
      "size": 120,
      "fields": {
        "afex_rdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "afex_rdata_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "check_transition": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "complete_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "drv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_func_sp_drv_ops"
            }
          },
          "offset": 80
        },
        "next_state": {
          "type": {
            "kind": "enum",
            "name": "ecore_func_state"
          },
          "offset": 4
        },
        "one_pending_mutex": {
          "type": {
            "kind": "struct",
            "name": "ECORE_MUTEX"
          },
          "offset": 48
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "rdata_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "send_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "ecore_func_state"
          },
          "offset": 0
        },
        "wait_comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ecore_func_start_params": {
      "size": 34,
      "fields": {
        "c2s_pri": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        },
        "c2s_pri_default": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "c2s_pri_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "class_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "class_fail_ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "geneve_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "inner_clss_l2geneve": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "inner_clss_l2gre": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "inner_clss_vxlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "inner_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "mf_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "network_cos_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "no_added_tags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "sd_vlan_eth_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "sd_vlan_force_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "sd_vlan_force_pri_val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "sd_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vxlan_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ecore_func_state_params": {
      "size": 72,
      "fields": {
        "cmd": {
          "type": {
            "kind": "enum",
            "name": "ecore_func_cmd"
          },
          "offset": 8
        },
        "f_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_func_sp_obj"
            }
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_3a6f30e39e7dd922"
          },
          "offset": 24
        },
        "ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ecore_func_switch_update_params": {
      "size": 24,
      "fields": {
        "changes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "geneve_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vlan_eth_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vlan_force_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "vxlan_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ecore_func_tx_start_params": {
      "size": 44,
      "fields": {
        "dcb_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "dcb_outer_pri": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "dcb_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "dont_add_pri_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "traffic_type_to_priority_cos": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "priority_cos"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_general_setup_params": {
      "size": 6,
      "fields": {
        "cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "fp_hsi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "spcl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "stat_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_ilt": {
      "size": 64,
      "fields": {
        "clients": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ilt_client_info"
            }
          },
          "offset": 16
        },
        "lines": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ilt_line"
            }
          },
          "offset": 8
        },
        "start_line": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_list_entry_t": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ecore_list_entry_t"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_ecore_list_entry_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_list_t": {
      "size": 24,
      "fields": {
        "cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_list_entry_t"
            }
          },
          "offset": 0
        },
        "tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_list_entry_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_mac_ramrod_data": {
      "size": 7,
      "fields": {
        "is_inner_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_mcast_config_data": {
      "size": 8,
      "fields": {
        "bin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ecore_mcast_list_elem": {
      "size": 24,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_entry_t"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ecore_mcast_mac_elem": {
      "size": 24,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_entry_t"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ecore_mcast_obj": {
      "size": 264,
      "fields": {
        "check_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "check_sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "clear_sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "config_mcast": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 156
        },
        "enqueue_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "get_registry_size": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "hdl_restore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "max_cmd_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "pending_cmds_head": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_t"
          },
          "offset": 120
        },
        "raw": {
          "type": {
            "kind": "struct",
            "name": "ecore_raw_obj"
          },
          "offset": 0
        },
        "registry": {
          "type": {
            "kind": "union",
            "name": "unnamed_9a4bd356780fac9e"
          },
          "offset": 80
        },
        "revert": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "sched_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "set_one_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "set_registry_size": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "set_sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "total_pending_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "validate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "wait_comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "ecore_mcast_ramrod_params": {
      "size": 48,
      "fields": {
        "mcast_list": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_t"
          },
          "offset": 16
        },
        "mcast_list_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "mcast_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_mcast_obj"
            }
          },
          "offset": 0
        },
        "ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_pending_mcast_cmd": {
      "size": 56,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_eb5951679f979882"
          },
          "offset": 24
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_entry_t"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ecore_qable_obj": {
      "size": 384,
      "fields": {
        "vlan_mac": {
          "type": {
            "kind": "struct",
            "name": "ecore_vlan_mac_obj"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ecore_queue_cfc_del_params": {
      "size": 1,
      "fields": {
        "cid_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_queue_init_params": {
      "size": 64,
      "fields": {
        "cxts": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "eth_context"
              }
            }
          },
          "offset": 32
        },
        "max_cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "rx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a5e43b85a53fc34d"
          },
          "offset": 16
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a5e43b85a53fc34d"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_queue_setup_params": {
      "size": 112,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "gen_params": {
          "type": {
            "kind": "struct",
            "name": "ecore_general_setup_params"
          },
          "offset": 0
        },
        "pause_params": {
          "type": {
            "kind": "struct",
            "name": "rxq_pause_params"
          },
          "offset": 88
        },
        "rxq_params": {
          "type": {
            "kind": "struct",
            "name": "ecore_rxq_setup_params"
          },
          "offset": 32
        },
        "txq_params": {
          "type": {
            "kind": "struct",
            "name": "ecore_txq_setup_params"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_queue_setup_tx_only_params": {
      "size": 48,
      "fields": {
        "cid_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "gen_params": {
          "type": {
            "kind": "struct",
            "name": "ecore_general_setup_params"
          },
          "offset": 0
        },
        "txq_params": {
          "type": {
            "kind": "struct",
            "name": "ecore_txq_setup_params"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_queue_sp_obj": {
      "size": 104,
      "fields": {
        "check_transition": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "cids": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "cl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "complete_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "max_cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "next_state": {
          "type": {
            "kind": "enum",
            "name": "ecore_q_state"
          },
          "offset": 24
        },
        "next_tx_only": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "num_tx_only": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "rdata_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "send_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "set_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "ecore_q_state"
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "wait_comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "ecore_queue_state_params": {
      "size": 136,
      "fields": {
        "cmd": {
          "type": {
            "kind": "enum",
            "name": "ecore_queue_cmd"
          },
          "offset": 8
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_60e8589dc8e983ac"
          },
          "offset": 24
        },
        "q_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_queue_sp_obj"
            }
          },
          "offset": 0
        },
        "ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ecore_queue_terminate_params": {
      "size": 1,
      "fields": {
        "cid_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_queue_update_params": {
      "size": 16,
      "fields": {
        "cid_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "def_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "silent_removal_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "silent_removal_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "update_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_queue_update_tpa_params": {
      "size": 24,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "complete_on_both_clients": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "dont_verify_thr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "max_agg_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "max_sges_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "max_tpa_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "sge_buff_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "sge_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "sge_pause_thr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "sge_pause_thr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "tpa_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "update_ipv4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "update_ipv6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ecore_raw_obj": {
      "size": 80,
      "fields": {
        "check_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "clear_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "obj_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_991ccd07e213e704"
          },
          "offset": 40
        },
        "pstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "rdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "rdata_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "set_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "wait_comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ecore_rss_config_obj": {
      "size": 224,
      "fields": {
        "config_rss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "ind_table": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 81
        },
        "raw": {
          "type": {
            "kind": "struct",
            "name": "ecore_raw_obj"
          },
          "offset": 0
        },
        "udp_rss_v4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 209
        },
        "udp_rss_v6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 210
        }
      },
      "kind": "struct"
    },
    "ecore_rx_mode_obj": {
      "size": 16,
      "fields": {
        "config_rx_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "wait_comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_rx_mode_ramrod_params": {
      "size": 80,
      "fields": {
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "pstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "rdata_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_accept_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_mode_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_mode_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_rx_mode_obj"
            }
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tx_accept_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ecore_rxq_setup_params": {
      "size": 56,
      "fields": {
        "buf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "cache_line_log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "cl_qzone_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "drop_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "dscr_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fw_sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "max_sges_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "max_tpa_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "mcast_engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "rcq_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rcq_np_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rss_engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "sb_cq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "sge_buf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "sge_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "silent_removal_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "silent_removal_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "tpa_agg_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "ecore_txq_setup_params": {
      "size": 24,
      "fields": {
        "cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "dscr_map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fw_sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "sb_cq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "traffic_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "tss_leading_cl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ecore_vlan_mac_data": {
      "size": 40,
      "fields": {
        "cmd": {
          "type": {
            "kind": "enum",
            "name": "ecore_vlan_mac_cmd"
          },
          "offset": 0
        },
        "target_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_vlan_mac_obj"
            }
          },
          "offset": 16
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "ecore_classification_ramrod_data"
          },
          "offset": 24
        },
        "vlan_mac_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_vlan_mac_obj": {
      "size": 384,
      "fields": {
        "check_add": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "check_del": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "check_move": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 304
        },
        "complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "delete_all": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "exe_queue": {
          "type": {
            "kind": "struct",
            "name": "ecore_exe_queue_obj"
          },
          "offset": 120
        },
        "get_cam_offset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "get_credit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "get_n_elements": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_t"
          },
          "offset": 80
        },
        "head_exe_request": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 105
        },
        "head_reader": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "macs_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_credit_pool_obj"
            }
          },
          "offset": 256
        },
        "put_cam_offset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "put_credit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 320
        },
        "ramrod_cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "raw": {
          "type": {
            "kind": "struct",
            "name": "ecore_raw_obj"
          },
          "offset": 0
        },
        "restore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "saved_ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "set_one_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "vlans_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_credit_pool_obj"
            }
          },
          "offset": 264
        },
        "wait": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        }
      },
      "kind": "struct"
    },
    "ecore_vlan_mac_ramrod_data": {
      "size": 10,
      "fields": {
        "is_inner_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ecore_vlan_mac_ramrod_params": {
      "size": 56,
      "fields": {
        "ramrod_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "user_req": {
          "type": {
            "kind": "struct",
            "name": "ecore_vlan_mac_data"
          },
          "offset": 16
        },
        "vlan_mac_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ecore_vlan_mac_obj"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_vlan_mac_registry_elem": {
      "size": 48,
      "fields": {
        "cam_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_entry_t"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "ecore_classification_ramrod_data"
          },
          "offset": 32
        },
        "vlan_mac_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ecore_vlan_ramrod_data": {
      "size": 2,
      "fields": {
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ecore_vxlan_fltr_ramrod_data": {
      "size": 12,
      "fields": {
        "innermac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eepFlags": {
      "size": 2,
      "fields": {
        "eepMisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "op_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "efi_cfgtbl": {
      "size": 24,
      "fields": {
        "ct_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ct_uuid": {
          "type": {
            "kind": "struct",
            "name": "uuid"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "efi_esrt_table": {
      "size": 16,
      "fields": {
        "entries": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "fw_resource_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fw_resource_count_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fw_resource_version": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "efi_fb": {
      "size": 48,
      "fields": {
        "fb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fb_height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fb_mask_blue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "fb_mask_green": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fb_mask_red": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "fb_mask_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "fb_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "fb_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "efi_get_table_ioc": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "table_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "uuid": {
          "type": {
            "kind": "struct",
            "name": "uuid"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "efi_map_header": {
      "size": 24,
      "fields": {
        "descriptor_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "descriptor_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "memory_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "efi_md": {
      "size": 40,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "md_attr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "md_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "md_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "md_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "md_virt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "efi_ops": {
      "size": 96,
      "fields": {
        "copy_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "get_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "get_time": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "get_time_capabilities": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "get_waketime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "reset_system": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "rt_ok": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_time": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "set_waketime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "var_get": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "var_nextname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "var_set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "efi_prop_table": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "memory_protection_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "efi_rt": {
      "size": 112,
      "fields": {
        "rt_cvtptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "rt_gethicnt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "rt_gettime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "rt_getvar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "rt_getwaketime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "rt_hdr": {
          "type": {
            "kind": "struct",
            "name": "efi_tblhdr"
          },
          "offset": 0
        },
        "rt_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "rt_scanvar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "rt_settime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "rt_setvar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "rt_setvirtual": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "rt_setwaketime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "efi_systbl": {
      "size": 120,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "st_bs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "st_cerr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "st_cerrif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "st_cfgtbl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "st_cin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "st_cinif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "st_cout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "st_coutif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "st_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "st_fwrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "st_fwvendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "st_hdr": {
          "type": {
            "kind": "struct",
            "name": "efi_tblhdr"
          },
          "offset": 0
        },
        "st_rt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "efi_tblhdr": {
      "size": 24,
      "fields": {
        "__res": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "th_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "th_hdrsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "th_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "th_sig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "efi_tm": {
      "size": 16,
      "fields": {
        "__pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "__pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "tm_dst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "tm_hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "tm_mday": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tm_min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "tm_mon": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tm_nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tm_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "tm_tz": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12
        },
        "tm_year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "efi_tmcap": {
      "size": 12,
      "fields": {
        "tc_prec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tc_res": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tc_stz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "efi_var_ioc": {
      "size": 56,
      "fields": {
        "attrib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "namesize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "kind": "struct",
            "name": "uuid"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "efi_waketime_ioc": {
      "size": 20,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "waketime": {
          "type": {
            "kind": "struct",
            "name": "efi_tm"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "efirt_callinfo": {
      "size": 136,
      "fields": {
        "ec_arg1": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "ec_arg2": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "ec_arg3": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "ec_arg4": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "ec_arg5": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "ec_argcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "ec_efi_status": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "ec_fptr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "ec_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ec_r12": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "ec_r13": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "ec_r14": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "ec_r15": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "ec_rbp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "ec_rbx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "ec_rflags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "ec_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ehci_config_desc": {
      "size": 25,
      "fields": {
        "confd": {
          "type": {
            "kind": "struct",
            "name": "usb_config_descriptor"
          },
          "offset": 0
        },
        "endpd": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_descriptor"
          },
          "offset": 18
        },
        "ifcd": {
          "type": {
            "kind": "struct",
            "name": "usb_interface_descriptor"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ehci_hub_desc": {
      "size": 128,
      "fields": {
        "hubd": {
          "type": {
            "kind": "struct",
            "name": "usb_hub_descriptor"
          },
          "offset": 0
        },
        "ps": {
          "type": {
            "kind": "struct",
            "name": "usb_port_status"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "usb_status"
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ehci_hw_softc": {
      "size": 27864,
      "fields": {
        "async_start_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 112
        },
        "async_start_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 21704
        },
        "intr_start_pc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 168
        },
        "intr_start_pg": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 21720
        },
        "isoc_fs_start_pc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 14504
        },
        "isoc_fs_start_pg": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 25816
        },
        "isoc_hs_start_pc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 7336
        },
        "isoc_hs_start_pg": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 23768
        },
        "pframes_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 0
        },
        "pframes_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 21672
        },
        "terminate_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 56
        },
        "terminate_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 21688
        }
      },
      "kind": "struct"
    },
    "ehci_itd": {
      "size": 128,
      "fields": {
        "itd_bp": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "itd_bp_hi": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "itd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "itd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "itd_status": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_itd"
            }
          },
          "offset": 96
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_itd"
            }
          },
          "offset": 112
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 120
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_itd"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ehci_itd_t": {
      "size": 128,
      "fields": {
        "itd_bp": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "itd_bp_hi": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "itd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "itd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "itd_status": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_itd"
            }
          },
          "offset": 96
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_itd"
            }
          },
          "offset": 112
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 120
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_itd"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ehci_qh": {
      "size": 128,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 72
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 88
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 96
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 80
        },
        "qh_curqtd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "qh_endp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qh_endphub": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qh_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qh_qtd": {
          "type": {
            "kind": "struct",
            "name": "ehci_qh_sub"
          },
          "offset": 16
        },
        "qh_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ehci_qh_sub": {
      "size": 52,
      "fields": {
        "qtd_altnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qtd_buffer": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "qtd_buffer_hi": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "qtd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qtd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ehci_qh_t": {
      "size": 128,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 72
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 88
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 96
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 80
        },
        "qh_curqtd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "qh_endp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qh_endphub": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qh_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qh_qtd": {
          "type": {
            "kind": "struct",
            "name": "ehci_qh_sub"
          },
          "offset": 16
        },
        "qh_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ehci_qtd": {
      "size": 128,
      "fields": {
        "alt_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qtd"
            }
          },
          "offset": 56
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qtd"
            }
          },
          "offset": 64
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 72
        },
        "qtd_altnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qtd_buffer": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "qtd_buffer_hi": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "qtd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qtd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "qtd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ehci_qtd_t": {
      "size": 128,
      "fields": {
        "alt_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qtd"
            }
          },
          "offset": 56
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qtd"
            }
          },
          "offset": 64
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 72
        },
        "qtd_altnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qtd_buffer": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "qtd_buffer_hi": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "qtd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qtd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "qtd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ehci_sitd": {
      "size": 128,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_sitd"
            }
          },
          "offset": 40
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_sitd"
            }
          },
          "offset": 56
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 64
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_sitd"
            }
          },
          "offset": 48
        },
        "sitd_back": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sitd_bp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sitd_bp_hi": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "sitd_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sitd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sitd_portaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sitd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sitd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ehci_sitd_t": {
      "size": 128,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_sitd"
            }
          },
          "offset": 40
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_sitd"
            }
          },
          "offset": 56
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 64
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_sitd"
            }
          },
          "offset": 48
        },
        "sitd_back": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sitd_bp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sitd_bp_hi": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "sitd_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sitd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sitd_portaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sitd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sitd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ehci_softc": {
      "size": 34200,
      "fields": {
        "sc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34151
        },
        "sc_async_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 30768
        },
        "sc_bus": {
          "type": {
            "kind": "struct",
            "name": "usb_bus"
          },
          "offset": 27864
        },
        "sc_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34152
        },
        "sc_devices": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 29728
        },
        "sc_doorbell_disable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34149
        },
        "sc_eintrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33884
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34146
        },
        "sc_hub_desc": {
          "type": {
            "kind": "union",
            "name": "ehci_hub_desc"
          },
          "offset": 29600
        },
        "sc_hub_idata": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34154
        },
        "sc_hw": {
          "type": {
            "kind": "struct",
            "name": "ehci_hw_softc"
          },
          "offset": 0
        },
        "sc_id_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34144
        },
        "sc_intr_hdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 33848
        },
        "sc_intr_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ehci_qh"
              }
            }
          },
          "offset": 30776
        },
        "sc_intr_stat": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 33888
        },
        "sc_io_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33872
        },
        "sc_io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 30752
        },
        "sc_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33856
        },
        "sc_io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33864
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 30760
        },
        "sc_isoc_fs_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ehci_sitd"
              }
            }
          },
          "offset": 31800
        },
        "sc_isoc_hs_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ehci_itd"
              }
            }
          },
          "offset": 32824
        },
        "sc_isreset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34153
        },
        "sc_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34150
        },
        "sc_offs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34148
        },
        "sc_terminate_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33880
        },
        "sc_tmo_pcd": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 29472
        },
        "sc_tmo_poll": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 29536
        },
        "sc_vendor": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 34162
        },
        "sc_vendor_get_port_speed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 34192
        },
        "sc_vendor_post_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 34184
        }
      },
      "kind": "struct"
    },
    "ehci_softc_t": {
      "size": 34200,
      "fields": {
        "sc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34151
        },
        "sc_async_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qh"
            }
          },
          "offset": 30768
        },
        "sc_bus": {
          "type": {
            "kind": "struct",
            "name": "usb_bus"
          },
          "offset": 27864
        },
        "sc_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34152
        },
        "sc_devices": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 29728
        },
        "sc_doorbell_disable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34149
        },
        "sc_eintrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33884
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34146
        },
        "sc_hub_desc": {
          "type": {
            "kind": "union",
            "name": "ehci_hub_desc"
          },
          "offset": 29600
        },
        "sc_hub_idata": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34154
        },
        "sc_hw": {
          "type": {
            "kind": "struct",
            "name": "ehci_hw_softc"
          },
          "offset": 0
        },
        "sc_id_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34144
        },
        "sc_intr_hdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 33848
        },
        "sc_intr_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ehci_qh"
              }
            }
          },
          "offset": 30776
        },
        "sc_intr_stat": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 33888
        },
        "sc_io_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33872
        },
        "sc_io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 30752
        },
        "sc_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33856
        },
        "sc_io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33864
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 30760
        },
        "sc_isoc_fs_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ehci_sitd"
              }
            }
          },
          "offset": 31800
        },
        "sc_isoc_hs_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ehci_itd"
              }
            }
          },
          "offset": 32824
        },
        "sc_isreset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34153
        },
        "sc_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34150
        },
        "sc_offs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34148
        },
        "sc_terminate_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33880
        },
        "sc_tmo_pcd": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 29472
        },
        "sc_tmo_poll": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 29536
        },
        "sc_vendor": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 34162
        },
        "sc_vendor_get_port_speed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 34192
        },
        "sc_vendor_post_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 34184
        }
      },
      "kind": "struct"
    },
    "ehci_std_temp": {
      "size": 56,
      "fields": {
        "auto_data_toggle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "average": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "last_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "pc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 8
        },
        "qtd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_softc_t"
            }
          },
          "offset": 0
        },
        "setup_alt_next": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "shortpkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qtd_t"
            }
          },
          "offset": 16
        },
        "td_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ehci_qtd_t"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "el": {
      "size": 24,
      "fields": {
        "bit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "file_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elantechaction": {
      "size": 108,
      "fields": {
        "fingers": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "finger_t"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "mask_v4wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "elantechaction_t": {
      "size": 108,
      "fields": {
        "fingers": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "finger_t"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "mask_v4wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "elantechhw": {
      "size": 60,
      "fields": {
        "dpmmx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dpmmy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "dptracex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dptracey": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "fwversion": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "hascrc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "haspressure": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "hastrackpoint": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "hwversion": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "isclickpad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "issemimt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ntracesx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ntracesy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "sizex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sizey": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "elantechhw_t": {
      "size": 60,
      "fields": {
        "dpmmx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dpmmy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "dptracex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dptracey": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "fwversion": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "hascrc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "haspressure": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "hastrackpoint": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "hwversion": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "isclickpad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "issemimt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ntracesx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ntracesy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "sizex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sizey": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "elf_file": {
      "size": 360,
      "fields": {
        "address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "ctfcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 328
        },
        "ctfoff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 336
        },
        "ctftab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 320
        },
        "ddbstrcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 296
        },
        "ddbstrtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 288
        },
        "ddbsymcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 280
        },
        "ddbsymtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Sym"
            }
          },
          "offset": 272
        },
        "e_shdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Shdr"
            }
          },
          "offset": 216
        },
        "lf": {
          "type": {
            "kind": "struct",
            "name": "linker_file"
          },
          "offset": 0
        },
        "nprogtab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "nrelatab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "nreltab": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 208
        },
        "preloaded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "progtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf_progent"
            }
          },
          "offset": 224
        },
        "relatab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf_relaent"
            }
          },
          "offset": 240
        },
        "reltab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf_relent"
            }
          },
          "offset": 256
        },
        "shstrcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 312
        },
        "shstrtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 304
        },
        "typlen": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 352
        },
        "typoff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 344
        }
      },
      "kind": "struct"
    },
    "elf_lwpinfo_t": {
      "size": 140,
      "fields": {
        "pl_child_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "pl_event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pl_lwpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pl_siginfo": {
          "type": {
            "kind": "struct",
            "name": "siginfo32"
          },
          "offset": 44
        },
        "pl_siglist": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 28
        },
        "pl_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 12
        },
        "pl_syscall_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "pl_syscall_narg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "pl_tdname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "elf_prfpregset_t": {
      "size": 176,
      "fields": {
        "fpr_acc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "count": 10,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 28
        },
        "fpr_env": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fpr_ex_sw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "fpr_pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "elf_prpsinfo_t": {
      "size": 112,
      "fields": {
        "pr_fname": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "pr_psargs": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 25
        },
        "pr_psinfosz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elf_prstatus_t": {
      "size": 104,
      "fields": {
        "pr_cursig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pr_fpregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pr_gregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pr_osreldate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pr_reg": {
          "type": {
            "kind": "struct",
            "name": "reg32"
          },
          "offset": 28
        },
        "pr_statussz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elf_set": {
      "size": 40,
      "fields": {
        "es_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "es_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_16a9f8388077083b"
          },
          "offset": 24
        },
        "es_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "es_stop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "elf_set_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "elf_set"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "elf_set"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "elf_thrmisc_t": {
      "size": 24,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pr_tname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elighead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hfsc_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "elink_ets_bw_params": {
      "size": 1,
      "fields": {
        "bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elink_ets_cos_params": {
      "size": 8,
      "fields": {
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_929d4b45f31f0f8a"
          },
          "offset": 4
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "elink_cos_state"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elink_ets_params": {
      "size": 52,
      "fields": {
        "cos": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "elink_ets_cos_params"
            }
          },
          "offset": 4
        },
        "num_of_cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elink_ets_sp_params": {
      "size": 1,
      "fields": {
        "pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "elink_nig_brb_pfc_port_params": {
      "size": 52,
      "fields": {
        "llfc_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "llfc_high_priority_classes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "llfc_low_priority_classes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "llfc_out_en": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "num_of_rx_cos_priority_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "pause_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pkt_priority_to_cos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_cos_priority_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "elink_params": {
      "size": 456,
      "fields": {
        "chip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "eee_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "feature_config_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hw_led_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 424
        },
        "lane_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "lfa_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "link_attr_sync": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "link_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 442
        },
        "loopback_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "multi_phy_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 416
        },
        "phy": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "elink_phy"
            }
          },
          "offset": 56
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "req_duplex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "req_fc_auto_adv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 440
        },
        "req_flow_ctrl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "req_line_speed": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "rsrv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 417
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_softc"
            }
          },
          "offset": 432
        },
        "shmem2_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "shmem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "speed_cap_mask": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "switch_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "elink_phy": {
      "size": 120,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "config_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "config_loopback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "def_md_devad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "format_fw_ver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "hw_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "link_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "mdio_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "media_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "phy_specific_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "read_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "req_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "req_flow_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "req_line_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "rsrv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "rx_preemphasis": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "set_link_led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "speed_cap_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_preemphasis": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ver_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "elink_reg_set": {
      "size": 6,
      "fields": {
        "devad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "elink_vars": {
      "size": 32,
      "fields": {
        "aeu_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "check_kr2_recovery_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "eee_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fault_detected": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "flow_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ieee_fc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "line_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mac_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "periodic_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "phy_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phy_link_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsrv2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "rx_tx_asic_rst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "turn_to_run_wc_rt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        }
      },
      "kind": "struct"
    },
    "em_int_delay_info": {
      "size": 16,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "e1000_softc"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "em_rx_queue": {
      "size": 152,
      "fields": {
        "eims": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 128
        },
        "rxr": {
          "type": {
            "kind": "struct",
            "name": "rx_ring"
          },
          "offset": 24
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "e1000_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "em_tx_queue": {
      "size": 120,
      "fields": {
        "eims": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "e1000_softc"
            }
          },
          "offset": 0
        },
        "txr": {
          "type": {
            "kind": "struct",
            "name": "tx_ring"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "emac_stats": {
      "size": 184,
      "fields": {
        "rx_stat_dot3statsalignmenterrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_stat_dot3statscarriersenseerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_stat_dot3statsfcserrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_stat_dot3statsframestoolong": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_stat_etherstatsfragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_stat_etherstatsjabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_stat_etherstatspkts1024octetsto1522octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_stat_etherstatspkts128octetsto255octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_stat_etherstatspkts256octetsto511octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_stat_etherstatspkts512octetsto1023octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_stat_etherstatspkts64octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_stat_etherstatspkts65octetsto127octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_stat_etherstatspktsover1522octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_stat_etherstatsundersizepkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_stat_falsecarriererrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_stat_ifhcinbadoctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_stat_ifhcinbroadcastpkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_stat_ifhcinmulticastpkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_stat_ifhcinoctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_stat_ifhcinucastpkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_stat_maccontrolframesreceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_stat_xoffpauseframesreceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_stat_xoffstateentered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_stat_xonpauseframesreceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_stat_dot3statsdeferredtransmissions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_stat_dot3statsexcessivecollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_stat_dot3statsinternalmactransmiterrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_stat_dot3statslatecollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_stat_dot3statsmultiplecollisionframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_stat_dot3statssinglecollisionframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_stat_etherstatscollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_stat_etherstatspkts1024octetsto1522octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tx_stat_etherstatspkts128octetsto255octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_stat_etherstatspkts256octetsto511octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_stat_etherstatspkts512octetsto1023octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_stat_etherstatspkts64octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_stat_etherstatspkts65octetsto127octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_stat_etherstatspktsover1522octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "tx_stat_flowcontroldone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_stat_ifhcoutbadoctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_stat_ifhcoutbroadcastpkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_stat_ifhcoutmulticastpkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_stat_ifhcoutoctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_stat_ifhcoutucastpkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_stat_outxoffsent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tx_stat_outxonsent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "emu_dspmix_props_k1": {
      "size": 3,
      "fields": {
        "input": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "present": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "recdev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "emu_dspmix_props_k2": {
      "size": 3,
      "fields": {
        "input": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "present": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "recdev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "emu_hwinfo": {
      "size": 52,
      "fields": {
        "SBcode": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "emu_intr_handler": {
      "size": 24,
      "fields": {
        "inte_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "intr_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "irq_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "emu_mem": {
      "size": 1096,
      "fields": {
        "blocks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aeda915152f07492"
          },
          "offset": 1088
        },
        "bmap": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_sc_info"
            }
          },
          "offset": 1080
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1072
        },
        "ptb_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1056
        },
        "ptb_pages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1024
        },
        "ptb_pages_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1040
        },
        "silent_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1064
        },
        "silent_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1032
        },
        "silent_page_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1048
        }
      },
      "kind": "struct"
    },
    "emu_memblk": {
      "size": 56,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "buf_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 48
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9aaac355f1d75ad6"
          },
          "offset": 0
        },
        "owner": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pte_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "pte_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "emu_midi_softc": {
      "size": 80,
      "fields": {
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_sc_info"
            }
          },
          "offset": 56
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ihandle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "is_emu10k1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "mpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpu401"
            }
          },
          "offset": 40
        },
        "mpu_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "emu_midiinfo": {
      "size": 16,
      "fields": {
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_sc_info"
            }
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "portnr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "emu_pcm_info": {
      "size": 1288,
      "fields": {
        "ac97_mixerclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_class"
            }
          },
          "offset": 1240
        },
        "ac97_playdevs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1252
        },
        "ac97_recdevs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1248
        },
        "ac97_state": {
          "type": {
            "count": 127,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 728
        },
        "bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 712
        },
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_sc_info"
            }
          },
          "offset": 16
        },
        "codec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ac97_info"
            }
          },
          "offset": 720
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "emu10k1_volcache": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 1268
        },
        "ihandle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 708
        },
        "is_emu10k1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 716
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 0
        },
        "mch_disabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1264
        },
        "pch": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "emu_pcm_pchinfo"
            }
          },
          "offset": 24
        },
        "pnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "rch_adc": {
          "type": {
            "kind": "struct",
            "name": "emu_pcm_rchinfo"
          },
          "offset": 288
        },
        "rch_efx": {
          "type": {
            "kind": "struct",
            "name": "emu_pcm_rchinfo"
          },
          "offset": 368
        },
        "route": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 704
        },
        "rt": {
          "type": {
            "kind": "struct",
            "name": "emu_route"
          },
          "offset": 448
        },
        "rt_mono": {
          "type": {
            "kind": "struct",
            "name": "emu_route"
          },
          "offset": 576
        },
        "sm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_mixer"
            }
          },
          "offset": 1256
        }
      },
      "kind": "struct"
    },
    "emu_pcm_pchinfo": {
      "size": 64,
      "fields": {
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 32
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 40
        },
        "fmt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "master": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_voice"
            }
          },
          "offset": 16
        },
        "pcm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_pcm_info"
            }
          },
          "offset": 48
        },
        "run": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "slave": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_voice"
            }
          },
          "offset": 24
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "emu_pcm_rchinfo": {
      "size": 80,
      "fields": {
        "basereg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 48
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 56
        },
        "fmt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "idxreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ihandle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "iprmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "irqmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pcm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_pcm_info"
            }
          },
          "offset": 64
        },
        "run": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "setupreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sizereg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "emu_pcminfo": {
      "size": 16,
      "fields": {
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_sc_info"
            }
          },
          "offset": 0
        },
        "route": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "emu_rm": {
      "size": 2104,
      "fields": {
        "allocmap": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "card": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_sc_info"
            }
          },
          "offset": 0
        },
        "gpr_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "last_free_gpr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2092
        },
        "num_gprs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2088
        },
        "num_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2096
        }
      },
      "kind": "struct"
    },
    "emu_route": {
      "size": 128,
      "fields": {
        "amounts_left": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "amounts_right": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 96
        },
        "routing_left": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "routing_right": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "emu_sc_info": {
      "size": 10720,
      "fields": {
        "address_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1128
        },
        "broken_digital": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1144
        },
        "cache_gpr": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 10648
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 160
        },
        "code_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1092
        },
        "code_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1096
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_ctx_list"
            }
          },
          "offset": 10704
        },
        "dbg_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1156
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 64
        },
        "dsp_zero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1088
        },
        "dummy_gpr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10688
        },
        "efxc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1116
        },
        "emu10kx_bufptr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "emu10kx_isopen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "emu10kx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 168
        },
        "emu10kx_sbuf": {
          "type": {
            "kind": "struct",
            "name": "sbuf"
          },
          "offset": 208
        },
        "enable_ir": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1144
        },
        "gpr_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1100
        },
        "has_51": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1144
        },
        "has_71": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1144
        },
        "has_ac97": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1144
        },
        "high_operand_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1124
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 304
        },
        "ihandler": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "emu_intr_handler"
            }
          },
          "offset": 312
        },
        "input_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1108
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 296
        },
        "irq_mask": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8864
        },
        "is_ca0102": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1140
        },
        "is_ca0108": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1144
        },
        "is_cardbus": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1144
        },
        "is_emu10k1": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1132
        },
        "is_emu10k2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1136
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "mch_disabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1148
        },
        "mch_rec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1152
        },
        "mchannel_fx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1084
        },
        "mem": {
          "type": {
            "kind": "struct",
            "name": "emu_mem"
          },
          "offset": 9136
        },
        "midi": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 120
        },
        "mixer_gpr": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 10232
        },
        "mixer_volcache": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 10440
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1080
        },
        "mute_gpr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 10692
        },
        "num_fxbuses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1168
        },
        "num_gprs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1104
        },
        "num_inputs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1160
        },
        "num_outputs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1164
        },
        "opcode_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1120
        },
        "output_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1112
        },
        "pcm": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 72
        },
        "reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 288
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "rm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_rm"
            }
          },
          "offset": 9128
        },
        "root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 10712
        },
        "routing_code_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1176
        },
        "routing_code_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1172
        },
        "rw": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "timer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8992
        },
        "timerinterval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9120
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "voice": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "emu_voice"
            }
          },
          "offset": 1184
        }
      },
      "kind": "struct"
    },
    "emu_voice": {
      "size": 120,
      "fields": {
        "amounts": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "b16": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "busy": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ea": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ismaster": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "routing": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "running": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "sa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "slave": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_voice"
            }
          },
          "offset": 40
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "stereo": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "vnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "en_port": {
      "size": 72,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_dev"
            }
          },
          "offset": 56
        },
        "kobj": {
          "type": {
            "kind": "struct",
            "name": "kobject"
          },
          "offset": 0
        },
        "port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "vport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        }
      },
      "kind": "struct"
    },
    "enc_cache": {
      "size": 24,
      "fields": {
        "elm_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_element_t"
            }
          },
          "offset": 0
        },
        "enc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "nelms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "enc_cache_t": {
      "size": 24,
      "fields": {
        "elm_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_element_t"
            }
          },
          "offset": 0
        },
        "enc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "nelms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "enc_element": {
      "size": 40,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elm_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "elm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "encstat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "physical_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "physical_path_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "priv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "subenclosure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "svalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "type_elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "enc_element_t": {
      "size": 40,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elm_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "elm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "encstat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "physical_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "physical_path_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "priv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "subenclosure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "svalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "type_elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "enc_fsm_state": {
      "size": 56,
      "fields": {
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "fill": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "enc_mapping_table": {
      "size": 32,
      "fields": {
        "dpm_entry_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "enc_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "enclosure_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "init_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "missing_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "num_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "phy_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "removal_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "skip_search": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "start_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "enc_softc": {
      "size": 8,
      "fields": {
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "enc_softc_t": {
      "size": 704,
      "fields": {
        "announce_buf": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 304
        },
        "current_action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "enc_cache": {
          "type": {
            "kind": "struct",
            "name": "enc_cache_t"
          },
          "offset": 104
        },
        "enc_cache_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 152
        },
        "enc_daemon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 288
        },
        "enc_daemon_cache": {
          "type": {
            "kind": "struct",
            "name": "enc_cache_t"
          },
          "offset": 128
        },
        "enc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 192
        },
        "enc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "enc_fsm_states": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_fsm_state"
            }
          },
          "offset": 296
        },
        "enc_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "enc_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8d8dd56015a75ada"
          },
          "offset": 0
        },
        "enc_vec": {
          "type": {
            "kind": "struct",
            "name": "enc_vec"
          },
          "offset": 8
        },
        "open_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "pending_actions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 200
        },
        "status_updater": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "enc_vec": {
      "size": 88,
      "fields": {
        "device_found": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "get_elm_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "get_elm_devnames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "get_elm_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "handle_string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "init_enc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "poll_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "set_elm_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "set_enc_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "softc_cleanup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "softc_invalidate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "enc_xform": {
      "size": 120,
      "fields": {
        "blocksize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ctxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "decrypt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "decrypt_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "decrypt_multi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "encrypt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "encrypt_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "encrypt_multi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "final": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "ivsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "macsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "maxkey": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "minkey": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "native_blocksize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "reinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "setkey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "encap_config": {
      "size": 64,
      "fields": {
        "check": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "exact_match": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "max_hdrsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "min_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 40
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "encaptab": {
      "size": 64,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a0a96ebbe02b0f26"
          },
          "offset": 0
        },
        "check": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "exact_match": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "min_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "encaptab_head": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "encaptab"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "enchdr": {
      "size": 12,
      "fields": {
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "spi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "encioc_element": {
      "size": 12,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elm_subenc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "elm_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c8c84835fc571bb"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "encioc_element_t": {
      "size": 12,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elm_subenc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "elm_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c8c84835fc571bb"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "encioc_elm_desc": {
      "size": 16,
      "fields": {
        "elm_desc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "elm_desc_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "encioc_elm_desc_t": {
      "size": 16,
      "fields": {
        "elm_desc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "elm_desc_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "encioc_elm_devnames": {
      "size": 32,
      "fields": {
        "elm_devnames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elm_names_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "elm_names_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "encioc_elm_devnames_t": {
      "size": 32,
      "fields": {
        "elm_devnames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elm_names_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "elm_names_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "encioc_elm_status": {
      "size": 8,
      "fields": {
        "cstat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "encioc_elm_status_t": {
      "size": 8,
      "fields": {
        "cstat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "encioc_string": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "bufsiz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "encioc_string_t": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "bufsiz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "entropy_ring": {
      "size": 16392,
      "fields": {
        "in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16384
        },
        "out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16388
        },
        "ring": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "harvest_event"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "env87": {
      "size": 28,
      "fields": {
        "en_cw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "en_fcs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "en_fip": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "en_foo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "en_fos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "en_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "en_sw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "en_tw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "envxmm": {
      "size": 32,
      "fields": {
        "en_cw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "en_mxcsr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "en_mxcsr_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "en_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "en_rdp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "en_rip": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "en_sw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "en_tw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "en_zero": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "epoch": {
      "size": 128,
      "fields": {
        "e_drain_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "e_drain_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 72
        },
        "e_drain_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 40
        },
        "e_epoch": {
          "type": {
            "kind": "struct",
            "name": "ck_epoch"
          },
          "offset": 0
        },
        "e_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "e_in_use": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "e_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "e_pcpu_record": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "epoch_record"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "epoch_context": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "epoch_record": {
      "size": 256,
      "fields": {
        "er_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "er_drain_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 192
        },
        "er_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "er_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "epoch"
            }
          },
          "offset": 208
        },
        "er_record": {
          "type": {
            "kind": "struct",
            "name": "ck_epoch_record_t"
          },
          "offset": 0
        },
        "er_tdlist": {
          "type": {
            "kind": "struct",
            "name": "epoch_tdlist"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "epoch_tdlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "epoch_tracker"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "epoch_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "epoch_tracker": {
      "size": 32,
      "fields": {
        "et_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9f90462d9d7724a3"
          },
          "offset": 0
        },
        "et_old_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "et_section": {
          "type": {
            "kind": "struct",
            "name": "ck_epoch_section_t"
          },
          "offset": 24
        },
        "et_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "eq_config": {
      "size": 16,
      "fields": {
        "cur_eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "item_size": {
          "type": {
            "kind": "enum",
            "name": "eqe_size"
          },
          "offset": 4
        },
        "max_eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "min_eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "q_len": {
          "type": {
            "kind": "enum",
            "name": "eq_len"
          },
          "offset": 0
        },
        "q_vector_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eq_db_t": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_42d900ae30484187"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "eq_db_u": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_42d900ae30484187"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "error_desc": {
      "size": 280,
      "fields": {
        "desc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "error_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 272
        },
        "fmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 264
        },
        "severity_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        }
      },
      "kind": "struct"
    },
    "ertt": {
      "size": 72,
      "fields": {
        "bytes_tx_in_marked_rtt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "bytes_tx_in_rtt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "dlyack_rx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "marked_snd_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "markedpkt_rtt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "maxrtt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "minrtt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "rtt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "timestamp_errors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "txsegi_q": {
          "type": {
            "kind": "struct",
            "name": "txseginfo_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "es_chinfo": {
      "size": 88,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 16
        },
        "bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "caps": {
          "type": {
            "kind": "struct",
            "name": "pcmchan_caps"
          },
          "offset": 24
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 8
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "fmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "es_info"
            }
          },
          "offset": 0
        },
        "prevptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "es_info": {
      "size": 440,
      "fields": {
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ch": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "es_chinfo"
            }
          },
          "offset": 96
        },
        "ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 64
        },
        "escfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "irqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 360
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "poll_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        },
        "poll_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 368
        },
        "polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "regid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "regtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "sctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "espstat": {
      "size": 2208,
      "fields": {
        "esps_badauth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "esps_badenc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "esps_badilen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "esps_badkcr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "esps_crypto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "esps_hdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "esps_hist": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 160
        },
        "esps_ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "esps_input": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "esps_invalid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "esps_nopf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "esps_notdb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "esps_noxform": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "esps_obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "esps_output": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "esps_pdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "esps_qfull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "esps_replay": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "esps_toobig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "esps_tunnel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "esps_wrap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "est_softc": {
      "size": 32,
      "fields": {
        "acpi_settings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "flist_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "freq_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freq_info"
            }
          },
          "offset": 16
        },
        "msr_settings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "esw_mc_addr": {
      "size": 40,
      "fields": {
        "node": {
          "type": {
            "kind": "struct",
            "name": "l2addr_node"
          },
          "offset": 0
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "uplink_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "esw_uc_addr": {
      "size": 32,
      "fields": {
        "node": {
          "type": {
            "kind": "struct",
            "name": "l2addr_node"
          },
          "offset": 0
        },
        "table_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "vport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "et_dev": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "et_dmamap_arg": {
      "size": 8,
      "fields": {
        "et_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "et_eventtimers_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventtimer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "et_hw_stats": {
      "size": 256,
      "fields": {
        "pkts_1024": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pkts_128": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pkts_1519": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pkts_256": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pkts_512": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pkts_65": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_alignerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rx_bcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_codeerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_cserrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "rx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "rx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_oversize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "rx_unknown_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_bcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "tx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "tx_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "tx_excess_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_excess_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tx_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "tx_oversize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_pause_honored": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tx_total_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tx_undersize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "et_rxbuf": {
      "size": 16,
      "fields": {
        "rb_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rb_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "et_rxbuf_data": {
      "size": 8232,
      "fields": {
        "rbd_buf": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "et_rxbuf"
            }
          },
          "offset": 0
        },
        "rbd_bufsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8208
        },
        "rbd_discard": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8224
        },
        "rbd_newbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8216
        },
        "rbd_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "et_rxdesc_ring"
            }
          },
          "offset": 8200
        },
        "rbd_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "et_softc"
            }
          },
          "offset": 8192
        }
      },
      "kind": "struct"
    },
    "et_rxdesc": {
      "size": 12,
      "fields": {
        "rd_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rd_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rd_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "et_rxdesc_ring": {
      "size": 48,
      "fields": {
        "rr_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "et_rxdesc"
            }
          },
          "offset": 0
        },
        "rr_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "rr_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "rr_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "rr_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rr_posreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rr_wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "et_rxstat": {
      "size": 8,
      "fields": {
        "rxst_info1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxst_info2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "et_rxstat_ring": {
      "size": 40,
      "fields": {
        "rsr_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "rsr_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "rsr_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rsr_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rsr_stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "et_rxstat"
            }
          },
          "offset": 0
        },
        "rsr_wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "et_rxstatus": {
      "size": 8,
      "fields": {
        "rxs_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxs_stat_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "et_rxstatus_data": {
      "size": 32,
      "fields": {
        "rxsd_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "rxsd_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "rxsd_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rxsd_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "et_rxstatus"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "et_softc": {
      "size": 25424,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 176
        },
        "sc_expcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sc_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "sc_irq_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 64
        },
        "sc_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "sc_mbuf_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 424
        },
        "sc_mem_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 72
        },
        "sc_mem_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "sc_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "sc_rx_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "et_rxbuf_data"
            }
          },
          "offset": 472
        },
        "sc_rx_intr_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 25412
        },
        "sc_rx_intr_npkts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 25408
        },
        "sc_rx_mini_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 440
        },
        "sc_rx_mini_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 432
        },
        "sc_rx_ring": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "et_rxdesc_ring"
            }
          },
          "offset": 184
        },
        "sc_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 456
        },
        "sc_rx_status": {
          "type": {
            "kind": "struct",
            "name": "et_rxstatus_data"
          },
          "offset": 320
        },
        "sc_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 448
        },
        "sc_rxstat_ring": {
          "type": {
            "kind": "struct",
            "name": "et_rxstat_ring"
          },
          "offset": 280
        },
        "sc_stats": {
          "type": {
            "kind": "struct",
            "name": "et_hw_stats"
          },
          "offset": 25144
        },
        "sc_tick": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 104
        },
        "sc_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 25420
        },
        "sc_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 25400
        },
        "sc_tx_data": {
          "type": {
            "kind": "struct",
            "name": "et_txbuf_data"
          },
          "offset": 16936
        },
        "sc_tx_intr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 25404
        },
        "sc_tx_intr_nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 25416
        },
        "sc_tx_ring": {
          "type": {
            "kind": "struct",
            "name": "et_txdesc_ring"
          },
          "offset": 352
        },
        "sc_tx_status": {
          "type": {
            "kind": "struct",
            "name": "et_txstatus_data"
          },
          "offset": 392
        },
        "sc_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 464
        },
        "watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "et_txbuf": {
      "size": 16,
      "fields": {
        "tb_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tb_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "et_txbuf_data": {
      "size": 8208,
      "fields": {
        "tbd_buf": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "et_txbuf"
            }
          },
          "offset": 0
        },
        "tbd_start_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8192
        },
        "tbd_start_wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8196
        },
        "tbd_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8200
        }
      },
      "kind": "struct"
    },
    "et_txdesc": {
      "size": 16,
      "fields": {
        "td_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "td_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "td_ctrl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "td_ctrl2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "et_txdesc_ring": {
      "size": 40,
      "fields": {
        "tr_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "et_txdesc"
            }
          },
          "offset": 0
        },
        "tr_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "tr_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "tr_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tr_ready_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "tr_ready_wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "et_txstatus_data": {
      "size": 32,
      "fields": {
        "txsd_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "txsd_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "txsd_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "txsd_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "eth_classify_cmd_header": {
      "size": 4,
      "fields": {
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "cmd_general_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "eth_classify_header": {
      "size": 8,
      "fields": {
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rule_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "eth_classify_imac_vni_cmd": {
      "size": 16,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_cmd_header"
          },
          "offset": 0
        },
        "imac_lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "imac_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "imac_msb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "eth_classify_mac_cmd": {
      "size": 16,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_cmd_header"
          },
          "offset": 0
        },
        "inner_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mac_lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mac_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "mac_msb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "eth_classify_pair_cmd": {
      "size": 16,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_cmd_header"
          },
          "offset": 0
        },
        "inner_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mac_lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mac_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "mac_msb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "eth_classify_rule_cmd": {
      "size": 16,
      "fields": {
        "imac_vni": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_imac_vni_cmd"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_mac_cmd"
          },
          "offset": 0
        },
        "pair": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_pair_cmd"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_vlan_cmd"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "eth_classify_rules_ramrod_data": {
      "size": 264,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_header"
          },
          "offset": 0
        },
        "rules": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "eth_classify_rule_cmd"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_classify_vlan_cmd": {
      "size": 16,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_cmd_header"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "eth_common_ramrod_data": {
      "size": 8,
      "fields": {
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "eth_context": {
      "size": 848,
      "fields": {
        "cstorm_ag_context": {
          "type": {
            "kind": "struct",
            "name": "cstorm_eth_ag_context"
          },
          "offset": 504
        },
        "cstorm_st_context": {
          "type": {
            "kind": "struct",
            "name": "cstorm_eth_st_context"
          },
          "offset": 832
        },
        "timers_context": {
          "type": {
            "kind": "struct",
            "name": "timers_block_context"
          },
          "offset": 576
        },
        "tstorm_ag_context": {
          "type": {
            "kind": "struct",
            "name": "tstorm_eth_ag_context"
          },
          "offset": 448
        },
        "tstorm_st_context": {
          "type": {
            "kind": "struct",
            "name": "tstorm_eth_st_context"
          },
          "offset": 208
        },
        "ustorm_ag_context": {
          "type": {
            "kind": "struct",
            "name": "ustorm_eth_ag_context"
          },
          "offset": 544
        },
        "ustorm_st_context": {
          "type": {
            "kind": "struct",
            "name": "ustorm_eth_st_context"
          },
          "offset": 0
        },
        "xstorm_ag_context": {
          "type": {
            "kind": "struct",
            "name": "xstorm_eth_ag_context"
          },
          "offset": 320
        },
        "xstorm_st_context": {
          "type": {
            "kind": "struct",
            "name": "xstorm_eth_st_context"
          },
          "offset": 592
        }
      },
      "kind": "struct"
    },
    "eth_end_agg_rx_cqe": {
      "size": 64,
      "fields": {
        "num_of_coalesced_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "padding": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "pkt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pure_ack_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "sgl_or_raw_data": {
          "type": {
            "kind": "union",
            "name": "eth_sgl_or_raw_data"
          },
          "offset": 16
        },
        "timestamp_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type_error_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "eth_event_data": {
      "size": 12,
      "fields": {
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_fast_path_rx_cqe": {
      "size": 64,
      "fields": {
        "len_on_bd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "marker": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "padding": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pars_flags": {
          "type": {
            "kind": "struct",
            "name": "parsing_flags"
          },
          "offset": 14
        },
        "pkt_len_or_gro_seg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "placement_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "rss_hash_result": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sgl_or_raw_data": {
          "type": {
            "kind": "union",
            "name": "eth_sgl_or_raw_data"
          },
          "offset": 16
        },
        "status_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tunn_inner_hdrs_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "tunn_tenant_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tunn_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "type_error_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_filter_rules_cmd": {
      "size": 16,
      "fields": {
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "cmd_general_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved4": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "eth_filter_rules_ramrod_data": {
      "size": 264,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_header"
          },
          "offset": 0
        },
        "rules": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "eth_filter_rules_cmd"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_halt_ramrod_data": {
      "size": 8,
      "fields": {
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "eth_mac_addr_or_tunnel_data": {
      "size": 12,
      "fields": {
        "mac_addr": {
          "type": {
            "kind": "struct",
            "name": "eth_mac_addresses"
          },
          "offset": 0
        },
        "tunnel_data": {
          "type": {
            "kind": "struct",
            "name": "eth_tunnel_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "eth_mac_addresses": {
      "size": 12,
      "fields": {
        "dst_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "dst_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "dst_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "src_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "src_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "src_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_multicast_rules_cmd": {
      "size": 16,
      "fields": {
        "bin_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "cmd_general_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved3": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_multicast_rules_ramrod_data": {
      "size": 264,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_header"
          },
          "offset": 0
        },
        "rules": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "eth_multicast_rules_cmd"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_rss_update_ramrod_data": {
      "size": 184,
      "fields": {
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "indirection_table": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "rss_engine_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rss_key": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 136
        },
        "rss_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rss_result_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "eth_rx_bd": {
      "size": 8,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "eth_rx_cqe": {
      "size": 64,
      "fields": {
        "end_agg_cqe": {
          "type": {
            "kind": "struct",
            "name": "eth_end_agg_rx_cqe"
          },
          "offset": 0
        },
        "fast_path_cqe": {
          "type": {
            "kind": "struct",
            "name": "eth_fast_path_rx_cqe"
          },
          "offset": 0
        },
        "next_page_cqe": {
          "type": {
            "kind": "struct",
            "name": "eth_rx_cqe_next_page"
          },
          "offset": 0
        },
        "ramrod_cqe": {
          "type": {
            "kind": "struct",
            "name": "common_ramrod_eth_rx_cqe"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "eth_rx_cqe_next_page": {
      "size": 64,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_rx_sge": {
      "size": 8,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "eth_sgl_or_raw_data": {
      "size": 16,
      "fields": {
        "raw_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sgl": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "eth_spe": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "eth_specific_data"
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "spe_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "eth_specific_data": {
      "size": 8,
      "fields": {
        "classify_cfg_addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "client_init_ramrod_init_data": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "client_update_ramrod_data": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "common_ramrod_data": {
          "type": {
            "kind": "struct",
            "name": "eth_common_ramrod_data"
          },
          "offset": 0
        },
        "filter_cfg_addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "halt_ramrod_data": {
          "type": {
            "kind": "struct",
            "name": "eth_halt_ramrod_data"
          },
          "offset": 0
        },
        "mcast_cfg_addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "protocol_data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "update_data_addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "eth_stats_info": {
      "size": 92,
      "fields": {
        "feature_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "iov_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ipv4_ofld_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ipv6_ofld_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "lso_max_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "lso_min_seg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mac_add1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "mac_add2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "mac_local": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "mtu_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "netq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "promiscuous_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rxq_avg_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rxq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "txq_avg_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "txq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "version": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vf_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "eth_tunnel_data": {
      "size": 12,
      "fields": {
        "dst_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "dst_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "dst_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "fw_ip_hdr_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ip_hdr_start_inner_w": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "pseudo_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_tx_bd": {
      "size": 16,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "total_pkt_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_tx_bd_flags": {
      "size": 1,
      "fields": {
        "as_bitfield": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "eth_tx_bd_types": {
      "size": 16,
      "fields": {
        "next_bd": {
          "type": {
            "kind": "struct",
            "name": "eth_tx_next_bd"
          },
          "offset": 0
        },
        "parse_2nd_bd": {
          "type": {
            "kind": "struct",
            "name": "eth_tx_parse_2nd_bd"
          },
          "offset": 0
        },
        "parse_bd_e1x": {
          "type": {
            "kind": "struct",
            "name": "eth_tx_parse_bd_e1x"
          },
          "offset": 0
        },
        "parse_bd_e2": {
          "type": {
            "kind": "struct",
            "name": "eth_tx_parse_bd_e2"
          },
          "offset": 0
        },
        "reg_bd": {
          "type": {
            "kind": "struct",
            "name": "eth_tx_bd"
          },
          "offset": 0
        },
        "start_bd": {
          "type": {
            "kind": "struct",
            "name": "eth_tx_start_bd"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "eth_tx_next_bd": {
      "size": 16,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eth_tx_parse_2nd_bd": {
      "size": 16,
      "fields": {
        "bd_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "fw_ip_csum_wo_len_flags_frag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "fw_ip_hdr_to_payload_w": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "global_data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hw_ip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "tcp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "tcp_send_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tunnel_udp_hdr_start_w": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "eth_tx_parse_bd_e1x": {
      "size": 16,
      "fields": {
        "global_data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ip_hlen_w": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "lso_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "tcp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tcp_pseudo_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tcp_send_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "total_hlen_w": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "eth_tx_parse_bd_e2": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "eth_mac_addr_or_tunnel_data"
          },
          "offset": 0
        },
        "parsing_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "eth_tx_start_bd": {
      "size": 16,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bd_flags": {
          "type": {
            "kind": "struct",
            "name": "eth_tx_bd_flags"
          },
          "offset": 14
        },
        "general_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "nbd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vlan_or_ethertype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ether_8021q_tag": {
      "size": 6,
      "fields": {
        "pcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ether_addr": {
      "size": 6,
      "fields": {
        "octet": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ether_arp": {
      "size": 28,
      "fields": {
        "arp_sha": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "arp_spa": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "arp_tha": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "arp_tpa": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ea_hdr": {
          "type": {
            "kind": "struct",
            "name": "arphdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ether_header": {
      "size": 14,
      "fields": {
        "ether_dhost": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ether_shost": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "ether_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ether_vlan_header": {
      "size": 18,
      "fields": {
        "evl_dhost": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "evl_encap_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "evl_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "evl_shost": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "evl_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "etherip_header": {
      "size": 2,
      "fields": {
        "eip_resvh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "eip_resvl": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "eip_ver": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ethtool_drvinfo": {
      "size": 128,
      "fields": {
        "bus_info": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "driver": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fw_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ethtool_eeprom": {
      "size": 8,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ethtool_modinfo": {
      "size": 8,
      "fields": {
        "eeprom_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ethtool_ops": {
      "size": 8,
      "fields": {
        "get_drvinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ethtool_stats": {
      "size": 0,
      "fields": {
        "__dummy": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "etid_entry": {
      "size": 8,
      "fields": {
        "cst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cxgbe_rate_tag"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "etid_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ev_data": {
      "size": 28,
      "fields": {
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_cmd"
          },
          "offset": 0
        },
        "comp": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_comp"
          },
          "offset": 0
        },
        "cong": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_congestion"
          },
          "offset": 0
        },
        "cq_err": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_cq_err"
          },
          "offset": 0
        },
        "dct": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_dct"
          },
          "offset": 0
        },
        "general_notifications": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_general_notification_event"
          },
          "offset": 0
        },
        "gpio": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_gpio"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_port_state"
          },
          "offset": 0
        },
        "port_module_event": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_port_module_event"
          },
          "offset": 0
        },
        "qp_srq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_qp_srq"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "req_pages": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_page_req"
          },
          "offset": 0
        },
        "stall_vl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_stall_vl"
          },
          "offset": 0
        },
        "temp_warning": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_temp_warning"
          },
          "offset": 0
        },
        "vport_change": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_vport_change"
          },
          "offset": 0
        },
        "xrq_err": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eqe_xrq_err"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "evclass_elem": {
      "size": 24,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_924b5e3941ccf1f5"
          },
          "offset": 8
        },
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evclass_list": {
      "size": 8,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_384b7aea951e1d35"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evdev_client": {
      "size": 176,
      "fields": {
        "ec_async": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 160
        },
        "ec_blocked": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 162
        },
        "ec_buffer": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "input_event"
            }
          },
          "offset": 176
        },
        "ec_buffer_head": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ec_buffer_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "ec_buffer_ready": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ec_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ec_buffer_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ec_clock_id": {
          "type": {
            "kind": "enum",
            "name": "evdev_clock_id"
          },
          "offset": 72
        },
        "ec_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 0
        },
        "ec_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_09344c7eaaa74d24"
          },
          "offset": 168
        },
        "ec_revoked": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 161
        },
        "ec_selected": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 163
        },
        "ec_selp": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 80
        },
        "ec_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "evdev_dev": {
      "size": 824,
      "fields": {
        "ev_abs_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 472
        },
        "ev_absinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "input_absinfo"
            }
          },
          "offset": 512
        },
        "ev_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 240
        },
        "ev_clients": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ff6ea9db67c7b474"
          },
          "offset": 816
        },
        "ev_event_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 752
        },
        "ev_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 520
        },
        "ev_grabber": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_client"
            }
          },
          "offset": 336
        },
        "ev_id": {
          "type": {
            "kind": "struct",
            "name": "input_id"
          },
          "offset": 328
        },
        "ev_kdb_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 729
        },
        "ev_kdb_led_states": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 736
        },
        "ev_key_flags": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 368
        },
        "ev_key_states": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 608
        },
        "ev_led_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 488
        },
        "ev_led_states": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 704
        },
        "ev_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_72ab65f05f9751c0"
          },
          "offset": 800
        },
        "ev_list_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 296
        },
        "ev_lock_type": {
          "type": {
            "kind": "enum",
            "name": "evdev_lock_type"
          },
          "offset": 252
        },
        "ev_methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_methods"
            }
          },
          "offset": 768
        },
        "ev_msc_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 480
        },
        "ev_mt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_mt"
            }
          },
          "offset": 744
        },
        "ev_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 264
        },
        "ev_name": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ev_prop_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 352
        },
        "ev_rel_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 464
        },
        "ev_rep": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 528
        },
        "ev_rep_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 536
        },
        "ev_rep_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 600
        },
        "ev_report_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 760
        },
        "ev_report_opened": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 728
        },
        "ev_report_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "ev_serial": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "ev_shortname": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "ev_snd_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 496
        },
        "ev_snd_states": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 712
        },
        "ev_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 776
        },
        "ev_state_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 256
        },
        "ev_sw_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 504
        },
        "ev_sw_states": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 720
        },
        "ev_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 784
        },
        "ev_type_flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 360
        },
        "ev_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "evdev_methods": {
      "size": 40,
      "fields": {
        "ev_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ev_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ev_get_keycode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ev_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ev_set_keycode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "evdev_mt": {
      "size": 112,
      "fields": {
        "frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "last_reported_slot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "match_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "match_slot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "match_slots": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "evdev_mt_slot"
            }
          },
          "offset": 96
        },
        "matrix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 104
        },
        "mtst_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "slots": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "evdev_mt_slot"
            }
          },
          "offset": 112
        },
        "touches": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tracking_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tracking_ids": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "type_a": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "evdev_mt_slot": {
      "size": 56,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8ba07c7d61a84c97"
          },
          "offset": 0,
          "anonymous": true
        },
        "val": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "event_data": {
      "size": 12,
      "fields": {
        "cfc_del_event": {
          "type": {
            "kind": "struct",
            "name": "cfc_del_event_data"
          },
          "offset": 0
        },
        "eth_event": {
          "type": {
            "kind": "struct",
            "name": "eth_event_data"
          },
          "offset": 0
        },
        "function_update_event": {
          "type": {
            "kind": "struct",
            "name": "function_update_event_data"
          },
          "offset": 0
        },
        "malicious_vf_event": {
          "type": {
            "kind": "struct",
            "name": "malicious_vf_event_data"
          },
          "offset": 0
        },
        "vf_flr_event": {
          "type": {
            "kind": "struct",
            "name": "vf_flr_event_data"
          },
          "offset": 0
        },
        "vf_pf_event": {
          "type": {
            "kind": "struct",
            "name": "vf_pf_event_data"
          },
          "offset": 0
        },
        "vif_list_event": {
          "type": {
            "kind": "struct",
            "name": "vif_list_event_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "event_ring_data": {
      "size": 16,
      "fields": {
        "base_addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_native_t"
          },
          "offset": 0
        },
        "index_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "producer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "event_ring_elem": {
      "size": 16,
      "fields": {
        "message": {
          "type": {
            "kind": "struct",
            "name": "event_ring_msg"
          },
          "offset": 0
        },
        "next_page": {
          "type": {
            "kind": "struct",
            "name": "event_ring_next"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "event_ring_msg": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "event_data"
          },
          "offset": 4
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "event_ring_next": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "event_tailq_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_event"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "eventfd": {
      "size": 120,
      "fields": {
        "efd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "efd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "efd_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "efd_sel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry": {
      "size": 32,
      "fields": {
        "ee_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ee_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3f432f68e0f7313"
          },
          "offset": 0
        },
        "ee_priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_acpi_acad_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_acpi_sleep_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_acpi_vmgenc_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_acpi_wakeup_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ada_probe_veto": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_bpf_track": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_cpufreq_levels_changed": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_cpufreq_post_change": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_cpufreq_pre_change": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_dev_clone": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_dev_lookup": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_device_attach": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_device_detach": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_device_nomatch": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ether_ifattach_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_generic": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_generic_vimage": {
      "size": 72,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "v_ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry_vimage"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_genl_family_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_group_attach_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_group_change_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_group_detach_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_if_clone_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ifaddr_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ifaddr_event_ext": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_iflladdr_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ifnet_arrival_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ifnet_departure_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ifnet_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_ifnet_link_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_infiniband_ifattach_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_kld_load": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_kld_unload": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_kld_unload_try": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_livedumper_dump": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_livedumper_finish": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_livedumper_start": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_lle_event": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_maxsockets_change": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_mbuf_lowmem": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_mountroot": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_nmbclusters_change": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_nmbufs_change": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_pci_add_device": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_pci_delete_device": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_power_profile_change": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_power_resume": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_power_suspend": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_power_suspend_early": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_process_ctor": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_process_dtor": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_process_exec": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_process_exit": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_process_fork": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_process_init": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_rt_addrmsg": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_shutdown_final": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_shutdown_post_sync": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_shutdown_pre_sync": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_swapoff": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_swapon": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_tcp_offload_listen_start": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_tcp_offload_listen_stop": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_thread_ctor": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_thread_dtor": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_thread_fini": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_thread_init": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_usb_dev_configured": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_vfs_mounted": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_vfs_unmounted": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_vimage": {
      "size": 32,
      "fields": {
        "ee_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "sparep": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_vlan_config": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_vlan_unconfig": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_vm_lowmem": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_entry_watchdog_list": {
      "size": 40,
      "fields": {
        "ee": {
          "type": {
            "kind": "struct",
            "name": "eventhandler_entry"
          },
          "offset": 0
        },
        "eh_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "eventhandler_list": {
      "size": 80,
      "fields": {
        "el_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_86ce1b49e0cc3cc4"
          },
          "offset": 64
        },
        "el_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "el_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7f9c1eeab857dff"
          },
          "offset": 48
        },
        "el_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "el_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "el_runcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "eventtimer": {
      "size": 112,
      "fields": {
        "et_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "et_all": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6780db00e0d219e0"
          },
          "offset": 0
        },
        "et_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "et_deregister_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "et_event_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "et_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "et_frequency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "et_max_period": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "et_min_period": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "et_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "et_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "et_quality": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "et_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "et_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "et_sysctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "evname_elem": {
      "size": 136,
      "fields": {
        "ene_bsm_probe_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "ene_bsm_probe_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "ene_commit_probe_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "ene_commit_probe_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "ene_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a6d582def4d14e72"
          },
          "offset": 72
        },
        "ene_event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ene_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "ene_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "evname_list": {
      "size": 8,
      "fields": {
        "enl_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4f1107f1e6eb1627"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_alloc_unbound": {
      "size": 8,
      "fields": {
        "dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "remote_dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "evtchn_bind_interdomain": {
      "size": 12,
      "fields": {
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "remote_dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "remote_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "evtchn_bind_ipi": {
      "size": 8,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_bind_vcpu": {
      "size": 8,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "evtchn_bind_virq": {
      "size": 12,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "virq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_close": {
      "size": 4,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_close_t": {
      "size": 4,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_send": {
      "size": 4,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "user_evtchn"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_unmask": {
      "size": 4,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "evtchn_unmask_t": {
      "size": 4,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "exca_softc": {
      "size": 448,
      "fields": {
        "bsh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "bst": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "chipset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 408
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "getb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 416
        },
        "io": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pccard_io_handle"
            }
          },
          "offset": 304
        },
        "ioalloc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "mem": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pccard_mem_handle"
            }
          },
          "offset": 16
        },
        "memalloc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "pccarddev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 432
        },
        "putb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        }
      },
      "kind": "struct"
    },
    "exec_args_kva": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fce9384c4ae1d900"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "execsw": {
      "size": 16,
      "fields": {
        "ex_imgact": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ex_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "execve_args": {
      "size": 24,
      "fields": {
        "argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 8
        },
        "argv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "argv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 16
        },
        "envv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "exit_args": {
      "size": 8,
      "fields": {
        "rval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rval_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rval_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "export_args": {
      "size": 96,
      "fields": {
        "ex_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 32
        },
        "ex_addrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "ex_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ex_groups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "ex_indexfile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "ex_mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 48
        },
        "ex_masklen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "ex_ngroups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ex_numsecflavors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ex_root": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ex_secflavors": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 76
        },
        "ex_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "export_fd_buf": {
      "size": 1432,
      "fields": {
        "fdp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filedesc"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1424
        },
        "kif": {
          "type": {
            "kind": "struct",
            "name": "kinfo_file"
          },
          "offset": 32
        },
        "pdp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pwddesc"
            }
          },
          "offset": 8
        },
        "remainder": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbuf"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "exprom_header": {
      "size": 20,
      "fields": {
        "hdr_arr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "hdr_ver": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ext_nfsstats": {
      "size": 564,
      "fields": {
        "accesscache_hits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "accesscache_misses": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "attrcache_hits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "attrcache_misses": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "biocache_readdirs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "biocache_readlinks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "biocache_reads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "biocache_writes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "cbrpccnt": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 508
        },
        "cldelegates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 544
        },
        "cllocallockowners": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 556
        },
        "cllocallocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 560
        },
        "cllocalopenowners": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 548
        },
        "cllocalopens": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "cllockowners": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 536
        },
        "cllocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 540
        },
        "clopenowners": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 528
        },
        "clopens": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 532
        },
        "direofcache_hits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "direofcache_misses": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "lookupcache_hits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "lookupcache_misses": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "read_bios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "read_physios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "readdir_bios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "readlink_bios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "reserved_0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "reserved_1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "reserved_2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 464
        },
        "rpccnt": {
          "type": {
            "count": 41,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 72
        },
        "rpcinvalid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 456
        },
        "rpcrequests": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 444
        },
        "rpcretries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "rpctimeouts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "rpcunexpected": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 452
        },
        "srvcache_inproghits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 460
        },
        "srvcache_misses": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 472
        },
        "srvcache_nonidemdonehits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 468
        },
        "srvcache_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "srvcache_tcppeak": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 476
        },
        "srvclients": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 484
        },
        "srvdelegates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 504
        },
        "srvlockowners": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 496
        },
        "srvlocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 500
        },
        "srvopenowners": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 488
        },
        "srvopens": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 492
        },
        "srvrpccnt": {
          "type": {
            "count": 49,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 240
        },
        "write_bios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "write_physios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "extattr": {
      "size": 8,
      "fields": {
        "ea_contentpadlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ea_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ea_name": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 7
        },
        "ea_namelength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ea_namespace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "extattr_delete_fd_args": {
      "size": 24,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "extattr_delete_file_args": {
      "size": 24,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattr_delete_link_args": {
      "size": 24,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattr_get_fd_args": {
      "size": 40,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "extattr_get_file_args": {
      "size": 40,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattr_get_link_args": {
      "size": 40,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattr_list_fd_args": {
      "size": 32,
      "fields": {
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "extattr_list_file_args": {
      "size": 32,
      "fields": {
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattr_list_link_args": {
      "size": 32,
      "fields": {
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattr_set_fd_args": {
      "size": 40,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "extattr_set_file_args": {
      "size": 40,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattr_set_link_args": {
      "size": 40,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "extattrctl_args": {
      "size": 40,
      "fields": {
        "attrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "attrname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "attrname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "attrnamespace_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "attrnamespace_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "filename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "filename_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "filename_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "faccessat_args": {
      "size": 32,
      "fields": {
        "amode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "amode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "amode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fadvise_info": {
      "size": 24,
      "fields": {
        "fa_advice": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fa_end": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "fa_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fail_point": {
      "size": 80,
      "fields": {
        "fp_callout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 72
        },
        "fp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fp_location": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fp_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fp_post_sleep_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "fp_post_sleep_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "fp_pre_sleep_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "fp_pre_sleep_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "fp_ref_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fp_setting": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fail_point_setting"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fail_point_entry": {
      "size": 48,
      "fields": {
        "fe_arg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "fe_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fe_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_36464f1c16d11f4e"
          },
          "offset": 32
        },
        "fe_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fail_point"
            }
          },
          "offset": 24
        },
        "fe_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "fe_prob": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fe_stale": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "fe_type": {
          "type": {
            "kind": "enum",
            "name": "fail_point_t"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fail_point_entry_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fail_point_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fail_point_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fail_point_setting": {
      "size": 64,
      "fields": {
        "feq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "fp_entry_queue": {
          "type": {
            "kind": "struct",
            "name": "fail_point_entry_queue"
          },
          "offset": 8
        },
        "fs_garbage_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3b3a5e4b346b636"
          },
          "offset": 0
        },
        "fs_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fail_point"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fail_point_setting_garbage": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fail_point_setting"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fail_point_setting"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fairness_vars_per_port": {
      "size": 16,
      "fields": {
        "fair_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fairness_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "upper_bound": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fairness_vars_per_vn": {
      "size": 24,
      "fields": {
        "__reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cos_credit_delta": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vn_credit_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fairq_bucket": {
      "size": 72,
      "fields": {
        "bw_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bw_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "in_use": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "last_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_bucket"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_bucket"
            }
          },
          "offset": 8
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "class_queue_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fairq_bucket_t": {
      "size": 72,
      "fields": {
        "bw_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bw_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "in_use": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "last_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_bucket"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_bucket"
            }
          },
          "offset": 8
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "class_queue_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fairq_class": {
      "size": 152,
      "fields": {
        "cl_aqm": {
          "type": {
            "kind": "union",
            "name": "unnamed_a17bc4e4c0024e10"
          },
          "offset": 40
        },
        "cl_bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cl_buckets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_bucket_t"
            }
          },
          "offset": 16
        },
        "cl_bw_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "cl_bw_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "cl_dropcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 136
        },
        "cl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "cl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cl_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_bucket_t"
            }
          },
          "offset": 24
        },
        "cl_hogs_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cl_last_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "cl_lssc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "cl_nbucket_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cl_nbuckets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cl_pif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_if"
            }
          },
          "offset": 104
        },
        "cl_pktattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "altq_pktattr"
            }
          },
          "offset": 112
        },
        "cl_polled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_bucket_t"
            }
          },
          "offset": 32
        },
        "cl_pri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "cl_qlimit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "cl_qtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "cl_xmitcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "fairq_classstats": {
      "size": 256,
      "fields": {
        "class_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "codel": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 224
        },
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 32
        },
        "qlength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "red": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 56
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fairq_if": {
      "size": 104,
      "fields": {
        "pif_bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pif_classes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fairq_class"
              }
            }
          },
          "offset": 40
        },
        "pif_default": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_class"
            }
          },
          "offset": 32
        },
        "pif_ifq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaltq"
            }
          },
          "offset": 8
        },
        "pif_maxpri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pif_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_if"
            }
          },
          "offset": 0
        },
        "pif_poll_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fairq_class"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fairq_opts": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "hogs_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lssc_d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lssc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lssc_m2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nbuckets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fast_entropy_accumulator": {
      "size": 36,
      "fields": {
        "buf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fat32_bsbpb": {
      "size": 90,
      "fields": {
        "BPB_BkBootSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        },
        "BPB_BytsPerSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "BPB_ExtFlags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "BPB_FATSz16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "BPB_FATSz32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "BPB_FSInfo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "BPB_FSVer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "BPB_HiddSec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "BPB_Media": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "BPB_NumFATs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "BPB_NumHeads": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "BPB_Reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "BPB_RootClus": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "BPB_RootEntCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "BPB_RsvdSecCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "BPB_SecPerClus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "BPB_SecPerTrack": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "BPB_TotSec16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "BPB_TotSec32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "BS_BootSig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "BS_DrvNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "BS_FilSysType": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 82
        },
        "BS_OEMName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "BS_Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "BS_VolID": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 67
        },
        "BS_VolLab": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 71
        },
        "BS_jmpBoot": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fat_bsbpb": {
      "size": 62,
      "fields": {
        "BPB_BytsPerSec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "BPB_FATSz16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "BPB_HiddSec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "BPB_Media": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "BPB_NumFATs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "BPB_NumHeads": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "BPB_RootEntCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "BPB_RsvdSecCnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "BPB_SecPerClus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "BPB_SecPerTrack": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "BPB_TotSec16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "BPB_TotSec32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "BS_BootSig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "BS_DrvNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "BS_FilSysType": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "BS_OEMName": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "BS_Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "BS_VolID": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "BS_VolLab": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "BS_jmpBoot": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fat_des": {
      "size": 32,
      "fields": {
        "DIR_Attr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "DIR_CrtDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "DIR_CrtTime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "DIR_CrtTimeTenth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "DIR_FileSize": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "DIR_FstClusHI": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "DIR_FstClusLO": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "DIR_LstAccDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "DIR_NTRes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "DIR_Name": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "DIR_WrtDate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "DIR_WrtTime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "fatcache": {
      "size": 16,
      "fields": {
        "fc_frcn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fc_fsrcn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "faultstate": {
      "size": 152,
      "fields": {
        "can_read_lock": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 56
        },
        "entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map_entry"
            }
          },
          "offset": 128
        },
        "fault_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "fault_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "first_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 112
        },
        "first_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 96
        },
        "first_pindex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "lookup_still_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 140
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 88
        },
        "m_cow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 64
        },
        "m_hold": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map"
            }
          },
          "offset": 120
        },
        "map_generation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "nera": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 72
        },
        "oom_start_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 32
        },
        "oom_started": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "pindex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "prot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 144
        },
        "wired": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fb_info": {
      "size": 200,
      "fields": {
        "enter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "fb_bpp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "fb_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "fb_cmap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 120
        },
        "fb_cmsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fb_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fb_fbd_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "fb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "fb_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fb_memattr": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 108
        },
        "fb_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "fb_pbase": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "fb_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "fb_rgboffs": {
          "type": {
            "kind": "struct",
            "name": "fb_rgboffs"
          },
          "offset": 184
        },
        "fb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "fb_stride": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "fb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fb_vbase": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "fb_video_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "fb_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "leave": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "setblankmode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "fb_list_entry": {
      "size": 32,
      "fields": {
        "fb_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fb_info"
            }
          },
          "offset": 0
        },
        "fb_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fa28d7420cd607e4"
          },
          "offset": 16
        },
        "fb_si": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fb_list_head_t": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fb_list_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fb_rgboffs": {
      "size": 12,
      "fields": {
        "blue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "green": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "red": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fbclock_info": {
      "size": 48,
      "fields": {
        "error": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "th_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tick_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fbcmap": {
      "size": 32,
      "fields": {
        "blue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "green": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "red": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fbd_softc": {
      "size": 16,
      "fields": {
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sc_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fb_info"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fbtype": {
      "size": 24,
      "fields": {
        "fb_cmsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fb_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fb_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "fb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fb_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fc_acc_payload_s": {
      "size": 4,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fc_acc_payload_t": {
      "size": 4,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fc_adisc_payload_s": {
      "size": 28,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hard_address": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "node_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "node_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "payload_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "port_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "port_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fc_adisc_payload_t": {
      "size": 28,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hard_address": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "node_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "node_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "payload_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "port_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "port_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fc_ba_acc_payload_s": {
      "size": 12,
      "fields": {
        "high_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "low_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "seq_id_validity": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fc_ba_acc_payload_t": {
      "size": 12,
      "fields": {
        "high_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "low_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "seq_id_validity": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fc_els_gen_s": {
      "size": 4,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fc_els_gen_t": {
      "size": 4,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fc_hdr_t": {
      "size": 24,
      "fields": {
        "cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "d_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "f_ctl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "s_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fc_header_le_s": {
      "size": 24,
      "fields": {
        "cs_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "f_ctl": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "info": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r_ctl": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "s_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "seq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "fc_header_le_t": {
      "size": 24,
      "fields": {
        "cs_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "f_ctl": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "info": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r_ctl": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "s_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "seq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "fc_header_s": {
      "size": 24,
      "fields": {
        "cs_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "f_ctl": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "info": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r_ctl": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "s_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "seq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fc_header_t": {
      "size": 24,
      "fields": {
        "cs_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "f_ctl": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "info": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r_ctl": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "s_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "seq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fc_logo_payload_s": {
      "size": 16,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "port_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "port_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fc_logo_payload_t": {
      "size": 16,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "port_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "port_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fc_ls_rjt_payload_s": {
      "size": 8,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reason_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reason_code_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "resv2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vendor_unique": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "fc_ls_rjt_payload_t": {
      "size": 8,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reason_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "reason_code_exp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "resv2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vendor_unique": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "fc_plogi_payload_t": {
      "size": 116,
      "fields": {
        "class1_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "class2_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "class3_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 68
        },
        "class4_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 84
        },
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "common_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "node_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "node_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "port_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "port_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vendor_version_level": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        }
      },
      "kind": "struct"
    },
    "fc_plogi_playload_s": {
      "size": 116,
      "fields": {
        "class1_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "class2_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "class3_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 68
        },
        "class4_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 84
        },
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "common_service_parameters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "node_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "node_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "port_name_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "port_name_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "resv1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vendor_version_level": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        }
      },
      "kind": "struct"
    },
    "fc_prli_payload_s": {
      "size": 20,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "originator_pa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "responder_pa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "service_params": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "type_ext": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "fc_prli_payload_t": {
      "size": 20,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "originator_pa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "responder_pa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "service_params": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "type_ext": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "fc_prlo_acc_payload_s": {
      "size": 20,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "response_code": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "type_ext": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "fc_prlo_acc_payload_t": {
      "size": 20,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "response_code": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "type_ext": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "fc_prlo_payload_s": {
      "size": 20,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "type_ext": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "fc_prlo_payload_t": {
      "size": 20,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "type_ext": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "fc_rscn_affected_port_id_page_t": {
      "size": 4,
      "fields": {
        "address_format": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rscn_event_qualifier": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fc_rscn_payload_s": {
      "size": 8,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "port_list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fc_rscn_affected_port_id_page_t"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fc_rscn_payload_t": {
      "size": 8,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "port_list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fc_rscn_affected_port_id_page_t"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fc_rsp_info_s": {
      "size": 8,
      "fields": {
        "addl_rsp_info": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "fc_scr_payload_s": {
      "size": 8,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "function": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "fc_scr_payload_t": {
      "size": 8,
      "fields": {
        "command_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "function": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "fc_vm_header_s": {
      "size": 16,
      "fields": {
        "dst_vmid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "src_vmid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fc_vm_header_t": {
      "size": 16,
      "fields": {
        "dst_vmid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "src_vmid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fcct_gidpt_acc_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_6c1417083f1593e8"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fcct_gidpt_acc_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_6c1417083f1593e8"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fcct_gidpt_req_s": {
      "size": 20,
      "fields": {
        "area_id_scope": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "domain_id_scope": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "flags": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fcct_gidpt_req_t": {
      "size": 20,
      "fields": {
        "area_id_scope": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "domain_id_scope": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "flags": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fcct_iu_header_s": {
      "size": 16,
      "fields": {
        "cmd_rsp_code": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "fragment_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "gs_subtype": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "gs_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "in_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "max_residual_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "options": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reason_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "reason_code_explanation": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "resv1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "revision": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vendor_specific": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "fcct_iu_header_t": {
      "size": 16,
      "fields": {
        "cmd_rsp_code": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "fragment_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "gs_subtype": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "gs_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "in_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "max_residual_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "options": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "reason_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "reason_code_explanation": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "resv1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "revision": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vendor_specific": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "fcct_rffid_req_s": {
      "size": 24,
      "fields": {
        "fc4_feature_bits": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "fcct_rffid_req_t": {
      "size": 24,
      "fields": {
        "fc4_feature_bits": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "fcct_rftid_req_s": {
      "size": 52,
      "fields": {
        "fc4_types": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fcct_rftid_req_t": {
      "size": 52,
      "fields": {
        "fc4_types": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fcct_iu_header_t"
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fchdir_args": {
      "size": 8,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fchflags_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fchmod_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "fchmodat_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fchown_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "gid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "gid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "gid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "uid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "uid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fchownat_args": {
      "size": 40,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "gid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "gid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "uid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "uid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "fcntl_args": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "arg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "arg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fcoe_stats_info": {
      "size": 100,
      "fields": {
        "fip_login_failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "mac_add1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "mac_add2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "mac_local": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "qos_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_fc_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_fcs_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rxq_avg_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rxq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tx_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_frames_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_frames_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "txq_avg_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "txq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "version": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fcp_cmnd_iu_s": {
      "size": 48,
      "fields": {
        "additional_fcp_cdb_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "command_priority": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "command_reference_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fcp_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fcp_cdb_and_dl": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "fcp_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rddata": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "task_attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "task_management_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "wrdata": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "fcp_cmnd_iu_t": {
      "size": 48,
      "fields": {
        "additional_fcp_cdb_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "command_priority": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "command_reference_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fcp_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fcp_cdb_and_dl": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "fcp_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rddata": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "task_attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "task_management_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "wrdata": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "fcp_rsp_info_t": {
      "size": 8,
      "fields": {
        "addl_rsp_info": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "fcp_rsp_iu_s": {
      "size": 276,
      "fields": {
        "data": {
          "type": {
            "count": 252,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "fcp_resid": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fcp_rsp_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "fcp_sns_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "rsvd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "status_qualifier": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fcp_rsp_iu_t": {
      "size": 276,
      "fields": {
        "data": {
          "type": {
            "count": 252,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "fcp_resid": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fcp_rsp_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "fcp_sns_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "rsvd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "status_qualifier": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fcp_xfer_rdy_iu_s": {
      "size": 12,
      "fields": {
        "fcp_burst_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "fcp_data_ro": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fcp_xfer_rdy_iu_t": {
      "size": 12,
      "fields": {
        "fcp_burst_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "fcp_data_ro": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fcparam": {
      "size": 53440,
      "fields": {
        "fctape_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "flash_data_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "flt_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "flt_region_aux_img_status_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "flt_region_aux_img_status_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "flt_region_boot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "flt_region_boot_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "flt_region_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "flt_region_fcp_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "flt_region_fdt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flt_region_flt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "flt_region_fw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "flt_region_fw_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "flt_region_gold_fw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "flt_region_img_status_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "flt_region_img_status_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "flt_region_npiv_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "flt_region_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "flt_region_nvram_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "flt_region_vpd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "flt_region_vpd_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "flt_region_vpd_nvram_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "flt_region_vpd_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "isp_fabric_params": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "isp_fwoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "isp_fwstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "isp_gbspeed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "isp_lasthdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "isp_linkstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "isp_login_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "isp_loopid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "isp_loopstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "isp_portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "isp_retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "isp_retry_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "isp_scanscratch": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 49344
        },
        "isp_scdma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 49336
        },
        "isp_scratch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 49328
        },
        "isp_sns_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "isp_topo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "isp_use_gff_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "isp_use_gft_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "isp_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "isp_wwnn_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "isp_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "isp_wwpn_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "isp_xfwoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "isp_zfwoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "portdb": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fcportdb_t"
            }
          },
          "offset": 176
        },
        "role": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "sendmarker": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "fcportdb_t": {
      "size": 48,
      "fields": {
        "gone_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "is_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "is_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "new_portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "new_prli_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "new_prli_word3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "node_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "port_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "prli_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "prli_word3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "probational": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 11
        },
        "state": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "fctl_cb_arg": {
      "size": 16,
      "fields": {
        "fctl0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "has_fctl0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fd_data": {
      "size": 240,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 184
        },
        "fd_bq": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 192
        },
        "fd_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 168
        },
        "fd_iocount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fd_ioptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fd_iosize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fd_provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 176
        },
        "fdc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fdc_data"
            }
          },
          "offset": 16
        },
        "fdsu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ft": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_type"
            }
          },
          "offset": 32
        },
        "fts": {
          "type": {
            "kind": "struct",
            "name": "fd_type"
          },
          "offset": 40
        },
        "gone": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 232
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "toffhandle": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 104
        },
        "track": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "fd_drivetype"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "fd_form_data": {
      "size": 148,
      "fields": {
        "fillbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "gaplen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "idfields": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fd_idfield_data"
            }
          },
          "offset": 4
        },
        "nsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "secshift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fd_formb": {
      "size": 164,
      "fields": {
        "cyl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "format_info": {
          "type": {
            "kind": "struct",
            "name": "fd_form_data"
          },
          "offset": 16
        },
        "format_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "transfer_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fd_idfield_data": {
      "size": 4,
      "fields": {
        "cylno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "headno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "secno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "secsize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "fd_set": {
      "size": 128,
      "fields": {
        "__fds_bits": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fd_type": {
      "size": 48,
      "fields": {
        "datalen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "f_gap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "f_inter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "gap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "offset_side2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "secsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sectrac": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tracks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "trans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fdatasync_args": {
      "size": 8,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fdc_data": {
      "size": 400,
      "fields": {
        "bp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 112
        },
        "dmachan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_data"
            }
          },
          "offset": 16
        },
        "fdc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 352
        },
        "fdc_errs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "fdc_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 344
        },
        "fdc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 360
        },
        "fdc_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 392
        },
        "fdct": {
          "type": {
            "kind": "enum",
            "name": "fdc_type"
          },
          "offset": 60
        },
        "fdcu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fdout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 72
        },
        "ioff": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 312
        },
        "ioh": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 248
        },
        "iot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "res_drq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 128
        },
        "res_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 120
        },
        "resio": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 176
        },
        "retry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rid_drq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "rid_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "ridio": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 144
        },
        "status": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "fdc_ivars": {
      "size": 8,
      "fields": {
        "fdtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fdunit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fdc_readid": {
      "size": 4,
      "fields": {
        "cyl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "secshift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "fdc_status": {
      "size": 28,
      "fields": {
        "status": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fdc_walk_ctx": {
      "size": 40,
      "fields": {
        "acpi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "fd_present": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "fdescenttbl": {
      "size": 8,
      "fields": {
        "fdt_nfiles": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fdt_ofiles": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "filedescent"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fdescenttbl0": {
      "size": 968,
      "fields": {
        "fdt_nfiles": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fdt_ofiles": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "filedescent"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "featuresState": {
      "size": 4,
      "fields": {
        "fBits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dde5e19b412ab347"
          },
          "offset": 0
        },
        "fValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "feed_eq_coeff": {
      "size": 40,
      "fields": {
        "bass": {
          "type": {
            "kind": "struct",
            "name": "feed_eq_coeff_tone"
          },
          "offset": 20
        },
        "treble": {
          "type": {
            "kind": "struct",
            "name": "feed_eq_coeff_tone"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "feed_eq_coeff_tone": {
      "size": 20,
      "fields": {
        "a1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "a2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "b0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "b1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "b2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "feed_eq_info": {
      "size": 304,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "bass": {
          "type": {
            "kind": "struct",
            "name": "feed_eq_tone"
          },
          "offset": 132
        },
        "biquad": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "coeff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "feed_eq_coeff"
            }
          },
          "offset": 264
        },
        "preamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "treble": {
          "type": {
            "kind": "struct",
            "name": "feed_eq_tone"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "feed_eq_tone": {
      "size": 132,
      "fields": {
        "gain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "i1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 64
        },
        "i2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 96
        },
        "o1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "o2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "feed_format_info": {
      "size": 72,
      "fields": {
        "channels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ialign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ibps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "oalign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "obps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reservoir": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "feed_matrix_info": {
      "size": 1664,
      "fields": {
        "apply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "bps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ialign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "matrix": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_f6c6c68822efb30f"
            }
          },
          "offset": 32
        },
        "oalign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reservoir": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1628
        }
      },
      "kind": "struct"
    },
    "feed_mixer_info": {
      "size": 16,
      "fields": {
        "bps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "feed_volume_info": {
      "size": 56,
      "fields": {
        "apply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "bps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "matrix": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "volume_class": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "feeder_chain_desc": {
      "size": 96,
      "fields": {
        "afmt_ne": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "current": {
          "type": {
            "kind": "struct",
            "name": "feeder_chain_state"
          },
          "offset": 16
        },
        "desc": {
          "type": {
            "kind": "struct",
            "name": "pcm_feederdesc"
          },
          "offset": 48
        },
        "dummy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "expensive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "origin": {
          "type": {
            "kind": "struct",
            "name": "feeder_chain_state"
          },
          "offset": 0
        },
        "target": {
          "type": {
            "kind": "struct",
            "name": "feeder_chain_state"
          },
          "offset": 32
        },
        "use_eq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "use_matrix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "use_volume": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "feeder_chain_state": {
      "size": 16,
      "fields": {
        "afmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "matrix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcmchan_matrix"
            }
          },
          "offset": 8
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "feeder_class": {
      "size": 64,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_feederdesc"
            }
          },
          "offset": 48
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "feedertab_entry": {
      "size": 32,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_feederdesc"
            }
          },
          "offset": 16
        },
        "feederclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "feeder_class"
            }
          },
          "offset": 8
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_80a81a62367ee247"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fexecve_args": {
      "size": 24,
      "fields": {
        "argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 8
        },
        "argv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "argv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 16
        },
        "envv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ffclock_estimate": {
      "size": 56,
      "fields": {
        "errb_abs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "errb_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "leapsec": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 54
        },
        "leapsec_next": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "leapsec_total": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 52
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "update_ffcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "update_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ffclock_estimate32": {
      "size": 52,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 51
        },
        "errb_abs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "errb_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "leapsec": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 50
        },
        "leapsec_next": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 20
        },
        "leapsec_total": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 48
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "update_ffcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "update_time": {
          "type": {
            "kind": "struct",
            "name": "bintime32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ffclock_getcounter_args": {
      "size": 8,
      "fields": {
        "ffcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "ffcount_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ffcount_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ffclock_getestimate_args": {
      "size": 8,
      "fields": {
        "cest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ffclock_estimate"
            }
          },
          "offset": 0
        },
        "cest_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cest_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ffclock_info": {
      "size": 72,
      "fields": {
        "error": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 0
        },
        "leapsec_adjustment": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "period_lerp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "tick_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 16
        },
        "tick_time_lerp": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ffclock_setestimate_args": {
      "size": 8,
      "fields": {
        "cest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ffclock_estimate"
            }
          },
          "offset": 0
        },
        "cest_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cest_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ffs_blkfree_trim_params": {
      "size": 112,
      "fields": {
        "blklist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65d40db778a5ef33"
          },
          "offset": 0
        },
        "bno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "devvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 72
        },
        "hashlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_570ba86454aa76f5"
          },
          "offset": 16
        },
        "inum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32
        },
        "ump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufsmount"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "fha_ctls": {
      "size": 24,
      "fields": {
        "bin_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "max_nfsds_per_fh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_reqs_per_nfsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "read": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fha_hash_entry": {
      "size": 56,
      "fields": {
        "fh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7e66418d6659c74d"
          },
          "offset": 8
        },
        "mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 0
        },
        "num_exclusive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "num_rw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "num_threads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "threads": {
          "type": {
            "kind": "struct",
            "name": "svcthread_list"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "fha_hash_entry_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fha_hash_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fha_hash_slot": {
      "size": 40,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "fha_hash_entry_list"
          },
          "offset": 0
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fha_info": {
      "size": 32,
      "fields": {
        "fh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "locktype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "read": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fha_params": {
      "size": 10072,
      "fields": {
        "fha_hash": {
          "type": {
            "count": 251,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fha_hash_slot"
            }
          },
          "offset": 0
        },
        "server_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10040
        }
      },
      "kind": "struct"
    },
    "fhandle": {
      "size": 28,
      "fields": {
        "fh_fid": {
          "type": {
            "kind": "struct",
            "name": "fid"
          },
          "offset": 8
        },
        "fh_fsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fhandle_t": {
      "size": 28,
      "fields": {
        "fh_fid": {
          "type": {
            "kind": "struct",
            "name": "fid"
          },
          "offset": 8
        },
        "fh_fsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fhlink_args": {
      "size": 16,
      "fields": {
        "fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fhlinkat_args": {
      "size": 24,
      "fields": {
        "fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "to_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "to_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "tofd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "tofd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tofd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fhopen_args": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "u_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "u_fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u_fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fhreadlink_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bufsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "bufsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fhstat_args": {
      "size": 16,
      "fields": {
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stat"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "u_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "u_fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u_fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fhstatfs_args": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statfs"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "u_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "u_fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u_fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fib_change_entry": {
      "size": 40,
      "fields": {
        "nh_new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 32
        },
        "nh_old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 24
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "scopeid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_5ccd635b0c43ba38"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "fib_change_queue": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_change_entry"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fib_data": {
      "size": 256,
      "fields": {
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2d1fced43517424e"
          },
          "offset": 240
        },
        "fd_algo_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "fd_batch": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "fd_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 24
        },
        "fd_callout_action": {
          "type": {
            "kind": "enum",
            "name": "fib_callout_action"
          },
          "offset": 88
        },
        "fd_dead": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "fd_dp": {
          "type": {
            "kind": "struct",
            "name": "fib_dp"
          },
          "offset": 136
        },
        "fd_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 160
        },
        "fd_failed_rebuilds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fd_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "fd_fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fd_flm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_lookup_module"
            }
          },
          "offset": 176
        },
        "fd_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fd_linked": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "fd_need_rebuild": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "fd_num_changes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "fd_rh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_head"
            }
          },
          "offset": 120
        },
        "fd_rs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_subscription"
            }
          },
          "offset": 128
        },
        "fd_ss": {
          "type": {
            "kind": "struct",
            "name": "fib_sync_status"
          },
          "offset": 184
        },
        "fd_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 152
        },
        "hit_nhops": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "init_done": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "nh_idx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nhop_object"
              }
            }
          },
          "offset": 104
        },
        "nh_ref_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_ref_table"
            }
          },
          "offset": 112
        },
        "number_nhops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fib_data_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fib_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fib_dp": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fib_dp_header": {
      "size": 24,
      "fields": {
        "fdh_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 0
        },
        "fdh_idx": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fib_dp"
            }
          },
          "offset": 24
        },
        "fdh_num_tables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fib_error": {
      "size": 32,
      "fields": {
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8e42d1a58dfa1f9b"
          },
          "offset": 16
        },
        "fe_family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fe_fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fe_flm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_lookup_module"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fib_error_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_error"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fib_error"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fib_lookup_module": {
      "size": 168,
      "fields": {
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5d7bb7d2caea6366"
          },
          "offset": 152
        },
        "flm_change_rib_item_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "flm_change_rib_items_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "flm_destroy_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "flm_dump_end_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "flm_dump_rib_item_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "flm_family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flm_get_pref": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "flm_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "flm_init_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "flm_lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "flm_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "flm_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "spare": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "fib_sync_status": {
      "size": 48,
      "fields": {
        "bucket_changes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bucket_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "diverge_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        },
        "fd_change_queue": {
          "type": {
            "kind": "struct",
            "name": "fib_change_queue"
          },
          "offset": 32
        },
        "num_changes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fict_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_phys_fictitious_seg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fid": {
      "size": 20,
      "fields": {
        "fid_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "fid_data0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "field_desc": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fifoinfo": {
      "size": 32,
      "fields": {
        "fi_pipe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pipe"
            }
          },
          "offset": 0
        },
        "fi_readers": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "fi_rgen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "fi_wgen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "fi_writers": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "file": {
      "size": 80,
      "fields": {
        "f_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "f_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "f_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "f_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "f_nextoff": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 48
        },
        "f_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "f_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fileops"
            }
          },
          "offset": 16
        },
        "f_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 40
        },
        "f_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        },
        "f_vnread_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 42
        },
        "f_vnun": {
          "type": {
            "kind": "union",
            "name": "unnamed_b5197f467ddcc70e"
          },
          "offset": 64
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_98ccff1b0b4ac70e"
          },
          "offset": 44,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "file_offset_head": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file_offset_struct"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "file_offset_struct": {
      "size": 40,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "file_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4b831b31bf27b3b"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "file_operations": {
      "size": 88,
      "fields": {
        "compat_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "fasync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "llseek": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 0
        },
        "poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "unlocked_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "filecaps": {
      "size": 32,
      "fields": {
        "fc_fcntls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "fc_ioctls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "fc_nioctls": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 24
        },
        "fc_rights": {
          "type": {
            "kind": "struct",
            "name": "cap_rights_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "filedesc": {
      "size": 88,
      "fields": {
        "fd_files": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fdescenttbl"
            }
          },
          "offset": 0
        },
        "fd_freefile": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fd_holdcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "fd_holdleaderscount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "fd_holdleaderswakeup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "fd_kqlist": {
          "type": {
            "kind": "struct",
            "name": "kqlist"
          },
          "offset": 64
        },
        "fd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "fd_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "fd_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "filedesc0": {
      "size": 1072,
      "fields": {
        "fd_dfiles": {
          "type": {
            "kind": "struct",
            "name": "fdescenttbl0"
          },
          "offset": 96
        },
        "fd_dmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1064
        },
        "fd_fd": {
          "type": {
            "kind": "struct",
            "name": "filedesc"
          },
          "offset": 0
        },
        "fd_free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_20b21851fe41dbc5"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "filedesc_to_leader": {
      "size": 40,
      "fields": {
        "fdl_holdcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fdl_leader": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 16
        },
        "fdl_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filedesc_to_leader"
            }
          },
          "offset": 32
        },
        "fdl_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filedesc_to_leader"
            }
          },
          "offset": 24
        },
        "fdl_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fdl_wakeup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "filedescent": {
      "size": 48,
      "fields": {
        "fde_caps": {
          "type": {
            "kind": "struct",
            "name": "filecaps"
          },
          "offset": 8
        },
        "fde_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 0
        },
        "fde_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "fde_seqc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "fileobj": {
      "size": 728,
      "fields": {
        "linux_file": {
          "type": {
            "kind": "struct",
            "name": "linux_file"
          },
          "offset": 0
        },
        "vnode": {
          "type": {
            "kind": "struct",
            "name": "vnode"
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "fileops": {
      "size": 224,
      "fields": {
        "fo_add_seals": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "fo_aio_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "fo_chmod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "fo_chown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "fo_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "fo_fallocate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "fo_fill_kinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "fo_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "fo_fspacectl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "fo_get_seals": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "fo_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "fo_kqfilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "fo_mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "fo_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "fo_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "fo_seek": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "fo_sendfile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "fo_spares": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 152
        },
        "fo_stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "fo_truncate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "fo_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "filter_entry": {
      "size": 12,
      "fields": {
        "time_up": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "filter_entry_small": {
      "size": 8,
      "fields": {
        "time_up": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "filter_info": {
      "size": 20,
      "fields": {
        "dip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "locked": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "mac_hit": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "mac_idx": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "mac_vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "pkt_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "qset": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "report_filter_id": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "rss": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "sip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sip_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "vlan": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "vlan_prio": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "filterops": {
      "size": 40,
      "fields": {
        "f_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "f_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "f_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "f_isfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "f_touch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "find_iter_args": {
      "size": 16,
      "fields": {
        "i": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_DMAR_HARDWARE_UNIT"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "finger": {
      "size": 20,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "p": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "w": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "finger_t": {
      "size": 20,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "p": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "w": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "finst": {
      "size": 24,
      "fields": {
        "f_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "f_rrmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "f_rrname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "f_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fiobmap2_arg": {
      "size": 16,
      "fields": {
        "bn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "runb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "runp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fiodgname_arg": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fiodgname_arg32": {
      "size": 8,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "firewire_comm": {
      "size": 18624,
      "fields": {
        "arq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferq"
            }
          },
          "offset": 64
        },
        "ars": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferq"
            }
          },
          "offset": 80
        },
        "atq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferq"
            }
          },
          "offset": 72
        },
        "ats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferq"
            }
          },
          "offset": 88
        },
        "bdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "binds": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2c101b31facc5db"
          },
          "offset": 1728
        },
        "bmr_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 18264
        },
        "busid": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "busprobe_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 18200
        },
        "config_rom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18152
        },
        "crom_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crom_chunk"
            }
          },
          "offset": 18176
        },
        "crom_src": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crom_src"
            }
          },
          "offset": 18168
        },
        "crom_src_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crom_src_buf"
            }
          },
          "offset": 18160
        },
        "csr_arc": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1764
        },
        "cyctimer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18424
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devices": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d016e5396c48adb9"
          },
          "offset": 1744
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 18536
        },
        "eui": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 56
        },
        "ibr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18432
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18448
        },
        "ir": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fw_xferq"
              }
            }
          },
          "offset": 352
        },
        "irm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "irx_disable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18464
        },
        "irx_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18456
        },
        "irx_post": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18512
        },
        "it": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fw_xferq"
              }
            }
          },
          "offset": 96
        },
        "itx_disable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18480
        },
        "itx_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18472
        },
        "itx_post": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18520
        },
        "last_tlabel": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1632
        },
        "max_hop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "max_node": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "maxrec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 18544
        },
        "nisodma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "nodeid": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 17
        },
        "nport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18496
        },
        "probe_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 18616
        },
        "set_bmr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18440
        },
        "set_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18504
        },
        "sid_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1760
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "speed_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_speed_map"
            }
          },
          "offset": 18192
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "task_timeout": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 18392
        },
        "taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 18608
        },
        "tcode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcode_info"
            }
          },
          "offset": 18528
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 18488
        },
        "timeout_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 18328
        },
        "tlabel_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1696
        },
        "tlabels": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferlist"
            }
          },
          "offset": 608
        },
        "topology_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_topology_map"
            }
          },
          "offset": 18184
        },
        "wait_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 18576
        }
      },
      "kind": "struct"
    },
    "firewire_dev_comm": {
      "size": 32,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firewire_comm"
            }
          },
          "offset": 8
        },
        "post_busreset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "post_explore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "firewire_softc": {
      "size": 16,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firewire_comm"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "firmware": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fkeyarg": {
      "size": 20,
      "fields": {
        "flen": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 18
        },
        "keydef": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "keynum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fkeyarg_t": {
      "size": 20,
      "fields": {
        "flen": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 18
        },
        "keydef": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "keynum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fkeytab": {
      "size": 17,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "str": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fkeytab_t": {
      "size": 17,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "str": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fl_sdesc": {
      "size": 16,
      "fields": {
        "cl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "moff": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        },
        "nmbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "zidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "flash_desc": {
      "size": 8,
      "fields": {
        "size_mb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vendor_and_model_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "flash_file_hdr": {
      "size": 128,
      "fields": {
        "antidote": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "asic_type_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "build": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "file_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "num_imgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rsvd": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 97
        },
        "sign": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ufi_version": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "flash_img_attri": {
      "size": 20,
      "fields": {
        "img_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "img_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "img_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "optype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "skip_image": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "flash_sec_info": {
      "size": 2240,
      "fields": {
        "cookie": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fsec_entry": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "flash_section_entry"
            }
          },
          "offset": 192
        },
        "fsec_hdr": {
          "type": {
            "kind": "struct",
            "name": "flash_section_hdr"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "flash_section_entry": {
      "size": 64,
      "fields": {
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "entry_point": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "image_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pad_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ver_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "flash_section_hdr": {
      "size": 160,
      "fields": {
        "antidote": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "format_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "id_string": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "num_images": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "flash_slice": {
      "size": 32,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "flash_spec": {
      "size": 48,
      "fields": {
        "addr_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "config1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "config2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "config3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "page_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "strapping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "total_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "write1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "flm_lookup_key": {
      "size": 8,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_5c54b0f2a82bb3d6"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "flock": {
      "size": 32,
      "fields": {
        "l_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "l_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "l_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "l_sysid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "l_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 20
        },
        "l_whence": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "flock_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "how": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "how_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "how_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "flow_control_configuration": {
      "size": 48,
      "fields": {
        "dcb_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "dcb_outer_pri": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "dcb_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "dont_add_pri_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "traffic_type_to_priority_cos": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "priority_cos"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "flt_region": {
      "size": 16,
      "fields": {
        "attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "font_info": {
      "size": 32,
      "fields": {
        "fi_bitmap_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fi_checksum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fi_height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fi_map_count": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fi_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fop_args_tag": {
      "size": 16,
      "fields": {
        "doio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fork_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fork_req": {
      "size": 56,
      "fields": {
        "fr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fr_flags2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "fr_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fr_pd_fcaps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filecaps"
            }
          },
          "offset": 40
        },
        "fr_pd_fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "fr_pd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fr_pidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "fr_procp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "proc"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fortuna_state": {
      "size": 4240,
      "fields": {
        "fs_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned __int128"
          },
          "offset": 3600
        },
        "fs_key": {
          "type": {
            "kind": "union",
            "name": "randomdev_key"
          },
          "offset": 3616
        },
        "fs_lasttime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 4200
        },
        "fs_minpoolsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4196
        },
        "fs_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx_t"
          },
          "offset": 4208
        },
        "fs_pool": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fs_pool"
            }
          },
          "offset": 0
        },
        "fs_reseedcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3584
        }
      },
      "kind": "struct"
    },
    "fpacc87": {
      "size": 10,
      "fields": {
        "fp_bytes": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fpathconf_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fpreg": {
      "size": 512,
      "fields": {
        "fpr_acc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 32
        },
        "fpr_env": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "fpr_spare": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 416
        },
        "fpr_xacc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "fpreg32": {
      "size": 176,
      "fields": {
        "fpr_acc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "count": 10,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 28
        },
        "fpr_env": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fpr_ex_sw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "fpr_pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "fpregset_t": {
      "size": 512,
      "fields": {
        "fpr_acc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 32
        },
        "fpr_env": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "fpr_spare": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 416
        },
        "fpr_xacc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "fpu_kern_ctx": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hwstate1": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "savefpu"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "free": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "avail_list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "free_cdevsw": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdevsw"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "freeblklst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freeblks"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "freeblks"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freeblks": {
      "size": 160,
      "fields": {
        "fb_cgwait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "fb_chkcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "fb_devvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 88
        },
        "fb_freeworkhd": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 72
        },
        "fb_inum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "fb_jblkdephd": {
          "type": {
            "kind": "struct",
            "name": "jblkdephd"
          },
          "offset": 64
        },
        "fb_jwork": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 80
        },
        "fb_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "fb_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "fb_modrev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "fb_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f29c668c1509d65f"
          },
          "offset": 48
        },
        "fb_quota": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dquot"
              }
            }
          },
          "offset": 96
        },
        "fb_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "fb_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "fb_vtype": {
          "type": {
            "kind": "enum",
            "name": "enum_vtype_uint8"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "freebsd10__umtx_lock_args": {
      "size": 8,
      "fields": {
        "umtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx"
            }
          },
          "offset": 0
        },
        "umtx_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "umtx_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd10__umtx_unlock_args": {
      "size": 8,
      "fields": {
        "umtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx"
            }
          },
          "offset": 0
        },
        "umtx_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "umtx_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd10_freebsd32__umtx_lock_args": {
      "size": 8,
      "fields": {
        "umtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx"
            }
          },
          "offset": 0
        },
        "umtx_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "umtx_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd10_freebsd32__umtx_unlock_args": {
      "size": 8,
      "fields": {
        "umtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx"
            }
          },
          "offset": 0
        },
        "umtx_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "umtx_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd10_pipe_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "freebsd11_dirent": {
      "size": 264,
      "fields": {
        "d_fileno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "d_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "d_namlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "d_reclen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "d_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "freebsd11_fhstat_args": {
      "size": 16,
      "fields": {
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "u_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "u_fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u_fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd11_fhstatfs_args": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_statfs"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "u_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "u_fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u_fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_fhstat_args": {
      "size": 16,
      "fields": {
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat32"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "u_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "u_fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u_fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_fstat_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat32"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_fstatat_args": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat32"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_getdirentries_args": {
      "size": 32,
      "fields": {
        "basep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "basep_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "basep_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "count_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_getfsstat_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_statfs"
            }
          },
          "offset": 0
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "bufsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_kevent_args": {
      "size": 48,
      "fields": {
        "changelist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_kevent32"
            }
          },
          "offset": 8
        },
        "changelist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "changelist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "eventlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_kevent32"
            }
          },
          "offset": 24
        },
        "eventlist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "eventlist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nchanges": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nchanges_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nchanges_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "nevents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nevents_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nevents_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 40
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_lstat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat32"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_nfstat_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nstat32"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_nlstat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nstat32"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_nstat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nstat32"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_freebsd32_stat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat32"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_fstat_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_fstatat_args": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_fstatfs_args": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_statfs"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd11_getdents_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "count_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd11_getdirentries_args": {
      "size": 32,
      "fields": {
        "basep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 24
        },
        "basep_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "basep_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "count_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd11_getfsstat_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_statfs"
            }
          },
          "offset": 0
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "bufsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd11_kevent": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ident": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "udata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd11_kevent32": {
      "size": 20,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ident": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "udata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_kevent_args": {
      "size": 48,
      "fields": {
        "changelist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_kevent"
            }
          },
          "offset": 8
        },
        "changelist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "changelist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "eventlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_kevent"
            }
          },
          "offset": 24
        },
        "eventlist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "eventlist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nchanges": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nchanges_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nchanges_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "nevents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nevents_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nevents_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 40
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "freebsd11_lstat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_mknod_args": {
      "size": 24,
      "fields": {
        "dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dev_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "dev_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd11_mknodat_args": {
      "size": 32,
      "fields": {
        "dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dev_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "dev_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_nfstat_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nstat"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_nlstat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nstat"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_nstat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nstat"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_stat": {
      "size": 120,
      "fields": {
        "st_atim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 24
        },
        "st_birthtim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 104
        },
        "st_blksize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "st_blocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "st_ctim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 56
        },
        "st_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "st_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "st_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "st_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "st_lspare": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "st_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "st_mtim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 40
        },
        "st_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "st_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "st_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd11_stat32": {
      "size": 96,
      "fields": {
        "st_atim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 24
        },
        "st_birthtim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 80
        },
        "st_blksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "st_blocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "st_ctim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 40
        },
        "st_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "st_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "st_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "st_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "st_lspare": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "st_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "st_mtim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 32
        },
        "st_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "st_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "st_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd11_stat_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_stat"
            }
          },
          "offset": 8
        },
        "ub_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ub_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd11_statfs": {
      "size": 472,
      "fields": {
        "f_asyncreads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "f_asyncwrites": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "f_bavail": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "f_bfree": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "f_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "f_bsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "f_charspare": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "f_ffree": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "f_files": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "f_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "f_fsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 192
        },
        "f_fstypename": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 280
        },
        "f_iosize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "f_mntfromname": {
          "type": {
            "count": 88,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 296
        },
        "f_mntonname": {
          "type": {
            "count": 88,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 384
        },
        "f_namemax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "f_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "f_spare": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "f_syncreads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "f_syncwrites": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "f_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "f_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "freebsd11_statfs_args": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freebsd11_statfs"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd11_vadvise_args": {
      "size": 8,
      "fields": {
        "anom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "anom_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "anom_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd12_closefrom_args": {
      "size": 8,
      "fields": {
        "lowfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "lowfd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "lowfd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd12_shm_open_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd13_swapoff_args": {
      "size": 8,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32___semctl_args": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "semun32"
            }
          },
          "offset": 24
        },
        "arg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "arg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "semid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "semid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "semid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "semnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "semnum_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "semnum_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32___sysctl_args": {
      "size": 48,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "new_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "new_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "newlen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "old_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "old_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "oldlenp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "freebsd32___sysctlbyname_args": {
      "size": 48,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "new_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "new_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "newlen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "newlen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "old_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "old_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "oldlenp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "oldlenp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "freebsd32__umtx_op_args": {
      "size": 40,
      "fields": {
        "obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "obj_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "obj_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "op_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "op_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "uaddr1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "uaddr1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "uaddr1_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "uaddr2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "uaddr2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "uaddr2_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "val_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "val_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_abort2_args": {
      "size": 24,
      "fields": {
        "args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "args_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "args_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nargs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nargs_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nargs_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "why": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "why_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "why_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_adjtime_args": {
      "size": 16,
      "fields": {
        "delta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 0
        },
        "delta_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "delta_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "olddelta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 8
        },
        "olddelta_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "olddelta_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_error_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_fsync_args": {
      "size": 16,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 8
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "op_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "op_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_mlock_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_read_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_readv_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_return_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_suspend_args": {
      "size": 24,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nent_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nent_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 16
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_waitcomplete_args": {
      "size": 16,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 8
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_write_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_aio_writev_args": {
      "size": 8,
      "fields": {
        "aiocbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb32"
            }
          },
          "offset": 0
        },
        "aiocbp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "aiocbp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_cap_ioctls_get_args": {
      "size": 24,
      "fields": {
        "cmds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "cmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "maxcmds": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "maxcmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "maxcmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_cap_ioctls_limit_args": {
      "size": 24,
      "fields": {
        "cmds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "cmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ncmds": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ncmds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ncmds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_clock_getcpuclockid2_args": {
      "size": 32,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "clock_id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd32_clock_getres_args": {
      "size": 16,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 8
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_clock_gettime_args": {
      "size": 16,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 8
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_clock_nanosleep_args": {
      "size": 32,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "rmtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 24
        },
        "rmtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "rmtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "rqtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 16
        },
        "rqtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rqtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_clock_settime_args": {
      "size": 16,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 8
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_cpuset_getaffinity_args": {
      "size": 48,
      "fields": {
        "cpusetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "cpusetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cpusetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset_t"
            }
          },
          "offset": 40
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32_cpuset_getdomain_args": {
      "size": 56,
      "fields": {
        "domainsetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "domainsetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "domainsetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset_t"
            }
          },
          "offset": 40
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 48
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "policy_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32_cpuset_getid_args": {
      "size": 40,
      "fields": {
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "setid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "setid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "setid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32_cpuset_setaffinity_args": {
      "size": 48,
      "fields": {
        "cpusetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "cpusetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cpusetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset_t"
            }
          },
          "offset": 40
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32_cpuset_setdomain_args": {
      "size": 56,
      "fields": {
        "domainsetsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "domainsetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "domainsetsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset_t"
            }
          },
          "offset": 40
        },
        "mask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "mask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "policy_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 52
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32_cpuset_setid_args": {
      "size": 32,
      "fields": {
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "setid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "setid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "setid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_execve_args": {
      "size": 24,
      "fields": {
        "argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "argv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "argv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "envv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_fcntl_args": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "arg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "arg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_fexecve_args": {
      "size": 24,
      "fields": {
        "argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "argv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "argv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "envv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "envv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_ffclock_getestimate_args": {
      "size": 8,
      "fields": {
        "cest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ffclock_estimate32"
            }
          },
          "offset": 0
        },
        "cest_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cest_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_ffclock_setestimate_args": {
      "size": 8,
      "fields": {
        "cest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ffclock_estimate32"
            }
          },
          "offset": 0
        },
        "cest_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cest_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_fhstat_args": {
      "size": 16,
      "fields": {
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stat32"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "u_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 0
        },
        "u_fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u_fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_fstat_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stat32"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_fstatat_args": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stat32"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_ftruncate_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "length1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "length2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "length2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "length2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd32_futimens_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "times": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 8
        },
        "times_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "times_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_futimes_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 8
        },
        "tptr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_futimesat_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 16
        },
        "times_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_getcontext_args": {
      "size": 8,
      "fields": {
        "ucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext32"
            }
          },
          "offset": 0
        },
        "ucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_getfsstat_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statfs"
            }
          },
          "offset": 0
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "bufsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd32_getitimer_args": {
      "size": 16,
      "fields": {
        "itv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerval32"
            }
          },
          "offset": 8
        },
        "itv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "itv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_getrusage_args": {
      "size": 16,
      "fields": {
        "rusage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rusage32"
            }
          },
          "offset": 8
        },
        "rusage_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rusage_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "who": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "who_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "who_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_gettimeofday_args": {
      "size": 16,
      "fields": {
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 0
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timezone"
            }
          },
          "offset": 8
        },
        "tzp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_ioctl_args": {
      "size": 24,
      "fields": {
        "com": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "com_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "com_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_jail_args": {
      "size": 8,
      "fields": {
        "jail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jail32"
            }
          },
          "offset": 0
        },
        "jail_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "jail_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_jail_get_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 0
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_jail_set_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 0
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_kevent_args": {
      "size": 48,
      "fields": {
        "changelist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kevent32"
            }
          },
          "offset": 8
        },
        "changelist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "changelist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "eventlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kevent32"
            }
          },
          "offset": 24
        },
        "eventlist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "eventlist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nchanges": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nchanges_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nchanges_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "nevents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nevents_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nevents_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 40
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "freebsd32_kldstat_args": {
      "size": 16,
      "fields": {
        "fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fileid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fileid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kld_file_stat32"
            }
          },
          "offset": 8
        },
        "stat_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stat_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_ktimer_create_args": {
      "size": 24,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "evp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigevent32"
            }
          },
          "offset": 8
        },
        "evp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "evp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timerid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timerid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_ktimer_gettime_args": {
      "size": 16,
      "fields": {
        "timerid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timerid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerspec32"
            }
          },
          "offset": 8
        },
        "value_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "value_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_ktimer_settime_args": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "ovalue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerspec32"
            }
          },
          "offset": 24
        },
        "ovalue_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ovalue_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "timerid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timerid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerspec32"
            }
          },
          "offset": 16
        },
        "value_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "value_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_lio_listio_args": {
      "size": 32,
      "fields": {
        "acb_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "acb_list_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "acb_list_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "mode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nent_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nent_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "sig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigevent32"
            }
          },
          "offset": 24
        },
        "sig_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sig_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "freebsd32_lseek_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "whence": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "whence_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "whence_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "freebsd32_lutimes_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 8
        },
        "tptr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_mknodat_args": {
      "size": 40,
      "fields": {
        "dev1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dev1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "dev1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "dev2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dev2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "dev2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_mmap_args": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pos1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "pos1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "pos1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "pos2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "pos2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "pos2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 52
        },
        "prot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "prot_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prot_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd32_modstat_args": {
      "size": 16,
      "fields": {
        "modid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "modid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "modid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module_stat32"
            }
          },
          "offset": 8
        },
        "stat_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stat_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_mprotect_args": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "prot_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prot_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd32_msgctl_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msqid_ds32"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "msqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msqid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msqid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_msgrcv_args": {
      "size": 40,
      "fields": {
        "msgflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "msgflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "msgflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "msgp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "msgp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msgp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "msgsz_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msgtyp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "msgtyp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msgtyp_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "msqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msqid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msqid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_msgsnd_args": {
      "size": 32,
      "fields": {
        "msgflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "msgflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msgflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "msgp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "msgp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msgp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "msgsz_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msqid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msqid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_msgsys_args": {
      "size": 48,
      "fields": {
        "a2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "a2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "a2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "a3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a3_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "a3_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "a4": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a4_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a4_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "a5": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "a5_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "a5_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "a6": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "a6_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "a6_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_nanosleep_args": {
      "size": 16,
      "fields": {
        "rmtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 8
        },
        "rmtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rmtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rqtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 0
        },
        "rqtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rqtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_nmount_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 0
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_ntp_adjtime_args": {
      "size": 8,
      "fields": {
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timex32"
            }
          },
          "offset": 0
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_posix_fadvise_args": {
      "size": 48,
      "fields": {
        "advice": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "advice_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "advice_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "len1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "len1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "len1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "len2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "len2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "len2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd32_posix_fallocate_args": {
      "size": 40,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "len1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "len1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "len1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "len2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "len2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "len2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "freebsd32_ppoll_args": {
      "size": 32,
      "fields": {
        "fds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pollfd"
            }
          },
          "offset": 0
        },
        "fds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nfds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nfds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nfds_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 24
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 16
        },
        "ts_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ts_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_pread_args": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nbyte_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nbyte_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "freebsd32_preadv_args": {
      "size": 40,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "freebsd32_procctl_args": {
      "size": 40,
      "fields": {
        "com": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "com_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "com_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "idtype": {
          "type": {
            "kind": "enum",
            "name": "idtype"
          },
          "offset": 0
        },
        "idtype_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "idtype_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_ps_strings": {
      "size": 16,
      "fields": {
        "ps_argvstr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ps_envstr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ps_nargvstr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ps_nenvstr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32_pselect_args": {
      "size": 48,
      "fields": {
        "ex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 24
        },
        "ex_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ex_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 8
        },
        "in_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "in_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ou": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 16
        },
        "ou_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ou_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 40
        },
        "sm_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "sm_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "ts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 32
        },
        "ts_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ts_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "freebsd32_ptrace_args": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "req_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "req_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_pwrite_args": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nbyte_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nbyte_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "freebsd32_pwritev_args": {
      "size": 40,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "freebsd32_readv_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_recvmsg_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msghdr32"
            }
          },
          "offset": 8
        },
        "msg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_sched_rr_get_interval_args": {
      "size": 16,
      "fields": {
        "interval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 8
        },
        "interval_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "interval_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_select_args": {
      "size": 40,
      "fields": {
        "ex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 24
        },
        "ex_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ex_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 8
        },
        "in_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "in_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ou": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 16
        },
        "ou_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ou_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "tv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 32
        },
        "tv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "tv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "freebsd32_semsys_args": {
      "size": 40,
      "fields": {
        "a2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "a2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "a2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "a3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a3_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "a3_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "a4": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a4_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a4_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "a5": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "a5_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "a5_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_sendfile_args": {
      "size": 64,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 60
        },
        "hdtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sf_hdtr32"
            }
          },
          "offset": 40
        },
        "hdtr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "hdtr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "offset1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offset1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "offset2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offset2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "sbytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 48
        },
        "sbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "sbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "freebsd32_sendmsg_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msghdr32"
            }
          },
          "offset": 8
        },
        "msg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_setcontext_args": {
      "size": 8,
      "fields": {
        "ucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext32"
            }
          },
          "offset": 0
        },
        "ucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_setitimer_args": {
      "size": 24,
      "fields": {
        "itv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerval32"
            }
          },
          "offset": 8
        },
        "itv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "itv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oitv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerval32"
            }
          },
          "offset": 16
        },
        "oitv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oitv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_settimeofday_args": {
      "size": 16,
      "fields": {
        "tv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 0
        },
        "tv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timezone"
            }
          },
          "offset": 8
        },
        "tzp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_shmctl_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shmid_ds32"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "shmid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "shmid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "shmid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_shmsys_args": {
      "size": 32,
      "fields": {
        "a2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "a2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "a2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "a3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a3_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "a3_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "a4": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a4_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a4_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_sigaction_args": {
      "size": 24,
      "fields": {
        "act": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaction32"
            }
          },
          "offset": 8
        },
        "act_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "act_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oact": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaction32"
            }
          },
          "offset": 16
        },
        "oact_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oact_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sig_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sig_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "freebsd32_sigaltstack_args": {
      "size": 16,
      "fields": {
        "oss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaltstack32"
            }
          },
          "offset": 8
        },
        "oss_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "oss_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaltstack32"
            }
          },
          "offset": 0
        },
        "ss_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ss_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_sigqueue_args": {
      "size": 24,
      "fields": {
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "signum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "signum_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "signum_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "value_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "value_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_sigreturn_args": {
      "size": 8,
      "fields": {
        "sigcntxp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext32"
            }
          },
          "offset": 0
        },
        "sigcntxp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sigcntxp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_sigtimedwait_args": {
      "size": 24,
      "fields": {
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "siginfo32"
            }
          },
          "offset": 8
        },
        "info_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "info_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 0
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 16
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_sigwaitinfo_args": {
      "size": 16,
      "fields": {
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "siginfo32"
            }
          },
          "offset": 8
        },
        "info_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "info_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 0
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_swapcontext_args": {
      "size": 16,
      "fields": {
        "oucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext32"
            }
          },
          "offset": 0
        },
        "oucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "oucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext32"
            }
          },
          "offset": 8
        },
        "ucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_sysarch_args": {
      "size": 16,
      "fields": {
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "op_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "op_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "parms": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "parms_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "parms_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_thr_new_args": {
      "size": 16,
      "fields": {
        "param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thr_param32"
            }
          },
          "offset": 0
        },
        "param_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "param_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "param_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "param_size_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "param_size_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "freebsd32_thr_suspend_args": {
      "size": 8,
      "fields": {
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 0
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_truncate_args": {
      "size": 24,
      "fields": {
        "length1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "length2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "length2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "length2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freebsd32_utimensat_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec32"
            }
          },
          "offset": 16
        },
        "times_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "freebsd32_utimes_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval32"
            }
          },
          "offset": 8
        },
        "tptr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_wait4_args": {
      "size": 32,
      "fields": {
        "options": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "options_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "options_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "rusage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rusage32"
            }
          },
          "offset": 24
        },
        "rusage_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "rusage_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "status_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "status_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freebsd32_wait6_args": {
      "size": 56,
      "fields": {
        "id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "id2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "idtype": {
          "type": {
            "kind": "enum",
            "name": "idtype"
          },
          "offset": 0
        },
        "idtype_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "idtype_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "siginfo32"
            }
          },
          "offset": 48
        },
        "info_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "info_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "options_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "options_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "status_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "status_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "wrusage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__wrusage32"
            }
          },
          "offset": 40
        },
        "wrusage_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "wrusage_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "freebsd32_writev_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "freedep": {
      "size": 56,
      "fields": {
        "fd_freework": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freework"
            }
          },
          "offset": 48
        },
        "fd_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "freefile": {
      "size": 80,
      "fields": {
        "fx_devvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 64
        },
        "fx_jwork": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 72
        },
        "fx_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "fx_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "fx_oldinum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "freefrag": {
      "size": 96,
      "fields": {
        "ff_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "ff_fragsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "ff_inum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ff_jdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "worklist"
            }
          },
          "offset": 48
        },
        "ff_jwork": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 56
        },
        "ff_key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ff_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "ff_vtype": {
          "type": {
            "kind": "enum",
            "name": "enum_vtype_uint8"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "freelst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "freetable": {
      "size": 16,
      "fields": {
        "ft_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24617a507bacb417"
          },
          "offset": 8
        },
        "ft_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fdescenttbl"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "freework": {
      "size": 136,
      "fields": {
        "fw_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "fw_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "fw_freeblks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freeblks"
            }
          },
          "offset": 88
        },
        "fw_indir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "indirdep"
            }
          },
          "offset": 104
        },
        "fw_jnewblk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jnewblk"
            }
          },
          "offset": 80
        },
        "fw_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "fw_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "fw_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e361c63bbf57088"
          },
          "offset": 64
        },
        "fw_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "fw_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freework"
            }
          },
          "offset": 96
        },
        "fw_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "fw_segs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d04f5062300900e3"
          },
          "offset": 48
        },
        "fw_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        }
      },
      "kind": "struct"
    },
    "freq_info": {
      "size": 12,
      "fields": {
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "id16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "volts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "freq_range": {
      "size": 12,
      "fields": {
        "end_freq_khz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "max_bandwidth_khz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "start_freq_khz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "frmrel_softc": {
      "size": 2352,
      "fields": {
        "ALT": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 30
        },
        "addrlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "channel": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ctxinfo"
            }
          },
          "offset": 2080
        },
        "datahooks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "downstream": {
          "type": {
            "kind": "struct",
            "name": "ctxinfo"
          },
          "offset": 2336
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "local_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 8
        },
        "remote_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fs": {
      "size": 1376,
      "fields": {
        "fs_avgfilesize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1196
        },
        "fs_avgfpdir": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1200
        },
        "fs_bmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "fs_bshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "fs_bsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "fs_cblkno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fs_cgrotor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 724
        },
        "fs_cgsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "fs_ckhash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1304
        },
        "fs_clean": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 209
        },
        "fs_contigsumsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1316
        },
        "fs_csaddr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1096
        },
        "fs_cssize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "fs_cstotal": {
          "type": {
            "kind": "struct",
            "name": "csum_total"
          },
          "offset": 1008
        },
        "fs_dblkno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "fs_dsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1088
        },
        "fs_firstfield": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fs_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1312
        },
        "fs_fmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "fs_fmod": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 208
        },
        "fs_fpg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "fs_frag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "fs_fragshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "fs_fsbtodb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "fs_fshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "fs_fsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "fs_fsmnt": {
          "type": {
            "count": 468,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 212
        },
        "fs_iblkno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fs_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 144
        },
        "fs_inopb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "fs_ipg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "fs_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1372
        },
        "fs_maxbpg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "fs_maxbsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 860
        },
        "fs_maxcontig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "fs_maxfilesize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1328
        },
        "fs_maxsymlinklen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1320
        },
        "fs_metackhash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1308
        },
        "fs_metaspace": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 880
        },
        "fs_minfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "fs_mtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1208
        },
        "fs_ncg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "fs_nindir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "fs_ocsp": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 728
        },
        "fs_old_cgmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "fs_old_cgoffset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "fs_old_cpc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 856
        },
        "fs_old_cpg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "fs_old_csaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "fs_old_cstotal": {
          "type": {
            "kind": "struct",
            "name": "csum"
          },
          "offset": 192
        },
        "fs_old_dsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "fs_old_flags": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 211
        },
        "fs_old_inodefmt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1324
        },
        "fs_old_interleave": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "fs_old_ncyl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "fs_old_npsect": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "fs_old_nrpos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1360
        },
        "fs_old_nsect": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "fs_old_nspf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "fs_old_postblformat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1356
        },
        "fs_old_rotdelay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "fs_old_rps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "fs_old_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "fs_old_spc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "fs_old_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fs_old_trackskew": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "fs_optim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "fs_pad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 720
        },
        "fs_pendingblocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1104
        },
        "fs_pendinginodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1112
        },
        "fs_providersize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 872
        },
        "fs_qbmask": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1336
        },
        "fs_qfmask": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1344
        },
        "fs_ronly": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 210
        },
        "fs_save_cgsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1204
        },
        "fs_sblkno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "fs_sblockactualloc": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 992
        },
        "fs_sblockloc": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1000
        },
        "fs_sbsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "fs_si": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fs_summary_info"
            }
          },
          "offset": 848
        },
        "fs_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1080
        },
        "fs_snapinum": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1116
        },
        "fs_spare1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 108
        },
        "fs_spare2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "fs_spare5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1364
        },
        "fs_sparecon32": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1220
        },
        "fs_sparecon64": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 888
        },
        "fs_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1352
        },
        "fs_sujfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1216
        },
        "fs_swuid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "fs_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1072
        },
        "fs_unrefs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 864
        },
        "fs_unused_1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fs_volname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 680
        }
      },
      "kind": "struct"
    },
    "fs_base": {
      "size": 80,
      "fields": {
        "complete": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 64
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 32
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fs_base"
            }
          },
          "offset": 16
        },
        "refcount": {
          "type": {
            "kind": "struct",
            "name": "kref"
          },
          "offset": 28
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "fs_type"
          },
          "offset": 24
        },
        "users_refcount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "fs_client_priv_data": {
      "size": 32,
      "fields": {
        "client_dst_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "fs_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_handler"
            }
          },
          "offset": 0
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fs_fte": {
      "size": 632,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 620
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "fs_base"
          },
          "offset": 0
        },
        "dests": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 600
        },
        "dests_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "flow_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "fs_fte_status"
          },
          "offset": 624
        },
        "val": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "fs_pool": {
      "size": 112,
      "fields": {
        "fsp_hash": {
          "type": {
            "kind": "struct",
            "name": "randomdev_hash"
          },
          "offset": 8
        },
        "fsp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fs_prio": {
      "size": 152,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "fs_base"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "max_ft": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "max_ns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "num_ft": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "objs": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 80
        },
        "prio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "shared_lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "fs_star_rule": {
      "size": 16,
      "fields": {
        "fg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_group"
            }
          },
          "offset": 0
        },
        "fte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fs_fte"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fs_summary_info": {
      "size": 32,
      "fields": {
        "si_active": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "si_contigdirs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "si_csp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "csum"
            }
          },
          "offset": 8
        },
        "si_maxcluster": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fsck_cmd": {
      "size": 32,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fseWkspMax_t": {
      "size": 14340,
      "fields": {
        "CTable_max": {
          "type": {
            "count": 2561,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "workspace": {
          "type": {
            "kind": "union",
            "name": "unnamed_be52946afb474412"
          },
          "offset": 10244
        }
      },
      "kind": "struct"
    },
    "fsid": {
      "size": 8,
      "fields": {
        "val": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fsid_t": {
      "size": 8,
      "fields": {
        "val": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fsinfo": {
      "size": 512,
      "fields": {
        "fsifill1": {
          "type": {
            "count": 480,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "fsifill2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 496
        },
        "fsinfree": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 488
        },
        "fsinxtfree": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 492
        },
        "fsisig1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fsisig2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 484
        },
        "fsisig3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 508
        }
      },
      "kind": "struct"
    },
    "fsm_state": {
      "size": 16,
      "fields": {
        "handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "nstate": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_state"
          },
          "offset": 4
        },
        "ostate": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_state"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fspacectl_args": {
      "size": 40,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "rmsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "spacectl_range"
            }
          },
          "offset": 32
        },
        "rmsr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "rmsr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "rqsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "spacectl_range"
            }
          },
          "offset": 16
        },
        "rqsr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rqsr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fsrecovery": {
      "size": 20,
      "fields": {
        "fsr_fpg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fsr_fsbtodb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "fsr_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fsr_ncg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fsr_sblkno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fstat_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stat"
            }
          },
          "offset": 8
        },
        "sb_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fstatat_args": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stat"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fstatfs_args": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statfs"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fsync_args": {
      "size": 8,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ftruncate_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "length_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fullPcdacStruct": {
      "size": 264,
      "fields": {
        "PcdacValues": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "PwrValues": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 136
        },
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "numPcdacValues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcdacMax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pcdacMin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "function_start_data": {
      "size": 48,
      "fields": {
        "allow_npar_tx_switching": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "c2s_pri_default": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "c2s_pri_trans_table": {
          "type": {
            "kind": "struct",
            "name": "c2s_pri_trans_table_entry"
          },
          "offset": 40
        },
        "c2s_pri_tt_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "dmae_cmd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "function_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "geneve_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "inner_clss_l2geneve": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "inner_clss_l2gre": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "inner_clss_vxlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "inner_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "network_cos_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "no_added_tags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "sd_accept_mf_clss_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "sd_accept_mf_clss_fail_ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "sd_accept_mf_clss_fail_match_ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "sd_vlan_eth_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "sd_vlan_force_pri_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "sd_vlan_force_pri_val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "sd_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vif_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vxlan_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "function_update_data": {
      "size": 40,
      "fields": {
        "afex_default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "afex_default_vlan_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "allowed_priorities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "allowed_priorities_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "geneve_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "inner_clss_l2geneve": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "inner_clss_l2gre": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "inner_clss_vxlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "inner_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "lb_mode_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "lb_mode_en_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "network_cos_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "network_cos_mode_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sd_vlan_eth_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "sd_vlan_eth_type_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "sd_vlan_force_pri_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "sd_vlan_force_pri_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "sd_vlan_force_pri_val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "sd_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "sd_vlan_tag_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "tx_switch_suspend": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "tx_switch_suspend_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "update_tunn_cfg_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "vif_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vif_id_change_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vxlan_dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "function_update_event_data": {
      "size": 12,
      "fields": {
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "funlinkat_args": {
      "size": 32,
      "fields": {
        "dfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dfd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "dfd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "futimens_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "times": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 8
        },
        "times_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "times_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "futimes_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "tptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 8
        },
        "tptr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "futimesat_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 16
        },
        "times_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fw_acl_mac_cmd": {
      "size": 48,
      "fields": {
        "en_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "macaddr0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "macaddr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "macaddr2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "macaddr3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "nmac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "r5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "r6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "r7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "fw_acl_vlan_cmd": {
      "size": 48,
      "fields": {
        "dropnovlan_fm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "en_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3_lo": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "vlanid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_addr": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_asybindreq": {
      "size": 16,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "struct",
            "name": "fw_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_asyreq": {
      "size": 2084,
      "fields": {
        "data": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "pkt": {
          "type": {
            "kind": "struct",
            "name": "fw_pkt"
          },
          "offset": 20
        },
        "req": {
          "type": {
            "kind": "struct",
            "name": "fw_asyreq_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_asyreq_t": {
      "size": 20,
      "fields": {
        "dst": {
          "type": {
            "kind": "union",
            "name": "unnamed_8bd001da81193e41"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sped": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_bind": {
      "size": 56,
      "fields": {
        "chlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_302bd2564b3f939f"
          },
          "offset": 40
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "fclist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_302bd2564b3f939f"
          },
          "offset": 32
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xferlist": {
          "type": {
            "kind": "struct",
            "name": "fw_xferlist"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_bufspec": {
      "size": 12,
      "fields": {
        "nchunk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "npacket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "psize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_bulkxfer": {
      "size": 48,
      "fields": {
        "end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a605b2e7b87083e4"
          },
          "offset": 16
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "poffset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "resp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fw_bye_cmd": {
      "size": 16,
      "fields": {
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_caps_config_cmd": {
      "size": 48,
      "fields": {
        "cfcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "cfvalid_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cryptocaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "fcoecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "finicsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "finiver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "hwmbitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "iscsicaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "linkcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "nbmcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "niccaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rdmacaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "switchcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "toecaps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "fw_clip_cmd": {
      "size": 32,
      "fields": {
        "alloc_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ip_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ip_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fw_crom_buf": {
      "size": 24,
      "fields": {
        "eui": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_debug": {
      "size": 40,
      "fields": {
        "assert": {
          "type": {
            "kind": "struct",
            "name": "fw_debug_assert"
          },
          "offset": 0
        },
        "prt": {
          "type": {
            "kind": "struct",
            "name": "fw_debug_prt"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_debug_assert": {
      "size": 40,
      "fields": {
        "fcid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "filename_0_7": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "filename_8_15": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "line": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fw_debug_cmd": {
      "size": 48,
      "fields": {
        "len16_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_debug"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_debug_prt": {
      "size": 24,
      "fields": {
        "dprtstridx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "dprtstrparam0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dprtstrparam1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dprtstrparam2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dprtstrparam3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "fw_device": {
      "size": 1072,
      "fields": {
        "csrrom": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "dst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "eui": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 4
        },
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firewire_comm"
            }
          },
          "offset": 1048
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_81bb148fb4e29ef0"
          },
          "offset": 1064
        },
        "maxrec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "nport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "rcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1044
        },
        "rommax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1056
        }
      },
      "kind": "struct"
    },
    "fw_devinfo": {
      "size": 12,
      "fields": {
        "dst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "eui": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "fw_devlog_cmd": {
      "size": 32,
      "fields": {
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "memsize_devlog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "memtype_devlog_memaddr16_devlog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "r3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_devlog_e": {
      "size": 256,
      "fields": {
        "facility": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "fmt": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "params": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_devlstreq": {
      "size": 844,
      "fields": {
        "dev": {
          "type": {
            "count": 70,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fw_devinfo"
            }
          },
          "offset": 4
        },
        "info_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "n": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_drv1": {
      "size": 80,
      "fields": {
        "binds": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2c101b31facc5db"
          },
          "offset": 48
        },
        "bufreq": {
          "type": {
            "kind": "struct",
            "name": "fw_isobufreq"
          },
          "offset": 24
        },
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firewire_comm"
            }
          },
          "offset": 0
        },
        "ir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferq"
            }
          },
          "offset": 8
        },
        "it": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferq"
            }
          },
          "offset": 16
        },
        "rq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_81380ca44fdfcbae"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "fw_eq_ctrl_cmd": {
      "size": 32,
      "fields": {
        "alloc_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmpliqid_eqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dcaen_to_eqsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eqaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "fetchszm_to_iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physeqid_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fw_eq_eth_cmd": {
      "size": 48,
      "fields": {
        "alloc_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "autoequiqe_to_viid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dcaen_to_eqsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eqaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "eqid_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fetchszm_to_iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physeqid_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "timeren_timerix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "fw_eq_ofld_cmd": {
      "size": 32,
      "fields": {
        "alloc_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dcaen_to_eqsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eqaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "eqid_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fetchszm_to_iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physeqid_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fw_error": {
      "size": 24,
      "fields": {
        "acl": {
          "type": {
            "kind": "struct",
            "name": "fw_error_acl"
          },
          "offset": 0
        },
        "exception": {
          "type": {
            "kind": "struct",
            "name": "fw_error_exception"
          },
          "offset": 0
        },
        "hwmodule": {
          "type": {
            "kind": "struct",
            "name": "fw_error_hwmodule"
          },
          "offset": 0
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "fw_error_wr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_error_acl": {
      "size": 24,
      "fields": {
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "eqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mv_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pfn_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "val": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "fw_error_cmd": {
      "size": 32,
      "fields": {
        "len16_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_to_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_error"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_error_exception": {
      "size": 24,
      "fields": {
        "info": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_error_hwmodule": {
      "size": 8,
      "fields": {
        "regaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "regval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_error_wr": {
      "size": 24,
      "fields": {
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "eqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pfn_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "wrhdr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_eo": {
      "size": 16,
      "fields": {
        "geneveseg": {
          "type": {
            "kind": "struct",
            "name": "fw_eth_tx_eo_geneveseg"
          },
          "offset": 0
        },
        "nvgreseg": {
          "type": {
            "kind": "struct",
            "name": "fw_eth_tx_eo_nvgreseg"
          },
          "offset": 0
        },
        "tcpseg": {
          "type": {
            "kind": "struct",
            "name": "fw_eth_tx_eo_tcpseg"
          },
          "offset": 0
        },
        "udpseg": {
          "type": {
            "kind": "struct",
            "name": "fw_eth_tx_eo_udpseg"
          },
          "offset": 0
        },
        "vxlanseg": {
          "type": {
            "kind": "struct",
            "name": "fw_eth_tx_eo_vxlanseg"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_eth_tx_eo_geneveseg": {
      "size": 16,
      "fields": {
        "genevehdroff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iphdroffin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iphdroffout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "tcphdroffin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_eo_nvgreseg": {
      "size": 16,
      "fields": {
        "grehdroff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iphdroffin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iphdroffout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "tcphdroffin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_eo_tcpseg": {
      "size": 16,
      "fields": {
        "ethlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "iplen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "r5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "tcplen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "tsclk_tsoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_eo_udpseg": {
      "size": 16,
      "fields": {
        "ethlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "iplen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rtplen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "schedpktsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "udplen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_eo_vxlanseg": {
      "size": 16,
      "fields": {
        "iphdroffin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iphdroffout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "tcphdroffin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vxlanhdroff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_eo_wr": {
      "size": 32,
      "fields": {
        "equiq_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_immdlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_eth_tx_eo"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_pkt_vm_wr": {
      "size": 32,
      "fields": {
        "equiq_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ethmacdst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "ethmacsrc": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "op_immdlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "vlantci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_pkt_wr": {
      "size": 16,
      "fields": {
        "equiq_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_immdlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_pkts_vm_wr": {
      "size": 32,
      "fields": {
        "equiq_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ethmacdst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "ethmacsrc": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "npkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "op_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "vlantci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "fw_eth_tx_pkts_wr": {
      "size": 16,
      "fields": {
        "equiq_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "npkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "op_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "fw_eui64": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_filter2_wr": {
      "size": 208,
      "fields": {
        "del_filter_to_l2tix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ethtypem": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "filter_type_swapmac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 130
        },
        "fip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "fipm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "fp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "fpm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "frag_to_ovlan_vldm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "ivlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ivlanm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "len16_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "lipm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "lp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "lpm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "maci_to_matchtypem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "natmode_to_ulp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 131
        },
        "natseqcheck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "newfip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "newfport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "newlip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "newlport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "op_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ovlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "ovlanm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "ptcl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "ptclm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "r10": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "r11": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "r12": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "r13": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "r8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_chan_rx_rpl_iq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "sma": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 122
        },
        "smac_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "tid_to_iq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ttyp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ttypm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        }
      },
      "kind": "struct"
    },
    "fw_filter_wr": {
      "size": 128,
      "fields": {
        "del_filter_to_l2tix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ethtypem": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "fip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "fipm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "fp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "fpm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "frag_to_ovlan_vldm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "ivlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ivlanm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "len16_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "lipm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "lp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "lpm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "maci_to_matchtypem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "op_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ovlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "ovlanm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "ptcl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "ptclm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "rx_chan_rx_rpl_iq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "sma": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 122
        },
        "smac_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "tid_to_iq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ttyp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ttypm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        }
      },
      "kind": "struct"
    },
    "fw_flowc_mnemval": {
      "size": 8,
      "fields": {
        "mnemonic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "r4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_flowc_wr": {
      "size": 8,
      "fields": {
        "flowid_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mnemval": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fw_flowc_mnemval"
            }
          },
          "offset": 8
        },
        "op_to_nparams": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_h": {
      "size": 20,
      "fields": {
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "fw_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "intfver_fcoe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "intfver_fcoepdu": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "intfver_iscsi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "intfver_iscsipdu": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "intfver_nic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "intfver_ofld": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "intfver_ri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "intfver_vnic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "len512": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tp_microcode_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_hdr": {
      "size": 128,
      "fields": {
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dsign": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "dsign_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fw_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "intfver_fcoe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "intfver_fcoepdu": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "intfver_iscsi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "intfver_iscsipdu": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "intfver_nic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "intfver_ofld": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "intfver_ri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "intfver_vnic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "len512": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved6": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "reserved7": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "tp_microcode_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_hello_cmd": {
      "size": 16,
      "fields": {
        "err_to_clearinit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fwrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_info": {
      "size": 48,
      "fields": {
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fw_h": {
          "type": {
            "kind": "struct",
            "name": "fw_h"
          },
          "offset": 24
        },
        "fw_mod_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "kld_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_initialize_cmd": {
      "size": 16,
      "fields": {
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_iq_cmd": {
      "size": 64,
      "fields": {
        "alloc_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fl0addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "fl0dcaen_to_fl0cidxfthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "fl0id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "fl0size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "fl1addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "fl1cngchmap_to_fl1congen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "fl1dcaen_to_fl1cidxfthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "fl1id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "fl1size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "iqaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "iqdroprss_to_iqesize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "iqns_to_fl0congen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "iqsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "physiqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "type_to_iqandstindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_isobufreq": {
      "size": 24,
      "fields": {
        "rx": {
          "type": {
            "kind": "struct",
            "name": "fw_bufspec"
          },
          "offset": 12
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "fw_bufspec"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_isochreq": {
      "size": 1,
      "fields": {
        "ch": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_ldst": {
      "size": 56,
      "fields": {
        "addrval": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_addrval"
          },
          "offset": 0
        },
        "cim_rq": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_cim_rq"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_func"
          },
          "offset": 0
        },
        "i2c": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_i2c"
          },
          "offset": 0
        },
        "i2c_deprecated": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_i2c_deprecated"
          },
          "offset": 0
        },
        "idctxt": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_idctxt"
          },
          "offset": 0
        },
        "le": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_le"
          },
          "offset": 0
        },
        "mdio": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_mdio"
          },
          "offset": 0
        },
        "mps": {
          "type": {
            "kind": "union",
            "name": "fw_ldst_mps"
          },
          "offset": 0
        },
        "pcie": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_pcie"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_ldst_addrval": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_ldst_cim_rq": {
      "size": 40,
      "fields": {
        "r3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "req_first64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "req_second64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "resp_first64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "resp_second64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fw_ldst_cmd": {
      "size": 64,
      "fields": {
        "cycles_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_to_addrspace": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_ldst"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_ldst_func": {
      "size": 24,
      "fields": {
        "access_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ctl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "data0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mod_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_ldst_i2c": {
      "size": 56,
      "fields": {
        "blen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "boffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "data": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "did": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_ldst_i2c_deprecated": {
      "size": 8,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "boffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pid_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_ldst_idctxt": {
      "size": 40,
      "fields": {
        "ctxt_data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ctxt_data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ctxt_data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ctxt_data3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ctxt_data4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ctxt_data5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ctxt_data6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ctxt_data7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msg_ctxtflush": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "physid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_ldst_le": {
      "size": 48,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r11": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_ldst_mdio": {
      "size": 8,
      "fields": {
        "paddr_mmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "raddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_ldst_mps": {
      "size": 56,
      "fields": {
        "atrb": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_mps_atrb"
          },
          "offset": 0
        },
        "rplc": {
          "type": {
            "kind": "struct",
            "name": "fw_ldst_mps_rplc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_ldst_mps_atrb": {
      "size": 56,
      "fields": {
        "atrb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fid_mpsid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "r2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "r3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "vlan": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fw_ldst_mps_rplc": {
      "size": 36,
      "fields": {
        "fid_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rplc127_96": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rplc159_128": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rplc191_160": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rplc223_192": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rplc255_224": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rplc31_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rplc63_32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rplc95_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rplcpf_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "fw_ldst_pcie": {
      "size": 56,
      "fields": {
        "bnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ctrl_to_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ext_r": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nset_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcie_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "r": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "select_naccess": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_loadimage": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "imagename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_params_cmd": {
      "size": 64,
      "fields": {
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "param": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fw_params_param"
            }
          },
          "offset": 8
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_params_param": {
      "size": 8,
      "fields": {
        "mnem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_pfvf_cmd": {
      "size": 32,
      "fields": {
        "niqflint_niq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nricq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "nriqp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "r_caps_to_nethctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tc_to_nexactf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "type_to_neq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fw_pkt": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "union",
            "name": "unnamed_cb653266950a1051"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port": {
      "size": 24,
      "fields": {
        "dcb": {
          "type": {
            "kind": "union",
            "name": "fw_port_dcb"
          },
          "offset": 0
        },
        "diags": {
          "type": {
            "kind": "struct",
            "name": "fw_port_diags"
          },
          "offset": 0
        },
        "info": {
          "type": {
            "kind": "struct",
            "name": "fw_port_info"
          },
          "offset": 0
        },
        "info32": {
          "type": {
            "kind": "struct",
            "name": "fw_port_info32"
          },
          "offset": 0
        },
        "l1cfg": {
          "type": {
            "kind": "struct",
            "name": "fw_port_l1cfg"
          },
          "offset": 0
        },
        "l1cfg32": {
          "type": {
            "kind": "struct",
            "name": "fw_port_l1cfg32"
          },
          "offset": 0
        },
        "l2cfg": {
          "type": {
            "kind": "struct",
            "name": "fw_port_l2cfg"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_port_app_priority": {
      "size": 16,
      "fields": {
        "apply_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "protocolid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "r10_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "r12": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sel_field": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "user_prio_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_port_cmd": {
      "size": 32,
      "fields": {
        "action_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_to_portid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_port"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_port_dcb": {
      "size": 24,
      "fields": {
        "app_priority": {
          "type": {
            "kind": "struct",
            "name": "fw_port_app_priority"
          },
          "offset": 0
        },
        "control": {
          "type": {
            "kind": "struct",
            "name": "fw_port_dcb_control"
          },
          "offset": 0
        },
        "pfc": {
          "type": {
            "kind": "struct",
            "name": "fw_port_dcb_pfc"
          },
          "offset": 0
        },
        "pgid": {
          "type": {
            "kind": "struct",
            "name": "fw_port_dcb_pgid"
          },
          "offset": 0
        },
        "pgrate": {
          "type": {
            "kind": "struct",
            "name": "fw_port_dcb_pgrate"
          },
          "offset": 0
        },
        "priorate": {
          "type": {
            "kind": "struct",
            "name": "fw_port_dcb_priorate"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_port_dcb_control": {
      "size": 16,
      "fields": {
        "all_syncd_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dcb_version_to_app_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "r11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r12": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port_dcb_pfc": {
      "size": 16,
      "fields": {
        "apply_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "max_pfc_tcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "pfcen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "r10_lo": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "r11": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port_dcb_pgid": {
      "size": 16,
      "fields": {
        "apply_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r10_lo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "r11": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port_dcb_pgrate": {
      "size": 24,
      "fields": {
        "apply_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_tcs_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "pgrate": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "r10_lo": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "tsa": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port_dcb_priorate": {
      "size": 16,
      "fields": {
        "apply_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "r10_lo": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "strict_priorate": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port_diags": {
      "size": 8,
      "fields": {
        "diagop": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "diagval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fw_port_info": {
      "size": 24,
      "fields": {
        "acap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "auxlinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "cbllen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "dcbxdis_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "lpacap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "lstatus_to_modtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pcap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "r8_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_port_info32": {
      "size": 24,
      "fields": {
        "acaps32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "auxlinfo32_mtu32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "linkattr32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lpacaps32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lstatus32_to_cbllen32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pcaps32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fw_port_l1cfg": {
      "size": 8,
      "fields": {
        "r": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port_l1cfg32": {
      "size": 8,
      "fields": {
        "r": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rcap32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_port_l2cfg": {
      "size": 24,
      "fields": {
        "ctlbf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ivlantype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ovlan0mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ovlan0type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ovlan1mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ovlan1type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ovlan2mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ovlan2type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ovlan3_to_ivlan0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ovlan3mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ovlan3type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "txipg_force_pinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_rcv_buf": {
      "size": 32,
      "fields": {
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firewire_comm"
            }
          },
          "offset": 0
        },
        "nvec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "vec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 16
        },
        "xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xfer"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_reg_req_t": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_reset_cmd": {
      "size": 16,
      "fields": {
        "halt_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_rss_glb_config": {
      "size": 24,
      "fields": {
        "basicvirtual": {
          "type": {
            "kind": "struct",
            "name": "fw_rss_glb_config_basicvirtual"
          },
          "offset": 0
        },
        "manual": {
          "type": {
            "kind": "struct",
            "name": "fw_rss_glb_config_manual"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_rss_glb_config_basicvirtual": {
      "size": 24,
      "fields": {
        "mode_keymode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r8": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "synmapen_to_hashtoeplitz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_rss_glb_config_cmd": {
      "size": 32,
      "fields": {
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_rss_glb_config"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_rss_glb_config_manual": {
      "size": 24,
      "fields": {
        "mode_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_rss_ind_tbl_cmd": {
      "size": 64,
      "fields": {
        "iq0_to_iq2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iq12_to_iq14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "iq15_to_iq17": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "iq18_to_iq20": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "iq21_to_iq23": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "iq24_to_iq26": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "iq27_to_iq29": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "iq30_iq31": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "iq3_to_iq5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "iq6_to_iq8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "iq9_to_iq11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "niqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "op_to_viid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r15_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "startidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "fw_rss_vi_config": {
      "size": 24,
      "fields": {
        "basicvirtual": {
          "type": {
            "kind": "struct",
            "name": "fw_rss_vi_config_basicvirtual"
          },
          "offset": 0
        },
        "manual": {
          "type": {
            "kind": "struct",
            "name": "fw_rss_vi_config_manual"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_rss_vi_config_basicvirtual": {
      "size": 24,
      "fields": {
        "defaultq_to_udpen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r10": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "r6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "secretkeyidx_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "secretkeyxor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fw_rss_vi_config_cmd": {
      "size": 32,
      "fields": {
        "op_to_viid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_rss_vi_config"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_rss_vi_config_manual": {
      "size": 24,
      "fields": {
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_sched": {
      "size": 24,
      "fields": {
        "config": {
          "type": {
            "kind": "struct",
            "name": "fw_sched_config"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "fw_sched_params"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_sched_cmd": {
      "size": 32,
      "fields": {
        "op_to_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_sched"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_sched_config": {
      "size": 16,
      "fields": {
        "minmaxen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nclasses": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "r3": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "fw_sched_params": {
      "size": 24,
      "fields": {
        "burstsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pktsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "weight": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fw_self_id": {
      "size": 4,
      "fields": {
        "p0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ec914aa2dbc3d3d8"
          },
          "offset": 0
        },
        "p1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5926695c90e695de"
          },
          "offset": 0
        },
        "p2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f35349a13ce2290e"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_speed_map": {
      "size": 4104,
      "fields": {
        "crc": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "crc_len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "speed": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_topology_map": {
      "size": 1036,
      "fields": {
        "crc": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "crc_len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "node_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "self_id": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "fw_self_id"
            }
          },
          "offset": 12
        },
        "self_id_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_ulptx_wr": {
      "size": 16,
      "fields": {
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flowid_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_to_compl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_vi_cmd": {
      "size": 64,
      "fields": {
        "alloc_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "idseiq_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "idsiiq_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "nmac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "nmac0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "nmac1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "nmac2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "nmac3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "norss_rsssize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "portid_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "r10": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "r9": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "type_to_viid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_vi_enable_cmd": {
      "size": 16,
      "fields": {
        "blinkdur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ien_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_to_viid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fw_vi_mac": {
      "size": 56,
      "fields": {
        "exact": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fw_vi_mac_exact"
            }
          },
          "offset": 0
        },
        "exact_vni": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fw_vi_mac_vni"
            }
          },
          "offset": 0
        },
        "hash": {
          "type": {
            "kind": "struct",
            "name": "fw_vi_mac_hash"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "kind": "struct",
            "name": "fw_vi_mac_raw"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "fw_vi_mac_cmd": {
      "size": 64,
      "fields": {
        "freemacs_to_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_to_viid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "fw_vi_mac"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_vi_mac_exact": {
      "size": 8,
      "fields": {
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "valid_to_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_vi_mac_hash": {
      "size": 8,
      "fields": {
        "hashvec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_vi_mac_raw": {
      "size": 32,
      "fields": {
        "data0_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data0m_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "data1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "data1m": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "raw_idx_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fw_vi_mac_vni": {
      "size": 24,
      "fields": {
        "lookup_type_to_vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "macaddr_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "r7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "valid_to_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vni_mask_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "fw_vi_rxmode_cmd": {
      "size": 16,
      "fields": {
        "mtu_to_vlanexen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "op_to_viid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r4_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fw_vi_stats_vf": {
      "size": 128,
      "fields": {
        "rx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_err_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_ucast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_drop_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_offload_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_offload_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_ucast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "fw_watchdog_cmd": {
      "size": 16,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "op_to_vfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "retval_len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_xfer": {
      "size": 152,
      "fields": {
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firewire_comm"
            }
          },
          "offset": 8
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "hand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0cb4371f54fd0c1d"
          },
          "offset": 128
        },
        "malloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malloc_type"
            }
          },
          "offset": 144
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 120
        },
        "q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xferq"
            }
          },
          "offset": 16
        },
        "recv": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1e9b103bcde2064a"
          },
          "offset": 88
        },
        "resp": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 40
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "send": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1e9b103bcde2064a"
          },
          "offset": 56
        },
        "tl": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 42
        },
        "tlabel": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0cb4371f54fd0c1d"
          },
          "offset": 136
        },
        "tv": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "fw_xferlist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xfer"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fw_xfer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fw_xferq": {
      "size": 224,
      "fields": {
        "bnchunk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "bnpacket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwdma_alloc_multi"
            }
          },
          "offset": 56
        },
        "bulkxfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_bulkxfer"
            }
          },
          "offset": 72
        },
        "dmach": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "hand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "maxq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "psize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "q": {
          "type": {
            "kind": "struct",
            "name": "fw_xferlist"
          },
          "offset": 24
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 136
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 208
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "stdma": {
          "type": {
            "kind": "struct",
            "name": "unnamed_68f832c1fb5598b7"
          },
          "offset": 112
        },
        "stfree": {
          "type": {
            "kind": "struct",
            "name": "unnamed_68f832c1fb5598b7"
          },
          "offset": 96
        },
        "stproc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_bulkxfer"
            }
          },
          "offset": 128
        },
        "stvalid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_68f832c1fb5598b7"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "fwdma_alloc": {
      "size": 32,
      "fields": {
        "bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "v_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "fwdma_alloc_multi": {
      "size": 32,
      "fields": {
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "esize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "seg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fwdma_seg"
            }
          },
          "offset": 32
        },
        "ssize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fwdma_seg": {
      "size": 24,
      "fields": {
        "bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "v_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fwmem_softc": {
      "size": 24,
      "fields": {
        "eui": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firewire_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fwnode_handle": {
      "size": 8,
      "fields": {
        "secondary": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwnode_handle"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fwohci_dbch": {
      "size": 296,
      "fields": {
        "am": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwdma_alloc_multi"
            }
          },
          "offset": 280
        },
        "bottom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwohcidb_tr"
            }
          },
          "offset": 32
        },
        "buf_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 276
        },
        "db_trq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b3bc71e3aa4a448b"
          },
          "offset": 8
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 288
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "ndb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pdb_tr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwohcidb_tr"
            }
          },
          "offset": 40
        },
        "top": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwohcidb_tr"
            }
          },
          "offset": 24
        },
        "xferq": {
          "type": {
            "kind": "struct",
            "name": "fw_xferq"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "fwohci_softc": {
      "size": 39024,
      "fields": {
        "arrq": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 18664
        },
        "arrs": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 18960
        },
        "atrq": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 19256
        },
        "atrs": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 19552
        },
        "bsh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 18632
        },
        "bsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 18648
        },
        "bst": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 18624
        },
        "crom_dma": {
          "type": {
            "kind": "struct",
            "name": "fwdma_alloc"
          },
          "offset": 38840
        },
        "cycle_lost": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 39016
        },
        "dummy_dma": {
          "type": {
            "kind": "struct",
            "name": "fwdma_alloc"
          },
          "offset": 38872
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "firewire_comm"
          },
          "offset": 0
        },
        "fwohci_task_busreset": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 38920
        },
        "fwohci_task_dma": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 38984
        },
        "fwohci_task_sid": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 38952
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 18640
        },
        "intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38904
        },
        "intstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38916
        },
        "ir": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fwohci_dbch"
            }
          },
          "offset": 29320
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 18656
        },
        "irstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38908
        },
        "it": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fwohci_dbch"
            }
          },
          "offset": 19848
        },
        "itstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38912
        },
        "maxrec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38792
        },
        "sid_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38800
        },
        "sid_dma": {
          "type": {
            "kind": "struct",
            "name": "fwdma_alloc"
          },
          "offset": 38808
        }
      },
      "kind": "struct"
    },
    "fwohci_softc_t": {
      "size": 39024,
      "fields": {
        "arrq": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 18664
        },
        "arrs": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 18960
        },
        "atrq": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 19256
        },
        "atrs": {
          "type": {
            "kind": "struct",
            "name": "fwohci_dbch"
          },
          "offset": 19552
        },
        "bsh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 18632
        },
        "bsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 18648
        },
        "bst": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 18624
        },
        "crom_dma": {
          "type": {
            "kind": "struct",
            "name": "fwdma_alloc"
          },
          "offset": 38840
        },
        "cycle_lost": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 39016
        },
        "dummy_dma": {
          "type": {
            "kind": "struct",
            "name": "fwdma_alloc"
          },
          "offset": 38872
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "firewire_comm"
          },
          "offset": 0
        },
        "fwohci_task_busreset": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 38920
        },
        "fwohci_task_dma": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 38984
        },
        "fwohci_task_sid": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 38952
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 18640
        },
        "intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38904
        },
        "intstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38916
        },
        "ir": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fwohci_dbch"
            }
          },
          "offset": 29320
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 18656
        },
        "irstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38908
        },
        "it": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fwohci_dbch"
            }
          },
          "offset": 19848
        },
        "itstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38912
        },
        "maxrec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38792
        },
        "sid_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38800
        },
        "sid_dma": {
          "type": {
            "kind": "struct",
            "name": "fwdma_alloc"
          },
          "offset": 38808
        }
      },
      "kind": "struct"
    },
    "fwohci_txpkthdr": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "union",
            "name": "unnamed_daca51d24354df80"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fwohcidb": {
      "size": 16,
      "fields": {
        "db": {
          "type": {
            "kind": "union",
            "name": "unnamed_c65117df6a2201e4"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fwohcidb_tr": {
      "size": 56,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwohcidb"
            }
          },
          "offset": 16
        },
        "dbcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ab7b3c7416af753e"
          },
          "offset": 0
        },
        "xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xfer"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fxp_cb_config": {
      "size": 40,
      "fields": {
        "adaptive_ifs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "arp_wake_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "bcast_disable": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "byte_count": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "cb_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ci_int": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "crc16_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "crscdt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "csma_dis": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "direct_dma_dis": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "disc_short_rx": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "dma_mbce": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "dyn_tbd": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "end_wr_on_cl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "ext_rfa": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "ext_stats_dis": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "ext_txcb_dis": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "fc_delay_lsb": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "fc_delay_msb": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "fc_filter": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "fdx_pin_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "force_fdx": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "gamla_rx": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "ia_wake_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "ignore_ul": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "interfrm_spacing": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "keep_overrun_rx": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "late_scb": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "linear_pri_mode": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "linear_priority": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "link_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "link_wake_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "long_rx_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "loopback": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "magic_pkt_dis": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "mc_all": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "mc_wake_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "mediatype": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "multi_ia": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "mwi_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "nsai": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "pad": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "padding": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "preamble_length": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "pri_fc_loc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "pri_fc_thresh": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "promiscuous": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "rcv_crc_xfer": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "read_align_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "rx_dma_bytecount": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rx_fc_restart": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "rx_fc_restop": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "rx_fifo_limit": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "save_bf": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "stripping": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "tcp_udp_cksum": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "tno_int_or_tco_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "two_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "tx_dma_bytecount": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "tx_fc_dis": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "tx_fifo_limit": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "type_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "underrun_retry": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "vlan_strip_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "vlan_tco": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "wait_after_win": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "fxp_cb_ias": {
      "size": 16,
      "fields": {
        "cb_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "link_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fxp_cb_mcs": {
      "size": 492,
      "fields": {
        "cb_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "link_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mc_addr": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 10
        },
        "mc_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fxp_cb_tx": {
      "size": 304,
      "fields": {
        "cb_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "link_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_cb_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f39c377193fbc3a5"
          },
          "offset": 16
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_7da5a2f59cb82ea8"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "fxp_cb_ucode": {
      "size": 776,
      "fields": {
        "cb_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "link_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ucode": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "fxp_desc_list": {
      "size": 6240,
      "fields": {
        "cbl_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6224
        },
        "cbl_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_cb_tx"
            }
          },
          "offset": 6216
        },
        "mcs_tx": {
          "type": {
            "kind": "struct",
            "name": "fxp_tx"
          },
          "offset": 6144
        },
        "rfa_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_rfa"
            }
          },
          "offset": 6208
        },
        "rx_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_rx"
            }
          },
          "offset": 6176
        },
        "rx_list": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fxp_rx"
            }
          },
          "offset": 0
        },
        "rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 6232
        },
        "rx_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_rx"
            }
          },
          "offset": 6184
        },
        "tx_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_tx"
            }
          },
          "offset": 6192
        },
        "tx_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_tx"
            }
          },
          "offset": 6200
        },
        "tx_list": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fxp_tx"
            }
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "fxp_hwstats": {
      "size": 84,
      "fields": {
        "rx_alignment_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_cdt_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_controls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_overrun_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_rnr_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_shortframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_tco": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_deffered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_latecols": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_lostcrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_maxcols": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_multiple_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_single_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_tco": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_total_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_underruns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fxp_ident": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ich": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "revid": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fxp_ipcb": {
      "size": 8,
      "fields": {
        "ipcb_ip_activation_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ipcb_ip_header_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ipcb_ip_schedule": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ipcb_schedule_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ipcb_tcp_header_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ipcb_vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fxp_rfa": {
      "size": 32,
      "fields": {
        "actual_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "link_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rbd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rfa_control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rfa_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rfax_csum_sts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rfax_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "rfax_rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "rfax_rx_parser_sts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "rfax_security_sts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rfax_vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rfax_zerocopy_sts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "fxp_rx": {
      "size": 32,
      "fields": {
        "rx_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "rx_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "rx_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_rx"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "fxp_softc": {
      "size": 7216,
      "fields": {
        "cbl_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 120
        },
        "cbl_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "cu_resume_bug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6676
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 6648
        },
        "eeprom": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6700
        },
        "eeprom_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6668
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6684
        },
        "fxp_desc": {
          "type": {
            "kind": "struct",
            "name": "fxp_desc_list"
          },
          "offset": 152
        },
        "fxp_hwstats": {
          "type": {
            "kind": "struct",
            "name": "fxp_hwstats"
          },
          "offset": 6420
        },
        "fxp_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 8
        },
        "fxp_rxmtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 88
        },
        "fxp_smap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 104
        },
        "fxp_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 24
        },
        "fxp_stag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "fxp_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_stats"
            }
          },
          "offset": 6408
        },
        "fxp_txmtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "ident": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_ident"
            }
          },
          "offset": 40
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6688
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "maxsegsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6396
        },
        "maxtxseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6392
        },
        "mcs_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6592
        },
        "mcs_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 136
        },
        "mcs_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 128
        },
        "mcsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_cb_mcs"
            }
          },
          "offset": 6584
        },
        "miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 6640
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6680
        },
        "rfa_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6692
        },
        "rnr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6664
        },
        "rx_idle_secs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6504
        },
        "sc_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 6600
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 144
        },
        "stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 6512
        },
        "stats_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6416
        },
        "suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6672
        },
        "tunable_bundle_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6660
        },
        "tunable_int_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6656
        },
        "tx_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6696
        },
        "tx_queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6400
        },
        "watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6576
        }
      },
      "kind": "struct"
    },
    "fxp_stats": {
      "size": 96,
      "fields": {
        "completion_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_alignment_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_cdt_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_controls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_overrun_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_rnr_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_shortframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_tco": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "tx_deffered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_latecols": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_lostcrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_maxcols": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_multiple_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tx_single_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_tco": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "tx_total_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_underruns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "fxp_tbd": {
      "size": 8,
      "fields": {
        "tb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "fxp_tx": {
      "size": 32,
      "fields": {
        "tx_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_cb_tx"
            }
          },
          "offset": 8
        },
        "tx_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "tx_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "tx_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fxp_tx"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_attrchanged_args": {
      "size": 16,
      "fields": {
        "attr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_bde_key": {
      "size": 400,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "keyoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "keys_per_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "lsector": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "media_width": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "mkey": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "salt": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "sector0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "sectorN": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "spare": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "zone_cont": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "zone_width": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        }
      },
      "kind": "struct"
    },
    "g_bde_sector": {
      "size": 80,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_961ec6478b708f39"
          },
          "offset": 40
        },
        "malloc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_work"
            }
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_softc"
            }
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3bc5f992986b19ff"
          },
          "offset": 60
        },
        "used": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "g_bde_softc": {
      "size": 592,
      "fields": {
        "consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 32
        },
        "dead": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 512
        },
        "freelist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cf29836c40ae0c0f"
          },
          "offset": 40
        },
        "geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 24
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "g_bde_key"
          },
          "offset": 112
        },
        "mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "ncache": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "nsect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "nwork": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sha2": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 528
        },
        "thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 104
        },
        "worklist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e9067dab8bc8cc50"
          },
          "offset": 56
        },
        "worklist_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 72
        },
        "zone_cont": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_bde_work": {
      "size": 136,
      "fields": {
        "bp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 56
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "ko": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "kso": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "ksp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_sector"
            }
          },
          "offset": 104
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7efb3a0c534a646"
          },
          "offset": 112
        },
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "so": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_softc"
            }
          },
          "offset": 64
        },
        "sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_sector"
            }
          },
          "offset": 96
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_77341d09bfeff1ec"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "g_bioq": {
      "size": 56,
      "fields": {
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_58fcd5b873e35941"
          },
          "offset": 0
        },
        "bio_queue_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "bio_queue_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_class": {
      "size": 168,
      "fields": {
        "access": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "attrchanged": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "class": {
          "type": {
            "kind": "struct",
            "name": "unnamed_05f79942cb4e447b"
          },
          "offset": 144
        },
        "ctlreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "destroy_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "dumpconf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "geom": {
          "type": {
            "kind": "struct",
            "name": "unnamed_13e5b36a21f41133"
          },
          "offset": 160
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "orphan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "providergone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "resize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "spare1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "spare2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "spoiled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "taste": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "g_consumer": {
      "size": 96,
      "fields": {
        "ace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "acr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "acw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "consumer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a569777532c4e576"
          },
          "offset": 8
        },
        "consumers": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a569777532c4e576"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "nend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "nstart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 24
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "g_dev_softc": {
      "size": 128,
      "fields": {
        "sc_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sc_alias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 40
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 32
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sc_open": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sc_selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "g_disk_softc": {
      "size": 152,
      "fields": {
        "d_devstat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 8
        },
        "done_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 112
        },
        "dp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 0
        },
        "flush_notsup_succeed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 144
        },
        "led": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 16
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "g_eli_key": {
      "size": 128,
      "fields": {
        "gek_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "gek_key": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "gek_keyno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "gek_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f61b30b531a28115"
          },
          "offset": 104
        },
        "gek_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "gek_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_066279b2403c624e"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "g_eli_key_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_eli_key"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_eli_metadata": {
      "size": 511,
      "fields": {
        "md_aalgo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "md_ealgo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "md_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "md_hash": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 495
        },
        "md_iterations": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 43
        },
        "md_keylen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "md_keys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "md_magic": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "md_mkeys": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 111
        },
        "md_provsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 30
        },
        "md_salt": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 47
        },
        "md_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38
        },
        "md_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_eli_softc": {
      "size": 776,
      "fields": {
        "sc_aalgo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "sc_akey": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 288
        },
        "sc_akeyctx": {
          "type": {
            "kind": "struct",
            "name": "SHA256_CTX"
          },
          "offset": 368
        },
        "sc_akeylen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "sc_alen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "sc_bytes_per_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "sc_cpubind": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 688
        },
        "sc_crypto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sc_data_per_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 684
        },
        "sc_ealgo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "sc_ekey": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 144
        },
        "sc_ekeylen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "sc_ekeys_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "sc_ekeys_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 232
        },
        "sc_ekeys_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_40cc177d6d775a88"
          },
          "offset": 208
        },
        "sc_ekeys_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "sc_ekeys_tree": {
          "type": {
            "kind": "struct",
            "name": "g_eli_key_tree"
          },
          "offset": 224
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "sc_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        },
        "sc_inflight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 648
        },
        "sc_ivctx": {
          "type": {
            "kind": "struct",
            "name": "SHA256_CTX"
          },
          "offset": 536
        },
        "sc_ivkey": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 472
        },
        "sc_mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 656
        },
        "sc_mkey": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "sc_nkey": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 640
        },
        "sc_provsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 672
        },
        "sc_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 696
        },
        "sc_queue_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 736
        },
        "sc_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "sc_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc_workers": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b1f541d359c7f979"
          },
          "offset": 768
        }
      },
      "kind": "struct"
    },
    "g_eli_worker": {
      "size": 64,
      "fields": {
        "w_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "w_first_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "w_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2b58eb3cd8a9d116"
          },
          "offset": 48
        },
        "w_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "w_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 8
        },
        "w_sid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crypto_session"
            }
          },
          "offset": 32
        },
        "w_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_eli_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_event": {
      "size": 200,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "events": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6764ad0a7a38f4a"
          },
          "offset": 0
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ref": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "g_flashmap": {
      "size": 64,
      "fields": {
        "labels": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_flashmap_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_flashmap_slice"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_flashmap_slice"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "g_flashmap_slice": {
      "size": 32,
      "fields": {
        "sl_end": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "sl_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a072aac77440d34"
          },
          "offset": 24
        },
        "sl_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "sl_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_geom": {
      "size": 176,
      "fields": {
        "access": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "attrchanged": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_class"
            }
          },
          "offset": 8
        },
        "consumer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0c0a508f2757e2fe"
          },
          "offset": 32
        },
        "dumpconf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "geom": {
          "type": {
            "kind": "struct",
            "name": "unnamed_25f59b5a31d8c2e1"
          },
          "offset": 16
        },
        "geoms": {
          "type": {
            "kind": "struct",
            "name": "unnamed_769cf58c6dfc2dcb"
          },
          "offset": 48
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "orphan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "provider": {
          "type": {
            "kind": "struct",
            "name": "unnamed_01bf507187a7ec70"
          },
          "offset": 40
        },
        "providergone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "rank": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "resize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "spare0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "spare1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "spoiled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "g_geom_alias": {
      "size": 24,
      "fields": {
        "ga_alias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ga_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bb0e73897ed4a914"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_hh00": {
      "size": 32,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "mp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_class"
            }
          },
          "offset": 0
        },
        "post": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "pp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_kerneldump": {
      "size": 128,
      "fields": {
        "di": {
          "type": {
            "kind": "struct",
            "name": "dumperinfo"
          },
          "offset": 16
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_kevent_args": {
      "size": 48,
      "fields": {
        "changelist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "eventlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nchanges": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nevents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "g_label_desc": {
      "size": 24,
      "fields": {
        "ld_dirprefix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ld_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ld_taste": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_label_metadata": {
      "size": 48,
      "fields": {
        "md_label": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "md_magic": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "md_provsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "md_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_mirror_device_sync": {
      "size": 16,
      "fields": {
        "ds_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        },
        "ds_ndisks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "g_mirror_disk": {
      "size": 152,
      "fields": {
        "d_consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 8
        },
        "d_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "d_genid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "d_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "d_init_balance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 136
        },
        "d_init_mediasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "d_init_ndisks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "d_init_slice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "d_last_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "d_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_94fdad1eaed1f9b6"
          },
          "offset": 112
        },
        "d_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "d_rotation_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "d_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_softc"
            }
          },
          "offset": 16
        },
        "d_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "d_sync": {
          "type": {
            "kind": "struct",
            "name": "g_mirror_disk_sync"
          },
          "offset": 64
        },
        "load": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "g_mirror_disk_sync": {
      "size": 48,
      "fields": {
        "ds_bios": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bio"
              }
            }
          },
          "offset": 40
        },
        "ds_consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 0
        },
        "ds_inflight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ds_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "ds_offset_done": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "ds_syncid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ds_update_ts": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "g_mirror_event": {
      "size": 40,
      "fields": {
        "e_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_disk"
            }
          },
          "offset": 0
        },
        "e_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "e_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "e_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0de6cc4e11440519"
          },
          "offset": 24
        },
        "e_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "g_mirror_metadata": {
      "size": 152,
      "fields": {
        "md_all": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "md_balance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "md_dflags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "md_did": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "md_genid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "md_hash": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "md_magic": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "md_mediasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "md_mflags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "md_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "md_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "md_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "md_provider": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "md_provsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "md_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "md_slice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "md_sync_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "md_syncid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "md_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_mirror_softc": {
      "size": 440,
      "fields": {
        "sc_balance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "sc_bump_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "sc_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 336
        },
        "sc_disks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5e244f84c473a35a"
          },
          "offset": 200
        },
        "sc_done_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 408
        },
        "sc_events": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aa49c8dae3b112d3"
          },
          "offset": 280
        },
        "sc_events_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 296
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sc_genid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "sc_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 40
        },
        "sc_hint": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_disk"
            }
          },
          "offset": 216
        },
        "sc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sc_idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "sc_inflight": {
          "type": {
            "kind": "struct",
            "name": "bio_queue"
          },
          "offset": 152
        },
        "sc_last_write": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 264
        },
        "sc_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 64
        },
        "sc_mediasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sc_ndisks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "sc_provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 48
        },
        "sc_provider_open": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sc_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue"
          },
          "offset": 96
        },
        "sc_queue_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 112
        },
        "sc_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "sc_regular_delayed": {
          "type": {
            "kind": "struct",
            "name": "bio_queue"
          },
          "offset": 168
        },
        "sc_rootmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 400
        },
        "sc_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sc_slice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sc_sync": {
          "type": {
            "kind": "struct",
            "name": "g_mirror_device_sync"
          },
          "offset": 240
        },
        "sc_sync_delayed": {
          "type": {
            "kind": "struct",
            "name": "bio_queue"
          },
          "offset": 184
        },
        "sc_syncid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "sc_timeout_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_event"
            }
          },
          "offset": 328
        },
        "sc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sc_worker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 144
        },
        "sc_writes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        }
      },
      "kind": "struct"
    },
    "g_part_alias_list": {
      "size": 16,
      "fields": {
        "alias": {
          "type": {
            "kind": "enum",
            "name": "g_part_alias"
          },
          "offset": 8
        },
        "lexeme": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_part_bsd_alias": {
      "size": 8,
      "fields": {
        "alias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_part_bsd_entry": {
      "size": 72,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_entry"
          },
          "offset": 0
        },
        "part": {
          "type": {
            "kind": "struct",
            "name": "partition"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "g_part_bsd_table": {
      "size": 96,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_table"
          },
          "offset": 0
        },
        "bbarea": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "g_part_ebr_alias": {
      "size": 8,
      "fields": {
        "alias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "typ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_part_ebr_entry": {
      "size": 592,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_entry"
          },
          "offset": 0
        },
        "ebr": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "ebr_compat_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "ent": {
          "type": {
            "kind": "struct",
            "name": "dos_partition"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "g_part_ebr_table": {
      "size": 592,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_table"
          },
          "offset": 0
        },
        "lba0_ebr": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "g_part_entry": {
      "size": 56,
      "fields": {
        "gpe_created": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 52
        },
        "gpe_deleted": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 52
        },
        "gpe_end": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "gpe_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_66040231cb4cfdd3"
          },
          "offset": 0
        },
        "gpe_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "gpe_internal": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 52
        },
        "gpe_modified": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 52
        },
        "gpe_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "gpe_pp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 16
        },
        "gpe_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "g_part_gpt_entry": {
      "size": 184,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_entry"
          },
          "offset": 0
        },
        "ent": {
          "type": {
            "kind": "struct",
            "name": "gpt_ent"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "g_part_gpt_table": {
      "size": 656,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_table"
          },
          "offset": 0
        },
        "bootcamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 648
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gpt_hdr"
            }
          },
          "offset": 592
        },
        "lba": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 600
        },
        "mbr": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "state": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "gpt_state"
            }
          },
          "offset": 632
        }
      },
      "kind": "struct"
    },
    "g_part_mbr_alias": {
      "size": 8,
      "fields": {
        "alias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "typ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_part_mbr_entry": {
      "size": 72,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_entry"
          },
          "offset": 0
        },
        "ent": {
          "type": {
            "kind": "struct",
            "name": "dos_partition"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "g_part_mbr_table": {
      "size": 592,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "g_part_table"
          },
          "offset": 0
        },
        "mbr": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "g_part_parms": {
      "size": 120,
      "fields": {
        "gpp_attrib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "gpp_codeptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "gpp_codesize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "gpp_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "gpp_flags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "gpp_force": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "gpp_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 16
        },
        "gpp_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "gpp_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "gpp_parms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gpp_provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 40
        },
        "gpp_scheme": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_part_scheme"
            }
          },
          "offset": 48
        },
        "gpp_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "gpp_skip_dsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "gpp_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "gpp_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "gpp_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "g_part_scheme": {
      "size": 88,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "gps_bootcodesz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "gps_entrysz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "gps_maxent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "gps_minent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "scheme_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f77282b817b4a9a7"
          },
          "offset": 72
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_part_table": {
      "size": 80,
      "fields": {
        "gpt_corrupt": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 72
        },
        "gpt_created": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 72
        },
        "gpt_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "gpt_entries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "gpt_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6c8e16e159149e8a"
          },
          "offset": 24
        },
        "gpt_first": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "gpt_fixgeom": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 72
        },
        "gpt_gp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 16
        },
        "gpt_heads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "gpt_isleaf": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 72
        },
        "gpt_last": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "gpt_modified": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 72
        },
        "gpt_opened": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 72
        },
        "gpt_scheme": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_part_scheme"
            }
          },
          "offset": 8
        },
        "gpt_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "gpt_smhead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "gpt_smtail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_part_uuid_alias": {
      "size": 16,
      "fields": {
        "alias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mbrtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "uuid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uuid"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_provider": {
      "size": 152,
      "fields": {
        "ace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "acr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "acw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "aliases": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f2d1b18b5adfc86a"
          },
          "offset": 128
        },
        "consumers": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0c0a508f2757e2fe"
          },
          "offset": 32
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 24
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "orphan": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2fd4364e20c1bcd4"
          },
          "offset": 56
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "provider": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f407cfb3813ec67c"
          },
          "offset": 8
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "spare2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 104
        },
        "stripeoffset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "stripesize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "g_raid_disk": {
      "size": 224,
      "fields": {
        "d_candelete": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "d_consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 8
        },
        "d_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "d_kd": {
          "type": {
            "kind": "struct",
            "name": "g_kerneldump"
          },
          "offset": 96
        },
        "d_last_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "d_load": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "d_md_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "d_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_20a05eea54a33d7e"
          },
          "offset": 80
        },
        "d_read_errs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "d_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_softc"
            }
          },
          "offset": 0
        },
        "d_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "d_subdisks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_940c3adeb229d26f"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "g_raid_event": {
      "size": 40,
      "fields": {
        "e_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "e_event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "e_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "e_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0b1bb266e77be3f5"
          },
          "offset": 24
        },
        "e_tgt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_lock": {
      "size": 48,
      "fields": {
        "l_callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "l_length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "l_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f3aa81267ea74b7"
          },
          "offset": 32
        },
        "l_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "l_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "g_raid_md_class": {
      "size": 72,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "mdc_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "mdc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_50bc63ca7da3dfef"
          },
          "offset": 56
        },
        "mdc_priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_raid_md_ddf_object": {
      "size": 184,
      "fields": {
        "mdio_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_md_object"
          },
          "offset": 0
        },
        "mdio_bigendian": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mdio_meta": {
          "type": {
            "kind": "struct",
            "name": "ddf_meta"
          },
          "offset": 32
        },
        "mdio_rootmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 176
        },
        "mdio_start_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 104
        },
        "mdio_started": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "mdio_starting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "g_raid_md_ddf_perdisk": {
      "size": 64,
      "fields": {
        "pd_meta": {
          "type": {
            "kind": "struct",
            "name": "ddf_meta"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_md_ddf_pervolume": {
      "size": 1136,
      "fields": {
        "pv_meta": {
          "type": {
            "kind": "struct",
            "name": "ddf_vol_meta"
          },
          "offset": 0
        },
        "pv_start_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1072
        },
        "pv_started": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1064
        }
      },
      "kind": "struct"
    },
    "g_raid_md_intel_object": {
      "size": 136,
      "fields": {
        "mdio_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_md_object"
          },
          "offset": 0
        },
        "mdio_config_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mdio_disks_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "mdio_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mdio_incomplete": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mdio_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intel_raid_conf"
            }
          },
          "offset": 40
        },
        "mdio_orig_config_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mdio_rootmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 128
        },
        "mdio_start_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "mdio_started": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "g_raid_md_intel_perdisk": {
      "size": 64,
      "fields": {
        "pd_disk_meta": {
          "type": {
            "kind": "struct",
            "name": "intel_raid_disk"
          },
          "offset": 12
        },
        "pd_disk_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pd_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intel_raid_conf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_md_intel_pervolume": {
      "size": 16,
      "fields": {
        "pv_cng": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pv_cng_man_sync": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pv_cng_master_disk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pv_volume_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_md_jmicron_object": {
      "size": 128,
      "fields": {
        "mdio_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_md_object"
          },
          "offset": 0
        },
        "mdio_config_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mdio_disks_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "mdio_incomplete": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "mdio_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jmicron_raid_conf"
            }
          },
          "offset": 32
        },
        "mdio_rootmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 120
        },
        "mdio_start_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        },
        "mdio_started": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "mdio_total_disks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "g_raid_md_jmicron_perdisk": {
      "size": 24,
      "fields": {
        "pd_disk_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pd_disk_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pd_disk_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "pd_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jmicron_raid_conf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_md_nvidia_object": {
      "size": 136,
      "fields": {
        "mdio_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_md_object"
          },
          "offset": 0
        },
        "mdio_disks_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "mdio_incomplete": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "mdio_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvidia_raid_conf"
            }
          },
          "offset": 40
        },
        "mdio_rootmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 128
        },
        "mdio_start_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "mdio_started": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mdio_total_disks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "mdio_volume_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "g_raid_md_nvidia_perdisk": {
      "size": 24,
      "fields": {
        "pd_disk_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pd_disk_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "pd_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvidia_raid_conf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_md_object": {
      "size": 24,
      "fields": {
        "mdo_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_md_class"
            }
          },
          "offset": 8
        },
        "mdo_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_softc"
            }
          },
          "offset": 16
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_md_promise_perdisk": {
      "size": 24,
      "fields": {
        "pd_meta": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "promise_raid_conf"
              }
            }
          },
          "offset": 8
        },
        "pd_subdisks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pd_updated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_md_promise_pervolume": {
      "size": 96,
      "fields": {
        "pv_disks_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pv_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pv_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pv_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "promise_raid_conf"
            }
          },
          "offset": 0
        },
        "pv_start_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 32
        },
        "pv_started": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "g_raid_md_sii_object": {
      "size": 136,
      "fields": {
        "mdio_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_md_object"
          },
          "offset": 0
        },
        "mdio_disks_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "mdio_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mdio_incomplete": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "mdio_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "mdio_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sii_raid_conf"
            }
          },
          "offset": 40
        },
        "mdio_rootmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 128
        },
        "mdio_start_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "mdio_started": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mdio_timestamp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "mdio_total_disks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "g_raid_md_sii_perdisk": {
      "size": 24,
      "fields": {
        "pd_disk_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pd_disk_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "pd_meta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sii_raid_conf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_raid_softc": {
      "size": 192,
      "fields": {
        "sc_disks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3ed4b055863bc5e7"
          },
          "offset": 40
        },
        "sc_events": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c77034527cd61c4f"
          },
          "offset": 128
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sc_geom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 8
        },
        "sc_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 56
        },
        "sc_md": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_md_object"
            }
          },
          "offset": 0
        },
        "sc_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 144
        },
        "sc_queue_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 96
        },
        "sc_stopping": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "sc_volumes": {
          "type": {
            "kind": "struct",
            "name": "unnamed_38e316325f3e4a2d"
          },
          "offset": 24
        },
        "sc_worker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "g_raid_subdisk": {
      "size": 80,
      "fields": {
        "sd_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_disk"
            }
          },
          "offset": 8
        },
        "sd_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce33860378787eb8"
          },
          "offset": 64
        },
        "sd_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "sd_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sd_rebuild_pos": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "sd_recovery": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sd_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "sd_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_softc"
            }
          },
          "offset": 0
        },
        "sd_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sd_volume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_volume"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_raid_tr_class": {
      "size": 80,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "trc_accept_unmapped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "trc_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "trc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5a5dde4b593fa763"
          },
          "offset": 64
        },
        "trc_priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "g_raid_tr_concat_object": {
      "size": 32,
      "fields": {
        "trso_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_tr_object"
          },
          "offset": 0
        },
        "trso_starting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "trso_stopped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "g_raid_tr_object": {
      "size": 24,
      "fields": {
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "tro_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_tr_class"
            }
          },
          "offset": 8
        },
        "tro_volume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_volume"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_raid_tr_raid0_object": {
      "size": 32,
      "fields": {
        "trso_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_tr_object"
          },
          "offset": 0
        },
        "trso_starting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "trso_stopped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "g_raid_tr_raid1_object": {
      "size": 448,
      "fields": {
        "trso_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_tr_object"
          },
          "offset": 0
        },
        "trso_bio": {
          "type": {
            "kind": "struct",
            "name": "bio"
          },
          "offset": 72
        },
        "trso_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "trso_failed_sd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_subdisk"
            }
          },
          "offset": 56
        },
        "trso_fair_io": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "trso_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "trso_meta_update": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "trso_recover_slabs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "trso_starting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "trso_stopping": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "trso_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "g_raid_tr_raid1e_object": {
      "size": 464,
      "fields": {
        "trso_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_tr_object"
          },
          "offset": 0
        },
        "trso_bio": {
          "type": {
            "kind": "struct",
            "name": "bio"
          },
          "offset": 88
        },
        "trso_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "trso_failed_sd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_subdisk"
            }
          },
          "offset": 56
        },
        "trso_fair_io": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "trso_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "trso_lock_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "trso_lock_pos": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "trso_meta_update": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "trso_recover_slabs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "trso_starting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "trso_stopping": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "trso_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "g_raid_tr_raid5_object": {
      "size": 448,
      "fields": {
        "trso_base": {
          "type": {
            "kind": "struct",
            "name": "g_raid_tr_object"
          },
          "offset": 0
        },
        "trso_bio": {
          "type": {
            "kind": "struct",
            "name": "bio"
          },
          "offset": 72
        },
        "trso_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "trso_failed_sd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_subdisk"
            }
          },
          "offset": 56
        },
        "trso_fair_io": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "trso_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "trso_meta_update": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "trso_recover_slabs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "trso_starting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "trso_stopping": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "trso_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "g_raid_volume": {
      "size": 1584,
      "fields": {
        "v_dirty": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1484
        },
        "v_disks_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1356
        },
        "v_global_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1540
        },
        "v_global_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_106e563e755646e7"
          },
          "offset": 1568
        },
        "v_inflight": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 1392
        },
        "v_last_done": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 1488
        },
        "v_last_write": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1504
        },
        "v_locked": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 1432
        },
        "v_locks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1755bfe40b07fff3"
          },
          "offset": 1472
        },
        "v_md_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1296
        },
        "v_mdf_method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1366
        },
        "v_mdf_pdisks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1360
        },
        "v_mdf_polynomial": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1364
        },
        "v_mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1384
        },
        "v_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1312
        },
        "v_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aaaca09b79b4975c"
          },
          "offset": 1552
        },
        "v_pending_lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1480
        },
        "v_provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 8
        },
        "v_provider_open": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1536
        },
        "v_raid_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1348
        },
        "v_raid_level_qualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1352
        },
        "v_read_only": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1544
        },
        "v_rootmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 1520
        },
        "v_rotate_parity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1372
        },
        "v_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1376
        },
        "v_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_softc"
            }
          },
          "offset": 0
        },
        "v_starting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1528
        },
        "v_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1344
        },
        "v_stopping": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1532
        },
        "v_strip_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1368
        },
        "v_subdisks": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_subdisk"
            }
          },
          "offset": 16
        },
        "v_tr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_tr_object"
            }
          },
          "offset": 1304
        },
        "v_writes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1512
        }
      },
      "kind": "struct"
    },
    "g_slice": {
      "size": 32,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 24
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_slice_hot": {
      "size": 32,
      "fields": {
        "dact": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "ract": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "wact": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "g_slicer": {
      "size": 56,
      "fields": {
        "hot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "hotspot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_slice_hot"
            }
          },
          "offset": 24
        },
        "nhotspot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nprovider": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nslice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "slices": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_slice"
            }
          },
          "offset": 8
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "g_tailq_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_geom"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "g_uzip_blk": {
      "size": 16,
      "fields": {
        "blen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "padded": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "g_uzip_dapi": {
      "size": 40,
      "fields": {
        "decompress": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "max_blen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "pvt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "rewind": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "g_uzip_lzma": {
      "size": 104,
      "fields": {
        "b": {
          "type": {
            "kind": "struct",
            "name": "xz_buf"
          },
          "offset": 48
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "pub": {
          "type": {
            "kind": "struct",
            "name": "g_uzip_dapi"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xz_dec"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "g_uzip_softc": {
      "size": 176,
      "fields": {
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 96
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dcp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_uzip_dapi"
            }
          },
          "offset": 72
        },
        "last_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "last_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "last_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "nblocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "procp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 88
        },
        "queue_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 136
        },
        "req_cached": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "req_total": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "toc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_uzip_blk"
            }
          },
          "offset": 8
        },
        "uzip_do": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "wrkthr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "g_uzip_zlib": {
      "size": 160,
      "fields": {
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pub": {
          "type": {
            "kind": "struct",
            "name": "g_uzip_dapi"
          },
          "offset": 8
        },
        "zs": {
          "type": {
            "kind": "struct",
            "name": "z_stream"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "g_uzip_zstd": {
      "size": 56,
      "fields": {
        "guz_blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "guz_dctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DCtx"
            }
          },
          "offset": 48
        },
        "guz_pub": {
          "type": {
            "kind": "struct",
            "name": "g_uzip_dapi"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "g_vfs_softc": {
      "size": 64,
      "fields": {
        "sc_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sc_bo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 32
        },
        "sc_enxio_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sc_enxio_reported": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "sc_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_event"
            }
          },
          "offset": 40
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sc_orphaned": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "gap_stats": {
      "size": 304,
      "fields": {
        "avg": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "histo": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 40
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "max_bucket": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gate_descriptor": {
      "size": 16,
      "fields": {
        "gd_dpl": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 5
        },
        "gd_hioffset": {
          "type": {
            "bit_length": 48,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 6
        },
        "gd_ist": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 4
        },
        "gd_looffset": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "gd_p": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 5
        },
        "gd_selector": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2
        },
        "gd_type": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 5
        },
        "gd_xx": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 4
        },
        "sd_xx1": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "gctl_req": {
      "size": 64,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gctl_req_arg"
            }
          },
          "offset": 16
        },
        "error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "lerror": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "narg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nerror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "reqt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gctl_req_table"
            }
          },
          "offset": 40
        },
        "serial": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "serror": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbuf"
            }
          },
          "offset": 56
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gctl_req_arg": {
      "size": 48,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "kvalue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "gdb_dbgport": {
      "size": 72,
      "fields": {
        "gdb_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "gdb_dbfeatures": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "gdb_getc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "gdb_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "gdb_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "gdb_probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "gdb_putc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "gdb_sendpacket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "gdb_term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "gdbcons": {
      "size": 2112,
      "fields": {
        "buf": {
          "type": {
            "count": 2042,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flush": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2048
        },
        "npending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ge25519_cached": {
      "size": 160,
      "fields": {
        "T2d": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "YminusX": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "YplusX": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "Z": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ge25519_p1p1": {
      "size": 160,
      "fields": {
        "T": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "X": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "Y": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "Z": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ge25519_p2": {
      "size": 120,
      "fields": {
        "X": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "Y": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "Z": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ge25519_p3": {
      "size": 160,
      "fields": {
        "T": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "X": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "Y": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "Z": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ge25519_precomp": {
      "size": 120,
      "fields": {
        "xy2d": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "yminusx": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "yplusx": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gem_control_data": {
      "size": 20480,
      "fields": {
        "gcd_rxdescs": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gem_desc"
            }
          },
          "offset": 16384
        },
        "gcd_txdescs": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gem_desc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gem_desc": {
      "size": 16,
      "fields": {
        "gd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "gd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gem_pci_dev": {
      "size": 16,
      "fields": {
        "gpd_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "gpd_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gpd_variant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "gem_rxsoft": {
      "size": 24,
      "fields": {
        "rxs_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rxs_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "rxs_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "gem_softc": {
      "size": 9080,
      "fields": {
        "sc_cddma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "sc_cddmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 280
        },
        "sc_cdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 256
        },
        "sc_control_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gem_control_data"
            }
          },
          "offset": 9000
        },
        "sc_csum_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 9072
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "sc_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 264
        },
        "sc_enaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "sc_ifflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9068
        },
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 208
        },
        "sc_mac_rxcfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9064
        },
        "sc_mii": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_data"
            }
          },
          "offset": 48
        },
        "sc_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "sc_pdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 232
        },
        "sc_rdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 240
        },
        "sc_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 216
        },
        "sc_rx_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 136
        },
        "sc_rxfifosize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9060
        },
        "sc_rxptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9056
        },
        "sc_rxsoft": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gem_rxsoft"
            }
          },
          "offset": 2856
        },
        "sc_tdmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 248
        },
        "sc_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 72
        },
        "sc_txdirtyq": {
          "type": {
            "kind": "struct",
            "name": "gem_txsq"
          },
          "offset": 9040
        },
        "sc_txfree": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9008
        },
        "sc_txfreeq": {
          "type": {
            "kind": "struct",
            "name": "gem_txsq"
          },
          "offset": 9024
        },
        "sc_txnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9012
        },
        "sc_txsoft": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gem_txsoft"
            }
          },
          "offset": 296
        },
        "sc_txwin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9016
        },
        "sc_variant": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "sc_wdog_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "gem_txsoft": {
      "size": 40,
      "fields": {
        "txs_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "txs_firstdesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txs_lastdesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "txs_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "txs_ndescs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "txs_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_224f991af5ea2cb1"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "gem_txsq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gem_txsoft"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gem_txsoft"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "gen_adm_req_iu_t": {
      "size": 64,
      "fields": {
        "fn_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_type": {
          "type": {
            "kind": "union",
            "name": "unnamed_4a77b0e873f49b78"
          },
          "offset": 11
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "work": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "gen_adm_resp_iu_t": {
      "size": 64,
      "fields": {
        "fn_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "resp_type": {
          "type": {
            "kind": "union",
            "name": "unnamed_3226747b15783153"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "work": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "gen_timer_configuation": {
      "size": 16,
      "fields": {
        "mode_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mode_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "next_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "period_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "general_admin_request": {
      "size": 64,
      "fields": {
        "fn_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_type": {
          "type": {
            "kind": "union",
            "name": "unnamed_4a77b0e873f49b78"
          },
          "offset": 11
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "work": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "general_admin_response": {
      "size": 64,
      "fields": {
        "fn_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "resp_type": {
          "type": {
            "kind": "union",
            "name": "unnamed_3226747b15783153"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "work": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "generic": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "generic"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "generic_vpd": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "genkbd_softc": {
      "size": 600,
      "fields": {
        "gkb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "gkb_q": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "gkb_q_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "gkb_q_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "gkb_rsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "genkbd_softc_t": {
      "size": 600,
      "fields": {
        "gkb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "gkb_q": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "gkb_q_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "gkb_q_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "gkb_rsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "genl_cmd": {
      "size": 32,
      "fields": {
        "cmd_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cmd_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cmd_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cmd_priv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "genl_family": {
      "size": 32,
      "fields": {
        "family_attr_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "family_cmd_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "family_cmds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "genl_cmd"
            }
          },
          "offset": 24
        },
        "family_hdrsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "family_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "family_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "family_num_groups": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "family_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "genl_group": {
      "size": 16,
      "fields": {
        "group_family": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "genl_family"
            }
          },
          "offset": 0
        },
        "group_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "genlmsghdr": {
      "size": 4,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "gesture": {
      "size": 40,
      "fields": {
        "fingers_nb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "in_taphold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "in_vscroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tap_button": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "taptimeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 24
        },
        "window_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "zmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "gesture_t": {
      "size": 40,
      "fields": {
        "fingers_nb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "in_taphold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "in_vscroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tap_button": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "taptimeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 24
        },
        "window_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "zmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "get_adapter_fib_ioctl": {
      "size": 16,
      "fields": {
        "AdapterFibContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "AifFib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "Wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "get_adapter_fib_ioctl32": {
      "size": 12,
      "fields": {
        "AdapterFibContext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "AifFib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getaudit_addr_args": {
      "size": 16,
      "fields": {
        "auditinfo_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auditinfo_addr"
            }
          },
          "offset": 0
        },
        "auditinfo_addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "auditinfo_addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "getaudit_args": {
      "size": 8,
      "fields": {
        "auditinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auditinfo"
            }
          },
          "offset": 0
        },
        "auditinfo_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "auditinfo_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "getauid_args": {
      "size": 8,
      "fields": {
        "auid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "auid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "auid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "getcontext_args": {
      "size": 8,
      "fields": {
        "ucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext"
            }
          },
          "offset": 0
        },
        "ucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "getdirentries_args": {
      "size": 32,
      "fields": {
        "basep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 24
        },
        "basep_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "basep_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "count_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getdtablesize_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "getegid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "geteuid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "getfh_args": {
      "size": 16,
      "fields": {
        "fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 8
        },
        "fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "getfhat_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 16
        },
        "fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "getfsstat_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statfs"
            }
          },
          "offset": 0
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "bufsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "bufsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "getgid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "getgroups_args": {
      "size": 16,
      "fields": {
        "gidset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "gidset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "gidset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "gidsetsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "gidsetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "gidsetsize_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getitimer_args": {
      "size": 16,
      "fields": {
        "itv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerval"
            }
          },
          "offset": 8
        },
        "itv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "itv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getlogin_args": {
      "size": 16,
      "fields": {
        "namebuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "getloginclass_args": {
      "size": 16,
      "fields": {
        "namebuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "namelen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "getpeername_args": {
      "size": 24,
      "fields": {
        "alen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "alen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "alen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "asa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "asa_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "asa_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fdes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fdes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fdes_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getpgid_args": {
      "size": 8,
      "fields": {
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getpgrp_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "getpid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "getppid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "getpriority_args": {
      "size": 16,
      "fields": {
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "who": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "who_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "who_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "getrandom_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "getresgid_args": {
      "size": 24,
      "fields": {
        "egid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "egid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "egid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rgid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rgid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rgid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sgid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sgid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "sgid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "getresuid_args": {
      "size": 24,
      "fields": {
        "euid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "euid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "euid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ruid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ruid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ruid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "suid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "suid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "suid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "getrlimit_args": {
      "size": 16,
      "fields": {
        "rlp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rlimit"
            }
          },
          "offset": 8
        },
        "rlp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rlp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getrusage_args": {
      "size": 16,
      "fields": {
        "rusage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rusage"
            }
          },
          "offset": 8
        },
        "rusage_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rusage_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "who": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "who_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "who_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getsid_args": {
      "size": 8,
      "fields": {
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getsockname_args": {
      "size": 24,
      "fields": {
        "alen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "alen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "alen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "asa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "asa_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "asa_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fdes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fdes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fdes_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "getsockopt_args": {
      "size": 40,
      "fields": {
        "avalsize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "avalsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "avalsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "val_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "val_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "gettimeofday_args": {
      "size": 16,
      "fields": {
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 0
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timezone"
            }
          },
          "offset": 8
        },
        "tzp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "getuid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gf128": {
      "size": 16,
      "fields": {
        "v": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gf128table": {
      "size": 256,
      "fields": {
        "a": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "b": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "c": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "d": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "gf128table4": {
      "size": 1024,
      "fields": {
        "tbls": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gf128table"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gif_list": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gif_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gif_softc": {
      "size": 72,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cfef979e071bf583"
          },
          "offset": 40
        },
        "gif_family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "gif_fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "gif_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "gif_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "gif_netgraph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "gif_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "gif_uhdr": {
          "type": {
            "kind": "union",
            "name": "unnamed_5e47e7634fd5683d"
          },
          "offset": 32
        },
        "srchash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cfef979e071bf583"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "gmap_list_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gntdev_gmap"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gntdev_gmap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "gmap_next_union": {
      "size": 24,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4afce726c7c1ba5f"
          },
          "offset": 0
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4b08cca25a0f7cbc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "gmap_tree_head": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gntdev_gmap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gntdev_gmap": {
      "size": 64,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "file_index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "gmap_next": {
          "type": {
            "kind": "union",
            "name": "gmap_next_union"
          },
          "offset": 0
        },
        "grant_map_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gnttab_map_grant_ref"
            }
          },
          "offset": 40
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gntdev_gmap_map"
            }
          },
          "offset": 48
        },
        "notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "notify_data"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "gntdev_gmap_map": {
      "size": 32,
      "fields": {
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "phys_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pseudo_phys_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "pseudo_phys_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "gntdev_gref": {
      "size": 56,
      "fields": {
        "file_index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "gref_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "gref_next": {
          "type": {
            "kind": "union",
            "name": "gref_next_union"
          },
          "offset": 0
        },
        "notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "notify_data"
            }
          },
          "offset": 48
        },
        "page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "gnttab_copy": {
      "size": 40,
      "fields": {
        "dest": {
          "type": {
            "kind": "struct",
            "name": "gnttab_copy_ptr"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "source": {
          "type": {
            "kind": "struct",
            "name": "gnttab_copy_ptr"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "gnttab_copy_ptr": {
      "size": 16,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_6a00c1039e74ceae"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gnttab_free_callback": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gnttab_free_callback"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gnttab_map_grant_ref": {
      "size": 32,
      "fields": {
        "dev_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "host_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "gnttab_query_size": {
      "size": 16,
      "fields": {
        "dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_nr_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nr_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "gnttab_unmap_grant_ref": {
      "size": 24,
      "fields": {
        "dev_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "host_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "gpt_ent": {
      "size": 128,
      "fields": {
        "ent_attr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ent_lba_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ent_lba_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ent_name": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 56
        },
        "ent_type": {
          "type": {
            "kind": "struct",
            "name": "gpt_uuid_t"
          },
          "offset": 0
        },
        "ent_uuid": {
          "type": {
            "kind": "struct",
            "name": "gpt_uuid_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "gpt_hdr": {
      "size": 96,
      "fields": {
        "__reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hdr_crc_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr_crc_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "hdr_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "hdr_entsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "hdr_lba_alt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "hdr_lba_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "hdr_lba_self": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "hdr_lba_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "hdr_lba_table": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "hdr_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hdr_sig": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "hdr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hdr_uuid": {
          "type": {
            "kind": "struct",
            "name": "gpt_uuid_t"
          },
          "offset": 56
        },
        "padding": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "gpt_uuid_t": {
      "size": 16,
      "fields": {
        "clock_seq_hi_and_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "clock_seq_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "node": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "time_hi_and_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "time_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "time_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "grant_entry_v1": {
      "size": 8,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "grant_entry_v1_t": {
      "size": 8,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "gre_list": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gre_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gre_socket": {
      "size": 48,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ec9aebe68607377e"
          },
          "offset": 16
        },
        "epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 32
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "gre_list"
          },
          "offset": 8
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gre_sockets": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gre_socket"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gre_softc": {
      "size": 96,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_36cbb432402bbe49"
          },
          "offset": 64
        },
        "gre_csumflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "gre_family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "gre_fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "gre_hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "gre_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "gre_iseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "gre_key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "gre_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "gre_oseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "gre_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "gre_so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gre_socket"
            }
          },
          "offset": 56
        },
        "gre_uhdr": {
          "type": {
            "kind": "union",
            "name": "unnamed_8fc280386f8f2cd3"
          },
          "offset": 48
        },
        "srchash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_36cbb432402bbe49"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "gref_list_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gntdev_gref"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gntdev_gref"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "gref_next_union": {
      "size": 24,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_64b64b22df9dc4a2"
          },
          "offset": 0
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "unnamed_31fb20cd9686aa13"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "gref_tree_head": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gntdev_gref"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gregset_t": {
      "size": 176,
      "fields": {
        "r_cs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "r_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "r_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "r_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "r_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "r_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "r_r10": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "r_r11": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "r_r12": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "r_r13": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "r_r14": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "r_r15": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "r_r8": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "r_r9": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "r_rax": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "r_rbp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "r_rbx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "r_rcx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "r_rdi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "r_rdx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "r_rflags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "r_rip": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "r_rsi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "r_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "r_ss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "r_trapno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "grehdr": {
      "size": 4,
      "fields": {
        "gre_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "gre_opts": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "gre_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "greheader": {
      "size": 8,
      "fields": {
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "hasAck": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "hasKey": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "hasRoute": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "hasSeq": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "hasSum": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "recursion": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ssr": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vers": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "greip": {
      "size": 24,
      "fields": {
        "gi_gre": {
          "type": {
            "kind": "struct",
            "name": "grehdr"
          },
          "offset": 20
        },
        "gi_ip": {
          "type": {
            "kind": "struct",
            "name": "ip"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "greip6": {
      "size": 44,
      "fields": {
        "gi6_gre": {
          "type": {
            "kind": "struct",
            "name": "grehdr"
          },
          "offset": 40
        },
        "gi6_ip6": {
          "type": {
            "kind": "struct",
            "name": "ip6_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "greudp": {
      "size": 32,
      "fields": {
        "gi_gre": {
          "type": {
            "kind": "struct",
            "name": "grehdr"
          },
          "offset": 28
        },
        "gi_ip": {
          "type": {
            "kind": "struct",
            "name": "ip"
          },
          "offset": 0
        },
        "gi_udp": {
          "type": {
            "kind": "struct",
            "name": "udphdr"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "greudp6": {
      "size": 52,
      "fields": {
        "gi6_gre": {
          "type": {
            "kind": "struct",
            "name": "grehdr"
          },
          "offset": 48
        },
        "gi6_ip6": {
          "type": {
            "kind": "struct",
            "name": "ip6_hdr"
          },
          "offset": 0
        },
        "gi6_udp": {
          "type": {
            "kind": "struct",
            "name": "udphdr"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "group_source_req": {
      "size": 264,
      "fields": {
        "gsr_group": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 8
        },
        "gsr_interface": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gsr_source": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "groupset": {
      "size": 16,
      "fields": {
        "gidset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "gidset_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "grouptask": {
      "size": 120,
      "fields": {
        "gt_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "gt_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 96
        },
        "gt_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "gt_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_605195adf8c18579"
          },
          "offset": 40
        },
        "gt_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "gt_task": {
          "type": {
            "kind": "struct",
            "name": "gtask"
          },
          "offset": 0
        },
        "gt_taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "gt_uniq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "gsb_buffer": {
      "size": 2,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gss_OID_desc_struct": {
      "size": 16,
      "fields": {
        "elements": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gss_buffer_desc": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "gss_buffer_desc_struct": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "gss_channel_bindings_struct": {
      "size": 64,
      "fields": {
        "acceptor_address": {
          "type": {
            "kind": "struct",
            "name": "gss_buffer_desc"
          },
          "offset": 32
        },
        "acceptor_addrtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "application_data": {
          "type": {
            "kind": "struct",
            "name": "gss_buffer_desc"
          },
          "offset": 48
        },
        "initiator_address": {
          "type": {
            "kind": "struct",
            "name": "gss_buffer_desc"
          },
          "offset": 8
        },
        "initiator_addrtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gtask": {
      "size": 32,
      "fields": {
        "ta_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ta_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ta_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ta_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65d207667efdc447"
          },
          "offset": 0
        },
        "ta_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "gtaskqueue": {
      "size": 256,
      "fields": {
        "tq_active": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae26e6fb12ef6a54"
          },
          "offset": 16
        },
        "tq_callbacks": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 176
        },
        "tq_callouts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "tq_cb_contexts": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 192
        },
        "tq_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "tq_enqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "tq_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "tq_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 64
        },
        "tq_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "tq_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3278e18c098dac86"
          },
          "offset": 0
        },
        "tq_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tq_spin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "tq_tcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "tq_threads": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "gtaskqueue_busy": {
      "size": 32,
      "fields": {
        "tb_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a922b9fee588b8d1"
          },
          "offset": 16
        },
        "tb_running": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gtask"
            }
          },
          "offset": 0
        },
        "tb_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "gw_filter_data": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "gw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "gz_header": {
      "size": 80,
      "fields": {
        "comm_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "comment": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "extra": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "extra_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "extra_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "hcrc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "name_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "os": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "text": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "gz_header_s": {
      "size": 80,
      "fields": {
        "comm_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "comment": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "extra": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "extra_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "extra_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "hcrc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "name_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "os": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "text": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "gz_stream": {
      "size": 144,
      "fields": {
        "gz_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "gz_bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "gz_crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "gz_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "gz_stream": {
          "type": {
            "kind": "struct",
            "name": "z_stream"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hal_bb_panic_info": {
      "size": 72,
      "fields": {
        "agc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "cycles": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "det": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "phy_gen_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "phy_panic_wd_ctl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "phy_panic_wd_ctl2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "r_odfm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rdar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rxc_pcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rxf_pcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "src": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "t_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "t_odfm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txf_pcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "wd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "hal_dfs_event": {
      "size": 24,
      "fields": {
        "re_dur": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "re_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "re_full_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "re_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "re_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hal_hw_hang_check_t": {
      "size": 16,
      "fields": {
        "hang_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hang_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hang_reg_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hang_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hal_mac_hang_check_t": {
      "size": 12,
      "fields": {
        "dcu_chain_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "dcu_complete_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "qcu_complete_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "qcu_fetch_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "qcu_fsp_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "qcu_fsp_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "qcu_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "qcu_stitch_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "states": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "handle": {
      "size": 16,
      "fields": {
        "nettype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "nflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nhandle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "NCONF_HANDLE"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hardware_scb": {
      "size": 64,
      "fields": {
        "cdb32": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "datacnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dataptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "scsiid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "scsioffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "scsirate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "sgptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "shared_data": {
          "type": {
            "kind": "union",
            "name": "unnamed_c4275f755eb7fff8"
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        }
      },
      "kind": "struct"
    },
    "harvest_context": {
      "size": 16576,
      "fields": {
        "hc_destination": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "hc_entropy_fast_accumulator": {
          "type": {
            "kind": "struct",
            "name": "fast_entropy_accumulator"
          },
          "offset": 16536
        },
        "hc_entropy_ring": {
          "type": {
            "kind": "struct",
            "name": "entropy_ring"
          },
          "offset": 144
        },
        "hc_kthread_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 136
        },
        "hc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "harvest_event": {
      "size": 16,
      "fields": {
        "he_destination": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "he_entropy": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "he_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "he_somecounter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "he_source": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "hc_head": {
      "size": 48,
      "fields": {
        "hch_bucket": {
          "type": {
            "kind": "struct",
            "name": "hc_qhead"
          },
          "offset": 0
        },
        "hch_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hch_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hc_index_data": {
      "size": 2,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hc_metrics": {
      "size": 64,
      "fields": {
        "ip4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 8
        },
        "ip6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 12
        },
        "ip6_zoneid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rmx_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rmx_expire": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "rmx_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rmx_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6aa0022bdfc0fbd4"
          },
          "offset": 0
        },
        "rmx_recvpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rmx_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rmx_rttvar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rmx_sendpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rmx_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "hc_metrics_lite": {
      "size": 28,
      "fields": {
        "rmx_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rmx_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rmx_recvpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rmx_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rmx_rttvar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rmx_sendpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rmx_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hc_qhead": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hc_metrics"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hc_sb_data": {
      "size": 48,
      "fields": {
        "dhc_qzone_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "host_sb_addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_native_t"
          },
          "offset": 0
        },
        "p_func": {
          "type": {
            "kind": "struct",
            "name": "pci_entity"
          },
          "offset": 24
        },
        "rsrv0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "rsrv1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "regpair_native_t"
            }
          },
          "offset": 32
        },
        "same_igu_sb_1b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "state_machine": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hc_status_block_sm"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hc_sp_status_block": {
      "size": 40,
      "fields": {
        "index_values": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "rsrv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "rsrv1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "running_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hc_sp_status_block_data": {
      "size": 16,
      "fields": {
        "host_sb_addr": {
          "type": {
            "kind": "struct",
            "name": "regpair_native_t"
          },
          "offset": 0
        },
        "igu_sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "igu_seg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "p_func": {
          "type": {
            "kind": "struct",
            "name": "pci_entity"
          },
          "offset": 12
        },
        "rsrv1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "hc_status_block_data_e1x": {
      "size": 64,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "hc_sb_data"
          },
          "offset": 16
        },
        "index_data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hc_index_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hc_status_block_data_e2": {
      "size": 64,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "hc_sb_data"
          },
          "offset": 16
        },
        "index_data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hc_index_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hc_status_block_e1x": {
      "size": 64,
      "fields": {
        "index_values": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "rsrv": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "running_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hc_status_block_e2": {
      "size": 64,
      "fields": {
        "index_values": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "running_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hc_status_block_sm": {
      "size": 8,
      "fields": {
        "__flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "igu_sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "igu_seg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "time_to_expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "timer_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "hdaa_audio_as": {
      "size": 232,
      "fields": {
        "chans": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 208
        },
        "dacs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "int"
              }
            }
          },
          "offset": 76
        },
        "digital": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fakeredir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hpredir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "location": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "mixed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "num_chans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "pdevinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_pcm_devinfo"
            }
          },
          "offset": 224
        },
        "pincnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pins": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 12
        },
        "pinset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hdaa_audio_ctl": {
      "size": 368,
      "fields": {
        "childwidget": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_widget"
            }
          },
          "offset": 8
        },
        "devleft": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 68
        },
        "devmute": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 268
        },
        "devright": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 168
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "forcemute": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "left": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "mute": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "muted": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ndir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ossmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "right": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "step": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "widget": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_widget"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hdaa_chan": {
      "size": 384,
      "fields": {
        "as": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 308
        },
        "asindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "b": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 0
        },
        "bit16": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "bit32": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "c": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 8
        },
        "caps": {
          "type": {
            "kind": "struct",
            "name": "pcmchan_caps"
          },
          "offset": 16
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_devinfo"
            }
          },
          "offset": 40
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "dmapos": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 272
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "fmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "fmtlist": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "io": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 316
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "pcmrates": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "pdevinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_pcm_devinfo"
            }
          },
          "offset": 48
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "stripecap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 380
        },
        "stripectl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 381
        },
        "supp_pcm_size_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "supp_stream_formats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "hdaa_devinfo": {
      "size": 208,
      "fields": {
        "as": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_audio_as"
            }
          },
          "offset": 112
        },
        "ascnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "chans": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_chan"
            }
          },
          "offset": 128
        },
        "ctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_audio_ctl"
            }
          },
          "offset": 104
        },
        "ctlcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_pcm_devinfo"
            }
          },
          "offset": 120
        },
        "endnode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "gpio_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "gpo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "inamp_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "init_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 8
        },
        "newgpio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "newgpo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "newquirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "nid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nodecnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "num_chans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "num_devs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "outamp_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "poll_ival": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "poll_jack": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 136
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "startnode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "supp_pcm_size_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "supp_stream_formats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "widget": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_widget"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "hdaa_model_pin_patch_t": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "patches": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "model_pin_patch_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hdaa_pcm_devinfo": {
      "size": 320,
      "fields": {
        "autorecsrc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "chan_blkcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "chan_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_devinfo"
            }
          },
          "offset": 8
        },
        "digital": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 300
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "left": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "maxamp": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 192
        },
        "minamp": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 92
        },
        "mixer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_mixer"
            }
          },
          "offset": 16
        },
        "ossmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "playas": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "recas": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "recsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "right": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        }
      },
      "kind": "struct"
    },
    "hdaa_widget": {
      "size": 312,
      "fields": {
        "bindas": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "bindseqmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "conns": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 48
        },
        "connsenable": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdaa_devinfo"
            }
          },
          "offset": 256
        },
        "eld": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "eld_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 208
        },
        "nconns": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "nid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ossdev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ossmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "param": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7051d326cc4eba1"
          },
          "offset": 264
        },
        "pflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "selconn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "unsol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "waspin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "wclass": {
          "type": {
            "kind": "union",
            "name": "unnamed_9f1016a09d08114b"
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "hdac_bdle": {
      "size": 16,
      "fields": {
        "addrh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ioc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hdac_dma": {
      "size": 40,
      "fields": {
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "dma_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dma_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "dma_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hdac_irq": {
      "size": 24,
      "fields": {
        "irq_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hdac_mem": {
      "size": 32,
      "fields": {
        "mem_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "mem_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "mem_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mem_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hdac_rirb": {
      "size": 8,
      "fields": {
        "response": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "response_ex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hdac_softc": {
      "size": 1192,
      "fields": {
        "chan_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 280
        },
        "codecs": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_532731ef13d6a575"
            }
          },
          "offset": 680
        },
        "corb_dma": {
          "type": {
            "kind": "struct",
            "name": "hdac_dma"
          },
          "offset": 144
        },
        "corb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "corb_wp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "intrhook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 16
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "hdac_irq"
          },
          "offset": 80
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 8
        },
        "mem": {
          "type": {
            "kind": "struct",
            "name": "hdac_mem"
          },
          "offset": 48
        },
        "num_bss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "num_iss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "num_oss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "num_sdo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "num_ss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "poll_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 296
        },
        "poll_ival": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "pos_dma": {
          "type": {
            "kind": "struct",
            "name": "hdac_dma"
          },
          "offset": 240
        },
        "quirks_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "quirks_on": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rirb_dma": {
          "type": {
            "kind": "struct",
            "name": "hdac_dma"
          },
          "offset": 192
        },
        "rirb_rp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "rirb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "sdo_bw_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 668
        },
        "streams": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdac_stream"
            }
          },
          "offset": 672
        },
        "support_64bit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "unsol_registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "unsolq": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 412
        },
        "unsolq_rp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 400
        },
        "unsolq_st": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 408
        },
        "unsolq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 368
        },
        "unsolq_wp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 404
        }
      },
      "kind": "struct"
    },
    "hdac_stream": {
      "size": 80,
      "fields": {
        "bdl": {
          "type": {
            "kind": "struct",
            "name": "hdac_dma"
          },
          "offset": 8
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "bw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "stream": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "stripe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "hdacc_fg": {
      "size": 24,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "nid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "subsystem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "hdacc_softc": {
      "size": 808,
      "fields": {
        "cad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "fgcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 792
        },
        "fgs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hdacc_fg"
            }
          },
          "offset": 800
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 8
        },
        "streams": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "pointer",
                "subtype": {
                  "kind": "struct",
                  "name": "_device"
                }
              }
            }
          },
          "offset": 24
        },
        "tags": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "head_tcp_rate_set": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_rate_set"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "helper": {
      "size": 88,
      "fields": {
        "h_classes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "h_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "h_hooks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hookinfo"
            }
          },
          "offset": 40
        },
        "h_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "h_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "h_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_03a1f372e052fde4"
          },
          "offset": 72
        },
        "h_nhooks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "h_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "h_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 32
        },
        "mod_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "mod_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "helper_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "helper"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "helper"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hfsc_class": {
      "size": 576,
      "fields": {
        "cl_actc": {
          "type": {
            "kind": "struct",
            "name": "acthead"
          },
          "offset": 488
        },
        "cl_actlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ddaba55b64dd0fcc"
          },
          "offset": 504
        },
        "cl_aqm": {
          "type": {
            "kind": "union",
            "name": "unnamed_a17bc4e4c0024e10"
          },
          "offset": 64
        },
        "cl_cfmin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "cl_children": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 48
        },
        "cl_cumul": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "cl_cvtmax": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "cl_cvtmin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "cl_d": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "cl_deadline": {
          "type": {
            "kind": "struct",
            "name": "runtime_sc"
          },
          "offset": 216
        },
        "cl_e": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "cl_eligible": {
          "type": {
            "kind": "struct",
            "name": "runtime_sc"
          },
          "offset": 280
        },
        "cl_ellist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ddaba55b64dd0fcc"
          },
          "offset": 520
        },
        "cl_f": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "cl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cl_fsc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "internal_sc"
            }
          },
          "offset": 200
        },
        "cl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cl_hif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_if"
            }
          },
          "offset": 16
        },
        "cl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cl_initvt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "cl_myf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "cl_myfadj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "cl_nactive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "cl_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 32
        },
        "cl_parentperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "cl_pktattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "altq_pktattr"
            }
          },
          "offset": 72
        },
        "cl_q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "class_queue_t"
            }
          },
          "offset": 56
        },
        "cl_rsc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "internal_sc"
            }
          },
          "offset": 192
        },
        "cl_siblings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 40
        },
        "cl_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cl_stats": {
          "type": {
            "kind": "struct",
            "name": "unnamed_56e9605585341fc4"
          },
          "offset": 536
        },
        "cl_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "cl_ulimit": {
          "type": {
            "kind": "struct",
            "name": "runtime_sc"
          },
          "offset": 408
        },
        "cl_usc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "internal_sc"
            }
          },
          "offset": 208
        },
        "cl_virtual": {
          "type": {
            "kind": "struct",
            "name": "runtime_sc"
          },
          "offset": 344
        },
        "cl_vt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "cl_vtadj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "cl_vtoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "cl_vtperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        }
      },
      "kind": "struct"
    },
    "hfsc_classstats_v0": {
      "size": 440,
      "fields": {
        "cfmin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "class_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "class_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "codel": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 408
        },
        "cumul": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "cur_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "cvtmax": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "cvtmin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "d": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 200
        },
        "e": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "f": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "fsc": {
          "type": {
            "kind": "struct",
            "name": "service_curve_v0"
          },
          "offset": 20
        },
        "initvt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "machclk_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "myf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "myfadj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "nactive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 228
        },
        "parentperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "qlength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "qtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "red": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 240
        },
        "rsc": {
          "type": {
            "kind": "struct",
            "name": "service_curve_v0"
          },
          "offset": 8
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "usc": {
          "type": {
            "kind": "struct",
            "name": "service_curve_v0"
          },
          "offset": 32
        },
        "vt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "vtadj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "vtoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "vtperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "hfsc_classstats_v1": {
      "size": 472,
      "fields": {
        "cfmin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "class_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "class_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "codel": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 440
        },
        "cumul": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "cur_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "cvtmax": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "cvtmin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "d": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 232
        },
        "e": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "f": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "fsc": {
          "type": {
            "kind": "struct",
            "name": "service_curve_v1"
          },
          "offset": 32
        },
        "initvt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "machclk_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "myf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "myfadj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "nactive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        },
        "parentperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "qlength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "qtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "red": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 272
        },
        "rsc": {
          "type": {
            "kind": "struct",
            "name": "service_curve_v1"
          },
          "offset": 8
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "usc": {
          "type": {
            "kind": "struct",
            "name": "service_curve_v1"
          },
          "offset": 56
        },
        "vt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "vtadj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "vtoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "vtperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "hfsc_if": {
      "size": 16456,
      "fields": {
        "hif_class_tbl": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hfsc_class"
              }
            }
          },
          "offset": 32
        },
        "hif_classes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16424
        },
        "hif_classid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16432
        },
        "hif_defaultclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 24
        },
        "hif_eligible": {
          "type": {
            "kind": "struct",
            "name": "elighead"
          },
          "offset": 16440
        },
        "hif_ifq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaltq"
            }
          },
          "offset": 8
        },
        "hif_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_if"
            }
          },
          "offset": 0
        },
        "hif_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16428
        },
        "hif_pollcache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 16416
        },
        "hif_rootclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hfsc_opts_v0": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "lssc_d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lssc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lssc_m2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rtsc_d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rtsc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rtsc_m2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ulsc_d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ulsc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ulsc_m2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hfsc_opts_v1": {
      "size": 80,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "lssc_d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "lssc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "lssc_m2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rtsc_d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rtsc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rtsc_m2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ulsc_d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ulsc_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ulsc_m2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "hhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sess_con"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hhook": {
      "size": 32,
      "fields": {
        "hhk_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "hhk_helper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "helper"
            }
          },
          "offset": 8
        },
        "hhk_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c962eca136b55e3e"
          },
          "offset": 24
        },
        "hhk_udata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hhook_head": {
      "size": 272,
      "fields": {
        "hhh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "hhh_hooks": {
          "type": {
            "kind": "struct",
            "name": "hhook_list"
          },
          "offset": 0
        },
        "hhh_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "hhh_lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 16
        },
        "hhh_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4611abd2e50477e9"
          },
          "offset": 240
        },
        "hhh_nhooks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "hhh_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "hhh_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "hhh_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "hhh_vnext": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4611abd2e50477e9"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "hhook_list": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hhook"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hhook"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hhookheadhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hhook_head"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hid_data": {
      "size": 1224,
      "fields": {
        "cur": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hid_item"
            }
          },
          "offset": 24
        },
        "end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "icount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1208
        },
        "iusage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1215
        },
        "kindset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1212
        },
        "last_pos": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hid_pos_data"
            }
          },
          "offset": 552
        },
        "loc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1200
        },
        "loc_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1196
        },
        "ncount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1204
        },
        "nusage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1214
        },
        "ousage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1216
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pushlevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1213
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "susage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1217
        },
        "usage_last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1192
        },
        "usages_max": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 936
        },
        "usages_min": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 680
        }
      },
      "kind": "struct"
    },
    "hid_device_info": {
      "size": 200,
      "fields": {
        "autoQuirk": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        },
        "idBus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "idPnP": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "idProduct": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "idVendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "idVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 186
        },
        "name": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rdescsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "serial": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "hid_item": {
      "size": 132,
      "fields": {
        "_usage_page": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "collection": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "collevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "designator_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "designator_maximum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "designator_minimum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "kind": {
          "type": {
            "kind": "enum",
            "name": "hid_kind"
          },
          "offset": 112
        },
        "loc": {
          "type": {
            "kind": "struct",
            "name": "hid_location"
          },
          "offset": 120
        },
        "logical_maximum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "logical_minimum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "nusages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "physical_maximum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "physical_minimum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "report_ID": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "set_delimiter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "string_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "string_maximum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "string_minimum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "unit_exponent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_19ee3d5b8b4df517"
          },
          "offset": 36,
          "anonymous": true
        },
        "usage_maximum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "usage_minimum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "hid_location": {
      "size": 12,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hid_pos_data": {
      "size": 8,
      "fields": {
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hidquirk_entry": {
      "size": 26,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hi_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "lo_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "quirks": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "highpowerlist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_ed"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_ed"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hlist_head": {
      "size": 8,
      "fields": {
        "first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hlist_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hlist_node": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hlist_node"
            }
          },
          "offset": 0
        },
        "pprev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hlist_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hmac_ctx": {
      "size": 416,
      "fields": {
        "innerctx": {
          "type": {
            "kind": "struct",
            "name": "SHA512_CTX"
          },
          "offset": 0
        },
        "outerctx": {
          "type": {
            "kind": "struct",
            "name": "SHA512_CTX"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "hn_nvs_chim_conn": {
      "size": 40,
      "fields": {
        "nvs_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rsvd": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "nvs_sig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_chim_connresp": {
      "size": 12,
      "fields": {
        "nvs_sectsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_chim_disconn": {
      "size": 40,
      "fields": {
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rsvd": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "nvs_sig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_datapath": {
      "size": 40,
      "fields": {
        "nvs_active_path": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rsvd": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_hdr": {
      "size": 4,
      "fields": {
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_init": {
      "size": 40,
      "fields": {
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rsvd": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nvs_ver_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_ver_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hn_nvs_init_resp": {
      "size": 16,
      "fields": {
        "nvs_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nvs_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hn_nvs_ndis_conf": {
      "size": 40,
      "fields": {
        "nvs_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_rsvd1": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_ndis_init": {
      "size": 40,
      "fields": {
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_ndis_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_ndis_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_rsvd": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_rndis": {
      "size": 40,
      "fields": {
        "nvs_chim_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_chim_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rndis_mtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_rsvd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_rndis_ack": {
      "size": 40,
      "fields": {
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rsvd": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "nvs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_rxbuf_conn": {
      "size": 40,
      "fields": {
        "nvs_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rsvd": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "nvs_sig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_rxbuf_connresp": {
      "size": 12,
      "fields": {
        "nvs_nsect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_sect": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hn_nvs_rxbuf_sect"
            }
          },
          "offset": 12
        },
        "nvs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_rxbuf_disconn": {
      "size": 40,
      "fields": {
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_rsvd": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "nvs_sig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_rxbuf_sect": {
      "size": 16,
      "fields": {
        "nvs_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nvs_slotcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_slotsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_sendctx": {
      "size": 16,
      "fields": {
        "hn_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "hn_cbarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hn_nvs_subch_req": {
      "size": 40,
      "fields": {
        "nvs_msg_pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "nvs_nsubch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_rsvd": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_nvs_subch_resp": {
      "size": 12,
      "fields": {
        "nvs_nsubch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nvs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nvs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_rx_ring": {
      "size": 7104,
      "fields": {
        "hn_ack_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7056
        },
        "hn_br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 7088
        },
        "hn_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 7096
        },
        "hn_csum_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 6992
        },
        "hn_csum_tcp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7000
        },
        "hn_csum_trusted": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7016
        },
        "hn_csum_udp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7008
        },
        "hn_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "hn_lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 6864
        },
        "hn_lro_tried": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7024
        },
        "hn_mbuf_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "hn_pktbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "hn_pktbuf_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "hn_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7040
        },
        "hn_rsc_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7072
        },
        "hn_rsc_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7064
        },
        "hn_rss_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7048
        },
        "hn_rx_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "hn_rx_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "hn_rx_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 7080
        },
        "hn_rxbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "hn_rxvf_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "hn_small_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 7032
        },
        "hn_trust_hcsum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6856
        },
        "hn_txr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_tx_ring"
            }
          },
          "offset": 16
        },
        "rsc": {
          "type": {
            "kind": "struct",
            "name": "hn_rx_rsc"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "hn_rx_rsc": {
      "size": 6792,
      "fields": {
        "cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "csum_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "frag_data": {
          "type": {
            "count": 562,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 48
        },
        "frag_len": {
          "type": {
            "count": 562,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4544
        },
        "hash_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hash_value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "is_last": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "vlan_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_rxinfo": {
      "size": 40,
      "fields": {
        "csum_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hash_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hash_value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "pktinfo_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "packet_info_id"
            }
          },
          "offset": 32
        },
        "vlan_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hn_rxvf_setarg": {
      "size": 16,
      "fields": {
        "rxr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_rx_ring"
            }
          },
          "offset": 0
        },
        "vf_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hn_softc": {
      "size": 1480,
      "fields": {
        "hn_agg_pkts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 420
        },
        "hn_agg_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 416
        },
        "hn_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "hn_chim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 344
        },
        "hn_chim_bmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 352
        },
        "hn_chim_bmap_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "hn_chim_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "hn_chim_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "hn_chim_szmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "hn_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "hn_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "hn_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "hn_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "hn_ifaddr_evthand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1280
        },
        "hn_ifnet_atthand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1296
        },
        "hn_ifnet_dethand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1304
        },
        "hn_ifnet_evthand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1288
        },
        "hn_ifnet_lnkhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1312
        },
        "hn_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "hn_link_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "hn_link_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 440
        },
        "hn_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 64
        },
        "hn_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 8
        },
        "hn_mgmt_taskq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 424
        },
        "hn_mgmt_taskq0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 432
        },
        "hn_ndis_tso_sgmin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 660
        },
        "hn_ndis_tso_szmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 656
        },
        "hn_ndis_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "hn_netchg_init": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 472
        },
        "hn_netchg_status": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 504
        },
        "hn_nvs_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "hn_pollhz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "hn_prichan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 96
        },
        "hn_rndis_agg_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "hn_rndis_agg_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 668
        },
        "hn_rndis_agg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 664
        },
        "hn_rndis_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "hn_rsc_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1472
        },
        "hn_rss": {
          "type": {
            "kind": "struct",
            "name": "ndis_rssprm_toeplitz"
          },
          "offset": 688
        },
        "hn_rss_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "hn_rss_hcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 684
        },
        "hn_rss_ind_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 676
        },
        "hn_rx_filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "hn_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_rx_ring"
            }
          },
          "offset": 112
        },
        "hn_rx_ring_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "hn_rx_ring_inuse": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "hn_rx_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 392
        },
        "hn_rxbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 632
        },
        "hn_rxbuf_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "hn_saved_caps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1456
        },
        "hn_saved_tsomax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1460
        },
        "hn_saved_tsosegcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1464
        },
        "hn_saved_tsosegsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1468
        },
        "hn_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_tx_ring"
            }
          },
          "offset": 336
        },
        "hn_tx_ring_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "hn_tx_ring_inuse": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "hn_tx_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 384
        },
        "hn_tx_taskqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "taskqueue"
              }
            }
          },
          "offset": 376
        },
        "hn_vf_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 312
        },
        "hn_vf_init": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 1336
        },
        "hn_vf_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1448
        },
        "hn_vf_lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 120
        },
        "hn_vf_rdytick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1320
        },
        "hn_vf_taskq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 1328
        },
        "hn_xact": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact_ctx"
            }
          },
          "offset": 400
        },
        "hn_xvf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        }
      },
      "kind": "struct"
    },
    "hn_tx_ring": {
      "size": 896,
      "fields": {
        "hn_agg_align": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 206
        },
        "hn_agg_pktleft": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 220
        },
        "hn_agg_pktmax": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 204
        },
        "hn_agg_prevpkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rndis_packet_msg"
            }
          },
          "offset": 224
        },
        "hn_agg_szleft": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "hn_agg_szmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "hn_agg_txd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_txdesc"
            }
          },
          "offset": 208
        },
        "hn_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 168
        },
        "hn_chim_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "hn_csum_assist": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "hn_direct_tx_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "hn_flush_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 832
        },
        "hn_gpa": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_gpa"
            }
          },
          "offset": 256
        },
        "hn_gpa_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 252
        },
        "hn_has_txeof": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "hn_mbuf_br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 104
        },
        "hn_no_txdescs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 768
        },
        "hn_oactive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "hn_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 816
        },
        "hn_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_softc"
            }
          },
          "offset": 160
        },
        "hn_sched_tx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "hn_send_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 776
        },
        "hn_sendpkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "hn_sends": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 824
        },
        "hn_stat_mcasts": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 238
        },
        "hn_stat_pkts": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 236
        },
        "hn_stat_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "hn_suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        },
        "hn_tx_chimney": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 808
        },
        "hn_tx_chimney_tried": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 800
        },
        "hn_tx_collapsed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 792
        },
        "hn_tx_data_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 184
        },
        "hn_tx_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "hn_tx_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "hn_tx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 128
        },
        "hn_tx_rndis_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 848
        },
        "hn_tx_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 856
        },
        "hn_tx_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 40
        },
        "hn_tx_taskq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 32
        },
        "hn_txdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_txdesc"
            }
          },
          "offset": 840
        },
        "hn_txdesc_avail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "hn_txdesc_br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 0
        },
        "hn_txdesc_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "hn_txdma_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 784
        },
        "hn_txdone_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "hn_txeof": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "hn_txeof_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "hn_txdesc": {
      "size": 104,
      "fields": {
        "agg_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_006508e91a06f4c1"
          },
          "offset": 0
        },
        "agg_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bf4cdfd91bdcc7ec"
          },
          "offset": 8
        },
        "chim_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "chim_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "data_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 72
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "rndis_pkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rndis_packet_msg"
            }
          },
          "offset": 88
        },
        "rndis_pkt_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 96
        },
        "rndis_pkt_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "send_ctx": {
          "type": {
            "kind": "struct",
            "name": "hn_nvs_sendctx"
          },
          "offset": 48
        },
        "txr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_tx_ring"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hookinfo": {
      "size": 32,
      "fields": {
        "hook_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "hook_helper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "helper"
            }
          },
          "offset": 8
        },
        "hook_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "hook_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "hook_udata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hooklist": {
      "size": 72,
      "fields": {
        "link": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "linkinfo"
            }
          },
          "offset": 72
        },
        "nodeinfo": {
          "type": {
            "kind": "struct",
            "name": "nodeinfo"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hookpriv": {
      "size": 24,
      "fields": {
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bb2c3f052e72ed4b"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hooks": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "host_func_stats": {
      "size": 80,
      "fields": {
        "host_func_stats_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "host_func_stats_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "total_broadcast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "total_broadcast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "total_broadcast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "total_broadcast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "total_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "total_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "total_bytes_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "total_bytes_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "total_multicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "total_multicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "total_multicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "total_multicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "total_unicast_packets_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "total_unicast_packets_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "total_unicast_packets_transmitted_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "total_unicast_packets_transmitted_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "valid_bytes_received_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "valid_bytes_received_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "host_hc_status_block_e1x": {
      "size": 64,
      "fields": {
        "sb": {
          "type": {
            "kind": "struct",
            "name": "hc_status_block_e1x"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "host_hc_status_block_e2": {
      "size": 64,
      "fields": {
        "sb": {
          "type": {
            "kind": "struct",
            "name": "hc_status_block_e2"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "host_packet": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5ea3c68447a367f7"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "host_port_stats": {
      "size": 648,
      "fields": {
        "brb_drop_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "brb_drop_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "eee_lpi_count_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "eee_lpi_count_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "host_port_stats_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mac_stx": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mac_stx"
            }
          },
          "offset": 4
        },
        "not_used": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "pfc_frames_rx_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "pfc_frames_rx_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "pfc_frames_tx_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "pfc_frames_tx_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        }
      },
      "kind": "struct"
    },
    "host_sp_status_block": {
      "size": 56,
      "fields": {
        "atten_status_block": {
          "type": {
            "kind": "struct",
            "name": "atten_sp_status_block"
          },
          "offset": 0
        },
        "sp_sb": {
          "type": {
            "kind": "struct",
            "name": "hc_sp_status_block"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hpet_softc": {
      "size": 137416,
      "fields": {
        "acpi_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "allowed_irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "intr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "intr_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "legacy_route": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "mem_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "mem_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mmap_allow": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 137408
        },
        "mmap_allow_write": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 137412
        },
        "num_timers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 137392
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 137400
        },
        "per_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "t": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hpet_timer"
            }
          },
          "offset": 176
        },
        "tc": {
          "type": {
            "kind": "struct",
            "name": "timecounter"
          },
          "offset": 96
        },
        "useirq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hpet_timer": {
      "size": 4288,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4264
        },
        "div": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4272
        },
        "et": {
          "type": {
            "kind": "struct",
            "name": "eventtimer"
          },
          "offset": 0
        },
        "intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 4256
        },
        "intr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 4248
        },
        "intr_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4280
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4276
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "pcpu_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "pcpu_master": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "pcpu_misrouted": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "pcpu_slaves": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 148
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpet_softc"
            }
          },
          "offset": 112
        },
        "vectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4268
        }
      },
      "kind": "struct"
    },
    "hpt_iop_hba": {
      "size": 2425,
      "fields": {
        "bar0_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 192
        },
        "bar0_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "bar0h": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "bar0t": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "bar2_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 220
        },
        "bar2_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "bar2h": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 236
        },
        "bar2t": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 228
        },
        "config_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "ctlcfg_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 184
        },
        "ctlcfg_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 168
        },
        "ctlcfg_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 296
        },
        "ctlcfg_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 256
        },
        "ctlcfg_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 288
        },
        "ctlcfgcmd_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "firmware_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 373
        },
        "initialized": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 316
        },
        "interface_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "io_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 152
        },
        "ioctl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 136
        },
        "irq_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 272
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 341
        },
        "max_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "max_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "max_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "max_sg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "msg_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iop_hba"
            }
          },
          "offset": 88
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hptiop_adapter_ops"
            }
          },
          "offset": 0
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 144
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 325
        },
        "pcidev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 124
        },
        "pciunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 333
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 317
        },
        "srb": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hpt_iop_srb"
              }
            }
          },
          "offset": 377
        },
        "srb_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 176
        },
        "srb_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 160
        },
        "srb_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iop_srb"
            }
          },
          "offset": 264
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_c846eb2fd3f24588"
          },
          "offset": 8
        },
        "uncached_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "hpt_iop_ioctl_param": {
      "size": 40,
      "fields": {
        "Magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dwIoControlCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lpBytesReturned": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "lpInBuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "lpOutBuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 20
        },
        "nInBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nOutBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "hpt_iop_request_get_config": {
      "size": 60,
      "fields": {
        "alignment_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "data_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "firmware_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "hpt_iop_request_header"
          },
          "offset": 0
        },
        "interface_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "max_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "max_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_sg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sdram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "hpt_iop_request_header": {
      "size": 24,
      "fields": {
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hpt_iop_request_ioctl_command": {
      "size": 41,
      "fields": {
        "buf": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "bytes_returned": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "hpt_iop_request_header"
          },
          "offset": 0
        },
        "inbuf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ioctl_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "outbuf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hpt_iop_request_scsi_command": {
      "size": 64,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "dataxfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "hpt_iop_request_header"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "sg_list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iopsg"
            }
          },
          "offset": 48
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "hpt_iop_request_set_config": {
      "size": 56,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "hpt_iop_request_header"
          },
          "offset": 0
        },
        "iop_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "max_host_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "reserve": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "vbus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "hpt_iop_srb": {
      "size": 712,
      "fields": {
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 608
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 624
        },
        "hba": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iop_hba"
            }
          },
          "offset": 600
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 644
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iop_srb"
            }
          },
          "offset": 616
        },
        "phy_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "req": {
          "type": {
            "count": 600,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "srb_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 648
        }
      },
      "kind": "struct"
    },
    "hpt_iopmu_itl": {
      "size": 72,
      "fields": {
        "inbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "inbound_intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "inbound_intstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "inbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "inbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "inbound_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "outbound_intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "outbound_intstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "outbound_msgaddr0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "outbound_msgaddr1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "outbound_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "resrved0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hpt_iopmu_mv": {
      "size": 8256,
      "fields": {
        "inbound_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "inbound_msg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "inbound_q": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "inbound_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "outbound_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "outbound_msg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "outbound_q": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 4160
        },
        "outbound_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserve": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "hpt_iopmu_mvfrey": {
      "size": 66696,
      "fields": {
        "cpu_to_f0_msg_a": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66592
        },
        "f0_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66688
        },
        "f0_doorbell_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66692
        },
        "f0_to_cpu_msg_a": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66560
        },
        "inbound_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16384
        },
        "inbound_base_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16388
        },
        "inbound_conf_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16428
        },
        "inbound_read_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16412
        },
        "inbound_write_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16408
        },
        "isr_cause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16520
        },
        "isr_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16524
        },
        "main_fiq_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66056
        },
        "main_int_cuase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66048
        },
        "main_irq_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66052
        },
        "outbound_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16464
        },
        "outbound_base_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16468
        },
        "outbound_read": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16496
        },
        "outbound_shadow_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16472
        },
        "outbound_shadow_base_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16476
        },
        "outbound_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16488
        },
        "pcie_f0_int_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66060
        },
        "pcie_f1_int_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66064
        },
        "pcie_f2_int_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66068
        },
        "pcie_f3_int_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 66072
        },
        "reserved": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved10": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66564
        },
        "reserved11": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66596
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16392
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16416
        },
        "reserved4": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16432
        },
        "reserved5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16480
        },
        "reserved6": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16492
        },
        "reserved7": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16500
        },
        "reserved8": {
          "type": {
            "count": 12380,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16528
        },
        "reserved9": {
          "type": {
            "count": 121,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66076
        }
      },
      "kind": "struct"
    },
    "hpt_iopmv_regs": {
      "size": 132112,
      "fields": {
        "inbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132096
        },
        "inbound_intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132100
        },
        "outbound_doorbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132104
        },
        "outbound_intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132108
        },
        "reserved": {
          "type": {
            "count": 33024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hpt_iopsg": {
      "size": 16,
      "fields": {
        "eot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pci_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hptiop_adapter_ops": {
      "size": 120,
      "fields": {
        "alloc_pci_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "disable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "do_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "enable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "family": {
          "type": {
            "kind": "enum",
            "name": "hptiop_family"
          },
          "offset": 0
        },
        "get_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "internal_memalloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "internal_memfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "iop_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "iop_wait_ready": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "post_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "post_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "release_pci_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "reset_comm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "set_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "hrtimer": {
      "size": 120,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        },
        "expires": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "precision": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "hs21_type": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "prod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "htcp": {
      "size": 56,
      "fields": {
        "Bi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "alpha": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "beta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bytes_acked": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "last_cong": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lasttime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "maxB": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "maxRTT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "minB": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "minRTT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "modeswitch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "old_maxB": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "undo_last_cong": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "undo_maxRTT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "undo_old_maxB": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hub_result": {
      "size": 16,
      "fields": {
        "iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "portno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_dr_state": {
      "size": 24,
      "fields": {
        "device_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "func": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hv_pcidev_desc"
            }
          },
          "offset": 20
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9f5984bb296807c1"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_dr_work": {
      "size": 40,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_pcibus"
            }
          },
          "offset": 32
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_irq_desc": {
      "size": 40,
      "fields": {
        "desc": {
          "type": {
            "kind": "struct",
            "name": "tran_int_desc"
          },
          "offset": 16
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_21f76a4590a34972"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kbd_keystroke": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        },
        "ks": {
          "type": {
            "kind": "struct",
            "name": "keystroke"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hv_kbd_keystroke_t": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        },
        "ks": {
          "type": {
            "kind": "struct",
            "name": "keystroke"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hv_kbd_msg": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kbd_msg_hdr": {
      "size": 4,
      "fields": {
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kbd_msg_hdr_t": {
      "size": 4,
      "fields": {
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kbd_msg_t": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kbd_proto_req": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hv_kbd_proto_req_t": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hv_kbd_proto_resp": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hv_kbd_proto_resp_t": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kbd_msg_hdr"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hv_kbd_sc": {
      "size": 424,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 404
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "hs_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 0
        },
        "hs_xact_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact_ctx"
            }
          },
          "offset": 16
        },
        "ks_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 408
        },
        "ks_evdev_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 416
        },
        "ks_free_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a9a08cabcac1eccc"
          },
          "offset": 72
        },
        "ks_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "ks_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2ea0a7a42bdd1a14"
          },
          "offset": 80
        },
        "sc_accents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "sc_composed_char": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "sc_kbd": {
          "type": {
            "kind": "struct",
            "name": "keyboard_t"
          },
          "offset": 96
        },
        "sc_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        },
        "sc_polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 396
        },
        "sc_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 392
        },
        "sc_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 380
        }
      },
      "kind": "struct"
    },
    "hv_kbd_sc_t": {
      "size": 424,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 404
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "hs_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 0
        },
        "hs_xact_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact_ctx"
            }
          },
          "offset": 16
        },
        "ks_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 408
        },
        "ks_evdev_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 416
        },
        "ks_free_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a9a08cabcac1eccc"
          },
          "offset": 72
        },
        "ks_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "ks_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2ea0a7a42bdd1a14"
          },
          "offset": 80
        },
        "sc_accents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "sc_composed_char": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "sc_kbd": {
          "type": {
            "kind": "struct",
            "name": "keyboard_t"
          },
          "offset": 96
        },
        "sc_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        },
        "sc_polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 396
        },
        "sc_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 392
        },
        "sc_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 380
        }
      },
      "kind": "struct"
    },
    "hv_kvp_exchg_msg_value": {
      "size": 2572,
      "fields": {
        "key": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "key_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "msg_value": {
          "type": {
            "kind": "union",
            "name": "unnamed_f5a32338b5ed722e"
          },
          "offset": 524
        },
        "value_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "value_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kvp_hdr": {
      "size": 4,
      "fields": {
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "hv_kvp_ip_msg": {
      "size": 7428,
      "fields": {
        "kvp_ip_val": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_ipaddr_value"
          },
          "offset": 2
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "hv_kvp_ipaddr_value": {
      "size": 7426,
      "fields": {
        "adapter_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "addr_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 256
        },
        "dhcp_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 257
        },
        "dns_addr": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 5378
        },
        "gate_way": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4354
        },
        "ip_addr": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 258
        },
        "sub_net": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2306
        }
      },
      "kind": "struct"
    },
    "hv_kvp_msg": {
      "size": 7430,
      "fields": {
        "body": {
          "type": {
            "kind": "union",
            "name": "unnamed_4a5e6e2f52faa9b3"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "union",
            "name": "unnamed_fea59abf3c78a442"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kvp_msg_delete": {
      "size": 516,
      "fields": {
        "key": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "key_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kvp_msg_enumerate": {
      "size": 2576,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_exchg_msg_value"
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kvp_msg_get": {
      "size": 2572,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_exchg_msg_value"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kvp_msg_set": {
      "size": 2572,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_exchg_msg_value"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kvp_register": {
      "size": 512,
      "fields": {
        "version": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_kvp_sc": {
      "size": 7728,
      "fields": {
        "daemon_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "daemon_kvp_msg": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_msg"
          },
          "offset": 136
        },
        "daemon_task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 7648
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "dev_accessed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7636
        },
        "dev_sema": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 7576
        },
        "host_kvp_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_kvp_msg"
            }
          },
          "offset": 128
        },
        "host_msg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "host_msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "hv_kvp_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 7640
        },
        "hv_kvp_selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 7656
        },
        "pending_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "rcv_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7568
        },
        "register_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7632
        },
        "req_in_progress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "req_timed_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 72
        },
        "util_sc": {
          "type": {
            "kind": "struct",
            "name": "vmbus_ic_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_msi_desc": {
      "size": 16,
      "fields": {
        "cpu_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "delivery_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "hv_msi_desc3": {
      "size": 74,
      "fields": {
        "delivery_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "processor_array": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        },
        "processor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hv_pci_compl": {
      "size": 48,
      "fields": {
        "completion_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "host_event": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_pci_dev": {
      "size": 128,
      "fields": {
        "desc": {
          "type": {
            "kind": "struct",
            "name": "hv_pcidev_desc"
          },
          "offset": 16
        },
        "eject_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 56
        },
        "hbus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_pcibus"
            }
          },
          "offset": 48
        },
        "irq_desc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7f8ea0843e5f795e"
          },
          "offset": 88
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a2e75172e602115c"
          },
          "offset": 0
        },
        "probed_bar": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "reported_missing": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 42
        }
      },
      "kind": "struct"
    },
    "hv_pcibus": {
      "size": 200,
      "fields": {
        "cfg_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "children": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9b3095dbee4ecff0"
          },
          "offset": 160
        },
        "config_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "detaching": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "device_list_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 120
        },
        "dr_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4dd176c1c87bb110"
          },
          "offset": 176
        },
        "pci_bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "pci_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "pcib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "query_comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "completion"
            }
          },
          "offset": 80
        },
        "query_completion": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 40
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_pcib_softc"
            }
          },
          "offset": 16
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "hv_pcibus_state"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "hv_pcidev_desc": {
      "size": 26,
      "fields": {
        "base_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "d_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "prog_intf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ser": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "subsystem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "v_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "virtual_numa_node": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "hv_sgl_node": {
      "size": 24,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_94597e0ac892663e"
          },
          "offset": 0
        },
        "sgl_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_sglist"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hv_sgl_page_pool": {
      "size": 24,
      "fields": {
        "free_sgl_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_41febaabb4725834"
          },
          "offset": 8
        },
        "in_use_sgl_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_41febaabb4725834"
          },
          "offset": 0
        },
        "is_init": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hv_sglist": {
      "size": 536,
      "fields": {
        "sg_iov": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        },
        "sg_maxseg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 530
        },
        "sg_nseg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 528
        }
      },
      "kind": "struct"
    },
    "hv_storvsc_request": {
      "size": 544,
      "fields": {
        "bounce_sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_sglist"
            }
          },
          "offset": 512
        },
        "bounce_sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 392
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 376
        },
        "data_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 536
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_739a43df855dc7d5"
          },
          "offset": 0
        },
        "not_aligned_seg_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "prp_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "prp_list": {
          "type": {
            "kind": "struct",
            "name": "storvsc_gpa_range"
          },
          "offset": 84
        },
        "retries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 369
        },
        "sense_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 360
        },
        "sense_info_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 368
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "storvsc_softc"
            }
          },
          "offset": 384
        },
        "synch_sema": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 456
        },
        "vstor_packet": {
          "type": {
            "kind": "struct",
            "name": "vstor_packet"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hv_storvsc_sysctl": {
      "size": 8216,
      "fields": {
        "chan_send_cnt": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "data_bio_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "data_sg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "data_vaddr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hv_vmbus_ic_version": {
      "size": 4,
      "fields": {
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "hv_vmbus_icmsg_hdr": {
      "size": 20,
      "fields": {
        "icflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "icmsgsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "icmsgtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ictransaction_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "icverframe": {
          "type": {
            "kind": "struct",
            "name": "hv_vmbus_ic_version"
          },
          "offset": 0
        },
        "icvermsg": {
          "type": {
            "kind": "struct",
            "name": "hv_vmbus_ic_version"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "hv_vss_check_dm_info": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_vss_check_feature": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_vss_dev_sc": {
      "size": 120,
      "fields": {
        "hv_vss_selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 48
        },
        "proc_task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 40
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_vss_sc"
            }
          },
          "offset": 32
        },
        "to_ack_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6722d7d76f2e0fb2"
          },
          "offset": 16
        },
        "to_notify_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6722d7d76f2e0fb2"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_vss_hdr": {
      "size": 36,
      "fields": {
        "ic_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_icmsg_hdr"
          },
          "offset": 0
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        }
      },
      "kind": "struct"
    },
    "hv_vss_msg": {
      "size": 40,
      "fields": {
        "body": {
          "type": {
            "kind": "union",
            "name": "unnamed_b596153bda72c32c"
          },
          "offset": 36
        },
        "hdr": {
          "type": {
            "kind": "union",
            "name": "unnamed_b88bbfd4ec3b8e27"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_vss_opt_msg": {
      "size": 64,
      "fields": {
        "msgid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "opt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hv_vss_req": {
      "size": 104,
      "fields": {
        "msg": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_msg"
          },
          "offset": 64
        },
        "opt_msg": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_opt_msg"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hv_vss_req_internal": {
      "size": 224,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 160
        },
        "host_msg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "host_msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dd42ab79693b42f7"
          },
          "offset": 0
        },
        "rcv_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_vss_sc"
            }
          },
          "offset": 152
        },
        "slink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_72008ca35d0094fa"
          },
          "offset": 16
        },
        "vss_req": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_req"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "hv_vss_sc": {
      "size": 376,
      "fields": {
        "app_register_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "app_sc": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_dev_sc"
          },
          "offset": 136
        },
        "daemon_sc": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_dev_sc"
          },
          "offset": 256
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "hv_appvss_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 128
        },
        "hv_vss_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 120
        },
        "pending_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 72
        },
        "register_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "req_free_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9b009a30ff531ee3"
          },
          "offset": 104
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 40
        },
        "util_sc": {
          "type": {
            "kind": "struct",
            "name": "vmbus_ic_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hvm_memmap_table_entry": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hvm_modlist_entry": {
      "size": 32,
      "fields": {
        "cmdline_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hvm_start_info": {
      "size": 56,
      "fields": {
        "cmdline_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "memmap_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "memmap_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "modlist_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nr_modules": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsdp_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hvs_callback_arg": {
      "size": 16,
      "fields": {
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockbuf"
            }
          },
          "offset": 8
        },
        "uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hvs_pcb": {
      "size": 160,
      "fields": {
        "bound_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_486ce0b8186ba9c0"
          },
          "offset": 128
        },
        "chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 80
        },
        "connected_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_486ce0b8186ba9c0"
          },
          "offset": 144
        },
        "host_srv_id": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 64
        },
        "hvs_pkt": {
          "type": {
            "kind": "struct",
            "name": "hvs_pkt_header"
          },
          "offset": 88
        },
        "local_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_hvs"
          },
          "offset": 8
        },
        "rb_init": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 120
        },
        "recv_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "recv_data_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "remote_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_hvs"
          },
          "offset": 28
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "vm_srv_id": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "hvs_pkt_header": {
      "size": 24,
      "fields": {
        "chan_pkt_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        },
        "vmpipe_pkt_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmpipe_proto_header"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hvsock_sc": {
      "size": 24,
      "fields": {
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "pcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hvs_pcb"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hw_context": {
      "size": 120,
      "fields": {
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "vcxt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "cdu_context"
            }
          },
          "offset": 104
        },
        "vcxt_dma": {
          "type": {
            "kind": "struct",
            "name": "bxe_dma"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hw_cq_s": {
      "size": 96,
      "fields": {
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_eq_t"
            }
          },
          "offset": 48
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "q_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 64
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 56
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hw_cq_t": {
      "size": 96,
      "fields": {
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_eq_t"
            }
          },
          "offset": 48
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "q_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 64
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 56
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hw_eq_s": {
      "size": 104,
      "fields": {
        "cq_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 64
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 48
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 56
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        },
        "wq_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_varray_t"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "hw_eq_t": {
      "size": 104,
      "fields": {
        "cq_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 64
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 48
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 56
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        },
        "wq_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_varray_t"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "hw_mq_s": {
      "size": 64,
      "fields": {
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_cq_t"
            }
          },
          "offset": 48
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 56
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hw_mq_t": {
      "size": 64,
      "fields": {
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_cq_t"
            }
          },
          "offset": 48
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 56
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hw_q_t": {
      "size": 40,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "hw_rq_s": {
      "size": 136,
      "fields": {
        "base_mrq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_cq_t"
            }
          },
          "offset": 64
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 96
        },
        "data_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fb_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 112
        },
        "filter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "first_burst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 88
        },
        "first_burst_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 80
        },
        "hdr_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 104
        },
        "hdr_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "is_mrq": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 57
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "payload_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 120
        },
        "rq_tracker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_hw_sequence_t"
              }
            }
          },
          "offset": 128
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "hw_rq_t": {
      "size": 136,
      "fields": {
        "base_mrq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_cq_t"
            }
          },
          "offset": 64
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 96
        },
        "data_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fb_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 112
        },
        "filter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "first_burst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 88
        },
        "first_burst_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 80
        },
        "hdr_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 104
        },
        "hdr_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "is_mrq": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 57
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "payload_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 120
        },
        "rq_tracker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_hw_sequence_t"
              }
            }
          },
          "offset": 128
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "hw_workaround_t": {
      "size": 32,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bf4acc29759a1a72"
          },
          "offset": 4
        },
        "asic_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3af1f3c6ffe43672"
          },
          "offset": 0
        },
        "fwrev_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "fwrev_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "workaround": {
          "type": {
            "kind": "enum",
            "name": "unnamed_aa83362704576566"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "hw_wq_callback_t": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hw_wq_s": {
      "size": 176,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_cq_t"
            }
          },
          "offset": 56
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "free_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 40
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "pending_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 96
        },
        "quarantine_info": {
          "type": {
            "kind": "struct",
            "name": "ocs_quarantine_info_t"
          },
          "offset": 128
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 64
        },
        "send_frame_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 168
        },
        "total_submit_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "wqec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "wqec_set_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "hw_wq_t": {
      "size": 176,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_cq_t"
            }
          },
          "offset": 56
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "free_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 40
        },
        "instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "pending_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 96
        },
        "quarantine_info": {
          "type": {
            "kind": "struct",
            "name": "ocs_quarantine_info_t"
          },
          "offset": 128
        },
        "queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 64
        },
        "send_frame_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 168
        },
        "total_submit_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "wqec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "wqec_set_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "hwp_softc": {
      "size": 40,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "efficient": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "guaranteed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "hwp_activity_window": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 9
        },
        "hwp_energy_perf_bias": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "hwp_notifications": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8
        },
        "hwp_perf_bias": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 13
        },
        "hwp_perf_bias_cached": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 14
        },
        "hwp_pkg_ctrl": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 11
        },
        "hwp_pkg_ctrl_en": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        },
        "hwp_pref_ctrl": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 10
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hwpstate_setting": {
      "size": 20,
      "fields": {
        "freq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "lat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pstate_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "volts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hwpstate_softc": {
      "size": 336,
      "fields": {
        "cfnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "hwpstate_settings": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hwpstate_setting"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hwrm_async_event_cmpl": {
      "size": 16,
      "fields": {
        "event_data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "event_data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opaque_v": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "timestamp_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "timestamp_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hwrm_cfa_l2_filter_alloc_input": {
      "size": 96,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dst_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "l2_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "l2_addr_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "l2_filter_id_hint": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "l2_ivlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "l2_ivlan_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "l2_ovlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "l2_ovlan_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "mirror_vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "num_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "pri_hint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "src_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "src_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "t_l2_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "t_l2_addr_mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "t_l2_ivlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "t_l2_ivlan_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "t_l2_ovlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "t_l2_ovlan_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "t_num_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tunnel_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "unused_1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "unused_2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "unused_3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "unused_4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "unused_5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 83
        },
        "unused_6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "hwrm_cfa_l2_filter_alloc_output": {
      "size": 24,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "flow_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "l2_filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "hwrm_cfa_l2_filter_free_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "l2_filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_cfa_l2_set_rx_mask_input": {
      "size": 56,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mc_tbl_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "num_mc_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "num_vlan_tags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "unused_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "vlan_tag_tbl_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hwrm_cmpl": {
      "size": 16,
      "fields": {
        "sequence_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unused_3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hwrm_cmpl_t": {
      "size": 16,
      "fields": {
        "sequence_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unused_3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hwrm_dbg_ring_info_get_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fw_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "hwrm_dbg_ring_info_get_input_t": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fw_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "hwrm_dbg_ring_info_get_output": {
      "size": 24,
      "fields": {
        "cag_vector_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "consumer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "hwrm_dbg_ring_info_get_output_t": {
      "size": 24,
      "fields": {
        "cag_vector_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "consumer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "hwrm_err_output": {
      "size": 16,
      "fields": {
        "cmd_err": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "opaque_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "opaque_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_func_backing_store_cfg_input": {
      "size": 336,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cq_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "cq_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "cq_num_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "cq_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "cq_pg_size_cq_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mrav_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 252
        },
        "mrav_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "mrav_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "mrav_pg_size_mrav_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "qp_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "qp_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "qp_num_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 230
        },
        "qp_num_qp1_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 228
        },
        "qpc_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "qpc_pg_size_qpc_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring10_unused": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 289
        },
        "ring8_unused": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 257
        },
        "ring9_unused": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 273
        },
        "rkc_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 330
        },
        "rkc_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "rkc_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "rkc_pg_size_tkc_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 333
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 334
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "srq_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 236
        },
        "srq_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "srq_num_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 234
        },
        "srq_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "srq_pg_size_srq_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "stat_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 248
        },
        "stat_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "stat_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "stat_pg_size_stat_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tim_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 254
        },
        "tim_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "tim_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tim_pg_size_tim_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "tkc_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 328
        },
        "tkc_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "tkc_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "tkc_pg_size_tkc_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 332
        },
        "tqm_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 250
        },
        "tqm_ring0_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tqm_ring0_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tqm_ring0_pg_size_tqm_ring0_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "tqm_ring10_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "tqm_ring10_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "tqm_ring10_pg_size_tqm_ring_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 288
        },
        "tqm_ring1_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tqm_ring1_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tqm_ring1_pg_size_tqm_ring1_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "tqm_ring2_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tqm_ring2_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tqm_ring2_pg_size_tqm_ring2_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "tqm_ring3_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "tqm_ring3_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tqm_ring3_pg_size_tqm_ring3_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "tqm_ring4_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tqm_ring4_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tqm_ring4_pg_size_tqm_ring4_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "tqm_ring5_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tqm_ring5_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tqm_ring5_pg_size_tqm_ring5_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "tqm_ring6_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tqm_ring6_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tqm_ring6_pg_size_tqm_ring6_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "tqm_ring7_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tqm_ring7_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tqm_ring7_pg_size_tqm_ring7_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "tqm_ring8_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "tqm_ring8_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "tqm_ring8_pg_size_tqm_ring_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 256
        },
        "tqm_ring9_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "tqm_ring9_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "tqm_ring9_pg_size_tqm_ring_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 272
        },
        "tqm_sp_num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tqm_sp_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tqm_sp_pg_size_tqm_sp_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "vnic_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 246
        },
        "vnic_num_ring_table_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 244
        },
        "vnic_num_vnic_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 242
        },
        "vnic_page_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "vnic_pg_size_vnic_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        }
      },
      "kind": "struct"
    },
    "hwrm_func_backing_store_qcaps_input": {
      "size": 16,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_func_backing_store_qcaps_output": {
      "size": 104,
      "fields": {
        "cq_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "cq_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "cq_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cq_max_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ctx_init_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "ctx_kind_initializer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mrav_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "mrav_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "mrav_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "mrav_num_entries_units": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "qp_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "qp_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 74
        },
        "qp_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qp_max_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "qp_min_qp1_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rkc_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "rkc_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 83
        },
        "rkc_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rsvd": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "srq_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "srq_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 75
        },
        "srq_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "srq_max_l2_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "stat_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "stat_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 79
        },
        "stat_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tim_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "tim_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tkc_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "tkc_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "tkc_max_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tqm_entries_multiple": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "tqm_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "tqm_fp_rings_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "tqm_fp_rings_count_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "tqm_max_entries_per_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tqm_min_entries_per_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "vnic_entry_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "vnic_init_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "vnic_max_ring_table_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "vnic_max_vnic_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        }
      },
      "kind": "struct"
    },
    "hwrm_func_cfg_input": {
      "size": 104,
      "fields": {
        "allowed_vlan_pris": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 83
        },
        "async_event_cr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dflt_ip_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "dflt_mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "dflt_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "evb_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "max_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "min_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "mpc_chnls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "mru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "num_cmpl_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "num_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "num_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "num_mcast_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "num_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "num_rsscos_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "num_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "num_stat_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "num_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "num_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "partition_max_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "partition_min_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "schq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tpid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 102
        },
        "vlan_antispoof_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        }
      },
      "kind": "struct"
    },
    "hwrm_func_drv_rgtr_input": {
      "size": 112,
      "fields": {
        "async_event_fwd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "os_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "unused_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "ver_maj": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "ver_maj_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "ver_min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "ver_min_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "ver_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 110
        },
        "ver_upd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 108
        },
        "ver_upd_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "vf_req_fwd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "hwrm_func_drv_unrgtr_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hwrm_func_qcaps_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "hwrm_func_qcaps_output": {
      "size": 88,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "first_vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "mac_address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "max_cmpl_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "max_decap_records": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "max_encap_records": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "max_flow_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "max_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "max_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "max_mcast_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "max_rsscos_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "max_rx_em_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "max_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "max_rx_wm_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "max_schqs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "max_sp_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "max_stat_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "max_tx_em_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "max_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "max_tx_wm_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "max_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "max_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "mpc_chnls_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 86
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 87
        }
      },
      "kind": "struct"
    },
    "hwrm_func_qcfg_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "hwrm_func_qcfg_output": {
      "size": 104,
      "fields": {
        "alloc_cmpl_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "alloc_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "alloc_l2_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "alloc_mcast_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "alloc_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "alloc_rsscos_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "alloc_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "alloc_sp_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "alloc_stat_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "alloc_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "alloc_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "alloc_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "always_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 79
        },
        "dflt_vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "evb_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "l2_doorbell_bar_size_kb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "legacy_l2_db_size_kb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "mac_address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "max_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "max_mtu_configured": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "min_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mpc_chnls": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "mru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "partition_max_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "partition_min_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "pci_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "port_partition_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "port_pf_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "registered_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reset_addr_poll": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stat_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "svif_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "unused_2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 89
        },
        "unused_3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 100
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "hwrm_func_reset_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "func_reset_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hwrm_func_resource_qcaps_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "hwrm_func_resource_qcaps_output": {
      "size": 56,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "max_cmpl_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "max_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "max_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "max_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "max_rsscos_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "max_stat_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "max_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "max_tx_scheduler_inputs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "max_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "max_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "min_cmpl_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "min_hw_ring_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "min_l2_ctxs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "min_rsscos_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "min_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "min_stat_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "min_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "min_vnics": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "vf_reservation_strategy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "hwrm_fw_get_time_input": {
      "size": 16,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_fw_get_time_output": {
      "size": 24,
      "fields": {
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "millisecond": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "second": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "unused_1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "zone": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "hwrm_fw_qstatus_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "embedded_proc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "hwrm_fw_qstatus_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nvm_option_action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "selfrst_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_fw_reset_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "embedded_proc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "host_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "selfrst_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hwrm_fw_reset_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "selfrst_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_fw_set_time_input": {
      "size": 32,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "millisecond": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "second": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "unused_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "zone": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_erase_dir_entry_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dir_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_find_dir_entry_input": {
      "size": 32,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dir_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "dir_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "dir_ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "dir_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "opt_ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_find_dir_entry_output": {
      "size": 32,
      "fields": {
        "dir_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dir_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "dir_item_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dir_ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "fw_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_get_dev_info_input": {
      "size": 16,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_get_dev_info_output": {
      "size": 80,
      "fields": {
        "available_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "hwrm_fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "hwrm_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "hwrm_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "hwrm_fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "manufacturer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mgmt_fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "mgmt_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "mgmt_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "mgmt_fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "nvm_cfg_ver_maj": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "nvm_cfg_ver_min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "nvm_cfg_ver_upd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "nvram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pkg_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "roce_fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "roce_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "roce_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "roce_fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "sector_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 79
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_get_dir_entries_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "host_dest_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_get_dir_info_input": {
      "size": 16,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_get_dir_info_output": {
      "size": 24,
      "fields": {
        "entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "entry_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_install_update_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "install_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_install_update_output": {
      "size": 24,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "installed_items": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "problem_item": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reset_required": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_modify_input": {
      "size": 40,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dir_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "host_src_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_read_input": {
      "size": 40,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dir_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "host_dest_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "unused_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_verify_update_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dir_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "dir_ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "dir_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_write_input": {
      "size": 48,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dir_attr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "dir_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dir_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "dir_item_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "dir_ordinal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "dir_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "host_src_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "option": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "hwrm_nvm_write_output": {
      "size": 16,
      "fields": {
        "dir_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "dir_item_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_port_phy_cfg_input": {
      "size": 56,
      "fields": {
        "auto_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "auto_link_pam4_speed_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "auto_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "auto_link_speed_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "auto_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "auto_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "eee_link_speed_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "force_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "force_pam4_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "force_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "lpbk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "preemphasis": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tx_lpi_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "unused_2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "wirespeed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "hwrm_port_phy_qcfg_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "hwrm_port_phy_qcfg_output": {
      "size": 96,
      "fields": {
        "active_fec_signal_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "adv_eee_link_speed_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "auto_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "auto_link_speed_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "auto_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "auto_pam4_link_speed_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "auto_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "duplex_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "duplex_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "eee_config_phy_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "fec_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "force_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "force_pam4_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "force_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "link": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "link_partner_adv_auto_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "link_partner_adv_eee_link_speed_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "link_partner_adv_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "link_partner_adv_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "link_partner_pam4_adv_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "lpbk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "media_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "module_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "option_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "parallel_detect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "phy_bld": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "phy_maj": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "phy_min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "phy_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "phy_vendor_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "phy_vendor_partnumber": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "preemphasis": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "support_pam4_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "support_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "wirespeed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "xcvr_identifier_type_tx_lpi_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "xcvr_pkg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "hwrm_port_qstats_input": {
      "size": 40,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_stat_host_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tx_stat_host_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "unused_0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "hwrm_queue_qportcfg_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "drv_qmap_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "hwrm_queue_qportcfg_output": {
      "size": 168,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_configurable_lossless_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "max_configurable_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "qid0_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "qid1_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "qid2_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "qid3_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "qid4_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "qid5_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "qid6_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "qid7_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "queue_cfg_allowed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "queue_cfg_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "queue_cos2bw_cfg_allowed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "queue_id0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "queue_id0_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "queue_id0_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "queue_id1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "queue_id1_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "queue_id1_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        },
        "queue_id2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "queue_id2_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "queue_id2_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 161
        },
        "queue_id3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "queue_id3_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "queue_id3_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 162
        },
        "queue_id4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "queue_id4_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "queue_id4_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 163
        },
        "queue_id5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "queue_id5_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "queue_id5_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 164
        },
        "queue_id6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "queue_id6_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "queue_id6_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 165
        },
        "queue_id7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "queue_id7_service_profile": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "queue_id7_service_profile_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 166
        },
        "queue_pfcenable_cfg_allowed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "queue_pri2cos_cfg_allowed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 167
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_alloc_input": {
      "size": 88,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cmpl_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "cq_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fbo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "int_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "logical_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "max_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "mpc_chnls_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "nq_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "page_tbl_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "page_tbl_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring_arb_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "ring_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rx_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "rx_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "schq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stat_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "unused_3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "unused_4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_alloc_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "logical_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "push_buffer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_cmpl_ring_cfg_aggint_params_input": {
      "size": 40,
      "fields": {
        "cmpl_aggr_dma_tmr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "cmpl_aggr_dma_tmr_during_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "int_lat_tmr_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "int_lat_tmr_min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "num_cmpl_aggr_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "num_cmpl_dma_aggr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "num_cmpl_dma_aggr_during_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_free_input": {
      "size": 32,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "prod_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ring_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_free_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_grp_alloc_input": {
      "size": 24,
      "fields": {
        "ar": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "sc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_grp_alloc_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ring_group_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_ring_grp_free_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring_group_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hwrm_short_input": {
      "size": 16,
      "fields": {
        "req_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hwrm_stat_ctx_alloc_input": {
      "size": 32,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stat_ctx_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "stats_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "stats_dma_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "update_period_ms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "hwrm_stat_ctx_alloc_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stat_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_stat_ctx_free_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stat_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hwrm_ver_get_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "hwrm_intf_maj": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "hwrm_intf_min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "hwrm_intf_upd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "hwrm_ver_get_output": {
      "size": 176,
      "fields": {
        "active_pkg_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "always_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 127
        },
        "chip_bond_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 116
        },
        "chip_metal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "chip_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "chip_platform_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 117
        },
        "chip_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "def_req_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 122
        },
        "dev_caps_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 124
        },
        "hwrm_fw_bld_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "hwrm_fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "hwrm_fw_maj_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "hwrm_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "hwrm_fw_min_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "hwrm_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "hwrm_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "hwrm_fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "hwrm_fw_rsvd_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "hwrm_intf_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "hwrm_intf_maj_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "hwrm_intf_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "hwrm_intf_min_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "hwrm_intf_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "hwrm_intf_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "hwrm_intf_rsvd_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "hwrm_intf_upd_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "max_ext_req_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "max_req_win_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "max_resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "mgmt_fw_bld_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "mgmt_fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "mgmt_fw_maj_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "mgmt_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 144
        },
        "mgmt_fw_min_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "mgmt_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 146
        },
        "mgmt_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "mgmt_fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "mgmt_fw_rsvd_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "netctrl_fw_bld_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "netctrl_fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "netctrl_fw_maj_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "netctrl_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "netctrl_fw_min_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "netctrl_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "netctrl_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "netctrl_fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "netctrl_fw_rsvd_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "roce_fw_bld_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "roce_fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        },
        "roce_fw_maj_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "roce_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "roce_fw_min_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "roce_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "roce_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "roce_fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 166
        },
        "roce_fw_rsvd_8b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 125
        },
        "unused_1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 170
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 175
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_alloc_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "virtio_net_fid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_alloc_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_cfg_input": {
      "size": 48,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cos_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "default_cmpl_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "default_rx_ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "dflt_ring_grp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lb_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "mru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rss_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "rx_csum_v2_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_free_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_plcmodes_cfg_input": {
      "size": 40,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hds_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "hds_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "jumbo_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "max_bds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_rss_cfg_input": {
      "size": 48,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "hash_key_tbl_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "hash_mode_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ring_grp_tbl_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ring_table_pair_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rss_ctx_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_rss_cos_lb_ctx_alloc_input": {
      "size": 16,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_rss_cos_lb_ctx_alloc_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rss_cos_lb_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_rss_cos_lb_ctx_free_input": {
      "size": 24,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rss_cos_lb_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "hwrm_vnic_tpa_cfg_input": {
      "size": 40,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_agg_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "max_agg_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_aggs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "min_agg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "hwrm_wol_filter_alloc_input": {
      "size": 64,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mac_address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "pattern_buf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pattern_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "pattern_mask_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pattern_mask_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "pattern_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27
        },
        "unused_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "wol_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "hwrm_wol_filter_alloc_output": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "wol_filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hwrm_wol_filter_free_input": {
      "size": 32,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enables": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27
        },
        "wol_filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "hwrm_wol_filter_qcfg_input": {
      "size": 56,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "pattern_buf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pattern_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "pattern_mask_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pattern_mask_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused_0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "unused_1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "unused_2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "hwrm_wol_filter_qcfg_output": {
      "size": 32,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mac_address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "next_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pattern_mask_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "pattern_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "pattern_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "unused_1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "wol_filter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "wol_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "hypercall_ctx": {
      "size": 16,
      "fields": {
        "hc_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "hc_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "hypercall_postmsg_in": {
      "size": 256,
      "fields": {
        "hc_connid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hc_data": {
          "type": {
            "count": 240,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "hc_dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hc_msgtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hc_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "hyperv_guid": {
      "size": 16,
      "fields": {
        "hv_guid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hyperv_mon_param": {
      "size": 8,
      "fields": {
        "mp_connid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mp_evtflag_ofs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mp_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "hyperv_reftsc": {
      "size": 4096,
      "fields": {
        "tsc_ofs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "tsc_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tsc_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tsc_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "hyperv_reftsc_ctx": {
      "size": 8,
      "fields": {
        "tsc_ref": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hyperv_reftsc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i2c_adapter": {
      "size": 352,
      "fields": {
        "algo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i2c_algorithm"
            }
          },
          "offset": 312
        },
        "algo_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 328
        },
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 344
        },
        "dev": {
          "type": {
            "kind": "struct",
            "name": "device"
          },
          "offset": 48
        },
        "lock_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i2c_lock_operations"
            }
          },
          "offset": 304
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i2c_adapter_quirks"
            }
          },
          "offset": 320
        },
        "retries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 336
        }
      },
      "kind": "struct"
    },
    "i2c_adapter_quirks": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "max_comb_1st_msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_comb_2nd_msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "max_num_msgs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "max_read_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "max_write_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i2c_algo_bit_data": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "getscl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "getsda": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "post_xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "pre_xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "setscl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "setsda": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "udelay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "i2c_algorithm": {
      "size": 16,
      "fields": {
        "functionality": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "master_xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i2c_lock_operations": {
      "size": 24,
      "fields": {
        "lock_bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "trylock_bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "unlock_bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "i2c_msg": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i386_get_xfpustate": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i386_ioperm_args": {
      "size": 12,
      "fields": {
        "enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i386_ldt_args": {
      "size": 16,
      "fields": {
        "descs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "user_segment_descriptor"
            }
          },
          "offset": 4
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i386_ldt_args32": {
      "size": 12,
      "fields": {
        "descs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i386_set_pkru": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "keyidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_32byte_rx_desc": {
      "size": 32,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0c7f76de13a8462d"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_069ee58c00d64c43"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "i40e_adminq_info": {
      "size": 320,
      "fields": {
        "api_maj_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 244
        },
        "api_min_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 246
        },
        "arq": {
          "type": {
            "kind": "struct",
            "name": "i40e_adminq_ring"
          },
          "offset": 0
        },
        "arq_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "arq_last_status": {
          "type": {
            "kind": "enum",
            "name": "i40e_admin_queue_err"
          },
          "offset": 316
        },
        "arq_spinlock": {
          "type": {
            "kind": "struct",
            "name": "i40e_spinlock"
          },
          "offset": 280
        },
        "asq": {
          "type": {
            "kind": "struct",
            "name": "i40e_adminq_ring"
          },
          "offset": 112
        },
        "asq_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 234
        },
        "asq_cmd_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "asq_last_status": {
          "type": {
            "kind": "enum",
            "name": "i40e_admin_queue_err"
          },
          "offset": 312
        },
        "asq_spinlock": {
          "type": {
            "kind": "struct",
            "name": "i40e_spinlock"
          },
          "offset": 248
        },
        "fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "fw_maj_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 236
        },
        "fw_min_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "num_arq_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 228
        },
        "num_asq_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 230
        }
      },
      "kind": "struct"
    },
    "i40e_adminq_ring": {
      "size": 112,
      "fields": {
        "bah": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "bal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "cmd_buf": {
          "type": {
            "kind": "struct",
            "name": "i40e_virt_mem"
          },
          "offset": 56
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "desc_buf": {
          "type": {
            "kind": "struct",
            "name": "i40e_dma_mem"
          },
          "offset": 16
        },
        "dma_head": {
          "type": {
            "kind": "struct",
            "name": "i40e_virt_mem"
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "next_to_clean": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "next_to_use": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "r": {
          "type": {
            "kind": "union",
            "name": "unnamed_c7c56f38471fb707"
          },
          "offset": 72
        },
        "rx_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "i40e_aq_desc": {
      "size": 32,
      "fields": {
        "cookie_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cookie_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_3c4ced42054062ed"
          },
          "offset": 16
        },
        "retval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aq_get_phy_abilities_resp": {
      "size": 536,
      "fields": {
        "abilities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "d3_lpan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "eee_capability": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "eeer_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ext_comp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "fec_cfg_curr_mod_ext_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "module_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "phy_id": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "phy_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phy_type_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "qualified_module": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "i40e_aqc_module_desc"
            }
          },
          "offset": 24
        },
        "qualified_module_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "i40e_aq_set_mac_config": {
      "size": 16,
      "fields": {
        "fc_refresh_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "tx_timer_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tx_timer_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aq_set_phy_config": {
      "size": 16,
      "fields": {
        "abilities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "eee_capability": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "eeer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fec_config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "low_power_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "phy_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phy_type_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_delete_mirror_rule": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "destination": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rule_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_delete_mirror_rule_completion": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mirror_rules_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mirror_rules_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rule_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_get_update_vsi": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "connection_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "uplink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vsi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_get_update_vsi_completion": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vsi_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vsi_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_macvlan_element_data": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "match_method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "queue_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_cloud_filters": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "big_buffer_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "num_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_control_packet_filter": {
      "size": 16,
      "fields": {
        "etype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_control_packet_filter_completion": {
      "size": 16,
      "fields": {
        "etype_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "etype_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mac_etype_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mac_etype_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_mcast_etag": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "etag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_unicast_etags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pv_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_mcast_etag_completion": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mcast_etags_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mcast_etags_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_statistics": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "stat_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_tag_completion": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tags_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tags_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_remove_vlan_element_data": {
      "size": 8,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vlan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_tag": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "queue_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_udp_tunnel": {
      "size": 16,
      "fields": {
        "protocol_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "udp_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_update_pv": {
      "size": 16,
      "fields": {
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "connected_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "uplink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_update_pv_completion": {
      "size": 16,
      "fields": {
        "pv_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_veb": {
      "size": 16,
      "fields": {
        "downlink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enable_tcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "uplink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "veb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_add_veb_completion": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "statistic_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "switch_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "veb_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vebs_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "vebs_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_alternate_ind_write": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_alternate_write": {
      "size": 16,
      "fields": {
        "address0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "address1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_alternate_write_done": {
      "size": 16,
      "fields": {
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_an_advt_reg": {
      "size": 16,
      "fields": {
        "local_an_reg0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "local_an_reg1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_arp_proxy_data": {
      "size": 20,
      "fields": {
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "enabled_offloads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ip_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "table_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_clear_pxe": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "rx_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_cloud_filters_element_bb": {
      "size": 128,
      "fields": {
        "element": {
          "type": {
            "kind": "struct",
            "name": "i40e_aqc_cloud_filters_element_data"
          },
          "offset": 0
        },
        "general_fields": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_cloud_filters_element_data": {
      "size": 64,
      "fields": {
        "allocation_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "inner_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "inner_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ipaddr": {
          "type": {
            "kind": "union",
            "name": "unnamed_713c38e9a7fb0f16"
          },
          "offset": 14
        },
        "outer_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "queue_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "reserved2": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "response_reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 57
        },
        "tenant_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_configure_partition_bw_data": {
      "size": 34,
      "fields": {
        "max_bw": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "min_bw": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "pf_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_configure_switching_comp_bw_limit": {
      "size": 16,
      "fields": {
        "credit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_configure_switching_comp_ets_bw_limit_data": {
      "size": 64,
      "fields": {
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "tc_bw_credit": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "tc_bw_max": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_configure_vsi_bw_limit": {
      "size": 16,
      "fields": {
        "credit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "vsi_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_configure_vsi_ets_sla_bw_data": {
      "size": 64,
      "fields": {
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "tc_bw_credits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "tc_bw_max": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_configure_vsi_tc_bw_data": {
      "size": 32,
      "fields": {
        "qs_handles": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "tc_bw_credits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_debug_dump_internals": {
      "size": 16,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cluster_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "table_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_debug_reg_read_write": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "value_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "value_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_del_udp_tunnel_completion": {
      "size": 16,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "multiple_pfs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "total_filters_used": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "udp_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_driver_version": {
      "size": 16,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "driver_build_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "driver_major_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "driver_minor_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "driver_subbuild_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_cee_dcb_cfg_resp": {
      "size": 32,
      "fields": {
        "oper_app_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "oper_num_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "oper_pfc_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "oper_prio_tc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "oper_tc_bw": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "tlv_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_cee_dcb_cfg_v1_resp": {
      "size": 24,
      "fields": {
        "oper_app_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "oper_num_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "oper_pfc_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "oper_prio_tc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "oper_tc_bw": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "reserved4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "tlv_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_link_status": {
      "size": 16,
      "fields": {
        "an_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ext_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "link_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "loopback": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "phy_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_0d0d44d3e8da38b8"
          },
          "offset": 11,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_set_rss_key": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_set_rss_key_data": {
      "size": 52,
      "fields": {
        "extended_hash_key": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "standard_rss_key": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_set_rss_lut": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_switch_config_header_resp": {
      "size": 16,
      "fields": {
        "num_reported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_total": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_switch_config_resp": {
      "size": 32,
      "fields": {
        "element": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "i40e_aqc_switch_config_element_resp"
            }
          },
          "offset": 16
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "i40e_aqc_get_switch_config_header_resp"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_switch_resource_alloc": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_veb_parameters_completion": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "statistic_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "switch_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "veb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vebs_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vebs_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_version": {
      "size": 16,
      "fields": {
        "api_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "api_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rom_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_get_wake_reason_completion": {
      "size": 16,
      "fields": {
        "reserved_1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved_2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "wake_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_list_capabilites": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pf_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_list_capabilities_element_resp": {
      "size": 32,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "logical_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "major_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "minor_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phys_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_lldp_get_mib": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "local_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "remote_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_lldp_restore": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_lldp_set_local_mib": {
      "size": 16,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_lldp_start": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_lldp_stop": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_lldp_stop_start_specific_agent": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_lldp_update_mib": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_mac_address_read": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_mac_address_read_data": {
      "size": 24,
      "fields": {
        "pf_lan_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pf_san_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "pf_wol_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "port_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_mac_address_write": {
      "size": 16,
      "fields": {
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mac_sah": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mac_sal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_macvlan": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_addresses": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "seid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_module_desc": {
      "size": 32,
      "fields": {
        "oui": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "part_number": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "revision": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_ns_proxy_data": {
      "size": 60,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ipv6_addr_0": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "ipv6_addr_1": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "local_mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "mac_addr_0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "mac_addr_1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "table_idx_ipv6_0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "table_idx_ipv6_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "table_idx_mac_addr_0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "table_idx_mac_addr_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_nvm_config_read": {
      "size": 16,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "element_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "element_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "element_id_msw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_nvm_config_write": {
      "size": 16,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "element_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_nvm_update": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "module_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_nvm_update_in_process": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_pf_vf_message": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_pfc_ignore": {
      "size": 16,
      "fields": {
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "tc_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_phy_register_access": {
      "size": 16,
      "fields": {
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dev_addres": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phy_interface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reg_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reg_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_query_port_ets_config_resp": {
      "size": 68,
      "fields": {
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved3": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "tc_bw_limits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "tc_bw_max": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "tc_bw_share_credits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "tc_strict_priority_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_query_switching_comp_bw_config_resp": {
      "size": 32,
      "fields": {
        "absolute_credits_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "tc_bw_limits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "tc_bw_max": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "tc_bw_share_credits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_query_switching_comp_ets_config_resp": {
      "size": 64,
      "fields": {
        "port_bw_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "reserved": {
          "type": {
            "count": 35,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "reserved2": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "tc_bw_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_query_vsi_bw_config_resp": {
      "size": 64,
      "fields": {
        "max_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "port_bw_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "qs_handles": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "reserved3": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "tc_suspended_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_query_vsi_ets_sla_config_resp": {
      "size": 32,
      "fields": {
        "credits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "share_credits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "tc_bw_max": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_queue_shutdown": {
      "size": 16,
      "fields": {
        "driver_unloading": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_remove_macvlan_element_data": {
      "size": 16,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reply_reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_remove_tag": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_remove_udp_tunnel": {
      "size": 16,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_replace_cloud_filters_cmd": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "new_filter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "old_filter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "tr_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tr_bit2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "valid_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_replace_cloud_filters_cmd_buf": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "filters": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "i40e_filter_data"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_request_resource": {
      "size": 16,
      "fields": {
        "access_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "resource_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resource_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_rollback_revision_update": {
      "size": 16,
      "fields": {
        "min_rrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "module_selected": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "optin_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_run_phy_activity": {
      "size": 16,
      "fields": {
        "activity_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_b5a803c78830afda"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_rx_ctl_reg_read_write": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_dcb_parameters": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "valid_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_lb_mode": {
      "size": 16,
      "fields": {
        "force_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "lb_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lb_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_link_restart_an": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_phy_debug": {
      "size": 16,
      "fields": {
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_phy_int_mask": {
      "size": 16,
      "fields": {
        "event_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_port_parameters": {
      "size": 16,
      "fields": {
        "bad_frame_vsi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "command_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "default_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_switch_config": {
      "size": 16,
      "fields": {
        "first_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "rsvd5": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "second_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "switch_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "valid_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_vsi_promiscuous_modes": {
      "size": 16,
      "fields": {
        "promiscuous_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "valid_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_wol_filter": {
      "size": 16,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "filter_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "valid_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_set_wol_filter_data": {
      "size": 144,
      "fields": {
        "filter": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_switch_config_element_resp": {
      "size": 16,
      "fields": {
        "connection_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "downlink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "element_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "element_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "scheduler_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "uplink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_switch_resource_alloc_element_resp": {
      "size": 16,
      "fields": {
        "guaranteed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "resource_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "total_unalloced": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_switch_seid": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_tx_sched_ind": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "vsi_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_update_tag": {
      "size": 16,
      "fields": {
        "new_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "old_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_update_tag_completion": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tags_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tags_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_aqc_vsi_properties_data": {
      "size": 128,
      "fields": {
        "cas_pv_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "cas_pv_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "cas_pv_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "cmd_reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "egress_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ingress_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mapping_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "outer_up_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "outer_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "outer_vlan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "port_vlan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pvid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pvlan_reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "qs_handle": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 96
        },
        "queue_mapping": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 30
        },
        "queueing_opt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "queueing_opt_reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 79
        },
        "resp_reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 116
        },
        "sched_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "sched_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 83
        },
        "sec_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sec_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "stat_counter_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "sw_reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "switch_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tc_mapping": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 62
        },
        "up_enable_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "valid_sections": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_arq_event_info": {
      "size": 48,
      "fields": {
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "desc": {
          "type": {
            "kind": "struct",
            "name": "i40e_aq_desc"
          },
          "offset": 0
        },
        "msg_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "i40e_asq_cmd_details": {
      "size": 32,
      "fields": {
        "async": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags_dis": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "flags_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "postpone": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 21
        },
        "wb_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_aq_desc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "i40e_bus_info": {
      "size": 20,
      "fields": {
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "lan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "i40e_bus_speed"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "i40e_bus_type"
          },
          "offset": 8
        },
        "width": {
          "type": {
            "kind": "enum",
            "name": "i40e_bus_width"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_cee_app_prio": {
      "size": 6,
      "fields": {
        "lower_oui": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "prio_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "upper_oui_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_cee_feat_tlv": {
      "size": 7,
      "fields": {
        "en_will_err": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "i40e_cee_tlv_hdr"
          },
          "offset": 0
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "tlvinfo": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "i40e_cee_tlv_hdr": {
      "size": 4,
      "fields": {
        "maxver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "operver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "typelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_context_ele": {
      "size": 8,
      "fields": {
        "lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "size_of": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_control_filter_stats": {
      "size": 8,
      "fields": {
        "etype_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "etype_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mac_etype_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mac_etype_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_dcb_app_priority_table": {
      "size": 4,
      "fields": {
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "protocolid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "selector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_dcb_ets_config": {
      "size": 27,
      "fields": {
        "cbs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "maxtcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prioritytable": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "tcbwtable": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "tsatable": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "willing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_dcb_pfc_config": {
      "size": 4,
      "fields": {
        "mbc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pfccap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pfcenable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "willing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_dcbx_config": {
      "size": 200,
      "fields": {
        "app": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "i40e_dcb_app_priority_table"
            }
          },
          "offset": 70
        },
        "app_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dcbx_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "etscfg": {
          "type": {
            "kind": "struct",
            "name": "i40e_dcb_ets_config"
          },
          "offset": 12
        },
        "etsrec": {
          "type": {
            "kind": "struct",
            "name": "i40e_dcb_ets_config"
          },
          "offset": 39
        },
        "numapps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pfc": {
          "type": {
            "kind": "struct",
            "name": "i40e_dcb_pfc_config"
          },
          "offset": 66
        },
        "tlv_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_dma_mem": {
      "size": 40,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "pa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "va": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_driver_version": {
      "size": 36,
      "fields": {
        "build_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "driver_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "major_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "subbuild_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "i40e_eth_stats": {
      "size": 96,
      "fields": {
        "rx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_unknown_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "i40e_fc_info": {
      "size": 8,
      "fields": {
        "current_mode": {
          "type": {
            "kind": "enum",
            "name": "i40e_fc_mode"
          },
          "offset": 0
        },
        "requested_mode": {
          "type": {
            "kind": "enum",
            "name": "i40e_fc_mode"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_filter_control_settings": {
      "size": 24,
      "fields": {
        "enable_ethtype": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 21
        },
        "enable_fdir": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        },
        "enable_macvlan": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 22
        },
        "fcoe_cntx_num": {
          "type": {
            "kind": "enum",
            "name": "i40e_dma_cntx_size"
          },
          "offset": 12
        },
        "fcoe_filt_num": {
          "type": {
            "kind": "enum",
            "name": "i40e_hash_filter_size"
          },
          "offset": 8
        },
        "hash_lut_size": {
          "type": {
            "kind": "enum",
            "name": "i40e_hash_lut_size"
          },
          "offset": 16
        },
        "pe_cntx_num": {
          "type": {
            "kind": "enum",
            "name": "i40e_dma_cntx_size"
          },
          "offset": 4
        },
        "pe_filt_num": {
          "type": {
            "kind": "enum",
            "name": "i40e_hash_filter_size"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_filter_data": {
      "size": 4,
      "fields": {
        "filter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "input": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_bp": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "i40e_dma_mem"
          },
          "offset": 8
        },
        "entry_type": {
          "type": {
            "kind": "enum",
            "name": "i40e_sd_entry_type"
          },
          "offset": 0
        },
        "ref_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sd_pd_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_info": {
      "size": 64,
      "fields": {
        "first_sd_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "hmc_fn_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hmc_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_hmc_obj_info"
            }
          },
          "offset": 8
        },
        "hmc_obj_virt_mem": {
          "type": {
            "kind": "struct",
            "name": "i40e_virt_mem"
          },
          "offset": 16
        },
        "sd_table": {
          "type": {
            "kind": "struct",
            "name": "i40e_hmc_sd_table"
          },
          "offset": 32
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_lan_create_obj_info": {
      "size": 32,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "direct_mode_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "entry_type": {
          "type": {
            "kind": "enum",
            "name": "i40e_sd_entry_type"
          },
          "offset": 20
        },
        "hmc_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_hmc_info"
            }
          },
          "offset": 0
        },
        "rsrc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_lan_delete_obj_info": {
      "size": 24,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hmc_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_hmc_info"
            }
          },
          "offset": 0
        },
        "rsrc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_obj_info": {
      "size": 24,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_obj_rxq": {
      "size": 48,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "crcstrip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "dbuff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "dtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "fc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "hbuff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hsplit_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "hsplit_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "l2tsel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "lrxqthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "prefena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rxmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "showiv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "tphdata_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "tphhead_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "tphrdesc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "tphwdesc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_obj_txq": {
      "size": 48,
      "fields": {
        "alt_vlan_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "fd_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "head_wb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "head_wb_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "new_context": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "rdylist": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "rdylist_act": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "thead_wb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "timesync_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "tphrdesc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "tphrpacket_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "tphwdesc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_pd_entry": {
      "size": 64,
      "fields": {
        "bp": {
          "type": {
            "kind": "struct",
            "name": "i40e_hmc_bp"
          },
          "offset": 0
        },
        "rsrc_pg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 60
        },
        "sd_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 61
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_pd_table": {
      "size": 72,
      "fields": {
        "pd_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_hmc_pd_entry"
            }
          },
          "offset": 40
        },
        "pd_entry_virt_mem": {
          "type": {
            "kind": "struct",
            "name": "i40e_virt_mem"
          },
          "offset": 48
        },
        "pd_page_addr": {
          "type": {
            "kind": "struct",
            "name": "i40e_dma_mem"
          },
          "offset": 0
        },
        "ref_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "sd_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_sd_entry": {
      "size": 80,
      "fields": {
        "entry_type": {
          "type": {
            "kind": "enum",
            "name": "i40e_sd_entry_type"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_137892866e3fcc70"
          },
          "offset": 8
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "i40e_hmc_sd_table": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "i40e_virt_mem"
          },
          "offset": 0
        },
        "ref_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sd_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sd_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_hmc_sd_entry"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "i40e_hw": {
      "size": 1800,
      "fields": {
        "adapter_stopped": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 186
        },
        "aq": {
          "type": {
            "kind": "struct",
            "name": "i40e_adminq_info"
          },
          "offset": 656
        },
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "i40e_bus_info"
          },
          "offset": 112
        },
        "dcbx_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1136
        },
        "debug_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1776
        },
        "desired_dcbx_config": {
          "type": {
            "kind": "struct",
            "name": "i40e_dcbx_config"
          },
          "offset": 1540
        },
        "dev_caps": {
          "type": {
            "kind": "struct",
            "name": "i40e_hw_capabilities"
          },
          "offset": 192
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "err_str": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1780
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "i40e_fc_info"
          },
          "offset": 168
        },
        "fdir_shared_filter_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 640
        },
        "first_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1754
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1744
        },
        "func_caps": {
          "type": {
            "kind": "struct",
            "name": "i40e_hw_capabilities"
          },
          "offset": 416
        },
        "hmc": {
          "type": {
            "kind": "struct",
            "name": "i40e_hmc_info"
          },
          "offset": 1072
        },
        "hw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "local_dcbx_config": {
          "type": {
            "kind": "struct",
            "name": "i40e_dcbx_config"
          },
          "offset": 1140
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "i40e_mac_info"
          },
          "offset": 80
        },
        "main_vsi_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 644
        },
        "num_partitions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 648
        },
        "num_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 650
        },
        "num_wol_proxy_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1740
        },
        "numa_node": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 652
        },
        "nvm": {
          "type": {
            "kind": "struct",
            "name": "i40e_nvm_info"
          },
          "offset": 136
        },
        "nvm_aq_event_desc": {
          "type": {
            "kind": "struct",
            "name": "i40e_aq_desc"
          },
          "offset": 1012
        },
        "nvm_buff": {
          "type": {
            "kind": "struct",
            "name": "i40e_virt_mem"
          },
          "offset": 1048
        },
        "nvm_release_on_done": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1064
        },
        "nvm_wait_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1066
        },
        "nvm_wb_desc": {
          "type": {
            "kind": "struct",
            "name": "i40e_aq_desc"
          },
          "offset": 980
        },
        "nvmupd_features": {
          "type": {
            "kind": "struct",
            "name": "i40e_nvmupd_features"
          },
          "offset": 1758
        },
        "nvmupd_state": {
          "type": {
            "kind": "enum",
            "name": "i40e_nvmupd_state"
          },
          "offset": 976
        },
        "partition_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 646
        },
        "pf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 642
        },
        "phy": {
          "type": {
            "kind": "struct",
            "name": "i40e_phy_info"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 185
        },
        "remote_dcbx_config": {
          "type": {
            "kind": "struct",
            "name": "i40e_dcbx_config"
          },
          "offset": 1340
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "second_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1756
        },
        "subsystem_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "subsystem_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "switch_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1752
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 178
        },
        "wol_proxy_vsi_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1742
        }
      },
      "kind": "struct"
    },
    "i40e_hw_capabilities": {
      "size": 224,
      "fields": {
        "acpi_prog_method": {
          "type": {
            "kind": "enum",
            "name": "i40e_acpi_programming_method"
          },
          "offset": 212
        },
        "apm_wol_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 209
        },
        "base_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "dcb": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 28
        },
        "dis_unused_ports": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 208
        },
        "enabled_tcmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "evb_802_1_qbg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 26
        },
        "evb_802_1_qbh": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 27
        },
        "fcoe": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 29
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 49
        },
        "fd_filters_best_effort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "fd_filters_guaranteed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "flex10_capable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 32
        },
        "flex10_enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 31
        },
        "flex10_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "flex10_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ieee_1588": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 47
        },
        "iscsi": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 30
        },
        "iwarp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "led": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 72
        },
        "led_pin_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "management_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "maxtc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "mdio_port_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "mdio_port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "mgmt_cem": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 46
        },
        "mng_protocols_over_mctp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "npar_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_flow_director_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "num_msix_vectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "num_msix_vectors_vf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "num_rx_qp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "num_tx_qp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "num_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "num_vsis": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "nvm_image_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "os2bmc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "proxy_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 216
        },
        "rss": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 60
        },
        "rss_table_entry_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rss_table_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_buf_chain_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 188
        },
        "sdp": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 102
        },
        "sdp_pin_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "sec_rev_disabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 44
        },
        "sr_iov_1_1": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "switch_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "update_disabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 45
        },
        "valid_functions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "vf_base_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "vmdq": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 25
        },
        "wr_csr_prot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "i40e_hw_port_stats": {
      "size": 736,
      "fields": {
        "checksum_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 656
        },
        "crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "error_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "eth": {
          "type": {
            "kind": "struct",
            "name": "i40e_eth_stats"
          },
          "offset": 0
        },
        "fd_atr_match": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "fd_atr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 688
        },
        "fd_atr_tunnel_match": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "fd_sb_match": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 672
        },
        "fd_sb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "illegal_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "link_xoff_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "link_xoff_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "link_xon_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "link_xon_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "mac_local_faults": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "mac_remote_faults": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "mac_short_packet_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "priority_xoff_rx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 232
        },
        "priority_xoff_tx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 376
        },
        "priority_xon_2_xoff": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 440
        },
        "priority_xon_rx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 168
        },
        "priority_xon_tx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 312
        },
        "rx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "rx_jabber": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "rx_length_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rx_lpi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "rx_lpi_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "rx_lpi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 700
        },
        "rx_oversize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "rx_size_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "rx_size_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "rx_size_1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "rx_size_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "rx_size_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "rx_size_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "rx_size_big": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "rx_undersize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "tx_dropped_link_down": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_lpi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "tx_lpi_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 720
        },
        "tx_lpi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "tx_size_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "tx_size_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "tx_size_1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "tx_size_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "tx_size_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "tx_size_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "tx_size_big": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        }
      },
      "kind": "struct"
    },
    "i40e_link_status": {
      "size": 24,
      "fields": {
        "an_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "crc_enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 18
        },
        "ext_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "fec_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "link_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "link_speed": {
          "type": {
            "kind": "enum",
            "name": "i40e_aq_link_speed"
          },
          "offset": 4
        },
        "loopback": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "lse_enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 14
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "module_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "pacing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "phy_type": {
          "type": {
            "kind": "enum",
            "name": "i40e_aq_phy_type"
          },
          "offset": 0
        },
        "req_fec_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "requested_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "i40e_lldp_org_tlv": {
      "size": 7,
      "fields": {
        "ouisubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "tlvinfo": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "typelength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_lldp_variables": {
      "size": 14,
      "fields": {
        "adminstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "crc8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "msgfasttx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "msgtxinterval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "timers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "txparams": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_mac_info": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "max_fcoeq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "perm_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "port_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "san_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "i40e_mac_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_nvm_access": {
      "size": 20,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_nvm_info": {
      "size": 32,
      "fields": {
        "blank_nvm_mode": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 14
        },
        "eetrack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hw_semaphore_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "oem_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "i40e_nvmupd_features": {
      "size": 16,
      "fields": {
        "features": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "i40e_osdep": {
      "size": 40,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "flush_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "i2c_intfc_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "mem_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mem_bus_space_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mem_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_phy_info": {
      "size": 64,
      "fields": {
        "get_link_info": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "link_info": {
          "type": {
            "kind": "struct",
            "name": "i40e_link_status"
          },
          "offset": 0
        },
        "link_info_old": {
          "type": {
            "kind": "struct",
            "name": "i40e_link_status"
          },
          "offset": 24
        },
        "media_type": {
          "type": {
            "kind": "enum",
            "name": "i40e_media_type"
          },
          "offset": 52
        },
        "phy_types": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "i40e_rx_ptype_decoded": {
      "size": 4,
      "fields": {
        "inner_prot": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "known": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "outer_frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "outer_ip": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "outer_ip_ver": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_layer": {
          "type": {
            "bit_length": 3,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "ptype": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tunnel_end_frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "tunnel_end_prot": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "tunnel_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "i40e_spinlock": {
      "size": 32,
      "fields": {
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_tx_context_desc": {
      "size": 16,
      "fields": {
        "l2tag2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tunneling_params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type_cmd_tso_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_tx_desc": {
      "size": 16,
      "fields": {
        "buffer_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cmd_type_offset_bsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i40e_virt_mem": {
      "size": 16,
      "fields": {
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "va": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "i40e_vsi_context": {
      "size": 144,
      "fields": {
        "connection_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "info": {
          "type": {
            "kind": "struct",
            "name": "i40e_aqc_vsi_properties_data"
          },
          "offset": 16
        },
        "pf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "uplink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "vsi_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vsis_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vsis_unallocated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "i_addr": {
      "size": 32,
      "fields": {
        "base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "disp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "is_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ia32_mcontext": {
      "size": 640,
      "fields": {
        "mc_cs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "mc_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mc_eax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mc_ebp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mc_ebx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mc_ecx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "mc_edi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mc_edx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mc_eflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "mc_eip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "mc_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "mc_es": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mc_esi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mc_esp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "mc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "mc_fpformat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "mc_fpstate": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "mc_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mc_fsbase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "mc_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mc_gsbase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "mc_isp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "mc_onstack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mc_ownedfp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "mc_spare2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 624
        },
        "mc_ss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "mc_trapno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "mc_xfpustate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "mc_xfpustate_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        }
      },
      "kind": "struct"
    },
    "ia32_sigframe": {
      "size": 800,
      "fields": {
        "sf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sf_ah": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sf_si": {
          "type": {
            "kind": "struct",
            "name": "siginfo32"
          },
          "offset": 736
        },
        "sf_siginfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sf_signum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sf_uc": {
          "type": {
            "kind": "struct",
            "name": "ia32_ucontext"
          },
          "offset": 32
        },
        "sf_ucontext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ia32_ucontext": {
      "size": 704,
      "fields": {
        "__spare__": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 676
        },
        "uc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "uc_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "uc_mcontext": {
          "type": {
            "kind": "struct",
            "name": "ia32_mcontext"
          },
          "offset": 16
        },
        "uc_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 0
        },
        "uc_stack": {
          "type": {
            "kind": "struct",
            "name": "sigaltstack32"
          },
          "offset": 660
        }
      },
      "kind": "struct"
    },
    "iavf_32byte_rx_desc": {
      "size": 32,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0c7f76de13a8462d"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_069ee58c00d64c43"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "iavf_adminq_info": {
      "size": 368,
      "fields": {
        "api_maj_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 292
        },
        "api_min_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 294
        },
        "arq": {
          "type": {
            "kind": "struct",
            "name": "iavf_adminq_ring"
          },
          "offset": 0
        },
        "arq_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 280
        },
        "arq_last_status": {
          "type": {
            "kind": "enum",
            "name": "iavf_admin_queue_err"
          },
          "offset": 364
        },
        "arq_spinlock": {
          "type": {
            "kind": "struct",
            "name": "iavf_spinlock"
          },
          "offset": 328
        },
        "asq": {
          "type": {
            "kind": "struct",
            "name": "iavf_adminq_ring"
          },
          "offset": 136
        },
        "asq_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 282
        },
        "asq_cmd_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "asq_last_status": {
          "type": {
            "kind": "enum",
            "name": "iavf_admin_queue_err"
          },
          "offset": 360
        },
        "asq_spinlock": {
          "type": {
            "kind": "struct",
            "name": "iavf_spinlock"
          },
          "offset": 296
        },
        "fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "fw_maj_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 284
        },
        "fw_min_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 286
        },
        "num_arq_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 276
        },
        "num_asq_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 278
        }
      },
      "kind": "struct"
    },
    "iavf_adminq_ring": {
      "size": 136,
      "fields": {
        "bah": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "bal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "cmd_buf": {
          "type": {
            "kind": "struct",
            "name": "iavf_virt_mem"
          },
          "offset": 80
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "desc_buf": {
          "type": {
            "kind": "struct",
            "name": "iavf_dma_mem"
          },
          "offset": 16
        },
        "dma_head": {
          "type": {
            "kind": "struct",
            "name": "iavf_virt_mem"
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "next_to_clean": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 110
        },
        "next_to_use": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 108
        },
        "r": {
          "type": {
            "kind": "union",
            "name": "unnamed_2059f79ef8852b22"
          },
          "offset": 96
        },
        "rx_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "iavf_aq_desc": {
      "size": 32,
      "fields": {
        "cookie_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cookie_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_3c4ced42054062ed"
          },
          "offset": 16
        },
        "retval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iavf_aqc_get_set_rss_key": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_aqc_get_set_rss_key_data": {
      "size": 52,
      "fields": {
        "extended_hash_key": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "standard_rss_key": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_aqc_get_set_rss_lut": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_aqc_queue_shutdown": {
      "size": 16,
      "fields": {
        "driver_unloading": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iavf_arq_event_info": {
      "size": 48,
      "fields": {
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "desc": {
          "type": {
            "kind": "struct",
            "name": "iavf_aq_desc"
          },
          "offset": 0
        },
        "msg_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iavf_asq_cmd_details": {
      "size": 32,
      "fields": {
        "async": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags_dis": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "flags_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "postpone": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 21
        },
        "wb_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_aq_desc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "iavf_bus_info": {
      "size": 20,
      "fields": {
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "lan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "iavf_bus_speed"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "iavf_bus_type"
          },
          "offset": 8
        },
        "width": {
          "type": {
            "kind": "enum",
            "name": "iavf_bus_width"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iavf_dma_mem": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "pa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "va": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_eth_stats": {
      "size": 96,
      "fields": {
        "rx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_unknown_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "iavf_hw": {
      "size": 544,
      "fields": {
        "aq": {
          "type": {
            "kind": "struct",
            "name": "iavf_adminq_info"
          },
          "offset": 120
        },
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "iavf_bus_info"
          },
          "offset": 48
        },
        "debug_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "dev_caps": {
          "type": {
            "kind": "struct",
            "name": "iavf_hw_capabilities"
          },
          "offset": 80
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "err_str": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 524
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "hw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "iavf_mac_info"
          },
          "offset": 16
        },
        "num_wol_proxy_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 488
        },
        "nvmupd_features": {
          "type": {
            "kind": "struct",
            "name": "iavf_nvmupd_features"
          },
          "offset": 504
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "subsystem_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "subsystem_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "wol_proxy_vsi_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 490
        }
      },
      "kind": "struct"
    },
    "iavf_hw_capabilities": {
      "size": 36,
      "fields": {
        "acpi_prog_method": {
          "type": {
            "kind": "enum",
            "name": "iavf_acpi_programming_method"
          },
          "offset": 28
        },
        "apm_wol_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "base_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dcb": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "fcoe": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1
        },
        "iwarp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "num_msix_vectors_vf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_rx_qp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "num_tx_qp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_vsis": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "proxy_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iavf_mac_filter": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4ad84ec13c6ba2f2"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_mac_info": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "max_fcoeq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "perm_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "port_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "san_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "iavf_mac_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_nvmupd_features": {
      "size": 16,
      "fields": {
        "features": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iavf_osdep": {
      "size": 40,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "flush_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "i2c_intfc_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "mem_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mem_bus_space_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mem_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_rx_ptype_decoded": {
      "size": 4,
      "fields": {
        "inner_prot": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "known": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "outer_frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "outer_ip": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "outer_ip_ver": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "payload_layer": {
          "type": {
            "bit_length": 3,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "ptype": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tunnel_end_frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "tunnel_end_prot": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "tunnel_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iavf_rx_queue": {
      "size": 128,
      "fields": {
        "irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 88
        },
        "rxr": {
          "type": {
            "kind": "struct",
            "name": "rx_ring"
          },
          "offset": 8
        },
        "vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_vsi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_sc": {
      "size": 5328,
      "fields": {
        "admin_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1128
        },
        "aq_buffer": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1136
        },
        "dbg_mask": {
          "type": {
            "kind": "enum",
            "name": "iavf_dbg_mask"
          },
          "offset": 1064
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 1024
        },
        "disable_queues_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5237
        },
        "dynamic_rx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1088
        },
        "dynamic_tx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1084
        },
        "enable_queues_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5236
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "iavf_hw"
          },
          "offset": 440
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1070
        },
        "mac_filters": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac_list"
            }
          },
          "offset": 1096
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 1048
        },
        "osdep": {
          "type": {
            "kind": "struct",
            "name": "iavf_osdep"
          },
          "offset": 984
        },
        "pci_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1032
        },
        "promisc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1068
        },
        "queues_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5232
        },
        "rx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1080
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1040
        },
        "tx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1076
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_05c2b8874df8a36d"
          },
          "offset": 1072,
          "anonymous": true
        },
        "vc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5296
        },
        "vc_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5280
        },
        "vc_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 5240
        },
        "vc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 5272
        },
        "version": {
          "type": {
            "kind": "struct",
            "name": "virtchnl_version_info"
          },
          "offset": 1056
        },
        "vf_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_vf_resource"
            }
          },
          "offset": 1112
        },
        "vlan_filters": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vlan_list"
            }
          },
          "offset": 1104
        },
        "vsi": {
          "type": {
            "kind": "struct",
            "name": "iavf_vsi"
          },
          "offset": 0
        },
        "vsi_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_vsi_resource"
            }
          },
          "offset": 1120
        }
      },
      "kind": "struct"
    },
    "iavf_spinlock": {
      "size": 32,
      "fields": {
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_sysctl_info": {
      "size": 24,
      "fields": {
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_tx_context_desc": {
      "size": 16,
      "fields": {
        "l2tag2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tunneling_params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type_cmd_tso_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iavf_tx_desc": {
      "size": 16,
      "fields": {
        "buffer_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cmd_type_offset_bsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iavf_tx_queue": {
      "size": 160,
      "fields": {
        "irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "pkt_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 104
        },
        "tso": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "txr": {
          "type": {
            "kind": "struct",
            "name": "tx_ring"
          },
          "offset": 8
        },
        "vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_vsi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_virt_mem": {
      "size": 16,
      "fields": {
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "va": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iavf_vlan_filter": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_57437812dda6d4d7"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iavf_vsi": {
      "size": 440,
      "fields": {
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_sc"
            }
          },
          "offset": 24
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 0
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "enable_head_writeback": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 66
        },
        "eth_stats": {
          "type": {
            "kind": "struct",
            "name": "iavf_eth_stats"
          },
          "offset": 120
        },
        "eth_stats_offsets": {
          "type": {
            "kind": "struct",
            "name": "iavf_eth_stats"
          },
          "offset": 216
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_hw"
            }
          },
          "offset": 40
        },
        "ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ierrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "imcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "iqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 88
        },
        "link_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 67
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "noproto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "num_macs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "num_rx_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "num_tx_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "num_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "oerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "omcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "oqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "rx_itr_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_rx_queue"
            }
          },
          "offset": 80
        },
        "shared": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 8
        },
        "stat_offsets_loaded": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 312
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 424
        },
        "tx_itr_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_tx_queue"
            }
          },
          "offset": 72
        },
        "vsi_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 416
        }
      },
      "kind": "struct"
    },
    "ib_gid": {
      "size": 16,
      "fields": {
        "global": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3923b478032f5507"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ib_queue": {
      "size": 136,
      "fields": {
        "array_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "array_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ci_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ci_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "OS_LOCK_T"
          },
          "offset": 104
        },
        "lockcreated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "lockname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pi_local": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pi_register_abs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pi_register_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "q_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ib_queue_t": {
      "size": 136,
      "fields": {
        "array_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "array_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ci_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ci_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "OS_LOCK_T"
          },
          "offset": 104
        },
        "lockcreated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "lockname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pi_local": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pi_register_abs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pi_register_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "q_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ib_smp": {
      "size": 256,
      "fields": {
        "attr_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "attr_mod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "base_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "class_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "dr_dlid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "dr_slid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "hop_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "hop_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "initial_path": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mgmt_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mkey": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "return_path": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_32b_rx_flex_desc": {
      "size": 32,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0c7f76de13a8462d"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_83473a8828b0b334"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ice_32b_rx_flex_desc_nic": {
      "size": 32,
      "fields": {
        "flex_ts": {
          "type": {
            "kind": "union",
            "name": "unnamed_13e19538e9a74c83"
          },
          "offset": 28
        },
        "flexi_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "flow_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "hdr_len_sph_flex_flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "l2tag1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "l2tag2_1st": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "l2tag2_2nd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "mir_id_umb_cast": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pkt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ptype_flexi_flags0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rss_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rxdid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "status_error0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status_error1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ts_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "ice_adv_fltr_mgmt_list_entry": {
      "size": 88,
      "fields": {
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "lkups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_adv_lkup_elem"
            }
          },
          "offset": 16
        },
        "lkups_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "rule_info": {
          "type": {
            "kind": "struct",
            "name": "ice_adv_rule_info"
          },
          "offset": 24
        },
        "vsi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "vsi_list_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsi_list_map_info"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ice_adv_lkup_elem": {
      "size": 88,
      "fields": {
        "h_u": {
          "type": {
            "kind": "union",
            "name": "ice_prot_hdr"
          },
          "offset": 8
        },
        "m_u": {
          "type": {
            "kind": "union",
            "name": "ice_prot_hdr"
          },
          "offset": 48
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_protocol_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_adv_rule_flags_info": {
      "size": 8,
      "fields": {
        "act": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "act_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_adv_rule_info": {
      "size": 40,
      "fields": {
        "add_dir_lkup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "flags_info": {
          "type": {
            "kind": "struct",
            "name": "ice_adv_rule_flags_info"
          },
          "offset": 32
        },
        "fltr_rule_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "lg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "sw_act": {
          "type": {
            "kind": "struct",
            "name": "ice_sw_act_ctrl"
          },
          "offset": 4
        },
        "tun_type": {
          "type": {
            "kind": "enum",
            "name": "ice_sw_tunnel_type"
          },
          "offset": 0
        },
        "vlan_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "ice_aq_desc": {
      "size": 32,
      "fields": {
        "cookie_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cookie_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_1cc9a618bfe50700"
          },
          "offset": 16
        },
        "retval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_aq_get_set_rss_lut_params": {
      "size": 24,
      "fields": {
        "global_lut_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "lut": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "lut_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lut_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vsi_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_elem": {
      "size": 8,
      "fields": {
        "generic": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_txsched_elem_data"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_topo_grp_info_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_get_update_free_vsi": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vsi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vsi_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_rdma_qset": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_qset_grps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_rdma_qset_data": {
      "size": 8,
      "fields": {
        "num_qsets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "parent_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rdma_qsets": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_add_tx_rdma_qset_entry"
            }
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_tx_qgrp": {
      "size": 8,
      "fields": {
        "num_txqs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "parent_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "txqs": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_add_txqs_perq"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_tx_rdma_qset_entry": {
      "size": 24,
      "fields": {
        "info": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_elem"
          },
          "offset": 8
        },
        "qset_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "tx_qset_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_txqs": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_qgrps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_txqs_perq": {
      "size": 48,
      "fields": {
        "info": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_elem"
          },
          "offset": 32
        },
        "q_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rsvd2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "txq_ctx": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "txq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_update_free_vsi_resp": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ext_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vsi_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vsi_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_add_update_mir_rule": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rule_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rule_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_alloc_free_res_cmd": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_alloc_free_res_elem": {
      "size": 4,
      "fields": {
        "elem": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_res_elem"
            }
          },
          "offset": 4
        },
        "num_elems": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "res_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_cfg_l2_node_cgd": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_l2_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_cfg_l2_node_cgd_elem": {
      "size": 8,
      "fields": {
        "cgd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "node_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ice_aqc_clear_health_status": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_clear_port_alt_write": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_clear_pxe": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "rx_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_config_no_drop_policy": {
      "size": 16,
      "fields": {
        "opts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_debug_dump_internals": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cluster_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "table_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_delete_elem": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_topo_grp_info_hdr"
          },
          "offset": 0
        },
        "teid": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_delete_mir_rule": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rule_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dis_txq_item": {
      "size": 6,
      "fields": {
        "num_qs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "parent_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "q_id": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dis_txqs": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "blocked_cgds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "vmvf_and_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_call_command": {
      "size": 16,
      "fields": {
        "activity_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_get_status": {
      "size": 16,
      "fields": {
        "activity_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "engine_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "stack_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_read_log_command": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_read_log_response": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_read_write_command": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sto_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_read_write_response": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_run_command": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "new_pc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_dnl_set_breakpoints_command": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_done_alt_write": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_download_pkg": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_download_pkg_resp": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "error_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "error_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_driver_shared_params": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "param_indx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "param_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "set_or_get_op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_driver_ver": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "build_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "major_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "subbuild_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_aqc_elem_info_bw": {
      "size": 4,
      "fields": {
        "bw_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bw_profile_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_event_lan_overflow": {
      "size": 16,
      "fields": {
        "prtdcb_ruptq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qtx_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_fw_log": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fw_rt_msb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ops": {
          "type": {
            "kind": "union",
            "name": "unnamed_9a0da77ebe1b40ce"
          },
          "offset": 4
        },
        "rsp_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_fw_log_cfg_resp": {
      "size": 4,
      "fields": {
        "log_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "module_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_aqc_generic": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "param0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "param1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_generic_sched_props": {
      "size": 32,
      "fields": {
        "flattening_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "logical_levels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "max_device_cgds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "max_pf_cgds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "phys_levels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rdma_qsets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rsvd1": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_allocd_res_desc": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ops": {
          "type": {
            "kind": "union",
            "name": "unnamed_2842089ac4e689a9"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_cee_dcb_cfg_resp": {
      "size": 32,
      "fields": {
        "oper_app_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "oper_num_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "oper_pfc_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "oper_prio_tc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "oper_tc_bw": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "tlv_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_exp_err": {
      "size": 16,
      "fields": {
        "identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_health_status": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "health_status_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_link_status": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_link_status_data": {
      "size": 32,
      "fields": {
        "an_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ext_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "lb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "link_cfg_err": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "link_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "phy_type_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "phy_type_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "power_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "topo_media_conflict": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_link_topo": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_addr"
          },
          "offset": 0
        },
        "node_part_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rsvd": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_phy_caps": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "param0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_phy_caps_data": {
      "size": 560,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "eee_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "eeer_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "extended_compliance_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "link_fec_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "low_power_ctrl_an": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "module_compliance_enforcement": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "module_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "phy_fw_ver": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "phy_id_oui": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "phy_type_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phy_type_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "qual_modules": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_420d9921a6bcebec"
            }
          },
          "offset": 48
        },
        "qualified_module_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "rsvd2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_pkg_info": {
      "size": 40,
      "fields": {
        "is_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "is_active_at_boot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "is_in_nvm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "is_modified": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "name": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "track_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ver": {
          "type": {
            "kind": "struct",
            "name": "ice_pkg_ver"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_pkg_info_list": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_pkg_info_resp": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pkg_info": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_get_pkg_info"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_port_options": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "innermost_phy_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lport_num_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pending_port_option_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "port_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "port_options_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_port_options_elem": {
      "size": 8,
      "fields": {
        "global_scid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "max_lane_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pf2port_cid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "phy_scid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "pmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_res_alloc": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "resp_elem_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_res_resp_elem": {
      "size": 10,
      "fields": {
        "res_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "total_capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "total_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "total_function": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "total_shared": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_set_rss_key": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_set_rss_keys": {
      "size": 52,
      "fields": {
        "extended_hash_key": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "standard_rss_key": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_set_rss_lut": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_set_tx_topo": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "get_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "set_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_supported_health_status_codes": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "health_code_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_sw_cfg": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "element": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_elems": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_sw_cfg_resp_elem": {
      "size": 6,
      "fields": {
        "pf_vf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "swid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_topo": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_branches": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_topo_elem": {
      "size": 224,
      "fields": {
        "generic": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_txsched_elem_data"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_topo_grp_info_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_ver": {
      "size": 16,
      "fields": {
        "api_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "api_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "api_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "api_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "fw_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "rom_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_vlan_mode": {
      "size": 100,
      "fields": {
        "l2tag_prio_tagging": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 98,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "vlan_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_get_vsi_resp": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vsi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "vsi_free": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vsi_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vsi_used": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_gpio": {
      "size": 16,
      "fields": {
        "gpio_ctrl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "gpio_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "gpio_val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_gpio_by_func": {
      "size": 16,
      "fields": {
        "io_func_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "io_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rsvd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "topo_addr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_health_status_elem": {
      "size": 12,
      "fields": {
        "event_source": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "health_status_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "internal_data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "internal_data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_i2c": {
      "size": 16,
      "fields": {
        "i2c_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "i2c_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "i2c_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "i2c_params": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "topo_addr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_layer_props": {
      "size": 32,
      "fields": {
        "chunk_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "logical_layer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "max_cir_rl_profiles": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "max_device_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "max_eir_rl_profiles": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "max_pf_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max_sibl_grp_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "max_srl_profiles": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsvd0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "rsvd1": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ice_aqc_link_topo_addr": {
      "size": 6,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "topo_params": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_params"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_link_topo_params": {
      "size": 4,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lport_num_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "node_type_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_list_caps": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pf_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_list_caps_elem": {
      "size": 32,
      "fields": {
        "cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "logical_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "major_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "minor_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phys_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_add_delete_tlv": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_filter_ctrl": {
      "size": 16,
      "fields": {
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vsi_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_get_mib": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "local_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "remote_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_set_local_mib": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_set_mib_change": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_start": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_stop": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_stop_start_specific_agent": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_lldp_update_tlv": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "new_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "new_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "old_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_manage_mac_read": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ice_aqc_manage_mac_read_resp": {
      "size": 8,
      "fields": {
        "addr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_manage_mac_write": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_mdio": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "mdio_bus_address": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "mdio_device_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "topo_addr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_move_elem": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_move_grp_info_hdr"
          },
          "offset": 0
        },
        "teid": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ice_aqc_move_rdma_qset_cmd": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_rdma_qset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_move_txqs": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "blocked_cgds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "num_qs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_aqc_move_txqs_data": {
      "size": 8,
      "fields": {
        "dest_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "src_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "txqs": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_move_txqs_elem"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_move_txqs_elem": {
      "size": 8,
      "fields": {
        "q_cgd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "q_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "txq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_node_attr": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_node_attr_elem": {
      "size": 8,
      "fields": {
        "children_level": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_children": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "node_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_nvm": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "module_typeid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "offset_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offset_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_nvm_cfg": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_aqc_nvm_checksum": {
      "size": 16,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_nvm_minsrev": {
      "size": 12,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nvm_minsrev_h": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "nvm_minsrev_l": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "orom_minsrev_h": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "orom_minsrev_l": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "validity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_pf_vf_msg": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_pfc_ignore": {
      "size": 16,
      "fields": {
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "tc_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_port_ets_elem": {
      "size": 64,
      "fields": {
        "port_cir_prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "port_eir_prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "tc_bw_share": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "tc_node_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tc_node_teid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "tc_valid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "up2tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_prog_topo_dev_nvm": {
      "size": 16,
      "fields": {
        "rsvd": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "topo_params": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_params"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_q_shutdown": {
      "size": 16,
      "fields": {
        "driver_unloading": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_query_node_to_root": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_query_port_ets": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "port_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_query_txsched_res": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_query_txsched_res_resp": {
      "size": 320,
      "fields": {
        "layer_props": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_layer_props"
            }
          },
          "offset": 32
        },
        "sched_props": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_generic_sched_props"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_read_i2c_resp": {
      "size": 16,
      "fields": {
        "i2c_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_read_topo_dev_nvm": {
      "size": 16,
      "fields": {
        "data_read": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "start_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "topo_params": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_params"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_read_write_alt_direct": {
      "size": 16,
      "fields": {
        "dword0_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dword0_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dword1_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dword1_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ice_aqc_read_write_alt_indirect": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "base_dword_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_dwords": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_req_res": {
      "size": 16,
      "fields": {
        "access_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "res_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "res_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_res_elem": {
      "size": 2,
      "fields": {
        "e": {
          "type": {
            "kind": "union",
            "name": "unnamed_690010daf53f848c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_restart_an": {
      "size": 16,
      "fields": {
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_aqc_rl_profile": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_profiles": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_rl_profile_elem": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "max_burst_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "profile_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rl_encode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rl_multiply": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "wake_up_calc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_rl_profile_info": {
      "size": 40,
      "fields": {
        "bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 16
        },
        "prof_id_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "profile": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_rl_profile_elem"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_sched_elem_cmd": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_elem_req": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_elem_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_dcb_params": {
      "size": 16,
      "fields": {
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "valid_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_event_mask": {
      "size": 16,
      "fields": {
        "event_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_health_status_config": {
      "size": 16,
      "fields": {
        "event_source": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_led": {
      "size": 16,
      "fields": {
        "color_and_blink": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rsvd": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "topo_addr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_link_topo_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_mac_cfg": {
      "size": 16,
      "fields": {
        "drop_opts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fc_refresh_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "tx_tmr_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tx_tmr_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_mac_lb": {
      "size": 16,
      "fields": {
        "lb_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_phy_cfg": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_phy_cfg_data": {
      "size": 24,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "eee_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "eeer_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "link_fec_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "low_power_ctrl_an": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "module_compliance_enforcement": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "phy_type_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phy_type_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_port_id_led": {
      "size": 16,
      "fields": {
        "ident_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lport_num_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_port_option": {
      "size": 16,
      "fields": {
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lport_num_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "selected_port_option": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_port_params": {
      "size": 16,
      "fields": {
        "bad_frame_vsi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cmd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "swid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_query_pfc_mode": {
      "size": 16,
      "fields": {
        "pfc_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_set_vlan_mode": {
      "size": 100,
      "fields": {
        "l2tag_prio_tagging": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "l2tag_reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "mng_vlan_prot_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "prot_id_reserved": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 70
        },
        "rdma_packet": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "rdma_reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 67
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_sff_eeprom": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "eeprom_page": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "i2c_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "i2c_mem_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "lport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lport_num_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_storm_cfg": {
      "size": 16,
      "fields": {
        "bcast_thresh_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mcast_thresh_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "storm_ctrl_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_aqc_sw_gpio": {
      "size": 16,
      "fields": {
        "gpio_ctrl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "gpio_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "gpio_params": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_sw_rules": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_rules_fltr_entry_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_aqc_sw_rules_elem": {
      "size": 102,
      "fields": {
        "pdata": {
          "type": {
            "kind": "union",
            "name": "unnamed_c041007d87efce12"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_txqs_cleanup": {
      "size": 16,
      "fields": {
        "caller_opc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cmd_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_aqc_txsched_elem": {
      "size": 16,
      "fields": {
        "cir_bw": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_elem_info_bw"
          },
          "offset": 4
        },
        "eir_bw": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_elem_info_bw"
          },
          "offset": 8
        },
        "elem_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "generic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "srl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "valid_sections": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_aqc_txsched_elem_data": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_elem"
          },
          "offset": 8
        },
        "node_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "parent_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_txsched_move_grp_info_hdr": {
      "size": 12,
      "fields": {
        "dest_parent_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "num_elems": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "src_parent_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_aqc_txsched_topo_grp_info_hdr": {
      "size": 8,
      "fields": {
        "num_elems": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "parent_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_aqc_vsi_props": {
      "size": 128,
      "fields": {
        "egress_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fd_def_q": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "fd_options": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "fd_report_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "ingress_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "inner_vlan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "inner_vlan_reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "inner_vlan_reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "mapping_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "max_fd_fltr_dedicated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "max_fd_fltr_shared": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "outer_up_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "outer_vlan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "outer_vlan_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "pasid_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "port_based_inner_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "port_based_outer_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "q_mapping": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 30
        },
        "q_opt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "q_opt_reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 81
        },
        "q_opt_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "q_opt_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 79
        },
        "reserved": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "sec_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sec_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sect_10_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "sw_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sw_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tc_mapping": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 62
        },
        "valid_sections": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "veb_stat_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ice_bank_info": {
      "size": 36,
      "fields": {
        "netlist_bank": {
          "type": {
            "kind": "enum",
            "name": "ice_flash_bank"
          },
          "offset": 32
        },
        "netlist_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "netlist_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nvm_bank": {
          "type": {
            "kind": "enum",
            "name": "ice_flash_bank"
          },
          "offset": 24
        },
        "nvm_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nvm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "orom_bank": {
          "type": {
            "kind": "enum",
            "name": "ice_flash_bank"
          },
          "offset": 28
        },
        "orom_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "orom_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ice_bar_info": {
      "size": 40,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_blk_info": {
      "size": 224,
      "fields": {
        "es": {
          "type": {
            "kind": "struct",
            "name": "ice_es"
          },
          "offset": 104
        },
        "is_list_init": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 217
        },
        "overwrite": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 216
        },
        "prof": {
          "type": {
            "kind": "struct",
            "name": "ice_prof_tcam"
          },
          "offset": 64
        },
        "prof_redir": {
          "type": {
            "kind": "struct",
            "name": "ice_prof_redir"
          },
          "offset": 88
        },
        "xlt1": {
          "type": {
            "kind": "struct",
            "name": "ice_xlt1"
          },
          "offset": 0
        },
        "xlt2": {
          "type": {
            "kind": "struct",
            "name": "ice_xlt2"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ice_blk_size_details": {
      "size": 18,
      "fields": {
        "es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "fvw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "overwrite": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "prof_cdid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "prof_redir": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "prof_tcam": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reverse": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "xlt1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "xlt2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_boost_key": {
      "size": 40,
      "fields": {
        "key": {
          "type": {
            "kind": "struct",
            "name": "ice_boost_key_value"
          },
          "offset": 0
        },
        "key2": {
          "type": {
            "kind": "struct",
            "name": "ice_boost_key_value"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ice_boost_key_value": {
      "size": 20,
      "fields": {
        "remaining_hv_key": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tcam_search_key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_8d00c2c99c41efb8"
          },
          "offset": 15,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ice_boost_tcam_entry": {
      "size": 88,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bit_fields": {
          "type": {
            "count": 43,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        },
        "boost_hit_index_group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "ice_boost_key"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_boost_tcam_section": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tcam": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_boost_tcam_entry"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_buf": {
      "size": 4096,
      "fields": {
        "buf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_buf_build": {
      "size": 4098,
      "fields": {
        "buf": {
          "type": {
            "kind": "struct",
            "name": "ice_buf"
          },
          "offset": 0
        },
        "reserved_section_table_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4096
        }
      },
      "kind": "struct"
    },
    "ice_buf_hdr": {
      "size": 4,
      "fields": {
        "data_end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "section_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "section_entry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_section_entry"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_buf_table": {
      "size": 4,
      "fields": {
        "buf_array": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_buf"
            }
          },
          "offset": 4
        },
        "buf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_bus_info": {
      "size": 20,
      "fields": {
        "bus_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "domain_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "ice_pcie_bus_speed"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_bus_type"
          },
          "offset": 8
        },
        "width": {
          "type": {
            "kind": "enum",
            "name": "ice_pcie_link_width"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_bw": {
      "size": 8,
      "fields": {
        "bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bw_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_bw_type_info": {
      "size": 28,
      "fields": {
        "bw_t_bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "cir_bw": {
          "type": {
            "kind": "struct",
            "name": "ice_bw"
          },
          "offset": 8
        },
        "eir_bw": {
          "type": {
            "kind": "struct",
            "name": "ice_bw"
          },
          "offset": 16
        },
        "generic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "shared_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ice_cee_app_prio": {
      "size": 6,
      "fields": {
        "lower_oui": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "prio_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "upper_oui_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_cee_feat_tlv": {
      "size": 6,
      "fields": {
        "en_will_err": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_cee_tlv_hdr"
          },
          "offset": 0
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "tlvinfo": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_cee_tlv_hdr": {
      "size": 4,
      "fields": {
        "maxver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "operver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "typelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_chs_chg": {
      "size": 40,
      "fields": {
        "add_prof": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "add_ptg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "add_tcam_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "add_vsig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "orig_vsig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "ptg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "ptype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "tcam_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_chg_type"
          },
          "offset": 16
        },
        "vsi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "vsig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "ice_ctl_q_info": {
      "size": 408,
      "fields": {
        "num_rq_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 268
        },
        "num_sq_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 270
        },
        "qtype": {
          "type": {
            "kind": "enum",
            "name": "ice_ctl_q"
          },
          "offset": 0
        },
        "rq": {
          "type": {
            "kind": "struct",
            "name": "ice_ctl_q_ring"
          },
          "offset": 8
        },
        "rq_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "rq_lock": {
          "type": {
            "kind": "struct",
            "name": "ice_lock"
          },
          "offset": 344
        },
        "sq": {
          "type": {
            "kind": "struct",
            "name": "ice_ctl_q_ring"
          },
          "offset": 136
        },
        "sq_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 274
        },
        "sq_cmd_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "sq_last_status": {
          "type": {
            "kind": "enum",
            "name": "ice_aq_err"
          },
          "offset": 276
        },
        "sq_lock": {
          "type": {
            "kind": "struct",
            "name": "ice_lock"
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "ice_ctl_q_ring": {
      "size": 128,
      "fields": {
        "bah": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "bal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "cmd_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "desc_buf": {
          "type": {
            "kind": "struct",
            "name": "ice_dma_mem"
          },
          "offset": 8
        },
        "dma_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "head_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "len_crit_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "len_ena_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "len_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "next_to_clean": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "next_to_use": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "r": {
          "type": {
            "kind": "union",
            "name": "unnamed_7373c563a3fd89de"
          },
          "offset": 72
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "ice_ctx_ele": {
      "size": 8,
      "fields": {
        "lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "size_of": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_dcb_app_priority_table": {
      "size": 4,
      "fields": {
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prot_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "selector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_dcb_ets_cfg": {
      "size": 27,
      "fields": {
        "cbs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "maxtcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prio_table": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "tcbwtable": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "tsatable": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "willing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_dcb_pfc_cfg": {
      "size": 4,
      "fields": {
        "mbc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pfccap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pfcena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "willing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_dcbx_cfg": {
      "size": 400,
      "fields": {
        "app": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_dcb_app_priority_table"
            }
          },
          "offset": 68
        },
        "app_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 397
        },
        "dcbx_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 396
        },
        "dscp_map": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 332
        },
        "dscp_mapped": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 324
        },
        "etscfg": {
          "type": {
            "kind": "struct",
            "name": "ice_dcb_ets_cfg"
          },
          "offset": 8
        },
        "etsrec": {
          "type": {
            "kind": "struct",
            "name": "ice_dcb_ets_cfg"
          },
          "offset": 35
        },
        "numapps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pfc": {
          "type": {
            "kind": "struct",
            "name": "ice_dcb_pfc_cfg"
          },
          "offset": 62
        },
        "pfc_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "tlv_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_debug_dump_cmd": {
      "size": 16,
      "fields": {
        "cluster_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "table_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_device_id": {
      "size": 4,
      "fields": {
        "dev_vend_id": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6f2b2910f2f5538"
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ice_device_id_entry": {
      "size": 8,
      "fields": {
        "device": {
          "type": {
            "kind": "union",
            "name": "ice_device_id"
          },
          "offset": 0
        },
        "sub_device": {
          "type": {
            "kind": "union",
            "name": "ice_device_id"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_dma_mem": {
      "size": 56,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "pa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 40
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "va": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_driver_ver": {
      "size": 36,
      "fields": {
        "build_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "driver_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "major_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "subbuild_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_es": {
      "size": 112,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "fvw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "prof_map": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 16
        },
        "prof_map_lock": {
          "type": {
            "kind": "struct",
            "name": "ice_lock"
          },
          "offset": 32
        },
        "ref_count": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "reverse": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv_word"
            }
          },
          "offset": 24
        },
        "written": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "ice_eth_stats": {
      "size": 112,
      "fields": {
        "rx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_no_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_unknown_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "ice_ether_hdr": {
      "size": 12,
      "fields": {
        "dst_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "src_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_ethtype_hdr": {
      "size": 2,
      "fields": {
        "ethtype_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_fc_info": {
      "size": 8,
      "fields": {
        "current_mode": {
          "type": {
            "kind": "enum",
            "name": "ice_fc_mode"
          },
          "offset": 0
        },
        "req_mode": {
          "type": {
            "kind": "enum",
            "name": "ice_fc_mode"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_flash_info": {
      "size": 92,
      "fields": {
        "banks": {
          "type": {
            "kind": "struct",
            "name": "ice_bank_info"
          },
          "offset": 44
        },
        "blank_nvm_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "flash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "netlist": {
          "type": {
            "kind": "struct",
            "name": "ice_netlist_info"
          },
          "offset": 20
        },
        "nvm": {
          "type": {
            "kind": "struct",
            "name": "ice_nvm_info"
          },
          "offset": 8
        },
        "orom": {
          "type": {
            "kind": "struct",
            "name": "ice_orom_info"
          },
          "offset": 0
        },
        "sr_words": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ice_flow_action": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_fb248beb160e317c"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_flow_action_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_flow_field_info": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "enum",
            "name": "ice_flow_seg_hdr"
          },
          "offset": 0
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_flow_fld_info": {
      "size": 24,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "ice_flow_fld_loc"
          },
          "offset": 10
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "ice_flow_fld_loc"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_flow_fld_match_type"
          },
          "offset": 0
        },
        "xtrct": {
          "type": {
            "kind": "struct",
            "name": "ice_flow_seg_xtrct"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_flow_fld_loc": {
      "size": 6,
      "fields": {
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_flow_prof": {
      "size": 1624,
      "fields": {
        "cfg": {
          "type": {
            "kind": "union",
            "name": "unnamed_01f34be582131c01"
          },
          "offset": 1616
        },
        "dir": {
          "type": {
            "kind": "enum",
            "name": "ice_flow_dir"
          },
          "offset": 24
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "l_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "segs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_flow_seg_info"
            }
          },
          "offset": 32
        },
        "segs_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "vsis": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1520
        }
      },
      "kind": "struct"
    },
    "ice_flow_prof_params": {
      "size": 336,
      "fields": {
        "blk": {
          "type": {
            "kind": "enum",
            "name": "ice_block"
          },
          "offset": 0
        },
        "entry_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "es": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv_word"
            }
          },
          "offset": 16
        },
        "es_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "prof": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_flow_prof"
            }
          },
          "offset": 8
        },
        "ptypes": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "ice_flow_seg_info": {
      "size": 744,
      "fields": {
        "fields": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_flow_fld_info"
            }
          },
          "offset": 24
        },
        "hdrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "match": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "range": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_flow_seg_xtrct": {
      "size": 6,
      "fields": {
        "disp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "prot_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_fltr_info": {
      "size": 36,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "fltr_act": {
          "type": {
            "kind": "enum",
            "name": "ice_sw_fwd_act_type"
          },
          "offset": 4
        },
        "fltr_rule_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "fwd_id": {
          "type": {
            "kind": "union",
            "name": "unnamed_ca5cde7eadf6c7d7"
          },
          "offset": 28
        },
        "l_data": {
          "type": {
            "kind": "union",
            "name": "unnamed_0bbe22d539902815"
          },
          "offset": 20
        },
        "lan_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "lb_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "lkup_type": {
          "type": {
            "kind": "enum",
            "name": "ice_sw_lkup_type"
          },
          "offset": 0
        },
        "qgrp_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "src": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "src_id": {
          "type": {
            "kind": "enum",
            "name": "ice_src_id"
          },
          "offset": 16
        },
        "vsi_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "ice_fltr_list_entry": {
      "size": 56,
      "fields": {
        "fltr_info": {
          "type": {
            "kind": "struct",
            "name": "ice_fltr_info"
          },
          "offset": 20
        },
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "ice_status"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_fltr_mgmt_list_entry": {
      "size": 80,
      "fields": {
        "counter_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "fltr_info": {
          "type": {
            "kind": "struct",
            "name": "ice_fltr_info"
          },
          "offset": 32
        },
        "lg_act_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 16
        },
        "marker": {
          "type": {
            "kind": "enum",
            "name": "ice_fltr_marker"
          },
          "offset": 72
        },
        "sw_marker_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "vsi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vsi_list_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsi_list_map_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_fv": {
      "size": 192,
      "fields": {
        "ew": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv_word"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_fv_word": {
      "size": 4,
      "fields": {
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "prot_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "resvrd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_fwlog_cfg": {
      "size": 132,
      "fields": {
        "log_resolution": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "module_entries": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fwlog_module_entry"
            }
          },
          "offset": 0
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "ice_fwlog_module_entry": {
      "size": 4,
      "fields": {
        "log_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "module_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_generic_seg_hdr": {
      "size": 44,
      "fields": {
        "seg_format_ver": {
          "type": {
            "kind": "struct",
            "name": "ice_pkg_ver"
          },
          "offset": 4
        },
        "seg_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "seg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "seg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_hw": {
      "size": 10160,
      "fields": {
        "active_pkg_in_nvm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7877
        },
        "active_pkg_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7845
        },
        "active_pkg_ver": {
          "type": {
            "kind": "struct",
            "name": "ice_pkg_ver"
          },
          "offset": 7828
        },
        "active_track_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7840
        },
        "adminq": {
          "type": {
            "kind": "struct",
            "name": "ice_ctl_q_info"
          },
          "offset": 6864
        },
        "agg_list": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 120
        },
        "api_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7680
        },
        "api_maj_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7681
        },
        "api_min_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7682
        },
        "api_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7683
        },
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "blk": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_blk_info"
            }
          },
          "offset": 8560
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "ice_bus_info"
          },
          "offset": 6348
        },
        "cir_profiles": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_sched_rl_profile"
              }
            }
          },
          "offset": 32
        },
        "debug_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "dev_caps": {
          "type": {
            "kind": "struct",
            "name": "ice_hw_dev_caps"
          },
          "offset": 6464
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "dvm_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10152
        },
        "eir_profiles": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_sched_rl_profile"
              }
            }
          },
          "offset": 40
        },
        "evb_veb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6344
        },
        "fl_profs": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_list_head"
            }
          },
          "offset": 10000
        },
        "fl_profs_locks": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_lock"
            }
          },
          "offset": 9680
        },
        "flash": {
          "type": {
            "kind": "struct",
            "name": "ice_flash_info"
          },
          "offset": 6368
        },
        "flattened_layers": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "func_caps": {
          "type": {
            "kind": "struct",
            "name": "ice_hw_func_caps"
          },
          "offset": 6664
        },
        "fw_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7684
        },
        "fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7688
        },
        "fw_maj_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7685
        },
        "fw_min_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7686
        },
        "fw_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7687
        },
        "fwlog_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_fwlog_cfg"
          },
          "offset": 7692
        },
        "fwlog_support_ena": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 7824
        },
        "hw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ice_seg_fmt_ver": {
          "type": {
            "kind": "struct",
            "name": "ice_pkg_ver"
          },
          "offset": 7914
        },
        "ice_seg_id": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7918
        },
        "intrl_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7826
        },
        "itr_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7825
        },
        "layer_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_layer_props"
            }
          },
          "offset": 16
        },
        "mac_type": {
          "type": {
            "kind": "enum",
            "name": "ice_mac_type"
          },
          "offset": 72
        },
        "mailboxq": {
          "type": {
            "kind": "struct",
            "name": "ice_ctl_q_info"
          },
          "offset": 7272
        },
        "max_burst_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "max_cgds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 97
        },
        "max_children": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 100
        },
        "mbx_snapshot": {
          "type": {
            "kind": "struct",
            "name": "ice_mbx_snapshot"
          },
          "offset": 10112
        },
        "num_tx_sched_layers": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "num_tx_sched_phys_layers": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "pf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "phy_model": {
          "type": {
            "kind": "enum",
            "name": "ice_phy_model"
          },
          "offset": 88
        },
        "pkg_copy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7960
        },
        "pkg_has_signing_seg": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7844
        },
        "pkg_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7882
        },
        "pkg_seg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7832
        },
        "pkg_sign_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7836
        },
        "pkg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7968
        },
        "pkg_ver": {
          "type": {
            "kind": "struct",
            "name": "ice_pkg_ver"
          },
          "offset": 7878
        },
        "port_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_port_info"
            }
          },
          "offset": 24
        },
        "psm_clk_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "reset_ongoing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6345
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "rl_prof_list": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_list_head"
            }
          },
          "offset": 128
        },
        "rss_list_head": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 10104
        },
        "rss_locks": {
          "type": {
            "kind": "struct",
            "name": "ice_lock"
          },
          "offset": 10040
        },
        "seg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_seg"
            }
          },
          "offset": 7952
        },
        "srl_profiles": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_sched_rl_profile"
              }
            }
          },
          "offset": 48
        },
        "subsystem_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "subsystem_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "sw_entry_point_layer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 98
        },
        "switch_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_switch_info"
            }
          },
          "offset": 6856
        },
        "tnl": {
          "type": {
            "kind": "struct",
            "name": "ice_tunnel_table"
          },
          "offset": 8040
        },
        "tnl_lock": {
          "type": {
            "kind": "struct",
            "name": "ice_lock"
          },
          "offset": 7976
        },
        "umac_shared": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7827
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "vsi_ctx": {
          "type": {
            "count": 768,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_vsi_ctx"
              }
            }
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ice_hw_common_caps": {
      "size": 176,
      "fields": {
        "acpi_prog_mthd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 117
        },
        "active_tc_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "apm_wol_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 116
        },
        "dcb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 111
        },
        "dyn_flattening_en": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 169
        },
        "evb_802_1_qbg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "evb_802_1_qbh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 110
        },
        "ext_topo_dev_img_load_en": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 160
        },
        "ext_topo_dev_img_part_num": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 156
        },
        "ext_topo_dev_img_prog_en": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 164
        },
        "ext_topo_dev_img_ver_high": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 124
        },
        "ext_topo_dev_img_ver_low": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 140
        },
        "iscsi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "iwarp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "led": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "led_pin_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "maxtc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mgmt_cem": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 113
        },
        "mgmt_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mgmt_protocols_mctp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "msix_vector_first_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "num_msix_vectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "num_rxq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "num_txq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "num_wol_proxy_fltr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "nvm_unified_update": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 121
        },
        "os2bmc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pcie_reset_avoidance": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 122
        },
        "proxy_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 118
        },
        "reset_restrict_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 123
        },
        "roce_lag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "rss_table_entry_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rss_table_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rxq_first_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sdp": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 100
        },
        "sdp_pin_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sec_rev_disabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 119
        },
        "sr_iov_1_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "switching_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_sched_topo_comp_mode_en": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 168
        },
        "txq_first_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "update_disabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 120
        },
        "valid_functions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "wol_proxy_vsi_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "wr_csr_prot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_hw_dev_caps": {
      "size": 200,
      "fields": {
        "common_cap": {
          "type": {
            "kind": "struct",
            "name": "ice_hw_common_caps"
          },
          "offset": 0
        },
        "nac_topo": {
          "type": {
            "kind": "struct",
            "name": "ice_nac_topology"
          },
          "offset": 188
        },
        "num_funcs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "num_vfs_exposed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "num_vsi_allocd_to_host": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        }
      },
      "kind": "struct"
    },
    "ice_hw_func_caps": {
      "size": 192,
      "fields": {
        "common_cap": {
          "type": {
            "kind": "struct",
            "name": "ice_hw_common_caps"
          },
          "offset": 0
        },
        "guar_num_vsi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "num_allocd_vfs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "vf_base_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        }
      },
      "kind": "struct"
    },
    "ice_hw_port_stats": {
      "size": 696,
      "fields": {
        "crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "error_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "eth": {
          "type": {
            "kind": "struct",
            "name": "ice_eth_stats"
          },
          "offset": 0
        },
        "illegal_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "link_xoff_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "link_xoff_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "link_xon_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "link_xon_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "mac_local_faults": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "mac_remote_faults": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "mac_short_pkt_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "priority_xoff_rx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 264
        },
        "priority_xoff_tx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 392
        },
        "priority_xon_2_xoff": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 456
        },
        "priority_xon_rx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 200
        },
        "priority_xon_tx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 328
        },
        "rx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "rx_jabber": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "rx_len_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rx_lpi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 688
        },
        "rx_lpi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "rx_oversize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "rx_size_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "rx_size_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "rx_size_1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "rx_size_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "rx_size_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "rx_size_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "rx_size_big": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "rx_undersize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "tx_dropped_link_down": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_lpi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "tx_lpi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "tx_size_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "tx_size_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "tx_size_1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "tx_size_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "tx_size_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "tx_size_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "tx_size_big": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 656
        }
      },
      "kind": "struct"
    },
    "ice_ipv4_hdr": {
      "size": 20,
      "fields": {
        "check": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "dst_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "frag_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "src_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "time_to_live": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "total_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_ipv6_hdr": {
      "size": 40,
      "fields": {
        "be_ver_tc_flow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dst_addr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "hop_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "next_hdr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "payload_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "src_addr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_irq_vector": {
      "size": 32,
      "fields": {
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 8
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_l2tpv3_sess_hdr": {
      "size": 16,
      "fields": {
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "session_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_l4_hdr": {
      "size": 8,
      "fields": {
        "check": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_label": {
      "size": 66,
      "fields": {
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_label_section": {
      "size": 2,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "label": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_label"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_link_default_override_tlv": {
      "size": 24,
      "fields": {
        "fec_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phy_config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phy_type_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "phy_type_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_link_status": {
      "size": 40,
      "fields": {
        "an_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "ext_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "fec_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "link_cfg_err": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "link_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "lse_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "module_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "pacing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "phy_type_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phy_type_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "req_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "topo_media_conflict": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_list_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_list_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_list_node": {
      "size": 16,
      "fields": {
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9cc0a2e44a5021a9"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_lldp_org_tlv": {
      "size": 6,
      "fields": {
        "ouisubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "tlvinfo": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "typelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_lock": {
      "size": 64,
      "fields": {
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ice_mac_info": {
      "size": 24,
      "fields": {
        "lan_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "perm_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "port_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "wol_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ice_mbx_snap_buffer_data": {
      "size": 24,
      "fields": {
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_num_msgs_mbx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "num_iterations": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_msg_proc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "num_pending_arq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "ice_mbx_snapshot_state"
          },
          "offset": 0
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_mbx_snapshot": {
      "size": 40,
      "fields": {
        "mbx_buf": {
          "type": {
            "kind": "struct",
            "name": "ice_mbx_snap_buffer_data"
          },
          "offset": 0
        },
        "mbx_vf": {
          "type": {
            "kind": "struct",
            "name": "ice_mbx_vf_counter"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ice_mbx_vf_counter": {
      "size": 16,
      "fields": {
        "vf_cntr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vfcntr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_mcast_sync_data": {
      "size": 24,
      "fields": {
        "add_list": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 0
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_meta_init_entry": {
      "size": 24,
      "fields": {
        "bm": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_meta_init_section": {
      "size": 28,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "entry": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_meta_init_entry"
            }
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_meta_sect": {
      "size": 36,
      "fields": {
        "name": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "track_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ver": {
          "type": {
            "kind": "struct",
            "name": "ice_pkg_ver"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_minsrev_info": {
      "size": 12,
      "fields": {
        "nvm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nvm_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "orom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "orom_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_mir_rule_buf": {
      "size": 4,
      "fields": {
        "add": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vsi_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_nac_topology": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_netlist_info": {
      "size": 24,
      "fields": {
        "cust_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_nvgre": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tni_flow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_nvm_access_cmd": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_nvm_access_data": {
      "size": 16,
      "fields": {
        "drv_features": {
          "type": {
            "kind": "struct",
            "name": "ice_nvm_features"
          },
          "offset": 0
        },
        "regval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ice_nvm_features": {
      "size": 16,
      "fields": {
        "features": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_nvm_info": {
      "size": 12,
      "fields": {
        "eetrack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "srev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_nvm_table": {
      "size": 4,
      "fields": {
        "table_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vers": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_orom_civd_info": {
      "size": 74,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "combo_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        },
        "combo_name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "combo_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5
        },
        "signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_orom_info": {
      "size": 8,
      "fields": {
        "build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "patch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "srev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_pf_hw_stats": {
      "size": 1400,
      "fields": {
        "cur": {
          "type": {
            "kind": "struct",
            "name": "ice_hw_port_stats"
          },
          "offset": 696
        },
        "offsets_loaded": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1392
        },
        "prev": {
          "type": {
            "kind": "struct",
            "name": "ice_hw_port_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_pf_sw_stats": {
      "size": 24,
      "fields": {
        "corer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "empr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "globr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pfr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_mdd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_mdd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_phy_cache_mode_data": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_ec7e4b3f375a1e1e"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_phy_data": {
      "size": 40,
      "fields": {
        "phy_high_intr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "phy_high_orig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phy_low_intr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "phy_low_orig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "report_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "user_speeds_intr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "user_speeds_orig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ice_phy_info": {
      "size": 136,
      "fields": {
        "curr_user_fc_req": {
          "type": {
            "kind": "enum",
            "name": "ice_fc_mode"
          },
          "offset": 108
        },
        "curr_user_fec_req": {
          "type": {
            "kind": "enum",
            "name": "ice_fec_mode"
          },
          "offset": 104
        },
        "curr_user_phy_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_phy_cfg_data"
          },
          "offset": 112
        },
        "curr_user_speed_req": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "get_link_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "link_info": {
          "type": {
            "kind": "struct",
            "name": "ice_link_status"
          },
          "offset": 0
        },
        "link_info_old": {
          "type": {
            "kind": "struct",
            "name": "ice_link_status"
          },
          "offset": 40
        },
        "media_type": {
          "type": {
            "kind": "enum",
            "name": "ice_media_type"
          },
          "offset": 96
        },
        "phy_type_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "phy_type_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ice_pkg_enum": {
      "size": 56,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_buf_hdr"
            }
          },
          "offset": 16
        },
        "buf_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "buf_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_buf_table"
            }
          },
          "offset": 0
        },
        "entry_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "sect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "sect_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sect_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ice_pkg_es": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "es": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv_word"
            }
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_pkg_hdr": {
      "size": 8,
      "fields": {
        "pkg_format_ver": {
          "type": {
            "kind": "struct",
            "name": "ice_pkg_ver"
          },
          "offset": 0
        },
        "seg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "seg_offset": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_pkg_ver": {
      "size": 4,
      "fields": {
        "draft": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "update": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_port_info": {
      "size": 2304,
      "fields": {
        "fc": {
          "type": {
            "kind": "struct",
            "name": "ice_fc_info"
          },
          "offset": 28
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_hw"
            }
          },
          "offset": 8
        },
        "is_vf": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2296
        },
        "last_node_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "ice_mac_info"
          },
          "offset": 36
        },
        "pf_vf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "phy": {
          "type": {
            "kind": "struct",
            "name": "ice_phy_info"
          },
          "offset": 64
        },
        "port_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "qos_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_qos_cfg"
          },
          "offset": 1092
        },
        "root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_sched_node"
            }
          },
          "offset": 0
        },
        "root_node_bw_t_info": {
          "type": {
            "kind": "struct",
            "name": "ice_bw_type_info"
          },
          "offset": 840
        },
        "sched_lock": {
          "type": {
            "kind": "struct",
            "name": "ice_lock"
          },
          "offset": 200
        },
        "sib_head": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "count": 9,
              "kind": "array",
              "subtype": {
                "kind": "pointer",
                "subtype": {
                  "kind": "struct",
                  "name": "ice_sched_node"
                }
              }
            }
          },
          "offset": 264
        },
        "sw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "tc_node_bw_t_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_bw_type_info"
            }
          },
          "offset": 868
        }
      },
      "kind": "struct"
    },
    "ice_pppoe_hdr": {
      "size": 8,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ppp_prot_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rsrvd_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsrvd_ver_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "session_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_pref_recipe_group": {
      "size": 26,
      "fields": {
        "mask": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 18
        },
        "n_val_pairs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pairs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv_word"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ice_prof_id_key": {
      "size": 5,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "xlt1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "xlt2_cdid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_prof_id_section": {
      "size": 2,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "entry": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_prof_tcam_entry"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_prof_map": {
      "size": 72,
      "fields": {
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "profile_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ptg": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "ptg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "ice_prof_redir": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_prof_redir_section": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "redir_value": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_prof_tcam": {
      "size": 24,
      "fields": {
        "cdid_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max_prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_prof_tcam_entry"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_prof_tcam_entry": {
      "size": 13,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ice_prot_hdr": {
      "size": 40,
      "fields": {
        "eth_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_ether_hdr"
          },
          "offset": 0
        },
        "ethertype": {
          "type": {
            "kind": "struct",
            "name": "ice_ethtype_hdr"
          },
          "offset": 0
        },
        "gtp_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_udp_gtp_hdr"
          },
          "offset": 0
        },
        "ipv4_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_ipv4_hdr"
          },
          "offset": 0
        },
        "ipv6_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_ipv6_hdr"
          },
          "offset": 0
        },
        "l2tpv3_sess_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_l2tpv3_sess_hdr"
          },
          "offset": 0
        },
        "l4_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_l4_hdr"
          },
          "offset": 0
        },
        "nvgre_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_nvgre"
          },
          "offset": 0
        },
        "pppoe_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_pppoe_hdr"
          },
          "offset": 0
        },
        "sctp_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_sctp_hdr"
          },
          "offset": 0
        },
        "tnl_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_udp_tnl_hdr"
          },
          "offset": 0
        },
        "vlan_hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_vlan_hdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ice_prot_lkup_ext": {
      "size": 168,
      "fields": {
        "done": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 164
        },
        "field_mask": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 44
        },
        "field_off": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "fv_words": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv_word"
            }
          },
          "offset": 84
        },
        "n_val_words": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prot_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_ptg_entry": {
      "size": 16,
      "fields": {
        "first_ptype": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_ptg_ptype"
            }
          },
          "offset": 0
        },
        "in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_ptg_ptype": {
      "size": 16,
      "fields": {
        "next_ptype": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_ptg_ptype"
            }
          },
          "offset": 0
        },
        "ptg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_q_ctx": {
      "size": 36,
      "fields": {
        "bw_t_info": {
          "type": {
            "kind": "struct",
            "name": "ice_bw_type_info"
          },
          "offset": 8
        },
        "q_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "q_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_qos_app_priority_table": {
      "size": 4,
      "fields": {
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prot_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "selector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ice_qos_cfg": {
      "size": 1204,
      "fields": {
        "dcbx_status": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1200
        },
        "desired_dcbx_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_dcbx_cfg"
          },
          "offset": 400
        },
        "is_sw_lldp": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1200
        },
        "local_dcbx_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_dcbx_cfg"
          },
          "offset": 0
        },
        "remote_dcbx_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_dcbx_cfg"
          },
          "offset": 800
        }
      },
      "kind": "struct"
    },
    "ice_qos_info": {
      "size": 16,
      "fields": {
        "egress_virt_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ingress_virt_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "prio_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "rel_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "tc_ctx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_qos_params": {
      "size": 344,
      "fields": {
        "apps": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_qos_app_priority_table"
            }
          },
          "offset": 210
        },
        "dscp_map": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 145
        },
        "num_apps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "num_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 338
        },
        "pfc_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "tc_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_qos_info"
            }
          },
          "offset": 0
        },
        "up2tc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "vsi_priority_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 137
        },
        "vsi_relative_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "ice_rdma_entry": {
      "size": 416,
      "fields": {
        "attached": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 408
        },
        "initiated": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 409
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c88357a87b08fec1"
          },
          "offset": 0
        },
        "peer": {
          "type": {
            "kind": "struct",
            "name": "ice_rdma_peer"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_rdma_event": {
      "size": 360,
      "fields": {
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_rdma_event_type"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_84fa194eb95b90a4"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ice_rdma_info": {
      "size": 16,
      "fields": {
        "major_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "minor_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "patch_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rdma_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_class"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_rdma_msix": {
      "size": 8,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_rdma_msix_mapping": {
      "size": 24,
      "fields": {
        "aeq_vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ceq_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ceq_vector": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "itr_indx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_rdma_peer": {
      "size": 392,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "initial_qos_info": {
          "type": {
            "kind": "struct",
            "name": "ice_qos_params"
          },
          "offset": 32
        },
        "msix": {
          "type": {
            "kind": "struct",
            "name": "ice_rdma_msix"
          },
          "offset": 376
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 384
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "pci_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "pf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 388
        },
        "pf_vsi_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 386
        }
      },
      "kind": "struct"
    },
    "ice_rdma_peers": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_rdma_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_rdma_qset_params": {
      "size": 12,
      "fields": {
        "qs_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ice_rdma_qset_update": {
      "size": 24,
      "fields": {
        "cnt_req": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "qsets": {
          "type": {
            "kind": "struct",
            "name": "ice_rdma_qset_params"
          },
          "offset": 12
        },
        "res_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "res_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "res_type": {
          "type": {
            "kind": "enum",
            "name": "ice_res_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_rdma_request": {
      "size": 28,
      "fields": {
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_rdma_event_type"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_85ad26895d968695"
          },
          "offset": 4,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ice_rdma_state": {
      "size": 56,
      "fields": {
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 16
        },
        "peer_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_class"
            }
          },
          "offset": 8
        },
        "peers": {
          "type": {
            "kind": "struct",
            "name": "ice_rdma_peers"
          },
          "offset": 48
        },
        "registered": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_recp_grp_entry": {
      "size": 64,
      "fields": {
        "chain_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "fv_idx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        },
        "fv_mask": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "l_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "r_group": {
          "type": {
            "kind": "struct",
            "name": "ice_pref_recipe_group"
          },
          "offset": 36
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_resmgr": {
      "size": 16,
      "fields": {
        "contig_only": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 10
        },
        "num_res": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "resources": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_rlan_ctx": {
      "size": 48,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "crcstrip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "dbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "dtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "hbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hsplit_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "hsplit_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "l2tsel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "lrxqthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "prefena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rxmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "showiv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "tphdata_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "tphhead_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "tphrdesc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "tphwdesc_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "ice_rq_event_info": {
      "size": 48,
      "fields": {
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "desc": {
          "type": {
            "kind": "struct",
            "name": "ice_aq_desc"
          },
          "offset": 0
        },
        "msg_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ice_rss_cfg": {
      "size": 136,
      "fields": {
        "hash": {
          "type": {
            "kind": "struct",
            "name": "ice_rss_hash_cfg"
          },
          "offset": 112
        },
        "l_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "vsis": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_rss_hash_cfg": {
      "size": 24,
      "fields": {
        "addl_hdrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hash_flds": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "hdr_type": {
          "type": {
            "kind": "enum",
            "name": "ice_rss_cfg_hdr_type"
          },
          "offset": 16
        },
        "symm": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ice_run_time_cfg_seg": {
      "size": 56,
      "fields": {
        "buf_table": {
          "type": {
            "kind": "struct",
            "name": "ice_buf_table"
          },
          "offset": 52
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_generic_seg_hdr"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "ice_rx_cso_stat_info": {
      "size": 24,
      "fields": {
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_rx_cso_stat"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_rx_ptype_decoded": {
      "size": 4,
      "fields": {
        "inner_prot": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "known": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "outer_frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "outer_ip": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "outer_ip_ver": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "payload_layer": {
          "type": {
            "bit_length": 3,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "tunnel_end_frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "tunnel_end_prot": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "tunnel_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_rx_queue": {
      "size": 152,
      "fields": {
        "desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "irqv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_irq_vector"
            }
          },
          "offset": 112
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 128
        },
        "rx_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ice_32b_rx_flex_desc"
            }
          },
          "offset": 8
        },
        "rx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "rx_stats"
          },
          "offset": 24
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 124
        },
        "vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_sched_agg_info": {
      "size": 264,
      "fields": {
        "agg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "agg_type": {
          "type": {
            "kind": "enum",
            "name": "ice_agg_type"
          },
          "offset": 32
        },
        "agg_vsi_list": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 0
        },
        "bw_t_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_bw_type_info"
            }
          },
          "offset": 36
        },
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 8
        },
        "replay_tc_bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 260
        },
        "tc_bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ice_sched_agg_vsi_info": {
      "size": 32,
      "fields": {
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "replay_tc_bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "tc_bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "vsi_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ice_sched_node": {
      "size": 64,
      "fields": {
        "agg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "children": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_sched_node"
              }
            }
          },
          "offset": 16
        },
        "in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "info": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txsched_elem_data"
          },
          "offset": 24
        },
        "num_children": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "owner": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_sched_node"
            }
          },
          "offset": 0
        },
        "sibling": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_sched_node"
            }
          },
          "offset": 8
        },
        "tc_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "tx_sched_layer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "vsi_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ice_sched_rl_profile": {
      "size": 16,
      "fields": {
        "info": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_rl_profile_elem"
          },
          "offset": 4
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_sched_vsi_info": {
      "size": 384,
      "fields": {
        "ag_node": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_sched_node"
              }
            }
          },
          "offset": 64
        },
        "bw_t_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_bw_type_info"
            }
          },
          "offset": 160
        },
        "max_lanq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 128
        },
        "max_rdmaq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 144
        },
        "vsi_node": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_sched_node"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_sctp_hdr": {
      "size": 12,
      "fields": {
        "check": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "verification_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_section_entry": {
      "size": 8,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_seg": {
      "size": 48,
      "fields": {
        "device_table": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_device_id_entry"
            }
          },
          "offset": 48
        },
        "device_table_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_generic_seg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_sign_seg": {
      "size": 112,
      "fields": {
        "buf_tbl": {
          "type": {
            "kind": "struct",
            "name": "ice_buf_table"
          },
          "offset": 108
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ice_generic_seg_hdr"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "seg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sign_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "signed_buf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "signed_buf_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "signed_seg_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ice_softc": {
      "size": 12992,
      "fields": {
        "admin_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 10760
        },
        "admin_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10744
        },
        "admin_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 10792
        },
        "all_vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_vsi"
              }
            }
          },
          "offset": 11288
        },
        "allow_no_fec_mod_in_auto": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12933
        },
        "bar0": {
          "type": {
            "kind": "struct",
            "name": "ice_bar_info"
          },
          "offset": 12888
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 11328
        },
        "debug_sysctls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 11312
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 11320
        },
        "enable_health_events": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12931
        },
        "enable_tx_fc_filter": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12929
        },
        "enable_tx_lldp_filter": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12930
        },
        "feat_cap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12984
        },
        "feat_en": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12988
        },
        "fw_debug_dump_cluster_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12968
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "ice_hw"
          },
          "offset": 0
        },
        "ifc_sysctl_nrxqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12856
        },
        "ifc_sysctl_ntxqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12852
        },
        "iflib_ctx_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sx"
            }
          },
          "offset": 12976
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 11360
        },
        "imgr": {
          "type": {
            "kind": "struct",
            "name": "ice_resmgr"
          },
          "offset": 12824
        },
        "irdma_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 11272
        },
        "irqvs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_irq_vector"
            }
          },
          "offset": 12880
        },
        "lan_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12848
        },
        "ldo_tlv": {
          "type": {
            "kind": "struct",
            "name": "ice_link_default_override_tlv"
          },
          "offset": 12944
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12928
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 11352
        },
        "msix_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 12864
        },
        "num_available_vsi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11296
        },
        "num_irq_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12872
        },
        "pf_imap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12840
        },
        "pf_vsi": {
          "type": {
            "kind": "struct",
            "name": "ice_vsi"
          },
          "offset": 10160
        },
        "rdma_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_rdma_entry"
          },
          "offset": 10856
        },
        "rdma_imap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 11280
        },
        "rebuild_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12936
        },
        "rx_qmgr": {
          "type": {
            "kind": "struct",
            "name": "ice_resmgr"
          },
          "offset": 12808
        },
        "scctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 11344
        },
        "sctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_shared_ctx"
            }
          },
          "offset": 11336
        },
        "soft_stats": {
          "type": {
            "kind": "struct",
            "name": "ice_pf_sw_stats"
          },
          "offset": 12768
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12940
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ice_pf_hw_stats"
          },
          "offset": 11368
        },
        "tx_balance_en": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12932
        },
        "tx_qmgr": {
          "type": {
            "kind": "struct",
            "name": "ice_resmgr"
          },
          "offset": 12792
        },
        "vsi_sysctls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 11304
        }
      },
      "kind": "struct"
    },
    "ice_sq_cd": {
      "size": 8,
      "fields": {
        "wb_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_aq_desc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_str_buf": {
      "size": 32,
      "fields": {
        "str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_sw_act_ctrl": {
      "size": 16,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fltr_act": {
          "type": {
            "kind": "enum",
            "name": "ice_sw_fwd_act_type"
          },
          "offset": 4
        },
        "fwd_id": {
          "type": {
            "kind": "union",
            "name": "unnamed_4d11755b31e828a2"
          },
          "offset": 8
        },
        "qgrp_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "src": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vsi_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ice_sw_fv_list_entry": {
      "size": 32,
      "fields": {
        "fv_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv"
            }
          },
          "offset": 24
        },
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "profile_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_sw_fv_section": {
      "size": 4,
      "fields": {
        "base_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "fv": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_sw_recipe": {
      "size": 448,
      "fields": {
        "adv_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 140
        },
        "big_recp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 124
        },
        "chain_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 125
        },
        "ext_words": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_fv_word"
            }
          },
          "offset": 4
        },
        "filt_replay_rules": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 152
        },
        "filt_rule_lock": {
          "type": {
            "kind": "struct",
            "name": "ice_lock"
          },
          "offset": 160
        },
        "filt_rules": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 144
        },
        "fv_list": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 224
        },
        "is_root": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lkup_exts": {
          "type": {
            "kind": "struct",
            "name": "ice_prot_lkup_ext"
          },
          "offset": 280
        },
        "n_ext_words": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "n_grp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 126
        },
        "num_profs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 232
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 256
        },
        "prof_ids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "r_bitmap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "recp_created": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "res_idxs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 248
        },
        "rg_list": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 264
        },
        "root_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_aqc_recipe_data_elem"
            }
          },
          "offset": 272
        },
        "root_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tun_type": {
          "type": {
            "kind": "enum",
            "name": "ice_sw_tunnel_type"
          },
          "offset": 136
        },
        "word_masks": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "ice_sw_rule_lg_act": {
      "size": 4,
      "fields": {
        "act": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_sw_rule_lkup_rx_tx": {
      "size": 12,
      "fields": {
        "act": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "recipe_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "src": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_sw_rule_vsi_list": {
      "size": 4,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "number_vsi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_sw_rule_vsi_list_query": {
      "size": 98,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vsi_list": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_switch_info": {
      "size": 2072,
      "fields": {
        "max_used_prof_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "prof_res_bm": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 20
        },
        "prof_res_bm_init": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "recp_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_sw_recipe"
            }
          },
          "offset": 8
        },
        "vsi_list_map_head": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_sysctl_info": {
      "size": 24,
      "fields": {
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_tc_info": {
      "size": 6,
      "fields": {
        "qcount_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "qcount_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "qoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_tcam_inf": {
      "size": 6,
      "fields": {
        "in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ptg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tcam_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_tlan_ctx": {
      "size": 56,
      "fields": {
        "adjust_prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "alt_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cache_prof_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "cgd_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "cmpq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "drop_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "int_q_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "internal_usage_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "itr_notification_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "legacy_int": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "pf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pkt_shaper_prof_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "qnum_in_func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "quanta_prof_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "src_vsi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "tphrd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "tphrd_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "tphwr_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "tso_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "tso_qnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "tsyn_ena": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "vmvf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "vmvf_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wb_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "ice_tunnel_entry": {
      "size": 32,
      "fields": {
        "boost_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "boost_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_boost_tcam_entry"
            }
          },
          "offset": 16
        },
        "in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "marked": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_tunnel_type"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ice_tunnel_table": {
      "size": 520,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 512
        },
        "tbl": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_tunnel_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_tunnel_type_scan": {
      "size": 16,
      "fields": {
        "label_prefix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_tunnel_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_tx_cmpltnq_ctx": {
      "size": 87,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cmpltn_cache": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "q_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tph_desc_wr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "vmvf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "vmvf_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "wrt_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "ice_tx_cso_stat_info": {
      "size": 24,
      "fields": {
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_tx_cso_stat"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_tx_ctx_desc": {
      "size": 16,
      "fields": {
        "l2tag2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "qw1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tunneling_params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_tx_desc": {
      "size": 16,
      "fields": {
        "buf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cmd_type_offset_bsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_tx_drbell_q_ctx": {
      "size": 22,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "db_q_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "pf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "rd_head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "rd_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ring_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "tph_desc_rd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "tph_desc_wr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "vf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "vmvf_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "ice_tx_queue": {
      "size": 160,
      "fields": {
        "desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "irqv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_irq_vector"
            }
          },
          "offset": 120
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "q_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "q_teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "tx_stats"
          },
          "offset": 24
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 138
        },
        "tso": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_tx_desc"
            }
          },
          "offset": 8
        },
        "tx_cidx_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "tx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_rs_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "tx_rs_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 154
        },
        "tx_rsq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 144
        },
        "vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_udp_gtp_hdr": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "msg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pdu_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "qfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "rsrvd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsrvd_n_pdu_nbr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "rsrvd_next_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "rsrvd_seq_nbr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rsvrd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "rsvrd_ext_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "teid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_udp_tnl_hdr": {
      "size": 8,
      "fields": {
        "field": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "proto_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_vlan_hdr": {
      "size": 4,
      "fields": {
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ice_vsi": {
      "size": 584,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 280
        },
        "dynamic": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8
        },
        "hw_stats": {
          "type": {
            "kind": "struct",
            "name": "ice_vsi_hw_stats"
          },
          "offset": 352
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "info": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_vsi_props"
          },
          "offset": 100
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "mbuf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "num_rx_queues": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "num_tcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 228
        },
        "num_tx_queues": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "num_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "qmap_type": {
          "type": {
            "kind": "enum",
            "name": "ice_resmgr_alloc_type"
          },
          "offset": 48
        },
        "rss_lut_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 90
        },
        "rss_table_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "rx_itr": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 84
        },
        "rx_qmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "rx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_rx_queue"
            }
          },
          "offset": 64
        },
        "rxqs_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 328
        },
        "rxqs_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 344
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_softc"
            }
          },
          "offset": 0
        },
        "tc_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_tc_info"
            }
          },
          "offset": 232
        },
        "tc_map": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 230
        },
        "tx_itr": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 86
        },
        "tx_qmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "tx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_tx_queue"
            }
          },
          "offset": 56
        },
        "txqs_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 304
        },
        "txqs_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 320
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ice_vsi_type"
          },
          "offset": 12
        },
        "vmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "vsi_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 296
        }
      },
      "kind": "struct"
    },
    "ice_vsi_ctx": {
      "size": 688,
      "fields": {
        "alloc_from_pool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 520
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "info": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_vsi_props"
          },
          "offset": 8
        },
        "lan_q_ctx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_q_ctx"
              }
            }
          },
          "offset": 544
        },
        "num_lan_q_entries": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 522
        },
        "num_rdma_q_entries": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 608
        },
        "rdma_q_ctx": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_q_ctx"
              }
            }
          },
          "offset": 624
        },
        "sched": {
          "type": {
            "kind": "struct",
            "name": "ice_sched_vsi_info"
          },
          "offset": 136
        },
        "vf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 521
        },
        "vsi_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vsis_allocd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsis_unallocated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_vsi_hw_stats": {
      "size": 232,
      "fields": {
        "cur": {
          "type": {
            "kind": "struct",
            "name": "ice_eth_stats"
          },
          "offset": 112
        },
        "offsets_loaded": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 224
        },
        "prev": {
          "type": {
            "kind": "struct",
            "name": "ice_eth_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_vsi_list_map_info": {
      "size": 120,
      "fields": {
        "list_entry": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "ref_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "vsi_list_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "vsi_map": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_vsig_entry": {
      "size": 24,
      "fields": {
        "first_vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsig_vsi"
            }
          },
          "offset": 8
        },
        "in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "prop_lst": {
          "type": {
            "kind": "struct",
            "name": "ice_list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ice_vsig_prof": {
      "size": 224,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "ice_list_node"
          },
          "offset": 0
        },
        "prof_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "profile_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tcam": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ice_tcam_inf"
            }
          },
          "offset": 26
        },
        "tcam_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "ice_vsig_vsi": {
      "size": 16,
      "fields": {
        "changed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "next_vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsig_vsi"
            }
          },
          "offset": 0
        },
        "prop_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vsig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ice_xlt1": {
      "size": 32,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ptg_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_ptg_entry"
            }
          },
          "offset": 0
        },
        "ptypes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_ptg_ptype"
            }
          },
          "offset": 8
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ice_xlt1_section": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "value": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ice_xlt2": {
      "size": 32,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "vsig_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsig_entry"
            }
          },
          "offset": 0
        },
        "vsis": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_vsig_vsi"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ice_xlt2_section": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "value": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ich8_hsflctl": {
      "size": 2,
      "fields": {
        "flcgo": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "flcycle": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "fldbcount": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "flockdn": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ich8_hsfsts": {
      "size": 2,
      "fields": {
        "berasesz": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "dael": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "flcdone": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "flcerr": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "flcinprog": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "fldesvalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "flockdn": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ich8_hws_flash_ctrl": {
      "size": 2,
      "fields": {
        "hsf_ctrl": {
          "type": {
            "kind": "struct",
            "name": "ich8_hsflctl"
          },
          "offset": 0
        },
        "regval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ich8_hws_flash_status": {
      "size": 2,
      "fields": {
        "hsf_status": {
          "type": {
            "kind": "struct",
            "name": "ich8_hsfsts"
          },
          "offset": 0
        },
        "regval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ich_desc": {
      "size": 8,
      "fields": {
        "buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ich_type": {
      "size": 16,
      "fields": {
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ichss_softc": {
      "size": 120,
      "fields": {
        "bm_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "bm_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ctrl_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "ctrl_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cf_setting"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "icmp": {
      "size": 28,
      "fields": {
        "icmp_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "icmp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "icmp_dun": {
          "type": {
            "kind": "union",
            "name": "unnamed_6d9e63d931427320"
          },
          "offset": 8
        },
        "icmp_hun": {
          "type": {
            "kind": "union",
            "name": "unnamed_3459a57faa6626f9"
          },
          "offset": 4
        },
        "icmp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "icmp6_filter": {
      "size": 32,
      "fields": {
        "icmp6_filt": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "icmp6_hdr": {
      "size": 8,
      "fields": {
        "icmp6_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "icmp6_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "icmp6_dataun": {
          "type": {
            "kind": "union",
            "name": "unnamed_ca61f1d9d9116d35"
          },
          "offset": 4
        },
        "icmp6_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "icmp6_ifstat": {
      "size": 272,
      "fields": {
        "ifs6_in_adminprohib": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ifs6_in_dstunreach": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifs6_in_echo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ifs6_in_echoreply": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ifs6_in_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ifs6_in_mlddone": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "ifs6_in_mldquery": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ifs6_in_mldreport": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ifs6_in_msg": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ifs6_in_neighboradvert": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ifs6_in_neighborsolicit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ifs6_in_paramprob": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ifs6_in_pkttoobig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ifs6_in_redirect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ifs6_in_routeradvert": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ifs6_in_routersolicit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ifs6_in_timeexceed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ifs6_out_adminprohib": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "ifs6_out_dstunreach": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ifs6_out_echo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "ifs6_out_echoreply": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "ifs6_out_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "ifs6_out_mlddone": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "ifs6_out_mldquery": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "ifs6_out_mldreport": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "ifs6_out_msg": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "ifs6_out_neighboradvert": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "ifs6_out_neighborsolicit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "ifs6_out_paramprob": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "ifs6_out_pkttoobig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "ifs6_out_redirect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "ifs6_out_routeradvert": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "ifs6_out_routersolicit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "ifs6_out_timeexceed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "icmp6_nodeinfo": {
      "size": 16,
      "fields": {
        "icmp6_ni_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        },
        "icmp6_ni_nonce": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "icmp6errstat": {
      "size": 104,
      "fields": {
        "icp6errs_dst_unreach_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "icp6errs_dst_unreach_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "icp6errs_dst_unreach_beyondscope": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "icp6errs_dst_unreach_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "icp6errs_dst_unreach_noroute": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "icp6errs_packet_too_big": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "icp6errs_paramprob_header": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "icp6errs_paramprob_nextheader": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "icp6errs_paramprob_option": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "icp6errs_redirect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "icp6errs_time_exceed_reassembly": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "icp6errs_time_exceed_transit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "icp6errs_unknown": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "icmp6stat": {
      "size": 4632,
      "fields": {
        "icp6s_badcode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2072
        },
        "icp6s_badlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2096
        },
        "icp6s_badna": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4304
        },
        "icp6s_badns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4296
        },
        "icp6s_badra": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4320
        },
        "icp6s_badredirect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4328
        },
        "icp6s_badrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4312
        },
        "icp6s_canterror": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "icp6s_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2088
        },
        "icp6s_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2104
        },
        "icp6s_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "icp6s_inhist": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2120
        },
        "icp6s_invlhlim": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4368
        },
        "icp6s_nd_badopt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4288
        },
        "icp6s_nd_toomanyopt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4168
        },
        "icp6s_outerrhist": {
          "type": {
            "kind": "struct",
            "name": "icmp6errstat"
          },
          "offset": 4176
        },
        "icp6s_outhist": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "icp6s_overflowdefrtr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4336
        },
        "icp6s_overflownndp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4352
        },
        "icp6s_overflowprfx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4344
        },
        "icp6s_overflowredirect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4360
        },
        "icp6s_pmtuchg": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4280
        },
        "icp6s_reflect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2112
        },
        "icp6s_spare": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 4376
        },
        "icp6s_toofreq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "icp6s_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2080
        }
      },
      "kind": "struct"
    },
    "icmp_ra_addr": {
      "size": 8,
      "fields": {
        "ira_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ira_preference": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "icmp_rate": {
      "size": 32,
      "fields": {
        "cr": {
          "type": {
            "kind": "struct",
            "name": "counter_rate"
          },
          "offset": 8
        },
        "descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "icmpstat": {
      "size": 752,
      "fields": {
        "icps_badaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 736
        },
        "icps_badcode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "icps_badlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "icps_bmcastecho": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 720
        },
        "icps_bmcasttstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "icps_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "icps_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "icps_inhist": {
          "type": {
            "count": 41,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 392
        },
        "icps_noroute": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 744
        },
        "icps_oldicmp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "icps_oldshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "icps_outhist": {
          "type": {
            "count": 41,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "icps_reflect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "icps_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        }
      },
      "kind": "struct"
    },
    "iconv_functions": {
      "size": 48,
      "fields": {
        "close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "conv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "conv_case": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "convchr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "convchr_case": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "id_ip": {
      "size": 20,
      "fields": {
        "idi_ip": {
          "type": {
            "kind": "struct",
            "name": "ip"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "id_ts": {
      "size": 12,
      "fields": {
        "its_otime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "its_rtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "its_ttime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ida": {
      "size": 64,
      "fields": {
        "free_bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_bitmap"
            }
          },
          "offset": 56
        },
        "idr": {
          "type": {
            "kind": "struct",
            "name": "idr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ida_access": {
      "size": 40,
      "fields": {
        "done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "fifo_full": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "int_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "int_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "submit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ida_bitmap": {
      "size": 128,
      "fields": {
        "bitmap": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "nr_busy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ida_blink_drv_leds": {
      "size": 512,
      "fields": {
        "bd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bse": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "bte": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "count": 248,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 264
        }
      },
      "kind": "struct"
    },
    "ida_board": {
      "size": 32,
      "fields": {
        "accessor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_access"
            }
          },
          "offset": 16
        },
        "board": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ida_controller_info": {
      "size": 512,
      "fields": {
        "bad_ram_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "bb_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        },
        "big_dp_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 54
        },
        "big_ed_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 70
        },
        "big_nd_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 86
        },
        "board_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26
        },
        "cclock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 49
        },
        "cfg_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "cflag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "cpu_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "cur_red_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "dp_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18
        },
        "dp_scsi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "ed_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 22
        },
        "epic_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "expand_dis": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "firm_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "hflag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "hw_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "icl_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "max_req_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45
        },
        "mkt_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "nd_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 31
        },
        "num_drvs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pdpi_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "red_ctlr_stat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "red_fail_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "red_modes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "reserved": {
          "type": {
            "count": 403,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 109
        },
        "rom_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "scsi_cc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "task_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "wcxc_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        }
      },
      "kind": "struct"
    },
    "ida_drive_info": {
      "size": 25,
      "fields": {
        "bios_disable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "dp": {
          "type": {
            "kind": "struct",
            "name": "ida_drive_param"
          },
          "offset": 6
        },
        "mirror": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "secperunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "secsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ida_drive_info_ext": {
      "size": 93,
      "fields": {
        "bios_disable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "dp": {
          "type": {
            "kind": "struct",
            "name": "ida_drive_param"
          },
          "offset": 6
        },
        "ld_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 25
        },
        "ld_label": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "mirror": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "secperunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "secsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ida_drive_param": {
      "size": 16,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "landing_zone": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "max_acc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ncylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nheads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nsectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "pcylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "psectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ptracks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "wprecomp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ida_drive_status": {
      "size": 1024,
      "fields": {
        "big_act_spare_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 827
        },
        "big_failure_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 539
        },
        "big_rebuilding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 987
        },
        "big_remap_cnt": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 555
        },
        "big_repl_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 811
        },
        "big_repl_ok_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 971
        },
        "big_spare_repl_map": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 843
        },
        "cache_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 536
        },
        "expand_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 537
        },
        "failure_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "media_exchange": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 535
        },
        "read_err": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 5
        },
        "rebuilding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 425
        },
        "remap_cnt": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 426
        },
        "repl_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 490
        },
        "repl_ok_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 531
        },
        "reserved0": {
          "type": {
            "count": 288,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 133
        },
        "reserved1": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 988
        },
        "secrecover": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 421
        },
        "spare_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 494
        },
        "spare_repl_map": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 499
        },
        "spare_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 498
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unit_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 538
        },
        "write_error": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 69
        }
      },
      "kind": "struct"
    },
    "ida_hardware_qcb": {
      "size": 280,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ida_hdr"
          },
          "offset": 0
        },
        "qcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_qcb"
            }
          },
          "offset": 272
        },
        "req": {
          "type": {
            "kind": "struct",
            "name": "ida_req"
          },
          "offset": 4
        },
        "seg": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ida_sgb"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ida_hdr": {
      "size": 4,
      "fields": {
        "drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ida_label_logical": {
      "size": 68,
      "fields": {
        "ld_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ld_label": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ida_phys_drv_info": {
      "size": 116,
      "fields": {
        "blkcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "blkreserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "blksize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cpq_drv_stmp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 101
        },
        "drv_fwrev": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 92
        },
        "drv_model": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "drv_serial": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "last_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "mpd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "pd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "phys_bay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "phys_box": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "phys_con": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "scsi_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "scsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "scsi_inq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "scsi_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "spi_speed_rules": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ympd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "ida_qcb": {
      "size": 64,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 48
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 20
        },
        "hwqcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_hardware_qcb"
            }
          },
          "offset": 0
        },
        "hwqcb_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ida": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_softc"
            }
          },
          "offset": 8
        },
        "link": {
          "type": {
            "kind": "union",
            "name": "unnamed_6926ae64be48a4e9"
          },
          "offset": 24
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ba17a424d4705370"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ida_req": {
      "size": 12,
      "fields": {
        "bcount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "blkno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sgcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "ida_sgb": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ida_softc": {
      "size": 360,
      "fields": {
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 280
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 192
        },
        "ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 8
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "ida_access"
          },
          "offset": 320
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "free_qcbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9d3accff5685dc5b"
          },
          "offset": 256
        },
        "hwqcb_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "hwqcb_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 208
        },
        "hwqcb_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 200
        },
        "hwqcbs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_hardware_qcb"
            }
          },
          "offset": 240
        },
        "ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 152
        },
        "ida_dev_t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 72
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "irq_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 120
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 184
        },
        "qactive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "qcb_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b91e9470ce3c7f1e"
          },
          "offset": 264
        },
        "qcbs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_qcb"
            }
          },
          "offset": 248
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 88
        },
        "regs_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "regs_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "sg_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "ida_user_command": {
      "size": 1036,
      "fields": {
        "blkno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "d": {
          "type": {
            "kind": "union",
            "name": "unnamed_5d3cac570714025a"
          },
          "offset": 12
        },
        "drive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "idad_softc": {
      "size": 56,
      "fields": {
        "controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_softc"
            }
          },
          "offset": 8
        },
        "cylinders": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 16
        },
        "drive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "secperunit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "secsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "sectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "idpgtbl": {
      "size": 40,
      "fields": {
        "leaf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3967f42820140fd8"
          },
          "offset": 24
        },
        "maxaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pglvl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pgtbl_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "idr": {
      "size": 56,
      "fields": {
        "free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "idr_layer"
            }
          },
          "offset": 40
        },
        "layers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "next_cyclic_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "top": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "idr_layer"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "idr_layer": {
      "size": 264,
      "fields": {
        "ary": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "idr_layer"
              }
            }
          },
          "offset": 8
        },
        "bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_aclator": {
      "size": 88,
      "fields": {
        "iac_add": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "iac_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "iac_check": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "iac_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "iac_flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "iac_getioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "iac_getpolicy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "iac_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "iac_remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "iac_setioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "iac_setpolicy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "ieee80211_action": {
      "size": 2,
      "fields": {
        "ia_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ia_category": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_action_ba_addbarequest": {
      "size": 9,
      "fields": {
        "rq_baparamset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "rq_baseqctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        },
        "rq_batimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "rq_dialogtoken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rq_header": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_action"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_action_ht_mimopowersave": {
      "size": 3,
      "fields": {
        "am_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "am_header": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_action"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_ageq": {
      "size": 64,
      "fields": {
        "aq_drops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "aq_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 48
        },
        "aq_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "aq_lock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ageq_lock_t"
          },
          "offset": 0
        },
        "aq_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "aq_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "ieee80211_ageq_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_ampdu_params": {
      "size": 32,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "amsdu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "sta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sta"
            }
          },
          "offset": 0
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_amrr": {
      "size": 12,
      "fields": {
        "amrr_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "amrr_max_success_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "amrr_min_success_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_amrr_node": {
      "size": 40,
      "fields": {
        "amn_amrr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_amrr"
            }
          },
          "offset": 0
        },
        "amn_recovery": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "amn_retrycnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "amn_rix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "amn_success": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "amn_success_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "amn_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "amn_txcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_appie": {
      "size": 2,
      "fields": {
        "ie_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_authenticator": {
      "size": 40,
      "fields": {
        "ia_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ia_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ia_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ia_node_join": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ia_node_leave": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ieee80211_beacon_offsets": {
      "size": 152,
      "fields": {
        "bo_appie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "bo_appie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "bo_ath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "bo_caps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "bo_cfp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "bo_csa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "bo_csa_trailer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "bo_erp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "bo_flags": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bo_htinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "bo_meshconf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "bo_quiet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "bo_spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 136
        },
        "bo_tdma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "bo_tim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "bo_tim_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "bo_tim_trailer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "bo_tim_trailer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "bo_vhtinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "bo_wme": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ieee80211_bpf_params": {
      "size": 14,
      "fields": {
        "ibp_ctsrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ibp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ibp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ibp_power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ibp_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ibp_rate0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ibp_rate1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ibp_rate2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ibp_rate3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ibp_try0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ibp_try1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ibp_try2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ibp_try3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ibp_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_bss_conf": {
      "size": 648,
      "fields": {
        "ack_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "aid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "arp_addr_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "arp_addr_list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 120
        },
        "assoc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 250
        },
        "assoc_capability": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 612
        },
        "basic_rates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "beacon_int": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "beacon_rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rate"
            }
          },
          "offset": 128
        },
        "beacon_tx_rate": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_bitrate_mask"
          },
          "offset": 296
        },
        "bssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bssid_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 556
        },
        "bssid_indicator": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 560
        },
        "chanctx_conf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_chanctx_conf"
            }
          },
          "offset": 544
        },
        "chandef": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 96
        },
        "color_change_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 640
        },
        "cqm_rssi_hyst": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 564
        },
        "cqm_rssi_thold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 568
        },
        "csa_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 259
        },
        "dtim_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 248
        },
        "ema_ap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 572
        },
        "enable_beacon": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 616
        },
        "fils_discovery": {
          "type": {
            "kind": "struct",
            "name": "mac80211_fils_discovery"
          },
          "offset": 536
        },
        "frame_time_rts_th": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "ftm_responder": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 580
        },
        "ftmr_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_ftm_responder_params"
            }
          },
          "offset": 16
        },
        "he_bss_color": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_he_bss_color"
          },
          "offset": 164
        },
        "he_obss_pd": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_he_obss_pd"
          },
          "offset": 172
        },
        "he_oper": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ac717545883243af"
          },
          "offset": 160
        },
        "he_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 258
        },
        "hidden_ssid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 620
        },
        "ht_operation_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 242
        },
        "htc_trig_based_pkt_ext": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 584
        },
        "ibss_joined": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 624
        },
        "idle": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 251
        },
        "mcast_rate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 280
        },
        "mu_group": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1ff9b0010d94f89b"
          },
          "offset": 136
        },
        "multi_sta_back_32bit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 588
        },
        "nontransmitted": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 592
        },
        "p2p_noa_attr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_p2p_noa_attr"
          },
          "offset": 24
        },
        "profile_periodicity": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 596
        },
        "ps": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 253
        },
        "qos": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 252
        },
        "ssid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "ssid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "sync_device_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "sync_dtim_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 249
        },
        "sync_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "transmitter_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "twt_broadcast": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 254
        },
        "twt_protected": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 628
        },
        "twt_requester": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 600
        },
        "twt_responder": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 632
        },
        "txpower": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 274
        },
        "unsol_bcast_probe_resp_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 636
        },
        "uora_exists": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 604
        },
        "uora_ocw_range": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 608
        },
        "use_cts_prot": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 255
        },
        "use_short_preamble": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 256
        },
        "use_short_slot": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 257
        }
      },
      "kind": "struct"
    },
    "ieee80211_cac_event": {
      "size": 8,
      "fields": {
        "iev_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iev_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iev_ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "iev_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ieee80211_cb": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_chanctx_conf": {
      "size": 64,
      "fields": {
        "def": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 16
        },
        "drv_priv": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "min_def": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 40
        },
        "radar_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8
        },
        "rx_chains_dynamic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rx_chains_static": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_channel": {
      "size": 20,
      "fields": {
        "ic_devdata": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ic_extieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ic_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ic_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ic_freq2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ic_ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ic_maxantgain": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 12
        },
        "ic_maxpower": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 8
        },
        "ic_maxregpower": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 7
        },
        "ic_minpower": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 9
        },
        "ic_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ic_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ic_vht_ch_freq1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ic_vht_ch_freq2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "ieee80211_channel_switch": {
      "size": 48,
      "fields": {
        "block_tx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "chandef": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "device_timestamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_chanswitch_req": {
      "size": 28,
      "fields": {
        "csa_chan": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_channel"
          },
          "offset": 0
        },
        "csa_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "csa_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ieee80211_cipher": {
      "size": 88,
      "fields": {
        "ic_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ic_cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ic_decap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "ic_demic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "ic_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ic_encap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "ic_enmic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "ic_header": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ic_miclen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ic_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ic_setiv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "ic_setkey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "ic_trailer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_cipher_scheme": {
      "size": 12,
      "fields": {
        "cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "iftype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "key_idx_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "key_idx_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "key_idx_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "mic_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "pn_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "pn_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ieee80211_clone_params": {
      "size": 32,
      "fields": {
        "icp_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "icp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "icp_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "icp_opmode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "icp_parent": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_com_lock_t": {
      "size": 48,
      "fields": {
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_conf": {
      "size": 48,
      "fields": {
        "chandef": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_chan_def"
          },
          "offset": 24
        },
        "dynamic_ps_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_hw_conf_flags"
          },
          "offset": 16
        },
        "listen_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "power_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "radar_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ieee80211_country_event": {
      "size": 8,
      "fields": {
        "iev_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "iev_cc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ieee80211_country_ie": {
      "size": 8,
      "fields": {
        "band": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_62f4e453afd2bfd6"
            }
          },
          "offset": 5
        },
        "cc": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_csa_event": {
      "size": 12,
      "fields": {
        "iev_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "iev_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iev_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iev_ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "iev_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ieee80211_csa_ie": {
      "size": 5,
      "fields": {
        "csa_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "csa_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "csa_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "csa_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "csa_newchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ieee80211_devcaps_req": {
      "size": 40,
      "fields": {
        "dc_chaninfo": {
          "type": {
            "kind": "struct",
            "name": "ieee80211req_chaninfo"
          },
          "offset": 16
        },
        "dc_cryptocaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dc_drivercaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dc_htcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dc_vhtcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ieee80211_dfs_state": {
      "size": 4264,
      "fields": {
        "cac_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4160
        },
        "cureps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4240
        },
        "lastchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 4248
        },
        "lastevent": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 4224
        },
        "newchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 4256
        },
        "nol_event": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "nol_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4096
        }
      },
      "kind": "struct"
    },
    "ieee80211_ds_plcp_hdr": {
      "size": 6,
      "fields": {
        "i_crc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "i_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "i_service": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "i_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_event": {
      "size": 32,
      "fields": {
        "type": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_event_type"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_7197b7b12721fddb"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_ff_lock_t": {
      "size": 48,
      "fields": {
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_frame": {
      "size": 24,
      "fields": {
        "i_addr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_addr2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "i_addr3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_seq": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ieee80211_frame_addr4": {
      "size": 30,
      "fields": {
        "i_addr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_addr2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "i_addr3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "i_addr4": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_seq": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ieee80211_frame_bar": {
      "size": 20,
      "fields": {
        "i_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_ra": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "i_ta": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ieee80211_frame_cts": {
      "size": 10,
      "fields": {
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_ra": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_frame_min": {
      "size": 16,
      "fields": {
        "i_addr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_addr2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_frame_pspoll": {
      "size": 16,
      "fields": {
        "i_aid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_ta": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ieee80211_frame_rts": {
      "size": 16,
      "fields": {
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_ra": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_ta": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ieee80211_ftm_responder_params": {
      "size": 24,
      "fields": {
        "civicloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "civicloc_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "lci": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "lci_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_hdr": {
      "size": 30,
      "fields": {
        "addr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "addr2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "addr3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "addr4": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "duration_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "frame_control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "seq_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ieee80211_he_cap_elem": {
      "size": 17,
      "fields": {
        "mac_cap_info": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "phy_cap_info": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ieee80211_he_mcs_nss_supp": {
      "size": 24,
      "fields": {
        "rx_mcs_160": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_mcs_80": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_mcs_80p80": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_mcs_160": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_mcs_80": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_mcs_80p80": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ieee80211_he_mu_edca_param_ac_rec": {
      "size": 12,
      "fields": {
        "aifsn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ecw_min_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mu_edca_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_he_obss_pd": {
      "size": 21,
      "fields": {
        "bss_color_bitmap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "max_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "min_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "non_srg_max_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "partial_bssid_bitmap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "sr_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_htrateset": {
      "size": 78,
      "fields": {
        "rs_nrates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rs_rates": {
          "type": {
            "count": 77,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_hw": {
      "size": 192,
      "fields": {
        "chanctx_data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "cipher_schemes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_cipher_scheme"
            }
          },
          "offset": 40
        },
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_conf"
          },
          "offset": 136
        },
        "extra_beacon_tailroom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "extra_tx_headroom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "max_listen_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "max_rate_tries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "max_rates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "max_report_rates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "max_rx_aggregation_subframes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "max_tx_aggregation_subframes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "max_tx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "n_cipher_schemes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "netdev_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "offchannel_tx_hw_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 110
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 184
        },
        "queues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 108
        },
        "radiotap_mcs_details": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "radiotap_timestamp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cccf84709a6a849e"
          },
          "offset": 64
        },
        "radiotap_vht_details": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "rate_control_algorithm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "sta_data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "txq_data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "uapsd_max_sp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "uapsd_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "vif_data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "weight_multiplier": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "wiphy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wiphy"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_hwmp_route": {
      "size": 56,
      "fields": {
        "hr_lastdiscovery": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "hr_lastpreq": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 16
        },
        "hr_lastrootconf": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 32
        },
        "hr_origseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hr_preqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hr_preqretries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "hr_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_hwmp_state": {
      "size": 104,
      "fields": {
        "hs_lastperr": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 16
        },
        "hs_maxhops": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "hs_preqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hs_rootmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "hs_roottimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 32
        },
        "hs_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_ie_htcap": {
      "size": 28,
      "fields": {
        "hc_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "hc_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "hc_extcap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 21
        },
        "hc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "hc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hc_mcsset": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "hc_param": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hc_txbf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "ieee80211_ie_htinfo": {
      "size": 24,
      "fields": {
        "hi_basicmcsset": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hi_byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "hi_byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hi_byte3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "hi_byte45": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "hi_ctrlchannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "hi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "hi_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_ie_vht_operation": {
      "size": 7,
      "fields": {
        "basic_mcs_set": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "center_freq_seg1_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "center_freq_seg2_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "chan_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_ie_vhtcap": {
      "size": 14,
      "fields": {
        "ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "supp_mcs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_vht_mcs_info"
          },
          "offset": 6
        },
        "vht_cap_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ieee80211_ie_wpa": {
      "size": 100,
      "fields": {
        "wpa_authselcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "wpa_authsels": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "wpa_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "wpa_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wpa_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "wpa_mcipher": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "wpa_oui": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "wpa_pmkidcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "wpa_pmkids": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 84
        },
        "wpa_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "wpa_uciphercnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wpa_uciphers": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "wpa_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ieee80211_ies": {
      "size": 152,
      "fields": {
        "apchanrep_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "ath_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "bssload_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "htcap_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "htinfo_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "meshid_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "rsn_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 104
        },
        "tdma_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "vhtcap_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "vhtopmode_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "vhtpwrenv_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "wme_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "wpa_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_iface_combination": {
      "size": 32,
      "fields": {
        "beacon_int_infra_match": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "beacon_int_min_gcd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "limits": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_iface_limit"
            }
          },
          "offset": 0
        },
        "max_interfaces": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "n_limits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "num_different_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "radar_detect_widths": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ieee80211_iface_limit": {
      "size": 8,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "types": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_join_event": {
      "size": 6,
      "fields": {
        "iev_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_key": {
      "size": 216,
      "fields": {
        "wk_cipher": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_cipher"
            }
          },
          "offset": 192
        },
        "wk_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "wk_key": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "wk_keyix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "wk_keylen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wk_keyrsc": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "wk_keytsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "wk_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "wk_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "wk_pad1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "wk_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 200
        },
        "wk_rxkeyix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ieee80211_key_conf": {
      "size": 24,
      "fields": {
        "cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "hw_key_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "icv_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "iv_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "key": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "keyidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "keylen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "tx_pn": {
          "type": {
            "kind": "struct",
            "name": "atomic64_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_link_sta": {
      "size": 164,
      "fields": {
        "agg": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_agg"
          },
          "offset": 152
        },
        "bandwidth": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_sta_rx_bw"
          },
          "offset": 144
        },
        "he_6ghz_capa": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_he_6ghz_capa"
          },
          "offset": 136
        },
        "he_cap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_he_cap"
          },
          "offset": 56
        },
        "ht_cap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_ht_cap"
          },
          "offset": 16
        },
        "rx_nss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 140
        },
        "smps_mode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_smps_mode"
          },
          "offset": 148
        },
        "supp_rates": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "txpwr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_txpwr"
          },
          "offset": 156
        },
        "vht_cap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_vht_cap"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ieee80211_low_level_stats": {
      "size": 16,
      "fields": {
        "dot11ACKFailureCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dot11FCSErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dot11RTSFailureCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dot11RTSSuccessCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ieee80211_mcs_info": {
      "size": 16,
      "fields": {
        "__reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "rx_highest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rx_mask": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tx_params": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ieee80211_mcs_rates": {
      "size": 8,
      "fields": {
        "ht20_rate_400ns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ht20_rate_800ns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ht40_rate_400ns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ht40_rate_800ns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_mesh_gate_route": {
      "size": 40,
      "fields": {
        "gr_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "gr_lastseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "gr_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6c0c144b403768ef"
          },
          "offset": 0
        },
        "gr_route": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_route"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ieee80211_mesh_proto_metric": {
      "size": 24,
      "fields": {
        "mpm_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mpm_descr": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1
        },
        "mpm_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "mpm_metric": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_mesh_proto_path": {
      "size": 80,
      "fields": {
        "mpp_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mpp_descr": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1
        },
        "mpp_discover": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "mpp_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "mpp_inact": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "mpp_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "mpp_peerdown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "mpp_privlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "mpp_senderror": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "mpp_vattach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "mpp_vdetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ieee80211_mesh_route": {
      "size": 176,
      "fields": {
        "rt_dest": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 124
        },
        "rt_discovery": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 56
        },
        "rt_ext_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "rt_lastmseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "rt_lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rt_lock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_rte_lock_t"
          },
          "offset": 24
        },
        "rt_mesh_gate": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 130
        },
        "rt_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "rt_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88c6207cd5eaf8e7"
          },
          "offset": 0
        },
        "rt_nexthop": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "rt_nhops": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "rt_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 168
        },
        "rt_updtime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "rt_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_mesh_state": {
      "size": 264,
      "fields": {
        "ms_cleantimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 80
        },
        "ms_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "ms_gateseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "ms_gatetimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 144
        },
        "ms_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "ms_idlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ms_known_gates": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c254d678288bff96"
          },
          "offset": 216
        },
        "ms_neighbors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ms_pmetric": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_proto_metric"
            }
          },
          "offset": 248
        },
        "ms_ppath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_proto_path"
            }
          },
          "offset": 256
        },
        "ms_routes": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f2f7aed393de71f1"
          },
          "offset": 232
        },
        "ms_rt_lock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_rt_lock_t"
          },
          "offset": 48
        },
        "ms_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ms_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshcntl": {
      "size": 6,
      "fields": {
        "mc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mc_seq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "mc_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshcntl_ae01": {
      "size": 12,
      "fields": {
        "mc_addr4": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "mc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mc_seq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "mc_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshcntl_ae10": {
      "size": 18,
      "fields": {
        "mc_addr5": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "mc_addr6": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "mc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mc_seq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "mc_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshconf_ie": {
      "size": 9,
      "fields": {
        "conf_authid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "conf_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "conf_ccid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "conf_form": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "conf_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "conf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "conf_pmetid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "conf_pselid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "conf_syncid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshgann_ie": {
      "size": 17,
      "fields": {
        "gann_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "gann_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "gann_hopcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "gann_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "gann_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15
        },
        "gann_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "gann_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11
        },
        "gann_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshlmetric_ie": {
      "size": 7,
      "fields": {
        "lm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lm_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lm_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshpeer_ie": {
      "size": 10,
      "fields": {
        "peer_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "peer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "peer_linkid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "peer_llinkid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "peer_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "peer_rcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshperr_ie": {
      "size": 23,
      "fields": {
        "perr_dests": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_b4e3b34cd522a804"
            }
          },
          "offset": 4
        },
        "perr_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "perr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "perr_ndests": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "perr_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshprep_ie": {
      "size": 39,
      "fields": {
        "prep_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prep_hopcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "prep_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "prep_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "prep_lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 21
        },
        "prep_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 25
        },
        "prep_origaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "prep_origseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 35
        },
        "prep_target_ext_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "prep_targetaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "prep_targetseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11
        },
        "prep_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshpreq_ie": {
      "size": 45,
      "fields": {
        "preq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "preq_hopcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "preq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5
        },
        "preq_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "preq_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "preq_lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 25
        },
        "preq_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29
        },
        "preq_orig_ext_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "preq_origaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "preq_origseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15
        },
        "preq_targets": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_4359b7e76911f7db"
            }
          },
          "offset": 34
        },
        "preq_tcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "preq_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_meshrann_ie": {
      "size": 23,
      "fields": {
        "rann_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "rann_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rann_hopcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rann_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rann_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 15
        },
        "rann_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rann_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 19
        },
        "rann_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11
        },
        "rann_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_michael_event": {
      "size": 14,
      "fields": {
        "iev_cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "iev_dst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "iev_keyix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "iev_src": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_mimo_chan_info": {
      "size": 8,
      "fields": {
        "noise": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 4
        },
        "rssi": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_mimo_info": {
      "size": 96,
      "fields": {
        "ch": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mimo_chan_info"
            }
          },
          "offset": 0
        },
        "evm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ieee80211_mlme_event": {
      "size": 12,
      "fields": {
        "data": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_mlme_event_data"
          },
          "offset": 0
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_mlme_event_status"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_node": {
      "size": 29448,
      "fields": {
        "ni_associd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "ni_ath_defkeyix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "ni_ath_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "ni_authmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "ni_avgrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "ni_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 623
        },
        "ni_capinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 642
        },
        "ni_challenge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "ni_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 696
        },
        "ni_chw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 905
        },
        "ni_drv_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29416
        },
        "ni_dtim_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 713
        },
        "ni_dtim_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 712
        },
        "ni_erp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 708
        },
        "ni_essid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 645
        },
        "ni_esslen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 644
        },
        "ni_fhdwell": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 704
        },
        "ni_fhindex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 706
        },
        "ni_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ni_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_448e4601fc45c5c3"
          },
          "offset": 40
        },
        "ni_ht2ndchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 902
        },
        "ni_htcap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 898
        },
        "ni_htctlchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 901
        },
        "ni_htopmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 903
        },
        "ni_htparam": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 900
        },
        "ni_htrates": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_htrateset"
          },
          "offset": 906
        },
        "ni_htstbc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 904
        },
        "ni_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 8
        },
        "ni_ies": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ies"
          },
          "offset": 104
        },
        "ni_inact": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 29072
        },
        "ni_inact_reload": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 29074
        },
        "ni_intval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 640
        },
        "ni_jointime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ni_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c7cd82e00d471c59"
          },
          "offset": 24
        },
        "ni_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 617
        },
        "ni_meshid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 715
        },
        "ni_meshidlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 714
        },
        "ni_mimo_chains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 616
        },
        "ni_mimo_noise_ctl": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 608
        },
        "ni_mimo_noise_ext": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 612
        },
        "ni_mimo_rssi_ctl": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 576
        },
        "ni_mimo_rssi_ext": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 592
        },
        "ni_mlhcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 896
        },
        "ni_mlhtimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 832
        },
        "ni_mllid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 752
        },
        "ni_mlpid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 754
        },
        "ni_mlrcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 824
        },
        "ni_mlstate": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_mesh_mlstate"
          },
          "offset": 748
        },
        "ni_mltimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 760
        },
        "ni_mltval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 825
        },
        "ni_noise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 572
        },
        "ni_psq": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_psq"
          },
          "offset": 29080
        },
        "ni_quiet_ie": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_quiet_ie"
          },
          "offset": 29404
        },
        "ni_quiet_ie_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29400
        },
        "ni_rates": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_rateset"
          },
          "offset": 677
        },
        "ni_rctls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29392
        },
        "ni_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ni_rx_ampdu": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rx_ampdu"
            }
          },
          "offset": 3416
        },
        "ni_rxfrag": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 328
        },
        "ni_rxfragstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "ni_rxseqs": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 290
        },
        "ni_spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 29424
        },
        "ni_stats": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_nodestats"
          },
          "offset": 29176
        },
        "ni_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node_table"
            }
          },
          "offset": 16
        },
        "ni_timoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 710
        },
        "ni_tstamp": {
          "type": {
            "kind": "union",
            "name": "unnamed_59a96544370402ed"
          },
          "offset": 632
        },
        "ni_tx_ampdu": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_tx_ampdu"
            }
          },
          "offset": 984
        },
        "ni_tx_superg": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 28944
        },
        "ni_txparms": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_txparam"
            }
          },
          "offset": 80
        },
        "ni_txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "ni_txrate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29076
        },
        "ni_txseqs": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 256
        },
        "ni_uapsd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29412
        },
        "ni_ucastkey": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_key"
          },
          "offset": 352
        },
        "ni_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        },
        "ni_vht_basicmcs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28892
        },
        "ni_vht_chan1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28904
        },
        "ni_vht_chan2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28905
        },
        "ni_vht_chanwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28906
        },
        "ni_vht_mcsinfo": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_vht_mcs_info"
          },
          "offset": 28896
        },
        "ni_vht_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28907
        },
        "ni_vht_pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28894
        },
        "ni_vht_spare": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28908
        },
        "ni_vhtcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28888
        },
        "ni_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "ni_wdsvap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 29384
        }
      },
      "kind": "struct"
    },
    "ieee80211_node_lock_t": {
      "size": 48,
      "fields": {
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_node_table": {
      "size": 368,
      "fields": {
        "nt_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "nt_hash": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d44b0fb3f97fc349"
            }
          },
          "offset": 72
        },
        "nt_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 0
        },
        "nt_inact_init": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "nt_keyixmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_node"
              }
            }
          },
          "offset": 336
        },
        "nt_keyixmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "nt_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 352
        },
        "nt_node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4b72a963fe7d9295"
          },
          "offset": 56
        },
        "nt_nodelock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node_lock_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_nodestats": {
      "size": 208,
      "fields": {
        "ns_ps_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ns_rx_action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ns_rx_amsdu_more": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "ns_rx_amsdu_more_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "ns_rx_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ns_rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ns_rx_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ns_rx_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ns_rx_deauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ns_rx_decap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ns_rx_decryptcrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ns_rx_defrag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ns_rx_demicfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ns_rx_disassoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ns_rx_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ns_rx_dup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ns_rx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ns_rx_mgmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ns_rx_noprivacy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ns_rx_proberesp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ns_rx_ucast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ns_rx_unauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ns_rx_unencrypted": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ns_rx_wepfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ns_spare": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 184
        },
        "ns_tx_assoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ns_tx_assoc_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "ns_tx_auth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ns_tx_auth_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "ns_tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ns_tx_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ns_tx_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "ns_tx_deauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ns_tx_deauth_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "ns_tx_disassoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "ns_tx_disassoc_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "ns_tx_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "ns_tx_mgmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "ns_tx_novlantag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "ns_tx_probereq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "ns_tx_ucast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ns_tx_vlanmismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "ieee80211_ops": {
      "size": 744,
      "fields": {
        "abort_channel_switch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "abort_pmsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 600
        },
        "add_chanctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 384
        },
        "add_interface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "add_twt_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 720
        },
        "allow_buffered_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "ampdu_action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "assign_vif_chanctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 408
        },
        "bss_info_changed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 480
        },
        "can_aggregate_in_amsdu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 304
        },
        "cancel_hw_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "cancel_remain_on_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 456
        },
        "change_chanctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 400
        },
        "change_interface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "channel_switch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "channel_switch_beacon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "channel_switch_rx_beacon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "conf_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "config_iface_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 472
        },
        "configure_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 464
        },
        "event_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 496
        },
        "flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "get_antenna": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 432
        },
        "get_et_sset_count": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 664
        },
        "get_et_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 672
        },
        "get_et_strings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 680
        },
        "get_ftm_responder_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 512
        },
        "get_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 704
        },
        "get_survey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 504
        },
        "get_tsf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "get_txpower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 696
        },
        "hw_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "join_ibss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 624
        },
        "leave_ibss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 632
        },
        "mgd_complete_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "mgd_prepare_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "mgd_protect_tdls_discover": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "offset_tsf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 536
        },
        "post_channel_switch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 320
        },
        "pre_channel_switch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "prepare_multicast": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "reconfig_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "release_buffered_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "remain_on_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 448
        },
        "remove_chanctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 392
        },
        "remove_interface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "reset_tid_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 656
        },
        "sched_scan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "sched_scan_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "set_antenna": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 440
        },
        "set_bitrate_mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 544
        },
        "set_coverage_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 552
        },
        "set_default_unicast_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 576
        },
        "set_frag_threshold": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "set_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 568
        },
        "set_radar_background": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 712
        },
        "set_rts_threshold": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 488
        },
        "set_sar_specs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 640
        },
        "set_tid_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 648
        },
        "set_tim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 560
        },
        "set_tsf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 528
        },
        "sta_add": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "sta_add_debugfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 736
        },
        "sta_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "sta_pre_rcu_remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "sta_rate_tbl_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "sta_rc_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "sta_remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "sta_set_4addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "sta_set_decap_offload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "sta_set_txpwr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "sta_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "sta_statistics": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "start_ap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 608
        },
        "start_pmsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 592
        },
        "stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "stop_ap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 616
        },
        "sw_scan_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "sw_scan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "switch_vif_chanctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "sync_rx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "tdls_cancel_channel_switch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "tdls_channel_switch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "tdls_recv_channel_switch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "twt_teardown_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 728
        },
        "tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "tx_last_beacon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "unassign_vif_chanctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 416
        },
        "update_tkip_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 584
        },
        "update_vif_offload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 688
        },
        "wake_tx_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "ieee80211_p2p_noa_attr": {
      "size": 68,
      "fields": {
        "desc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_p2p_noa_desc"
            }
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "oppps_ctwindow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_p2p_noa_desc": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ieee80211_prep_tx_info": {
      "size": 4,
      "fields": {
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "success": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ieee80211_psq": {
      "size": 96,
      "fields": {
        "psq_drops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "psq_head": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_psq_head"
            }
          },
          "offset": 48
        },
        "psq_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "psq_lock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_psq_lock_t"
          },
          "offset": 0
        },
        "psq_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ieee80211_psq_head": {
      "size": 24,
      "fields": {
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_psq_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_qosframe": {
      "size": 26,
      "fields": {
        "i_addr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_addr2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "i_addr3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_qos": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "i_seq": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ieee80211_qosframe_addr4": {
      "size": 32,
      "fields": {
        "i_addr1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "i_addr2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "i_addr3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "i_addr4": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "i_dur": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "i_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "i_qos": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "i_seq": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ieee80211_quiet_ie": {
      "size": 8,
      "fields": {
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "quiet_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tbttcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ieee80211_radar_event": {
      "size": 8,
      "fields": {
        "iev_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iev_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iev_ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ieee80211_radio_event": {
      "size": 1,
      "fields": {
        "iev_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_radiotap_header": {
      "size": 8,
      "fields": {
        "it_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "it_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "it_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "it_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_rate": {
      "size": 16,
      "fields": {
        "bitrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hw_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hw_value_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_rate_status": {
      "size": 10,
      "fields": {
        "rate_idx": {
          "type": {
            "kind": "struct",
            "name": "rate_info"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_rate_table": {
      "size": 2308,
      "fields": {
        "info": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_a5aa0b578e52f891"
            }
          },
          "offset": 260
        },
        "rateCodeToIndex": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "rateCount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_ratectl": {
      "size": 96,
      "fields": {
        "ir_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ir_deinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ir_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ir_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ir_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ir_node_deinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "ir_node_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "ir_node_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "ir_rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "ir_setinterval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "ir_tx_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "ir_tx_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ieee80211_ratectl_tx_stats": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nframes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 8
        },
        "nretries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "nsuccess": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ieee80211_ratectl_tx_status": {
      "size": 40,
      "fields": {
        "final_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "long_retries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 24
        },
        "short_retries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "spare": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_ratectl_tx_fail_reason"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_rateset": {
      "size": 16,
      "fields": {
        "rs_nrates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rs_rates": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211_reg_rule": {
      "size": 28,
      "fields": {
        "dfs_cac_ms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "freq_range": {
          "type": {
            "kind": "struct",
            "name": "freq_range"
          },
          "offset": 8
        },
        "power_rule": {
          "type": {
            "kind": "struct",
            "name": "power_rule"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ieee80211_regdomain": {
      "size": 12,
      "fields": {
        "country": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ecm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "isocc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 8
        },
        "regdomain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_regdomain_req": {
      "size": 36,
      "fields": {
        "chaninfo": {
          "type": {
            "kind": "struct",
            "name": "ieee80211req_chaninfo"
          },
          "offset": 12
        },
        "rd": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_regdomain"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_replay_event": {
      "size": 32,
      "fields": {
        "iev_cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "iev_dst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "iev_keyix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "iev_keyrsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "iev_rsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "iev_src": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_roamparam": {
      "size": 4,
      "fields": {
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_roamparams_req": {
      "size": 56,
      "fields": {
        "params": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_roamparam"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_rsnparms": {
      "size": 8,
      "fields": {
        "rsn_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rsn_keymgmt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rsn_mcastcipher": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsn_mcastkeylen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsn_ucastcipher": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsn_ucastkeylen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ieee80211_rssadapt": {
      "size": 16,
      "fields": {
        "interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_rssadapt_node": {
      "size": 104,
      "fields": {
        "ra_last_raise": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ra_nfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ra_nok": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ra_pktrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ra_raise_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ra_rate_thresh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 52
        },
        "ra_rates": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_rateset"
          },
          "offset": 8
        },
        "ra_rix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ra_rs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rssadapt"
            }
          },
          "offset": 0
        },
        "ra_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ieee80211_rt_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_rte_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_rx_ampdu": {
      "size": 1592,
      "fields": {
        "rxa_age": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rxa_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rxa_mq": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mbufq"
            }
          },
          "offset": 24
        },
        "rxa_nframes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "rxa_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1568
        },
        "rxa_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1560
        },
        "rxa_qbytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rxa_qframes": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "rxa_seqstart": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rxa_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rxa_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ieee80211_rx_params": {
      "size": 128,
      "fields": {
        "params": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_rx_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_rx_stats": {
      "size": 128,
      "fields": {
        "c_band": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "c_chain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "c_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "c_ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "c_nf": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 48
        },
        "c_nf_ctl": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 16
        },
        "c_nf_ext": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 24
        },
        "c_pad2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 126
        },
        "c_phytype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 124
        },
        "c_pktflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "c_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "c_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 49
        },
        "c_rssi_ctl": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 32
        },
        "c_rssi_ext": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 40
        },
        "c_rx_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "c_vhtnss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 125
        },
        "c_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "evm": {
          "type": {
            "kind": "union",
            "name": "unnamed_8d4dd396985dbc02"
          },
          "offset": 60
        },
        "r_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_rx_status": {
      "size": 48,
      "fields": {
        "ampdu_reference": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "band": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "boottime_ns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "bw": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "chain_signal": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 30
        },
        "chains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "device_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "enc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "encoding": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "flag": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_rx_status_flags"
          },
          "offset": 20
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "he_dcm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "he_gi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "he_ru": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "mactime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "rate_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "signal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 34
        },
        "zero_length_psdu_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "ieee80211_sband_iftype_data": {
      "size": 104,
      "fields": {
        "he_6ghz_capa": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_he_6ghz_capa"
          },
          "offset": 84
        },
        "he_cap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_he_cap"
          },
          "offset": 4
        },
        "types_mask": {
          "type": {
            "kind": "enum",
            "name": "nl80211_iftype"
          },
          "offset": 0
        },
        "vendor_elems": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cdeb12c9e7eede84"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_entry": {
      "size": 312,
      "fields": {
        "se_age": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "se_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "se_capinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "se_cc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 114
        },
        "se_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 96
        },
        "se_dtimperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "se_erp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 110
        },
        "se_fhdwell": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "se_fhindex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "se_ies": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ies"
          },
          "offset": 152
        },
        "se_intval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "se_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "se_meshid": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 116
        },
        "se_noise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 113
        },
        "se_rates": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "se_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 112
        },
        "se_ssid": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "se_timoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "se_tstamp": {
          "type": {
            "kind": "union",
            "name": "unnamed_59a96544370402ed"
          },
          "offset": 80
        },
        "se_xrates": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 63
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_ies": {
      "size": 64,
      "fields": {
        "common_ie_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "common_ies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ies": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 32
        },
        "len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_iter_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_methods": {
      "size": 112,
      "fields": {
        "sc_add_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "sc_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "sc_bg_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "sc_cancel_anyscan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "sc_cancel_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "sc_check_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "sc_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "sc_scan_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "sc_scan_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "sc_scan_probe_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "sc_set_scan_duration": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "sc_start_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "sc_vattach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "sc_vdetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_req": {
      "size": 128,
      "fields": {
        "sr_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sr_maxdwell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sr_mindwell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sr_nssid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sr_ssid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_9a882e291c5c72dd"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_request": {
      "size": 160,
      "fields": {
        "ies": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_scan_ies"
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_scan_request"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_ssid": {
      "size": 36,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ssid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_state": {
      "size": 8288,
      "fields": {
        "ss_chans": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_channel"
              }
            }
          },
          "offset": 72
        },
        "ss_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ss_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 8
        },
        "ss_last": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8266
        },
        "ss_maxdwell": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8280
        },
        "ss_mindwell": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8272
        },
        "ss_next": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8264
        },
        "ss_nssid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "ss_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scanner"
            }
          },
          "offset": 16
        },
        "ss_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ss_ssid": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scan_ssid"
            }
          },
          "offset": 36
        },
        "ss_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_scan_table_lock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_scanner": {
      "size": 144,
      "fields": {
        "scan_add": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "scan_age": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "scan_assoc_fail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "scan_assoc_success": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "scan_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "scan_cancel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "scan_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "scan_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "scan_flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "scan_iterate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "scan_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "scan_pickchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "scan_restart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "scan_spare0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "scan_spare1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "scan_spare2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "scan_spare4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "scan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ieee80211_scanparams": {
      "size": 208,
      "fields": {
        "ath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "bchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "capinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "country": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "csa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "doth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "erp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "fhdwell": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "fhindex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "htcap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "htinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "ies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ies_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "meshconf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "meshid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "quiet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "rates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "rsn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "spare": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 200
        },
        "ssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tdma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 144
        },
        "tim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "timoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "tstamp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "vhtcap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 184
        },
        "vhtopmode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        },
        "wme": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "wpa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "xrates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta": {
      "size": 448,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "aid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 246
        },
        "deflink": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_link_sta"
          },
          "offset": 252
        },
        "drv_priv": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 448
        },
        "max_amsdu_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "max_amsdu_subframes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "max_rc_amsdu_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "max_sp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 249
        },
        "max_tid_amsdu_len": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "mfp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sta_rates"
            }
          },
          "offset": 168
        },
        "smps_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tdls": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tdls_initiator": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "txq": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_txq"
              }
            }
          },
          "offset": 32
        },
        "uapsd_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 250
        },
        "wme": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta_agg": {
      "size": 4,
      "fields": {
        "max_amsdu_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta_he_6ghz_capa": {
      "size": 4,
      "fields": {
        "capa": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta_he_cap": {
      "size": 80,
      "fields": {
        "has_he": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "he_cap_elem": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_he_cap_elem"
          },
          "offset": 4
        },
        "he_mcs_nss_supp": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_he_mcs_nss_supp"
          },
          "offset": 24
        },
        "ppe_thres": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta_ht_cap": {
      "size": 22,
      "fields": {
        "ampdu_density": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ampdu_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ht_supported": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "mcs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_mcs_info"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta_rates": {
      "size": 8,
      "fields": {
        "rate": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_0c8e51f2e853ca69"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta_txpwr": {
      "size": 8,
      "fields": {
        "power": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "nl80211_tx_power_setting"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_sta_vht_cap": {
      "size": 16,
      "fields": {
        "cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vht_mcs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_vht_mcs_info"
          },
          "offset": 8
        },
        "vht_supported": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_stats": {
      "size": 620,
      "fields": {
        "is_addba_badpolicy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "is_addba_badtoken": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "is_addba_norequest": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "is_addba_reject": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "is_ampdu_bar_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "is_ampdu_bar_move": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "is_ampdu_bar_oow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "is_ampdu_bar_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "is_ampdu_bar_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 580
        },
        "is_ampdu_bar_tx_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "is_ampdu_bar_tx_retry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "is_ampdu_rexmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "is_ampdu_rexmt_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "is_ampdu_rx_age": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "is_ampdu_rx_copy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "is_ampdu_rx_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "is_ampdu_rx_flush": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "is_ampdu_rx_move": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "is_ampdu_rx_oor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "is_ampdu_rx_reorder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 480
        },
        "is_ampdu_stop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "is_ampdu_stop_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "is_amsdu_decap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "is_amsdu_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "is_amsdu_encapfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "is_amsdu_split": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "is_amsdu_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "is_beacon_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 576
        },
        "is_beacon_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 492
        },
        "is_crypto_attachfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "is_crypto_badcipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "is_crypto_ccmp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "is_crypto_delkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "is_crypto_enmicfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "is_crypto_keyfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "is_crypto_nocipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "is_crypto_nomem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "is_crypto_setkey_cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "is_crypto_setkey_nokey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "is_crypto_swfallback": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "is_crypto_tkip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "is_crypto_tkipcm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "is_crypto_tkipdemic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "is_crypto_tkipenmic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "is_crypto_wep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "is_dwds_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "is_dwds_qdrop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "is_ff_badhdr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "is_ff_decap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "is_ff_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "is_ff_encapfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "is_ff_flush": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 500
        },
        "is_ff_split": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "is_ff_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "is_ht_assoc_downgrade": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "is_ht_assoc_nohtcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "is_ht_assoc_norate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "is_hwmp_proxy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 572
        },
        "is_hwmp_rootrann": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 552
        },
        "is_hwmp_rootreqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "is_hwmp_wrongseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "is_ibss_capmismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "is_ibss_norate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "is_mesh_badae": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "is_mesh_fwd_disabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "is_mesh_fwd_nobuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "is_mesh_fwd_nopath": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "is_mesh_fwd_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "is_mesh_fwd_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "is_mesh_nolink": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "is_mesh_notproxy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "is_mesh_rtaddfailed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 560
        },
        "is_mesh_wrongmesh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "is_node_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "is_ps_badaid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "is_ps_qempty": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "is_ps_unassoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "is_rx_acl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "is_rx_action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "is_rx_ahdemo_mgt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "is_rx_assoc_badwpaie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "is_rx_assoc_bss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "is_rx_assoc_capmismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "is_rx_assoc_norate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "is_rx_assoc_notauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "is_rx_auth_countermeasures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "is_rx_auth_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "is_rx_auth_unsupported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "is_rx_authfail_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 490
        },
        "is_rx_bad_auth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "is_rx_badalign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "is_rx_badbintval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "is_rx_badchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "is_rx_badcipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "is_rx_badkeyid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "is_rx_badstate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "is_rx_badsubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "is_rx_badversion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "is_rx_beacon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "is_rx_ccmpformat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "is_rx_ccmpmic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "is_rx_ccmpreplay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "is_rx_chanmismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "is_rx_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "is_rx_deauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "is_rx_deauth_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 488
        },
        "is_rx_decap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "is_rx_decryptcrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "is_rx_defrag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "is_rx_demicfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "is_rx_disassoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "is_rx_disassoc_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 489
        },
        "is_rx_dup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "is_rx_elem_missing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "is_rx_elem_toobig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "is_rx_elem_toosmall": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "is_rx_elem_unknown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "is_rx_mcastecho": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "is_rx_mgmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "is_rx_mgtdiscard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "is_rx_nobuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "is_rx_nocipherctx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "is_rx_nodealloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "is_rx_noprivacy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "is_rx_notassoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "is_rx_rstoobig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "is_rx_ssidmismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "is_rx_tkipformat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "is_rx_tkipicv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "is_rx_tkipmic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "is_rx_tkipreplay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "is_rx_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "is_rx_unauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "is_rx_unencrypted": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "is_rx_wepfail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "is_rx_wrongbss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_rx_wrongdir": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "is_scan_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "is_scan_bg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "is_scan_passive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "is_spare": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 600
        },
        "is_tx_badcipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "is_tx_badstate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "is_tx_classify": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "is_tx_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "is_tx_fragframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "is_tx_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "is_tx_nobuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "is_tx_nodefkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "is_tx_noheadroom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "is_tx_nonode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "is_tx_notassoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "is_tx_unknownmgt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "ieee80211_supported_band": {
      "size": 80,
      "fields": {
        "band": {
          "type": {
            "kind": "enum",
            "name": "nl80211_band"
          },
          "offset": 36
        },
        "bitrates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rate"
            }
          },
          "offset": 8
        },
        "channels": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linuxkpi_ieee80211_channel"
            }
          },
          "offset": 0
        },
        "ht_cap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_ht_cap"
          },
          "offset": 40
        },
        "iftype_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sband_iftype_data"
            }
          },
          "offset": 16
        },
        "n_bitrates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "n_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "n_iftype_data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vht_cap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta_vht_cap"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ieee80211_tdls_ch_sw_params": {
      "size": 48,
      "fields": {
        "action_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ch_sw_tm_ie": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "chandef": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_chan_def"
            }
          },
          "offset": 32
        },
        "sta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sta"
            }
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "switch_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "switch_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tmpl_skb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_buff"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ieee80211_tim_ie": {
      "size": 6,
      "fields": {
        "tim_bitctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "tim_bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "tim_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tim_ie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tim_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tim_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ieee80211_toa_params": {
      "size": 4,
      "fields": {
        "request_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_twt_params": {
      "size": 16,
      "fields": {
        "mantissa": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "min_twt_dur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "twt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_twt_setup": {
      "size": 16,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_twt_params"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_ampdu": {
      "size": 152,
      "fields": {
        "txa_attempts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "txa_avgpps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "txa_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "txa_lastsample": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "txa_nextrequest": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "txa_ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 0
        },
        "txa_pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 120
        },
        "txa_pkts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "txa_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "txa_qbytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "txa_qframes": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 28
        },
        "txa_seqpending": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "txa_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "txa_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "txa_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "txa_token": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "txa_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_control": {
      "size": 8,
      "fields": {
        "sta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sta"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_info": {
      "size": 56,
      "fields": {
        "band": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_tx_info_flags"
          },
          "offset": 0
        },
        "hw_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "tx_time_est": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 6
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_1642f6844c86c6e9"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_lock_t": {
      "size": 48,
      "fields": {
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_params": {
      "size": 14,
      "fields": {
        "params": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_bpf_params"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_queue_params": {
      "size": 32,
      "fields": {
        "acm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "aifs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cw_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cw_min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mu_edca": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "mu_edca_param_rec": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_he_mu_edca_param_ac_rec"
          },
          "offset": 20
        },
        "txop": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "uapsd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_rate": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "flags": {
          "type": {
            "bit_length": 11,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_tx_status": {
      "size": 48,
      "fields": {
        "free_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "list_head"
            }
          },
          "offset": 40
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_tx_info"
            }
          },
          "offset": 8
        },
        "n_rates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "rates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rate_status"
            }
          },
          "offset": 24
        },
        "skb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_buff"
            }
          },
          "offset": 32
        },
        "sta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sta"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_txparam": {
      "size": 4,
      "fields": {
        "maxretry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mcastrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mgmtrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ucastrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_txparams_req": {
      "size": 56,
      "fields": {
        "params": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_txparam"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_txq": {
      "size": 64,
      "fields": {
        "ac": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "drv_priv": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "sta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sta"
            }
          },
          "offset": 0
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "vif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_vif"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ieee80211_txrx_stypes": {
      "size": 4,
      "fields": {
        "rx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_vht_mcs_info": {
      "size": 8,
      "fields": {
        "rx_highest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rx_mcs_map": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "tx_highest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tx_mcs_map": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ieee80211_vif": {
      "size": 768,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "bss_conf": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_bss_conf"
          },
          "offset": 80
        },
        "cab_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_vif_cfg"
          },
          "offset": 36
        },
        "chanctx_conf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_chanctx_conf"
            }
          },
          "offset": 64
        },
        "color_change_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "csa_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "debugfs_dir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dentry"
            }
          },
          "offset": 736
        },
        "driver_flags": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_vif_driver_flags"
          },
          "offset": 24
        },
        "drv_priv": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 768
        },
        "hw_queue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 728
        },
        "mu_mimo_owner": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "offload_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "p2p": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 28
        },
        "probe_req_reg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 29
        },
        "txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_txq"
            }
          },
          "offset": 72
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "nl80211_iftype"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211_vif_cfg": {
      "size": 24,
      "fields": {
        "aid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "arp_addr_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "arp_addr_list": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "assoc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "ps": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ieee80211_vif_chanctx_switch": {
      "size": 24,
      "fields": {
        "new_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_chanctx_conf"
            }
          },
          "offset": 8
        },
        "old_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_chanctx_conf"
            }
          },
          "offset": 0
        },
        "vif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_vif"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211_wme_info": {
      "size": 9,
      "fields": {
        "wme_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wme_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wme_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "wme_oui": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "wme_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "wme_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "wme_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ieee80211_wme_state": {
      "size": 152,
      "fields": {
        "wme_bssChanParams": {
          "type": {
            "kind": "struct",
            "name": "chanAccParams"
          },
          "offset": 115
        },
        "wme_chanParams": {
          "type": {
            "kind": "struct",
            "name": "chanAccParams"
          },
          "offset": 90
        },
        "wme_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wme_hipri_switch_hysteresis": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "wme_hipri_switch_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "wme_hipri_traffic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "wme_params": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wmeParams"
            }
          },
          "offset": 16
        },
        "wme_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "wme_wmeBssChanParams": {
          "type": {
            "kind": "struct",
            "name": "chanAccParams"
          },
          "offset": 65
        },
        "wme_wmeChanParams": {
          "type": {
            "kind": "struct",
            "name": "chanAccParams"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ieee80211com": {
      "size": 27248,
      "fields": {
        "ic_addba_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27120
        },
        "ic_addba_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27128
        },
        "ic_addba_response_timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27144
        },
        "ic_addba_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27136
        },
        "ic_allmulti": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 555
        },
        "ic_ampdu_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27112
        },
        "ic_ampdu_rx_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27160
        },
        "ic_ampdu_rx_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27168
        },
        "ic_bar_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27152
        },
        "ic_bintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 564
        },
        "ic_bmiss_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 408
        },
        "ic_bsschan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 21760
        },
        "ic_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "ic_chan_active": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21488
        },
        "ic_chan_avail": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21360
        },
        "ic_chan_scan": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21616
        },
        "ic_chan_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 376
        },
        "ic_channels": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 880
        },
        "ic_chw_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 440
        },
        "ic_comlock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_com_lock_t"
          },
          "offset": 16
        },
        "ic_countryie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_appie"
            }
          },
          "offset": 21792
        },
        "ic_countryie_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 21800
        },
        "ic_cryptocaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "ic_csa_count": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 21818
        },
        "ic_csa_mode": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 21816
        },
        "ic_csa_newchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 21808
        },
        "ic_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 21744
        },
        "ic_curhtprotmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26720
        },
        "ic_curmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 557
        },
        "ic_debugnet_meth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "debugnet80211_methods"
            }
          },
          "offset": 27184
        },
        "ic_dfs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_dfs_state"
          },
          "offset": 21824
        },
        "ic_fflock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ff_lock_t"
          },
          "offset": 112
        },
        "ic_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "ic_flags_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "ic_flags_ht": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "ic_flags_ven": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "ic_flags_vht": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26740
        },
        "ic_getradiocaps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26896
        },
        "ic_hash_key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26552
        },
        "ic_headroom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "ic_holdover": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 568
        },
        "ic_htcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "ic_htextcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "ic_htprotmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_protmode"
          },
          "offset": 26716
        },
        "ic_ierrors": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 504
        },
        "ic_inact": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 208
        },
        "ic_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26824
        },
        "ic_lastdata": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 26104
        },
        "ic_lastscan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 26108
        },
        "ic_lintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 566
        },
        "ic_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 558
        },
        "ic_max_keyix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 26112
        },
        "ic_mcast_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 344
        },
        "ic_modecaps": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 552
        },
        "ic_montaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 26800
        },
        "ic_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ic_nchans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 876
        },
        "ic_newassoc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26968
        },
        "ic_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_695cd8ee483ebce8"
          },
          "offset": 160
        },
        "ic_node_age": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27016
        },
        "ic_node_alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26984
        },
        "ic_node_cleanup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27008
        },
        "ic_node_drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27024
        },
        "ic_node_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27000
        },
        "ic_node_getmimoinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27048
        },
        "ic_node_getrssi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27032
        },
        "ic_node_getsignal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27040
        },
        "ic_node_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26992
        },
        "ic_nrunning": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 556
        },
        "ic_oerrors": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 512
        },
        "ic_opmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_opmode"
          },
          "offset": 200
        },
        "ic_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26832
        },
        "ic_parent_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 280
        },
        "ic_phytype": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_phytype"
          },
          "offset": 196
        },
        "ic_prevchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 21768
        },
        "ic_promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 554
        },
        "ic_promisc_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 312
        },
        "ic_protmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_protmode"
          },
          "offset": 26712
        },
        "ic_raw_xmit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26936
        },
        "ic_recv_action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27096
        },
        "ic_regdomain": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_regdomain"
          },
          "offset": 21776
        },
        "ic_restart_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 472
        },
        "ic_rh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_radiotap_header"
            }
          },
          "offset": 26784
        },
        "ic_rt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rate_table"
            }
          },
          "offset": 21752
        },
        "ic_rxchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 26792
        },
        "ic_rxstream": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26721
        },
        "ic_scan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scan_state"
            }
          },
          "offset": 26088
        },
        "ic_scan_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27080
        },
        "ic_scan_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27064
        },
        "ic_scan_methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scan_methods"
            }
          },
          "offset": 26096
        },
        "ic_scan_mindwell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27088
        },
        "ic_scan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27056
        },
        "ic_send_action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27104
        },
        "ic_send_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26928
        },
        "ic_set_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27072
        },
        "ic_set_quiet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26912
        },
        "ic_setregdomain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26904
        },
        "ic_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ic_spare": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 27192
        },
        "ic_sta": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node_table"
          },
          "offset": 26120
        },
        "ic_stageq": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ageq"
          },
          "offset": 26488
        },
        "ic_sup_htrates": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_htrateset"
          },
          "offset": 796
        },
        "ic_sup_rates": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rateset"
            }
          },
          "offset": 572
        },
        "ic_superg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_superg"
            }
          },
          "offset": 26760
        },
        "ic_tdma_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26976
        },
        "ic_th": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_radiotap_header"
            }
          },
          "offset": 26768
        },
        "ic_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 272
        },
        "ic_transmit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26920
        },
        "ic_txchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 26776
        },
        "ic_txlock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_tx_lock_t"
          },
          "offset": 64
        },
        "ic_txpowlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 570
        },
        "ic_txstream": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26722
        },
        "ic_update_chw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27176
        },
        "ic_update_mcast": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26952
        },
        "ic_update_promisc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26960
        },
        "ic_updateslot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26944
        },
        "ic_vap_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26808
        },
        "ic_vap_delete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 26816
        },
        "ic_vaps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1480b5dc2014b5bf"
          },
          "offset": 176
        },
        "ic_vattach": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 26840
        },
        "ic_vht_mcsinfo": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_vht_mcs_info"
          },
          "offset": 26732
        },
        "ic_vht_spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26744
        },
        "ic_vhtcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26724
        },
        "ic_vhtextcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 26728
        },
        "ic_wme": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_wme_state"
          },
          "offset": 26560
        }
      },
      "kind": "struct"
    },
    "ieee80211req": {
      "size": 32,
      "fields": {
        "i_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "i_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "i_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "i_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "i_val": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ieee80211req_chaninfo": {
      "size": 24,
      "fields": {
        "ic_chans": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 4
        },
        "ic_nchans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211req_del_key": {
      "size": 7,
      "fields": {
        "idk_keyix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "idk_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211req_key": {
      "size": 64,
      "fields": {
        "ik_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ik_keydata": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "ik_keyix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ik_keylen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ik_keyrsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ik_keytsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ik_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "ik_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ik_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211req_maclist": {
      "size": 6,
      "fields": {
        "ml_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211req_mesh_route": {
      "size": 32,
      "fields": {
        "imr_dest": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "imr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "imr_lastmseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "imr_lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "imr_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "imr_nexthop": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "imr_nhops": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "imr_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ieee80211req_mlme": {
      "size": 42,
      "fields": {
        "im_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "im_op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "im_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "im_ssid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "im_ssid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ieee80211req_scan_result": {
      "size": 40,
      "fields": {
        "isr_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "isr_capinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "isr_erp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "isr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "isr_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "isr_ie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "isr_ie_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "isr_intval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "isr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "isr_meshid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "isr_noise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 10
        },
        "isr_nrates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "isr_rates": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        },
        "isr_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 11
        },
        "isr_ssid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "ieee80211req_sta_info": {
      "size": 232,
      "fields": {
        "isi_associd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "isi_authmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "isi_capinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "isi_erp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "isi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "isi_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "isi_ie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "isi_ie_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "isi_inact": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "isi_jointime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "isi_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "isi_localid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 226
        },
        "isi_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "isi_mimo": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_mimo_info"
          },
          "offset": 128
        },
        "isi_noise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 18
        },
        "isi_nrates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "isi_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 122
        },
        "isi_peerid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 224
        },
        "isi_peerstate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 228
        },
        "isi_rates": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "isi_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 17
        },
        "isi_rxseqs": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 84
        },
        "isi_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "isi_txmbps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "isi_txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "isi_txrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "isi_txseqs": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 50
        },
        "isi_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ieee80211req_sta_txpow": {
      "size": 7,
      "fields": {
        "it_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "it_txpow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ieee80211req_sta_vlan": {
      "size": 8,
      "fields": {
        "sv_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sv_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ieee80211req_wpaie2": {
      "size": 518,
      "fields": {
        "rsn_ie": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 262
        },
        "wpa_ie": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "wpa_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ieee80211vap": {
      "size": 3056,
      "fields": {
        "iv_acl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_aclator"
            }
          },
          "offset": 2568
        },
        "iv_aid_bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1448
        },
        "iv_ampdu_density": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1268
        },
        "iv_ampdu_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1272
        },
        "iv_ampdu_mintraffic": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1280
        },
        "iv_ampdu_rxmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1264
        },
        "iv_amsdu_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1276
        },
        "iv_appie_assocreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_appie"
            }
          },
          "offset": 1592
        },
        "iv_appie_assocresp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_appie"
            }
          },
          "offset": 1600
        },
        "iv_appie_beacon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_appie"
            }
          },
          "offset": 1568
        },
        "iv_appie_probereq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_appie"
            }
          },
          "offset": 1576
        },
        "iv_appie_proberesp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_appie"
            }
          },
          "offset": 1584
        },
        "iv_appie_wpa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_appie"
            }
          },
          "offset": 1608
        },
        "iv_as": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2576
        },
        "iv_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_authenticator"
            }
          },
          "offset": 2552
        },
        "iv_bcn_off": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_beacon_offsets"
          },
          "offset": 1296
        },
        "iv_bgscanidle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1064
        },
        "iv_bgscanintvl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1068
        },
        "iv_bmiss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2664
        },
        "iv_bmiss_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1189
        },
        "iv_bmiss_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1192
        },
        "iv_bmissthreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1188
        },
        "iv_bss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 1496
        },
        "iv_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 748
        },
        "iv_com_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "iv_csa_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1492
        },
        "iv_curhtprotmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2800
        },
        "iv_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "iv_def_txkey": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1634
        },
        "iv_deliver_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2656
        },
        "iv_des_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1004
        },
        "iv_des_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 1016
        },
        "iv_des_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1024
        },
        "iv_des_nssid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 964
        },
        "iv_des_ssid": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scan_ssid"
            }
          },
          "offset": 968
        },
        "iv_dtim_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1481
        },
        "iv_dtim_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1480
        },
        "iv_ec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2560
        },
        "iv_erp_protmode_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 2864
        },
        "iv_erp_protmode_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2896
        },
        "iv_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 728
        },
        "iv_flags_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 732
        },
        "iv_flags_ht": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 736
        },
        "iv_flags_ven": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 740
        },
        "iv_flags_vht": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 928
        },
        "iv_fragthreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1562
        },
        "iv_ht40_sta_assoc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2808
        },
        "iv_ht_protmode_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 2944
        },
        "iv_ht_protmode_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2976
        },
        "iv_ht_sta_assoc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2806
        },
        "iv_htcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 752
        },
        "iv_htextcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 756
        },
        "iv_htprotmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_protmode"
          },
          "offset": 2796
        },
        "iv_hwmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_hwmp_state"
            }
          },
          "offset": 2616
        },
        "iv_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 88
        },
        "iv_ifflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 744
        },
        "iv_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 40
        },
        "iv_inact_auth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 916
        },
        "iv_inact_init": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 912
        },
        "iv_inact_probe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 924
        },
        "iv_inact_run": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 920
        },
        "iv_inact_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1564
        },
        "iv_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2632
        },
        "iv_key_alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2504
        },
        "iv_key_delete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2512
        },
        "iv_key_set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2520
        },
        "iv_key_update_begin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2528
        },
        "iv_key_update_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2536
        },
        "iv_lastnonerp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2812
        },
        "iv_lastnonht": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2816
        },
        "iv_longslotsta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2804
        },
        "iv_max_aid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1456
        },
        "iv_max_keyix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1632
        },
        "iv_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 0
        },
        "iv_mesh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_state"
            }
          },
          "offset": 2608
        },
        "iv_mgtsend": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 848
        },
        "iv_myaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "iv_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2728
        },
        "iv_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7b2a1a72c00c3187"
          },
          "offset": 72
        },
        "iv_nickname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1032
        },
        "iv_nicknamelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1028
        },
        "iv_node_ps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2704
        },
        "iv_nonerpsta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2802
        },
        "iv_nstate": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_state"
          },
          "offset": 772
        },
        "iv_nstate_arg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 776
        },
        "iv_nstate_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 784
        },
        "iv_nw_keys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_key"
            }
          },
          "offset": 1640
        },
        "iv_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 64
        },
        "iv_opdetach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2624
        },
        "iv_opmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_opmode"
          },
          "offset": 764
        },
        "iv_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2744
        },
        "iv_preamble_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 2904
        },
        "iv_preamble_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2936
        },
        "iv_protmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_protmode"
          },
          "offset": 2792
        },
        "iv_ps_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1462
        },
        "iv_ps_sta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1460
        },
        "iv_quiet": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1482
        },
        "iv_quiet_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1483
        },
        "iv_quiet_count_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1484
        },
        "iv_quiet_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1486
        },
        "iv_quiet_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1488
        },
        "iv_quiet_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1485
        },
        "iv_rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_ratectl"
            }
          },
          "offset": 2584
        },
        "iv_rawbpf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_if"
            }
          },
          "offset": 48
        },
        "iv_recv_ctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2648
        },
        "iv_recv_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2640
        },
        "iv_recv_pspoll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2720
        },
        "iv_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2672
        },
        "iv_roaming": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_roamingmode"
          },
          "offset": 1128
        },
        "iv_roamparms": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_roamparam"
            }
          },
          "offset": 1132
        },
        "iv_rs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2592
        },
        "iv_rsn_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1624
        },
        "iv_rtsthreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1560
        },
        "iv_scanreq_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1076
        },
        "iv_scanreq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1088
        },
        "iv_scanreq_maxdwell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1084
        },
        "iv_scanreq_mindwell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1080
        },
        "iv_scanreq_nssid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1090
        },
        "iv_scanreq_ssid": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scan_ssid"
            }
          },
          "offset": 1092
        },
        "iv_scanvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1072
        },
        "iv_set_tim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2696
        },
        "iv_slot_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 2832
        },
        "iv_spare": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 3008
        },
        "iv_sta_assoc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1458
        },
        "iv_sta_ps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2712
        },
        "iv_state": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_state"
          },
          "offset": 768
        },
        "iv_stats": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_stats"
          },
          "offset": 108
        },
        "iv_swbmiss": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1200
        },
        "iv_swbmiss_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1196
        },
        "iv_swbmiss_period": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1198
        },
        "iv_swbmiss_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 816
        },
        "iv_sysctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_ctx_list"
            }
          },
          "offset": 56
        },
        "iv_tdma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_tdma_state"
            }
          },
          "offset": 2600
        },
        "iv_tim_bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1472
        },
        "iv_tim_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1466
        },
        "iv_txparms": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_txparam"
            }
          },
          "offset": 1504
        },
        "iv_txseq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1464
        },
        "iv_uapsdinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2984
        },
        "iv_update_beacon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2680
        },
        "iv_update_bss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2736
        },
        "iv_update_deftxkey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2544
        },
        "iv_update_ps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2688
        },
        "iv_updateslot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2824
        },
        "iv_vht_mcsinfo": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_vht_mcs_info"
          },
          "offset": 940
        },
        "iv_vht_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 948
        },
        "iv_vhtcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 932
        },
        "iv_vhtextcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 936
        },
        "iv_wme_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 2760
        },
        "iv_wme_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 2752
        },
        "iv_wpa_ie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1616
        },
        "rx_histogram": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_rx_histogram"
            }
          },
          "offset": 2992
        },
        "tx_histogram": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_tx_histogram"
            }
          },
          "offset": 3000
        }
      },
      "kind": "struct"
    },
    "ieee_pfc": {
      "size": 136,
      "fields": {
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "indications": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 72
        },
        "mbc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pfc_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pfc_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "requests": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "if_announcemsghdr": {
      "size": 24,
      "fields": {
        "ifan_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ifan_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifan_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "ifan_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifan_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ifan_what": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "if_ath_ant_comb_state": {
      "size": 112,
      "fields": {
        "alt_good": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 56
        },
        "alt_recv_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "alt_total_rssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "first_bias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "first_quick_scan_conf": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bbc4e1f3ae9dd960"
          },
          "offset": 68
        },
        "first_ratio": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 84
        },
        "lna1_lna2_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "main_conf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "main_recv_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "main_total_rssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "quick_scan_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "rssi_add": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "rssi_first": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "rssi_lna1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "rssi_lna2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rssi_second": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "rssi_sub": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "rssi_third": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "scan": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 4
        },
        "scan_not_start": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 8
        },
        "scan_start_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "second_bias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "second_quick_scan_conf": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bbc4e1f3ae9dd960"
          },
          "offset": 72
        },
        "second_ratio": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 88
        },
        "total_pkt_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "if_clone": {
      "size": 168,
      "fields": {
        "U": {
          "type": {
            "kind": "union",
            "name": "unnamed_0056597ee1c03d76"
          },
          "offset": 128
        },
        "create_nl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "dump_nl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "ifc_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "ifc_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "ifc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ifc_iflist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f5228f94f95b3eb"
          },
          "offset": 40
        },
        "ifc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d20174294c54a5a2"
          },
          "offset": 152
        },
        "ifc_match": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "ifc_maxunit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ifc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "ifc_name": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifc_refcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "ifc_unrhdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unrhdr"
            }
          },
          "offset": 16
        },
        "modify_nl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "if_clone_addreq": {
      "size": 40,
      "fields": {
        "create_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "destroy_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "match_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "maxunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_clone_addreq_v2": {
      "size": 64,
      "fields": {
        "create_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "create_nl_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "destroy_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "dump_nl_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "match_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "maxunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "modify_nl_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_clonereq": {
      "size": 16,
      "fields": {
        "ifcr_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ifcr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifcr_total": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_data": {
      "size": 152,
      "fields": {
        "__ifi_epoch": {
          "type": {
            "kind": "union",
            "name": "unnamed_8038f80924dde3b8"
          },
          "offset": 128
        },
        "__ifi_lastchange": {
          "type": {
            "kind": "union",
            "name": "unnamed_31e31ba5331890b3"
          },
          "offset": 136
        },
        "ifi_addrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ifi_baudrate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifi_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ifi_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ifi_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifi_hwassist": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ifi_ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ifi_ierrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ifi_imcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ifi_ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ifi_iqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ifi_link_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ifi_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ifi_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ifi_noproto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ifi_obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ifi_oerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ifi_omcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ifi_opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ifi_oqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ifi_physical": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ifi_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ifi_vhid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "if_encap_req": {
      "size": 56,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "lladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "lladdr_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "lladdr_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "rtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_dd050bc7613014fb"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "if_int_delay_info": {
      "size": 32,
      "fields": {
        "iidi_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 0
        },
        "iidi_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "iidi_oidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 16
        },
        "iidi_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_req"
            }
          },
          "offset": 24
        },
        "iidi_value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "if_irq": {
      "size": 24,
      "fields": {
        "__spare0__": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ii_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "ii_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "if_iter": {
      "size": 32,
      "fields": {
        "context": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_msghdr": {
      "size": 168,
      "fields": {
        "_ifm_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ifm_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifm_data": {
          "type": {
            "kind": "struct",
            "name": "if_data"
          },
          "offset": 16
        },
        "ifm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifm_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifm_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifm_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "if_msghdr32": {
      "size": 168,
      "fields": {
        "_ifm_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ifm_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifm_data": {
          "type": {
            "kind": "struct",
            "name": "if_data"
          },
          "offset": 16
        },
        "ifm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifm_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifm_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifm_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "if_msghdrl": {
      "size": 176,
      "fields": {
        "_ifm_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "_ifm_spare2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifm_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifm_data": {
          "type": {
            "kind": "struct",
            "name": "if_data"
          },
          "offset": 24
        },
        "ifm_data_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ifm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifm_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ifm_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifm_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "if_msghdrl32": {
      "size": 176,
      "fields": {
        "_ifm_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "_ifm_spare2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ifm_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifm_data": {
          "type": {
            "kind": "struct",
            "name": "if_data"
          },
          "offset": 24
        },
        "ifm_data_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ifm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifm_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ifm_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifm_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "if_pkt_info": {
      "size": 48,
      "fields": {
        "__spare0__": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "__spare1__": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "ipi_csum_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ipi_ehdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ipi_etype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "ipi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ipi_ip_hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "ipi_ip_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "ipi_ipproto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "ipi_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ipi_mflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "ipi_ndescs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ipi_new_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ipi_nsegs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ipi_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ipi_qsidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ipi_segs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 0
        },
        "ipi_tcp_hflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "ipi_tcp_hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "ipi_tcp_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ipi_tso_segsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ipi_vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        }
      },
      "kind": "struct"
    },
    "if_pkt_info_pad": {
      "size": 48,
      "fields": {
        "pkt_val": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_ratelimit_query_results": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_flows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "min_segment_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "number_of_rates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rate_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_rxd_frag": {
      "size": 6,
      "fields": {
        "irf_flid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "irf_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "irf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "if_rxd_info": {
      "size": 40,
      "fields": {
        "iri_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "iri_csum_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "iri_csum_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "iri_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "iri_flowid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "iri_frags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_rxd_frag"
            }
          },
          "offset": 16
        },
        "iri_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "iri_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iri_nfrags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "iri_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "iri_qsidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "iri_rsstype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "iri_vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "if_rxd_info_pad": {
      "size": 40,
      "fields": {
        "rxd_val": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_rxd_update": {
      "size": 32,
      "fields": {
        "iru_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "iru_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "iru_flidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "iru_idxs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "iru_paddrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "iru_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "iru_qsidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "if_rxsd": {
      "size": 16,
      "fields": {
        "ifsd_cl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 0
        },
        "ifsd_fl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_fl"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "if_set": {
      "size": 32,
      "fields": {
        "ifs_bits": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_shared_ctx": {
      "size": 384,
      "fields": {
        "__spare0__": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 332
        },
        "isc_admin_intrcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "isc_driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "driver_t"
            }
          },
          "offset": 8
        },
        "isc_driver_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "isc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 340
        },
        "isc_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "isc_nfl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "isc_nrxd_default": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 136
        },
        "isc_nrxd_max": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 168
        },
        "isc_nrxd_min": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 104
        },
        "isc_nrxqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "isc_ntxd_default": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 232
        },
        "isc_ntxd_max": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 264
        },
        "isc_ntxd_min": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 200
        },
        "isc_ntxqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "isc_parse_devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "isc_q_align": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "isc_rx_maxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "isc_rx_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "isc_rx_nsegments": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "isc_tso_maxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "isc_tso_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "isc_tx_maxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "isc_tx_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "isc_tx_reclaim_thresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 336
        },
        "isc_vendor_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_vendor_info_t"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_alloc_header": {
      "size": 16,
      "fields": {
        "flowid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flowtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "numa_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_alloc_params": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_header"
          },
          "offset": 0
        },
        "rate_limit": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_rate_limit"
          },
          "offset": 0
        },
        "tls": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_tls"
          },
          "offset": 0
        },
        "tls_rate_limit": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_tls_rate_limit"
          },
          "offset": 0
        },
        "tls_rx": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_tls_rx"
          },
          "offset": 0
        },
        "unlimited": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_rate_limit"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "if_snd_tag_alloc_rate_limit": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_header"
          },
          "offset": 0
        },
        "max_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_alloc_tls": {
      "size": 32,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_header"
          },
          "offset": 0
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 16
        },
        "tls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_session"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_alloc_tls_rate_limit": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_header"
          },
          "offset": 0
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 16
        },
        "max_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_session"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_alloc_tls_rx": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_alloc_header"
          },
          "offset": 0
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 16
        },
        "tls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_session"
            }
          },
          "offset": 24
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_modify_params": {
      "size": 16,
      "fields": {
        "rate_limit": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_rate_limit_params"
          },
          "offset": 0
        },
        "tls_rate_limit": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_rate_limit_params"
          },
          "offset": 0
        },
        "tls_rx": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_modify_tls_rx"
          },
          "offset": 0
        },
        "unlimited": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_rate_limit_params"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "if_snd_tag_modify_tls_rx": {
      "size": 16,
      "fields": {
        "tls_hdr_tcp_sn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tls_rec_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tls_seq_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_query_params": {
      "size": 16,
      "fields": {
        "rate_limit": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_rate_limit_params"
          },
          "offset": 0
        },
        "tls_rate_limit": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_rate_limit_params"
          },
          "offset": 0
        },
        "unlimited": {
          "type": {
            "kind": "struct",
            "name": "if_snd_tag_rate_limit_params"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "if_snd_tag_rate_limit_params": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "queue_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "if_snd_tag_sw": {
      "size": 40,
      "fields": {
        "next_snd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "snd_tag_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "snd_tag_modify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "snd_tag_query": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "if_softc_ctx": {
      "size": 312,
      "fields": {
        "__spare0__": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "__spare1__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "__spare2__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "__spare3__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "__spare4__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "__spare5__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "__spare6__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "__spare7__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "__spare8__": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "__spare9__": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 272
        },
        "isc_capabilities": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "isc_capenable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "isc_disable_msix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "isc_dma_width": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "isc_intr": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7a21d5a43cd1b86e"
          },
          "offset": 216
        },
        "isc_max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 236
        },
        "isc_media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 296
        },
        "isc_min_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "isc_msix_bar": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "isc_nrxd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 60
        },
        "isc_nrxqsets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "isc_nrxqsets_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "isc_ntxd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 28
        },
        "isc_ntxqsets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "isc_ntxqsets_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "isc_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "isc_rss_table_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "isc_rss_table_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "isc_rxd_buf_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 220
        },
        "isc_rxd_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 164
        },
        "isc_rxqsizes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 124
        },
        "isc_tx_csum_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "isc_tx_nsegments": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "isc_tx_tso_segments_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "isc_tx_tso_segsize_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "isc_tx_tso_size_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "isc_txd_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 156
        },
        "isc_txqsizes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "isc_txrx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_txrx"
            }
          },
          "offset": 288
        },
        "isc_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_state": {
      "size": 2,
      "fields": {
        "ifla_carrier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ifla_operstate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "if_txrx": {
      "size": 80,
      "fields": {
        "ift_legacy_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "ift_rxd_available": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ift_rxd_flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "ift_rxd_pkt_get": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ift_rxd_refill": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "ift_txd_credits_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ift_txd_encap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ift_txd_flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ift_txq_select": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "ift_txq_select_v2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "if_txsd_vec_t": {
      "size": 24,
      "fields": {
        "ifsd_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 16
        },
        "ifsd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 0
        },
        "ifsd_tso_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifa_cacheinfo": {
      "size": 16,
      "fields": {
        "cstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ifa_prefered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifa_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ifa_iter": {
      "size": 32,
      "fields": {
        "context": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifa_msghdr": {
      "size": 20,
      "fields": {
        "_ifam_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ifam_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifam_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifam_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifam_metric": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ifam_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifam_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifam_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ifa_msghdrl": {
      "size": 176,
      "fields": {
        "_ifam_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ifam_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifam_data": {
          "type": {
            "kind": "struct",
            "name": "if_data"
          },
          "offset": 24
        },
        "ifam_data_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ifam_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifam_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifam_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ifam_metric": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifam_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifam_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifam_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ifa_msghdrl32": {
      "size": 176,
      "fields": {
        "_ifam_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ifam_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifam_data": {
          "type": {
            "kind": "struct",
            "name": "if_data"
          },
          "offset": 24
        },
        "ifam_data_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ifam_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifam_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifam_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ifam_metric": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifam_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifam_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifam_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iface_rx_filter_ctx": {
      "size": 408,
      "fields": {
        "global_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "global_flags_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iface_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "iface_flags_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mbx_mcast_addr"
            }
          },
          "offset": 24
        },
        "num_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "iface_rx_filter_ctx_t": {
      "size": 408,
      "fields": {
        "global_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "global_flags_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iface_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "iface_flags_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mbx_mcast_addr"
            }
          },
          "offset": 24
        },
        "num_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ifaddr": {
      "size": 104,
      "fields": {
        "ifa_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "ifa_carp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "carp_softc"
            }
          },
          "offset": 32
        },
        "ifa_dstaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "ifa_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 88
        },
        "ifa_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "ifa_ibytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 72
        },
        "ifa_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 24
        },
        "ifa_ipackets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "ifa_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3a74e2e37d9c4a05"
          },
          "offset": 40
        },
        "ifa_netmask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 16
        },
        "ifa_obytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "ifa_opackets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "ifa_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ifaddrhead": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaddr"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifaddrmsg": {
      "size": 8,
      "fields": {
        "ifa_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ifa_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ifa_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ifa_prefixlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ifa_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ifaliasreq": {
      "size": 68,
      "fields": {
        "ifra_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 16
        },
        "ifra_broadaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 32
        },
        "ifra_mask": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 48
        },
        "ifra_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifra_vhid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ifaltq": {
      "size": 144,
      "fields": {
        "altq_cdnr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "top_cdnr"
            }
          },
          "offset": 136
        },
        "altq_dequeue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "altq_disc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "altq_enqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "altq_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "altq_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 96
        },
        "altq_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "altq_tbr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tb_regulator"
            }
          },
          "offset": 128
        },
        "altq_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "ifq_drv_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 56
        },
        "ifq_drv_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ifq_drv_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "ifq_drv_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 64
        },
        "ifq_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "ifq_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ifq_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "ifq_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifbaconf": {
      "size": 16,
      "fields": {
        "ifbac_ifbacu": {
          "type": {
            "kind": "union",
            "name": "unnamed_c7f822ec0f5befb8"
          },
          "offset": 8
        },
        "ifbac_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifbareq": {
      "size": 40,
      "fields": {
        "ifba_dst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "ifba_expire": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifba_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ifba_ifsname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifba_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ifbifconf": {
      "size": 16,
      "fields": {
        "ifbic_ifbicu": {
          "type": {
            "kind": "union",
            "name": "unnamed_d7fca8de3621e4cd"
          },
          "offset": 8
        },
        "ifbic_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifbpstpconf": {
      "size": 16,
      "fields": {
        "ifbpstp_ifbpstpu": {
          "type": {
            "kind": "union",
            "name": "unnamed_cea3b1bb2c654e8a"
          },
          "offset": 8
        },
        "ifbpstp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifbpstpreq": {
      "size": 32,
      "fields": {
        "ifbp_design_bridge": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifbp_design_cost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ifbp_design_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ifbp_design_root": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ifbp_fwd_trans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ifbp_portno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifbreq": {
      "size": 80,
      "fields": {
        "ifbr_addrcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ifbr_addrexceeded": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ifbr_addrmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ifbr_ifsflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifbr_ifsname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifbr_path_cost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ifbr_portno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "ifbr_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "ifbr_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "ifbr_role": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "ifbr_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ifbr_stpflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pad": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ifbropreq": {
      "size": 56,
      "fields": {
        "ifbop_bridgeid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifbop_designated_bridge": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ifbop_designated_root": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ifbop_fwddelay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifbop_hellotime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ifbop_holdcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ifbop_last_tc_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 40
        },
        "ifbop_maxage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ifbop_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ifbop_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ifbop_root_path_cost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ifbop_root_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifbrparam": {
      "size": 4,
      "fields": {
        "ifbrp_ifbrpu": {
          "type": {
            "kind": "union",
            "name": "unnamed_a73d831452537118"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifc_data": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ifc_data_nl": {
      "size": 56,
      "fields": {
        "bm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlattr_bmask"
            }
          },
          "offset": 8
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 48
        },
        "lattrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_parsed_link"
            }
          },
          "offset": 0
        },
        "npt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_pstate"
            }
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ifcap_nv_bit_name": {
      "size": 16,
      "fields": {
        "cap_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cap_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifconf": {
      "size": 16,
      "fields": {
        "ifc_ifcu": {
          "type": {
            "kind": "union",
            "name": "unnamed_e8c0d832837aacc6"
          },
          "offset": 8
        },
        "ifc_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifconf32": {
      "size": 8,
      "fields": {
        "ifc_ifcu": {
          "type": {
            "kind": "union",
            "name": "unnamed_b4c4fe595e776ccd"
          },
          "offset": 4
        },
        "ifc_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifdownreason": {
      "size": 88,
      "fields": {
        "ifdr_msg": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ifdr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifdr_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifdr_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ifdrv": {
      "size": 40,
      "fields": {
        "ifd_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifd_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ifd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ifd_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifdrv32": {
      "size": 28,
      "fields": {
        "ifd_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifd_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ifd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ifd_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iffam": {
      "size": 16,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "hookname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifg_group": {
      "size": 56,
      "fields": {
        "ifg_group": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifg_members": {
          "type": {
            "kind": "struct",
            "name": "unnamed_00221f82f89644c9"
          },
          "offset": 32
        },
        "ifg_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae8678e1175281a0"
          },
          "offset": 48
        },
        "ifg_pf_kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ifg_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ifg_list": {
      "size": 16,
      "fields": {
        "ifgl_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_group"
            }
          },
          "offset": 0
        },
        "ifgl_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_48ab956cb5759a27"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifg_member": {
      "size": 16,
      "fields": {
        "ifgm_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "ifgm_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_259dc5c2e4d6d891"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifg_req": {
      "size": 16,
      "fields": {
        "ifgrq_ifgrqu": {
          "type": {
            "kind": "union",
            "name": "unnamed_384636399bea8e86"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifgrouphead": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_group"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifg_group"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifgroupreq": {
      "size": 40,
      "fields": {
        "ifgr_ifgru": {
          "type": {
            "kind": "union",
            "name": "unnamed_309a87bb55dd94eb"
          },
          "offset": 24
        },
        "ifgr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifgr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifgroupreq32": {
      "size": 36,
      "fields": {
        "ifgr_ifgru": {
          "type": {
            "kind": "union",
            "name": "unnamed_e1481cf719ca87df"
          },
          "offset": 20
        },
        "ifgr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifgr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifi2creq": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dev_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ifid": {
      "size": 24,
      "fields": {
        "ifid_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ifid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifid_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ifid_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ifindex_entry": {
      "size": 16,
      "fields": {
        "ife_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ife_ifnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifinfomsg": {
      "size": 16,
      "fields": {
        "__ifi_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ifi_change": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ifi_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ifi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ifi_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifi_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ifla_vlan_flags": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iflaggparam": {
      "size": 16,
      "fields": {
        "lagg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved_32": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved_8": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iflib_ctx": {
      "size": 1104,
      "fields": {
        "ifc_admin_task": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 624
        },
        "ifc_cpus": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 32
        },
        "ifc_cpus_are_physical_cores": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 966
        },
        "ifc_ctx_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 480
        },
        "ifc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "ifc_filter_info": {
          "type": {
            "kind": "struct",
            "name": "iflib_filter_info"
          },
          "offset": 864
        },
        "ifc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "ifc_if_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 560
        },
        "ifc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 24
        },
        "ifc_led_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 584
        },
        "ifc_legacy_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 600
        },
        "ifc_link_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "ifc_mac": {
          "type": {
            "kind": "struct",
            "name": "ether_addr"
          },
          "offset": 1096
        },
        "ifc_max_fl_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "ifc_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 896
        },
        "ifc_mediap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 936
        },
        "ifc_msix_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 592
        },
        "ifc_rx_mbuf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 572
        },
        "ifc_rxqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_rxq"
            }
          },
          "offset": 552
        },
        "ifc_sctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_shared_ctx"
            }
          },
          "offset": 160
        },
        "ifc_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ifc_softc_ctx": {
          "type": {
            "kind": "struct",
            "name": "if_softc_ctx"
          },
          "offset": 168
        },
        "ifc_state_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 512
        },
        "ifc_sysctl_core_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 962
        },
        "ifc_sysctl_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 944
        },
        "ifc_sysctl_nrxds": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 984
        },
        "ifc_sysctl_nrxqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 954
        },
        "ifc_sysctl_ntxds": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 968
        },
        "ifc_sysctl_ntxqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 952
        },
        "ifc_sysctl_qs_eq_override": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 956
        },
        "ifc_sysctl_rx_budget": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 958
        },
        "ifc_sysctl_separate_txrx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 964
        },
        "ifc_sysctl_tx_abdicate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 960
        },
        "ifc_sysctl_use_logical_cores": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 965
        },
        "ifc_txqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_txq"
            }
          },
          "offset": 544
        },
        "ifc_txrx": {
          "type": {
            "kind": "struct",
            "name": "if_txrx"
          },
          "offset": 1000
        },
        "ifc_vflr_task": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 744
        },
        "ifc_vlan_attach_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1080
        },
        "ifc_vlan_detach_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1088
        },
        "ifc_watchdog_events": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 580
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iflib_dma_info": {
      "size": 40,
      "fields": {
        "idi_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "idi_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "idi_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "idi_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "idi_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iflib_filter_info": {
      "size": 32,
      "fields": {
        "ifi_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ifi_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ifi_filter_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ifi_task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "grouptask"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iflib_fl": {
      "size": 448,
      "fields": {
        "ifl_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ifl_buf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "ifl_bus_addrs": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "ifl_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifl_cltype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ifl_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ifl_fragidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ifl_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ifl_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "ifl_ifdi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_dma_info"
            }
          },
          "offset": 88
        },
        "ifl_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ifl_rx_bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "ifl_rxd_idxs": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 384
        },
        "ifl_rxd_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ifl_rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_rxq"
            }
          },
          "offset": 64
        },
        "ifl_sds": {
          "type": {
            "kind": "struct",
            "name": "iflib_rxsd_array_t"
          },
          "offset": 32
        },
        "ifl_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ifl_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "iflib_rxq": {
      "size": 832,
      "fields": {
        "ifr_cq_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ifr_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 0
        },
        "ifr_filter_info": {
          "type": {
            "kind": "struct",
            "name": "iflib_filter_info"
          },
          "offset": 360
        },
        "ifr_fl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_fl"
            }
          },
          "offset": 8
        },
        "ifr_fl_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "ifr_frags": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "if_rxd_frag"
            }
          },
          "offset": 448
        },
        "ifr_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ifr_ifdi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_dma_info"
            }
          },
          "offset": 392
        },
        "ifr_lc": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 48
        },
        "ifr_nfl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "ifr_ntxqirq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "ifr_rx_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifr_task": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 176
        },
        "ifr_txqid": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "ifr_watchdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 296
        },
        "pfil": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_head"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "iflib_rxsd_array_t": {
      "size": 32,
      "fields": {
        "ifsd_ba": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "ifsd_cl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 16
        },
        "ifsd_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 8
        },
        "ifsd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iflib_sw_rx_desc_array": {
      "size": 32,
      "fields": {
        "ifsd_ba": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "ifsd_cl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 16
        },
        "ifsd_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 8
        },
        "ifsd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iflib_sw_tx_desc_array": {
      "size": 24,
      "fields": {
        "ifsd_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 16
        },
        "ifsd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 0
        },
        "ifsd_tso_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iflib_txq": {
      "size": 2624,
      "fields": {
        "ift_br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmp_ring"
            }
          },
          "offset": 184
        },
        "ift_br_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ift_buf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 512
        },
        "ift_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ift_cidx_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ift_cleaned": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ift_cleaned_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ift_closed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 473
        },
        "ift_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 176
        },
        "ift_db_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 144
        },
        "ift_db_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ift_filter_info": {
          "type": {
            "kind": "struct",
            "name": "iflib_filter_info"
          },
          "offset": 480
        },
        "ift_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ift_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 314
        },
        "ift_ifdi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_dma_info"
            }
          },
          "offset": 528
        },
        "ift_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ift_last_timer_tick": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ift_map_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ift_mbuf_defrag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ift_mbuf_defrag_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ift_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 112
        },
        "ift_mtx_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 536
        },
        "ift_netmap_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 384
        },
        "ift_no_desc_avail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ift_no_tx_dma_setup": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ift_npending": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ift_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ift_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ift_pullups": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ift_qstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 472
        },
        "ift_rs_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ift_sds": {
          "type": {
            "kind": "struct",
            "name": "if_txsd_vec_t"
          },
          "offset": 448
        },
        "ift_segs": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 576
        },
        "ift_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 312
        },
        "ift_task": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 192
        },
        "ift_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 320
        },
        "ift_tso_buf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 520
        },
        "ift_txd_encap_efbig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ift_txd_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "ift_update_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 474
        }
      },
      "kind": "struct"
    },
    "ifma_msghdr": {
      "size": 16,
      "fields": {
        "_ifmam_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ifmam_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifmam_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifmam_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ifmam_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifmam_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ifmam_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ifmedia": {
      "size": 40,
      "fields": {
        "ifm_change": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ifm_cur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia_entry"
            }
          },
          "offset": 8
        },
        "ifm_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d3181eba19f993f8"
          },
          "offset": 16
        },
        "ifm_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifm_media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifm_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ifmedia_baudrate": {
      "size": 16,
      "fields": {
        "ifmb_baudrate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ifmb_word": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifmedia_entry": {
      "size": 32,
      "fields": {
        "ifm_aux": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ifm_data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifm_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e8d298eb33899b8b"
          },
          "offset": 0
        },
        "ifm_media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ifmediareq": {
      "size": 48,
      "fields": {
        "ifm_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ifm_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ifm_current": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ifm_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifm_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifm_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ifm_ulist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ifmediareq32": {
      "size": 40,
      "fields": {
        "ifm_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ifm_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ifm_current": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ifm_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifm_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifm_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ifm_ulist": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ifmibdata": {
      "size": 208,
      "fields": {
        "ifmd_data": {
          "type": {
            "kind": "struct",
            "name": "if_data"
          },
          "offset": 56
        },
        "ifmd_filler": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 36
        },
        "ifmd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifmd_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifmd_pcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ifmd_snd_drops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ifmd_snd_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ifmd_snd_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ifmp_ring": {
      "size": 192,
      "fields": {
        "abdications": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "can_drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "drops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 112
        },
        "enqueues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "items": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 192
        },
        "mt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malloc_type"
            }
          },
          "offset": 80
        },
        "restarts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "stalls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "starts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 120
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifmultiaddr": {
      "size": 72,
      "fields": {
        "ifma_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "ifma_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 56
        },
        "ifma_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ifma_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 24
        },
        "ifma_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_20bd3159bf2a1948"
          },
          "offset": 0
        },
        "ifma_lladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 16
        },
        "ifma_llifma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmultiaddr"
            }
          },
          "offset": 48
        },
        "ifma_protospec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "ifma_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ifmultihead": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmultiaddr"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifmultiaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifnet": {
      "size": 1288,
      "fields": {
        "if_addmultitask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 384
        },
        "if_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaddr"
            }
          },
          "offset": 488
        },
        "if_addr_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 416
        },
        "if_addrhead": {
          "type": {
            "kind": "struct",
            "name": "ifaddrhead"
          },
          "offset": 448
        },
        "if_addrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 157
        },
        "if_afdata": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 544
        },
        "if_afdata_initialized": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 896
        },
        "if_afdata_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 512
        },
        "if_alloctype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "if_amcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "if_baudrate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "if_bpf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_if"
            }
          },
          "offset": 928
        },
        "if_bridge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 944
        },
        "if_bridge_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1008
        },
        "if_bridge_linkstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1024
        },
        "if_bridge_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1016
        },
        "if_broadcastaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 504
        },
        "if_capabilities": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "if_capabilities2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "if_capenable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "if_capenable2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "if_carp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "carp_if"
            }
          },
          "offset": 968
        },
        "if_clones": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b7d26cc39b403dba"
          },
          "offset": 8
        },
        "if_counters": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 1104
        },
        "if_debugnet_methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "debugnet_methods"
            }
          },
          "offset": 1248
        },
        "if_description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "if_dname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "if_drv_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "if_dunit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "if_epoch": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 184
        },
        "if_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 1256
        },
        "if_fib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 900
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "if_get_counter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1088
        },
        "if_groups": {
          "type": {
            "kind": "struct",
            "name": "unnamed_29c66b63100fcfbf"
          },
          "offset": 24
        },
        "if_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 158
        },
        "if_home_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 912
        },
        "if_hw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 496
        },
        "if_hw_tsomax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1200
        },
        "if_hw_tsomaxsegcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1204
        },
        "if_hw_tsomaxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1208
        },
        "if_hwassist": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "if_idxgen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "if_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "if_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1048
        },
        "if_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1000
        },
        "if_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1040
        },
        "if_ispare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1272
        },
        "if_l2com": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "if_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 976
        },
        "if_lagg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 952
        },
        "if_lastchange": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 192
        },
        "if_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ff5f079ede008872"
          },
          "offset": 0
        },
        "if_link_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 159
        },
        "if_linkmib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "if_linkmiblen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "if_linktask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 352
        },
        "if_llsoftc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "if_metric": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "if_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "if_multiaddrs": {
          "type": {
            "kind": "struct",
            "name": "ifmultihead"
          },
          "offset": 464
        },
        "if_netmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 984
        },
        "if_numa_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "if_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 992
        },
        "if_pcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 936
        },
        "if_pcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1240
        },
        "if_pf_kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 960
        },
        "if_qflush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1064
        },
        "if_ratelimit_query": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1224
        },
        "if_ratelimit_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1232
        },
        "if_reassign": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1080
        },
        "if_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "if_requestencap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1096
        },
        "if_resolvemulti": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1056
        },
        "if_snd": {
          "type": {
            "kind": "struct",
            "name": "ifaltq"
          },
          "offset": 208
        },
        "if_snd_tag_alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1216
        },
        "if_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "if_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1032
        },
        "if_transmit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1072
        },
        "if_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 156
        },
        "if_vlantrunk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifvlantrunk"
            }
          },
          "offset": 920
        },
        "if_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 904
        },
        "if_xname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ifnet_hw_tsomax": {
      "size": 12,
      "fields": {
        "tsomaxbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tsomaxsegcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tsomaxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifnethead": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifnet"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifqueue": {
      "size": 56,
      "fields": {
        "ifq_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "ifq_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ifq_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ifq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "ifq_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ifreq": {
      "size": 32,
      "fields": {
        "ifr_ifru": {
          "type": {
            "kind": "union",
            "name": "unnamed_0a8e4e2a4af4d3fa"
          },
          "offset": 16
        },
        "ifr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifreq32": {
      "size": 32,
      "fields": {
        "ifr_ifru": {
          "type": {
            "kind": "union",
            "name": "unnamed_ca8ea602aea1fbf0"
          },
          "offset": 16
        },
        "ifr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifreq_buffer": {
      "size": 16,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifreq_buffer32": {
      "size": 8,
      "fields": {
        "buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifreq_nv_req": {
      "size": 16,
      "fields": {
        "buf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ifreq_union": {
      "size": 32,
      "fields": {
        "ifr": {
          "type": {
            "kind": "struct",
            "name": "ifreq"
          },
          "offset": 0
        },
        "ifr32": {
          "type": {
            "kind": "struct",
            "name": "ifreq32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ifrsshash": {
      "size": 24,
      "fields": {
        "ifrh_func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ifrh_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifrh_spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "ifrh_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ifrh_types": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ifrsskey": {
      "size": 148,
      "fields": {
        "ifrk_func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ifrk_key": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "ifrk_keylen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ifrk_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifrk_spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "ifstat": {
      "size": 817,
      "fields": {
        "ascii": {
          "type": {
            "count": 801,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ifs_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifvlan": {
      "size": 104,
      "fields": {
        "ifv_capenable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ifv_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ifv_encaplen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ifv_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "ifv_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e7e93d0150824ea"
          },
          "offset": 96
        },
        "ifv_mintu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ifv_mtufudge": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ifv_pflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ifv_qtag": {
          "type": {
            "kind": "struct",
            "name": "ether_8021q_tag"
          },
          "offset": 44
        },
        "ifv_trunk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifvlantrunk"
            }
          },
          "offset": 0
        },
        "lladdr_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 56
        },
        "vlan_mc_listhead": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5574ad06f6e52a0c"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ifvlanhead": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifvlan"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ifvlantrunk": {
      "size": 56,
      "fields": {
        "hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifvlanhead"
            }
          },
          "offset": 40
        },
        "hmask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "hwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "igc_adapter": {
      "size": 2152,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 1088
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 1160
        },
        "dmac": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1460
        },
        "dropped_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1560
        },
        "fc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1450
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1288
        },
        "flash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1224
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "igc_hw"
          },
          "offset": 8
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1276
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "igc_insert_vlan_header": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1280
        },
        "ims": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1284
        },
        "ioport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1232
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 1192
        },
        "ivars": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1260
        },
        "led_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 1168
        },
        "link_active": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1448
        },
        "link_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1454
        },
        "link_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1568
        },
        "link_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1464
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1452
        },
        "link_task": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 1296
        },
        "linkvec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1256
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 1264
        },
        "memory": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1216
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1272
        },
        "mta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1440
        },
        "osdep": {
          "type": {
            "kind": "struct",
            "name": "igc_osdep"
          },
          "offset": 1096
        },
        "que_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1472
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1240
        },
        "rx_abs_int_delay": {
          "type": {
            "kind": "struct",
            "name": "igc_int_delay_info"
          },
          "offset": 1528
        },
        "rx_int_delay": {
          "type": {
            "kind": "struct",
            "name": "igc_int_delay_info"
          },
          "offset": 1512
        },
        "rx_mbuf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1428
        },
        "rx_overruns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1576
        },
        "rx_process_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1424
        },
        "rx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igc_rx_queue"
            }
          },
          "offset": 1184
        },
        "shared": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 1080
        },
        "smartspeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1456
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "igc_hw_stats"
          },
          "offset": 1592
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1248
        },
        "tx_abs_int_delay": {
          "type": {
            "kind": "struct",
            "name": "igc_int_delay_info"
          },
          "offset": 1496
        },
        "tx_int_delay": {
          "type": {
            "kind": "struct",
            "name": "igc_int_delay_info"
          },
          "offset": 1480
        },
        "tx_itr": {
          "type": {
            "kind": "struct",
            "name": "igc_int_delay_info"
          },
          "offset": 1544
        },
        "tx_process_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1420
        },
        "tx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igc_tx_queue"
            }
          },
          "offset": 1176
        },
        "txd_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1416
        },
        "vf_ifp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2144
        },
        "watchdog_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1584
        },
        "wol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1432
        }
      },
      "kind": "struct"
    },
    "igc_adv_rx_desc": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ceea9b372bd8fd27"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4cafc58916e9b595"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "igc_adv_tx_context_desc": {
      "size": 16,
      "fields": {
        "mss_l4len_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type_tucmd_mlhl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_15d74d1a995426f7"
          },
          "offset": 4,
          "anonymous": true
        },
        "vlan_macip_lens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igc_adv_tx_desc": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fc321cea129a725f"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dbd92fcb169e1c4d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "igc_bus_info": {
      "size": 16,
      "fields": {
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "pci_cmd_word": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "igc_bus_speed"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "igc_bus_type"
          },
          "offset": 0
        },
        "width": {
          "type": {
            "kind": "enum",
            "name": "igc_bus_width"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "igc_dev_spec_i225": {
      "size": 8,
      "fields": {
        "clear_semaphore_once": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1
        },
        "eee_disable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "igc_fc_info": {
      "size": 24,
      "fields": {
        "current_mode": {
          "type": {
            "kind": "enum",
            "name": "igc_fc_mode"
          },
          "offset": 16
        },
        "high_water": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "low_water": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pause_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "refresh_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "requested_mode": {
          "type": {
            "kind": "enum",
            "name": "igc_fc_mode"
          },
          "offset": 20
        },
        "send_xon": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        },
        "strict_ieee": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "igc_hw": {
      "size": 1072,
      "fields": {
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "igc_bus_info"
          },
          "offset": 1032
        },
        "dev_spec": {
          "type": {
            "kind": "union",
            "name": "unnamed_36fd98847112305f"
          },
          "offset": 1048
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1056
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "igc_fc_info"
          },
          "offset": 744
        },
        "flash_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "hw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "io_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "igc_mac_info"
          },
          "offset": 32
        },
        "nvm": {
          "type": {
            "kind": "struct",
            "name": "igc_nvm_info"
          },
          "offset": 952
        },
        "phy": {
          "type": {
            "kind": "struct",
            "name": "igc_phy_info"
          },
          "offset": 768
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1064
        },
        "subsystem_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1060
        },
        "subsystem_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1058
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1062
        }
      },
      "kind": "struct"
    },
    "igc_hw_stats": {
      "size": 552,
      "fields": {
        "algnerrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "b2ogprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "b2ospc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "bprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "bptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "colc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "doosync": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "ecol": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "fcruc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "gorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "gotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "gprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "gptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "hgorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "hgotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "hgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "hrmpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "htdpmc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "iac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "latecol": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "mcc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mgpdc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "mgprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "mgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "mpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "mprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "mptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "o2bgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "o2bspc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "prc1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "prc127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "prc1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "prc255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "prc511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "prc64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ptc1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "ptc127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "ptc1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "ptc255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "ptc511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "ptc64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "rfc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rjc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rlec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rlpic": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rnbc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "roc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rpthc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "ruc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rxdmtc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "rxerrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "scc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "scvpc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "symerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tlpic": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "tncrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tor": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "tot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "tpr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "tpt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "tsctc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "xoffrxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "xofftxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "xonrxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "xontxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "igc_int_delay_info": {
      "size": 16,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igc_adapter"
            }
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "igc_mac_info": {
      "size": 712,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "asf_firmware_present": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 703
        },
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 704
        },
        "current_ifs_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 172
        },
        "forced_speed_duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 702
        },
        "get_link_status": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 705
        },
        "ifs_max_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 174
        },
        "ifs_min_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "ifs_ratio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 178
        },
        "ifs_step_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 708
        },
        "mc_filter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "mta_reg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "mta_shadow": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 188
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "igc_mac_operations"
          },
          "offset": 0
        },
        "perm_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 158
        },
        "rar_entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 700
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "igc_mac_type"
          },
          "offset": 164
        },
        "uta_reg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "igc_mac_operations": {
      "size": 152,
      "fields": {
        "acquire_swfw_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "check_for_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "clear_hw_cntrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "clear_vfta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "config_collision_dist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "get_bus_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "get_link_up_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "init_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "rar_set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "read_mac_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "release_swfw_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "reset_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "set_lan_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "setup_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "setup_physical_interface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "update_mc_addr_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "validate_mdi_setting": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "write_vfta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "igc_nvm_info": {
      "size": 80,
      "fields": {
        "address_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "delay_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "opcode_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "igc_nvm_operations"
          },
          "offset": 0
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "igc_nvm_type"
          },
          "offset": 64
        },
        "word_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "igc_nvm_operations": {
      "size": 64,
      "fields": {
        "acquire": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "validate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "igc_osdep": {
      "size": 64,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 56
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "flash_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "flash_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "io_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "io_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mem_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mem_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igc_phy_info": {
      "size": 184,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "autoneg_advertised": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 172
        },
        "autoneg_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 174
        },
        "autoneg_wait_to_complete": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 179
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "mdix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 176
        },
        "media_type": {
          "type": {
            "kind": "enum",
            "name": "igc_media_type"
          },
          "offset": 168
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "igc_phy_operations"
          },
          "offset": 0
        },
        "polarity_correction": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 177
        },
        "reset_delay_us": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "smart_speed": {
          "type": {
            "kind": "enum",
            "name": "igc_smart_speed"
          },
          "offset": 148
        },
        "speed_downgraded": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 178
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "igc_phy_type"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "igc_phy_operations": {
      "size": 144,
      "fields": {
        "acquire": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "check_reset_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "force_speed_duplex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "get_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "power_down": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "power_up": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "read_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "read_reg_locked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "read_reg_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "set_d0_lplu_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "set_d3_lplu_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "set_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "write_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "write_reg_locked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "write_reg_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "igc_rx_desc_extended": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8dbba7744ebd2a84"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_55c17b507480756d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "igc_rx_queue": {
      "size": 144,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igc_adapter"
            }
          },
          "offset": 0
        },
        "eims": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 120
        },
        "rxr": {
          "type": {
            "kind": "struct",
            "name": "rx_ring"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "igc_tx_desc": {
      "size": 16,
      "fields": {
        "buffer_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "lower": {
          "type": {
            "kind": "union",
            "name": "unnamed_d90c531049db6994"
          },
          "offset": 8
        },
        "upper": {
          "type": {
            "kind": "union",
            "name": "unnamed_09ef5eb59d4eefab"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "igc_tx_queue": {
      "size": 120,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igc_adapter"
            }
          },
          "offset": 0
        },
        "eims": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "txr": {
          "type": {
            "kind": "struct",
            "name": "tx_ring"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "igmp": {
      "size": 8,
      "fields": {
        "igmp_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "igmp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "igmp_group": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "igmp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igmp_grouprec": {
      "size": 8,
      "fields": {
        "ig_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ig_group": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "ig_numsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ig_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igmp_ifinfo": {
      "size": 36,
      "fields": {
        "igi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "igi_qi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "igi_qri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "igi_rv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "igi_uri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "igi_v1_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "igi_v2_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "igi_v3_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "igi_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igmp_ifsoftc": {
      "size": 88,
      "fields": {
        "igi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "igi_gq": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 64
        },
        "igi_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "igi_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8b23e33ae93855bd"
          },
          "offset": 0
        },
        "igi_qi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "igi_qri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "igi_rv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "igi_uri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "igi_v1_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "igi_v2_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "igi_v3_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "igi_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "igmp_report": {
      "size": 8,
      "fields": {
        "ir_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ir_numgrps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ir_rsv1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ir_rsv2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ir_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igmpmsg": {
      "size": 20,
      "fields": {
        "im_dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 16
        },
        "im_mbz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "im_msgtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "im_src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 12
        },
        "im_vif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "unused1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unused2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unused3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "igmpstat": {
      "size": 168,
      "fields": {
        "__igps_pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "igps_drop_gsr_queries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "igps_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "igps_rcv_badqueries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "igps_rcv_badreports": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "igps_rcv_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "igps_rcv_badttl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "igps_rcv_gen_queries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "igps_rcv_group_queries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "igps_rcv_gsr_queries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "igps_rcv_nora": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "igps_rcv_ourreports": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "igps_rcv_reports": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "igps_rcv_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "igps_rcv_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "igps_rcv_v1v2_queries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "igps_rcv_v3_queries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "igps_snd_reports": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "igps_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igmpv3": {
      "size": 12,
      "fields": {
        "igmp_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "igmp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "igmp_group": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "igmp_misc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "igmp_numsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "igmp_qqi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "igmp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igu_ack_register": {
      "size": 4,
      "fields": {
        "sb_id_and_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "status_block_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "igu_regular": {
      "size": 8,
      "fields": {
        "reserved_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sb_id_and_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ih_idseq": {
      "size": 4,
      "fields": {
        "icd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "icd_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ih_pmtu": {
      "size": 4,
      "fields": {
        "ipm_nextmtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ipm_void": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ih_rtradv": {
      "size": 4,
      "fields": {
        "irt_lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "irt_num_addrs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "irt_wpa": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iic_msg": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "slave": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iic_reqbus_data": {
      "size": 24,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iicbb_softc": {
      "size": 24,
      "fields": {
        "iicbus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "io_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "scl_low_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "udelay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iicbus_ivar": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rl": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iicbus_softc": {
      "size": 72,
      "fields": {
        "bus_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "busydev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "owncount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "strict": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        }
      },
      "kind": "struct"
    },
    "iicrb_pin_access": {
      "size": 40,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "getscl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "getsda": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "setscl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "setsda": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ilt_client_info": {
      "size": 12,
      "fields": {
        "client_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ilt_line": {
      "size": 24,
      "fields": {
        "page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "page_mapping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "im6s_st": {
      "size": 4,
      "fields": {
        "ex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "image_args": {
      "size": 72,
      "fields": {
        "argc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "begin_argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "begin_envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "bufkva": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "endp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "envc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "fname_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "stringspace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "image_decoder": {
      "size": 56,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "data_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "splash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "image_hdr": {
      "size": 48,
      "fields": {
        "image_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "image_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "imageid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "imagelength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "imageoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "image_params": {
      "size": 232,
      "fields": {
        "args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "image_args"
            }
          },
          "offset": 104
        },
        "argv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "attr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vattr"
            }
          },
          "offset": 32
        },
        "auxargs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "canary": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "canarylen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "credential_setid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 209
        },
        "entry_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "envv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "et_dyn_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "execlabel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 8
        },
        "execpath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "execpathp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "firstpage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sf_buf"
            }
          },
          "offset": 88
        },
        "freepath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "image_header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "imgp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "interpreted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 208
        },
        "interpreter_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "interpreter_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 224
        },
        "map_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "newcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 200
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 24
        },
        "opened": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 211
        },
        "pagesizes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 176
        },
        "pagesizeslen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        },
        "ps_strings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "reloc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "stack_prot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 188
        },
        "stack_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "sysent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysentvec"
            }
          },
          "offset": 112
        },
        "textset": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 212
        },
        "vmspace_destroyed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 210
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ims_st": {
      "size": 4,
      "fields": {
        "ex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "imush": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "maddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_addr": {
      "size": 16,
      "fields": {
        "__u6_addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_241ca815ec52afad"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_addrlifetime": {
      "size": 24,
      "fields": {
        "ia6t_expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "ia6t_pltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ia6t_preferred": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "ia6t_vltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "in6_addrpolicy": {
      "size": 72,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "addrmask": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 28
        },
        "label": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "preced": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "use": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "in6_aliasreq": {
      "size": 136,
      "fields": {
        "ifra_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 16
        },
        "ifra_broadaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 44
        },
        "ifra_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "ifra_lifetime": {
          "type": {
            "kind": "struct",
            "name": "in6_addrlifetime"
          },
          "offset": 104
        },
        "ifra_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifra_prefixmask": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 72
        },
        "ifra_vhid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "in6_cksum_partial_arg": {
      "size": 12,
      "fields": {
        "resid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_defrouter": {
      "size": 48,
      "fields": {
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "if_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "rtaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "rtlifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "in6_gre_socket": {
      "size": 64,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 48
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "gre_socket"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_ifaddr": {
      "size": 312,
      "fields": {
        "ia6_createtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 264
        },
        "ia6_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "ia6_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f7bac52976fe3778"
          },
          "offset": 296
        },
        "ia6_lifetime": {
          "type": {
            "kind": "struct",
            "name": "in6_addrlifetime"
          },
          "offset": 240
        },
        "ia6_memberships": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9c5b2fed09a477d3"
          },
          "offset": 288
        },
        "ia6_ndpr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_prefix"
            }
          },
          "offset": 280
        },
        "ia6_updatetime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 272
        },
        "ia_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 104
        },
        "ia_dstaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 160
        },
        "ia_ifa": {
          "type": {
            "kind": "struct",
            "name": "ifaddr"
          },
          "offset": 0
        },
        "ia_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3a1efd5192214166"
          },
          "offset": 224
        },
        "ia_net": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 132
        },
        "ia_plen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "ia_prefixmask": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 188
        }
      },
      "kind": "struct"
    },
    "in6_ifaddrhead": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_ifaddr"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in6_ifaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "in6_ifaddrlisthead": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_ifaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_ifextra": {
      "size": 48,
      "fields": {
        "icmp6_ifstat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 8
        },
        "in6_ifstat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 0
        },
        "lltable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lltable"
            }
          },
          "offset": 32
        },
        "mld_ifinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mld_ifsoftc"
            }
          },
          "offset": 40
        },
        "nd_ifinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_ifinfo"
            }
          },
          "offset": 16
        },
        "scope6_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scope6_id"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "in6_ifreq": {
      "size": 288,
      "fields": {
        "ifr_ifru": {
          "type": {
            "kind": "union",
            "name": "unnamed_01e9de961554741c"
          },
          "offset": 16
        },
        "ifr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_ifstat": {
      "size": 160,
      "fields": {
        "ifs6_in_addrerr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ifs6_in_deliver": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ifs6_in_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ifs6_in_hdrerr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ifs6_in_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "ifs6_in_noroute": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ifs6_in_protounknown": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ifs6_in_receive": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ifs6_in_toobig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifs6_in_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ifs6_out_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ifs6_out_forward": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ifs6_out_fragcreat": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ifs6_out_fragfail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ifs6_out_fragok": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ifs6_out_mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ifs6_out_request": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ifs6_reass_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "ifs6_reass_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "ifs6_reass_reqd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "in6_llentry": {
      "size": 352,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "llentry"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_mfilter": {
      "size": 40,
      "fields": {
        "im6f_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4f97c00e6d9ed2c5"
          },
          "offset": 32
        },
        "im6f_in6m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_multi"
            }
          },
          "offset": 24
        },
        "im6f_nsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "im6f_sources": {
          "type": {
            "kind": "struct",
            "name": "ip6_msource_tree"
          },
          "offset": 0
        },
        "im6f_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "in6_msource": {
      "size": 48,
      "fields": {
        "im6s_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 24
        },
        "im6s_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8e970af66fdae9a2"
          },
          "offset": 0
        },
        "im6sl_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "in6_multi": {
      "size": 152,
      "fields": {
        "in6m_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        },
        "in6m_defer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88e11082d28df3ba"
          },
          "offset": 64
        },
        "in6m_ifma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmultiaddr"
            }
          },
          "offset": 24
        },
        "in6m_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "in6m_lastgsrtv": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 112
        },
        "in6m_mli": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mld_ifsoftc"
            }
          },
          "offset": 48
        },
        "in6m_nrele": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88e11082d28df3ba"
          },
          "offset": 56
        },
        "in6m_nsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "in6m_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "in6m_scq": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 88
        },
        "in6m_scrv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "in6m_sctimer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "in6m_srcs": {
          "type": {
            "kind": "struct",
            "name": "ip6_msource_tree"
          },
          "offset": 72
        },
        "in6m_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "in6m_st"
            }
          },
          "offset": 132
        },
        "in6m_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "in6m_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "in6_multi_head": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_multi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_multi_mship": {
      "size": 24,
      "fields": {
        "i6mm_chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2ad24eadd978229c"
          },
          "offset": 8
        },
        "i6mm_maddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_multi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_nbrinfo": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 16
        },
        "asked": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "isrouter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "in6_ndifreq": {
      "size": 24,
      "fields": {
        "ifindex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_ndifreq32": {
      "size": 20,
      "fields": {
        "ifindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in6_ndireq": {
      "size": 72,
      "fields": {
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ndi": {
          "type": {
            "kind": "struct",
            "name": "nd_ifinfo"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "in6_pktinfo": {
      "size": 20,
      "fields": {
        "ipi6_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        },
        "ipi6_ifindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "in6_prefix": {
      "size": 64,
      "fields": {
        "advrtrs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "if_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "origin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "pltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "prefix": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "prefixlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "raflags": {
          "type": {
            "kind": "struct",
            "name": "prf_ra"
          },
          "offset": 28
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "vltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "in6m_st": {
      "size": 10,
      "fields": {
        "iss_asm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iss_ex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iss_fmode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "iss_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "iss_rec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "in_addr": {
      "size": 4,
      "fields": {
        "s_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in_addr_4in6": {
      "size": 16,
      "fields": {
        "ia46_addr4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 12
        },
        "ia46_pad32": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in_aliasreq": {
      "size": 68,
      "fields": {
        "ifra_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 16
        },
        "ifra_broadaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 32
        },
        "ifra_mask": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 48
        },
        "ifra_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifra_vhid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "in_conninfo": {
      "size": 44,
      "fields": {
        "inc_fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "inc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "inc_ie": {
          "type": {
            "kind": "struct",
            "name": "in_endpoints"
          },
          "offset": 4
        },
        "inc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "in_dependaddr": {
      "size": 16,
      "fields": {
        "id46_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr_4in6"
          },
          "offset": 0
        },
        "id6_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "in_endpoints": {
      "size": 40,
      "fields": {
        "ie6_zoneid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ie_dependfaddr": {
          "type": {
            "kind": "union",
            "name": "in_dependaddr"
          },
          "offset": 4
        },
        "ie_dependladdr": {
          "type": {
            "kind": "union",
            "name": "in_dependaddr"
          },
          "offset": 20
        },
        "ie_fport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ie_lport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "in_fcentry_24xx_t": {
      "size": 64,
      "fields": {
        "in_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "in_fwhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "in_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "in_np_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "in_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "in_nport_id_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "in_nport_id_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "in_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "in_portid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "in_portid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "in_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "in_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "in_reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "in_reserved4": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "in_reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "in_reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "in_reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "in_reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "in_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "in_srr_iu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "in_srr_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "in_srr_reloff_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "in_srr_reloff_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "in_srr_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "in_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "in_status_subcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "in_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "in_gre_socket": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "gre_socket"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in_ifaddr": {
      "size": 264,
      "fields": {
        "ia_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 144
        },
        "ia_dstaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 160
        },
        "ia_garp_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "ia_garp_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 192
        },
        "ia_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_23c1a56080b195de"
          },
          "offset": 120
        },
        "ia_ifa": {
          "type": {
            "kind": "struct",
            "name": "ifaddr"
          },
          "offset": 0
        },
        "ia_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_94bbb1aec4f62f67"
          },
          "offset": 136
        },
        "ia_sockmask": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 176
        },
        "ia_subnet": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ia_subnetmask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "in_ifaddrhashhead": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_ifaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in_ifaddrhead": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_ifaddr"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in_ifaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "in_ifadown_arg": {
      "size": 16,
      "fields": {
        "del": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ifa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in_ifinfo": {
      "size": 24,
      "fields": {
        "ii_allhosts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_multi"
            }
          },
          "offset": 16
        },
        "ii_igmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igmp_ifsoftc"
            }
          },
          "offset": 8
        },
        "ii_llt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lltable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in_llentry": {
      "size": 352,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "llentry"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "in_mfilter": {
      "size": 40,
      "fields": {
        "imf_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_72f99c1c4243a03d"
          },
          "offset": 32
        },
        "imf_inm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_multi"
            }
          },
          "offset": 24
        },
        "imf_nsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "imf_sources": {
          "type": {
            "kind": "struct",
            "name": "ip_msource_tree"
          },
          "offset": 0
        },
        "imf_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "in_msource": {
      "size": 32,
      "fields": {
        "ims_haddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ims_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f7f072b92a99d71"
          },
          "offset": 0
        },
        "imsl_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "in_multi": {
      "size": 160,
      "fields": {
        "inm_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 16
        },
        "inm_ifma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmultiaddr"
            }
          },
          "offset": 32
        },
        "inm_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 24
        },
        "inm_igi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igmp_ifsoftc"
            }
          },
          "offset": 64
        },
        "inm_lastgsrtv": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 120
        },
        "inm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e8c78ebb020951e3"
          },
          "offset": 0
        },
        "inm_nrele": {
          "type": {
            "kind": "struct",
            "name": "unnamed_26926dd98b600b43"
          },
          "offset": 72
        },
        "inm_nsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "inm_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "inm_rti": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "inm_scq": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 96
        },
        "inm_scrv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "inm_sctimer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "inm_srcs": {
          "type": {
            "kind": "struct",
            "name": "ip_msource_tree"
          },
          "offset": 80
        },
        "inm_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "inm_st"
            }
          },
          "offset": 140
        },
        "inm_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "inm_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "in_multi_head": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_multi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ind_ptr": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "indir": {
      "size": 16,
      "fields": {
        "in_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "in_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "indir_hashhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freework"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "freework"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "indirdep": {
      "size": 144,
      "fields": {
        "ir_bp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 96
        },
        "ir_completehd": {
          "type": {
            "kind": "struct",
            "name": "allocindirhd"
          },
          "offset": 104
        },
        "ir_deplisthd": {
          "type": {
            "kind": "struct",
            "name": "allocindirhd"
          },
          "offset": 128
        },
        "ir_donehd": {
          "type": {
            "kind": "struct",
            "name": "allocindirhd"
          },
          "offset": 120
        },
        "ir_freeblks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freeblks"
            }
          },
          "offset": 136
        },
        "ir_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "ir_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3853a164056165a6"
          },
          "offset": 48
        },
        "ir_savebp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 88
        },
        "ir_saveddata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "ir_trunc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_47c590ce2c6fa57e"
          },
          "offset": 64
        },
        "ir_writehd": {
          "type": {
            "kind": "struct",
            "name": "allocindirhd"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "indirdephd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "indirdep"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "inet_template": {
      "size": 40,
      "fields": {
        "ipv4": {
          "type": {
            "kind": "struct",
            "name": "ip"
          },
          "offset": 0
        },
        "ipv6": {
          "type": {
            "kind": "struct",
            "name": "ip6_hdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "infiniband_header": {
      "size": 24,
      "fields": {
        "ib_hwaddr": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ib_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ib_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "inflate_state": {
      "size": 7160,
      "fields": {
        "back": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 7148
        },
        "bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "check": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "codes": {
          "type": {
            "count": 1444,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "code"
            }
          },
          "offset": 1368
        },
        "distbits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "distcode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "code"
            }
          },
          "offset": 112
        },
        "dmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "extra": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "have": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "havedict": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gz_header"
            }
          },
          "offset": 48
        },
        "hold": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "lenbits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "lencode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "code"
            }
          },
          "offset": 104
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "lens": {
          "type": {
            "count": 320,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 152
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6f264bc4ba09d6a4"
          },
          "offset": 8
        },
        "ncode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "ndist": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "code"
            }
          },
          "offset": 144
        },
        "nlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "sane": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 7144
        },
        "strm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "z_stream"
            }
          },
          "offset": 0
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "was": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7152
        },
        "wbits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "whave": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "window": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "wnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "work": {
          "type": {
            "count": 288,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 792
        },
        "wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "wsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "ini": {
      "size": 16,
      "fields": {
        "cols": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rows": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "init_base_struct": {
      "size": 24,
      "fields": {
        "err_buf_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "err_buf_num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "err_buf_paddr_h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "err_buf_paddr_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "init_op": {
      "size": 8,
      "fields": {
        "arr_wr": {
          "type": {
            "kind": "struct",
            "name": "op_arr_write"
          },
          "offset": 0
        },
        "delay": {
          "type": {
            "kind": "struct",
            "name": "op_delay"
          },
          "offset": 0
        },
        "if_mode": {
          "type": {
            "kind": "struct",
            "name": "op_if_mode"
          },
          "offset": 0
        },
        "if_phase": {
          "type": {
            "kind": "struct",
            "name": "op_if_phase"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "kind": "struct",
            "name": "raw_op"
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "struct",
            "name": "op_read"
          },
          "offset": 0
        },
        "write": {
          "type": {
            "kind": "struct",
            "name": "op_write"
          },
          "offset": 0
        },
        "zero": {
          "type": {
            "kind": "struct",
            "name": "op_zero"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "init_ops": {
      "size": 32,
      "fields": {
        "early_clock_source_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "early_delay": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "parse_memmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "parse_preload_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "init_tree_node": {
      "size": 64,
      "fields": {
        "ar_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "caps": {
          "type": {
            "kind": "struct",
            "name": "node_caps"
          },
          "offset": 32
        },
        "children": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "init_tree_node"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "max_ft": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "min_ft_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "prio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "fs_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "initiator_data": {
      "size": 16,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cdb_from_host": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e4aadd734ccb7f81"
          },
          "offset": 0
        },
        "cdb_plus_saddr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e987aeb17f7fd13c"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "initiator_status": {
      "size": 12,
      "fields": {
        "residual_datacnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "residual_sgptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "inm_st": {
      "size": 10,
      "fields": {
        "iss_asm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iss_ex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "iss_fmode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "iss_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "iss_rec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "inode": {
      "size": 192,
      "fields": {
        "dinode_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_9d0bff7d3bfb336c"
          },
          "offset": 56
        },
        "i_clusterw": {
          "type": {
            "kind": "struct",
            "name": "vn_clusterw"
          },
          "offset": 104
        },
        "i_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "i_diroff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "i_dquot": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dquot"
              }
            }
          },
          "offset": 32
        },
        "i_ea_area": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "i_ea_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "i_ea_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "i_ea_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "i_effnlink": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "i_endoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "i_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "i_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "i_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "i_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "i_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 188
        },
        "i_nextclustercg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "i_nextsnap": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0f94ba216b2ad48c"
          },
          "offset": 0
        },
        "i_nlink": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 190
        },
        "i_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "i_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "i_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "i_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "i_ump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufsmount"
            }
          },
          "offset": 24
        },
        "i_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_e5cfd75b68027fcc"
          },
          "offset": 48
        },
        "i_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "inodedep": {
      "size": 304,
      "fields": {
        "id_bmsafemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bmsafemap"
            }
          },
          "offset": 136
        },
        "id_bufwait": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 200
        },
        "id_deps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1617a2e03a3ca8ce"
          },
          "offset": 120
        },
        "id_dirremhd": {
          "type": {
            "kind": "struct",
            "name": "dirremhd"
          },
          "offset": 184
        },
        "id_extupdt": {
          "type": {
            "kind": "struct",
            "name": "allocdirectlst"
          },
          "offset": 248
        },
        "id_freeblklst": {
          "type": {
            "kind": "struct",
            "name": "freeblklst"
          },
          "offset": 280
        },
        "id_fs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fs"
            }
          },
          "offset": 80
        },
        "id_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1617a2e03a3ca8ce"
          },
          "offset": 48
        },
        "id_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "id_inoreflst": {
          "type": {
            "kind": "struct",
            "name": "inoreflst"
          },
          "offset": 152
        },
        "id_inoupdt": {
          "type": {
            "kind": "struct",
            "name": "allocdirectlst"
          },
          "offset": 216
        },
        "id_inowait": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 208
        },
        "id_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "id_mkdiradd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "diradd"
            }
          },
          "offset": 144
        },
        "id_newextupdt": {
          "type": {
            "kind": "struct",
            "name": "allocdirectlst"
          },
          "offset": 264
        },
        "id_newinoupdt": {
          "type": {
            "kind": "struct",
            "name": "allocdirectlst"
          },
          "offset": 232
        },
        "id_nlinkdelta": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "id_nlinkwrote": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "id_pendinghd": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 192
        },
        "id_savedextsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "id_savednlink": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "id_savedsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        },
        "id_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_7d5870283a031981"
          },
          "offset": 296
        },
        "id_unlinked": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9e667300a64a4fe6"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "inodedep_hashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inodedep"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "inodedephd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inodedep"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "inodedeplst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inodedep"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inodedep"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "inoref": {
      "size": 112,
      "fields": {
        "if_deps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9a91aae8e08f3a09"
          },
          "offset": 48
        },
        "if_diroff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "if_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "if_jsegdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jsegdep"
            }
          },
          "offset": 64
        },
        "if_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "if_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "if_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "if_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "inoreflst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inoref"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inoref"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "inpcb": {
      "size": 392,
      "fields": {
        "inp_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 104
        },
        "inp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "inp_flags2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "inp_flow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "inp_flowid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "inp_flowtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "inp_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "inp_hash_exact": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e1d48e78e9ec40e6"
          },
          "offset": 0
        },
        "inp_hash_wild": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e1d48e78e9ec40e6"
          },
          "offset": 16
        },
        "inp_inc": {
          "type": {
            "kind": "struct",
            "name": "in_conninfo"
          },
          "offset": 140
        },
        "inp_ip_minttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 119
        },
        "inp_ip_p": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 118
        },
        "inp_ip_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 117
        },
        "inp_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 184
        },
        "inp_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e1d48e78e9ec40e6"
          },
          "offset": 376
        },
        "inp_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 32
        },
        "inp_numa_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "inp_pcbinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbinfo"
            }
          },
          "offset": 96
        },
        "inp_phd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbport"
            }
          },
          "offset": 280
        },
        "inp_portlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e1d48e78e9ec40e6"
          },
          "offset": 264
        },
        "inp_ppcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "inp_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "inp_rt_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "inp_smr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "inp_snd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 128
        },
        "inp_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 88
        },
        "inp_sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbpolicy"
            }
          },
          "offset": 192
        },
        "inp_vflag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 116
        },
        "spare_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 296
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7739dff728d000a2"
          },
          "offset": 200,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4be34679ecaf15a5"
          },
          "offset": 224,
          "anonymous": true
        },
        "unnamed_field_2": {
          "type": {
            "kind": "union",
            "name": "unnamed_a50f84fa19b08a25"
          },
          "offset": 312,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "inpcb_iterator": {
      "size": 40,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 8
        },
        "ipi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbinfo"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "enum",
            "name": "unnamed_afbbc663b69ed15a"
          },
          "offset": 36
        },
        "match": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "inpcbhead": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "inpcbinfo": {
      "size": 184,
      "fields": {
        "ipi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ipi_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ipi_hash_exact": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbhead"
            }
          },
          "offset": 120
        },
        "ipi_hash_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "ipi_hash_wild": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbhead"
            }
          },
          "offset": 128
        },
        "ipi_hashmask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "ipi_lasthi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "ipi_lastlow": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "ipi_lastport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "ipi_lbgrouphashbase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcblbgrouphead"
            }
          },
          "offset": 160
        },
        "ipi_lbgrouphashmask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "ipi_listhead": {
          "type": {
            "kind": "struct",
            "name": "inpcbhead"
          },
          "offset": 32
        },
        "ipi_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "ipi_porthashbase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbporthead"
            }
          },
          "offset": 144
        },
        "ipi_porthashmask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ipi_portzone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 72
        },
        "ipi_smr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smr"
            }
          },
          "offset": 80
        },
        "ipi_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 176
        },
        "ipi_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "inpcblbgroup": {
      "size": 72,
      "fields": {
        "il_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "il_dependladdr": {
          "type": {
            "kind": "union",
            "name": "in_dependaddr"
          },
          "offset": 48
        },
        "il_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 16
        },
        "il_inp": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inpcb"
              }
            }
          },
          "offset": 72
        },
        "il_inpcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "il_inpsiz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "il_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c283df473c81ad28"
          },
          "offset": 0
        },
        "il_lport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "il_numa_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "il_pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "il_vflag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        }
      },
      "kind": "struct"
    },
    "inpcblbgrouphead": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcblbgroup"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "inpcbpolicy": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "genid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdrsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "sp_in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 0
        },
        "sp_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "inpcbport": {
      "size": 32,
      "fields": {
        "phd_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_62503300f70b63cf"
          },
          "offset": 8
        },
        "phd_pcblist": {
          "type": {
            "kind": "struct",
            "name": "inpcbhead"
          },
          "offset": 0
        },
        "phd_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "inpcbporthead": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbport"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "inpcbstorage": {
      "size": 64,
      "fields": {
        "ips_hashlock_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "ips_infolock_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "ips_pcbinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ips_portzone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 8
        },
        "ips_portzone_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "ips_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ips_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        },
        "ips_zone_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "input": {
      "size": 16,
      "fields": {
        "cmpl_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "req_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "input_absinfo": {
      "size": 24,
      "fields": {
        "flat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fuzz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "maximum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "minimum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "resolution": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "input_event": {
      "size": 24,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "input_event32": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "input_id": {
      "size": 8,
      "fields": {
        "bustype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "product": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "input_keymap_entry": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "keycode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "scancode": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ins_format1": {
      "size": 4,
      "fields": {
        "destination": {
          "type": {
            "bit_length": 9,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "immediate": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "opcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "parity": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ret": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "source": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ins_format2": {
      "size": 4,
      "fields": {
        "destination": {
          "type": {
            "bit_length": 9,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "opcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "parity": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ret": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "shift_control": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "source": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ins_format3": {
      "size": 4,
      "fields": {
        "address": {
          "type": {
            "bit_length": 10,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "immediate": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "opcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "parity": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "source": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ins_formats": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "format1": {
          "type": {
            "kind": "struct",
            "name": "ins_format1"
          },
          "offset": 0
        },
        "format2": {
          "type": {
            "kind": "struct",
            "name": "ins_format2"
          },
          "offset": 0
        },
        "format3": {
          "type": {
            "kind": "struct",
            "name": "ins_format3"
          },
          "offset": 0
        },
        "integer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "inst": {
      "size": 24,
      "fields": {
        "i_extra": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "i_has_modrm": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "i_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "i_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "i_size": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "inst_rmrr_iter_args": {
      "size": 8,
      "fields": {
        "dmar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_unit"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "int16_temp": {
      "size": 4,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "int32_temp": {
      "size": 8,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "int64_temp": {
      "size": 16,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "intel_dmar_quirk_cpu": {
      "size": 40,
      "fields": {
        "descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ext_family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ext_model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "family_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "quirk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "stepping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "intel_dmar_quirk_nb": {
      "size": 24,
      "fields": {
        "descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "dev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "quirk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "rev_no": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "intel_gtt": {
      "size": 48,
      "fields": {
        "do_idle_maps": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "gma_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "gtt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "gtt_mappable_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "gtt_total_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "needs_dmar": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "scratch_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 24
        },
        "scratch_page_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "stolen_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "intel_log_temp_stats": {
      "size": 104,
      "fields": {
        "_rsvd": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "current": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "est_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "max_oper_temp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "max_temp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "min_oper_temp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "min_temp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "overtemp_flag_last": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "overtemp_flag_life": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "intel_raid_conf": {
      "size": 264,
      "fields": {
        "attributes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "bbm_log_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "cache_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "config_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "config_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "disk": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "intel_raid_disk"
            }
          },
          "offset": 216
        },
        "dummy_0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "dummy_2": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 59
        },
        "error_log_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "error_log_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "filler_0": {
          "type": {
            "count": 35,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 76
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "intel_id": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "orig_config_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "pwr_cycle_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "total_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "total_volumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "version": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "intel_raid_disk": {
      "size": 48,
      "fields": {
        "filler": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "owner_cfg_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sectors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "serial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "intel_raid_map": {
      "size": 52,
      "fields": {
        "ddf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "disk_idx": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "disk_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "disk_sectors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "failed_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "filler_2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "offset_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "strip_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "stripe_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "stripe_count_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "total_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "total_domains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "intel_raid_vol": {
      "size": 164,
      "fields": {
        "bad_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "cache_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "checkpoint_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "cng_master_disk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "cng_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "cng_sub_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "curr_migr_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "curr_migr_unit_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "dirty": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 90
        },
        "filler_0": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "filler_1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        },
        "fs_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 91
        },
        "map": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "intel_raid_map"
            }
          },
          "offset": 112
        },
        "migr_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "migr_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "migr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 89
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "num_sub_vols": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "total_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "verify_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "intel_stolen_ops": {
      "size": 16,
      "fields": {
        "base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "internal_sc": {
      "size": 48,
      "fields": {
        "dx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ism1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ism2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "sm1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "sm2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "internal_state": {
      "size": 5952,
      "fields": {
        "bi_buf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5936
        },
        "bi_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5940
        },
        "bl_count": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2976
        },
        "bl_desc": {
          "type": {
            "kind": "struct",
            "name": "tree_desc_s"
          },
          "offset": 2952
        },
        "bl_tree": {
          "type": {
            "count": 39,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ct_data_s"
            }
          },
          "offset": 2748
        },
        "block_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "d_desc": {
          "type": {
            "kind": "struct",
            "name": "tree_desc_s"
          },
          "offset": 2928
        },
        "depth": {
          "type": {
            "count": 573,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5308
        },
        "dyn_dtree": {
          "type": {
            "count": 61,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ct_data_s"
            }
          },
          "offset": 2504
        },
        "dyn_ltree": {
          "type": {
            "count": 573,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ct_data_s"
            }
          },
          "offset": 212
        },
        "good_match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "gzhead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gz_header"
            }
          },
          "offset": 56
        },
        "gzindex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "hash_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "hash_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "hash_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "hash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 120
        },
        "heap": {
          "type": {
            "count": 573,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 3008
        },
        "heap_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5300
        },
        "heap_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5304
        },
        "high_water": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5944
        },
        "ins_h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "insert": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5932
        },
        "l_desc": {
          "type": {
            "kind": "struct",
            "name": "tree_desc_s"
          },
          "offset": 2904
        },
        "last_flush": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "lit_bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5896
        },
        "lookahead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "match_available": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "match_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "match_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "matches": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5928
        },
        "max_chain_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "max_lazy_match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "nice_match": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "opt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5912
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pending_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pending_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pending_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 112
        },
        "prev_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "prev_match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "static_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5920
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "strategy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "strm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "z_stream"
            }
          },
          "offset": 0
        },
        "strstart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "sym_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5888
        },
        "sym_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5904
        },
        "sym_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5900
        },
        "w_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "w_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "w_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "window": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "wrap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "interval": {
      "size": 8,
      "fields": {
        "first": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "interval_tree_node": {
      "size": 40,
      "fields": {
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rb": {
          "type": {
            "kind": "struct",
            "name": "rb_node"
          },
          "offset": 0
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "intr_action": {
      "size": 16,
      "fields": {
        "action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "arg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "intr_config_hook": {
      "size": 32,
      "fields": {
        "ich_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ich_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ich_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_520d76b8453487e5"
          },
          "offset": 0
        },
        "ich_state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "intr_details": {
      "size": 16,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "intr_entropy": {
      "size": 16,
      "fields": {
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "intr_event": {
      "size": 200,
      "fields": {
        "ie_active": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 188
        },
        "ie_assign_cpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "ie_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "ie_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "ie_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "ie_fullname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "ie_handlers": {
          "type": {
            "kind": "struct",
            "name": "unnamed_53188a8829d4a56c"
          },
          "offset": 16
        },
        "ie_hflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "ie_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "ie_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_06d01c514417e1b8"
          },
          "offset": 0
        },
        "ie_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "ie_name": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ie_phase": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "ie_post_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "ie_post_ithread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "ie_pre_ithread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "ie_source": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "ie_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_thread"
            }
          },
          "offset": 104
        },
        "ie_warncnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "ie_warntm": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "intr_handler": {
      "size": 80,
      "fields": {
        "ih_argument": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ih_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_event"
            }
          },
          "offset": 48
        },
        "ih_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ih_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ih_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ih_name": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "ih_need": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ih_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f35d62b04275cf5d"
          },
          "offset": 64
        },
        "ih_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "intr_info": {
      "size": 40,
      "fields": {
        "actions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_action"
            }
          },
          "offset": 32
        },
        "cause_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "details": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_details"
            }
          },
          "offset": 24
        },
        "enable_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fatal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "intr_thread": {
      "size": 32,
      "fields": {
        "it_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_event"
            }
          },
          "offset": 0
        },
        "it_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "it_need": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "it_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 8
        },
        "it_waiting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "intrs_and_queues": {
      "size": 30,
      "fields": {
        "intr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nirq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "nnmrxq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "nnmrxq_vi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "nnmtxq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "nnmtxq_vi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "nofldrxq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "nofldrxq_vi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "nofldtxq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "nofldtxq_vi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "nrxq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nrxq_vi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ntxq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ntxq_vi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "num_vis": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "intsrc": {
      "size": 48,
      "fields": {
        "is_count": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "is_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "is_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "is_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_event"
            }
          },
          "offset": 8
        },
        "is_handlers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "is_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "is_pic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pic"
            }
          },
          "offset": 0
        },
        "is_straycount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "invpcid_descr": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pad": {
          "type": {
            "bit_length": 52,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1
        },
        "pcid": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "io_map_index_st": {
      "size": 36,
      "fields": {
        "ioctlbits": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "ioctlmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ioenable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "start_lsb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "start_msb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "stop_lsb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "stop_msb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "io_mapping": {
      "size": 32,
      "fields": {
        "attr": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 24
        },
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ioa_registers": {
      "size": 4128,
      "fields": {
        "host_to_ioa_db": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "host_to_ioa_db_clr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "host_to_ioa_db_mask_clr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ioa_to_host_db": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "ioa_to_host_db_clr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ioa_to_host_db_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "ioa_to_host_db_mask_clr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "ioa_to_host_glob_int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "mb": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4096
        },
        "res1": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "res3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "res4": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "res5": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "res6": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 164
        },
        "res7": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        },
        "res8": {
          "type": {
            "count": 3892,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 204
        },
        "scratchpad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "scratchpad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "scratchpad2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "scratchpad3_fw_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "scratchpad4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ioapic": {
      "size": 168,
      "fields": {
        "io_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ioapic_t"
            }
          },
          "offset": 128
        },
        "io_apic_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 121
        },
        "io_haseoi": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 125
        },
        "io_hw_apic_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 122
        },
        "io_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 120
        },
        "io_intbase": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 123
        },
        "io_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c6099fbc094599a7"
          },
          "offset": 144
        },
        "io_numintr": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 124
        },
        "io_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "io_pic": {
          "type": {
            "kind": "struct",
            "name": "pic"
          },
          "offset": 0
        },
        "io_pins": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ioapic_intsrc"
            }
          },
          "offset": 168
        },
        "pci_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 152
        },
        "pci_wnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "ioapic_intsrc": {
      "size": 72,
      "fields": {
        "io_activehi": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "io_bus": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 60
        },
        "io_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "io_edgetrigger": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "io_intpin": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "io_intsrc": {
          "type": {
            "kind": "struct",
            "name": "intsrc"
          },
          "offset": 0
        },
        "io_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "io_lowreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "io_masked": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "io_remap_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "io_vector": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 53
        }
      },
      "kind": "struct"
    },
    "ioapic_t": {
      "size": 32,
      "fields": {
        "ioregsel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iowin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ioc_patch": {
      "size": 4,
      "fields": {
        "patch": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioc_play_blocks": {
      "size": 8,
      "fields": {
        "blk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ioc_play_msf": {
      "size": 6,
      "fields": {
        "end_f": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "end_m": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "end_s": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "start_f": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "start_m": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "start_s": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ioc_play_track": {
      "size": 4,
      "fields": {
        "end_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "end_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "start_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "start_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioc_read_subchannel": {
      "size": 16,
      "fields": {
        "address_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cd_sub_channel_info"
            }
          },
          "offset": 8
        },
        "data_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ioc_read_toc_entry": {
      "size": 16,
      "fields": {
        "address_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cd_toc_entry"
            }
          },
          "offset": 8
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "starting_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ioc_read_toc_entry32": {
      "size": 8,
      "fields": {
        "address_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "starting_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ioc_read_toc_single_entry": {
      "size": 12,
      "fields": {
        "address_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "cd_toc_entry"
          },
          "offset": 4
        },
        "track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ioc_toc_header": {
      "size": 4,
      "fields": {
        "ending_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "starting_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ioc_vol": {
      "size": 4,
      "fields": {
        "vol": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_args": {
      "size": 24,
      "fields": {
        "com": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "com_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "com_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ioctl_common_function_reset": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_evtchn_bind_interdomain": {
      "size": 12,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "remote_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "remote_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ioctl_evtchn_bind_unbound_port": {
      "size": 8,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "remote_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_evtchn_bind_virq": {
      "size": 8,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "virq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_evtchn_notify": {
      "size": 4,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_evtchn_unbind": {
      "size": 4,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_gntdev_alloc_gref": {
      "size": 24,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "gref_ids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ioctl_gntdev_dealloc_gref": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_gntdev_get_offset_for_vaddr": {
      "size": 24,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_gntdev_grant_ref": {
      "size": 8,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ioctl_gntdev_map_grant_ref": {
      "size": 24,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "refs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ioctl_gntdev_grant_ref"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ioctl_gntdev_unmap_grant_ref": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_gntdev_unmap_notify": {
      "size": 16,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_channel_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_privcmd_dmop": {
      "size": 16,
      "fields": {
        "dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ubufs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "privcmd_dmop_buf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ioctl_privcmd_hypercall": {
      "size": 56,
      "fields": {
        "arg": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "retval": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ioctl_privcmd_mmapbatch": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "arr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "err": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ioctl_privcmd_mmapresource": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dom": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iodev_pio_req": {
      "size": 16,
      "fields": {
        "access": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iommu_ctx": {
      "size": 40,
      "fields": {
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_domain"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "loads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag_iommu"
            }
          },
          "offset": 8
        },
        "unloads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "iommu_domain": {
      "size": 176,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "entries_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "first_place": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 128
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "iommu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_unit"
            }
          },
          "offset": 0
        },
        "last_place": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 136
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "msi_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "msi_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 144
        },
        "msi_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_domain_map_ops"
            }
          },
          "offset": 8
        },
        "rb_root": {
          "type": {
            "kind": "struct",
            "name": "iommu_gas_entries_tree"
          },
          "offset": 104
        },
        "start_gap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 112
        },
        "unload_entries": {
          "type": {
            "kind": "struct",
            "name": "iommu_map_entries_tailq"
          },
          "offset": 88
        },
        "unload_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "iommu_domain_map_ops": {
      "size": 16,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "unmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iommu_gas_entries_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iommu_gas_match_args": {
      "size": 40,
      "fields": {
        "common": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag_common"
            }
          },
          "offset": 16
        },
        "entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 32
        },
        "gas_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iommu_map_entries_tailq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "iommu_map_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iommu_map_entry": {
      "size": 104,
      "fields": {
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_domain"
            }
          },
          "offset": 88
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "first": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "free_down": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "gseq": {
          "type": {
            "kind": "struct",
            "name": "iommu_qi_genseq"
          },
          "offset": 96
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rb_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ca9c52b0ce8e123a"
          },
          "offset": 64
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_4a5a0a6b52272c86"
          },
          "offset": 48,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "iommu_qi_genseq": {
      "size": 8,
      "fields": {
        "gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iommu_unit": {
      "size": 136,
      "fields": {
        "buswide_ctxs": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "delayed_maps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0d8f57fde4c0a19b"
          },
          "offset": 80
        },
        "delayed_taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 96
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "dma_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "dmamap_load_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "iovec": {
      "size": 16,
      "fields": {
        "iov_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "iov_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iovec32": {
      "size": 8,
      "fields": {
        "iov_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iov_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ip": {
      "size": 20,
      "fields": {
        "ip_dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 16
        },
        "ip_hl": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ip_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ip_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ip_p": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ip_src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 12
        },
        "ip_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ip_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ip_v": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6_dest": {
      "size": 2,
      "fields": {
        "ip6d_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip6d_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6_direct_ctx": {
      "size": 8,
      "fields": {
        "ip6dc_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ip6dc_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ip6_ext": {
      "size": 2,
      "fields": {
        "ip6e_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip6e_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6_exthdrs": {
      "size": 40,
      "fields": {
        "ip6e_dest1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "ip6e_dest2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "ip6e_hbh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "ip6e_ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "ip6e_rthdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ip6_frag": {
      "size": 8,
      "fields": {
        "ip6f_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ip6f_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ip6f_offlg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ip6f_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ip6_hbh": {
      "size": 2,
      "fields": {
        "ip6h_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip6h_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6_hdr": {
      "size": 40,
      "fields": {
        "ip6_ctlun": {
          "type": {
            "kind": "union",
            "name": "unnamed_96baab6fa0cf630a"
          },
          "offset": 0
        },
        "ip6_dst": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 24
        },
        "ip6_src": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ip6_hdrctl": {
      "size": 8,
      "fields": {
        "ip6_un1_flow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ip6_un1_hlim": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ip6_un1_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ip6_un1_plen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ip6_mfilter_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_mfilter"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in6_mfilter"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ip6_moptions": {
      "size": 32,
      "fields": {
        "im6o_head": {
          "type": {
            "kind": "struct",
            "name": "ip6_mfilter_head"
          },
          "offset": 16
        },
        "im6o_multicast_hlim": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "im6o_multicast_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "im6o_multicast_loop": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ip6_msource": {
      "size": 56,
      "fields": {
        "im6s_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 24
        },
        "im6s_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8e970af66fdae9a2"
          },
          "offset": 0
        },
        "im6s_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "im6s_st"
            }
          },
          "offset": 40
        },
        "im6s_stp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ip6_msource_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_msource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6_mtuinfo": {
      "size": 32,
      "fields": {
        "ip6m_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "ip6m_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ip6_opt": {
      "size": 2,
      "fields": {
        "ip6o_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip6o_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6_opt_router": {
      "size": 4,
      "fields": {
        "ip6or_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip6or_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ip6or_value": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ip6_pktopts": {
      "size": 208,
      "fields": {
        "ip6po_dest1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_dest"
            }
          },
          "offset": 104
        },
        "ip6po_dest2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_dest"
            }
          },
          "offset": 184
        },
        "ip6po_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "ip6po_hbh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_hbh"
            }
          },
          "offset": 96
        },
        "ip6po_hlim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ip6po_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "ip6po_minmtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "ip6po_nhinfo": {
          "type": {
            "kind": "struct",
            "name": "ip6po_nhinfo"
          },
          "offset": 24
        },
        "ip6po_pktinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_pktinfo"
            }
          },
          "offset": 16
        },
        "ip6po_prefer_tempaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "ip6po_rhinfo": {
          "type": {
            "kind": "struct",
            "name": "ip6po_rhinfo"
          },
          "offset": 112
        },
        "ip6po_tclass": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "ip6_pseudo": {
      "size": 40,
      "fields": {
        "dst": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6_rthdr": {
      "size": 4,
      "fields": {
        "ip6r_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip6r_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ip6r_segleft": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ip6r_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ip6_rthdr0": {
      "size": 8,
      "fields": {
        "ip6r0_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ip6r0_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ip6r0_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ip6r0_segleft": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ip6r0_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ip6asfrag": {
      "size": 40,
      "fields": {
        "ip6af_frglen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ip6af_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "ip6af_mff": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 36
        },
        "ip6af_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ip6af_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ip6af_tq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3c1d78bfdae08f4a"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6ctlparam": {
      "size": 72,
      "fields": {
        "ip6c_cmdarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "ip6c_dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr_in6"
            }
          },
          "offset": 40
        },
        "ip6c_finaldst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr_in6"
            }
          },
          "offset": 48
        },
        "ip6c_icmp6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "icmp6_hdr"
            }
          },
          "offset": 8
        },
        "ip6c_ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_hdr"
            }
          },
          "offset": 16
        },
        "ip6c_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "ip6c_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "ip6c_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ip6c_src": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr_in6"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ip6fraghead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6asfrag"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ip6asfrag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ip6po_nhinfo": {
      "size": 72,
      "fields": {
        "ip6po_nhi_nexthop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "ip6po_nhi_route": {
          "type": {
            "kind": "struct",
            "name": "route_in6"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ip6po_rhinfo": {
      "size": 72,
      "fields": {
        "ip6po_rhi_route": {
          "type": {
            "kind": "struct",
            "name": "route_in6"
          },
          "offset": 8
        },
        "ip6po_rhi_rthdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_rthdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6q": {
      "size": 88,
      "fields": {
        "ip6q_dst": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 40
        },
        "ip6q_ecn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "ip6q_frags": {
          "type": {
            "kind": "struct",
            "name": "ip6fraghead"
          },
          "offset": 0
        },
        "ip6q_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ip6q_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 80
        },
        "ip6q_nfrag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "ip6q_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ip6q_src": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 24
        },
        "ip6q_tq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2755344cf148a01a"
          },
          "offset": 56
        },
        "ip6q_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ip6q_unfrglen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ip6qbucket": {
      "size": 56,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "packets": {
          "type": {
            "kind": "struct",
            "name": "ip6qhead"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip6qhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6q"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ip6q"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ip6stat": {
      "size": 3320,
      "fields": {
        "ip6s_atomicfrags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ip6s_badoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "ip6s_badscope": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "ip6s_badvers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "ip6s_cantforward": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ip6s_cantfrag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "ip6s_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ip6s_exthdrtoolong": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2520
        },
        "ip6s_forward": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ip6s_fragdropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ip6s_fragmented": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ip6s_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ip6s_fragoverflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ip6s_fragtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ip6s_localout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ip6s_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2240
        },
        "ip6s_m2m": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2248
        },
        "ip6s_mext1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2504
        },
        "ip6s_mext2m": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2512
        },
        "ip6s_nogif": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2528
        },
        "ip6s_noroute": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ip6s_notmember": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "ip6s_nxthist": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 192
        },
        "ip6s_odropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ip6s_ofragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "ip6s_rawout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "ip6s_reassembled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ip6s_redirectsent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ip6s_sources_deprecated": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 3064
        },
        "ip6s_sources_none": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2544
        },
        "ip6s_sources_otherif": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2680
        },
        "ip6s_sources_otherscope": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2936
        },
        "ip6s_sources_rule": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 3192
        },
        "ip6s_sources_sameif": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2552
        },
        "ip6s_sources_samescope": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2808
        },
        "ip6s_toomanyhdr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2536
        },
        "ip6s_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ip6s_toosmall": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ip6s_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip_fw_args": {
      "size": 144,
      "fields": {
        "f_id": {
          "type": {
            "kind": "struct",
            "name": "ipfw_flow_id"
          },
          "offset": 88
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 40
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 48
        },
        "rule": {
          "type": {
            "kind": "struct",
            "name": "ipfw_rule_ref"
          },
          "offset": 4
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_ee61cec2389404ec"
          },
          "offset": 56,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_6a7b11330dc5b16d"
          },
          "offset": 80,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ip_fw_nh6": {
      "size": 24,
      "fields": {
        "sin6_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        },
        "sin6_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "sin6_scope_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ip_mfilter_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_mfilter"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in_mfilter"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ip_moptions": {
      "size": 48,
      "fields": {
        "imo_head": {
          "type": {
            "kind": "struct",
            "name": "ip_mfilter_head"
          },
          "offset": 32
        },
        "imo_multicast_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 8
        },
        "imo_multicast_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "imo_multicast_loop": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "imo_multicast_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "imo_multicast_vif": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ip_mreq_source": {
      "size": 12,
      "fields": {
        "imr_interface": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 8
        },
        "imr_multiaddr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "imr_sourceaddr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ip_mreqn": {
      "size": 12,
      "fields": {
        "imr_address": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "imr_ifindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "imr_multiaddr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ip_msource": {
      "size": 40,
      "fields": {
        "ims_haddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ims_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f7f072b92a99d71"
          },
          "offset": 0
        },
        "ims_st": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ims_st"
            }
          },
          "offset": 28
        },
        "ims_stp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ip_msource_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip_msource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipc_perm": {
      "size": 32,
      "fields": {
        "cgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipc_perm32": {
      "size": 24,
      "fields": {
        "cgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipcomp": {
      "size": 4,
      "fields": {
        "comp_cpi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "comp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "comp_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipcompstat": {
      "size": 200,
      "fields": {
        "ipcomps_badkcr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ipcomps_crypto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ipcomps_hdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ipcomps_hist": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 120
        },
        "ipcomps_ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ipcomps_input": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ipcomps_invalid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ipcomps_nopf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ipcomps_notdb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ipcomps_noxform": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ipcomps_obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ipcomps_output": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ipcomps_pdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ipcomps_qfull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ipcomps_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "ipcomps_toobig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ipcomps_uncompr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "ipcomps_wrap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ipfw_flow_id": {
      "size": 56,
      "fields": {
        "_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "addr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "dst_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dst_ip6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 16
        },
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "extra": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "fib": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "flow_id6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "src_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "src_ip6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 32
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ipfw_rule_ref": {
      "size": 32,
      "fields": {
        "chain_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pkt_mark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rule_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rulenum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ipopt_tag": {
      "size": 80,
      "fields": {
        "ip_nhops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ip_srcrt": {
          "type": {
            "kind": "struct",
            "name": "ipoptrt"
          },
          "offset": 28
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipoption": {
      "size": 44,
      "fields": {
        "ipopt_dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "ipopt_list": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ipoptrt": {
      "size": 48,
      "fields": {
        "dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "nop": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 4
        },
        "route": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "in_addr"
            }
          },
          "offset": 8
        },
        "srcopt": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ipovly": {
      "size": 20,
      "fields": {
        "ih_dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 16
        },
        "ih_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ih_pr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ih_src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 12
        },
        "ih_x1": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ippseudo": {
      "size": 12,
      "fields": {
        "ippseudo_dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "ippseudo_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ippseudo_p": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ippseudo_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ippseudo_src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipq": {
      "size": 56,
      "fields": {
        "ipq_dst": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 44
        },
        "ipq_expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "ipq_frags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "ipq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ipq_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 48
        },
        "ipq_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_15016c43df7f47f7"
          },
          "offset": 0
        },
        "ipq_maxoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ipq_nfrags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ipq_p": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "ipq_src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ipqbucket": {
      "size": 128,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "ipqhead"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ipqhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipq"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ipq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ips_adapter_ffdc_cmd": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserve1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "reset_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reset_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "second": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "yearH": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "yearL": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ips_adapter_info_cmd": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "commandtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ips_adapter_info_t": {
      "size": 188,
      "fields": {
        "BSTflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SLTflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "addr_dead_disk": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 15,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 68
        },
        "blockedflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "bootblock_version": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "codeblock_version": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "config_update_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "critical_drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "defunct_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "drive_sector_count": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flash_prog_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "max_concurrent_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "max_phys_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "miscflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nvram_dev_chg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "offline_drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "psdn_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "pwr_chg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rebuildflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "unident_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "wrong_addr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ips_cmd_status_t": {
      "size": 4,
      "fields": {
        "fields": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1dd59c444394b30a"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ips_command": {
      "size": 88,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "command_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "command_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "command_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "command_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "data_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "data_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "data_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_882312d7add9c16d"
          },
          "offset": 56
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_softc"
            }
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "union",
            "name": "ips_cmd_status_t"
          },
          "offset": 52
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ips_command_t": {
      "size": 88,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "command_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "command_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "command_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "command_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "data_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "data_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "data_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_882312d7add9c16d"
          },
          "offset": 56
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_softc"
            }
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "union",
            "name": "ips_cmd_status_t"
          },
          "offset": 52
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ips_copper_queue_t": {
      "size": 536,
      "fields": {
        "base_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 528
        },
        "dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 520
        },
        "nextstatus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 516
        },
        "status": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ips_drive_cmd": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ips_drive_info_t": {
      "size": 68,
      "fields": {
        "drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drives": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ips_drive_t"
            }
          },
          "offset": 4
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ips_drive_t": {
      "size": 8,
      "fields": {
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "merge_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "raid_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ips_generic_cmd": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ips_io_cmd": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "segnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ips_ioctl": {
      "size": 48,
      "fields": {
        "command_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_generic_cmd"
            }
          },
          "offset": 0
        },
        "data_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "datasize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "readwrite": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "union",
            "name": "ips_cmd_status_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ips_ioctl_t": {
      "size": 48,
      "fields": {
        "command_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_generic_cmd"
            }
          },
          "offset": 0
        },
        "data_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "datasize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "readwrite": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "union",
            "name": "ips_cmd_status_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ips_nvram_page5": {
      "size": 128,
      "fields": {
        "adapter_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "adapter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "bios_high": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "bios_low": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "driver_high": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "driver_low": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "operating_system": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "reserve4": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ips_rw_nvram_cmd": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pagenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ips_sg_element_t": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ips_softc": {
      "size": 728,
      "fields": {
        "adapter_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "adapter_info": {
          "type": {
            "kind": "struct",
            "name": "ips_adapter_info_t"
          },
          "offset": 186
        },
        "adapter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "cmd_sema": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 672
        },
        "command_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 88
        },
        "commandarray": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_command_t"
            }
          },
          "offset": 536
        },
        "configured": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "copper_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_copper_queue_t"
            }
          },
          "offset": 592
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 104
        },
        "device_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 112
        },
        "diskdev": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 376
        },
        "drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 504
        },
        "drives": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ips_drive_t"
            }
          },
          "offset": 440
        },
        "ffdc_resetcount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 506
        },
        "ffdc_resettime": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 512
        },
        "free_cmd_list": {
          "type": {
            "kind": "struct",
            "name": "command_list"
          },
          "offset": 552
        },
        "iores": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "iotype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ips_adapter_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 568
        },
        "ips_adapter_reinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 560
        },
        "ips_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 16
        },
        "ips_issue_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 576
        },
        "ips_poll_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 584
        },
        "irqcookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "irqres": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "irqrid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "max_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 529
        },
        "next_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 528
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 632
        },
        "queue_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 600
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "sg_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "staticcmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_command_t"
            }
          },
          "offset": 544
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 120
        },
        "used_commands": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 530
        }
      },
      "kind": "struct"
    },
    "ips_softc_t": {
      "size": 728,
      "fields": {
        "adapter_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "adapter_info": {
          "type": {
            "kind": "struct",
            "name": "ips_adapter_info_t"
          },
          "offset": 186
        },
        "adapter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "cmd_sema": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 672
        },
        "command_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 88
        },
        "commandarray": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_command_t"
            }
          },
          "offset": 536
        },
        "configured": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "copper_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_copper_queue_t"
            }
          },
          "offset": 592
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 104
        },
        "device_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 112
        },
        "diskdev": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 376
        },
        "drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 504
        },
        "drives": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ips_drive_t"
            }
          },
          "offset": 440
        },
        "ffdc_resetcount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 506
        },
        "ffdc_resettime": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 512
        },
        "free_cmd_list": {
          "type": {
            "kind": "struct",
            "name": "command_list"
          },
          "offset": 552
        },
        "iores": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "iotype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ips_adapter_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 568
        },
        "ips_adapter_reinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 560
        },
        "ips_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 16
        },
        "ips_issue_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 576
        },
        "ips_poll_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 584
        },
        "irqcookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "irqres": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "irqrid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "max_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 529
        },
        "next_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 528
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 632
        },
        "queue_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 600
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "sg_dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "staticcmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_command_t"
            }
          },
          "offset": 544
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 120
        },
        "used_commands": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 530
        }
      },
      "kind": "struct"
    },
    "ips_user_request": {
      "size": 24,
      "fields": {
        "command_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "data_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ipsdisk_softc": {
      "size": 40,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "disk_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ipsd_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 24
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_softc_t"
            }
          },
          "offset": 32
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipsdisk_softc_t": {
      "size": 40,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "disk_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ipsd_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 24
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_softc_t"
            }
          },
          "offset": 32
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipsec_ctlinput_param_t": {
      "size": 8,
      "fields": {
        "icmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "icmp"
            }
          },
          "offset": 0
        },
        "ip6cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6ctlparam"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ipsec_ctx_data": {
      "size": 32,
      "fields": {
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "enc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 16
        },
        "mp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 0
        },
        "sav": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secasvar"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipsec_iflist": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipsec_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipsec_methods": {
      "size": 80,
      "fields": {
        "capability": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "check_policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ctlinput": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "forward": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "hdrsize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "pcbctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "udp_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "udp_pcbctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ipsec_softc": {
      "size": 88,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "idhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f194df29c3eeb77d"
          },
          "offset": 56
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "reqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secpolicy"
              }
            }
          },
          "offset": 8
        },
        "srchash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f194df29c3eeb77d"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ipsec_support": {
      "size": 16,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipsec_methods"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipsecrequest": {
      "size": 68,
      "fields": {
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "saidx": {
          "type": {
            "kind": "struct",
            "name": "secasindex"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipsecstat": {
      "size": 128,
      "fields": {
        "ips_clcopied": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ips_in_inval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ips_in_nomem": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ips_in_polvio": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ips_input_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ips_input_front": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ips_input_middle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ips_mbinserted": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ips_out_bundlesa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ips_out_inval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ips_out_nomem": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ips_out_noroute": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ips_out_nosa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ips_out_polvio": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ips_spdcache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ips_spdcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ipstat": {
      "size": 232,
      "fields": {
        "ips_badaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "ips_badhlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ips_badlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ips_badoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "ips_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ips_badvers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "ips_cantforward": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ips_cantfrag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "ips_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ips_fastforward": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ips_forward": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ips_fragdropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ips_fragmented": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "ips_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ips_fragtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "ips_localout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ips_nogif": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "ips_noproto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ips_noroute": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "ips_notmember": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "ips_odropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "ips_ofragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ips_rawout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "ips_reassembled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "ips_redirectsent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "ips_toolong": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "ips_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ips_toosmall": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ips_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipv6_mreq": {
      "size": 20,
      "fields": {
        "ipv6mr_interface": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ipv6mr_multiaddr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipw_bd": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nfrag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ipw_cmd": {
      "size": 488,
      "fields": {
        "data": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 68,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 420
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipw_configuration": {
      "size": 12,
      "fields": {
        "bss_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ibss_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipw_firmware_hdr": {
      "size": 12,
      "fields": {
        "mainsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ucodesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipw_hdr": {
      "size": 52,
      "fields": {
        "dst_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "encrypt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "encrypted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fragmentsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "keyidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "keysz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "src_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipw_ident": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipw_rx_radiotap_header": {
      "size": 16,
      "fields": {
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 15
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 14
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ipw_scan_options": {
      "size": 8,
      "fields": {
        "channels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipw_security": {
      "size": 9,
      "fields": {
        "authmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ciphers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ipw_soft_bd": {
      "size": 24,
      "fields": {
        "bd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_bd"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipw_soft_buf": {
      "size": 32,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_06df7e59136dc9bf"
          },
          "offset": 24
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ipw_soft_hdr": {
      "size": 72,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ipw_hdr"
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_549db37c89967ea1"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ipw_softc": {
      "size": 45080,
      "fields": {
        "chanmask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 45040
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "ipw_cmd"
          },
          "offset": 27616
        },
        "cmd_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27504
        },
        "cmd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 27560
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27408
        },
        "free_sbuf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f5e3c7a46a681435"
          },
          "offset": 45008
        },
        "free_shdr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6ee32689a45bf600"
          },
          "offset": 45000
        },
        "hdr_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27512
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27416
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27424
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27472
        },
        "rbd_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27488
        },
        "rbd_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_bd"
            }
          },
          "offset": 27600
        },
        "rbd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 27544
        },
        "rbd_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27576
        },
        "rx_sbuf_list": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_buf"
            }
          },
          "offset": 40904
        },
        "rxbuf_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27528
        },
        "rxcur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45032
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27272
        },
        "sc_firmware": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 27456
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27448
        },
        "sc_init_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 27312
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27280
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "ipw_rx_radiotap_header"
          },
          "offset": 45048
        },
        "sc_scan_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27468
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27440
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27432
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27464
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "ipw_tx_radiotap_header"
          },
          "offset": 45064
        },
        "sc_wdtimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27344
        },
        "shdr_list": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_hdr"
            }
          },
          "offset": 33224
        },
        "srbd_list": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_bd"
            }
          },
          "offset": 37832
        },
        "status_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27496
        },
        "status_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_status"
            }
          },
          "offset": 27608
        },
        "status_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 27552
        },
        "status_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27584
        },
        "stbd_list": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_bd"
            }
          },
          "offset": 28104
        },
        "table1_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45016
        },
        "table2_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45020
        },
        "tbd_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27480
        },
        "tbd_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_bd"
            }
          },
          "offset": 27592
        },
        "tbd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 27536
        },
        "tbd_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27568
        },
        "tx_sbuf_list": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_buf"
            }
          },
          "offset": 31176
        },
        "txbuf_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27520
        },
        "txcur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45024
        },
        "txfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45036
        },
        "txold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45028
        }
      },
      "kind": "struct"
    },
    "ipw_status": {
      "size": 8,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ipw_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ipw_vap": {
      "size": 3064,
      "fields": {
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ipw_wep_key": {
      "size": 15,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ipw_wpa_ie": {
      "size": 116,
      "fields": {
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "capinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ie": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ie_wpa"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iq_desc": {
      "size": 64,
      "fields": {
        "cpl": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "rsp_ctrl"
          },
          "offset": 48
        },
        "rss": {
          "type": {
            "kind": "struct",
            "name": "rss_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ireg_buf": {
      "size": 144,
      "fields": {
        "outbuf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "tp_pio": {
          "type": {
            "kind": "struct",
            "name": "ireg_field"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ireg_field": {
      "size": 16,
      "fields": {
        "ireg_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ireg_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ireg_local_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ireg_offset_range": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "iro": {
      "size": 12,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "m1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "m2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "m3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "irq": {
      "size": 64,
      "fields": {
        "nm_rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_nm_rxq"
            }
          },
          "offset": 32
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_rxq"
            }
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "irq_ent": {
      "size": 72,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 16
        },
        "handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "thread_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "irq_work": {
      "size": 48,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "irq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_47953a021fcaa105"
          },
          "offset": 32,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "isa_config": {
      "size": 2016,
      "fields": {
        "ic_drqmask": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1800
        },
        "ic_irqmask": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1600
        },
        "ic_mem": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "isa_range"
            }
          },
          "offset": 0
        },
        "ic_ndrq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2012
        },
        "ic_nirq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2008
        },
        "ic_nmem": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2000
        },
        "ic_nport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2004
        },
        "ic_port": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "isa_range"
            }
          },
          "offset": 800
        }
      },
      "kind": "struct"
    },
    "isa_config_entry": {
      "size": 2040,
      "fields": {
        "ice_config": {
          "type": {
            "kind": "struct",
            "name": "isa_config"
          },
          "offset": 20
        },
        "ice_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0a06f28c17aa14a2"
          },
          "offset": 0
        },
        "ice_priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "isa_config_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isa_config_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "isa_config_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "isa_device": {
      "size": 88,
      "fields": {
        "id_compatid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "id_config_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "id_config_attr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "id_config_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "id_configs": {
          "type": {
            "kind": "struct",
            "name": "isa_config_list"
          },
          "offset": 32
        },
        "id_logicalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "id_order": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "id_pnp_csn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "id_pnp_ldn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "id_pnpbios_handle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "id_resources": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 0
        },
        "id_serial": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "id_vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "isa_pnp_id": {
      "size": 16,
      "fields": {
        "ip_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "isa_range": {
      "size": 16,
      "fields": {
        "ir_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ir_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ir_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ir_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "isab_pci_resource": {
      "size": 16,
      "fields": {
        "ip_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ip_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "isab_pci_softc": {
      "size": 96,
      "fields": {
        "isab_pci_res": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "isab_pci_resource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "isci_softc": {
      "size": 18832,
      "fields": {
        "coalesce_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18760
        },
        "coalesce_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18764
        },
        "config_hook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 18800
        },
        "controller_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18752
        },
        "controllers": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_CONTROLLER"
            }
          },
          "offset": 64
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 18768
        },
        "handlers": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SCIC_CONTROLLER_HANDLER_METHODS_T"
            }
          },
          "offset": 18528
        },
        "interrupt_info": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_INTERRUPT_INFO"
            }
          },
          "offset": 18592
        },
        "num_interrupts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18756
        },
        "oem_parameters_found": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18792
        },
        "pci_bar": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ISCI_PCI_BAR"
            }
          },
          "offset": 0
        },
        "pci_common_header": {
          "type": {
            "kind": "struct",
            "name": "SCI_PCI_COMMON_HEADER_T"
          },
          "offset": 18776
        },
        "sci_library_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 18512
        },
        "sci_library_memory": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 18520
        }
      },
      "kind": "struct"
    },
    "iscsi_stats_info": {
      "size": 316,
      "fields": {
        "boot_init_ip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 244
        },
        "boot_target_ip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 224
        },
        "boot_target_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "boot_target_portal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "initiator_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "mac_add1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "mac_local": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "pcp_prior_map_tbl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "qos_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "rx_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "rx_pdus_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "rx_pdus_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "rxq_avg_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "rxq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "tx_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "tx_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "tx_pdus_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "tx_pdus_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "txq_avg_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "txq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "version": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ww_port_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "iso_args": {
      "size": 168,
      "fields": {
        "cs_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "cs_local": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "export": {
          "type": {
            "kind": "struct",
            "name": "oexport_args"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "fspec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ssector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        }
      },
      "kind": "struct"
    },
    "iso_directory_record": {
      "size": 34,
      "fields": {
        "date": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "ext_attr_length": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "extent": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "file_unit_size": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "interleave": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27
        },
        "length": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 33
        },
        "name_len": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "volume_sequence_number": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "iso_extended_attributes": {
      "size": 250,
      "fields": {
        "ctime": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        },
        "ftime": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 61
        },
        "group": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "len_au": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 246
        },
        "len_esc": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 181
        },
        "mtime": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 27
        },
        "owner": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "perm": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "recattr": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 79
        },
        "recfmt": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 78
        },
        "reclen": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 182
        },
        "system_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 84
        },
        "system_use": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 116
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 180
        },
        "xtime": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "iso_mnt": {
      "size": 144,
      "fields": {
        "im_bmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "im_bo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 40
        },
        "im_bshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "im_cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 32
        },
        "im_d2l": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "im_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "im_devvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        },
        "im_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "im_l2d": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "im_mountp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 8
        },
        "iso_ftype": {
          "type": {
            "kind": "enum",
            "name": "ISO_FTYPE"
          },
          "offset": 108
        },
        "joliet_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "logical_block_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "root": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "root_extent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "root_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "rr_skip": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "rr_skip0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "volume_space_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "iso_node": {
      "size": 144,
      "fields": {
        "i_diroff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "i_endoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "i_lockf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf"
            }
          },
          "offset": 24
        },
        "i_mnt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iso_mnt"
            }
          },
          "offset": 16
        },
        "i_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "i_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "i_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "inode": {
          "type": {
            "kind": "struct",
            "name": "ISO_RRIP_INODE"
          },
          "offset": 72
        },
        "iso_extent": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "iso_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "iso_primary_descriptor": {
      "size": 2048,
      "fields": {
        "abstract_file_id": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 739
        },
        "application_data": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 883
        },
        "application_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 574
        },
        "bibliographic_file_id": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 776
        },
        "copyright_file_id": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 702
        },
        "creation_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 813
        },
        "effective_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 864
        },
        "expiration_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 847
        },
        "file_structure_version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 881
        },
        "id": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1
        },
        "logical_block_size": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "modification_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 830
        },
        "opt_type_l_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "opt_type_m_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "path_table_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 132
        },
        "preparer_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 446
        },
        "publisher_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 318
        },
        "root_directory_record": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 156
        },
        "system_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "type_l_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 140
        },
        "type_m_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 148
        },
        "unused1": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 7
        },
        "unused2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "unused3": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "unused4": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 882
        },
        "unused5": {
          "type": {
            "count": 653,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1395
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "volume_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "volume_sequence_number": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 124
        },
        "volume_set_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 190
        },
        "volume_set_size": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "volume_space_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "iso_sierra_primary_descriptor": {
      "size": 2048,
      "fields": {
        "application_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 598
        },
        "copyright_id": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 726
        },
        "creation_date": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 790
        },
        "effective_date": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 838
        },
        "expiration_date": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 822
        },
        "file_structure_version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 854
        },
        "id": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 9
        },
        "logical_block_size": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "modification_date": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 806
        },
        "opt_type_l_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "opt_type_m_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 168
        },
        "path_table_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 140
        },
        "preparer_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 470
        },
        "publisher_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 342
        },
        "root_directory_record": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 180
        },
        "system_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_l_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 148
        },
        "type_m_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 164
        },
        "unknown1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "unknown2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 156
        },
        "unknown3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "unknown4": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 172
        },
        "unknown5": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 176
        },
        "unused1": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 15
        },
        "unused2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "unused3": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "unused4": {
          "type": {
            "count": 1193,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 855
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14
        },
        "volume_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "volume_sequence_number": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 132
        },
        "volume_set_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 214
        },
        "volume_set_size": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "volume_space_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "iso_supplementary_descriptor": {
      "size": 2048,
      "fields": {
        "abstract_file_id": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 739
        },
        "application_data": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 883
        },
        "application_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 574
        },
        "bibliographic_file_id": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 776
        },
        "copyright_file_id": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 702
        },
        "creation_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 813
        },
        "effective_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 864
        },
        "escape": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "expiration_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 847
        },
        "file_structure_version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 881
        },
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 7
        },
        "id": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1
        },
        "logical_block_size": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "modification_date": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 830
        },
        "opt_type_l_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "opt_type_m_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "path_table_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 132
        },
        "preparer_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 446
        },
        "publisher_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 318
        },
        "root_directory_record": {
          "type": {
            "count": 34,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 156
        },
        "system_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type_l_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 140
        },
        "type_m_path_table": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 148
        },
        "unused2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "unused4": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 882
        },
        "unused5": {
          "type": {
            "count": 653,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1395
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "volume_id": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "volume_sequence_number": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 124
        },
        "volume_set_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 190
        },
        "volume_set_size": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "volume_space_size": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "iso_volume_descriptor": {
      "size": 2048,
      "fields": {
        "data": {
          "type": {
            "count": 2033,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 15
        },
        "id": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1
        },
        "id_sierra": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 9
        },
        "type": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type_sierra": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "unused": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 7
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "version_sierra": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "isoreaddir": {
      "size": 904,
      "fields": {
        "assocent": {
          "type": {
            "kind": "struct",
            "name": "dirent"
          },
          "offset": 280
        },
        "assocoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 848
        },
        "cookies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 888
        },
        "current": {
          "type": {
            "kind": "struct",
            "name": "dirent"
          },
          "offset": 560
        },
        "curroff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 856
        },
        "eofflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 880
        },
        "ncookies": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 896
        },
        "saveent": {
          "type": {
            "kind": "struct",
            "name": "dirent"
          },
          "offset": 0
        },
        "saveoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 840
        },
        "uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 864
        },
        "uio_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 872
        }
      },
      "kind": "struct"
    },
    "isp24xx_abrt_t": {
      "size": 64,
      "fields": {
        "abrt_cmd_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "abrt_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "abrt_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "abrt_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "abrt_options": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "abrt_queue_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "abrt_reserved": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "abrt_reserved1": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "abrt_tidhi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "abrt_tidlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "abrt_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "isp24xx_statusreq_t": {
      "size": 64,
      "fields": {
        "req_completion_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_fcp_residual": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "req_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "req_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "req_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "req_response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "req_retry_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "req_rsp_sense": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "req_scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "req_sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "req_state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "isp24xx_tmf_t": {
      "size": 64,
      "fields": {
        "tmf_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "tmf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tmf_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tmf_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "tmf_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "tmf_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "tmf_reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "tmf_reserved1": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "tmf_reserved2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "tmf_tidhi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "tmf_tidlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "tmf_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tmf_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "isp_ct_pt_t": {
      "size": 64,
      "fields": {
        "ctp_cmd_bcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ctp_cmd_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ctp_dataseg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ispds64_t"
            }
          },
          "offset": 40
        },
        "ctp_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ctp_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "ctp_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ctp_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ctp_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ctp_reserved2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 22
        },
        "ctp_rsp_bcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ctp_rsp_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ctp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ctp_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ctp_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "isp_fc": {
      "size": 448,
      "fields": {
        "def_role": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 337
        },
        "def_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "def_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "default_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 336
        },
        "fcbsy": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 337
        },
        "gdt": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 344
        },
        "gone_device_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "gtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 408
        },
        "isp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ispsoftc"
            }
          },
          "offset": 16
        },
        "kproc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 24
        },
        "loop_down_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "loop_down_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "loop_seen_once": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 337
        },
        "nexus_free_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_nexus"
            }
          },
          "offset": 328
        },
        "nexus_hash": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "isp_nexus"
              }
            }
          },
          "offset": 72
        },
        "num_threads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 8
        },
        "ready": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 337
        },
        "scmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 0
        },
        "simqfrozen": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 336
        }
      },
      "kind": "struct"
    },
    "isp_fc_device": {
      "size": 24,
      "fields": {
        "chan": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "loopid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "node_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "port_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "role": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "isp_fc_tsk_mgmt": {
      "size": 12,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f30f29ef6e8842d5"
          },
          "offset": 8
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "loopid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "isp_hba_device": {
      "size": 48,
      "fields": {
        "active_node_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "active_port_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "fc_channel": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "fc_fw_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "fc_fw_micro": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fc_fw_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "fc_loopid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "fc_nchannels": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "fc_nports": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "fc_speed": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "fc_topology": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "nvram_node_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nvram_port_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "isp_hdl_t": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "isp_icb_2400_t": {
      "size": 128,
      "fields": {
        "icb_atio_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "icb_atioqaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 80
        },
        "icb_atioqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "icb_disctime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "icb_enodemac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "icb_execthrottle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "icb_fwoptions1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "icb_fwoptions2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "icb_fwoptions3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "icb_hardaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "icb_idelaytimer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "icb_ldn_nols": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "icb_logintime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "icb_maxfrmlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "icb_msixatio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "icb_msixresp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "icb_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "icb_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "icb_priaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 60
        },
        "icb_priout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "icb_prqstqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "icb_qos": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "icb_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "icb_reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        },
        "icb_reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 106
        },
        "icb_reserved3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 120
        },
        "icb_respaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 52
        },
        "icb_retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "icb_rqstaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 44
        },
        "icb_rqstout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "icb_rqstqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "icb_rsltqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "icb_rspnsin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "icb_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "icb_xchgcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "isp_icb_2400_vpinfo_t": {
      "size": 4,
      "fields": {
        "vp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vp_global_options": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "isp_marker_24xx_t": {
      "size": 64,
      "fields": {
        "mrk_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mrk_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "mrk_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "mrk_modifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "mrk_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mrk_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "mrk_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "mrk_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "mrk_reserved3": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "mrk_vphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "isp_nexus": {
      "size": 24,
      "fields": {
        "crnseed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_nexus"
            }
          },
          "offset": 16
        },
        "tgt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "isp_pcisoftc": {
      "size": 616,
      "fields": {
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 600
        },
        "irq": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_0b3f11c76e0a027b"
            }
          },
          "offset": 504
        },
        "msicount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 608
        },
        "pci_isp": {
          "type": {
            "kind": "struct",
            "name": "ispsoftc_t"
          },
          "offset": 0
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 480
        },
        "regs1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 488
        },
        "regs2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 496
        },
        "rgd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 580
        },
        "rgd1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 588
        },
        "rgd2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 596
        },
        "rtp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "rtp1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 584
        },
        "rtp2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 592
        }
      },
      "kind": "struct"
    },
    "isp_pcmd": {
      "size": 88,
      "fields": {
        "datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_pcmd"
            }
          },
          "offset": 0
        },
        "wdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "isp_pdb_24xx_t": {
      "size": 64,
      "fields": {
        "pdb_curstate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pdb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pdb_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pdb_hardaddr_bits": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "pdb_laststate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pdb_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "pdb_portid_bits": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "pdb_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "pdb_prli_svc0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pdb_prli_svc3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "pdb_rcv_dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pdb_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "pdb_reserved1": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "pdb_retry_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "isp_pdb_t": {
      "size": 28,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "prli_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "prli_word3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "isp_plcmd_t": {
      "size": 8,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "isp_plogx_t": {
      "size": 64,
      "fields": {
        "plogx_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "plogx_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "plogx_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "plogx_ioparm": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_15ba4d1210430b3a"
            }
          },
          "offset": 20
        },
        "plogx_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "plogx_portlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "plogx_rspsz_porthi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "plogx_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "plogx_vphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "isp_pnhle_24xx_t": {
      "size": 8,
      "fields": {
        "pnhle_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pnhle_port_id_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pnhle_port_id_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pnhle_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "isp_ridacq_t": {
      "size": 64,
      "fields": {
        "ridacq_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ridacq_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ridacq_hdr": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "ridacq_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "ridacq_reserved1": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "ridacq_vp_acquired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ridacq_vp_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ridacq_vp_port_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ridacq_vp_port_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ridacq_vp_setup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ridacq_vp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "ispcontreq64_t": {
      "size": 64,
      "fields": {
        "req_dataseg": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ispds64_t"
            }
          },
          "offset": 4
        },
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ispds64_t": {
      "size": 12,
      "fields": {
        "ds_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ds_basehi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "isphdr_t": {
      "size": 4,
      "fields": {
        "rqs_entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rqs_entry_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rqs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rqs_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ispmdvec": {
      "size": 64,
      "fields": {
        "dv_dregs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "dv_irqsetup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "dv_ispfw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "dv_mbxdma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "dv_rd_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dv_run_isr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dv_send_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "dv_wr_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "isposinfo": {
      "size": 264,
      "fields": {
        "atiodmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 104
        },
        "atiomap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 144
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 40
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 48
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_fc"
            }
          },
          "offset": 248
        },
        "framesize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "fw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 56
        },
        "iocbdmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "iocbmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 152
        },
        "is_exiting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "pcmd_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_pcmd"
            }
          },
          "offset": 168
        },
        "pcmd_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_pcmd"
            }
          },
          "offset": 160
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 64
        },
        "regs2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 72
        },
        "reqdmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 88
        },
        "reqmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 128
        },
        "respdmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "respmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 136
        },
        "scdmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 120
        },
        "tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "ispreqt7_t": {
      "size": 64,
      "fields": {
        "req_alen_datadir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "req_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "req_crn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "req_dataseg": {
          "type": {
            "kind": "struct",
            "name": "ispds64_t"
          },
          "offset": 52
        },
        "req_dl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "req_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "req_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "req_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "req_seg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "req_task_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "req_task_management": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "req_tidhi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "req_tidlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "req_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "req_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "ispsoftc": {
      "size": 480,
      "fields": {
        "isp_atioodx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "isp_confopts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "isp_dblev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 298
        },
        "isp_fwattr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "isp_fwrev": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 288
        },
        "isp_iocb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 432
        },
        "isp_iocb_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "isp_maxcmds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 294
        },
        "isp_mboxbsy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "isp_mboxtmp": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 340
        },
        "isp_mdvec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ispmdvec"
            }
          },
          "offset": 264
        },
        "isp_nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 296
        },
        "isp_nirq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 302
        },
        "isp_obits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "isp_osinfo": {
          "type": {
            "kind": "struct",
            "name": "isposinfo"
          },
          "offset": 0
        },
        "isp_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fcparam"
            }
          },
          "offset": 272
        },
        "isp_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 303
        },
        "isp_reqidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "isp_reqodx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "isp_resodx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "isp_result": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 456
        },
        "isp_result_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "isp_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 301
        },
        "isp_rqovf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "isp_rquest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 448
        },
        "isp_rquest_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "isp_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 404
        },
        "isp_serno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "isp_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "isp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 300
        },
        "isp_xffree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_hdl_t"
            }
          },
          "offset": 424
        },
        "isp_xflist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_hdl_t"
            }
          },
          "offset": 416
        }
      },
      "kind": "struct"
    },
    "ispsoftc_t": {
      "size": 480,
      "fields": {
        "isp_atioodx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "isp_confopts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "isp_dblev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 298
        },
        "isp_fwattr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "isp_fwrev": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 288
        },
        "isp_iocb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 432
        },
        "isp_iocb_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "isp_maxcmds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 294
        },
        "isp_mboxbsy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "isp_mboxtmp": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 340
        },
        "isp_mdvec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ispmdvec"
            }
          },
          "offset": 264
        },
        "isp_nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 296
        },
        "isp_nirq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 302
        },
        "isp_obits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "isp_osinfo": {
          "type": {
            "kind": "struct",
            "name": "isposinfo"
          },
          "offset": 0
        },
        "isp_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fcparam"
            }
          },
          "offset": 272
        },
        "isp_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 303
        },
        "isp_reqidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "isp_reqodx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "isp_resodx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "isp_result": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 456
        },
        "isp_result_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "isp_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 301
        },
        "isp_rqovf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "isp_rquest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 448
        },
        "isp_rquest_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "isp_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 404
        },
        "isp_serno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "isp_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "isp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 300
        },
        "isp_xffree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_hdl_t"
            }
          },
          "offset": 424
        },
        "isp_xflist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isp_hdl_t"
            }
          },
          "offset": 416
        }
      },
      "kind": "struct"
    },
    "ispstatus_cont_t": {
      "size": 64,
      "fields": {
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "req_sense_data": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "issetugid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "itimer": {
      "size": 352,
      "fields": {
        "it_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 288
        },
        "it_clockid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "it_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "it_ksi": {
          "type": {
            "kind": "struct",
            "name": "ksiginfo_t"
          },
          "offset": 176
        },
        "it_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "it_overrun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "it_overrun_last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "it_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 144
        },
        "it_sigev": {
          "type": {
            "kind": "struct",
            "name": "sigevent"
          },
          "offset": 32
        },
        "it_time": {
          "type": {
            "kind": "struct",
            "name": "itimerspec"
          },
          "offset": 112
        },
        "it_usecount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        }
      },
      "kind": "struct"
    },
    "itimers": {
      "size": 256,
      "fields": {
        "its_timers": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "itimer"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "itimerspec": {
      "size": 32,
      "fields": {
        "it_interval": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        },
        "it_value": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "itimerspec32": {
      "size": 16,
      "fields": {
        "it_interval": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 0
        },
        "it_value": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "itimerval": {
      "size": 32,
      "fields": {
        "it_interval": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        },
        "it_value": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "itimerval32": {
      "size": 16,
      "fields": {
        "it_interval": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 0
        },
        "it_value": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iu_header": {
      "size": 4,
      "fields": {
        "comp_feature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "iu_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iu_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iu_header_t": {
      "size": 4,
      "fields": {
        "comp_feature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "iu_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iu_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iw_tunables": {
      "size": 4,
      "fields": {
        "wc_en": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_associate": {
      "size": 40,
      "fields": {
        "atim_window": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "auth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "capinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "intval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "lintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "policy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "smr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "tstamp": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwi_cmd_desc": {
      "size": 128,
      "fields": {
        "data": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "iwi_hdr"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwi_cmd_ring": {
      "size": 48,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwi_cmd_desc"
            }
          },
          "offset": 24
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "iwi_cmd_stats": {
      "size": 44,
      "fields": {
        "accumulated_rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "bad_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "bad_mac_header": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "bad_plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cmd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dsp_silence_unreachable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "good_sfd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "invalid_acks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "invalid_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "last_rx_frame_noise": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "last_rx_frame_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "long_distance_ina_fina": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "reserved_frame_types": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rssi_silence_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "rx_autodetec_no_barker": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "rx_autodetec_no_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "rx_ina": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rx_ovfl_frame_supplied": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "rx_ovfl_frame_tossed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "valid_mpdu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "wrong_bssid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iwi_configuration": {
      "size": 20,
      "fields": {
        "allow_beacon_and_probe_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "allow_invalid_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "allow_mgt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "answer_pbreq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "bluetooth_coexistence": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bluetooth_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "disable_multicast_decryption": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "disable_unicast_decryption": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "drop_multicast_unencrypted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "drop_unicast_unencrypted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "enable_multicast_filtering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "include_crc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "multicast_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "noise_reported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "protection_ctsonly": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "silence_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "use_protection": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "iwi_firmware_hdr": {
      "size": 16,
      "fields": {
        "bsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "usize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_firmware_ohdr": {
      "size": 8,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_frame": {
      "size": 24,
      "fields": {
        "agc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "noise": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "rssi_dbm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "signal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "iwi_fw": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwi_hdr": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_ibssnode": {
      "size": 8,
      "fields": {
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iwi_ident": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_node": {
      "size": 29456,
      "fields": {
        "in_node": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        },
        "in_station": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29448
        }
      },
      "kind": "struct"
    },
    "iwi_notif": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwi_notif_association": {
      "size": 12,
      "fields": {
        "pad": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_notif_authentication": {
      "size": 1,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_notif_beacon_state": {
      "size": 8,
      "fields": {
        "number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_notif_link_quality": {
      "size": 145,
      "fields": {
        "histogram": {
          "type": {
            "kind": "struct",
            "name": "iwi_rate_histogram"
          },
          "offset": 46
        },
        "modulation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "silence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 143
        },
        "silence_notification_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 142
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "iwi_cmd_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_notif_scan_channel": {
      "size": 48,
      "fields": {
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 47,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iwi_notif_scan_complete": {
      "size": 4,
      "fields": {
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_rate_histogram": {
      "size": 96,
      "fields": {
        "failed": {
          "type": {
            "kind": "union",
            "name": "unnamed_57c38f60ba76d627"
          },
          "offset": 48
        },
        "success": {
          "type": {
            "kind": "union",
            "name": "unnamed_57c38f60ba76d627"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_rateset": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nrates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rates": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwi_rx_data": {
      "size": 32,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwi_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 15
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 14
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "iwi_rx_ring": {
      "size": 24,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwi_rx_data"
            }
          },
          "offset": 8
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_scan_ext": {
      "size": 96,
      "fields": {
        "channels": {
          "type": {
            "count": 54,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "dwell_time": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 86
        },
        "full_scan_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "scan_type": {
          "type": {
            "count": 27,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        }
      },
      "kind": "struct"
    },
    "iwi_sensitivity": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_softc": {
      "size": 28664,
      "fields": {
        "antenna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27924
        },
        "assoc": {
          "type": {
            "kind": "struct",
            "name": "iwi_associate"
          },
          "offset": 27932
        },
        "bluetooth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27928
        },
        "cmdq": {
          "type": {
            "kind": "struct",
            "name": "iwi_cmd_ring"
          },
          "offset": 27344
        },
        "curchan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27920
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27336
        },
        "fw_boot": {
          "type": {
            "kind": "struct",
            "name": "iwi_fw"
          },
          "offset": 27824
        },
        "fw_dma_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27776
        },
        "fw_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27784
        },
        "fw_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27780
        },
        "fw_fw": {
          "type": {
            "kind": "struct",
            "name": "iwi_fw"
          },
          "offset": 27888
        },
        "fw_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 27792
        },
        "fw_mode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_opmode"
          },
          "offset": 27816
        },
        "fw_physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27800
        },
        "fw_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27340
        },
        "fw_uc": {
          "type": {
            "kind": "struct",
            "name": "iwi_fw"
          },
          "offset": 27856
        },
        "fw_virtaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27808
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27736
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27744
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "iwi_rx_ring"
          },
          "offset": 27712
        },
        "sc_blinking": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28232
        },
        "sc_busy_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28464
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27304
        },
        "sc_disassoctask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 28168
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 32
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27768
        },
        "sc_ledevent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28248
        },
        "sc_ledidle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28244
        },
        "sc_ledoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28256
        },
        "sc_ledpin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28240
        },
        "sc_ledstate": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28232
        },
        "sc_ledtimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28264
        },
        "sc_linkqual": {
          "type": {
            "kind": "struct",
            "name": "iwi_notif_link_quality"
          },
          "offset": 28510
        },
        "sc_linkqual_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28656
        },
        "sc_mcast": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27320
        },
        "sc_monitortask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 28200
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sc_nictype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28236
        },
        "sc_node_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27312
        },
        "sc_radiofftask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 28104
        },
        "sc_radiontask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 28072
        },
        "sc_restarttask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 28136
        },
        "sc_rftimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28392
        },
        "sc_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28232
        },
        "sc_rxrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28252
        },
        "sc_rxrix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28253
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "iwi_rx_radiotap_header"
          },
          "offset": 28472
        },
        "sc_scangen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28068
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27760
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27280
        },
        "sc_softled": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28232
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27752
        },
        "sc_state_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28460
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28456
        },
        "sc_txrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28254
        },
        "sc_txrix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28255
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "iwi_tx_radiotap_header"
          },
          "offset": 28496
        },
        "sc_unr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unrhdr"
            }
          },
          "offset": 27328
        },
        "sc_wdtimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28328
        },
        "txq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwi_tx_ring"
            }
          },
          "offset": 27392
        },
        "wme": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwi_wme_params"
            }
          },
          "offset": 27972
        }
      },
      "kind": "struct"
    },
    "iwi_tx_data": {
      "size": 24,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwi_tx_desc": {
      "size": 128,
      "fields": {
        "antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "iwi_hdr"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "reserved3": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "seg_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "seg_len": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 116
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "station": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wep_txkey": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "wepkey": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "wh": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_qosframe_addr4"
          },
          "offset": 48
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "iwi_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "iwi_tx_ring": {
      "size": 80,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "csr_ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "csr_widx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwi_tx_data"
            }
          },
          "offset": 56
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwi_tx_desc"
            }
          },
          "offset": 48
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "iwi_txpower": {
      "size": 76,
      "fields": {
        "chan": {
          "type": {
            "count": 37,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_9835d09073ed7084"
            }
          },
          "offset": 2
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_vap": {
      "size": 3064,
      "fields": {
        "iwi_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "iwi_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwi_wep_key": {
      "size": 20,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iwi_wme_params": {
      "size": 32,
      "fields": {
        "acm": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "aifsn": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "burst": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "cwmax": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "cwmin": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_ac_qos": {
      "size": 8,
      "fields": {
        "aifsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "cw_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cw_min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "edca_txop": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "fifos_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "iwm_add_sta_cmd": {
      "size": 48,
      "fields": {
        "add_immediate_ba_ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "add_immediate_ba_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "add_modify": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "assoc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "awake_acs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "beamform_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "mac_id_n_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "modify_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "remove_immediate_ba_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "rx_ba_window": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "sleep_state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "sleep_tx_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "sp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "station_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "station_flags_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "station_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "tfd_queue_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tid_disable_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "uapsd_acs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        }
      },
      "kind": "struct"
    },
    "iwm_agg_tx_status": {
      "size": 4,
      "fields": {
        "sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_alive_data": {
      "size": 8,
      "fields": {
        "scd_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_alive_resp": {
      "size": 116,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lmac_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_lmac_alive"
            }
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "umac_data": {
          "type": {
            "kind": "struct",
            "name": "iwm_umac_alive"
          },
          "offset": 100
        }
      },
      "kind": "struct"
    },
    "iwm_alive_resp_v3": {
      "size": 68,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lmac_data": {
          "type": {
            "kind": "struct",
            "name": "iwm_lmac_alive"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "umac_data": {
          "type": {
            "kind": "struct",
            "name": "iwm_umac_alive"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "iwm_beacon_filter_cmd": {
      "size": 44,
      "fields": {
        "ba_enable_beacon_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ba_escape_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "bf_debug_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bf_enable_beacon_filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "bf_energy_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bf_escape_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bf_roaming_energy_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bf_roaming_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bf_temp_fast_filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bf_temp_slow_filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bf_temp_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "iwm_bf_data": {
      "size": 16,
      "fields": {
        "ave_beacon_signal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ba_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "bf_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "last_cqm_event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "iwm_binding_cmd_v1": {
      "size": 24,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "macs": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "iwm_bt_coex_cmd": {
      "size": 8,
      "fields": {
        "enabled_modules": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_calib_ctrl": {
      "size": 8,
      "fields": {
        "event_trigger": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flow_trigger": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_calib_res_notif_phy_db": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_cfg": {
      "size": 48,
      "fields": {
        "apmg_wake_up_wa": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "device_family": {
          "type": {
            "kind": "enum",
            "name": "iwm_device_family"
          },
          "offset": 20
        },
        "eeprom_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "fw_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "host_interrupt_operation_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "integrated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "mqrx_supported": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nvm_hw_section_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "nvm_type": {
          "type": {
            "kind": "enum",
            "name": "iwm_nvm_type"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "iwm_cmd_header": {
      "size": 4,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "iwm_cmd_header_wide": {
      "size": 8,
      "fields": {
        "group_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "iwm_cmd_response": {
      "size": 4,
      "fields": {
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_device_cmd": {
      "size": 324,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_5f7b39de4f54153c"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "iwm_device_power_cmd": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_devices": {
      "size": 16,
      "fields": {
        "cfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_cfg"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_dma_info": {
      "size": 56,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "iwm_dts_measurement_notif_v1": {
      "size": 8,
      "fields": {
        "temp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "voltage": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_error_resp": {
      "size": 20,
      "fields": {
        "bad_cmd_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cmd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "error_service": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "error_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "iwm_fw_channel_info_v1": {
      "size": 4,
      "fields": {
        "band": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ctrl_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_fw_cipher_scheme": {
      "size": 13,
      "fields": {
        "cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "hw_cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "key_idx_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "key_idx_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "key_idx_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "mic_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "pn_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "pn_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "iwm_fw_cscheme_list": {
      "size": 1,
      "fields": {
        "cs": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_fw_cipher_scheme"
            }
          },
          "offset": 1
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_fw_desc": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "iwm_fw_img": {
      "size": 272,
      "fields": {
        "fw_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "is_dual_cpus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        },
        "paging_mem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "sec": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_fw_desc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_fw_info": {
      "size": 1152,
      "fields": {
        "fw_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 0
        },
        "img": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_fw_img"
            }
          },
          "offset": 8
        },
        "phy_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1140
        },
        "ucode_capa": {
          "type": {
            "kind": "struct",
            "name": "iwm_ucode_capabilities"
          },
          "offset": 1096
        },
        "valid_rx_ant": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1145
        },
        "valid_tx_ant": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1144
        }
      },
      "kind": "struct"
    },
    "iwm_fw_paging": {
      "size": 64,
      "fields": {
        "fw_paging_block": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 0
        },
        "fw_paging_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "iwm_fw_paging_cmd": {
      "size": 144,
      "fields": {
        "block_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "device_phy_addr": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_host_cmd": {
      "size": 56,
      "fields": {
        "_rx_page_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "_rx_page_order": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "dataflags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "handler_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 48
        },
        "resp_pkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_rx_packet"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwm_iface_iterator_data": {
      "size": 32,
      "fields": {
        "colors": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 22
        },
        "ids": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "phyctxt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_phy_ctxt"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_int_sta": {
      "size": 8,
      "fields": {
        "sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tfd_queue_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_lmac_alive": {
      "size": 48,
      "fields": {
        "alive_counter_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cpu_register_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dbgm_config_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "error_event_table_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "log_event_table_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "scd_base_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "st_fwrd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "st_fwrd_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ucode_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ucode_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ver_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ver_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "iwm_lq_cmd": {
      "size": 88,
      "fields": {
        "agg_disable_start_th": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "agg_frame_cnt_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "agg_time_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "bf_params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dual_stream_ant_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "initial_rate_index": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "mimo_delim": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rs_table": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "single_stream_ant_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_ltr_config_cmd": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ltr_cfg_values": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "ltr_short_idle_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "static_long": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "static_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_mac_ctx_cmd": {
      "size": 148,
      "fields": {
        "ac": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_ac_qos"
            }
          },
          "offset": 60
        },
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bssid_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "cck_rates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cck_short_preamble": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "filter_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mac_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "node_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "ofdm_rates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "protection_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "qos_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "reserved_for_bssid_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "reserved_for_node_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "short_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tsf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_8b8aad81881c58e5"
          },
          "offset": 100,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "iwm_mac_data_ap": {
      "size": 36,
      "fields": {
        "beacon_template": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "beacon_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "beacon_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "bi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bi_reciprocal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dtim_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dtim_reciprocal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mcast_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "iwm_mac_data_go": {
      "size": 44,
      "fields": {
        "ap": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_ap"
          },
          "offset": 0
        },
        "ctwin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "opp_ps_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "iwm_mac_data_ibss": {
      "size": 24,
      "fields": {
        "beacon_template": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "beacon_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "beacon_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "bi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bi_reciprocal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwm_mac_data_p2p_dev": {
      "size": 4,
      "fields": {
        "is_disc_extended": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_mac_data_p2p_sta": {
      "size": 48,
      "fields": {
        "ctwin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sta": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_sta"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_mac_data_pibss": {
      "size": 4,
      "fields": {
        "stats_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_mac_data_sta": {
      "size": 44,
      "fields": {
        "assoc_beacon_arrive_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "assoc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "bi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bi_reciprocal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dtim_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dtim_reciprocal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "dtim_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dtim_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "is_assoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "listen_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iwm_mac_power_cmd": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "heavy_rx_thld_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "heavy_rx_thld_percentage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "heavy_tx_thld_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "heavy_tx_thld_percentage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "keep_alive_seconds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "limited_ps_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "lprx_rssi_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "qndp_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "rx_data_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_data_timeout_uapsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "skip_dtim_periods": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "snooze_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "snooze_step": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "snooze_window": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "tx_data_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_data_timeout_uapsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "uapsd_ac_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "uapsd_max_sp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "iwm_mcast_filter_cmd": {
      "size": 12,
      "fields": {
        "addr_list": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "filter_own": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pass_all": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "iwm_mcc_chub_notif": {
      "size": 4,
      "fields": {
        "mcc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "source_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_mcc_update_cmd": {
      "size": 28,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mcc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "source_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_missed_beacons_notif": {
      "size": 20,
      "fields": {
        "consec_missed_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "consec_missed_beacons_since_last_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mac_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_expected_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_recvd_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwm_node": {
      "size": 29544,
      "fields": {
        "in_assoc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29448
        },
        "in_lq": {
          "type": {
            "kind": "struct",
            "name": "iwm_lq_cmd"
          },
          "offset": 29452
        },
        "in_ni": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_notif_statistics": {
      "size": 624,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "general": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_general"
          },
          "offset": 496
        },
        "rx": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_rx"
          },
          "offset": 4
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_tx"
          },
          "offset": 300
        }
      },
      "kind": "struct"
    },
    "iwm_notif_wait_data": {
      "size": 88,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5c0964ff16cf764d"
          },
          "offset": 64
        },
        "lk_buf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "lk_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_softc"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "iwm_notification_wait": {
      "size": 48,
      "fields": {
        "aborted": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "cmds": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4a213c2db542e865"
          },
          "offset": 0
        },
        "fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "fn_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "n_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "triggered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "iwm_nvm_access_cmd": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_nvm_access_resp": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_nvm_data": {
      "size": 48,
      "fields": {
        "hw_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "lar_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "max_tx_pwr_half_dbm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "n_hw_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nvm_ch_flags": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 48
        },
        "nvm_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "radio_cfg_dash": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "radio_cfg_pnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "radio_cfg_step": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "radio_cfg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "sku_cap_11n_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "sku_cap_amt_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sku_cap_band_24GHz_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sku_cap_band_52GHz_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sku_cap_ipan_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "valid_rx_ant": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "valid_tx_ant": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "iwm_nvm_section": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_periodic_scan_complete": {
      "size": 12,
      "fields": {
        "ebs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "last_schedule_iteration": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "last_schedule_line": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "time_after_last_iter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_phy_cfg_cmd": {
      "size": 12,
      "fields": {
        "calib_control": {
          "type": {
            "kind": "struct",
            "name": "iwm_calib_ctrl"
          },
          "offset": 4
        },
        "phy_cfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_phy_context_cmd": {
      "size": 36,
      "fields": {
        "acquisition_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "apply_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ci": {
          "type": {
            "kind": "struct",
            "name": "iwm_fw_channel_info_v1"
          },
          "offset": 16
        },
        "dsp_cfg_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxchain_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_param_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "txchain_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "iwm_phy_ctxt": {
      "size": 16,
      "fields": {
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 8
        },
        "color": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_phy_db": {
      "size": 72,
      "fields": {
        "calib_ch_group_papd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_phy_db_entry"
            }
          },
          "offset": 40
        },
        "calib_ch_group_txp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_phy_db_entry"
            }
          },
          "offset": 56
        },
        "calib_nch": {
          "type": {
            "kind": "struct",
            "name": "iwm_phy_db_entry"
          },
          "offset": 16
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "iwm_phy_db_entry"
          },
          "offset": 0
        },
        "n_group_papd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "n_group_txp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_softc"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "iwm_phy_db_cmd": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_phy_db_entry": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_rate": {
      "size": 2,
      "fields": {
        "plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_rb_status": {
      "size": 12,
      "fields": {
        "closed_fr_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "closed_rb_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "finished_fr_nam": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "finished_rb_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_rm_sta_cmd": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_rx_data": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_rx_mpdu_desc": {
      "size": 48,
      "fields": {
        "amsdu_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hash_filter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "mac_flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mac_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mac_phy_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "mpdu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phy_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5
        },
        "raw_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reorder_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sta_id_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_8406842aec772b0b"
          },
          "offset": 10,
          "anonymous": true
        },
        "v1": {
          "type": {
            "kind": "struct",
            "name": "iwm_rx_mpdu_desc_v1"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "iwm_rx_mpdu_desc_v1": {
      "size": 28,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "energy_a": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "energy_b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "gp2_on_air_rise": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mac_context": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "rate_n_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_074bfb007317d429"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_e64a13f5e5fb2336"
          },
          "offset": 4,
          "anonymous": true
        },
        "unnamed_field_2": {
          "type": {
            "kind": "union",
            "name": "unnamed_3a19bd4415223f60"
          },
          "offset": 20,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "iwm_rx_mpdu_res_start": {
      "size": 4,
      "fields": {
        "byte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_rx_packet": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "iwm_cmd_header"
          },
          "offset": 4
        },
        "len_n_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_rx_phy_info": {
      "size": 68,
      "fields": {
        "beacon_time_stamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "byte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "cfg_phy_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "frame_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "mac_active_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "non_cfg_phy": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "non_cfg_phy_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phy_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "stat_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "system_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xrflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        }
      },
      "kind": "struct"
    },
    "iwm_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsft": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_rx_ring": {
      "size": 8456,
      "fields": {
        "buf_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 168
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8448
        },
        "data": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_rx_data"
            }
          },
          "offset": 240
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8440
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 224
        },
        "free_desc_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 0
        },
        "spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8432
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_rb_status"
            }
          },
          "offset": 232
        },
        "stat_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 112
        },
        "used_desc_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "iwm_scan_channel_cfg_lmac": {
      "size": 12,
      "fields": {
        "channel_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iter_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "iter_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_scan_channel_cfg_umac": {
      "size": 8,
      "fields": {
        "channel_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iter_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "iter_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iwm_scan_channel_opt": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "non_ebs_ratio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_scan_config": {
      "size": 36,
      "fields": {
        "bcast_sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "channel_array": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "channel_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "dwell_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "dwell_extended": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "dwell_fragmented": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "dwell_passive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "legacy_rates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "out_of_channel_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_chains": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "suspend_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_chains": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_scan_probe_req_v1": {
      "size": 528,
      "fields": {
        "band_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_scan_probe_segment"
            }
          },
          "offset": 4
        },
        "buf": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "common_data": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_probe_segment"
          },
          "offset": 12
        },
        "mac_header": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_probe_segment"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_scan_probe_segment": {
      "size": 4,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_scan_req_lmac": {
      "size": 764,
      "fields": {
        "active_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "channel_opt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_scan_channel_opt"
            }
          },
          "offset": 756
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 764
        },
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 744
        },
        "direct_scan": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_ssid_ie"
            }
          },
          "offset": 56
        },
        "extended_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "filter_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "fragmented_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "iter_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 740
        },
        "max_out_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "n_channels": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "passive_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "rx_chain_select": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "scan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "scan_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 736
        },
        "schedule": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_scan_schedule_lmac"
            }
          },
          "offset": 748
        },
        "suspend_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_cmd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_scan_req_tx_cmd"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iwm_scan_req_tx_cmd": {
      "size": 12,
      "fields": {
        "rate_n_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "tx_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_scan_req_umac": {
      "size": 52,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "general_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ooc_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "scan_start_mac_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_c836bcf4b0454ac1"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "iwm_scan_req_umac_tail_v1": {
      "size": 1220,
      "fields": {
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "direct_scan": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_ssid_ie"
            }
          },
          "offset": 540
        },
        "preq": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_probe_req_v1"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "schedule": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_scan_umac_schedule"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_scan_schedule_lmac": {
      "size": 4,
      "fields": {
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "full_scan_mul": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "iterations": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_scan_umac_chan_param": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_scan_umac_schedule": {
      "size": 4,
      "fields": {
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "iter_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "iwm_scd_txq_cfg_cmd": {
      "size": 12,
      "fields": {
        "aggregate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "scd_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tx_fifo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "window": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "iwm_sf_cfg_cmd": {
      "size": 92,
      "fields": {
        "full_on_timeouts": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 52
        },
        "long_delay_timeouts": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 12
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "watermark": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_softc": {
      "size": 430432,
      "fields": {
        "cfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_cfg"
            }
          },
          "offset": 423208
        },
        "cmd_hold_nic_awake": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 428256
        },
        "cur_ucode": {
          "type": {
            "kind": "enum",
            "name": "iwm_ucode_type"
          },
          "offset": 421972
        },
        "error_event_table": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 428260
        },
        "fw_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 421912
        },
        "fw_paging_db": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_fw_paging"
            }
          },
          "offset": 428280
        },
        "ict_cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 421840
        },
        "ict_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 421784
        },
        "init_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 27528
        },
        "kw_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 421856
        },
        "last_ebs_successful": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 430396
        },
        "log_event_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428268
        },
        "num_of_pages_in_last_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 430394
        },
        "num_of_paging_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 430392
        },
        "nvm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_nvm_data"
            }
          },
          "offset": 423216
        },
        "qfullmsk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 421776
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "iwm_rx_ring"
          },
          "offset": 413320
        },
        "sc_ampdu_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 427508
        },
        "sc_attached": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sc_aux_sta": {
          "type": {
            "kind": "struct",
            "name": "iwm_int_sta"
          },
          "offset": 427512
        },
        "sc_bf": {
          "type": {
            "kind": "struct",
            "name": "iwm_bf_data"
          },
          "offset": 423232
        },
        "sc_cmd_resp": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 423268
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc_default_calib": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_tlv_calib_ctrl"
            }
          },
          "offset": 423176
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27600
        },
        "sc_es_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 427376
        },
        "sc_firmware_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 430412
        },
        "sc_fixed_ridx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 423256
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27360
        },
        "sc_fw": {
          "type": {
            "kind": "struct",
            "name": "iwm_fw_info"
          },
          "offset": 422024
        },
        "sc_fw_chunk_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 421968
        },
        "sc_fw_mcc": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 422012
        },
        "sc_fwver": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 421980
        },
        "sc_generation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 422020
        },
        "sc_hw_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 421848
        },
        "sc_hw_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 421844
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 72
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27608
        },
        "sc_intmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 422016
        },
        "sc_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27560
        },
        "sc_last_phy_info": {
          "type": {
            "kind": "struct",
            "name": "iwm_rx_phy_info"
          },
          "offset": 427440
        },
        "sc_led_blink_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27464
        },
        "sc_ltr_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 430408
        },
        "sc_max_rssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 428240
        },
        "sc_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 27568
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "sc_nodecolor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 423264
        },
        "sc_noise": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 428192
        },
        "sc_notif_wait": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_notif_wait_data"
            }
          },
          "offset": 428248
        },
        "sc_phy_db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_phy_db"
            }
          },
          "offset": 423224
        },
        "sc_phyctxt": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_phy_ctxt"
            }
          },
          "offset": 427520
        },
        "sc_preinit_hook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 27368
        },
        "sc_ps_disabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 430404
        },
        "sc_rftoggle_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 427408
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "iwm_rx_radiotap_header"
          },
          "offset": 428200
        },
        "sc_scan_last_antenna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 423252
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27584
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 48
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27576
        },
        "sc_staid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 423260
        },
        "sc_stats": {
          "type": {
            "kind": "struct",
            "name": "iwm_notif_statistics"
          },
          "offset": 427568
        },
        "sc_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27592
        },
        "sc_time_event_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 430420
        },
        "sc_time_event_end_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 430424
        },
        "sc_time_event_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 430416
        },
        "sc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 427368
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 423248
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_status"
          },
          "offset": 27320
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "iwm_tx_radiotap_header"
          },
          "offset": 428224
        },
        "sc_wantresp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 427364
        },
        "sc_watchdog_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27400
        },
        "scd_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27672
        },
        "sched_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 27616
        },
        "sf_state": {
          "type": {
            "kind": "enum",
            "name": "iwm_sf_state"
          },
          "offset": 430400
        },
        "support_umac_log": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 428276
        },
        "txq": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_tx_ring"
            }
          },
          "offset": 27680
        },
        "ucode_loaded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 421976
        },
        "umac_error_event_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428272
        }
      },
      "kind": "struct"
    },
    "iwm_ssid_ie": {
      "size": 34,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ssid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_bt_activity": {
      "size": 32,
      "fields": {
        "hi_priority_rx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hi_priority_rx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hi_priority_tx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hi_priority_tx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lo_priority_rx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "lo_priority_rx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lo_priority_tx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lo_priority_tx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_dbg": {
      "size": 24,
      "fields": {
        "burst_check": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "burst_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "wait_for_silence_timeout_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_div": {
      "size": 24,
      "fields": {
        "exec_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "probe_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rssi_ant": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_on_a": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_on_b": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_general": {
      "size": 128,
      "fields": {
        "beacon_filter_average_energy": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 88
        },
        "beacon_filter_current_energy": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 90
        },
        "beacon_filter_delta_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "beacon_filter_reason": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 89
        },
        "beacon_filter_reserved": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 91
        },
        "beacon_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "bt_activity": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_bt_activity"
          },
          "offset": 96
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_general_common"
          },
          "offset": 0
        },
        "missed_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_general_common": {
      "size": 80,
      "fields": {
        "dbg": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_dbg"
          },
          "offset": 8
        },
        "div": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_div"
          },
          "offset": 48
        },
        "num_of_sos_states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_enable_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sleep_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "slots_idle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "slots_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "temperature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "temperature_m": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ttl_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_rx": {
      "size": 296,
      "fields": {
        "cck": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_rx_phy"
          },
          "offset": 80
        },
        "general": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_rx_non_phy"
          },
          "offset": 160
        },
        "ofdm": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_rx_phy"
          },
          "offset": 0
        },
        "ofdm_ht": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_rx_ht_phy"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_rx_ht_phy": {
      "size": 40,
      "fields": {
        "agg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "agg_crc32_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "agg_mpdu_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "crc32_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "crc32_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "early_overrun_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mh_format_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "overrun_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "plcp_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unsupport_mcs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_rx_non_phy": {
      "size": 96,
      "fields": {
        "adc_rx_saturation_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "beacon_energy_a": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "beacon_energy_b": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "beacon_energy_c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "beacon_rssi_a": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "beacon_rssi_b": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "beacon_rssi_c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "beacon_silence_rssi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "bogus_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bogus_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "channel_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "channel_load": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "directed_data_mpdu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "dsp_false_alarms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "filtered_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ina_detection_search_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "interference_data_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mac_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "non_bssid_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "non_channel_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "num_bt_kills": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "num_missed_bcon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_rx_phy": {
      "size": 80,
      "fields": {
        "crc32_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "crc32_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dsp_self_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "early_overrun_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "false_alarm_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "fina_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fina_sync_err_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fina_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ina_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mh_format_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "overrun_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "plcp_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "re_acq_main_rssi_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rxe_frame_limit_overrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sent_ack_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sent_ba_rsp_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sent_cts_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sfd_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "unresponded_rts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_tx": {
      "size": 196,
      "fields": {
        "ack_or_ba_timeout_collision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ack_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "actual_ack_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "agg": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_tx_non_phy_agg"
          },
          "offset": 56
        },
        "bt_prio_defer_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bt_prio_kill_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "burst_abort_missing_next_frame_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "burst_abort_next_frame_mismatch_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "channel_width": {
          "type": {
            "kind": "struct",
            "name": "iwm_statistics_tx_channel_width"
          },
          "offset": 104
        },
        "cts_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cts_timeout_collision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "dump_msdu_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "expected_ack_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "few_bytes_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "preamble_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_detected_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_tx_channel_width": {
      "size": 92,
      "fields": {
        "ext_cca_narrow_ch160": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "ext_cca_narrow_ch20": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ext_cca_narrow_ch40": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ext_cca_narrow_ch80": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "fail_per_ch_width": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 76
        },
        "last_tx_ch_width_indx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_detected_per_ch_width": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "success_per_ch_width": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "iwm_statistics_tx_non_phy_agg": {
      "size": 48,
      "fields": {
        "ba_reschedule_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ba_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bt_prio_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "frame_not_ready": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 43
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_ba_rsp_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "scd_query_agg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "scd_query_agg_frame_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "scd_query_mismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "scd_query_no_agg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "txpower": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 40
        },
        "underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "iwm_tfd": {
      "size": 128,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "__reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "num_tbs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tbs": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_tfd_tb"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_tfd_tb": {
      "size": 6,
      "fields": {
        "hi_n_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_time_event_cmd": {
      "size": 36,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "apply_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "depends_on": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "max_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "policy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "repeat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iwm_time_event_notif": {
      "size": 24,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "session_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_time_event_resp": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_time_quota_cmd_v1": {
      "size": 48,
      "fields": {
        "quotas": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_time_quota_data_v1"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_time_quota_data_v1": {
      "size": 12,
      "fields": {
        "id_and_color": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "quota": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_tlv_calib_ctrl": {
      "size": 8,
      "fields": {
        "event_trigger": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flow_trigger": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_tlv_calib_data": {
      "size": 12,
      "fields": {
        "calib": {
          "type": {
            "kind": "struct",
            "name": "iwm_tlv_calib_ctrl"
          },
          "offset": 4
        },
        "ucode_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_tlv_ucode_header": {
      "size": 88,
      "fields": {
        "build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "human_readable": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ignore": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "zero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_tx_ant_cfg_cmd": {
      "size": 4,
      "fields": {
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_tx_cmd": {
      "size": 56,
      "fields": {
        "data_retry_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "dram_lsb_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "dram_msb_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "hdr": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_frame"
            }
          },
          "offset": 56
        },
        "initial_rate_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "life_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "offload_assist": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "payload": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "pm_frame_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "rate_n_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "rts_retry_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "scratch": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2209fc5526800b1d"
          },
          "offset": 8
        },
        "sec_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "sta_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "tid_tspec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "tx_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_tx_data": {
      "size": 48,
      "fields": {
        "cmd_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_node"
            }
          },
          "offset": 32
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "scratch_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwm_tx_path_flush_cmd_v1": {
      "size": 8,
      "fields": {
        "flush_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "queues_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iwm_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "iwm_tx_resp": {
      "size": 40,
      "fields": {
        "bt_kill_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "failure_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "failure_rts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "frame_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "initial_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "measurement_req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pa_integ_res_a": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "pa_integ_res_b": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "pa_integ_res_c": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "pa_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ra_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "seq_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "status": {
          "type": {
            "kind": "struct",
            "name": "iwm_agg_tx_status"
          },
          "offset": 36
        },
        "tfd_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tlc_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "wireless_media_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwm_tx_ring": {
      "size": 12440,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_device_cmd"
            }
          },
          "offset": 120
        },
        "cmd_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 56
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12432
        },
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwm_tx_data"
            }
          },
          "offset": 136
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 128
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_tfd"
            }
          },
          "offset": 112
        },
        "desc_dma": {
          "type": {
            "kind": "struct",
            "name": "iwm_dma_info"
          },
          "offset": 0
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12424
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12428
        }
      },
      "kind": "struct"
    },
    "iwm_ucode_api": {
      "size": 8,
      "fields": {
        "api_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "api_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_ucode_capa": {
      "size": 8,
      "fields": {
        "api_capa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "api_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_ucode_capabilities": {
      "size": 44,
      "fields": {
        "enabled_api": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "enabled_capa": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_probe_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "n_scan_channels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_ucode_tlv": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_umac_alive": {
      "size": 16,
      "fields": {
        "dbg_print_buff_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "error_info_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "umac_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "umac_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwm_umac_scan_abort": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_umac_scan_complete": {
      "size": 16,
      "fields": {
        "ebs_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "last_iter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "last_schedule": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "time_from_last_iter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwm_vap": {
      "size": 3128,
      "fields": {
        "color": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3082
        },
        "have_wme": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3084
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3080
        },
        "is_uploaded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3056
        },
        "iv_auth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3060
        },
        "iv_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3064
        },
        "iv_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        },
        "phy_ctxt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_phy_ctxt"
            }
          },
          "offset": 3072
        },
        "ps_disabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3120
        },
        "queue_params": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_0088933a97afac07"
            }
          },
          "offset": 3088
        }
      },
      "kind": "struct"
    },
    "iwn2000_btcoex_config": {
      "size": 76,
      "fields": {
        "bt3_t2_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bt3_t7_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "bt4_decision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "bt4_reaction": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kill_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "kill_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lead_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lookup_table": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "max_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prio_boost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "rx_prio_boost": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "sample_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "tx_prio_boost": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        }
      },
      "kind": "struct"
    },
    "iwn4965_cmd_txpower": {
      "size": 136,
      "fields": {
        "band": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "power": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_64e60d6cfe967d04"
            }
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "iwn4965_eeprom_band": {
      "size": 52,
      "fields": {
        "chans": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn4965_eeprom_chan_samples"
            }
          },
          "offset": 2
        },
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn4965_eeprom_chan_samples": {
      "size": 25,
      "fields": {
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "samples": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "unnamed_5d4a62f9b3526715"
              }
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iwn4965_node_info": {
      "size": 68,
      "fields": {
        "addba_ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "addba_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "delba_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "disable_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "htflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "kflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "kid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tsc2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ttak": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "iwn4965_rx_phystat": {
      "size": 10,
      "fields": {
        "agc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rssi": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn4965_rxon_assoc": {
      "size": 16,
      "fields": {
        "cck_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ht_dual_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ht_single_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ofdm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rxchain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "iwn4965_tx_stat": {
      "size": 24,
      "fields": {
        "ackfailcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "btkillcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nframes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rtsfailcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "iwn5000_calib_config": {
      "size": 92,
      "fields": {
        "driver": {
          "type": {
            "kind": "struct",
            "name": "iwn5000_calib_status"
          },
          "offset": 44
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ucode": {
          "type": {
            "kind": "struct",
            "name": "iwn5000_calib_status"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn5000_calib_elem": {
      "size": 20,
      "fields": {
        "apply": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "send": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn5000_calib_status": {
      "size": 44,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "once": {
          "type": {
            "kind": "struct",
            "name": "iwn5000_calib_elem"
          },
          "offset": 0
        },
        "perd": {
          "type": {
            "kind": "struct",
            "name": "iwn5000_calib_elem"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "iwn5000_cmd_txpower": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "global_limit": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "srv_limit": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwn5000_eeprom_calib_hdr": {
      "size": 4,
      "fields": {
        "pa_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "volt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwn5000_phy_calib_crystal": {
      "size": 8,
      "fields": {
        "cap_pin": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "isvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ngroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iwn5000_phy_calib_temp_offset": {
      "size": 8,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "isvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ngroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iwn5000_phy_calib_temp_offsetv2": {
      "size": 12,
      "fields": {
        "burnt_voltage_ref": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "isvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ngroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offset_high": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "offset_low": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "iwn5000_rx_phystat": {
      "size": 14,
      "fields": {
        "agc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rssi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn5000_rxon_assoc": {
      "size": 24,
      "fields": {
        "acquisition": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "cck_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ht_dual_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ht_single_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ht_triple_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ofdm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rxchain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwn5000_tx_stat": {
      "size": 36,
      "fields": {
        "ackfailcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "btkillcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "nframes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ratid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rtsfailcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "tlc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "iwn5000_wimax_coex": {
      "size": 68,
      "fields": {
        "events": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn5000_wimax_event"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn5000_wimax_event": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "request": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "window": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iwn6000_btcoex_config": {
      "size": 72,
      "fields": {
        "bt3_t2_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bt3_t7_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "bt4_decision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "bt4_reaction": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kill_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "kill_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lead_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lookup_table": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "max_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "prio_boost": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "rx_prio_boost": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "sample_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "tx_prio_boost": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        }
      },
      "kind": "struct"
    },
    "iwn_base_params": {
      "size": 40,
      "fields": {
        "additional_gp_drv_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "additional_nic_config": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 10
        },
        "bt_mode": {
          "type": {
            "kind": "enum",
            "name": "bt_mode_enum"
          },
          "offset": 32
        },
        "bt_sco_disable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 9
        },
        "bt_session_2": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8
        },
        "calib_need": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "enhanced_TX_power": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "max_ll_items": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "no_multi_vaps": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 29
        },
        "plcp_err_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "pll_cfg_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "regulatory_bands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "shadow_ram_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 6
        },
        "shadow_reg_enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 7
        },
        "support_hostap": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "iwn_beacon_missed": {
      "size": 16,
      "fields": {
        "consecutive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "expected": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "received": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn_bluetooth": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kill_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "kill_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lead_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "max_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "iwn_bt_activity_stats": {
      "size": 32,
      "fields": {
        "hi_priority_rx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hi_priority_rx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hi_priority_tx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hi_priority_tx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lo_priority_rx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "lo_priority_rx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lo_priority_tx_denied_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lo_priority_tx_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_btcoex_priotable": {
      "size": 16,
      "fields": {
        "calib_init1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "calib_init2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "calib_periodic_high1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "calib_periodic_high2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "calib_periodic_low1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "calib_periodic_low2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "dtim": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "scan24": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "scan52": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "iwn_btcoex_prot": {
      "size": 4,
      "fields": {
        "open": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iwn_calib_info": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_calib_state": {
      "size": 160,
      "fields": {
        "bad_plcp_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "bad_plcp_ht": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "bad_plcp_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cck_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "cck_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "cck_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cur_energy_sample": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "cur_noise_sample": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "energy_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "energy_samples": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "fa_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "fa_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "low_fa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "nbeacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "noise": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "noise_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "noise_samples": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 81
        },
        "ofdm_mrc_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ofdm_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ofdm_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ofdm_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rssi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_chan_band": {
      "size": 15,
      "fields": {
        "chan": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_cmd_data": {
      "size": 56,
      "fields": {
        "data_ntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fnext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "hiaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "linkq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "lnext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "loaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "rts_ntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "scratch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "security": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "txop": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        }
      },
      "kind": "struct"
    },
    "iwn_cmd_led": {
      "size": 8,
      "fields": {
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "on": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn_cmd_link_quality": {
      "size": 88,
      "fields": {
        "ampdu_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ampdu_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ampdu_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "antmsk_1stream": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "antmsk_2stream": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mimo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "retry": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "ridx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_cmd_timing": {
      "size": 20,
      "fields": {
        "atim": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "binitval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "delta_cp_bss_tbtts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "dtim_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "lintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_compressed_ba": {
      "size": 24,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "iwn_critical_temp": {
      "size": 12,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tempM": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tempR": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_dma_info": {
      "size": 56,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "iwn_edca_params": {
      "size": 36,
      "fields": {
        "ac": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_9cdf32c38d106909"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_eeprom_chan": {
      "size": 2,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "maxpwr": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iwn_eeprom_enhinfo": {
      "size": 8,
      "fields": {
        "chain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 2
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mimo2": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 6
        },
        "mimo3": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 7
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "iwn_enhanced_sensitivity_cmd": {
      "size": 48,
      "fields": {
        "cck_det_icept": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "cck_det_icept_mrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "cck_det_slope": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "cck_det_slope_mrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "corr_11_9_en": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "corr_barker": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "corr_barker_mrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "corr_cck_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "corr_cck_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "corr_ofdm_mrc_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "corr_ofdm_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "corr_ofdm_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "corr_ofdm_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "energy_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "energy_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "energy_ofdm_th": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ina_det_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ina_det_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ofdm_det_icept": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "ofdm_det_icept_mrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ofdm_det_slope": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ofdm_det_slope_mrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_fw_dump": {
      "size": 52,
      "fields": {
        "branch_link": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "error_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "interrupt_link": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "pc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "src_line": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_fw_info": {
      "size": 112,
      "fields": {
        "boot": {
          "type": {
            "kind": "struct",
            "name": "iwn_fw_part"
          },
          "offset": 80
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "struct",
            "name": "iwn_fw_part"
          },
          "offset": 16
        },
        "main": {
          "type": {
            "kind": "struct",
            "name": "iwn_fw_part"
          },
          "offset": 48
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_fw_part": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "datasz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "textsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_fw_tlv": {
      "size": 8,
      "fields": {
        "alt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_fw_tlv_hdr": {
      "size": 88,
      "fields": {
        "altmask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "descr": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "zero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_general_stats": {
      "size": 80,
      "fields": {
        "burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "burst_check": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "exec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "num_of_sos_states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "probe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "rx_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sleep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "slot_idle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "slot_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "temp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "temp_m": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ttl_tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_ant_a": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_ant_b": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "wait_for_silence_timeout_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwn_ident": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_ioctl_data": {
      "size": 16,
      "fields": {
        "dst_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dst_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_led_mode": {
      "size": 56,
      "fields": {
        "led_bt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "led_cur_bt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "led_cur_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "led_cur_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "led_cur_tpt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "led_last_bt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "led_last_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "led_last_tpt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iwn_node": {
      "size": 29728,
      "fields": {
        "agg": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_cd2492652f029e63"
            }
          },
          "offset": 29456
        },
        "disable_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29448
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29450
        },
        "ni": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_node_info": {
      "size": 92,
      "fields": {
        "addba_ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "addba_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "delba_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "disable_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "htflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "kflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "kid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rxmic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "tsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tsc2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ttak": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        },
        "txmic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "iwn_ops": {
      "size": 120,
      "fields": {
        "add_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "ampdu_tx_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "ampdu_tx_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "get_rssi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "get_temperature": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "init_gains": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "load_firmware": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "nic_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "post_alive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "read_eeprom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "rxon_assoc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "set_gains": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "set_txpower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tx_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "update_sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iwn_phy_calib": {
      "size": 4,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "isvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ngroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwn_phy_calib_gain": {
      "size": 8,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "gain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 4
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "isvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ngroups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "iwn_pmgt": {
      "size": 32,
      "fields": {
        "intval": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rxtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "skip_dtim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "txtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn_pmgt_cmd": {
      "size": 36,
      "fields": {
        "beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "debug": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "intval": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "keepalive": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rxtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_rx_data": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_rx_desc": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn_rx_general_stats": {
      "size": 84,
      "fields": {
        "adc_saturated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bad_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bad_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bad_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "energy": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "fa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ina_searched": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "load": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "missed_beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "noise": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "not_bss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rssi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "iwn_rx_general_stats_bt": {
      "size": 96,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_general_stats"
          },
          "offset": 0
        },
        "num_bt_kills": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "iwn_rx_ht_phy_stats": {
      "size": 40,
      "fields": {
        "ampdu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bad_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bad_mh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bad_plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "eoverrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fragment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "good_ampdu_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "good_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "overrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unsupport_mcs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "iwn_rx_mpdu": {
      "size": 4,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwn_rx_phy_stats": {
      "size": 80,
      "fields": {
        "ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ba_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "bad_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bad_fina_sync": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bad_mh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "bad_plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "dsp_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "eoverrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "fina": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fina_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "good_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ina": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "no_rts_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "overrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rssi_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rxe_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sfd_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "iwn_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsft": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_rx_ring": {
      "size": 1168,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1160
        },
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn_rx_data"
            }
          },
          "offset": 128
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1152
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "desc_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwn_rx_status"
            }
          },
          "offset": 120
        },
        "stat_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "iwn_rx_stat": {
      "size": 60,
      "fields": {
        "beacon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cfg_phy_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "phy_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "phybuf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn_rx_stats": {
      "size": 284,
      "fields": {
        "cck": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_phy_stats"
          },
          "offset": 80
        },
        "general": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_general_stats"
          },
          "offset": 160
        },
        "ht": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_ht_phy_stats"
          },
          "offset": 244
        },
        "ofdm": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_phy_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_rx_stats_bt": {
      "size": 296,
      "fields": {
        "cck": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_phy_stats"
          },
          "offset": 80
        },
        "general_bt": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_general_stats_bt"
          },
          "offset": 160
        },
        "ht": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_ht_phy_stats"
          },
          "offset": 256
        },
        "ofdm": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_phy_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "iwn_rx_status": {
      "size": 16,
      "fields": {
        "closed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "closed_rx_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "finished_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "finished_rx_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "iwn_rxon": {
      "size": 50,
      "fields": {
        "acquisition": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "air": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "associd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "cck_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ht_dual_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "ht_single_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "ht_triple_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "myaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ofdm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "rxchain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "wlap": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwn_scan_chan": {
      "size": 12,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "dsp_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "passive": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rf_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "iwn_scan_essid": {
      "size": 34,
      "fields": {
        "data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "iwn_scan_hdr": {
      "size": 28,
      "fields": {
        "crc_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_svc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pause_svc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "quiet_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "quiet_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rxchain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "scan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "iwn_sensitivity_limits": {
      "size": 64,
      "fields": {
        "barker_mrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "energy_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "energy_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "max_cck_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "max_cck_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "max_ofdm_mrc_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_ofdm_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "max_ofdm_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_ofdm_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "min_cck_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "min_cck_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "min_energy_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "min_ofdm_mrc_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "min_ofdm_mrc_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "min_ofdm_x1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "min_ofdm_x4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwn_softc": {
      "size": 281416,
      "fields": {
        "bands": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn4965_eeprom_band"
            }
          },
          "offset": 279356
        },
        "base_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwn_base_params"
            }
          },
          "offset": 281376
        },
        "broadcast_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27500
        },
        "calib": {
          "type": {
            "kind": "struct",
            "name": "iwn_calib_state"
          },
          "offset": 278004
        },
        "calib_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 278000
        },
        "calib_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 277936
        },
        "calib_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 279998
        },
        "calibcmd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn_calib_info"
            }
          },
          "offset": 278408
        },
        "chainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 281056
        },
        "ctx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 278824
        },
        "current_pwrsave_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 281372
        },
        "desired_pwrsave_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 281368
        },
        "eeprom_channels": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "count": 14,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "iwn_eeprom_chan"
              }
            }
          },
          "offset": 279772
        },
        "eeprom_crystal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280004
        },
        "eeprom_domain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 279999
        },
        "eeprom_temp": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 280008
        },
        "eeprom_temp_high": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 280010
        },
        "eeprom_voltage": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 280012
        },
        "errptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 278536
        },
        "firstaggqueue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27492
        },
        "fw": {
          "type": {
            "kind": "struct",
            "name": "iwn_fw_info"
          },
          "offset": 278296
        },
        "fw_data_maxsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27516
        },
        "fw_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 27680
        },
        "fw_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 27672
        },
        "fw_text_maxsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27512
        },
        "fwname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 27472
        },
        "fwsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27520
        },
        "hw_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27348
        },
        "ict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27792
        },
        "ict_cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27800
        },
        "ict_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 27736
        },
        "int_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 281048
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 277800
        },
        "ivap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211vap"
              }
            }
          },
          "offset": 278832
        },
        "kw_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 27616
        },
        "last_calib_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 278164
        },
        "last_rx_stat": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_stat"
          },
          "offset": 278540
        },
        "last_rx_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 278600
        },
        "last_stat": {
          "type": {
            "kind": "struct",
            "name": "iwn_stats"
          },
          "offset": 278848
        },
        "last_stat_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 279328
        },
        "limits": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwn_sensitivity_limits"
            }
          },
          "offset": 27480
        },
        "maxpwr": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 280016
        },
        "maxpwr2GHz": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 280014
        },
        "maxpwr5GHz": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 280015
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 277776
        },
        "ndmachnls": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27496
        },
        "noise": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 279344
        },
        "noise_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27540
        },
        "nrxchains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 281053
        },
        "ntxchains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 281052
        },
        "ntxqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27488
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "iwn_ops"
          },
          "offset": 27352
        },
        "prom_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 279352
        },
        "qfullmsk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 279348
        },
        "qid2tap": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_tx_ampdu"
              }
            }
          },
          "offset": 281072
        },
        "rawtemp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 279336
        },
        "reset_noise_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27536
        },
        "rfcfg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 279996
        },
        "rx_on": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn_rxon"
            }
          },
          "offset": 278712
        },
        "rxchainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 281055
        },
        "rxon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwn_rxon"
            }
          },
          "offset": 278816
        },
        "rxonsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27504
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_ring"
          },
          "offset": 276608
        },
        "sc_addba_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 281248
        },
        "sc_addba_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 281256
        },
        "sc_addba_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 281264
        },
        "sc_ampdu_rx_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 281232
        },
        "sc_ampdu_rx_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 281240
        },
        "sc_beacon_wait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 281068
        },
        "sc_cap_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 277824
        },
        "sc_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27344
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 56
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 277808
        },
        "sc_is_scanning": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 281064
        },
        "sc_led": {
          "type": {
            "kind": "struct",
            "name": "iwn_led_mode"
          },
          "offset": 281272
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "sc_panic_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 277864
        },
        "sc_rftoggle_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 277832
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_radiotap_header"
          },
          "offset": 281328
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 277792
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 277784
        },
        "sc_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 277816
        },
        "sc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 277928
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 281060
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_status"
          },
          "offset": 27304
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "iwn_tx_radiotap_header"
          },
          "offset": 281352
        },
        "sc_xmit_queue": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 281392
        },
        "sc_xmit_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 277896
        },
        "scan_timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 278168
        },
        "sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 27600
        },
        "sched_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27608
        },
        "sched_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 27544
        },
        "sched_txfact_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27528
        },
        "schedsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27508
        },
        "subdevice_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27350
        },
        "temp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 279340
        },
        "temp_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 281044
        },
        "tlv_feature_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 281040
        },
        "txchainmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 281054
        },
        "txq": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn_tx_ring"
            }
          },
          "offset": 27808
        },
        "uc_scan_progress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 279332
        },
        "ucode_info": {
          "type": {
            "kind": "struct",
            "name": "iwn_ucode_info"
          },
          "offset": 278604
        },
        "ucode_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 281384
        },
        "watchdog_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 278232
        }
      },
      "kind": "struct"
    },
    "iwn_stats": {
      "size": 480,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "general": {
          "type": {
            "kind": "struct",
            "name": "iwn_general_stats"
          },
          "offset": 392
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 472
        },
        "rx": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_stats"
          },
          "offset": 4
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "iwn_tx_stats"
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "iwn_stats_bt": {
      "size": 524,
      "fields": {
        "activity": {
          "type": {
            "kind": "struct",
            "name": "iwn_bt_activity_stats"
          },
          "offset": 484
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "general": {
          "type": {
            "kind": "struct",
            "name": "iwn_general_stats"
          },
          "offset": 404
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 516
        },
        "rx_bt": {
          "type": {
            "kind": "struct",
            "name": "iwn_rx_stats_bt"
          },
          "offset": 4
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "iwn_tx_stats"
          },
          "offset": 300
        }
      },
      "kind": "struct"
    },
    "iwn_tx_cmd": {
      "size": 140,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 136,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "iwn_tx_data": {
      "size": 48,
      "fields": {
        "cmd_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "long_retries": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 32
        },
        "remapped": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "scratch_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "iwn_tx_desc": {
      "size": 128,
      "fields": {
        "nsegs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "segs": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_b50b0c82580357c4"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "iwn_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "iwn_tx_ring": {
      "size": 12440,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwn_tx_cmd"
            }
          },
          "offset": 120
        },
        "cmd_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 56
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12432
        },
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iwn_tx_data"
            }
          },
          "offset": 128
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12416
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwn_tx_desc"
            }
          },
          "offset": 112
        },
        "desc_dma": {
          "type": {
            "kind": "struct",
            "name": "iwn_dma_info"
          },
          "offset": 0
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12424
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12428
        },
        "read": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12436
        }
      },
      "kind": "struct"
    },
    "iwn_tx_stats": {
      "size": 104,
      "fields": {
        "ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ack_collision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ack_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ba_resched": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ba_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "bt_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bt_ht_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "bt_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "burst_err1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "burst_err2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "cts_collision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cts_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "exp_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "msdu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "not_ready": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "preamble": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "query": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "query_ampdu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "query_ampdu_frag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "query_mismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "reserved": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        },
        "rx_ba_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_detected": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "short_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_power": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "iwn_ucode_info": {
      "size": 108,
      "fields": {
        "atten": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "int"
              }
            }
          },
          "offset": 68
        },
        "errptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "logptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "temp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_dfc9288225722740"
            }
          },
          "offset": 36
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "volt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "iwn_vap": {
      "size": 3080,
      "fields": {
        "beacon_int": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3076
        },
        "ctx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3072
        },
        "iv_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3064
        },
        "iv_ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3056
        },
        "iv_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ix_rx_queue": {
      "size": 192,
      "fields": {
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "eitr_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 160
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "rxr": {
          "type": {
            "kind": "struct",
            "name": "rx_ring"
          },
          "offset": 40
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixgbe_softc"
            }
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ix_tx_queue": {
      "size": 96,
      "fields": {
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixgbe_softc"
            }
          },
          "offset": 0
        },
        "txr": {
          "type": {
            "kind": "struct",
            "name": "tx_ring"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ixgbe_addr_filter_info": {
      "size": 20,
      "fields": {
        "mta_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "num_mc_addrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "overflow_promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rar_used_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "user_set_promisc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ixgbe_adv_rx_desc": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ceea9b372bd8fd27"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4cafc58916e9b595"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ixgbe_adv_tx_context_desc": {
      "size": 16,
      "fields": {
        "mss_l4len_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "seqnum_seed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type_tucmd_mlhl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vlan_macip_lens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_adv_tx_desc": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fc321cea129a725f"
          },
          "offset": 0
        },
        "wb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dbd92fcb169e1c4d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ixgbe_atr_hash_dword": {
      "size": 4,
      "fields": {
        "dword": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flex_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "formatted": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ebe2398ce4622e86"
          },
          "offset": 0
        },
        "ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce9740e6a9f14d71"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ixgbe_atr_input": {
      "size": 56,
      "fields": {
        "dword_stream": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "formatted": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ea93107d90ae4e37"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ixgbe_bp_data": {
      "size": 12,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "log": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_bus_info": {
      "size": 20,
      "fields": {
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "instance_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "lan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_bus_speed"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_bus_type"
          },
          "offset": 8
        },
        "width": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_bus_width"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ixgbe_bypass_eeprom": {
      "size": 12,
      "fields": {
        "actions": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "clear_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "logs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_dcb_config": {
      "size": 300,
      "fields": {
        "bw_percentage": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 266
        },
        "dcb_cfg_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "num_tcs": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_dcb_num_tcs"
          },
          "offset": 264
        },
        "pfc_mode_enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 282
        },
        "round_robin_enable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 283
        },
        "rx_pba_cfg": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_dcb_pba"
          },
          "offset": 284
        },
        "support": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_dcb_support"
          },
          "offset": 256
        },
        "tc_config": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ixgbe_dcb_tc_config"
            }
          },
          "offset": 0
        },
        "vt_mode": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 296
        }
      },
      "kind": "struct"
    },
    "ixgbe_dcb_num_tcs": {
      "size": 2,
      "fields": {
        "pfc_tcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pg_tcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_dcb_support": {
      "size": 8,
      "fields": {
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pfc_traffic_classes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "traffic_classes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ixgbe_dcb_tc_config": {
      "size": 32,
      "fields": {
        "desc_credits_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "path": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ixgbe_dcb_tc_path"
            }
          },
          "offset": 0
        },
        "pfc": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_dcb_pfc"
          },
          "offset": 24
        },
        "tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "ixgbe_dcb_tc_path": {
      "size": 12,
      "fields": {
        "bwg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bwg_percent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "data_credits_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data_credits_refill": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "link_percent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tsa": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_dcb_tsa"
          },
          "offset": 8
        },
        "up_to_tc_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ixgbe_dmac_config": {
      "size": 12,
      "fields": {
        "fcoe_en": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "fcoe_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "num_tcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_eeprom_info": {
      "size": 80,
      "fields": {
        "address_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "ctrl_word_3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_eeprom_operations"
          },
          "offset": 0
        },
        "semaphore_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_eeprom_type"
          },
          "offset": 64
        },
        "word_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "word_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ixgbe_eeprom_operations": {
      "size": 64,
      "fields": {
        "calc_checksum": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "read_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "update_checksum": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "validate_checksum": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "write_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ixgbe_fc_info": {
      "size": 80,
      "fields": {
        "current_mode": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_fc_mode"
          },
          "offset": 72
        },
        "disable_fc_autoneg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 68
        },
        "fc_was_autonegged": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 69
        },
        "high_water": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "low_water": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "pause_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "requested_mode": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_fc_mode"
          },
          "offset": 76
        },
        "send_xon": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 66
        },
        "strict_ieee": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 67
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_disable_rxen": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "pad3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "port_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_drv_info": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ver_build": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ver_maj": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ver_min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ver_sub": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_drv_info2": {
      "size": 48,
      "fields": {
        "driver_string": {
          "type": {
            "count": 39,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 9
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        },
        "port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ver_build": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ver_maj": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ver_min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ver_sub": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_hdr": {
      "size": 4,
      "fields": {
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_or_resp": {
          "type": {
            "kind": "union",
            "name": "unnamed_683302afcf1075cb"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_hdr2": {
      "size": 4,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr2_req"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr2_rsp"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ixgbe_hic_hdr2_req": {
      "size": 4,
      "fields": {
        "buf_lenh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "buf_lenl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_hdr2_rsp": {
      "size": 4,
      "fields": {
        "buf_lenh_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "buf_lenl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_internal_phy_req": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "command_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "port_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rsv1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "write_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_internal_phy_resp": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        },
        "read_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_phy_activity_req": {
      "size": 24,
      "fields": {
        "activity_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "port_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_phy_activity_resp": {
      "size": 20,
      "fields": {
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_phy_token_req": {
      "size": 8,
      "fields": {
        "command_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_hdr"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "port_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_read_shadow_ram": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "union",
            "name": "ixgbe_hic_hdr2"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pad3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ixgbe_hic_write_shadow_ram": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "union",
            "name": "ixgbe_hic_hdr2"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pad3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ixgbe_hw": {
      "size": 2008,
      "fields": {
        "adapter_stopped": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1993
        },
        "addr_ctrl": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_addr_filter_info"
          },
          "offset": 1360
        },
        "allow_unsupported_sfp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2001
        },
        "api_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1996
        },
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_bus_info"
          },
          "offset": 1848
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1984
        },
        "eeprom": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_eeprom_info"
          },
          "offset": 1768
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_fc_info"
          },
          "offset": 1380
        },
        "force_full_reset": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2000
        },
        "hw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_link_info"
          },
          "offset": 1728
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_mac_info"
          },
          "offset": 16
        },
        "mbx": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_mbx_info"
          },
          "offset": 1872
        },
        "mvals": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1976
        },
        "need_crosstalk_fix": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2003
        },
        "phy": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_phy_info"
          },
          "offset": 1464
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1992
        },
        "subsystem_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1988
        },
        "subsystem_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1990
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1986
        },
        "wol_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2002
        }
      },
      "kind": "struct"
    },
    "ixgbe_hw_stats": {
      "size": 1600,
      "fields": {
        "b2ogprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1576
        },
        "b2ospc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1568
        },
        "bprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "bptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "errbc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "fccrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1480
        },
        "fclast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1488
        },
        "fcoe_noddp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1536
        },
        "fcoe_noddp_ext_buff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1544
        },
        "fcoedwrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1520
        },
        "fcoedwtc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1528
        },
        "fcoeprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1504
        },
        "fcoeptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1512
        },
        "fcoerpdc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1496
        },
        "fdirfstat_fadd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1448
        },
        "fdirfstat_fremove": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1456
        },
        "fdirmatch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1464
        },
        "fdirmiss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1472
        },
        "fdirustat_add": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1432
        },
        "fdirustat_remove": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1440
        },
        "gorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "gotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "gprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "gptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "illerrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ldpcec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1552
        },
        "lxoffrxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "lxofftxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "lxonrxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "lxontxc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "mlfc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "mngpdc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "mngprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "mngptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "mpc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "mpctotal": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "mprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "mptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "mrfc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "mspdc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "o2bgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1584
        },
        "o2bspc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1592
        },
        "pcrc8ec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1560
        },
        "prc1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "prc127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "prc1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "prc255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "prc511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "prc64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "ptc1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 688
        },
        "ptc127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "ptc1522": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 696
        },
        "ptc255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 672
        },
        "ptc511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "ptc64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 656
        },
        "pxoffrxc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 352
        },
        "pxofftxc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 288
        },
        "pxon2offc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1368
        },
        "pxonrxc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 224
        },
        "pxontxc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 160
        },
        "qbrc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 984
        },
        "qbtc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1112
        },
        "qprc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 728
        },
        "qprdc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1240
        },
        "qptc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 856
        },
        "rfc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "rjc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "rlec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rnbc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 512
        },
        "roc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "ruc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "tor": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "tpr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "tpt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "xec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 720
        }
      },
      "kind": "struct"
    },
    "ixgbe_link_info": {
      "size": 40,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_link_operations"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_link_operations": {
      "size": 32,
      "fields": {
        "read_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read_link_unlocked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "write_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "write_link_unlocked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ixgbe_mac_info": {
      "size": 1344,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 716
        },
        "arc_subsystem_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1298
        },
        "autotry_restart": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1300
        },
        "dmac_config": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_dmac_config"
          },
          "offset": 1316
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1301
        },
        "get_link_status": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1289
        },
        "led_link_act": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1336
        },
        "max_link_up_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1332
        },
        "max_msix_vectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1296
        },
        "max_rx_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1280
        },
        "max_tx_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1276
        },
        "mc_filter_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1252
        },
        "mcft_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1256
        },
        "mta_shadow": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 740
        },
        "num_rar_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1264
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_mac_operations"
          },
          "offset": 0
        },
        "orig_autoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1284
        },
        "orig_autoc2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1292
        },
        "orig_link_settings_stored": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1299
        },
        "perm_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 722
        },
        "rar_highwater": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1268
        },
        "rx_pb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1272
        },
        "san_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 728
        },
        "san_mac_rar_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1288
        },
        "set_lben": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1328
        },
        "thermal_sensor_data": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_thermal_sensor_data"
          },
          "offset": 1302
        },
        "thermal_sensor_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1314
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_mac_type"
          },
          "offset": 712
        },
        "vft_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1260
        },
        "wwnn_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 734
        },
        "wwpn_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 736
        }
      },
      "kind": "struct"
    },
    "ixgbe_mac_operations": {
      "size": 712,
      "fields": {
        "acquire_swfw_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "blink_led_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "blink_led_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 320
        },
        "bypass_rd_eep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 576
        },
        "bypass_rw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 552
        },
        "bypass_set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 568
        },
        "bypass_valid_rd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 560
        },
        "check_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "clear_hw_cntrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "clear_rar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "clear_vfta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 440
        },
        "clear_vmdq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 384
        },
        "disable_mc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 432
        },
        "disable_mdd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 672
        },
        "disable_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 592
        },
        "disable_sec_rx_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "disable_tx_laser": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "dmac_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 640
        },
        "dmac_config_tcs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 632
        },
        "dmac_update_tcs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 624
        },
        "enable_mc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "enable_mdd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 680
        },
        "enable_relaxed_ordering": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "enable_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 600
        },
        "enable_rx_dma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "enable_sec_rx_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "enable_tx_laser": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "fc_autoneg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "fc_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 504
        },
        "flap_tx_laser": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "fw_recovery_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 704
        },
        "get_bus_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "get_device_caps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "get_fcoe_boot_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "get_link_capabilities": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "get_link_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 416
        },
        "get_mac_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "get_media_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "get_rtrup2tc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 584
        },
        "get_san_mac_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "get_supported_physical_layer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "get_thermal_sensor_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 536
        },
        "get_wwn_prefix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "init_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "init_led_link_act": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "init_rx_addrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 392
        },
        "init_swfw_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "init_thermal_sensor_thresh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 544
        },
        "init_uta_tables": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 464
        },
        "insert_mac_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "led_off": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 304
        },
        "led_on": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "mdd_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 688
        },
        "negotiate_api_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "prot_autoc_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "prot_autoc_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "read_analog_reg8": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "read_iosf_sb_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 656
        },
        "release_swfw_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "reset_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "restore_mdd_vf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 696
        },
        "set_ethertype_anti_spoofing": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 616
        },
        "set_fw_drv_ver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 528
        },
        "set_lan_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "set_mac_anti_spoofing": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 472
        },
        "set_rar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "set_rate_select_speed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "set_rlpml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 496
        },
        "set_san_mac_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "set_source_address_pruning": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 608
        },
        "set_uc_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "set_vfta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 448
        },
        "set_vlan_anti_spoofing": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 480
        },
        "set_vlvf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 456
        },
        "set_vmdq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "set_vmdq_san_mac": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "setup_eee": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 648
        },
        "setup_fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 512
        },
        "setup_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "setup_mac_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "setup_rxpba": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "setup_sfp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "start_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "stop_adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "update_mc_addr_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 408
        },
        "update_uc_addr_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 400
        },
        "update_xcast_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 488
        },
        "write_analog_reg8": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "write_iosf_sb_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 664
        }
      },
      "kind": "struct"
    },
    "ixgbe_mbx_info": {
      "size": 104,
      "fields": {
        "ops": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_mbx_operations"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_mbx_stats"
          },
          "offset": 64
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "usec_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "v2p_mailbox": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "ixgbe_mbx_operations": {
      "size": 64,
      "fields": {
        "check_for_ack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "check_for_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "check_for_rst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "init_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "read_posted": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "write_posted": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ixgbe_mbx_stats": {
      "size": 20,
      "fields": {
        "acks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msgs_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "msgs_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ixgbe_mc_addr": {
      "size": 12,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vmdq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ixgbe_nvm_version": {
      "size": 20,
      "fields": {
        "etk_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nvm_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "nvm_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "nvm_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "oem_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "oem_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "oem_release": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "oem_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 9
        },
        "or_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "or_major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "or_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "or_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ixgbe_osdep": {
      "size": 16,
      "fields": {
        "mem_bus_space_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mem_bus_space_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_pba": {
      "size": 16,
      "fields": {
        "pba_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "word": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_phy_info": {
      "size": 264,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "autoneg_advertised": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "eee_speeds_advertised": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "eee_speeds_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "media_type": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_media_type"
          },
          "offset": 224
        },
        "multispeed_fiber": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 257
        },
        "nw_mng_if_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "ops": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_phy_operations"
          },
          "offset": 0
        },
        "phy_semaphore_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "qsfp_shared_i2c_bus": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 259
        },
        "reset_disable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 232
        },
        "reset_if_overtemp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 258
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "sfp_setup_needed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 216
        },
        "sfp_type": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_sfp_type"
          },
          "offset": 212
        },
        "smart_speed": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_smart_speed"
          },
          "offset": 252
        },
        "smart_speed_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 256
        },
        "speeds_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ixgbe_phy_type"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "ixgbe_phy_operations": {
      "size": 200,
      "fields": {
        "check_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "check_overtemp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "enter_lplu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "get_firmware_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "handle_lasi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "i2c_bus_clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "identify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "identify_sfp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "read_i2c_byte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "read_i2c_byte_unlocked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "read_i2c_eeprom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "read_i2c_sff8472": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "read_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "read_reg_mdi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "set_phy_power": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "setup_internal_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "setup_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "setup_link_speed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "write_i2c_byte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "write_i2c_byte_unlocked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "write_i2c_eeprom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "write_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "write_reg_mdi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "ixgbe_softc": {
      "size": 4488,
      "fields": {
        "advertise": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2636
        },
        "bypass": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_bp_data"
          },
          "offset": 2744
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 2024
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 2040
        },
        "dmac": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2660
        },
        "dropped_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2760
        },
        "enable_aim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2640
        },
        "fdir_reinit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2684
        },
        "feat_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4480
        },
        "feat_en": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4484
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hw"
          },
          "offset": 0
        },
        "ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4432
        },
        "ierrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4408
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2112
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 2048
        },
        "imcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4448
        },
        "iov_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2720
        },
        "ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4400
        },
        "iqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4464
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 2064
        },
        "link_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2644
        },
        "link_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2653
        },
        "link_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2792
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2648
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2652
        },
        "mbuf_header_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2768
        },
        "mbuf_packet_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2776
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 2104
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2116
        },
        "mta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixgbe_mc_addr"
            }
          },
          "offset": 2712
        },
        "noproto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4472
        },
        "num_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2646
        },
        "num_vfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2724
        },
        "num_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2120
        },
        "obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4440
        },
        "oerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4424
        },
        "omcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4456
        },
        "opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4416
        },
        "osdep": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_osdep"
          },
          "offset": 2008
        },
        "pci_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 2056
        },
        "phy_layer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2664
        },
        "pool": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2728
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 2096
        },
        "rx_mbuf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2676
        },
        "rx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ix_rx_queue"
            }
          },
          "offset": 2704
        },
        "sfp_probe": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2680
        },
        "shadow_vfta": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2124
        },
        "shared": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 2032
        },
        "stats": {
          "type": {
            "kind": "union",
            "name": "unnamed_2c79fdeddcaf2532"
          },
          "offset": 2800
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2088
        },
        "task_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2688
        },
        "tx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ix_tx_queue"
            }
          },
          "offset": 2696
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2656
        },
        "vfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixgbe_vf"
            }
          },
          "offset": 2736
        },
        "watchdog_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2784
        },
        "wol_support": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2668
        },
        "wufc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2672
        }
      },
      "kind": "struct"
    },
    "ixgbe_thermal_diode_data": {
      "size": 4,
      "fields": {
        "caution_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "max_op_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "temp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ixgbe_thermal_sensor_data": {
      "size": 12,
      "fields": {
        "sensor": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ixgbe_thermal_diode_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixgbe_vf": {
      "size": 92,
      "fields": {
        "api_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "ether_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "maximum_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mc_hash": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 22
        },
        "num_mc_hashes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "pool": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rar_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        }
      },
      "kind": "struct"
    },
    "ixgbevf_hw_stats": {
      "size": 160,
      "fields": {
        "base_vfgorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "base_vfgotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "base_vfgprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "base_vfgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "base_vfmprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "last_vfgorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "last_vfgotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "last_vfgprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "last_vfgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "last_vfmprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "saved_reset_vfgorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "saved_reset_vfgotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "saved_reset_vfgprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "saved_reset_vfgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "saved_reset_vfmprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "vfgorc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "vfgotc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "vfgprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "vfgptc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "vfmprc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ixl_add_maddr_arg": {
      "size": 16,
      "fields": {
        "to_add": {
          "type": {
            "kind": "struct",
            "name": "ixl_ftl_head"
          },
          "offset": 0
        },
        "vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_vsi"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ixl_ftl_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_mac_filter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixl_mac_filter": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ftle": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3058b8acfa330efe"
          },
          "offset": 0
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "ixl_pf": {
      "size": 4752,
      "fields": {
        "admin_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3216
        },
        "admin_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3080
        },
        "admin_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3064
        },
        "admin_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3112
        },
        "advertised_speed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3200
        },
        "dbg_mask": {
          "type": {
            "kind": "enum",
            "name": "ixl_dbg_mask"
          },
          "offset": 3208
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 2976
        },
        "dynamic_rx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3176
        },
        "dynamic_tx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3180
        },
        "enable_vf_loopback": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3192
        },
        "fc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3204
        },
        "has_i2c": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3212
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "i40e_hw"
          },
          "offset": 1136
        },
        "i2c_access_method": {
          "type": {
            "kind": "enum",
            "name": "ixl_i2c_access_method_t"
          },
          "offset": 4700
        },
        "link_poll_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 4744
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3196
        },
        "num_vfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4728
        },
        "osdep": {
          "type": {
            "kind": "struct",
            "name": "i40e_osdep"
          },
          "offset": 2936
        },
        "pci_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 2984
        },
        "qmgr": {
          "type": {
            "kind": "struct",
            "name": "ixl_pf_qmgr"
          },
          "offset": 3000
        },
        "qtag": {
          "type": {
            "kind": "struct",
            "name": "ixl_pf_qtag"
          },
          "offset": 3016
        },
        "read_i2c_byte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 4704
        },
        "rx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3188
        },
        "stat_offsets_loaded": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4696
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2992
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "i40e_hw_port_stats"
          },
          "offset": 3224
        },
        "stats_offsets": {
          "type": {
            "kind": "struct",
            "name": "i40e_hw_port_stats"
          },
          "offset": 3960
        },
        "supported_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2996
        },
        "tx_itr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3184
        },
        "vc_debug_lvl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4736
        },
        "veb_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4732
        },
        "vfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_vf"
            }
          },
          "offset": 4720
        },
        "vsi": {
          "type": {
            "kind": "struct",
            "name": "ixl_vsi"
          },
          "offset": 0
        },
        "write_i2c_byte": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 4712
        }
      },
      "kind": "struct"
    },
    "ixl_pf_qmgr": {
      "size": 16,
      "fields": {
        "num_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "qinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_pf_qmgr_qinfo"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ixl_pf_qmgr_qinfo": {
      "size": 5,
      "fields": {
        "allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rx_configured": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rx_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tx_configured": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tx_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ixl_pf_qtag": {
      "size": 48,
      "fields": {
        "num_active": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "num_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "qmgr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_pf_qmgr"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "ixl_pf_qmgr_qalloc_type"
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_eb02609dd5373703"
          },
          "offset": 12,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ixl_rx_queue": {
      "size": 136,
      "fields": {
        "irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 96
        },
        "rxr": {
          "type": {
            "kind": "struct",
            "name": "rx_ring"
          },
          "offset": 8
        },
        "vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_vsi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixl_sysctl_info": {
      "size": 24,
      "fields": {
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixl_tx_queue": {
      "size": 152,
      "fields": {
        "irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "que_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 104
        },
        "tso": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "txr": {
          "type": {
            "kind": "struct",
            "name": "tx_ring"
          },
          "offset": 8
        },
        "vsi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_vsi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixl_vf": {
      "size": 1208,
      "fields": {
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1144
        },
        "num_mdd_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1140
        },
        "qtag": {
          "type": {
            "kind": "struct",
            "name": "ixl_pf_qtag"
          },
          "offset": 1160
        },
        "version": {
          "type": {
            "kind": "struct",
            "name": "virtchnl_version_info"
          },
          "offset": 1152
        },
        "vf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1136
        },
        "vf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1150
        },
        "vsi": {
          "type": {
            "kind": "struct",
            "name": "ixl_vsi"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ixl_vsi": {
      "size": 1136,
      "fields": {
        "back": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 0
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "downlink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "enable_head_writeback": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 80
        },
        "eth_stats": {
          "type": {
            "kind": "struct",
            "name": "i40e_eth_stats"
          },
          "offset": 816
        },
        "eth_stats_offsets": {
          "type": {
            "kind": "struct",
            "name": "i40e_eth_stats"
          },
          "offset": 912
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1104
        },
        "ftl": {
          "type": {
            "kind": "struct",
            "name": "ixl_ftl_head"
          },
          "offset": 144
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_hw"
            }
          },
          "offset": 32
        },
        "ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1048
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "ierrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1024
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "imcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1064
        },
        "info": {
          "type": {
            "kind": "struct",
            "name": "i40e_aqc_vsi_properties_data"
          },
          "offset": 168
        },
        "ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1016
        },
        "iqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1080
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 112
        },
        "link_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 84
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 40
        },
        "noproto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1096
        },
        "num_hw_filters": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "num_macs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "num_rx_queues": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "num_tx_queues": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "num_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 808
        },
        "obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1056
        },
        "oerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1040
        },
        "omcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1072
        },
        "opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1032
        },
        "oqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1088
        },
        "rx_itr_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_rx_queue"
            }
          },
          "offset": 104
        },
        "seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "shared": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 8
        },
        "stat_offsets_loaded": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1008
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 1120
        },
        "tx_itr_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_tx_queue"
            }
          },
          "offset": 96
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "i40e_vsi_type"
          },
          "offset": 64
        },
        "uplink_seid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "vlans_map": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 296
        },
        "vsi_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 1112
        },
        "vsi_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        }
      },
      "kind": "struct"
    },
    "jaddref": {
      "size": 136,
      "fields": {
        "ja_bmdeps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2313ef48efe00d6"
          },
          "offset": 112
        },
        "ja_ref": {
          "type": {
            "kind": "struct",
            "name": "inoref"
          },
          "offset": 0
        },
        "ja_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_0e54b0d323cdf554"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "jaddrefhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jaddref"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jail": {
      "size": 56,
      "fields": {
        "hostname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ip4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_addr"
            }
          },
          "offset": 40
        },
        "ip4s": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_addr"
            }
          },
          "offset": 48
        },
        "ip6s": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "jailname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jail32": {
      "size": 32,
      "fields": {
        "hostname": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ip4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ip4s": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ip6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ip6s": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "jailname": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jail32_v0": {
      "size": 16,
      "fields": {
        "hostname": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ip_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jail_args": {
      "size": 8,
      "fields": {
        "jail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jail"
            }
          },
          "offset": 0
        },
        "jail_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "jail_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "jail_attach_args": {
      "size": 8,
      "fields": {
        "jid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "jid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "jid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "jail_get_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "jail_remove_args": {
      "size": 8,
      "fields": {
        "jid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "jid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "jid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "jail_set_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "jail_v0": {
      "size": 32,
      "fields": {
        "hostname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ip_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jailsys_flags": {
      "size": 16,
      "fields": {
        "disable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "new": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "jblkdep": {
      "size": 80,
      "fields": {
        "jb_deps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_eaa31fdb62518200"
          },
          "offset": 64
        },
        "jb_freeblks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freeblks"
            }
          },
          "offset": 56
        },
        "jb_jsegdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jsegdep"
            }
          },
          "offset": 48
        },
        "jb_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jblkdephd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jblkdep"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jblkrec": {
      "size": 32,
      "fields": {
        "jb_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "jb_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "jb_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "jb_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "jb_oldfrags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "jb_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "jb_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "jblocks": {
      "size": 96,
      "fields": {
        "jb_age": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "jb_avail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "jb_blocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "jb_extent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jextent"
            }
          },
          "offset": 32
        },
        "jb_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "jb_head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "jb_low": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "jb_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "jb_needseg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "jb_nextseq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "jb_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "jb_oldestseg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jseg"
            }
          },
          "offset": 24
        },
        "jb_oldestwrseq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "jb_segs": {
          "type": {
            "kind": "struct",
            "name": "jseglst"
          },
          "offset": 0
        },
        "jb_suspended": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "jb_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "jb_writeseg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jseg"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "jextent": {
      "size": 16,
      "fields": {
        "je_blocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "je_daddr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jfreeblk": {
      "size": 112,
      "fields": {
        "jf_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "jf_dep": {
          "type": {
            "kind": "struct",
            "name": "jblkdep"
          },
          "offset": 0
        },
        "jf_frags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "jf_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "jf_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "jfreefrag": {
      "size": 96,
      "fields": {
        "fr_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "fr_frags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "fr_freefrag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freefrag"
            }
          },
          "offset": 56
        },
        "fr_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "fr_jsegdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jsegdep"
            }
          },
          "offset": 48
        },
        "fr_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "fr_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jfsync": {
      "size": 72,
      "fields": {
        "jfs_extsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "jfs_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "jfs_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "jfs_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "jme_chain_data": {
      "size": 18560,
      "fields": {
        "jme_buffer_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "jme_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "jme_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18532
        },
        "jme_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 18504
        },
        "jme_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 18496
        },
        "jme_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 18512
        },
        "jme_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12328
        },
        "jme_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "jme_rxdesc"
            }
          },
          "offset": 12336
        },
        "jme_rxhead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 18544
        },
        "jme_rxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18536
        },
        "jme_rxtail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 18552
        },
        "jme_ssb_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "jme_ssb_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "jme_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18528
        },
        "jme_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18524
        },
        "jme_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18520
        },
        "jme_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 18488
        },
        "jme_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 18480
        },
        "jme_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "jme_txdesc": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "jme_txdesc"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "jme_desc": {
      "size": 16,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jme_dev": {
      "size": 16,
      "fields": {
        "jme_deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "jme_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "jme_vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jme_dmamap_arg": {
      "size": 8,
      "fields": {
        "jme_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jme_hw_stats": {
      "size": 32,
      "fields": {
        "rx_bad_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_crc_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_desc_empty": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_mii_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_bad_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "jme_ring_data": {
      "size": 48,
      "fields": {
        "jme_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jme_desc"
            }
          },
          "offset": 16
        },
        "jme_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "jme_ssb_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jme_ssb"
            }
          },
          "offset": 32
        },
        "jme_ssb_block_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "jme_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jme_desc"
            }
          },
          "offset": 0
        },
        "jme_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "jme_rxdesc": {
      "size": 24,
      "fields": {
        "rx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jme_desc"
            }
          },
          "offset": 16
        },
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jme_softc": {
      "size": 19096,
      "fields": {
        "jme_cdata": {
          "type": {
            "kind": "struct",
            "name": "jme_chain_data"
          },
          "offset": 336
        },
        "jme_chip_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "jme_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "jme_eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 188
        },
        "jme_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "jme_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18944
        },
        "jme_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "jme_int_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 18992
        },
        "jme_intrhand": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 112
        },
        "jme_irq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 40
        },
        "jme_irq_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 104
        },
        "jme_link_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 19024
        },
        "jme_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "jme_morework": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18988
        },
        "jme_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 19064
        },
        "jme_ostats": {
          "type": {
            "kind": "struct",
            "name": "jme_hw_stats"
          },
          "offset": 208
        },
        "jme_phyaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "jme_process_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18960
        },
        "jme_rdata": {
          "type": {
            "kind": "struct",
            "name": "jme_ring_data"
          },
          "offset": 18896
        },
        "jme_res": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 24
        },
        "jme_res_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 32
        },
        "jme_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "jme_rx_coal_pkt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18984
        },
        "jme_rx_coal_to": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18976
        },
        "jme_rx_dma_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "jme_rx_pcd_to": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18980
        },
        "jme_rxcsr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18956
        },
        "jme_stats": {
          "type": {
            "kind": "struct",
            "name": "jme_hw_stats"
          },
          "offset": 240
        },
        "jme_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 272
        },
        "jme_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 19056
        },
        "jme_tx_coal_pkt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18972
        },
        "jme_tx_coal_to": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18964
        },
        "jme_tx_dma_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "jme_tx_pcd_to": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18968
        },
        "jme_txcsr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18952
        },
        "jme_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18948
        }
      },
      "kind": "struct"
    },
    "jme_ssb": {
      "size": 32,
      "fields": {
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dw5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dw6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dw7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "jme_txdesc": {
      "size": 32,
      "fields": {
        "tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jme_desc"
            }
          },
          "offset": 24
        },
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "tx_ndesc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "jmicron_raid_conf": {
      "size": 512,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "disk_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "disk_sectors_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "disk_sectors_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "disks": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "filler_1": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "filler_2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "filler_3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "filler_4": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "filler_5": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "signature": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "stripe_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "jmvrec": {
      "size": 32,
      "fields": {
        "jm_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "jm_newoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "jm_oldoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "jm_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "jm_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "jm_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "jmvref": {
      "size": 104,
      "fields": {
        "jm_deps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b81be511edf1dae3"
          },
          "offset": 48
        },
        "jm_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "jm_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "jm_newoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "jm_oldoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "jm_pagedep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pagedep"
            }
          },
          "offset": 64
        },
        "jm_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "jmvrefhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jmvref"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jnewblk": {
      "size": 112,
      "fields": {
        "jn_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "jn_dep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "worklist"
            }
          },
          "offset": 72
        },
        "jn_deps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0cb1ca5aee72d1fe"
          },
          "offset": 56
        },
        "jn_frags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "jn_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "jn_jsegdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jsegdep"
            }
          },
          "offset": 48
        },
        "jn_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "jn_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "jn_oldfrags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "jnewblkhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jnewblk"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jrefrec": {
      "size": 32,
      "fields": {
        "jr_diroff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "jr_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "jr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "jr_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "jr_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "jr_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "jr_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "jremref": {
      "size": 136,
      "fields": {
        "jr_deps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b25d259bdc8f2893"
          },
          "offset": 112
        },
        "jr_dirrem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirrem"
            }
          },
          "offset": 128
        },
        "jr_ref": {
          "type": {
            "kind": "struct",
            "name": "inoref"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jremrefhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jremref"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jseg": {
      "size": 128,
      "fields": {
        "js_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 88
        },
        "js_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "js_entries": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 48
        },
        "js_indirs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c7c0081c08afc720"
          },
          "offset": 56
        },
        "js_jblocks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jblocks"
            }
          },
          "offset": 80
        },
        "js_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "js_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_61e40617377a6eb0"
          },
          "offset": 64
        },
        "js_oldseq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "js_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "js_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "js_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "jsegdep": {
      "size": 56,
      "fields": {
        "jd_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "jd_seg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jseg"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "jseglst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jseg"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "jseg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "jsegrec": {
      "size": 32,
      "fields": {
        "jsr_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "jsr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "jsr_crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "jsr_oldest": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "jsr_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "jsr_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "jtag_by_name": {
      "size": 16,
      "fields": {
        "jtag_interfaces": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "product_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "jtrncrec": {
      "size": 32,
      "fields": {
        "jt_extsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "jt_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "jt_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "jt_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "jt_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "jtrunc": {
      "size": 104,
      "fields": {
        "jt_dep": {
          "type": {
            "kind": "struct",
            "name": "jblkdep"
          },
          "offset": 0
        },
        "jt_extsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "jt_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "jt_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "kaiocb": {
      "size": 552,
      "fields": {
        "allist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_098659970644d0a8"
          },
          "offset": 32
        },
        "cancel_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 512
        },
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 80
        },
        "fd_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 88
        },
        "handle_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "inblock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "iov": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 368
        },
        "jobflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "klist": {
          "type": {
            "kind": "struct",
            "name": "knlist"
          },
          "offset": 112
        },
        "ksi": {
          "type": {
            "kind": "struct",
            "name": "ksiginfo_t"
          },
          "offset": 392
        },
        "lio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aioliojob"
            }
          },
          "offset": 96
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_098659970644d0a8"
          },
          "offset": 0
        },
        "msgrcv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "msgsnd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "outblock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "plist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_098659970644d0a8"
          },
          "offset": 16
        },
        "seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "uaiocb": {
          "type": {
            "kind": "struct",
            "name": "aiocb"
          },
          "offset": 160
        },
        "uio": {
          "type": {
            "kind": "struct",
            "name": "uio"
          },
          "offset": 320
        },
        "uiop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 384
        },
        "ujob": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aiocb"
            }
          },
          "offset": 104
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_ea83b491490078c7"
          },
          "offset": 528,
          "anonymous": true
        },
        "userproc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "kaioinfo": {
      "size": 208,
      "fields": {
        "kaio_active_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "kaio_all": {
          "type": {
            "kind": "struct",
            "name": "unnamed_96c40e78a0f920a8"
          },
          "offset": 48
        },
        "kaio_buffer_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "kaio_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "kaio_done": {
          "type": {
            "kind": "struct",
            "name": "unnamed_96c40e78a0f920a8"
          },
          "offset": 64
        },
        "kaio_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "kaio_jobqueue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_96c40e78a0f920a8"
          },
          "offset": 96
        },
        "kaio_liojoblist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1d21d6b46a68c80c"
          },
          "offset": 80
        },
        "kaio_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "kaio_sync_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 176
        },
        "kaio_syncqueue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_96c40e78a0f920a8"
          },
          "offset": 112
        },
        "kaio_syncready": {
          "type": {
            "kind": "struct",
            "name": "unnamed_96c40e78a0f920a8"
          },
          "offset": 128
        },
        "kaio_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "kaudit_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kaudit_record"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kaudit_record"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kaudit_record": {
      "size": 1280,
      "fields": {
        "k_ar": {
          "type": {
            "kind": "struct",
            "name": "audit_record"
          },
          "offset": 0
        },
        "k_ar_commit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1224
        },
        "k_dtaudit_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1256
        },
        "k_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ca9d554a0160fe8a"
          },
          "offset": 1264
        },
        "k_udata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1232
        },
        "k_ulen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1240
        },
        "k_uthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uthread"
            }
          },
          "offset": 1248
        }
      },
      "kind": "struct"
    },
    "kbdmux_kbd": {
      "size": 16,
      "fields": {
        "kbd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_t"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2592ad60f4dd7293"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kbdmux_kbd_t": {
      "size": 16,
      "fields": {
        "kbd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_t"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2592ad60f4dd7293"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kbdmux_state": {
      "size": 672,
      "fields": {
        "ks_accents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 632
        },
        "ks_composed_char": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "ks_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 648
        },
        "ks_evdev_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 656
        },
        "ks_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 616
        },
        "ks_inq": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ks_inq_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "ks_inq_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "ks_kbds": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c0c37b1ba36d28e7"
          },
          "offset": 664
        },
        "ks_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 624
        },
        "ks_polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 620
        },
        "ks_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 640
        },
        "ks_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 628
        },
        "ks_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 520
        },
        "ks_timo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 552
        }
      },
      "kind": "struct"
    },
    "kbdmux_state_t": {
      "size": 672,
      "fields": {
        "ks_accents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 632
        },
        "ks_composed_char": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "ks_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 648
        },
        "ks_evdev_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 656
        },
        "ks_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 616
        },
        "ks_inq": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ks_inq_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "ks_inq_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "ks_kbds": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c0c37b1ba36d28e7"
          },
          "offset": 664
        },
        "ks_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 624
        },
        "ks_polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 620
        },
        "ks_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 640
        },
        "ks_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 628
        },
        "ks_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 520
        },
        "ks_timo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 552
        }
      },
      "kind": "struct"
    },
    "kclock": {
      "size": 32,
      "fields": {
        "timer_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "timer_delete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "timer_gettime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "timer_settime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kd_ip": {
      "size": 16,
      "fields": {
        "in4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "in6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "kdb_dbbe": {
      "size": 48,
      "fields": {
        "dbbe_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "dbbe_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dbbe_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "dbbe_trace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "dbbe_trace_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "dbbe_trap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "keg_layout_result": {
      "size": 16,
      "fields": {
        "eff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ipers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "slabsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kenv_args": {
      "size": 32,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "len_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "value_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "value_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "what": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "what_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "what_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kern_proc_out_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "oid_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_req"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kerneldumpcomp": {
      "size": 32,
      "fields": {
        "kdc_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "kdc_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kdc_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "kdc_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "compressor"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kerneldumpcrypto": {
      "size": 620,
      "fields": {
        "kdc_dumpkey": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "kerneldumpkey"
            }
          },
          "offset": 620
        },
        "kdc_dumpkeysize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "kdc_encryption": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kdc_iv": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_3c8681a93358c354"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "kerneldumpheader": {
      "size": 512,
      "fields": {
        "architecture": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "architectureversion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "blocksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "compression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 495
        },
        "dumpextent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "dumpkeysize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "dumplength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "dumptime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "hostname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "magic": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "panicstring": {
          "type": {
            "count": 175,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 320
        },
        "parity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "unused": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 504
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "versionstring": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "kerneldumpkey": {
      "size": 37,
      "fields": {
        "kdk_encryptedkey": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "kdk_encryptedkeysize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33
        },
        "kdk_encryption": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kdk_iv": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "kevent": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "ext": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ident": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "udata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "kevent32": {
      "size": 56,
      "fields": {
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ext64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ident": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "udata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "kevent_args": {
      "size": 48,
      "fields": {
        "changelist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kevent"
            }
          },
          "offset": 8
        },
        "changelist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "changelist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "eventlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kevent"
            }
          },
          "offset": 24
        },
        "eventlist_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "eventlist_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nchanges": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nchanges_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nchanges_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "nevents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nevents_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nevents_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 40
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "kevent_copyops": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "k_copyin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "k_copyout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "kevent_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "keyInstance": {
      "size": 560,
      "fields": {
        "Nr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ek": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 320
        },
        "keyLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "keyMaterial": {
          "type": {
            "count": 65,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rk": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "key_ctx": {
      "size": 16,
      "fields": {
        "rxhdr": {
          "type": {
            "kind": "struct",
            "name": "rx_keyctx_hdr"
          },
          "offset": 0
        },
        "txhdr": {
          "type": {
            "kind": "struct",
            "name": "tx_keyctx_hdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "key_params": {
      "size": 32,
      "fields": {
        "cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "key_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "seq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "seq_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "keyarg": {
      "size": 40,
      "fields": {
        "key": {
          "type": {
            "kind": "struct",
            "name": "keyent_t"
          },
          "offset": 4
        },
        "keynum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keyarg_t": {
      "size": 40,
      "fields": {
        "key": {
          "type": {
            "kind": "struct",
            "name": "keyent_t"
          },
          "offset": 4
        },
        "keynum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keyboard": {
      "size": 280,
      "fields": {
        "kb_accentmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "accentmap"
            }
          },
          "offset": 88
        },
        "kb_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "kb_callback": {
          "type": {
            "kind": "struct",
            "name": "keyboard_callback_t"
          },
          "offset": 24
        },
        "kb_config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "kb_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "kb_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "kb_delay1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "kb_delay2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "kb_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 264
        },
        "kb_drv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_driver_t"
            }
          },
          "offset": 272
        },
        "kb_fkeytab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fkeytab"
            }
          },
          "offset": 96
        },
        "kb_fkeytab_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "kb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "kb_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kb_io_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "kb_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "kb_keymap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keymap"
            }
          },
          "offset": 80
        },
        "kb_lastact": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "kb_led": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "kb_minor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kb_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "kb_token": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "kb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "kb_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "keyboard_callback": {
      "size": 16,
      "fields": {
        "kc_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "kc_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keyboard_callback_t": {
      "size": 16,
      "fields": {
        "kc_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "kc_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keyboard_driver": {
      "size": 40,
      "fields": {
        "configure": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "kbdsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_switch_t"
            }
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9c343a4e7b9686c5"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "keyboard_driver_t": {
      "size": 40,
      "fields": {
        "configure": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "kbdsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_switch_t"
            }
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9c343a4e7b9686c5"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "keyboard_info": {
      "size": 36,
      "fields": {
        "kb_config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "kb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "kb_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kb_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "kb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "kb_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "keyboard_info_t": {
      "size": 36,
      "fields": {
        "kb_config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "kb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "kb_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kb_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "kb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "kb_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "keyboard_switch": {
      "size": 152,
      "fields": {
        "check": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "check_char": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "clear_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "diag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "disable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "get_fkeystr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "get_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "read_char": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "set_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "test_if": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "keyboard_switch_t": {
      "size": 152,
      "fields": {
        "check": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "check_char": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "clear_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "diag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "disable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "get_fkeystr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "get_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "read_char": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "set_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "test_if": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "keyboard_t": {
      "size": 280,
      "fields": {
        "kb_accentmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "accentmap"
            }
          },
          "offset": 88
        },
        "kb_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "kb_callback": {
          "type": {
            "kind": "struct",
            "name": "keyboard_callback_t"
          },
          "offset": 24
        },
        "kb_config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "kb_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "kb_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "kb_delay1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "kb_delay2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "kb_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 264
        },
        "kb_drv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_driver_t"
            }
          },
          "offset": 272
        },
        "kb_fkeytab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fkeytab"
            }
          },
          "offset": 96
        },
        "kb_fkeytab_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "kb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "kb_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kb_io_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "kb_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "kb_keymap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keymap"
            }
          },
          "offset": 80
        },
        "kb_lastact": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "kb_led": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "kb_minor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kb_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "kb_token": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "kb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "kb_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "keybuf": {
      "size": 4,
      "fields": {
        "kb_ents": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "keybuf_ent"
            }
          },
          "offset": 4
        },
        "kb_nents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keybuf_ent": {
      "size": 516,
      "fields": {
        "ke_data": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ke_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keycb": {
      "size": 32,
      "fields": {
        "kp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b58d4ffc9de90e71"
          },
          "offset": 0
        },
        "kp_promisc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "kp_registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "kp_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "keyent_t": {
      "size": 36,
      "fields": {
        "flgs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "spcl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "keymap": {
      "size": 9220,
      "fields": {
        "key": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "keyent_t"
            }
          },
          "offset": 4
        },
        "n_keys": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keymap_t": {
      "size": 9220,
      "fields": {
        "key": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "keyent_t"
            }
          },
          "offset": 4
        },
        "n_keys": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keys": {
      "size": 160,
      "fields": {
        "edkey": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ipad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "opad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "keystroke": {
      "size": 8,
      "fields": {
        "info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "makecode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "keystroke_info": {
      "size": 32,
      "fields": {
        "ks": {
          "type": {
            "kind": "struct",
            "name": "keystroke"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4dd4c4e886d55bf4"
          },
          "offset": 0
        },
        "slink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_67fdbca6afae39d3"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "keystroke_t": {
      "size": 8,
      "fields": {
        "info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "makecode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "khelp_modevent_data": {
      "size": 56,
      "fields": {
        "helper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "helper"
            }
          },
          "offset": 16
        },
        "hooks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hookinfo"
            }
          },
          "offset": 24
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nhooks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "uma_zsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "umactor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "umadtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "kill_args": {
      "size": 16,
      "fields": {
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "signum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "signum_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "signum_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "killpg1_ctx": {
      "size": 32,
      "fields": {
        "found": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 21
        },
        "ksi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ksiginfo_t"
            }
          },
          "offset": 8
        },
        "ret": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sent": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kinfo_file": {
      "size": 1392,
      "fields": {
        "_kf_cap_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "_kf_ispare0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 340
        },
        "kf_cap_rights": {
          "type": {
            "kind": "struct",
            "name": "cap_rights_t"
          },
          "offset": 344
        },
        "kf_fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "kf_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "kf_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "kf_pad0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "kf_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 338
        },
        "kf_path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 368
        },
        "kf_ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "kf_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "kf_structsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kf_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_392baf8b2e4be804"
          },
          "offset": 32,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "kinfo_kstack": {
      "size": 1096,
      "fields": {
        "_kkst_ispare": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1032
        },
        "kkst_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kkst_tid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kkst_trace": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kinfo_lockf": {
      "size": 1088,
      "fields": {
        "kl_file_fileid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "kl_file_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "kl_file_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "kl_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "kl_pad0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "kl_path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "kl_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "kl_rw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kl_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "kl_structsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kl_sysid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "kl_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kinfo_lockf_linked": {
      "size": 1104,
      "fields": {
        "kl": {
          "type": {
            "kind": "struct",
            "name": "kinfo_lockf"
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b79bcf7d3426dfbd"
          },
          "offset": 1096
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 1088
        }
      },
      "kind": "struct"
    },
    "kinfo_proc": {
      "size": 1088,
      "fields": {
        "ki_acflag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 306
        },
        "ki_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "user"
            }
          },
          "offset": 24
        },
        "ki_args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pargs"
            }
          },
          "offset": 8
        },
        "ki_childtime": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 352
        },
        "ki_comm": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 447
        },
        "ki_cow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "ki_cr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "ki_dsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 288
        },
        "ki_emul": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 467
        },
        "ki_estcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "ki_fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filedesc"
            }
          },
          "offset": 48
        },
        "ki_fibnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 584
        },
        "ki_flag": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 368
        },
        "ki_flag2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 580
        },
        "ki_groups": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "ki_jid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 592
        },
        "ki_jobc": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 96
        },
        "ki_kiflag": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 376
        },
        "ki_kstack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 904
        },
        "ki_lastcpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 572
        },
        "ki_lastcpu_old": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 393
        },
        "ki_layout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ki_lock": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 390
        },
        "ki_lockname": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 438
        },
        "ki_login": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 420
        },
        "ki_loginclass": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 484
        },
        "ki_moretdname": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 502
        },
        "ki_ngroups": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 188
        },
        "ki_nice": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 389
        },
        "ki_numthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 596
        },
        "ki_oncpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 568
        },
        "ki_oncpu_old": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 392
        },
        "ki_paddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 16
        },
        "ki_pcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcb"
            }
          },
          "offset": 896
        },
        "ki_pctcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "ki_pd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pwddesc"
            }
          },
          "offset": 928
        },
        "ki_pgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "ki_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ki_ppid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "ki_pri": {
          "type": {
            "kind": "struct",
            "name": "priority"
          },
          "offset": 604
        },
        "ki_rgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "ki_rqindex": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 391
        },
        "ki_rssize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 264
        },
        "ki_ruid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "ki_runtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "ki_rusage": {
          "type": {
            "kind": "struct",
            "name": "rusage"
          },
          "offset": 608
        },
        "ki_rusage_ch": {
          "type": {
            "kind": "struct",
            "name": "rusage"
          },
          "offset": 752
        },
        "ki_sflag": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1072
        },
        "ki_sid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "ki_sigcatch": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 152
        },
        "ki_sigignore": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 136
        },
        "ki_siglist": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 104
        },
        "ki_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 120
        },
        "ki_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "ki_slptime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "ki_spare_short1": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 98
        },
        "ki_spare_short2": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 190
        },
        "ki_spareints": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 552
        },
        "ki_sparelongs": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 976
        },
        "ki_spareptrs": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 936
        },
        "ki_sparestrings": {
          "type": {
            "count": 46,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 506
        },
        "ki_ssize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 296
        },
        "ki_start": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 336
        },
        "ki_stat": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 388
        },
        "ki_structsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ki_svgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "ki_svuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "ki_swrss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 272
        },
        "ki_swtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "ki_tdaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 920
        },
        "ki_tdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "ki_tdev_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "ki_tdflags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1080
        },
        "ki_tdname": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 394
        },
        "ki_textvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        },
        "ki_tid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 600
        },
        "ki_tpgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "ki_traceflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 384
        },
        "ki_tracep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        },
        "ki_tracer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "ki_tsid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ki_tsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 280
        },
        "ki_udata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 912
        },
        "ki_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "ki_vmspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmspace"
            }
          },
          "offset": 56
        },
        "ki_wchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "ki_wmesg": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 411
        },
        "ki_xstat": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 304
        }
      },
      "kind": "struct"
    },
    "kinfo_proc32": {
      "size": 768,
      "fields": {
        "ki_acflag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 250
        },
        "ki_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ki_args": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ki_childtime": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 288
        },
        "ki_comm": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 367
        },
        "ki_cow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "ki_cr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "ki_dsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "ki_emul": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 387
        },
        "ki_estcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "ki_fd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ki_fibnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 504
        },
        "ki_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "ki_flag2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 500
        },
        "ki_groups": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 160
        },
        "ki_jid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 512
        },
        "ki_jobc": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 64
        },
        "ki_kiflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "ki_kstack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "ki_lastcpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 492
        },
        "ki_lastcpu_old": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 313
        },
        "ki_layout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ki_lock": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 310
        },
        "ki_lockname": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 358
        },
        "ki_login": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 340
        },
        "ki_loginclass": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 404
        },
        "ki_moretdname": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 422
        },
        "ki_ngroups": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 156
        },
        "ki_nice": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 309
        },
        "ki_numthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 516
        },
        "ki_oncpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 488
        },
        "ki_oncpu_old": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 312
        },
        "ki_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ki_pcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "ki_pctcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "ki_pgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ki_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ki_ppid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ki_pri": {
          "type": {
            "kind": "struct",
            "name": "priority"
          },
          "offset": 524
        },
        "ki_rgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "ki_rqindex": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 311
        },
        "ki_rssize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 228
        },
        "ki_ruid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ki_runtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "ki_rusage": {
          "type": {
            "kind": "struct",
            "name": "rusage32"
          },
          "offset": 528
        },
        "ki_rusage_ch": {
          "type": {
            "kind": "struct",
            "name": "rusage32"
          },
          "offset": 600
        },
        "ki_sflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 756
        },
        "ki_sid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ki_sigcatch": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 120
        },
        "ki_sigignore": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 104
        },
        "ki_siglist": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 72
        },
        "ki_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 88
        },
        "ki_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "ki_slptime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "ki_spare_short1": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 66
        },
        "ki_spare_short2": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 158
        },
        "ki_spareints": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 472
        },
        "ki_sparelongs": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 708
        },
        "ki_spareptrs": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 688
        },
        "ki_sparestrings": {
          "type": {
            "count": 46,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 426
        },
        "ki_ssize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "ki_start": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 280
        },
        "ki_stat": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 308
        },
        "ki_structsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ki_svgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ki_svuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ki_swrss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "ki_swtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "ki_tdaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 684
        },
        "ki_tdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "ki_tdev_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ki_tdflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 760
        },
        "ki_tdname": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 314
        },
        "ki_textvp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ki_tid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 520
        },
        "ki_tpgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ki_traceflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "ki_tracep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ki_tracer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 496
        },
        "ki_tsid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "ki_tsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "ki_udata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "ki_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "ki_vmspace": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ki_wchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ki_wmesg": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 331
        },
        "ki_xstat": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "kinfo_sigtramp": {
      "size": 48,
      "fields": {
        "ksigtramp_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ksigtramp_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "ksigtramp_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kinfo_sigtramp32": {
      "size": 24,
      "fields": {
        "ksigtramp_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ksigtramp_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ksigtramp_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kinfo_vm_layout": {
      "size": 184,
      "fields": {
        "kvm_data_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "kvm_data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "kvm_map_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "kvm_max_user_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "kvm_min_user_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "kvm_shp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "kvm_shp_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "kvm_spare": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "kvm_stack_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "kvm_stack_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "kvm_text_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "kvm_text_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "kinfo_vm_layout32": {
      "size": 92,
      "fields": {
        "kvm_data_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "kvm_data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "kvm_map_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "kvm_max_user_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "kvm_min_user_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "kvm_shp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "kvm_shp_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "kvm_spare": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "kvm_stack_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "kvm_stack_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "kvm_text_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "kvm_text_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "kinfo_vmentry": {
      "size": 1160,
      "fields": {
        "_kve_ispare": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 104
        },
        "kve_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "kve_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "kve_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "kve_path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "kve_private_resident": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "kve_protection": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "kve_ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "kve_resident": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "kve_shadow_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "kve_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "kve_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "kve_structsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kve_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kve_type_spec": {
          "type": {
            "kind": "union",
            "name": "unnamed_92184c62aa2e8360"
          },
          "offset": 88
        },
        "kve_vn_fileid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "kve_vn_fsid_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "kve_vn_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "kve_vn_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "kve_vn_rdev_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "kve_vn_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "kve_vn_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "kinfo_vmobject": {
      "size": 1184,
      "fields": {
        "_kvo_ispare": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 132
        },
        "_kvo_qspare": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "kvo_active": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "kvo_inactive": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "kvo_me": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "kvo_memattr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "kvo_path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "kvo_ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "kvo_resident": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "kvo_shadow_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "kvo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "kvo_structsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kvo_swapped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "kvo_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kvo_type_spec": {
          "type": {
            "kind": "union",
            "name": "unnamed_6e2bca74d09d667f"
          },
          "offset": 64
        },
        "kvo_vn_fileid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "kvo_vn_fsid_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "kld_file_stat": {
      "size": 2080,
      "fields": {
        "address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1040
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1032
        },
        "name": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "pathname": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1056
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1028
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1048
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kld_file_stat32": {
      "size": 2068,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1036
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1032
        },
        "name": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "pathname": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1044
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1028
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1040
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kld_sym_lookup": {
      "size": 32,
      "fields": {
        "symname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "symsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "symvalue": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kldfind_args": {
      "size": 8,
      "fields": {
        "file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "file_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "file_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kldfirstmod_args": {
      "size": 8,
      "fields": {
        "fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fileid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fileid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kldload_args": {
      "size": 8,
      "fields": {
        "file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "file_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "file_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kldnext_args": {
      "size": 8,
      "fields": {
        "fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fileid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fileid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kldstat_args": {
      "size": 16,
      "fields": {
        "fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fileid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fileid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kld_file_stat"
            }
          },
          "offset": 8
        },
        "stat_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stat_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "kldsym_args": {
      "size": 24,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fileid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fileid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kldunload_args": {
      "size": 8,
      "fields": {
        "fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fileid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fileid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kldunloadf_args": {
      "size": 16,
      "fields": {
        "fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fileid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fileid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "klist": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knote"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "knlist": {
      "size": 48,
      "fields": {
        "kl_assert_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "kl_autodestroy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "kl_list": {
          "type": {
            "kind": "struct",
            "name": "klist"
          },
          "offset": 0
        },
        "kl_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "kl_lockarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "kl_unlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "knote": {
      "size": 160,
      "fields": {
        "kn_fop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filterops"
            }
          },
          "offset": 152
        },
        "kn_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "kn_hookid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "kn_influx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "kn_kevent": {
          "type": {
            "kind": "struct",
            "name": "kevent"
          },
          "offset": 48
        },
        "kn_knlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knlist"
            }
          },
          "offset": 16
        },
        "kn_kq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kqueue"
            }
          },
          "offset": 40
        },
        "kn_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_98393e8298e3d60f"
          },
          "offset": 0
        },
        "kn_ptr": {
          "type": {
            "kind": "union",
            "name": "unnamed_959099d69a1f5964"
          },
          "offset": 144
        },
        "kn_sdata": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "kn_selnext": {
          "type": {
            "kind": "struct",
            "name": "unnamed_98393e8298e3d60f"
          },
          "offset": 8
        },
        "kn_sfflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "kn_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "kn_tqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ca5ed1e0390f48a0"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "known_table": {
      "size": 20,
      "fields": {
        "type": {
          "type": {
            "kind": "enum",
            "name": "efi_table_type"
          },
          "offset": 16
        },
        "uuid": {
          "type": {
            "kind": "struct",
            "name": "uuid"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kobj": {
      "size": 8,
      "fields": {
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kobj_attribute": {
      "size": 40,
      "fields": {
        "attr": {
          "type": {
            "kind": "struct",
            "name": "attribute"
          },
          "offset": 0
        },
        "show": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "store": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "kobj_class": {
      "size": 48,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "kobj_method": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobjop_desc"
            }
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kobj_ops": {
      "size": 2056,
      "fields": {
        "cache": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_method"
              }
            }
          },
          "offset": 0
        },
        "cls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_class"
            }
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "kobj_type": {
      "size": 32,
      "fields": {
        "default_attrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "attribute"
              }
            }
          },
          "offset": 16
        },
        "default_groups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "attribute_group"
              }
            }
          },
          "offset": 24
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "sysfs_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysfs_ops"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kobject": {
      "size": 56,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 32
        },
        "kref": {
          "type": {
            "kind": "struct",
            "name": "kref"
          },
          "offset": 16
        },
        "ktype": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_type"
            }
          },
          "offset": 24
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "oidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 48
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobject"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kobjop_desc": {
      "size": 24,
      "fields": {
        "deflt": {
          "type": {
            "kind": "struct",
            "name": "kobj_method"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kproc_desc": {
      "size": 24,
      "fields": {
        "arg0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "global_procpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "proc"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "kq_timer_cb_data": {
      "size": 120,
      "fields": {
        "c": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "kn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knote"
            }
          },
          "offset": 72
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_309e874fac279cf0"
          },
          "offset": 88
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 64
        },
        "to": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "kqlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kqueue"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kqueue"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "kqueue": {
      "size": 40,
      "fields": {
        "head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "q": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kqueue_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kqueuex_args": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "kref": {
      "size": 4,
      "fields": {
        "refcount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ksched": {
      "size": 16,
      "fields": {
        "rr_interval": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ksiginfo": {
      "size": 112,
      "fields": {
        "ksi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ksi_info": {
          "type": {
            "kind": "struct",
            "name": "siginfo_t"
          },
          "offset": 16
        },
        "ksi_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_179774ca2d2112bd"
          },
          "offset": 0
        },
        "ksi_sigq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigqueue"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ksiginfo_t": {
      "size": 112,
      "fields": {
        "ksi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ksi_info": {
          "type": {
            "kind": "struct",
            "name": "siginfo_t"
          },
          "offset": 16
        },
        "ksi_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_179774ca2d2112bd"
          },
          "offset": 0
        },
        "ksi_sigq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigqueue"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "kthread_desc": {
      "size": 24,
      "fields": {
        "arg0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "global_threadpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "kthread_work": {
      "size": 48,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kthread_worker": {
      "size": 16,
      "fields": {
        "task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task_struct"
            }
          },
          "offset": 0
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ktimer_create_args": {
      "size": 24,
      "fields": {
        "clock_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "clock_id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "clock_id_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "evp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigevent"
            }
          },
          "offset": 8
        },
        "evp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "evp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timerid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timerid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ktimer_delete_args": {
      "size": 8,
      "fields": {
        "timerid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timerid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ktimer_getoverrun_args": {
      "size": 8,
      "fields": {
        "timerid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timerid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ktimer_gettime_args": {
      "size": 16,
      "fields": {
        "timerid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timerid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerspec"
            }
          },
          "offset": 8
        },
        "value_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "value_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ktimer_settime_args": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "ovalue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerspec"
            }
          },
          "offset": 24
        },
        "ovalue_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ovalue_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "timerid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timerid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timerid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerspec"
            }
          },
          "offset": 16
        },
        "value_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "value_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ktls_domain_info": {
      "size": 4136,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cpu": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        },
        "reclaim_td": {
          "type": {
            "kind": "struct",
            "name": "ktls_reclaim_thread"
          },
          "offset": 4104
        }
      },
      "kind": "struct"
    },
    "ktls_ocf_encrypt_state": {
      "size": 528,
      "fields": {
        "cbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "crp": {
          "type": {
            "kind": "struct",
            "name": "cryptop"
          },
          "offset": 184
        },
        "dst_iov": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 24
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "parray": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "uio": {
          "type": {
            "kind": "struct",
            "name": "uio"
          },
          "offset": 464
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_8120674133ce2fd8"
          },
          "offset": 512,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ktls_ocf_session": {
      "size": 88,
      "fields": {
        "implicit_iv": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 68
        },
        "iv": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 69
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "mac_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "mac_sid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crypto_session"
            }
          },
          "offset": 16
        },
        "recrypt_sid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crypto_session"
            }
          },
          "offset": 24
        },
        "sid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crypto_session"
            }
          },
          "offset": 8
        },
        "sw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_ocf_sw"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktls_ocf_sw": {
      "size": 24,
      "fields": {
        "decrypt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "encrypt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "recrypt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ktls_reclaim_thread": {
      "size": 32,
      "fields": {
        "reclaims": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 16
        },
        "wakeups": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktls_session": {
      "size": 256,
      "fields": {
        "destroy_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 200
        },
        "disable_ifnet_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 120
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "next_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "ocf_session": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_ocf_session"
            }
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "tls_session_params"
          },
          "offset": 16
        },
        "pending_records": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdfb423221cc4a6b"
          },
          "offset": 184
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "reset_pending": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 170
        },
        "reset_tag_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 88
        },
        "rx_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 160
        },
        "rx_vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "sequential_records": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 173
        },
        "snd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 8
        },
        "sync_dispatch": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 172
        },
        "tx": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 171
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_31681f5645f1fd52"
          },
          "offset": 152,
          "anonymous": true
        },
        "wq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ktls_wq": {
      "size": 128,
      "fields": {
        "lastallocfail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "m_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdfb423221cc4a6b"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 64
        },
        "so_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e9690965f6e13c4e"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ktr_cap_fail": {
      "size": 40,
      "fields": {
        "cap_held": {
          "type": {
            "kind": "struct",
            "name": "cap_rights_t"
          },
          "offset": 24
        },
        "cap_needed": {
          "type": {
            "kind": "struct",
            "name": "cap_rights_t"
          },
          "offset": 8
        },
        "cap_type": {
          "type": {
            "kind": "enum",
            "name": "ktr_cap_fail_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktr_csw": {
      "size": 16,
      "fields": {
        "out": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "user": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "wmesg": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ktr_fault": {
      "size": 16,
      "fields": {
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktr_faultend": {
      "size": 4,
      "fields": {
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktr_genio": {
      "size": 8,
      "fields": {
        "ktr_fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ktr_rw": {
          "type": {
            "kind": "enum",
            "name": "uio_rw"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ktr_header": {
      "size": 64,
      "fields": {
        "ktr_comm": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "ktr_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ktr_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ktr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ktr_tid": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "ktr_time": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "ktr_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "ktr_version": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ktr_io_params": {
      "size": 32,
      "fields": {
        "cr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 8
        },
        "lim": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktr_proc_ctor": {
      "size": 4,
      "fields": {
        "sv_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktr_psig": {
      "size": 40,
      "fields": {
        "action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 20
        },
        "signo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktr_request": {
      "size": 120,
      "fields": {
        "ktr_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "ktr_data": {
          "type": {
            "kind": "union",
            "name": "unnamed_f8d3a0d5612b6939"
          },
          "offset": 72
        },
        "ktr_header": {
          "type": {
            "kind": "struct",
            "name": "ktr_header"
          },
          "offset": 0
        },
        "ktr_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1fe05a2ccba595fc"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ktr_struct_array": {
      "size": 8,
      "fields": {
        "struct_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ktr_syscall": {
      "size": 16,
      "fields": {
        "ktr_args": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        },
        "ktr_code": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "ktr_narg": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ktr_sysret": {
      "size": 16,
      "fields": {
        "ktr_code": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "ktr_eosys": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "ktr_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ktr_retval": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ktrace_args": {
      "size": 32,
      "fields": {
        "facs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "facs_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "facs_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ops_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ops_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "kue_ether_desc": {
      "size": 18,
      "fields": {
        "kue_etherstats": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "kue_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kue_macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "kue_maxseg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "kue_mcastfilt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "kue_rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "kue_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "kue_rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "kue_softc": {
      "size": 760,
      "fields": {
        "sc_desc": {
          "type": {
            "kind": "struct",
            "name": "kue_ether_desc"
          },
          "offset": 704
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 752
        },
        "sc_mcfilters": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 744
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_rxfilt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 756
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 728
        }
      },
      "kind": "struct"
    },
    "kv": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "kva_md_info": {
      "size": 32,
      "fields": {
        "buffer_eva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buffer_sva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "clean_eva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "clean_sva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "kvm_clock_softc": {
      "size": 152,
      "fields": {
        "msr_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "msr_wc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "pvc": {
          "type": {
            "kind": "struct",
            "name": "pvclock"
          },
          "offset": 0
        },
        "timeinfos": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvclock_vcpu_time_info"
            }
          },
          "offset": 136
        },
        "wc": {
          "type": {
            "kind": "struct",
            "name": "pvclock_wall_clock"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "l2_fhdr": {
      "size": 16,
      "fields": {
        "l2_fhdr_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "l2_fhdr_ip_xsum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "l2_fhdr_pkt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "l2_fhdr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "l2_fhdr_tcp_udp_xsum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "l2_fhdr_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "l2_update_frame": {
      "size": 20,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "dsap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "eh": {
          "type": {
            "kind": "struct",
            "name": "ether_header"
          },
          "offset": 0
        },
        "ssap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "xid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "l2addr_node": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "hlist": {
          "type": {
            "kind": "struct",
            "name": "hlist_node"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "l2t_data": {
      "size": 48,
      "fields": {
        "l2t_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "l2tab": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "l2t_entry"
            }
          },
          "offset": 48
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        },
        "nfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "rover": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "l2t_entry"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "l2t_entry": {
      "size": 128,
      "fields": {
        "addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dmac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "l2t_entry"
            }
          },
          "offset": 48
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 32
        },
        "ipv6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 118
        },
        "iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80
        },
        "lport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 119
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "l2t_entry"
            }
          },
          "offset": 56
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "smt_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "wr_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3385a9086ea8a591"
          },
          "offset": 64
        },
        "wrq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_wrq"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "l2tp_seq": {
      "size": 1208,
      "fields": {
        "acks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "inproc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1176
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rack_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 24
        },
        "rexmits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ssth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "wmax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "xack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "xack_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 88
        },
        "xwin": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "l_util": {
      "size": 4,
      "fields": {
        "l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "label": {
      "size": 40,
      "fields": {
        "l_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "l_perpolicy": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lacp_aggregator": {
      "size": 80,
      "fields": {
        "la_actor": {
          "type": {
            "kind": "struct",
            "name": "lacp_peerinfo"
          },
          "offset": 58
        },
        "la_nports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "la_partner": {
          "type": {
            "kind": "struct",
            "name": "lacp_peerinfo"
          },
          "offset": 40
        },
        "la_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "la_ports": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e456c1975afa5ce2"
          },
          "offset": 24
        },
        "la_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7319b60ac58cf60"
          },
          "offset": 0
        },
        "la_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "lacp_collectorinfo": {
      "size": 14,
      "fields": {
        "lci_maxdelay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lci_resv": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "lacp_markerinfo": {
      "size": 14,
      "fields": {
        "mi_pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "mi_rq_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mi_rq_system": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "mi_rq_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lacp_numa": {
      "size": 264,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "map": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lacp_port"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lacp_opreq": {
      "size": 32,
      "fields": {
        "actor_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "actor_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "actor_portno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "actor_portprio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "actor_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "actor_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "partner_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "partner_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "partner_portno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "partner_portprio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "partner_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "partner_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "lacp_peerinfo": {
      "size": 18,
      "fields": {
        "lip_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "lip_portid": {
          "type": {
            "kind": "struct",
            "name": "lacp_portid"
          },
          "offset": 10
        },
        "lip_resv": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "lip_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "lip_systemid": {
          "type": {
            "kind": "struct",
            "name": "lacp_systemid"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lacp_port": {
      "size": 192,
      "fields": {
        "lp_actor": {
          "type": {
            "kind": "struct",
            "name": "lacp_peerinfo"
          },
          "offset": 74
        },
        "lp_aggregator": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_aggregator"
            }
          },
          "offset": 184
        },
        "lp_dist_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_145aab51f64f3f53"
          },
          "offset": 0
        },
        "lp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "lp_ifma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmultiaddr"
            }
          },
          "offset": 176
        },
        "lp_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 48
        },
        "lp_lacpdu_sent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "lp_lagg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_port"
            }
          },
          "offset": 40
        },
        "lp_last_lacpdu": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 112
        },
        "lp_last_lacpdu_rx": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 128
        },
        "lp_lsc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_softc"
            }
          },
          "offset": 32
        },
        "lp_marker": {
          "type": {
            "kind": "struct",
            "name": "lacp_markerinfo"
          },
          "offset": 92
        },
        "lp_media": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "lp_mux_state": {
          "type": {
            "kind": "enum",
            "name": "lacp_mux_state"
          },
          "offset": 148
        },
        "lp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_40c6ca80d35de67c"
          },
          "offset": 16
        },
        "lp_partner": {
          "type": {
            "kind": "struct",
            "name": "lacp_peerinfo"
          },
          "offset": 56
        },
        "lp_selected": {
          "type": {
            "kind": "enum",
            "name": "lacp_selected"
          },
          "offset": 152
        },
        "lp_timer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 164
        }
      },
      "kind": "struct"
    },
    "lacp_portid": {
      "size": 4,
      "fields": {
        "lpi_portno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lpi_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lacp_portmap": {
      "size": 2376,
      "fields": {
        "pm_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pm_map": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lacp_port"
              }
            }
          },
          "offset": 2120
        },
        "pm_num_dom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pm_numa": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lacp_numa"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lacp_softc": {
      "size": 4984,
      "fields": {
        "lsc_active_aggregator": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_aggregator"
            }
          },
          "offset": 40
        },
        "lsc_activemap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4960
        },
        "lsc_aggregators": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2390c1764dc67fef"
          },
          "offset": 48
        },
        "lsc_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 136
        },
        "lsc_debug": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dbe5e29bee33924a"
          },
          "offset": 4968
        },
        "lsc_fast_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4980
        },
        "lsc_hashkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4964
        },
        "lsc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "lsc_pmap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lacp_portmap"
            }
          },
          "offset": 208
        },
        "lsc_ports": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2d58ee0ccf6dd9ab"
          },
          "offset": 200
        },
        "lsc_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_softc"
            }
          },
          "offset": 0
        },
        "lsc_strict_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4976
        },
        "lsc_suppress_distributing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "lsc_transit_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "lacp_systemid": {
      "size": 8,
      "fields": {
        "lsi_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "lsi_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lacpdu": {
      "size": 124,
      "fields": {
        "ldu_actor": {
          "type": {
            "kind": "struct",
            "name": "lacp_peerinfo"
          },
          "offset": 18
        },
        "ldu_collector": {
          "type": {
            "kind": "struct",
            "name": "lacp_collectorinfo"
          },
          "offset": 58
        },
        "ldu_eh": {
          "type": {
            "kind": "struct",
            "name": "ether_header"
          },
          "offset": 0
        },
        "ldu_partner": {
          "type": {
            "kind": "struct",
            "name": "lacp_peerinfo"
          },
          "offset": 38
        },
        "ldu_resv": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 74
        },
        "ldu_sph": {
          "type": {
            "kind": "struct",
            "name": "slowprothdr"
          },
          "offset": 14
        },
        "ldu_tlv_actor": {
          "type": {
            "kind": "struct",
            "name": "tlvhdr"
          },
          "offset": 16
        },
        "ldu_tlv_collector": {
          "type": {
            "kind": "struct",
            "name": "tlvhdr"
          },
          "offset": 56
        },
        "ldu_tlv_partner": {
          "type": {
            "kind": "struct",
            "name": "tlvhdr"
          },
          "offset": 36
        },
        "ldu_tlv_term": {
          "type": {
            "kind": "struct",
            "name": "tlvhdr"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "lagg_counters": {
      "size": 96,
      "fields": {
        "val": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lagg_lb": {
      "size": 264,
      "fields": {
        "lb_key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lb_ports": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lagg_port"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lagg_mc": {
      "size": 72,
      "fields": {
        "mc_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 0
        },
        "mc_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_10e2b2ddeb71230b"
          },
          "offset": 64
        },
        "mc_ifma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmultiaddr"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "lagg_port": {
      "size": 232,
      "fields": {
        "lh_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "lp_detaching": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "lp_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c4c449948a29472b"
          },
          "offset": 208
        },
        "lp_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 216
        },
        "lp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "lp_ifcapenable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "lp_ifcapenable2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "lp_ifflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "lp_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "lp_iftype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "lp_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "lp_lladdr": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "lp_mc_head": {
          "type": {
            "kind": "struct",
            "name": "__mclhd"
          },
          "offset": 88
        },
        "lp_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "lp_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "lp_psc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "lp_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_softc"
            }
          },
          "offset": 8
        },
        "port_counters": {
          "type": {
            "kind": "struct",
            "name": "lagg_counters"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "lagg_proto": {
      "size": 104,
      "fields": {
        "pr_addport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "pr_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "pr_delport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "pr_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pr_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "pr_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "pr_linkstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "pr_lladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "pr_num": {
          "type": {
            "kind": "enum",
            "name": "unnamed_72ddb6457122b723"
          },
          "offset": 0
        },
        "pr_portreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "pr_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "pr_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "pr_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "lagg_reqall": {
      "size": 80,
      "fields": {
        "ra_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ra_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_reqport"
            }
          },
          "offset": 32
        },
        "ra_ports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ra_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ra_psc": {
          "type": {
            "kind": "union",
            "name": "unnamed_dd6d3b54bce85eb0"
          },
          "offset": 44
        },
        "ra_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "lagg_reqflags": {
      "size": 20,
      "fields": {
        "rf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rf_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lagg_reqopts": {
      "size": 40,
      "fields": {
        "ro_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ro_bkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ro_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ro_flapping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ro_flowid_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ro_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ro_opts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "lagg_reqport": {
      "size": 72,
      "fields": {
        "rp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rp_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rp_portname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rp_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rp_psc": {
          "type": {
            "kind": "union",
            "name": "unnamed_dd6d3b54bce85eb0"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "lagg_snd_tag": {
      "size": 32,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "lagg_softc": {
      "size": 448,
      "fields": {
        "detached_counters": {
          "type": {
            "kind": "struct",
            "name": "lagg_counters"
          },
          "offset": 264
        },
        "flowid_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        },
        "sc_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "sc_bcast_addr": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 424
        },
        "sc_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 192
        },
        "sc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "sc_destroying": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "sc_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73bb17cfdff91253"
          },
          "offset": 168
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "sc_flapping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 96
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "sc_opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "sc_ports": {
          "type": {
            "kind": "struct",
            "name": "__tplhd"
          },
          "offset": 160
        },
        "sc_primary": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_port"
            }
          },
          "offset": 88
        },
        "sc_proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sc_psc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "sc_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "sc_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "sc_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 40
        },
        "sc_watchdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 360
        },
        "vlan_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 176
        },
        "vlan_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "lance_hash_maddr_ctx": {
      "size": 16,
      "fields": {
        "af": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lance_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lance_softc": {
      "size": 384,
      "fields": {
        "sc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "sc_conf3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "sc_copyfrombuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "sc_copyfromdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "sc_copytobuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "sc_copytodesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "sc_defaultmedia": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 268
        },
        "sc_enaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 348
        },
        "sc_first_td": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 316
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        },
        "sc_hwinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "sc_hwintr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "sc_hwreset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_initaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "sc_last_rd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "sc_last_td": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "sc_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 8
        },
        "sc_mediachange": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "sc_mediastatus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "sc_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "sc_meminit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "sc_memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "sc_no_td": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "sc_nocarrier": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "sc_nrbuf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "sc_nsupmedia": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "sc_ntbuf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 308
        },
        "sc_rbufaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 340
        },
        "sc_rdcsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "sc_rmdaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 332
        },
        "sc_start_locked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "sc_supmedia": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 256
        },
        "sc_tbufaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "sc_tmdaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 336
        },
        "sc_wdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 80
        },
        "sc_wdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "sc_wrcsr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "sc_zerobuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "lapic": {
      "size": 848,
      "fields": {
        "la_cluster": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45
        },
        "la_cluster_id": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45
        },
        "la_elvts": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lvt"
            }
          },
          "offset": 28
        },
        "la_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "la_ioint_irqs": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 76
        },
        "la_lvts": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lvt"
            }
          },
          "offset": 0
        },
        "la_present": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45
        },
        "la_timer_count": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "la_timer_mode": {
          "type": {
            "kind": "enum",
            "name": "lat_timer_mode"
          },
          "offset": 64
        },
        "la_timer_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "lvt_timer_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "lvt_timer_last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "lapic_info": {
      "size": 8,
      "fields": {
        "la_acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "la_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "large_entity": {
      "size": 12,
      "fields": {
        "entity_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "skip_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "lb_port_stats": {
      "size": 176,
      "fields": {
        "bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "drop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "error_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "frames_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "frames_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "frames_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "frames_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "frames_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "frames_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "frames_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ovflow0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ovflow1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "ovflow2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "ovflow3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "trunc0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "trunc1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "trunc2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "trunc3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "lchflags_args": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lchmod_args": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lchown_args": {
      "size": 24,
      "fields": {
        "gid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "gid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "gid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "uid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "uid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ldmEntry_t": {
      "size": 8,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ldmMatchCandidate_t": {
      "size": 24,
      "fields": {
        "bucket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ldmEntry_t"
            }
          },
          "offset": 16
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "split": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ldmParams_t": {
      "size": 24,
      "fields": {
        "bucketSizeLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "enableLdm": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 0
        },
        "hashLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hashRateLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "minMatchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "windowLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ldmRollingHashState_t": {
      "size": 16,
      "fields": {
        "rolling": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "stopMask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ldmState_t": {
      "size": 2112,
      "fields": {
        "bucketOffsets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "hashTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ldmEntry_t"
            }
          },
          "offset": 40
        },
        "loadedDictEnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "matchCandidates": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ldmMatchCandidate_t"
            }
          },
          "offset": 576
        },
        "splitIndices": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "window": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_window_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "le_pci_softc": {
      "size": 432,
      "fields": {
        "sc_am79900": {
          "type": {
            "kind": "struct",
            "name": "am79900_softc"
          },
          "offset": 0
        },
        "sc_dmam": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 424
        },
        "sc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 416
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 400
        },
        "sc_ires": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 392
        },
        "sc_pdmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 408
        },
        "sc_rres": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 384
        }
      },
      "kind": "struct"
    },
    "ledsc": {
      "size": 96,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 48
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "last_second": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dbb530ed14151448"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbuf"
            }
          },
          "offset": 56
        },
        "str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "legacy_device": {
      "size": 12,
      "fields": {
        "lg_pcibus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "lg_pcifunc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "lg_pcislot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "legacy_pci_exp_rom_header_t": {
      "size": 26,
      "fields": {
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "initentry_point": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "pcir_offset": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "signature": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "size512": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "legacy_pci_expansion_rom_header": {
      "size": 26,
      "fields": {
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "initentry_point": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "pcir_offset": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "signature": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "size512": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "leinit": {
      "size": 32,
      "fields": {
        "init_ladrf": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "init_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "init_padr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "init_rdra": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "init_tdra": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "lermd": {
      "size": 16,
      "fields": {
        "rmd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rmd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rmd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rmd3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "letmd": {
      "size": 16,
      "fields": {
        "tmd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tmd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tmd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tmd3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "lge_frag": {
      "size": 16,
      "fields": {
        "lge_fraglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "lge_fragptr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lge_fragptr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lge_rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lge_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "lge_jpool_entry": {
      "size": 16,
      "fields": {
        "jpool_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4dee65f1f8f65c67"
          },
          "offset": 8
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lge_list_data": {
      "size": 24576,
      "fields": {
        "lge_rx_list": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lge_rx_desc"
            }
          },
          "offset": 0
        },
        "lge_tx_list": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lge_tx_desc"
            }
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "lge_ring_data": {
      "size": 3096,
      "fields": {
        "lge_jslots": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 16
        },
        "lge_jumbo_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 3088
        },
        "lge_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "lge_rx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "lge_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "lge_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lge_rx_desc": {
      "size": 32,
      "fields": {
        "lge_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lge_fraglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "lge_fragptr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lge_fragptr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lge_rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "lge_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lge_sts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lge_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_189960f454eeb149"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "lge_softc": {
      "size": 3296,
      "fields": {
        "lge_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "lge_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "lge_cdata": {
          "type": {
            "kind": "struct",
            "name": "lge_ring_data"
          },
          "offset": 88
        },
        "lge_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "lge_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "lge_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "lge_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "lge_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "lge_jfree_listhead": {
          "type": {
            "kind": "struct",
            "name": "__lge_jfreehead"
          },
          "offset": 3280
        },
        "lge_jinuse_listhead": {
          "type": {
            "kind": "struct",
            "name": "__lge_jinusehead"
          },
          "offset": 3288
        },
        "lge_ldata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lge_list_data"
            }
          },
          "offset": 80
        },
        "lge_link": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "lge_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "lge_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3248
        },
        "lge_pcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "lge_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "lge_stat_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3184
        },
        "lge_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "lge_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "lge_tx_desc": {
      "size": 176,
      "fields": {
        "lge_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lge_frags": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lge_frag"
            }
          },
          "offset": 4
        },
        "lge_rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "lge_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_189960f454eeb149"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "lge_type": {
      "size": 16,
      "fields": {
        "lge_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lge_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "lge_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lgetfh_args": {
      "size": 16,
      "fields": {
        "fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fhandle"
            }
          },
          "offset": 8
        },
        "fhp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fhp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fname_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "limbatch": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "limp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "plimit"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "linear_buffer": {
      "size": 16,
      "fields": {
        "base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "linger": {
      "size": 8,
      "fields": {
        "l_linger": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "l_onoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "link": {
      "size": 112,
      "fields": {
        "l_bios_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "l_crs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "l_initial_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "l_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "l_irqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "l_isa_irq": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 36
        },
        "l_num_irqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "l_prs_template": {
          "type": {
            "kind": "struct",
            "name": "ACPI_RESOURCE"
          },
          "offset": 37
        },
        "l_references": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "l_res_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "l_routed": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 36
        },
        "l_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_pci_link_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "link_args": {
      "size": 16,
      "fields": {
        "link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "link_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "link_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "link_config": {
      "size": 36,
      "fields": {
        "acaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fc": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 28
        },
        "fec": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 30
        },
        "fec_hint": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 29
        },
        "force_fec": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "link_down_rc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "link_ok": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 31
        },
        "lpacaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pcaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "requested_aneg": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "requested_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "requested_fc": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "requested_fec": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "requested_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "link_count_request": {
      "size": 8,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "in_dpf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "link_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_clone_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "snd_clone_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "link_map": {
      "size": 56,
      "fields": {
        "l_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "l_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "l_ld": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "l_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "l_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "link_map"
            }
          },
          "offset": 24
        },
        "l_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "link_map"
            }
          },
          "offset": 32
        },
        "l_refname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "link_res_request": {
      "size": 24,
      "fields": {
        "in_dpf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "link_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "res_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_pci_link_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "link_status": {
      "size": 4,
      "fields": {
        "logical_link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phys_port_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "qos_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "linkat_args": {
      "size": 40,
      "fields": {
        "fd1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd1_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "fd2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fd2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd2_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "path1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path1_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path2_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "linker_class": {
      "size": 64,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fd0099c85a56a23b"
          },
          "offset": 48
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "linker_class_list_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_class"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linker_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "linker_ctf": {
      "size": 72,
      "fields": {
        "ctfcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ctfoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 48
        },
        "ctftab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nsym": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "strcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "strtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "symtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Sym"
            }
          },
          "offset": 16
        },
        "typlenp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 64
        },
        "typoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "linker_ctf_t": {
      "size": 72,
      "fields": {
        "ctfcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ctfoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 48
        },
        "ctftab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nsym": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "strcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "strtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "symtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Sym"
            }
          },
          "offset": 16
        },
        "typlenp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 64
        },
        "typoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "linker_file": {
      "size": 192,
      "fields": {
        "address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5783d056c4ba860a"
          },
          "offset": 128
        },
        "ctors_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "ctors_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "deps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linker_file"
              }
            }
          },
          "offset": 120
        },
        "dtors_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "dtors_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "fbt_nentries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "filename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_07813622bec198c7"
          },
          "offset": 24
        },
        "loadcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "loaded": {
          "type": {
            "kind": "struct",
            "name": "unnamed_07813622bec198c7"
          },
          "offset": 160
        },
        "modules": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3a90e062619f9ae5"
          },
          "offset": 144
        },
        "ndeps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "nenabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "pathname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "userrefs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "linker_file_list_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_file"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linker_file"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "linker_symval": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "linker_symval_t": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "linkinfo": {
      "size": 136,
      "fields": {
        "nodeinfo": {
          "type": {
            "kind": "struct",
            "name": "nodeinfo"
          },
          "offset": 64
        },
        "ourhook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "peerhook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "linux_cdev": {
      "size": 96,
      "fields": {
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 64
        },
        "dev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "kobj": {
          "type": {
            "kind": "struct",
            "name": "kobject"
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file_operations"
            }
          },
          "offset": 80
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 56
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "siref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "linux_dma_obj": {
      "size": 32,
      "fields": {
        "dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "linux_dma_priv": {
      "size": 72,
      "fields": {
        "dma_coherent_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dma_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "dmat_coherent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "ptree": {
          "type": {
            "kind": "struct",
            "name": "pctrie"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "linux_epoch_head": {
      "size": 64,
      "fields": {
        "cb_head": {
          "type": {
            "kind": "struct",
            "name": "llist_head"
          },
          "offset": 0
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "linux_epoch_record": {
      "size": 256,
      "fields": {
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "epoch_record": {
          "type": {
            "kind": "struct",
            "name": "ck_epoch_record_t"
          },
          "offset": 0
        },
        "ts_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7b24fea5d865fb74"
          },
          "offset": 192
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        }
      },
      "kind": "struct"
    },
    "linux_file": {
      "size": 280,
      "fields": {
        "_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 0
        },
        "f_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linux_cdev"
            }
          },
          "offset": 256
        },
        "f_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "f_dentry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dentry"
            }
          },
          "offset": 32
        },
        "f_dentry_store": {
          "type": {
            "kind": "struct",
            "name": "dentry"
          },
          "offset": 40
        },
        "f_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "f_kqflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "f_kqlock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 168
        },
        "f_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "f_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file_operations"
            }
          },
          "offset": 8
        },
        "f_selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 56
        },
        "f_shmem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 152
        },
        "f_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 128
        },
        "f_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 136
        },
        "f_wait_queue": {
          "type": {
            "kind": "struct",
            "name": "linux_file_wait_queue"
          },
          "offset": 200
        },
        "private_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "rcu": {
          "type": {
            "kind": "struct",
            "name": "rcu_head"
          },
          "offset": 264
        }
      },
      "kind": "struct"
    },
    "linux_file_wait_queue": {
      "size": 56,
      "fields": {
        "state": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 48
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "wait_queue"
          },
          "offset": 0
        },
        "wqh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wait_queue_head"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "linux_idr_cache": {
      "size": 48,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "idr_layer"
            }
          },
          "offset": 32
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "linux_kmem_cache": {
      "size": 64,
      "fields": {
        "cache_ctor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "cache_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cache_items": {
          "type": {
            "kind": "struct",
            "name": "llist_head"
          },
          "offset": 24
        },
        "cache_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cache_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32
        },
        "cache_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "linux_kmem_rcu": {
      "size": 24,
      "fields": {
        "cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linux_kmem_cache"
            }
          },
          "offset": 16
        },
        "rcu_head": {
          "type": {
            "kind": "struct",
            "name": "rcu_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "linux_root": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rb_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "linuxkpi_firmware": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "fbdfw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "linuxkpi_ieee80211_channel": {
      "size": 44,
      "fields": {
        "band": {
          "type": {
            "kind": "enum",
            "name": "nl80211_band"
          },
          "offset": 12
        },
        "beacon_found": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 17
        },
        "center_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dfs_cac_ms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dfs_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_channel_flags"
          },
          "offset": 8
        },
        "hw_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_antenna_gain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "max_power": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 16
        },
        "max_reg_power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "orig_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "orig_mpwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "linuxkpi_ieee80211_regdomain": {
      "size": 12,
      "fields": {
        "alpha2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dfs_region": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "n_reg_rules": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "reg_rules": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_reg_rule"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "lio_listio_args": {
      "size": 32,
      "fields": {
        "acb_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aiocb"
              }
            }
          },
          "offset": 8
        },
        "acb_list_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "acb_list_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "mode_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nent_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nent_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "sig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigevent"
            }
          },
          "offset": 24
        },
        "sig_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sig_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "list": {
      "size": 16,
      "fields": {
        "host": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73e073b9c10b08ff"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "list_head": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "list_head"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "list_head"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "list_sort_thunk": {
      "size": 16,
      "fields": {
        "cmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "listen_args": {
      "size": 16,
      "fields": {
        "backlog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "backlog_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "backlog_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "lkpi_cfg80211_bss": {
      "size": 16,
      "fields": {
        "bss": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_bss"
          },
          "offset": 8
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lkpi_cfg80211_get_bss_iter_lookup": {
      "size": 64,
      "fields": {
        "bss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_bss"
            }
          },
          "offset": 56
        },
        "bss_type": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_bss_type"
          },
          "offset": 40
        },
        "bssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linuxkpi_ieee80211_channel"
            }
          },
          "offset": 8
        },
        "match": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "privacy": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_privacy"
          },
          "offset": 44
        },
        "ssid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "ssid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "wiphy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wiphy"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lkpi_devres_dmam_coherent": {
      "size": 24,
      "fields": {
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lkpi_fw_task": {
      "size": 72,
      "fields": {
        "cont": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 48
        },
        "drv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "fw_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "fw_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 0
        },
        "gfp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "lkpi_hw": {
      "size": 576,
      "fields": {
        "hw": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_hw"
          },
          "offset": 384
        },
        "hw_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scan_request"
            }
          },
          "offset": 8
        },
        "ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 24
        },
        "ic_node_alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "ic_node_cleanup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "ic_node_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "ic_node_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "ic_scan_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "ic_scan_mindwell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "lvif_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4a2214046f2d861e"
          },
          "offset": 72
        },
        "lvif_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 88
        },
        "max_rates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_ops"
            }
          },
          "offset": 0
        },
        "rtap_rx": {
          "type": {
            "kind": "struct",
            "name": "lkpi_radiotap_rx_hdr"
          },
          "offset": 48
        },
        "rtap_tx": {
          "type": {
            "kind": "struct",
            "name": "lkpi_radiotap_tx_hdr"
          },
          "offset": 32
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "scan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "scan_ie_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "scan_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 288
        },
        "scheduled_txqs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_650f549512ee6e43"
            }
          },
          "offset": 168
        },
        "supbands": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 120
        },
        "txq_generation": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "update_mc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 332
        },
        "update_wme": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 333
        },
        "workq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "lkpi_iic_softc": {
      "size": 16,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i2c_adapter"
            }
          },
          "offset": 8
        },
        "iicbus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lkpi_iicbb_softc": {
      "size": 16,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i2c_adapter"
            }
          },
          "offset": 8
        },
        "iicbb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lkpi_radiotap_rx_hdr": {
      "size": 24,
      "fields": {
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsft": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lkpi_radiotap_tx_hdr": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "lkpi_sta": {
      "size": 576,
      "fields": {
        "added_to_drv": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 124
        },
        "in_mgd": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 125
        },
        "kc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_key_conf"
            }
          },
          "offset": 112
        },
        "lsta_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3b2f186cc2412f36"
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        },
        "sta": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_sta"
          },
          "offset": 128
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_sta_state"
          },
          "offset": 120
        },
        "txq": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 56
        },
        "txq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80
        },
        "txq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "lkpi_txq": {
      "size": 192,
      "fields": {
        "seen_dequeue": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        },
        "skbq": {
          "type": {
            "kind": "struct",
            "name": "sk_buff_head"
          },
          "offset": 24
        },
        "stopped": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 17
        },
        "txq": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_txq"
          },
          "offset": 128
        },
        "txq_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b0f0fc5dd13e8848"
          },
          "offset": 0
        },
        "txq_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "lkpi_vif": {
      "size": 3968,
      "fields": {
        "added_to_drv": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3160
        },
        "hw_queue_stopped": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 3161
        },
        "iv_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3128
        },
        "iv_update_bss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3136
        },
        "iv_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 16
        },
        "lsta_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_722b0ede3e56c645"
          },
          "offset": 3144
        },
        "lvif_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a691b1e96ee71d5d"
          },
          "offset": 0
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3072
        },
        "vif": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_vif"
          },
          "offset": 3200
        },
        "wdev": {
          "type": {
            "kind": "struct",
            "name": "wireless_dev"
          },
          "offset": 3104
        }
      },
      "kind": "struct"
    },
    "lkpi_wiphy": {
      "size": 448,
      "fields": {
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_ops"
            }
          },
          "offset": 0
        },
        "wiphy": {
          "type": {
            "kind": "struct",
            "name": "wiphy"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "llc": {
      "size": 8,
      "fields": {
        "llc_dsap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "llc_ssap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "llc_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_ce164765b2e9a050"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "lle_match_data": {
      "size": 24,
      "fields": {
        "dchain": {
          "type": {
            "kind": "struct",
            "name": "llentries"
          },
          "offset": 0
        },
        "farg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "llentries": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "llentry": {
      "size": 352,
      "fields": {
        "la_asked": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "la_expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "la_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "la_hold": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 88
        },
        "la_numheld": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "la_preempt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "ll_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "lle_chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_797393d464a0ef36"
          },
          "offset": 192
        },
        "lle_child_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_75d44bce3c2bf4ad"
          },
          "offset": 176
        },
        "lle_children": {
          "type": {
            "kind": "struct",
            "name": "llentry_children_head"
          },
          "offset": 168
        },
        "lle_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 336
        },
        "lle_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "lle_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentries"
            }
          },
          "offset": 72
        },
        "lle_hittime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "lle_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 272
        },
        "lle_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_797393d464a0ef36"
          },
          "offset": 0
        },
        "lle_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 184
        },
        "lle_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "lle_remtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "lle_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lltable"
            }
          },
          "offset": 64
        },
        "lle_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 208
        },
        "ln_ntick": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "ln_router": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "ln_state": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 118
        },
        "r_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "r_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "r_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "r_l3addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_5ccd635b0c43ba38"
          },
          "offset": 16
        },
        "r_linkdata": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "r_skip_req": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "req_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 304
        },
        "spare0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        }
      },
      "kind": "struct"
    },
    "llentry_children_head": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "llentry_sa": {
      "size": 368,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "llentry"
          },
          "offset": 0
        },
        "l3_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 352
        }
      },
      "kind": "struct"
    },
    "llist_head": {
      "size": 8,
      "fields": {
        "first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llist_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "llist_node": {
      "size": 8,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llist_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lltable": {
      "size": 160,
      "fields": {
        "lle_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentries"
            }
          },
          "offset": 24
        },
        "llt_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "llt_alloc_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "llt_delete_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "llt_dump_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "llt_entries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "llt_fill_sa_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "llt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "llt_foreach_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "llt_free_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "llt_free_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "llt_hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "llt_hsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "llt_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 32
        },
        "llt_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4cc21b1cf89dc555"
          },
          "offset": 0
        },
        "llt_link_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "llt_lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "llt_mark_used": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "llt_match_prefix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "llt_maxentries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "llt_post_resolved": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "llt_prefix_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "llt_spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "llt_unlink_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "loadavg": {
      "size": 24,
      "fields": {
        "fscale": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "ldavg": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lock": {
      "size": 40,
      "fields": {
        "lk_exslpfail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "lk_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "lk_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "lk_timo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lock_class": {
      "size": 56,
      "fields": {
        "lc_assert": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "lc_ddb_show": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "lc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lc_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "lc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "lc_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "lc_unlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "lock_delay_arg": {
      "size": 16,
      "fields": {
        "config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_delay_config"
            }
          },
          "offset": 0
        },
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "spin_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "lock_delay_config": {
      "size": 4,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "lock_object": {
      "size": 24,
      "fields": {
        "lo_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lo_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lo_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "lo_witness": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "witness"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "lock_owner": {
      "size": 56,
      "fields": {
        "lo_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "lo_hash": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "lo_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "lo_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ead22006a201c121"
          },
          "offset": 0
        },
        "lo_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "lo_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "lo_sysid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "lo_vertex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "owner_vertex"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "lock_owner_chain": {
      "size": 40,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "lock_owner_list"
          },
          "offset": 32
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lock_owner_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_owner"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lockdesc": {
      "size": 48,
      "fields": {
        "fl": {
          "type": {
            "kind": "struct",
            "name": "flock"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a31079a27222e8f8"
          },
          "offset": 0
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lockdesclist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockdesc"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lockdesc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lockf": {
      "size": 72,
      "fields": {
        "ls_active": {
          "type": {
            "kind": "struct",
            "name": "lockf_entry_list"
          },
          "offset": 48
        },
        "ls_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_81064d843a04c279"
          },
          "offset": 0
        },
        "ls_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 16
        },
        "ls_pending": {
          "type": {
            "kind": "struct",
            "name": "lockf_entry_list"
          },
          "offset": 56
        },
        "ls_threads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "lockf_edge": {
      "size": 48,
      "fields": {
        "le_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf_entry"
            }
          },
          "offset": 32
        },
        "le_inlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5fa6e92c02dc8e44"
          },
          "offset": 16
        },
        "le_outlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5fa6e92c02dc8e44"
          },
          "offset": 0
        },
        "le_to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf_entry"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "lockf_edge_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf_edge"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lockf_entry": {
      "size": 88,
      "fields": {
        "lf_async_task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task"
            }
          },
          "offset": 40
        },
        "lf_end": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "lf_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "lf_inedges": {
          "type": {
            "kind": "struct",
            "name": "lockf_edge_list"
          },
          "offset": 72
        },
        "lf_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5acb68ef231eb758"
          },
          "offset": 48
        },
        "lf_outedges": {
          "type": {
            "kind": "struct",
            "name": "lockf_edge_list"
          },
          "offset": 64
        },
        "lf_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_owner"
            }
          },
          "offset": 24
        },
        "lf_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "lf_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "lf_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "lf_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "lockf_entry_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lockf_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lockmgr_wait": {
      "size": 16,
      "fields": {
        "ipri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "itimo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "iwmesg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "log_infoh": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_dev_info"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_log_dev_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "log_queueh": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_dev_queue"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_log_dev_queue"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "loginclass": {
      "size": 64,
      "fields": {
        "lc_name": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "lc_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e0b400fee209e99f"
          },
          "offset": 0
        },
        "lc_racct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "racct"
            }
          },
          "offset": 56
        },
        "lc_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "loginfo_type": {
      "size": 4,
      "fields": {
        "dw": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fb725c0660a1320d"
          },
          "offset": 0
        },
        "loginfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "logsoftc": {
      "size": 152,
      "fields": {
        "sc_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 88
        },
        "sc_selp": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 8
        },
        "sc_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 80
        },
        "sc_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lookup_irq_request": {
      "size": 40,
      "fields": {
        "acpi_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_RESOURCE"
            }
          },
          "offset": 0
        },
        "checkrid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "found": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "trig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "lpathconf_args": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lpohead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_profile_object"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lpt_data": {
      "size": 152,
      "fields": {
        "sc_backoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "sc_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "sc_cdev_bypass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "sc_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "sc_cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 27
        },
        "sc_inbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "sc_intr_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "sc_intr_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 136
        },
        "sc_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "sc_primed": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 50
        },
        "sc_statbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "sc_state": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 24
        },
        "sc_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 72
        },
        "sc_xfercnt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "lradix4_data": {
      "size": 40,
      "fields": {
        "alloc_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 8
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "num_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rnh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node_head"
            }
          },
          "offset": 0
        },
        "rt_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "lradix6_data": {
      "size": 40,
      "fields": {
        "alloc_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 8
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "num_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "radix_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "rnh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node_head"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lro_address": {
      "size": 48,
      "fields": {
        "raw": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3ff74a68a0ca064b"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "lro_ctrl": {
      "size": 128,
      "fields": {
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "lro_ackcnt_lim": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "lro_active": {
          "type": {
            "kind": "struct",
            "name": "lro_head"
          },
          "offset": 104
        },
        "lro_bad_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "lro_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "lro_cnt_of_same_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "lro_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "lro_cpu_is_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "lro_flushed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "lro_free": {
          "type": {
            "kind": "struct",
            "name": "lro_head"
          },
          "offset": 112
        },
        "lro_hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lro_head"
            }
          },
          "offset": 96
        },
        "lro_hashsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "lro_last_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "lro_last_queue_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 16
        },
        "lro_length_lim": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "lro_mbuf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "lro_mbuf_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lro_mbuf_sort"
            }
          },
          "offset": 8
        },
        "lro_mbuf_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "lro_queued": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "lro_entry": {
      "size": 240,
      "fields": {
        "ack_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "alloc_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 224
        },
        "compressed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 216
        },
        "flags": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 222
        },
        "hash_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4afe9d7f914f16ea"
          },
          "offset": 16
        },
        "inner": {
          "type": {
            "kind": "struct",
            "name": "lro_parser"
          },
          "offset": 128
        },
        "m_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "m_last_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 48
        },
        "m_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 40
        },
        "needs_merge": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 223
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4afe9d7f914f16ea"
          },
          "offset": 0
        },
        "next_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "outer": {
          "type": {
            "kind": "struct",
            "name": "lro_parser"
          },
          "offset": 56
        },
        "reserved": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 223
        },
        "timestamp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 223
        },
        "tsecr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tsval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "uncompressed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 218
        },
        "window": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 220
        }
      },
      "kind": "struct"
    },
    "lro_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lro_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lro_mbuf_sort": {
      "size": 16,
      "fields": {
        "mb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lro_parser": {
      "size": 72,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "lro_address"
          },
          "offset": 0
        },
        "total_hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_ee3df12177814684"
          },
          "offset": 48,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_9a750ffde4bc6826"
          },
          "offset": 56,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "lro_state": {
      "size": 136,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 8
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lseek_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "whence": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "whence_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "whence_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "lut_entry": {
      "size": 16,
      "fields": {
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "lutimes_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 8
        },
        "tptr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "lvt": {
      "size": 4,
      "fields": {
        "lvt_active": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lvt_activehi": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lvt_edgetrigger": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lvt_masked": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lvt_mode": {
          "type": {
            "bit_length": 16,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lvt_vector": {
          "type": {
            "bit_length": 8,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "lzma2_dec": {
      "size": 24,
      "fields": {
        "compressed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "need_dict_reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "need_props": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "next_sequence": {
          "type": {
            "kind": "enum",
            "name": "lzma2_seq"
          },
          "offset": 4
        },
        "sequence": {
          "type": {
            "kind": "enum",
            "name": "lzma2_seq"
          },
          "offset": 0
        },
        "uncompressed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "lzma_dec": {
      "size": 28304,
      "fields": {
        "dist_align": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1640
        },
        "dist_slot": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 900
        },
        "dist_special": {
          "type": {
            "count": 114,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1412
        },
        "is_match": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 36
        },
        "is_rep": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 420
        },
        "is_rep0": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 444
        },
        "is_rep0_long": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 516
        },
        "is_rep1": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 468
        },
        "is_rep2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 492
        },
        "lc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "literal": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "count": 768,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 3728
        },
        "literal_pos_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "match_len_dec": {
          "type": {
            "kind": "struct",
            "name": "lzma_len_dec"
          },
          "offset": 1672
        },
        "pos_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rep0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rep1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rep2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rep3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rep_len_dec": {
          "type": {
            "kind": "struct",
            "name": "lzma_len_dec"
          },
          "offset": 2700
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "lzma_state"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "lzma_len_dec": {
      "size": 1028,
      "fields": {
        "choice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "choice2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "high": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 516
        },
        "low": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 4
        },
        "mid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 260
        }
      },
      "kind": "struct"
    },
    "m_ext": {
      "size": 160,
      "fields": {
        "ext_arg1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "ext_flags": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "ext_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "ext_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ext_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_010e19604d95c873"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_715551db46ff8ae4"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "m_link": {
      "size": 8,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_link"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "m_link_s": {
      "size": 8,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_link"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "m_pool": {
      "size": 368,
      "fields": {
        "dev_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "getp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "h": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "m_link"
            }
          },
          "offset": 296
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_pool"
            }
          },
          "offset": 288
        },
        "nump": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vtob": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "m_vtob_s"
              }
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "m_pool_s": {
      "size": 368,
      "fields": {
        "dev_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "getp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "h": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "m_link"
            }
          },
          "offset": 296
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_pool"
            }
          },
          "offset": 288
        },
        "nump": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vtob": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "m_vtob_s"
              }
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "m_qos_color": {
      "size": 32,
      "fields": {
        "color": {
          "type": {
            "kind": "enum",
            "name": "qos_color"
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "m_snd_tag": {
      "size": 24,
      "fields": {
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_snd_tag_sw"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "m_tag": {
      "size": 24,
      "fields": {
        "m_tag_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "m_tag_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "m_tag_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "m_tag_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "m_tag_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c793ea398630cf2e"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "m_vtob": {
      "size": 32,
      "fields": {
        "baddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_vtob"
            }
          },
          "offset": 0
        },
        "vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "m_vtob_s": {
      "size": 32,
      "fields": {
        "baddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_vtob"
            }
          },
          "offset": 0
        },
        "vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mac": {
      "size": 16,
      "fields": {
        "m_buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "m_string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mac80211_fils_discovery": {
      "size": 4,
      "fields": {
        "max_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mac_address": {
      "size": 6,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mac_address_format": {
      "size": 8,
      "fields": {
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "size_of_struct": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mac_configuration_cmd": {
      "size": 1032,
      "fields": {
        "config_table": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mac_configuration_entry"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mac_configuration_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mac_configuration_entry": {
      "size": 16,
      "fields": {
        "clients_bit_vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lsb_mac_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "middle_mac_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "msb_mac_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mac_configuration_hdr": {
      "size": 8,
      "fields": {
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "mac_dbg_regs_t": {
      "size": 16,
      "fields": {
        "dma_dbg_3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dma_dbg_4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dma_dbg_5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dma_dbg_6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mac_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_mac_filter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mac_res": {
      "size": 32,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "smac_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mac_stats": {
      "size": 456,
      "fields": {
        "bmac1_stats": {
          "type": {
            "kind": "struct",
            "name": "bmac1_stats"
          },
          "offset": 0
        },
        "bmac2_stats": {
          "type": {
            "kind": "struct",
            "name": "bmac2_stats"
          },
          "offset": 0
        },
        "emac_stats": {
          "type": {
            "kind": "struct",
            "name": "emac_stats"
          },
          "offset": 0
        },
        "mstat_stats": {
          "type": {
            "kind": "struct",
            "name": "mstat_stats"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mac_stx": {
      "size": 304,
      "fields": {
        "rx_stat_dot3statsalignmenterrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_stat_dot3statsalignmenterrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_stat_dot3statscarriersenseerrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_stat_dot3statscarriersenseerrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_stat_dot3statsfcserrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_stat_dot3statsfcserrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_stat_dot3statsframestoolong_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_stat_dot3statsframestoolong_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_stat_etherstatsfragments_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_stat_etherstatsfragments_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_stat_etherstatsjabbers_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_stat_etherstatsjabbers_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_stat_etherstatsundersizepkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_stat_etherstatsundersizepkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_stat_falsecarriererrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_stat_falsecarriererrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_stat_ifhcinbadoctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_stat_ifhcinbadoctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_stat_mac_xcf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_stat_mac_xcf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_stat_mac_xpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_stat_mac_xpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_stat_maccontrolframesreceived_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_stat_maccontrolframesreceived_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_stat_xoffpauseframesreceived_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_stat_xoffpauseframesreceived_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "rx_stat_xoffstateentered_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rx_stat_xoffstateentered_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rx_stat_xonpauseframesreceived_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_stat_xonpauseframesreceived_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_stat_dot3statsdeferredtransmissions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "tx_stat_dot3statsdeferredtransmissions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_stat_dot3statsexcessivecollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_stat_dot3statsexcessivecollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_stat_dot3statsinternalmactransmiterrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "tx_stat_dot3statsinternalmactransmiterrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "tx_stat_dot3statslatecollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_stat_dot3statslatecollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tx_stat_dot3statsmultiplecollisionframes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_stat_dot3statsmultiplecollisionframes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tx_stat_dot3statssinglecollisionframes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_stat_dot3statssinglecollisionframes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_stat_etherstatscollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_stat_etherstatscollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_stat_etherstatspkts1024octetsto1522octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "tx_stat_etherstatspkts1024octetsto1522octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "tx_stat_etherstatspkts128octetsto255octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tx_stat_etherstatspkts128octetsto255octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "tx_stat_etherstatspkts256octetsto511octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "tx_stat_etherstatspkts256octetsto511octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "tx_stat_etherstatspkts512octetsto1023octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "tx_stat_etherstatspkts512octetsto1023octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "tx_stat_etherstatspkts64octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "tx_stat_etherstatspkts64octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_stat_etherstatspkts65octetsto127octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_stat_etherstatspkts65octetsto127octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tx_stat_etherstatspktsover1522octets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "tx_stat_etherstatspktsover1522octets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "tx_stat_flowcontroldone_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_stat_flowcontroldone_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_stat_ifhcoutbadoctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_stat_ifhcoutbadoctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_stat_mac_16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "tx_stat_mac_16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "tx_stat_mac_2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "tx_stat_mac_2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "tx_stat_mac_4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "tx_stat_mac_4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "tx_stat_mac_9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "tx_stat_mac_9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "tx_stat_mac_ufl_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "tx_stat_mac_ufl_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "tx_stat_outxoffsent_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_stat_outxoffsent_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_stat_outxonsent_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_stat_outxonsent_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "mac_syscall_args": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "arg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "arg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "call": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "call_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "call_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "policy_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "madvise_args": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "behav": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "behav_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "behav_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "make_dev_args": {
      "size": 64,
      "fields": {
        "mda_cr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "mda_devsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdevsw"
            }
          },
          "offset": 16
        },
        "mda_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mda_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mda_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "mda_si_drv1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "mda_si_drv2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "mda_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mda_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mda_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "malicious_vf_event_data": {
      "size": 12,
      "fields": {
        "err_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malloc_type": {
      "size": 112,
      "fields": {
        "ks_mti": {
          "type": {
            "kind": "struct",
            "name": "malloc_type_internal"
          },
          "offset": 24
        },
        "ks_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malloc_type"
            }
          },
          "offset": 0
        },
        "ks_shortdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ks_version": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "malloc_type_header": {
      "size": 32,
      "fields": {
        "mth_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malloc_type_internal": {
      "size": 88,
      "fields": {
        "mti_probes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "mti_spare": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "mti_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malloc_type_stats"
            }
          },
          "offset": 16
        },
        "mti_zone": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "malloc_type_stats": {
      "size": 64,
      "fields": {
        "_mts_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "_mts_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "_mts_reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mts_memalloced": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mts_memfreed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mts_numallocs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mts_numfrees": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "mts_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "malloc_type_stream_header": {
      "size": 16,
      "fields": {
        "_mtsh_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mtsh_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mtsh_maxcpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mtsh_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malo_cmd_caltable": {
      "size": 172,
      "fields": {
        "annex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "caltbl": {
          "type": {
            "count": 160,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "reserverd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "malo_cmd_fw_set_aid": {
      "size": 34,
      "fields": {
        "aprates": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "associd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "gprotection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "malo_cmd_fw_set_rf_channel": {
      "size": 11,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "cur_channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "malo_cmd_fw_setslot": {
      "size": 12,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "malo_cmd_get_hwspec": {
      "size": 56,
      "fields": {
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "fw_releasenum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "hostif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "num_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "num_mcastaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "num_wcb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "permaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "regioncode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "rxpdrd_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rxpdwr_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ul_fw_awakecookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wcbbase0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "wcbbase1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "wcbbase2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "wcbbase3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "malo_cmd_header": {
      "size": 8,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "malo_cmd_mcast": {
      "size": 204,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "maclist": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "numaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "malo_cmd_postscan": {
      "size": 18,
      "fields": {
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "isibss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "malo_cmd_prescan": {
      "size": 8,
      "fields": {
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malo_cmd_radio_control": {
      "size": 14,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "radio_on": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "malo_cmd_rf_antenna": {
      "size": 12,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "malo_cmd_rf_tx_power": {
      "size": 32,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "current_txpower_level": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "power_levellist": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "support_txpower_level": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "malo_cmd_set_rate": {
      "size": 24,
      "fields": {
        "aprates": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "cmdhdr": {
          "type": {
            "kind": "struct",
            "name": "malo_cmd_header"
          },
          "offset": 0
        },
        "dataratetype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rateindex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "malo_copy_maddr_ctx": {
      "size": 196,
      "fields": {
        "macs": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nmc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "malo_descdma": {
      "size": 80,
      "fields": {
        "dd_bufptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "dd_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "dd_desc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dd_desc_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dd_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "dd_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "dd_dnseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dd_dseg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 32
        },
        "dd_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malo_hal": {
      "size": 176,
      "fields": {
        "mh_caldata": {
          "type": {
            "kind": "struct",
            "name": "malo_hal_caldata"
          },
          "offset": 112
        },
        "mh_cmdaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "mh_cmdbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 96
        },
        "mh_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "mh_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mh_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 88
        },
        "mh_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "mh_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "mh_imask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mh_ioh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mh_iot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mh_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "mh_mtxname": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "malo_hal_caldata": {
      "size": 56,
      "fields": {
        "pt_ratetable_20m": {
          "type": {
            "count": 56,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malo_hal_channel": {
      "size": 8,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "malo_hal_channel_flags"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "malo_hal_channel_flags": {
      "size": 4,
      "fields": {
        "freqband": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malo_hal_hwspec": {
      "size": 56,
      "fields": {
        "fw_releasenum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hostinterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hwversion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "maxnum_mcaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "maxnum_tx_wcb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "maxnum_wcb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "regioncode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rxdesc_read": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rxdesc_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ul_fw_awakecookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "wcbbase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "wcbbase0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "malo_hal_hwstats": {
      "size": 108,
      "fields": {
        "AckFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "FCSErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "RTSFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "RTSSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "RxDuplicateFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "RxExcludedFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "RxFragErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "RxICVErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "RxMemErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "RxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "RxNonCtlPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "RxOverflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "RxPointerErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "RxUndecryptableFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "TxAttempts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "TxDone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "TxDoneBufPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "TxDoneBufTryPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "TxFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "TxFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "TxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "TxMultipleRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "TxRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "TxSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "TxUnderflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "TxWatchDogTimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Wait4TxBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "malo_hal_txrxdma": {
      "size": 32,
      "fields": {
        "maxnum_txwcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "maxnum_wcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxdesc_read": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rxdesc_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "wcbbase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "malo_pci_softc": {
      "size": 28224,
      "fields": {
        "malo_intrhand": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 28208
        },
        "malo_irq_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 28192
        },
        "malo_mem_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 28168
        },
        "malo_msi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28216
        },
        "malo_res_irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 28200
        },
        "malo_res_mem": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 28176
        },
        "malo_sc": {
          "type": {
            "kind": "struct",
            "name": "malo_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malo_product": {
      "size": 16,
      "fields": {
        "mp_deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mp_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mp_vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "malo_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 15
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 14
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "malo_rxbuf": {
      "size": 48,
      "fields": {
        "bf_daddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bf_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "bf_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bf_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "bf_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_793a1e8d416b52e5"
          },
          "offset": 0
        },
        "bf_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "malo_rxbufhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_rxbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "malo_rxbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "malo_rxdesc": {
      "size": 20,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "htsig2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "nf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "physbuffdata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "physnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "qosctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rxcontrol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "snr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "malo_softc": {
      "size": 28168,
      "fields": {
        "malo_curchan": {
          "type": {
            "kind": "struct",
            "name": "malo_hal_channel"
          },
          "offset": 27468
        },
        "malo_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28160
        },
        "malo_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27272
        },
        "malo_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27320
        },
        "malo_fixedrate": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27360
        },
        "malo_hwdma": {
          "type": {
            "kind": "struct",
            "name": "malo_hal_txrxdma"
          },
          "offset": 27432
        },
        "malo_hwspecs": {
          "type": {
            "kind": "struct",
            "name": "malo_hal_hwspec"
          },
          "offset": 27376
        },
        "malo_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "malo_imask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27464
        },
        "malo_invalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27360
        },
        "malo_io0h": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27328
        },
        "malo_io0t": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27336
        },
        "malo_io1h": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27344
        },
        "malo_io1t": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27352
        },
        "malo_mh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_hal"
            }
          },
          "offset": 27368
        },
        "malo_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27280
        },
        "malo_recvsetup": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27360
        },
        "malo_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27360
        },
        "malo_rx_th": {
          "type": {
            "kind": "struct",
            "name": "malo_rx_radiotap_header"
          },
          "offset": 27904
        },
        "malo_rxantenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27476
        },
        "malo_rxbuf": {
          "type": {
            "kind": "struct",
            "name": "malo_rxbufhead"
          },
          "offset": 27560
        },
        "malo_rxdma": {
          "type": {
            "kind": "struct",
            "name": "malo_descdma"
          },
          "offset": 27480
        },
        "malo_rxnext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_rxbuf"
            }
          },
          "offset": 27576
        },
        "malo_rxtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 27584
        },
        "malo_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "malo_stats": {
          "type": {
            "kind": "struct",
            "name": "malo_stats"
          },
          "offset": 27928
        },
        "malo_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27880
        },
        "malo_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 27312
        },
        "malo_tx_th": {
          "type": {
            "kind": "struct",
            "name": "malo_tx_radiotap_header"
          },
          "offset": 27884
        },
        "malo_txantenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27478
        },
        "malo_txq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "malo_txq"
            }
          },
          "offset": 27616
        },
        "malo_txtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 27784
        },
        "malo_watchdog_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27816
        }
      },
      "kind": "struct"
    },
    "malo_stats": {
      "size": 232,
      "fields": {
        "hw_stats": {
          "type": {
            "kind": "struct",
            "name": "malo_hal_hwstats"
          },
          "offset": 0
        },
        "mst_ant_rx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "mst_ant_tx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 200
        },
        "mst_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "mst_rx_badtkipicv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "mst_rx_busdma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "mst_rx_noise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 197
        },
        "mst_rx_nombuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "mst_rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "mst_rx_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 196
        },
        "mst_rx_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "mst_tx_aging": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "mst_tx_busdma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "mst_tx_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "mst_tx_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "mst_tx_linear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "mst_tx_linkerror": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "mst_tx_mgmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "mst_tx_mretries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "mst_tx_nodata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "mst_tx_nombuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "mst_tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "mst_tx_qstop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "mst_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 198
        },
        "mst_tx_retries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "mst_tx_shortpre": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "mst_tx_xretries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "mst_watchdog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "malo_tx_radiotap_header": {
      "size": 16,
      "fields": {
        "wt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "wt_txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "malo_txbuf": {
      "size": 80,
      "fields": {
        "bf_daddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bf_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bf_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "bf_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_295790df5af06d5b"
          },
          "offset": 0
        },
        "bf_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 56
        },
        "bf_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 64
        },
        "bf_nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "bf_segs": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 40
        },
        "bf_txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_txq"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "malo_txbufhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_txbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "malo_txbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "malo_txdesc": {
      "size": 32,
      "fields": {
        "datarate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "destaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "physnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "pktptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qosctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sap_pktinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "txpriority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "malo_txq": {
      "size": 168,
      "fields": {
        "active": {
          "type": {
            "kind": "struct",
            "name": "malo_txbufhead"
          },
          "offset": 152
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "malo_descdma"
          },
          "offset": 0
        },
        "free": {
          "type": {
            "kind": "struct",
            "name": "malo_txbufhead"
          },
          "offset": 136
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80
        },
        "name": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "nfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "qnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "txpri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "malo_txrec": {
      "size": 32,
      "fields": {
        "fwlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "wh": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_frame_addr4"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "malo_vap": {
      "size": 3064,
      "fields": {
        "malo_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "malo_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "map_node": {
      "size": 32,
      "fields": {
        "busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c5fb4e78b609367c"
          },
          "offset": 24
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "map_removal_table": {
      "size": 4,
      "fields": {
        "dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dpm_entry_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "markerdu": {
      "size": 124,
      "fields": {
        "mdu_eh": {
          "type": {
            "kind": "struct",
            "name": "ether_header"
          },
          "offset": 0
        },
        "mdu_info": {
          "type": {
            "kind": "struct",
            "name": "lacp_markerinfo"
          },
          "offset": 18
        },
        "mdu_resv": {
          "type": {
            "count": 90,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "mdu_sph": {
          "type": {
            "kind": "struct",
            "name": "slowprothdr"
          },
          "offset": 14
        },
        "mdu_tlv": {
          "type": {
            "kind": "struct",
            "name": "tlvhdr"
          },
          "offset": 16
        },
        "mdu_tlv_term": {
          "type": {
            "kind": "struct",
            "name": "tlvhdr"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "match_pattern": {
      "size": 280,
      "fields": {
        "bus_pattern": {
          "type": {
            "kind": "struct",
            "name": "bus_match_pattern"
          },
          "offset": 0
        },
        "device_pattern": {
          "type": {
            "kind": "struct",
            "name": "device_match_pattern"
          },
          "offset": 0
        },
        "periph_pattern": {
          "type": {
            "kind": "struct",
            "name": "periph_match_pattern"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "match_result": {
      "size": 792,
      "fields": {
        "bus_result": {
          "type": {
            "kind": "struct",
            "name": "bus_match_result"
          },
          "offset": 0
        },
        "device_result": {
          "type": {
            "kind": "struct",
            "name": "device_match_result"
          },
          "offset": 0
        },
        "periph_result": {
          "type": {
            "kind": "struct",
            "name": "periph_match_result"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "match_rr": {
      "size": 32,
      "fields": {
        "lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "matrix": {
      "size": 188,
      "fields": {
        "analog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "m": {
          "type": {
            "kind": "struct",
            "name": "pcmchan_matrix"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "maxptag": {
      "size": 6,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "pppoe_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mb_args": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mbnambuf": {
      "size": 272,
      "fields": {
        "nb_buf": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "nb_last_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mbox_info": {
      "size": 24,
      "fields": {
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "inlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "outlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mbox_reorder": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mbq": {
      "size": 56,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mbreg_t": {
      "size": 104,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "ibitm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ibits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "lineno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "logval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "obitm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "obits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "param": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "mbuf": {
      "size": 256,
      "fields": {
        "m_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "m_flags": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "m_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "m_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_4f1517625528d02b"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_b63a5758f320d108"
          },
          "offset": 8,
          "anonymous": true
        },
        "unnamed_field_2": {
          "type": {
            "kind": "union",
            "name": "unnamed_96d6fd92b5527e68"
          },
          "offset": 32,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mbuf_t": {
      "size": 256,
      "fields": {
        "m_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "m_flags": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "m_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "m_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_4f1517625528d02b"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_b63a5758f320d108"
          },
          "offset": 8,
          "anonymous": true
        },
        "unnamed_field_2": {
          "type": {
            "kind": "union",
            "name": "unnamed_96d6fd92b5527e68"
          },
          "offset": 32,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mbuf_xennet": {
      "size": 64,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7646bb93f3f03edb"
          },
          "offset": 48
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_tag"
          },
          "offset": 0
        },
        "txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netfront_txq"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mbufq": {
      "size": 24,
      "fields": {
        "mq_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdfb423221cc4a6b"
          },
          "offset": 0
        },
        "mq_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mq_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mbx_add_common_iface_mac": {
      "size": 28,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_2de6ab97c15765bb"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_common_config_vlan": {
      "size": 148,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_c2901934c9a24e52"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_common_get_cntl_attr": {
      "size": 556,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_4aeb432e30b6ddec"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_common_get_func_config": {
      "size": 22548,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_dbfba933c5739f4b"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_common_get_profile_config": {
      "size": 22548,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_dbfba933c5739f4b"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_common_get_set_flow_control": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "rx_flow_control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "tx_flow_control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mbx_common_phy_info": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_11e578bdb727e84a"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_common_query_fw_config": {
      "size": 156,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_6328029776f038d9"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_common_read_write_flashrom": {
      "size": 32804,
      "fields": {
        "data_buffer": {
          "type": {
            "count": 32768,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "data_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "flash_op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flash_op_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32800
        }
      },
      "kind": "struct"
    },
    "mbx_common_set_function_cap": {
      "size": 236,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_6ffa2efa73f361f9"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_config_nic_rss": {
      "size": 196,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_09ccf0ce4dd32881"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_create_common_cq": {
      "size": 68,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_e383b0d9b80734e2"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_create_common_eq": {
      "size": 100,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_f433a06fb59c451b"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_create_common_iface": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_951d7dc7bf3e9482"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_create_common_mq_ex": {
      "size": 104,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_d627cd459d62726b"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_create_nic_rq": {
      "size": 48,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_5c7403d3a20e5484"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_create_nic_rq_v2": {
      "size": 96,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_a145b5a6c45dd87c"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_create_nic_wq": {
      "size": 148,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_fa92225fd59e0599"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_del_common_iface_mac": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_0d309f22259a1a99"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_delete_nic_rq": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_5147756086a84dc8"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_delete_nic_rq_v1": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_7265f67d130befa0"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_delete_nic_wq": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_51c6c1549c853c29"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_destroy_common_cq": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_892e72821b6a7928"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_destroy_common_eq": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_892e72821b6a7928"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_destroy_common_iface": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_1f077ea3e5179b54"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_destroy_common_mq": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_892e72821b6a7928"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_get_common_fw_version": {
      "size": 80,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_faae161d10917127"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_get_nic_stats_v0": {
      "size": 1076,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_d05e05102b1ec0ec"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_get_nic_stats_v1": {
      "size": 1864,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_74f7e8d396532f76"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_get_nic_stats_v2": {
      "size": 2696,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_dd7965bd9624df08"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_get_pport_stats": {
      "size": 676,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_5445086094d81a2e"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_get_vport_stats": {
      "size": 304,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_4499cf96b3bf15d0"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_hdr": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_48f82eea939353dd"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mbx_lancer_common_write_object": {
      "size": 144,
      "fields": {
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_b0a39ecc571ab325"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mbx_lowlevel_set_loopback_mode": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_731eff43470e3db7"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_lowlevel_test_loopback_mode": {
      "size": 44,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_8379d0071ed187df"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_mcast_addr": {
      "size": 6,
      "fields": {
        "byte": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mbx_modify_common_eq_delay": {
      "size": 116,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_774041e4598c9047"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_nic_query_lro_capabilities": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_55340bd838da3056"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_nic_set_iface_lro_config": {
      "size": 48,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_43b43843d2b1d3ee"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_query_common_iface_mac": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_0901817d2fbd7d66"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_query_common_link_config": {
      "size": 28,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_7e6eaec35ddb3b05"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_read_common_transrecv_data": {
      "size": 152,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_a794c551d3e86553"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_set_common_iface_multicast": {
      "size": 212,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_377e6542b0e861a5"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mbx_set_common_iface_rx_filter": {
      "size": 424,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_6d72f7c91f340e9b"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mc5": {
      "size": 72,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter_t"
            }
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "parity_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "part_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mc5_stats"
          },
          "offset": 16
        },
        "tcam_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mc5_params": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nfilters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nroutes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nservers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mc5_stats": {
      "size": 56,
      "fields": {
        "active_rgn_full": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "del_act_empty": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "dispq_parity_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "nfa_srch_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "parity_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reqq_parity_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "unknown_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mc7": {
      "size": 64,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter_t"
            }
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mc7_stats"
          },
          "offset": 32
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mc7_stats": {
      "size": 32,
      "fields": {
        "addr_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "corr_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "parity_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "uncorr_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mc7_timing_params": {
      "size": 11,
      "fields": {
        "ActToPreDly": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ActToRdWrDly": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "BkCyc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "PreCyc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "RdToWrDly": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "RefCyc": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "WrToRdDly": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "mca_enumerator_ops": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "misc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mca_internal": {
      "size": 80,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_21f86de93391fbec"
          },
          "offset": 72
        },
        "rec": {
          "type": {
            "kind": "struct",
            "name": "mca_record"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mca_record": {
      "size": 72,
      "fields": {
        "mr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mr_apic_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "mr_bank": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "mr_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "mr_cpu_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mr_cpu_vendor_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "mr_mcg_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "mr_mcg_status": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "mr_misc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mr_tsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mcaddr_ctx": {
      "size": 88,
      "fields": {
        "del": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "i": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "mcaddr": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 8
        },
        "rc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "mcontext_t": {
      "size": 800,
      "fields": {
        "mc_addr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "mc_cs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "mc_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "mc_err": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "mc_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "mc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "mc_fpformat": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 208
        },
        "mc_fpstate": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 224
        },
        "mc_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "mc_fsbase": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 736
        },
        "mc_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "mc_gsbase": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 744
        },
        "mc_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 200
        },
        "mc_onstack": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "mc_ownedfp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 216
        },
        "mc_r10": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "mc_r11": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "mc_r12": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "mc_r13": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "mc_r14": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "mc_r15": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "mc_r8": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "mc_r9": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "mc_rax": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "mc_rbp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "mc_rbx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "mc_rcx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "mc_rdi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "mc_rdx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "mc_rflags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        },
        "mc_rip": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "mc_rsi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "mc_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 184
        },
        "mc_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 768
        },
        "mc_ss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 192
        },
        "mc_trapno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "mc_xfpustate": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 752
        },
        "mc_xfpustate_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 760
        }
      },
      "kind": "struct"
    },
    "mcp_cmd": {
      "size": 64,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pad": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "response_addr": {
          "type": {
            "kind": "struct",
            "name": "mcp_dma_addr"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mcp_cmd_response": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mcp_cmd_response_t": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mcp_cmd_t": {
      "size": 64,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pad": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "response_addr": {
          "type": {
            "kind": "struct",
            "name": "mcp_dma_addr"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mcp_dma_addr": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mcp_gen_header": {
      "size": 152,
      "fields": {
        "header_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mcp_globals": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "mcp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "string_specs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "string_specs_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "version": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mcp_gen_header_t": {
      "size": 152,
      "fields": {
        "header_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mcp_globals": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "mcp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "string_specs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "string_specs_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "version": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mcp_irq_data": {
      "size": 64,
      "fields": {
        "dropped_bad_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dropped_bad_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dropped_link_error_or_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "dropped_link_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dropped_multicast_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dropped_no_big_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "dropped_no_small_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "dropped_overrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "dropped_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "dropped_unicast_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "future_use": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "link_down": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rdma_tags_available": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "send_done_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stats_updated": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "tx_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        }
      },
      "kind": "struct"
    },
    "mcp_irq_data_t": {
      "size": 64,
      "fields": {
        "dropped_bad_crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dropped_bad_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dropped_link_error_or_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "dropped_link_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dropped_multicast_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dropped_no_big_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "dropped_no_small_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "dropped_overrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "dropped_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "dropped_unicast_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "future_use": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "link_down": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rdma_tags_available": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "send_done_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stats_updated": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "tx_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        }
      },
      "kind": "struct"
    },
    "mcp_kreq_ether_recv": {
      "size": 8,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mcp_kreq_ether_recv_t": {
      "size": 8,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mcp_kreq_ether_send": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cksum_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pseudo_hdr_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rdma_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "mcp_kreq_ether_send_t": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cksum_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pseudo_hdr_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rdma_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "mcp_slot": {
      "size": 4,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mcp_slot_t": {
      "size": 4,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "md_ioctl": {
      "size": 448,
      "fields": {
        "md_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "md_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "md_fwheads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "md_fwsectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "md_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "md_mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "md_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "md_pad": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 64
        },
        "md_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "md_type": {
          "type": {
            "kind": "enum",
            "name": "md_types"
          },
          "offset": 8
        },
        "md_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "md_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "md_ioctl32": {
      "size": 436,
      "fields": {
        "md_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "md_file": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "md_fwheads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "md_fwsectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "md_label": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "md_mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "md_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "md_pad": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 52
        },
        "md_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "md_type": {
          "type": {
            "kind": "enum",
            "name": "md_types"
          },
          "offset": 8
        },
        "md_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "md_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "md_page": {
      "size": 24,
      "fields": {
        "pat_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pv_gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pv_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdf444ababb76461"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "md_req": {
      "size": 72,
      "fields": {
        "md_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "md_file_seg": {
          "type": {
            "kind": "enum",
            "name": "uio_seg"
          },
          "offset": 40
        },
        "md_fwheads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "md_fwsectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "md_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "md_mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "md_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "md_sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "md_type": {
          "type": {
            "kind": "enum",
            "name": "md_types"
          },
          "offset": 4
        },
        "md_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "md_units": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 56
        },
        "md_units_nitems": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "md_s": {
      "size": 2352,
      "fields": {
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 24
        },
        "candelete": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 232
        },
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 2328
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 96
        },
        "devstat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 224
        },
        "file": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 280
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "fwheads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "fwsectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "gp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 200
        },
        "ident": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "indir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "indir"
            }
          },
          "offset": 240
        },
        "kva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2336
        },
        "label": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1304
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdc20cff863c27de"
          },
          "offset": 8
        },
        "mediasize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "name": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 172
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 2344
        },
        "opencount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "pl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "pl_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 256
        },
        "pp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 208
        },
        "procp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 192
        },
        "queue_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "sectorsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "md_types"
          },
          "offset": 104
        },
        "uma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 248
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 272
        }
      },
      "kind": "struct"
    },
    "mdio_ops": {
      "size": 16,
      "fields": {
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mdproc": {
      "size": 32,
      "fields": {
        "md_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "md_ldt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc_ldt"
            }
          },
          "offset": 0
        },
        "md_ldt_sd": {
          "type": {
            "kind": "struct",
            "name": "system_segment_descriptor"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mdthread": {
      "size": 416,
      "fields": {
        "md_efirt_dis_pf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "md_efirt_tmp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "md_invl_gen": {
          "type": {
            "kind": "struct",
            "name": "pmap_invl_gen"
          },
          "offset": 32
        },
        "md_pcb": {
          "type": {
            "kind": "struct",
            "name": "pcb"
          },
          "offset": 80
        },
        "md_saved_flags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "md_spinlock_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "md_spurflt_addr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "md_stack_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "md_usr_fpu_save": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 408
        }
      },
      "kind": "struct"
    },
    "media": {
      "size": 16,
      "fields": {
        "baudrate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "megasas_sge": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mem_affinity": {
      "size": 24,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mem_desc": {
      "size": 12,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mem_extract": {
      "size": 64,
      "fields": {
        "me_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "me_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "me_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "me_vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mem_livedump_arg": {
      "size": 32,
      "fields": {
        "compression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pad1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "pad2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mem_map_index_st": {
      "size": 32,
      "fields": {
        "cardmem_lsb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "cardmem_msb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "memenable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "sysmem_start_lsb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sysmem_start_msb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sysmem_stop_lsb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sysmem_stop_msb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sysmem_win": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mem_range_desc": {
      "size": 32,
      "fields": {
        "mr_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mr_owner": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mem_range_op": {
      "size": 16,
      "fields": {
        "mo_arg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "mo_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mem_range_desc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mem_range_op32": {
      "size": 12,
      "fields": {
        "mo_arg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        },
        "mo_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mem_range_ops": {
      "size": 32,
      "fields": {
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "initAP": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "reinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mem_range_softc": {
      "size": 24,
      "fields": {
        "mr_cap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mr_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mem_range_desc"
            }
          },
          "offset": 16
        },
        "mr_ndesc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "mr_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mem_range_ops"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "memdesc": {
      "size": 24,
      "fields": {
        "md_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_2d7652a72d03025f"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_6ecbdee46781e352"
          },
          "offset": 8,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_4121471b97e977e1"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "memwin": {
      "size": 64,
      "fields": {
        "mw_aperture": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mw_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mw_curpos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mw_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "memwin_init": {
      "size": 8,
      "fields": {
        "aperture": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mf6c": {
      "size": 160,
      "fields": {
        "mf6c_byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "mf6c_expire": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mf6c_ifset": {
          "type": {
            "kind": "struct",
            "name": "if_set"
          },
          "offset": 60
        },
        "mf6c_last_assert": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 128
        },
        "mf6c_mcastgrp": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 28
        },
        "mf6c_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mf6c"
            }
          },
          "offset": 152
        },
        "mf6c_origin": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "mf6c_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "mf6c_pkt_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "mf6c_stall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtdetq"
            }
          },
          "offset": 144
        },
        "mf6c_wrong_if": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "mf6cctl": {
      "size": 92,
      "fields": {
        "mf6cc_ifset": {
          "type": {
            "kind": "struct",
            "name": "if_set"
          },
          "offset": 60
        },
        "mf6cc_mcastgrp": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 28
        },
        "mf6cc_origin": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "mf6cc_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "mfc": {
      "size": 176,
      "fields": {
        "mfc_bw_meter_geq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bw_meter"
            }
          },
          "offset": 160
        },
        "mfc_bw_meter_leq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bw_meter"
            }
          },
          "offset": 152
        },
        "mfc_byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "mfc_expire": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "mfc_flags": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "mfc_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_161b120e0fd0ec99"
          },
          "offset": 0
        },
        "mfc_last_assert": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 96
        },
        "mfc_mcastgrp": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 20
        },
        "mfc_origin": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 16
        },
        "mfc_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "mfc_pkt_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "mfc_rp": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 144
        },
        "mfc_stall_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 168
        },
        "mfc_ttls": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "mfc_wrong_if": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "mfcctl2": {
      "size": 80,
      "fields": {
        "mfcc_flags": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "mfcc_mcastgrp": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "mfcc_origin": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "mfcc_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mfcc_rp": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 76
        },
        "mfcc_ttls": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "mfchashhdr": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_abort_frame": {
      "size": 64,
      "fields": {
        "abort_context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "abort_mfi_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "abort_mfi_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "reserved1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mfi_aen": {
      "size": 24,
      "fields": {
        "aen_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b487c27c350a0acd"
          },
          "offset": 0
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mfi_array": {
      "size": 288,
      "fields": {
        "array_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "num_drives": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "pad": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "pd": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_ce4adaad81b58550"
            }
          },
          "offset": 32
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_cmd_tbolt": {
      "size": 80,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "io_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_mpi2_request_raid_scsi_io"
            }
          },
          "offset": 8
        },
        "io_request_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ead51effa96d7b97"
          },
          "offset": 56
        },
        "request_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "mfi_mpi2_request_descriptor"
            }
          },
          "offset": 0
        },
        "sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "sense_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sg_frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_SGE_IO_UNION"
            }
          },
          "offset": 40
        },
        "sg_frame_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "sync_cmd_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "mfi_command": {
      "size": 136,
      "fields": {
        "cm_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "cm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "cm_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "cm_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "cm_extra_frames": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "cm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "cm_frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "mfi_frame"
            }
          },
          "offset": 32
        },
        "cm_frame_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "cm_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "cm_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "cm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_808777047b03dc2a"
          },
          "offset": 0
        },
        "cm_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "cm_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_softc"
            }
          },
          "offset": 24
        },
        "cm_sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_sense"
            }
          },
          "offset": 48
        },
        "cm_sense_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "cm_sg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "mfi_sgl"
            }
          },
          "offset": 72
        },
        "cm_stp_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "cm_timestamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "cm_total_frame_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "retry_for_fw_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "mfi_config_data": {
      "size": 32,
      "fields": {
        "array": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_array"
            }
          },
          "offset": 32
        },
        "array_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "array_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ld": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_ld_config"
            }
          },
          "offset": 32
        },
        "log_drv_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "log_drv_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "spare": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_spare"
            }
          },
          "offset": 32
        },
        "spares_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "spares_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "mfi_ctrl_info": {
      "size": 2048,
      "fields": {
        "adapter_ops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1504
        },
        "cluster_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1497
        },
        "cluster_allowed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1496
        },
        "current_fw_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1460
        },
        "device": {
          "type": {
            "kind": "struct",
            "name": "mfi_info_device"
          },
          "offset": 104
        },
        "ecc_bucket_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1524
        },
        "flash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1490
        },
        "host": {
          "type": {
            "kind": "struct",
            "name": "mfi_info_host"
          },
          "offset": 32
        },
        "hw_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1456
        },
        "image_check_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "image_component": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_info_component"
            }
          },
          "offset": 184
        },
        "image_component_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "ld_ops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1508
        },
        "lds_degraded": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1474
        },
        "lds_offline": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1476
        },
        "lds_present": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1472
        },
        "max_arms": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1340
        },
        "max_arrays": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1342
        },
        "max_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1464
        },
        "max_lds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1343
        },
        "max_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1468
        },
        "max_sg_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1466
        },
        "max_spans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1341
        },
        "max_strips_per_io": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1498
        },
        "memory_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1488
        },
        "nvram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1486
        },
        "package_version": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1600
        },
        "pad": {
          "type": {
            "count": 352,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1696
        },
        "pci": {
          "type": {
            "kind": "struct",
            "name": "mfi_info_pci"
          },
          "offset": 0
        },
        "pd_disks_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1484
        },
        "pd_disks_pred_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1482
        },
        "pd_disks_present": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1480
        },
        "pd_mix_support": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1520
        },
        "pd_ops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1516
        },
        "pd_present": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1478
        },
        "pending_image_component": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_info_component"
            }
          },
          "offset": 764
        },
        "pending_image_component_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "product_name": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1344
        },
        "properties": {
          "type": {
            "kind": "struct",
            "name": "mfi_ctrl_props"
          },
          "offset": 1536
        },
        "raid_levels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1500
        },
        "ram_correctable_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1492
        },
        "ram_uncorrectable_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1494
        },
        "reserved2": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1525
        },
        "serial_number": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1424
        },
        "stripe_sz_ops": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5a662c603ebfcf8c"
          },
          "offset": 1512
        }
      },
      "kind": "struct"
    },
    "mfi_ctrl_props": {
      "size": 64,
      "fields": {
        "OnOffProperties": {
          "type": {
            "kind": "struct",
            "name": "unnamed_92e235f076a67de3"
          },
          "offset": 32
        },
        "abortCCOnError": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "alarm_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "autoSnapVDSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "bgi_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "cache_flush_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "cc_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "cluster_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "coercion_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "disableAutoDetectBackplane": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "disable_auto_rebuild": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "disable_battery_warn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "disallowHostRequestReordering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "ecc_bucket_leak_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ecc_bucket_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "expose_encl_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "intr_throttle_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "intr_throttle_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "loadBalanceMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "maintainPdFailHistory": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "patrol_read_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pred_fail_poll_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rebuild_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "recon_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "restore_hotspare_on_insertion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "snapVDSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "spinDownTime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "spinup_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "spinup_drv_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "viewSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "mfi_dcmd_frame": {
      "size": 56,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "mbox": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "mfi_sgl"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mfi_disk": {
      "size": 64,
      "fields": {
        "ld_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_softc"
            }
          },
          "offset": 32
        },
        "ld_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "ld_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 48
        },
        "ld_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ld_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ld_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_ld_info"
            }
          },
          "offset": 40
        },
        "ld_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f9f45ba01ca4b2b"
          },
          "offset": 0
        },
        "ld_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mfi_disk_pending": {
      "size": 24,
      "fields": {
        "ld_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ld_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_969a5eb90cde4b7c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_evt": {
      "size": 4,
      "fields": {
        "members": {
          "type": {
            "kind": "struct",
            "name": "unnamed_edf53fe1d7caf05e"
          },
          "offset": 0
        },
        "word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_evt_detail": {
      "size": 256,
      "fields": {
        "arg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "args": {
          "type": {
            "kind": "union",
            "name": "unnamed_8392cc36635c82df"
          },
          "offset": 32
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "description": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "evt_class": {
          "type": {
            "kind": "union",
            "name": "mfi_evt"
          },
          "offset": 12
        },
        "reserved1": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_evt_ld": {
      "size": 4,
      "fields": {
        "ld_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_evt_list": {
      "size": 264,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "event": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_evt_detail"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_evt_log_state": {
      "size": 20,
      "fields": {
        "boot_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "clear_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "newest_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "oldest_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "shutdown_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mfi_evt_pd": {
      "size": 4,
      "fields": {
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "enclosure_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "slot_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "mfi_evt_queue_elm": {
      "size": 272,
      "fields": {
        "detail": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_detail"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_00d49eeb501f2995"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_frame": {
      "size": 72,
      "fields": {
        "abort": {
          "type": {
            "kind": "struct",
            "name": "mfi_abort_frame"
          },
          "offset": 0
        },
        "bytes": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dcmd": {
          "type": {
            "kind": "struct",
            "name": "mfi_dcmd_frame"
          },
          "offset": 0
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "struct",
            "name": "mfi_init_frame"
          },
          "offset": 0
        },
        "io": {
          "type": {
            "kind": "struct",
            "name": "mfi_io_frame"
          },
          "offset": 0
        },
        "pass": {
          "type": {
            "kind": "struct",
            "name": "mfi_pass_frame"
          },
          "offset": 0
        },
        "smp": {
          "type": {
            "kind": "struct",
            "name": "mfi_smp_frame"
          },
          "offset": 0
        },
        "stp": {
          "type": {
            "kind": "struct",
            "name": "mfi_stp_frame"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_frame_header": {
      "size": 24,
      "fields": {
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "lun_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mfi_hwcomms": {
      "size": 12,
      "fields": {
        "hw_ci": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hw_pi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hw_reply_q": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mfi_ident": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_info_component": {
      "size": 72,
      "fields": {
        "build_date": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "build_time": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mfi_info_device": {
      "size": 72,
      "fields": {
        "port_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "port_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_info_host": {
      "size": 72,
      "fields": {
        "port_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "port_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_info_pci": {
      "size": 32,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_init_frame": {
      "size": 64,
      "fields": {
        "driver_ver_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "driver_ver_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "qinfo_new_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "qinfo_new_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "qinfo_old_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "qinfo_old_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mfi_init_qinfo": {
      "size": 32,
      "fields": {
        "ci_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ci_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pi_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pi_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rq_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rq_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rq_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_io_frame": {
      "size": 56,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "lba_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "lba_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sense_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sense_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "mfi_sgl"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mfi_ioc_aen": {
      "size": 12,
      "fields": {
        "aen_adapter_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "aen_class_locale": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "aen_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "aen_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_ioc_packet": {
      "size": 404,
      "fields": {
        "mfi_adapter_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mfi_frame": {
          "type": {
            "kind": "union",
            "name": "unnamed_7d377fb9f62b8ea4"
          },
          "offset": 20
        },
        "mfi_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mfi_sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mfi_sense_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mfi_sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mfi_sgl": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 148
        },
        "mfi_sgl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_ioc_packet32": {
      "size": 276,
      "fields": {
        "mfi_adapter_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mfi_frame": {
          "type": {
            "kind": "union",
            "name": "unnamed_7d377fb9f62b8ea4"
          },
          "offset": 20
        },
        "mfi_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mfi_sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mfi_sense_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mfi_sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mfi_sgl": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 148
        },
        "mfi_sgl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_ioc_passthru": {
      "size": 68,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ioc_frame": {
          "type": {
            "kind": "struct",
            "name": "mrsas_dcmd_frame"
          },
          "offset": 0
        },
        "pad_skinny_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "mfi_ioc_passthru32": {
      "size": 64,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ioc_frame": {
          "type": {
            "kind": "struct",
            "name": "mfi_dcmd_frame"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_ld_config": {
      "size": 256,
      "fields": {
        "params": {
          "type": {
            "kind": "struct",
            "name": "mfi_ld_params"
          },
          "offset": 32
        },
        "properties": {
          "type": {
            "kind": "struct",
            "name": "mfi_ld_props"
          },
          "offset": 0
        },
        "span": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_span"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mfi_ld_info": {
      "size": 384,
      "fields": {
        "cluster_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 300
        },
        "ld_config": {
          "type": {
            "kind": "struct",
            "name": "mfi_ld_config"
          },
          "offset": 0
        },
        "progress": {
          "type": {
            "kind": "struct",
            "name": "mfi_ld_progress"
          },
          "offset": 264
        },
        "reconstruct_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 302
        },
        "reserved1": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 303
        },
        "reserved2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 368
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "vpd_page83": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 304
        }
      },
      "kind": "struct"
    },
    "mfi_ld_list": {
      "size": 1032,
      "fields": {
        "ld_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ld_list": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_49b8f5f890249790"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_ld_params": {
      "size": 32,
      "fields": {
        "init_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "isSSCD": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "is_consistent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "num_drives": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "primary_raid_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "raid_level_qualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "reserved2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "secondary_raid_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "span_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "stripe_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "mfi_ld_progress": {
      "size": 36,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bgi": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 8
        },
        "cc": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 4
        },
        "fgi": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 12
        },
        "recon": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_progress"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mfi_ld_props": {
      "size": 32,
      "fields": {
        "access_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "current_cache_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "default_cache_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "disk_cache_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "ld": {
          "type": {
            "kind": "union",
            "name": "mfi_ld_ref"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "no_bgi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "mfi_ld_ref": {
      "size": 4,
      "fields": {
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "kind": "struct",
            "name": "unnamed_775e2ff419d68032"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_linux_ioc_aen": {
      "size": 12,
      "fields": {
        "laen_adapter_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "laen_class_locale": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "laen_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "laen_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_linux_ioc_packet": {
      "size": 276,
      "fields": {
        "lioc_adapter_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lioc_frame": {
          "type": {
            "kind": "union",
            "name": "unnamed_7d377fb9f62b8ea4"
          },
          "offset": 20
        },
        "lioc_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lioc_sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lioc_sense_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lioc_sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lioc_sgl": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 148
        },
        "lioc_sgl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_reply_default": {
      "size": 8,
      "fields": {
        "DescriptorTypeDependent2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_reply_descriptor": {
      "size": 16,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_header"
          },
          "offset": 0
        },
        "raid_accel": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_raid_accel"
          },
          "offset": 0
        },
        "reply_default": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_default"
          },
          "offset": 0
        },
        "scsi_io": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_scsi_io"
          },
          "offset": 0
        },
        "target_assist": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_target_assist"
          },
          "offset": 0
        },
        "target_cmd": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_target_cmd_buffer"
          },
          "offset": 0
        },
        "words": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_mpi2_reply_header": {
      "size": 4,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ReplyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_reply_raid_accel": {
      "size": 12,
      "fields": {
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "SequenceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_reply_scsi_io": {
      "size": 8,
      "fields": {
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TaskTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_reply_target_assist": {
      "size": 8,
      "fields": {
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "SequenceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_reply_target_cmd_buffer": {
      "size": 10,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "InitiatorDevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "IoIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "SequenceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_reply_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_request_descriptor": {
      "size": 8,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_request_header"
          },
          "offset": 0
        },
        "high_priority": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_request_high_priority"
          },
          "offset": 0
        },
        "scsi_io": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_request_scsi_io"
          },
          "offset": 0
        },
        "scsi_target": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_request_scsi_target"
          },
          "offset": 0
        },
        "words": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_mpi2_request_header": {
      "size": 6,
      "fields": {
        "LMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RequestFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_request_high_priority": {
      "size": 8,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_request_header"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_request_raid_scsi_io": {
      "size": 144,
      "fields": {
        "ApplicationTagTranslationMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "BidirectionalDataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "CDB": {
          "type": {
            "kind": "union",
            "name": "MPI2_SCSI_IO_CDB_UNION"
          },
          "offset": 64
        },
        "ChainOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "EEDPBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "EEDPFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "IoFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "LUN": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "MsgFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "RaidContext": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_VENDOR_UNIQUE"
          },
          "offset": 96
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "SGL": {
          "type": {
            "kind": "union",
            "name": "MPI2_SGE_IO_UNION"
          },
          "offset": 128
        },
        "SGLFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "SGLOffset0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "SGLOffset1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "SGLOffset2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "SGLOffset3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "SecondaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "SecondaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "SenseBufferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "SenseBufferLowAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "SkipCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "VF_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "VP_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_request_scsi_io": {
      "size": 8,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_request_header"
          },
          "offset": 0
        },
        "scsi_io_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mfi_mpi2_request_scsi_target": {
      "size": 8,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_mpi2_request_header"
          },
          "offset": 0
        },
        "scsi_target_io_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mfi_pass_frame": {
      "size": 64,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "sense_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sense_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "mfi_sgl"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mfi_pd_address": {
      "size": 24,
      "fields": {
        "connect_port_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "encl_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "encl_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sas_addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "scsi_dev_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "slot_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "mfi_pd_ddf_type": {
      "size": 4,
      "fields": {
        "ddf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a5252a0f5267df6e"
          },
          "offset": 0
        },
        "non_disk": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8308b5bab9fd4ea6"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_pd_info": {
      "size": 512,
      "fields": {
        "bad_block_table_full": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "coerced_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "connected_port_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 166
        },
        "device_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 167
        },
        "disabled_for_removal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 186
        },
        "encl_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "encl_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 258
        },
        "fw_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "inquiry_data": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "last_pred_fail_event_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 187
        },
        "media_err_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "non_coerced_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "not_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 164
        },
        "other_err_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "path_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_901e6bd816f41b6e"
          },
          "offset": 192
        },
        "pred_fail_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "prog_info": {
          "type": {
            "kind": "struct",
            "name": "mfi_pd_progress"
          },
          "offset": 260
        },
        "raw_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "ref": {
          "type": {
            "kind": "union",
            "name": "mfi_pd_ref"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 154,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 358
        },
        "scsi_dev_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 165
        },
        "slot_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 259
        },
        "state": {
          "type": {
            "kind": "union",
            "name": "mfi_pd_ddf_type"
          },
          "offset": 188
        },
        "unusable_in_current_config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 293
        },
        "vpd_page83": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 100
        },
        "vpd_page83_ext": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 294
        }
      },
      "kind": "struct"
    },
    "mfi_pd_list": {
      "size": 5768,
      "fields": {
        "addr": {
          "type": {
            "count": 240,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_pd_address"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_pd_progress": {
      "size": 32,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "clear": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 12
        },
        "patrol": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 8
        },
        "rbld": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_progress"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mfi_pd_ref": {
      "size": 4,
      "fields": {
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4a100ee8de620b2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_progress": {
      "size": 4,
      "fields": {
        "elapsed_seconds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "progress": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_qstat": {
      "size": 8,
      "fields": {
        "q_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "q_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_query_disk": {
      "size": 260,
      "fields": {
        "array_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "devname": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "open": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "present": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "mfi_sense": {
      "size": 128,
      "fields": {
        "data": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_sense_ptr": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_249cd0e72318b681"
          },
          "offset": 0
        },
        "sense_ptr_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "user_space": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_sg32": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_sg64": {
      "size": 12,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mfi_sg_skinny": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mfi_sgl": {
      "size": 16,
      "fields": {
        "sg32": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_sg32"
            }
          },
          "offset": 0
        },
        "sg64": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_sg64"
            }
          },
          "offset": 0
        },
        "sg_skinny": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_sg_skinny"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_skinny_dma_info": {
      "size": 10288,
      "fields": {
        "dmamap": {
          "type": {
            "count": 514,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 4112
        },
        "dmat": {
          "type": {
            "count": 514,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dma_tag"
              }
            }
          },
          "offset": 0
        },
        "mem": {
          "type": {
            "count": 514,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8224
        },
        "noofmaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10280
        }
      },
      "kind": "struct"
    },
    "mfi_smp_frame": {
      "size": 56,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "sas_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "unnamed_157833e3e752e13c"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mfi_softc": {
      "size": 1344,
      "fields": {
        "MFA_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1180
        },
        "adpreset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 824
        },
        "chain_offset_value_for_main_message": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1340
        },
        "chain_offset_value_for_mpt_ptmsg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1341
        },
        "cm_aen_abort": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 616
        },
        "cm_map_abort": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 620
        },
        "disableOnlineCtrlReset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 826
        },
        "eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 816
        },
        "hw_crit_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 836
        },
        "issuepend_done": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 825
        },
        "kbuff_arr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 48
        },
        "last_reply_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1336
        },
        "last_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 832
        },
        "max_SGEs_in_chain_message": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1338
        },
        "max_SGEs_in_main_message": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1339
        },
        "mfiStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 828
        },
        "mfi_adp_check_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1160
        },
        "mfi_adp_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1152
        },
        "mfi_aen_cm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_command"
            }
          },
          "offset": 592
        },
        "mfi_aen_pids": {
          "type": {
            "kind": "struct",
            "name": "unnamed_28b8f34d927dfaac"
          },
          "offset": 576
        },
        "mfi_aen_triggered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "mfi_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "mfi_bioq": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 280
        },
        "mfi_boot_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "mfi_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "mfi_buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 392
        },
        "mfi_busy": {
          "type": {
            "kind": "struct",
            "name": "BUSYQ"
          },
          "offset": 264
        },
        "mfi_cam_ccbq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 952
        },
        "mfi_cam_rescan_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 976
        },
        "mfi_cam_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 968
        },
        "mfi_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 944
        },
        "mfi_check_clear_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1136
        },
        "mfi_cmd_pool_tbolt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_cmd_tbolt"
              }
            }
          },
          "offset": 1304
        },
        "mfi_cmd_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 856
        },
        "mfi_cmd_tbolt_tqh": {
          "type": {
            "kind": "struct",
            "name": "TB"
          },
          "offset": 1192
        },
        "mfi_commands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_command"
            }
          },
          "offset": 840
        },
        "mfi_comms": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_hwcomms"
            }
          },
          "offset": 224
        },
        "mfi_comms_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "mfi_comms_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 408
        },
        "mfi_comms_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 400
        },
        "mfi_config_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 1080
        },
        "mfi_delete_busy_volumes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 712
        },
        "mfi_detaching": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 720
        },
        "mfi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mfi_disable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1120
        },
        "mfi_eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 936
        },
        "mfi_enable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1112
        },
        "mfi_evt_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6b32ee952192d8be"
          },
          "offset": 496
        },
        "mfi_evt_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 512
        },
        "mfi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mfi_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "mfi_frame"
            }
          },
          "offset": 448
        },
        "mfi_frames_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "mfi_frames_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 432
        },
        "mfi_frames_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 424
        },
        "mfi_free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e04b663b0b6b95c9"
          },
          "offset": 232
        },
        "mfi_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 784
        },
        "mfi_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 768
        },
        "mfi_intr_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1168
        },
        "mfi_io_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1048
        },
        "mfi_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 760
        },
        "mfi_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 776
        },
        "mfi_issue_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1144
        },
        "mfi_kbuff_arr_busaddr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 208
        },
        "mfi_kbuff_arr_dmamap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 192
        },
        "mfi_kbuff_arr_dmat": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dma_tag"
              }
            }
          },
          "offset": 176
        },
        "mfi_keep_deleted_volumes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 716
        },
        "mfi_ld_pend_tqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_505373e32495ba1b"
          },
          "offset": 904
        },
        "mfi_ld_tqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_330e6535494d080c"
          },
          "offset": 872
        },
        "mfi_map_sync_cm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_command"
            }
          },
          "offset": 608
        },
        "mfi_map_sync_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 544
        },
        "mfi_max_fw_cmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 848
        },
        "mfi_max_io": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 864
        },
        "mfi_max_sge": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 852
        },
        "mfi_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 384
        },
        "mfi_poll_waiting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "mfi_qstat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_qstat"
            }
          },
          "offset": 320
        },
        "mfi_read_fw_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1128
        },
        "mfi_ready": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e04b663b0b6b95c9"
          },
          "offset": 248
        },
        "mfi_regs_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 352
        },
        "mfi_regs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        },
        "mfi_select": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 640
        },
        "mfi_sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_sense"
            }
          },
          "offset": 752
        },
        "mfi_sense_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 744
        },
        "mfi_sense_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 736
        },
        "mfi_sense_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 728
        },
        "mfi_sge_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 860
        },
        "mfi_skinny_cm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_command"
            }
          },
          "offset": 600
        },
        "mfi_syspd_pend_tqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9805a8ee55e3672c"
          },
          "offset": 920
        },
        "mfi_syspd_tqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_abe70617864f3eac"
          },
          "offset": 888
        },
        "mfi_tb_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1224
        },
        "mfi_tb_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1216
        },
        "mfi_tb_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1208
        },
        "mfi_tb_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "mfi_frame"
            }
          },
          "offset": 488
        },
        "mfi_tb_init_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "mfi_tb_init_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 464
        },
        "mfi_tb_init_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 456
        },
        "mfi_tb_ioc_init_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "mfi_tb_ioc_init_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1296
        },
        "mfi_tb_ioc_init_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1288
        },
        "mfi_tb_ioc_init_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1280
        },
        "mfi_tbolt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1176
        },
        "mfi_watchdog_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 984
        },
        "raid_io_msg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1186
        },
        "reply_frame_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1264
        },
        "reply_frame_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_mpi2_reply_header"
            }
          },
          "offset": 1312
        },
        "reply_frame_pool_align": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_mpi2_reply_header"
            }
          },
          "offset": 1320
        },
        "reply_pool_limit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1328
        },
        "reply_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1184
        },
        "request_desc_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1248
        },
        "request_message_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1232
        },
        "request_message_pool_align": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1240
        },
        "request_msg_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1256
        },
        "sg_frame_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1272
        },
        "verbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "verbuf_h_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "verbuf_h_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "verbuf_h_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mfi_span": {
      "size": 24,
      "fields": {
        "array_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "num_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "start_block": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mfi_spare": {
      "size": 40,
      "fields": {
        "array_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "array_ref": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "ref": {
          "type": {
            "kind": "union",
            "name": "mfi_pd_ref"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "spare_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mfi_statrequest": {
      "size": 8,
      "fields": {
        "ms_item": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ms_qstat": {
          "type": {
            "kind": "struct",
            "name": "mfi_qstat"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mfi_stp_frame": {
      "size": 72,
      "fields": {
        "fis": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "unnamed_157833e3e752e13c"
          },
          "offset": 48
        },
        "stp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mfi_system_pd": {
      "size": 64,
      "fields": {
        "pd_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_softc"
            }
          },
          "offset": 32
        },
        "pd_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "pd_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 48
        },
        "pd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "pd_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pd_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_pd_info"
            }
          },
          "offset": 40
        },
        "pd_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6cc7468856c237d8"
          },
          "offset": 0
        },
        "pd_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mfi_system_pending": {
      "size": 24,
      "fields": {
        "pd_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pd_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7e68cdb03526d73"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mgmt_cntl_attr": {
      "size": 540,
      "fields": {
        "future_u32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 524
        },
        "hba_attr": {
          "type": {
            "kind": "struct",
            "name": "mgmt_hba_attr"
          },
          "offset": 0
        },
        "interface_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 511
        },
        "netfilters": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 520
        },
        "pci_bus_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 508
        },
        "pci_dev_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 509
        },
        "pci_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 502
        },
        "pci_func_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 510
        },
        "pci_sub_system_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 506
        },
        "pci_sub_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 504
        },
        "pci_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 500
        },
        "rsvd0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 521
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        }
      },
      "kind": "struct"
    },
    "mgmt_frame_regs": {
      "size": 4,
      "fields": {
        "interface_stypes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mgmt_hba_attr": {
      "size": 500,
      "fields": {
        "asic_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 485
        },
        "asic_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 422
        },
        "bios_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 288
        },
        "cache_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 444
        },
        "cntl_desc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 128
        },
        "cntl_mod_num": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 96
        },
        "cntl_ser_num": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 192
        },
        "def_ext_to": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "default_link_down_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 440
        },
        "drv_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 352
        },
        "ep_fw_data_struct_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "flashrom_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 0
        },
        "funcs_supp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "future_u32": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 488
        },
        "future_u8": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 486
        },
        "fw_on_flash_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 384
        },
        "fw_post_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "fw_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 256
        },
        "gen_guid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 423
        },
        "hba_mtu": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 452
        },
        "hba_port_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 439
        },
        "hba_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 445
        },
        "iSCSI_feat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 484
        },
        "ioctl_data_struct_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ip_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 224
        },
        "iscsi_ver_min_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 442
        },
        "manufac_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 32
        },
        "max_cdblen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 420
        },
        "max_domains_supp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 446
        },
        "multifunc_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 443
        },
        "ncsi_ver_str": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "phy_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 447
        },
        "redboot_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 320
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 70
        },
        "seeprom_ver_hi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 69
        },
        "seeprom_ver_lo": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 68
        },
        "supp_modes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mhi_channel_config": {
      "size": 56,
      "fields": {
        "auto_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "doorbell": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "doorbell_mode_switch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ee_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "event_ring": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "lpm_notify": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "num_elements": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "offload_channel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pollcfg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mhi_controller": {
      "size": 160,
      "fields": {
        "cntrl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 0
        },
        "fbc_download": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 40
        },
        "fw_image": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "iova_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "iova_stop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "irq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "mhi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mhi_device"
            }
          },
          "offset": 8
        },
        "nr_irqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "rddm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "read_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "reg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "runtime_get": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "runtime_put": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "sbl_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "seg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "status_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "timeout_ms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "write_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "mhi_controller_config": {
      "size": 40,
      "fields": {
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ch_cfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mhi_channel_config"
            }
          },
          "offset": 0
        },
        "event_cfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mhi_event_config"
            }
          },
          "offset": 8
        },
        "max_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "num_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "num_events": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "timeout_ms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "use_bounce_buf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mhi_device": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "mhi_event_config": {
      "size": 36,
      "fields": {
        "client_managed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "data_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "hardware_event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "irq_moderation_ms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "num_elements": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "offload_channel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "midi_cmdtab": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "midi_info": {
      "size": 128,
      "fields": {
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "dev_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dummies": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 52
        },
        "name": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mif6": {
      "size": 64,
      "fields": {
        "m6_bytes_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "m6_bytes_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "m6_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "m6_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 24
        },
        "m6_lcl_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        },
        "m6_pkt_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "m6_pkt_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "m6_rate_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mif6_sctl": {
      "size": 64,
      "fields": {
        "m6_bytes_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "m6_bytes_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "m6_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "m6_ifp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "m6_lcl_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        },
        "m6_pkt_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "m6_pkt_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "m6_rate_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mif6ctl": {
      "size": 6,
      "fields": {
        "mif6c_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mif6c_mifi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mif6c_pifi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mii_attach_args": {
      "size": 32,
      "fields": {
        "mii_capmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mii_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_data"
            }
          },
          "offset": 0
        },
        "mii_id1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mii_id2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mii_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mii_phyno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mii_bitbang_ops": {
      "size": 40,
      "fields": {
        "mbo_bits": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "mbo_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mbo_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mii_data": {
      "size": 72,
      "fields": {
        "mii_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 40
        },
        "mii_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "mii_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 0
        },
        "mii_media_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "mii_media_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "mii_phys": {
          "type": {
            "kind": "struct",
            "name": "mii_listhead"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mii_listhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mii_media": {
      "size": 12,
      "fields": {
        "mm_anar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mm_bmcr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mm_gtcr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mii_phy_funcs": {
      "size": 24,
      "fields": {
        "pf_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pf_service": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "pf_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mii_phydesc": {
      "size": 16,
      "fields": {
        "mpd_model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mpd_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mpd_oui": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mii_softc": {
      "size": 104,
      "fields": {
        "mii_anegticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "mii_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "mii_capmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mii_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mii_extcapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "mii_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "mii_funcs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_phy_funcs"
            }
          },
          "offset": 56
        },
        "mii_inst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mii_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0febca1c5fd5d965"
          },
          "offset": 8
        },
        "mii_maxspeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "mii_media_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "mii_media_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "mii_mpd_model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mii_mpd_oui": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mii_mpd_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mii_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "mii_pdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_data"
            }
          },
          "offset": 64
        },
        "mii_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mii_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "mii_softc_t": {
      "size": 104,
      "fields": {
        "mii_anegticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "mii_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "mii_capmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mii_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mii_extcapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "mii_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "mii_funcs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_phy_funcs"
            }
          },
          "offset": 56
        },
        "mii_inst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mii_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0febca1c5fd5d965"
          },
          "offset": 8
        },
        "mii_maxspeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "mii_media_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "mii_media_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "mii_mpd_model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mii_mpd_oui": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mii_mpd_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mii_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "mii_pdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_data"
            }
          },
          "offset": 64
        },
        "mii_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mii_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "miibus_ivars": {
      "size": 32,
      "fields": {
        "ifmedia_sts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ifmedia_upd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "mii_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mii_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mincore_args": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "vec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "vec_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "vec_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "minherit_args": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "inherit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "inherit_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "inherit_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "minidumphdr": {
      "size": 72,
      "fields": {
        "bitmapsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dmapbase": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "dmapend": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "dumpavailsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "kernbase": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "magic": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msgbufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pmapsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "minidumpstate": {
      "size": 16,
      "fields": {
        "dump_bitset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bitset"
            }
          },
          "offset": 8
        },
        "msgbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msgbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mixer_info": {
      "size": 92,
      "fields": {
        "fillers": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 52
        },
        "id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "modify_counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mkdir": {
      "size": 88,
      "fields": {
        "md_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 64
        },
        "md_diradd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "diradd"
            }
          },
          "offset": 48
        },
        "md_jaddref": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jaddref"
            }
          },
          "offset": 56
        },
        "md_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "md_mkdirs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_554b5a7e916df9d8"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "mkdir_args": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mkdirat_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mkdirlist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mkdir"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mkfifo_args": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mkfifoat_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mknodat_args": {
      "size": 32,
      "fields": {
        "dev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dev_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "dev_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mld_hdr": {
      "size": 24,
      "fields": {
        "mld_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        },
        "mld_icmp6_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mld_ifinfo": {
      "size": 32,
      "fields": {
        "mli_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mli_qi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mli_qri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mli_rv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mli_uri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mli_v1_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mli_v2_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mli_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mld_ifsoftc": {
      "size": 80,
      "fields": {
        "mli_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mli_gq": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 56
        },
        "mli_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "mli_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cc7e554a4ac10c68"
          },
          "offset": 0
        },
        "mli_qi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "mli_qri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mli_rv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mli_uri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "mli_v1_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mli_v2_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mli_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mld_raopt": {
      "size": 8,
      "fields": {
        "hbh": {
          "type": {
            "kind": "struct",
            "name": "ip6_hbh"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "struct",
            "name": "ip6_opt"
          },
          "offset": 2
        },
        "ra": {
          "type": {
            "kind": "struct",
            "name": "ip6_opt_router"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mldv2_query": {
      "size": 28,
      "fields": {
        "mld_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        },
        "mld_icmp6_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        },
        "mld_misc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "mld_numsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "mld_qqi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "mldv2_record": {
      "size": 20,
      "fields": {
        "mr_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 4
        },
        "mr_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mr_numsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mldv2_report": {
      "size": 8,
      "fields": {
        "mld_icmp6_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlmeop": {
      "size": 16,
      "fields": {
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlock_args": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlockall_args": {
      "size": 8,
      "fields": {
        "how": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "how_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "how_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_access_reg": {
      "size": 4096,
      "fields": {
        "constant1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "constant2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "len_const": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reg_data": {
          "type": {
            "count": 4076,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "reg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "resrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "resrvd2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "resrvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mlx4_active_ports": {
      "size": 8,
      "fields": {
        "ports": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_adapter": {
      "size": 65,
      "fields": {
        "board_id": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "inta_pin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mlx4_alloc_vpp_param": {
      "size": 36,
      "fields": {
        "availible_vpp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vpp_p_up": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_bf": {
      "size": 24,
      "fields": {
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "uar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_uar"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_bitmap": {
      "size": 72,
      "fields": {
        "avail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "effective_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 32
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved_top": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "top": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_buddy": {
      "size": 56,
      "fields": {
        "bits": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 24
        },
        "max_order": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "num_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_buf": {
      "size": 40,
      "fields": {
        "direct": {
          "type": {
            "kind": "struct",
            "name": "mlx4_buf_list"
          },
          "offset": 0
        },
        "nbufs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "npages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "page_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_buf_list"
            }
          },
          "offset": 16
        },
        "page_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx4_buf_list": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_cable_info": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "dev_mem_address": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "i2c_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mlx4_caps": {
      "size": 640,
      "fields": {
        "alloc_res_qp_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 610
        },
        "bf_reg_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "bf_regs_per_page": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "bmme_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "cqe_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "def_mac": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "default_sense": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 510
        },
        "dmfs_high_rate_qpn_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "dmfs_high_rate_qpn_range": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "dmfs_high_steer_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "eqe_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 560
        },
        "eqe_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 552
        },
        "eth_mtu_cap": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "fmr_reserved_mtts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "fs_log_max_ucast_qp_range_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "function_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "fw_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "gid_table_len": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 92
        },
        "hca_core_clock": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 572
        },
        "ib_mtu_cap": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 28
        },
        "ib_port_def_cap": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "local_ca_ack_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "log_num_macs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 484
        },
        "log_num_vlans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 488
        },
        "map_clock_to_user": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 634
        },
        "max_counters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "max_cqes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "max_fmr_maps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "max_gso_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        },
        "max_msg_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "max_qp_dest_rdma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "max_qp_init_rdma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "max_rq_desc_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "max_rq_sg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "max_rss_tbl_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "max_sq_desc_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "max_sq_sg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "max_srq_sge": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "max_srq_wqes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 276
        },
        "max_tc_eth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 228
        },
        "max_wqes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "max_xrcds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 380
        },
        "mtt_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 388
        },
        "num_amgms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 348
        },
        "num_comp_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "num_cqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "num_eqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "num_mgms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "num_mpts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 316
        },
        "num_mtts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "num_pds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "num_ports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "num_qp_per_mgm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "num_qps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "num_srqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "num_sys_eqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "num_uars": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "page_size_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "phv_bit": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 607
        },
        "phys_port_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 576
        },
        "pkey_table_len": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 104
        },
        "port_ib_mtu": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 544
        },
        "port_mask": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 516
        },
        "port_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "mlx4_port_type"
            }
          },
          "offset": 492
        },
        "port_width_cap": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 426
        },
        "possible_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "mlx4_port_type"
            }
          },
          "offset": 528
        },
        "qp0_proxy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "qp0_qkey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 232
        },
        "qp0_tunnel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "qp1_proxy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 248
        },
        "qp1_tunnel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "reserved_cqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "reserved_eqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 308
        },
        "reserved_lkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "reserved_mcgs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "reserved_mrws": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 336
        },
        "reserved_mtts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 332
        },
        "reserved_pds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 376
        },
        "reserved_qps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 460
        },
        "reserved_qps_base": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 464
        },
        "reserved_qps_cnt": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 440
        },
        "reserved_srqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "reserved_uars": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 340
        },
        "reserved_xrcds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 384
        },
        "rl_caps": {
          "type": {
            "kind": "struct",
            "name": "mlx4_rate_limit_caps"
          },
          "offset": 624
        },
        "rx_checksum_flags_port": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 604
        },
        "sqp_demux": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 548
        },
        "stat_rate_support": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 424
        },
        "steering_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "suggested_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 507
        },
        "supported_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 504
        },
        "trans_code": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "trans_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 116
        },
        "tunnel_offload_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 600
        },
        "uar_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "userspace_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "vendor_oui": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 128
        },
        "vf_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "vl_cap": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "wavelength": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 140
        }
      },
      "kind": "struct"
    },
    "mlx4_catas_err": {
      "size": 112,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 96
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "timer_list"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_clock_params": {
      "size": 16,
      "fields": {
        "bar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "mlx4_cmd": {
      "size": 256,
      "fields": {
        "comm_toggle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 252
        },
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_cmd_context"
            }
          },
          "offset": 240
        },
        "context_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 200
        },
        "event_sem": {
          "type": {
            "kind": "struct",
            "name": "semaphore"
          },
          "offset": 104
        },
        "free_head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "hcr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 253
        },
        "max_cmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "poll_sem": {
          "type": {
            "kind": "struct",
            "name": "semaphore"
          },
          "offset": 48
        },
        "pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dma_pool"
            }
          },
          "offset": 0
        },
        "slave_cmd_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 16
        },
        "switch_sem": {
          "type": {
            "kind": "struct",
            "name": "rw_semaphore"
          },
          "offset": 160
        },
        "toggle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 251
        },
        "token_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 248
        },
        "use_events": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 250
        }
      },
      "kind": "struct"
    },
    "mlx4_cmd_context": {
      "size": 32,
      "fields": {
        "done": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 0
        },
        "fw_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "out_param": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_cmd_info": {
      "size": 24,
      "fields": {
        "encode_slave_id": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 5
        },
        "has_inbox": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "has_outbox": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "out_is_imm": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        },
        "verify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "wrapper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_cmd_mailbox": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_comm": {
      "size": 8,
      "fields": {
        "slave_read": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "slave_write": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_config_dev": {
      "size": 132,
      "fields": {
        "roce_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "roce_v2_entropy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "roce_v2_udp_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "rsvd4": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "rsvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 130
        },
        "rx_checksum_val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 131
        },
        "update_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vxlan_udp_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_config_dev_params": {
      "size": 4,
      "fields": {
        "rx_csum_flags_port_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rx_csum_flags_port_2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "vxlan_udp_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_counter": {
      "size": 48,
      "fields": {
        "counter_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "num_ifc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx4_cq": {
      "size": 88,
      "fields": {
        "arm_db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "arm_sn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cons_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cqn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "free": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 64
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "refcount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 60
        },
        "reset_notify": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 72
        },
        "reset_notify_added": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "set_ci_db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "uar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_uar"
            }
          },
          "offset": 16
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "mlx4_cq_context": {
      "size": 64,
      "fields": {
        "comp_eqn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "consumer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "cq_max_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "cq_period": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "db_rec_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "last_notified_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "log_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "logsize_usrpage": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mtt_base_addr_h": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "mtt_base_addr_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "page_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "reserved3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "reserved4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "solicit_producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "mlx4_cq_table": {
      "size": 264,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 0
        },
        "cmpt_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 192
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 72
        },
        "table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 120
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mlx4_cqe": {
      "size": 32,
      "fields": {
        "byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "g_mlpath_rqpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "immed_rss_invalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "owner_sr_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "sl_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_87f6edb34de93398"
          },
          "offset": 14,
          "anonymous": true
        },
        "vlan_my_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wqe_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_db": {
      "size": 32,
      "fields": {
        "db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "order": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_0cc31d74cfee0734"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_db_pgdir": {
      "size": 240,
      "fields": {
        "bits": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 208
        },
        "db_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "db_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 224
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "order0": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "order1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "mlx4_dev": {
      "size": 976,
      "fields": {
        "board_id": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 754
        },
        "caps": {
          "type": {
            "kind": "struct",
            "name": "mlx4_caps"
          },
          "offset": 24
        },
        "dev_vfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_vf_dev"
            }
          },
          "offset": 880
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "fw_str": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 912
        },
        "hw_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 896
        },
        "num_slaves": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "numa_node": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 820
        },
        "oper_log_mgm_entry_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 824
        },
        "persist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_dev_persistent"
            }
          },
          "offset": 0
        },
        "phys_caps": {
          "type": {
            "kind": "struct",
            "name": "mlx4_phys_caps"
          },
          "offset": 664
        },
        "port_random_macs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 753
        },
        "qp_table_tree": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 736
        },
        "quotas": {
          "type": {
            "kind": "struct",
            "name": "mlx4_quotas"
          },
          "offset": 704
        },
        "regid_allmulti_array": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 856
        },
        "regid_promisc_array": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 832
        },
        "rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 752
        },
        "uar_page_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 888
        }
      },
      "kind": "struct"
    },
    "mlx4_dev_cap": {
      "size": 496,
      "fields": {
        "altc_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "aux_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "bf_reg_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "bf_regs_per_page": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "bmme_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "cmpt_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "cqc_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "dmfs_high_rate_qpn_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "dmfs_high_rate_qpn_range": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "dmpt_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "eqc_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "fs_log_max_ucast_qp_range_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "fs_max_num_qp_per_entry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "local_ca_ack_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "map_clock_to_user": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 488
        },
        "max_counters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "max_cq_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "max_cqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "max_eqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "max_gso_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "max_icm_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "max_mcgs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "max_mpts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "max_msg_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "max_pds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "max_qp_per_mcg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "max_qp_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "max_qps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "max_rdma_global": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "max_requester_per_qp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "max_responder_per_qp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "max_rq_desc_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "max_rq_sg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "max_rss_tbl_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "max_sq_desc_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "max_sq_sg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "max_srq_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "max_srqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "max_xrcds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "min_page_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mtt_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "num_ports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "num_sys_eqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "port_cap": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_port_cap"
            }
          },
          "offset": 272
        },
        "qpc_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "rdmarc_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "reserved_cqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "reserved_eqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "reserved_lkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "reserved_mgms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "reserved_mrws": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "reserved_mtts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "reserved_pds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "reserved_qps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "reserved_srqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "reserved_uars": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "reserved_xrcds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "resize_srq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "rl_caps": {
          "type": {
            "kind": "struct",
            "name": "mlx4_rate_limit_caps"
          },
          "offset": 260
        },
        "srq_entry_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "stat_rate_support": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "uar_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "mlx4_dev_persistent": {
      "size": 240,
      "fields": {
        "catas_work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 56
        },
        "catas_wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 112
        },
        "curr_port_poss_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "mlx4_port_type"
            }
          },
          "offset": 44
        },
        "curr_port_type": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "mlx4_port_type"
            }
          },
          "offset": 32
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_dev"
            }
          },
          "offset": 8
        },
        "device_state_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 120
        },
        "interface_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 192
        },
        "interface_state_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 160
        },
        "num_vfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "nvfs": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "pci_status": {
          "type": {
            "kind": "enum",
            "name": "mlx4_pci_status"
          },
          "offset": 232
        },
        "pci_status_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 200
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_dev"
            }
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "mlx4_device_context": {
      "size": 48,
      "fields": {
        "bond_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 16
        },
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "intf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_interface"
            }
          },
          "offset": 32
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_en_addr_list": {
      "size": 48,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "mlx4_en_addr_list_act"
          },
          "offset": 16
        },
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "reg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tunnel_reg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mlx4_en_cq": {
      "size": 400,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_cqe"
            }
          },
          "offset": 336
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 316
        },
        "cq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 344
        },
        "curr_poll_rx_cpu_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 216
        },
        "is_tx": {
          "type": {
            "kind": "enum",
            "name": "cq_type"
          },
          "offset": 324
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 184
        },
        "mcq": {
          "type": {
            "kind": "struct",
            "name": "mlx4_cq"
          },
          "offset": 0
        },
        "moder_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 330
        },
        "moder_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 328
        },
        "ring": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "timer_list"
          },
          "offset": 224
        },
        "tot_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "tot_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 376
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "wqres": {
          "type": {
            "kind": "struct",
            "name": "mlx4_hwq_resources"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "mlx4_en_dev": {
      "size": 400,
      "fields": {
        "LSO_support": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_dev"
            }
          },
          "offset": 0
        },
        "device_up": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 76
        },
        "dma_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 216
        },
        "last_overflow_check": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "mac_removed": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 376
        },
        "mr": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mr"
          },
          "offset": 288
        },
        "overflow_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_dev"
            }
          },
          "offset": 8
        },
        "pndev": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifnet"
              }
            }
          },
          "offset": 48
        },
        "port_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "priv_pdn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "priv_uar": {
          "type": {
            "kind": "struct",
            "name": "mlx4_uar"
          },
          "offset": 232
        },
        "profile": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_profile"
          },
          "offset": 80
        },
        "state_lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 16
        },
        "uar_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 344
        },
        "uar_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 224
        },
        "workqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "mlx4_en_flow_stats_rx": {
      "size": 24,
      "fields": {
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_en_flow_stats_tx": {
      "size": 24,
      "fields": {
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_en_perf_stats": {
      "size": 32,
      "fields": {
        "inflight_avg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "napi_quota": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_coal_avg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "tx_coal_avg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "tx_pktsz_avg": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_poll": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_en_pkt_stats": {
      "size": 576,
      "fields": {
        "rx_1023_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "rx_127_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_1518_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "rx_1522_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rx_1548_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rx_255_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rx_511_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rx_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_gt_1548_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rx_in_range_length_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rx_length_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rx_lt_64_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_out_range_length_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_over_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_prio": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 288
        },
        "tx_1023_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "tx_127_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "tx_1518_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "tx_1522_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "tx_1548_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "tx_255_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "tx_511_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "tx_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "tx_gt_1548_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "tx_lt_64_bytes_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_prio": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 432
        }
      },
      "kind": "struct"
    },
    "mlx4_en_port_profile": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "inline_thold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "rss_rings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rx_ppp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "rx_ring_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_ring_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "tx_ppp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "tx_ring_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_ring_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx4_en_port_state": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "link_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "transceiver": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_en_port_stats": {
      "size": 80,
      "fields": {
        "defrag_attempts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "oversized_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "queue_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_chksum_good": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rx_chksum_none": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tso_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_chksum_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "wake_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_en_priv": {
      "size": 16184,
      "fields": {
        "active_vlans": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "adaptive_rx_coal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3204
        },
        "allocated": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3336
        },
        "base_qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3368
        },
        "blocked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 15088
        },
        "broadcast_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 11424
        },
        "conf_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 15112
        },
        "conf_sysctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 15096
        },
        "counter_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14960
        },
        "cqe_factor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3372
        },
        "curr_mc_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 11392
        },
        "curr_uc_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 11408
        },
        "current_mac": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3340
        },
        "ddev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 14944
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "dev_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dentry"
            }
          },
          "offset": 14952
        },
        "drop_qp": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp"
          },
          "offset": 9088
        },
        "ethtool_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 584
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7000
        },
        "gone": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3332
        },
        "hw_stats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_stat_out_mbox"
          },
          "offset": 11432
        },
        "if_counters_rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16168
        },
        "if_counters_rx_no_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16176
        },
        "last_ifq_jiffies": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16160
        },
        "last_link_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3316
        },
        "last_moder_bytes": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1632
        },
        "last_moder_jiffies": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2656
        },
        "last_moder_packets": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 600
        },
        "last_moder_time": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 2664
        },
        "last_moder_tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1624
        },
        "link_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3312
        },
        "linkstate_task": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 9224
        },
        "loopback_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3212
        },
        "mac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3352
        },
        "mac_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3360
        },
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3364
        },
        "mc_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 11360
        },
        "mdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_en_dev"
            }
          },
          "offset": 0
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 15048
        },
        "msg_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3208
        },
        "num_tx_rings_p_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7004
        },
        "pkstats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_pkt_stats"
          },
          "offset": 9632
        },
        "pkstats_last": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_pkt_stats"
          },
          "offset": 10208
        },
        "pkt_rate_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3192
        },
        "pkt_rate_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3184
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3324
        },
        "port_state": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_port_state"
          },
          "offset": 536
        },
        "port_stats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_port_stats"
          },
          "offset": 11216
        },
        "port_up": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3320
        },
        "prof": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_en_port_profile"
            }
          },
          "offset": 8
        },
        "pstats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_perf_stats"
          },
          "offset": 9600
        },
        "registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3328
        },
        "res": {
          "type": {
            "kind": "struct",
            "name": "mlx4_hwq_resources"
          },
          "offset": 3224
        },
        "rss_map": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_rss_map"
          },
          "offset": 3376
        },
        "rx_cq": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx4_en_cq"
              }
            }
          },
          "offset": 8064
        },
        "rx_flowstats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_flow_stats_rx"
          },
          "offset": 11168
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3178
        },
        "rx_mb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7016
        },
        "rx_mode_task": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 9112
        },
        "rx_priority_flowstats": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_en_flow_stats_rx"
            }
          },
          "offset": 10784
        },
        "rx_ring": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx4_en_rx_ring"
              }
            }
          },
          "offset": 7032
        },
        "rx_ring_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7012
        },
        "rx_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3176
        },
        "rx_usecs_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3196
        },
        "rx_usecs_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3188
        },
        "sample_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3200
        },
        "service_task": {
          "type": {
            "kind": "struct",
            "name": "delayed_work"
          },
          "offset": 9440
        },
        "stat_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 15128
        },
        "stat_sysctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 15104
        },
        "stats_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 552
        },
        "stats_task": {
          "type": {
            "kind": "struct",
            "name": "delayed_work"
          },
          "offset": 9280
        },
        "tunnel_reg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 15144
        },
        "tx_cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx4_en_cq"
              }
            }
          },
          "offset": 8056
        },
        "tx_flowstats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_flow_stats_tx"
          },
          "offset": 11192
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3182
        },
        "tx_priority_flowstats": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_en_flow_stats_tx"
            }
          },
          "offset": 10976
        },
        "tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx4_en_tx_ring"
              }
            }
          },
          "offset": 7024
        },
        "tx_ring_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7008
        },
        "tx_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3180
        },
        "uc_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 11376
        },
        "validate_loopback": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3216
        },
        "vf_ports": {
          "type": {
            "count": 126,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "en_port"
              }
            }
          },
          "offset": 15152
        },
        "vf_stats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_vf_stats"
          },
          "offset": 11328
        },
        "vids": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 14424
        },
        "vlan_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 14968
        },
        "vlan_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 14976
        },
        "vport_stats": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_vport_stats"
          },
          "offset": 11296
        },
        "watchdog_task": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 9168
        },
        "watchdog_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 14984
        },
        "wol": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 14936
        }
      },
      "kind": "struct"
    },
    "mlx4_en_profile": {
      "size": 120,
      "fields": {
        "active_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "no_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "num_tx_rings_p_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "prof": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_en_port_profile"
            }
          },
          "offset": 24
        },
        "rss_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rss_xor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "small_pkt_int": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "udp_rss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_en_query_port_context": {
      "size": 32,
      "fields": {
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "link_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved3": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6
        },
        "transceiver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_en_rss_map": {
      "size": 3624,
      "fields": {
        "base_qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "indir_qp": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp"
          },
          "offset": 3592
        },
        "indir_state": {
          "type": {
            "kind": "enum",
            "name": "mlx4_qp_state"
          },
          "offset": 3616
        },
        "qps": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_qp"
            }
          },
          "offset": 8
        },
        "state": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "mlx4_qp_state"
            }
          },
          "offset": 3080
        }
      },
      "kind": "struct"
    },
    "mlx4_en_rx_desc": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_wqe_data_seg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_en_rx_mbuf": {
      "size": 16,
      "fields": {
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_en_rx_ring": {
      "size": 368,
      "fields": {
        "actual_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "csum_none": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "csum_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 88
        },
        "errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "fcs_del": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 156
        },
        "hwtstamp_rx_filter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "log_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 240
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_en_rx_mbuf"
            }
          },
          "offset": 184
        },
        "numa_node": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "rx_mb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rx_mr_key_be": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "size_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "spare": {
          "type": {
            "kind": "struct",
            "name": "mlx4_en_rx_spare"
          },
          "offset": 96
        },
        "wqres": {
          "type": {
            "kind": "struct",
            "name": "mlx4_hwq_resources"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_en_rx_spare": {
      "size": 32,
      "fields": {
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "segs": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_en_stat_out_flow_control_mbox": {
      "size": 64,
      "fields": {
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mlx4_en_stat_out_mbox": {
      "size": 2992,
      "fields": {
        "MCAST_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 856
        },
        "MCAST_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 792
        },
        "MCAST_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 800
        },
        "MCAST_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 808
        },
        "MCAST_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 816
        },
        "MCAST_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 824
        },
        "MCAST_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 832
        },
        "MCAST_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 840
        },
        "MCAST_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 848
        },
        "PCS": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1424
        },
        "R1023_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "R1023_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "R1023_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "R1023_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "R1023_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "R1023_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "R1023_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "R1023_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "R1023_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "R127_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "R127_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "R127_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "R127_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "R127_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "R127_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "R127_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "R127_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "R127_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "R1518_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "R1518_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "R1518_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "R1518_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "R1518_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "R1518_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "R1518_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "R1518_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "R1518_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "R1522_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "R1522_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "R1522_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "R1522_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "R1522_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "R1522_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "R1522_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "R1522_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "R1522_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "R1548_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "R1548_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "R1548_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "R1548_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "R1548_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "R1548_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "R1548_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "R1548_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "R1548_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "R1Q_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1352
        },
        "R1Q_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1160
        },
        "R1Q_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1184
        },
        "R1Q_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1208
        },
        "R1Q_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1232
        },
        "R1Q_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1256
        },
        "R1Q_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1280
        },
        "R1Q_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1304
        },
        "R1Q_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1328
        },
        "R255_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "R255_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "R255_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "R255_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "R255_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "R255_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "R255_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "R255_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "R255_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "R2MTU_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "R2MTU_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "R2MTU_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "R2MTU_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "R2MTU_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "R2MTU_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "R2MTU_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "R2MTU_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "R2MTU_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "R511_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "R511_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "R511_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "R511_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "R511_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "R511_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "R511_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "R511_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "R511_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "R64_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "R64_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "R64_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "R64_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "R64_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "R64_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "R64_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "R64_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "R64_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "RBCAST_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 784
        },
        "RBCAST_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 720
        },
        "RBCAST_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "RBCAST_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 736
        },
        "RBCAST_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 744
        },
        "RBCAST_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 752
        },
        "RBCAST_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 760
        },
        "RBCAST_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 768
        },
        "RBCAST_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 776
        },
        "RCNTL": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1368
        },
        "RCRC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2956
        },
        "RDROP": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2968
        },
        "RFrmTooLong": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1416
        },
        "RGIANT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "RGIANT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "RGIANT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 656
        },
        "RGIANT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "RGIANT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 672
        },
        "RGIANT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "RGIANT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 688
        },
        "RGIANT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 696
        },
        "RGIANT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "RInRangeLengthErr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1400
        },
        "RJBBR": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2952
        },
        "ROCT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1144
        },
        "ROCT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 952
        },
        "ROCT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 976
        },
        "ROCT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1000
        },
        "ROCT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1024
        },
        "ROCT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1048
        },
        "ROCT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1072
        },
        "ROCT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1096
        },
        "ROCT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1120
        },
        "ROutRangeLengthErr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1408
        },
        "RRUNT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2960
        },
        "RSHORT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2964
        },
        "RTOTFRMS": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2980
        },
        "RTOTG_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 928
        },
        "RTOTG_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 864
        },
        "RTOTG_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 872
        },
        "RTOTG_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 880
        },
        "RTOTG_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 888
        },
        "RTOTG_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 896
        },
        "RTOTG_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 904
        },
        "RTOTG_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 912
        },
        "RTOTG_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 920
        },
        "RTOT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1344
        },
        "RTOT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1152
        },
        "RTOT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1176
        },
        "RTOT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1200
        },
        "RTOT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1224
        },
        "RTOT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1248
        },
        "RTOT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1272
        },
        "RTOT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1296
        },
        "RTOT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1320
        },
        "RTTLOCT_NOFRM_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1136
        },
        "RTTLOCT_NOFRM_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 944
        },
        "RTTLOCT_NOFRM_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 968
        },
        "RTTLOCT_NOFRM_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 992
        },
        "RTTLOCT_NOFRM_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1016
        },
        "RTTLOCT_NOFRM_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1040
        },
        "RTTLOCT_NOFRM_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1064
        },
        "RTTLOCT_NOFRM_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1088
        },
        "RTTLOCT_NOFRM_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1112
        },
        "RTTLOCT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1128
        },
        "RTTLOCT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 936
        },
        "RTTLOCT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 960
        },
        "RTTLOCT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 984
        },
        "RTTLOCT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1008
        },
        "RTTLOCT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1032
        },
        "RTTLOCT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1056
        },
        "RTTLOCT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1080
        },
        "RTTLOCT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1104
        },
        "RdropLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2976
        },
        "RdropOvflw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2972
        },
        "T1023_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1824
        },
        "T1023_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1816
        },
        "T1023_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1752
        },
        "T1023_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1760
        },
        "T1023_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1768
        },
        "T1023_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1776
        },
        "T1023_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1784
        },
        "T1023_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1792
        },
        "T1023_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1800
        },
        "T1023_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1808
        },
        "T127_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1584
        },
        "T127_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1576
        },
        "T127_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1512
        },
        "T127_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1520
        },
        "T127_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1528
        },
        "T127_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1536
        },
        "T127_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1544
        },
        "T127_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1552
        },
        "T127_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1560
        },
        "T127_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1568
        },
        "T1518_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1904
        },
        "T1518_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1896
        },
        "T1518_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1832
        },
        "T1518_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1840
        },
        "T1518_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1848
        },
        "T1518_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1856
        },
        "T1518_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1864
        },
        "T1518_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1872
        },
        "T1518_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1880
        },
        "T1518_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1888
        },
        "T1522_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1984
        },
        "T1522_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1976
        },
        "T1522_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1912
        },
        "T1522_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1920
        },
        "T1522_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1928
        },
        "T1522_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1936
        },
        "T1522_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1944
        },
        "T1522_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1952
        },
        "T1522_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1960
        },
        "T1522_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1968
        },
        "T1548_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2064
        },
        "T1548_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2056
        },
        "T1548_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1992
        },
        "T1548_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2000
        },
        "T1548_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2008
        },
        "T1548_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2016
        },
        "T1548_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2024
        },
        "T1548_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2032
        },
        "T1548_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2040
        },
        "T1548_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2048
        },
        "T1Q_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2936
        },
        "T1Q_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2912
        },
        "T1Q_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2720
        },
        "T1Q_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2744
        },
        "T1Q_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2768
        },
        "T1Q_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2792
        },
        "T1Q_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2816
        },
        "T1Q_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2840
        },
        "T1Q_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2864
        },
        "T1Q_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2888
        },
        "T255_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1664
        },
        "T255_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1656
        },
        "T255_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1592
        },
        "T255_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1600
        },
        "T255_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1608
        },
        "T255_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1616
        },
        "T255_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1624
        },
        "T255_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1632
        },
        "T255_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1640
        },
        "T255_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1648
        },
        "T2MTU_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2144
        },
        "T2MTU_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2136
        },
        "T2MTU_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2072
        },
        "T2MTU_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2080
        },
        "T2MTU_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2088
        },
        "T2MTU_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2096
        },
        "T2MTU_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2104
        },
        "T2MTU_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2112
        },
        "T2MTU_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2120
        },
        "T2MTU_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2128
        },
        "T511_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1744
        },
        "T511_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1736
        },
        "T511_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1672
        },
        "T511_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1680
        },
        "T511_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1688
        },
        "T511_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1696
        },
        "T511_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1704
        },
        "T511_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1712
        },
        "T511_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1720
        },
        "T511_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1728
        },
        "T64_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1504
        },
        "T64_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1496
        },
        "T64_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1432
        },
        "T64_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1440
        },
        "T64_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1448
        },
        "T64_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1456
        },
        "T64_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1464
        },
        "T64_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1472
        },
        "T64_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1480
        },
        "T64_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1488
        },
        "TBCAST_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2304
        },
        "TBCAST_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2296
        },
        "TBCAST_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2232
        },
        "TBCAST_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2240
        },
        "TBCAST_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2248
        },
        "TBCAST_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2256
        },
        "TBCAST_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2264
        },
        "TBCAST_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2272
        },
        "TBCAST_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2280
        },
        "TBCAST_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2288
        },
        "TDROP": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2984
        },
        "TGIANT_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2224
        },
        "TGIANT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2216
        },
        "TGIANT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2152
        },
        "TGIANT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2160
        },
        "TGIANT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2168
        },
        "TGIANT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2176
        },
        "TGIANT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2184
        },
        "TGIANT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2192
        },
        "TGIANT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2200
        },
        "TGIANT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2208
        },
        "TMCAST_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2384
        },
        "TMCAST_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2376
        },
        "TMCAST_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2312
        },
        "TMCAST_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2320
        },
        "TMCAST_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2328
        },
        "TMCAST_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2336
        },
        "TMCAST_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2344
        },
        "TMCAST_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2352
        },
        "TMCAST_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2360
        },
        "TMCAST_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2368
        },
        "TOCT_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2704
        },
        "TOCT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2680
        },
        "TOCT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2488
        },
        "TOCT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2512
        },
        "TOCT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2536
        },
        "TOCT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2560
        },
        "TOCT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2584
        },
        "TOCT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2608
        },
        "TOCT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2632
        },
        "TOCT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2656
        },
        "TTOTG_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2464
        },
        "TTOTG_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2456
        },
        "TTOTG_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2392
        },
        "TTOTG_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2400
        },
        "TTOTG_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2408
        },
        "TTOTG_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2416
        },
        "TTOTG_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2424
        },
        "TTOTG_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2432
        },
        "TTOTG_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2440
        },
        "TTOTG_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2448
        },
        "TTOT_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2928
        },
        "TTOT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2904
        },
        "TTOT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2712
        },
        "TTOT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2736
        },
        "TTOT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2760
        },
        "TTOT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2784
        },
        "TTOT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2808
        },
        "TTOT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2832
        },
        "TTOT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2856
        },
        "TTOT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2880
        },
        "TTTLOCT_NOFRM_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2696
        },
        "TTTLOCT_NOFRM_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2672
        },
        "TTTLOCT_NOFRM_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2480
        },
        "TTTLOCT_NOFRM_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2504
        },
        "TTTLOCT_NOFRM_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2528
        },
        "TTTLOCT_NOFRM_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2552
        },
        "TTTLOCT_NOFRM_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2576
        },
        "TTTLOCT_NOFRM_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2600
        },
        "TTTLOCT_NOFRM_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2624
        },
        "TTTLOCT_NOFRM_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2648
        },
        "TTTLOCT_loopbk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2688
        },
        "TTTLOCT_novlan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2664
        },
        "TTTLOCT_prio_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2472
        },
        "TTTLOCT_prio_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2496
        },
        "TTTLOCT_prio_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2520
        },
        "TTTLOCT_prio_3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2544
        },
        "TTTLOCT_prio_4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2568
        },
        "TTTLOCT_prio_5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2592
        },
        "TTTLOCT_prio_6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2616
        },
        "TTTLOCT_prio_7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2640
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1168
        },
        "reserved10": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1376
        },
        "reserved11": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1384
        },
        "reserved12": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1392
        },
        "reserved13": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2728
        },
        "reserved14": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2752
        },
        "reserved15": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2776
        },
        "reserved16": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2800
        },
        "reserved17": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2824
        },
        "reserved18": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2848
        },
        "reserved19": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2872
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1192
        },
        "reserved20": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2896
        },
        "reserved21": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2920
        },
        "reserved22": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2944
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1216
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1240
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1264
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1288
        },
        "reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1312
        },
        "reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1336
        },
        "reserved9": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1360
        }
      },
      "kind": "struct"
    },
    "mlx4_en_tx_desc": {
      "size": 32,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx4_wqe_ctrl_seg"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_fe1ed2610188286e"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mlx4_en_tx_info": {
      "size": 24,
      "fields": {
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "mb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "nr_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nr_txbb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_en_tx_ring": {
      "size": 648,
      "fields": {
        "bf": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bf"
          },
          "offset": 568
        },
        "bf_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 592
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "comp_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 600
        },
        "cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "context": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp_context"
          },
          "offset": 216
        },
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "defrag_attempts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "doorbell_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "dummy": {
          "type": {
            "kind": "struct",
            "name": "mlx4_srq"
          },
          "offset": 472
        },
        "hwtstamp_tx_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 596
        },
        "inline_thold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 632
        },
        "last_nr_txbb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "oversized_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "poll_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "qp": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp"
          },
          "offset": 192
        },
        "qp_state": {
          "type": {
            "kind": "enum",
            "name": "mlx4_qp_state"
          },
          "offset": 468
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 464
        },
        "queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "queue_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "size_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "stride": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "tso_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "tx_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "tx_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_en_tx_info"
            }
          },
          "offset": 176
        },
        "tx_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "wake_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "watchdog_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "wqres": {
          "type": {
            "kind": "struct",
            "name": "mlx4_hwq_resources"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mlx4_en_vf_stats": {
      "size": 32,
      "fields": {
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_en_vport_stats": {
      "size": 32,
      "fields": {
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_eq": {
      "size": 72,
      "fields": {
        "actv_ports": {
          "type": {
            "kind": "struct",
            "name": "mlx4_active_ports"
          },
          "offset": 56
        },
        "affinity_cpu_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "cons_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_dev"
            }
          },
          "offset": 0
        },
        "doorbell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "eqn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "have_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "mtt": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mtt"
          },
          "offset": 40
        },
        "ncqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "nent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "page_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_buf_list"
            }
          },
          "offset": 32
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mlx4_eq_context": {
      "size": 64,
      "fields": {
        "consumer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "eq_max_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "eq_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "intr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "log_eq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "log_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "mtt_base_addr_h": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "mtt_base_addr_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "page_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "reserved4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "reserved5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "reserved6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "reserved7": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mlx4_eq_table": {
      "size": 264,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 0
        },
        "clr_int": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "clr_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "cmpt_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 184
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_eq"
            }
          },
          "offset": 104
        },
        "have_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "inta_pin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 260
        },
        "irq_names": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 112
        },
        "uar_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "mlx4_eqe": {
      "size": 32,
      "fields": {
        "event": {
          "type": {
            "kind": "union",
            "name": "unnamed_e47a26b1a65c9c0f"
          },
          "offset": 4
        },
        "owner": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "slave_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "mlx4_err_cqe": {
      "size": 32,
      "fields": {
        "my_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "owner_sr_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "reserved1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "syndrome": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "vendor_err_syndrome": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "wqe_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_fmr": {
      "size": 88,
      "fields": {
        "dma_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "maps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "max_maps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "max_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "mpt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_mpt_entry"
            }
          },
          "offset": 48
        },
        "mr": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mr"
          },
          "offset": 0
        },
        "mtts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "page_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "mlx4_func": {
      "size": 28,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "max_eq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "physical_function": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rsvd_eqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rsvd_uars": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_func_cap": {
      "size": 88,
      "fields": {
        "cq_quota": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "extra_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "flags0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "max_eq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "mcg_quota": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "mpt_quota": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "mtt_quota": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "num_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pf_context_behaviour": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phys_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "physical_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "qp0_proxy_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "qp0_qkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "qp0_tunnel_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "qp1_proxy_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "qp1_tunnel_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "qp_quota": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "reserved_eq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "reserved_lkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "srq_quota": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_fw": {
      "size": 64,
      "fields": {
        "aux_icm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_icm"
            }
          },
          "offset": 40
        },
        "catas_bar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "catas_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "catas_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "clock_bar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "clock_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "clr_int_bar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "clr_int_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "comm_bar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "comm_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "fw_icm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_icm"
            }
          },
          "offset": 32
        },
        "fw_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "mlx4_hwq_resources": {
      "size": 88,
      "fields": {
        "buf": {
          "type": {
            "kind": "struct",
            "name": "mlx4_buf"
          },
          "offset": 48
        },
        "db": {
          "type": {
            "kind": "struct",
            "name": "mlx4_db"
          },
          "offset": 0
        },
        "mtt": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mtt"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx4_icm": {
      "size": 24,
      "fields": {
        "chunk_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_icm_chunk": {
      "size": 248,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "mem": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "scatterlist"
            }
          },
          "offset": 24
        },
        "npages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nsg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlx4_icm_iter": {
      "size": 24,
      "fields": {
        "chunk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_icm_chunk"
            }
          },
          "offset": 8
        },
        "icm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_icm"
            }
          },
          "offset": 0
        },
        "page_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_icm_table": {
      "size": 72,
      "fields": {
        "coherent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "icm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx4_icm"
              }
            }
          },
          "offset": 64
        },
        "lowmem": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 32
        },
        "num_icm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "num_obj": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "obj_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "virt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_init_hca_param": {
      "size": 136,
      "fields": {
        "altc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "auxc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "cmpt_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "cqc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "cqe_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "dev_cap_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "dmfs_high_steer_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "dmpt_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "eqc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "eqe_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "global_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "hca_core_clock": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "log_mc_entry_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "log_mc_hash_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "log_mc_table_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "log_mpt_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 110
        },
        "log_num_cqs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "log_num_eqs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "log_num_qps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "log_num_srqs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "log_rd_per_qp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "log_uar_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 111
        },
        "mc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mtt_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "mw_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "num_sys_eqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 106
        },
        "phv_check_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 133
        },
        "qpc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rdmarc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rss_ip_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 132
        },
        "srqc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "steering_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "uar_page_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 113
        }
      },
      "kind": "struct"
    },
    "mlx4_interface": {
      "size": 64,
      "fields": {
        "activate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "add": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "get_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 40
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "mlx4_protocol"
          },
          "offset": 56
        },
        "remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_mac_table": {
      "size": 1704,
      "fields": {
        "entries": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "is_dup": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 1536
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1700
        },
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 1664
        },
        "refs": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1024
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1696
        }
      },
      "kind": "struct"
    },
    "mlx4_mad_ifc": {
      "size": 256,
      "fields": {
        "attr_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "attr_mod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "base_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "class_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "class_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "data": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "dr_dlid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "dr_slid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mgmt_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mkey": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_master_qp0_state": {
      "size": 12,
      "fields": {
        "port_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "proxy_qp0_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "qp0_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_mcg_table": {
      "size": 176,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 32
        },
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 0
        },
        "table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mlx4_mfunc": {
      "size": 9664,
      "fields": {
        "comm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_comm"
            }
          },
          "offset": 0
        },
        "master": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mfunc_master_ctx"
          },
          "offset": 24
        },
        "vhcr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_vhcr_cmd"
            }
          },
          "offset": 8
        },
        "vhcr_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_mfunc_master_ctx": {
      "size": 9640,
      "fields": {
        "cmd_eqe": {
          "type": {
            "kind": "struct",
            "name": "mlx4_eqe"
          },
          "offset": 1320
        },
        "comm_arm_bit_vector": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1304
        },
        "comm_work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 1104
        },
        "comm_wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 1096
        },
        "disable_mcast_ref": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "gen_eqe_mutex": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mutex"
            }
          },
          "offset": 5496
        },
        "init_port_ref": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 60
        },
        "max_mtu": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        },
        "pprx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 79
        },
        "pptx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "qos_ctl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_qos_manager"
            }
          },
          "offset": 9592
        },
        "qp0_state": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_master_qp0_state"
            }
          },
          "offset": 24
        },
        "res_tracker": {
          "type": {
            "kind": "struct",
            "name": "mlx4_resource_tracker"
          },
          "offset": 96
        },
        "slave_eq": {
          "type": {
            "kind": "struct",
            "name": "mlx4_slave_event_eq"
          },
          "offset": 1352
        },
        "slave_event_work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 1160
        },
        "slave_flr_event_work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 1216
        },
        "slave_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_slave_state"
            }
          },
          "offset": 0
        },
        "slave_state_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 1272
        },
        "vf_admin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_vf_admin_state"
            }
          },
          "offset": 8
        },
        "vf_oper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_vf_oper_state"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_mgm": {
      "size": 4096,
      "fields": {
        "gid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "members_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "next_gid_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qp": {
          "type": {
            "count": 1016,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_mod_stat_cfg": {
      "size": 2,
      "fields": {
        "log_pg_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "log_pg_sz_m": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "mlx4_mpt_entry": {
      "size": 64,
      "fields": {
        "entity_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "first_byte_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "lkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mtt_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 44
        },
        "mtt_rep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "mtt_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "pd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "win_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "mlx4_mr": {
      "size": 48,
      "fields": {
        "access": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "iova": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mtt": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mtt"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_mr_table": {
      "size": 288,
      "fields": {
        "dmpt_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 216
        },
        "mpt_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "mpt_bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 0
        },
        "mtt_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "mtt_buddy": {
          "type": {
            "kind": "struct",
            "name": "mlx4_buddy"
          },
          "offset": 72
        },
        "mtt_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "mlx4_msix_ctl": {
      "size": 40,
      "fields": {
        "pool_bm": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "pool_lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_mtt": {
      "size": 12,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "order": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "page_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_mw": {
      "size": 16,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "mlx4_mw_type"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_net_trans_rule": {
      "size": 40,
      "fields": {
        "allow_loopback": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 21
        },
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "promisc_mode": {
          "type": {
            "kind": "enum",
            "name": "mlx4_net_trans_promisc_mode"
          },
          "offset": 24
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "queue_mode": {
          "type": {
            "kind": "enum",
            "name": "mlx4_net_trans_hw_rule_queue"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_net_trans_rule_hw_ctrl": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "funcid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mlx4_net_trans_rule_hw_eth": {
      "size": 48,
      "fields": {
        "dst_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "dst_mac_msk": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "ether_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "ether_type_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "src_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "src_mac_msk": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "vlan_tag_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mlx4_net_trans_rule_hw_ib": {
      "size": 48,
      "fields": {
        "dst_gid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "dst_gid_msk": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "l3_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qpn_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_net_trans_rule_hw_ipv4": {
      "size": 24,
      "fields": {
        "dst_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dst_ip_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "src_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "src_ip_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlx4_net_trans_rule_hw_tcp_udp": {
      "size": 24,
      "fields": {
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "dst_port_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "src_port_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "mlx4_net_trans_rule_hw_vxlan": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vni_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx4_phys_caps": {
      "size": 40,
      "fields": {
        "base_proxy_sqpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "base_sqpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "base_tunnel_sqpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "gid_phys_table_len": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "num_phys_eqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pkey_phys_table_len": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx4_port_cap": {
      "size": 72,
      "fields": {
        "def_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "default_sense": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "dmfs_optimized_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "eth_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ib_mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "link_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "log_max_macs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "log_max_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "max_gids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "max_pkeys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "max_port_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "max_tc_eth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "max_vl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "suggested_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "supported_port_types": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "trans_code": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "trans_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "vendor_oui": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "wavelength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "mlx4_port_info": {
      "size": 5504,
      "fields": {
        "base_qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5496
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_dev"
            }
          },
          "offset": 0
        },
        "dev_mtu_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 76
        },
        "dev_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "gid_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_roce_gid_table"
          },
          "offset": 3416
        },
        "mac_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mac_table"
          },
          "offset": 136
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "port_attr": {
          "type": {
            "kind": "struct",
            "name": "device_attribute"
          },
          "offset": 32
        },
        "port_mtu_attr": {
          "type": {
            "kind": "struct",
            "name": "device_attribute"
          },
          "offset": 96
        },
        "tmp_type": {
          "type": {
            "kind": "enum",
            "name": "mlx4_port_type"
          },
          "offset": 72
        },
        "vlan_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_vlan_table"
          },
          "offset": 1840
        }
      },
      "kind": "struct"
    },
    "mlx4_port_map": {
      "size": 2,
      "fields": {
        "port1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "port2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "mlx4_port_scheduler_tc_cfg_be": {
      "size": 8,
      "fields": {
        "bw_precentage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "max_bw_units": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max_bw_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_prio_qos_param": {
      "size": 32,
      "fields": {
        "bw_share": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_avg_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_priv": {
      "size": 63992,
      "fields": {
        "bf_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 30024
        },
        "bf_mapping": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "io_mapping"
            }
          },
          "offset": 30072
        },
        "bf_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 30040
        },
        "bond_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 62872
        },
        "catas_err": {
          "type": {
            "kind": "struct",
            "name": "mlx4_catas_err"
          },
          "offset": 13064
        },
        "clock_mapping": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 30080
        },
        "clr_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 13176
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "mlx4_cmd"
          },
          "offset": 1160
        },
        "counters_bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 12984
        },
        "cq_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_cq_table"
          },
          "offset": 11584
        },
        "ctx_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 992
        },
        "ctx_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 1008
        },
        "def_counter": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 13056
        },
        "dev": {
          "type": {
            "kind": "struct",
            "name": "mlx4_dev"
          },
          "offset": 0
        },
        "dev_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 976
        },
        "driver_uar": {
          "type": {
            "kind": "struct",
            "name": "mlx4_uar"
          },
          "offset": 13184
        },
        "eq_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_eq_table"
          },
          "offset": 11848
        },
        "fs_hash_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30092
        },
        "fw": {
          "type": {
            "kind": "struct",
            "name": "mlx4_fw"
          },
          "offset": 1096
        },
        "kar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 13240
        },
        "mcg_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mcg_table"
          },
          "offset": 12808
        },
        "mfunc": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mfunc"
          },
          "offset": 1416
        },
        "mr_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_mr_table"
          },
          "offset": 11296
        },
        "msix_ctl": {
          "type": {
            "kind": "struct",
            "name": "mlx4_msix_ctl"
          },
          "offset": 29976
        },
        "opreq_count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 63928
        },
        "opreq_task": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 63936
        },
        "pci_dev_data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1040
        },
        "pd_bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 11080
        },
        "pgdir_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 1048
        },
        "pgdir_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 1064
        },
        "port": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_port_info"
            }
          },
          "offset": 13248
        },
        "port_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 29944
        },
        "qp_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp_table"
          },
          "offset": 12376
        },
        "removed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1044
        },
        "reserved_mtts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 30088
        },
        "sense": {
          "type": {
            "kind": "struct",
            "name": "mlx4_sense"
          },
          "offset": 29760
        },
        "slave_node_guids": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 62904
        },
        "srq_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_srq_table"
          },
          "offset": 12112
        },
        "steer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_steer"
            }
          },
          "offset": 30016
        },
        "uar_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_uar_table"
          },
          "offset": 11224
        },
        "v2p": {
          "type": {
            "kind": "struct",
            "name": "mlx4_port_map"
          },
          "offset": 62864
        },
        "virt2phys_pkey": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "count": 128,
                "kind": "array",
                "subtype": {
                  "kind": "base",
                  "name": "unsigned char"
                }
              }
            }
          },
          "offset": 30096
        },
        "xrcd_bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 11152
        }
      },
      "kind": "struct"
    },
    "mlx4_profile": {
      "size": 28,
      "fields": {
        "num_cq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "num_mcg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "num_mpt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "num_mtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "num_qp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "num_srq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rdmarc_per_qp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_promisc_qp": {
      "size": 24,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_ptys_reg": {
      "size": 52,
      "fields": {
        "eth_proto_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "eth_proto_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "eth_proto_lp_adv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "eth_proto_oper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ib_speed_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "ib_speed_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ib_speed_oper": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "ib_width_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ib_width_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ib_width_oper": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "proto_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "resrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "resrvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "resrvd3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "resrvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "resrvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "resrvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mlx4_qos_manager": {
      "size": 16,
      "fields": {
        "num_of_qos_vfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "priority_bm": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_qp": {
      "size": 24,
      "fields": {
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "free": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 16
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "refcount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx4_qp_context": {
      "size": 248,
      "fields": {
        "alt_path": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp_path"
          },
          "offset": 68
        },
        "cqn_recv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "cqn_send": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "db_rec_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "last_acked_psn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "local_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "log_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        },
        "msn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "mtt_base_addr_h": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 203
        },
        "mtt_base_addr_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "mtu_msgmax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "next_send_psn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "nummmcpeers_basemkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "param3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "params1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "params2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "pd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pri_path": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp_path"
          },
          "offset": 24
        },
        "qkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "qos_vport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 191
        },
        "rate_limit_params": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 188
        },
        "remote_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 130
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 190
        },
        "reserved5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 201
        },
        "reserved6": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "rlkey_roce_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "rnr_nextrecvpsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "roce_entropy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "rq_size_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "rq_wqe_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "sq_size_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "sq_wqe_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "srqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "usr_page": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "xrcd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "mlx4_qp_path": {
      "size": 44,
      "fields": {
        "ackto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "counter_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "disable_pkey_check": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dmac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "feup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "fl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fvl_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "grh_mylmc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "hop_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "mgid_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pkey_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "rgid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "rlid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sched_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "static_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "tclass_flowlabel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_7d06dedaecf10141"
          },
          "offset": 1,
          "anonymous": true
        },
        "vlan_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "mlx4_qp_table": {
      "size": 432,
      "fields": {
        "altc_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 216
        },
        "auxc_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 144
        },
        "bitmap_gen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_bitmap"
            }
          },
          "offset": 0
        },
        "cmpt_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 360
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 40
        },
        "qp_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 72
        },
        "rdmarc_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rdmarc_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rdmarc_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 288
        },
        "zones": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_zone_allocator"
            }
          },
          "offset": 8
        },
        "zones_uids": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_quotas": {
      "size": 28,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "cq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mpt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "mtt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "qp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "srq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "xrcd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_rate_limit_caps": {
      "size": 10,
      "fields": {
        "max_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "max_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "min_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "min_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "num_rates": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_resource": {
      "size": 32,
      "fields": {
        "log_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_resource_tracker": {
      "size": 1000,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "res_alloc": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "resource_allocator"
            }
          },
          "offset": 136
        },
        "res_tree": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rb_root"
            }
          },
          "offset": 32
        },
        "slave_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "slave_list"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "mlx4_roce_gid_entry": {
      "size": 16,
      "fields": {
        "raw": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_roce_gid_table": {
      "size": 2080,
      "fields": {
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 2048
        },
        "roce_gids": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_roce_gid_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_rss_context": {
      "size": 56,
      "fields": {
        "base_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "base_qpn_udp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "default_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "hash_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rss_key": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx4_sense": {
      "size": 184,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_dev"
            }
          },
          "offset": 0
        },
        "do_sense_port": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "gone": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "sense_allowed": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "sense_poll": {
          "type": {
            "kind": "struct",
            "name": "delayed_work"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_set_port_general_context": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pfcrx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "pfctx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "phv_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "pprx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pptx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_2b9305eaad7afde0"
          },
          "offset": 4,
          "anonymous": true
        },
        "v_ignore_fcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mlx4_set_port_prio2tc_context": {
      "size": 4,
      "fields": {
        "prio2tc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_set_port_rqp_calc_context": {
      "size": 28,
      "fields": {
        "base_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "intra_no_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "intra_vlan_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "mac_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "mcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "n_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "n_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "n_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "no_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "no_vlan_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rererved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "vlan_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "mlx4_set_port_scheduler_context": {
      "size": 64,
      "fields": {
        "tc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_port_scheduler_tc_cfg_be"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_set_port_vxlan_context": {
      "size": 8,
      "fields": {
        "enable_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "modify_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "steering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "mlx4_set_vlan_fltr_mbox": {
      "size": 512,
      "fields": {
        "entry": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_set_vport_context": {
      "size": 288,
      "fields": {
        "qos_p_up": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_prio_qos_param"
            }
          },
          "offset": 32
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_slave_eqe": {
      "size": 8,
      "fields": {
        "param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_slave_event_eq": {
      "size": 4144,
      "fields": {
        "cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "eqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "event_eqe": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_eqe"
            }
          },
          "offset": 48
        },
        "event_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 16
        },
        "prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx4_slave_event_eq_info": {
      "size": 8,
      "fields": {
        "eqn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_slave_state": {
      "size": 752,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 3
        },
        "comm_toggle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 732
        },
        "eq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_slave_eqe"
            }
          },
          "offset": 36
        },
        "eq_ci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 690
        },
        "eq_pi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 688
        },
        "event_eq": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_slave_event_eq_info"
            }
          },
          "offset": 176
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ib_cap_mask": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "init_port_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "is_slave_going_down": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 728
        },
        "last_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 696
        },
        "mcast_filters": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "list_head"
            }
          },
          "offset": 104
        },
        "mtu": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "old_vlan_api": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        },
        "port_state": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "slave_port_state"
            }
          },
          "offset": 736
        },
        "vhcr_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vlan_filter": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx4_vlan_fltr"
              }
            }
          },
          "offset": 152
        },
        "vst_qinq_supported": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "mlx4_slaves_pport": {
      "size": 16,
      "fields": {
        "slaves": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_spec_eth": {
      "size": 32,
      "fields": {
        "dst_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dst_mac_msk": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "ether_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ether_type_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "src_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "src_mac_msk": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "vlan_id_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mlx4_spec_ib": {
      "size": 40,
      "fields": {
        "dst_gid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dst_gid_msk": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "l3_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qpn_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_spec_ipv4": {
      "size": 16,
      "fields": {
        "dst_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dst_ip_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "src_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "src_ip_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx4_spec_list": {
      "size": 64,
      "fields": {
        "id": {
          "type": {
            "kind": "enum",
            "name": "mlx4_net_trans_rule_id"
          },
          "offset": 16
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_d6067816d1368fe8"
          },
          "offset": 20,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mlx4_spec_tcp_udp": {
      "size": 8,
      "fields": {
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "dst_port_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "src_port_msk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mlx4_spec_vxlan": {
      "size": 8,
      "fields": {
        "vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vni_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_srq": {
      "size": 32,
      "fields": {
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "free": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 28
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "max_gs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "refcount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 24
        },
        "srqn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "wqe_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlx4_srq_context": {
      "size": 48,
      "fields": {
        "db_rec_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "limit_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "log_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "logstride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "mtt_base_addr_h": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "mtt_base_addr_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pg_offset_cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "state_logsize_srqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wqe_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "wqe_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "xrcd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mlx4_srq_table": {
      "size": 264,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 0
        },
        "cmpt_table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 192
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 72
        },
        "table": {
          "type": {
            "kind": "struct",
            "name": "mlx4_icm_table"
          },
          "offset": 120
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mlx4_steer": {
      "size": 64,
      "fields": {
        "promisc_qps": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "list_head"
            }
          },
          "offset": 0
        },
        "steer_entries": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "list_head"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx4_steer_index": {
      "size": 40,
      "fields": {
        "duplicates": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 24
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_uar": {
      "size": 56,
      "fields": {
        "bf_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 16
        },
        "bf_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "free_bf_bmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "pfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_uar_table": {
      "size": 72,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "struct",
            "name": "mlx4_bitmap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_update_qp_context": {
      "size": 744,
      "fields": {
        "primary_addr_path_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "qp_context": {
          "type": {
            "kind": "struct",
            "name": "mlx4_qp_context"
          },
          "offset": 32
        },
        "qp_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "reserved2": {
          "type": {
            "count": 58,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 280
        },
        "secondary_addr_path_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_update_qp_params": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qos_vport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rate_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rate_val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "smac_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_vf_admin_state": {
      "size": 104,
      "fields": {
        "enable_smi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "vport": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_vport_state"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_vf_dev": {
      "size": 2,
      "fields": {
        "min_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "n_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "mlx4_vf_immed_vlan_work": {
      "size": 96,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "orig_vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "orig_vlan_ix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_priv"
            }
          },
          "offset": 56
        },
        "qos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "qos_vport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "slave": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "vlan_ix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vlan_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_vf_oper_state": {
      "size": 128,
      "fields": {
        "smi_enabled": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "vport": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_vport_oper_state"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_vhcr": {
      "size": 32,
      "fields": {
        "e_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "errno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "in_modifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "in_param": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "op_modifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "out_param": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "mlx4_vhcr_cmd": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "in_modifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "in_param": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "out_param": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx4_vlan_fltr": {
      "size": 512,
      "fields": {
        "entry": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_vlan_table": {
      "size": 1576,
      "fields": {
        "entries": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "is_dup": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1024
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1572
        },
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 1536
        },
        "refs": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 512
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1568
        }
      },
      "kind": "struct"
    },
    "mlx4_vport_oper_state": {
      "size": 40,
      "fields": {
        "mac_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "state": {
          "type": {
            "kind": "struct",
            "name": "mlx4_vport_state"
          },
          "offset": 0
        },
        "vlan_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "mlx4_vport_qos_param": {
      "size": 12,
      "fields": {
        "bw_share": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "max_avg_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_vport_state": {
      "size": 32,
      "fields": {
        "default_qos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "default_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "guid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "mac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "qos_vport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "spoofchk": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 20
        },
        "tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "vlan_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx4_wqe_ctrl_seg": {
      "size": 16,
      "fields": {
        "imm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "owner_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_e4066e44dc735fab"
          },
          "offset": 4,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_b6d8d94d373cfdb3"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mlx4_wqe_data_seg": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "byte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx4_wqe_inline_seg": {
      "size": 4,
      "fields": {
        "byte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_wqe_lso_seg": {
      "size": 4,
      "fields": {
        "header": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "mss_hdr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx4_zone_allocator": {
      "size": 80,
      "fields": {
        "entries": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "mlx4_zone_alloc_flags"
          },
          "offset": 72
        },
        "last_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 40
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "prios": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx4_zone_entry": {
      "size": 72,
      "fields": {
        "allocator": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_zone_allocator"
            }
          },
          "offset": 40
        },
        "bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_bitmap"
            }
          },
          "offset": 48
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "mlx4_zone_flags"
          },
          "offset": 68
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "prio_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 16
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "use_rr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "mlx5_async_ctx": {
      "size": 64,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        },
        "num_inflight": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 8
        },
        "wait": {
          "type": {
            "kind": "struct",
            "name": "wait_queue_head"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_async_work": {
      "size": 16,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_async_ctx"
            }
          },
          "offset": 0
        },
        "user_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5_bfreg_data": {
      "size": 96,
      "fields": {
        "reg_head": {
          "type": {
            "kind": "struct",
            "name": "mlx5_bfreg_head"
          },
          "offset": 0
        },
        "wc_head": {
          "type": {
            "kind": "struct",
            "name": "mlx5_bfreg_head"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mlx5_bfreg_head": {
      "size": 48,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 32
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_buf": {
      "size": 56,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 16
        },
        "direct": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a4ce6b365596852e"
          },
          "offset": 24
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "load_done": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "npages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "page_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "page_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mlx5_cmd": {
      "size": 114176,
      "fields": {
        "alloc_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 136
        },
        "bitmask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "cache": {
          "type": {
            "kind": "struct",
            "name": "cmd_msg_cache"
          },
          "offset": 744
        },
        "checksum_disabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 840
        },
        "cmd_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "cmd_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_fw_page"
            }
          },
          "offset": 0
        },
        "cmdif_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "dbg": {
          "type": {
            "kind": "struct",
            "name": "mlx5_cmd_debug"
          },
          "offset": 720
        },
        "dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "dma_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 80
        },
        "dma_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "dma_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 16
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "ent_arr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5_cmd_work_ent"
              }
            }
          },
          "offset": 336
        },
        "ent_mode": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "enum",
              "name": "mlx5_cmd_mode"
            }
          },
          "offset": 592
        },
        "events": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "log_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "log_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "max_reg_cmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "mlx5_cmd_mode"
          },
          "offset": 328
        },
        "pages_sem": {
          "type": {
            "kind": "struct",
            "name": "semaphore"
          },
          "offset": 272
        },
        "sem": {
          "type": {
            "kind": "struct",
            "name": "semaphore"
          },
          "offset": 216
        },
        "stats": {
          "type": {
            "count": 2361,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_cmd_stats"
            }
          },
          "offset": 848
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        },
        "token_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 168
        },
        "vector": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "mlx5_cmd_debug": {
      "size": 24,
      "fields": {
        "in_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "inlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "out_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "outlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_cmd_first": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_cmd_layout": {
      "size": 64,
      "fields": {
        "in": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "in_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "inlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "out": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "out_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "outlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "status_own": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_cmd_prot_block": {
      "size": 576,
      "fields": {
        "block_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "ctrl_sig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 574
        },
        "data": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "rsvd0": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 512
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 572
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 575
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 573
        }
      },
      "kind": "struct"
    },
    "mlx5_cmd_stats": {
      "size": 48,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 16
        },
        "n": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_cmd_work_ent": {
      "size": 336,
      "fields": {
        "busy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 330
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "cb_timeout_work": {
          "type": {
            "kind": "struct",
            "name": "delayed_work"
          },
          "offset": 48
        },
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_cmd"
            }
          },
          "offset": 224
        },
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 208
        },
        "done": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 220
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_fw_page"
            }
          },
          "offset": 0
        },
        "lay": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_cmd_layout"
            }
          },
          "offset": 288
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 328
        },
        "out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_fw_page"
            }
          },
          "offset": 8
        },
        "page_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "polling": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 331
        },
        "ret": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 304
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 305
        },
        "ts1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "ts2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "uin_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "uout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "uout_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 232
        }
      },
      "kind": "struct"
    },
    "mlx5_core_cq": {
      "size": 96,
      "fields": {
        "arm_db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "arm_sn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "comp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "cons_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cqe_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dbg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_rsc_debug"
            }
          },
          "offset": 64
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "irqn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "reset_notify": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 80
        },
        "reset_notify_added": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "set_ci_db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "uar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_uars_page"
            }
          },
          "offset": 48
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx5_core_dct": {
      "size": 48,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "mlx5_core_rsc_common"
          },
          "offset": 0
        },
        "dbg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_rsc_debug"
            }
          },
          "offset": 32
        },
        "dctn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "drained": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 28
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mlx5_core_dev": {
      "size": 298256,
      "fields": {
        "board_id": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "caps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aed7239b3ab4daa8"
          },
          "offset": 286344
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "mlx5_cmd"
          },
          "offset": 112
        },
        "diag_cnt": {
          "type": {
            "kind": "struct",
            "name": "mlx5_diag_cnt"
          },
          "offset": 297896
        },
        "dump_copyout": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 298069
        },
        "dump_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 298056
        },
        "dump_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 298072
        },
        "dump_rege": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_crspace_regmap"
            }
          },
          "offset": 298048
        },
        "dump_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 298064
        },
        "dump_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 298068
        },
        "esw_egress_root_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_root_namespace"
            }
          },
          "offset": 298008
        },
        "esw_ingress_root_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_root_namespace"
            }
          },
          "offset": 298016
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 286888
        },
        "fdb_root_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_root_namespace"
            }
          },
          "offset": 298000
        },
        "hca_caps_cur": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "count": 1024,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 114312
        },
        "hca_caps_max": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "count": 1024,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 200328
        },
        "intf_state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 286880
        },
        "intf_state_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 286848
        },
        "iseg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_init_seg"
            }
          },
          "offset": 286832
        },
        "iseg_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 286824
        },
        "issi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 297972
        },
        "module_status": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 297980
        },
        "mpfs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a98df017e7031ee9"
          },
          "offset": 298216
        },
        "msix_eqvec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 298120
        },
        "num_q_counter_allocated": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 298040
        },
        "num_qps": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 297888
        },
        "pci_status": {
          "type": {
            "kind": "enum",
            "name": "mlx5_pci_status"
          },
          "offset": 40
        },
        "pci_status_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 8
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_dev"
            }
          },
          "offset": 0
        },
        "port_caps": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_port_caps"
            }
          },
          "offset": 114288
        },
        "priv": {
          "type": {
            "kind": "struct",
            "name": "mlx5_priv"
          },
          "offset": 286896
        },
        "profile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_profile"
            }
          },
          "offset": 297880
        },
        "pwr_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 298124
        },
        "pwr_value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 298128
        },
        "roce": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a03901f95077e568"
          },
          "offset": 298136
        },
        "root_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_root_namespace"
            }
          },
          "offset": 297992
        },
        "sniffer_rx_root_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_root_namespace"
            }
          },
          "offset": 298024
        },
        "sniffer_tx_root_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_root_namespace"
            }
          },
          "offset": 298032
        },
        "special_contexts": {
          "type": {
            "kind": "struct",
            "name": "mlx5_special_contexts"
          },
          "offset": 297976
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "mlx5_device_state"
          },
          "offset": 286840
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 298104
        },
        "vsc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 297968
        }
      },
      "kind": "struct"
    },
    "mlx5_core_diagnostics_entry": {
      "size": 16,
      "fields": {
        "counter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_core_fs_mask": {
      "size": 516,
      "fields": {
        "match_criteria": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "match_criteria_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_core_general_diagnostics": {
      "size": 376,
      "fields": {
        "array": {
          "type": {
            "count": 47,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "counter": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4e108738a19b358b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mlx5_core_health": {
      "size": 520,
      "fields": {
        "fatal_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "health": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_health_buffer"
            }
          },
          "offset": 0
        },
        "health_counter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "last_reset_req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "miss_counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "prev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "recover_work": {
          "type": {
            "kind": "struct",
            "name": "delayed_work"
          },
          "offset": 288
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "timer_list"
          },
          "offset": 16
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 232
        },
        "work_cmd_completion": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 456
        },
        "work_watchdog": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 128
        },
        "wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 216
        },
        "wq_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 512
        },
        "wq_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 184
        },
        "wq_watchdog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "mlx5_core_mkey": {
      "size": 32,
      "fields": {
        "iova": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx5_core_pci_diagnostics": {
      "size": 88,
      "fields": {
        "array": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "counter": {
          "type": {
            "kind": "struct",
            "name": "unnamed_338041c1e47b5798"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mlx5_core_qp": {
      "size": 48,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "mlx5_core_rsc_common"
          },
          "offset": 0
        },
        "dbg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_rsc_debug"
            }
          },
          "offset": 32
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mlx5_core_rsc_common": {
      "size": 12,
      "fields": {
        "free": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 8
        },
        "refcount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 4
        },
        "res": {
          "type": {
            "kind": "enum",
            "name": "mlx5_res_type"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_core_srq": {
      "size": 64,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "mlx5_core_rsc_common"
          },
          "offset": 0
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "free": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 60
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "max_avail_gather": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "max_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "refcount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 56
        },
        "srqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "wqe_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mlx5_cq_linear_array_entry": {
      "size": 8,
      "fields": {
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_cq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_cq_table": {
      "size": 8248,
      "fields": {
        "linear_array": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_cq_linear_array_entry"
            }
          },
          "offset": 56
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 40
        },
        "writercount": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 32
        },
        "writerlock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_cqe64": {
      "size": 64,
      "fields": {
        "byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "check_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "flags_rqpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "hds_ip_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "imm_inval_pkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "l4_hdr_type_etc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "lro_ack_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lro_min_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lro_tcp_win": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "lro_tcppsh_abort_dupack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ml_path": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "op_own": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "rss_hash_result": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd20": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "rsvd40": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "slid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "sop_drop_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "srqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tls_outer_l3_tunneled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vlan_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "wqe_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "wqe_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mlx5_cqwq": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "cc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "log_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "log_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "sz_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_crspace_regmap": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_db": {
      "size": 32,
      "fields": {
        "db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_8f7f48932f78e860"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5_db_pgdir": {
      "size": 48,
      "fields": {
        "bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "db_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "db_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "fw_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_fw_page"
            }
          },
          "offset": 24
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_device_context": {
      "size": 32,
      "fields": {
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "intf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_interface"
            }
          },
          "offset": 16
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_diag_cnt": {
      "size": 72,
      "fields": {
        "cnt_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_diag_cnt_id"
            }
          },
          "offset": 48
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 0
        },
        "log_num_of_samples": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "log_sample_period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "num_cnt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "num_of_samples": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "ready": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "sample_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx5_diag_cnt_id": {
      "size": 4,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eeprom": {
      "size": 40,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "device_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "i2c_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "lock_bit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "module_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "page_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "page_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx5_eeprom_get": {
      "size": 32,
      "fields": {
        "devaddr": {
          "type": {
            "kind": "struct",
            "name": "mlx5_tool_addr"
          },
          "offset": 0
        },
        "eeprom_info_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "eeprom_info_out_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "eeprom_info_page_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_eq": {
      "size": 136,
      "fields": {
        "buf": {
          "type": {
            "kind": "struct",
            "name": "mlx5_buf"
          },
          "offset": 24
        },
        "cons_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dbg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_rsc_debug"
            }
          },
          "offset": 128
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        },
        "doorbell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "eqn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "irqn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 104
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "nent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "mlx5_eq_table": {
      "size": 496,
      "fields": {
        "async_eq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eq"
          },
          "offset": 168
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 488
        },
        "cmd_eq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eq"
          },
          "offset": 304
        },
        "comp_eqs_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_ib_dev"
            }
          },
          "offset": 480
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 448
        },
        "num_comp_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "pages_eq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eq"
          },
          "offset": 32
        },
        "update_arm_ci": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "update_ci": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "ev_data"
          },
          "offset": 32
        },
        "owner": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "sub_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_cmd": {
      "size": 28,
      "fields": {
        "rsvd": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_comp": {
      "size": 28,
      "fields": {
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_congestion": {
      "size": 3,
      "fields": {
        "congestion_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_cq_err": {
      "size": 12,
      "fields": {
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "syndrome": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_dct": {
      "size": 28,
      "fields": {
        "dctn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_general_notification_event": {
      "size": 28,
      "fields": {
        "rq_user_index_delay_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_gpio": {
      "size": 16,
      "fields": {
        "gpio_event": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_page_req": {
      "size": 28,
      "fields": {
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_port_module_event": {
      "size": 7,
      "fields": {
        "error_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "module": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "module_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_port_state": {
      "size": 9,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved0": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_qp_srq": {
      "size": 28,
      "fields": {
        "qp_srq_n": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_stall_vl": {
      "size": 4,
      "fields": {
        "port_vl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_temp_warning": {
      "size": 16,
      "fields": {
        "sensor_warning_lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sensor_warning_msb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_vport_change": {
      "size": 28,
      "fields": {
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mlx5_eqe_xrq_err": {
      "size": 28,
      "fields": {
        "reserved1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "type_xrqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlx5_err_cqe": {
      "size": 64,
      "fields": {
        "op_own": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "rsvd0": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "s_wqe_opcode_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "srqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "syndrome": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "vendor_err_synd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "wqe_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "mlx5_esw_vport_info": {
      "size": 60,
      "fields": {
        "linkstate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mac": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "max_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "min_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "qos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "spoofchk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "vf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "mlx5_eswitch": {
      "size": 4160,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        },
        "enabled_vports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4156
        },
        "fdb_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eswitch_fdb"
          },
          "offset": 2072
        },
        "l2_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_l2_table"
          },
          "offset": 8
        },
        "mc_table": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hlist_head"
            }
          },
          "offset": 2088
        },
        "total_vports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4152
        },
        "vports": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_vport"
            }
          },
          "offset": 4144
        },
        "work_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 4136
        }
      },
      "kind": "struct"
    },
    "mlx5_eswitch_fdb": {
      "size": 16,
      "fields": {
        "addr_grp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_group"
            }
          },
          "offset": 8
        },
        "fdb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_field_desc": {
      "size": 4,
      "fields": {
        "i": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_destination": {
      "size": 16,
      "fields": {
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_ea19a1d5872ebaaf"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_group": {
      "size": 632,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "fs_base"
          },
          "offset": 0
        },
        "ftes": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 80
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "mask": {
          "type": {
            "kind": "struct",
            "name": "mlx5_core_fs_mask"
          },
          "offset": 96
        },
        "max_ftes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "num_ftes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "start_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_handler": {
      "size": 48,
      "fields": {
        "add_dst_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "client_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "del_dst_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_namespace"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_namespace": {
      "size": 176,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "fs_base"
          },
          "offset": 0
        },
        "dests_rw_sem": {
          "type": {
            "kind": "struct",
            "name": "rw_semaphore"
          },
          "offset": 144
        },
        "list_notifiers": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 96
        },
        "notifiers_rw_sem": {
          "type": {
            "kind": "struct",
            "name": "rw_semaphore"
          },
          "offset": 112
        },
        "prios": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_root_namespace": {
      "size": 240,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 192
        },
        "fs_chain_lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 208
        },
        "ft_level_0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_table"
            }
          },
          "offset": 176
        },
        "ns": {
          "type": {
            "kind": "struct",
            "name": "mlx5_flow_namespace"
          },
          "offset": 0
        },
        "root_ft": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_table"
            }
          },
          "offset": 200
        },
        "table_type": {
          "type": {
            "kind": "enum",
            "name": "fs_ft_type"
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_rule": {
      "size": 144,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "fs_base"
          },
          "offset": 0
        },
        "clients_data": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 96
        },
        "clients_lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 112
        },
        "dest_attr": {
          "type": {
            "kind": "struct",
            "name": "mlx5_flow_destination"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_rule_node": {
      "size": 1048,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "match_criteria": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "match_criteria_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1040
        },
        "match_value": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 528
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_rules_list": {
      "size": 16,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_spec": {
      "size": 1028,
      "fields": {
        "match_criteria": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "match_criteria_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "match_value": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 516
        }
      },
      "kind": "struct"
    },
    "mlx5_flow_table": {
      "size": 152,
      "fields": {
        "autogroup": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5e081a67aa932a49"
          },
          "offset": 96
        },
        "base": {
          "type": {
            "kind": "struct",
            "name": "fs_base"
          },
          "offset": 0
        },
        "fgs": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 80
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "max_fte": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "shared_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "star_rule": {
          "type": {
            "kind": "struct",
            "name": "fs_star_rule"
          },
          "offset": 128
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "fs_ft_type"
          },
          "offset": 124
        },
        "vport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "mlx5_fw_page": {
      "size": 88,
      "fields": {
        "cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cache_ent"
            }
          },
          "offset": 72
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 40
        },
        "dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 48
        },
        "first": {
          "type": {
            "kind": "struct",
            "name": "mlx5_cmd_first"
          },
          "offset": 24
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        },
        "load_done": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "numpages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_e887c7770bdcdd83"
          },
          "offset": 0,
          "anonymous": true
        },
        "virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mlx5_fw_update": {
      "size": 24,
      "fields": {
        "devaddr": {
          "type": {
            "kind": "struct",
            "name": "mlx5_tool_addr"
          },
          "offset": 0
        },
        "img_fw_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "img_fw_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_fwdump_get": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_fwdump_reg"
            }
          },
          "offset": 8
        },
        "devaddr": {
          "type": {
            "kind": "struct",
            "name": "mlx5_tool_addr"
          },
          "offset": 0
        },
        "reg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reg_filled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx5_fwdump_reg": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_health_buffer": {
      "size": 64,
      "fields": {
        "assert_callra": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "assert_exit_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "assert_var": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ext_synd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "fw_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "irisc_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "rfr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rsvd1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "synd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        }
      },
      "kind": "struct"
    },
    "mlx5_init_seg": {
      "size": 8208,
      "fields": {
        "clr_intx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8204
        },
        "cmd_dbell": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cmdif_rev_fw_sub": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmdq_addr_h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cmdq_addr_l_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fw_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "health": {
          "type": {
            "kind": "struct",
            "name": "mlx5_health_buffer"
          },
          "offset": 512
        },
        "health_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4112
        },
        "ieee1588_clk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8192
        },
        "ieee1588_clk_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8200
        },
        "initializing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "internal_timer_h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4096
        },
        "internal_timer_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4100
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "rsvd2": {
          "type": {
            "count": 880,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 576
        },
        "rsvd3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4104
        },
        "rsvd4": {
          "type": {
            "count": 1019,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4116
        }
      },
      "kind": "struct"
    },
    "mlx5_interface": {
      "size": 56,
      "fields": {
        "add": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "get_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 40
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5_l2_table": {
      "size": 2064,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2056
        },
        "l2_hash": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hlist_head"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "mlx5_mini_cqe8": {
      "size": 8,
      "fields": {
        "byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_483c94d8814f844d"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mlx5_mlxfw_dev": {
      "size": 32,
      "fields": {
        "mlx5_core_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 24
        },
        "mlxfw_dev": {
          "type": {
            "kind": "struct",
            "name": "mlxfw_dev"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_mr_table": {
      "size": 48,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx5_net_counters": {
      "size": 16,
      "fields": {
        "octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_pages_req": {
      "size": 72,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "npages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_pme_stats": {
      "size": 152,
      "fields": {
        "error_counters": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "status_counters": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_pmtu_reg": {
      "size": 8,
      "fields": {
        "admin_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "oper_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mlx5_port_caps": {
      "size": 12,
      "fields": {
        "ext_port_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "gid_table_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pkey_table_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_priv": {
      "size": 10984,
      "fields": {
        "bfregs": {
          "type": {
            "kind": "struct",
            "name": "mlx5_bfreg_data"
          },
          "offset": 10880
        },
        "cq_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_cq_table"
          },
          "offset": 2200
        },
        "ctx_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 10608
        },
        "ctx_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 10624
        },
        "dev_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 10592
        },
        "disable_irqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 520
        },
        "eq_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_eq_table"
          },
          "offset": 16
        },
        "eswitch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_eswitch"
            }
          },
          "offset": 10872
        },
        "fw_pages": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 544
        },
        "health": {
          "type": {
            "kind": "struct",
            "name": "mlx5_core_health"
          },
          "offset": 1584
        },
        "mkey_key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10584
        },
        "mkey_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 10552
        },
        "mr_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_mr_table"
          },
          "offset": 10448
        },
        "msix_arr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msix_entry"
            }
          },
          "offset": 512
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "numa_node": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10496
        },
        "page_root": {
          "type": {
            "kind": "struct",
            "name": "rb_root"
          },
          "offset": 536
        },
        "pages_per_func": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 560
        },
        "pci_dev_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10656
        },
        "pg_wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 528
        },
        "pgdir_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 10536
        },
        "pgdir_mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 10504
        },
        "pme_stats": {
          "type": {
            "kind": "struct",
            "name": "mlx5_pme_stats"
          },
          "offset": 10720
        },
        "qp_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_qp_table"
          },
          "offset": 2152
        },
        "reg_pages": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 552
        },
        "rl_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_rl_table"
          },
          "offset": 10664
        },
        "srq_table": {
          "type": {
            "kind": "struct",
            "name": "mlx5_srq_table"
          },
          "offset": 2104
        },
        "uar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_uars_page"
            }
          },
          "offset": 10976
        }
      },
      "kind": "struct"
    },
    "mlx5_profile": {
      "size": 136,
      "fields": {
        "log_max_qp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mr_cache": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_0446a72f81f117fd"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx5_ptys_reg": {
      "size": 32,
      "fields": {
        "an_dis_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "an_dis_ap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "eth_proto_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "eth_proto_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "eth_proto_lp_advertise": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "eth_proto_oper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ib_link_width_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ib_link_width_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ib_link_width_oper": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ib_proto_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ib_proto_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ib_proto_oper": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "proto_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "mlx5_pvlc_reg": {
      "size": 4,
      "fields": {
        "local_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vl_admin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vl_hw_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "vl_operational": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "mlx5_qp_table": {
      "size": 48,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx5_reg_host_endianess": {
      "size": 16,
      "fields": {
        "he": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "mlx5_reg_pcap": {
      "size": 20,
      "fields": {
        "caps_127_96": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "caps_31_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "caps_63_32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "caps_95_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "port_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mlx5_rl_entry": {
      "size": 16,
      "fields": {
        "burst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "qos_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx5_rl_table": {
      "size": 56,
      "fields": {
        "max_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "max_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "min_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rl_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_rl_entry"
            }
          },
          "offset": 48
        },
        "rl_lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_rsc_debug": {
      "size": 24,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        },
        "fields": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_field_desc"
            }
          },
          "offset": 20
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "dbg_rsc_type"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_rsvd_gids": {
      "size": 72,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ida": {
          "type": {
            "kind": "struct",
            "name": "ida"
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_seg_get_psv": {
      "size": 48,
      "fields": {
        "l_key": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_psv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "psv_index": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "rsvd": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "va": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx5_seg_set_psv": {
      "size": 16,
      "fields": {
        "psv_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ref_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "syndrome": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "transient_sig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5_special_contexts": {
      "size": 4,
      "fields": {
        "resd_lkey": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_sq_bfreg": {
      "size": 32,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "up": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_uars_page"
            }
          },
          "offset": 8
        },
        "wc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_srq_attr": {
      "size": 80,
      "fields": {
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "db_record": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "log_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "log_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lwm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "page_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pas": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "pd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "srqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "user_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "wqe_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "wqe_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "xrcd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mlx5_srq_table": {
      "size": 48,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "tree": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx5_tool_addr": {
      "size": 8,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "mlx5_uars_page": {
      "size": 80,
      "fields": {
        "bfregs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fp_avail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "fp_bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 16
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "mdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 72
        },
        "ref_count": {
          "type": {
            "kind": "struct",
            "name": "kref"
          },
          "offset": 64
        },
        "reg_avail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "reg_bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "wc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5_vport": {
      "size": 4312,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        },
        "egress": {
          "type": {
            "kind": "struct",
            "name": "vport_egress"
          },
          "offset": 4192
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4304
        },
        "enabled_events": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4306
        },
        "ingress": {
          "type": {
            "kind": "struct",
            "name": "vport_ingress"
          },
          "offset": 4168
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 4272
        },
        "mc_list": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hlist_head"
            }
          },
          "offset": 2064
        },
        "qos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4234
        },
        "state_lock": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 4240
        },
        "uc_list": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hlist_head"
            }
          },
          "offset": 16
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4232
        },
        "vport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vport_change_handler": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 4112
        }
      },
      "kind": "struct"
    },
    "mlx5_vport_counters": {
      "size": 192,
      "fields": {
        "received_errors": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 0
        },
        "received_eth_broadcast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 96
        },
        "received_eth_multicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 160
        },
        "received_eth_unicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 128
        },
        "received_ib_multicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 64
        },
        "received_ib_unicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 32
        },
        "transmit_errors": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 16
        },
        "transmitted_eth_broadcast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 112
        },
        "transmitted_eth_multicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 176
        },
        "transmitted_eth_unicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 144
        },
        "transmitted_ib_multicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 80
        },
        "transmitted_ib_unicast": {
          "type": {
            "kind": "struct",
            "name": "mlx5_net_counters"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mlx5_wq_ctrl": {
      "size": 96,
      "fields": {
        "buf": {
          "type": {
            "kind": "struct",
            "name": "mlx5_buf"
          },
          "offset": 8
        },
        "db": {
          "type": {
            "kind": "struct",
            "name": "mlx5_db"
          },
          "offset": 64
        },
        "mdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_wq_cyc": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "log_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "sz_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_wq_ll": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "cur_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "db": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "log_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "sz_m1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "tail_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "wqe_ctr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mlx5_wq_param": {
      "size": 4,
      "fields": {
        "linear": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5_wqe_ctrl_seg": {
      "size": 16,
      "fields": {
        "fm_ce_se": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "imm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "opmod_idx_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qpn_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5_wqe_data_seg": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "byte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lkey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_wqe_dump_seg": {
      "size": 64,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_ctrl_seg"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_data_seg"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5_wqe_eth_seg": {
      "size": 16,
      "fields": {
        "cs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "swp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "swp_inner_l3_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "swp_inner_l4_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "swp_outer_l3_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "swp_outer_l4_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_612450faa897ee41"
          },
          "offset": 12,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "mlx5_wqe_qos_remap_seg": {
      "size": 16,
      "fields": {
        "qos_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "queue_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_wqe_srq_next_seg": {
      "size": 16,
      "fields": {
        "next_wqe_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5_wqe_umr_ctrl_seg": {
      "size": 48,
      "fields": {
        "bsf_octowords": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "klm_octowords": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mkey_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rsvd0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_accel_fs_tcp": {
      "size": 72,
      "fields": {
        "default_rules": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5_flow_rule"
              }
            }
          },
          "offset": 56
        },
        "ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_namespace"
            }
          },
          "offset": 0
        },
        "tables": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_flow_table"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5e_bufferx_reg": {
      "size": 16,
      "fields": {
        "epsb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lossy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlx5e_channel": {
      "size": 7872,
      "fields": {
        "bfreg": {
          "type": {
            "kind": "struct",
            "name": "mlx5_sq_bfreg"
          },
          "offset": 984
        },
        "completion": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 7816
        },
        "iq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_iq"
          },
          "offset": 7168
        },
        "ix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 7820
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_priv"
            }
          },
          "offset": 7808
        },
        "rq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rq"
          },
          "offset": 0
        },
        "rqtn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7824
        },
        "sq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_sq"
            }
          },
          "offset": 1024
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 960
        }
      },
      "kind": "struct"
    },
    "mlx5e_channel_param": {
      "size": 624,
      "fields": {
        "rq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rq_param"
          },
          "offset": 0
        },
        "rx_cq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_cq_param"
          },
          "offset": 488
        },
        "sq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_sq_param"
          },
          "offset": 244
        },
        "tx_cq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_cq_param"
          },
          "offset": 556
        }
      },
      "kind": "struct"
    },
    "mlx5e_clbr_point": {
      "size": 40,
      "fields": {
        "base_curr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "base_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "clbr_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "clbr_hw_curr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "clbr_hw_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_copy_addr_ctx": {
      "size": 24,
      "fields": {
        "fill": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_eth_addr_hash_head"
            }
          },
          "offset": 8
        },
        "free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_eth_addr_hash_head"
            }
          },
          "offset": 0
        },
        "success": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_cq": {
      "size": 256,
      "fields": {
        "mcq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_core_cq"
          },
          "offset": 32
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_priv"
            }
          },
          "offset": 128
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_cqwq"
          },
          "offset": 0
        },
        "wq_ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_ctrl"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "mlx5e_cq_param": {
      "size": 68,
      "fields": {
        "cqc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_param"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mlx5e_dcbx": {
      "size": 8,
      "fields": {
        "cable_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5e_eth_addr_db": {
      "size": 4392,
      "fields": {
        "allmulti": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_eth_addr_info"
          },
          "offset": 4192
        },
        "allmulti_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4385
        },
        "broadcast": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_eth_addr_info"
          },
          "offset": 4096
        },
        "broadcast_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4384
        },
        "if_mc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_eth_addr_hash_head"
            }
          },
          "offset": 2048
        },
        "if_uc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_eth_addr_hash_head"
            }
          },
          "offset": 0
        },
        "promisc": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_eth_addr_info"
          },
          "offset": 4288
        },
        "promisc_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4386
        }
      },
      "kind": "struct"
    },
    "mlx5e_eth_addr_hash_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_eth_addr_hash_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5e_eth_addr_hash_node": {
      "size": 120,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ai": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_eth_addr_info"
          },
          "offset": 24
        },
        "hlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_514defe9d89adde0"
          },
          "offset": 0
        },
        "mpfs_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlx5e_eth_addr_info": {
      "size": 96,
      "fields": {
        "addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ft_rule": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5_flow_rule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5e_flow_table": {
      "size": 24,
      "fields": {
        "g": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5_flow_group"
              }
            }
          },
          "offset": 16
        },
        "num_groups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_table"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5e_flow_tables": {
      "size": 296,
      "fields": {
        "accel_tcp": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_accel_fs_tcp"
          },
          "offset": 224
        },
        "inner_rss": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_flow_table"
          },
          "offset": 200
        },
        "main": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_flow_table"
          },
          "offset": 64
        },
        "main_vxlan": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_flow_table"
          },
          "offset": 88
        },
        "main_vxlan_rule": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5_flow_rule"
              }
            }
          },
          "offset": 112
        },
        "ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_namespace"
            }
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_flow_table"
          },
          "offset": 8
        },
        "vxlan": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_flow_table"
          },
          "offset": 32
        },
        "vxlan_catchall_ft_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "mlx5e_get_tls_progress_params_wqe": {
      "size": 64,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_ctrl_seg"
          },
          "offset": 0
        },
        "psv": {
          "type": {
            "kind": "struct",
            "name": "mlx5_seg_get_psv"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_iq": {
      "size": 640,
      "fields": {
        "cc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "comp_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "cq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_cq"
          },
          "offset": 192
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_iq_data"
            }
          },
          "offset": 448
        },
        "db_inhibit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 72
        },
        "doorbell": {
          "type": {
            "kind": "union",
            "name": "unnamed_9df77e83fa5ef847"
          },
          "offset": 136
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "mkey_be": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 492
        },
        "pc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_priv"
            }
          },
          "offset": 592
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "sqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "uar_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 480
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_cyc"
          },
          "offset": 456
        },
        "wq_ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_ctrl"
          },
          "offset": 496
        }
      },
      "kind": "struct"
    },
    "mlx5e_iq_data": {
      "size": 40,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "dma_sync": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "num_wqebbs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "p_refcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlx5e_params": {
      "size": 44,
      "fields": {
        "channels_rsss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "cqe_zipping_en": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 17
        },
        "default_vlan_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "hw_lro_en": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        },
        "log_rq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "log_sq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lro_wqe_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_channels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rx_cq_moderation_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rx_cq_moderation_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rx_cq_moderation_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rx_hash_log_tbl_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "rx_pauseframe_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_priority_flow_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "tx_cq_moderation_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "tx_cq_moderation_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tx_cq_moderation_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "tx_max_inline": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "tx_min_inline_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "tx_pauseframe_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_priority_flow_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        }
      },
      "kind": "struct"
    },
    "mlx5e_params_ethtool": {
      "size": 464,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "channels_rsss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "coalesce_pkts_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "coalesce_usecs_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "cqe_zipping": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "diag_general_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "diag_pci_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "dscp2prio": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 296
        },
        "fec_avail_10x_25x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 374
        },
        "fec_avail_50x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 378
        },
        "fec_mask_10x_25x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 361
        },
        "fec_mask_50x": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 366
        },
        "fec_mode_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "hw_lro": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "hw_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "hw_mtu_msb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "hw_num_temp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "hw_val_temp": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 396
        },
        "irq_cpu_base": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 200
        },
        "irq_cpu_stride": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 208
        },
        "max_bw_share": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 280
        },
        "max_bw_value": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 216
        },
        "mc_local_lb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "modify_rx_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "modify_tx_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "prio_tc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 288
        },
        "rx_coalesce_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_coalesce_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rx_coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_queue_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_queue_size_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "trust_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 360
        },
        "tx_coalesce_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_coalesce_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_completion_fact": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_completion_fact_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_queue_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_queue_size_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "uc_local_lb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "mlx5e_port_buffer": {
      "size": 136,
      "fields": {
        "buffer": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_bufferx_reg"
            }
          },
          "offset": 8
        },
        "port_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "spare_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx5e_port_eth_proto": {
      "size": 12,
      "fields": {
        "admin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "oper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx5e_port_stats_debug": {
      "size": 1000,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "bip_errors_lane0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "bip_errors_lane1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "bip_errors_lane2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "bip_errors_lane3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "calibration_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 720
        },
        "config_cycle16to63usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 832
        },
        "config_cycle1usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 808
        },
        "config_cycle2to7usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 816
        },
        "config_cycle64usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 840
        },
        "config_cycle8to15usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 824
        },
        "correctable_err_msg_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 848
        },
        "crc_error_dllp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 656
        },
        "crc_error_tlp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "dl_down": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 800
        },
        "ecn_marked": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "error_counter_lane0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 872
        },
        "error_counter_lane1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 880
        },
        "error_counter_lane10": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 952
        },
        "error_counter_lane11": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 960
        },
        "error_counter_lane12": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 968
        },
        "error_counter_lane13": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 976
        },
        "error_counter_lane14": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 984
        },
        "error_counter_lane15": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 992
        },
        "error_counter_lane2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 888
        },
        "error_counter_lane3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 896
        },
        "error_counter_lane4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 904
        },
        "error_counter_lane5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 912
        },
        "error_counter_lane6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 920
        },
        "error_counter_lane7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 928
        },
        "error_counter_lane8": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 936
        },
        "error_counter_lane9": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 944
        },
        "ex_reserved_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "ex_reserved_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "fatal_err_msg_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 864
        },
        "fc_corrected_blocks_lane0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "fc_corrected_blocks_lane1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "fc_corrected_blocks_lane2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "fc_corrected_blocks_lane3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "in_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "in_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "in_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "in_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "in_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "in_ucast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "in_unknown_protos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "l0_to_recovery_eieos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "l0_to_recovery_framing": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "l0_to_recovery_retrain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "l0_to_recovery_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "life_time_counter_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "no_buffer_discard_mc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "non_fatal_err_msg_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 856
        },
        "out_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "out_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "out_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "out_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "out_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "out_ucast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "outbound_stalled_reads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 672
        },
        "outbound_stalled_reads_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 688
        },
        "outbound_stalled_writes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "outbound_stalled_writes_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 696
        },
        "p1024to1518octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "p128to255octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "p1519to2047octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "p2048to4095octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "p256to511octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "p4096to8191octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "p512to1023octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "p64octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "p65to127octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "p8192to10239octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "perst_handler": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 776
        },
        "phy_corrected_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "phy_corrected_bits_lane0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "phy_corrected_bits_lane1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "phy_corrected_bits_lane2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "phy_corrected_bits_lane3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "phy_received_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "phy_symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "phy_time_since_last_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "port_transmit_wait": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "rs_corrected_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rs_corrected_symbols_lane0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "rs_corrected_symbols_lane1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "rs_corrected_symbols_lane2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "rs_corrected_symbols_lane3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "rs_corrected_symbols_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "rs_no_errors_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rs_single_error_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "rs_uncorrectable_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rx_buffer_almost_full": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "rx_buffer_full": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "rx_ebp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "rx_icrc_encapsulated": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "sync_headers_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "time_since_last_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "time_to_boot_image_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "time_to_crs_en": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 752
        },
        "time_to_detect_state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 736
        },
        "time_to_first_perst": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "time_to_iron_image_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 768
        },
        "time_to_l0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 744
        },
        "time_to_link_image": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "time_to_plastic_image_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 760
        },
        "times_in_l1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 784
        },
        "times_in_l23": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 792
        },
        "tx_ebp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "tx_overflow_buffer_marked_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "tx_overflow_buffer_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "tx_stat_p1024to1518octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "tx_stat_p128to255octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "tx_stat_p1519to2047octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "tx_stat_p2048to4095octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "tx_stat_p256to511octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "tx_stat_p4096to8191octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "tx_stat_p512to1023octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "tx_stat_p64octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "tx_stat_p65to127octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "tx_stat_p8192to10239octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        }
      },
      "kind": "struct"
    },
    "mlx5e_pport_stats": {
      "size": 1408,
      "fields": {
        "alignment_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1192
        },
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1344
        },
        "broadcast_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1240
        },
        "broadcast_xmitted": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1224
        },
        "check_seq_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1184
        },
        "collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1400
        },
        "crc_align_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1360
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "drop_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1320
        },
        "fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1384
        },
        "frames_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1176
        },
        "frames_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1168
        },
        "in_range_len_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1248
        },
        "jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1392
        },
        "mac_control_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1288
        },
        "mac_control_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1280
        },
        "multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1352
        },
        "multicast_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1232
        },
        "multicast_xmitted": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1216
        },
        "octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1328
        },
        "octets_received": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1208
        },
        "octets_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1200
        },
        "out_of_range_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1256
        },
        "oversize_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1376
        },
        "pause_ctrl_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1304
        },
        "pause_ctrl_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1312
        },
        "pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1336
        },
        "pri_0_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "pri_0_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "pri_0_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pri_0_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "pri_0_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pri_0_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pri_0_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pri_0_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "pri_0_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "pri_0_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "pri_0_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pri_0_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "pri_0_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "pri_0_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "pri_0_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pri_0_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "pri_0_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "pri_0_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "pri_1_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "pri_1_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "pri_1_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "pri_1_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "pri_1_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "pri_1_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "pri_1_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "pri_1_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "pri_1_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "pri_1_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "pri_1_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "pri_1_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "pri_1_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "pri_1_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "pri_1_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "pri_1_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "pri_1_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "pri_1_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "pri_2_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "pri_2_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "pri_2_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "pri_2_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "pri_2_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "pri_2_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "pri_2_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "pri_2_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "pri_2_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "pri_2_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "pri_2_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "pri_2_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "pri_2_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "pri_2_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "pri_2_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "pri_2_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "pri_2_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "pri_2_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "pri_3_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "pri_3_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "pri_3_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "pri_3_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "pri_3_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "pri_3_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "pri_3_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "pri_3_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "pri_3_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "pri_3_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "pri_3_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "pri_3_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "pri_3_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "pri_3_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "pri_3_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "pri_3_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "pri_3_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "pri_3_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "pri_4_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "pri_4_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 720
        },
        "pri_4_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "pri_4_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "pri_4_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "pri_4_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "pri_4_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "pri_4_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 672
        },
        "pri_4_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "pri_4_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "pri_4_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "pri_4_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 656
        },
        "pri_4_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "pri_4_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "pri_4_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "pri_4_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 688
        },
        "pri_4_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 696
        },
        "pri_4_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "pri_5_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 872
        },
        "pri_5_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 864
        },
        "pri_5_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 760
        },
        "pri_5_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 856
        },
        "pri_5_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 768
        },
        "pri_5_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 752
        },
        "pri_5_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 736
        },
        "pri_5_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 816
        },
        "pri_5_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 824
        },
        "pri_5_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 848
        },
        "pri_5_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 744
        },
        "pri_5_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 800
        },
        "pri_5_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 808
        },
        "pri_5_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 792
        },
        "pri_5_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 776
        },
        "pri_5_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 832
        },
        "pri_5_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 840
        },
        "pri_5_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 784
        },
        "pri_6_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1016
        },
        "pri_6_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1008
        },
        "pri_6_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 904
        },
        "pri_6_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1000
        },
        "pri_6_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 912
        },
        "pri_6_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 896
        },
        "pri_6_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 880
        },
        "pri_6_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 960
        },
        "pri_6_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 968
        },
        "pri_6_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 992
        },
        "pri_6_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 888
        },
        "pri_6_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 944
        },
        "pri_6_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 952
        },
        "pri_6_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 936
        },
        "pri_6_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 920
        },
        "pri_6_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 976
        },
        "pri_6_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 984
        },
        "pri_6_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 928
        },
        "pri_7_device_stall_critical_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1160
        },
        "pri_7_device_stall_minor_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1152
        },
        "pri_7_rx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1048
        },
        "pri_7_rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1144
        },
        "pri_7_rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1056
        },
        "pri_7_rx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1040
        },
        "pri_7_rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1024
        },
        "pri_7_rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1104
        },
        "pri_7_rx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1112
        },
        "pri_7_rx_pause_transition": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1136
        },
        "pri_7_rx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1032
        },
        "pri_7_tx_bc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1088
        },
        "pri_7_tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1096
        },
        "pri_7_tx_mc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1080
        },
        "pri_7_tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1064
        },
        "pri_7_tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1120
        },
        "pri_7_tx_pause_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1128
        },
        "pri_7_tx_uc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1072
        },
        "symbol_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1272
        },
        "too_long_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1264
        },
        "undersize_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1368
        },
        "unsupported_op_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1296
        }
      },
      "kind": "struct"
    },
    "mlx5e_priv": {
      "size": 44480,
      "fields": {
        "async_events_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40248
        },
        "cclk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 44408
        },
        "channel": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_channel"
            }
          },
          "offset": 44480
        },
        "clbr_curr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44316
        },
        "clbr_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44312
        },
        "clbr_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44400
        },
        "clbr_points": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_clbr_point"
            }
          },
          "offset": 44320
        },
        "counter_set_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 43216
        },
        "dcbx": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_dcbx"
          },
          "offset": 44416
        },
        "default_vlan_prio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "drop_rq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rq"
          },
          "offset": 128
        },
        "eth_addr": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_eth_addr_db"
          },
          "offset": 1552
        },
        "fts": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_flow_tables"
          },
          "offset": 1256
        },
        "gone": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 40448
        },
        "mdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_core_dev"
            }
          },
          "offset": 0
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 43248
        },
        "media_active_last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 43292
        },
        "media_status_last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 43288
        },
        "mr": {
          "type": {
            "kind": "struct",
            "name": "mlx5_core_mkey"
          },
          "offset": 1096
        },
        "num_tc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "order_base_2_num_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_params"
          },
          "offset": 39272
        },
        "params_ethtool": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_params_ethtool"
          },
          "offset": 39320
        },
        "params_general": {
          "type": {
            "kind": "union",
            "name": "mlx5_core_general_diagnostics"
          },
          "offset": 39872
        },
        "params_pci": {
          "type": {
            "kind": "union",
            "name": "mlx5_core_pci_diagnostics"
          },
          "offset": 39784
        },
        "pdn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1088
        },
        "pfil": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_head"
            }
          },
          "offset": 44432
        },
        "queue_mapping_channel_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rl": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rl_priv_data"
          },
          "offset": 43376
        },
        "rqtn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1160
        },
        "set_rx_mode_work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 40392
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "state_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 40
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_stats"
          },
          "offset": 40496
        },
        "sw_is_port_buf_owner": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 44424
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 40456
        },
        "sysctl_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40488
        },
        "sysctl_hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 40480
        },
        "sysctl_ifnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 40472
        },
        "tdn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1092
        },
        "tirn": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1164
        },
        "tirn_inner_vxlan": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1208
        },
        "tisn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1128
        },
        "tls": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_tls"
          },
          "offset": 43992
        },
        "tls_rx": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_tls_rx"
          },
          "offset": 44128
        },
        "tstmp_clbr": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 44248
        },
        "update_carrier_work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 40336
        },
        "update_stats_work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 40280
        },
        "vlan": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_vlan_db"
          },
          "offset": 5944
        },
        "vlan_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 43240
        },
        "vlan_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 43232
        },
        "vxlan": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_vxlan_db"
          },
          "offset": 39256
        },
        "vxlan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 43296
        },
        "vxlan_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 43304
        },
        "watchdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 43312
        },
        "wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 43224
        }
      },
      "kind": "struct"
    },
    "mlx5e_rl_channel": {
      "size": 80,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d56e741060fa2874"
          },
          "offset": 24
        },
        "init_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "last_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "last_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "new_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_sq"
            }
          },
          "offset": 32
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 0
        },
        "worker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_rl_worker"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mlx5e_rl_channel_param": {
      "size": 312,
      "fields": {
        "cq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_cq_param"
          },
          "offset": 244
        },
        "sq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_sq_param"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5e_rl_params": {
      "size": 176,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "table_arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "tx_allowed_deviation": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_allowed_deviation_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_allowed_deviation_min": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tx_burst_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_burst_size_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_burst_size_min": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_channels_per_worker_def": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_channels_per_worker_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_coalesce_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_coalesce_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_completion_fact": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_completion_fact_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_limit_add": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_limit_clr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_limit_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_limit_min": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_queue_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_rates_def": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_rates_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_worker_threads_def": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_worker_threads_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mlx5e_rl_priv_data": {
      "size": 616,
      "fields": {
        "chan_param": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rl_channel_param"
          },
          "offset": 48
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 32
        },
        "opened": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "param": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rl_params"
          },
          "offset": 360
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_priv"
            }
          },
          "offset": 592
        },
        "rate_limit_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 600
        },
        "rl_sxlock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rl_stats"
          },
          "offset": 536
        },
        "tisn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "workers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_rl_worker"
            }
          },
          "offset": 584
        }
      },
      "kind": "struct"
    },
    "mlx5e_rl_stats": {
      "size": 48,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "tx_active_connections": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_add_new_rate_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_allocate_resource_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_available_resource_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_modify_rate_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_open_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx5e_rl_worker": {
      "size": 104,
      "fields": {
        "channels": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_rl_channel"
            }
          },
          "offset": 88
        },
        "cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 32
        },
        "index_list_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3a28d95e45407dfc"
          },
          "offset": 48
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_priv"
            }
          },
          "offset": 80
        },
        "process_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3a28d95e45407dfc"
          },
          "offset": 64
        },
        "worker_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "mlx5e_rq": {
      "size": 960,
      "fields": {
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_channel"
            }
          },
          "offset": 920
        },
        "cq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_cq"
          },
          "offset": 320
        },
        "dim": {
          "type": {
            "kind": "struct",
            "name": "net_dim"
          },
          "offset": 712
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 232
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 704
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 256
        },
        "ix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 708
        },
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 576
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_rq_mbuf"
            }
          },
          "offset": 248
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "nsegs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "rqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 912
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_rq_stats"
          },
          "offset": 32
        },
        "watchdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 128
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_ll"
          },
          "offset": 192
        },
        "wq_ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_ctrl"
          },
          "offset": 816
        },
        "wqe_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "mlx5e_rq_mbuf": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_rq_param": {
      "size": 244,
      "fields": {
        "rqc": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_param"
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "mlx5e_rq_stats": {
      "size": 96,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "csum_none": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "decrypted_error_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "decrypted_ok_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "lro_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "lro_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sw_lro_flushed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "sw_lro_queued": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "wqe_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "mlx5e_rx_wqe": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_wqe_data_seg"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_srq_next_seg"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5e_sq": {
      "size": 768,
      "fields": {
        "cc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "cev_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 160
        },
        "cev_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 258
        },
        "cev_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 260
        },
        "cev_next_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 262
        },
        "comp_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "cq": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_cq"
          },
          "offset": 320
        },
        "db_inhibit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 232
        },
        "doorbell": {
          "type": {
            "kind": "union",
            "name": "unnamed_9df77e83fa5ef847"
          },
          "offset": 272
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 616
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "max_inline": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 632
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_sq_mbuf"
            }
          },
          "offset": 576
        },
        "min_inline_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 634
        },
        "min_insert_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 635
        },
        "mkey_be": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "pc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_priv"
            }
          },
          "offset": 736
        },
        "queue_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 264
        },
        "sqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_sq_stats"
          },
          "offset": 64
        },
        "tc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 744
        },
        "uar_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 608
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_cyc"
          },
          "offset": 584
        },
        "wq_ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_ctrl"
          },
          "offset": 640
        }
      },
      "kind": "struct"
    },
    "mlx5e_sq_mbuf": {
      "size": 32,
      "fields": {
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "mst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 16
        },
        "num_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "num_wqebbs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mlx5e_sq_param": {
      "size": 244,
      "fields": {
        "sqc": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wq": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wq_param"
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "mlx5e_sq_stats": {
      "size": 96,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "cqe_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "csum_offload_none": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "defragged": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "enobuf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "nop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tso_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tso_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx5e_stats": {
      "size": 2720,
      "fields": {
        "port_stats_debug": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_port_stats_debug"
          },
          "offset": 1720
        },
        "pport": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_pport_stats"
          },
          "offset": 312
        },
        "vport": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_vport_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5e_tls": {
      "size": 136,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "max_resources": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "num_resources": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_tls_stats"
          },
          "offset": 16
        },
        "wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 72
        },
        "zname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 100
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "mlx5e_tls_rx": {
      "size": 120,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "max_resources": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "num_resources": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "mlx5e_tls_rx_stats"
          },
          "offset": 16
        },
        "wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 56
        },
        "zname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 84
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mlx5e_tls_rx_stats": {
      "size": 40,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 16
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "rx_error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "rx_resync_err": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "rx_resync_ok": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_tls_rx_tag": {
      "size": 832,
      "fields": {
        "crypto_params": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 436
        },
        "dek_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "dek_index_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 432
        },
        "flow_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 40
        },
        "flowid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "flowtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "progress_complete": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 80
        },
        "rcd_resync_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_progress": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 564
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 0
        },
        "tcp_resync_active": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 432
        },
        "tcp_resync_cc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 362
        },
        "tcp_resync_len": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "tcp_resync_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tcp_resync_num": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 232
        },
        "tcp_resync_pc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 360
        },
        "tcp_resync_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 432
        },
        "tcp_resync_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tirn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tls_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_tls_rx"
            }
          },
          "offset": 32
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 368
        }
      },
      "kind": "struct"
    },
    "mlx5e_tls_stats": {
      "size": 56,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 16
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "tx_bytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "tx_bytes_ooo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "tx_error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "tx_packets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "tx_packets_ooo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx5e_tls_tag": {
      "size": 320,
      "fields": {
        "crypto_params": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 148
        },
        "dek_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "dek_index_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 144
        },
        "expected_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "rl_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 40
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 0
        },
        "tisn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_tls"
            }
          },
          "offset": 32
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "mlx5e_tx_psv_wqe": {
      "size": 32,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_ctrl_seg"
          },
          "offset": 0
        },
        "psv": {
          "type": {
            "kind": "struct",
            "name": "mlx5_seg_set_psv"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_tx_qos_remap_wqe": {
      "size": 32,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_ctrl_seg"
          },
          "offset": 0
        },
        "qos_remap": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_qos_remap_seg"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_tx_umr_wqe": {
      "size": 128,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_ctrl_seg"
          },
          "offset": 0
        },
        "mkc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "umr": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_umr_ctrl_seg"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_tx_wqe": {
      "size": 32,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_ctrl_seg"
          },
          "offset": 0
        },
        "eth": {
          "type": {
            "kind": "struct",
            "name": "mlx5_wqe_eth_seg"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_vlan_db": {
      "size": 33312,
      "fields": {
        "active_vlans": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "active_vlans_ft_rule": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5_flow_rule"
              }
            }
          },
          "offset": 512
        },
        "any_cvlan_ft_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 33288
        },
        "any_svlan_ft_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 33296
        },
        "filter_disabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 33304
        },
        "untagged_ft_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 33280
        }
      },
      "kind": "struct"
    },
    "mlx5e_vport_stats": {
      "size": 312,
      "fields": {
        "arg": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "lro_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "lro_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "rx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rx_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_csum_good": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_csum_none": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_decrypted_error_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rx_decrypted_ok_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rx_error_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_error_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rx_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rx_out_of_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_steer_missed_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_unicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_wqe_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "sw_lro_flushed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "sw_lro_queued": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tso_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "tso_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "tx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_csum_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "tx_defragged": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "tx_error_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_error_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_jumbo_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "tx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_queue_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "tx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_unicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "mlx5e_vxlan_db": {
      "size": 16,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ff677dbc6ce85857"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx5e_vxlan_db_el": {
      "size": 40,
      "fields": {
        "installed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9e86185498d68fbf"
          },
          "offset": 24
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vxlan_ft_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlx5e_xmit_args": {
      "size": 16,
      "fields": {
        "ihs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "mst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 0
        },
        "tisn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mlx_command": {
      "size": 128,
      "fields": {
        "mc_command": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mc_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "mc_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "mc_dataphys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "mc_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 88
        },
        "mc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "mc_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "mc_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_99923de39661aa1f"
          },
          "offset": 0
        },
        "mc_mailbox": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "mc_nsgent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "mc_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "mc_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx_softc"
            }
          },
          "offset": 16
        },
        "mc_sgphys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "mc_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "mc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "mc_timeout": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlx_dcdb": {
      "size": 88,
      "fields": {
        "dcdb_cdb": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "dcdb_cdb_length": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dcdb_channel": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dcdb_datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dcdb_datasize_high": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dcdb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dcdb_physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dcdb_sense": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "dcdb_sense_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "dcdb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 86
        },
        "dcdb_target": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 87
        }
      },
      "kind": "struct"
    },
    "mlx_enq_sys_drive": {
      "size": 8,
      "fields": {
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sd_raidlevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sd_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sd_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx_enquiry": {
      "size": 192,
      "fields": {
        "me_critical_sd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "me_dead": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d9b56e4faf42348b"
            }
          },
          "offset": 152
        },
        "me_dead_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 148
        },
        "me_drvsize": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "me_event_log_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "me_flash_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "me_fwmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 137
        },
        "me_fwminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 136
        },
        "me_max_commands": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 139
        },
        "me_misc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 151
        },
        "me_num_sys_drvs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "me_offline_sd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 140
        },
        "me_rebuild_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 150
        },
        "me_rebuild_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 138
        },
        "me_status_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 134
        },
        "res1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "res2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 135
        },
        "res3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 141
        },
        "res4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 145
        },
        "res5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 149
        }
      },
      "kind": "struct"
    },
    "mlx_enquiry2": {
      "size": 128,
      "fields": {
        "me_actual_channels": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "me_blocking_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "me_cache_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "me_cacheline": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "me_clock_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "me_configured_channels": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "me_fault_mgmt_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "me_firmware_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "me_firmware_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "me_firmware_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "me_flash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "me_hardware_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "me_hardware_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "me_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "me_logblk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "me_max_arms": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "me_max_comb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "me_max_commands": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "me_max_dp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "me_max_iod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "me_max_sg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "me_max_spans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "me_max_sys_drives": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "me_max_tags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "me_max_targets": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "me_maxblk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "me_mem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "me_mem_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "me_mem_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "me_min_freelines": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "me_nvram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "me_physblk": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "me_rate_const": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        },
        "me_scsi_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "me_scsi_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "res10": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "res11": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "res2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "res3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "res4": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "res5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "res6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "res7": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 76
        },
        "res8": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 85
        },
        "res9": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 107
        }
      },
      "kind": "struct"
    },
    "mlx_enquiry_old": {
      "size": 94,
      "fields": {
        "me_critical_sd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "me_dead": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d9b56e4faf42348b"
            }
          },
          "offset": 54
        },
        "me_dead_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "me_drvsize": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "me_flash_age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "me_free_state_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "me_fwmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "me_fwminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "me_max_commands": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "me_misc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "me_num_sys_drvs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "me_offline_sd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "me_rebuild_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "me_rebuild_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "me_status_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "res1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "res3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "res4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 47
        },
        "res5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "mlx_eventlog_entry": {
      "size": 32,
      "fields": {
        "el_EOM": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "el_ILI": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "el_addsense": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "el_asc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "el_asq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "el_channel": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "el_csi": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "el_errorcode": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "el_filemark": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "el_information": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "el_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "el_lun": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "el_segment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "el_sensekey": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "el_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "el_target": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "el_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "el_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "res1": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "res2": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "res3": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlx_ident": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iftype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx_pause": {
      "size": 12,
      "fields": {
        "mp_howlong": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mp_when": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mp_which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlx_rebuild_request": {
      "size": 12,
      "fields": {
        "rr_channel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rr_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rr_target": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx_rebuild_status": {
      "size": 12,
      "fields": {
        "rs_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rs_drive": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rs_remaining": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rs_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx_sgentry": {
      "size": 8,
      "fields": {
        "sg_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx_softc": {
      "size": 3496,
      "fields": {
        "mlx_background": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3424
        },
        "mlx_bioq": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 3224
        },
        "mlx_buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "mlx_busycmd": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx_command"
              }
            }
          },
          "offset": 144
        },
        "mlx_busycmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2192
        },
        "mlx_config_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 3312
        },
        "mlx_currevent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3420
        },
        "mlx_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mlx_dev_t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "mlx_enq2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx_enquiry2"
            }
          },
          "offset": 96
        },
        "mlx_feature": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "mlx_findcomplete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3472
        },
        "mlx_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3452
        },
        "mlx_freecmds": {
          "type": {
            "kind": "struct",
            "name": "unnamed_548b1970cc1c904a"
          },
          "offset": 112
        },
        "mlx_fw_handshake": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3488
        },
        "mlx_geom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3268
        },
        "mlx_iftype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3456
        },
        "mlx_intaction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3480
        },
        "mlx_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "mlx_io_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3280
        },
        "mlx_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "mlx_lastevent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3416
        },
        "mlx_lastpoll": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 3408
        },
        "mlx_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "mlx_mem_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "mlx_mem_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "mlx_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "mlx_pause": {
          "type": {
            "kind": "struct",
            "name": "mlx_pause"
          },
          "offset": 3440
        },
        "mlx_rebuildstat": {
          "type": {
            "kind": "struct",
            "name": "mlx_rebuild_status"
          },
          "offset": 3428
        },
        "mlx_sg_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 88
        },
        "mlx_sg_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "mlx_sgbusaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "mlx_sgtable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx_sgentry"
            }
          },
          "offset": 64
        },
        "mlx_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3272
        },
        "mlx_sysdrive": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mlx_sysdrive"
            }
          },
          "offset": 2200
        },
        "mlx_timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3344
        },
        "mlx_tryqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3464
        },
        "mlx_waitbufs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3264
        },
        "mlx_work": {
          "type": {
            "kind": "struct",
            "name": "unnamed_548b1970cc1c904a"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "mlx_sysdrive": {
      "size": 32,
      "fields": {
        "ms_cylinders": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ms_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "ms_heads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ms_raidlevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ms_sectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ms_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ms_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mlx_usercommand": {
      "size": 48,
      "fields": {
        "mu_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "mu_bufptr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mu_command": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "mu_datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mu_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "mu_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mlxd_softc": {
      "size": 40,
      "fields": {
        "mlxd_controller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx_softc"
            }
          },
          "offset": 8
        },
        "mlxd_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mlxd_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 24
        },
        "mlxd_drive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx_sysdrive"
            }
          },
          "offset": 16
        },
        "mlxd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "mlxd_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mlxfw_dev": {
      "size": 24,
      "fields": {
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlxfw_dev_ops"
            }
          },
          "offset": 0
        },
        "psid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "psid_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mlxfw_dev_ops": {
      "size": 72,
      "fields": {
        "component_query": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "fsm_activate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "fsm_block_download": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "fsm_cancel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "fsm_component_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "fsm_component_verify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "fsm_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "fsm_query_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "fsm_release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_comp_data": {
      "size": 16,
      "fields": {
        "buff": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "comp": {
          "type": {
            "kind": "struct",
            "name": "mlxfw_mfa2_component"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_component": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_file": {
      "size": 56,
      "fields": {
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "cb_archive_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "component_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "dev_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "first_component": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlxfw_mfa2_tlv"
            }
          },
          "offset": 24
        },
        "first_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlxfw_mfa2_tlv"
            }
          },
          "offset": 8
        },
        "fw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_tlv": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_tlv_component_descriptor": {
      "size": 16,
      "fields": {
        "cb_offset_h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cb_offset_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pldm_classification": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_tlv_component_ptr": {
      "size": 8,
      "fields": {
        "component_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "storage_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "storage_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_tlv_multi": {
      "size": 4,
      "fields": {
        "num_extensions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "total_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_tlv_package_descriptor": {
      "size": 28,
      "fields": {
        "cb_archive_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cb_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cb_size_h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cb_size_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cv_compression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "num_components": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "padding": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "user_data_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mlxfw_mfa2_tlv_psid": {
      "size": 0,
      "fields": {
        "psid": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mm_struct": {
      "size": 56,
      "fields": {
        "mm_count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 8
        },
        "mm_users": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 12
        },
        "mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_area_struct"
            }
          },
          "offset": 0
        },
        "mmap_sem": {
          "type": {
            "kind": "struct",
            "name": "rw_semaphore"
          },
          "offset": 24
        },
        "pinned_vm": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mmap_args": {
      "size": 48,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "pos_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "pos_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "prot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "prot_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prot_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mmap_req": {
      "size": 48,
      "fields": {
        "mr_check_fp_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "mr_fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "mr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "mr_hint": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mr_pos": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "mr_prot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mmc_cid": {
      "size": 24,
      "fields": {
        "fwrev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "mdt_month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "mdt_year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "mid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "oid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pnm": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "prv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "psn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mmc_command": {
      "size": 56,
      "fields": {
        "arg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_data"
            }
          },
          "offset": 40
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mrq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_request"
            }
          },
          "offset": 48
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "resp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "retries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "mmc_csd": {
      "size": 72,
      "fields": {
        "capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ccc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "csd_structure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dsr_imp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "erase_blk_en": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "erase_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "nsac": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "r2w_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "read_bl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "read_bl_partial": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "read_blk_misalign": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "spec_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tacc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tran_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "vdd_r_curr_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "vdd_r_curr_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "vdd_w_curr_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "vdd_w_curr_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "wp_grp_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "wp_grp_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "write_bl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "write_bl_partial": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "write_blk_misalign": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mmc_data": {
      "size": 56,
      "fields": {
        "block_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mrq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_request"
            }
          },
          "offset": 32
        },
        "xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mmc_host": {
      "size": 60,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "f_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "f_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "host_ocr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ios": {
          "type": {
            "kind": "struct",
            "name": "mmc_ios"
          },
          "offset": 24
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "mmc_card_mode"
          },
          "offset": 20
        },
        "ocr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mmc_ioc_cmd": {
      "size": 72,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "__spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "arg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "data_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "is_acmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "response": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "write_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mmc_ioc_multi_cmd": {
      "size": 8,
      "fields": {
        "cmds": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mmc_ioc_cmd"
            }
          },
          "offset": 8
        },
        "num_of_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mmc_ios": {
      "size": 36,
      "fields": {
        "bus_mode": {
          "type": {
            "kind": "enum",
            "name": "mmc_bus_mode"
          },
          "offset": 12
        },
        "bus_width": {
          "type": {
            "kind": "enum",
            "name": "mmc_bus_width"
          },
          "offset": 20
        },
        "chip_select": {
          "type": {
            "kind": "enum",
            "name": "mmc_chip_select"
          },
          "offset": 16
        },
        "clock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "drv_type": {
          "type": {
            "kind": "enum",
            "name": "mmc_drv_type"
          },
          "offset": 32
        },
        "power_mode": {
          "type": {
            "kind": "enum",
            "name": "mmc_power_mode"
          },
          "offset": 24
        },
        "timing": {
          "type": {
            "kind": "enum",
            "name": "mmc_bus_timing"
          },
          "offset": 28
        },
        "vccq": {
          "type": {
            "kind": "enum",
            "name": "mmc_vccq"
          },
          "offset": 8
        },
        "vdd": {
          "type": {
            "kind": "enum",
            "name": "mmc_vdd"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mmc_ivars": {
      "size": 864,
      "fields": {
        "bus_width": {
          "type": {
            "kind": "enum",
            "name": "mmc_bus_width"
          },
          "offset": 624
        },
        "card_id_string": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 780
        },
        "card_sn_string": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 844
        },
        "cid": {
          "type": {
            "kind": "struct",
            "name": "mmc_cid"
          },
          "offset": 628
        },
        "cmd6_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 772
        },
        "csd": {
          "type": {
            "kind": "struct",
            "name": "mmc_csd"
          },
          "offset": 656
        },
        "erase_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 768
        },
        "high_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 619
        },
        "hs_tran_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 764
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "mmc_card_mode"
          },
          "offset": 620
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 776
        },
        "raw_cid": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "raw_csd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "raw_ext_csd": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "raw_scr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "raw_sd_status": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 552
        },
        "rca": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 616
        },
        "read_only": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 618
        },
        "scr": {
          "type": {
            "kind": "struct",
            "name": "mmc_scr"
          },
          "offset": 728
        },
        "sd_status": {
          "type": {
            "kind": "struct",
            "name": "mmc_sd_status"
          },
          "offset": 730
        },
        "sec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 744
        },
        "timings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 748
        },
        "tran_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "vccq_120": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 752
        },
        "vccq_180": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 756
        }
      },
      "kind": "struct"
    },
    "mmc_params": {
      "size": 111,
      "fields": {
        "card_cid": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "card_csd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "card_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 106
        },
        "card_ocr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "card_rca": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "cid": {
          "type": {
            "kind": "struct",
            "name": "mmc_cid"
          },
          "offset": 64
        },
        "io_ocr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "model": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sdio_func_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 110
        }
      },
      "kind": "struct"
    },
    "mmc_quirk": {
      "size": 24,
      "fields": {
        "mid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "oid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pnm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mmc_request": {
      "size": 40,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_command"
            }
          },
          "offset": 0
        },
        "done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "done_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_command"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mmc_scr": {
      "size": 2,
      "fields": {
        "bus_widths": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sda_vsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mmc_sd_status": {
      "size": 14,
      "fields": {
        "au_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "bus_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "card_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "erase_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "erase_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "erase_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "perf_move": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "prot_area": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "secured_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "speed_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "mmc_softc": {
      "size": 120,
      "fields": {
        "child_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "child_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 80
        },
        "config_intrhook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 40
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "last_rca": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "log_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "log_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 104
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 72
        },
        "retune_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "retune_ongoing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 97
        },
        "retune_paused": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "squelched": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        }
      },
      "kind": "struct"
    },
    "mmcsd_part": {
      "size": 184,
      "fields": {
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 88
        },
        "cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 72
        },
        "disk_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "eblock": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "eend": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "ioctl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "ioctl_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 165
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 80
        },
        "ro": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 164
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmcsd_softc"
            }
          },
          "offset": 64
        },
        "suspend": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        }
      },
      "kind": "struct"
    },
    "mmcsd_softc": {
      "size": 672,
      "fields": {
        "cmd6_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "enh_base": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 624
        },
        "enh_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 632
        },
        "erase_sector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ext_csd": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 94
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "high_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "log_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 640
        },
        "log_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 648
        },
        "max_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "mmcbus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "mmc_card_mode"
          },
          "offset": 80
        },
        "part": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mmcsd_part"
              }
            }
          },
          "offset": 16
        },
        "part_curr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "part_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "rca": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 606
        },
        "rpmb_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 664
        }
      },
      "kind": "struct"
    },
    "mngt_pktsched_wr": {
      "size": 24,
      "fields": {
        "binding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "mngt_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "sched": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr": {
          "type": {
            "kind": "struct",
            "name": "work_request_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mntaarg": {
      "size": 8,
      "fields": {
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e6b8cefe405b3451"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mntarg": {
      "size": 24,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bbfc56e10d91af24"
          },
          "offset": 16
        },
        "v": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mntlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mntoptnames": {
      "size": 16,
      "fields": {
        "o_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "o_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mod_depend": {
      "size": 12,
      "fields": {
        "md_ver_maximum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "md_ver_minimum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "md_ver_preferred": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mod_metadata": {
      "size": 24,
      "fields": {
        "md_cval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "md_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "md_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "md_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mod_pnp_match_info": {
      "size": 32,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "entry_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "num_entry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mod_version": {
      "size": 4,
      "fields": {
        "mv_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "modal_eep_ar9287_header": {
      "size": 99,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 19
        },
        "antCtrlChain": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "antCtrlCommon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "antennaGainCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 12
        },
        "bswAtten": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "bswMargin": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "db1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "db2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "futureModal": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 49
        },
        "ht40PowerIncForPdadc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "iqCalICh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 28
        },
        "iqCalQCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 30
        },
        "noiseFloorThreshCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 24
        },
        "ob_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "ob_pal_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "ob_psk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "ob_qam": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "pdGainOverlap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "rxTxMarginCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SPUR_CHAN"
            }
          },
          "offset": 79
        },
        "swSettleHt40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "txEndToXpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "txFrameToDataStart": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "txFrameToPaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "txFrameToXpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "txRxAttenCh": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "xpaBiasLvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "xpd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "xpdGain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "model_pin_patch_t": {
      "size": 24,
      "fields": {
        "fixup_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "models": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pin_machine_model_t"
            }
          },
          "offset": 0
        },
        "pin_patches": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pin_patch_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "modfind_args": {
      "size": 8,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "modfnext_args": {
      "size": 8,
      "fields": {
        "modid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "modid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "modid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "modlist": {
      "size": 40,
      "fields": {
        "container": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_file"
            }
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3d4fb27b85efab62"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "modlisthead_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "modlist"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "modlist"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "modnext_args": {
      "size": 8,
      "fields": {
        "modid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "modid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "modid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "modspecific": {
      "size": 8,
      "fields": {
        "intval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "longval": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "uintval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ulongval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "modspecific32": {
      "size": 4,
      "fields": {
        "intval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "longval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "uintval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ulongval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "modspecific32_t": {
      "size": 4,
      "fields": {
        "intval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "longval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "uintval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ulongval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "modspecific_t": {
      "size": 8,
      "fields": {
        "intval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "longval": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "uintval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ulongval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "modstat_args": {
      "size": 16,
      "fields": {
        "modid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "modid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "modid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module_stat"
            }
          },
          "offset": 8
        },
        "stat_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stat_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "module": {
      "size": 80,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "data": {
          "type": {
            "kind": "union",
            "name": "modspecific_t"
          },
          "offset": 72
        },
        "file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_file"
            }
          },
          "offset": 32
        },
        "flink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4ea017d206d2d08"
          },
          "offset": 16
        },
        "handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4ea017d206d2d08"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "module_stat": {
      "size": 1048,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "modspecific_t"
          },
          "offset": 1040
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1032
        },
        "name": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1028
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "module_stat32": {
      "size": 1040,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "modspecific32_t"
          },
          "offset": 1036
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1032
        },
        "name": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1028
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "module_stat32_v2": {
      "size": 48,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "modspecific32_t"
          },
          "offset": 44
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "module_stat_v2": {
      "size": 56,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "modspecific_t"
          },
          "offset": 48
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "moduledata": {
      "size": 24,
      "fields": {
        "evhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "moduledata_t": {
      "size": 24,
      "fields": {
        "evhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "modulelist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "module"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mon": {
      "size": 48,
      "fields": {
        "mon_id": {
          "type": {
            "kind": "struct",
            "name": "mon_id"
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mon_id": {
      "size": 32,
      "fields": {
        "mon_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "my_id": {
          "type": {
            "kind": "struct",
            "name": "my_id"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "monitorbuf": {
      "size": 128,
      "fields": {
        "idle_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stop_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mos_softc": {
      "size": 744,
      "fields": {
        "mos_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 728
        },
        "mos_ipgs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 736
        },
        "mos_link": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 732
        },
        "mos_phyaddrs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 738
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "mount": {
      "size": 2816,
      "fields": {
        "mnt_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 2520
        },
        "mnt_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 2528
        },
        "mnt_exjail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 2592
        },
        "mnt_explock": {
          "type": {
            "kind": "struct",
            "name": "lock"
          },
          "offset": 2664
        },
        "mnt_export": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netexport"
            }
          },
          "offset": 2552
        },
        "mnt_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mnt_gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "mnt_gjprovider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2600
        },
        "mnt_hashseed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2568
        },
        "mnt_iosize_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2544
        },
        "mnt_kern_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mnt_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 2560
        },
        "mnt_lazyvnodelist": {
          "type": {
            "kind": "struct",
            "name": "vnodelst"
          },
          "offset": 2640
        },
        "mnt_lazyvnodelistsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2656
        },
        "mnt_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_027df4223febfe68"
          },
          "offset": 104
        },
        "mnt_listmtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2608
        },
        "mnt_lockref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2572
        },
        "mnt_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "mnt_notify": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f2067e8431bd42c7"
          },
          "offset": 2720
        },
        "mnt_nvnodelist": {
          "type": {
            "kind": "struct",
            "name": "vnodelst"
          },
          "offset": 136
        },
        "mnt_nvnodelistsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "mnt_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsops"
            }
          },
          "offset": 40
        },
        "mnt_opt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsoptlist"
            }
          },
          "offset": 160
        },
        "mnt_optnew": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsoptlist"
            }
          },
          "offset": 168
        },
        "mnt_pcpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount_pcpu"
            }
          },
          "offset": 16
        },
        "mnt_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "mnt_rootvnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        },
        "mnt_secondary_accwrites": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2580
        },
        "mnt_secondary_writes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2576
        },
        "mnt_stat": {
          "type": {
            "kind": "struct",
            "name": "statfs"
          },
          "offset": 176
        },
        "mnt_susp_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 2584
        },
        "mnt_syncer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 120
        },
        "mnt_taskqueue_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2744
        },
        "mnt_taskqueue_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f370a7ec525be44e"
          },
          "offset": 2736
        },
        "mnt_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 2536
        },
        "mnt_unmount_retries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2752
        },
        "mnt_upper_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2660
        },
        "mnt_uppers": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f2067e8431bd42c7"
          },
          "offset": 2704
        },
        "mnt_vfc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsconf"
            }
          },
          "offset": 48
        },
        "mnt_vfs_ops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mnt_vnodecovered": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        },
        "mnt_writeopcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        }
      },
      "kind": "struct"
    },
    "mount_args": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mount_pcpu": {
      "size": 16,
      "fields": {
        "mntp_lockref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mntp_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mntp_thread_in_ops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mntp_writeopcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mount_softdeps": {
      "size": 728,
      "fields": {
        "sd_accdeps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "sd_alldeps": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "workhead"
            }
          },
          "offset": 496
        },
        "sd_bmhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bmsafemap_hashhead"
            }
          },
          "offset": 168
        },
        "sd_bmhashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "sd_cleanups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "sd_curdeps": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 264
        },
        "sd_deps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "sd_dirtycg": {
          "type": {
            "kind": "struct",
            "name": "bmsafemaphd"
          },
          "offset": 88
        },
        "sd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "sd_flushtd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 232
        },
        "sd_fslock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        },
        "sd_idhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inodedep_hashhead"
            }
          },
          "offset": 128
        },
        "sd_idhashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "sd_idnextclean": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "sd_indirhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "indir_hashhead"
            }
          },
          "offset": 184
        },
        "sd_indirhashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "sd_jblocks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jblocks"
            }
          },
          "offset": 64
        },
        "sd_journal_pending": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 48
        },
        "sd_journal_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "worklist"
            }
          },
          "offset": 56
        },
        "sd_mkdirlisthd": {
          "type": {
            "kind": "struct",
            "name": "mkdirlist"
          },
          "offset": 96
        },
        "sd_newblkhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "newblk_hashhead"
            }
          },
          "offset": 152
        },
        "sd_newblkhashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "sd_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_25249cd8b617cf4d"
          },
          "offset": 240
        },
        "sd_on_journal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "sd_on_worklist": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "sd_pdhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pagedep_hashhead"
            }
          },
          "offset": 104
        },
        "sd_pdhashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "sd_pdnextclean": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "sd_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "sd_ump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufsmount"
            }
          },
          "offset": 256
        },
        "sd_unlinked": {
          "type": {
            "kind": "struct",
            "name": "inodedeplst"
          },
          "offset": 72
        },
        "sd_workitem_pending": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 32
        },
        "sd_worklist_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "worklist"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mount_upper_node": {
      "size": 24,
      "fields": {
        "mnt_upper_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a6b6c2cbc016f7df"
          },
          "offset": 8
        },
        "mp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mouse_data": {
      "size": 16,
      "fields": {
        "buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "z": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mouse_data_t": {
      "size": 16,
      "fields": {
        "buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "z": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mouse_event": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mouse_event_t": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mouse_info": {
      "size": 20,
      "fields": {
        "operation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a351245dbc542118"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mouse_info_t": {
      "size": 20,
      "fields": {
        "operation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a351245dbc542118"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mouse_mode": {
      "size": 8,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "signal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mouse_mode_t": {
      "size": 8,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "signal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mousedata": {
      "size": 80,
      "fields": {
        "md_baspect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "md_border": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "md_height": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "md_iaspect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "md_interior": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "md_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "md_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mousedata_t": {
      "size": 68,
      "fields": {
        "buf": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mousehw": {
      "size": 20,
      "fields": {
        "buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "hwid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "iftype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mousehw_t": {
      "size": 20,
      "fields": {
        "buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "hwid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "iftype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mousemode": {
      "size": 28,
      "fields": {
        "accelfactor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "packetsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "resolution": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "syncmask": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mousemode_t": {
      "size": 28,
      "fields": {
        "accelfactor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "packetsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "resolution": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "syncmask": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mousestatus": {
      "size": 24,
      "fields": {
        "button": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "dx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "dy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "obutton": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mousestatus_t": {
      "size": 24,
      "fields": {
        "button": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "dx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "dy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "obutton": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mp_ring": {
      "size": 192,
      "fields": {
        "abdications": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "can_drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "cons_idle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 168
        },
        "cons_idle2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 176
        },
        "cons_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 96
        },
        "consumed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 160
        },
        "consumer": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 112
        },
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "dropped": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "items": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 192
        },
        "mt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malloc_type"
            }
          },
          "offset": 8
        },
        "not_consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "stalls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 184
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpi_fc_cfg": {
      "size": 80,
      "fields": {
        "_port_page0": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_FC_PORT_0"
          },
          "offset": 0
        },
        "_port_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "mpr_adapter_data": {
      "size": 84,
      "fields": {
        "AdapterType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "BiosVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DriverVersion": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "MpiFirmwareVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "MpiPortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "PCIDeviceHwId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PCIDeviceHwRev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PciInformation": {
          "type": {
            "kind": "struct",
            "name": "mpr_pci_bits_t"
          },
          "offset": 76
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "ScsiId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "StructureLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SubSystemId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SubsystemVendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mpr_adapter_data_t": {
      "size": 84,
      "fields": {
        "AdapterType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "BiosVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DriverVersion": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "MpiFirmwareVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "MpiPortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "PCIDeviceHwId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PCIDeviceHwRev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PciInformation": {
          "type": {
            "kind": "struct",
            "name": "mpr_pci_bits_t"
          },
          "offset": 76
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "ScsiId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "StructureLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SubSystemId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SubsystemVendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mpr_btdh_mapping": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_btdh_mapping_t": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_busdma_context": {
      "size": 48,
      "fields": {
        "abandoned": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "buffer_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "completed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_softc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mpr_cfg_page_req": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpr_cfg_page_req32": {
      "size": 20,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpr_chain": {
      "size": 32,
      "fields": {
        "chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "chain_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "chain_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0b07ef81f310210c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_command": {
      "size": 376,
      "fields": {
        "cm_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 304
        },
        "cm_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 40
        },
        "cm_chain_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a97f07630f574366"
          },
          "offset": 256
        },
        "cm_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "cm_complete_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 192
        },
        "cm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "cm_desc": {
          "type": {
            "kind": "union",
            "name": "MPI2_REQUEST_DESCRIPTOR_UNION"
          },
          "offset": 208
        },
        "cm_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 232
        },
        "cm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "cm_iovec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 112
        },
        "cm_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_17cb1d1ca44303bf"
          },
          "offset": 0
        },
        "cm_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "cm_max_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "cm_out_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "cm_prp_page_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a12186a96fd5a5f"
          },
          "offset": 272
        },
        "cm_recovery": {
          "type": {
            "kind": "struct",
            "name": "unnamed_17cb1d1ca44303bf"
          },
          "offset": 16
        },
        "cm_reply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "cm_reply_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "cm_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "cm_req_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "cm_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_softc"
            }
          },
          "offset": 32
        },
        "cm_sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_sense_data"
            }
          },
          "offset": 240
        },
        "cm_sense_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "cm_sge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "cm_sglsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "cm_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "cm_targ": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mprsas_target"
            }
          },
          "offset": 200
        },
        "cm_timeout_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "cm_uio": {
          "type": {
            "kind": "struct",
            "name": "uio"
          },
          "offset": 64
        },
        "nvme_error_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "mpr_config_params": {
      "size": 56,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "cbdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "hdr": {
          "type": {
            "kind": "union",
            "name": "MPI2_CONFIG_EXT_PAGE_HEADER_UNION"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "mpr_debug_string": {
      "size": 16,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_diag_action": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PtrDiagAction": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ReturnCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mpr_diag_action_t": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PtrDiagAction": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ReturnCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mpr_diag_read_buffer": {
      "size": 24,
      "fields": {
        "BytesToRead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "PtrDataBuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "StartingOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mpr_diag_read_buffer_t": {
      "size": 24,
      "fields": {
        "BytesToRead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "PtrDataBuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "StartingOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mpr_dumpreq_hdr": {
      "size": 20,
      "fields": {
        "deschi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "desclo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "numframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "smid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpr_event_enable": {
      "size": 16,
      "fields": {
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_event_enable_t": {
      "size": 16,
      "fields": {
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_event_entry": {
      "size": 200,
      "fields": {
        "Data": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "Number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_event_entry_t": {
      "size": 200,
      "fields": {
        "Data": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "Number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_event_handle": {
      "size": 48,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "eh_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_34cb018373084378"
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mpr_event_query": {
      "size": 20,
      "fields": {
        "Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpr_event_query_t": {
      "size": 20,
      "fields": {
        "Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpr_event_report": {
      "size": 16,
      "fields": {
        "PtrEvents": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_event_report_t": {
      "size": 16,
      "fields": {
        "PtrEvents": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_ext_cfg_page_req": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpr_ext_cfg_page_req32": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_query": {
      "size": 112,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "DriverAddedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "TotalBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_query_t": {
      "size": 112,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "DriverAddedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "TotalBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_register": {
      "size": 108,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "RequestedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_register_t": {
      "size": 108,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "RequestedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_release": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_release_t": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_unregister": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diag_unregister_t": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diagnostic_buffer": {
      "size": 112,
      "fields": {
        "buffer_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "extended_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "force_release": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "owned_by_firmware": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "product_specific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "valid_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "mpr_fw_diagnostic_buffer_t": {
      "size": 112,
      "fields": {
        "buffer_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "extended_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "force_release": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "owned_by_firmware": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "product_specific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "valid_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "mpr_fw_event_work": {
      "size": 32,
      "fields": {
        "ev_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3c6bdf3856cc519d"
          },
          "offset": 16
        },
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "event_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpr_ident": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_pass_thru": {
      "size": 56,
      "fields": {
        "DataDirection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DataOutSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "DataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "PtrData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "PtrDataOut": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "PtrReply": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "PtrRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ReplySize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "RequestSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "mpr_pass_thru_t": {
      "size": 56,
      "fields": {
        "DataDirection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DataOutSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "DataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "PtrData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "PtrDataOut": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "PtrReply": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "PtrRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ReplySize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "RequestSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "mpr_pci_bits": {
      "size": 8,
      "fields": {
        "PciSegmentId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f81004b96d3f7f14"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_pci_bits_t": {
      "size": 8,
      "fields": {
        "PciSegmentId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f81004b96d3f7f14"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_pci_info": {
      "size": 264,
      "fields": {
        "BusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DeviceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "InterruptVector": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "PciHeader": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpr_pci_info_t": {
      "size": 264,
      "fields": {
        "BusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DeviceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "InterruptVector": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "PciHeader": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpr_prp_page": {
      "size": 32,
      "fields": {
        "prp_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "prp_page_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "prp_page_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a1ac035261718ad2"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_queue": {
      "size": 80,
      "fields": {
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "chain_alloc_fail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "chain_free_lowwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "io_cmds_highwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "post_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_REPLY_DESCRIPTORS_UNION"
            }
          },
          "offset": 16
        },
        "qnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "replypostindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_raid_action": {
      "size": 48,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "action_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "action_data_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "volume_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "volume_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mpr_raid_action32": {
      "size": 44,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "action_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "action_data_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "volume_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "volume_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mpr_reg_access": {
      "size": 12,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RegData": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RegOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpr_reg_access_t": {
      "size": 12,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RegData": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RegOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpr_softc": {
      "size": 41504,
      "fields": {
        "SSU_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41364
        },
        "SSU_started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41368
        },
        "atomic_desc_capable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 464
        },
        "chain_alloc_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "chain_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 712
        },
        "chain_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "chain_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 704
        },
        "chain_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "chain_free_lowwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "chain_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a97f07630f574366"
          },
          "offset": 368
        },
        "chain_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 720
        },
        "chains": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_chain"
            }
          },
          "offset": 176
        },
        "commands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_command"
            }
          },
          "offset": 168
        },
        "control_TLR": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41345
        },
        "custom_nvme_tm_handling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41496
        },
        "device_check_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 256
        },
        "disable_msi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41376
        },
        "disable_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41372
        },
        "dpm_entry_used": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 936
        },
        "dpm_flush_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 944
        },
        "dpm_pg0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Mpi2DriverMappingPage0_t"
            }
          },
          "offset": 952
        },
        "dump_reqs_alltypes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "eedp_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41344
        },
        "enable_ssu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "enclosure_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_mapping_table"
            }
          },
          "offset": 920
        },
        "event_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41336
        },
        "event_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ef969f49ea67d6bd"
          },
          "offset": 520
        },
        "event_mask": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 504
        },
        "event_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41340
        },
        "events_to_record": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1320
        },
        "exclude_ids": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 41400
        },
        "facts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_IOC_FACTS_REPLY"
            }
          },
          "offset": 472
        },
        "fqdepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 496
        },
        "free_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 784
        },
        "free_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 776
        },
        "fw_diag_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 808
        },
        "fw_diag_buffer_list": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mpr_fw_diagnostic_buffer_t"
            }
          },
          "offset": 984
        },
        "fw_diag_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 816
        },
        "fw_diag_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 824
        },
        "fw_diag_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 832
        },
        "fw_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "high_priority_req_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_217f64823f4859af"
          },
          "offset": 352
        },
        "io_cmds_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "io_cmds_highwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ioc_pg8": {
          "type": {
            "kind": "struct",
            "name": "Mpi2IOCPage8_t"
          },
          "offset": 844
        },
        "iounit_pg8": {
          "type": {
            "kind": "struct",
            "name": "Mpi2IOUnitPage8_t"
          },
          "offset": 868
        },
        "ir_firmware": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 840
        },
        "is_dpm_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 972
        },
        "lastfail": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 41480
        },
        "mapping_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_mapping_table"
            }
          },
          "offset": 912
        },
        "max_chains": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "max_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 960
        },
        "max_dpm_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 970
        },
        "max_enclosures": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 962
        },
        "max_evtframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41396
        },
        "max_expanders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 964
        },
        "max_io_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "max_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41380
        },
        "max_prireqframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41388
        },
        "max_replyframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41392
        },
        "max_reqframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41384
        },
        "max_volumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 966
        },
        "maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "mpr_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "mpr_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "mpr_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "mpr_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mpr_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mpr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mpr_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 576
        },
        "mpr_log_eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_event_handle"
            }
          },
          "offset": 536
        },
        "mpr_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 544
        },
        "mpr_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 456
        },
        "mpr_regs_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 424
        },
        "mpr_regs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "msg_version": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "msi_msgs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "msleep_fake_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41362
        },
        "num_chains": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 492
        },
        "num_enc_table_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 967
        },
        "num_prireqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 484
        },
        "num_replies": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 488
        },
        "num_reqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "num_rsvd_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 968
        },
        "nvme_abort_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41497
        },
        "pending_map_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 976
        },
        "periodic": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 192
        },
        "port_enable_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41361
        },
        "post_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 768
        },
        "post_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_REPLY_DESCRIPTORS_UNION"
            }
          },
          "offset": 760
        },
        "pqdepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 500
        },
        "prp_buffer_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "prp_page_alloc_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "prp_page_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 736
        },
        "prp_page_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 744
        },
        "prp_page_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a12186a96fd5a5f"
          },
          "offset": 384
        },
        "prp_page_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 752
        },
        "prp_pages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 728
        },
        "prp_pages_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "prp_pages_free_lowwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "prps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_prp_page"
            }
          },
          "offset": 184
        },
        "queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_queue"
            }
          },
          "offset": 320
        },
        "queues_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 792
        },
        "queues_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 800
        },
        "recorded_events": {
          "type": {
            "count": 200,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mpr_event_entry_t"
            }
          },
          "offset": 1336
        },
        "removal_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "map_removal_table"
            }
          },
          "offset": 928
        },
        "reply_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "reply_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 656
        },
        "reply_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 640
        },
        "reply_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 664
        },
        "replyframesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "replyfreeindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 420
        },
        "replypostindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 416
        },
        "req_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "req_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 624
        },
        "req_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 608
        },
        "req_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_217f64823f4859af"
          },
          "offset": 336
        },
        "req_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 632
        },
        "reqframesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sassc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mprsas_softc"
            }
          },
          "offset": 328
        },
        "sense_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "sense_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 688
        },
        "sense_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_sense_data"
            }
          },
          "offset": 672
        },
        "sense_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 696
        },
        "shutdown_eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 41352
        },
        "spinup_wait_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 120
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 136
        },
        "tm_cmds_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "tm_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_217f64823f4859af"
          },
          "offset": 400
        },
        "track_mapping_events": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 973
        },
        "use_phynum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "wait_for_port_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41360
        }
      },
      "kind": "struct"
    },
    "mpr_table_lookup": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpr_user_func": {
      "size": 16,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "f_pre": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpr_usr_command": {
      "size": 48,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "req_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rpl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "rpl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mpr_usr_command32": {
      "size": 28,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "req_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rpl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rpl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mprotect_args": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "prot_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prot_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "mprsas_lun": {
      "size": 24,
      "fields": {
        "eedp_block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eedp_formatted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "lun_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "lun_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ff43ab24c2024e92"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mprsas_softc": {
      "size": 160,
      "fields": {
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 24
        },
        "ev_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a824a45b7e54e261"
          },
          "offset": 144
        },
        "ev_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 112
        },
        "ev_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 104
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "maxtargets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mprsas_eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_event_handle"
            }
          },
          "offset": 80
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 40
        },
        "sas_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 48
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_softc"
            }
          },
          "offset": 0
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 32
        },
        "startup_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sysctl_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 96
        },
        "targets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mprsas_target"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mprsas_target": {
      "size": 184,
      "fields": {
        "MDTS": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "aborts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "commands": {
          "type": {
            "kind": "struct",
            "name": "unnamed_217f64823f4859af"
          },
          "offset": 48
        },
        "completed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "connector_name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5
        },
        "controller_reset_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 180
        },
        "devinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "devname": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "encl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "encl_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "encl_level_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "encl_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "exp_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "is_nvme": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 175
        },
        "issued": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "linkrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "logical_unit_resets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "luns": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c0eb3ee3ac967409"
          },
          "offset": 40
        },
        "outstanding": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "parent_devinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "parent_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "parent_sasaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "pending_remove_tm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_command"
            }
          },
          "offset": 72
        },
        "phy_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "sasaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "scsi_req_desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 172
        },
        "stop_at_shutdown": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 173
        },
        "supports_SSU": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 174
        },
        "target_resets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "timedout_commands": {
          "type": {
            "kind": "struct",
            "name": "unnamed_217f64823f4859af"
          },
          "offset": 80
        },
        "timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_command"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mps_adapter_data": {
      "size": 84,
      "fields": {
        "AdapterType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "BiosVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DriverVersion": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "MpiFirmwareVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "MpiPortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "PCIDeviceHwId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PCIDeviceHwRev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PciInformation": {
          "type": {
            "kind": "struct",
            "name": "mps_pci_bits_t"
          },
          "offset": 76
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "ScsiId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "StructureLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SubSystemId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SubsystemVendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mps_adapter_data_t": {
      "size": 84,
      "fields": {
        "AdapterType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "BiosVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DriverVersion": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "MpiFirmwareVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "MpiPortNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "PCIDeviceHwId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PCIDeviceHwRev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PciInformation": {
          "type": {
            "kind": "struct",
            "name": "mps_pci_bits_t"
          },
          "offset": 76
        },
        "Reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "Reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "Reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "ScsiId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "StructureLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SubSystemId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "SubsystemVendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mps_btdh_mapping": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_btdh_mapping_t": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "DevHandle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "TargetID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_busdma_context": {
      "size": 48,
      "fields": {
        "abandoned": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "buffer_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "completed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_softc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mps_cfg_page_req": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mps_cfg_page_req32": {
      "size": 20,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mps_chain": {
      "size": 32,
      "fields": {
        "chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_SGE_IO_UNION"
            }
          },
          "offset": 16
        },
        "chain_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "chain_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8e7d866701561ea7"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_column_map": {
      "size": 4,
      "fields": {
        "dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mps_command": {
      "size": 344,
      "fields": {
        "cm_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 272
        },
        "cm_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 40
        },
        "cm_chain_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e316ce25fe8c7b96"
          },
          "offset": 248
        },
        "cm_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "cm_complete_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 192
        },
        "cm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "cm_desc": {
          "type": {
            "kind": "union",
            "name": "MPI2_REQUEST_DESCRIPTOR_UNION"
          },
          "offset": 208
        },
        "cm_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 232
        },
        "cm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "cm_iovec": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 112
        },
        "cm_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bb9732aad3f18261"
          },
          "offset": 0
        },
        "cm_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "cm_max_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "cm_out_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "cm_recovery": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bb9732aad3f18261"
          },
          "offset": 16
        },
        "cm_reply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "cm_reply_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "cm_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "cm_req_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "cm_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_softc"
            }
          },
          "offset": 32
        },
        "cm_sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_sense_data"
            }
          },
          "offset": 240
        },
        "cm_sense_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "cm_sge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_SGE_IO_UNION"
            }
          },
          "offset": 152
        },
        "cm_sglsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "cm_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "cm_targ": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpssas_target"
            }
          },
          "offset": 200
        },
        "cm_timeout_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "cm_uio": {
          "type": {
            "kind": "struct",
            "name": "uio"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mps_config_params": {
      "size": 56,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "cbdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "hdr": {
          "type": {
            "kind": "union",
            "name": "MPI2_CONFIG_EXT_PAGE_HEADER_UNION"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "mps_debug_string": {
      "size": 16,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_diag_action": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PtrDiagAction": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ReturnCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mps_diag_action_t": {
      "size": 24,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "PtrDiagAction": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ReturnCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mps_diag_read_buffer": {
      "size": 24,
      "fields": {
        "BytesToRead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "PtrDataBuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "StartingOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mps_diag_read_buffer_t": {
      "size": 24,
      "fields": {
        "BytesToRead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "PtrDataBuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "StartingOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mps_dumpreq_hdr": {
      "size": 20,
      "fields": {
        "deschi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "desclo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "numframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "smid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mps_event_enable": {
      "size": 16,
      "fields": {
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_event_enable_t": {
      "size": 16,
      "fields": {
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_event_entry": {
      "size": 200,
      "fields": {
        "Data": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "Number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_event_entry_t": {
      "size": 200,
      "fields": {
        "Data": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "Number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_event_handle": {
      "size": 48,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "eh_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f9ed5e22158dc082"
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mps_event_query": {
      "size": 20,
      "fields": {
        "Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mps_event_query_t": {
      "size": 20,
      "fields": {
        "Entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mps_event_report": {
      "size": 16,
      "fields": {
        "PtrEvents": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_event_report_t": {
      "size": 16,
      "fields": {
        "PtrEvents": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "Size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_ext_cfg_page_req": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mps_ext_cfg_page_req32": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "MPI2_CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_query": {
      "size": 112,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "DriverAddedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "TotalBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_query_t": {
      "size": 112,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "DriverAddedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "TotalBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_register": {
      "size": 108,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "RequestedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_register_t": {
      "size": 108,
      "fields": {
        "ApplicationFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "BufferType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "DiagnosticFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ExtendedType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ProductSpecific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "RequestedBufferSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_release": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_release_t": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_unregister": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_fw_diag_unregister_t": {
      "size": 4,
      "fields": {
        "UniqueId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_fw_diagnostic_buffer": {
      "size": 112,
      "fields": {
        "buffer_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "extended_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "force_release": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "owned_by_firmware": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "product_specific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "valid_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "mps_fw_diagnostic_buffer_t": {
      "size": 112,
      "fields": {
        "buffer_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "extended_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "force_release": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "owned_by_firmware": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "product_specific": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "valid_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "mps_fw_event_work": {
      "size": 32,
      "fields": {
        "ev_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fbed80569b7c3e64"
          },
          "offset": 16
        },
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "event_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mps_ident": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_pass_thru": {
      "size": 56,
      "fields": {
        "DataDirection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DataOutSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "DataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "PtrData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "PtrDataOut": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "PtrReply": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "PtrRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ReplySize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "RequestSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "mps_pass_thru_t": {
      "size": 56,
      "fields": {
        "DataDirection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "DataOutSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "DataSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "PtrData": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "PtrDataOut": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "PtrReply": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "PtrRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ReplySize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "RequestSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "mps_pci_bits": {
      "size": 8,
      "fields": {
        "PciSegmentId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f81004b96d3f7f14"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_pci_bits_t": {
      "size": 8,
      "fields": {
        "PciSegmentId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f81004b96d3f7f14"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_pci_info": {
      "size": 264,
      "fields": {
        "BusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DeviceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "InterruptVector": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "PciHeader": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mps_pci_info_t": {
      "size": 264,
      "fields": {
        "BusNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "DeviceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "FunctionNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "InterruptVector": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "PciHeader": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mps_queue": {
      "size": 80,
      "fields": {
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "chain_alloc_fail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "chain_free_lowwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "io_cmds_highwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "post_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_REPLY_DESCRIPTORS_UNION"
            }
          },
          "offset": 16
        },
        "qnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "replypostindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_raid_action": {
      "size": 48,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "action_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "action_data_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "volume_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "volume_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mps_raid_action32": {
      "size": 44,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "action_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "action_data_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "volume_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "volume_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mps_reg_access": {
      "size": 12,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RegData": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RegOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mps_reg_access_t": {
      "size": 12,
      "fields": {
        "Command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RegData": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RegOffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mps_softc": {
      "size": 11456,
      "fields": {
        "DD_block_exponent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11264
        },
        "DD_block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11260
        },
        "DD_column_map": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mps_column_map"
            }
          },
          "offset": 11280
        },
        "DD_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11248
        },
        "DD_max_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 11272
        },
        "DD_num_phys_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11246
        },
        "DD_stripe_exponent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11256
        },
        "DD_stripe_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11252
        },
        "SSU_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11320
        },
        "SSU_started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11324
        },
        "WD_available": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11243
        },
        "WD_hide_expose": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11245
        },
        "WD_valid_config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11244
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 416
        },
        "chain_alloc_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "chain_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 664
        },
        "chain_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 656
        },
        "chain_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "chain_free_lowwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "chain_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e316ce25fe8c7b96"
          },
          "offset": 336
        },
        "chain_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 672
        },
        "chains": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_chain"
            }
          },
          "offset": 152
        },
        "commands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_command"
            }
          },
          "offset": 144
        },
        "control_TLR": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11225
        },
        "device_check_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 224
        },
        "disable_msi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11332
        },
        "disable_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11328
        },
        "dpm_entry_used": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 816
        },
        "dpm_flush_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 824
        },
        "dpm_pg0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Mpi2DriverMappingPage0_t"
            }
          },
          "offset": 832
        },
        "dump_reqs_alltypes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "eedp_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11224
        },
        "enable_ssu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "enclosure_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_mapping_table"
            }
          },
          "offset": 800
        },
        "event_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11216
        },
        "event_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f7c3968aa0a51e74"
          },
          "offset": 472
        },
        "event_mask": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 456
        },
        "event_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11220
        },
        "events_to_record": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1200
        },
        "exclude_ids": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 11356
        },
        "facts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MPI2_IOC_FACTS_REPLY"
            }
          },
          "offset": 424
        },
        "fqdepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "free_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "free_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 696
        },
        "fw_diag_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 728
        },
        "fw_diag_buffer_list": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mps_fw_diagnostic_buffer_t"
            }
          },
          "offset": 864
        },
        "fw_diag_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 736
        },
        "fw_diag_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 744
        },
        "fw_diag_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 752
        },
        "fw_version": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "high_priority_req_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73c4d6784b0718ea"
          },
          "offset": 320
        },
        "io_cmds_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "io_cmds_highwater": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ioc_pg8": {
          "type": {
            "kind": "struct",
            "name": "Mpi2IOCPage8_t"
          },
          "offset": 764
        },
        "ir_firmware": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 760
        },
        "is_dpm_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 852
        },
        "lastfail": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 11440
        },
        "mapping_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_mapping_table"
            }
          },
          "offset": 792
        },
        "max_chains": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "max_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 840
        },
        "max_dpm_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 850
        },
        "max_enclosures": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 842
        },
        "max_evtframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11352
        },
        "max_expanders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 844
        },
        "max_io_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "max_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11336
        },
        "max_prireqframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11344
        },
        "max_replyframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11348
        },
        "max_reqframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11340
        },
        "max_volumes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 846
        },
        "maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "mps_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "mps_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "mps_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "mps_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mps_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mps_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mps_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 528
        },
        "mps_log_eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_event_handle"
            }
          },
          "offset": 488
        },
        "mps_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 496
        },
        "mps_parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 408
        },
        "mps_regs_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 376
        },
        "mps_regs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 400
        },
        "msg_version": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "msi_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "msleep_fake_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11242
        },
        "num_chains": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 444
        },
        "num_enc_table_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 847
        },
        "num_prireqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "num_replies": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "num_reqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        },
        "num_rsvd_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 848
        },
        "pending_map_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 856
        },
        "periodic": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 160
        },
        "port_enable_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11241
        },
        "post_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 688
        },
        "post_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_REPLY_DESCRIPTORS_UNION"
            }
          },
          "offset": 680
        },
        "pqdepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 452
        },
        "queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_queue"
            }
          },
          "offset": 288
        },
        "queues_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 712
        },
        "queues_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 720
        },
        "recorded_events": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mps_event_entry_t"
            }
          },
          "offset": 1216
        },
        "removal_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "map_removal_table"
            }
          },
          "offset": 808
        },
        "reply_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "reply_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 608
        },
        "reply_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 592
        },
        "reply_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 616
        },
        "replyframesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "replyfreeindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "replypostindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "req_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "req_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 576
        },
        "req_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 560
        },
        "req_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73c4d6784b0718ea"
          },
          "offset": 304
        },
        "req_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 584
        },
        "reqframesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sassc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpssas_softc"
            }
          },
          "offset": 296
        },
        "sense_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "sense_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 640
        },
        "sense_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_sense_data"
            }
          },
          "offset": 624
        },
        "sense_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 648
        },
        "shutdown_eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 11232
        },
        "spinup_wait_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 96
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 112
        },
        "tm_cmds_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tm_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73c4d6784b0718ea"
          },
          "offset": 352
        },
        "track_mapping_events": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 853
        },
        "use_phynum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "wait_for_port_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11240
        }
      },
      "kind": "struct"
    },
    "mps_table_lookup": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mps_user_func": {
      "size": 16,
      "fields": {
        "Function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "f_pre": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mps_usr_command": {
      "size": 48,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "req_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rpl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "rpl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mps_usr_command32": {
      "size": 28,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "req_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rpl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rpl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mpssas_lun": {
      "size": 24,
      "fields": {
        "eedp_block_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eedp_formatted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "lun_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "lun_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_df092743237b1160"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpssas_softc": {
      "size": 160,
      "fields": {
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 24
        },
        "ev_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6cd86915667fad3b"
          },
          "offset": 144
        },
        "ev_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 112
        },
        "ev_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 104
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "maxtargets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mpssas_eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_event_handle"
            }
          },
          "offset": 80
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 40
        },
        "sas_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 48
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_softc"
            }
          },
          "offset": 0
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 32
        },
        "startup_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sysctl_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 96
        },
        "targets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpssas_target"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mpssas_target": {
      "size": 168,
      "fields": {
        "aborts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "commands": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73c4d6784b0718ea"
          },
          "offset": 40
        },
        "completed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "devinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "devname": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "encl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "encl_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "exp_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "issued": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "linkrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "logical_unit_resets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "luns": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e31453bf8fd31344"
          },
          "offset": 32
        },
        "outstanding": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "parent_devinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "parent_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "parent_sasaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "pending_remove_tm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_command"
            }
          },
          "offset": 64
        },
        "phy_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "sasaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "stop_at_shutdown": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 164
        },
        "supports_SSU": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 165
        },
        "target_resets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "timedout_commands": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73c4d6784b0718ea"
          },
          "offset": 72
        },
        "timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_command"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "mpt_cfg_page_req": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpt_cfg_page_req32": {
      "size": 20,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpt_config_params": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ExtPageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ExtPageType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "PageAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "PageLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "PageNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "PageType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PageVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mpt_evtf_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_evtf_record"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpt_evtf_record": {
      "size": 56,
      "fields": {
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_23d1a4ba313357ff"
          },
          "offset": 40
        },
        "reply": {
          "type": {
            "kind": "struct",
            "name": "MSG_EVENT_NOTIFY_REPLY"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mpt_ext_cfg_page_req": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpt_ext_cfg_page_req32": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_EXTENDED_PAGE_HEADER"
          },
          "offset": 0
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpt_handler_t": {
      "size": 8,
      "fields": {
        "reply_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mpt_hdr_stailq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpt_map_info": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mpt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_softc"
            }
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mpt_page_memory": {
      "size": 32,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mpt_personality": {
      "size": 96,
      "fields": {
        "attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "load": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ready": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "shutdown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "unload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "use_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mpt_raid_action": {
      "size": 48,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "action_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "action_data_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "volume_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "volume_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mpt_raid_action32": {
      "size": 44,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "action_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "action_data_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ioc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "volume_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "volume_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mpt_raid_action_result": {
      "size": 20,
      "fields": {
        "action_data": {
          "type": {
            "kind": "union",
            "name": "unnamed_99253ff9ed1e1196"
          },
          "offset": 0
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mpt_raid_disk": {
      "size": 144,
      "fields": {
        "config_page": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_RAID_PHYS_DISK_0"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_406fdd30ea893bbf"
          },
          "offset": 136
        },
        "member_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "pass_thru_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "volume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_raid_volume"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "mpt_raid_volume": {
      "size": 32,
      "fields": {
        "config_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "CONFIG_PAGE_RAID_VOL_0"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_255fa330dab86310"
          },
          "offset": 24
        },
        "quiesced_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sync_progress": {
          "type": {
            "kind": "struct",
            "name": "MPI_RAID_VOL_INDICATOR"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpt_softc": {
      "size": 11544,
      "fields": {
        "ack_frames": {
          "type": {
            "kind": "struct",
            "name": "mpt_evtf_list"
          },
          "offset": 1144
        },
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 984
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 11520
        },
        "cfg": {
          "type": {
            "kind": "union",
            "name": "unnamed_8bb268d527bc82d9"
          },
          "offset": 152
        },
        "cfg_role": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "disabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "do_cfg_role": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "eh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 11512
        },
        "els_cmd_ptrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "request_t"
              }
            }
          },
          "offset": 1168
        },
        "els_cmds_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11458
        },
        "fw_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 11488
        },
        "fw_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 11480
        },
        "fw_image": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11472
        },
        "fw_image_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11468
        },
        "fw_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 11496
        },
        "fw_uploaded": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "getreqwaiter": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 888
        },
        "ioc_facts": {
          "type": {
            "kind": "struct",
            "name": "MSG_IOC_FACTS_REPLY"
          },
          "offset": 64
        },
        "ioc_page2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "CONFIG_PAGE_IOC_2"
            }
          },
          "offset": 736
        },
        "ioc_page3": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "CONFIG_PAGE_IOC_3"
            }
          },
          "offset": 744
        },
        "is_1078": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "is_fc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "is_sas": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "is_spi": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6661b9bedc740bb8"
          },
          "offset": 11528
        },
        "max_cam_seg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1028
        },
        "max_seg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1024
        },
        "mpt_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "mpt_locksetup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "mpt_pers_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "msi_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "outofbeer": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "pad3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11466
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 944
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 1104
        },
        "pci_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 880
        },
        "pci_pio_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 920
        },
        "pci_pio_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 936
        },
        "pci_pio_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 928
        },
        "pci_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 896
        },
        "pci_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 912
        },
        "pci_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 904
        },
        "phydisk_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 1120
        },
        "phydisk_sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 1112
        },
        "port_facts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MSG_PORT_FACTS_REPLY"
            }
          },
          "offset": 144
        },
        "raid_disks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_raid_disk"
            }
          },
          "offset": 760
        },
        "raid_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "raid_max_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 772
        },
        "raid_max_volumes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 768
        },
        "raid_mwce_set": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "raid_mwce_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 792
        },
        "raid_nonopt_volumes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 800
        },
        "raid_page0_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 776
        },
        "raid_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 796
        },
        "raid_rescan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 784
        },
        "raid_resync_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 788
        },
        "raid_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 808
        },
        "raid_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 816
        },
        "raid_volumes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_raid_volume"
            }
          },
          "offset": 752
        },
        "raid_wakeup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 780
        },
        "ready": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 49
        },
        "recovery_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 1128
        },
        "reply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 968
        },
        "reply_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 960
        },
        "reply_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 952
        },
        "reply_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 976
        },
        "request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1008
        },
        "request_dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 1000
        },
        "request_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 992
        },
        "request_free_list": {
          "type": {
            "kind": "struct",
            "name": "req_queue"
          },
          "offset": 1048
        },
        "request_pending_list": {
          "type": {
            "kind": "struct",
            "name": "req_queue"
          },
          "offset": 1064
        },
        "request_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1016
        },
        "request_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "request_t"
            }
          },
          "offset": 1040
        },
        "request_timeout_list": {
          "type": {
            "kind": "struct",
            "name": "req_queue"
          },
          "offset": 1080
        },
        "reset_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1032
        },
        "role": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sas_portinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mptsas_portinfo"
            }
          },
          "offset": 11504
        },
        "scinfo": {
          "type": {
            "kind": "union",
            "name": "unnamed_f8b65eb315937c05"
          },
          "offset": 712
        },
        "scsi_tgt_handler_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1152
        },
        "sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11464
        },
        "shutdwn_raid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "shutdwn_recovery": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 1096
        },
        "success": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11462
        },
        "tenabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "tgt_cmd_ptrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "request_t"
              }
            }
          },
          "offset": 1160
        },
        "tgt_cmds_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11456
        },
        "timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11460
        },
        "tmf_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "request_t"
            }
          },
          "offset": 1136
        },
        "trt": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "tgt_resource_t"
            }
          },
          "offset": 1216
        },
        "trt_wildcard": {
          "type": {
            "kind": "struct",
            "name": "tgt_resource_t"
          },
          "offset": 1176
        },
        "twildcard": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "unit": {
          "type": {
            "bit_length": 8,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "verbose": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "mpt_spi_cfg": {
      "size": 560,
      "fields": {
        "_dev_page0": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CONFIG_PAGE_SCSI_DEVICE_0"
            }
          },
          "offset": 104
        },
        "_dev_page1": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CONFIG_PAGE_SCSI_DEVICE_1"
            }
          },
          "offset": 296
        },
        "_disc_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 558
        },
        "_ini_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "_port_page0": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_SCSI_PORT_0"
          },
          "offset": 0
        },
        "_port_page1": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_SCSI_PORT_1"
          },
          "offset": 12
        },
        "_port_page2": {
          "type": {
            "kind": "struct",
            "name": "CONFIG_PAGE_SCSI_PORT_2"
          },
          "offset": 28
        },
        "_tag_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 556
        }
      },
      "kind": "struct"
    },
    "mpt_tgt_state_t": {
      "size": 48,
      "fields": {
        "bytes_xfered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 16
        },
        "is_local": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "itag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "nxfers": {
          "type": {
            "bit_length": 31,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "reply_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "request_t"
            }
          },
          "offset": 24
        },
        "resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3ed36c4669374140"
          },
          "offset": 44
        },
        "tag_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "mpt_user_raid_action_result": {
      "size": 24,
      "fields": {
        "action_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "action_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mptsas_devinfo": {
      "size": 32,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "device_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "enclosure_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "parent_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "phy_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "physical_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "sas_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "mptsas_phyinfo": {
      "size": 72,
      "fields": {
        "attached": {
          "type": {
            "kind": "struct",
            "name": "mptsas_devinfo"
          },
          "offset": 40
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hw_link_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "identify": {
          "type": {
            "kind": "struct",
            "name": "mptsas_devinfo"
          },
          "offset": 8
        },
        "negotiated_link_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "phy_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "programmed_link_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sas_port_add_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "mptsas_portinfo": {
      "size": 16,
      "fields": {
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phy_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mptsas_phyinfo"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mpu401": {
      "size": 104,
      "fields": {
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_midi"
            }
          },
          "offset": 8
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "si": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mpu_ep_control_t": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_70b5e11d6a36b710"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mpu_ep_control_u": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_70b5e11d6a36b710"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mpu_ep_semaphore_t": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3f644219f2a4191"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mpu_ep_semaphore_u": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3f644219f2a4191"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mq_config": {
      "size": 8,
      "fields": {
        "eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "q_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mrsas_abort_frame": {
      "size": 64,
      "fields": {
        "abort_context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "abort_mfi_phys_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "abort_mfi_phys_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "driver_operations": {
          "type": {
            "kind": "union",
            "name": "MFI_CAPABILITIES"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pad_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "reserved_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved_3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "reserved_4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved_5": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "mrsas_atomic_t": {
      "size": 4,
      "fields": {
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val_rdonly": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mrsas_ctrl_info": {
      "size": 2048,
      "fields": {
        "PFKTrialTimeRemaining": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1952
        },
        "adapterOperations2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e3b7a949afff18e0"
          },
          "offset": 1956
        },
        "adapterOperations3": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0da8e3b8b23c2b37"
          },
          "offset": 2024
        },
        "adapterOperations4": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b363dee756cbb09a"
          },
          "offset": 2044
        },
        "adapter_operations": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0aec69251fdf0141"
          },
          "offset": 1504
        },
        "cacheMemorySize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1954
        },
        "cluster": {
          "type": {
            "kind": "struct",
            "name": "unnamed_478260b694644d48"
          },
          "offset": 2000
        },
        "clusterId": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2004
        },
        "cluster_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1497
        },
        "cluster_permitted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1496
        },
        "currentSSCsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1938
        },
        "current_fw_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1460
        },
        "ddfSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1926
        },
        "deviceInterfacePortAddr2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1696
        },
        "device_interface": {
          "type": {
            "kind": "struct",
            "name": "unnamed_97158fac96832f1c"
          },
          "offset": 104
        },
        "driverVersion": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1960
        },
        "ecc_bucket_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1524
        },
        "expanderFwVersion": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1940
        },
        "flash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1490
        },
        "host_interface": {
          "type": {
            "kind": "struct",
            "name": "unnamed_121d4b7474258cf7"
          },
          "offset": 32
        },
        "hw_present": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3791fd083e4de581"
          },
          "offset": 1456
        },
        "image_check_word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "image_component": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_4510ea345db02d75"
            }
          },
          "offset": 184
        },
        "image_component_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "ld_degraded_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1474
        },
        "ld_offline_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1476
        },
        "ld_operations": {
          "type": {
            "kind": "struct",
            "name": "unnamed_17f7f0e88bbac7f1"
          },
          "offset": 1508
        },
        "ld_present_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1472
        },
        "lockKeyBinding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1930
        },
        "maxBvlVdSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1934
        },
        "maxConfigurablePds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1996
        },
        "maxConfigurableSSCSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1936
        },
        "maxDAPdCountSpinup60": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1992
        },
        "maxDedHSPs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1922
        },
        "maxGlobalHSPs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1924
        },
        "maxLdsPerArray": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1928
        },
        "maxPITsPerLd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1931
        },
        "maxPds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1920
        },
        "maxTargetId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1933
        },
        "maxViewsPerLd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1932
        },
        "max_arms": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1340
        },
        "max_arrays": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1342
        },
        "max_concurrent_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1464
        },
        "max_lds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1343
        },
        "max_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1468
        },
        "max_sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1466
        },
        "max_spans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1341
        },
        "max_strips_per_io": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1498
        },
        "mem_correctable_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1492
        },
        "mem_uncorrectable_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1494
        },
        "memory_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1488
        },
        "nvram_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1486
        },
        "package_version": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1600
        },
        "pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2046
        },
        "pad_cpld": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2028
        },
        "partitionsInDDF": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1929
        },
        "pci": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0848b3ae8a712eae"
          },
          "offset": 0
        },
        "pd_disk_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1484
        },
        "pd_disk_pred_failure_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1482
        },
        "pd_disk_present_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1480
        },
        "pd_mix_support": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ed0be23dcbf5f20a"
          },
          "offset": 1520
        },
        "pd_operations": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5074eb4dd10ea6ae"
          },
          "offset": 1516
        },
        "pd_present_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1478
        },
        "pdsForRaidLevels": {
          "type": {
            "kind": "struct",
            "name": "unnamed_be6e2a5d35b125c7"
          },
          "offset": 1888
        },
        "pending_image_component": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_616db837bb21f7c8"
            }
          },
          "offset": 764
        },
        "pending_image_component_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "product_name": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1344
        },
        "properties": {
          "type": {
            "kind": "struct",
            "name": "mrsas_ctrl_prop"
          },
          "offset": 1536
        },
        "raid_levels": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3199e0dec3e460ce"
          },
          "offset": 1500
        },
        "reserved3": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1760
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1995
        },
        "reserved5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1998
        },
        "reserved6": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2020
        },
        "reserved_2": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1525
        },
        "serial_no": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1424
        },
        "stripe_sz_ops": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0318a538c6115cde"
          },
          "offset": 1512
        },
        "temperatureCtrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1994
        },
        "temperatureROC": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1993
        }
      },
      "kind": "struct"
    },
    "mrsas_ctrl_prop": {
      "size": 64,
      "fields": {
        "OnOffProperties": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f8432e60f905eb95"
          },
          "offset": 32
        },
        "abortCCOnError": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "alarm_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "autoSnapVDSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "bgi_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "cache_flush_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "cc_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "cluster_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "coercion_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "disableAutoDetectBackplane": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "disable_auto_rebuild": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "disable_battery_warn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "disallowHostRequestReordering": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "ecc_bucket_leak_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ecc_bucket_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "expose_encl_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "intr_throttle_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "intr_throttle_timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "loadBalanceMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "maintainPdFailHistory": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "patrol_read_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pred_fail_poll_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rebuild_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "recon_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "restore_hotspare_on_insertion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "snapVDSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "spinDownTime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "spinup_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "spinup_drv_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "viewSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "mrsas_dcmd_frame": {
      "size": 52,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mbox": {
          "type": {
            "kind": "union",
            "name": "unnamed_72539f1b7d8f35d3"
          },
          "offset": 28
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "mrsas_sgl"
          },
          "offset": 40
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mrsas_evt_class_locale": {
      "size": 4,
      "fields": {
        "members": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b8ec585f6947b610"
          },
          "offset": 0
        },
        "word": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mrsas_evt_detail": {
      "size": 256,
      "fields": {
        "arg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "args": {
          "type": {
            "kind": "union",
            "name": "unnamed_e1c48df6214c58a4"
          },
          "offset": 32
        },
        "cl": {
          "type": {
            "kind": "union",
            "name": "mrsas_evt_class_locale"
          },
          "offset": 12
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "description": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "reserved1": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "time_stamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mrsas_evt_log_info": {
      "size": 20,
      "fields": {
        "boot_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "clear_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "newest_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "oldest_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "shutdown_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mrsas_evtarg_ld": {
      "size": 4,
      "fields": {
        "ld_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_evtarg_pd": {
      "size": 4,
      "fields": {
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "encl_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "slot_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "mrsas_frame": {
      "size": 72,
      "fields": {
        "abort": {
          "type": {
            "kind": "struct",
            "name": "mrsas_abort_frame"
          },
          "offset": 0
        },
        "dcmd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_dcmd_frame"
          },
          "offset": 0
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mrsas_header"
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "struct",
            "name": "mrsas_init_frame"
          },
          "offset": 0
        },
        "io": {
          "type": {
            "kind": "struct",
            "name": "mrsas_io_frame"
          },
          "offset": 0
        },
        "pthru": {
          "type": {
            "kind": "struct",
            "name": "mrsas_pthru_frame"
          },
          "offset": 0
        },
        "raw_bytes": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "smp": {
          "type": {
            "kind": "struct",
            "name": "mrsas_smp_frame"
          },
          "offset": 0
        },
        "stp": {
          "type": {
            "kind": "struct",
            "name": "mrsas_stp_frame"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mrsas_header": {
      "size": 24,
      "fields": {
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_xferlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mrsas_ident": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_init_frame": {
      "size": 64,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "driver_operations": {
          "type": {
            "kind": "union",
            "name": "MFI_CAPABILITIES"
          },
          "offset": 4
        },
        "driver_ver_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "driver_ver_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "queue_info_new_phys_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "queue_info_new_phys_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "queue_info_old_phys_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "queue_info_old_phys_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "reserved_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved_3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "reserved_4": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mrsas_io_frame": {
      "size": 52,
      "fields": {
        "access_byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "lba_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sense_buf_phys_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sense_buf_phys_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "mrsas_sgl"
          },
          "offset": 40
        },
        "start_lba_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "start_lba_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mrsas_iocpacket": {
      "size": 404,
      "fields": {
        "__pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "frame": {
          "type": {
            "kind": "union",
            "name": "unnamed_ad288d62e286cb22"
          },
          "offset": 20
        },
        "host_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sense_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sgl": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 148
        },
        "sgl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mrsas_iocpacket32": {
      "size": 276,
      "fields": {
        "__pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "frame": {
          "type": {
            "kind": "union",
            "name": "unnamed_ad288d62e286cb22"
          },
          "offset": 20
        },
        "host_no": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sense_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sgl": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec32"
            }
          },
          "offset": 148
        },
        "sgl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mrsas_irq_context": {
      "size": 16,
      "fields": {
        "MSIxIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_mfi_cmd": {
      "size": 112,
      "fields": {
        "abort_aen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "ccb_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 80
        },
        "cmd_id": {
          "type": {
            "kind": "union",
            "name": "unnamed_8f3430e049325704"
          },
          "offset": 88
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "mrsas_frame"
            }
          },
          "offset": 0
        },
        "frame_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "frame_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "frame_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1ae916e8e8dea9ef"
          },
          "offset": 96
        },
        "retry_for_fw_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_softc"
            }
          },
          "offset": 72
        },
        "sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "sense_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "sense_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "sense_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "sync_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "mrsas_mgmt_info": {
      "size": 8208,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8200
        },
        "sc_ptr": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mrsas_mpt_cmd": {
      "size": 256,
      "fields": {
        "callout_owner": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 224
        },
        "ccb_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 120
        },
        "chain_frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MPI2_SGE_IO_UNION"
            }
          },
          "offset": 16
        },
        "chain_frame_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "cm_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 128
        },
        "cmd_completed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "data_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 104
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "io_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MRSAS_RAID_SCSI_IO_REQUEST"
            }
          },
          "offset": 0
        },
        "io_request_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "load_balance": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4bb9cfa4e685b685"
          },
          "offset": 232
        },
        "pdInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 248
        },
        "pd_r1_lb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "peer_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mpt_cmd"
            }
          },
          "offset": 216
        },
        "r1_alt_dev_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 204
        },
        "request_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "MRSAS_REQUEST_DESCRIPTOR_UNION"
            }
          },
          "offset": 64
        },
        "retry_for_fw_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_softc"
            }
          },
          "offset": 192
        },
        "sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "sense_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sync_cmd_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tmCapable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "mrsas_passthru_cmd": {
      "size": 56,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mfi_cmd"
            }
          },
          "offset": 16
        },
        "complete": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ioctl_data_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "ioctl_data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "kern_sge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_sge64"
            }
          },
          "offset": 0
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_softc"
            }
          },
          "offset": 8
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "mrsas_pd_info": {
      "size": 512,
      "fields": {
        "allowedOps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "badBlockTableFull": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "bbmErr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a42d4db7abe227e1"
          },
          "offset": 424
        },
        "bridgeProductIdentification": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 380
        },
        "bridgeProductRevisionLevel": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 396
        },
        "bridgeVendor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 372
        },
        "coercedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "copyBackPartnerId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 364
        },
        "deviceSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 167
        },
        "disabledForRemoval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 186
        },
        "emulatedBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 403
        },
        "enclDeviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "enclIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 258
        },
        "enclPartnerDeviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 366
        },
        "enclPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 359
        },
        "fwState": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 184
        },
        "inquiryData": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "interfaceType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 401
        },
        "lastPredFailEventSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "linkSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 187
        },
        "linkSpeedOther": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 421
        },
        "mediaErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "mediaType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 370
        },
        "nonCoercedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "notCertified": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 371
        },
        "notSupported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 164
        },
        "otherErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "pathInfo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2b3b126ed94a7844"
          },
          "offset": 192
        },
        "powerState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 358
        },
        "predFailCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "progInfo": {
          "type": {
            "kind": "struct",
            "name": "MR_PD_PROGRESS"
          },
          "offset": 260
        },
        "properties": {
          "type": {
            "kind": "struct",
            "name": "unnamed_18dc06b6fb2f65ce"
          },
          "offset": 408
        },
        "rawSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "ref": {
          "type": {
            "kind": "union",
            "name": "MR_PD_REF"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 84,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 428
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 406
        },
        "reserved4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 422
        },
        "satBridgeExists": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 400
        },
        "scsiDevType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 165
        },
        "security": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4985ef355e363a9e"
          },
          "offset": 368
        },
        "shieldCounter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 420
        },
        "shieldDiagCompletionTime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 412
        },
        "state": {
          "type": {
            "kind": "union",
            "name": "MR_PD_DDF_TYPE"
          },
          "offset": 188
        },
        "temperature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 402
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_6ec8d217fcecf5f4"
          },
          "offset": 166,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_802c879122732799"
          },
          "offset": 259,
          "anonymous": true
        },
        "unusableInCurrentConfig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 293
        },
        "userDataBlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 404
        },
        "vpdPage83": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 100
        },
        "vpdPage83Ext": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 294
        }
      },
      "kind": "struct"
    },
    "mrsas_pd_list": {
      "size": 4,
      "fields": {
        "driveState": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "driveType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_progress": {
      "size": 4,
      "fields": {
        "elapsed_seconds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "progress": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_pthru_frame": {
      "size": 60,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sense_buf_phys_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sense_buf_phys_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "mrsas_sgl"
          },
          "offset": 48
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mrsas_sge32": {
      "size": 8,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_sge64": {
      "size": 12,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_sgl": {
      "size": 12,
      "fields": {
        "sge32": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_sge32"
            }
          },
          "offset": 0
        },
        "sge64": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_sge64"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mrsas_smp_frame": {
      "size": 56,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "connection_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved_2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "sas_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "unnamed_78671c8b3555548d"
          },
          "offset": 32
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mrsas_softc": {
      "size": 987192,
      "fields": {
        "CurLdCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 18376
        },
        "UnevenSpanSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10324
        },
        "adprecovery": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5912
        },
        "aen_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mfi_cmd"
            }
          },
          "offset": 5880
        },
        "aen_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 560
        },
        "atomic_desc_support": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987160
        },
        "block_sync_cache": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5924
        },
        "bus_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "bus_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "chain_frame_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 208
        },
        "chain_frame_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 216
        },
        "chain_frame_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "chain_frame_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 200
        },
        "chain_frames_alloc_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5832
        },
        "chain_offset_io_request": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5840
        },
        "chain_offset_mfi_pthru": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5841
        },
        "chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 5896
        },
        "ctlr_info_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10264
        },
        "ctlr_info_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 10272
        },
        "ctlr_info_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10280
        },
        "ctlr_info_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10256
        },
        "ctrl_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_ctrl_info"
            }
          },
          "offset": 10248
        },
        "current_map_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987128
        },
        "data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 296
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "disableOnlineCtrlReset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10292
        },
        "do_timedout_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5915
        },
        "drv_map_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987140
        },
        "drv_stream_detection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5928
        },
        "drv_supported_pd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 987120
        },
        "drv_supported_vd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 987118
        },
        "el_info_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10376
        },
        "el_info_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 10384
        },
        "el_info_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10392
        },
        "el_info_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10368
        },
        "ev_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 18344
        },
        "ev_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 18336
        },
        "evt_detail_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10200
        },
        "evt_detail_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_evt_detail"
            }
          },
          "offset": 10208
        },
        "evt_detail_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10184
        },
        "evt_detail_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10192
        },
        "fast_path_io": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5888
        },
        "fw_outstanding": {
          "type": {
            "kind": "union",
            "name": "mrsas_atomic_t"
          },
          "offset": 10296
        },
        "fw_supported_pd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 987116
        },
        "fw_supported_vd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 987114
        },
        "fw_sync_cache_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5932
        },
        "intr_handle": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 1800
        },
        "io_cmds_highwater": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10320
        },
        "io_frames_alloc_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5828
        },
        "io_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 400
        },
        "io_request_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 176
        },
        "io_request_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5544
        },
        "io_request_frames_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5536
        },
        "io_request_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 184
        },
        "io_request_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "io_request_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 168
        },
        "ioc_init_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 272
        },
        "ioc_init_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "ioc_init_phys_mem": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "ioc_init_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 264
        },
        "ioctl_count_sema": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 704
        },
        "ioctl_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 432
        },
        "irq_context": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_irq_context"
            }
          },
          "offset": 3336
        },
        "irq_id": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 2824
        },
        "is_aero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987152
        },
        "is_ventura": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987148
        },
        "jbod_seq_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mfi_cmd"
            }
          },
          "offset": 5872
        },
        "jbodmap_dmamap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 10056
        },
        "jbodmap_mem": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 10072
        },
        "jbodmap_phys_addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 10088
        },
        "jbodmap_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dma_tag"
              }
            }
          },
          "offset": 10040
        },
        "last_reply_idx": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 5560
        },
        "last_seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10360
        },
        "lb_pending_cmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 18392
        },
        "ld_drv_map": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "MR_DRV_RAID_MAP_ALL"
              }
            }
          },
          "offset": 987168
        },
        "ld_ids": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18080
        },
        "load_balance_info": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "LD_LOAD_BALANCE_INFO"
            }
          },
          "offset": 18400
        },
        "local_pd_list": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_pd_list"
            }
          },
          "offset": 11424
        },
        "log_to_span": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "LD_SPAN_INFO"
            }
          },
          "offset": 806880
        },
        "map_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5848
        },
        "map_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5844
        },
        "map_update_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mfi_cmd"
            }
          },
          "offset": 5864
        },
        "mask_interrupts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5456
        },
        "max256vdSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 987112
        },
        "maxRaidMapSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 987164
        },
        "max_chain_frame_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5458
        },
        "max_fw_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "max_map_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987124
        },
        "max_num_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 768
        },
        "max_scsi_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 764
        },
        "max_sectors_per_req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10288
        },
        "max_sge_in_chain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5838
        },
        "max_sge_in_main_msg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 5836
        },
        "mfi_cmd_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_mfi_cmd"
              }
            }
          },
          "offset": 5472
        },
        "mfi_cmd_pool_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 496
        },
        "mficmd_frame_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10168
        },
        "mficmd_sense_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10176
        },
        "mpt_cmd_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_mpt_cmd"
              }
            }
          },
          "offset": 5464
        },
        "mpt_cmd_pool_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 464
        },
        "mrsas_aen_triggered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "mrsas_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "mrsas_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10308
        },
        "mrsas_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "mrsas_fw_fault_check_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10316
        },
        "mrsas_gen3_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 987104
        },
        "mrsas_ich": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 16
        },
        "mrsas_io_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10312
        },
        "mrsas_irq": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 776
        },
        "mrsas_linux_emulator_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 48
        },
        "mrsas_mfi_cmd_list_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6938372e34fd9932"
          },
          "offset": 5496
        },
        "mrsas_mpt_cmd_list_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cf307f3a5dfec278"
          },
          "offset": 5480
        },
        "mrsas_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "mrsas_poll_waiting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 700
        },
        "mrsas_select": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 624
        },
        "msix_combined": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987156
        },
        "msix_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5388
        },
        "msix_reg_offset": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5392
        },
        "msix_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5384
        },
        "new_map_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987136
        },
        "nvme_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987144
        },
        "ocr_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 5904
        },
        "ocr_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 10352
        },
        "ocr_thread_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5914
        },
        "old_map_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987132
        },
        "path_0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 320
        },
        "path_1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 328
        },
        "pci_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 368
        },
        "pd_info_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10232
        },
        "pd_info_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_pd_info"
            }
          },
          "offset": 10240
        },
        "pd_info_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 10216
        },
        "pd_info_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10224
        },
        "pd_list": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_pd_list"
            }
          },
          "offset": 10400
        },
        "pd_seq_map_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5856
        },
        "prp_count": {
          "type": {
            "kind": "union",
            "name": "mrsas_atomic_t"
          },
          "offset": 10300
        },
        "raidmap_dmamap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 10120
        },
        "raidmap_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 528
        },
        "raidmap_mem": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 10136
        },
        "raidmap_phys_addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 10152
        },
        "raidmap_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dma_tag"
              }
            }
          },
          "offset": 10104
        },
        "reg_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 64
        },
        "reg_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "remove_in_progress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5913
        },
        "reply_alloc_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5824
        },
        "reply_desc_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 240
        },
        "reply_desc_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 248
        },
        "reply_desc_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "reply_desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 232
        },
        "reply_frames_desc_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5552
        },
        "reply_q_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5816
        },
        "req_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5528
        },
        "req_frames_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5520
        },
        "req_frames_desc_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5512
        },
        "request_alloc_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5820
        },
        "reset_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5920
        },
        "reset_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 18384
        },
        "reset_in_progress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5916
        },
        "secure_jbod_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 987105
        },
        "sense_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 144
        },
        "sense_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "sense_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "sense_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 136
        },
        "sge_holes": {
          "type": {
            "kind": "union",
            "name": "mrsas_atomic_t"
          },
          "offset": 10304
        },
        "sim_0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 304
        },
        "sim_1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 312
        },
        "sim_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 336
        },
        "streamDetectByLD": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_LD_STREAM_DETECT"
              }
            }
          },
          "offset": 987184
        },
        "stream_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 592
        },
        "support_morethan256jbod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 987108
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 10328
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 10344
        },
        "target_list": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_target"
            }
          },
          "offset": 12448
        },
        "target_reset_outstanding": {
          "type": {
            "kind": "union",
            "name": "mrsas_atomic_t"
          },
          "offset": 5936
        },
        "target_reset_pool": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_mpt_cmd"
              }
            }
          },
          "offset": 5944
        },
        "use_seqnum_jbod_fp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 987106
        },
        "verbuf_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 112
        },
        "verbuf_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "verbuf_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "verbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "mrsas_stp_frame": {
      "size": 72,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fis": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pad_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved_2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved_3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "sge_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sgl": {
          "type": {
            "kind": "union",
            "name": "unnamed_78671c8b3555548d"
          },
          "offset": 48
        },
        "stp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "mrsas_target": {
      "size": 11,
      "fields": {
        "interface_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "max_io_size_kb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7
        },
        "queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrsas_tmp_dcmd": {
      "size": 32,
      "fields": {
        "tmp_dcmd_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tmp_dcmd_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "tmp_dcmd_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tmp_dcmd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mrt6msg": {
      "size": 40,
      "fields": {
        "im6_dst": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 24
        },
        "im6_mbz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "im6_mif": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "im6_msgtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "im6_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "im6_src": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mrt6stat": {
      "size": 104,
      "fields": {
        "mrt6s_bad_tunnel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "mrt6s_cache_cleanups": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "mrt6s_cant_tunnel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "mrt6s_drop_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "mrt6s_mfc_lookups": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mrt6s_mfc_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mrt6s_no_route": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "mrt6s_pkt2large": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "mrt6s_q_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "mrt6s_upcalls": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mrt6s_upq_ovflw": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mrt6s_upq_sockfull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "mrt6s_wrong_if": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mrtstat": {
      "size": 104,
      "fields": {
        "mrts_bad_tunnel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "mrts_cache_cleanups": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "mrts_cant_tunnel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "mrts_drop_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "mrts_mfc_lookups": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mrts_mfc_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mrts_no_route": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "mrts_pkt2large": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "mrts_q_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "mrts_upcalls": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "mrts_upq_ovflw": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mrts_upq_sockfull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "mrts_wrong_if": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ms6_data": {
      "size": 13,
      "fields": {
        "bd": {
          "type": {
            "kind": "struct",
            "name": "scsi_mode_block_descr"
          },
          "offset": 4
        },
        "hd": {
          "type": {
            "kind": "struct",
            "name": "scsi_mode_hdr_6"
          },
          "offset": 0
        },
        "pages": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "msdosfs_args": {
      "size": 456,
      "fields": {
        "cs_dos": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 432
        },
        "cs_local": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 440
        },
        "cs_win": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 424
        },
        "dirmask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 448
        },
        "export": {
          "type": {
            "kind": "struct",
            "name": "oexport_args"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "fspec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "unused1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "unused2": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 164
        }
      },
      "kind": "struct"
    },
    "msdosfsmount": {
      "size": 424,
      "fields": {
        "pm_BlkPerSec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "pm_FATsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "pm_bnshift": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "pm_bo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 16
        },
        "pm_bpb": {
          "type": {
            "kind": "struct",
            "name": "bpb50"
          },
          "offset": 64
        },
        "pm_bpcluster": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "pm_checkpath_lock": {
          "type": {
            "kind": "struct",
            "name": "lock"
          },
          "offset": 352
        },
        "pm_cnshift": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "pm_cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 8
        },
        "pm_crbomask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "pm_curfat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "pm_d2u": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 304
        },
        "pm_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 56
        },
        "pm_devvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        },
        "pm_dirmask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "pm_fatblk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "pm_fatblocksec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "pm_fatblocksize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "pm_fatdiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "pm_fatlock": {
          "type": {
            "kind": "struct",
            "name": "lock"
          },
          "offset": 312
        },
        "pm_fatmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "pm_fatmult": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "pm_fatsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "pm_firstcluster": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "pm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "pm_fmod": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "pm_freeclustercount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "pm_fsinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "pm_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pm_inusemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "pm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "pm_maxcluster": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "pm_mountp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "pm_nxtfree": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "pm_odevvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 48
        },
        "pm_rootdirblk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "pm_rootdirfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        },
        "pm_rootdirsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "pm_rw2ro_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 392
        },
        "pm_u2d": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 296
        },
        "pm_u2w": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "pm_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pm_w2u": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "msf_lba": {
      "size": 4,
      "fields": {
        "addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3939c57af89866e"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "msg": {
      "size": 32,
      "fields": {
        "label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 24
        },
        "msg_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msg"
            }
          },
          "offset": 0
        },
        "msg_spot": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        },
        "msg_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "msg_type": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "msgbuf": {
      "size": 72,
      "fields": {
        "msg_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "msg_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "msg_lastpri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "msg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "msg_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msg_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msg_rseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "msg_seqmod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "msg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "msg_wseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "msgctl_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msqid_ds"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "msqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msqid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msqid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msgget_args": {
      "size": 16,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "key_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "key_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msgflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "msgflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msgflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "msghdr": {
      "size": 48,
      "fields": {
        "msg_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "msg_controllen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "msg_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "msg_iov": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 16
        },
        "msg_iovlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "msg_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "msg_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "msghdr32": {
      "size": 28,
      "fields": {
        "msg_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "msg_controllen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "msg_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "msg_iov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msg_iovlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "msg_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "msg_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msginfo": {
      "size": 24,
      "fields": {
        "msgmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msgmnb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "msgmni": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "msgseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "msgssz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "msgtql": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "msgmap": {
      "size": 2,
      "fields": {
        "next": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msgrcv_args": {
      "size": 40,
      "fields": {
        "msgflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "msgflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "msgflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "msgp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "msgp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msgp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "msgsz_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msgtyp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "msgtyp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msgtyp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "msqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msqid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msqid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msgsnd_args": {
      "size": 32,
      "fields": {
        "msgflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "msgflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msgflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "msgp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "msgp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msgp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "msgsz_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "msgsz_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "msqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msqid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msqid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msi_desc": {
      "size": 8,
      "fields": {
        "msg": {
          "type": {
            "kind": "struct",
            "name": "msi_msg"
          },
          "offset": 0
        },
        "pci": {
          "type": {
            "kind": "struct",
            "name": "pci_msi_desc"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msi_intsrc": {
      "size": 104,
      "fields": {
        "msi_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "msi_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "msi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "msi_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msi_intsrc"
            }
          },
          "offset": 56
        },
        "msi_intsrc": {
          "type": {
            "kind": "struct",
            "name": "intsrc"
          },
          "offset": 0
        },
        "msi_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "msi_irqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "msi_maxcount": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 81
        },
        "msi_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "msi_remap_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "msi_vector": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "msi_msg": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msix_blacklist": {
      "size": 16,
      "fields": {
        "maker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "product": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "msix_entry": {
      "size": 8,
      "fields": {
        "entry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msix_table_entry": {
      "size": 8,
      "fields": {
        "mte_handlers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mte_vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msix_vector": {
      "size": 16,
      "fields": {
        "mv_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mv_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mv_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "msk_chain_data": {
      "size": 33928,
      "fields": {
        "msk_jumbo_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 33872
        },
        "msk_jumbo_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 33864
        },
        "msk_jumbo_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 33880
        },
        "msk_jumbo_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 21568
        },
        "msk_jumbo_rxdesc": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "msk_rxdesc"
            }
          },
          "offset": 21576
        },
        "msk_last_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33892
        },
        "msk_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "msk_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33916
        },
        "msk_rx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33920
        },
        "msk_rx_putwm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33924
        },
        "msk_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 21552
        },
        "msk_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 21536
        },
        "msk_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 21560
        },
        "msk_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 9232
        },
        "msk_rxdesc": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "msk_rxdesc"
            }
          },
          "offset": 9240
        },
        "msk_tso_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 33888
        },
        "msk_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33908
        },
        "msk_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33904
        },
        "msk_tx_high_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33896
        },
        "msk_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33900
        },
        "msk_tx_put": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33912
        },
        "msk_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 21544
        },
        "msk_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 21528
        },
        "msk_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "msk_txdesc": {
          "type": {
            "count": 384,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "msk_txdesc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "msk_dmamap_arg": {
      "size": 8,
      "fields": {
        "msk_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msk_hw_stats": {
      "size": 176,
      "fields": {
        "rx_bad_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_crc_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_good_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_pkts_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_pkts_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_runt_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_spare2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_spare3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_excess_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_underflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        }
      },
      "kind": "struct"
    },
    "msk_if_softc": {
      "size": 34304,
      "fields": {
        "msk_cdata": {
          "type": {
            "kind": "struct",
            "name": "msk_chain_data"
          },
          "offset": 128
        },
        "msk_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34296
        },
        "msk_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "msk_framesize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "msk_if_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "msk_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34288
        },
        "msk_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "msk_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "msk_phyaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "msk_phytype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "msk_port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "msk_rdata": {
          "type": {
            "kind": "struct",
            "name": "msk_ring_data"
          },
          "offset": 34056
        },
        "msk_rxq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "msk_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msk_softc"
            }
          },
          "offset": 34104
        },
        "msk_stats": {
          "type": {
            "kind": "struct",
            "name": "msk_hw_stats"
          },
          "offset": 34112
        },
        "msk_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "msk_txq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "msk_txsq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "msk_vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34292
        },
        "msk_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "msk_mii_data": {
      "size": 12,
      "fields": {
        "mii_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msk_product": {
      "size": 16,
      "fields": {
        "msk_deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "msk_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msk_vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msk_ring_data": {
      "size": 48,
      "fields": {
        "msk_jumbo_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msk_rx_desc"
            }
          },
          "offset": 32
        },
        "msk_jumbo_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "msk_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msk_rx_desc"
            }
          },
          "offset": 16
        },
        "msk_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "msk_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msk_tx_desc"
            }
          },
          "offset": 0
        },
        "msk_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "msk_rx_desc": {
      "size": 8,
      "fields": {
        "msk_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "msk_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msk_rxdesc": {
      "size": 24,
      "fields": {
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_le": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msk_rx_desc"
            }
          },
          "offset": 16
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msk_softc": {
      "size": 240,
      "fields": {
        "msk_bustype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "msk_clock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "msk_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "msk_devs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 104
        },
        "msk_expcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "msk_hw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "msk_hw_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "msk_if": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "msk_if_softc"
              }
            }
          },
          "offset": 88
        },
        "msk_int_holdoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "msk_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "msk_intrhwemask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "msk_intrmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "msk_irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 16
        },
        "msk_irq_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 24
        },
        "msk_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 208
        },
        "msk_num_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "msk_pcixcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "msk_pflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "msk_pmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "msk_process_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "msk_ramsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "msk_res": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 0
        },
        "msk_res_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 8
        },
        "msk_rxqend": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 152
        },
        "msk_rxqsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "msk_rxqstart": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 144
        },
        "msk_stat_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "msk_stat_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "msk_stat_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 168
        },
        "msk_stat_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msk_stat_desc"
            }
          },
          "offset": 176
        },
        "msk_stat_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "msk_stat_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 160
        },
        "msk_txqend": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 136
        },
        "msk_txqsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "msk_txqstart": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "msk_stat_desc": {
      "size": 8,
      "fields": {
        "msk_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "msk_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msk_tx_desc": {
      "size": 8,
      "fields": {
        "msk_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "msk_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "msk_txdesc": {
      "size": 24,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_le": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msk_tx_desc"
            }
          },
          "offset": 16
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msqid_ds": {
      "size": 104,
      "fields": {
        "__msg_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msg"
            }
          },
          "offset": 32
        },
        "__msg_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msg"
            }
          },
          "offset": 40
        },
        "msg_cbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "msg_ctime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "msg_lrpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "msg_lspid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "msg_perm": {
          "type": {
            "kind": "struct",
            "name": "ipc_perm"
          },
          "offset": 0
        },
        "msg_qbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "msg_qnum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "msg_rtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "msg_stime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "msqid_ds32": {
      "size": 64,
      "fields": {
        "__msg_first": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "__msg_last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "msg_cbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "msg_ctime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "msg_lrpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "msg_lspid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "msg_perm": {
          "type": {
            "kind": "struct",
            "name": "ipc_perm32"
          },
          "offset": 0
        },
        "msg_qbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "msg_qnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "msg_rtime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "msg_stime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "msqid_kernel": {
      "size": 120,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 112
        },
        "label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 104
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "msqid_ds"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msqid_kernel32": {
      "size": 72,
      "fields": {
        "cred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "label": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "msqid_ds32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msr_op_arg": {
      "size": 24,
      "fields": {
        "arg1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "msr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mstat_stats": {
      "size": 456,
      "fields": {
        "stats_rx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b12906746eae7619"
          },
          "offset": 216
        },
        "stats_tx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e1e19e8da3cac98"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "msync_args": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mt_param_value": {
      "size": 64,
      "fields": {
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "value_fixed_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value_signed": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "value_unsigned": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "value_var_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mterrstat": {
      "size": 256,
      "fields": {
        "_reserved_padding": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "scsi_errstat": {
          "type": {
            "kind": "struct",
            "name": "scsi_tape_errors"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "mtextget": {
      "size": 216,
      "fields": {
        "alloc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "error_str": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fill_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8294f098a88d53b1"
          },
          "offset": 20
        },
        "status_xml": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mtget": {
      "size": 76,
      "fields": {
        "mt_blkno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "mt_blksiz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mt_blksiz0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "mt_blksiz1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "mt_blksiz2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "mt_blksiz3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "mt_comp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mt_comp0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "mt_comp1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "mt_comp2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "mt_comp3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "mt_density": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "mt_density0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "mt_density1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "mt_density2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "mt_density3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "mt_dsreg": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "mt_erreg": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "mt_fileno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "mt_resid": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        },
        "mt_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mtlocate": {
      "size": 96,
      "fields": {
        "block_address_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_88577515baa36dab"
          },
          "offset": 8
        },
        "dest_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c265c7153d8687aa"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7f303c4dffe4557b"
          },
          "offset": 0
        },
        "logical_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "mtop": {
      "size": 8,
      "fields": {
        "mt_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mt_op": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mtparamset": {
      "size": 272,
      "fields": {
        "error_str": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 140
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_281c94da0b7ee2ae"
          },
          "offset": 136
        },
        "value": {
          "type": {
            "kind": "union",
            "name": "mt_param_value"
          },
          "offset": 72
        },
        "value_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "value_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_db13ddca1cdf0304"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "mtrblim": {
      "size": 12,
      "fields": {
        "granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_block_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "min_block_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mtsetlist": {
      "size": 16,
      "fields": {
        "num_params": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "param_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtparamset"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mtx": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mtx_args": {
      "size": 24,
      "fields": {
        "ma_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ma_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ma_opts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mtx_padalign": {
      "size": 64,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mtx_pool": {
      "size": 192,
      "fields": {
        "mtx_pool_ary": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 128
        },
        "mtx_pool_header": {
          "type": {
            "kind": "struct",
            "name": "mtxpool_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mtx_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mtxpool_header": {
      "size": 128,
      "fields": {
        "mtxpool_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mtxpool_next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "mtxpool_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mtxpool_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "munlock_args": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "munlockall_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "munmap_args": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mush_t": {
      "size": 32,
      "fields": {
        "csio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_scsiio"
            }
          },
          "offset": 8
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "isp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ispsoftc_t"
            }
          },
          "offset": 0
        },
        "qe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mutex": {
      "size": 32,
      "fields": {
        "sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mutex_t": {
      "size": 32,
      "fields": {
        "sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mvfrey_inlist_entry": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "intrfc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mvfrey_outlist_entry": {
      "size": 4,
      "fields": {
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mvs_channel": {
      "size": 5592,
      "fields": {
        "aslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4480
        },
        "basic_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4680
        },
        "curr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mvs_device"
            }
          },
          "offset": 5208
        },
        "curr_mode": {
          "type": {
            "kind": "enum",
            "name": "mvs_edma_mode"
          },
          "offset": 4400
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4392
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "mvs_dma"
          },
          "offset": 40
        },
        "donecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4676
        },
        "eslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4484
        },
        "fake_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4684
        },
        "fatalerr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4644
        },
        "fbs_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4404
        },
        "frozen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 4688
        },
        "hold": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "ccb"
              }
            }
          },
          "offset": 3976
        },
        "holdtag": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4232
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "in_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4668
        },
        "lastslot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4648
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 4360
        },
        "numdslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4564
        },
        "numhslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4636
        },
        "numpslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4560
        },
        "numrslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4492
        },
        "numrslotspd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4496
        },
        "numtslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4568
        },
        "numtslotspd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4572
        },
        "oslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4408
        },
        "otagspd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4412
        },
        "out_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4664
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 120
        },
        "pm_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "pm_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4396
        },
        "pm_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4696
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "r_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "recoverycmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4640
        },
        "reset_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4760
        },
        "resetpolldiv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4660
        },
        "resetting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4656
        },
        "rslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4476
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 112
        },
        "slot": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mvs_slot"
            }
          },
          "offset": 136
        },
        "taggedtarget": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4652
        },
        "toslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4488
        },
        "transfersize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4672
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "user": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mvs_device"
            }
          },
          "offset": 4824
        }
      },
      "kind": "struct"
    },
    "mvs_controller": {
      "size": 320,
      "fields": {
        "ccc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "cccc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "gmim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "interrupt": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_e85b585e7537279f"
            }
          },
          "offset": 192
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "mvs_controller_irq"
          },
          "offset": 96
        },
        "mim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "msi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "msia": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 136
        },
        "pmim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "r_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "r_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sc_iomem": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mvs_controller_irq": {
      "size": 24,
      "fields": {
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "r_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mvs_crpb": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rspflg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mvs_crqb": {
      "size": 32,
      "fields": {
        "cmd": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "cprdbh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cprdbl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ctrlflg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mvs_crqb_gen2e": {
      "size": 32,
      "fields": {
        "cmd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "cprdbh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cprdbl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ctrlflg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "drbc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mvs_dc_cb_args": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "maddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mvs_device": {
      "size": 24,
      "fields": {
        "atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mvs_dma": {
      "size": 72,
      "fields": {
        "data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 64
        },
        "workrp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "workrp_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "workrp_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "workrp_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "workrq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "workrq_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "workrq_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "workrq_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mvs_eprd": {
      "size": 16,
      "fields": {
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "prdbah": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "prdbal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mvs_intr_arg": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "cause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mvs_slot": {
      "size": 120,
      "fields": {
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 24
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ata_dmaslot"
          },
          "offset": 32
        },
        "eprd_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "mvs_slot_states"
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "mwl_ant_info": {
      "size": 12,
      "fields": {
        "nf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "nf_a": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "nf_b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "nf_c": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rssi_a": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rssi_b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rssi_c": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rsvd3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "mwl_bastate": {
      "size": 16,
      "fields": {
        "bastream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MWL_HAL_BASTREAM"
            }
          },
          "offset": 8
        },
        "qos": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "txq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mwl_descdma": {
      "size": 80,
      "fields": {
        "dd_bufptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "dd_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "dd_desc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dd_desc_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dd_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "dd_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "dd_dnseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dd_dseg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 32
        },
        "dd_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mwl_hal": {
      "size": 24,
      "fields": {
        "mh_imask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mh_ioh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "mh_iot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mwl_hal_bastream": {
      "size": 40,
      "fields": {
        "ba_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "paraminfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "public": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_BASTREAM"
          },
          "offset": 0
        },
        "setup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "stream": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        }
      },
      "kind": "struct"
    },
    "mwl_hal_channel": {
      "size": 8,
      "fields": {
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "maxTxPow": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "targetPowers": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "mwl_hal_hwspec": {
      "size": 56,
      "fields": {
        "fwReleaseNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hostInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hwVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "macAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "maxNumMCAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "maxNumTxWcb": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "maxNumWCB": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "numAntennas": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "regionCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rxDescRead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rxDescWrite": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ulFwAwakeCookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "wcbBase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "wcbBase0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mwl_hal_hwstats": {
      "size": 108,
      "fields": {
        "AckFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "FCSErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "RTSFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "RTSSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "RxDuplicateFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "RxExcludedFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "RxFragErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "RxICVErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "RxMemErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "RxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "RxNonCtlPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "RxOverflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "RxPointerErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "RxUndecryptableFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "TxAttempts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "TxDone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "TxDoneBufPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "TxDoneBufTryPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "TxFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "TxFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "TxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "TxMultipleRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "TxRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "TxSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "TxUnderflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "TxWatchDogTimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Wait4TxBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "mwl_hal_priv": {
      "size": 2560,
      "fields": {
        "mh_20M": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_CHANNELINFO"
          },
          "offset": 1220
        },
        "mh_20M_5G": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_CHANNELINFO"
          },
          "offset": 1876
        },
        "mh_40M": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_CHANNELINFO"
          },
          "offset": 1548
        },
        "mh_40M_5G": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_CHANNELINFO"
          },
          "offset": 2204
        },
        "mh_FCSErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2548
        },
        "mh_RTSFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2540
        },
        "mh_RTSSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2536
        },
        "mh_RxDuplicateFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2544
        },
        "mh_SDRAMSIZE_Addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2532
        },
        "mh_bastreams": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 928
        },
        "mh_cmdaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "mh_cmdbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 112
        },
        "mh_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1216
        },
        "mh_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "mh_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 104
        },
        "mh_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "mh_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "mh_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "mh_mtxname": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "mh_regioncode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 932
        },
        "mh_revs": {
          "type": {
            "kind": "struct",
            "name": "MWL_DIAG_REVS"
          },
          "offset": 2552
        },
        "mh_seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 88
        },
        "mh_streams": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_bastream"
            }
          },
          "offset": 936
        },
        "mh_vaps": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_vap"
            }
          },
          "offset": 136
        },
        "public": {
          "type": {
            "kind": "struct",
            "name": "mwl_hal"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mwl_hal_txrxdma": {
      "size": 32,
      "fields": {
        "maxNumTxWcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "maxNumWCB": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxDescRead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rxDescWrite": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "wcbBase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "mwl_hal_vap": {
      "size": 24,
      "fields": {
        "bss_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "macid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "mh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_priv"
            }
          },
          "offset": 0
        },
        "vap_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "mwl_jumbo": {
      "size": 8,
      "fields": {
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b7f8305bcea2061c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mwl_jumbohead": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_jumbo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mwl_node": {
      "size": 29512,
      "fields": {
        "mn_ai": {
          "type": {
            "kind": "struct",
            "name": "mwl_ant_info"
          },
          "offset": 29448
        },
        "mn_avgrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29460
        },
        "mn_ba": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mwl_bastate"
            }
          },
          "offset": 29472
        },
        "mn_hvap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_vap"
            }
          },
          "offset": 29504
        },
        "mn_node": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        },
        "mn_staid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29464
        }
      },
      "kind": "struct"
    },
    "mwl_pci_ident": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mwl_pci_softc": {
      "size": 29320,
      "fields": {
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 29312
        },
        "sc_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 29304
        },
        "sc_sc": {
          "type": {
            "kind": "struct",
            "name": "mwl_softc"
          },
          "offset": 0
        },
        "sc_sr0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 29288
        },
        "sc_sr1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 29296
        }
      },
      "kind": "struct"
    },
    "mwl_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 15
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 14
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "mwl_rxbuf": {
      "size": 32,
      "fields": {
        "bf_daddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bf_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "bf_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bf_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_64d064569d06ca21"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mwl_rxbufhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_rxbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mwl_rxbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mwl_rxdesc": {
      "size": 32,
      "fields": {
        "Channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "HtSig2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "PktLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "QosCtrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "RSSI": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "RxControl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SQ2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ai": {
          "type": {
            "kind": "struct",
            "name": "mwl_ant_info"
          },
          "offset": 20
        },
        "pPhysBuffData": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pPhysNext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "mwl_softc": {
      "size": 29288,
      "fields": {
        "sc_ac2q": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mwl_txq"
              }
            }
          },
          "offset": 28992
        },
        "sc_addba_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28072
        },
        "sc_addba_response": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28080
        },
        "sc_addba_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28088
        },
        "sc_ageinterval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29176
        },
        "sc_aggrq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 29032
        },
        "sc_bawatchdogtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 29072
        },
        "sc_bssidmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28028
        },
        "sc_chanswitchtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 29136
        },
        "sc_csapending": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27876
        },
        "sc_curaid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27996
        },
        "sc_curbssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27998
        },
        "sc_curchan": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_CHANNEL"
          },
          "offset": 28004
        },
        "sc_curmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_phymode"
          },
          "offset": 27992
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27716
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27720
        },
        "sc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 27728
        },
        "sc_fwrelease": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27952
        },
        "sc_hvap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_vap"
            }
          },
          "offset": 27888
        },
        "sc_hwdma": {
          "type": {
            "kind": "struct",
            "name": "mwl_hal_txrxdma"
          },
          "offset": 27956
        },
        "sc_hwspecs": {
          "type": {
            "kind": "struct",
            "name": "mwl_hal_hwspec"
          },
          "offset": 27896
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_imask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27988
        },
        "sc_invalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27876
        },
        "sc_io0h": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27736
        },
        "sc_io0t": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27744
        },
        "sc_io1h": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27752
        },
        "sc_io1t": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27760
        },
        "sc_mh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal"
            }
          },
          "offset": 27880
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27768
        },
        "sc_napvaps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28020
        },
        "sc_nbssid0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28024
        },
        "sc_ndwdsvaps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28023
        },
        "sc_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28040
        },
        "sc_node_cleanup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28048
        },
        "sc_node_drain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28056
        },
        "sc_nrxfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28280
        },
        "sc_nstavaps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28022
        },
        "sc_nwdsvaps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28021
        },
        "sc_radarena": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27876
        },
        "sc_radartask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 29104
        },
        "sc_recv_action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28064
        },
        "sc_recv_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 28032
        },
        "sc_recvsetup": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27876
        },
        "sc_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27876
        },
        "sc_rx_th": {
          "type": {
            "kind": "struct",
            "name": "mwl_rx_radiotap_header"
          },
          "offset": 29264
        },
        "sc_rxantenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28016
        },
        "sc_rxblocked": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27876
        },
        "sc_rxbuf": {
          "type": {
            "kind": "struct",
            "name": "mwl_rxbufhead"
          },
          "offset": 28176
        },
        "sc_rxdma": {
          "type": {
            "kind": "struct",
            "name": "mwl_descdma"
          },
          "offset": 28096
        },
        "sc_rxdmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 28240
        },
        "sc_rxfree": {
          "type": {
            "kind": "struct",
            "name": "mwl_jumbohead"
          },
          "offset": 28272
        },
        "sc_rxlock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 28288
        },
        "sc_rxmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 28256
        },
        "sc_rxmem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 28232
        },
        "sc_rxmem_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28264
        },
        "sc_rxmemsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28248
        },
        "sc_rxnext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_rxbuf"
            }
          },
          "offset": 28192
        },
        "sc_rxtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 28200
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "sc_staid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29168
        },
        "sc_stats": {
          "type": {
            "kind": "struct",
            "name": "mwl_stats"
          },
          "offset": 27272
        },
        "sc_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 29184
        },
        "sc_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 27800
        },
        "sc_tx_th": {
          "type": {
            "kind": "struct",
            "name": "mwl_tx_radiotap_header"
          },
          "offset": 29248
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27872
        },
        "sc_txantenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28018
        },
        "sc_txq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mwl_txq"
            }
          },
          "offset": 28320
        },
        "sc_txratehandling": {
          "type": {
            "kind": "enum",
            "name": "unnamed_151f636f6745d8fb"
          },
          "offset": 28012
        },
        "sc_txtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 29040
        },
        "sc_watchdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27808
        }
      },
      "kind": "struct"
    },
    "mwl_stats": {
      "size": 444,
      "fields": {
        "hw_stats": {
          "type": {
            "kind": "struct",
            "name": "mwl_hal_hwstats"
          },
          "offset": 0
        },
        "mst_addba_nostream": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "mst_ampdu_nostream": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "mst_ampdu_reject": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "mst_ant_rx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 224
        },
        "mst_ant_tx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "mst_bacreate_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "mst_bawatchdog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "mst_bawatchdog_empty": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "mst_bawatchdog_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "mst_bawatchdog_notfound": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "mst_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "mst_ff_txerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "mst_pad": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 320
        },
        "mst_radardetect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "mst_rx_badtkipicv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "mst_rx_busdma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "mst_rx_crypto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "mst_rx_dmabufmissing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "mst_rx_nodmabuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "mst_rx_noise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 205
        },
        "mst_rx_nombuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "mst_rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "mst_rx_rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 204
        },
        "mst_rx_tkipmic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "mst_rx_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "mst_rxbuf_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "mst_tso_badeth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "mst_tso_badsplit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "mst_tso_nohdr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "mst_tx_aging": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "mst_tx_badframetype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "mst_tx_busdma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "mst_tx_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "mst_tx_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "mst_tx_linear": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "mst_tx_linkerror": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "mst_tx_mgmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "mst_tx_mretries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "mst_tx_nodata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "mst_tx_noheadroom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "mst_tx_nombuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "mst_tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "mst_tx_qdrop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "mst_tx_qstop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "mst_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 206
        },
        "mst_tx_retries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "mst_tx_shortpre": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "mst_tx_tso": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "mst_tx_xretries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "mst_watchdog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "mwl_tx_radiotap_header": {
      "size": 16,
      "fields": {
        "wt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "wt_txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "mwl_txbuf": {
      "size": 80,
      "fields": {
        "bf_daddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bf_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "bf_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "bf_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8012acbb407595ba"
          },
          "offset": 0
        },
        "bf_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 56
        },
        "bf_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 64
        },
        "bf_nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "bf_segs": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 40
        },
        "bf_txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_txq"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "mwl_txbufhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_txbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mwl_txbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mwl_txdesc": {
      "size": 36,
      "fields": {
        "DataRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "DestAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "Format": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "PktLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "PktPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "QosCtrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SapPktInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "Status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "TxPriority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ack_wcb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pPhysNext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "mwl_txq": {
      "size": 168,
      "fields": {
        "active": {
          "type": {
            "kind": "struct",
            "name": "mwl_txbufhead"
          },
          "offset": 152
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "mwl_descdma"
          },
          "offset": 0
        },
        "free": {
          "type": {
            "kind": "struct",
            "name": "mwl_txbufhead"
          },
          "offset": 136
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80
        },
        "name": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "nfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "qnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "txpri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "mwl_vap": {
      "size": 3096,
      "fields": {
        "mv_ap_hvap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_vap"
            }
          },
          "offset": 3064
        },
        "mv_eapolformat": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3074
        },
        "mv_hvap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_vap"
            }
          },
          "offset": 3056
        },
        "mv_last_ps_sta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3072
        },
        "mv_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3080
        },
        "mv_set_tim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3088
        },
        "mv_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mwltxrec": {
      "size": 32,
      "fields": {
        "fwlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "wh": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_frame_addr4"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "mxge_add_maddr_ctx": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_softc_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "mxge_cmd_t": {
      "size": 12,
      "fields": {
        "data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mxge_dma_t": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mxge_media_type": {
      "size": 16,
      "fields": {
        "bitmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mxge_pkt_info": {
      "size": 32,
      "fields": {
        "ip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip"
            }
          },
          "offset": 8
        },
        "ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_hdr"
            }
          },
          "offset": 16
        },
        "ip_hlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ip_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tcp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcphdr"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "mxge_rx_buffer_state": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mxge_rx_done_t": {
      "size": 56,
      "fields": {
        "cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 8
        },
        "entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_slot_t"
            }
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "mxge_rx_ring_t": {
      "size": 64,
      "fields": {
        "alloc_fail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "cl_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "extra_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_rx_buffer_state"
            }
          },
          "offset": 16
        },
        "lanai": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_recv_t"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "nbufs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "shadow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_recv_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mxge_slice_state": {
      "size": 872,
      "fields": {
        "fw_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_irq_data_t"
            }
          },
          "offset": 368
        },
        "fw_stats_dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 560
        },
        "if_drv_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 424
        },
        "ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "irq_claim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 376
        },
        "lc": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 432
        },
        "obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "oerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "omcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "rx_big": {
          "type": {
            "kind": "struct",
            "name": "mxge_rx_ring_t"
          },
          "offset": 248
        },
        "rx_done": {
          "type": {
            "kind": "struct",
            "name": "mxge_rx_done_t"
          },
          "offset": 312
        },
        "rx_small": {
          "type": {
            "kind": "struct",
            "name": "mxge_rx_ring_t"
          },
          "offset": 184
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_softc_t"
            }
          },
          "offset": 0
        },
        "scratch": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 616
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 600
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 592
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "mxge_tx_ring_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mxge_softc": {
      "size": 1168,
      "fields": {
        "adopted_rx_filter_bug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 716
        },
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_cmd_response_t"
            }
          },
          "offset": 56
        },
        "cmd_dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 64
        },
        "cmd_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 168
        },
        "cmd_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1136
        },
        "co_hdl": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 864
        },
        "connector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 820
        },
        "current_media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 824
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 720
        },
        "dmabench_dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 832
        },
        "down_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "driver_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 200
        },
        "driver_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1152
        },
        "dying": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 816
        },
        "eeprom_strings": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 320
        },
        "fw_multicast_support": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 780
        },
        "fw_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 312
        },
        "fw_ver_major": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 704
        },
        "fw_ver_minor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 708
        },
        "fw_ver_tiny": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 712
        },
        "fw_version": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 576
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 296
        },
        "intr_coal_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "intr_coal_delay_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "irq_deassert": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 264
        },
        "legacy_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "link_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "link_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 784
        },
        "lro_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1000
        },
        "mac_addr_string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 992
        },
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 788
        },
        "max_tso6_hlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 828
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 728
        },
        "media_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 800
        },
        "mem_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 256
        },
        "msix_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 304
        },
        "msix_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 272
        },
        "msix_pba_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 288
        },
        "msix_table_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 280
        },
        "need_media_probe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 804
        },
        "num_slices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 808
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 252
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_dev"
            }
          },
          "offset": 128
        },
        "pectl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1006
        },
        "product_code_string": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1008
        },
        "rdma_tags_available": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "read_dma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 768
        },
        "read_write_dma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 776
        },
        "rx_ring_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 812
        },
        "serial_number_string": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1072
        },
        "slice_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 976
        },
        "slice_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 968
        },
        "sram": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "sram_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_slice_state"
            }
          },
          "offset": 8
        },
        "stop_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "throttle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 792
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 928
        },
        "tx_boundary": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tx_defrag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 796
        },
        "wake_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "watchdog_countdown": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        },
        "watchdog_resets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "watchdog_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 936
        },
        "wc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "write_dma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 772
        },
        "zeropad_dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "mxge_softc_t": {
      "size": 1168,
      "fields": {
        "adopted_rx_filter_bug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 716
        },
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_cmd_response_t"
            }
          },
          "offset": 56
        },
        "cmd_dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 64
        },
        "cmd_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 168
        },
        "cmd_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1136
        },
        "co_hdl": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 864
        },
        "connector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 820
        },
        "current_media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 824
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 720
        },
        "dmabench_dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 832
        },
        "down_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "driver_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 200
        },
        "driver_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1152
        },
        "dying": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 816
        },
        "eeprom_strings": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 320
        },
        "fw_multicast_support": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 780
        },
        "fw_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 312
        },
        "fw_ver_major": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 704
        },
        "fw_ver_minor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 708
        },
        "fw_ver_tiny": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 712
        },
        "fw_version": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 576
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 296
        },
        "intr_coal_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "intr_coal_delay_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "irq_deassert": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 264
        },
        "legacy_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "link_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "link_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 784
        },
        "lro_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1000
        },
        "mac_addr_string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 992
        },
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 788
        },
        "max_tso6_hlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 828
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 728
        },
        "media_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 800
        },
        "mem_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 256
        },
        "msix_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 304
        },
        "msix_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 272
        },
        "msix_pba_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 288
        },
        "msix_table_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 280
        },
        "need_media_probe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 804
        },
        "num_slices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 808
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 252
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_dev"
            }
          },
          "offset": 128
        },
        "pectl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1006
        },
        "product_code_string": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1008
        },
        "rdma_tags_available": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "read_dma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 768
        },
        "read_write_dma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 776
        },
        "rx_ring_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 812
        },
        "serial_number_string": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1072
        },
        "slice_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 976
        },
        "slice_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 968
        },
        "sram": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "sram_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_slice_state"
            }
          },
          "offset": 8
        },
        "stop_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "throttle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 792
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 928
        },
        "tx_boundary": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tx_defrag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 796
        },
        "wake_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "watchdog_countdown": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        },
        "watchdog_resets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "watchdog_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 936
        },
        "wc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "write_dma": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 772
        },
        "zeropad_dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "mxge_tx_buffer_state": {
      "size": 24,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "mxge_tx_ring_t": {
      "size": 176,
      "fields": {
        "activate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 32
        },
        "deactivate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "defrag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_tx_buffer_state"
            }
          },
          "offset": 88
        },
        "lanai": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_send_t"
            }
          },
          "offset": 40
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "max_desc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "pkt_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "queue_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "req_bytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "req_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_send_t"
            }
          },
          "offset": 64
        },
        "seg_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 80
        },
        "send_go": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "send_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "stall": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "wake": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "watchdog_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "watchdog_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "watchdog_rx_pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "my_id": {
      "size": 24,
      "fields": {
        "my_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "my_proc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "my_prog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "my_vers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "my_inet_opt": {
      "size": 24,
      "fields": {
        "has_opt": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "printname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "na_fcentry_24xx_t": {
      "size": 64,
      "fields": {
        "na_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "na_fwhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "na_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "na_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "na_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "na_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "na_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "na_reserved3": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "na_reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "na_reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "na_reserved6": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "na_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "na_srr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "na_srr_iu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "na_srr_reject_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "na_srr_reject_explanation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "na_srr_reject_vunique": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "na_srr_reloff_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "na_srr_reloff_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "na_srr_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "na_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "na_status_subcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "na_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "namecache": {
      "size": 64,
      "fields": {
        "n_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_35d5d1499a5191ed"
          },
          "offset": 48
        },
        "nc_dst": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5c0bbfda6976e69c"
          },
          "offset": 16
        },
        "nc_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        },
        "nc_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "nc_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_11b53f603d97f756"
          },
          "offset": 32
        },
        "nc_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 58
        },
        "nc_nlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "nc_src": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7901d014b7cd3dd1"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "namecache_ts": {
      "size": 104,
      "fields": {
        "nc_dotdottime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "nc_nc": {
          "type": {
            "kind": "struct",
            "name": "namecache"
          },
          "offset": 40
        },
        "nc_pad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "nc_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nc_time": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nameicap_tracker": {
      "size": 24,
      "fields": {
        "dp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "nm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae498963f42e8cb3"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nameicap_tracker_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nameicap_tracker"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nameicap_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nameidata": {
      "size": 200,
      "fields": {
        "ni_cap_tracker": {
          "type": {
            "kind": "struct",
            "name": "nameicap_tracker_head"
          },
          "offset": 176
        },
        "ni_cnd": {
          "type": {
            "kind": "struct",
            "name": "componentname"
          },
          "offset": 128
        },
        "ni_debugflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 108
        },
        "ni_dirfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ni_dirp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ni_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 96
        },
        "ni_dvp_seqc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "ni_filecaps": {
          "type": {
            "kind": "struct",
            "name": "filecaps"
          },
          "offset": 56
        },
        "ni_lcf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ni_loopcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 110
        },
        "ni_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "ni_pathlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "ni_resflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ni_rightsneeded": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cap_rights_t"
            }
          },
          "offset": 16
        },
        "ni_rootdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        },
        "ni_segflg": {
          "type": {
            "kind": "enum",
            "name": "uio_seg"
          },
          "offset": 8
        },
        "ni_startdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        },
        "ni_topdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        },
        "ni_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 88
        },
        "ni_vp_seqc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        }
      },
      "kind": "struct"
    },
    "nameidata_outer": {
      "size": 16,
      "fields": {
        "cn_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ni_pathlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nameidata_saved": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "namelist": {
      "size": 4,
      "fields": {
        "nodeinfo": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nodeinfo"
            }
          },
          "offset": 4
        },
        "numnames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nanosleep_args": {
      "size": 16,
      "fields": {
        "rmtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 8
        },
        "rmtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rmtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rqtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 0
        },
        "rqtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rqtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "napi_struct": {
      "size": 96,
      "fields": {
        "budget": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "net_device"
            }
          },
          "offset": 32
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_21258e63084e38e1"
          },
          "offset": 0
        },
        "napi_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 64
        },
        "poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "rx_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "rx_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 16
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "nchashhead": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nchstats": {
      "size": 64,
      "fields": {
        "ncs_2passes": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "ncs_badhits": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "ncs_falsehits": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "ncs_goodhits": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "ncs_long": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "ncs_miss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "ncs_neghits": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "ncs_pass2": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "nd6_drhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_defrouter"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nd_defrouter"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nd_defrouter": {
      "size": 64,
      "fields": {
        "dr_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e199f14767c19b75"
          },
          "offset": 0
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 48
        },
        "installed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "raflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rtaddr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 16
        },
        "rtlifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        }
      },
      "kind": "struct"
    },
    "nd_ifinfo": {
      "size": 56,
      "fields": {
        "basereachable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chlim": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "linkmtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "maxmtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "randomid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "randomseed0": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "randomseed1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "reachable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "recalctm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "retrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nd_neighbor_advert": {
      "size": 24,
      "fields": {
        "nd_na_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        },
        "nd_na_target": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nd_neighbor_solicit": {
      "size": 24,
      "fields": {
        "nd_ns_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        },
        "nd_ns_target": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nd_opt_hdr": {
      "size": 2,
      "fields": {
        "nd_opt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nd_opt_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nd_opt_mtu": {
      "size": 8,
      "fields": {
        "nd_opt_mtu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nd_opt_mtu_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nd_opt_mtu_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nd_opt_mtu_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nd_opt_nonce": {
      "size": 8,
      "fields": {
        "nd_opt_nonce": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "nd_opt_nonce_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nd_opt_nonce_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nd_opt_prefix_info": {
      "size": 32,
      "fields": {
        "nd_opt_pi_flags_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nd_opt_pi_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nd_opt_pi_preferred_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nd_opt_pi_prefix": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 16
        },
        "nd_opt_pi_prefix_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nd_opt_pi_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nd_opt_pi_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nd_opt_pi_valid_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nd_opt_rd_hdr": {
      "size": 8,
      "fields": {
        "nd_opt_rh_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nd_opt_rh_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nd_opt_rh_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nd_opt_rh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nd_opts": {
      "size": 160,
      "fields": {
        "nd_opt_array": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nd_opt_hdr"
              }
            }
          },
          "offset": 0
        },
        "nd_opt_each": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0aabe8ea559a12b1"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "nd_pfxrouter": {
      "size": 24,
      "fields": {
        "pfr_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aa70bd27c1f0ac42"
          },
          "offset": 0
        },
        "router": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_defrouter"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nd_prefix": {
      "size": 136,
      "fields": {
        "ndpr_addrcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "ndpr_advrtrs": {
          "type": {
            "kind": "struct",
            "name": "pr_rtrhead"
          },
          "offset": 112
        },
        "ndpr_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bfc3cd99522c1a7f"
          },
          "offset": 8
        },
        "ndpr_expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "ndpr_flags": {
          "type": {
            "kind": "struct",
            "name": "prf_ra"
          },
          "offset": 104
        },
        "ndpr_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "ndpr_lastupdate": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "ndpr_mask": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 52
        },
        "ndpr_plen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "ndpr_pltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ndpr_preferred": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "ndpr_prefix": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 24
        },
        "ndpr_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "ndpr_stateflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ndpr_vltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "nd_prefixctl": {
      "size": 56,
      "fields": {
        "ndpr_flags": {
          "type": {
            "kind": "struct",
            "name": "prf_ra"
          },
          "offset": 48
        },
        "ndpr_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "ndpr_plen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "ndpr_pltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ndpr_prefix": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 8
        },
        "ndpr_vltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nd_prhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_prefix"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nd_redirect": {
      "size": 40,
      "fields": {
        "nd_rd_dst": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 24
        },
        "nd_rd_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        },
        "nd_rd_target": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nd_router_advert": {
      "size": 16,
      "fields": {
        "nd_ra_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        },
        "nd_ra_reachable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nd_ra_retransmit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nd_router_solicit": {
      "size": 8,
      "fields": {
        "nd_rs_hdr": {
          "type": {
            "kind": "struct",
            "name": "icmp6_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nda_cacheinfo": {
      "size": 16,
      "fields": {
        "ndm_confirmed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndm_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ndm_updated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ndm_used": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nda_softc": {
      "size": 136,
      "fields": {
        "cam_iosched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_iosched_softc"
            }
          },
          "offset": 0
        },
        "deletes": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 48
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_aa7e316c87e3ff5f"
          },
          "offset": 20
        },
        "nsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "outstanding_cmds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7c5abda28b9ddc59"
          },
          "offset": 24
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6ef7cc0f569c3663"
          },
          "offset": 16
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 88
        },
        "sysctl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 56
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 104
        },
        "trim_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "trim_lbas": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "trim_ranges": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "unmappedio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "nda_trim_request": {
      "size": 4112,
      "fields": {
        "bps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_58fcd5b873e35941"
          },
          "offset": 4096
        },
        "dsm": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nvme_dsm_range"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ndis_802_11_configuration": {
      "size": 32,
      "fields": {
        "atim": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bintval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dsconfig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fhconfig": {
          "type": {
            "kind": "struct",
            "name": "ndis_802_11_configuration_fh"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ndis_802_11_configuration_fh": {
      "size": 16,
      "fields": {
        "dwelltime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hoppattern": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hopset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ndis_802_11_fixed_ies": {
      "size": 12,
      "fields": {
        "bintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "tstamp": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ndis_802_11_ssid": {
      "size": 36,
      "fields": {
        "ssid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "ssidlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ndis_csum_offload": {
      "size": 32,
      "fields": {
        "ndis_ip4_rxcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ndis_ip4_rxenc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ndis_ip4_txcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ndis_ip4_txenc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndis_ip6_rxcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ndis_ip6_rxenc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ndis_ip6_txcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ndis_ip6_txenc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ndis_encap_offload": {
      "size": 8,
      "fields": {
        "ndis_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndis_maxhdr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ndis_ipsecv1_offload": {
      "size": 28,
      "fields": {
        "ndis_ah_esp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ndis_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndis_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ndis_ip4_ah": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ndis_ip4_esp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ndis_ip4_opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ndis_xport_tun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ndis_ipsecv2_offload": {
      "size": 32,
      "fields": {
        "ndis_ah": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ndis_ah_esp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ndis_auth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ndis_crypto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ndis_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndis_esp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ndis_extseq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ndis_ip4opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ndis_ip6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ndis_ip6ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ndis_lso": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ndis_sa_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ndis_tun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ndis_udp_esp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ndis_xport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ndis_xport_tun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ndis_lsov1_offload": {
      "size": 16,
      "fields": {
        "ndis_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndis_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ndis_minsegs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ndis_opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ndis_lsov2_offload": {
      "size": 28,
      "fields": {
        "ndis_ip4_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndis_ip4_maxsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ndis_ip4_minsg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ndis_ip6_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ndis_ip6_maxsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ndis_ip6_minsg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ndis_ip6_opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ndis_object_hdr": {
      "size": 4,
      "fields": {
        "ndis_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ndis_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ndis_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ndis_offload": {
      "size": 156,
      "fields": {
        "ndis_csum": {
          "type": {
            "kind": "struct",
            "name": "ndis_csum_offload"
          },
          "offset": 4
        },
        "ndis_encap_gre": {
          "type": {
            "kind": "struct",
            "name": "ndis_encap_offload"
          },
          "offset": 148
        },
        "ndis_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ndis_hdr": {
          "type": {
            "kind": "struct",
            "name": "ndis_object_hdr"
          },
          "offset": 0
        },
        "ndis_ipsecv1": {
          "type": {
            "kind": "struct",
            "name": "ndis_ipsecv1_offload"
          },
          "offset": 52
        },
        "ndis_ipsecv2": {
          "type": {
            "kind": "struct",
            "name": "ndis_ipsecv2_offload"
          },
          "offset": 112
        },
        "ndis_lsov1": {
          "type": {
            "kind": "struct",
            "name": "ndis_lsov1_offload"
          },
          "offset": 36
        },
        "ndis_lsov2": {
          "type": {
            "kind": "struct",
            "name": "ndis_lsov2_offload"
          },
          "offset": 80
        },
        "ndis_rsc": {
          "type": {
            "kind": "struct",
            "name": "ndis_rsc_offload"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "ndis_offload_params": {
      "size": 28,
      "fields": {
        "ndis_encap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ndis_encap_types": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "ndis_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ndis_hdr": {
          "type": {
            "kind": "struct",
            "name": "ndis_object_hdr"
          },
          "offset": 0
        },
        "ndis_ip4csum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ndis_ipsecv1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ndis_ipsecv2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ndis_ipsecv2_ip4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "ndis_lsov1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ndis_lsov2_ip4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ndis_lsov2_ip6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ndis_rsc_ip4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "ndis_rsc_ip6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "ndis_tcp4conn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ndis_tcp4csum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ndis_tcp6conn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ndis_tcp6csum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ndis_udp4csum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ndis_udp6csum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ndis_rsc_offload": {
      "size": 2,
      "fields": {
        "ndis_ip4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ndis_ip6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ndis_rss_caps": {
      "size": 20,
      "fields": {
        "ndis_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ndis_hdr": {
          "type": {
            "kind": "struct",
            "name": "ndis_object_hdr"
          },
          "offset": 0
        },
        "ndis_nind": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ndis_nmsi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ndis_nrxr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ndis_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ndis_rss_params": {
      "size": 40,
      "fields": {
        "ndis_bcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ndis_cpumaskcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ndis_cpumaskentsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ndis_cpumaskoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ndis_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ndis_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ndis_hdr": {
          "type": {
            "kind": "struct",
            "name": "ndis_object_hdr"
          },
          "offset": 0
        },
        "ndis_indoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ndis_indsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ndis_keyoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ndis_keysize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ndis_rssprm_toeplitz": {
      "size": 592,
      "fields": {
        "rss_ind": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "rss_key": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "rss_params": {
          "type": {
            "kind": "struct",
            "name": "ndis_rss_params"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ndis_wlan_bssid_ex": {
      "size": 116,
      "fields": {
        "config": {
          "type": {
            "kind": "struct",
            "name": "ndis_802_11_configuration"
          },
          "offset": 60
        },
        "ieslen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "inframode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "networktype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "privacy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ssid": {
          "type": {
            "kind": "struct",
            "name": "ndis_802_11_ssid"
          },
          "offset": 12
        },
        "supprates": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "ndmsg": {
      "size": 12,
      "fields": {
        "ndm_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ndm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ndm_ifindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ndm_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ndm_pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ndm_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ndm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "neglist": {
      "size": 192,
      "fields": {
        "nl_evict_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "nl_hotlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24efe66b9a4cec91"
          },
          "offset": 112
        },
        "nl_hotnum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "nl_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24efe66b9a4cec91"
          },
          "offset": 96
        },
        "nl_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "negstate": {
      "size": 2,
      "fields": {
        "neg_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "neg_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "net_device": {
      "size": 512,
      "fields": {
        "dev": {
          "type": {
            "kind": "struct",
            "name": "device"
          },
          "offset": 184
        },
        "dev_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "drv_priv": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 512
        },
        "ethtool_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ethtool_ops"
            }
          },
          "offset": 136
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "ieee80211_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wireless_dev"
            }
          },
          "offset": 16
        },
        "mc": {
          "type": {
            "kind": "struct",
            "name": "netdev_hw_addr_list"
          },
          "offset": 32
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_assign_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "napi_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c5966921597010e5"
          },
          "offset": 472
        },
        "napi_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 440
        },
        "napi_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 488
        },
        "needed_headroom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "needs_free_netdev": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 152
        },
        "netdev_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "net_device_ops"
            }
          },
          "offset": 144
        },
        "priv_destructor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "reg_state": {
          "type": {
            "kind": "enum",
            "name": "net_device_reg_state"
          },
          "offset": 128
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "unnamed_815ec1f181b41388"
          },
          "offset": 64
        },
        "threaded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "net_device_ops": {
      "size": 40,
      "fields": {
        "ndo_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ndo_set_mac_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ndo_set_rx_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ndo_start_xmit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ndo_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "net_dim": {
      "size": 104,
      "fields": {
        "event_ctr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 99
        },
        "prev_stats": {
          "type": {
            "kind": "struct",
            "name": "net_dim_stats"
          },
          "offset": 4
        },
        "profile_ix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 98
        },
        "start_sample": {
          "type": {
            "kind": "struct",
            "name": "net_dim_sample"
          },
          "offset": 16
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "steps_left": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "steps_right": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 101
        },
        "tired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "tune_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "net_dim_cq_moder": {
      "size": 6,
      "fields": {
        "cq_period_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "usec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "net_dim_sample": {
      "size": 24,
      "fields": {
        "byte_ctr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "event_ctr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pkt_ctr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "net_dim_stats": {
      "size": 12,
      "fields": {
        "bpms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "epms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ppms": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netbuf": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netconfig": {
      "size": 136,
      "fields": {
        "nc_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "nc_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nc_lookups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 56
        },
        "nc_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nc_nlookups": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "nc_proto": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nc_protofmly": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nc_semantics": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nc_unused": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "netcred": {
      "size": 136,
      "fields": {
        "netc_anon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 104
        },
        "netc_exflags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "netc_numsecflavors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "netc_rnodes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 0
        },
        "netc_secflavors": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "netdev_hw_addr": {
      "size": 40,
      "fields": {
        "addr": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "addr_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netdev_hw_addr_list": {
      "size": 24,
      "fields": {
        "addr_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netdev_notifier_info": {
      "size": 16,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "net_device"
            }
          },
          "offset": 0
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netexport": {
      "size": 152,
      "fields": {
        "ne4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node_head"
            }
          },
          "offset": 136
        },
        "ne6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node_head"
            }
          },
          "offset": 144
        },
        "ne_defexported": {
          "type": {
            "kind": "struct",
            "name": "netcred"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netfront_info": {
      "size": 152,
      "fields": {
        "carrier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 136
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "maxfrags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "num_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netfront_rxq"
            }
          },
          "offset": 48
        },
        "sc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "sc_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 96
        },
        "txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netfront_txq"
            }
          },
          "offset": 56
        },
        "xbdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 72
        },
        "xn_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "xn_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "xn_reset": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "netfront_rx_info": {
      "size": 40,
      "fields": {
        "extras": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "netif_extra_info"
            }
          },
          "offset": 8
        },
        "rx": {
          "type": {
            "kind": "struct",
            "name": "netif_rx_response"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netfront_rxq": {
      "size": 3376,
      "fields": {
        "grant_ref": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        },
        "gref_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netfront_info"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 3184
        },
        "mbufs": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 1128
        },
        "name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "ring": {
          "type": {
            "kind": "struct",
            "name": "netif_rx_front_ring_t"
          },
          "offset": 64
        },
        "ring_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "rx_refill": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3312
        },
        "xen_intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "netfront_txq": {
      "size": 19992,
      "fields": {
        "br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 3192
        },
        "defrtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3208
        },
        "full": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 19984
        },
        "grant_ref": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        },
        "gref_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netfront_info"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "mbufs": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 1128
        },
        "mbufs_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3184
        },
        "name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "ring": {
          "type": {
            "kind": "struct",
            "name": "netif_tx_front_ring_t"
          },
          "offset": 64
        },
        "ring_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "segs": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 3240
        },
        "tags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_68452cd14c29b37f"
          },
          "offset": 19976
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 3200
        },
        "xen_intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "xennet_tag": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mbuf_xennet"
            }
          },
          "offset": 3528
        }
      },
      "kind": "struct"
    },
    "netgate_ids": {
      "size": 112,
      "fields": {
        "bios": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "boardname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "boardpn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "chassis": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fdt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "hwmodel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "maker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "model": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "planar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "prod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "vm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "netgate_softc": {
      "size": 24,
      "fields": {
        "sc_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sc_desc_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sc_model_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nethostaddr": {
      "size": 16,
      "fields": {
        "had_inet": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "had_inet6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "netid_af": {
      "size": 16,
      "fields": {
        "af": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "netif_extra_info": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_efec5c7c04e0b5cb"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "netif_extra_info_t": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_efec5c7c04e0b5cb"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "netif_rx_back_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_rx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_rx_back_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_rx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_rx_front_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsp_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_rx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_rx_front_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsp_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_rx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_rx_request": {
      "size": 8,
      "fields": {
        "gref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "netif_rx_request_t": {
      "size": 8,
      "fields": {
        "gref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "netif_rx_response": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "netif_rx_response_t": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "netif_rx_sring": {
      "size": 72,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "netif_rx_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netif_rx_sring_entry": {
      "size": 8,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "netif_rx_request"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "netif_rx_response"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "netif_rx_sring_t": {
      "size": 72,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "netif_rx_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netif_tx_back_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_tx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_tx_back_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsp_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_tx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_tx_front_ring": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsp_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_tx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_tx_front_ring_t": {
      "size": 24,
      "fields": {
        "nr_ents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_prod_pvt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsp_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_tx_sring"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "netif_tx_request": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "gref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "netif_tx_request_t": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "gref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "netif_tx_response": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "netif_tx_response_t": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "netif_tx_sring": {
      "size": 76,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "netif_tx_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netif_tx_sring_entry": {
      "size": 12,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "netif_tx_request"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "netif_tx_response"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "netif_tx_sring_t": {
      "size": 76,
      "fields": {
        "__pad": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "pvt": {
          "type": {
            "kind": "union",
            "name": "unnamed_9752264f9ae59615"
          },
          "offset": 16
        },
        "req_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ring": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "netif_tx_sring_entry"
            }
          },
          "offset": 64
        },
        "rsp_event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netisr_dispatch_table_entry": {
      "size": 16,
      "fields": {
        "ndte_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndte_policy_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netisr_handler": {
      "size": 104,
      "fields": {
        "nh_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "nh_drainedcpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "nh_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "nh_ispare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "nh_m2cpuid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "nh_m2flow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "nh_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nh_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "nh_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nh_pspare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 72
        },
        "nh_qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "netisr_proto": {
      "size": 56,
      "fields": {
        "np_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "np_drainedcpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "np_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "np_m2cpuid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "np_m2flow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "np_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "np_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "np_qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "netisr_work": {
      "size": 72,
      "fields": {
        "nw_dispatched": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nw_handled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "nw_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "nw_hybrid_dispatched": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "nw_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nw_qdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "nw_qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nw_queued": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "nw_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "nw_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "netisr_workstream": {
      "size": 1216,
      "fields": {
        "nws_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "nws_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "nws_intr_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_event"
            }
          },
          "offset": 0
        },
        "nws_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "nws_pendingbits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "nws_swi_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "nws_work": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "netisr_work"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "netlink_walkargs": {
      "size": 72,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "dumped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "dumped_tables": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "nlmsghdr"
          },
          "offset": 24
        },
        "nlp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlpcb"
            }
          },
          "offset": 40
        },
        "nw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_writer"
            }
          },
          "offset": 0
        },
        "rnd": {
          "type": {
            "kind": "struct",
            "name": "route_nhop_data"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netmap_adapter": {
      "size": 736,
      "fields": {
        "active_fds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "if_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 456
        },
        "if_transmit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 448
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 464
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "monitor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "na_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "na_hostvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_vp_adapter"
            }
          },
          "offset": 576
        },
        "na_lut": {
          "type": {
            "kind": "struct",
            "name": "netmap_lut"
          },
          "offset": 608
        },
        "na_max_pipes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 652
        },
        "na_next_pipe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 648
        },
        "na_pipes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netmap_pipe_adapter"
              }
            }
          },
          "offset": 640
        },
        "na_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 632
        },
        "na_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 584
        },
        "na_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_vp_adapter"
            }
          },
          "offset": 568
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 664
        },
        "nm_bdg_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 552
        },
        "nm_bdg_ctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 560
        },
        "nm_bufcfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "nm_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 528
        },
        "nm_dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 472
        },
        "nm_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 488
        },
        "nm_krings_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 536
        },
        "nm_krings_delete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 544
        },
        "nm_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_mem_d"
            }
          },
          "offset": 592
        },
        "nm_mem_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_mem_d"
            }
          },
          "offset": 600
        },
        "nm_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 512
        },
        "nm_register": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 480
        },
        "nm_rxsync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 504
        },
        "nm_txsync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 496
        },
        "num_host_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_host_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "num_rx_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "num_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_tx_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "num_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 440
        },
        "rx_buf_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "rx_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netmap_kring"
              }
            }
          },
          "offset": 48
        },
        "si": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nm_selinfo"
            }
          },
          "offset": 64
        },
        "si_users": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 432
        },
        "tailroom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "tx_rings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netmap_kring"
              }
            }
          },
          "offset": 40
        },
        "virt_hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        }
      },
      "kind": "struct"
    },
    "netmap_bdg_ops": {
      "size": 56,
      "fields": {
        "bwrap_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "vp_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "netmap_bwrap_adapter": {
      "size": 1592,
      "fields": {
        "host": {
          "type": {
            "kind": "struct",
            "name": "netmap_vp_adapter"
          },
          "offset": 776
        },
        "hwna": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 1552
        },
        "na_kpriv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_priv_d"
            }
          },
          "offset": 1560
        },
        "na_polling_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_bdg_polling_state"
            }
          },
          "offset": 1568
        },
        "nm_intr_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1584
        },
        "saved_na_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_vp_adapter"
            }
          },
          "offset": 1576
        },
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_vp_adapter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_generic_adapter": {
      "size": 776,
      "fields": {
        "mit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_generic_mit"
            }
          },
          "offset": 760
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 752
        },
        "rxsg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 768
        },
        "txqdisc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 772
        },
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_hw_adapter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_hw_adapter": {
      "size": 752,
      "fields": {
        "nm_hw_register": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 744
        },
        "save_ethtool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ethtool_ops"
            }
          },
          "offset": 736
        },
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_adapter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_if": {
      "size": 56,
      "fields": {
        "ni_bufs_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ni_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ni_host_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ni_host_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ni_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ni_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ni_spare1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "ni_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ni_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ring_ofs": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "netmap_kring": {
      "size": 768,
      "fields": {
        "buf_align": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "hwbuf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "last_reclaim": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "max_monitors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "mon_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 744
        },
        "mon_pos": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 688
        },
        "mon_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 736
        },
        "mon_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "monitors": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netmap_kring"
              }
            }
          },
          "offset": 672
        },
        "n_monitors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 684
        },
        "na": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 288
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 516
        },
        "nkr_ft": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_bdg_fwd"
            }
          },
          "offset": 304
        },
        "nkr_hwlease": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "nkr_hwofs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "nkr_lease_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "nkr_leases": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 312
        },
        "nkr_num_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nkr_stopped": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "nkr_to_refill": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "nm_bufcfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 656
        },
        "nm_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 592
        },
        "nm_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 584
        },
        "notify_na": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 296
        },
        "nr_busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "nr_hwcur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nr_hwtail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nr_kflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "nr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nr_pending_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "offset_gap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "offset_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "offset_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "pipe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_kring"
            }
          },
          "offset": 600
        },
        "pipe_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "q_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 248
        },
        "rcur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rhead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_ring"
            }
          },
          "offset": 0
        },
        "ring_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "rtail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_queue": {
          "type": {
            "kind": "struct",
            "name": "mbq"
          },
          "offset": 448
        },
        "save_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 664
        },
        "si": {
          "type": {
            "kind": "struct",
            "name": "nm_selinfo"
          },
          "offset": 64
        },
        "tx": {
          "type": {
            "kind": "enum",
            "name": "txrx"
          },
          "offset": 512
        },
        "tx_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 344
        },
        "tx_event_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 384
        },
        "tx_event_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 352
        },
        "tx_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 336
        },
        "users": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "zmon_list": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "netmap_zmon_list"
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "netmap_lut": {
      "size": 24,
      "fields": {
        "lut": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lut_entry"
            }
          },
          "offset": 0
        },
        "objsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "objtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "plut": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lut_entry"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netmap_mem_d": {
      "size": 536,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "lasterr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 520
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_mem_d"
            }
          },
          "offset": 456
        },
        "nm_grp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 444
        },
        "nm_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 440
        },
        "nm_mtx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        },
        "nm_totalsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_mem_ops"
            }
          },
          "offset": 464
        },
        "params": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "netmap_obj_params"
            }
          },
          "offset": 472
        },
        "pools": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "netmap_obj_pool"
            }
          },
          "offset": 56
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_mem_d"
            }
          },
          "offset": 448
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "netmap_mem_ext": {
      "size": 560,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_mem_ext"
            }
          },
          "offset": 544
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_os_extmem"
            }
          },
          "offset": 536
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_mem_ext"
            }
          },
          "offset": 552
        },
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_mem_d"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_mem_ops": {
      "size": 96,
      "fields": {
        "nmd_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "nmd_delete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "nmd_deref": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "nmd_finalize": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "nmd_get_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "nmd_get_lut": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "nmd_if_delete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "nmd_if_new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "nmd_if_offset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "nmd_ofstophys": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "nmd_rings_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "nmd_rings_delete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "netmap_monitor_adapter": {
      "size": 832,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 824
        },
        "priv": {
          "type": {
            "kind": "struct",
            "name": "netmap_priv_d"
          },
          "offset": 736
        },
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_adapter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_null_adapter": {
      "size": 736,
      "fields": {
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_adapter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_obj_params": {
      "size": 16,
      "fields": {
        "last_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "last_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_obj_pool": {
      "size": 128,
      "fields": {
        "_clustentries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "_clustsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "_numclusters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "_objsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "_objtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "alloc_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "bitmap_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "invalid_bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "lut": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lut_entry"
            }
          },
          "offset": 40
        },
        "memtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "numclusters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "nummax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "nummin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "objfree": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "objmaxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "objminsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "objtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "r_objsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "r_objtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "netmap_pipe_adapter": {
      "size": 784,
      "fields": {
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 744
        },
        "parent_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 768
        },
        "parent_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 776
        },
        "peer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_pipe_adapter"
            }
          },
          "offset": 752
        },
        "peer_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 760
        },
        "role": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 736
        },
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_adapter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_priv_d": {
      "size": 88,
      "fields": {
        "np_csb_atok_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_csb_atok"
            }
          },
          "offset": 72
        },
        "np_csb_ktoa_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_csb_ktoa"
            }
          },
          "offset": 80
        },
        "np_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "np_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "np_kloop_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "np_na": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 8
        },
        "np_nifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_if"
            }
          },
          "offset": 0
        },
        "np_qfirst": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "np_qlast": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "np_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "np_si": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nm_selinfo"
              }
            }
          },
          "offset": 56
        },
        "np_sync_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "np_txpoll": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "netmap_ring": {
      "size": 256,
      "fields": {
        "buf_align": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "buf_ofs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nr_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ringid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "sem": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 128
        },
        "slot": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "netmap_slot"
            }
          },
          "offset": 256
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ts": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "netmap_slot": {
      "size": 16,
      "fields": {
        "buf_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netmap_vm_handle_t": {
      "size": 16,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_priv_d"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netmap_vp_adapter": {
      "size": 776,
      "fields": {
        "autodelete": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 756
        },
        "bdg_port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 736
        },
        "last_smac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 768
        },
        "mfs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "na_bdg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_bridge"
            }
          },
          "offset": 744
        },
        "retry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 752
        },
        "up": {
          "type": {
            "kind": "struct",
            "name": "netmap_adapter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "netmap_zmon_list": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_kring"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_kring"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "netobj": {
      "size": 16,
      "fields": {
        "n_bytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "n_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "newah": {
      "size": 12,
      "fields": {
        "ah_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ah_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ah_reserve": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ah_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ah_spi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "newblk": {
      "size": 136,
      "fields": {
        "nb_bmsafemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bmsafemap"
            }
          },
          "offset": 88
        },
        "nb_deps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f046cb4d8abe60f"
          },
          "offset": 64
        },
        "nb_freefrag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freefrag"
            }
          },
          "offset": 96
        },
        "nb_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f046cb4d8abe60f"
          },
          "offset": 48
        },
        "nb_indirdeps": {
          "type": {
            "kind": "struct",
            "name": "indirdephd"
          },
          "offset": 104
        },
        "nb_jnewblk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jnewblk"
            }
          },
          "offset": 80
        },
        "nb_jwork": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 120
        },
        "nb_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "nb_newblkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "nb_newdirblk": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "newblk_hashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "newblk"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "newblkhd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "newblk"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "newdirblk": {
      "size": 64,
      "fields": {
        "db_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "db_mkdir": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 56
        },
        "db_pagedep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pagedep"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "newesp": {
      "size": 8,
      "fields": {
        "esp_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "esp_spi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nexthop_grp": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "resvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "resvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "weight": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nexus_device": {
      "size": 16,
      "fields": {
        "nx_resources": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfe_desc32": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfe_desc64": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "physaddr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfe_dmamap_arg": {
      "size": 8,
      "fields": {
        "nfe_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfe_hash_maddr_ctx": {
      "size": 12,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "nfe_hw_stats": {
      "size": 128,
      "fields": {
        "rx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_extra_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_fae": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_fifo_overuns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_frame_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_jumbos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_late_cols": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_len_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_broadcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_carrier_losts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tx_deferals": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_excess_deferals": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_fifo_underuns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_late_cols": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tx_multi_rexmits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_one_rexmits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tx_retry_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_zero_rexmits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "nfe_jrx_ring": {
      "size": 6224,
      "fields": {
        "jcur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6216
        },
        "jdata": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfe_rx_data"
            }
          },
          "offset": 72
        },
        "jdesc32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfe_desc32"
            }
          },
          "offset": 40
        },
        "jdesc64": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfe_desc64"
            }
          },
          "offset": 48
        },
        "jnext": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6220
        },
        "jphysaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "jrx_data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "jrx_desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "jrx_desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "jrx_jumbo_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "jrx_jumbo_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "jrx_spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "nfe_rx_data": {
      "size": 24,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_data_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfe_rx_ring": {
      "size": 6208,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6200
        },
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfe_rx_data"
            }
          },
          "offset": 56
        },
        "desc32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfe_desc32"
            }
          },
          "offset": 24
        },
        "desc64": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfe_desc64"
            }
          },
          "offset": 32
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6204
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "rx_desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "rx_spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "nfe_softc": {
      "size": 17128,
      "fields": {
        "eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 313
        },
        "jrxq": {
          "type": {
            "kind": "struct",
            "name": "nfe_jrx_ring"
          },
          "offset": 10904
        },
        "mii_phyaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 312
        },
        "nfe_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "nfe_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "nfe_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "nfe_force_tx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 504
        },
        "nfe_framesize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 496
        },
        "nfe_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "nfe_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "nfe_int_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 456
        },
        "nfe_intrhand": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 152
        },
        "nfe_intrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "nfe_irq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 88
        },
        "nfe_irq_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "nfe_irq_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "nfe_jumbo_disable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "nfe_link": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 488
        },
        "nfe_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "nfe_msi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "nfe_msix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "nfe_msix_pba_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 80
        },
        "nfe_msix_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 72
        },
        "nfe_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "nfe_nointrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "nfe_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 288
        },
        "nfe_process_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 500
        },
        "nfe_res": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 64
        },
        "nfe_revid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "nfe_stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 216
        },
        "nfe_stats": {
          "type": {
            "kind": "struct",
            "name": "nfe_hw_stats"
          },
          "offset": 320
        },
        "nfe_suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 492
        },
        "nfe_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 448
        },
        "nfe_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "nfe_rx_ring"
          },
          "offset": 4696
        },
        "rxtxctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "txq": {
          "type": {
            "kind": "struct",
            "name": "nfe_tx_ring"
          },
          "offset": 536
        }
      },
      "kind": "struct"
    },
    "nfe_tx_data": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "tx_data_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfe_tx_ring": {
      "size": 4160,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4148
        },
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfe_tx_data"
            }
          },
          "offset": 48
        },
        "desc32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfe_desc32"
            }
          },
          "offset": 24
        },
        "desc64": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfe_desc64"
            }
          },
          "offset": 32
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4152
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4144
        },
        "tx_data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "tx_desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfe_type": {
      "size": 16,
      "fields": {
        "dev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vid_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfs_accesscache": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "stamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfs_args": {
      "size": 112,
      "fields": {
        "acdirmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "acdirmin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "acregmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "acregmin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "addrlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "deadthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "fh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "fhsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "hostname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "maxgrouplist": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "readahead": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "readdirsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "retrans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "rsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "sotype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "timeo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "wcommitsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "wsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "nfs_diskless": {
      "size": 1512,
      "fields": {
        "my_hostnam": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1256
        },
        "mygateway": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 68
        },
        "myif": {
          "type": {
            "kind": "struct",
            "name": "ifaliasreq"
          },
          "offset": 0
        },
        "root_args": {
          "type": {
            "kind": "struct",
            "name": "onfs_args"
          },
          "offset": 88
        },
        "root_fh": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "root_hostnam": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 224
        },
        "root_saddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 208
        },
        "root_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1248
        }
      },
      "kind": "struct"
    },
    "nfs_fattr": {
      "size": 84,
      "fields": {
        "fa_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fa_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fa_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fa_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fa_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fa_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_9ac2a92b4fbf4092"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "nfs_feedback_arg": {
      "size": 24,
      "fields": {
        "nf_lastmsg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nf_mount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 0
        },
        "nf_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 16
        },
        "nf_tprintfmsg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nfs_public": {
      "size": 48,
      "fields": {
        "np_handle": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 4
        },
        "np_index": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "np_mount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 32
        },
        "np_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfs_quadconvert": {
      "size": 8,
      "fields": {
        "lval": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "nfs_rpcops": {
      "size": 48,
      "fields": {
        "nr_commit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "nr_invaldir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "nr_readlinkrpc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "nr_readrpc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "nr_writebp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "nr_writerpc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfs_uquad": {
      "size": 8,
      "fields": {
        "nfsuquad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsattrbit_t": {
      "size": 12,
      "fields": {
        "bits": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscbd_args": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "sock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscl_dumpmntopts": {
      "size": 24,
      "fields": {
        "ndmnt_blen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ndmnt_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ndmnt_fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscl_reconarg": {
      "size": 20,
      "fields": {
        "minorvers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sessionid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsclclient": {
      "size": 6264,
      "fields": {
        "nfsc_cbident": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6252
        },
        "nfsc_clientidrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6240
        },
        "nfsc_deleg": {
          "type": {
            "kind": "struct",
            "name": "nfscldeleghead"
          },
          "offset": 24
        },
        "nfsc_deleghash": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfscldeleghash"
            }
          },
          "offset": 40
        },
        "nfsc_devinfo": {
          "type": {
            "kind": "struct",
            "name": "nfscldevinfohead"
          },
          "offset": 6200
        },
        "nfsc_expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 6232
        },
        "nfsc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6256
        },
        "nfsc_id": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6260
        },
        "nfsc_idlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6258
        },
        "nfsc_layout": {
          "type": {
            "kind": "struct",
            "name": "nfscllayouthead"
          },
          "offset": 4136
        },
        "nfsc_layouthash": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfscllayouthash"
            }
          },
          "offset": 4152
        },
        "nfsc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4575ff5f912f26b7"
          },
          "offset": 0
        },
        "nfsc_lock": {
          "type": {
            "kind": "struct",
            "name": "nfsv4lock"
          },
          "offset": 6208
        },
        "nfsc_nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 6224
        },
        "nfsc_openhash": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfsclopenhash"
            }
          },
          "offset": 2088
        },
        "nfsc_owner": {
          "type": {
            "kind": "struct",
            "name": "nfsclownerhead"
          },
          "offset": 16
        },
        "nfsc_renew": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6248
        },
        "nfsc_renewthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 6216
        },
        "nfsc_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 6244
        }
      },
      "kind": "struct"
    },
    "nfscldeleg": {
      "size": 232,
      "fields": {
        "nfsdl_ace": {
          "type": {
            "kind": "struct",
            "name": "acl_entry"
          },
          "offset": 64
        },
        "nfsdl_change": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "nfsdl_clp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclclient"
            }
          },
          "offset": 80
        },
        "nfsdl_cred": {
          "type": {
            "kind": "struct",
            "name": "nfscred"
          },
          "offset": 96
        },
        "nfsdl_fh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 227
        },
        "nfsdl_fhlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 224
        },
        "nfsdl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 226
        },
        "nfsdl_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1c4b5473e7d1fb01"
          },
          "offset": 16
        },
        "nfsdl_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_12a3c4cc93546ad7"
          },
          "offset": 0
        },
        "nfsdl_lock": {
          "type": {
            "kind": "struct",
            "name": "nfscllockownerhead"
          },
          "offset": 40
        },
        "nfsdl_modtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 208
        },
        "nfsdl_owner": {
          "type": {
            "kind": "struct",
            "name": "nfsclownerhead"
          },
          "offset": 32
        },
        "nfsdl_rwlock": {
          "type": {
            "kind": "struct",
            "name": "nfsv4lock"
          },
          "offset": 88
        },
        "nfsdl_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "nfsdl_sizelimit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "nfsdl_stateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 48
        },
        "nfsdl_timestamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "nfscldeleghash": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldeleg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscldeleghead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldeleg"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscldeleg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfscldevinfo": {
      "size": 72,
      "fields": {
        "nfsdi_addrcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "nfsdi_clp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclclient"
            }
          },
          "offset": 32
        },
        "nfsdi_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclds"
              }
            }
          },
          "offset": 72
        },
        "nfsdi_deviceid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nfsdi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "nfsdi_layoutrefs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "nfsdi_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ffcd5f96deabe81e"
          },
          "offset": 0
        },
        "nfsdi_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nfsdi_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_d83eab0f538e7042"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "nfscldevinfohead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldevinfo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclds": {
      "size": 568,
      "fields": {
        "nfsclds_expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 544
        },
        "nfsclds_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 552
        },
        "nfsclds_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cc080860752fbbca"
          },
          "offset": 0
        },
        "nfsclds_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 504
        },
        "nfsclds_serverown": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 564
        },
        "nfsclds_servownlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 554
        },
        "nfsclds_sess": {
          "type": {
            "kind": "struct",
            "name": "nfsclsession"
          },
          "offset": 16
        },
        "nfsclds_sockp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfssockreq"
            }
          },
          "offset": 536
        },
        "nfsclds_verf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 556
        }
      },
      "kind": "struct"
    },
    "nfsclflayout": {
      "size": 88,
      "fields": {
        "nfsfl_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nfsfl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "nfsfl_iomode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nfsfl_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_77203702b00ffbfc"
          },
          "offset": 0
        },
        "nfsfl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nfsfl_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_370dd75d2d198560"
          },
          "offset": 40
        },
        "nfsfl_un2": {
          "type": {
            "kind": "union",
            "name": "unnamed_5c9a3e5d611c511e"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "nfsclflayouthead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclflayout"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclclient"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclient": {
      "size": 272,
      "fields": {
        "lc_allowops": {
          "type": {
            "kind": "struct",
            "name": "nfsopbit_t"
          },
          "offset": 108
        },
        "lc_callback": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "lc_cbref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "lc_clientid": {
          "type": {
            "kind": "union",
            "name": "nfsquad_t"
          },
          "offset": 80
        },
        "lc_confirm": {
          "type": {
            "kind": "union",
            "name": "nfsquad_t"
          },
          "offset": 88
        },
        "lc_deleg": {
          "type": {
            "kind": "struct",
            "name": "nfsstatehead"
          },
          "offset": 32
        },
        "lc_delegtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "lc_expiry": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "lc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "lc_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "lc_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8462c5022560107c"
          },
          "offset": 0
        },
        "lc_id": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 268
        },
        "lc_idlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "lc_mustops": {
          "type": {
            "kind": "struct",
            "name": "nfsopbit_t"
          },
          "offset": 96
        },
        "lc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "lc_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 150
        },
        "lc_olddeleg": {
          "type": {
            "kind": "struct",
            "name": "nfsstatehead"
          },
          "offset": 40
        },
        "lc_open": {
          "type": {
            "kind": "struct",
            "name": "nfsstatehead"
          },
          "offset": 24
        },
        "lc_prevsess": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "lc_program": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "lc_req": {
          "type": {
            "kind": "struct",
            "name": "nfssockreq"
          },
          "offset": 160
        },
        "lc_session": {
          "type": {
            "kind": "struct",
            "name": "nfssessionhead"
          },
          "offset": 48
        },
        "lc_stateid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsstatehead"
            }
          },
          "offset": 16
        },
        "lc_stateindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "lc_statemaxindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "lc_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "lc_verf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 260
        }
      },
      "kind": "struct"
    },
    "nfsclienthashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclient"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscllayout": {
      "size": 128,
      "fields": {
        "nfsly_clp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclclient"
            }
          },
          "offset": 112
        },
        "nfsly_fh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 124
        },
        "nfsly_fhlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 122
        },
        "nfsly_filesid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "nfsly_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "nfsly_flayread": {
          "type": {
            "kind": "struct",
            "name": "nfsclflayouthead"
          },
          "offset": 80
        },
        "nfsly_flayrw": {
          "type": {
            "kind": "struct",
            "name": "nfsclflayouthead"
          },
          "offset": 88
        },
        "nfsly_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_233fa91807440993"
          },
          "offset": 16
        },
        "nfsly_lastbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "nfsly_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5f911a6cfc93177c"
          },
          "offset": 0
        },
        "nfsly_lock": {
          "type": {
            "kind": "struct",
            "name": "nfsv4lock"
          },
          "offset": 48
        },
        "nfsly_recall": {
          "type": {
            "kind": "struct",
            "name": "nfsclrecalllayouthead"
          },
          "offset": 96
        },
        "nfsly_stateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 32
        },
        "nfsly_timestamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "nfscllayouthash": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllayout"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscllayouthead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllayout"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscllayout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfscllock": {
      "size": 40,
      "fields": {
        "nfslo_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nfslo_first": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nfslo_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_532253259142a3ba"
          },
          "offset": 0
        },
        "nfslo_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nfscllockhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllock"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscllockowner": {
      "size": 96,
      "fields": {
        "nfsl_inprog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "nfsl_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ddb4ace420023a22"
          },
          "offset": 0
        },
        "nfsl_lock": {
          "type": {
            "kind": "struct",
            "name": "nfscllockhead"
          },
          "offset": 16
        },
        "nfsl_lockflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "nfsl_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclopen"
            }
          },
          "offset": 24
        },
        "nfsl_openowner": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 84
        },
        "nfsl_owner": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "nfsl_rwlock": {
          "type": {
            "kind": "struct",
            "name": "nfsv4lock"
          },
          "offset": 64
        },
        "nfsl_seqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "nfsl_stateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nfscllockownerfh": {
      "size": 152,
      "fields": {
        "nfslfh_fh": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "nfslfh_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nfslfh_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e34ded1a5ce388eb"
          },
          "offset": 0
        },
        "nfslfh_lock": {
          "type": {
            "kind": "struct",
            "name": "nfscllockownerhead"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfscllockownerfhhead": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllockownerfh"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfscllockownerhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllockowner"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclopen": {
      "size": 152,
      "fields": {
        "nfso_cred": {
          "type": {
            "kind": "struct",
            "name": "nfscred"
          },
          "offset": 64
        },
        "nfso_fh": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 151
        },
        "nfso_fhlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 148
        },
        "nfso_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae1673f6dfb278d4"
          },
          "offset": 16
        },
        "nfso_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae1673f6dfb278d4"
          },
          "offset": 0
        },
        "nfso_lock": {
          "type": {
            "kind": "struct",
            "name": "nfscllockownerhead"
          },
          "offset": 32
        },
        "nfso_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "nfso_opencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "nfso_own": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclowner"
            }
          },
          "offset": 56
        },
        "nfso_posixlock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 150
        },
        "nfso_stateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nfsclopenhash": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclopen"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclopenhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclopen"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclowner": {
      "size": 64,
      "fields": {
        "nfsow_clp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclclient"
            }
          },
          "offset": 24
        },
        "nfsow_defunct": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "nfsow_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_873892ffaec36d9a"
          },
          "offset": 0
        },
        "nfsow_open": {
          "type": {
            "kind": "struct",
            "name": "nfsclopenhead"
          },
          "offset": 16
        },
        "nfsow_owner": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "nfsow_rwlock": {
          "type": {
            "kind": "struct",
            "name": "nfsv4lock"
          },
          "offset": 40
        },
        "nfsow_seqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nfsclownerhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclowner"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclrecalllayout": {
      "size": 72,
      "fields": {
        "nfsrecly_devid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 52
        },
        "nfsrecly_iomode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "nfsrecly_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nfsrecly_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e238e0d07ea4c300"
          },
          "offset": 0
        },
        "nfsrecly_off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nfsrecly_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "nfsrecly_recalltype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nfsrecly_stat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "nfsrecly_stateseqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nfsclrecalllayouthead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclrecalllayout"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsclsession": {
      "size": 488,
      "fields": {
        "nfsess_backslots": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 466
        },
        "nfsess_badslots": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "nfsess_cbslots": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfsslot"
            }
          },
          "offset": 32
        },
        "nfsess_clientid": {
          "type": {
            "kind": "union",
            "name": "nfsquad_t"
          },
          "offset": 160
        },
        "nfsess_defunct": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 484
        },
        "nfsess_foreslots": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 464
        },
        "nfsess_maxcache": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "nfsess_maxreq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "nfsess_maxresp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "nfsess_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "nfsess_sequenceid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "nfsess_sessionid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 468
        },
        "nfsess_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "nfsess_slotseq": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "nfsess_xprt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SVCXPRT"
            }
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "nfsclwritedsdorpc": {
      "size": 136,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 112
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclds"
            }
          },
          "offset": 64
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsfh"
            }
          },
          "offset": 88
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "iomode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 96
        },
        "minorvers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "must_commit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 120
        },
        "stateidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsv4stateid_t"
            }
          },
          "offset": 56
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        },
        "vers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nfscred": {
      "size": 76,
      "fields": {
        "nfsc_groups": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "nfsc_ngroups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "nfsc_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsd_addsock_args": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsd_clid": {
      "size": 1028,
      "fields": {
        "nclid_id": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "nclid_idlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsd_dumpclients": {
      "size": 1076,
      "fields": {
        "ndcl_addrfam": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "ndcl_cbaddr": {
          "type": {
            "kind": "union",
            "name": "unnamed_caaf060dfa3d66d4"
          },
          "offset": 32
        },
        "ndcl_clid": {
          "type": {
            "kind": "struct",
            "name": "nfsd_clid"
          },
          "offset": 48
        },
        "ndcl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndcl_ndelegs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ndcl_nlockowners": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ndcl_nlocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ndcl_nolddelegs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ndcl_nopenowners": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ndcl_nopens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsd_dumplist": {
      "size": 16,
      "fields": {
        "ndl_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ndl_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsd_dumplocklist": {
      "size": 24,
      "fields": {
        "ndllck_fname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ndllck_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ndllck_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsd_dumplocks": {
      "size": 2120,
      "fields": {
        "ndlck_addrfam": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1068
        },
        "ndlck_cbaddr": {
          "type": {
            "kind": "union",
            "name": "unnamed_caaf060dfa3d66d4"
          },
          "offset": 1072
        },
        "ndlck_clid": {
          "type": {
            "kind": "struct",
            "name": "nfsd_clid"
          },
          "offset": 1088
        },
        "ndlck_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ndlck_first": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ndlck_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ndlck_owner": {
          "type": {
            "kind": "struct",
            "name": "nfsd_clid"
          },
          "offset": 40
        },
        "ndlck_stateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsd_idargs": {
      "size": 56,
      "fields": {
        "nid_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nid_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nid_grps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "nid_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "nid_namelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nid_ngroup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "nid_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nid_usermax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "nid_usertimeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nfsd_nfscbd_args": {
      "size": 8,
      "fields": {
        "principal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsd_nfsd_args": {
      "size": 88,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "addrlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dnshost": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "dnshostlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dspath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "dspathlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "maxthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "mdspath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "mdspathlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "minthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mirrorcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "principal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nfsd_nfsd_oargs": {
      "size": 16,
      "fields": {
        "maxthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "minthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "principal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsd_oidargs": {
      "size": 40,
      "fields": {
        "nid_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nid_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nid_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "nid_namelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nid_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nid_usermax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "nid_usertimeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nfsd_pnfsd_args": {
      "size": 32,
      "fields": {
        "curdspath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "dspath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mdspath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsdevice": {
      "size": 96,
      "fields": {
        "nfsdev_deviceid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "nfsdev_dsdir": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 96
        },
        "nfsdev_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        },
        "nfsdev_fileaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "nfsdev_fileaddrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "nfsdev_flexaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "nfsdev_flexaddrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "nfsdev_host": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "nfsdev_hostnamelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "nfsdev_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5604c49ab27acce2"
          },
          "offset": 0
        },
        "nfsdev_mdsfsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 80
        },
        "nfsdev_mdsisset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "nfsdev_nextdir": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "nfsdev_nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 24
        },
        "nfsdev_nospc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "nfsdevicehead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdevice"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsdevice"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsdmap": {
      "size": 272,
      "fields": {
        "ndm_eocookie": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ndm_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cad8398196f1ce82"
          },
          "offset": 0
        },
        "ndm_un1": {
          "type": {
            "kind": "union",
            "name": "unnamed_5b0f48b744d0f35e"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nfsdontlist": {
      "size": 48,
      "fields": {
        "nfsmr_fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 20
        },
        "nfsmr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nfsmr_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1ab27c13d6718bbf"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsdontlisthead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdontlist"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsdsession": {
      "size": 1624,
      "fields": {
        "sess_cbmaxops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1112
        },
        "sess_cbmaxreq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1100
        },
        "sess_cbmaxresp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1104
        },
        "sess_cbmaxrespcached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1108
        },
        "sess_cbprogram": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1076
        },
        "sess_cbsess": {
          "type": {
            "kind": "struct",
            "name": "nfsclsession"
          },
          "offset": 1136
        },
        "sess_clp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclient"
            }
          },
          "offset": 1064
        },
        "sess_crflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1072
        },
        "sess_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_012113db5d883ade"
          },
          "offset": 8
        },
        "sess_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_012113db5d883ade"
          },
          "offset": 24
        },
        "sess_maxops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1092
        },
        "sess_maxreq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1080
        },
        "sess_maxresp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1084
        },
        "sess_maxrespcached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1088
        },
        "sess_maxslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1096
        },
        "sess_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "sess_sessionid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1116
        },
        "sess_slots": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfsslot"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nfsex_args": {
      "size": 104,
      "fields": {
        "export": {
          "type": {
            "kind": "struct",
            "name": "export_args"
          },
          "offset": 8
        },
        "fspec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsex_oldargs": {
      "size": 168,
      "fields": {
        "export": {
          "type": {
            "kind": "struct",
            "name": "o2export_args"
          },
          "offset": 8
        },
        "fspec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsexstuff": {
      "size": 32,
      "fields": {
        "nes_exflag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nes_numsecflavor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nes_secflavors": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nfsf_rec": {
      "size": 8,
      "fields": {
        "lease": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "numboots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsffm": {
      "size": 96,
      "fields": {
        "dev": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "devp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldevinfo"
            }
          },
          "offset": 16
        },
        "eff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fh": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsfh"
              }
            }
          },
          "offset": 56
        },
        "fhcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "st": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 0
        },
        "user": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "nfsfh": {
      "size": 128,
      "fields": {
        "fh_bytes": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fh_generic": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "nfsfsinfo": {
      "size": 64,
      "fields": {
        "fs_dtpref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "fs_maxfilesize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "fs_properties": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "fs_rtmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fs_rtmult": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fs_rtpref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fs_timedelta": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 40
        },
        "fs_wtmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fs_wtmult": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fs_wtpref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nfsgss_mechlist": {
      "size": 24,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "totlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nfsheur": {
      "size": 24,
      "fields": {
        "nh_nextoff": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "nh_seqcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "nh_use": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nh_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfslayout": {
      "size": 104,
      "fields": {
        "lay_clientid": {
          "type": {
            "kind": "union",
            "name": "nfsquad_t"
          },
          "offset": 32
        },
        "lay_deviceid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 68
        },
        "lay_fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 40
        },
        "lay_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "lay_fsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 84
        },
        "lay_layoutlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "lay_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_255fc02db144f5ca"
          },
          "offset": 0
        },
        "lay_mirrorcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "lay_stateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 16
        },
        "lay_trycnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "lay_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "lay_xdr": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "nfslayouthash": {
      "size": 48,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "nfslayouthead"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfslayouthead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslayout"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfslayout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfslock": {
      "size": 72,
      "fields": {
        "lo_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "lo_first": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "lo_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "lo_lckfile": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5be67bd235bd3df0"
          },
          "offset": 16
        },
        "lo_lckowner": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5be67bd235bd3df0"
          },
          "offset": 0
        },
        "lo_lfp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslockfile"
            }
          },
          "offset": 40
        },
        "lo_stp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsstate"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nfslockconflict": {
      "size": 1056,
      "fields": {
        "cl_clientid": {
          "type": {
            "kind": "union",
            "name": "nfsquad_t"
          },
          "offset": 0
        },
        "cl_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "cl_first": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cl_owner": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "cl_ownerlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "nfslockfile": {
      "size": 96,
      "fields": {
        "lf_deleg": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7ecad04dcd0cf14c"
          },
          "offset": 8
        },
        "lf_fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 56
        },
        "lf_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_59a6ec5179e8ca3f"
          },
          "offset": 40
        },
        "lf_locallock": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1474996228e6604d"
          },
          "offset": 24
        },
        "lf_locallock_lck": {
          "type": {
            "kind": "struct",
            "name": "nfsv4lock"
          },
          "offset": 84
        },
        "lf_lock": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1474996228e6604d"
          },
          "offset": 16
        },
        "lf_open": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7ecad04dcd0cf14c"
          },
          "offset": 0
        },
        "lf_rollback": {
          "type": {
            "kind": "struct",
            "name": "unnamed_512ccfcf4025f37a"
          },
          "offset": 32
        },
        "lf_usecount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "nfslockhashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslockfile"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfslockhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslock"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsmount": {
      "size": 2504,
      "fields": {
        "nm_acdirmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1284
        },
        "nm_acdirmin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1280
        },
        "nm_acregmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1292
        },
        "nm_acregmin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1288
        },
        "nm_bufq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ad6ad7a9bedfb924"
          },
          "offset": 1304
        },
        "nm_bufqiods": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1324
        },
        "nm_bufqlen": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 1320
        },
        "nm_bufqwant": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 1322
        },
        "nm_client": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_client"
            }
          },
          "offset": 1360
        },
        "nm_clientid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2472
        },
        "nm_com": {
          "type": {
            "kind": "struct",
            "name": "nfsmount_common"
          },
          "offset": 0
        },
        "nm_deadthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1256
        },
        "nm_fh": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1100
        },
        "nm_fhsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1228
        },
        "nm_fsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 2480
        },
        "nm_last_renewal": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 2496
        },
        "nm_lease_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2488
        },
        "nm_maxfilesize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1328
        },
        "nm_mech_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gss_OID_desc_struct"
            }
          },
          "offset": 2456
        },
        "nm_nam": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 1248
        },
        "nm_nametimeo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2464
        },
        "nm_negnametimeo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2468
        },
        "nm_numgrps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1096
        },
        "nm_principal": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1432
        },
        "nm_readahead": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1272
        },
        "nm_readdirsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1268
        },
        "nm_rpcops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfs_rpcops"
            }
          },
          "offset": 1336
        },
        "nm_rsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1260
        },
        "nm_secflavor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1352
        },
        "nm_soflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1240
        },
        "nm_soproto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1236
        },
        "nm_sotype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1232
        },
        "nm_timers": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rpc_timers"
            }
          },
          "offset": 1368
        },
        "nm_tprintf_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1348
        },
        "nm_tprintf_initial_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1344
        },
        "nm_verf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1296
        },
        "nm_wcommitsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1276
        },
        "nm_wsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1264
        }
      },
      "kind": "struct"
    },
    "nfsmount_common": {
      "size": 1096,
      "fields": {
        "nmcom_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nmcom_getinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1080
        },
        "nmcom_hostname": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "nmcom_mountp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 40
        },
        "nmcom_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "nmcom_retry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "nmcom_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "nmcom_timeo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "nmcom_vinvalbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1088
        }
      },
      "kind": "struct"
    },
    "nfsnode": {
      "size": 608,
      "fields": {
        "n_accesscache": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfs_accesscache"
            }
          },
          "offset": 320
        },
        "n_attrstamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 312
        },
        "n_brev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "n_change": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "n_directio_asyncwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 556
        },
        "n_directio_opens": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "n_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 480
        },
        "n_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 496
        },
        "n_excl": {
          "type": {
            "kind": "struct",
            "name": "lock"
          },
          "offset": 32
        },
        "n_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsfh"
            }
          },
          "offset": 464
        },
        "n_fhsize": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 544
        },
        "n_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "n_localmodtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 592
        },
        "n_lockf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf"
            }
          },
          "offset": 488
        },
        "n_lrev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "n_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 448
        },
        "n_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "n_openstateid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclopen"
            }
          },
          "offset": 584
        },
        "n_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "n_un1": {
          "type": {
            "kind": "union",
            "name": "unnamed_b8fc4bf5cc9171d9"
          },
          "offset": 504
        },
        "n_un2": {
          "type": {
            "kind": "union",
            "name": "unnamed_68a380f8d44fdbdf"
          },
          "offset": 520
        },
        "n_un3": {
          "type": {
            "kind": "union",
            "name": "unnamed_5730a7809023bb64"
          },
          "offset": 536
        },
        "n_v4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsv4node"
            }
          },
          "offset": 568
        },
        "n_vattr": {
          "type": {
            "kind": "struct",
            "name": "nfsvattr"
          },
          "offset": 96
        },
        "n_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 472
        },
        "n_writecred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 576
        }
      },
      "kind": "struct"
    },
    "nfsopbit_t": {
      "size": 12,
      "fields": {
        "bits": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsquad_t": {
      "size": 8,
      "fields": {
        "lval": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "nfsrchash_bucket": {
      "size": 40,
      "fields": {
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "tbl": {
          "type": {
            "kind": "struct",
            "name": "nfsrvhashhead"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nfsreferral": {
      "size": 32,
      "fields": {
        "nfr_dfileno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nfr_srvcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nfr_srvlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nfr_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nfsreq": {
      "size": 64,
      "fields": {
        "r_chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f0c501862fdb3b5"
          },
          "offset": 0
        },
        "r_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "r_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "r_nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nfsreqhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsreq"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsreq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsrollback": {
      "size": 40,
      "fields": {
        "rlck_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rlck_first": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rlck_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b95dbb837a6ac03c"
          },
          "offset": 0
        },
        "rlck_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nfsrv_descript": {
      "size": 312,
      "fields": {
        "nd_allowops": {
          "type": {
            "kind": "struct",
            "name": "nfsopbit_t"
          },
          "offset": 300
        },
        "nd_bextpg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "nd_bextpgsiz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "nd_bpos": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "nd_clientid": {
          "type": {
            "kind": "union",
            "name": "nfsquad_t"
          },
          "offset": 176
        },
        "nd_compref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "nd_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 136
        },
        "nd_curstateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 248
        },
        "nd_dpos": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "nd_errp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "nd_fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 104
        },
        "nd_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "nd_gssname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 192
        },
        "nd_gssnamelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "nd_maxextsiz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "nd_maxreq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "nd_maxresp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "nd_mb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "nd_md": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "nd_mrep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "nd_mreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "nd_nam": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 32
        },
        "nd_nam2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 40
        },
        "nd_procnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "nd_repstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "nd_retxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "nd_rp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrvcache"
            }
          },
          "offset": 96
        },
        "nd_savedcurstateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 264
        },
        "nd_saveduid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "nd_sequence": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "nd_sessionid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "nd_slotid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "nd_slotseq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 200
        },
        "nd_sockref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "nd_tcpconntime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "nd_xprt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SVCXPRT"
            }
          },
          "offset": 232
        }
      },
      "kind": "struct"
    },
    "nfsrv_lughash": {
      "size": 48,
      "fields": {
        "lughead": {
          "type": {
            "kind": "struct",
            "name": "nfsuserhashhead"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsrv_stable": {
      "size": 32,
      "fields": {
        "nst_clp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclient"
            }
          },
          "offset": 16
        },
        "nst_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a1c5e7baedca13a"
          },
          "offset": 0
        },
        "nst_rec": {
          "type": {
            "kind": "struct",
            "name": "nfst_rec"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nfsrv_stablefirst": {
      "size": 48,
      "fields": {
        "nsf_bootvals": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 16
        },
        "nsf_eograce": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "nsf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "nsf_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 24
        },
        "nsf_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_55b75b9456d5bdbb"
          },
          "offset": 0
        },
        "nsf_rec": {
          "type": {
            "kind": "struct",
            "name": "nfsf_rec"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "nfsrvallocatedsdorpc": {
      "size": 120,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 96
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 40
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 88
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 104
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsrvcache": {
      "size": 120,
      "fields": {
        "rc_ahash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_282406ea954adcde"
          },
          "offset": 16
        },
        "rc_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "rc_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_282406ea954adcde"
          },
          "offset": 0
        },
        "rc_lru": {
          "type": {
            "kind": "struct",
            "name": "unnamed_05f66f1d51265633"
          },
          "offset": 32
        },
        "rc_proc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 112
        },
        "rc_timestamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "rc_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_fe305b7f65a2d780"
          },
          "offset": 64
        },
        "rc_un2": {
          "type": {
            "kind": "union",
            "name": "unnamed_9b3dcf2eadc5a4c9"
          },
          "offset": 72
        },
        "rc_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "nfsrvdeallocatedsdorpc": {
      "size": 120,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 96
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 40
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 88
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 104
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsrvdscreate": {
      "size": 456,
      "fields": {
        "createva": {
          "type": {
            "kind": "struct",
            "name": "vattr"
          },
          "offset": 280
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 48
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 76
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 56
        },
        "pf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pnfsdsfile"
            }
          },
          "offset": 64
        },
        "tcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        },
        "va": {
          "type": {
            "kind": "struct",
            "name": "vattr"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "nfsrvdsremove": {
      "size": 128,
      "fields": {
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 48
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "fname": {
          "type": {
            "count": 57,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 68
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 56
        },
        "tcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsrvfh": {
      "size": 32,
      "fields": {
        "nfsrvfh_data": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "nfsrvfh_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsrvhashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrvcache"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsrvsetacldsdorpc": {
      "size": 120,
      "fields": {
        "aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 104
        },
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 88
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 40
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 72
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 96
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "nfsrvsetattrdsdorpc": {
      "size": 544,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 88
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dsna": {
          "type": {
            "kind": "struct",
            "name": "nfsvattr"
          },
          "offset": 320
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 536
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 40
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "na": {
          "type": {
            "kind": "struct",
            "name": "nfsvattr"
          },
          "offset": 104
        },
        "nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 72
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 96
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        },
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "nfsrvwritedsdorpc": {
      "size": 128,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 96
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "err": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 40
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 112
        },
        "nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 88
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 104
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfssessionhash": {
      "size": 40,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "nfssessionhashhead"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfssessionhashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdsession"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfssessionhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdsession"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsslot": {
      "size": 16,
      "fields": {
        "nfssl_inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nfssl_reply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "nfssl_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfssockreq": {
      "size": 96,
      "fields": {
        "nr_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "AUTH"
            }
          },
          "offset": 88
        },
        "nr_client": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_client"
            }
          },
          "offset": 80
        },
        "nr_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "nr_lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "nr_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "nr_nam": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "nr_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "nr_soflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nr_soproto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "nr_sotype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nr_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "nfsstate": {
      "size": 160,
      "fields": {
        "ls_clp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclient"
            }
          },
          "offset": 144
        },
        "ls_file": {
          "type": {
            "kind": "struct",
            "name": "unnamed_49011e579fa468c0"
          },
          "offset": 32
        },
        "ls_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ls_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_49011e579fa468c0"
          },
          "offset": 0
        },
        "ls_head": {
          "type": {
            "kind": "union",
            "name": "unnamed_a1540eb2cbde479d"
          },
          "offset": 48
        },
        "ls_lfp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslockfile"
            }
          },
          "offset": 128
        },
        "ls_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_49011e579fa468c0"
          },
          "offset": 16
        },
        "ls_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrvcache"
            }
          },
          "offset": 136
        },
        "ls_owner": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 154
        },
        "ls_ownerlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "ls_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ls_stateid": {
          "type": {
            "kind": "struct",
            "name": "nfsv4stateid_t"
          },
          "offset": 56
        },
        "ls_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ls_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_7cfb86a9de016fe8"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "nfsstatehead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsstate"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsstatfs": {
      "size": 56,
      "fields": {
        "sf_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_95916a6265996b26"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsstatsov1": {
      "size": 4344,
      "fields": {
        "accesscache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "accesscache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "attrcache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "attrcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "biocache_readdirs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "biocache_readlinks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "biocache_reads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "biocache_writes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "busyfrom": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 4312
        },
        "busytime": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 4328
        },
        "cbrpccnt": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1504
        },
        "cldelegates": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1664
        },
        "cllocallockowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1688
        },
        "cllocallocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1696
        },
        "cllocalopenowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1672
        },
        "cllocalopens": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1680
        },
        "cllockowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1648
        },
        "cllocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1656
        },
        "clopenowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1632
        },
        "clopens": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1640
        },
        "direofcache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "direofcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "lookupcache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "lookupcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "read_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "read_physios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "readdir_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "readlink_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "reserved_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1360
        },
        "reserved_1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1368
        },
        "reserved_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1416
        },
        "rpccnt": {
          "type": {
            "count": 69,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "rpcinvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1400
        },
        "rpcrequests": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1376
        },
        "rpcretries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "rpctimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1384
        },
        "rpcunexpected": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1392
        },
        "srvbytes": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1720
        },
        "srvcache_inproghits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1408
        },
        "srvcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1432
        },
        "srvcache_nonidemdonehits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1424
        },
        "srvcache_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1448
        },
        "srvcache_tcppeak": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1440
        },
        "srvclients": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1456
        },
        "srvdelegates": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1496
        },
        "srvdonecnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1712
        },
        "srvduration": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bintime"
            }
          },
          "offset": 3016
        },
        "srvlockowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1480
        },
        "srvlocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1488
        },
        "srvopenowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1464
        },
        "srvopens": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1472
        },
        "srvops": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2368
        },
        "srvrpccnt": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 712
        },
        "srvstartcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1704
        },
        "vers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "write_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "write_physios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "nfsstatsv1": {
      "size": 5272,
      "fields": {
        "accesscache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "accesscache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "attrcache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "attrcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "biocache_readdirs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "biocache_readlinks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "biocache_reads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "biocache_writes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "busyfrom": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 5240
        },
        "busytime": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 5256
        },
        "cbrpccnt": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1744
        },
        "cldelegates": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1984
        },
        "cllayouts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1608
        },
        "cllocallockowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2008
        },
        "cllocallocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2016
        },
        "cllocalopenowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1992
        },
        "cllocalopens": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2000
        },
        "cllockowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1968
        },
        "cllocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1976
        },
        "clopenowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1952
        },
        "clopens": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1960
        },
        "direofcache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "direofcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "lookupcache_hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "lookupcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "read_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "read_physios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "readdir_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "readlink_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "reserved_2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1656
        },
        "rpccnt": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "rpcinvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1640
        },
        "rpcrequests": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1616
        },
        "rpcretries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 792
        },
        "rpctimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1624
        },
        "rpcunexpected": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1632
        },
        "srvbytes": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2040
        },
        "srvcache_inproghits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1648
        },
        "srvcache_misses": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1672
        },
        "srvcache_nonidemdonehits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1664
        },
        "srvcache_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1688
        },
        "srvcache_tcppeak": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1680
        },
        "srvclients": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1696
        },
        "srvdelegates": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1736
        },
        "srvdonecnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2032
        },
        "srvduration": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bintime"
            }
          },
          "offset": 3640
        },
        "srvlayouts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1600
        },
        "srvlockowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1720
        },
        "srvlocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1728
        },
        "srvopenowners": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1704
        },
        "srvopens": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1712
        },
        "srvops": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2840
        },
        "srvrpccnt": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 800
        },
        "srvstartcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2024
        },
        "vers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "write_bios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "write_physios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "nfssvc_args": {
      "size": 16,
      "fields": {
        "argp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "argp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "argp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfst_rec": {
      "size": 4,
      "fields": {
        "client": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfstime2": {
      "size": 8,
      "fields": {
        "nfsv2_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nfsv2_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfstime3": {
      "size": 8,
      "fields": {
        "nfsv3_nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nfsv3_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsuint64": {
      "size": 8,
      "fields": {
        "nfsuquad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsuserd_args": {
      "size": 4,
      "fields": {
        "nuserd_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nuserd_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nfsuserhashhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsusrgrp"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsusrgrp"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsusrgrp": {
      "size": 64,
      "fields": {
        "lug_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 48
        },
        "lug_expiry": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "lug_name": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "lug_namehash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3c7549fa0db514c0"
          },
          "offset": 16
        },
        "lug_namelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "lug_numhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3c7549fa0db514c0"
          },
          "offset": 0
        },
        "lug_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_89d6779f213b3002"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nfsv2_sattr": {
      "size": 32,
      "fields": {
        "sa_atime": {
          "type": {
            "kind": "struct",
            "name": "nfstime2"
          },
          "offset": 16
        },
        "sa_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sa_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sa_mtime": {
          "type": {
            "kind": "struct",
            "name": "nfstime2"
          },
          "offset": 24
        },
        "sa_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sa_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsv2_time": {
      "size": 8,
      "fields": {
        "nfsv2_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nfsv2_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsv3_diskless": {
      "size": 1576,
      "fields": {
        "my_hostnam": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1320
        },
        "mygateway": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 68
        },
        "myif": {
          "type": {
            "kind": "struct",
            "name": "ifaliasreq"
          },
          "offset": 0
        },
        "root_args": {
          "type": {
            "kind": "struct",
            "name": "nfs_args"
          },
          "offset": 88
        },
        "root_fh": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 204
        },
        "root_fhsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "root_hostnam": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 284
        },
        "root_saddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 268
        },
        "root_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1312
        }
      },
      "kind": "struct"
    },
    "nfsv3_pathconf": {
      "size": 24,
      "fields": {
        "pc_caseinsensitive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pc_casepreserving": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pc_chownrestricted": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pc_linkmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pc_namemax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pc_notrunc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsv3_spec": {
      "size": 8,
      "fields": {
        "specdata1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "specdata2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsv3_time": {
      "size": 8,
      "fields": {
        "nfsv3_nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nfsv3_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsv3spec": {
      "size": 8,
      "fields": {
        "specdata1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "specdata2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsv4_opflag": {
      "size": 28,
      "fields": {
        "lktype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "loopbadsess": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "modifyfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "needscfh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "needsseq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "retfh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "savereply": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nfsv4_time": {
      "size": 12,
      "fields": {
        "nfsv4_highsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nfsv4_nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nfsv4_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nfsv4lock": {
      "size": 8,
      "fields": {
        "nfslock_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "nfslock_usecnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsv4node": {
      "size": 6,
      "fields": {
        "n4_data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "n4_fhlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "n4_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nfsv4stateid": {
      "size": 16,
      "fields": {
        "other": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "seqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsv4stateid_t": {
      "size": 16,
      "fields": {
        "other": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "seqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nfsvattr": {
      "size": 216,
      "fields": {
        "na_filesid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 200
        },
        "na_mntonfileno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "na_suppattr": {
          "type": {
            "kind": "struct",
            "name": "nfsattrbit_t"
          },
          "offset": 176
        },
        "na_vattr": {
          "type": {
            "kind": "struct",
            "name": "vattr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_UI_private": {
      "size": 16,
      "fields": {
        "downlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "uplink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_apply_info": {
      "size": 24,
      "fields": {
        "apply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_async_cfg": {
      "size": 12,
      "fields": {
        "accm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "amru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "smru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ng_async_private": {
      "size": 112,
      "fields": {
        "abuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "amode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "async": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "ng_async_cfg"
          },
          "offset": 64
        },
        "fcs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "lasttime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "sbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "slen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_async_stat"
          },
          "offset": 76
        },
        "sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_async_stat": {
      "size": 32,
      "fields": {
        "asyncBadCheckSums": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "asyncFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "asyncOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "asyncOverflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "asyncRunts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "syncFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "syncOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "syncOverflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_bpf_hookinfo": {
      "size": 80,
      "fields": {
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "match": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "nomatch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        },
        "prog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_bpf_hookprog"
            }
          },
          "offset": 24
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_bpf_hookstat"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_bpf_hookprog": {
      "size": 100,
      "fields": {
        "bpf_prog": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bpf_insn"
            }
          },
          "offset": 100
        },
        "bpf_prog_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ifMatch": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ifNotMatch": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "thisHook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_bpf_hookstat": {
      "size": 48,
      "fields": {
        "recvFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "recvMatchFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "recvMatchOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xmitFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ng_bridge_bucket": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_bridge_host"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_bridge_config": {
      "size": 16,
      "fields": {
        "debugLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "loopTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "maxStaleness": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "minStableAge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ng_bridge_host": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_bridge_link"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_11bae625485dc934"
          },
          "offset": 24
        },
        "staleness": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ng_bridge_host_ary": {
      "size": 4,
      "fields": {
        "hosts": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ng_bridge_hostent"
            }
          },
          "offset": 4
        },
        "numHosts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_bridge_hostent": {
      "size": 42,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "age": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "hook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "staleness": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ng_bridge_link": {
      "size": 128,
      "fields": {
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "learnMac": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "loopCount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sendUnknown": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_bridge_link_kernel_stats"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_bridge_link_kernel_stats": {
      "size": 112,
      "fields": {
        "loopDetects": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "loopDrops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "memoryFailures": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "recvBroadcasts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "recvInvalid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "recvMulticasts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "recvOctets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "recvPackets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "recvRunts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "recvUnknown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "xmitBroadcasts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "xmitMulticasts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 72
        },
        "xmitOctets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "xmitPackets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ng_bridge_link_stats": {
      "size": 112,
      "fields": {
        "loopDetects": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "loopDrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "memoryFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "recvBroadcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "recvInvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "recvMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "recvPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "recvRunts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "recvUnknown": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "xmitBroadcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "xmitMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "xmitPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ng_bridge_move_host": {
      "size": 38,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "hook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ng_bridge_private": {
      "size": 120,
      "fields": {
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ng_bridge_config"
          },
          "offset": 8
        },
        "hashMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 24
        },
        "numBuckets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "numHosts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "numLinks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "sendUnknown": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "tab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_bridge_bucket"
            }
          },
          "offset": 0
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "ng_bridge_send_ctx": {
      "size": 32,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "foundFirst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_bridge_link"
            }
          },
          "offset": 0
        },
        "incoming": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_bridge_link"
            }
          },
          "offset": 8
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "manycast": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ng_car_bulkconf": {
      "size": 80,
      "fields": {
        "downstream": {
          "type": {
            "kind": "struct",
            "name": "ng_car_hookconf"
          },
          "offset": 40
        },
        "upstream": {
          "type": {
            "kind": "struct",
            "name": "ng_car_hookconf"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_car_bulkstats": {
      "size": 96,
      "fields": {
        "downstream": {
          "type": {
            "kind": "struct",
            "name": "ng_car_hookstats"
          },
          "offset": 48
        },
        "upstream": {
          "type": {
            "kind": "struct",
            "name": "ng_car_hookstats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_car_hookconf": {
      "size": 40,
      "fields": {
        "cbs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ebs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "green_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "pir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "red_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "yellow_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "ng_car_hookstats": {
      "size": 48,
      "fields": {
        "dropped_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "green_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "passed_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "red_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "yellow_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ng_cisco_stats": {
      "size": 8,
      "fields": {
        "keepAlivePeriod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "seqRetries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_cmdlist": {
      "size": 32,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mesgType": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_parse_type"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "respType": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_parse_type"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ng_deflate_config": {
      "size": 2,
      "fields": {
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "windowBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ng_deflate_private": {
      "size": 8368,
      "fields": {
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "ng_deflate_config"
          },
          "offset": 0
        },
        "compress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8366
        },
        "ctrlnode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8360
        },
        "cx": {
          "type": {
            "kind": "struct",
            "name": "z_stream"
          },
          "offset": 8200
        },
        "inbuf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "outbuf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4098
        },
        "seqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8364
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_deflate_stats"
          },
          "offset": 8312
        }
      },
      "kind": "struct"
    },
    "ng_deflate_stats": {
      "size": 48,
      "fields": {
        "Errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "FramesComp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "FramesPlain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "FramesUncomp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "InOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "OutOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_eiface_private": {
      "size": 72,
      "fields": {
        "ether": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 64
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 8
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 56
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ng_hole_hookinfo": {
      "size": 16,
      "fields": {
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_hole_hookstat"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_hole_hookstat": {
      "size": 16,
      "fields": {
        "frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_hook": {
      "size": 104,
      "fields": {
        "hk_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "hk_hooks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_394846eed3974d17"
          },
          "offset": 64
        },
        "hk_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "hk_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 56
        },
        "hk_peer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 48
        },
        "hk_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "hk_rcvdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "hk_rcvmsg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "hk_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "hk_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "ng_iface_private": {
      "size": 232,
      "fields": {
        "hooks": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_hook"
              }
            }
          },
          "offset": 24
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 40
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 16
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_item": {
      "size": 72,
      "fields": {
        "apply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_apply_info"
            }
          },
          "offset": 56
        },
        "body": {
          "type": {
            "kind": "union",
            "name": "unnamed_9ea9bd1c22a8eb98"
          },
          "offset": 32
        },
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "el_dest": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 16
        },
        "el_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "el_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 24
        },
        "el_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1dcccc9bb8ef88b8"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_ksocket_accept": {
      "size": 20,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 4
        },
        "nodeid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_ksocket_alias": {
      "size": 16,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_ksocket_private": {
      "size": 72,
      "fields": {
        "embryos": {
          "type": {
            "kind": "struct",
            "name": "unnamed_10385eb2479b153e"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "fn_sent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "response_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "response_token": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "siblings": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f1946a30f7e4a34e"
          },
          "offset": 40
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_ksocket_sockopt": {
      "size": 8,
      "fields": {
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "value": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_l2tp_config": {
      "size": 12,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "match_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "peer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "peer_win": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rexmit_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rexmit_max_to": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "tunnel_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ng_l2tp_hook_private": {
      "size": 72,
      "fields": {
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ng_l2tp_sess_config"
          },
          "offset": 0
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 40
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "ns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "sessions": {
          "type": {
            "kind": "struct",
            "name": "unnamed_745ae9c2a5c39e1f"
          },
          "offset": 56
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_l2tp_session_stats"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_l2tp_private": {
      "size": 1592,
      "fields": {
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ng_l2tp_config"
          },
          "offset": 24
        },
        "ctrl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "ftarget": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1328
        },
        "lower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "seq": {
          "type": {
            "kind": "struct",
            "name": "l2tp_seq"
          },
          "offset": 120
        },
        "sesshash": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_4add577f54776701"
            }
          },
          "offset": 1336
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_l2tp_stats"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ng_l2tp_seq_config": {
      "size": 8,
      "fields": {
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "xack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "ng_l2tp_sess_config": {
      "size": 8,
      "fields": {
        "control_dseq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "enable_dseq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "include_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "peer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "session_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_l2tp_session_stats": {
      "size": 32,
      "fields": {
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "recvPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xmitPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_l2tp_stats": {
      "size": 80,
      "fields": {
        "memoryFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "recvBadAcks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "recvDataDrops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "recvDuplicates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "recvInvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "recvOutOfOrder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "recvPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "recvRunts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "recvUnknownSID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "recvWrongTunnel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "recvZLBs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "xmitDataTooBig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "xmitDrops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "xmitInvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xmitPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xmitRetransmits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "xmitTooBig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "xmitZLBs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_mesg": {
      "size": 56,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "ng_msghdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_mppc_config": {
      "size": 24,
      "fields": {
        "bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "startkey": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_mppc_dir": {
      "size": 312,
      "fields": {
        "cc": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "ng_mppc_config"
          },
          "offset": 0
        },
        "flushed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 24
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 35
        },
        "rc4": {
          "type": {
            "kind": "struct",
            "name": "rc4_state"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "ng_mppc_private": {
      "size": 632,
      "fields": {
        "ctrlnode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "recv": {
          "type": {
            "kind": "struct",
            "name": "ng_mppc_dir"
          },
          "offset": 312
        },
        "xmit": {
          "type": {
            "kind": "struct",
            "name": "ng_mppc_dir"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_msghdr": {
      "size": 56,
      "fields": {
        "arglen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cmdstr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "spare2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "typecookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_node": {
      "size": 184,
      "fields": {
        "nd_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "nd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "nd_hooks": {
          "type": {
            "kind": "struct",
            "name": "hooks"
          },
          "offset": 64
        },
        "nd_idnodes": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4caefd8d0a39f6de"
          },
          "offset": 88
        },
        "nd_input_queue": {
          "type": {
            "kind": "struct",
            "name": "ng_queue"
          },
          "offset": 104
        },
        "nd_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nd_nodes": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4caefd8d0a39f6de"
          },
          "offset": 72
        },
        "nd_numhooks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "nd_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "nd_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "nd_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_type"
            }
          },
          "offset": 32
        },
        "nd_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "ng_one2many_config": {
      "size": 72,
      "fields": {
        "enabledLinks": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "failAlg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xmitAlg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_one2many_link": {
      "size": 48,
      "fields": {
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_one2many_link_stats"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_one2many_link_stats": {
      "size": 40,
      "fields": {
        "memoryFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "recvPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "xmitPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ng_one2many_private": {
      "size": 3336,
      "fields": {
        "activeMany": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 3204
        },
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ng_one2many_config"
          },
          "offset": 8
        },
        "many": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ng_one2many_link"
            }
          },
          "offset": 128
        },
        "nextMany": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3200
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "numActiveMany": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3202
        },
        "one": {
          "type": {
            "kind": "struct",
            "name": "ng_one2many_link"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ng_parse_array_info": {
      "size": 24,
      "fields": {
        "elementType": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_parse_type"
            }
          },
          "offset": 0
        },
        "getDefault": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "getLength": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_parse_fixedarray_info": {
      "size": 24,
      "fields": {
        "elementType": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_parse_type"
            }
          },
          "offset": 0
        },
        "getDefault": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_parse_fixedstring_info": {
      "size": 4,
      "fields": {
        "bufSize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_parse_struct_field": {
      "size": 24,
      "fields": {
        "alignment": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_parse_type"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_parse_type": {
      "size": 56,
      "fields": {
        "getAlign": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "getDefault": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "parse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "supertype": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_parse_type"
            }
          },
          "offset": 0
        },
        "unparse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_pipe_cfg": {
      "size": 120,
      "fields": {
        "bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "downstream": {
          "type": {
            "kind": "struct",
            "name": "ng_pipe_hookcfg"
          },
          "offset": 24
        },
        "header_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "overhead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "upstream": {
          "type": {
            "kind": "struct",
            "name": "ng_pipe_hookcfg"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ng_pipe_hookcfg": {
      "size": 48,
      "fields": {
        "bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ber": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "drophead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "droptail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "drr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "duplicate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "fifo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "qin_size_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "qout_size_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "wfq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ng_pipe_hookrun": {
      "size": 20,
      "fields": {
        "fifo_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qin_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qin_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qout_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "qout_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ng_pipe_hookstat": {
      "size": 48,
      "fields": {
        "fwd_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "fwd_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "in_disc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "in_disc_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "out_disc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "out_disc_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_pipe_run": {
      "size": 40,
      "fields": {
        "downstream": {
          "type": {
            "kind": "struct",
            "name": "ng_pipe_hookrun"
          },
          "offset": 0
        },
        "upstream": {
          "type": {
            "kind": "struct",
            "name": "ng_pipe_hookrun"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ng_pipe_stats": {
      "size": 96,
      "fields": {
        "downstream": {
          "type": {
            "kind": "struct",
            "name": "ng_pipe_hookstat"
          },
          "offset": 0
        },
        "upstream": {
          "type": {
            "kind": "struct",
            "name": "ng_pipe_hookstat"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ng_ppp_bund_conf": {
      "size": 16,
      "fields": {
        "enableAtalk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "enableCompression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "enableDecompression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "enableDecryption": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "enableEncryption": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "enableIP": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "enableIPX": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "enableIPv6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "enableMultilink": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "enableRoundRobin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "enableVJCompression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "enableVJDecompression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "mrru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "recvShortSeq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "xmitShortSeq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ng_ppp_frag": {
      "size": 48,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "f_qent": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7fa487fb96331151"
          },
          "offset": 32
        },
        "first": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "timestamp": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_ppp_fragfreelist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_ppp_frag"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_ppp_frag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_ppp_fraglist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_ppp_frag"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_ppp_frag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_ppp_link": {
      "size": 120,
      "fields": {
        "bytesInQueue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ng_ppp_link_conf"
          },
          "offset": 0
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 80
        },
        "lastWrite": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 96
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_ppp_link_stat64"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_ppp_link_conf": {
      "size": 16,
      "fields": {
        "bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "enableACFComp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "enableLink": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "enableProtoComp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mru": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ng_ppp_link_stat": {
      "size": 32,
      "fields": {
        "badProtos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dropFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "dupFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "recvFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "xmitFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ng_ppp_link_stat64": {
      "size": 64,
      "fields": {
        "badProtos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "dropFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "dupFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "recvFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "runts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "xmitFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_ppp_mp_state": {
      "size": 72,
      "fields": {
        "mseq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "rseq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "xseq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "ng_ppp_node_conf": {
      "size": 272,
      "fields": {
        "bund": {
          "type": {
            "kind": "struct",
            "name": "ng_ppp_bund_conf"
          },
          "offset": 0
        },
        "links": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ng_ppp_link_conf"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_ppp_private": {
      "size": 8456,
      "fields": {
        "activeLinks": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2008
        },
        "allLinksEqual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2045
        },
        "bundleStats": {
          "type": {
            "kind": "struct",
            "name": "ng_ppp_link_stat64"
          },
          "offset": 16
        },
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ng_ppp_bund_conf"
          },
          "offset": 0
        },
        "fragTimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 8328
        },
        "frags": {
          "type": {
            "kind": "struct",
            "name": "ng_ppp_fraglist"
          },
          "offset": 8296
        },
        "fragsfree": {
          "type": {
            "kind": "struct",
            "name": "ng_ppp_fragfreelist"
          },
          "offset": 8312
        },
        "fragsmem": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ng_ppp_frag"
            }
          },
          "offset": 2152
        },
        "hooks": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_hook"
              }
            }
          },
          "offset": 2048
        },
        "lastLink": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2042
        },
        "links": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ng_ppp_link"
            }
          },
          "offset": 80
        },
        "mseq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2004
        },
        "numActiveLinks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2040
        },
        "rmtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8392
        },
        "vjCompHooked": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2044
        },
        "xmtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8424
        },
        "xseq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2000
        }
      },
      "kind": "struct"
    },
    "ng_pptpgre_conf": {
      "size": 12,
      "fields": {
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "enableAlwaysAck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "enableDelayedAck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "enableWindowing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "peerCid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "peerPpd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "recvWin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_pptpgre_private": {
      "size": 800,
      "fields": {
        "lower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "sesshash": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_4cedd215429601d6"
            }
          },
          "offset": 472
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_pptpgre_stats"
          },
          "offset": 728
        },
        "upper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "uppersess": {
          "type": {
            "kind": "struct",
            "name": "ng_pptpgre_sess"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_pptpgre_roq": {
      "size": 24,
      "fields": {
        "item": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_item"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_20ecb2c795922472"
          },
          "offset": 0
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_pptpgre_roq_head": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_pptpgre_roq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_pptpgre_sess": {
      "size": 456,
      "fields": {
        "ato": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ng_pptpgre_conf"
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "rackTimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 160
        },
        "recvAck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "recvSeq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "reorderTimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 392
        },
        "roq": {
          "type": {
            "kind": "struct",
            "name": "roqh"
          },
          "offset": 376
        },
        "roq_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 384
        },
        "rtt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "sackTimer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 96
        },
        "sessions": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d889c2c34b9b8766"
          },
          "offset": 360
        },
        "timeSent": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 232
        },
        "winAck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "xmitAck": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "xmitSeq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "xmitWin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "ng_pptpgre_stats": {
      "size": 72,
      "fields": {
        "memoryFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "recvAckTimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "recvBadAcks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "recvBadCID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "recvBadGRE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "recvDuplicates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "recvLoneAcks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "recvOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "recvOutOfOrder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "recvPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "recvReorderOverflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "recvReorderTimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "recvRunts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "xmitDrops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "xmitLoneAcks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xmitOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xmitPackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xmitTooBig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_pred1_config": {
      "size": 1,
      "fields": {
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_pred1_private": {
      "size": 73800,
      "fields": {
        "GuessTable": {
          "type": {
            "count": 65536,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Hash": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 73784
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "ng_pred1_config"
          },
          "offset": 0
        },
        "compress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73794
        },
        "ctrlnode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 73788
        },
        "inbuf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65537
        },
        "outbuf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 69633
        },
        "seqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 73792
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_pred1_stats"
          },
          "offset": 73736
        }
      },
      "kind": "struct"
    },
    "ng_pred1_stats": {
      "size": 48,
      "fields": {
        "Errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "FramesComp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "FramesPlain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "FramesUncomp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "InOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "OutOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_queue": {
      "size": 64,
      "fields": {
        "q_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "q_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "q_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "q_work": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f78fd579871f4439"
          },
          "offset": 40
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0404cb15928b1971"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ng_rfc1490_encap_t": {
      "size": 16,
      "fields": {
        "method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_rfc1490_private": {
      "size": 40,
      "fields": {
        "downlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "enc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_rfc1490_encap_t"
            }
          },
          "offset": 32
        },
        "ethernet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 24
        },
        "inet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        },
        "ppp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ng_tag_prio": {
      "size": 32,
      "fields": {
        "discardability": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 25
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_tcpmss_config": {
      "size": 66,
      "fields": {
        "inHook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "maxMSS": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "outHook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_tcpmss_hookstat": {
      "size": 40,
      "fields": {
        "FixedPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "Packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "SYNPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "maxMSS": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_tee_hookstat": {
      "size": 32,
      "fields": {
        "inFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "inOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "outFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "outOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ng_tee_stats": {
      "size": 128,
      "fields": {
        "left": {
          "type": {
            "kind": "struct",
            "name": "ng_tee_hookstat"
          },
          "offset": 32
        },
        "left2right": {
          "type": {
            "kind": "struct",
            "name": "ng_tee_hookstat"
          },
          "offset": 96
        },
        "right": {
          "type": {
            "kind": "struct",
            "name": "ng_tee_hookstat"
          },
          "offset": 0
        },
        "right2left": {
          "type": {
            "kind": "struct",
            "name": "ng_tee_hookstat"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ng_type": {
      "size": 128,
      "fields": {
        "close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "cmdlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_cmdlist"
            }
          },
          "offset": 96
        },
        "connect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "constructor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "disconnect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "findhook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "mod_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "newhook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "rcvdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "rcvmsg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "shutdown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "types": {
          "type": {
            "kind": "struct",
            "name": "unnamed_afc675c0286c8361"
          },
          "offset": 104
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ng_vjc_private": {
      "size": 4696,
      "fields": {
        "conf": {
          "type": {
            "kind": "struct",
            "name": "ngm_vjc_config"
          },
          "offset": 0
        },
        "ip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 4664
        },
        "slc": {
          "type": {
            "kind": "struct",
            "name": "slcompress"
          },
          "offset": 8
        },
        "vjcomp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 4672
        },
        "vjip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 4688
        },
        "vjuncomp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 4680
        }
      },
      "kind": "struct"
    },
    "ng_vlan_filter": {
      "size": 38,
      "fields": {
        "cfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "hook_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_vlan_private": {
      "size": 32800,
      "fields": {
        "decap_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "downstream_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "encap_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "encap_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "nomatch_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        },
        "vlan_hook": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_hook"
              }
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ng_vlan_table": {
      "size": 4,
      "fields": {
        "filter": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ng_vlan_filter"
            }
          },
          "offset": 4
        },
        "n": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nge_chain_data": {
      "size": 8272,
      "fields": {
        "nge_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "nge_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8268
        },
        "nge_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8240
        },
        "nge_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8224
        },
        "nge_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8248
        },
        "nge_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 4112
        },
        "nge_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nge_rxdesc"
            }
          },
          "offset": 4120
        },
        "nge_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8264
        },
        "nge_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8260
        },
        "nge_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8256
        },
        "nge_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8232
        },
        "nge_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8216
        },
        "nge_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "nge_txdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nge_txdesc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nge_desc_32": {
      "size": 16,
      "fields": {
        "nge_cmdsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nge_extsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nge_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nge_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nge_dmamap_arg": {
      "size": 8,
      "fields": {
        "nge_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nge_ring_data": {
      "size": 32,
      "fields": {
        "nge_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nge_desc_32"
            }
          },
          "offset": 16
        },
        "nge_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nge_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nge_desc_32"
            }
          },
          "offset": 0
        },
        "nge_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nge_rxdesc": {
      "size": 16,
      "fields": {
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nge_softc": {
      "size": 8536,
      "fields": {
        "nge_cdata": {
          "type": {
            "kind": "struct",
            "name": "nge_chain_data"
          },
          "offset": 64
        },
        "nge_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "nge_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "nge_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8520
        },
        "nge_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "nge_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "nge_int_holdoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8516
        },
        "nge_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "nge_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "nge_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "nge_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8480
        },
        "nge_rdata": {
          "type": {
            "kind": "struct",
            "name": "nge_ring_data"
          },
          "offset": 8336
        },
        "nge_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "nge_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "nge_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "nge_stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 8368
        },
        "nge_stats": {
          "type": {
            "kind": "struct",
            "name": "nge_stats"
          },
          "offset": 8432
        },
        "nge_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8528
        },
        "nge_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8512
        }
      },
      "kind": "struct"
    },
    "nge_stats": {
      "size": 44,
      "fields": {
        "rx_align_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_crc_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_len_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_pkts_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_pkts_jumbos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_sym_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_unctl_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_seq_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nge_txdesc": {
      "size": 16,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nge_type": {
      "size": 16,
      "fields": {
        "nge_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nge_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nge_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nglmi_softc": {
      "size": 1200,
      "fields": {
        "dlci_state": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "handle": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 32
        },
        "invalidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1192
        },
        "liv_per_full": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "liv_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "livs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "lmi_annexA": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 120
        },
        "lmi_annexD": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 128
        },
        "lmi_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 112
        },
        "lmi_channel0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 144
        },
        "lmi_channel1023": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 152
        },
        "lmi_group4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 136
        },
        "local_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "need_full": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "poll_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "poll_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "protoID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "protoname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "remote_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "seq_retries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nglmistat": {
      "size": 282,
      "fields": {
        "autod": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "fixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "hook": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "proto": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "seen": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "up": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 154
        }
      },
      "kind": "struct"
    },
    "ngm_connect": {
      "size": 576,
      "fields": {
        "ourhook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 512
        },
        "path": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "peerhook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 544
        }
      },
      "kind": "struct"
    },
    "ngm_mkpeer": {
      "size": 96,
      "fields": {
        "ourhook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "peerhook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "type": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngm_name": {
      "size": 32,
      "fields": {
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngm_rmhook": {
      "size": 32,
      "fields": {
        "ourhook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngm_vjc_config": {
      "size": 4,
      "fields": {
        "compressCID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "enableComp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "enableDecomp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "maxChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ngp_fifo": {
      "size": 64,
      "fields": {
        "fifo_le": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dc3b824df53af541"
          },
          "offset": 0
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "packet_head": {
          "type": {
            "kind": "struct",
            "name": "p_head"
          },
          "offset": 16
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rr_deficit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "vtime": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ngp_hdr": {
      "size": 40,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "ngp_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a0ca97f2b2c7ba80"
          },
          "offset": 0
        },
        "when": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ngpcb": {
      "size": 40,
      "fields": {
        "ng_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "node_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sockdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngsock"
            }
          },
          "offset": 8
        },
        "socks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5593739a921c5e7c"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ngpppoe_init_data": {
      "size": 34,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 34
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "hook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngpppoe_maxp": {
      "size": 34,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "hook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngpppoe_padm": {
      "size": 128,
      "fields": {
        "msg": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngpppoe_sts": {
      "size": 32,
      "fields": {
        "hook": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngpppoestat": {
      "size": 8,
      "fields": {
        "packets_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "packets_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ngshash": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hookpriv"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ngsock": {
      "size": 88,
      "fields": {
        "ctlsock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngpcb"
            }
          },
          "offset": 16
        },
        "datasock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngpcb"
            }
          },
          "offset": 8
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngshash"
            }
          },
          "offset": 24
        },
        "hmask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "ngt_softc": {
      "size": 104,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        },
        "hotchar": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 96
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 88
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 8
        },
        "outq": {
          "type": {
            "kind": "struct",
            "name": "ifqueue"
          },
          "offset": 24
        },
        "outqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nh_control": {
      "size": 104,
      "fields": {
        "ctl_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 88
        },
        "ctl_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 48
        },
        "ctl_rh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_head"
            }
          },
          "offset": 80
        },
        "gr_head": {
          "type": {
            "kind": "struct",
            "name": "nhgroups_head"
          },
          "offset": 32
        },
        "nh_head": {
          "type": {
            "kind": "struct",
            "name": "nhops_head"
          },
          "offset": 0
        },
        "nh_idx_head": {
          "type": {
            "kind": "struct",
            "name": "bitmask_head"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nhgroups_head": {
      "size": 16,
      "fields": {
        "hash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "items_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nhgrp_priv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nhgrp_container": {
      "size": 8,
      "fields": {
        "nhgc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "nhgc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nhgc_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "nhgc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "nhgrp_external": {
      "size": 8,
      "fields": {
        "nhg_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nhg_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nhgrp_nhop_external": {
      "size": 8,
      "fields": {
        "nh_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nh_weight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nhgrp_object": {
      "size": 8,
      "fields": {
        "nhg_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nhg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nhops": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nhop_object"
              }
            }
          },
          "offset": 8
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "nhgrp_priv": {
      "size": 64,
      "fields": {
        "nh_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nh_control"
            }
          },
          "offset": 24
        },
        "nhg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhgrp_object"
            }
          },
          "offset": 40
        },
        "nhg_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 48
        },
        "nhg_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nhg_linked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nhg_nh_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "nhg_nh_weights": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "weightened_nhop"
            }
          },
          "offset": 64
        },
        "nhg_origin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "nhg_priv_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhgrp_priv"
            }
          },
          "offset": 32
        },
        "nhg_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nhg_spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "nhg_uidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nhmsg": {
      "size": 8,
      "fields": {
        "nh_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nh_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nh_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "resvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "nhop_addrs": {
      "size": 8,
      "fields": {
        "gw_sa_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "na_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "src_sa_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "nhop_external": {
      "size": 120,
      "fields": {
        "aifindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nh_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 28
        },
        "nh_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "nh_fib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "nh_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nh_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nh_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "nh_pksent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "nh_prepend": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "nh_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "nh_src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 32
        },
        "nh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "prepend_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "nhop_iter": {
      "size": 32,
      "fields": {
        "_i": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_priv"
            }
          },
          "offset": 24
        },
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_head"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nhop_object": {
      "size": 128,
      "fields": {
        "nh_aifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 48
        },
        "nh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nh_ifa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaddr"
            }
          },
          "offset": 40
        },
        "nh_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 32
        },
        "nh_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nh_pksent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "nh_prepend": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "nh_prepend_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "nh_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_priv"
            }
          },
          "offset": 120
        },
        "spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_c3b997a4f25fc875"
          },
          "offset": 4,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "nhop_priv": {
      "size": 96,
      "fields": {
        "cb_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 48
        },
        "nh_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nh_control"
            }
          },
          "offset": 56
        },
        "nh_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 80
        },
        "nh_expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nh_fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nh_finalized": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "nh_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nh_linked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "nh_neigh_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nh_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_priv"
            }
          },
          "offset": 64
        },
        "nh_origin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "nh_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nh_uidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nh_upper_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nh_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 72
        },
        "rt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nhop_ref_table": {
      "size": 4,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "refcnt": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nhop_release_data": {
      "size": 24,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 8
        },
        "nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nhops_head": {
      "size": 16,
      "fields": {
        "hash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "items_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nhop_priv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ni_reply_fqdn": {
      "size": 8,
      "fields": {
        "ni_fqdn_name": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "ni_fqdn_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ni_fqdn_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nic_hwlro_cqe_part1": {
      "size": 16,
      "fields": {
        "cqe_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "data_offset": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "lro_desc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "lro_timer_pop": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "qnq": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_bank": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_flush": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_hash_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_policy": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rsvd": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd2": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rsvd3": {
          "type": {
            "bit_length": 7,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "tcp_timestamp_ecr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tcp_timestamp_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "nic_hwlro_cqe_part2": {
      "size": 16,
      "fields": {
        "coalesced_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "cqe_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "error": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "frame_lifespan": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "ip_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ip_opt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ipframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ipv6_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "l4_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "pkt_size": {
          "type": {
            "bit_length": 14,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "push": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "rss_hp": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "seg_cnt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "tcp_ack_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tcp_window": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "threshold": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "ts_opt": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "udpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vlan_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vtp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "nic_hwlro_singleton_cqe": {
      "size": 16,
      "fields": {
        "cqe_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "data_offset": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "debug": {
          "type": {
            "bit_length": 7,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "error": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "frag_index": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "ip_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ip_opt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ipframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ipv6_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "l4_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "num_frags": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "pkt_size": {
          "type": {
            "bit_length": 14,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "qnq": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_bank": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_hash_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_hp": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "rsvd1": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "rsvd2": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd4": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "tcpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "udpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vlan_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vtp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "nig_stats": {
      "size": 72,
      "fields": {
        "brb_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "brb_packet": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "brb_truncate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "egress_mac_pkt0_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "egress_mac_pkt0_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "egress_mac_pkt1_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "egress_mac_pkt1_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "flow_ctrl_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flow_ctrl_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flow_ctrl_packet": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mng_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mng_octet_inp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mng_octet_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mng_packet_inp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mng_packet_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "pbf_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "pbf_packet": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "safc_inp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "nl80211_sta_flag_update": {
      "size": 8,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "set": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nl_carp_parsed": {
      "size": 72,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 52
        },
        "addr6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 56
        },
        "advbase": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "advskew": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ifindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "key": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "vhid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "nl_cloner": {
      "size": 40,
      "fields": {
        "create_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "dump_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "modify_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_533a4ff9a31e3c59"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nl_control": {
      "size": 312,
      "fields": {
        "ctl_io": {
          "type": {
            "kind": "struct",
            "name": "nl_io"
          },
          "offset": 32
        },
        "ctl_lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 120
        },
        "ctl_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae8830681f2371ba"
          },
          "offset": 16
        },
        "ctl_pcb_head": {
          "type": {
            "kind": "struct",
            "name": "nlpcb_head"
          },
          "offset": 8
        },
        "ctl_port_head": {
          "type": {
            "kind": "struct",
            "name": "nl_pid_head"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nl_control_head": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_control"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nl_io": {
      "size": 88,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 64
        },
        "last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 72
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "nl_io_queue": {
      "size": 24,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdfb423221cc4a6b"
          },
          "offset": 0
        },
        "hiwat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nl_parsed_family": {
      "size": 24,
      "fields": {
        "family_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "family_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nl_parsed_ifa": {
      "size": 72,
      "fields": {
        "f_ifa_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 56
        },
        "f_ifa_dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 64
        },
        "ifa_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 24
        },
        "ifa_broadcast": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 40
        },
        "ifa_cacheinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifa_cacheinfo"
            }
          },
          "offset": 48
        },
        "ifa_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ifa_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ifa_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ifa_local": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 32
        },
        "ifa_prefixlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ifa_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ifaf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifaf_vhid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nl_parsed_link": {
      "size": 64,
      "fields": {
        "ifi_change": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ifi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ifi_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ifi_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ifla_cloner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ifla_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifla_idata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlattr"
            }
          },
          "offset": 32
        },
        "ifla_ifalias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ifla_ifname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ifla_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ifla_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "nl_parsed_neigh": {
      "size": 40,
      "fields": {
        "nda_dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "nda_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "nda_lladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlattr"
            }
          },
          "offset": 16
        },
        "ndaf_next_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ndm_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "ndm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ndm_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nl_parsed_nhop": {
      "size": 48,
      "fields": {
        "nh_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "nh_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "nha_blackhole": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "nha_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlattr"
            }
          },
          "offset": 24
        },
        "nha_groups": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "nha_gw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 16
        },
        "nha_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nha_oif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "nhaf_aif": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "nhaf_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "nhaf_kid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nhaf_knhops": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "nhaf_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "nl_parsed_route": {
      "size": 64,
      "fields": {
        "rta_dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "rta_gw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        },
        "rta_multipath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rta_mpath"
            }
          },
          "offset": 24
        },
        "rta_nh_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rta_oif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "rta_rtflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rta_table": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rta_weight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rtax_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rtm_dst_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "rtm_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "rtm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rtm_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "rtm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        }
      },
      "kind": "struct"
    },
    "nl_parsed_vlan": {
      "size": 12,
      "fields": {
        "vlan_flags": {
          "type": {
            "kind": "struct",
            "name": "ifla_vlan_flags"
          },
          "offset": 4
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nl_pid_head": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nl_proto_handler": {
      "size": 16,
      "fields": {
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "proto_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nl_pstate": {
      "size": 80,
      "fields": {
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlattr"
            }
          },
          "offset": 56
        },
        "err_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "err_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlmsghdr"
            }
          },
          "offset": 32
        },
        "lb": {
          "type": {
            "kind": "struct",
            "name": "linear_buffer"
          },
          "offset": 0
        },
        "nlp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlpcb"
            }
          },
          "offset": 16
        },
        "nw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_writer"
            }
          },
          "offset": 24
        },
        "strict": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "nl_writer": {
      "size": 64,
      "fields": {
        "_storage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "alloc_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "arg": {
          "type": {
            "kind": "union",
            "name": "unnamed_04d5376709d0d709"
          },
          "offset": 40
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "enomem": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 59
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlmsghdr"
            }
          },
          "offset": 8
        },
        "ignore_limit": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 58
        },
        "malloc_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "num_messages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "suppress_ack": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 60
        },
        "writer_target": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "writer_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "nlattr": {
      "size": 4,
      "fields": {
        "nla_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nla_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nlattr_bmask": {
      "size": 16,
      "fields": {
        "__bits": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlattr_parser": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlfield_parser": {
      "size": 16,
      "fields": {
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "off_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "off_out": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nlhdr_parser": {
      "size": 48,
      "fields": {
        "fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlfield_parser"
            }
          },
          "offset": 16
        },
        "fp_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nl_hdr_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "np": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlattr_parser"
            }
          },
          "offset": 24
        },
        "np_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "out_hdr_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "post_parse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nlm4_cancargs": {
      "size": 88,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lock"
          },
          "offset": 24
        },
        "block": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "nlm4_holder": {
      "size": 40,
      "fields": {
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "l_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "l_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "oh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 8
        },
        "svid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nlm4_lock": {
      "size": 64,
      "fields": {
        "caller_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 8
        },
        "l_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "l_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "oh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 24
        },
        "svid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nlm4_lockargs": {
      "size": 96,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lock"
          },
          "offset": 24
        },
        "block": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "reclaim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "nlm4_notify": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm4_res": {
      "size": 24,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "nlm4_stat"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm4_share": {
      "size": 48,
      "fields": {
        "access": {
          "type": {
            "kind": "enum",
            "name": "fsh_access"
          },
          "offset": 44
        },
        "caller_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "fsh_mode"
          },
          "offset": 40
        },
        "oh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nlm4_shareargs": {
      "size": 72,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "reclaim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "share": {
          "type": {
            "kind": "struct",
            "name": "nlm4_share"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm4_shareres": {
      "size": 24,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "sequence": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "stat": {
          "type": {
            "kind": "enum",
            "name": "nlm4_stats"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm4_stat": {
      "size": 4,
      "fields": {
        "stat": {
          "type": {
            "kind": "enum",
            "name": "nlm4_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm4_testargs": {
      "size": 88,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lock"
          },
          "offset": 24
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm4_testres": {
      "size": 64,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testrply"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm4_testrply": {
      "size": 48,
      "fields": {
        "nlm4_testrply_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_c504b29c4f184e5b"
          },
          "offset": 8
        },
        "stat": {
          "type": {
            "kind": "enum",
            "name": "nlm4_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm4_unlockargs": {
      "size": 80,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lock"
          },
          "offset": 16
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm_async_lock": {
      "size": 208,
      "fields": {
        "af_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "af_expiretime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 200
        },
        "af_fl": {
          "type": {
            "kind": "struct",
            "name": "flock"
          },
          "offset": 64
        },
        "af_granted": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testargs"
          },
          "offset": 112
        },
        "af_host": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_host"
            }
          },
          "offset": 96
        },
        "af_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_93727d01d91f384d"
          },
          "offset": 0
        },
        "af_rpc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "CLIENT"
            }
          },
          "offset": 104
        },
        "af_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 16
        },
        "af_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "nlm_async_lock_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_async_lock"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlm_async_lock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm_cancargs": {
      "size": 80,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm_lock"
          },
          "offset": 24
        },
        "block": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "nlm_feedback_arg": {
      "size": 16,
      "fields": {
        "nf_nmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsmount"
            }
          },
          "offset": 8
        },
        "nf_printed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm_file_svid": {
      "size": 48,
      "fields": {
        "ns_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ns_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ns_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ebcd9f95ed99aa8c"
          },
          "offset": 32
        },
        "ns_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ns_svid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ns_ucred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm_file_svid_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_file_svid"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm_grantcookie": {
      "size": 8,
      "fields": {
        "ng_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ng_sysid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm_holder": {
      "size": 32,
      "fields": {
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "l_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "l_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "oh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 8
        },
        "svid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nlm_host": {
      "size": 1360,
      "fields": {
        "nh_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 1104
        },
        "nh_caller_name": {
          "type": {
            "count": 1025,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "nh_clntrpc": {
          "type": {
            "kind": "struct",
            "name": "nlm_rpc"
          },
          "offset": 1248
        },
        "nh_finished": {
          "type": {
            "kind": "struct",
            "name": "nlm_async_lock_list"
          },
          "offset": 1344
        },
        "nh_grantcookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1304
        },
        "nh_granted": {
          "type": {
            "kind": "struct",
            "name": "nlm_async_lock_list"
          },
          "offset": 1328
        },
        "nh_idle_timeout": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1280
        },
        "nh_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_552664a41eedb7b6"
          },
          "offset": 40
        },
        "nh_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "nh_monstate": {
          "type": {
            "kind": "enum",
            "name": "nlm_host_state"
          },
          "offset": 1272
        },
        "nh_pending": {
          "type": {
            "kind": "struct",
            "name": "nlm_async_lock_list"
          },
          "offset": 1312
        },
        "nh_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nh_srvrpc": {
          "type": {
            "kind": "struct",
            "name": "nlm_rpc"
          },
          "offset": 1232
        },
        "nh_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1268
        },
        "nh_sysctl": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 1288
        },
        "nh_sysid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1084
        },
        "nh_sysid_string": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1088
        },
        "nh_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1264
        }
      },
      "kind": "struct"
    },
    "nlm_host_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_host"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlm_host"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm_lock": {
      "size": 56,
      "fields": {
        "caller_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 8
        },
        "l_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "l_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "oh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 24
        },
        "svid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "nlm_lockargs": {
      "size": 88,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm_lock"
          },
          "offset": 24
        },
        "block": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "reclaim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "nlm_notify": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm_recovery_context": {
      "size": 16,
      "fields": {
        "nr_host": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_host"
            }
          },
          "offset": 0
        },
        "nr_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm_res": {
      "size": 24,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "nlm_stat"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm_rpc": {
      "size": 16,
      "fields": {
        "nr_client": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "CLIENT"
            }
          },
          "offset": 0
        },
        "nr_create_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm_share": {
      "size": 48,
      "fields": {
        "access": {
          "type": {
            "kind": "enum",
            "name": "fsh_access"
          },
          "offset": 44
        },
        "caller_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "fsh_mode"
          },
          "offset": 40
        },
        "oh": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nlm_shareargs": {
      "size": 72,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "reclaim": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "share": {
          "type": {
            "kind": "struct",
            "name": "nlm_share"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm_shareres": {
      "size": 24,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "sequence": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "stat": {
          "type": {
            "kind": "enum",
            "name": "nlm_stats"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm_sm_status": {
      "size": 32,
      "fields": {
        "mon_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlm_stat": {
      "size": 4,
      "fields": {
        "stat": {
          "type": {
            "kind": "enum",
            "name": "nlm_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm_syscall_args": {
      "size": 32,
      "fields": {
        "addr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "addr_count_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "addr_count_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "addrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 24
        },
        "addrs_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "addrs_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "debug_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "debug_level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "debug_level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "grace_period": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "grace_period_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "grace_period_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nlm_testargs": {
      "size": 80,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm_lock"
          },
          "offset": 24
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "exclusive": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm_testres": {
      "size": 56,
      "fields": {
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "nlm_testrply"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm_testrply": {
      "size": 40,
      "fields": {
        "nlm_testrply_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_12bd086c8bd16010"
          },
          "offset": 8
        },
        "stat": {
          "type": {
            "kind": "enum",
            "name": "nlm_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm_unlockargs": {
      "size": 72,
      "fields": {
        "alock": {
          "type": {
            "kind": "struct",
            "name": "nlm_lock"
          },
          "offset": 16
        },
        "cookie": {
          "type": {
            "kind": "struct",
            "name": "netobj"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlm_waiting_lock": {
      "size": 224,
      "fields": {
        "nw_fh": {
          "type": {
            "kind": "union",
            "name": "nfsfh"
          },
          "offset": 88
        },
        "nw_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8a6a2ec2f505be1f"
          },
          "offset": 0
        },
        "nw_lock": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lock"
          },
          "offset": 24
        },
        "nw_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 216
        },
        "nw_waiting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nlm_waiting_lock_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_waiting_lock"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlm_waiting_lock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nlmsgerr": {
      "size": 20,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msg": {
          "type": {
            "kind": "struct",
            "name": "nlmsghdr"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nlmsghdr": {
      "size": 16,
      "fields": {
        "nlmsg_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "nlmsg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nlmsg_pid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nlmsg_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nlmsg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nlpcb": {
      "size": 248,
      "fields": {
        "nl_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 40
        },
        "nl_bound": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 41
        },
        "nl_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 136
        },
        "nl_dropped_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "nl_dropped_messages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "nl_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 232
        },
        "nl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "nl_groups": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "nl_linux": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 44
        },
        "nl_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 200
        },
        "nl_need_thread_setup": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 46
        },
        "nl_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2bcea3da0acd8a7"
          },
          "offset": 160
        },
        "nl_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "nl_port_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2bcea3da0acd8a7"
          },
          "offset": 176
        },
        "nl_process_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nl_proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "nl_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "nl_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "nl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 104
        },
        "nl_task_pending": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 42
        },
        "nl_taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 96
        },
        "nl_tx_blocked": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 43
        },
        "nl_unconstrained_vnet": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 45
        },
        "rx_queue": {
          "type": {
            "kind": "struct",
            "name": "nl_io_queue"
          },
          "offset": 48
        },
        "tx_queue": {
          "type": {
            "kind": "struct",
            "name": "nl_io_queue"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "nlpcb_head": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nlwriter_ops": {
      "size": 32,
      "fields": {
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "write_chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "write_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "write_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nm_bdg_fwd": {
      "size": 24,
      "fields": {
        "ft_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ft_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ft_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ft_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ft_next": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ft_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "nm_bdg_kthread": {
      "size": 24,
      "fields": {
        "bps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_bdg_polling_state"
            }
          },
          "offset": 16
        },
        "nmk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_kctx"
            }
          },
          "offset": 0
        },
        "qfirst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qlast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nm_bdg_polling_state": {
      "size": 48,
      "fields": {
        "bna": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_bwrap_adapter"
            }
          },
          "offset": 8
        },
        "configured": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "cpu_from": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "kthreads": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_bdg_kthread"
            }
          },
          "offset": 40
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ncpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "qfirst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "qlast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stopped": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "nm_bridge": {
      "size": 4256,
      "fields": {
        "bdg_active_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "bdg_basename": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "bdg_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4248
        },
        "bdg_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        },
        "bdg_namelen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "bdg_ops": {
          "type": {
            "kind": "struct",
            "name": "netmap_bdg_ops"
          },
          "offset": 4120
        },
        "bdg_port_index": {
          "type": {
            "count": 254,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "bdg_ports": {
          "type": {
            "count": 254,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netmap_vp_adapter"
              }
            }
          },
          "offset": 2088
        },
        "bdg_saved_ops": {
          "type": {
            "kind": "struct",
            "name": "netmap_bdg_ops"
          },
          "offset": 4176
        },
        "ht": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_hash_ent"
            }
          },
          "offset": 4240
        },
        "private_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 4232
        },
        "tmp_bdg_port_index": {
          "type": {
            "count": 254,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1072
        }
      },
      "kind": "struct"
    },
    "nm_config_info": {
      "size": 20,
      "fields": {
        "num_rx_descs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "num_tx_descs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "num_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_buf_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nm_csb_atok": {
      "size": 64,
      "fields": {
        "appl_need_kick": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sync_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nm_csb_ktoa": {
      "size": 64,
      "fields": {
        "hwcur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hwtail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "kern_need_kick": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pad": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nm_generic_mit": {
      "size": 16,
      "fields": {
        "mit_na": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_adapter"
            }
          },
          "offset": 8
        },
        "mit_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mit_ring_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mit_timer": {
          "type": {
            "kind": "struct",
            "name": "hrtimer"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nm_hash_ent": {
      "size": 16,
      "fields": {
        "mac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ports": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nm_ifreq": {
      "size": 272,
      "fields": {
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nifr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nm_iphdr": {
      "size": 20,
      "fields": {
        "check": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "daddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "frag_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "saddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tot_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "version_ihl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nm_ipv6hdr": {
      "size": 40,
      "fields": {
        "daddr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "flow_lbl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "hop_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "nexthdr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "payload_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "priority_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "saddr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nm_kctx": {
      "size": 96,
      "fields": {
        "affinity": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "attach_user": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "run": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "worker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "worker_ctx": {
          "type": {
            "kind": "struct",
            "name": "nm_kctx_ctx"
          },
          "offset": 40
        },
        "worker_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nm_kctx_cfg": {
      "size": 32,
      "fields": {
        "attach_user": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "worker_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "worker_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nm_kctx_ctx": {
      "size": 40,
      "fields": {
        "nmk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_kctx"
            }
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "user_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "worker_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "worker_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nm_os_extmem": {
      "size": 32,
      "fields": {
        "kva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "scan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nm_os_gen_arg": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "qevent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ring_nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nm_selinfo": {
      "size": 184,
      "fields": {
        "kqueue_users": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "m": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 112
        },
        "mtxname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "ntfytask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 80
        },
        "ntfytq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 72
        },
        "si": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nm_tcphdr": {
      "size": 20,
      "fields": {
        "ack_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "check": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "dest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "doff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "source": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "urg_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "window": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "nm_udphdr": {
      "size": 8,
      "fields": {
        "check": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "dest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "source": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nm_vale_q": {
      "size": 8,
      "fields": {
        "bq_head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bq_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bq_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nm_vnet_hdr": {
      "size": 10,
      "fields": {
        "csum_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "csum_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "gso_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "gso_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nmi_pcpu": {
      "size": 16,
      "fields": {
        "__padding": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "np_pcpu": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmount_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nmreq": {
      "size": 60,
      "fields": {
        "nr_arg1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "nr_arg2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "nr_arg3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "nr_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "nr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "nr_memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "nr_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nr_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nr_ringid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "nr_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "nr_rx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nr_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "nr_tx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "nr_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "spare2": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "nmreq_header": {
      "size": 88,
      "fields": {
        "nr_body": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "nr_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nr_options": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "nr_reqtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nr_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nr_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmreq_opt_csb": {
      "size": 40,
      "fields": {
        "csb_atok": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "csb_ktoa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nro_opt": {
          "type": {
            "kind": "struct",
            "name": "nmreq_option"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmreq_opt_extmem": {
      "size": 96,
      "fields": {
        "nro_info": {
          "type": {
            "kind": "struct",
            "name": "nmreq_pools_info"
          },
          "offset": 32
        },
        "nro_opt": {
          "type": {
            "kind": "struct",
            "name": "nmreq_option"
          },
          "offset": 0
        },
        "nro_usrptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nmreq_opt_offsets": {
      "size": 56,
      "fields": {
        "nro_initial_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nro_max_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nro_min_gap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "nro_offset_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nro_opt": {
          "type": {
            "kind": "struct",
            "name": "nmreq_option"
          },
          "offset": 0
        },
        "nro_tx_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "nmreq_opt_sync_kloop_eventfds": {
      "size": 24,
      "fields": {
        "eventfds": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_ea4e11168bccc877"
            }
          },
          "offset": 24
        },
        "nro_opt": {
          "type": {
            "kind": "struct",
            "name": "nmreq_option"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmreq_opt_sync_kloop_mode": {
      "size": 32,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "nro_opt": {
          "type": {
            "kind": "struct",
            "name": "nmreq_option"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmreq_option": {
      "size": 24,
      "fields": {
        "nro_next": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nro_reqtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nro_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nro_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nmreq_pools_info": {
      "size": 64,
      "fields": {
        "nr_buf_pool_objsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "nr_buf_pool_objtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "nr_buf_pool_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "nr_if_pool_objsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "nr_if_pool_objtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "nr_if_pool_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nr_mem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nr_memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nr_ring_pool_objsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "nr_ring_pool_objtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nr_ring_pool_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pad1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "nmreq_port_hdr": {
      "size": 8,
      "fields": {
        "nr_hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nmreq_port_info_get": {
      "size": 32,
      "fields": {
        "nr_host_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "nr_host_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "nr_mem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "nr_memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nr_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "nr_rx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nr_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "nr_tx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "nmreq_register": {
      "size": 56,
      "fields": {
        "nr_extra_bufs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "nr_host_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "nr_host_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "nr_mem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "nr_memsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "nr_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nr_ringid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "nr_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "nr_rx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nr_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "nr_tx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nmreq_sync_kloop_start": {
      "size": 8,
      "fields": {
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sleep_us": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmreq_vale_attach": {
      "size": 64,
      "fields": {
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "port_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "reg": {
          "type": {
            "kind": "struct",
            "name": "nmreq_register"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmreq_vale_detach": {
      "size": 8,
      "fields": {
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "port_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nmreq_vale_list": {
      "size": 8,
      "fields": {
        "nr_bridge_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nr_port_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nmreq_vale_newif": {
      "size": 16,
      "fields": {
        "nr_mem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "nr_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "nr_rx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nr_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nr_tx_slots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "nmreq_vale_polling": {
      "size": 16,
      "fields": {
        "nr_first_cpu_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nr_num_polling_cpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nodeElt": {
      "size": 8,
      "fields": {
        "byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "parent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "nodeElt_s": {
      "size": 8,
      "fields": {
        "byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "parent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "node_caps": {
      "size": 16,
      "fields": {
        "arr_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "caps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "node_priv": {
      "size": 472,
      "fields": {
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "header_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lower": {
          "type": {
            "kind": "struct",
            "name": "hookinfo"
          },
          "offset": 16
        },
        "overhead": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 400
        },
        "timer_scheduled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 464
        },
        "upper": {
          "type": {
            "kind": "struct",
            "name": "hookinfo"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "nodehash": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nodeinfo": {
      "size": 72,
      "fields": {
        "hooks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "normal_vlan": {
      "size": 2,
      "fields": {
        "vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "noslabbits": {
      "size": 0,
      "fields": {
        "__bits": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nosys_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "note_info": {
      "size": 56,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_157f6b9343b96461"
          },
          "offset": 40
        },
        "outarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "outfunc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "outsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "regset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "regset"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "note_info_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "note_info"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "note_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "notifier_block": {
      "size": 80,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "notifier_block"
            }
          },
          "offset": 8
        },
        "notifier_call": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tags": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "eventhandler_entry"
              }
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "notify_data": {
      "size": 24,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_channel_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "notify_evtchn_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nq_cn": {
      "size": 16,
      "fields": {
        "cq_handle_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cq_handle_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nq_cn_t": {
      "size": 16,
      "fields": {
        "cq_handle_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cq_handle_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ns8250_softc": {
      "size": 600,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "uart_softc"
          },
          "offset": 0
        },
        "busy_detect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 597
        },
        "fcr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 592
        },
        "ier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 593
        },
        "ier_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 595
        },
        "ier_rxbits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 596
        },
        "mcr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 594
        }
      },
      "kind": "struct"
    },
    "nstat": {
      "size": 128,
      "fields": {
        "st_atim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "st_birthtim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 112
        },
        "st_blksize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "st_blocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "st_ctim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 64
        },
        "st_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "st_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "st_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "st_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "st_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "st_mtim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 48
        },
        "st_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "st_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "st_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nstat32": {
      "size": 104,
      "fields": {
        "st_atim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 28
        },
        "st_birthtim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 84
        },
        "st_blksize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "st_blocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "st_ctim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 44
        },
        "st_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "st_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "st_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "st_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "st_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "st_mtim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 36
        },
        "st_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "st_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "st_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ntfs_attr": {
      "size": 24,
      "fields": {
        "a_compression": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "a_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "a_dataoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "a_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "a_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "a_indexed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "a_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "a_nameoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "a_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reclen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "ntfs_bootfile": {
      "size": 73,
      "fields": {
        "bf_bps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "bf_heads": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "bf_ibsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 65
        },
        "bf_media": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "bf_mftcn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "bf_mftmirrcn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "bf_mftrecsz": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 64
        },
        "bf_spc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bf_spt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "bf_spv": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bf_sysid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "bf_volsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 69
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "reserver4": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ntfs_filerec": {
      "size": 42,
      "fields": {
        "fr_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "fr_attrnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "fr_attroff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "fr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "fr_hdrfnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "fr_hdrfoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "fr_hdrmagic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fr_mainrec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "fr_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "fr_seqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "fr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ntp_adjtime_args": {
      "size": 8,
      "fields": {
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timex"
            }
          },
          "offset": 0
        },
        "tp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ntp_fp": {
      "size": 8,
      "fields": {
        "fractional": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "integral": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ntp_fp_t": {
      "size": 8,
      "fields": {
        "fractional": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "integral": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ntp_gettime_args": {
      "size": 8,
      "fields": {
        "ntvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ntptimeval"
            }
          },
          "offset": 0
        },
        "ntvp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ntvp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ntptimeval": {
      "size": 48,
      "fields": {
        "esterror": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "maxerror": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "tai": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        },
        "time_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ntwk_if_vlan_tag": {
      "size": 4,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_9bb8aa191afa8eb7"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "null_mount": {
      "size": 72,
      "fields": {
        "notify_node": {
          "type": {
            "kind": "struct",
            "name": "mount_upper_node"
          },
          "offset": 48
        },
        "nullm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nullm_lowerrootvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "nullm_vfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "upper_node": {
          "type": {
            "kind": "struct",
            "name": "mount_upper_node"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "null_node": {
      "size": 40,
      "fields": {
        "null_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "null_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4f7b1179172a2872"
          },
          "offset": 0
        },
        "null_lowervp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        },
        "null_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "null_node_hashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "null_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nvd_controller": {
      "size": 40,
      "fields": {
        "ctrlr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_controller"
            }
          },
          "offset": 0
        },
        "disk_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a6a3b1fd5a38fc1a"
          },
          "offset": 24
        },
        "tailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5922a3ed602eb2fa"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvd_disk": {
      "size": 184,
      "fields": {
        "bioq": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 8
        },
        "bioqlock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80
        },
        "bioqtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        },
        "ctrlr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvd_controller"
            }
          },
          "offset": 0
        },
        "ctrlr_tailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0386f90503d92f33"
          },
          "offset": 168
        },
        "cur_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 112
        },
        "global_tailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0386f90503d92f33"
          },
          "offset": 152
        },
        "ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_namespace"
            }
          },
          "offset": 128
        },
        "ordered_in_flight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 120
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "nvidia_raid_conf": {
      "size": 512,
      "fields": {
        "array_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "config_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "disk_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "disk_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "dummy_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "dummy_3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "filler": {
          "type": {
            "count": 98,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 120
        },
        "magic_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "nvidia_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "orig_array_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 75
        },
        "orig_total_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "orig_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rebuild_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "revision": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "sector_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "strip_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "strip_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "strip_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "strip_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "stripe_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "stripe_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "total_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 74
        },
        "total_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "volume_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "nvl_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvpair"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvpair"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvlist": {
      "size": 56,
      "fields": {
        "nvl_array_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvpair_t"
            }
          },
          "offset": 32
        },
        "nvl_datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nvl_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "nvl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nvl_head": {
          "type": {
            "kind": "struct",
            "name": "nvl_head"
          },
          "offset": 40
        },
        "nvl_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nvl_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvpair_t"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nvlist_header": {
      "size": 19,
      "fields": {
        "nvlh_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3
        },
        "nvlh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nvlh_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nvlh_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 11
        },
        "nvlh_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "nvlist_t": {
      "size": 56,
      "fields": {
        "nvl_array_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvpair_t"
            }
          },
          "offset": 32
        },
        "nvl_datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nvl_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "nvl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nvl_head": {
          "type": {
            "kind": "struct",
            "name": "nvl_head"
          },
          "offset": 40
        },
        "nvl_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nvl_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvpair_t"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "nvme_async_event_request": {
      "size": 4136,
      "fields": {
        "cpl": {
          "type": {
            "kind": "struct",
            "name": "nvme_completion"
          },
          "offset": 16
        },
        "ctrlr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_controller"
            }
          },
          "offset": 0
        },
        "log_page_buffer": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "log_page_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "log_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_request"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_command": {
      "size": 64,
      "fields": {
        "cdw10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "cdw11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "cdw12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cdw13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "cdw14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cdw15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fuse": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "opc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "prp1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "prp2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "nvme_command_effects_page": {
      "size": 4096,
      "fields": {
        "acs": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "iocs": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1024
        },
        "reserved": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2048
        }
      },
      "kind": "struct"
    },
    "nvme_completion": {
      "size": 16,
      "fields": {
        "cdw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sqhd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "nvme_completion_poll_status": {
      "size": 24,
      "fields": {
        "cpl": {
          "type": {
            "kind": "struct",
            "name": "nvme_completion"
          },
          "offset": 0
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nvme_consumer": {
      "size": 40,
      "fields": {
        "async_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ctrlr_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "fail_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ns_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_controller": {
      "size": 104896,
      "fields": {
        "adminq": {
          "type": {
            "kind": "struct",
            "name": "nvme_qpair"
          },
          "offset": 320
        },
        "aer": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nvme_async_event_request"
            }
          },
          "offset": 71648
        },
        "async_event_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 71640
        },
        "bar4_resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 96
        },
        "bar4_resource_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "bus_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "bus_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "cap_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "cap_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "cdata": {
          "type": {
            "kind": "struct",
            "name": "nvme_controller_data"
          },
          "offset": 720
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 71632
        },
        "config_hook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 120
        },
        "cons_cookie": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 104736
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "dstrd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "enable_aborts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "fail_req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_02566ff8714a585a"
          },
          "offset": 104768
        },
        "fail_req_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 192
        },
        "hmb_chunk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104792
        },
        "hmb_chunks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_hmb_chunk"
            }
          },
          "offset": 104808
        },
        "hmb_desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 104824
        },
        "hmb_desc_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104840
        },
        "hmb_desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 104816
        },
        "hmb_desc_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_hmb_desc"
            }
          },
          "offset": 104832
        },
        "hmb_nchunks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104784
        },
        "hmb_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 104800
        },
        "int_coal_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "int_coal_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "ioq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_qpair"
            }
          },
          "offset": 704
        },
        "is_dying": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 104765
        },
        "is_failed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 104764
        },
        "is_initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104756
        },
        "is_resetting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104752
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "max_hw_pend_io": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "max_xfer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "mps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "msi_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "notification_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104760
        },
        "ns": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nvme_namespace"
            }
          },
          "offset": 4816
        },
        "ns_identified": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "num_aers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 71644
        },
        "num_io_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "queues_created": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ready_timeout_in_ms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_registers"
            }
          },
          "offset": 712
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 240
        },
        "reset_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 160
        },
        "resource": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 80
        },
        "resource_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 248
        },
        "taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 224
        },
        "timeout_period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        }
      },
      "kind": "struct"
    },
    "nvme_controller_data": {
      "size": 4096,
      "fields": {
        "acl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 258
        },
        "acwu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 532
        },
        "aerl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 259
        },
        "anacap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 343
        },
        "anagrpmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "anatt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 342
        },
        "apsta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 265
        },
        "avscc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 264
        },
        "awun": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 526
        },
        "awupf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 528
        },
        "cctemp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 268
        },
        "cntrltype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 111
        },
        "cqes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 513
        },
        "crdt1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 128
        },
        "crdt2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 130
        },
        "crdt3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "ctratt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "ctrlr_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "dsto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 318
        },
        "edstt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 316
        },
        "elpe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 262
        },
        "endgidmax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 340
        },
        "fguid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "fna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 524
        },
        "fr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "frmw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 260
        },
        "fuses": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 522
        },
        "fwug": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 319
        },
        "hctma": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 322
        },
        "hmmaxd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "hmmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "hmminds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "hmpre": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "ieee": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 73
        },
        "kas": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 320
        },
        "lpa": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 261
        },
        "maxcmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 514
        },
        "mdts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "mic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "mn": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "mnan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "mntmt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 324
        },
        "mtfa": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 270
        },
        "mxtmt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 326
        },
        "nanagrpid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "nn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "npss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 263
        },
        "nsetidmax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 338
        },
        "nvscc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 530
        },
        "nwpc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 531
        },
        "oacs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "oaes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "oncs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 520
        },
        "pels": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "power_state": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nvme_power_state"
            }
          },
          "offset": 2048
        },
        "rab": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "reserved1": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 102
        },
        "reserved2": {
          "type": {
            "count": 122,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 134
        },
        "reserved3": {
          "type": {
            "count": 156,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 356
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 534
        },
        "reserved7": {
          "type": {
            "count": 224,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 544
        },
        "reserved8": {
          "type": {
            "count": 768,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1024
        },
        "reserved9": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1792
        },
        "rpmbs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "rrls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "rtd3e": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rtd3r": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sanicap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "sgls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "sn": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "sqes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 512
        },
        "ssvid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "subnqn": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 768
        },
        "untncap": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b7e7b87b72ac0338"
          },
          "offset": 280
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vs": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3072
        },
        "vwc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 525
        },
        "wctemp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 266
        }
      },
      "kind": "struct"
    },
    "nvme_dsm_range": {
      "size": 16,
      "fields": {
        "attributes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "starting_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_error_information_entry": {
      "size": 64,
      "fields": {
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "csi": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "error_location": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "reserved30": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "sqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "trtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "ttsi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "vendor_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "nvme_firmware_page": {
      "size": 512,
      "fields": {
        "afi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 448,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "revision": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_get_nsid": {
      "size": 260,
      "fields": {
        "cdev": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "nvme_health_information_page": {
      "size": 512,
      "fields": {
        "available_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "available_spare_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "controller_busy_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 96
        },
        "critical_warning": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data_units_read": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "data_units_written": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "error_temp_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "host_read_commands": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "host_write_commands": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "media_errors": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 160
        },
        "num_error_info_log_entries": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 176
        },
        "percentage_used": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "power_cycles": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 112
        },
        "power_on_hours": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "reserved": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "count": 280,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 232
        },
        "temp_sensor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 200
        },
        "temperature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "tmt1tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tmt2tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "ttftmt1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "ttftmt2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "unsafe_shutdowns": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "warning_temp_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "nvme_hmb_chunk": {
      "size": 24,
      "fields": {
        "hmbc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "hmbc_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "hmbc_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_hmb_desc": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_io_test": {
      "size": 1048,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "io_completed": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "num_threads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "opc": {
          "type": {
            "kind": "enum",
            "name": "nvme_nvm_opcode"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_io_test_internal": {
      "size": 1080,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "io_completed": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_namespace"
            }
          },
          "offset": 0
        },
        "opc": {
          "type": {
            "kind": "enum",
            "name": "nvme_nvm_opcode"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "start": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 16
        },
        "td_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "td_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "nvme_io_test_thread": {
      "size": 64,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "io_completed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_namespace"
            }
          },
          "offset": 8
        },
        "opc": {
          "type": {
            "kind": "enum",
            "name": "nvme_nvm_opcode"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "start": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 24
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "nvme_namespace": {
      "size": 4176,
      "fields": {
        "boundary": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4136
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 4112
        },
        "cons_cookie": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 4120
        },
        "ctrlr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_controller"
            }
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "struct",
            "name": "nvme_namespace_data"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4108
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4104
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 4144
        }
      },
      "kind": "struct"
    },
    "nvme_namespace_data": {
      "size": 4096,
      "fields": {
        "anagrpid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "dlfeat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "dpc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "dps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "endgid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "eui64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "flbas": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "fpi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "lbaf": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "mc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "nabo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "nabsn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "nabspf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "nacwu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "nawun": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "nawupf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "ncap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nguid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "nlbaf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "nmic": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "noiob": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "nows": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "npda": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "npdg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "npwa": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "npwg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "nsattr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 99
        },
        "nsfeat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "nsze": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nuse": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nvmcap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "nvmsetid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "rescap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "reserved5": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 74
        },
        "reserved6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "reserved7": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 192
        },
        "vendor_specific": {
          "type": {
            "count": 3712,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 384
        }
      },
      "kind": "struct"
    },
    "nvme_ns_list": {
      "size": 4096,
      "fields": {
        "ns": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nvme_power_state": {
      "size": 32,
      "fields": {
        "actp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "apw_aps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "enlat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "exlat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "idlp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ips": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "mp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mps_nops": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ps_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ps_rsvd10": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        },
        "ps_rsvd8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "rrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "rrt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "rwl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "rwt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "nvme_probe_softc": {
      "size": 4136,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_79027a92591c541c"
          },
          "offset": 4112
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bd71d895d71fd54d"
          },
          "offset": 4116
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 4128
        },
        "request_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 0
        },
        "restart": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4120
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_f6918ac77c42f658"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "nvme_pt_command": {
      "size": 104,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "nvme_command"
          },
          "offset": 0
        },
        "cpl": {
          "type": {
            "kind": "struct",
            "name": "nvme_completion"
          },
          "offset": 64
        },
        "driver_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 96
        },
        "is_read": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "nvme_qpair": {
      "size": 384,
      "fields": {
        "act_tr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvme_tracker"
              }
            }
          },
          "offset": 304
        },
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_command"
            }
          },
          "offset": 200
        },
        "cmd_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "cpl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_completion"
            }
          },
          "offset": 208
        },
        "cpl_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cq_hdbl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "cq_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "ctrlr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_controller"
            }
          },
          "offset": 0
        },
        "deadline": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 216
        },
        "dma_tag_payload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 224
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "free_tr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_58ac41f517f9e9c1"
          },
          "offset": 256
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 320
        },
        "num_cmds": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "num_failures": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 184
        },
        "num_ignored": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 192
        },
        "num_intr_handler_calls": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "num_retries": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        },
        "num_trackers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "outstanding_tr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_58ac41f517f9e9c1"
          },
          "offset": 272
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "queued_req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_02566ff8714a585a"
          },
          "offset": 288
        },
        "queuemem_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 232
        },
        "recovery_state": {
          "type": {
            "kind": "enum",
            "name": "nvme_recovery"
          },
          "offset": 124
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sq_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "sq_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "sq_tdbl_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "timer_armed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 120
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "nvme_quirk_entry": {
      "size": 12,
      "fields": {
        "maxtags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mintags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nvme_registers": {
      "size": 4104,
      "fields": {
        "acq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "aqa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "asq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bpinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "bpmbl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "bprsel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "cap_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cap_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cmbloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "cmbmsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "cmbsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "cmbsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "csts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "doorbell": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_81629b4ae615f4d8"
            }
          },
          "offset": 4096
        },
        "intmc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "intms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nssr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pmrcap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3584
        },
        "pmrctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3588
        },
        "pmrebs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3596
        },
        "pmrmsc_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3608
        },
        "pmrmsc_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3604
        },
        "pmrsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3592
        },
        "pmrswtp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3600
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved3": {
          "type": {
            "count": 3492,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 92
        },
        "reserved4": {
          "type": {
            "count": 484,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3612
        },
        "vs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_request": {
      "size": 128,
      "fields": {
        "cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "cb_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "nvme_command"
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "memdesc"
          },
          "offset": 72
        },
        "payload_valid": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 116
        },
        "qpair": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_qpair"
            }
          },
          "offset": 64
        },
        "retries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 118
        },
        "stailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bb092294af3b6fa3"
          },
          "offset": 120
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 117
        }
      },
      "kind": "struct"
    },
    "nvme_res_notification_page": {
      "size": 64,
      "fields": {
        "available_log_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "log_page_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "log_page_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "nsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11
        },
        "reserved": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "nvme_sanitize_status_page": {
      "size": 512,
      "fields": {
        "etfbe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "etfbewnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "etfce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "etfcewnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "etfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "etfownd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved": {
          "type": {
            "count": 480,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "scdw10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sprog": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sstat": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "nvme_sim_softc": {
      "size": 24,
      "fields": {
        "s_ctrlr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_controller"
            }
          },
          "offset": 0
        },
        "s_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 16
        },
        "s_sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_status_string": {
      "size": 16,
      "fields": {
        "sc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "nvme_tracker": {
      "size": 72,
      "fields": {
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "deadline": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "payload_dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "prp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "prp_bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "qpair": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_qpair"
            }
          },
          "offset": 24
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_request"
            }
          },
          "offset": 16
        },
        "tailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_95f19b70476bd397"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nvpair": {
      "size": 72,
      "fields": {
        "nvp_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nvp_datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nvp_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvlist_t"
            }
          },
          "offset": 48
        },
        "nvp_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nvp_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nvp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_162bb3a8e64f95bf"
          },
          "offset": 56
        },
        "nvp_nitems": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "nvp_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "nvpair_header": {
      "size": 19,
      "fields": {
        "nvph_datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3
        },
        "nvph_namesize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "nvph_nitems": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 11
        },
        "nvph_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "nvpair_t": {
      "size": 72,
      "fields": {
        "nvp_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nvp_datasize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nvp_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvlist_t"
            }
          },
          "offset": 48
        },
        "nvp_magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nvp_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nvp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_162bb3a8e64f95bf"
          },
          "offset": 56
        },
        "nvp_nitems": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "nvp_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "o2export_args": {
      "size": 160,
      "fields": {
        "ex_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 96
        },
        "ex_addrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "ex_anon": {
          "type": {
            "kind": "struct",
            "name": "xucred"
          },
          "offset": 8
        },
        "ex_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ex_indexfile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "ex_mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 112
        },
        "ex_masklen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "ex_numsecflavors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "ex_root": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ex_secflavors": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 140
        }
      },
      "kind": "struct"
    },
    "oacc_t": {
      "size": 105,
      "fields": {
        "accchar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "map": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "oaccentmap": {
      "size": 1578,
      "fields": {
        "acc": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oacc_t"
            }
          },
          "offset": 2
        },
        "n_accs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oaccentmap_t": {
      "size": 1578,
      "fields": {
        "acc": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oacc_t"
            }
          },
          "offset": 2
        },
        "n_accs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ob_queue": {
      "size": 72,
      "fields": {
        "array_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "array_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ci_local": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ci_register_abs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ci_register_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "intr_msg_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pi_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pi_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "q_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ob_queue_t": {
      "size": 72,
      "fields": {
        "array_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "array_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ci_local": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ci_register_abs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ci_register_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "intr_msg_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pi_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pi_virt_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "q_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "object_q": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_object"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "oce_aic_obj": {
      "size": 48,
      "fields": {
        "cur_eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "et_eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "min_eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "prev_rxpkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "prev_txreqs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "oce_async_cqe_link_state": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_0d802d40bc45a3ad"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_async_event_grp5_pvid_state": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "oce_async_event_qnq": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "oce_async_evt_grp5_os2bmc": {
      "size": 33,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f8303ffe45ff607e"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_be_stats": {
      "size": 152,
      "fields": {
        "be_on_die_temperature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "be_tx_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "eth_red_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "forwarded_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "jabber_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "pmem_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "rx_address_match_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_alignment_symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_dropped_header_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_dropped_tcp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_dropped_too_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_dropped_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_drops_invalid_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_drops_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_drops_no_erx_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_drops_no_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_drops_no_tpre_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_drops_no_txpb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_drops_too_many_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_frame_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_in_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_input_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "rx_ip_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_out_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_priority_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_switched_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_switched_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_switched_unicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_tcp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rx_udp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rxpp_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_controlframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_pauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_priority_pauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "oce_bmbx": {
      "size": 272,
      "fields": {
        "cqe": {
          "type": {
            "kind": "struct",
            "name": "oce_mq_cqe"
          },
          "offset": 256
        },
        "mbx": {
          "type": {
            "kind": "struct",
            "name": "oce_mbx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_common_cqe_info": {
      "size": 6,
      "fields": {
        "ip_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ipv6_frame": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "l4_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "num_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pkt_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "qnq": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vtp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_cq": {
      "size": 80,
      "fields": {
        "cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "cq_cfg": {
          "type": {
            "kind": "struct",
            "name": "cq_config"
          },
          "offset": 52
        },
        "cq_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "cq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_eq"
            }
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "qstate": {
          "type": {
            "kind": "enum",
            "name": "qstate_e"
          },
          "offset": 48
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_ring_buffer_t"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "oce_cq_ctx_t": {
      "size": 20,
      "fields": {
        "dw": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "v0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f7ce1679cfece737"
          },
          "offset": 0
        },
        "v2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88bed3e194bf2331"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "oce_cq_ctx_u": {
      "size": 20,
      "fields": {
        "dw": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "v0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f7ce1679cfece737"
          },
          "offset": 0
        },
        "v2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88bed3e194bf2331"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "oce_dev_info": {
      "size": 168,
      "fields": {
        "db_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "db_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "db_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dev_family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "dev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "dpp_unmapped_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "dpp_unmapped_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "intr_mode": {
          "type": {
            "kind": "enum",
            "name": "oce_interrupt_mode"
          },
          "offset": 84
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "msix": {
          "type": {
            "kind": "struct",
            "name": "unnamed_49938bf7910e8b21"
          },
          "offset": 88
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_softc"
            }
          },
          "offset": 16
        },
        "unmapped_db": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "unmapped_db_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "oce_dma_mem": {
      "size": 32,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_drv_stats": {
      "size": 728,
      "fields": {
        "rx": {
          "type": {
            "kind": "struct",
            "name": "oce_rx_stats"
          },
          "offset": 0
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "oce_tx_stats"
          },
          "offset": 32
        },
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_4f5d6b83f888aec7"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "oce_eq": {
      "size": 136,
      "fields": {
        "cb_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "cq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "oce_cq"
              }
            }
          },
          "offset": 40
        },
        "cq_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "eq_cfg": {
          "type": {
            "kind": "struct",
            "name": "eq_config"
          },
          "offset": 108
        },
        "eq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "intr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "qstate": {
          "type": {
            "kind": "enum",
            "name": "qstate_e"
          },
          "offset": 36
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_ring_buffer_t"
            }
          },
          "offset": 24
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        }
      },
      "kind": "struct"
    },
    "oce_eq_ctx": {
      "size": 20,
      "fields": {
        "armed": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "count": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "delay_mult": {
          "type": {
            "bit_length": 10,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "dw4rsvd1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "dw5rsvd1": {
          "type": {
            "bit_length": 29,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dw5rsvd2": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "dw6rsvd1": {
          "type": {
            "bit_length": 26,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "dw6rsvd2": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "dw7rsvd1": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "dw7rsvd2": {
          "type": {
            "bit_length": 9,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dw8rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "oce_eqe": {
      "size": 4,
      "fields": {
        "evnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_erx_stats_v0": {
      "size": 192,
      "fields": {
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "rx_drops_no_fragments": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_erx_stats_v1": {
      "size": 288,
      "fields": {
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 272
        },
        "rx_drops_no_fragments": {
          "type": {
            "count": 68,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_erx_stats_v2": {
      "size": 556,
      "fields": {
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "rx_drops_no_fragments": {
          "type": {
            "count": 136,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_hw_stats_v0": {
      "size": 1060,
      "fields": {
        "erx": {
          "type": {
            "kind": "struct",
            "name": "oce_erx_stats_v0"
          },
          "offset": 844
        },
        "pmem": {
          "type": {
            "kind": "struct",
            "name": "oce_pmem_stats"
          },
          "offset": 1036
        },
        "rsvd": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 652
        },
        "rxf": {
          "type": {
            "kind": "struct",
            "name": "oce_rxf_stats_v0"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_hw_stats_v1": {
      "size": 1848,
      "fields": {
        "erx": {
          "type": {
            "kind": "struct",
            "name": "oce_erx_stats_v1"
          },
          "offset": 1464
        },
        "pmem": {
          "type": {
            "kind": "struct",
            "name": "oce_pmem_stats"
          },
          "offset": 1752
        },
        "rsvd0": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1272
        },
        "rsvd1": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1776
        },
        "rxf": {
          "type": {
            "kind": "struct",
            "name": "oce_rxf_stats_v1"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_hw_stats_v2": {
      "size": 2680,
      "fields": {
        "erx": {
          "type": {
            "kind": "struct",
            "name": "oce_erx_stats_v2"
          },
          "offset": 2028
        },
        "pmem": {
          "type": {
            "kind": "struct",
            "name": "oce_pmem_stats"
          },
          "offset": 2584
        },
        "rsvd0": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1836
        },
        "rsvd1": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2608
        },
        "rxf": {
          "type": {
            "kind": "struct",
            "name": "oce_rxf_stats_v2"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_intr_info": {
      "size": 120,
      "fields": {
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_eq"
            }
          },
          "offset": 32
        },
        "intr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "irq_rr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_softc"
            }
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        },
        "task_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 40
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "oce_lock": {
      "size": 72,
      "fields": {
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "oce_mbx": {
      "size": 256,
      "fields": {
        "payload": {
          "type": {
            "kind": "struct",
            "name": "oce_mbx_payload"
          },
          "offset": 20
        },
        "payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_e6f92d9f6eda9469"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_mbx_ctx": {
      "size": 24,
      "fields": {
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "cb_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "mbx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_mbx"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_mbx_payload": {
      "size": 236,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_a1313a4ffde1d8b5"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_mq": {
      "size": 56,
      "fields": {
        "async_cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_cq"
            }
          },
          "offset": 32
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "mq_config"
          },
          "offset": 48
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_cq"
            }
          },
          "offset": 24
        },
        "mq_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "qstate": {
          "type": {
            "kind": "enum",
            "name": "qstate_e"
          },
          "offset": 44
        },
        "ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_ring_buffer_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "oce_mq_cqe": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_2110ef0e1e0d6bb4"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_mq_ext_ctx_t": {
      "size": 24,
      "fields": {
        "dw": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "v0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3d5d495b53076bf5"
          },
          "offset": 0
        },
        "v1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d66368f93a99d235"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "oce_mq_ext_ctx_u": {
      "size": 24,
      "fields": {
        "dw": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "v0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3d5d495b53076bf5"
          },
          "offset": 0
        },
        "v1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d66368f93a99d235"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "oce_mq_sge": {
      "size": 12,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pa_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pa_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_nic_frag_wqe": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_326cad1830139d23"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_nic_hdr_wqe": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_e37dabe121fc4311"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_nic_resc_desc": {
      "size": 88,
      "fields": {
        "acpi_params": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "bw_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "bw_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "cq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "desc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "eq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "link_param": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "lro_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "mcast_mac_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "mcc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "rssq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rsvd4": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rsvd6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        },
        "rsvd7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "rsvd8": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "toe_conn_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "txq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "unicast_mac_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vf_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vlan_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wol_param": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        }
      },
      "kind": "struct"
    },
    "oce_nic_rqe": {
      "size": 8,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_ba921f09e63281cf"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_nic_rx_cqe": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_d9ea0b7f2c229093"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_nic_rx_cqe_v1": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_bd70b91b3000746c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_nic_tx_cqe": {
      "size": 16,
      "fields": {
        "u0": {
          "type": {
            "kind": "union",
            "name": "unnamed_76d687d14630422c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_packet_desc": {
      "size": 24,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "wqe_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "oce_phy_info": {
      "size": 24,
      "fields": {
        "auto_speeds_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ext_phy_details": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "fixed_speeds_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "future_use": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "interface_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "misc_params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phy_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "oce_pmem_stats": {
      "size": 24,
      "fields": {
        "eth_red_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "oce_port_rxf_stats_v0": {
      "size": 264,
      "fields": {
        "rx_1024_1518_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_128_256_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_1519_2047_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rx_2048_4095_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rx_256_511_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_4096_8191_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_512_1023_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_64_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_65_127_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_8192_9216_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_address_match_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_alignment_symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_broadcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_bytes_lsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_bytes_msd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_chute1_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rx_chute2_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "rx_chute3_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_dropped_header_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_dropped_tcp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_dropped_too_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_dropped_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_frame_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_in_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_input_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "rx_ip_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_ipv4_bytes_lsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "rx_ipv4_bytes_msd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "rx_ipv4_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "rx_ipv6_bytes_lsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rx_ipv6_bytes_msd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "rx_ipv6_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "rx_management_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_multicast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_non_rss_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "rx_out_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_switched_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "rx_switched_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "rx_switched_unicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "rx_tcp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "rx_total_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_udp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "rx_unicast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_vlan_mismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rxpp_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "tx_1024_1518_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "tx_128_256_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "tx_1519_2047_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "tx_2048_4095_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "tx_256_511_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "tx_4096_8191_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "tx_512_1023_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "tx_64_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tx_65_127_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "tx_8192_9216_byte_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "tx_broadcastframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_bytes_lsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_bytes_msd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_controlframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tx_multicastframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "tx_pauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_unicastframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        }
      },
      "kind": "struct"
    },
    "oce_port_rxf_stats_v1": {
      "size": 288,
      "fields": {
        "jabber_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "pmem_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "rsvd0": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "rsvd2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 156
        },
        "rsvd3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 196
        },
        "rsvd4": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 220
        },
        "rsvd5": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 276
        },
        "rx_address_match_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_alignment_symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_dropped_header_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_dropped_tcp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_dropped_too_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_dropped_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_frame_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_in_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_input_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "rx_ip_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "rx_out_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_priority_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_switched_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "rx_switched_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "rx_switched_unicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "rx_tcp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "rx_udp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rxpp_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "tx_controlframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tx_pauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_priority_pauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        }
      },
      "kind": "struct"
    },
    "oce_port_rxf_stats_v2": {
      "size": 408,
      "fields": {
        "jabber_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "pmem_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "roce_bytes_received_lsd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "roce_bytes_received_msd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "roce_drops_crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "roce_drops_payload_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "roce_frames_received": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rsvd0": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "rsvd2": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "rsvd3": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 180
        },
        "rsvd4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 220
        },
        "rsvd5": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 244
        },
        "rsvd6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 300
        },
        "rsvd7": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 332
        },
        "rx_address_match_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rx_alignment_symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_dropped_header_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "rx_dropped_tcp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_dropped_too_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_dropped_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rx_drops_clipped_header": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "rx_drops_crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "rx_drops_payload_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "rx_frame_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_in_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_input_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "rx_ip_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rx_out_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_priority_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_switched_broadcast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "rx_switched_multicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "rx_switched_unicast_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "rx_tcp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_udp_checksum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "rxpp_fifo_overflow_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "tx_controlframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "tx_pauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "tx_priority_pauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        }
      },
      "kind": "struct"
    },
    "oce_rdma_if": {
      "size": 16,
      "fields": {
        "announce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_rdma_info": {
      "size": 40,
      "fields": {
        "close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "common_req_hdr_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "get_mac_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "mbox_post": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oce_ring_buffer_s": {
      "size": 64,
      "fields": {
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "OCE_DMA_MEM"
          },
          "offset": 32
        },
        "item_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "num_items": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "num_used": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "oce_ring_buffer_t": {
      "size": 64,
      "fields": {
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "OCE_DMA_MEM"
          },
          "offset": 32
        },
        "item_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "num_items": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "num_used": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "oce_rq": {
      "size": 24952,
      "fields": {
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "rq_config"
          },
          "offset": 0
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_cq"
            }
          },
          "offset": 56
        },
        "cqe_firstpart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nic_hwlro_cqe_part1"
            }
          },
          "offset": 24944
        },
        "islro": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24940
        },
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 24808
        },
        "lro_pkts_queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24936
        },
        "pad1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "pckts": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oce_packet_desc"
            }
          },
          "offset": 80
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24656
        },
        "qstate": {
          "type": {
            "kind": "enum",
            "name": "qstate_e"
          },
          "offset": 24660
        },
        "queue_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_ring_buffer_t"
            }
          },
          "offset": 48
        },
        "rq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rss_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_lock": {
          "type": {
            "kind": "struct",
            "name": "oce_lock"
          },
          "offset": 24664
        },
        "rx_stats": {
          "type": {
            "kind": "struct",
            "name": "oce_rx_queue_stats"
          },
          "offset": 24736
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "oce_rx_queue_stats": {
      "size": 72,
      "fields": {
        "prev_rx_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_bytes_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_compl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_drops_no_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_fps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_mcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_post_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_ucast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxcp_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "oce_rx_stats": {
      "size": 32,
      "fields": {
        "t_rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "t_rx_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "t_rx_mcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "t_rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "t_rx_ucast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "t_rxcp_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "oce_rxf_stats_v0": {
      "size": 652,
      "fields": {
        "forwarded_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "management_rx_port_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "management_rx_port_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "management_rx_port_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "management_rx_port_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 552
        },
        "management_rx_port_rxfifo_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 572
        },
        "management_tx_port_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "management_tx_port_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 560
        },
        "management_tx_port_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oce_port_rxf_stats_v0"
            }
          },
          "offset": 0
        },
        "port0_jabber_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "port1_jabber_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "rsvd0": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 592
        },
        "rsvd1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 628
        },
        "rx_drops_invalid_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 580
        },
        "rx_drops_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "rx_drops_no_erx_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "rx_drops_no_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "rx_drops_no_tpre_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "rx_drops_no_txpb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "rx_drops_too_many_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 576
        }
      },
      "kind": "struct"
    },
    "oce_rxf_stats_v1": {
      "size": 1272,
      "fields": {
        "forwarded_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1208
        },
        "port": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oce_port_rxf_stats_v1"
            }
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1152
        },
        "rsvd1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1176
        },
        "rsvd2": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1216
        },
        "rx_drops_invalid_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1204
        },
        "rx_drops_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1212
        },
        "rx_drops_no_erx_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1168
        },
        "rx_drops_no_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1160
        },
        "rx_drops_no_tpre_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1172
        },
        "rx_drops_no_txpb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1164
        },
        "rx_drops_too_many_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1200
        }
      },
      "kind": "struct"
    },
    "oce_rxf_stats_v2": {
      "size": 1836,
      "fields": {
        "forwarded_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1688
        },
        "port": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oce_port_rxf_stats_v2"
            }
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1632
        },
        "rsvd1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1656
        },
        "rsvd2": {
          "type": {
            "count": 35,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1696
        },
        "rx_drops_invalid_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1684
        },
        "rx_drops_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1692
        },
        "rx_drops_no_erx_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1648
        },
        "rx_drops_no_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1640
        },
        "rx_drops_no_tpre_descr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1652
        },
        "rx_drops_no_txpb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1644
        },
        "rx_drops_too_many_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1680
        }
      },
      "kind": "struct"
    },
    "oce_set_eqd": {
      "size": 12,
      "fields": {
        "delay_multiplier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "eq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "oce_softc": {
      "size": 11408,
      "fields": {
        "aic_obj": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oce_aic_obj"
            }
          },
          "offset": 4880
        },
        "asic_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4252
        },
        "be3_native": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 11360
        },
        "bmbx_lock": {
          "type": {
            "kind": "struct",
            "name": "oce_lock"
          },
          "offset": 4176
        },
        "bmc_filt_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11376
        },
        "bsmbx": {
          "type": {
            "kind": "struct",
            "name": "OCE_DMA_MEM"
          },
          "offset": 4144
        },
        "config_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4248
        },
        "cq": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "oce_cq"
              }
            }
          },
          "offset": 4416
        },
        "csr_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "csr_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "csr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 128
        },
        "csr_vhandle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "db_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "db_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "db_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 160
        },
        "db_vhandle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 184
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dev_lock": {
          "type": {
            "kind": "struct",
            "name": "oce_lock"
          },
          "offset": 8
        },
        "devcfg_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "devcfg_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "devcfg_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 96
        },
        "devcfg_vhandle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4090
        },
        "enable_hwlro": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4100
        },
        "eq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "oce_eq"
              }
            }
          },
          "offset": 4560
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flow_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4872
        },
        "fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "function_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4264
        },
        "function_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4260
        },
        "fw_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4104
        },
        "hw_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11361
        },
        "if_cap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4868
        },
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4856
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 4040
        },
        "intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4032
        },
        "intrs": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OCE_INTR_INFO"
            }
          },
          "offset": 192
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4089
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4088
        },
        "macaddr": {
          "type": {
            "kind": "struct",
            "name": "mac_address_format"
          },
          "offset": 4136
        },
        "max_rx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4272
        },
        "max_tx_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4268
        },
        "max_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11372
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 4048
        },
        "mq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_mq"
            }
          },
          "offset": 4816
        },
        "ncqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4828
        },
        "neqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4824
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_softc"
            }
          },
          "offset": 11400
        },
        "nifs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4860
        },
        "nrqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4832
        },
        "nrssqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4840
        },
        "nwqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4836
        },
        "oce_stats_info": {
          "type": {
            "kind": "struct",
            "name": "oce_drv_stats"
          },
          "offset": 10568
        },
        "pcie_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "pcie_link_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "pmac_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4864
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4256
        },
        "promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4876
        },
        "pvid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11368
        },
        "qnq_debug_event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11362
        },
        "qnqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11364
        },
        "qos_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4092
        },
        "rdma_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 11384
        },
        "rdma_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11392
        },
        "roce_intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4036
        },
        "rq": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "oce_rq"
              }
            }
          },
          "offset": 4344
        },
        "rq_frag_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4852
        },
        "rx_ring_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4848
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4096
        },
        "stats_mem": {
          "type": {
            "kind": "struct",
            "name": "OCE_DMA_MEM"
          },
          "offset": 10536
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 11296
        },
        "tx_ring_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4844
        },
        "vlan_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 6416
        },
        "vlan_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 6424
        },
        "vlan_tag": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6434
        },
        "vlans_added": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6432
        },
        "wq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "oce_wq"
              }
            }
          },
          "offset": 4280
        }
      },
      "kind": "struct"
    },
    "oce_tx_queue_stats": {
      "size": 40,
      "fields": {
        "ipv6_ext_hdr_tx_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_compl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_reqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_stops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_wrbs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "oce_tx_stats": {
      "size": 40,
      "fields": {
        "t_ipv6_ext_hdr_tx_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "t_tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "t_tx_compl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "t_tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "t_tx_reqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "t_tx_stops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "t_tx_wrbs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "oce_wq": {
      "size": 24912,
      "fields": {
        "br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 24864
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "wq_config"
          },
          "offset": 24788
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_cq"
            }
          },
          "offset": 160
        },
        "db_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24904
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "pckts": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oce_packet_desc"
            }
          },
          "offset": 176
        },
        "pkt_desc_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24756
        },
        "pkt_desc_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24752
        },
        "pkt_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24776
        },
        "qstate": {
          "type": {
            "kind": "enum",
            "name": "qstate_e"
          },
          "offset": 24780
        },
        "queue_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24816
        },
        "resched": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24764
        },
        "ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "oce_ring_buffer_t"
            }
          },
          "offset": 152
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 168
        },
        "tx_compl_lock": {
          "type": {
            "kind": "struct",
            "name": "oce_lock"
          },
          "offset": 72
        },
        "tx_deferd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24772
        },
        "tx_lock": {
          "type": {
            "kind": "struct",
            "name": "oce_lock"
          },
          "offset": 0
        },
        "tx_stats": {
          "type": {
            "kind": "struct",
            "name": "oce_tx_queue_stats"
          },
          "offset": 24824
        },
        "txtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 24872
        },
        "wq_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24768
        },
        "wq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24784
        },
        "wqm_used": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24760
        }
      },
      "kind": "struct"
    },
    "oce_xe201_stats": {
      "size": 656,
      "fields": {
        "num_forwards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "rx_address_match_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "rx_alignment_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rx_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "rx_control_frames_unknown_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rx_dropped_header_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "rx_dropped_invalid_tcp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "rx_dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "rx_dropped_too_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "rx_dropped_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "rx_drops_invalid_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 560
        },
        "rx_drops_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "rx_drops_too_many_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rx_fifo_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "rx_fragment_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "rx_frames_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "rx_in_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "rx_input_fifo_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "rx_internal_mac_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "rx_ip_checksum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "rx_ipv4_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "rx_ipv4_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "rx_ipv6_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "rx_ipv6_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "rx_iscsi_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "rx_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "rx_management_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "rx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "rx_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rx_nic_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "rx_non_rss_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "rx_out_of_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "rx_oversize_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "rx_pause_off_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "rx_pause_on_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rx_pkts_1024_to_1518_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "rx_pkts_128_to_255_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "rx_pkts_1519_to_2047_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "rx_pkts_2048_to_4095_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "rx_pkts_256_to_511_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "rx_pkts_4096_to_8191_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "rx_pkts_512_to_1023_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "rx_pkts_64_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "rx_pkts_65_to_127_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "rx_pkts_8192_to_9216_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "rx_switched_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "rx_switched_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "rx_switched_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "rx_symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "rx_tcp_checksum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "rx_tcp_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "rx_udp_checksum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "rx_undersize_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "rx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rx_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "rx_unknown_protos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "rx_vlan_mismatch_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "tx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_internal_mac_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_lso_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "tx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_pause_off_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_pause_on_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_pkts_1024_to_1518_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tx_pkts_128_to_255_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_pkts_1519_to_2047_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_pkts_2048_to_4095_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_pkts_256_to_511_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_pkts_4096_to_8191_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "tx_pkts_512_to_1023_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_pkts_64_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_pkts_65_to_127_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_pkts_8192_to_9216_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "tx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocf_operation": {
      "size": 16,
      "fields": {
        "done": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_ocf_session"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_array_s": {
      "size": 48,
      "fields": {
        "array_rows": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 32
        },
        "array_rows_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "bytes_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "elems_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "n_rows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_array_t": {
      "size": 48,
      "fields": {
        "array_rows": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 32
        },
        "array_rows_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "bytes_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "elems_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "n_rows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_cbuf_s": {
      "size": 400,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "cbuf_clock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 128
        },
        "cbuf_csem": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 312
        },
        "cbuf_plock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 32
        },
        "cbuf_psem": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 224
        },
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_cbuf_t": {
      "size": 400,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "cbuf_clock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 128
        },
        "cbuf_csem": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 312
        },
        "cbuf_plock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 32
        },
        "cbuf_psem": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 224
        },
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_command_ctx_s": {
      "size": 64,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_command_ctx_t": {
      "size": 64,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_cpuinfo_t": {
      "size": 8,
      "fields": {
        "hyper": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "num_cpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_dif_t": {
      "size": 8,
      "fields": {
        "app_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "crc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ref_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ocs_dma_s": {
      "size": 56,
      "fields": {
        "alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 48
        },
        "phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "virt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_dma_t": {
      "size": 56,
      "fields": {
        "alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 48
        },
        "phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "virt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_dmamap_load_arg_t": {
      "size": 24,
      "fields": {
        "rc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_scsi_sgl_t"
            }
          },
          "offset": 0
        },
        "sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sgl_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_domain_record_s": {
      "size": 548,
      "fields": {
        "address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "is_ethernet": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "is_fc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "is_loop": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "is_nport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "map": {
          "type": {
            "kind": "union",
            "name": "unnamed_a2dfc5400b7fb81e"
          },
          "offset": 22
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "wwn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ocs_domain_record_t": {
      "size": 548,
      "fields": {
        "address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "is_ethernet": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "is_fc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "is_loop": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "is_nport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "map": {
          "type": {
            "kind": "union",
            "name": "unnamed_a2dfc5400b7fb81e"
          },
          "offset": 22
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "wwn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "ocs_domain_s": {
      "size": 1192,
      "fields": {
        "attached": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 136
        },
        "domain_found_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "domain_notify_pend": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "drvsm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 240
        },
        "fcf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "fcf_indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "fcf_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "femul_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1048
        },
        "flogi_service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 932
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 88
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "ini_domain": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_domain_t"
          },
          "offset": 80
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_fc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "is_loop": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "is_nlport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 208
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sparse_vector_s"
            }
          },
          "offset": 1056
        },
        "lookup_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 1064
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 80
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "ocs_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_ns_t"
            }
          },
          "offset": 1184
        },
        "pending_drec": {
          "type": {
            "kind": "struct",
            "name": "ocs_domain_record_t"
          },
          "offset": 268
        },
        "portid_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1176
        },
        "req_accept_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "req_domain_free": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "req_rediscover_fcf": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 816
        },
        "sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 96
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sli_port_t"
            }
          },
          "offset": 1160
        },
        "sport_instance_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1168
        },
        "sport_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 48
        },
        "tgt_domain": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_domain_t"
          },
          "offset": 80
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "ocs_domain_t": {
      "size": 1192,
      "fields": {
        "attached": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 136
        },
        "domain_found_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "domain_notify_pend": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "drvsm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 240
        },
        "fcf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "fcf_indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "fcf_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "femul_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1048
        },
        "flogi_service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 932
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 88
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "ini_domain": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_domain_t"
          },
          "offset": 80
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "is_fc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "is_loop": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "is_nlport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 208
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sparse_vector_s"
            }
          },
          "offset": 1056
        },
        "lookup_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 1064
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 80
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "ocs_ns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_ns_t"
            }
          },
          "offset": 1184
        },
        "pending_drec": {
          "type": {
            "kind": "struct",
            "name": "ocs_domain_record_t"
          },
          "offset": 268
        },
        "portid_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1176
        },
        "req_accept_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "req_domain_free": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 264
        },
        "req_rediscover_fcf": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 816
        },
        "sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 96
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sli_port_t"
            }
          },
          "offset": 1160
        },
        "sport_instance_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1168
        },
        "sport_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 48
        },
        "tgt_domain": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_domain_t"
          },
          "offset": 80
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "ocs_fc_rport_db_s": {
      "size": 40,
      "fields": {
        "gone_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "node_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_fc_target_t": {
      "size": 40,
      "fields": {
        "gone_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "node_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_fcport": {
      "size": 65728,
      "fields": {
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ldt": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 41000
        },
        "lost_device_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40992
        },
        "ltask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 41064
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 16
        },
        "role": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 8
        },
        "targ_rsrc": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_tgt_resource_t"
            }
          },
          "offset": 41144
        },
        "targ_rsrc_wildcard": {
          "type": {
            "kind": "struct",
            "name": "ocs_tgt_resource_t"
          },
          "offset": 41096
        },
        "tgt": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_fc_target_t"
            }
          },
          "offset": 32
        },
        "vport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_vport_spec_t"
            }
          },
          "offset": 65720
        }
      },
      "kind": "struct"
    },
    "ocs_fcport_s": {
      "size": 65728,
      "fields": {
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ldt": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 41000
        },
        "lost_device_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40992
        },
        "ltask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 41064
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 16
        },
        "role": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 8
        },
        "targ_rsrc": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_tgt_resource_t"
            }
          },
          "offset": 41144
        },
        "targ_rsrc_wildcard": {
          "type": {
            "kind": "struct",
            "name": "ocs_tgt_resource_t"
          },
          "offset": 41096
        },
        "tgt": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_fc_target_t"
            }
          },
          "offset": 32
        },
        "vport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_vport_spec_t"
            }
          },
          "offset": 65720
        }
      },
      "kind": "struct"
    },
    "ocs_hdr_list_s": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_hdr_list_t": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_hw_async_call_ctx_t": {
      "size": 272,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_auto_xfer_rdy_buffer_s": {
      "size": 256,
      "fields": {
        "call_axr_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 243
        },
        "call_axr_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 244
        },
        "cmd_cqe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 241
        },
        "cmd_seq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_sequence_t"
            }
          },
          "offset": 248
        },
        "data_cqe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 240
        },
        "fcfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 242
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fc_header_t"
          },
          "offset": 0
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_rq_buffer_t"
          },
          "offset": 24
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_rq_buffer_t"
          },
          "offset": 88
        },
        "seq": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_sequence_t"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "ocs_hw_auto_xfer_rdy_buffer_t": {
      "size": 256,
      "fields": {
        "call_axr_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 243
        },
        "call_axr_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 244
        },
        "cmd_cqe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 241
        },
        "cmd_seq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_sequence_t"
            }
          },
          "offset": 248
        },
        "data_cqe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 240
        },
        "fcfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 242
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fc_header_t"
          },
          "offset": 0
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_rq_buffer_t"
          },
          "offset": 24
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_rq_buffer_t"
          },
          "offset": 88
        },
        "seq": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_sequence_t"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "ocs_hw_clp_cb_arg_s": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dma_resp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 8
        },
        "opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_clp_cb_arg_t": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dma_resp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 8
        },
        "opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_dif_info_s": {
      "size": 28,
      "fields": {
        "app_tag_cmp": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "app_tag_repl": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "auto_incr_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "blk_size": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2eb0a76b1edf4667"
          },
          "offset": 4
        },
        "check_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "check_guard": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "check_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "dif_oper": {
          "type": {
            "kind": "enum",
            "name": "unnamed_57ca817af0d456d0"
          },
          "offset": 0
        },
        "dif_seed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "dif_separate": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "disable_app_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "disable_app_ref_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "ref_tag_cmp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ref_tag_repl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "repl_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "repl_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ocs_hw_dif_info_t": {
      "size": 28,
      "fields": {
        "app_tag_cmp": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "app_tag_repl": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "auto_incr_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "blk_size": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2eb0a76b1edf4667"
          },
          "offset": 4
        },
        "check_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "check_guard": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "check_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "dif_oper": {
          "type": {
            "kind": "enum",
            "name": "unnamed_57ca817af0d456d0"
          },
          "offset": 0
        },
        "dif_seed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "dif_separate": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "disable_app_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "disable_app_ref_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "ref_tag_cmp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ref_tag_repl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "repl_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "repl_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ocs_hw_dump_clear_cb_arg": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mbox_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_dump_clear_cb_arg_t": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mbox_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_dump_get_cb_arg": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mbox_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_dump_get_cb_arg_t": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mbox_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_fw_write_cb_arg": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_fw_write_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_active_profile_cb_arg_s": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_active_profile_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_nvparms_cb_arg_s": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_nvparms_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_port_protocol_cb_arg_s": {
      "size": 80,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 24
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_port_protocol_cb_arg_t": {
      "size": 80,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 24
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_profile_list_cb_arg_s": {
      "size": 72,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_get_profile_list_cb_arg_t": {
      "size": 72,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_global_s": {
      "size": 8,
      "fields": {
        "queue_topology_string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_global_t": {
      "size": 8,
      "fields": {
        "queue_topology_string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_grp_hdr": {
      "size": 184,
      "fields": {
        "date": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 140
        },
        "magic_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rev_name": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "revision": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "word2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_hw_host_stat_cb_arg": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_host_stat_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_host_stat_counts_t": {
      "size": 4,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_io_param_t": {
      "size": 40,
      "fields": {
        "bcast": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3f76a46c1fb8d9cc"
          },
          "offset": 0
        },
        "bls": {
          "type": {
            "kind": "struct",
            "name": "unnamed_845cd536ec8410b1"
          },
          "offset": 0
        },
        "bls_sid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b9273a0266efa096"
          },
          "offset": 0
        },
        "els": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3117748e25f1ee11"
          },
          "offset": 0
        },
        "els_sid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_259c204e312e0f3a"
          },
          "offset": 0
        },
        "fc_ct": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3f76a46c1fb8d9cc"
          },
          "offset": 0
        },
        "fc_ct_rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_31298a5e1c65410b"
          },
          "offset": 0
        },
        "fcp_ini": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a6e0bd7f30c44d92"
          },
          "offset": 0
        },
        "fcp_tgt": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b70d1c25e1c51a44"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ocs_hw_io_param_u": {
      "size": 40,
      "fields": {
        "bcast": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3f76a46c1fb8d9cc"
          },
          "offset": 0
        },
        "bls": {
          "type": {
            "kind": "struct",
            "name": "unnamed_845cd536ec8410b1"
          },
          "offset": 0
        },
        "bls_sid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b9273a0266efa096"
          },
          "offset": 0
        },
        "els": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3117748e25f1ee11"
          },
          "offset": 0
        },
        "els_sid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_259c204e312e0f3a"
          },
          "offset": 0
        },
        "fc_ct": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3f76a46c1fb8d9cc"
          },
          "offset": 0
        },
        "fc_ct_rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_31298a5e1c65410b"
          },
          "offset": 0
        },
        "fcp_ini": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a6e0bd7f30c44d92"
          },
          "offset": 0
        },
        "fcp_tgt": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b70d1c25e1c51a44"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ocs_hw_io_s": {
      "size": 664,
      "fields": {
        "abort_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 384
        },
        "abort_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "abort_in_progress": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "abort_reqtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 368
        },
        "auto_xfer_rdy_dnrx": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "axr_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_auto_xfer_rdy_buffer_s"
            }
          },
          "offset": 272
        },
        "axr_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 160
        },
        "def_sgl": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 480
        },
        "def_sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "dnrx_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 64
        },
        "done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_eq_t"
            }
          },
          "offset": 456
        },
        "first_data_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 256
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "is_port_owned": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "n_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "ovfl_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 584
        },
        "ovfl_lsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_lsp_sge_t"
            }
          },
          "offset": 576
        },
        "ovfl_sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 560
        },
        "ovfl_sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "port_owned_abort_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "quarantine": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "quarantine_first_phase": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "ref": {
          "type": {
            "kind": "struct",
            "name": "ocs_ref_t"
          },
          "offset": 392
        },
        "reqtag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 470
        },
        "rnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_remote_node_t"
            }
          },
          "offset": 264
        },
        "saved_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "saved_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "saved_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "sec_hio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_s"
            }
          },
          "offset": 600
        },
        "sec_iparam": {
          "type": {
            "kind": "union",
            "name": "ocs_hw_io_param_t"
          },
          "offset": 608
        },
        "sec_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "sge_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 544
        },
        "sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 552
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8ffafe12bf151e16"
          },
          "offset": 96
        },
        "status_saved": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "submit_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "tgt_wqe_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 424
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "ul_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 656
        },
        "wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_wq_t"
            }
          },
          "offset": 344
        },
        "wq_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 468
        },
        "wq_steering": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d10f428c8daf968e"
          },
          "offset": 464
        },
        "wqe": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_wqe_t"
          },
          "offset": 104
        },
        "wqe_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 32
        },
        "xbusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "xfer_rdy": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "ocs_hw_io_t": {
      "size": 664,
      "fields": {
        "abort_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 384
        },
        "abort_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "abort_in_progress": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "abort_reqtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 368
        },
        "auto_xfer_rdy_dnrx": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "axr_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_auto_xfer_rdy_buffer_s"
            }
          },
          "offset": 272
        },
        "axr_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 160
        },
        "def_sgl": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 480
        },
        "def_sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "dnrx_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 64
        },
        "done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_eq_t"
            }
          },
          "offset": 456
        },
        "first_data_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 256
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "is_port_owned": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "n_sge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "ovfl_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 584
        },
        "ovfl_lsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sli4_lsp_sge_t"
            }
          },
          "offset": 576
        },
        "ovfl_sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 560
        },
        "ovfl_sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "port_owned_abort_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "quarantine": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "quarantine_first_phase": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "ref": {
          "type": {
            "kind": "struct",
            "name": "ocs_ref_t"
          },
          "offset": 392
        },
        "reqtag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 470
        },
        "rnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_remote_node_t"
            }
          },
          "offset": 264
        },
        "saved_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "saved_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "saved_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "sec_hio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_s"
            }
          },
          "offset": 600
        },
        "sec_iparam": {
          "type": {
            "kind": "union",
            "name": "ocs_hw_io_param_t"
          },
          "offset": 608
        },
        "sec_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "sge_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 544
        },
        "sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 552
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8ffafe12bf151e16"
          },
          "offset": 96
        },
        "status_saved": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "submit_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "tgt_wqe_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 424
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 336
        },
        "ul_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 656
        },
        "wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_wq_t"
            }
          },
          "offset": 344
        },
        "wq_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 468
        },
        "wq_steering": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d10f428c8daf968e"
          },
          "offset": 464
        },
        "wqe": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_wqe_t"
          },
          "offset": 104
        },
        "wqe_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 32
        },
        "xbusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "xfer_rdy": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 280
        }
      },
      "kind": "struct"
    },
    "ocs_hw_link_stat_cb_arg": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_link_stat_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_link_stat_counts_t": {
      "size": 8,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_linkcfg_cb_arg_s": {
      "size": 144,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dma_cmd": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 24
        },
        "dma_resp": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 80
        },
        "opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "result_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ocs_hw_linkcfg_cb_arg_t": {
      "size": 144,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "dma_cmd": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 24
        },
        "dma_resp": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 80
        },
        "opts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "result_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ocs_hw_linkcfg_map_s": {
      "size": 16,
      "fields": {
        "clp_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_linkcfg_map_t": {
      "size": 16,
      "fields": {
        "clp_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_mrq_t": {
      "size": 264,
      "fields": {
        "num_pairs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "rq_cfg": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rq_config"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_persistent_topo_cb_arg": {
      "size": 96,
      "fields": {
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_hw_persistent_topo_cb_arg_t": {
      "size": 96,
      "fields": {
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_hw_profile_descriptor_t": {
      "size": 520,
      "fields": {
        "profile_description": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "profile_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "profile_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_profile_list_t": {
      "size": 20804,
      "fields": {
        "descriptors": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_profile_descriptor_t"
            }
          },
          "offset": 4
        },
        "num_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_qtop_entry_t": {
      "size": 16,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "entry": {
          "type": {
            "kind": "enum",
            "name": "unnamed_046c69d3cf0035a9"
          },
          "offset": 0
        },
        "filter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "set_default": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "ocs_hw_qtop_t": {
      "size": 88,
      "fields": {
        "alloc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_qtop_entry_t"
            }
          },
          "offset": 8
        },
        "entry_counts": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "inuse_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "rptcount": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "rptcount_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "ocs_hw_rpi_ref_t": {
      "size": 8,
      "fields": {
        "rpi_attached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rpi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_rq_buffer_t": {
      "size": 64,
      "fields": {
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 8
        },
        "rqindex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_s": {
      "size": 44528,
      "fields": {
        "active_wqe_timer_shutdown": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44377
        },
        "args": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2c798ea001df0439"
          },
          "offset": 42360
        },
        "auto_xfer_rdy_buf_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pool_t"
            }
          },
          "offset": 42104
        },
        "auto_xfer_rdy_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42096
        },
        "callback": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0370ad67449d0f32"
          },
          "offset": 42320
        },
        "cmd_head": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 42208
        },
        "cmd_head_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 42272
        },
        "cmd_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 42112
        },
        "cmd_pending": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 42240
        },
        "config": {
          "type": {
            "kind": "struct",
            "name": "unnamed_72ad4d2e31dcb9f5"
          },
          "offset": 800
        },
        "cq": {
          "type": {
            "count": 97,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 14504
        },
        "cq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38012
        },
        "cq_hash": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_queue_hash_t"
            }
          },
          "offset": 38064
        },
        "domain_dmem": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43680
        },
        "domains": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_domain_t"
              }
            }
          },
          "offset": 42408
        },
        "dump_sges": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43568
        },
        "dump_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "eq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 34680
        },
        "eq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38008
        },
        "eq_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 38032
        },
        "eth_license": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 42316
        },
        "expiration_logged": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 44376
        },
        "fcf_dmem": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43736
        },
        "fcf_index_fcfi": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 42920
        },
        "fcf_indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 43048
        },
        "first_domain_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 42400
        },
        "hw_cq": {
          "type": {
            "count": 97,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_cq_t"
              }
            }
          },
          "offset": 40120
        },
        "hw_eq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_eq_t"
              }
            }
          },
          "offset": 40896
        },
        "hw_mq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_mq_t"
              }
            }
          },
          "offset": 40112
        },
        "hw_mrq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41028
        },
        "hw_rq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_rq_t"
              }
            }
          },
          "offset": 39856
        },
        "hw_rq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41024
        },
        "hw_rq_lookup": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14232
        },
        "hw_setup_called": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 700
        },
        "hw_war_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 43800
        },
        "hw_wq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_wq_t"
              }
            }
          },
          "offset": 39600
        },
        "in_active_wqe_timer": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44377
        },
        "io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_hw_io_t"
              }
            }
          },
          "offset": 43056
        },
        "io_abort_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 43168
        },
        "io_alloc_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 43840
        },
        "io_free": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43360
        },
        "io_inuse": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43264
        },
        "io_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 43072
        },
        "io_port_dnrx": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43424
        },
        "io_port_owned": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43392
        },
        "io_timed_wqe": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43296
        },
        "io_wait_free": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43328
        },
        "iopc_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 44384
        },
        "iopc_list_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 44416
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "sli4_link_event_t"
          },
          "offset": 42280
        },
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 42312
        },
        "loop_map": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43456
        },
        "mq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 14296
        },
        "mq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38016
        },
        "num_qentries": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 896
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "qtop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_qtop_t"
            }
          },
          "offset": 43888
        },
        "rnode_mem": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43624
        },
        "rpi_ref": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rpi_ref_t"
            }
          },
          "offset": 43792
        },
        "rq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 7576
        },
        "rq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38024
        },
        "rq_hash": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_queue_hash_t"
            }
          },
          "offset": 38576
        },
        "sec_hio_wait_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 43880
        },
        "sec_hio_wait_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43848
        },
        "send_frame_seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44520
        },
        "seq_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_array_t"
            }
          },
          "offset": 42088
        },
        "sli": {
          "type": {
            "kind": "struct",
            "name": "sli4_t"
          },
          "offset": 8
        },
        "sliport_healthcheck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 701
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d2bf0ccdcced927b"
          },
          "offset": 696
        },
        "tcmd_wq_complete": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44024
        },
        "tcmd_wq_submit": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43896
        },
        "ulp_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 690
        },
        "ulp_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 688
        },
        "watchdog_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 704
        },
        "watchdog_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 702
        },
        "watchdog_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 44264
        },
        "workaround": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_workaround_t"
          },
          "offset": 43808
        },
        "wq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 920
        },
        "wq_class_array": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_varray_t"
              }
            }
          },
          "offset": 41032
        },
        "wq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38020
        },
        "wq_cpu_array": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_varray_t"
              }
            }
          },
          "offset": 41064
        },
        "wq_hash": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_queue_hash_t"
            }
          },
          "offset": 39088
        },
        "wq_reqtag_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pool_t"
            }
          },
          "offset": 44512
        },
        "wqe_buffs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43064
        },
        "wqe_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 44152
        },
        "xfer_rdy": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43512
        }
      },
      "kind": "struct"
    },
    "ocs_hw_send_frame_context_t": {
      "size": 152,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 96
        },
        "seq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_sequence_t"
            }
          },
          "offset": 88
        },
        "wqcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_wq_callback_t"
            }
          },
          "offset": 8
        },
        "wqe": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_wqe_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_sequence_t": {
      "size": 88,
      "fields": {
        "auto_xrdy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "fcfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 16
        },
        "hio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 40
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 0
        },
        "hw_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 48
        },
        "out_of_xris": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "payload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_66a87e6050cd983f"
          },
          "offset": 32
        },
        "xri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "ocs_hw_set_active_profile_cb_arg_s": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_set_active_profile_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_set_nvparms_cb_arg_s": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_set_nvparms_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_set_port_protocol_cb_arg_s": {
      "size": 80,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "new_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 16
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "ocs_hw_set_port_protocol_cb_arg_t": {
      "size": 80,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "new_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 16
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "ocs_hw_sfp_cb_arg": {
      "size": 72,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_sfp_cb_arg_t": {
      "size": 72,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_hw_skyhawk_linkcfg_map_s": {
      "size": 8,
      "fields": {
        "config_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_skyhawk_linkcfg_map_t": {
      "size": 8,
      "fields": {
        "config_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_t": {
      "size": 44528,
      "fields": {
        "active_wqe_timer_shutdown": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44377
        },
        "args": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2c798ea001df0439"
          },
          "offset": 42360
        },
        "auto_xfer_rdy_buf_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pool_t"
            }
          },
          "offset": 42104
        },
        "auto_xfer_rdy_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42096
        },
        "callback": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0370ad67449d0f32"
          },
          "offset": 42320
        },
        "cmd_head": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 42208
        },
        "cmd_head_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 42272
        },
        "cmd_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 42112
        },
        "cmd_pending": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 42240
        },
        "config": {
          "type": {
            "kind": "struct",
            "name": "unnamed_72ad4d2e31dcb9f5"
          },
          "offset": 800
        },
        "cq": {
          "type": {
            "count": 97,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 14504
        },
        "cq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38012
        },
        "cq_hash": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_queue_hash_t"
            }
          },
          "offset": 38064
        },
        "domain_dmem": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43680
        },
        "domains": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_domain_t"
              }
            }
          },
          "offset": 42408
        },
        "dump_sges": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43568
        },
        "dump_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "eq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 34680
        },
        "eq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38008
        },
        "eq_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 38032
        },
        "eth_license": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 42316
        },
        "expiration_logged": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 44376
        },
        "fcf_dmem": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43736
        },
        "fcf_index_fcfi": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 42920
        },
        "fcf_indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 43048
        },
        "first_domain_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 42400
        },
        "hw_cq": {
          "type": {
            "count": 97,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_cq_t"
              }
            }
          },
          "offset": 40120
        },
        "hw_eq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_eq_t"
              }
            }
          },
          "offset": 40896
        },
        "hw_mq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_mq_t"
              }
            }
          },
          "offset": 40112
        },
        "hw_mrq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41028
        },
        "hw_rq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_rq_t"
              }
            }
          },
          "offset": 39856
        },
        "hw_rq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41024
        },
        "hw_rq_lookup": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14232
        },
        "hw_setup_called": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 700
        },
        "hw_war_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 43800
        },
        "hw_wq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hw_wq_t"
              }
            }
          },
          "offset": 39600
        },
        "in_active_wqe_timer": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44377
        },
        "io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_hw_io_t"
              }
            }
          },
          "offset": 43056
        },
        "io_abort_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 43168
        },
        "io_alloc_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 43840
        },
        "io_free": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43360
        },
        "io_inuse": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43264
        },
        "io_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 43072
        },
        "io_port_dnrx": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43424
        },
        "io_port_owned": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43392
        },
        "io_timed_wqe": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43296
        },
        "io_wait_free": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43328
        },
        "iopc_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 44384
        },
        "iopc_list_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 44416
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "sli4_link_event_t"
          },
          "offset": 42280
        },
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 42312
        },
        "loop_map": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43456
        },
        "mq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 14296
        },
        "mq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38016
        },
        "num_qentries": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 896
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "qtop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_qtop_t"
            }
          },
          "offset": 43888
        },
        "rnode_mem": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43624
        },
        "rpi_ref": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rpi_ref_t"
            }
          },
          "offset": 43792
        },
        "rq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 7576
        },
        "rq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38024
        },
        "rq_hash": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_queue_hash_t"
            }
          },
          "offset": 38576
        },
        "sec_hio_wait_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 43880
        },
        "sec_hio_wait_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 43848
        },
        "send_frame_seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44520
        },
        "seq_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_array_t"
            }
          },
          "offset": 42088
        },
        "sli": {
          "type": {
            "kind": "struct",
            "name": "sli4_t"
          },
          "offset": 8
        },
        "sliport_healthcheck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 701
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d2bf0ccdcced927b"
          },
          "offset": 696
        },
        "tcmd_wq_complete": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44024
        },
        "tcmd_wq_submit": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43896
        },
        "ulp_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 690
        },
        "ulp_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 688
        },
        "watchdog_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 704
        },
        "watchdog_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 702
        },
        "watchdog_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 44264
        },
        "workaround": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_workaround_t"
          },
          "offset": 43808
        },
        "wq": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_queue_t"
            }
          },
          "offset": 920
        },
        "wq_class_array": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_varray_t"
              }
            }
          },
          "offset": 41032
        },
        "wq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38020
        },
        "wq_cpu_array": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_varray_t"
              }
            }
          },
          "offset": 41064
        },
        "wq_hash": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_queue_hash_t"
            }
          },
          "offset": 39088
        },
        "wq_reqtag_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pool_t"
            }
          },
          "offset": 44512
        },
        "wqe_buffs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43064
        },
        "wqe_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 44152
        },
        "xfer_rdy": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 43512
        }
      },
      "kind": "struct"
    },
    "ocs_hw_temp_cb_arg": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_temp_cb_arg_t": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_hw_workaround_t": {
      "size": 32,
      "fields": {
        "disable_ar_tgt_dif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "disable_dump_loc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "fw_version_too_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "fwrev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ignore_send_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "override_fcfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "retain_tsend_io_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "sglc_misreported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "unregistered_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "unregistered_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "use_dif_quarantine": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "use_dif_sec_xri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "use_unregistered_rpi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ocs_hw_wqe_t": {
      "size": 56,
      "fields": {
        "abort_reqtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "abort_wqe_submit_needed": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "auto_xfer_rdy_dnrx": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 16
        },
        "send_abts": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wqebuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ocs_intr_ctx_s": {
      "size": 80,
      "fields": {
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "vec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_intr_ctx_t": {
      "size": 80,
      "fields": {
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "vec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_io_pool_s": {
      "size": 120,
      "fields": {
        "io_num_ios": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 8
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pool_t"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ocs_io_pool_t": {
      "size": 120,
      "fields": {
        "io_num_ios": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 8
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pool_t"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "ocs_io_s": {
      "size": 960,
      "fields": {
        "abort_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "abort_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 264
        },
        "abort_rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 292
        },
        "app_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 952
        },
        "auto_resp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "bls_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "bls_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "cmd_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "cmd_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "cmdbuf": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 832
        },
        "cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 948
        },
        "delay_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 680
        },
        "display_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "dslab_item": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 192
        },
        "els_active": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "els_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 656
        },
        "els_callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 664
        },
        "els_evtdepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "els_pend": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "els_req": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 504
        },
        "els_req_free": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 644
        },
        "els_retries_remaining": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "els_rsp": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 560
        },
        "els_sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 616
        },
        "els_timeout_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "exp_xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "hio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 200
        },
        "hio_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4be62604227dcc0b"
          },
          "offset": 392
        },
        "hw_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 400
        },
        "hw_dif": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_dif_info_t"
          },
          "offset": 336
        },
        "hw_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "hw_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ini_io": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_io_t"
          },
          "offset": 96
        },
        "init_task_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "io_alloc_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 32
        },
        "io_free": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 949
        },
        "io_pending_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 408
        },
        "io_to_abort": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 792
        },
        "io_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a36fc4964a8ec510"
          },
          "offset": 160
        },
        "iparam": {
          "type": {
            "kind": "union",
            "name": "ocs_hw_io_param_t"
          },
          "offset": 296
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 800
        },
        "low_latency": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 144
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_node_t"
            }
          },
          "offset": 24
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "ovfl_sgl": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 440
        },
        "ref": {
          "type": {
            "kind": "struct",
            "name": "ocs_ref_t"
          },
          "offset": 168
        },
        "rspbuf": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 888
        },
        "scsi_dif_info": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_dif_info_t"
          },
          "offset": 368
        },
        "scsi_ini_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "scsi_ini_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 232
        },
        "scsi_tgt_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "scsi_tgt_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 248
        },
        "send_abts": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "seq_init": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_scsi_sgl_t"
            }
          },
          "offset": 80
        },
        "sgl_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tgt_io": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_io_t"
          },
          "offset": 96
        },
        "tgt_task_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 944
        },
        "tmf_cmd": {
          "type": {
            "kind": "enum",
            "name": "unnamed_deaa6076c9c4474a"
          },
          "offset": 288
        },
        "transferred": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "wire_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "wq_class": {
          "type": {
            "bit_length": 4,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "wq_steering": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "xfer_req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        }
      },
      "kind": "struct"
    },
    "ocs_io_t": {
      "size": 960,
      "fields": {
        "abort_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "abort_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 264
        },
        "abort_rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 292
        },
        "app_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 952
        },
        "auto_resp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "bls_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "bls_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "cmd_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "cmd_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "cmdbuf": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 832
        },
        "cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 948
        },
        "delay_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 680
        },
        "display_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "dslab_item": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 192
        },
        "els_active": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "els_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 656
        },
        "els_callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 664
        },
        "els_evtdepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "els_pend": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "els_req": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 504
        },
        "els_req_free": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 644
        },
        "els_retries_remaining": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "els_rsp": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 560
        },
        "els_sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 616
        },
        "els_timeout_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "exp_xfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "hio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 200
        },
        "hio_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4be62604227dcc0b"
          },
          "offset": 392
        },
        "hw_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 400
        },
        "hw_dif": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_dif_info_t"
          },
          "offset": 336
        },
        "hw_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "hw_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ini_io": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_io_t"
          },
          "offset": 96
        },
        "init_task_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "io_alloc_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 32
        },
        "io_free": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 949
        },
        "io_pending_link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 408
        },
        "io_to_abort": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 792
        },
        "io_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a36fc4964a8ec510"
          },
          "offset": 160
        },
        "iparam": {
          "type": {
            "kind": "union",
            "name": "ocs_hw_io_param_t"
          },
          "offset": 296
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 800
        },
        "low_latency": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 144
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_node_t"
            }
          },
          "offset": 24
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "ovfl_sgl": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 440
        },
        "ref": {
          "type": {
            "kind": "struct",
            "name": "ocs_ref_t"
          },
          "offset": 168
        },
        "rspbuf": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 888
        },
        "scsi_dif_info": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_dif_info_t"
          },
          "offset": 368
        },
        "scsi_ini_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "scsi_ini_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 232
        },
        "scsi_tgt_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "scsi_tgt_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 248
        },
        "send_abts": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "seq_init": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 294
        },
        "sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_scsi_sgl_t"
            }
          },
          "offset": 80
        },
        "sgl_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tgt_io": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_io_t"
          },
          "offset": 96
        },
        "tgt_task_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 944
        },
        "tmf_cmd": {
          "type": {
            "kind": "enum",
            "name": "unnamed_deaa6076c9c4474a"
          },
          "offset": 288
        },
        "transferred": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "wire_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "wq_class": {
          "type": {
            "bit_length": 4,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "wq_steering": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "xfer_req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_action_t": {
      "size": 48,
      "fields": {
        "arg_in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "arg_in_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "arg_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "arg_out_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_cmd_get_t": {
      "size": 32,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "value_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_cmd_set_t": {
      "size": 32,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_ddump_arg_t": {
      "size": 12,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_37df13abd3fbb450"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "q_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_ddump_t": {
      "size": 32,
      "fields": {
        "args": {
          "type": {
            "kind": "struct",
            "name": "ocs_ioctl_ddump_arg_t"
          },
          "offset": 0
        },
        "bytes_written": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "user_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "user_buffer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_driver_info_t": {
      "size": 168,
      "fields": {
        "businfo": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "desc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fw_rev": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "hw_addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_d1228b1958ac1e46"
          },
          "offset": 120
        },
        "pci_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pci_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "serialnum": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "sli_intf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_ecd_helper_t": {
      "size": 20,
      "fields": {
        "bar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd": {
          "type": {
            "kind": "enum",
            "name": "unnamed_19c8597908a42f43"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_elxu_mbox_t": {
      "size": 296,
      "fields": {
        "in_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "in_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "out_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "out_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "payload": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_mgmt_buffer_t": {
      "size": 16,
      "fields": {
        "bytes_written": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "user_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "user_buffer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_ioctl_vport_t": {
      "size": 32,
      "fields": {
        "domain_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "enable_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "enable_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "req_create": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_list_s": {
      "size": 32,
      "fields": {
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_list_t"
            }
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_list_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_list_t": {
      "size": 32,
      "fields": {
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_list_t"
            }
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_list_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_lock_s": {
      "size": 96,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_lock_t": {
      "size": 96,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_lun_crn": {
      "size": 16,
      "fields": {
        "crnseed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_functions_s": {
      "size": 40,
      "fields": {
        "exec_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "get_all_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "get_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "get_list_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_functions_t": {
      "size": 40,
      "fields": {
        "exec_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "get_all_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "get_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "get_list_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_fw_write_result": {
      "size": 104,
      "fields": {
        "actual_xfer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "change_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_fw_write_result_t": {
      "size": 104,
      "fields": {
        "actual_xfer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "change_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_active_profile_result": {
      "size": 96,
      "fields": {
        "active_profile_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_active_profile_result_t": {
      "size": 96,
      "fields": {
        "active_profile_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_nvparms_result": {
      "size": 120,
      "fields": {
        "hard_alpa": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "preferred_d_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 100
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_nvparms_result_t": {
      "size": 120,
      "fields": {
        "hard_alpa": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "preferred_d_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 100
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_port_protocol_result": {
      "size": 96,
      "fields": {
        "port_protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b9e711dc669129ea"
          },
          "offset": 92
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_port_protocol_result_t": {
      "size": 96,
      "fields": {
        "port_protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b9e711dc669129ea"
          },
          "offset": 92
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_profile_list_result_s": {
      "size": 104,
      "fields": {
        "list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_profile_list_t"
            }
          },
          "offset": 96
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_get_profile_list_result_t": {
      "size": 104,
      "fields": {
        "list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_profile_list_t"
            }
          },
          "offset": 96
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_linkcfg_arg_s": {
      "size": 96,
      "fields": {
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 92
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_linkcfg_arg_t": {
      "size": 96,
      "fields": {
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 92
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_linkcfg_map_s": {
      "size": 16,
      "fields": {
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 0
        },
        "mgmt_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_linkcfg_map_t": {
      "size": 16,
      "fields": {
        "linkcfg": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f0f7323931effa32"
          },
          "offset": 0
        },
        "mgmt_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_set_active_profile_result": {
      "size": 96,
      "fields": {
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_set_active_profile_result_t": {
      "size": 96,
      "fields": {
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_set_port_protocol_result": {
      "size": 96,
      "fields": {
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_set_port_protocol_result_t": {
      "size": 96,
      "fields": {
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_sfp_result": {
      "size": 328,
      "fields": {
        "bytes_read": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "cb_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 88
        },
        "page_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 196
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_sfp_result_t": {
      "size": 328,
      "fields": {
        "bytes_read": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "cb_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 88
        },
        "page_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 196
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_table_entry_s": {
      "size": 32,
      "fields": {
        "action_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "get_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_mgmt_table_entry_t": {
      "size": 32,
      "fields": {
        "action_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "get_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_node_cb_s": {
      "size": 40,
      "fields": {
        "els": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 32
        },
        "ext_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 16
        },
        "io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_node_cb_t": {
      "size": 40,
      "fields": {
        "els": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 32
        },
        "ext_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 16
        },
        "io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_node_group_dir_s": {
      "size": 208,
      "fields": {
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 136
        },
        "next_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "node_group_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 168
        },
        "node_group_list_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sport_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_node_group_dir_t": {
      "size": 208,
      "fields": {
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 136
        },
        "next_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "node_group_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 168
        },
        "node_group_list_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sport_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_node_s": {
      "size": 5216,
      "fields": {
        "abort_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4828
        },
        "active_ios": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 256
        },
        "active_ios_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 160
        },
        "attached": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "chained_io_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5168
        },
        "current_evt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_865e9f344b1df9e1"
          },
          "offset": 4896
        },
        "current_state_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4832
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "els_cmpl_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4824
        },
        "els_io_active_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 4944
        },
        "els_io_pend_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 4912
        },
        "els_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4820
        },
        "els_retries_remaining": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4816
        },
        "evtdepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4464
        },
        "fc_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4905
        },
        "fcp2device": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "fcp_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "gidpt_delay_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 4984
        },
        "hold_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "ini_node": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_node_t"
          },
          "offset": 296
        },
        "init": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "io_alloc_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 5176
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_rlock_t"
          },
          "offset": 64
        },
        "ls_acc_did": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4492
        },
        "ls_acc_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 4480
        },
        "ls_acc_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4488
        },
        "max_wr_xfer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 4400
        },
        "node_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_remote_node_group_t"
            }
          },
          "offset": 5208
        },
        "nodedb_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 4976
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "ox_id_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4812
        },
        "pend_frames": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 4776
        },
        "pend_frames_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 4680
        },
        "pend_frames_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4808
        },
        "prev_evt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_865e9f344b1df9e1"
          },
          "offset": 4900
        },
        "prev_state_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4864
        },
        "refound": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "req_free": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "reserved": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "rnode": {
          "type": {
            "kind": "struct",
            "name": "ocs_remote_node_t"
          },
          "offset": 4408
        },
        "rscn_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "send_ls_acc": {
          "type": {
            "kind": "enum",
            "name": "unnamed_98e0de613b92d050"
          },
          "offset": 4472
        },
        "send_plogi": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "send_plogi_acc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "sent_prli": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4560
        },
        "shutdown_reason": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8fdc5edc3fd809ad"
          },
          "offset": 4496
        },
        "sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 4440
        },
        "sparm_dma_buf": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 4504
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sport_t"
            }
          },
          "offset": 48
        },
        "targ": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "tgt_node": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_node_t"
          },
          "offset": 4392
        },
        "time_last_gidpt_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 5096
        },
        "wwnn": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5104
        },
        "wwpn": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5136
        }
      },
      "kind": "struct"
    },
    "ocs_node_t": {
      "size": 5216,
      "fields": {
        "abort_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4828
        },
        "active_ios": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 256
        },
        "active_ios_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 160
        },
        "attached": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "chained_io_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5168
        },
        "current_evt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_865e9f344b1df9e1"
          },
          "offset": 4896
        },
        "current_state_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4832
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "els_cmpl_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4824
        },
        "els_io_active_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 4944
        },
        "els_io_pend_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 4912
        },
        "els_req_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4820
        },
        "els_retries_remaining": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4816
        },
        "evtdepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4464
        },
        "fc_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4905
        },
        "fcp2device": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "fcp_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "gidpt_delay_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 4984
        },
        "hold_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "ini_node": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_node_t"
          },
          "offset": 296
        },
        "init": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "io_alloc_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 5176
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_rlock_t"
          },
          "offset": 64
        },
        "ls_acc_did": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4492
        },
        "ls_acc_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_t"
            }
          },
          "offset": 4480
        },
        "ls_acc_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4488
        },
        "max_wr_xfer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 4400
        },
        "node_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_remote_node_group_t"
            }
          },
          "offset": 5208
        },
        "nodedb_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 4976
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "ox_id_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4812
        },
        "pend_frames": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 4776
        },
        "pend_frames_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 4680
        },
        "pend_frames_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4808
        },
        "prev_evt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_865e9f344b1df9e1"
          },
          "offset": 4900
        },
        "prev_state_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4864
        },
        "refound": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "req_free": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "reserved": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "rnode": {
          "type": {
            "kind": "struct",
            "name": "ocs_remote_node_t"
          },
          "offset": 4408
        },
        "rscn_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "send_ls_acc": {
          "type": {
            "kind": "enum",
            "name": "unnamed_98e0de613b92d050"
          },
          "offset": 4472
        },
        "send_plogi": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "send_plogi_acc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "sent_prli": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4468
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4560
        },
        "shutdown_reason": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8fdc5edc3fd809ad"
          },
          "offset": 4496
        },
        "sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 4440
        },
        "sparm_dma_buf": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 4504
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sport_t"
            }
          },
          "offset": 48
        },
        "targ": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4904
        },
        "tgt_node": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_node_t"
          },
          "offset": 4392
        },
        "time_last_gidpt_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 5096
        },
        "wwnn": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5104
        },
        "wwpn": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5136
        }
      },
      "kind": "struct"
    },
    "ocs_pci_reg_s": {
      "size": 32,
      "fields": {
        "bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_pci_reg_t": {
      "size": 32,
      "fields": {
        "bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_pool_s": {
      "size": 152,
      "fields": {
        "a": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_array_t"
            }
          },
          "offset": 8
        },
        "freelist": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 16
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 56
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "use_lock": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ocs_pool_t": {
      "size": 152,
      "fields": {
        "a": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_array_t"
            }
          },
          "offset": 8
        },
        "freelist": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 16
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 56
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "use_lock": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ocs_quarantine_info_t": {
      "size": 40,
      "fields": {
        "quarantine_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "quarantine_ios": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_hw_io_t"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_queue_hash_t": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "in_use": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "index": {
          "type": {
            "bit_length": 15,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ocs_ramlog_s": {
      "size": 136,
      "fields": {
        "cur_textbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_textbuf_t"
            }
          },
          "offset": 32
        },
        "cur_textbuf_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 40
        },
        "textbuf_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "textbuf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "textbufs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_textbuf_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_ramlog_t": {
      "size": 136,
      "fields": {
        "cur_textbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_textbuf_t"
            }
          },
          "offset": 32
        },
        "cur_textbuf_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 40
        },
        "textbuf_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "textbuf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "textbufs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_textbuf_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_ref_s": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_ref_t": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_remote_node_group_s": {
      "size": 56,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 24
        },
        "node_group_dir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_node_group_dir_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_remote_node_group_t": {
      "size": 56,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 24
        },
        "node_group_dir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_node_group_dir_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_remote_node_s": {
      "size": 32,
      "fields": {
        "attached": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "free_group": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "node_group": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sli_port_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_remote_node_t": {
      "size": 32,
      "fields": {
        "attached": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "free_group": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "node_group": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sli_port_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_rlock_t": {
      "size": 96,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_cmd_resp_t": {
      "size": 48,
      "fields": {
        "residual": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "response_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "response_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "response_wire_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "scsi_status_qualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sense_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sense_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_dif_info_s": {
      "size": 24,
      "fields": {
        "app_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "blk_size": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2b452236d3ac4ab1"
          },
          "offset": 4
        },
        "check_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_guard": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dif_oper": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a2158c419fd27c15"
          },
          "offset": 0
        },
        "dif_separate": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "disable_app_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "disable_app_ref_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ref_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_dif_info_t": {
      "size": 24,
      "fields": {
        "app_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "blk_size": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2b452236d3ac4ab1"
          },
          "offset": 4
        },
        "check_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_guard": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dif_oper": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a2158c419fd27c15"
          },
          "offset": 0
        },
        "dif_separate": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "disable_app_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "disable_app_ref_ffff": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ref_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_ini_domain_t": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "ocs_scsi_ini_io_t": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "ocs_scsi_ini_node_t": {
      "size": 4096,
      "fields": {
        "lun_crn": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_lun_crn"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_ini_sport_t": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "ocs_scsi_sgl_s": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dif_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_sgl_t": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dif_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_tgt_domain_t": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "ocs_scsi_tgt_io_t": {
      "size": 40,
      "fields": {
        "app": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sendresp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 28
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fc7e2230b402a7fb"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_tgt_node_t": {
      "size": 4,
      "fields": {
        "busy_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_scsi_tgt_sport_t": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "ocs_scsi_vaddr_len_t": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_sem_t": {
      "size": 88,
      "fields": {
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sem": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_sli_port_s": {
      "size": 632,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 144
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 184
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_domain_t"
            }
          },
          "offset": 56
        },
        "enable_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "enable_rscn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "enable_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 168
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "ini_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "ini_sport": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_sport_t"
          },
          "offset": 120
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "is_vport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 328
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sparse_vector_s"
            }
          },
          "offset": 320
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 136
        },
        "node_group_dir_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 600
        },
        "node_group_dir_next_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "node_group_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 496
        },
        "node_group_next_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "node_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 88
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "p2p_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "p2p_remote_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "p2p_winner": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 368
        },
        "shutting_down": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "sli_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "sli_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 296
        },
        "sm_free_req_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 288
        },
        "tgt_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "tgt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tgt_sport": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_sport_t"
          },
          "offset": 120
        },
        "topology": {
          "type": {
            "kind": "enum",
            "name": "unnamed_61cee27842782b66"
          },
          "offset": 364
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "wwnn_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ocs_sli_port_t": {
      "size": 632,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 144
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 184
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_domain_t"
            }
          },
          "offset": 56
        },
        "enable_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "enable_rscn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "enable_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 168
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "ini_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "ini_sport": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_sport_t"
          },
          "offset": 120
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "is_vport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 328
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sparse_vector_s"
            }
          },
          "offset": 320
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 136
        },
        "node_group_dir_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 600
        },
        "node_group_dir_next_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "node_group_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 496
        },
        "node_group_next_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "node_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 88
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "p2p_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "p2p_remote_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "p2p_winner": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 368
        },
        "shutting_down": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "sli_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "sli_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 296
        },
        "sm_free_req_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 288
        },
        "tgt_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "tgt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tgt_sport": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_sport_t"
          },
          "offset": 120
        },
        "topology": {
          "type": {
            "kind": "enum",
            "name": "unnamed_61cee27842782b66"
          },
          "offset": 364
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "wwnn_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ocs_sm_ctx_s": {
      "size": 24,
      "fields": {
        "app": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "current_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_sm_ctx_t": {
      "size": 24,
      "fields": {
        "app": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "current_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_softc": {
      "size": 45680,
      "fields": {
        "attached": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 45616
        },
        "auto_xfer_rdy_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45176
        },
        "buf_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 344
        },
        "businfo": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 392
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "cmd_err_inject": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45604
        },
        "config_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45296
        },
        "config_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45296
        },
        "ctrlmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45140
        },
        "dbg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 45624
        },
        "ddump_saved": {
          "type": {
            "kind": "struct",
            "name": "ocs_textbuf_t"
          },
          "offset": 45520
        },
        "delay_value_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 45608
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 216
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 45656
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 352
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 336
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_domain_t"
            }
          },
          "offset": 45072
        },
        "domain_instance_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45112
        },
        "domain_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 45080
        },
        "domain_list_empty_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 45120
        },
        "domain_list_empty_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 45128
        },
        "driver_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 408
        },
        "enable_hlm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45164
        },
        "enable_ini": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45136
        },
        "enable_task_set_full": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45248
        },
        "enable_tgt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45137
        },
        "err_injection": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cf9c93b96843f2c9"
          },
          "offset": 45600
        },
        "esoc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45180
        },
        "ethernet_license": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45156
        },
        "explicit_buffer_list": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45144
        },
        "external_loopback": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45145
        },
        "fc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45138
        },
        "fcports": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_fcport"
            }
          },
          "offset": 45664
        },
        "filter_def": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45216
        },
        "fw_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 416
        },
        "fwrev": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45432
        },
        "hlm_group_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45168
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_t"
          },
          "offset": 432
        },
        "hw_bounce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45208
        },
        "hw_war_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45192
        },
        "ini_mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 45592
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "intr_ctx": {
          "type": {
            "kind": "struct",
            "name": "ocs_intr_ctx_t"
          },
          "offset": 248
        },
        "io_high_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45256
        },
        "io_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45252
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 232
        },
        "irqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_rlock_t"
          },
          "offset": 44960
        },
        "logmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45184
        },
        "max_isr_time_msec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45172
        },
        "max_remote_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45224
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 45576
        },
        "model": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 424
        },
        "modeldesc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45304
        },
        "n_vec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "nodedb_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45300
        },
        "num_scsi_ios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45160
        },
        "num_vports": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45200
        },
        "ocs_xport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7d92fe00d68bc03c"
          },
          "offset": 45056
        },
        "pci_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 386
        },
        "pci_subsystem_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 390
        },
        "pci_subsystem_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 388
        },
        "pci_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 384
        },
        "ramlog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_ramlog_t"
            }
          },
          "offset": 45512
        },
        "reg": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pci_reg_t"
            }
          },
          "offset": 16
        },
        "rq_selection_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45213
        },
        "rq_threads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45212
        },
        "rr_quanta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45214
        },
        "serialnum": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45368
        },
        "sim_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 45264
        },
        "skip_hw_teardown": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45146
        },
        "sli_intf": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45496
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45148
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 240
        },
        "target_io_timer_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45204
        },
        "tgt_mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 45584
        },
        "tgt_ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 45672
        },
        "tgt_rscn_delay_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 45232
        },
        "tgt_rscn_period_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 45240
        },
        "topology": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45152
        },
        "xport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_xport_t"
            }
          },
          "offset": 45064
        }
      },
      "kind": "struct"
    },
    "ocs_sport_t": {
      "size": 632,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 144
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 184
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_domain_t"
            }
          },
          "offset": 56
        },
        "enable_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "enable_rscn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "enable_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 168
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "ini_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "ini_sport": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_ini_sport_t"
          },
          "offset": 120
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "is_vport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 328
        },
        "lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sparse_vector_s"
            }
          },
          "offset": 320
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 136
        },
        "node_group_dir_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 600
        },
        "node_group_dir_next_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "node_group_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 496
        },
        "node_group_next_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "node_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 88
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "p2p_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "p2p_remote_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "p2p_winner": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "service_params": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 368
        },
        "shutting_down": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "sli_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "sli_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "sm": {
          "type": {
            "kind": "struct",
            "name": "ocs_sm_ctx_t"
          },
          "offset": 296
        },
        "sm_free_req_pending": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 288
        },
        "tgt_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "tgt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tgt_sport": {
          "type": {
            "kind": "struct",
            "name": "ocs_scsi_tgt_sport_t"
          },
          "offset": 120
        },
        "topology": {
          "type": {
            "kind": "enum",
            "name": "unnamed_61cee27842782b66"
          },
          "offset": 364
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "wwnn_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "ocs_t": {
      "size": 45680,
      "fields": {
        "attached": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 45616
        },
        "auto_xfer_rdy_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45176
        },
        "buf_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 344
        },
        "businfo": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 392
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "cmd_err_inject": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45604
        },
        "config_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45296
        },
        "config_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45296
        },
        "ctrlmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45140
        },
        "dbg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 45624
        },
        "ddump_saved": {
          "type": {
            "kind": "struct",
            "name": "ocs_textbuf_t"
          },
          "offset": 45520
        },
        "delay_value_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 45608
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 216
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_devq"
            }
          },
          "offset": 45656
        },
        "display_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 352
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 336
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_domain_t"
            }
          },
          "offset": 45072
        },
        "domain_instance_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45112
        },
        "domain_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 45080
        },
        "domain_list_empty_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 45120
        },
        "domain_list_empty_cb_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 45128
        },
        "driver_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 408
        },
        "enable_hlm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45164
        },
        "enable_ini": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45136
        },
        "enable_task_set_full": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45248
        },
        "enable_tgt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45137
        },
        "err_injection": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cf9c93b96843f2c9"
          },
          "offset": 45600
        },
        "esoc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45180
        },
        "ethernet_license": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45156
        },
        "explicit_buffer_list": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45144
        },
        "external_loopback": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45145
        },
        "fc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45138
        },
        "fcports": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_fcport"
            }
          },
          "offset": 45664
        },
        "filter_def": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45216
        },
        "fw_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 416
        },
        "fwrev": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45432
        },
        "hlm_group_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45168
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_t"
          },
          "offset": 432
        },
        "hw_bounce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45208
        },
        "hw_war_version": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45192
        },
        "ini_mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 45592
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "intr_ctx": {
          "type": {
            "kind": "struct",
            "name": "ocs_intr_ctx_t"
          },
          "offset": 248
        },
        "io_high_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45256
        },
        "io_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45252
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 232
        },
        "irqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_rlock_t"
          },
          "offset": 44960
        },
        "logmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45184
        },
        "max_isr_time_msec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45172
        },
        "max_remote_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45224
        },
        "mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 45576
        },
        "model": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 424
        },
        "modeldesc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45304
        },
        "n_vec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "nodedb_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45300
        },
        "num_scsi_ios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45160
        },
        "num_vports": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45200
        },
        "ocs_xport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7d92fe00d68bc03c"
          },
          "offset": 45056
        },
        "pci_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 386
        },
        "pci_subsystem_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 390
        },
        "pci_subsystem_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 388
        },
        "pci_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 384
        },
        "ramlog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_ramlog_t"
            }
          },
          "offset": 45512
        },
        "reg": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_pci_reg_t"
            }
          },
          "offset": 16
        },
        "rq_selection_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45213
        },
        "rq_threads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45212
        },
        "rr_quanta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45214
        },
        "serialnum": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45368
        },
        "sim_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 45264
        },
        "skip_hw_teardown": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45146
        },
        "sli_intf": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 45496
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45148
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 240
        },
        "target_io_timer_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 45204
        },
        "tgt_mgmt_functions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_mgmt_functions_t"
            }
          },
          "offset": 45584
        },
        "tgt_ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 45672
        },
        "tgt_rscn_delay_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 45232
        },
        "tgt_rscn_period_msec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 45240
        },
        "topology": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 45152
        },
        "xport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_xport_t"
            }
          },
          "offset": 45064
        }
      },
      "kind": "struct"
    },
    "ocs_textbuf_segment_t": {
      "size": 56,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "buffer_written": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "user_allocated": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_textbuf_t": {
      "size": 56,
      "fields": {
        "allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "extendable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "max_allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "segment_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8
        },
        "total_allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ocs_tgt_resource_s": {
      "size": 48,
      "fields": {
        "atio": {
          "type": {
            "kind": "struct",
            "name": "ocs_hdr_list_t"
          },
          "offset": 0
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "inot": {
          "type": {
            "kind": "struct",
            "name": "ocs_hdr_list_t"
          },
          "offset": 16
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ocs_tgt_resource_t": {
      "size": 48,
      "fields": {
        "atio": {
          "type": {
            "kind": "struct",
            "name": "ocs_hdr_list_t"
          },
          "offset": 0
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "inot": {
          "type": {
            "kind": "struct",
            "name": "ocs_hdr_list_t"
          },
          "offset": 16
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ocs_thread_s": {
      "size": 48,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cpu_affinity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fctn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "retval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "terminate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_thread_t": {
      "size": 48,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "cpu_affinity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fctn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "retval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "terminate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ocs_timer_t": {
      "size": 112,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ocs_varray_s": {
      "size": 128,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "array_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 32
        },
        "next_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_varray_t": {
      "size": 128,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "array_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 32
        },
        "next_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_vport_spec_s": {
      "size": 88,
      "fields": {
        "domain_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "enable_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "enable_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ini_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 32
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sport_t"
            }
          },
          "offset": 80
        },
        "tgt_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_vport_spec_t": {
      "size": 88,
      "fields": {
        "domain_instance": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "enable_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "enable_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ini_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 32
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_sport_t"
            }
          },
          "offset": 80
        },
        "tgt_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ocs_xport": {
      "size": 232,
      "fields": {
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ocs_xport_host_statistics_t"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ocs_xport_fcfi_s": {
      "size": 136,
      "fields": {
        "hold_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "pend_frames": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 96
        },
        "pend_frames_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 0
        },
        "pend_frames_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "ocs_xport_fcfi_t": {
      "size": 136,
      "fields": {
        "hold_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "pend_frames": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 96
        },
        "pend_frames_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 0
        },
        "pend_frames_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "ocs_xport_host_statistics_s": {
      "size": 232,
      "fields": {
        "host_stats": {
          "type": {
            "kind": "struct",
            "name": "ocs_xport_host_stats_t"
          },
          "offset": 172
        },
        "link_stats": {
          "type": {
            "kind": "struct",
            "name": "ocs_xport_link_stats_t"
          },
          "offset": 88
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_xport_host_statistics_t": {
      "size": 232,
      "fields": {
        "host_stats": {
          "type": {
            "kind": "struct",
            "name": "ocs_xport_host_stats_t"
          },
          "offset": 172
        },
        "link_stats": {
          "type": {
            "kind": "struct",
            "name": "ocs_xport_link_stats_t"
          },
          "offset": 88
        },
        "semaphore": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_xport_host_stats_s": {
      "size": 60,
      "fields": {
        "cc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dropped_frames_due_to_no_rq_buffer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "dropped_frames_due_to_no_xri_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "empty_rq_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "empty_xri_pool_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "receive_f_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "receive_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "receive_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "receive_p_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "receive_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "total_exchanges_originator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "total_exchanges_responder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "transmit_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "transmit_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "transmit_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ocs_xport_host_stats_t": {
      "size": 60,
      "fields": {
        "cc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dropped_frames_due_to_no_rq_buffer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "dropped_frames_due_to_no_xri_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "empty_rq_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "empty_xri_pool_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "receive_f_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "receive_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "receive_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "receive_p_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "receive_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "total_exchanges_originator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "total_exchanges_responder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "transmit_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "transmit_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "transmit_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ocs_xport_link_stats_s": {
      "size": 84,
      "fields": {
        "advertised_receive_bufftor_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "advertised_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "arbitration_fc_al_timout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "clof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "clrc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "crc_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "current_receive_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "current_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "elastic_buffer_overrun_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "gec": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "invalid_transmission_word_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "link_failure_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "loss_of_signal_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "loss_of_sync_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "primitive_sequence_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "primitive_sequence_event_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rec": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "received_dropped_no_aer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "received_dropped_no_available_rpi_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "received_dropped_no_available_xri_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "received_eofa_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "received_eofdti_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "received_eofni_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "received_soff_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "resv0": {
          "type": {
            "bit_length": 8,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w02of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w03of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w04of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w05of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w06of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w07of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w08of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w09of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w10of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w11of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w12of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w13of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w14of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w15of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w16of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w17of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w18of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w19of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w20of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w21of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ocs_xport_link_stats_t": {
      "size": 84,
      "fields": {
        "advertised_receive_bufftor_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "advertised_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "arbitration_fc_al_timout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "clof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "clrc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "crc_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "current_receive_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "current_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "elastic_buffer_overrun_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "gec": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "invalid_transmission_word_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "link_failure_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "loss_of_signal_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "loss_of_sync_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "primitive_sequence_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "primitive_sequence_event_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rec": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "received_dropped_no_aer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "received_dropped_no_available_rpi_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "received_dropped_no_available_xri_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "received_eofa_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "received_eofdti_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "received_eofni_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "received_soff_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "resv0": {
          "type": {
            "bit_length": 8,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w02of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w03of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w04of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w05of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w06of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w07of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "w08of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w09of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w10of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w11of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w12of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w13of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w14of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w15of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "w16of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w17of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w18of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w19of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w20of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "w21of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ocs_xport_post_node_event_t": {
      "size": 112,
      "fields": {
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "evt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_865e9f344b1df9e1"
          },
          "offset": 96
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_node_t"
            }
          },
          "offset": 88
        },
        "sem": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ocs_xport_rq_thread_info_s": {
      "size": 136,
      "fields": {
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "seq_cbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_cbuf_t"
            }
          },
          "offset": 64
        },
        "thread": {
          "type": {
            "kind": "struct",
            "name": "ocs_thread_t"
          },
          "offset": 16
        },
        "thread_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "thread_started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_xport_rq_thread_info_t": {
      "size": 136,
      "fields": {
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "seq_cbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_cbuf_t"
            }
          },
          "offset": 64
        },
        "thread": {
          "type": {
            "kind": "struct",
            "name": "ocs_thread_t"
          },
          "offset": 16
        },
        "thread_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "thread_started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ocs_xport_s": {
      "size": 9336,
      "fields": {
        "configured_link_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8976
        },
        "fc_xport_stats": {
          "type": {
            "kind": "union",
            "name": "ocs_xport_stats_t"
          },
          "offset": 9104
        },
        "fcfi": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_xport_fcfi_t"
            }
          },
          "offset": 24
        },
        "io_active_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8932
        },
        "io_alloc_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8784
        },
        "io_pending_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8936
        },
        "io_pending_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8888
        },
        "io_pending_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 8792
        },
        "io_pending_recursing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8940
        },
        "io_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_pool_t"
            }
          },
          "offset": 8776
        },
        "io_total_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8920
        },
        "io_total_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8924
        },
        "io_total_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8928
        },
        "nodes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_node_t"
              }
            }
          },
          "offset": 8736
        },
        "nodes_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8728
        },
        "nodes_free_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8744
        },
        "num_rq_threads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8980
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "req_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "req_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rq_thread_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_xport_rq_thread_info_t"
            }
          },
          "offset": 8984
        },
        "stats_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 8992
        },
        "vport_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8944
        }
      },
      "kind": "struct"
    },
    "ocs_xport_stats_t": {
      "size": 232,
      "fields": {
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ocs_xport_host_statistics_t"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ocs_xport_t": {
      "size": 9336,
      "fields": {
        "configured_link_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8976
        },
        "fc_xport_stats": {
          "type": {
            "kind": "union",
            "name": "ocs_xport_stats_t"
          },
          "offset": 9104
        },
        "fcfi": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_xport_fcfi_t"
            }
          },
          "offset": 24
        },
        "io_active_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8932
        },
        "io_alloc_failed_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8784
        },
        "io_pending_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8936
        },
        "io_pending_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8888
        },
        "io_pending_lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 8792
        },
        "io_pending_recursing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8940
        },
        "io_pool": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_io_pool_t"
            }
          },
          "offset": 8776
        },
        "io_total_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8920
        },
        "io_total_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8924
        },
        "io_total_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8928
        },
        "nodes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_node_t"
              }
            }
          },
          "offset": 8736
        },
        "nodes_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8728
        },
        "nodes_free_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8744
        },
        "num_rq_threads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8980
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "req_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "req_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rq_thread_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_xport_rq_thread_info_t"
            }
          },
          "offset": 8984
        },
        "stats_timer": {
          "type": {
            "kind": "struct",
            "name": "ocs_timer_t"
          },
          "offset": 8992
        },
        "vport_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8944
        }
      },
      "kind": "struct"
    },
    "odirtemplate": {
      "size": 24,
      "fields": {
        "dot_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dot_name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "dot_namlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "dot_reclen": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "dotdot_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dotdot_name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "dotdot_namlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "dotdot_reclen": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "oem_parameters_table": {
      "size": 14,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "revision": {
          "type": {
            "kind": "struct",
            "name": "revision"
          },
          "offset": 4
        },
        "signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oexport_args": {
      "size": 136,
      "fields": {
        "ex_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 96
        },
        "ex_addrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "ex_anon": {
          "type": {
            "kind": "struct",
            "name": "xucred"
          },
          "offset": 8
        },
        "ex_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ex_indexfile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "ex_mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 112
        },
        "ex_masklen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "ex_root": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "offchip_mem_val_t": {
      "size": 16,
      "fields": {
        "data_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data_uhi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data_ulo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "offload_rule": {
      "size": 40,
      "fields": {
        "bpf_prog": {
          "type": {
            "kind": "struct",
            "name": "bpf_program"
          },
          "offset": 24
        },
        "open_type": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        },
        "settings": {
          "type": {
            "kind": "struct",
            "name": "offload_settings"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "offload_settings": {
      "size": 16,
      "fields": {
        "cong_algo": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "ddp": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 8
        },
        "ecn": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 7
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 14
        },
        "nagle": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 6
        },
        "offload": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "rx_coalesce": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "rxq": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12
        },
        "sack": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 5
        },
        "sched_class": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "tls": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 9
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "txq": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "ofld_hdr": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ohci_config_desc": {
      "size": 25,
      "fields": {
        "confd": {
          "type": {
            "kind": "struct",
            "name": "usb_config_descriptor"
          },
          "offset": 0
        },
        "endpd": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_descriptor"
          },
          "offset": 18
        },
        "ifcd": {
          "type": {
            "kind": "struct",
            "name": "usb_interface_descriptor"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ohci_ed": {
      "size": 64,
      "fields": {
        "ed_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ed_headp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ed_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ed_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ed_tailp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 16
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 32
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ohci_ed_t": {
      "size": 64,
      "fields": {
        "ed_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ed_headp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ed_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ed_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ed_tailp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 16
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 32
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ohci_hcca": {
      "size": 256,
      "fields": {
        "hcca_done_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "hcca_frame_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "hcca_interrupt_table": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ohci_hub_desc": {
      "size": 128,
      "fields": {
        "hubd": {
          "type": {
            "kind": "struct",
            "name": "usb_hub_descriptor"
          },
          "offset": 0
        },
        "ps": {
          "type": {
            "kind": "struct",
            "name": "usb_port_status"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "usb_status"
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ohci_hw_softc": {
      "size": 4896,
      "fields": {
        "bulk_start_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 112
        },
        "bulk_start_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 3840
        },
        "ctrl_start_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 56
        },
        "ctrl_start_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 3824
        },
        "hcca_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 0
        },
        "hcca_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 3808
        },
        "intr_start_pc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 224
        },
        "intr_start_pg": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 3872
        },
        "isoc_start_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 168
        },
        "isoc_start_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 3856
        }
      },
      "kind": "struct"
    },
    "ohci_itd": {
      "size": 64,
      "fields": {
        "frames": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "itd_be": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "itd_bp0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "itd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "itd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "itd_offset": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "itd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_itd"
            }
          },
          "offset": 32
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ohci_itd_t": {
      "size": 64,
      "fields": {
        "frames": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "itd_be": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "itd_bp0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "itd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "itd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "itd_offset": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "itd_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_itd"
            }
          },
          "offset": 32
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ohci_softc": {
      "size": 8512,
      "fields": {
        "sc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8455
        },
        "sc_bulk_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 7752
        },
        "sc_bus": {
          "type": {
            "kind": "struct",
            "name": "usb_bus"
          },
          "offset": 4896
        },
        "sc_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8456
        },
        "sc_ctrl_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 7744
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8288
        },
        "sc_devices": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 6696
        },
        "sc_eintrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8320
        },
        "sc_hcca_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_hcca"
            }
          },
          "offset": 7736
        },
        "sc_hub_desc": {
          "type": {
            "kind": "union",
            "name": "ohci_hub_desc"
          },
          "offset": 6568
        },
        "sc_hub_idata": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8457
        },
        "sc_hw": {
          "type": {
            "kind": "struct",
            "name": "ohci_hw_softc"
          },
          "offset": 0
        },
        "sc_id_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8452
        },
        "sc_intr_hdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8280
        },
        "sc_intr_p_last": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ohci_ed"
              }
            }
          },
          "offset": 7768
        },
        "sc_intr_stat": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8324
        },
        "sc_io_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8312
        },
        "sc_io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 7720
        },
        "sc_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8296
        },
        "sc_io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8304
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 7728
        },
        "sc_isoc_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 7760
        },
        "sc_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8454
        },
        "sc_tmo_rhsc": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 6504
        },
        "sc_vendor": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8489
        }
      },
      "kind": "struct"
    },
    "ohci_softc_t": {
      "size": 8512,
      "fields": {
        "sc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8455
        },
        "sc_bulk_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 7752
        },
        "sc_bus": {
          "type": {
            "kind": "struct",
            "name": "usb_bus"
          },
          "offset": 4896
        },
        "sc_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8456
        },
        "sc_ctrl_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 7744
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8288
        },
        "sc_devices": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 6696
        },
        "sc_eintrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8320
        },
        "sc_hcca_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_hcca"
            }
          },
          "offset": 7736
        },
        "sc_hub_desc": {
          "type": {
            "kind": "union",
            "name": "ohci_hub_desc"
          },
          "offset": 6568
        },
        "sc_hub_idata": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8457
        },
        "sc_hw": {
          "type": {
            "kind": "struct",
            "name": "ohci_hw_softc"
          },
          "offset": 0
        },
        "sc_id_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8452
        },
        "sc_intr_hdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8280
        },
        "sc_intr_p_last": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ohci_ed"
              }
            }
          },
          "offset": 7768
        },
        "sc_intr_stat": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8324
        },
        "sc_io_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8312
        },
        "sc_io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 7720
        },
        "sc_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8296
        },
        "sc_io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8304
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 7728
        },
        "sc_isoc_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_ed"
            }
          },
          "offset": 7760
        },
        "sc_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8454
        },
        "sc_tmo_rhsc": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 6504
        },
        "sc_vendor": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8489
        }
      },
      "kind": "struct"
    },
    "ohci_std_temp": {
      "size": 48,
      "fields": {
        "average": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "last_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "pc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 0
        },
        "setup_alt_next": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "shortpkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_td_t"
            }
          },
          "offset": 8
        },
        "td_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "td_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_td_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ohci_td": {
      "size": 48,
      "fields": {
        "alt_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_td"
            }
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_td"
            }
          },
          "offset": 16
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 32
        },
        "td_be": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "td_cbp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "td_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "td_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "td_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ohci_td_t": {
      "size": 48,
      "fields": {
        "alt_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_td"
            }
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ohci_td"
            }
          },
          "offset": 16
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 32
        },
        "td_be": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "td_cbp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "td_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "td_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "td_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "okeyent_t": {
      "size": 10,
      "fields": {
        "flgs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "spcl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "okeymap": {
      "size": 2562,
      "fields": {
        "key": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "okeyent_t"
            }
          },
          "offset": 2
        },
        "n_keys": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "okeymap_t": {
      "size": 2562,
      "fields": {
        "key": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "okeyent_t"
            }
          },
          "offset": 2
        },
        "n_keys": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "old_mouse_data": {
      "size": 12,
      "fields": {
        "buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "old_mouse_info": {
      "size": 16,
      "fields": {
        "operation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f1045d43a012e931"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "old_mouse_info_t": {
      "size": 16,
      "fields": {
        "operation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_f1045d43a012e931"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "old_mousehw": {
      "size": 16,
      "fields": {
        "buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "hwid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "iftype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "old_mousehw_t": {
      "size": 16,
      "fields": {
        "buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "hwid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "iftype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "old_mousemode": {
      "size": 16,
      "fields": {
        "accelfactor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "resolution": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "old_mousemode_t": {
      "size": 16,
      "fields": {
        "accelfactor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "resolution": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "old_video_adapter": {
      "size": 72,
      "fields": {
        "va_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "old_video_adapter_info": {
      "size": 104,
      "fields": {
        "va_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "va_io_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "va_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "va_line_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "va_mem_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "va_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "va_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "old_video_adapter_info_t": {
      "size": 104,
      "fields": {
        "va_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "va_io_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "va_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "va_line_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "va_mem_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "va_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "va_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "old_video_adapter_t": {
      "size": 72,
      "fields": {
        "va_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "old_video_info": {
      "size": 72,
      "fields": {
        "vi_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "vi_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "vi_cheight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "vi_cwidth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vi_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vi_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vi_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vi_planes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vi_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vi_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "vi_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "vi_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "old_video_info_t": {
      "size": 72,
      "fields": {
        "vi_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "vi_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "vi_cheight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "vi_cwidth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vi_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vi_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vi_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vi_planes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vi_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vi_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "vi_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "vi_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "oldacl": {
      "size": 388,
      "fields": {
        "acl_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "acl_entry": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oldacl_entry"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "oldacl_entry": {
      "size": 12,
      "fields": {
        "ae_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ae_perm": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ae_tag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "omrt6msg": {
      "size": 48,
      "fields": {
        "im6_dst": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 28
        },
        "im6_mbz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "im6_mif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "im6_msgtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "im6_src": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 12
        },
        "unused1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unused2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "oneshot_config_hook": {
      "size": 48,
      "fields": {
        "och_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "och_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "och_hook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "onfs_args": {
      "size": 88,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "addrlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "deadthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "fh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "fhsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "hostname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "leaseterm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "maxgrouplist": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "readahead": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "readdirsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "retrans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "rsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "sotype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "timeo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "wsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "op_arr_write": {
      "size": 8,
      "fields": {
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "op_delay": {
      "size": 8,
      "fields": {
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "op_if_mode": {
      "size": 8,
      "fields": {
        "cmd_offset": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "mode_bit_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "op_if_phase": {
      "size": 8,
      "fields": {
        "cmd_offset": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "phase_bit_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "op_read": {
      "size": 8,
      "fields": {
        "offset": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "op_table_entry": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "opmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "op_write": {
      "size": 8,
      "fields": {
        "offset": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "op_zero": {
      "size": 8,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "opaque_auth": {
      "size": 24,
      "fields": {
        "oa_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "oa_flavor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "oa_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "opcode_tid": {
      "size": 4,
      "fields": {
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "opcode_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "open_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "openat_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 26
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "opnfsdsattr": {
      "size": 48,
      "fields": {
        "dsa_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "dsa_filerev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dsa_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "dsa_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "optState_t": {
      "size": 104,
      "fields": {
        "litFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "litLengthFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "litLengthSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "litLengthSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "litSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "litSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "literalCompressionMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 96
        },
        "matchLengthFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "matchLengthSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "matchLengthSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "matchTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_match_t"
            }
          },
          "offset": 32
        },
        "offCodeFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "offCodeSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "offCodeSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "priceTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_optimal_t"
            }
          },
          "offset": 40
        },
        "priceType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4a53cc5c86bbbf8e"
          },
          "offset": 80
        },
        "symbolCosts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_entropyCTables_t"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "orm_softc": {
      "size": 392,
      "fields": {
        "res": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 136
        },
        "rid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        },
        "rnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "osd": {
      "size": 32,
      "fields": {
        "osd_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f9042a4c4f74555"
          },
          "offset": 16
        },
        "osd_nslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "osd_slots": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "osd_master": {
      "size": 288,
      "fields": {
        "osd_destructors": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 264
        },
        "osd_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e9b1271c3528d7a8"
          },
          "offset": 256
        },
        "osd_list_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 224
        },
        "osd_methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 272
        },
        "osd_module_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        },
        "osd_nmethods": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "osd_ntslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "osd_object_lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ospCalCtlData_2G": {
      "size": 4,
      "fields": {
        "ctl_edges": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_CTL_EDGE_PWR"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ospCalCtlData_5G": {
      "size": 8,
      "fields": {
        "ctl_edges": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_CTL_EDGE_PWR"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ospCalDataPerFreqOpLoop": {
      "size": 6,
      "fields": {
        "ref_power": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "rxTempMeas": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rx_noisefloor_cal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "rx_noisefloor_power": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "temp_meas": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "volt_meas": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ospCalTargetPowerHt": {
      "size": 14,
      "fields": {
        "t_pow2x": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ospreyEeprom": {
      "size": 1088,
      "fields": {
        "base_eep_header": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_BASE_EEP_HEADER"
          },
          "offset": 28
        },
        "base_ext1": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_BASE_EXTENSION_1"
          },
          "offset": 124
        },
        "base_ext2": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_BASE_EXTENSION_2"
          },
          "offset": 489
        },
        "cal_freq_pier_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 138
        },
        "cal_freq_pier_5g": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 503
        },
        "cal_pier_data_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "OSP_CAL_DATA_PER_FREQ_OP_LOOP"
              }
            }
          },
          "offset": 141
        },
        "cal_pier_data_5g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "OSP_CAL_DATA_PER_FREQ_OP_LOOP"
              }
            }
          },
          "offset": 511
        },
        "cal_target_freqbin_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 197
        },
        "cal_target_freqbin_2g_ht20": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 200
        },
        "cal_target_freqbin_2g_ht40": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 203
        },
        "cal_target_freqbin_5g": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 655
        },
        "cal_target_freqbin_5g_ht20": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 663
        },
        "cal_target_freqbin_5g_ht40": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 671
        },
        "cal_target_freqbin_cck": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 195
        },
        "cal_target_power_2g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 214
        },
        "cal_target_power_2g_ht20": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 226
        },
        "cal_target_power_2g_ht40": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 268
        },
        "cal_target_power_5g": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 679
        },
        "cal_target_power_5g_ht20": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 711
        },
        "cal_target_power_5g_ht40": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_TARGET_POWER_HT"
            }
          },
          "offset": 823
        },
        "cal_target_power_cck": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "CAL_TARGET_POWER_LEG"
            }
          },
          "offset": 206
        },
        "ctl_freqbin_2G": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 322
        },
        "ctl_freqbin_5G": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 944
        },
        "ctl_index_2g": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 310
        },
        "ctl_index_5g": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 935
        },
        "ctl_power_data_2g": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_CTL_DATA_2G"
            }
          },
          "offset": 370
        },
        "ctl_power_data_5g": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "OSP_CAL_CTL_DATA_5G"
            }
          },
          "offset": 1016
        },
        "custData": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "eeprom_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "modal_header_2g": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_MODAL_EEP_HEADER"
          },
          "offset": 53
        },
        "modal_header_5g": {
          "type": {
            "kind": "struct",
            "name": "OSPREY_MODAL_EEP_HEADER"
          },
          "offset": 418
        },
        "template_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ospreyModalEepHeader": {
      "size": 71,
      "fields": {
        "adcDesiredSize": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 48
        },
        "ant_ctrl_chain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "ant_ctrl_common": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ant_ctrl_common2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "antenna_gain": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 46
        },
        "futureModal": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 66
        },
        "noise_floor_thresh_ch": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27
        },
        "paprd_rate_mask_ht20": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 53
        },
        "paprd_rate_mask_ht40": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 57
        },
        "quick_drop": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 41
        },
        "reserved": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "rf_gain_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "spur_chans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "switchSettling": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "switchcomspdt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 61
        },
        "temp_slope": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 20
        },
        "thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "txClip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "txEndToRxOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "tx_end_to_xpa_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "tx_frame_to_data_start": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "tx_frame_to_pa_on": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "tx_frame_to_xpa_on": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "tx_gain_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "voltSlope": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 21
        },
        "xLNA_bias_strength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "xatten1_db": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "xatten1_margin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "xpa_bias_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        }
      },
      "kind": "struct"
    },
    "osprey_BaseEepHeader": {
      "size": 25,
      "fields": {
        "blue_tooth_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "device_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "eeprom_write_enable_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "feature_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "misc_configuration": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "op_cap_flags": {
          "type": {
            "kind": "struct",
            "name": "EEP_FLAGS"
          },
          "offset": 5
        },
        "params_for_tuning_caps": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "pwrTableOffset": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 11
        },
        "reg_dmn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "rf_silent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rx_band_select_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "swreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 21
        },
        "txrx_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "txrxgain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "wlan_disable_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wlan_led_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "osprey_BaseExtension_1": {
      "size": 14,
      "fields": {
        "ant_div_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "future": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "misc_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "quick_drop_high": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 13
        },
        "quick_drop_low": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 12
        },
        "tempslopextension": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "osprey_BaseExtension_2": {
      "size": 14,
      "fields": {
        "temp_slope_high": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "temp_slope_low": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "xatten1_db_high": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "xatten1_db_low": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "xatten1_margin_high": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "xatten1_margin_low": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "oss_audioinfo": {
      "size": 1180,
      "fields": {
        "binding": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "card_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "cmd": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 92
        },
        "dev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "devnode": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 404
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "filler": {
          "type": {
            "count": 184,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 444
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "handle": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 204
        },
        "iformats": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "label": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 384
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 400
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "max_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "max_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "min_channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "min_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "mixer_dev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "next_play_engine": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "next_rec_engine": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        },
        "nrates": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "oformats": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "port_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "rate_source": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "rates": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "real_device": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "song_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 320
        }
      },
      "kind": "struct"
    },
    "oss_card_info": {
      "size": 1176,
      "fields": {
        "ack_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 556
        },
        "card": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "filler": {
          "type": {
            "count": 154,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 560
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "hw_info": {
          "type": {
            "count": 400,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "longname": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "shortname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "oss_count_t": {
      "size": 144,
      "fields": {
        "fifo_samples": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "filler": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 12
        },
        "samples": {
          "type": {
            "kind": "base",
            "name": "long long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "oss_mixer_enuminfo": {
      "size": 3528,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "dev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nvalues": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "strindex": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 16
        },
        "strings": {
          "type": {
            "count": 3000,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 526
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "oss_mixerinfo": {
      "size": 1136,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "card_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "dev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "filler": {
          "type": {
            "count": 254,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "handle": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "modify_counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "nrext": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "port_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "oss_syncgroup": {
      "size": 72,
      "fields": {
        "filler": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "oss_sysinfo": {
      "size": 1248,
      "fields": {
        "filler": {
          "type": {
            "count": 172,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 560
        },
        "license": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 288
        },
        "numaudioengines": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "numaudios": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "numcards": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "nummidis": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "nummixers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "numsynths": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "numtimers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "openedaudio": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 200
        },
        "openedmidi": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 248
        },
        "options": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 68
        },
        "product": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "revision_info": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 304
        },
        "version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "versionnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ovfsconf": {
      "size": 56,
      "fields": {
        "vfc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "vfc_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "vfc_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vfc_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "vfc_vfsops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "owner_edge": {
      "size": 56,
      "fields": {
        "e_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "owner_vertex"
            }
          },
          "offset": 40
        },
        "e_inlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_63c740ba304b3392"
          },
          "offset": 16
        },
        "e_outlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_63c740ba304b3392"
          },
          "offset": 0
        },
        "e_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "e_to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "owner_vertex"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "owner_edge_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "owner_edge"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "owner_graph": {
      "size": 32,
      "fields": {
        "g_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "g_indexbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "g_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "g_space": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "g_vertices": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "owner_vertex"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "owner_vertex": {
      "size": 48,
      "fields": {
        "v_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "v_inedges": {
          "type": {
            "kind": "struct",
            "name": "owner_edge_list"
          },
          "offset": 32
        },
        "v_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d16c3ce5581b6273"
          },
          "offset": 0
        },
        "v_order": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "v_outedges": {
          "type": {
            "kind": "struct",
            "name": "owner_edge_list"
          },
          "offset": 24
        },
        "v_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_owner"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "owner_vertex_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "owner_vertex"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "owner_vertex"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "p4tcc_softc": {
      "size": 24,
      "fields": {
        "auto_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "lowest_val": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "set_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "p_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngp_hdr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ngp_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "packet": {
      "size": 2048,
      "fields": {
        "bytes": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pkt_header": {
          "type": {
            "kind": "struct",
            "name": "pppoe_full_hdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "packet_info_id": {
      "size": 4,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pkt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ver": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "packet_tags": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "packetbuf": {
      "size": 20,
      "fields": {
        "inputbytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ipacket": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "packetbuf_t": {
      "size": 20,
      "fields": {
        "inputbytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ipacket": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "page_device_capabilities": {
      "size": 16,
      "fields": {
        "exchange_with": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "move_from": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "pg_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pg_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "stor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "page_element_address_assignment": {
      "size": 20,
      "fields": {
        "fdtea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "fieea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "fsea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "mtea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ndte": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "niee": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "nmte": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "nse": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "pg_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pg_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "page_frag_cache": {
      "size": 16,
      "fields": {
        "pagecnt_bias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "va": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pagedep": {
      "size": 152,
      "fields": {
        "pd_diraddhd": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "diraddhd"
            }
          },
          "offset": 96
        },
        "pd_dirremhd": {
          "type": {
            "kind": "struct",
            "name": "dirremhd"
          },
          "offset": 88
        },
        "pd_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8cab69374de9562c"
          },
          "offset": 48
        },
        "pd_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "pd_jmvrefhd": {
          "type": {
            "kind": "struct",
            "name": "jmvrefhd"
          },
          "offset": 144
        },
        "pd_lbn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "pd_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "pd_newdirblk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "newdirblk"
            }
          },
          "offset": 80
        },
        "pd_pendinghd": {
          "type": {
            "kind": "struct",
            "name": "diraddhd"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "pagedep_hashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pagedep"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pagerlst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_object"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pagerops": {
      "size": 152,
      "fields": {
        "pgo_alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pgo_can_alloc_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "pgo_dealloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "pgo_freespace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "pgo_getpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "pgo_getpages_async": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "pgo_getvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "pgo_haspage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "pgo_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "pgo_kvme_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pgo_mightbedirty": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "pgo_page_inserted": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "pgo_page_removed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "pgo_pageunswapped": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "pgo_populate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "pgo_putpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "pgo_release_writecount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "pgo_set_writeable_dirty": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "pgo_update_writecount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "paramType": {
      "size": 8,
      "fields": {
        "acm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "aifsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "logcwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "logcwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "txopLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pargs": {
      "size": 12,
      "fields": {
        "ar_args": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ar_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ar_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "parse_context": {
      "size": 16,
      "fields": {
        "pass": {
          "type": {
            "kind": "enum",
            "name": "parse_pass"
          },
          "offset": 8
        },
        "vmbus_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "parsing_flags": {
      "size": 2,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "partition": {
      "size": 16,
      "fields": {
        "p_cpg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "p_frag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "p_fsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "p_fstype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "p_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "p_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pass_io_req": {
      "size": 1976,
      "fields": {
        "alloced_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 1248
        },
        "ccb": {
          "type": {
            "kind": "union",
            "name": "ccb"
          },
          "offset": 0
        },
        "data_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_e1571587acb604d1"
          },
          "offset": 1340
        },
        "dirs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1892
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_42d0752aa1190f0f"
          },
          "offset": 1336
        },
        "kern_bufs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 1928
        },
        "kern_segptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 1880
        },
        "kern_segs": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 1616
        },
        "lengths": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1900
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_01b72db59fa4faba"
          },
          "offset": 1960
        },
        "mapinfo": {
          "type": {
            "kind": "struct",
            "name": "cam_periph_map_info"
          },
          "offset": 1296
        },
        "num_bufs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1888
        },
        "num_kern_segs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1608
        },
        "num_user_segs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1344
        },
        "start_time": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 1944
        },
        "user_bufs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 1912
        },
        "user_ccb_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 1256
        },
        "user_periph_links": {
          "type": {
            "kind": "union",
            "name": "camq_entry"
          },
          "offset": 1264
        },
        "user_periph_priv": {
          "type": {
            "kind": "union",
            "name": "ccb_ppriv_area"
          },
          "offset": 1280
        },
        "user_segptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 1872
        },
        "user_segs": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 1352
        }
      },
      "kind": "struct"
    },
    "pass_softc": {
      "size": 304,
      "fields": {
        "abandoned_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f37e9925b952178"
          },
          "offset": 216
        },
        "active_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f37e9925b952178"
          },
          "offset": 200
        },
        "add_physpath_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        },
        "alias_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 40
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 32
        },
        "device_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 24
        },
        "done_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f37e9925b952178"
          },
          "offset": 232
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_5d9c8d0d33273423"
          },
          "offset": 4
        },
        "incoming_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1f37e9925b952178"
          },
          "offset": 184
        },
        "io_zone_name": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 268
        },
        "io_zone_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "open_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pass_io_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 288
        },
        "pass_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 280
        },
        "pd_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 248
        },
        "read_select": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 112
        },
        "shutdown_kqueue_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 80
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ad5c57e0063d9913"
          },
          "offset": 0
        },
        "zone_name": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "patch": {
      "size": 16,
      "fields": {
        "begin": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "patch_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "skip_instr": {
          "type": {
            "bit_length": 10,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "skip_patch": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "pathconf_args": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pbf_pN_buf_regs": {
      "size": 16,
      "fields": {
        "crd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "crd_freed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "init_crd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pN": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pbf_pN_cmd_regs": {
      "size": 12,
      "fields": {
        "lines_freed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lines_occup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pN": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcb": {
      "size": 320,
      "fields": {
        "pcb_cr0": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "pcb_cr2": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "pcb_cr3": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "pcb_cr4": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "pcb_cstar": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 256
        },
        "pcb_dr0": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "pcb_dr1": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "pcb_dr2": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "pcb_dr3": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "pcb_dr6": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "pcb_dr7": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "pcb_efer": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 232
        },
        "pcb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "pcb_fsbase": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "pcb_gdt": {
          "type": {
            "kind": "struct",
            "name": "region_descriptor"
          },
          "offset": 168
        },
        "pcb_gsbase": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "pcb_idt": {
          "type": {
            "kind": "struct",
            "name": "region_descriptor"
          },
          "offset": 178
        },
        "pcb_initial_fpucw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 204
        },
        "pcb_kgsbase": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "pcb_ldt": {
          "type": {
            "kind": "struct",
            "name": "region_descriptor"
          },
          "offset": 188
        },
        "pcb_lstar": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 248
        },
        "pcb_onfault": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 208
        },
        "pcb_pad": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 280
        },
        "pcb_r12": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "pcb_r13": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "pcb_r14": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "pcb_r15": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "pcb_rbp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "pcb_rbx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "pcb_rip": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "pcb_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "pcb_save": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "savefpu"
            }
          },
          "offset": 272
        },
        "pcb_saved_ucr3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "pcb_sfmask": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 264
        },
        "pcb_star": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 240
        },
        "pcb_tr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 198
        },
        "pcb_tssp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "amd64tss"
            }
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "pccard_io_handle": {
      "size": 40,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ioh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "iot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "pccard_mem_handle": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "cardaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "kind": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "memh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "memt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "realsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pcdacsEeprom": {
      "size": 24,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pChannelList": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pcg32u_random_t": {
      "size": 8,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcg64u_random_t": {
      "size": 16,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned __int128"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcg_state_128": {
      "size": 16,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned __int128"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcg_state_64": {
      "size": 8,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pch": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pv_chunk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pv_chunk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pci_bar_io": {
      "size": 32,
      "fields": {
        "pbi_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pbi_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pbi_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pbi_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pbi_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_bar_ioreq": {
      "size": 28,
      "fields": {
        "pbi_bar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pbi_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pbi_op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pbi_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        },
        "pbi_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pbi_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "pci_bar_mmap": {
      "size": 48,
      "fields": {
        "pbm_bar_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pbm_bar_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pbm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pbm_map_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "pbm_map_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pbm_memattr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pbm_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pbm_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "pci_bar_mmap32": {
      "size": 40,
      "fields": {
        "pbm_bar_length1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pbm_bar_length2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pbm_bar_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pbm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "pbm_map_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pbm_map_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pbm_memattr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pbm_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "pbm_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "pci_bus": {
      "size": 16,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "self": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_dev"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_bus_d0_entry": {
      "size": 16,
      "fields": {
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "mmio_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_bus_relations": {
      "size": 24,
      "fields": {
        "device_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "func": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pci_func_desc"
            }
          },
          "offset": 24
        },
        "incoming": {
          "type": {
            "kind": "struct",
            "name": "pci_incoming_message"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_bus_relations2": {
      "size": 24,
      "fields": {
        "device_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "func": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pci_func_desc2"
            }
          },
          "offset": 24
        },
        "incoming": {
          "type": {
            "kind": "struct",
            "name": "pci_incoming_message"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_child_message": {
      "size": 8,
      "fields": {
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_conf": {
      "size": 48,
      "fields": {
        "pc_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "pc_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pc_hdr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "pc_progif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "pc_revid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "pc_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        },
        "pc_subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "pc_subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "pc_subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pc_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pd_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 22
        },
        "pd_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "pci_conf32": {
      "size": 44,
      "fields": {
        "pc_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "pc_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pc_hdr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "pc_progif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "pc_revid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "pc_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        },
        "pc_subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "pc_subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "pc_subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pc_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pd_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 22
        },
        "pd_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "pci_conf_io": {
      "size": 48,
      "fields": {
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "match_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "matches": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_conf"
            }
          },
          "offset": 24
        },
        "num_matches": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_patterns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pat_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "patterns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_match_conf"
            }
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d12f261dc21fc18a"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "pci_conf_io32": {
      "size": 36,
      "fields": {
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "match_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "matches": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_matches": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "num_patterns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pat_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "patterns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pci_conf_union": {
      "size": 48,
      "fields": {
        "pc": {
          "type": {
            "kind": "struct",
            "name": "pci_conf"
          },
          "offset": 0
        },
        "pc32": {
          "type": {
            "kind": "struct",
            "name": "pci_conf32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pci_create_int_response": {
      "size": 40,
      "fields": {
        "int_desc": {
          "type": {
            "kind": "struct",
            "name": "tran_int_desc"
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "response": {
          "type": {
            "kind": "struct",
            "name": "pci_response"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_create_interrupt": {
      "size": 24,
      "fields": {
        "int_desc": {
          "type": {
            "kind": "struct",
            "name": "hv_msi_desc"
          },
          "offset": 8
        },
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_create_interrupt3": {
      "size": 82,
      "fields": {
        "int_desc": {
          "type": {
            "kind": "struct",
            "name": "hv_msi_desc3"
          },
          "offset": 8
        },
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_delete_interrupt": {
      "size": 24,
      "fields": {
        "int_desc": {
          "type": {
            "kind": "struct",
            "name": "tran_int_desc"
          },
          "offset": 8
        },
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_dev": {
      "size": 376,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_bus"
            }
          },
          "offset": 280
        },
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "current_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "dev": {
          "type": {
            "kind": "struct",
            "name": "device"
          },
          "offset": 0
        },
        "devfn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 300
        },
        "irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 256
        },
        "managed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 323
        },
        "mmio": {
          "type": {
            "kind": "struct",
            "name": "unnamed_07393be0b7fdabd2"
          },
          "offset": 360
        },
        "msi_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 321
        },
        "msi_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "msi_desc"
              }
            }
          },
          "offset": 344
        },
        "msi_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 325
        },
        "msix_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 322
        },
        "msix_enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 326
        },
        "path_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 352
        },
        "pdrv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_driver"
            }
          },
          "offset": 272
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 320
        },
        "rom": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "romlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_dev"
            }
          },
          "offset": 288
        },
        "subsystem_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 306
        },
        "subsystem_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 304
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 302
        },
        "want_iomap_res": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 324
        }
      },
      "kind": "struct"
    },
    "pci_dev_incoming": {
      "size": 24,
      "fields": {
        "incoming": {
          "type": {
            "kind": "struct",
            "name": "pci_incoming_message"
          },
          "offset": 0
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "pci_device_id": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intel_stolen_ops"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_device_table": {
      "size": 40,
      "fields": {
        "class_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "driver_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "match_flag_class": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_revid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_subclass": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_subdevice": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_subvendor": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_unused": {
          "type": {
            "bit_length": 9,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_vendor": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "revid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "pci_devinfo": {
      "size": 360,
      "fields": {
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "pcicfgregs"
          },
          "offset": 24
        },
        "conf": {
          "type": {
            "kind": "struct",
            "name": "pci_conf"
          },
          "offset": 312
        },
        "pci_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7fb96e0617558b2f"
          },
          "offset": 0
        },
        "resources": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pci_devres": {
      "size": 56,
      "fields": {
        "enable_io": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "region_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "region_table": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pci_domain": {
      "size": 96,
      "fields": {
        "pd_bus_rman": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 8
        },
        "pd_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pd_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a42385fe61b493f2"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pci_driver": {
      "size": 184,
      "fields": {
        "bsd_iov_add_vf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "bsd_iov_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "bsd_iov_uninit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "bsd_probe_return": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "bsdclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devclass"
            }
          },
          "offset": 120
        },
        "bsddriver": {
          "type": {
            "kind": "struct",
            "name": "driver_t"
          },
          "offset": 72
        },
        "driver": {
          "type": {
            "kind": "struct",
            "name": "device_driver"
          },
          "offset": 128
        },
        "err_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_error_handlers"
            }
          },
          "offset": 144
        },
        "id_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_device_id"
            }
          },
          "offset": 24
        },
        "isdrm": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 152
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "shutdown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "pci_ea_entry": {
      "size": 40,
      "fields": {
        "eae_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "eae_bei": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "eae_cfg_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "eae_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "eae_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7ef7a6eba2249e47"
          },
          "offset": 32
        },
        "eae_max_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pci_eject_response": {
      "size": 12,
      "fields": {
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_entity": {
      "size": 4,
      "fields": {
        "pf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vf_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "vnic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "pci_error_handlers": {
      "size": 40,
      "fields": {
        "error_detected": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "link_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "mmio_enabled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "slot_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pci_exp_rom_header_t": {
      "size": 26,
      "fields": {
        "pcir_offset": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "signature": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_expansion_rom_header": {
      "size": 26,
      "fields": {
        "pcir_offset": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "reserved": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "signature": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_func_desc": {
      "size": 20,
      "fields": {
        "base_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "d_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "prog_intf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ser": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "subsystem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "v_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pci_func_desc2": {
      "size": 28,
      "fields": {
        "base_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "d_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "prog_intf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ser": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "subsystem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "v_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "virtual_numa_node": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pci_id": {
      "size": 32,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rclk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "regshft": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "subdev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subven": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_incoming_message": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        },
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pci_io": {
      "size": 20,
      "fields": {
        "pi_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pi_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pi_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        },
        "pi_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pci_iov_arg": {
      "size": 16,
      "fields": {
        "config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pci_iov_bar": {
      "size": 24,
      "fields": {
        "bar_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bar_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_iov_schema": {
      "size": 24,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "schema": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_list_vpd_io": {
      "size": 24,
      "fields": {
        "plvi_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_vpd_element"
            }
          },
          "offset": 16
        },
        "plvi_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "plvi_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_map": {
      "size": 32,
      "fields": {
        "pm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2bb345e57ef79a3f"
          },
          "offset": 24
        },
        "pm_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pm_value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_match_conf": {
      "size": 56,
      "fields": {
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fbd11926acbd4049"
          },
          "offset": 48
        },
        "pc_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "pc_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "pc_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        },
        "pc_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "pd_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pd_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pci_match_conf32": {
      "size": 44,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "pc_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "pc_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "pc_sel": {
          "type": {
            "kind": "struct",
            "name": "pcisel"
          },
          "offset": 0
        },
        "pc_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "pd_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pd_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "pci_message": {
      "size": 4,
      "fields": {
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_mmio_region": {
      "size": 32,
      "fields": {
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_496e911d3c1d0cd6"
          },
          "offset": 0
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "pci_msi_desc": {
      "size": 1,
      "fields": {
        "msi_attrib": {
          "type": {
            "kind": "struct",
            "name": "unnamed_70505cf922ab4653"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_packet": {
      "size": 16,
      "fields": {
        "compl_ctxt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "completion_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "message": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pci_message"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pci_params": {
      "size": 12,
      "fields": {
        "mps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vpd_cap_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "pci_q_res_req_response": {
      "size": 44,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        },
        "probed_bar": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pci_quirk": {
      "size": 16,
      "fields": {
        "arg1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "arg2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_resources_assigned": {
      "size": 148,
      "fields": {
        "memory_range": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 8
        },
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "msi_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 132
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_resources_assigned2": {
      "size": 202,
      "fields": {
        "memory_range": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 8
        },
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "msi_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "reserved": {
          "type": {
            "count": 70,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 132
        },
        "wslot": {
          "type": {
            "kind": "union",
            "name": "win_slot_encoding"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pci_response": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pci_sli_intf_t": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce11e1f6b8667937"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pci_sli_intf_u": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce11e1f6b8667937"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pci_softc": {
      "size": 16,
      "fields": {
        "sc_bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "sc_dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_unique_id": {
      "size": 4,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_vendor_info": {
      "size": 32,
      "fields": {
        "pvi_class_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pvi_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pvi_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "pvi_rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pvi_subdevice_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pvi_subvendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pvi_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_vendor_info_t": {
      "size": 32,
      "fields": {
        "pvi_class_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pvi_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pvi_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "pvi_rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pvi_subdevice_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pvi_subvendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pvi_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pci_version_request": {
      "size": 12,
      "fields": {
        "message_type": {
          "type": {
            "kind": "struct",
            "name": "pci_message"
          },
          "offset": 0
        },
        "protocol_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reservedz": {
          "type": {
            "bit_length": 31,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pci_vpd_element": {
      "size": 4,
      "fields": {
        "pve_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "pve_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pve_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pve_keyword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcib_host_resources": {
      "size": 24,
      "fields": {
        "hr_pcib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "hr_rl": {
          "type": {
            "kind": "struct",
            "name": "resource_list"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pcib_secbus": {
      "size": 112,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 88
        },
        "rman": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 16
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sub": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sub_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "pcib_softc": {
      "size": 944,
      "fields": {
        "bridgectl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 528
        },
        "bus": {
          "type": {
            "kind": "struct",
            "name": "pcib_secbus"
          },
          "offset": 32
        },
        "child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "io": {
          "type": {
            "kind": "struct",
            "name": "pcib_window"
          },
          "offset": 144
        },
        "mem": {
          "type": {
            "kind": "struct",
            "name": "pcib_window"
          },
          "offset": 272
        },
        "pcie_ab_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 600
        },
        "pcie_cc_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 712
        },
        "pcie_dll_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 824
        },
        "pcie_hp_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 936
        },
        "pcie_hp_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 568
        },
        "pcie_ihand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 560
        },
        "pcie_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 552
        },
        "pcie_link_sta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 530
        },
        "pcie_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 544
        },
        "pcie_slot_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "pcie_slot_sta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 532
        },
        "pmem": {
          "type": {
            "kind": "struct",
            "name": "pcib_window"
          },
          "offset": 400
        },
        "pribus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pcib_window": {
      "size": 128,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 88
        },
        "rman": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 16
        },
        "step": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "pcicfg": {
      "size": 288,
      "fields": {
        "baseclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "bridge": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_bridge"
          },
          "offset": 64
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "cachelnsz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "cmdreg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ea": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_ea"
          },
          "offset": 264
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "hdrtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "ht": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_ht"
          },
          "offset": 208
        },
        "intline": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "intpin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "iov": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcicfg_iov"
            }
          },
          "offset": 248
        },
        "lattimer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "maps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ba0f5c2d013fd146"
          },
          "offset": 8
        },
        "maxlat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "mfdev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "mingnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "msi": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_msi"
          },
          "offset": 128
        },
        "msix": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_msix"
          },
          "offset": 152
        },
        "nummaps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "pcie": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_pcie"
          },
          "offset": 224
        },
        "pcix": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_pcix"
          },
          "offset": 242
        },
        "pp": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_pp"
          },
          "offset": 70
        },
        "progif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "revid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "statreg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "vf": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_vf"
          },
          "offset": 256
        },
        "vpd": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_vpd"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pcicfg_bridge": {
      "size": 6,
      "fields": {
        "br_control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "br_pribus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "br_secbus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "br_seclat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "br_subbus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "pcicfg_ea": {
      "size": 24,
      "fields": {
        "ea_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9f439c062ba380aa"
          },
          "offset": 8
        },
        "ea_location": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcicfg_ht": {
      "size": 16,
      "fields": {
        "ht_msiaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ht_msictrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ht_msimap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ht_slave": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcicfg_iov": {
      "size": 328,
      "fields": {
        "iov_bar": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pci_iov_bar"
            }
          },
          "offset": 24
        },
        "iov_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "iov_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 316
        },
        "iov_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "iov_num_vfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 308
        },
        "iov_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "iov_pf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "iov_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "iov_schema": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvlist_t"
            }
          },
          "offset": 16
        },
        "rman": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 168
        },
        "rman_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "pcicfg_msi": {
      "size": 24,
      "fields": {
        "msi_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "msi_alloc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "msi_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "msi_data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "msi_handlers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "msi_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "msi_msgnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "pcicfg_msix": {
      "size": 56,
      "fields": {
        "msix_alloc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "msix_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "msix_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "msix_msgnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "msix_pba_bar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "msix_pba_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "msix_pba_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "msix_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msix_table_entry"
            }
          },
          "offset": 24
        },
        "msix_table_bar": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "msix_table_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "msix_table_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msix_table_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "msix_vectors": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msix_vector"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pcicfg_pcie": {
      "size": 18,
      "fields": {
        "pcie_device_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pcie_device_ctl2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "pcie_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pcie_link_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcie_link_ctl2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pcie_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pcie_root_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pcie_slot_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pcie_slot_ctl2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pcie_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "pcicfg_pcix": {
      "size": 4,
      "fields": {
        "pcix_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pcix_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "pcicfg_pp": {
      "size": 6,
      "fields": {
        "pp_bse": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pp_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pp_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "pcicfg_vf": {
      "size": 4,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcicfg_vpd": {
      "size": 48,
      "fields": {
        "vpd_cached": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 1
        },
        "vpd_ident": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vpd_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vpd_rocnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vpd_ros": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vpd_readonly"
            }
          },
          "offset": 24
        },
        "vpd_w": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vpd_write"
            }
          },
          "offset": 40
        },
        "vpd_wcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pcicfgregs": {
      "size": 288,
      "fields": {
        "baseclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "bridge": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_bridge"
          },
          "offset": 64
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "cachelnsz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "cmdreg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ea": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_ea"
          },
          "offset": 264
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "hdrtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "ht": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_ht"
          },
          "offset": 208
        },
        "intline": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "intpin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "iov": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcicfg_iov"
            }
          },
          "offset": 248
        },
        "lattimer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "maps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ba0f5c2d013fd146"
          },
          "offset": 8
        },
        "maxlat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "mfdev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "mingnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "msi": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_msi"
          },
          "offset": 128
        },
        "msix": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_msix"
          },
          "offset": 152
        },
        "nummaps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "pcie": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_pcie"
          },
          "offset": 224
        },
        "pcix": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_pcix"
          },
          "offset": 242
        },
        "pp": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_pp"
          },
          "offset": 70
        },
        "progif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "revid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "statreg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "vf": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_vf"
          },
          "offset": 256
        },
        "vpd": {
          "type": {
            "kind": "struct",
            "name": "pcicfg_vpd"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pcim_iomap_devres": {
      "size": 96,
      "fields": {
        "mmio_table": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "res_table": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "pcir_data_structure": {
      "size": 24,
      "fields": {
        "class_code": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "code_revision": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "code_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "device_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "image_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vendor_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vital_product": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pcir_data_t": {
      "size": 24,
      "fields": {
        "class_code": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "code_revision": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "code_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "device_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "image_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vendor_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vital_product": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pcir_header": {
      "size": 24,
      "fields": {
        "cc_baseclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "cc_interface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "cc_subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "code_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "code_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "image_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "struct_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "struct_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pcisel": {
      "size": 8,
      "fields": {
        "pc_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pc_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "pc_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pc_func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pcm_channel": {
      "size": 872,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "bufhard": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 80
        },
        "bufsoft": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 88
        },
        "channels": {
          "type": {
            "kind": "struct",
            "name": "unnamed_51a39f5bdd22b7e2"
          },
          "offset": 288
        },
        "children": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c7b65bdc045108ea"
          },
          "offset": 256
        },
        "comm": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 164
        },
        "cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 224
        },
        "data1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 856
        },
        "data2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 864
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 120
        },
        "devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "feedcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "feeder": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_feeder"
            }
          },
          "offset": 16
        },
        "feederflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "interrupts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "intr_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 200
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 184
        },
        "lw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "matrix": {
          "type": {
            "kind": "struct",
            "name": "pcmchan_matrix"
          },
          "offset": 312
        },
        "matrix_scratch": {
          "type": {
            "kind": "struct",
            "name": "pcmchan_matrix"
          },
          "offset": 496
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj"
            }
          },
          "offset": 0
        },
        "muted": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 19,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 794
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 132
        },
        "parentchannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 104
        },
        "parentsnddev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snddev_info"
            }
          },
          "offset": 96
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcmchan_syncmember"
            }
          },
          "offset": 248
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "trigger": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "volume": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 19,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 680
        },
        "xruns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "pcm_feeder": {
      "size": 80,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "feeder_class"
            }
          },
          "offset": 56
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_feederdesc"
            }
          },
          "offset": 16
        },
        "desc_static": {
          "type": {
            "kind": "struct",
            "name": "pcm_feederdesc"
          },
          "offset": 24
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_feeder"
            }
          },
          "offset": 72
        },
        "source": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_feeder"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "pcm_feederdesc": {
      "size": 20,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcm_synclist": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcmchan_syncgroup"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcmchan_caps": {
      "size": 24,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fmtlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "maxspeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "minspeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pcmchan_matrix": {
      "size": 184,
      "fields": {
        "channels": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "map": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_39fdbbfdc6fbdcc0"
            }
          },
          "offset": 8
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "offset": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 164
        }
      },
      "kind": "struct"
    },
    "pcmchan_syncgroup": {
      "size": 24,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_68fe1bd9dd72c26d"
          },
          "offset": 0
        },
        "members": {
          "type": {
            "kind": "struct",
            "name": "unnamed_20f14216782abbe4"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pcmchan_syncmember": {
      "size": 24,
      "fields": {
        "ch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0faa2352f100bdb9"
          },
          "offset": 0
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcmchan_syncgroup"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pcpu": {
      "size": 4096,
      "fields": {
        "__pad": {
          "type": {
            "count": 2900,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1168
        },
        "pc_acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "pc_allcpu": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9e7a06ffd5d2edb2"
          },
          "offset": 64
        },
        "pc_apic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "pc_cmci_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "pc_common_tss": {
          "type": {
            "kind": "struct",
            "name": "amd64tss"
          },
          "offset": 900
        },
        "pc_cp_time": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 80
        },
        "pc_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "pc_curpcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcb"
            }
          },
          "offset": 32
        },
        "pc_curpmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap"
            }
          },
          "offset": 392
        },
        "pc_curthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "pc_dbreg": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 512
        },
        "pc_dbreg_cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 776
        },
        "pc_deadthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 24
        },
        "pc_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 120
        },
        "pc_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "pc_dynamic": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "pc_early_dummy_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "pc_fpcurthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 16
        },
        "pc_fs32p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "user_segment_descriptor"
            }
          },
          "offset": 472
        },
        "pc_gdt": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "user_segment_descriptor"
            }
          },
          "offset": 1004
        },
        "pc_gs32p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "user_segment_descriptor"
            }
          },
          "offset": 480
        },
        "pc_ibpb_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 796
        },
        "pc_idlethread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 8
        },
        "pc_ipi_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 896
        },
        "pc_kcr3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "pc_kpmap_store": {
          "type": {
            "kind": "struct",
            "name": "pmap_pcid"
          },
          "offset": 1160
        },
        "pc_ldt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "system_segment_descriptor"
            }
          },
          "offset": 488
        },
        "pc_mds_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 800
        },
        "pc_mds_buf64": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 808
        },
        "pc_mds_tmp": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 832
        },
        "pc_monitorbuf": {
          "type": {
            "kind": "struct",
            "name": "monitorbuf"
          },
          "offset": 256
        },
        "pc_netisr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "pc_pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 816
        },
        "pc_pad0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 408
        },
        "pc_pcid_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 788
        },
        "pc_pcid_invlpg_workaround": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1156
        },
        "pc_pcid_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 784
        },
        "pc_prvspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcpu"
            }
          },
          "offset": 384
        },
        "pc_pti_rsp0": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 768
        },
        "pc_pti_stack": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 640
        },
        "pc_rm_queue": {
          "type": {
            "kind": "struct",
            "name": "rm_queue"
          },
          "offset": 144
        },
        "pc_rsp0": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 440
        },
        "pc_saved_ucr3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "pc_sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "pc_scratch_rax": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 456
        },
        "pc_scratch_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 448
        },
        "pc_small_core": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1152
        },
        "pc_smp_tlb_addr1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1120
        },
        "pc_smp_tlb_addr2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1128
        },
        "pc_smp_tlb_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1136
        },
        "pc_smp_tlb_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1140
        },
        "pc_smp_tlb_pmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1112
        },
        "pc_spinlocks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_list_entry"
            }
          },
          "offset": 72
        },
        "pc_switchticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "pc_switchtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pc_tss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "system_segment_descriptor"
            }
          },
          "offset": 496
        },
        "pc_tssp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "amd64tss"
            }
          },
          "offset": 400
        },
        "pc_ucr3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "pc_ucr3_load_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1144
        },
        "pc_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 792
        },
        "pc_unused1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 137
        },
        "pc_vcpu_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 780
        },
        "pc_vfs_freevnodes": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 136
        },
        "pc_zpcpu_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "pcpu_state": {
      "size": 112,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "et_hw_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "ipi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "nextcall": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "nextcallopt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "nextevent": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "nexthard": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "nextprof": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "nextstat": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "nexttick": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "now": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "pctrie": {
      "size": 8,
      "fields": {
        "pt_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pctrie_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pctrie_node": {
      "size": 144,
      "fields": {
        "pn_child": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "smr_pctnode_t"
            }
          },
          "offset": 16
        },
        "pn_clev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "pn_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pn_popmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pd_mpu_mbox_db_t": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8b0e86afb98384d8"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pd_mpu_mbox_db_u": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8b0e86afb98384d8"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pd_rxulp_db_t": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f3d2cb82900c58b6"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pd_rxulp_db_u": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f3d2cb82900c58b6"
          },
          "offset": 0
        },
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pde_action": {
      "size": 168,
      "fields": {
        "invalidate": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 0
        },
        "newpde": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "pde": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "pmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap"
            }
          },
          "offset": 128
        },
        "store": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "va": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "pdfork_args": {
      "size": 16,
      "fields": {
        "fdp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "fdp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fdp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pdgetpid_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "pidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "pidp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pidp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pdkill_args": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "signum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "signum_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "signum_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "per_cal_data": {
      "size": 40,
      "fields": {
        "calCollect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "calCountMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "calName": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "calNumSamples": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "calPostProc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "calType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fc28d82578570cbf"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "per_pf_stats": {
      "size": 8,
      "fields": {
        "tstorm_pf_statistics": {
          "type": {
            "kind": "struct",
            "name": "tstorm_per_pf_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "per_port_stats": {
      "size": 24,
      "fields": {
        "tstorm_port_statistics": {
          "type": {
            "kind": "struct",
            "name": "tstorm_per_port_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "per_queue_stats": {
      "size": 152,
      "fields": {
        "tstorm_queue_statistics": {
          "type": {
            "kind": "struct",
            "name": "tstorm_per_queue_stats"
          },
          "offset": 0
        },
        "ustorm_queue_statistics": {
          "type": {
            "kind": "struct",
            "name": "ustorm_per_queue_stats"
          },
          "offset": 56
        },
        "xstorm_queue_statistics": {
          "type": {
            "kind": "struct",
            "name": "xstorm_per_queue_stats"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "per_user_data": {
      "size": 56,
      "fields": {
        "file_offset": {
          "type": {
            "kind": "struct",
            "name": "file_offset_head"
          },
          "offset": 48
        },
        "gmap_tree": {
          "type": {
            "kind": "struct",
            "name": "gmap_tree_head"
          },
          "offset": 40
        },
        "gref_tree": {
          "type": {
            "kind": "struct",
            "name": "gref_tree_head"
          },
          "offset": 32
        },
        "user_data_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "periph_driver": {
      "size": 48,
      "fields": {
        "deinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "driver_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "units": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c7902cc82707b312"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "periph_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "periph_match_pattern": {
      "size": 48,
      "fields": {
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_239ec346398a1c5d"
          },
          "offset": 40
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "periph_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "periph_match_result": {
      "size": 40,
      "fields": {
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "periph_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pf_addr": {
      "size": 16,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_21381dc148bad5c8"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pf_addr_wrap": {
      "size": 48,
      "fields": {
        "iflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "p": {
          "type": {
            "kind": "union",
            "name": "unnamed_99e62988c935fb9a"
          },
          "offset": 32
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "v": {
          "type": {
            "kind": "union",
            "name": "unnamed_0c061e078badf425"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_altq_v0": {
      "size": 240,
      "fields": {
        "bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8c381c143ef3915d"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 188
        },
        "ifbandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "local_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 185
        },
        "parent": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "parent_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "pq_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_7d9f65a1d754e428"
          },
          "offset": 192
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 186
        },
        "qname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "scheduler": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "tbrsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "unused1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pf_altq_v1": {
      "size": 288,
      "fields": {
        "bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cd89ee88d3d3d76f"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 196
        },
        "ifbandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "local_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 193
        },
        "parent": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "parent_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "pq_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_381f304ae76ec8ab"
          },
          "offset": 200
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 192
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 194
        },
        "qname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "scheduler": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "tbrsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "pf_altqqueue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kaltq"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kaltq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_anchor": {
      "size": 1664,
      "fields": {
        "children": {
          "type": {
            "kind": "struct",
            "name": "pf_anchor_node"
          },
          "offset": 56
        },
        "entry_global": {
          "type": {
            "kind": "struct",
            "name": "unnamed_12497ef862a3fe3d"
          },
          "offset": 0
        },
        "entry_node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_12497ef862a3fe3d"
          },
          "offset": 24
        },
        "match": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1660
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_anchor"
            }
          },
          "offset": 48
        },
        "path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1656
        },
        "ruleset": {
          "type": {
            "kind": "struct",
            "name": "pf_ruleset"
          },
          "offset": 1152
        }
      },
      "kind": "struct"
    },
    "pf_anchor_node": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_anchor"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_counter_u64": {
      "size": 8,
      "fields": {
        "counter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_frag_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_fragment"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_fragment": {
      "size": 248,
      "fields": {
        "fr_entries": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "fr_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7dca280ccee208e"
          },
          "offset": 184
        },
        "fr_firstoff": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_frent"
              }
            }
          },
          "offset": 40
        },
        "fr_holes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 230
        },
        "fr_key": {
          "type": {
            "kind": "struct",
            "name": "pf_fragment_cmp"
          },
          "offset": 0
        },
        "fr_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 228
        },
        "fr_queue": {
          "type": {
            "kind": "struct",
            "name": "pf_fragq"
          },
          "offset": 232
        },
        "fr_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "frag_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aee6c47c47a16651"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "pf_fragment_cmp": {
      "size": 40,
      "fields": {
        "frc_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "frc_dst": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 16
        },
        "frc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "frc_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "frc_src": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_fragment_tag": {
      "size": 12,
      "fields": {
        "ft_extoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ft_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ft_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ft_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pf_fragq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_frent"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_frent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_fragqueue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_fragment"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_fragment"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_frent": {
      "size": 40,
      "fields": {
        "fe_extoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "fe_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "fe_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "fe_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "fe_mff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "fe_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "fr_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f332abaa3f2ae27f"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_headers": {
      "size": 28,
      "fields": {
        "any": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "icmp": {
          "type": {
            "kind": "struct",
            "name": "icmp"
          },
          "offset": 0
        },
        "sctp": {
          "type": {
            "kind": "struct",
            "name": "sctphdr"
          },
          "offset": 0
        },
        "tcp": {
          "type": {
            "kind": "struct",
            "name": "tcphdr"
          },
          "offset": 0
        },
        "udp": {
          "type": {
            "kind": "struct",
            "name": "udphdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pf_idhash": {
      "size": 40,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "states": {
          "type": {
            "kind": "struct",
            "name": "unnamed_32dc0514a5425185"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_ifspeed_v1": {
      "size": 32,
      "fields": {
        "baudrate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "baudrate32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_kaltq": {
      "size": 296,
      "fields": {
        "altq_disc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_32b52e0911f0fcd9"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 204
        },
        "ifbandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "local_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 201
        },
        "parent": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "parent_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "pq_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_381f304ae76ec8ab"
          },
          "offset": 208
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 288
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 202
        },
        "qname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "scheduler": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "tbrsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "pf_kanchor": {
      "size": 1744,
      "fields": {
        "children": {
          "type": {
            "kind": "struct",
            "name": "pf_kanchor_node"
          },
          "offset": 56
        },
        "entry_global": {
          "type": {
            "kind": "struct",
            "name": "unnamed_36043b7c9345efc1"
          },
          "offset": 0
        },
        "entry_node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_36043b7c9345efc1"
          },
          "offset": 24
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kanchor"
            }
          },
          "offset": 48
        },
        "path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1736
        },
        "ruleset": {
          "type": {
            "kind": "struct",
            "name": "pf_kruleset"
          },
          "offset": 1152
        }
      },
      "kind": "struct"
    },
    "pf_kanchor_global": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kanchor"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_kanchor_node": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kanchor"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_kanchor_stackframe": {
      "size": 24,
      "fields": {
        "child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kanchor"
            }
          },
          "offset": 16
        },
        "r": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 8
        },
        "rs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kruleset"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_keth_anchor": {
      "size": 1256,
      "fields": {
        "anchor_relative": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1252
        },
        "anchor_wildcard": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1253
        },
        "children": {
          "type": {
            "kind": "struct",
            "name": "pf_keth_anchor_node"
          },
          "offset": 56
        },
        "entry_global": {
          "type": {
            "kind": "struct",
            "name": "unnamed_90db093f290c7140"
          },
          "offset": 24
        },
        "entry_node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_90db093f290c7140"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_anchor"
            }
          },
          "offset": 48
        },
        "path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1248
        },
        "ruleset": {
          "type": {
            "kind": "struct",
            "name": "pf_keth_ruleset"
          },
          "offset": 1152
        }
      },
      "kind": "struct"
    },
    "pf_keth_anchor_global": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_anchor"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_keth_anchor_node": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_anchor"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_keth_anchor_stackframe": {
      "size": 24,
      "fields": {
        "child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_anchor"
            }
          },
          "offset": 16
        },
        "r": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_rule"
            }
          },
          "offset": 8
        },
        "rs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_ruleset"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_keth_rule": {
      "size": 880,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 544
        },
        "anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_anchor"
            }
          },
          "offset": 72
        },
        "anchor_relative": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "anchor_wildcard": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "bridge_to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 536
        },
        "bridge_to_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 518
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 360
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 121
        },
        "dnflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "dnpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 546
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pf_keth_rule_addr"
          },
          "offset": 138
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7b70730ff6ebe76"
          },
          "offset": 56
        },
        "evaluations": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 336
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 89
        },
        "ifnot": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 120
        },
        "ipdst": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 208
        },
        "ipsrc": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 152
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 112
        },
        "label": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 552
        },
        "match_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 328
        },
        "match_tag_not": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 330
        },
        "match_tagname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 264
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 344
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 122
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 448
        },
        "qname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 384
        },
        "quick": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 88
        },
        "ridentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 872
        },
        "skip": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "pf_keth_rule_ptr"
            }
          },
          "offset": 0
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pf_keth_rule_addr"
          },
          "offset": 124
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 516
        },
        "tagname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 452
        },
        "timestamp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 376
        }
      },
      "kind": "struct"
    },
    "pf_keth_rule_addr": {
      "size": 14,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "isset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "mask": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "neg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pf_keth_rule_ptr": {
      "size": 8,
      "fields": {
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_rule"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pf_keth_ruleq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_rule"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_keth_rule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_keth_rules": {
      "size": 16,
      "fields": {
        "open": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rules": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_ruleq"
            }
          },
          "offset": 0
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pf_keth_ruleset": {
      "size": 96,
      "fields": {
        "active": {
          "type": {
            "kind": "struct",
            "name": "pf_keth_rules"
          },
          "offset": 32
        },
        "anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_anchor"
            }
          },
          "offset": 88
        },
        "epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 64
        },
        "inactive": {
          "type": {
            "kind": "struct",
            "name": "pf_keth_rules"
          },
          "offset": 48
        },
        "rules": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_ruleq"
            }
          },
          "offset": 0
        },
        "vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pf_keyhash": {
      "size": 40,
      "fields": {
        "keys": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe73a70f066e4aab"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_kpalist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kpooladdr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kpooladdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_kpool": {
      "size": 104,
      "fields": {
        "counter": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 72
        },
        "cur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kpooladdr"
            }
          },
          "offset": 48
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "pf_poolhashkey"
          },
          "offset": 56
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "pf_kpalist"
          },
          "offset": 32
        },
        "mape": {
          "type": {
            "kind": "struct",
            "name": "pf_mape_portset"
          },
          "offset": 88
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "opts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "proxy_port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 96
        },
        "tblidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "pf_kpooladdr": {
      "size": 88,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr_wrap"
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5a5bb1872bbeb951"
          },
          "offset": 48
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pf_krule": {
      "size": 1304,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1212
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1221
        },
        "allow_opts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1228
        },
        "anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kanchor"
            }
          },
          "offset": 984
        },
        "anchor_relative": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1233
        },
        "anchor_wildcard": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1234
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_counter_u64"
            }
          },
          "offset": 952
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1224
        },
        "cpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1136
        },
        "cuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1132
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1213
        },
        "divert": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b9bf73bd8e62a096"
          },
          "offset": 1240
        },
        "dnpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1116
        },
        "dnrpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1118
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 56
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9bbe204171207f8"
          },
          "offset": 808
        },
        "entry_global": {
          "type": {
            "kind": "struct",
            "name": "unnamed_18617c411238b545"
          },
          "offset": 1280
        },
        "evaluations": {
          "type": {
            "kind": "struct",
            "name": "pf_counter_u64"
          },
          "offset": 928
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1225
        },
        "flagset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1226
        },
        "flush": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1235
        },
        "free_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1120
        },
        "gid": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_gid"
          },
          "offset": 1192
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 500
        },
        "ifnot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1217
        },
        "keep_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1220
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 976
        },
        "label": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 176
        },
        "log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1214
        },
        "logif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1215
        },
        "match_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1176
        },
        "match_tag_not": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1218
        },
        "match_tagname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 708
        },
        "max_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1172
        },
        "max_src_conn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1100
        },
        "max_src_conn_rate": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bd91bb51e4e8ff09"
          },
          "offset": 1104
        },
        "max_src_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1092
        },
        "max_src_states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1096
        },
        "max_states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1088
        },
        "md5sum": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1260
        },
        "min_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1227
        },
        "natpass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1219
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1124
        },
        "os_fingerprint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1000
        },
        "overload_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 992
        },
        "overload_tblname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 772
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_counter_u64"
            }
          },
          "offset": 936
        },
        "pqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1114
        },
        "pqname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 580
        },
        "prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1236
        },
        "prob": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1128
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1222
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1112
        },
        "qname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 516
        },
        "quick": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1216
        },
        "return_icmp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1168
        },
        "return_icmp6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1170
        },
        "return_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1230
        },
        "ridentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "rpool": {
          "type": {
            "kind": "struct",
            "name": "pf_kpool"
          },
          "offset": 824
        },
        "rt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1229
        },
        "rtableid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1004
        },
        "rule_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1204
        },
        "rule_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1208
        },
        "scrub_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1178
        },
        "set_prio": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1237
        },
        "set_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1232
        },
        "skip": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "pf_krule_ptr"
            }
          },
          "offset": 112
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 0
        },
        "src_nodes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1160
        },
        "states_cur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1144
        },
        "states_tot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1152
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1174
        },
        "tagname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 644
        },
        "timeout": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1008
        },
        "timestamp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 968
        },
        "tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1231
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1223
        },
        "uid": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_uid"
          },
          "offset": 1180
        }
      },
      "kind": "struct"
    },
    "pf_krule_global": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_krule_item": {
      "size": 16,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d16ad2e8df2bcad6"
          },
          "offset": 0
        },
        "r": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_krule_ptr": {
      "size": 8,
      "fields": {
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pf_krule_slist": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule_item"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_krulequeue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_krule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_kruleset": {
      "size": 584,
      "fields": {
        "anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kanchor"
            }
          },
          "offset": 560
        },
        "rules": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_671401deb1027a78"
            }
          },
          "offset": 0
        },
        "tables": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 572
        },
        "topen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "tticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        }
      },
      "kind": "struct"
    },
    "pf_ksrc_node": {
      "size": 152,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 16
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 136
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 72
        },
        "conn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "conn_rate": {
          "type": {
            "kind": "struct",
            "name": "pf_threshold"
          },
          "offset": 112
        },
        "creation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_13f9d3eb80cc9a61"
          },
          "offset": 0
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 64
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 144
        },
        "match_rules": {
          "type": {
            "kind": "struct",
            "name": "pf_krule_slist"
          },
          "offset": 48
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 88
        },
        "raddr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 32
        },
        "rule": {
          "type": {
            "kind": "union",
            "name": "pf_krule_ptr"
          },
          "offset": 56
        },
        "ruletype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 137
        },
        "states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "pf_ksrc_node_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_ksrc_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_kstate": {
      "size": 352,
      "fields": {
        "act": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_actions"
          },
          "offset": 316
        },
        "anchor": {
          "type": {
            "kind": "union",
            "name": "pf_krule_ptr"
          },
          "offset": 184
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 288
        },
        "creation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pf_state_peer"
          },
          "offset": 136
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e8a588a004e7c0e4"
          },
          "offset": 88
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_state_key"
              }
            }
          },
          "offset": 216
        },
        "key_list": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_7db8b0891133d7ba"
            }
          },
          "offset": 56
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 232
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 32
        },
        "match_rules": {
          "type": {
            "kind": "struct",
            "name": "pf_krule_slist"
          },
          "offset": 168
        },
        "nat_rule": {
          "type": {
            "kind": "union",
            "name": "pf_krule_ptr"
          },
          "offset": 192
        },
        "nat_src_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_ksrc_node"
            }
          },
          "offset": 264
        },
        "orig_kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 240
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 272
        },
        "pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "pfsync_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 346
        },
        "rt_addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 200
        },
        "rt_kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 248
        },
        "rule": {
          "type": {
            "kind": "union",
            "name": "pf_krule_ptr"
          },
          "offset": 176
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pf_state_peer"
          },
          "offset": 104
        },
        "src_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_ksrc_node"
            }
          },
          "offset": 256
        },
        "state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "sync_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7db8b0891133d7ba"
          },
          "offset": 40
        },
        "sync_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "sync_updates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 344
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "pf_kstate_kill": {
      "size": 280,
      "fields": {
        "psk_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "psk_dst": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 80
        },
        "psk_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 192
        },
        "psk_kill_match": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 276
        },
        "psk_killed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "psk_label": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 208
        },
        "psk_pfcmp": {
          "type": {
            "kind": "struct",
            "name": "pf_state_cmp"
          },
          "offset": 0
        },
        "psk_proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "psk_rt_addr": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 136
        },
        "psk_src": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pf_kstatus": {
      "size": 352,
      "fields": {
        "counters": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 0
        },
        "debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "fcounters": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_counter_u64"
            }
          },
          "offset": 208
        },
        "hostid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 280
        },
        "keep_counters": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 312
        },
        "lcounters": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 128
        },
        "pf_chksum": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 296
        },
        "reass": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "scounters": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 232
        },
        "since": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "src_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "states_halfopen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "syncookies_active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 320
        },
        "syncookies_inflight": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 328
        },
        "syncookies_mode": {
          "type": {
            "kind": "enum",
            "name": "pf_syncookies_mode"
          },
          "offset": 316
        }
      },
      "kind": "struct"
    },
    "pf_limit": {
      "size": 16,
      "fields": {
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_mape_portset": {
      "size": 4,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "psid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "psidlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "pf_mtag": {
      "size": 160,
      "fields": {
        "dnflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dnpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "if_idxgen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "if_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "qid_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "routed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pf_os_fingerprint": {
      "size": 40,
      "fields": {
        "fp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "fp_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "fp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_25accdb113db3ba5"
          },
          "offset": 32
        },
        "fp_optcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "fp_oses": {
          "type": {
            "kind": "struct",
            "name": "pf_osfp_enlist"
          },
          "offset": 0
        },
        "fp_psize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "fp_tcpopts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "fp_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "fp_wscale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "fp_wsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pf_osfp_enlist": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_osfp_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_osfp_entry": {
      "size": 112,
      "fields": {
        "fp_class_nm": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fp_enflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "fp_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a502a532a5cbefad"
          },
          "offset": 0
        },
        "fp_os": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "fp_subtype_nm": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "fp_version_nm": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "pf_osfp_ioctl": {
      "size": 136,
      "fields": {
        "fp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "fp_getnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "fp_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "fp_optcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "fp_os": {
          "type": {
            "kind": "struct",
            "name": "pf_osfp_entry"
          },
          "offset": 0
        },
        "fp_psize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 122
        },
        "fp_tcpopts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "fp_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 130
        },
        "fp_wscale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 129
        },
        "fp_wsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "pf_osfp_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_os_fingerprint"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_overload_entry": {
      "size": 40,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 8
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a9f3a41d03850fec"
          },
          "offset": 0
        },
        "rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pf_overload_head": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_overload_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_palist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_pooladdr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_pooladdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_pdesc": {
      "size": 168,
      "fields": {
        "act": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_actions"
          },
          "offset": 104
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 154
        },
        "didx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 159
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 157
        },
        "dport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 88
        },
        "dst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_addr"
            }
          },
          "offset": 72
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "hdr": {
          "type": {
            "kind": "union",
            "name": "pf_headers"
          },
          "offset": 24
        },
        "ip_sum": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 136
        },
        "lookup": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ade936f93c91f347"
          },
          "offset": 0
        },
        "nat_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 56
        },
        "p_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "pf_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_mtag"
            }
          },
          "offset": 96
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 155
        },
        "proto_sum": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 144
        },
        "sctp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "sctp_initiate_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "sidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 158
        },
        "sport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 80
        },
        "src": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_addr"
            }
          },
          "offset": 64
        },
        "tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 156
        },
        "tot_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pf_pool": {
      "size": 72,
      "fields": {
        "counter": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 40
        },
        "cur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_pooladdr"
            }
          },
          "offset": 16
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "pf_poolhashkey"
          },
          "offset": 24
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "pf_palist"
          },
          "offset": 0
        },
        "opts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "proxy_port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 60
        },
        "tblidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "pf_pooladdr": {
      "size": 88,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr_wrap"
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_48cc5442db2f5011"
          },
          "offset": 48
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kif"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pf_poolhashkey": {
      "size": 16,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_697aa534b1eb5534"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pf_rule": {
      "size": 976,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 904
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 913
        },
        "allow_opts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 920
        },
        "anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_anchor"
            }
          },
          "offset": 680
        },
        "anchor_relative": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 925
        },
        "anchor_wildcard": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 926
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 656
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 916
        },
        "cpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 832
        },
        "cuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 828
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 905
        },
        "divert": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b9bf73bd8e62a096"
          },
          "offset": 932
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 56
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24122cf0ac4cdbc9"
          },
          "offset": 544
        },
        "evaluations": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 917
        },
        "flagset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 918
        },
        "flush": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 927
        },
        "gid": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_gid"
          },
          "offset": 888
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 240
        },
        "ifnot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 909
        },
        "keep_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 912
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kif"
            }
          },
          "offset": 672
        },
        "label": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 176
        },
        "log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 906
        },
        "logif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 907
        },
        "match_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 872
        },
        "match_tag_not": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 910
        },
        "match_tagname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 448
        },
        "max_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 868
        },
        "max_src_conn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 796
        },
        "max_src_conn_rate": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bd91bb51e4e8ff09"
          },
          "offset": 800
        },
        "max_src_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 788
        },
        "max_src_states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 792
        },
        "max_states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 784
        },
        "min_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 919
        },
        "natpass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 911
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 820
        },
        "os_fingerprint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "overload_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 688
        },
        "overload_tblname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 512
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 640
        },
        "pqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 812
        },
        "pqname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 320
        },
        "prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 928
        },
        "prob": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 824
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 914
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 808
        },
        "qname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 256
        },
        "quick": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 908
        },
        "return_icmp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 864
        },
        "return_icmp6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 866
        },
        "return_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 922
        },
        "rpool": {
          "type": {
            "kind": "struct",
            "name": "pf_pool"
          },
          "offset": 560
        },
        "rt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 921
        },
        "rt_listid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 816
        },
        "rtableid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 700
        },
        "rule_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 900
        },
        "scrub_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 874
        },
        "set_prio": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 929
        },
        "set_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 924
        },
        "skip": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "pf_rule_ptr"
            }
          },
          "offset": 112
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 0
        },
        "src_nodes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 856
        },
        "states_cur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 840
        },
        "states_tot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 848
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 870
        },
        "tagname": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 384
        },
        "timeout": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 704
        },
        "tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 923
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 915
        },
        "u_src_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 968
        },
        "u_states_cur": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 952
        },
        "u_states_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 960
        },
        "uid": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_uid"
          },
          "offset": 876
        }
      },
      "kind": "struct"
    },
    "pf_rule_actions": {
      "size": 28,
      "fields": {
        "dnpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "dnrpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "max_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "min_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rtableid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "set_prio": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "set_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "pf_rule_addr": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr_wrap"
          },
          "offset": 0
        },
        "neg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 48
        },
        "port_op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        }
      },
      "kind": "struct"
    },
    "pf_rule_gid": {
      "size": 12,
      "fields": {
        "gid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_rule_ptr": {
      "size": 8,
      "fields": {
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_rule"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pf_rule_uid": {
      "size": 12,
      "fields": {
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_rulequeue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_rule"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_rule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_ruleset": {
      "size": 504,
      "fields": {
        "anchor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_anchor"
            }
          },
          "offset": 480
        },
        "rules": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_5b69866551d79eae"
            }
          },
          "offset": 0
        },
        "tables": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 492
        },
        "topen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 496
        },
        "tticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        }
      },
      "kind": "struct"
    },
    "pf_send_entry": {
      "size": 32,
      "fields": {
        "icmpopts": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4848f745c21bc793"
          },
          "offset": 20
        },
        "pfse_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "pfse_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_18658445315959d5"
          },
          "offset": 0
        },
        "pfse_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_487abc3ca2681c69"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pf_send_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_send_entry"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_send_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_src_node": {
      "size": 136,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 16
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "conn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "conn_rate": {
          "type": {
            "kind": "struct",
            "name": "pf_threshold"
          },
          "offset": 104
        },
        "creation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3f0f1430a3725f26"
          },
          "offset": 0
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kif"
            }
          },
          "offset": 56
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "raddr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 32
        },
        "rule": {
          "type": {
            "kind": "union",
            "name": "pf_rule_ptr"
          },
          "offset": 48
        },
        "ruletype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 129
        },
        "states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "pf_srchash": {
      "size": 40,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "nodes": {
          "type": {
            "kind": "struct",
            "name": "pf_ksrc_node_list"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_state_cmp": {
      "size": 16,
      "fields": {
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "pf_state_export": {
      "size": 384,
      "fields": {
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 264
        },
        "anchor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 240
        },
        "creation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 266
        },
        "dnpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 278
        },
        "dnrpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 280
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pf_state_peer_export"
          },
          "offset": 152
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_state_key_export"
            }
          },
          "offset": 48
        },
        "log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 267
        },
        "max_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 290
        },
        "min_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 288
        },
        "nat_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "orig_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 224
        },
        "pqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 276
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 265
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 274
        },
        "rt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 294
        },
        "rt_addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 184
        },
        "rt_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 295
        },
        "rtableid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "rule": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "set_prio": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 292
        },
        "set_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 289
        },
        "spare": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 311
        },
        "spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pf_state_peer_export"
          },
          "offset": 120
        },
        "state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "state_flags_compat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 268
        },
        "sync_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 270
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 269
        },
        "updates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 271
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pf_state_key": {
      "size": 88,
      "fields": {
        "addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_addr"
            }
          },
          "offset": 0
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f431469fab7c58dd"
          },
          "offset": 40
        },
        "pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "states": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_dee77e27b5efe8ff"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "pf_state_key_cmp": {
      "size": 40,
      "fields": {
        "addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_addr"
            }
          },
          "offset": 0
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "pf_state_key_export": {
      "size": 36,
      "fields": {
        "addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_addr"
            }
          },
          "offset": 0
        },
        "port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pf_state_peer": {
      "size": 32,
      "fields": {
        "max_win": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "pad": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27
        },
        "scrub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_state_scrub"
            }
          },
          "offset": 0
        },
        "seqdiff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "seqhi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "seqlo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "tcp_est": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "wscale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "pf_state_peer_export": {
      "size": 32,
      "fields": {
        "dummy": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "max_win": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "scrub": {
          "type": {
            "kind": "struct",
            "name": "pf_state_scrub_export"
          },
          "offset": 0
        },
        "seqdiff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "seqhi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "seqlo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "wscale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "pf_state_scrub": {
      "size": 40,
      "fields": {
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "pfss_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "pfss_last": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        },
        "pfss_ts_mod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pfss_tsecr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pfss_tsval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pfss_tsval0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pfss_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "pf_state_scrub_export": {
      "size": 8,
      "fields": {
        "pfss_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pfss_ts_mod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pfss_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "scrub_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "pf_status": {
      "size": 416,
      "fields": {
        "bcounters": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 328
        },
        "counters": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "fcounters": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 184
        },
        "hostid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 384
        },
        "lcounters": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "pcounters": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "count": 3,
                "kind": "array",
                "subtype": {
                  "kind": "base",
                  "name": "unsigned long"
                }
              }
            }
          },
          "offset": 232
        },
        "pf_chksum": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 400
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "scounters": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 208
        },
        "since": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "src_nodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "states": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        }
      },
      "kind": "struct"
    },
    "pf_syncookie": {
      "size": 1,
      "fields": {
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d7f97b527ded4ec8"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pf_syncookie_status": {
      "size": 112,
      "fields": {
        "hiwat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 65
        },
        "keytimeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "lowat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "oddeven": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "pf_tagname": {
      "size": 104,
      "fields": {
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "namehash_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2c7c8194745bec17"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "taghash_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2c7c8194745bec17"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pf_tagset": {
      "size": 6280,
      "fields": {
        "avail": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b29f542fc9764685"
          },
          "offset": 24
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "namehash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d73fa3e5eb24b2cc"
            }
          },
          "offset": 0
        },
        "seed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "taghash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d73fa3e5eb24b2cc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pf_threshold": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "seconds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pfi_dynaddr": {
      "size": 112,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b5111484c25b3c26"
          },
          "offset": 0
        },
        "pfid_acnt4": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "pfid_acnt6": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "pfid_addr4": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 16
        },
        "pfid_addr6": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 48
        },
        "pfid_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "pfid_iflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "pfid_kif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 88
        },
        "pfid_kt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 80
        },
        "pfid_mask4": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 32
        },
        "pfid_mask6": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 64
        },
        "pfid_net": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "pfi_ifhead": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfi_kif": {
      "size": 216,
      "fields": {
        "pfik_bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "count": 2,
                "kind": "array",
                "subtype": {
                  "kind": "base",
                  "name": "unsigned long"
                }
              }
            }
          },
          "offset": 104
        },
        "pfik_dynaddrs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_462ff835e0fc176f"
          },
          "offset": 200
        },
        "pfik_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "pfik_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_group"
            }
          },
          "offset": 184
        },
        "pfik_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 176
        },
        "pfik_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pfik_packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "count": 2,
                "kind": "array",
                "subtype": {
                  "kind": "base",
                  "name": "unsigned long"
                }
              }
            }
          },
          "offset": 40
        },
        "pfik_rulerefs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "pfik_tzero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_7d0152f1a9aa8ed7"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pfi_kif_cmp": {
      "size": 16,
      "fields": {
        "pfik_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfi_kkif": {
      "size": 216,
      "fields": {
        "_pfik_glue": {
          "type": {
            "kind": "union",
            "name": "unnamed_9346b6121eb58abb"
          },
          "offset": 16
        },
        "pfik_bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "count": 2,
                "kind": "array",
                "subtype": {
                  "kind": "struct",
                  "name": "pf_counter_u64"
                }
              }
            }
          },
          "offset": 104
        },
        "pfik_dynaddrs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_462ff835e0fc176f"
          },
          "offset": 200
        },
        "pfik_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "pfik_group": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_group"
            }
          },
          "offset": 184
        },
        "pfik_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 176
        },
        "pfik_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pfik_packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "count": 2,
                "kind": "array",
                "subtype": {
                  "kind": "struct",
                  "name": "pf_counter_u64"
                }
              }
            }
          },
          "offset": 40
        },
        "pfik_rulerefs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "pfik_tzero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "pfi_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfil_chain": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_link"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfil_link"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pfil_chain_t": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_link"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfil_link"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pfil_head": {
      "size": 72,
      "fields": {
        "head_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "head_in": {
          "type": {
            "kind": "struct",
            "name": "pfil_chain_t"
          },
          "offset": 8
        },
        "head_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c95f34a7f384a70f"
          },
          "offset": 48
        },
        "head_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "head_nhooksin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "head_nhooksout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "head_out": {
          "type": {
            "kind": "struct",
            "name": "pfil_chain_t"
          },
          "offset": 24
        },
        "head_type": {
          "type": {
            "kind": "enum",
            "name": "pfil_types"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "pfil_head_args": {
      "size": 24,
      "fields": {
        "pa_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pa_headname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pa_type": {
          "type": {
            "kind": "enum",
            "name": "pfil_types"
          },
          "offset": 8
        },
        "pa_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfil_hook": {
      "size": 72,
      "fields": {
        "hook_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "hook_links": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "hook_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_69e92d89ad4c418c"
          },
          "offset": 56
        },
        "hook_mbuf_chk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "hook_mem_chk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "hook_modname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "hook_ruleset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "hook_rulname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "hook_type": {
          "type": {
            "kind": "enum",
            "name": "pfil_types"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pfil_hook_args": {
      "size": 56,
      "fields": {
        "pa_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pa_mbuf_chk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pa_mem_chk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "pa_modname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "pa_ruleset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "pa_rulname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "pa_type": {
          "type": {
            "kind": "enum",
            "name": "pfil_types"
          },
          "offset": 8
        },
        "pa_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfil_link": {
      "size": 64,
      "fields": {
        "link_chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3938e059715da49c"
          },
          "offset": 0
        },
        "link_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 48
        },
        "link_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "link_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_hook"
            }
          },
          "offset": 40
        },
        "link_mbuf_chk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "link_mem_chk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "link_ruleset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pfil_link_args": {
      "size": 32,
      "fields": {
        "pa_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pa_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_528c90a58d8fae0e"
          },
          "offset": 8,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_5d28ad4ece6080e3"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pfilheadhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_head"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfilhookhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_hook"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfilioc_head": {
      "size": 76,
      "fields": {
        "pio_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pio_nhooksin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "pio_nhooksout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "pio_type": {
          "type": {
            "kind": "enum",
            "name": "pfil_types"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "pfilioc_hook": {
      "size": 136,
      "fields": {
        "pio_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "pio_module": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pio_ruleset": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "pio_type": {
          "type": {
            "kind": "enum",
            "name": "pfil_types"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "pfilioc_link": {
      "size": 196,
      "fields": {
        "pio_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "pio_module": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "pio_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pio_ruleset": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "pfilioc_list": {
      "size": 24,
      "fields": {
        "pio_heads": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfilioc_head"
            }
          },
          "offset": 8
        },
        "pio_hooks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfilioc_hook"
            }
          },
          "offset": 16
        },
        "pio_nheads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pio_nhooks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pfioc_altq_v0": {
      "size": 256,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "altq": {
          "type": {
            "kind": "struct",
            "name": "pf_altq_v0"
          },
          "offset": 16
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pfioc_altq_v1": {
      "size": 304,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "altq": {
          "type": {
            "kind": "struct",
            "name": "pf_altq_v1"
          },
          "offset": 16
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pfioc_if": {
      "size": 16,
      "fields": {
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfioc_iface": {
      "size": 40,
      "fields": {
        "pfiio_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "pfiio_esize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pfiio_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pfiio_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pfiio_nzero": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "pfiio_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "pfioc_limit": {
      "size": 8,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pfioc_natlook": {
      "size": 76,
      "fields": {
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "daddr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 16
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 74
        },
        "dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "rdaddr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 48
        },
        "rdport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "rsaddr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 32
        },
        "rsport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "saddr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 0
        },
        "sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "pfioc_nv": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pfioc_pooladdr": {
      "size": 1136,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_pooladdr"
          },
          "offset": 1048
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "anchor": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 19
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "r_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "r_last": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "r_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pfioc_qstats_v1": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "scheduler": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pfioc_rule": {
      "size": 3040,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "anchor": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "anchor_call": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1040
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pool_ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rule": {
          "type": {
            "kind": "struct",
            "name": "pf_rule"
          },
          "offset": 2064
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pfioc_ruleset": {
      "size": 1092,
      "fields": {
        "name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1028
        },
        "nr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pfioc_src_node_kill": {
      "size": 128,
      "fields": {
        "psnk_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "psnk_dst": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 64
        },
        "psnk_killed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "psnk_src": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pfioc_src_nodes": {
      "size": 16,
      "fields": {
        "psn_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_f46d341fe6c13a23"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pfioc_state": {
      "size": 242,
      "fields": {
        "state": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_1301"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfioc_state_kill": {
      "size": 224,
      "fields": {
        "psk_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "psk_dst": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 80
        },
        "psk_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "psk_killed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "psk_label": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "psk_pfcmp": {
          "type": {
            "kind": "struct",
            "name": "pf_state_cmp"
          },
          "offset": 0
        },
        "psk_proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "psk_src": {
          "type": {
            "kind": "struct",
            "name": "pf_rule_addr"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pfioc_states": {
      "size": 16,
      "fields": {
        "ps_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_5141812117ed713c"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pfioc_states_v2": {
      "size": 24,
      "fields": {
        "ps_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ps_req_version": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_32bdc9116aa00956"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pfioc_table": {
      "size": 1104,
      "fields": {
        "pfrio_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1064
        },
        "pfrio_esize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1072
        },
        "pfrio_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1096
        },
        "pfrio_nadd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1084
        },
        "pfrio_nchange": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1092
        },
        "pfrio_ndel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1088
        },
        "pfrio_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1076
        },
        "pfrio_size2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1080
        },
        "pfrio_table": {
          "type": {
            "kind": "struct",
            "name": "pfr_table"
          },
          "offset": 0
        },
        "pfrio_ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1100
        }
      },
      "kind": "struct"
    },
    "pfioc_tm": {
      "size": 8,
      "fields": {
        "seconds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfioc_trans": {
      "size": 16,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfioc_trans_e"
            }
          },
          "offset": 8
        },
        "esize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfioc_trans_e": {
      "size": 1032,
      "fields": {
        "anchor": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "rs_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1028
        }
      },
      "kind": "struct"
    },
    "pfloghdr": {
      "size": 72,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 61
        },
        "pad2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 69
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserve": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "ridentifier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rule_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "rule_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rulenr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ruleset": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "subrulenr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "pfr_addr": {
      "size": 20,
      "fields": {
        "pfra_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "pfra_fback": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "pfra_net": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "pfra_not": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "pfra_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_646aaadb825dca56"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfr_astats": {
      "size": 96,
      "fields": {
        "pfras_a": {
          "type": {
            "kind": "struct",
            "name": "pfr_addr"
          },
          "offset": 0
        },
        "pfras_bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 56
        },
        "pfras_packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 24
        },
        "pfras_tzero": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "pfr_kcounters": {
      "size": 16,
      "fields": {
        "pfrkc_counters": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "pfrkc_tzero": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pfr_kentry": {
      "size": 160,
      "fields": {
        "pfrke_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 152
        },
        "pfrke_counters": {
          "type": {
            "kind": "struct",
            "name": "pfr_kcounters"
          },
          "offset": 136
        },
        "pfrke_mark": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 155
        },
        "pfrke_net": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 153
        },
        "pfrke_node": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 0
        },
        "pfrke_not": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 154
        },
        "pfrke_sa": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 96
        },
        "pfrke_workq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6c6bb3f24ec73a55"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "pfr_kentryworkq": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_kentry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfr_kstate_counter": {
      "size": 16,
      "fields": {
        "pkc_pcpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "pkc_zero": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pfr_ktable": {
      "size": 1400,
      "fields": {
        "pfrkt_ip4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node_head"
            }
          },
          "offset": 1344
        },
        "pfrkt_ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node_head"
            }
          },
          "offset": 1352
        },
        "pfrkt_kts": {
          "type": {
            "kind": "struct",
            "name": "pfr_ktstats"
          },
          "offset": 0
        },
        "pfrkt_larg": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1384
        },
        "pfrkt_nflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1392
        },
        "pfrkt_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 1368
        },
        "pfrkt_rs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kruleset"
            }
          },
          "offset": 1376
        },
        "pfrkt_shadow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 1360
        },
        "pfrkt_tree": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e5e684b2cec4cb7"
          },
          "offset": 1312
        },
        "pfrkt_workq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b2db08a08c94c3fd"
          },
          "offset": 1336
        }
      },
      "kind": "struct"
    },
    "pfr_ktablehead": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfr_ktableworkq": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfr_ktstats": {
      "size": 1312,
      "fields": {
        "pfrkts_bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "pfr_kstate_counter"
              }
            }
          },
          "offset": 1160
        },
        "pfrkts_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1296
        },
        "pfrkts_match": {
          "type": {
            "kind": "struct",
            "name": "pfr_kstate_counter"
          },
          "offset": 1256
        },
        "pfrkts_nomatch": {
          "type": {
            "kind": "struct",
            "name": "pfr_kstate_counter"
          },
          "offset": 1272
        },
        "pfrkts_packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "pfr_kstate_counter"
              }
            }
          },
          "offset": 1064
        },
        "pfrkts_refcnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1300
        },
        "pfrkts_tzero": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1288
        },
        "pfrts_t": {
          "type": {
            "kind": "struct",
            "name": "pfr_table"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfr_table": {
      "size": 1064,
      "fields": {
        "pfrt_anchor": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pfrt_fback": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1060
        },
        "pfrt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1056
        },
        "pfrt_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1024
        }
      },
      "kind": "struct"
    },
    "pfr_tstats": {
      "size": 1200,
      "fields": {
        "pfrts_bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 1112
        },
        "pfrts_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1184
        },
        "pfrts_match": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1160
        },
        "pfrts_nomatch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1168
        },
        "pfrts_packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 1064
        },
        "pfrts_refcnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1188
        },
        "pfrts_t": {
          "type": {
            "kind": "struct",
            "name": "pfr_table"
          },
          "offset": 0
        },
        "pfrts_tzero": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1176
        }
      },
      "kind": "struct"
    },
    "pfr_walktree": {
      "size": 24,
      "fields": {
        "pfrw_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pfrw_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pfrw_op": {
          "type": {
            "kind": "enum",
            "name": "pfrw_op"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_e7e5e2aa9147ad83"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pfs_info": {
      "size": 80,
      "fields": {
        "pi_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pi_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "pi_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pi_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_node"
            }
          },
          "offset": 32
        },
        "pi_uninit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "pi_unrhdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unrhdr"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "pfs_node": {
      "size": 152,
      "fields": {
        "pn_attr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "pn_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "pn_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "pn_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "pn_fileno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "pn_fill": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "pn_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pn_getextattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "pn_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_info"
            }
          },
          "offset": 104
        },
        "pn_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "pn_last_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_node"
            }
          },
          "offset": 136
        },
        "pn_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "pn_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 152
        },
        "pn_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_node"
            }
          },
          "offset": 144
        },
        "pn_nodes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_node"
            }
          },
          "offset": 128
        },
        "pn_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_node"
            }
          },
          "offset": 120
        },
        "pn_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_5246bcc2c5ee644f"
          },
          "offset": 0
        },
        "pn_vis": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pfs_vdata": {
      "size": 32,
      "fields": {
        "pvd_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_717efed4a73f10ae"
          },
          "offset": 24
        },
        "pvd_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pvd_pn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_node"
            }
          },
          "offset": 0
        },
        "pvd_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pfs_vncache_head": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_vdata"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsdirentlist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsentry"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfsentry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pfsentry": {
      "size": 288,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "dirent"
          },
          "offset": 8
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d16055e81e662226"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsync_bucket": {
      "size": 440,
      "fields": {
        "b_deferrals": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5ce4917360cefed7"
          },
          "offset": 256
        },
        "b_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "b_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "b_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "b_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "b_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "b_plus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "b_pluslen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "b_qs": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_dee77e27b5efe8ff"
            }
          },
          "offset": 128
        },
        "b_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_softc"
            }
          },
          "offset": 8
        },
        "b_snd": {
          "type": {
            "kind": "struct",
            "name": "ifaltq"
          },
          "offset": 296
        },
        "b_tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "b_upd_req_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_85e358ae65c0920f"
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "pfsync_bus": {
      "size": 12,
      "fields": {
        "_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "endtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pfsync_clr": {
      "size": 20,
      "fields": {
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsync_deferral": {
      "size": 104,
      "fields": {
        "pd_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c0a1ebd8b217e887"
          },
          "offset": 8
        },
        "pd_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 96
        },
        "pd_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_softc"
            }
          },
          "offset": 0
        },
        "pd_st": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kstate"
            }
          },
          "offset": 88
        },
        "pd_tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pfsync_del_c": {
      "size": 12,
      "fields": {
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsync_header": {
      "size": 20,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pfcksum": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsync_ins_ack": {
      "size": 12,
      "fields": {
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsync_kstatus": {
      "size": 160,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "maxupdates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "syncdev": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "syncpeer": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 16
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        }
      },
      "kind": "struct"
    },
    "pfsync_q": {
      "size": 24,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsync_softc": {
      "size": 512,
      "fields": {
        "sc_buckets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_bucket"
            }
          },
          "offset": 312
        },
        "sc_bulk_creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "sc_bulk_hashid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "sc_bulk_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 320
        },
        "sc_bulk_stateid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "sc_bulk_tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 384
        },
        "sc_bulk_tries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "sc_bulkfail_tmo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 448
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_im6o": {
          "type": {
            "kind": "struct",
            "name": "ip6_moptions"
          },
          "offset": 64
        },
        "sc_imo": {
          "type": {
            "kind": "struct",
            "name": "ip_moptions"
          },
          "offset": 16
        },
        "sc_maxupdates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 228
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 272
        },
        "sc_sync_if": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "sc_sync_peer": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 96
        },
        "sc_template": {
          "type": {
            "kind": "union",
            "name": "inet_template"
          },
          "offset": 230
        },
        "sc_ureq_received": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "sc_ureq_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "sc_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        }
      },
      "kind": "struct"
    },
    "pfsync_state_1301": {
      "size": 242,
      "fields": {
        "__spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 235
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 232
        },
        "anchor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 212
        },
        "creation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 234
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_peer"
          },
          "offset": 128
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_state_key"
            }
          },
          "offset": 24
        },
        "log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 237
        },
        "nat_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 196
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 233
        },
        "rt_addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 160
        },
        "rule": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_peer"
          },
          "offset": 96
        },
        "state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 238
        },
        "sync_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 240
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 239
        },
        "updates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 241
        }
      },
      "kind": "struct"
    },
    "pfsync_state_1400": {
      "size": 277,
      "fields": {
        "__spare": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 238
        },
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 232
        },
        "anchor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 212
        },
        "creation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 234
        },
        "dnpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 246
        },
        "dnrpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 248
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_peer"
          },
          "offset": 128
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_state_key"
            }
          },
          "offset": 24
        },
        "log": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 237
        },
        "max_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "min_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 254
        },
        "nat_rule": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "packets": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 196
        },
        "pqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 244
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 233
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 242
        },
        "rt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 260
        },
        "rt_addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 160
        },
        "rt_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 261
        },
        "rtableid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 250
        },
        "rule": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "set_prio": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 258
        },
        "set_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 255
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_peer"
          },
          "offset": 96
        },
        "state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 235
        },
        "sync_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 240
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 239
        },
        "updates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 241
        }
      },
      "kind": "struct"
    },
    "pfsync_state_key": {
      "size": 36,
      "fields": {
        "addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_addr"
            }
          },
          "offset": 0
        },
        "port": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pfsync_state_peer": {
      "size": 32,
      "fields": {
        "max_win": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "pad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "scrub": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_scrub"
          },
          "offset": 0
        },
        "seqdiff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "seqhi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "seqlo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "wscale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "pfsync_state_scrub": {
      "size": 8,
      "fields": {
        "pfss_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pfss_ts_mod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pfss_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "scrub_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "pfsync_state_union": {
      "size": 277,
      "fields": {
        "pfs_1301": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_1301"
          },
          "offset": 0
        },
        "pfs_1400": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_1400"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pfsync_subheader": {
      "size": 4,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "pfsync_upd_c": {
      "size": 84,
      "fields": {
        "_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 81
        },
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "dst": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_peer"
          },
          "offset": 40
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "pfsync_state_peer"
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "pfsync_upd_req": {
      "size": 12,
      "fields": {
        "creatorid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pfsync_upd_req_item": {
      "size": 32,
      "fields": {
        "ur_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1e85cd11be63fa9b"
          },
          "offset": 0
        },
        "ur_msg": {
          "type": {
            "kind": "struct",
            "name": "pfsync_upd_req"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pfsyncreq": {
      "size": 28,
      "fields": {
        "pfsyncr_defer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pfsyncr_maxupdates": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pfsyncr_syncdev": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pfsyncr_syncpeer": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pfsyncstats": {
      "size": 368,
      "fields": {
        "pfsyncs_badact": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pfsyncs_badauth": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "pfsyncs_badif": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pfsyncs_badlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pfsyncs_badstate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "pfsyncs_badttl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pfsyncs_badval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "pfsyncs_badver": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pfsyncs_hdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pfsyncs_iacts": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "pfsyncs_ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pfsyncs_ipackets6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pfsyncs_oacts": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 248
        },
        "pfsyncs_oerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "pfsyncs_onomem": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "pfsyncs_opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "pfsyncs_opackets6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "pfsyncs_stale": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "pglist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pgrp": {
      "size": 120,
      "fields": {
        "pg_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "pg_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fd48544850299e8a"
          },
          "offset": 0
        },
        "pg_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pg_killsx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 88
        },
        "pg_members": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7c69d708019f3a6e"
          },
          "offset": 16
        },
        "pg_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "pg_session": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "session"
            }
          },
          "offset": 24
        },
        "pg_sigiolst": {
          "type": {
            "kind": "struct",
            "name": "sigiolst"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pgrphashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pgrp"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "phdr_closure": {
      "size": 16,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "phdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf32_Phdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "phyParamType": {
      "size": 8,
      "fields": {
        "acm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "aifsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "logcwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "logcwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "txopLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "phys_addr": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "phys_pager_ops": {
      "size": 40,
      "fields": {
        "phys_pg_ctor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "phys_pg_dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "phys_pg_getpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "phys_pg_haspage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "phys_pg_populate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pic": {
      "size": 120,
      "fields": {
        "pic_assign_cpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "pic_config_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "pic_disable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "pic_disable_source": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pic_enable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "pic_enable_source": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "pic_eoi_source": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "pic_register_sources": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "pic_reprogram_pin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "pic_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "pic_source_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "pic_suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "pic_vector": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "pics": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af68ea89a34f0131"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "pics_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pic"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pic"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pidctrl": {
      "size": 52,
      "fields": {
        "pc_Kdd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "pc_Kid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pc_Kpd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pc_bound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pc_derivative": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pc_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pc_input": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pc_integral": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pc_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "pc_olderror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pc_output": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pc_setpoint": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "pc_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pidhashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pim": {
      "size": 4,
      "fields": {
        "pim_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pim_rsv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pim_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pim_ver": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pim6stat": {
      "size": 56,
      "fields": {
        "pim6s_rcv_badregisters": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pim6s_rcv_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pim6s_rcv_badversion": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pim6s_rcv_registers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pim6s_rcv_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pim6s_rcv_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pim6s_snd_registers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "pim_encap_pimhdr": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pim": {
          "type": {
            "kind": "struct",
            "name": "pim"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pimstat": {
      "size": 88,
      "fields": {
        "pims_rcv_badregisters": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "pims_rcv_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pims_rcv_badversion": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pims_rcv_registers_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pims_rcv_registers_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "pims_rcv_registers_wrongiif": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pims_rcv_tooshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pims_rcv_total_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pims_rcv_total_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pims_snd_registers_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "pims_snd_registers_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "pin_machine_model_t": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pin_patch_t": {
      "size": 16,
      "fields": {
        "nid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "patch": {
          "type": {
            "kind": "union",
            "name": "unnamed_3e432baab6755ac2"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pinfo_t": {
      "size": 1024,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 0
        },
        "first_qset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 748
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "hw_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 760
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "last_refreshed": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 624
        },
        "link_check_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 768
        },
        "link_check_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 832
        },
        "link_config": {
          "type": {
            "kind": "struct",
            "name": "link_config"
          },
          "offset": 640
        },
        "link_fault": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 756
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 704
        },
        "lockbuf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 904
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "cmac"
          },
          "offset": 104
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 664
        },
        "namebuf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 936
        },
        "nqsets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 752
        },
        "phy": {
          "type": {
            "kind": "struct",
            "name": "cphy"
          },
          "offset": 32
        },
        "port_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 896
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 736
        },
        "port_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "port_type_info"
            }
          },
          "offset": 24
        },
        "timer_reclaim_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 864
        },
        "tx_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 740
        },
        "txpkt_intf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 744
        }
      },
      "kind": "struct"
    },
    "pipe": {
      "size": 344,
      "fields": {
        "pipe_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 248
        },
        "pipe_buffer": {
          "type": {
            "kind": "struct",
            "name": "pipebuf"
          },
          "offset": 0
        },
        "pipe_busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "pipe_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 280
        },
        "pipe_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "pipe_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 264
        },
        "pipe_pages": {
          "type": {
            "kind": "struct",
            "name": "pipemapping"
          },
          "offset": 24
        },
        "pipe_pair": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pipepair"
            }
          },
          "offset": 312
        },
        "pipe_peer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pipe"
            }
          },
          "offset": 304
        },
        "pipe_present": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 323
        },
        "pipe_sel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 176
        },
        "pipe_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 296
        },
        "pipe_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 320
        },
        "pipe_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 322
        },
        "pipe_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "pipe_wgen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 332
        }
      },
      "kind": "struct"
    },
    "pipe2_args": {
      "size": 16,
      "fields": {
        "fildes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "fildes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fildes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pipebuf": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pipemapping": {
      "size": 152,
      "fields": {
        "cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ms": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 16
        },
        "npages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pipepair": {
      "size": 728,
      "fields": {
        "pp_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 720
        },
        "pp_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 688
        },
        "pp_rpipe": {
          "type": {
            "kind": "struct",
            "name": "pipe"
          },
          "offset": 0
        },
        "pp_wpipe": {
          "type": {
            "kind": "struct",
            "name": "pipe"
          },
          "offset": 344
        }
      },
      "kind": "struct"
    },
    "pktcntr": {
      "size": 16,
      "fields": {
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pkthdr": {
      "size": 64,
      "fields": {
        "PH_per": {
          "type": {
            "kind": "union",
            "name": "unnamed_fc790bf6db729fd2"
          },
          "offset": 48
        },
        "csum_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "flowid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "numa_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "rsstype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "tags": {
          "type": {
            "kind": "struct",
            "name": "packet_tags"
          },
          "offset": 16
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_deffe458c889b3a2"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_7a0cced606199a99"
          },
          "offset": 8,
          "anonymous": true
        },
        "unnamed_field_2": {
          "type": {
            "kind": "union",
            "name": "unnamed_cb4e2396e7ee511f"
          },
          "offset": 40,
          "anonymous": true
        },
        "unnamed_field_3": {
          "type": {
            "kind": "union",
            "name": "unnamed_790ee81b90dc55b2"
          },
          "offset": 56,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "plimit": {
      "size": 248,
      "fields": {
        "pl_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "pl_rlimit": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rlimit"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pm_message": {
      "size": 4,
      "fields": {
        "event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pm_message_t": {
      "size": 4,
      "fields": {
        "event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pmap": {
      "size": 312,
      "fields": {
        "pm_active": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 80
        },
        "pm_cr3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pm_eptgen": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 240
        },
        "pm_eptsmr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smr"
            }
          },
          "offset": 248
        },
        "pm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "pm_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "pm_pcidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap_pcid"
            }
          },
          "offset": 264
        },
        "pm_pkru": {
          "type": {
            "kind": "struct",
            "name": "rangeset"
          },
          "offset": 272
        },
        "pm_pmltop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "pm_pmltopu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "pm_pvchunk": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f2e87e394b2121f8"
          },
          "offset": 64
        },
        "pm_root": {
          "type": {
            "kind": "struct",
            "name": "vm_radix"
          },
          "offset": 232
        },
        "pm_stats": {
          "type": {
            "kind": "struct",
            "name": "pmap_statistics"
          },
          "offset": 216
        },
        "pm_type": {
          "type": {
            "kind": "enum",
            "name": "pmap_type"
          },
          "offset": 208
        },
        "pm_ucr3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "pmap_invl_gen": {
      "size": 32,
      "fields": {
        "gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_c757f0c36602ccc1"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "pmap_kernel_map_range": {
      "size": 32,
      "fields": {
        "attrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pdes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pdpes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ptes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pmap_large_md_page": {
      "size": 64,
      "fields": {
        "pv_invl_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "pv_lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        },
        "pv_page": {
          "type": {
            "kind": "struct",
            "name": "md_page"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pmap_pcid": {
      "size": 8,
      "fields": {
        "pm_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pm_pcid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pmap_pkru_range": {
      "size": 24,
      "fields": {
        "pkru_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pkru_keyidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pkru_rs_el": {
          "type": {
            "kind": "struct",
            "name": "rs_el"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pmap_preinit_mapping": {
      "size": 32,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "va": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pmap_statistics": {
      "size": 16,
      "fields": {
        "resident_count": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "wired_count": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pmc_domain_buffer_header": {
      "size": 64,
      "fields": {
        "pdbh_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_36af2112c7b2637a"
          },
          "offset": 32
        },
        "pdbh_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "pdbh_ncpus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "pdbh_plbs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmclog_buffer"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "pmc_dyn_event_descr": {
      "size": 68,
      "fields": {
        "pm_ev_code": {
          "type": {
            "kind": "enum",
            "name": "pmc_event"
          },
          "offset": 64
        },
        "pm_ev_name": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pmc_soft": {
      "size": 96,
      "fields": {
        "ps_alloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ps_ev": {
          "type": {
            "kind": "struct",
            "name": "pmc_dyn_event_descr"
          },
          "offset": 24
        },
        "ps_release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ps_running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pmckern_map_in": {
      "size": 16,
      "fields": {
        "pm_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pm_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pmckern_map_out": {
      "size": 16,
      "fields": {
        "pm_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pmckern_procexec": {
      "size": 24,
      "fields": {
        "pm_baseaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pm_credentialschanged": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pm_dynaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pmckern_soft": {
      "size": 16,
      "fields": {
        "pm_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pm_ev": {
          "type": {
            "kind": "enum",
            "name": "pmc_event"
          },
          "offset": 0
        },
        "pm_tf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trapframe"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pmp_softc": {
      "size": 120,
      "fields": {
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "events": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_748dc882ec04bb3c"
          },
          "offset": 12
        },
        "found": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "frozen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cbdb2a044c642c88"
          },
          "offset": 0
        },
        "pm_pid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pm_ports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pm_prv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pm_step": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "pm_try": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "restart": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_6e0ec8d6647470da"
          },
          "offset": 8
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 96
        },
        "sysctl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 64
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "pn_softc": {
      "size": 320,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "errata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "fsb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "irt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "mvs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "pll": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "pn_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "powernow_max_states": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "powernow_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "powernow_states": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "powernow_state"
            }
          },
          "offset": 12
        },
        "rvo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "sgtc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "vid_to_volts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 312
        },
        "vst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        }
      },
      "kind": "struct"
    },
    "pnfsdsattr": {
      "size": 56,
      "fields": {
        "dsa_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "dsa_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "dsa_filerev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dsa_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "dsa_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pnfsdsfile": {
      "size": 120,
      "fields": {
        "dsf_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "dsf_fh": {
          "type": {
            "kind": "struct",
            "name": "fhandle_t"
          },
          "offset": 0
        },
        "dsf_filename": {
          "type": {
            "count": 57,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 60
        },
        "dsf_nam": {
          "type": {
            "kind": "union",
            "name": "unnamed_2542f95f64dde030"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pnfsio": {
      "size": 40,
      "fields": {
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tsk": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "poll_args": {
      "size": 24,
      "fields": {
        "fds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pollfd"
            }
          },
          "offset": 0
        },
        "fds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nfds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nfds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nfds_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timeout_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "poll_table": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "poll_table_struct": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "pollfd": {
      "size": 8,
      "fields": {
        "events": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "revents": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "poly1305_state_internal_t": {
      "size": 144,
      "fields": {
        "buffer": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 120
        },
        "final": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 136
        },
        "h": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "leftover": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 112
        },
        "pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "r": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "poly1305_xform_ctx": {
      "size": 256,
      "fields": {
        "state": {
          "type": {
            "kind": "struct",
            "name": "crypto_onetimeauth_poly1305_state"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pool_hdr_t": {
      "size": 32,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "port_control": {
      "size": 2,
      "fields": {
        "channels": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "volume": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "port_info": {
      "size": 696,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 8
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 680
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "fcs_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 672
        },
        "fcs_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 664
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "link_cfg": {
          "type": {
            "kind": "struct",
            "name": "link_config"
          },
          "offset": 116
        },
        "lockname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "lport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "mdio_addr": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 105
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 152
        },
        "mod_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "mps_bg_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 110
        },
        "nvi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pi_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "port_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "rx_c_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "rx_e_chan_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 111
        },
        "sched_params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_sched_params"
            }
          },
          "offset": 40
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "port_stats"
          },
          "offset": 192
        },
        "tnl_cong_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "tx_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "tx_parse_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "uld_vis": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "up_vis": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vi_info"
            }
          },
          "offset": 16
        },
        "vxlan_tcam_entry": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "port_stats": {
      "size": 464,
      "fields": {
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "rx_fcs_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "rx_frames_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "rx_frames_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rx_frames_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "rx_frames_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rx_frames_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rx_frames_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rx_frames_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rx_jabber": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_len_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rx_ovflow0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "rx_ovflow1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "rx_ovflow2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "rx_ovflow3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "rx_ppp0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "rx_ppp1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "rx_ppp2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "rx_ppp3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "rx_ppp4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "rx_ppp5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "rx_ppp6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "rx_ppp7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "rx_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rx_symbol_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "rx_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rx_trunc0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "rx_trunc1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "rx_trunc2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "rx_trunc3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "rx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_error_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_frames_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_frames_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_frames_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_frames_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_frames_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_frames_64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_frames_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_ppp0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_ppp1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_ppp2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_ppp3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_ppp4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_ppp5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tx_ppp6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_ppp7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "port_tx_state": {
      "size": 16,
      "fields": {
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "port_type_info": {
      "size": 8,
      "fields": {
        "phy_prep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "portmap": {
      "size": 32,
      "fields": {
        "pm_port": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pm_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pm_prot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pm_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "posix_fadvise_args": {
      "size": 32,
      "fields": {
        "advice": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "advice_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "advice_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "posix_fallocate_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "posix_ipc_perm": {
      "size": 12,
      "fields": {
        "pipc_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pipc_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pipc_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "posix_openpt_args": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "power_rule": {
      "size": 8,
      "fields": {
        "max_antenna_gain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "max_eirp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "powernow_state": {
      "size": 16,
      "fields": {
        "fid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ppb_context": {
      "size": 24,
      "fields": {
        "curmsq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "microseq"
            }
          },
          "offset": 16
        },
        "curpc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "microseq"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ppb_data": {
      "size": 40,
      "fields": {
        "class_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ppb_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "ppc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "ppc_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 24
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ppb_device": {
      "size": 152,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "ppb_context"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "get_xfer": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ppb_xfer"
            }
          },
          "offset": 40
        },
        "intr_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "intr_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "put_xfer": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ppb_xfer"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ppb_insarg": {
      "size": 8,
      "fields": {
        "c": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "i": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ppb_microseq": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ppb_insarg"
            }
          },
          "offset": 8
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ppb_status": {
      "size": 4,
      "fields": {
        "ack": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "busy": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "error": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "paper_end": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "select": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ppb_xfer": {
      "size": 8,
      "fields": {
        "loop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ppb_microseq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ppc_data": {
      "size": 216,
      "fields": {
        "intr_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "ppbus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 112
        },
        "ppc_accum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "ppc_avm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ppc_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ppc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ppc_dmachan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ppc_dmacnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ppc_dmaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "ppc_dmadone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "ppc_dmaflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ppc_dmastat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ppc_dtm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ppc_epp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ppc_fifo": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 74
        },
        "ppc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "ppc_intr_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 176
        },
        "ppc_intr_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "ppc_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "ppc_irqstat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ppc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 184
        },
        "ppc_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ppc_model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ppc_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "ppc_pword": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 72
        },
        "ppc_rthr": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 78
        },
        "ppc_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ppc_wthr": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 76
        },
        "res_drq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 144
        },
        "res_ioport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 152
        },
        "res_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 136
        },
        "rid_drq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "rid_ioport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "rid_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "ppi_data": {
      "size": 568,
      "fields": {
        "ppi_buffer": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "ppi_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "ppi_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ppi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ppi_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 16
        },
        "ppi_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "ppoll_args": {
      "size": 32,
      "fields": {
        "fds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pollfd"
            }
          },
          "offset": 0
        },
        "fds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fds_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nfds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nfds_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nfds_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 24
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 16
        },
        "ts_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ts_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "pport_stats": {
      "size": 660,
      "fields": {
        "num_forwards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 540
        },
        "reserved_word111": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 444
        },
        "reserved_word141": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "reserved_word69": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "rx_address_match_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "rx_alignment_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rx_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "rx_control_frames_unknown_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rx_dropped_header_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "rx_dropped_invalid_tcp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "rx_dropped_runt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "rx_dropped_too_short": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "rx_dropped_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "rx_drops_invalid_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "rx_drops_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 572
        },
        "rx_drops_too_many_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 556
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rx_fifo_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "rx_fragment_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "rx_frames_too_long": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "rx_in_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "rx_input_fifo_overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 552
        },
        "rx_internal_mac_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "rx_ip_checksum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "rx_ipv4_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 468
        },
        "rx_ipv4_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 452
        },
        "rx_ipv6_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 476
        },
        "rx_ipv6_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 460
        },
        "rx_iscsi_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 500
        },
        "rx_jabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "rx_management_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 508
        },
        "rx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "rx_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rx_nic_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 484
        },
        "rx_non_rss_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "rx_out_of_range_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "rx_oversize_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "rx_pause_off_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "rx_pause_on_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rx_pkts_1024_to_1518_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 620
        },
        "rx_pkts_128_to_255_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 596
        },
        "rx_pkts_1519_to_2047_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 628
        },
        "rx_pkts_2048_to_4095_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 636
        },
        "rx_pkts_256_to_511_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 604
        },
        "rx_pkts_4096_to_8191_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 644
        },
        "rx_pkts_512_to_1023_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 612
        },
        "rx_pkts_64_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 580
        },
        "rx_pkts_65_to_127_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 588
        },
        "rx_pkts_8192_to_9216_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 652
        },
        "rx_switched_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 532
        },
        "rx_switched_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 524
        },
        "rx_switched_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 516
        },
        "rx_symbol_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "rx_tcp_checksum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "rx_tcp_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 492
        },
        "rx_udp_checksum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "rx_undersize_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "rx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rx_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "rx_unknown_protos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "rx_vlan_mismatch_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "tx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_internal_mac_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_lso_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "tx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_pause_off_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_pause_on_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_pkts_1024_to_1518_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tx_pkts_128_to_255_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_pkts_1519_to_2047_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_pkts_2048_to_4095_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_pkts_256_to_511_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_pkts_4096_to_8191_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "tx_pkts_512_to_1023_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_pkts_64_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_pkts_65_to_127_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_pkts_8192_to_9216_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "tx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pppoe_full_hdr": {
      "size": 20,
      "fields": {
        "eh": {
          "type": {
            "kind": "struct",
            "name": "ether_header"
          },
          "offset": 0
        },
        "ph": {
          "type": {
            "kind": "struct",
            "name": "pppoe_hdr"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "pppoe_hdr": {
      "size": 6,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ver": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pppoe_tag": {
      "size": 4,
      "fields": {
        "tag_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tag_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pps_fetch_args": {
      "size": 88,
      "fields": {
        "pps_info_buf": {
          "type": {
            "kind": "struct",
            "name": "pps_info_t"
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 72
        },
        "tsformat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pps_info_ffc_t": {
      "size": 80,
      "fields": {
        "assert_ffcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "assert_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "assert_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 8
        },
        "clear_ffcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "clear_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "clear_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 32
        },
        "current_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "pps_info_t": {
      "size": 64,
      "fields": {
        "assert_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "assert_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 8
        },
        "clear_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "clear_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 32
        },
        "current_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "pps_kcbind_args": {
      "size": 12,
      "fields": {
        "edge": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kernel_consumer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tsformat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pps_params_t": {
      "size": 56,
      "fields": {
        "api_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "assert_off_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 8
        },
        "clear_off_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 32
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pps_state": {
      "size": 272,
      "fields": {
        "capcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "capffth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fftimehands"
            }
          },
          "offset": 8
        },
        "capgen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "capth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timehands"
            }
          },
          "offset": 0
        },
        "driver_abi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 252
        },
        "driver_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 256
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "kcmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "kernel_abi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 254
        },
        "ppscap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 228
        },
        "ppscount": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 240
        },
        "ppsinfo": {
          "type": {
            "kind": "struct",
            "name": "pps_info_t"
          },
          "offset": 80
        },
        "ppsinfo_ffc": {
          "type": {
            "kind": "struct",
            "name": "pps_info_ffc_t"
          },
          "offset": 144
        },
        "ppsparam": {
          "type": {
            "kind": "struct",
            "name": "pps_params_t"
          },
          "offset": 24
        },
        "ppstc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timecounter"
            }
          },
          "offset": 232
        }
      },
      "kind": "struct"
    },
    "pps_timeu": {
      "size": 24,
      "fields": {
        "longpad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "ntpfp": {
          "type": {
            "kind": "struct",
            "name": "ntp_fp_t"
          },
          "offset": 0
        },
        "tspec": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pps_timeu_t": {
      "size": 24,
      "fields": {
        "longpad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "ntpfp": {
          "type": {
            "kind": "struct",
            "name": "ntp_fp_t"
          },
          "offset": 0
        },
        "tspec": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pqi_aio_req": {
      "size": 128,
      "fields": {
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "cmd_prio": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "data_dir": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "encrypt_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "encrypt_key_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "encrypt_twk_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "encrypt_twk_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "err_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "mem_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_sg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "partial": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "res1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "res2": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "res3": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "res4": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sg_desc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 64
        },
        "task_attr": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_aio_req_t": {
      "size": 128,
      "fields": {
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "cmd_prio": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "data_dir": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "encrypt_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "encrypt_key_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "encrypt_twk_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "encrypt_twk_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "err_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "mem_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_sg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "partial": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "res1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "res2": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "res3": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "res4": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sg_desc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 64
        },
        "task_attr": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_aio_tmf_req": {
      "size": 32,
      "fields": {
        "error_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_id_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "res2": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tmf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_aio_tmf_req_t": {
      "size": 32,
      "fields": {
        "error_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_id_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "res2": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tmf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_cap": {
      "size": 20,
      "fields": {
        "conf_tab_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "conf_tab_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_outstanding_io": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_sg_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_transfer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pqi_conf_table": {
      "size": 12,
      "fields": {
        "first_section_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sign": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pqi_conf_table_firmware_features": {
      "size": 6,
      "fields": {
        "features_supported": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "pqi_conf_table_section_header"
          },
          "offset": 0
        },
        "num_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pqi_conf_table_section_header": {
      "size": 4,
      "fields": {
        "next_section_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "section_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pqi_dev_cap_t": {
      "size": 576,
      "fields": {
        "ibq_arb_priority_support_bitmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "intr_coales_time_granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "iq_freeze": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "iqa": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "iu_layer_desc": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pqi_iu_layer_desc_t"
            }
          },
          "offset": 64
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_arb_burst": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "max_aw_a": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "max_aw_b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "max_aw_c": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "max_iq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "max_iq_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "max_iqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_oq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "max_oq_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "max_oqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "min_iq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "min_oq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "res1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "res2": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "res3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "res4": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "res5": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "res6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "res7": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "pqi_device_capabilities": {
      "size": 576,
      "fields": {
        "ibq_arb_priority_support_bitmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "intr_coales_time_granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "iq_freeze": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "iqa": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "iu_layer_desc": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pqi_iu_layer_desc_t"
            }
          },
          "offset": 64
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_arb_burst": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "max_aw_a": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "max_aw_b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "max_aw_c": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "max_iq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "max_iq_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "max_iqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "max_oq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "max_oq_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "max_oqs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "min_iq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "min_oq_elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "res1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "res2": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "res3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "res4": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "res5": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "res6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "res7": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "pqi_enc_info": {
      "size": 12,
      "fields": {
        "data_enc_key_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "encrypt_tweak_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "encrypt_tweak_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pqi_event": {
      "size": 12,
      "fields": {
        "additional_event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "event_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pqi_event_acknowledge_request": {
      "size": 16,
      "fields": {
        "additional_event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "event_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_event_acknowledge_request_t": {
      "size": 16,
      "fields": {
        "additional_event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "event_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_event_config": {
      "size": 1024,
      "fields": {
        "descriptors": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pqi_event_descriptor"
            }
          },
          "offset": 4
        },
        "num_event_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "pqi_event_config_request": {
      "size": 32,
      "fields": {
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "iu_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_09bc4851e959134d"
          },
          "offset": 10
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sg_desc": {
          "type": {
            "kind": "struct",
            "name": "sg_desc_t"
          },
          "offset": 16
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_event_config_request_t": {
      "size": 32,
      "fields": {
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "iu_specific": {
          "type": {
            "kind": "union",
            "name": "unnamed_09bc4851e959134d"
          },
          "offset": 10
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sg_desc": {
          "type": {
            "kind": "struct",
            "name": "sg_desc_t"
          },
          "offset": 16
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_event_config_t": {
      "size": 1024,
      "fields": {
        "descriptors": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pqi_event_descriptor"
            }
          },
          "offset": 4
        },
        "num_event_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "pqi_event_descriptor": {
      "size": 4,
      "fields": {
        "event_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "oq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "pqi_event_response": {
      "size": 32,
      "fields": {
        "additional_event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "event_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "request_acknowledge": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_event_response_t": {
      "size": 32,
      "fields": {
        "additional_event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "event_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "event_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "request_acknowledge": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_firmware_feature": {
      "size": 32,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "feature_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "feature_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "feature_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pqi_firmware_feature_t": {
      "size": 32,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "feature_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "feature_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "feature_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pqi_ident": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "hwif": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pqi_intr_ctx": {
      "size": 16,
      "fields": {
        "oq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pqi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pqi_intr_ctx_t": {
      "size": 16,
      "fields": {
        "oq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pqi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pqi_io_response": {
      "size": 16,
      "fields": {
        "error_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_ioctl_passthruCmd_struct": {
      "size": 86,
      "fields": {
        "LUN_info": {
          "type": {
            "kind": "union",
            "name": "LUNAddr_struct"
          },
          "offset": 0
        },
        "Request": {
          "type": {
            "kind": "struct",
            "name": "RequestBlock_struct"
          },
          "offset": 8
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "error_info": {
          "type": {
            "kind": "struct",
            "name": "ErrorInfo_struct"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "pqi_iu_layer_desc": {
      "size": 16,
      "fields": {
        "ib_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "max_ib_iu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_ob_iu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ob_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "res1": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "res3": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "res4": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "pqi_iu_layer_desc_t": {
      "size": 16,
      "fields": {
        "ib_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "max_ib_iu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_ob_iu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ob_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "res1": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "res3": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "res4": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "pqi_pci_info": {
      "size": 12,
      "fields": {
        "board_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "chip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dev_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "pqi_pci_info_t": {
      "size": 12,
      "fields": {
        "board_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "chip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dev_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "pqi_pref_settings": {
      "size": 4,
      "fields": {
        "max_cmd_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_fib_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "pqi_raid_tmf_req": {
      "size": 32,
      "fields": {
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "obq_id_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "protocol_spec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_id_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "res1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "res2": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "timeout_in_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tmf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_raid_tmf_req_t": {
      "size": 32,
      "fields": {
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "obq_id_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "protocol_spec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_id_to_manage": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "res1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "res2": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "timeout_in_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tmf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_registers": {
      "size": 256,
      "fields": {
        "admin_ibq_ci_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "admin_ibq_elem_array_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "admin_ibq_pi_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "admin_obq_ci_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "admin_obq_elem_array_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "admin_obq_pi_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "admin_q_config": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "admin_q_param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "dev_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "error_details": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "legacy_intr_mask_clr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "legacy_intr_mask_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "legacy_intr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "power_action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "pqi_dev_adminq_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pqi_dev_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "pqi_dev_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "res1": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "res2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "res3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 124
        },
        "res4": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 132
        },
        "res5": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pqi_reset_reg": {
      "size": 4,
      "fields": {
        "all_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9572bb0417213a76"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pqi_reset_reg_t": {
      "size": 4,
      "fields": {
        "all_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9572bb0417213a76"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "pqi_scsi_dev_t": {
      "size": 184,
      "fields": {
        "active_path_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "active_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "advertised_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "aio_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "bay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "box": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "device_gone": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "devtype": {
          "type": {
            "kind": "enum",
            "name": "device_type"
          },
          "offset": 0
        },
        "dip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "expose_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "firmware_queue_depth_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "invalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "is_external_raid_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "is_obdr_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "is_physical_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "logical_unit_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "model": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        },
        "new_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "no_uld_attach": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "offload_config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "offload_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "offload_enabled_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "offload_to_mirror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "path_destroyed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "path_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "phys_connector": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 104
        },
        "queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "raid_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "raid_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "raid_map"
            }
          },
          "offset": 136
        },
        "reset_in_progress": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "sas_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "scsi3addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "scsi_rescan": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "target_lun_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "vendor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "volume_offline": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "wwid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pqi_scsi_device": {
      "size": 184,
      "fields": {
        "active_path_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "active_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "advertised_queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "aio_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "bay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "box": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "device_gone": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "devtype": {
          "type": {
            "kind": "enum",
            "name": "device_type"
          },
          "offset": 0
        },
        "dip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "expose_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "firmware_queue_depth_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "invalid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "is_external_raid_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "is_obdr_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "is_physical_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "logical_unit_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "model": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        },
        "new_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "no_uld_attach": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "offload_config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "offload_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "offload_enabled_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "offload_to_mirror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "path_destroyed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "path_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "phys_connector": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 104
        },
        "queue_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "raid_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "raid_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "raid_map"
            }
          },
          "offset": 136
        },
        "reset_in_progress": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "sas_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "scsi3addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "scsi_rescan": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "target_lun_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "vendor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "volume_offline": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "wwid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pqi_taglist": {
      "size": 96,
      "fields": {
        "elem_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "OS_LOCK_T"
          },
          "offset": 64
        },
        "lockcreated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lockname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "max_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pqi_taglist_t": {
      "size": 96,
      "fields": {
        "elem_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "OS_LOCK_T"
          },
          "offset": 64
        },
        "lockcreated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lockname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "max_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "pqi_tmf_resp": {
      "size": 16,
      "fields": {
        "add_resp_info": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "resp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_tmf_resp_t": {
      "size": 16,
      "fields": {
        "add_resp_info": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "nexus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "resp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_vendor_general_request": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_edda157d28a74033"
          },
          "offset": 12
        },
        "function_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_vendor_general_request_t": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_edda157d28a74033"
          },
          "offset": 12
        },
        "function_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_vendor_general_response": {
      "size": 16,
      "fields": {
        "function_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqi_vendor_general_response_t": {
      "size": 16,
      "fields": {
        "function_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqisrc_bmic_flush_cache": {
      "size": 32,
      "fields": {
        "disable_cache": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "halt_event": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ndu_flush_cache": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "power_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pqisrc_bmic_flush_cache_t": {
      "size": 32,
      "fields": {
        "disable_cache": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "halt_event": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ndu_flush_cache": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "power_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pqisrc_raid_map_t": {
      "size": 8256,
      "fields": {
        "data_disks_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "data_encryption_key_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "dev_data": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "raidmap_data_t"
            }
          },
          "offset": 64
        },
        "disk_blk_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28
        },
        "disk_starting_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "layout_map_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "metadata_disks_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "parity_rotation_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "phys_blk_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "row_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "strip_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "structure_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "volume_blk_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "volume_blk_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pqisrc_raid_req_t": {
      "size": 128,
      "fields": {
        "additional_cdb_bytes_usage": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "command_priority": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "data_direction": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "error_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27
        },
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun_number": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nexus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "partial": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "protocol_spec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "reserved1": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "reserved3": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "reserved4": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "reserved5": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sg_descriptors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 64
        },
        "task_attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "timeout_in_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqisrc_raid_request": {
      "size": 128,
      "fields": {
        "additional_cdb_bytes_usage": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "command_priority": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "data_direction": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "error_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27
        },
        "fence": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "iu_header_t"
          },
          "offset": 0
        },
        "lun_number": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "nexus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "partial": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "protocol_spec": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "reserved1": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "reserved3": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "reserved4": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "reserved5": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "response_queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sg_descriptors": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 64
        },
        "task_attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "timeout_in_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "work_area": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pqisrc_sg_desc": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pqisrc_softstate": {
      "size": 2458640,
      "fields": {
        "adapterQDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458624
        },
        "admin_ib_queue": {
          "type": {
            "kind": "struct",
            "name": "ib_queue_t"
          },
          "offset": 198632
        },
        "admin_ob_queue": {
          "type": {
            "kind": "struct",
            "name": "ob_queue_t"
          },
          "offset": 198768
        },
        "admin_queue_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1832
        },
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454488
        },
        "card": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1768
        },
        "ctlr_state": {
          "type": {
            "kind": "enum",
            "name": "controller_state"
          },
          "offset": 1780
        },
        "ctrl_in_pqi_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454520
        },
        "ctrl_online": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454512
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454492
        },
        "device_list": {
          "type": {
            "count": 1089,
            "kind": "array",
            "subtype": {
              "count": 256,
              "kind": "array",
              "subtype": {
                "kind": "pointer",
                "subtype": {
                  "kind": "struct",
                  "name": "pqi_scsi_dev_t"
                }
              }
            }
          },
          "offset": 222768
        },
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1776
        },
        "devlist_lock": {
          "type": {
            "kind": "struct",
            "name": "OS_LOCK_T"
          },
          "offset": 222704
        },
        "devlist_lock_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 222736
        },
        "devlist_lockcreated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 222696
        },
        "dma_mem_consumed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458628
        },
        "err_buf_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1784
        },
        "event_config": {
          "type": {
            "kind": "struct",
            "name": "pqi_event_config_t"
          },
          "offset": 221478
        },
        "event_q": {
          "type": {
            "kind": "struct",
            "name": "ob_queue_t"
          },
          "offset": 198840
        },
        "event_q_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1976
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454496
        },
        "fw_build_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1764
        },
        "fw_features_section_abs_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2454472
        },
        "fw_features_section_off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2454480
        },
        "fw_version": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1752
        },
        "heartbeat_counter_abs_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2454456
        },
        "heartbeat_counter_off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2454464
        },
        "ib_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 221476
        },
        "ibq_elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220884
        },
        "intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 222580
        },
        "intr_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 222576
        },
        "ioa_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ioa_registers"
            }
          },
          "offset": 1688
        },
        "lun_count": {
          "type": {
            "count": 1089,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2453096
        },
        "max_ib_iu_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 221470
        },
        "max_ib_iu_length_per_fw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 221468
        },
        "max_io_for_scsi_ml": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220860
        },
        "max_outstanding_io": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220856
        },
        "max_sg_per_iu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 221472
        },
        "num_cpus_online": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 222584
        },
        "num_elem_per_op_ibq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220876
        },
        "num_elem_per_op_obq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220880
        },
        "num_op_aio_ibq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220868
        },
        "num_op_obq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220872
        },
        "num_op_raid_ibq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220864
        },
        "ob_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 221476
        },
        "obq_elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220888
        },
        "op_aio_ib_q": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ib_queue_t"
            }
          },
          "offset": 212152
        },
        "op_ibq_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1880
        },
        "op_ob_q": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ob_queue_t"
            }
          },
          "offset": 198912
        },
        "op_obq_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1928
        },
        "op_raid_ib_q": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ib_queue_t"
            }
          },
          "offset": 203448
        },
        "os_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2454504
        },
        "os_specific": {
          "type": {
            "kind": "struct",
            "name": "OS_SPECIFIC_T"
          },
          "offset": 0
        },
        "pci_mem_base_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1704
        },
        "pci_mem_handle": {
          "type": {
            "kind": "struct",
            "name": "PCI_ACC_HANDLE_T"
          },
          "offset": 1712
        },
        "pending_events": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pqi_event"
            }
          },
          "offset": 222504
        },
        "pqi_cap": {
          "type": {
            "kind": "struct",
            "name": "pqi_cap"
          },
          "offset": 1728
        },
        "pqi_dev_cap": {
          "type": {
            "kind": "struct",
            "name": "pqi_dev_cap_t"
          },
          "offset": 220892
        },
        "pqi_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqi_registers"
            }
          },
          "offset": 1696
        },
        "pqi_reset_quiesce_allowed": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2454516
        },
        "pref_settings": {
          "type": {
            "kind": "struct",
            "name": "pqi_pref_settings"
          },
          "offset": 1748
        },
        "prev_heartbeat_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2454448
        },
        "rcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rcb_t"
            }
          },
          "offset": 222592
        },
        "scan_lock": {
          "type": {
            "kind": "struct",
            "name": "OS_SEMA_LOCK_T"
          },
          "offset": 2453040
        },
        "sg_dma_desc": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dma_mem"
            }
          },
          "offset": 2024
        },
        "share_opq_and_eventq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 222588
        },
        "subsysid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1778
        },
        "subvendid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1774
        },
        "taglist": {
          "type": {
            "kind": "struct",
            "name": "pqi_taglist_t"
          },
          "offset": 222600
        },
        "target_sas_addr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2454192
        },
        "tid_pool": {
          "type": {
            "kind": "struct",
            "name": "tid_pool_t"
          },
          "offset": 2454524
        },
        "timeout_in_passthrough": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458632
        },
        "timeout_in_tmf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458636
        },
        "vendid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1772
        }
      },
      "kind": "struct"
    },
    "pqisrc_softstate_t": {
      "size": 2458640,
      "fields": {
        "adapterQDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458624
        },
        "admin_ib_queue": {
          "type": {
            "kind": "struct",
            "name": "ib_queue_t"
          },
          "offset": 198632
        },
        "admin_ob_queue": {
          "type": {
            "kind": "struct",
            "name": "ob_queue_t"
          },
          "offset": 198768
        },
        "admin_queue_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1832
        },
        "bus_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454488
        },
        "card": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1768
        },
        "ctlr_state": {
          "type": {
            "kind": "enum",
            "name": "controller_state"
          },
          "offset": 1780
        },
        "ctrl_in_pqi_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454520
        },
        "ctrl_online": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454512
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454492
        },
        "device_list": {
          "type": {
            "count": 1089,
            "kind": "array",
            "subtype": {
              "count": 256,
              "kind": "array",
              "subtype": {
                "kind": "pointer",
                "subtype": {
                  "kind": "struct",
                  "name": "pqi_scsi_dev_t"
                }
              }
            }
          },
          "offset": 222768
        },
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1776
        },
        "devlist_lock": {
          "type": {
            "kind": "struct",
            "name": "OS_LOCK_T"
          },
          "offset": 222704
        },
        "devlist_lock_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 222736
        },
        "devlist_lockcreated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 222696
        },
        "dma_mem_consumed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458628
        },
        "err_buf_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1784
        },
        "event_config": {
          "type": {
            "kind": "struct",
            "name": "pqi_event_config_t"
          },
          "offset": 221478
        },
        "event_q": {
          "type": {
            "kind": "struct",
            "name": "ob_queue_t"
          },
          "offset": 198840
        },
        "event_q_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1976
        },
        "func_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2454496
        },
        "fw_build_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1764
        },
        "fw_features_section_abs_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2454472
        },
        "fw_features_section_off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2454480
        },
        "fw_version": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1752
        },
        "heartbeat_counter_abs_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2454456
        },
        "heartbeat_counter_off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2454464
        },
        "ib_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 221476
        },
        "ibq_elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220884
        },
        "intr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 222580
        },
        "intr_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 222576
        },
        "ioa_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ioa_registers"
            }
          },
          "offset": 1688
        },
        "lun_count": {
          "type": {
            "count": 1089,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2453096
        },
        "max_ib_iu_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 221470
        },
        "max_ib_iu_length_per_fw": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 221468
        },
        "max_io_for_scsi_ml": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220860
        },
        "max_outstanding_io": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220856
        },
        "max_sg_per_iu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 221472
        },
        "num_cpus_online": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 222584
        },
        "num_elem_per_op_ibq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220876
        },
        "num_elem_per_op_obq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220880
        },
        "num_op_aio_ibq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220868
        },
        "num_op_obq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220872
        },
        "num_op_raid_ibq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220864
        },
        "ob_spanning_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 221476
        },
        "obq_elem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220888
        },
        "op_aio_ib_q": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ib_queue_t"
            }
          },
          "offset": 212152
        },
        "op_ibq_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1880
        },
        "op_ob_q": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ob_queue_t"
            }
          },
          "offset": 198912
        },
        "op_obq_dma_mem": {
          "type": {
            "kind": "struct",
            "name": "dma_mem"
          },
          "offset": 1928
        },
        "op_raid_ib_q": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ib_queue_t"
            }
          },
          "offset": 203448
        },
        "os_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2454504
        },
        "os_specific": {
          "type": {
            "kind": "struct",
            "name": "OS_SPECIFIC_T"
          },
          "offset": 0
        },
        "pci_mem_base_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1704
        },
        "pci_mem_handle": {
          "type": {
            "kind": "struct",
            "name": "PCI_ACC_HANDLE_T"
          },
          "offset": 1712
        },
        "pending_events": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pqi_event"
            }
          },
          "offset": 222504
        },
        "pqi_cap": {
          "type": {
            "kind": "struct",
            "name": "pqi_cap"
          },
          "offset": 1728
        },
        "pqi_dev_cap": {
          "type": {
            "kind": "struct",
            "name": "pqi_dev_cap_t"
          },
          "offset": 220892
        },
        "pqi_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqi_registers"
            }
          },
          "offset": 1696
        },
        "pqi_reset_quiesce_allowed": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2454516
        },
        "pref_settings": {
          "type": {
            "kind": "struct",
            "name": "pqi_pref_settings"
          },
          "offset": 1748
        },
        "prev_heartbeat_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2454448
        },
        "rcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rcb_t"
            }
          },
          "offset": 222592
        },
        "scan_lock": {
          "type": {
            "kind": "struct",
            "name": "OS_SEMA_LOCK_T"
          },
          "offset": 2453040
        },
        "sg_dma_desc": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dma_mem"
            }
          },
          "offset": 2024
        },
        "share_opq_and_eventq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 222588
        },
        "subsysid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1778
        },
        "subvendid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1774
        },
        "taglist": {
          "type": {
            "kind": "struct",
            "name": "pqi_taglist_t"
          },
          "offset": 222600
        },
        "target_sas_addr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2454192
        },
        "tid_pool": {
          "type": {
            "kind": "struct",
            "name": "tid_pool_t"
          },
          "offset": 2454524
        },
        "timeout_in_passthrough": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458632
        },
        "timeout_in_tmf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2458636
        },
        "vendid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1772
        }
      },
      "kind": "struct"
    },
    "pr_family": {
      "size": 32,
      "fields": {
        "cmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ip_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pr_rtrhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_pfxrouter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pread_args": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nbyte_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nbyte_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "preadv_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "prefix_match_data": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "dchain": {
          "type": {
            "kind": "struct",
            "name": "llentries"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "prf_ra": {
      "size": 1,
      "fields": {
        "autonomous": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "onlink": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ra_derived": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "printranges": {
      "size": 20,
      "fields": {
        "htcapflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "maxmcs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "minmcs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ratetype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "txstream": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "priority": {
      "size": 4,
      "fields": {
        "pri_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pri_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pri_native": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pri_user": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "priority_cos": {
      "size": 4,
      "fields": {
        "cos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "priq_class": {
      "size": 88,
      "fields": {
        "cl_aqm": {
          "type": {
            "kind": "union",
            "name": "unnamed_a17bc4e4c0024e10"
          },
          "offset": 16
        },
        "cl_dropcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 72
        },
        "cl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "cl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cl_period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cl_pif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "priq_if"
            }
          },
          "offset": 32
        },
        "cl_pktattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "altq_pktattr"
            }
          },
          "offset": 40
        },
        "cl_pri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cl_q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "class_queue_t"
            }
          },
          "offset": 8
        },
        "cl_xmitcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "priq_classstats": {
      "size": 256,
      "fields": {
        "class_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "codel": {
          "type": {
            "kind": "struct",
            "name": "codel_stats"
          },
          "offset": 224
        },
        "dropcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 32
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "qlength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "red": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 56
        },
        "xmitcnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "priq_if": {
      "size": 160,
      "fields": {
        "pif_bandwidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pif_classes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "priq_class"
              }
            }
          },
          "offset": 32
        },
        "pif_default": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "priq_class"
            }
          },
          "offset": 24
        },
        "pif_ifq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaltq"
            }
          },
          "offset": 8
        },
        "pif_maxpri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pif_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "priq_if"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "priq_opts": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "prison": {
      "size": 2176,
      "fields": {
        "pr_addrs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "prison_ip"
              }
            }
          },
          "offset": 192
        },
        "pr_allow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "pr_childcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "pr_childmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "pr_children": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe9ddb972fa38d10"
          },
          "offset": 32
        },
        "pr_cpuset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset"
            }
          },
          "offset": 168
        },
        "pr_devfs_rsnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        },
        "pr_domainname": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1824
        },
        "pr_enforce_statfs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "pr_exportcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 268
        },
        "pr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pr_hostid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "pr_hostname": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1568
        },
        "pr_hostuuid": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2080
        },
        "pr_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pr_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8a3ca83001672557"
          },
          "offset": 0
        },
        "pr_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 72
        },
        "pr_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 288
        },
        "pr_osd": {
          "type": {
            "kind": "struct",
            "name": "osd"
          },
          "offset": 136
        },
        "pr_osreldate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 276
        },
        "pr_osrelease": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2144
        },
        "pr_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison"
            }
          },
          "offset": 64
        },
        "pr_path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 544
        },
        "pr_prison_racct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison_racct"
            }
          },
          "offset": 208
        },
        "pr_proclist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7c69d708019f3a6e"
          },
          "offset": 40
        },
        "pr_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pr_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 184
        },
        "pr_securelevel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 252
        },
        "pr_sibling": {
          "type": {
            "kind": "struct",
            "name": "unnamed_64b7bdafb8156add"
          },
          "offset": 48
        },
        "pr_spare": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "pr_sparep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 216
        },
        "pr_state": {
          "type": {
            "kind": "enum",
            "name": "prison_state"
          },
          "offset": 264
        },
        "pr_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 104
        },
        "pr_uref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pr_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "prison_ip": {
      "size": 24,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 0
        },
        "ips": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pr_ip": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "prison_racct": {
      "size": 288,
      "fields": {
        "prr_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prr_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4cfaa2c5cbec0761"
          },
          "offset": 0
        },
        "prr_racct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "racct"
            }
          },
          "offset": 280
        },
        "prr_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        }
      },
      "kind": "struct"
    },
    "prisonlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "prison"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "priv_fw": {
      "size": 80,
      "fields": {
        "file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_file"
            }
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fw": {
          "type": {
            "kind": "struct",
            "name": "firmware"
          },
          "offset": 48
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_38362c6fd3517abb"
          },
          "offset": 8
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "priv_fw"
            }
          },
          "offset": 24
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "private": {
      "size": 56,
      "fields": {
        "autoSrcAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hwassist": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "lower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 16
        },
        "orphan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 24
        },
        "promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "upper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "privcmd_dmop_buf": {
      "size": 16,
      "fields": {
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "uptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "privcmd_map": {
      "size": 56,
      "fields": {
        "err": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_e7db4b917d32a123"
            }
          },
          "offset": 48
        },
        "mapped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "phys_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pseudo_phys_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "pseudo_phys_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "privdata": {
      "size": 224,
      "fields": {
        "left": {
          "type": {
            "kind": "struct",
            "name": "hookinfo"
          },
          "offset": 0
        },
        "left2right": {
          "type": {
            "kind": "struct",
            "name": "hookinfo"
          },
          "offset": 112
        },
        "right": {
          "type": {
            "kind": "struct",
            "name": "hookinfo"
          },
          "offset": 56
        },
        "right2left": {
          "type": {
            "kind": "struct",
            "name": "hookinfo"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "probe_softc": {
      "size": 136,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d61a0e4cf9392775"
          },
          "offset": 16
        },
        "context": {
          "type": {
            "kind": "struct",
            "name": "MD5_CTX"
          },
          "offset": 24
        },
        "digest": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_be122afef90e464d"
          },
          "offset": 20
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 128
        },
        "request_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "proc": {
      "size": 1376,
      "fields": {
        "p_acflag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1208
        },
        "p_aioinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kaioinfo"
            }
          },
          "offset": 904
        },
        "p_args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pargs"
            }
          },
          "offset": 1024
        },
        "p_binname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 864
        },
        "p_boundary_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 936
        },
        "p_children": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7c69d708019f3a6e"
          },
          "offset": 256
        },
        "p_comm": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 992
        },
        "p_cowgen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "p_cpulimit": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1032
        },
        "p_crux": {
          "type": {
            "kind": "struct",
            "name": "rusage_ext"
          },
          "offset": 768
        },
        "p_dtrace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kdtrace_proc"
            }
          },
          "offset": 1272
        },
        "p_elf_brandinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1064
        },
        "p_elf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1056
        },
        "p_emuldata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1232
        },
        "p_exitthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 828
        },
        "p_fctl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 988
        },
        "p_fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filedesc"
            }
          },
          "offset": 72
        },
        "p_fdtol": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filedesc_to_leader"
            }
          },
          "offset": 80
        },
        "p_fibnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1044
        },
        "p_filemon": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filemon"
            }
          },
          "offset": 968
        },
        "p_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "p_flag2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "p_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3fa725fd93ca475"
          },
          "offset": 200
        },
        "p_itcallout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1144
        },
        "p_itimers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimers"
            }
          },
          "offset": 944
        },
        "p_itimmtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 360
        },
        "p_jaillist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3fa725fd93ca475"
          },
          "offset": 1360
        },
        "p_klist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knlist"
            }
          },
          "offset": 1096
        },
        "p_kqtim_stop": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5cba012c3ae4b1f2"
          },
          "offset": 1344
        },
        "p_ksi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ksiginfo"
            }
          },
          "offset": 424
        },
        "p_ktr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b65f4a7c435e7011"
          },
          "offset": 1248
        },
        "p_ktrioparms": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktr_io_params"
            }
          },
          "offset": 840
        },
        "p_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 1240
        },
        "p_leader": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 1224
        },
        "p_limco": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 112
        },
        "p_limit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "plimit"
            }
          },
          "offset": 104
        },
        "p_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3fa725fd93ca475"
          },
          "offset": 0
        },
        "p_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 872
        },
        "p_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 980
        },
        "p_md": {
          "type": {
            "kind": "struct",
            "name": "mdproc"
          },
          "offset": 1112
        },
        "p_mqnotifier": {
          "type": {
            "kind": "struct",
            "name": "unnamed_70dd566fc9313bb4"
          },
          "offset": 1264
        },
        "p_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 296
        },
        "p_nice": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1040
        },
        "p_numthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1104
        },
        "p_oppid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 512
        },
        "p_orphan": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3fa725fd93ca475"
          },
          "offset": 1320
        },
        "p_orphans": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7c69d708019f3a6e"
          },
          "offset": 1336
        },
        "p_osrel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 984
        },
        "p_pd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pwddesc"
            }
          },
          "offset": 88
        },
        "p_pdeathsig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 976
        },
        "p_peers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 1216
        },
        "p_pendingcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 940
        },
        "p_pendingexits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 964
        },
        "p_pglist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3fa725fd93ca475"
          },
          "offset": 216
        },
        "p_pgrp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pgrp"
            }
          },
          "offset": 1088
        },
        "p_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "p_pptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 232
        },
        "p_prev_runtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1296
        },
        "p_procdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "procdesc"
            }
          },
          "offset": 952
        },
        "p_profmtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 392
        },
        "p_profthreads": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 824
        },
        "p_ptevents": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 896
        },
        "p_pwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 1280
        },
        "p_racct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "racct"
            }
          },
          "offset": 1304
        },
        "p_realtimer": {
          "type": {
            "kind": "struct",
            "name": "itimerval"
          },
          "offset": 536
        },
        "p_reaper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 264
        },
        "p_reaplist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7c69d708019f3a6e"
          },
          "offset": 272
        },
        "p_reapsibling": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3fa725fd93ca475"
          },
          "offset": 280
        },
        "p_reapsubtree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1048
        },
        "p_ru": {
          "type": {
            "kind": "struct",
            "name": "rusage"
          },
          "offset": 568
        },
        "p_rux": {
          "type": {
            "kind": "struct",
            "name": "rusage_ext"
          },
          "offset": 712
        },
        "p_sibling": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3fa725fd93ca475"
          },
          "offset": 240
        },
        "p_sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 892
        },
        "p_sigacts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigacts"
            }
          },
          "offset": 176
        },
        "p_sigiolst": {
          "type": {
            "kind": "struct",
            "name": "sigiolst"
          },
          "offset": 880
        },
        "p_sigparent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 888
        },
        "p_sigqueue": {
          "type": {
            "kind": "struct",
            "name": "sigqueue_t"
          },
          "offset": 432
        },
        "p_singlethread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 912
        },
        "p_slock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "p_state": {
          "type": {
            "kind": "enum",
            "name": "p_states"
          },
          "offset": 192
        },
        "p_statmtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 328
        },
        "p_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pstats"
            }
          },
          "offset": 96
        },
        "p_suspcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 920
        },
        "p_swtick": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "p_sysent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysentvec"
            }
          },
          "offset": 1016
        },
        "p_textdvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 856
        },
        "p_textvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 848
        },
        "p_threads": {
          "type": {
            "kind": "struct",
            "name": "unnamed_806b41d9dbba3472"
          },
          "offset": 16
        },
        "p_throttled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1312
        },
        "p_traceflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 832
        },
        "p_treeflag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 960
        },
        "p_ucred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 64
        },
        "p_umtx_min_timeout": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1072
        },
        "p_vmspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmspace"
            }
          },
          "offset": 520
        },
        "p_xexit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1080
        },
        "p_xsig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1084
        },
        "p_xthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 928
        }
      },
      "kind": "struct"
    },
    "proc_ldt": {
      "size": 16,
      "fields": {
        "ldt_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ldt_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "procctl_args": {
      "size": 32,
      "fields": {
        "com": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "com_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "com_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "idtype": {
          "type": {
            "kind": "enum",
            "name": "idtype"
          },
          "offset": 0
        },
        "idtype_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "idtype_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "procctl_cmd_info": {
      "size": 32,
      "fields": {
        "copyin_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "copyout_on_error": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 4
        },
        "copyout_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "esrch_is_einval": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 4
        },
        "exec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "lock_tree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "need_candebug": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 4
        },
        "no_nonnull_data": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 4
        },
        "one_proc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 4
        },
        "sapblk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "procctl_reaper_kill": {
      "size": 80,
      "fields": {
        "rk_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rk_fpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rk_killed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rk_pad0": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rk_sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rk_subtree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "procctl_reaper_pidinfo": {
      "size": 72,
      "fields": {
        "pi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pi_pad0": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "pi_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pi_subtree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "procctl_reaper_pids": {
      "size": 72,
      "fields": {
        "rp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rp_pad0": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rp_pids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "procctl_reaper_pidinfo"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "procctl_reaper_pids32": {
      "size": 68,
      "fields": {
        "rp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rp_pad0": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rp_pids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "procctl_reaper_status": {
      "size": 80,
      "fields": {
        "rs_children": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rs_descendants": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rs_pad0": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rs_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rs_reaper": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "procdesc": {
      "size": 128,
      "fields": {
        "pd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pd_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 96
        },
        "pd_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pd_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        },
        "pd_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pd_selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 24
        },
        "pd_xstat": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "proclist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "profil_args": {
      "size": 32,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "samples": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "samples_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "samples_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "scale": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "scale_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "scale_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "size_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "size_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "promise_raid_conf": {
      "size": 2048,
      "fields": {
        "array_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 547
        },
        "array_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 546
        },
        "backup_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 876
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2044
        },
        "cylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 552
        },
        "disk": {
          "type": {
            "kind": "struct",
            "name": "promise_raid_disk"
          },
          "offset": 516
        },
        "disk_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "disk_offset_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 882
        },
        "disk_rebuild": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "disk_rebuild_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 890
        },
        "disk_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "disk_sectors_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 886
        },
        "disks": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "promise_raid_disk"
            }
          },
          "offset": 564
        },
        "dummy_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "filler1": {
          "type": {
            "count": 470,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 42
        },
        "filler2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 692
        },
        "filler3": {
          "type": {
            "count": 284,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 908
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 540
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 554
        },
        "integrity": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "magic_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28
        },
        "magic_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "magic_10": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 894
        },
        "magic_11": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 896
        },
        "magic_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38
        },
        "magic_3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 724
        },
        "magic_4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 736
        },
        "magic_5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 740
        },
        "magic_6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 748
        },
        "magic_7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 750
        },
        "magic_8": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 752
        },
        "magic_9": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 880
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 660
        },
        "promise_id": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rebuild_lba64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "sector_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 749
        },
        "sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 555
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 542
        },
        "stripe_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 545
        },
        "total_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 544
        },
        "total_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 548
        },
        "total_sectors_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 744
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 543
        },
        "volume_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 556
        }
      },
      "kind": "struct"
    },
    "promise_raid_disk": {
      "size": 12,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "protoent": {
      "size": 16,
      "fields": {
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "protosw": {
      "size": 248,
      "fields": {
        "pr_abort": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "pr_accept": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "pr_aio_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "pr_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "pr_bind": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "pr_bindat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "pr_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "pr_connect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "pr_connect2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "pr_connectat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "pr_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "pr_ctloutput": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "pr_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "pr_disconnect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "pr_domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domain"
            }
          },
          "offset": 8
        },
        "pr_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "pr_flush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "pr_listen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "pr_peeraddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "pr_protocol": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "pr_rcvd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "pr_rcvoob": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "pr_ready": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "pr_send": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "pr_sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "pr_setsbopt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "pr_shutdown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "pr_sockaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "pr_sopoll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "pr_soreceive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pr_sosend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "pr_sosetlabel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "pr_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "pr_unused": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "prpsinfo": {
      "size": 120,
      "fields": {
        "pr_fname": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "pr_psargs": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 33
        },
        "pr_psinfosz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "prpsinfo32": {
      "size": 112,
      "fields": {
        "pr_fname": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "pr_psargs": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 25
        },
        "pr_psinfosz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "prpsinfo_t": {
      "size": 120,
      "fields": {
        "pr_fname": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "pr_psargs": {
          "type": {
            "count": 81,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 33
        },
        "pr_psinfosz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "prstatus": {
      "size": 224,
      "fields": {
        "pr_cursig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pr_fpregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pr_gregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pr_osreldate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pr_reg": {
          "type": {
            "kind": "struct",
            "name": "gregset_t"
          },
          "offset": 48
        },
        "pr_statussz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "prstatus32": {
      "size": 104,
      "fields": {
        "pr_cursig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "pr_fpregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pr_gregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pr_osreldate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pr_reg": {
          "type": {
            "kind": "struct",
            "name": "reg32"
          },
          "offset": 28
        },
        "pr_statussz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "prstatus_t": {
      "size": 224,
      "fields": {
        "pr_cursig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pr_fpregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pr_gregsetsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pr_osreldate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "pr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pr_reg": {
          "type": {
            "kind": "struct",
            "name": "gregset_t"
          },
          "offset": 48
        },
        "pr_statussz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "prt_lookup_request": {
      "size": 16,
      "fields": {
        "pr_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_PCI_ROUTING_TABLE"
            }
          },
          "offset": 0
        },
        "pr_pin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pr_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ps_strings": {
      "size": 32,
      "fields": {
        "ps_argvstr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 0
        },
        "ps_envstr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 16
        },
        "ps_nargvstr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ps_nenvstr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "psb_header": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "numpst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "settlingtime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "signature": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "pselect_args": {
      "size": 48,
      "fields": {
        "ex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 24
        },
        "ex_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ex_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 8
        },
        "in_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "in_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ou": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 16
        },
        "ou_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ou_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 40
        },
        "sm_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "sm_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "ts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 32
        },
        "ts_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ts_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "psm_softc": {
      "size": 5008,
      "fields": {
        "async": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 4936
        },
        "bdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 4920
        },
        "button": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4660
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4784
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 4912
        },
        "cmdcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4932
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dflt_mode": {
          "type": {
            "kind": "struct",
            "name": "mousemode_t"
          },
          "offset": 1068
        },
        "elanaction": {
          "type": {
            "kind": "struct",
            "name": "elantechaction_t"
          },
          "offset": 852
        },
        "elanhw": {
          "type": {
            "kind": "struct",
            "name": "elantechhw_t"
          },
          "offset": 792
        },
        "evdev_a": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 4992
        },
        "evdev_r": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 5000
        },
        "extended_buttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4944
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "fpcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4692
        },
        "gesture": {
          "type": {
            "kind": "struct",
            "name": "gesture_t"
          },
          "offset": 752
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "mousehw_t"
          },
          "offset": 120
        },
        "idlepacket": {
          "type": {
            "kind": "struct",
            "name": "packetbuf_t"
          },
          "offset": 4760
        },
        "idletimeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 4744
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 112
        },
        "inputtimeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 4696
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "kbdc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "atkbdc_softc_t"
            }
          },
          "offset": 96
        },
        "lasterr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4928
        },
        "lastinputerr": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 4728
        },
        "lastsoftintr": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 4712
        },
        "mode": {
          "type": {
            "kind": "struct",
            "name": "mousemode_t"
          },
          "offset": 1040
        },
        "muxmidtimeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 4968
        },
        "muxmsbuttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4960
        },
        "muxport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4948
        },
        "muxsave": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4952
        },
        "muxsinglesyna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4984
        },
        "muxtpbuttons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4956
        },
        "pkterrors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4688
        },
        "pqueue": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "packetbuf_t"
            }
          },
          "offset": 2092
        },
        "pqueue_end": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4656
        },
        "pqueue_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4652
        },
        "queue": {
          "type": {
            "kind": "struct",
            "name": "ringbuf_t"
          },
          "offset": 1120
        },
        "rsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 8
        },
        "smoother": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "smoother_t"
            }
          },
          "offset": 512
        },
        "softcallout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 4848
        },
        "squelch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4680
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "status": {
          "type": {
            "kind": "struct",
            "name": "mousestatus_t"
          },
          "offset": 1096
        },
        "syncerrors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4684
        },
        "synhw": {
          "type": {
            "kind": "struct",
            "name": "synapticshw_t"
          },
          "offset": 140
        },
        "syninfo": {
          "type": {
            "kind": "struct",
            "name": "synapticsinfo_t"
          },
          "offset": 328
        },
        "tphw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 960
        },
        "tpinfo": {
          "type": {
            "kind": "struct",
            "name": "trackpointinfo_t"
          },
          "offset": 968
        },
        "watchdog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4780
        },
        "xaverage": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4672
        },
        "xold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4664
        },
        "yaverage": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4676
        },
        "yold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4668
        }
      },
      "kind": "struct"
    },
    "psmcpnp_softc": {
      "size": 4,
      "fields": {
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3558dae93d1c1953"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pst_header": {
      "size": 8,
      "fields": {
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fsb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "maxfid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "numpstates": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "startvid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "pstats": {
      "size": 288,
      "fields": {
        "p_cru": {
          "type": {
            "kind": "struct",
            "name": "rusage"
          },
          "offset": 0
        },
        "p_prof": {
          "type": {
            "kind": "struct",
            "name": "uprof"
          },
          "offset": 240
        },
        "p_start": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 272
        },
        "p_timer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "itimerval"
            }
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "ptrace_args": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "data_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "data_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "req_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "req_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ptrace_coredump": {
      "size": 16,
      "fields": {
        "pc_fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pc_limit": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ptrace_coredump32": {
      "size": 16,
      "fields": {
        "pc_fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pc_limit1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pc_limit2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ptrace_io_desc": {
      "size": 32,
      "fields": {
        "piod_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "piod_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "piod_offs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "piod_op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ptrace_io_desc32": {
      "size": 16,
      "fields": {
        "piod_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "piod_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "piod_offs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "piod_op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ptrace_lwpinfo": {
      "size": 160,
      "fields": {
        "pl_child_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "pl_event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pl_lwpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pl_siginfo": {
          "type": {
            "kind": "struct",
            "name": "__siginfo"
          },
          "offset": 48
        },
        "pl_siglist": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 28
        },
        "pl_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 12
        },
        "pl_syscall_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "pl_syscall_narg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "pl_tdname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "ptrace_lwpinfo32": {
      "size": 140,
      "fields": {
        "pl_child_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "pl_event": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pl_lwpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pl_siginfo": {
          "type": {
            "kind": "struct",
            "name": "siginfo32"
          },
          "offset": 44
        },
        "pl_siglist": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 28
        },
        "pl_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 12
        },
        "pl_syscall_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "pl_syscall_narg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "pl_tdname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "ptrace_sc_remote": {
      "size": 40,
      "fields": {
        "pscr_args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 32
        },
        "pscr_nargs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pscr_ret": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_ret"
          },
          "offset": 0
        },
        "pscr_syscall": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ptrace_sc_remote32": {
      "size": 24,
      "fields": {
        "pscr_args": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pscr_nargs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pscr_ret": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_ret32"
          },
          "offset": 0
        },
        "pscr_syscall": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ptrace_sc_ret": {
      "size": 24,
      "fields": {
        "sr_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sr_retval": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ptrace_sc_ret32": {
      "size": 12,
      "fields": {
        "sr_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sr_retval": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ptrace_vm_entry": {
      "size": 64,
      "fields": {
        "pve_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pve_entry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pve_fileid": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "pve_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "pve_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pve_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "pve_pathlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "pve_prot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pve_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pve_timestamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ptrace_vm_entry32": {
      "size": 40,
      "fields": {
        "pve_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pve_entry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pve_fileid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "pve_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pve_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pve_path": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "pve_pathlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pve_prot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pve_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pve_timestamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ptrace_xstate_info": {
      "size": 16,
      "fields": {
        "xsave_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xsave_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ptrace_xstate_info32": {
      "size": 12,
      "fields": {
        "xsave_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xsave_mask1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xsave_mask2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "pts_softc": {
      "size": 208,
      "fields": {
        "pts_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 192
        },
        "pts_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 200
        },
        "pts_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pts_inpoll": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 32
        },
        "pts_inwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 16
        },
        "pts_outpoll": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 120
        },
        "pts_outwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 104
        },
        "pts_pkt": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 8
        },
        "pts_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "puc_bar": {
      "size": 16,
      "fields": {
        "b_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "b_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "b_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "puc_cfg": {
      "size": 32,
      "fields": {
        "clock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "config_function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "d_ofs": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "d_rid": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ports": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 20
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 21
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "puc_port": {
      "size": 104,
      "fields": {
        "p_bar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "puc_bar"
            }
          },
          "offset": 0
        },
        "p_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "p_hasintr": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 44
        },
        "p_iharg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "p_ihsrc": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 48
        },
        "p_ipend": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "p_ires": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "p_nr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "p_rclk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "p_rres": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "p_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "puc_softc": {
      "size": 384,
      "fields": {
        "sc_bar": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "puc_bar"
            }
          },
          "offset": 24
        },
        "sc_cfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "puc_cfg"
            }
          },
          "offset": 8
        },
        "sc_cfg_data": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sc_fastintr": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 368
        },
        "sc_icookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 344
        },
        "sc_ilr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "sc_iomem": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 192
        },
        "sc_ioport": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 120
        },
        "sc_ires": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 336
        },
        "sc_irid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "sc_irq": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 264
        },
        "sc_leaving": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 368
        },
        "sc_msi": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 368
        },
        "sc_nports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "sc_polled": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 368
        },
        "sc_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "puc_port"
            }
          },
          "offset": 360
        },
        "sc_serdevs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        }
      },
      "kind": "struct"
    },
    "putchar_arg": {
      "size": 48,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "n_bufr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "p_bufr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "p_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "pri": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "remain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tty": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pv_chunk": {
      "size": 4096,
      "fields": {
        "pc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_deb2e93ec61b42d8"
          },
          "offset": 8
        },
        "pc_lru": {
          "type": {
            "kind": "struct",
            "name": "unnamed_deb2e93ec61b42d8"
          },
          "offset": 48
        },
        "pc_map": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "pc_pad": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 4096
        },
        "pc_pmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap"
            }
          },
          "offset": 0
        },
        "pc_pventry": {
          "type": {
            "count": 168,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pv_entry"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "pv_chunk_header": {
      "size": 64,
      "fields": {
        "pc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_deb2e93ec61b42d8"
          },
          "offset": 8
        },
        "pc_lru": {
          "type": {
            "kind": "struct",
            "name": "unnamed_deb2e93ec61b42d8"
          },
          "offset": 48
        },
        "pc_map": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "pc_pmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pv_chunklist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pv_chunk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pv_chunk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pv_chunks_list": {
      "size": 64,
      "fields": {
        "active_reclaims": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "pvc_list": {
          "type": {
            "kind": "struct",
            "name": "pch"
          },
          "offset": 32
        },
        "pvc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pv_entry": {
      "size": 24,
      "fields": {
        "pv_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9d4cb100dfba57f7"
          },
          "offset": 8
        },
        "pv_va": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvclock": {
      "size": 120,
      "fields": {
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 112
        },
        "get_wallclock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "get_wallclock_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "stable_flag_supported": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "tc": {
          "type": {
            "kind": "struct",
            "name": "timecounter"
          },
          "offset": 32
        },
        "timeinfos": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvclock_vcpu_time_info"
            }
          },
          "offset": 16
        },
        "vdso_enable_without_rdtscp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 26
        },
        "vdso_force_unstable": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "pvclock_vcpu_time_info": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tsc_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 28
        },
        "tsc_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tsc_to_system_mul": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvclock_wall_clock": {
      "size": 12,
      "fields": {
        "nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvscsi_cmd_desc_abort_cmd": {
      "size": 16,
      "fields": {
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pvscsi_cmd_desc_reset_device": {
      "size": 12,
      "fields": {
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvscsi_cmd_desc_setup_msg_ring": {
      "size": 136,
      "fields": {
        "num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ring_ppns": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pvscsi_cmd_desc_setup_req_call": {
      "size": 4,
      "fields": {
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvscsi_cmd_desc_setup_rings": {
      "size": 528,
      "fields": {
        "cmp_ring_num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmp_ring_ppns": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 272
        },
        "req_ring_num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "req_ring_ppns": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "rings_state_ppn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pvscsi_dma": {
      "size": 40,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pvscsi_hcb": {
      "size": 136,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 32
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 0
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 96
        },
        "e": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_ring_req_desc"
            }
          },
          "offset": 8
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b623d6e1c6e687aa"
          },
          "offset": 24
        },
        "recovery": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sense_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "sense_buffer_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "sg_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_sg_list"
            }
          },
          "offset": 120
        },
        "sg_list_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "pvscsi_ring_cmp_desc": {
      "size": 32,
      "fields": {
        "_pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "host_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "pvscsi_ring_msg_desc": {
      "size": 128,
      "fields": {
        "args": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvscsi_ring_msg_dev_status_changed": {
      "size": 128,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "pad": {
          "type": {
            "count": 27,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvscsi_ring_req_desc": {
      "size": 128,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "data_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 57
        },
        "sense_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "unused": {
          "type": {
            "count": 58,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 70
        },
        "vcpu_hint": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "pvscsi_rings_state": {
      "size": 140,
      "fields": {
        "_pad": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "cmp_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cmp_num_entries_log2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cmp_prod_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "msg_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "msg_num_entries_log2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "msg_prod_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "req_call_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "req_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_num_entries_log2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "req_prod_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvscsi_sg_element": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "pvscsi_sg_list": {
      "size": 2048,
      "fields": {
        "sge": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_sg_element"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pvscsi_softc": {
      "size": 1104,
      "fields": {
        "buffer_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 128
        },
        "bus_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 48
        },
        "cmp_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_ring_cmp_desc"
            }
          },
          "offset": 80
        },
        "cmp_ring_dma": {
          "type": {
            "kind": "struct",
            "name": "pvscsi_dma"
          },
          "offset": 944
        },
        "cmp_ring_num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "cmp_ring_ppn": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 472
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "free_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_90b840c01af58fe6"
          },
          "offset": 112
        },
        "frozen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "hcb_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "hcbs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_hcb"
            }
          },
          "offset": 104
        },
        "irq_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 176
        },
        "irq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 168
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "max_targets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "mm_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 152
        },
        "mm_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "msg_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_ring_msg_desc"
            }
          },
          "offset": 88
        },
        "msg_ring_dma": {
          "type": {
            "kind": "struct",
            "name": "pvscsi_dma"
          },
          "offset": 984
        },
        "msg_ring_num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 728
        },
        "msg_ring_ppn": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 736
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 120
        },
        "req_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_ring_req_desc"
            }
          },
          "offset": 72
        },
        "req_ring_dma": {
          "type": {
            "kind": "struct",
            "name": "pvscsi_dma"
          },
          "offset": 904
        },
        "req_ring_num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "req_ring_ppn": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 208
        },
        "rings_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_rings_state"
            }
          },
          "offset": 64
        },
        "rings_state_dma": {
          "type": {
            "kind": "struct",
            "name": "pvscsi_dma"
          },
          "offset": 864
        },
        "rings_state_ppn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "sense_buffer_dma": {
          "type": {
            "kind": "struct",
            "name": "pvscsi_dma"
          },
          "offset": 1064
        },
        "sg_list_dma": {
          "type": {
            "kind": "struct",
            "name": "pvscsi_dma"
          },
          "offset": 1024
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 40
        },
        "use_msg": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 136
        },
        "use_msi_or_msix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "use_req_call_threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "pwd": {
      "size": 40,
      "fields": {
        "pwd_adir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        },
        "pwd_cdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "pwd_jdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        },
        "pwd_rdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        },
        "pwd_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "pwddesc": {
      "size": 48,
      "fields": {
        "pd_cmask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "pd_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "pd_pwd": {
          "type": {
            "kind": "struct",
            "name": "smrpwd_t"
          },
          "offset": 32
        },
        "pd_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "pwrite_args": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nbyte_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nbyte_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "pwritev_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "q80_rcv_cntxt_req_t": {
      "size": 288,
      "fields": {
        "rds_req": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rq_rds_ring_t"
            }
          },
          "offset": 176
        },
        "rx_req": {
          "type": {
            "kind": "struct",
            "name": "q80_rq_rcv_cntxt_t"
          },
          "offset": 0
        },
        "sds_req": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rq_sds_ring_t"
            }
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "q80_rcv_cntxt_rsp_t": {
      "size": 200,
      "fields": {
        "rds_rsp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rsp_rds_ring_t"
            }
          },
          "offset": 152
        },
        "rx_rsp": {
          "type": {
            "kind": "struct",
            "name": "q80_rsp_rcv_cntxt_t"
          },
          "offset": 0
        },
        "sds_rsp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "q80_rsp_sds_ring_t"
            }
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "q80_recv_desc_t": {
      "size": 16,
      "fields": {
        "buf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "q80_rq_rcv_cntxt_t": {
      "size": 176,
      "fields": {
        "caps": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "intr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "num_rds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "num_sds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "rds_intr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rsp_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd1": {
          "type": {
            "count": 132,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "sds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "q80_rq_rds_ring_t": {
      "size": 24,
      "fields": {
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "q80_rq_sds_ring_t": {
      "size": 16,
      "fields": {
        "msi_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "q80_rsp_rcv_cntxt_t": {
      "size": 152,
      "fields": {
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "cntxt_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 152
        },
        "funcs_per_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_rds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "num_sds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "phys_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sds_ring_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "virt_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "q80_rsp_rds_ring_t": {
      "size": 8,
      "fields": {
        "producer_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "q80_rsp_sds_ring_t": {
      "size": 8,
      "fields": {
        "consumer_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "intr_mask_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "q80_stat_desc_t": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "q80_tx_cmd_t": {
      "size": 64,
      "fields": {
        "buf1_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "buf1_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "buf2_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "buf2_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "buf3_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "buf3_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "buf4_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "buf4_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "data_len_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data_len_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "flags_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ip_hdr_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "n_bufs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "port_cntxtid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsrvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsrvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "tcp_hdr_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "total_hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "vlan_tci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        }
      },
      "kind": "struct"
    },
    "q80_tx_cntxt_req_t": {
      "size": 196,
      "fields": {
        "caps": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "cmd_cons_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "intr_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "msi_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rsp_dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rsrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 44
        },
        "rsrvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "rsrvd3": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "q80_tx_cntxt_rsp_t": {
      "size": 144,
      "fields": {
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cntxt_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "intr_mask_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "phys_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "producer_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsrvd": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "virt_port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "qXfer_context": {
      "size": 4184,
      "fields": {
        "flushed": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 80
        },
        "last_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "lastmessage": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 81
        },
        "sb": {
          "type": {
            "kind": "struct",
            "name": "sbuf"
          },
          "offset": 0
        },
        "xfer_buf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 82
        }
      },
      "kind": "struct"
    },
    "q_res_req_compl": {
      "size": 48,
      "fields": {
        "host_event": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 0
        },
        "hpdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_pci_dev"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "q_util": {
      "size": 8,
      "fields": {
        "l": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "q": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "qcache": {
      "size": 40,
      "fields": {
        "qc_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        },
        "qc_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "qc_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "qc_vmem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qcache_t": {
      "size": 40,
      "fields": {
        "qc_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        },
        "qc_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "qc_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "qc_vmem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qinq_vlan": {
      "size": 4,
      "fields": {
        "inner": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "outer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "qla_cdrp": {
      "size": 32,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cmd_arg1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd_arg2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cmd_arg3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsp_arg1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsp_arg2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rsp_arg3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "qla_cdrp_t": {
      "size": 32,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cmd_arg1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd_arg2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cmd_arg3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsp_arg1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsp_arg2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rsp_arg3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "qla_config_ipv4_t": {
      "size": 32,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "ipv4_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "qla_dma": {
      "size": 48,
      "fields": {
        "alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dma_b": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_dma_t": {
      "size": 48,
      "fields": {
        "alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dma_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "dma_b": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_dmabuf": {
      "size": 392,
      "fields": {
        "context": {
          "type": {
            "kind": "struct",
            "name": "qla_dma_t"
          },
          "offset": 344
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fc680f2c4da78c36"
          },
          "offset": 0
        },
        "rds_ring": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_dma_t"
            }
          },
          "offset": 56
        },
        "sds_ring": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_dma_t"
            }
          },
          "offset": 152
        },
        "tx_ring": {
          "type": {
            "kind": "struct",
            "name": "qla_dma_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_dmabuf_t": {
      "size": 392,
      "fields": {
        "context": {
          "type": {
            "kind": "struct",
            "name": "qla_dma_t"
          },
          "offset": 344
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fc680f2c4da78c36"
          },
          "offset": 0
        },
        "rds_ring": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_dma_t"
            }
          },
          "offset": 56
        },
        "sds_ring": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_dma_t"
            }
          },
          "offset": 152
        },
        "tx_ring": {
          "type": {
            "kind": "struct",
            "name": "qla_dma_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_erase_flash": {
      "size": 8,
      "fields": {
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "qla_erase_flash_t": {
      "size": 8,
      "fields": {
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "qla_fw_cds_config_intr_coalesc_t": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "max_rcv_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "max_rcv_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "max_snd_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "max_snd_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsrvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "rsrvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsrvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rsrvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rsrvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rsrvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "sds_ring_bitmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "timer_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "usecs_to": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "qla_fw_cds_config_mac_addr_t": {
      "size": 24,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "qla_fw_cds_config_rss_t": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "ind_tbl_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "rsrvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "rss_key": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "qla_fw_cds_hdr_t": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 13
        },
        "sub_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "qla_host": {
      "size": 444520,
      "fields": {
        "err_m_getcl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443048
        },
        "err_m_getjcl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443052
        },
        "err_tx_defrag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443064
        },
        "err_tx_dmamap_create": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443056
        },
        "err_tx_dmamap_load": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443060
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c40bb634902ad830"
          },
          "offset": 0
        },
        "fw_ver_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443116
        },
        "fw_ver_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443104
        },
        "fw_ver_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443108
        },
        "fw_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 444488
        },
        "fw_ver_sub": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443112
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "qla_hw_t"
          },
          "offset": 443120
        },
        "hw_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 424
        },
        "hw_lock_held": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 420
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 368
        },
        "intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "ioctl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "irq_vec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_ivec_t"
            }
          },
          "offset": 72
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 416
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 376
        },
        "msix_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 360
        },
        "pci_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "pci_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "qla_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 444472
        },
        "qla_unlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 444480
        },
        "reg_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "resvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 418
        },
        "rx_buf": {
          "type": {
            "count": 8192,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_rx_buf_t"
            }
          },
          "offset": 33376
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443080
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443072
        },
        "rx_jbuf": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_rx_buf_t"
            }
          },
          "offset": 361056
        },
        "rx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 442984
        },
        "rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 442976
        },
        "rxj_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 443016
        },
        "tx_buf": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_tx_buf_t"
            }
          },
          "offset": 464
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443096
        },
        "tx_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 33312
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443088
        },
        "tx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 33240
        },
        "tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 33232
        },
        "tx_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 33272
        },
        "tx_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 33304
        },
        "watchdog_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "qla_host_t": {
      "size": 444520,
      "fields": {
        "err_m_getcl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443048
        },
        "err_m_getjcl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443052
        },
        "err_tx_defrag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443064
        },
        "err_tx_dmamap_create": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443056
        },
        "err_tx_dmamap_load": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443060
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c40bb634902ad830"
          },
          "offset": 0
        },
        "fw_ver_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443116
        },
        "fw_ver_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443104
        },
        "fw_ver_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443108
        },
        "fw_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 444488
        },
        "fw_ver_sub": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 443112
        },
        "hw": {
          "type": {
            "kind": "struct",
            "name": "qla_hw_t"
          },
          "offset": 443120
        },
        "hw_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 424
        },
        "hw_lock_held": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 420
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 368
        },
        "intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "ioctl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "irq_vec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_ivec_t"
            }
          },
          "offset": 72
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 416
        },
        "media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 376
        },
        "msix_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 360
        },
        "pci_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "pci_func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "pci_reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "qla_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 444472
        },
        "qla_unlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 444480
        },
        "reg_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "resvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rsrvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 418
        },
        "rx_buf": {
          "type": {
            "count": 8192,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_rx_buf_t"
            }
          },
          "offset": 33376
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443080
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443072
        },
        "rx_jbuf": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_rx_buf_t"
            }
          },
          "offset": 361056
        },
        "rx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 442984
        },
        "rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 442976
        },
        "rxj_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 443016
        },
        "tx_buf": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_tx_buf_t"
            }
          },
          "offset": 464
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443096
        },
        "tx_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 33312
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 443088
        },
        "tx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 33240
        },
        "tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 33232
        },
        "tx_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 33272
        },
        "tx_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 33304
        },
        "watchdog_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "qla_hw_t": {
      "size": 1352,
      "fields": {
        "cable_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cable_oui": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "dma_buf": {
          "type": {
            "kind": "struct",
            "name": "qla_dmabuf_t"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3d3808ec3f89418a"
          },
          "offset": 0
        },
        "frame_hdr": {
          "type": {
            "count": 74,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1272
        },
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "max_lro": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_rcv_cntxts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "max_rds_per_cntxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_rules_per_cntxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "max_sds_per_cntxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_xmt_cntxts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mod_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "num_rds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "num_sds_rings": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "rsrvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "rx_cntxt_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_rcv_cntxt_req_t"
            }
          },
          "offset": 536
        },
        "rx_cntxt_req_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "rx_cntxt_rsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_rcv_cntxt_rsp_t"
            }
          },
          "offset": 552
        },
        "rx_cntxt_rsp_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "rx_in": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 528
        },
        "rx_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "rxj_in": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 532
        },
        "rxj_next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 524
        },
        "sds": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qla_sds_t"
            }
          },
          "offset": 568
        },
        "tx_cntxt_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_tx_cntxt_req_t"
            }
          },
          "offset": 456
        },
        "tx_cntxt_req_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "tx_cntxt_rsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_tx_cntxt_rsp_t"
            }
          },
          "offset": 472
        },
        "tx_cntxt_rsp_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "tx_cons": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 488
        },
        "tx_cons_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "tx_prod_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "tx_ring_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_tx_cmd_t"
            }
          },
          "offset": 448
        },
        "txr_comp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "txr_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "txr_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        }
      },
      "kind": "struct"
    },
    "qla_ivec": {
      "size": 72,
      "fields": {
        "ha": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rcv_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32
        },
        "rcv_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "qla_ivec_t": {
      "size": 72,
      "fields": {
        "ha": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rcv_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32
        },
        "rcv_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "qla_rd_flash": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "qla_rd_flash_t": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "qla_rd_pci_ids": {
      "size": 10,
      "fields": {
        "dev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "subsys_dev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subsys_ven_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ven_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "qla_rd_pci_ids_t": {
      "size": 10,
      "fields": {
        "dev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "subsys_dev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subsys_ven_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ven_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "qla_reg_val": {
      "size": 12,
      "fields": {
        "direct": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_reg_val_t": {
      "size": 12,
      "fields": {
        "direct": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_rx_buf": {
      "size": 40,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "m_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "qla_rx_buf_t": {
      "size": 40,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "m_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "qla_sds_t": {
      "size": 176,
      "fields": {
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 16
        },
        "rcv_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rxb_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "rxj_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rxjb_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "sds_ring_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "q80_stat_desc_t"
            }
          },
          "offset": 0
        },
        "sdsr_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_set_mac_rcv_mode_t": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "qla_fw_cds_hdr_t"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "qla_tx_buf": {
      "size": 16,
      "fields": {
        "m_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_tx_buf_t": {
      "size": 16,
      "fields": {
        "m_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "qla_wr_flash": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pattern": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "qla_wr_flash_t": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pattern": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "qpi_device": {
      "size": 4,
      "fields": {
        "qd_pcibus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "qset_params": {
      "size": 48,
      "fields": {
        "coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cong_thres": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fl_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "jumbo_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "jumbo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lro": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "polling": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rspq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "txq_size": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "quotactl_args": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "arg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "arg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "uid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "uid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "r12a_c2h_tx_rpt": {
      "size": 8,
      "fields": {
        "final_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "macid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "queue_time_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "queue_time_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "txrptb0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "txrptb2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "r12a_fw_cmd_iq_calib": {
      "size": 3,
      "fields": {
        "band_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ext_5g_pa_lna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "r12a_fw_cmd_msrrpt": {
      "size": 3,
      "fields": {
        "macid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "macid_end": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "msrb0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r12a_fw_cmd_pwrmode": {
      "size": 6,
      "fields": {
        "bcn_pass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pwr_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pwrb1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pwrb5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "queue_uapsd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "r12a_rom": {
      "size": 512,
      "fields": {
        "channel_plan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "crystalcap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 185
        },
        "customer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 197
        },
        "iqk_lck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 187
        },
        "lna_type_2g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 189
        },
        "lna_type_5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 191
        },
        "macaddr_12a": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 215
        },
        "macaddr_21a": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 263
        },
        "pa_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 188
        },
        "pid_12a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 210
        },
        "pid_21a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 258
        },
        "reserved1": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved10": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 279
        },
        "reserved11": {
          "type": {
            "count": 208,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 304
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 190
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 192
        },
        "reserved4": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 203
        },
        "reserved5": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 212
        },
        "reserved6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 221
        },
        "reserved7": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 231
        },
        "reserved8": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 260
        },
        "reserved9": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 269
        },
        "rf_ant_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 201
        },
        "rf_board_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 193
        },
        "rf_bt_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 195
        },
        "rf_feature_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 194
        },
        "rfe_option": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 202
        },
        "string_12a": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 223
        },
        "string_21a": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 271
        },
        "string_ven": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 281
        },
        "thermal_meter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 186
        },
        "tx_bbswing_2g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 198
        },
        "tx_bbswing_5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 199
        },
        "tx_pwr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "r12a_tx_pwr"
            }
          },
          "offset": 16
        },
        "tx_pwr_calib_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 196
        },
        "vid_12a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "vid_21a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "r12a_rx_phystat": {
      "size": 28,
      "fields": {
        "cfosho": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "cfotail": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "csi_current": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "gain_trsw": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pcts_msk_rpt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "pdsnr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "phyw1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "phyw13": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "pwdb_all": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rx_gain_c": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "rx_gain_d": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rxevm": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "rxsnr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "sigevm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "r12a_softc": {
      "size": 496,
      "fields": {
        "ac_usb_dma_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 480
        },
        "ac_usb_dma_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 484
        },
        "ampdu_max_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 488
        },
        "board_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 123
        },
        "bt_ant_num": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 122
        },
        "bt_coex": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 122
        },
        "bw160_tx_pwr_diff_5g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 361
        },
        "bw20_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 265
        },
        "bw20_tx_pwr_diff_5g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 313
        },
        "bw40_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 281
        },
        "bw40_tx_pwr_diff_5g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 329
        },
        "bw80_tx_pwr_diff_5g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 345
        },
        "cck_tx_pwr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 129
        },
        "cck_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 233
        },
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "crystalcap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 125
        },
        "ext_lna_2g": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "ext_lna_5g": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "ext_pa_2g": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "ext_pa_5g": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "ht40_tx_pwr_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 153
        },
        "ht40_tx_pwr_5g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 14,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 177
        },
        "ofdm_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 249
        },
        "ofdm_tx_pwr_diff_5g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 297
        },
        "regulatory": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 124
        },
        "rfe_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 126
        },
        "rs_chan_check": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 8
        },
        "rs_crystalcap_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 416
        },
        "rs_fix_spur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "rs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rs_init_ampdu_fwhw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 456
        },
        "rs_init_burstlen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 448
        },
        "rs_iq_calib_fw_supported": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 464
        },
        "rs_iq_calib_sw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 472
        },
        "rs_newstate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 384
        },
        "rs_radar": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rs_scan_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 408
        },
        "rs_scan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 400
        },
        "rs_set_band_2ghz": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 432
        },
        "rs_set_band_5ghz": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 440
        },
        "sc_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 380
        },
        "tx_bbswing_2g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 127
        },
        "tx_bbswing_5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "type_lna_2g": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 121
        },
        "type_lna_5g": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 122
        },
        "type_pa_2g": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "type_pa_5g": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 121
        }
      },
      "kind": "struct"
    },
    "r12a_tx_desc": {
      "size": 40,
      "fields": {
        "flags0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "txdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "txdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "txdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txdw5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "txdw6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "txdw8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "txdw9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "r12a_tx_pwr": {
      "size": 42,
      "fields": {
        "pwr_2g": {
          "type": {
            "kind": "struct",
            "name": "r12a_tx_pwr_2g"
          },
          "offset": 0
        },
        "pwr_5g": {
          "type": {
            "kind": "struct",
            "name": "r12a_tx_pwr_5g"
          },
          "offset": 18
        },
        "pwr_diff_2g": {
          "type": {
            "kind": "struct",
            "name": "r12a_tx_pwr_diff_2g"
          },
          "offset": 11
        },
        "pwr_diff_5g": {
          "type": {
            "kind": "struct",
            "name": "r12a_tx_pwr_diff_5g"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "r12a_tx_pwr_2g": {
      "size": 11,
      "fields": {
        "cck": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ht40": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "r12a_tx_pwr_5g": {
      "size": 14,
      "fields": {
        "ht40": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r12a_tx_pwr_diff_2g": {
      "size": 7,
      "fields": {
        "diff123": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_f58ed9d060f21281"
            }
          },
          "offset": 1
        },
        "ht20_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r12a_tx_pwr_diff_5g": {
      "size": 10,
      "fields": {
        "ht20_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ht40_ht20": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "ht80_ht160": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "ofdm_ofdm": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "r88e_fw_cmd": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "msg": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "r88e_fw_cmd_msrrpt": {
      "size": 2,
      "fields": {
        "macid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "msrb0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r88e_fw_cmd_pwrmode": {
      "size": 5,
      "fields": {
        "bcn_pass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pwr_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pwrb1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "queue_uapsd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "r88e_fw_cmd_rsvdpage": {
      "size": 5,
      "fields": {
        "null_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "null_data_qos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "null_data_qos_bt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "probe_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ps_poll": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "r88e_iq_cal_reg_vals": {
      "size": 108,
      "fields": {
        "adda": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bcn_ctrl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "cck0_afesetting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "config_ant0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "config_ant1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "fpga0_rfifaceoe0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "fpga0_rfifaceoe1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "fpga0_rfifacesw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "fpga0_rfifacesw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "gpio_muxcfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ofdm0_trmuxpar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ofdm0_trxpathena": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "txpause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "r88e_rom": {
      "size": 512,
      "fields": {
        "cck_tx_pwr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "channel_plan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "crystalcap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 185
        },
        "customer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 197
        },
        "diff_d0": {
          "type": {
            "kind": "union",
            "name": "unnamed_d2858b7303fe7d43"
          },
          "offset": 208
        },
        "ht40_tx_pwr": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "reserved1": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 156,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 187
        },
        "reserved4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 198
        },
        "reserved5": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 202
        },
        "reserved7": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 221
        },
        "reserved8": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 256
        },
        "rf_ant_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 201
        },
        "rf_board_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 193
        },
        "rf_bt_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 195
        },
        "rf_feature_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 194
        },
        "string": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 223
        },
        "thermal_meter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 186
        },
        "tx_pwr_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 196
        }
      },
      "kind": "struct"
    },
    "r88e_rx_phystat": {
      "size": 26,
      "fields": {
        "agc_rpt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "noise_power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "noise_power_db_lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "path_agc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "path_cfotail": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "path_rxsnr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "pcts_mask": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "rpt_b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sig_evm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "sig_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "stream_csi": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "stream_rxevm": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "stream_target_csi": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "r88e_tx_rpt_ccx": {
      "size": 8,
      "fields": {
        "final_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "queue_time_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "queue_time_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rptb0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rptb1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rptb2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rptb6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rptb7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "r92c_c2h_tx_rpt": {
      "size": 8,
      "fields": {
        "queue_time_high": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "queue_time_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rptb0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rptb1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rptb4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rptb5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rptb6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rptb7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "r92c_fw_cmd": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "msg": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "r92c_fw_cmd_joinbss_rpt": {
      "size": 1,
      "fields": {
        "mstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r92c_fw_cmd_macid_cfg": {
      "size": 5,
      "fields": {
        "macid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r92c_fw_cmd_pwrmode": {
      "size": 3,
      "fields": {
        "bcn_pass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "smart_ps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "r92c_fw_cmd_rssi": {
      "size": 3,
      "fields": {
        "macid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pwdb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "r92c_fw_cmd_rsvdpage": {
      "size": 3,
      "fields": {
        "null_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "probe_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ps_poll": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "r92c_fw_hdr": {
      "size": 32,
      "fields": {
        "category": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "date": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ramcodesize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "subversion": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "svnidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "r92c_iq_cal_reg_vals": {
      "size": 108,
      "fields": {
        "adda": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bcn_ctrl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "cck0_afesetting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "config_ant0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "config_ant1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "fpga0_rfifaceoe0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "fpga0_rfifaceoe1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "fpga0_rfifacesw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "fpga0_rfifacesw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "gpio_muxcfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ofdm0_trmuxpar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ofdm0_trxpathena": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "txpause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "r92c_rom": {
      "size": 128,
      "fields": {
        "cck_tx_pwr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 90
        },
        "channel_plan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 117
        },
        "customer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 127
        },
        "dbg_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ep_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ht20_max_pwr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 114
        },
        "ht20_tx_pwr_diff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 105
        },
        "ht40_1s_tx_pwr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 96
        },
        "ht40_2s_tx_pwr_diff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 102
        },
        "ht40_max_pwr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 111
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "ofdm_tx_pwr_diff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 108
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserved1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "reserved4": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 125
        },
        "rf_opt1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 121
        },
        "rf_opt2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 122
        },
        "rf_opt3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 123
        },
        "rf_opt4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 124
        },
        "string": {
          "type": {
            "count": 61,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "subcustomer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 89
        },
        "thermal_meter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "tssi": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 118
        },
        "usb_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "usb_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 126
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "r92c_rx_cck": {
      "size": 6,
      "fields": {
        "adc_pwdb": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "agc_rpt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sq_rpt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "r92c_rx_phystat": {
      "size": 28,
      "fields": {
        "cfosho": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "cfotail": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "csi_current": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "csi_target": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        },
        "max_ex_pwr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "pdsnr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "phy_byte28": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "pwdb_all": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rxevm": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "rxsnr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "sigevm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "trsw_gain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r92c_rx_stat": {
      "size": 24,
      "fields": {
        "rxdw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rxdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rxdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tsf_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "r92c_softc": {
      "size": 208,
      "fields": {
        "board_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "crystalcap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "pa_setting": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "regulatory": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "rf_chnlbw": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 196
        },
        "rf_read_delay": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 184
        },
        "rs_c2h_paused": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "rs_c2h_pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "rs_c2h_report": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 8
        },
        "rs_c2h_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "rs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rs_get_txpower": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "rs_scan_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "rs_scan_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "rs_set_bw20": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "rs_set_gain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "rs_set_rom_opts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "rs_tx_enable_ampdu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "rs_tx_setup_hwseq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "rs_tx_setup_macid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "rs_txagc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "rs_txpwr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "r92c_tx_desc": {
      "size": 28,
      "fields": {
        "flags0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "txdseq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "txdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "txdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "txdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txdw5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "txdw6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "r92ce_iq_cal_reg_vals": {
      "size": 84,
      "fields": {
        "adda": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bcn_ctrl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "fpga0_rfifacesw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "gpio_muxcfg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ofdm0_trmuxpar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ofdm0_trxpathena": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "txpause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "r92ce_tx_desc": {
      "size": 64,
      "fields": {
        "flags0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nextdescaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nextdescaddr64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "txbufaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "txbufaddr64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "txbufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "txdseq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "txdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "txdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "txdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txdw5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "txdw6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "r92e_rom": {
      "size": 512,
      "fields": {
        "channel_plan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "crystalcap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 185
        },
        "customer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 197
        },
        "iqk_lck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 187
        },
        "lna_type_2g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 189
        },
        "lna_type_5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 191
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 215
        },
        "pa_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 188
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 210
        },
        "reserved1": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 190
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 192
        },
        "reserved4": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 203
        },
        "reserved5": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 212
        },
        "reserved6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 221
        },
        "reserved7": {
          "type": {
            "count": 282,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 230
        },
        "rf_ant_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 201
        },
        "rf_board_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 193
        },
        "rf_bt_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 195
        },
        "rf_feature_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 194
        },
        "rfe_option": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 202
        },
        "string": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 223
        },
        "thermal_meter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 186
        },
        "tx_bbswing_2g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 198
        },
        "tx_bbswing_5g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 199
        },
        "tx_pwr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "r92e_tx_pwr"
            }
          },
          "offset": 16
        },
        "tx_pwr_calib_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 196
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "r92e_softc": {
      "size": 140,
      "fields": {
        "ac_usb_dma_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "ac_usb_dma_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "bw20_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 84
        },
        "bw40_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 100
        },
        "cck_tx_pwr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 4
        },
        "cck_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 52
        },
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "crystalcap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ht40_tx_pwr_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 28
        },
        "ofdm_tx_pwr_diff_2g": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 68
        },
        "regulatory": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rf_chnlbw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 124
        },
        "rs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "r92e_tx_pwr": {
      "size": 42,
      "fields": {
        "pwr_2g": {
          "type": {
            "kind": "struct",
            "name": "r92e_tx_pwr_2g"
          },
          "offset": 0
        },
        "pwr_diff_2g": {
          "type": {
            "kind": "struct",
            "name": "r92e_tx_pwr_diff_2g"
          },
          "offset": 11
        },
        "reserved": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "r92e_tx_pwr_2g": {
      "size": 11,
      "fields": {
        "cck": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ht40": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "r92e_tx_pwr_diff_2g": {
      "size": 7,
      "fields": {
        "diff123": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_f58ed9d060f21281"
            }
          },
          "offset": 1
        },
        "ht20_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r92s_add_ba_event": {
      "size": 10,
      "fields": {
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "r92s_event_join_bss": {
      "size": 144,
      "fields": {
        "associd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bss": {
          "type": {
            "kind": "struct",
            "name": "ndis_wlan_bssid_ex"
          },
          "offset": 28
        },
        "fixed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "join_res": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lastscanned": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "networktype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "r92s_fw_cmd_auth": {
      "size": 2,
      "fields": {
        "dot1x": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r92s_fw_cmd_hdr": {
      "size": 8,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "r92s_fw_cmd_set_key": {
      "size": 19,
      "fields": {
        "algo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cam_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "grpkey": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "r92s_fw_cmd_set_key_mac": {
      "size": 23,
      "fields": {
        "algo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r92s_fw_cmd_sitesurvey": {
      "size": 45,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ssid": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "ssidlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "r92s_fw_hdr": {
      "size": 80,
      "fields": {
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "dmemsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "efuse_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "h2c_resp_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "imemsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "priv": {
          "type": {
            "kind": "struct",
            "name": "r92s_fw_priv"
          },
          "offset": 32
        },
        "privsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sramsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "svnrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "r92s_fw_priv": {
      "size": 48,
      "fields": {
        "agg_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "ampdu_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "amsdu2ampdu_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "beacon_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "bw40_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "chip_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "custid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "def_nettype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "hci_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "hwpc_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "lbk_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "lowpower_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "mlme_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "mp_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "nendpoints": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ps_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "qos_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rc_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "regulatory": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rf_config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rfintfs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "tcp_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "tcp_rx_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "tcp_tx_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "tcpcsum_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "turbo_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "vcs_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "vcs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "wwlan_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "r92s_rx_cck": {
      "size": 6,
      "fields": {
        "adc_pwdb": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "agc_rpt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sq_rpt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "r92s_rx_phystat": {
      "size": 32,
      "fields": {
        "phydw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phydw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phydw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "phydw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "phydw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "phydw5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "phydw6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "phydw7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "r92s_rx_stat": {
      "size": 24,
      "fields": {
        "rxdw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rxdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rxdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tsf_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "r92s_set_channel": {
      "size": 4,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "r92s_set_pwr_mode": {
      "size": 14,
      "fields": {
        "app_itv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "awake_bcn_itv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "bcn_itv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "bcn_pass_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bcn_pass_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bcn_rx_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bcn_to": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "dps_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "low_traffic_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lpnav_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rf_low_snr_en": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "smart_ps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "r92s_tx_desc": {
      "size": 32,
      "fields": {
        "ipchksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "tcpchksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "txbufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "txdw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "txdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "txdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "txdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txdw5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "r_debug": {
      "size": 40,
      "fields": {
        "r_brk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "r_ldbase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "r_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "link_map"
            }
          },
          "offset": 8
        },
        "r_state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_41bb87f868a35c62"
          },
          "offset": 24
        },
        "r_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "racct": {
      "size": 208,
      "fields": {
        "r_resources": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        },
        "r_rule_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0358bbec111ab4ef"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "radix4_addr_entry": {
      "size": 120,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 96
        },
        "nhop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 112
        },
        "rn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "radix4_data": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 0
        },
        "rh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_head"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "radix6_addr_entry": {
      "size": 128,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "sa_in6"
          },
          "offset": 96
        },
        "nhop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 120
        },
        "rn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "radix6_data": {
      "size": 16,
      "fields": {
        "fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 0
        },
        "rh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_head"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "radix_head": {
      "size": 16,
      "fields": {
        "rnh_masks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_mask_head"
            }
          },
          "offset": 8
        },
        "rnh_treetop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "radix_mask": {
      "size": 32,
      "fields": {
        "rm_bit": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "rm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rm_mklist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_mask"
            }
          },
          "offset": 8
        },
        "rm_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rm_rmu": {
          "type": {
            "kind": "union",
            "name": "unnamed_85688f0d338dc7c8"
          },
          "offset": 16
        },
        "rm_unused": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "radix_mask_head": {
      "size": 160,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "radix_head"
          },
          "offset": 0
        },
        "mask_nodes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "radix_node": {
      "size": 48,
      "fields": {
        "rn_bit": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        },
        "rn_bmask": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 18
        },
        "rn_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "rn_mklist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_mask"
            }
          },
          "offset": 0
        },
        "rn_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 8
        },
        "rn_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_7bfbb76d273d3d68"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "radix_node_head": {
      "size": 408,
      "fields": {
        "rh": {
          "type": {
            "kind": "struct",
            "name": "radix_head"
          },
          "offset": 0
        },
        "rnh_addaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "rnh_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "rnh_deladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "rnh_lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 216
        },
        "rnh_lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "rnh_matchaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "rnh_nodes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 72
        },
        "rnh_walktree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "rnh_walktree_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "radix_tree_iter": {
      "size": 8,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "radix_tree_node": {
      "size": 520,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 512
        },
        "slots": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "radix_tree_root": {
      "size": 16,
      "fields": {
        "gfp_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_tree_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "raid_map": {
      "size": 8256,
      "fields": {
        "data_disks_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "data_encryption_key_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "dev_data": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "raidmap_data_t"
            }
          },
          "offset": 64
        },
        "disk_blk_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28
        },
        "disk_starting_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "layout_map_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "metadata_disks_per_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "parity_rotation_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "phys_blk_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "row_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "strip_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "structure_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "volume_blk_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "volume_blk_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "raid_path_error_info_elem": {
      "size": 276,
      "fields": {
        "data_in_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data_in_transferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data_out_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "data_out_transferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "resp_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "sense_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "status_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_1e932733ef5ce589"
          },
          "offset": 20,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "raid_path_error_info_elem_t": {
      "size": 276,
      "fields": {
        "data_in_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data_in_transferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data_out_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "data_out_transferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "resp_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "sense_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "status_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_1e932733ef5ce589"
          },
          "offset": 20,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "raidmap_data": {
      "size": 8,
      "fields": {
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "xor_mult": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "raidmap_data_t": {
      "size": 8,
      "fields": {
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "xor_mult": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ral_opns": {
      "size": 48,
      "fields": {
        "attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "shutdown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ral_pci_ident": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ral_pci_softc": {
      "size": 41616,
      "fields": {
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 41592
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 41600
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 41608
        },
        "sc_opns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ral_opns"
            }
          },
          "offset": 41584
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_a991d2e2aeea5bdf"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ramrod_data": {
      "size": 8,
      "fields": {
        "data_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "random_algorithm": {
      "size": 48,
      "fields": {
        "ra_event_processor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "ra_ident": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ra_poolcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ra_pre_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ra_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ra_seeded": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "random_source": {
      "size": 24,
      "fields": {
        "rs_ident": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rs_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "rs_source": {
          "type": {
            "kind": "enum",
            "name": "random_entropy_source"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "random_sources": {
      "size": 24,
      "fields": {
        "rrs_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_98deee1b7046b3d9"
          },
          "offset": 0
        },
        "rrs_source": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "random_source"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "randomdev_hash": {
      "size": 104,
      "fields": {
        "sha": {
          "type": {
            "kind": "struct",
            "name": "SHA256_CTX"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "randomdev_key": {
      "size": 580,
      "fields": {
        "chacha": {
          "type": {
            "kind": "struct",
            "name": "chacha_ctx"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_68938f2d8a5cfcf3"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "randomtab": {
      "size": 96,
      "fields": {
        "pfacts": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "ru_a": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ru_agen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ru_b": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ru_bits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ru_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ru_g": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ru_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ru_m": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ru_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ru_msb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ru_n": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ru_out": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "ru_reseed": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "ru_seed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ru_seed2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ru_x": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "rangelock": {
      "size": 24,
      "fields": {
        "rl_currdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_q_entry"
            }
          },
          "offset": 16
        },
        "rl_waiters": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7f5a909dbd652443"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rangeset": {
      "size": 40,
      "fields": {
        "rs_alloc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rs_data_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "rs_dup_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "rs_free_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "rs_trie": {
          "type": {
            "kind": "struct",
            "name": "pctrie"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rankPos": {
      "size": 4,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "curr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "rate_info": {
      "size": 10,
      "fields": {
        "bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "he_dcm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "he_gi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "he_ru_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "legacy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "nss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "rate_power_tbl": {
      "size": 24,
      "fields": {
        "chain1": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "chain2": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "chain3": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "rateCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rateIdx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rateKbps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "stbc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "txbf": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "txpower": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 10
        },
        "txpower_stbc": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rate_shaping_counter": {
      "size": 8,
      "fields": {
        "__reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "quota": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rate_shaping_vars_per_port": {
      "size": 8,
      "fields": {
        "rs_periodic_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rs_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rate_shaping_vars_per_vn": {
      "size": 8,
      "fields": {
        "vn_counter": {
          "type": {
            "kind": "struct",
            "name": "rate_shaping_counter"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rate_stats": {
      "size": 48,
      "fields": {
        "average_tx_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ewma_pct": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "last_tx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "packets_acked": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "perfect_tx_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "successive_failures": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "total_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ratemedia": {
      "size": 8,
      "fields": {
        "match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "media": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rawSeq": {
      "size": 12,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rawSeqStore_t": {
      "size": 40,
      "fields": {
        "capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "posInSequence": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rawSeq"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "raw_op": {
      "size": 8,
      "fields": {
        "offset": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "op": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "raw_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rb_node": {
      "size": 24,
      "fields": {
        "__entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_671e413f0c822a07"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rb_root": {
      "size": 8,
      "fields": {
        "rb_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rb_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rb_root_cached": {
      "size": 16,
      "fields": {
        "rb_leftmost": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rb_node"
            }
          },
          "offset": 8
        },
        "rb_root": {
          "type": {
            "kind": "struct",
            "name": "rb_root"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rc4_state": {
      "size": 258,
      "fields": {
        "index1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 256
        },
        "index2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 257
        },
        "perm": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rc_data": {
      "size": 328,
      "fields": {
        "rc_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 32
        },
        "rc_backchannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 288
        },
        "rc_client": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "CLIENT"
            }
          },
          "offset": 264
        },
        "rc_closed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        },
        "rc_connecting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "rc_err": {
          "type": {
            "kind": "struct",
            "name": "rpc_err"
          },
          "offset": 272
        },
        "rc_intr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "rc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "rc_nconf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netconfig"
            }
          },
          "offset": 160
        },
        "rc_privport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 228
        },
        "rc_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rc_reconarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 320
        },
        "rc_reconcall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "rc_recvsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rc_retries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "rc_retry": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 208
        },
        "rc_sendsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "rc_timeout": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 192
        },
        "rc_tls": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 296
        },
        "rc_tlscertname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 304
        },
        "rc_ucred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 256
        },
        "rc_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rc_waitchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 232
        }
      },
      "kind": "struct"
    },
    "rc_dec": {
      "size": 40,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "in_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "in_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "init_bytes_left": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "range": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rcb": {
      "size": 32,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a02e2bcdc5d772d"
          },
          "offset": 0
        },
        "rcb_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rcb_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rcb_t": {
      "size": 200,
      "fields": {
        "aio_retry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "bcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "cdbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "cm_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 184
        },
        "cm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "cm_datamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 168
        },
        "cm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "cmdlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "data_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqi_scsi_dev_t"
            }
          },
          "offset": 48
        },
        "enc_info": {
          "type": {
            "kind": "struct",
            "name": "pqi_enc_info"
          },
          "offset": 104
        },
        "encrypt_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "error_cmp_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "error_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "path": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "req_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "req_q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ib_queue_t"
            }
          },
          "offset": 120
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "sg_chain_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sg_chain_virt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 24
        },
        "sgt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 192
        },
        "softs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqisrc_softstate"
            }
          },
          "offset": 56
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "REQUEST_STATUS"
          },
          "offset": 16
        },
        "success_cmp_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "timedout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tm_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "rctl_add_rule_args": {
      "size": 32,
      "fields": {
        "inbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "inbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "inbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "inbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "inbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "inbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "outbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "outbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "outbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "outbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "outbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "outbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rctl_get_limits_args": {
      "size": 32,
      "fields": {
        "inbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "inbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "inbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "inbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "inbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "inbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "outbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "outbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "outbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "outbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "outbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "outbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rctl_get_racct_args": {
      "size": 32,
      "fields": {
        "inbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "inbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "inbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "inbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "inbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "inbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "outbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "outbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "outbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "outbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "outbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "outbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rctl_get_rules_args": {
      "size": 32,
      "fields": {
        "inbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "inbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "inbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "inbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "inbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "inbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "outbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "outbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "outbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "outbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "outbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "outbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rctl_remove_rule_args": {
      "size": 32,
      "fields": {
        "inbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "inbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "inbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "inbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "inbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "inbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "outbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "outbuflen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "outbuflen_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "outbufp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "outbufp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "outbufp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rctl_rule": {
      "size": 80,
      "fields": {
        "rr_action": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rr_amount": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "rr_per": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rr_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rr_resource": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "rr_subject": {
          "type": {
            "kind": "union",
            "name": "unnamed_7127542696943fb8"
          },
          "offset": 8
        },
        "rr_subject_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rr_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "rctl_rule_link": {
      "size": 32,
      "fields": {
        "rrl_exceeded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rrl_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_591255026c066aba"
          },
          "offset": 0
        },
        "rrl_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rctl_rule"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rcu_head": {
      "size": 16,
      "fields": {
        "raw": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rcu_work": {
      "size": 80,
      "fields": {
        "rcu": {
          "type": {
            "kind": "struct",
            "name": "rcu_head"
          },
          "offset": 56
        },
        "work": {
          "type": {
            "kind": "struct",
            "name": "work_struct"
          },
          "offset": 0
        },
        "wq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "rdcphy_softc": {
      "size": 112,
      "fields": {
        "mii_link_tick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "mii_sc": {
          "type": {
            "kind": "struct",
            "name": "mii_softc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "read_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nbyte_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nbyte_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "read_element_status_descriptor": {
      "size": 344,
      "fields": {
        "dt_or_obsolete": {
          "type": {
            "kind": "union",
            "name": "unnamed_24a6190e9bebb0ce"
          },
          "offset": 6
        },
        "eaddr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sense_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ssea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "voltag_devid": {
          "type": {
            "kind": "union",
            "name": "unnamed_7ec1849ecf348ee8"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "read_element_status_device_id": {
      "size": 260,
      "fields": {
        "designator": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "designator_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "piv_assoc_designator_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "prot_code_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "read_element_status_header": {
      "size": 8,
      "fields": {
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "fear": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nbytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "read_element_status_page_header": {
      "size": 8,
      "fields": {
        "edl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nbytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "readlink_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "count_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "count_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "readlinkat_args": {
      "size": 32,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "bufsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "bufsize_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "readv_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "reap_kill_proc_work": {
      "size": 72,
      "fields": {
        "cr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 0
        },
        "error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "ksi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ksiginfo_t"
            }
          },
          "offset": 16
        },
        "rk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "procctl_reaper_kill"
            }
          },
          "offset": 24
        },
        "t": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 40
        },
        "target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reap_kill_tracker": {
      "size": 24,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dea599f2e59b2efa"
          },
          "offset": 8
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "reap_kill_tracker_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "reap_kill_tracker"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "reap_kill_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reboot_args": {
      "size": 8,
      "fields": {
        "opt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "opt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "opt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "recvfrom_args": {
      "size": 48,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 32
        },
        "from_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "from_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "fromlenaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "fromlenaddr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "fromlenaddr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "recvmsg_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msghdr"
            }
          },
          "offset": 8
        },
        "msg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "red": {
      "size": 128,
      "fields": {
        "red_avg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "red_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "red_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "red_idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "red_inv_pmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "red_last": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 64
        },
        "red_old": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "red_pkttime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "red_probd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "red_stats": {
          "type": {
            "kind": "struct",
            "name": "unnamed_46cdedcf148c5ff4"
          },
          "offset": 80
        },
        "red_thmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "red_thmax_s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "red_thmin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "red_thmin_s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "red_weight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "red_wshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "red_wtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wtab"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "red_t": {
      "size": 128,
      "fields": {
        "red_avg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "red_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "red_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "red_idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "red_inv_pmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "red_last": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 64
        },
        "red_old": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "red_pkttime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "red_probd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "red_stats": {
          "type": {
            "kind": "struct",
            "name": "unnamed_46cdedcf148c5ff4"
          },
          "offset": 80
        },
        "red_thmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "red_thmax_s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "red_thmin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "red_thmin_s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "red_weight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "red_wshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "red_wtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wtab"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "redparams": {
      "size": 12,
      "fields": {
        "inv_pmax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "th_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "th_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "redstats": {
      "size": 56,
      "fields": {
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 24
        },
        "drop_forced": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "drop_unforced": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "marked_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "q_avg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "refill_fl_cb_arg": {
      "size": 32,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reg": {
      "size": 176,
      "fields": {
        "r_cs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "r_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "r_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "r_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "r_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "r_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "r_r10": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "r_r11": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "r_r12": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "r_r13": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "r_r14": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "r_r15": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "r_r8": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "r_r9": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "r_rax": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "r_rbp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "r_rbx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "r_rcx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "r_rdi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "r_rdx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "r_rflags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "r_rip": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "r_rsi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "r_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "r_ss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "r_trapno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "reg32": {
      "size": 76,
      "fields": {
        "r_cs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "r_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "r_eax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "r_ebp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r_ebx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "r_ecx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "r_edi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r_edx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "r_eflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "r_eip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "r_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "r_es": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r_esi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "r_esp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "r_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "r_isp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "r_ss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "r_trapno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "regDomain": {
      "size": 184,
      "fields": {
        "chan11a": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "chan11a_dyn_turbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "chan11a_half": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 72
        },
        "chan11a_quarter": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "chan11a_turbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "chan11b": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "chan11g": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 120
        },
        "chan11g_half": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "chan11g_quarter": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 168
        },
        "chan11g_turbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "conformanceTestLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dfsMask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pscan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "regDmnEnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "regDomainPair": {
      "size": 32,
      "fields": {
        "flags2GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags5GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pscanMask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "regDmn2GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "regDmn5GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "regDmnEnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "singleCC": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "reg_addr": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "chips": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "presets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "reg_val": {
      "size": 8,
      "fields": {
        "clear_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mmd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reg_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "set_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "region_descriptor": {
      "size": 10,
      "fields": {
        "rd_base": {
          "type": {
            "bit_length": 64,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2
        },
        "rd_limit": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "regpair_native_t": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "regpair_t": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "regset": {
      "size": 32,
      "fields": {
        "get": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "note": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "regulatory_request": {
      "size": 20,
      "fields": {
        "alpha2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "country_ie_env": {
          "type": {
            "kind": "enum",
            "name": "environment_cap"
          },
          "offset": 4
        },
        "dfs_region": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "initiator": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "user_reg_hint_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "reiserfs_sb": {
      "size": 116,
      "fields": {
        "fake1": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fake2": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 62
        },
        "fake3": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 74
        },
        "s_magic": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 52
        },
        "s_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "s_volume_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 100
        }
      },
      "kind": "struct"
    },
    "reiserfs_sb_t": {
      "size": 116,
      "fields": {
        "fake1": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fake2": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 62
        },
        "fake3": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 74
        },
        "s_magic": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 52
        },
        "s_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "s_volume_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 100
        }
      },
      "kind": "struct"
    },
    "rejected_reply": {
      "size": 12,
      "fields": {
        "rj_stat": {
          "type": {
            "kind": "enum",
            "name": "reject_stat"
          },
          "offset": 0
        },
        "ru": {
          "type": {
            "kind": "union",
            "name": "unnamed_1f9b61d984ddafe2"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rename_args": {
      "size": 16,
      "fields": {
        "from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "from_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "from_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "to_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "renameat_args": {
      "size": 32,
      "fields": {
        "new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "new_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "new_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "newfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "newfd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "newfd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "old_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "old_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oldfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "oldfd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "oldfd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "repcodes_s": {
      "size": 12,
      "fields": {
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "repcodes_t": {
      "size": 12,
      "fields": {
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "replay_cache": {
      "size": 4168,
      "fields": {
        "rc_all": {
          "type": {
            "kind": "struct",
            "name": "replay_cache_list"
          },
          "offset": 4096
        },
        "rc_cache": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "replay_cache_list"
            }
          },
          "offset": 0
        },
        "rc_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4144
        },
        "rc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 4112
        },
        "rc_maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4160
        },
        "rc_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4152
        }
      },
      "kind": "struct"
    },
    "replay_cache_entry": {
      "size": 320,
      "fields": {
        "rce_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 80
        },
        "rce_alllink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e01ce52e132f2b96"
          },
          "offset": 304
        },
        "rce_hash": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rce_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e01ce52e132f2b96"
          },
          "offset": 288
        },
        "rce_msg": {
          "type": {
            "kind": "struct",
            "name": "rpc_msg"
          },
          "offset": 8
        },
        "rce_repbody": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 280
        },
        "rce_repmsg": {
          "type": {
            "kind": "struct",
            "name": "rpc_msg"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "replay_cache_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "replay_cache_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "replay_cache_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reply_body": {
      "size": 56,
      "fields": {
        "rp_stat": {
          "type": {
            "kind": "enum",
            "name": "reply_stat"
          },
          "offset": 0
        },
        "ru": {
          "type": {
            "kind": "union",
            "name": "unnamed_f16500b57b20c53d"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "report_lun_data_ext": {
      "size": 32,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "reportlun_header_t"
          },
          "offset": 0
        },
        "lun_entries": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "reportlun_ext_entry_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "report_lun_ext_entry": {
      "size": 24,
      "fields": {
        "device_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lun_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "lunid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "redundant_paths": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "wwid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "report_lun_header": {
      "size": 8,
      "fields": {
        "extended_response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "list_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "reportlun_data_ext_t": {
      "size": 32,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "reportlun_header_t"
          },
          "offset": 0
        },
        "lun_entries": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "reportlun_ext_entry_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reportlun_ext_entry_t": {
      "size": 24,
      "fields": {
        "device_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lun_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "lunid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "redundant_paths": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "wwid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reportlun_header_t": {
      "size": 8,
      "fields": {
        "extended_response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "list_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "reportlun_queue_depth_data": {
      "size": 32,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "reportlun_header_t"
          },
          "offset": 0
        },
        "lun_entries": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "reportlun_queue_depth_entry_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reportlun_queue_depth_data_t": {
      "size": 32,
      "fields": {
        "header": {
          "type": {
            "kind": "struct",
            "name": "reportlun_header_t"
          },
          "offset": 0
        },
        "lun_entries": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "reportlun_queue_depth_entry_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reportlun_queue_depth_entry": {
      "size": 24,
      "fields": {
        "address": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "box_bus_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bus_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "drive_type_mix_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "level_2_bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "level_2_mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "logical_unit_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "multiplier": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "queue_depth": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved_1": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved_2": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "unused_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "reportlun_queue_depth_entry_t": {
      "size": 24,
      "fields": {
        "address": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "box_bus_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bus_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "drive_type_mix_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "level_2_bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "level_2_mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "logical_unit_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "multiplier": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "queue_depth": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved_1": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved_2": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "unused_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "req_entry": {
      "size": 152,
      "fields": {
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ResponseCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 88
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 32
        },
        "chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "req_entry"
            }
          },
          "offset": 80
        },
        "dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 72
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_16622be461943f95"
          },
          "offset": 0
        },
        "req_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "req_vbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "sense_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "sense_vbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "serno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a7a9878b01232180"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "req_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "req_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "req_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "request_container_block": {
      "size": 200,
      "fields": {
        "aio_retry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "bcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "cdbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "cm_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 184
        },
        "cm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "cm_datamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 168
        },
        "cm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "cmdlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "data_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqi_scsi_dev_t"
            }
          },
          "offset": 48
        },
        "enc_info": {
          "type": {
            "kind": "struct",
            "name": "pqi_enc_info"
          },
          "offset": 104
        },
        "encrypt_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "error_cmp_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "error_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ioaccel_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "path": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "req_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "req_q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ib_queue_t"
            }
          },
          "offset": 120
        },
        "resp_qid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "sg_chain_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sg_chain_virt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 24
        },
        "sgt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sgt_t"
            }
          },
          "offset": 192
        },
        "softs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pqisrc_softstate"
            }
          },
          "offset": 56
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "REQUEST_STATUS"
          },
          "offset": 16
        },
        "success_cmp_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "timedout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tm_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "request_descriptor_t": {
      "size": 8,
      "fields": {
        "u": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1911270d21353e9a"
          },
          "offset": 0
        },
        "word": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "request_t": {
      "size": 152,
      "fields": {
        "IOCStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ResponseCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 88
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 32
        },
        "chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "req_entry"
            }
          },
          "offset": 80
        },
        "dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 72
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_16622be461943f95"
          },
          "offset": 0
        },
        "req_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "req_vbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "sense_pbuf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "sense_vbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "serno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a7a9878b01232180"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "res_common": {
      "size": 72,
      "fields": {
        "from_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "rb_node"
          },
          "offset": 16
        },
        "owner": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "removing": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "res_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "to_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "res_counter": {
      "size": 80,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "res_cq": {
      "size": 88,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "mtt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_mtt"
            }
          },
          "offset": 72
        },
        "ref_count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "res_eq": {
      "size": 80,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "mtt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_mtt"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "res_fs_rule": {
      "size": 120,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "mirr_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 96
        },
        "mirr_mbox": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "mirr_mbox_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "mirr_rule_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "res_gid": {
      "size": 48,
      "fields": {
        "gid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "prot": {
          "type": {
            "kind": "enum",
            "name": "mlx4_protocol"
          },
          "offset": 32
        },
        "reg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "steer": {
          "type": {
            "kind": "enum",
            "name": "mlx4_steer_type"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "res_mpt": {
      "size": 88,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "mtt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_mtt"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "res_mtt": {
      "size": 80,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "order": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ref_count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "res_qp": {
      "size": 184,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "feup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 176
        },
        "fvl_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 173
        },
        "local_qpn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "mcg_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 104
        },
        "mcg_spl": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 120
        },
        "mtt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_mtt"
            }
          },
          "offset": 72
        },
        "param3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "pri_path_fl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 174
        },
        "qpc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rcq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_cq"
            }
          },
          "offset": 80
        },
        "ref_count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 156
        },
        "sched_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 164
        },
        "scq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_cq"
            }
          },
          "offset": 88
        },
        "srq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_srq"
            }
          },
          "offset": 96
        },
        "vlan_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 172
        },
        "vlan_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 175
        }
      },
      "kind": "struct"
    },
    "res_srq": {
      "size": 96,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "cq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_cq"
            }
          },
          "offset": 80
        },
        "mtt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "res_mtt"
            }
          },
          "offset": 72
        },
        "ref_count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "res_xrcdn": {
      "size": 80,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "res_common"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "resource": {
      "size": 24,
      "fields": {
        "__r_i": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_i"
            }
          },
          "offset": 0
        },
        "r_bushandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "r_bustag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "resource_allocator": {
      "size": 72,
      "fields": {
        "alloc_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "allocated": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 56
        },
        "guaranteed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 64
        },
        "quota": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 48
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_e715671f1e7a990d"
          },
          "offset": 32,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_91635ec8c51c7b07"
          },
          "offset": 40,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "resource_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_i"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource_i"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "resource_i": {
      "size": 128,
      "fields": {
        "r_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 104
        },
        "r_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "r_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "r_irq_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "r_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c93a623757ce643c"
          },
          "offset": 24
        },
        "r_r": {
          "type": {
            "kind": "struct",
            "name": "resource"
          },
          "offset": 0
        },
        "r_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "r_rm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rman"
            }
          },
          "offset": 112
        },
        "r_sharehead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_b75d59c539cdcc82"
            }
          },
          "offset": 56
        },
        "r_sharelink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_52277de87a8c4eb4"
          },
          "offset": 40
        },
        "r_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "r_virtual": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "resource_list": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_list_entry"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource_list_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "resource_list_entry": {
      "size": 56,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1b7e50fa4848d5f3"
          },
          "offset": 0
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "resource_map": {
      "size": 32,
      "fields": {
        "r_bushandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r_bustag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "r_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "r_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "resource_map_request": {
      "size": 32,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "memattr": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "resource_spec": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "revision": {
      "size": 2,
      "fields": {
        "major": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "revoke_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rf_hal_funcs": {
      "size": 16,
      "fields": {
        "get_chip_power_lim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "set_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rf_saveregs": {
      "size": 34,
      "fields": {
        "phy_01": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phy_03": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "phy_0a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "phy_15": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "phy_2a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "phy_30": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "phy_35": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "phy_429": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "phy_60": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "phy_802": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "phy_811": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "phy_812": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "phy_814": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "phy_815": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "rf_43": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "rf_52": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "rf_7a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "rff_id_t": {
      "size": 24,
      "fields": {
        "rffid_fc4features": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rffid_fc4type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "rffid_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rffid_portid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "rffid_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "rffid_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "rfork_args": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rfprog": {
      "size": 20,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rft_id_t": {
      "size": 52,
      "fields": {
        "rftid_fc4types": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rftid_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rftid_portid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "rftid_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rib_cmd_info": {
      "size": 32,
      "fields": {
        "rc_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rc_nh_new": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 24
        },
        "rc_nh_old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 16
        },
        "rc_nh_weight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rc_rt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtentry"
            }
          },
          "offset": 8
        },
        "spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "rib_head": {
      "size": 712,
      "fields": {
        "expire_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 592
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "radix_head"
          },
          "offset": 0
        },
        "next_expire": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 656
        },
        "nh_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nh_control"
            }
          },
          "offset": 680
        },
        "rib_algo_fixed": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 672
        },
        "rib_algo_init": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 672
        },
        "rib_dying": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 672
        },
        "rib_family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 584
        },
        "rib_fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "rib_lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 224
        },
        "rib_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 576
        },
        "rmhead": {
          "type": {
            "kind": "struct",
            "name": "radix_mask_head"
          },
          "offset": 416
        },
        "rnh_addaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "rnh_augment_nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 688
        },
        "rnh_deladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "rnh_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rnh_gen_rib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 668
        },
        "rnh_lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "rnh_matchaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "rnh_multipath": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "rnh_nodes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 80
        },
        "rnh_prefixes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 664
        },
        "rnh_set_nh_pfxflags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "rnh_subscribers": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d857d5b8a1157b86"
          },
          "offset": 696
        },
        "rnh_walktree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "rnh_walktree_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "rib_rtable_info": {
      "size": 12,
      "fields": {
        "num_nhgrp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "num_nhops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "num_prefixes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rib_subscription": {
      "size": 56,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 40
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a947ca51072e29c2"
          },
          "offset": 0
        },
        "rnh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_head"
            }
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "rib_subscription_type"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "rijndael_ctx": {
      "size": 488,
      "fields": {
        "Nr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "decrypt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dk": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 248
        },
        "ek": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ring_state": {
      "size": 8,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_45feaa8b2433d540"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "ringbuf": {
      "size": 972,
      "fields": {
        "buf": {
          "type": {
            "count": 960,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ringbuf_t": {
      "size": 972,
      "fields": {
        "buf": {
          "type": {
            "count": 960,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rio": {
      "size": 392,
      "fields": {
        "q_stats": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 224
        },
        "rio_codepoint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 216
        },
        "rio_codepointmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 217
        },
        "rio_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "rio_pkttime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "rio_precstate": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dropprec_state"
            }
          },
          "offset": 0
        },
        "rio_weight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "rio_wshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "rio_wtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wtab"
            }
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "rio_t": {
      "size": 392,
      "fields": {
        "q_stats": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "redstats"
            }
          },
          "offset": 224
        },
        "rio_codepoint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 216
        },
        "rio_codepointmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 217
        },
        "rio_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "rio_pkttime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "rio_precstate": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "dropprec_state"
            }
          },
          "offset": 0
        },
        "rio_weight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "rio_wshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "rio_wtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wtab"
            }
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "rip6_inp_match_ctx": {
      "size": 16,
      "fields": {
        "ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_hdr"
            }
          },
          "offset": 0
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rip6stat": {
      "size": 56,
      "fields": {
        "rip6s_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rip6s_fullsock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rip6s_ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rip6s_isum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rip6s_nosock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rip6s_nosockmcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rip6s_opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "rip_inp_match_ctx": {
      "size": 16,
      "fields": {
        "ip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip"
            }
          },
          "offset": 0
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rl_chain_data": {
      "size": 128,
      "fields": {
        "cur_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cur_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 121
        },
        "last_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "rl_rx_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "rl_rx_buf_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rl_rx_buf_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "rl_rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 104
        },
        "rl_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "rl_tx_chain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 24
        },
        "rl_tx_dmamap": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 56
        },
        "rl_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "rl_desc": {
      "size": 16,
      "fields": {
        "rl_bufaddr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rl_bufaddr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rl_cmdstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rl_vlanctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rl_dmamap_arg": {
      "size": 8,
      "fields": {
        "rl_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rl_hwrev": {
      "size": 24,
      "fields": {
        "rl_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rl_max_mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rl_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rl_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rl_list_data": {
      "size": 16544,
      "fields": {
        "rl_jrx_desc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rl_rxdesc"
            }
          },
          "offset": 10240
        },
        "rl_jrx_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16424
        },
        "rl_jrx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16440
        },
        "rl_rx_desc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rl_rxdesc"
            }
          },
          "offset": 4096
        },
        "rl_rx_desc_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16388
        },
        "rl_rx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_desc"
            }
          },
          "offset": 16496
        },
        "rl_rx_list_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16504
        },
        "rl_rx_list_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16488
        },
        "rl_rx_list_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16480
        },
        "rl_rx_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16416
        },
        "rl_rx_prodidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16396
        },
        "rl_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16432
        },
        "rl_smap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16456
        },
        "rl_stag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16448
        },
        "rl_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_stats"
            }
          },
          "offset": 16464
        },
        "rl_stats_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16472
        },
        "rl_tx_considx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16400
        },
        "rl_tx_desc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rl_txdesc"
            }
          },
          "offset": 0
        },
        "rl_tx_desc_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16384
        },
        "rl_tx_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16404
        },
        "rl_tx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_desc"
            }
          },
          "offset": 16528
        },
        "rl_tx_list_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16536
        },
        "rl_tx_list_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16520
        },
        "rl_tx_list_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16512
        },
        "rl_tx_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16408
        },
        "rl_tx_prodidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16392
        }
      },
      "kind": "struct"
    },
    "rl_q_entry": {
      "size": 40,
      "fields": {
        "rl_q_end": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "rl_q_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rl_q_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_93f1d12bcb553a23"
          },
          "offset": 0
        },
        "rl_q_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rl_rxdesc": {
      "size": 24,
      "fields": {
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "rx_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rl_softc": {
      "size": 17048,
      "fields": {
        "rl_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rl_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rl_cdata": {
          "type": {
            "kind": "struct",
            "name": "rl_chain_data"
          },
          "offset": 176
        },
        "rl_cfg0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "rl_cfg1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "rl_cfg2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rl_cfg3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rl_cfg4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rl_cfg5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "rl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "rl_eecmd_read": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "rl_eewidth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "rl_expcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "rl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 17044
        },
        "rl_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16952
        },
        "rl_hwrev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_hwrev"
            }
          },
          "offset": 96
        },
        "rl_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16976
        },
        "rl_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "rl_int_rx_act": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17036
        },
        "rl_int_rx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17040
        },
        "rl_intrhand": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 64
        },
        "rl_inttask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 17000
        },
        "rl_irq": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 56
        },
        "rl_ldata": {
          "type": {
            "kind": "struct",
            "name": "rl_list_data"
          },
          "offset": 304
        },
        "rl_macrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rl_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 72
        },
        "rl_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16920
        },
        "rl_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "rl_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "rl_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "rl_res_pba": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "rl_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "rl_rxlenmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16968
        },
        "rl_stat_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 16848
        },
        "rl_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16960
        },
        "rl_testmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16972
        },
        "rl_twist_col": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16992
        },
        "rl_twist_row": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16988
        },
        "rl_twister": {
          "type": {
            "kind": "enum",
            "name": "rl_twist"
          },
          "offset": 16984
        },
        "rl_twister_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16980
        },
        "rl_txstart": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17032
        },
        "rl_txthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "rl_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "rl_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16912
        },
        "suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16996
        }
      },
      "kind": "struct"
    },
    "rl_stats": {
      "size": 64,
      "fields": {
        "rl_missed_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "rl_rx_bcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rl_rx_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rl_rx_framealign_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "rl_rx_mcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rl_rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rl_rx_ucasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rl_rx_underruns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "rl_tx_aborts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "rl_tx_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rl_tx_multicolls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rl_tx_onecoll": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rl_tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rl_txdesc": {
      "size": 16,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rl_type": {
      "size": 16,
      "fields": {
        "rl_basetype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rl_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rl_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rl_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rlimit": {
      "size": 16,
      "fields": {
        "rlim_cur": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "rlim_max": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rm_args": {
      "size": 24,
      "fields": {
        "ra_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ra_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ra_rm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rmlock"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rm_class": {
      "size": 320,
      "fields": {
        "allotment_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "avgidle_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "borrow_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 96
        },
        "bytes_alloc_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "callout_": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 200
        },
        "children_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 72
        },
        "cl_aqm_": {
          "type": {
            "kind": "union",
            "name": "unnamed_3efdc11dc33c54e3"
          },
          "offset": 128
        },
        "depth_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "drop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "flags_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "ifdat_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_ifdat_t"
            }
          },
          "offset": 8
        },
        "last_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 168
        },
        "last_pkttime_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "leaf_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "maxidle_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "maxrate_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "minidle_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "next_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 80
        },
        "ns_per_byte_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offtime_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "overlimit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "overtime_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 184
        },
        "parent_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 104
        },
        "peer_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 88
        },
        "pktattr_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "altq_pktattr"
            }
          },
          "offset": 136
        },
        "pri_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "q_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "class_queue_t"
            }
          },
          "offset": 0
        },
        "qthresh_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "sleeping_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "stats_": {
          "type": {
            "kind": "struct",
            "name": "rm_class_stats_t"
          },
          "offset": 264
        },
        "undertime_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 152
        },
        "w_allotment_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "rm_class_stats_t": {
      "size": 56,
      "fields": {
        "borrows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "delays": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 24
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "over": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "overactions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rm_class_t": {
      "size": 320,
      "fields": {
        "allotment_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "avgidle_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "borrow_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 96
        },
        "bytes_alloc_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "callout_": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 200
        },
        "children_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 72
        },
        "cl_aqm_": {
          "type": {
            "kind": "union",
            "name": "unnamed_3efdc11dc33c54e3"
          },
          "offset": 128
        },
        "depth_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "drop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "flags_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "ifdat_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_ifdat_t"
            }
          },
          "offset": 8
        },
        "last_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 168
        },
        "last_pkttime_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "leaf_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "maxidle_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "maxrate_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "minidle_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "next_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 80
        },
        "ns_per_byte_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offtime_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "overlimit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "overtime_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 184
        },
        "parent_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 104
        },
        "peer_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 88
        },
        "pktattr_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "altq_pktattr"
            }
          },
          "offset": 136
        },
        "pri_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "q_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "class_queue_t"
            }
          },
          "offset": 0
        },
        "qthresh_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "sleeping_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "stats_": {
          "type": {
            "kind": "struct",
            "name": "rm_class_stats_t"
          },
          "offset": 264
        },
        "undertime_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 152
        },
        "w_allotment_": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "rm_ifdat": {
      "size": 384,
      "fields": {
        "M_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 200
        },
        "active_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class_t"
              }
            }
          },
          "offset": 40
        },
        "alloc_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 168
        },
        "borrowed_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class_t"
              }
            }
          },
          "offset": 304
        },
        "class_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class_t"
              }
            }
          },
          "offset": 312
        },
        "ctl_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 288
        },
        "curlen_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 320
        },
        "cutoff_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 348
        },
        "default_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 272
        },
        "efficient_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifnow_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 352
        },
        "ifq_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaltq"
            }
          },
          "offset": 264
        },
        "is_overlimit_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 344
        },
        "maxiftime_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "maxpkt_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "maxqueued_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "na_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 104
        },
        "now_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 328
        },
        "ns_per_byte_": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "num_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 136
        },
        "pollcache_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 376
        },
        "qi_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "qo_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "queued_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "restart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "root_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 280
        },
        "wrr_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rm_ifdat_t": {
      "size": 384,
      "fields": {
        "M_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 200
        },
        "active_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class_t"
              }
            }
          },
          "offset": 40
        },
        "alloc_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 168
        },
        "borrowed_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class_t"
              }
            }
          },
          "offset": 304
        },
        "class_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_class_t"
              }
            }
          },
          "offset": 312
        },
        "ctl_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 288
        },
        "curlen_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 320
        },
        "cutoff_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 348
        },
        "default_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 272
        },
        "efficient_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ifnow_": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 352
        },
        "ifq_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaltq"
            }
          },
          "offset": 264
        },
        "is_overlimit_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 344
        },
        "maxiftime_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "maxpkt_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "maxqueued_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "na_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 104
        },
        "now_": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 328
        },
        "ns_per_byte_": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "num_": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 136
        },
        "pollcache_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 376
        },
        "qi_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "qo_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "queued_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "restart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "root_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_class_t"
            }
          },
          "offset": 280
        },
        "wrr_": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rm_priotracker": {
      "size": 56,
      "fields": {
        "rmp_cpuQueue": {
          "type": {
            "kind": "struct",
            "name": "rm_queue"
          },
          "offset": 0
        },
        "rmp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rmp_qentry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_57c3c52c9a844fa4"
          },
          "offset": 40
        },
        "rmp_rmlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rmlock"
            }
          },
          "offset": 16
        },
        "rmp_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rm_queue": {
      "size": 16,
      "fields": {
        "rmq_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_queue"
            }
          },
          "offset": 0
        },
        "rmq_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_queue"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rman": {
      "size": 72,
      "fields": {
        "rm_descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "rm_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9fd22a5629b484dd"
          },
          "offset": 24
        },
        "rm_list": {
          "type": {
            "kind": "struct",
            "name": "resource_head"
          },
          "offset": 0
        },
        "rm_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 16
        },
        "rm_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rm_type": {
          "type": {
            "kind": "enum",
            "name": "rman_type"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "rman_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rman"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rman"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rmdir_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rmlock": {
      "size": 192,
      "fields": {
        "_rm_lock": {
          "type": {
            "kind": "union",
            "name": "unnamed_91604bd7eb05b17b"
          },
          "offset": 160
        },
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "rm_activeReaders": {
          "type": {
            "kind": "struct",
            "name": "unnamed_472634b23491f1ef"
          },
          "offset": 152
        },
        "rm_writecpus": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rmrr_iter_args": {
      "size": 40,
      "fields": {
        "dev_busno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "dev_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "dev_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ACPI_DMAR_PCI_PATH"
            }
          },
          "offset": 16
        },
        "dev_path_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_domain"
            }
          },
          "offset": 0
        },
        "rmrr_entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entries_tailq"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "rmslock": {
      "size": 64,
      "fields": {
        "debug_readers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "pcpu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rmslock_pcpu"
            }
          },
          "offset": 40
        },
        "readers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "writers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "rmslock_ipi": {
      "size": 136,
      "fields": {
        "rms": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rmslock"
            }
          },
          "offset": 0
        },
        "srcra": {
          "type": {
            "kind": "struct",
            "name": "smp_rendezvous_cpus_retry_arg"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rmslock_pcpu": {
      "size": 8,
      "fields": {
        "influx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "readers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rndis_comp_hdr": {
      "size": 16,
      "fields": {
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndis_halt_req": {
      "size": 12,
      "fields": {
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndis_init_comp": {
      "size": 52,
      "fields": {
        "rm_aflistoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rm_aflistsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rm_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rm_devflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_medium": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rm_pktmaxcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rm_pktmaxsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rm_ver_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rm_ver_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "rndis_init_req": {
      "size": 24,
      "fields": {
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_max_xfersz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rm_ver_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_ver_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rndis_msghdr": {
      "size": 8,
      "fields": {
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndis_packet_msg": {
      "size": 44,
      "fields": {
        "rm_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_dataoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_oobdataelements": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rm_oobdatalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rm_oobdataoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rm_pktinfolen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rm_pktinfooffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rm_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rm_vchandle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "rndis_pktinfo": {
      "size": 12,
      "fields": {
        "rm_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "rm_internal": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "rm_pktinfooffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rm_type": {
          "type": {
            "bit_length": 31,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rndis_query_comp": {
      "size": 24,
      "fields": {
        "rm_infobuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rm_infobufoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndis_query_req": {
      "size": 28,
      "fields": {
        "rm_devicevchdl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rm_infobuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rm_infobufoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_oid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndis_set_comp": {
      "size": 16,
      "fields": {
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndis_set_req": {
      "size": 28,
      "fields": {
        "rm_devicevchdl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rm_infobuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rm_infobufoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_oid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndis_status_msg": {
      "size": 20,
      "fields": {
        "rm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rm_stbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rm_stbufoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndtest_runs_tabs": {
      "size": 4,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rndtest_state": {
      "size": 2608,
      "fields": {
        "rs_begin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "rs_buf": {
          "type": {
            "count": 2500,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 104
        },
        "rs_collect": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "rs_current": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "rs_discard": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "rs_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "rs_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "rs_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "rndtest_stats": {
      "size": 24,
      "fields": {
        "rst_chi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rst_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rst_longruns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rst_monobit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rst_runs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rst_tests": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rndtest_testfunc": {
      "size": 8,
      "fields": {
        "test": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rom_header": {
      "size": 28,
      "fields": {
        "entry_address": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "jmp_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pcir_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "pnp_pointer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "reserved": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "rom_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "signature_byte": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "root_hold_token": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4b8c3c575dc5ad0e"
          },
          "offset": 16
        },
        "who": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "roqh": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_pptpgre_roq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "route": {
      "size": 48,
      "fields": {
        "ro_dst": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 32
        },
        "ro_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ro_lle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 8
        },
        "ro_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ro_nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 0
        },
        "ro_plen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ro_prepend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "route_cb_t": {
      "size": 24,
      "fields": {
        "any_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cblist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_df00524af02db71d"
          },
          "offset": 0
        },
        "ip6_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ip_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "route_in6": {
      "size": 64,
      "fields": {
        "ro_dst": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 32
        },
        "ro_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ro_lle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 8
        },
        "ro_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ro_nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 0
        },
        "ro_plen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ro_prepend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "route_nhop_data": {
      "size": 16,
      "fields": {
        "rnd_weight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_40211f54366a89eb"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "rpc_callextra": {
      "size": 48,
      "fields": {
        "rc_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "AUTH"
            }
          },
          "offset": 0
        },
        "rc_err": {
          "type": {
            "kind": "struct",
            "name": "rpc_err"
          },
          "offset": 32
        },
        "rc_feedback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "rc_feedback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "rc_timers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rpc_timers"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rpc_createerr": {
      "size": 16,
      "fields": {
        "cf_error": {
          "type": {
            "kind": "struct",
            "name": "rpc_err"
          },
          "offset": 4
        },
        "cf_stat": {
          "type": {
            "kind": "enum",
            "name": "clnt_stat"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpc_err": {
      "size": 12,
      "fields": {
        "re_status": {
          "type": {
            "kind": "enum",
            "name": "clnt_stat"
          },
          "offset": 0
        },
        "ru": {
          "type": {
            "kind": "union",
            "name": "unnamed_863adbf3e29b91c0"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rpc_gss_callback_t": {
      "size": 16,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "program": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rpc_gss_entries": {
      "size": 160,
      "fields": {
        "rpc_gss_clear_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "rpc_gss_clear_svc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "rpc_gss_get_error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "rpc_gss_get_mechanisms": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "rpc_gss_get_principal_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "rpc_gss_get_versions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "rpc_gss_getcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "rpc_gss_is_installed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "rpc_gss_max_data_length": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "rpc_gss_mech_to_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "rpc_gss_oid_to_mech": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "rpc_gss_qop_to_num": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "rpc_gss_refresh_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "rpc_gss_seccreate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "rpc_gss_secfind": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "rpc_gss_secpurge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "rpc_gss_set_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "rpc_gss_set_defaults": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "rpc_gss_set_svc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "rpc_gss_svc_max_data_length": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "rpc_gss_error_t": {
      "size": 8,
      "fields": {
        "rpc_gss_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "system_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rpc_gss_lock_t": {
      "size": 16,
      "fields": {
        "locked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "raw_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rpc_gss_rawcred_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rpc_gss_options_req_t": {
      "size": 24,
      "fields": {
        "input_channel_bindings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gss_channel_bindings_struct"
            }
          },
          "offset": 16
        },
        "my_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_gss_cred_id_t"
            }
          },
          "offset": 8
        },
        "req_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "time_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rpc_gss_options_ret_t": {
      "size": 96,
      "fields": {
        "actual_mechanism": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "gss_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_gss_ctx_id_t"
            }
          },
          "offset": 24
        },
        "major_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "minor_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ret_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rpcsec_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "time_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rpc_gss_rawcred_t": {
      "size": 48,
      "fields": {
        "client_principal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_bfab74ae4b3b50c8"
            }
          },
          "offset": 24
        },
        "mechanism": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "qop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "service": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d55d8422e3b2e2fb"
          },
          "offset": 40
        },
        "svc_principal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpc_gss_ucred_t": {
      "size": 24,
      "fields": {
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "gidlen": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "gidlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpc_msg": {
      "size": 72,
      "fields": {
        "rm_direction": {
          "type": {
            "kind": "enum",
            "name": "msg_type"
          },
          "offset": 4
        },
        "rm_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ru": {
          "type": {
            "kind": "union",
            "name": "unnamed_ffbad834e2209bbf"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rpc_reconupcall": {
      "size": 16,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "call": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpc_timers": {
      "size": 16,
      "fields": {
        "rt_deviate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rt_rtxcur": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rt_srtt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpcb": {
      "size": 32,
      "fields": {
        "r_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "r_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "r_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "r_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rpcb_entry": {
      "size": 40,
      "fields": {
        "r_maddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "r_nc_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "r_nc_proto": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "r_nc_protofmly": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "r_nc_semantics": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rpcb_entry_list": {
      "size": 48,
      "fields": {
        "rpcb_entry_map": {
          "type": {
            "kind": "struct",
            "name": "rpcb_entry"
          },
          "offset": 0
        },
        "rpcb_entry_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rpcb_entry_list"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "rpcblist": {
      "size": 40,
      "fields": {
        "rpcb_map": {
          "type": {
            "kind": "struct",
            "name": "RPCB"
          },
          "offset": 0
        },
        "rpcb_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rpcblist"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "rpctls_syscall_args": {
      "size": 16,
      "fields": {
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "op_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "op_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rpctlscd_connect_arg": {
      "size": 16,
      "fields": {
        "certname": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b19420a905183bbe"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpctlscd_connect_res": {
      "size": 32,
      "fields": {
        "reterr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ssl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rpctlscd_disconnect_arg": {
      "size": 24,
      "fields": {
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ssl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rpctlscd_disconnect_res": {
      "size": 4,
      "fields": {
        "reterr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpctlscd_handlerecord_arg": {
      "size": 24,
      "fields": {
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ssl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rpctlscd_handlerecord_res": {
      "size": 4,
      "fields": {
        "reterr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpctlssd_connect_res": {
      "size": 56,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_14dc96e3787c31c4"
          },
          "offset": 40
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ssl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rpctlssd_disconnect_arg": {
      "size": 24,
      "fields": {
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ssl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rpctlssd_disconnect_res": {
      "size": 4,
      "fields": {
        "reterr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rpctlssd_handlerecord_arg": {
      "size": 24,
      "fields": {
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ssl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "usec": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rpctlssd_handlerecord_res": {
      "size": 4,
      "fields": {
        "reterr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rq_config": {
      "size": 16,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "eq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_eq_t"
            }
          },
          "offset": 0
        },
        "filter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "rqbits": {
      "size": 8,
      "fields": {
        "rqb_bits": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rqhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rs_el": {
      "size": 16,
      "fields": {
        "re_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "re_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rsnn_nn_t": {
      "size": 26,
      "fields": {
        "rsnnnn_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rsnnnn_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rsnnnn_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "rsnnnn_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rsp_ctrl": {
      "size": 16,
      "fields": {
        "hdrbuflen_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pldbuflen_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_2305ec15f9b73ad5"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rsp_desc": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "imm_data": {
          "type": {
            "count": 47,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "intr_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "len_cq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_hdr": {
          "type": {
            "kind": "struct",
            "name": "rss_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rspn_id_t": {
      "size": 22,
      "fields": {
        "rspnid_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rspnid_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rspnid_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "rspnid_portid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "rspnid_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rss_config": {
      "size": 28,
      "fields": {
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tp_rssconf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tp_rssconf_cng": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tp_rssconf_ofd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tp_rssconf_syn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tp_rssconf_tnl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tp_rssconf_vrt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rss_header": {
      "size": 8,
      "fields": {
        "channel": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "filter_hit": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "filter_tid": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "hash_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "hash_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ipv6": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "send2fw": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "rss_params": {
      "size": 8,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_27063e6eced66f1e"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rss_pf_conf": {
      "size": 12,
      "fields": {
        "rss_pf_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rss_pf_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rss_pf_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rss_table_entry": {
      "size": 1,
      "fields": {
        "rte_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rss_vf_conf": {
      "size": 8,
      "fields": {
        "rss_vf_vfh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rss_vf_vfl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rssadapt_expavgctl": {
      "size": 24,
      "fields": {
        "rc_avgrssi_denom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rc_avgrssi_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rc_decay_denom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rc_decay_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rc_thresh_denom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rc_thresh_old": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "rssiinfo": {
      "size": 8,
      "fields": {
        "rssi_samples": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rssi_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rsu_data": {
      "size": 48,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_94cd3a627726d881"
          },
          "offset": 40
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 32
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rsu_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rsu_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsft": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rsu_softc": {
      "size": 29664,
      "fields": {
        "calib_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 27288
        },
        "cmd_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29080
        },
        "cut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27484
        },
        "del_key_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 29424
        },
        "free_keys_bmap": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29528
        },
        "free_keys_bmap_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 29496
        },
        "group_keys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_key"
              }
            }
          },
          "offset": 29464
        },
        "keys_bmap": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29456
        },
        "rom": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29081
        },
        "sc_active_scan": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27480
        },
        "sc_calibrating": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27480
        },
        "sc_curpwrstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27472
        },
        "sc_currssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27476
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27272
        },
        "sc_extra_scan": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27480
        },
        "sc_ht": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27464
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27432
        },
        "sc_nendpoints": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27468
        },
        "sc_nrxstream": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 27489
        },
        "sc_ntxstream": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 27490
        },
        "sc_rftype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27488
        },
        "sc_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27480
        },
        "sc_rx": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rsu_data"
            }
          },
          "offset": 27496
        },
        "sc_rx_active": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d13425130e2991e2"
          },
          "offset": 29248
        },
        "sc_rx_checksum_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27480
        },
        "sc_rx_inactive": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d13425130e2991e2"
          },
          "offset": 29264
        },
        "sc_rxtapu": {
          "type": {
            "kind": "union",
            "name": "unnamed_37063d8d67c9a0ed"
          },
          "offset": 29536
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "sc_tx": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rsu_data"
            }
          },
          "offset": 27544
        },
        "sc_tx_active": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d13425130e2991e2"
            }
          },
          "offset": 29280
        },
        "sc_tx_inactive": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d13425130e2991e2"
          },
          "offset": 29344
        },
        "sc_tx_pending": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d13425130e2991e2"
            }
          },
          "offset": 29360
        },
        "sc_txtapu": {
          "type": {
            "kind": "union",
            "name": "unnamed_a54fe94bfb5c7910"
          },
          "offset": 29600
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27280
        },
        "sc_vap_is_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27480
        },
        "sc_xfer": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 29216
        },
        "tx_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 27400
        }
      },
      "kind": "struct"
    },
    "rsu_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "rsu_vap": {
      "size": 3064,
      "fields": {
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2560_rx_data": {
      "size": 24,
      "fields": {
        "drop": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2560_rx_desc": {
      "size": 48,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ta": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "rt2560_rx_radiotap_header": {
      "size": 32,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rt2560_rx_ring": {
      "size": 64,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "cur_decrypt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2560_rx_data"
            }
          },
          "offset": 40
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2560_rx_desc"
            }
          },
          "offset": 32
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rt2560_softc": {
      "size": 27952,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27444
        },
        "atimq": {
          "type": {
            "kind": "struct",
            "name": "rt2560_tx_ring"
          },
          "offset": 27600
        },
        "bbp_prom": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_20f1925de0e0a646"
            }
          },
          "offset": 27838
        },
        "bcnq": {
          "type": {
            "kind": "struct",
            "name": "rt2560_tx_ring"
          },
          "offset": 27672
        },
        "eeprom_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27448
        },
        "hw_radio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27876
        },
        "led_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27872
        },
        "nb_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27888
        },
        "prioq": {
          "type": {
            "kind": "struct",
            "name": "rt2560_tx_ring"
          },
          "offset": 27528
        },
        "rf_regs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27808
        },
        "rf_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27452
        },
        "rssi_corr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27453
        },
        "rx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27880
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "rt2560_rx_ring"
          },
          "offset": 27744
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27440
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27344
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27944
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_invalid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27436
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27288
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "rt2560_rx_radiotap_header"
          },
          "offset": 27896
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27360
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27320
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27352
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27432
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_status"
          },
          "offset": 27248
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "rt2560_tx_radiotap_header"
          },
          "offset": 27928
        },
        "tx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27884
        },
        "txpow": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27824
        },
        "txq": {
          "type": {
            "kind": "struct",
            "name": "rt2560_tx_ring"
          },
          "offset": 27456
        },
        "watchdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27368
        }
      },
      "kind": "struct"
    },
    "rt2560_tx_data": {
      "size": 32,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        },
        "rix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "rt2560_tx_desc": {
      "size": 48,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "plcp_length_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "plcp_length_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "plcp_service": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "plcp_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "wme": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rt2560_tx_radiotap_header": {
      "size": 15,
      "fields": {
        "wt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "rt2560_tx_ring": {
      "size": 72,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "cur_encrypt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2560_tx_data"
            }
          },
          "offset": 40
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2560_tx_desc"
            }
          },
          "offset": 32
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "next_encrypt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "rt2560_vap": {
      "size": 3064,
      "fields": {
        "ral_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "ral_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2661_rx_data": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2661_rx_desc": {
      "size": 64,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved3": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "rt2661_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rt2661_rx_ring": {
      "size": 64,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2661_rx_data"
            }
          },
          "offset": 40
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2661_rx_desc"
            }
          },
          "offset": 32
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rt2661_softc": {
      "size": 28072,
      "fields": {
        "bbp16": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28019
        },
        "bbp17": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28020
        },
        "bbp18": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28016
        },
        "bbp21": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28017
        },
        "bbp22": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28018
        },
        "bbp64": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28021
        },
        "bbp_prom": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_20f1925de0e0a646"
            }
          },
          "offset": 27950
        },
        "dwelltime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28024
        },
        "ext_2ghz_lna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28000
        },
        "ext_5ghz_lna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28004
        },
        "hw_radio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27984
        },
        "mgtq": {
          "type": {
            "kind": "struct",
            "name": "rt2661_tx_ring"
          },
          "offset": 27760
        },
        "nb_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27996
        },
        "rf_regs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27896
        },
        "rf_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27464
        },
        "rffreq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27466
        },
        "rfprog": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27465
        },
        "rssi_2ghz_corr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28008
        },
        "rssi_5ghz_corr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28012
        },
        "rx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27988
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "rt2661_rx_ring"
          },
          "offset": 27832
        },
        "sc_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 27456
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27440
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27344
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27444
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27448
        },
        "sc_invalid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27436
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27288
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "rt2661_rx_radiotap_header"
          },
          "offset": 28032
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27360
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27320
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27352
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27432
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_status"
          },
          "offset": 27248
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "rt2661_tx_radiotap_header"
          },
          "offset": 28056
        },
        "tx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27992
        },
        "txpow": {
          "type": {
            "count": 38,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27912
        },
        "txq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rt2661_tx_ring"
            }
          },
          "offset": 27472
        },
        "watchdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27368
        }
      },
      "kind": "struct"
    },
    "rt2661_tx_data": {
      "size": 32,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        },
        "rix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "rt2661_tx_desc": {
      "size": 56,
      "fields": {
        "addr": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 44
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "plcp_length_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "plcp_length_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "plcp_service": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "plcp_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "wme": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "rt2661_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "rt2661_tx_ring": {
      "size": 72,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2661_tx_data"
            }
          },
          "offset": 40
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2661_tx_desc"
            }
          },
          "offset": 32
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "stat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "rt2661_vap": {
      "size": 3064,
      "fields": {
        "ral_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "ral_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2860_rate": {
      "size": 16,
      "fields": {
        "ctl_ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lp_ack_dur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "mcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phy": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_phytype"
          },
          "offset": 4
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sp_ack_dur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "rt2860_rx_data": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rt2860_rx_radiotap_header": {
      "size": 32,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 24
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rt2860_rx_ring": {
      "size": 2112,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "data": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_rx_data"
            }
          },
          "offset": 64
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rxd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_rxd"
            }
          },
          "offset": 0
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "rt2860_rxd": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sdl0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sdl1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sdp0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sdp1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rt2860_rxwi": {
      "size": 16,
      "fields": {
        "keyidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rssi": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "snr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "wcid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2860_softc": {
      "size": 41584,
      "fields": {
        "bbp": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_20f1925de0e0a646"
            }
          },
          "offset": 41432
        },
        "calib_2ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41408
        },
        "calib_5ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41409
        },
        "data": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_tx_data"
            }
          },
          "offset": 35080
        },
        "data_pool": {
          "type": {
            "kind": "struct",
            "name": "unnamed_267b6a6be516785f"
          },
          "offset": 35072
        },
        "ext_2ghz_lna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41406
        },
        "ext_5ghz_lna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41407
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41280
        },
        "led": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 41470
        },
        "leds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41468
        },
        "lna": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41398
        },
        "mac_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 41276
        },
        "mac_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 41274
        },
        "mgtqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41268
        },
        "nrxchains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41282
        },
        "ntxchains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41281
        },
        "patch_dac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41404
        },
        "pslevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41283
        },
        "qfullmsk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41272
        },
        "rf": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_20f1925de0e0a646"
            }
          },
          "offset": 41448
        },
        "rf24_20mhz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41402
        },
        "rf24_40mhz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41403
        },
        "rf_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 41278
        },
        "rfswitch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41405
        },
        "rssi_2ghz": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 41392
        },
        "rssi_5ghz": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 41395
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "rt2860_rx_ring"
          },
          "offset": 32960
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27436
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27344
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27456
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_invalid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27432
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27312
        },
        "sc_node_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27448
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "rt2860_rx_radiotap_header"
          },
          "offset": 41536
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27360
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27288
        },
        "sc_srom_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27440
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 27352
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41264
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_status"
          },
          "offset": 27248
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "rt2860_tx_radiotap_header"
          },
          "offset": 41568
        },
        "step_2ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41430
        },
        "step_5ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41431
        },
        "tssi_2ghz": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41412
        },
        "tssi_5ghz": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41421
        },
        "txmixgain_2ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41410
        },
        "txmixgain_5ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41411
        },
        "txpow1": {
          "type": {
            "count": 54,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 41284
        },
        "txpow2": {
          "type": {
            "count": 54,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 41338
        },
        "txpow20mhz": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41476
        },
        "txpow40mhz_2ghz": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41496
        },
        "txpow40mhz_5ghz": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41516
        },
        "txq": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_tx_ring"
            }
          },
          "offset": 29504
        },
        "txwi_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 41224
        },
        "txwi_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 41232
        },
        "txwi_seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 41240
        },
        "txwi_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 41256
        },
        "watchdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27368
        },
        "wcid2ni": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_node"
              }
            }
          },
          "offset": 27464
        }
      },
      "kind": "struct"
    },
    "rt2860_tx_data": {
      "size": 48,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c0b2b01738b2b931"
          },
          "offset": 40
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "txwi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_txwi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2860_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "rt2860_tx_ring": {
      "size": 576,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 560
        },
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rt2860_tx_data"
              }
            }
          },
          "offset": 48
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 564
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 568
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 32
        },
        "txd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_txd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2860_txd": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "sdl0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sdl1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sdp0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sdp1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rt2860_txwi": {
      "size": 16,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "txop": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "wcid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rt2860_vap": {
      "size": 3064,
      "fields": {
        "ral_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "ral_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2870_rxd": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt2870_txd": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "rt5592_freqs": {
      "size": 6,
      "fields": {
        "k": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "m": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "n": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "r": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rt_addrinfo": {
      "size": 128,
      "fields": {
        "rti_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rti_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "rti_filterdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "rti_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rti_ifa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaddr"
            }
          },
          "offset": 72
        },
        "rti_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 80
        },
        "rti_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sockaddr"
              }
            }
          },
          "offset": 8
        },
        "rti_mflags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rti_rmx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt_metrics"
            }
          },
          "offset": 120
        },
        "rti_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "rt_delinfo": {
      "size": 72,
      "fields": {
        "filter_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "filter_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtentry"
            }
          },
          "offset": 8
        },
        "prio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rc": {
          "type": {
            "kind": "struct",
            "name": "rib_cmd_info"
          },
          "offset": 40
        },
        "rnh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_head"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rt_metrics": {
      "size": 112,
      "fields": {
        "rmx_expire": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rmx_filler": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 96
        },
        "rmx_hopcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rmx_locks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rmx_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rmx_nhidx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rmx_pksent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rmx_recvpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rmx_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rmx_rttvar": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rmx_sendpipe": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rmx_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rmx_weight": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "rt_msghdr": {
      "size": 152,
      "fields": {
        "_rtm_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rtm_addrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rtm_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rtm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rtm_fmask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "rtm_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rtm_inits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rtm_msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rtm_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rtm_rmx": {
          "type": {
            "kind": "struct",
            "name": "rt_metrics"
          },
          "offset": 40
        },
        "rtm_seq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "rtm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rtm_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "rta_mpath": {
      "size": 8,
      "fields": {
        "nhops": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rta_mpath_nh"
            }
          },
          "offset": 8
        },
        "num_nhops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rta_mpath_nh": {
      "size": 24,
      "fields": {
        "gw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 0
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "rtnh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "rtnh_weight": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "rtattr": {
      "size": 4,
      "fields": {
        "rta_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rta_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "rtbridge": {
      "size": 16,
      "fields": {
        "ifmsg_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "route_f": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtc_instance": {
      "size": 168,
      "fields": {
        "clockdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "resadj": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 24
        },
        "resolution": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rtc_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_408d370555a9f5e4"
          },
          "offset": 152
        },
        "schedns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "stask": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "rtc_listhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtc_instance"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtcc_cc": {
      "size": 88,
      "fields": {
        "bw_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "bw_bytes_at_last_rttc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "bw_tot_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "cwnd_at_bw_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "last_inst_ind": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "last_step_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 79
        },
        "lbw": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "lbw_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "new_tot_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ret_from_eq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "rtt_set_this_sack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "steady_step": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "step_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "tls": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        },
        "tls_needs_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "use_dccc_ecn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "vol_reduce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "rtdetq": {
      "size": 24,
      "fields": {
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtdetq"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rtentry": {
      "size": 168,
      "fields": {
        "rt_chain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtentry"
            }
          },
          "offset": 144
        },
        "rt_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 152
        },
        "rt_nhop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 96
        },
        "rt_nodes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 0
        },
        "rt_weight": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "rte_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_2c243e5dc613974a"
          },
          "offset": 104,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "rtmsg": {
      "size": 12,
      "fields": {
        "rtm_dst_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rtm_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rtm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rtm_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rtm_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rtm_src_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rtm_table": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rtm_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rtm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "rtnexthop": {
      "size": 8,
      "fields": {
        "rtnh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rtnh_hops": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rtnh_ifindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rtnh_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtnl_cmd_handler": {
      "size": 32,
      "fields": {
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "priv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rtnl_link_stats64": {
      "size": 192,
      "fields": {
        "collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_compressed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_fifo_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rx_frame_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_length_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_missed_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rx_nohandler": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rx_over_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_aborted_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_carrier_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_compressed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_fifo_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_heartbeat_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_window_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "rtprio": {
      "size": 4,
      "fields": {
        "prio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtprio_args": {
      "size": 24,
      "fields": {
        "function": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "function_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "function_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "rtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtprio"
            }
          },
          "offset": 16
        },
        "rtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rtprio_thread_args": {
      "size": 24,
      "fields": {
        "function": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "function_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "function_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "lwpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "lwpid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "lwpid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "rtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtprio"
            }
          },
          "offset": 16
        },
        "rtp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "rtp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rtvia": {
      "size": 1,
      "fields": {
        "rtvia_addr": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "rtvia_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtwn_agc_prog": {
      "size": 32,
      "fields": {
        "cond": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_agc_prog"
            }
          },
          "offset": 24
        },
        "val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rtwn_bb_prog": {
      "size": 40,
      "fields": {
        "cond": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_bb_prog"
            }
          },
          "offset": 32
        },
        "reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rtwn_cmdq": {
      "size": 224,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "sec_param"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "rtwn_data": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_80bd4286616c7793"
          },
          "offset": 32
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rtwn_datahead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rtwn_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rtwn_mac_prog": {
      "size": 4,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "rtwn_node": {
      "size": 29488,
      "fields": {
        "avg_pwdb": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29484
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 29448
        },
        "last_physt": {
          "type": {
            "kind": "struct",
            "name": "rtwn_tx_phystat"
          },
          "offset": 29452
        },
        "ni": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtwn_pci_ident": {
      "size": 24,
      "fields": {
        "chip": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtwn_pci_softc": {
      "size": 95560,
      "fields": {
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 33224
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 33232
        },
        "pc_copy_tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 95536
        },
        "pc_enable_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 95544
        },
        "pc_get_intr_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 95552
        },
        "pc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 33256
        },
        "pc_mapsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33264
        },
        "pc_qmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 95512
        },
        "pc_rx_buf": {
          "type": {
            "count": 84,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33272
        },
        "pc_sc": {
          "type": {
            "kind": "struct",
            "name": "rtwn_softc"
          },
          "offset": 0
        },
        "pc_setup_tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 95520
        },
        "pc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33248
        },
        "pc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 33240
        },
        "pc_tx_postsetup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 95528
        },
        "rx_ring": {
          "type": {
            "kind": "struct",
            "name": "rtwn_rx_ring"
          },
          "offset": 33360
        },
        "tcr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 95516
        },
        "tx_ring": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_tx_ring"
            }
          },
          "offset": 39568
        }
      },
      "kind": "struct"
    },
    "rtwn_r88e_txpwr": {
      "size": 13,
      "fields": {
        "bw20_tx_pwr_diff": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 12
        },
        "cck_tx_pwr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ht40_tx_pwr": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "ofdm_tx_pwr_diff": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "rtwn_r92c_txagc": {
      "size": 84,
      "fields": {
        "pwr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 28,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtwn_r92c_txpwr": {
      "size": 42,
      "fields": {
        "cck_tx_pwr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "ht20_max_pwr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 36
        },
        "ht20_tx_pwr_diff": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 18
        },
        "ht40_1s_tx_pwr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 6
        },
        "ht40_2s_tx_pwr_diff": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 12
        },
        "ht40_max_pwr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 30
        },
        "ofdm_tx_pwr_diff": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "signed char"
              }
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rtwn_rf_prog": {
      "size": 40,
      "fields": {
        "cond": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_rf_prog"
            }
          },
          "offset": 32
        },
        "reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rtwn_rx_data": {
      "size": 24,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rtwn_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsft": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rtwn_rx_ring": {
      "size": 6208,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6200
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_rx_stat_pci"
            }
          },
          "offset": 0
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_rx_data"
            }
          },
          "offset": 56
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "rtwn_rx_stat_common": {
      "size": 24,
      "fields": {
        "rxdw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rxdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rxdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tsf_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "rtwn_rx_stat_pci": {
      "size": 32,
      "fields": {
        "rxbufaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rxbufaddr64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rxdw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rxdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxdw2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rxdw3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rxdw4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tsf_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "rtwn_softc": {
      "size": 33224,
      "fields": {
        "ackto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33160
        },
        "agc_prog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_agc_prog"
            }
          },
          "offset": 33128
        },
        "agc_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33136
        },
        "ap_vaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27368
        },
        "bb_prog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_bb_prog"
            }
          },
          "offset": 33112
        },
        "bb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33120
        },
        "bcn_check_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32624
        },
        "bcn_status_reg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 33216
        },
        "bcn_vaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27372
        },
        "cam_entry_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33204
        },
        "cap_wmeParams": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wmeParams"
            }
          },
          "offset": 32354
        },
        "chan_list_5ghz": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 33056
        },
        "chan_num_5ghz": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 33080
        },
        "cmdq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_cmdq"
            }
          },
          "offset": 28704
        },
        "cmdq_first": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32352
        },
        "cmdq_last": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32353
        },
        "cmdq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32288
        },
        "cmdq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 32320
        },
        "cur_bcnq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27360
        },
        "efuse_maplen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33192
        },
        "efuse_maxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33188
        },
        "fwcur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32460
        },
        "fwname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32448
        },
        "fwsig": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32458
        },
        "fwsize_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33208
        },
        "fwver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32456
        },
        "keys_bmap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27390
        },
        "last_physt": {
          "type": {
            "kind": "struct",
            "name": "rtwn_tx_phystat"
          },
          "offset": 27324
        },
        "ledlink": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32432
        },
        "mac_prog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_mac_prog"
            }
          },
          "offset": 33096
        },
        "mac_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33104
        },
        "macid_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33200
        },
        "mon_vaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27376
        },
        "monvaps_running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27384
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 27312
        },
        "next_rom_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27388
        },
        "nhqpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33168
        },
        "nlqpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33176
        },
        "nnqpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33172
        },
        "node_list": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_node"
              }
            }
          },
          "offset": 27416
        },
        "npubqpages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33164
        },
        "nrxchains": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32428
        },
        "nt_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 28440
        },
        "ntxchains": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32424
        },
        "nvaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27364
        },
        "page_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33152
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33180
        },
        "pktbuf_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33156
        },
        "qfullmsk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32444
        },
        "rcr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33220
        },
        "rf_prog": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_rf_prog"
            }
          },
          "offset": 33144
        },
        "rx_dma_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 33196
        },
        "sc_abort_xfers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32560
        },
        "sc_adj_devcaps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32752
        },
        "sc_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27320
        },
        "sc_beacon_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32840
        },
        "sc_beacon_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32832
        },
        "sc_beacon_select": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32856
        },
        "sc_beacon_set_rate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32848
        },
        "sc_beacon_unload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32616
        },
        "sc_beacon_update_begin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32600
        },
        "sc_beacon_update_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32608
        },
        "sc_calib_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28472
        },
        "sc_check_condition": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32648
        },
        "sc_check_frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32952
        },
        "sc_classify_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32928
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27284
        },
        "sc_delay": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32528
        },
        "sc_detach_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32776
        },
        "sc_detached": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27300
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27272
        },
        "sc_drop_incorrect_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32592
        },
        "sc_dump_tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32808
        },
        "sc_efuse_postread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32656
        },
        "sc_fill_tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32784
        },
        "sc_fill_tx_desc_null": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32800
        },
        "sc_fill_tx_desc_raw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32792
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27301
        },
        "sc_fw_download_enable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32704
        },
        "sc_fw_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32696
        },
        "sc_fw_write_block": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32568
        },
        "sc_get_qmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32576
        },
        "sc_get_rssi_cck": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32912
        },
        "sc_get_rssi_ofdm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32920
        },
        "sc_get_rx_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32904
        },
        "sc_handle_c2h_report": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32944
        },
        "sc_handle_tx_report": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32936
        },
        "sc_ht40": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27280
        },
        "sc_hwcrypto": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27288
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_init_ampdu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33000
        },
        "sc_init_antsel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33032
        },
        "sc_init_bb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33016
        },
        "sc_init_bcnq1_boundary": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33048
        },
        "sc_init_edca": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33008
        },
        "sc_init_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32992
        },
        "sc_init_rf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33024
        },
        "sc_init_rx_agg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32984
        },
        "sc_init_tx_agg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32976
        },
        "sc_iq_calib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32736
        },
        "sc_lc_calib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32728
        },
        "sc_llt_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32712
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 28672
        },
        "sc_node_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32464
        },
        "sc_parse_rom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32664
        },
        "sc_post_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 33040
        },
        "sc_postattach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32768
        },
        "sc_power_off": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32688
        },
        "sc_power_on": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32680
        },
        "sc_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27304
        },
        "sc_pwrmode_init": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28536
        },
        "sc_ratectl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27296
        },
        "sc_ratectl_sysctl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27292
        },
        "sc_read_1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32504
        },
        "sc_read_2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32512
        },
        "sc_read_4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32520
        },
        "sc_read_chipid_vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32744
        },
        "sc_reset_lists": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32552
        },
        "sc_rf_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32632
        },
        "sc_rf_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32640
        },
        "sc_rx_radiotap_flags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32824
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "rtwn_rx_radiotap_header"
          },
          "offset": 32384
        },
        "sc_scan_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32472
        },
        "sc_set_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32864
        },
        "sc_set_desc_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32584
        },
        "sc_set_led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32672
        },
        "sc_set_media_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32872
        },
        "sc_set_page_size": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32720
        },
        "sc_set_pwrmode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32888
        },
        "sc_set_rssi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32896
        },
        "sc_set_rsvd_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32880
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "sc_start_xfers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32544
        },
        "sc_temp_measure": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32960
        },
        "sc_temp_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32968
        },
        "sc_tx_n_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32440
        },
        "sc_tx_radiotap_flags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32816
        },
        "sc_tx_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32536
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28664
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "rtwn_tx_radiotap_header"
          },
          "offset": 32408
        },
        "sc_vap_preattach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32760
        },
        "sc_watchdog_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28600
        },
        "sc_write_1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32480
        },
        "sc_write_2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32488
        },
        "sc_write_4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32496
        },
        "temp_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33212
        },
        "thcal_temp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27356
        },
        "thermal_meter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32436
        },
        "txdesc_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33184
        },
        "vaps": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rtwn_vap"
              }
            }
          },
          "offset": 27400
        },
        "vaps_running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27380
        }
      },
      "kind": "struct"
    },
    "rtwn_tx_buf": {
      "size": 64,
      "fields": {
        "txd": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtwn_tx_data": {
      "size": 24,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "rtwn_tx_desc_common": {
      "size": 32,
      "fields": {
        "flags0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "txdw1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txdw7": {
          "type": {
            "kind": "union",
            "name": "txdw7_shared"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "rtwn_tx_phystat": {
      "size": 32,
      "fields": {
        "phydw": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rtwn_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "rtwn_tx_ring": {
      "size": 6216,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6204
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "desc_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6208
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 6200
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 32
        },
        "tx_data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_tx_data"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "rtwn_usb_softc": {
      "size": 34088,
      "fields": {
        "ntx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34080
        },
        "tx_agg_desc_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 34084
        },
        "uc_align_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 34072
        },
        "uc_rx": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_data"
            }
          },
          "offset": 33272
        },
        "uc_rx_active": {
          "type": {
            "kind": "struct",
            "name": "rtwn_datahead"
          },
          "offset": 33312
        },
        "uc_rx_buf_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33344
        },
        "uc_rx_inactive": {
          "type": {
            "kind": "struct",
            "name": "rtwn_datahead"
          },
          "offset": 33328
        },
        "uc_rx_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33376
        },
        "uc_rx_stat": {
          "type": {
            "kind": "struct",
            "name": "rtwn_rx_stat_common"
          },
          "offset": 33348
        },
        "uc_rx_stat_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 33372
        },
        "uc_sc": {
          "type": {
            "kind": "struct",
            "name": "rtwn_softc"
          },
          "offset": 0
        },
        "uc_tx": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_data"
            }
          },
          "offset": 33384
        },
        "uc_tx_active": {
          "type": {
            "kind": "struct",
            "name": "rtwn_datahead"
          },
          "offset": 34024
        },
        "uc_tx_inactive": {
          "type": {
            "kind": "struct",
            "name": "rtwn_datahead"
          },
          "offset": 34040
        },
        "uc_tx_pending": {
          "type": {
            "kind": "struct",
            "name": "rtwn_datahead"
          },
          "offset": 34056
        },
        "uc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 33224
        },
        "uc_xfer": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 33232
        }
      },
      "kind": "struct"
    },
    "rtwn_vap": {
      "size": 3392,
      "fields": {
        "bcn_desc": {
          "type": {
            "kind": "struct",
            "name": "rtwn_tx_buf"
          },
          "offset": 3064
        },
        "bcn_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 3128
        },
        "curr_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3060
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3056
        },
        "keys": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_key"
              }
            }
          },
          "offset": 3344
        },
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3376
        },
        "recv_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3384
        },
        "tsf_sync_adhoc": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3248
        },
        "tsf_sync_adhoc_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3312
        },
        "tx_beacon_csa": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 3136
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rue_intrpkt": {
      "size": 8,
      "fields": {
        "rue_col_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rue_crcerr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rue_gep_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rue_rsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rue_rxlost_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rue_tsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rue_txok_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rue_waksr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "rue_softc": {
      "size": 736,
      "fields": {
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 728
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "rulehead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_krule"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devfs_krule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rum_cmdq": {
      "size": 232,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "sec_param"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "rvp_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "rum_rx_desc": {
      "size": 24,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "rum_rx_radiotap_header": {
      "size": 32,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rum_softc": {
      "size": 31992,
      "fields": {
        "bbp17": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31936
        },
        "bbp_prom": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_c4dc93825f75cc1f"
            }
          },
          "offset": 31872
        },
        "cmdq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rum_cmdq"
            }
          },
          "offset": 27968
        },
        "cmdq_first": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31744
        },
        "cmdq_last": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31745
        },
        "cmdq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 31680
        },
        "cmdq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 31712
        },
        "ext_2ghz_lna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31920
        },
        "ext_5ghz_lna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31924
        },
        "hw_radio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31904
        },
        "keys_bmap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 31864
        },
        "last_rx_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27960
        },
        "nb_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31916
        },
        "rf_regs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31772
        },
        "rf_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27336
        },
        "rffreq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27337
        },
        "rssi_2ghz_corr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31928
        },
        "rssi_5ghz_corr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31932
        },
        "rx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31908
        },
        "sc_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31833
        },
        "sc_clr_shkeys": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31832
        },
        "sc_detached": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31832
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27304
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27920
        },
        "sc_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31832
        },
        "sc_rx_desc": {
          "type": {
            "kind": "struct",
            "name": "rum_rx_desc"
          },
          "offset": 27892
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "rum_rx_radiotap_header"
          },
          "offset": 31944
        },
        "sc_sleep_end": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27952
        },
        "sc_sleep_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27956
        },
        "sc_sleeping": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31832
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27280
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_stats"
          },
          "offset": 27248
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "rum_tx_radiotap_header"
          },
          "offset": 31976
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27312
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 27320
        },
        "sta": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31748
        },
        "tx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 31912
        },
        "tx_data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rum_tx_data"
            }
          },
          "offset": 27344
        },
        "tx_free": {
          "type": {
            "kind": "struct",
            "name": "rum_txdhead"
          },
          "offset": 27872
        },
        "tx_nfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27888
        },
        "tx_q": {
          "type": {
            "kind": "struct",
            "name": "rum_txdhead"
          },
          "offset": 27856
        },
        "txpow": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31788
        },
        "vap_key_count": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31863
        },
        "wme_params": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wmeParams"
            }
          },
          "offset": 31839
        }
      },
      "kind": "struct"
    },
    "rum_tx_data": {
      "size": 64,
      "fields": {
        "desc": {
          "type": {
            "kind": "struct",
            "name": "rum_tx_desc"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 40
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cefae2c7c22d878c"
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 48
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rum_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rum_tx_desc": {
      "size": 24,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "plcp_length_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "plcp_length_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "plcp_service": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "plcp_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "wme": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "rum_tx_radiotap_header": {
      "size": 15,
      "fields": {
        "wt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "rum_txdhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rum_tx_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rum_tx_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rum_vap": {
      "size": 3192,
      "fields": {
        "bcn_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 3056
        },
        "bmiss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3176
        },
        "maxretry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3160
        },
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3168
        },
        "ratectl_ch": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 3064
        },
        "ratectl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3128
        },
        "recv_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3184
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "run_cmdq": {
      "size": 256,
      "fields": {
        "arg0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "arg1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "k": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_key"
            }
          },
          "offset": 24
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_key"
          },
          "offset": 32
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 248
        },
        "wcid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 254
        }
      },
      "kind": "struct"
    },
    "run_endpoint_queue": {
      "size": 1832,
      "fields": {
        "tx_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "run_tx_data"
            }
          },
          "offset": 0
        },
        "tx_fh": {
          "type": {
            "kind": "struct",
            "name": "run_tx_data_head"
          },
          "offset": 1808
        },
        "tx_nfree": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1824
        },
        "tx_qh": {
          "type": {
            "kind": "struct",
            "name": "run_tx_data_head"
          },
          "offset": 1792
        }
      },
      "kind": "struct"
    },
    "run_node": {
      "size": 29456,
      "fields": {
        "amrr_ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29448
        },
        "fix_ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29450
        },
        "mgt_ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29449
        },
        "ni": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "run_rx_radiotap_header": {
      "size": 32,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "run_softc": {
      "size": 43504,
      "fields": {
        "adhoc_running": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43364
        },
        "ap_running": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43363
        },
        "bbp": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_20f1925de0e0a646"
            }
          },
          "offset": 27953
        },
        "bbp25": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27769
        },
        "bbp26": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27770
        },
        "calib_2ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27777
        },
        "calib_5ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27778
        },
        "cmdq": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "run_cmdq"
            }
          },
          "offset": 39160
        },
        "cmdq_exec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43292
        },
        "cmdq_key_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43294
        },
        "cmdq_run": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43293
        },
        "cmdq_store": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 43288
        },
        "cmdq_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 43256
        },
        "ext_2ghz_lna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27775
        },
        "ext_5ghz_lna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27776
        },
        "fifo_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43360
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27766
        },
        "led": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 27994
        },
        "leds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27993
        },
        "lna": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27949
        },
        "mac_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27762
        },
        "mac_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27760
        },
        "nrxchains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27768
        },
        "ntxchains": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27767
        },
        "patch_dac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27773
        },
        "ratectl_ch": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 39088
        },
        "ratectl_run": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39152
        },
        "ratectl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 39056
        },
        "rf": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_20f1925de0e0a646"
            }
          },
          "offset": 27973
        },
        "rf24_20mhz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27771
        },
        "rf24_40mhz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27772
        },
        "rf_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27764
        },
        "rfswitch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27774
        },
        "rssi_2ghz": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27943
        },
        "rssi_5ghz": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27946
        },
        "runbmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43362
        },
        "running": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43361
        },
        "rvp_bmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43367
        },
        "rvp_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43366
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 43352
        },
        "sc_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43369
        },
        "sc_detached": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43368
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27336
        },
        "sc_epq": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "run_endpoint_queue"
            }
          },
          "offset": 28064
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27356
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 32
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sc_need_fwload": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27352
        },
        "sc_rxtapu": {
          "type": {
            "kind": "union",
            "name": "unnamed_20f721e3044882fd"
          },
          "offset": 43376
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27312
        },
        "sc_srom_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27752
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_stats"
          },
          "offset": 27280
        },
        "sc_txtapu": {
          "type": {
            "kind": "union",
            "name": "unnamed_6193b192dba0fc9b"
          },
          "offset": 43440
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27344
        },
        "sc_xfer": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 43296
        },
        "sta_running": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43365
        },
        "txmixgain_2ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27779
        },
        "txmixgain_5ghz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27780
        },
        "txpow1": {
          "type": {
            "count": 54,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27781
        },
        "txpow2": {
          "type": {
            "count": 54,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27835
        },
        "txpow20mhz": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28000
        },
        "txpow3": {
          "type": {
            "count": 54,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 27889
        },
        "txpow40mhz_2ghz": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28020
        },
        "txpow40mhz_5ghz": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28040
        },
        "wcid_stats": {
          "type": {
            "count": 65,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 27360
        }
      },
      "kind": "struct"
    },
    "run_stats": {
      "size": 4,
      "fields": {
        "error": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b2dcec7d6c71ef2c"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cbeec5af22e8d438"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "run_tx_data": {
      "size": 56,
      "fields": {
        "align": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "desc": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_56461e410d45ebb0"
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 24
        },
        "ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "run_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "run_tx_data_head": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "run_tx_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "run_tx_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "run_tx_radiotap_header": {
      "size": 15,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_hwqueue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "run_vap": {
      "size": 3088,
      "fields": {
        "beacon_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 3056
        },
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3064
        },
        "recv_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3072
        },
        "rvp_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3080
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "runq": {
      "size": 1032,
      "fields": {
        "rq_queues": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rqhead"
            }
          },
          "offset": 8
        },
        "rq_status": {
          "type": {
            "kind": "struct",
            "name": "rqbits"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "runtime_sc": {
      "size": 64,
      "fields": {
        "dx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "dy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ism1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ism2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "sm1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sm2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rusage": {
      "size": 144,
      "fields": {
        "ru_idrss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "ru_inblock": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "ru_isrss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "ru_ixrss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "ru_majflt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "ru_maxrss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "ru_minflt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "ru_msgrcv": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "ru_msgsnd": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "ru_nivcsw": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 136
        },
        "ru_nsignals": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "ru_nswap": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "ru_nvcsw": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "ru_oublock": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "ru_stime": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 16
        },
        "ru_utime": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rusage32": {
      "size": 72,
      "fields": {
        "ru_idrss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ru_inblock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ru_isrss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ru_ixrss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ru_majflt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ru_maxrss": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ru_minflt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ru_msgrcv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ru_msgsnd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ru_nivcsw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "ru_nsignals": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "ru_nswap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ru_nvcsw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ru_oublock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ru_stime": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 8
        },
        "ru_utime": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rusage_ext": {
      "size": 56,
      "fields": {
        "rux_iticks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rux_runtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rux_sticks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rux_su": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rux_tu": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rux_uticks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rux_uu": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "rw_args": {
      "size": 24,
      "fields": {
        "ra_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ra_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ra_rw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rw_semaphore": {
      "size": 32,
      "fields": {
        "sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rwlock": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "rw_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rwlock_padalign": {
      "size": 64,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "rw_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "rx_abuf_cmpl": {
      "size": 16,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "unused_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rx_bd": {
      "size": 16,
      "fields": {
        "rx_bd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_bd_haddr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_bd_haddr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_bd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rx_buf_info": {
      "size": 16,
      "fields": {
        "hwidx1": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 12
        },
        "hwidx2": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 13
        },
        "size1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "size2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rx_desc": {
      "size": 16,
      "fields": {
        "addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gen2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "len_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rx_keyctx_hdr": {
      "size": 16,
      "fields": {
        "authmode_to_rxvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "flitcnt_hmacctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ivinsert_to_authinsrt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ivpresent_to_rxmk_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "protover_ciphmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rxsalt": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rx_pkt_cmpl": {
      "size": 16,
      "fields": {
        "agg_bufs_v1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "flags_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "payload_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "rss_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "unused1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "rx_pkt_cmpl_hi": {
      "size": 16,
      "fields": {
        "cfa_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "errors_v2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "metadata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reorder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "rx_port_stats": {
      "size": 528,
      "fields": {
        "rx_1024b_1518b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_128b_255b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_1519b_2047b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_2048b_4095b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_256b_511b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_4096b_9216b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rx_512b_1023b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_64b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_65b_127b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_9217b_16383b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rx_align_err_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "rx_code_err_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "rx_ctrl_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "rx_double_tagged_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "rx_eee_lpi_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "rx_eee_lpi_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "rx_false_carrier_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "rx_fcs_err_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rx_frag_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "rx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rx_good_vlan_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rx_hcfc_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "rx_hcfc_msgs_with_crc_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "rx_jbr_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "rx_llfc_logical_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "rx_llfc_msgs_with_crc_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "rx_llfc_physical_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "rx_match_crc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rx_mtu_err_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rx_oor_len_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rx_ovrsz_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "rx_pfc_ena_frames_pri0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "rx_pfc_ena_frames_pri1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "rx_pfc_ena_frames_pri2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "rx_pfc_ena_frames_pri3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "rx_pfc_ena_frames_pri4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "rx_pfc_ena_frames_pri5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "rx_pfc_ena_frames_pri6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "rx_pfc_ena_frames_pri7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "rx_pfc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rx_pfc_xon2xoff_frames_pri0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rx_pfc_xon2xoff_frames_pri1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rx_pfc_xon2xoff_frames_pri2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rx_pfc_xon2xoff_frames_pri3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rx_pfc_xon2xoff_frames_pri4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "rx_pfc_xon2xoff_frames_pri5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "rx_pfc_xon2xoff_frames_pri6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "rx_pfc_xon2xoff_frames_pri7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "rx_promiscuous_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_runt_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "rx_runt_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "rx_sch_crc_err_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "rx_stat_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "rx_stat_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "rx_tagged_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rx_total_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rx_trunc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rx_undrsz_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "rx_unsupported_da_pausepfc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rx_unsupported_opcode_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rx_wrong_sa_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "rx_prod_pkt_bd": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "rx_rdesc": {
      "size": 16,
      "fields": {
        "rdinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rx_ring": {
      "size": 88,
      "fields": {
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "csum_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "desc_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "discard": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "itr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mbuf_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "que": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_rx_queue"
            }
          },
          "offset": 0
        },
        "rx_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "i40e_32byte_rx_desc"
            }
          },
          "offset": 8
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "rx_rs": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vtags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "rx_stats": {
      "size": 80,
      "fields": {
        "cso": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "desc_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rx_sw_desc": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "rxsd_cl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "rx_tpa_end_cmpl": {
      "size": 16,
      "fields": {
        "agg_bufs_v1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "agg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "flags_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "payload_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "tpa_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "tsdelta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "rx_tpa_start_cmpl": {
      "size": 16,
      "fields": {
        "agg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "flags_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rss_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "v1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rx_tpa_start_cmpl_hi": {
      "size": 16,
      "fields": {
        "cfa_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "inner_l4_size_inner_l3_offset_inner_l2_offset_outer_l3_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "metadata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "v2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rxq_pause_params": {
      "size": 14,
      "fields": {
        "bd_th_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bd_th_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pri_map": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rcq_th_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rcq_th_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sge_th_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "sge_th_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "rxq_refill_cb_arg": {
      "size": 32,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "seg": {
          "type": {
            "kind": "struct",
            "name": "bus_dma_segment_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "s_util": {
      "size": 2,
      "fields": {
        "c": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "s_wr": {
      "size": 8,
      "fields": {
        "_pair": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dcef6b0a2db77892"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "sa_comp_t": {
      "size": 16,
      "fields": {
        "dcomp": {
          "type": {
            "kind": "struct",
            "name": "scsi_data_compression_page"
          },
          "offset": 0
        },
        "dconf": {
          "type": {
            "kind": "struct",
            "name": "scsi_dev_conf_page"
          },
          "offset": 0
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0ed48d389cce24a2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sa_devs": {
      "size": 32,
      "fields": {
        "ctl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "er_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "nr_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "r_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sa_in6": {
      "size": 24,
      "fields": {
        "pad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "sin6_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        },
        "sin6_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sin6_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sa_param_ent": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "param_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1b7ebcbeae909e4e"
          },
          "offset": 8
        },
        "set_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sa_prot_info": {
      "size": 48,
      "fields": {
        "cur_prot_state": {
          "type": {
            "kind": "struct",
            "name": "sa_prot_state"
          },
          "offset": 0
        },
        "pending_prot_state": {
          "type": {
            "kind": "struct",
            "name": "sa_prot_state"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sa_prot_map": {
      "size": 40,
      "fields": {
        "max_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "min_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "param_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_db13ddca1cdf0304"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sa_prot_state": {
      "size": 24,
      "fields": {
        "initialized": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "lbp_r": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lbp_w": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pi_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "prot_method": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rbdp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sa_quirk_entry": {
      "size": 40,
      "fields": {
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "prefblk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3d79c31bca997bfd"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sa_softc": {
      "size": 263184,
      "fields": {
        "allow_io_split": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "bio_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 24
        },
        "blk_gran": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "blk_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "blk_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 262496
        },
        "bop": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 262520
        },
        "bpew": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 262528
        },
        "buffer_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "comp_algorithm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "cpi_maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ctrl_mode": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 263099
        },
        "density_info": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 65535,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 216
        },
        "density_info_valid": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 200
        },
        "density_type_bits": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 196
        },
        "device_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 72
        },
        "devs": {
          "type": {
            "kind": "struct",
            "name": "sa_devs"
          },
          "offset": 80
        },
        "dsreg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 183
        },
        "eop": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 262524
        },
        "eot_warn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 262472
        },
        "errinfo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aab9833c67d261f2"
          },
          "offset": 262536
        },
        "filemarks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "fileno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 262488
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7ae1cfa57ce3aa7a"
          },
          "offset": 4
        },
        "inject_eom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "last_media_blksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "last_resid_was_io": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "max_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "maxio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "media_blksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "media_density": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 180
        },
        "media_numblks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "min_blk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "num_devs_to_destroy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "open_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "open_pending_mount": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 263099
        },
        "open_rdonly": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 263099
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 262480
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 16
        },
        "prot_info": {
          "type": {
            "kind": "struct",
            "name": "sa_prot_info"
          },
          "offset": 262420
        },
        "queue_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "quirks": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3d79c31bca997bfd"
          },
          "offset": 8
        },
        "rep_blkno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 262504
        },
        "rep_fileno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 262512
        },
        "saved_comp_algorithm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "scsi_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 182
        },
        "set_pews_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "si_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sili": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 262468
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 181
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8401588bfdb81521"
          },
          "offset": 0
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 263136
        },
        "sysctl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 263104
        },
        "sysctl_timeout_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 263160
        },
        "sysctl_timeout_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 263176
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 263152
        },
        "timeout_info": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 262356
        }
      },
      "kind": "struct"
    },
    "sa_tag": {
      "size": 48,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 28
        },
        "tag": {
          "type": {
            "kind": "struct",
            "name": "m_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sa_timeout_desc": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sackblk": {
      "size": 8,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sackhint": {
      "size": 40,
      "fields": {
        "delivered_data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "last_sack_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nexthole": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sackhole"
            }
          },
          "offset": 0
        },
        "prr_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "prr_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "recover_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sack_bytes_rexmit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sacked_bytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sackhole": {
      "size": 32,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxmit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "scblink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a05e69da36deb34a"
          },
          "offset": 16
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sackhole_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sackhole"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sackhole"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sadb_address": {
      "size": 8,
      "fields": {
        "sadb_address_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_address_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_address_prefixlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sadb_address_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sadb_address_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sadb_alg": {
      "size": 8,
      "fields": {
        "sadb_alg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sadb_alg_ivlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sadb_alg_maxbits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sadb_alg_minbits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_alg_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sadb_comb": {
      "size": 72,
      "fields": {
        "sadb_comb_auth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sadb_comb_auth_maxbits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sadb_comb_auth_minbits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sadb_comb_encrypt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sadb_comb_encrypt_maxbits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "sadb_comb_encrypt_minbits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sadb_comb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_comb_hard_addtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "sadb_comb_hard_allocations": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sadb_comb_hard_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sadb_comb_hard_usetime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "sadb_comb_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sadb_comb_soft_addtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "sadb_comb_soft_allocations": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sadb_comb_soft_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sadb_comb_soft_usetime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sadb_ext": {
      "size": 4,
      "fields": {
        "sadb_ext_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_ext_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sadb_ident": {
      "size": 16,
      "fields": {
        "sadb_ident_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_ident_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sadb_ident_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_ident_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sadb_ident_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sadb_key": {
      "size": 8,
      "fields": {
        "sadb_key_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sadb_key_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_key_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_key_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sadb_lifetime": {
      "size": 32,
      "fields": {
        "sadb_lifetime_addtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sadb_lifetime_allocations": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sadb_lifetime_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sadb_lifetime_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_lifetime_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_lifetime_usetime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sadb_msg": {
      "size": 16,
      "fields": {
        "sadb_msg_errno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sadb_msg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sadb_msg_pid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sadb_msg_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sadb_msg_satype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sadb_msg_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sadb_msg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sadb_msg_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sadb_msghdr": {
      "size": 472,
      "fields": {
        "ext": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sadb_ext"
              }
            }
          },
          "offset": 8
        },
        "extlen": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 356
        },
        "extoff": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 240
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sadb_msg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sadb_prop": {
      "size": 8,
      "fields": {
        "sadb_prop_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_prop_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_prop_replay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sadb_prop_reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "sadb_sa": {
      "size": 16,
      "fields": {
        "sadb_sa_auth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "sadb_sa_encrypt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "sadb_sa_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_sa_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sadb_sa_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_sa_replay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "sadb_sa_spi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sadb_sa_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "sadb_spirange": {
      "size": 16,
      "fields": {
        "sadb_spirange_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_spirange_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_spirange_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sadb_spirange_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sadb_spirange_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sadb_supported": {
      "size": 8,
      "fields": {
        "sadb_supported_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_supported_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_supported_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sadb_x_ipsecrequest": {
      "size": 8,
      "fields": {
        "sadb_x_ipsecrequest_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_x_ipsecrequest_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sadb_x_ipsecrequest_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sadb_x_ipsecrequest_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_x_ipsecrequest_reqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sadb_x_nat_t_port": {
      "size": 8,
      "fields": {
        "sadb_x_nat_t_port_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_x_nat_t_port_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_x_nat_t_port_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sadb_x_nat_t_port_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sadb_x_nat_t_type": {
      "size": 8,
      "fields": {
        "sadb_x_nat_t_type_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_x_nat_t_type_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_x_nat_t_type_reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "sadb_x_nat_t_type_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sadb_x_policy": {
      "size": 16,
      "fields": {
        "sadb_x_policy_dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sadb_x_policy_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_x_policy_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sadb_x_policy_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_x_policy_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sadb_x_policy_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sadb_x_policy_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sadb_x_sa2": {
      "size": 16,
      "fields": {
        "sadb_x_sa2_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_x_sa2_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_x_sa2_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "sadb_x_sa2_reqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sadb_x_sa2_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sadb_x_sa2_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sadb_x_sa2_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sadb_x_sa_replay": {
      "size": 8,
      "fields": {
        "sadb_x_sa_replay_exttype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sadb_x_sa_replay_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sadb_x_sa_replay_replay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "safc_struct_per_port": {
      "size": 40,
      "fields": {
        "__reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "__reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cos_to_pause_mask": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "cos_to_traffic_types": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "safc_timeout_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "safte_control_reqlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "safte_control_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "safte_control_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "safte_control_reqlist_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "safte_control_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "safte_control_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "safte_control_request": {
      "size": 32,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "elm_stat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b1e79306177994e9"
          },
          "offset": 16
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "safte_control_request_t": {
      "size": 32,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "elm_stat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b1e79306177994e9"
          },
          "offset": 16
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sagaw_bits_tag": {
      "size": 16,
      "fields": {
        "agaw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "awlvl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pglvl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sample_node": {
      "size": 21760,
      "fields": {
        "currates": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "HAL_RATE_TABLE"
            }
          },
          "offset": 24
        },
        "current_rix": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 21620
        },
        "current_sample_rix": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 21564
        },
        "last_sample_rix": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 21536
        },
        "packets_sent": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 21592
        },
        "packets_since_sample": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 21704
        },
        "packets_since_switch": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 21648
        },
        "ratemask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sample_tt": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21732
        },
        "sched": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "txschedule"
            }
          },
          "offset": 16
        },
        "static_rix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "stats": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "count": 64,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "rate_stats"
              }
            }
          },
          "offset": 32
        },
        "ticks_since_switch": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 21676
        }
      },
      "kind": "struct"
    },
    "sample_softc": {
      "size": 40,
      "fields": {
        "arc": {
          "type": {
            "kind": "struct",
            "name": "ath_ratectrl"
          },
          "offset": 0
        },
        "max_successive_failures": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "min_good_pct": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "min_switch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "sample_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "smoothing_minpackets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "smoothing_rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "stale_failure_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "save87": {
      "size": 176,
      "fields": {
        "sv_ac": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fpacc87"
            }
          },
          "offset": 28
        },
        "sv_env": {
          "type": {
            "kind": "struct",
            "name": "env87"
          },
          "offset": 0
        },
        "sv_pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "sv_pad0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "savefpu": {
      "size": 512,
      "fields": {
        "sv_env": {
          "type": {
            "kind": "struct",
            "name": "envxmm"
          },
          "offset": 0
        },
        "sv_fp": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_e2c6bea20182742d"
            }
          },
          "offset": 32
        },
        "sv_pad": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 416
        },
        "sv_xmm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xmmacc"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "savefpu_xstate": {
      "size": 320,
      "fields": {
        "sx_hd": {
          "type": {
            "kind": "struct",
            "name": "xstate_hdr"
          },
          "offset": 0
        },
        "sx_ymm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ymmacc"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "savefpu_ymm": {
      "size": 832,
      "fields": {
        "sv_env": {
          "type": {
            "kind": "struct",
            "name": "envxmm"
          },
          "offset": 0
        },
        "sv_fp": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_e2f1c0830890444d"
            }
          },
          "offset": 32
        },
        "sv_pad": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 416
        },
        "sv_xmm": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xmmacc"
            }
          },
          "offset": 160
        },
        "sv_xstate": {
          "type": {
            "kind": "struct",
            "name": "savefpu_xstate"
          },
          "offset": 512
        }
      },
      "kind": "struct"
    },
    "sb16props": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "iselect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "oselect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rec": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "rreg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "stereo": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "sbdep": {
      "size": 64,
      "fields": {
        "sb_fs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fs"
            }
          },
          "offset": 48
        },
        "sb_list": {
          "type": {
            "kind": "struct",
            "name": "worklist"
          },
          "offset": 0
        },
        "sb_ump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufsmount"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sbp_cmd_status": {
      "size": 24,
      "fields": {
        "cdb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "eom": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "fru": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ill_len": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mark": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "s_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "s_key": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "s_keydep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "s_qlfr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sfmt": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "vend": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sbp_dev": {
      "size": 288,
      "fields": {
        "bustgtlun": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 250
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "fwdma_alloc"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "free_ocbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_edd162bda71fdfc6"
          },
          "offset": 152
        },
        "freeze": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "last_ocb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_ocb"
            }
          },
          "offset": 168
        },
        "login": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_login_res"
            }
          },
          "offset": 56
        },
        "login_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 64
        },
        "lun_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ocb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_ocb"
            }
          },
          "offset": 128
        },
        "ocbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_edd162bda71fdfc6"
          },
          "offset": 136
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 8
        },
        "product": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 208
        },
        "revision": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 240
        },
        "status": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_target"
            }
          },
          "offset": 16
        },
        "timeout": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "vendor": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "sbp_login_res": {
      "size": 16,
      "fields": {
        "cmd_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cmd_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "recon_hold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "res0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sbp_ocb": {
      "size": 400,
      "fields": {
        "bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 8
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 328
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "ind_ptr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ind_ptr"
            }
          },
          "offset": 56
        },
        "ocb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_06740e94a39c888e"
          },
          "offset": 0
        },
        "orb": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "sdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_dev"
            }
          },
          "offset": 312
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 336
        }
      },
      "kind": "struct"
    },
    "sbp_softc": {
      "size": 1896,
      "fields": {
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1832
        },
        "fd": {
          "type": {
            "kind": "struct",
            "name": "firewire_dev_comm"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1856
        },
        "fwb": {
          "type": {
            "kind": "struct",
            "name": "fw_bind"
          },
          "offset": 1776
        },
        "last_busreset": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 1840
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1864
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 40
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 32
        },
        "targets": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sbp_target"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sbp_status": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "dead": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "orb_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "orb_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "resp": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "src": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "sbp_target": {
      "size": 216,
      "fields": {
        "fwdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_device"
            }
          },
          "offset": 24
        },
        "luns": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sbp_dev"
              }
            }
          },
          "offset": 8
        },
        "mgm_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mgm_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mgm_ocb_cur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_ocb"
            }
          },
          "offset": 40
        },
        "mgm_ocb_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_edd162bda71fdfc6"
          },
          "offset": 48
        },
        "mgm_ocb_timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 64
        },
        "n_xfer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "num_lun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_softc"
            }
          },
          "offset": 16
        },
        "scan_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 128
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xferlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_81380ca44fdfcbae"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "sbrk_args": {
      "size": 8,
      "fields": {
        "incr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "incr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "incr_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sbuf": {
      "size": 72,
      "fields": {
        "s_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_drain_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "s_drain_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "s_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "s_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "s_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "s_rec_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "s_sect_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "s_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sbuf_seek_helper": {
      "size": 16,
      "fields": {
        "skip_bytes": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sc_chinfo": {
      "size": 72,
      "fields": {
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 32
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 40
        },
        "civ": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "desc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "dtbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ich_desc"
            }
          },
          "offset": 56
        },
        "imask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "num": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_info"
            }
          },
          "offset": 48
        },
        "regbase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "run": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "run_save": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "spdreg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sc_cnstate": {
      "size": 5,
      "fields": {
        "kbd_locked": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kbd_opened": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "kdb_locked": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mtx_locked": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "scr_opened": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sc_info": {
      "size": 448,
      "fields": {
        "ac97rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ch": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sc_chinfo"
            }
          },
          "offset": 152
        },
        "chan_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 120
        },
        "chnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "codec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ac97_info"
            }
          },
          "offset": 144
        },
        "desc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 434
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "dtbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ich_desc"
            }
          },
          "offset": 376
        },
        "dtbl_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "dtmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 128
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "hasmic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "hasvra": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "hasvrm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ich_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 440
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "intrhook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 400
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "irqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "nabmbar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "nabmbarh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "nabmbarid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "nabmbart": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "nambar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "nambarh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "nambarid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "nambart": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "regtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "sample_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "swap_reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 432
        }
      },
      "kind": "struct"
    },
    "sc_renderer": {
      "size": 40,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4f792200e4a40728"
          },
          "offset": 24
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rndrsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_rndr_sw_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sc_renderer_t": {
      "size": 40,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4f792200e4a40728"
          },
          "offset": 24
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rndrsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_rndr_sw_t"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sc_rndr_sw": {
      "size": 72,
      "fields": {
        "blink_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "draw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "draw_border": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "draw_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "draw_mouse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "set_mouse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sc_rndr_sw_t": {
      "size": 72,
      "fields": {
        "blink_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "draw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "draw_border": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "draw_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "draw_mouse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "set_mouse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sc_softc": {
      "size": 2400,
      "fields": {
        "adapter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "adp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "video_adapter"
            }
          },
          "offset": 32
        },
        "blink_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 95
        },
        "cblink": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2336
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ctimeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2272
        },
        "cur_scp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scr_stat"
            }
          },
          "offset": 64
        },
        "curs_attr": {
          "type": {
            "kind": "struct",
            "name": "cursor_attr"
          },
          "offset": 168
        },
        "cursor_char": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2264
        },
        "delayed_next_scr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tty"
              }
            }
          },
          "offset": 56
        },
        "dflt_curs_attr": {
          "type": {
            "kind": "struct",
            "name": "cursor_attr"
          },
          "offset": 160
        },
        "first_vty": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "font_14": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2240
        },
        "font_16": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2248
        },
        "font_22": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2256
        },
        "font_8": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2232
        },
        "font_loading_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 92
        },
        "fonts_loaded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2224
        },
        "grab_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "grab_state": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sc_cnstate"
            }
          },
          "offset": 100
        },
        "initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "kbd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard"
            }
          },
          "offset": 16
        },
        "kbd_open_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "mouse_char": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2265
        },
        "new_scp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scr_stat"
            }
          },
          "offset": 72
        },
        "old_scp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scr_stat"
            }
          },
          "offset": 80
        },
        "palette": {
          "type": {
            "count": 768,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 688
        },
        "palette2": {
          "type": {
            "count": 768,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1456
        },
        "sc_altbrk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2268
        },
        "scr_map": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "scr_rmap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 432
        },
        "scrn_time_stamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "switch_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 93
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "video_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 120
        },
        "vtys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "write_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 94
        }
      },
      "kind": "struct"
    },
    "sc_softc_t": {
      "size": 2400,
      "fields": {
        "adapter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "adp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "video_adapter"
            }
          },
          "offset": 32
        },
        "blink_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 95
        },
        "cblink": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2336
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ctimeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 2272
        },
        "cur_scp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scr_stat"
            }
          },
          "offset": 64
        },
        "curs_attr": {
          "type": {
            "kind": "struct",
            "name": "cursor_attr"
          },
          "offset": 168
        },
        "cursor_char": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2264
        },
        "delayed_next_scr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tty"
              }
            }
          },
          "offset": 56
        },
        "dflt_curs_attr": {
          "type": {
            "kind": "struct",
            "name": "cursor_attr"
          },
          "offset": 160
        },
        "first_vty": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "font_14": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2240
        },
        "font_16": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2248
        },
        "font_22": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2256
        },
        "font_8": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2232
        },
        "font_loading_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 92
        },
        "fonts_loaded": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2224
        },
        "grab_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "grab_state": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sc_cnstate"
            }
          },
          "offset": 100
        },
        "initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "kbd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard"
            }
          },
          "offset": 16
        },
        "kbd_open_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "mouse_char": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2265
        },
        "new_scp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scr_stat"
            }
          },
          "offset": 72
        },
        "old_scp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scr_stat"
            }
          },
          "offset": 80
        },
        "palette": {
          "type": {
            "count": 768,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 688
        },
        "palette2": {
          "type": {
            "count": 768,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1456
        },
        "sc_altbrk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2268
        },
        "scr_map": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "scr_rmap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 432
        },
        "scrn_time_stamp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "switch_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 93
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "video_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 120
        },
        "vtys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "write_in_progress": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 94
        }
      },
      "kind": "struct"
    },
    "sc_term_sw": {
      "size": 144,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_08d5e593d3921422"
          },
          "offset": 0
        },
        "te_clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "te_default_attr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "te_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "te_fkeystr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "te_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "te_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "te_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "te_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "te_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "te_puts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "te_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "te_renderer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "te_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "te_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "te_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "te_term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "sc_term_sw_t": {
      "size": 144,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_08d5e593d3921422"
          },
          "offset": 0
        },
        "te_clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "te_default_attr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "te_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "te_fkeystr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "te_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "te_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "te_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "te_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "te_notify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "te_puts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "te_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "te_renderer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "te_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "te_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "te_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "te_term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "sc_ttysoftc": {
      "size": 16,
      "fields": {
        "st_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "st_stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scr_stat"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sc_vtb": {
      "size": 40,
      "fields": {
        "vtb_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vtb_cols": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vtb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vtb_rows": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vtb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vtb_tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vtb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sc_vtb_t": {
      "size": 40,
      "fields": {
        "vtb_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vtb_cols": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vtb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vtb_rows": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vtb_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vtb_tail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vtb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scan_state": {
      "size": 576,
      "fields": {
        "bq": {
          "type": {
            "kind": "struct",
            "name": "vm_batchqueue"
          },
          "offset": 0
        },
        "marker": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 520
        },
        "maxscan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 528
        },
        "pq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_pagequeue"
            }
          },
          "offset": 512
        },
        "scanned": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 532
        }
      },
      "kind": "struct"
    },
    "scanlist": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scanlookup": {
      "size": 32,
      "fields": {
        "essid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "esslen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mac": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "se": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_scan_entry"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "scanreq": {
      "size": 16,
      "fields": {
        "space": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211req_scan_result"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scatterlist": {
      "size": 32,
      "fields": {
        "dma_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "page_link": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scb": {
      "size": 192,
      "fields": {
        "ahc_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_softc"
            }
          },
          "offset": 64
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b8941e205e096b99"
          },
          "offset": 72
        },
        "hscb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hardware_scb"
            }
          },
          "offset": 0
        },
        "io_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 56
        },
        "io_timer": {
          "type": {
            "kind": "struct",
            "name": "aic_timer_t"
          },
          "offset": 128
        },
        "links": {
          "type": {
            "kind": "union",
            "name": "unnamed_e935822d8db27aea"
          },
          "offset": 8
        },
        "pending_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5d36356099f9640a"
          },
          "offset": 24
        },
        "platform_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb_platform_data"
            }
          },
          "offset": 88
        },
        "sg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "sg_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_dma_seg"
            }
          },
          "offset": 104
        },
        "sg_list_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "sg_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sg_map_node"
            }
          },
          "offset": 96
        },
        "timedout_links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5d36356099f9640a"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "scb_data": {
      "size": 2160,
      "fields": {
        "free_scbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4c1979cdde702e42"
          },
          "offset": 0
        },
        "hscb_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2104
        },
        "hscb_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 2096
        },
        "hscb_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 2088
        },
        "hscbs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hardware_scb"
            }
          },
          "offset": 2056
        },
        "init_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2154
        },
        "maxhscbs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2153
        },
        "numscbs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2152
        },
        "recovery_scbs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2080
        },
        "scbarray": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 2064
        },
        "scbindex": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "scb"
              }
            }
          },
          "offset": 8
        },
        "sense": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_sense_data"
            }
          },
          "offset": 2072
        },
        "sense_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2128
        },
        "sense_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 2120
        },
        "sense_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 2112
        },
        "sg_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 2136
        },
        "sg_maps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7601de253637d5f5"
          },
          "offset": 2144
        }
      },
      "kind": "struct"
    },
    "scb_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scb_platform_data": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "scb_tailq": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "scb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "scfg": {
      "size": 48,
      "fields": {
        "DoorLock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "Nfans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Npwr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "Nslots": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "Nspkrs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Ntherm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "Ntstats": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "adm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "current_request": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "safte_control_request_t"
            }
          },
          "offset": 32
        },
        "current_request_stage": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "current_request_stages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "enc_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "flag1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "flag2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "pwroff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "requests": {
          "type": {
            "kind": "struct",
            "name": "safte_control_reqlist_t"
          },
          "offset": 16
        },
        "slot_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "slotoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "sch_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "syncache"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "syncache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sched_get_priority_max_args": {
      "size": 8,
      "fields": {
        "policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "policy_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sched_get_priority_min_args": {
      "size": 8,
      "fields": {
        "policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "policy_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sched_getcpu_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sched_getparam_args": {
      "size": 16,
      "fields": {
        "param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sched_param"
            }
          },
          "offset": 8
        },
        "param_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "param_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sched_getscheduler_args": {
      "size": 8,
      "fields": {
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sched_param": {
      "size": 4,
      "fields": {
        "sched_priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sched_rr_get_interval_args": {
      "size": 16,
      "fields": {
        "interval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 8
        },
        "interval_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "interval_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sched_setparam_args": {
      "size": 16,
      "fields": {
        "param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sched_param"
            }
          },
          "offset": 8
        },
        "param_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "param_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sched_setscheduler_args": {
      "size": 24,
      "fields": {
        "param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sched_param"
            }
          },
          "offset": 16
        },
        "param_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "param_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "policy_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "policy_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sched_shutdown": {
      "size": 4,
      "fields": {
        "reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sched_yield_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scheduling_data": {
      "size": 32,
      "fields": {
        "last_out_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_out"
            }
          },
          "offset": 8
        },
        "locked_on_sending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_out"
            }
          },
          "offset": 0
        },
        "out": {
          "type": {
            "kind": "union",
            "name": "unnamed_6dbbe0a0709414c8"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "scheduling_parameters": {
      "size": 32,
      "fields": {
        "scheduled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "ss": {
          "type": {
            "kind": "union",
            "name": "unnamed_5d81823287c1be3c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sci_pci_common_header": {
      "size": 16,
      "fields": {
        "base_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "built_in_self_test": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "cache_line_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "header_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "master_latency_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "program_interface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sub_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scope6_id": {
      "size": 64,
      "fields": {
        "s6id_list": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scr_stat": {
      "size": 328,
      "fields": {
        "base_curs_attr": {
          "type": {
            "kind": "struct",
            "name": "cursor_attr"
          },
          "offset": 200
        },
        "bell_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 272
        },
        "bell_pitch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 274
        },
        "border": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 276
        },
        "curs_attr": {
          "type": {
            "kind": "struct",
            "name": "cursor_attr"
          },
          "offset": 208
        },
        "cursor_oldpos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "cursor_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "dflt_curs_attr": {
          "type": {
            "kind": "struct",
            "name": "cursor_attr"
          },
          "offset": 192
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 136
        },
        "font_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "font_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "history": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_vtb_t"
            }
          },
          "offset": 304
        },
        "history_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "history_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 316
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kbd_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "mouse_buttons": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 232
        },
        "mouse_cut_end": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "mouse_cut_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "mouse_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 264
        },
        "mouse_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "mouse_oldpos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "mouse_oldxpos": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 228
        },
        "mouse_oldypos": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 230
        },
        "mouse_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "mouse_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "mouse_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 248
        },
        "mouse_signal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        },
        "mouse_xpos": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 224
        },
        "mouse_ypos": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 226
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 288
        },
        "rndr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_rndr_sw"
            }
          },
          "offset": 16
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_softc"
            }
          },
          "offset": 8
        },
        "scr": {
          "type": {
            "kind": "struct",
            "name": "sc_vtb_t"
          },
          "offset": 24
        },
        "smode": {
          "type": {
            "kind": "struct",
            "name": "vt_mode"
          },
          "offset": 296
        },
        "splash_save_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "splash_save_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "ts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 168
        },
        "tsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_term_sw"
            }
          },
          "offset": 160
        },
        "vtb": {
          "type": {
            "kind": "struct",
            "name": "sc_vtb_t"
          },
          "offset": 64
        },
        "xoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "xpixel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "xpos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "xsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "yoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "ypixel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "ypos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "ysize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        }
      },
      "kind": "struct"
    },
    "scrmap_t": {
      "size": 256,
      "fields": {
        "scrmap": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scrshot": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ysize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scrshot_t": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ysize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scsi_allow_overwrite": {
      "size": 16,
      "fields": {
        "allow_overwrite": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "logical_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scsi_attrib_table_entry": {
      "size": 40,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "parse_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "suffix": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "to_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "scsi_attrib_vendser": {
      "size": 40,
      "fields": {
        "serial_num": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_control_data_prot_subpage": {
      "size": 7,
      "fields": {
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pi_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "prot_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "prot_method": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "subpage_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_control_page": {
      "size": 12,
      "fields": {
        "aen_holdoff_period": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "busy_timeout_period": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "eca_and_aen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "extended_selftest_completion_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "flags4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "queue_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rlec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_data_compression_page": {
      "size": 16,
      "fields": {
        "comp_algorithm": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "dce_and_dcc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "dde_and_red": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "decomp_algorithm": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scsi_density_data": {
      "size": 52,
      "fields": {
        "assigning_org": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "bits_per_mm": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "capacity": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "density_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "description": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "media_width": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "primary_density_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "secondary_density_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tracks": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "scsi_density_hdr": {
      "size": 4,
      "fields": {
        "descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_dev_conf_page": {
      "size": 16,
      "fields": {
        "active_partition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "byte10": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "byte8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ew_bufsize": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "extra_wp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "gap_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pagecode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pagelength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rb_empty_ratio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sel_comp_alg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "wb_full_ratio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "wrdelay_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_diag_page": {
      "size": 4,
      "fields": {
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_specific_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "params": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_erase": {
      "size": 6,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lun_imm_long": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_exchange_medium": {
      "size": 12,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "fdst": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "invert": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sdst": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "src": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "tea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_find_desc_info": {
      "size": 16,
      "fields": {
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_sense_desc_header"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "scsi_format_medium": {
      "size": 6,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_generic": {
      "size": 12,
      "fields": {
        "bytes": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_get_physical_element_status": {
      "size": 16,
      "fields": {
        "allocation_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "report_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "starting_element": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_initialize_element_status": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_inquiry": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_inquiry_data": {
      "size": 256,
      "fields": {
        "additional_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "dev_qual2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "product": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "reserved3": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 74
        },
        "response_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "revision": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "spc2_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "spc3_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "spi3data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "vendor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendor_specific0": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "vendor_specific1": {
          "type": {
            "count": 160,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "version1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        },
        "version2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "version3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 62
        },
        "version4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "version5": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 66
        },
        "version6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "version7": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 70
        },
        "version8": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "scsi_inquiry_pattern": {
      "size": 32,
      "fields": {
        "media_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "product": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "revision": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "scsi_load_unload": {
      "size": 6,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "eot_reten_load": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_locate_16": {
      "size": 16,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "logical_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scsi_log_select": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_log_sense": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "paramptr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "subpage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_mam_attribute_header": {
      "size": 5,
      "fields": {
        "attribute": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_medium_type_data": {
      "size": 56,
      "fields": {
        "assigning_org": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "description": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "media_width": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "medium_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "medium_type_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "num_density_codes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "primary_density_codes": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "scsi_mode_blk_desc": {
      "size": 8,
      "fields": {
        "blklen": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "density": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nblocks": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_mode_block_descr": {
      "size": 8,
      "fields": {
        "block_len": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "density_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "num_blocks": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_mode_hdr_6": {
      "size": 4,
      "fields": {
        "block_descr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dev_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_mode_header_10": {
      "size": 8,
      "fields": {
        "blk_desc_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "data_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dev_spec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "scsi_mode_header_6": {
      "size": 4,
      "fields": {
        "blk_desc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dev_spec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "medium_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_mode_page_header": {
      "size": 2,
      "fields": {
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_mode_select_10": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_mode_select_6": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_mode_sense_10": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "subpage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "unused": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_mode_sense_6": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "subpage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_move_medium": {
      "size": 12,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "dst": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "invert": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "src": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "tea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_nv": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "scsi_op_quirk_entry": {
      "size": 48,
      "fields": {
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "num_ops": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "op_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "op_table_entry"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "scsi_pause": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "resume": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "unused": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_per_res_in": {
      "size": 10,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_per_res_out": {
      "size": 10,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "scope_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_play_10": {
      "size": 10,
      "fields": {
        "blk_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "xfer_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "scsi_play_12": {
      "size": 12,
      "fields": {
        "blk_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "xfer_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_play_msf": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "end_f": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "end_m": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "end_s": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "start_f": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "start_m": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "start_s": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_play_track": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "end_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "end_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "start_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "start_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "unused1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_position_to_element": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "dst": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "invert": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "tea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_prevent": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "how": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_print_sense_info": {
      "size": 40,
      "fields": {
        "cdb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "inq_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scsi_inquiry_data"
            }
          },
          "offset": 32
        },
        "path_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_quirk_entry": {
      "size": 48,
      "fields": {
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "maxtags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mintags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "scsi_read_attribute": {
      "size": 16,
      "fields": {
        "cache": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "elem_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "element": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "first_attribute": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "logical_volume": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_read_block_limits": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_read_block_limits_data": {
      "size": 6,
      "fields": {
        "gran": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "maximum": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "minimum": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_read_buffer": {
      "size": 10,
      "fields": {
        "buffer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "offset": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_read_capacity": {
      "size": 10,
      "fields": {
        "addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pmi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_read_capacity_16": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "alloc_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reladr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_read_capacity_data": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_read_capacity_data_long": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "lalba_lbp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "prot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "prot_lbppbe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "scsi_read_dvd_struct_data_copyright": {
      "size": 8,
      "fields": {
        "cps_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "region_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_read_dvd_struct_data_layer_desc": {
      "size": 2048,
      "fields": {
        "bca": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "book_type_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "density": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "disc_size_max_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "end_sector_layer0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "layer_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "main_data_end": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "main_data_start": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "media_specific": {
          "type": {
            "count": 2031,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "zeros0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "zeros1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "zeros2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scsi_read_dvd_struct_data_physical": {
      "size": 2052,
      "fields": {
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "layer_desc": {
          "type": {
            "kind": "struct",
            "name": "scsi_read_dvd_struct_data_layer_desc"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_read_dvd_structure": {
      "size": 12,
      "fields": {
        "address": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "agid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "alloc_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "layer_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_read_element_status": {
      "size": 12,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "len": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "sea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_read_subchannel": {
      "size": 10,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "subchan_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_read_toc": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "from_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "op_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_receive_diag": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_remove_element_and_truncate": {
      "size": 16,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "element_identifier": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "requested_capacity": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_report_density_support": {
      "size": 10,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_report_key": {
      "size": 12,
      "fields": {
        "agid_keyformat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "alloc_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "lba": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_report_key_data_agid": {
      "size": 8,
      "fields": {
        "agid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_report_key_data_asf": {
      "size": 8,
      "fields": {
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "success": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "scsi_report_key_data_challenge": {
      "size": 16,
      "fields": {
        "challenge_key": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "scsi_report_key_data_key1_key2": {
      "size": 12,
      "fields": {
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "key1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "scsi_report_key_data_rpc": {
      "size": 8,
      "fields": {
        "byte4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "region_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rpc_scheme0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rpc_scheme1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_report_key_data_title": {
      "size": 12,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "title_key": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "scsi_report_luns": {
      "size": 12,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "select_report": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_report_luns_data": {
      "size": 8,
      "fields": {
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "luns": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "scsi_report_luns_lundata"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_report_luns_lundata": {
      "size": 8,
      "fields": {
        "lundata": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_report_supported_opcodes": {
      "size": 12,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "requested_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "requested_service_action": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_report_supported_opcodes_all": {
      "size": 4,
      "fields": {
        "descr": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "scsi_report_supported_opcodes_descr"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_report_supported_opcodes_descr": {
      "size": 8,
      "fields": {
        "cdb_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "service_action": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "timeout": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "scsi_report_supported_opcodes_timeout"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "scsi_report_supported_opcodes_timeout": {
      "size": 12,
      "fields": {
        "cmd_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nominal_time": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "recommended_time": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_report_zones_desc": {
      "size": 64,
      "fields": {
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "write_pointer_lba": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "zone_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "zone_length": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "zone_start_lba": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "zone_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_report_zones_hdr": {
      "size": 64,
      "fields": {
        "byte4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "desc_list": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "scsi_report_zones_desc"
            }
          },
          "offset": 64
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "maximum_lba": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved2": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "scsi_request_sense": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_reserve_release_unit": {
      "size": 6,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "lun_thirdparty": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_rewind": {
      "size": 6,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_rw_10": {
      "size": 10,
      "fields": {
        "addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_rw_12": {
      "size": 12,
      "fields": {
        "addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "scsi_rw_16": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "scsi_rw_6": {
      "size": 6,
      "fields": {
        "addr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_sa_rw": {
      "size": 6,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sli_fixed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_scan_bus_info": {
      "size": 24,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cpi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_pathinq"
            }
          },
          "offset": 8
        },
        "lunindex": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 20
        },
        "request_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_security_protocol_in": {
      "size": 12,
      "fields": {
        "byte4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "security_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "security_protocol_specific": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_security_protocol_out": {
      "size": 12,
      "fields": {
        "byte4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "security_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "security_protocol_specific": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_send_diag": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_send_key": {
      "size": 12,
      "fields": {
        "agid_keyformat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "param_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_send_key_data_rpc": {
      "size": 8,
      "fields": {
        "data_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "region_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "scsi_send_volume_tag": {
      "size": 12,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ea": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pll": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved4": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "sac": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "scsi_send_volume_tag_parameters": {
      "size": 40,
      "fields": {
        "maxvsn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "minvsn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "vitf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_sense": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_sense_ata_ret_desc": {
      "size": 14,
      "fields": {
        "count_15_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "count_7_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lba_15_8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lba_23_16": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "lba_31_24": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "lba_39_32": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "lba_47_40": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lba_7_0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "scsi_sense_block": {
      "size": 4,
      "fields": {
        "byte3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_sense_command": {
      "size": 12,
      "fields": {
        "command_info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_sense_data": {
      "size": 252,
      "fields": {
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sense_buf": {
          "type": {
            "count": 251,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_sense_data_desc": {
      "size": 8,
      "fields": {
        "add_sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "add_sense_code_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "extra_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "sense_desc": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sense_key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_sense_data_fixed": {
      "size": 32,
      "fields": {
        "add_sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "add_sense_code_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "cmd_spec_info": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "extra_bytes": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "extra_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "fru": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "info": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "segment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sense_key_spec": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "scsi_sense_desc_header": {
      "size": 2,
      "fields": {
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_sense_desc_printer": {
      "size": 16,
      "fields": {
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "print_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "scsi_sense_forwarded": {
      "size": 4,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sense_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_sense_fru": {
      "size": 4,
      "fields": {
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fru": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_sense_info": {
      "size": 12,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "info": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_sense_progress": {
      "size": 8,
      "fields": {
        "add_sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "add_sense_code_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "progress": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sense_key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_sense_quirk_entry": {
      "size": 56,
      "fields": {
        "asc_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "asc_table_entry"
            }
          },
          "offset": 48
        },
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_pattern"
          },
          "offset": 0
        },
        "num_ascs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "num_sense_keys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "sense_key_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sense_key_table_entry"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "scsi_sense_sks": {
      "size": 8,
      "fields": {
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sense_key_spec": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_sense_sks_field": {
      "size": 3,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "field": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_sense_sks_overflow": {
      "size": 3,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_sense_sks_progress": {
      "size": 3,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "progress": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_sense_sks_retry": {
      "size": 3,
      "fields": {
        "actual_retry_count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_sense_sks_segment": {
      "size": 3,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "field": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_sense_stream": {
      "size": 4,
      "fields": {
        "byte3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "desc_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_service_action_in": {
      "size": 16,
      "fields": {
        "action_dependent": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_set_capacity": {
      "size": 6,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "cap_proportion": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_set_speed": {
      "size": 12,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "readspeed": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "writespeed": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_sop_routing_id_norm": {
      "size": 2,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "devfunc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_space": {
      "size": 6,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "count": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_start_stop_unit": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "how": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_static_inquiry_pattern": {
      "size": 33,
      "fields": {
        "media_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "product": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 11
        },
        "revision": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vendor": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_status_iu_header": {
      "size": 13,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pkt_failures": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "pkt_failures_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "scsi_sync_cache": {
      "size": 10,
      "fields": {
        "begin_lba": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lb_count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "scsi_tape_errors": {
      "size": 152,
      "fields": {
        "ctl_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "ctl_resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "ctl_sense": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "io_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "io_resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "io_sense": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rderr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_37650800af32de2a"
          },
          "offset": 128
        },
        "wterr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_37650800af32de2a"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "scsi_tape_locate": {
      "size": 10,
      "fields": {
        "blkaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "scsi_tape_position_data": {
      "size": 20,
      "fields": {
        "firstblk": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "lastblk": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "nbufblk": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "nbufbyte": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scsi_tape_position_long_data": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "logical_file_num": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "logical_object_num": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "partition": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "set_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "scsi_tape_read_position": {
      "size": 10,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_target_group": {
      "size": 12,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_test_unit_ready": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "unused": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_timestamp": {
      "size": 12,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_1394": {
      "size": 24,
      "fields": {
        "eui64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_fcp": {
      "size": 24,
      "fields": {
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "n_port_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_header": {
      "size": 1,
      "fields": {
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_iscsi_device": {
      "size": 4,
      "fields": {
        "additional_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "iscsi_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_iscsi_port": {
      "size": 4,
      "fields": {
        "additional_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "iscsi_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_rdma": {
      "size": 24,
      "fields": {
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "initiator_port_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_sas": {
      "size": 24,
      "fields": {
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "sas_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_sop": {
      "size": 24,
      "fields": {
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "routing_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_transportid_spi": {
      "size": 24,
      "fields": {
        "format_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "obsolete": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "rel_trgt_port_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "scsi_addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_unmap": {
      "size": 10,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_unmap_desc": {
      "size": 16,
      "fields": {
        "lba": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_block_device_characteristics": {
      "size": 64,
      "fields": {
        "depopulation_time": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "medium_rotation_rate": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "product_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "reserved2": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "wab_wac_ff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_block_limits": {
      "size": 64,
      "fields": {
        "atomic_alignment": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "atomic_transfer_length_granularity": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "max_atomic_boundary_size": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "max_atomic_transfer_length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "max_atomic_transfer_length_with_atomic_boundary": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "max_cmp_write_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "max_prefetch": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "max_txfer_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "max_unmap_blk_cnt": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "max_unmap_lba_cnt": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "max_write_same_length": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "opt_txfer_len": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "opt_txfer_len_grain": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "opt_unmap_grain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "unmap_grain_align": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_device_id": {
      "size": 4,
      "fields": {
        "desc_list": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_extended_inquiry_data": {
      "size": 64,
      "fields": {
        "bind_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "est": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "flags3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "flags4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "flags5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "flags6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "flags7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "max_sense_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 49,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_id_descriptor": {
      "size": 4,
      "fields": {
        "id_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "identifier": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "proto_codeset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_id_naa_basic": {
      "size": 1,
      "fields": {
        "naa": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "naa_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_logical_block_prov": {
      "size": 8,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "prov_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "threshold_exponent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_supported_page_list": {
      "size": 255,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "list": {
          "type": {
            "count": 251,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_supported_pages": {
      "size": 4,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_list": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_unit_serial_number": {
      "size": 255,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "serial_num": {
          "type": {
            "count": 251,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "scsi_vpd_zoned_bdc": {
      "size": 64,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "max_seq_req_zones": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "optimal_nonseq_zones": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "optimal_seq_zones": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "reserved2": {
          "type": {
            "count": 44,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "scsi_write_attribute": {
      "size": 16,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "element": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "logical_volume": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "partition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "scsi_write_buffer": {
      "size": 10,
      "fields": {
        "buffer_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "length": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "offset": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_write_filemarks": {
      "size": 6,
      "fields": {
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "num_marks": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_write_same_10": {
      "size": 10,
      "fields": {
        "addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_write_same_16": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "scsi_zbc_in": {
      "size": 16,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "length": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "zone_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "zone_start_lba": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "scsi_zbc_out": {
      "size": 16,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "service_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "zone_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "zone_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sctp_asconf_ack": {
      "size": 48,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "last_sent_to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_07e7a0e8c3ee001c"
          },
          "offset": 0
        },
        "serial_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sctp_asconf_ackhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_asconf_ack"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_asconf_ack"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctp_asconf_addr": {
      "size": 64,
      "fields": {
        "ap": {
          "type": {
            "kind": "struct",
            "name": "sctp_asconf_addr_param"
          },
          "offset": 16
        },
        "ifa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifa"
            }
          },
          "offset": 48
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2828ede4c6545345"
          },
          "offset": 0
        },
        "sent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "special_del": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        }
      },
      "kind": "struct"
    },
    "sctp_asconf_addr_param": {
      "size": 28,
      "fields": {
        "addrp": {
          "type": {
            "kind": "struct",
            "name": "sctp_ipv6addr_param"
          },
          "offset": 8
        },
        "aph": {
          "type": {
            "kind": "struct",
            "name": "sctp_asconf_paramhdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_asconf_addrhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_asconf_addr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_asconf_addr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctp_asconf_paramhdr": {
      "size": 8,
      "fields": {
        "correlation_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ph": {
          "type": {
            "kind": "struct",
            "name": "sctp_paramhdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_assoc_value": {
      "size": 8,
      "fields": {
        "assoc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "assoc_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sctp_association": {
      "size": 2120,
      "fields": {
        "abandoned_sent": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2088
        },
        "abandoned_unsent": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2056
        },
        "adaptation_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1955
        },
        "adaptation_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1956
        },
        "advanced_peer_ack_point": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1424
        },
        "alternate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 1072
        },
        "asconf_ack_sent": {
          "type": {
            "kind": "struct",
            "name": "sctp_asconf_ackhead"
          },
          "offset": 1008
        },
        "asconf_addr_del_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifa"
            }
          },
          "offset": 856
        },
        "asconf_del_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1921
        },
        "asconf_queue": {
          "type": {
            "kind": "struct",
            "name": "sctp_asconf_addrhead"
          },
          "offset": 8
        },
        "asconf_send_queue": {
          "type": {
            "kind": "struct",
            "name": "sctpchunk_listhead"
          },
          "offset": 920
        },
        "asconf_seq_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1372
        },
        "asconf_seq_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1364
        },
        "asconf_seq_out_acked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1368
        },
        "asconf_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1926
        },
        "asconf_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 248
        },
        "assoc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1400
        },
        "assoc_up_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1954
        },
        "auth_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1925
        },
        "authenticated": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1897
        },
        "authinfo": {
          "type": {
            "kind": "struct",
            "name": "sctp_authinfo_t"
          },
          "offset": 1792
        },
        "autoclose_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 608
        },
        "burst_limit_applied": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1910
        },
        "cc_functions": {
          "type": {
            "kind": "struct",
            "name": "sctp_cc_functions"
          },
          "offset": 1136
        },
        "chunks_on_out_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1844
        },
        "cmt_dac_pkts_rcvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1957
        },
        "cnt_msg_on_sb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1600
        },
        "cnt_on_all_streams": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1608
        },
        "cnt_on_reasm_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1576
        },
        "congestion_control_module": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1248
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1480
        },
        "control_pdapi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_queued_to_read"
            }
          },
          "offset": 1464
        },
        "control_send_queue": {
          "type": {
            "kind": "struct",
            "name": "sctpchunk_listhead"
          },
          "offset": 904
        },
        "cookie_how": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1960
        },
        "cookie_life": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1628
        },
        "cookie_preserve_req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1360
        },
        "ctrl_queue_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1548
        },
        "cumulative_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1428
        },
        "dack_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 128
        },
        "data_pkts_seen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1644
        },
        "def_net_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1876
        },
        "def_net_pf_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1878
        },
        "def_send": {
          "type": {
            "kind": "struct",
            "name": "sctp_nonpad_sndrcvinfo"
          },
          "offset": 88
        },
        "default_dscp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1920
        },
        "default_flowlabel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1540
        },
        "default_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1852
        },
        "delayed_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1632
        },
        "delayed_connection": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1949
        },
        "delete_prim_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 728
        },
        "deleted_primary": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 864
        },
        "discontinuity_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 2040
        },
        "dropped_special_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1945
        },
        "dup_tsns": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 1652
        },
        "ecn_echo_cnt_onq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1892
        },
        "ecn_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1923
        },
        "fast_recovery_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1452
        },
        "fast_retran_loss_recovery": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1943
        },
        "fr_max_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1904
        },
        "fragment_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1916
        },
        "fragmented_delivery_inprogress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1915
        },
        "free_chunk_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1894
        },
        "free_chunks": {
          "type": {
            "kind": "struct",
            "name": "sctpchunk_listhead"
          },
          "offset": 888
        },
        "fwd_tsn_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1580
        },
        "hb_ect_randombit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1918
        },
        "hb_random_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1919
        },
        "hb_random_values": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1911
        },
        "heart_beat_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1612
        },
        "highest_tsn_inside_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1436
        },
        "highest_tsn_inside_nr_map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1448
        },
        "iam_blocking": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1959
        },
        "idata_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1930
        },
        "ifp_had_enobuf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1950
        },
        "in_asocid_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1953
        },
        "init_seq_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1420
        },
        "initial_init_rto_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1732
        },
        "initial_rto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1736
        },
        "last_acked_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1412
        },
        "last_base_tsnsent": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1500
        },
        "last_control_chunk_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 1096
        },
        "last_data_chunk_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 1088
        },
        "last_flags_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1917
        },
        "last_net_cmt_send_started": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 1080
        },
        "last_reset_action": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1484
        },
        "last_revoke_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1886
        },
        "last_sending_seq": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1492
        },
        "last_strm_no_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1884
        },
        "last_strm_seq_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1882
        },
        "last_used_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_laddr"
            }
          },
          "offset": 1032
        },
        "local_auth_chunks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_auth_chklist_t"
            }
          },
          "offset": 1752
        },
        "local_hmacs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_hmaclist_t"
            }
          },
          "offset": 1768
        },
        "local_strreset_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1934
        },
        "mapping_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1056
        },
        "mapping_array_base_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1432
        },
        "mapping_array_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1880
        },
        "marked_retrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1992
        },
        "max_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1900
        },
        "max_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1984
        },
        "max_inbound_streams": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1624
        },
        "max_init_times": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1872
        },
        "max_send_times": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1874
        },
        "maxrto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1744
        },
        "minrto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1740
        },
        "my_last_reported_rwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1516
        },
        "my_rwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1512
        },
        "my_rwnd_control_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1536
        },
        "my_vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1384
        },
        "my_vtag_nonce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1392
        },
        "nets": {
          "type": {
            "kind": "struct",
            "name": "sctpnetlisthead"
          },
          "offset": 872
        },
        "nr_mapping_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1440
        },
        "nrsack_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1928
        },
        "num_send_timers_up": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 1888
        },
        "numduptsns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1648
        },
        "numnets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1592
        },
        "old_delayed_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1636
        },
        "overall_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1596
        },
        "pdapi_ppid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1476
        },
        "peer_auth_chunks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_auth_chklist_t"
            }
          },
          "offset": 1760
        },
        "peer_hmac_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1856
        },
        "peer_hmacs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_hmaclist_t"
            }
          },
          "offset": 1776
        },
        "peer_req_out": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1933
        },
        "peer_supports_nat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1935
        },
        "peer_vtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1388
        },
        "peer_vtag_nonce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1396
        },
        "peers_adaptation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1848
        },
        "peers_rwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1508
        },
        "pending_reply_queue": {
          "type": {
            "kind": "struct",
            "name": "sctp_readhead"
          },
          "offset": 1120
        },
        "pktdrop_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1929
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1988
        },
        "pr_sctp_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1544
        },
        "pre_open_streams": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1620
        },
        "primary_destination": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 1064
        },
        "prsctp_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1924
        },
        "rcv_edmid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1931
        },
        "reconfig_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1927
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1840
        },
        "resetHead": {
          "type": {
            "kind": "struct",
            "name": "sctp_resethead"
          },
          "offset": 1104
        },
        "sack_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1640
        },
        "sat_network": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1908
        },
        "sat_network_lockout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1909
        },
        "sat_t3_loss_recovery": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1944
        },
        "sat_t3_recovery_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1456
        },
        "saw_sack_with_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1951
        },
        "saw_sack_with_nr_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1952
        },
        "sb_cc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1528
        },
        "sb_send_resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1532
        },
        "scope": {
          "type": {
            "kind": "struct",
            "name": "sctp_scoping"
          },
          "offset": 1936
        },
        "sctp_autoclose_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1616
        },
        "sctp_cmt_on_off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1958
        },
        "sctp_cmt_pf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1968
        },
        "sctp_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1976
        },
        "sctp_frag_point": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1520
        },
        "sctp_restricted_addrs": {
          "type": {
            "kind": "struct",
            "name": "sctpladdr"
          },
          "offset": 848
        },
        "seen_a_sack_this_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1946
        },
        "send_queue": {
          "type": {
            "kind": "struct",
            "name": "sctpchunk_listhead"
          },
          "offset": 952
        },
        "send_queue_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1556
        },
        "send_sack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1898
        },
        "sending_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1416
        },
        "sent_queue": {
          "type": {
            "kind": "struct",
            "name": "sctpchunk_listhead"
          },
          "offset": 936
        },
        "sent_queue_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1560
        },
        "sent_queue_cnt_removeable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1564
        },
        "sent_queue_retran_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1568
        },
        "shared_keys": {
          "type": {
            "kind": "struct",
            "name": "sctp_keyhead"
          },
          "offset": 1784
        },
        "shut_guard_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 488
        },
        "size_on_all_streams": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1604
        },
        "size_on_reasm_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1572
        },
        "smallest_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1404
        },
        "snd_edmid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1932
        },
        "ss_data": {
          "type": {
            "kind": "struct",
            "name": "scheduling_data"
          },
          "offset": 968
        },
        "ss_functions": {
          "type": {
            "kind": "struct",
            "name": "sctp_ss_functions"
          },
          "offset": 1256
        },
        "ssn_of_pdapi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1862
        },
        "stale_cookie_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1858
        },
        "start_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 2024
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "stcb_starting_point_for_iterator": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_iterator"
            }
          },
          "offset": 1000
        },
        "str_of_pdapi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1860
        },
        "str_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tmit_chunk"
            }
          },
          "offset": 1024
        },
        "str_reset_seq_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1380
        },
        "str_reset_seq_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1376
        },
        "stream_locked": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1896
        },
        "stream_locked_on": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1890
        },
        "stream_queue_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1552
        },
        "stream_reset_out_is_outstanding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1948
        },
        "stream_reset_outstanding": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1947
        },
        "stream_scheduling_module": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1352
        },
        "streamincnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1864
        },
        "streamoutcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1866
        },
        "strm_pending_add_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1870
        },
        "strm_realoutsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1868
        },
        "strmin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_in"
            }
          },
          "offset": 1040
        },
        "strmout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_out"
            }
          },
          "offset": 1048
        },
        "strreset_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 368
        },
        "this_sack_highest_gap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1408
        },
        "time_entered": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 24
        },
        "time_last_rcvd": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 40
        },
        "time_last_sat_advance": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 72
        },
        "time_last_sent": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 56
        },
        "timocookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2016
        },
        "timodata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2000
        },
        "timoheartbeat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2012
        },
        "timoinit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1996
        },
        "timosack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2004
        },
        "timoshutdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2008
        },
        "timoshutdownack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2020
        },
        "total_flight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1584
        },
        "total_flight_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1588
        },
        "total_output_queue_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1524
        },
        "trigger_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1922
        },
        "tsn_last_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1460
        },
        "tsn_of_pdapi_last_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1472
        },
        "use_precise_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1969
        },
        "used_alt_asconfack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1942
        },
        "vrf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1356
        }
      },
      "kind": "struct"
    },
    "sctp_auth_chklist": {
      "size": 257,
      "fields": {
        "chunks": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "num_chunks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "sctp_auth_chklist_t": {
      "size": 257,
      "fields": {
        "chunks": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "num_chunks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "sctp_authinfo_t": {
      "size": 48,
      "fields": {
        "active_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "assoc_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 24
        },
        "assoc_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "peer_random": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 16
        },
        "random": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 0
        },
        "random_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "recv_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 32
        },
        "recv_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "sctp_authinformation": {
      "size": 48,
      "fields": {
        "active_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "assoc_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 24
        },
        "assoc_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "peer_random": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 16
        },
        "random": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 0
        },
        "random_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "recv_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 32
        },
        "recv_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "sctp_base_info": {
      "size": 1736,
      "fields": {
        "eh_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 1728
        },
        "first_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1724
        },
        "sctp_pcb_initialized": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 1725
        },
        "sctppcbinfo": {
          "type": {
            "kind": "struct",
            "name": "sctp_epinfo"
          },
          "offset": 0
        },
        "sctpstat": {
          "type": {
            "kind": "struct",
            "name": "sctpstat"
          },
          "offset": 776
        },
        "sctpsysctl": {
          "type": {
            "kind": "struct",
            "name": "sctp_sysctl"
          },
          "offset": 1440
        }
      },
      "kind": "struct"
    },
    "sctp_block_entry": {
      "size": 4,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_cc_functions": {
      "size": 112,
      "fields": {
        "sctp_cwnd_new_transmission_begins": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "sctp_cwnd_prepare_net_for_sack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "sctp_cwnd_socket_option": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "sctp_cwnd_update_after_ecn_echo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "sctp_cwnd_update_after_fr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "sctp_cwnd_update_after_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "sctp_cwnd_update_after_packet_dropped": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "sctp_cwnd_update_after_sack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "sctp_cwnd_update_after_timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "sctp_cwnd_update_exit_pf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "sctp_cwnd_update_packet_transmitted": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "sctp_cwnd_update_tsn_acknowledged": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "sctp_rtt_calculated": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "sctp_set_initial_cc_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_cc_option": {
      "size": 12,
      "fields": {
        "aid_value": {
          "type": {
            "kind": "struct",
            "name": "sctp_assoc_value"
          },
          "offset": 4
        },
        "option": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_chunkhdr": {
      "size": 4,
      "fields": {
        "chunk_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "chunk_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "chunk_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_data_chunkrec": {
      "size": 64,
      "fields": {
        "chunk_was_revoked": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cwnd_at_send": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "doing_fast_retransmit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "fast_retran_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "fsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "fwd_tsn_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "mid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ppid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rcv_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "timetodrop": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 32
        },
        "tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_epinfo": {
      "size": 776,
      "fields": {
        "addr_wq": {
          "type": {
            "kind": "struct",
            "name": "sctpladdr"
          },
          "offset": 112
        },
        "addr_wq_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 656
        },
        "hashasocmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "hashmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "hashtblsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "hashtcpmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "hashvrfmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "ipi_addr_mtx": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 256
        },
        "ipi_count_asoc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "ipi_count_chunk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "ipi_count_ep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "ipi_count_ifas": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "ipi_count_ifns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "ipi_count_laddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "ipi_count_raddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "ipi_count_readq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "ipi_count_strmoq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "ipi_count_vrfs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "ipi_ep_mtx": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 192
        },
        "ipi_free_chunks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "ipi_free_strmoq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "ipi_iterator_wq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 224
        },
        "ipi_pktlog_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 288
        },
        "ipi_zone_asconf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 176
        },
        "ipi_zone_asconf_ack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 184
        },
        "ipi_zone_asoc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 128
        },
        "ipi_zone_chunk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 152
        },
        "ipi_zone_ep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 120
        },
        "ipi_zone_laddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 136
        },
        "ipi_zone_net": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 144
        },
        "ipi_zone_readq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 160
        },
        "ipi_zone_strmoq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 168
        },
        "listhead": {
          "type": {
            "kind": "struct",
            "name": "sctppcbhead"
          },
          "offset": 104
        },
        "sctp_asochash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctpasochead"
            }
          },
          "offset": 16
        },
        "sctp_ephash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctppcbhead"
            }
          },
          "offset": 32
        },
        "sctp_tcpephash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctppcbhead"
            }
          },
          "offset": 48
        },
        "sctp_vrfhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_vrflist"
            }
          },
          "offset": 72
        },
        "udp4_tun_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "udp6_tun_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 8
        },
        "vrf_ifn_hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifnlist"
            }
          },
          "offset": 88
        },
        "vrf_ifn_hashmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "vtag_timewait": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sctpvtaghead"
            }
          },
          "offset": 400
        },
        "wq_addr_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 320
        }
      },
      "kind": "struct"
    },
    "sctp_hmaclist": {
      "size": 4,
      "fields": {
        "hmac": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "max_algo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_algo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sctp_hmaclist_t": {
      "size": 4,
      "fields": {
        "hmac": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "max_algo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "num_algo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sctp_ifa": {
      "size": 96,
      "fields": {
        "address": {
          "type": {
            "kind": "union",
            "name": "sctp_sockstore"
          },
          "offset": 48
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ifa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "ifn_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifn"
            }
          },
          "offset": 32
        },
        "localifa_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "next_bucket": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1804b3c72aad3c2d"
          },
          "offset": 16
        },
        "next_ifa": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1804b3c72aad3c2d"
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "src_is_glob": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "src_is_loop": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "src_is_priv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "vrf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "sctp_ifalist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifa"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_ifn": {
      "size": 104,
      "fields": {
        "ifa_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ifalist": {
          "type": {
            "kind": "struct",
            "name": "sctp_ifalist"
          },
          "offset": 0
        },
        "ifn_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ifn_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ifn_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "ifn_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "ifn_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "next_bucket": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4fa95ed7cf52b3d"
          },
          "offset": 32
        },
        "next_ifn": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4fa95ed7cf52b3d"
          },
          "offset": 16
        },
        "num_v4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "num_v6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "registered_af": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "vrf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_vrf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctp_ifnlist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifn"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_init": {
      "size": 16,
      "fields": {
        "a_rwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "initial_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "initiate_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_inbound_streams": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "num_outbound_streams": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctp_init_chunk": {
      "size": 20,
      "fields": {
        "ch": {
          "type": {
            "kind": "struct",
            "name": "sctp_chunkhdr"
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "struct",
            "name": "sctp_init"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sctp_inpcb": {
      "size": 1176,
      "fields": {
        "asconf_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 956
        },
        "auth_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 954
        },
        "control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 1016
        },
        "def_send": {
          "type": {
            "kind": "struct",
            "name": "sctp_nonpad_sndrcvinfo"
          },
          "offset": 964
        },
        "def_vrf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1124
        },
        "ecn_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 952
        },
        "fibnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1128
        },
        "hashasocidmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1160
        },
        "idata_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 955
        },
        "inp_create_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1056
        },
        "inp_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1024
        },
        "inp_rdata_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1088
        },
        "ip_inp": {
          "type": {
            "kind": "union",
            "name": "unnamed_5620132d509f5e06"
          },
          "offset": 0
        },
        "laddr_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 464
        },
        "last_abort_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1140
        },
        "local_strreset_support": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 944
        },
        "max_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 940
        },
        "next_addr_touse": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_laddr"
            }
          },
          "offset": 480
        },
        "nrsack_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 958
        },
        "partial_delivery_point": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 932
        },
        "pkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 1000
        },
        "pkt_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 1008
        },
        "pktdrop_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 959
        },
        "prsctp_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 953
        },
        "rcv_edmid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 960
        },
        "read_queue": {
          "type": {
            "kind": "struct",
            "name": "sctp_readhead"
          },
          "offset": 416
        },
        "reconfig_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 957
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1120
        },
        "sctp_addr_list": {
          "type": {
            "kind": "struct",
            "name": "sctpladdr"
          },
          "offset": 472
        },
        "sctp_asoc_list": {
          "type": {
            "kind": "struct",
            "name": "sctpasochead"
          },
          "offset": 920
        },
        "sctp_asocidhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctpasochead"
            }
          },
          "offset": 1152
        },
        "sctp_associd_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1168
        },
        "sctp_cmt_on_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 948
        },
        "sctp_context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 936
        },
        "sctp_ep": {
          "type": {
            "kind": "struct",
            "name": "sctp_pcb"
          },
          "offset": 512
        },
        "sctp_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "sctp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "sctp_frag_point": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 928
        },
        "sctp_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_81fae3733860b902"
          },
          "offset": 448
        },
        "sctp_hashmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 912
        },
        "sctp_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_81fae3733860b902"
          },
          "offset": 432
        },
        "sctp_mobility_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "sctp_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 488
        },
        "sctp_tcbhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctpasochead"
            }
          },
          "offset": 904
        },
        "total_nospaces": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1144
        },
        "total_recvs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1136
        },
        "total_sends": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1132
        }
      },
      "kind": "struct"
    },
    "sctp_ipv6addr_param": {
      "size": 20,
      "fields": {
        "addr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "ph": {
          "type": {
            "kind": "struct",
            "name": "sctp_paramhdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_iterator": {
      "size": 232,
      "fields": {
        "asoc_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "done_current_ep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 229
        },
        "function_assoc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "function_atend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "function_inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "function_inp_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_inpcb"
            }
          },
          "offset": 144
        },
        "iterator_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "next_inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_inpcb"
            }
          },
          "offset": 160
        },
        "no_chunk_output": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 228
        },
        "pcb_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "pcb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 200
        },
        "sctp_nxt_itr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_42d2e0d06824b54d"
          },
          "offset": 0
        },
        "stcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tcb"
            }
          },
          "offset": 152
        },
        "tmr": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 24
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "vn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sctp_key": {
      "size": 4,
      "fields": {
        "key": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "keylen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_key_t": {
      "size": 4,
      "fields": {
        "key": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "keylen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_keyhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_shared_key"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_laddr": {
      "size": 48,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ifa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifa"
            }
          },
          "offset": 16
        },
        "sctp_nxt_addr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_feab47d1b368c385"
          },
          "offset": 0
        },
        "start_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sctp_net_route": {
      "size": 72,
      "fields": {
        "_l_addr": {
          "type": {
            "kind": "union",
            "name": "sctp_sockstore"
          },
          "offset": 32
        },
        "_s_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifa"
            }
          },
          "offset": 64
        },
        "ro_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ro_lle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 8
        },
        "ro_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ro_nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 0
        },
        "ro_plen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ro_prepend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "sctp_nets": {
      "size": 736,
      "fields": {
        "RTO": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "RTO_measured": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 722
        },
        "addr_is_local": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 717
        },
        "cc_mod": {
          "type": {
            "kind": "union",
            "name": "cc_control_data"
          },
          "offset": 512
        },
        "cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 608
        },
        "cwr_window_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "dest_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 700
        },
        "dscp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 664
        },
        "ecn_ce_pkt_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "ecn_prev_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 706
        },
        "failure_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 702
        },
        "fast_recovery_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "fast_retran_ip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 712
        },
        "fast_retran_loss_recovery": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 710
        },
        "find_pseudo_cumack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 718
        },
        "find_rtx_pseudo_cumack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 719
        },
        "flight_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 604
        },
        "flowid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 728
        },
        "flowlabel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "flowtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 732
        },
        "hb_responded": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 713
        },
        "hb_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 136
        },
        "heart_beat_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "heartbeat_random1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "heartbeat_random2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "indx_of_eligible_next_to_use": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 716
        },
        "lan_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 724
        },
        "last_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "last_cwr_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "last_hs_used": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 723
        },
        "last_sent_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 496
        },
        "lastsa": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "lastsv": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "lost_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "marked_fastretrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "marked_retrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 688
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "net_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "net_ack2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "new_pseudo_cumack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 720
        },
        "partial_bytes_acked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "pf_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 704
        },
        "pmtu_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 708
        },
        "prev_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "pseudo_cumack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 600
        },
        "ro": {
          "type": {
            "kind": "struct",
            "name": "sctp_net_route"
          },
          "offset": 256
        },
        "rto_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 725
        },
        "rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "rtx_pseudo_cumack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "rxt_timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 376
        },
        "saw_newack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 714
        },
        "sctp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2f9bcbe910b6940"
          },
          "offset": 0
        },
        "src_addr_selected": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 715
        },
        "ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "start_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 672
        },
        "this_sack_highest_newack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "will_exit_fast_recovery": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 711
        },
        "window_probe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 721
        }
      },
      "kind": "struct"
    },
    "sctp_nonpad_sndrcvinfo": {
      "size": 36,
      "fields": {
        "sinfo_assoc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sinfo_context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sinfo_cumtsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sinfo_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "sinfo_keynumber": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "sinfo_keynumber_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "sinfo_ppid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sinfo_ssn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sinfo_stream": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sinfo_timetolive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sinfo_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sctp_os_timer_t": {
      "size": 64,
      "fields": {
        "c_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "c_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "c_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 56
        },
        "c_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "c_iflags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 58
        },
        "c_links": {
          "type": {
            "kind": "union",
            "name": "unnamed_b914ee14bf483797"
          },
          "offset": 0
        },
        "c_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_object"
            }
          },
          "offset": 48
        },
        "c_precision": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "c_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sctp_paramhdr": {
      "size": 4,
      "fields": {
        "param_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "param_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_pcb": {
      "size": 392,
      "fields": {
        "adaptation_layer_indicator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "adaptation_layer_indicator_provided": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 360
        },
        "auto_close_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "current_secret_number": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 381
        },
        "def_cookie_life": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "def_net_failure": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 172
        },
        "def_net_pf_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 174
        },
        "default_dscp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 380
        },
        "default_flowlabel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "default_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "default_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "fr_max_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "initial_init_rto_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "initial_rto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "initial_sequence_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "last_secret_number": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 382
        },
        "local_auth_chunks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_auth_chklist_t"
            }
          },
          "offset": 144
        },
        "local_hmacs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_hmaclist_t"
            }
          },
          "offset": 152
        },
        "max_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "max_init_times": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 168
        },
        "max_open_streams_intome": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 178
        },
        "max_send_times": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 170
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 384
        },
        "pre_open_stream_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "random_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "random_numbers": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 184
        },
        "random_store": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 204
        },
        "sctp_default_cc_module": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "sctp_default_ss_module": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "sctp_maxrto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "sctp_minrto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "sctp_sack_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sctp_sws_receiver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "sctp_sws_sender": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "sctp_timeoutticks": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "secret_key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 4
        },
        "shared_keys": {
          "type": {
            "kind": "struct",
            "name": "sctp_keyhead"
          },
          "offset": 136
        },
        "signature_change": {
          "type": {
            "kind": "struct",
            "name": "sctp_timer"
          },
          "offset": 224
        },
        "size_of_a_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "store_at": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "time_of_secret_change": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctp_pktdrop_chunk": {
      "size": 16,
      "fields": {
        "bottle_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ch": {
          "type": {
            "kind": "struct",
            "name": "sctp_chunkhdr"
          },
          "offset": 0
        },
        "current_onq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "trunc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sctp_queued_to_read": {
      "size": 152,
      "fields": {
        "aux_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 72
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 56
        },
        "do_not_ref_stcb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 140
        },
        "end_added": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 141
        },
        "first_frag_seen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 146
        },
        "fsn_included": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "held_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "last_frag_seen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 145
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_983cc981245d9716"
          },
          "offset": 88
        },
        "next_instrm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_983cc981245d9716"
          },
          "offset": 104
        },
        "on_read_q": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 147
        },
        "on_strm_q": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 148
        },
        "pdapi_aborted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 142
        },
        "pdapi_started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 143
        },
        "port_from": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "reasm": {
          "type": {
            "kind": "struct",
            "name": "sctpchunk_listhead"
          },
          "offset": 120
        },
        "sinfo_assoc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sinfo_context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sinfo_cumtsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sinfo_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sinfo_ppid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sinfo_stream": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sinfo_timetolive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sinfo_tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "some_taken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "spec_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "stcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tcb"
            }
          },
          "offset": 80
        },
        "tail_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 64
        },
        "top_fsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "whoFrom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sctp_readhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_queued_to_read"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_queued_to_read"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctp_resethead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_reset_list"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_stream_reset_list"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctp_scoping": {
      "size": 6,
      "fields": {
        "ipv4_addr_legal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ipv4_local_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ipv6_addr_legal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "local_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "loopback_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "site_scope": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "sctp_shared_key": {
      "size": 32,
      "fields": {
        "deactivated": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_key_t"
            }
          },
          "offset": 16
        },
        "keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9318099632d8bba5"
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sctp_sockstore": {
      "size": 28,
      "fields": {
        "sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "sin": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 0
        },
        "sin6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sctp_ss_functions": {
      "size": 96,
      "fields": {
        "sctp_ss_add_to_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "sctp_ss_clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "sctp_ss_get_value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "sctp_ss_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "sctp_ss_init_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "sctp_ss_is_empty": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "sctp_ss_is_user_msgs_incomplete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "sctp_ss_packet_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "sctp_ss_remove_from_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "sctp_ss_scheduled": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "sctp_ss_select_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "sctp_ss_set_value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "sctp_stream_in": {
      "size": 40,
      "fields": {
        "delivery_started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "inqueue": {
          "type": {
            "kind": "struct",
            "name": "sctp_readhead"
          },
          "offset": 0
        },
        "last_mid_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pd_api_started": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "uno_inqueue": {
          "type": {
            "kind": "struct",
            "name": "sctp_readhead"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sctp_stream_out": {
      "size": 72,
      "fields": {
        "abandoned_sent": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "abandoned_unsent": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "chunks_on_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "last_msg_incomplete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 70
        },
        "next_mid_ordered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "next_mid_unordered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "outqueue": {
          "type": {
            "kind": "struct",
            "name": "sctp_streamhead"
          },
          "offset": 0
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "ss_params": {
          "type": {
            "kind": "struct",
            "name": "scheduling_parameters"
          },
          "offset": 16
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        }
      },
      "kind": "struct"
    },
    "sctp_stream_queue_pending": {
      "size": 112,
      "fields": {
        "act_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "auth_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        },
        "context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "discard_rest": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "fsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "holds_key_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "msg_is_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 101
        },
        "net": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 32
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1d79c32f60684bd4"
          },
          "offset": 40
        },
        "ppid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "processing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "put_last_out": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "scheduled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 107
        },
        "sender_all_done": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "sid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 94
        },
        "sinfo_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "some_taken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "ss_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1d79c32f60684bd4"
          },
          "offset": 56
        },
        "tail_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "timetolive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ts": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sctp_stream_reset_list": {
      "size": 32,
      "fields": {
        "list_of_streams": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "next_resp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_15afa23d02a54d21"
          },
          "offset": 0
        },
        "number_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sctp_streamhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_queue_pending"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_stream_queue_pending"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctp_sysctl": {
      "size": 284,
      "fields": {
        "sctp_L2_abc_variable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "sctp_abort_if_one_2_one_hits_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "sctp_add_more_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "sctp_asconf_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sctp_asoc_free_resc_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sctp_assoc_rtx_max_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "sctp_auth_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sctp_auto_asconf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sctp_blackhole": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "sctp_buffer_splitting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "sctp_chunkscale": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sctp_cmt_on_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "sctp_cmt_use_dac": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "sctp_default_cc_module": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "sctp_default_frag_interleave": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "sctp_default_ss_module": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "sctp_delayed_sack_time_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "sctp_diag_info_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "sctp_do_drain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "sctp_ecn_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sctp_enable_sack_immediately": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "sctp_fr_max_burst_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sctp_hashtblsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sctp_hb_maxburst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "sctp_heartbeat_interval_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "sctp_init_rto_max_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "sctp_init_rtx_max_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "sctp_initial_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "sctp_inits_include_nat_friendly": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "sctp_logging_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "sctp_max_burst_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sctp_max_chunks_on_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sctp_max_retran_chunk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "sctp_mbuf_threshold_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "sctp_min_residual": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "sctp_min_split_point": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sctp_mobility_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "sctp_mobility_fasthandoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "sctp_multiple_asconfs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sctp_nat_friendly": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "sctp_nr_incoming_streams_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "sctp_nr_outgoing_streams_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "sctp_nrsack_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sctp_ootb_with_zero_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "sctp_path_pf_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "sctp_path_rtx_max_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "sctp_pcbtblsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "sctp_peer_chunk_oh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sctp_pktdrop_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sctp_pmtu_raise_time_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "sctp_pr_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sctp_reconfig_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sctp_recvspace": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sctp_rto_initial_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sctp_rto_max_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "sctp_rto_min_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "sctp_rttvar_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "sctp_rttvar_eqret": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "sctp_rttvar_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "sctp_sack_freq_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "sctp_secret_lifetime_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "sctp_sendall_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "sctp_sendspace": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sctp_shutdown_guard_time_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "sctp_steady_step": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "sctp_system_free_resc_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sctp_udp_tunneling_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "sctp_use_cwnd_based_maxburst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "sctp_use_dccc_ecn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "sctp_valid_cookie_life_default": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "sctp_vtag_time_wait": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "sctp_tagblock": {
      "size": 200,
      "fields": {
        "sctp_nxt_tagblock": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a58e62b20673c29d"
          },
          "offset": 0
        },
        "vtag_block": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sctp_timewait"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sctp_tcb": {
      "size": 2264,
      "fields": {
        "asoc": {
          "type": {
            "kind": "struct",
            "name": "sctp_association"
          },
          "offset": 88
        },
        "block_entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_block_entry"
            }
          },
          "offset": 80
        },
        "freed_by_sorcv_sincelast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2208
        },
        "freed_from_where": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 2220
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2226
        },
        "rport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2224
        },
        "sctp_asocs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9138952b8d5b280"
          },
          "offset": 64
        },
        "sctp_ep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_inpcb"
            }
          },
          "offset": 8
        },
        "sctp_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "sctp_tcbasocidhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9138952b8d5b280"
          },
          "offset": 48
        },
        "sctp_tcbhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9138952b8d5b280"
          },
          "offset": 16
        },
        "sctp_tcblist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9138952b8d5b280"
          },
          "offset": 32
        },
        "tcb_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 2232
        },
        "total_recvs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2216
        },
        "total_sends": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2212
        }
      },
      "kind": "struct"
    },
    "sctp_timer": {
      "size": 120,
      "fields": {
        "ep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "net": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "self": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "stopped_from": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "timer": {
          "type": {
            "kind": "struct",
            "name": "sctp_os_timer_t"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "sctp_timeval": {
      "size": 8,
      "fields": {
        "tv_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tv_usec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sctp_timewait": {
      "size": 12,
      "fields": {
        "lport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "tv_sec_at_expire": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "v_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sctp_tmit_chunk": {
      "size": 152,
      "fields": {
        "asoc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_association"
            }
          },
          "offset": 64
        },
        "auth_keyid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "book_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "book_size_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 147
        },
        "copy_by_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 149
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 88
        },
        "do_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 146
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 134
        },
        "holds_key_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 144
        },
        "last_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 96
        },
        "mbcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "no_fr_allowed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 148
        },
        "pad_inplace": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 145
        },
        "rec": {
          "type": {
            "kind": "union",
            "name": "unnamed_5f0b5d9f94f456b1"
          },
          "offset": 0
        },
        "sctp_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6756c1b772b4ff2c"
          },
          "offset": 112
        },
        "send_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "sent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "sent_rcv_time": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 72
        },
        "snd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 132
        },
        "whoTo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 104
        },
        "window_probe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 150
        }
      },
      "kind": "struct"
    },
    "sctp_vrf": {
      "size": 64,
      "fields": {
        "ifnlist": {
          "type": {
            "kind": "struct",
            "name": "sctp_ifnlist"
          },
          "offset": 24
        },
        "next_vrf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a20d6d000728ddd5"
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tbl_id_v4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tbl_id_v6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "total_ifa_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "vrf_addr_hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifalist"
            }
          },
          "offset": 16
        },
        "vrf_addr_hashmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "vrf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sctp_vrflist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_vrf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctpasochead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctpchunk_listhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tmit_chunk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_tmit_chunk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctphdr": {
      "size": 12,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dest_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "v_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sctpladdr": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_laddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctplist_listhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_queue_pending"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_stream_queue_pending"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctpnetlisthead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_nets"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sctppcbhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_inpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctpstat": {
      "size": 664,
      "fields": {
        "sctps_aborted": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sctps_activeestab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sctps_badsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "sctps_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "sctps_badvtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "sctps_cached_chk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "sctps_cached_strmoq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "sctps_checksumerrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sctps_cmt_randry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "sctps_collisionestab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sctps_currestab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sctps_datadropchklmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "sctps_datadroprwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "sctps_discontinuitytime": {
          "type": {
            "kind": "struct",
            "name": "sctp_timeval"
          },
          "offset": 0
        },
        "sctps_ecnereducedcwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "sctps_fastretransinrtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "sctps_fragusrmsgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sctps_fwdtsn_map_over": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "sctps_hdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "sctps_ifnomemqueued": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "sctps_incontrolchunks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sctps_inorderchunks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sctps_inpackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "sctps_inunorderchunks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "sctps_left_abandon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "sctps_lowlevelerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "sctps_lowlevelerrusr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "sctps_markedretrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "sctps_maxburstqueued": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "sctps_naglequeued": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "sctps_naglesent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "sctps_nomem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "sctps_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "sctps_outcontrolchunks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sctps_outoftheblue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sctps_outorderchunks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sctps_outpackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "sctps_outunorderchunks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sctps_passiveestab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sctps_pdrpbadd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "sctps_pdrpbwrpt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "sctps_pdrpcrupt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "sctps_pdrpdiwnp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "sctps_pdrpdizrw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "sctps_pdrpdnfnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "sctps_pdrpfehos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "sctps_pdrpfmbox": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "sctps_pdrpmark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "sctps_pdrpmbct": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "sctps_pdrpmbda": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "sctps_pdrpnedat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "sctps_pdrppdbrk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "sctps_pdrptsnnf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "sctps_primary_randry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "sctps_protocol_drain_calls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 500
        },
        "sctps_protocol_drains_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "sctps_queue_upd_ecne": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "sctps_read_peeks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "sctps_reasmusrmsgs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sctps_recv_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "sctps_recvauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "sctps_recvauthfailed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "sctps_recvauthmissing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "sctps_recvdata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "sctps_recvdatagrams": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sctps_recvdupdata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "sctps_recvecne": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sctps_recvexpress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "sctps_recvexpressm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "sctps_recvheartbeat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "sctps_recvheartbeatack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "sctps_recvhwcrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "sctps_recvivalhmacid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "sctps_recvivalkeyid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "sctps_recvpackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sctps_recvpktwithdata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "sctps_recvsacks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "sctps_recvswcrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "sctps_recvzerocrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "sctps_reserved": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 548
        },
        "sctps_restartestab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sctps_send_burst_avoid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "sctps_send_cwnd_avoid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "sctps_send_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "sctps_sendauth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "sctps_senddata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "sctps_sendecne": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "sctps_senderrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "sctps_sendfastretrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "sctps_sendheartbeat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "sctps_sendhwcrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "sctps_sendmultfastretrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "sctps_sendpackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "sctps_sendretransdata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "sctps_sends_with_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "sctps_sends_with_eof": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 492
        },
        "sctps_sends_with_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "sctps_sends_with_unord": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "sctps_sendsacks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "sctps_sendswcrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "sctps_sendzerocrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 544
        },
        "sctps_shutdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sctps_slowpath_sack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "sctps_spare": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 344
        },
        "sctps_timoasconf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "sctps_timoassockill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "sctps_timoautoclose": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "sctps_timocookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "sctps_timodata": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "sctps_timodelprim": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "sctps_timoearlyfr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "sctps_timoheartbeat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "sctps_timoinit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "sctps_timoinpkill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "sctps_timoiterator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "sctps_timopathmtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "sctps_timosack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "sctps_timosecret": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "sctps_timoshutdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "sctps_timoshutdownack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "sctps_timoshutdownguard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "sctps_timostrmrst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "sctps_timowindowprobe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "sctps_vtagbogus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "sctps_vtagexpress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "sctps_windowprobed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "sctps_wu_sacks_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 480
        }
      },
      "kind": "struct"
    },
    "sctpvtaghead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tagblock"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sctpwheel_listhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_out"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_stream_out"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sdhci_acpi_device": {
      "size": 32,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "hid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sdhci_acpi_softc": {
      "size": 632,
      "fields": {
        "acpi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sdhci_acpi_device"
            }
          },
          "offset": 624
        },
        "intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 616
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 608
        },
        "mem_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 600
        },
        "slot": {
          "type": {
            "kind": "struct",
            "name": "sdhci_slot"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sdhci_device": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sdhci_pci_softc": {
      "size": 3688,
      "fields": {
        "cfg_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3680
        },
        "cfg_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3681
        },
        "intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "mem_res": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 3632
        },
        "num_slots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "slots": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sdhci_slot"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sdhci_slot": {
      "size": 600,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "bus_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 589
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "caps2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "card_delayed_task": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 152
        },
        "card_poll_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 264
        },
        "card_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 120
        },
        "clock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "cmd_done": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 590
        },
        "curcmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_command"
            }
          },
          "offset": 528
        },
        "data_done": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 591
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 88
        },
        "dmamem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 592
        },
        "host": {
          "type": {
            "kind": "struct",
            "name": "mmc_host"
          },
          "offset": 456
        },
        "hostctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 584
        },
        "intmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 564
        },
        "max_clk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 588
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_request"
            }
          },
          "offset": 520
        },
        "retune_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 392
        },
        "retune_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 585
        },
        "retune_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 586
        },
        "retune_req": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 587
        },
        "retune_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 560
        },
        "sdma_bbufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "sdma_boundary": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 116
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "timeout_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 328
        },
        "timeout_clk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tune_cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_command"
            }
          },
          "offset": 544
        },
        "tune_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_data"
            }
          },
          "offset": 552
        },
        "tune_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mmc_request"
            }
          },
          "offset": 536
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        }
      },
      "kind": "struct"
    },
    "sdlbuf": {
      "size": 86,
      "fields": {
        "pad": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "sdl": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sdt_argtype": {
      "size": 48,
      "fields": {
        "argtype_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a21e82accb7810ea"
          },
          "offset": 24
        },
        "ndx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sdt_probe"
            }
          },
          "offset": 40
        },
        "type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "xtype": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sdt_probe": {
      "size": 96,
      "fields": {
        "argtype_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6917bca506349264"
          },
          "offset": 32
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "mod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "n_args": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "probe_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1d960d4c2dc33376"
          },
          "offset": 16
        },
        "prov": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sdt_provider"
            }
          },
          "offset": 8
        },
        "sdtp_lf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_file"
            }
          },
          "offset": 88
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sdt_provider": {
      "size": 40,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "prov_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3b9d1614c9c513fd"
          },
          "offset": 8
        },
        "sdt_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sec_param": {
      "size": 216,
      "fields": {
        "key": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_key"
          },
          "offset": 0
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "secacq": {
      "size": 136,
      "fields": {
        "addrhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d6b637aa624f2f34"
          },
          "offset": 16
        },
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d6b637aa624f2f34"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "saidx": {
          "type": {
            "kind": "struct",
            "name": "secasindex"
          },
          "offset": 48
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "seqhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d6b637aa624f2f34"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "secacq_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secacq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "secashead": {
      "size": 168,
      "fields": {
        "addrhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f0b100f6085c3af4"
          },
          "offset": 16
        },
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ef3e59d3107076c5"
          },
          "offset": 0
        },
        "drainq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f0b100f6085c3af4"
          },
          "offset": 32
        },
        "identd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secident"
            }
          },
          "offset": 120
        },
        "idents": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secident"
            }
          },
          "offset": 112
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "saidx": {
          "type": {
            "kind": "struct",
            "name": "secasindex"
          },
          "offset": 48
        },
        "savtree_alive": {
          "type": {
            "kind": "struct",
            "name": "secasvar_queue"
          },
          "offset": 136
        },
        "savtree_larval": {
          "type": {
            "kind": "struct",
            "name": "secasvar_queue"
          },
          "offset": 152
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "secashead_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secashead"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "secashead_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secashead"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secashead"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "secasindex": {
      "size": 64,
      "fields": {
        "dst": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 28
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "reqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "src": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "secasvar": {
      "size": 224,
      "fields": {
        "alg_auth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "alg_comp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "alg_enc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 113
        },
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ff852517673fa1d0"
          },
          "offset": 160
        },
        "cntr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "drainq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e39cabae1b30069d"
          },
          "offset": 192
        },
        "firstused": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ivlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "key_auth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seckey"
            }
          },
          "offset": 32
        },
        "key_enc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seckey"
            }
          },
          "offset": 40
        },
        "lft_c": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 120
        },
        "lft_h": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seclifetime"
            }
          },
          "offset": 128
        },
        "lft_s": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seclifetime"
            }
          },
          "offset": 136
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rmlock"
            }
          },
          "offset": 64
        },
        "natt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secnatt"
            }
          },
          "offset": 56
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "replay": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secreplay"
            }
          },
          "offset": 48
        },
        "sah": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secashead"
            }
          },
          "offset": 24
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "spi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "spihash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e39cabae1b30069d"
          },
          "offset": 176
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 115
        },
        "tdb_authalgxform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auth_hash"
            }
          },
          "offset": 88
        },
        "tdb_compalgxform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "comp_algo"
            }
          },
          "offset": 96
        },
        "tdb_cryptoid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crypto_session"
            }
          },
          "offset": 104
        },
        "tdb_encalgxform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_xform"
            }
          },
          "offset": 80
        },
        "tdb_xform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xformsw"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "secasvar_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secasvar"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "secasvar_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secasvar"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secasvar"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "secident": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seckey": {
      "size": 16,
      "fields": {
        "bits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "key_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "seclifetime": {
      "size": 32,
      "fields": {
        "addtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "allocations": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "usetime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "secnatt": {
      "size": 64,
      "fields": {
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "oai": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 0
        },
        "oar": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 28
        },
        "sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "secpolicy": {
      "size": 200,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_543603464c2d57b4"
          },
          "offset": 0
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "drainq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_010ed70f784f45fe"
          },
          "offset": 32
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "idhash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_010ed70f784f45fe"
          },
          "offset": 16
        },
        "lastused": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        },
        "lifetime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 184
        },
        "policy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "req": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ipsecrequest"
              }
            }
          },
          "offset": 112
        },
        "spidx": {
          "type": {
            "kind": "struct",
            "name": "secpolicyindex"
          },
          "offset": 48
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "validtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "secpolicy_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "secpolicy_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secpolicy"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "secpolicyindex": {
      "size": 60,
      "fields": {
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "dst": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 28
        },
        "prefd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "prefs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "src": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 0
        },
        "ul_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "secreg": {
      "size": 24,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1374ce057d6bfcaf"
          },
          "offset": 0
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "secreplay": {
      "size": 72,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "bitmap_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "overflow": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "wsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "secspacq": {
      "size": 96,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5f22e1f982ada5f4"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "created": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "spidx": {
          "type": {
            "kind": "struct",
            "name": "secpolicyindex"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "seeprom_cmd": {
      "size": 12,
      "fields": {
        "bits": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seeprom_config": {
      "size": 64,
      "fields": {
        "adapter_control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "bios_control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "brtime_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "device_flags": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "max_targets": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "res_1": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 40
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "seeprom_descriptor": {
      "size": 40,
      "fields": {
        "sd_CK": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "sd_CS": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "sd_DI": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "sd_DO": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "sd_MS": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "sd_RDY": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "sd_ahc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_softc"
            }
          },
          "offset": 0
        },
        "sd_chip": {
          "type": {
            "kind": "enum",
            "name": "unnamed_973e61061dfb6d2e"
          },
          "offset": 20
        },
        "sd_control_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sd_dataout_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sd_status_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "segbasereg": {
      "size": 16,
      "fields": {
        "r_fsbase": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "r_gsbase": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "segbasereg32": {
      "size": 8,
      "fields": {
        "r_fsbase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r_gsbase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "segment": {
      "size": 3,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "select_args": {
      "size": 40,
      "fields": {
        "ex": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 24
        },
        "ex_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ex_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 8
        },
        "in_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "in_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "nd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ou": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fd_set"
            }
          },
          "offset": 16
        },
        "ou_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ou_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "tv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 32
        },
        "tv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "tv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "selfd": {
      "size": 56,
      "fields": {
        "sf_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "sf_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fc8abe94645b25e5"
          },
          "offset": 0
        },
        "sf_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 32
        },
        "sf_si": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selinfo"
            }
          },
          "offset": 24
        },
        "sf_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seltd"
            }
          },
          "offset": 40
        },
        "sf_threads": {
          "type": {
            "kind": "struct",
            "name": "unnamed_63fd9fd9f280dec4"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "selfdlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selfd"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "selfd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "selinfo": {
      "size": 72,
      "fields": {
        "si_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 64
        },
        "si_note": {
          "type": {
            "kind": "struct",
            "name": "knlist"
          },
          "offset": 16
        },
        "si_tdlist": {
          "type": {
            "kind": "struct",
            "name": "selfdlist"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seltd": {
      "size": 88,
      "fields": {
        "st_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "st_free1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selfd"
            }
          },
          "offset": 16
        },
        "st_free2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selfd"
            }
          },
          "offset": 24
        },
        "st_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "st_selq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3cc5ee0afd406c16"
          },
          "offset": 0
        },
        "st_wait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "sem": {
      "size": 12,
      "fields": {
        "semncnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sempid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "semval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "semzcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "sem_undo": {
      "size": 40,
      "fields": {
        "un_cnt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 24
        },
        "un_ent": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "undo"
            }
          },
          "offset": 28
        },
        "un_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dda373ad111d815f"
          },
          "offset": 0
        },
        "un_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sema": {
      "size": 56,
      "fields": {
        "sema_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 32
        },
        "sema_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sema_value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "sema_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "semaphore": {
      "size": 56,
      "fields": {
        "sema": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sembuf": {
      "size": 6,
      "fields": {
        "sem_flg": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "sem_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sem_op": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "semget_args": {
      "size": 24,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "key_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "key_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nsems": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nsems_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nsems_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "semflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "semflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "semflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "semid_ds": {
      "size": 64,
      "fields": {
        "__sem_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sem"
            }
          },
          "offset": 32
        },
        "sem_ctime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "sem_nsems": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "sem_otime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "sem_perm": {
          "type": {
            "kind": "struct",
            "name": "ipc_perm"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "semid_ds32": {
      "size": 40,
      "fields": {
        "__sem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sem_ctime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "sem_nsems": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "sem_otime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "sem_perm": {
          "type": {
            "kind": "struct",
            "name": "ipc_perm32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "semid_kernel": {
      "size": 80,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 72
        },
        "label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 64
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "semid_ds"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "semid_kernel32": {
      "size": 48,
      "fields": {
        "cred": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "label": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "semid_ds32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seminfo": {
      "size": 36,
      "fields": {
        "semaem": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "semmni": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "semmns": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "semmnu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "semmsl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "semopm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "semume": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "semusz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "semvmx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "semop_args": {
      "size": 24,
      "fields": {
        "nsops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nsops_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nsops_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "semid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "semid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "semid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sembuf"
            }
          },
          "offset": 8
        },
        "sops_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sops_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "semun": {
      "size": 8,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "semid_ds"
            }
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "semun32": {
      "size": 4,
      "fields": {
        "array": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sendfile_args": {
      "size": 56,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 52
        },
        "hdtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sf_hdtr"
            }
          },
          "offset": 32
        },
        "hdtr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "hdtr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "nbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "nbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "offset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "offset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "sbytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 40
        },
        "sbytes_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "sbytes_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sendfile_sync": {
      "size": 56,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "waiting": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "sendmsg_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "msghdr"
            }
          },
          "offset": 8
        },
        "msg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "msg_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sendto_args": {
      "size": 48,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 32
        },
        "to_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "to_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "tolen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tolen_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "tolen_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "sense_data_descriptor": {
      "size": 20,
      "fields": {
        "byte4_6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "byte_0_rsvd": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "byte_1_other": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "descriptor_list": {
          "type": {
            "kind": "struct",
            "name": "descriptor_entry_t"
          },
          "offset": 8
        },
        "more_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "response_code": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sense_key": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "sense_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "sense_data_descriptor_t": {
      "size": 20,
      "fields": {
        "byte4_6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "byte_0_rsvd": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "byte_1_other": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "descriptor_list": {
          "type": {
            "kind": "struct",
            "name": "descriptor_entry_t"
          },
          "offset": 8
        },
        "more_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "response_code": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sense_key": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "sense_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "sense_data_fixed": {
      "size": 19,
      "fields": {
        "addtnl_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "addtnl_sense": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "byte_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "byte_2_other": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "cmd_specific": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "fru_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "information": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3
        },
        "response_code": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "sense_key": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "sense_key_specific": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "sense_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sense_data_fixed_t": {
      "size": 19,
      "fields": {
        "addtnl_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "addtnl_sense": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "byte_1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "byte_2_other": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "cmd_specific": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "fru_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "information": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3
        },
        "response_code": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "sense_key": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "sense_key_specific": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "sense_qual": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sense_data_u": {
      "size": 256,
      "fields": {
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "descriptor_format": {
          "type": {
            "kind": "struct",
            "name": "sense_data_descriptor_t"
          },
          "offset": 0
        },
        "fixed_format": {
          "type": {
            "kind": "struct",
            "name": "sense_data_fixed_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sense_data_u_t": {
      "size": 256,
      "fields": {
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "descriptor_format": {
          "type": {
            "kind": "struct",
            "name": "sense_data_descriptor_t"
          },
          "offset": 0
        },
        "fixed_format": {
          "type": {
            "kind": "struct",
            "name": "sense_data_fixed_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sense_header_scsi": {
      "size": 8,
      "fields": {
        "additional_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "asc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ascq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "byte4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "byte5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "byte6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "response_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sense_key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "sense_key_table_entry": {
      "size": 16,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sense_key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sep_identify_data": {
      "size": 64,
      "fields": {
        "channel_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "firmware_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "interface_id": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 43
        },
        "interface_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 49
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "logical_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "product_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "product_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "subenc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "vend_spec": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 53
        },
        "vendor_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "seqDef": {
      "size": 8,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mlBase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "offBase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seqDef_s": {
      "size": 8,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mlBase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "offBase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seqState_t": {
      "size": 112,
      "fields": {
        "DStream": {
          "type": {
            "kind": "struct",
            "name": "BIT_DStream_t"
          },
          "offset": 0
        },
        "prevOffset": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "stateLL": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseState"
          },
          "offset": 40
        },
        "stateML": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseState"
          },
          "offset": 72
        },
        "stateOffb": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseState"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "seqStoreSplits": {
      "size": 16,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "splitLocations": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seqStore_t": {
      "size": 80,
      "fields": {
        "lit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "litStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "llCode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "longLengthPos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "longLengthType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_de005a6f609414cd"
          },
          "offset": 72
        },
        "maxNbLit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "maxNbSeq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mlCode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ofCode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "sequences": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seqDef"
            }
          },
          "offset": 8
        },
        "sequencesStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seqDef"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "seq_file": {
      "size": 40,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbuf"
            }
          },
          "offset": 0
        },
        "file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linux_file"
            }
          },
          "offset": 24
        },
        "op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seq_operations"
            }
          },
          "offset": 16
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "seq_operations": {
      "size": 32,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "show": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "seq_softc": {
      "size": 544,
      "fields": {
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 528
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 516
        },
        "empty_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 72
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "in_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 104
        },
        "in_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5b7f0e18d876d5ef"
          },
          "offset": 168
        },
        "in_sel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 264
        },
        "mapper": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj"
            }
          },
          "offset": 456
        },
        "mapper_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 464
        },
        "maxunits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 436
        },
        "midi_flags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 448
        },
        "midi_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 408
        },
        "midis": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj"
              }
            }
          },
          "offset": 440
        },
        "music": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 228
        },
        "musicdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 424
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "out_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 120
        },
        "out_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5b7f0e18d876d5ef"
          },
          "offset": 192
        },
        "out_sel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 336
        },
        "out_water": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "playing": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 520
        },
        "pre_event_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 532
        },
        "q_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 40
        },
        "recording": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 524
        },
        "reset_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 88
        },
        "seq_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "seqdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 416
        },
        "state_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 136
        },
        "sync_parm": {
          "type": {
            "kind": "struct",
            "name": "snd_sync_parm"
          },
          "offset": 240
        },
        "sync_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 256
        },
        "tempo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 508
        },
        "th_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 152
        },
        "timerbase": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 504
        },
        "timerrun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 512
        },
        "timerstop": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 472
        },
        "timersub": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 488
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 432
        },
        "waiting": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 536
        }
      },
      "kind": "struct"
    },
    "seq_t": {
      "size": 24,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "service_curve_v0": {
      "size": 12,
      "fields": {
        "d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "m1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "m2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "service_curve_v1": {
      "size": 24,
      "fields": {
        "d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "m1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "m2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ses_addl_data": {
      "size": 8,
      "fields": {
        "fc_ports": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_fcobj_port"
            }
          },
          "offset": 0
        },
        "sasdev_phys": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elm_sas_device_phy"
            }
          },
          "offset": 0
        },
        "sasexp_phys": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elm_sas_expander_phy"
            }
          },
          "offset": 0
        },
        "sasport_phys": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elm_sas_port_phy"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ses_addl_elem_status_page": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ses_page_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_addl_status": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elm_addlstatus_base_hdr"
            }
          },
          "offset": 0
        },
        "proto_data": {
          "type": {
            "kind": "union",
            "name": "ses_addl_data"
          },
          "offset": 16
        },
        "proto_hdr": {
          "type": {
            "kind": "union",
            "name": "unnamed_e8cb16c7661ab69e"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_cache": {
      "size": 64,
      "fields": {
        "cfg_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_cfg_page"
            }
          },
          "offset": 0
        },
        "elm_addlstatus_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_addl_elem_status_page"
            }
          },
          "offset": 56
        },
        "elm_descs_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elem_descr_page"
            }
          },
          "offset": 48
        },
        "ses_nsubencs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ses_ntypes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ses_types": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_type_t"
            }
          },
          "offset": 32
        },
        "status_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_status_page"
            }
          },
          "offset": 40
        },
        "subencs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ses_enc_desc"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ses_cache_t": {
      "size": 64,
      "fields": {
        "cfg_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_cfg_page"
            }
          },
          "offset": 0
        },
        "elm_addlstatus_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_addl_elem_status_page"
            }
          },
          "offset": 56
        },
        "elm_descs_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elem_descr_page"
            }
          },
          "offset": 48
        },
        "ses_nsubencs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ses_ntypes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ses_types": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_type_t"
            }
          },
          "offset": 32
        },
        "status_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_status_page"
            }
          },
          "offset": 40
        },
        "subencs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ses_enc_desc"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ses_cfg_page": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ses_page_hdr"
          },
          "offset": 0
        },
        "subencs": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ses_enc_desc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_comstat": {
      "size": 4,
      "fields": {
        "comstat": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "comstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_comstat_t": {
      "size": 4,
      "fields": {
        "comstat": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "comstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_control_page_hdr": {
      "size": 8,
      "fields": {
        "control_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "gen_code": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_control_reqlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_control_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ses_control_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_control_reqlist_t": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_control_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ses_control_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_control_request": {
      "size": 32,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "elm_stat": {
          "type": {
            "kind": "struct",
            "name": "ses_comstat_t"
          },
          "offset": 4
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_765e796ff28ab8c4"
          },
          "offset": 16
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_control_request_t": {
      "size": 32,
      "fields": {
        "elm_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "elm_stat": {
          "type": {
            "kind": "struct",
            "name": "ses_comstat_t"
          },
          "offset": 4
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_765e796ff28ab8c4"
          },
          "offset": 16
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_elem_descr": {
      "size": 4,
      "fields": {
        "description": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_elem_descr_page": {
      "size": 8,
      "fields": {
        "descrs": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ses_elem_descr"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ses_page_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_element": {
      "size": 40,
      "fields": {
        "addl": {
          "type": {
            "kind": "struct",
            "name": "ses_addl_status"
          },
          "offset": 16
        },
        "descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "descr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "eip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_element_t": {
      "size": 40,
      "fields": {
        "addl": {
          "type": {
            "kind": "struct",
            "name": "ses_addl_status"
          },
          "offset": 16
        },
        "descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "descr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "eip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_elm_addlstatus_base_hdr": {
      "size": 2,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ses_elm_addlstatus_eip_hdr": {
      "size": 4,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "ses_elm_addlstatus_base_hdr"
          },
          "offset": 0
        },
        "byte2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "element_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ses_elm_ata_hdr": {
      "size": 8,
      "fields": {
        "bus": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "target": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ses_elm_desc_hdr": {
      "size": 4,
      "fields": {
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_base_hdr": {
      "size": 2,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_device_phy": {
      "size": 28,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "initiator_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "parent_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "phy_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "phy_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "target_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_expander_phy": {
      "size": 2,
      "fields": {
        "connector_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "other_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_hdr": {
      "size": 12,
      "fields": {
        "base_hdr": {
          "type": {
            "kind": "struct",
            "name": "ses_elm_sas_base_hdr"
          },
          "offset": 0
        },
        "type0_eip": {
          "type": {
            "kind": "struct",
            "name": "ses_elm_sas_type0_eip_hdr"
          },
          "offset": 0
        },
        "type0_noneip": {
          "type": {
            "kind": "struct",
            "name": "ses_elm_sas_type0_base_hdr"
          },
          "offset": 0
        },
        "type1_exp": {
          "type": {
            "kind": "struct",
            "name": "ses_elm_sas_type1_expander_hdr"
          },
          "offset": 0
        },
        "type1_nonexp": {
          "type": {
            "kind": "struct",
            "name": "ses_elm_sas_type1_nonexpander_hdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ses_elm_sas_port_phy": {
      "size": 12,
      "fields": {
        "connector_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "other_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "phy_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "phy_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_type0_base_hdr": {
      "size": 2,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_type0_eip_hdr": {
      "size": 4,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "ses_elm_sas_type0_base_hdr"
          },
          "offset": 0
        },
        "dev_slot_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_type1_expander_hdr": {
      "size": 12,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "sas_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ses_elm_sas_type1_nonexpander_hdr": {
      "size": 4,
      "fields": {
        "byte1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ses_elm_type_desc": {
      "size": 4,
      "fields": {
        "etype_elm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "etype_maxelt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "etype_subenc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "etype_txt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ses_enc_desc": {
      "size": 40,
      "fields": {
        "byte0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "logical_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "num_types": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "product_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "product_rev": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "subenc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "vendor_bytes": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "vendor_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ses_iterator": {
      "size": 40,
      "fields": {
        "cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_cache_t"
            }
          },
          "offset": 8
        },
        "enc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_softc_t"
            }
          },
          "offset": 0
        },
        "global_element_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "individual_element_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "saved_individual_element_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "type_element_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "type_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ses_page_hdr": {
      "size": 8,
      "fields": {
        "gen_code": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "page_specific_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ses_path_iter_args": {
      "size": 16,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_path_iter_args_t": {
      "size": 16,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "callback_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_setphyspath_callback_args": {
      "size": 16,
      "fields": {
        "num_set": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "physpath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_setphyspath_callback_args_t": {
      "size": 16,
      "fields": {
        "num_set": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "physpath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_softc": {
      "size": 40,
      "fields": {
        "ses_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ses_pending_requests": {
          "type": {
            "kind": "struct",
            "name": "ses_control_reqlist_t"
          },
          "offset": 24
        },
        "ses_requests": {
          "type": {
            "kind": "struct",
            "name": "ses_control_reqlist_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_softc_t": {
      "size": 40,
      "fields": {
        "ses_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ses_pending_requests": {
          "type": {
            "kind": "struct",
            "name": "ses_control_reqlist_t"
          },
          "offset": 24
        },
        "ses_requests": {
          "type": {
            "kind": "struct",
            "name": "ses_control_reqlist_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_status_array_dev_slot": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_audible_alarm": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_comm_port": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_common": {
      "size": 1,
      "fields": {
        "bytes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_cooling": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_current_sensor": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_dev_slot": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        },
        "slot_address": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "ses_status_display": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        },
        "display_character": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ses_status_door_lock": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_ecc_electronics": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_element": {
      "size": 4,
      "fields": {
        "array_dev_slot": {
          "type": {
            "kind": "struct",
            "name": "ses_status_array_dev_slot"
          },
          "offset": 0
        },
        "audible_alarm": {
          "type": {
            "kind": "struct",
            "name": "ses_status_audible_alarm"
          },
          "offset": 0
        },
        "bytes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "comm_port": {
          "type": {
            "kind": "struct",
            "name": "ses_status_comm_port"
          },
          "offset": 0
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        },
        "cooling": {
          "type": {
            "kind": "struct",
            "name": "ses_status_cooling"
          },
          "offset": 0
        },
        "current_sensor": {
          "type": {
            "kind": "struct",
            "name": "ses_status_current_sensor"
          },
          "offset": 0
        },
        "dev_slot": {
          "type": {
            "kind": "struct",
            "name": "ses_status_dev_slot"
          },
          "offset": 0
        },
        "display": {
          "type": {
            "kind": "struct",
            "name": "ses_status_display"
          },
          "offset": 0
        },
        "door_lock": {
          "type": {
            "kind": "struct",
            "name": "ses_status_door_lock"
          },
          "offset": 0
        },
        "ecc_electronics": {
          "type": {
            "kind": "struct",
            "name": "ses_status_ecc_electronics"
          },
          "offset": 0
        },
        "initiator_port": {
          "type": {
            "kind": "struct",
            "name": "ses_status_initiator_port"
          },
          "offset": 0
        },
        "invalid_op_reason": {
          "type": {
            "kind": "struct",
            "name": "ses_status_invalid_op_reason"
          },
          "offset": 0
        },
        "key_pad_entry": {
          "type": {
            "kind": "struct",
            "name": "ses_status_key_pad_entry"
          },
          "offset": 0
        },
        "language": {
          "type": {
            "kind": "struct",
            "name": "ses_status_language"
          },
          "offset": 0
        },
        "nv_cache": {
          "type": {
            "kind": "struct",
            "name": "ses_status_nv_cache"
          },
          "offset": 0
        },
        "power_supply": {
          "type": {
            "kind": "struct",
            "name": "ses_status_power_supply"
          },
          "offset": 0
        },
        "sas_connector": {
          "type": {
            "kind": "struct",
            "name": "ses_status_sas_connector"
          },
          "offset": 0
        },
        "sas_expander": {
          "type": {
            "kind": "struct",
            "name": "ses_status_sas_expander"
          },
          "offset": 0
        },
        "scc_electronics": {
          "type": {
            "kind": "struct",
            "name": "ses_status_scc_electronics"
          },
          "offset": 0
        },
        "scsi_port_or_xcvr": {
          "type": {
            "kind": "struct",
            "name": "ses_status_scsi_port_or_xcvr"
          },
          "offset": 0
        },
        "simple_subses": {
          "type": {
            "kind": "struct",
            "name": "ses_status_simple_subses"
          },
          "offset": 0
        },
        "target_port": {
          "type": {
            "kind": "struct",
            "name": "ses_status_target_port"
          },
          "offset": 0
        },
        "temp_sensor": {
          "type": {
            "kind": "struct",
            "name": "ses_status_temp_sensor"
          },
          "offset": 0
        },
        "ups": {
          "type": {
            "kind": "struct",
            "name": "ses_status_ups"
          },
          "offset": 0
        },
        "voltage_sensor": {
          "type": {
            "kind": "struct",
            "name": "ses_status_voltage_sensor"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "ses_status_initiator_port": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_invalid_op_reason": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_key_pad_entry": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_language": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        },
        "language_code": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ses_status_nv_cache": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "cache_size": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_page": {
      "size": 8,
      "fields": {
        "elements": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ses_status_element"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "ses_page_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_power_supply": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_sas_connector": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_sas_expander": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_scc_electronics": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_scsi_port_or_xcvr": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_simple_subses": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        },
        "short_enclosure_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ses_status_target_port": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_temp_sensor": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_ups": {
      "size": 4,
      "fields": {
        "battery_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bytes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ses_status_voltage_sensor": {
      "size": 4,
      "fields": {
        "bytes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "ses_status_common"
          },
          "offset": 0
        },
        "voltage": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ses_type": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elm_type_desc"
            }
          },
          "offset": 0
        },
        "text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ses_type_t": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elm_type_desc"
            }
          },
          "offset": 0
        },
        "text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sess_con": {
      "size": 64,
      "fields": {
        "Session_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "creator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "neg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sess_neg"
            }
          },
          "offset": 40
        },
        "pkt_hdr": {
          "type": {
            "kind": "struct",
            "name": "pppoe_full_hdr"
          },
          "offset": 20
        },
        "sessions": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4481276cfb487767"
          },
          "offset": 48
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "state"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sess_hash_entry": {
      "size": 40,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "hhead"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sess_neg": {
      "size": 464,
      "fields": {
        "ac_name": {
          "type": {
            "kind": "struct",
            "name": "datatag"
          },
          "offset": 328
        },
        "ac_name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "handle": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 16
        },
        "host_uniq": {
          "type": {
            "kind": "struct",
            "name": "datatag"
          },
          "offset": 396
        },
        "host_uniq_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "numtags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "pkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "packet"
            }
          },
          "offset": 8
        },
        "service": {
          "type": {
            "kind": "struct",
            "name": "datatag"
          },
          "offset": 260
        },
        "service_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "tags": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pppoe_tag"
              }
            }
          },
          "offset": 88
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "session": {
      "size": 120,
      "fields": {
        "s_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "s_leader": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 8
        },
        "s_login": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "s_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "s_sid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "s_ttydp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_priv"
            }
          },
          "offset": 24
        },
        "s_ttyp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 32
        },
        "s_ttyvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "set_timesync_ramrod_data": {
      "size": 16,
      "fields": {
        "add_sub_drift_adjust_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "drift_adjust_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drift_adjust_period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drift_adjust_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offset_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "offset_delta": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "setaudit_addr_args": {
      "size": 16,
      "fields": {
        "auditinfo_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auditinfo_addr"
            }
          },
          "offset": 0
        },
        "auditinfo_addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "auditinfo_addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "length_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "setaudit_args": {
      "size": 8,
      "fields": {
        "auditinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auditinfo"
            }
          },
          "offset": 0
        },
        "auditinfo_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "auditinfo_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "setauid_args": {
      "size": 8,
      "fields": {
        "auid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "auid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "auid_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "setcontext_args": {
      "size": 8,
      "fields": {
        "ucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext"
            }
          },
          "offset": 0
        },
        "ucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "setegid_args": {
      "size": 8,
      "fields": {
        "egid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "egid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "egid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "seteuid_args": {
      "size": 8,
      "fields": {
        "euid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "euid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "euid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setfib_args": {
      "size": 8,
      "fields": {
        "fibnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fibnum_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fibnum_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setgid_args": {
      "size": 8,
      "fields": {
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "gid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setgroups_args": {
      "size": 16,
      "fields": {
        "gidset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "gidset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "gidset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "gidsetsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "gidsetsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "gidsetsize_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setitimer_args": {
      "size": 24,
      "fields": {
        "itv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerval"
            }
          },
          "offset": 8
        },
        "itv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "itv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oitv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "itimerval"
            }
          },
          "offset": 16
        },
        "oitv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oitv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setlist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "setlogin_args": {
      "size": 8,
      "fields": {
        "namebuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "setloginclass_args": {
      "size": 8,
      "fields": {
        "namebuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "namebuf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "setpgid_args": {
      "size": 16,
      "fields": {
        "pgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pgid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "pgid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setpriority_args": {
      "size": 24,
      "fields": {
        "prio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "prio_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "prio_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "who": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "who_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "who_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "setregid_args": {
      "size": 16,
      "fields": {
        "egid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "egid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "egid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "rgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rgid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rgid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setresgid_args": {
      "size": 24,
      "fields": {
        "egid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "egid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "egid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "rgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rgid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rgid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sgid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "sgid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "setresuid_args": {
      "size": 24,
      "fields": {
        "euid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "euid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "euid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "ruid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ruid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ruid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "suid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "suid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "suid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "setreuid_args": {
      "size": 16,
      "fields": {
        "euid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "euid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "euid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "ruid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ruid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ruid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setrlimit_args": {
      "size": 16,
      "fields": {
        "rlp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rlimit"
            }
          },
          "offset": 8
        },
        "rlp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rlp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "which_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "which_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "setsid_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "setsockopt_args": {
      "size": 40,
      "fields": {
        "level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "level_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "level_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "val_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "val_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "valsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "valsize_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "valsize_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "settimeofday_args": {
      "size": 16,
      "fields": {
        "tv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 0
        },
        "tv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timezone"
            }
          },
          "offset": 8
        },
        "tzp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tzp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "setuid_args": {
      "size": 8,
      "fields": {
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "uid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "uid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sf_hdtr": {
      "size": 32,
      "fields": {
        "hdr_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "headers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        },
        "trailers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 16
        },
        "trl_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sf_hdtr32": {
      "size": 16,
      "fields": {
        "hdr_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "headers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "trailers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "trl_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sf_io": {
      "size": 56,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "nios": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "npages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 32
        },
        "pa": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 56
        },
        "pindex0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 16
        },
        "tls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_session"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sfp_e1000_flags": {
      "size": 1,
      "fields": {
        "e1000_base_cx": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e1000_base_lx": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e1000_base_sx": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e1000_base_t": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e100_base_fx": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e100_base_lx": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e10_base_bx10": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e10_base_px": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sfstat": {
      "size": 88,
      "fields": {
        "sf_allocfail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "sf_allocwait": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "sf_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "sf_iocnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sf_noiocnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sf_pages_bogus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "sf_pages_read": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sf_pages_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sf_rhpages_read": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "sf_rhpages_requested": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "sf_syscalls": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sg_desc_t": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "res": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "zero": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sg_ent": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sg_io_hdr": {
      "size": 88,
      "fields": {
        "cmd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "cmdp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "driver_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "dxfer_direction": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "dxfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dxferp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "host_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "interface_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "iovec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "masked_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 65
        },
        "msg_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "mx_sb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pack_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sb_len_wr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "sbp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "usr_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sg_io_hdr32": {
      "size": 64,
      "fields": {
        "cmd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "cmdp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "driver_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "dxfer_direction": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "dxfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dxferp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "host_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "interface_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "iovec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "masked_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "msg_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "mx_sb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "pack_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "sb_len_wr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "sbp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "usr_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "sg_map_node": {
      "size": 32,
      "fields": {
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_434b026bca7f0cac"
          },
          "offset": 24
        },
        "sg_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "sg_physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sg_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_dma_seg"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sge": {
      "size": 272,
      "fields": {
        "ctrlq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_wrq"
            }
          },
          "offset": 104
        },
        "eq_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "eq_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "eqmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sge_eq"
              }
            }
          },
          "offset": 192
        },
        "eqmap_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "fwq": {
          "type": {
            "kind": "struct",
            "name": "sge_iq"
          },
          "offset": 32
        },
        "iq_base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "iq_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "iqmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sge_iq"
              }
            }
          },
          "offset": 184
        },
        "iqmap_sz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "neq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "niq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "nm_rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_nm_rxq"
            }
          },
          "offset": 152
        },
        "nm_txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_nm_txq"
            }
          },
          "offset": 144
        },
        "nnmrxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "nnmtxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "nofldrxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "nofldtxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "nrxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ntxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ofld_rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_ofld_rxq"
            }
          },
          "offset": 136
        },
        "ofld_txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_ofld_txq"
            }
          },
          "offset": 128
        },
        "rx_buf_info": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rx_buf_info"
            }
          },
          "offset": 208
        },
        "rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_rxq"
            }
          },
          "offset": 120
        },
        "safe_zidx": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 200
        },
        "txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_txq"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "sge_chain_data": {
      "size": 10320,
      "fields": {
        "sge_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10304
        },
        "sge_rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "sge_rx_spare_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10296
        },
        "sge_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "sge_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sge_rxdesc"
            }
          },
          "offset": 6200
        },
        "sge_rxmbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        },
        "sge_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "sge_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10316
        },
        "sge_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10312
        },
        "sge_tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "sge_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10308
        },
        "sge_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "sge_txdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sge_txdesc"
            }
          },
          "offset": 56
        },
        "sge_txmbuf_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "sge_debug_reg_data": {
      "size": 68,
      "fields": {
        "debug_CIM_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "debug_CIM_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "debug_CIM_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "debug_CIM_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "debug_CPLSW_CIM_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 59
        },
        "debug_CPLSW_CIM_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 58
        },
        "debug_CPLSW_CIM_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 59
        },
        "debug_CPLSW_CIM_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 58
        },
        "debug_CPLSW_TP_Rx_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 57
        },
        "debug_CPLSW_TP_Rx_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "debug_CPLSW_TP_Rx_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 57
        },
        "debug_CPLSW_TP_Rx_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "debug_PC_Req_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 35
        },
        "debug_PC_Req_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "debug_PC_Req_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 35
        },
        "debug_PC_Req_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "debug_PC_Rsp_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "debug_PC_Rsp_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "debug_PC_Rsp_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "debug_PC_Rsp_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "debug_PD_Req_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "debug_PD_Req_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "debug_PD_Req_EOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "debug_PD_Req_EOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "debug_PD_Req_Int0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "debug_PD_Req_Int1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "debug_PD_Req_Int2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "debug_PD_Req_Int3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "debug_PD_Req_Rd0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "debug_PD_Req_Rd1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "debug_PD_Req_Rd2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "debug_PD_Req_Rd3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "debug_PD_Req_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "debug_PD_Req_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "debug_PD_Req_SOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "debug_PD_Req_SOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "debug_PD_Rsp_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "debug_PD_Rsp_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "debug_PD_Rsp_EOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 49
        },
        "debug_PD_Rsp_EOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "debug_PD_Rsp_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "debug_PD_Rsp_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "debug_PD_Rsp_SOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 49
        },
        "debug_PD_Rsp_SOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "debug_T_Rx_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "debug_T_Rx_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "debug_T_Rx_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "debug_T_Rx_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "debug_UD_Rx_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "debug_UD_Rx_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "debug_UD_Rx_EOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "debug_UD_Rx_EOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "debug_UD_Rx_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "debug_UD_Rx_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "debug_UD_Rx_SOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "debug_UD_Rx_SOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "debug_U_Rx_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "debug_U_Rx_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "debug_U_Rx_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "debug_U_Rx_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "debug_U_Tx_EOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "debug_U_Tx_EOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "debug_U_Tx_EOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "debug_U_Tx_EOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "debug_U_Tx_SOP0_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "debug_U_Tx_SOP1_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "debug_U_Tx_SOP2_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "debug_U_Tx_SOP3_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "debug_uP_EOP_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "debug_uP_SOP_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved10": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "reserved2": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved3": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved4": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "reserved5": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "reserved6": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "reserved7": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "reserved8": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "reserved9": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "sge_desc": {
      "size": 16,
      "fields": {
        "sge_cmdsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sge_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sge_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sge_sts_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sge_eq": {
      "size": 136,
      "fields": {
        "abs_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dbidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_desc"
            }
          },
          "offset": 48
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 104
        },
        "desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "doorbells": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "eq_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "equeqidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "equiq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_iq"
            }
          },
          "offset": 88
        },
        "iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "lockname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "sidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "tx_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "udb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "udb_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "sge_fl": {
      "size": 200,
      "fields": {
        "ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "buf_boundary": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "cl_allocated": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "cl_fast_recycled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "cl_recycled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "dbidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "dbval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 168
        },
        "desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 160
        },
        "fl_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "hw_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_741e8e2786adf66d"
          },
          "offset": 144
        },
        "lockname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 176
        },
        "lowat": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "m0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 120
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "pnext": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 128
        },
        "qsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "remaining": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "rx_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "safe_zidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "sdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fl_sdesc"
            }
          },
          "offset": 40
        },
        "sidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "udb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "zidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sge_idma_monitor_state": {
      "size": 36,
      "fields": {
        "idma_1s_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "idma_qid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "idma_stalled": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "idma_state": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "idma_warn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "sge_iq": {
      "size": 72,
      "fields": {
        "abs_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 8
        },
        "ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "cong_drop": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 27
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iq_desc"
            }
          },
          "offset": 16
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "intr_idx": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 38
        },
        "intr_params": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "intr_pktc_idx": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9643d0380b3dc2fc"
          },
          "offset": 40
        },
        "qsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "qtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sge_list_data": {
      "size": 32,
      "fields": {
        "sge_rx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sge_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_desc"
            }
          },
          "offset": 0
        },
        "sge_tx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sge_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_desc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sge_nm_rxq": {
      "size": 192,
      "fields": {
        "fl_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "fl_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "fl_cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "fl_db_saved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "fl_db_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "fl_db_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "fl_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "fl_desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 176
        },
        "fl_desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 168
        },
        "fl_hwidx": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "fl_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "fl_sidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "fl_sidx2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "intr_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "iq_abs_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "iq_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "iq_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "iq_cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "iq_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iq_desc"
            }
          },
          "offset": 16
        },
        "iq_desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 144
        },
        "iq_desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 136
        },
        "iq_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "iq_sidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "nid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nm_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vi_info"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sge_nm_txq": {
      "size": 128,
      "fields": {
        "ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "cpl_ctrl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "dbidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_desc"
            }
          },
          "offset": 0
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "doorbells": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "equeqidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "equiqidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "iqidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "nid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "op_pkd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "sidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "udb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "udb_qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sge_ofld_rxq": {
      "size": 384,
      "fields": {
        "fl": {
          "type": {
            "kind": "struct",
            "name": "sge_fl"
          },
          "offset": 72
        },
        "iq": {
          "type": {
            "kind": "struct",
            "name": "sge_iq"
          },
          "offset": 0
        },
        "rx_iscsi_data_digest_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "rx_iscsi_ddp_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rx_iscsi_ddp_pdus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rx_iscsi_ddp_setup_error": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 280
        },
        "rx_iscsi_ddp_setup_ok": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 272
        },
        "rx_iscsi_fl_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "rx_iscsi_fl_pdus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rx_iscsi_header_digest_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "rx_iscsi_padding_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "rx_toe_tls_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "rx_toe_tls_records": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        }
      },
      "kind": "struct"
    },
    "sge_ofld_txq": {
      "size": 832,
      "fields": {
        "tx_iscsi_iso_wrs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 784
        },
        "tx_iscsi_octets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 776
        },
        "tx_iscsi_pdus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 768
        },
        "tx_toe_tls_octets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 800
        },
        "tx_toe_tls_records": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 792
        },
        "wrq": {
          "type": {
            "kind": "struct",
            "name": "sge_wrq"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sge_params": {
      "size": 144,
      "fields": {
        "counter_val": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "eq_s_qpp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "fl_pktshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "fl_starve_threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "fl_starve_threshold2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "iq_s_qpp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "pack_boundary": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "pad_boundary": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "page_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sge_control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "sge_fl_buffer_size": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "spg_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "timer_val": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sge_qset": {
      "size": 3232,
      "fields": {
        "adap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 3128
        },
        "coalescing": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3144
        },
        "fl": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sge_fl"
            }
          },
          "offset": 176
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3136
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3168
        },
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_state"
          },
          "offset": 384
        },
        "namebuf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3200
        },
        "port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "port_info"
            }
          },
          "offset": 3120
        },
        "qs_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 3152
        },
        "qs_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3140
        },
        "rspq": {
          "type": {
            "kind": "struct",
            "name": "sge_rspq"
          },
          "offset": 0
        },
        "txq": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sge_txq"
            }
          },
          "offset": 520
        },
        "txq_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3112
        }
      },
      "kind": "struct"
    },
    "sge_qstat": {
      "size": 8,
      "fields": {
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sge_rspq": {
      "size": 176,
      "fields": {
        "async_notif": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "cntxt_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "credits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rsp_desc"
            }
          },
          "offset": 96
        },
        "desc_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 72
        },
        "desc_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 64
        },
        "gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "holdoff_tmr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "imm_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 104
        },
        "lockbuf": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "next_holdoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "offload_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "polling": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pure_rsps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rspq_dump_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rspq_dump_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rspq_mh": {
          "type": {
            "kind": "struct",
            "name": "t3_mbuf_hdr"
          },
          "offset": 80
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "starved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "unhandled_irqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sge_rxdesc": {
      "size": 16,
      "fields": {
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sge_rxq": {
      "size": 448,
      "fields": {
        "fl": {
          "type": {
            "kind": "struct",
            "name": "sge_fl"
          },
          "offset": 72
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 272
        },
        "iq": {
          "type": {
            "kind": "struct",
            "name": "sge_iq"
          },
          "offset": 0
        },
        "lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 280
        },
        "rxcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "vlan_extraction": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "vxlan_rxcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        }
      },
      "kind": "struct"
    },
    "sge_softc": {
      "size": 10536,
      "fields": {
        "sge_cdata": {
          "type": {
            "kind": "struct",
            "name": "sge_chain_data"
          },
          "offset": 96
        },
        "sge_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "sge_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10484
        },
        "sge_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10488
        },
        "sge_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sge_intrcontrol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10492
        },
        "sge_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "sge_intrtimer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10496
        },
        "sge_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "sge_ldata": {
          "type": {
            "kind": "struct",
            "name": "sge_list_data"
          },
          "offset": 64
        },
        "sge_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "sge_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 10504
        },
        "sge_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "sge_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sge_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "sge_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "sge_stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 10416
        },
        "sge_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10480
        }
      },
      "kind": "struct"
    },
    "sge_txdesc": {
      "size": 24,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "tx_ndesc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sge_txq": {
      "size": 1088,
      "fields": {
        "cpl_ctrl0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "eq": {
          "type": {
            "kind": "struct",
            "name": "sge_eq"
          },
          "offset": 0
        },
        "gl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sglist"
            }
          },
          "offset": 160
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 136
        },
        "imm_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "kern_tls_cbc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "kern_tls_fin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "kern_tls_fin_short": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "kern_tls_full": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "kern_tls_gcm": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "kern_tls_header": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "kern_tls_octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "kern_tls_options": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "kern_tls_partial": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "kern_tls_records": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "kern_tls_short": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "kern_tls_waste": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "last_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "r": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mp_ring"
            }
          },
          "offset": 144
        },
        "raw_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "sdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tx_sdesc"
            }
          },
          "offset": 152
        },
        "sgl_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "ss": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 576
        },
        "tc_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "tso_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "tx_reclaim_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 328
        },
        "txcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "txp": {
          "type": {
            "kind": "struct",
            "name": "txpkts"
          },
          "offset": 184
        },
        "txpkt_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "txpkts0_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "txpkts0_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "txpkts1_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "txpkts1_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "txpkts_flush": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "vlan_insertion": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "vxlan_tso_wrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "vxlan_txcsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        }
      },
      "kind": "struct"
    },
    "sge_type": {
      "size": 16,
      "fields": {
        "sge_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sge_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sge_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sge_wrq": {
      "size": 768,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 136
        },
        "eq": {
          "type": {
            "kind": "struct",
            "name": "sge_eq"
          },
          "offset": 0
        },
        "incomplete_wrs": {
          "type": {
            "kind": "struct",
            "name": "wrq_incomplete_wrs"
          },
          "offset": 176
        },
        "ndesc_needed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "nwr_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "ss": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 244
        },
        "ss_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 242
        },
        "ss_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "tx_wrs_copied": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "tx_wrs_direct": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_wrs_ss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "wr_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3385a9086ea8a591"
          },
          "offset": 192
        },
        "wrq_tx_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "sgl_descriptor": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "res": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "zero": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sglist": {
      "size": 16,
      "fields": {
        "sg_maxseg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "sg_nseg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "sg_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sg_segs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sglist_seg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sglist_seg": {
      "size": 16,
      "fields": {
        "ss_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ss_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sgsave": {
      "size": 16,
      "fields": {
        "sg_nseg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ss_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sgt_t": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sha1_ctxt": {
      "size": 104,
      "fields": {
        "c": {
          "type": {
            "kind": "union",
            "name": "unnamed_4eada9aa2979a21d"
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "h": {
          "type": {
            "kind": "union",
            "name": "unnamed_412ac256c1faa1dd"
          },
          "offset": 0
        },
        "m": {
          "type": {
            "kind": "union",
            "name": "unnamed_948c79ff96298914"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "shared_info": {
      "size": 3136,
      "fields": {
        "arch": {
          "type": {
            "kind": "struct",
            "name": "arch_shared_info"
          },
          "offset": 3088
        },
        "evtchn_mask": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2560
        },
        "evtchn_pending": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2048
        },
        "vcpu_info": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vcpu_info"
            }
          },
          "offset": 0
        },
        "wc_nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3080
        },
        "wc_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3076
        },
        "wc_sec_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3084
        },
        "wc_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3072
        }
      },
      "kind": "struct"
    },
    "shared_info_t": {
      "size": 3136,
      "fields": {
        "arch": {
          "type": {
            "kind": "struct",
            "name": "arch_shared_info"
          },
          "offset": 3088
        },
        "evtchn_mask": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2560
        },
        "evtchn_pending": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2048
        },
        "vcpu_info": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vcpu_info"
            }
          },
          "offset": 0
        },
        "wc_nsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3080
        },
        "wc_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3076
        },
        "wc_sec_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3084
        },
        "wc_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3072
        }
      },
      "kind": "struct"
    },
    "shm_info": {
      "size": 48,
      "fields": {
        "shm_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "shm_swp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "shm_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "swap_attempts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "swap_successes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "used_ids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "shm_info32": {
      "size": 24,
      "fields": {
        "shm_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "shm_swp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "shm_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "swap_attempts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "swap_successes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "used_ids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "shm_largepage_conf": {
      "size": 48,
      "fields": {
        "alloc_policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pad": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "psind": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "shm_mapping": {
      "size": 40,
      "fields": {
        "sm_fnv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f506b9aaa88224f9"
          },
          "offset": 24
        },
        "sm_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sm_shmfd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shmfd"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "shm_open2_args": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "mode_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "mode_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 18
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "shmflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "shmflags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "shmflags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "shm_rename_args": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "path_from": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_from_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_from_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_to_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_to_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "shm_unlink_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "shmat_args": {
      "size": 24,
      "fields": {
        "shmaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "shmaddr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "shmaddr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "shmflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "shmflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "shmflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "shmid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "shmid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "shmid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "shmctl_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shmid_ds"
            }
          },
          "offset": 16
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "shmid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "shmid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "shmid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "shmdt_args": {
      "size": 8,
      "fields": {
        "shmaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "shmaddr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "shmaddr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "shmfd": {
      "size": 208,
      "fields": {
        "shm_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 48
        },
        "shm_birthtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 96
        },
        "shm_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 80
        },
        "shm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "shm_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "shm_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "shm_kmappings": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "shm_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 120
        },
        "shm_lp_alloc_policy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 204
        },
        "shm_lp_psind": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 200
        },
        "shm_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "shm_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 64
        },
        "shm_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 160
        },
        "shm_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 8
        },
        "shm_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "shm_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "shm_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "shm_rl": {
          "type": {
            "kind": "struct",
            "name": "rangelock"
          },
          "offset": 136
        },
        "shm_seals": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "shm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "shm_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "shmget_args": {
      "size": 24,
      "fields": {
        "key": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "key_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "key_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "shmflg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "shmflg_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "shmflg_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "size_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "size_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "shmid_ds": {
      "size": 80,
      "fields": {
        "shm_atime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "shm_cpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "shm_ctime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "shm_dtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "shm_lpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "shm_nattch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "shm_perm": {
          "type": {
            "kind": "struct",
            "name": "ipc_perm"
          },
          "offset": 0
        },
        "shm_segsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "shmid_ds32": {
      "size": 52,
      "fields": {
        "shm_atime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "shm_cpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "shm_ctime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "shm_dtime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "shm_lpid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "shm_nattch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "shm_perm": {
          "type": {
            "kind": "struct",
            "name": "ipc_perm32"
          },
          "offset": 0
        },
        "shm_segsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "shmid_kernel": {
      "size": 104,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 96
        },
        "label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 88
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 80
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "shmid_ds"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "shmid_kernel32": {
      "size": 64,
      "fields": {
        "cred": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "label": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "object": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "shmid_ds32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "shminfo": {
      "size": 40,
      "fields": {
        "shmall": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "shmmax": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "shmmin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "shmmni": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "shmseg": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "shminfo32": {
      "size": 20,
      "fields": {
        "shmall": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "shmmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "shmmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "shmmni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "shmseg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "shmmap_state": {
      "size": 16,
      "fields": {
        "shmid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "va": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "shrink_control": {
      "size": 24,
      "fields": {
        "gfp_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nr_scanned": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nr_to_scan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "shrinker": {
      "size": 48,
      "fields": {
        "batch": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "count_objects": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b7dd4d446ea4d3a1"
          },
          "offset": 32
        },
        "scan_objects": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "seeks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "shutdown_args": {
      "size": 16,
      "fields": {
        "how": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "how_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "how_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sigaction": {
      "size": 32,
      "fields": {
        "__sigaction_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_34a4df2e02c4513d"
          },
          "offset": 0
        },
        "sa_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sa_mask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sigaction32": {
      "size": 24,
      "fields": {
        "sa_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sa_mask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 8
        },
        "sa_u": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sigaction_args": {
      "size": 24,
      "fields": {
        "act": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaction"
            }
          },
          "offset": 8
        },
        "act_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "act_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oact": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaction"
            }
          },
          "offset": 16
        },
        "oact_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oact_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sig_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sig_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sigacts": {
      "size": 3272,
      "fields": {
        "ps_catchmask": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 1024
        },
        "ps_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3232
        },
        "ps_freebsd4": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3184
        },
        "ps_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3240
        },
        "ps_osigset": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3200
        },
        "ps_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3236
        },
        "ps_sigact": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 0
        },
        "ps_sigcatch": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3168
        },
        "ps_sigignore": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3152
        },
        "ps_siginfo": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3136
        },
        "ps_sigintr": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3088
        },
        "ps_signodefer": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3120
        },
        "ps_sigonstack": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3072
        },
        "ps_sigreset": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3104
        },
        "ps_usertramp": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 3216
        }
      },
      "kind": "struct"
    },
    "sigaltstack": {
      "size": 24,
      "fields": {
        "ss_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ss_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ss_sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sigaltstack32": {
      "size": 12,
      "fields": {
        "ss_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ss_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ss_sp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sigaltstack_args": {
      "size": 16,
      "fields": {
        "oss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaltstack"
            }
          },
          "offset": 8
        },
        "oss_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "oss_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigaltstack"
            }
          },
          "offset": 0
        },
        "ss_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ss_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sigevent": {
      "size": 80,
      "fields": {
        "_sigev_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_97e517b9c323615b"
          },
          "offset": 16
        },
        "sigev_notify": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sigev_signo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sigev_value": {
          "type": {
            "kind": "union",
            "name": "sigval"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sigevent32": {
      "size": 44,
      "fields": {
        "_sigev_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_27ca223f1895ef64"
          },
          "offset": 12
        },
        "sigev_notify": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sigev_signo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sigev_value": {
          "type": {
            "kind": "union",
            "name": "sigval32"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sigfastblock_args": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cmd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cmd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ptr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ptr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sigframe": {
      "size": 976,
      "fields": {
        "sf_ahu": {
          "type": {
            "kind": "union",
            "name": "unnamed_366396a17c30160d"
          },
          "offset": 0
        },
        "sf_si": {
          "type": {
            "kind": "struct",
            "name": "siginfo_t"
          },
          "offset": 896
        },
        "sf_uc": {
          "type": {
            "kind": "struct",
            "name": "ucontext_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "siginfo32": {
      "size": 64,
      "fields": {
        "_reason": {
          "type": {
            "kind": "union",
            "name": "unnamed_8b1cb6cd7679c40f"
          },
          "offset": 32
        },
        "si_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "si_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "si_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "si_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "si_signo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "si_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "si_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "si_value": {
          "type": {
            "kind": "union",
            "name": "sigval32"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "siginfo_t": {
      "size": 80,
      "fields": {
        "_reason": {
          "type": {
            "kind": "union",
            "name": "unnamed_cd461580501b7186"
          },
          "offset": 40
        },
        "si_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "si_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "si_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "si_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "si_signo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "si_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "si_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "si_value": {
          "type": {
            "kind": "union",
            "name": "sigval"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sigio": {
      "size": 40,
      "fields": {
        "sio_myref": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sigio"
              }
            }
          },
          "offset": 16
        },
        "sio_pgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "sio_pgsigio": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9130e14c30a38c69"
          },
          "offset": 8
        },
        "sio_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_815233ac3c53b366"
          },
          "offset": 0
        },
        "sio_ucred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sigiolst": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sigpending_args": {
      "size": 8,
      "fields": {
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 0
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sigprocmask_args": {
      "size": 24,
      "fields": {
        "how": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "how_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "how_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "oset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 16
        },
        "oset_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "oset_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 8
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sigqueue": {
      "size": 80,
      "fields": {
        "sq_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sq_kill": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 16
        },
        "sq_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_69af3b485ef02131"
          },
          "offset": 48
        },
        "sq_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 64
        },
        "sq_ptrace": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 32
        },
        "sq_signals": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sigqueue_args": {
      "size": 24,
      "fields": {
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "signum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "signum_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "signum_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "value_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "value_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sigqueue_t": {
      "size": 80,
      "fields": {
        "sq_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sq_kill": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 16
        },
        "sq_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_69af3b485ef02131"
          },
          "offset": 48
        },
        "sq_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 64
        },
        "sq_ptrace": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 32
        },
        "sq_signals": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sigreturn_args": {
      "size": 8,
      "fields": {
        "sigcntxp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext"
            }
          },
          "offset": 0
        },
        "sigcntxp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sigcntxp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sigsuspend_args": {
      "size": 8,
      "fields": {
        "sigmask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 0
        },
        "sigmask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sigmask_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sigtimedwait_args": {
      "size": 24,
      "fields": {
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "siginfo"
            }
          },
          "offset": 8
        },
        "info_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "info_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 0
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 16
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sigval": {
      "size": 8,
      "fields": {
        "sigval_int": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sigval_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "sival_int": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sival_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sigval32": {
      "size": 4,
      "fields": {
        "sigval_int": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sigval_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sival_int": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sival_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sigwait_args": {
      "size": 16,
      "fields": {
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 0
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "sig_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sig_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sigwaitinfo_args": {
      "size": 16,
      "fields": {
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "siginfo"
            }
          },
          "offset": 8
        },
        "info_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "info_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__sigset_t"
            }
          },
          "offset": 0
        },
        "set_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "set_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sii_raid_conf": {
      "size": 512,
      "fields": {
        "ata_params_00_53": {
          "type": {
            "count": 54,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "ata_params_160_255": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 320
        },
        "ata_params_58_81": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 116
        },
        "auto_rebuild": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 300
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 318
        },
        "disk_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 299
        },
        "disk_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 278
        },
        "disk_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 296
        },
        "dummy_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 276
        },
        "dummy_3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 301
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 302
        },
        "product_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 260
        },
        "raid0_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 280
        },
        "raid0_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 281
        },
        "raid1_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 282
        },
        "raid1_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 283
        },
        "raid_location": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 298
        },
        "raid_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 297
        },
        "rebuild_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 284
        },
        "strip_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 274
        },
        "timestamp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 268
        },
        "total_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 108
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 279
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 262
        },
        "version_major": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 266
        },
        "version_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 264
        }
      },
      "kind": "struct"
    },
    "siis_channel": {
      "size": 4816,
      "fields": {
        "aslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3880
        },
        "curr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "siis_device"
            }
          },
          "offset": 4432
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "devices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3864
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ata_dma"
          },
          "offset": 40
        },
        "eslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3884
        },
        "fatalerr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4028
        },
        "frozen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 4040
        },
        "hold": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "union",
                "name": "ccb"
              }
            }
          },
          "offset": 3584
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "led": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 96
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3832
        },
        "numhslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4020
        },
        "numrslots": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3892
        },
        "numtslots": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 3896
        },
        "oslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3872
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 88
        },
        "pm_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "pm_present": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3868
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "r_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "recovery": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4032
        },
        "recoverycmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4024
        },
        "rslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3876
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 80
        },
        "slot": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "siis_slot"
            }
          },
          "offset": 112
        },
        "toslots": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3888
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "user": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "siis_device"
            }
          },
          "offset": 4048
        }
      },
      "kind": "struct"
    },
    "siis_cmd": {
      "size": 64,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "fis": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "protocol_override": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "transfer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_1ce9f2d38b047bab"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "siis_cmd_ata": {
      "size": 32,
      "fields": {
        "prd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "siis_dma_prd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "siis_cmd_atapi": {
      "size": 32,
      "fields": {
        "ccb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "prd": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "siis_dma_prd"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "siis_controller": {
      "size": 216,
      "fields": {
        "channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "gctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "interrupt": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_e85b585e7537279f"
            }
          },
          "offset": 152
        },
        "irq": {
          "type": {
            "kind": "struct",
            "name": "siis_controller_irq"
          },
          "offset": 112
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "r_gmem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "r_grid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "r_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "r_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sc_iomem": {
          "type": {
            "kind": "struct",
            "name": "rman"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "siis_controller_irq": {
      "size": 24,
      "fields": {
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "r_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "r_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "siis_dc_cb_args": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "maddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "siis_device": {
      "size": 24,
      "fields": {
        "atapi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bytecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "siis_dma_prd": {
      "size": 16,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dbc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "siis_slot": {
      "size": 112,
      "fields": {
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 24
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ata_dmaslot"
          },
          "offset": 32
        },
        "prb_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "siis_slot_states"
          },
          "offset": 12
        },
        "timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sillyrename": {
      "size": 88,
      "fields": {
        "s_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "s_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        },
        "s_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "s_namlen": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "s_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "simple_attr": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "fmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "get": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 32
        },
        "set": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sioc_mif_req6": {
      "size": 40,
      "fields": {
        "ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "icount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mifi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ocount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sioc_sg_req": {
      "size": 32,
      "fields": {
        "bytecnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "grp": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "pktcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "wrong_if": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sioc_sg_req6": {
      "size": 80,
      "fields": {
        "bytecnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "grp": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 28
        },
        "pktcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "src": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "wrong_if": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "sioc_vif_req": {
      "size": 40,
      "fields": {
        "ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "icount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "ocount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vifi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "siocsifcapnv_driver_data": {
      "size": 16,
      "fields": {
        "nvcap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvlist"
            }
          },
          "offset": 8
        },
        "reqcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "reqcap2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sis_desc": {
      "size": 12,
      "fields": {
        "sis_cmdsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sis_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sis_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sis_dmamap_arg": {
      "size": 8,
      "fields": {
        "sis_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sis_hash_maddr_ctx": {
      "size": 40,
      "fields": {
        "hashes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sis_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sis_rxdesc": {
      "size": 24,
      "fields": {
        "rx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sis_desc"
            }
          },
          "offset": 16
        },
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sis_softc": {
      "size": 3864,
      "fields": {
        "sis_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "sis_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sis_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3828
        },
        "sis_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sis_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "sis_manual_pad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sis_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "sis_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3832
        },
        "sis_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "sis_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 8
        },
        "sis_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "sis_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3740
        },
        "sis_rx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sis_desc"
            }
          },
          "offset": 64
        },
        "sis_rx_list_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 88
        },
        "sis_rx_list_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 80
        },
        "sis_rx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3744
        },
        "sis_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 128
        },
        "sis_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 120
        },
        "sis_rxdesc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sis_rxdesc"
            }
          },
          "offset": 144
        },
        "sis_srr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sis_stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 3760
        },
        "sis_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3736
        },
        "sis_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3732
        },
        "sis_tx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sis_desc"
            }
          },
          "offset": 72
        },
        "sis_tx_list_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 104
        },
        "sis_tx_list_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "sis_tx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3752
        },
        "sis_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3728
        },
        "sis_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 136
        },
        "sis_txdesc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sis_txdesc"
            }
          },
          "offset": 1680
        },
        "sis_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "sis_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3824
        }
      },
      "kind": "struct"
    },
    "sis_txdesc": {
      "size": 16,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sis_type": {
      "size": 16,
      "fields": {
        "sis_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sis_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sis_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sk_add_maddr_genesis_ctx": {
      "size": 24,
      "fields": {
        "hashes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sc_if": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_if_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sk_bcom_hack": {
      "size": 8,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sk_buff": {
      "size": 256,
      "fields": {
        "__scratch": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 256
        },
        "_alloc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "cb": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "csum_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "csum_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "net_device"
            }
          },
          "offset": 128
        },
        "end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 184
        },
        "head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "ip_summed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "l3hdroff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "l4hdroff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 200
        },
        "m_free_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "mac_header": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "mac_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "pkt_type": {
          "type": {
            "kind": "enum",
            "name": "sk_buff_pkt_type"
          },
          "offset": 48
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "qmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "shinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "skb_shared_info"
            }
          },
          "offset": 192
        },
        "sk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "truesize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_4c3f125f773d026b"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "sk_buff_head": {
      "size": 56,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 24
        },
        "qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_c0420f10deeb0a5b"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "sk_buff_head_l": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_buff"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_buff"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sk_chain_data": {
      "size": 20632,
      "fields": {
        "sk_jumbo_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20624
        },
        "sk_jumbo_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 20592
        },
        "sk_jumbo_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 20584
        },
        "sk_jumbo_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 20600
        },
        "sk_jumbo_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16480
        },
        "sk_jumbo_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sk_rxdesc"
            }
          },
          "offset": 16488
        },
        "sk_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "sk_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20620
        },
        "sk_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16464
        },
        "sk_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16448
        },
        "sk_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16472
        },
        "sk_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12336
        },
        "sk_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sk_rxdesc"
            }
          },
          "offset": 12344
        },
        "sk_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20616
        },
        "sk_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20612
        },
        "sk_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20608
        },
        "sk_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16456
        },
        "sk_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16440
        },
        "sk_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "sk_txbusyq": {
          "type": {
            "kind": "struct",
            "name": "sk_txdq"
          },
          "offset": 12320
        },
        "sk_txdesc": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sk_txdesc"
            }
          },
          "offset": 16
        },
        "sk_txfreeq": {
          "type": {
            "kind": "struct",
            "name": "sk_txdq"
          },
          "offset": 12304
        }
      },
      "kind": "struct"
    },
    "sk_dmamap_arg": {
      "size": 8,
      "fields": {
        "sk_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sk_if_softc": {
      "size": 20896,
      "fields": {
        "sk_cdata": {
          "type": {
            "kind": "struct",
            "name": "sk_chain_data"
          },
          "offset": 192
        },
        "sk_if_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "sk_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20884
        },
        "sk_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sk_jumbo_disable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20888
        },
        "sk_link": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "sk_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "sk_phyaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sk_phytype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "sk_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "sk_rdata": {
          "type": {
            "kind": "struct",
            "name": "sk_ring_data"
          },
          "offset": 20824
        },
        "sk_rx_ramend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sk_rx_ramstart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sk_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_softc"
            }
          },
          "offset": 20872
        },
        "sk_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 56
        },
        "sk_tx_bmu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20880
        },
        "sk_tx_ramend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sk_tx_ramstart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sk_watchdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 120
        },
        "sk_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "sk_xmac_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "sk_ring_data": {
      "size": 48,
      "fields": {
        "sk_jumbo_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_rx_desc"
            }
          },
          "offset": 32
        },
        "sk_jumbo_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "sk_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_rx_desc"
            }
          },
          "offset": 16
        },
        "sk_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sk_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_tx_desc"
            }
          },
          "offset": 0
        },
        "sk_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sk_rx_desc": {
      "size": 32,
      "fields": {
        "sk_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sk_csum_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sk_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sk_data_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sk_data_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sk_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sk_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sk_xmac_rxstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sk_rxdesc": {
      "size": 16,
      "fields": {
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sk_softc": {
      "size": 176,
      "fields": {
        "sk_coppertype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sk_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "sk_devs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 96
        },
        "sk_if": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sk_if_softc"
              }
            }
          },
          "offset": 80
        },
        "sk_int_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "sk_int_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "sk_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "sk_intrmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sk_mii_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 112
        },
        "sk_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 144
        },
        "sk_pmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sk_ramsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sk_rboff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sk_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 0
        },
        "sk_res_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 16
        },
        "sk_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "sk_suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sk_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "spare": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        }
      },
      "kind": "struct"
    },
    "sk_tx_desc": {
      "size": 32,
      "fields": {
        "sk_csum_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sk_csum_startval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sk_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sk_data_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sk_data_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sk_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sk_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sk_xmac_txstat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sk_txdesc": {
      "size": 24,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "tx_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f3490aefe7b136dd"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sk_txdq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_txdesc"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sk_txdesc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sk_type": {
      "size": 16,
      "fields": {
        "sk_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sk_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sk_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "skb_frag": {
      "size": 24,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vm_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "skb_frag_t": {
      "size": 24,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vm_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "skb_shared_info": {
      "size": 1552,
      "fields": {
        "frag_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_buff"
            }
          },
          "offset": 8
        },
        "frags": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "skb_frag_t"
            }
          },
          "offset": 16
        },
        "gso_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "gso_type": {
          "type": {
            "kind": "enum",
            "name": "skb_shared_info_gso_type"
          },
          "offset": 0
        },
        "nr_frags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "slabhashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_hash_slab"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "slabhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_slab"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "slave_list": {
      "size": 224,
      "fields": {
        "mutex": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 0
        },
        "res_list": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "list_head"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "slcompress": {
      "size": 4656,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "last_cs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cstate"
            }
          },
          "offset": 0
        },
        "last_recv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "last_xmit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "rstate": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cstate"
            }
          },
          "offset": 2352
        },
        "sls_compressed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sls_compressedin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "sls_errorin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "sls_misses": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sls_packets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sls_searches": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "sls_tossed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "sls_uncompressedin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "tstate": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cstate"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "sleepqueue": {
      "size": 80,
      "fields": {
        "sq_blocked": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "threadqueue"
            }
          },
          "offset": 0
        },
        "sq_blockedcnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "sq_free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6082e9afdbd83df9"
          },
          "offset": 56
        },
        "sq_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c405b1b81db65e64"
          },
          "offset": 40
        },
        "sq_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sq_wchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "sleepqueue_chain": {
      "size": 64,
      "fields": {
        "sc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "sc_queues": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6082e9afdbd83df9"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_abort_wqe_s": {
      "size": 48,
      "fields": {
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "criteria": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ext_t_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ext_t_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ia": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "ir": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "t_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "t_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_abort_wqe_t": {
      "size": 48,
      "fields": {
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "criteria": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ext_t_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ext_t_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ia": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "ir": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "t_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "t_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_acqe_s": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_acqe_t": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_asic_entry_t": {
      "size": 16,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rev": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bf4acc29759a1a72"
          },
          "offset": 12
        },
        "rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3af1f3c6ffe43672"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_bde_s": {
      "size": 12,
      "fields": {
        "bde_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "buffer_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_b342c506d4fdc5bd"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_bde_t": {
      "size": 12,
      "fields": {
        "bde_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "buffer_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_b342c506d4fdc5bd"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_config_auto_xfer_rdy_hp_s": {
      "size": 20,
      "fields": {
        "block_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "esoc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "max_burst_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_config_auto_xfer_rdy_hp_t": {
      "size": 20,
      "fields": {
        "block_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "esoc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "max_burst_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_config_auto_xfer_rdy_s": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "max_burst_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_config_auto_xfer_rdy_t": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "max_burst_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_config_link_s": {
      "size": 44,
      "fields": {
        "al_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "alpa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "bbscn": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "cscn": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "e_d_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "lp_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "maxbbc": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "n_port_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "r_a_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "r_t_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_config_link_t": {
      "size": 44,
      "fields": {
        "al_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "alpa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "bbscn": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "cscn": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "e_d_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "lp_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "maxbbc": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "n_port_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "r_a_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "r_t_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_dump4_s": {
      "size": 256,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "resp_data": {
          "type": {
            "count": 59,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "returned_byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "wki_selection": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_dump4_t": {
      "size": 256,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "resp_data": {
          "type": {
            "count": 59,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "returned_byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "wki_selection": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_link_flags_s": {
      "size": 4,
      "fields": {
        "enable_topology_failover": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "fixed_speed": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gen_loop_validity_check": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "loopback": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "select_hightest_al_pa": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "skip_lirp_lilp": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "skip_lisa": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "topology": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "unfair": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_link_flags_t": {
      "size": 4,
      "fields": {
        "enable_topology_failover": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "fixed_speed": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gen_loop_validity_check": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "loopback": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "select_hightest_al_pa": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "skip_lirp_lilp": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "skip_lisa": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "topology": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "unfair": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_link_s": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "link_flags": {
          "type": {
            "kind": "struct",
            "name": "sli4_cmd_init_link_flags_t"
          },
          "offset": 8
        },
        "link_speed_selection_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "selective_reset_al_pa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_link_t": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "link_flags": {
          "type": {
            "kind": "struct",
            "name": "sli4_cmd_init_link_flags_t"
          },
          "offset": 8
        },
        "link_speed_selection_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "selective_reset_al_pa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_vfi_s": {
      "size": 20,
      "fields": {
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "hop_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "vf": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vf_id": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "vr": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vt": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_vfi_t": {
      "size": 20,
      "fields": {
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "hop_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "vf": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vf_id": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "vr": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vt": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_vpi_s": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_init_vpi_t": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_post_xri_s": {
      "size": 8,
      "fields": {
        "di": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "dl": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "enx": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "xri_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "xri_count": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_post_xri_t": {
      "size": 8,
      "fields": {
        "di": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "dl": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "enx": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "xri_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "xri_count": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_config_s": {
      "size": 4,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_config_t": {
      "size": 4,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_link_stats_s": {
      "size": 88,
      "fields": {
        "advertised_receive_bufftor_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "advertised_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "arbitration_fc_al_timout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "clof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "clrc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "crc_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "current_receive_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "current_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "elastic_buffer_overrun_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "gec": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "invalid_transmission_word_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "link_failure_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "loss_of_signal_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "loss_of_sync_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "primitive_sequence_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "primitive_sequence_event_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rec": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "received_dropped_no_aer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "received_dropped_no_available_rpi_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "received_dropped_no_available_xri_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "received_eofa_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "received_eofdti_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "received_eofni_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "received_soff_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "resv0": {
          "type": {
            "bit_length": 8,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w02of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w03of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w04of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w05of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w06of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w07of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w08of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w09of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w10of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w11of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w12of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w13of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w14of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w15of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w16of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w17of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w18of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w19of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w20of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w21of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_link_stats_t": {
      "size": 88,
      "fields": {
        "advertised_receive_bufftor_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "advertised_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "arbitration_fc_al_timout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "clof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "clrc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "crc_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "current_receive_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "current_transmit_buffer_to_buffer_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "elastic_buffer_overrun_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "gec": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "invalid_transmission_word_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "link_failure_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "loss_of_signal_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "loss_of_sync_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "primitive_sequence_error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "primitive_sequence_event_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rec": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "received_dropped_no_aer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "received_dropped_no_available_rpi_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "received_dropped_no_available_xri_resources_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "received_eofa_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "received_eofdti_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "received_eofni_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "received_soff_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "resv0": {
          "type": {
            "bit_length": 8,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w02of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w03of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w04of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w05of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w06of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w07of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "w08of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w09of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w10of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w11of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w12of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w13of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w14of": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w15of": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "w16of": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w17of": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w18of": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w19of": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w20of": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "w21of": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_nvparms_s": {
      "size": 40,
      "fields": {
        "hard_alpa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "preferred_d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_nvparms_t": {
      "size": 40,
      "fields": {
        "hard_alpa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "preferred_d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_rev_s": {
      "size": 212,
      "fields": {
        "actual_vpd_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "available_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "ceev": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "fc_ph_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "fc_ph_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "fcoem": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "feature_level_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "feature_level_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "first_fw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "first_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "first_hw_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "physical_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "physical_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "returned_vpd_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "rsvd18": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "second_fw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "second_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "second_hw_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sli_level": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "third_hw_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "vpd": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_rev_t": {
      "size": 212,
      "fields": {
        "actual_vpd_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "available_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "ceev": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "fc_ph_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "fc_ph_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "fcoem": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "feature_level_high": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "feature_level_low": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "first_fw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "first_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 36
        },
        "first_hw_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "physical_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "physical_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "returned_vpd_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "rsvd18": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "second_fw_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "second_fw_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "second_hw_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sli_level": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "third_hw_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "vpd": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_sparm64_s": {
      "size": 36,
      "fields": {
        "bde_64": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "node_name_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "node_name_start": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "port_name_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "port_name_start": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_sparm64_t": {
      "size": 36,
      "fields": {
        "bde_64": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 12
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "node_name_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "node_name_start": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "port_name_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "port_name_start": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_status_s": {
      "size": 68,
      "fields": {
        "cc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dropped_frames_due_to_no_rq_buffer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "dropped_frames_due_to_no_xri_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "empty_rq_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "empty_xri_pool_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "receive_f_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "receive_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "receive_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "receive_p_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "receive_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "total_exchanges_originator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "total_exchanges_responder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "transmit_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "transmit_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "transmit_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_status_t": {
      "size": 68,
      "fields": {
        "cc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dropped_frames_due_to_no_rq_buffer_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "dropped_frames_due_to_no_xri_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "empty_rq_timeout_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "empty_xri_pool_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "receive_f_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "receive_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "receive_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "receive_p_bsy_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "receive_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "total_exchanges_originator": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "total_exchanges_responder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "transmit_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "transmit_kbyte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "transmit_sequence_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_topology_s": {
      "size": 52,
      "fields": {
        "acquired_al_pa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "al_pa_granted": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "al_tov": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "attention_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "bbscn": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "bde_loop_map": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 16
        },
        "cbbscn": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "il": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "init_bbc": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "initial_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "link_current": {
          "type": {
            "kind": "struct",
            "name": "sli4_port_state_t"
          },
          "offset": 32
        },
        "link_down": {
          "type": {
            "kind": "struct",
            "name": "sli4_port_state_t"
          },
          "offset": 28
        },
        "lip_al_ps": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "lip_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "lp_tov": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "max_bbc": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "pb": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45
        },
        "pb_recvd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "r_t_tov": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "specified_al_pa": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "topology": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_read_topology_t": {
      "size": 52,
      "fields": {
        "acquired_al_pa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "al_pa_granted": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "al_tov": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "attention_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "bbscn": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "bde_loop_map": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 16
        },
        "cbbscn": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "il": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "init_bbc": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "initial_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "link_current": {
          "type": {
            "kind": "struct",
            "name": "sli4_port_state_t"
          },
          "offset": 32
        },
        "link_down": {
          "type": {
            "kind": "struct",
            "name": "sli4_port_state_t"
          },
          "offset": 28
        },
        "lip_al_ps": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "lip_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "lp_tov": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "max_bbc": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "pb": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45
        },
        "pb_recvd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "r_t_tov": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "specified_al_pa": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "topology": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_fcfi_mrq_s": {
      "size": 40,
      "fields": {
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "mrq_filter_bitmask": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "num_mrq_pairs": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rq_cfg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_74e9b17e462c5f95"
            }
          },
          "offset": 16
        },
        "rq_id_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_id_1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rq_id_2": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rq_id_3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rq_selection_policy": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "vlan_tag": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "vv": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_fcfi_mrq_t": {
      "size": 40,
      "fields": {
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "mrq_filter_bitmask": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "num_mrq_pairs": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rq_cfg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_74e9b17e462c5f95"
            }
          },
          "offset": 16
        },
        "rq_id_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_id_1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rq_id_2": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rq_id_3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rq_selection_policy": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "vlan_tag": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "vv": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_fcfi_s": {
      "size": 36,
      "fields": {
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "rq_cfg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_74e9b17e462c5f95"
            }
          },
          "offset": 16
        },
        "rq_id_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_id_1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rq_id_2": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rq_id_3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "vlan_tag": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "vv": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_fcfi_t": {
      "size": 36,
      "fields": {
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "rq_cfg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_74e9b17e462c5f95"
            }
          },
          "offset": 16
        },
        "rq_id_0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_id_1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rq_id_2": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rq_id_3": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "vlan_tag": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "vv": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_rpi_s": {
      "size": 28,
      "fields": {
        "bde_64": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 12
        },
        "ci": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "etow": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "terp": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "upd": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_rpi_t": {
      "size": 28,
      "fields": {
        "bde_64": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 12
        },
        "ci": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "etow": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "terp": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "upd": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_vfi_s": {
      "size": 44,
      "fields": {
        "e_d_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "local_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "r_a_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sparm": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 20
        },
        "upd": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_vfi_t": {
      "size": 44,
      "fields": {
        "e_d_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "local_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "r_a_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sparm": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 20
        },
        "upd": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "vp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_vpi_s": {
      "size": 28,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "local_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "upd": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_reg_vpi_t": {
      "size": 28,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "local_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "upd": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "vpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_release_xri_s": {
      "size": 256,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "released_xri_count": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "xri_count": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "xri_tbl": {
          "type": {
            "count": 62,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_ae213814944a8bed"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_release_xri_t": {
      "size": 256,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "released_xri_count": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "xri_count": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "xri_tbl": {
          "type": {
            "count": 62,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_ae213814944a8bed"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_request_features_s": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "union",
            "name": "sli4_features_t"
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "qry": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "response": {
          "type": {
            "kind": "union",
            "name": "sli4_features_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_request_features_t": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "union",
            "name": "sli4_features_t"
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "qry": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "response": {
          "type": {
            "kind": "union",
            "name": "sli4_features_t"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_rq_cfg_t": {
      "size": 6,
      "fields": {
        "r_ctl_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "r_ctl_match": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "type_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "type_match": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_sli_config_s": {
      "size": 256,
      "fields": {
        "emb": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "union",
            "name": "unnamed_d3bbacc48568e344"
          },
          "offset": 24
        },
        "payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pmd_count": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_sli_config_t": {
      "size": 256,
      "fields": {
        "emb": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "union",
            "name": "unnamed_d3bbacc48568e344"
          },
          "offset": 24
        },
        "payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pmd_count": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_fcfi_s": {
      "size": 12,
      "fields": {
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_fcfi_t": {
      "size": 12,
      "fields": {
        "fcfi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_rpi_s": {
      "size": 12,
      "fields": {
        "destination_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "dp": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "ii": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_rpi_t": {
      "size": 12,
      "fields": {
        "destination_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "dp": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "ii": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_vfi_s": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "ii": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_vfi_t": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "ii": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_vpi_s": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "ii": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_unreg_vpi_t": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "ii": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_write_nvparms_s": {
      "size": 40,
      "fields": {
        "hard_alpa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "preferred_d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_cmd_write_nvparms_t": {
      "size": 40,
      "fields": {
        "hard_alpa": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "preferred_d_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 37
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_dif_sge_s": {
      "size": 16,
      "fields": {
        "buffer_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buffer_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "sli4_dif_sge_t": {
      "size": 16,
      "fields": {
        "buffer_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buffer_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "sli4_diseed_sge_s": {
      "size": 16,
      "fields": {
        "app_tag_cmp": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "app_tag_repl": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "at": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "atrt": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "auto_incr_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_crc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dif_blk_size": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dif_op_rx": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "dif_op_tx": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "fwd_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "head_insert": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "hs": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ic": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ics": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "new_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "ref_tag_cmp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ref_tag_repl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "repl_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "ws": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "sli4_diseed_sge_t": {
      "size": 16,
      "fields": {
        "app_tag_cmp": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "app_tag_repl": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "at": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "atrt": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "auto_incr_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_crc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "check_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dif_blk_size": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dif_op_rx": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "dif_op_tx": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "fwd_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "head_insert": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "hs": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ic": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ics": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "new_ref_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "ref_tag_cmp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ref_tag_repl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "repl_app_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "ws": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "sli4_els_request64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "els_id": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "els_request_payload": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "els_request_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "els_response_payload_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 48
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "max_response_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "sid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_els_request64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "els_id": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "els_request_payload": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "els_request_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "els_response_payload_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 48
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "max_response_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "sid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_eqe_s": {
      "size": 4,
      "fields": {
        "major_code": {
          "type": {
            "bit_length": 3,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "minor_code": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "resource_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_eqe_t": {
      "size": 4,
      "fields": {
        "major_code": {
          "type": {
            "bit_length": 3,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "minor_code": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "resource_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_fc_async_rcqe_s": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "eof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "fcfi": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "header_data_placement_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "payload_data_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_element_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_async_rcqe_t": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "eof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "fcfi": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "header_data_placement_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "payload_data_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_element_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_async_rcqe_v1_s": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "eof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "fcfi": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "header_data_placement_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "payload_data_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_element_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "sof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_async_rcqe_v1_t": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "eof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "fcfi": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "header_data_placement_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "payload_data_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rq_element_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "sof_byte": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_coalescing_rcqe_s": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rq_element_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sequence_reporting_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_coalescing_rcqe_t": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rq_element_index": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sequence_reporting_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_optimized_write_cmd_cqe_s": {
      "size": 16,
      "fields": {
        "agxr": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "fcfi": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "header_data_placement_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "iv": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "oox": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "payload_data_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rq_element_index": {
          "type": {
            "bit_length": 15,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xri": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sli4_fc_optimized_write_cmd_cqe_t": {
      "size": 16,
      "fields": {
        "agxr": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "fcfi": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "header_data_placement_length": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "iv": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "oox": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "payload_data_placement_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rq_element_index": {
          "type": {
            "bit_length": 15,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xri": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "sli4_fc_optimized_write_data_cqe_s": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "extended_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hw_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "rha": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "total_data_placed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xb": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xri": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sli4_fc_optimized_write_data_cqe_t": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "extended_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hw_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "rha": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "total_data_placed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xb": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xri": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sli4_fc_wcqe_s": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "hw_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "qx": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "wqe_specific_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "wqe_specific_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xb": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_wcqe_t": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "hw_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "qx": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "wqe_specific_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "wqe_specific_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xb": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fc_wqec_s": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "wq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "wqe_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_fc_wqec_t": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "wq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "wqe_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_fc_xri_aborted_cqe_s": {
      "size": 16,
      "fields": {
        "br": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "eo": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "extended_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ia": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xr": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xri": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_fc_xri_aborted_cqe_t": {
      "size": 16,
      "fields": {
        "br": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "eo": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "extended_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ia": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xr": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "xri": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_fcf_entry_s": {
      "size": 556,
      "fields": {
        "fabric_name_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "fc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "fc_map": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "fcf_available": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "fcf_mac_address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fcf_state": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "fip_keep_alive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fip_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac_address_provider": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "max_receive_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sol": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "switch_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 548
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "vlan_bitmap": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "sli4_fcf_entry_t": {
      "size": 556,
      "fields": {
        "fabric_name_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "fc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "fc_map": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "fcf_available": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "fcf_mac_address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fcf_state": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "fip_keep_alive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fip_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac_address_provider": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "max_receive_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sol": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "switch_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 548
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 31
        },
        "vlan_bitmap": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "sli4_fcoe_fip_s": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_information": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "fcf_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "fcoe_event_type": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fcoe_fip_t": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_information": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "fcf_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "fcoe_event_type": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_128byte_wqe_s": {
      "size": 128,
      "fields": {
        "dw": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_128byte_wqe_t": {
      "size": 128,
      "fields": {
        "dw": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_icmnd64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "erp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "fcp_cmd_buffer_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_icmnd64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "erp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "fcp_cmd_buffer_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_iread64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "erp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "fcp_cmd_buffer_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "total_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_iread64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "erp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "fcp_cmd_buffer_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "total_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_iwrite64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "erp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "fcp_cmd_buffer_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "initial_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "total_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_iwrite64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "erp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "fcp_cmd_buffer_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "initial_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "total_transfer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_treceive64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "app_id_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "conf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dword5": {
          "type": {
            "kind": "union",
            "name": "unnamed_ac974c854a4b032d"
          },
          "offset": 20
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "fcp_data_receive_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_treceive64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "app_id_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "conf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dword5": {
          "type": {
            "kind": "union",
            "name": "unnamed_ac974c854a4b032d"
          },
          "offset": 20
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "fcp_data_receive_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_trsp64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "app_id_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "conf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dnrx": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dword5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "fcp_response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_trsp64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ag": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "app_id_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "conf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dnrx": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dword5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "fcp_response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_tsend64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "app_id_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "conf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dword5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "fcp_data_transmit_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_fcp_tsend64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "app_id_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "conf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dword5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "fcp_data_transmit_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "first_data_bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 52
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lnk": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "payload_offset_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_features_t": {
      "size": 4,
      "fields": {
        "dword": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flag": {
          "type": {
            "kind": "struct",
            "name": "unnamed_987023d27d5252f5"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sli4_fip_event_s": {
      "size": 8,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_fip_event_t": {
      "size": 8,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_gen_request64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "max_response_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "r_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "request_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_gen_request64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "max_response_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "r_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "request_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_generic_wqe_s": {
      "size": 48,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_spec0_5": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_generic_wqe_t": {
      "size": 48,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_spec0_5": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_isap_resouce_descriptor_v1_t": {
      "size": 68,
      "fields": {
        "descriptor_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "descriptor_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fcoe_dif": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "fcoe_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "fcoe_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "iscsi_dif": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "iscsi_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "iscsi_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "mc_type0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "mc_type1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 53
        },
        "mc_type2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 54
        },
        "mc_type3": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 55
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "rsvd3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sli4_isap_resource_descriptor_v1_s": {
      "size": 68,
      "fields": {
        "descriptor_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "descriptor_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fcoe_dif": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "fcoe_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "fcoe_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "iscsi_dif": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "iscsi_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "iscsi_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "mc_type0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "mc_type1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 53
        },
        "mc_type2": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 54
        },
        "mc_type3": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 55
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "rsvd3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sli4_link_attention_s": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "attn_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "link_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "logical_link_speed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "port_fault": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "port_speed": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "shared_link_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "topology": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_link_attention_t": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "attn_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "link_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "logical_link_speed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "port_fault": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "port_speed": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "shared_link_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "topology": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_link_config_descriptor_s": {
      "size": 36,
      "fields": {
        "config_description": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_link_config_descriptor_t": {
      "size": 36,
      "fields": {
        "config_description": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_link_event_s": {
      "size": 32,
      "fields": {
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "loop_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "medium": {
          "type": {
            "kind": "enum",
            "name": "unnamed_61110da6a80a071f"
          },
          "offset": 8
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7612f39d92bb75b2"
          },
          "offset": 0
        },
        "topology": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7e3842fd9bbee04a"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_link_event_t": {
      "size": 32,
      "fields": {
        "fc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "loop_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "medium": {
          "type": {
            "kind": "enum",
            "name": "unnamed_61110da6a80a071f"
          },
          "offset": 8
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7612f39d92bb75b2"
          },
          "offset": 0
        },
        "topology": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7e3842fd9bbee04a"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_link_state_s": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "link_number": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "link_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "logical_link_speed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "port_duplex": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "port_fault": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "port_link_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port_speed": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_link_state_t": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "link_number": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "link_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "logical_link_speed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "port_duplex": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "port_fault": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "port_link_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port_speed": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_lsp_sge_s": {
      "size": 16,
      "fields": {
        "buffer_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buffer_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "segment_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "sli4_lsp_sge_t": {
      "size": 16,
      "fields": {
        "buffer_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buffer_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "segment_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "sli4_mbox_command_header_s": {
      "size": 4,
      "fields": {
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sli4_mbox_command_header_t": {
      "size": 4,
      "fields": {
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sli4_mcqe_s": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "cmp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "completion_status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "con": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "extended_status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "mqe_tag_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mqe_tag_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_mcqe_t": {
      "size": 16,
      "fields": {
        "ae": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "cmp": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "completion_status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "con": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "extended_status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "mqe_tag_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mqe_tag_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "sli4_pcie_resource_descriptor_v1_s": {
      "size": 88,
      "fields": {
        "descriptor_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "descriptor_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "imm": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "mission_roles": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "nosv": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "number_of_vfs": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "pchg": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "pf_number": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "pf_state": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "pf_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "schg": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "sriov_state": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "xchg": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "xrom": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_pcie_resource_descriptor_v1_t": {
      "size": 88,
      "fields": {
        "descriptor_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "descriptor_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "imm": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "mission_roles": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "nosv": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "number_of_vfs": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "pchg": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "pf_number": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "pf_state": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "pf_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "schg": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "sriov_state": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "xchg": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "xrom": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_physical_page_descriptor_s": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_physical_page_descriptor_t": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_port_state_s": {
      "size": 4,
      "fields": {
        "link_speed": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "lu": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "nx_port_recv_state": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "nx_port_state_machine": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "nx_port_trans_state": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "sli4_port_state_t": {
      "size": 4,
      "fields": {
        "link_speed": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "lu": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "nx_port_recv_state": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "nx_port_state_machine": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "nx_port_trans_state": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "sli4_profile_descriptor_s": {
      "size": 516,
      "fields": {
        "profile_description": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "profile_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sli4_profile_descriptor_t": {
      "size": 516,
      "fields": {
        "profile_description": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "profile_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sli4_queue_s": {
      "size": 208,
      "fields": {
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 0
        },
        "doorbell_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "doorbell_rset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 172
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 56
        },
        "max_num_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "max_process_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 192
        },
        "n_posted": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 200
        },
        "posted_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "proc_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 174
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_76227adc00f89a9e"
          },
          "offset": 204
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        }
      },
      "kind": "struct"
    },
    "sli4_queue_t": {
      "size": 208,
      "fields": {
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 0
        },
        "doorbell_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "doorbell_rset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 172
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 162
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 158
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "ocs_lock_t"
          },
          "offset": 56
        },
        "max_num_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "max_process_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 192
        },
        "n_posted": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 160
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 200
        },
        "posted_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "proc_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 156
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 174
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_76227adc00f89a9e"
          },
          "offset": 204
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 164
        }
      },
      "kind": "struct"
    },
    "sli4_reg_s": {
      "size": 8,
      "fields": {
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_reg_t": {
      "size": 8,
      "fields": {
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_cq_set_v0_s": {
      "size": 60,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "autovalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "clswm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "cqe_count": {
          "type": {
            "bit_length": 15,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cqecnt": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "eq_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "evt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "num_cq_req": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 60
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "rsvd": {
          "type": {
            "bit_length": 11,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_cq_set_v0_t": {
      "size": 60,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "autovalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "clswm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "cqe_count": {
          "type": {
            "bit_length": 15,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cqecnt": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "eq_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 28
        },
        "evt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "num_cq_req": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 60
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "rsvd": {
          "type": {
            "bit_length": 11,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_cq_v0_s": {
      "size": 36,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "clswm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "cqecnt": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "eq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "evt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 36
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_cq_v0_t": {
      "size": 36,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "clswm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "cqecnt": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "eq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "evt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 36
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_cq_v2_s": {
      "size": 36,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "autovalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "clswm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "cqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "cqe_size": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "cqecnt": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "eq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "evt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 36
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "rsvd": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "uint32_t": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_cq_v2_t": {
      "size": 36,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "autovalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "clswm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "cqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "cqe_size": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "cqecnt": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "eq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "evt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 36
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "rsvd": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "uint32_t": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_eq_s": {
      "size": 100,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "autovalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "count": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "delay_multiplier": {
          "type": {
            "bit_length": 10,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "eqesz": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 36
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_eq_t": {
      "size": 100,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "autovalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "count": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "delay_multiplier": {
          "type": {
            "bit_length": 10,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "eqesz": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 36
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_mq_ext_s": {
      "size": 104,
      "fields": {
        "acqv": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "async_cq_id_v0": {
          "type": {
            "bit_length": 10,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "async_cq_id_v1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "async_event_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cq_id_v0": {
          "type": {
            "bit_length": 10,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id_v1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 40
        },
        "ring_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "rsvd9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_create_mq_ext_t": {
      "size": 104,
      "fields": {
        "acqv": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "async_cq_id_v0": {
          "type": {
            "bit_length": 10,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "async_cq_id_v1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "async_event_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cq_id_v0": {
          "type": {
            "bit_length": 10,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id_v1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_249cd0e72318b681"
            }
          },
          "offset": 40
        },
        "ring_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "rsvd9": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "val": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_delete_object_s": {
      "size": 128,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_delete_object_t": {
      "size": 128,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_destroy_cq_s": {
      "size": 20,
      "fields": {
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_destroy_cq_t": {
      "size": 20,
      "fields": {
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_destroy_eq_s": {
      "size": 20,
      "fields": {
        "eq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_destroy_eq_t": {
      "size": 20,
      "fields": {
        "eq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_destroy_mq_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "mq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_destroy_mq_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "mq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_function_reset_s": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_function_reset_t": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_active_profile_s": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_active_profile_t": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_port_name_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "pt": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_port_name_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "pt": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_profile_config_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "typ": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_profile_config_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "typ": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_profile_list_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "start_profile_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_profile_list_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "start_profile_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_reconfig_link_info_s": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_reconfig_link_info_t": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_resource_extent_info_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "resource_type": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_get_resource_extent_info_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "resource_type": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_modify_eq_delay_s": {
      "size": 116,
      "fields": {
        "eq_delay_record": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_6b021ccbabc9514e"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_eq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_modify_eq_delay_t": {
      "size": 116,
      "fields": {
        "eq_delay_record": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_6b021ccbabc9514e"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_eq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_nop_s": {
      "size": 24,
      "fields": {
        "context": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_nop_t": {
      "size": 24,
      "fields": {
        "context": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_query_fw_config_s": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_query_fw_config_t": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_read_object_list_s": {
      "size": 132,
      "fields": {
        "desired_read_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "host_buffer_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_bde_t"
            }
          },
          "offset": 132
        },
        "host_buffer_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "read_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_read_object_list_t": {
      "size": 132,
      "fields": {
        "desired_read_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "host_buffer_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_bde_t"
            }
          },
          "offset": 132
        },
        "host_buffer_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "read_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_read_object_s": {
      "size": 132,
      "fields": {
        "desired_read_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "host_buffer_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_bde_t"
            }
          },
          "offset": 132
        },
        "host_buffer_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "read_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_read_object_t": {
      "size": 132,
      "fields": {
        "desired_read_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "host_buffer_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_bde_t"
            }
          },
          "offset": 132
        },
        "host_buffer_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "read_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_read_transceiver_data_s": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "page_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_read_transceiver_data_t": {
      "size": 24,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "page_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_active_profile_s": {
      "size": 20,
      "fields": {
        "active_profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_active_profile_t": {
      "size": 20,
      "fields": {
        "active_profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_dump_location_s": {
      "size": 28,
      "fields": {
        "blp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "buf_addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "buf_addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "buffer_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fdb": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "qry": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_dump_location_t": {
      "size": 28,
      "fields": {
        "blp": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "buf_addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "buf_addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "buffer_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fdb": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "qry": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_dif_seed_s": {
      "size": 4,
      "fields": {
        "seed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_dif_seed_t": {
      "size": 4,
      "fields": {
        "seed": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_health_check_s": {
      "size": 4,
      "fields": {
        "hck": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qry": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_health_check_t": {
      "size": 4,
      "fields": {
        "hck": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qry": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_persistent_topo_param_s": {
      "size": 4,
      "fields": {
        "persistent_topo": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "topo_failover": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_persistent_topo_param_t": {
      "size": 4,
      "fields": {
        "persistent_topo": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "topo_failover": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_s": {
      "size": 56,
      "fields": {
        "feature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "param_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "params": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_set_fdt_xfer_hint_s": {
      "size": 4,
      "fields": {
        "fdt_xfer_hint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_set_fdt_xfer_hint_t": {
      "size": 4,
      "fields": {
        "fdt_xfer_hint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_t": {
      "size": 56,
      "fields": {
        "feature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "param_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "params": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_t10_pi_mem_model_s": {
      "size": 4,
      "fields": {
        "tmm": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_t10_pi_mem_model_t": {
      "size": 4,
      "fields": {
        "tmm": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_xfer_rdy_t10pi_s": {
      "size": 8,
      "fields": {
        "app_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "atv": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "blk_size": {
          "type": {
            "bit_length": 3,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "p_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rtc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tmm": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_features_xfer_rdy_t10pi_t": {
      "size": 8,
      "fields": {
        "app_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "atv": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "blk_size": {
          "type": {
            "bit_length": 3,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "p_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rtc": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tmm": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_profile_config_s": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "isap": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_profile_config_t": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "isap": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_reconfig_link_id_s": {
      "size": 20,
      "fields": {
        "fd": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "next_link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_set_reconfig_link_id_t": {
      "size": 20,
      "fields": {
        "fd": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "next_link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_write_object_s": {
      "size": 132,
      "fields": {
        "desired_write_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "eof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "host_buffer_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_bde_t"
            }
          },
          "offset": 132
        },
        "host_buffer_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "noc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "write_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_common_write_object_t": {
      "size": 132,
      "fields": {
        "desired_write_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "eof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "host_buffer_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_bde_t"
            }
          },
          "offset": 132
        },
        "host_buffer_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "noc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "write_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_dmtf_exec_clp_cmd_s": {
      "size": 40,
      "fields": {
        "cmd_buf_addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cmd_buf_addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cmd_buf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "resp_buf_addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "resp_buf_addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "resp_buf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_dmtf_exec_clp_cmd_t": {
      "size": 40,
      "fields": {
        "cmd_buf_addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cmd_buf_addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cmd_buf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "resp_buf_addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "resp_buf_addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "resp_buf_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_post_hdr_templates_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "page_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "page_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 20
        },
        "rpi_offset": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_post_hdr_templates_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "page_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "page_descriptor": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 20
        },
        "rpi_offset": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_post_sgl_pages_s": {
      "size": 180,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "page_set": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_39fff8b0622bcf39"
            }
          },
          "offset": 20
        },
        "xri_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "xri_start": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_post_sgl_pages_t": {
      "size": 180,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "page_set": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_39fff8b0622bcf39"
            }
          },
          "offset": 20
        },
        "xri_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "xri_start": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_read_fcf_table_s": {
      "size": 20,
      "fields": {
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_read_fcf_table_t": {
      "size": 20,
      "fields": {
        "fcf_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rediscover_fcf_s": {
      "size": 56,
      "fields": {
        "fcf_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fcf_index": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rediscover_fcf_t": {
      "size": 56,
      "fields": {
        "fcf_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fcf_index": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_create_s": {
      "size": 100,
      "fields": {
        "bqu": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "dua": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 36
        },
        "rqe_count": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "rsvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rsvd8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ulp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_create_t": {
      "size": 100,
      "fields": {
        "bqu": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "dua": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 36
        },
        "rqe_count": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "rsvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rsvd8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ulp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_create_v1_s": {
      "size": 100,
      "fields": {
        "buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "dfd": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dim": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dnb": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 36
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "rqe_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "rsvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_create_v1_t": {
      "size": 100,
      "fields": {
        "buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "dfd": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dim": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dnb": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 36
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "rqe_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "rsvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_create_v2_s": {
      "size": 36,
      "fields": {
        "base_cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dfd": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dim": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dnb": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "hdr_buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 36
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "payload_buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "rq_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "rqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "rqe_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_create_v2_t": {
      "size": 36,
      "fields": {
        "base_cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dfd": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dim": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "dnb": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "hdr_buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 36
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "payload_buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "rq_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "rqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "rqe_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_destroy_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_rq_destroy_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "rq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_wq_create_s": {
      "size": 56,
      "fields": {
        "bqu": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "dua": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 20
        },
        "ulp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 53
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_wq_create_t": {
      "size": 56,
      "fields": {
        "bqu": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "dua": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 20
        },
        "ulp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 53
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_wq_create_v1_s": {
      "size": 92,
      "fields": {
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 28
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rsvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "wqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqe_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_wq_create_v1_t": {
      "size": 92,
      "fields": {
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "page_physical_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_physical_page_descriptor_t"
            }
          },
          "offset": 28
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rsvd6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "wqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqe_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_wq_destroy_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "wq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_fcoe_wq_destroy_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "wq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_hdr_s": {
      "size": 16,
      "fields": {
        "opcode": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "request_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "subsystem": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_req_hdr_t": {
      "size": 16,
      "fields": {
        "opcode": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "request_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "subsystem": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sli4_req_lowlevel_set_watchdog_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "watchdog_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_req_lowlevel_set_watchdog_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_req_hdr_t"
          },
          "offset": 0
        },
        "watchdog_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_requeue_xri_wqe_s": {
      "size": 64,
      "fields": {
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsvd8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_requeue_xri_wqe_t": {
      "size": 64,
      "fields": {
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsvd8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_create_queue_s": {
      "size": 28,
      "fields": {
        "db_fmt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "db_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "db_rs": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "q_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "ulp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_create_queue_set_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "num_q_allocated": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "q_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_create_queue_set_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "num_q_allocated": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        },
        "q_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_create_queue_t": {
      "size": 28,
      "fields": {
        "db_fmt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "db_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "db_rs": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "q_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "ulp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_active_profile_s": {
      "size": 20,
      "fields": {
        "active_profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "next_profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_active_profile_t": {
      "size": 20,
      "fields": {
        "active_profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "next_profile_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_cntl_addl_attributes_s": {
      "size": 628,
      "fields": {
        "driver_advanced_features_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ext_phy_crc_label": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 532
        },
        "ext_phy_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 372
        },
        "fc_efi_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 468
        },
        "fc_fcode_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 500
        },
        "fc_universal_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 404
        },
        "fc_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 436
        },
        "fcoe_default_wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 364
        },
        "fcoe_efi_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 108
        },
        "fcoe_fcode_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 140
        },
        "fcoe_universal_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "fcoe_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 76
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "ipl_file_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 540
        },
        "ipl_file_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ipl_file_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "iscsi_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 300
        },
        "on_die_temperature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "pxe_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 332
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "rsvd2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "rsvd3": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 556
        },
        "uefi_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 172
        },
        "uefi_fcode_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 236
        },
        "uefi_iscsi_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 268
        },
        "uefi_nic_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 204
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_cntl_addl_attributes_t": {
      "size": 628,
      "fields": {
        "driver_advanced_features_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ext_phy_crc_label": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 532
        },
        "ext_phy_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 372
        },
        "fc_efi_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 468
        },
        "fc_fcode_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 500
        },
        "fc_universal_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 404
        },
        "fc_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 436
        },
        "fcoe_default_wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 364
        },
        "fcoe_efi_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 108
        },
        "fcoe_fcode_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 140
        },
        "fcoe_universal_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 44
        },
        "fcoe_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 76
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "ipl_file_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 540
        },
        "ipl_file_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ipl_file_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "iscsi_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 300
        },
        "on_die_temperature": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "pxe_x86_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 332
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "rsvd1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "rsvd2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "rsvd3": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 556
        },
        "uefi_bios_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 172
        },
        "uefi_fcode_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 236
        },
        "uefi_iscsi_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 268
        },
        "uefi_nic_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 204
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_cntl_attributes_s": {
      "size": 504,
      "fields": {
        "asic_revision": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 438
        },
        "bios_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 304
        },
        "cache_valid": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 460
        },
        "default_extended_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "default_link_down_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 456
        },
        "description": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 144
        },
        "driver_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 368
        },
        "ep_firmware_data_structure_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "eprom_version_hi": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 85
        },
        "eprom_version_lo": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 84
        },
        "firmware_post_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "functionalities_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "fw_on_flash_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 400
        },
        "fw_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 272
        },
        "generational_guid0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 439
        },
        "generational_guid13": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 452
        },
        "generational_guid1_12": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "hba_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "hba_port_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 455
        },
        "hba_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 461
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "interface_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 487
        },
        "ip_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "iscsi_features": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 472
        },
        "iscsi_version_min_max": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 458
        },
        "manufacturer_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "max_cdb_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 436
        },
        "max_domains_supported": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 462
        },
        "mbx_data_structure_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "model_number": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "multifunctional_device": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 459
        },
        "ncsi_version_string": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "number_of_netfilters": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "pci_bus_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 484
        },
        "pci_device_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 478
        },
        "pci_device_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 485
        },
        "pci_function_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 486
        },
        "pci_sub_system_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 482
        },
        "pci_sub_vendor_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 480
        },
        "pci_vendor_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 476
        },
        "port_number": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 463
        },
        "port_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 463
        },
        "redboot_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 336
        },
        "rsvd121": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 473
        },
        "rsvd130": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 497
        },
        "serial_number": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "supported_modes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "unique_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_cntl_attributes_t": {
      "size": 504,
      "fields": {
        "asic_revision": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 438
        },
        "bios_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 304
        },
        "cache_valid": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 460
        },
        "default_extended_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "default_link_down_timeout": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 456
        },
        "description": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 144
        },
        "driver_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 368
        },
        "ep_firmware_data_structure_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "eprom_version_hi": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 85
        },
        "eprom_version_lo": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 84
        },
        "firmware_post_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "functionalities_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "fw_on_flash_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 400
        },
        "fw_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 272
        },
        "generational_guid0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 439
        },
        "generational_guid13": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 452
        },
        "generational_guid1_12": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 440
        },
        "hba_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "hba_port_count": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 455
        },
        "hba_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 461
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "interface_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 487
        },
        "ip_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 240
        },
        "iscsi_features": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 472
        },
        "iscsi_version_min_max": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 458
        },
        "manufacturer_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "max_cdb_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 436
        },
        "max_domains_supported": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 462
        },
        "mbx_data_structure_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "model_number": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "multifunctional_device": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 459
        },
        "ncsi_version_string": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "number_of_netfilters": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "pci_bus_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 484
        },
        "pci_device_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 478
        },
        "pci_device_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 485
        },
        "pci_function_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 486
        },
        "pci_sub_system_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 482
        },
        "pci_sub_vendor_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 480
        },
        "pci_vendor_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 476
        },
        "port_number": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 463
        },
        "port_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 463
        },
        "redboot_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 336
        },
        "rsvd121": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 473
        },
        "rsvd130": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 497
        },
        "serial_number": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 208
        },
        "supported_modes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "unique_identifier": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_port_name_s": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "port_name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_port_name_t": {
      "size": 20,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "port_name": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_profile_config_s": {
      "size": 20,
      "fields": {
        "desc": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_profile_config_t": {
      "size": 20,
      "fields": {
        "desc": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_profile_list_s": {
      "size": 20660,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "profile_descriptor": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_profile_descriptor_t"
            }
          },
          "offset": 20
        },
        "profile_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_profile_list_t": {
      "size": 20660,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "profile_descriptor": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_profile_descriptor_t"
            }
          },
          "offset": 20
        },
        "profile_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_reconfig_link_info_s": {
      "size": 384,
      "fields": {
        "active_link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "desc": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_link_config_descriptor_t"
            }
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "link_configuration_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "next_link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_reconfig_link_info_t": {
      "size": 384,
      "fields": {
        "active_link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "desc": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sli4_link_config_descriptor_t"
            }
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "link_configuration_descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "next_link_config_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_sli4_parameters_s": {
      "size": 112,
      "fields": {
        "agxf": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "areg": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "assi": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "boundary_4ga": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "chain_sge_initial_value_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "chain_sge_initial_value_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "cq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "cq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "cqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "cqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 35
        },
        "cqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "cqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "eq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "eq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "eqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "eqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "ext": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "fbrr": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "fcoe": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "frag_num_field_offset": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "frag_num_field_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 98
        },
        "ft": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "hdrr": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "if_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "ipr": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "lc": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "loopback_scope": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "max_rq_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "min_rq_buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 76
        },
        "mq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "mq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "mqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "mqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "mqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "oas": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "phoff": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "phon": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "phwq": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "physical_rpi_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 86
        },
        "physical_vfi_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 90
        },
        "physical_vpi_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "physical_xri_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 84
        },
        "protocol_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "rq_db_window": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 63
        },
        "rq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "rq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 58
        },
        "rqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "rqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 59
        },
        "rqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 57
        },
        "rqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 57
        },
        "rsvd19": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rxc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "rxri": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "sge_supported_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sgl_index_field_offset": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        },
        "sgl_index_field_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 102
        },
        "sgl_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "sgl_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 73
        },
        "sgl_pp_align": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 74
        },
        "sglc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "sglr": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "sli_family": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "sli_hint_1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "sli_hint_2": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "sli_revision": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "tcca": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "terp": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "timm": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "trir": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "trty": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "tsmm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "wq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "wq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "wqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "wqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "wqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 49
        },
        "wqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_get_sli4_parameters_t": {
      "size": 112,
      "fields": {
        "agxf": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "areg": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "assi": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "boundary_4ga": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "chain_sge_initial_value_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "chain_sge_initial_value_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "cq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "cq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 34
        },
        "cqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "cqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 35
        },
        "cqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "cqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 33
        },
        "eq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "eq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "eqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27
        },
        "eqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "ext": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "fbrr": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "fcoe": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "frag_num_field_offset": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "frag_num_field_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 98
        },
        "ft": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "hdrr": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "if_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "ipr": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "lc": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "loopback_scope": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "max_rq_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "min_rq_buffer_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 76
        },
        "mq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "mq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "mqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "mqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "mqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "oas": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 67
        },
        "phoff": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "phon": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "phwq": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "physical_rpi_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 86
        },
        "physical_vfi_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 90
        },
        "physical_vpi_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "physical_xri_max": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 84
        },
        "protocol_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "rq_db_window": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 63
        },
        "rq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "rq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 58
        },
        "rqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "rqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 59
        },
        "rqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 57
        },
        "rqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 57
        },
        "rsvd19": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rxc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "rxri": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "sge_supported_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sgl_index_field_offset": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        },
        "sgl_index_field_size": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 102
        },
        "sgl_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "sgl_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 73
        },
        "sgl_pp_align": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 74
        },
        "sglc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "sglr": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "sli_family": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "sli_hint_1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "sli_hint_2": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "sli_revision": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "tcca": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "terp": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "timm": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "trir": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "trty": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "tsmm": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 65
        },
        "wq_page_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "wq_page_sizes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        },
        "wqe_count_mask": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "wqe_count_method": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "wqe_sizes": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 49
        },
        "wqv": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_query_fw_config_s": {
      "size": 172,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "config_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "function_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "function_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "physical_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ulp0_cq_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ulp0_cq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ulp0_eq_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "ulp0_eq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ulp0_iscsi_chain_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "ulp0_iscsi_chain_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ulp0_iscsi_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ulp0_iscsi_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ulp0_lro_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ulp0_lro_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ulp0_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ulp0_nic_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ulp0_nic_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ulp0_toe_defrq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ulp0_toe_defrqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ulp0_toe_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ulp0_toe_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ulp0_toe_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ulp0_toe_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ulp1_iscsi_chain_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "ulp1_iscsi_chain_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "ulp1_iscsi_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "ulp1_iscsi_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "ulp1_lro_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "ulp1_lro_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "ulp1_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ulp1_nic_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ulp1_nic_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ulp1_toe_defrq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "ulp1_toe_defrqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "ulp1_toe_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ulp1_toe_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ulp1_toe_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "ulp1_toe_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_query_fw_config_t": {
      "size": 172,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "config_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "function_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "function_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "physical_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ulp0_cq_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ulp0_cq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "ulp0_eq_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "ulp0_eq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "ulp0_iscsi_chain_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "ulp0_iscsi_chain_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "ulp0_iscsi_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ulp0_iscsi_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ulp0_lro_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ulp0_lro_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ulp0_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ulp0_nic_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ulp0_nic_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ulp0_toe_defrq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ulp0_toe_defrqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ulp0_toe_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ulp0_toe_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ulp0_toe_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ulp0_toe_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ulp1_iscsi_chain_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "ulp1_iscsi_chain_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "ulp1_iscsi_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "ulp1_iscsi_icd_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "ulp1_lro_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "ulp1_lro_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "ulp1_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ulp1_nic_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ulp1_nic_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ulp1_toe_defrq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "ulp1_toe_defrqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "ulp1_toe_rq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ulp1_toe_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "ulp1_toe_wq_total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "ulp1_toe_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_read_object_s": {
      "size": 24,
      "fields": {
        "actual_read_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "eof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "resv": {
          "type": {
            "bit_length": 31,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_read_object_t": {
      "size": 24,
      "fields": {
        "actual_read_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "eof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "resv": {
          "type": {
            "bit_length": 31,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_read_transceiver_data_s": {
      "size": 280,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "page_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "page_data_2": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "page_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_read_transceiver_data_t": {
      "size": 280,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "page_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "page_data_2": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "page_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_set_dump_location_s": {
      "size": 20,
      "fields": {
        "buffer_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_set_dump_location_t": {
      "size": 20,
      "fields": {
        "buffer_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_write_object_s": {
      "size": 24,
      "fields": {
        "actual_write_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "change_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_res_common_write_object_t": {
      "size": 24,
      "fields": {
        "actual_write_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "change_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sli4_res_dmtf_exec_clp_cmd_s": {
      "size": 48,
      "fields": {
        "clp_detailed_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "clp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "resp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_dmtf_exec_clp_cmd_t": {
      "size": 48,
      "fields": {
        "clp_detailed_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "clp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "resp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_fcoe_read_fcf_table_s": {
      "size": 580,
      "fields": {
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fcf_entry": {
          "type": {
            "kind": "struct",
            "name": "sli4_fcf_entry_t"
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "next_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_fcoe_read_fcf_table_t": {
      "size": 580,
      "fields": {
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fcf_entry": {
          "type": {
            "kind": "struct",
            "name": "sli4_fcf_entry_t"
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_res_hdr_t"
          },
          "offset": 0
        },
        "next_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sli4_res_hdr_s": {
      "size": 16,
      "fields": {
        "actual_response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "additional_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "subsystem": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "sli4_res_hdr_t": {
      "size": 16,
      "fields": {
        "actual_response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "additional_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "subsystem": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "sli4_res_read_config_s": {
      "size": 256,
      "fields": {
        "cq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 74
        },
        "e_d_tov": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "eq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 70
        },
        "ext": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "fcfi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "lmt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "pad": {
          "type": {
            "count": 45,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 76
        },
        "pt": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ptv": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "r_a_tov": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "rpi_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "rpi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 54
        },
        "rq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 68
        },
        "rsvd10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rsvd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsvd7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rsvd8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "topology": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vfi_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "vfi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 62
        },
        "vpi_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "vpi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 58
        },
        "wq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "xri_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "xri_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "sli4_res_read_config_t": {
      "size": 256,
      "fields": {
        "cq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 74
        },
        "e_d_tov": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "eq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 70
        },
        "ext": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "fcfi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 66
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "sli4_mbox_command_header_t"
          },
          "offset": 0
        },
        "lmt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "pad": {
          "type": {
            "count": 45,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 76
        },
        "pt": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ptv": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "r_a_tov": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "rpi_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "rpi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 54
        },
        "rq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 68
        },
        "rsvd10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rsvd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsvd7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rsvd8": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tf": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "topology": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vfi_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "vfi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 62
        },
        "vpi_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "vpi_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 58
        },
        "wq_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "xri_base": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "xri_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "sli4_resource_descriptor_v1_s": {
      "size": 4,
      "fields": {
        "descriptor_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "descriptor_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "type_specific": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_resource_descriptor_v1_t": {
      "size": 4,
      "fields": {
        "descriptor_length": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "descriptor_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "type_specific": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_s": {
      "size": 680,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bf4acc29759a1a72"
          },
          "offset": 28
        },
        "asic_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3af1f3c6ffe43672"
          },
          "offset": 24
        },
        "bmbx": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 552
        },
        "bmbx_non_emb_pmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 608
        },
        "config": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bd47989dc76a0867"
          },
          "offset": 40
        },
        "fip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 536
        },
        "fip_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 544
        },
        "if_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "link_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 528
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "physical_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "port_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0abbb4f386a8599f"
          },
          "offset": 8
        },
        "sli_family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sli_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vpd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2d37c704ff7e1dd9"
          },
          "offset": 616
        }
      },
      "kind": "struct"
    },
    "sli4_send_frame_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "eof": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "fc_header_0_1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fc_header_2_5": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "frame_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "lenloc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "sof": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_send_frame_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "eof": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "fc_header_0_1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "fc_header_2_5": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "frame_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "lenloc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "sof": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 39
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wchn": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_sge_s": {
      "size": 16,
      "fields": {
        "buffer_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buffer_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data_offset": {
          "type": {
            "bit_length": 27,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "sli4_sge_t": {
      "size": 16,
      "fields": {
        "buffer_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "buffer_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "data_offset": {
          "type": {
            "bit_length": 27,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "last": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "sge_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "sli4_sgl_chaining_params_s": {
      "size": 32,
      "fields": {
        "chain_sge_initial_value_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "chain_sge_initial_value_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "chaining_capable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "frag_num_field_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "frag_num_field_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sgl_index_field_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sgl_index_field_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_sgl_chaining_params_t": {
      "size": 32,
      "fields": {
        "chain_sge_initial_value_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "chain_sge_initial_value_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "chaining_capable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "frag_num_field_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "frag_num_field_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sgl_index_field_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sgl_index_field_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sli4_sli_config_pmd_s": {
      "size": 12,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_sli_config_pmd_t": {
      "size": 12,
      "fields": {
        "address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli4_t": {
      "size": 680,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bf4acc29759a1a72"
          },
          "offset": 28
        },
        "asic_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3af1f3c6ffe43672"
          },
          "offset": 24
        },
        "bmbx": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 552
        },
        "bmbx_non_emb_pmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 608
        },
        "config": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bd47989dc76a0867"
          },
          "offset": 40
        },
        "fip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 536
        },
        "fip_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 544
        },
        "if_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "link_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 528
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "physical_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "port_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0abbb4f386a8599f"
          },
          "offset": 8
        },
        "sli_family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sli_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vpd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2d37c704ff7e1dd9"
          },
          "offset": 616
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_bcast64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "r_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sequence_payload": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "sequence_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_bcast64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "r_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sequence_payload": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "sequence_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_bls_rsp_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "high_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "local_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "low_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "payload_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xo": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_bls_rsp_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ar": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "high_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "local_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "low_seq_cnt": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "payload_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xo": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_els_rsp64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "els_response_payload": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "els_response_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "s_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_els_rsp64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "els_response_payload": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "els_response_payload_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ox_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "remote_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "s_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "temporary_rpi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_sequence64_wqe_s": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ft": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ls": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "r_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sequence_payload_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "si": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xo": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli4_xmit_sequence64_wqe_t": {
      "size": 64,
      "fields": {
        "abort_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "bde": {
          "type": {
            "kind": "struct",
            "name": "sli4_bde_t"
          },
          "offset": 0
        },
        "bs": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "ccp": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "ccpe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "cmd_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "command": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 29
        },
        "context_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "dbde": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "df_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "dif": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "eat": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "ebde_cnt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ft": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "iod": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "len_loc": {
          "type": {
            "bit_length": 2,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ls": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "pri": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "pu": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 30
        },
        "pv": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "qosd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "r_ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 23
        },
        "relative_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "remote_n_port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "remote_xid": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 38
        },
        "request_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "rsvd13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rsvd14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rsvd15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sequence_payload_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "si": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "sr": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "timer": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 31
        },
        "type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "wqec": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "wqes": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xbl": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 41
        },
        "xc": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "xo": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sli_bls_payload_s": {
      "size": 20,
      "fields": {
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d2640ad644792d3a"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_6ea5f840a2c3d6d8"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sli_bls_payload_t": {
      "size": 20,
      "fields": {
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d2640ad644792d3a"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_6ea5f840a2c3d6d8"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "slowprothdr": {
      "size": 2,
      "fields": {
        "sph_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sph_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "sm_name": {
      "size": 8,
      "fields": {
        "mon_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sm_stat": {
      "size": 4,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sm_stat_res": {
      "size": 8,
      "fields": {
        "res_stat": {
          "type": {
            "kind": "enum",
            "name": "sm_res"
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sm_status": {
      "size": 32,
      "fields": {
        "mon_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "priv": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "smb": {
      "size": 196,
      "fields": {
        "rx_alignerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_fragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_pkts_filtered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_rrs_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_bcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_desc_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "tx_excess_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_excess_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_mcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_pkts_truncated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        }
      },
      "kind": "struct"
    },
    "smbios_eps": {
      "size": 31,
      "fields": {
        "BCD_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "anchor_string": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "entry_point_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "formatted_area": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "intermediate_anchor_string": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "intermediate_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "major_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "maximum_structure_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "minor_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "number_structures": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "structure_table_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "structure_table_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "smbios_softc": {
      "size": 32,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "eps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smbios_eps"
            }
          },
          "offset": 24
        },
        "res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "smoother": {
      "size": 120,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "avg_dx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "avg_dy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "is_fuzzy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "queue": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "synapticspacket_t"
            }
          },
          "offset": 0
        },
        "queue_cursor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "queue_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "squelch_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "squelch_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "start_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "start_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "smoother_t": {
      "size": 120,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "avg_dx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "avg_dy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "is_fuzzy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "queue": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "synapticspacket_t"
            }
          },
          "offset": 0
        },
        "queue_cursor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "queue_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "squelch_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "squelch_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "start_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "start_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "smp_cmd_table_entry": {
      "size": 16,
      "fields": {
        "cmd_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "smp_discover_request": {
      "size": 16,
      "fields": {
        "crc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ignore_zone_group": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "request_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "smp_error_table_entry": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "function_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "smp_phy_control_request": {
      "size": 44,
      "fields": {
        "attached_device_name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "config_bits0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "crc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "expected_exp_chg_cnt": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "phy_operation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "pp_timeout_value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "prog_max_phys_link_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "prog_min_phys_link_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "request_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved1": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 37
        },
        "response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "update_pp_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "smp_rendezvous_cpus_retry_arg": {
      "size": 128,
      "fields": {
        "cpus": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "smp_report_general_request": {
      "size": 8,
      "fields": {
        "crc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "request_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "smp_report_general_response": {
      "size": 76,
      "fields": {
        "active_zm_address": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "config_bits0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "config_bits1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "config_bits2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 37
        },
        "crc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 72
        },
        "encl_logical_id": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "expander_change_count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "expander_route_indexes": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "first_encl_conn_el_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "function_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "initial_time_to_reduced_func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "last_phy_evl_desc_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "last_sc_stat_desc_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "long_response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "max_num_routed_addrs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "max_reduced_func_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "max_sc_stat_descs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 62
        },
        "max_stored_pel_descs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 66
        },
        "num_encl_conn_el_indexes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "num_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "reduced_functionality": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "reserved1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "reserved6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 70
        },
        "response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "stp_bus_inact_time_limit": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "stp_max_conn_time_limit": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "stp_reject_to_open_limit": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "stp_smp_it_nexus_loss_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        },
        "time_to_reduced_func": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "zone_lock_inact_time_limit": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "smp_report_manuf_info_request": {
      "size": 8,
      "fields": {
        "crc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "request_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "smp_report_manuf_info_response": {
      "size": 64,
      "fields": {
        "comp_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "comp_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "comp_vendor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "crc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "expander_change_count": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "frame_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "function_result": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "product": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "revision": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "sas_11_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "vendor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "vendor_specific": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "smr": {
      "size": 32,
      "fields": {
        "c_deferred": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "c_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "c_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "c_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "c_shared": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smr_shared"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "smr_pctnode_t": {
      "size": 8,
      "fields": {
        "__ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pctrie_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "smr_shared": {
      "size": 24,
      "fields": {
        "s_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "s_rd_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "s_wr": {
          "type": {
            "kind": "union",
            "name": "s_wr"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "smrnode_t": {
      "size": 8,
      "fields": {
        "__ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_radix_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "smrpwd_t": {
      "size": 8,
      "fields": {
        "__ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pwd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "smt_data": {
      "size": 40,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        },
        "smt_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "smtab": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "smt_entry"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "smt_entry": {
      "size": 64,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "iqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 32
        },
        "pfvf": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "smac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "wrq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_wrq"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "snapdata": {
      "size": 88,
      "fields": {
        "sn_blklist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 40
        },
        "sn_head": {
          "type": {
            "kind": "struct",
            "name": "snaphead"
          },
          "offset": 16
        },
        "sn_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_710996148713c633"
          },
          "offset": 0
        },
        "sn_listsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "sn_lock": {
          "type": {
            "kind": "struct",
            "name": "lock"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "snaphead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inode"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inode"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "snd_capabilities": {
      "size": 56,
      "fields": {
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "formats": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "inputs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "left": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "mixers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rate_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rate_min": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "right": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "snd_chan_param": {
      "size": 32,
      "fields": {
        "play_format": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "play_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rec_format": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rec_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "snd_clone": {
      "size": 56,
      "fields": {
        "deadline": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "link_head"
          },
          "offset": 0
        },
        "maxunit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tsp": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "typemask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "snd_clone_entry": {
      "size": 64,
      "fields": {
        "devt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af356afc2ded6fd5"
          },
          "offset": 0
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_clone"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "tsp": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "snd_dbuf": {
      "size": 280,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "allocsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "bps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "buf_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 224
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "dl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dmachan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "dmaflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 120
        },
        "dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 128
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "fmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "hp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 232
        },
        "prev_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "rp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "sel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 152
        },
        "shadbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tmpbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "xrun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "snd_midi": {
      "size": 376,
      "fields": {
        "async": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 328
        },
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 336
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "hiwat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "inq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_44cb4b81535cfe19"
          },
          "offset": 112
        },
        "inq_left": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "inq_state": {
          "type": {
            "kind": "enum",
            "name": "midi_states"
          },
          "offset": 316
        },
        "inq_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f9b1eeaa277ee088"
          },
          "offset": 360
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "outq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_44cb4b81535cfe19"
          },
          "offset": 136
        },
        "qlock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80
        },
        "rchan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "rsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 168
        },
        "synth": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "synth_midi"
            }
          },
          "offset": 344
        },
        "synth_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "wchan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "wsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "snd_mixer": {
      "size": 3936,
      "fields": {
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "child": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 216
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 32
        },
        "devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "devs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "enuminfo": {
          "type": {
            "kind": "struct",
            "name": "oss_mixer_enuminfo"
          },
          "offset": 400
        },
        "hwvol_mixer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "hwvol_step": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "level": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 56
        },
        "level_muted": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 120
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 392
        },
        "modify_counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 3928
        },
        "mutedevs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 376
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "parent": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 184
        },
        "realdev": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 344
        },
        "recdevs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "recsrc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "snd_size": {
      "size": 8,
      "fields": {
        "play_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rec_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "snd_sync_parm": {
      "size": 16,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sndcard_func": {
      "size": 16,
      "fields": {
        "func": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "varinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "snddev_info": {
      "size": 264,
      "fields": {
        "bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "channels": {
          "type": {
            "kind": "struct",
            "name": "unnamed_19bbc69d593d3500"
          },
          "offset": 0
        },
        "clones": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_clone"
            }
          },
          "offset": 40
        },
        "cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 248
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 88
        },
        "devcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "devinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "dsp_cdevinfo_pool": {
          "type": {
            "kind": "struct",
            "name": "dsp_cdevinfo_linkhead"
          },
          "offset": 24
        },
        "eqpreamp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "inprog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 160
        },
        "mixer_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 168
        },
        "play_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 200
        },
        "play_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 232
        },
        "playcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "pvchancount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "pvchanformat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "pvchanrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "rec_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 216
        },
        "rec_sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 240
        },
        "reccount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rvchancount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rvchanformat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "rvchanrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "status": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "sndstat_entry": {
      "size": 48,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_72f1a7377951bfba"
          },
          "offset": 0
        },
        "str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "sndstat_file": {
      "size": 168,
      "fields": {
        "devs_nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "devs_nvlbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fcd2d97e0889246d"
          },
          "offset": 0
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "in_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 88
        },
        "out_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "sbuf": {
          "type": {
            "kind": "struct",
            "name": "sbuf"
          },
          "offset": 16
        },
        "userdev_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_398762abf15c3e1c"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "sndstat_userdev": {
      "size": 104,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "devnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "info_play": {
          "type": {
            "kind": "struct",
            "name": "unnamed_27b3041f53249237"
          },
          "offset": 56
        },
        "info_rec": {
          "type": {
            "kind": "struct",
            "name": "unnamed_27b3041f53249237"
          },
          "offset": 76
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e9ce141dd60a73e0"
          },
          "offset": 0
        },
        "nameunit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "pchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "provider_nvl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvlist_t"
            }
          },
          "offset": 96
        },
        "rchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "sndstioc_nv_arg": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sndstioc_nv_arg32": {
      "size": 8,
      "fields": {
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "snprintf_arg": {
      "size": 16,
      "fields": {
        "remain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sns_ga_nxt_rsp_t": {
      "size": 620,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_fc4_types": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 576
        },
        "snscb_fpname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 608
        },
        "snscb_hardaddr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 617
        },
        "snscb_ipaddr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 556
        },
        "snscb_ipassoc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 548
        },
        "snscb_nname": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 293
        },
        "snscb_nnlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "snscb_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 284
        },
        "snscb_pname": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "snscb_pnlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "snscb_port_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "snscb_port_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "snscb_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "snscb_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 616
        },
        "snscb_svc_class": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 572
        }
      },
      "kind": "struct"
    },
    "sns_gff_id_rsp_t": {
      "size": 144,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_fc4_features": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sns_gft_id_rsp_t": {
      "size": 48,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_fc4_types": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sns_gid_ft_req_t": {
      "size": 28,
      "fields": {
        "snscb_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "snscb_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "snscb_fc4_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "snscb_mword_div_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "snscb_rblen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "snscb_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "snscb_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "snscb_reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "snscb_sblen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sns_gid_xx_rsp_t": {
      "size": 20,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_ports": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_ea2b1e388b8d4e29"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sns_gxn_id_rsp_t": {
      "size": 24,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_wwn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sock_timestamp_info": {
      "size": 64,
      "fields": {
        "st_info_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_info_pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "st_info_rsv": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sockaddr": {
      "size": 16,
      "fields": {
        "sa_data": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "sa_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sa_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sockaddr_dl": {
      "size": 54,
      "fields": {
        "sdl_alen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sdl_data": {
          "type": {
            "count": 46,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sdl_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sdl_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sdl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sdl_nlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sdl_slen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sdl_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sockaddr_dl_short": {
      "size": 16,
      "fields": {
        "sdl_alen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "sdl_data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sdl_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sdl_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sdl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sdl_nlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "sdl_slen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "sdl_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sockaddr_hvs": {
      "size": 20,
      "fields": {
        "hvs_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hvs_zero": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sa_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sa_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sockaddr_in": {
      "size": 16,
      "fields": {
        "sin_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "sin_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sin_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sin_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sin_zero": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sockaddr_in6": {
      "size": 28,
      "fields": {
        "sin6_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 8
        },
        "sin6_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sin6_flowinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sin6_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sin6_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sin6_scope_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sockaddr_ng": {
      "size": 16,
      "fields": {
        "sg_data": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "sg_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sockaddr_nl": {
      "size": 12,
      "fields": {
        "nl_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nl_groups": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "nl_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "nl_pid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sockaddr_storage": {
      "size": 128,
      "fields": {
        "__ss_align": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "__ss_pad1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        },
        "__ss_pad2": {
          "type": {
            "count": 112,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ss_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ss_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sockaddr_un": {
      "size": 106,
      "fields": {
        "sun_family": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "sun_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sun_path": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sockaddr_union": {
      "size": 28,
      "fields": {
        "sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "sin": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 0
        },
        "sin6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sockbuf": {
      "size": 208,
      "fields": {
        "sb_acc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sb_aiojobq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_96c40e78a0f920a8"
          },
          "offset": 64
        },
        "sb_aiotask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 80
        },
        "sb_ccc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sb_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sb_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        },
        "sb_hiwat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sb_lowat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sb_mbcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sb_mbmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sb_sel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selinfo"
            }
          },
          "offset": 0
        },
        "sb_state": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "sb_timeo": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "sb_upcall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "sb_upcallarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_0a97b97ab08c312c"
          },
          "offset": 112,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "sockcred": {
      "size": 24,
      "fields": {
        "sc_egid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sc_euid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sc_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc_groups": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "sc_ngroups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sc_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sockcred2": {
      "size": 32,
      "fields": {
        "sc_egid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sc_euid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sc_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sc_groups": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "sc_ngroups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sc_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sc_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "socket": {
      "size": 960,
      "fields": {
        "osd": {
          "type": {
            "kind": "struct",
            "name": "osd"
          },
          "offset": 272
        },
        "so_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "so_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 232
        },
        "so_dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "so_emuldata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 256
        },
        "so_error": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 220
        },
        "so_fibnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "so_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "so_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 240
        },
        "so_linger": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 216
        },
        "so_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "so_max_pacing_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "so_options": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "so_pcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 192
        },
        "so_proto": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "protosw"
            }
          },
          "offset": 208
        },
        "so_rcv_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 416
        },
        "so_rcv_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 384
        },
        "so_rdsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 40
        },
        "so_rerror": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 222
        },
        "so_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 224
        },
        "so_snd_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 352
        },
        "so_snd_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 320
        },
        "so_state": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 190
        },
        "so_timeo": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 218
        },
        "so_ts_clock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "so_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 188
        },
        "so_user_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "so_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 200
        },
        "so_wrsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 112
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_95a8a1fcee154b7e"
          },
          "offset": 448,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "socket_args": {
      "size": 24,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "domain_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "domain_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "protocol_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "protocol_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "socket_au_info": {
      "size": 24,
      "fields": {
        "so_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "so_laddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "so_lport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "so_protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "so_raddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "so_rport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "so_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "socket_hhook_data": {
      "size": 32,
      "fields": {
        "hctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "socketpair_args": {
      "size": 32,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "domain_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "domain_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "protocol_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "protocol_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "rsv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "rsv_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "rsv_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sockopt": {
      "size": 40,
      "fields": {
        "sopt_dir": {
          "type": {
            "kind": "enum",
            "name": "sopt_dir"
          },
          "offset": 0
        },
        "sopt_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sopt_name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sopt_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "sopt_val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "sopt_valsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sockopt_parameters": {
      "size": 64,
      "fields": {
        "sop_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "sop_inc": {
          "type": {
            "kind": "struct",
            "name": "in_conninfo"
          },
          "offset": 0
        },
        "sop_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sop_optname": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "sop_optval": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "sockunion": {
      "size": 128,
      "fields": {
        "sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "sdl": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 0
        },
        "sin6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "ss": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "sockunion_t": {
      "size": 128,
      "fields": {
        "sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "sdl": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 0
        },
        "sin6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "ss": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "soft_segment_descriptor": {
      "size": 18,
      "fields": {
        "ssd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ssd_def32": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 17
        },
        "ssd_dpl": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "ssd_gran": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 17
        },
        "ssd_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ssd_long": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 17
        },
        "ssd_p": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "ssd_type": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "softc_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_softc_list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sortedSymbol_t": {
      "size": 1,
      "fields": {
        "symbol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sources_head": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "random_sources"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "spacectl_range": {
      "size": 16,
      "fields": {
        "r_len": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "r_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sparse_vector_s": {
      "size": 24,
      "fields": {
        "array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "max_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "spdcache_entry": {
      "size": 88,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5074b94f5a9b65e2"
          },
          "offset": 72
        },
        "sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 64
        },
        "spidx": {
          "type": {
            "kind": "struct",
            "name": "secpolicyindex"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "spdcache_entry_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "spdcache_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "spe_hdr_t": {
      "size": 8,
      "fields": {
        "conn_and_cmd_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "specialfd_eventfd": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "initval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "spglist": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "spinlock_t": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "mtx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "splash_decoder_t": {
      "size": 56,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "data_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "splash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "spurChanStruct": {
      "size": 4,
      "fields": {
        "spurChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "spurRangeHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "spurRangeLow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "srcaddrtab": {
      "size": 32,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_29f02db26fc44be3"
          },
          "offset": 0
        },
        "srcaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "srcaddrtab_head": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "srcaddrtab"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "srcu_struct": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "ss_fb": {
      "size": 24,
      "fields": {
        "next_spoke": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65d46faca24b2f36"
          },
          "offset": 0
        },
        "rounds": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ss_prio": {
      "size": 24,
      "fields": {
        "next_spoke": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65d46faca24b2f36"
          },
          "offset": 0
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ss_rr": {
      "size": 16,
      "fields": {
        "next_spoke": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65d46faca24b2f36"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sseg_closure": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sstk_args": {
      "size": 8,
      "fields": {
        "incr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "incr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "incr_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sta_entry": {
      "size": 384,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_scan_entry"
          },
          "offset": 0
        },
        "se_avgrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "se_countrygen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "se_fails": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 344
        },
        "se_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 347
        },
        "se_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24f5460658520890"
          },
          "offset": 328
        },
        "se_lastassoc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "se_lastfail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "se_lastupdate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "se_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7cf447b1329eeb90"
          },
          "offset": 312
        },
        "se_notseen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 346
        },
        "se_scangen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "se_seen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 345
        }
      },
      "kind": "struct"
    },
    "sta_table": {
      "size": 1376,
      "fields": {
        "st_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_74cc4145d8c6a17e"
          },
          "offset": 32
        },
        "st_hash": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_1671a10a39d1a06f"
            }
          },
          "offset": 48
        },
        "st_lock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_scan_table_lock_t"
          },
          "offset": 0
        },
        "st_maxrssi": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 348
        },
        "st_newscan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "st_scangen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "st_scaniter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "st_scanlock": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_scan_iter_lock_t"
          },
          "offset": 304
        }
      },
      "kind": "struct"
    },
    "stack": {
      "size": 152,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pcs": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "stack_t": {
      "size": 24,
      "fields": {
        "ss_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ss_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ss_sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stainforeq": {
      "size": 16,
      "fields": {
        "si": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211req_sta_info"
            }
          },
          "offset": 0
        },
        "space": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "stat": {
      "size": 224,
      "fields": {
        "st_atim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 48
        },
        "st_birthtim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 96
        },
        "st_blksize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "st_blocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "st_ctim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 80
        },
        "st_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "st_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "st_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "st_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "st_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "st_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "st_mtim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 64
        },
        "st_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "st_padding0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 26
        },
        "st_padding1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "st_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "st_spare": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "st_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "stat32": {
      "size": 208,
      "fields": {
        "st_atim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 52
        },
        "st_atim_ext": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "st_birthtim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 88
        },
        "st_blksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "st_blocks": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "st_btim_ext": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "st_ctim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 76
        },
        "st_ctim_ext": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "st_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "st_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "st_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "st_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "st_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "st_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "st_mtim": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 64
        },
        "st_mtim_ext": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "st_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "st_padding0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "st_padding1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "st_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "st_spare": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "st_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "stat_chge": {
      "size": 16,
      "fields": {
        "mon_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "statfs": {
      "size": 2344,
      "fields": {
        "f_asyncreads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "f_asyncwrites": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "f_bavail": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "f_bfree": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "f_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "f_bsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "f_charspare": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "f_ffree": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "f_files": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "f_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "f_fsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 192
        },
        "f_fstypename": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 280
        },
        "f_iosize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "f_mntfromname": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 296
        },
        "f_mntonname": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1320
        },
        "f_namemax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "f_nvnodelistsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "f_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "f_spare": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 112
        },
        "f_spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "f_syncreads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "f_syncwrites": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "f_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "f_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "statfs_args": {
      "size": 16,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statfs"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "static_tree_desc": {
      "size": 32,
      "fields": {
        "elems": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "extra_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "extra_bits": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "max_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "static_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ct_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "static_tree_desc_s": {
      "size": 32,
      "fields": {
        "elems": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "extra_base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "extra_bits": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "max_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "static_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ct_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "station_del_parameters": {
      "size": 16,
      "fields": {
        "mac": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reason_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "station_info": {
      "size": 216,
      "fields": {
        "assoc_req_ies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 88
        },
        "assoc_req_ies_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "bss_param": {
          "type": {
            "kind": "struct",
            "name": "cfg80211_ibss_params"
          },
          "offset": 120
        },
        "chain_signal": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 76
        },
        "chain_signal_avg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "chains": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "connected_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "filled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "inactive_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rx_beacon": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "rx_beacon_signal_avg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rx_dropped_misc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "rx_duration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "rx_packets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rxrate": {
          "type": {
            "kind": "struct",
            "name": "rate_info"
          },
          "offset": 96
        },
        "signal": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "signal_avg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "sta_flags": {
          "type": {
            "kind": "struct",
            "name": "nl80211_sta_flag_update"
          },
          "offset": 208
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "tx_duration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "tx_failed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tx_retries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "txrate": {
          "type": {
            "kind": "struct",
            "name": "rate_info"
          },
          "offset": 106
        }
      },
      "kind": "struct"
    },
    "station_parameters": {
      "size": 8,
      "fields": {
        "sta_flags_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sta_flags_set": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "statistics_block": {
      "size": 320,
      "fields": {
        "stat_CatchupInFTQDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "stat_CatchupInMBUFDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "stat_CatchupInRuleCheckerDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "stat_CatchupInRuleCheckerP4Hit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "stat_Dot3StatsAlignmentErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "stat_Dot3StatsCarrierSenseErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "stat_Dot3StatsDeferredTransmissions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "stat_Dot3StatsExcessiveCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "stat_Dot3StatsFCSErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "stat_Dot3StatsLateCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "stat_Dot3StatsMultipleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "stat_Dot3StatsSingleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "stat_EtherStatsCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "stat_EtherStatsFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "stat_EtherStatsJabbers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "stat_EtherStatsOversizePkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "stat_EtherStatsPktsRx1024Octetsto1522Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "stat_EtherStatsPktsRx128Octetsto255Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "stat_EtherStatsPktsRx1523Octetsto9022Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "stat_EtherStatsPktsRx256Octetsto511Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "stat_EtherStatsPktsRx512Octetsto1023Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "stat_EtherStatsPktsRx64Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "stat_EtherStatsPktsRx65Octetsto127Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "stat_EtherStatsPktsTx1024Octetsto1522Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "stat_EtherStatsPktsTx128Octetsto255Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "stat_EtherStatsPktsTx1523Octetsto9022Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "stat_EtherStatsPktsTx256Octetsto511Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "stat_EtherStatsPktsTx512Octetsto1023Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "stat_EtherStatsPktsTx64Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "stat_EtherStatsPktsTx65Octetsto127Octets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "stat_EtherStatsUndersizePkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "stat_FlowControlDone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "stat_GenStat00": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "stat_GenStat01": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "stat_GenStat02": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "stat_GenStat03": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "stat_GenStat04": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "stat_GenStat05": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "stat_GenStat06": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "stat_GenStat07": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "stat_GenStat08": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "stat_GenStat09": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "stat_GenStat10": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "stat_GenStat11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "stat_GenStat12": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "stat_GenStat13": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "stat_GenStat14": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "stat_GenStat15": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "stat_IfHCInBadOctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "stat_IfHCInBadOctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "stat_IfHCInBroadcastPkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "stat_IfHCInBroadcastPkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "stat_IfHCInMulticastPkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "stat_IfHCInMulticastPkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "stat_IfHCInOctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "stat_IfHCInOctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "stat_IfHCInUcastPkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "stat_IfHCInUcastPkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "stat_IfHCOutBadOctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stat_IfHCOutBadOctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "stat_IfHCOutBroadcastPkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "stat_IfHCOutBroadcastPkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "stat_IfHCOutMulticastPkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "stat_IfHCOutMulticastPkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "stat_IfHCOutOctets_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "stat_IfHCOutOctets_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "stat_IfHCOutUcastPkts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "stat_IfHCOutUcastPkts_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "stat_IfInFTQDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "stat_IfInFramesL2FilterDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "stat_IfInMBUFDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "stat_IfInRuleCheckerDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "stat_IfInRuleCheckerP4Hit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "stat_MacControlFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "stat_OutXoffSent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "stat_OutXonSent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "stat_XoffPauseFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "stat_XoffStateEntered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "stat_XonPauseFramesReceived": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "stat_emac_tx_stat_dot3statsinternalmactransmiterrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "stats_counter": {
      "size": 32,
      "fields": {
        "cstats_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tstats_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ustats_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "xstats_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stats_query_entry": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        },
        "funcID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "kind": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "stats_query_header": {
      "size": 16,
      "fields": {
        "cmd_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drv_stats_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "stats_counters_addrs": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "statsblob": {
      "size": 8,
      "fields": {
        "abi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cursz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "endian": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "maxsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "opaque": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "statspage": {
      "size": 32,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7607b8178719b51a"
          },
          "offset": 0
        },
        "nfree": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "status_block": {
      "size": 56,
      "fields": {
        "status_attn_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status_attn_bits_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status_cmd_consumer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "status_completion_producer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "status_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "status_rx_quick_consumer_index0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "status_rx_quick_consumer_index1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "status_rx_quick_consumer_index10": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "status_rx_quick_consumer_index11": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "status_rx_quick_consumer_index12": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "status_rx_quick_consumer_index13": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "status_rx_quick_consumer_index14": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "status_rx_quick_consumer_index15": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "status_rx_quick_consumer_index2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "status_rx_quick_consumer_index3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "status_rx_quick_consumer_index4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "status_rx_quick_consumer_index5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "status_rx_quick_consumer_index6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "status_rx_quick_consumer_index7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "status_rx_quick_consumer_index8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "status_rx_quick_consumer_index9": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "status_tx_quick_consumer_index0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "status_tx_quick_consumer_index1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status_tx_quick_consumer_index2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "status_tx_quick_consumer_index3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "status_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "status_pkt": {
      "size": 12,
      "fields": {
        "residual_datacnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "residual_sg_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ste_chain": {
      "size": 40,
      "fields": {
        "ste_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "ste_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "ste_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_chain"
            }
          },
          "offset": 16
        },
        "ste_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ste_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_desc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ste_chain_data": {
      "size": 9312,
      "fields": {
        "ste_last_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_chain"
            }
          },
          "offset": 9288
        },
        "ste_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "ste_rx_chain": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ste_chain_onefrag"
            }
          },
          "offset": 64
        },
        "ste_rx_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_chain_onefrag"
            }
          },
          "offset": 9280
        },
        "ste_rx_list_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "ste_rx_list_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "ste_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "ste_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "ste_tx_chain": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ste_chain"
            }
          },
          "offset": 4160
        },
        "ste_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9304
        },
        "ste_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9300
        },
        "ste_tx_list_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 48
        },
        "ste_tx_list_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "ste_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 9296
        },
        "ste_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ste_chain_onefrag": {
      "size": 32,
      "fields": {
        "ste_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "ste_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "ste_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_chain_onefrag"
            }
          },
          "offset": 16
        },
        "ste_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_desc_onefrag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ste_desc": {
      "size": 72,
      "fields": {
        "ste_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ste_frags": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ste_frag"
            }
          },
          "offset": 8
        },
        "ste_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ste_desc_onefrag": {
      "size": 16,
      "fields": {
        "ste_frag": {
          "type": {
            "kind": "struct",
            "name": "ste_frag"
          },
          "offset": 8
        },
        "ste_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ste_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ste_dmamap_arg": {
      "size": 8,
      "fields": {
        "ste_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ste_frag": {
      "size": 8,
      "fields": {
        "ste_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ste_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ste_hw_stats": {
      "size": 72,
      "fields": {
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_lost_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_carrsense_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_excess_defers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_frames_defered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_multi_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_single_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ste_list_data": {
      "size": 32,
      "fields": {
        "ste_rx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_desc_onefrag"
            }
          },
          "offset": 0
        },
        "ste_rx_list_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ste_tx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_desc"
            }
          },
          "offset": 16
        },
        "ste_tx_list_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ste_softc": {
      "size": 9600,
      "fields": {
        "ste_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 9432
        },
        "ste_cdata": {
          "type": {
            "kind": "struct",
            "name": "ste_chain_data"
          },
          "offset": 120
        },
        "ste_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "ste_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "ste_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ste_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "ste_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ste_type"
            }
          },
          "offset": 40
        },
        "ste_int_rx_act": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "ste_int_rx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "ste_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ste_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "ste_ldata": {
          "type": {
            "kind": "struct",
            "name": "ste_list_data"
          },
          "offset": 88
        },
        "ste_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "ste_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 9568
        },
        "ste_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "ste_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ste_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ste_stats": {
          "type": {
            "kind": "struct",
            "name": "ste_hw_stats"
          },
          "offset": 9496
        },
        "ste_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "ste_tx_thresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ste_type": {
      "size": 16,
      "fields": {
        "ste_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ste_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ste_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stge_chain_data": {
      "size": 10376,
      "fields": {
        "stge_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "stge_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10348
        },
        "stge_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10320
        },
        "stge_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10312
        },
        "stge_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10328
        },
        "stge_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 6192
        },
        "stge_rxdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "stge_rxdesc"
            }
          },
          "offset": 6200
        },
        "stge_rxhead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 10360
        },
        "stge_rxlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10352
        },
        "stge_rxtail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 10368
        },
        "stge_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10344
        },
        "stge_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10340
        },
        "stge_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10336
        },
        "stge_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 10304
        },
        "stge_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10296
        },
        "stge_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "stge_txbusyq": {
          "type": {
            "kind": "struct",
            "name": "stge_txdq"
          },
          "offset": 6176
        },
        "stge_txdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "stge_txdesc"
            }
          },
          "offset": 16
        },
        "stge_txfreeq": {
          "type": {
            "kind": "struct",
            "name": "stge_txdq"
          },
          "offset": 6160
        }
      },
      "kind": "struct"
    },
    "stge_dmamap_arg": {
      "size": 8,
      "fields": {
        "stge_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stge_frag": {
      "size": 8,
      "fields": {
        "frag_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stge_product": {
      "size": 16,
      "fields": {
        "stge_deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "stge_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "stge_vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stge_rfd": {
      "size": 24,
      "fields": {
        "rfd_frag": {
          "type": {
            "kind": "struct",
            "name": "stge_frag"
          },
          "offset": 16
        },
        "rfd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rfd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "stge_ring_data": {
      "size": 32,
      "fields": {
        "stge_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stge_rfd"
            }
          },
          "offset": 16
        },
        "stge_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "stge_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stge_tfd"
            }
          },
          "offset": 0
        },
        "stge_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "stge_rxdesc": {
      "size": 16,
      "fields": {
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stge_softc": {
      "size": 10696,
      "fields": {
        "sc_DMACtrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10552
        },
        "sc_IntEnable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10560
        },
        "sc_MACCtrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10556
        },
        "sc_PhyCtrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10564
        },
        "sc_cdata": {
          "type": {
            "kind": "struct",
            "name": "stge_chain_data"
          },
          "offset": 128
        },
        "sc_detach": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10572
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "sc_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10536
        },
        "sc_if_framesize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10540
        },
        "sc_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "sc_led": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10562
        },
        "sc_link": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10592
        },
        "sc_link_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 10600
        },
        "sc_mii_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 10632
        },
        "sc_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 10664
        },
        "sc_nerr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10584
        },
        "sc_rdata": {
          "type": {
            "kind": "struct",
            "name": "stge_ring_data"
          },
          "offset": 10504
        },
        "sc_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 24
        },
        "sc_rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sc_rxint_dmawait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10580
        },
        "sc_rxint_nframe": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10576
        },
        "sc_spec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_spec"
            }
          },
          "offset": 40
        },
        "sc_stge1023": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10548
        },
        "sc_suspended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10568
        },
        "sc_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 64
        },
        "sc_txthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10544
        },
        "sc_usefiber": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10548
        },
        "sc_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 10588
        }
      },
      "kind": "struct"
    },
    "stge_tfd": {
      "size": 136,
      "fields": {
        "tfd_control": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tfd_frags": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "stge_frag"
            }
          },
          "offset": 16
        },
        "tfd_next": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "stge_txdesc": {
      "size": 24,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "tx_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9482147c796389b"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "stge_txdq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stge_txdesc"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "stge_txdesc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "stid_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stid_region"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "stid_region"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "stid_region": {
      "size": 24,
      "fields": {
        "free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cee64975be718667"
          },
          "offset": 0
        },
        "used": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "storvsc_driver_props": {
      "size": 32,
      "fields": {
        "drv_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "drv_max_ios_per_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "drv_max_luns_per_target": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "drv_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "drv_ringbuffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "storvsc_gpa_range": {
      "size": 272,
      "fields": {
        "gpa_page": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "gpa_range": {
          "type": {
            "kind": "struct",
            "name": "vmbus_gpa_range"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "storvsc_softc": {
      "size": 17672,
      "fields": {
        "hs_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 0
        },
        "hs_destroy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "hs_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 1240
        },
        "hs_drain_notify": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "hs_drain_sema": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 96
        },
        "hs_drv_props": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "storvsc_driver_props"
            }
          },
          "offset": 48
        },
        "hs_free_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d889977bc2421e64"
          },
          "offset": 8
        },
        "hs_frozen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "hs_init_req": {
          "type": {
            "kind": "struct",
            "name": "hv_storvsc_request"
          },
          "offset": 152
        },
        "hs_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "hs_nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 9472
        },
        "hs_num_out_reqs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "hs_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 72
        },
        "hs_reset_req": {
          "type": {
            "kind": "struct",
            "name": "hv_storvsc_request"
          },
          "offset": 696
        },
        "hs_sel_chan": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmbus_channel"
              }
            }
          },
          "offset": 9480
        },
        "hs_sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 64
        },
        "hs_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "storvsc_req_dtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1248
        },
        "sysctl_data": {
          "type": {
            "kind": "struct",
            "name": "hv_storvsc_sysctl"
          },
          "offset": 1256
        }
      },
      "kind": "struct"
    },
    "struct_cim_qcfg": {
      "size": 360,
      "fields": {
        "base": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "obq_wr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "size": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 30
        },
        "stat": {
          "type": {
            "count": 56,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 136
        },
        "thres": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 58
        }
      },
      "kind": "struct"
    },
    "struct_clk_info": {
      "size": 216,
      "fields": {
        "cclk_ps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "core_clk_period": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 84
        },
        "dack_re": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "dack_tick": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 180
        },
        "dack_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "finwait2_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "initial_srtt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "keepalive_idle_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "keepalive_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "persist_timer_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "persist_timer_min": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "res": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "retransmit_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "retransmit_min": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tcp_tstamp_tick": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 148
        },
        "tp_timer_tick": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 116
        },
        "tre": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "struct_hw_sched": {
      "size": 104,
      "fields": {
        "ipg": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "kbps": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "pace_tab": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "struct_lb_stats": {
      "size": 8,
      "fields": {
        "nchan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lb_port_stats"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "struct_mac_stats_rev1": {
      "size": 1872,
      "fields": {
        "port_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "stats": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "port_stats"
            }
          },
          "offset": 16
        },
        "ver_hdr": {
          "type": {
            "kind": "struct",
            "name": "cudbg_ver_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "struct_mem_desc": {
      "size": 12,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "struct_meminfo": {
      "size": 540,
      "fields": {
        "avail": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "struct_mem_desc"
            }
          },
          "offset": 0
        },
        "avail_c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "loopback_alloc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 524
        },
        "loopback_used": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 508
        },
        "mem": {
          "type": {
            "count": 27,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "struct_mem_desc"
            }
          },
          "offset": 48
        },
        "mem_c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "p_structs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "port_alloc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 492
        },
        "port_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "struct_port_usage"
            }
          },
          "offset": 428
        },
        "port_used": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 476
        },
        "rx_pages_data": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 396
        },
        "tx_pages_data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 408
        },
        "up_extmem2_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "up_extmem2_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "up_ram_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "up_ram_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        }
      },
      "kind": "struct"
    },
    "struct_pm_stats": {
      "size": 168,
      "fields": {
        "rx_cnt": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "rx_cyc": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 112
        },
        "tx_cnt": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tx_cyc": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "struct_port_usage": {
      "size": 12,
      "fields": {
        "alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "used": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "struct_tcp_stats": {
      "size": 64,
      "fields": {
        "v4": {
          "type": {
            "kind": "struct",
            "name": "tp_tcp_stats"
          },
          "offset": 0
        },
        "v6": {
          "type": {
            "kind": "struct",
            "name": "tp_tcp_stats"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "struct_tp_cpl_stats": {
      "size": 36,
      "fields": {
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "tp_cpl_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "struct_tp_err_stats": {
      "size": 140,
      "fields": {
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "tp_err_stats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "struct_tp_fcoe_stats": {
      "size": 72,
      "fields": {
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "stats": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "tp_fcoe_stats"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "struct_tp_la": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "struct_ulprx_la": {
      "size": 16388,
      "fields": {
        "data": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16384
        }
      },
      "kind": "struct"
    },
    "struct_ulptx_la": {
      "size": 22660,
      "fields": {
        "rd_data": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "count": 512,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 132
        },
        "rddata": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "rdptr": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wrptr": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "struct_wc_stats": {
      "size": 8,
      "fields": {
        "wr_cl_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "wr_cl_success": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "supported_aalgs": {
      "size": 16,
      "fields": {
        "sadb_alg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auth_hash"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "supported_calgs": {
      "size": 16,
      "fields": {
        "sadb_alg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "comp_algo"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "supported_ealgs": {
      "size": 16,
      "fields": {
        "sadb_alg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_xform"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "survey_info": {
      "size": 64,
      "fields": {
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 56
        },
        "filled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "noise": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "time_bss_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "time_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "time_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "time_scan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "time_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "susppcb": {
      "size": 328,
      "fields": {
        "sp_fpususpend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 320
        },
        "sp_pcb": {
          "type": {
            "kind": "struct",
            "name": "pcb"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "svc_auth_ops": {
      "size": 24,
      "fields": {
        "svc_ah_release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "svc_ah_unwrap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "svc_ah_wrap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "svc_callout": {
      "size": 40,
      "fields": {
        "sc_dispatch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "sc_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4ea5e5b0ec50c52e"
          },
          "offset": 0
        },
        "sc_netid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sc_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sc_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "svc_callout_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_callout"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "svc_callout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "svc_loss_callout": {
      "size": 24,
      "fields": {
        "slc_dispatch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "slc_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c2ec681f7cc49709"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "svc_loss_callout_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_loss_callout"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "svc_loss_callout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "svc_req": {
      "size": 1368,
      "fields": {
        "rq_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr"
            }
          },
          "offset": 128
        },
        "rq_args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 40
        },
        "rq_auth": {
          "type": {
            "kind": "struct",
            "name": "SVCAUTH"
          },
          "offset": 104
        },
        "rq_clntcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "rq_cred": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 48
        },
        "rq_credarea": {
          "type": {
            "count": 1200,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 164
        },
        "rq_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b523479c711e71cb"
          },
          "offset": 0
        },
        "rq_p1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "rq_p2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "rq_p3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rq_proc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rq_prog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rq_reply_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rq_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcthread"
            }
          },
          "offset": 8
        },
        "rq_verf": {
          "type": {
            "kind": "struct",
            "name": "opaque_auth"
          },
          "offset": 72
        },
        "rq_vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rq_xid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rq_xprt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SVCXPRT"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "svc_reqlist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_req"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "svc_req"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "svcthread_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcthread"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "svcxprt_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcxprt"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "__rpc_svcxprt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sw_state": {
      "size": 172,
      "fields": {
        "caller_string": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "fw_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "os_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 105
        },
        "reserved1": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "swapcontext_args": {
      "size": 16,
      "fields": {
        "oucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext"
            }
          },
          "offset": 0
        },
        "oucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "oucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ucp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext"
            }
          },
          "offset": 8
        },
        "ucp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ucp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "swapoff_args": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "swapon_args": {
      "size": 8,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "swblk": {
      "size": 136,
      "fields": {
        "d": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        },
        "p": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "swcr_auth": {
      "size": 32,
      "fields": {
        "sw_axf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "auth_hash"
            }
          },
          "offset": 16
        },
        "sw_hmac": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 26
        },
        "sw_ictx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "sw_mlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "sw_octx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "swcr_compdec": {
      "size": 8,
      "fields": {
        "sw_cxf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "comp_algo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "swcr_encdec": {
      "size": 16,
      "fields": {
        "sw_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "sw_exf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "enc_xform"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "swcr_session": {
      "size": 64,
      "fields": {
        "swcr_auth": {
          "type": {
            "kind": "struct",
            "name": "swcr_auth"
          },
          "offset": 8
        },
        "swcr_compdec": {
          "type": {
            "kind": "struct",
            "name": "swcr_compdec"
          },
          "offset": 56
        },
        "swcr_encdec": {
          "type": {
            "kind": "struct",
            "name": "swcr_encdec"
          },
          "offset": 40
        },
        "swcr_process": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "swdevt": {
      "size": 96,
      "fields": {
        "sw_blist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blist"
            }
          },
          "offset": 56
        },
        "sw_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "sw_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sw_end": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "sw_first": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "sw_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sw_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "sw_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_359ee4947744ed24"
          },
          "offset": 64
        },
        "sw_nblks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sw_strategy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "sw_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sw_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sx": {
      "size": 32,
      "fields": {
        "lock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        },
        "sx_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "sx_args": {
      "size": 24,
      "fields": {
        "sa_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sa_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sa_sx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sx"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sym_actscr": {
      "size": 8,
      "fields": {
        "restart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sym_ccb": {
      "size": 584,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 512
        },
        "cam_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 424
        },
        "ccb_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "cdb_buf": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 432
        },
        "ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 360
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 456
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 520
        },
        "dmamapped": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 528
        },
        "ext_ofs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "ext_sg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 572
        },
        "extra_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "link_ccbh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_ccb"
            }
          },
          "offset": 544
        },
        "link_ccbq": {
          "type": {
            "kind": "struct",
            "name": "SYM_QUEHEAD"
          },
          "offset": 552
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 539
        },
        "nego_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 464
        },
        "phys": {
          "type": {
            "kind": "struct",
            "name": "sym_dsb"
          },
          "offset": 0
        },
        "scsi_smsg": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 472
        },
        "scsi_smsg2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 484
        },
        "segments": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 460
        },
        "sensecmd": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 496
        },
        "sns_bbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 448
        },
        "startp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 568
        },
        "sv_resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 504
        },
        "sv_scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 502
        },
        "sv_xerr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 503
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 536
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 538
        },
        "to_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 580
        },
        "xerr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 465
        }
      },
      "kind": "struct"
    },
    "sym_ccbh": {
      "size": 24,
      "fields": {
        "go": {
          "type": {
            "kind": "struct",
            "name": "sym_actscr"
          },
          "offset": 0
        },
        "goalp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lastp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "savep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "sym_dsb": {
      "size": 356,
      "fields": {
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "sym_tblmove"
          },
          "offset": 68
        },
        "data": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sym_tblmove"
            }
          },
          "offset": 92
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "sym_ccbh"
          },
          "offset": 0
        },
        "pm0": {
          "type": {
            "kind": "struct",
            "name": "sym_pmc"
          },
          "offset": 24
        },
        "pm1": {
          "type": {
            "kind": "struct",
            "name": "sym_pmc"
          },
          "offset": 36
        },
        "select": {
          "type": {
            "kind": "struct",
            "name": "sym_tblsel"
          },
          "offset": 48
        },
        "sense": {
          "type": {
            "kind": "struct",
            "name": "sym_tblmove"
          },
          "offset": 76
        },
        "smsg": {
          "type": {
            "kind": "struct",
            "name": "sym_tblmove"
          },
          "offset": 52
        },
        "smsg_ext": {
          "type": {
            "kind": "struct",
            "name": "sym_tblmove"
          },
          "offset": 60
        },
        "wresid": {
          "type": {
            "kind": "struct",
            "name": "sym_tblmove"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "sym_fw": {
      "size": 72,
      "fields": {
        "a_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "a_ofs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_fwa_ofs"
            }
          },
          "offset": 24
        },
        "a_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "b_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "b_ofs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_fwb_ofs"
            }
          },
          "offset": 48
        },
        "b_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "patch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "sym_fw1a_scr": {
      "size": 2404,
      "fields": {
        "_sms_a10": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "_sms_a100": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1344
        },
        "_sms_a110": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1392
        },
        "_sms_a120": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1444
        },
        "_sms_a130": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1468
        },
        "_sms_a140": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1520
        },
        "_sms_a145": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1576
        },
        "_sms_a150": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2280
        },
        "_sms_a20": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "_sms_a30": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 144
        },
        "_sms_a40": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 740
        },
        "_sms_a50": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 828
        },
        "_sms_a60": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 848
        },
        "_sms_a65": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1028
        },
        "_sms_a70": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1160
        },
        "_sms_a80": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1184
        },
        "_sms_a90": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1300
        },
        "clrack": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 384
        },
        "command": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 200
        },
        "complete": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 672
        },
        "complete2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 708
        },
        "complete_error": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 788
        },
        "data_in": {
          "type": {
            "count": 66,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1604
        },
        "data_in2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1868
        },
        "data_out": {
          "type": {
            "count": 66,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1884
        },
        "data_out2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2148
        },
        "datai_done": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 416
        },
        "datai_phase": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 568
        },
        "datao_done": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 520
        },
        "datao_phase": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 576
        },
        "disconnect": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 928
        },
        "disconnect2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1008
        },
        "disp_status": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 400
        },
        "dispatch": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "done": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 808
        },
        "done_end": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 856
        },
        "getjob_begin": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "getjob_end": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "idle": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1040
        },
        "init": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 360
        },
        "msg_in": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 584
        },
        "msg_in2": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 592
        },
        "pm0_data": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2164
        },
        "pm0_data_end": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2236
        },
        "pm0_data_out": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2212
        },
        "pm1_data": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2296
        },
        "pm1_data_end": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2368
        },
        "pm1_data_out": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2344
        },
        "pm_data_end": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2264
        },
        "resel_dsa": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1496
        },
        "resel_dsa1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1504
        },
        "resel_go": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1452
        },
        "resel_lun0": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1316
        },
        "resel_no_tag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1560
        },
        "resel_tag": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1360
        },
        "reselect": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1068
        },
        "reselected": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1084
        },
        "reselected1": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1200
        },
        "restore_dp": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 908
        },
        "save_dp": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 872
        },
        "sel_no_cmd": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 320
        },
        "select": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "select2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "send_ident": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 184
        },
        "start": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 632
        },
        "ungetjob": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1048
        },
        "wf_sel_done": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "sym_fw1b_scr": {
      "size": 936,
      "fields": {
        "_sms_b10": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 244
        },
        "abort_resel": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 632
        },
        "bad_i_t_l": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 784
        },
        "bad_i_t_l_q": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 800
        },
        "bad_status": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 816
        },
        "data_ovrun": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 500
        },
        "data_ovrun1": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 512
        },
        "data_ovrun2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 600
        },
        "done_pos": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 876
        },
        "ident_break": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 712
        },
        "ident_break_atn": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 728
        },
        "msg_bad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 260
        },
        "msg_extended": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "msg_in_etc": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "msg_out": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 468
        },
        "msg_out_done": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 484
        },
        "msg_received": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 136
        },
        "msg_weird": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 284
        },
        "msg_weird1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 300
        },
        "msg_weird_seen": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 156
        },
        "nego_bad_phase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 452
        },
        "nextjob": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 880
        },
        "no_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ppr_resp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 412
        },
        "prev_done": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 872
        },
        "resel_bad_lun": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 768
        },
        "resend_ident": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 696
        },
        "scratch": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 864
        },
        "scratch1": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 868
        },
        "sdata_in": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 744
        },
        "sdtr_resp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 372
        },
        "sel_for_abort": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "sel_for_abort_1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "send_ppr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 436
        },
        "send_sdtr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 396
        },
        "send_wdtr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 356
        },
        "snoopend": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 928
        },
        "snooptest": {
          "type": {
            "count": 9,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 892
        },
        "startpos": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 884
        },
        "targtbl": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 888
        },
        "wdtr_resp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 332
        },
        "wsr_ma_helper": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 844
        },
        "zero": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 860
        }
      },
      "kind": "struct"
    },
    "sym_fw2a_scr": {
      "size": 2024,
      "fields": {
        "clrack": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 336
        },
        "command": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "complete": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 632
        },
        "complete2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 664
        },
        "complete_error": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 712
        },
        "data_in": {
          "type": {
            "count": 66,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1272
        },
        "data_in2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1536
        },
        "data_out": {
          "type": {
            "count": 66,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1552
        },
        "data_out2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1816
        },
        "datai_done": {
          "type": {
            "count": 26,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 368
        },
        "datai_phase": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 520
        },
        "datao_done": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 472
        },
        "datao_phase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 528
        },
        "disconnect": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 840
        },
        "disp_status": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 352
        },
        "dispatch": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 160
        },
        "done": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 728
        },
        "done_end": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 784
        },
        "getjob_begin": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "getjob_end": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "idle": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 920
        },
        "init": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 312
        },
        "msg_in": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 544
        },
        "msg_in2": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 552
        },
        "pm0_data": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1832
        },
        "pm0_data_end": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1904
        },
        "pm0_data_out": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1880
        },
        "pm1_data": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1928
        },
        "pm1_data_end": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2000
        },
        "pm1_data_out": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1976
        },
        "resel_dsa": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1216
        },
        "resel_dsa1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1224
        },
        "resel_lun0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1128
        },
        "resel_no_tag": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1248
        },
        "resel_scntl4": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1048
        },
        "resel_tag": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1152
        },
        "reselect": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 944
        },
        "reselected": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 960
        },
        "restore_dp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 824
        },
        "save_dp": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 792
        },
        "sel_done": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "sel_no_cmd": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 272
        },
        "select": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "select2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 144
        },
        "send_ident": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 136
        },
        "start": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 592
        },
        "ungetjob": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 928
        },
        "wf_sel_done": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "sym_fw2b_scr": {
      "size": 1308,
      "fields": {
        "abort_resel": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 624
        },
        "bad_i_t_l": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 776
        },
        "bad_i_t_l_q": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 792
        },
        "bad_status": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 808
        },
        "data_ovrun": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 496
        },
        "data_ovrun1": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 504
        },
        "data_ovrun2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 592
        },
        "done_pos": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1264
        },
        "ident_break": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 704
        },
        "ident_break_atn": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 720
        },
        "msg_bad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 256
        },
        "msg_extended": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "msg_in_etc": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "msg_out": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 464
        },
        "msg_out_done": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 480
        },
        "msg_received": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 144
        },
        "msg_weird": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 280
        },
        "msg_weird1": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 296
        },
        "msg_weird_seen": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 160
        },
        "nego_bad_phase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 448
        },
        "no_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "pm0_data_addr": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1248
        },
        "pm0_save": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 944
        },
        "pm1_data_addr": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1252
        },
        "pm1_save": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1000
        },
        "pm_handle": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 832
        },
        "pm_handle1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 912
        },
        "pm_save": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 928
        },
        "pm_wsr_handle": {
          "type": {
            "count": 42,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1056
        },
        "ppr_resp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 408
        },
        "resel_bad_lun": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 760
        },
        "resend_ident": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 688
        },
        "saved_drs": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1260
        },
        "saved_dsa": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1256
        },
        "scratch": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1244
        },
        "sdata_in": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 736
        },
        "sdtr_resp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 368
        },
        "sel_for_abort": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sel_for_abort_1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "send_ppr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 432
        },
        "send_sdtr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 392
        },
        "send_wdtr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 352
        },
        "snoopend": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1300
        },
        "snooptest": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1276
        },
        "start64": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "startpos": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1268
        },
        "targtbl": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1272
        },
        "wdtr_resp": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 328
        },
        "wsr_ma_helper": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1224
        },
        "zero": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1240
        }
      },
      "kind": "struct"
    },
    "sym_fwa_ba": {
      "size": 96,
      "fields": {
        "clrack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "complete_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "data_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "data_in2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "data_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "data_out2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "done_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "getjob_begin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "getjob_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "idle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "init": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pm0_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "pm1_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "resel_dsa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "resel_no_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "resel_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "reselect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "select": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "send_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ungetjob": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "wf_sel_done": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "sym_fwa_ofs": {
      "size": 48,
      "fields": {
        "clrack": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "complete_error": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "data_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "data_in2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "data_out": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "data_out2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "done_end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "getjob_begin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "getjob_end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "idle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "init": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pm0_data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "pm1_data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "resel_dsa": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "resel_no_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "resel_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "reselect": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "select": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "send_ident": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ungetjob": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "wf_sel_done": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sym_fwb_ba": {
      "size": 92,
      "fields": {
        "bad_i_t_l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "bad_i_t_l_q": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ident_break": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ident_break_atn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "msg_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "msg_weird": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nego_bad_phase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "no_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pm_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ppr_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "resel_bad_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sdata_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sdtr_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sel_for_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sel_for_abort_1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "send_ppr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "send_sdtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "send_wdtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "snoopend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "snooptest": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "start64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "wdtr_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "wsr_ma_helper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "sym_fwb_ofs": {
      "size": 46,
      "fields": {
        "bad_i_t_l": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "bad_i_t_l_q": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ident_break": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ident_break_atn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "msg_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "msg_weird": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "nego_bad_phase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "no_data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pm_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "ppr_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "resel_bad_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "sdata_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "sdtr_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "sel_for_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sel_for_abort_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "send_ppr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "send_sdtr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "send_wdtr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "snoopend": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "snooptest": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "start64": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "wdtr_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wsr_ma_helper": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "sym_hcb": {
      "size": 2824,
      "fields": {
        "abrt_msg": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2800
        },
        "abrt_sel": {
          "type": {
            "kind": "struct",
            "name": "sym_tblsel"
          },
          "offset": 2812
        },
        "abrt_tbl": {
          "type": {
            "kind": "struct",
            "name": "sym_tblmove"
          },
          "offset": 2804
        },
        "actccbs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 638
        },
        "bad_itl": {
          "type": {
            "kind": "struct",
            "name": "sym_actscr"
          },
          "offset": 96
        },
        "bad_itl_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "bad_itlq": {
          "type": {
            "kind": "struct",
            "name": "sym_actscr"
          },
          "offset": 104
        },
        "bad_itlq_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "badlun_sa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "badluntbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 144
        },
        "bus_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 288
        },
        "busy_ccbq": {
          "type": {
            "kind": "struct",
            "name": "SYM_QUEHEAD"
          },
          "offset": 2752
        },
        "cache": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 684
        },
        "cam_ccbq": {
          "type": {
            "kind": "struct",
            "name": "SYM_QUEHEAD"
          },
          "offset": 2784
        },
        "ccb_head": {
          "type": {
            "kind": "struct",
            "name": "sym_ccbh"
          },
          "offset": 32
        },
        "ccbh": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sym_ccb"
              }
            }
          },
          "offset": 688
        },
        "clock_divn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 610
        },
        "clock_khz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 612
        },
        "comp_ccbq": {
          "type": {
            "kind": "struct",
            "name": "SYM_QUEHEAD"
          },
          "offset": 2768
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 296
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 168
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 592
        },
        "dqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 648
        },
        "dqueue_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "dqueueget": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 640
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "free_ccbq": {
          "type": {
            "kind": "struct",
            "name": "SYM_QUEHEAD"
          },
          "offset": 2736
        },
        "fw_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 584
        },
        "fw_patch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 576
        },
        "fw_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 568
        },
        "fwa_bas": {
          "type": {
            "kind": "struct",
            "name": "sym_fwa_ba"
          },
          "offset": 380
        },
        "fwb_bas": {
          "type": {
            "kind": "struct",
            "name": "sym_fwb_ba"
          },
          "offset": 476
        },
        "hcb_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "idletask": {
          "type": {
            "kind": "struct",
            "name": "sym_actscr"
          },
          "offset": 80
        },
        "idletask_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 280
        },
        "io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 248
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 240
        },
        "istat_sem": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2816
        },
        "lastmsg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "lcb_head": {
          "type": {
            "kind": "struct",
            "name": "sym_lcbh"
          },
          "offset": 68
        },
        "maxburst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 601
        },
        "maxoffs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 605
        },
        "maxoffs_dt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 608
        },
        "maxsync": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 604
        },
        "maxsync_dt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 607
        },
        "maxwide": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 602
        },
        "minsync": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 603
        },
        "minsync_dt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 606
        },
        "mmio_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "mmio_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 256
        },
        "mmio_ws": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 312
        },
        "msgin": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 668
        },
        "msgout": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 660
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "multiplier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 609
        },
        "myaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 600
        },
        "notask": {
          "type": {
            "kind": "struct",
            "name": "sym_actscr"
          },
          "offset": 88
        },
        "notask_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 232
        },
        "pciclk_khz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "ram_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "ram_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "ram_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 264
        },
        "ram_ws": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 594
        },
        "rv_ccntl0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 196
        },
        "rv_ccntl1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 197
        },
        "rv_ctest3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 192
        },
        "rv_ctest4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 193
        },
        "rv_ctest5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 194
        },
        "rv_dcntl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 191
        },
        "rv_dmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 190
        },
        "rv_scntl0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 188
        },
        "rv_scntl3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 189
        },
        "rv_scntl4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 198
        },
        "rv_stest2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 195
        },
        "scr_ram_seg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "scratch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 680
        },
        "scripta0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 336
        },
        "scripta_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "scripta_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 376
        },
        "scriptb0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 344
        },
        "scriptb0_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "scriptb_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "scriptb_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 378
        },
        "scsi_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 682
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 224
        },
        "squeue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 624
        },
        "squeue_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "squeueput": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 636
        },
        "sv_ctest3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 180
        },
        "sv_ctest4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 181
        },
        "sv_ctest5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 182
        },
        "sv_dcntl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 179
        },
        "sv_dmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 178
        },
        "sv_gpcntl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 183
        },
        "sv_scntl0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 176
        },
        "sv_scntl3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 177
        },
        "sv_scntl4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 186
        },
        "sv_stest1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 187
        },
        "sv_stest2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "sv_stest4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 185
        },
        "target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_tcb"
            }
          },
          "offset": 200
        },
        "targtbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 208
        },
        "targtbl_ba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "tcb_head": {
          "type": {
            "kind": "struct",
            "name": "sym_tcbh"
          },
          "offset": 56
        },
        "usrflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 681
        },
        "verbose": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 683
        }
      },
      "kind": "struct"
    },
    "sym_lcb": {
      "size": 48,
      "fields": {
        "busy_itl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "busy_itlq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "cb_tags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "current_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "sym_lcbh"
          },
          "offset": 0
        },
        "ia_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "if_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "itlq_tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "to_clear": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "user_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        }
      },
      "kind": "struct"
    },
    "sym_lcbh": {
      "size": 12,
      "fields": {
        "itl_task_sa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "itlq_tbl_sa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "resel_sa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sym_nvram": {
      "size": 372,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "unnamed_d03c5d491e10b522"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sym_pci_chip": {
      "size": 24,
      "fields": {
        "burst_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "lp_probe_bit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "nr_divisor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "offset_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "sym_pmc": {
      "size": 12,
      "fields": {
        "ret": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sg": {
          "type": {
            "kind": "struct",
            "name": "sym_tblmove"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sym_quehead": {
      "size": 16,
      "fields": {
        "blink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_quehead"
            }
          },
          "offset": 8
        },
        "flink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_quehead"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sym_tblmove": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sym_tblsel": {
      "size": 4,
      "fields": {
        "sel_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sel_scntl3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sel_scntl4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sel_sxfer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "sym_tcb": {
      "size": 96,
      "fields": {
        "busy0_map": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "sym_tcbh"
          },
          "offset": 0
        },
        "lun0p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_lcb"
            }
          },
          "offset": 24
        },
        "lun_map": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "lunmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sym_lcb"
              }
            }
          },
          "offset": 32
        },
        "luntbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "nego_cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sym_ccb"
            }
          },
          "offset": 80
        },
        "tinfo": {
          "type": {
            "kind": "struct",
            "name": "sym_tinfo"
          },
          "offset": 56
        },
        "to_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "usrflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 89
        },
        "usrtags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        }
      },
      "kind": "struct"
    },
    "sym_tcbh": {
      "size": 12,
      "fields": {
        "filler1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lun0_sa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "luntbl_sa": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "uval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "sym_tinfo": {
      "size": 18,
      "fields": {
        "current": {
          "type": {
            "kind": "struct",
            "name": "sym_trans"
          },
          "offset": 0
        },
        "goal": {
          "type": {
            "kind": "struct",
            "name": "sym_trans"
          },
          "offset": 6
        },
        "user": {
          "type": {
            "kind": "struct",
            "name": "sym_trans"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "sym_trans": {
      "size": 6,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "scsi_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "spi_version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "symlink_args": {
      "size": 16,
      "fields": {
        "link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "link_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "link_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "symlinkat_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path1_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path1_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path2_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path2_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "synapticshw": {
      "size": 184,
      "fields": {
        "capAdvancedGestures": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "capBallistics": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "capClearPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "capClickPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "capCoveredPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "capDeluxeLEDs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "capEWmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "capExtended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "capFourButtons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "capInterTouch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "capLowPower": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "capMiddle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "capMultiFinger": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "capMultiFingerReport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "capPalmDetect": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "capPassthrough": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "capPen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "capReportsMax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "capReportsMin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "capReportsV": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "capSleep": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "capUniformClickPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "forcePad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "horizontalScroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "infoGeometry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "infoHardware": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "infoMajor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "infoMinor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "infoNewAbs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "infoPortrait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "infoRot180": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "infoSensor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "infoSimplC": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "infoXupmm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "infoYupmm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "maximumXCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "maximumYCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "minimumXCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "minimumYCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "multiFingerMode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "nExtendedButtons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "nExtendedQueries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "noAbsoluteFilter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "topButtonPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "verticalScroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "verticalWheel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "synapticshw_t": {
      "size": 184,
      "fields": {
        "capAdvancedGestures": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "capBallistics": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "capClearPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "capClickPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "capCoveredPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "capDeluxeLEDs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "capEWmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "capExtended": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "capFourButtons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "capInterTouch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "capLowPower": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "capMiddle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "capMultiFinger": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "capMultiFingerReport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "capPalmDetect": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "capPassthrough": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "capPen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "capReportsMax": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "capReportsMin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "capReportsV": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "capSleep": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "capUniformClickPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "forcePad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "horizontalScroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "infoGeometry": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "infoHardware": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "infoMajor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "infoMinor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "infoNewAbs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "infoPortrait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "infoRot180": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "infoSensor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "infoSimplC": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "infoXupmm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "infoYupmm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "maximumXCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "maximumYCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "minimumXCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "minimumYCoord": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "multiFingerMode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "nExtendedButtons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "nExtendedQueries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "noAbsoluteFilter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "topButtonPad": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "verticalScroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "verticalWheel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        }
      },
      "kind": "struct"
    },
    "synapticsinfo": {
      "size": 184,
      "fields": {
        "directional_scrolls": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "div_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "div_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "div_max_na": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "div_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "margin_bottom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "margin_left": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "margin_right": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "margin_top": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "max_pressure": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "max_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "max_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "max_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "min_pressure": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "multiplicator": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "na_bottom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "na_left": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "na_right": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "na_top": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "natural_scroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "softbutton2_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "softbutton3_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "softbuttons_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 16
        },
        "tap_max_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "tap_min_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "taphold_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "three_finger_drag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "touchpad_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "two_finger_scroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vscroll_div_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "vscroll_div_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "vscroll_hor_area": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "vscroll_min_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "vscroll_ver_area": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "weight_current": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "weight_len_squared": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "weight_previous": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "weight_previous_na": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "window_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "window_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "synapticsinfo_t": {
      "size": 184,
      "fields": {
        "directional_scrolls": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "div_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "div_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "div_max_na": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "div_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "margin_bottom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "margin_left": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "margin_right": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "margin_top": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "max_pressure": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "max_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "max_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "max_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "min_pressure": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "multiplicator": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "na_bottom": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "na_left": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "na_right": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "na_top": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "natural_scroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "softbutton2_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "softbutton3_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "softbuttons_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 16
        },
        "tap_max_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "tap_min_queue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "taphold_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "three_finger_drag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "touchpad_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "two_finger_scroll": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vscroll_div_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "vscroll_div_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "vscroll_hor_area": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "vscroll_min_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "vscroll_ver_area": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "weight_current": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "weight_len_squared": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "weight_previous": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "weight_previous_na": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "window_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "window_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "synapticspacket": {
      "size": 8,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "synapticspacket_t": {
      "size": 8,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sync_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sync_kloop_ring_args": {
      "size": 32,
      "fields": {
        "busy_wait": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "csb_atok": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_csb_atok"
            }
          },
          "offset": 8
        },
        "csb_ktoa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nm_csb_ktoa"
            }
          },
          "offset": 16
        },
        "direct": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 25
        },
        "kring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netmap_kring"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "syncache": {
      "size": 168,
      "fields": {
        "sc_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 136
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "sc_flowlabel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "sc_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_49d42bab2322577a"
          },
          "offset": 0
        },
        "sc_inc": {
          "type": {
            "kind": "struct",
            "name": "in_conninfo"
          },
          "offset": 16
        },
        "sc_ip_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 101
        },
        "sc_ip_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "sc_ipopts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 88
        },
        "sc_irs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "sc_iss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sc_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 128
        },
        "sc_peer_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 96
        },
        "sc_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 66
        },
        "sc_pspare": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "sc_requested_r_scale": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 102
        },
        "sc_requested_s_scale": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 102
        },
        "sc_rxmits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "sc_rxttime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "sc_spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 160
        },
        "sc_tfo_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "sc_tod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "toedev"
            }
          },
          "offset": 112
        },
        "sc_todctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "sc_tsoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sc_tsreflect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sc_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 98
        }
      },
      "kind": "struct"
    },
    "syncache_head": {
      "size": 136,
      "fields": {
        "sch_bucket": {
          "type": {
            "kind": "struct",
            "name": "sch_head"
          },
          "offset": 32
        },
        "sch_last_overflow": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "sch_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "sch_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "sch_nextc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "sch_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_syncache"
            }
          },
          "offset": 120
        },
        "sch_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "synclist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "syncookie": {
      "size": 1,
      "fields": {
        "cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_760a26f9a9c9cf34"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "syncookie_secret": {
      "size": 112,
      "fields": {
        "key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 4
        },
        "lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "oddeven": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reseed": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "synth_info": {
      "size": 152,
      "fields": {
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dummies": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 72
        },
        "instr_bank_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "name": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nr_drums": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "nr_voices": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "perc_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "synth_subtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "synth_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "synth_midi": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_midi"
            }
          },
          "offset": 8
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sysarch_args": {
      "size": 16,
      "fields": {
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "op_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "op_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "parms": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "parms_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "parms_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "syscall_args": {
      "size": 80,
      "fields": {
        "args": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 16
        },
        "callp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysent"
            }
          },
          "offset": 8
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "original_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "syscall_helper_data": {
      "size": 72,
      "fields": {
        "new_sysent": {
          "type": {
            "kind": "struct",
            "name": "sysent"
          },
          "offset": 0
        },
        "old_sysent": {
          "type": {
            "kind": "struct",
            "name": "sysent"
          },
          "offset": 32
        },
        "registered": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "syscall_no": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "syscall_module_data": {
      "size": 72,
      "fields": {
        "chainarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "chainevh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "new_sysent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysent"
            }
          },
          "offset": 24
        },
        "offset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "old_sysent": {
          "type": {
            "kind": "struct",
            "name": "sysent"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sysclock_snap": {
      "size": 136,
      "fields": {
        "delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "fb_info": {
          "type": {
            "kind": "struct",
            "name": "fbclock_info"
          },
          "offset": 0
        },
        "ff_info": {
          "type": {
            "kind": "struct",
            "name": "ffclock_info"
          },
          "offset": 48
        },
        "ffcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "sysclock_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "sysctl_ctx_entry": {
      "size": 24,
      "fields": {
        "entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_abcff8b3bc0bf536"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sysctl_ctx_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_ctx_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sysctl_ctx_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sysctl_info": {
      "size": 56,
      "fields": {
        "flag": {
          "type": {
            "kind": "enum",
            "name": "unnamed_76b28a1f53731e78"
          },
          "offset": 36
        },
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "support": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_9ef63e39c2fe9dac"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "sysctl_netisr_proto": {
      "size": 80,
      "fields": {
        "_snp_ispare": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "snp_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "snp_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "snp_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "snp_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "snp_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "snp_qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "snp_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sysctl_netisr_work": {
      "size": 128,
      "fields": {
        "_snw_ispare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "_snw_llspare": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 72
        },
        "snw_dispatched": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "snw_handled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "snw_hybrid_dispatched": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "snw_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "snw_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "snw_qdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "snw_queued": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "snw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "snw_watermark": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "snw_wsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "sysctl_netisr_workstream": {
      "size": 64,
      "fields": {
        "_snws_ispare": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "snws_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "snws_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "snws_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "snws_wsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sysctl_oid": {
      "size": 112,
      "fields": {
        "oid_arg1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "oid_arg2": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "oid_children": {
          "type": {
            "kind": "struct",
            "name": "sysctl_oid_list"
          },
          "offset": 0
        },
        "oid_descr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "oid_fmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "oid_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "oid_kind": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "oid_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "oid_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_368403d4e676363d"
          },
          "offset": 16
        },
        "oid_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "oid_number": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "oid_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid_list"
            }
          },
          "offset": 8
        },
        "oid_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "oid_running": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "sysctl_oid_list": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sysctl_op": {
      "size": 172,
      "fields": {
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "combined_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "max_combined": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "max_other": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "max_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "max_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "other_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "pkt_rate_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "pkt_rate_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rate_sample_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_coalesce_usecs_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_coalesce_usecs_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_coalesce_usecs_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "rx_jumbo_max_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_jumbo_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "rx_max_coalesced_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_max_coalesced_frames_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_max_coalesced_frames_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_max_coalesced_frames_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_max_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rx_mini_max_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_mini_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "stats_block_coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_coalesce_usecs_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_coalesce_usecs_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_coalesce_usecs_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_max_coalesced_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_max_coalesced_frames_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_max_coalesced_frames_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_max_coalesced_frames_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_max_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tx_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "use_adaptive_rx_coalesce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "use_adaptive_tx_coalesce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "sysctl_req": {
      "size": 96,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "lock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "newfunc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "newidx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "newlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "newptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "oldfunc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "oldidx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "oldlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "oldptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "validlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "sysent": {
      "size": 32,
      "fields": {
        "sy_auevent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "sy_call": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "sy_entry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sy_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "sy_narg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "sy_return": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sy_systrace_args_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "sy_thrcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "sysentvec": {
      "size": 392,
      "fields": {
        "sv_copyout_auxargs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "sv_copyout_strings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "sv_coredump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "sv_elf_core_abi_vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "sv_elf_core_osabi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sv_elf_core_prepare_notes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "sv_fetch_syscall_args": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "sv_fixlimit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "sv_fixup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "sv_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "sv_fxrng_gen_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "sv_hwcap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 296
        },
        "sv_hwcap2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 304
        },
        "sv_machine_arch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "sv_maxssiz": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 184
        },
        "sv_maxuser": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "sv_minsigstksz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "sv_minuser": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "sv_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "sv_onexec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "sv_onexec_old": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "sv_onexit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "sv_ontdexit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "sv_psstrings": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "sv_psstringssz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "sv_regset_begin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "regset"
              }
            }
          },
          "offset": 376
        },
        "sv_regset_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "regset"
              }
            }
          },
          "offset": 384
        },
        "sv_schedtail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "sv_sendsig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "sv_set_fork_retval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "sv_set_syscall_retval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "sv_setid_allowed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "sv_setregs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "sv_shared_page_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "sv_shared_page_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "sv_shared_page_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 256
        },
        "sv_sigcode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "sv_sigcode_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "sv_sigcodeoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sv_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sv_stackprot": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "sv_syscallnames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 216
        },
        "sv_szsigcode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "sv_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysent"
            }
          },
          "offset": 8
        },
        "sv_thread_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "sv_timekeep_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "sv_trap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "sv_usrstack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "sv_vdso_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        }
      },
      "kind": "struct"
    },
    "sysfs_ops": {
      "size": 16,
      "fields": {
        "show": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "store": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "sysinfo": {
      "size": 40,
      "fields": {
        "freehigh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "freeram": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "mem_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "totalhigh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "totalram": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "sysinit": {
      "size": 24,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "order": {
          "type": {
            "kind": "enum",
            "name": "sysinit_elem_order"
          },
          "offset": 4
        },
        "subsystem": {
          "type": {
            "kind": "enum",
            "name": "sysinit_sub_id"
          },
          "offset": 0
        },
        "udata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "system_segment_descriptor": {
      "size": 16,
      "fields": {
        "sd_dpl": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 5
        },
        "sd_gran": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 6
        },
        "sd_hibase": {
          "type": {
            "bit_length": 40,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 7
        },
        "sd_hilimit": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 6
        },
        "sd_lobase": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 2
        },
        "sd_lolimit": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "sd_mbz": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 13
        },
        "sd_p": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 5
        },
        "sd_type": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 5
        },
        "sd_xx0": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 6
        },
        "sd_xx1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 12
        },
        "sd_xx2": {
          "type": {
            "bit_length": 19,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "t3_ioq_entry": {
      "size": 16,
      "fields": {
        "ioq_alen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ioq_cp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ioq_pp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ioq_stats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "t3_mbuf_hdr": {
      "size": 16,
      "fields": {
        "mh_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "mh_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "t3_mcaddr_ctx": {
      "size": 16,
      "fields": {
        "hash_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hash_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cmac"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t3_rx_mode": {
      "size": 16,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "port_info"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "t3_vpd": {
      "size": 184,
      "fields": {
        "cclk_data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 97
        },
        "cclk_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 94
        },
        "cclk_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "ec_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "ec_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "ec_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "id_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "id_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "id_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mclk_data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 106
        },
        "mclk_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 103
        },
        "mclk_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 105
        },
        "mdc_data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 124
        },
        "mdc_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 121
        },
        "mdc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 123
        },
        "mt_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 133
        },
        "mt_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 130
        },
        "mt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 132
        },
        "na_data": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 82
        },
        "na_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 79
        },
        "na_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "pn_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "pn_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "pn_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "port0_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 156
        },
        "port0_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 153
        },
        "port0_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 155
        },
        "port1_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 161
        },
        "port1_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 158
        },
        "port1_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 160
        },
        "port2_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 166
        },
        "port2_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 163
        },
        "port2_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 165
        },
        "port3_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 171
        },
        "port3_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "port3_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 170
        },
        "rv_data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 176
        },
        "rv_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 173
        },
        "rv_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 175
        },
        "sn_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 63
        },
        "sn_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "sn_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "uclk_data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 115
        },
        "uclk_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "uclk_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 114
        },
        "vpdr_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "vpdr_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "xaui0cfg_data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 138
        },
        "xaui0cfg_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 135
        },
        "xaui0cfg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 137
        },
        "xaui1cfg_data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 147
        },
        "xaui1cfg_kword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 144
        },
        "xaui1cfg_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 146
        }
      },
      "kind": "struct"
    },
    "t4_bootrom": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pf_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pfidx_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "t4_clip_addr": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "t4_cudbg_dump": {
      "size": 32,
      "fields": {
        "bitmap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "wr_flash": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t4_data": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t4_filter": {
      "size": 176,
      "fields": {
        "fs": {
          "type": {
            "kind": "struct",
            "name": "t4_filter_specification"
          },
          "offset": 16
        },
        "hits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "l2tidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "smtidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "t4_filter_specification": {
      "size": 156,
      "fields": {
        "action": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dirsteer": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dirsteerhash": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "dmac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "eport": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "hash": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hitcnts": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "iq": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "mask": {
          "type": {
            "kind": "struct",
            "name": "t4_filter_tuple"
          },
          "offset": 108
        },
        "maskhash": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "nat_dip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "nat_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "nat_flag_chk": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "nat_mode": {
          "type": {
            "bit_length": 3,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "nat_seq_chk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nat_sip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "nat_sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "newdmac": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "newsmac": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "newvlan": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "prio": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rpttid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "smac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "swapmac": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "type": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "struct",
            "name": "t4_filter_tuple"
          },
          "offset": 60
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "t4_filter_tuple": {
      "size": 48,
      "fields": {
        "dip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "fcoe": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "frag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "iport": {
          "type": {
            "bit_length": 3,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "macidx": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45
        },
        "matchtype": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "ovlan_vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "pfvf_vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "sip": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "vlan_vld": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 46
        },
        "vnic": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "t4_i2c_data": {
      "size": 12,
      "fields": {
        "data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "dev_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t4_mem_range": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "t4_offload_policy": {
      "size": 16,
      "fields": {
        "nrules": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "offload_rule"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "t4_range": {
      "size": 8,
      "fields": {
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t4_reg": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "t4_regdump": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t4_sched_class_params": {
      "size": 20,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "cl": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 5
        },
        "level": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "maxrate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "minrate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "pktsize": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        },
        "ratemode": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "rateunit": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "weight": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "t4_sched_params": {
      "size": 76,
      "fields": {
        "subcmd": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_cc069f0c3f136b39"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "t4_sched_queue": {
      "size": 3,
      "fields": {
        "cl": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 2
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "t4_sge_context": {
      "size": 32,
      "fields": {
        "cid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "mem_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t4_trace_params": {
      "size": 232,
      "fields": {
        "data": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "invert": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 230
        },
        "mask": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "min_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 226
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 231
        },
        "skip_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 229
        },
        "skip_ofst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 228
        },
        "snap_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "t4_tracer": {
      "size": 236,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tp": {
          "type": {
            "kind": "struct",
            "name": "t4_trace_params"
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "t4_virt_res": {
      "size": 88,
      "fields": {
        "cq": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 48
        },
        "ddp": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 0
        },
        "iscsi": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 8
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 80
        },
        "l2t": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 72
        },
        "ocq": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 64
        },
        "pbl": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 32
        },
        "qp": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 40
        },
        "rq": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 24
        },
        "srq": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 56
        },
        "stag": {
          "type": {
            "kind": "struct",
            "name": "t4_range"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "t4_vpdr_hdr": {
      "size": 3,
      "fields": {
        "vpdr_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "vpdr_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "t4iov_softc": {
      "size": 56,
      "fields": {
        "bh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "regs_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "regs_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sc_attached": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sc_main": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "t_bind": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "netbuf"
          },
          "offset": 0
        },
        "qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "target_cmd": {
      "size": 32,
      "fields": {
        "bytes": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "cmd_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "identify": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pad": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "scsiid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "target_data": {
      "size": 12,
      "fields": {
        "data_phase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "initiator_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "residual_datacnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "residual_sg_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "target_phases": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "target_status": {
      "size": 12,
      "fields": {
        "data_phase": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "initiator_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "residual_datacnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "residual_sgptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "target_phases": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "task": {
      "size": 32,
      "fields": {
        "ta_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "ta_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ta_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ta_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2a08f31120b52a74"
          },
          "offset": 0
        },
        "ta_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ta_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "task_struct": {
      "size": 168,
      "fields": {
        "bsd_interrupt_value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "bsd_ioctl_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "bsd_ioctl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "comm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "exited": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 80
        },
        "fpu_ctx_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "group_leader": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task_struct"
            }
          },
          "offset": 144
        },
        "kthread_flags": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 44
        },
        "mm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mm_struct"
            }
          },
          "offset": 8
        },
        "parked": {
          "type": {
            "kind": "struct",
            "name": "completion"
          },
          "offset": 76
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "rcu_entry": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_2fc6b195be588736"
            }
          },
          "offset": 88
        },
        "rcu_recurse": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "rcu_section": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        },
        "state": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 40
        },
        "task_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "task_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "task_ret": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "task_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "usage": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 36
        },
        "work": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "work_struct"
            }
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "tasklet_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tasklet_struct"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tasklet_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tasklet_struct": {
      "size": 56,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "count": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 28
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bbc6ef29970dc773"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "tasklet_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "use_callback": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "tasklet_worker": {
      "size": 192,
      "fields": {
        "gtask": {
          "type": {
            "kind": "struct",
            "name": "grouptask"
          },
          "offset": 48
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "tasklet_list"
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "taskq_bind_task": {
      "size": 40,
      "fields": {
        "bt_cpuid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "bt_task": {
          "type": {
            "kind": "struct",
            "name": "gtask"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "taskqgroup": {
      "size": 24624,
      "fields": {
        "tqg_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24616
        },
        "tqg_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24576
        },
        "tqg_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24608
        },
        "tqg_queue": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "taskqgroup_cpu"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "taskqgroup_cpu": {
      "size": 24,
      "fields": {
        "tgc_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tgc_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tgc_taskq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gtaskqueue"
            }
          },
          "offset": 8
        },
        "tgc_tasks": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cc1ed387f46d4191"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "taskqueue": {
      "size": 256,
      "fields": {
        "tq_active": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bad35e870f707795"
          },
          "offset": 16
        },
        "tq_callbacks": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 176
        },
        "tq_callouts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tq_cb_contexts": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 192
        },
        "tq_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "tq_enqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "tq_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "tq_hint": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task"
            }
          },
          "offset": 24
        },
        "tq_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 64
        },
        "tq_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "tq_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bc39f46f08b29ec1"
          },
          "offset": 0
        },
        "tq_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tq_spin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "tq_tcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "tq_threads": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "taskqueue_busy": {
      "size": 32,
      "fields": {
        "tb_canceling": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 12
        },
        "tb_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fafff3cf94fe9560"
          },
          "offset": 16
        },
        "tb_running": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task"
            }
          },
          "offset": 0
        },
        "tb_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tb_profile": {
      "size": 16,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tb_regulator": {
      "size": 48,
      "fields": {
        "tbr_depth": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "tbr_filluptime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "tbr_last": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tbr_lastop": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "tbr_rate": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "tbr_token": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "tc_action": {
      "size": 16,
      "fields": {
        "tca_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tca_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_f8b1b2330666afcc"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tcode_info": {
      "size": 3,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "valid_res": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "tcp_fastopen": {
      "size": 20,
      "fields": {
        "enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "psk": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tcp_fastopen_callout": {
      "size": 72,
      "fields": {
        "c": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "tcp_fastopen_ccache": {
      "size": 32,
      "fields": {
        "base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_fastopen_ccache_bucket"
            }
          },
          "offset": 8
        },
        "bucket_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "buckets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "secret": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_fastopen_ccache_bucket": {
      "size": 64,
      "fields": {
        "ccb_ccache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_fastopen_ccache"
            }
          },
          "offset": 56
        },
        "ccb_entries": {
          "type": {
            "kind": "struct",
            "name": "bucket_entries"
          },
          "offset": 32
        },
        "ccb_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "ccb_num_entries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "tcp_fastopen_ccache_entry": {
      "size": 80,
      "fields": {
        "af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "cce_client_ip": {
          "type": {
            "kind": "union",
            "name": "tcp_fastopen_ip_addr"
          },
          "offset": 16
        },
        "cce_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e9f0baa73001a3fc"
          },
          "offset": 0
        },
        "cce_server_ip": {
          "type": {
            "kind": "union",
            "name": "tcp_fastopen_ip_addr"
          },
          "offset": 32
        },
        "cookie": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 54
        },
        "cookie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "disable_time": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "server_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "server_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "tcp_fastopen_ip_addr": {
      "size": 16,
      "fields": {
        "v4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "v6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "tcp_fastopen_keylist": {
      "size": 72,
      "fields": {
        "key": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 8
        },
        "newest": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "newest_psk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "psk": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "tcp_funchead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_function"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_function"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tcp_function": {
      "size": 56,
      "fields": {
        "tf_fb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_function_block"
            }
          },
          "offset": 48
        },
        "tf_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "tf_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7c7b8f440db1a8c8"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_function_block": {
      "size": 184,
      "fields": {
        "tfb_chg_query": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "tfb_compute_pipe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "tfb_do_queued_segments": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tfb_do_segment_nounlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "tfb_early_wake_check": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "tfb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tfb_hwtls_change": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "tfb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 176
        },
        "tfb_pru_options": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "tfb_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tfb_switch_failed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "tfb_tcp_block_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tfb_tcp_ctloutput": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "tfb_tcp_do_segment": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "tfb_tcp_fb_fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "tfb_tcp_fb_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "tfb_tcp_handoff_ok": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "tfb_tcp_mtu_chg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "tfb_tcp_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "tfb_tcp_rexmit_tmr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "tfb_tcp_timer_stop_all": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "tcp_function_info": {
      "size": 72,
      "fields": {
        "tfi_alias": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 37
        },
        "tfi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "tfi_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5
        },
        "tfi_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_function_set": {
      "size": 36,
      "fields": {
        "function_set_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pcbcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "tcp_hhook_data": {
      "size": 40,
      "fields": {
        "curack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "th": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcphdr"
            }
          },
          "offset": 8
        },
        "to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcpopt"
            }
          },
          "offset": 16
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcpcb"
            }
          },
          "offset": 0
        },
        "tso": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "tcp_hostcache": {
      "size": 64,
      "fields": {
        "bucket_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "cache_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "cache_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "expire": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "hashbase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hc_head"
            }
          },
          "offset": 0
        },
        "hashmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "hashsalt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "hashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "prune": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "purgeall": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "smr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smr"
            }
          },
          "offset": 16
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tcp_hwrate_limit_table": {
      "size": 48,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ptbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_rate_set"
            }
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "rs_num_enobufs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 8
        },
        "time_between": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "using": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "tcp_ifcap": {
      "size": 16,
      "fields": {
        "ifcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tsomax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tsomaxsegcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tsomaxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "tcp_info": {
      "size": 256,
      "fields": {
        "__tcpi_advmss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "__tcpi_ato": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "__tcpi_backoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "__tcpi_ca_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "__tcpi_delivered_ce_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "__tcpi_delivered_e0_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "__tcpi_delivered_e1_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "__tcpi_fackets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "__tcpi_last_ack_recv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "__tcpi_last_ack_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "__tcpi_last_data_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "__tcpi_lost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "__tcpi_pad": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "__tcpi_pmtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "__tcpi_probes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "__tcpi_rcv_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "__tcpi_rcv_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "__tcpi_received_ce_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "__tcpi_received_e0_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "__tcpi_received_e1_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "__tcpi_reordering": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "__tcpi_retrans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "__tcpi_retransmits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "__tcpi_sacked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "__tcpi_unacked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tcpi_delivered_ce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tcpi_last_data_recv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tcpi_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "tcpi_rcv_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tcpi_rcv_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tcpi_rcv_ooopack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tcpi_rcv_space": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tcpi_rcv_wscale": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "tcpi_received_ce": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tcpi_rto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tcpi_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tcpi_rttvar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tcpi_snd_bwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tcpi_snd_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tcpi_snd_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tcpi_snd_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tcpi_snd_rexmitpack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tcpi_snd_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tcpi_snd_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tcpi_snd_wscale": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "tcpi_snd_zerowin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tcpi_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tcpi_toe_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tcpi_total_tlp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tcpi_total_tlp_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "tcp_log_bbr": {
      "size": 104,
      "fields": {
        "__spare": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 97
        },
        "applimited": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "bbr_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "bbr_substate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "bw_inuse": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "cur_del_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cwnd_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "delRate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "flex1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "flex2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "flex3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "flex4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "flex5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "flex6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flex7": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 92
        },
        "flex8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 99
        },
        "inflight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "inhpts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "lost": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "lt_epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "pacing_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "pkt_epoch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "pkts_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rttProp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "timeStamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "use_lt_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 98
        }
      },
      "kind": "struct"
    },
    "tcp_log_buffer": {
      "size": 328,
      "fields": {
        "_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 157
        },
        "tlb_dupacks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tlb_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "tlb_eventflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "tlb_eventid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "tlb_fbyte_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tlb_fbyte_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tlb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tlb_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tlb_flex1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tlb_flex2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tlb_iss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tlb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "tlb_opts": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 288
        },
        "tlb_rcv_adv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tlb_rcv_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tlb_rcv_scale": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 156
        },
        "tlb_rcv_up": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tlb_rcv_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tlb_rttvar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tlb_rxbuf": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_sockbuf"
          },
          "offset": 32
        },
        "tlb_segqlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "tlb_sn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tlb_snd_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tlb_snd_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tlb_snd_numholes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "tlb_snd_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tlb_snd_recover": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tlb_snd_scale": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 156
        },
        "tlb_snd_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tlb_snd_una": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tlb_snd_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tlb_srtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tlb_stackid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "tlb_stackinfo": {
          "type": {
            "kind": "union",
            "name": "tcp_log_stackspecific"
          },
          "offset": 160
        },
        "tlb_starttime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tlb_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "tlb_th": {
          "type": {
            "kind": "struct",
            "name": "tcphdr"
          },
          "offset": 268
        },
        "tlb_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tlb_tv": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        },
        "tlb_txbuf": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_sockbuf"
          },
          "offset": 44
        },
        "tlb_verbose": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_verbose"
            }
          },
          "offset": 328
        }
      },
      "kind": "struct"
    },
    "tcp_log_common_header": {
      "size": 16,
      "fields": {
        "tlch_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tlch_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tlch_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_log_dev_info": {
      "size": 32,
      "fields": {
        "tldi_cur": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_common_header"
            }
          },
          "offset": 16
        },
        "tldi_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_dev_queue"
            }
          },
          "offset": 8
        },
        "tldi_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a24ebd9e31a95a02"
          },
          "offset": 0
        },
        "tldi_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "tcp_log_dev_log_queue": {
      "size": 232,
      "fields": {
        "tldl_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 228
        },
        "tldl_common": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_dev_queue"
          },
          "offset": 0
        },
        "tldl_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "tldl_entries": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_stailq"
          },
          "offset": 208
        },
        "tldl_id": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "tldl_ie": {
          "type": {
            "kind": "struct",
            "name": "in_endpoints"
          },
          "offset": 168
        },
        "tldl_reason": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "tldl_tag": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "tcp_log_dev_queue": {
      "size": 40,
      "fields": {
        "tldq_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_common_header"
            }
          },
          "offset": 8
        },
        "tldq_dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "tldq_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b022e09196d3fa24"
          },
          "offset": 0
        },
        "tldq_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tldq_xform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "tcp_log_eventspecific_t": {
      "size": 104,
      "fields": {
        "u64_raw": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_uint64"
          },
          "offset": 0
        },
        "u_bbr": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_bbr"
          },
          "offset": 0
        },
        "u_rack": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_rack"
          },
          "offset": 0
        },
        "u_raw": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_raw"
          },
          "offset": 0
        },
        "u_sf": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_sendfile"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "tcp_log_header": {
      "size": 208,
      "fields": {
        "_pad": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 201
        },
        "tlh_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 200
        },
        "tlh_common": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_common_header"
          },
          "offset": 0
        },
        "tlh_id": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "tlh_ie": {
          "type": {
            "kind": "struct",
            "name": "in_endpoints"
          },
          "offset": 16
        },
        "tlh_offset": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 56
        },
        "tlh_reason": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "tlh_tag": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "tcp_log_id_bucket": {
      "size": 176,
      "fields": {
        "tlb_head": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_id_head"
          },
          "offset": 120
        },
        "tlb_id": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tlb_loglimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tlb_logstate": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 172
        },
        "tlb_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 128
        },
        "tlb_rb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_41e9afed70aeedae"
          },
          "offset": 96
        },
        "tlb_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tlb_reqcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tlb_tag": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "tcp_log_id_head": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_log_id_node": {
      "size": 120,
      "fields": {
        "tln_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 112
        },
        "tln_bucket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_bucket"
            }
          },
          "offset": 40
        },
        "tln_closed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "tln_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "tln_entries": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_stailq"
          },
          "offset": 88
        },
        "tln_expireq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b3627759f80acbb3"
          },
          "offset": 8
        },
        "tln_expiretime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "tln_ie": {
          "type": {
            "kind": "struct",
            "name": "in_endpoints"
          },
          "offset": 48
        },
        "tln_inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 24
        },
        "tln_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_66d7e0a6e770a8c2"
          },
          "offset": 0
        },
        "tln_tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcpcb"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "tcp_log_id_tree": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_bucket"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_log_mem": {
      "size": 408,
      "fields": {
        "tlm_buf": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_buffer"
          },
          "offset": 8
        },
        "tlm_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2b86d3cb12085393"
          },
          "offset": 0
        },
        "tlm_v": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_verbose"
          },
          "offset": 336
        }
      },
      "kind": "struct"
    },
    "tcp_log_rack": {
      "size": 8,
      "fields": {
        "_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "tlr_rack_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tlr_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tcp_log_raw": {
      "size": 104,
      "fields": {
        "u16_flex": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 88
        },
        "u32_flex": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "u32_flex2": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 100
        },
        "u64_flex": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "u8_flex": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 94
        }
      },
      "kind": "struct"
    },
    "tcp_log_sendfile": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_log_sockbuf": {
      "size": 12,
      "fields": {
        "tls_sb_acc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tls_sb_ccc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tls_sb_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tcp_log_stackspecific": {
      "size": 104,
      "fields": {
        "u64_raw": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_uint64"
          },
          "offset": 0
        },
        "u_bbr": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_bbr"
          },
          "offset": 0
        },
        "u_rack": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_rack"
          },
          "offset": 0
        },
        "u_raw": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_raw"
          },
          "offset": 0
        },
        "u_sf": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_sendfile"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "tcp_log_stailq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_mem"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_log_mem"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tcp_log_uint64": {
      "size": 104,
      "fields": {
        "u64_flex": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_log_verbose": {
      "size": 72,
      "fields": {
        "_pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "tlv_snd_frm": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tlv_trace_func": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "tlv_trace_line": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "tcp_ports": {
      "size": 4,
      "fields": {
        "th_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "th_sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_query_resp": {
      "size": 72,
      "fields": {
        "req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "req_param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_a66c295d3243d47e"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "tcp_rate_set": {
      "size": 112,
      "fields": {
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7d198a3988bb7ee5"
          },
          "offset": 16
        },
        "rs_disable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "rs_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 96
        },
        "rs_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "rs_flow_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rs_flows_using": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rs_highest_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "rs_if_dunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rs_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 32
        },
        "rs_lowest_valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "rs_min_seg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "rs_rate_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "rs_rlt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_hwrate_limit_table"
            }
          },
          "offset": 40
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tcp_syncache": {
      "size": 272,
      "fields": {
        "bucket_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cache_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "hash_secret": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "hashbase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "syncache_head"
            }
          },
          "offset": 0
        },
        "hashmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pause_backoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 264
        },
        "pause_co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 192
        },
        "pause_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 160
        },
        "pause_until": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 256
        },
        "paused": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 265
        },
        "rexmt_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "secret": {
          "type": {
            "kind": "struct",
            "name": "syncookie_secret"
          },
          "offset": 48
        },
        "see_other": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 266
        },
        "vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 40
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tcpcb": {
      "size": 1304,
      "fields": {
        "_t_logpoint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1296
        },
        "_t_logstate": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 611
        },
        "bits_spare": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 615
        },
        "gput_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1164
        },
        "gput_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1160
        },
        "gput_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1156
        },
        "irs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 748
        },
        "iss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 752
        },
        "last_ack_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 700
        },
        "max_sndwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 824
        },
        "rcv_adv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 672
        },
        "rcv_numsacks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 652
        },
        "rcv_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 668
        },
        "rcv_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 697
        },
        "rcv_up": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 708
        },
        "rcv_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "request_r_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 699
        },
        "rfbuf_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 972
        },
        "rfbuf_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "sackblks": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sackblk"
            }
          },
          "offset": 876
        },
        "sackhint": {
          "type": {
            "kind": "struct",
            "name": "sackhint"
          },
          "offset": 928
        },
        "snd_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "snd_cwnd_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 828
        },
        "snd_fack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 872
        },
        "snd_holes": {
          "type": {
            "kind": "struct",
            "name": "sackhole_head"
          },
          "offset": 856
        },
        "snd_limited": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 698
        },
        "snd_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "snd_numholes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 844
        },
        "snd_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "snd_recover": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 768
        },
        "snd_recover_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 836
        },
        "snd_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 696
        },
        "snd_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 736
        },
        "snd_ssthresh_prev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 832
        },
        "snd_una": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "snd_up": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "snd_wl1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 740
        },
        "snd_wl2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 744
        },
        "snd_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "t_acktime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 756
        },
        "t_badrxtwin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 848
        },
        "t_blackhole_enter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 808
        },
        "t_blackhole_exit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 812
        },
        "t_bytes_acked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1048
        },
        "t_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 408
        },
        "t_cc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cc_algo"
            }
          },
          "offset": 1000
        },
        "t_ccv": {
          "type": {
            "kind": "struct",
            "name": "cc_var"
          },
          "offset": 1008
        },
        "t_delayed_ack": {
          "type": {
            "bit_length": 7,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 614
        },
        "t_dsack_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1208
        },
        "t_dsack_pack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1216
        },
        "t_dsack_tlp_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1212
        },
        "t_dupacks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1072
        },
        "t_end_info_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1224
        },
        "t_fb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_function_block"
            }
          },
          "offset": 392
        },
        "t_fb_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 400
        },
        "t_fbyte_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 796
        },
        "t_fbyte_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 800
        },
        "t_fin_is_rst": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 615
        },
        "t_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "t_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "t_hpts": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4f03c28a18f1d89"
          },
          "offset": 552
        },
        "t_hpts_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 600
        },
        "t_hpts_drop_reas": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "t_hpts_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 596
        },
        "t_hpts_request": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "t_hpts_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "t_idle_reduce": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 614
        },
        "t_in_hpts": {
          "type": {
            "kind": "enum",
            "name": "unnamed_504ef2bc8fe3ef40"
          },
          "offset": 604
        },
        "t_inpcb": {
          "type": {
            "kind": "struct",
            "name": "inpcb"
          },
          "offset": 0
        },
        "t_inqueue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdfb423221cc4a6b"
          },
          "offset": 568
        },
        "t_iobc": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 773
        },
        "t_keepcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1068
        },
        "t_keepidle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1060
        },
        "t_keepinit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1056
        },
        "t_keepintvl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1064
        },
        "t_lib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_bucket"
            }
          },
          "offset": 1128
        },
        "t_lin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_node"
            }
          },
          "offset": 1120
        },
        "t_log_state_set": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 615
        },
        "t_loglimit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1080
        },
        "t_lognum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1076
        },
        "t_logs": {
          "type": {
            "kind": "struct",
            "name": "tcp_log_stailq"
          },
          "offset": 1104
        },
        "t_logsn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1152
        },
        "t_lro_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 602
        },
        "t_maxpeakrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1172
        },
        "t_maxseg": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 608
        },
        "t_maxunacktime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1052
        },
        "t_nic_ktls_spare": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 774
        },
        "t_nic_ktls_xmit": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 774
        },
        "t_nic_ktls_xmit_dis": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 774
        },
        "t_oobflags": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 772
        },
        "t_osd": {
          "type": {
            "kind": "struct",
            "name": "osd"
          },
          "offset": 1264
        },
        "t_output_caller": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1136
        },
        "t_pacing_rate": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1096
        },
        "t_pmtud_saved_maxseg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 804
        },
        "t_port": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 612
        },
        "t_precisions": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 512
        },
        "t_rcep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1084
        },
        "t_rcvoopack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 988
        },
        "t_rcvtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 704
        },
        "t_rtseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 788
        },
        "t_rttlow": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 968
        },
        "t_rttmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 816
        },
        "t_rtttime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 784
        },
        "t_rttupdated": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1221
        },
        "t_rttvar": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 688
        },
        "t_rxtcur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 776
        },
        "t_rxtshift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 780
        },
        "t_scep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1088
        },
        "t_segq": {
          "type": {
            "kind": "struct",
            "name": "tsegqe_head"
          },
          "offset": 720
        },
        "t_segqlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 712
        },
        "t_segqmbuflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 716
        },
        "t_snd_rxt_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1200
        },
        "t_sndbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1192
        },
        "t_sndrexmitpack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 984
        },
        "t_sndtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 760
        },
        "t_sndtlpbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1184
        },
        "t_sndtlppack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1176
        },
        "t_sndzerowin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 840
        },
        "t_softerror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 820
        },
        "t_srtt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 684
        },
        "t_starttime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 792
        },
        "t_state": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 614
        },
        "t_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statsblob"
            }
          },
          "offset": 1144
        },
        "t_stats_gput_prev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1168
        },
        "t_tfo_client_cookie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1222
        },
        "t_tfo_cookie": {
          "type": {
            "kind": "union",
            "name": "unnamed_98d6fb52ab6ffcee"
          },
          "offset": 1240
        },
        "t_tfo_pending": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1232
        },
        "t_timers": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 472
        },
        "t_tmr_granularity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1220
        },
        "t_toe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 992
        },
        "t_tsomax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 656
        },
        "t_tsomaxsegcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 660
        },
        "t_tsomaxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 664
        },
        "tod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "toedev"
            }
          },
          "offset": 976
        },
        "ts_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "ts_recent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "ts_recent_age": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 764
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_24c99240e0d249ce"
          },
          "offset": 1256,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "tcphdr": {
      "size": 20,
      "fields": {
        "th_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "th_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "th_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "th_off": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "th_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "th_sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "th_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "th_urp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "th_win": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "th_x2": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "tcpmd5_methods": {
      "size": 24,
      "fields": {
        "input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "pcbctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "tcpmd5_support": {
      "size": 16,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcpmd5_methods"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tcpopt": {
      "size": 56,
      "fields": {
        "to_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "to_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "to_nsacks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "to_sacks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "to_signature": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "to_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "to_tfo_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "to_tfo_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "to_tsecr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "to_tsval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "to_wscale": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        }
      },
      "kind": "struct"
    },
    "tcpstat": {
      "size": 984,
      "fields": {
        "_pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 952
        },
        "tcps_accepts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tcps_ace_ce": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 912
        },
        "tcps_ace_ect0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 904
        },
        "tcps_ace_ect1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 896
        },
        "tcps_ace_nect": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 888
        },
        "tcps_badrst": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "tcps_badsyn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 488
        },
        "tcps_cachedrtt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 432
        },
        "tcps_cachedrttvar": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 440
        },
        "tcps_cachedssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 448
        },
        "tcps_closed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tcps_connattempt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tcps_conndrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tcps_connects": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tcps_delack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tcps_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tcps_dsack_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 848
        },
        "tcps_dsack_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 840
        },
        "tcps_dsack_tlp_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 856
        },
        "tcps_ecn_rcvce": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 720
        },
        "tcps_ecn_rcvect0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 728
        },
        "tcps_ecn_rcvect1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 736
        },
        "tcps_ecn_rcwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 752
        },
        "tcps_ecn_shs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 744
        },
        "tcps_ecn_sndect0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 920
        },
        "tcps_ecn_sndect1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 928
        },
        "tcps_finwait2_drops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 656
        },
        "tcps_hc_added": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 640
        },
        "tcps_hc_bucketoverflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 648
        },
        "tcps_keepdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tcps_keepprobe": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tcps_keeptimeo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tcps_listendrop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 504
        },
        "tcps_minmssdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tcps_mturesent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 496
        },
        "tcps_pawsdrop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "tcps_pcbcachemiss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 424
        },
        "tcps_persistdrop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 480
        },
        "tcps_persisttimeo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tcps_pmtud_blackhole_activated": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 800
        },
        "tcps_pmtud_blackhole_activated_min_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 808
        },
        "tcps_pmtud_blackhole_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 816
        },
        "tcps_predack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "tcps_preddat": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "tcps_progdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tcps_rcvackbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "tcps_rcvackpack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "tcps_rcvacktoomuch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "tcps_rcvafterclose": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "tcps_rcvbadoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "tcps_rcvbadsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "tcps_rcvbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "tcps_rcvbyteafterwin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "tcps_rcvdupack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "tcps_rcvdupbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "tcps_rcvduppack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "tcps_rcvoobyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "tcps_rcvoopack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "tcps_rcvpack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "tcps_rcvpackafterwin": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "tcps_rcvpartdupbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "tcps_rcvpartduppack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "tcps_rcvreassfull": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "tcps_rcvshort": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "tcps_rcvtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "tcps_rcvwinprobe": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "tcps_rcvwinupd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "tcps_rexmttimeo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tcps_rttupdated": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tcps_sack_lostrexmt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 704
        },
        "tcps_sack_rcv_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 688
        },
        "tcps_sack_recovery_episode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 664
        },
        "tcps_sack_rexmit_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 680
        },
        "tcps_sack_rexmits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 672
        },
        "tcps_sack_sboverflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "tcps_sack_send_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 696
        },
        "tcps_sc_aborted": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 592
        },
        "tcps_sc_added": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 520
        },
        "tcps_sc_badack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 600
        },
        "tcps_sc_bucketoverflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "tcps_sc_cacheoverflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 568
        },
        "tcps_sc_completed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "tcps_sc_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "tcps_sc_dupsyn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "tcps_sc_recvcookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "tcps_sc_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 576
        },
        "tcps_sc_retransmitted": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 528
        },
        "tcps_sc_sendcookie": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "tcps_sc_stale": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 584
        },
        "tcps_sc_unreach": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 608
        },
        "tcps_sc_zonefail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 616
        },
        "tcps_segstimed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tcps_sig_err_buildsig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 776
        },
        "tcps_sig_err_nosigopt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 792
        },
        "tcps_sig_err_sigopt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 784
        },
        "tcps_sig_rcvbadsig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 768
        },
        "tcps_sig_rcvgoodsig": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 760
        },
        "tcps_sndacks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "tcps_sndbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tcps_sndctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tcps_sndpack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tcps_sndprobe": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "tcps_sndrexmitbad": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tcps_sndrexmitbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tcps_sndrexmitpack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tcps_sndtotal": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tcps_sndurg": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "tcps_sndwinup": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "tcps_timeoutdrop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tcps_tlpresend_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 944
        },
        "tcps_tlpresends": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 936
        },
        "tcps_tunneled_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 832
        },
        "tcps_tunneled_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 824
        },
        "tcps_tw_recycles": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 864
        },
        "tcps_tw_resets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 872
        },
        "tcps_tw_responds": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 880
        },
        "tcps_usedrtt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "tcps_usedrttvar": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "tcps_usedssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        }
      },
      "kind": "struct"
    },
    "tcptemp": {
      "size": 60,
      "fields": {
        "tt_ipgen": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tt_t": {
          "type": {
            "kind": "struct",
            "name": "tcphdr"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "td_sched": {
      "size": 48,
      "fields": {
        "ts_cpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ts_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "ts_ftick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ts_ltick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ts_rltick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ts_runq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "runq"
            }
          },
          "offset": 0
        },
        "ts_runtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ts_slice": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ts_slptime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ts_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "tdcountbatch": {
      "size": 4,
      "fields": {
        "n": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tdq": {
      "size": 3264,
      "fields": {
        "tdq_cg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpu_group"
            }
          },
          "offset": 64
        },
        "tdq_cpu_idle": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "tdq_curthread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 72
        },
        "tdq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "tdq_idle": {
          "type": {
            "kind": "struct",
            "name": "runq"
          },
          "offset": 2176
        },
        "tdq_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 102
        },
        "tdq_load": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "tdq_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "tdq_lowpri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 100
        },
        "tdq_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 3208
        },
        "tdq_oldswitchcnt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 98
        },
        "tdq_owepreempt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 101
        },
        "tdq_realtime": {
          "type": {
            "kind": "struct",
            "name": "runq"
          },
          "offset": 112
        },
        "tdq_ridx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 103
        },
        "tdq_switchcnt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 96
        },
        "tdq_sysload": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "tdq_timeshare": {
          "type": {
            "kind": "struct",
            "name": "runq"
          },
          "offset": 1144
        },
        "tdq_transferable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        }
      },
      "kind": "struct"
    },
    "teken_attr_t": {
      "size": 3,
      "fields": {
        "ta_bgcolor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ta_fgcolor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ta_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "teken_funcs_t": {
      "size": 72,
      "fields": {
        "tf_bell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "tf_copy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "tf_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "tf_fill": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "tf_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tf_post_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "tf_pre_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "tf_putchar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "tf_respond": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "teken_pos_t": {
      "size": 4,
      "fields": {
        "tp_col": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tp_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "teken_rect_t": {
      "size": 8,
      "fields": {
        "tr_begin": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 0
        },
        "tr_end": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "teken_span_t": {
      "size": 4,
      "fields": {
        "ts_begin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ts_end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "teken_stat": {
      "size": 168,
      "fields": {
        "ts_busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "ts_teken": {
          "type": {
            "kind": "struct",
            "name": "teken_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "teken_t": {
      "size": 160,
      "fields": {
        "t_curattr": {
          "type": {
            "kind": "struct",
            "name": "teken_attr_t"
          },
          "offset": 68
        },
        "t_curnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "t_curscs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "t_cursor": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 64
        },
        "t_defattr": {
          "type": {
            "kind": "struct",
            "name": "teken_attr_t"
          },
          "offset": 79
        },
        "t_funcs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "teken_funcs_t"
            }
          },
          "offset": 0
        },
        "t_last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "t_nextstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "t_nums": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 28
        },
        "t_originreg": {
          "type": {
            "kind": "struct",
            "name": "teken_span_t"
          },
          "offset": 90
        },
        "t_saved_curattr": {
          "type": {
            "kind": "struct",
            "name": "teken_attr_t"
          },
          "offset": 76
        },
        "t_saved_curscs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "t_saved_cursor": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 72
        },
        "t_scrollreg": {
          "type": {
            "kind": "struct",
            "name": "teken_span_t"
          },
          "offset": 86
        },
        "t_scs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 144
        },
        "t_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "t_stateflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "t_tabstops": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "t_utf8_left": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "t_utf8_partial": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "t_winsize": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 82
        }
      },
      "kind": "struct"
    },
    "term_info": {
      "size": 104,
      "fields": {
        "ti_desc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ti_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ti_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ti_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "term_info_t": {
      "size": 104,
      "fields": {
        "ti_desc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ti_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ti_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ti_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "term_stat": {
      "size": 72,
      "fields": {
        "attr_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "cur_attr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cur_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 52
        },
        "dflt_rev_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 68
        },
        "dflt_std_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 64
        },
        "esc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "last_param": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "num_param": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "param": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "rev_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 60
        },
        "saved_xpos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "saved_ypos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "std_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "terminal": {
      "size": 240,
      "fields": {
        "consdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "consdev"
            }
          },
          "offset": 232
        },
        "tm_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "terminal_class"
            }
          },
          "offset": 0
        },
        "tm_emulator": {
          "type": {
            "kind": "struct",
            "name": "teken_t"
          },
          "offset": 56
        },
        "tm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "tm_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "tm_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "tm_tty": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 48
        },
        "tm_winsize": {
          "type": {
            "kind": "struct",
            "name": "winsize"
          },
          "offset": 216
        }
      },
      "kind": "struct"
    },
    "terminal_class": {
      "size": 128,
      "fields": {
        "tc_bell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "tc_cngetc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "tc_cngrab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "tc_cnprobe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "tc_cnungrab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "tc_copy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "tc_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "tc_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tc_fill": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "tc_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "tc_mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "tc_opened": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "tc_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "tc_post_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "tc_pre_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "tc_putchar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "termios": {
      "size": 44,
      "fields": {
        "c_cc": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "c_cflag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "c_iflag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "c_ispeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "c_lflag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "c_oflag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "c_ospeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "test_fixture": {
      "size": 24,
      "fields": {
        "setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "teardown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "test": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "test_fixture_t": {
      "size": 24,
      "fields": {
        "setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "teardown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "test": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tg_mem": {
      "size": 24,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tgAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "userAddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tg_reg": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tgt_resource_t": {
      "size": 40,
      "fields": {
        "atios": {
          "type": {
            "kind": "struct",
            "name": "mpt_hdr_stailq"
          },
          "offset": 0
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "inots": {
          "type": {
            "kind": "struct",
            "name": "mpt_hdr_stailq"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "thr_coredump_req": {
      "size": 24,
      "fields": {
        "tc_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tc_limit": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "tc_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "thr_create_args": {
      "size": 24,
      "fields": {
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucontext_t"
            }
          },
          "offset": 0
        },
        "ctx_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ctx_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "thr_create_initthr_args": {
      "size": 896,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "ucontext_t"
          },
          "offset": 0
        },
        "tid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 880
        }
      },
      "kind": "struct"
    },
    "thr_exit_args": {
      "size": 8,
      "fields": {
        "state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        },
        "state_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "state_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "thr_kill2_args": {
      "size": 24,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sig_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "sig_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "thr_kill_args": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sig_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "sig_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "thr_new_args": {
      "size": 16,
      "fields": {
        "param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thr_param"
            }
          },
          "offset": 0
        },
        "param_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "param_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "param_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "param_size_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "param_size_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "thr_param": {
      "size": 104,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "child_tid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 48
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "parent_tid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 56
        },
        "rtp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtprio"
            }
          },
          "offset": 72
        },
        "spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 80
        },
        "stack_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "stack_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "start_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "tls_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "tls_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "thr_param32": {
      "size": 52,
      "fields": {
        "arg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "child_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "parent_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rtp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "stack_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "stack_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "start_func": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tls_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tls_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "thr_self_args": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "thr_set_name_args": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "name_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "thr_suspend_args": {
      "size": 8,
      "fields": {
        "timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 0
        },
        "timeout_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "timeout_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "thr_syscall_req": {
      "size": 112,
      "fields": {
        "ts_nargs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ts_ret": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_ret"
          },
          "offset": 0
        },
        "ts_sa": {
          "type": {
            "kind": "struct",
            "name": "syscall_args"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "thr_wake_args": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "thread": {
      "size": 1776,
      "fields": {
        "td_allocdomain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 249
        },
        "td_ar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kaudit_record"
            }
          },
          "offset": 1648
        },
        "td_ast": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 268
        },
        "td_base_ithread_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 250
        },
        "td_base_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 977
        },
        "td_base_user_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 981
        },
        "td_blktick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 404
        },
        "td_blocked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "turnstile"
            }
          },
          "offset": 336
        },
        "td_contested": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0b4731484020a699"
          },
          "offset": 352
        },
        "td_cow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "td_cowgen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1136
        },
        "td_cpuset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset"
            }
          },
          "offset": 96
        },
        "td_critnest": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1228
        },
        "td_dbg_forked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 888
        },
        "td_dbgflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 752
        },
        "td_domain": {
          "type": {
            "kind": "struct",
            "name": "domainset_ref"
          },
          "offset": 104
        },
        "td_dtrace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kdtrace_thread"
            }
          },
          "offset": 1672
        },
        "td_dupfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "td_emuldata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1728
        },
        "td_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 932
        },
        "td_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "td_fpop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 744
        },
        "td_frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trapframe"
            }
          },
          "offset": 1208
        },
        "td_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 676
        },
        "td_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_eb12ee81c074bd65"
          },
          "offset": 80
        },
        "td_incruntime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 624
        },
        "td_inhibitors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "td_intr_frame": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trapframe"
            }
          },
          "offset": 1696
        },
        "td_intr_nesting_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "td_intrval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 656
        },
        "td_iticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "td_kcov_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kcov_info"
            }
          },
          "offset": 944
        },
        "td_kmsan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kmsan_td"
            }
          },
          "offset": 256
        },
        "td_kstack": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1216
        },
        "td_kstack_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1224
        },
        "td_ktr_io_lim": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1768
        },
        "td_lastcpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1736
        },
        "td_lend_user_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 248
        },
        "td_limit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "plimit"
            }
          },
          "offset": 392
        },
        "td_lk_slocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "td_lkpi_task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1744
        },
        "td_lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 0
        },
        "td_lockname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 344
        },
        "td_lockq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_de97914eed0a05ba"
          },
          "offset": 64
        },
        "td_locks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 316
        },
        "td_lprof": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "lpohead"
            }
          },
          "offset": 1656
        },
        "td_ma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 1712
        },
        "td_ma_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1720
        },
        "td_map_def_user": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map_entry"
            }
          },
          "offset": 880
        },
        "td_md": {
          "type": {
            "kind": "struct",
            "name": "mdthread"
          },
          "offset": 1232
        },
        "td_name": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 724
        },
        "td_ng_outbound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 840
        },
        "td_no_sleeping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 904
        },
        "td_oldsigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 660
        },
        "td_oncpu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1740
        },
        "td_osd": {
          "type": {
            "kind": "struct",
            "name": "osd"
          },
          "offset": 848
        },
        "td_owepreempt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 312
        },
        "td_pcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcb"
            }
          },
          "offset": 1104
        },
        "td_pflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 276
        },
        "td_pflags2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "td_pinned": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "td_plist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_de97914eed0a05ba"
          },
          "offset": 16
        },
        "td_pmcpend": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1752
        },
        "td_pri_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 979
        },
        "td_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 978
        },
        "td_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 8
        },
        "td_profil_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "td_profil_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 720
        },
        "td_pticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "td_rb_inact": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1000
        },
        "td_rb_list": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 984
        },
        "td_rbp_list": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 992
        },
        "td_realucred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 376
        },
        "td_remotereq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1760
        },
        "td_rfppwait_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 1704
        },
        "td_rlqe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_q_entry"
            }
          },
          "offset": 144
        },
        "td_rqindex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 976
        },
        "td_rtcgen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 928
        },
        "td_ru": {
          "type": {
            "kind": "struct",
            "name": "rusage"
          },
          "offset": 424
        },
        "td_runq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_de97914eed0a05ba"
          },
          "offset": 32
        },
        "td_runtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 632
        },
        "td_rux": {
          "type": {
            "kind": "struct",
            "name": "rusage_ext"
          },
          "offset": 568
        },
        "td_rw_rlocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "td_sa": {
          "type": {
            "kind": "struct",
            "name": "syscall_args"
          },
          "offset": 1008
        },
        "td_sel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seltd"
            }
          },
          "offset": 120
        },
        "td_si": {
          "type": {
            "kind": "struct",
            "name": "siginfo_t"
          },
          "offset": 760
        },
        "td_sigblock_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1088
        },
        "td_sigblock_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1096
        },
        "td_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 960
        },
        "td_sigqueue": {
          "type": {
            "kind": "struct",
            "name": "sigqueue_t"
          },
          "offset": 168
        },
        "td_sigstk": {
          "type": {
            "kind": "struct",
            "name": "stack_t"
          },
          "offset": 680
        },
        "td_sleeplocks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_list_entry"
            }
          },
          "offset": 360
        },
        "td_sleepqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sleepqueue"
            }
          },
          "offset": 128
        },
        "td_sleeptimo": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 920
        },
        "td_slpcallout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1144
        },
        "td_slptick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 400
        },
        "td_sqqueue": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "td_state": {
          "type": {
            "kind": "enum",
            "name": "td_states"
          },
          "offset": 1112
        },
        "td_sticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "td_stopsched": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 314
        },
        "td_su": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 912
        },
        "td_swinvoltick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 412
        },
        "td_swvoltick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 408
        },
        "td_sx_slocks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 324
        },
        "td_tid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "td_tsqueue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 313
        },
        "td_turnstile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "turnstile"
            }
          },
          "offset": 136
        },
        "td_ucred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 384
        },
        "td_ucredref": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 952
        },
        "td_umtxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_q"
            }
          },
          "offset": 152
        },
        "td_uretoff": {
          "type": {
            "kind": "union",
            "name": "unnamed_10a19e89bea70407"
          },
          "offset": 1120
        },
        "td_user_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 980
        },
        "td_uticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 652
        },
        "td_vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 1680
        },
        "td_vnet_lpush": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1688
        },
        "td_vp_reserved": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 896
        },
        "td_vslock_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 936
        },
        "td_wchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 296
        },
        "td_wmesg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 304
        },
        "td_xsig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 704
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_d05cb9533dd07734"
          },
          "offset": 48,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "thread0_storage": {
      "size": 1856,
      "fields": {
        "t0st_sched": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1776
        },
        "t0st_thread": {
          "type": {
            "kind": "struct",
            "name": "thread"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "thread_domain_data": {
      "size": 64,
      "fields": {
        "tdd_reapticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "tdd_zombies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "thread_lite": {
      "size": 1232,
      "fields": {
        "pad_td_critnest": {
          "type": {
            "count": 249,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 979
        },
        "pad_td_owepreempt": {
          "type": {
            "count": 312,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pad_td_pinned": {
          "type": {
            "count": 59,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 313
        },
        "pad_td_priority": {
          "type": {
            "count": 602,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 376
        },
        "td_critnest": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1228
        },
        "td_owepreempt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 312
        },
        "td_pinned": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 372
        },
        "td_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 978
        }
      },
      "kind": "struct"
    },
    "threadlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "threadqueue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "thrmisc": {
      "size": 24,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pr_tname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "thrmisc32": {
      "size": 24,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pr_tname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "thrmisc_t": {
      "size": 24,
      "fields": {
        "_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pr_tname": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ti_chain_data": {
      "size": 41184,
      "fields": {
        "ti_event_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "ti_event_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "ti_gib_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16
        },
        "ti_gib_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "ti_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "ti_rx_jumbo_chain": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 20664
        },
        "ti_rx_jumbo_maps": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 22712
        },
        "ti_rx_jumbo_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 20648
        },
        "ti_rx_jumbo_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 20640
        },
        "ti_rx_jumbo_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24760
        },
        "ti_rx_jumbo_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 20656
        },
        "ti_rx_mini_chain": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 24792
        },
        "ti_rx_mini_maps": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 32984
        },
        "ti_rx_mini_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24776
        },
        "ti_rx_mini_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24768
        },
        "ti_rx_mini_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 41176
        },
        "ti_rx_mini_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24784
        },
        "ti_rx_return_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12408
        },
        "ti_rx_return_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12400
        },
        "ti_rx_std_chain": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 12440
        },
        "ti_rx_std_maps": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 16536
        },
        "ti_rx_std_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 12424
        },
        "ti_rx_std_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12416
        },
        "ti_rx_std_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 20632
        },
        "ti_rx_std_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 12432
        },
        "ti_status_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 48
        },
        "ti_status_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 40
        },
        "ti_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 64
        },
        "ti_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 56
        },
        "ti_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 72
        },
        "ti_txbusyq": {
          "type": {
            "kind": "struct",
            "name": "ti_txdq"
          },
          "offset": 12384
        },
        "ti_txdesc": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ti_txdesc"
            }
          },
          "offset": 80
        },
        "ti_txfreeq": {
          "type": {
            "kind": "struct",
            "name": "ti_txdq"
          },
          "offset": 12368
        }
      },
      "kind": "struct"
    },
    "ti_cmd_desc": {
      "size": 4,
      "fields": {
        "ti_cmdx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ti_dmamap_arg": {
      "size": 8,
      "fields": {
        "ti_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ti_event_desc": {
      "size": 8,
      "fields": {
        "ti_eventx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ti_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ti_gib": {
      "size": 1168,
      "fields": {
        "ti_cmd_rcb": {
          "type": {
            "kind": "struct",
            "name": "ti_rcb"
          },
          "offset": 1040
        },
        "ti_ev_prodidx_ptr": {
          "type": {
            "kind": "struct",
            "name": "ti_hostaddr"
          },
          "offset": 1136
        },
        "ti_ev_rcb": {
          "type": {
            "kind": "struct",
            "name": "ti_rcb"
          },
          "offset": 1024
        },
        "ti_jumbo_rx_rcb": {
          "type": {
            "kind": "struct",
            "name": "ti_rcb"
          },
          "offset": 1088
        },
        "ti_mini_rx_rcb": {
          "type": {
            "kind": "struct",
            "name": "ti_rcb"
          },
          "offset": 1104
        },
        "ti_refresh_stats_ptr": {
          "type": {
            "kind": "struct",
            "name": "ti_hostaddr"
          },
          "offset": 1160
        },
        "ti_return_prodidx_ptr": {
          "type": {
            "kind": "struct",
            "name": "ti_hostaddr"
          },
          "offset": 1144
        },
        "ti_return_rcb": {
          "type": {
            "kind": "struct",
            "name": "ti_rcb"
          },
          "offset": 1120
        },
        "ti_stats": {
          "type": {
            "kind": "struct",
            "name": "ti_stats"
          },
          "offset": 0
        },
        "ti_std_rx_rcb": {
          "type": {
            "kind": "struct",
            "name": "ti_rcb"
          },
          "offset": 1072
        },
        "ti_tx_considx_ptr": {
          "type": {
            "kind": "struct",
            "name": "ti_hostaddr"
          },
          "offset": 1152
        },
        "ti_tx_rcb": {
          "type": {
            "kind": "struct",
            "name": "ti_rcb"
          },
          "offset": 1056
        }
      },
      "kind": "struct"
    },
    "ti_hostaddr": {
      "size": 8,
      "fields": {
        "ti_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ti_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ti_params": {
      "size": 28,
      "fields": {
        "param_mask": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d74c8fea4a4fab3c"
          },
          "offset": 24
        },
        "ti_rx_coal_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ti_rx_max_coal_bds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ti_stat_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ti_tx_buf_ratio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ti_tx_coal_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ti_tx_max_coal_bds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ti_producer": {
      "size": 8,
      "fields": {
        "ti_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ti_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ti_rcb": {
      "size": 16,
      "fields": {
        "ti_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ti_hostaddr": {
          "type": {
            "kind": "struct",
            "name": "ti_hostaddr"
          },
          "offset": 0
        },
        "ti_max_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ti_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ti_ring_data": {
      "size": 128,
      "fields": {
        "ti_event_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_event_desc"
            }
          },
          "offset": 96
        },
        "ti_event_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "ti_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_gib"
            }
          },
          "offset": 0
        },
        "ti_info_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ti_rx_jumbo_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_rx_desc"
            }
          },
          "offset": 48
        },
        "ti_rx_jumbo_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ti_rx_mini_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_rx_desc"
            }
          },
          "offset": 64
        },
        "ti_rx_mini_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "ti_rx_return_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_rx_desc"
            }
          },
          "offset": 80
        },
        "ti_rx_return_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "ti_rx_std_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_rx_desc"
            }
          },
          "offset": 32
        },
        "ti_rx_std_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "ti_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_status"
            }
          },
          "offset": 16
        },
        "ti_status_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ti_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_tx_desc"
            }
          },
          "offset": 112
        },
        "ti_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "ti_rx_desc": {
      "size": 32,
      "fields": {
        "ti_addr": {
          "type": {
            "kind": "struct",
            "name": "ti_hostaddr"
          },
          "offset": 0
        },
        "ti_error_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ti_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ti_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ti_ip_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ti_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ti_opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ti_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ti_tcp_udp_cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ti_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ti_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "ti_softc": {
      "size": 41616,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 41608
        },
        "ifmedia": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 56
        },
        "ti_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ti_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "ti_cdata": {
          "type": {
            "kind": "struct",
            "name": "ti_chain_data"
          },
          "offset": 240
        },
        "ti_cmd_saved_prodidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41440
        },
        "ti_copper": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 97
        },
        "ti_dac": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "ti_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ti_ev_saved_considx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41436
        },
        "ti_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bedd32fcb7457133"
          },
          "offset": 41588
        },
        "ti_hdrsplit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "ti_hwrev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 96
        },
        "ti_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41480
        },
        "ti_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "ti_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ti_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "ti_jumbo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41452
        },
        "ti_linkstat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 98
        },
        "ti_membuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41592
        },
        "ti_membuf2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41600
        },
        "ti_mini": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41448
        },
        "ti_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 41488
        },
        "ti_rdata": {
          "type": {
            "kind": "struct",
            "name": "ti_ring_data"
          },
          "offset": 112
        },
        "ti_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "ti_rx_coal_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41460
        },
        "ti_rx_max_coal_bds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41468
        },
        "ti_rx_saved_considx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41432
        },
        "ti_stat_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41456
        },
        "ti_std": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41444
        },
        "ti_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41584
        },
        "ti_tx_buf_ratio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41476
        },
        "ti_tx_coal_ticks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41464
        },
        "ti_tx_max_coal_bds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 41472
        },
        "ti_tx_saved_considx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41428
        },
        "ti_tx_saved_prodidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41424
        },
        "ti_txcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 41484
        },
        "ti_watchdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 41520
        }
      },
      "kind": "struct"
    },
    "ti_stats": {
      "size": 1024,
      "fields": {
        "alignIt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "dot3StatsAlignmentErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dot3StatsCarrierSenseErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "dot3StatsDeferredTransmissions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dot3StatsExcessiveCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "dot3StatsFCSErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dot3StatsFrameTooLongs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "dot3StatsInternalMacReceiveErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "dot3StatsInternalMacTransmitErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dot3StatsLateCollisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dot3StatsMultipleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dot3StatsSQETestErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dot3StatsSingleCollisionFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ifAdminStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ifConnectorPresent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "ifDescr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 108
        },
        "ifHCInBroadcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "ifHCInMulticastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "ifHCInOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "ifHCInUcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "ifHCOutBroadcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "ifHCOutMulticastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "ifHCOutOctets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "ifHCOutUcastPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "ifHighSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "ifInDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ifInErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ifInUnknownProtos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ifIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ifLastChange": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ifLinkUpDownTrapEnable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "ifMtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ifOperStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ifOutDiscards": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ifOutErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ifOutQLen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "ifPhysAddress": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 100
        },
        "ifPromiscuousMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "ifSpeed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ifType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "nicAvoidedInterrupts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "nicCmdsAddMCastAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "nicCmdsClearProfile": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "nicCmdsClearStats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "nicCmdsDelMCastAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "nicCmdsFDRFiltering": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "nicCmdsHostState": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "nicCmdsLinkNegotiate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "nicCmdsRefreshStats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "nicCmdsResetJumboRing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "nicCmdsSetMACAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "nicCmdsSetMulticastMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "nicCmdsSetPromiscMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "nicCmdsSetRecvJumboProdIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "nicCmdsSetRecvMiniProdIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "nicCmdsSetRecvProdIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "nicCmdsUnknown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "nicCmdsUpdateGencommStats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "nicDmaRdMasterAborts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 368
        },
        "nicDmaRdOverrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "nicDmaRdUnderrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "nicDmaReadRingFull": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        },
        "nicDmaWrMasterAborts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "nicDmaWrOverrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "nicDmaWrUnderrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "nicDmaWriteRingFull": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "nicEnqEventDelayed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 440
        },
        "nicEventProducerRingFull": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 384
        },
        "nicEventRingFull": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 380
        },
        "nicEventThresholdHit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "nicEventsError": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "nicEventsLinkStateChanged": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "nicEventsMCastListUpdated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "nicEventsNICFirmwareOperational": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "nicEventsResetJumboRing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "nicEventsStatsUpdated": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "nicInterrupts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "nicJumboRecvBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 416
        },
        "nicJumboSpillOver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "nicMacReset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 500
        },
        "nicMacRxBufAttns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 508
        },
        "nicMacRxBufDescrAttns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 504
        },
        "nicMacRxColls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 480
        },
        "nicMacRxConfigAttns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "nicMacRxDmaCleanup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "nicMacRxDropMcast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 468
        },
        "nicMacRxDropSpace": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 476
        },
        "nicMacRxDropUla": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        },
        "nicMacRxFlowControl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "nicMacRxLateColls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 444
        },
        "nicMacRxLinkAttns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "nicMacRxLinkLostDuringPkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 448
        },
        "nicMacRxMacAbort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 456
        },
        "nicMacRxMultipleFrameCleanup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "nicMacRxOneFrameCleanup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 516
        },
        "nicMacRxPhyDecodeErr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 452
        },
        "nicMacRxSyncAttns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 492
        },
        "nicMacRxTimerCleanup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "nicMacRxTotalAttns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 484
        },
        "nicMacRxTruncNoResources": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "nicMacRxZeroFrameCleanup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "nicMacTxCollisionHistogram": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 532
        },
        "nicMacTxTotalAttns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 592
        },
        "nicMiniRecvBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 420
        },
        "nicNoMoreRxBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "nicNoMoreWrDMADescriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 396
        },
        "nicNoSpaceInReturnRing": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 404
        },
        "nicOutOfTxBufSpaceFrameRetry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 392
        },
        "nicProfile": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 596
        },
        "nicRecvBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 412
        },
        "nicRecvThresholdHit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "nicRingSetRecvReturnProdIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 324
        },
        "nicRingSetSendConsIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "nicRingSetSendProdIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "nicSbusHangCleared": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 436
        },
        "nicSendBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "nicSendThresholdHit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 340
        },
        "nicTotalRecvBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "nicTotalSendBDs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "nicTxMacDescrRingFull": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 388
        },
        "pad": {
          "type": {
            "count": 75,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 724
        }
      },
      "kind": "struct"
    },
    "ti_status": {
      "size": 96,
      "fields": {
        "ti_ev_prodidx_r": {
          "type": {
            "kind": "struct",
            "name": "ti_producer"
          },
          "offset": 0
        },
        "ti_pad0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ti_pad1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ti_pad2": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "ti_return_prodidx_r": {
          "type": {
            "kind": "struct",
            "name": "ti_producer"
          },
          "offset": 32
        },
        "ti_tx_considx_r": {
          "type": {
            "kind": "struct",
            "name": "ti_producer"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "ti_trace_buf": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "buf_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cur_trace_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "fill_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ti_tx_desc": {
      "size": 16,
      "fields": {
        "ti_addr": {
          "type": {
            "kind": "struct",
            "name": "ti_hostaddr"
          },
          "offset": 0
        },
        "ti_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ti_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ti_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ti_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ti_txdesc": {
      "size": 24,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "tx_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9f52ac8ab34f1324"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ti_txdq": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_txdesc"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ti_txdesc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ti_type": {
      "size": 16,
      "fields": {
        "ti_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ti_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ti_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tid_config_support": {
      "size": 16,
      "fields": {
        "peer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vif": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tid_info": {
      "size": 512,
      "fields": {
        "afree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "aopen_entry"
            }
          },
          "offset": 168
        },
        "atid_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 128
        },
        "atid_tab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "aopen_entry"
            }
          },
          "offset": 160
        },
        "atids_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "efree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "etid_entry"
            }
          },
          "offset": 488
        },
        "etid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "etid_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "etid_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 448
        },
        "etid_tab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "etid_entry"
            }
          },
          "offset": 480
        },
        "etids_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 496
        },
        "ftid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ftid_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 224
        },
        "ftid_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ftid_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 192
        },
        "ftid_tab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filter_entry"
            }
          },
          "offset": 240
        },
        "ftids_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "hftid_4t_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "hftid_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 352
        },
        "hftid_hash_4t": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 384
        },
        "hftid_hash_tid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 400
        },
        "hftid_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 320
        },
        "hftid_tid_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 408
        },
        "hpftid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "hpftid_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "hpftid_tab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filter_entry"
            }
          },
          "offset": 248
        },
        "hpftids_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "natids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "netids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "nftids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nhpftids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "nstids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nstids_free_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "ntids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "stid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "stid_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "stid_tab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "listen_ctx"
              }
            }
          },
          "offset": 96
        },
        "stids": {
          "type": {
            "kind": "struct",
            "name": "stid_head"
          },
          "offset": 112
        },
        "stids_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tid_tab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 368
        },
        "tids_in_use": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 376
        }
      },
      "kind": "struct"
    },
    "tid_info_region": {
      "size": 80,
      "fields": {
        "IP_users": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "IPv6_users": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "aftid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "aftid_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ftid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "hash_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hpftid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "le_db_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "natids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nftids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nhpftids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "nsftids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nstids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ntids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nuotids": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sftid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "stid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "uotid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "tid_info_region_rev1": {
      "size": 156,
      "fields": {
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 92
        },
        "tid": {
          "type": {
            "kind": "struct",
            "name": "tid_info_region"
          },
          "offset": 8
        },
        "tid_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ver_hdr": {
          "type": {
            "kind": "struct",
            "name": "cudbg_ver_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tid_pool": {
      "size": 4100,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4096
        },
        "tid": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tid_pool_t": {
      "size": 4100,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4096
        },
        "tid": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tidbatch": {
      "size": 68,
      "fields": {
        "n": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "tab": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tidhashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "time_filter": {
      "size": 64,
      "fields": {
        "cur_time_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "filter_entry"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "time_filter_small": {
      "size": 28,
      "fields": {
        "cur_time_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "filter_entry_small"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "timecounter": {
      "size": 80,
      "fields": {
        "tc_counter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tc_fill_vdso_timehands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "tc_fill_vdso_timehands32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "tc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tc_frequency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tc_get_timecount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "tc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "tc_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timecounter"
            }
          },
          "offset": 56
        },
        "tc_poll_pps": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "tc_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "tc_quality": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "timehands": {
      "size": 128,
      "fields": {
        "th_adjustment": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "th_bintime": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 48
        },
        "th_boottime": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 96
        },
        "th_counter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timecounter"
            }
          },
          "offset": 0
        },
        "th_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "th_large_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "th_microtime": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 64
        },
        "th_nanotime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 80
        },
        "th_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timehands"
            }
          },
          "offset": 120
        },
        "th_offset": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 32
        },
        "th_offset_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "th_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "timeout_task": {
      "size": 112,
      "fields": {
        "c": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 40
        },
        "f": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 0
        },
        "t": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "timer_list": {
      "size": 88,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "expires": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_ddc4a8c20d3a944b"
          },
          "offset": 64,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "timers_block_context": {
      "size": 16,
      "fields": {
        "__client0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "__client1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "__client2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "timespec": {
      "size": 16,
      "fields": {
        "tv_nsec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "tv_sec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "timespec32": {
      "size": 8,
      "fields": {
        "tv_nsec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tv_sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "timespecx32": {
      "size": 16,
      "fields": {
        "tv_nsec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "tv_sec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "timeval": {
      "size": 16,
      "fields": {
        "tv_sec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "tv_usec": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "timeval32": {
      "size": 8,
      "fields": {
        "tv_sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tv_usec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "timex": {
      "size": 136,
      "fields": {
        "calcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "constant": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "errcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "esterror": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "jitcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "jitter": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "maxerror": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "modes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "ppsfreq": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "precision": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "stabil": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "stbcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "tolerance": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "timex32": {
      "size": 68,
      "fields": {
        "calcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "constant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "errcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "esterror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "jitcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "jitter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "maxerror": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "modes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ppsfreq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "precision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "stabil": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "stbcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "tolerance": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "timezone": {
      "size": 8,
      "fields": {
        "tz_dsttime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tz_minuteswest": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tkip_ctx": {
      "size": 72,
      "fields": {
        "rx_phase1_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "rx_rc4key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "rx_rsc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rx_ttak": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 34
        },
        "tc_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        },
        "tx_rc4key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "tx_ttak": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tls_aead_data": {
      "size": 13,
      "fields": {
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tls_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tls_aead_data_13": {
      "size": 5,
      "fields": {
        "tls_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tls_enable": {
      "size": 64,
      "fields": {
        "auth_algorithm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "auth_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "auth_key_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "cipher_algorithm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cipher_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cipher_key_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "iv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "iv_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rec_seq": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 50
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "tls_enable_v0": {
      "size": 56,
      "fields": {
        "auth_algorithm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "auth_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "auth_key_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "cipher_algorithm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "cipher_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cipher_key_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "iv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "iv_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "tls_get_record": {
      "size": 6,
      "fields": {
        "tls_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tls_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "tls_key_req": {
      "size": 40,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ftid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "kaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "len16": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mfs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "reneg_to_write_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "sc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sc_more": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "wr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wr_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tls_keyctx": {
      "size": 176,
      "fields": {
        "keys": {
          "type": {
            "kind": "struct",
            "name": "keys"
          },
          "offset": 16
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "key_ctx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tls_mac_data": {
      "size": 13,
      "fields": {
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tls_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 11
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tls_record_layer": {
      "size": 5,
      "fields": {
        "tls_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "tls_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "tls_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "tls_scmd": {
      "size": 8,
      "fields": {
        "ivgen_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "seqno_numivs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tls_session_params": {
      "size": 56,
      "fields": {
        "auth_algorithm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "auth_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "auth_key_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "cipher_algorithm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cipher_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cipher_key_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "iv": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "iv_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "max_frame_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "tls_bs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "tls_hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "tls_tlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        },
        "tls_vmajor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "tls_vminor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "tls_tunables": {
      "size": 8,
      "fields": {
        "combo_wrs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "inline_keys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tlspcb": {
      "size": 312,
      "fields": {
        "ce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_entry"
            }
          },
          "offset": 296
        },
        "com": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 0
        },
        "ctrlq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_wrq"
            }
          },
          "offset": 288
        },
        "enc_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "inline_key": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 64
        },
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 280
        },
        "keyctx": {
          "type": {
            "kind": "struct",
            "name": "tls_keyctx"
          },
          "offset": 104
        },
        "l2te": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "l2t_entry"
            }
          },
          "offset": 40
        },
        "open_pending": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 304
        },
        "prev_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "prev_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 102
        },
        "prev_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "prev_tsecr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "prev_win": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 100
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 32
        },
        "scmd0": {
          "type": {
            "kind": "struct",
            "name": "tls_scmd"
          },
          "offset": 68
        },
        "scmd0_short": {
          "type": {
            "kind": "struct",
            "name": "tls_scmd"
          },
          "offset": 76
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "tx_key_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "tx_key_info_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_txq"
            }
          },
          "offset": 48
        },
        "using_timestamps": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 65
        },
        "vi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vi_info"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "tlv_template": {
      "size": 2,
      "fields": {
        "tmpl_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tmpl_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tlvhdr": {
      "size": 2,
      "fields": {
        "tlv_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tlv_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_check_rw_maps_arg": {
      "size": 1,
      "fields": {
        "found": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_dir": {
      "size": 8,
      "fields": {
        "rbh_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_dirent"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_dir_cursor": {
      "size": 16,
      "fields": {
        "tdc_current": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_dirent"
            }
          },
          "offset": 0
        },
        "tdc_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_dirent"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tmpfs_dir_duphead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_dirent"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_dirent": {
      "size": 64,
      "fields": {
        "td_cookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "td_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "td_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "td_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_node"
            }
          },
          "offset": 48
        },
        "ud": {
          "type": {
            "kind": "union",
            "name": "unnamed_d1f3e5aabb65cf58"
          },
          "offset": 56
        },
        "uh": {
          "type": {
            "kind": "union",
            "name": "unnamed_4b5fcf4337058b8f"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_extattr": {
      "size": 56,
      "fields": {
        "ea_extattrs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2d313387bbdaf5a1"
          },
          "offset": 0
        },
        "ea_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "ea_namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "ea_namespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ea_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "ea_value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "tmpfs_extattr_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_extattr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_fid_data": {
      "size": 16,
      "fields": {
        "tfd_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tfd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_mount": {
      "size": 136,
      "fields": {
        "tm_allnode_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 96
        },
        "tm_ea_memory_inuse": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tm_ea_memory_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tm_ino_unr": {
          "type": {
            "kind": "struct",
            "name": "unrhdr64"
          },
          "offset": 40
        },
        "tm_maxfilesize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tm_nodes_inuse": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tm_nodes_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tm_nodes_used": {
          "type": {
            "kind": "struct",
            "name": "tmpfs_node_list"
          },
          "offset": 88
        },
        "tm_nomtime": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 130
        },
        "tm_nonc": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 129
        },
        "tm_pages_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tm_pages_used": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tm_pgread": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 131
        },
        "tm_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tm_ronly": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 128
        },
        "tm_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_node"
            }
          },
          "offset": 24
        },
        "tm_size_max": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tmpfs_node": {
      "size": 232,
      "fields": {
        "tn_accessed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "tn_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 64
        },
        "tn_attached": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 25
        },
        "tn_birthtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 112
        },
        "tn_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 96
        },
        "tn_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7f982bed75fb08c7"
          },
          "offset": 0
        },
        "tn_extattrs": {
          "type": {
            "kind": "struct",
            "name": "tmpfs_extattr_list"
          },
          "offset": 184
        },
        "tn_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tn_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tn_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tn_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tn_interlock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 144
        },
        "tn_links": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "tn_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "tn_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 80
        },
        "tn_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tn_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "tn_spec": {
          "type": {
            "kind": "union",
            "name": "unnamed_729f2d3f83c64ca5"
          },
          "offset": 192
        },
        "tn_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "tn_type": {
          "type": {
            "kind": "enum",
            "name": "enum_vtype_uint8"
          },
          "offset": 24
        },
        "tn_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tn_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 136
        },
        "tn_vpstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "tmpfs_node_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tn_dir": {
      "size": 40,
      "fields": {
        "tn_dirhead": {
          "type": {
            "kind": "struct",
            "name": "tmpfs_dir"
          },
          "offset": 8
        },
        "tn_dupindex": {
          "type": {
            "kind": "struct",
            "name": "tmpfs_dir_duphead"
          },
          "offset": 16
        },
        "tn_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_node"
            }
          },
          "offset": 0
        },
        "tn_readdir_lastn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "tn_readdir_lastp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_dirent"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "tn_link": {
      "size": 16,
      "fields": {
        "tn_link_smr": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 8
        },
        "tn_link_target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tn_reg": {
      "size": 24,
      "fields": {
        "tn_aobj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "tn_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tn_tmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_mount"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "toedev": {
      "size": 176,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f8bb564d8a422cb1"
          },
          "offset": 0
        },
        "tod_alloc_tls_session": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "tod_connect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "tod_ctloutput": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "tod_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "tod_l2_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "tod_listen_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "tod_listen_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "tod_offload_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "tod_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "tod_pcb_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "tod_pmtu_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "tod_rcvd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tod_route_redirect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "tod_send_fin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "tod_send_rst": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "tod_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "tod_syncache_added": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "tod_syncache_removed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "tod_syncache_respond": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "tod_tcp_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "tok_t": {
      "size": 40,
      "fields": {
        "string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c142e86d972514d2"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cce9018d53ad30c6"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tokarray_t": {
      "size": 24,
      "fields": {
        "alloc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "inuse_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "iter_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tokens": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tok_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "token_t": {
      "size": 32,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "t_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tokens": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4624604c7107f67"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "tokmatch_t": {
      "size": 16,
      "fields": {
        "s": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c142e86d972514d2"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cce9018d53ad30c6"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tom_tunables": {
      "size": 44,
      "fields": {
        "autorcvbuf_inc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cong_algorithm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cop_managed_offloading": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ddp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "iso": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "rx_coalesce": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sndbuf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tls": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "tx_align": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "tx_zcopy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "update_hc_on_pmtu_change": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "tone_t": {
      "size": 8,
      "fields": {
        "duration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "frequency": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "top_cdnr": {
      "size": 216,
      "fields": {
        "tc_block": {
          "type": {
            "kind": "struct",
            "name": "cdnr_block"
          },
          "offset": 0
        },
        "tc_cnts": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pktcntr"
            }
          },
          "offset": 104
        },
        "tc_elements": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c979d915fa6a046a"
          },
          "offset": 96
        },
        "tc_ifq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaltq"
            }
          },
          "offset": 88
        },
        "tc_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9c6235bd409007d1"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "topo_analysis": {
      "size": 20,
      "fields": {
        "entities": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "topo_children": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "topo_node"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "topo_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "topo_node": {
      "size": 200,
      "fields": {
        "children": {
          "type": {
            "kind": "struct",
            "name": "topo_children"
          },
          "offset": 8
        },
        "cpu_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "cpuset": {
          "type": {
            "kind": "struct",
            "name": "cpuset_t"
          },
          "offset": 40
        },
        "hwid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 188
        },
        "nchildren": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "topo_node"
            }
          },
          "offset": 0
        },
        "siblings": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fdc2bcb81b61dc65"
          },
          "offset": 24
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b449f11f94925455"
          },
          "offset": 168
        }
      },
      "kind": "struct"
    },
    "topology_spec": {
      "size": 16,
      "fields": {
        "match_subtype": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b449f11f94925455"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tp_cpl_stats": {
      "size": 32,
      "fields": {
        "req": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "tp_err_stats": {
      "size": 136,
      "fields": {
        "hdr_in_errs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "mac_in_errs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ofld_chan_drops": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "ofld_cong_defer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "ofld_no_neigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "ofld_vlan_drops": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "tcp6_in_errs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "tcp_in_errs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "tnl_cong_drops": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "tnl_tx_drops": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "tp_fcoe_stats": {
      "size": 16,
      "fields": {
        "frames_ddp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "frames_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "octets_ddp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tp_mib_data": {
      "size": 1504,
      "fields": {
        "TP_MIB_CPL_IN_REQ_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 768
        },
        "TP_MIB_CPL_IN_REQ_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 784
        },
        "TP_MIB_CPL_IN_REQ_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 800
        },
        "TP_MIB_CPL_IN_REQ_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 816
        },
        "TP_MIB_CPL_OUT_RSP_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 832
        },
        "TP_MIB_CPL_OUT_RSP_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 848
        },
        "TP_MIB_CPL_OUT_RSP_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 864
        },
        "TP_MIB_CPL_OUT_RSP_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 880
        },
        "TP_MIB_FCOE_BYTE_0_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1152
        },
        "TP_MIB_FCOE_BYTE_0_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1168
        },
        "TP_MIB_FCOE_BYTE_1_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1184
        },
        "TP_MIB_FCOE_BYTE_1_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1200
        },
        "TP_MIB_FCOE_BYTE_2_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1216
        },
        "TP_MIB_FCOE_BYTE_2_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1232
        },
        "TP_MIB_FCOE_BYTE_3_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1248
        },
        "TP_MIB_FCOE_BYTE_3_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1264
        },
        "TP_MIB_FCOE_DDP_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1024
        },
        "TP_MIB_FCOE_DDP_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1040
        },
        "TP_MIB_FCOE_DDP_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1056
        },
        "TP_MIB_FCOE_DDP_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1072
        },
        "TP_MIB_FCOE_DROP_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1088
        },
        "TP_MIB_FCOE_DROP_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1104
        },
        "TP_MIB_FCOE_DROP_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1120
        },
        "TP_MIB_FCOE_DROP_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1136
        },
        "TP_MIB_HDR_IN_ERR_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 64
        },
        "TP_MIB_HDR_IN_ERR_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 80
        },
        "TP_MIB_HDR_IN_ERR_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 96
        },
        "TP_MIB_HDR_IN_ERR_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 112
        },
        "TP_MIB_MAC_IN_ERR_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 0
        },
        "TP_MIB_MAC_IN_ERR_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 16
        },
        "TP_MIB_MAC_IN_ERR_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 32
        },
        "TP_MIB_MAC_IN_ERR_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 48
        },
        "TP_MIB_OFD_ARP_DROP": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 736
        },
        "TP_MIB_OFD_CHN_DROP_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 368
        },
        "TP_MIB_OFD_CHN_DROP_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 384
        },
        "TP_MIB_OFD_CHN_DROP_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 400
        },
        "TP_MIB_OFD_CHN_DROP_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 416
        },
        "TP_MIB_OFD_DFR_DROP": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 752
        },
        "TP_MIB_OFD_VLN_DROP_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1280
        },
        "TP_MIB_OFD_VLN_DROP_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1296
        },
        "TP_MIB_OFD_VLN_DROP_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1312
        },
        "TP_MIB_OFD_VLN_DROP_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1328
        },
        "TP_MIB_RQE_DFR_MOD": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1472
        },
        "TP_MIB_RQE_DFR_PKT": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1488
        },
        "TP_MIB_TCP_IN_ERR_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 128
        },
        "TP_MIB_TCP_IN_ERR_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 144
        },
        "TP_MIB_TCP_IN_ERR_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 160
        },
        "TP_MIB_TCP_IN_ERR_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 176
        },
        "TP_MIB_TCP_IN_SEG_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 208
        },
        "TP_MIB_TCP_IN_SEG_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 224
        },
        "TP_MIB_TCP_OUT_RST": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 192
        },
        "TP_MIB_TCP_OUT_SEG_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 240
        },
        "TP_MIB_TCP_OUT_SEG_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 256
        },
        "TP_MIB_TCP_RXT_SEG_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 272
        },
        "TP_MIB_TCP_RXT_SEG_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 288
        },
        "TP_MIB_TCP_V6IN_ERR_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 560
        },
        "TP_MIB_TCP_V6IN_ERR_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 576
        },
        "TP_MIB_TCP_V6IN_ERR_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 592
        },
        "TP_MIB_TCP_V6IN_ERR_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 608
        },
        "TP_MIB_TCP_V6IN_SEG_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 640
        },
        "TP_MIB_TCP_V6IN_SEG_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 656
        },
        "TP_MIB_TCP_V6OUT_RST": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 624
        },
        "TP_MIB_TCP_V6OUT_SEG_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 672
        },
        "TP_MIB_TCP_V6OUT_SEG_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 688
        },
        "TP_MIB_TCP_V6RXT_SEG_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 704
        },
        "TP_MIB_TCP_V6RXT_SEG_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 720
        },
        "TP_MIB_TID_ACT": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1440
        },
        "TP_MIB_TID_DEL": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1408
        },
        "TP_MIB_TID_INV": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1424
        },
        "TP_MIB_TID_PAS": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1456
        },
        "TP_MIB_TNL_CNG_DROP_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 304
        },
        "TP_MIB_TNL_CNG_DROP_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 320
        },
        "TP_MIB_TNL_CNG_DROP_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 336
        },
        "TP_MIB_TNL_CNG_DROP_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 352
        },
        "TP_MIB_TNL_DROP_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 960
        },
        "TP_MIB_TNL_DROP_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 976
        },
        "TP_MIB_TNL_DROP_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 992
        },
        "TP_MIB_TNL_DROP_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1008
        },
        "TP_MIB_TNL_IN_PKT_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 496
        },
        "TP_MIB_TNL_IN_PKT_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 512
        },
        "TP_MIB_TNL_IN_PKT_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 528
        },
        "TP_MIB_TNL_IN_PKT_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 544
        },
        "TP_MIB_TNL_LPBK_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 896
        },
        "TP_MIB_TNL_LPBK_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 912
        },
        "TP_MIB_TNL_LPBK_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 928
        },
        "TP_MIB_TNL_LPBK_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 944
        },
        "TP_MIB_TNL_OUT_PKT_0": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 432
        },
        "TP_MIB_TNL_OUT_PKT_1": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 448
        },
        "TP_MIB_TNL_OUT_PKT_2": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 464
        },
        "TP_MIB_TNL_OUT_PKT_3": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 480
        },
        "TP_MIB_USM_BYTES_HI": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1376
        },
        "TP_MIB_USM_BYTES_LO": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1392
        },
        "TP_MIB_USM_DROP": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1360
        },
        "TP_MIB_USM_PKTS": {
          "type": {
            "kind": "struct",
            "name": "tp_mib_type"
          },
          "offset": 1344
        }
      },
      "kind": "struct"
    },
    "tp_mib_stats": {
      "size": 184,
      "fields": {
        "ipInAddrErrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ipInAddrErrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ipInDelivers_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ipInDelivers_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ipInDiscards_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ipInDiscards_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ipInHdrErrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ipInHdrErrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ipInReceive_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ipInReceive_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ipInUnknownProtos_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ipInUnknownProtos_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ipOutDiscards_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ipOutDiscards_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "ipOutNoRoutes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ipOutNoRoutes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ipOutRequests_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ipOutRequests_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ipReasmFails": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ipReasmOKs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ipReasmReqds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "ipReasmTimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "tcpActiveOpens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tcpAttemptFails": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tcpCurrEstab": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tcpEstabResets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tcpInErrs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tcpInErrs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tcpInSegs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tcpInSegs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tcpOutRsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tcpOutSegs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tcpOutSegs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tcpPassiveOpens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tcpRetransSeg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tcpRetransSeg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tcpRtoMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tcpRtoMin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "tp_mib_type": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "tp_params": {
      "size": 48,
      "fields": {
        "dack_re": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ethertype_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 43
        },
        "fcoe_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 37
        },
        "filter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "filter_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "frag_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 46
        },
        "la_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "macmatch_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 44
        },
        "matchtype_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 45
        },
        "max_rx_pdu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "max_tx_pdu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "port_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 38
        },
        "protocol_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 42
        },
        "rx_pkt_encap": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 36
        },
        "tos_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 41
        },
        "tre": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_modq": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "vlan_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 40
        },
        "vnic_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vnic_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 39
        }
      },
      "kind": "struct"
    },
    "tp_proxy_stats": {
      "size": 16,
      "fields": {
        "proxy": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tp_rdma_stats": {
      "size": 8,
      "fields": {
        "rqe_dfr_mod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rqe_dfr_pkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tp_tcp_stats": {
      "size": 32,
      "fields": {
        "tcp_in_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tcp_out_rsts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tcp_out_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tcp_retrans_segs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "tp_tid_stats": {
      "size": 16,
      "fields": {
        "act": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "del": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "inv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pas": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "tp_tnl_stats": {
      "size": 32,
      "fields": {
        "in_pkt": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "out_pkt": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tp_usm_stats": {
      "size": 16,
      "fields": {
        "drops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "octets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tpa_update_ramrod_data": {
      "size": 24,
      "fields": {
        "client_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "complete_on_both_clients": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "dont_verify_rings_pause_thr_flg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "max_agg_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "max_sges_for_packet": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "max_tpa_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sge_buff_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sge_page_base_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sge_page_base_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sge_pause_thr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "sge_pause_thr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "tpa_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "update_ipv4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "update_ipv6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "tpcMap": {
      "size": 29,
      "fields": {
        "gainF": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "pcdac": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rate36": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rate48": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "rate54": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "regdmn": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        }
      },
      "kind": "struct"
    },
    "trace_params": {
      "size": 232,
      "fields": {
        "data": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "invert": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 230
        },
        "mask": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "min_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 226
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 231
        },
        "skip_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 229
        },
        "skip_ofst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 228
        },
        "snap_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 224
        }
      },
      "kind": "struct"
    },
    "trackpointinfo": {
      "size": 72,
      "fields": {
        "draghys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "inertia": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "jenks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mindrag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "reach": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "sensitivity": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "skipback": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 16
        },
        "threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "uplateau": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "upthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ztime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "trackpointinfo_t": {
      "size": 72,
      "fields": {
        "draghys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "inertia": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "jenks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mindrag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "reach": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "sensitivity": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "skipback": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 0
        },
        "sysctl_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 16
        },
        "threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "uplateau": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "upthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ztime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "tran_int_desc": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "trapframe": {
      "size": 192,
      "fields": {
        "tf_addr": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "tf_cs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 160
        },
        "tf_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 142
        },
        "tf_err": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 144
        },
        "tf_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "tf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tf_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "tf_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "tf_r10": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "tf_r11": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "tf_r12": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "tf_r13": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 96
        },
        "tf_r14": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 104
        },
        "tf_r15": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "tf_r8": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "tf_r9": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "tf_rax": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "tf_rbp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "tf_rbx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "tf_rcx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "tf_rdi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "tf_rdx": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "tf_rflags": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "tf_rip": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 152
        },
        "tf_rsi": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "tf_rsp": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 176
        },
        "tf_ss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 184
        },
        "tf_trapno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "tree_desc": {
      "size": 24,
      "fields": {
        "dyn_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ct_data"
            }
          },
          "offset": 0
        },
        "max_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "stat_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "static_tree_desc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "tree_desc_s": {
      "size": 24,
      "fields": {
        "dyn_tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ct_data"
            }
          },
          "offset": 0
        },
        "max_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "stat_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "static_tree_desc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "trgtPowerAllModes": {
      "size": 136,
      "fields": {
        "numTargetPwr_11a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "numTargetPwr_11b": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 114
        },
        "numTargetPwr_11g": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "trgtPwr_11a": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "TRGT_POWER_INFO"
            }
          },
          "offset": 2
        },
        "trgtPwr_11b": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "TRGT_POWER_INFO"
            }
          },
          "offset": 116
        },
        "trgtPwr_11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "TRGT_POWER_INFO"
            }
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "trgtPowerInfo": {
      "size": 10,
      "fields": {
        "testChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "twicePwr36": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "twicePwr48": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "twicePwr54": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "twicePwr6_24": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "trigger_info": {
      "size": 24,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9ab8825078e90357"
          },
          "offset": 8
        },
        "trigger": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "trim_blkreq": {
      "size": 48,
      "fields": {
        "blkreqlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_daa5da8f8a1bba88"
          },
          "offset": 0
        },
        "bno": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "dephd": {
          "type": {
            "kind": "struct",
            "name": "workhead"
          },
          "offset": 40
        },
        "pdephd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workhead"
            }
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "trim_request": {
      "size": 4112,
      "fields": {
        "bps": {
          "type": {
            "kind": "struct",
            "name": "unnamed_58fcd5b873e35941"
          },
          "offset": 4096
        },
        "data": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "trimlist_hashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ffs_blkfree_trim_params"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "truephy_dsp": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "truncate_args": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "length_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "length_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tseg_qent": {
      "size": 48,
      "fields": {
        "tqe_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tqe_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "tqe_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tqe_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "tqe_mbuf_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tqe_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b0f7435d44569b18"
          },
          "offset": 0
        },
        "tqe_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "tsegqe_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tseg_qent"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tseg_qent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tstorm_eth_ag_context": {
      "size": 56,
      "fields": {
        "__reserved0": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tstorm_eth_function_common_config": {
      "size": 8,
      "fields": {
        "config_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rss_result_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vlan_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tstorm_eth_mac_filter_config": {
      "size": 32,
      "fields": {
        "bcast_accept_all": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mcast_accept_all": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mcast_drop_all": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ucast_accept_all": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ucast_drop_all": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unmatched_unicast": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "vlan_filter": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "tstorm_eth_st_context": {
      "size": 112,
      "fields": {
        "__reserved0": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tstorm_per_pf_stats": {
      "size": 8,
      "fields": {
        "rcv_error_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tstorm_per_port_stats": {
      "size": 24,
      "fields": {
        "brb_truncate_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mac_filter_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mf_tag_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "packet_drop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "tstorm_per_queue_stats": {
      "size": 56,
      "fields": {
        "checksum_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "no_buff_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "pkts_too_big_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rcv_bcast_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 16
        },
        "rcv_bcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rcv_mcast_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 32
        },
        "rcv_mcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rcv_ucast_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "rcv_ucast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ttl0_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "tty": {
      "size": 720,
      "fields": {
        "t_bgwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 224
        },
        "t_column": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 460
        },
        "t_compatflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 468
        },
        "t_dcdwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 240
        },
        "t_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 704
        },
        "t_devsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttydevsw"
            }
          },
          "offset": 648
        },
        "t_devswsoftc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 688
        },
        "t_drainwait": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "t_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "t_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyhook"
            }
          },
          "offset": 656
        },
        "t_hooksoftc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 696
        },
        "t_inlow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "t_inpoll": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 256
        },
        "t_inq": {
          "type": {
            "kind": "struct",
            "name": "ttyinq"
          },
          "offset": 72
        },
        "t_inwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 176
        },
        "t_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c4a029dc20f088d7"
          },
          "offset": 40
        },
        "t_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 0
        },
        "t_mtxobj": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "t_outlow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "t_outpoll": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 328
        },
        "t_outq": {
          "type": {
            "kind": "struct",
            "name": "ttyoutq"
          },
          "offset": 136
        },
        "t_outserwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 208
        },
        "t_outwait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 192
        },
        "t_pgrp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pgrp"
            }
          },
          "offset": 664
        },
        "t_prbuf": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 720
        },
        "t_prbufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 712
        },
        "t_revokecnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "t_session": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "session"
            }
          },
          "offset": 672
        },
        "t_sessioncnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 680
        },
        "t_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 400
        },
        "t_termios": {
          "type": {
            "kind": "struct",
            "name": "termios"
          },
          "offset": 408
        },
        "t_termios_init_in": {
          "type": {
            "kind": "struct",
            "name": "termios"
          },
          "offset": 472
        },
        "t_termios_init_out": {
          "type": {
            "kind": "struct",
            "name": "termios"
          },
          "offset": 560
        },
        "t_termios_lock_in": {
          "type": {
            "kind": "struct",
            "name": "termios"
          },
          "offset": 516
        },
        "t_termios_lock_out": {
          "type": {
            "kind": "struct",
            "name": "termios"
          },
          "offset": 604
        },
        "t_winsize": {
          "type": {
            "kind": "struct",
            "name": "winsize"
          },
          "offset": 452
        },
        "t_writepos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 464
        }
      },
      "kind": "struct"
    },
    "ttydevsw": {
      "size": 128,
      "fields": {
        "tsw_busy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "tsw_cioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "tsw_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "tsw_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tsw_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "tsw_inwakeup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "tsw_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "tsw_mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "tsw_modem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "tsw_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "tsw_outwakeup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "tsw_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tsw_pktnotify": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "tsw_spare": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "ttydisc_recalc_length": {
      "size": 16,
      "fields": {
        "curlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ttyhook": {
      "size": 64,
      "fields": {
        "th_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "th_getc_capture": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "th_getc_inject": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "th_getc_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "th_rint": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "th_rint_bypass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "th_rint_done": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "th_rint_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "ttyinq": {
      "size": 56,
      "fields": {
        "ti_begin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ti_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ti_firstblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyinq_block"
            }
          },
          "offset": 0
        },
        "ti_lastblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyinq_block"
            }
          },
          "offset": 24
        },
        "ti_linestart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ti_nblocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ti_quota": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ti_reprint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ti_reprintblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyinq_block"
            }
          },
          "offset": 16
        },
        "ti_startblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyinq_block"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ttyinq_block": {
      "size": 160,
      "fields": {
        "tib_data": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "tib_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyinq_block"
            }
          },
          "offset": 8
        },
        "tib_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyinq_block"
            }
          },
          "offset": 0
        },
        "tib_quotes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ttyoutq": {
      "size": 32,
      "fields": {
        "to_begin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "to_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "to_firstblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyoutq_block"
            }
          },
          "offset": 0
        },
        "to_lastblock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyoutq_block"
            }
          },
          "offset": 8
        },
        "to_nblocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "to_quota": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "ttyoutq_block": {
      "size": 256,
      "fields": {
        "tob_data": {
          "type": {
            "count": 248,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tob_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ttyoutq_block"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tunable_bool": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tunable_int": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tunable_int64": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tunable_long": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tunable_quad": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tunable_str": {
      "size": 24,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tunable_uint64": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tunable_ulong": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "var": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tuninfo": {
      "size": 8,
      "fields": {
        "baudrate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "tuntap_driver": {
      "size": 232,
      "fields": {
        "cdevsw": {
          "type": {
            "kind": "struct",
            "name": "cdevsw"
          },
          "offset": 0
        },
        "clone_create_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "clone_destroy_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "clone_match_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "clones": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clonedevs"
            }
          },
          "offset": 200
        },
        "ident_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "unrhdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unrhdr"
            }
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "tuntap_driver_cloner": {
      "size": 24,
      "fields": {
        "cloner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_clone"
            }
          },
          "offset": 16
        },
        "drv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tuntap_driver"
            }
          },
          "offset": 8
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_be62cbc13b7733f6"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tuntap_softc": {
      "size": 200,
      "fields": {
        "tun_alias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 16
        },
        "tun_busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 192
        },
        "tun_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 168
        },
        "tun_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "tun_drv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tuntap_driver"
            }
          },
          "offset": 56
        },
        "tun_ether": {
          "type": {
            "kind": "struct",
            "name": "ether_addr"
          },
          "offset": 184
        },
        "tun_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "tun_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 40
        },
        "tun_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_76a398a6e6650708"
          },
          "offset": 0
        },
        "tun_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 136
        },
        "tun_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "tun_rsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 64
        },
        "tun_sigio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 48
        },
        "tun_vhdrlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        }
      },
      "kind": "struct"
    },
    "tuple_callbacks": {
      "size": 24,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "turnstile": {
      "size": 136,
      "fields": {
        "ts_blocked": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "threadqueue"
            }
          },
          "offset": 32
        },
        "ts_free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0b4731484020a699"
          },
          "offset": 112
        },
        "ts_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4bd85dc18e77d16e"
          },
          "offset": 80
        },
        "ts_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4bd85dc18e77d16e"
          },
          "offset": 96
        },
        "ts_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "ts_lockobj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_object"
            }
          },
          "offset": 120
        },
        "ts_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 128
        },
        "ts_pending": {
          "type": {
            "kind": "struct",
            "name": "threadqueue"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "turnstile_chain": {
      "size": 40,
      "fields": {
        "tc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "tc_turnstiles": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0b4731484020a699"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tws_circular_q": {
      "size": 16,
      "fields": {
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "head": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "q": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "tws_cmd_download_firmware": {
      "size": 9,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "param": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sgl": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sgl_off__opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "tws_cmd_generic": {
      "size": 8,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "host_id__unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sgl_off__opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tws_cmd_init_connect": {
      "size": 24,
      "fields": {
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "fw_arch_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "fw_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "fw_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "fw_srl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "message_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "res1__opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tws_cmd_param": {
      "size": 9,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "host_id__unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "param_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sgl": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sgl_off__opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tws_cmd_reset_firmware": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "param": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "res1__opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "tws_command_apache": {
      "size": 896,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "lun_h4__sgl_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "lun_l4__req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "padding": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 768
        },
        "res__opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "sg_list": {
          "type": {
            "count": 744,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sgl_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "tws_command_giga": {
      "size": 896,
      "fields": {
        "download_fw": {
          "type": {
            "kind": "struct",
            "name": "tws_cmd_download_firmware"
          },
          "offset": 0
        },
        "generic": {
          "type": {
            "kind": "struct",
            "name": "tws_cmd_generic"
          },
          "offset": 0
        },
        "init_connect": {
          "type": {
            "kind": "struct",
            "name": "tws_cmd_init_connect"
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "count": 896,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "param": {
          "type": {
            "kind": "struct",
            "name": "tws_cmd_param"
          },
          "offset": 0
        },
        "reset_fw": {
          "type": {
            "kind": "struct",
            "name": "tws_cmd_reset_firmware"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "tws_command_header": {
      "size": 128,
      "fields": {
        "err_specific_desc": {
          "type": {
            "count": 98,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "header_desc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c6616eec0c45b513"
          },
          "offset": 124
        },
        "sense_data": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "status_block": {
          "type": {
            "kind": "struct",
            "name": "unnamed_544e202954b69ed1"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "tws_command_packet": {
      "size": 1024,
      "fields": {
        "cmd": {
          "type": {
            "kind": "union",
            "name": "unnamed_adc488a0d09e64ae"
          },
          "offset": 128
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "tws_command_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tws_compatibility_packet": {
      "size": 56,
      "fields": {
        "driver_branch_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "driver_branch_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "driver_build_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "driver_build_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "driver_srl_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "driver_srl_low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "driver_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fw_on_ctlr_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "fw_on_ctlr_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "fw_on_ctlr_srl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "working_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "working_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "working_srl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "tws_driver_packet": {
      "size": 24,
      "fields": {
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "control_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "os_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sequence_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tws_event_packet": {
      "size": 136,
      "fields": {
        "aen_code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "event_src": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "parameter_data": {
          "type": {
            "count": 98,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "parameter_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "repeat_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "retrieved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "sequence_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "severity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "severity_str": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 116
        },
        "time_stamp_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tws_getset_param": {
      "size": 9,
      "fields": {
        "data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "parameter_actual_size_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "parameter_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "parameter_size_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "table_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tws_init_connect_info": {
      "size": 12,
      "fields": {
        "fw_on_ctlr_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "fw_on_ctlr_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "fw_on_ctlr_srl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "working_branch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "working_build": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "working_srl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tws_ioctl_lock": {
      "size": 16,
      "fields": {
        "lock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tws_ioctl_no_data_buf": {
      "size": 1536,
      "fields": {
        "cmd_pkt": {
          "type": {
            "kind": "struct",
            "name": "tws_command_packet"
          },
          "offset": 512
        },
        "driver_pkt": {
          "type": {
            "kind": "struct",
            "name": "tws_driver_packet"
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "count": 480,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "pdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "tws_ioctl_packet": {
      "size": 1537,
      "fields": {
        "cmd_pkt": {
          "type": {
            "kind": "struct",
            "name": "tws_command_packet"
          },
          "offset": 512
        },
        "data_buf": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1536
        },
        "driver_pkt": {
          "type": {
            "kind": "struct",
            "name": "tws_driver_packet"
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "count": 488,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "tws_lock_packet": {
      "size": 12,
      "fields": {
        "force_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "time_remaining_msec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "timeout_msec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tws_msix_info": {
      "size": 32,
      "fields": {
        "tbl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tbl_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "tbl_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tbl_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tws_outbound_response": {
      "size": 4,
      "fields": {
        "not_mfa": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "request_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "tws_request": {
      "size": 160,
      "fields": {
        "cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "ccb_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 64
        },
        "cmd_pkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tws_command_packet"
            }
          },
          "offset": 0
        },
        "cmd_pkt_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "dma_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "error_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tws_request"
            }
          },
          "offset": 144
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tws_request"
            }
          },
          "offset": 152
        },
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tws_softc"
            }
          },
          "offset": 136
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 72
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "tws_sense": {
      "size": 16,
      "fields": {
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tws_command_header"
            }
          },
          "offset": 0
        },
        "hdr_pkt_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tws_sg_desc32": {
      "size": 8,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flag": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tws_sg_desc64": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "flag": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 15
        },
        "length": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "tws_softc": {
      "size": 704,
      "fields": {
        "aen_q": {
          "type": {
            "kind": "struct",
            "name": "tws_circular_q"
          },
          "offset": 368
        },
        "bus_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "bus_mfa_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "bus_mfa_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "bus_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "cinfo": {
          "type": {
            "kind": "struct",
            "name": "tws_init_connect_info"
          },
          "offset": 464
        },
        "cmd_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 496
        },
        "cmd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 488
        },
        "data_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 520
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dma_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 504
        },
        "dma_mem_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 512
        },
        "gen_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 280
        },
        "intr_handle": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 144
        },
        "intr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 477
        },
        "io_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 312
        },
        "ioctl_data_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 536
        },
        "ioctl_data_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 528
        },
        "ioctl_lock": {
          "type": {
            "kind": "struct",
            "name": "tws_ioctl_lock"
          },
          "offset": 344
        },
        "irq_res": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 120
        },
        "irq_res_id": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 136
        },
        "irqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "is64bit": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 476
        },
        "mfa_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "mfa_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 64
        },
        "mfa_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "msix": {
          "type": {
            "kind": "struct",
            "name": "tws_msix_info"
          },
          "offset": 168
        },
        "obfl_q_overrun": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 560
        },
        "parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 480
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 208
        },
        "q_head": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tws_request"
              }
            }
          },
          "offset": 576
        },
        "q_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 216
        },
        "q_tail": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tws_request"
              }
            }
          },
          "offset": 608
        },
        "reg_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "reg_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "reqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tws_request"
            }
          },
          "offset": 544
        },
        "scan_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 568
        },
        "sense_bufs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tws_sense"
            }
          },
          "offset": 552
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 360
        },
        "sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 200
        },
        "sim_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 248
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "tws_stats"
          },
          "offset": 400
        },
        "stats_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 640
        },
        "subdevice_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "subvendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "trace_q": {
          "type": {
            "kind": "struct",
            "name": "tws_circular_q"
          },
          "offset": 384
        },
        "tws_cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "tws_clist": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 32
        },
        "tws_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "tws_oidp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 48
        },
        "tws_prev_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "tws_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "tws_stats": {
      "size": 64,
      "fields": {
        "ioctls": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "num_aens": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "num_intrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "reqs_errored": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reqs_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reqs_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "scsi_ios": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "spurios_intrs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "tws_trace_rec": {
      "size": 80,
      "fields": {
        "desc": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "fname": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "func": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 26
        },
        "linenum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ts": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        },
        "val1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "val2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "tx_bd": {
      "size": 16,
      "fields": {
        "tx_bd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "tx_bd_haddr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_bd_haddr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_bd_mss_nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_bd_vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "tx_bd_long": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tx_bd_long_hi": {
      "size": 16,
      "fields": {
        "cfa_action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "cfa_action_high": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cfa_meta": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "kid_or_ts_high_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "kid_or_ts_low_hdr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tx_ch_rl_params": {
      "size": 8,
      "fields": {
        "maxrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ratemode": {
          "type": {
            "kind": "enum",
            "name": "fw_sched_params_rate"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tx_cl_rl_params": {
      "size": 32,
      "fields": {
        "burstsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "maxrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "fw_sched_params_mode"
          },
          "offset": 20
        },
        "pktsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ratemode": {
          "type": {
            "kind": "enum",
            "name": "fw_sched_params_rate"
          },
          "offset": 12
        },
        "rateunit": {
          "type": {
            "kind": "enum",
            "name": "fw_sched_params_unit"
          },
          "offset": 16
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "clrl_state"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tx_cmpl": {
      "size": 16,
      "fields": {
        "errors_v": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "flags_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "unused_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "tx_cmpl_t": {
      "size": 16,
      "fields": {
        "errors_v": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "flags_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "opaque": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unused_0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "unused_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "unused_2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "tx_desc": {
      "size": 64,
      "fields": {
        "flit": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tx_keyctx_hdr": {
      "size": 16,
      "fields": {
        "ctxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dualck_to_txvalid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "r5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "txsalt": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "tx_port_stats": {
      "size": 408,
      "fields": {
        "tx_1024b_1518b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_128b_255b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_1519b_2047b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_2048b_4095b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_256b_511b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_4096b_9216b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_512b_1023b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_64b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_65b_127b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tx_9217b_16383b_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "tx_control_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "tx_dbl_tagged_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "tx_eee_lpi_duration": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "tx_eee_lpi_events": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "tx_err": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "tx_excessive_coll_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_fcs_err_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_fifo_underruns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "tx_frag_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "tx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_good_vlan_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_hcfc_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "tx_jabber_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_late_coll_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "tx_llfc_logical_msgs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "tx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_multi_coll_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "tx_multi_dfrl_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "tx_oversz_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_pfc_ena_frames_pri0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "tx_pfc_ena_frames_pri1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "tx_pfc_ena_frames_pri2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "tx_pfc_ena_frames_pri3": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "tx_pfc_ena_frames_pri4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "tx_pfc_ena_frames_pri5": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "tx_pfc_ena_frames_pri6": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "tx_pfc_ena_frames_pri7": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "tx_pfc_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_runt_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "tx_single_coll_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "tx_single_dfrl_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "tx_stat_discard": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "tx_stat_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 400
        },
        "tx_tagged_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "tx_total_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "tx_total_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_ucast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_xthol_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        }
      },
      "kind": "struct"
    },
    "tx_queue_init_ramrod_data": {
      "size": 40,
      "fields": {
        "general": {
          "type": {
            "kind": "struct",
            "name": "client_init_general_data"
          },
          "offset": 0
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "client_init_tx_data"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "tx_rate": {
      "size": 72,
      "fields": {
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "nrate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "orate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "tx_ring": {
      "size": 96,
      "fields": {
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "itr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "me": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "mss_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "que": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_tx_queue"
            }
          },
          "offset": 0
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_tx_desc"
            }
          },
          "offset": 16
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_cidx_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_rs_cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "tx_rs_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "tx_rsq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "tx_sched_params": {
      "size": 16,
      "fields": {
        "burstsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ch_rl": {
          "type": {
            "kind": "struct",
            "name": "tx_ch_rl_params"
          },
          "offset": 0
        },
        "cl_rl": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "tx_cl_rl_params"
            }
          },
          "offset": 16
        },
        "pktsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tx_sdesc": {
      "size": 16,
      "fields": {
        "desc_used": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "tx_stats": {
      "size": 80,
      "fields": {
        "cso": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "mss_too_small": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "tx_sw_desc": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "txdw7_shared": {
      "size": 2,
      "fields": {
        "pci_txbufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "usb_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "txpkts": {
      "size": 144,
      "fields": {
        "ethmacdst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ethmacsrc": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "len16": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "max_npkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "mb": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 24
        },
        "npkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "plen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "score": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "vlantci": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "wr_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "txq_state": {
      "size": 12,
      "fields": {
        "compl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "txschedule": {
      "size": 8,
      "fields": {
        "r0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "t0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "t1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "t2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "t3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "txseginfo": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "txsegi_lnk": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a1e163a96874fef0"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "txseginfo_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "txseginfo"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "txseginfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "typeinfo": {
      "size": 36,
      "fields": {
        "numnodes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "type_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "typelist": {
      "size": 4,
      "fields": {
        "numtypes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "typeinfo": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "typeinfo"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "u3g_softc": {
      "size": 13208,
      "fields": {
        "sc_iface": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13096
        },
        "sc_line": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 13132
        },
        "sc_lsr": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13108
        },
        "sc_msr": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13120
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 13168
        },
        "sc_numports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13200
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucom_softc"
            }
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 13160
        },
        "sc_xfer": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "pointer",
                "subtype": {
                  "kind": "struct",
                  "name": "usb_xfer"
                }
              }
            }
          },
          "offset": 12808
        }
      },
      "kind": "struct"
    },
    "u64_p_t": {
      "size": 4,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "u_businfo": {
      "size": 8,
      "fields": {
        "ub_generation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ub_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "u_device": {
      "size": 3104,
      "fields": {
        "dv_devflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dv_fields": {
          "type": {
            "count": 3072,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "dv_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "dv_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dv_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dv_state": {
          "type": {
            "kind": "enum",
            "name": "device_state"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "u_resource": {
      "size": 80,
      "fields": {
        "r_device": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "r_devname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "r_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "r_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "r_parent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "r_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "u_rman": {
      "size": 64,
      "fields": {
        "rm_descr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rm_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rm_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rm_type": {
          "type": {
            "kind": "enum",
            "name": "rman_type"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "uark_softc": {
      "size": 1256,
      "fields": {
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1249
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1248
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1216
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1208
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1192
        }
      },
      "kind": "struct"
    },
    "uart_bas": {
      "size": 40,
      "fields": {
        "bsh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "bst": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "busy_detect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rclk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "regiowidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "regshft": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "uart_class": {
      "size": 72,
      "fields": {
        "baseclasses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kobj_class"
              }
            }
          },
          "offset": 24
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_method"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 40
        },
        "refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "uc_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_ops"
            }
          },
          "offset": 48
        },
        "uc_range": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "uc_rclk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "uc_riowidth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "uc_rshift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "uart_devinfo": {
      "size": 128,
      "fields": {
        "attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "bas": {
          "type": {
            "kind": "struct",
            "name": "uart_bas"
          },
          "offset": 16
        },
        "baudrate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "databits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "hwmtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 104
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3b3a4b12a0bbc7d6"
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_ops"
            }
          },
          "offset": 8
        },
        "parity": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "pci_info": {
          "type": {
            "kind": "struct",
            "name": "uart_pci_info"
          },
          "offset": 120
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_softc"
            }
          },
          "offset": 112
        },
        "stopbits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "uart_devinfo_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_devinfo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uart_ops": {
      "size": 48,
      "fields": {
        "getc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "putc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "rxready": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "term": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "uart_pci_info": {
      "size": 4,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uart_softc": {
      "size": 592,
      "fields": {
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kobj_ops"
            }
          },
          "offset": 0
        },
        "sc_altbrk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "sc_bas": {
          "type": {
            "kind": "struct",
            "name": "uart_bas"
          },
          "offset": 16
        },
        "sc_callout": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_class": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_class"
            }
          },
          "offset": 8
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "sc_fastintr": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_hwiflow": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_hwmtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 96
        },
        "sc_hwmtx_s": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        },
        "sc_hwoflow": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_hwsig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "sc_icookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 128
        },
        "sc_ires": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 120
        },
        "sc_irid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "sc_isquelch": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 209
        },
        "sc_leaving": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_opened": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_polled": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_pps": {
          "type": {
            "kind": "struct",
            "name": "pps_state"
          },
          "offset": 280
        },
        "sc_pps_captime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 560
        },
        "sc_pps_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "sc_rres": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 104
        },
        "sc_rrid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "sc_rtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "sc_rxbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 232
        },
        "sc_rxbufsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "sc_rxfifosz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 252
        },
        "sc_rxget": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        },
        "sc_rxoverruns": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "sc_rxput": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "sc_softih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 568
        },
        "sc_sysdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_devinfo"
            }
          },
          "offset": 216
        },
        "sc_testintr": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 209
        },
        "sc_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 144
        },
        "sc_ttypend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 576
        },
        "sc_txbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 264
        },
        "sc_txbusy": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 208
        },
        "sc_txdatasz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "sc_txfifosz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 276
        },
        "sc_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_2c516c59bbe381f3"
          },
          "offset": 584
        }
      },
      "kind": "struct"
    },
    "uath_chunk": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "seqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uath_cmd": {
      "size": 56,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aa7bfaa517fd2d82"
          },
          "offset": 48
        },
        "odata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "olen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uath_cmd_connection_attr": {
      "size": 41,
      "fields": {
        "longpreambleonly": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rateset": {
          "type": {
            "kind": "struct",
            "name": "uath_cmd_rateset"
          },
          "offset": 4
        },
        "wlanmode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "uath_cmd_create_connection": {
      "size": 53,
      "fields": {
        "bssid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "connattr": {
          "type": {
            "kind": "struct",
            "name": "uath_cmd_connection_attr"
          },
          "offset": 12
        },
        "connid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_cmd_hdr": {
      "size": 32,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "debug": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "msgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_cmd_host_available": {
      "size": 16,
      "fields": {
        "sw_ver_build": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sw_ver_major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sw_ver_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sw_ver_patch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_cmd_ledblink": {
      "size": 16,
      "fields": {
        "blinkrate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ledmode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lednum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "slowmode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "uath_cmd_ledsteady": {
      "size": 8,
      "fields": {
        "ledmode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lednum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uath_cmd_rates": {
      "size": 45,
      "fields": {
        "connid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "keeprccontent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rateset": {
          "type": {
            "kind": "struct",
            "name": "uath_cmd_rateset"
          },
          "offset": 12
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_cmd_rateset": {
      "size": 33,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "set": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "uath_cmd_reset": {
      "size": 28,
      "fields": {
        "cfgctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "channelchange": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "keeprccontent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "maxrdpower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "twiceantennareduction": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "uath_cmd_rx_filter": {
      "size": 8,
      "fields": {
        "bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "uath_cmd_set_associd": {
      "size": 24,
      "fields": {
        "associd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bssid": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "defaultrateix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "timoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "turboprime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "uath_cmd_txq_attr": {
      "size": 28,
      "fields": {
        "aifs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bursttime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "logcwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "logcwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "uath_cmd_txq_setup": {
      "size": 36,
      "fields": {
        "attr": {
          "type": {
            "kind": "struct",
            "name": "uath_cmd_txq_attr"
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uath_cmdhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_cmd"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uath_cmd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_data": {
      "size": 48,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d929b41889f3ceb8"
          },
          "offset": 40
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 32
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uath_datahead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uath_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_devcap": {
      "size": 136,
      "fields": {
        "analog2GhzRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "analog5GhzRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "burstSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "chanSpreadSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "chapTuningSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "compressSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "connectionIdMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "countryCode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "fastFramesSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "high2GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "high5GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "keyCacheSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "low2GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "low5GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "macRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "macVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "numTxQueues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "phyRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "regCapBits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "regDomain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "supportCipherAES_CCM": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "supportCipherMicAES_CCM": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "supportCipherTKIP": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "supportCipherWEP": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "supportMicTKIP": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "targetRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "targetVersion": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "turboGSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "turboPrimeSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "twiceAntennaGain2G": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "twiceAntennaGain5G": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "wirelessModes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "wmeSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "uath_rx_desc": {
      "size": 64,
      "fields": {
        "antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "connix": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "decrypterror": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "framelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "gennum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "keycachemiss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "phyerror": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tstamp_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tstamp_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "uath_rx_radiotap_header": {
      "size": 32,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_softc": {
      "size": 38256,
      "fields": {
        "sc_cmd": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "uath_cmd"
            }
          },
          "offset": 27464
        },
        "sc_cmd_active": {
          "type": {
            "kind": "struct",
            "name": "uath_cmdhead"
          },
          "offset": 30824
        },
        "sc_cmd_dma_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27288
        },
        "sc_cmd_inactive": {
          "type": {
            "kind": "struct",
            "name": "uath_cmdhead"
          },
          "offset": 30840
        },
        "sc_cmd_pending": {
          "type": {
            "kind": "struct",
            "name": "uath_cmdhead"
          },
          "offset": 30856
        },
        "sc_cmd_waiting": {
          "type": {
            "kind": "struct",
            "name": "uath_cmdhead"
          },
          "offset": 30872
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27336
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27272
        },
        "sc_devcap": {
          "type": {
            "kind": "struct",
            "name": "uath_devcap"
          },
          "offset": 38048
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38200
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_intrx_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 38024
        },
        "sc_intrx_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 38044
        },
        "sc_intrx_nextnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38040
        },
        "sc_intrx_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 38032
        },
        "sc_msgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 37880
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27304
        },
        "sc_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27424
        },
        "sc_rx": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "uath_data"
            }
          },
          "offset": 30888
        },
        "sc_rx_active": {
          "type": {
            "kind": "struct",
            "name": "uath_datahead"
          },
          "offset": 37032
        },
        "sc_rx_inactive": {
          "type": {
            "kind": "struct",
            "name": "uath_datahead"
          },
          "offset": 37048
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "uath_rx_radiotap_header"
          },
          "offset": 38208
        },
        "sc_seqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 37884
        },
        "sc_serial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38184
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "sc_stat": {
          "type": {
            "kind": "struct",
            "name": "uath_stat"
          },
          "offset": 27340
        },
        "sc_tx": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "uath_data"
            }
          },
          "offset": 37064
        },
        "sc_tx_active": {
          "type": {
            "kind": "struct",
            "name": "uath_datahead"
          },
          "offset": 37832
        },
        "sc_tx_dma_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27296
        },
        "sc_tx_inactive": {
          "type": {
            "kind": "struct",
            "name": "uath_datahead"
          },
          "offset": 37848
        },
        "sc_tx_pending": {
          "type": {
            "kind": "struct",
            "name": "uath_datahead"
          },
          "offset": 37864
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 37888
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "uath_tx_radiotap_header"
          },
          "offset": 38240
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27280
        },
        "sc_xfer": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 27432
        },
        "stat_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 37960
        },
        "watchdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 37896
        }
      },
      "kind": "struct"
    },
    "uath_stat": {
      "size": 84,
      "fields": {
        "st_badchunkseqnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_cmd_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "st_cmd_inactive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "st_cmd_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "st_cmd_waiting": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "st_crcerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "st_decomperr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "st_decrypt_crcerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "st_decrypt_micerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "st_err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "st_invalidlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "st_keyerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "st_multichunk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "st_phyerr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "st_rx_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "st_rx_inactive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "st_stopinprogress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "st_toobigrxpkt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "st_tx_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "st_tx_inactive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "st_tx_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "uath_tx_desc": {
      "size": 28,
      "fields": {
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "connid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "msgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "msglen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "txqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uath_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "uath_vap": {
      "size": 3064,
      "fields": {
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uath_wme_settings": {
      "size": 8,
      "fields": {
        "acm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "aifsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "logcwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "logcwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "txop": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "uath_write_mac": {
      "size": 40,
      "fields": {
        "data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ucode": {
      "size": 24,
      "fields": {
        "bundle_max_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "int_delay_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ucode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ucode_intel_extsig": {
      "size": 12,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "processor_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "processor_signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ucode_intel_extsig_table": {
      "size": 20,
      "fields": {
        "entries": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucode_intel_extsig"
            }
          },
          "offset": 20
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "signature_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "signature_table_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ucode_intel_header": {
      "size": 48,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "header_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "loader_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "processor_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "processor_signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "total_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "update_revision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ucode_ops": {
      "size": 24,
      "fields": {
        "load": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "match": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ucom_callback": {
      "size": 144,
      "fields": {
        "ucom_cfg_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "ucom_cfg_get_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ucom_cfg_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "ucom_cfg_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "ucom_cfg_set_break": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ucom_cfg_set_dtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ucom_cfg_set_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ucom_cfg_set_rts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ucom_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "ucom_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "ucom_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "ucom_pre_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "ucom_pre_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "ucom_start_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "ucom_start_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "ucom_stop_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "ucom_stop_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "ucom_tty_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "ucom_cfg_task": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "usb_proc_msg"
          },
          "offset": 0
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucom_softc"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "ucom_param_task": {
      "size": 88,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "usb_proc_msg"
          },
          "offset": 0
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucom_softc"
            }
          },
          "offset": 32
        },
        "termios_copy": {
          "type": {
            "kind": "struct",
            "name": "termios"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ucom_softc": {
      "size": 1056,
      "fields": {
        "sc_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucom_callback"
            }
          },
          "offset": 856
        },
        "sc_close_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucom_cfg_task"
            }
          },
          "offset": 160
        },
        "sc_consdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "consdev"
            }
          },
          "offset": 880
        },
        "sc_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 914
        },
        "sc_jitterbuf": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 922
        },
        "sc_jitterbuf_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 908
        },
        "sc_jitterbuf_out": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 910
        },
        "sc_last_start_xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_proc_msg"
            }
          },
          "offset": 848
        },
        "sc_line_state_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucom_cfg_task"
            }
          },
          "offset": 240
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 916
        },
        "sc_mcr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 918
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 917
        },
        "sc_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 888
        },
        "sc_open_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucom_cfg_task"
            }
          },
          "offset": 80
        },
        "sc_param_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucom_param_task"
            }
          },
          "offset": 400
        },
        "sc_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 896
        },
        "sc_pls_clr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 920
        },
        "sc_pls_curr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 921
        },
        "sc_pls_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 919
        },
        "sc_portno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 912
        },
        "sc_pps": {
          "type": {
            "kind": "struct",
            "name": "pps_state"
          },
          "offset": 576
        },
        "sc_start_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucom_cfg_task"
            }
          },
          "offset": 0
        },
        "sc_status_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ucom_cfg_task"
            }
          },
          "offset": 320
        },
        "sc_subunit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 904
        },
        "sc_super": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucom_super_softc"
            }
          },
          "offset": 864
        },
        "sc_tty": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 872
        }
      },
      "kind": "struct"
    },
    "ucom_super_softc": {
      "size": 136,
      "fields": {
        "sc_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "sc_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "sc_subunits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "sc_sysctl_ttyname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 104
        },
        "sc_sysctl_ttyports": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 112
        },
        "sc_tq": {
          "type": {
            "kind": "struct",
            "name": "usb_process"
          },
          "offset": 0
        },
        "sc_ttyname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "sc_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "ucond": {
      "size": 16,
      "fields": {
        "c_clockid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "c_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "c_has_waiters": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "c_spare": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ucontext_t": {
      "size": 880,
      "fields": {
        "__spare__": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 852
        },
        "uc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 848
        },
        "uc_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__ucontext"
            }
          },
          "offset": 816
        },
        "uc_mcontext": {
          "type": {
            "kind": "struct",
            "name": "mcontext_t"
          },
          "offset": 16
        },
        "uc_sigmask": {
          "type": {
            "kind": "struct",
            "name": "__sigset_t"
          },
          "offset": 0
        },
        "uc_stack": {
          "type": {
            "kind": "struct",
            "name": "sigaltstack"
          },
          "offset": 824
        }
      },
      "kind": "struct"
    },
    "ucred": {
      "size": 256,
      "fields": {
        "cr_agroups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "cr_audit": {
          "type": {
            "kind": "struct",
            "name": "auditinfo_addr"
          },
          "offset": 48
        },
        "cr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "cr_groups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 176
        },
        "cr_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 168
        },
        "cr_loginclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "loginclass"
            }
          },
          "offset": 144
        },
        "cr_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "cr_ngroups": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "cr_prison": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison"
            }
          },
          "offset": 136
        },
        "cr_pspare2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 152
        },
        "cr_ref": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "cr_rgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "cr_ruid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "cr_ruidinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uidinfo"
            }
          },
          "offset": 128
        },
        "cr_smallgroups": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 188
        },
        "cr_svgid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "cr_svuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "cr_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "cr_uidinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uidinfo"
            }
          },
          "offset": 120
        },
        "cr_users": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "udav_rxpkt": {
      "size": 3,
      "fields": {
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "rxstat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "udav_softc": {
      "size": 736,
      "fields": {
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 728
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 672
        },
        "sc_ue": {
          "type": {
            "kind": "struct",
            "name": "usb_ether"
          },
          "offset": 0
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 704
        }
      },
      "kind": "struct"
    },
    "udp6_multi_match_ctx": {
      "size": 16,
      "fields": {
        "ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_hdr"
            }
          },
          "offset": 0
        },
        "uh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "udphdr"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "udp_portonly": {
      "size": 4,
      "fields": {
        "uh_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "uh_sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "udp_tun_icmp_param_t": {
      "size": 8,
      "fields": {
        "icmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "icmp"
            }
          },
          "offset": 0
        },
        "ip6cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6ctlparam"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "udpcb": {
      "size": 424,
      "fields": {
        "u_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 408
        },
        "u_icmp_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 400
        },
        "u_inpcb": {
          "type": {
            "kind": "struct",
            "name": "inpcb"
          },
          "offset": 0
        },
        "u_rxcslen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 412
        },
        "u_tun_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 416
        },
        "u_tun_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 392
        },
        "u_txcslen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 414
        }
      },
      "kind": "struct"
    },
    "udphdr": {
      "size": 8,
      "fields": {
        "uh_dport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "uh_sport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "uh_sum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "uh_ulen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "udpiphdr": {
      "size": 28,
      "fields": {
        "ui_i": {
          "type": {
            "kind": "struct",
            "name": "ipovly"
          },
          "offset": 0
        },
        "ui_u": {
          "type": {
            "kind": "struct",
            "name": "udphdr"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "udpstat": {
      "size": 112,
      "fields": {
        "udpps_pcbcachemiss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "udpps_pcbhashmiss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "udps_badlen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "udps_badsum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "udps_fastout": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "udps_filtermcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "udps_fullsock": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "udps_hdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "udps_ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "udps_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "udps_noportbcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "udps_noportmcast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "udps_nosum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "udps_opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "ufid": {
      "size": 12,
      "fields": {
        "ufid_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ufid_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ufid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ufid_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "ufoma_mobile_acm_descriptor": {
      "size": 5,
      "fields": {
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bFunctionLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bMode": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "bType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "ufoma_softc": {
      "size": 1328,
      "fields": {
        "sc_acm_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1317
        },
        "sc_bulk_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1264
        },
        "sc_cm_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1316
        },
        "sc_ctrl_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1313
        },
        "sc_ctrl_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1312
        },
        "sc_ctrl_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1240
        },
        "sc_currentmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1321
        },
        "sc_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 1192
        },
        "sc_data_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1315
        },
        "sc_data_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1314
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 1288
        },
        "sc_line": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1308
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1318
        },
        "sc_modetable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1280
        },
        "sc_modetoactivate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1320
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1319
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1208
        },
        "sc_nobulk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1311
        },
        "sc_num_msg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1310
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1296
        },
        "sc_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1304
        }
      },
      "kind": "struct"
    },
    "ufs1_dinode": {
      "size": 128,
      "fields": {
        "di_atime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "di_atimensec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "di_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "di_ctime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "di_ctimensec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "di_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "di_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "di_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "di_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "di_modrev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "di_mtime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "di_mtimensec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "di_nlink": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "di_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "di_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_0ff907e288e8cfd4"
          },
          "offset": 4,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_e6f7342aaabdaaa9"
          },
          "offset": 40,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ufs2_dinode": {
      "size": 256,
      "fields": {
        "di_atime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "di_atimensec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "di_birthnsec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "di_birthtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "di_blksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "di_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "di_ckhash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "di_ctime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "di_ctimensec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "di_extb": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 96
        },
        "di_extsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "di_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "di_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "di_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "di_kernflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "di_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "di_modrev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "di_mtime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "di_mtimensec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "di_nlink": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "di_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "di_spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 248
        },
        "di_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_fa85e12266de92fc"
          },
          "offset": 112,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_0ff907e288e8cfd4"
          },
          "offset": 240,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "ufs_args": {
      "size": 144,
      "fields": {
        "export": {
          "type": {
            "kind": "struct",
            "name": "oexport_args"
          },
          "offset": 8
        },
        "fspec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ufs_extattr_fileheader": {
      "size": 12,
      "fields": {
        "uef_magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "uef_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "uef_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ufs_extattr_list_entry": {
      "size": 112,
      "fields": {
        "uele_attrname": {
          "type": {
            "count": 65,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "uele_attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "uele_backing_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 104
        },
        "uele_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1146975c3be299c2"
          },
          "offset": 0
        },
        "uele_fileheader": {
          "type": {
            "kind": "struct",
            "name": "ufs_extattr_fileheader"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "ufs_extattr_list_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufs_extattr_list_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ufs_extattr_per_mount": {
      "size": 56,
      "fields": {
        "uepm_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "uepm_list": {
          "type": {
            "kind": "struct",
            "name": "ufs_extattr_list_head"
          },
          "offset": 32
        },
        "uepm_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        },
        "uepm_ucred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ufsmount": {
      "size": 504,
      "fields": {
        "um_balloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "um_blkatoff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 432
        },
        "um_bo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 24
        },
        "um_bptrtodb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "um_bsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "um_btime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 264
        },
        "um_check_blkno": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 496
        },
        "um_checkpath_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 192
        },
        "um_cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 16
        },
        "um_cred": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ucred"
              }
            }
          },
          "offset": 248
        },
        "um_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 8
        },
        "um_devvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        },
        "um_extattr": {
          "type": {
            "kind": "struct",
            "name": "ufs_extattr_per_mount"
          },
          "offset": 64
        },
        "um_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "um_fs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fs"
            }
          },
          "offset": 56
        },
        "um_fstype": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "um_ifree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 472
        },
        "um_itime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 280
        },
        "um_last_fullmsg": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 320
        },
        "um_last_integritymsg": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 344
        },
        "um_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 160
        },
        "um_maxsymlinklen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "um_mountp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "um_nindir": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "um_odevvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        },
        "um_qflags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 296
        },
        "um_quotas": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 232
        },
        "um_rdonly": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 480
        },
        "um_savedmaxfilesize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 304
        },
        "um_secs_fullmsg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 336
        },
        "um_secs_integritymsg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "um_seqinc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "um_snapgone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 488
        },
        "um_softdep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount_softdeps"
            }
          },
          "offset": 224
        },
        "um_trim_inflight": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "um_trim_inflight_blks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "um_trim_total": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 384
        },
        "um_trim_total_blks": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 392
        },
        "um_trim_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 400
        },
        "um_trimhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trimlist_hashhead"
            }
          },
          "offset": 408
        },
        "um_trimlisthashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 416
        },
        "um_truncate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 440
        },
        "um_update": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 448
        },
        "um_valloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 456
        },
        "um_vfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 464
        }
      },
      "kind": "struct"
    },
    "uftdi_bitmode": {
      "size": 2,
      "fields": {
        "iomask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uftdi_eeio": {
      "size": 132,
      "fields": {
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uftdi_param_config": {
      "size": 10,
      "fields": {
        "baud_hibits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "baud_lobits": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lcr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "v_flow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "v_start": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "v_stop": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "uftdi_softc": {
      "size": 1272,
      "fields": {
        "sc_bcdDevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1262
        },
        "sc_bitmode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1269
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 1216
        },
        "sc_devflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1265
        },
        "sc_devtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1264
        },
        "sc_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1266
        },
        "sc_last_lcr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1260
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1268
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1267
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1224
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1192
        },
        "sc_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1256
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1200
        }
      },
      "kind": "struct"
    },
    "uhci_config_desc": {
      "size": 25,
      "fields": {
        "confd": {
          "type": {
            "kind": "struct",
            "name": "usb_config_descriptor"
          },
          "offset": 0
        },
        "endpd": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_descriptor"
          },
          "offset": 18
        },
        "ifcd": {
          "type": {
            "kind": "struct",
            "name": "usb_interface_descriptor"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "uhci_hub_desc": {
      "size": 128,
      "fields": {
        "ps": {
          "type": {
            "kind": "struct",
            "name": "usb_port_status"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "usb_status"
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "uhci_hw_softc": {
      "size": 28080,
      "fields": {
        "bulk_start_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 21672
        },
        "bulk_start_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 28032
        },
        "fs_ctl_start_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 21616
        },
        "fs_ctl_start_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 28016
        },
        "intr_start_pc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 7224
        },
        "intr_start_pg": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 23904
        },
        "isoc_start_pc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 56
        },
        "isoc_start_pg": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 21856
        },
        "last_qh_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 21728
        },
        "last_qh_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 28048
        },
        "last_td_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 21784
        },
        "last_td_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 28064
        },
        "ls_ctl_start_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 21560
        },
        "ls_ctl_start_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 28000
        },
        "pframes_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 0
        },
        "pframes_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 21840
        }
      },
      "kind": "struct"
    },
    "uhci_mem_layout": {
      "size": 72,
      "fields": {
        "buf_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "buf_pc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 48
        },
        "buf_res": {
          "type": {
            "kind": "struct",
            "name": "usb_page_search"
          },
          "offset": 0
        },
        "fix_pc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 56
        },
        "fix_res": {
          "type": {
            "kind": "struct",
            "name": "usb_page_search"
          },
          "offset": 24
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "uhci_qh": {
      "size": 64,
      "fields": {
        "e_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 32
        },
        "h_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 8
        },
        "h_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 16
        },
        "intr_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 24
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        },
        "qh_e_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qh_h_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qh_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "uhci_qh_t": {
      "size": 64,
      "fields": {
        "e_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 32
        },
        "h_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 8
        },
        "h_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 16
        },
        "intr_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 24
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        },
        "qh_e_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qh_h_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qh_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "uhci_softc": {
      "size": 34624,
      "fields": {
        "sc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34596
        },
        "sc_bulk_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 33992
        },
        "sc_bus": {
          "type": {
            "kind": "struct",
            "name": "usb_bus"
          },
          "offset": 28080
        },
        "sc_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34597
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 34048
        },
        "sc_devices": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 29880
        },
        "sc_fs_ctl_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 33984
        },
        "sc_hub_desc": {
          "type": {
            "kind": "union",
            "name": "uhci_hub_desc"
          },
          "offset": 29688
        },
        "sc_hub_idata": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34600
        },
        "sc_hw": {
          "type": {
            "kind": "struct",
            "name": "uhci_hw_softc"
          },
          "offset": 0
        },
        "sc_intr_hdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 34040
        },
        "sc_intr_p_last": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uhci_qh"
              }
            }
          },
          "offset": 31928
        },
        "sc_intr_stat": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 34084
        },
        "sc_io_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 34072
        },
        "sc_io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 34024
        },
        "sc_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 34056
        },
        "sc_io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 34064
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 34032
        },
        "sc_isoc_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uhci_td"
              }
            }
          },
          "offset": 30904
        },
        "sc_isreset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34598
        },
        "sc_isresumed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34599
        },
        "sc_last_qh_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 34008
        },
        "sc_last_td_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 34016
        },
        "sc_loops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34080
        },
        "sc_ls_ctl_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 33976
        },
        "sc_reclaim_qh_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 34000
        },
        "sc_root_intr": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 29816
        },
        "sc_vendor": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 34601
        }
      },
      "kind": "struct"
    },
    "uhci_softc_t": {
      "size": 34624,
      "fields": {
        "sc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34596
        },
        "sc_bulk_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 33992
        },
        "sc_bus": {
          "type": {
            "kind": "struct",
            "name": "usb_bus"
          },
          "offset": 28080
        },
        "sc_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34597
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 34048
        },
        "sc_devices": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 29880
        },
        "sc_fs_ctl_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 33984
        },
        "sc_hub_desc": {
          "type": {
            "kind": "union",
            "name": "uhci_hub_desc"
          },
          "offset": 29688
        },
        "sc_hub_idata": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34600
        },
        "sc_hw": {
          "type": {
            "kind": "struct",
            "name": "uhci_hw_softc"
          },
          "offset": 0
        },
        "sc_intr_hdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 34040
        },
        "sc_intr_p_last": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uhci_qh"
              }
            }
          },
          "offset": 31928
        },
        "sc_intr_stat": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 34084
        },
        "sc_io_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 34072
        },
        "sc_io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 34024
        },
        "sc_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 34056
        },
        "sc_io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 34064
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 34032
        },
        "sc_isoc_p_last": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uhci_td"
              }
            }
          },
          "offset": 30904
        },
        "sc_isreset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34598
        },
        "sc_isresumed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34599
        },
        "sc_last_qh_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 34008
        },
        "sc_last_td_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 34016
        },
        "sc_loops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34080
        },
        "sc_ls_ctl_p_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 33976
        },
        "sc_reclaim_qh_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_qh"
            }
          },
          "offset": 34000
        },
        "sc_root_intr": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 29816
        },
        "sc_vendor": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 34601
        }
      },
      "kind": "struct"
    },
    "uhci_std_temp": {
      "size": 112,
      "fields": {
        "average": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "last_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "ml": {
          "type": {
            "kind": "struct",
            "name": "uhci_mem_layout"
          },
          "offset": 0
        },
        "setup_alt_next": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "shortpkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td_t"
            }
          },
          "offset": 72
        },
        "td_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td_t"
            }
          },
          "offset": 80
        },
        "td_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "td_token": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "uhci_td": {
      "size": 64,
      "fields": {
        "fix_pc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 48
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 16
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 32
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 24
        },
        "td_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "td_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "td_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "td_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "td_token": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uhci_td_t": {
      "size": 64,
      "fields": {
        "fix_pc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 48
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 16
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 32
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 40
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uhci_td"
            }
          },
          "offset": 24
        },
        "td_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "td_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "td_self": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "td_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "td_token": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uhid_softc": {
      "size": 128,
      "fields": {
        "sc_fid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 122
        },
        "sc_fifo": {
          "type": {
            "kind": "struct",
            "name": "usb_fifo_sc"
          },
          "offset": 0
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 123
        },
        "sc_fsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "sc_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 119
        },
        "sc_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 118
        },
        "sc_iid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 120
        },
        "sc_isize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "sc_oid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 121
        },
        "sc_osize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "sc_repdesc_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "sc_repdesc_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 88
        },
        "sc_xfer": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "uhub_current_state": {
      "size": 4,
      "fields": {
        "port_change": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "port_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "uhub_softc": {
      "size": 88,
      "fields": {
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "sc_disable_enumeration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sc_disable_port_power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "sc_st": {
          "type": {
            "kind": "struct",
            "name": "uhub_current_state"
          },
          "offset": 0
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 48
        },
        "sc_usb_port_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "uidinfo": {
      "size": 80,
      "fields": {
        "ui_hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5b1d91a0542a2f6e"
          },
          "offset": 0
        },
        "ui_kqcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "ui_proccnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "ui_ptscnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "ui_racct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "racct"
            }
          },
          "offset": 72
        },
        "ui_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "ui_sbsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "ui_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ui_umtxcnt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        },
        "ui_vmsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "uihashhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uidinfo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uinput_abs_setup": {
      "size": 28,
      "fields": {
        "absinfo": {
          "type": {
            "kind": "struct",
            "name": "input_absinfo"
          },
          "offset": 4
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uinput_cdev_state": {
      "size": 528,
      "fields": {
        "ucs_blocked": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 136
        },
        "ucs_buffer": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "input_event"
            }
          },
          "offset": 144
        },
        "ucs_buffer_head": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "ucs_buffer_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "ucs_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 8
        },
        "ucs_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 16
        },
        "ucs_selected": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 137
        },
        "ucs_selp": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 64
        },
        "ucs_state": {
          "type": {
            "kind": "enum",
            "name": "uinput_state"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uinput_setup": {
      "size": 92,
      "fields": {
        "ff_effects_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "id": {
          "type": {
            "kind": "struct",
            "name": "input_id"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uinput_user_dev": {
      "size": 1116,
      "fields": {
        "absflat": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 860
        },
        "absfuzz": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 604
        },
        "absmax": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 92
        },
        "absmin": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 348
        },
        "ff_effects_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "id": {
          "type": {
            "kind": "struct",
            "name": "input_id"
          },
          "offset": 80
        },
        "name": {
          "type": {
            "count": 80,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uio": {
      "size": 48,
      "fields": {
        "uio_iov": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        },
        "uio_iovcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "uio_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "uio_resid": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "uio_rw": {
          "type": {
            "kind": "enum",
            "name": "uio_rw"
          },
          "offset": 36
        },
        "uio_segflg": {
          "type": {
            "kind": "enum",
            "name": "uio_seg"
          },
          "offset": 32
        },
        "uio_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "ukbd_data": {
      "size": 32,
      "fields": {
        "bitmap": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ukbd_softc": {
      "size": 25288,
      "fields": {
        "sc_accents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24932
        },
        "sc_accmap": {
          "type": {
            "kind": "struct",
            "name": "accentmap_t"
          },
          "offset": 9500
        },
        "sc_buffer": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25220
        },
        "sc_buffered_char": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24912
        },
        "sc_callout": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 20608
        },
        "sc_co_basetime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 20792
        },
        "sc_composed_char": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24908
        },
        "sc_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20800
        },
        "sc_evdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 20784
        },
        "sc_fkeymap": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fkeytab_t"
            }
          },
          "offset": 15804
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24920
        },
        "sc_id_apple_eject": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24957
        },
        "sc_id_apple_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24958
        },
        "sc_id_capslock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25216
        },
        "sc_id_loc_key": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24959
        },
        "sc_id_numlock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25215
        },
        "sc_id_scrolllock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25217
        },
        "sc_iface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface"
            }
          },
          "offset": 20752
        },
        "sc_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24955
        },
        "sc_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24956
        },
        "sc_input": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20808
        },
        "sc_inputhead": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24950
        },
        "sc_inputs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24948
        },
        "sc_inputtail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24952
        },
        "sc_kbd": {
          "type": {
            "kind": "struct",
            "name": "keyboard_t"
          },
          "offset": 0
        },
        "sc_kbd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25218
        },
        "sc_kbd_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24944
        },
        "sc_keymap": {
          "type": {
            "kind": "struct",
            "name": "keymap_t"
          },
          "offset": 280
        },
        "sc_led_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24940
        },
        "sc_leds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24954
        },
        "sc_loc_apple_eject": {
          "type": {
            "kind": "struct",
            "name": "hid_location"
          },
          "offset": 17472
        },
        "sc_loc_apple_fn": {
          "type": {
            "kind": "struct",
            "name": "hid_location"
          },
          "offset": 17484
        },
        "sc_loc_capslock": {
          "type": {
            "kind": "struct",
            "name": "hid_location"
          },
          "offset": 20580
        },
        "sc_loc_key": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "hid_location"
            }
          },
          "offset": 17496
        },
        "sc_loc_key_valid": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 17440
        },
        "sc_loc_numlock": {
          "type": {
            "kind": "struct",
            "name": "hid_location"
          },
          "offset": 20568
        },
        "sc_loc_scrolllock": {
          "type": {
            "kind": "struct",
            "name": "hid_location"
          },
          "offset": 20592
        },
        "sc_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24924
        },
        "sc_ndata": {
          "type": {
            "kind": "struct",
            "name": "ukbd_data"
          },
          "offset": 20672
        },
        "sc_odata": {
          "type": {
            "kind": "struct",
            "name": "ukbd_data"
          },
          "offset": 20704
        },
        "sc_poll_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 20736
        },
        "sc_polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24936
        },
        "sc_repeat_key": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25219
        },
        "sc_repeat_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20804
        },
        "sc_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24928
        },
        "sc_time_ms": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24904
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 20744
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 20760
        }
      },
      "kind": "struct"
    },
    "uld_info": {
      "size": 40,
      "fields": {
        "activate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "async_event": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "deactivate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6148b7e80e7ef22b"
          },
          "offset": 0
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "uld_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "ulp_txpkt": {
      "size": 8,
      "fields": {
        "cmd_dest": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ulptx_idata": {
      "size": 8,
      "fields": {
        "cmd_more": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ulptx_sc_memrd": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd_to_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ulptx_sge_pair": {
      "size": 24,
      "fields": {
        "addr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ulptx_sgl": {
      "size": 16,
      "fields": {
        "addr0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cmd_nsge": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sge": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ulptx_sge_pair"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "uma_bucket": {
      "size": 16,
      "fields": {
        "ub_bucket": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "ub_cnt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "ub_entries": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        },
        "ub_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ab6a0ca67da6159e"
          },
          "offset": 0
        },
        "ub_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "uma_bucket_zone": {
      "size": 24,
      "fields": {
        "ubz_entries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ubz_maxsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ubz_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ubz_zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uma_bucketlist": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_bucket"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uma_bucket"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uma_cache": {
      "size": 128,
      "fields": {
        "uc_allocbucket": {
          "type": {
            "kind": "struct",
            "name": "uma_cache_bucket"
          },
          "offset": 16
        },
        "uc_allocs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "uc_crossbucket": {
          "type": {
            "kind": "struct",
            "name": "uma_cache_bucket"
          },
          "offset": 32
        },
        "uc_freebucket": {
          "type": {
            "kind": "struct",
            "name": "uma_cache_bucket"
          },
          "offset": 0
        },
        "uc_frees": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "uma_cache_bucket": {
      "size": 16,
      "fields": {
        "ucb_bucket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_bucket"
            }
          },
          "offset": 0
        },
        "ucb_cnt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "ucb_entries": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10
        },
        "ucb_spare": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "uma_domain": {
      "size": 128,
      "fields": {
        "ud_free_items": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "ud_free_slab": {
          "type": {
            "kind": "struct",
            "name": "slabhead"
          },
          "offset": 72
        },
        "ud_free_slabs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "ud_full_slab": {
          "type": {
            "kind": "struct",
            "name": "slabhead"
          },
          "offset": 80
        },
        "ud_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "ud_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "ud_part_slab": {
          "type": {
            "kind": "struct",
            "name": "slabhead"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "uma_hash": {
      "size": 16,
      "fields": {
        "uh_hashmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "uh_hashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "uh_slab_hash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "slabhashhead"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uma_hash_slab": {
      "size": 48,
      "fields": {
        "uhs_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "uhs_hlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4998f9dca96289d4"
          },
          "offset": 0
        },
        "uhs_slab": {
          "type": {
            "kind": "struct",
            "name": "uma_slab"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "uma_kctor_args": {
      "size": 40,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "uminit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uma_keg": {
      "size": 192,
      "fields": {
        "uk_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "uk_allocf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "uk_domain": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "uma_domain"
            }
          },
          "offset": 192
        },
        "uk_dr": {
          "type": {
            "kind": "struct",
            "name": "domainset_ref"
          },
          "offset": 24
        },
        "uk_fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "uk_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "uk_freef": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "uk_hash": {
          "type": {
            "kind": "struct",
            "name": "uma_hash"
          },
          "offset": 0
        },
        "uk_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "uk_ipers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 110
        },
        "uk_kva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "uk_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_939f6f2b763f6fbc"
          },
          "offset": 128
        },
        "uk_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 120
        },
        "uk_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "uk_pgoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "uk_ppera": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 108
        },
        "uk_reserve": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "uk_rsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "uk_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "uk_zones": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d91c82a219d3e511"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "uma_percpu_stat": {
      "size": 64,
      "fields": {
        "_ups_reserved": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "ups_allocs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ups_cache_free": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ups_frees": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uma_reclaim_args": {
      "size": 8,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "uma_slab": {
      "size": 24,
      "fields": {
        "us_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "us_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "us_free": {
          "type": {
            "kind": "struct",
            "name": "noslabbits"
          },
          "offset": 24
        },
        "us_freecount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "us_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b40be546d5a98ec1"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uma_stream_header": {
      "size": 16,
      "fields": {
        "_ush_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ush_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ush_maxcpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ush_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uma_type_header": {
      "size": 120,
      "fields": {
        "_uth_reserved1": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 112
        },
        "uth_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "uth_allocs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "uth_bucketsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "uth_fails": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "uth_frees": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "uth_keg_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "uth_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "uth_maxpages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "uth_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "uth_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "uth_rsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "uth_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "uth_sleeps": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "uth_xdomain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "uth_zone_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "uth_zone_free": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "uma_zctor_args": {
      "size": 88,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "ctor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "import": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "keg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_keg"
            }
          },
          "offset": 72
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "uminit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "uma_zone": {
      "size": 384,
      "fields": {
        "uz_allocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "uz_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "uz_bucket_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "uz_bucket_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "uz_bucket_size_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "uz_bucket_size_min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 188
        },
        "uz_cpu": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "uma_cache"
            }
          },
          "offset": 384
        },
        "uz_cross_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 256
        },
        "uz_ctlname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 176
        },
        "uz_ctor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "uz_dtor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "uz_fails": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 160
        },
        "uz_fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "uz_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "uz_frees": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "uz_import": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "uz_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "uz_items": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "uz_keg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_keg"
            }
          },
          "offset": 64
        },
        "uz_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_567f5b0add5a13e7"
          },
          "offset": 128
        },
        "uz_max_items": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "uz_maxaction": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 224
        },
        "uz_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 168
        },
        "uz_namecnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "uz_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 192
        },
        "uz_ratecheck": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 208
        },
        "uz_reclaimers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "uz_release": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "uz_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "uz_sleepers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "uz_sleeps": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "uz_smr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "smr"
            }
          },
          "offset": 24
        },
        "uz_warning": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 200
        },
        "uz_xdomain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "uma_zone_count": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uma_zone_domain": {
      "size": 128,
      "fields": {
        "uzd_bimin": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "uzd_buckets": {
          "type": {
            "kind": "struct",
            "name": "uma_bucketlist"
          },
          "offset": 0
        },
        "uzd_cross": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_bucket"
            }
          },
          "offset": 16
        },
        "uzd_imax": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "uzd_imin": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 40
        },
        "uzd_limin": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 64
        },
        "uzd_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80
        },
        "uzd_nitems": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "uzd_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "uzd_timin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "uzd_wss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "umask_args": {
      "size": 8,
      "fields": {
        "newmask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "newmask_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "newmask_r_": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "umass_bbb_cbw_t": {
      "size": 31,
      "fields": {
        "CBWCDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "bCBWFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "bCBWLUN": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bCDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "dCBWDataTransferLength": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dCBWSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dCBWTag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "umass_bbb_csw_t": {
      "size": 13,
      "fields": {
        "bCSWStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "dCSWDataResidue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dCSWSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dCSWTag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "umass_cbi_sbl_t": {
      "size": 2,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "unnamed_abbfa633418258da"
          },
          "offset": 0
        },
        "ufi": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f51961a67b2d067f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "umass_probe_proto": {
      "size": 12,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "umass_softc": {
      "size": 304,
      "fields": {
        "cam_scsi_sense": {
          "type": {
            "kind": "struct",
            "name": "scsi_sense"
          },
          "offset": 0
        },
        "cam_scsi_test_unit_ready": {
          "type": {
            "kind": "struct",
            "name": "scsi_test_unit_ready"
          },
          "offset": 6
        },
        "cbw": {
          "type": {
            "kind": "struct",
            "name": "umass_bbb_cbw_t"
          },
          "offset": 112
        },
        "csw": {
          "type": {
            "kind": "struct",
            "name": "umass_bbb_csw_t"
          },
          "offset": 143
        },
        "sbl": {
          "type": {
            "kind": "union",
            "name": "umass_cbi_sbl_t"
          },
          "offset": 156
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 160
        },
        "sc_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 300
        },
        "sc_last_xfer_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 302
        },
        "sc_maxlun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 301
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "sc_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 284
        },
        "sc_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "sc_quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "sc_sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 176
        },
        "sc_status_try": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 303
        },
        "sc_transfer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_47b15cdd159a6f0b"
          },
          "offset": 48
        },
        "sc_transform": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 168
        },
        "sc_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "sc_xfer": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "umcpc_modetostr_tab": {
      "size": 16,
      "fields": {
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "umct_softc": {
      "size": 1272,
      "fields": {
        "sc_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1266
        },
        "sc_lcr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1264
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1262
        },
        "sc_mcr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1265
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1263
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1224
        },
        "sc_obufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1260
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_swap_cb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1267
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1192
        },
        "sc_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1256
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1200
        }
      },
      "kind": "struct"
    },
    "umodem_softc": {
      "size": 1344,
      "fields": {
        "sc_abstract_state": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1307
        },
        "sc_acm_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1274
        },
        "sc_cm_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1273
        },
        "sc_cm_over_data": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1272
        },
        "sc_ctrl_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1268
        },
        "sc_data_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1269
        },
        "sc_iface_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1270
        },
        "sc_line": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1264
        },
        "sc_line_coding": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1275
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1266
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1267
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1232
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1224
        },
        "sc_xfer": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1192
        }
      },
      "kind": "struct"
    },
    "umtx": {
      "size": 8,
      "fields": {
        "u_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "umtx_abs_timeout": {
      "size": 40,
      "fields": {
        "clockid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cur": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 8
        },
        "end": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 24
        },
        "is_abs_real": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "umtx_copyops": {
      "size": 56,
      "fields": {
        "compat32": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "copyin_robust_lists": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "copyin_timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "copyin_umtx_time": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "copyout_timeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "timespec_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "umtx_time_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "umtx_key": {
      "size": 32,
      "fields": {
        "hash": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "info": {
          "type": {
            "kind": "union",
            "name": "unnamed_3255fa06a891acfe"
          },
          "offset": 16
        },
        "shared": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "umtx_pi": {
      "size": 96,
      "fields": {
        "pi_blocked": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4ff0f4b06bab63f"
          },
          "offset": 48
        },
        "pi_hashlink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_76aca6f4d95956d8"
          },
          "offset": 32
        },
        "pi_key": {
          "type": {
            "kind": "struct",
            "name": "umtx_key"
          },
          "offset": 64
        },
        "pi_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_76aca6f4d95956d8"
          },
          "offset": 16
        },
        "pi_owner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "pi_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "umtx_q": {
      "size": 128,
      "fields": {
        "uq_bitset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "uq_cur_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtxq_queue"
            }
          },
          "offset": 120
        },
        "uq_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "uq_inherited_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 104
        },
        "uq_key": {
          "type": {
            "kind": "struct",
            "name": "umtx_key"
          },
          "offset": 16
        },
        "uq_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe40b10fde644898"
          },
          "offset": 0
        },
        "uq_lockq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe40b10fde644898"
          },
          "offset": 72
        },
        "uq_pi_blocked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_pi"
            }
          },
          "offset": 64
        },
        "uq_pi_contested": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae5cb689de1a9bca"
          },
          "offset": 88
        },
        "uq_spare_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtxq_queue"
            }
          },
          "offset": 112
        },
        "uq_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "umtx_robust_lists_params": {
      "size": 24,
      "fields": {
        "robust_inact_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "robust_list_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "robust_priv_list_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "umtx_robust_lists_params_compat32": {
      "size": 12,
      "fields": {
        "robust_inact_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "robust_list_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "robust_priv_list_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "umtx_shm_obj_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_shm_reg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "umtx_shm_reg": {
      "size": 88,
      "fields": {
        "ushm_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 64
        },
        "ushm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "ushm_key": {
          "type": {
            "kind": "struct",
            "name": "umtx_key"
          },
          "offset": 32
        },
        "ushm_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shmfd"
            }
          },
          "offset": 72
        },
        "ushm_obj_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e31c2f0138ec3947"
          },
          "offset": 16
        },
        "ushm_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "ushm_reg_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b950a27bdf418f02"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "umtx_shm_reg_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_shm_reg"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_shm_reg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "umtx_time32": {
      "size": 16,
      "fields": {
        "_clockid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "_timeout": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "umtx_timex32": {
      "size": 24,
      "fields": {
        "_clockid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "_timeout": {
          "type": {
            "kind": "struct",
            "name": "timespecx32"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "umtxq_chain": {
      "size": 80,
      "fields": {
        "uc_busy": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 56
        },
        "uc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "uc_pi_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae5cb689de1a9bca"
          },
          "offset": 64
        },
        "uc_queue": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "umtxq_list"
            }
          },
          "offset": 32
        },
        "uc_spare_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a8e8c76f73b2c0f"
          },
          "offset": 48
        },
        "uc_waiters": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "umtxq_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_q"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_q"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "umtxq_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtxq_queue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "umtxq_queue": {
      "size": 72,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "umtxq_head"
          },
          "offset": 0
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "umtx_key"
          },
          "offset": 16
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e28fa41bad050481"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "umutex": {
      "size": 32,
      "fields": {
        "m_ceilings": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "m_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "m_owner": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "m_rb_lnk": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "m_spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "umutex32": {
      "size": 32,
      "fields": {
        "m_ceilings": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "m_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "m_owner": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "m_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "m_rb_lnk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "m_spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unalign16": {
      "size": 2,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unalign32": {
      "size": 4,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unalign64": {
      "size": 8,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unalignArch": {
      "size": 8,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "undelete_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "undo": {
      "size": 12,
      "fields": {
        "un_adjval": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "un_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "un_num": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "un_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unhop_ctl": {
      "size": 208,
      "fields": {
        "un_head": {
          "type": {
            "kind": "struct",
            "name": "unhop_head"
          },
          "offset": 0
        },
        "un_lock": {
          "type": {
            "kind": "struct",
            "name": "rmlock"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unhop_head": {
      "size": 16,
      "fields": {
        "hash_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "items_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "user_nhop"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unicp437": {
      "size": 4,
      "fields": {
        "cp437_base": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "unicode_base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uniq": {
      "size": 8,
      "fields": {
        "bytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unlink_args": {
      "size": 8,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unlinkat_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unmap_blk_desc": {
      "size": 16,
      "fields": {
        "nlb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "slba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unmap_parm_list": {
      "size": 8,
      "fields": {
        "desc": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unmap_blk_desc"
            }
          },
          "offset": 8
        },
        "resv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "unmap_blk_desc_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "unmap_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unmount_args": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "flags_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_00110765242fcf5f": {
      "size": 8,
      "fields": {
        "Handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_operand_object"
            }
          },
          "offset": 0
        },
        "Implementation": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_00221f82f89644c9": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_member"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifg_member"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0056597ee1c03d76": {
      "size": 24,
      "fields": {
        "A": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bf536b9c4062b243"
          },
          "offset": 0
        },
        "S": {
          "type": {
            "kind": "struct",
            "name": "unnamed_56d59a915cd5b0ca"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_006508e91a06f4c1": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_txdesc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_007fa0ea1568e1ab": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "QNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_00868f9fc7442950": {
      "size": 8,
      "fields": {
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pmac_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_0088933a97afac07": {
      "size": 8,
      "fields": {
        "aifsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "cw_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cw_min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "edca_txop": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_00c0fc7b61d78ebc": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerreference"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_powerreference"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_00c7fff6654e0414": {
      "size": 28,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "prli_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "prli_word3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_00d49eeb501f2995": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_evt_queue_elm"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_evt_queue_elm"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_00d4fb3c18ef708f": {
      "size": 48,
      "fields": {
        "gone_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "is_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "is_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "new_portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "new_prli_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "new_prli_word3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "node_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "port_wwn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "prli_word0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "prli_word3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "probational": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 11
        },
        "state": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "unnamed_010e19604d95c873": {
      "size": 8,
      "fields": {
        "ext_cnt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ext_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_010ed70f784f45fe": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secpolicy"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_012113db5d883ade": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdsession"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsdsession"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_014231f3641bad29": {
      "size": 3552,
      "fields": {
        "litlengthCTable": {
          "type": {
            "count": 329,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2224
        },
        "litlength_repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bc4e12ab31bd6067"
          },
          "offset": 3548
        },
        "matchlengthCTable": {
          "type": {
            "count": 363,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 772
        },
        "matchlength_repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bc4e12ab31bd6067"
          },
          "offset": 3544
        },
        "offcodeCTable": {
          "type": {
            "count": 193,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "offcode_repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bc4e12ab31bd6067"
          },
          "offset": 3540
        }
      },
      "kind": "struct"
    },
    "unnamed_0147680e166c7b15": {
      "size": 64,
      "fields": {
        "alias": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "hw": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "query": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "use_sep": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "volctl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "unnamed_01535092e769ba69": {
      "size": 20,
      "fields": {
        "db_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "db_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "db_reg_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "rq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rss_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "unnamed_019374d936660ece": {
      "size": 12,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dnl_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_01b72db59fa4faba": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pass_io_req"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pass_io_req"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_01bf507187a7ec70": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_01e9de961554741c": {
      "size": 272,
      "fields": {
        "ifru_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "ifru_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifru_dstaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "ifru_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_flags6": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_icmp6stat": {
          "type": {
            "kind": "struct",
            "name": "icmp6_ifstat"
          },
          "offset": 0
        },
        "ifru_lifetime": {
          "type": {
            "kind": "struct",
            "name": "in6_addrlifetime"
          },
          "offset": 0
        },
        "ifru_metric": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_scope_id": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ifru_stat": {
          "type": {
            "kind": "struct",
            "name": "in6_ifstat"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_01f34be582131c01": {
      "size": 1,
      "fields": {
        "symm": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_01f98043b72ea38f": {
      "size": 4,
      "fields": {
        "busy_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_02040136ed249151": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_cloner"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_025295ab8502edbb": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_02566ff8714a585a": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_request"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvme_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0261ba7426597e2b": {
      "size": 136,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d61a0e4cf9392775"
          },
          "offset": 16
        },
        "context": {
          "type": {
            "kind": "struct",
            "name": "MD5_CTX"
          },
          "offset": 24
        },
        "digest": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_be122afef90e464d"
          },
          "offset": 20
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 128
        },
        "request_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_026355f2487a2182": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "avail_list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_027081956ea5476c": {
      "size": 4,
      "fields": {
        "ts_begin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ts_end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_027df4223febfe68": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_02b4aec76a85d29d": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bstp_state"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_02c82235ad472dcf": {
      "size": 8,
      "fields": {
        "Cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "MacId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "Result": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_02ca730f8868c02f": {
      "size": 4,
      "fields": {
        "inline_hdr_start": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "inline_hdr_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_02ceb97e0ad60933": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mca_internal"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mca_internal"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_02d5e4e55710a037": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Watchdogbitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_02dc009b69532846": {
      "size": 4,
      "fields": {
        "chtag": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "payload": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "sy": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_02f1e7abb2eea572": {
      "size": 52,
      "fields": {
        "e_ehsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "e_entry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "e_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "e_ident": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "e_phentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "e_phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "e_phoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "e_shentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "e_shnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "e_shoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "e_shstrndx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "e_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "e_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_02fad2720b53cb6d": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snapdata"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0318a538c6115cde": {
      "size": 4,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_031cd37734ea0820": {
      "size": 28,
      "fields": {
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "location": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_031db5a8dcf71fe4": {
      "size": 74,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "HAL_NFCAL_BASE"
          },
          "offset": 0
        },
        "nf_cal_buffer": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_0358bbec111ab4ef": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rctl_rule_link"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0370ad67449d0f32": {
      "size": 40,
      "fields": {
        "bounce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "rnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "unsolicited": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_0386f90503d92f33": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvd_disk"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvd_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_03a1f372e052fde4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "helper"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "helper"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_03a4e9f9aeaf93ff": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xformsw"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xformsw"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0404cb15928b1971": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_item"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_item"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_04070656b06a832f": {
      "size": 8,
      "fields": {
        "dau_pagedep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pagedep"
            }
          },
          "offset": 0
        },
        "dau_previous": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirrem"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0446a72f81f117fd": {
      "size": 8,
      "fields": {
        "limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0465cce8890317fc": {
      "size": 32,
      "fields": {
        "domain_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "enable_ini": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "enable_tgt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "req_create": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_04c336fb215cad41": {
      "size": 40,
      "fields": {
        "capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "posInSequence": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rawSeq"
            }
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_04d5376709d0d709": {
      "size": 8,
      "fields": {
        "group": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6b19387ab0c4d709"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0513bfb5e713a3e3": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_phys_fictitious_seg"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0535f617187381cd": {
      "size": 120,
      "fields": {
        "pipe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_19619b2f167c962f"
          },
          "offset": 0
        },
        "std": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f3206598003ce3d4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_054e471419fa94e8": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbd_command"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xbd_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_05526a5a4a82f6ed": {
      "size": 8,
      "fields": {
        "block_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tbl_entries_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_056967f7fe20bf2c": {
      "size": 48,
      "fields": {
        "ext": {
          "type": {
            "kind": "struct",
            "name": "mpr_ext_cfg_page_req"
          },
          "offset": 0
        },
        "page": {
          "type": {
            "kind": "struct",
            "name": "mpr_cfg_page_req"
          },
          "offset": 0
        },
        "raid": {
          "type": {
            "kind": "struct",
            "name": "mpr_raid_action"
          },
          "offset": 0
        },
        "user": {
          "type": {
            "kind": "struct",
            "name": "mpr_usr_command"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_056efa7fbe8b8eef": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_linux_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_05aabf1afd35650e": {
      "size": 152,
      "fields": {
        "sol_accept_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "accept_filter"
            }
          },
          "offset": 48
        },
        "sol_accept_filter_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "sol_accept_filter_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "sol_comp": {
          "type": {
            "kind": "struct",
            "name": "accept_queue"
          },
          "offset": 16
        },
        "sol_incomp": {
          "type": {
            "kind": "struct",
            "name": "accept_queue"
          },
          "offset": 0
        },
        "sol_incqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sol_lastover": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 128
        },
        "sol_overcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "sol_qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sol_qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sol_sbrcv_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 104
        },
        "sol_sbrcv_hiwat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "sol_sbrcv_lowat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "sol_sbrcv_timeo": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 112
        },
        "sol_sbsnd_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 106
        },
        "sol_sbsnd_hiwat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "sol_sbsnd_lowat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "sol_sbsnd_timeo": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 120
        },
        "sol_upcall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "sol_upcallarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_05b124be3955bcbe": {
      "size": 788,
      "fields": {
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_55e25ef0a0b44b58"
          },
          "offset": 784
        },
        "ident_data": {
          "type": {
            "kind": "struct",
            "name": "ata_params"
          },
          "offset": 272
        },
        "inq_data": {
          "type": {
            "kind": "struct",
            "name": "scsi_inquiry_data"
          },
          "offset": 16
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "protocol": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 12
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_05c2b8874df8a36d": {
      "size": 4,
      "fields": {
        "link_speed": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_link_speed"
          },
          "offset": 0
        },
        "link_speed_adv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_05d46b71e2edb9d9": {
      "size": 6,
      "fields": {
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "time": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_05e001d509e0e9f1": {
      "size": 36,
      "fields": {
        "en_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mask_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "reg_mask": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fd8895179904dbf8"
          },
          "offset": 12
        },
        "sts_clr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_05f66f1d51265633": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrvcache"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsrvcache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_05f79942cb4e447b": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_class"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_061ac4d3bc8ae79d": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_062996c7d8f27a90": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirlistent"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dirlistent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0631afb3f482b2e9": {
      "size": 35,
      "fields": {
        "ccb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "saved_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "sense": {
          "type": {
            "kind": "struct",
            "name": "atapi_sense"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_066279b2403c624e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_eli_key"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_eli_key"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_06740e94a39c888e": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_ocb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0676d46db838b61b": {
      "size": 4,
      "fields": {
        "aspmSupport": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "l1ExitLatency": {
          "type": {
            "bit_length": 3,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "linkSpeed": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "linkWidth": {
          "type": {
            "bit_length": 6,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "losExitLatency": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "portNumber": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rsvdp": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_0690c4dbe0698533": {
      "size": 1408,
      "fields": {
        "blkbuf": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1344
        },
        "ctx": {
          "type": {
            "kind": "union",
            "name": "authctx"
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1360
        },
        "tag2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1376
        }
      },
      "kind": "struct"
    },
    "unnamed_069ee58c00d64c43": {
      "size": 32,
      "fields": {
        "qword0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5ab33d68a6c6ab74"
          },
          "offset": 0
        },
        "qword1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e14f06b86731e25f"
          },
          "offset": 8
        },
        "qword2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4c7ee8fe3288fc96"
          },
          "offset": 16
        },
        "qword3": {
          "type": {
            "kind": "struct",
            "name": "unnamed_274a99a425e95efe"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_06b1e3b64062caa2": {
      "size": 4,
      "fields": {
        "adjust": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "freqLow": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_06d01c514417e1b8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_event"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "intr_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_06df7e59136dc9bf": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_buf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_06f08fca8e0e4bc8": {
      "size": 60,
      "fields": {
        "rack_holes_rxt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rack_in_persist": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "rack_min_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rack_num_dsacks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rack_prr_delivered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rack_prr_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rack_prr_recovery_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rack_prr_sndcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rack_reorder_ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rack_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rack_rxt_last_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rack_sacked": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rack_srtt_measured": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "rack_time_went_idle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rack_tlp_cnt_out": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "rack_tlp_out": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "rack_tmit_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rack_wanted_output": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        }
      },
      "kind": "struct"
    },
    "unnamed_0721e553df4958b9": {
      "size": 80,
      "fields": {
        "lit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "litStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "llCode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "longLengthPos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "longLengthType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_de005a6f609414cd"
          },
          "offset": 72
        },
        "maxNbLit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "maxNbSeq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "mlCode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ofCode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "sequences": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seqDef"
            }
          },
          "offset": 8
        },
        "sequencesStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "seqDef"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_07229c92f13c0422": {
      "size": 16,
      "fields": {
        "vnp_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "writemappings": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_07393be0b7fdabd2": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_mmio_region"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pci_mmio_region"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_074bfb007317d429": {
      "size": 4,
      "fields": {
        "phy_data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rss_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_077de0c5f9fbeb6c": {
      "size": 4,
      "fields": {
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_077de963017517cb": {
      "size": 8,
      "fields": {
        "mac": {
          "type": {
            "kind": "struct",
            "name": "mac_address_format"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_07813622bec198c7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_file"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linker_file"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_07daf71060139c0c": {
      "size": 472,
      "fields": {
        "AR": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "EN": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEventNotify"
          },
          "offset": 0
        },
        "PR": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "aac_AifJobProgressReport"
            }
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 472,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_07ddf7b99512774f": {
      "size": 16,
      "fields": {
        "ctl2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ctl3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_07e7a0e8c3ee001c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_asconf_ack"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_asconf_ack"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_07ecbf1ba7778bd2": {
      "size": 48,
      "fields": {
        "ifc": {
          "type": {
            "kind": "struct",
            "name": "ifconf"
          },
          "offset": 0
        },
        "ifd": {
          "type": {
            "kind": "struct",
            "name": "ifdrv"
          },
          "offset": 0
        },
        "ifgr": {
          "type": {
            "kind": "struct",
            "name": "ifgroupreq"
          },
          "offset": 0
        },
        "ifmr": {
          "type": {
            "kind": "struct",
            "name": "ifmediareq"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_080272701c029aa7": {
      "size": 24,
      "fields": {
        "rsvd": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_080ea400ccb723c9": {
      "size": 1,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0831b0fce98705f8": {
      "size": 80,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rk": {
          "type": {
            "kind": "struct",
            "name": "procctl_reaper_kill"
          },
          "offset": 0
        },
        "rp": {
          "type": {
            "kind": "struct",
            "name": "procctl_reaper_pids"
          },
          "offset": 0
        },
        "rs": {
          "type": {
            "kind": "struct",
            "name": "procctl_reaper_status"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0848b3ae8a712eae": {
      "size": 32,
      "fields": {
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "sub_device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sub_vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_08674a41d9170ac1": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_rxbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mwl_rxbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_08701e0dfe3d726b": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_088c17aece0f45dc": {
      "size": 8,
      "fields": {
        "nla": {
          "type": {
            "kind": "struct",
            "name": "nlattr"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_088d3df98487a9ba": {
      "size": 16,
      "fields": {
        "key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_08b494f4c7e27096": {
      "size": 24,
      "fields": {
        "lro_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lro_rq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "plro_max_offload": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rsvd": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_08d5e593d3921422": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_term_sw"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sc_term_sw"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_08fd691364010f9b": {
      "size": 4,
      "fields": {
        "_mqd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0901817d2fbd7d66": {
      "size": 8,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_692afd2dd6e2cfbe"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_077de963017517cb"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_090dbdb3e0befa9a": {
      "size": 20,
      "fields": {
        "ipov": {
          "type": {
            "kind": "struct",
            "name": "ipovly"
          },
          "offset": 0
        },
        "w": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_09344c7eaaa74d24": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_client"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_095b2cedbc8c73eb": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_095bbb6fd28ccb5e": {
      "size": 7,
      "fields": {
        "alt_gaintb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "alt_lna_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "antdiv_configgroup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "fast_div_bias": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "lna1_lna2_delta": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 6
        },
        "main_gaintb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "main_lna_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0968f1773e9242bd": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "upgt_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "upgt_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_096e524136a28312": {
      "size": 4,
      "fields": {
        "cval": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ival": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_098659970644d0a8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kaiocb"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kaiocb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_09bc4851e959134d": {
      "size": 2,
      "fields": {
        "global_event_oq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_09ccf0ce4dd32881": {
      "size": 180,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f466b0eb5ccd31a5"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cb47b2e46acd5760"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_09cd7950c156a376": {
      "size": 40,
      "fields": {
        "cdict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CDict"
            }
          },
          "offset": 32
        },
        "dict": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "dictBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "dictContentType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4609934a2a9b717d"
          },
          "offset": 24
        },
        "dictSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_09ef5eb59d4eefab": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fields": {
          "type": {
            "kind": "struct",
            "name": "unnamed_17338216a9bead6f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_09fb460ff3416860": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "edd_params": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 8
        },
        "interface_support": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "legacy_max_cylinder": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "legacy_max_head": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "legacy_sectors_per_track": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_0a06f28c17aa14a2": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "isa_config_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "isa_config_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0a11b456edbd4135": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hvs_pcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0a2aea8028371287": {
      "size": 64,
      "fields": {
        "sas1_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c9cf7228199a3b4e"
          },
          "offset": 0
        },
        "sas2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9648b6773292a7dc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0a6a187087ce557c": {
      "size": 32,
      "fields": {
        "CDB32": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "EEDP32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_CDB_EEDP32"
          },
          "offset": 0
        },
        "SGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0a8e4e2a4af4d3fa": {
      "size": 16,
      "fields": {
        "ifru_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "ifru_broadaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "ifru_buffer": {
          "type": {
            "kind": "struct",
            "name": "ifreq_buffer"
          },
          "offset": 0
        },
        "ifru_cap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "ifru_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifru_dstaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "ifru_fib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifru_flags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "ifru_index": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "ifru_jid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_metric": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_nv": {
          "type": {
            "kind": "struct",
            "name": "ifreq_nv_req"
          },
          "offset": 0
        },
        "ifru_phys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_vlan_pcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0a97b97ab08c312c": {
      "size": 96,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_45e9827e30efb978"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_57601d75efd880b4"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_0aa0f4df24d92b68": {
      "size": 64,
      "fields": {
        "nlm4_cancel_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_granted_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_lock_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_nm_lock_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_share_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_shareres"
          },
          "offset": 0
        },
        "nlm4_test_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testres"
          },
          "offset": 0
        },
        "nlm4_unlock_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_unshare_4_res": {
          "type": {
            "kind": "struct",
            "name": "nlm4_shareres"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0aabe8ea559a12b1": {
      "size": 160,
      "fields": {
        "__res10": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 80
        },
        "__res11": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 88
        },
        "__res12": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 96
        },
        "__res13": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 104
        },
        "__res15": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 120
        },
        "__res6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 48
        },
        "__res7": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 56
        },
        "__res8": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 64
        },
        "__res9": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 72
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 136
        },
        "mtu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_mtu"
            }
          },
          "offset": 40
        },
        "nonce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_nonce"
            }
          },
          "offset": 112
        },
        "pi_beg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_prefix_info"
            }
          },
          "offset": 24
        },
        "pi_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_prefix_info"
            }
          },
          "offset": 152
        },
        "rh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_rd_hdr"
            }
          },
          "offset": 32
        },
        "search": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 128
        },
        "src_lladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 8
        },
        "tgt_lladdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 16
        },
        "zero": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_opt_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0ab73fe608336e3e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap_iommu"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap_iommu"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0ac7fcee401f77ef": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_0ae7b1ba9fd9c220": {
      "size": 2,
      "fields": {
        "all": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2cc4dce7f1f4c02e"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0ae9fed24d6cef0c": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_csd_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0aec69251fdf0141": {
      "size": 4,
      "fields": {
        "alarm_control": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bbu": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bgi_rate": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "cc_rate": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "cluster_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dedicated_hotspares": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "foreign_config_import": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "global_hot_spares": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "mixed_redundancy_arr": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "patrol_rate": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rbld_rate": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "recon_rate": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 17,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "revertible_hotspares": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "self_diagnostic": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "spanning_allowed": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_0b07ef81f310210c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_chain"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_chain"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0b1bb266e77be3f5": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_event"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0b28d1fdb642b116": {
      "size": 112,
      "fields": {
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "evt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_865e9f344b1df9e1"
          },
          "offset": 96
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_node_t"
            }
          },
          "offset": 88
        },
        "sem": {
          "type": {
            "kind": "struct",
            "name": "ocs_sem_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0b2ae368414833ac": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "socket"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0b3f11c76e0a027b": {
      "size": 24,
      "fields": {
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "iqd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0b4731484020a699": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "turnstile"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0b498e00fe8a6d6e": {
      "size": 88,
      "fields": {
        "nlm_free_all_3_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_notify"
          },
          "offset": 0
        },
        "nlm_nm_lock_3_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_lockargs"
          },
          "offset": 0
        },
        "nlm_share_3_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_shareargs"
          },
          "offset": 0
        },
        "nlm_unshare_3_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_shareargs"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0b70135b72480ce8": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_prev_list_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0b7342e1d3a34fd9": {
      "size": 16,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rev": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bf4acc29759a1a72"
          },
          "offset": 12
        },
        "rev_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3af1f3c6ffe43672"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0b7dd5f1a9f62aa7": {
      "size": 8,
      "fields": {
        "phyadd_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phyadd_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0bbe22d539902815": {
      "size": 8,
      "fields": {
        "ethertype_mac": {
          "type": {
            "kind": "struct",
            "name": "unnamed_71396c7244a97862"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4cde215e47bd9b0b"
          },
          "offset": 0
        },
        "mac_vlan": {
          "type": {
            "kind": "struct",
            "name": "unnamed_973d64090987c745"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2553d4d5f093476"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0bc87221c4f12617": {
      "size": 4,
      "fields": {
        "mq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_0bd20c2d2850fbd4": {
      "size": 36,
      "fields": {
        "bits_per_pixel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "blue_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "blue_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "bytes_per_line": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ext_lfb_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "gbl_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "green_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "green_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "height": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lfb_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lfb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mode_attrs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "red_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "red_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "rsvd_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rsvd_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0be201e657babba1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_eb"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_eb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0c061e078badf425": {
      "size": 32,
      "fields": {
        "a": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b423e10e8b0f91a3"
          },
          "offset": 0
        },
        "ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "tblname": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0c0a508f2757e2fe": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0c32a096b50cd363": {
      "size": 8,
      "fields": {
        "elapsedSeconds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rtc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0c7f76de13a8462d": {
      "size": 32,
      "fields": {
        "hdr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pkt_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_0c8b78366a176caa": {
      "size": 8208,
      "fields": {
        "_80003es2lan": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_80003es2lan"
          },
          "offset": 0
        },
        "_82541": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_82541"
          },
          "offset": 0
        },
        "_82542": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_82542"
          },
          "offset": 0
        },
        "_82543": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_82543"
          },
          "offset": 0
        },
        "_82571": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_82571"
          },
          "offset": 0
        },
        "_82575": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_82575"
          },
          "offset": 0
        },
        "ich8lan": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_ich8lan"
          },
          "offset": 0
        },
        "vf": {
          "type": {
            "kind": "struct",
            "name": "e1000_dev_spec_vf"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0c8e51f2e853ca69": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0ca13dcd91a7f0d9": {
      "size": 82,
      "fields": {
        "v1": {
          "type": {
            "kind": "struct",
            "name": "pci_create_interrupt"
          },
          "offset": 0
        },
        "v3": {
          "type": {
            "kind": "struct",
            "name": "pci_create_interrupt3"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0ca6a47aeb61c375": {
      "size": 12,
      "fields": {
        "from": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "to_color": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "to_mono": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0cb1ca5aee72d1fe": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jnewblk"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "jnewblk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0cb4371f54fd0c1d": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xfer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0cc31d74cfee0734": {
      "size": 8,
      "fields": {
        "pgdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_db_pgdir"
            }
          },
          "offset": 0
        },
        "user_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx4_ib_user_db_page"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0ce916e58dded9f4": {
      "size": 64,
      "fields": {
        "dot": {
          "type": {
            "kind": "struct",
            "name": "direntry"
          },
          "offset": 0
        },
        "dotdot": {
          "type": {
            "kind": "struct",
            "name": "direntry"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_0d06176e3c1ede1d": {
      "size": 2,
      "fields": {
        "forcedPDGUID": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "inVD": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "intf": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "isForeign": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "isGlobalSpare": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "isSpare": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0d0d44d3e8da38b8": {
      "size": 5,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_391cfbe4e7a1d323"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7611e9c851a76511"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_0d2b078511fdc770": {
      "size": 8,
      "fields": {
        "b64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "b8": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0d309f22259a1a99": {
      "size": 8,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_00868f9fc7442950"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0d802d40bc45a3ad": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4403104658c3c8e0"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0d827f3e6ea6528d": {
      "size": 516,
      "fields": {
        "dtable": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 512
        },
        "ncount": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0d8f57fde4c0a19b": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap_iommu"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap_iommu"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0d905ce0c430959f": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_config_hook"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "intr_config_hook"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0da8e3b8b23c2b37": {
      "size": 4,
      "fields": {
        "discardCacheDuringLDDelete": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "supportAllowedOpsforDrvRemoval": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportCPLDUpdate": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportCacheBypassModes": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportCrashDump": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportDebugQueue": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportDisableImmediateIO": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportDisableSESMonitoring": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportDiskCacheSettingForSysPDs": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportDrvActivityLEDSetting": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportExtendedSSCSize": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportForceFlash": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportForceTo512e": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportHOQRebuild": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportMaxExtLDs": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportNVCacheErase": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportNVDRAM": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportPersonalityChange": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportSecurityonJBOD": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportSwZone": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportT10RebuildAssist": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportTTYLogCompression": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportThermalPollInterval": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "useSeqNumJbodFP": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_0db87b966866d07c": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "alq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0dcff362c9c1cb36": {
      "size": 12,
      "fields": {
        "mmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0de6cc4e11440519": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_event"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_mirror_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0e034178c63a4e8c": {
      "size": 4,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0e19e9a301633603": {
      "size": 6,
      "fields": {
        "board_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dev_fn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_0e1fbe2d58b36185": {
      "size": 64,
      "fields": {
        "ctp_cmd_bcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ctp_cmd_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ctp_dataseg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ispds64_t"
            }
          },
          "offset": 40
        },
        "ctp_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ctp_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "ctp_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ctp_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ctp_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ctp_reserved2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 22
        },
        "ctp_rsp_bcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ctp_rsp_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ctp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ctp_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ctp_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_0e54b0d323cdf554": {
      "size": 8,
      "fields": {
        "jau_diradd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "diradd"
            }
          },
          "offset": 0
        },
        "jau_mkdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mkdir"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0e56dcb86c732e03": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_qcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0e676b3b5d2101ad": {
      "size": 16,
      "fields": {
        "fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0e7d3f1aae24b9b0": {
      "size": 32,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bf4acc29759a1a72"
          },
          "offset": 4
        },
        "asic_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3af1f3c6ffe43672"
          },
          "offset": 0
        },
        "fwrev_high": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "fwrev_low": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "workaround": {
          "type": {
            "kind": "enum",
            "name": "unnamed_aa83362704576566"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_0e911334f3d12a83": {
      "size": 26,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "HAL_NFCAL_BASE"
          },
          "offset": 0
        },
        "nf_cal_buffer": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_0ebfb2fb63d5e3f6": {
      "size": 8,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0ecb274843598e0b": {
      "size": 8,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_0ed48d389cce24a2": {
      "size": 2,
      "fields": {
        "pagecode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pagelength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_0eed8b040b86d7a6": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmspace"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0ef31bff55369bef": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahc_softc"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahc_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0f035627a183b470": {
      "size": 132,
      "fields": {
        "cq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "nic_wq_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pages": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "phys_addr"
            }
          },
          "offset": 68
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rsvd4": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "ulp_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "wq_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_0f1dd3db3fb29c35": {
      "size": 14,
      "fields": {
        "curr_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "invalidNFcount": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "priv_nf": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_0f39c5fb23bfde02": {
      "size": 24,
      "fields": {
        "r_addend": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "r_info": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0f52d14772327d0b": {
      "size": 1,
      "fields": {
        "sas1_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_080ea400ccb723c9"
          },
          "offset": 0
        },
        "sas2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7ea4f733b5ac6f99"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0f61ca31b5249148": {
      "size": 168,
      "fields": {
        "fseTablesBuffer": {
          "type": {
            "count": 133,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "fseTablesSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "lastCountSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "llType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 0
        },
        "mlType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 8
        },
        "ofType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_0f785ae39461660c": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rtwn_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0f83877747ce0e1c": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap_invl_gen"
            }
          },
          "offset": 0
        },
        "saved_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0f8c3d681ee8bb98": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filter_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0f94ba216b2ad48c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inode"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inode"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0fa36ead1333d066": {
      "size": 128,
      "fields": {
        "b": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "w": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_0faa2352f100bdb9": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcmchan_syncmember"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_0febca1c5fd5d965": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mii_softc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mii_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_0ff907e288e8cfd4": {
      "size": 4,
      "fields": {
        "di_dirdepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "di_freelink": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1019b33345f9859c": {
      "size": 16,
      "fields": {
        "ct_bcnt_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ct_cmd_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ct_explanation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ct_fcs_subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ct_fcs_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ct_in_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "ct_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "ct_reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ct_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ct_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ct_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ct_vunique": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "unnamed_10375aa481fc576f": {
      "size": 8,
      "fields": {
        "a_fcn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "a_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "a_val": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_10385eb2479b153e": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_ksocket_private"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_106e563e755646e7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_volume"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_volume"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_10a19e89bea70407": {
      "size": 16,
      "fields": {
        "tdu_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "tdu_retval": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_10e2b2ddeb71230b": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_mc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_11218232e45b6299": {
      "size": 64,
      "fields": {
        "ridacq_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ridacq_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ridacq_hdr": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "ridacq_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "ridacq_reserved1": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "ridacq_vp_acquired": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ridacq_vp_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ridacq_vp_port_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ridacq_vp_port_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ridacq_vp_setup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ridacq_vp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "unnamed_113a53edc526021b": {
      "size": 10,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "NumberOfPowersave": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "unnamed_113c557ec39b4673": {
      "size": 8,
      "fields": {
        "rpi_attached": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rpi_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1146975c3be299c2": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufs_extattr_list_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ufs_extattr_list_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1192278848d0af71": {
      "size": 4,
      "fields": {
        "flex": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2cebde4db668f0b1"
          },
          "offset": 0
        },
        "ts_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_11b53f603d97f756": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_11bae625485dc934": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_bridge_host"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_11cbc837a1468f3e": {
      "size": 16,
      "fields": {
        "mu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iopmu_mv"
            }
          },
          "offset": 8
        },
        "regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iopmv_regs"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_11e578bdb727e84a": {
      "size": 24,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5cac1c095b0499e8"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce0024770f519f8b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_11f394ebd4ccca1c": {
      "size": 56,
      "fields": {
        "bitContainer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "bitPos": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "endPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "startPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_121d4b7474258cf7": {
      "size": 72,
      "fields": {
        "PCIE": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PCIX": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "SAS_3G": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "iSCSI": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "port_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "port_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved_1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_1243331655ac5377": {
      "size": 4,
      "fields": {
        "vlan_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vlan_hdr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_12497ef862a3fe3d": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_anchor"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_12592b3ac3f99010": {
      "size": 24,
      "fields": {
        "data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "txq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_12729c92173a45d0": {
      "size": 17,
      "fields": {
        "partno": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rev": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "serno": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vendor": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_127a4731c4418d9b": {
      "size": 4,
      "fields": {
        "ipcse": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ipcso": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ipcss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1286f18b13f30bbe": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_128de7377e982f59": {
      "size": 22,
      "fields": {
        "rspnid_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rspnid_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rspnid_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        },
        "rspnid_portid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "rspnid_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_12a3c4cc93546ad7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldeleg"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscldeleg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_12ad686581f5b321": {
      "size": 8,
      "fields": {
        "frag_pa_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "frag_pa_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_12b763628c87dfca": {
      "size": 16,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_12bd086c8bd16010": {
      "size": 32,
      "fields": {
        "holder": {
          "type": {
            "kind": "struct",
            "name": "nlm_holder"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_12c0aabd00a2c7e9": {
      "size": 216,
      "fields": {
        "AR_CLKRUN": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "AR_EEPROM": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "AR_EEPROM_STATUS_DATA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "AR_GPIO_DS": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "AR_GPIO_IN": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "AR_GPIO_INPUT_EN_VAL": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "AR_GPIO_INPUT_MUX1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "AR_GPIO_INPUT_MUX2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "AR_GPIO_INTR_POL": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "AR_GPIO_OE1_OUT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "AR_GPIO_OE_OUT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "AR_GPIO_OUT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "AR_GPIO_OUTPUT_MUX1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "AR_GPIO_OUTPUT_MUX2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "AR_GPIO_OUTPUT_MUX3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "AR_GPIO_PDPU": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "AR_HOST_TIMEOUT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "AR_H_INFOH": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "AR_H_INFOL": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "AR_INPUT_STATE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "AR_INTR_ASYNC_CAUSE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "AR_INTR_ASYNC_CAUSE_CLR": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "AR_INTR_ASYNC_ENABLE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "AR_INTR_ASYNC_MASK": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "AR_INTR_PRIO_ASYNC_CAUSE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "AR_INTR_PRIO_ASYNC_ENABLE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "AR_INTR_PRIO_ASYNC_MASK": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "AR_INTR_PRIO_SYNC_CAUSE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "AR_INTR_PRIO_SYNC_ENABLE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "AR_INTR_PRIO_SYNC_MASK": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "AR_INTR_SYNC_CAUSE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "AR_INTR_SYNC_CAUSE_CLR": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "AR_INTR_SYNC_ENABLE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "AR_INTR_SYNC_MASK": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "AR_MISC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "AR_OBS": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "AR_PCIE_CORE_RESET_EN": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "AR_PCIE_MSI": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "AR_PCIE_PHY_LATENCY_NFTS_ADJ": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "AR_PCIE_PM_CTRL": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "AR_PCIE_SERDES": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "AR_PCIE_SERDES2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "AR_PM_STATE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "AR_RC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "AR_RFSILENT": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "AR_SPARE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "AR_SREV": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "AR_TDMA_CCA_CNTL": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "AR_TSF_SNAPSHOT_BT_ACTIVE": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "AR_TSF_SNAPSHOT_BT_CNTL": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "AR_TSF_SNAPSHOT_BT_PRIORITY": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "AR_TXAPSYNC": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "AR_TXSYNC_INIT_SYNC_TMR": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "AR_WA": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_12cb5be82f240b7c": {
      "size": 16,
      "fields": {
        "le": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ebbecdc668b20e40"
          },
          "offset": 0
        },
        "sle": {
          "type": {
            "kind": "struct",
            "name": "unnamed_69d133acef0ae97e"
          },
          "offset": 0
        },
        "stqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5e7e4e735ea179e4"
          },
          "offset": 0
        },
        "tqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f1ebc630cc848d75"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_12dc242ee7552df4": {
      "size": 16,
      "fields": {
        "apply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_130df1234c584c7d": {
      "size": 8,
      "fields": {
        "hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_134de64cc95f9283": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_135575991f1f5b87": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audit_pipe_preselect"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audit_pipe_preselect"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_136f593482222a87": {
      "size": 16,
      "fields": {
        "uxdg_clist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e260f4b4dc644ed4"
          },
          "offset": 0
        },
        "uxdg_conns": {
          "type": {
            "kind": "struct",
            "name": "unnamed_35a537d315348ddd"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1374ce057d6bfcaf": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secreg"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secreg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_137892866e3fcc70": {
      "size": 72,
      "fields": {
        "bp": {
          "type": {
            "kind": "struct",
            "name": "i40e_hmc_bp"
          },
          "offset": 0
        },
        "pd_table": {
          "type": {
            "kind": "struct",
            "name": "i40e_hmc_pd_table"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_13b64773f532fb5a": {
      "size": 24,
      "fields": {
        "etime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 0
        },
        "periph_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sim_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_13e19538e9a74c83": {
      "size": 4,
      "fields": {
        "flex": {
          "type": {
            "kind": "struct",
            "name": "unnamed_60c4e6ba208bdc01"
          },
          "offset": 0
        },
        "ts_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_13e5b36a21f41133": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_13f9d3eb80cc9a61": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_ksrc_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_ksrc_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_140df86cc7f105a6": {
      "size": 53,
      "fields": {
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_141696c805cf6af5": {
      "size": 102,
      "fields": {
        "Vpd_I": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "Vpd_delta": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 20
        },
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 100
        },
        "numPdGains": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pwr_I": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 12
        },
        "pwr_delta_t2": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 4,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "short"
              }
            }
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "unnamed_1428a21b33db1056": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_midi"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "snd_midi"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_145227d7bf6a136d": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_softc"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpt_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_145aab51f64f3f53": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_port"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lacp_port"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1474996228e6604d": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslock"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1480b5dc2014b5bf": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211vap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_14884da292db09ce": {
      "size": 36,
      "fields": {
        "active_dwell": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "adwell_default_hb_n_aps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "adwell_default_lb_n_aps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "adwell_default_n_aps_social": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "adwell_max_budget": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "channel": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_umac_chan_param"
          },
          "offset": 32
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "general_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "max_out_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "num_of_fragments": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "passive_dwell": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "scan_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "suspend_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_14a286eec3bc55c7": {
      "size": 5616,
      "fields": {
        "fse": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseCTables_t"
          },
          "offset": 2064
        },
        "huf": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_hufCTables_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_14b270685a784b2a": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "work_exec"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "work_exec"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_14be8b661cce0c9f": {
      "size": 104,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "expires": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "unnamed_14dc96e3787c31c4": {
      "size": 16,
      "fields": {
        "gid_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gid_val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_15016c43df7f47f7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipq"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ipq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_150e0b8041a22b5c": {
      "size": 16,
      "fields": {
        "cols": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rows": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1514c77c3a5effe6": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "allocindir"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "allocindir"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_157833e3e752e13c": {
      "size": 24,
      "fields": {
        "sg32": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_sg32"
            }
          },
          "offset": 0
        },
        "sg64": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mfi_sg64"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_157f6b9343b96461": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "note_info"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "note_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_15afa23d02a54d21": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_reset_list"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_stream_reset_list"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_15b011b108caa369": {
      "size": 12,
      "fields": {
        "blockType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_227849981257e0d8"
          },
          "offset": 0
        },
        "lastBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "origSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_15ba4d1210430b3a": {
      "size": 4,
      "fields": {
        "hi16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lo16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_15d74d1a995426f7": {
      "size": 4,
      "fields": {
        "launch_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "seqnum_seed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_15f88c607f4149c3": {
      "size": 10,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "regionCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_16171eb4d4c9646d": {
      "size": 64,
      "fields": {
        "na_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "na_fwhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "na_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "na_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "na_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "na_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "na_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "na_reserved3": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "na_reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "na_reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "na_reserved6": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "na_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "na_srr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "na_srr_iu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "na_srr_reject_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "na_srr_reject_explanation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "na_srr_reject_vunique": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "na_srr_reloff_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "na_srr_reloff_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "na_srr_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "na_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "na_status_subcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "na_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "unnamed_1617a2e03a3ca8ce": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inodedep"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inodedep"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_161b120e0fd0ec99": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_16253431f825d3b7": {
      "size": 24,
      "fields": {
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_watch"
            }
          },
          "offset": 0
        },
        "vec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 8
        },
        "vec_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_162bb3a8e64f95bf": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvpair"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvpair"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_163e66963411c635": {
      "size": 10,
      "fields": {
        "BaSeqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FwBaContext": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_CONTEXT"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_1642f6844c86c6e9": {
      "size": 48,
      "fields": {
        "control": {
          "type": {
            "kind": "struct",
            "name": "unnamed_459a3ee1ec7a27e3"
          },
          "offset": 0
        },
        "driver_data": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ebd58735477d65f2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_16622be461943f95": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "req_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "req_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_166758852b677bdb": {
      "size": 96,
      "fields": {
        "alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "boundary": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "highaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "lockfunc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "lockfuncarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "lowaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "maxsegsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "maxsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "nsegments": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1671a10a39d1a06f": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sta_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_16771ff71f19e8a8": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_16a9f8388077083b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "elf_set"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "elf_set"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_16c91b28dcc21af0": {
      "size": 24,
      "fields": {
        "accuracy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "resolution": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "xenpf_efi_time"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_16d90d7878392eb6": {
      "size": 60,
      "fields": {
        "gi": {
          "type": {
            "kind": "enum",
            "name": "nl80211_txrate_gi"
          },
          "offset": 48
        },
        "he_gi": {
          "type": {
            "kind": "enum",
            "name": "nl80211_he_gi"
          },
          "offset": 52
        },
        "he_ltf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "he_mcs": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 30
        },
        "ht_mcs": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "legacy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vht_mcs": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_170a126ccab5a444": {
      "size": 4,
      "fields": {
        "asUlong": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0676d46db838b61b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_173324aac92795b6": {
      "size": 16,
      "fields": {
        "bt": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 0
        },
        "ts": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        },
        "tv": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_17338216a9bead6f": {
      "size": 4,
      "fields": {
        "css": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "special": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_173ed40ebb74f82a": {
      "size": 16,
      "fields": {
        "model_code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "model_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1755bfe40b07fff3": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_lock"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_175b425b055fd121": {
      "size": 40,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "currGain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "currStepNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "curr_step": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "GAIN_OPTIMIZATION_STEP"
            }
          },
          "offset": 32
        },
        "gainFCorrection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "hiTrig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "loTrig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "targetGain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1762b57443c0112c": {
      "size": 144,
      "fields": {
        "address_lower": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "address_upper": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "descriptor_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "eof": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mbx_hdr"
          },
          "offset": 0
        },
        "object_name": {
          "type": {
            "count": 104,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "rsvd": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 19
        },
        "write_length": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "write_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_179774ca2d2112bd": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ksiginfo"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ksiginfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_179f6ef98f4c6007": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "upgt_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_17b63aa12c5035ad": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_symlink"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_symlink"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_17cb1d1ca44303bf": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_command"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_17d10a438d06fdc1": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_px_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_17db3effb19925ea": {
      "size": 4,
      "fields": {
        "ldSyncRequired": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "regTypeReqOnReadLsValid": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "bit_length": 30,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_17f5765cd842f0be": {
      "size": 48,
      "fields": {
        "func_start": {
          "type": {
            "kind": "struct",
            "name": "function_start_data"
          },
          "offset": 0
        },
        "pfc_config": {
          "type": {
            "kind": "struct",
            "name": "flow_control_configuration"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_17f7f0e88bbac7f1": {
      "size": 4,
      "fields": {
        "access_policy": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "disk_cache_policy": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "io_policy": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "read_policy": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 27,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "write_policy": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_17ff5e628a732c75": {
      "size": 40,
      "fields": {
        "blockSizeMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "checksumFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dictID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "frameContentSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 0
        },
        "frameType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0d601dced5ab9b2b"
          },
          "offset": 20
        },
        "headerSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "windowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1804b3c72aad3c2d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifa"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_ifa"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_181454ff5100e771": {
      "size": 4800,
      "fields": {
        "ee_antennaGainMax": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 4796
        },
        "ee_base": {
          "type": {
            "kind": "struct",
            "name": "ar5416eeprom"
          },
          "offset": 0
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3256
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 3260
        }
      },
      "kind": "struct"
    },
    "unnamed_182b2262f3260397": {
      "size": 264,
      "fields": {
        "num_pairs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "rq_cfg": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rq_config"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1839357cbf4ef7f9": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_et"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_et"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_184494e253e2f0f1": {
      "size": 4,
      "fields": {
        "rsvd0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_18617c411238b545": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_krule"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_18658445315959d5": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_send_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_187388f9f889d1fb": {
      "size": 172,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Reserverd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "annex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "calTbl": {
          "type": {
            "count": 160,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_189960f454eeb149": {
      "size": 8,
      "fields": {
        "lge_dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "lge_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_18bb37b279abe11e": {
      "size": 8,
      "fields": {
        "kf_vtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_18bf44904201387b": {
      "size": 16,
      "fields": {
        "le": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5d36356099f9640a"
          },
          "offset": 0
        },
        "sle": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7a31a5dda14b352"
          },
          "offset": 0
        },
        "tqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cb2525bbd4e28ded"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_18cafa88420b5ef6": {
      "size": 16,
      "fields": {
        "bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "eui": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 8
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_18dc06b6fb2f65ce": {
      "size": 4,
      "fields": {
        "NCQ": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "WCE": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "commissionedSpare": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "emergencySpare": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "ineligibleForLd": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "ineligibleForSSCD": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "piEligible": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "piFormatted": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "piType": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 18,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportScsiUnmap": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "useSSEraseType": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "wceUnchanged": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_18e230b47662de21": {
      "size": 4,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f21d880517139bb0"
          },
          "offset": 0,
          "anonymous": true
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_18f6fe5676439de7": {
      "size": 16,
      "fields": {
        "explanation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vendor_unique": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1901cc2d38be5290": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_19049fbc8869bffc": {
      "size": 8,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_918f5a521bb358f4"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1911270d21353e9a": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_19304110d7d84dab": {
      "size": 24,
      "fields": {
        "afe_tx_amp_control0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "afe_tx_amp_control1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "afe_tx_amp_control2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "afe_tx_amp_control3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sas_address": {
          "type": {
            "kind": "union",
            "name": "unnamed_7a722aba645292f0"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_193ca21dcf635ce1": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_194fb1d831f5e1f4": {
      "size": 16,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_19619b2f167c962f": {
      "size": 120,
      "fields": {
        "pipe_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "user_def": {
          "type": {
            "count": 116,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_1981ee4255729d99": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dquot"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dquot"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_19ace96f8e52b0f0": {
      "size": 8,
      "fields": {
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "timeOff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "timeOn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_19bbc69d593d3500": {
      "size": 24,
      "fields": {
        "pcm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d74814da436b7211"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_19c30af776040596": {
      "size": 24,
      "fields": {
        "bucketSizeLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "enableLdm": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 0
        },
        "hashLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hashRateLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "minMatchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "windowLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_19c4481e81dcc13a": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_part_scheme"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_part_scheme"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_19cbe0931fe9377d": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_19ee3d5b8b4df517": {
      "size": 32,
      "fields": {
        "usage": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "usages": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_19fc9c269ce5e91f": {
      "size": 2,
      "fields": {
        "b": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "w": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1a09b032331bc3da": {
      "size": 12,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 0
        },
        "new_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "prev_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_1a12186a96fd5a5f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_prp_page"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_prp_page"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1a128a2b77c3f08f": {
      "size": 8,
      "fields": {
        "Address32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Address64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1a2436553cc5e83c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_ruleset"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devfs_ruleset"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1a3a74992f582c17": {
      "size": 4,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1a69dbd8a62a0e47": {
      "size": 2,
      "fields": {
        "Bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_1a7e10c11f25492d": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_rq"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "zyd_rq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1a7e45e6b41964ff": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_1a8869f9b42d7764": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet_sysinit"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnet_sysinit"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1a9dad440b8fd626": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "nmlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1aa683ceec29c51c": {
      "size": 8,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1aa7ecc100e8c3a7": {
      "size": 8,
      "fields": {
        "ppBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "ppBuffer32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1ab0af731932d2fd": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "swdevt"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "swdevt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1ab27c13d6718bbf": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdontlist"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsdontlist"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1ae4df3698fdcc9b": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "carp_softc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "carp_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1ae916e8e8dea9ef": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mfi_cmd"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_mfi_cmd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1af59db96f9b90e4": {
      "size": 22532,
      "fields": {
        "desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "resources": {
          "type": {
            "count": 22528,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_1b0e68135c7f5f05": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "callout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1b0ecd3c039e3a12": {
      "size": 8,
      "fields": {
        "sgl_segment_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sgl_segment_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1b2b5d5596f57919": {
      "size": 136,
      "fields": {
        "page_data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "page_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_1b7e50fa4848d5f3": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_list_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1bd7c9f1040d6707": {
      "size": 40,
      "fields": {
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "resampler": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1bfa2c1ef6cffbbe": {
      "size": 4,
      "fields": {
        "val16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1c4b5473e7d1fb01": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldeleg"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscldeleg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1ca31833bae07314": {
      "size": 20,
      "fields": {
        "lf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9d48361254a8e1db"
          },
          "offset": 0
        },
        "sf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_35dc0f83d409c460"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1cc9a618bfe50700": {
      "size": 16,
      "fields": {
        "add_rdma_qset": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_add_rdma_qset"
          },
          "offset": 0
        },
        "add_txqs": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_add_txqs"
          },
          "offset": 0
        },
        "add_update_free_vsi_res": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_add_update_free_vsi_resp"
          },
          "offset": 0
        },
        "add_update_rule": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_add_update_mir_rule"
          },
          "offset": 0
        },
        "cfg_l2_node_cgd": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_cfg_l2_node_cgd"
          },
          "offset": 0
        },
        "clear_health_status": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_clear_health_status"
          },
          "offset": 0
        },
        "clear_port_alt_write": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_clear_port_alt_write"
          },
          "offset": 0
        },
        "clear_pxe": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_clear_pxe"
          },
          "offset": 0
        },
        "debug_dump": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_debug_dump_internals"
          },
          "offset": 0
        },
        "del_rule": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_delete_mir_rule"
          },
          "offset": 0
        },
        "dis_txqs": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dis_txqs"
          },
          "offset": 0
        },
        "dnl_call": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_call_command"
          },
          "offset": 0
        },
        "dnl_read_log": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_read_log_command"
          },
          "offset": 0
        },
        "dnl_read_log_resp": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_read_log_response"
          },
          "offset": 0
        },
        "dnl_read_write": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_read_write_command"
          },
          "offset": 0
        },
        "dnl_read_write_resp": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_read_write_response"
          },
          "offset": 0
        },
        "dnl_run": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_run_command"
          },
          "offset": 0
        },
        "dnl_set_brk": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_set_breakpoints_command"
          },
          "offset": 0
        },
        "done_alt_write": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_done_alt_write"
          },
          "offset": 0
        },
        "download_pkg": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_download_pkg"
          },
          "offset": 0
        },
        "driver_ver": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_driver_ver"
          },
          "offset": 0
        },
        "drv_shared_params": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_driver_shared_params"
          },
          "offset": 0
        },
        "exp_err": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_exp_err"
          },
          "offset": 0
        },
        "fw_log": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_fw_log"
          },
          "offset": 0
        },
        "generic": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_generic"
          },
          "offset": 0
        },
        "get_cap": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_list_caps"
          },
          "offset": 0
        },
        "get_health_status": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_health_status"
          },
          "offset": 0
        },
        "get_link_status": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_link_status"
          },
          "offset": 0
        },
        "get_link_topo": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_link_topo"
          },
          "offset": 0
        },
        "get_phy": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_phy_caps"
          },
          "offset": 0
        },
        "get_pkg_info_list": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_pkg_info_list"
          },
          "offset": 0
        },
        "get_port_options": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_port_options"
          },
          "offset": 0
        },
        "get_res": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_res_alloc"
          },
          "offset": 0
        },
        "get_res_desc": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_allocd_res_desc"
          },
          "offset": 0
        },
        "get_set_rss_key": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_set_rss_key"
          },
          "offset": 0
        },
        "get_set_rss_lut": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_set_rss_lut"
          },
          "offset": 0
        },
        "get_set_tx_topo": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_set_tx_topo"
          },
          "offset": 0
        },
        "get_status": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_dnl_get_status"
          },
          "offset": 0
        },
        "get_supported_health_status_codes": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_supported_health_status_codes"
          },
          "offset": 0
        },
        "get_sw_conf": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_sw_cfg"
          },
          "offset": 0
        },
        "get_topo": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_topo"
          },
          "offset": 0
        },
        "get_ver": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_ver"
          },
          "offset": 0
        },
        "get_vsi_resp": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_get_vsi_resp"
          },
          "offset": 0
        },
        "lan_overflow": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_event_lan_overflow"
          },
          "offset": 0
        },
        "lldp_add_delete_tlv": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_add_delete_tlv"
          },
          "offset": 0
        },
        "lldp_agent_ctrl": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_stop_start_specific_agent"
          },
          "offset": 0
        },
        "lldp_filter_ctrl": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_filter_ctrl"
          },
          "offset": 0
        },
        "lldp_get_mib": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_get_mib"
          },
          "offset": 0
        },
        "lldp_set_event": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_set_mib_change"
          },
          "offset": 0
        },
        "lldp_set_mib": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_set_local_mib"
          },
          "offset": 0
        },
        "lldp_start": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_start"
          },
          "offset": 0
        },
        "lldp_stop": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_stop"
          },
          "offset": 0
        },
        "lldp_update_tlv": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_lldp_update_tlv"
          },
          "offset": 0
        },
        "mac_read": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_manage_mac_read"
          },
          "offset": 0
        },
        "mac_write": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_manage_mac_write"
          },
          "offset": 0
        },
        "move_rdma_qset": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_move_rdma_qset_cmd"
          },
          "offset": 0
        },
        "move_txqs": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_move_txqs"
          },
          "offset": 0
        },
        "no_drop": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_config_no_drop_policy"
          },
          "offset": 0
        },
        "node_attr": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_node_attr"
          },
          "offset": 0
        },
        "nvm": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_nvm"
          },
          "offset": 0
        },
        "nvm_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_nvm_cfg"
          },
          "offset": 0
        },
        "nvm_checksum": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_nvm_checksum"
          },
          "offset": 0
        },
        "pfc_ignore": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_pfc_ignore"
          },
          "offset": 0
        },
        "port_ets": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_query_port_ets"
          },
          "offset": 0
        },
        "prog_topo_dev_nvm": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_prog_topo_dev_nvm"
          },
          "offset": 0
        },
        "q_shutdown": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_q_shutdown"
          },
          "offset": 0
        },
        "query_node_to_root": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_query_node_to_root"
          },
          "offset": 0
        },
        "query_sched_res": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_query_txsched_res"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "read_i2c_resp": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_read_i2c_resp"
          },
          "offset": 0
        },
        "read_mdio": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_mdio"
          },
          "offset": 0
        },
        "read_topo_dev_nvm": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_read_topo_dev_nvm"
          },
          "offset": 0
        },
        "read_write_alt_direct": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_read_write_alt_direct"
          },
          "offset": 0
        },
        "read_write_alt_indirect": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_read_write_alt_indirect"
          },
          "offset": 0
        },
        "read_write_gpio": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_gpio"
          },
          "offset": 0
        },
        "read_write_gpio_by_func": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_gpio_by_func"
          },
          "offset": 0
        },
        "read_write_i2c": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_i2c"
          },
          "offset": 0
        },
        "read_write_mdio": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_mdio"
          },
          "offset": 0
        },
        "read_write_sff_param": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_sff_eeprom"
          },
          "offset": 0
        },
        "res_owner": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_req_res"
          },
          "offset": 0
        },
        "restart_an": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_restart_an"
          },
          "offset": 0
        },
        "rl_profile": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_rl_profile"
          },
          "offset": 0
        },
        "sched_elem_cmd": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_sched_elem_cmd"
          },
          "offset": 0
        },
        "set_dcb_params": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_dcb_params"
          },
          "offset": 0
        },
        "set_event_mask": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_event_mask"
          },
          "offset": 0
        },
        "set_health_status_config": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_health_status_config"
          },
          "offset": 0
        },
        "set_led": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_led"
          },
          "offset": 0
        },
        "set_mac_cfg": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_mac_cfg"
          },
          "offset": 0
        },
        "set_mac_lb": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_mac_lb"
          },
          "offset": 0
        },
        "set_phy": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_phy_cfg"
          },
          "offset": 0
        },
        "set_port_id_led": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_port_id_led"
          },
          "offset": 0
        },
        "set_port_option": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_port_option"
          },
          "offset": 0
        },
        "set_port_params": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_port_params"
          },
          "offset": 0
        },
        "set_query_pfc_mode": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_set_query_pfc_mode"
          },
          "offset": 0
        },
        "storm_conf": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_storm_cfg"
          },
          "offset": 0
        },
        "sw_read_write_gpio": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_sw_gpio"
          },
          "offset": 0
        },
        "sw_res_ctrl": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_alloc_free_res_cmd"
          },
          "offset": 0
        },
        "sw_rules": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_sw_rules"
          },
          "offset": 0
        },
        "txqs_cleanup": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_txqs_cleanup"
          },
          "offset": 0
        },
        "virt": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_pf_vf_msg"
          },
          "offset": 0
        },
        "vsi_cmd": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_add_get_update_free_vsi"
          },
          "offset": 0
        },
        "write_mdio": {
          "type": {
            "kind": "struct",
            "name": "ice_aqc_mdio"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1ce85dc841ae90cd": {
      "size": 16,
      "fields": {
        "biquad": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1ce9f2d38b047bab": {
      "size": 32,
      "fields": {
        "ata": {
          "type": {
            "kind": "struct",
            "name": "siis_cmd_ata"
          },
          "offset": 0
        },
        "atapi": {
          "type": {
            "kind": "struct",
            "name": "siis_cmd_atapi"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1d1697299aadc126": {
      "size": 9,
      "fields": {
        "macRevision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rxctl_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rxctl_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rxstatus_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rxstatus_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "txctl_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "txctl_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "txstatus_numwords": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "txstatus_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_1d21d6b46a68c80c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aioliojob"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aioliojob"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1d597453375e28da": {
      "size": 5,
      "fields": {
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1d79c32f60684bd4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_queue_pending"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_stream_queue_pending"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1d960d4c2dc33376": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sdt_probe"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sdt_probe"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1dc54f0664ab6629": {
      "size": 16,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "r4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_1dcccc9bb8ef88b8": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_item"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1dd59c444394b30a": {
      "size": 4,
      "fields": {
        "basic_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "command_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "extended_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1ddb02eb5227840d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1df28ac405b45e73": {
      "size": 6,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "frmr_cause": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "frmr_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "frmr_control_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "frmr_rej_pdu0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "frmr_rej_pdu1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_1dfb1fe478d623ed": {
      "size": 32,
      "fields": {
        "open": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_rulequeue"
            }
          },
          "offset": 0
        },
        "ptr_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_rule"
              }
            }
          },
          "offset": 8
        },
        "rcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_1e85cd11be63fa9b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_upd_req_item"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfsync_upd_req_item"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1e932733ef5ce589": {
      "size": 256,
      "fields": {
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_data": {
          "type": {
            "kind": "union",
            "name": "sense_data_u_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1e9b103bcde2064a": {
      "size": 32,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "fw_pkt"
          },
          "offset": 0
        },
        "pay_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "payload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "spd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "unnamed_1ece5867e20b19db": {
      "size": 20,
      "fields": {
        "bt_active_polarity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "bt_coex_config": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bt_gpio_bt_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bt_gpio_bt_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bt_gpio_wlan_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bt_isolation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "bt_module": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c99e6383c99aa3c2"
          },
          "offset": 0
        },
        "bt_single_ant": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_1f046cb4d8abe60f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "newblk"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "newblk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1f077ea3e5179b54": {
      "size": 4,
      "fields": {
        "dw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_679e4cbd0531c4ff"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1f08eeefa7790691": {
      "size": 8,
      "fields": {
        "Bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "Target": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "SCSI3Addr_struct"
            }
          },
          "offset": 4
        },
        "TargetId": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1f37e9925b952178": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pass_io_req"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pass_io_req"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1f3cd6f586a39307": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "accept_filter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1f48547140e77ff8": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_event"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1f4dda8489b73e07": {
      "size": 8,
      "fields": {
        "v_fifoinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fifoinfo"
            }
          },
          "offset": 0
        },
        "v_mountedhere": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "v_rdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "v_unpcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1f749a1011bb8383": {
      "size": 6,
      "fields": {
        "command1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "command2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "extension": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_1f77375e3f0d7f9d": {
      "size": 16,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1f8bada42948b3c8": {
      "size": 32,
      "fields": {
        "nlm_sm_notify_0_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_sm_status"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1f9b61d984ddafe2": {
      "size": 8,
      "fields": {
        "RJ_versions": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88e5eb0b7a83c488"
          },
          "offset": 0
        },
        "RJ_why": {
          "type": {
            "kind": "enum",
            "name": "auth_stat"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_1fe05a2ccba595fc": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktr_request"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_1ff9b0010d94f89b": {
      "size": 24,
      "fields": {
        "membership": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "position": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_1ffeaf3b269bc490": {
      "size": 8,
      "fields": {
        "cc_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cc_iov": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 0
        },
        "cc_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "cc_vmpage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2059f79ef8852b22": {
      "size": 8,
      "fields": {
        "arq_bi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_dma_mem"
            }
          },
          "offset": 0
        },
        "asq_bi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_dma_mem"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_208005687dc82e4f": {
      "size": 140,
      "fields": {
        "args": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pc": {
          "type": {
            "kind": "struct",
            "name": "ptrace_coredump32"
          },
          "offset": 0
        },
        "piod": {
          "type": {
            "kind": "struct",
            "name": "ptrace_io_desc32"
          },
          "offset": 0
        },
        "pl": {
          "type": {
            "kind": "struct",
            "name": "ptrace_lwpinfo32"
          },
          "offset": 0
        },
        "psr": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_ret32"
          },
          "offset": 0
        },
        "pve": {
          "type": {
            "kind": "struct",
            "name": "ptrace_vm_entry32"
          },
          "offset": 0
        },
        "sr": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_remote32"
          },
          "offset": 0
        },
        "vec": {
          "type": {
            "kind": "struct",
            "name": "iovec32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_20a05eea54a33d7e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_disk"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_20b21851fe41dbc5": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freetable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_20bd3159bf2a1948": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmultiaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_20ec515f06d1165a": {
      "size": 2120,
      "fields": {
        "calleeWksp": {
          "type": {
            "count": 218,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1248
        },
        "rankStart0": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 676
        },
        "rankStats": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 624
        },
        "rankVal": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "count": 13,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 0
        },
        "sortedSymbol": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "sortedSymbol_t"
            }
          },
          "offset": 736
        },
        "weightList": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 992
        }
      },
      "kind": "struct"
    },
    "unnamed_20ecb2c795922472": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_pptpgre_roq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_20f14216782abbe4": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcmchan_syncmember"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_20f1925de0e0a646": {
      "size": 2,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_20f721e3044882fd": {
      "size": 64,
      "fields": {
        "pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "th": {
          "type": {
            "kind": "struct",
            "name": "run_rx_radiotap_header"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2110ef0e1e0d6bb4": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4b69ebdec8ebe23e"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_21258e63084e38e1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "napi_struct"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "napi_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_21381dc148bad5c8": {
      "size": 16,
      "fields": {
        "addr16": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "addr32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "addr8": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "v4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "v6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_21542530d153f531": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filter_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "filter_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2168eb5600859929": {
      "size": 88,
      "fields": {
        "name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sem": {
          "type": {
            "kind": "struct",
            "name": "sema"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_217f64823f4859af": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_command"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_218de0bf2c5fe427": {
      "size": 4,
      "fields": {
        "length": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "type": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_219d17c459aceab2": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "priv_fw"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_21f76a4590a34972": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_irq_desc"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_irq_desc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_21f86de93391fbec": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mca_internal"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2204dc5a96d2d731": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2209adecb494ee63": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kinfo_lockf_linked"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kinfo_lockf_linked"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2209fc5526800b1d": {
      "size": 4,
      "fields": {
        "btkill_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "try_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2228469820ae9ce5": {
      "size": 8,
      "fields": {
        "wr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_2230dd38000cee94": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "_device"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_224f991af5ea2cb1": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gem_txsoft"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2285c48e50427ba2": {
      "size": 4,
      "fields": {
        "dash": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_229d664858df41e2": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnet"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_22ccb886ff08c4cf": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "clip_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2305ec15f9b73ad5": {
      "size": 8,
      "fields": {
        "last_flit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "type_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2311be6feaa2db67": {
      "size": 64,
      "fields": {
        "tmf_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "tmf_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tmf_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tmf_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "tmf_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "tmf_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "tmf_reserved0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "tmf_reserved1": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "tmf_reserved2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "tmf_tidhi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "tmf_tidlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "tmf_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "tmf_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "unnamed_2328aef29ef37611": {
      "size": 16,
      "fields": {
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Pointer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_233fa91807440993": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllayout"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscllayout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_23431f772e1333b9": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_dev_transaction"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xs_dev_transaction"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_237dfd8bacbf331d": {
      "size": 84,
      "fields": {
        "buf": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "crc": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "crc_len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_2390c1764dc67fef": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_aggregator"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lacp_aggregator"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2392e3912244d391": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_proc_msg"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_proc_msg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_23a57e662c7a209b": {
      "size": 112,
      "fields": {
        "hal49GhzSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "hal4AddrAggrSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "hal4kbSplitTransSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halAntDivCombSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halAntDivCombSupportOrg": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halApmEnable": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halAutoSleepSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halBssIdMaskSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halBssidMatchSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halBtCoexApsmWar": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halBtCoexSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halBurstSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halCSTSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halChanHalfRate": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halChanQuarterRate": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halChanSpreadSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halChapTuningSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halCipherAesCcmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halCipherCkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halCipherTkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halCompressSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halEnhancedDfsSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halEnhancedDmaSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halEnhancedPmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halExtChanDfsSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halFastCCSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halFastFramesSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halForcePpmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halGTTSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halGenTimerSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halHTSGI20Support": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halHTSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halHasBBReadWar": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halHasRxSelfLinkedTail": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halHasUapsdSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halHigh2GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "halHigh5GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "halHwBeaconProcSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halHwPhyCounterSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halHwUapsdTrig": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halIntrMask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "halIntrMitigation": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halIsrRacSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halKeyCacheSize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "halLDPCSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "halLow2GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "halLow5GhzChan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "halMbssidAggrSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halMcastKeySrchSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halMciSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halMfpSupport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_677be51e362b896e"
          },
          "offset": 56
        },
        "halMicAesCcmSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halMicCkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halMicTkipSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halNumAntCfg2GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "halNumAntCfg5GHz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "halNumGpioPins": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "halNumMRRetries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "halNumTxMaps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "halPSPollBroken": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halPaprdEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halRadioRetentionSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halRegCap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "halRfSilentSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halRifsRxSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halRifsTxSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halRtsAggrLimit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "halRxChainMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "halRxDoMyBeacon": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halRxHpFifoDepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "halRxLpFifoDepth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "halRxStatusLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "halRxStbcSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halRxStreams": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "halRxTstampPrecision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "halRxTxAbortSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halRxUsingLnaMixing": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halSerialiseRegWar": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "halSleepAfterBeaconBroken": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halSpectralScanSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "halSupportsFastClock5GHz": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "halTkipMicTxRxKeySupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "halTotalQueues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "halTsfAddSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halTurboGSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halTurboPrimeSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "halTxChainMask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "halTxDescLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "halTxStatusLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "halTxStbcSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halTxStreams": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "halTxTstampPrecision": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "halUseCombinedRadarRssi": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "halVEOLSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "halWirelessModes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "halWowMatchPatternExact": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halWowSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "halWpsPushButtonSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hal_ani_poll_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "hal_channel_switch_time_usec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "hal_paprd_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "hal_pcie_lcr_extsync_en": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "hal_pcie_lcr_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "unnamed_23c1a56080b195de": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_ifaddr"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in_ifaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_23d1a4ba313357ff": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_evtf_record"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpt_evtf_record"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_23f543ddb0f108f6": {
      "size": 32,
      "fields": {
        "buffer": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pkt": {
          "type": {
            "kind": "struct",
            "name": "pci_packet"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2410af19ad32d784": {
      "size": 16,
      "fields": {
        "rolling": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "stopMask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_24122cf0ac4cdbc9": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_rule"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_rule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_241ca815ec52afad": {
      "size": 16,
      "fields": {
        "__u6_addr16": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "__u6_addr32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "__u6_addr8": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_243a04d444aa2d5e": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_cmd"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uath_cmd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2446168040f94909": {
      "size": 8,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_24617a507bacb417": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freetable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2477d1a34159c115": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_clone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_247a1456085c8b7c": {
      "size": 10,
      "fields": {
        "McastRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "MgtRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "RateSeries": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_6d20f60b1dbd70f8"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_247fb29b55a03c8c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bmsafemap"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bmsafemap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_248f874e0ccb08ec": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_249cd0e72318b681": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_24a50d0cdbf8fa8d": {
      "size": 2,
      "fields": {
        "DevLSB": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DevMSB": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_24a6190e9bebb0ce": {
      "size": 3,
      "fields": {
        "reserved_or_obsolete": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "scsi_2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8e2c5c73fc46e369"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_24c99240e0d249ce": {
      "size": 8,
      "fields": {
        "t_end_info": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "t_end_info_bytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_24efe66b9a4cec91": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "namecache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_24f2c1b88a152b3c": {
      "size": 24,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "pChannels": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "EXPN_DATA_PER_CHANNEL_5112"
            }
          },
          "offset": 16
        },
        "xpdMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_24f5460658520890": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sta_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sta_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_25249cd8b617cf4d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount_softdeps"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount_softdeps"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_252769c4eb39c444": {
      "size": 6,
      "fields": {
        "led_act": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2542f95f64dde030": {
      "size": 28,
      "fields": {
        "sin": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 0
        },
        "sin6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_255fc02db144f5ca": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslayout"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfslayout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2592100380ba0435": {
      "size": 196,
      "fields": {
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "mac": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_f76f1071b9d6bf2d"
            }
          },
          "offset": 4
        },
        "num_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "promiscuous": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_2592ad60f4dd7293": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kbdmux_kbd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_259c204e312e0f3a": {
      "size": 8,
      "fields": {
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "s_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_259dc5c2e4d6d891": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_member"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_25accdb113db3ba5": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_os_fingerprint"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_25e4ecf48aa9c456": {
      "size": 8,
      "fields": {
        "bypass_flush": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_25f59b5a31d8c2e1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_geom"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_26054652088b581f": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unp_defer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_261f58259fb69e0d": {
      "size": 4,
      "fields": {
        "event": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "num_popped": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "qid": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rearm": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rsvd0": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_262cb733abc83dbd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_volume"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_263b415b72f2c026": {
      "size": 4,
      "fields": {
        "clear": {
          "type": {
            "kind": "union",
            "name": "MR_PROGRESS"
          },
          "offset": 0
        },
        "erase": {
          "type": {
            "kind": "union",
            "name": "MR_PROGRESS"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_26738be2af7ac5cc": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "depend": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "res": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_267b6a6be516785f": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_tx_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_26926dd98b600b43": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_multi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_26952bfb2a228625": {
      "size": 22,
      "fields": {
        "AIFSN": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CWMax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "CWMin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "TxOP": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "TxQNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "unnamed_2702bc327f3041c2": {
      "size": 4,
      "fields": {
        "func": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "slot": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_27063e6eced66f1e": {
      "size": 4,
      "fields": {
        "basicvirtual": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3545d25a2fc81489"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_272147501a6b80b1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bridge_softc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bridge_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_274a99a425e95efe": {
      "size": 8,
      "fields": {
        "hi_dword": {
          "type": {
            "kind": "union",
            "name": "unnamed_30c08a50178e17c3"
          },
          "offset": 4
        },
        "lo_dword": {
          "type": {
            "kind": "union",
            "name": "unnamed_b5250794504a72e6"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2755344cf148a01a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6q"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ip6q"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_27b3041f53249237": {
      "size": 20,
      "fields": {
        "formats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_chn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "min_chn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "min_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_27c2688e30353031": {
      "size": 16,
      "fields": {
        "d_tag": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "d_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_2fde31688201b9ef"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_27c37ef849ba172c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet_data_free"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnet_data_free"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_27c86d380175fc9c": {
      "size": 4,
      "fields": {
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_27ca223f1895ef64": {
      "size": 32,
      "fields": {
        "__spare__": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "_kevent_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "_sigev_thread": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ba781659d672a715"
          },
          "offset": 0
        },
        "_threadid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_27e3e152a6f75701": {
      "size": 32,
      "fields": {
        "lro_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_27f9e697363b4849": {
      "size": 32,
      "fields": {
        "attr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "max_store_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "remain_store_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_28034cf5c149dd4b": {
      "size": 32,
      "fields": {
        "LLtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MLtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Offtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lastCountSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_2816863b1d603938": {
      "size": 32,
      "fields": {
        "CDB32": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "EEDP32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_CDB_EEDP32"
          },
          "offset": 0
        },
        "SGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_282406ea954adcde": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrvcache"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsrvcache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2828ede4c6545345": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_asconf_addr"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_asconf_addr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2842089ac4e689a9": {
      "size": 8,
      "fields": {
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d6f679184d34abbd"
          },
          "offset": 0
        },
        "resp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_61c573593176b958"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_28717603593df4d8": {
      "size": 16,
      "fields": {
        "ph1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ph2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_28a40737be1c7a84": {
      "size": 8,
      "fields": {
        "elapsedSeconds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rtc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_28b8f34d927dfaac": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_aen"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_aen"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_28d20956b5ae5a0f": {
      "size": 4,
      "fields": {
        "log_resolution": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mdl_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_28e95aecc31675f3": {
      "size": 4,
      "fields": {
        "ip_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ip_fields": {
          "type": {
            "kind": "struct",
            "name": "unnamed_127a4731c4418d9b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_28f44fcf60545ef7": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "map_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_290099a730d34d90": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_tr_class"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2907dc9163d46b95": {
      "size": 32,
      "fields": {
        "cq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "frag_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "is_rss_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "pages": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "phys_addr"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_291c48bf7533bfe4": {
      "size": 80,
      "fields": {
        "rk": {
          "type": {
            "kind": "struct",
            "name": "procctl_reaper_kill"
          },
          "offset": 0
        },
        "rp": {
          "type": {
            "kind": "struct",
            "name": "procctl_reaper_pids"
          },
          "offset": 0
        },
        "rs": {
          "type": {
            "kind": "struct",
            "name": "procctl_reaper_status"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_29323428941cc3f5": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_295790df5af06d5b": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_txbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2996df5d20261b65": {
      "size": 96,
      "fields": {
        "blkbuf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "tag2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_29c66b63100fcfbf": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_list"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifg_list"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_29cd16f729769a31": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_29f02db26fc44be3": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "srcaddrtab"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "srcaddrtab"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2a08f31120b52a74": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2ad24eadd978229c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_multi_mship"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in6_multi_mship"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2af97442b89ed5a8": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2afa9c31a83a08f4": {
      "size": 4,
      "fields": {
        "dword": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flag": {
          "type": {
            "kind": "struct",
            "name": "unnamed_987023d27d5252f5"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2aff91df1db7081b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirhash"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dirhash"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2b3b126ed94a7844": {
      "size": 40,
      "fields": {
        "connectorIndex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "isPathBroken": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "reserved3": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "sasAddr": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "widePortCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_2b58eb3cd8a9d116": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_eli_worker"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_eli_worker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2b5ccad3bf5ab58b": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2b78d10a030c00c9": {
      "size": 56,
      "fields": {
        "abort_reqtag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "abort_wqe_submit_needed": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "auto_xfer_rdy_dnrx": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 16
        },
        "send_abts": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wqebuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "unnamed_2b86d3cb12085393": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_mem"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2b9305eaad7afde0": {
      "size": 1,
      "fields": {
        "ignore_fcs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "roce_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2ba88c17a9ef9d75": {
      "size": 32,
      "fields": {
        "cdb_dl": {
          "type": {
            "kind": "union",
            "name": "unnamed_1ca31833bae07314"
          },
          "offset": 12
        },
        "fcp_cmnd_alen_datadir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "fcp_cmnd_crn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "fcp_cmnd_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fcp_cmnd_task_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "fcp_cmnd_task_management": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_2bb345e57ef79a3f": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_map"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2bcefbc4c96ddbd8": {
      "size": 2,
      "fields": {
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2bf81ef0a07e483e": {
      "size": 4,
      "fields": {
        "LdLogicalBlockExp": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "LdPiExp": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2c16b55a9f7382eb": {
      "size": 16,
      "fields": {
        "sgl_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sgl_pair": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCU_SGL_ELEMENT_PAIR_T"
            }
          },
          "offset": 0
        },
        "sgl_set": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2c243e5dc613974a": {
      "size": 28,
      "fields": {
        "rt_dst": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "rt_dst4": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 0
        },
        "rt_dst6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "rt_dstb": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2c3710be9e3c3758": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2c516c59bbe381f3": {
      "size": 8,
      "fields": {
        "u_kbd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d820981305de1306"
          },
          "offset": 0
        },
        "u_tty": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4ce9169dc37256a"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2c5bb6cfb53d3c88": {
      "size": 560,
      "fields": {
        "Nr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ek": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 320
        },
        "keyLen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "keyMaterial": {
          "type": {
            "count": 65,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "rk": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_2c740f380ed1b314": {
      "size": 4,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ci": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "eq_id_hi": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "eq_id_lo": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "number_popped": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "qt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "se": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_2c798ea001df0439": {
      "size": 40,
      "fields": {
        "bounce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "rnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "unsolicited": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_2c79fdeddcaf2532": {
      "size": 1600,
      "fields": {
        "pf": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hw_stats"
          },
          "offset": 0
        },
        "vf": {
          "type": {
            "kind": "struct",
            "name": "ixgbevf_hw_stats"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2c7c8194745bec17": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_tagname"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_tagname"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2c975bd8c1fe3416": {
      "size": 288,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 255
        },
        "index": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "unnamed_2cc4dce7f1f4c02e": {
      "size": 2,
      "fields": {
        "attached_sata_device": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "attached_sata_host": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "attached_sata_port_selector": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "attached_smp_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "attached_smp_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "attached_ssp_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "attached_ssp_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "attached_stp_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "attached_stp_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "reserved3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved4": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_2cd68a5c9f819cec": {
      "size": 24,
      "fields": {
        "freqtab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freq_info"
            }
          },
          "offset": 8
        },
        "id32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tablen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2cebde4db668f0b1": {
      "size": 4,
      "fields": {
        "flex_meta4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "flex_meta5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_2d1fced43517424e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fib_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2d313387bbdaf5a1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_extattr"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tmpfs_extattr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2d37c704ff7e1dd9": {
      "size": 64,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "unnamed_2d3b6c621632c625": {
      "size": 28,
      "fields": {
        "snscb_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "snscb_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "snscb_fc4_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "snscb_mword_div_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "snscb_rblen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "snscb_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "snscb_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "snscb_reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "snscb_sblen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_2d446e37b0a1e089": {
      "size": 32,
      "fields": {
        "csio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_scsiio"
            }
          },
          "offset": 8
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "isp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ispsoftc_t"
            }
          },
          "offset": 0
        },
        "qe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_2d58ee0ccf6dd9ab": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_port"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2d70ac9d7fc9064a": {
      "size": 160,
      "fields": {
        "T2d": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "YminusX": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "YplusX": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "Z": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_2d7652a72d03025f": {
      "size": 8,
      "fields": {
        "md_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment"
            }
          },
          "offset": 0
        },
        "md_ma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 0
        },
        "md_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "md_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "md_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 0
        },
        "md_vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2d7656edb15423b6": {
      "size": 12,
      "fields": {
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2d8b3c4071c1e7e5": {
      "size": 8,
      "fields": {
        "ReceiverTimeDone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ReceiverTimeStart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2dc065eb4a3a75af": {
      "size": 24,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_2dd0fccd3f376a57": {
      "size": 4,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2de6ab97c15765bb": {
      "size": 12,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e3bbaa450fbbb067"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_904b30ea79af1cc1"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2e0236a62eef6322": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_rxbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "malo_rxbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2e97babe0c1ec8b8": {
      "size": 3136,
      "fields": {
        "eu_modePowerArray5112": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "EEPROM_POWER_EXPN_5112"
            }
          },
          "offset": 0
        },
        "eu_rawDataset2413": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RAW_DATA_STRUCT_2413"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_2e9b03e9719f9ed6": {
      "size": 10,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 2
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2ea0a7a42bdd1a14": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keystroke_info"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "keystroke_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2f0b306e09d0b50f": {
      "size": 152,
      "fields": {
        "array": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2f3f40cf5e1900fe": {
      "size": 32,
      "fields": {
        "CDB": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PrimaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "PrimaryApplicationTagMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "PrimaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "unnamed_2f674c5cd3651e5d": {
      "size": 2,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "num_rcv_x2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_2f67f8224ee01306": {
      "size": 12,
      "fields": {
        "ResourceOrder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "SystemLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2f747aef1a079c69": {
      "size": 56,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "buffer_written": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "user_allocated": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_2f7f072b92a99d71": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ip_msource"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2f885364aa0371cb": {
      "size": 52,
      "fields": {
        "pi_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "res": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "status_desc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2fadf6289407c4f1": {
      "size": 324,
      "fields": {
        "data_wide": {
          "type": {
            "count": 316,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hdr_wide": {
          "type": {
            "kind": "struct",
            "name": "iwm_cmd_header_wide"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_2fc6b195be588736": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task_struct"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "task_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2fd4364e20c1bcd4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_provider"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_2fde31688201b9ef": {
      "size": 8,
      "fields": {
        "d_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "d_val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3025839aa60d3931": {
      "size": 96,
      "fields": {
        "smp_device": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_SMP_REMOTE_DEVICE_T"
          },
          "offset": 0
        },
        "stp_device": {
          "type": {
            "kind": "struct",
            "name": "SCIF_SAS_STP_REMOTE_DEVICE_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_302bd2564b3f939f": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_bind"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3056c8f84e6ba509": {
      "size": 32,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "devp_pglist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6669ebd89c475787"
          },
          "offset": 0
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_pager_ops"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_3058b8acfa330efe": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ixl_mac_filter"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ixl_mac_filter"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_30852c33bb532f7c": {
      "size": 128,
      "fields": {
        "icb_atio_in": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "icb_atioqaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 80
        },
        "icb_atioqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 78
        },
        "icb_disctime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "icb_enodemac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "icb_execthrottle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "icb_fwoptions1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "icb_fwoptions2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "icb_fwoptions3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "icb_hardaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "icb_idelaytimer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "icb_ldn_nols": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "icb_logintime": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 90
        },
        "icb_maxfrmlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "icb_msixatio": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 70
        },
        "icb_msixresp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 68
        },
        "icb_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "icb_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "icb_priaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 60
        },
        "icb_priout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "icb_prqstqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "icb_qos": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "icb_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "icb_reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 72
        },
        "icb_reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 106
        },
        "icb_reserved3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 120
        },
        "icb_respaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 52
        },
        "icb_retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "icb_rqstaddr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 44
        },
        "icb_rqstout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "icb_rqstqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "icb_rsltqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "icb_rspnsin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "icb_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "icb_xchgcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3087ea6e72300c04": {
      "size": 20,
      "fields": {
        "actual_response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "actual_write_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "additional_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "response_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rsvd2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "subsystem": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_3090b8096a3d1b7b": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callback_head"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3092463e18b870e0": {
      "size": 20,
      "fields": {
        "signature_fis_buffer": {
          "type": {
            "kind": "struct",
            "name": "SATA_FIS_REG_D2H_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_309a87bb55dd94eb": {
      "size": 16,
      "fields": {
        "ifgru_group": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifgru_groups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_req"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_309e874fac279cf0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kq_timer_cb_data"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kq_timer_cb_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_30c08a50178e17c3": {
      "size": 4,
      "fields": {
        "fd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flex_bytes_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3117748e25f1ee11": {
      "size": 4,
      "fields": {
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_311da11b65b04d88": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "host_packet"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "host_packet"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_31298a5e1c65410b": {
      "size": 6,
      "fields": {
        "df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_3130d98e49014299": {
      "size": 472,
      "fields": {
        "v0": {
          "type": {
            "kind": "struct",
            "name": "hfsc_classstats_v0"
          },
          "offset": 0
        },
        "v1": {
          "type": {
            "kind": "struct",
            "name": "hfsc_classstats_v1"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_315a4a5785590976": {
      "size": 15,
      "fields": {
        "descriptor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "gas": {
          "type": {
            "kind": "struct",
            "name": "ACPI_GENERIC_ADDRESS"
          },
          "offset": 3
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_31681f5645f1fd52": {
      "size": 8,
      "fields": {
        "inp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 0
        },
        "so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_31703710ddace604": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "subvendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_318a2a2bf64069f8": {
      "size": 16,
      "fields": {
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_buff"
            }
          },
          "offset": 0
        },
        "prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_buff"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3199e0dec3e460ce": {
      "size": 4,
      "fields": {
        "raid_level_0": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "raid_level_1": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "raid_level_1E": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "raid_level_5": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "raid_level_6": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 27,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_31b4c4936ee49622": {
      "size": 120,
      "fields": {
        "di": {
          "type": {
            "kind": "struct",
            "name": "dumperinfo"
          },
          "offset": 0
        },
        "di_buf": {
          "type": {
            "count": 113,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_31e31ba5331890b3": {
      "size": 16,
      "fields": {
        "ph": {
          "type": {
            "kind": "struct",
            "name": "unnamed_28717603593df4d8"
          },
          "offset": 0
        },
        "tv": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_31fb20cd9686aa13": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gntdev_gref"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3226747b15783153": {
      "size": 52,
      "fields": {
        "create_op_iq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f885364aa0371cb"
          },
          "offset": 0
        },
        "create_op_oq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_feee59538da7e047"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_32466a3237fd65ee": {
      "size": 24,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_3249f75d28bcd6f5": {
      "size": 20,
      "fields": {
        "media_catalog": {
          "type": {
            "kind": "struct",
            "name": "cd_sub_channel_media_catalog"
          },
          "offset": 0
        },
        "position": {
          "type": {
            "kind": "struct",
            "name": "cd_sub_channel_position_data"
          },
          "offset": 0
        },
        "track_info": {
          "type": {
            "kind": "struct",
            "name": "cd_sub_channel_track_info"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3255fa06a891acfe": {
      "size": 16,
      "fields": {
        "both": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b22d3ee8e37cd7d4"
          },
          "offset": 0
        },
        "private": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0eed8b040b86d7a6"
          },
          "offset": 0
        },
        "shared": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3804378500733483"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_326cad1830139d23": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a0f675cdc6add635"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3278e18c098dac86": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gtask"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gtask"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_32b52e0911f0fcd9": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kaltq"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kaltq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_32bdc9116aa00956": {
      "size": 8,
      "fields": {
        "ps_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ps_states": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_state_export"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_32dc0514a5425185": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kstate"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_330e6535494d080c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_disk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_333987c4a4be3841": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcthread"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "__rpc_svcthread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3352b760944804ff": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_338041c1e47b5798": {
      "size": 88,
      "fields": {
        "dummy": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "max_pci_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "pci_read_bp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pci_read_stuck_no_completion_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pci_write_bp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pxd_ready_bp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_pci_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_pci_correctable_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_pci_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_pci_fatal_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_pci_non_fatal_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "used_pci_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "unnamed_3385a9086ea8a591": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wrqe"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "wrqe"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_33972cdc25cc4378": {
      "size": 20,
      "fields": {
        "reserved1": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "validationInfo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_36f0e5a5d23fcfbb"
          },
          "offset": 0
        },
        "version": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_339889d17bfb389c": {
      "size": 8,
      "fields": {
        "wr_hilo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_33d86d3453a14865": {
      "size": 256,
      "fields": {
        "xu_caddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_un"
          },
          "offset": 0
        },
        "xu_dummy2": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_33f934c7fbf9c144": {
      "size": 324,
      "fields": {
        "data": {
          "type": {
            "count": 320,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "iwm_cmd_header"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3420b50d6c455df3": {
      "size": 80,
      "fields": {
        "cq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "frag_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "hds_backfill_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "hds_fixed_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "hds_frag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "hds_frag_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "hds_start": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "num_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pages": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "phys_addr"
            }
          },
          "offset": 64
        },
        "pd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rbq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "rsvd2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_3443ea52b793374d": {
      "size": 12,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 0
        },
        "newOwner": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "prevOwner": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_34444f2e9f09afa8": {
      "size": 8,
      "fields": {
        "rev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3459a57faa6626f9": {
      "size": 4,
      "fields": {
        "ih_gwaddr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "ih_idseq": {
          "type": {
            "kind": "struct",
            "name": "ih_idseq"
          },
          "offset": 0
        },
        "ih_pmtu": {
          "type": {
            "kind": "struct",
            "name": "ih_pmtu"
          },
          "offset": 0
        },
        "ih_pptr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ih_rtradv": {
          "type": {
            "kind": "struct",
            "name": "ih_rtradv"
          },
          "offset": 0
        },
        "ih_void": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3469822a2ce48ef8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_reserv"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_reserv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_34a4df2e02c4513d": {
      "size": 8,
      "fields": {
        "__sa_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "__sa_sigaction": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_34b4fca0090d7777": {
      "size": 32,
      "fields": {
        "capsule_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "capsule_header_array": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 0
        },
        "max_capsule_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reset_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_34cb018373084378": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_event_handle"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_event_handle"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_34cc750bc7eb49f8": {
      "size": 2,
      "fields": {
        "attached_device_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "attached_reason": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "negotiated_logical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_34d27cb0f59fdff2": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_34f1882b8972a217": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kqueue"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kqueue"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3510d7a35a69e47b": {
      "size": 72,
      "fields": {
        "ecar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "str": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3519316ffd3486f3": {
      "size": 51,
      "fields": {
        "ActionType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "BaInfo": {
          "type": {
            "kind": "union",
            "name": "unnamed_a9efab8c5cdc2aa1"
          },
          "offset": 12
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_352546d93b6fa2b2": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_353328068c57f261": {
      "size": 8,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_3545d25a2fc81489": {
      "size": 4,
      "fields": {
        "hashtoeplitz": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "ofdmapen": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "syn2tupenipv4": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "syn2tupenipv6": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "syn4tupenipv4": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "syn4tupenipv6": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "synmapen": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tnlalllookup": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tnlmapen": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_35541ffa1a995cfb": {
      "size": 8,
      "fields": {
        "fb_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_356fbfeccd9ef1e0": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_a53be6ba5300e5c0"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_35784f721fa57bb4": {
      "size": 8,
      "fields": {
        "bge_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bge_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_3595a33f795e64af": {
      "size": 8,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "flags": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_359ee4947744ed24": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "swdevt"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "swdevt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_35a3b9eac10ff3a9": {
      "size": 24,
      "fields": {
        "axq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tid_q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ee64e8eba09cf91b"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_35a537d315348ddd": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockbuf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sockbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_35aba89f6be911c4": {
      "size": 1,
      "fields": {
        "symbol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_35aeb7fab12c6b0f": {
      "size": 8,
      "fields": {
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "channelFlags": {
          "type": {
            "kind": "struct",
            "name": "MWL_HAL_CHANNEL_FLAGS"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_35d5d1499a5191ed": {
      "size": 8,
      "fields": {
        "nu_neg": {
          "type": {
            "kind": "struct",
            "name": "negstate"
          },
          "offset": 0
        },
        "nu_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_35dc0f83d409c460": {
      "size": 20,
      "fields": {
        "fcp_cmnd_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fcp_cmnd_dl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_36043b7c9345efc1": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kanchor"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_362bd77e8e87bcd4": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sem_undo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_363a47a7be828afd": {
      "size": 10,
      "fields": {
        "bytes": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "type_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f0f9f93e788a97f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_36464f1c16d11f4e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fail_point_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fail_point_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3654fa3b003ef843": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_366396a17c30160d": {
      "size": 8,
      "fields": {
        "sf_action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "sf_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_368403d4e676363d": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sysctl_oid"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_36af2112c7b2637a": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmclog_buffer"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pmclog_buffer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_36cbb432402bbe49": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gre_softc"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gre_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_36d83d9946909dac": {
      "size": 5,
      "fields": {
        "ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ifg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "timer_h": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "timer_l": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_36f0e5a5d23fcfbb": {
      "size": 20,
      "fields": {
        "maxArrays": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "maxLd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "maxPdCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "maxRowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "maxSpanDepth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_36fd98847112305f": {
      "size": 8,
      "fields": {
        "_i225": {
          "type": {
            "kind": "struct",
            "name": "igc_dev_spec_i225"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_37063d8d67c9a0ed": {
      "size": 64,
      "fields": {
        "pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "th": {
          "type": {
            "kind": "struct",
            "name": "rsu_rx_radiotap_header"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_370dd75d2d198560": {
      "size": 48,
      "fields": {
        "ff": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9aadb2abb34a9113"
          },
          "offset": 0
        },
        "fl": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f0a3e401e8a26363"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_37129405d7850f89": {
      "size": 4,
      "fields": {
        "BusNumber": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "DeviceNumber": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "FunctionNumber": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_372dbaa58fc19c04": {
      "size": 8,
      "fields": {
        "err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_373998e2803b8406": {
      "size": 20,
      "fields": {
        "numPcdacs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pcdac": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "pwr_t4": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 12
        },
        "xpd_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_37650800af32de2a": {
      "size": 24,
      "fields": {
        "corrected": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "failures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "processed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "retries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_377e6542b0e861a5": {
      "size": 196,
      "fields": {
        "dw": {
          "type": {
            "count": 49,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2592100380ba0435"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3791fd083e4de581": {
      "size": 4,
      "fields": {
        "alarm": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bbu": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "nvram": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 28,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "uart": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_379fa5a738d8e3d7": {
      "size": 24,
      "fields": {
        "rn_L": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 8
        },
        "rn_Off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rn_R": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_37ed9e7d06025f78": {
      "size": 1044,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pChannels": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RAW_DATA_PER_CHANNEL_2413"
            }
          },
          "offset": 24
        },
        "xpd_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "unnamed_3804378500733483": {
      "size": 16,
      "fields": {
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_380ca1a53a18721a": {
      "size": 24,
      "fields": {
        "rn_Dupedkey": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 16
        },
        "rn_Key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "rn_Mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_380f0d8d09193b63": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aioproc"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aioproc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_381f304ae76ec8ab": {
      "size": 80,
      "fields": {
        "cbq_opts": {
          "type": {
            "kind": "struct",
            "name": "cbq_opts"
          },
          "offset": 0
        },
        "codel_opts": {
          "type": {
            "kind": "struct",
            "name": "codel_opts"
          },
          "offset": 0
        },
        "fairq_opts": {
          "type": {
            "kind": "struct",
            "name": "fairq_opts"
          },
          "offset": 0
        },
        "hfsc_opts": {
          "type": {
            "kind": "struct",
            "name": "hfsc_opts_v1"
          },
          "offset": 0
        },
        "priq_opts": {
          "type": {
            "kind": "struct",
            "name": "priq_opts"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_38362c6fd3517abb": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "priv_fw"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "priv_fw"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_384636399bea8e86": {
      "size": 16,
      "fields": {
        "ifgrqu_group": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifgrqu_member": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_384b7aea951e1d35": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evclass_elem"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3853a164056165a6": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "indirdep"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "indirdep"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3863c06207e035f6": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmd_irq_user"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmd_irq_user"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_38a522cadc0f92a3": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kif"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfi_kif"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_38baf331da5ec2d1": {
      "size": 2,
      "fields": {
        "pdType": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0d06176e3c1ede1d"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_38bdd2d693731b7a": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngp_hdr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ngp_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_38e316325f3e4a2d": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_volume"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_volume"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_38e890eee9ac1fe7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_db_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "clip_db_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_38f66fa29069d6b0": {
      "size": 1016,
      "fields": {
        "configure_route_information": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_CONFIGURE_ROUTE_INFORMATION_T"
          },
          "offset": 0
        },
        "discover": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_PHY_IDENTIFIER_T"
          },
          "offset": 0
        },
        "phy_control": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_PHY_CONTROL_T"
          },
          "offset": 0
        },
        "report_general": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_GENERAL_T"
          },
          "offset": 0
        },
        "report_manufacturer_information": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_GENERAL_T"
          },
          "offset": 0
        },
        "report_phy_error_log": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_PHY_IDENTIFIER_T"
          },
          "offset": 0
        },
        "report_phy_sata": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_PHY_IDENTIFIER_T"
          },
          "offset": 0
        },
        "report_route_information": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_PHY_IDENTIFIER_T"
          },
          "offset": 0
        },
        "vendor_specific_request": {
          "type": {
            "kind": "struct",
            "name": "SMP_REQUEST_VENDOR_SPECIFIC_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_391cfbe4e7a1d323": {
      "size": 5,
      "fields": {
        "power_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_3923b478032f5507": {
      "size": 16,
      "fields": {
        "interface_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "subnet_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_392baf8b2e4be804": {
      "size": 304,
      "fields": {
        "kf_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_9d4b43f99a8e6ba8"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_736a2110707d5d0d"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_3938e059715da49c": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_link"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3941e912853c3f5a": {
      "size": 40,
      "fields": {
        "__spare1__": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "__spare2__": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_394846eed3974d17": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_hook"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_395ae933bfa5dc58": {
      "size": 68,
      "fields": {
        "rp": {
          "type": {
            "kind": "struct",
            "name": "procctl_reaper_pids32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3967f42820140fd8": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "idpgtbl"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "idpgtbl"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_39694e2eb5a5a251": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_privdata"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cdev_privdata"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_398762abf15c3e1c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sndstat_userdev"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sndstat_userdev"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_39b15c6bf86d0a28": {
      "size": 8,
      "fields": {
        "data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "data_val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_39e3d973e53daa41": {
      "size": 5632,
      "fields": {
        "entropy": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyCTables_t"
          },
          "offset": 0
        },
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5616
        }
      },
      "kind": "struct"
    },
    "unnamed_39ee223adfc875a9": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aioproc"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aioproc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_39fdbbfdc6fbdcc0": {
      "size": 8,
      "fields": {
        "members": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_39fff8b0622bcf39": {
      "size": 16,
      "fields": {
        "page0_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "page0_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "page1_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "page1_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3a0e06201396cab8": {
      "size": 24,
      "fields": {
        "Chain": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "Simple": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "Transaction": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_TRANSACTION_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3a19bd4415223f60": {
      "size": 8,
      "fields": {
        "tsf_on_air_rise": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_74fe31f185ae9476"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_3a1efd5192214166": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_ifaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3a28d95e45407dfc": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_rl_channel"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5e_rl_channel"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3a5023f8bfb96fbc": {
      "size": 32,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "CurrentTxPowerLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "PowerLevelList": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "SupportTxPowerLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_3a6a273083a9b3d0": {
      "size": 16,
      "fields": {
        "param0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "param1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "param2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "param3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_3a6bbf6e7f37c5c7": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3a6f30e39e7dd922": {
      "size": 48,
      "fields": {
        "afex_update": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_afex_update_params"
          },
          "offset": 0
        },
        "afex_viflists": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_afex_viflists_params"
          },
          "offset": 0
        },
        "hw_init": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_hw_init_params"
          },
          "offset": 0
        },
        "hw_reset": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_hw_reset_params"
          },
          "offset": 0
        },
        "set_timesync": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_set_timesync_params"
          },
          "offset": 0
        },
        "start": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_start_params"
          },
          "offset": 0
        },
        "switch_update": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_switch_update_params"
          },
          "offset": 0
        },
        "tx_start": {
          "type": {
            "kind": "struct",
            "name": "ecore_func_tx_start_params"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3a74e2e37d9c4a05": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3a7c1b0975730f19": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_xen_reqlist"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3a90e062619f9ae5": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "module"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3aa81996878eef88": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "segnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_3ab05379d4eca822": {
      "size": 64,
      "fields": {
        "m_pkthdr": {
          "type": {
            "kind": "struct",
            "name": "pkthdr"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fc3da4888e13ee43"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_3aca0f6120146970": {
      "size": 60,
      "fields": {
        "tqi_aifs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tqi_burstTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tqi_cbrOverflowLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tqi_cbrPeriod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tqi_cwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tqi_cwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tqi_intFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tqi_lgretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "tqi_physCompBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tqi_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tqi_qflags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d943491d738d7aa9"
          },
          "offset": 12
        },
        "tqi_readyTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tqi_shretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "tqi_subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0ed9022d9fcf4e7c"
          },
          "offset": 8
        },
        "tqi_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_18455ab5200e8f6a"
          },
          "offset": 4
        },
        "tqi_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3b127a6a5f4d06ec": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "OptLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3b2f186cc2412f36": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lkpi_sta"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lkpi_sta"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3b321d23648a5af9": {
      "size": 280,
      "fields": {
        "na": {
          "type": {
            "kind": "struct",
            "name": "nhop_addrs"
          },
          "offset": 272
        },
        "nhe": {
          "type": {
            "kind": "struct",
            "name": "nhop_external"
          },
          "offset": 152
        },
        "rtm": {
          "type": {
            "kind": "struct",
            "name": "rt_msghdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3b351b211ed8faff": {
      "size": 8,
      "fields": {
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "VolId": {
          "type": {
            "bit_length": 30,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_3b3a4b12a0bbc7d6": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uart_devinfo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3b7511fc2a26bd08": {
      "size": 4,
      "fields": {
        "device_preferred_cdb_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3b9d1614c9c513fd": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sdt_provider"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sdt_provider"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3ba305709e0b844c": {
      "size": 440,
      "fields": {
        "dummy": {
          "type": {
            "kind": "struct",
            "name": "usb_xfer"
          },
          "offset": 0
        },
        "parm": {
          "type": {
            "kind": "struct",
            "name": "usb_setup_params"
          },
          "offset": 304
        }
      },
      "kind": "struct"
    },
    "unnamed_3bdd03b28bb63575": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_area_struct"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_area_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3c1d78bfdae08f4a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6asfrag"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ip6asfrag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3c4ced42054062ed": {
      "size": 16,
      "fields": {
        "external": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a64e1a09f3b5e609"
          },
          "offset": 0
        },
        "internal": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3a6a273083a9b3d0"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3c5135f8e355470a": {
      "size": 8,
      "fields": {
        "accmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_3c669ea4adc13096": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngp_fifo"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ngp_fifo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3c6bdf3856cc519d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_fw_event_work"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_fw_event_work"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3c7549fa0db514c0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsusrgrp"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsusrgrp"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3c76c830d7ad0c3e": {
      "size": 16,
      "fields": {
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 12
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3c8681a93358c354": {
      "size": 580,
      "fields": {
        "u_aes": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f3ca4513d5021571"
          },
          "offset": 0
        },
        "u_chacha": {
          "type": {
            "kind": "struct",
            "name": "chacha_ctx"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3cbfac4b5e197f93": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cbb_reslist"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3cc5ee0afd406c16": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selfd"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "selfd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3cf4a7ff93cfa931": {
      "size": 1,
      "fields": {
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3cf7c871a074a338": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_eb"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_eb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3cfa2edb8c70771f": {
      "size": 16,
      "fields": {
        "kf_kqueue_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "kf_kqueue_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "kf_kqueue_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_3d07262b3bb20cab": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sndstat_file"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sndstat_file"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3d202b35bfa161f9": {
      "size": 12,
      "fields": {
        "data": {
          "type": {
            "kind": "union",
            "name": "uniq"
          },
          "offset": 4
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "pppoe_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3d3808ec3f89418a": {
      "size": 4,
      "fields": {
        "autoneg": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fduplex": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "init_rx_cnxt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "init_tx_cnxt": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "link_up": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lro": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3d443a655145308c": {
      "size": 72,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "entry": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "execfd": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "hdr_eflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "pagesz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "phdr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "phent": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_3d4fb27b85efab62": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "modlist"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "modlist"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3d5d495b53076bf5": {
      "size": 24,
      "fields": {
        "async_cq_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "async_cq_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "async_evt_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cq_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "dw4rsvd1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "dw5rsvd1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "dw5rsvd2": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "dw6rsvd1": {
          "type": {
            "bit_length": 31,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "dw7rsvd1": {
          "type": {
            "bit_length": 21,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 17
        },
        "dw8rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ring_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "unnamed_3d9c50d604ea8824": {
      "size": 16,
      "fields": {
        "fgn": {
          "type": {
            "kind": "struct",
            "name": "fiodgname_arg"
          },
          "offset": 0
        },
        "fgn32": {
          "type": {
            "kind": "struct",
            "name": "fiodgname_arg32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3ddac404f3db089d": {
      "size": 48,
      "fields": {
        "aes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tkip": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ffcdf3300114cdd9"
          },
          "offset": 0
        },
        "wep": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3ddb4a1eb92ce375": {
      "size": 16,
      "fields": {
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "error": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "frag_index": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hds_hdr_frag_index": {
          "type": {
            "bit_length": 10,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "hds_hdr_size": {
          "type": {
            "bit_length": 12,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "hds_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "ip_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ip_options": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ip_ver": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ipframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "l4_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "lro_pkt": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "mac_dst": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "num_fragments": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "pkt_size": {
          "type": {
            "bit_length": 14,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "pkt_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "port": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "qnq": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_bank": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_flush": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_hash_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_hp": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "rsvd4": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "switched": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "tcpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "udpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vlan_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vlan_tag_present": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_3dfc23ed14471882": {
      "size": 4,
      "fields": {
        "tp_col": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tp_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3e0a829f854c9a11": {
      "size": 4,
      "fields": {
        "do_enable_ssc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "max_number_concurrent_device_spin_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mode_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_3e1e19e8da3cac98": {
      "size": 216,
      "fields": {
        "tx_collisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "tx_collisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "tx_deferred_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "tx_deferred_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "tx_excessivecollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "tx_excessivecollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "tx_gt1023_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_gt1023_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_gt127_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_gt127_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tx_gt1518_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_gt1518_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_gt16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "tx_gt16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "tx_gt2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_gt2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tx_gt255_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tx_gt255_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_gt4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_gt4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "tx_gt511_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tx_gt511_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tx_gt64_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_gt64_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "tx_gt9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "tx_gt9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "tx_gtbyt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "tx_gtbyt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "tx_gterr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "tx_gterr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "tx_gtfcs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx_gtfcs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_gtgca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_gtgca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_gtmca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_gtmca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_gtpkt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_gtpkt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_gtuca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_gtuca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_gtufl_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "tx_gtufl_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "tx_gtxpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_gtxpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tx_gtxpok_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_gtxpok_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_gtxpp_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_gtxpp_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_latecollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "tx_latecollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "tx_multiplecollisions_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "tx_multiplecollisions_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "tx_singlecollision_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "tx_singlecollision_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "unnamed_3e361c63bbf57088": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freework"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "freework"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3e41e26f56d61767": {
      "size": 6,
      "fields": {
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_3e432baab6755ac2": {
      "size": 8,
      "fields": {
        "mask": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "override": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3e5e684b2cec4cb7": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfr_ktable"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3e6859fa91ec1768": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_3e7cf89237094d96": {
      "size": 20,
      "fields": {
        "minorvers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "versindex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "wsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_3e7e93d0150824ea": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifvlan"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3eb148897737cabd": {
      "size": 32,
      "fields": {
        "active_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "adwell_default_n_aps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "adwell_default_n_aps_social": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "adwell_max_budget": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "channel": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_umac_chan_param"
          },
          "offset": 28
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "fragmented_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "max_out_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "passive_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "scan_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "suspend_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_3eb2ac6e6785a99c": {
      "size": 12,
      "fields": {
        "clsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ncl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "nmbuf": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3ed4b055863bc5e7": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_disk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3ef04994b55764f2": {
      "size": 64,
      "fields": {
        "abts_rsp_cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "abts_rsp_ctl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "abts_rsp_df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "abts_rsp_did_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "abts_rsp_did_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "abts_rsp_f_ctl_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "abts_rsp_f_ctl_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "abts_rsp_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "abts_rsp_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "abts_rsp_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "abts_rsp_ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "abts_rsp_param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "abts_rsp_payload": {
          "type": {
            "kind": "union",
            "name": "unnamed_87ca22acc8e2959b"
          },
          "offset": 44
        },
        "abts_rsp_r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "abts_rsp_rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "abts_rsp_rxid_abts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "abts_rsp_rxid_task": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "abts_rsp_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "abts_rsp_seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "abts_rsp_sid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "abts_rsp_sid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "abts_rsp_sof": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "abts_rsp_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "abts_rsp_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        }
      },
      "kind": "struct"
    },
    "unnamed_3efdc11dc33c54e3": {
      "size": 8,
      "fields": {
        "codel_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "codel"
            }
          },
          "offset": 0
        },
        "red_": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "red"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_3f0f1430a3725f26": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_src_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_src_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_3f76a46c1fb8d9cc": {
      "size": 4,
      "fields": {
        "df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_3fa3f2347a4fc811": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3fbd64df3c6d8ea1": {
      "size": 62,
      "fields": {
        "key": {
          "type": {
            "kind": "union",
            "name": "unnamed_3ddac404f3db089d"
          },
          "offset": 14
        },
        "keyFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "keyIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "keyLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "keyTypeId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_3ff74a68a0ca064b": {
      "size": 44,
      "fields": {
        "d_addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_b87d7ce2b516a8e1"
          },
          "offset": 28
        },
        "d_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "lro_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lro_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "s_addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_b87d7ce2b516a8e1"
          },
          "offset": 12
        },
        "s_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vxlan_vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_40029e0d80b04687": {
      "size": 10,
      "fields": {
        "dc_sia_ext": {
          "type": {
            "kind": "struct",
            "name": "dc_sia_ext"
          },
          "offset": 0
        },
        "dc_sia_noext": {
          "type": {
            "kind": "struct",
            "name": "dc_sia_noext"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_40211f54366a89eb": {
      "size": 8,
      "fields": {
        "rnd_nhgrp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhgrp_object"
            }
          },
          "offset": 0
        },
        "rnd_nhop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_408d370555a9f5e4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtc_instance"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rtc_instance"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4093e6d40504289f": {
      "size": 6,
      "fields": {
        "enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_40c6ca80d35de67c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_port"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lacp_port"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_40cc177d6d775a88": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_eli_key"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_eli_key"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_40eb41a9116a7c96": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirlistent"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_40ee0d6c86ec6a2f": {
      "size": 8,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3090b8096a3d1b7b"
          },
          "offset": 0
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "llist_node"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_410ab3c741b3031c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsopt"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vfsopt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_411c1f4cf68d7bb6": {
      "size": 24,
      "fields": {
        "input_channel_bindings": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gss_channel_bindings_struct"
            }
          },
          "offset": 16
        },
        "my_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_gss_cred_id_t"
            }
          },
          "offset": 8
        },
        "req_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "time_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_4121471b97e977e1": {
      "size": 4,
      "fields": {
        "md_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_412539b01a6a9ba4": {
      "size": 16,
      "fields": {
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "phys_pager_ops"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_39b15c6bf86d0a28"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "unnamed_412ac256c1faa1dd": {
      "size": 20,
      "fields": {
        "b32": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "b8": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_412de52ca0267531": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shm_mapping"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_415c2ebe61456015": {
      "size": 12,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "evt": {
          "type": {
            "kind": "enum",
            "name": "unnamed_865e9f344b1df9e1"
          },
          "offset": 4
        },
        "payload_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_418e6dbf1173ecab": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_fl"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sge_fl"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_419a6de5fc8ab518": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_hal_chip"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_hal_chip"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_41a6c2c821824e79": {
      "size": 32,
      "fields": {
        "buffer": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pkt": {
          "type": {
            "kind": "struct",
            "name": "pci_packet"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_41e9afed70aeedae": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_log_id_bucket"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_41febaabb4725834": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_sgl_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_420053b6f1093b59": {
      "size": 8,
      "fields": {
        "__ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pctrie_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_42038c514f8817e9": {
      "size": 16,
      "fields": {
        "descs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ck_rhs_entry_desc"
            }
          },
          "offset": 0
        },
        "no_entries": {
          "type": {
            "kind": "struct",
            "name": "ck_rhs_no_entry"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_420d9921a6bcebec": {
      "size": 32,
      "fields": {
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd4": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "v_oui": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "v_part": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "v_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_424bb6633541d788": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbd_command"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xbd_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_42655f9bdcc4b754": {
      "size": 4,
      "fields": {
        "coded": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "days": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_42731d680d4ac675": {
      "size": 4,
      "fields": {
        "vp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vp_global_options": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_42d2e0d06824b54d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_iterator"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_iterator"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_42d900ae30484187": {
      "size": 4,
      "fields": {
        "clrint": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "event": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "num_popped": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "qid": {
          "type": {
            "bit_length": 9,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rearm": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rsvd0": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rsvd1": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_431758d59323eec2": {
      "size": 280,
      "fields": {
        "kf_sem_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 276
        },
        "kf_sem_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "kf_spareint": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "kf_spareint64": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_431c2f50a3947e9a": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "common_symbol"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4335b22a713335f1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_ed"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_ed"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_43369ba5c9a67c92": {
      "size": 8,
      "fields": {
        "common_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ac37eea48c5e0565"
          },
          "offset": 0
        },
        "invalid_command": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4b436981ebb2752e"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_434b026bca7f0cac": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sg_map_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4359b7e76911f7db": {
      "size": 11,
      "fields": {
        "target_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "target_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "target_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "unnamed_436200875a464f4b": {
      "size": 56,
      "fields": {
        "endPosInBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "seqStore": {
          "type": {
            "kind": "struct",
            "name": "rawSeqStore_t"
          },
          "offset": 0
        },
        "startPosInBlock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "unnamed_43b43843d2b1d3ee": {
      "size": 32,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_edaa6c3214f32bcf"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_27e3e152a6f75701"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4403104658c3c8e0": {
      "size": 16,
      "fields": {
        "async_event": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "event_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "event_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "fault": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "phy_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "qos_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "rsvd1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rsvd2": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "unnamed_444f10c4a5609e1a": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "user_evtchn"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_445207a9f74bdd58": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ahd_softc"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ahd_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_44674bf49b8e75e7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bstp_state"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bstp_state"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_446d399b942bb251": {
      "size": 80,
      "fields": {
        "shm_info": {
          "type": {
            "kind": "struct",
            "name": "shm_info"
          },
          "offset": 0
        },
        "shmid_ds": {
          "type": {
            "kind": "struct",
            "name": "shmid_ds"
          },
          "offset": 0
        },
        "shminfo": {
          "type": {
            "kind": "struct",
            "name": "shminfo"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4481276cfb487767": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sess_con"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sess_con"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4486af61ddc6fa8c": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_btag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_448e4601fc45c5c3": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_44903ac8509f565d": {
      "size": 32,
      "fields": {
        "CDB32": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "EEDP32": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SCSI_IO_CDB_EEDP32"
          },
          "offset": 0
        },
        "SGE": {
          "type": {
            "kind": "struct",
            "name": "MPI2_SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4499cf96b3bf15d0": {
      "size": 288,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e0fbee623c41827b"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "union",
            "name": "unnamed_591e5436afaccd81"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_44ab41ea8cc0e8d9": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "nbio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "nbytes": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_44baea9368e07934": {
      "size": 4,
      "fields": {
        "rcvgen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rcvidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_44cb4b81535cfe19": {
      "size": 24,
      "fields": {
        "b": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "h": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "t": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_450438f5989b46ac": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_ioctl_hook"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_ioctl_hook"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4510ea345db02d75": {
      "size": 72,
      "fields": {
        "build_date": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "built_time": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4510ee92d54979dc": {
      "size": 20,
      "fields": {
        "miscomp_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "num_txfer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ticks_compl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_4515d826446696ec": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_tx_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "zyd_tx_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_455a3ab609f90898": {
      "size": 16,
      "fields": {
        "baudrate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "linkstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4575ff5f912f26b7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclclient"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclclient"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_459a3ee1ec7a27e3": {
      "size": 48,
      "fields": {
        "flags": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_tx_control_flags"
          },
          "offset": 40
        },
        "hw_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_key_conf"
            }
          },
          "offset": 32
        },
        "rates": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_tx_rate"
            }
          },
          "offset": 0
        },
        "use_rts": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 16
        },
        "vif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_vif"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_45e9827e30efb978": {
      "size": 96,
      "fields": {
        "sb_fnrdy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 40
        },
        "sb_lastrecord": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "sb_mb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "sb_mbtail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "sb_mtls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 64
        },
        "sb_mtlstail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 72
        },
        "sb_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 0
        },
        "sb_sndptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "sb_sndptroff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sb_tls_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_session"
            }
          },
          "offset": 88
        },
        "sb_tls_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "sb_tlscc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sb_tlsdcc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "unnamed_45f23ef9ea55f8be": {
      "size": 12,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_45f3d571db590654": {
      "size": 120,
      "fields": {
        "di_db": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        },
        "di_ib": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "unnamed_45feaa8b2433d540": {
      "size": 8,
      "fields": {
        "cidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pidx_head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pidx_tail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_4604107692940a96": {
      "size": 16,
      "fields": {
        "ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_ctrl_hdr"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_4611abd2e50477e9": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hhook_head"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hhook_head"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_462ff835e0fc176f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_dynaddr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfi_dynaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_465625ac15a5ea58": {
      "size": 8,
      "fields": {
        "placeholder": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_465672edd368b4cc": {
      "size": 16,
      "fields": {
        "nc_curr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netconfig"
              }
            }
          },
          "offset": 8
        },
        "nc_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "netconfig"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4679e363a14acaff": {
      "size": 4,
      "fields": {
        "clear": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "copyBack": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "erase": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "patrol": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rbld": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 27,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_468905047c606eb5": {
      "size": 4,
      "fields": {
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_46c128d116061e35": {
      "size": 18,
      "fields": {
        "AddHtInfo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_665912f16a8ac664"
          },
          "offset": 14
        },
        "CapInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "HTCapabilitiesInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "HTRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "LegacyRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MacHTParamInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "unnamed_46cdedcf148c5ff4": {
      "size": 48,
      "fields": {
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 16
        },
        "drop_forced": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "drop_unforced": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "marked_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_46e8373c14e6b7ac": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unpcb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "unpcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_46ef76e828811709": {
      "size": 8,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "st": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_472634b23491f1ef": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_priotracker"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_47367b909e6461a7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_478260b694644d48": {
      "size": 4,
      "fields": {
        "ctrlPropIncompatible": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fwVersionMismatch": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hwIncompatible": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "peerIsIncompatible": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "peerIsPresent": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "premiumFeatureMismatch": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 26,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_47953a021fcaa105": {
      "size": 8,
      "fields": {
        "llnode": {
          "type": {
            "kind": "struct",
            "name": "llist_node"
          },
          "offset": 0
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b7b9f82104782427"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_47aeefd17ea778f2": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrvcache"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsrvcache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_47b15cdd159a6f0b": {
      "size": 64,
      "fields": {
        "actlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 8
        },
        "cmd_data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "cmd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "data_rem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "data_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        }
      },
      "kind": "struct"
    },
    "unnamed_47c3579e41889150": {
      "size": 64,
      "fields": {
        "abrt_cmd_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "abrt_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "abrt_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "abrt_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "abrt_options": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "abrt_queue_number": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "abrt_reserved": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "abrt_reserved1": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 52
        },
        "abrt_tidhi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "abrt_tidlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "abrt_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "unnamed_47c460e2f5426865": {
      "size": 20,
      "fields": {
        "CDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "CDBLen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Type": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fb0b4e4a809e328e"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_47c590ce2c6fa57e": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freework"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "freework"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_47eb11dac2bd0e20": {
      "size": 2,
      "fields": {
        "stripecnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_47f93773c583bdf7": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtscsi_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vtscsi_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_480630cdb4e2d93b": {
      "size": 40,
      "fields": {
        "quarantine_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "quarantine_ios": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_hw_io_t"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4832081f3917f6f7": {
      "size": 16,
      "fields": {
        "msg_msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_mesg"
            }
          },
          "offset": 0
        },
        "msg_retaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_483c94d8814f844d": {
      "size": 4,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rx_hash_result": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "s_wqe_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9a98136c35e905b0"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4848f745c21bc793": {
      "size": 12,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_48529104b210f6a9": {
      "size": 16,
      "fields": {
        "AR_results": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c59e684c1252f5f4"
          },
          "offset": 0
        },
        "AR_versions": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88e5eb0b7a83c488"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4868730367d49588": {
      "size": 16,
      "fields": {
        "TransactionContext128": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "TransactionContext32": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "TransactionContext64": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "TransactionContext96": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_486ce0b8186ba9c0": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hvs_pcb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hvs_pcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_488e3cd0266e9dc3": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bxe_prev_list_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bxe_prev_list_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_48ab956cb5759a27": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_48af02dedc0d9474": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclds"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclds"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_48c5bfc752fbdb91": {
      "size": 4,
      "fields": {
        "is_hdr": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "is_mq": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rq_batch": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_48cc5442db2f5011": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_pooladdr"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_pooladdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_48d5743551250810": {
      "size": 4,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_48f82eea939353dd": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5107c49db47a4e14"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_75d89d0382c411cb"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_49011e579fa468c0": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsstate"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsstate"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_492a4bca556e4fee": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet_data_free"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnet_data_free"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_493356597f220529": {
      "size": 16,
      "fields": {
        "ref": {
          "type": {
            "kind": "union",
            "name": "MR_LD_REF"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_4940c37f3204a8b4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_ruleset"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devfs_ruleset"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4948dc984a31c02b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_btag"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmem_btag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_496e911d3c1d0cd6": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_mmio_region"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pci_mmio_region"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4985ef355e363a9e": {
      "size": 2,
      "fields": {
        "fdeCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "fdeEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "foreign": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "locked": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "needsEKM": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 10,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "secured": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_49938bf7910e8b21": {
      "size": 72,
      "fields": {
        "num_vectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "start_vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vector_list": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_49951ad7ce82e0b7": {
      "size": 20,
      "fields": {
        "nfsv2sf_bavail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nfsv2sf_bfree": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nfsv2sf_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nfsv2sf_bsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nfsv2sf_tsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4998f9dca96289d4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_hash_slab"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uma_hash_slab"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_49ad92839a49d5a3": {
      "size": 9,
      "fields": {
        "ApMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_49b8f5f890249790": {
      "size": 16,
      "fields": {
        "ld": {
          "type": {
            "kind": "union",
            "name": "mfi_ld_ref"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_49c95a06fbf9cc06": {
      "size": 8,
      "fields": {
        "ErrorInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_49d42bab2322577a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "syncache"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "syncache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_49fa7168a29114c9": {
      "size": 48,
      "fields": {
        "AID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FwStaPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "PeerInfo": {
          "type": {
            "kind": "struct",
            "name": "PeerInfo_t"
          },
          "offset": 22
        },
        "Qosinfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "Reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "StnId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "isQosSta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        }
      },
      "kind": "struct"
    },
    "unnamed_4a01b90aa9b79ebd": {
      "size": 16,
      "fields": {
        "io_apic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "io_vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4a213c2db542e865": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_notification_wait"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4a2214046f2d861e": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lkpi_vif"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lkpi_vif"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4a38be64343caeae": {
      "size": 16,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "entry": {
          "type": {
            "kind": "enum",
            "name": "unnamed_046c69d3cf0035a9"
          },
          "offset": 0
        },
        "filter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "set_default": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "ulp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "unnamed_4a3dcfbaac3a32cd": {
      "size": 16,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4a46bed072290acd": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_domain"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dmar_domain"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4a4c6b51948da26f": {
      "size": 26,
      "fields": {
        "rsnnnn_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rsnnnn_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "rsnnnn_name": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "rsnnnn_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_4a4e84f66e19900c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "modlist"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "modlist"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4a4f6263d58d5823": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4a5a0a6b52272c86": {
      "size": 16,
      "fields": {
        "dmamap_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cc1e62ebd1d9d4a4"
          },
          "offset": 0
        },
        "tlb_flush_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4a5e6e2f52faa9b3": {
      "size": 7426,
      "fields": {
        "kvp_delete": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_msg_delete"
          },
          "offset": 0
        },
        "kvp_enum_data": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_msg_enumerate"
          },
          "offset": 0
        },
        "kvp_get": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_msg_get"
          },
          "offset": 0
        },
        "kvp_ip_val": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_ipaddr_value"
          },
          "offset": 0
        },
        "kvp_register": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_register"
          },
          "offset": 0
        },
        "kvp_set": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_msg_set"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4a77b0e873f49b78": {
      "size": 53,
      "fields": {
        "change_op_iq_prop": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f8e680ddbe4cf242"
          },
          "offset": 0
        },
        "create_op_iq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c6e732b2a75e2d11"
          },
          "offset": 0
        },
        "create_op_oq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_536d4d97ca0bd1b0"
          },
          "offset": 0
        },
        "delete_op_queue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_140df86cc7f105a6"
          },
          "offset": 0
        },
        "general_func": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a6edb38f9ed22ebf"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4a7b207079cf4fe1": {
      "size": 16,
      "fields": {
        "p": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4a8a7fb11f4591e5": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bufobj"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bufobj"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4ac68d83e81d1ff0": {
      "size": 16,
      "fields": {
        "ev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4ad70d418ca4c7fd": {
      "size": 56,
      "fields": {
        "intsrc": {
          "type": {
            "kind": "struct",
            "name": "intsrc"
          },
          "offset": 0
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "unnamed_4ad84ec13c6ba2f2": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_mac_filter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4add577f54776701": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_l2tp_hook_private"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4aeb432e30b6ddec": {
      "size": 540,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65e0c93afc148ecd"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4afce726c7c1ba5f": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gntdev_gmap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4afe9d7f914f16ea": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lro_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lro_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4b009ea3521cd776": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfi_kkif"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4b08cca25a0f7cbc": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gntdev_gmap"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4b13f82b0a8f728c": {
      "size": 8,
      "fields": {
        "i": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4b1c175d4a140b04": {
      "size": 40,
      "fields": {
        "app": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "dmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sendresp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 28
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fc7e2230b402a7fb"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_4b23db6daf0c67f9": {
      "size": 8,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_4b436981ebb2752e": {
      "size": 8,
      "fields": {
        "offense_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offense_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offense_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "res1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4b5fcf4337058b8f": {
      "size": 32,
      "fields": {
        "td_dup": {
          "type": {
            "kind": "struct",
            "name": "unnamed_70e73f249853b48b"
          },
          "offset": 0
        },
        "td_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65d4c2a705dc4a4e"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4b69ebdec8ebe23e": {
      "size": 16,
      "fields": {
        "async_event": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "async_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "completed": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "completion_status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "consumed": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "event_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "extended_status": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "hpi_buffer_cmpl": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "mq_tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "rsvd1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "unnamed_4b72a963fe7d9295": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4b8c3c575dc5ad0e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "root_hold_token"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4b8f6fa88660944c": {
      "size": 120,
      "fields": {
        "rsvd0": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4ba2273da00aa931": {
      "size": 8,
      "fields": {
        "bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "extra_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "target": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4ba5c30f1ee3141c": {
      "size": 2,
      "fields": {
        "c2f": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "cpuSel": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "fwn": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "log": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "rw": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "sbs": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "setDivert": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "sld": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "sqn": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4bb9cfa4e685b685": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mpt_cmd"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_mpt_cmd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4bd85dc18e77d16e": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "turnstile"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "turnstile"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4be34679ecaf15a5": {
      "size": 40,
      "fields": {
        "in6p_cksum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "in6p_hops": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 36
        },
        "in6p_icmp6filt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "icmp6_filter"
            }
          },
          "offset": 24
        },
        "in6p_moptions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_moptions"
            }
          },
          "offset": 16
        },
        "in6p_options": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "in6p_outputopts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_pktopts"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4c0a53bb3c6305af": {
      "size": 128,
      "fields": {
        "ccb_pathinq_settings_opaque": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq_settings_fc"
          },
          "offset": 0
        },
        "sas": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq_settings_sas"
          },
          "offset": 0
        },
        "spi": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq_settings_spi"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4c1979cdde702e42": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4c3f125f773d026b": {
      "size": 16,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_318a2a2bf64069f8"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_4c73e678db72d071": {
      "size": 64,
      "fields": {
        "pdb_curstate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pdb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pdb_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pdb_hardaddr_bits": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "pdb_laststate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pdb_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "pdb_portid_bits": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "pdb_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "pdb_prli_svc0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pdb_prli_svc3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "pdb_rcv_dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "pdb_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "pdb_reserved1": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "pdb_retry_timer": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_4c7ee8fe3288fc96": {
      "size": 8,
      "fields": {
        "ext_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "l2tag2_1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "l2tag2_2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_4caefd8d0a39f6de": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4cafc58916e9b595": {
      "size": 16,
      "fields": {
        "lower": {
          "type": {
            "kind": "struct",
            "name": "unnamed_535d6a1f8bc43fb6"
          },
          "offset": 0
        },
        "upper": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d1ef1ab550965387"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4cc21b1cf89dc555": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lltable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4cde215e47bd9b0b": {
      "size": 6,
      "fields": {
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4cedd215429601d6": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_pptpgre_sess"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4cfaa2c5cbec0761": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison_racct"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "prison_racct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4d11755b31e828a2": {
      "size": 2,
      "fields": {
        "hw_vsi_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "q_id": {
          "type": {
            "bit_length": 11,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "vsi_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "vsi_list_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4d261ab5c7c58a3c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerreference"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_powerreference"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4d33553518587d8c": {
      "size": 8,
      "fields": {
        "ata": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_ata"
          },
          "offset": 0
        },
        "scsi": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_scsi"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4d73ad2dcafcdf25": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "bit_length": 23,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "security_protocol_cmds_fw": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "support_additional_msix": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "support_core_affinity": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "support_ext_io_size": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "support_ext_queue_depth": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "support_fastpath_wb": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "support_fp_remote_lun": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "support_max_255lds": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "support_ndrive_r1_lb": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4da756cc819e7b2c": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bridge_rtnode"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bridge_rtnode"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4dd176c1c87bb110": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_dr_state"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_dr_state"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4dd4c4e886d55bf4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keystroke_info"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "keystroke_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4dd691b688dd3a2c": {
      "size": 40,
      "fields": {
        "cParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_compressionParameters"
          },
          "offset": 0
        },
        "fParams": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_frameParameters"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "unnamed_4dedb277c9ba60db": {
      "size": 748,
      "fields": {
        "bitsToWeight": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 480
        },
        "huffWeight": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 493
        },
        "wksp": {
          "type": {
            "kind": "struct",
            "name": "HUF_CompressWeightsWksp"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4dee65f1f8f65c67": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lge_jpool_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4e0c69b918bd7a60": {
      "size": 39,
      "fields": {
        "BarThrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "DialogToken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FwBaContext": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_CONTEXT"
          },
          "offset": 26
        },
        "IdleThrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ParamInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "PeerMacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "QueueId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "ResetSeqNo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "StaSrcMacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 33
        },
        "StartSeqNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 31
        },
        "Tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "WindowSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_4e108738a19b358b": {
      "size": 376,
      "fields": {
        "dummy": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 376
        },
        "l0_mpt_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "l0_mpt_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "l0_mtt_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "l0_mtt_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "l1_mpt_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "l1_mpt_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "l1_mtt_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "l1_mtt_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "perf_count_tpt_credit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "perf_wb_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "perf_wb_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "rxb_no_fast_path_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "rxb_no_slow_path_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "rxb_rxt_no_fast_path_cred_perf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "rxb_rxt_no_slow_path_cred_perf_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "rxc_cq_all_slices_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rxc_eq_all_slices_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "rxc_msix_all_slices_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rxs_no_pxt_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rxt_ctrl_perf_slice_load_fast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "rxt_ctrl_perf_slice_load_slow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "rxt_steering_perf_count_steering0_rse_work_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rxt_steering_perf_count_steering1_rse_work_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rxw_perf_l2_cache_read_hit_ldb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "rxw_perf_l2_cache_read_hit_reqsl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rxw_perf_l2_cache_read_miss_ldb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rxw_perf_l2_cache_read_miss_reqsl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rxw_perf_rx_l1_fast_hit_ldb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "rxw_perf_rx_l1_fast_hit_reqsl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rxw_perf_rx_l1_fast_miss_ldb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "rxw_perf_rx_l1_fast_miss_reqsl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "rxw_perf_rx_l1_slow_hit_ldb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rxw_perf_rx_l1_slow_hit_reqsl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rxw_perf_rx_l1_slow_miss_ldb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rxw_perf_rx_l1_slow_miss_reqsl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "sxd_no_sched_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 352
        },
        "sxd_no_slow_path_sched_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 360
        },
        "sxw_packet_send_sxw2sxp_go_vld": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "sxw_perf_count_steering_hit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 328
        },
        "sxw_perf_count_steering_miss": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 336
        },
        "sxw_perf_count_steering_rse_0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 344
        },
        "sxw_qp_done_due_to_desched": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "sxw_qp_done_due_to_e2e_credits": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "sxw_qp_done_due_to_limited": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "sxw_qp_done_due_to_vl_limited": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "sxw_qp_done_due_to_work_done": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "tpt_indirect_mem_key": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        }
      },
      "kind": "struct"
    },
    "unnamed_4e48690af46891d9": {
      "size": 40,
      "fields": {
        "identify_address_frame_buffer": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_T"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4ea5e5b0ec50c52e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_callout"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "svc_callout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4eada9aa2979a21d": {
      "size": 8,
      "fields": {
        "b64": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "b8": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4eb9daf480c19213": {
      "size": 4,
      "fields": {
        "ChnlWidth": {
          "type": {
            "bit_length": 5,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ExtChnlOffset": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "FreqBand": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4ec9abb780297697": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rtcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_4ecf0f6bd8c8c1d4": {
      "size": 296,
      "fields": {
        "matchState": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_matchState_t"
          },
          "offset": 16
        },
        "nextCBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_compressedBlockState_t"
            }
          },
          "offset": 8
        },
        "prevCBlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_compressedBlockState_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4f1107f1e6eb1627": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evname_elem"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4f1517625528d02b": {
      "size": 8,
      "fields": {
        "m_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "m_slist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_653488f93d1c0424"
          },
          "offset": 0
        },
        "m_stailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9a5960daf9784be4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4f5d6b83f888aec7": {
      "size": 656,
      "fields": {
        "be": {
          "type": {
            "kind": "struct",
            "name": "oce_be_stats"
          },
          "offset": 0
        },
        "xe201": {
          "type": {
            "kind": "struct",
            "name": "oce_xe201_stats"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4f792200e4a40728": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_renderer"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sc_renderer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4f7b1179172a2872": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "null_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "null_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_4f907fbb7c42b62b": {
      "size": 2,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_4f96ce4994cba606": {
      "size": 8,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4f97c00e6d9ed2c5": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_mfilter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4f9c281da8beb7c9": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4fb5fb78bc247a0d": {
      "size": 16,
      "fields": {
        "ActualType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_4fc300df971f7b00": {
      "size": 88,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "sense": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_4fd114974b4435ca": {
      "size": 12,
      "fields": {
        "sign": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "unsign": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5000ba2e96f9ca2a": {
      "size": 16,
      "fields": {
        "nrel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Rel"
            }
          },
          "offset": 0
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_50062917642abe8a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_renderer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5007893e96dcbd9e": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wrqe"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5025519f2a2334f0": {
      "size": 24,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 16
        },
        "ld_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 20
        },
        "pd_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5035037281f99791": {
      "size": 4,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_505373e32495ba1b": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_disk_pending"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_disk_pending"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5074b94f5a9b65e2": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "spdcache_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "spdcache_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5074eb4dd10ea6ae": {
      "size": 4,
      "fields": {
        "force_offline": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "force_online": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "force_rebuild": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 29,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_509ac195931fb85e": {
      "size": 128,
      "fields": {
        "normal_vlans": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "normal_vlan"
            }
          },
          "offset": 0
        },
        "qinq_vlans": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qinq_vlan"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_50bc63ca7da3dfef": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_md_class"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_md_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5105add456350c19": {
      "size": 8,
      "fields": {
        "subcmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5107c49db47a4e14": {
      "size": 16,
      "fields": {
        "domain": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port_number": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "request_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd0": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "subsystem": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "version": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_5117a1ea2a55a4dc": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ioapic"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ioapic"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_512ccfcf4025f37a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrollback"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5141812117ed713c": {
      "size": 8,
      "fields": {
        "ps_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ps_states": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_state_1301"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5147756086a84dc8": {
      "size": 4,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9997f0fc48bf31c0"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_514defe9d89adde0": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_eth_addr_hash_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5e_eth_addr_hash_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_517caafbc66241fa": {
      "size": 56,
      "fields": {
        "allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "extendable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "max_allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ocs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "segment_list": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 8
        },
        "total_allocation_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "unnamed_518a1f7f895d133a": {
      "size": 40,
      "fields": {
        "sh_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sh_addralign": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "sh_entsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sh_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "sh_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sh_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sh_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sh_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_51a39f5bdd22b7e2": {
      "size": 24,
      "fields": {
        "pcm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79e6a85c3ad5cfc"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_51adda885cf5ea15": {
      "size": 24,
      "fields": {
        "op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "opcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "taglen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_51c3b1d2446c0937": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_kkif"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfi_kkif"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_51c6c1549c853c29": {
      "size": 4,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8985638f48950aae"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_51c95b2ea390f8e6": {
      "size": 120,
      "fields": {
        "xy2d": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "yminusx": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "yplusx": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_51d0d571852bd6c7": {
      "size": 16,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "splitLocations": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_520d76b8453487e5": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_config_hook"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_52277de87a8c4eb4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_i"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource_i"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_525f2cc3019645a3": {
      "size": 88,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "cdb_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "sense": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sense_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_526cb4ffc2516f69": {
      "size": 64,
      "fields": {
        "sh_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "sh_addralign": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "sh_entsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "sh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sh_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sh_link": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sh_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sh_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "sh_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sh_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_528c90a58d8fae0e": {
      "size": 8,
      "fields": {
        "pa_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_head"
            }
          },
          "offset": 0
        },
        "pa_headname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5295d5f78a3c591d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtblk_request"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vtblk_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_52f7a889c022cfe2": {
      "size": 16,
      "fields": {
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_53188a8829d4a56c": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_handler"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_532253259142a3ba": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllock"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscllock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_532731ef13d6a575": {
      "size": 32,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "response": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "revision_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "sdi_bw_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "stepping_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_533a4ff9a31e3c59": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_cloner"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_534c0945fb35c76f": {
      "size": 4,
      "fields": {
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "newState": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "symbol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_535d6a1f8bc43fb6": {
      "size": 8,
      "fields": {
        "hi_dword": {
          "type": {
            "kind": "union",
            "name": "unnamed_fb6f668cc4f6b729"
          },
          "offset": 4
        },
        "lo_dword": {
          "type": {
            "kind": "union",
            "name": "unnamed_a190797fbeda13b0"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_536d4d97ca0bd1b0": {
      "size": 53,
      "fields": {
        "coales_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 31
        },
        "elem_arr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5
        },
        "elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 23
        },
        "intr_msg_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 29
        },
        "max_coales_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 37
        },
        "min_coales_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 21
        },
        "ob_pi_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 13
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "queue_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "res3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "res4": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "vend_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "unnamed_538538402c36f83d": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "NProtectFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_543603464c2d57b4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secpolicy"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5445086094d81a2e": {
      "size": 660,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdcfdedf99cd0e3b"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "union",
            "name": "unnamed_ca1176053ff92643"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_544e202954b69ed1": {
      "size": 8,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "res__severity": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "res__srcid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "srcnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_545327f4e8e0c68a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_reserv"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_54693c25276cd613": {
      "size": 16,
      "fields": {
        "ids": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_546c4ab4df2d6fce": {
      "size": 16,
      "fields": {
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_547d20eb40d3c80d": {
      "size": 24,
      "fields": {
        "cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "connected": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "newconf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "original": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_547e888429a00c37": {
      "size": 32,
      "fields": {
        "macs": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_t"
          },
          "offset": 0
        },
        "num_macs_set": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_548b1970cc1c904a": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx_command"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_548ed4beb54fad64": {
      "size": 1,
      "fields": {
        "phy_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_54901f8d68d1f4f0": {
      "size": 100,
      "fields": {
        "delay": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_6367b7b37d5b624e"
            }
          },
          "offset": 4
        },
        "num_eq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_549372bfd6125526": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_549a467329d79f2d": {
      "size": 4,
      "fields": {
        "progress": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_f690eecc345a4575"
          },
          "offset": 2,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "unnamed_549db37c89967ea1": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_54d0ff39e29c49d1": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_dev_watch"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_54f0457614b619df": {
      "size": 16,
      "fields": {
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_55167f67af8a8a5b": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bounce_page"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bounce_page"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_552664a41eedb7b6": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_host"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlm_host"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_55340bd838da3056": {
      "size": 24,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_080272701c029aa7"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_08b494f4c7e27096"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_554b5a7e916df9d8": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mkdir"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mkdir"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5574ad06f6e52a0c": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vlan_mc_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5593739a921c5e7c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngpcb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ngpcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_55b13b3b7bc3e3a7": {
      "size": 24,
      "fields": {
        "device_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "_SCI_STATUS"
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "timer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_55b75b9456d5bdbb": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrv_stable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_55c17b507480756d": {
      "size": 16,
      "fields": {
        "lower": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b17c515c2f6d79ff"
          },
          "offset": 0
        },
        "upper": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d1ef1ab550965387"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5603b4d430632b22": {
      "size": 40,
      "fields": {
        "acked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "cachetime": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "refcnt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        },
        "sockref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tcpseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_5604c49ab27acce2": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdevice"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsdevice"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5620132d509f5e06": {
      "size": 416,
      "fields": {
        "align": {
          "type": {
            "count": 416,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "inp": {
          "type": {
            "kind": "struct",
            "name": "inpcb"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_563930e132938e1a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap_invl_gen"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_56461e410d45ebb0": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "run_tx_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5649206831638d80": {
      "size": 8,
      "fields": {
        "tr_begin": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 0
        },
        "tr_end": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_565323103ffd9683": {
      "size": 1024,
      "fields": {
        "alaw_to_u8": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 256
        },
        "u8_to_alaw": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 768
        },
        "u8_to_ulaw": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 512
        },
        "ulaw_to_u8": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_567f5b0add5a13e7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uma_zone"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_56aa226e994c3bbb": {
      "size": 1,
      "fields": {
        "msg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_56afc220483c41c3": {
      "size": 108,
      "fields": {
        "an": {
          "type": {
            "kind": "struct",
            "name": "virtio_scsi_ctrl_an_resp"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "virtio_scsi_cmd_resp"
          },
          "offset": 0
        },
        "tmf": {
          "type": {
            "kind": "struct",
            "name": "virtio_scsi_ctrl_tmf_resp"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_56d59a915cd5b0ca": {
      "size": 24,
      "fields": {
        "_ifcs_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "_ifcs_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "_ifcs_minifs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_56da5270ecdea09d": {
      "size": 64,
      "fields": {
        "ct_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ct_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "ct_iid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ct_iid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ct_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ct_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "ct_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "ct_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ct_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ct_scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "ct_seg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ct_senselen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ct_syshandle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ct_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ct_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ct_xflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "rsp": {
          "type": {
            "kind": "union",
            "name": "unnamed_ff61dd76d9e36023"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "unnamed_56e9605585341fc4": {
      "size": 40,
      "fields": {
        "drop_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 16
        },
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "xmit_cnt": {
          "type": {
            "kind": "struct",
            "name": "pktcntr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_56fd5cfebb2d5fe5": {
      "size": 2,
      "fields": {
        "LogDev": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7e6dceb68e312851"
          },
          "offset": 0
        },
        "LogUnit": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9a6569ab7629b6f8"
          },
          "offset": 0
        },
        "PeripDev": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9fed923277e401dc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_570ba86454aa76f5": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ffs_blkfree_trim_params"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ffs_blkfree_trim_params"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_571c8f2d9017971e": {
      "size": 128,
      "fields": {
        "add_memtype": {
          "type": {
            "kind": "struct",
            "name": "xenpf_add_memtype_t"
          },
          "offset": 0
        },
        "change_freq": {
          "type": {
            "kind": "struct",
            "name": "xenpf_change_freq_t"
          },
          "offset": 0
        },
        "core_parking": {
          "type": {
            "kind": "struct",
            "name": "xenpf_core_parking_t"
          },
          "offset": 0
        },
        "cpu_add": {
          "type": {
            "kind": "struct",
            "name": "xenpf_cpu_hotadd_t"
          },
          "offset": 0
        },
        "cpu_ol": {
          "type": {
            "kind": "struct",
            "name": "xenpf_cpu_ol_t"
          },
          "offset": 0
        },
        "del_memtype": {
          "type": {
            "kind": "struct",
            "name": "xenpf_del_memtype_t"
          },
          "offset": 0
        },
        "dom0_console": {
          "type": {
            "kind": "struct",
            "name": "xenpf_dom0_console_t"
          },
          "offset": 0
        },
        "efi_runtime_call": {
          "type": {
            "kind": "struct",
            "name": "xenpf_efi_runtime_call_t"
          },
          "offset": 0
        },
        "enter_acpi_sleep": {
          "type": {
            "kind": "struct",
            "name": "xenpf_enter_acpi_sleep_t"
          },
          "offset": 0
        },
        "firmware_info": {
          "type": {
            "kind": "struct",
            "name": "xenpf_firmware_info_t"
          },
          "offset": 0
        },
        "getidletime": {
          "type": {
            "kind": "struct",
            "name": "xenpf_getidletime_t"
          },
          "offset": 0
        },
        "mem_add": {
          "type": {
            "kind": "struct",
            "name": "xenpf_mem_hotadd_t"
          },
          "offset": 0
        },
        "microcode": {
          "type": {
            "kind": "struct",
            "name": "xenpf_microcode_update_t"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pcpu_info": {
          "type": {
            "kind": "struct",
            "name": "xenpf_pcpuinfo_t"
          },
          "offset": 0
        },
        "pcpu_version": {
          "type": {
            "kind": "struct",
            "name": "xenpf_pcpu_version_t"
          },
          "offset": 0
        },
        "platform_quirk": {
          "type": {
            "kind": "struct",
            "name": "xenpf_platform_quirk_t"
          },
          "offset": 0
        },
        "read_memtype": {
          "type": {
            "kind": "struct",
            "name": "xenpf_read_memtype_t"
          },
          "offset": 0
        },
        "resource_op": {
          "type": {
            "kind": "struct",
            "name": "xenpf_resource_op_t"
          },
          "offset": 0
        },
        "set_pminfo": {
          "type": {
            "kind": "struct",
            "name": "xenpf_set_processor_pminfo_t"
          },
          "offset": 0
        },
        "settime": {
          "type": {
            "kind": "struct",
            "name": "xenpf_settime_t"
          },
          "offset": 0
        },
        "settime32": {
          "type": {
            "kind": "struct",
            "name": "xenpf_settime32_t"
          },
          "offset": 0
        },
        "settime64": {
          "type": {
            "kind": "struct",
            "name": "xenpf_settime64_t"
          },
          "offset": 0
        },
        "symdata": {
          "type": {
            "kind": "struct",
            "name": "xenpf_symdata_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_57296ceb1f69b80c": {
      "size": 2,
      "fields": {
        "sas1_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2bcefbc4c96ddbd8"
          },
          "offset": 0
        },
        "sas2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5cfb71e41912967c"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5730a7809023bb64": {
      "size": 8,
      "fields": {
        "nd_cook": {
          "type": {
            "kind": "struct",
            "name": "unnamed_847a9afac5ee04b3"
          },
          "offset": 0
        },
        "nf_silly": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sillyrename"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_57386eef1ec1dff3": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_d"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bpf_d"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_57437812dda6d4d7": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_vlan_filter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_57601d75efd880b4": {
      "size": 56,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_136f593482222a87"
          },
          "offset": 24,
          "anonymous": true
        },
        "uxdg_cc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "uxdg_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "uxdg_mb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bdfb423221cc4a6b"
          },
          "offset": 0
        },
        "uxdg_mbcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "uxdg_peeked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_5783d056c4ba860a": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "common_symbol"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "common_symbol"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_57c38f60ba76d627": {
      "size": 48,
      "fields": {
        "a": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "b": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "g": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_57c3c52c9a844fa4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rm_priotracker"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rm_priotracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_57f26f267244cbe1": {
      "size": 15,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ChannelFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 11
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "CurrentChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_57fc3dfdc7603a85": {
      "size": 8,
      "fields": {
        "fflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kf_fflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_58363a34eb420c79": {
      "size": 56,
      "fields": {
        "nlm_cancel_1_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        },
        "nlm_granted_1_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        },
        "nlm_lock_1_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        },
        "nlm_test_1_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_testres"
          },
          "offset": 0
        },
        "nlm_unlock_1_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_58428822692fb568": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_58ac41f517f9e9c1": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_tracker"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvme_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_58b21f6dfa6b8915": {
      "size": 6,
      "fields": {
        "lan": {
          "type": {
            "kind": "struct",
            "name": "unnamed_92702e601a650207"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_58c4ab3824bee136": {
      "size": 12,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 0
        },
        "new_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pre_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_58fcd5b873e35941": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bio"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_59045bc26602c6a4": {
      "size": 64,
      "fields": {
        "req_dataseg": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ispds64_t"
            }
          },
          "offset": 4
        },
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_591255026c066aba": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rctl_rule_link"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rctl_rule_link"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_591e5436afaccd81": {
      "size": 288,
      "fields": {
        "vport_stats": {
          "type": {
            "count": 72,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vps": {
          "type": {
            "kind": "struct",
            "name": "vport_stats"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5922a3ed602eb2fa": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvd_controller"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvd_controller"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5926695c90e695de": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "more_packets": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "phy_id": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "port10": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port3": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "port4": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port5": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port6": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port7": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port8": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port9": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "sequel": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "sequence_num": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_597da99613ce795d": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_file"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linker_file"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_599d1261de5d1edd": {
      "size": 1,
      "fields": {
        "minmax": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_59a6ec5179e8ca3f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslockfile"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfslockfile"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_59a96544370402ed": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_59c802946a31a898": {
      "size": 140,
      "fields": {
        "asic_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "config_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "cqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "cqid_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "eqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "eqid_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "function_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "function_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ulp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_c1ad32a29f67a537"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_59d42254a9c33219": {
      "size": 12,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 8
        },
        "strip": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5a2139bd5d11d066": {
      "size": 8,
      "fields": {
        "s1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_5a5732a8a6efe294": {
      "size": 296,
      "fields": {
        "in_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "in_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "out_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "out_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "payload": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_5a5bb1872bbeb951": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kpooladdr"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kpooladdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5a5dde4b593fa763": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_tr_class"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_tr_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5a662c603ebfcf8c": {
      "size": 4,
      "fields": {
        "max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_5a74601a70d6732a": {
      "size": 32,
      "fields": {
        "kf_eventfd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "kf_eventfd_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "kf_eventfd_spareint": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "kf_eventfd_value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5a83a2033f42a6d1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsconf"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vfsconf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5a92a1777e98e20a": {
      "size": 16,
      "fields": {
        "in": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "in6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5aade6892154a647": {
      "size": 24,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "devfn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "segment": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_5ab33d68a6c6ab74": {
      "size": 8,
      "fields": {
        "hi_dword": {
          "type": {
            "kind": "union",
            "name": "unnamed_e986a370596ab150"
          },
          "offset": 4
        },
        "lo_dword": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a41d35e067b61c3"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5acb68ef231eb758": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lockf_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5ae4614f9f5d2065": {
      "size": 8,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5b0f48b744d0f35e": {
      "size": 248,
      "fields": {
        "ndmu3_cookies": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfsuint64"
            }
          },
          "offset": 0
        },
        "ndmu4_cookies": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5b1d91a0542a2f6e": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uidinfo"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uidinfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5b4c86f6f26f9d43": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "apic_enumerator"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5b69866551d79eae": {
      "size": 96,
      "fields": {
        "active": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1dfb1fe478d623ed"
          },
          "offset": 32
        },
        "inactive": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1dfb1fe478d623ed"
          },
          "offset": 64
        },
        "queues": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_rulequeue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5b7f0e18d876d5ef": {
      "size": 24,
      "fields": {
        "b": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "h": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "t": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_5bc95ccba9df20f5": {
      "size": 112,
      "fields": {
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 104
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "unnamed_5be67bd235bd3df0": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfslock"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfslock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5bfd51a49a6de672": {
      "size": 4,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "number_popped": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "se": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_5bff60187d02174d": {
      "size": 104,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "ibitm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "ibits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "lineno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "logval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "obitm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "obits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "param": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "unnamed_5c0964ff16cf764d": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iwm_notification_wait"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "iwm_notification_wait"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5c0bbfda6976e69c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "namecache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5c2743d458354a82": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5c54b0f2a82bb3d6": {
      "size": 8,
      "fields": {
        "addr4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "addr6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_addr"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5c7403d3a20e5484": {
      "size": 32,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2907dc9163d46b95"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8f7f1b20dc45c1ab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5c74a3fe2065dc70": {
      "size": 24,
      "fields": {
        "Vpd": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "numVpd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pd_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pwr_t4": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_5c7701aae1e13ffb": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_qcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5c9a3e5d611c511e": {
      "size": 0,
      "fields": {
        "ffm": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nfsffm"
            }
          },
          "offset": 0
        },
        "fh": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsfh"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5ca715f7c522a41c": {
      "size": 4,
      "fields": {
        "cq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_5cac1c095b0499e8": {
      "size": 16,
      "fields": {
        "rsvd0": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5cba012c3ae4b1f2": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kq_timer_cb_data"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kq_timer_cb_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5ccd635b0c43ba38": {
      "size": 16,
      "fields": {
        "addr4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "addr6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5cd3f06680b3a3b9": {
      "size": 68,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "DeviceCaps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "FWReleaseNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "HostIf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "NumOfMCastAdr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "NumTxQueues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "PermanentAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "RegionCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "RxPdWrPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "TotalRxWcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "TxWcbNumPerQueue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WcbBase": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "ulFwAwakeCookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_5cd4285939abedd7": {
      "size": 6,
      "fields": {
        "AddChan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ControlChan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "OpMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "stbc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_5ce4917360cefed7": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_deferral"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfsync_deferral"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5cfb71e41912967c": {
      "size": 2,
      "fields": {
        "expander_change_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5d28ad4ece6080e3": {
      "size": 16,
      "fields": {
        "pa_hook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_hook"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9405b291f94480b"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_5d36356099f9640a": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "scb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5d3cac570714025a": {
      "size": 1024,
      "fields": {
        "bdl": {
          "type": {
            "kind": "struct",
            "name": "ida_blink_drv_leds"
          },
          "offset": 0
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ci": {
          "type": {
            "kind": "struct",
            "name": "ida_controller_info"
          },
          "offset": 0
        },
        "di": {
          "type": {
            "kind": "struct",
            "name": "ida_drive_info"
          },
          "offset": 0
        },
        "die": {
          "type": {
            "kind": "struct",
            "name": "ida_drive_info_ext"
          },
          "offset": 0
        },
        "ds": {
          "type": {
            "kind": "struct",
            "name": "ida_drive_status"
          },
          "offset": 0
        },
        "ll": {
          "type": {
            "kind": "struct",
            "name": "ida_label_logical"
          },
          "offset": 0
        },
        "pdi": {
          "type": {
            "kind": "struct",
            "name": "ida_phys_drv_info"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5d48b2e0fd181ce0": {
      "size": 2,
      "fields": {
        "sas1_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_db2493bab33e6701"
          },
          "offset": 0
        },
        "sas2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_34cc750bc7eb49f8"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5d4a62f9b3526715": {
      "size": 4,
      "fields": {
        "gain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pa_det": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "temp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5d7bb7d2caea6366": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_lookup_module"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fib_lookup_module"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5d81823287c1be3c": {
      "size": 24,
      "fields": {
        "fb": {
          "type": {
            "kind": "struct",
            "name": "ss_fb"
          },
          "offset": 0
        },
        "prio": {
          "type": {
            "kind": "struct",
            "name": "ss_prio"
          },
          "offset": 0
        },
        "rr": {
          "type": {
            "kind": "struct",
            "name": "ss_rr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5dde024b4d84071f": {
      "size": 16,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "task_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5e081a67aa932a49": {
      "size": 12,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        },
        "max_types": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "num_types": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5e1988da87a80f80": {
      "size": 4,
      "fields": {
        "bg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "fg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5e1f8c7ebfd2f6bb": {
      "size": 368,
      "fields": {
        "defaultStepNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "numStepsInLadder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "optStep": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "GAIN_OPTIMIZATION_STEP"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5e244f84c473a35a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_disk"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5e33dd7ba3954b61": {
      "size": 24,
      "fields": {
        "kz_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "kz_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kz_zone": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uma_zone"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_5e47e7634fd5683d": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ip6hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_hdr"
            }
          },
          "offset": 0
        },
        "iphdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5e7e4e735ea179e4": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5e81dbf67680f3db": {
      "size": 16,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "program": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_5ea3c68447a367f7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "host_packet"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "host_packet"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5eeb3f1c692fee21": {
      "size": 8,
      "fields": {
        "LogDev": {
          "type": {
            "kind": "struct",
            "name": "LogDevAddr_struct"
          },
          "offset": 0
        },
        "LunAddrBytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PhysDev": {
          "type": {
            "kind": "struct",
            "name": "PhysDevAddr_struct"
          },
          "offset": 0
        },
        "SCSI3Lun": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "SCSI3Addr_struct"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5f0b5d9f94f456b1": {
      "size": 64,
      "fields": {
        "chunk_id": {
          "type": {
            "kind": "struct",
            "name": "chk_id"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "struct",
            "name": "sctp_data_chunkrec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5f1ac964dc5a777b": {
      "size": 4,
      "fields": {
        "clear": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "copyBack": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "erase": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "locate": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "patrol": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rbld": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 26,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5f22e1f982ada5f4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secspacq"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secspacq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5f388e8920f6120c": {
      "size": 16,
      "fields": {
        "bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "entries": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "union",
              "name": "ccb_priv_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_5f3e1c66e71cef62": {
      "size": 64,
      "fields": {
        "e_ehsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "e_entry": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "e_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "e_ident": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "e_machine": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "e_phentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "e_phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "e_phoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "e_shentsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "e_shnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "e_shoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "e_shstrndx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "e_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "e_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_5f43810dff0dfd63": {
      "size": 296,
      "fields": {
        "devid": {
          "type": {
            "kind": "struct",
            "name": "read_element_status_device_id"
          },
          "offset": 36
        },
        "pvoltag": {
          "type": {
            "kind": "struct",
            "name": "volume_tag"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_5f7b39de4f54153c": {
      "size": 324,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_33f934c7fbf9c144"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2fadf6289407c4f1"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_5f911a6cfc93177c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllayout"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscllayout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5fa6e92c02dc8e44": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf_edge"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lockf_edge"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_5faf33d91dd450c0": {
      "size": 4,
      "fields": {
        "dsp_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rf_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_5fc799fe2d812ed3": {
      "size": 4,
      "fields": {
        "countryCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "regDmnEnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_5fff276e3042d26f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "diradd"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "diradd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6002481afd90e680": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_ed"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_ed"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_600c6c080f2231f5": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audit_pipe_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audit_pipe_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_605195adf8c18579": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "grouptask"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "grouptask"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_607fa75fadf52c42": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6082e9afdbd83df9": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sleepqueue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6089f0c9a7dea630": {
      "size": 20,
      "fields": {
        "port_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e22c6c615d1e50ce"
          },
          "offset": 0
        },
        "sl2vl_tbl_change_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e089d8cca060a435"
          },
          "offset": 0
        },
        "tbl_change_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_05526a5a4a82f6ed"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_60adb5454778599f": {
      "size": 16,
      "fields": {
        "idata": {
          "type": {
            "kind": "union",
            "name": "initiator_data"
          },
          "offset": 0
        },
        "istatus": {
          "type": {
            "kind": "struct",
            "name": "initiator_status"
          },
          "offset": 0
        },
        "tdata": {
          "type": {
            "kind": "struct",
            "name": "target_data"
          },
          "offset": 0
        },
        "tstatus": {
          "type": {
            "kind": "struct",
            "name": "target_status"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_60b049225ef834eb": {
      "size": 24,
      "fields": {
        "fn_arg1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "fn_arg2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "fn_fn": {
          "type": {
            "kind": "union",
            "name": "unnamed_d69087d0d0d5a342"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_60c4e6ba208bdc01": {
      "size": 4,
      "fields": {
        "flow_id_ipv6": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_60e8589dc8e983ac": {
      "size": 112,
      "fields": {
        "cfc_del": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_cfc_del_params"
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_init_params"
          },
          "offset": 0
        },
        "setup": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_setup_params"
          },
          "offset": 0
        },
        "terminate": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_terminate_params"
          },
          "offset": 0
        },
        "tx_only": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_setup_tx_only_params"
          },
          "offset": 0
        },
        "update": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_update_params"
          },
          "offset": 0
        },
        "update_tpa": {
          "type": {
            "kind": "struct",
            "name": "ecore_queue_update_tpa_params"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_60f0a8050cc5165a": {
      "size": 32,
      "fields": {
        "stateLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stateTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "symbolTT": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_60f52a530036add1": {
      "size": 8,
      "fields": {
        "period": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "period_factor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_612450faa897ee41": {
      "size": 4,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_02ca730f8868c02f"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1243331655ac5377"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_6147f7c1740b7d09": {
      "size": 12,
      "fields": {
        "newState": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 0
        },
        "prevState": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_6148b7e80e7ef22b": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uld_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_616db837bb21f7c8": {
      "size": 72,
      "fields": {
        "build_date": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "build_time": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "name": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_616eac594cafb07e": {
      "size": 8,
      "fields": {
        "bbp_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nregwin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_618b9a0d584098f1": {
      "size": 8,
      "fields": {
        "_band": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6193b192dba0fc9b": {
      "size": 64,
      "fields": {
        "pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "th": {
          "type": {
            "kind": "struct",
            "name": "run_tx_radiotap_header"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_619ef10d9f7a1f05": {
      "size": 24,
      "fields": {
        "params": {
          "type": {
            "kind": "union",
            "name": "unnamed_6089f0c9a7dea630"
          },
          "offset": 4
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_61c573593176b958": {
      "size": 8,
      "fields": {
        "next_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "res": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_61d3244f778f7ef3": {
      "size": 2072,
      "fields": {
        "array": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ISCI_REMOTE_DEVICE"
              }
            }
          },
          "offset": 16
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_61df229e041b4919": {
      "size": 12,
      "fields": {
        "align_insertion_frequency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "in_connection_align_insertion_frequency": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_speed_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "notify_enable_spin_up_insertion_frequency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_61e40617377a6eb0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jseg"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "jseg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_61edd831df14fadd": {
      "size": 52,
      "fields": {
        "chan_props": {
          "type": {
            "kind": "struct",
            "name": "vmstor_chan_props"
          },
          "offset": 0
        },
        "multi_channels_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "struct",
            "name": "vmstor_proto_ver"
          },
          "offset": 0
        },
        "vm_srb": {
          "type": {
            "kind": "struct",
            "name": "vmscsi_req"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_61f92ed7309ce724": {
      "size": 24,
      "fields": {
        "Simple": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "Transaction": {
          "type": {
            "kind": "struct",
            "name": "SGE_TRANSACTION_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_621969cfeef2cd69": {
      "size": 224,
      "fields": {
        "rtm": {
          "type": {
            "kind": "struct",
            "name": "rt_msghdr"
          },
          "offset": 0
        },
        "sdl": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 168
        },
        "sin": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "unnamed_6235c75688959cf6": {
      "size": 8,
      "fields": {
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "offense_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offense_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offense_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_62503300f70b63cf": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcbport"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inpcbport"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_626ad229dd2c4424": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "apei_ge"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "apei_ge"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_629de2a06e0c751e": {
      "size": 12,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 0
        },
        "new_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "prev_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_62f4e453afd2bfd6": {
      "size": 3,
      "fields": {
        "maxtxpwr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "schan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6328029776f038d9": {
      "size": 140,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4b8f6fa88660944c"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_59c802946a31a898"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6367b7b37d5b624e": {
      "size": 12,
      "fields": {
        "dm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "eq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_6377e881936472f2": {
      "size": 16,
      "fields": {
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_63c740ba304b3392": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "owner_edge"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "owner_edge"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_63d4e94b977bacc0": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "Elf_Note"
          },
          "offset": 0
        },
        "trans_osrel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_63e42ff8018700e1": {
      "size": 2064,
      "fields": {
        "CTable": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "repeatMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4996f0646c5e9f19"
          },
          "offset": 2056
        }
      },
      "kind": "struct"
    },
    "unnamed_63e7a7ededf5fcd2": {
      "size": 12,
      "fields": {
        "timer_hpts_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "timer_pacing_to": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "timer_timer_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_63f619cd49c4a5f1": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uld_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_63fd9fd9f280dec4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selfd"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "selfd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_64056029e3a1c903": {
      "size": 16,
      "fields": {
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6407e83dfc4cef2b": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "urb"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "urb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_646aaadb825dca56": {
      "size": 16,
      "fields": {
        "_pfra_ip4addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "_pfra_ip6addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_64b64b22df9dc4a2": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gntdev_gref"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_64b7bdafb8156add": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "prison"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_64c2c9651da581da": {
      "size": 236,
      "fields": {
        "embedded": {
          "type": {
            "count": 59,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sgl": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "oce_mq_sge"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_64c744fa92354601": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cbb_reslist"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_64d064569d06ca21": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_rxbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_64e60d6cfe967d04": {
      "size": 4,
      "fields": {
        "dsp_gain": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rf_gain": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_64f748d77f156027": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_650f1309e21cb1a5": {
      "size": 16,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_650f549512ee6e43": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lkpi_txq"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lkpi_txq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_653488f93d1c0424": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_654cf879b922090e": {
      "size": 128,
      "fields": {
        "fc": {
          "type": {
            "kind": "struct",
            "name": "ccb_sim_knob_settings_fc"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "sas": {
          "type": {
            "kind": "struct",
            "name": "ccb_sim_knob_settings_sas"
          },
          "offset": 0
        },
        "spi": {
          "type": {
            "kind": "struct",
            "name": "ccb_sim_knob_settings_spi"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_65703708f79b8d77": {
      "size": 4,
      "fields": {
        "i": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "struct",
            "name": "csrreg"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_65ab94bb2037f857": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmd_irq_user"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_65cdb7b1bd1061d0": {
      "size": 32,
      "fields": {
        "T": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "bCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "hashBitLen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_65d207667efdc447": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gtask"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_65d40db778a5ef33": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trim_blkreq"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "trim_blkreq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_65d46faca24b2f36": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_stream_out"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_stream_out"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_65d4c2a705dc4a4e": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tmpfs_dirent"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_65df60429b3eac39": {
      "size": 16,
      "fields": {
        "vm_cpuid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vm_guest": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_65e0c93afc148ecd": {
      "size": 540,
      "fields": {
        "cntl_attr_info": {
          "type": {
            "kind": "struct",
            "name": "mgmt_cntl_attr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_65fdda748a9afd1f": {
      "size": 4,
      "fields": {
        "embedded": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "sge_count": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "special": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_66040231cb4cfdd3": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_part_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_part_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_66171f7552371b13": {
      "size": 24,
      "fields": {
        "cap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "enable_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "mac_invalid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vlan_tag": {
          "type": {
            "kind": "struct",
            "name": "ntwk_if_vlan_tag"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_665076f8b3ecd16f": {
      "size": 16,
      "fields": {
        "dest_hi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dest_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "extcode": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_66521fd864c48724": {
      "size": 4,
      "fields": {
        "eq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_665912f16a8ac664": {
      "size": 4,
      "fields": {
        "AddChan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ControlChan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "OpMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "stbc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_6661b9bedc740bb8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpt_softc"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpt_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6669ebd89c475787": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_666bd4bad0a45f48": {
      "size": 27292,
      "fields": {
        "LLTable": {
          "type": {
            "count": 513,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 0
        },
        "MLTable": {
          "type": {
            "count": 513,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 6160
        },
        "OFTable": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_seqSymbol"
            }
          },
          "offset": 4104
        },
        "hufTable": {
          "type": {
            "count": 4097,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10264
        },
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26652
        },
        "workspace": {
          "type": {
            "count": 157,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 26664
        }
      },
      "kind": "struct"
    },
    "unnamed_669c5c3d7fb04f78": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_hal_rf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_hal_rf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_66b5c53bfca31c4b": {
      "size": 64,
      "fields": {
        "in_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "in_fwhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "in_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "in_np_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "in_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "in_nport_id_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "in_nport_id_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "in_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "in_portid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "in_portid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "in_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "in_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "in_reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "in_reserved4": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 38
        },
        "in_reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "in_reserved6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "in_reserved7": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "in_reserved8": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "in_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "in_srr_iu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "in_srr_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "in_srr_reloff_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "in_srr_reloff_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "in_srr_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "in_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "in_status_subcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "in_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "unnamed_66c59bcba50e6801": {
      "size": 13,
      "fields": {
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved6": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "usb_opt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_66d7e0a6e770a8c2": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_67092e7426d9da2e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aioliojob"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aioliojob"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_671401deb1027a78": {
      "size": 112,
      "fields": {
        "active": {
          "type": {
            "kind": "struct",
            "name": "unnamed_74ee9d932e5c2a4d"
          },
          "offset": 32
        },
        "inactive": {
          "type": {
            "kind": "struct",
            "name": "unnamed_74ee9d932e5c2a4d"
          },
          "offset": 72
        },
        "queues": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "pf_krulequeue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_671e413f0c822a07": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rb_node"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6722d7d76f2e0fb2": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_vss_req_internal"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_vss_req_internal"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6756c1b772b4ff2c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tmit_chunk"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_tmit_chunk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_675d6102c01c6a0b": {
      "size": 4101,
      "fields": {
        "txu_fullbuf": {
          "type": {
            "count": 4101,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "txu_midbuf": {
          "type": {
            "kind": "struct",
            "name": "_midbuf"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6780db00e0d219e0": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventtimer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_67980b47d2ef8e69": {
      "size": 8,
      "fields": {
        "_overrun": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "_timerid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_679e4cbd0531c4ff": {
      "size": 4,
      "fields": {
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_67a4573406eb71a7": {
      "size": 4,
      "fields": {
        "tcp_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tcp_fields": {
          "type": {
            "kind": "struct",
            "name": "unnamed_89a3cc4de4d737e0"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_67c456b11776bb01": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvd_controller"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvd_controller"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_67c488a5b56d6189": {
      "size": 36,
      "fields": {
        "gid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "links": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "mode": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "uid": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_67f79abcb96d37bd": {
      "size": 8,
      "fields": {
        "addressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "addressLow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_67fdbca6afae39d3": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keystroke_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_68037b3ae01f83f3": {
      "size": 32,
      "fields": {
        "collectSequences": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "maxSequences": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "seqIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "seqStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_Sequence"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_681e34cf78297939": {
      "size": 12,
      "fields": {
        "data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_68244d4fd721f955": {
      "size": 288,
      "fields": {
        "X": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "b": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "Skein_Ctxt_Hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_683302afcf1075cb": {
      "size": 1,
      "fields": {
        "cmd_resv": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ret_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_68452cd14c29b37f": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf_xennet"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_68856706d19a167b": {
      "size": 44,
      "fields": {
        "AesKey": {
          "type": {
            "kind": "struct",
            "name": "AES_TYPE_KEY"
          },
          "offset": 0
        },
        "TkipKey": {
          "type": {
            "kind": "struct",
            "name": "TKIP_TYPE_KEY"
          },
          "offset": 0
        },
        "WepKey": {
          "type": {
            "kind": "struct",
            "name": "WEP_TYPE_KEY"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_68938f2d8a5cfcf3": {
      "size": 580,
      "fields": {
        "cipher": {
          "type": {
            "kind": "struct",
            "name": "cipherInstance"
          },
          "offset": 560
        },
        "key": {
          "type": {
            "kind": "struct",
            "name": "keyInstance"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_689e29e5def1a390": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "agp_memory"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "agp_memory"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_68a380f8d44fdbdf": {
      "size": 16,
      "fields": {
        "nd_direof": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "nf_mtim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_68f832c1fb5598b7": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_bulkxfer"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fw_bulkxfer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_68fe1bd9dd72c26d": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcmchan_syncgroup"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_690010daf53f848c": {
      "size": 2,
      "fields": {
        "flu_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "sw_resp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6917bca506349264": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sdt_argtype"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sdt_argtype"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6926ae64be48a4e9": {
      "size": 8,
      "fields": {
        "sle": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0e56dcb86c732e03"
          },
          "offset": 0
        },
        "stqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5c7701aae1e13ffb"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_692afd2dd6e2cfbe": {
      "size": 4,
      "fields": {
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "permanent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6938372e34fd9932": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mfi_cmd"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_mfi_cmd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_693867f603108766": {
      "size": 24,
      "fields": {
        "ssn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sta": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_sta"
            }
          },
          "offset": 8
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_694c5a3c4e47f536": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_provider"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_694e8e2623b7e373": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acl"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_695cd8ee483ebce8": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211com"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_697aa534b1eb5534": {
      "size": 16,
      "fields": {
        "key16": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "key32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "key8": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6980573cb01b95b8": {
      "size": 36,
      "fields": {
        "bs_bmissthreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "bs_cfpmaxduration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "bs_cfpnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bs_cfpperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "bs_dtimperiod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bs_intval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bs_nextdtim": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "bs_nexttbtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bs_sleepduration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "bs_timoffset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "bs_tsfoor_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_699b1ce80969d0d1": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "apm_clone_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "apm_clone_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_69af3b485ef02131": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ksiginfo"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ksiginfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_69bdb673d8ec48c2": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ural_tx_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_69c722aa6a7abb49": {
      "size": 4,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "eq_id": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "io": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "number_popped": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_69d133acef0ae97e": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_69e92d89ad4c418c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_hook"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfil_hook"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_69ed6604bbdee7b9": {
      "size": 12,
      "fields": {
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rtcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_6a00c1039e74ceae": {
      "size": 8,
      "fields": {
        "gmfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6a1aca5097bd794b": {
      "size": 8,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_6a2937657029d962": {
      "size": 6,
      "fields": {
        "component": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6a530c21f114764a": {
      "size": 16,
      "fields": {
        "nrela": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "rela": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf64_Rela"
            }
          },
          "offset": 0
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_6a6e8f33128bd5f9": {
      "size": 4,
      "fields": {
        "max_number_concurrent_device_spin_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mode_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ssc_sas_tx_spread_level": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ssc_sas_tx_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ssc_sata_tx_spread_level": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_6a7b11330dc5b16d": {
      "size": 8,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6a85409dbd6dccec": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "accept_filter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6aa0022bdfc0fbd4": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hc_metrics"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6ae2f02ac871930a": {
      "size": 352,
      "fields": {
        "port_qos": {
          "type": {
            "kind": "struct",
            "name": "ice_qos_params"
          },
          "offset": 0
        },
        "prep": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 344
        }
      },
      "kind": "struct"
    },
    "unnamed_6ae56d7a6a190ce7": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_node"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_log_id_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6b021ccbabc9514e": {
      "size": 12,
      "fields": {
        "delay_multiplier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "eq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phase": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_6b19387ab0c4d709": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6b32ee952192d8be": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_evt_queue_elm"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_evt_queue_elm"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6b6ff9a64ba06aec": {
      "size": 24,
      "fields": {
        "swp_blks": {
          "type": {
            "kind": "struct",
            "name": "pctrie"
          },
          "offset": 8
        },
        "swp_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "writemappings": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_6b8a12d65b87bdfe": {
      "size": 8,
      "fields": {
        "ss": {
          "type": {
            "kind": "struct",
            "name": "unnamed_193ca21dcf635ce1"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6bbd80dbe4822cf7": {
      "size": 8,
      "fields": {
        "coalesce": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fill": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6bc8d013ea6fe8f8": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "au_token"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "au_token"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6c035cf7439f25fa": {
      "size": 4,
      "fields": {
        "resvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "smid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6c0c144b403768ef": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_gate_route"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_mesh_gate_route"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6c1417083f1593e8": {
      "size": 4,
      "fields": {
        "ctl": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_6c6b6c6598610ae7": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tty"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6c6bb3f24ec73a55": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_kentry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6c8e16e159149e8a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_part_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6c901a5f961faf85": {
      "size": 8,
      "fields": {
        "app_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "crc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ref_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_6cc4ddb81cd1921f": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_sim"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_sim"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6cc7468856c237d8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_system_pd"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_system_pd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6cd86915667fad3b": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_fw_event_work"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_fw_event_work"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6d20f60b1dbd70f8": {
      "size": 2,
      "fields": {
        "Rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "TryCount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6d37d77b3d980d2a": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6d72f7c91f340e9b": {
      "size": 408,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "iface_rx_filter_ctx_t"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "iface_rx_filter_ctx_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6d9e63d931427320": {
      "size": 20,
      "fields": {
        "id_data": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "id_ip": {
          "type": {
            "kind": "struct",
            "name": "id_ip"
          },
          "offset": 0
        },
        "id_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "id_radv": {
          "type": {
            "kind": "struct",
            "name": "icmp_ra_addr"
          },
          "offset": 0
        },
        "id_ts": {
          "type": {
            "kind": "struct",
            "name": "id_ts"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6db8e9710d525649": {
      "size": 4,
      "fields": {
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6dbbe0a0709414c8": {
      "size": 16,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "sctplist_listhead"
          },
          "offset": 0
        },
        "wheel": {
          "type": {
            "kind": "struct",
            "name": "sctpwheel_listhead"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6e0b153257017786": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bridge_iflist"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bridge_iflist"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6e11ef3d43690134": {
      "size": 60,
      "fields": {
        "pe_blockradar": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "pe_en_relstep_check": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "pe_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "pe_enmaxrssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "pe_enrelpwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "pe_extchannel": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pe_firpwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pe_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pe_inband": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pe_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "pe_prssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pe_relpwr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pe_relstep": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pe_rrssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pe_usefir128": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_6e1a4a274b0baeea": {
      "size": 32,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "func2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6e21a367fc366356": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "carp_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6e253cb7371e4972": {
      "size": 32,
      "fields": {
        "args": {
          "type": {
            "kind": "struct",
            "name": "ocs_ioctl_ddump_arg_t"
          },
          "offset": 0
        },
        "bytes_written": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "user_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "user_buffer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_6e2bca74d09d667f": {
      "size": 8,
      "fields": {
        "_kvo_backing_obj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "_kvo_vn_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6e346ca20ca038c3": {
      "size": 24,
      "fields": {
        "ChannelFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "InitialCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "Mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Next11hChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6e6ef0f8aa4d248d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6ea5f840a2c3d6d8": {
      "size": 12,
      "fields": {
        "acc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af35843d40c938d0"
          },
          "offset": 0
        },
        "rjt": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ebf4bbf7030446c6"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6eb0d40a9e191460": {
      "size": 8,
      "fields": {
        "hyper": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "num_cpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6eb67a65f561eeac": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_dirent"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devfs_dirent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6ec8d217fcecf5f4": {
      "size": 1,
      "fields": {
        "connectedPortBitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "connectedPortNumbers": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6ecbdee46781e352": {
      "size": 8,
      "fields": {
        "md_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "md_nseg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_6ece6ad3bcf34ed0": {
      "size": 96,
      "fields": {
        "X": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "b": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "Skein_Ctxt_Hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6ed36a3601750565": {
      "size": 16,
      "fields": {
        "hwid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6ee32689a45bf600": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6f2c625c3e6c2592": {
      "size": 26,
      "fields": {
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 18
        },
        "pcd1_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pcd2_delta_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "pcd3_delta_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "pcd4_delta_xg0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pwr1_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "pwr1_xg3": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 20
        },
        "pwr2_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "pwr2_xg3": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 22
        },
        "pwr3_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12
        },
        "pwr3_xg3": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 24
        },
        "pwr4_xg0": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_6f6fc924ce172e27": {
      "size": 8,
      "fields": {
        "ErrorInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_6f77170008cf4ab1": {
      "size": 16,
      "fields": {
        "consumer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 8
        },
        "provider": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6f8a162db649368d": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "apei_ge"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "apei_ge"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6f982e8138390398": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callback_head"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "callback_head"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6fa95e35b77b419a": {
      "size": 8,
      "fields": {
        "mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_6fc15ae9c610cce8": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "async_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_6fe8ef9c31db765a": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sndstat_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sndstat_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_6ffa2efa73f361f9": {
      "size": 220,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ba404e2a325f0956"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ba404e2a325f0956"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_70505cf922ab4653": {
      "size": 1,
      "fields": {
        "is_64": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_70689e011a903558": {
      "size": 80,
      "fields": {
        "assert_ffcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "assert_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "assert_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 8
        },
        "clear_ffcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "clear_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "clear_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 32
        },
        "current_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "unnamed_7077a4940292a8b6": {
      "size": 32,
      "fields": {
        "cckNoiseImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "cckPhyErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cckWeakSigThreshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "cycleCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "firstepLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "listenTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mrcCck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "noiseImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ofdmPhyErrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ofdmWeakSigDetectOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rxFrameCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "spurImmunityLevel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "txFrameCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_70b5e11d6a36b710": {
      "size": 4,
      "fields": {
        "cpu_reset": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ep_ram_init_status": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "m0_rxpbuf": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "m1_rxpbuf": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "m2_rxpbuf": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd0": {
          "type": {
            "bit_length": 12,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "bit_length": 15,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_70dd566fc9313bb4": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mqueue_notifier"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_70e73f249853b48b": {
      "size": 32,
      "fields": {
        "entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fa5c719a5948ec7e"
          },
          "offset": 0
        },
        "index_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fa5c719a5948ec7e"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_710996148713c633": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snapdata"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "snapdata"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7127542696943fb8": {
      "size": 8,
      "fields": {
        "rs_loginclass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "loginclass"
            }
          },
          "offset": 0
        },
        "rs_prison_racct": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison_racct"
            }
          },
          "offset": 0
        },
        "rs_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        },
        "rs_uip": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uidinfo"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_712c02505034dcd4": {
      "size": 16,
      "fields": {
        "s": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c142e86d972514d2"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cce9018d53ad30c6"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_71396c7244a97862": {
      "size": 8,
      "fields": {
        "ethertype": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_713c38e9a7fb0f16": {
      "size": 16,
      "fields": {
        "raw_v6": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b9ea15588d335ce8"
          },
          "offset": 0
        },
        "v4": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bc0fd4e564d04a04"
          },
          "offset": 0
        },
        "v6": {
          "type": {
            "kind": "struct",
            "name": "unnamed_db49f8f3af984b25"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_715551db46ff8ae4": {
      "size": 128,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fb5ffb1e5d253a90"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_71cfa7c3468caa8d"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_7156eeea107d87e0": {
      "size": 8,
      "fields": {
        "hreq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_715c86adc53be7d6": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_717d3069a1b08e93": {
      "size": 64,
      "fields": {
        "Key": {
          "type": {
            "kind": "union",
            "name": "unnamed_68856706d19a167b"
          },
          "offset": 14
        },
        "KeyIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "KeyInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "KeyLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "KeyTypeId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "Length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "Macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        }
      },
      "kind": "struct"
    },
    "unnamed_717efed4a73f10ae": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfs_vdata"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7183f4e00179c1cd": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_7197b7b12721fddb": {
      "size": 24,
      "fields": {
        "ba": {
          "type": {
            "kind": "struct",
            "name": "unnamed_693867f603108766"
          },
          "offset": 0
        },
        "mlme": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_mlme_event"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_71ce44ef936e9494": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_list"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "eventhandler_list"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_71cfa7c3468caa8d": {
      "size": 128,
      "fields": {
        "extpg_hdr": {
          "type": {
            "count": 23,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 104
        },
        "extpg_pa": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "extpg_trail": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "unnamed_72008ca35d0094fa": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_vss_req_internal"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_72199f50db780b3c": {
      "size": 52,
      "fields": {
        "tqi_aifs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tqi_burstTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tqi_cbrOverflowLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tqi_cbrPeriod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tqi_compBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tqi_cwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tqi_cwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tqi_lgretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "tqi_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tqi_qflags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d943491d738d7aa9"
          },
          "offset": 8
        },
        "tqi_readyTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tqi_shretry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "tqi_subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_0ed9022d9fcf4e7c"
          },
          "offset": 4
        },
        "tqi_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_722b0ede3e56c645": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lkpi_sta"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lkpi_sta"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_72301ca2c3be91fb": {
      "size": 144,
      "fields": {
        "hType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d630dc7c7ed34c48"
          },
          "offset": 0
        },
        "hufDesBuffer": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "hufDesSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "unnamed_7241ea548c659d7e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__rpc_svcxprt"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "__rpc_svcxprt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_724adae22474864d": {
      "size": 8,
      "fields": {
        "decode256Time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tableTime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_72539f1b7d8f35d3": {
      "size": 12,
      "fields": {
        "b": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "w": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7265f67d130befa0": {
      "size": 8,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_25e4ecf48aa9c456"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_73f2754553c6a3ff"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_729f2d3f83c64ca5": {
      "size": 40,
      "fields": {
        "tn_dir": {
          "type": {
            "kind": "struct",
            "name": "tn_dir"
          },
          "offset": 0
        },
        "tn_link": {
          "type": {
            "kind": "struct",
            "name": "tn_link"
          },
          "offset": 0
        },
        "tn_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tn_reg": {
          "type": {
            "kind": "struct",
            "name": "tn_reg"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_72ab65f05f9751c0": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_dev"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "evdev_dev"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_72ad4d2e31dcb9f5": {
      "size": 96,
      "fields": {
        "auto_xfer_rdy_app_tag_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 75
        },
        "auto_xfer_rdy_app_tag_value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "auto_xfer_rdy_blk_size_chip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "auto_xfer_rdy_p_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 73
        },
        "auto_xfer_rdy_ref_tag_is_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 74
        },
        "auto_xfer_rdy_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "auto_xfer_rdy_t10_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "auto_xfer_rdy_xri_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "bounce": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 57
        },
        "dif_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "dif_seed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "emulate_tgt_wqe_timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "esoc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "filter_def": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "i_only_aab": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "n_cq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "n_eq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "n_io": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "n_mq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "n_rq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "n_sgl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "n_wq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "queue_topology": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "rq_default_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rq_selection_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "rr_quanta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "topology": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_72b2a56d396c6bfe": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount_softdeps"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount_softdeps"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_72b335b1c2a639fb": {
      "size": 16,
      "fields": {
        "bytes_written": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "user_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "user_buffer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_72d91fbcf068f96d": {
      "size": 8,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "virtual_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_72f1a7377951bfba": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sndstat_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sndstat_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_72f99c1c4243a03d": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_mfilter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_731cab5bd22217c0": {
      "size": 2,
      "fields": {
        "reserved3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved4": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "restricted1": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "restricted2": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "smp_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "smp_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "ssp_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "ssp_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "stp_initiator": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "stp_target": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_731eff43470e3db7": {
      "size": 4,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cd3ca42bd9d9f2bc"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_184494e253e2f0f1"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_733488a227c19541": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "root_hold_token"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_736a2110707d5d0d": {
      "size": 272,
      "fields": {
        "kf_sa_local": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 16
        },
        "kf_sa_peer": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 144
        },
        "kf_sock_domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kf_sock_protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "kf_sock_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "kf_vnode_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7373c563a3fd89de": {
      "size": 8,
      "fields": {
        "rq_bi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_dma_mem"
            }
          },
          "offset": 0
        },
        "sq_bi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_dma_mem"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_739a43df855dc7d5": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_storvsc_request"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_storvsc_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_73a55aefebe71b44": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_hdr"
          },
          "offset": 0
        },
        "mhdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_hdr_mrg_rxbuf"
          },
          "offset": 0
        },
        "v1hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_hdr_v1"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_73b8f1d2f1aee720": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerresource"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_powerresource"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_73bb17cfdff91253": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_73c4d6784b0718ea": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_command"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_73c6efa06c0507d2": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "tick": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_73e073b9c10b08ff": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_73f2754553c6a3ff": {
      "size": 8,
      "fields": {
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_741e8e2786adf66d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_fl"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sge_fl"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_745ae9c2a5c39e1f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_l2tp_hook_private"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_l2tp_hook_private"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_74cc4145d8c6a17e": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sta_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sta_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_74e9b17e462c5f95": {
      "size": 4,
      "fields": {
        "r_ctl_mask": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "r_ctl_match": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "type_mask": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "type_match": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_74ee9d932e5c2a4d": {
      "size": 40,
      "fields": {
        "open": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krulequeue"
            }
          },
          "offset": 0
        },
        "ptr_array": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_krule"
              }
            }
          },
          "offset": 8
        },
        "rcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ticket": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule_global"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_74f7e8d396532f76": {
      "size": 1848,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "union",
            "name": "unnamed_cd81e5fb2dc2ed5b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_74fe31f185ae9476": {
      "size": 8,
      "fields": {
        "phy_data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phy_data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_751d838b1e06d4ab": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "loginclass"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_754a1656d9dee037": {
      "size": 456,
      "fields": {
        "sg32entry": {
          "type": {
            "count": 38,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SG32ENTRY"
            }
          },
          "offset": 0
        },
        "sg64entry": {
          "type": {
            "count": 38,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "SG64ENTRY"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_754fde8a98826734": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bounce_page"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_75797376c29af82d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_watch"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xs_watch"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_75992403f9afbf26": {
      "size": 52,
      "fields": {
        "rftid_fc4types": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "rftid_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rftid_portid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "rftid_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_75acc0547d08da8d": {
      "size": 16,
      "fields": {
        "hang_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "hang_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hang_reg_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hang_val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_75d44bce3c2bf4ad": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_75d89d0382c411cb": {
      "size": 16,
      "fields": {
        "actual_rsp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "additional_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "domain": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "opcode": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rsvd1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "subsystem": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_7601de253637d5f5": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sg_map_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7607b8178719b51a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statspage"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "statspage"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_760a26f9a9c9cf34": {
      "size": 1,
      "fields": {
        "mss_idx": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "odd_even": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sack_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wscale_idx": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_761059f0061ec001": {
      "size": 6,
      "fields": {
        "badfcs_enc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "ipv6_ext_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rlid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_7611e9c851a76511": {
      "size": 5,
      "fields": {
        "link_type": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "link_type_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_76227adc00f89a9e": {
      "size": 4,
      "fields": {
        "flag": {
          "type": {
            "kind": "struct",
            "name": "unnamed_48c5bfc752fbdb91"
          },
          "offset": 0
        },
        "r_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7646bb93f3f03edb": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf_xennet"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_765e796ff28ab8c4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_control_request"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ses_control_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_768d8fa771d38168": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cd_mode_params"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_769cf58c6dfc2dcb": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_geom"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_76a398a6e6650708": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tuntap_softc"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tuntap_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_76aa2262fc6ca19c": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bridge_iflist"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_76aca6f4d95956d8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_pi"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_pi"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_76d687d14630422c": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_87ac4293056aeb64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_76fbe7e249a655d7": {
      "size": 16,
      "fields": {
        "cdb_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cdb_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7703f0a15bf6416e": {
      "size": 32,
      "fields": {
        "m": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_771d0dc253af6834": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirhash"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dirhash"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_77203702b00ffbfc": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclflayout"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclflayout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7739dff728d000a2": {
      "size": 24,
      "fields": {
        "inp_ip_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "inp_moptions": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip_moptions"
            }
          },
          "offset": 16
        },
        "inp_options": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_774041e4598c9047": {
      "size": 100,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_54901f8d68d1f4f0"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_775e2ff419d68032": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_778a8452a9907d84": {
      "size": 44,
      "fields": {
        "asap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "bandwidths": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "max_bursts_exponent": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "max_ftms_per_burst": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "non_asap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "non_trigger_based": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "preambles": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "request_civicloc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "request_lci": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "supported": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "trigger_based": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "unnamed_77b7edfe27c1ac66": {
      "size": 8,
      "fields": {
        "lun": {
          "type": {
            "bit_length": 30,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_78006b3b6ba2468a": {
      "size": 72,
      "fields": {
        "attr_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "cur_attr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cur_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 52
        },
        "dflt_rev_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 68
        },
        "dflt_std_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 64
        },
        "esc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "last_param": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "num_param": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "param": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "rev_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 60
        },
        "saved_xpos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "saved_ypos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "std_color": {
          "type": {
            "kind": "struct",
            "name": "color_t"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "unnamed_781136f6b0c0846a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_privdata"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_782625800d8c4ba5": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_event"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_782c837ffd9b8744": {
      "size": 272,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_7855718ac81962d0": {
      "size": 4,
      "fields": {
        "fBits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dde5e19b412ab347"
          },
          "offset": 0
        },
        "fValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_78671c8b3555548d": {
      "size": 24,
      "fields": {
        "sge32": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_sge32"
            }
          },
          "offset": 0
        },
        "sge64": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_sge64"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_78ad79f8e2f8e3b8": {
      "size": 40,
      "fields": {
        "cckphyerr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "cyclecnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "extrxclr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "listen_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ofdmphyerr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ofdmphyerrcnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rxclr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rxframecnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "txframecnt_diff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "unnamed_78d3cbfc75ceff9b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ata_request"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ata_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_78d80daaa8777d85": {
      "size": 48,
      "fields": {
        "outHook": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_hook"
            }
          },
          "offset": 0
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "ng_tcpmss_hookstat"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_78d91e3d00e541de": {
      "size": 168,
      "fields": {
        "businfo": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "desc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "fw_rev": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "hw_addr": {
          "type": {
            "kind": "union",
            "name": "unnamed_d1228b1958ac1e46"
          },
          "offset": 120
        },
        "pci_device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pci_vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "serialnum": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "sli_intf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_78efa7fa1c89cbc0": {
      "size": 8,
      "fields": {
        "Offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_78f2281e3f672718": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_xen_req"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7901d014b7cd3dd1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "namecache"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_790ee81b90dc55b2": {
      "size": 8,
      "fields": {
        "PH_loc": {
          "type": {
            "kind": "union",
            "name": "unnamed_fc790bf6db729fd2"
          },
          "offset": 0
        },
        "memlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_791ed987c1392712": {
      "size": 24,
      "fields": {
        "portid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_792ea9ab390d7100": {
      "size": 48,
      "fields": {
        "efi": {
          "type": {
            "kind": "struct",
            "name": "efi_fb"
          },
          "offset": 0
        },
        "vbe": {
          "type": {
            "kind": "struct",
            "name": "vbe_fb"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_793a1e8d416b52e5": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_rxbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_797393d464a0ef36": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "llentry"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "llentry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_79b6861666e2cb77": {
      "size": 24,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_79e3ee66bd946423": {
      "size": 568,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_71279504f2dbcf6f"
          },
          "offset": 528
        },
        "caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 556
        },
        "faults": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 552
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ddb67984bb3c734f"
          },
          "offset": 532
        },
        "ident_data": {
          "type": {
            "kind": "struct",
            "name": "ata_params"
          },
          "offset": 16
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 560
        },
        "pm_pid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 536
        },
        "pm_prv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 540
        },
        "request_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 0
        },
        "restart": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 544
        },
        "spinup": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 548
        }
      },
      "kind": "struct"
    },
    "unnamed_79e8d5e47142538a": {
      "size": 40,
      "fields": {
        "base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dictBase": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "dictLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "lowLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "nbOverflowCorrections": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "nextSrc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7a02e2bcdc5d772d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rcb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7a072aac77440d34": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_flashmap_slice"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7a0990e6057cd264": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cryptop"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cryptop"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7a0cced606199a99": {
      "size": 8,
      "fields": {
        "leaf_rcvif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9688e0853e90ff8a"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_7a1c5e7baedca13a": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrv_stable"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsrv_stable"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7a29ffa06f9eef0c": {
      "size": 10,
      "fields": {
        "columns": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cursor_x": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cursor_y": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "font_height": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rows": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_7a41d35e067b61c3": {
      "size": 4,
      "fields": {
        "l2tag1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "mirr_fcoe": {
          "type": {
            "kind": "union",
            "name": "unnamed_db74ec14afd52128"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7a5130b80d121f12": {
      "size": 64,
      "fields": {
        "fw_on_flash_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "fw_ver_str": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7a722aba645292f0": {
      "size": 8,
      "fields": {
        "array": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sci_format": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7a8e8c76f73b2c0f": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtxq_queue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7abe998c977d27ba": {
      "size": 24,
      "fields": {
        "bt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "bt_intval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bt_nextatim": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bt_nextdba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bt_nextswba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bt_nexttbtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_7aef7de490b6bcd8": {
      "size": 31,
      "fields": {
        "CBWCDB": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 15
        },
        "bCBWFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "bCBWLUN": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bCDBLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "dCBWDataTransferLength": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dCBWSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dCBWTag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_7b0dfb253773c30c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "allocdirect"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "allocdirect"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7b24fea5d865fb74": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task_struct"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "task_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7b2a1a72c00c3187": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211vap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7b2a7c2581c086ad": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfi_kif"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7b5cb4bf7e97b814": {
      "size": 16,
      "fields": {
        "b_freelist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe221dd1a1413a7e"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ab549cf446cb60a6"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_7bb277ecc01e5529": {
      "size": 28,
      "fields": {
        "ChSel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "PktDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "Rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "RateFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "RateIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "Tries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_power_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_7bfbb76d273d3d68": {
      "size": 24,
      "fields": {
        "rn_leaf": {
          "type": {
            "kind": "struct",
            "name": "unnamed_380ca1a53a18721a"
          },
          "offset": 0
        },
        "rn_node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_379fa5a738d8e3d7"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7bfd775c9f6e46ea": {
      "size": 4,
      "fields": {
        "a_val": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7c2725da82595554": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_powerconsumer"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_powerconsumer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7c69d708019f3a6e": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7c7b8f440db1a8c8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_function"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_function"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7c8f0443b55cec62": {
      "size": 8,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7c96b30926adcb19": {
      "size": 16,
      "fields": {
        "key": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4a1615839834ab3b"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_96c7f31d6dca0574"
          },
          "offset": 8,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "unnamed_7c9f3aed7b5942ea": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shrinker"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "shrinker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7ca5d763ea37a9a2": {
      "size": 8,
      "fields": {
        "dmu_dirinum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "dmu_pagedep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pagedep"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7cbafa149aaf79ba": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "apm_clone_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7cf447b1329eeb90": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sta_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sta_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7cfb86a9de016fe8": {
      "size": 40,
      "fields": {
        "deleg": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ad06c7f2a73f8ae6"
          },
          "offset": 0
        },
        "noopens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "openowner": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsstate"
            }
          },
          "offset": 0
        },
        "opentolockseq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7d0152f1a9aa8ed7": {
      "size": 24,
      "fields": {
        "pfik_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_38a522cadc0f92a3"
          },
          "offset": 0
        },
        "pfik_tree": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7b2a7c2581c086ad"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7d01577c512c9bac": {
      "size": 332,
      "fields": {
        "devid": {
          "type": {
            "kind": "struct",
            "name": "read_element_status_device_id"
          },
          "offset": 72
        },
        "voltag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "volume_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7d06dedaecf10141": {
      "size": 1,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vlan_control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7d198a3988bb7ee5": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_rate_set"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_rate_set"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7d2582079ec0e915": {
      "size": 8,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_7d377fb9f62b8ea4": {
      "size": 128,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mfi_frame_header"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7d5870283a031981": {
      "size": 8,
      "fields": {
        "idu_savedino1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufs1_dinode"
            }
          },
          "offset": 0
        },
        "idu_savedino2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufs2_dinode"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7d964da80d214919": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vlan_mc_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7d9f65a1d754e428": {
      "size": 40,
      "fields": {
        "cbq_opts": {
          "type": {
            "kind": "struct",
            "name": "cbq_opts"
          },
          "offset": 0
        },
        "codel_opts": {
          "type": {
            "kind": "struct",
            "name": "codel_opts"
          },
          "offset": 0
        },
        "fairq_opts": {
          "type": {
            "kind": "struct",
            "name": "fairq_opts"
          },
          "offset": 0
        },
        "hfsc_opts": {
          "type": {
            "kind": "struct",
            "name": "hfsc_opts_v0"
          },
          "offset": 0
        },
        "priq_opts": {
          "type": {
            "kind": "struct",
            "name": "priq_opts"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7da5a2f59cb82ea8": {
      "size": 8,
      "fields": {
        "tbdtso": {
          "type": {
            "kind": "struct",
            "name": "fxp_tbd"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f17c54cd85cc543f"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_7db8b0891133d7ba": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kstate"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kstate"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7de9df2b5b49fda1": {
      "size": 1,
      "fields": {
        "reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tmCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7e48fc8b8663a87a": {
      "size": 8,
      "fields": {
        "off_dur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "on_dur": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7e63d172ab78f258": {
      "size": 16,
      "fields": {
        "sgp_pglist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6669ebd89c475787"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7e645968da3b614c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acl"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7e66418d6659c74d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fha_hash_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fha_hash_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7e6dceb68e312851": {
      "size": 2,
      "fields": {
        "DevLSB": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "DevMSB": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_7e6eaec35ddb3b05": {
      "size": 12,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f15786dc2d8e0846"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7e779ef8959c1086": {
      "size": 60,
      "fields": {
        "calValid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "channel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "iCoff": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "mainSpur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "nf_cal_hist": {
          "type": {
            "kind": "struct",
            "name": "HAL_NFCAL_HIST_SMALL"
          },
          "offset": 32
        },
        "noiseFloorAdjust": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "noiseFloorCtl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 10
        },
        "noiseFloorExt": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 16
        },
        "one_time_cals_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "paprd_done": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "paprd_table_write_done": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "privFlags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "qCoff": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 5
        },
        "rawNoiseFloor": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_7e7f78841cd4e0c4": {
      "size": 8,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "long long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7e8417456312df82": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7e87ce567081f583": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "reserve1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "reset_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reset_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "second": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "yearH": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "yearL": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_7e8cc7f895e87b39": {
      "size": 32,
      "fields": {
        "afmt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "alias1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "alias2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7ea4f733b5ac6f99": {
      "size": 1,
      "fields": {
        "attached_break_reply_capable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "attached_inside_zpsds_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "attached_requested_inside_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7eb1221a2fc1f588": {
      "size": 12,
      "fields": {
        "dir_loc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7ec1849ecf348ee8": {
      "size": 332,
      "fields": {
        "devid": {
          "type": {
            "kind": "struct",
            "name": "read_element_status_device_id"
          },
          "offset": 0
        },
        "pvol_and_devid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5f43810dff0dfd63"
          },
          "offset": 0
        },
        "pvoltag": {
          "type": {
            "kind": "struct",
            "name": "volume_tag"
          },
          "offset": 0
        },
        "vol_tags_and_devid": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7d01577c512c9bac"
          },
          "offset": 0
        },
        "voltag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "volume_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7ec75f11c5c11847": {
      "size": 96,
      "fields": {
        "actual_mechanism": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "gss_context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_gss_ctx_id_t"
            }
          },
          "offset": 24
        },
        "major_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "minor_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ret_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "rpcsec_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "time_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_7ecad04dcd0cf14c": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsstate"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7ed24bc6cef4d685": {
      "size": 8,
      "fields": {
        "ll": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "x": {
          "type": {
            "kind": "struct",
            "name": "unnamed_130df1234c584c7d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7ef7a6eba2249e47": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_ea_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7f02d8e1ee5ecc85": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7f5419838c39508f": {
      "size": 8,
      "fields": {
        "BlockSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bdLgclPhysMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_7f5a909dbd652443": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_q_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rl_q_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7f6245a5ee541a62": {
      "size": 32,
      "fields": {
        "ata": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_pata"
          },
          "offset": 0
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_fc"
          },
          "offset": 0
        },
        "nvme": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_nvme"
          },
          "offset": 0
        },
        "sas": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_sas"
          },
          "offset": 0
        },
        "sata": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_sata"
          },
          "offset": 0
        },
        "spi": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_spi"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_7f67564f94defd47": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CSMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7f8a438c2d46a3db": {
      "size": 14,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Control": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "RadioOn": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_7f8ea0843e5f795e": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_irq_desc"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_irq_desc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7f982bed75fb08c7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tmpfs_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7f9bd734fc0ada90": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bounce_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7f9f5f238d5665db": {
      "size": 64,
      "fields": {
        "dma": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 8
        },
        "rqindex": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7fa487fb96331151": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_ppp_frag"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_ppp_frag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_7fb96e0617558b2f": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_devinfo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7fc3ca2f7ba4c589": {
      "size": 16,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "revid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_7fc9325ff8b172d7": {
      "size": 16,
      "fields": {
        "coeff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "feed_eq_coeff"
            }
          },
          "offset": 8
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_7fe790d7d900b558": {
      "size": 8,
      "fields": {
        "page_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_7ffce31288b70a35": {
      "size": 48,
      "fields": {
        "compressed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "hash": {
          "type": {
            "kind": "struct",
            "name": "xz_dec_hash"
          },
          "offset": 24
        },
        "uncompressed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_800b43a2e6a575b4": {
      "size": 104,
      "fields": {
        "pdc": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_uint32"
          },
          "offset": 0
        },
        "perf": {
          "type": {
            "kind": "struct",
            "name": "xen_processor_performance"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "struct",
            "name": "xen_processor_power"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8012acbb407595ba": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_txbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_801a0aa8ee97086a": {
      "size": 12,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_801c28f2a5d3a684": {
      "size": 10,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_802c879122732799": {
      "size": 1,
      "fields": {
        "enclConnectorIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "slotNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8038f80924dde3b8": {
      "size": 8,
      "fields": {
        "ph": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tt": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_803e306e45ac4992": {
      "size": 2,
      "fields": {
        "cval": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_80535f43c8707db1": {
      "size": 4,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ret": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_806b41d9dbba3472": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_808777047b03dc2a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_command"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_80a81a62367ee247": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "feedertab_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_80bd4286616c7793": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtwn_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_80caa09997e65e69": {
      "size": 72,
      "fields": {
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "encaptab"
            }
          },
          "offset": 64
        },
        "encap": {
          "type": {
            "kind": "struct",
            "name": "encap_config"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_80cecec29cf1f89c": {
      "size": 16,
      "fields": {
        "faddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fhandler": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_80d68581f45292d2": {
      "size": 284,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pChannels": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "EEPROM_DATA_PER_CHANNEL_5112"
            }
          },
          "offset": 24
        },
        "xpdMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "unnamed_80d78917e9e56411": {
      "size": 64,
      "fields": {
        "nfsv3fa_atime": {
          "type": {
            "kind": "struct",
            "name": "nfstime3"
          },
          "offset": 40
        },
        "nfsv3fa_ctime": {
          "type": {
            "kind": "struct",
            "name": "nfstime3"
          },
          "offset": 56
        },
        "nfsv3fa_fileid": {
          "type": {
            "kind": "struct",
            "name": "nfsuint64"
          },
          "offset": 32
        },
        "nfsv3fa_fsid": {
          "type": {
            "kind": "struct",
            "name": "nfsuint64"
          },
          "offset": 24
        },
        "nfsv3fa_mtime": {
          "type": {
            "kind": "struct",
            "name": "nfstime3"
          },
          "offset": 48
        },
        "nfsv3fa_rdev": {
          "type": {
            "kind": "struct",
            "name": "nfsv3spec"
          },
          "offset": 16
        },
        "nfsv3fa_size": {
          "type": {
            "kind": "struct",
            "name": "nfsuint64"
          },
          "offset": 0
        },
        "nfsv3fa_used": {
          "type": {
            "kind": "struct",
            "name": "nfsuint64"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_81064d843a04c279": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lockf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8120674133ce2fd8": {
      "size": 13,
      "fields": {
        "aead": {
          "type": {
            "kind": "struct",
            "name": "tls_aead_data"
          },
          "offset": 0
        },
        "aead13": {
          "type": {
            "kind": "struct",
            "name": "tls_aead_data_13"
          },
          "offset": 0
        },
        "mac": {
          "type": {
            "kind": "struct",
            "name": "tls_mac_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_81380ca44fdfcbae": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_xfer"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fw_xfer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8151c128b6e4be0e": {
      "size": 1248,
      "fields": {
        "norm": {
          "type": {
            "count": 53,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "wksp": {
          "type": {
            "count": 285,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 108
        }
      },
      "kind": "struct"
    },
    "unnamed_815233ac3c53b366": {
      "size": 8,
      "fields": {
        "siu_pgrp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pgrp"
            }
          },
          "offset": 0
        },
        "siu_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_815595e581e049ce": {
      "size": 2,
      "fields": {
        "pd_type": {
          "type": {
            "kind": "struct",
            "name": "unnamed_84a05994fd4736a2"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_815ec1f181b41388": {
      "size": 64,
      "fields": {
        "multicast": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_dropped": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "unnamed_81629b4ae615f4d8": {
      "size": 8,
      "fields": {
        "cq_hdbl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sq_tdbl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_816dcb762b8adcf6": {
      "size": 48,
      "fields": {
        "nfsv2fa_atime": {
          "type": {
            "kind": "struct",
            "name": "nfstime2"
          },
          "offset": 24
        },
        "nfsv2fa_blocks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nfsv2fa_blocksize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nfsv2fa_ctime": {
          "type": {
            "kind": "struct",
            "name": "nfstime2"
          },
          "offset": 40
        },
        "nfsv2fa_fileid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nfsv2fa_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nfsv2fa_mtime": {
          "type": {
            "kind": "struct",
            "name": "nfstime2"
          },
          "offset": 32
        },
        "nfsv2fa_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nfsv2fa_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_817d215f8e636f39": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cryptop"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cryptop"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_817f1165eb831d27": {
      "size": 24,
      "fields": {
        "backend1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "backend3": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "backend4": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_8183c2be07981ec5": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crom_chunk"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "crom_chunk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_819147dade6f2ce2": {
      "size": 1040,
      "fields": {
        "buf": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_81a2aebfcfce41d8": {
      "size": 20,
      "fields": {
        "loopid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_81bb148fb4e29ef0": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_81fae3733860b902": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_inpcb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_inpcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8204efd9b11b006f": {
      "size": 16,
      "fields": {
        "vm_guest": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vm_pname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_823fdbc06725c3e3": {
      "size": 1,
      "fields": {
        "Attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Direction": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_82780ea95af59757": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "clip_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_82b1b4dea73dd663": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_stored_msg"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xs_stored_msg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8305305c3afdbd41": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audit_pipe_preselect"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audit_pipe_preselect"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_83078e7366483085": {
      "size": 8,
      "fields": {
        "isTMForLD": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "isTMForPD": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "bit_length": 30,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_8308b5bab9fd4ea6": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8317fa24e3e1c9dd": {
      "size": 144,
      "fields": {
        "ah_additional_swba_backoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ah_ar5416_biasadj": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ah_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ah_dma_beacon_response_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "ah_force_full_reset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "ah_serialise_reg_war": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ah_sw_beacon_response_time": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ath_hal_6mb_ack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "ath_hal_ant_ctrl_comm2g_switch_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "ath_hal_antenna_switch_swap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "ath_hal_beacon_filter_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "ath_hal_cwm_ignore_ext_cca": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "ath_hal_desc_tpc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ath_hal_diversity_control": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "ath_hal_enable_ani": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "ath_hal_enable_msi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "ath_hal_ext_atten_margin_cfg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "ath_hal_ext_lna_ctl_gpio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "ath_hal_ht_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "ath_hal_intr_mitigation_rx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "ath_hal_intr_mitigation_tx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "ath_hal_mci_config": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "ath_hal_mfp_support": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "ath_hal_min_gainidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "ath_hal_pcie_clock_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "ath_hal_pcie_power_save_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "ath_hal_pcie_ser_des_write": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "ath_hal_pcie_waen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "ath_hal_pll_pwr_save": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ath_hal_show_bb_panic": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "ath_hal_spur_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "ath_hal_sta_update_tx_pwr_enable": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ath_hal_sta_update_tx_pwr_enable_S1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "ath_hal_sta_update_tx_pwr_enable_S2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "ath_hal_sta_update_tx_pwr_enable_S3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "ath_hal_war70c": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "unnamed_83473a8828b0b334": {
      "size": 32,
      "fields": {
        "flex_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "flex_meta0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "flex_meta1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "flex_meta2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "flex_meta3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "flex_ts": {
          "type": {
            "kind": "union",
            "name": "unnamed_1192278848d0af71"
          },
          "offset": 28
        },
        "hdr_len_sph_flex_flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "l2tag1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "l2tag2_1st": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "l2tag2_2nd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "mir_id_umb_cast": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pkt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ptype_flex_flags0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rxdid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "status_error0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status_error1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "time_stamp_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        }
      },
      "kind": "struct"
    },
    "unnamed_836e2b39234ab22b": {
      "size": 8,
      "fields": {
        "mmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_83748e59ab0c5d99": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dsp_cdevinfo"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dsp_cdevinfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8379d0071ed187df": {
      "size": 28,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8582e4456a35c345"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4510ee92d54979dc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_838c5636802b684d": {
      "size": 8,
      "fields": {
        "bell_pitch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "shift_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_839197461353a96e": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cf_saved_freq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8392cc36635c82df": {
      "size": 96,
      "fields": {
        "b": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cdb_sense": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4fc300df971f7b00"
          },
          "offset": 0
        },
        "d": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "ecc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b39dccebc312ba01"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 0
        },
        "ld_count": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a39ca15607266436"
          },
          "offset": 0
        },
        "ld_lba": {
          "type": {
            "kind": "struct",
            "name": "unnamed_52f7a889c022cfe2"
          },
          "offset": 0
        },
        "ld_lba_pd_lba": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dfa7cb9dc59d047c"
          },
          "offset": 0
        },
        "ld_owner": {
          "type": {
            "kind": "struct",
            "name": "unnamed_58c4ab3824bee136"
          },
          "offset": 0
        },
        "ld_prog": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fb0e2c1fa9cff005"
          },
          "offset": 0
        },
        "ld_state": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a09b032331bc3da"
          },
          "offset": 0
        },
        "ld_strip": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9fa7348c790fa533"
          },
          "offset": 0
        },
        "pci": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a9f72251ad1758cb"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 0
        },
        "pd_err": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d1b740bfef1e2a19"
          },
          "offset": 0
        },
        "pd_lba": {
          "type": {
            "kind": "struct",
            "name": "unnamed_546c4ab4df2d6fce"
          },
          "offset": 0
        },
        "pd_lba_ld": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b0e24bd6cb5ccc57"
          },
          "offset": 0
        },
        "pd_prog": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ca5b97f9d2845aea"
          },
          "offset": 0
        },
        "pd_state": {
          "type": {
            "kind": "struct",
            "name": "unnamed_629de2a06e0c751e"
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "str": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0c32a096b50cd363"
          },
          "offset": 0
        },
        "w": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8406842aec772b0b": {
      "size": 2,
      "fields": {
        "l3l4_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phy_data4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8415d0f3d68855c5": {
      "size": 12,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 0
        },
        "new_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "prev_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_8421d4a653791e07": {
      "size": 20,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_ports": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_ea2b1e388b8d4e29"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_845866d6bf1b6f67": {
      "size": 4,
      "fields": {
        "digest": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_845cd536ec8410b1": {
      "size": 16,
      "fields": {
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_84609e3e3c52a537": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8462c5022560107c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclient"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclient"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_847a9afac5ee04b3": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdmap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_84a05994fd4736a2": {
      "size": 2,
      "fields": {
        "forced_pd_guid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "in_vd": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "intf": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "is_foreign": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "is_global_spare": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "is_spare": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 7,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_84a7c144935a0ba3": {
      "size": 16,
      "fields": {
        "u_freelist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c01b3dfdfaf25d75"
          },
          "offset": 0
        },
        "u_hashlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c01b3dfdfaf25d75"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_84ca219856f4b652": {
      "size": 16,
      "fields": {
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "extcode": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "payload": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rtcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_84fa194eb95b90a4": {
      "size": 352,
      "fields": {
        "mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "oicr_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_455a3ab609f90898"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6ae2f02ac871930a"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_84fbf14022acb4be": {
      "size": 13,
      "fields": {
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "reserved6": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_8508e8b906d5c68b": {
      "size": 52,
      "fields": {
        "first_section": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "last_section": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_85688f0d338dc7c8": {
      "size": 8,
      "fields": {
        "rmu_leaf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "radix_node"
            }
          },
          "offset": 0
        },
        "rmu_mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8582e4456a35c345": {
      "size": 28,
      "fields": {
        "dest_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "loopback_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pattern": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pkt_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_85a4fdd22bb6ec40": {
      "size": 12,
      "fields": {
        "generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_85ad26895d968695": {
      "size": 24,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d18c4beb3f454651"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f7f07c399f7bef65"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_85e358ae65c0920f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_upd_req_item"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfsync_upd_req_item"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_85fceff0e19ac4fb": {
      "size": 8,
      "fields": {
        "mh_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mh_macRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "mh_phyRev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mh_subvendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_86067d7c2e02dc8b": {
      "size": 2,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8612ab84c55bdf9a": {
      "size": 4,
      "fields": {
        "Context": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_863adbf3e29b91c0": {
      "size": 8,
      "fields": {
        "RE_errno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "RE_lb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5a2139bd5d11d066"
          },
          "offset": 0
        },
        "RE_vers": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88e5eb0b7a83c488"
          },
          "offset": 0
        },
        "RE_why": {
          "type": {
            "kind": "enum",
            "name": "auth_stat"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_869f7dca1cd5dadb": {
      "size": 12,
      "fields": {
        "max_per": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "min_per": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "visited": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_86a7000fafe7eb1e": {
      "size": 24,
      "fields": {
        "model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "packetsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "probefunc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "syncmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_86c66737757ddba3": {
      "size": 11,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FrmBody": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "FrmBodyLen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_86ce1b49e0cc3cc4": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "eventhandler_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_86efe1902009bee3": {
      "size": 12,
      "fields": {
        "dcu_chain_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "dcu_complete_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "qcu_complete_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "qcu_fetch_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "qcu_fsp_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "qcu_fsp_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "qcu_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "qcu_stitch_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "states": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_873892ffaec36d9a": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclowner"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclowner"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_875a2687f6597f98": {
      "size": 128,
      "fields": {
        "csu_hdr": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "csu_ip": {
          "type": {
            "kind": "struct",
            "name": "ip"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_877198e90938567e": {
      "size": 16,
      "fields": {
        "dru_buffer": {
          "type": {
            "kind": "struct",
            "name": "devreq_buffer"
          },
          "offset": 0
        },
        "dru_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_877589376346415a": {
      "size": 9728,
      "fields": {
        "hbamu": {
          "type": {
            "kind": "struct",
            "name": "HBA_MessageUnit"
          },
          "offset": 0
        },
        "hbbmu": {
          "type": {
            "kind": "struct",
            "name": "HBB_MessageUnit"
          },
          "offset": 0
        },
        "hbcmu": {
          "type": {
            "kind": "struct",
            "name": "HBC_MessageUnit"
          },
          "offset": 0
        },
        "hbdmu": {
          "type": {
            "kind": "struct",
            "name": "HBD_MessageUnit0"
          },
          "offset": 0
        },
        "hbemu": {
          "type": {
            "kind": "struct",
            "name": "HBE_MessageUnit"
          },
          "offset": 0
        },
        "hbfmu": {
          "type": {
            "kind": "struct",
            "name": "HBF_MessageUnit"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_87ac4293056aeb64": {
      "size": 16,
      "fields": {
        "cast_enc": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "lso": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "num_pkts": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "nwh_bytes": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "port": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rsvd0": {
          "type": {
            "bit_length": 8,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rsvd1": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd3": {
          "type": {
            "bit_length": 4,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "status": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "user_bytes": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "wq_id": {
          "type": {
            "bit_length": 11,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "wqe_index": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_87be6562ba56dfca": {
      "size": 48,
      "fields": {
        "bytes_xfered": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 16
        },
        "is_local": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "itag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "nxfers": {
          "type": {
            "bit_length": 31,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "reply_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "request_t"
            }
          },
          "offset": 24
        },
        "resid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3ed36c4669374140"
          },
          "offset": 44
        },
        "tag_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "unnamed_87ca22acc8e2959b": {
      "size": 16,
      "fields": {
        "ba_acc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_99c76e1e337df5d6"
          },
          "offset": 0
        },
        "ba_rjt": {
          "type": {
            "kind": "struct",
            "name": "unnamed_18f6fe5676439de7"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cb2d764a2f054f51"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_87f541c97fd9ffe0": {
      "size": 488,
      "fields": {
        "Nr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "decrypt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "dk": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 248
        },
        "ek": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_87f6edb34de93398": {
      "size": 6,
      "fields": {
        "smac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_761059f0061ec001"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_882312d7add9c16d": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ips_command"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8830f1e4d88f406f": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_tx_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_884879ff79d71766": {
      "size": 4,
      "fields": {
        "ac_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ac_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8871fd94ce90d9c3": {
      "size": 4,
      "fields": {
        "fw_rt_lsb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_88a62d2980b2ab7f": {
      "size": 20,
      "fields": {
        "out_param": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "token": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_88bed3e194bf2331": {
      "size": 20,
      "fields": {
        "armed": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "autovalid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "coalesce_wm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "count": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "cqe_count": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "dw4rsvd1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "dw5rsvd1": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dw5rsvd2": {
          "type": {
            "bit_length": 11,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "dw5rsvd3": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "dw6rsvd1": {
          "type": {
            "bit_length": 15,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "dw7rsvd1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "dw8rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "eq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "eventable": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "page_size": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "unnamed_88c6207cd5eaf8e7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_route"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_mesh_route"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_88e11082d28df3ba": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_multi"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_88e5eb0b7a83c488": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_88e962c437bbfaf3": {
      "size": 20,
      "fields": {
        "array": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_88ec7f2a1a28d9d6": {
      "size": 6,
      "fields": {
        "r_ctl_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "r_ctl_match": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "type_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "type_match": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_890401fc6cd3a739": {
      "size": 96,
      "fields": {
        "nd_buf_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "nd_pcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "debugnet_pcb"
            }
          },
          "offset": 72
        },
        "nd_tx_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 80
        },
        "ndc_af": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "ndc_client": {
          "type": {
            "kind": "union",
            "name": "kd_ip"
          },
          "offset": 32
        },
        "ndc_gateway": {
          "type": {
            "kind": "union",
            "name": "kd_ip"
          },
          "offset": 48
        },
        "ndc_iface": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ndc_server": {
          "type": {
            "kind": "union",
            "name": "kd_ip"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_8907b8c91dc1f8e8": {
      "size": 152,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 0
        },
        "payload": {
          "type": {
            "kind": "struct",
            "name": "ocs_dma_t"
          },
          "offset": 96
        },
        "seq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_sequence_t"
            }
          },
          "offset": 88
        },
        "wqcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hw_wq_callback_t"
            }
          },
          "offset": 8
        },
        "wqe": {
          "type": {
            "kind": "struct",
            "name": "ocs_hw_wqe_t"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_892e72821b6a7928": {
      "size": 4,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a7e45e6b41964ff"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8985638f48950aae": {
      "size": 4,
      "fields": {
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "wq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_898f97182f631ea0": {
      "size": 12,
      "fields": {
        "Chain": {
          "type": {
            "kind": "struct",
            "name": "SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "Simple": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_89a3cc4de4d737e0": {
      "size": 4,
      "fields": {
        "tucse": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tucso": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tucss": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_89d3f810f6ac437f": {
      "size": 528,
      "fields": {
        "array": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_89d6779f213b3002": {
      "size": 4,
      "fields": {
        "un_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "un_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_89eb22c9aaa6ce1a": {
      "size": 8,
      "fields": {
        "ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_ctrl_hdr"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_89fbd3bb0a328436": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtblk_request"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vtblk_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8a017a68b1dcd3ca": {
      "size": 34,
      "fields": {
        "ApRates": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "AssocID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "GProtection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_8a0d1ffb37a7965a": {
      "size": 520,
      "fields": {
        "profile_description": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "profile_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "profile_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8a34d4fdc533c97b": {
      "size": 44,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_8a3ca83001672557": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "prison"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8a5aacdb705d9842": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bridge_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8a605655d3ac19db": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rum_tx_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rum_tx_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8a6a2ec2f505be1f": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_waiting_lock"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlm_waiting_lock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8a853a16edee398c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_proc_msg"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_proc_msg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8aba3b17d15452c7": {
      "size": 304,
      "fields": {
        "kf_sa_local": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 16
        },
        "kf_sa_peer": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_storage"
          },
          "offset": 144
        },
        "kf_sock_domain0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "kf_sock_inpcb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "kf_sock_pcb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "kf_sock_protocol0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "kf_sock_rcv_sb_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 298
        },
        "kf_sock_recvq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "kf_sock_sendq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "kf_sock_snd_sb_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 296
        },
        "kf_sock_type0": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "kf_sock_unpconn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "unnamed_8ace5ceef0ca03b7": {
      "size": 16,
      "fields": {
        "KeyMaterial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8adbc1db1f7a0e95": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cd_mode_params"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cd_mode_params"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8adc579dc2de53e2": {
      "size": 16,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "posInSequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "posInSrc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8b0e86afb98384d8": {
      "size": 4,
      "fields": {
        "address": {
          "type": {
            "bit_length": 30,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hi": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ready": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8b1cb6cd7679c40f": {
      "size": 32,
      "fields": {
        "__spare__": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d3d43892ff435784"
          },
          "offset": 0
        },
        "_fault": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f179bb0282135c61"
          },
          "offset": 0
        },
        "_mesgq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_08fd691364010f9b"
          },
          "offset": 0
        },
        "_poll": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a145fd320b3b8409"
          },
          "offset": 0
        },
        "_timer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_67980b47d2ef8e69"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8b23e33ae93855bd": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igmp_ifsoftc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "igmp_ifsoftc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8b65c31a0cce1c8b": {
      "size": 2,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4ba5c30f1ee3141c"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8b8aad81881c58e5": {
      "size": 48,
      "fields": {
        "ap": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_ap"
          },
          "offset": 0
        },
        "go": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_go"
          },
          "offset": 0
        },
        "ibss": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_ibss"
          },
          "offset": 0
        },
        "p2p_dev": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_p2p_dev"
          },
          "offset": 0
        },
        "p2p_sta": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_p2p_sta"
          },
          "offset": 0
        },
        "pibss": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_pibss"
          },
          "offset": 0
        },
        "sta": {
          "type": {
            "kind": "struct",
            "name": "iwm_mac_data_sta"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8b9b77e456cd7e4e": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "statspage"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "statspage"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8ba07c7d61a84c97": {
      "size": 56,
      "fields": {
        "blob_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "dist": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "maj": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ori": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "p": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "tool_x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "tool_y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "w_maj": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "w_min": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_8bb268d527bc82d9": {
      "size": 560,
      "fields": {
        "fc": {
          "type": {
            "kind": "struct",
            "name": "mpi_fc_cfg"
          },
          "offset": 0
        },
        "spi": {
          "type": {
            "kind": "struct",
            "name": "mpt_spi_cfg"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8bccd337cbc81ff1": {
      "size": 24,
      "fields": {
        "reply": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d9e1557103d94c3a"
          },
          "offset": 0
        },
        "watch": {
          "type": {
            "kind": "struct",
            "name": "unnamed_16253431f825d3b7"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8bd001da81193e41": {
      "size": 8,
      "fields": {
        "eui": {
          "type": {
            "kind": "struct",
            "name": "fw_eui64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8bd96b6f64cd7327": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_cx_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8c08490e0172dd5a": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "lowerBound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "upperBound": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_8c0dae7b8b1110e0": {
      "size": 8,
      "fields": {
        "icmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "icmp"
            }
          },
          "offset": 0
        },
        "ip6cp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6ctlparam"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8c381c143ef3915d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_altq_v0"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_altq_v0"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8c8db95b610500ec": {
      "size": 8,
      "fields": {
        "ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_ctrl_hdr"
          },
          "offset": 0
        },
        "mq": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_ctrl_mq"
          },
          "offset": 4
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_8ca45b080ba2b621": {
      "size": 2,
      "fields": {
        "asUshort": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f1e3946f8b4d1301"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8cab69374de9562c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pagedep"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pagedep"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8ccbfb056c40ed30": {
      "size": 16,
      "fields": {
        "memguard": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4a7b207079cf4fe1"
          },
          "offset": 0
        },
        "q": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1ddb02eb5227840d"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6b8a12d65b87bdfe"
          },
          "offset": 0
        },
        "uma": {
          "type": {
            "kind": "struct",
            "name": "unnamed_efbbbc898eb3a4b7"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8cd3a3260adea1c5": {
      "size": 16,
      "fields": {
        "slicer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8d00c2c99c41efb8": {
      "size": 4,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c94658b70d9cddcf"
          },
          "offset": 0,
          "anonymous": true
        },
        "vlan": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e270cf6d25594c49"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8d2e360b429d66b2": {
      "size": 48,
      "fields": {
        "blkbuf": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "tag2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_8d3cc2320074359d": {
      "size": 4,
      "fields": {
        "l": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8d4dd396985dbc02": {
      "size": 64,
      "fields": {
        "__aln": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "evm": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8da479f2ffb19db5": {
      "size": 18,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "SeqNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 15
        },
        "TID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "unnamed_8dbba7744ebd2a84": {
      "size": 16,
      "fields": {
        "buffer_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8deef182e8a42dac": {
      "size": 40,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vendor_guid": {
          "type": {
            "kind": "struct",
            "name": "xenpf_efi_guid"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_8e23389ba63bc084": {
      "size": 33,
      "fields": {
        "arp_filter": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "bcast_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dhcp_client_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dhcp_server_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dword3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 29
        },
        "evt_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 25
        },
        "ipv6_nbr_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "ipv6_ra_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "ipv6_ras_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "lrn_disable": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lrn_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "mcast_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "mgmt_disable": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "mgmt_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "net_bios_filt": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "rsvd3": {
          "type": {
            "bit_length": 16,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 22
        },
        "vlan_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_8e2c5c73fc46e369": {
      "size": 3,
      "fields": {
        "dt_scsi_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dt_scsi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_8e3a3aaf373a52c6": {
      "size": 64,
      "fields": {
        "abts_cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "abts_df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "abts_did_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "abts_did_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "abts_f_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "abts_fs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "abts_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "abts_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "abts_ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "abts_param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "abts_r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "abts_reserved0": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "abts_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "abts_reserved2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 44
        },
        "abts_rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "abts_rxid_abts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "abts_rxid_task": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "abts_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "abts_seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "abts_sid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "abts_sid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "abts_sof": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "abts_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        }
      },
      "kind": "struct"
    },
    "unnamed_8e42d1a58dfa1f9b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_error"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fib_error"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8e721fba856a3800": {
      "size": 16,
      "fields": {
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8e7d866701561ea7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_chain"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_chain"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8e7d9cae1c04eb63": {
      "size": 16,
      "fields": {
        "bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "name": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 8
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8e8f1153ded110e0": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "RadarTypeCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_8e970af66fdae9a2": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ip6_msource"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8ea4b8a93e2bb689": {
      "size": 4,
      "fields": {
        "ReceiverFibAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "SenderFibAddressHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "TimeStamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8ee382456294b99a": {
      "size": 64,
      "fields": {
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "req_sense_data": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_8f07896e7268ba4c": {
      "size": 160,
      "fields": {
        "T": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "X": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "Y": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "Z": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_8f0c501862fdb3b5": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsreq"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsreq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8f0f9f93e788a97f": {
      "size": 10,
      "fields": {
        "byte_2_rsvd": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "byte_3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "information": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8f2e79ea6586a423": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8f3430e049325704": {
      "size": 4,
      "fields": {
        "context": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6c035cf7439f25fa"
          },
          "offset": 0
        },
        "frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8f3aa81267ea74b7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_lock"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_lock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8f5228f94f95b3eb": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8f5f3afb5efd4ddd": {
      "size": 8,
      "fields": {
        "duration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "frequency": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_8f70b2600fce07f9": {
      "size": 64,
      "fields": {
        "b": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "w": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8f7f1b20dc45c1ab": {
      "size": 4,
      "fields": {
        "rq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rss_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_8f7f48932f78e860": {
      "size": 8,
      "fields": {
        "pgdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_db_pgdir"
            }
          },
          "offset": 0
        },
        "user_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_ib_user_db_page"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8f8f17d2378339f1": {
      "size": 28,
      "fields": {
        "dest_sin": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 0
        },
        "dest_sin6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8f9042a4c4f74555": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "osd"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "osd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8f9b2192ebd96da2": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_periph"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8f9f45ba01ca4b2b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_disk"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_8fab6ffcd54662f7": {
      "size": 8,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 0
        },
        "prog": {
          "type": {
            "kind": "struct",
            "name": "mrsas_progress"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_8fc280386f8f2cd3": {
      "size": 8,
      "fields": {
        "hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ip6hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "greip6"
            }
          },
          "offset": 0
        },
        "iphdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "greip"
            }
          },
          "offset": 0
        },
        "udp6hdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "greudp6"
            }
          },
          "offset": 0
        },
        "udphdr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "greudp"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_8fe8376f0840aeae": {
      "size": 2680,
      "fields": {
        "stats": {
          "type": {
            "kind": "struct",
            "name": "oce_hw_stats_v2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_901e6bd816f41b6e": {
      "size": 40,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "is_path_broken": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "sas_addr": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_904b30ea79af1cc1": {
      "size": 4,
      "fields": {
        "pmac_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_907dddbdb08c6c73": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ww_mutex_thread"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ww_mutex_thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_907f094269115dd4": {
      "size": 16,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "GIType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_90b840c01af58fe6": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_hcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_90db093f290c7140": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_keth_anchor"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_90fc25cb181fd6d9": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_driver"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_driver"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_912c8ad31fe614a7": {
      "size": 16,
      "fields": {
        "locked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "raw_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rpc_gss_rawcred_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9130e14c30a38c69": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sigio"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_915b2c739e302d2f": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "md_s"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_91604bd7eb05b17b": {
      "size": 32,
      "fields": {
        "_rm_lock_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "_rm_lock_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 0
        },
        "_rm_wlock_object": {
          "type": {
            "kind": "struct",
            "name": "lock_object"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_91635ec8c51c7b07": {
      "size": 8,
      "fields": {
        "res_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "res_port_free": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_91863b1e5b78b097": {
      "size": 2,
      "fields": {
        "buf": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wStatus": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_918f5a521bb358f4": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_91c28e81ec41ecce": {
      "size": 24,
      "fields": {
        "customAlloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "customFree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "opaque": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_91d67d5c7c2f20be": {
      "size": 64,
      "fields": {
        "vp_mod_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "vp_mod_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "vp_mod_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vp_mod_hdr": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "vp_mod_idx0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "vp_mod_idx1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "vp_mod_ports": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_81a2aebfcfce41d8"
            }
          },
          "offset": 16
        },
        "vp_mod_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vp_mod_reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "vp_mod_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_91ee2ed868b861a7": {
      "size": 8,
      "fields": {
        "deviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "subDeviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subVendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendorId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_92184c62aa2e8360": {
      "size": 8,
      "fields": {
        "_kve_obj": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "_kve_vn_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_924b5e3941ccf1f5": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evclass_elem"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "evclass_elem"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_92702e601a650207": {
      "size": 6,
      "fields": {
        "nid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_929d4b45f31f0f8a": {
      "size": 1,
      "fields": {
        "bw_params": {
          "type": {
            "kind": "struct",
            "name": "elink_ets_bw_params"
          },
          "offset": 0
        },
        "sp_params": {
          "type": {
            "kind": "struct",
            "name": "elink_ets_sp_params"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_92ad96f1df99df46": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_92dd4c5bc3257c0e": {
      "size": 52,
      "fields": {
        "cq_ctx": {
          "type": {
            "kind": "union",
            "name": "oce_cq_ctx_t"
          },
          "offset": 0
        },
        "pages": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "phys_addr"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_92e235f076a67de3": {
      "size": 4,
      "fields": {
        "SMARTerEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "SSDPatrolReadEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "SSDSMARTerEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "allowBootWithPinnedCache": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "autoEnhancedImport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "copyBackDisabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "disableNCQ": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "disableOnlineCtrlReset": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "disableSpinDownHS": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "enableJBOD": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "enableSecretKeyControl": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "enableSpinDownUnconfigured": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "prCorrectUnconfiguredAreas": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 18,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "useFdeOnly": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_92f2f4249540707a": {
      "size": 68,
      "fields": {
        "drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drives": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ips_drive_t"
            }
          },
          "offset": 4
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_9304c4936e261e27": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9318099632d8bba5": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_shared_key"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_shared_key"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_933205f1d69631f3": {
      "size": 2,
      "fields": {
        "all": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_731cab5bd22217c0"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9346b6121eb58abb": {
      "size": 24,
      "fields": {
        "_pfik_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_51c3b1d2446c0937"
          },
          "offset": 0
        },
        "_pfik_tree": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4b009ea3521cd776"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_935e1c1c293feb39": {
      "size": 4,
      "fields": {
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val_rdonly": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_93727d01d91f384d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_async_lock"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlm_async_lock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_939ede89daccd9b6": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "carp_softc"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "carp_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_939f6f2b763f6fbc": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_keg"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uma_keg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_93bc9e612f68a915": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "worklist"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "worklist"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_93f1d12bcb553a23": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rl_q_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rl_q_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_93fcf4a440759e1c": {
      "size": 8,
      "fields": {
        "adjust": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fa5c5d3fcc1d85c0"
          },
          "offset": 0
        },
        "band_pref": {
          "type": {
            "kind": "enum",
            "name": "nl80211_band"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_940c3adeb229d26f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_subdisk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_subdisk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_943a9737061b68b0": {
      "size": 8,
      "fields": {
        "ph": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c42e45e0cf4fce2f"
          },
          "offset": 0
        },
        "phs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_94597e0ac892663e": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_sgl_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_sgl_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_945ff61ae8cbd769": {
      "size": 60,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FWReleaseNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "HostIf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "NumOfMCastAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "NumOfWCB": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "NumberOfAntenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "PermanentAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "RegionCode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "RxPdRdPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "RxPdWrPtr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "Version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "WcbBase0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "WcbBase1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "ulFwAwakeCookie": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "unnamed_9460098921537a79": {
      "size": 116,
      "fields": {
        "AckFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "FCSErrorCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "PointerErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "RTSFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "RTSSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "RxDuplicateFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "RxExcludedFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "RxFragErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "RxICVErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "RxMemErrors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "RxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "RxNonCtlPkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "RxOverflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "RxUndecryptableFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "TxAttempts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "TxDone": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "TxDoneBufPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "TxDoneBufTryPut": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "TxFailures": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "TxFragments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "TxMulticasts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "TxMultipleRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "TxRetrySuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "TxSuccesses": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "TxUnderflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "TxWatchDogTimeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "Wait4TxBuf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "unnamed_948c79ff96298914": {
      "size": 64,
      "fields": {
        "b32": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "b8": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_948f502ddd3fcf41": {
      "size": 4,
      "fields": {
        "Bytes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9497da89401bbb7a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "work_exec"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "work_exec"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_94bbb1aec4f62f67": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_ifaddr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_94cd3a627726d881": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rsu_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_94fdad1eaed1f9b6": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_disk"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_mirror_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_951d7dc7bf3e9482": {
      "size": 24,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_66171f7552371b13"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_00868f9fc7442950"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_952c96d30f35e86c": {
      "size": 8,
      "fields": {
        "a_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "a_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_7bfd775c9f6e46ea"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_9535dde31a363573": {
      "size": 8,
      "fields": {
        "Address32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Address64": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_953f1b60d3337990": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_driver"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_956912b904c33996": {
      "size": 32,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_95706987d4f0c586": {
      "size": 8,
      "fields": {
        "link_event": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cbb49e358862d20f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9572bb0417213a76": {
      "size": 4,
      "fields": {
        "hold_in_pd1": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "bit_length": 23,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reset_action": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reset_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9584604d666a6657": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_intr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_959099d69a1f5964": {
      "size": 8,
      "fields": {
        "p_aio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kaiocb"
            }
          },
          "offset": 0
        },
        "p_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 0
        },
        "p_lio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aioliojob"
            }
          },
          "offset": 0
        },
        "p_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        },
        "p_v": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_95916a6265996b26": {
      "size": 56,
      "fields": {
        "sf_nfsv2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_49951ad7ce82e0b7"
          },
          "offset": 0
        },
        "sf_nfsv3": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7fbcba4efd455a7"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_95a8a1fcee154b7e": {
      "size": 472,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c22e5f1119c3c371"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_05aabf1afd35650e"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_95cc83a1a4a9cb2b": {
      "size": 32,
      "fields": {
        "devp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3056c8f84e6ba509"
          },
          "offset": 0
        },
        "phys": {
          "type": {
            "kind": "struct",
            "name": "unnamed_412539b01a6a9ba4"
          },
          "offset": 0
        },
        "sgp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7e63d172ab78f258"
          },
          "offset": 0
        },
        "swp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6b6ff9a64ba06aec"
          },
          "offset": 0
        },
        "vnp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_07229c92f13c0422"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_95e48f6da0072090": {
      "size": 4,
      "fields": {
        "encryptionType": {
          "type": {
            "bit_length": 8,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "fpCacheBypassCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fpCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fpNonRWCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "fpReadAcrossStripe": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "fpReadCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "fpWriteAcrossStripe": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "fpWriteCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "ldPiMode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pdPiMode": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "raCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved4": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "reserved5": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tmCapable": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_95f19b70476bd397": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_tracker"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvme_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_961ded12eba9993f": {
      "size": 264,
      "fields": {
        "e1x": {
          "type": {
            "kind": "struct",
            "name": "tstorm_eth_mac_filter_config"
          },
          "offset": 0
        },
        "e2": {
          "type": {
            "kind": "struct",
            "name": "eth_filter_rules_ramrod_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_961ec6478b708f39": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_sector"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_bde_sector"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9643d0380b3dc2fc": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_iq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9648b6773292a7dc": {
      "size": 64,
      "fields": {
        "attached_device_name": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 0
        },
        "attached_phy_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "current_phy_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "default_inside_zpsds_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "default_requested_inside_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "default_zone_group": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 47
        },
        "default_zone_group_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "default_zoning_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "device_slot_group_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "device_slot_group_output_connector": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 58
        },
        "device_slot_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "hardware_muxing_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "inside_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "inside_zpsds_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "negotiated_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "negotiated_ssc": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "programmed_phy_capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "reason": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 42
        },
        "requested_inside_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "requested_inside_zpsds_changed_by_expander": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved10": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "reserved11": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "reserved12": {
          "type": {
            "bit_length": 18,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "reserved14": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "reserved15": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "reserved16": {
          "type": {
            "bit_length": 18,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "reserved2": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "reserved4": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "reserved5": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 43
        },
        "reserved6": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "reserved7": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "reserved8": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "reserved9": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 45
        },
        "reserved_for_self_config_fields": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved_for_zoning_fields": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "saved_inside_zpsds_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "saved_requested_inside_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "saved_zone_group": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 51
        },
        "saved_zone_group_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "saved_zoning_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "self_configuration_levels_completed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "self_configuration_sas_address": {
          "type": {
            "kind": "struct",
            "name": "SCI_SAS_ADDRESS_T"
          },
          "offset": 16
        },
        "self_configuration_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "shadow_inside_zpsds_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "shadow_requested_inside_zpsds": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "shadow_zone_group": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 55
        },
        "shadow_zone_group_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "zone_group": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "zone_group_persistent": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "zoning_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_964b749a8b67017a": {
      "size": 24,
      "fields": {
        "Chain": {
          "type": {
            "kind": "struct",
            "name": "SGE_CHAIN_UNION"
          },
          "offset": 0
        },
        "Simple": {
          "type": {
            "kind": "struct",
            "name": "SGE_SIMPLE_UNION"
          },
          "offset": 0
        },
        "Transaction": {
          "type": {
            "kind": "struct",
            "name": "SGE_TRANSACTION_UNION"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9688e0853e90ff8a": {
      "size": 4,
      "fields": {
        "leaf_rcvgen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "leaf_rcvidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_968c741df6da3d96": {
      "size": 48,
      "fields": {
        "client_principal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_bfab74ae4b3b50c8"
            }
          },
          "offset": 24
        },
        "mechanism": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "qop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "service": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d55d8422e3b2e2fb"
          },
          "offset": 40
        },
        "svc_principal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_969a5eb90cde4b7c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_disk_pending"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_disk_pending"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_96baab6fa0cf630a": {
      "size": 8,
      "fields": {
        "ip6_un1": {
          "type": {
            "kind": "struct",
            "name": "ip6_hdrctl"
          },
          "offset": 0
        },
        "ip6_un2_vfc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_96bbf37de4561b4b": {
      "size": 8,
      "fields": {
        "ilp32": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2228469820ae9ce5"
          },
          "offset": 0
        },
        "lp64": {
          "type": {
            "kind": "struct",
            "name": "unnamed_339889d17bfb389c"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_96c40e78a0f920a8": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kaiocb"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kaiocb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_96c7f31d6dca0574": {
      "size": 8,
      "fields": {
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pa": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_96d16dbfbb5e5efb": {
      "size": 12,
      "fields": {
        "channel5111": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "channelSelect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "refClkSel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_96d6fd92b5527e68": {
      "size": 224,
      "fields": {
        "m_dat": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e4a630e58d95d3c1"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_97096de252d23626": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_command"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_97158fac96832f1c": {
      "size": 72,
      "fields": {
        "SAS_3G": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "SATA_1_5G": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "SATA_3G": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "SPI": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "port_addr": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "port_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved_1": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_97216a3fe10d8fd1": {
      "size": 8,
      "fields": {
        "bytes": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "field": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_972aaac947591971": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cas_txsoft"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9731953571c02520": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "targetId": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9731e88d45343e2d": {
      "size": 2,
      "fields": {
        "dad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_973d64090987c745": {
      "size": 8,
      "fields": {
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_97442223ba0dc9fe": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sess_con"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_97449e5809d4a001": {
      "size": 64,
      "fields": {
        "sendmap_ack_arrival": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "sendmap_dupacks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "sendmap_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sendmap_fas": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sendmap_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sendmap_r_rtr_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sendmap_send_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sendmap_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sendmap_time": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_9752264f9ae59615": {
      "size": 4,
      "fields": {
        "netif": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ec736b5b1fb0550c"
          },
          "offset": 0
        },
        "pvt_pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tapif_user": {
          "type": {
            "kind": "struct",
            "name": "unnamed_56aa226e994c3bbb"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9776defbf44c3afc": {
      "size": 12,
      "fields": {
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "id16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "volts": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_97afc80b34c684a5": {
      "size": 32,
      "fields": {
        "b": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "w": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_97e517b9c323615b": {
      "size": 64,
      "fields": {
        "__spare__": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        },
        "_kevent_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "_sigev_thread": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e65ee7859d4d2d45"
          },
          "offset": 0
        },
        "_threadid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9805a8ee55e3672c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_system_pending"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_system_pending"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_980f59bc59e33245": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9835d09073ed7084": {
      "size": 2,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_98393e8298e3d60f": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knote"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_983cc981245d9716": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_queued_to_read"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_queued_to_read"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9842c88af45eca91": {
      "size": 788,
      "fields": {
        "bus_result": {
          "type": {
            "kind": "struct",
            "name": "bus_match_result"
          },
          "offset": 0
        },
        "device_result": {
          "type": {
            "kind": "struct",
            "name": "unnamed_05b124be3955bcbe"
          },
          "offset": 0
        },
        "periph_result": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bcdad53d89a1eb25"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9859685377d7f213": {
      "size": 4,
      "fields": {
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9862e7db0b17c42d": {
      "size": 16,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "task_list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_986f7c78a1d88322": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pkt": {
          "type": {
            "kind": "struct",
            "name": "pci_packet"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_987023d27d5252f5": {
      "size": 4,
      "fields": {
        "dcl2": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "dif": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fcpc": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fcpi": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fcpt": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "hlm": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "iaab": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "iaar": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "mrqp": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "npiv": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "perfh": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rqd": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rsco": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rxri": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rxseq": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vf": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9870443a73510f85": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_sim"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_98a19b00fb3794f3": {
      "size": 7944,
      "fields": {
        "CTable": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1024
        },
        "count": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "wksps": {
          "type": {
            "kind": "union",
            "name": "unnamed_f4934397cdd74970"
          },
          "offset": 3080
        }
      },
      "kind": "struct"
    },
    "unnamed_98ccff1b0b4ac70e": {
      "size": 4,
      "fields": {
        "f_pipegen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "f_seqcount": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_98d67fde2d718360": {
      "size": 8,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af35c594f196a703"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_98d6fb52ab6ffcee": {
      "size": 16,
      "fields": {
        "client": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "server": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_98d8f44436cf87a9": {
      "size": 8,
      "fields": {
        "u16": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "u32": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "u64": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "u8": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "enum",
            "name": "mlx5_device_state"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_98deee1b7046b3d9": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "random_sources"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "random_sources"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_98eafdadb3230e9f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dpcpu_free"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dpcpu_free"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_98f55943c1caf89a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_tid"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_tid"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9915c1eeb2df2059": {
      "size": 8,
      "fields": {
        "ti_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ti_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_99253ff9ed1e1196": {
      "size": 16,
      "fields": {
        "indicator_struct": {
          "type": {
            "kind": "struct",
            "name": "MPI_RAID_VOL_INDICATOR"
          },
          "offset": 0
        },
        "new_settings": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phys_disk_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_99923de39661aa1f": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx_command"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9997f0fc48bf31c0": {
      "size": 4,
      "fields": {
        "bypass_flush": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_999fec34699b4e81": {
      "size": 18,
      "fields": {
        "Path0": {
          "type": {
            "kind": "struct",
            "name": "ddf_device_scsi"
          },
          "offset": 0
        },
        "Path1": {
          "type": {
            "kind": "struct",
            "name": "ddf_device_scsi"
          },
          "offset": 4
        },
        "pad": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_99c76e1e337df5d6": {
      "size": 16,
      "fields": {
        "aborted_ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "aborted_rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "high_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "last_seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "low_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "seq_id_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_99d604f11d04212c": {
      "size": 8,
      "fields": {
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "len_des": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5
        },
        "len_id": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "len_src": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        },
        "version": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "unnamed_99e62988c935fb9a": {
      "size": 8,
      "fields": {
        "dyn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_dynaddr"
            }
          },
          "offset": 0
        },
        "dyncnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "tbl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 0
        },
        "tblcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9a0491d7ec0364ef": {
      "size": 20,
      "fields": {
        "dev_t_high": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "dev_t_low": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9a0da77ebe1b40ce": {
      "size": 4,
      "fields": {
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "unnamed_28d20956b5ae5a0f"
          },
          "offset": 0
        },
        "sync": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8871fd94ce90d9c3"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9a4bd356780fac9e": {
      "size": 40,
      "fields": {
        "aprox_match": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c0eb44a9cefc6b03"
          },
          "offset": 0
        },
        "exact_match": {
          "type": {
            "kind": "struct",
            "name": "unnamed_547e888429a00c37"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9a5960daf9784be4": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9a6569ab7629b6f8": {
      "size": 2,
      "fields": {
        "Bus": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Dev": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Targ": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_9a750ffde4bc6826": {
      "size": 8,
      "fields": {
        "l4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "tcp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcphdr"
            }
          },
          "offset": 0
        },
        "udp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "udphdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9a759000920af0a4": {
      "size": 2112,
      "fields": {
        "bucketOffsets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "hashTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ldmEntry_t"
            }
          },
          "offset": 40
        },
        "loadedDictEnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "matchCandidates": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ldmMatchCandidate_t"
            }
          },
          "offset": 576
        },
        "splitIndices": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "window": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_window_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9a882e291c5c72dd": {
      "size": 36,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ssid": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_9a91aae8e08f3a09": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inoref"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inoref"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9a98136c35e905b0": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "s_wqe_opcode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "wqe_counter": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9aa9a501144fa106": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uath_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9aa9bb47f24ee040": {
      "size": 56,
      "fields": {
        "p_align": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "p_filesz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "p_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "p_memsz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "p_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "p_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "p_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "p_vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_9aaac355f1d75ad6": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_memblk"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9aabbdcf687940fb": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_object"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9aadb2abb34a9113": {
      "size": 24,
      "fields": {
        "fflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "mirrorcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "statshint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "stripeunit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9ab8825078e90357": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trigger_info"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "trigger_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9ac2a92b4fbf4092": {
      "size": 64,
      "fields": {
        "fa_nfsv2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_816dcb762b8adcf6"
          },
          "offset": 0
        },
        "fa_nfsv3": {
          "type": {
            "kind": "struct",
            "name": "unnamed_80d78917e9e56411"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9ac375d00a353353": {
      "size": 14340,
      "fields": {
        "CTable_max": {
          "type": {
            "count": 2561,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "workspace": {
          "type": {
            "kind": "union",
            "name": "unnamed_be52946afb474412"
          },
          "offset": 10244
        }
      },
      "kind": "struct"
    },
    "unnamed_9add8e28c010b58d": {
      "size": 4,
      "fields": {
        "current_temperature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "warning_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_9ae7270d6417f82b": {
      "size": 1032,
      "fields": {
        "cur_sample": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1024
        },
        "cur_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1028
        },
        "samples": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "HAL_SURVEY_SAMPLE"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9b009a30ff531ee3": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_vss_req_internal"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9b2c67547686410b": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_fibmap"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_fibmap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9b3095dbee4ecff0": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_pci_dev"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_pci_dev"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9b3dcf2eadc5a4c9": {
      "size": 40,
      "fields": {
        "ot": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5603b4d430632b22"
          },
          "offset": 0
        },
        "udp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f1fac4c3a115cb9f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9ba0a8fd216d984b": {
      "size": 40,
      "fields": {
        "dir_entries": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_get_dir_entries"
          },
          "offset": 0
        },
        "dir_info": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_get_dir_info"
          },
          "offset": 0
        },
        "erase": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_erase_dir_entry"
          },
          "offset": 0
        },
        "find": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_find_dir_entry"
          },
          "offset": 0
        },
        "get_time": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_fw_get_time"
          },
          "offset": 0
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_header"
          },
          "offset": 0
        },
        "install": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_install_update"
          },
          "offset": 0
        },
        "modify": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_modify"
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_read"
          },
          "offset": 0
        },
        "reset": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_fw_reset"
          },
          "offset": 0
        },
        "set_time": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_fw_set_time"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_fw_qstatus"
          },
          "offset": 0
        },
        "verify": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_verify_update"
          },
          "offset": 0
        },
        "write": {
          "type": {
            "kind": "struct",
            "name": "bnxt_ioctl_hwrm_nvm_write"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9ba7e92b0bd00068": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpuset"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cpuset"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9bb8aa191afa8eb7": {
      "size": 4,
      "fields": {
        "normal": {
          "type": {
            "kind": "struct",
            "name": "normal_vlan"
          },
          "offset": 0
        },
        "qinq": {
          "type": {
            "kind": "struct",
            "name": "qinq_vlan"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9bf5cd20056c3fdb": {
      "size": 16,
      "fields": {
        "Count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Elements": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "acpi_object"
            }
          },
          "offset": 8
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9c343a4e7b9686c5": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_driver"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9c3f57ae07c07e07": {
      "size": 1504,
      "fields": {
        "ee_antennaGainMax": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 1500
        },
        "ee_base": {
          "type": {
            "kind": "struct",
            "name": "ar9287_eeprom"
          },
          "offset": 0
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 728
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 732
        }
      },
      "kind": "struct"
    },
    "unnamed_9c5b2fed09a477d3": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_multi_mship"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9c6235bd409007d1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "top_cdnr"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "top_cdnr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9c72b1e58fc332e1": {
      "size": 2,
      "fields": {
        "enclConnectorIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "enclPosition": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9c843fd74c51f562": {
      "size": 32,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9c88d8e8c04f9597": {
      "size": 64,
      "fields": {
        "consistency_completed": {
          "type": {
            "kind": "struct",
            "name": "ciss_notify_consistency_completed"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "drive": {
          "type": {
            "kind": "struct",
            "name": "ciss_notify_drive"
          },
          "offset": 0
        },
        "io_error": {
          "type": {
            "kind": "struct",
            "name": "ciss_notify_io_error"
          },
          "offset": 0
        },
        "location": {
          "type": {
            "kind": "struct",
            "name": "ciss_notify_locator"
          },
          "offset": 0
        },
        "logical_status": {
          "type": {
            "kind": "struct",
            "name": "ciss_notify_logical_status"
          },
          "offset": 0
        },
        "rebuild_aborted": {
          "type": {
            "kind": "struct",
            "name": "ciss_notify_rebuild_aborted"
          },
          "offset": 0
        },
        "redundant_controller": {
          "type": {
            "kind": "struct",
            "name": "ciss_notify_redundant_controller"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9cc0a2e44a5021a9": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_list_node"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_list_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9cdf32c38d106909": {
      "size": 8,
      "fields": {
        "aifsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "cwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "txoplimit": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_9ce87a56435ba0bc": {
      "size": 12,
      "fields": {
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9cf4c922ca7492b4": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdevsw"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9d0bff7d3bfb336c": {
      "size": 8,
      "fields": {
        "din1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufs1_dinode"
            }
          },
          "offset": 0
        },
        "din2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ufs2_dinode"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9d3accff5685dc5b": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_qcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9d48361254a8e1db": {
      "size": 1,
      "fields": {
        "fcp_cmnd_cdb": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9d4b43f99a8e6ba8": {
      "size": 304,
      "fields": {
        "kf_eventfd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5a74601a70d6732a"
          },
          "offset": 0
        },
        "kf_file": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d0108c28c0cc619b"
          },
          "offset": 0
        },
        "kf_kqueue": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3cfa2edb8c70771f"
          },
          "offset": 0
        },
        "kf_pipe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aef1a4097379770c"
          },
          "offset": 0
        },
        "kf_proc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d433b3b5aff6122f"
          },
          "offset": 0
        },
        "kf_pts": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f5e74ace0d36cad3"
          },
          "offset": 0
        },
        "kf_sem": {
          "type": {
            "kind": "struct",
            "name": "unnamed_431758d59323eec2"
          },
          "offset": 0
        },
        "kf_sock": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8aba3b17d15452c7"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9d4cb100dfba57f7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pv_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pv_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9df77e83fa5ef847": {
      "size": 8,
      "fields": {
        "d32": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "d64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9e15c7f5ce22d1fe": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_hal_chip"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_hal_chip"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9e667300a64a4fe6": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inodedep"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inodedep"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9e7a06ffd5d2edb2": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcpu"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9e86185498d68fbf": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_vxlan_db_el"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5e_vxlan_db_el"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9e8e5bb4a69d7bcb": {
      "size": 4,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9ea9bd1c22a8eb98": {
      "size": 24,
      "fields": {
        "da_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "fn": {
          "type": {
            "kind": "struct",
            "name": "unnamed_60b049225ef834eb"
          },
          "offset": 0
        },
        "msg": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4832081f3917f6f7"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9f1016a09d08114b": {
      "size": 24,
      "fields": {
        "conv": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9f8e07ac44299924"
          },
          "offset": 0
        },
        "pin": {
          "type": {
            "kind": "struct",
            "name": "unnamed_547d20eb40d3c80d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9f16cce1b83898f2": {
      "size": 28,
      "fields": {
        "active_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "channel": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_umac_chan_param"
          },
          "offset": 24
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "extended_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fragmented_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "max_out_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "passive_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "scan_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "suspend_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_9f1e4ef8fbe83a18": {
      "size": 2,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "unnamed_abbfa633418258da"
          },
          "offset": 0
        },
        "ufi": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f51961a67b2d067f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9f1e6baead71b05b": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_privdata"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9f41bfc9e7e4f445": {
      "size": 160,
      "fields": {
        "m_ext": {
          "type": {
            "kind": "struct",
            "name": "m_ext"
          },
          "offset": 0
        },
        "m_pktdat": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9f439c062ba380aa": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_ea_entry"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pci_ea_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9f52ac8ab34f1324": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ti_txdesc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9f5984bb296807c1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_dr_state"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_dr_state"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9f5f10f418985e69": {
      "size": 8,
      "fields": {
        "searchMax": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9f6c81ce58417bee": {
      "size": 8,
      "fields": {
        "FixRateType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "RetryCountValid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_9f8e07ac44299924": {
      "size": 1,
      "fields": {
        "stripecap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9f90462d9d7724a3": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "epoch_tracker"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "epoch_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9fa56484db00f035": {
      "size": 4,
      "fields": {
        "rqs_entry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rqs_entry_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rqs_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rqs_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_9fa7348c790fa533": {
      "size": 16,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 8
        },
        "strip": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_9fc15fc5601fba65": {
      "size": 24,
      "fields": {
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_phy_activity_req"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_phy_activity_resp"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_9fd22a5629b484dd": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rman"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rman"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_9fe783de181ddb8a": {
      "size": 8,
      "fields": {
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_9fed923277e401dc": {
      "size": 2,
      "fields": {
        "Bus": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Dev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_9fff8515fbf21aac": {
      "size": 536,
      "fields": {
        "base_phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 512
        },
        "dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 528
        },
        "dmatag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 520
        },
        "nextstatus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 516
        },
        "status": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a036bf72c72c2499": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cf_saved_freq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a03901f95077e568": {
      "size": 80,
      "fields": {
        "reserved_gids": {
          "type": {
            "kind": "struct",
            "name": "mlx5_rsvd_gids"
          },
          "offset": 0
        },
        "roce_en": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "unnamed_a05e69da36deb34a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sackhole"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sackhole"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a074fb0fe4803866": {
      "size": 8,
      "fields": {
        "Address32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Address64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a08f4f861d652100": {
      "size": 52,
      "fields": {
        "shm_info32": {
          "type": {
            "kind": "struct",
            "name": "shm_info32"
          },
          "offset": 0
        },
        "shmid_ds32": {
          "type": {
            "kind": "struct",
            "name": "shmid_ds32"
          },
          "offset": 0
        },
        "shminfo32": {
          "type": {
            "kind": "struct",
            "name": "shminfo32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a0a96ebbe02b0f26": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "encaptab"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "encaptab"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a0b2700479b29fe6": {
      "size": 87,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "AllowRateDrop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "EntryCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "FixedRateTable": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "FIXED_RATE_ENTRY"
            }
          },
          "offset": 20
        },
        "ManagementRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 86
        },
        "MultiRateTxType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 85
        },
        "MulticastRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "unnamed_a0c094a42c30af34": {
      "size": 88,
      "fields": {
        "context": {
          "type": {
            "kind": "union",
            "name": "oce_mq_ext_ctx_t"
          },
          "offset": 0
        },
        "pages": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "phys_addr"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_a0ca97f2b2c7ba80": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngp_hdr"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ngp_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a0d5c70cd0297b7b": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crom_chunk"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a0f675cdc6add635": {
      "size": 16,
      "fields": {
        "frag_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "frag_pa_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "frag_pa_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a1313a4ffde1d8b5": {
      "size": 236,
      "fields": {
        "dw": {
          "type": {
            "count": 59,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "u1": {
          "type": {
            "kind": "union",
            "name": "unnamed_64c2c9651da581da"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a14499528539f252": {
      "size": 12,
      "fields": {
        "db_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd0": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "tc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a145b5a6c45dd87c": {
      "size": 80,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3420b50d6c455df3"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_01535092e769ba69"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a145fd320b3b8409": {
      "size": 4,
      "fields": {
        "_band": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a1540eb2cbde479d": {
      "size": 8,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "nfslockhead"
          },
          "offset": 0
        },
        "open": {
          "type": {
            "kind": "struct",
            "name": "nfsstatehead"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a17bc4e4c0024e10": {
      "size": 8,
      "fields": {
        "cl_codel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "codel"
            }
          },
          "offset": 0
        },
        "cl_red": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "red"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a183d058ee239ba3": {
      "size": 48,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "intel_gtt"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a190797fbeda13b0": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hs_rss": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dab2dac51bea771b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a1ac035261718ad2": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_prp_page"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_prp_page"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a1cf532186904787": {
      "size": 8,
      "fields": {
        "_cr_unused1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "cr_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a1e163a96874fef0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "txseginfo"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "txseginfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a20d6d000728ddd5": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_vrf"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_vrf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a20e5447ee3d9148": {
      "size": 12,
      "fields": {
        "cmd_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a214a0dddd5828fb": {
      "size": 24,
      "fields": {
        "axq_depth": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "axq_q": {
          "type": {
            "kind": "struct",
            "name": "axq_q_f_s"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a21626a82e8db8be": {
      "size": 128,
      "fields": {
        "ccb_pathinq_settings_opaque": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq_settings_fc"
          },
          "offset": 0
        },
        "nvme": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq_settings_nvme"
          },
          "offset": 0
        },
        "sas": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq_settings_sas"
          },
          "offset": 0
        },
        "spi": {
          "type": {
            "kind": "struct",
            "name": "ccb_pathinq_settings_spi"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a21e82accb7810ea": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sdt_argtype"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sdt_argtype"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a24ebd9e31a95a02": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_dev_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a29bd1bee73d8834": {
      "size": 48,
      "fields": {
        "type0": {
          "type": {
            "kind": "struct",
            "name": "_MRSAS_DRV_PCI_HEADER_TYPE_0"
          },
          "offset": 0
        },
        "type1": {
          "type": {
            "kind": "struct",
            "name": "_MRSAS_DRV_PCI_HEADER_TYPE_1"
          },
          "offset": 0
        },
        "type2": {
          "type": {
            "kind": "struct",
            "name": "_MRSAS_DRV_PCI_HEADER_TYPE_2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a29e2151e5a49dba": {
      "size": 6568,
      "fields": {
        "ee_Amode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "ee_Bmode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "ee_Gmode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ee_adcDesiredSize": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 86
        },
        "ee_adcDesiredSizeTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 220
        },
        "ee_antennaControl": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 116
        },
        "ee_antennaGainMax": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 30
        },
        "ee_calPier11b": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 340
        },
        "ee_calPier11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 334
        },
        "ee_capField": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 210
        },
        "ee_cckOfdmGainDelta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "ee_cckOfdmPwrDelta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "ee_channels11a": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 356
        },
        "ee_channels11b": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 906
        },
        "ee_channels11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 900
        },
        "ee_cornerCal": {
          "type": {
            "kind": "struct",
            "name": "CORNER_CAL_INFO"
          },
          "offset": 346
        },
        "ee_ctl": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 262
        },
        "ee_dataPerChannel11a": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 378
        },
        "ee_dataPerChannel11b": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 1088
        },
        "ee_dataPerChannel11g": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "DATA_PER_CHANNEL"
            }
          },
          "offset": 932
        },
        "ee_db1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 230
        },
        "ee_db2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 234
        },
        "ee_db2GHz": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 256
        },
        "ee_db3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 238
        },
        "ee_db4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 242
        },
        "ee_dbFor24": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 246
        },
        "ee_dbFor24g": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 250
        },
        "ee_deviceType": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ee_disableXr2": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 204
        },
        "ee_disableXr5": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 200
        },
        "ee_earStart": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "ee_eepMap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "ee_eepMap2PowerCalStart": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 208
        },
        "ee_exist32kHzCrystal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "ee_falseDetectBackoff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 182
        },
        "ee_fixedBias2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "ee_fixedBias5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "ee_gainI": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 188
        },
        "ee_iqCalI": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 326
        },
        "ee_iqCalQ": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 330
        },
        "ee_noiseFloorThresh": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 92
        },
        "ee_numChannels11a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 376
        },
        "ee_numChannels2_4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 898
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 260
        },
        "ee_ob1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 228
        },
        "ee_ob2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 232
        },
        "ee_ob2GHz": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 252
        },
        "ee_ob3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 236
        },
        "ee_ob4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 240
        },
        "ee_obFor24": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 244
        },
        "ee_obFor24g": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 248
        },
        "ee_opCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 354
        },
        "ee_pgaDesiredSize": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 89
        },
        "ee_pgaDesiredSizeTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 222
        },
        "ee_protect": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 1380
        },
        "ee_regCap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "ee_regdomain": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ee_rfKill": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ee_rxtxMargin": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 194
        },
        "ee_rxtxMarginTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 224
        },
        "ee_scaledCh14FilterCckDelta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 44
        },
        "ee_spurChans": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 912
        },
        "ee_switchSettling": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 50
        },
        "ee_switchSettlingTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 212
        },
        "ee_targetPowersStart": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "ee_thresh62": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 68
        },
        "ee_tpow": {
          "type": {
            "kind": "struct",
            "name": "TRGT_POWER_ALL_MODES"
          },
          "offset": 1244
        },
        "ee_turbo2Disable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ee_turbo2WMaxPower2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "ee_turbo2WMaxPower5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ee_turbo5Disable": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ee_txEndToXLNAOn": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 62
        },
        "ee_txEndToXPAOff": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 74
        },
        "ee_txFrameToXPAOn": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 80
        },
        "ee_txrxAtten": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 56
        },
        "ee_txrxAttenTurbo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 216
        },
        "ee_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_2e97babe0c1ec8b8"
          },
          "offset": 3432
        },
        "ee_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ee_xgain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 104
        },
        "ee_xlnaGain": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 98
        },
        "ee_xpd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 110
        },
        "ee_xrTargetPower2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "ee_xrTargetPower5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ee_xtnd5GSupport": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_a2dfc5400b7fb81e": {
      "size": 512,
      "fields": {
        "loop": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a2e75172e602115c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_pci_dev"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_pci_dev"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a31079a27222e8f8": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockdesc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a3318730348e09fa": {
      "size": 32,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "currGain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "currStep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "GAIN_OPTIMIZATION_STEP"
            }
          },
          "offset": 24
        },
        "currStepNum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "hiTrig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "loTrig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "targetGain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a33594cb12d3d442": {
      "size": 8,
      "fields": {
        "rpc_gss_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "system_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_a351245dbc542118": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "mouse_data_t"
          },
          "offset": 0
        },
        "event": {
          "type": {
            "kind": "struct",
            "name": "mouse_event_t"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "struct",
            "name": "mouse_mode_t"
          },
          "offset": 0
        },
        "mouse_char": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a35ba9e68789d952": {
      "size": 4,
      "fields": {
        "deviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "seqNum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_a3939c57af89866e": {
      "size": 4,
      "fields": {
        "frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "minute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "second": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a39ca15607266436": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a39e9b11aeb62588": {
      "size": 48,
      "fields": {
        "ext": {
          "type": {
            "kind": "struct",
            "name": "mps_ext_cfg_page_req"
          },
          "offset": 0
        },
        "page": {
          "type": {
            "kind": "struct",
            "name": "mps_cfg_page_req"
          },
          "offset": 0
        },
        "raid": {
          "type": {
            "kind": "struct",
            "name": "mps_raid_action"
          },
          "offset": 0
        },
        "user": {
          "type": {
            "kind": "struct",
            "name": "mps_usr_command"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a3b3a5e4b346b636": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fail_point_setting"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a3cc37ad806159f7": {
      "size": 86,
      "fields": {
        "LUN_info": {
          "type": {
            "kind": "union",
            "name": "LUNAddr_struct"
          },
          "offset": 0
        },
        "Request": {
          "type": {
            "kind": "struct",
            "name": "RequestBlock_struct"
          },
          "offset": 8
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 78
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "error_info": {
          "type": {
            "kind": "struct",
            "name": "ErrorInfo_struct"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "unnamed_a3dbce0af7a95084": {
      "size": 8,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_a3f432f68e0f7313": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "eventhandler_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a3f644219f2a4191": {
      "size": 4,
      "fields": {
        "backup_fw": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "error": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "iscsi_drv_loaded": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "iscsi_ip_conflict": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "iscsi_no_ip": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "option_rom_installed": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rsvd0": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "stage": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a3fa725fd93ca475": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "proc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a42385fe61b493f2": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_domain"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pci_domain"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a42d4db7abe227e1": {
      "size": 4,
      "fields": {
        "bbmErrCount": {
          "type": {
            "bit_length": 31,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bbmErrCountSupported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a46697a31e8ac889": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a47b4b1ac18993f8": {
      "size": 16,
      "fields": {
        "rx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fa46d476c06788e9"
          },
          "offset": 0
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_07ddf7b99512774f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a4883790523da2f9": {
      "size": 16,
      "fields": {
        "compressedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "decompressedBound": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a4b8788182df6ac4": {
      "size": 176,
      "fields": {
        "activate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "br": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf_ring"
            }
          },
          "offset": 32
        },
        "deactivate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "defrag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 96
        },
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_tx_buffer_state"
            }
          },
          "offset": 88
        },
        "lanai": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_send_t"
            }
          },
          "offset": 40
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "max_desc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "pkt_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "queue_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "req_bytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "req_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_send_t"
            }
          },
          "offset": 64
        },
        "seg_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 80
        },
        "send_go": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "send_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "stall": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "wake": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "watchdog_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "watchdog_req": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "watchdog_rx_pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "unnamed_a4cd0dd818cf275a": {
      "size": 8,
      "fields": {
        "ph_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ph_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ph_zero": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_a4ce6b365596852e": {
      "size": 8,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a4fdfc21861bc80e": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_txbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mwl_txbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a502a532a5cbefad": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_osfp_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a50f84fa19b08a25": {
      "size": 64,
      "fields": {
        "inp_route": {
          "type": {
            "kind": "struct",
            "name": "route"
          },
          "offset": 0
        },
        "inp_route6": {
          "type": {
            "kind": "struct",
            "name": "route_in6"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a519c8ff740d0fdb": {
      "size": 16,
      "fields": {
        "controlRate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "dot11Rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "lpAckDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "rateCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rateKbps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "shortPreamble": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "spAckDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a5252a0f5267df6e": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "v": {
          "type": {
            "kind": "union",
            "name": "unnamed_815595e581e049ce"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a54d75936f5c540d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_ctx"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dmar_ctx"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a54fe94bfb5c7910": {
      "size": 64,
      "fields": {
        "pad": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "th": {
          "type": {
            "kind": "struct",
            "name": "rsu_tx_radiotap_header"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a5555c6510a41455": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "op": {
          "type": {
            "kind": "enum",
            "name": "ops_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a55c6225be53cbed": {
      "size": 12,
      "fields": {
        "keyno": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "magic": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a569777532c4e576": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_consumer"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_consumer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a57fb3bae610a098": {
      "size": 52,
      "fields": {
        "buffer_address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "reserved2": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_a58e62b20673c29d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tagblock"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_tagblock"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a5aa0b578e52f891": {
      "size": 16,
      "fields": {
        "ctlRateIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "dot11Rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "lpAckDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rateKbps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "shortPreamble": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "spAckDuration": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_a5e43b85a53fc34d": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fw_sb_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "hc_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "sb_cq_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "unnamed_a5fae8bb06b422a2": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "malo_txbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "malo_txbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a605b2e7b87083e4": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_bulkxfer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a61f1557011f3d40": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unr"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "unr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a629a6aabb3729c6": {
      "size": 40,
      "fields": {
        "consumed": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 8
        },
        "currentJobID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "flushed": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 24
        },
        "ingested": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 0
        },
        "nbActiveWorkers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "produced": {
          "type": {
            "kind": "base",
            "name": "unsigned long long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_a6397f2fbab255f9": {
      "size": 312,
      "fields": {
        "fseMetadata": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseCTablesMetadata_t"
          },
          "offset": 144
        },
        "hufMetadata": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_hufCTablesMetadata_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a64e1a09f3b5e609": {
      "size": 16,
      "fields": {
        "addr_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "addr_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "param0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "param1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_a66c295d3243d47e": {
      "size": 64,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_97449e5809d4a001"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_63e7a7ededf5fcd2"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_06f08fca8e0e4bc8"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_a677585d00994f56": {
      "size": 64,
      "fields": {
        "at_cmnd": {
          "type": {
            "kind": "struct",
            "name": "fcp_cmnd_iu_t"
          },
          "offset": 32
        },
        "at_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "at_hdr": {
          "type": {
            "kind": "struct",
            "name": "fc_hdr_t"
          },
          "offset": 8
        },
        "at_rxid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "at_ta_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "at_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a691b1e96ee71d5d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lkpi_vif"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lkpi_vif"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a6a3b1fd5a38fc1a": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvd_disk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nvd_disk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a6b6c2cbc016f7df": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount_upper_node"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount_upper_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a6d582def4d14e72": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evname_elem"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "evname_elem"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a6db1322ec721fb0": {
      "size": 2,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a6e0bd7f30c44d92": {
      "size": 40,
      "fields": {
        "blk_size": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2eb0a76b1edf4667"
          },
          "offset": 20
        },
        "cmnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 0
        },
        "cmnd_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dif_oper": {
          "type": {
            "kind": "enum",
            "name": "unnamed_57ca817af0d456d0"
          },
          "offset": 16
        },
        "first_burst": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "rsp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_dma_t"
            }
          },
          "offset": 8
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        }
      },
      "kind": "struct"
    },
    "unnamed_a6e879b73ecd0d00": {
      "size": 4,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a6edb38f9ed22ebf": {
      "size": 53,
      "fields": {
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 33
        },
        "res2": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sg_desc": {
          "type": {
            "kind": "struct",
            "name": "sg_desc_t"
          },
          "offset": 37
        }
      },
      "kind": "struct"
    },
    "unnamed_a7190e4e2c4632f4": {
      "size": 64,
      "fields": {
        "assert_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "assert_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 8
        },
        "clear_sequence": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "clear_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 32
        },
        "current_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "unnamed_a71fc0a556bf89b4": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_38baf331da5ec2d1"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "unnamed_a7325d8f27501e8b": {
      "size": 4,
      "fields": {
        "initiator_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a73d831452537118": {
      "size": 4,
      "fields": {
        "ifbrpu_int16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ifbrpu_int32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifbrpu_int8": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a74416bf66690e4f": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_internal_phy_req"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "ixgbe_hic_internal_phy_resp"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a74c5009975a20d8": {
      "size": 3,
      "fields": {
        "cflag": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "clen": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "name": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_a7691ea38c45a070": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_request"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a794c551d3e86553": {
      "size": 136,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7fe790d7d900b558"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1b2b5d5596f57919"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a7a31a5dda14b352": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a7ab3785a8c85fe1": {
      "size": 16,
      "fields": {
        "f1c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "f1d": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "f7b": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "f7c": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_a7c049116490ddfd": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "attr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_a7d84df3b89dda2e": {
      "size": 16,
      "fields": {
        "for_fop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "filterops"
            }
          },
          "offset": 0
        },
        "for_nolock": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "for_refcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_a7db136e433bce02": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a7e68cdb03526d73": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_system_pending"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_system_pending"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a7efb3a0c534a646": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_work"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_bde_work"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a7f7e9db6a845dfd": {
      "size": 16,
      "fields": {
        "fop_args": {
          "type": {
            "kind": "struct",
            "name": "fop_args_tag"
          },
          "offset": 0
        },
        "vop_args": {
          "type": {
            "kind": "struct",
            "name": "vop_args_tag"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a7f9c1eeab857dff": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_list"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "eventhandler_list"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a7fc6b67e540ac28": {
      "size": 52,
      "fields": {
        "rx": {
          "type": {
            "kind": "struct",
            "name": "ath_rx_status"
          },
          "offset": 0
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "ath_tx_status"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a801a44bf3d7b760": {
      "size": 120,
      "fields": {
        "X": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "Y": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "Z": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_a809602b1d66466c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_command"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a8232988d087c3ff": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "au_record"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "au_record"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a824a45b7e54e261": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_fw_event_work"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_fw_event_work"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a840495e0bd307b8": {
      "size": 24,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "report": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "subclass": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_a84663b44cb2cb4c": {
      "size": 4,
      "fields": {
        "gen1_with_ssc_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gen1_without_ssc_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gen2_with_ssc_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gen2_without_ssc_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gen3_with_ssc_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gen3_without_ssc_supported": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "parity": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "requested_logical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "bit_length": 17,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "start": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tx_ssc_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a86e9c978c9a15ca": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_linux_softc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_linux_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a88eadc464594966": {
      "size": 32,
      "fields": {
        "CDB": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PrimaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "PrimaryApplicationTagMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "PrimaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "unnamed_a89cdef6e1abeaf9": {
      "size": 8,
      "fields": {
        "chtag": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "spd": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "sy": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a8a878ad10dca516": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "GProtectFlag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a91a6c20fbbcfa37": {
      "size": 620,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_fc4_types": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 576
        },
        "snscb_fpname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 608
        },
        "snscb_hardaddr": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 617
        },
        "snscb_ipaddr": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 556
        },
        "snscb_ipassoc": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 548
        },
        "snscb_nname": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 293
        },
        "snscb_nnlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 292
        },
        "snscb_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 284
        },
        "snscb_pname": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 29
        },
        "snscb_pnlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "snscb_port_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "snscb_port_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "snscb_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "snscb_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 616
        },
        "snscb_svc_class": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 572
        }
      },
      "kind": "struct"
    },
    "unnamed_a922b9fee588b8d1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gtaskqueue_busy"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gtaskqueue_busy"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a946c31a63690171": {
      "size": 8,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_a947ca51072e29c2": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_subscription"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a97f07630f574366": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_chain"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_chain"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_a988a891a16ea71e": {
      "size": 8,
      "fields": {
        "__sid_snapdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snapdata"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a98df017e7031ee9": {
      "size": 40,
      "fields": {
        "bitmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 32
        },
        "spinlock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a98f81ac47a6f494": {
      "size": 8,
      "fields": {
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a991d2e2aeea5bdf": {
      "size": 41584,
      "fields": {
        "sc_rt2560": {
          "type": {
            "kind": "struct",
            "name": "rt2560_softc"
          },
          "offset": 0
        },
        "sc_rt2661": {
          "type": {
            "kind": "struct",
            "name": "rt2661_softc"
          },
          "offset": 0
        },
        "sc_rt2860": {
          "type": {
            "kind": "struct",
            "name": "rt2860_softc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a9a08cabcac1eccc": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keystroke_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a9ed8155adb2e407": {
      "size": 16,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a9efab8c5cdc2aa1": {
      "size": 39,
      "fields": {
        "CreateParams": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_CREATE_STREAM"
          },
          "offset": 0
        },
        "DestroyParams": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_STREAM_INFO"
          },
          "offset": 0
        },
        "FlushParams": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_STREAM_INFO"
          },
          "offset": 0
        },
        "UpdtSeqNum": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_UPDATE_STREAM"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a9f19cf07deaa0bb": {
      "size": 16,
      "fields": {
        "regs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vendor": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_a9f3a41d03850fec": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_overload_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_a9f72251ad1758cb": {
      "size": 8,
      "fields": {
        "deviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "subDeviceId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "subVenderId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "venderId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_aa49c8dae3b112d3": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_mirror_event"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_mirror_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_aa70bd27c1f0ac42": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_pfxrouter"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nd_pfxrouter"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_aa7bfaa517fd2d82": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_cmd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_aa86eeb1ffedb929": {
      "size": 6,
      "fields": {
        "ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_ctrl_hdr"
          },
          "offset": 0
        },
        "onoff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_aa9dcbe9ad86faaf": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "alq"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "alq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_aaaca09b79b4975c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_volume"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_volume"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_aab9833c67d261f2": {
      "size": 560,
      "fields": {
        "_last_ctl_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 544
        },
        "_last_ctl_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "_last_ctl_sense": {
          "type": {
            "kind": "struct",
            "name": "scsi_sense_data"
          },
          "offset": 280
        },
        "_last_io_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 264
        },
        "_last_io_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "_last_io_sense": {
          "type": {
            "kind": "struct",
            "name": "scsi_sense_data"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_aac86ab38a7ce08e": {
      "size": 84,
      "fields": {
        "bfs_addedbaw": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_aggr": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_aggrburst": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_al": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "bfs_atype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_52c71a3a11527343"
          },
          "offset": 12
        },
        "bfs_ctsduration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "bfs_ctsrate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 31
        },
        "bfs_ctsrate0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "bfs_dobaw": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_doprot": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "bfs_doratelookup": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "bfs_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "bfs_ismrr": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_isretried": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_istxfrag": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_keyix": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "bfs_ndelim": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "bfs_nframes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bfs_pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "bfs_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bfs_protmode": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_protmode"
          },
          "offset": 40
        },
        "bfs_rc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ath_rc_series"
            }
          },
          "offset": 52
        },
        "bfs_rc_maxpktlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "bfs_retries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bfs_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "bfs_shpream": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "bfs_tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bfs_try0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "bfs_tx_queue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "bfs_txantenna": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "bfs_txflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "bfs_txpower": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "bfs_txrate0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "unnamed_ab0d4c11632950e4": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_lookup_module"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fib_lookup_module"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ab1cb37b4dc7dcdb": {
      "size": 12,
      "fields": {
        "dest_hi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dest_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_ab2e861e5c216b44": {
      "size": 8,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ab54051a6d825ad0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cf_setting_array"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cf_setting_array"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ab549cf446cb60a6": {
      "size": 16,
      "fields": {
        "b_pgafter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "b_pgbefore": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "b_pgiodone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ab694cc0298e1528": {
      "size": 64,
      "fields": {
        "vp_ctrl_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "vp_ctrl_fcf_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "vp_ctrl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vp_ctrl_hdr": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "vp_ctrl_idmap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "vp_ctrl_index_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vp_ctrl_reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 48
        },
        "vp_ctrl_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vp_ctrl_vp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_ab6a0ca67da6159e": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_bucket"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ab6f08c35350f274": {
      "size": 48,
      "fields": {
        "CommandStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "MoreErrInfo": {
          "type": {
            "kind": "union",
            "name": "MoreErrInfo_struct"
          },
          "offset": 8
        },
        "ResidualCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ScsiStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "SenseInfo": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "SenseLen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_ab7b3c7416af753e": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwohcidb_tr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_abbfa633418258da": {
      "size": 2,
      "fields": {
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_abcff8b3bc0bf536": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_ctx_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sysctl_ctx_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_abd4ad08329ab91d": {
      "size": 16,
      "fields": {
        "apply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_abdf8926269b84db": {
      "size": 7,
      "fields": {
        "check": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        },
        "skip": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_abe70617864f3eac": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_system_pd"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_system_pd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ac107a24be2031d8": {
      "size": 8,
      "fields": {
        "link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ac37eea48c5e0565": {
      "size": 8,
      "fields": {
        "error_info": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "res1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_ac3a6d717bf85d14": {
      "size": 24,
      "fields": {
        "st_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "st_name": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_other": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "st_shndx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "st_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "st_value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ac69109ea5a4911d": {
      "size": 84,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "oce_eq_ctx"
          },
          "offset": 0
        },
        "pages": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "phys_addr"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_ac717545883243af": {
      "size": 4,
      "fields": {
        "params": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ac7a5a882db332ec": {
      "size": 16,
      "fields": {
        "capabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "edid": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_uint8"
          },
          "offset": 8
        },
        "edid_transfer_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_ac974c854a4b032d": {
      "size": 4,
      "fields": {
        "dword": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sec_xri_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_aca79288bd292030": {
      "size": 2,
      "fields": {
        "enclIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "slotNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_acd16305efbac1ce": {
      "size": 8,
      "fields": {
        "mu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iopmu_itl"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ace0ee03c7cd65b1": {
      "size": 8,
      "fields": {
        "__ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pwd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ace746c8d2802040": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_md_class"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ad06c7f2a73f8ae6": {
      "size": 40,
      "fields": {
        "compref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "expiry": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "filerev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "limit": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_ad288d62e286cb22": {
      "size": 128,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "mrsas_header"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ad4b0f2067a9e180": {
      "size": 36,
      "fields": {
        "kv_apsd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "kv_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "kv_mic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "kv_txmic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "kv_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kv_val": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ad66dad82b63eeb4": {
      "size": 8,
      "fields": {
        "from": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "to": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ad6ad7a9bedfb924": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ad6c44caea9f9a75": {
      "size": 8,
      "fields": {
        "digest": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ad78d90d52b23600": {
      "size": 32,
      "fields": {
        "name": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "vendor_guid": {
          "type": {
            "kind": "struct",
            "name": "xenpf_efi_guid"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_ad905e57011be931": {
      "size": 24,
      "fields": {
        "vp_port_loopid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "vp_port_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "vp_port_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vp_port_portid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "vp_port_portid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "vp_port_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vp_port_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_adc488a0d09e64ae": {
      "size": 896,
      "fields": {
        "pkt_a": {
          "type": {
            "kind": "struct",
            "name": "tws_command_apache"
          },
          "offset": 0
        },
        "pkt_g": {
          "type": {
            "kind": "union",
            "name": "tws_command_giga"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ade936f93c91f347": {
      "size": 12,
      "fields": {
        "done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ae1673f6dfb278d4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclopen"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclopen"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ae213814944a8bed": {
      "size": 4,
      "fields": {
        "xri_tag0": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "xri_tag1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_ae26e6fb12ef6a54": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gtaskqueue_busy"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ae498963f42e8cb3": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nameicap_tracker"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nameicap_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ae51dae5ac3c18e8": {
      "size": 40,
      "fields": {
        "buffer": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pkt": {
          "type": {
            "kind": "struct",
            "name": "pci_packet"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ae52b2d48fd2d336": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ae5cb689de1a9bca": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_pi"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_pi"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ae8678e1175281a0": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifg_group"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ae8830681f2371ba": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nl_control"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nl_control"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ae965f38d74f5361": {
      "size": 16,
      "fields": {
        "cb_vm_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 0
        },
        "cb_vm_page_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "cb_vm_page_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_aed7239b3ab4daa8": {
      "size": 480,
      "fields": {
        "fpga": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 224
        },
        "mcam": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "pcam": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qcam": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "unnamed_aeda915152f07492": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "emu_memblk"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_aee129e67050ebcf": {
      "size": 48,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "hash": {
          "type": {
            "kind": "struct",
            "name": "xz_dec_hash"
          },
          "offset": 24
        },
        "sequence": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f2bd05327ed5c0ad"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_aee6162a094ca1b4": {
      "size": 102,
      "fields": {
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "numPdGains": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pDataPerPDGain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RAW_DATA_PER_PDGAIN_2413"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_aee6c47c47a16651": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_fragment"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_fragment"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_aef1a4097379770c": {
      "size": 304,
      "fields": {
        "kf_pipe_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "kf_pipe_buffer_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "kf_pipe_buffer_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "kf_pipe_buffer_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "kf_pipe_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "kf_pipe_peer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "kf_spareint": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "kf_spareint64": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_aef611335abd5641": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knote"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "knote"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_aef96bbe8fb4e298": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_et"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_et"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_af0b30266bdc66c4": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domain"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_af356afc2ded6fd5": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_clone_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "snd_clone_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_af35843d40c938d0": {
      "size": 12,
      "fields": {
        "high_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "low_seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "seq_id_last": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "seq_id_validity": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_af35c594f196a703": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_af3bc129709b1ee0": {
      "size": 32,
      "fields": {
        "current_transfer_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ending_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ending_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pio_transfer_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "request_current": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2c16b55a9f7382eb"
          },
          "offset": 16
        },
        "sat_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "sgl_pair_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "total_transfer_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_af5276a09134cc83": {
      "size": 8,
      "fields": {
        "u": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1911270d21353e9a"
          },
          "offset": 0
        },
        "word": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_af68ea89a34f0131": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pic"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pic"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_af7914df6d701e19": {
      "size": 60,
      "fields": {
        "di_db": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "di_ib": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "unnamed_afae475d82e05674": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_afc675c0286c8361": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_type"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_type"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_afdc3d3d255958fc": {
      "size": 16,
      "fields": {
        "bus": {
          "type": {
            "kind": "struct",
            "name": "pfsync_bus"
          },
          "offset": 4
        },
        "subh": {
          "type": {
            "kind": "struct",
            "name": "pfsync_subheader"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b004024b6a640d54": {
      "size": 4,
      "fields": {
        "arm": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "cq_id_hi": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "cq_id_lo": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "number_popped": {
          "type": {
            "bit_length": 13,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "qt": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "se": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_b022e09196d3fa24": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_dev_queue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b08585b2ce4f577d": {
      "size": 4,
      "fields": {
        "_syscall": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b087fcc6fffca1c7": {
      "size": 256,
      "fields": {
        "i": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "str": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "u16": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b0a39ecc571ab325": {
      "size": 144,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1762b57443c0112c"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3087ea6e72300c04"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b0b6d936e4896ddc": {
      "size": 8,
      "fields": {
        "cmd": {
          "type": {
            "kind": "enum",
            "name": "unnamed_deaa6076c9c4474a"
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b0cf20c90a5c91bd": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lltable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b0e24bd6cb5ccc57": {
      "size": 16,
      "fields": {
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 12
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b0ebbe2c711fbdf8": {
      "size": 8,
      "fields": {
        "mul": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b0f0fc5dd13e8848": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lkpi_txq"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lkpi_txq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b0f7435d44569b18": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tseg_qent"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tseg_qent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b10e7785e68ec056": {
      "size": 12,
      "fields": {
        "bt": {
          "type": {
            "kind": "struct",
            "name": "bintime32"
          },
          "offset": 0
        },
        "ts": {
          "type": {
            "kind": "struct",
            "name": "timespec32"
          },
          "offset": 0
        },
        "tv": {
          "type": {
            "kind": "struct",
            "name": "timeval32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b12906746eae7619": {
      "size": 240,
      "fields": {
        "rx_alignmenterrors_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 220
        },
        "rx_alignmenterrors_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 216
        },
        "rx_falsecarrier_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "rx_falsecarrier_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "rx_gr1023_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_gr1023_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_gr127_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_gr127_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_gr1518_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_gr1518_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_gr16383_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_gr16383_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_gr2047_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_gr2047_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_gr255_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_gr255_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_gr4095_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_gr4095_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_gr511_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_gr511_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_gr64_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_gr64_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_gr9216_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_gr9216_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_grbca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "rx_grbca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rx_grbyt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "rx_grbyt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "rx_grerb_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "rx_grerb_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "rx_grfcs_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "rx_grfcs_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "rx_grflr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        },
        "rx_grflr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "rx_grfre_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "rx_grfre_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "rx_grfrg_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "rx_grfrg_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "rx_grmca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "rx_grmca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "rx_grovr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 148
        },
        "rx_grovr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 144
        },
        "rx_grpkt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rx_grpkt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "rx_grpok_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 172
        },
        "rx_grpok_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "rx_gruca_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "rx_gruca_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rx_grund_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "rx_grund_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "rx_grxcf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "rx_grxcf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "rx_grxpf_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "rx_grxpf_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_grxpp_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "rx_grxpp_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "rx_grxuo_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "rx_grxuo_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "rx_llfcmsgcnt_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "rx_llfcmsgcnt_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        }
      },
      "kind": "struct"
    },
    "unnamed_b136915843404ef6": {
      "size": 40,
      "fields": {
        "atios": {
          "type": {
            "kind": "struct",
            "name": "mpt_hdr_stailq"
          },
          "offset": 0
        },
        "enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "inots": {
          "type": {
            "kind": "struct",
            "name": "mpt_hdr_stailq"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_b136fab62ab82a49": {
      "size": 1036,
      "fields": {
        "Bcn": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "Bcnlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Reserverd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_b17c515c2f6d79ff": {
      "size": 8,
      "fields": {
        "hi_dword": {
          "type": {
            "kind": "union",
            "name": "unnamed_fb6f668cc4f6b729"
          },
          "offset": 4
        },
        "mrq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b19420a905183bbe": {
      "size": 16,
      "fields": {
        "certname_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "certname_val": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b19df61fe49da3ad": {
      "size": 12,
      "fields": {
        "checksumFlag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "contentSizeFlag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "noDictIDFlag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b1bc89ff227856bb": {
      "size": 24,
      "fields": {
        "rffid_fc4features": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "rffid_fc4type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "rffid_hdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "rffid_portid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 17
        },
        "rffid_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "rffid_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_b1cbfc3320402d38": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ww_mutex_thread"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ww_mutex_thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b1e7432c530c0d35": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ct_request"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ct_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b1e79306177994e9": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "safte_control_request"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "safte_control_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b1e9e195c0b22b4f": {
      "size": 4,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "cso": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b1f541d359c7f979": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_eli_worker"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b2261c3d15e2f1e6": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "in_use": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "index": {
          "type": {
            "bit_length": 15,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_b22647b8e34a0a3d": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b22d3ee8e37cd7d4": {
      "size": 16,
      "fields": {
        "a": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "b": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b25d259bdc8f2893": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jremref"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "jremref"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b25e432985bcee35": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devfs_krule"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devfs_krule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b279ccb0350858f7": {
      "size": 4,
      "fields": {
        "address_format": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port_id": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "rscn_event_qualifier": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b29f542fc9764685": {
      "size": 6256,
      "fields": {
        "__bits": {
          "type": {
            "count": 782,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b2db08a08c94c3fd": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_ktable"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b2dcec7d6c71ef2c": {
      "size": 4,
      "fields": {
        "fail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_b2f4089e62d129ce": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "exec_args_kva"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b2f71a5b926dc22f": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b3370b770727a62c": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "RateAdaptMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_b342c506d4fdc5bd": {
      "size": 8,
      "fields": {
        "blp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1b0ecd3c039e3a12"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fdc3127b135be0a8"
          },
          "offset": 0
        },
        "imm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a3dbce0af7a95084"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b35cce9dc822ea25": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_jumbo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b3627759f80acbb3": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_log_id_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b363dee756cbb09a": {
      "size": 2,
      "fields": {
        "FWSwapsBBUVPDInfo": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "ctrlInfoExtSupported": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "imageUploadSupported": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "supportEncryptedMfc": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "supportIbuttonLess": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "supportPdMapTargetId": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "supportSESCtrlInMultipathCfg": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "supportedEncAlgo": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b38ce851734c8348": {
      "size": 16,
      "fields": {
        "cb_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "cb_buf_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b39dccebc312ba01": {
      "size": 72,
      "fields": {
        "ecar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "elog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "str": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b3bc71e3aa4a448b": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fwohcidb_tr"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fwohcidb_tr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b3be2fcc9ae0fdd5": {
      "size": 80,
      "fields": {
        "ActionType": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "DataLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "KeyParam": {
          "type": {
            "kind": "struct",
            "name": "KEY_PARAM_SET"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_b3f5cc5896938ffc": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_area_struct"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_area_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b3f674d94362cf38": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b40be546d5a98ec1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_slab"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "uma_slab"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b423e10e8b0f91a3": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_b42ef0fde93fc3cb": {
      "size": 8,
      "fields": {
        "ulDestAddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ulSourceSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b4364f5557ec2ad4": {
      "size": 12,
      "fields": {
        "cqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "syndrome": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "unnamed_b43b6a5de3b84640": {
      "size": 1,
      "fields": {
        "ssc_sas_tx_spread_level": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ssc_sas_tx_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ssc_sata_tx_spread_level": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b44bdf924981526e": {
      "size": 8,
      "fields": {
        "reply_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b4687b0d9a11bae2": {
      "size": 15,
      "fields": {
        "Aid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_b487c27c350a0acd": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_aen"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_aen"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b4883dc02917e8e8": {
      "size": 4,
      "fields": {
        "spd": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b4b41b7863b88519": {
      "size": 4,
      "fields": {
        "s": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b4b831b31bf27b3b": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "file_offset_struct"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b4c4fe595e776ccd": {
      "size": 4,
      "fields": {
        "ifcu_buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifcu_req": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b4ce9169dc37256a": {
      "size": 8,
      "fields": {
        "tp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b4dd2151aadd6c1d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "db_command"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "db_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b4e3b34cd522a804": {
      "size": 19,
      "fields": {
        "dest_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "dest_ext_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 11
        },
        "dest_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "dest_rcode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 17
        },
        "dest_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "unnamed_b4ea017d206d2d08": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "module"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "module"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b4f003492703cbaa": {
      "size": 16,
      "fields": {
        "vm_bname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vm_guest": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b4f03c28a18f1d89": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcpcb"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcpcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b4ff0f4b06bab63f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_q"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_q"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b5072b2e7ae8eb22": {
      "size": 328,
      "fields": {
        "channels": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "mwl_hal_channel"
            }
          },
          "offset": 8
        },
        "freqHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "freqLow": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "nchannels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b50b0c82580357c4": {
      "size": 6,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b5111484c25b3c26": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_dynaddr"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfi_dynaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b5197f467ddcc70e": {
      "size": 8,
      "fields": {
        "fvn_advice": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fadvise_info"
            }
          },
          "offset": 0
        },
        "fvn_cdevpriv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_privdata"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b520b4538634adae": {
      "size": 1488,
      "fields": {
        "huffWeight": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1232
        },
        "rankStart": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 52
        },
        "rankVal": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "statsWksp": {
          "type": {
            "count": 218,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "symbols": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 976
        }
      },
      "kind": "struct"
    },
    "unnamed_b523479c711e71cb": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_req"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b5250794504a72e6": {
      "size": 4,
      "fields": {
        "flex_bytes_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pe_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b565ffef6fe3c196": {
      "size": 28,
      "fields": {
        "ct_xfrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ds": {
          "type": {
            "kind": "struct",
            "name": "ispds64_t"
          },
          "offset": 16
        },
        "reloff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_b58d4ffc9de90e71": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keycb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "keycb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b596153bda72c32c": {
      "size": 4,
      "fields": {
        "dm_info": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_check_dm_info"
          },
          "offset": 0
        },
        "vss_cf": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_check_feature"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b5a4016cafb00293": {
      "size": 4,
      "fields": {
        "pending": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b5a803c78830afda": {
      "size": 12,
      "fields": {
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_019374d936660ece"
          },
          "offset": 0
        },
        "resp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a20e5447ee3d9148"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b5ddc0ec5dcca552": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b5fa23967c2876a3": {
      "size": 16,
      "fields": {
        "Addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Enable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "Mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "unnamed_b61eca13b7bfce09": {
      "size": 12,
      "fields": {
        "r1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "r2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "r3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b623d6e1c6e687aa": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pvscsi_hcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b6262b3cbcb94723": {
      "size": 48,
      "fields": {
        "arg_in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "arg_in_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "arg_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "arg_out_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "unnamed_b62d4eb38834154f": {
      "size": 4,
      "fields": {
        "slave_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b63a5758f320d108": {
      "size": 8,
      "fields": {
        "m_nextpkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "m_slistpkt": {
          "type": {
            "kind": "struct",
            "name": "unnamed_653488f93d1c0424"
          },
          "offset": 0
        },
        "m_stailqpkt": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9a5960daf9784be4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b63ff93d51113bba": {
      "size": 24,
      "fields": {
        "nlm_nm_lock_3_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        },
        "nlm_share_3_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_shareres"
          },
          "offset": 0
        },
        "nlm_unshare_3_res": {
          "type": {
            "kind": "struct",
            "name": "nlm_shareres"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b65f4a7c435e7011": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktr_request"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ktr_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b67242b20a51b22d": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sc_term_sw"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b6764ad0a7a38f4a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_event"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b6855d8ddd4abdab": {
      "size": 4,
      "fields": {
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b6b7eccc154e979b": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "feedertab_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b6d8d94d373cfdb3": {
      "size": 4,
      "fields": {
        "srcrb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "srcrb_flags16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b6f2b2910f2f5538": {
      "size": 4,
      "fields": {
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_b70d1c25e1c51a44": {
      "size": 28,
      "fields": {
        "app_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "blk_size": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2eb0a76b1edf4667"
          },
          "offset": 16
        },
        "cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "dif_oper": {
          "type": {
            "kind": "enum",
            "name": "unnamed_57ca817af0d456d0"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_b73124a59bf30f5b": {
      "size": 92,
      "fields": {
        "v1": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_GENERIC"
          },
          "offset": 0
        },
        "v2": {
          "type": {
            "kind": "struct",
            "name": "ACPI_HEST_GENERIC_V2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b75d59c539cdcc82": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_i"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b79bcf7d3426dfbd": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kinfo_lockf_linked"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b7b9f82104782427": {
      "size": 8,
      "fields": {
        "llist": {
          "type": {
            "kind": "struct",
            "name": "llist_node"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b7d26cc39b403dba": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifnet"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b7db7cd604a138d2": {
      "size": 16,
      "fields": {
        "dma_dbg_3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dma_dbg_4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dma_dbg_5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dma_dbg_6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_b7dbbdd2cd3fe313": {
      "size": 12,
      "fields": {
        "ds_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ds_basehi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ds_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b7dd4d446ea4d3a1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shrinker"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "shrinker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b7e7b87b72ac0338": {
      "size": 32,
      "fields": {
        "tnvmcap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "unvmcap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_b7f8305bcea2061c": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mwl_jumbo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b81aff64b8ce4266": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_b81be511edf1dae3": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jmvref"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "jmvref"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b83c09122ffd7956": {
      "size": 8,
      "fields": {
        "Words": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2b5ccad3bf5ab58b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b87827c3d4931df3": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b87d7ce2b516a8e1": {
      "size": 16,
      "fields": {
        "v4": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        },
        "v6": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b8889ba8f2ee6067": {
      "size": 64,
      "fields": {
        "req_alen_datadir": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "req_cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "req_crn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "req_dataseg": {
          "type": {
            "kind": "struct",
            "name": "ispds64_t"
          },
          "offset": 52
        },
        "req_dl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "req_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "req_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "req_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "req_seg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "req_task_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "req_task_management": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "req_tidhi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        },
        "req_tidlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "req_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "req_vpidx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 51
        }
      },
      "kind": "struct"
    },
    "unnamed_b88bbfd4ec3b8e27": {
      "size": 36,
      "fields": {
        "vss_hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_vss_hdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b892276f30e2abcb": {
      "size": 8,
      "fields": {
        "link_speed": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_link_speed"
          },
          "offset": 0
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b893e06c966a016f": {
      "size": 276,
      "fields": {
        "bits": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "subkey": {
          "type": {
            "count": 68,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b8bd7a93e550d3d5": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_container"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_container"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b8ec585f6947b610": {
      "size": 4,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "locale": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_b8f2723f902666f2": {
      "size": 40,
      "fields": {
        "base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "map_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "n_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "use_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_b8fc4bf5cc9171d9": {
      "size": 16,
      "fields": {
        "nd4_cookieverf": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "nd_cookieverf": {
          "type": {
            "kind": "struct",
            "name": "nfsuint64"
          },
          "offset": 0
        },
        "nf_atim": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b914ee14bf483797": {
      "size": 16,
      "fields": {
        "le": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c3685d5ca894bc65"
          },
          "offset": 0
        },
        "sle": {
          "type": {
            "kind": "struct",
            "name": "unnamed_29323428941cc3f5"
          },
          "offset": 0
        },
        "tqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1b0e68135c7f5f05"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b917119533ebd3f2": {
      "size": 8,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_b91e9470ce3c7f1e": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ida_qcb"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ida_qcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b9234485bcba1aec": {
      "size": 2,
      "fields": {
        "mrEnclAddress": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9c72b1e58fc332e1"
          },
          "offset": 0
        },
        "mrPdAddress": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aca79288bd292030"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b9273a0266efa096": {
      "size": 20,
      "fields": {
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "payload": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "s_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b92df37ab21c007f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dquot"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dquot"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b950a27bdf418f02": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_shm_reg"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_shm_reg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b9580665f23089d8": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_if"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bpf_if"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b95dbb837a6ac03c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsrollback"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsrollback"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b97173837d3d7736": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audit_pipe"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audit_pipe"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b9954f31efe7db52": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ledsc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_b99b6c2b4b7be681": {
      "size": 64,
      "fields": {
        "alloc_fail": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "cl_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "extra_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mxge_rx_buffer_state"
            }
          },
          "offset": 16
        },
        "lanai": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_recv_t"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "nbufs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "shadow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_kreq_ether_recv_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_b9bf73bd8e62a096": {
      "size": 20,
      "fields": {
        "addr": {
          "type": {
            "kind": "struct",
            "name": "pf_addr"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_b9c75a68ee9aa8cd": {
      "size": 1032,
      "fields": {
        "e1x": {
          "type": {
            "kind": "struct",
            "name": "mac_configuration_cmd"
          },
          "offset": 0
        },
        "e2": {
          "type": {
            "kind": "struct",
            "name": "eth_classify_rules_ramrod_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_b9ea15588d335ce8": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ba0afaaa9285cdd3": {
      "size": 164,
      "fields": {
        "ee_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ee_biasCurrents": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ee_devType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "ee_protect": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ee_regDomain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "ee_rfKill": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ee_thresh62": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ee_tpc": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "tpcMap"
            }
          },
          "offset": 18
        },
        "ee_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ee_xlnaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "ee_xpaOff": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ee_xpaOn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "unnamed_ba0f5c2d013fd146": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_map"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pci_map"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ba404e2a325f0956": {
      "size": 220,
      "fields": {
        "capability_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sbz": {
          "type": {
            "count": 212,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "valid_capability_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ba49eecf602e18e4": {
      "size": 24,
      "fields": {
        "ddictPtrCount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ddictPtrTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ZSTD_DDict"
              }
            }
          },
          "offset": 0
        },
        "ddictPtrTableSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ba781659d672a715": {
      "size": 8,
      "fields": {
        "_attribute": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "_function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ba835f2384b9edad": {
      "size": 12,
      "fields": {
        "bits": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ba921f09e63281cf": {
      "size": 8,
      "fields": {
        "dw": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_12ad686581f5b321"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ba9e2a36c0fe283d": {
      "size": 12,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bacb87642bdb9bc0": {
      "size": 4,
      "fields": {
        "fence_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "ins_vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vlan_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bad35e870f707795": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue_busy"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_baf2f93769916d23": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "igmp_ifsoftc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bb092294af3b6fa3": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nvme_request"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bb0e73897ed4a914": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom_alias"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_geom_alias"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bb2171277de3906f": {
      "size": 16,
      "fields": {
        "bucket": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ck_epoch_ref"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bb281f72eb6e2db2": {
      "size": 28,
      "fields": {
        "litlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "mlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "price": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rep": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_bb2c3f052e72ed4b": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hookpriv"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hookpriv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bb3f2761be7accff": {
      "size": 11,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_bb58759114d90221": {
      "size": 48,
      "fields": {
        "eth": {
          "type": {
            "kind": "struct",
            "name": "mlx4_net_trans_rule_hw_eth"
          },
          "offset": 0
        },
        "ib": {
          "type": {
            "kind": "struct",
            "name": "mlx4_net_trans_rule_hw_ib"
          },
          "offset": 0
        },
        "ipv4": {
          "type": {
            "kind": "struct",
            "name": "mlx4_net_trans_rule_hw_ipv4"
          },
          "offset": 0
        },
        "tcp_udp": {
          "type": {
            "kind": "struct",
            "name": "mlx4_net_trans_rule_hw_tcp_udp"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d34e436c8a63a8ee"
          },
          "offset": 0,
          "anonymous": true
        },
        "vxlan": {
          "type": {
            "kind": "struct",
            "name": "mlx4_net_trans_rule_hw_vxlan"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_bb59d8325cf8cf9e": {
      "size": 3,
      "fields": {
        "k": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "n": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "r": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_bb7b235b384c170c": {
      "size": 2,
      "fields": {
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "port_function_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bb7ca85efb220b98": {
      "size": 8,
      "fields": {
        "v_port1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "v_port2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_bb9732aad3f18261": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_command"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bba834c4bab6ab97": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_softc_list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bbace13b7af16fc0": {
      "size": 4,
      "fields": {
        "cable_selection_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "max_number_concurrent_device_spin_up": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mode_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ssc_sas_tx_spread_level": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ssc_sas_tx_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "ssc_sata_tx_spread_level": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_bbc6ef29970dc773": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tasklet_struct"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tasklet_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bbf2ad13f90d8f00": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "quirks_off": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 17
        },
        "quirks_on": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_bbfc56e10d91af24": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mntaarg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bc0fd4e564d04a04": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bc19e9f66ac55f02": {
      "size": 16,
      "fields": {
        "FixRateTypeFlags": {
          "type": {
            "kind": "struct",
            "name": "FIX_RATE_FLAG"
          },
          "offset": 0
        },
        "FixedRate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "RetryCount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_bc2ced9adbb398d4": {
      "size": 8,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "overflow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bc39f46f08b29ec1": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "task"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bc5cfec7c8899fc0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "clip_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bc72f333acda963e": {
      "size": 96,
      "fields": {
        "nlm4_cancel_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_cancargs"
          },
          "offset": 0
        },
        "nlm4_cancel_msg_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_cancargs"
          },
          "offset": 0
        },
        "nlm4_cancel_res_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_free_all_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_notify"
          },
          "offset": 0
        },
        "nlm4_granted_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testargs"
          },
          "offset": 0
        },
        "nlm4_granted_msg_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testargs"
          },
          "offset": 0
        },
        "nlm4_granted_res_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_lock_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lockargs"
          },
          "offset": 0
        },
        "nlm4_lock_msg_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lockargs"
          },
          "offset": 0
        },
        "nlm4_lock_res_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_nm_lock_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_lockargs"
          },
          "offset": 0
        },
        "nlm4_share_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_shareargs"
          },
          "offset": 0
        },
        "nlm4_test_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testargs"
          },
          "offset": 0
        },
        "nlm4_test_msg_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testargs"
          },
          "offset": 0
        },
        "nlm4_test_res_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_testres"
          },
          "offset": 0
        },
        "nlm4_unlock_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_unlockargs"
          },
          "offset": 0
        },
        "nlm4_unlock_msg_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_unlockargs"
          },
          "offset": 0
        },
        "nlm4_unlock_res_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_res"
          },
          "offset": 0
        },
        "nlm4_unshare_4_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm4_shareargs"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_bc8538fb87f7cacb": {
      "size": 12,
      "fields": {
        "cur_mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "cur_vlan_ctag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "queue_stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xmit_more": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_bca522db22df7772": {
      "size": 24,
      "fields": {
        "ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_ctrl_hdr"
          },
          "offset": 0
        },
        "offloads": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_bcdad53d89a1eb25": {
      "size": 32,
      "fields": {
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "periph_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "target_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "unit_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_bd13d46226c2812d": {
      "size": 12,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "msg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_bd1e3b67ae638901": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cc_algo"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bd47989dc76a0867": {
      "size": 480,
      "fields": {
        "auto_reg": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 420
        },
        "auto_xfer_rdy": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 420
        },
        "bios_version_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 179
        },
        "count_mask": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 36
        },
        "count_method": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 46
        },
        "cq_create_version": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 420
        },
        "dual_ulp_capable": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 211
        },
        "e_d_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "extent": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_b8f2723f902666f2"
            }
          },
          "offset": 216
        },
        "features": {
          "type": {
            "kind": "union",
            "name": "sli4_features_t"
          },
          "offset": 416
        },
        "fw_name": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 16,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 116
        },
        "fw_rev": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 108
        },
        "has_extents": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 420
        },
        "hdr_template_req": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 420
        },
        "high_login_mode": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 421
        },
        "hw_rev": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 164
        },
        "ipl_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 148
        },
        "is_ulp_fc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 212
        },
        "link_module_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "max_qcount": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "max_qentries": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "max_sgl_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 432
        },
        "mq_create_version": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 421
        },
        "perf_hint": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 420
        },
        "perf_wq_id_association": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 420
        },
        "port_name": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 177
        },
        "port_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 176
        },
        "pt": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 89
        },
        "ptv": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 89
        },
        "qpage_count": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "r_a_tov": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rq_batch": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "rq_max_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "rq_min_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "sge_supported_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "sgl_chaining_params": {
          "type": {
            "kind": "struct",
            "name": "sli4_sgl_chaining_params_t"
          },
          "offset": 440
        },
        "sgl_page_sizes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "sgl_pre_registered": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 421
        },
        "sgl_pre_registration_required": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 421
        },
        "t10_dif_inline_capable": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 421
        },
        "t10_dif_separate_capable": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 421
        },
        "tf": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 89
        },
        "topology": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 88
        },
        "wqe_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 472
        },
        "wwnn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 98
        },
        "wwpn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 90
        }
      },
      "kind": "struct"
    },
    "unnamed_bd531ec28af0d17d": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_domain"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bd70b91b3000746c": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e2f01f1fd9c73c20"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_bd8c3774e719adb4": {
      "size": 5,
      "fields": {
        "flags": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "ISO_SUSP_HEADER"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bd91bb51e4e8ff09": {
      "size": 8,
      "fields": {
        "limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "seconds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_bd94527f7412d1b1": {
      "size": 32,
      "fields": {
        "pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_bda5959c4770e491": {
      "size": 48,
      "fields": {
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bdbba51ec8b41937": {
      "size": 32,
      "fields": {
        "disable_ar_tgt_dif": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "disable_dump_loc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "fw_version_too_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "fwrev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "ignore_send_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27
        },
        "override_fcfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "retain_tsend_io_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "sglc_misreported": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "unregistered_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "unregistered_rid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "use_dif_quarantine": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "use_dif_sec_xri": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "use_unregistered_rpi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "unnamed_bdc20cff863c27de": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "md_s"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "md_s"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bdcfdedf99cd0e3b": {
      "size": 4,
      "fields": {
        "port_number": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reset_stats": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rsvd0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_bdf444ababb76461": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pv_entry"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pv_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bdfb423221cc4a6b": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_be1423bb10016bbc": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "urtw_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "urtw_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_be29bb160ae89d21": {
      "size": 4,
      "fields": {
        "avail": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "left": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "recmask": {
          "type": {
            "bit_length": 13,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "right": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "stereo": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "volidx": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_be2c19a5f728d179": {
      "size": 6,
      "fields": {
        "ctl_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ext_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "synth_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_be4752d41e7ac589": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_class"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linker_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_be4a61228872c1d9": {
      "size": 16,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "Reserverd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_be52946afb474412": {
      "size": 4096,
      "fields": {
        "hist_wksp": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "scratchBuffer": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_be573c1ff98f1acf": {
      "size": 18,
      "fields": {
        "Path0": {
          "type": {
            "kind": "struct",
            "name": "ddf_device_sas"
          },
          "offset": 0
        },
        "Path0_Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "Path1": {
          "type": {
            "kind": "struct",
            "name": "ddf_device_sas"
          },
          "offset": 8
        },
        "Path1_Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "unnamed_be62cbc13b7733f6": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tuntap_driver_cloner"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_be6e2a5d35b125c7": {
      "size": 32,
      "fields": {
        "maxPdRaidLevel_0": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "maxPdRaidLevel_1": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "maxPdRaidLevel_10": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        },
        "maxPdRaidLevel_1E": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6
        },
        "maxPdRaidLevel_1E0_RLQ0": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 18
        },
        "maxPdRaidLevel_1E_RLQ0": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "maxPdRaidLevel_5": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "maxPdRaidLevel_50": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "maxPdRaidLevel_6": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "maxPdRaidLevel_60": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14
        },
        "minPdRaidLevel_0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "minPdRaidLevel_1": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "minPdRaidLevel_10": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        },
        "minPdRaidLevel_1E": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 6
        },
        "minPdRaidLevel_1E0_RLQ0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 18
        },
        "minPdRaidLevel_1E_RLQ0": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "minPdRaidLevel_5": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "minPdRaidLevel_50": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 12
        },
        "minPdRaidLevel_6": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "minPdRaidLevel_60": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 14
        },
        "reserved": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_be8609dbdb032960": {
      "size": 480,
      "fields": {
        "CTable": {
          "type": {
            "count": 59,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "count": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 400
        },
        "norm": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 452
        },
        "scratchBuffer": {
          "type": {
            "count": 41,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 236
        }
      },
      "kind": "struct"
    },
    "unnamed_be9ddc326b0f97f9": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cn_device"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cn_device"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bef79496bd791aa4": {
      "size": 88,
      "fields": {
        "alloc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "entries": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_qtop_entry_t"
            }
          },
          "offset": 8
        },
        "entry_counts": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "inuse_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "os": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_t"
            }
          },
          "offset": 0
        },
        "rptcount": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 44
        },
        "rptcount_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        }
      },
      "kind": "struct"
    },
    "unnamed_bf0d075e1525fe75": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmem"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bf4cdfd91bdcc7ec": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hn_txdesc"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hn_txdesc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bf536b9c4062b243": {
      "size": 16,
      "fields": {
        "_ifc_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "_ifc_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bf5afc6bb3b88f80": {
      "size": 8,
      "fields": {
        "gianttrick": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdevsw"
            }
          },
          "offset": 0
        },
        "postfree_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9cf4c922ca7492b4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_bf708a3bf2e287b3": {
      "size": 280,
      "fields": {
        "array": {
          "type": {
            "count": 33,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ISCI_TIMER"
              }
            }
          },
          "offset": 16
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_bfab74ae4b3b50c8": {
      "size": 8,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_bfc3cd99522c1a7f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_prefix"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nd_prefix"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_bfc43052f4a125ba": {
      "size": 8,
      "fields": {
        "drivenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "merge_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "raid_lvl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_bffb913704048b89": {
      "size": 64,
      "fields": {
        "plogx_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "plogx_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "plogx_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "plogx_ioparm": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_15ba4d1210430b3a"
            }
          },
          "offset": 20
        },
        "plogx_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "plogx_portlo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "plogx_rspsz_porthi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "plogx_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "plogx_vphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_c01b3dfdfaf25d75": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_btag"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmem_btag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c041007d87efce12": {
      "size": 98,
      "fields": {
        "lg_act": {
          "type": {
            "kind": "struct",
            "name": "ice_sw_rule_lg_act"
          },
          "offset": 0
        },
        "lkup_tx_rx": {
          "type": {
            "kind": "struct",
            "name": "ice_sw_rule_lkup_rx_tx"
          },
          "offset": 0
        },
        "vsi_list": {
          "type": {
            "kind": "struct",
            "name": "ice_sw_rule_vsi_list"
          },
          "offset": 0
        },
        "vsi_list_query": {
          "type": {
            "kind": "struct",
            "name": "ice_sw_rule_vsi_list_query"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c0420f10deeb0a5b": {
      "size": 16,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "sk_buff_head_l"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_318a2a2bf64069f8"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_c08fcc7ca7c517c6": {
      "size": 88,
      "fields": {
        "nlm_cancel_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_cancargs"
          },
          "offset": 0
        },
        "nlm_cancel_msg_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_cancargs"
          },
          "offset": 0
        },
        "nlm_cancel_res_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        },
        "nlm_granted_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_testargs"
          },
          "offset": 0
        },
        "nlm_granted_msg_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_testargs"
          },
          "offset": 0
        },
        "nlm_granted_res_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        },
        "nlm_lock_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_lockargs"
          },
          "offset": 0
        },
        "nlm_lock_msg_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_lockargs"
          },
          "offset": 0
        },
        "nlm_lock_res_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        },
        "nlm_test_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_testargs"
          },
          "offset": 0
        },
        "nlm_test_msg_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_testargs"
          },
          "offset": 0
        },
        "nlm_test_res_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_testres"
          },
          "offset": 0
        },
        "nlm_unlock_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_unlockargs"
          },
          "offset": 0
        },
        "nlm_unlock_msg_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_unlockargs"
          },
          "offset": 0
        },
        "nlm_unlock_res_1_arg": {
          "type": {
            "kind": "struct",
            "name": "nlm_res"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c0a1ebd8b217e887": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsync_deferral"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfsync_deferral"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c0b2b01738b2b931": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rt2860_tx_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c0c37b1ba36d28e7": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kbdmux_kbd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c0c43f85eb2347c2": {
      "size": 24,
      "fields": {
        "id_cpuid2_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "id_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "id_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c0eb3ee3ac967409": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mprsas_lun"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c0eb44a9cefc6b03": {
      "size": 40,
      "fields": {
        "num_bins_set": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c10e239779521fcf": {
      "size": 16,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c11d56d61d354a02": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c1464cd95a8bead1": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "idpgtbl"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c1ad32a29f67a537": {
      "size": 52,
      "fields": {
        "iscsi_icd_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "iscsi_icd_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "lro_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "lro_rqid_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "nic_wq_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nic_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "toe_defrqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "toe_defrqid_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "toe_rqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "toe_rqid_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "toe_wq_tot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "toe_wqid_base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ulp_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c1c5700a15451b47": {
      "size": 4096,
      "fields": {
        "buffer": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "msg": {
          "type": {
            "kind": "struct",
            "name": "xsd_sockmsg"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c1c8eb57cfd591df": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk_alias"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c1dc923fbe09ace6": {
      "size": 8,
      "fields": {
        "freq_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "freq_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c22e5f1119c3c371": {
      "size": 472,
      "fields": {
        "so_ktls_rx_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2204dc5a96d2d731"
          },
          "offset": 464
        },
        "so_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0b2ae368414833ac"
          },
          "offset": 416
        },
        "so_listen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 432
        },
        "so_oobmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 456
        },
        "so_peerlabel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 448
        },
        "so_qstate": {
          "type": {
            "kind": "enum",
            "name": "socket_qstate"
          },
          "offset": 440
        },
        "so_rcv": {
          "type": {
            "kind": "struct",
            "name": "sockbuf"
          },
          "offset": 0
        },
        "so_snd": {
          "type": {
            "kind": "struct",
            "name": "sockbuf"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "unnamed_c2545dc2c70e33b7": {
      "size": 128,
      "fields": {
        "buf": {
          "type": {
            "kind": "struct",
            "name": "ath_descdma"
          },
          "offset": 0
        },
        "gpm_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "gpm_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "sched_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "sched_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "wlan_channels": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "unnamed_c254d678288bff96": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_gate_route"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_mesh_gate_route"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c25991176b2d4415": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audata"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audata"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c265b5eb11b1851b": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c283df473c81ad28": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcblbgroup"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inpcblbgroup"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c2901934c9a24e52": {
      "size": 132,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_dcf84434a325418b"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_27c86d380175fc9c"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c29b26c5eae0937d": {
      "size": 1284,
      "fields": {
        "info": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_a519c8ff740d0fdb"
            }
          },
          "offset": 260
        },
        "rateCodeToIndex": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "rateCount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c2c282c2ed08acfa": {
      "size": 40,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_da4b5652de91c6c2"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_c2e5d93731c30d93": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bstp_port"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c2ec681f7cc49709": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "svc_loss_callout"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "svc_loss_callout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c2ee5e70c6c8044d": {
      "size": 3,
      "fields": {
        "ta_bgcolor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ta_fgcolor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "ta_format": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c31a5fe5896f6438": {
      "size": 51,
      "fields": {
        "an": {
          "type": {
            "kind": "struct",
            "name": "virtio_scsi_ctrl_an_req"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "virtio_scsi_cmd_req"
          },
          "offset": 0
        },
        "tmf": {
          "type": {
            "kind": "struct",
            "name": "virtio_scsi_ctrl_tmf_req"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c3275d7d28347abd": {
      "size": 72,
      "fields": {
        "move_sector_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "process_state": {
          "type": {
            "kind": "struct",
            "name": "SATI_MODE_SELECT_PROCESSING_STATE_T"
          },
          "offset": 0
        },
        "reassign_blocks_process_state": {
          "type": {
            "kind": "struct",
            "name": "SATI_REASSIGN_BLOCKS_PROCESSING_STATE_T"
          },
          "offset": 0
        },
        "sati_atapi_data": {
          "type": {
            "kind": "struct",
            "name": "SATI_ATAPI_DATA_T"
          },
          "offset": 0
        },
        "scratch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "translated_command": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unmap_process_state": {
          "type": {
            "kind": "struct",
            "name": "SATI_UNMAP_PROCESSING_STATE_T"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c3685d5ca894bc65": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "callout"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "callout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c36e647f979d6526": {
      "size": 104,
      "fields": {
        "litFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "litLengthFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "litLengthSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "litLengthSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "litSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "litSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "literalCompressionMode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c93854d0c51236d9"
          },
          "offset": 96
        },
        "matchLengthFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "matchLengthSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "matchLengthSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "matchTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_match_t"
            }
          },
          "offset": 32
        },
        "offCodeFreq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "offCodeSum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "offCodeSumBasePrice": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "priceTable": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_optimal_t"
            }
          },
          "offset": 40
        },
        "priceType": {
          "type": {
            "kind": "enum",
            "name": "unnamed_4a53cc5c86bbbf8e"
          },
          "offset": 80
        },
        "symbolCosts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_entropyCTables_t"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "unnamed_c3747b4eab67690e": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_object"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c378ac8cdcb4fc60": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_keg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c3aa92b6615f6942": {
      "size": 128,
      "fields": {
        "TMReply": {
          "type": {
            "kind": "struct",
            "name": "MR_TM_REPLY"
          },
          "offset": 0
        },
        "tmReqFlags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_83078e7366483085"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c3b2ca9d92976a00": {
      "size": 8,
      "fields": {
        "rq_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rq_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c3b997a4f25fc875": {
      "size": 28,
      "fields": {
        "gw4_sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 0
        },
        "gw6_sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 0
        },
        "gw_buf": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "gw_sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "gwl_sa": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl_short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c405b1b81db65e64": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sleepqueue"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sleepqueue"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c40bb634902ad830": {
      "size": 4,
      "fields": {
        "link_up": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lock_init": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lro_init": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "parent_tag": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qla_watchdog_active": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qla_watchdog_exit": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qla_watchdog_pause": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "stop_rcv": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c4168fd100360a19": {
      "size": 80,
      "fields": {
        "rx": {
          "type": {
            "kind": "struct",
            "name": "ar5416_rx_desc"
          },
          "offset": 0
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "ar5416_tx_desc"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c4275f755eb7fff8": {
      "size": 12,
      "fields": {
        "cdb": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cdb_ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "struct",
            "name": "status_pkt"
          },
          "offset": 0
        },
        "tdata": {
          "type": {
            "kind": "struct",
            "name": "target_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c42abbd7e0a50bb2": {
      "size": 92,
      "fields": {
        "ast_ani_cckerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "ast_ani_cckhigh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "ast_ani_ccklow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ast_ani_lneg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "ast_ani_lzero": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ast_ani_nidown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ast_ani_niup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ast_ani_ofdmerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ast_ani_ofdmoff": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ast_ani_ofdmon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ast_ani_reset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ast_ani_spurdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ast_ani_spurup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ast_ani_stepdown": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ast_ani_stepup": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ast_mibstats": {
          "type": {
            "kind": "struct",
            "name": "HAL_MIB_STATS"
          },
          "offset": 60
        },
        "ast_nodestats": {
          "type": {
            "kind": "struct",
            "name": "HAL_NODE_STATS"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_c42e45e0cf4fce2f": {
      "size": 8,
      "fields": {
        "ph_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ph_nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "ph_zero": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_c43e127d38e845b9": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ciss_request"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ciss_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c44fa3108d1554ae": {
      "size": 8,
      "fields": {
        "ph": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a4cd0dd818cf275a"
          },
          "offset": 0
        },
        "phs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c464cd0313269061": {
      "size": 8,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_c48e00830c1a47aa": {
      "size": 2,
      "fields": {
        "num_rcv_x2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_snd_x2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c49de1b7520b3801": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "driverlink"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "driverlink"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c4a029dc20f088d7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tty"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c4c3b7d1cc08a9e4": {
      "size": 24,
      "fields": {
        "t": {
          "type": {
            "kind": "struct",
            "name": "input_event"
          },
          "offset": 0
        },
        "t32": {
          "type": {
            "kind": "struct",
            "name": "input_event32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c4c449948a29472b": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lagg_port"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c4dc93825f75cc1f": {
      "size": 2,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c504b29c4f184e5b": {
      "size": 40,
      "fields": {
        "holder": {
          "type": {
            "kind": "struct",
            "name": "nlm4_holder"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c5462dbef448b732": {
      "size": 24,
      "fields": {
        "clr": {
          "type": {
            "kind": "struct",
            "name": "pfsync_clr"
          },
          "offset": 4
        },
        "subh": {
          "type": {
            "kind": "struct",
            "name": "pfsync_subheader"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c59169333ca7563f": {
      "size": 32,
      "fields": {
        "ata": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_pata"
          },
          "offset": 0
        },
        "fc": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_fc"
          },
          "offset": 0
        },
        "sas": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_sas"
          },
          "offset": 0
        },
        "sata": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_sata"
          },
          "offset": 0
        },
        "spi": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_spi"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c5966921597010e5": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "napi_struct"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "napi_struct"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c59e684c1252f5f4": {
      "size": 16,
      "fields": {
        "proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "where": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c5fb4e78b609367c": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "map_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c6099fbc094599a7": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ioapic"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c65117df6a2201e4": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_26738be2af7ac5cc"
          },
          "offset": 0
        },
        "immed": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c6587613f6117749": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "op": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_c6616eec0c45b513": {
      "size": 4,
      "fields": {
        "request_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "size_header": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "size_sense": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_c68ae43523a94ba5": {
      "size": 32,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "name_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "value_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_c68da593f24f8c93": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison_racct"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c696da95f6ed7d55": {
      "size": 12,
      "fields": {
        "ns_avgbrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ns_avgrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ns_avgtxrssi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c6e732b2a75e2d11": {
      "size": 53,
      "fields": {
        "arb_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 26
        },
        "elem_arr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5
        },
        "elem_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 23
        },
        "iq_ci_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 13
        },
        "num_elem": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 21
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "queue_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "res3": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27
        },
        "vend_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "unnamed_c72237090639d08b": {
      "size": 2,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "control_ext": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_c72b6c949473a7fe": {
      "size": 36,
      "fields": {
        "text_mode_3": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a29ffa06f9eef0c"
          },
          "offset": 0
        },
        "vesa_lfb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0bd20c2d2850fbd4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c73fabb88186117a": {
      "size": 64,
      "fields": {
        "allocFailed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "allocStart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "isStatic": {
          "type": {
            "kind": "enum",
            "name": "unnamed_e5731fc66d466837"
          },
          "offset": 60
        },
        "objectEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "phase": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d969be36ecfeacca"
          },
          "offset": 56
        },
        "tableEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "tableValidEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "workspace": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "workspaceEnd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "workspaceOversizedDuration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "unnamed_c747f0411b7af8c1": {
      "size": 4,
      "fields": {
        "vers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c757f0c36602ccc1": {
      "size": 16,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e20f8ed7441a48da"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0f83877747ce0e1c"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_c7643e351dad2c9d": {
      "size": 8,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "mbr_signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_c77034527cd61c4f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_event"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c7902cc82707b312": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cam_periph"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c792aaefdba279bb": {
      "size": 48,
      "fields": {
        "residual": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "response_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "response_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "response_wire_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "scsi_status_qualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "sense_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "sense_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "unnamed_c793ea398630cf2e": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c7b65bdc045108ea": {
      "size": 32,
      "fields": {
        "busy": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d0d1a1bf6030ec83"
          },
          "offset": 16
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_918f5a521bb358f4"
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af35c594f196a703"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c7c0081c08afc720": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freework"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c7c193a58b9ae5f1": {
      "size": 12,
      "fields": {
        "bits": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c7c55d33e61453b6": {
      "size": 82,
      "fields": {
        "LUN_info": {
          "type": {
            "kind": "union",
            "name": "LUNAddr_struct"
          },
          "offset": 0
        },
        "Request": {
          "type": {
            "kind": "struct",
            "name": "RequestBlock_struct"
          },
          "offset": 8
        },
        "buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 78
        },
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "error_info": {
          "type": {
            "kind": "struct",
            "name": "ErrorInfo_struct"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "unnamed_c7c56f38471fb707": {
      "size": 8,
      "fields": {
        "arq_bi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_dma_mem"
            }
          },
          "offset": 0
        },
        "asq_bi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "i40e_dma_mem"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c7cd82e00d471c59": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c7f822ec0f5befb8": {
      "size": 8,
      "fields": {
        "ifbacu_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifbacu_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifbareq"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c82ec7e0063358b9": {
      "size": 6,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ether_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "org_code": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_c82f82728e1fae4f": {
      "size": 68,
      "fields": {
        "rs_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rs_rates": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_c836bcf4b0454ac1": {
      "size": 36,
      "fields": {
        "v1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_edc3c3d685a4c23d"
          },
          "offset": 0
        },
        "v6": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9f16cce1b83898f2"
          },
          "offset": 0
        },
        "v7": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3eb148897737cabd"
          },
          "offset": 0
        },
        "v8": {
          "type": {
            "kind": "struct",
            "name": "unnamed_de82e6e218da2881"
          },
          "offset": 0
        },
        "v9": {
          "type": {
            "kind": "struct",
            "name": "unnamed_14884da292db09ce"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c846eb2fd3f24588": {
      "size": 80,
      "fields": {
        "itl": {
          "type": {
            "kind": "struct",
            "name": "unnamed_acd16305efbac1ce"
          },
          "offset": 0
        },
        "mv": {
          "type": {
            "kind": "struct",
            "name": "unnamed_11cbc837a1468f3e"
          },
          "offset": 0
        },
        "mvfrey": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d15ea8c97673c3f5"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c85c7086b8c07e57": {
      "size": 2,
      "fields": {
        "Bus": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Dev": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "Targ": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_c88357a87b08fec1": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ice_rdma_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ice_rdma_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c8a9ad45fe250ac5": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_intr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c8f8350a85520cc0": {
      "size": 18,
      "fields": {
        "vlan": {
          "type": {
            "kind": "struct",
            "name": "ether_vlan_header"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c912b30350000d3d": {
      "size": 64,
      "fields": {
        "req_completion_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "req_fcp_residual": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "req_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "req_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "req_oxid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "req_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "req_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "req_response_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "req_retry_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "req_rsp_sense": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "req_scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "req_sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "req_state_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "unnamed_c93a623757ce643c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource_i"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource_i"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c93ec98765cefcca": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cdev"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c94658b70d9cddcf": {
      "size": 4,
      "fields": {
        "hv_dst_port_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hv_src_port_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_c95f34a7f384a70f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_head"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pfil_head"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c962eca136b55e3e": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hhook"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c97501fbbcedaa90": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_vlan_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c979d915fa6a046a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdnr_block"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c97f28dfd78882ef": {
      "size": 16,
      "fields": {
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_c9aa72b634b9dc30": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmbus_channel"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c9cf7228199a3b4e": {
      "size": 64,
      "fields": {
        "undefined": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_c9e582c8ef7e6e83": {
      "size": 40,
      "fields": {
        "ata": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d7439371e9c57393"
          },
          "offset": 0
        },
        "atapi": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0631afb3f482b2e9"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_c9ee226f1a3a8e7b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wrq_cookie"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "wrq_cookie"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_c9f274519022cca6": {
      "size": 2072,
      "fields": {
        "array": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ISCI_REQUEST"
              }
            }
          },
          "offset": 16
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ca082ea8f4095488": {
      "size": 4,
      "fields": {
        "cval": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "lval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ca1176053ff92643": {
      "size": 660,
      "fields": {
        "pport_stats": {
          "type": {
            "count": 161,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pps": {
          "type": {
            "kind": "struct",
            "name": "pport_stats"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ca5b97f9d2845aea": {
      "size": 8,
      "fields": {
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 0
        },
        "prog": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ca5cde7eadf6c7d7": {
      "size": 2,
      "fields": {
        "hw_vsi_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "q_id": {
          "type": {
            "bit_length": 11,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "vsi_list_id": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ca5ed1e0390f48a0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knote"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "knote"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ca61f1d9d9116d35": {
      "size": 4,
      "fields": {
        "icmp6_un_data16": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "icmp6_un_data32": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "icmp6_un_data8": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ca8ea602aea1fbf0": {
      "size": 16,
      "fields": {
        "ifru_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "ifru_broadaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "ifru_buffer": {
          "type": {
            "kind": "struct",
            "name": "ifreq_buffer32"
          },
          "offset": 0
        },
        "ifru_cap": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "ifru_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifru_dstaddr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr"
          },
          "offset": 0
        },
        "ifru_fib": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ifru_flags": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "short"
            }
          },
          "offset": 0
        },
        "ifru_index": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "ifru_jid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_media": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_metric": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_mtu": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_phys": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "ifru_vlan_pcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ca9128e319aaa9f7": {
      "size": 16,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ca9c52b0ce8e123a": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "iommu_map_entry"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ca9d554a0160fe8a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "kaudit_record"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "kaudit_record"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_caaf060dfa3d66d4": {
      "size": 16,
      "fields": {
        "sin6_addr": {
          "type": {
            "kind": "struct",
            "name": "in6_addr"
          },
          "offset": 0
        },
        "sin_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_cad8398196f1ce82": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsdmap"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsdmap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_caed84f646a3af20": {
      "size": 16,
      "fields": {
        "dest_hi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dest_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "extcode": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "len": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "payload": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_cb158a67c0fb2374": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_rq"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cb2525bbd4e28ded": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "scb"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "scb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cb2d764a2f054f51": {
      "size": 16,
      "fields": {
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "subcode1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "subcode2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_cb47b2e46acd5760": {
      "size": 4,
      "fields": {
        "rss_bank": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cb4e2396e7ee511f": {
      "size": 8,
      "fields": {
        "rcv_tstmp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ef80320a30c66777"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_cb5a325705e83a63": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cf_level"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cf_level"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cb653266950a1051": {
      "size": 16,
      "fields": {
        "common": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6db8e9710d525649"
          },
          "offset": 0
        },
        "cyc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fad6572864cdc0fd"
          },
          "offset": 0
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f75af4b7012dbef1"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "lreq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_caed84f646a3af20"
          },
          "offset": 0
        },
        "lres": {
          "type": {
            "kind": "struct",
            "name": "unnamed_84ca219856f4b652"
          },
          "offset": 0
        },
        "rreqb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_665076f8b3ecd16f"
          },
          "offset": 0
        },
        "rreqq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ab1cb37b4dc7dcdb"
          },
          "offset": 0
        },
        "rresb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_84ca219856f4b652"
          },
          "offset": 0
        },
        "rresq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4ec9abb780297697"
          },
          "offset": 0
        },
        "stream": {
          "type": {
            "kind": "struct",
            "name": "unnamed_02dc009b69532846"
          },
          "offset": 0
        },
        "wreqb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_caed84f646a3af20"
          },
          "offset": 0
        },
        "wreqq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fad6572864cdc0fd"
          },
          "offset": 0
        },
        "wres": {
          "type": {
            "kind": "struct",
            "name": "unnamed_69ed6604bbdee7b9"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_cbb49e358862d20f": {
      "size": 8,
      "fields": {
        "link_speed": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_link_speed"
          },
          "offset": 0
        },
        "link_status": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_cbdb2a044c642c88": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmp_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cbeec5af22e8d438": {
      "size": 4,
      "fields": {
        "retry": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "success": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cc069f0c3f136b39": {
      "size": 72,
      "fields": {
        "config": {
          "type": {
            "kind": "struct",
            "name": "unnamed_599d1261de5d1edd"
          },
          "offset": 0
        },
        "params": {
          "type": {
            "kind": "struct",
            "name": "t4_sched_class_params"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 70,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_cc080860752fbbca": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclds"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclds"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cc1e62ebd1d9d4a4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iommu_map_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "iommu_map_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cc1ed387f46d4191": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "grouptask"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cc7987964579fe9d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_dev_watch"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xs_dev_watch"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cc7e554a4ac10c68": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mld_ifsoftc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mld_ifsoftc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cccf84709a6a849e": {
      "size": 4,
      "fields": {
        "accuracy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "units_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cd2492652f029e63": {
      "size": 16,
      "fields": {
        "bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "short_retries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "startidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_cd3ca42bd9d9f2bc": {
      "size": 4,
      "fields": {
        "dest_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "loopback_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "loopback_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cd461580501b7186": {
      "size": 40,
      "fields": {
        "__spare__": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3941e912853c3f5a"
          },
          "offset": 0
        },
        "_capsicum": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b08585b2ce4f577d"
          },
          "offset": 0
        },
        "_fault": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f179bb0282135c61"
          },
          "offset": 0
        },
        "_mesgq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_08fd691364010f9b"
          },
          "offset": 0
        },
        "_poll": {
          "type": {
            "kind": "struct",
            "name": "unnamed_618b9a0d584098f1"
          },
          "offset": 0
        },
        "_timer": {
          "type": {
            "kind": "struct",
            "name": "unnamed_67980b47d2ef8e69"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_cd470227f6df2ba1": {
      "size": 20,
      "fields": {
        "bit_vec": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cd81e5fb2dc2ed5b": {
      "size": 1848,
      "fields": {
        "stats": {
          "type": {
            "kind": "struct",
            "name": "oce_hw_stats_v1"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_cd89ee88d3d3d76f": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_altq_v1"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_altq_v1"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cdeb12c9e7eede84": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ce0024770f519f8b": {
      "size": 24,
      "fields": {
        "phy_info": {
          "type": {
            "kind": "struct",
            "name": "oce_phy_info"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ce11e1f6b8667937": {
      "size": 4,
      "fields": {
        "rsv0": {
          "type": {
            "bit_length": 3,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sli_family": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "sli_func_type": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sli_hint1": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "sli_hint2": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "sli_if_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "sli_rev": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sli_valid": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_ce164765b2e9a050": {
      "size": 6,
      "fields": {
        "type_frmr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1df28ac405b45e73"
          },
          "offset": 0
        },
        "type_i": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c48e00830c1a47aa"
          },
          "offset": 0
        },
        "type_raw": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c72237090639d08b"
          },
          "offset": 0
        },
        "type_s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2f674c5cd3651e5d"
          },
          "offset": 0
        },
        "type_snap": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c82ec7e0063358b9"
          },
          "offset": 0
        },
        "type_u": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d050c8821c7d475e"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ce2a00e96420dbdf": {
      "size": 24,
      "fields": {
        "antennaMax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "channelBW": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "channelSep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "highChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lowChannel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "powerDfs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "useDfs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "usePassScan": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_ce33860378787eb8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_raid_subdisk"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_raid_subdisk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ce4adaad81b58550": {
      "size": 8,
      "fields": {
        "encl": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e9c22533aec0cc71"
          },
          "offset": 6
        },
        "fw_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ref": {
          "type": {
            "kind": "union",
            "name": "mfi_pd_ref"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ce69a1ca52f6fe7c": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmbus_channel"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ce9740e6a9f14d71": {
      "size": 4,
      "fields": {
        "dst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "src": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ce989ef641bc70c5": {
      "size": 8,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_cea3b1bb2c654e8a": {
      "size": 8,
      "fields": {
        "ifbpstpu_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifbpstpu_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifbpstpreq"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_cee64975be718667": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stid_region"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "stid_region"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ceea9b372bd8fd27": {
      "size": 16,
      "fields": {
        "hdr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "pkt_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cefae2c7c22d878c": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rum_tx_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_cefcff50d1a57e45": {
      "size": 32,
      "fields": {
        "cck_phyerr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "chan_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "cycle_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ext_chan_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ofdm_phyerr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_cf29836c40ae0c0f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_sector"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_bde_sector"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cf307f3a5dfec278": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mrsas_mpt_cmd"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mrsas_mpt_cmd"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cf32a6b33d2fe32d": {
      "size": 112,
      "fields": {
        "DStream": {
          "type": {
            "kind": "struct",
            "name": "BIT_DStream_t"
          },
          "offset": 0
        },
        "prevOffset": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "stateLL": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseState"
          },
          "offset": 40
        },
        "stateML": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseState"
          },
          "offset": 72
        },
        "stateOffb": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_fseState"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "unnamed_cf552b157d5a47e6": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dadq"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dadq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cf7bc6315ab2f866": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pci_domain"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pci_domain"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_cfef979e071bf583": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gif_softc"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gif_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d0108c28c0cc619b": {
      "size": 304,
      "fields": {
        "kf_file_fileid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "kf_file_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "kf_file_fsid_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "kf_file_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 296
        },
        "kf_file_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "kf_file_pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 298
        },
        "kf_file_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "kf_file_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "kf_file_rdev_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "kf_file_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "kf_file_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "kf_spareint": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        },
        "kf_spareint64": {
          "type": {
            "count": 29,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_d016e5396c48adb9": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_device"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fw_device"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d03c5d491e10b522": {
      "size": 368,
      "fields": {
        "Symbios": {
          "type": {
            "kind": "struct",
            "name": "Symbios_nvram"
          },
          "offset": 0
        },
        "Tekram": {
          "type": {
            "kind": "struct",
            "name": "Tekram_nvram"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d04f5062300900e3": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freework"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "freework"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d050c8821c7d475e": {
      "size": 4,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "format_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "window_x2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_d05cb9533dd07734": {
      "size": 16,
      "fields": {
        "td_slpq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_de97914eed0a05ba"
          },
          "offset": 0
        },
        "td_zombie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d05e05102b1ec0ec": {
      "size": 1060,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "union",
            "name": "unnamed_d816a85bb9b116d0"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d079b438d1fd4e51": {
      "size": 8,
      "fields": {
        "pnhle_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pnhle_port_id_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pnhle_port_id_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pnhle_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_d0d1a1bf6030ec83": {
      "size": 16,
      "fields": {
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_918f5a521bb358f4"
          },
          "offset": 0
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af35c594f196a703"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d114288f5cdf2aea": {
      "size": 8,
      "fields": {
        "FibLinks": {
          "type": {
            "kind": "struct",
            "name": "aac_fib_list_entry"
          },
          "offset": 0
        },
        "_s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2d8b3c4071c1e7e5"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d1228b1958ac1e46": {
      "size": 16,
      "fields": {
        "fc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6377e881936472f2"
          },
          "offset": 0
        },
        "iscsi": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c97f28dfd78882ef"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d13425130e2991e2": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rsu_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rsu_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d15ea8c97673c3f5": {
      "size": 80,
      "fields": {
        "config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iop_request_get_config"
            }
          },
          "offset": 0
        },
        "inlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mvfrey_inlist_entry"
            }
          },
          "offset": 24
        },
        "inlist_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "inlist_wptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "internal_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "list_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "mu": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hpt_iopmu_mvfrey"
            }
          },
          "offset": 8
        },
        "outlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mvfrey_outlist_entry"
            }
          },
          "offset": 44
        },
        "outlist_cptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 60
        },
        "outlist_cptr_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 68
        },
        "outlist_phy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 52
        },
        "outlist_rptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        }
      },
      "kind": "struct"
    },
    "unnamed_d16055e81e662226": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfsentry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d16ad2e8df2bcad6": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule_item"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d16c3ce5581b6273": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "owner_vertex"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "owner_vertex"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d18a722ab3b97cb1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_container"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_container"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d18c4beb3f454651": {
      "size": 24,
      "fields": {
        "res": {
          "type": {
            "kind": "struct",
            "name": "ice_rdma_qset_update"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d19388d2358a084d": {
      "size": 24,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ports": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_d1a7ae602ebc6bc6": {
      "size": 512,
      "fields": {
        "args": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        },
        "dbreg": {
          "type": {
            "kind": "struct",
            "name": "dbreg"
          },
          "offset": 0
        },
        "fpreg": {
          "type": {
            "kind": "struct",
            "name": "fpreg"
          },
          "offset": 0
        },
        "pc": {
          "type": {
            "kind": "struct",
            "name": "ptrace_coredump"
          },
          "offset": 0
        },
        "piod": {
          "type": {
            "kind": "struct",
            "name": "ptrace_io_desc"
          },
          "offset": 0
        },
        "pl": {
          "type": {
            "kind": "struct",
            "name": "ptrace_lwpinfo"
          },
          "offset": 0
        },
        "psr": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_ret"
          },
          "offset": 0
        },
        "ptevents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pve": {
          "type": {
            "kind": "struct",
            "name": "ptrace_vm_entry"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "struct",
            "name": "reg"
          },
          "offset": 0
        },
        "sr": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_remote"
          },
          "offset": 0
        },
        "vec": {
          "type": {
            "kind": "struct",
            "name": "iovec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d1b740bfef1e2a19": {
      "size": 8,
      "fields": {
        "err": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d1ef1ab550965387": {
      "size": 8,
      "fields": {
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "status_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_d1f3e5aabb65cf58": {
      "size": 8,
      "fields": {
        "td_duphead": {
          "type": {
            "kind": "struct",
            "name": "tmpfs_dir_duphead"
          },
          "offset": 0
        },
        "td_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d20174294c54a5a2": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_clone"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "if_clone"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d2699998373cd178": {
      "size": 168,
      "fields": {
        "ts_busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "ts_teken": {
          "type": {
            "kind": "struct",
            "name": "teken_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d2824cafb28fcc7f": {
      "size": 8,
      "fields": {
        "deltaFindState": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "deltaNbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_d2858b7303fe7d43": {
      "size": 13,
      "fields": {
        "pci": {
          "type": {
            "kind": "struct",
            "name": "unnamed_84fbf14022acb4be"
          },
          "offset": 0
        },
        "usb": {
          "type": {
            "kind": "struct",
            "name": "unnamed_66c59bcba50e6801"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d29fdf320ec550de": {
      "size": 28,
      "fields": {
        "chainLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hashLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "minMatch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "searchLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "strategy": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c9066f7d16af50d8"
          },
          "offset": 24
        },
        "targetLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "windowLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d2e0275bd31599a4": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tuntap_softc"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tuntap_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d2ecc67cf283a863": {
      "size": 20,
      "fields": {
        "AddHtInfo": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5cd4285939abedd7"
          },
          "offset": 14
        },
        "CapInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "HTCapabilitiesInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "HTRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "LegacyRateBitMap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "MacHTParamInfo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "Rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "unnamed_d2ed6d4005f09a8c": {
      "size": 120,
      "fields": {
        "init_data": {
          "type": {
            "kind": "struct",
            "name": "client_init_ramrod_data"
          },
          "offset": 0
        },
        "update_data": {
          "type": {
            "kind": "struct",
            "name": "client_update_ramrod_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d3173e2b3dc4be2d": {
      "size": 4,
      "fields": {
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d3181eba19f993f8": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d34e436c8a63a8ee": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d3685b70032e9f55": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_symlink"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_symlink"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d37683734b7ba71a": {
      "size": 188,
      "fields": {
        "BSTflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "SLTflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "addr_dead_disk": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 15,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 68
        },
        "blockedflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 66
        },
        "bootblock_version": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "codeblock_version": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "config_update_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 64
        },
        "critical_drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "defunct_disks": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "drive_sector_count": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        },
        "drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "flash_prog_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "max_concurrent_cmds": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "max_phys_devices": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        },
        "miscflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nvram_dev_chg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "offline_drivecount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "psdn_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 67
        },
        "pwr_chg_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rebuildflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "unident_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "wrong_addr_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_d38290eb52e502c9": {
      "size": 32,
      "fields": {
        "CDB": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "PrimaryApplicationTag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "PrimaryApplicationTagMask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "PrimaryReferenceTag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "TransferLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "unnamed_d38998aca3ea8ba5": {
      "size": 8,
      "fields": {
        "fastMode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_d396729d4d74e833": {
      "size": 8,
      "fields": {
        "v": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d398f0eb02fca5bf": {
      "size": 40,
      "fields": {
        "sas": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4e48690af46891d9"
          },
          "offset": 0
        },
        "sata": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3092463e18b870e0"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d3abb2ed895b2916": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "urtw_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d3b24aaad2f9a180": {
      "size": 24,
      "fields": {
        "coeff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "dcoeff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d3bbacc48568e344": {
      "size": 232,
      "fields": {
        "embed": {
          "type": {
            "count": 232,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mem": {
          "type": {
            "kind": "struct",
            "name": "sli4_sli_config_pmd_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d3d43892ff435784": {
      "size": 32,
      "fields": {
        "__spare1__": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "__spare2__": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_d3ee1dac1ff60907": {
      "size": 64,
      "fields": {
        "cctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CCtx_s"
            }
          },
          "offset": 48
        },
        "compressedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "dctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_DCtx_s"
            }
          },
          "offset": 56
        },
        "dictionaryID": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dictionaryIsCold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dictionarySize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "params": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CCtx_params_s"
            }
          },
          "offset": 40
        },
        "streaming": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "uncompressedSize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d403801fc013df35": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "urd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_read_dir"
            }
          },
          "offset": 0
        },
        "urd32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_read_dir32"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d433b3b5aff6122f": {
      "size": 280,
      "fields": {
        "kf_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "kf_spareint": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "kf_spareint64": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_d44b0fb3f97fc349": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d4624604c7107f67": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "au_token"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "au_token"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d465a1724f1d05ac": {
      "size": 2,
      "fields": {
        "byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d4a100ee8de620b2": {
      "size": 4,
      "fields": {
        "device_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "seq_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_d4b4faee1b7a22c2": {
      "size": 2072,
      "fields": {
        "array": {
          "type": {
            "count": 257,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 16
        },
        "get": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "put": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d4d3084fc3f5743d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_fibmap"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_fibmap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d4d8444f366dfa09": {
      "size": 32,
      "fields": {
        "ncq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "packet": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3b7511fc2a26bd08"
          },
          "offset": 0
        },
        "pio": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af3bc129709b1ee0"
          },
          "offset": 0
        },
        "udma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d4e0eda0c22541a9": {
      "size": 16,
      "fields": {
        "complete": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "crc": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "event": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "forward": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ipcs": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "last_seg_udp_len": {
          "type": {
            "bit_length": 14,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "lso": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "lso6": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "lso_mss": {
          "type": {
            "bit_length": 14,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "mgmt": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "num_wqe": {
          "type": {
            "bit_length": 5,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "bit_length": 18,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd4": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "tcpcs": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "total_length": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "udpcs": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "vlan": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "vlan_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_d4f0deb74c799ad2": {
      "size": 2,
      "fields": {
        "nextLMId": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "peerSMID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d4f5f383a165da43": {
      "size": 1152,
      "fields": {
        "ee_antennaGainMax": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1148
        },
        "ee_base": {
          "type": {
            "kind": "struct",
            "name": "ar5416eeprom_4k"
          },
          "offset": 0
        },
        "ee_numCtls": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 376
        },
        "ee_rdEdgesPower": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "RD_EDGES_POWER"
            }
          },
          "offset": 380
        }
      },
      "kind": "struct"
    },
    "unnamed_d4fa95ed7cf52b3d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_ifn"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_ifn"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d500d761318a8559": {
      "size": 32,
      "fields": {
        "bt_first_slot_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "bt_hold_rxclear": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 28
        },
        "bt_mode": {
          "type": {
            "kind": "enum",
            "name": "unnamed_14abc9772de9cd50"
          },
          "offset": 12
        },
        "bt_priority_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "bt_quiet_collision": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 16
        },
        "bt_rxclear_polarity": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 20
        },
        "bt_time_extend": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bt_txframe_extend": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 8
        },
        "bt_txstate_extend": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_d52ab0bd83ca7c66": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_ioctl_hook"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acpi_ioctl_hook"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d541547fef38e599": {
      "size": 4,
      "fields": {
        "maxTableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "tableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "tableType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_d56e741060fa2874": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_rl_channel"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d5709199ff11dd2f": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dumperinfo"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dumperinfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d5c7b04296f8ea92": {
      "size": 32,
      "fields": {
        "ptrStruct": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f4fa1e5322eb77e0"
          },
          "offset": 0
        },
        "ptrStructureSize": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d5e077af3925873c": {
      "size": 24,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_wwn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_d5e49d3e302f0a08": {
      "size": 8,
      "fields": {
        "end_point_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "port_function_id": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_d5e6065698a44df2": {
      "size": 4,
      "fields": {
        "fastMode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tableLog": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d5f0ee7528afa0c7": {
      "size": 53440,
      "fields": {
        "fctape_enabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "flash_data_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "flt_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "flt_region_aux_img_status_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "flt_region_aux_img_status_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "flt_region_boot": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "flt_region_boot_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "flt_region_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "flt_region_fcp_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "flt_region_fdt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flt_region_flt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "flt_region_fw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "flt_region_fw_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "flt_region_gold_fw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "flt_region_img_status_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "flt_region_img_status_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "flt_region_npiv_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "flt_region_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "flt_region_nvram_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "flt_region_vpd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "flt_region_vpd_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "flt_region_vpd_nvram_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "flt_region_vpd_sec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "isp_fabric_params": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "isp_fwoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "isp_fwstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "isp_gbspeed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "isp_lasthdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "isp_linkstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "isp_login_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "isp_loopid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "isp_loopstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "isp_portid": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 21
        },
        "isp_retry_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "isp_retry_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "isp_scanscratch": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 49344
        },
        "isp_scdma": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 49336
        },
        "isp_scratch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 49328
        },
        "isp_sns_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "isp_topo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "isp_use_gff_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "isp_use_gft_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "isp_wwnn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "isp_wwnn_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "isp_wwpn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "isp_wwpn_nvram": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "isp_xfwoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "isp_zfwoptions": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "portdb": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fcportdb_t"
            }
          },
          "offset": 176
        },
        "role": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "sendmarker": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "unnamed_d6067816d1368fe8": {
      "size": 40,
      "fields": {
        "eth": {
          "type": {
            "kind": "struct",
            "name": "mlx4_spec_eth"
          },
          "offset": 0
        },
        "ib": {
          "type": {
            "kind": "struct",
            "name": "mlx4_spec_ib"
          },
          "offset": 0
        },
        "ipv4": {
          "type": {
            "kind": "struct",
            "name": "mlx4_spec_ipv4"
          },
          "offset": 0
        },
        "tcp_udp": {
          "type": {
            "kind": "struct",
            "name": "mlx4_spec_tcp_udp"
          },
          "offset": 0
        },
        "vxlan": {
          "type": {
            "kind": "struct",
            "name": "mlx4_spec_vxlan"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d627cd459d62726b": {
      "size": 88,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a0c094a42c30af34"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0bc87221c4f12617"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d66368f93a99d235": {
      "size": 24,
      "fields": {
        "async_cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "async_cq_valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "async_evt_bitmap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cq_id": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "dw5rsvd2": {
          "type": {
            "bit_length": 12,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "dw6rsvd1": {
          "type": {
            "bit_length": 31,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "dw7rsvd1": {
          "type": {
            "bit_length": 31,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "dw8rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ring_size": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "unnamed_d69087d0d0d5a342": {
      "size": 8,
      "fields": {
        "fn_fn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "fn_fn2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d6b637aa624f2f34": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secacq"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secacq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d6e22dd116bf509b": {
      "size": 12,
      "fields": {
        "mac": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_d6f679184d34abbd": {
      "size": 8,
      "fields": {
        "first_desc": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "res": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_d702f39d08c9e2d5": {
      "size": 40,
      "fields": {
        "bitContainer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "bitPos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "endPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "startPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_d703b5a044cdff9d": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tuntap_driver_cloner"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d73fa3e5eb24b2cc": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_tagname"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_tagname"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d7439371e9c57393": {
      "size": 16,
      "fields": {
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "feature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d74814da436b7211": {
      "size": 24,
      "fields": {
        "busy": {
          "type": {
            "kind": "struct",
            "name": "unnamed_19049fbc8869bffc"
          },
          "offset": 8
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_918f5a521bb358f4"
          },
          "offset": 0
        },
        "opened": {
          "type": {
            "kind": "struct",
            "name": "unnamed_19049fbc8869bffc"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_d7654f153f977c98": {
      "size": 16,
      "fields": {
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "Value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d7668482b0f739c0": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keycb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d7c4b7688e4ea2b3": {
      "size": 9,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "NProtectOpMode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d7cd0828586c65ab": {
      "size": 24,
      "fields": {
        "fcp_rsp_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "fcp_rsp_extra": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "fcp_rsp_reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "fcp_rsp_resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "fcp_rsp_rsplen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "fcp_rsp_scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "fcp_rsp_snslen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fcp_rsp_status_qualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d7cf36bef816903c": {
      "size": 24,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cpi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_pathinq"
            }
          },
          "offset": 8
        },
        "request_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d7f97b527ded4ec8": {
      "size": 1,
      "fields": {
        "mss_idx": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "oddeven": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sack_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wscale_idx": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d7fca8de3621e4cd": {
      "size": 8,
      "fields": {
        "ifbicu_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifbicu_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifbreq"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d816a85bb9b116d0": {
      "size": 1060,
      "fields": {
        "stats": {
          "type": {
            "kind": "struct",
            "name": "oce_hw_stats_v0"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d820981305de1306": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "unnamed_d82c2d540958e1ee": {
      "size": 8,
      "fields": {
        "PhysicalAddress32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "PhysicalAddress64": {
          "type": {
            "kind": "struct",
            "name": "U64"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d83eab0f538e7042": {
      "size": 20,
      "fields": {
        "ff": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e7cf89237094d96"
          },
          "offset": 0
        },
        "fl": {
          "type": {
            "kind": "struct",
            "name": "unnamed_47eb11dac2bd0e20"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d840efbbee82c633": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "urb"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "urb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d857d5b8a1157b86": {
      "size": 16,
      "fields": {
        "cstqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rib_subscription"
            }
          },
          "offset": 0
        },
        "cstqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rib_subscription"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d878a7d11c7a9bc0": {
      "size": 8,
      "fields": {
        "Device_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "SubDevice_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "SubVendor_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "Vendor_ID": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d889977bc2421e64": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_storvsc_request"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d889c2c34b9b8766": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_pptpgre_sess"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_pptpgre_sess"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d8da84644c76a45f": {
      "size": 240,
      "fields": {
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 180
        },
        "rtm": {
          "type": {
            "kind": "struct",
            "name": "rt_msghdr"
          },
          "offset": 0
        },
        "sdl": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 184
        },
        "sin6": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in6"
          },
          "offset": 152
        }
      },
      "kind": "struct"
    },
    "unnamed_d8db5f4f1d072d73": {
      "size": 16,
      "fields": {
        "lengths": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d90c531049db6994": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b1e9e195c0b22b4f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_d9138952b8d5b280": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_tcb"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_tcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d91c82a219d3e511": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d929b41889f3ceb8": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uath_data"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d9405b291f94480b": {
      "size": 16,
      "fields": {
        "pa_modname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pa_rulname": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d940bee9b13fac2b": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d9482147c796389b": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stge_txdesc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d97247f7e831f184": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d9779a05a8e995b6": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rtdetq"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "rtdetq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d9b56e4faf42348b": {
      "size": 2,
      "fields": {
        "dd_chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dd_targ": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d9bbe204171207f8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_krule"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_krule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_d9d2e3e6b7830c0d": {
      "size": 36,
      "fields": {
        "radar_bin_thresh_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ss_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "ss_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ss_enabled": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ss_fft_period": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ss_nf_cal": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 12
        },
        "ss_nf_pwr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 18
        },
        "ss_nf_temp_data": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "ss_period": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ss_short_report": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ss_spectral_pri": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_d9e1557103d94c3a": {
      "size": 8,
      "fields": {
        "body": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_d9ea0b7f2c229093": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3ddb4a1eb92ce375"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_da00b57f740396e2": {
      "size": 4,
      "fields": {
        "fields": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1dd59c444394b30a"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_da515d9579207848": {
      "size": 24,
      "fields": {
        "compressed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "uncompressed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_daa5da8f8a1bba88": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trim_blkreq"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "trim_blkreq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_dab2dac51bea771b": {
      "size": 4,
      "fields": {
        "hdr_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pkt_info": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_dac525ce95a34174": {
      "size": 8,
      "fields": {
        "ieeerate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ledoff": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ledon": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rxflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "txflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_daca51d24354df80": {
      "size": 16,
      "fields": {
        "asycomm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e16ae9f49b94cf2d"
          },
          "offset": 0
        },
        "common": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4883dc02917e8e8"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "stream": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a89cdef6e1abeaf9"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_db2493bab33e6701": {
      "size": 2,
      "fields": {
        "attached_device_type": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "negotiated_physical_link_rate": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "reserved3": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_db49f8f3af984b25": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_db74ec14afd52128": {
      "size": 2,
      "fields": {
        "fcoe_ctx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mirroring_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_db9ef61ff2a99b85": {
      "size": 1032,
      "fields": {
        "e1": {
          "type": {
            "kind": "struct",
            "name": "mac_configuration_cmd"
          },
          "offset": 0
        },
        "e2": {
          "type": {
            "kind": "struct",
            "name": "eth_multicast_rules_ramrod_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dbb530ed14151448": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ledsc"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ledsc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_dbd57064a01e1ab9": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clip_db_entry"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_dbd92fcb169e1c4d": {
      "size": 16,
      "fields": {
        "nxtseq_seed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_dbe5e29bee33924a": {
      "size": 8,
      "fields": {
        "lsc_rx_test": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lsc_tx_test": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_dbfba933c5739f4b": {
      "size": 22532,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_077de0c5f9fbeb6c"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1af59db96f9b90e4"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dc2a72590e620bc1": {
      "size": 8,
      "fields": {
        "flag": {
          "type": {
            "kind": "enum",
            "name": "unnamed_09816ccd075c0f10"
          },
          "offset": 4
        },
        "rdEdge": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "twice_rdEdgePower": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_dc3b824df53af541": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ngp_fifo"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ngp_fifo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_dc4fc57bfe0bb6e9": {
      "size": 4,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "curr": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_dc68be07dd4ed3d7": {
      "size": 24,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "instance_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_dcc24a10b1a4a83e": {
      "size": 3,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wDescriptorLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_dcef6b0a2db77892": {
      "size": 8,
      "fields": {
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_dcf84434a325418b": {
      "size": 132,
      "fields": {
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "num_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tags": {
          "type": {
            "kind": "union",
            "name": "unnamed_509ac195931fb85e"
          },
          "offset": 4
        },
        "untagged": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_dcf9e83018f8f714": {
      "size": 16,
      "fields": {
        "r_info": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "r_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_dd1296497eb61e11": {
      "size": 176,
      "fields": {
        "args": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        },
        "dbreg": {
          "type": {
            "kind": "struct",
            "name": "dbreg32"
          },
          "offset": 0
        },
        "fpreg": {
          "type": {
            "kind": "struct",
            "name": "fpreg32"
          },
          "offset": 0
        },
        "pc": {
          "type": {
            "kind": "struct",
            "name": "ptrace_coredump"
          },
          "offset": 0
        },
        "piod": {
          "type": {
            "kind": "struct",
            "name": "ptrace_io_desc"
          },
          "offset": 0
        },
        "pl": {
          "type": {
            "kind": "struct",
            "name": "ptrace_lwpinfo"
          },
          "offset": 0
        },
        "psr": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_ret"
          },
          "offset": 0
        },
        "ptevents": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pve": {
          "type": {
            "kind": "struct",
            "name": "ptrace_vm_entry"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "struct",
            "name": "reg32"
          },
          "offset": 0
        },
        "sr": {
          "type": {
            "kind": "struct",
            "name": "ptrace_sc_remote"
          },
          "offset": 0
        },
        "vec": {
          "type": {
            "kind": "struct",
            "name": "iovec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dd3aa3447bc1b38d": {
      "size": 40,
      "fields": {
        "get_next_variable_name": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ad78d90d52b23600"
          },
          "offset": 0
        },
        "get_time": {
          "type": {
            "kind": "struct",
            "name": "unnamed_16c91b28dcc21af0"
          },
          "offset": 0
        },
        "get_variable": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8deef182e8a42dac"
          },
          "offset": 0
        },
        "get_wakeup_time": {
          "type": {
            "kind": "struct",
            "name": "xenpf_efi_time"
          },
          "offset": 0
        },
        "query_capsule_capabilities": {
          "type": {
            "kind": "struct",
            "name": "unnamed_34b4fca0090d7777"
          },
          "offset": 0
        },
        "query_variable_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_27f9e697363b4849"
          },
          "offset": 0
        },
        "set_time": {
          "type": {
            "kind": "struct",
            "name": "xenpf_efi_time"
          },
          "offset": 0
        },
        "set_variable": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8deef182e8a42dac"
          },
          "offset": 0
        },
        "set_wakeup_time": {
          "type": {
            "kind": "struct",
            "name": "xenpf_efi_time"
          },
          "offset": 0
        },
        "update_capsule": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f2f70f271c5dbeab"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dd42ab79693b42f7": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_vss_req_internal"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hv_vss_req_internal"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_dd6d3b54bce85eb0": {
      "size": 32,
      "fields": {
        "rpsc_lacp": {
          "type": {
            "kind": "struct",
            "name": "lacp_opreq"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dd7965bd9624df08": {
      "size": 2680,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "union",
            "name": "unnamed_8fe8376f0840aeae"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dd9ece040519ab02": {
      "size": 6,
      "fields": {
        "ctl_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ext_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "synth_center": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_dda373ad111d815f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sem_undo"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sem_undo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ddaba55b64dd0fcc": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hfsc_class"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "hfsc_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ddb4ace420023a22": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllockowner"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscllockowner"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ddc14cb09b732263": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dadq"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dadq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ddc4a8c20d3a944b": {
      "size": 8,
      "fields": {
        "function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "function_415": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dde5e19b412ab347": {
      "size": 4,
      "fields": {
        "AIFSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "IoctlBuf": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "JBODSupport": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "fReserved": {
          "type": {
            "bit_length": 28,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "largeLBA": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_de82e6e218da2881": {
      "size": 36,
      "fields": {
        "active_dwell": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "adwell_default_n_aps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "adwell_default_n_aps_social": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "adwell_max_budget": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "channel": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_umac_chan_param"
          },
          "offset": 32
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "general_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "max_out_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "num_of_fragments": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "passive_dwell": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "scan_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "suspend_time": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_de8a83925286c16d": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_de97914eed0a05ba": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_dea599f2e59b2efa": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "reap_kill_tracker"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "reap_kill_tracker"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_deb2e93ec61b42d8": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pv_chunk"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pv_chunk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_decb7df68b01e13e": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard_driver"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_dee77e27b5efe8ff": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kstate"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kstate"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_deffe458c889b3a2": {
      "size": 8,
      "fields": {
        "rcvif": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "snd_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_44baea9368e07934"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_df00524af02db71d": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_df092743237b1160": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpssas_lun"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_df1cedd1274049d0": {
      "size": 16,
      "fields": {
        "irte": {
          "type": {
            "kind": "struct",
            "name": "ioc_read_toc_entry"
          },
          "offset": 0
        },
        "irte32": {
          "type": {
            "kind": "struct",
            "name": "ioc_read_toc_entry32"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_df357168e7be24f1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dpcpu_free"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dpcpu_free"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_df74386d2119d920": {
      "size": 80,
      "fields": {
        "ifbaconf": {
          "type": {
            "kind": "struct",
            "name": "ifbaconf"
          },
          "offset": 0
        },
        "ifbareq": {
          "type": {
            "kind": "struct",
            "name": "ifbareq"
          },
          "offset": 0
        },
        "ifbifconf": {
          "type": {
            "kind": "struct",
            "name": "ifbifconf"
          },
          "offset": 0
        },
        "ifbreq": {
          "type": {
            "kind": "struct",
            "name": "ifbreq"
          },
          "offset": 0
        },
        "ifbropreq": {
          "type": {
            "kind": "struct",
            "name": "ifbropreq"
          },
          "offset": 0
        },
        "ifbrparam": {
          "type": {
            "kind": "struct",
            "name": "ifbrparam"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_dfa7cb9dc59d047c": {
      "size": 24,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 16
        },
        "ld_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_pd"
          },
          "offset": 20
        },
        "pd_lba": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_dfc9288225722740": {
      "size": 8,
      "fields": {
        "chan20MHz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "chan40MHz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_dfcb5b538e8f20ee": {
      "size": 56,
      "fields": {
        "cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "dma": {
          "type": {
            "kind": "struct",
            "name": "mxge_dma_t"
          },
          "offset": 8
        },
        "entry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mcp_slot_t"
            }
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "unnamed_dfef809e4101c7c1": {
      "size": 3,
      "fields": {
        "b": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "g": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "r": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_dffb0a52c659bfcd": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "commandtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_e001ae49a587f96c": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ai": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_alt_interface"
            }
          },
          "offset": 0
        },
        "cdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_config_descriptor"
            }
          },
          "offset": 0
        },
        "ddesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device_descriptor"
            }
          },
          "offset": 0
        },
        "dpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device_port_path"
            }
          },
          "offset": 0
        },
        "idesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface_descriptor"
            }
          },
          "offset": 0
        },
        "pclose": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_close"
            }
          },
          "offset": 0
        },
        "pinit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_init"
            }
          },
          "offset": 0
        },
        "pinit32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_init32"
            }
          },
          "offset": 0
        },
        "pint": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "popen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_open"
            }
          },
          "offset": 0
        },
        "popen_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_open_stream"
            }
          },
          "offset": 0
        },
        "pstall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_clear_stall_sync"
            }
          },
          "offset": 0
        },
        "ptime": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "puninit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_uninit"
            }
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device_stats"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e01ce52e132f2b96": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "replay_cache_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "replay_cache_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e043dbd11140577b": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mld_ifsoftc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e04b663b0b6b95c9": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_command"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_command"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e057fadb46b7af4a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device_location_node"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "device_location_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e06a549a172a3aad": {
      "size": 1472,
      "fields": {
        "aalg": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1344
        },
        "ctx": {
          "type": {
            "kind": "union",
            "name": "authctx"
          },
          "offset": 0
        },
        "uaalg": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1408
        }
      },
      "kind": "struct"
    },
    "unnamed_e089d8cca060a435": {
      "size": 8,
      "fields": {
        "sl2vl_table": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e0b400fee209e99f": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "loginclass"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "loginclass"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e0d70f10209780ce": {
      "size": 88,
      "fields": {
        "auto_xrdy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "fcfi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 16
        },
        "hio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_io_t"
            }
          },
          "offset": 40
        },
        "hw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_t"
            }
          },
          "offset": 0
        },
        "hw_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "ocs_list_t"
          },
          "offset": 48
        },
        "out_of_xris": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "payload": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_rq_buffer_t"
            }
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "enum",
            "name": "unnamed_66a87e6050cd983f"
          },
          "offset": 32
        },
        "xri": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "unnamed_e0fbee623c41827b": {
      "size": 4,
      "fields": {
        "reset_stats": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rsvd0": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "vport_number": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e11731a45d7327eb": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bounce_zone"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bounce_zone"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e139121f6065aded": {
      "size": 204,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "MACList": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "NumOfAdrs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_e1481cf719ca87df": {
      "size": 16,
      "fields": {
        "ifgru_group": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifgru_groups": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e14f06b86731e25f": {
      "size": 8,
      "fields": {
        "status_error_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e16ae9f49b94cf2d": {
      "size": 8,
      "fields": {
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "spd": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "srcbus": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_e173d7b2ed82ca3c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_event"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "intr_event"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e199f14767c19b75": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nd_defrouter"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nd_defrouter"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e1c48df6214c58a4": {
      "size": 96,
      "fields": {
        "b": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "cdbSense": {
          "type": {
            "kind": "struct",
            "name": "unnamed_525f2cc3019645a3"
          },
          "offset": 0
        },
        "d": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "ecc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3510d7a35a69e47b"
          },
          "offset": 0
        },
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_ld"
          },
          "offset": 0
        },
        "ld_count": {
          "type": {
            "kind": "struct",
            "name": "unnamed_801a0aa8ee97086a"
          },
          "offset": 0
        },
        "ld_lba": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9ce87a56435ba0bc"
          },
          "offset": 0
        },
        "ld_lba_pd_lba": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5025519f2a2334f0"
          },
          "offset": 0
        },
        "ld_owner": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3443ea52b793374d"
          },
          "offset": 0
        },
        "ld_prog": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8fab6ffcd54662f7"
          },
          "offset": 0
        },
        "ld_state": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8415d0f3d68855c5"
          },
          "offset": 0
        },
        "ld_strip": {
          "type": {
            "kind": "struct",
            "name": "unnamed_59d42254a9c33219"
          },
          "offset": 0
        },
        "pci": {
          "type": {
            "kind": "struct",
            "name": "unnamed_91ee2ed868b861a7"
          },
          "offset": 0
        },
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 0
        },
        "pd_err": {
          "type": {
            "kind": "struct",
            "name": "unnamed_372dbaa58fc19c04"
          },
          "offset": 0
        },
        "pd_lba": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2d7656edb15423b6"
          },
          "offset": 0
        },
        "pd_lba_ld": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3c76c830d7ad0c3e"
          },
          "offset": 0
        },
        "pd_prog": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f55bf46baed2cbf4"
          },
          "offset": 0
        },
        "pd_state": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6147f7c1740b7d09"
          },
          "offset": 0
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "str": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "unnamed_28a40737be1c7a84"
          },
          "offset": 0
        },
        "w": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e1d48e78e9ec40e6": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "inpcb"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "inpcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e1f333c37f488e41": {
      "size": 40,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e20f8ed7441a48da": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap_invl_gen"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pmap_invl_gen"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e217d26e961356f1": {
      "size": 20,
      "fields": {
        "bar": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cmd": {
          "type": {
            "kind": "enum",
            "name": "unnamed_19c8597908a42f43"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_e22c6c615d1e50ce": {
      "size": 20,
      "fields": {
        "changed_attr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "gid_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 12
        },
        "mstr_sm_lid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "mstr_sm_sl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "port_lid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e2313ef48efe00d6": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jaddref"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "jaddref"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e236f0d3b0372fbf": {
      "size": 257,
      "fields": {
        "devid_pat": {
          "type": {
            "kind": "struct",
            "name": "device_id_match_pattern"
          },
          "offset": 0
        },
        "inq_pat": {
          "type": {
            "kind": "struct",
            "name": "scsi_static_inquiry_pattern"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e238e0d07ea4c300": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfsclrecalllayout"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfsclrecalllayout"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e2553d4d5f093476": {
      "size": 6,
      "fields": {
        "tpid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "tpid_valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e25fd5f7c5b21bdf": {
      "size": 28,
      "fields": {
        "ct_resp": {
          "type": {
            "count": 24,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "ct_resplen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_e260f4b4dc644ed4": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockbuf"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sockbuf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e270cf6d25594c49": {
      "size": 4,
      "fields": {
        "hv_etype_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "hv_vlan_id_key": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e288c8268f05e2a1": {
      "size": 20,
      "fields": {
        "ackrcv_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "beacons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fcs_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rts_bad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rts_good": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e28fa41bad050481": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtxq_queue"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtxq_queue"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e2943cde9a0c06ae": {
      "size": 12,
      "fields": {
        "firstchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lastchan": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "unnamed_e2ad2b9fb4bbe809": {
      "size": 72,
      "fields": {
        "iso_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        },
        "iso_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 32
        },
        "iso_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "iso_links": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 60
        },
        "iso_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "iso_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 16
        },
        "iso_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "iso_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        }
      },
      "kind": "struct"
    },
    "unnamed_e2b5aa5d47e1bda7": {
      "size": 24,
      "fields": {
        "gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "gidlen": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "gidlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e2bcea3da0acd8a7": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlpcb"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlpcb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e2c101b31facc5db": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fw_bind"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fw_bind"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e2c6bea20182742d": {
      "size": 16,
      "fields": {
        "fp_acc": {
          "type": {
            "kind": "struct",
            "name": "fpacc87"
          },
          "offset": 0
        },
        "fp_pad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_e2d6c04c1d229632": {
      "size": 24,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cpi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_pathinq"
            }
          },
          "offset": 8
        },
        "lunindex": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 20
        },
        "request_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e2f01f1fd9c73c20": {
      "size": 16,
      "fields": {
        "ct": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "error": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "frag_index": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "hds_hdr_frag_index": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "hds_hdr_size": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "ip_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ip_options": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "ip_ver": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "ipframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "l4_cksum_pass": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "mac_dst": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "num_fragments": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "pkt_size": {
          "type": {
            "bit_length": 14,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "pkt_type": {
          "type": {
            "bit_length": 2,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "port": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "qnq": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_bank": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_flush": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rss_hash_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_hp": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "rsvd4": {
          "type": {
            "bit_length": 13,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "switched": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "tcpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "udpframe": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "vlan_tag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vlan_tag_present": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "vlantag": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e2f1c0830890444d": {
      "size": 16,
      "fields": {
        "fp_acc": {
          "type": {
            "kind": "struct",
            "name": "fpacc87"
          },
          "offset": 0
        },
        "fp_pad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_e2f9bcbe910b6940": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_nets"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_nets"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e31453bf8fd31344": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpssas_lun"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e316ce25fe8c7b96": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_chain"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_chain"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e31c2f0138ec3947": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_shm_reg"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_shm_reg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e34ded1a5ce388eb": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscllockownerfh"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e372deabe450bceb": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_reserv"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_reserv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e37dabe121fc4311": {
      "size": 16,
      "fields": {
        "dw": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d4e0eda0c22541a9"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e383b0d9b80734e2": {
      "size": 52,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_92dd4c5bc3257c0e"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5ca715f7c522a41c"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e38e54c1074d2773": {
      "size": 60,
      "fields": {
        "ata": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_ata"
          },
          "offset": 0
        },
        "mmc": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_mmc"
          },
          "offset": 0
        },
        "nvme": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_nvme"
          },
          "offset": 0
        },
        "scsi": {
          "type": {
            "kind": "struct",
            "name": "ccb_trans_settings_scsi"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e39cabae1b30069d": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secasvar"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secasvar"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e3b7a949afff18e0": {
      "size": 4,
      "fields": {
        "blockSSDWriteCacheChange": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "dedicatedHotSparesLimited": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "disableOnlinePFKChange": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "headlessMode": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "realTimeScheduler": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 11,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportBootTimePFKChange": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportEmergencySpares": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportEmulatedDrives": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportJBOD": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportLdBBMInfo": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportLdPIType1": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportLdPIType2": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportLdPIType3": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportPIcontroller": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportPerfTuning": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportResetNow": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "supportSSDPatrolRead": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportSetLinkSpeed": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "supportShieldState": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportSuspendResumeBGops": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "supportUnevenSpans": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_e3bbaa450fbbb067": {
      "size": 12,
      "fields": {
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mac_address": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "rsvd0": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_e3d0eb30d350fee6": {
      "size": 48,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_fc4_types": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_e4066e44dc735fab": {
      "size": 4,
      "fields": {
        "bf_qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bacb87642bdb9bc0"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_e41f557ec933cbec": {
      "size": 16,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "MacAddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "MacType": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e44a3c2b5a636deb": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fields": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d3173e2b3dc4be2d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e456c1975afa5ce2": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_port"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lacp_port"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e45c963286ce8030": {
      "size": 24,
      "fields": {
        "gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "subsystemid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "unset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_e46f0caa1baea6e6": {
      "size": 24,
      "fields": {
        "rc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "sgl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ocs_scsi_sgl_t"
            }
          },
          "offset": 0
        },
        "sgl_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sgl_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e470e6dd194275fe": {
      "size": 16,
      "fields": {
        "action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "next_state": {
          "type": {
            "kind": "enum",
            "name": "bxe_stats_state"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e47a26b1a65c9c0f": {
      "size": 24,
      "fields": {
        "bad_cable": {
          "type": {
            "kind": "struct",
            "name": "unnamed_32466a3237fd65ee"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_88a62d2980b2ab7f"
          },
          "offset": 0
        },
        "comm_channel_arm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cd470227f6df2ba1"
          },
          "offset": 0
        },
        "comp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_468905047c606eb5"
          },
          "offset": 0
        },
        "cq_err": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b4364f5557ec2ad4"
          },
          "offset": 0
        },
        "flr_event": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b62d4eb38834154f"
          },
          "offset": 0
        },
        "mac_update": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d6e22dd116bf509b"
          },
          "offset": 0
        },
        "port_change": {
          "type": {
            "kind": "struct",
            "name": "unnamed_45f23ef9ea55f8be"
          },
          "offset": 0
        },
        "port_mgmt_change": {
          "type": {
            "kind": "struct",
            "name": "unnamed_619ef10d9f7a1f05"
          },
          "offset": 0
        },
        "qp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e8e61eead04958aa"
          },
          "offset": 0
        },
        "raw": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "srq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe4b5bce31f89733"
          },
          "offset": 0
        },
        "warming": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9add8e28c010b58d"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e4a630e58d95d3c1": {
      "size": 224,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_3ab05379d4eca822"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_9f41bfc9e7e4f445"
          },
          "offset": 64,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "unnamed_e4aadd734ccb7f81": {
      "size": 16,
      "fields": {
        "cdblen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "cdbptr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e4acac49ffc10a1f": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_priv"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cdev_priv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e5150ab4436d0167": {
      "size": 16,
      "fields": {
        "a_type": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "a_un": {
          "type": {
            "kind": "union",
            "name": "unnamed_10375aa481fc576f"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e53d204d472933d4": {
      "size": 40,
      "fields": {
        "ip": {
          "type": {
            "kind": "struct",
            "name": "ip"
          },
          "offset": 0
        },
        "ip6": {
          "type": {
            "kind": "struct",
            "name": "ip6_hdr"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e55bdbfa63b7b02f": {
      "size": 8,
      "fields": {
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e561d540f0ddec0f": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_type"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e5cfd75b68027fcc": {
      "size": 8,
      "fields": {
        "dirhash": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirhash"
            }
          },
          "offset": 0
        },
        "snapblklist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e5dba40708bcd0ca": {
      "size": 40,
      "fields": {
        "string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "subtype": {
          "type": {
            "kind": "enum",
            "name": "unnamed_c142e86d972514d2"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_cce9018d53ad30c6"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e5f1f1349def4e92": {
      "size": 84,
      "fields": {
        "channelValue": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "maxPower_t4": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "pDataPerXPD": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "EXPN_DATA_PER_XPD_5112"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_e64a13f5e5fb2336": {
      "size": 4,
      "fields": {
        "filter_match": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "phy_data3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e64d8b8e46501cbd": {
      "size": 13,
      "fields": {
        "bCSWStatus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "dCSWDataResidue": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "dCSWSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "dCSWTag": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_e655654d9b458f33": {
      "size": 608,
      "fields": {
        "attr": {
          "type": {
            "kind": "struct",
            "name": "vattr"
          },
          "offset": 200
        },
        "image_params": {
          "type": {
            "kind": "struct",
            "name": "image_params"
          },
          "offset": 376
        },
        "nd": {
          "type": {
            "kind": "struct",
            "name": "nameidata"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e65ee7859d4d2d45": {
      "size": 16,
      "fields": {
        "_attribute": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pthread_attr"
              }
            }
          },
          "offset": 8
        },
        "_function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e67e5183ac068637": {
      "size": 4,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_e68aebda9e621b01": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bus_dmamap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e6acc9a72353b5b2": {
      "size": 144,
      "fields": {
        "fifo_samples": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "filler": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 12
        },
        "samples": {
          "type": {
            "kind": "base",
            "name": "long long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e6b8cefe405b3451": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mntaarg"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e6c86faf5a71cf72": {
      "size": 3,
      "fields": {
        "revMax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "revMin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e6f300766ac2d0f4": {
      "size": 40,
      "fields": {
        "bitContainer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "bitsConsumed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "limitPtr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_e6f7342aaabdaaa9": {
      "size": 60,
      "fields": {
        "di_shortlink": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af7914df6d701e19"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_e6f92d9f6eda9469": {
      "size": 4,
      "fields": {
        "dw0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65fdda748a9afd1f"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e7051d326cc4eba1": {
      "size": 24,
      "fields": {
        "eapdbtl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "inamp_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "outamp_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "supp_pcm_size_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "supp_stream_formats": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "widget_cap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e715671f1e7a990d": {
      "size": 8,
      "fields": {
        "res_port_rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "res_reserved": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e72e930d21a830e2": {
      "size": 132,
      "fields": {
        "EBE": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsBatteryEvent"
          },
          "offset": 0
        },
        "ECC": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsContainerChange"
          },
          "offset": 0
        },
        "ECE": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsContainerEvent"
          },
          "offset": 0
        },
        "ECLE": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsClusterEvent"
          },
          "offset": 0
        },
        "EDF": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsDeviceFailure"
          },
          "offset": 0
        },
        "EDS": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsDiskSetEvent"
          },
          "offset": 0
        },
        "EEE": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsEnclosureEvent"
          },
          "offset": 0
        },
        "EG": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsGeneric"
          },
          "offset": 0
        },
        "EMF": {
          "type": {
            "kind": "struct",
            "name": "aac_AifEnsMirrorFailover"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e7319b60ac58cf60": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lacp_aggregator"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lacp_aggregator"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e7513cbb92e71bd6": {
      "size": 144,
      "fields": {
        "snscb_cthdr": {
          "type": {
            "kind": "struct",
            "name": "ct_hdr_t"
          },
          "offset": 0
        },
        "snscb_fc4_features": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_e759b182af526dfa": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cpu_offset"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e78462b6568bf77b": {
      "size": 8,
      "fields": {
        "primary": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "secondary": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_e79cd64125cedbe1": {
      "size": 16,
      "fields": {
        "vendor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vendor_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e7a49c2b81eb559b": {
      "size": 64,
      "fields": {
        "brand": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "brand_note": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "Elf_Brandnote"
            }
          },
          "offset": 48
        },
        "compat_3_brand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "header_supported": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "interp_newpath": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "interp_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "machine": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sysvec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysentvec"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_e7a51e1dc4dc2e26": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk_alias"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "disk_alias"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e7a6356301181f26": {
      "size": 4,
      "fields": {
        "act_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "queue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_e7b70730ff6ebe76": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_keth_rule"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_keth_rule"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e7bb756c7802fd8b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audit_pipe_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audit_pipe_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e7cf0f997058b0a5": {
      "size": 1408,
      "fields": {
        "blk": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1344
        },
        "ctx": {
          "type": {
            "kind": "union",
            "name": "authctx"
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1360
        },
        "tag2": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1376
        }
      },
      "kind": "struct"
    },
    "unnamed_e7db4b917d32a123": {
      "size": 8,
      "fields": {
        "__bits": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e7dca280ccee208e": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_fragment"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e7e5e2aa9147ad83": {
      "size": 8,
      "fields": {
        "pfrw_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_addr"
            }
          },
          "offset": 0
        },
        "pfrw_astats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_astats"
            }
          },
          "offset": 0
        },
        "pfrw_dyn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfi_dynaddr"
            }
          },
          "offset": 0
        },
        "pfrw_kentry": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_kentry"
            }
          },
          "offset": 0
        },
        "pfrw_workq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfr_kentryworkq"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e7fbcba4efd455a7": {
      "size": 56,
      "fields": {
        "nfsv3sf_abytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nfsv3sf_afiles": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "nfsv3sf_fbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nfsv3sf_ffiles": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "nfsv3sf_invarsec": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "nfsv3sf_tbytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nfsv3sf_tfiles": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_e85b585e7537279f": {
      "size": 16,
      "fields": {
        "argument": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "function": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e85e19baabddca02": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cu_request"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cu_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e85ea60037298744": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_iq"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sge_iq"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e8830dae07282874": {
      "size": 32,
      "fields": {
        "p_align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "p_filesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "p_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "p_memsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "p_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "p_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "p_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "p_vaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e887c7770bdcdd83": {
      "size": 24,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "rb_node": {
          "type": {
            "kind": "struct",
            "name": "rb_node"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e8981b7a9eaa2eb8": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dmar_ctx"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e8a588a004e7c0e4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_kstate"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_kstate"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e8c0d832837aacc6": {
      "size": 8,
      "fields": {
        "ifcu_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "ifcu_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifreq"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e8c78ebb020951e3": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in_multi"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in_multi"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e8cb16c7661ab69e": {
      "size": 8,
      "fields": {
        "ata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ses_elm_ata_hdr"
            }
          },
          "offset": 0
        },
        "fc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ses_fcobj_hdr"
            }
          },
          "offset": 0
        },
        "sas": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ses_elm_sas_hdr"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e8d298eb33899b8b": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ifmedia_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e8e61eead04958aa": {
      "size": 4,
      "fields": {
        "qpn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e8ff8ea6952299ba": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cn_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e9067dab8bc8cc50": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_bde_work"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_bde_work"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e935822d8db27aea": {
      "size": 16,
      "fields": {
        "sle": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7a31a5dda14b352"
          },
          "offset": 0
        },
        "tqe": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cb2525bbd4e28ded"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e94322c160c86d8e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devclass"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "devclass"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e9690965f6e13c4e": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "socket"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e97fd968426c7ff2": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e986a370596ab150": {
      "size": 4,
      "fields": {
        "fcoe_param": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "fd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_e987aeb17f7fd13c": {
      "size": 16,
      "fields": {
        "cdb": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_e98d9c56b179825d": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_ed"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e9b1271c3528d7a8": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "osd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_e9c22533aec0cc71": {
      "size": 2,
      "fields": {
        "pd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_e9ccb1bece30d55d": {
      "size": 16,
      "fields": {
        "buffaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "command": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "pagenum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserve1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_e9ce141dd60a73e0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sndstat_userdev"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sndstat_userdev"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e9f0baa73001a3fc": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tcp_fastopen_ccache_entry"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tcp_fastopen_ccache_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_e9fbe90550a0233e": {
      "size": 8,
      "fields": {
        "notify": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ea19a1d5872ebaaf": {
      "size": 8,
      "fields": {
        "ft": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_table"
            }
          },
          "offset": 0
        },
        "tir_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vport_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ea2b1e388b8d4e29": {
      "size": 4,
      "fields": {
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "portid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_ea44fcb1e7b2f669": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "apic_enumerator"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ea4e11168bccc877": {
      "size": 8,
      "fields": {
        "ioeventfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "irqfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ea83b491490078c7": {
      "size": 24,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_44ab41ea8cc0e8d9"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b5a4016cafb00293"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_817f1165eb831d27"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_ea93107d90ae4e37": {
      "size": 56,
      "fields": {
        "bkt_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 54
        },
        "dst_ip": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dst_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "flex_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "flow_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "inner_mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "src_ip": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 20
        },
        "src_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "tni_vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tunnel_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 42
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vm_pool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_eaa31fdb62518200": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "jblkdep"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "jblkdep"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_eac0ebeb184f62aa": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bio"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ead22006a201c121": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock_owner"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "lock_owner"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ead51effa96d7b97": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mfi_cmd_tbolt"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mfi_cmd_tbolt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_eadf12176fd61122": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_dev_transaction"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_eb02609dd5373703": {
      "size": 32,
      "fields": {
        "first_qidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "qidx": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_eb0c58cfff2ebd24": {
      "size": 16,
      "fields": {
        "cb_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "cb_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b38ce851734c8348"
          },
          "offset": 0,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ae965f38d74f5361"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_eb0e5e6eda311d83": {
      "size": 8,
      "fields": {
        "B": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0b7dd5f1a9f62aa7"
          },
          "offset": 0
        },
        "phyaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_eb12ee81c074bd65": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "thread"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_eb4589963c1b9932": {
      "size": 18,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Option": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 10
        },
        "Threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "unnamed_eb5951679f979882": {
      "size": 24,
      "fields": {
        "macs_head": {
          "type": {
            "kind": "struct",
            "name": "ecore_list_t"
          },
          "offset": 0
        },
        "macs_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "next_bin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_eb61478092521455": {
      "size": 12,
      "fields": {
        "n_descsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "n_namesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "n_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_eb9ad128d465dc8c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dirrem"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "dirrem"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ebbecdc668b20e40": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ebcd9f95ed99aa8c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nlm_file_svid"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nlm_file_svid"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ebd58735477d65f2": {
      "size": 48,
      "fields": {
        "ack_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ampdu_ack_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ampdu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "is_valid_ack_signal": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 26
        },
        "rates": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_tx_rate"
            }
          },
          "offset": 0
        },
        "status_driver_data": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 32
        },
        "tx_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_ebe2398ce4622e86": {
      "size": 4,
      "fields": {
        "flow_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "vlan_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vm_pool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ebf4bbf7030446c6": {
      "size": 4,
      "fields": {
        "reason_code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reason_explanation": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "vendor_unique": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ec05178927537bde": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtscsi_request"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vtscsi_request"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ec2269160f438035": {
      "size": 8,
      "fields": {
        "Reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "offense_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "offense_size": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "offense_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_ec736b5b1fb0550c": {
      "size": 1,
      "fields": {
        "smartpoll_active": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ec7e4b3f375a1e1e": {
      "size": 4,
      "fields": {
        "curr_user_fc_req": {
          "type": {
            "kind": "enum",
            "name": "ice_fc_mode"
          },
          "offset": 0
        },
        "curr_user_fec_req": {
          "type": {
            "kind": "enum",
            "name": "ice_fec_mode"
          },
          "offset": 0
        },
        "curr_user_speed_req": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ec914aa2dbc3d3d8": {
      "size": 4,
      "fields": {
        "contender": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "gap_count": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "id": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "initiated_reset": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "link_active": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "more_packets": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "phy_id": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "phy_speed": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port0": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port1": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "port2": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "power_class": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "sequel": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_ec916a4a7b5f1066": {
      "size": 24,
      "fields": {
        "any_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "cblist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_df00524af02db71d"
          },
          "offset": 0
        },
        "ip6_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "ip_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ec9a70adbfff07c4": {
      "size": 6,
      "fields": {
        "algorithm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_ec9aebe68607377e": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "gre_socket"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "gre_socket"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ed0be23dcbf5f20a": {
      "size": 4,
      "fields": {
        "allow_mix_in_encl": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "allow_mix_in_ld": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "allow_sata_in_cluster": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ctrl_supports_sas": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "ctrl_supports_sata": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "bit_length": 27,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ed0d6dd50444907e": {
      "size": 64,
      "fields": {
        "mrk_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mrk_header": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "mrk_lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "mrk_modifier": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "mrk_nphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mrk_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "mrk_reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "mrk_reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "mrk_reserved3": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "mrk_vphdl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "unnamed_ed1b0e4ca3f908d7": {
      "size": 12,
      "fields": {
        "tx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bc8538fb87f7cacb"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ed2c4786bb78f56e": {
      "size": 12,
      "fields": {
        "Action": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "unnamed_ed3ada6026281118": {
      "size": 6,
      "fields": {
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ed9475c9cca06c8e": {
      "size": 20804,
      "fields": {
        "descriptors": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ocs_hw_profile_descriptor_t"
            }
          },
          "offset": 4
        },
        "num_descriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_edaa6c3214f32bcf": {
      "size": 32,
      "fields": {
        "iface_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "lro_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_clsc_byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_clsc_seg_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "max_clsc_usec_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "min_clsc_frame_byte_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unnamed_edc3c3d685a4c23d": {
      "size": 20,
      "fields": {
        "active_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "channel": {
          "type": {
            "kind": "struct",
            "name": "iwm_scan_umac_chan_param"
          },
          "offset": 16
        },
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "extended_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "fragmented_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "max_out_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "passive_dwell": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "scan_priority": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "suspend_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_edcc9b477c05ec98": {
      "size": 32,
      "fields": {
        "disk_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_09fb460ff3416860"
          },
          "offset": 0
        },
        "disk_mbr_signature": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c7643e351dad2c9d"
          },
          "offset": 0
        },
        "efi_info": {
          "type": {
            "kind": "union",
            "name": "xenpf_efi_info"
          },
          "offset": 0
        },
        "kbd_shift_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "vbeddc_info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ac7a5a882db332ec"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_edd162bda71fdfc6": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sbp_ocb"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sbp_ocb"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_edda157d28a74033": {
      "size": 52,
      "fields": {
        "config_table_update": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8508e8b906d5c68b"
          },
          "offset": 0
        },
        "ofa_memory_allocation": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a57fb3bae610a098"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_edf53fe1d7caf05e": {
      "size": 4,
      "fields": {
        "evt_class": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 3
        },
        "locale": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_ee0ff9281f7d3da7": {
      "size": 12,
      "fields": {
        "CmdHdr": {
          "type": {
            "kind": "struct",
            "name": "FWCmdHdr"
          },
          "offset": 0
        },
        "Enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ee1b2cd41d3a1f67": {
      "size": 17,
      "fields": {
        "IV": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ee3df12177814684": {
      "size": 8,
      "fields": {
        "ip4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip"
            }
          },
          "offset": 0
        },
        "ip6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ip6_hdr"
            }
          },
          "offset": 0
        },
        "l3": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ee48cf2c87a7b959": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "domainset"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ee61cec2389404ec": {
      "size": 24,
      "fields": {
        "hopstore": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_in"
          },
          "offset": 0
        },
        "hopstore6": {
          "type": {
            "kind": "struct",
            "name": "ip_fw_nh6"
          },
          "offset": 0
        },
        "next_hop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr_in"
            }
          },
          "offset": 0
        },
        "next_hop6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr_in6"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ee64e8eba09cf91b": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_buf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_eeb6d2a92df1eaf9": {
      "size": 8,
      "fields": {
        "p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xenpf_resource_entry_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_eed33e3fc4aebf2a": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "addrsel_policyent"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "addrsel_policyent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_eef6d97ef3beb4df": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ieee": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "maxpow": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "unnamed_ef0c737497a84a13": {
      "size": 4200,
      "fields": {
        "iter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 4184
        },
        "next_step": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7928b149c6870acf"
          },
          "offset": 4192
        },
        "qXfer": {
          "type": {
            "kind": "struct",
            "name": "qXfer_context"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ef3e59d3107076c5": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secashead"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secashead"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ef80320a30c66777": {
      "size": 8,
      "fields": {
        "inner_l2hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "inner_l3hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "inner_l4hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "inner_l5hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "l2hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "l3hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "l4hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "l5hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_ef969f49ea67d6bd": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mpr_event_handle"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mpr_event_handle"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_efb292b2f133abde": {
      "size": 64,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_efbbbc898eb3a4b7": {
      "size": 16,
      "fields": {
        "slab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_efbf79651da82ab3": {
      "size": 24,
      "fields": {
        "format": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_efccad0a6c2dc0d4": {
      "size": 128,
      "fields": {
        "adapter_slot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "adapter_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "bios_high": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "bios_low": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "driver_high": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "driver_low": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "operating_system": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "reserve2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "reserve3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "reserve4": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_efd683f5097e854d": {
      "size": 4096,
      "fields": {
        "lun_crn": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ocs_lun_crn"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_efec5c7c04e0b5cb": {
      "size": 6,
      "fields": {
        "gso": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3e41e26f56d61767"
          },
          "offset": 0
        },
        "hash": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ec9a70adbfff07c4"
          },
          "offset": 0
        },
        "mcast": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f68f2e78bb42b88f"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f01e35699bb117e6": {
      "size": 4,
      "fields": {
        "csum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ip_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f03f006c387ffc55": {
      "size": 4,
      "fields": {
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f0434c74cf5bb077": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ural_tx_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ural_tx_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f054c536fe5efe9b": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdnr_block"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cdnr_block"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f092bb3bb91830be": {
      "size": 16,
      "fields": {
        "bt": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 0
        },
        "ts": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 0
        },
        "tv": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f0a3e401e8a26363": {
      "size": 48,
      "fields": {
        "dev": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "devp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldevinfo"
            }
          },
          "offset": 40
        },
        "fhcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "patoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "stripe1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "util": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f0b100f6085c3af4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secashead"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secashead"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f0c995cb9b27a7a9": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmmap"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmmap"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f0fd9cb14bdfa2ab": {
      "size": 8,
      "fields": {
        "link_event": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b892276f30e2abcb"
          },
          "offset": 0
        },
        "link_event_adv": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ac107a24be2031d8"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f103c7ada4c8476a": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f1045d43a012e931": {
      "size": 12,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "old_mouse_data"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "struct",
            "name": "mouse_mode"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f10ce06120b6fbd9": {
      "size": 4,
      "fields": {
        "comp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2285c48e50427ba2"
          },
          "offset": 0
        },
        "ul": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f147659ffdf7f0da": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dev_event_info"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f15786dc2d8e0846": {
      "size": 12,
      "fields": {
        "link_duplex": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "logical_link_status": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "phys_fcv": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "phys_rxf": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "phys_txf": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "physical_port_fault": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "physical_port_speed": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "port_number": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "pt": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "qos_link_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rsvd0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "rsvd1": {
          "type": {
            "bit_length": 21,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "unnamed_f16500b57b20c53d": {
      "size": 48,
      "fields": {
        "RP_ar": {
          "type": {
            "kind": "struct",
            "name": "accepted_reply"
          },
          "offset": 0
        },
        "RP_dr": {
          "type": {
            "kind": "struct",
            "name": "rejected_reply"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f179bb0282135c61": {
      "size": 4,
      "fields": {
        "_trapno": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f17c54cd85cc543f": {
      "size": 8,
      "fields": {
        "byte_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "tbd_array_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tbd_number": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "tx_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "unnamed_f188c3d7f6e0fffe": {
      "size": 8,
      "fields": {
        "clh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bridge_rtnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f1946a30f7e4a34e": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_ksocket_private"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ng_ksocket_private"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f194df29c3eeb77d": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipsec_softc"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ipsec_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f19f04de42ccd764": {
      "size": 24,
      "fields": {
        "PblkAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "PblkLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ProcId": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "Type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f1beab6b12ffdb38": {
      "size": 8,
      "fields": {
        "Flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "FwBaContext": {
          "type": {
            "kind": "struct",
            "name": "BASTREAM_CONTEXT"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_f1e3946f8b4d1301": {
      "size": 2,
      "fields": {
        "linkSpeed": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "linkTrainingError": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "linkTraning": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "negotiatedLinkWidth": {
          "type": {
            "bit_length": 6,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "rsvdZ": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "slotClockConfig": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_f1ebc630cc848d75": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f1fac4c3a115cb9f": {
      "size": 16,
      "fields": {
        "haddr": {
          "type": {
            "kind": "union",
            "name": "nethostaddr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f2067e8431bd42c7": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount_upper_node"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount_upper_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f21d880517139bb0": {
      "size": 4,
      "fields": {
        "feat_pending_snd_sz": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f23a7ff06bdbd517": {
      "size": 8,
      "fields": {
        "fs_ep_uptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_endpoint"
            }
          },
          "offset": 0
        },
        "fs_ep_uptr32": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_endpoint32"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f25a0e41162483b8": {
      "size": 8,
      "fields": {
        "max_skipcount": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 4
        },
        "prev_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "skipcount": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "unnamed_f29c668c1509d65f": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "freeblks"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "freeblks"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f2d1b18b5adfc86a": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_geom_alias"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f2e87e394b2121f8": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pv_chunk"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pv_chunk"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f2f70f271c5dbeab": {
      "size": 24,
      "fields": {
        "capsule_count": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "capsule_header_array": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 0
        },
        "sg_list": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_f2f7aed393de71f1": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_mesh_route"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_mesh_route"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f3206598003ce3d4": {
      "size": 120,
      "fields": {
        "user_def": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f332abaa3f2ae27f": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_frent"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_frent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f3490aefe7b136dd": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sk_txdesc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f35349a13ce2290e": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "phy_id": {
          "type": {
            "bit_length": 6,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "port11": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "port12": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port13": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port14": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "port15": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "reserved3": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "reserved4": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "sequel": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "sequence_num": {
          "type": {
            "bit_length": 3,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_f35d62b04275cf5d": {
      "size": 8,
      "fields": {
        "csle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "intr_handler"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f370a7ec525be44e": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f39c377193fbc3a5": {
      "size": 288,
      "fields": {
        "ipcb": {
          "type": {
            "kind": "struct",
            "name": "fxp_ipcb"
          },
          "offset": 0
        },
        "tbd": {
          "type": {
            "count": 36,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "fxp_tbd"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f39d52222f0bfc0d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ath_hal_rf"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ath_hal_rf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f3ca4513d5021571": {
      "size": 580,
      "fields": {
        "aes_ci": {
          "type": {
            "kind": "struct",
            "name": "cipherInstance"
          },
          "offset": 560
        },
        "aes_ki": {
          "type": {
            "kind": "struct",
            "name": "keyInstance"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f3d2cb82900c58b6": {
      "size": 4,
      "fields": {
        "invalidate": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "num_posted": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "qid": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rsvd1": {
          "type": {
            "bit_length": 13,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_f3e7f80193b63d95": {
      "size": 28,
      "fields": {
        "ct_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ct_fcp_rsp_iudata": {
          "type": {
            "kind": "struct",
            "name": "ispds64_t"
          },
          "offset": 16
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_f407cfb3813ec67c": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_provider"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_provider"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f41dd2f419a32cc5": {
      "size": 8,
      "fields": {
        "fw_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "phy_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_f4242635165571ed": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "acl"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f431469fab7c58dd": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_state_key"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pf_state_key"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f433a06fb59c451b": {
      "size": 84,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ac69109ea5a4911d"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_66521fd864c48724"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f466b0eb5ccd31a5": {
      "size": 180,
      "fields": {
        "cpu_tbl_sz_log2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cputable": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "enable_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "flush": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 176
        },
        "hash": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "if_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rsvd": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 177
        }
      },
      "kind": "struct"
    },
    "unnamed_f46d341fe6c13a23": {
      "size": 8,
      "fields": {
        "psn_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "psn_src_nodes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_src_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f48304c606e78103": {
      "size": 24,
      "fields": {
        "bucket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ldmEntry_t"
            }
          },
          "offset": 16
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "split": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f4934397cdd74970": {
      "size": 4864,
      "fields": {
        "buildCTable_wksp": {
          "type": {
            "kind": "struct",
            "name": "HUF_buildCTable_wksp_tables"
          },
          "offset": 0
        },
        "hist_wksp": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "writeCTable_wksp": {
          "type": {
            "kind": "struct",
            "name": "HUF_WriteCTableWksp"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f4e98049a3d52f05": {
      "size": 4136,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_79027a92591c541c"
          },
          "offset": 4112
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bd71d895d71fd54d"
          },
          "offset": 4116
        },
        "periph": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_periph"
            }
          },
          "offset": 4128
        },
        "request_ccbs": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 0
        },
        "restart": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4120
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_f6918ac77c42f658"
          },
          "offset": 16,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "unnamed_f4fa1e5322eb77e0": {
      "size": 32,
      "fields": {
        "arMapInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MR_ARRAY_INFO"
            }
          },
          "offset": 16
        },
        "devHndlInfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MR_DEV_HANDLE_INFO"
            }
          },
          "offset": 0
        },
        "ldSpanMap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "MR_LD_SPAN_MAP"
            }
          },
          "offset": 24
        },
        "ldTgtIdToLd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f506b9aaa88224f9": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shm_mapping"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "shm_mapping"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f513d8ed76e7d0c6": {
      "size": 56,
      "fields": {
        "api_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "assert_off_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 8
        },
        "clear_off_tu": {
          "type": {
            "kind": "union",
            "name": "pps_timeu_t"
          },
          "offset": 32
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_f51961a67b2d067f": {
      "size": 2,
      "fields": {
        "asc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ascq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_f54f41785e5dbedc": {
      "size": 6,
      "fields": {
        "bbp_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "did_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "did_min": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f55bf46baed2cbf4": {
      "size": 8,
      "fields": {
        "pd": {
          "type": {
            "kind": "struct",
            "name": "mrsas_evtarg_pd"
          },
          "offset": 0
        },
        "prog": {
          "type": {
            "kind": "struct",
            "name": "mrsas_progress"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_f58ed9d060f21281": {
      "size": 2,
      "fields": {
        "ht40_ht20": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "ofdm_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_f5a32338b5ed722e": {
      "size": 2048,
      "fields": {
        "value": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "value_u32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "value_u64": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f5e3c7a46a681435": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ipw_soft_buf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f5e74ace0d36cad3": {
      "size": 304,
      "fields": {
        "kf_pts_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "kf_pts_dev_freebsd11": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "kf_pts_pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "kf_pts_pad1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 288
        },
        "kf_spareint": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "kf_spareint64": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_f61b30b531a28115": {
      "size": 24,
      "fields": {
        "rbe_link": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_eli_key"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f63f8c45d2fe4b12": {
      "size": 16,
      "fields": {
        "dcomp": {
          "type": {
            "kind": "struct",
            "name": "scsi_data_compression_page"
          },
          "offset": 0
        },
        "dconf": {
          "type": {
            "kind": "struct",
            "name": "scsi_dev_conf_page"
          },
          "offset": 0
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0ed48d389cce24a2"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f66a834fdd2ddcc4": {
      "size": 2680,
      "fields": {
        "gnttab": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gnttab_copy"
            }
          },
          "offset": 0
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 2656
        },
        "rxb": {
          "type": {
            "kind": "struct",
            "name": "netif_rx_back_ring_t"
          },
          "offset": 2560
        },
        "rxf": {
          "type": {
            "kind": "struct",
            "name": "netif_rx_front_ring_t"
          },
          "offset": 2584
        },
        "rxs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_rx_sring_t"
            }
          },
          "offset": 2664
        },
        "txb": {
          "type": {
            "kind": "struct",
            "name": "netif_tx_back_ring_t"
          },
          "offset": 2608
        },
        "txf": {
          "type": {
            "kind": "struct",
            "name": "netif_tx_front_ring_t"
          },
          "offset": 2632
        },
        "txs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "netif_tx_sring_t"
            }
          },
          "offset": 2672
        }
      },
      "kind": "struct"
    },
    "unnamed_f66db2e134ca016a": {
      "size": 72,
      "fields": {
        "tf_bell": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "tf_copy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "tf_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "tf_fill": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "tf_param": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "tf_post_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "tf_pre_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "tf_putchar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "tf_respond": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "unnamed_f68f2e78bb42b88f": {
      "size": 6,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f690eecc345a4575": {
      "size": 2,
      "fields": {
        "elapsedSecs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "elapsedSecsForLastPercent": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f6918ac77c42f658": {
      "size": 4096,
      "fields": {
        "cd": {
          "type": {
            "kind": "struct",
            "name": "nvme_controller_data"
          },
          "offset": 0
        },
        "ns": {
          "type": {
            "kind": "struct",
            "name": "nvme_namespace_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f6acf9fed5ac4d87": {
      "size": 256,
      "fields": {
        "xu_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_un"
          },
          "offset": 0
        },
        "xu_dummy1": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f6af70654eee5f7c": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "trigger_info"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "trigger_info"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f6c6c68822efb30f": {
      "size": 84,
      "fields": {
        "chn": {
          "type": {
            "count": 19,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 0
        },
        "mul": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "unnamed_f6cd483cc22155b9": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bstp_port"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bstp_port"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f7195129d5615ef9": {
      "size": 4,
      "fields": {
        "all": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a84663b44cb2cb4c"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f75af4b7012dbef1": {
      "size": 8,
      "fields": {
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_f75b7d4225304a94": {
      "size": 16,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "div": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "mul": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_f76f1071b9d6bf2d": {
      "size": 6,
      "fields": {
        "byte": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f77282b817b4a9a7": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "g_part_scheme"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "g_part_scheme"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f78eb3fc32093745": {
      "size": 24,
      "fields": {
        "rx_ring": {
          "type": {
            "kind": "struct",
            "name": "netif_rx_back_ring_t"
          },
          "offset": 0
        },
        "tx_ring": {
          "type": {
            "kind": "struct",
            "name": "netif_tx_back_ring_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f78fd579871f4439": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ng_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f79209ac548d6a9d": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ccb_hdr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ccb_hdr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f79e6a85c3ad5cfc": {
      "size": 24,
      "fields": {
        "busy": {
          "type": {
            "kind": "struct",
            "name": "unnamed_98d67fde2d718360"
          },
          "offset": 8
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_af35c594f196a703"
          },
          "offset": 0
        },
        "opened": {
          "type": {
            "kind": "struct",
            "name": "unnamed_98d67fde2d718360"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_f7a14672dd14530e": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "aac_sim"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "aac_sim"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f7bac52976fe3778": {
      "size": 16,
      "fields": {
        "cle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "in6_ifaddr"
            }
          },
          "offset": 0
        },
        "cle_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "in6_ifaddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f7c3968aa0a51e74": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_event_handle"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_event_handle"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f7ce1679cfece737": {
      "size": 20,
      "fields": {
        "armed": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "coalesce_wm": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "count": {
          "type": {
            "bit_length": 2,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "dw4rsvd1": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "dw5rsvd1": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dw5rsvd2": {
          "type": {
            "bit_length": 12,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "dw5rsvd3": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "dw6rsvd1": {
          "type": {
            "bit_length": 22,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "dw6rsvd2": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "dw7rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dw8rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "eq_id": {
          "type": {
            "bit_length": 8,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "eventable": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "nodelay": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "num_pages": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "valid": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "unnamed_f7f07c399f7bef65": {
      "size": 1,
      "fields": {
        "enable_filter": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f81004b96d3f7f14": {
      "size": 4,
      "fields": {
        "AsDWORD": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_37129405d7850f89"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f8303ffe45ff607e": {
      "size": 33,
      "fields": {
        "dword": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "s": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8e23389ba63bc084"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f8432e60f905eb95": {
      "size": 4,
      "fields": {
        "SMARTerEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "SSDPatrolReadEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "SSDSMARTerEnabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "allowBootWithPinnedCache": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "autoEnhancedImport": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "copyBackDisabled": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "disableCacheBypass": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "disableImmediateIO": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "disableNCQ": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "disableOnlineCtrlReset": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "disableSpinDownHS": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "disableT10RebuildAssist": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "enableAutoLockRecovery": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "enableConfigAutoBalance": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "enableJBOD": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "enablePI": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "enableSecretKeyControl": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "enableSpinDownUnconfigured": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "enableSwZone": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "enableVirtualCache": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "forceSGPIOForQuadOnly": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "ignore64ldRestriction": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "limitMaxRateSATA3G": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "prCorrectUnconfiguredAreas": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "preventPIImport": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "useDiskActivityForLocate": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "useEmergencySparesforSMARTer": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "useFdeOnly": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "useGlobalSparesForEmergency": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "useUnconfGoodForEmergency": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "unnamed_f844deef07aa4059": {
      "size": 8,
      "fields": {
        "Common_Info": {
          "type": {
            "kind": "struct",
            "name": "unnamed_49c95a06fbf9cc06"
          },
          "offset": 0
        },
        "Invalid_Cmd": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6235c75688959cf6"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f85a18383a7cf9da": {
      "size": 16,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f8a65c7de51a5648": {
      "size": 24,
      "fields": {
        "alloc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "inuse_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "iter_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tokens": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tok_t"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f8b1b2330666afcc": {
      "size": 8,
      "fields": {
        "un_dscp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "un_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "un_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdnr_block"
            }
          },
          "offset": 0
        },
        "un_value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f8b65eb315937c05": {
      "size": 24,
      "fields": {
        "fc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_791ed987c1392712"
          },
          "offset": 0
        },
        "spi": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7325d8f27501e8b"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f8bb564d8a422cb1": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "toedev"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "toedev"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f8d3a0d5612b6939": {
      "size": 40,
      "fields": {
        "ktr_cap_fail": {
          "type": {
            "kind": "struct",
            "name": "ktr_cap_fail"
          },
          "offset": 0
        },
        "ktr_csw": {
          "type": {
            "kind": "struct",
            "name": "ktr_csw"
          },
          "offset": 0
        },
        "ktr_fault": {
          "type": {
            "kind": "struct",
            "name": "ktr_fault"
          },
          "offset": 0
        },
        "ktr_faultend": {
          "type": {
            "kind": "struct",
            "name": "ktr_faultend"
          },
          "offset": 0
        },
        "ktr_genio": {
          "type": {
            "kind": "struct",
            "name": "ktr_genio"
          },
          "offset": 0
        },
        "ktr_proc_ctor": {
          "type": {
            "kind": "struct",
            "name": "ktr_proc_ctor"
          },
          "offset": 0
        },
        "ktr_psig": {
          "type": {
            "kind": "struct",
            "name": "ktr_psig"
          },
          "offset": 0
        },
        "ktr_struct_array": {
          "type": {
            "kind": "struct",
            "name": "ktr_struct_array"
          },
          "offset": 0
        },
        "ktr_syscall": {
          "type": {
            "kind": "struct",
            "name": "ktr_syscall"
          },
          "offset": 0
        },
        "ktr_sysret": {
          "type": {
            "kind": "struct",
            "name": "ktr_sysret"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f8d6cf35e21dd8bc": {
      "size": 8,
      "fields": {
        "attached_phy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_SMP_PHY"
            }
          },
          "offset": 0
        },
        "end_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "SCIF_SAS_REMOTE_DEVICE"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f8e680ddbe4cf242": {
      "size": 53,
      "fields": {
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "res1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "res2": {
          "type": {
            "count": 46,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "vend_specific": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 49
        }
      },
      "kind": "struct"
    },
    "unnamed_f8e8a1c44126f387": {
      "size": 36,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "entry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "execfd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "hdr_eflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "pagesz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "phdr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "phent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "phnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_f9040cc5934cb398": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unp_defer"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_f936dccd8696bb29": {
      "size": 32,
      "fields": {
        "end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f9b1eeaa277ee088": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_midi"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "snd_midi"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_f9e0706134dd96b5": {
      "size": 32,
      "fields": {
        "BlockDevice": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7f5419838c39508f"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_f9ed5e22158dc082": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_event_handle"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_event_handle"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fa109e9c6c8c373c": {
      "size": 12,
      "fields": {
        "action": {
          "type": {
            "kind": "enum",
            "name": "unnamed_37df13abd3fbb450"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "q_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fa1f98769f0c7503": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev_priv"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "cdev_priv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fa28d7420cd607e4": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fb_list_entry"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "fb_list_entry"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fa46d476c06788e9": {
      "size": 8,
      "fields": {
        "status0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_fa5c5d3fcc1d85c0": {
      "size": 8,
      "fields": {
        "band": {
          "type": {
            "kind": "enum",
            "name": "nl80211_band"
          },
          "offset": 0
        },
        "delta": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_fa5c719a5948ec7e": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tmpfs_dirent"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "tmpfs_dirent"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fa85e12266de92fc": {
      "size": 120,
      "fields": {
        "di_shortlink": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_45f3d571db590654"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "unnamed_fa92225fd59e0599": {
      "size": 132,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0f035627a183b470"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a14499528539f252"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fa9e435d0fab2bc4": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "pcomp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_complete"
            }
          },
          "offset": 0
        },
        "pstart": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_start"
            }
          },
          "offset": 0
        },
        "pstop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_stop"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_faae161d10917127": {
      "size": 64,
      "fields": {
        "req": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b6855d8ddd4abdab"
          },
          "offset": 0
        },
        "rsp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7a5130b80d121f12"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fad6572864cdc0fd": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dest_hi": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "dest_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dst": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "pri": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "src": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "tcode": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tlrt": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "unnamed_fafff3cf94fe9560": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue_busy"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "taskqueue_busy"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fb0b4e4a809e328e": {
      "size": 1,
      "fields": {
        "Attribute": {
          "type": {
            "bit_length": 3,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Direction": {
          "type": {
            "bit_length": 2,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "Type": {
          "type": {
            "bit_length": 3,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fb0e2c1fa9cff005": {
      "size": 8,
      "fields": {
        "ld": {
          "type": {
            "kind": "struct",
            "name": "mfi_evt_ld"
          },
          "offset": 0
        },
        "prog": {
          "type": {
            "kind": "struct",
            "name": "mfi_progress"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "unnamed_fb248beb160e317c": {
      "size": 4,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fb2a0945eca05d6a": {
      "size": 4,
      "fields": {
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fb56264e8590e0b6": {
      "size": 20,
      "fields": {
        "cdb": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved_array": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "sense_data": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fb56b43a6ae02a17": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "audit_pipe"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "audit_pipe"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fb5ffb1e5d253a90": {
      "size": 16,
      "fields": {
        "ext_arg2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "ext_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fb6f668cc4f6b729": {
      "size": 4,
      "fields": {
        "csum_ip": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f01e35699bb117e6"
          },
          "offset": 0
        },
        "rss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fb725c0660a1320d": {
      "size": 4,
      "fields": {
        "bus_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "code": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "originator": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "subcode": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fb7dc2237ae6d580": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_privdata"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_fs_privdata"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fbdc5b37b964bc2f": {
      "size": 12,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fbed80569b7c3e64": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mps_fw_event_work"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mps_fw_event_work"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fc13657ffda02b83": {
      "size": 80,
      "fields": {
        "cont": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "fields": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "imp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iso_mnt"
            }
          },
          "offset": 40
        },
        "inop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iso_node"
            }
          },
          "offset": 0
        },
        "inump": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "iso_ce_blk": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "iso_ce_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "iso_ce_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "outbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "outlen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "unnamed_fc321cea129a725f": {
      "size": 16,
      "fields": {
        "buffer_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "cmd_type_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "olinfo_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_fc36c08ab9148a22": {
      "size": 8,
      "fields": {
        "baseValue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nbAdditionalBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "nbBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nextState": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fc3da4888e13ee43": {
      "size": 48,
      "fields": {
        "__spare": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "m_epg_1st_off": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "m_epg_enc_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "m_epg_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "m_epg_hdrlen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "m_epg_last_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "m_epg_npgs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "m_epg_nrdy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "m_epg_record_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "m_epg_seqno": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "m_epg_so": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 24
        },
        "m_epg_stailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9a5960daf9784be4"
          },
          "offset": 40
        },
        "m_epg_tls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ktls_session"
            }
          },
          "offset": 16
        },
        "m_epg_trllen": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "unnamed_fc5d4f354fc39b33": {
      "size": 8,
      "fields": {
        "__ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_radix_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fc680f2c4da78c36": {
      "size": 4,
      "fields": {
        "context": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "rds_ring": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sds_ring": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "tx_ring": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fc790bf6db729fd2": {
      "size": 8,
      "fields": {
        "eight": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "sixteen": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "sixtyfour": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "thirtytwo": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "unintptr": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fc8abe94645b25e5": {
      "size": 8,
      "fields": {
        "stqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "selfd"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fcd2d97e0889246d": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sndstat_file"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sndstat_file"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fce2884357dc77cc": {
      "size": 64,
      "fields": {
        "bill": {
          "type": {
            "kind": "struct",
            "name": "isp_pdb_24xx_t"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fce9384c4ae1d900": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "exec_args_kva"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fd0099c85a56a23b": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linker_class"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "linker_class"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fd231dd519d4840f": {
      "size": 4864,
      "fields": {
        "huffNodeTbl": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "nodeElt"
            }
          },
          "offset": 0
        },
        "rankPosition": {
          "type": {
            "count": 192,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "rankPos"
            }
          },
          "offset": 4096
        }
      },
      "kind": "struct"
    },
    "unnamed_fd40765fd71b943d": {
      "size": 104,
      "fields": {
        "int_pkts": {
          "type": {
            "kind": "union",
            "name": "unnamed_0ca13dcd91a7f0d9"
          },
          "offset": 16
        },
        "pkt": {
          "type": {
            "kind": "struct",
            "name": "pci_packet"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fd48544850299e8a": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pgrp"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "pgrp"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fd7fd5146a08b3fd": {
      "size": 24,
      "fields": {
        "litLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "matchLength": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_fd8895179904dbf8": {
      "size": 16,
      "fields": {
        "e1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "e1h": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "e2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "e3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "unnamed_fdc2bcb81b61dc65": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "topo_node"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "topo_node"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fdc3127b135be0a8": {
      "size": 8,
      "fields": {
        "buffer_address_high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "buffer_address_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fe1038cbc757a177": {
      "size": 1496,
      "fields": {
        "currSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 240
        },
        "entropyMetadata": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_entropyCTablesMetadata_t"
          },
          "offset": 1184
        },
        "firstHalfSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 80
        },
        "fullSeqStoreChunk": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 0
        },
        "nextSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 320
        },
        "partitions": {
          "type": {
            "count": 196,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 400
        },
        "secondHalfSeqStore": {
          "type": {
            "kind": "struct",
            "name": "seqStore_t"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "unnamed_fe1ed2610188286e": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "mlx4_wqe_data_seg"
          },
          "offset": 0
        },
        "inl": {
          "type": {
            "kind": "struct",
            "name": "mlx4_wqe_inline_seg"
          },
          "offset": 0
        },
        "lso": {
          "type": {
            "kind": "struct",
            "name": "mlx4_wqe_lso_seg"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fe221dd1a1413a7e": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "buf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fe305b7f65a2d780": {
      "size": 8,
      "fields": {
        "repmb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "repstat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_fe40b10fde644898": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "umtx_q"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "umtx_q"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fe4b5bce31f89733": {
      "size": 4,
      "fields": {
        "srqn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fe73a70f066e4aab": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pf_state_key"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fe7fb80db70a775e": {
      "size": 68,
      "fields": {
        "buf": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fe9ddb972fa38d10": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "prison"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fea59abf3c78a442": {
      "size": 4,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "kvp_hdr": {
          "type": {
            "kind": "struct",
            "name": "hv_kvp_hdr"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_feab47d1b368c385": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sctp_laddr"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sctp_laddr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_fec48e763c0dfe7d": {
      "size": 160,
      "fields": {
        "X": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "b": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        },
        "h": {
          "type": {
            "kind": "struct",
            "name": "Skein_Ctxt_Hdr_t"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_fedaf694e2218854": {
      "size": 44,
      "fields": {
        "KeyMaterial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "TkipRsc": {
          "type": {
            "kind": "struct",
            "name": "ENCR_TKIPSEQCNT"
          },
          "offset": 32
        },
        "TkipRxMicKey": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "TkipTsc": {
          "type": {
            "kind": "struct",
            "name": "ENCR_TKIPSEQCNT"
          },
          "offset": 38
        },
        "TkipTxMicKey": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_feee59538da7e047": {
      "size": 52,
      "fields": {
        "ci_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "res": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "status_desc": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ff43ab24c2024e92": {
      "size": 8,
      "fields": {
        "sle_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mprsas_lun"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ff46382c0bb83e56": {
      "size": 1044,
      "fields": {
        "numChannels": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pChannels": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "pDataPerChannel": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "EEPROM_DATA_PER_CHANNEL_2413"
            }
          },
          "offset": 24
        },
        "xpd_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "unnamed_ff5f079ede008872": {
      "size": 8,
      "fields": {
        "cstqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ff61dd76d9e36023": {
      "size": 28,
      "fields": {
        "m0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b565ffef6fe3c196"
          },
          "offset": 0
        },
        "m1": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e25fd5f7c5b21bdf"
          },
          "offset": 0
        },
        "m2": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f3e7f80193b63d95"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ff677dbc6ce85857": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5e_vxlan_db_el"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mlx5e_vxlan_db_el"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ff6ea9db67c7b474": {
      "size": 8,
      "fields": {
        "cslh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "evdev_client"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unnamed_ff77bfd0cc2de0d8": {
      "size": 24,
      "fields": {
        "cs_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "d_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "df_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "f_ctl": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 9
        },
        "ox_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "parameter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "r_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "rx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "s_id": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "seq_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "seq_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ff852517673fa1d0": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secasvar"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "secasvar"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ff9ae78587464341": {
      "size": 8,
      "fields": {
        "rxcd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_rxcompdesc"
            }
          },
          "offset": 0
        },
        "txcd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_txcompdesc"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ffbad834e2209bbf": {
      "size": 64,
      "fields": {
        "RM_cmb": {
          "type": {
            "kind": "struct",
            "name": "call_body"
          },
          "offset": 0
        },
        "RM_rmb": {
          "type": {
            "kind": "struct",
            "name": "reply_body"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "unnamed_ffcd5f96deabe81e": {
      "size": 16,
      "fields": {
        "le_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nfscldevinfo"
            }
          },
          "offset": 0
        },
        "le_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "nfscldevinfo"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unnamed_ffcdf3300114cdd9": {
      "size": 48,
      "fields": {
        "keyMaterial": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "rsc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1286f18b13f30bbe"
          },
          "offset": 32
        },
        "rxMic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "tsc": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1286f18b13f30bbe"
          },
          "offset": 40
        },
        "txMic": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "unnamed_ffd07cf2a67ef990": {
      "size": 16,
      "fields": {
        "tqe_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "carp_softc"
            }
          },
          "offset": 0
        },
        "tqe_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "carp_softc"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unp_defer": {
      "size": 16,
      "fields": {
        "ud_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 8
        },
        "ud_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_26054652088b581f"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unp_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unpcb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unpcb": {
      "size": 256,
      "fields": {
        "unp_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sockaddr_un"
            }
          },
          "offset": 48
        },
        "unp_conn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unpcb"
            }
          },
          "offset": 32
        },
        "unp_dead": {
          "type": {
            "kind": "struct",
            "name": "unnamed_46e8373c14e6b7ac"
          },
          "offset": 240
        },
        "unp_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 216
        },
        "unp_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 44
        },
        "unp_gcflag": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 46
        },
        "unp_gcrefs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "unp_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "unp_ino": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "unp_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_46e8373c14e6b7ac"
          },
          "offset": 184
        },
        "unp_msgcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "unp_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "unp_pairbusy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "unp_peercred": {
          "type": {
            "kind": "struct",
            "name": "xucred"
          },
          "offset": 80
        },
        "unp_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "unp_reflink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_46e8373c14e6b7ac"
          },
          "offset": 168
        },
        "unp_refs": {
          "type": {
            "kind": "struct",
            "name": "unp_head"
          },
          "offset": 200
        },
        "unp_socket": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "socket"
            }
          },
          "offset": 56
        },
        "unp_vnode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "unr": {
      "size": 32,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a61f1557011f3d40"
          },
          "offset": 0
        },
        "ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "unrb": {
      "size": 32,
      "fields": {
        "map": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unrfr": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "unr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unrhd": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unr"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "unr"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "unrhdr": {
      "size": 64,
      "fields": {
        "alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "busy": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "first": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "unrhd"
          },
          "offset": 0
        },
        "high": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "last": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 40
        },
        "ppfree": {
          "type": {
            "kind": "struct",
            "name": "unrfr"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "unrhdr64": {
      "size": 8,
      "fields": {
        "counter": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "unrhdr_iter": {
      "size": 24,
      "fields": {
        "ipos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "uh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unrhdr"
            }
          },
          "offset": 0
        },
        "upos": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "upos_first_item": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "upgt_data": {
      "size": 48,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_179f6ef98f4c6007"
          },
          "offset": 40
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "upgt_datahead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "upgt_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "upgt_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "upgt_eeprom_freq3_header": {
      "size": 2,
      "fields": {
        "elements": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "upgt_eeprom_freq4_1": {
      "size": 52,
      "fields": {
        "data": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "upgt_eeprom_freq4_2": {
      "size": 7,
      "fields": {
        "head": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "subtails": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "tail": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "upgt_eeprom_freq4_header": {
      "size": 4,
      "fields": {
        "elements": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "settings": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "upgt_eeprom_header": {
      "size": 12,
      "fields": {
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "preamble_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "upgt_eeprom_option": {
      "size": 4,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "upgt_eeprom_option_hwrx": {
      "size": 20,
      "fields": {
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad2": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "rxfilter": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "upgt_fw_bra_descr": {
      "size": 40,
      "fields": {
        "memaddr_space_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "memaddr_space_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rates": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "unknown1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unknown2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "unknown3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "upgt_fw_bra_option": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "upgt_fw_x2_header": {
      "size": 16,
      "fields": {
        "crc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "signature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "startaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_channel": {
      "size": 124,
      "fields": {
        "freq3_1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "freq3_2": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 116
        },
        "freq4": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "upgt_lmac_freq4"
            }
          },
          "offset": 52
        },
        "freq6": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_freq6"
          },
          "offset": 36
        },
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        },
        "pad1": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "settings": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "unknown1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "unknown2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "unknown3": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_eeprom": {
      "size": 16,
      "fields": {
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_filter": {
      "size": 44,
      "fields": {
        "dst": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        },
        "rxaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rxhw": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 34
        },
        "src": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "unknown1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "unknown2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "unknown3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        },
        "unknown4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_freq3": {
      "size": 8,
      "fields": {
        "data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_freq4": {
      "size": 8,
      "fields": {
        "cmd": {
          "type": {
            "kind": "struct",
            "name": "upgt_eeprom_freq4_2"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_freq6": {
      "size": 10,
      "fields": {
        "data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_h1": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_h2": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reqid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_header": {
      "size": 12,
      "fields": {
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_led": {
      "size": 20,
      "fields": {
        "action_fix": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "action_tmp": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "action_tmp_dur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_mem": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "chksum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_rx_desc": {
      "size": 20,
      "fields": {
        "data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "unknown1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "unknown2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "unknown3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_stats": {
      "size": 88,
      "fields": {
        "data": {
          "type": {
            "count": 76,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_tx_desc": {
      "size": 58,
      "fields": {
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "pad3": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "rates": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "unknown1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "unknown2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "wep_key": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_tx_desc_wep"
          },
          "offset": 22
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_tx_desc_wep": {
      "size": 18,
      "fields": {
        "key_exists": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "key_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "key_val": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "upgt_lmac_tx_done_desc": {
      "size": 20,
      "fields": {
        "header1": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h1"
          },
          "offset": 0
        },
        "header2": {
          "type": {
            "kind": "struct",
            "name": "upgt_lmac_h2"
          },
          "offset": 4
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "unknown": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "upgt_memory": {
      "size": 41,
      "fields": {
        "page": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "upgt_memory_page"
            }
          },
          "offset": 1
        },
        "pages": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "upgt_memory_page": {
      "size": 5,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1
        },
        "used": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "upgt_rx_radiotap_header": {
      "size": 16,
      "fields": {
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 14
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "upgt_softc": {
      "size": 134496,
      "fields": {
        "sc_arg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27360
        },
        "sc_cur_rateset": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27432
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27352
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27272
        },
        "sc_eeprom": {
          "type": {
            "count": 16384,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27572
        },
        "sc_eeprom_freq3": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "upgt_lmac_freq3"
            }
          },
          "offset": 43958
        },
        "sc_eeprom_freq4": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "count": 8,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "upgt_lmac_freq4"
              }
            }
          },
          "offset": 52150
        },
        "sc_eeprom_freq6": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "upgt_lmac_freq6"
            }
          },
          "offset": 117686
        },
        "sc_eeprom_freq6_settings": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 127926
        },
        "sc_eeprom_hwrx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 43956
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27348
        },
        "sc_fw_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27512
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_led_blink": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27364
        },
        "sc_led_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27368
        },
        "sc_memaddr_frame_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27520
        },
        "sc_memaddr_frame_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27516
        },
        "sc_memaddr_rx_start": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27524
        },
        "sc_memory": {
          "type": {
            "kind": "struct",
            "name": "upgt_memory"
          },
          "offset": 27528
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27304
        },
        "sc_rx_active": {
          "type": {
            "kind": "struct",
            "name": "upgt_datahead"
          },
          "offset": 128240
        },
        "sc_rx_data": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "upgt_data"
            }
          },
          "offset": 127952
        },
        "sc_rx_dma_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27288
        },
        "sc_rx_inactive": {
          "type": {
            "kind": "struct",
            "name": "upgt_datahead"
          },
          "offset": 128256
        },
        "sc_rx_no": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 127944
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "upgt_rx_radiotap_header"
          },
          "offset": 134464
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "sc_stat": {
          "type": {
            "kind": "struct",
            "name": "upgt_stat"
          },
          "offset": 27336
        },
        "sc_state": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_state"
          },
          "offset": 27356
        },
        "sc_tx_active": {
          "type": {
            "kind": "struct",
            "name": "upgt_datahead"
          },
          "offset": 134416
        },
        "sc_tx_data": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "upgt_data"
            }
          },
          "offset": 128272
        },
        "sc_tx_dma_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27296
        },
        "sc_tx_inactive": {
          "type": {
            "kind": "struct",
            "name": "upgt_datahead"
          },
          "offset": 134432
        },
        "sc_tx_no": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 127948
        },
        "sc_tx_pending": {
          "type": {
            "kind": "struct",
            "name": "upgt_datahead"
          },
          "offset": 134448
        },
        "sc_tx_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27440
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "upgt_tx_radiotap_header"
          },
          "offset": 134480
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27280
        },
        "sc_watchdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 27448
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 127928
        }
      },
      "kind": "struct"
    },
    "upgt_stat": {
      "size": 12,
      "fields": {
        "st_tx_active": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "st_tx_inactive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "st_tx_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "upgt_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "upgt_vap": {
      "size": 3064,
      "fields": {
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uplcom_softc": {
      "size": 1272,
      "fields": {
        "sc_chiptype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1260
        },
        "sc_ctrl_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1261
        },
        "sc_data_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1262
        },
        "sc_iface_index": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1263
        },
        "sc_line": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1256
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1258
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1259
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1224
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1216
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1192
        }
      },
      "kind": "struct"
    },
    "uprof": {
      "size": 32,
      "fields": {
        "pr_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pr_off": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "pr_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ural_rx_desc": {
      "size": 16,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ural_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 15
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 14
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ural_softc": {
      "size": 28104,
      "fields": {
        "asic_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27320
        },
        "bbp_prom": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_c4dc93825f75cc1f"
            }
          },
          "offset": 28005
        },
        "hw_radio": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28044
        },
        "led_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28040
        },
        "nb_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28056
        },
        "rf_regs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27968
        },
        "rf_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27324
        },
        "rx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28048
        },
        "sc_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27999
        },
        "sc_detached": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27998
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27304
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27912
        },
        "sc_running": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 27998
        },
        "sc_rx_desc": {
          "type": {
            "kind": "struct",
            "name": "ural_rx_desc"
          },
          "offset": 27892
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "ural_rx_radiotap_header"
          },
          "offset": 28064
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27280
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_stats"
          },
          "offset": 27248
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "ural_tx_radiotap_header"
          },
          "offset": 28088
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27312
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 27328
        },
        "sta": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 27944
        },
        "tx_ant": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28052
        },
        "tx_data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "ural_tx_data"
            }
          },
          "offset": 27344
        },
        "tx_free": {
          "type": {
            "kind": "struct",
            "name": "ural_txdhead"
          },
          "offset": 27872
        },
        "tx_nfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27888
        },
        "tx_q": {
          "type": {
            "kind": "struct",
            "name": "ural_txdhead"
          },
          "offset": 27856
        },
        "txpow": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27984
        }
      },
      "kind": "struct"
    },
    "ural_tx_data": {
      "size": 64,
      "fields": {
        "desc": {
          "type": {
            "kind": "struct",
            "name": "ural_tx_desc"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 40
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_69bdb673d8ec48c2"
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 48
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ural_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ural_tx_desc": {
      "size": 20,
      "fields": {
        "eiv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "plcp_length_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "plcp_length_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "plcp_service": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "plcp_signal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "wme": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ural_tx_radiotap_header": {
      "size": 15,
      "fields": {
        "wt_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "ural_txdhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ural_tx_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ural_tx_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "ural_vap": {
      "size": 3160,
      "fields": {
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3152
        },
        "ratectl_ch": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 3056
        },
        "ratectl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 3120
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "urb": {
      "size": 128,
      "fields": {
        "actual_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "bsd_data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "bsd_isread": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 124
        },
        "bsd_length_rem": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "bsd_urb_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d840efbbee82c633"
          },
          "offset": 0
        },
        "complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "context": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "cv_wait": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 16
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 32
        },
        "endpoint": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_host_endpoint"
            }
          },
          "offset": 40
        },
        "error_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 118
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 116
        },
        "iso_frame_desc": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_iso_packet_descriptor"
            }
          },
          "offset": 128
        },
        "kill_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 125
        },
        "number_of_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "setup_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 122
        },
        "setup_packet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "start_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 120
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "transfer_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "transfer_buffer_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "transfer_dma": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 123
        },
        "transfer_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "urtw_8187b_rxhdr": {
      "size": 20,
      "fields": {
        "agc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flag2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "flag3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "fot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "mactime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        },
        "noise": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "pwdb": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 18
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "urtw_8187b_txhdr": {
      "size": 32,
      "fields": {
        "bufaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "delaybound": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flag1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "flag2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "flag3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "flag4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "nextdescaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "retry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "rtsagc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "rtsdur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "txdur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "urtw_8187l_rxhdr": {
      "size": 16,
      "fields": {
        "agc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flag2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "mactime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "noise": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "urtw_8187l_txhdr": {
      "size": 12,
      "fields": {
        "flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "retry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rtsdur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "urtw_data": {
      "size": 48,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "buflen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 24
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d3abb2ed895b2916"
          },
          "offset": 40
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 32
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "urtw_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "urtw_datahead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "urtw_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "urtw_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "urtw_pair": {
      "size": 8,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "urtw_rx_radiotap_header": {
      "size": 24,
      "fields": {
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "urtw_softc": {
      "size": 28856,
      "fields": {
        "sc_acmctl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28720
        },
        "sc_crcmon": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27344
        },
        "sc_curchan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_channel"
            }
          },
          "offset": 27352
        },
        "sc_currate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28684
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27328
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27272
        },
        "sc_epromtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27340
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27332
        },
        "sc_gpio_blinkstate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27511
        },
        "sc_gpio_blinktime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27510
        },
        "sc_gpio_ledinprogress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27507
        },
        "sc_gpio_ledon": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27506
        },
        "sc_gpio_ledpin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27509
        },
        "sc_gpio_ledstate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27508
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_led_ch": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 27408
        },
        "sc_led_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 27472
        },
        "sc_max_sens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27396
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27288
        },
        "sc_preamble_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28610
        },
        "sc_psr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27504
        },
        "sc_rf_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27360
        },
        "sc_rf_set_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27368
        },
        "sc_rf_set_sens": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27376
        },
        "sc_rf_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 27384
        },
        "sc_rfchip": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27392
        },
        "sc_rts_retry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28608
        },
        "sc_rx": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "urtw_data"
            }
          },
          "offset": 27568
        },
        "sc_rx_active": {
          "type": {
            "kind": "struct",
            "name": "urtw_datahead"
          },
          "offset": 27760
        },
        "sc_rx_inactive": {
          "type": {
            "kind": "struct",
            "name": "urtw_datahead"
          },
          "offset": 27776
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "urtw_rx_radiotap_header"
          },
          "offset": 28816
        },
        "sc_sens": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27400
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27248
        },
        "sc_state": {
          "type": {
            "kind": "enum",
            "name": "ieee80211_state"
          },
          "offset": 27336
        },
        "sc_stats": {
          "type": {
            "kind": "struct",
            "name": "urtw_stats"
          },
          "offset": 28768
        },
        "sc_strategy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27505
        },
        "sc_tx": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "urtw_data"
            }
          },
          "offset": 27792
        },
        "sc_tx_active": {
          "type": {
            "kind": "struct",
            "name": "urtw_datahead"
          },
          "offset": 28560
        },
        "sc_tx_dma_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 27320
        },
        "sc_tx_inactive": {
          "type": {
            "kind": "struct",
            "name": "urtw_datahead"
          },
          "offset": 28576
        },
        "sc_tx_pending": {
          "type": {
            "kind": "struct",
            "name": "urtw_datahead"
          },
          "offset": 28592
        },
        "sc_tx_retry": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28609
        },
        "sc_txpwr_cck": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28688
        },
        "sc_txpwr_cck_base": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28703
        },
        "sc_txpwr_ofdm": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28704
        },
        "sc_txpwr_ofdm_base": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28719
        },
        "sc_txstatus": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28728
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "urtw_tx_radiotap_header"
          },
          "offset": 28840
        },
        "sc_txtimer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28680
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27280
        },
        "sc_updateslot_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 28736
        },
        "sc_watchdog_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 28616
        },
        "sc_xfer": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 27512
        }
      },
      "kind": "struct"
    },
    "urtw_stats": {
      "size": 48,
      "fields": {
        "txrates": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "urtw_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "urtw_vap": {
      "size": 3064,
      "fields": {
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "urwlock": {
      "size": 32,
      "fields": {
        "rw_blocked_readers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rw_blocked_writers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rw_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rw_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "rw_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_alt_interface": {
      "size": 2,
      "fields": {
        "uai_alt_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "uai_interface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_attach_arg": {
      "size": 64,
      "fields": {
        "dev_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 40
        },
        "driver_info": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "driver_ivar": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "iface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface"
            }
          },
          "offset": 48
        },
        "info": {
          "type": {
            "kind": "struct",
            "name": "usbd_lookup_info"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "temp_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "usb_mode": {
          "type": {
            "kind": "enum",
            "name": "usb_hc_mode"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "usb_bos_descriptor": {
      "size": 5,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bNumDeviceCaps": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "wTotalLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_bus": {
      "size": 1608,
      "fields": {
        "alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1590
        },
        "attach_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 608
        },
        "bdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 1272
        },
        "bus_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1096
        },
        "bus_roothold": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "root_hold_token"
            }
          },
          "offset": 0
        },
        "bus_spin_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1128
        },
        "cleanup_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 1008
        },
        "control_ep_quirk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1600
        },
        "control_xfer_proc": {
          "type": {
            "kind": "struct",
            "name": "usb_process"
          },
          "offset": 360
        },
        "detach_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 528
        },
        "devices": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 1536
        },
        "devices_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1596
        },
        "dma_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1599
        },
        "dma_parent_tag": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_dma_parent_tag"
            }
          },
          "offset": 1280
        },
        "dma_tags": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_dma_tag"
            }
          },
          "offset": 1336
        },
        "do_probe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1597
        },
        "driver_added_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1591
        },
        "explore_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 448
        },
        "explore_proc": {
          "type": {
            "kind": "struct",
            "name": "usb_process"
          },
          "offset": 272
        },
        "giant_callback_proc": {
          "type": {
            "kind": "struct",
            "name": "usb_process"
          },
          "offset": 8
        },
        "hw_power_state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1552
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 1544
        },
        "intr_q": {
          "type": {
            "kind": "struct",
            "name": "usb_xfer_queue"
          },
          "offset": 1160
        },
        "isoc_time_last": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1588
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_methods"
            }
          },
          "offset": 1528
        },
        "no_explore": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1598
        },
        "non_giant_bulk_callback_proc": {
          "type": {
            "kind": "struct",
            "name": "usb_process"
          },
          "offset": 184
        },
        "non_giant_isoc_callback_proc": {
          "type": {
            "kind": "struct",
            "name": "usb_process"
          },
          "offset": 96
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 1264
        },
        "pd_cleanup_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_781136f6b0c0846a"
          },
          "offset": 1088
        },
        "power_wdog": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 1200
        },
        "reset_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 848
        },
        "resume_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 768
        },
        "shutdown_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 928
        },
        "suspend_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 688
        },
        "uframe_usage": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1556
        },
        "usbrev": {
          "type": {
            "kind": "enum",
            "name": "usb_revision"
          },
          "offset": 1592
        }
      },
      "kind": "struct"
    },
    "usb_bus_methods": {
      "size": 176,
      "fields": {
        "clear_stall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "device_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "device_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "device_state_change": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "device_suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "device_uninit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "endpoint_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "endpoint_uninit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "get_dma_delay": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "get_hw_ep_profile": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "get_power_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "roothub_exec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "set_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "set_endpoint_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "set_hw_power": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "set_hw_power_sleep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "set_stall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "start_dma_delay": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "xfer_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "xfer_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "xfer_stall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "xfer_unsetup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "usb_bus_msg": {
      "size": 40,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus"
            }
          },
          "offset": 32
        },
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "usb_proc_msg"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_callout": {
      "size": 64,
      "fields": {
        "co": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_cdc_abstract_state": {
      "size": 2,
      "fields": {
        "wState": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_cdc_acm_descriptor": {
      "size": 4,
      "fields": {
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bmCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_cdc_cm_descriptor": {
      "size": 5,
      "fields": {
        "bDataInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bmCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_cdc_ethernet_descriptor": {
      "size": 13,
      "fields": {
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bNumberPowerFilters": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "bmEthernetStatistics": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "iMacAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "wMaxSegmentSize": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "wNumberMCFilters": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "usb_cdc_line_state": {
      "size": 7,
      "fields": {
        "bCharFormat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bDataBits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bParityType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "dwDTERate": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_cdc_notification": {
      "size": 24,
      "fields": {
        "bNotification": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bmRequestType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "wIndex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "wLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "wValue": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_cdc_union_descriptor": {
      "size": 5,
      "fields": {
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bMasterInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "bSlaveInterface": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "usb_cdev_privdata": {
      "size": 48,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus"
            }
          },
          "offset": 0
        },
        "bus_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "dev_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "ep_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "fflags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "fifo_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "iface": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface"
            }
          },
          "offset": 16
        },
        "udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_cdev_refdata": {
      "size": 24,
      "fields": {
        "do_unlock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "is_read": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "is_uref": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "is_usbfs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "is_write": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "rxfifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fifo"
            }
          },
          "offset": 0
        },
        "txfifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fifo"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_config": {
      "size": 40,
      "fields": {
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 34
        },
        "endpoint": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 35
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "usb_xfer_flags"
          },
          "offset": 24
        },
        "frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "if_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "stream_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "usb_mode": {
          "type": {
            "kind": "enum",
            "name": "usb_hc_mode"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "usb_config_descriptor": {
      "size": 9,
      "fields": {
        "bConfigurationValue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bMaxPower": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "bNumInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bmAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "iConfiguration": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "wTotalLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_ctl_request": {
      "size": 24,
      "fields": {
        "ucr_actlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ucr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ucr_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ucr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ucr_request": {
          "type": {
            "kind": "struct",
            "name": "usb_device_request"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "usb_ctl_request32": {
      "size": 20,
      "fields": {
        "ucr_actlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ucr_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "ucr_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ucr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ucr_request": {
          "type": {
            "kind": "struct",
            "name": "usb_device_request"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "usb_descriptor": {
      "size": 3,
      "fields": {
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_devcap_container_id_descriptor": {
      "size": 5,
      "fields": {
        "bContainerID": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bDevCapabilityType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bReserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_devcap_ss_descriptor": {
      "size": 10,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bDevCapabilityType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bFunctionalitySupport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bU1DevExitLat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bmAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "wSpeedsSupported": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "wU2DevExitLat": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_devcap_usb2ext_descriptor": {
      "size": 7,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bDevCapabilityType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bmAttributes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_device": {
      "size": 2632,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1878
        },
        "autoQuirk": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1862
        },
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus"
            }
          },
          "offset": 696
        },
        "cdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_config_descriptor"
            }
          },
          "offset": 728
        },
        "clear_stall_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2076
        },
        "controller_slot_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1880
        },
        "cs_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_udev_msg"
            }
          },
          "offset": 48
        },
        "ctrl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_privdata"
            }
          },
          "offset": 1808
        },
        "ctrl_ep": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint"
          },
          "offset": 296
        },
        "ctrl_ep_comp_desc": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_ss_comp_descriptor"
          },
          "offset": 1911
        },
        "ctrl_ep_desc": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_descriptor"
          },
          "offset": 1904
        },
        "ctrl_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 192
        },
        "ctrl_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 744
        },
        "ctrlreq_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 256
        },
        "curr_config_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1882
        },
        "curr_config_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1883
        },
        "ddesc": {
          "type": {
            "kind": "struct",
            "name": "usb_device_descriptor"
          },
          "offset": 1917
        },
        "depth": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1884
        },
        "descriptor": {
          "type": {
            "kind": "struct",
            "name": "usb_device_descriptor"
          },
          "offset": 1960
        },
        "device_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1879
        },
        "device_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 224
        },
        "devnum": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2072
        },
        "driver_added_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1889
        },
        "endpoints": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_endpoint"
            }
          },
          "offset": 656
        },
        "endpoints_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1893
        },
        "enum_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 128
        },
        "ep0": {
          "type": {
            "kind": "struct",
            "name": "usb_host_endpoint"
          },
          "offset": 1984
        },
        "ep_curr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_endpoint"
            }
          },
          "offset": 768
        },
        "fifo": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_fifo"
              }
            }
          },
          "offset": 776
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "usb_device_flags"
          },
          "offset": 1896
        },
        "hs_hub_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1887
        },
        "hs_port_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1888
        },
        "hub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_hub"
            }
          },
          "offset": 736
        },
        "ifaces": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface"
            }
          },
          "offset": 288
        },
        "ifaces_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1892
        },
        "langid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1860
        },
        "linux_endpoint_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_host_endpoint"
            }
          },
          "offset": 2064
        },
        "linux_endpoint_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_host_endpoint"
            }
          },
          "offset": 2056
        },
        "linux_iface_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface"
            }
          },
          "offset": 2048
        },
        "linux_iface_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface"
            }
          },
          "offset": 2040
        },
        "manufacturer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1944
        },
        "next_config_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1881
        },
        "parent_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 704
        },
        "parent_hs_hub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 720
        },
        "parent_hub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 712
        },
        "pd_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_781136f6b0c0846a"
          },
          "offset": 1816
        },
        "plugtime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1844
        },
        "port_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1885
        },
        "port_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1886
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1858
        },
        "power_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1890
        },
        "product": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1952
        },
        "pwr_save": {
          "type": {
            "kind": "struct",
            "name": "usb_power_save"
          },
          "offset": 664
        },
        "re_enumerate_wait": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1891
        },
        "ref_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 272
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1856
        },
        "scratch": {
          "type": {
            "kind": "union",
            "name": "usb_device_scratch"
          },
          "offset": 2080
        },
        "serial": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1936
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "usb_dev_speed"
          },
          "offset": 1852
        },
        "sr_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 160
        },
        "state": {
          "type": {
            "kind": "enum",
            "name": "usb_dev_state"
          },
          "offset": 1848
        },
        "stats_cancelled": {
          "type": {
            "kind": "struct",
            "name": "usb_device_statistics"
          },
          "offset": 32
        },
        "stats_err": {
          "type": {
            "kind": "struct",
            "name": "usb_device_statistics"
          },
          "offset": 0
        },
        "stats_ok": {
          "type": {
            "kind": "struct",
            "name": "usb_device_statistics"
          },
          "offset": 16
        },
        "ugen_name": {
          "type": {
            "count": 20,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1824
        },
        "ugen_symlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_symlink"
            }
          },
          "offset": 1800
        },
        "usb_template_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_temp_data"
            }
          },
          "offset": 760
        }
      },
      "kind": "struct"
    },
    "usb_device_descriptor": {
      "size": 18,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bDeviceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bDeviceProtocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bDeviceSubClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bMaxPacketSize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bNumConfigurations": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "bcdDevice": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "bcdUSB": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "iManufacturer": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "iProduct": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "iSerialNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "idProduct": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "idVendor": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_device_flags": {
      "size": 8,
      "fields": {
        "no_strings": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "peer_suspended": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "remote_wakeup": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "self_powered": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "self_suspended": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "uq_bus_powered": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "usb_mode": {
          "type": {
            "kind": "enum",
            "name": "usb_hc_mode"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_device_id": {
      "size": 32,
      "fields": {
        "bDeviceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "bDeviceProtocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "bDeviceSubClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "bInterfaceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bInterfaceProtocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "bInterfaceSubClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "bcdDevice_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "bcdDevice_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "driver_info": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "idProduct": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "idVendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "match_flag_dev_class": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_dev_hi": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_dev_lo": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_dev_protocol": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_dev_subclass": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_int_class": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_int_protocol": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "match_flag_int_subclass": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "match_flag_product": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flag_unused": {
          "type": {
            "bit_length": 6,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 1
        },
        "match_flag_vendor": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 0
        },
        "match_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "usb_device_info": {
      "size": 368,
      "fields": {
        "udi_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "udi_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "udi_bustypeNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "udi_class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "udi_config_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "udi_config_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "udi_hubaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "udi_hubindex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "udi_hubport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "udi_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "udi_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "udi_nports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "udi_power": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "udi_power_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "udi_product": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "udi_productNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "udi_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "udi_release": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 360
        },
        "udi_releaseNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "udi_reserved": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "udi_serial": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 296
        },
        "udi_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "udi_subclass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "udi_suspended": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "udi_vendor": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 168
        },
        "udi_vendorNo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_device_port_path": {
      "size": 35,
      "fields": {
        "udp_bus": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "udp_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "udp_port_level": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "udp_port_no": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_device_qualifier": {
      "size": 10,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bDeviceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bDeviceProtocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bDeviceSubClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bMaxPacketSize0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bNumConfigurations": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "bReserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "bcdUSB": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_device_request": {
      "size": 8,
      "fields": {
        "bRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bmRequestType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wIndex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "wLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "wValue": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_device_request_t": {
      "size": 8,
      "fields": {
        "bRequest": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bmRequestType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wIndex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "wLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "wValue": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_device_scratch": {
      "size": 552,
      "fields": {
        "data": {
          "type": {
            "count": 255,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "hw_ep_scratch": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_hw_ep_scratch"
            }
          },
          "offset": 0
        },
        "temp_setup": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_temp_setup"
            }
          },
          "offset": 0
        },
        "xfer_setup": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_3ba305709e0b844c"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "usb_device_statistics": {
      "size": 16,
      "fields": {
        "uds_requests": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_device_stats": {
      "size": 32,
      "fields": {
        "uds_requests_fail": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "uds_requests_ok": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_dma_parent_tag": {
      "size": 56,
      "fields": {
        "cv": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "cv"
            }
          },
          "offset": 0
        },
        "dma_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 49
        },
        "dma_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 48
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 24
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "utag_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_dma_tag"
            }
          },
          "offset": 40
        },
        "utag_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "usb_dma_tag": {
      "size": 24,
      "fields": {
        "align": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "tag_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_dma_parent_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_done_msg": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "usb_proc_msg"
          },
          "offset": 0
        },
        "xroot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer_root"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "usb_driver": {
      "size": 80,
      "fields": {
        "disconnect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "id_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device_id"
            }
          },
          "offset": 48
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "linux_driver_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_90fc25cb181fd6d9"
          },
          "offset": 64
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "shutdown": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "usb_endpoint": {
      "size": 360,
      "fields": {
        "ecomp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_endpoint_ss_comp_descriptor"
            }
          },
          "offset": 328
        },
        "edesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_endpoint_descriptor"
            }
          },
          "offset": 320
        },
        "endpoint_q": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer_queue"
            }
          },
          "offset": 0
        },
        "ep_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 353
        },
        "iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 347
        },
        "is_stalled": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 346
        },
        "is_synced": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 346
        },
        "isoc_next": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 344
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_pipe_methods"
            }
          },
          "offset": 336
        },
        "refcount_alloc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 348
        },
        "refcount_bw": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 349
        },
        "toggle_next": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 346
        },
        "unused": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 346
        },
        "usb_cmask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 351
        },
        "usb_smask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 350
        },
        "usb_uframe": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 352
        }
      },
      "kind": "struct"
    },
    "usb_endpoint_descriptor": {
      "size": 7,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bEndpointAddress": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bInterval": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bmAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "wMaxPacketSize": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "usb_endpoint_ss_comp_descriptor": {
      "size": 6,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bMaxBurst": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bmAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "wBytesPerInterval": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "usb_ether": {
      "size": 672,
      "fields": {
        "ue_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "ue_eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 660
        },
        "ue_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "ue_media_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_ether_cfg_task"
            }
          },
          "offset": 336
        },
        "ue_methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_ether_methods"
            }
          },
          "offset": 16
        },
        "ue_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 56
        },
        "ue_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 8
        },
        "ue_multi_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_ether_cfg_task"
            }
          },
          "offset": 416
        },
        "ue_promisc_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_ether_cfg_task"
            }
          },
          "offset": 496
        },
        "ue_rxq": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 168
        },
        "ue_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "ue_sync_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_ether_cfg_task"
            }
          },
          "offset": 256
        },
        "ue_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 152
        },
        "ue_sysctl_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 24
        },
        "ue_tick_task": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_ether_cfg_task"
            }
          },
          "offset": 576
        },
        "ue_tq": {
          "type": {
            "kind": "struct",
            "name": "usb_process"
          },
          "offset": 64
        },
        "ue_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 40
        },
        "ue_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 656
        },
        "ue_watchdog": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 192
        }
      },
      "kind": "struct"
    },
    "usb_ether_cfg_task": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "usb_proc_msg"
          },
          "offset": 0
        },
        "ue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_ether"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "usb_ether_methods": {
      "size": 88,
      "fields": {
        "ue_attach_post": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "ue_attach_post_sub": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "ue_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "ue_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "ue_mii_sts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "ue_mii_upd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "ue_setmulti": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "ue_setpromisc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "ue_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ue_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "ue_tick": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "usb_fifo": {
      "size": 1328,
      "fields": {
        "async_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 208
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1304
        },
        "curr_cpd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_cdev_privdata"
            }
          },
          "offset": 1264
        },
        "cv_drain": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 136
        },
        "cv_io": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 120
        },
        "dev_ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1312
        },
        "fifo_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1324
        },
        "fifo_zlp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1326
        },
        "flag_flushing": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1318
        },
        "flag_have_fragment": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1322
        },
        "flag_iscomplete": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1315
        },
        "flag_iserror": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1316
        },
        "flag_isselect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1317
        },
        "flag_short": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1319
        },
        "flag_sleeping": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1314
        },
        "flag_stall": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1320
        },
        "flag_write_defrag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1321
        },
        "free_q": {
          "type": {
            "kind": "struct",
            "name": "usb_ifqueue"
          },
          "offset": 0
        },
        "fs_ep_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1325
        },
        "fs_ep_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_endpoint"
            }
          },
          "offset": 216
        },
        "fs_ep_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1296
        },
        "fs_fastpath_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 152
        },
        "fs_xfer": {
          "type": {
            "count": 126,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 248
        },
        "iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1323
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fifo_methods"
            }
          },
          "offset": 184
        },
        "nframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1308
        },
        "priv_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 1256
        },
        "priv_sc0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1272
        },
        "priv_sc1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1280
        },
        "queue_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1288
        },
        "refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1327
        },
        "selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 48
        },
        "symlink": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_symlink"
              }
            }
          },
          "offset": 192
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1300
        },
        "udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 224
        },
        "used_q": {
          "type": {
            "kind": "struct",
            "name": "usb_ifqueue"
          },
          "offset": 24
        },
        "xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 232
        }
      },
      "kind": "struct"
    },
    "usb_fifo_methods": {
      "size": 144,
      "fields": {
        "basename": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 80
        },
        "f_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "f_filter_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "f_filter_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "f_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "f_ioctl_post": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "f_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "f_start_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "f_start_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "f_stop_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "f_stop_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "postfix": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "char"
              }
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "usb_fifo_sc": {
      "size": 24,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_privdata"
            }
          },
          "offset": 16
        },
        "fp": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_fifo"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_clear_stall_sync": {
      "size": 1,
      "fields": {
        "ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_close": {
      "size": 1,
      "fields": {
        "ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_complete": {
      "size": 1,
      "fields": {
        "ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_endpoint": {
      "size": 40,
      "fields": {
        "aFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "isoc_time_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "nFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pLength": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "ppBuffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "usb_fs_endpoint32": {
      "size": 28,
      "fields": {
        "aFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "isoc_time_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "nFrames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pLength": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ppBuffer": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        }
      },
      "kind": "struct"
    },
    "usb_fs_init": {
      "size": 16,
      "fields": {
        "ep_index_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "pEndpoints": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_fs_endpoint"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_init32": {
      "size": 8,
      "fields": {
        "ep_index_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "pEndpoints": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_open": {
      "size": 16,
      "fields": {
        "dev_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "ep_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "max_bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "max_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "max_packet_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_fs_open_stream": {
      "size": 20,
      "fields": {
        "fs_open": {
          "type": {
            "kind": "struct",
            "name": "usb_fs_open"
          },
          "offset": 0
        },
        "stream_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "usb_fs_privdata": {
      "size": 48,
      "fields": {
        "bus_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 24
        },
        "dev_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ep_addr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "fifo_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pd_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fb7dc2237ae6d580"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "usb_fs_start": {
      "size": 1,
      "fields": {
        "ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_stop": {
      "size": 1,
      "fields": {
        "ep_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_fs_uninit": {
      "size": 1,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_gen_descriptor": {
      "size": 32,
      "fields": {
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "ugd_actlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ugd_altif_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "ugd_config_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ugd_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "ugd_endpt_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "ugd_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ugd_lang_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ugd_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ugd_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "ugd_report_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 21
        },
        "ugd_string_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        }
      },
      "kind": "struct"
    },
    "usb_gen_descriptor32": {
      "size": 28,
      "fields": {
        "reserved": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 18
        },
        "ugd_actlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "ugd_altif_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "ugd_config_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "ugd_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ugd_endpt_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "ugd_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "ugd_lang_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ugd_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ugd_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "ugd_report_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "ugd_string_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "usb_gen_quirk": {
      "size": 64,
      "fields": {
        "bcdDeviceHigh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "bcdDeviceLow": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "quirkname": {
          "type": {
            "count": 50,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 14
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_hid_descriptor": {
      "size": 9,
      "fields": {
        "bCountryCode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bNumDescriptors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bcdHID": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "descrs": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_dcc24a10b1a4a83e"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "usb_host_endpoint": {
      "size": 56,
      "fields": {
        "bsd_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "bsd_urb_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6407e83dfc4cef2b"
          },
          "offset": 8
        },
        "bsd_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 24
        },
        "desc": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_descriptor"
          },
          "offset": 0
        },
        "extra": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "extralen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "fbsd_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "usb_host_interface": {
      "size": 48,
      "fields": {
        "bsd_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "desc": {
          "type": {
            "kind": "struct",
            "name": "usb_interface_descriptor"
          },
          "offset": 0
        },
        "endpoint": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_host_endpoint"
            }
          },
          "offset": 16
        },
        "extra": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "extralen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 40
        },
        "string": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "usb_hub": {
      "size": 144,
      "fields": {
        "explore": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "hubsoftc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "hubudev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 0
        },
        "isoc_last_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 138
        },
        "nports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 139
        },
        "portpower": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "ports": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_port"
            }
          },
          "offset": 140
        },
        "tt_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_udev_msg"
            }
          },
          "offset": 24
        },
        "uframe_usage": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "usb_hub_descriptor": {
      "size": 40,
      "fields": {
        "DeviceRemovable": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "PortPowerCtrlMask": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 39
        },
        "bDescLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bHubContrCurrent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bNbrPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bPwrOn2PwrGood": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "wHubCharacteristics": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_hub_descriptor_min": {
      "size": 9,
      "fields": {
        "DeviceRemovable": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "PortPowerCtrlMask": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "bDescLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bHubContrCurrent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bNbrPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bPwrOn2PwrGood": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "wHubCharacteristics": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_hub_ss_descriptor": {
      "size": 42,
      "fields": {
        "DeviceRemovable": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bHubContrCurrent": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bHubHdrDecLat": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bNbrPorts": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bPwrOn2PwrGood": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "wHubCharacteristics": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "wHubDelay": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_hub_status": {
      "size": 4,
      "fields": {
        "wHubChange": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "wHubStatus": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_hw_ep_profile": {
      "size": 6,
      "fields": {
        "is_simplex": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "max_in_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_out_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "support_bulk": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "support_control": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "support_in": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "support_interrupt": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "support_isochronous": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "support_multi_buffer": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "support_out": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "usb_hw_ep_scratch": {
      "size": 552,
      "fields": {
        "bmInAlloc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 546
        },
        "bmOutAlloc": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 544
        },
        "cd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_config_descriptor"
            }
          },
          "offset": 520
        },
        "ep": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_hw_ep_scratch_sub"
            }
          },
          "offset": 0
        },
        "ep_max": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_hw_ep_scratch_sub"
            }
          },
          "offset": 512
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_methods"
            }
          },
          "offset": 536
        },
        "udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 528
        }
      },
      "kind": "struct"
    },
    "usb_hw_ep_scratch_sub": {
      "size": 16,
      "fields": {
        "hw_endpoint_in": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "hw_endpoint_out": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "needs_ep_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "needs_in": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "needs_out": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 13
        },
        "pf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_hw_ep_profile"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_idesc_parse_state": {
      "size": 16,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_descriptor"
            }
          },
          "offset": 0
        },
        "iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "iface_index_alt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "iface_no_last": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "usb_ifqueue": {
      "size": 24,
      "fields": {
        "ifq_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_mbuf"
            }
          },
          "offset": 0
        },
        "ifq_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "ifq_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ifq_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_mbuf"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_interface": {
      "size": 72,
      "fields": {
        "alt_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "altsetting": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_host_interface"
            }
          },
          "offset": 24
        },
        "bsd_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "bsd_priv_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "cur_altsetting": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_host_interface"
            }
          },
          "offset": 32
        },
        "idesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface_descriptor"
            }
          },
          "offset": 0
        },
        "linux_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 40
        },
        "num_altsetting": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "parent_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "pnpinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "subdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_interface_descriptor": {
      "size": 9,
      "fields": {
        "bAlternateSetting": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bInterfaceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bInterfaceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bInterfaceProtocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bInterfaceSubClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bNumEndpoints": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "iInterface": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_iso_packet_descriptor": {
      "size": 12,
      "fields": {
        "actual_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_linux_softc": {
      "size": 48,
      "fields": {
        "sc_attached_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a86e9c978c9a15ca"
          },
          "offset": 0
        },
        "sc_fbsd_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "sc_fbsd_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 24
        },
        "sc_udrv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_driver"
            }
          },
          "offset": 40
        },
        "sc_ui": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_interface"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "usb_m_copy_in_arg": {
      "size": 16,
      "fields": {
        "cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 0
        },
        "dst_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_mbuf": {
      "size": 48,
      "fields": {
        "cur_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cur_data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "last_packet": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "max_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "min_data_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "unused": {
          "type": {
            "bit_length": 7,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "usb_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_mbuf"
            }
          },
          "offset": 24
        },
        "usb_nextpkt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_mbuf"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "usb_mcpc_acm_descriptor": {
      "size": 5,
      "fields": {
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bFunctionLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bMode": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "bType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "usb_ncm16_dp": {
      "size": 4,
      "fields": {
        "wFrameIndex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wFrameLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "usb_ncm16_dpt": {
      "size": 8,
      "fields": {
        "dp": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_ncm16_dp"
            }
          },
          "offset": 8
        },
        "dwSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "wNextNdpIndex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "usb_ncm16_hdr": {
      "size": 12,
      "fields": {
        "dwSignature": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wBlockLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "wDptIndex": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "wHeaderLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "wSequence": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "usb_ncm_func_descriptor": {
      "size": 6,
      "fields": {
        "bDescriptorSubtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bcdNcmVersion": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3
        },
        "bmNetworkCapabilities": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        }
      },
      "kind": "struct"
    },
    "usb_ncm_parameters": {
      "size": 28,
      "fields": {
        "bmNtbFormatsSupported": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "dwNtbInMaxSize": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "dwNtbOutMaxSize": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "wLength": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "wNdpInAlignment": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "wNdpInDivisor": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "wNdpInPayloadRemainder": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "wNdpOutAlignment": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "wNdpOutDivisor": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 20
        },
        "wNdpOutPayloadRemainder": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 22
        },
        "wNtbOutMaxDatagrams": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "wReserved14": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "usb_page": {
      "size": 16,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_page_cache": {
      "size": 56,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "isloaded": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "ismultiseg": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "isread": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "page_offset_buf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "page_offset_end": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "page_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 16
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "tag_parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_dma_parent_tag"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "usb_page_search": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_pipe_methods": {
      "size": 40,
      "fields": {
        "close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "enter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "usb_port": {
      "size": 16,
      "fields": {
        "device_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "req_reset_tt": {
          "type": {
            "kind": "struct",
            "name": "usb_device_request"
          },
          "offset": 8
        },
        "restartcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "usb_mode": {
          "type": {
            "kind": "enum",
            "name": "usb_hc_mode"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "usb_port_status": {
      "size": 4,
      "fields": {
        "wPortChange": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "wPortStatus": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_power_save": {
      "size": 28,
      "fields": {
        "last_xfer_time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "read_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "type_refs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "write_refs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "usb_proc_msg": {
      "size": 32,
      "fields": {
        "pm_callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "pm_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pm_qentry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2392e3912244d391"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_process": {
      "size": 88,
      "fields": {
        "up_csleep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 79
        },
        "up_curtd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 56
        },
        "up_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 16
        },
        "up_drain": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 32
        },
        "up_dsleep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "up_gone": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 77
        },
        "up_msg_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "up_msleep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "up_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 64
        },
        "up_prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 76
        },
        "up_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 48
        },
        "up_qhead": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8a853a16edee398c"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_quirk_entry": {
      "size": 24,
      "fields": {
        "hi_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "lo_rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "quirks": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_read_dir": {
      "size": 16,
      "fields": {
        "urd_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "urd_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "urd_startentry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "usb_read_dir32": {
      "size": 12,
      "fields": {
        "urd_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "urd_maxlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "urd_startentry": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "usb_setup_params": {
      "size": 136,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "bufsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "bufsize_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "curr_setup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_config"
            }
          },
          "offset": 48
        },
        "curr_xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer"
            }
          },
          "offset": 40
        },
        "dma_page_cache_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 16
        },
        "dma_page_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 8
        },
        "dma_tag_max": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "dma_tag_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_dma_tag"
            }
          },
          "offset": 0
        },
        "err": {
          "type": {
            "kind": "enum",
            "name": "unnamed_60aaa3102e45fc0e"
          },
          "offset": 132
        },
        "hc_max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "hc_max_packet_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 122
        },
        "hc_max_packet_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 120
        },
        "methods": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_pipe_methods"
            }
          },
          "offset": 56
        },
        "size": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 80
        },
        "speed": {
          "type": {
            "kind": "enum",
            "name": "usb_dev_speed"
          },
          "offset": 124
        },
        "udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 32
        },
        "xfer_length_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "xfer_page_cache_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "usb_status": {
      "size": 2,
      "fields": {
        "wStatus": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_std_packet_size": {
      "size": 12,
      "fields": {
        "fixed": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "range": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2dd0fccd3f376a57"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_string_descriptor": {
      "size": 255,
      "fields": {
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "bString": {
          "type": {
            "count": 126,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 2
        },
        "bUnused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 254
        }
      },
      "kind": "struct"
    },
    "usb_string_lang": {
      "size": 4,
      "fields": {
        "bData": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "bDescriptorType": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "bLength": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_symlink": {
      "size": 88,
      "fields": {
        "dst_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "dst_path": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "src_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "src_path": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "sym_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_17b63aa12c5035ad"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_temp_setup": {
      "size": 32,
      "fields": {
        "bAlternateSetting": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "bConfigurationValue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 20
        },
        "bInterfaceNumber": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "bNumEndpoints": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "err": {
          "type": {
            "kind": "enum",
            "name": "unnamed_60aaa3102e45fc0e"
          },
          "offset": 24
        },
        "self_powered": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "usb_speed": {
          "type": {
            "kind": "enum",
            "name": "usb_dev_speed"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "usb_udev_msg": {
      "size": 40,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "usb_proc_msg"
          },
          "offset": 0
        },
        "udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "usb_xfer": {
      "size": 304,
      "fields": {
        "actlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 236
        },
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 272
        },
        "aframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "buf_fixup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 80
        },
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "dma_page_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 96
        },
        "endpoint": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_endpoint"
            }
          },
          "offset": 104
        },
        "endpointno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 273
        },
        "error": {
          "type": {
            "kind": "enum",
            "name": "unnamed_60aaa3102e45fc0e"
          },
          "offset": 280
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "usb_xfer_flags"
          },
          "offset": 284
        },
        "flags_int": {
          "type": {
            "kind": "struct",
            "name": "usb_xfer_flags_int"
          },
          "offset": 288
        },
        "fps_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 276
        },
        "frbuffers": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 208
        },
        "frlengths": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 200
        },
        "interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "isoc_time_complete": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 264
        },
        "local_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 192
        },
        "max_data_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 228
        },
        "max_frame_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 244
        },
        "max_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 260
        },
        "max_hc_frame_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 224
        },
        "max_packet_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 274
        },
        "max_packet_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 258
        },
        "nframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 248
        },
        "priv_fifo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 184
        },
        "priv_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 176
        },
        "qh_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 262
        },
        "qh_start": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 120
        },
        "stream_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 256
        },
        "sumlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 232
        },
        "td_start": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 136
        },
        "td_transfer_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 168
        },
        "td_transfer_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 152
        },
        "td_transfer_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "timeout_handle": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 0
        },
        "usb_state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 275
        },
        "wait_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_025295ab8502edbb"
          },
          "offset": 64
        },
        "wait_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer_queue"
            }
          },
          "offset": 88
        },
        "xroot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer_root"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "usb_xfer_flags": {
      "size": 2,
      "fields": {
        "ext_buffer": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "force_short_xfer": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "manual_status": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "no_pipe_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pipe_bof": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pre_scale_frames": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "proxy_buffer": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "send_zlp": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "short_frames_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "short_xfer_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "stall_pipe": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "usb_xfer_flags_int": {
      "size": 12,
      "fields": {
        "bandwidth_reclaimed": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "bdma_enable": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "bdma_no_post_sync": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "bdma_setup": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "can_cancel_immed": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "control_act": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "control_did_data": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "control_hdr": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "control_rem": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "control_stall": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "control_xfr": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "curr_dma_set": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "did_close": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "did_dma_delay": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "doing_callback": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "draining": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "isochronous_xfr": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "maxp_was_clamped": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "open": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "short_frames_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "short_xfer_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 7
        },
        "started": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "transferring": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "usb_mode": {
          "type": {
            "kind": "enum",
            "name": "usb_hc_mode"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usb_xfer_queue": {
      "size": 40,
      "fields": {
        "command": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "curr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_xfer"
            }
          },
          "offset": 16
        },
        "head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9304c4936e261e27"
          },
          "offset": 0
        },
        "recurse_1": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "recurse_2": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "recurse_3": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "reserved": {
          "type": {
            "bit_length": 5,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "usb_xfer_root": {
      "size": 328,
      "fields": {
        "bus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus"
            }
          },
          "offset": 288
        },
        "cv_drain": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 216
        },
        "dma_currframe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "dma_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 324
        },
        "dma_frlength_0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "dma_nframes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "dma_page_cache_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 264
        },
        "dma_page_cache_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 256
        },
        "dma_parent_tag": {
          "type": {
            "kind": "struct",
            "name": "usb_dma_parent_tag"
          },
          "offset": 0
        },
        "dma_q": {
          "type": {
            "kind": "struct",
            "name": "usb_xfer_queue"
          },
          "offset": 56
        },
        "done_m": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_done_msg"
            }
          },
          "offset": 136
        },
        "done_p": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_process"
            }
          },
          "offset": 232
        },
        "done_q": {
          "type": {
            "kind": "struct",
            "name": "usb_xfer_queue"
          },
          "offset": 96
        },
        "done_sleep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 325
        },
        "memory_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 240
        },
        "memory_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "setup_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 296
        },
        "xfer_mtx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 248
        },
        "xfer_page_cache_end": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 280
        },
        "xfer_page_cache_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 272
        }
      },
      "kind": "struct"
    },
    "usbd_lookup_info": {
      "size": 16,
      "fields": {
        "bConfigIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "bConfigNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "bDeviceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bDeviceProtocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "bDeviceSubClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "bIfaceIndex": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "bIfaceNum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "bInterfaceClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "bInterfaceProtocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "bInterfaceSubClass": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "bcdDevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "idProduct": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "idVendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usbpf_framehdr": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "usbpf_pkthdr": {
      "size": 128,
      "fields": {
        "up_address": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "up_busunit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "up_endpoint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "up_error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "up_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "up_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "up_interval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "up_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "up_packet_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "up_packet_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "up_reserved": {
          "type": {
            "count": 83,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        },
        "up_speed": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "up_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "up_totlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "up_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "up_xfertype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        }
      },
      "kind": "struct"
    },
    "user": {
      "size": 1376,
      "fields": {
        "u_kproc": {
          "type": {
            "kind": "struct",
            "name": "kinfo_proc"
          },
          "offset": 288
        },
        "u_stats": {
          "type": {
            "kind": "struct",
            "name": "pstats"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "user_evtchn": {
      "size": 56,
      "fields": {
        "enabled": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_444f10c4a5609e1a"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "user": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "per_user_data"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "user_nhop": {
      "size": 80,
      "fields": {
        "un_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 64
        },
        "un_fibfam": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "un_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "un_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "user_nhop"
            }
          },
          "offset": 48
        },
        "un_nextchild": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "user_nhop"
            }
          },
          "offset": 56
        },
        "un_nhgrp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "un_nhgrp_src": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "weightened_nhop"
            }
          },
          "offset": 32
        },
        "un_nhop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 16
        },
        "un_nhop_src": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 24
        },
        "un_protocol": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "user_segment_descriptor": {
      "size": 8,
      "fields": {
        "sd_def32": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "sd_dpl": {
          "type": {
            "bit_length": 2,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "sd_gran": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "sd_hibase": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 7
        },
        "sd_hilimit": {
          "type": {
            "bit_length": 4,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "sd_lobase": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "sd_lolimit": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sd_long": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        },
        "sd_p": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "sd_type": {
          "type": {
            "bit_length": 5,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 5
        },
        "sd_xx": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "uslcom_softc": {
      "size": 1328,
      "fields": {
        "sc_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1322
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1321
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1320
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1288
        },
        "sc_partnum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1323
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1280
        },
        "sc_watchdog": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 1192
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1256
        }
      },
      "kind": "struct"
    },
    "ustar_header": {
      "size": 512,
      "fields": {
        "uh_filename": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "uh_filenameprefix": {
          "type": {
            "count": 155,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 345
        },
        "uh_group": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 297
        },
        "uh_linkfile": {
          "type": {
            "count": 100,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 157
        },
        "uh_major": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 329
        },
        "uh_minor": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 337
        },
        "uh_mode": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 100
        },
        "uh_mtime": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 136
        },
        "uh_owner": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 265
        },
        "uh_size": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 124
        },
        "uh_sum": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 148
        },
        "uh_tar_group": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 116
        },
        "uh_tar_owner": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 108
        },
        "uh_type": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 156
        },
        "uh_ustar": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 257
        },
        "uh_version": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 263
        },
        "uh_zeropad": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 500
        }
      },
      "kind": "struct"
    },
    "ustorm_eth_ag_context": {
      "size": 32,
      "fields": {
        "__reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "__reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "__reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "__reserved3": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "cdu_usage": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        }
      },
      "kind": "struct"
    },
    "ustorm_eth_rx_producers": {
      "size": 8,
      "fields": {
        "bd_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cqe_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "sge_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "ustorm_eth_st_context": {
      "size": 208,
      "fields": {
        "reserved0": {
          "type": {
            "count": 52,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ustorm_per_queue_stats": {
      "size": 56,
      "fields": {
        "bcast_no_buff_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 16
        },
        "bcast_no_buff_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "coalesced_aborts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "coalesced_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 40
        },
        "coalesced_events": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "coalesced_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mcast_no_buff_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        },
        "mcast_no_buff_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ucast_no_buff_bytes": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "ucast_no_buff_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "utimensat_args": {
      "size": 32,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "flag_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "flag_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timespec"
            }
          },
          "offset": 16
        },
        "times_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "times_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "utimes_args": {
      "size": 16,
      "fields": {
        "path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "path_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "timeval"
            }
          },
          "offset": 8
        },
        "tptr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "tptr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "utrace_args": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "addr_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "addr_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "len_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "len_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "uts_namespace": {
      "size": 32,
      "fields": {
        "name": {
          "type": {
            "kind": "struct",
            "name": "_utsname"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uuid": {
      "size": 16,
      "fields": {
        "clock_seq_hi_and_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "clock_seq_low": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "node": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "time_hi_and_version": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "time_low": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "time_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "uuid_macaddr": {
      "size": 8,
      "fields": {
        "node": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 2
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uuid_private": {
      "size": 16,
      "fields": {
        "node": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 10
        },
        "seq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "time": {
          "type": {
            "kind": "union",
            "name": "unnamed_7ed24bc6cef4d685"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uuidgen_args": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "count_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "count_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "store": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uuid"
            }
          },
          "offset": 0
        },
        "store_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "store_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "uvisor_connection_info": {
      "size": 18,
      "fields": {
        "connections": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_bb7b235b384c170c"
            }
          },
          "offset": 2
        },
        "num_ports": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "uvisor_palm_connection_info": {
      "size": 68,
      "fields": {
        "connections": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_d5e49d3e302f0a08"
            }
          },
          "offset": 4
        },
        "endpoint_numbers_different": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "num_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "uvisor_softc": {
      "size": 1256,
      "fields": {
        "sc_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1248
        },
        "sc_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1251
        },
        "sc_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1250
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1216
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1208
        },
        "sc_xfer": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1192
        }
      },
      "kind": "struct"
    },
    "uvscom_softc": {
      "size": 1264,
      "fields": {
        "sc_iface_index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1259
        },
        "sc_iface_no": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1258
        },
        "sc_line": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1256
        },
        "sc_lsr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1260
        },
        "sc_msr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1261
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1224
        },
        "sc_super_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_super_softc"
          },
          "offset": 0
        },
        "sc_ucom": {
          "type": {
            "kind": "struct",
            "name": "ucom_softc"
          },
          "offset": 136
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 1216
        },
        "sc_unit_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1262
        },
        "sc_xfer": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 1192
        }
      },
      "kind": "struct"
    },
    "vattr": {
      "size": 176,
      "fields": {
        "va_atime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 56
        },
        "va_birthtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 104
        },
        "va_blocksize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "va_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "va_ctime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 88
        },
        "va_fileid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "va_filerev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "va_fsid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "va_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "va_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "va_mtime": {
          "type": {
            "kind": "struct",
            "name": "timespec"
          },
          "offset": 72
        },
        "va_nlink": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "va_padding0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "va_rdev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "va_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "va_spare": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 168
        },
        "va_type": {
          "type": {
            "kind": "enum",
            "name": "enum_vtype_uint8"
          },
          "offset": 0
        },
        "va_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "va_vaflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "vbe_fb": {
      "size": 48,
      "fields": {
        "fb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "fb_bpp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "fb_height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "fb_mask_blue": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "fb_mask_green": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "fb_mask_red": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "fb_mask_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "fb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "fb_stride": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "fb_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "vchan_info": {
      "size": 64,
      "fields": {
        "caps": {
          "type": {
            "kind": "struct",
            "name": "pcmchan_caps"
          },
          "offset": 8
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 0
        },
        "fmtlist": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 32
        },
        "trigger": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "vcpu_info": {
      "size": 64,
      "fields": {
        "arch": {
          "type": {
            "kind": "struct",
            "name": "arch_vcpu_info"
          },
          "offset": 16
        },
        "evtchn_pending_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "evtchn_upcall_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "evtchn_upcall_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "vcpu_time_info_t"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vcpu_info_t": {
      "size": 64,
      "fields": {
        "arch": {
          "type": {
            "kind": "struct",
            "name": "arch_vcpu_info"
          },
          "offset": 16
        },
        "evtchn_pending_sel": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "evtchn_upcall_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "evtchn_upcall_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "time": {
          "type": {
            "kind": "struct",
            "name": "vcpu_time_info_t"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vcpu_register_vcpu_info": {
      "size": 16,
      "fields": {
        "mfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "vcpu_register_vcpu_info_t": {
      "size": 16,
      "fields": {
        "mfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "vcpu_set_singleshot_timer": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "timeout_abs_ns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vcpu_time_info": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pad1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tsc_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 28
        },
        "tsc_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tsc_to_system_mul": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vcpu_time_info_t": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pad1": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 30
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tsc_shift": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 28
        },
        "tsc_timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "tsc_to_system_mul": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vdbatch": {
      "size": 104,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "tab": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "vdev_info": {
      "size": 24,
      "fields": {
        "base": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vdso_sv_tk": {
      "size": 12,
      "fields": {
        "sv_timekeep_curr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "sv_timekeep_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sv_timekeep_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vdso_timehands": {
      "size": 88,
      "fields": {
        "th_algo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "th_boottime": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 40
        },
        "th_counter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "th_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "th_offset": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 24
        },
        "th_offset_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "th_res": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 73
        },
        "th_scale": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "th_x86_hpet_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "th_x86_pvc_last_systime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "th_x86_pvc_stable_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "th_x86_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "vdso_timehands32": {
      "size": 80,
      "fields": {
        "th_algo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "th_boottime": {
          "type": {
            "kind": "struct",
            "name": "bintime32"
          },
          "offset": 36
        },
        "th_counter_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "th_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "th_offset": {
          "type": {
            "kind": "struct",
            "name": "bintime32"
          },
          "offset": 24
        },
        "th_offset_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "th_res": {
          "type": {
            "count": 15,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 65
        },
        "th_scale": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "th_x86_hpet_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "th_x86_pvc_last_systime": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "th_x86_pvc_stable_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 64
        },
        "th_x86_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "vdso_timekeep": {
      "size": 16,
      "fields": {
        "tk_current": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tk_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tk_th": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vdso_timehands"
            }
          },
          "offset": 16
        },
        "tk_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vdso_timekeep32": {
      "size": 12,
      "fields": {
        "tk_current": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "tk_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tk_th": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vdso_timehands32"
            }
          },
          "offset": 12
        },
        "tk_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vf_flr_event_data": {
      "size": 12,
      "fields": {
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vf_pf_event_data": {
      "size": 12,
      "fields": {
        "msg_addr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "msg_addr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vf_resources": {
      "size": 40,
      "fields": {
        "neq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nethctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "nexactf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "niq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "niqflint": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nvi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pmask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "r_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "wx_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "vfnt": {
      "size": 72,
      "fields": {
        "glyph_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "glyphs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "map": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vfnt_map_t"
              }
            }
          },
          "offset": 0
        },
        "map_count": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "vfnt_map": {
      "size": 8,
      "fields": {
        "vfm_dst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vfm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vfm_src": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vfnt_map_t": {
      "size": 8,
      "fields": {
        "vfm_dst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vfm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vfm_src": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vfnt_t": {
      "size": 72,
      "fields": {
        "glyph_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "glyphs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "map": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vfnt_map_t"
              }
            }
          },
          "offset": 0
        },
        "map_count": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "vfork_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vfs_hash_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vfs_op_barrier_ipi": {
      "size": 136,
      "fields": {
        "mp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "srcra": {
          "type": {
            "kind": "struct",
            "name": "smp_rendezvous_cpus_retry_arg"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vfs_state": {
      "size": 24,
      "fields": {
        "vs_mp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 0
        },
        "vs_vnlocked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vs_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vfsconf": {
      "size": 80,
      "fields": {
        "vfc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "vfc_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5a83a2033f42a6d1"
          },
          "offset": 64
        },
        "vfc_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "vfc_opts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsoptdecl"
            }
          },
          "offset": 56
        },
        "vfc_prison_flag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "vfc_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "vfc_typenum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "vfc_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vfc_vfsops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsops"
            }
          },
          "offset": 24
        },
        "vfc_vfsops_sd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsops"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vfsconfhead": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsconf"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vfsconf"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vfsidctl": {
      "size": 96,
      "fields": {
        "vc_fsid": {
          "type": {
            "kind": "struct",
            "name": "fsid_t"
          },
          "offset": 4
        },
        "vc_fstypename": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 12
        },
        "vc_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vc_op": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "vc_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "vc_spare": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "vc_vers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vfsops": {
      "size": 208,
      "fields": {
        "vfs_cachedroot": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "vfs_checkexp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "vfs_cmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "vfs_extattrctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "vfs_fhtovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "vfs_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "vfs_mount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "vfs_purge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "vfs_quotactl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "vfs_reclaim_lowervp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "vfs_report_lockf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "vfs_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "vfs_spare": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 160
        },
        "vfs_statfs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "vfs_susp_clean": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "vfs_sync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "vfs_sysctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "vfs_uninit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "vfs_unlink_lowervp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "vfs_unmount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "vfs_vget": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "vfsopt": {
      "size": 48,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_410ab3c741b3031c"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "seen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vfsoptlist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsopt"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vfsopt"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vfsquery": {
      "size": 128,
      "fields": {
        "vq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vq_spare": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vga_pci_softc": {
      "size": 120,
      "fields": {
        "vga_bars": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vga_resource"
            }
          },
          "offset": 8
        },
        "vga_bios": {
          "type": {
            "kind": "struct",
            "name": "vga_resource"
          },
          "offset": 104
        },
        "vga_msi_child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vga_resource": {
      "size": 16,
      "fields": {
        "vr_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vga_softc": {
      "size": 24,
      "fields": {
        "adp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "video_adapter"
            }
          },
          "offset": 0
        },
        "pal_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "state_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vga_softc_t": {
      "size": 24,
      "fields": {
        "adp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "video_adapter"
            }
          },
          "offset": 0
        },
        "pal_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "state_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vge_chain_data": {
      "size": 16368,
      "fields": {
        "vge_buffer_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "vge_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16352
        },
        "vge_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vge_rx_commit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16344
        },
        "vge_rx_prodidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16340
        },
        "vge_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16312
        },
        "vge_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16304
        },
        "vge_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16320
        },
        "vge_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8216
        },
        "vge_rxdesc": {
          "type": {
            "count": 252,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vge_rxdesc"
            }
          },
          "offset": 8224
        },
        "vge_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16360
        },
        "vge_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16336
        },
        "vge_tx_considx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16332
        },
        "vge_tx_prodidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16328
        },
        "vge_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 16296
        },
        "vge_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16288
        },
        "vge_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "vge_txdesc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vge_txdesc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vge_dmamap_arg": {
      "size": 8,
      "fields": {
        "vge_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vge_hw_stats": {
      "size": 128,
      "fields": {
        "rx_alignerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rx_fifo_oflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_jumbos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "rx_lenerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "rx_nobufs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_pkts_1519_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_pkts_1519_max_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "rx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_runts_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_symerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "tx_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "tx_good_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "tx_jumbos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "tx_latecolls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "tx_pkts_1024_1518": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "tx_pkts_128_255": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "tx_pkts_256_511": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "tx_pkts_512_1023": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "tx_pkts_64": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tx_pkts_65_127": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tx_sqeerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "vge_ring_data": {
      "size": 32,
      "fields": {
        "vge_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vge_rx_desc"
            }
          },
          "offset": 16
        },
        "vge_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vge_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vge_tx_desc"
            }
          },
          "offset": 0
        },
        "vge_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vge_rx_desc": {
      "size": 16,
      "fields": {
        "vge_addrhi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vge_addrlo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vge_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vge_sts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vge_rxdesc": {
      "size": 32,
      "fields": {
        "rx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vge_rx_desc"
            }
          },
          "offset": 16
        },
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "rxd_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vge_rxdesc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vge_softc": {
      "size": 16720,
      "fields": {
        "vge_camidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "vge_cdata": {
          "type": {
            "kind": "struct",
            "name": "vge_chain_data"
          },
          "offset": 192
        },
        "vge_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "vge_expcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "vge_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "vge_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "vge_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "vge_int_holdoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vge_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "vge_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "vge_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "vge_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "vge_phyaddr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 52
        },
        "vge_pmcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "vge_rdata": {
          "type": {
            "kind": "struct",
            "name": "vge_ring_data"
          },
          "offset": 16560
        },
        "vge_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "vge_rx_coal_pkt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "vge_stats": {
          "type": {
            "kind": "struct",
            "name": "vge_hw_stats"
          },
          "offset": 16592
        },
        "vge_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "vge_tx_coal_pkt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "vge_watchdog": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "vge_tx_desc": {
      "size": 64,
      "fields": {
        "vge_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vge_frag": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vge_tx_frag"
            }
          },
          "offset": 8
        },
        "vge_sts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vge_tx_frag": {
      "size": 8,
      "fields": {
        "vge_addrhi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vge_addrlo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vge_txdesc": {
      "size": 32,
      "fields": {
        "tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vge_tx_desc"
            }
          },
          "offset": 16
        },
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "txd_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vge_txdesc"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vge_type": {
      "size": 16,
      "fields": {
        "vge_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vge_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vge_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vht_chan_range": {
      "size": 4,
      "fields": {
        "freq_end": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "freq_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vi_info": {
      "size": 496,
      "fields": {
        "adapter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "adapter"
            }
          },
          "offset": 16
        },
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 416
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "first_intr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "first_nm_rxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "first_nm_txq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "first_ofld_rxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "first_ofld_txq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "first_rxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "first_txq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "hashen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "hw_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 480
        },
        "if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 24
        },
        "last_refreshed": {
          "type": {
            "kind": "struct",
            "name": "timeval"
          },
          "offset": 176
        },
        "nintr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "nm_rss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 64
        },
        "nm_rxq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 448
        },
        "nm_txq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 456
        },
        "nnmrxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "nnmtxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 136
        },
        "nofldrxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "nofldtxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "nrxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "ntxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "ofld_pktc_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "ofld_rxq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 464
        },
        "ofld_tmr_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "ofld_txq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 472
        },
        "pfil": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_head"
            }
          },
          "offset": 32
        },
        "pi": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "port_info"
            }
          },
          "offset": 8
        },
        "pktc_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "qsize_rxq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "qsize_txq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "rsrv_noflowq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "rss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 56
        },
        "rss_base": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "rss_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "rxq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 432
        },
        "rxq_rr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 492
        },
        "smt_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 74
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "fw_vi_stats_vf"
          },
          "offset": 192
        },
        "tick": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 352
        },
        "tick_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 320
        },
        "tmr_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "txq_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 440
        },
        "txq_rr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 488
        },
        "vfvld": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 78
        },
        "viid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 72
        },
        "vin": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 76
        },
        "xact_addr_filt": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "via_chinfo": {
      "size": 72,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "blksz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "snd_dbuf"
            }
          },
          "offset": 16
        },
        "channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcm_channel"
            }
          },
          "offset": 8
        },
        "dir": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "parent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "via_info"
            }
          },
          "offset": 0
        },
        "prevptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rbase": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "sgd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "sgd_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "via_dma_op"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "via_dma_op": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "ptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "via_info": {
      "size": 648,
      "fields": {
        "blkcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "codec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ac97_info"
            }
          },
          "offset": 88
        },
        "codec_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 552
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "dma_eol_wake": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "dxs_src": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 64
        },
        "irqid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mtx"
            }
          },
          "offset": 568
        },
        "n_dxs_registered": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 554
        },
        "parent_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "pch": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "via_chinfo"
            }
          },
          "offset": 112
        },
        "play_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 556
        },
        "poll_ticks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 640
        },
        "poll_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 576
        },
        "polling": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 644
        },
        "rch": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "via_chinfo"
            }
          },
          "offset": 472
        },
        "rec_num": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 560
        },
        "reg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "regid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "sgd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "sgd_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "sgd_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 32
        },
        "sgd_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "via_dma_op"
            }
          },
          "offset": 544
        },
        "sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vid_info": {
      "size": 24,
      "fields": {
        "font_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "m_num": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "mk_keylock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "mv_col": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mv_csz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "mv_grfc": {
          "type": {
            "kind": "struct",
            "name": "colors"
          },
          "offset": 20
        },
        "mv_hsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "mv_norm": {
          "type": {
            "kind": "struct",
            "name": "colors"
          },
          "offset": 16
        },
        "mv_ovscan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "mv_rev": {
          "type": {
            "kind": "struct",
            "name": "colors"
          },
          "offset": 18
        },
        "mv_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mv_rsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vid_info_t": {
      "size": 24,
      "fields": {
        "font_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "m_num": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "mk_keylock": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 23
        },
        "mv_col": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "mv_csz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "mv_grfc": {
          "type": {
            "kind": "struct",
            "name": "colors"
          },
          "offset": 20
        },
        "mv_hsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "mv_norm": {
          "type": {
            "kind": "struct",
            "name": "colors"
          },
          "offset": 16
        },
        "mv_ovscan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "mv_rev": {
          "type": {
            "kind": "struct",
            "name": "colors"
          },
          "offset": 18
        },
        "mv_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "mv_rsz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "video_adapter": {
      "size": 384,
      "fields": {
        "va_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "va_buffer_alias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "va_disp_start": {
          "type": {
            "kind": "struct",
            "name": "unnamed_353328068c57f261"
          },
          "offset": 332
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_info": {
          "type": {
            "kind": "struct",
            "name": "video_info"
          },
          "offset": 136
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "va_io_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "va_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "va_line_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "va_little_bitian": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "va_little_endian": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "va_mem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "va_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "va_minor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "va_model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "va_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "va_registers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "va_registers_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "va_token": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 344
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "va_window_orig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "video_adapter_info": {
      "size": 208,
      "fields": {
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "va_disp_start": {
          "type": {
            "kind": "struct",
            "name": "unnamed_353328068c57f261"
          },
          "offset": 128
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "va_io_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "va_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "va_line_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "va_mem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "va_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "va_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "va_reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 140
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "va_unused0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "va_window_orig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "video_adapter_info_t": {
      "size": 208,
      "fields": {
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "va_disp_start": {
          "type": {
            "kind": "struct",
            "name": "unnamed_353328068c57f261"
          },
          "offset": 128
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "va_io_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "va_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "va_line_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "va_mem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "va_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "va_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "va_reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 140
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "va_unused0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "va_window_orig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "video_adapter_t": {
      "size": 384,
      "fields": {
        "va_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "va_buffer_alias": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 364
        },
        "va_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "va_crtc_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "va_disp_start": {
          "type": {
            "kind": "struct",
            "name": "unnamed_353328068c57f261"
          },
          "offset": 332
        },
        "va_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "va_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "va_info": {
          "type": {
            "kind": "struct",
            "name": "video_info"
          },
          "offset": 136
        },
        "va_initial_bios_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "va_initial_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "va_io_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "va_io_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "va_line_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 328
        },
        "va_little_bitian": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "va_little_endian": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "va_mem_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "va_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "va_minor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "va_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "va_model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "va_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "va_registers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 368
        },
        "va_registers_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 376
        },
        "va_token": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 344
        },
        "va_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "va_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "va_window": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "va_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "va_window_orig": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "va_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "video_color_palette": {
      "size": 40,
      "fields": {
        "blue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "green": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "red": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "transparent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "video_color_palette_t": {
      "size": 40,
      "fields": {
        "blue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "green": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "red": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "transparent": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "video_display_start": {
      "size": 8,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "video_display_start_t": {
      "size": 8,
      "fields": {
        "x": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "y": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "video_driver": {
      "size": 24,
      "fields": {
        "configure": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vidsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "video_switch_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "video_driver_t": {
      "size": 24,
      "fields": {
        "configure": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vidsw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "video_switch_t"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "video_info": {
      "size": 192,
      "fields": {
        "vi_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "vi_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "vi_cheight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "vi_cwidth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vi_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vi_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vi_mem_model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vi_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vi_pixel_fields": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "vi_pixel_fsizes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 96
        },
        "vi_pixel_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "vi_planes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vi_registers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "vi_registers_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "vi_reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "vi_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vi_window": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "vi_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "vi_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "video_info_t": {
      "size": 192,
      "fields": {
        "vi_buffer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "vi_buffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "vi_cheight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "vi_cwidth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vi_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vi_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vi_height": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vi_mem_model": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vi_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "vi_pixel_fields": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 80
        },
        "vi_pixel_fsizes": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 96
        },
        "vi_pixel_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "vi_planes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vi_registers": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "vi_registers_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "vi_reserved": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 112
        },
        "vi_width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vi_window": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "vi_window_gran": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "vi_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "video_switch": {
      "size": 264,
      "fields": {
        "bitblt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "blank_display": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "copy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "diag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "fill_rect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "get_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "load_cursor_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "load_font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "load_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "load_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "putc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "putm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "putp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "puts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "query_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "read_hw_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "reserved1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "reserved2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "save_cursor_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "save_font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "save_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "save_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "set_border": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "set_hw_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "set_hw_cursor_shape": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "set_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "set_win_org": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "show_font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "video_switch_t": {
      "size": 264,
      "fields": {
        "bitblt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "blank_display": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "clear": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "copy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "diag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "fill_rect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "get_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "load_cursor_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "load_font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "load_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "load_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "putc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "putm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "putp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "puts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "query_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "read_hw_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "reserved1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "reserved2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "save_cursor_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "save_font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "save_palette": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "save_state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "set_border": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "set_hw_cursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "set_hw_cursor_shape": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "set_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "set_win_org": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "show_font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "vif": {
      "size": 120,
      "fields": {
        "v_bytes_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "v_bytes_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "v_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "v_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 16
        },
        "v_lcl_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 4
        },
        "v_pkt_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "v_pkt_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "v_rmt_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 8
        },
        "v_spin": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 56
        },
        "v_spin_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 88
        },
        "v_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "vif_list_event_data": {
      "size": 12,
      "fields": {
        "echo": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "func_bit_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vif_params": {
      "size": 6,
      "fields": {
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vifctl": {
      "size": 16,
      "fields": {
        "vifc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vifc_lcl_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 8
        },
        "vifc_rate_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vifc_rmt_addr": {
          "type": {
            "kind": "struct",
            "name": "in_addr"
          },
          "offset": 12
        },
        "vifc_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "vifc_vifi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_channel_info": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_tx_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "virtchnl_ether_addr": {
      "size": 8,
      "fields": {
        "addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "virtchnl_ether_addr_list": {
      "size": 12,
      "fields": {
        "list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_ether_addr"
            }
          },
          "offset": 4
        },
        "num_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_irq_map_info": {
      "size": 14,
      "fields": {
        "num_vectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vecmap": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_vector_map"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "virtchnl_iwarp_qv_info": {
      "size": 12,
      "fields": {
        "aeq_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "ceq_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "itr_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "v_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_iwarp_qvlist_info": {
      "size": 16,
      "fields": {
        "num_vectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qv_info": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_iwarp_qv_info"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "virtchnl_msg": {
      "size": 20,
      "fields": {
        "pad": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "v_opcode": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_ops"
          },
          "offset": 8
        },
        "v_retval": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_status_code"
          },
          "offset": 12
        },
        "vfid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "virtchnl_pf_event": {
      "size": 16,
      "fields": {
        "event": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_event_codes"
          },
          "offset": 0
        },
        "event_data": {
          "type": {
            "kind": "union",
            "name": "unnamed_95706987d4f0c586"
          },
          "offset": 4
        },
        "severity": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "virtchnl_promisc_info": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_queue_pair_info": {
      "size": 64,
      "fields": {
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "virtchnl_rxq_info"
          },
          "offset": 24
        },
        "txq": {
          "type": {
            "kind": "struct",
            "name": "virtchnl_txq_info"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_queue_select": {
      "size": 12,
      "fields": {
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rx_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_rss_hena": {
      "size": 8,
      "fields": {
        "hena": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_rss_key": {
      "size": 6,
      "fields": {
        "key": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "key_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_rss_lut": {
      "size": 6,
      "fields": {
        "lut": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "lut_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_rxq_info": {
      "size": 40,
      "fields": {
        "databuffer_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dma_ring_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "hdr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "max_pkt_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ring_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_split_pos": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_rx_hsplit"
          },
          "offset": 32
        },
        "splithdr_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_tc_info": {
      "size": 24,
      "fields": {
        "list": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_channel_info"
            }
          },
          "offset": 8
        },
        "num_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "virtchnl_txq_info": {
      "size": 24,
      "fields": {
        "dma_headwb_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "dma_ring_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "headwb_enabled": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "queue_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ring_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_vector_map": {
      "size": 12,
      "fields": {
        "rxitr_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "rxq_map": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "txitr_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "txq_map": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "vector_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_version_info": {
      "size": 8,
      "fields": {
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "virtchnl_vf_resource": {
      "size": 36,
      "fields": {
        "max_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "max_vectors": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "num_queue_pairs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_vsis": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "rss_key_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rss_lut_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "vf_cap_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vsi_res": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_vsi_resource"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "virtchnl_vlan_filter_list": {
      "size": 6,
      "fields": {
        "num_elements": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vlan_id": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_vsi_queue_config_info": {
      "size": 72,
      "fields": {
        "num_queue_pairs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "qpair": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "virtchnl_queue_pair_info"
            }
          },
          "offset": 8
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtchnl_vsi_resource": {
      "size": 16,
      "fields": {
        "default_mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "num_queue_pairs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "qset_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vsi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vsi_type": {
          "type": {
            "kind": "enum",
            "name": "virtchnl_vsi_type"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "virtio_blk_config": {
      "size": 60,
      "fields": {
        "blk_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "capacity": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "discard_sector_alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "geometry": {
          "type": {
            "kind": "struct",
            "name": "virtio_blk_geometry"
          },
          "offset": 16
        },
        "max_discard_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "max_discard_seg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "max_write_zeroes_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "max_write_zeroes_seg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "num_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "seg_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "size_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "topology": {
          "type": {
            "kind": "struct",
            "name": "virtio_blk_topology"
          },
          "offset": 24
        },
        "unused": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "unused1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 57
        },
        "wce": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "write_zeroes_may_unmap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "virtio_blk_discard_write_zeroes": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "num_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sector": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_blk_geometry": {
      "size": 4,
      "fields": {
        "cylinders": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "heads": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "virtio_blk_outhdr": {
      "size": 16,
      "fields": {
        "ioprio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sector": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_blk_topology": {
      "size": 8,
      "fields": {
        "alignment_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "min_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "opt_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "physical_block_exp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_console_config": {
      "size": 12,
      "fields": {
        "cols": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "emerg_wr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_nr_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rows": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "virtio_console_control": {
      "size": 8,
      "fields": {
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "virtio_feature_desc": {
      "size": 16,
      "fields": {
        "vfd_str": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vfd_val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_ident": {
      "size": 16,
      "fields": {
        "devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "virtio_net_ctrl_hdr": {
      "size": 2,
      "fields": {
        "class": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "virtio_net_ctrl_mq": {
      "size": 2,
      "fields": {
        "virtqueue_pairs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_net_hdr": {
      "size": 10,
      "fields": {
        "csum_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "csum_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "gso_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "gso_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "virtio_net_hdr_mrg_rxbuf": {
      "size": 12,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_hdr"
          },
          "offset": 0
        },
        "num_buffers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "virtio_net_hdr_v1": {
      "size": 12,
      "fields": {
        "csum_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "csum_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "gso_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "gso_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "num_buffers": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "virtio_pnp_match": {
      "size": 16,
      "fields": {
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "device_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_cmd_req": {
      "size": 51,
      "fields": {
        "cdb": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 19
        },
        "crn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "prio": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "task_attr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_cmd_resp": {
      "size": 108,
      "fields": {
        "resid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "sense": {
          "type": {
            "count": 96,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "sense_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "status_qualifier": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_config": {
      "size": 36,
      "fields": {
        "cdb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "cmd_per_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "event_info_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "max_channel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "max_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_target": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "num_queues": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "seg_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sense_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_ctrl_an_req": {
      "size": 16,
      "fields": {
        "event_requested": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_ctrl_an_resp": {
      "size": 5,
      "fields": {
        "event_actual": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_ctrl_tmf_req": {
      "size": 24,
      "fields": {
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_ctrl_tmf_resp": {
      "size": 1,
      "fields": {
        "response": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "virtio_scsi_event": {
      "size": 16,
      "fields": {
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reason": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "virtqueue": {
      "size": 144,
      "fields": {
        "vq_alignment": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "vq_desc_head_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 84
        },
        "vq_descx": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vq_desc_extra"
            }
          },
          "offset": 144
        },
        "vq_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vq_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vq_free_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 80
        },
        "vq_indirect_mem_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "vq_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "vq_intrhand_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "vq_max_indirect_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vq_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 108
        },
        "vq_nentries": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vq_notify_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vq_queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vq_queued_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "vq_ring": {
          "type": {
            "kind": "struct",
            "name": "vring"
          },
          "offset": 48
        },
        "vq_ring_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 88
        },
        "vq_ring_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "vq_used_cons_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 86
        }
      },
      "kind": "struct"
    },
    "vlan_head": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bnxt_vlan_tag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vlan_list": {
      "size": 8,
      "fields": {
        "slh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iavf_vlan_filter"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vlan_mc_entry": {
      "size": 80,
      "fields": {
        "mc_addr": {
          "type": {
            "kind": "struct",
            "name": "sockaddr_dl"
          },
          "offset": 0
        },
        "mc_entries": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7d964da80d214919"
          },
          "offset": 56
        },
        "mc_epoch_ctx": {
          "type": {
            "kind": "struct",
            "name": "epoch_context"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "vlan_res": {
      "size": 32,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "list_head"
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "vlan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "vlan_index": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vlan_snd_tag": {
      "size": 32,
      "fields": {
        "com": {
          "type": {
            "kind": "struct",
            "name": "m_snd_tag"
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "m_snd_tag"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vlanreq": {
      "size": 20,
      "fields": {
        "vlr_parent": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vlr_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "vlr_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vm_area_struct": {
      "size": 144,
      "fields": {
        "vm_cached_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map"
            }
          },
          "offset": 120
        },
        "vm_end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vm_entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3bdd03b28bb63575"
          },
          "offset": 128
        },
        "vm_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linux_file"
            }
          },
          "offset": 64
        },
        "vm_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "vm_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "vm_mm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mm_struct"
            }
          },
          "offset": 40
        },
        "vm_obj": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 112
        },
        "vm_ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_operations_struct"
            }
          },
          "offset": 56
        },
        "vm_page_prot": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vm_pfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "vm_pfn_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "vm_pfn_first": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "vm_pfn_pcount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 104
        },
        "vm_pgoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vm_private_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "vm_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vm_batchqueue": {
      "size": 512,
      "fields": {
        "bq_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 504
        },
        "bq_pa": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vm_domain": {
      "size": 1664,
      "fields": {
        "vmd_addl_shortage": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 840
        },
        "vmd_background_launder_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1612
        },
        "vmd_clean_pages_freed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1608
        },
        "vmd_clock": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 1384
        },
        "vmd_domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 688
        },
        "vmd_free_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 704
        },
        "vmd_free_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1624
        },
        "vmd_free_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 512
        },
        "vmd_free_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1616
        },
        "vmd_free_severe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1644
        },
        "vmd_free_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1620
        },
        "vmd_inacthead": {
          "type": {
            "kind": "struct",
            "name": "vm_page"
          },
          "offset": 1280
        },
        "vmd_inactive_freed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 844
        },
        "vmd_inactive_pps": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 852
        },
        "vmd_inactive_running": {
          "type": {
            "kind": "struct",
            "name": "blockcount_t"
          },
          "offset": 832
        },
        "vmd_inactive_shortage": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 828
        },
        "vmd_inactive_starting": {
          "type": {
            "kind": "struct",
            "name": "blockcount_t"
          },
          "offset": 836
        },
        "vmd_inactive_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1628
        },
        "vmd_inactive_threads": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 824
        },
        "vmd_inactive_us": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 848
        },
        "vmd_interrupt_free_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1640
        },
        "vmd_kernel_arena": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem"
            }
          },
          "offset": 672
        },
        "vmd_kernel_rwx_arena": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem"
            }
          },
          "offset": 680
        },
        "vmd_last_active_scan": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 860
        },
        "vmd_laundry_request": {
          "type": {
            "kind": "enum",
            "name": "unnamed_2a047b150f094aeb"
          },
          "offset": 1604
        },
        "vmd_markers": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 864
        },
        "vmd_minset": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1600
        },
        "vmd_name": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1656
        },
        "vmd_oid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid"
            }
          },
          "offset": 1648
        },
        "vmd_oom": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 820
        },
        "vmd_oom_seq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 856
        },
        "vmd_pad": {
          "type": {
            "count": 56,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 712
        },
        "vmd_page_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 692
        },
        "vmd_pageout_deficit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 708
        },
        "vmd_pageout_free_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1632
        },
        "vmd_pageout_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 576
        },
        "vmd_pageout_pages_needed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1596
        },
        "vmd_pageout_wakeup_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1636
        },
        "vmd_pageout_wanted": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1592
        },
        "vmd_pagequeues": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vm_pagequeue"
            }
          },
          "offset": 0
        },
        "vmd_pgcache": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vm_pgcache"
            }
          },
          "offset": 640
        },
        "vmd_pid": {
          "type": {
            "kind": "struct",
            "name": "pidctrl"
          },
          "offset": 768
        },
        "vmd_segs": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 696
        },
        "vmd_severeset": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1601
        }
      },
      "kind": "struct"
    },
    "vm_domainset_iter": {
      "size": 32,
      "fields": {
        "di_domain": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "domainset"
            }
          },
          "offset": 0
        },
        "di_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "di_iter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "di_minskip": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 31
        },
        "di_n": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 30
        },
        "di_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "di_policy": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "vm_fault": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pgoff": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_72d91fbcf068f96d"
          },
          "offset": 16,
          "anonymous": true
        },
        "vm_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 24
        },
        "vma": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_area_struct"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vm_freelist": {
      "size": 24,
      "fields": {
        "lcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pl": {
          "type": {
            "kind": "struct",
            "name": "pglist"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vm_map": {
      "size": 216,
      "fields": {
        "anon_loc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "busy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 182
        },
        "header": {
          "type": {
            "kind": "struct",
            "name": "vm_map_entry"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 96
        },
        "needs_wakeup": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 180
        },
        "nentries": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "pmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pmap"
            }
          },
          "offset": 192
        },
        "root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map_entry"
            }
          },
          "offset": 184
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "system_map": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 181
        },
        "system_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 128
        },
        "timestamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "vm_map_entry": {
      "size": 96,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 80
        },
        "eflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "inheritance": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 70
        },
        "left": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map_entry"
            }
          },
          "offset": 0
        },
        "max_free": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "max_protection": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 69
        },
        "next_read": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "object": {
          "type": {
            "kind": "union",
            "name": "vm_map_object"
          },
          "offset": 48
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "protection": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 68
        },
        "read_ahead": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 71
        },
        "right": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map_entry"
            }
          },
          "offset": 8
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "wired_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "wiring_thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "vm_map_object": {
      "size": 8,
      "fields": {
        "sub_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_map"
            }
          },
          "offset": 0
        },
        "vm_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "vm_object": {
      "size": 264,
      "fields": {
        "backing_object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 160
        },
        "backing_object_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "busy": {
          "type": {
            "kind": "struct",
            "name": "blockcount_t"
          },
          "offset": 148
        },
        "charge": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "cleangeneration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 240
        },
        "domain": {
          "type": {
            "kind": "struct",
            "name": "domainset_ref"
          },
          "offset": 104
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "generation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 200
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "rwlock"
          },
          "offset": 0
        },
        "memattr": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 136
        },
        "memq": {
          "type": {
            "kind": "struct",
            "name": "pglist"
          },
          "offset": 72
        },
        "object_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9aabbdcf687940fb"
          },
          "offset": 32
        },
        "pager_object_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9aabbdcf687940fb"
          },
          "offset": 176
        },
        "paging_in_progress": {
          "type": {
            "kind": "struct",
            "name": "blockcount_t"
          },
          "offset": 144
        },
        "pg_color": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "resident_page_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "rtree": {
          "type": {
            "kind": "struct",
            "name": "vm_radix"
          },
          "offset": 88
        },
        "rvq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_545327f4e8e0c68a"
          },
          "offset": 192
        },
        "shadow_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 132
        },
        "shadow_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4a4f6263d58d5823"
          },
          "offset": 48
        },
        "shadow_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c3747b4eab67690e"
          },
          "offset": 56
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 137
        },
        "umtx_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 256
        },
        "un_pager": {
          "type": {
            "kind": "union",
            "name": "unnamed_95cc83a1a4a9cb2b"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "vm_operations_struct": {
      "size": 32,
      "fields": {
        "access": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "fault": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vm_page": {
      "size": 104,
      "fields": {
        "a": {
          "type": {
            "kind": "union",
            "name": "vm_page_astate"
          },
          "offset": 88
        },
        "busy_lock": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "dirty": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 99
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 94
        },
        "listq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1ddb02eb5227840d"
          },
          "offset": 16
        },
        "md": {
          "type": {
            "kind": "struct",
            "name": "md_page"
          },
          "offset": 56
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 32
        },
        "oflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 95
        },
        "order": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 92
        },
        "phys_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "pindex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "plinks": {
          "type": {
            "kind": "union",
            "name": "unnamed_8ccbfb056c40ed30"
          },
          "offset": 0
        },
        "pool": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 93
        },
        "psind": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 96
        },
        "ref_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "segind": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 97
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 98
        }
      },
      "kind": "struct"
    },
    "vm_page_astate": {
      "size": 4,
      "fields": {
        "_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7a6356301181f26"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "vm_page_astate_t": {
      "size": 4,
      "fields": {
        "_bits": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e7a6356301181f26"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "union"
    },
    "vm_pagequeue": {
      "size": 128,
      "fields": {
        "pq_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "pq_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "pq_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 56
        },
        "pq_pdpages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "pq_pl": {
          "type": {
            "kind": "struct",
            "name": "pglist"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vm_pgcache": {
      "size": 16,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pool": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "zone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uma_zone"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vm_phys_fictitious_seg": {
      "size": 48,
      "fields": {
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "first_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 40
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "unnamed_0513bfb5e713a3e3"
          },
          "offset": 0
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vm_phys_seg": {
      "size": 48,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "end": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "first_page": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 16
        },
        "first_reserv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_reserv"
            }
          },
          "offset": 24
        },
        "free_queues": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "count": 13,
                "kind": "array",
                "subtype": {
                  "kind": "struct",
                  "name": "vm_freelist"
                }
              }
            }
          },
          "offset": 40
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vm_radix": {
      "size": 8,
      "fields": {
        "rt_root": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_radix_node"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vm_radix_node": {
      "size": 144,
      "fields": {
        "rn_child": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "smrnode_t"
            }
          },
          "offset": 16
        },
        "rn_clev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "rn_owner": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rn_popmap": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vm_reserv": {
      "size": 160,
      "fields": {
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 90
        },
        "inpartpopq": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 91
        },
        "lasttick": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "object": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_object"
            }
          },
          "offset": 64
        },
        "objq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_e372deabe450bceb"
          },
          "offset": 48
        },
        "pages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_page"
            }
          },
          "offset": 80
        },
        "partpopq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3469822a2ce48ef8"
          },
          "offset": 32
        },
        "pindex": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "popcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 88
        },
        "popmap": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "vm_reserv_domain": {
      "size": 256,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "marker": {
          "type": {
            "kind": "struct",
            "name": "vm_reserv"
          },
          "offset": 48
        },
        "partpop": {
          "type": {
            "kind": "struct",
            "name": "vm_reserv_queue"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vm_reserv_queue": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vm_reserv"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_reserv"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_br": {
      "size": 16,
      "fields": {
        "vbr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_bufring"
            }
          },
          "offset": 0
        },
        "vbr_dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_bufring": {
      "size": 4096,
      "fields": {
        "br_data": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4096
        },
        "br_feature_bits": {
          "type": {
            "kind": "union",
            "name": "unnamed_18e230b47662de21"
          },
          "offset": 64
        },
        "br_g2h_intr_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4088
        },
        "br_imask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "br_pending_snd_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "br_rindex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "br_rsvd1": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "br_rsvd2": {
          "type": {
            "count": 4020,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 68
        },
        "br_windex": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chan_br": {
      "size": 24,
      "fields": {
        "cbr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "cbr_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "cbr_rxsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "cbr_txsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_chan_pollarg": {
      "size": 16,
      "fields": {
        "poll_chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 0
        },
        "poll_hz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_chclose": {
      "size": 12,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_chfree": {
      "size": 12,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_choffer": {
      "size": 196,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "chm_chflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "chm_chinst": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 24
        },
        "chm_chlat": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "chm_chrev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "chm_chtype": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 8
        },
        "chm_connid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "chm_flags1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 189
        },
        "chm_flags2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 190
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "chm_mmio_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 58
        },
        "chm_montrig": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 188
        },
        "chm_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 182
        },
        "chm_subidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 180
        },
        "chm_svrctx_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "chm_udata": {
          "type": {
            "kind": "union",
            "name": "unnamed_0535f617187381cd"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_chopen": {
      "size": 148,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "chm_openid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "chm_txbr_pgcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "chm_udata": {
          "type": {
            "count": 120,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "chm_vcpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_chopen_resp": {
      "size": 20,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "chm_openid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "chm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_chrequest": {
      "size": 8,
      "fields": {
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_chrescind": {
      "size": 12,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_connect": {
      "size": 40,
      "fields": {
        "chm_evtflags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "chm_mnf1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "chm_mnf2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "chm_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "chm_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_connect_resp": {
      "size": 9,
      "fields": {
        "chm_done": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_disconnect": {
      "size": 8,
      "fields": {
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_gpadl_conn": {
      "size": 28,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "chm_range": {
          "type": {
            "kind": "struct",
            "name": "vmbus_gpa_range"
          },
          "offset": 20
        },
        "chm_range_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "chm_range_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_gpadl_connresp": {
      "size": 20,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "chm_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_gpadl_disconn": {
      "size": 16,
      "fields": {
        "chm_chanid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "chm_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_gpadl_subconn": {
      "size": 16,
      "fields": {
        "chm_gpa_page": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "chm_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "chm_msgno": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_hdr": {
      "size": 8,
      "fields": {
        "chm_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "chm_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanmsg_tl_connect": {
      "size": 40,
      "fields": {
        "chm_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanmsg_hdr"
          },
          "offset": 0
        },
        "guest_endpoint_id": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 8
        },
        "host_service_id": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vmbus_channel": {
      "size": 704,
      "fields": {
        "ch_attach_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 480
        },
        "ch_bufring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 456
        },
        "ch_bufring_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 472
        },
        "ch_bufring_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 464
        },
        "ch_cb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "ch_cbarg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 208
        },
        "ch_cpuid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "ch_detach_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 512
        },
        "ch_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 352
        },
        "ch_evtflag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 328
        },
        "ch_evtflag_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "ch_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ch_guid_inst": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 608
        },
        "ch_guid_type": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 592
        },
        "ch_hvs_conn_from_host": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 669
        },
        "ch_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "ch_is_hvs": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 668
        },
        "ch_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce69a1ca52f6fe7c"
          },
          "offset": 568
        },
        "ch_mgmt_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 544
        },
        "ch_monprm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hyperv_mon_param"
            }
          },
          "offset": 336
        },
        "ch_montrig": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 312
        },
        "ch_montrig_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "ch_orphan_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 624
        },
        "ch_orphan_xact": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact_ctx"
            }
          },
          "offset": 656
        },
        "ch_poll_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "ch_poll_intvl": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 128
        },
        "ch_poll_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 96
        },
        "ch_poll_timeo": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 136
        },
        "ch_prichan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 448
        },
        "ch_prilink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce69a1ca52f6fe7c"
          },
          "offset": 552
        },
        "ch_refs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 664
        },
        "ch_rxbr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_rxbr"
          },
          "offset": 8
        },
        "ch_stflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 588
        },
        "ch_subchan_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 424
        },
        "ch_subchan_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 376
        },
        "ch_subchans": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c9aa72b634b9dc30"
          },
          "offset": 408
        },
        "ch_subidx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "ch_sublink": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ce69a1ca52f6fe7c"
          },
          "offset": 432
        },
        "ch_sysctl_ctx": {
          "type": {
            "kind": "struct",
            "name": "sysctl_ctx_list"
          },
          "offset": 672
        },
        "ch_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 64
        },
        "ch_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 56
        },
        "ch_txbr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_txbr"
          },
          "offset": 256
        },
        "ch_txflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "ch_vcpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 372
        },
        "ch_vmbus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_softc"
            }
          },
          "offset": 360
        }
      },
      "kind": "struct"
    },
    "vmbus_chanpkt": {
      "size": 16,
      "fields": {
        "cp_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_chanpkt_hdr": {
      "size": 16,
      "fields": {
        "cph_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "cph_hlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "cph_tlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "cph_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "cph_xactid": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_chanpkt_prplist": {
      "size": 24,
      "fields": {
        "cp_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        },
        "cp_range": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_gpa_range"
            }
          },
          "offset": 24
        },
        "cp_range_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cp_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_chanpkt_rxbuf": {
      "size": 24,
      "fields": {
        "cp_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        },
        "cp_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "cp_rxbuf": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_rxbuf_desc"
            }
          },
          "offset": 24
        },
        "cp_rxbuf_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cp_rxbuf_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_chanpkt_sglist": {
      "size": 24,
      "fields": {
        "cp_gpa": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_gpa"
            }
          },
          "offset": 24
        },
        "cp_gpa_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "cp_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_chanpkt_hdr"
          },
          "offset": 0
        },
        "cp_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_evtflags": {
      "size": 256,
      "fields": {
        "evt_flags": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_gpa": {
      "size": 16,
      "fields": {
        "gpa_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gpa_ofs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "gpa_page": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_gpa_range": {
      "size": 8,
      "fields": {
        "gpa_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "gpa_ofs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "gpa_page": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_ic_desc": {
      "size": 24,
      "fields": {
        "ic_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "ic_guid": {
          "type": {
            "kind": "struct",
            "name": "hyperv_guid"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_ic_softc": {
      "size": 32,
      "fields": {
        "ic_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "ic_buflen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "ic_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "ic_fwver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ic_msgver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vmbus_icmsg_hdr": {
      "size": 28,
      "fields": {
        "ic_dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "ic_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "ic_fwver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "ic_msgver": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 14
        },
        "ic_pipe": {
          "type": {
            "kind": "struct",
            "name": "vmbus_pipe_hdr"
          },
          "offset": 0
        },
        "ic_rsvd": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 26
        },
        "ic_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "ic_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "ic_xactid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vmbus_icmsg_heartbeat": {
      "size": 68,
      "fields": {
        "ic_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_icmsg_hdr"
          },
          "offset": 0
        },
        "ic_rsvd": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "ic_seq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "vmbus_icmsg_negotiate": {
      "size": 36,
      "fields": {
        "ic_fwver_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 28
        },
        "ic_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_icmsg_hdr"
          },
          "offset": 0
        },
        "ic_msgver_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "ic_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ic_ver": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "vmbus_icmsg_shutdown": {
      "size": 2088,
      "fields": {
        "ic_code": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ic_haltflags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "ic_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_icmsg_hdr"
          },
          "offset": 0
        },
        "ic_msg": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "ic_timeo": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vmbus_icmsg_timesync": {
      "size": 53,
      "fields": {
        "ic_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_icmsg_hdr"
          },
          "offset": 0
        },
        "ic_hvtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28
        },
        "ic_rtt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 44
        },
        "ic_tsflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "ic_vmtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "vmbus_icmsg_timesync4": {
      "size": 50,
      "fields": {
        "ic_hdr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_icmsg_hdr"
          },
          "offset": 0
        },
        "ic_hvtime": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 28
        },
        "ic_rsvd": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 45
        },
        "ic_sent_tc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 36
        },
        "ic_tsflags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "vmbus_message": {
      "size": 256,
      "fields": {
        "msg_data": {
          "type": {
            "count": 240,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "msg_dsize": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "msg_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "msg_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "msg_rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "msg_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_mnf": {
      "size": 4096,
      "fields": {
        "mnf_lat": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 32,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 576
        },
        "mnf_param": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "count": 32,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "hyperv_mon_param"
              }
            }
          },
          "offset": 1088
        },
        "mnf_rsvd1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mnf_rsvd2": {
          "type": {
            "count": 536,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "mnf_rsvd3": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 832
        },
        "mnf_rsvd4": {
          "type": {
            "count": 1984,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2112
        },
        "mnf_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mnf_trigs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_mon_trig"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmbus_mon_trig": {
      "size": 8,
      "fields": {
        "mt_armed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "mt_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_msghc": {
      "size": 264,
      "fields": {
        "mh_inprm_save": {
          "type": {
            "kind": "struct",
            "name": "hypercall_postmsg_in"
          },
          "offset": 8
        },
        "mh_xact": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_pcib_softc": {
      "size": 32,
      "fields": {
        "chan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_channel"
            }
          },
          "offset": 0
        },
        "hbus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "hv_pcibus"
            }
          },
          "offset": 24
        },
        "rx_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "taskq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_pcpu_data": {
      "size": 128,
      "fields": {
        "event_flags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_evtflags"
            }
          },
          "offset": 24
        },
        "event_flags_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "event_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 32
        },
        "intr_cnt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "message": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_message"
            }
          },
          "offset": 8
        },
        "message_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 48
        },
        "message_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 40
        },
        "vcpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmbus_pipe_hdr": {
      "size": 8,
      "fields": {
        "ph_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ph_msgsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vmbus_rxbr": {
      "size": 48,
      "fields": {
        "rxbr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_br"
          },
          "offset": 32
        },
        "rxbr_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_rxbuf_desc": {
      "size": 8,
      "fields": {
        "rb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rb_ofs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vmbus_softc": {
      "size": 131392,
      "fields": {
        "vmbus_chan_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 131280
        },
        "vmbus_chans": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c9aa72b634b9dc30"
          },
          "offset": 131312
        },
        "vmbus_chmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmbus_channel"
              }
            }
          },
          "offset": 32
        },
        "vmbus_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 131136
        },
        "vmbus_devtq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 131216
        },
        "vmbus_event_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "vmbus_evtflags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 131160
        },
        "vmbus_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 131148
        },
        "vmbus_gpadl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 131156
        },
        "vmbus_idtvec": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 131144
        },
        "vmbus_intrhook": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 131328
        },
        "vmbus_mmio_res": {
          "type": {
            "kind": "struct",
            "name": "pcib_host_resources"
          },
          "offset": 131360
        },
        "vmbus_mnf1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 131168
        },
        "vmbus_mnf2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_mnf"
            }
          },
          "offset": 16
        },
        "vmbus_pcpu": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_pcpu_data"
            }
          },
          "offset": 64
        },
        "vmbus_prichan_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 131232
        },
        "vmbus_prichans": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c9aa72b634b9dc30"
          },
          "offset": 131264
        },
        "vmbus_rx_evtflags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "vmbus_scandone": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 131176
        },
        "vmbus_scandone_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 131184
        },
        "vmbus_subchtq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 131224
        },
        "vmbus_tx_evtflags": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "vmbus_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 131152
        },
        "vmbus_xc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact_ctx"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "vmbus_txbr": {
      "size": 48,
      "fields": {
        "txbr": {
          "type": {
            "kind": "struct",
            "name": "vmbus_br"
          },
          "offset": 32
        },
        "txbr_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmbus_xact": {
      "size": 48,
      "fields": {
        "x_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact_ctx"
            }
          },
          "offset": 0
        },
        "x_priv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "x_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "x_resp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "x_resp0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "x_resp_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vmbus_xact_ctx": {
      "size": 88,
      "fields": {
        "xc_active": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact"
            }
          },
          "offset": 72
        },
        "xc_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "xc_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact"
            }
          },
          "offset": 64
        },
        "xc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 24
        },
        "xc_orphan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmbus_xact"
            }
          },
          "offset": 80
        },
        "xc_priv_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "xc_req_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xc_resp_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmd_irq": {
      "size": 32,
      "fields": {
        "vi_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "vi_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vi_nusers": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vi_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "vi_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmd_irq_user": {
      "size": 32,
      "fields": {
        "viu_child": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "viu_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3863c06207e035f6"
          },
          "offset": 0
        },
        "viu_vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vmd_softc": {
      "size": 1040,
      "fields": {
        "psc": {
          "type": {
            "kind": "struct",
            "name": "pcib_softc"
          },
          "offset": 0
        },
        "vmd_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 984
        },
        "vmd_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 992
        },
        "vmd_bus_end": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1025
        },
        "vmd_bus_start": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1024
        },
        "vmd_dma_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1032
        },
        "vmd_fist_vector": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1016
        },
        "vmd_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmd_irq"
            }
          },
          "offset": 1000
        },
        "vmd_msix_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1020
        },
        "vmd_regs_res": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 960
        },
        "vmd_regs_rid": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 944
        },
        "vmd_users": {
          "type": {
            "kind": "struct",
            "name": "unnamed_65ab94bb2037f857"
          },
          "offset": 1008
        }
      },
      "kind": "struct"
    },
    "vmd_type": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vmd_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vmd_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vmd_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmem": {
      "size": 1856,
      "fields": {
        "vm_alllist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bf0d075e1525fe75"
          },
          "offset": 104
        },
        "vm_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1144
        },
        "vm_cursor": {
          "type": {
            "kind": "struct",
            "name": "vmem_btag"
          },
          "offset": 1072
        },
        "vm_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 64
        },
        "vm_freelist": {
          "type": {
            "count": 90,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmem_freelist"
            }
          },
          "offset": 248
        },
        "vm_freetags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4486af61ddc6fa8c"
          },
          "offset": 1032
        },
        "vm_hash0": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmem_hashlist"
            }
          },
          "offset": 120
        },
        "vm_hashlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_hashlist"
            }
          },
          "offset": 984
        },
        "vm_hashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 992
        },
        "vm_import_quantum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1016
        },
        "vm_importfn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1128
        },
        "vm_inuse": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1048
        },
        "vm_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1064
        },
        "vm_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "vm_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "vm_nbusytag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1044
        },
        "vm_nfreetags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1040
        },
        "vm_qcache": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qcache_t"
            }
          },
          "offset": 1160
        },
        "vm_qcache_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1000
        },
        "vm_quantum_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1008
        },
        "vm_quantum_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1024
        },
        "vm_reclaimfn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1152
        },
        "vm_releasefn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1136
        },
        "vm_seglist": {
          "type": {
            "kind": "struct",
            "name": "vmem_seglist"
          },
          "offset": 968
        },
        "vm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1056
        }
      },
      "kind": "struct"
    },
    "vmem_btag": {
      "size": 56,
      "fields": {
        "bt_seglist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4948dc984a31c02b"
          },
          "offset": 0
        },
        "bt_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bt_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "bt_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "bt_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_84a7c144935a0ba3"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmem_freelist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_btag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmem_hashlist": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_btag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmem_seglist": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_btag"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vmem_btag"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmem_t": {
      "size": 1856,
      "fields": {
        "vm_alllist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_bf0d075e1525fe75"
          },
          "offset": 104
        },
        "vm_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1144
        },
        "vm_cursor": {
          "type": {
            "kind": "struct",
            "name": "vmem_btag"
          },
          "offset": 1072
        },
        "vm_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 64
        },
        "vm_freelist": {
          "type": {
            "count": 90,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmem_freelist"
            }
          },
          "offset": 248
        },
        "vm_freetags": {
          "type": {
            "kind": "struct",
            "name": "unnamed_4486af61ddc6fa8c"
          },
          "offset": 1032
        },
        "vm_hash0": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmem_hashlist"
            }
          },
          "offset": 120
        },
        "vm_hashlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmem_hashlist"
            }
          },
          "offset": 984
        },
        "vm_hashsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 992
        },
        "vm_import_quantum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1016
        },
        "vm_importfn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1128
        },
        "vm_inuse": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1048
        },
        "vm_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1064
        },
        "vm_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx_padalign"
          },
          "offset": 0
        },
        "vm_name": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 80
        },
        "vm_nbusytag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1044
        },
        "vm_nfreetags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1040
        },
        "vm_qcache": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "qcache_t"
            }
          },
          "offset": 1160
        },
        "vm_qcache_max": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1000
        },
        "vm_quantum_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1008
        },
        "vm_quantum_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1024
        },
        "vm_reclaimfn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1152
        },
        "vm_releasefn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1136
        },
        "vm_seglist": {
          "type": {
            "kind": "struct",
            "name": "vmem_seglist"
          },
          "offset": 968
        },
        "vm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1056
        }
      },
      "kind": "struct"
    },
    "vmgenc_softc": {
      "size": 24,
      "fields": {
        "vmg_cache_guid": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "vmg_pguid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmmap": {
      "size": 32,
      "fields": {
        "vm_addr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "vm_next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f0c995cb9b27a7a9"
          },
          "offset": 0
        },
        "vm_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vmmaphd": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmmap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmmeter": {
      "size": 328,
      "fields": {
        "v_cow_faults": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 56
        },
        "v_cow_optim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 64
        },
        "v_dfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 192
        },
        "v_forkpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 248
        },
        "v_forks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 216
        },
        "v_free_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 304
        },
        "v_free_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "v_free_severe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 320
        },
        "v_free_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 300
        },
        "v_inactive_target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 308
        },
        "v_interrupt_free_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 316
        },
        "v_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        },
        "v_intrans": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "v_io_faults": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 48
        },
        "v_kthreadpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 272
        },
        "v_kthreads": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 240
        },
        "v_ozfod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 80
        },
        "v_page_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 292
        },
        "v_page_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 288
        },
        "v_pageout_free_min": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 312
        },
        "v_pdpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 176
        },
        "v_pdshortfalls": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 184
        },
        "v_pdwakeups": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 168
        },
        "v_pfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 200
        },
        "v_reactivated": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 160
        },
        "v_rforkpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 264
        },
        "v_rforks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 232
        },
        "v_soft": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "v_swapin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 88
        },
        "v_swapout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 96
        },
        "v_swappgsin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 104
        },
        "v_swappgsout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 112
        },
        "v_swtch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "v_syscall": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "v_tfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 208
        },
        "v_trap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "v_vforkpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 256
        },
        "v_vforks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 224
        },
        "v_vm_faults": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "v_vnodein": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 120
        },
        "v_vnodeout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 128
        },
        "v_vnodepgsin": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "v_vnodepgsout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "v_wire_count": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 280
        },
        "v_zfod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "vmpipe_proto_header": {
      "size": 8,
      "fields": {
        "vmpipe_data_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vmpipe_pkt_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmscsi_req": {
      "size": 52,
      "fields": {
        "cdb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "data_in": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "scsi_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "sense_info_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "srb_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "transfer_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_fb56264e8590e0b6"
          },
          "offset": 16
        },
        "win8_extension": {
          "type": {
            "kind": "struct",
            "name": "vmscsi_win8_extension"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "vmscsi_win8_extension": {
      "size": 16,
      "fields": {
        "queue_action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "queue_sort_ey": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "queue_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserve": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "srb_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "time_out_value": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmspace": {
      "size": 616,
      "fields": {
        "vm_daddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 264
        },
        "vm_dsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 240
        },
        "vm_map": {
          "type": {
            "kind": "struct",
            "name": "vm_map"
          },
          "offset": 0
        },
        "vm_maxsaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 272
        },
        "vm_pmap": {
          "type": {
            "kind": "struct",
            "name": "pmap"
          },
          "offset": 304
        },
        "vm_refcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "vm_shm": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "shmmap_state"
            }
          },
          "offset": 216
        },
        "vm_shp_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "vm_ssize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 248
        },
        "vm_stacktop": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "vm_swrss": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 224
        },
        "vm_taddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 256
        },
        "vm_tsize": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 232
        }
      },
      "kind": "struct"
    },
    "vmstor_chan_props": {
      "size": 24,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_channel_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "max_transfer_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "path_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "proto_ver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "target_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "unique_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmstor_proto": {
      "size": 12,
      "fields": {
        "proto_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "sense_buffer_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vmscsi_size_delta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vmstor_proto_ver": {
      "size": 4,
      "fields": {
        "major_minor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "vmtotal": {
      "size": 88,
      "fields": {
        "t_arm": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "t_armshr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "t_avm": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "t_avmshr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "t_dw": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 74
        },
        "t_free": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "t_pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 82
        },
        "t_pw": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 76
        },
        "t_rm": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "t_rmshr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "t_rq": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 72
        },
        "t_sl": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 78
        },
        "t_sw": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 80
        },
        "t_vm": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "t_vmshr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vmtotal11": {
      "size": 48,
      "fields": {
        "t_arm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "t_armshr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "t_avm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "t_avmshr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "t_dw": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "t_free": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "t_pw": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "t_rm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "t_rmshr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "t_rq": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        },
        "t_sl": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        },
        "t_sw": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "t_vm": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "t_vmshr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "vmxnet3_comp_ring": {
      "size": 56,
      "fields": {
        "vcxr_zero_length_frag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vxcr_gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vxcr_ndesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vxcr_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vxcr_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vxcr_pkt_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "vxcr_u": {
          "type": {
            "kind": "union",
            "name": "unnamed_ff9ae78587464341"
          },
          "offset": 0
        },
        "vxcr_zero_length": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vmxnet3_driver_shared": {
      "size": 720,
      "fields": {
        "automask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "driver_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "driver_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "event": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 696
        },
        "evintr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 82
        },
        "guest": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "ictrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "magic": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "mcast_table": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "mcast_tablelen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 124
        },
        "modlevel": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 83
        },
        "mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "nintr": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81
        },
        "nrxqueue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 63
        },
        "nrxsg_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 60
        },
        "ntxqueue": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 126
        },
        "plugin": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a9ed8155adb2e407"
          },
          "offset": 680
        },
        "pm": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a9ed8155adb2e407"
          },
          "offset": 664
        },
        "queue_shared": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "queue_shared_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "reserved1": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 64
        },
        "reserved2": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 112
        },
        "reserved3": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 700
        },
        "rss": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a9ed8155adb2e407"
          },
          "offset": 648
        },
        "rxmode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "upt_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "upt_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vlan_filter": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 136
        },
        "vmxnet3_revision": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vmxnet3_rss_shared": {
      "size": 176,
      "fields": {
        "hash_func": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "hash_key": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "hash_key_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ind_table": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 48
        },
        "ind_table_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "vmxnet3_rxcompdesc": {
      "size": 16,
      "fields": {
        "csum": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "csum_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "eop": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "error": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "fcs": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "fragment": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "gen": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "ipcsum_ok": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "ipv4": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "ipv6": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "len": {
          "type": {
            "bit_length": 14,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "no_csum": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "pad1": {
          "type": {
            "bit_length": 2,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "pad2": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "qid": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 2
        },
        "rss_hash": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "rss_type": {
          "type": {
            "bit_length": 4,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3
        },
        "rxd_idx": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "sop": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "tcp": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "type": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "udp": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "vlan": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "vtag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "vmxnet3_rxdesc": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "btype": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "dtype": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "gen": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 11
        },
        "len": {
          "type": {
            "bit_length": 14,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "pad1": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "rsvd": {
          "type": {
            "bit_length": 15,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "vmxnet3_rxq_shared": {
      "size": 256,
      "fields": {
        "cmd_ring": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 16
        },
        "cmd_ring_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 56
        },
        "comp_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "comp_ring_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "driver_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "driver_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "intr_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "pad1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "pad2": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 73
        },
        "pad3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 81
        },
        "pad4": {
          "type": {
            "count": 88,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "UPT1_RxStats"
          },
          "offset": 88
        },
        "stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "update_rxhead": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmxnet3_rxqueue": {
      "size": 256,
      "fields": {
        "vxrxq_cmd_ring": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_rxring"
            }
          },
          "offset": 40
        },
        "vxrxq_comp_ring": {
          "type": {
            "kind": "struct",
            "name": "vmxnet3_comp_ring"
          },
          "offset": 120
        },
        "vxrxq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vxrxq_intr_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vxrxq_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 16
        },
        "vxrxq_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 192
        },
        "vxrxq_rs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_rxq_shared"
            }
          },
          "offset": 176
        },
        "vxrxq_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_softc"
            }
          },
          "offset": 0
        },
        "vxrxq_sysctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid_list"
            }
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "vmxnet3_rxring": {
      "size": 40,
      "fields": {
        "vxrxr_desc_skips": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vxrxr_gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vxrxr_ndesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vxrxr_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vxrxr_refill_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 32
        },
        "vxrxr_rxd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_rxdesc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vmxnet3_softc": {
      "size": 864,
      "fields": {
        "vmx_ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iflib_ctx"
            }
          },
          "offset": 8
        },
        "vmx_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vmx_ds": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_driver_shared"
            }
          },
          "offset": 40
        },
        "vmx_ds_dma": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 176
        },
        "vmx_event_intr_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "vmx_event_intr_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 136
        },
        "vmx_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vmx_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 32
        },
        "vmx_intr_mask_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 124
        },
        "vmx_ioh0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "vmx_ioh1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "vmx_iot0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "vmx_iot1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "vmx_link_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        },
        "vmx_lladdr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 856
        },
        "vmx_mcast": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 160
        },
        "vmx_mcast_dma": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 256
        },
        "vmx_media": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifmedia"
            }
          },
          "offset": 336
        },
        "vmx_qs_dma": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 216
        },
        "vmx_res0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 72
        },
        "vmx_res1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 96
        },
        "vmx_rss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_rss_shared"
            }
          },
          "offset": 168
        },
        "vmx_rss_dma": {
          "type": {
            "kind": "struct",
            "name": "iflib_dma_info"
          },
          "offset": 296
        },
        "vmx_rxq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_rxqueue"
            }
          },
          "offset": 56
        },
        "vmx_scctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_softc_ctx"
            }
          },
          "offset": 24
        },
        "vmx_sctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "if_shared_ctx"
            }
          },
          "offset": 16
        },
        "vmx_txq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_txqueue"
            }
          },
          "offset": 64
        },
        "vmx_vlan_filter": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 344
        }
      },
      "kind": "struct"
    },
    "vmxnet3_txcompdesc": {
      "size": 16,
      "fields": {
        "eop_idx": {
          "type": {
            "bit_length": 12,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "gen": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        },
        "pad1": {
          "type": {
            "bit_length": 20,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1
        },
        "pad2": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4
        },
        "pad3": {
          "type": {
            "bit_length": 32,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "type": {
          "type": {
            "bit_length": 7,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 15
        }
      },
      "kind": "struct"
    },
    "vmxnet3_txdesc": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "compreq": {
          "type": {
            "bit_length": 1,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "dtype": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "eop": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "gen": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "hlen": {
          "type": {
            "bit_length": 10,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "len": {
          "type": {
            "bit_length": 14,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "offload_mode": {
          "type": {
            "bit_length": 2,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "offload_pos": {
          "type": {
            "bit_length": 14,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "pad1": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 9
        },
        "pad2": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 10
        },
        "pad3": {
          "type": {
            "bit_length": 1,
            "bit_position": 6,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        },
        "vtag": {
          "type": {
            "bit_length": 16,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 14
        },
        "vtag_mode": {
          "type": {
            "bit_length": 1,
            "bit_position": 7,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 13
        }
      },
      "kind": "struct"
    },
    "vmxnet3_txq_shared": {
      "size": 256,
      "fields": {
        "cmd_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "cmd_ring_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "comp_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "comp_ring_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "data_ring": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "data_ring_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "driver_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "driver_data_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "intr_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 72
        },
        "intr_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "npending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pad1": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 73
        },
        "pad2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 81
        },
        "pad3": {
          "type": {
            "count": 88,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 168
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "stats": {
          "type": {
            "kind": "struct",
            "name": "UPT1_TxStats"
          },
          "offset": 88
        },
        "stopped": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "vmxnet3_txqueue": {
      "size": 192,
      "fields": {
        "vxtxq_cmd_ring": {
          "type": {
            "kind": "struct",
            "name": "vmxnet3_txring"
          },
          "offset": 24
        },
        "vxtxq_comp_ring": {
          "type": {
            "kind": "struct",
            "name": "vmxnet3_comp_ring"
          },
          "offset": 56
        },
        "vxtxq_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vxtxq_intr_idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "vxtxq_last_flush": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vxtxq_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 128
        },
        "vxtxq_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_softc"
            }
          },
          "offset": 0
        },
        "vxtxq_sysctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_oid_list"
            }
          },
          "offset": 120
        },
        "vxtxq_ts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_txq_shared"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "vmxnet3_txring": {
      "size": 32,
      "fields": {
        "vxtxr_gen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vxtxr_ndesc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vxtxr_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vxtxr_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vxtxr_txd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vmxnet3_txdesc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vn_clusterw": {
      "size": 32,
      "fields": {
        "v_clen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "v_cstart": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        },
        "v_lasta": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "v_lastw": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vn_io_fault_args": {
      "size": 40,
      "fields": {
        "args": {
          "type": {
            "kind": "union",
            "name": "unnamed_a7f7e9db6a845dfd"
          },
          "offset": 24
        },
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "kind": {
          "type": {
            "kind": "enum",
            "name": "unnamed_d7e27ff35d4de82a"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vnet": {
      "size": 64,
      "fields": {
        "vnet_data_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vnet_data_mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "vnet_ifcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "vnet_le": {
          "type": {
            "kind": "struct",
            "name": "unnamed_229d664858df41e2"
          },
          "offset": 0
        },
        "vnet_magic_n": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "vnet_shutdown": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 48
        },
        "vnet_sockcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "vnet_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "vnet_data_free": {
      "size": 32,
      "fields": {
        "vnd_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vnd_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_492a4bca556e4fee"
          },
          "offset": 16
        },
        "vnd_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vnet_list_head": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vnet_sysinit": {
      "size": 40,
      "fields": {
        "arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a8869f9b42d7764"
          },
          "offset": 24
        },
        "order": {
          "type": {
            "kind": "enum",
            "name": "sysinit_elem_order"
          },
          "offset": 4
        },
        "subsystem": {
          "type": {
            "kind": "enum",
            "name": "sysinit_sub_id"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vnet_sysinit_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet_sysinit"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnet_sysinit"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vnet_sysuninit_head": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet_sysinit"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnet_sysinit"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vnode": {
      "size": 448,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_1f4dda8489b73e07"
          },
          "offset": 56,
          "anonymous": true
        },
        "v_bufobj": {
          "type": {
            "kind": "struct",
            "name": "bufobj"
          },
          "offset": 224
        },
        "v_cache_dd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "namecache"
            }
          },
          "offset": 104
        },
        "v_cache_dst": {
          "type": {
            "kind": "struct",
            "name": "unnamed_24efe66b9a4cec91"
          },
          "offset": 88
        },
        "v_cache_src": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7e8417456312df82"
          },
          "offset": 80
        },
        "v_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "v_dbatchcpu": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 438
        },
        "v_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "v_hashlist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_47367b909e6461a7"
          },
          "offset": 64
        },
        "v_holdcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 424
        },
        "v_iflag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 432
        },
        "v_interlock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 152
        },
        "v_irflag": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "v_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 384
        },
        "v_lazylist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6e6ef0f8aa4d248d"
          },
          "offset": 208
        },
        "v_lock": {
          "type": {
            "kind": "struct",
            "name": "lock"
          },
          "offset": 112
        },
        "v_lockf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lockf"
            }
          },
          "offset": 392
        },
        "v_mflag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 436
        },
        "v_mount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 32
        },
        "v_nchash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "v_nmntvnodes": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6e6ef0f8aa4d248d"
          },
          "offset": 40
        },
        "v_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vop_vector"
            }
          },
          "offset": 16
        },
        "v_pollinfo": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vpollinfo"
            }
          },
          "offset": 376
        },
        "v_rl": {
          "type": {
            "kind": "struct",
            "name": "rangelock"
          },
          "offset": 400
        },
        "v_seqc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "v_seqc_users": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 444
        },
        "v_state": {
          "type": {
            "kind": "enum",
            "name": "enum_vstate_uint8"
          },
          "offset": 1
        },
        "v_type": {
          "type": {
            "kind": "enum",
            "name": "enum_vtype_uint8"
          },
          "offset": 0
        },
        "v_usecount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 428
        },
        "v_vflag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 434
        },
        "v_vnlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "lock"
            }
          },
          "offset": 184
        },
        "v_vnodelist": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6e6ef0f8aa4d248d"
          },
          "offset": 192
        },
        "v_writecount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 440
        }
      },
      "kind": "struct"
    },
    "vnode_au_info": {
      "size": 40,
      "fields": {
        "vn_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vn_fileid": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "vn_fsid": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "vn_gen": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "vn_gid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vn_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "vn_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vnodelst": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vnodeop_desc": {
      "size": 48,
      "fields": {
        "vdesc_call": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "vdesc_componentname_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "vdesc_cred_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "vdesc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vdesc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vdesc_thread_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "vdesc_vop_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vdesc_vp_offsets": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 24
        },
        "vdesc_vpp_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "volume_tag": {
      "size": 36,
      "fields": {
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "vif": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "vsn": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 34
        }
      },
      "kind": "struct"
    },
    "vop_access_args": {
      "size": 40,
      "fields": {
        "a_accmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_accessx_args": {
      "size": 40,
      "fields": {
        "a_accmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_aclcheck_args": {
      "size": 48,
      "fields": {
        "a_aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 24
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 40
        },
        "a_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_add_writecount_args": {
      "size": 24,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_inc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_advise_args": {
      "size": 40,
      "fields": {
        "a_advice": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "a_end": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_start": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_advlock_args": {
      "size": 48,
      "fields": {
        "a_fl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "flock"
            }
          },
          "offset": 32
        },
        "a_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "a_op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_advlockasync_args": {
      "size": 64,
      "fields": {
        "a_cookiep": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "void"
              }
            }
          },
          "offset": 56
        },
        "a_fl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "flock"
            }
          },
          "offset": 32
        },
        "a_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_id": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "a_op": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_task": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "task"
            }
          },
          "offset": 48
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_advlockpurge_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_allocate_args": {
      "size": 48,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_ioflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "a_len": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 24
        },
        "a_offset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_args_tag": {
      "size": 8,
      "fields": {
        "vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vop_bmap_args": {
      "size": 56,
      "fields": {
        "a_bn": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 16
        },
        "a_bnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 32
        },
        "a_bop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "bufobj"
              }
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_runb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 48
        },
        "a_runp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_cachedlookup_args": {
      "size": 32,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_close_args": {
      "size": 40,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_fflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_closeextattr_args": {
      "size": 40,
      "fields": {
        "a_commit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_copy_file_range_args": {
      "size": 80,
      "fields": {
        "a_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "a_fsizetd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 72
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_incred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 56
        },
        "a_inoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 16
        },
        "a_invp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_lenp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "a_outcred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 64
        },
        "a_outoffp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 32
        },
        "a_outvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vop_create_args": {
      "size": 40,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vattr"
            }
          },
          "offset": 32
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_deallocate_args": {
      "size": 48,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        },
        "a_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_ioflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "a_len": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 24
        },
        "a_offset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_deleteextattr_args": {
      "size": 48,
      "fields": {
        "a_attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 40
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_fdatasync_args": {
      "size": 24,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_fplookup_symlink_args": {
      "size": 24,
      "fields": {
        "a_fpl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cache_fpl"
            }
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_fplookup_vexec_args": {
      "size": 24,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_fsync_args": {
      "size": 32,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 24
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_waitfor": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_generic_args": {
      "size": 8,
      "fields": {
        "a_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnodeop_desc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vop_getacl_args": {
      "size": 48,
      "fields": {
        "a_aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 24
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 40
        },
        "a_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_getattr_args": {
      "size": 32,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vattr"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_getextattr_args": {
      "size": 64,
      "fields": {
        "a_attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 48
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a_size": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 40
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 56
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_getpages_args": {
      "size": 48,
      "fields": {
        "a_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 16
        },
        "a_rahead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "a_rbehind": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_getpages_async_args": {
      "size": 64,
      "fields": {
        "a_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 56
        },
        "a_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_iodone": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "a_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 16
        },
        "a_rahead": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "a_rbehind": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_getwritemount_args": {
      "size": 24,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_mpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mount"
              }
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_inactive_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_ioctl_args": {
      "size": 56,
      "fields": {
        "a_command": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        },
        "a_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "a_fflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 48
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_is_text_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_islocked_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_kqfilter_args": {
      "size": 24,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_kn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "knote"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_link_args": {
      "size": 32,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_tdvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_listextattr_args": {
      "size": 56,
      "fields": {
        "a_attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_size": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 48
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 24
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_lock1_args": {
      "size": 40,
      "fields": {
        "a_file": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_line": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_lookup_args": {
      "size": 32,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_mkdir_args": {
      "size": 40,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vattr"
            }
          },
          "offset": 32
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_mknod_args": {
      "size": 40,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vattr"
            }
          },
          "offset": 32
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_mmapped_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_need_inactive_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_open_args": {
      "size": 48,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "file"
            }
          },
          "offset": 40
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_mode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_openextattr_args": {
      "size": 32,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 24
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_pathconf_args": {
      "size": 32,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_name": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_retval": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 24
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_poll_args": {
      "size": 40,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_events": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_print_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_putpages_args": {
      "size": 40,
      "fields": {
        "a_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vm_page"
              }
            }
          },
          "offset": 16
        },
        "a_rtvals": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "a_sync": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_read_args": {
      "size": 40,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_ioflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_read_pgcache_args": {
      "size": 40,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_ioflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_readdir_args": {
      "size": 56,
      "fields": {
        "a_cookies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned long"
              }
            }
          },
          "offset": 48
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_eofflag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_ncookies": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_readlink_args": {
      "size": 32,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_reallocblks_args": {
      "size": 24,
      "fields": {
        "a_buflist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cluster_save"
            }
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_reclaim_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_remove_args": {
      "size": 32,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_rename_args": {
      "size": 56,
      "fields": {
        "a_fcnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_fdvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_fvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_tcnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 48
        },
        "a_tdvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 32
        },
        "a_tvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "vop_revoke_args": {
      "size": 24,
      "fields": {
        "a_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_rmdir_args": {
      "size": 32,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_set_text_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_setacl_args": {
      "size": 48,
      "fields": {
        "a_aclp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acl"
            }
          },
          "offset": 24
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 40
        },
        "a_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_setattr_args": {
      "size": 32,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vattr"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_setextattr_args": {
      "size": 56,
      "fields": {
        "a_attrnamespace": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 40
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 48
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_setlabel_args": {
      "size": 40,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_label": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "label"
            }
          },
          "offset": 16
        },
        "a_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 32
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_spare1_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_spare2_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_spare3_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_spare4_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_spare5_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_stat_args": {
      "size": 40,
      "fields": {
        "a_active_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 24
        },
        "a_file_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_sb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "stat"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_strategy_args": {
      "size": 24,
      "fields": {
        "a_bp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "buf"
            }
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_symlink_args": {
      "size": 48,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 24
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "a_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vattr"
            }
          },
          "offset": 32
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_unlock_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_unp_bind_args": {
      "size": 24,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_unpcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "unpcb"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_unp_connect_args": {
      "size": 24,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_unpcb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "unpcb"
              }
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_unp_detach_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_unset_text_args": {
      "size": 16,
      "fields": {
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_vector": {
      "size": 656,
      "fields": {
        "registered": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 648
        },
        "vop_access": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "vop_accessx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "vop_aclcheck": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "vop_add_writecount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 568
        },
        "vop_advise": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 512
        },
        "vop_advlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "vop_advlockasync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "vop_advlockpurge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "vop_allocate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 504
        },
        "vop_bmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "vop_bypass": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "vop_cachedlookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "vop_close": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "vop_closeextattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 432
        },
        "vop_copy_file_range": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 584
        },
        "vop_create": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "vop_deallocate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 600
        },
        "vop_default": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vop_vector"
            }
          },
          "offset": 0
        },
        "vop_deleteextattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 464
        },
        "vop_fdatasync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 576
        },
        "vop_fplookup_symlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "vop_fplookup_vexec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "vop_fsync": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "vop_getacl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 408
        },
        "vop_getattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "vop_getextattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 440
        },
        "vop_getpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 384
        },
        "vop_getpages_async": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 392
        },
        "vop_getwritemount": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "vop_inactive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "vop_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "vop_is_text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 544
        },
        "vop_islocked": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "vop_kqfilter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "vop_link": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "vop_listextattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 448
        },
        "vop_lock1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "vop_lookup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "vop_mkdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "vop_mknod": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "vop_mmapped": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "vop_need_inactive": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "vop_open": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "vop_openextattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 456
        },
        "vop_pathconf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "vop_poll": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "vop_print": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "vop_putpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 400
        },
        "vop_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "vop_read_pgcache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "vop_readdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "vop_readlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "vop_reallocblks": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "vop_reclaim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "vop_remove": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "vop_rename": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "vop_revoke": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "vop_rmdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "vop_set_text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 552
        },
        "vop_setacl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 416
        },
        "vop_setattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "vop_setextattr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 472
        },
        "vop_setlabel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 480
        },
        "vop_spare1": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 608
        },
        "vop_spare2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 616
        },
        "vop_spare3": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 624
        },
        "vop_spare4": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 632
        },
        "vop_spare5": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 640
        },
        "vop_stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "vop_strategy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 320
        },
        "vop_symlink": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "vop_unlock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 304
        },
        "vop_unp_bind": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 520
        },
        "vop_unp_connect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 528
        },
        "vop_unp_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 536
        },
        "vop_unset_text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 560
        },
        "vop_vptocnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 496
        },
        "vop_vptofh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 488
        },
        "vop_vput_pair": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 592
        },
        "vop_whiteout": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "vop_write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "vop_vptocnp_args": {
      "size": 40,
      "fields": {
        "a_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "a_buflen": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_vptofh_args": {
      "size": 24,
      "fields": {
        "a_fhp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fid"
            }
          },
          "offset": 16
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vop_vput_pair_args": {
      "size": 32,
      "fields": {
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_unlock_vp": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 24
        },
        "a_vpp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vnode"
              }
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vop_whiteout_args": {
      "size": 32,
      "fields": {
        "a_cnp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "componentname"
            }
          },
          "offset": 16
        },
        "a_dvp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        },
        "a_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vop_write_args": {
      "size": 40,
      "fields": {
        "a_cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 32
        },
        "a_gen": {
          "type": {
            "kind": "struct",
            "name": "vop_generic_args"
          },
          "offset": 0
        },
        "a_ioflag": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "a_uio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "uio"
            }
          },
          "offset": 16
        },
        "a_vp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vp_ctrl_info_t": {
      "size": 64,
      "fields": {
        "vp_ctrl_command": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "vp_ctrl_fcf_index": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "vp_ctrl_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vp_ctrl_hdr": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "vp_ctrl_idmap": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 16
        },
        "vp_ctrl_index_fail": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vp_ctrl_reserved": {
          "type": {
            "count": 7,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 48
        },
        "vp_ctrl_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "vp_ctrl_vp_count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "vp_modify_t": {
      "size": 64,
      "fields": {
        "vp_mod_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "vp_mod_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "vp_mod_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vp_mod_hdr": {
          "type": {
            "kind": "struct",
            "name": "isphdr_t"
          },
          "offset": 0
        },
        "vp_mod_idx0": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "vp_mod_idx1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 15
        },
        "vp_mod_ports": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_81a2aebfcfce41d8"
            }
          },
          "offset": 16
        },
        "vp_mod_reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "vp_mod_reserved2": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "vp_mod_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "vp_port_info_t": {
      "size": 24,
      "fields": {
        "vp_port_loopid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "vp_port_nodename": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "vp_port_options": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "vp_port_portid_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "vp_port_portid_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "vp_port_portname": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "vp_port_status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vpd_config": {
      "size": 64,
      "fields": {
        "bios_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "boot_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "default_bios_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "default_ctrl_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "default_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 52
        },
        "default_target_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 46
        },
        "device_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "end_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "fifo_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 43
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 38
        },
        "max_target": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "pci_lattime": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 53
        },
        "reserved_1": {
          "type": {
            "count": 21,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved_2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "reserved_3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "resource_data": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 25
        },
        "resource_len": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 23
        },
        "resource_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 22
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 39
        },
        "signature": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "termnation_menus": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 41
        },
        "vpd_checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "vpd_keyword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "vpd_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 34
        },
        "vpd_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        }
      },
      "kind": "struct"
    },
    "vpd_info": {
      "size": 44,
      "fields": {
        "AssemblyPn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "BatteryFruPn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "EcVersionString": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "FruPn": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "Tsid": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vpd_logical_volume_status": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "peripheral_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vpd_params": {
      "size": 112,
      "fields": {
        "cclk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ec": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "id": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 46
        },
        "md": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 93
        },
        "na": {
          "type": {
            "count": 13,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 80
        },
        "pn": {
          "type": {
            "count": 17,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 63
        },
        "sn": {
          "type": {
            "count": 25,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 21
        }
      },
      "kind": "struct"
    },
    "vpd_readonly": {
      "size": 24,
      "fields": {
        "keyword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vpd_readstate": {
      "size": 32,
      "fields": {
        "bytesinval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "cfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pcicfgregs"
            }
          },
          "offset": 8
        },
        "cksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "pcib": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vpd_volume_status": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "page_code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "page_length": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "peripheral_info": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "volume_status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vpd_write": {
      "size": 24,
      "fields": {
        "keyword": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "value": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vpdbuf_t": {
      "size": 24,
      "fields": {
        "buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "checksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "vpollinfo": {
      "size": 112,
      "fields": {
        "vpi_events": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 104
        },
        "vpi_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "vpi_revents": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 106
        },
        "vpi_selinfo": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vport_addr": {
      "size": 40,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "flow_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 32
        },
        "node": {
          "type": {
            "kind": "struct",
            "name": "l2addr_node"
          },
          "offset": 0
        },
        "vport": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "vport_egress": {
      "size": 40,
      "fields": {
        "acl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_table"
            }
          },
          "offset": 0
        },
        "allowed_vlan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 24
        },
        "allowed_vlans_grp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_group"
            }
          },
          "offset": 8
        },
        "drop_grp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_group"
            }
          },
          "offset": 16
        },
        "drop_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vport_ingress": {
      "size": 24,
      "fields": {
        "acl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_table"
            }
          },
          "offset": 0
        },
        "drop_grp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_group"
            }
          },
          "offset": 8
        },
        "drop_rule": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mlx5_flow_rule"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vport_stats": {
      "size": 288,
      "fields": {
        "rx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "rx_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "rx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "rx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "rx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "rx_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rx_pkts_1024_to_1518_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rx_pkts_128_to_255_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_pkts_1519_to_9699_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rx_pkts_256_to_511_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rx_pkts_512_to_1023_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "rx_pkts_64_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rx_pkts_65_to_127_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_pkts_gt_9699_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rx_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_broadcast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx_broadcast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx_discards": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_multicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx_multicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "tx_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_pkts_1024_to_1518_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "tx_pkts_128_to_255_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_pkts_1519_to_9699_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_pkts_256_to_511_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_pkts_512_to_1023_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "tx_pkts_64_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_pkts_65_to_127_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "tx_pkts_over_9699_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_unicast_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tx_unicast_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vq_alloc_info": {
      "size": 64,
      "fields": {
        "vqai_intr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "vqai_intr_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "vqai_maxindirsz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vqai_name": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vqai_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "virtqueue"
              }
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "vq_desc_extra": {
      "size": 32,
      "fields": {
        "cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 0
        },
        "indirect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vring_desc"
            }
          },
          "offset": 8
        },
        "indirect_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "ndescs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vr_chain_data": {
      "size": 5208,
      "fields": {
        "vr_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vr_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5200
        },
        "vr_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 5168
        },
        "vr_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 5152
        },
        "vr_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 5176
        },
        "vr_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 2064
        },
        "vr_rxdesc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vr_rxdesc"
            }
          },
          "offset": 2072
        },
        "vr_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5196
        },
        "vr_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5192
        },
        "vr_tx_pkts": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5184
        },
        "vr_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5188
        },
        "vr_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 5160
        },
        "vr_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 5144
        },
        "vr_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "vr_txdesc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vr_txdesc"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vr_desc": {
      "size": 16,
      "fields": {
        "vr_ctl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "vr_data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vr_nextphys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "vr_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vr_dmamap_arg": {
      "size": 8,
      "fields": {
        "vr_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vr_hash_maddr_cam_ctx": {
      "size": 16,
      "fields": {
        "error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vr_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vr_ring_data": {
      "size": 32,
      "fields": {
        "vr_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vr_desc"
            }
          },
          "offset": 0
        },
        "vr_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vr_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vr_desc"
            }
          },
          "offset": 8
        },
        "vr_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vr_rxdesc": {
      "size": 24,
      "fields": {
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vr_desc"
            }
          },
          "offset": 16
        },
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vr_softc": {
      "size": 5536,
      "fields": {
        "vr_cdata": {
          "type": {
            "kind": "struct",
            "name": "vr_chain_data"
          },
          "offset": 72
        },
        "vr_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "vr_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "vr_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "vr_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "vr_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 40
        },
        "vr_inttask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 5504
        },
        "vr_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 32
        },
        "vr_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "vr_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5456
        },
        "vr_quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5488
        },
        "vr_rdata": {
          "type": {
            "kind": "struct",
            "name": "vr_ring_data"
          },
          "offset": 5280
        },
        "vr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 16
        },
        "vr_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vr_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vr_revid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "vr_stat": {
          "type": {
            "kind": "struct",
            "name": "vr_statistics"
          },
          "offset": 5312
        },
        "vr_stat_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 5392
        },
        "vr_txthresh": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5496
        },
        "vr_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5492
        }
      },
      "kind": "struct"
    },
    "vr_statistics": {
      "size": 80,
      "fields": {
        "bus_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "num_restart": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "rx_alignment": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "rx_crc_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_fifo_overflows": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "rx_giants": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_no_buffers": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_no_mbufs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_abort": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "tx_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_late_collisions": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "tx_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_underrun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "vr_tx_threshold_table": {
      "size": 12,
      "fields": {
        "bcr_cfg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "tx_cfg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vr_txdesc": {
      "size": 16,
      "fields": {
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vr_type": {
      "size": 16,
      "fields": {
        "vr_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "vr_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vr_quirks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "vr_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vring": {
      "size": 32,
      "fields": {
        "avail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vring_avail"
            }
          },
          "offset": 16
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vring_desc"
            }
          },
          "offset": 8
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "used": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vring_used"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vring_avail": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ring": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vring_desc": {
      "size": 16,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        }
      },
      "kind": "struct"
    },
    "vring_used": {
      "size": 4,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ring": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vring_used_elem"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vring_used_elem": {
      "size": 8,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "vscphy_softc": {
      "size": 144,
      "fields": {
        "contype": {
          "type": {
            "kind": "enum",
            "name": "mii_contype"
          },
          "offset": 112
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 104
        },
        "irq_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 136
        },
        "irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 128
        },
        "laneswap": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 124
        },
        "mii_sc": {
          "type": {
            "kind": "struct",
            "name": "mii_softc_t"
          },
          "offset": 0
        },
        "rxdelay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "txdelay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "vstor_packet": {
      "size": 64,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "operation": {
          "type": {
            "kind": "enum",
            "name": "vstor_packet_ops"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_61edd831df14fadd"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "vt_buf": {
      "size": 104,
      "fields": {
        "vb_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 88
        },
        "vb_curroffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "vb_cursor": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 60
        },
        "vb_dirtyrect": {
          "type": {
            "kind": "struct",
            "name": "teken_rect_t"
          },
          "offset": 76
        },
        "vb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "vb_history_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vb_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "vb_mark_end": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 68
        },
        "vb_mark_last": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vb_mark_start": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 64
        },
        "vb_roffset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "vb_rows": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "base",
                "name": "unsigned int"
              }
            }
          },
          "offset": 96
        },
        "vb_scr_size": {
          "type": {
            "kind": "struct",
            "name": "teken_pos_t"
          },
          "offset": 40
        },
        "vb_terminal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "terminal"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vt_device": {
      "size": 392,
      "fields": {
        "vd_altbrk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "vd_curwindow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_window"
            }
          },
          "offset": 96
        },
        "vd_drawn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 368
        },
        "vd_drawnbg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 384
        },
        "vd_drawnfg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 376
        },
        "vd_driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_driver"
            }
          },
          "offset": 136
        },
        "vd_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 340
        },
        "vd_grabwindow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_window"
            }
          },
          "offset": 112
        },
        "vd_height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 212
        },
        "vd_kbstate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "vd_keyboard": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "keyboard"
            }
          },
          "offset": 344
        },
        "vd_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 224
        },
        "vd_mcursor": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_mouse_cursor"
            }
          },
          "offset": 176
        },
        "vd_mcursor_bg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 185
        },
        "vd_mcursor_fg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 184
        },
        "vd_mshown": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 196
        },
        "vd_mstate": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 204
        },
        "vd_mx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 200
        },
        "vd_mx_drawn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "vd_my": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 202
        },
        "vd_my_drawn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "vd_pastebuf": {
          "type": {
            "kind": "struct",
            "name": "vt_pastebuf"
          },
          "offset": 120
        },
        "vd_prev_driver": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_driver"
            }
          },
          "offset": 152
        },
        "vd_prev_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 160
        },
        "vd_savedwindow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_window"
            }
          },
          "offset": 104
        },
        "vd_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 144
        },
        "vd_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 272
        },
        "vd_timer_armed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 336
        },
        "vd_transpose": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "vd_unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 356
        },
        "vd_video_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 168
        },
        "vd_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 208
        },
        "vd_windows": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vt_window"
              }
            }
          },
          "offset": 0
        },
        "vd_winswitch": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 256
        }
      },
      "kind": "struct"
    },
    "vt_driver": {
      "size": 136,
      "fields": {
        "vd_bitblt_bmp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "vd_bitblt_text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "vd_blank": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "vd_drawrect": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "vd_fb_ioctl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "vd_fb_mmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "vd_fini": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "vd_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "vd_invalidate_text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "vd_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "vd_postswitch": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "vd_priority": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "vd_probe": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "vd_resume": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "vd_setpixel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "vd_suspend": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "vt_font": {
      "size": 72,
      "fields": {
        "vf_bytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "vf_height": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "vf_map": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "vfnt_map_t"
              }
            }
          },
          "offset": 0
        },
        "vf_map_count": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "vf_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "vf_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "vt_mode": {
      "size": 8,
      "fields": {
        "acqsig": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 4
        },
        "frsig": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 6
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 0
        },
        "relsig": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 2
        },
        "waitv": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "vt_mouse_cursor": {
      "size": 1026,
      "fields": {
        "height": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1025
        },
        "map": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "mask": {
          "type": {
            "count": 512,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 512
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1024
        }
      },
      "kind": "struct"
    },
    "vt_pastebuf": {
      "size": 16,
      "fields": {
        "vpb_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "vpb_bufsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vpb_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "vt_window": {
      "size": 336,
      "fields": {
        "vw_bell_duration": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 328
        },
        "vw_bell_pitch": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 320
        },
        "vw_buf": {
          "type": {
            "kind": "struct",
            "name": "vt_buf"
          },
          "offset": 16
        },
        "vw_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_device"
            }
          },
          "offset": 0
        },
        "vw_draw_area": {
          "type": {
            "kind": "struct",
            "name": "teken_rect_t"
          },
          "offset": 128
        },
        "vw_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "vw_font": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_font"
            }
          },
          "offset": 120
        },
        "vw_grabbed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "vw_kbdmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 140
        },
        "vw_kbdsq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        },
        "vw_kbdstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "vw_mouse_level": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "vw_number": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "vw_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 176
        },
        "vw_prev_kbdmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "vw_proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "proc"
            }
          },
          "offset": 184
        },
        "vw_smode": {
          "type": {
            "kind": "struct",
            "name": "vt_mode"
          },
          "offset": 192
        },
        "vw_switch_to": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vt_window"
            }
          },
          "offset": 312
        },
        "vw_terminal": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "terminal"
            }
          },
          "offset": 8
        },
        "vw_timeout_task_dead": {
          "type": {
            "kind": "struct",
            "name": "timeout_task"
          },
          "offset": 200
        }
      },
      "kind": "struct"
    },
    "vtballoon_softc": {
      "size": 120,
      "fields": {
        "vtballoon_current_npages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "vtballoon_deflate_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 64
        },
        "vtballoon_desired_npages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "vtballoon_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtballoon_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vtballoon_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vtballoon_inflate_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 56
        },
        "vtballoon_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "vtballoon_page_frames": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 104
        },
        "vtballoon_pages": {
          "type": {
            "kind": "struct",
            "name": "unnamed_6669ebd89c475787"
          },
          "offset": 80
        },
        "vtballoon_td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 96
        },
        "vtballoon_timeout": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        }
      },
      "kind": "struct"
    },
    "vtblk_request": {
      "size": 64,
      "fields": {
        "vbr_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "vbr_bp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 32
        },
        "vbr_busdma_wait": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 42
        },
        "vbr_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "vbr_hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_blk_outhdr"
          },
          "offset": 16
        },
        "vbr_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5295d5f78a3c591d"
          },
          "offset": 48
        },
        "vbr_mapp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "vbr_requeue_on_error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 41
        },
        "vbr_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtblk_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vtblk_softc": {
      "size": 264,
      "fields": {
        "vtblk_bioq": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 88
        },
        "vtblk_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtblk_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 80
        },
        "vtblk_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 72
        },
        "vtblk_dump_queue": {
          "type": {
            "kind": "struct",
            "name": "bio_queue"
          },
          "offset": 184
        },
        "vtblk_dump_request": {
          "type": {
            "kind": "struct",
            "name": "vtblk_request"
          },
          "offset": 200
        },
        "vtblk_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vtblk_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vtblk_max_nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 168
        },
        "vtblk_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "vtblk_req_free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_89fbd3bb0a328436"
          },
          "offset": 128
        },
        "vtblk_req_ordered": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtblk_request"
            }
          },
          "offset": 160
        },
        "vtblk_req_ready": {
          "type": {
            "kind": "struct",
            "name": "unnamed_89fbd3bb0a328436"
          },
          "offset": 144
        },
        "vtblk_request_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "vtblk_sglist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sglist"
            }
          },
          "offset": 64
        },
        "vtblk_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 56
        },
        "vtblk_write_cache": {
          "type": {
            "kind": "enum",
            "name": "vtblk_cache_mode"
          },
          "offset": 176
        }
      },
      "kind": "struct"
    },
    "vtcon_port": {
      "size": 88,
      "fields": {
        "vtcport_alt_break_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "vtcport_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "vtcport_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vtcport_invq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 56
        },
        "vtcport_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "vtcport_outvq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 64
        },
        "vtcport_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtcon_softc"
            }
          },
          "offset": 32
        },
        "vtcport_scport": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtcon_softc_port"
            }
          },
          "offset": 40
        },
        "vtcport_tty": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "tty"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "vtcon_softc": {
      "size": 144,
      "fields": {
        "vtcon_ctrl_rxvq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 96
        },
        "vtcon_ctrl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 64
        },
        "vtcon_ctrl_tx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 112
        },
        "vtcon_ctrl_txvq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 104
        },
        "vtcon_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtcon_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vtcon_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "vtcon_max_ports": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vtcon_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "vtcon_ports": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtcon_softc_port"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "vtcon_softc_port": {
      "size": 32,
      "fields": {
        "vcsp_invq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 16
        },
        "vcsp_outvq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 24
        },
        "vcsp_port": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtcon_port"
            }
          },
          "offset": 8
        },
        "vcsp_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtcon_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vte_chain_data": {
      "size": 5752,
      "fields": {
        "vte_buffer_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 8
        },
        "vte_parent_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vte_rx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5748
        },
        "vte_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vte_rx_desc"
            }
          },
          "offset": 5720
        },
        "vte_rx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 5688
        },
        "vte_rx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5728
        },
        "vte_rx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 5680
        },
        "vte_rx_sparemap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 5696
        },
        "vte_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 2584
        },
        "vte_rxdesc": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vte_rxdesc"
            }
          },
          "offset": 2592
        },
        "vte_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5744
        },
        "vte_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5740
        },
        "vte_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5736
        },
        "vte_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vte_tx_desc"
            }
          },
          "offset": 5704
        },
        "vte_tx_ring_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 5672
        },
        "vte_tx_ring_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5712
        },
        "vte_tx_ring_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 5664
        },
        "vte_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 16
        },
        "vte_txdesc": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vte_txdesc"
            }
          },
          "offset": 24
        },
        "vte_txmbufs": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "mbuf"
              }
            }
          },
          "offset": 2072
        }
      },
      "kind": "struct"
    },
    "vte_dmamap_arg": {
      "size": 8,
      "fields": {
        "vte_busaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vte_hw_stats": {
      "size": 52,
      "fields": {
        "rx_bcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rx_crcerrs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_desc_unavail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rx_fifo_full": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "rx_long_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "rx_mcast_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "rx_runts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "tx_late_colls": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "tx_pause_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "tx_underruns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "vte_ident": {
      "size": 16,
      "fields": {
        "deviceid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vendorid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vte_maddr_ctx": {
      "size": 32,
      "fields": {
        "mchash": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 18
        },
        "nperf": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "rxfilt_perf": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 3,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned short"
              }
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vte_rx_desc": {
      "size": 20,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "drbp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "drlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "drnp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "drst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "hidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "rsvd2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "rsvd3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "vte_rxdesc": {
      "size": 24,
      "fields": {
        "rx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vte_rx_desc"
            }
          },
          "offset": 16
        },
        "rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "rx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vte_softc": {
      "size": 6000,
      "fields": {
        "vte_cdata": {
          "type": {
            "kind": "struct",
            "name": "vte_chain_data"
          },
          "offset": 200
        },
        "vte_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "vte_eaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "vte_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vte_ident": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vte_ident"
            }
          },
          "offset": 56
        },
        "vte_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5952
        },
        "vte_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "vte_int_rx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5960
        },
        "vte_int_tx_mod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5964
        },
        "vte_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 48
        },
        "vte_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 40
        },
        "vte_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 16
        },
        "vte_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5968
        },
        "vte_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 24
        },
        "vte_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vte_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "vte_stats": {
          "type": {
            "kind": "struct",
            "name": "vte_hw_stats"
          },
          "offset": 144
        },
        "vte_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 80
        },
        "vte_watchdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5956
        }
      },
      "kind": "struct"
    },
    "vte_tx_desc": {
      "size": 16,
      "fields": {
        "__pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dtbp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dtlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "dtnp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dtst": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vte_txdesc": {
      "size": 32,
      "fields": {
        "tx_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vte_tx_desc"
            }
          },
          "offset": 16
        },
        "tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "tx_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "tx_m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vtnet_mac_filter": {
      "size": 1548,
      "fields": {
        "vmf_multicast": {
          "type": {
            "kind": "struct",
            "name": "vtnet_mac_table"
          },
          "offset": 776
        },
        "vmf_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 772
        },
        "vmf_unicast": {
          "type": {
            "kind": "struct",
            "name": "vtnet_mac_table"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vtnet_mac_table": {
      "size": 772,
      "fields": {
        "macs": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "count": 6,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 4
        },
        "nentries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vtnet_rx_header": {
      "size": 14,
      "fields": {
        "vrh_hdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_hdr"
          },
          "offset": 0
        },
        "vrh_pad": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "vtnet_rxq": {
      "size": 384,
      "fields": {
        "vtnrx_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "vtnrx_intrtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 136
        },
        "vtnrx_lro": {
          "type": {
            "kind": "struct",
            "name": "lro_ctrl"
          },
          "offset": 168
        },
        "vtnrx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "vtnrx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 312
        },
        "vtnrx_nm_refill": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 296
        },
        "vtnrx_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtnet_softc"
            }
          },
          "offset": 32
        },
        "vtnrx_sg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sglist"
            }
          },
          "offset": 48
        },
        "vtnrx_shrhdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_hdr_mrg_rxbuf"
          },
          "offset": 300
        },
        "vtnrx_stats": {
          "type": {
            "kind": "struct",
            "name": "vtnet_rxq_stats"
          },
          "offset": 64
        },
        "vtnrx_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 128
        },
        "vtnrx_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "vtnet_rxq_stats": {
      "size": 64,
      "fields": {
        "vrxs_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "vrxs_csum_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vrxs_host_lro": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "vrxs_ibytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vrxs_ierrors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vrxs_ipackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "vrxs_iqdrops": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vrxs_rescheduled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "vtnet_softc": {
      "size": 480,
      "fields": {
        "vtnet_act_vq_pairs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "vtnet_ctrl_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 112
        },
        "vtnet_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtnet_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vtnet_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vtnet_hdr_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "vtnet_hwaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 472
        },
        "vtnet_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "vtnet_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 8
        },
        "vtnet_link_active": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "vtnet_lro_entry_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "vtnet_lro_mbufq_depth": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "vtnet_mac_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtnet_mac_filter"
            }
          },
          "offset": 120
        },
        "vtnet_max_mtu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "vtnet_max_vq_pairs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "vtnet_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 368
        },
        "vtnet_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 424
        },
        "vtnet_mtx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 456
        },
        "vtnet_negotiated_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "vtnet_pfil": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "pfil_head"
            }
          },
          "offset": 32
        },
        "vtnet_req_vq_pairs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "vtnet_rx_clustersz": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "vtnet_rx_nmbufs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "vtnet_rx_nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "vtnet_rx_process_limit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "vtnet_rxqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtnet_rxq"
            }
          },
          "offset": 16
        },
        "vtnet_stats": {
          "type": {
            "kind": "struct",
            "name": "vtnet_statistics"
          },
          "offset": 144
        },
        "vtnet_tick_ch": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 304
        },
        "vtnet_tx_nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "vtnet_txqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtnet_txq"
            }
          },
          "offset": 24
        },
        "vtnet_vlan_attach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 408
        },
        "vtnet_vlan_detach": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "eventhandler_entry"
            }
          },
          "offset": 416
        },
        "vtnet_vlan_filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        }
      },
      "kind": "struct"
    },
    "vtnet_statistics": {
      "size": 160,
      "fields": {
        "mbuf_alloc_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "rx_csum_bad_ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "rx_csum_bad_ipproto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "rx_csum_bad_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "rx_csum_bad_proto": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "rx_csum_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "rx_csum_offloaded": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "rx_enq_replacement_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_frame_too_large": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_mergeable_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "rx_task_rescheduled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "tx_csum_offloaded": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "tx_csum_proto_mismatch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx_csum_unknown_ethtype": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx_defrag_failed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "tx_defragged": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "tx_task_rescheduled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "tx_tso_not_tcp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "tx_tso_offloaded": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "tx_tso_without_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "vtnet_tx_header": {
      "size": 24,
      "fields": {
        "vth_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "vth_uhdr": {
          "type": {
            "kind": "union",
            "name": "unnamed_73a55aefebe71b44"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vtnet_txq": {
      "size": 192,
      "fields": {
        "vtntx_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "vtntx_intr_threshold": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "vtntx_intrtask": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 128
        },
        "vtntx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "vtntx_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 172
        },
        "vtntx_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtnet_softc"
            }
          },
          "offset": 32
        },
        "vtntx_sg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sglist"
            }
          },
          "offset": 48
        },
        "vtntx_shrhdr": {
          "type": {
            "kind": "struct",
            "name": "virtio_net_hdr_mrg_rxbuf"
          },
          "offset": 160
        },
        "vtntx_stats": {
          "type": {
            "kind": "struct",
            "name": "vtnet_txq_stats"
          },
          "offset": 72
        },
        "vtntx_tq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 120
        },
        "vtntx_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 40
        },
        "vtntx_watchdog": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "vtnet_txq_stats": {
      "size": 48,
      "fields": {
        "vtxs_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "vtxs_obytes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vtxs_omcasts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vtxs_opackets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "vtxs_rescheduled": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vtxs_tso": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "vtpci_common": {
      "size": 96,
      "fields": {
        "vtpci_child_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 40
        },
        "vtpci_child_feat_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtio_feature_desc"
            }
          },
          "offset": 48
        },
        "vtpci_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtpci_device_interrupt": {
          "type": {
            "kind": "struct",
            "name": "vtpci_interrupt"
          },
          "offset": 56
        },
        "vtpci_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "vtpci_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "vtpci_host_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "vtpci_msix_vq_interrupts": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtpci_interrupt"
            }
          },
          "offset": 80
        },
        "vtpci_nmsix_resources": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "vtpci_nvqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vtpci_vqs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtpci_virtqueue"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "vtpci_interrupt": {
      "size": 24,
      "fields": {
        "vti_handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "vti_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "vti_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vtpci_legacy_softc": {
      "size": 136,
      "fields": {
        "vtpci_common": {
          "type": {
            "kind": "struct",
            "name": "vtpci_common"
          },
          "offset": 8
        },
        "vtpci_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtpci_msix_pba_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 128
        },
        "vtpci_msix_table_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 120
        },
        "vtpci_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 112
        },
        "vtpci_res_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "vtpci_modern_bar_resource": {
      "size": 16,
      "fields": {
        "vtbr_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 0
        },
        "vtbr_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vtpci_modern_resource_map": {
      "size": 56,
      "fields": {
        "vtrm_bar": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "vtrm_cap_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vtrm_length": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "vtrm_map": {
          "type": {
            "kind": "struct",
            "name": "resource_map"
          },
          "offset": 0
        },
        "vtrm_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "vtrm_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "vtpci_modern_softc": {
      "size": 448,
      "fields": {
        "vtpci_bar_res": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "vtpci_modern_bar_resource"
            }
          },
          "offset": 352
        },
        "vtpci_common": {
          "type": {
            "kind": "struct",
            "name": "vtpci_common"
          },
          "offset": 8
        },
        "vtpci_common_res_map": {
          "type": {
            "kind": "struct",
            "name": "vtpci_modern_resource_map"
          },
          "offset": 128
        },
        "vtpci_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtpci_device_res_map": {
          "type": {
            "kind": "struct",
            "name": "vtpci_modern_resource_map"
          },
          "offset": 296
        },
        "vtpci_devid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 108
        },
        "vtpci_isr_res_map": {
          "type": {
            "kind": "struct",
            "name": "vtpci_modern_resource_map"
          },
          "offset": 240
        },
        "vtpci_msix_bar": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "vtpci_msix_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 120
        },
        "vtpci_notify_offset_multiplier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "vtpci_notify_res_map": {
          "type": {
            "kind": "struct",
            "name": "vtpci_modern_resource_map"
          },
          "offset": 184
        }
      },
      "kind": "struct"
    },
    "vtpci_virtqueue": {
      "size": 16,
      "fields": {
        "vtv_no_intr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "vtv_notify_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "vtv_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vtscsi_request": {
      "size": 288,
      "fields": {
        "vsr_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 208
        },
        "vsr_ccb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "union",
              "name": "ccb"
            }
          },
          "offset": 8
        },
        "vsr_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "vsr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "vsr_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_ec05178927537bde"
          },
          "offset": 272
        },
        "vsr_pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "vsr_ptr0": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 24
        },
        "vsr_softc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vtscsi_softc"
            }
          },
          "offset": 0
        },
        "vsr_state": {
          "type": {
            "kind": "enum",
            "name": "vtscsi_request_state"
          },
          "offset": 32
        },
        "vsr_ureq": {
          "type": {
            "kind": "union",
            "name": "unnamed_c31a5fe5896f6438"
          },
          "offset": 38
        },
        "vsr_uresp": {
          "type": {
            "kind": "union",
            "name": "unnamed_56afc220483c41c3"
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "vtscsi_softc": {
      "size": 224,
      "fields": {
        "vtscsi_control_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 64
        },
        "vtscsi_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "vtscsi_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "vtscsi_event_buf_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "vtscsi_event_bufs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "virtio_scsi_event"
            }
          },
          "offset": 144
        },
        "vtscsi_event_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 72
        },
        "vtscsi_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "vtscsi_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "vtscsi_frozen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        },
        "vtscsi_max_channel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "vtscsi_max_lun": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 140
        },
        "vtscsi_max_nsegs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "vtscsi_max_target": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "vtscsi_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "vtscsi_nrequests": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "vtscsi_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_path"
            }
          },
          "offset": 96
        },
        "vtscsi_req_free": {
          "type": {
            "kind": "struct",
            "name": "unnamed_47f93773c583bdf7"
          },
          "offset": 120
        },
        "vtscsi_request_vq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "virtqueue"
            }
          },
          "offset": 80
        },
        "vtscsi_sglist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sglist"
            }
          },
          "offset": 56
        },
        "vtscsi_sim": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cam_sim"
            }
          },
          "offset": 88
        },
        "vtscsi_stats": {
          "type": {
            "kind": "struct",
            "name": "vtscsi_statistics"
          },
          "offset": 208
        }
      },
      "kind": "struct"
    },
    "vtscsi_statistics": {
      "size": 16,
      "fields": {
        "dequeue_no_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "scsi_cmd_timeouts": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "vxlan_evargs": {
      "size": 16,
      "fields": {
        "ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "vxlan_header": {
      "size": 8,
      "fields": {
        "vxlh_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vxlh_vni": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wait4_args": {
      "size": 32,
      "fields": {
        "options": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "options_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "options_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "pid_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pid_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "rusage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "rusage"
            }
          },
          "offset": 24
        },
        "rusage_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "rusage_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 8
        },
        "status_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "status_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "wait6_args": {
      "size": 48,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 8
        },
        "id_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "id_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "idtype": {
          "type": {
            "kind": "enum",
            "name": "idtype"
          },
          "offset": 0
        },
        "idtype_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "idtype_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "siginfo"
            }
          },
          "offset": 40
        },
        "info_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        },
        "info_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "options": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "options_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "options_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 28
        },
        "status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 16
        },
        "status_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "status_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        },
        "wrusage": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "__wrusage"
            }
          },
          "offset": 32
        },
        "wrusage_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "wrusage_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "wait_queue": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_5dde024b4d84071f"
          },
          "offset": 24,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "wait_queue_head": {
      "size": 48,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_9862e7db0b17c42d"
          },
          "offset": 32,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "wait_queue_head_t": {
      "size": 48,
      "fields": {
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_9862e7db0b17c42d"
          },
          "offset": 32,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "wait_queue_t": {
      "size": 40,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_5dde024b4d84071f"
          },
          "offset": 24,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "walk_cbdata": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "fib_data"
            }
          },
          "offset": 0
        },
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "result": {
          "type": {
            "kind": "enum",
            "name": "flm_op_result"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "walkarg": {
      "size": 8,
      "fields": {
        "w_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sysctl_req"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "weightened_nhop": {
      "size": 16,
      "fields": {
        "nh": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "nhop_object"
            }
          },
          "offset": 0
        },
        "storage": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "weight": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wep_ctx": {
      "size": 24,
      "fields": {
        "wc_ic": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211com"
            }
          },
          "offset": 8
        },
        "wc_iv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "wc_vap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211vap"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "win_slot_encoding": {
      "size": 4,
      "fields": {
        "bits": {
          "type": {
            "kind": "struct",
            "name": "unnamed_2702bc327f3041c2"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "winentry": {
      "size": 32,
      "fields": {
        "weAttributes": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "weChksum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "weCnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wePart1": {
          "type": {
            "count": 10,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "wePart2": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 14
        },
        "wePart3": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "weReserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "weReserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        }
      },
      "kind": "struct"
    },
    "winsize": {
      "size": 8,
      "fields": {
        "ws_col": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ws_row": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "ws_xpixel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "ws_ypixel": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "wiphy": {
      "size": 384,
      "fields": {
        "addresses": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mac_address"
            }
          },
          "offset": 8
        },
        "available_antennas_rx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 208
        },
        "available_antennas_tx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 209
        },
        "bands": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ieee80211_supported_band"
              }
            }
          },
          "offset": 24
        },
        "bss_select_support": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 276
        },
        "cipher_suites": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 136
        },
        "debugfsdir": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "dentry"
            }
          },
          "offset": 320
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "device"
            }
          },
          "offset": 0
        },
        "ext_features": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 312
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 212
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "frag_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "fw_version": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 96
        },
        "hw_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 216
        },
        "iface_combinations": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_iface_combination"
            }
          },
          "offset": 128
        },
        "iftype_ext_capab": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wiphy_iftype_ext_capab"
            }
          },
          "offset": 80
        },
        "interface_modes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 220
        },
        "max_ap_assoc_sta": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 264
        },
        "max_data_retry_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 296
        },
        "max_match_sets": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 224
        },
        "max_num_pmkids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 280
        },
        "max_remain_on_channel_duration": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 228
        },
        "max_scan_ie_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "max_scan_ssids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 232
        },
        "max_sched_scan_ie_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 236
        },
        "max_sched_scan_plan_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 240
        },
        "max_sched_scan_plan_iterations": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "max_sched_scan_plans": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 248
        },
        "max_sched_scan_reqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 252
        },
        "max_sched_scan_ssids": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "mbssid_max_interfaces": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 308
        },
        "mgmt_stypes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_txrx_stypes"
            }
          },
          "offset": 176
        },
        "n_addresses": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "n_cipher_suites": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "n_iface_combinations": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "n_vendor_commands": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 164
        },
        "num_iftype_ext_capab": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 260
        },
        "perm_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "pmsr_capa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_pmsr_capabilities"
            }
          },
          "offset": 64
        },
        "priv": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 384
        },
        "probe_resp_offload": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 268
        },
        "reg_notifier": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "regd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "linuxkpi_ieee80211_regdomain"
            }
          },
          "offset": 88
        },
        "regulatory_flags": {
          "type": {
            "kind": "enum",
            "name": "cfg80211_regulatory"
          },
          "offset": 160
        },
        "retry_long": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 284
        },
        "retry_short": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 288
        },
        "rfkill": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 304
        },
        "rts_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "sar_capa": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_sar_capa"
            }
          },
          "offset": 72
        },
        "signal_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 292
        },
        "software_iftypes": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 272
        },
        "tid_config_support": {
          "type": {
            "kind": "struct",
            "name": "tid_config_support"
          },
          "offset": 192
        },
        "tx_queue_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 300
        },
        "vendor_commands": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wiphy_vendor_command"
            }
          },
          "offset": 168
        },
        "wowlan": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cfg80211_wowlan_support"
            }
          },
          "offset": 328
        }
      },
      "kind": "struct"
    },
    "wiphy_iftype_ext_capab": {
      "size": 32,
      "fields": {
        "extended_capabilities": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "extended_capabilities_len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "extended_capabilities_mask": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "iftype": {
          "type": {
            "kind": "enum",
            "name": "nl80211_iftype"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wiphy_vendor_command": {
      "size": 32,
      "fields": {
        "doit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "policy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "unnamed_field_0": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5105add456350c19"
          },
          "offset": 0,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "wireless_dev": {
      "size": 24,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "iftype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "netdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "net_device"
            }
          },
          "offset": 8
        },
        "wiphy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wiphy"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "wmeParams": {
      "size": 6,
      "fields": {
        "wmep_acm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "wmep_aifsn": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "wmep_logcwmax": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "wmep_logcwmin": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "wmep_noackPolicy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "wmep_txopLimit": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "work_exec": {
      "size": 24,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_9497da89401bbb7a"
          },
          "offset": 0
        },
        "target": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "work_struct"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "work_request_hdr": {
      "size": 16,
      "fields": {
        "wr_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "wr_lo": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "wr_mid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "work_struct": {
      "size": 56,
      "fields": {
        "func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "state": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 48
        },
        "work_queue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "workqueue_struct"
            }
          },
          "offset": 32
        },
        "work_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "workhead": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "worklist"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "worklist": {
      "size": 48,
      "fields": {
        "wk_all": {
          "type": {
            "kind": "struct",
            "name": "unnamed_93bc9e612f68a915"
          },
          "offset": 32
        },
        "wk_list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_93bc9e612f68a915"
          },
          "offset": 0
        },
        "wk_mp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mount"
            }
          },
          "offset": 16
        },
        "wk_state": {
          "type": {
            "bit_length": 24,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 25
        },
        "wk_type": {
          "type": {
            "bit_length": 8,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "workqueue_struct": {
      "size": 64,
      "fields": {
        "draining": {
          "type": {
            "kind": "struct",
            "name": "atomic_t"
          },
          "offset": 56
        },
        "exec_head": {
          "type": {
            "kind": "struct",
            "name": "unnamed_14b270685a784b2a"
          },
          "offset": 40
        },
        "exec_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wpi_assoc": {
      "size": 12,
      "fields": {
        "cck_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ofdm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "wpi_beacon_missed": {
      "size": 16,
      "fields": {
        "consecutive": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "expected": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "received": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "total": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_bluetooth": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "kill_ack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "kill_cts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "lead_time": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "max_kill": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "wpi_buf": {
      "size": 88,
      "fields": {
        "ac": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 82
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 80
        },
        "data": {
          "type": {
            "count": 56,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 64
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 56
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "wpi_chan_band": {
      "size": 20,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "chan": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 5
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_cmd_beacon": {
      "size": 56,
      "fields": {
        "cck_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "ofdm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 10
        },
        "reserved3": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 46
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "tim": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "timsz": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        }
      },
      "kind": "struct"
    },
    "wpi_cmd_data": {
      "size": 52,
      "fields": {
        "cck_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 45
        },
        "data_ntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 47
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "fnext": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 12
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "lifetime": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "lnext": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "ofdm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 44
        },
        "plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "rts_ntries": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 46
        },
        "security": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 11
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "timeout": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 48
        },
        "tkip": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 28
        },
        "txop": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 50
        }
      },
      "kind": "struct"
    },
    "wpi_cmd_del_node": {
      "size": 12,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "wpi_cmd_led": {
      "size": 8,
      "fields": {
        "off": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "on": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "unit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_cmd_timing": {
      "size": 20,
      "fields": {
        "atim": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "binitval": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "bintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "lintval": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wpi_cmd_txpower": {
      "size": 52,
      "fields": {
        "band": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "rates": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_5faf33d91dd450c0"
            }
          },
          "offset": 4
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "wpi_dma_info": {
      "size": 40,
      "fields": {
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        },
        "paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 0
        },
        "vaddr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "wpi_edca_params": {
      "size": 36,
      "fields": {
        "ac": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_9cdf32c38d106909"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wpi_eeprom_chan": {
      "size": 2,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "maxpwr": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "wpi_eeprom_group": {
      "size": 64,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "coef": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 20
        },
        "corr": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 40
        },
        "maxpwr": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 60
        },
        "samples": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wpi_eeprom_sample"
            }
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 62
        }
      },
      "kind": "struct"
    },
    "wpi_eeprom_sample": {
      "size": 4,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        },
        "volt": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "wpi_firmware_hdr": {
      "size": 24,
      "fields": {
        "btextsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "driver": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "idatasz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "itextsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "rdatasz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "rtextsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_fw_dump": {
      "size": 28,
      "fields": {
        "blink": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "data": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "desc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "ilink": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "time": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_fw_info": {
      "size": 112,
      "fields": {
        "boot": {
          "type": {
            "kind": "struct",
            "name": "wpi_fw_part"
          },
          "offset": 80
        },
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "struct",
            "name": "wpi_fw_part"
          },
          "offset": 16
        },
        "main": {
          "type": {
            "kind": "struct",
            "name": "wpi_fw_part"
          },
          "offset": 48
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wpi_fw_part": {
      "size": 32,
      "fields": {
        "data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "datasz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "text": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "textsz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wpi_ident": {
      "size": 16,
      "fields": {
        "device": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "subdevice": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "vendor": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wpi_mrr_setup": {
      "size": 52,
      "fields": {
        "rates": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_980f59bc59e33245"
            }
          },
          "offset": 4
        },
        "which": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wpi_node": {
      "size": 29456,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29448
        },
        "ni": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_node"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wpi_node_info": {
      "size": 64,
      "fields": {
        "action": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "add_imm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "add_imm_start": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 62
        },
        "antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "del_imm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "key": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "kflags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 19
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "tid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 56
        },
        "tsc2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 18
        },
        "ttak": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "wpi_pmgt": {
      "size": 32,
      "fields": {
        "intval": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "rxtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "skip_dtim": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "txtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_pmgt_cmd": {
      "size": 32,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "intval": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rxtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "txtimeout": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wpi_power_group": {
      "size": 14,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10
        },
        "maxpwr": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 11
        },
        "samples": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wpi_power_sample"
            }
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "wpi_power_sample": {
      "size": 2,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "wpi_rx_data": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wpi_rx_desc": {
      "size": 8,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_rx_head": {
      "size": 8,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "plcp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_rx_radiotap_header": {
      "size": 32,
      "fields": {
        "wr_antenna": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "wr_dbm_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 23
        },
        "wr_dbm_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 22
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 16
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 17
        },
        "wr_tsft": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wpi_rx_ring": {
      "size": 1088,
      "fields": {
        "cur": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1080
        },
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wpi_rx_data"
            }
          },
          "offset": 48
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 1072
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 40
        },
        "desc_dma": {
          "type": {
            "kind": "struct",
            "name": "wpi_dma_info"
          },
          "offset": 0
        },
        "update": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1084
        }
      },
      "kind": "struct"
    },
    "wpi_rx_stat": {
      "size": 8,
      "fields": {
        "agc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "noise": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "signal": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_rx_tail": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tbeacon": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_rxon": {
      "size": 43,
      "fields": {
        "air": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 25
        },
        "associd": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 30
        },
        "bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        },
        "cck_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 29
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 40
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "myaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "ofdm_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 28
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "reserved3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "reserved4": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 26
        },
        "reserved5": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 41
        },
        "wlap": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "wpi_scan_chan": {
      "size": 8,
      "fields": {
        "active": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "dsp_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "passive": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "rf_gain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "wpi_scan_essid": {
      "size": 34,
      "fields": {
        "data": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        }
      },
      "kind": "struct"
    },
    "wpi_scan_hdr": {
      "size": 28,
      "fields": {
        "crc_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "filter": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "max_svc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "pause_svc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "quiet_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "quiet_time": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "wpi_shared": {
      "size": 44,
      "fields": {
        "next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 36
        },
        "txbase": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wpi_softc": {
      "size": 82312,
      "fields": {
        "calib_to": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 80336
        },
        "cap": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81064
        },
        "domain": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 82304
        },
        "eeprom_channels": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "count": 14,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "wpi_eeprom_chan"
              }
            }
          },
          "offset": 81069
        },
        "errptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80704
        },
        "fw": {
          "type": {
            "kind": "struct",
            "name": "wpi_fw_info"
          },
          "offset": 80592
        },
        "fw_dma": {
          "type": {
            "kind": "struct",
            "name": "wpi_dma_info"
          },
          "offset": 80960
        },
        "fw_fp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "firmware"
            }
          },
          "offset": 80952
        },
        "groups": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wpi_power_group"
            }
          },
          "offset": 81210
        },
        "irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 80712
        },
        "maxpwr": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 81280
        },
        "mem": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 80720
        },
        "nodesmsk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80844
        },
        "nt_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80848
        },
        "rev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 81066
        },
        "rx_tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80328
        },
        "rxon": {
          "type": {
            "kind": "struct",
            "name": "wpi_rxon"
          },
          "offset": 80764
        },
        "rxon_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 80808
        },
        "rxq": {
          "type": {
            "kind": "struct",
            "name": "wpi_rx_ring"
          },
          "offset": 79240
        },
        "sc_cap_off": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80760
        },
        "sc_debug": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 48
        },
        "sc_ih": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80744
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "sc_node_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80880
        },
        "sc_radiooff_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 81000
        },
        "sc_radioon_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 81032
        },
        "sc_running": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "wpi_rx_radiotap_header"
          },
          "offset": 80904
        },
        "sc_sh": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80736
        },
        "sc_st": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80728
        },
        "sc_sz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80752
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_status"
          },
          "offset": 27296
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "wpi_tx_radiotap_header"
          },
          "offset": 80936
        },
        "sc_update_rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80888
        },
        "sc_update_tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80896
        },
        "scan_timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 80400
        },
        "shared": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wpi_shared"
            }
          },
          "offset": 27408
        },
        "shared_dma": {
          "type": {
            "kind": "struct",
            "name": "wpi_dma_info"
          },
          "offset": 27368
        },
        "temp": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80840
        },
        "tx_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27336
        },
        "tx_timeout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 80464
        },
        "txq": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wpi_tx_ring"
            }
          },
          "offset": 27416
        },
        "txq_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 79176
        },
        "txq_state_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 79208
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 81068
        },
        "watchdog_rfkill": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 80528
        }
      },
      "kind": "struct"
    },
    "wpi_stop_scan": {
      "size": 12,
      "fields": {
        "chan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nchan": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "tsf": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_tx_cmd": {
      "size": 128,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 124,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        }
      },
      "kind": "struct"
    },
    "wpi_tx_data": {
      "size": 40,
      "fields": {
        "cmd_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "hdrlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 16
        },
        "map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "wpi_tx_desc": {
      "size": 64,
      "fields": {
        "nsegs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "reserved1": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "reserved2": {
          "type": {
            "count": 28,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 36
        },
        "segs": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "unnamed_352546d93b6fa2b2"
            }
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "wpi_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "wpi_tx_ring": {
      "size": 10352,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wpi_tx_cmd"
            }
          },
          "offset": 88
        },
        "cmd_dma": {
          "type": {
            "kind": "struct",
            "name": "wpi_dma_info"
          },
          "offset": 40
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10345
        },
        "data": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "wpi_tx_data"
            }
          },
          "offset": 96
        },
        "data_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 10336
        },
        "desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wpi_tx_desc"
            }
          },
          "offset": 80
        },
        "desc_dma": {
          "type": {
            "kind": "struct",
            "name": "wpi_dma_info"
          },
          "offset": 0
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10346
        },
        "qid": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 10344
        },
        "queued": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 10348
        },
        "update": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 10350
        }
      },
      "kind": "struct"
    },
    "wpi_tx_stat": {
      "size": 12,
      "fields": {
        "ackfailcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "btkillcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "duration": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "rtsfailcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wpi_ucode_info": {
      "size": 32,
      "fields": {
        "errptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "logptr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "major": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "minor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "revision": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 13
        },
        "tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12
        },
        "valid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "wpi_vap": {
      "size": 3200,
      "fields": {
        "wv_bcbuf": {
          "type": {
            "kind": "struct",
            "name": "wpi_buf"
          },
          "offset": 3056
        },
        "wv_gtk": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3176
        },
        "wv_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 3144
        },
        "wv_newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3184
        },
        "wv_recv_mgmt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3192
        },
        "wv_vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wq_config": {
      "size": 28,
      "fields": {
        "buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "eqd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "nbufs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nhdl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pad": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 4
        },
        "pci_fn_num": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "pd_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "q_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "wq_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wreg_addr": {
      "size": 32,
      "fields": {
        "addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "chips": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "presets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "read_regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "read_regs_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "write_args": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "buf_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "buf_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "nbyte": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "nbyte_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "nbyte_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "writev_args": {
      "size": 24,
      "fields": {
        "fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "fd_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "fd_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "iovcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "iovcnt_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "iovcnt_r_": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 20
        },
        "iovp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 8
        },
        "iovp_l_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "iovp_r_": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "wrq_cookie": {
      "size": 24,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_c9ee226f1a3a8e7b"
          },
          "offset": 0
        },
        "ndesc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "pidx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "wrq_incomplete_wrs": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wrq_cookie"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "wrq_cookie"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wrqe": {
      "size": 32,
      "fields": {
        "link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5007893e96dcbd9e"
          },
          "offset": 0
        },
        "wr": {
          "type": {
            "count": 0,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 32
        },
        "wr_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "wrq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "sge_wrq"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wtab": {
      "size": 152,
      "fields": {
        "w_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "wtab"
            }
          },
          "offset": 0
        },
        "w_param_max": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "w_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "w_tab": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 20
        },
        "w_weight": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "wtp_data": {
      "size": 1828,
      "fields": {
        "core_pcie_cmd_rsp": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 32
        },
        "core_pcie_dma_rsp": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 176
        },
        "csw_sge": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 1684
        },
        "le_db_rsp_cnt": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_0"
          },
          "offset": 960
        },
        "mac_porrx_aframestra_ok": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1048
        },
        "mac_porrx_etherstatspkts": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 1096
        },
        "mac_porrx_pkt_count": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 832
        },
        "mac_portx_aframestra_ok": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1016
        },
        "mac_portx_etherstatspkts": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 1080
        },
        "mac_portx_pkt_count": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 800
        },
        "mps_tp": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_3"
          },
          "offset": 1392
        },
        "mps_tpeside": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1428
        },
        "mps_xgm": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_3"
          },
          "offset": 1148
        },
        "pcie_cmd_stat2": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 656
        },
        "pcie_cmd_stat3": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 688
        },
        "pcie_core_cmd_req": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 16
        },
        "pcie_core_dma_req": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 144
        },
        "pcie_core_dmai": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1796
        },
        "pcie_core_dmaw": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1764
        },
        "pcie_dma1_stat2": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 864
        },
        "pcie_dma1_stat2_core": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 720
        },
        "pcie_sge_cmd_rsp": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 48
        },
        "pcie_sge_dma_rsp": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 208
        },
        "pcie_t5_dma_stat3": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 528
        },
        "pmrx_ulprx": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1476
        },
        "rx_xgm_xgm": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1280
        },
        "sge_cim": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 64
        },
        "sge_debug_data_high_index_3": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 592
        },
        "sge_debug_data_high_index_6": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 560
        },
        "sge_debug_data_high_indx1": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 928
        },
        "sge_debug_data_high_indx5": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 768
        },
        "sge_debug_data_high_indx7": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 896
        },
        "sge_debug_data_high_indx9": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 1000
        },
        "sge_pcie": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1700
        },
        "sge_pcie_cmd_req": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 0
        },
        "sge_pcie_dma_req": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 112
        },
        "sge_pcie_ints": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1732
        },
        "sge_utx": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 240
        },
        "sge_work_req_pkt": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 752
        },
        "tp_csw": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 1668
        },
        "tp_dbg_eside_pktx": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 968
        },
        "tp_mps": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_3"
          },
          "offset": 1112
        },
        "tpcside_csw": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1540
        },
        "tpcside_pm": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1572
        },
        "tpcside_rxarb": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 368
        },
        "tpcside_rxcpl": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 400
        },
        "tpcside_rxpld": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 336
        },
        "tpcside_txcpl": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1636
        },
        "tpcside_uturn": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1604
        },
        "tpeside_mps": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 432
        },
        "tpeside_pld": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 496
        },
        "tpeside_pm": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 464
        },
        "tpeside_pmrx": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 1460
        },
        "tx_xgm_xgm": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1184
        },
        "ulp_se_cnt_chx": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 624
        },
        "ulprx_tpcside": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1508
        },
        "utx_sge_dma_req": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 80
        },
        "utx_tp": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 272
        },
        "utx_tpcside": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 304
        },
        "utx_tpcside_tx": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_1"
          },
          "offset": 944
        },
        "wire_xgm": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1248
        },
        "xgm_mps": {
          "type": {
            "kind": "struct",
            "name": "_xgm_mps"
          },
          "offset": 1312
        },
        "xgm_wire": {
          "type": {
            "kind": "struct",
            "name": "wtp_type_2"
          },
          "offset": 1216
        }
      },
      "kind": "struct"
    },
    "wtp_type_0": {
      "size": 8,
      "fields": {
        "eop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sop": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wtp_type_1": {
      "size": 16,
      "fields": {
        "eop": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        },
        "sop": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wtp_type_2": {
      "size": 32,
      "fields": {
        "eop": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sop": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "wtp_type_3": {
      "size": 36,
      "fields": {
        "drops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "eop": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "sop": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ww_acquire_ctx": {
      "size": 0,
      "fields": {},
      "kind": "struct"
    },
    "ww_mutex": {
      "size": 56,
      "fields": {
        "base": {
          "type": {
            "kind": "struct",
            "name": "mutex"
          },
          "offset": 0
        },
        "condvar": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 32
        },
        "ctx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ww_acquire_ctx"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "ww_mutex_thread": {
      "size": 32,
      "fields": {
        "entry": {
          "type": {
            "kind": "struct",
            "name": "unnamed_b1cbfc3320402d38"
          },
          "offset": 0
        },
        "lock": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ww_mutex"
            }
          },
          "offset": 24
        },
        "thread": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "thread"
            }
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "x86_register": {
      "size": 4,
      "fields": {
        "I16_reg": {
          "type": {
            "kind": "struct",
            "name": "x86_register16"
          },
          "offset": 0
        },
        "I32_reg": {
          "type": {
            "kind": "struct",
            "name": "x86_register32"
          },
          "offset": 0
        },
        "I8_reg": {
          "type": {
            "kind": "struct",
            "name": "x86_register8"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "x86_register16": {
      "size": 2,
      "fields": {
        "x_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "x86_register32": {
      "size": 4,
      "fields": {
        "e_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "x86_register8": {
      "size": 2,
      "fields": {
        "h_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "l_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "x86_topo_layer": {
      "size": 12,
      "fields": {
        "id_shift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "subtype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "x86emu": {
      "size": 2344,
      "fields": {
        "_x86emu_intrTab": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "function"
              }
            }
          },
          "offset": 296
        },
        "cur_cycles": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "cur_mod": {
          "type": {
            "bit_length": 2,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "cur_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "cur_rh": {
          "type": {
            "bit_length": 3,
            "bit_position": 5,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "cur_rl": {
          "type": {
            "bit_length": 3,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 192
        },
        "emu_inb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "emu_inl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "emu_inw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "emu_outb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "emu_outl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "emu_outw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "emu_rdb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "emu_rdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "emu_rdw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "emu_wrb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "emu_wrl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "emu_wrw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "exec_state": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "_jmp_buf"
            }
          },
          "offset": 88
        },
        "mem_base": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "mem_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "sys_private": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "x86": {
          "type": {
            "kind": "struct",
            "name": "x86emu_regs"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "x86emu_register": {
      "size": 4,
      "fields": {
        "I16_reg": {
          "type": {
            "kind": "struct",
            "name": "x86emu_register16"
          },
          "offset": 0
        },
        "I32_reg": {
          "type": {
            "kind": "struct",
            "name": "x86emu_register32"
          },
          "offset": 0
        },
        "I8_reg": {
          "type": {
            "kind": "struct",
            "name": "x86emu_register8"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "x86emu_register16": {
      "size": 2,
      "fields": {
        "x_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "x86emu_register32": {
      "size": 4,
      "fields": {
        "e_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "x86emu_register8": {
      "size": 2,
      "fields": {
        "h_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "l_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "x86emu_regs": {
      "size": 64,
      "fields": {
        "__pad": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 61
        },
        "intno": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "intr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "register_a": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 16
        },
        "register_b": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 20
        },
        "register_bp": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 36
        },
        "register_c": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 24
        },
        "register_cs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "register_d": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 28
        },
        "register_di": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 44
        },
        "register_ds": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "register_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "register_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "register_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "register_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "register_ip": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 48
        },
        "register_si": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 40
        },
        "register_sp": {
          "type": {
            "kind": "union",
            "name": "x86emu_register"
          },
          "offset": 32
        },
        "register_ss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        }
      },
      "kind": "struct"
    },
    "x86regs": {
      "size": 48,
      "fields": {
        "_pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "_pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "_pad3": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 32
        },
        "register_a": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 16
        },
        "register_b": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 20
        },
        "register_bp": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 36
        },
        "register_c": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 24
        },
        "register_d": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 28
        },
        "register_di": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 44
        },
        "register_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "register_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "register_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "register_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "register_si": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "x86regs_t": {
      "size": 48,
      "fields": {
        "_pad0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "_pad1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "_pad2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "_pad3": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 32
        },
        "register_a": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 16
        },
        "register_b": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 20
        },
        "register_bp": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 36
        },
        "register_c": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 24
        },
        "register_d": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 28
        },
        "register_di": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 44
        },
        "register_es": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "register_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "register_fs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "register_gs": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "register_si": {
          "type": {
            "kind": "union",
            "name": "x86_register"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "xarray": {
      "size": 56,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 16
        },
        "root": {
          "type": {
            "kind": "struct",
            "name": "radix_tree_root"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xbb_backend_data": {
      "size": 184,
      "fields": {
        "dev": {
          "type": {
            "kind": "struct",
            "name": "xbb_dev_data"
          },
          "offset": 0
        },
        "file": {
          "type": {
            "kind": "struct",
            "name": "xbb_file_data"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "xbb_dev_data": {
      "size": 24,
      "fields": {
        "cdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdev"
            }
          },
          "offset": 0
        },
        "csw": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "cdevsw"
            }
          },
          "offset": 8
        },
        "dev_ref": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xbb_file_data": {
      "size": 184,
      "fields": {
        "cred": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ucred"
            }
          },
          "offset": 0
        },
        "xiovecs": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "iovec"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xbb_ring_config": {
      "size": 536,
      "fields": {
        "bus_addr": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 144
        },
        "evtchn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "gnt_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "handle": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 16
        },
        "ring_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 400
        },
        "ring_ref": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 404
        },
        "va": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xbb_sg": {
      "size": 4,
      "fields": {
        "first_sect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "last_sect": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "nsect": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xbb_softc": {
      "size": 1624,
      "fields": {
        "abi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 180
        },
        "active_request_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "backend": {
          "type": {
            "kind": "union",
            "name": "xbb_backend_data"
          },
          "offset": 808
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 48
        },
        "dev_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 776
        },
        "dev_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 792
        },
        "dev_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 784
        },
        "device_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_59df209dcef3a499"
          },
          "offset": 40
        },
        "disable_flush": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1480
        },
        "dispatch_io": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3bad55dc253c32e3"
          },
          "offset": 204
        },
        "flush_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1488
        },
        "flush_interval": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1484
        },
        "forced_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1528
        },
        "gnt_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "hotplug_done": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 1616
        },
        "hotplug_watch": {
          "type": {
            "kind": "struct",
            "name": "xs_watch"
          },
          "offset": 1568
        },
        "io_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 8
        },
        "io_taskqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 0
        },
        "kva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        },
        "kva_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 168
        },
        "kva_shortages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1552
        },
        "kva_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1416
        },
        "maps": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gnttab_map_grant_ref"
            }
          },
          "offset": 1064
        },
        "max_reqlist_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 192
        },
        "max_reqlist_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 200
        },
        "max_request_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 188
        },
        "max_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 196
        },
        "max_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 184
        },
        "media_num_sectors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1008
        },
        "media_size": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 1000
        },
        "no_coalesce_reqs": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1492
        },
        "normal_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1536
        },
        "otherend_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 176
        },
        "pseudo_phys_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1448
        },
        "pseudo_phys_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 1456
        },
        "reqlist_free_stailq": {
          "type": {
            "kind": "struct",
            "name": "xbb_xen_reqlist_list"
          },
          "offset": 96
        },
        "reqlist_kva_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 160
        },
        "reqlist_kva_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 156
        },
        "reqlist_pending_stailq": {
          "type": {
            "kind": "struct",
            "name": "xbb_xen_reqlist_list"
          },
          "offset": 112
        },
        "reqs_completed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1504
        },
        "reqs_completed_with_error": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1520
        },
        "reqs_queued_for_completion": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1512
        },
        "reqs_received": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1496
        },
        "request_free_stailq": {
          "type": {
            "kind": "struct",
            "name": "xbb_xen_req_list"
          },
          "offset": 72
        },
        "request_lists": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_xen_reqlist"
            }
          },
          "offset": 128
        },
        "request_shortages": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1560
        },
        "requests": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_xen_req"
            }
          },
          "offset": 88
        },
        "ring_config": {
          "type": {
            "kind": "struct",
            "name": "xbb_ring_config"
          },
          "offset": 208
        },
        "rings": {
          "type": {
            "kind": "union",
            "name": "blkif_back_rings_t"
          },
          "offset": 744
        },
        "sector_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 992
        },
        "sector_size_shift": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 996
        },
        "total_dispatch": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1544
        },
        "vn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          },
          "offset": 800
        },
        "xbb_sgs": {
          "type": {
            "count": 11,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xbb_sg"
            }
          },
          "offset": 1016
        },
        "xbb_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 1464
        },
        "xbb_stats_in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "devstat"
            }
          },
          "offset": 1472
        },
        "xen_intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 768
        }
      },
      "kind": "struct"
    },
    "xbb_xen_req": {
      "size": 184,
      "fields": {
        "ds_t0": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 160
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_78f2281e3f672718"
          },
          "offset": 0
        },
        "nr_512b_sectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "nr_pages": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "req_ring_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "reqlist": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_xen_reqlist"
            }
          },
          "offset": 176
        },
        "ring_req": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "blkif_request_t"
            }
          },
          "offset": 144
        },
        "ring_req_storage": {
          "type": {
            "kind": "struct",
            "name": "blkif_request_t"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "xbb_xen_req_list": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_xen_req"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xbb_xen_req"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xbb_xen_reqlist": {
      "size": 128,
      "fields": {
        "contig_req_list": {
          "type": {
            "kind": "struct",
            "name": "xbb_xen_req_list"
          },
          "offset": 104
        },
        "ds_t0": {
          "type": {
            "kind": "struct",
            "name": "bintime"
          },
          "offset": 88
        },
        "ds_tag_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_ac59c464a47abdaf"
          },
          "offset": 80
        },
        "ds_trans_type": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3d80c629b4595257"
          },
          "offset": 84
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_bffe458988675a51"
          },
          "offset": 52
        },
        "gnt_base": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "gnt_handles": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 72
        },
        "kva": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "links": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3a7c1b0975730f19"
          },
          "offset": 120
        },
        "next_contig_sector": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 32
        },
        "nr_segments": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "num_children": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "operation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pendcnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "residual_512b_sectors": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "starting_sector_number": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 24
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "xbb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_softc"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xbb_xen_reqlist_list": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbb_xen_reqlist"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xbb_xen_reqlist"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xbd_cm_q": {
      "size": 24,
      "fields": {
        "q_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "q_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "q_tailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_054e471419fa94e8"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xbd_cm_q_t": {
      "size": 24,
      "fields": {
        "q_length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "q_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "q_tailq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_054e471419fa94e8"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xbd_command": {
      "size": 160,
      "fields": {
        "cm_bp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bio"
            }
          },
          "offset": 56
        },
        "cm_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "cm_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "cm_datalen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "cm_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_8da67d3b7beee6f4"
          },
          "offset": 24
        },
        "cm_gref_head": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "cm_id": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "cm_indirectionpages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 120
        },
        "cm_indirectionrefs": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 128
        },
        "cm_link": {
          "type": {
            "kind": "struct",
            "name": "unnamed_424bb6633541d788"
          },
          "offset": 0
        },
        "cm_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "cm_nseg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "cm_operation": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "cm_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbd_softc"
            }
          },
          "offset": 16
        },
        "cm_sector_number": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "cm_sg_refs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 48
        },
        "cm_status": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        }
      },
      "kind": "struct"
    },
    "xbd_softc": {
      "size": 464,
      "fields": {
        "xbd_bioq": {
          "type": {
            "kind": "struct",
            "name": "bio_queue_head"
          },
          "offset": 16
        },
        "xbd_callback": {
          "type": {
            "kind": "struct",
            "name": "gnttab_free_callback"
          },
          "offset": 256
        },
        "xbd_cm_q": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xbd_cm_q_t"
            }
          },
          "offset": 288
        },
        "xbd_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "xbd_disk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "disk"
            }
          },
          "offset": 8
        },
        "xbd_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_fab7d87783411fe0"
          },
          "offset": 60
        },
        "xbd_io_dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 408
        },
        "xbd_io_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 424
        },
        "xbd_max_request_indirectpages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "xbd_max_request_segments": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "xbd_max_request_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "xbd_max_requests": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "xbd_qfrozen_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "xbd_ring": {
          "type": {
            "kind": "struct",
            "name": "blkif_front_ring_t"
          },
          "offset": 224
        },
        "xbd_ring_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "xbd_ring_ref": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 96
        },
        "xbd_shadow": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xbd_command"
            }
          },
          "offset": 456
        },
        "xbd_state": {
          "type": {
            "kind": "enum",
            "name": "unnamed_b3fe1948a623d4ba"
          },
          "offset": 72
        },
        "xbd_unit": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "xbd_users": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 416
        },
        "xbd_vdevice": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "xen_intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 248
        }
      },
      "kind": "struct"
    },
    "xbpf_d": {
      "size": 168,
      "fields": {
        "__bd_pad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        },
        "bd_async": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "bd_bufmode": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 128
        },
        "bd_bufsize": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "bd_dcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "bd_direction": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "bd_fcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "bd_feedback": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "bd_hdrcmplt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "bd_hlen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 64
        },
        "bd_ifname": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 76
        },
        "bd_immediate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "bd_locked": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "bd_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "bd_promisc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "bd_rcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "bd_sig": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "bd_slen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 60
        },
        "bd_spare": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 136
        },
        "bd_structsize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "bd_wcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "bd_wdcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "bd_wfcount": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "bd_zcopy": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        }
      },
      "kind": "struct"
    },
    "xchacha20_poly1305_ctx": {
      "size": 336,
      "fields": {
        "base_ctx": {
          "type": {
            "kind": "struct",
            "name": "chacha20_poly1305_ctx"
          },
          "offset": 0
        },
        "derived_key": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 296
        },
        "key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 288
        }
      },
      "kind": "struct"
    },
    "xctrl_shutdown_reason": {
      "size": 16,
      "fields": {
        "handler": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xctrl_softc": {
      "size": 48,
      "fields": {
        "xctrl_watch": {
          "type": {
            "kind": "struct",
            "name": "xs_watch"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xdr_bytesrec": {
      "size": 16,
      "fields": {
        "xc_is_last_record": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "xc_num_avail": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xdr_discrim": {
      "size": 16,
      "fields": {
        "proc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xdr_ops": {
      "size": 72,
      "fields": {
        "x_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "x_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "x_getbytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "x_getlong": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "x_getpostn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "x_inline": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "x_putbytes": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "x_putlong": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "x_setpostn": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "xen_acpi_cpu_softc": {
      "size": 128,
      "fields": {
        "control_register": {
          "type": {
            "kind": "struct",
            "name": "xen_pct_register"
          },
          "offset": 56
        },
        "cpu_acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "cpu_cx_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "cpu_cx_states": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_cx"
            }
          },
          "offset": 24
        },
        "cpu_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "cpu_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cpu_px_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "cpu_px_states": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xen_processor_px"
            }
          },
          "offset": 40
        },
        "psd": {
          "type": {
            "kind": "struct",
            "name": "xen_psd_package"
          },
          "offset": 88
        },
        "status_register": {
          "type": {
            "kind": "struct",
            "name": "xen_pct_register"
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "xen_add_to_physmap": {
      "size": 24,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "gpfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "space": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xen_add_to_physmap_batch": {
      "size": 32,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "errs": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_int"
          },
          "offset": 24
        },
        "gpfns": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_pfn_t"
          },
          "offset": 16
        },
        "idxs": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_ulong_t"
          },
          "offset": 8
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "space": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "xen_add_to_physmap_batch_extra"
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "xen_add_to_physmap_batch_extra": {
      "size": 2,
      "fields": {
        "foreign_domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "res0": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "xen_arch_isrc_t": {
      "size": 56,
      "fields": {
        "intsrc": {
          "type": {
            "kind": "struct",
            "name": "intsrc"
          },
          "offset": 0
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "xen_dm_op_buf": {
      "size": 16,
      "fields": {
        "h": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_feature_info": {
      "size": 8,
      "fields": {
        "submap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "submap_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xen_feature_info_t": {
      "size": 8,
      "fields": {
        "submap": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "submap_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xen_header": {
      "size": 16,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "modulep_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_hvm_evtchn_upcall_vector": {
      "size": 8,
      "fields": {
        "vcpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vector": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xen_hvm_param": {
      "size": 16,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "value": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_intr_pcpu_data": {
      "size": 520,
      "fields": {
        "evtchn_enabled": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 8
        },
        "last_processed_l1i": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "last_processed_l2i": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xen_ipi_handler": {
      "size": 16,
      "fields": {
        "description": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "filter": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xen_mem_acquire_resource": {
      "size": 32,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "frame": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "frame_list": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_pfn_t"
          },
          "offset": 24
        },
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "nr_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pad": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "xen_memory_map": {
      "size": 16,
      "fields": {
        "buffer": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_void"
          },
          "offset": 8
        },
        "nr_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xen_memory_reservation": {
      "size": 32,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 24
        },
        "extent_order": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "extent_start": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_pfn_t"
          },
          "offset": 0
        },
        "mem_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "nr_extents": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_pct_register": {
      "size": 16,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "bit_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "bit_width": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "descriptor": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "space_id": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xen_platform_op": {
      "size": 136,
      "fields": {
        "cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "interface_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_571c8f2d9017971e"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_power_register": {
      "size": 24,
      "fields": {
        "access_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "bit_offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "bit_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "space_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xen_processor_csd": {
      "size": 12,
      "fields": {
        "coord_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_processor_csd_t": {
      "size": 12,
      "fields": {
        "coord_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_processor_cx": {
      "size": 48,
      "fields": {
        "dp": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_processor_csd_t"
          },
          "offset": 40
        },
        "dpcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "reg": {
          "type": {
            "kind": "struct",
            "name": "xen_power_register"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xen_processor_cx_t": {
      "size": 48,
      "fields": {
        "dp": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_processor_csd_t"
          },
          "offset": 40
        },
        "dpcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "latency": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "reg": {
          "type": {
            "kind": "struct",
            "name": "xen_power_register"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xen_processor_flags": {
      "size": 4,
      "fields": {
        "bm_check": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bm_control": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "bm_rld_set": {
          "type": {
            "bit_length": 1,
            "bit_position": 4,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "has_cst": {
          "type": {
            "bit_length": 1,
            "bit_position": 2,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        },
        "power_setup_done": {
          "type": {
            "bit_length": 1,
            "bit_position": 3,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xen_processor_performance": {
      "size": 104,
      "fields": {
        "control_register": {
          "type": {
            "kind": "struct",
            "name": "xen_pct_register"
          },
          "offset": 8
        },
        "domain_info": {
          "type": {
            "kind": "struct",
            "name": "xen_psd_package"
          },
          "offset": 56
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "platform_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "shared_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "state_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "states": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_processor_px_t"
          },
          "offset": 48
        },
        "status_register": {
          "type": {
            "kind": "struct",
            "name": "xen_pct_register"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xen_processor_power": {
      "size": 16,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "struct",
            "name": "xen_processor_flags"
          },
          "offset": 4
        },
        "states": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xen_processor_cx_t"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_processor_px": {
      "size": 48,
      "fields": {
        "bus_master_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "core_frequency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "transition_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xen_processor_px_t": {
      "size": 48,
      "fields": {
        "bus_master_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "control": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "core_frequency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "power": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "transition_latency": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xen_psd_package": {
      "size": 40,
      "fields": {
        "coord_type": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "domain": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "num_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "num_processors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "revision": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xen_remove_from_physmap": {
      "size": 16,
      "fields": {
        "domid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "gpfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenbus_device_ivars": {
      "size": 192,
      "fields": {
        "xd_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 136
        },
        "xd_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_7fe344dd9acda46f"
          },
          "offset": 128
        },
        "xd_local_watch": {
          "type": {
            "kind": "struct",
            "name": "xs_watch"
          },
          "offset": 48
        },
        "xd_lock": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 96
        },
        "xd_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 144
        },
        "xd_node_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 152
        },
        "xd_otherend_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 172
        },
        "xd_otherend_path": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 176
        },
        "xd_otherend_path_len": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 184
        },
        "xd_otherend_watch": {
          "type": {
            "kind": "struct",
            "name": "xs_watch"
          },
          "offset": 0
        },
        "xd_state": {
          "type": {
            "kind": "enum",
            "name": "xenbus_state"
          },
          "offset": 168
        },
        "xd_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 160
        }
      },
      "kind": "struct"
    },
    "xenbusb_softc": {
      "size": 184,
      "fields": {
        "xbs_attach_ch": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 120
        },
        "xbs_connecting_children": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "xbs_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 160
        },
        "xbs_device_watch": {
          "type": {
            "kind": "struct",
            "name": "xs_watch"
          },
          "offset": 0
        },
        "xbs_flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_dc40ff4bf15d2240"
          },
          "offset": 80
        },
        "xbs_id_components": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 176
        },
        "xbs_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 48
        },
        "xbs_node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 168
        },
        "xbs_probe_children": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "xencons_interface": {
      "size": 3088,
      "fields": {
        "in": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "in_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3072
        },
        "in_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3076
        },
        "out": {
          "type": {
            "count": 2048,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1024
        },
        "out_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3080
        },
        "out_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3084
        }
      },
      "kind": "struct"
    },
    "xencons_ops": {
      "size": 32,
      "fields": {
        "early_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "write": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xencons_priv": {
      "size": 5272,
      "fields": {
        "altbrk": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 48
        },
        "evtchn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5256
        },
        "intf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xencons_interface"
            }
          },
          "offset": 5264
        },
        "intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 32
        },
        "mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 0
        },
        "opened": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 44
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xencons_ops"
            }
          },
          "offset": 5248
        },
        "rbuf": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4216
        },
        "rc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5240
        },
        "rp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 5244
        },
        "wbuf": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 112
        },
        "wc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4208
        },
        "wp": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4212
        }
      },
      "kind": "struct"
    },
    "xenisrc": {
      "size": 88,
      "fields": {
        "xi_arch": {
          "type": {
            "kind": "struct",
            "name": "xen_arch_isrc_t"
          },
          "offset": 0
        },
        "xi_close": {
          "type": {
            "bit_length": 1,
            "bit_position": 0,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 80
        },
        "xi_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "xi_cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "xi_masked": {
          "type": {
            "bit_length": 1,
            "bit_position": 1,
            "kind": "bitfield",
            "type": {
              "kind": "base",
              "name": "_Bool"
            }
          },
          "offset": 80
        },
        "xi_port": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "xi_refcount": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "xi_type": {
          "type": {
            "kind": "enum",
            "name": "evtchn_type"
          },
          "offset": 56
        },
        "xi_virq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        }
      },
      "kind": "struct"
    },
    "xenpci_softc": {
      "size": 24,
      "fields": {
        "intr_cookie": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "res_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 8
        },
        "rid_ioport": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "rid_irq": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xenpf_add_memtype": {
      "size": 32,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nr_mfns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_add_memtype_t": {
      "size": 32,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "nr_mfns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_change_freq": {
      "size": 16,
      "fields": {
        "cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_change_freq_t": {
      "size": 16,
      "fields": {
        "cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "freq": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_core_parking": {
      "size": 8,
      "fields": {
        "idle_nums": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_core_parking_t": {
      "size": 8,
      "fields": {
        "idle_nums": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_cpu_hotadd": {
      "size": 12,
      "fields": {
        "acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "apic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pxm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_cpu_hotadd_t": {
      "size": 12,
      "fields": {
        "acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "apic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "pxm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_cpu_ol": {
      "size": 4,
      "fields": {
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_cpu_ol_t": {
      "size": 4,
      "fields": {
        "cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_del_memtype": {
      "size": 8,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xenpf_del_memtype_t": {
      "size": 8,
      "fields": {
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xenpf_dom0_console_t": {
      "size": 40,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_c72b6c949473a7fe"
          },
          "offset": 4
        },
        "video_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_efi_guid": {
      "size": 16,
      "fields": {
        "data1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "data2": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "data3": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "data4": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_efi_info": {
      "size": 32,
      "fields": {
        "apple_properties": {
          "type": {
            "kind": "struct",
            "name": "unnamed_d940bee9b13fac2b"
          },
          "offset": 0
        },
        "cfg": {
          "type": {
            "kind": "struct",
            "name": "unnamed_607fa75fadf52c42"
          },
          "offset": 0
        },
        "mem": {
          "type": {
            "kind": "struct",
            "name": "unnamed_a7c049116490ddfd"
          },
          "offset": 0
        },
        "pci_rom": {
          "type": {
            "kind": "struct",
            "name": "unnamed_5aade6892154a647"
          },
          "offset": 0
        },
        "vendor": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8e7d9cae1c04eb63"
          },
          "offset": 0
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "xenpf_efi_runtime_call": {
      "size": 56,
      "fields": {
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "misc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_dd3aa3447bc1b38d"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_efi_runtime_call_t": {
      "size": 56,
      "fields": {
        "function": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "misc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_dd3aa3447bc1b38d"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_efi_time": {
      "size": 16,
      "fields": {
        "day": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "daylight": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 14
        },
        "hour": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "min": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "month": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "ns": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sec": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "tz": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 12
        },
        "year": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_enter_acpi_sleep": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sleep_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val_a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val_b": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "xenpf_enter_acpi_sleep_t": {
      "size": 12,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sleep_state": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "val_a": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val_b": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "xenpf_firmware_info": {
      "size": 40,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_edcc9b477c05ec98"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_firmware_info_t": {
      "size": 40,
      "fields": {
        "index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_edcc9b477c05ec98"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_getidletime": {
      "size": 32,
      "fields": {
        "cpumap_bitmap": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_uint8"
          },
          "offset": 0
        },
        "cpumap_nr_cpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "idletime": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_uint64"
          },
          "offset": 16
        },
        "now": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xenpf_getidletime_t": {
      "size": 32,
      "fields": {
        "cpumap_bitmap": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_uint8"
          },
          "offset": 0
        },
        "cpumap_nr_cpus": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "idletime": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_uint64"
          },
          "offset": 16
        },
        "now": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xenpf_mem_hotadd": {
      "size": 24,
      "fields": {
        "epfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pxm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "spfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_mem_hotadd_t": {
      "size": 24,
      "fields": {
        "epfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "pxm": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "spfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_microcode_update": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_const_void"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_microcode_update_t": {
      "size": 16,
      "fields": {
        "data": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_const_void"
          },
          "offset": 0
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_pcpu_version": {
      "size": 32,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "max_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stepping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "vendor_id": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "xen_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_pcpu_version_t": {
      "size": 32,
      "fields": {
        "family": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "max_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "stepping": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "vendor_id": {
          "type": {
            "count": 12,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "xen_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_pcpuinfo": {
      "size": 20,
      "fields": {
        "acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "apic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xen_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_pcpuinfo_t": {
      "size": 20,
      "fields": {
        "acpi_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "apic_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "max_present": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xen_cpuid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_platform_quirk": {
      "size": 4,
      "fields": {
        "quirk_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_platform_quirk_t": {
      "size": 4,
      "fields": {
        "quirk_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_read_memtype": {
      "size": 32,
      "fields": {
        "mfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nr_mfns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xenpf_read_memtype_t": {
      "size": 32,
      "fields": {
        "mfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "nr_mfns": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xenpf_resource_entry": {
      "size": 24,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_80535f43c8707db1"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_resource_entry_t": {
      "size": 24,
      "fields": {
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rsvd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_80535f43c8707db1"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_resource_op": {
      "size": 16,
      "fields": {
        "cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xenpf_resource_entry_t"
          },
          "offset": 8
        },
        "nr_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_resource_op_t": {
      "size": 16,
      "fields": {
        "cpu": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "entries": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_xenpf_resource_entry_t"
          },
          "offset": 8
        },
        "nr_entries": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xenpf_set_processor_pminfo": {
      "size": 112,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_800b43a2e6a575b4"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_set_processor_pminfo_t": {
      "size": 112,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_800b43a2e6a575b4"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_settime32": {
      "size": 16,
      "fields": {
        "nsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "secs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_settime32_t": {
      "size": 16,
      "fields": {
        "nsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "secs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xenpf_settime64": {
      "size": 24,
      "fields": {
        "mbz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "secs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_settime64_t": {
      "size": 24,
      "fields": {
        "mbz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "secs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_settime_t": {
      "size": 24,
      "fields": {
        "mbz": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "nsecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "secs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "system_time": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xenpf_symdata": {
      "size": 32,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_char"
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "symnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xenpf_symdata_t": {
      "size": 32,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "name": {
          "type": {
            "kind": "struct",
            "name": "__guest_handle_char"
          },
          "offset": 8
        },
        "namelen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "symnum": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "char"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xenstore_domain_interface": {
      "size": 2072,
      "fields": {
        "connection": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2068
        },
        "req": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "req_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2048
        },
        "req_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2052
        },
        "rsp": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1024
        },
        "rsp_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2056
        },
        "rsp_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2060
        },
        "server_features": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2064
        }
      },
      "kind": "struct"
    },
    "xentimer_pcpu_data": {
      "size": 24,
      "fields": {
        "irq_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "last_processed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "timer": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xentimer_softc": {
      "size": 200,
      "fields": {
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "et": {
          "type": {
            "kind": "struct",
            "name": "eventtimer"
          },
          "offset": 88
        },
        "tc": {
          "type": {
            "kind": "struct",
            "name": "timecounter"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xfile": {
      "size": 128,
      "fields": {
        "_xf_int64_pad": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 80
        },
        "_xf_int_pad1": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "_xf_int_pad2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "_xf_int_pad3": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "_xf_short_pad1": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 34
        },
        "xf_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "xf_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "xf_fd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "xf_file": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "xf_flag": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "xf_msgcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "xf_offset": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 48
        },
        "xf_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "xf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xf_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 32
        },
        "xf_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "xf_vnode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "xform_data": {
      "size": 48,
      "fields": {
        "cryptoid": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "crypto_session"
            }
          },
          "offset": 16
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "nxt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 36
        },
        "protoff": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "sav": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secasvar"
            }
          },
          "offset": 8
        },
        "skip": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "sp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "secpolicy"
            }
          },
          "offset": 0
        },
        "vnet": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnet"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "xform_history": {
      "size": 36,
      "fields": {
        "dst": {
          "type": {
            "kind": "union",
            "name": "sockaddr_union"
          },
          "offset": 0
        },
        "mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 33
        },
        "proto": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 32
        },
        "spi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "xforms_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xformsw"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xformsw": {
      "size": 72,
      "fields": {
        "chain": {
          "type": {
            "kind": "struct",
            "name": "unnamed_03a4e9f9aeaf93ff"
          },
          "offset": 56
        },
        "xf_cleanup": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "xf_cntr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "xf_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "xf_input": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "xf_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "xf_output": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "xf_type": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xgbe_channel": {
      "size": 128,
      "fields": {
        "curr_ier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "dma_handle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "dma_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "dma_irq_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "dma_irq_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 64
        },
        "dma_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        },
        "pdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_prv_data"
            }
          },
          "offset": 16
        },
        "queue_index": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "rx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_ring"
            }
          },
          "offset": 88
        },
        "saved_ier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "tx_ring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_ring"
            }
          },
          "offset": 80
        }
      },
      "kind": "struct"
    },
    "xgbe_desc_if": {
      "size": 56,
      "fields": {
        "alloc_ring_resources": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "free_ring_resources": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "map_rx_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "map_tx_skb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "unmap_rdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "wrapper_rx_desc_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "wrapper_tx_desc_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "xgbe_ext_stats": {
      "size": 568,
      "fields": {
        "rx_buffer_unavailable": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "rx_csum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 552
        },
        "rx_split_header_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rx_vxlan_csum_errors": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 560
        },
        "rx_vxlan_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 544
        },
        "rxq_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 408
        },
        "rxq_packets": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 280
        },
        "tx_tso_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "tx_vxlan_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 536
        },
        "txq_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 152
        },
        "txq_packets": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xgbe_hw_features": {
      "size": 136,
      "fields": {
        "addn_mac": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "adv_ts_hi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "aoe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "aux_snap_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "dcb": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "dma_debug": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "dma_width": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "eee": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "gmii": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "hash_table_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "l3l4_filter_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "mgk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "mmc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "pps_out_num": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "rss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "rwk": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rx_ch_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "rx_coe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "rx_q_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "sa_vlan_ins": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sma": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sph": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "tc_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "ts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "ts_src": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tso": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "tx_ch_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 124
        },
        "tx_coe": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "tx_q_cnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 116
        },
        "version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "vlhash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "vxn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        }
      },
      "kind": "struct"
    },
    "xgbe_hw_if": {
      "size": 432,
      "fields": {
        "clr_gpio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "config_osp_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 368
        },
        "config_rsf_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 352
        },
        "config_rx_coalesce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 304
        },
        "config_rx_flow_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 296
        },
        "config_rx_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "config_rx_threshold": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 336
        },
        "config_tsf_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 360
        },
        "config_tx_coalesce": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 312
        },
        "config_tx_flow_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 288
        },
        "config_tx_threshold": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 344
        },
        "dev_read": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 240
        },
        "disable_int": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 232
        },
        "disable_rss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 408
        },
        "disable_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "disable_rx_csum": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "disable_rx_vlan_filtering": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "disable_rx_vlan_stripping": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "disable_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "enable_int": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 224
        },
        "enable_rss": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 400
        },
        "enable_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "enable_rx_csum": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "enable_rx_vlan_filtering": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "enable_rx_vlan_stripping": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "enable_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "exit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 216
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 208
        },
        "is_context_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 280
        },
        "is_last_desc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 272
        },
        "powerdown_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 200
        },
        "powerdown_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 184
        },
        "powerup_rx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 192
        },
        "powerup_tx": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "read_ext_mii_regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "read_mmc_stats": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 392
        },
        "read_mmd_regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "riwt_to_usec": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 328
        },
        "rx_desc_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 256
        },
        "rx_mmc_int": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 376
        },
        "set_ext_mii_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "set_gpio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "set_mac_address": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "set_rss_hash_key": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 416
        },
        "set_rss_lookup_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 424
        },
        "set_speed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "tx_complete": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "tx_desc_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 248
        },
        "tx_desc_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 264
        },
        "tx_mmc_int": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 384
        },
        "update_vlan_hash_table": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "usec_to_riwt": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 320
        },
        "write_ext_mii_regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "write_mmd_regs": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "xgbe_i2c": {
      "size": 64,
      "fields": {
        "max_speed_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "op_state": {
          "type": {
            "kind": "struct",
            "name": "xgbe_i2c_op_state"
          },
          "offset": 16
        },
        "rx_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "started": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "xgbe_i2c_if": {
      "size": 40,
      "fields": {
        "i2c_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "i2c_isr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "i2c_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "i2c_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "i2c_xfer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xgbe_i2c_op": {
      "size": 24,
      "fields": {
        "buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        },
        "cmd": {
          "type": {
            "kind": "enum",
            "name": "xgbe_i2c_cmd"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "target": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xgbe_i2c_op_state": {
      "size": 48,
      "fields": {
        "op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_i2c_op"
            }
          },
          "offset": 0
        },
        "ret": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "rx_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        },
        "rx_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "tx_abort_source": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_buf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "tx_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xgbe_mmc_stats": {
      "size": 328,
      "fields": {
        "rx1024tomaxoctets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 264
        },
        "rx128to255octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx256to511octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "rx512to1023octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "rx64octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "rx65to127octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rxbroadcastframes_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 168
        },
        "rxcrcerror": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 184
        },
        "rxfifooverflow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "rxframecount_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 144
        },
        "rxjabbererror": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 200
        },
        "rxlengtherror": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 280
        },
        "rxmulticastframes_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 176
        },
        "rxoctetcount_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 160
        },
        "rxoctetcount_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 152
        },
        "rxoutofrangetype": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "rxoversize_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "rxpauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "rxrunterror": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 192
        },
        "rxundersize_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "rxunicastframes_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "rxvlanframes_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 312
        },
        "rxwatchdogerror": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 320
        },
        "tx1024tomaxoctets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 72
        },
        "tx128to255octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "tx256to511octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "tx512to1023octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "tx64octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "tx65to127octets_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "txbroadcastframes_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "txbroadcastframes_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "txframecount_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 120
        },
        "txframecount_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "txmulticastframes_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "txmulticastframes_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 88
        },
        "txoctetcount_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 112
        },
        "txoctetcount_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "txpauseframes": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 128
        },
        "txunderflowerror": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "txunicastframes_gb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 80
        },
        "txvlanframes_g": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 136
        }
      },
      "kind": "struct"
    },
    "xgbe_packet_data": {
      "size": 64,
      "fields": {
        "attributes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "errors": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "header_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "length": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "mss": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 36
        },
        "rdesc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "rss_hash": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "rss_hash_type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "rx_tstamp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "tcp_header_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tcp_payload_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "tx_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "tx_packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "vlan_ctag": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 38
        }
      },
      "kind": "struct"
    },
    "xgbe_phy": {
      "size": 52,
      "fields": {
        "address": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "advertising": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "asym_pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "autoneg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "duplex": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "link": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "lp_advertising": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "pause_autoneg": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        },
        "speed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        }
      },
      "kind": "struct"
    },
    "xgbe_phy_data": {
      "size": 292,
      "fields": {
        "conn_type": {
          "type": {
            "kind": "enum",
            "name": "xgbe_conn_type"
          },
          "offset": 12
        },
        "cur_mode": {
          "type": {
            "kind": "enum",
            "name": "xgbe_mode"
          },
          "offset": 16
        },
        "mdio_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "mdio_reset": {
          "type": {
            "kind": "enum",
            "name": "xgbe_mdio_reset"
          },
          "offset": 248
        },
        "mdio_reset_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 252
        },
        "mdio_reset_gpio": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 256
        },
        "phy_cdr_delay": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "phy_cdr_notrack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "phy_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 240
        },
        "phydev": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 244
        },
        "phydev_mode": {
          "type": {
            "kind": "enum",
            "name": "xgbe_mdio_mode"
          },
          "offset": 236
        },
        "port_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "port_mode": {
          "type": {
            "kind": "enum",
            "name": "xgbe_port_mode"
          },
          "offset": 0
        },
        "port_sfp_inputs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 288
        },
        "port_speeds": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "redrv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 260
        },
        "redrv_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "redrv_if": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "redrv_lane": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "redrv_model": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "rrc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "sfp_base": {
          "type": {
            "kind": "enum",
            "name": "xgbe_sfp_base"
          },
          "offset": 96
        },
        "sfp_cable": {
          "type": {
            "kind": "enum",
            "name": "xgbe_sfp_cable"
          },
          "offset": 100
        },
        "sfp_cable_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "sfp_changed": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 84
        },
        "sfp_comm": {
          "type": {
            "kind": "enum",
            "name": "xgbe_sfp_comm"
          },
          "offset": 32
        },
        "sfp_eeprom": {
          "type": {
            "kind": "struct",
            "name": "xgbe_sfp_eeprom"
          },
          "offset": 108
        },
        "sfp_gpio_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "sfp_gpio_inputs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "sfp_gpio_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "sfp_gpio_mod_absent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "sfp_gpio_rate_select": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 68
        },
        "sfp_gpio_rx_los": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "sfp_gpio_tx_fault": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 60
        },
        "sfp_mod_absent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "sfp_mux_address": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "sfp_mux_channel": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "sfp_phy_avail": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "sfp_rx_los": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 72
        },
        "sfp_speed": {
          "type": {
            "kind": "enum",
            "name": "xgbe_sfp_speed"
          },
          "offset": 104
        },
        "sfp_tx_fault": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "start_mode": {
          "type": {
            "kind": "enum",
            "name": "xgbe_mode"
          },
          "offset": 20
        }
      },
      "kind": "struct"
    },
    "xgbe_phy_if": {
      "size": 256,
      "fields": {
        "an_isr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "phy_config_aneg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        },
        "phy_exit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "phy_impl": {
          "type": {
            "kind": "struct",
            "name": "xgbe_phy_impl_if"
          },
          "offset": 72
        },
        "phy_init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "phy_reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "phy_start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "phy_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "phy_stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "phy_valid_speed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        }
      },
      "kind": "struct"
    },
    "xgbe_phy_impl_if": {
      "size": 184,
      "fields": {
        "an_advertising": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "an_config": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 112
        },
        "an_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 104
        },
        "an_outcome": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 128
        },
        "an_post": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 144
        },
        "an_pre": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 136
        },
        "cur_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 88
        },
        "exit": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "get_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        },
        "get_type": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 96
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "kr_training_post": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 160
        },
        "kr_training_pre": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 152
        },
        "link_status": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "module_eeprom": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 176
        },
        "module_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 168
        },
        "reset": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "set_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "start": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "stop": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "switch_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 80
        },
        "use_mode": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 56
        },
        "valid_speed": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "xgbe_prv_data": {
      "size": 4920,
      "fields": {
        "aal": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1720
        },
        "active_vlans": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 3936
        },
        "adev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "acpi_device"
            }
          },
          "offset": 16
        },
        "an_again": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4672
        },
        "an_cdr_track_early": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4808
        },
        "an_int": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4580
        },
        "an_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 336
        },
        "an_irq_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 384
        },
        "an_irq_work": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 4472
        },
        "an_mode": {
          "type": {
            "kind": "enum",
            "name": "xgbe_an_mode"
          },
          "offset": 4696
        },
        "an_mutex": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 4592
        },
        "an_name": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4416
        },
        "an_result": {
          "type": {
            "kind": "enum",
            "name": "xgbe_an"
          },
          "offset": 4624
        },
        "an_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 352
        },
        "an_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4688
        },
        "an_state": {
          "type": {
            "kind": "enum",
            "name": "xgbe_an"
          },
          "offset": 4628
        },
        "an_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4584
        },
        "an_supported": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4676
        },
        "an_work": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 4640
        },
        "an_workqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 4464
        },
        "arcr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1380
        },
        "awarcr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1388
        },
        "awcr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1384
        },
        "axgbe_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 4824
        },
        "blen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1712
        },
        "chan_irq_res": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "resource"
              }
            }
          },
          "offset": 392
        },
        "channel": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xgbe_channel"
              }
            }
          },
          "offset": 1528
        },
        "channel_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1668
        },
        "channel_irq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 528
        },
        "channel_irq_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 532
        },
        "coherent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1376
        },
        "debug_level": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4904
        },
        "desc_ded_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 280
        },
        "desc_ded_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 256
        },
        "desc_if": {
          "type": {
            "kind": "struct",
            "name": "xgbe_desc_if"
          },
          "offset": 1280
        },
        "desc_sec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 284
        },
        "desc_sec_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 24
        },
        "dev_irq": {
          "type": {
            "kind": "struct",
            "name": "if_irq"
          },
          "offset": 288
        },
        "dev_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 312
        },
        "dev_irq_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 360
        },
        "dev_state": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 208
        },
        "dev_workqueue": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 1392
        },
        "dmat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "ecc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 320
        },
        "ecc_irq_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 368
        },
        "ecc_name": {
          "type": {
            "count": 48,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 536
        },
        "ecc_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 344
        },
        "enable_rss": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2992
        },
        "ext_stats": {
          "type": {
            "kind": "struct",
            "name": "xgbe_ext_stats"
          },
          "offset": 3368
        },
        "features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4816
        },
        "fec_ability": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4684
        },
        "hw_feat": {
          "type": {
            "kind": "struct",
            "name": "xgbe_hw_features"
          },
          "offset": 4080
        },
        "hw_if": {
          "type": {
            "kind": "struct",
            "name": "xgbe_hw_if"
          },
          "offset": 592
        },
        "i2c": {
          "type": {
            "kind": "struct",
            "name": "xgbe_i2c"
          },
          "offset": 4704
        },
        "i2c_complete": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4800
        },
        "i2c_if": {
          "type": {
            "kind": "struct",
            "name": "xgbe_i2c_if"
          },
          "offset": 1336
        },
        "i2c_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 328
        },
        "i2c_irq_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 376
        },
        "i2c_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 4768
        },
        "i2c_rid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 348
        },
        "irq_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 524
        },
        "isr_as_tasklet": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 584
        },
        "kr_redrv": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4412
        },
        "kr_state": {
          "type": {
            "kind": "enum",
            "name": "xgbe_rx"
          },
          "offset": 4632
        },
        "kx_state": {
          "type": {
            "kind": "enum",
            "name": "xgbe_rx"
          },
          "offset": 4636
        },
        "link_check": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4368
        },
        "link_workaround": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4912
        },
        "lpm_ctrl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4804
        },
        "mac_addr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 3024
        },
        "mdio_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4408
        },
        "mdio_mmd": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4364
        },
        "mdio_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 4376
        },
        "mmc_stats": {
          "type": {
            "kind": "struct",
            "name": "xgbe_mmc_stats"
          },
          "offset": 3040
        },
        "msg_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4284
        },
        "netdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "netdev_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3032
        },
        "new_rx_ring_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1692
        },
        "new_tx_ring_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1688
        },
        "num_active_vlans": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3944
        },
        "parallel_detect": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4680
        },
        "pause_autoneg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1784
        },
        "pbl": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1716
        },
        "pcie_bus": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4856
        },
        "pcie_device": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4860
        },
        "pcie_func": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4864
        },
        "pdev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "platform_device"
            }
          },
          "offset": 8
        },
        "per_channel_irq": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 520
        },
        "phy": {
          "type": {
            "kind": "struct",
            "name": "xgbe_phy"
          },
          "offset": 4312
        },
        "phy_data": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 4304
        },
        "phy_if": {
          "type": {
            "kind": "struct",
            "name": "xgbe_phy_if"
          },
          "offset": 1024
        },
        "phy_link": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4288
        },
        "phy_speed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4292
        },
        "phy_started": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4296
        },
        "power_down": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4280
        },
        "pp0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 88
        },
        "pp1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 92
        },
        "pp2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 96
        },
        "pp3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 100
        },
        "pp4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "prio2q_map": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4048
        },
        "ptpclk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clk"
            }
          },
          "offset": 3968
        },
        "ptpclk_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3976
        },
        "q2tc_map": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 3984
        },
        "rd_osr_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1724
        },
        "restart_work": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 4216
        },
        "rss_key": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1924
        },
        "rss_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 176
        },
        "rss_options": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2988
        },
        "rss_table": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1964
        },
        "rx_buf_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1780
        },
        "rx_coalesce_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4896
        },
        "rx_ded_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 276
        },
        "rx_ded_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 240
        },
        "rx_desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1684
        },
        "rx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1776
        },
        "rx_max_channel_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1660
        },
        "rx_max_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1756
        },
        "rx_max_q_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1700
        },
        "rx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1792
        },
        "rx_q_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1708
        },
        "rx_rfa": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1796
        },
        "rx_rfd": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1860
        },
        "rx_ring_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1680
        },
        "rx_riwt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1768
        },
        "rx_sec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 272
        },
        "rx_sec_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 232
        },
        "rx_sf_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1748
        },
        "rx_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1752
        },
        "rx_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1772
        },
        "rxtx_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 64
        },
        "serdes_blwc": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4508
        },
        "serdes_cdr_rate": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4520
        },
        "serdes_dfe_tap_cfg": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4556
        },
        "serdes_dfe_tap_ena": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4568
        },
        "serdes_pq_skew": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4532
        },
        "serdes_tx_amp": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 4544
        },
        "service_timer": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 1432
        },
        "service_work": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 1400
        },
        "sir0_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 72
        },
        "sir1_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 80
        },
        "speed_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4504
        },
        "sph_enable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4908
        },
        "stopdev_work": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 4248
        },
        "sys_op": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 4872
        },
        "sysclk": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "clk"
            }
          },
          "offset": 3952
        },
        "sysclk_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3960
        },
        "sysctl_an_cdr_track_early": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4853
        },
        "sysctl_an_cdr_workaround": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 4852
        },
        "sysctl_xgmac_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4832
        },
        "sysctl_xi2c_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4848
        },
        "sysctl_xpcs_mmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4836
        },
        "sysctl_xpcs_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4840
        },
        "sysctl_xprop_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4844
        },
        "timer_mutex": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 1496
        },
        "total_channel_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1664
        },
        "tx_ded_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 268
        },
        "tx_ded_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 224
        },
        "tx_desc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1676
        },
        "tx_frames": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1764
        },
        "tx_max_channel_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1656
        },
        "tx_max_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1744
        },
        "tx_max_q_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1696
        },
        "tx_osp_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1740
        },
        "tx_pause": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1788
        },
        "tx_q_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1704
        },
        "tx_ring_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1672
        },
        "tx_sec_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 264
        },
        "tx_sec_period": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 216
        },
        "tx_sf_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1732
        },
        "tx_threshold": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1736
        },
        "tx_usecs": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1760
        },
        "use_acpi": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "use_adaptive_rx_coalesce": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4880
        },
        "use_adaptive_tx_coalesce": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 4888
        },
        "vdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_version_data"
            }
          },
          "offset": 32
        },
        "vxlan_features": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 3016
        },
        "vxlan_force_disable": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3004
        },
        "vxlan_offloads_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3000
        },
        "vxlan_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3012
        },
        "vxlan_port_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 3008
        },
        "vxlan_port_set": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 2996
        },
        "wr_osr_limit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1728
        },
        "xgmac_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 48
        },
        "xpcs_lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 120
        },
        "xpcs_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 56
        },
        "xpcs_window": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 160
        },
        "xpcs_window_def_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 152
        },
        "xpcs_window_mask": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 168
        },
        "xpcs_window_sel_reg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 156
        },
        "xpcs_window_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 164
        }
      },
      "kind": "struct"
    },
    "xgbe_ring": {
      "size": 192,
      "fields": {
        "coalesce_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 136
        },
        "cur": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 128
        },
        "dirty": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "spinlock_t"
          },
          "offset": 0
        },
        "packet_data": {
          "type": {
            "kind": "struct",
            "name": "xgbe_packet_data"
          },
          "offset": 32
        },
        "prev_count": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 154
        },
        "prev_pidx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 152
        },
        "rdata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_ring_data"
            }
          },
          "offset": 120
        },
        "rdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_ring_desc"
            }
          },
          "offset": 96
        },
        "rdesc_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "rdesc_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_ed1b0e4ca3f908d7"
          },
          "offset": 140,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "xgbe_ring_data": {
      "size": 48,
      "fields": {
        "rdata_paddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "rdesc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xgbe_ring_desc"
            }
          },
          "offset": 0
        },
        "rx": {
          "type": {
            "kind": "struct",
            "name": "xgbe_rx_ring_data"
          },
          "offset": 24
        },
        "state": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f103c7ada4c8476a"
          },
          "offset": 32
        },
        "state_saved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "tx": {
          "type": {
            "kind": "struct",
            "name": "xgbe_tx_ring_data"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xgbe_ring_desc": {
      "size": 16,
      "fields": {
        "desc0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "desc1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "desc2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "desc3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "xgbe_rx_ring_data": {
      "size": 4,
      "fields": {
        "hdr_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "xgbe_sfp_ascii": {
      "size": 17,
      "fields": {
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_12729c92173a45d0"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xgbe_sfp_eeprom": {
      "size": 128,
      "fields": {
        "base": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "extd": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 64
        },
        "vendor": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 96
        }
      },
      "kind": "struct"
    },
    "xgbe_stats": {
      "size": 40,
      "fields": {
        "stat_offset": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "stat_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "stat_string": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xgbe_tx_ring_data": {
      "size": 8,
      "fields": {
        "bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "packets": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xgbe_version_data": {
      "size": 56,
      "fields": {
        "an_cdr_workaround": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ecc_support": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "i2c_support": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "init_function_ptrs_phy_impl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "irq_reissue_support": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mmc_64bit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "rx_desc_prefetch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "rx_max_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "tx_desc_prefetch": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "tx_max_fifo_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "tx_tstamp_workaround": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "xpcs_access": {
          "type": {
            "kind": "enum",
            "name": "xgbe_xpcs_access"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xhci_bos_desc": {
      "size": 27,
      "fields": {
        "bosd": {
          "type": {
            "kind": "struct",
            "name": "usb_bos_descriptor"
          },
          "offset": 0
        },
        "cidd": {
          "type": {
            "kind": "struct",
            "name": "usb_devcap_container_id_descriptor"
          },
          "offset": 22
        },
        "usb2extd": {
          "type": {
            "kind": "struct",
            "name": "usb_devcap_usb2ext_descriptor"
          },
          "offset": 5
        },
        "usbdcd": {
          "type": {
            "kind": "struct",
            "name": "usb_devcap_ss_descriptor"
          },
          "offset": 12
        }
      },
      "kind": "struct"
    },
    "xhci_config_desc": {
      "size": 31,
      "fields": {
        "confd": {
          "type": {
            "kind": "struct",
            "name": "usb_config_descriptor"
          },
          "offset": 0
        },
        "endpcd": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_ss_comp_descriptor"
          },
          "offset": 25
        },
        "endpd": {
          "type": {
            "kind": "struct",
            "name": "usb_endpoint_descriptor"
          },
          "offset": 18
        },
        "ifcd": {
          "type": {
            "kind": "struct",
            "name": "usb_interface_descriptor"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "xhci_dev_ctx": {
      "size": 1024,
      "fields": {
        "ctx_ep": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_endp_ctx"
            }
          },
          "offset": 32
        },
        "ctx_slot": {
          "type": {
            "kind": "struct",
            "name": "xhci_slot_ctx"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xhci_dev_ctx64": {
      "size": 2048,
      "fields": {
        "ctx_ep": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_endp_ctx64"
            }
          },
          "offset": 64
        },
        "ctx_slot": {
          "type": {
            "kind": "struct",
            "name": "xhci_slot_ctx64"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xhci_dev_ctx_addr": {
      "size": 3200,
      "fields": {
        "padding": {
          "type": {
            "kind": "struct",
            "name": "unnamed_efb292b2f133abde"
          },
          "offset": 1088
        },
        "qwBaaDevCtxAddr": {
          "type": {
            "count": 129,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 0
        },
        "qwSpBufPtr": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 1152
        }
      },
      "kind": "struct"
    },
    "xhci_endp_ctx": {
      "size": 32,
      "fields": {
        "dwEpCtx0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dwEpCtx1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dwEpCtx4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dwEpCtx5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dwEpCtx6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dwEpCtx7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "qwEpCtx2": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xhci_endp_ctx64": {
      "size": 64,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "xhci_endp_ctx"
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "xhci_endpoint_ext": {
      "size": 304,
      "fields": {
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 264
        },
        "physaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 272
        },
        "trb": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xhci_trb"
            }
          },
          "offset": 0
        },
        "trb_ep_maxp": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 299
        },
        "trb_ep_mode": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 298
        },
        "trb_halted": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 296
        },
        "trb_index": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 288
        },
        "trb_running": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 297
        },
        "trb_used": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 280
        },
        "xfer": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xhci_event_ring_seg": {
      "size": 16,
      "fields": {
        "dwEvrsReserved": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dwEvrsTableSize": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "qwEvrsTablePtr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xhci_hub_desc": {
      "size": 128,
      "fields": {
        "hubd": {
          "type": {
            "kind": "struct",
            "name": "usb_hub_ss_descriptor"
          },
          "offset": 0
        },
        "ps": {
          "type": {
            "kind": "struct",
            "name": "usb_port_status"
          },
          "offset": 0
        },
        "stat": {
          "type": {
            "kind": "struct",
            "name": "usb_status"
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "union"
    },
    "xhci_hw_dev": {
      "size": 12184,
      "fields": {
        "context_num": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12183
        },
        "device_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 0
        },
        "device_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 1904
        },
        "endp": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_endpoint_ext"
            }
          },
          "offset": 2448
        },
        "endpoint_pc": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 112
        },
        "endpoint_pg": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 1936
        },
        "ep_configured": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12176
        },
        "input_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 56
        },
        "input_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 1920
        },
        "nports": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12181
        },
        "state": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12180
        },
        "tt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 12182
        }
      },
      "kind": "struct"
    },
    "xhci_hw_root": {
      "size": 4096,
      "fields": {
        "hwr_commands": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_trb"
            }
          },
          "offset": 3840
        },
        "hwr_events": {
          "type": {
            "count": 232,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_trb"
            }
          },
          "offset": 128
        },
        "hwr_ring_seg": {
          "type": {
            "count": 1,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_event_ring_seg"
            }
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "kind": "struct",
            "name": "unnamed_efb292b2f133abde"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "xhci_hw_softc": {
      "size": 1590312,
      "fields": {
        "ctx_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 56
        },
        "ctx_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 14464
        },
        "devs": {
          "type": {
            "count": 129,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_hw_dev"
            }
          },
          "offset": 18576
        },
        "root_pc": {
          "type": {
            "kind": "struct",
            "name": "usb_page_cache"
          },
          "offset": 0
        },
        "root_pg": {
          "type": {
            "kind": "struct",
            "name": "usb_page"
          },
          "offset": 14448
        },
        "scratch_pc": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 112
        },
        "scratch_pg": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_page"
            }
          },
          "offset": 14480
        }
      },
      "kind": "struct"
    },
    "xhci_input_ctx": {
      "size": 32,
      "fields": {
        "dwInCtx0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dwInCtx1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dwInCtx2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dwInCtx3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dwInCtx4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dwInCtx5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dwInCtx6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dwInCtx7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "xhci_input_ctx64": {
      "size": 64,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "xhci_input_ctx"
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "xhci_input_dev_ctx": {
      "size": 1056,
      "fields": {
        "ctx_ep": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_endp_ctx"
            }
          },
          "offset": 64
        },
        "ctx_input": {
          "type": {
            "kind": "struct",
            "name": "xhci_input_ctx"
          },
          "offset": 0
        },
        "ctx_slot": {
          "type": {
            "kind": "struct",
            "name": "xhci_slot_ctx"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "xhci_input_dev_ctx64": {
      "size": 2112,
      "fields": {
        "ctx_ep": {
          "type": {
            "count": 31,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_endp_ctx64"
            }
          },
          "offset": 128
        },
        "ctx_input": {
          "type": {
            "kind": "struct",
            "name": "xhci_input_ctx64"
          },
          "offset": 0
        },
        "ctx_slot": {
          "type": {
            "kind": "struct",
            "name": "xhci_slot_ctx64"
          },
          "offset": 64
        }
      },
      "kind": "struct"
    },
    "xhci_slot_ctx": {
      "size": 32,
      "fields": {
        "dwSctx0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "dwSctx1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "dwSctx2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dwSctx3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "dwSctx4": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "dwSctx5": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "dwSctx6": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        },
        "dwSctx7": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "xhci_slot_ctx64": {
      "size": 64,
      "fields": {
        "ctx": {
          "type": {
            "kind": "struct",
            "name": "xhci_slot_ctx"
          },
          "offset": 0
        },
        "padding": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "xhci_softc": {
      "size": 1593440,
      "fields": {
        "sc_bus": {
          "type": {
            "kind": "struct",
            "name": "usb_bus"
          },
          "offset": 1590312
        },
        "sc_callout": {
          "type": {
            "kind": "struct",
            "name": "usb_callout"
          },
          "offset": 1592000
        },
        "sc_capa_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1593356
        },
        "sc_cmd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1593344
        },
        "sc_cmd_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1593328
        },
        "sc_cmd_cv": {
          "type": {
            "kind": "struct",
            "name": "cv"
          },
          "offset": 1592200
        },
        "sc_cmd_result": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 1593336
        },
        "sc_cmd_sx": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 1592216
        },
        "sc_command_ccs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593379
        },
        "sc_command_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1593372
        },
        "sc_conf": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593382
        },
        "sc_config_msg": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "usb_bus_msg"
            }
          },
          "offset": 1591920
        },
        "sc_ctlstep": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593383
        },
        "sc_ctx_is_64_byte": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593416
        },
        "sc_devices": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_device"
              }
            }
          },
          "offset": 1592248
        },
        "sc_door_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1593364
        },
        "sc_erst_max": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1593368
        },
        "sc_event_ccs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593378
        },
        "sc_event_idx": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1593370
        },
        "sc_exit_lat_max": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1593348
        },
        "sc_hub_desc": {
          "type": {
            "kind": "union",
            "name": "xhci_hub_desc"
          },
          "offset": 1592072
        },
        "sc_hub_idata": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1593384
        },
        "sc_hw": {
          "type": {
            "kind": "struct",
            "name": "xhci_hw_softc"
          },
          "offset": 0
        },
        "sc_imod_default": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1593374
        },
        "sc_intr_hdl": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 1593296
        },
        "sc_io_hdl": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1593320
        },
        "sc_io_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1593272
        },
        "sc_io_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1593304
        },
        "sc_io_tag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 1593312
        },
        "sc_irq_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1593280
        },
        "sc_ist": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593418
        },
        "sc_msix_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 1593288
        },
        "sc_no_deconfigure": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593417
        },
        "sc_noport": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593381
        },
        "sc_noscratch": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1593376
        },
        "sc_noslot": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1593380
        },
        "sc_oper_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1593352
        },
        "sc_port_route": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 1592064
        },
        "sc_quirks": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1593436
        },
        "sc_runt_off": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1593360
        },
        "sc_vendor": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1593419
        }
      },
      "kind": "struct"
    },
    "xhci_std_temp": {
      "size": 64,
      "fields": {
        "average": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        },
        "direction": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 58
        },
        "do_isoc_sync": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 62
        },
        "isoc_delta": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 52
        },
        "isoc_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "last_frame": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 56
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "max_packet_size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "multishort": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 55
        },
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "pc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 8
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xhci_softc"
            }
          },
          "offset": 0
        },
        "shortpkt": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 54
        },
        "step_td": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 61
        },
        "tbc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 59
        },
        "td": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xhci_td"
            }
          },
          "offset": 16
        },
        "td_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xhci_td"
            }
          },
          "offset": 24
        },
        "tlbpc": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 60
        },
        "trb_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 57
        }
      },
      "kind": "struct"
    },
    "xhci_td": {
      "size": 352,
      "fields": {
        "alt_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xhci_td"
            }
          },
          "offset": 304
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 328
        },
        "next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xhci_td"
            }
          },
          "offset": 296
        },
        "ntrb": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 336
        },
        "obj_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xhci_td"
            }
          },
          "offset": 312
        },
        "page_cache": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_page_cache"
            }
          },
          "offset": 320
        },
        "remainder": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 332
        },
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 337
        },
        "td_self": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 288
        },
        "td_trb": {
          "type": {
            "count": 18,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xhci_trb"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xhci_trb": {
      "size": 16,
      "fields": {
        "dwTrb2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "dwTrb3": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "qwTrb0": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xinpcb": {
      "size": 400,
      "fields": {
        "in6p_cksum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 368
        },
        "in6p_hops": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 388
        },
        "inp_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 356
        },
        "inp_flags2": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 360
        },
        "inp_flow": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 344
        },
        "inp_flowid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 348
        },
        "inp_flowtype": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 352
        },
        "inp_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 296
        },
        "inp_inc": {
          "type": {
            "kind": "struct",
            "name": "in_conninfo"
          },
          "offset": 248
        },
        "inp_ip_minttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 395
        },
        "inp_ip_p": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 394
        },
        "inp_ip_tos": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 390
        },
        "inp_ip_ttl": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 393
        },
        "inp_ppcb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 304
        },
        "inp_spare32": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 372
        },
        "inp_spare64": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 312
        },
        "inp_spare8": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "signed char"
            }
          },
          "offset": 396
        },
        "inp_unused": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 364
        },
        "inp_vflag": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 392
        },
        "pad8": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 391
        },
        "xi_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xi_socket": {
          "type": {
            "kind": "struct",
            "name": "xsocket"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xinpgen": {
      "size": 64,
      "fields": {
        "_xig_spare32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "_xig_spare64": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned long"
            }
          },
          "offset": 32
        },
        "xig_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xig_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "xig_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xig_sogen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xl_chain": {
      "size": 48,
      "fields": {
        "xl_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 40
        },
        "xl_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "xl_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain"
            }
          },
          "offset": 16
        },
        "xl_phys": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "xl_prev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain"
            }
          },
          "offset": 24
        },
        "xl_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_list"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xl_chain_data": {
      "size": 17440,
      "fields": {
        "xl_rx_chain": {
          "type": {
            "count": 128,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain_onefrag"
            }
          },
          "offset": 0
        },
        "xl_rx_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain_onefrag"
            }
          },
          "offset": 17392
        },
        "xl_tx_chain": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain"
            }
          },
          "offset": 4096
        },
        "xl_tx_cnt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17432
        },
        "xl_tx_cons": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17428
        },
        "xl_tx_free": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain"
            }
          },
          "offset": 17416
        },
        "xl_tx_head": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain"
            }
          },
          "offset": 17400
        },
        "xl_tx_prod": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17424
        },
        "xl_tx_segs": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_segment_t"
            }
          },
          "offset": 16384
        },
        "xl_tx_tail": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain"
            }
          },
          "offset": 17408
        }
      },
      "kind": "struct"
    },
    "xl_chain_onefrag": {
      "size": 32,
      "fields": {
        "xl_map": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 24
        },
        "xl_mbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 8
        },
        "xl_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_chain_onefrag"
            }
          },
          "offset": 16
        },
        "xl_ptr": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_list_onefrag"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xl_frag": {
      "size": 8,
      "fields": {
        "xl_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xl_len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xl_list": {
      "size": 512,
      "fields": {
        "xl_frag": {
          "type": {
            "count": 63,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xl_frag"
            }
          },
          "offset": 8
        },
        "xl_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xl_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xl_list_data": {
      "size": 64,
      "fields": {
        "xl_rx_dmaaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "xl_rx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 32
        },
        "xl_rx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_list_onefrag"
            }
          },
          "offset": 0
        },
        "xl_rx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 24
        },
        "xl_tx_dmaaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "xl_tx_dmamap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 56
        },
        "xl_tx_list": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_list"
            }
          },
          "offset": 8
        },
        "xl_tx_tag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "xl_list_onefrag": {
      "size": 16,
      "fields": {
        "xl_frag": {
          "type": {
            "kind": "struct",
            "name": "xl_frag"
          },
          "offset": 8
        },
        "xl_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xl_status": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xl_softc": {
      "size": 17816,
      "fields": {
        "ifmedia": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 16
        },
        "xl_bhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "xl_btag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "xl_caps": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 138
        },
        "xl_cdata": {
          "type": {
            "kind": "struct",
            "name": "xl_chain_data"
          },
          "offset": 216
        },
        "xl_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 8
        },
        "xl_fhandle": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 17736
        },
        "xl_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17724
        },
        "xl_fres": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 17728
        },
        "xl_ftag": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 17744
        },
        "xl_if_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 148
        },
        "xl_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 0
        },
        "xl_info": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xl_type"
            }
          },
          "offset": 104
        },
        "xl_intrhand": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 72
        },
        "xl_irq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 80
        },
        "xl_ldata": {
          "type": {
            "kind": "struct",
            "name": "xl_list_data"
          },
          "offset": 152
        },
        "xl_media": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 136
        },
        "xl_miibus": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 96
        },
        "xl_mtag": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dma_tag"
            }
          },
          "offset": 112
        },
        "xl_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 17752
        },
        "xl_pmcap": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 144
        },
        "xl_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 88
        },
        "xl_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 17784
        },
        "xl_tick_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 17656
        },
        "xl_tmpmap": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bus_dmamap"
            }
          },
          "offset": 120
        },
        "xl_tx_thresh": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 140
        },
        "xl_type": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 128
        },
        "xl_wdog_timer": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 17720
        },
        "xl_xcvr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 132
        }
      },
      "kind": "struct"
    },
    "xl_stats": {
      "size": 16,
      "fields": {
        "status": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 14
        },
        "xl_carrier_lost": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "xl_rx_bytes_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "xl_rx_frames_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "xl_rx_overrun": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 5
        },
        "xl_sqe_errs": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "xl_tx_bytes_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "xl_tx_deferred": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "xl_tx_frames_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "xl_tx_late_collision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "xl_tx_multi_collision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        },
        "xl_tx_single_collision": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "xl_upper_frames_ok": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "xl_type": {
      "size": 16,
      "fields": {
        "xl_did": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        },
        "xl_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "xl_vid": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xmmacc": {
      "size": 16,
      "fields": {
        "xmm_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xnb_pkt": {
      "size": 28,
      "fields": {
        "car": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "car_size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 18
        },
        "cdr": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "error": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 24
        },
        "extra": {
          "type": {
            "kind": "struct",
            "name": "netif_extra_info_t"
          },
          "offset": 8
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 20
        },
        "list_len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 22
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xnb_ring_config": {
      "size": 64,
      "fields": {
        "back_ring": {
          "type": {
            "kind": "union",
            "name": "unnamed_f78eb3fc32093745"
          },
          "offset": 0
        },
        "bus_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "gnt_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 48
        },
        "ring_pages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 52
        },
        "ring_ref": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "va": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "xnb_softc": {
      "size": 5520,
      "fields": {
        "abi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "bridge": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 72
        },
        "can_sg": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 106
        },
        "carrier": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 56
        },
        "dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "evtchn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "flags": {
          "type": {
            "kind": "enum",
            "name": "unnamed_651dfbc2fcb9bcad"
          },
          "offset": 5392
        },
        "gnt_base_addr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5384
        },
        "gso": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 107
        },
        "gso_prefix": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 108
        },
        "handle": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 88
        },
        "if_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 5500
        },
        "ip_csum": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 109
        },
        "kva": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 5376
        },
        "kva_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5496
        },
        "mac": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 60
        },
        "otherend_id": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 104
        },
        "pseudo_phys_res": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "resource"
            }
          },
          "offset": 5232
        },
        "pseudo_phys_res_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 5240
        },
        "ring_configs": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "xnb_ring_config"
            }
          },
          "offset": 5248
        },
        "rx_gnttab": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gnttab_copy"
            }
          },
          "offset": 112
        },
        "rx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5400
        },
        "sc_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5432
        },
        "sc_media": {
          "type": {
            "kind": "struct",
            "name": "ifmedia"
          },
          "offset": 8
        },
        "tx_gnttab": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "gnttab_copy"
            }
          },
          "offset": 2672
        },
        "tx_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 5464
        },
        "xen_intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 96
        },
        "xnb_ifp": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ifnet"
            }
          },
          "offset": 48
        }
      },
      "kind": "struct"
    },
    "xp_ops": {
      "size": 48,
      "fields": {
        "xp_ack": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "xp_control": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 40
        },
        "xp_destroy": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "xp_recv": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "xp_reply": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "xp_stat": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xprison": {
      "size": 1560,
      "fields": {
        "pr_cpusetid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "pr_host": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1040
        },
        "pr_id": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "pr_ip4s": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1552
        },
        "pr_ip6s": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 1556
        },
        "pr_name": {
          "type": {
            "count": 256,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 1296
        },
        "pr_path": {
          "type": {
            "count": 1024,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pr_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "pr_version": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xpt_proto": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xpt_proto_ops"
            }
          },
          "offset": 16
        },
        "proto": {
          "type": {
            "kind": "enum",
            "name": "unnamed_3c1aa804a2a4a30b"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xpt_proto_ops": {
      "size": 24,
      "fields": {
        "announce_sbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "debug_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "denounce_sbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xpt_softc": {
      "size": 280,
      "fields": {
        "boot_callout": {
          "type": {
            "kind": "struct",
            "name": "callout"
          },
          "offset": 112
        },
        "boot_delay": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "boot_task": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 176
        },
        "bus_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "buses_config_done": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "buses_to_config": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "ccb_scanq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_f79209ac548d6a9d"
          },
          "offset": 64
        },
        "highpowerq": {
          "type": {
            "kind": "struct",
            "name": "highpowerlist"
          },
          "offset": 40
        },
        "num_highpower": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 56
        },
        "xpt_busses": {
          "type": {
            "kind": "struct",
            "name": "unnamed_3cf7c871a074a338"
          },
          "offset": 88
        },
        "xpt_generation": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "xpt_highpower_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "xpt_rootmount": {
          "type": {
            "kind": "struct",
            "name": "root_hold_token"
          },
          "offset": 208
        },
        "xpt_taskq": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "taskqueue"
            }
          },
          "offset": 272
        },
        "xpt_topo_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 240
        }
      },
      "kind": "struct"
    },
    "xpt_traverse_config": {
      "size": 24,
      "fields": {
        "depth": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1cdc6daa41d12340"
          },
          "offset": 0
        },
        "tr_arg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 16
        },
        "tr_func": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xpt_xport": {
      "size": 24,
      "fields": {
        "name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "ops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xpt_xport_ops"
            }
          },
          "offset": 16
        },
        "xport": {
          "type": {
            "kind": "enum",
            "name": "unnamed_f4b06cd7959ef653"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xpt_xport_ops": {
      "size": 40,
      "fields": {
        "action": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "alloc_device": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "announce_sbuf": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 32
        },
        "async": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "reldev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xs_dev_data": {
      "size": 8328,
      "fields": {
        "ev_rsel": {
          "type": {
            "kind": "struct",
            "name": "selinfo"
          },
          "offset": 8256
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8224
        },
        "read_buffer": {
          "type": {
            "count": 4096,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4116
        },
        "read_cons": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8212
        },
        "read_prod": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8216
        },
        "transactions": {
          "type": {
            "kind": "struct",
            "name": "unnamed_eadf12176fd61122"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_c1c5700a15451b47"
          },
          "offset": 20
        },
        "watches": {
          "type": {
            "kind": "struct",
            "name": "unnamed_54d0ff39e29c49d1"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xs_dev_transaction": {
      "size": 24,
      "fields": {
        "handle": {
          "type": {
            "kind": "struct",
            "name": "xs_transaction"
          },
          "offset": 16
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_23431f772e1333b9"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xs_dev_watch": {
      "size": 80,
      "fields": {
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cc7987964579fe9d"
          },
          "offset": 0
        },
        "token": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 64
        },
        "user": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_dev_data"
            }
          },
          "offset": 72
        },
        "watch": {
          "type": {
            "kind": "struct",
            "name": "xs_watch"
          },
          "offset": 16
        }
      },
      "kind": "struct"
    },
    "xs_softc": {
      "size": 344,
      "fields": {
        "evtchn": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 256
        },
        "gpfn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 248
        },
        "initialized": {
          "type": {
            "kind": "base",
            "name": "_Bool"
          },
          "offset": 304
        },
        "registered_watches": {
          "type": {
            "kind": "struct",
            "name": "xs_watch_list"
          },
          "offset": 120
        },
        "registered_watches_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 128
        },
        "reply_list": {
          "type": {
            "kind": "struct",
            "name": "xs_stored_msg_list"
          },
          "offset": 72
        },
        "reply_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 88
        },
        "request_mutex": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 40
        },
        "ring_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 8
        },
        "watch_events": {
          "type": {
            "kind": "struct",
            "name": "xs_stored_msg_list"
          },
          "offset": 160
        },
        "watch_events_lock": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 176
        },
        "xen_intr_handle": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 264
        },
        "xenwatch_mutex": {
          "type": {
            "kind": "struct",
            "name": "sx"
          },
          "offset": 216
        },
        "xenwatch_pid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 208
        },
        "xs_attachcb": {
          "type": {
            "kind": "struct",
            "name": "intr_config_hook"
          },
          "offset": 272
        },
        "xs_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 0
        },
        "xs_late_init": {
          "type": {
            "kind": "struct",
            "name": "task"
          },
          "offset": 312
        }
      },
      "kind": "struct"
    },
    "xs_stored_msg": {
      "size": 56,
      "fields": {
        "hdr": {
          "type": {
            "kind": "struct",
            "name": "xsd_sockmsg"
          },
          "offset": 16
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_82b1b4dea73dd663"
          },
          "offset": 0
        },
        "u": {
          "type": {
            "kind": "union",
            "name": "unnamed_8bccd337cbc81ff1"
          },
          "offset": 32
        }
      },
      "kind": "struct"
    },
    "xs_stored_msg_list": {
      "size": 16,
      "fields": {
        "tqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_stored_msg"
            }
          },
          "offset": 0
        },
        "tqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "xs_stored_msg"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xs_transaction": {
      "size": 4,
      "fields": {
        "id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xs_watch": {
      "size": 48,
      "fields": {
        "callback": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "callback_data": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "list": {
          "type": {
            "kind": "struct",
            "name": "unnamed_75797376c29af82d"
          },
          "offset": 0
        },
        "max_pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 40
        },
        "node": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 16
        },
        "pending": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 44
        }
      },
      "kind": "struct"
    },
    "xs_watch_list": {
      "size": 8,
      "fields": {
        "lh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xs_watch"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xsave_area_elm_descr": {
      "size": 8,
      "fields": {
        "offset": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "size": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        }
      },
      "kind": "struct"
    },
    "xsd_errors": {
      "size": 16,
      "fields": {
        "errnum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "errstring": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xsd_sockmsg": {
      "size": 16,
      "fields": {
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "req_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "tx_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "type": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xsockbuf": {
      "size": 36,
      "fields": {
        "sb_cc": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "sb_flags": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 32
        },
        "sb_hiwat": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sb_lowat": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "sb_mbcnt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "sb_mbmax": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 20
        },
        "sb_spare0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 12
        },
        "sb_spare1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "sb_timeo": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        }
      },
      "kind": "struct"
    },
    "xsocket": {
      "size": 240,
      "fields": {
        "so_error": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 166
        },
        "so_incqlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 108
        },
        "so_linger": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 160
        },
        "so_oobmark": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "so_options": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 158
        },
        "so_pcb": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "so_pgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "so_qlen": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 104
        },
        "so_qlimit": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 112
        },
        "so_rcv": {
          "type": {
            "kind": "struct",
            "name": "xsockbuf"
          },
          "offset": 168
        },
        "so_snd": {
          "type": {
            "kind": "struct",
            "name": "xsockbuf"
          },
          "offset": 204
        },
        "so_spare32": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 124
        },
        "so_spare64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 32
        },
        "so_state": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 162
        },
        "so_timeo": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 164
        },
        "so_type": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 156
        },
        "so_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 120
        },
        "xso_family": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "xso_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xso_protocol": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "xso_so": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xstate_hdr": {
      "size": 64,
      "fields": {
        "xstate_bv": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xstate_rsrv": {
          "type": {
            "count": 40,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "xstate_rsrv0": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 16
        },
        "xstate_xcomp_bv": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xstorm_eth_ag_context": {
      "size": 128,
      "fields": {
        "cdu_reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 7
        },
        "reserved0": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "reserved1": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "reserved2": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 6
        },
        "reserved3": {
          "type": {
            "count": 30,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xstorm_eth_st_context": {
      "size": 240,
      "fields": {
        "reserved0": {
          "type": {
            "count": 60,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xstorm_per_queue_stats": {
      "size": 40,
      "fields": {
        "bcast_bytes_sent": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 16
        },
        "bcast_pkts_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "error_drop_pkts": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 36
        },
        "mcast_bytes_sent": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 8
        },
        "mcast_pkts_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 28
        },
        "ucast_bytes_sent": {
          "type": {
            "kind": "struct",
            "name": "regpair_t"
          },
          "offset": 0
        },
        "ucast_pkts_sent": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xswdev": {
      "size": 32,
      "fields": {
        "xsw_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xsw_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "xsw_nblks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "xsw_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "xsw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xswdev11": {
      "size": 20,
      "fields": {
        "xsw_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xsw_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "xsw_nblks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "xsw_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "xsw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xswdev32": {
      "size": 24,
      "fields": {
        "xsw_dev1": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "xsw_dev2": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xsw_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "xsw_nblks": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "xsw_used": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "xsw_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xtcpcb": {
      "size": 744,
      "fields": {
        "spare16": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 654
        },
        "spare32": {
          "type": {
            "count": 22,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 656
        },
        "spare64": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 520
        },
        "t_dsack_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 640
        },
        "t_dsack_pack": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 648
        },
        "t_dsack_tlp_bytes": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 644
        },
        "t_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 572
        },
        "t_logstate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 612
        },
        "t_maxseg": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 624
        },
        "t_rcv_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 628
        },
        "t_rcvoopack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 584
        },
        "t_rcvtime": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 588
        },
        "t_snd_cwnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 616
        },
        "t_snd_ssthresh": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 620
        },
        "t_snd_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 632
        },
        "t_sndrexmitpack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 580
        },
        "t_sndzerowin": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 576
        },
        "t_state": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 568
        },
        "tt_2msl": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 604
        },
        "tt_delack": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 608
        },
        "tt_keep": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 600
        },
        "tt_persist": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 596
        },
        "tt_rexmt": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 592
        },
        "xt_cc": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 504
        },
        "xt_ecn": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 636
        },
        "xt_encaps_port": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 652
        },
        "xt_inp": {
          "type": {
            "kind": "struct",
            "name": "xinpcb"
          },
          "offset": 8
        },
        "xt_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xt_logid": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 440
        },
        "xt_stack": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 408
        }
      },
      "kind": "struct"
    },
    "xtty": {
      "size": 88,
      "fields": {
        "xt_column": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 64
        },
        "xt_dev": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 80
        },
        "xt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 76
        },
        "xt_incc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "xt_inlc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "xt_inlow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "xt_insize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "xt_outcc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "xt_outlow": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 56
        },
        "xt_outsize": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "xt_pgid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 68
        },
        "xt_sid": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "xt_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xucred": {
      "size": 88,
      "fields": {
        "cr_groups": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned int"
            }
          },
          "offset": 12
        },
        "cr_ngroups": {
          "type": {
            "kind": "base",
            "name": "short"
          },
          "offset": 8
        },
        "cr_uid": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "cr_version": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_a1cf532186904787"
          },
          "offset": 80,
          "anonymous": true
        }
      },
      "kind": "struct"
    },
    "xunpcb": {
      "size": 904,
      "fields": {
        "unnamed_field_0": {
          "type": {
            "kind": "union",
            "name": "unnamed_f6acf9fed5ac4d87"
          },
          "offset": 152,
          "anonymous": true
        },
        "unnamed_field_1": {
          "type": {
            "kind": "union",
            "name": "unnamed_33d86d3453a14865"
          },
          "offset": 408,
          "anonymous": true
        },
        "unp_conn": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "unp_gencnt": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 48
        },
        "unp_vnode": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "xu_firstref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "xu_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xu_nextref": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "xu_socket": {
          "type": {
            "kind": "struct",
            "name": "xsocket"
          },
          "offset": 664
        },
        "xu_spare32": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 120
        },
        "xu_spare64": {
          "type": {
            "count": 8,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "long"
            }
          },
          "offset": 56
        },
        "xu_unpp": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xunpgen": {
      "size": 32,
      "fields": {
        "xug_count": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "xug_gen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "xug_len": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        },
        "xug_sogen": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        }
      },
      "kind": "struct"
    },
    "xvfsconf": {
      "size": 48,
      "fields": {
        "vfc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "vfc_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        },
        "vfc_next": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsconf"
            }
          },
          "offset": 40
        },
        "vfc_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vfc_typenum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vfc_vfsops": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vfsops"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xvfsconf32": {
      "size": 36,
      "fields": {
        "vfc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "vfc_name": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 4
        },
        "vfc_next": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "vfc_refcount": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "vfc_typenum": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "vfc_vfsops": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xz_buf": {
      "size": 48,
      "fields": {
        "in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "in_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "in_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "out_pos": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "out_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "xz_dec": {
      "size": 1224,
      "fields": {
        "allow_buf_error": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "block": {
          "type": {
            "kind": "struct",
            "name": "unnamed_7ffce31288b70a35"
          },
          "offset": 80
        },
        "block_header": {
          "type": {
            "kind": "struct",
            "name": "unnamed_da515d9579207848"
          },
          "offset": 56
        },
        "check_type": {
          "type": {
            "kind": "enum",
            "name": "xz_check"
          },
          "offset": 40
        },
        "crc": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 32
        },
        "in_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "index": {
          "type": {
            "kind": "struct",
            "name": "unnamed_aee129e67050ebcf"
          },
          "offset": 128
        },
        "lzma2": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "xz_dec_lzma2"
            }
          },
          "offset": 1216
        },
        "mode": {
          "type": {
            "kind": "enum",
            "name": "xz_mode"
          },
          "offset": 44
        },
        "out_start": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 24
        },
        "pos": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 4
        },
        "sequence": {
          "type": {
            "kind": "enum",
            "name": "unnamed_1c9637e92bb4a783"
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_819147dade6f2ce2"
          },
          "offset": 176
        },
        "vli": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "xz_dec_hash": {
      "size": 24,
      "fields": {
        "crc32": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "uncompressed": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "unpadded": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "xz_dec_lzma2": {
      "size": 28504,
      "fields": {
        "dict": {
          "type": {
            "kind": "struct",
            "name": "dictionary"
          },
          "offset": 40
        },
        "lzma": {
          "type": {
            "kind": "struct",
            "name": "lzma_dec"
          },
          "offset": 128
        },
        "lzma2": {
          "type": {
            "kind": "struct",
            "name": "lzma2_dec"
          },
          "offset": 104
        },
        "rc": {
          "type": {
            "kind": "struct",
            "name": "rc_dec"
          },
          "offset": 0
        },
        "temp": {
          "type": {
            "kind": "struct",
            "name": "unnamed_fe7fb80db70a775e"
          },
          "offset": 28432
        }
      },
      "kind": "struct"
    },
    "yenta_chipinfo": {
      "size": 24,
      "fields": {
        "yc_chiptype": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "yc_id": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 0
        },
        "yc_name": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "yield_args": {
      "size": 8,
      "fields": {
        "dummy": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "ymmacc": {
      "size": 16,
      "fields": {
        "ymm_bytes": {
          "type": {
            "count": 16,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "z_info": {
      "size": 128,
      "fields": {
        "bps": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "channels": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 16
        },
        "dst": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 12
        },
        "quality": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "rdst": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 4
        },
        "rsrc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 0
        },
        "src": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        },
        "z_alloc": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 104
        },
        "z_alpha": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 36
        },
        "z_alphadrift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 84
        },
        "z_coeff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 48
        },
        "z_dcoeff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 56
        },
        "z_delay": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 40
        },
        "z_dx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 76
        },
        "z_dy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 80
        },
        "z_full": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 100
        },
        "z_gx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "z_gy": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "z_mask": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 92
        },
        "z_maxfeed": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 116
        },
        "z_pcoeff": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "int"
            }
          },
          "offset": 64
        },
        "z_pos": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 112
        },
        "z_resample": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 120
        },
        "z_scale": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 72
        },
        "z_size": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 96
        },
        "z_start": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 108
        },
        "z_startdrift": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        }
      },
      "kind": "struct"
    },
    "z_stream": {
      "size": 112,
      "fields": {
        "adler": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "avail_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "avail_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "data_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "next_in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "next_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "opaque": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "internal_state"
            }
          },
          "offset": 56
        },
        "total_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "total_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "zalloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "zfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "z_stream_s": {
      "size": 112,
      "fields": {
        "adler": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 96
        },
        "avail_in": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 8
        },
        "avail_out": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 32
        },
        "data_type": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 88
        },
        "msg": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "char"
            }
          },
          "offset": 48
        },
        "next_in": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 0
        },
        "next_out": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 24
        },
        "opaque": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "reserved": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 104
        },
        "state": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "internal_state"
            }
          },
          "offset": 56
        },
        "total_in": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 16
        },
        "total_out": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 40
        },
        "zalloc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 64
        },
        "zfree": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 72
        }
      },
      "kind": "struct"
    },
    "zbuf": {
      "size": 40,
      "fields": {
        "zb_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 20
        },
        "zb_header": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "bpf_zbuf_header"
            }
          },
          "offset": 32
        },
        "zb_numpages": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 16
        },
        "zb_pages": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "sf_buf"
              }
            }
          },
          "offset": 24
        },
        "zb_size": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 8
        },
        "zb_uaddr": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "zstdio_stream": {
      "size": 88,
      "fields": {
        "zst_buffer": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 56
        },
        "zst_inbuffer": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_inBuffer"
          },
          "offset": 8
        },
        "zst_maxiosz": {
          "type": {
            "kind": "base",
            "name": "unsigned long"
          },
          "offset": 64
        },
        "zst_off": {
          "type": {
            "kind": "base",
            "name": "long"
          },
          "offset": 72
        },
        "zst_outbuffer": {
          "type": {
            "kind": "struct",
            "name": "ZSTD_outBuffer"
          },
          "offset": 32
        },
        "zst_static_wkspc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "void"
            }
          },
          "offset": 80
        },
        "zst_stream": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_CCtx"
            }
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "zyd_cmd": {
      "size": 66,
      "fields": {
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "data": {
          "type": {
            "count": 64,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "zyd_notif_retry": {
      "size": 10,
      "fields": {
        "count": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 8
        },
        "macaddr": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 2
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "zyd_pair": {
      "size": 4,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "zyd_phy_pair": {
      "size": 4,
      "fields": {
        "reg": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "val": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "zyd_plcphdr": {
      "size": 5,
      "fields": {
        "reserved": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 1
        },
        "service": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 3
        },
        "signal": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    },
    "zyd_rf": {
      "size": 56,
      "fields": {
        "bandedge6": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 24
        },
        "idx": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 44
        },
        "init": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 0
        },
        "rf_sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_softc"
            }
          },
          "offset": 32
        },
        "set_channel": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 16
        },
        "switch_radio": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 8
        },
        "update_pwr": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "zyd_rfwrite_cmd": {
      "size": 68,
      "fields": {
        "bit": {
          "type": {
            "count": 32,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 4
        },
        "code": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 0
        },
        "width": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "zyd_rq": {
      "size": 48,
      "fields": {
        "cmd": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_cmd"
            }
          },
          "offset": 0
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 32
        },
        "idata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned short"
            }
          },
          "offset": 8
        },
        "ilen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 24
        },
        "odata": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_pair"
            }
          },
          "offset": 16
        },
        "olen": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 28
        },
        "rq": {
          "type": {
            "kind": "struct",
            "name": "unnamed_cb158a67c0fb2374"
          },
          "offset": 40
        }
      },
      "kind": "struct"
    },
    "zyd_rx_data": {
      "size": 16,
      "fields": {
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 0
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "zyd_rx_desc": {
      "size": 8,
      "fields": {
        "len": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "count": 2,
              "kind": "array",
              "subtype": {
                "kind": "base",
                "name": "unsigned char"
              }
            }
          },
          "offset": 0
        },
        "tag": {
          "type": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 6
        }
      },
      "kind": "struct"
    },
    "zyd_rx_radiotap_header": {
      "size": 16,
      "fields": {
        "wr_antnoise": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 15
        },
        "wr_antsignal": {
          "type": {
            "kind": "base",
            "name": "signed char"
          },
          "offset": 14
        },
        "wr_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wr_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wr_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wr_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wr_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "zyd_rx_stat": {
      "size": 5,
      "fields": {
        "cipher": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 4
        },
        "rssi": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 1
        },
        "signal_cck": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "signal_ofdm": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 2
        }
      },
      "kind": "struct"
    },
    "zyd_softc": {
      "size": 28072,
      "fields": {
        "sc_al2230s": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27464
        },
        "sc_atim_wnd": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27472
        },
        "sc_bandedge6": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27465
        },
        "sc_bcn_int": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27480
        },
        "sc_bssid": {
          "type": {
            "count": 6,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27554
        },
        "sc_cckgain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27467
        },
        "sc_dev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "_device"
            }
          },
          "offset": 27312
        },
        "sc_fix_cr157": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27468
        },
        "sc_flags": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27360
        },
        "sc_fwbase": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27456
        },
        "sc_fwrev": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 27460
        },
        "sc_ibuf": {
          "type": {
            "kind": "struct",
            "name": "zyd_cmd"
          },
          "offset": 27972
        },
        "sc_ic": {
          "type": {
            "kind": "struct",
            "name": "ieee80211com"
          },
          "offset": 0
        },
        "sc_ledtype": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27469
        },
        "sc_macrev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27459
        },
        "sc_mtx": {
          "type": {
            "kind": "struct",
            "name": "mtx"
          },
          "offset": 27560
        },
        "sc_newphy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27466
        },
        "sc_ofdm36_cal": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27512
        },
        "sc_ofdm48_cal": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27526
        },
        "sc_ofdm54_cal": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27540
        },
        "sc_parev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27463
        },
        "sc_pre_tbtt": {
          "type": {
            "kind": "base",
            "name": "unsigned int"
          },
          "offset": 27476
        },
        "sc_pwrcal": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27484
        },
        "sc_pwrint": {
          "type": {
            "count": 14,
            "kind": "array",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          },
          "offset": 27498
        },
        "sc_regdomain": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27458
        },
        "sc_rf": {
          "type": {
            "kind": "struct",
            "name": "zyd_rf"
          },
          "offset": 27368
        },
        "sc_rfrev": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27462
        },
        "sc_rqh": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a7e10c11f25492d"
          },
          "offset": 27440
        },
        "sc_rtx": {
          "type": {
            "kind": "struct",
            "name": "unnamed_1a7e10c11f25492d"
          },
          "offset": 27424
        },
        "sc_rx_count": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27968
        },
        "sc_rx_data": {
          "type": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "zyd_rx_data"
            }
          },
          "offset": 27920
        },
        "sc_rx_desc": {
          "type": {
            "kind": "struct",
            "name": "zyd_rx_desc"
          },
          "offset": 27908
        },
        "sc_rxtap": {
          "type": {
            "kind": "struct",
            "name": "zyd_rx_radiotap_header"
          },
          "offset": 28040
        },
        "sc_snd": {
          "type": {
            "kind": "struct",
            "name": "mbufq"
          },
          "offset": 27288
        },
        "sc_txled": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 27470
        },
        "sc_txs": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_ratectl_tx_status"
          },
          "offset": 27248
        },
        "sc_txtap": {
          "type": {
            "kind": "struct",
            "name": "zyd_tx_radiotap_header"
          },
          "offset": 28056
        },
        "sc_udev": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "usb_device"
            }
          },
          "offset": 27320
        },
        "sc_xfer": {
          "type": {
            "count": 4,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "usb_xfer"
              }
            }
          },
          "offset": 27328
        },
        "tx_data": {
          "type": {
            "count": 5,
            "kind": "array",
            "subtype": {
              "kind": "struct",
              "name": "zyd_tx_data"
            }
          },
          "offset": 27592
        },
        "tx_free": {
          "type": {
            "kind": "struct",
            "name": "zyd_txdhead"
          },
          "offset": 27888
        },
        "tx_nfree": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 27904
        },
        "tx_q": {
          "type": {
            "kind": "struct",
            "name": "zyd_txdhead"
          },
          "offset": 27872
        }
      },
      "kind": "struct"
    },
    "zyd_tx_data": {
      "size": 56,
      "fields": {
        "desc": {
          "type": {
            "kind": "struct",
            "name": "zyd_tx_desc"
          },
          "offset": 16
        },
        "m": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "mbuf"
            }
          },
          "offset": 32
        },
        "next": {
          "type": {
            "kind": "struct",
            "name": "unnamed_8830f1e4d88f406f"
          },
          "offset": 0
        },
        "ni": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ieee80211_node"
            }
          },
          "offset": 40
        },
        "rate": {
          "type": {
            "kind": "base",
            "name": "int"
          },
          "offset": 48
        },
        "sc": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_softc"
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "zyd_tx_desc": {
      "size": 11,
      "fields": {
        "flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 3
        },
        "len": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 1
        },
        "nextlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 9
        },
        "phy": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 0
        },
        "pktlen": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 4
        },
        "plcp_length": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 6
        },
        "plcp_service": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "zyd_tx_radiotap_header": {
      "size": 14,
      "fields": {
        "wt_chan_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 12
        },
        "wt_chan_freq": {
          "type": {
            "kind": "base",
            "name": "unsigned short"
          },
          "offset": 10
        },
        "wt_flags": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 8
        },
        "wt_ihdr": {
          "type": {
            "kind": "struct",
            "name": "ieee80211_radiotap_header"
          },
          "offset": 0
        },
        "wt_rate": {
          "type": {
            "kind": "base",
            "name": "unsigned char"
          },
          "offset": 9
        }
      },
      "kind": "struct"
    },
    "zyd_txdhead": {
      "size": 16,
      "fields": {
        "stqh_first": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "zyd_tx_data"
            }
          },
          "offset": 0
        },
        "stqh_last": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "zyd_tx_data"
              }
            }
          },
          "offset": 8
        }
      },
      "kind": "struct"
    },
    "zyd_vap": {
      "size": 3064,
      "fields": {
        "newstate": {
          "type": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          },
          "offset": 3056
        },
        "vap": {
          "type": {
            "kind": "struct",
            "name": "ieee80211vap"
          },
          "offset": 0
        }
      },
      "kind": "struct"
    }
  },
  "enums": {
    "AcpiDmarScopeType": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_DMAR_SCOPE_TYPE_BRIDGE": 2,
        "ACPI_DMAR_SCOPE_TYPE_ENDPOINT": 1,
        "ACPI_DMAR_SCOPE_TYPE_HPET": 4,
        "ACPI_DMAR_SCOPE_TYPE_IOAPIC": 3,
        "ACPI_DMAR_SCOPE_TYPE_NAMESPACE": 5,
        "ACPI_DMAR_SCOPE_TYPE_NOT_USED": 0,
        "ACPI_DMAR_SCOPE_TYPE_RESERVED": 6
      }
    },
    "AcpiDmarType": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_DMAR_TYPE_HARDWARE_AFFINITY": 3,
        "ACPI_DMAR_TYPE_HARDWARE_UNIT": 0,
        "ACPI_DMAR_TYPE_NAMESPACE": 4,
        "ACPI_DMAR_TYPE_RESERVED": 6,
        "ACPI_DMAR_TYPE_RESERVED_MEMORY": 1,
        "ACPI_DMAR_TYPE_ROOT_ATS": 2,
        "ACPI_DMAR_TYPE_SATC": 5
      }
    },
    "AcpiHestNotifyTypes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_HEST_NOTIFY_CMCI": 5,
        "ACPI_HEST_NOTIFY_EXTERNAL": 1,
        "ACPI_HEST_NOTIFY_GPIO": 7,
        "ACPI_HEST_NOTIFY_GSIV": 10,
        "ACPI_HEST_NOTIFY_LOCAL": 2,
        "ACPI_HEST_NOTIFY_MCE": 6,
        "ACPI_HEST_NOTIFY_NMI": 4,
        "ACPI_HEST_NOTIFY_POLLED": 0,
        "ACPI_HEST_NOTIFY_RESERVED": 12,
        "ACPI_HEST_NOTIFY_SCI": 3,
        "ACPI_HEST_NOTIFY_SEA": 8,
        "ACPI_HEST_NOTIFY_SEI": 9,
        "ACPI_HEST_NOTIFY_SOFTWARE_DELEGATED": 11
      }
    },
    "AcpiHestTypes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_HEST_TYPE_AER_BRIDGE": 8,
        "ACPI_HEST_TYPE_AER_ENDPOINT": 7,
        "ACPI_HEST_TYPE_AER_ROOT_PORT": 6,
        "ACPI_HEST_TYPE_GENERIC_ERROR": 9,
        "ACPI_HEST_TYPE_GENERIC_ERROR_V2": 10,
        "ACPI_HEST_TYPE_IA32_CHECK": 0,
        "ACPI_HEST_TYPE_IA32_CORRECTED_CHECK": 1,
        "ACPI_HEST_TYPE_IA32_DEFERRED_CHECK": 11,
        "ACPI_HEST_TYPE_IA32_NMI": 2,
        "ACPI_HEST_TYPE_NOT_USED3": 3,
        "ACPI_HEST_TYPE_NOT_USED4": 4,
        "ACPI_HEST_TYPE_NOT_USED5": 5,
        "ACPI_HEST_TYPE_RESERVED": 12
      }
    },
    "AcpiMadtType": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_MADT_TYPE_BIO_PIC": 22,
        "ACPI_MADT_TYPE_CORE_PIC": 17,
        "ACPI_MADT_TYPE_EIO_PIC": 20,
        "ACPI_MADT_TYPE_GENERIC_DISTRIBUTOR": 12,
        "ACPI_MADT_TYPE_GENERIC_INTERRUPT": 11,
        "ACPI_MADT_TYPE_GENERIC_MSI_FRAME": 13,
        "ACPI_MADT_TYPE_GENERIC_REDISTRIBUTOR": 14,
        "ACPI_MADT_TYPE_GENERIC_TRANSLATOR": 15,
        "ACPI_MADT_TYPE_HT_PIC": 19,
        "ACPI_MADT_TYPE_INTERRUPT_OVERRIDE": 2,
        "ACPI_MADT_TYPE_INTERRUPT_SOURCE": 8,
        "ACPI_MADT_TYPE_IO_APIC": 1,
        "ACPI_MADT_TYPE_IO_SAPIC": 6,
        "ACPI_MADT_TYPE_LIO_PIC": 18,
        "ACPI_MADT_TYPE_LOCAL_APIC": 0,
        "ACPI_MADT_TYPE_LOCAL_APIC_NMI": 4,
        "ACPI_MADT_TYPE_LOCAL_APIC_OVERRIDE": 5,
        "ACPI_MADT_TYPE_LOCAL_SAPIC": 7,
        "ACPI_MADT_TYPE_LOCAL_X2APIC": 9,
        "ACPI_MADT_TYPE_LOCAL_X2APIC_NMI": 10,
        "ACPI_MADT_TYPE_LPC_PIC": 23,
        "ACPI_MADT_TYPE_MSI_PIC": 21,
        "ACPI_MADT_TYPE_MULTIPROC_WAKEUP": 16,
        "ACPI_MADT_TYPE_NMI_SOURCE": 3,
        "ACPI_MADT_TYPE_OEM_RESERVED": 128,
        "ACPI_MADT_TYPE_RESERVED": 24
      }
    },
    "AcpiReturnPackageTypes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_PTYPE1_FIXED": 1,
        "ACPI_PTYPE1_OPTION": 3,
        "ACPI_PTYPE1_VAR": 2,
        "ACPI_PTYPE2": 4,
        "ACPI_PTYPE2_COUNT": 5,
        "ACPI_PTYPE2_FIXED": 7,
        "ACPI_PTYPE2_FIX_VAR": 10,
        "ACPI_PTYPE2_MIN": 8,
        "ACPI_PTYPE2_PKG_COUNT": 6,
        "ACPI_PTYPE2_REV_FIXED": 9,
        "ACPI_PTYPE2_UUID_PAIR": 12,
        "ACPI_PTYPE2_VAR_VAR": 11,
        "ACPI_PTYPE_CUSTOM": 13
      }
    },
    "AcpiSratType": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_SRAT_TYPE_CPU_AFFINITY": 0,
        "ACPI_SRAT_TYPE_GENERIC_AFFINITY": 5,
        "ACPI_SRAT_TYPE_GENERIC_PORT_AFFINITY": 6,
        "ACPI_SRAT_TYPE_GICC_AFFINITY": 3,
        "ACPI_SRAT_TYPE_GIC_ITS_AFFINITY": 4,
        "ACPI_SRAT_TYPE_MEMORY_AFFINITY": 1,
        "ACPI_SRAT_TYPE_RESERVED": 7,
        "ACPI_SRAT_TYPE_X2APIC_CPU_AFFINITY": 2
      }
    },
    "Ar5416_Rates": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "Ar5416RateSize": 36,
        "rate11l": 13,
        "rate11s": 14,
        "rate12mb": 2,
        "rate18mb": 3,
        "rate1l": 8,
        "rate24mb": 4,
        "rate2l": 9,
        "rate2s": 10,
        "rate36mb": 5,
        "rate48mb": 6,
        "rate54mb": 7,
        "rate5_5l": 11,
        "rate5_5s": 12,
        "rate6mb": 0,
        "rate9mb": 1,
        "rateDupCck": 32,
        "rateDupOfdm": 33,
        "rateExtCck": 34,
        "rateExtOfdm": 35,
        "rateHt20_0": 16,
        "rateHt20_1": 17,
        "rateHt20_2": 18,
        "rateHt20_3": 19,
        "rateHt20_4": 20,
        "rateHt20_5": 21,
        "rateHt20_6": 22,
        "rateHt20_7": 23,
        "rateHt40_0": 24,
        "rateHt40_1": 25,
        "rateHt40_2": 26,
        "rateHt40_3": 27,
        "rateHt40_4": 28,
        "rateHt40_5": 29,
        "rateHt40_6": 30,
        "rateHt40_7": 31,
        "rateXr": 15
      }
    },
    "Ar9300EepromTemplate": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ar9300_eeprom_template_ap111": 9,
        "ar9300_eeprom_template_ap121": 10,
        "ar9300_eeprom_template_aphrodite": 15,
        "ar9300_eeprom_template_generic": 2,
        "ar9300_eeprom_template_hb112": 3,
        "ar9300_eeprom_template_hb116": 4,
        "ar9300_eeprom_template_hornet_generic": 11,
        "ar9300_eeprom_template_osprey_k31": 14,
        "ar9300_eeprom_template_tb417": 8,
        "ar9300_eeprom_template_wasp_2": 12,
        "ar9300_eeprom_template_wasp_k31": 13,
        "ar9300_eeprom_template_xb112": 5,
        "ar9300_eeprom_template_xb113": 6,
        "ar9300_eeprom_template_xb114": 7
      }
    },
    "COMMON_SUBSYSTEM_OPCODES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OPCODE_COMMON_ADD_IFACE_MAC": 59,
        "OPCODE_COMMON_ADD_IFACE_QUEUE_FILTER": 145,
        "OPCODE_COMMON_ALLOC_RESOURCE_EXTENTS": 156,
        "OPCODE_COMMON_CONFIG_IFACE_VLAN": 4,
        "OPCODE_COMMON_CREATE_CQ": 12,
        "OPCODE_COMMON_CREATE_EQ": 13,
        "OPCODE_COMMON_CREATE_IFACE": 50,
        "OPCODE_COMMON_CREATE_MQ": 21,
        "OPCODE_COMMON_CREATE_MQ_EXT": 90,
        "OPCODE_COMMON_DEALLOC_RESOURCE_EXTENTS": 157,
        "OPCODE_COMMON_DEL_IFACE_MAC": 60,
        "OPCODE_COMMON_DEL_IFACE_QUEUE_FILTER": 146,
        "OPCODE_COMMON_DESTROY_CQ": 54,
        "OPCODE_COMMON_DESTROY_EQ": 55,
        "OPCODE_COMMON_DESTROY_IFACE": 51,
        "OPCODE_COMMON_DESTROY_MQ": 53,
        "OPCODE_COMMON_FUNCTION_RESET": 61,
        "OPCODE_COMMON_GET_ACTIVE_PROFILE": 167,
        "OPCODE_COMMON_GET_ADAPTER_ID": 110,
        "OPCODE_COMMON_GET_ALLOCATED_RESOURCE_EXTENTS": 155,
        "OPCODE_COMMON_GET_AVAIL_PERSONALITIES": 113,
        "OPCODE_COMMON_GET_BEACON_CONFIG": 70,
        "OPCODE_COMMON_GET_BE_CONFIGURATION_RESOURCES": 81,
        "OPCODE_COMMON_GET_BOOT_CONFIG": 66,
        "OPCODE_COMMON_GET_CNTL_ADDL_ATTRIBUTES": 121,
        "OPCODE_COMMON_GET_CNTL_ATTRIBUTES": 32,
        "OPCODE_COMMON_GET_CONFIG_PERSONALITIES": 114,
        "OPCODE_COMMON_GET_CONFIG_SIGNATURE": 78,
        "OPCODE_COMMON_GET_FLOW_CONTROL": 37,
        "OPCODE_COMMON_GET_FUNCTION_CONFIG": 160,
        "OPCODE_COMMON_GET_FUNCTION_PRIVILEGES": 170,
        "OPCODE_COMMON_GET_FW_VERSION": 35,
        "OPCODE_COMMON_GET_HSW_CONFIG": 152,
        "OPCODE_COMMON_GET_IFACE_MAC_LIST": 147,
        "OPCODE_COMMON_GET_IFACE_VLAN_LIST": 150,
        "OPCODE_COMMON_GET_INSTALLED_FEATURES": 112,
        "OPCODE_COMMON_GET_MR_PROFILE_CAPACITIES": 162,
        "OPCODE_COMMON_GET_NCSI_CONFIG": 86,
        "OPCODE_COMMON_GET_OEM_ATTRIBUTES": 76,
        "OPCODE_COMMON_GET_PHYSICAL_LINK_CONFIG": 71,
        "OPCODE_COMMON_GET_PHY_CONFIG": 102,
        "OPCODE_COMMON_GET_PORT_NAME": 77,
        "OPCODE_COMMON_GET_PROFILE_CAPACITIES": 161,
        "OPCODE_COMMON_GET_PROFILE_CONFIG": 164,
        "OPCODE_COMMON_GET_PROFILE_LIST": 166,
        "OPCODE_COMMON_GET_QOS": 27,
        "OPCODE_COMMON_GET_RESET_NEEDED": 84,
        "OPCODE_COMMON_GET_RESOURCE_EXTENT_INFO": 154,
        "OPCODE_COMMON_GET_SERIAL_NUMBER": 85,
        "OPCODE_COMMON_GET_UPGRADE_FEATURES": 111,
        "OPCODE_COMMON_MODIFY_CQ": 149,
        "OPCODE_COMMON_MODIFY_EQ_DELAY": 41,
        "OPCODE_COMMON_MODIFY_MSI_MESSAGES": 52,
        "OPCODE_COMMON_NOP": 33,
        "OPCODE_COMMON_QUERY_FIRMWARE_CONFIG": 58,
        "OPCODE_COMMON_QUERY_IFACE_MAC": 1,
        "OPCODE_COMMON_QUERY_LINK_CONFIG": 5,
        "OPCODE_COMMON_QUERY_MAX_MBX_BUFFER_SIZE": 8,
        "OPCODE_COMMON_QUERY_TCB": 144,
        "OPCODE_COMMON_READ_EPROM": 30,
        "OPCODE_COMMON_READ_FLASHROM": 6,
        "OPCODE_COMMON_READ_OBJECT": 171,
        "OPCODE_COMMON_READ_TRANSRECEIVER_DATA": 73,
        "OPCODE_COMMON_RESET_LICENSES": 116,
        "OPCODE_COMMON_SEND_ACTIVATION": 115,
        "OPCODE_COMMON_SET_ACTIVE_PROFILE": 168,
        "OPCODE_COMMON_SET_BEACON_CONFIG": 69,
        "OPCODE_COMMON_SET_BE_CONFIGURATION_RESOURCES": 82,
        "OPCODE_COMMON_SET_CONFIG_SIGNATURE": 79,
        "OPCODE_COMMON_SET_DIAG_REGISTERS": 158,
        "OPCODE_COMMON_SET_FLOW_CONTROL": 36,
        "OPCODE_COMMON_SET_FRAME_SIZE": 39,
        "OPCODE_COMMON_SET_FUNCTIONAL_CAPS": 103,
        "OPCODE_COMMON_SET_FUNCTION_PRIVILEGES": 100,
        "OPCODE_COMMON_SET_HSW_CONFIG": 153,
        "OPCODE_COMMON_SET_IFACE_MAC": 2,
        "OPCODE_COMMON_SET_IFACE_MAC_LIST": 148,
        "OPCODE_COMMON_SET_IFACE_MULTICAST": 3,
        "OPCODE_COMMON_SET_IFACE_RX_FILTER": 34,
        "OPCODE_COMMON_SET_IFACE_VLAN_LIST": 151,
        "OPCODE_COMMON_SET_LOGICAL_LINK_CONFIG": 80,
        "OPCODE_COMMON_SET_MR_PROFILE_CAPACITIES": 163,
        "OPCODE_COMMON_SET_NCSI_CONFIG": 87,
        "OPCODE_COMMON_SET_NTWK_LINK_SPEED": 57,
        "OPCODE_COMMON_SET_PHYSICAL_LINK_CONFIG": 62,
        "OPCODE_COMMON_SET_PROFILE_CONFIG": 165,
        "OPCODE_COMMON_SET_QOS": 28,
        "OPCODE_COMMON_SET_VF_PORT_TYPE": 101,
        "OPCODE_COMMON_UPLOAD_TCP": 56,
        "OPCODE_COMMON_WRITE_FLASHROM": 7,
        "OPCODE_COMMON_WRITE_OBJECT": 172,
        "OPCPDE_COMMON_SET_BOOT_CONFIG": 67
      }
    },
    "CPL_error": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPL_CONTAINS_READ_RPL": 60,
        "CPL_CONTAINS_WRITE_RPL": 61,
        "CPL_ERR_ABORT_FAILED": 42,
        "CPL_ERR_ARP_MISS": 23,
        "CPL_ERR_BAD_LENGTH": 15,
        "CPL_ERR_BAD_ROUTE": 18,
        "CPL_ERR_BAD_SYN": 24,
        "CPL_ERR_CONN_EXIST": 22,
        "CPL_ERR_CONN_EXIST_SYNRECV": 21,
        "CPL_ERR_CONN_RESET": 20,
        "CPL_ERR_CONN_TIMEDOUT": 30,
        "CPL_ERR_FINWAIT2_TIMEDOUT": 33,
        "CPL_ERR_IWARP_FLM": 50,
        "CPL_ERR_KEEPALIVE_TIMEDOUT": 34,
        "CPL_ERR_KEEPALV_NEG_ADVICE": 37,
        "CPL_ERR_NONE": 0,
        "CPL_ERR_PERSIST_NEG_ADVICE": 36,
        "CPL_ERR_PERSIST_TIMEDOUT": 32,
        "CPL_ERR_RTX_NEG_ADVICE": 35,
        "CPL_ERR_TCAM_FULL": 3,
        "CPL_ERR_TCAM_MISS": 2,
        "CPL_ERR_TCAM_PARITY": 1,
        "CPL_ERR_WAIT_ARP_RPL": 41,
        "CPL_ERR_XMIT_TIMEDOUT": 31
      }
    },
    "CPL_opcode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPL_ABORT_REQ": 10,
        "CPL_ABORT_REQ_RSS": 48,
        "CPL_ABORT_RPL": 11,
        "CPL_ABORT_RPL_RSS": 49,
        "CPL_ACT_ESTABLISH": 80,
        "CPL_ACT_OPEN_REQ": 3,
        "CPL_ACT_OPEN_RPL": 64,
        "CPL_ASYNC_NOTIF": 128,
        "CPL_BARRIER": 24,
        "CPL_CLOSE_CON_REQ": 8,
        "CPL_CLOSE_CON_RPL": 50,
        "CPL_CLOSE_LISTSRV_REQ": 9,
        "CPL_CLOSE_LISTSRV_RPL": 32,
        "CPL_ERROR": 33,
        "CPL_GET_TCB": 6,
        "CPL_GET_TCB_RPL": 34,
        "CPL_ISCSI_HDR": 51,
        "CPL_L2T_READ_REQ": 19,
        "CPL_L2T_READ_RPL": 52,
        "CPL_L2T_WRITE_REQ": 18,
        "CPL_L2T_WRITE_RPL": 35,
        "CPL_PASS_ACCEPT_REQ": 112,
        "CPL_PASS_ACCEPT_RPL": 2,
        "CPL_PASS_ESTABLISH": 81,
        "CPL_PASS_OPEN_REQ": 1,
        "CPL_PASS_OPEN_RPL": 65,
        "CPL_PCMD": 7,
        "CPL_PCMD_READ": 23,
        "CPL_PCMD_READ_RPL": 36,
        "CPL_PCMD_RPL": 37,
        "CPL_PEER_CLOSE": 38,
        "CPL_RDMA_CQE": 53,
        "CPL_RDMA_CQE_ERR": 55,
        "CPL_RDMA_CQE_READ_RSP": 54,
        "CPL_RDMA_EC_STATUS": 165,
        "CPL_RDMA_READ_REQ": 161,
        "CPL_RDMA_TERMINATE": 162,
        "CPL_RTE_DELETE_REQ": 15,
        "CPL_RTE_DELETE_RPL": 39,
        "CPL_RTE_READ_REQ": 17,
        "CPL_RTE_READ_RPL": 56,
        "CPL_RTE_WRITE_REQ": 16,
        "CPL_RTE_WRITE_RPL": 40,
        "CPL_RX_DATA": 57,
        "CPL_RX_DATA_ACK": 13,
        "CPL_RX_DATA_DDP": 66,
        "CPL_RX_DDP_COMPLETE": 41,
        "CPL_RX_PHYS_ADDR": 42,
        "CPL_RX_PKT": 43,
        "CPL_RX_URG_NOTIFY": 44,
        "CPL_SET_TCB": 4,
        "CPL_SET_TCB_FIELD": 5,
        "CPL_SET_TCB_RPL": 45,
        "CPL_SGE_EC_CR_RETURN": 166,
        "CPL_SMT_READ_REQ": 21,
        "CPL_SMT_READ_RPL": 67,
        "CPL_SMT_WRITE_REQ": 20,
        "CPL_SMT_WRITE_RPL": 46,
        "CPL_TID_RELEASE": 26,
        "CPL_TRACE_PKT": 163,
        "CPL_TX_DATA": 12,
        "CPL_TX_DATA_ACK": 47,
        "CPL_TX_DMA_ACK": 160,
        "CPL_TX_PKT": 14,
        "CPL_TX_PKT_LSO": 22,
        "NUM_CPL_CMDS": 167
      }
    },
    "CQFW_FUNCTION_CAPABILITIES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FNC_HDS": 16384,
        "FNC_LEGACY_MODE": 8,
        "FNC_LRO": 1048576,
        "FNC_NETQ": 131072,
        "FNC_PROMISCUOUS": 4,
        "FNC_QGROUPS": 262144,
        "FNC_RSS": 2,
        "FNC_UNCLASSIFIED_STATS": 1,
        "FNC_VLAN_OFFLOAD": 8388608,
        "FNC_VMQ": 65536
      }
    },
    "CQFW_FUNCTION_MODES_SUPPORTED": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FNM_BE2_COMPAT_MODE": 8192,
        "FNM_BE3_COMPAT_MODE": 65536,
        "FNM_DAL_MODE": 256,
        "FNM_FCOE_INI_MODE": 64,
        "FNM_FCOE_TGT_MODE": 128,
        "FNM_FLEX10_MODE": 1024,
        "FNM_INVALID_MODE": 32768,
        "FNM_IPV6_MODE": 4096,
        "FNM_ISCSI_INI_MODE": 16,
        "FNM_ISCSI_TGT_MODE": 32,
        "FNM_LRO_MODE": 512,
        "FNM_NCSI_MODE": 2048,
        "FNM_NIC_MODE": 2,
        "FNM_ONE_GB_EN": 2097152,
        "FNM_RDMA_MODE": 4,
        "FNM_TOE_MODE": 1,
        "FNM_UMC_DEF_EN": 1048576,
        "FNM_UMC_MODE": 16777216,
        "FNM_VM_MODE": 8,
        "FNM_VNIC_DEF_EN": 8388608,
        "FNM_VNIC_DEF_VALID": 4194304,
        "FNM_VNIC_MODE": 131072,
        "FNM_VNTAG_MODE": 262144
      }
    },
    "CQFW_ULP_MODES_SUPPORTED": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ULP_DAL_MODE": 256,
        "ULP_FCOE_INI_MODE": 64,
        "ULP_FCOE_TGT_MODE": 128,
        "ULP_ISCSI_INI_MODE": 16,
        "ULP_ISCSI_TGT_MODE": 32,
        "ULP_LRO_MODE": 512,
        "ULP_NIC_MODE": 2,
        "ULP_RDMA_MODE": 4,
        "ULP_TOE_MODE": 1
      }
    },
    "CUDBG_DBG_ENTITY_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CUDBG_ALL": 0,
        "CUDBG_CCTRL": 60,
        "CUDBG_CIM_IBQ_NCSI": 11,
        "CUDBG_CIM_IBQ_SGE0": 9,
        "CUDBG_CIM_IBQ_SGE1": 10,
        "CUDBG_CIM_IBQ_TP0": 6,
        "CUDBG_CIM_IBQ_TP1": 7,
        "CUDBG_CIM_IBQ_ULP": 8,
        "CUDBG_CIM_LA": 3,
        "CUDBG_CIM_MA_LA": 4,
        "CUDBG_CIM_OBQ_NCSI": 17,
        "CUDBG_CIM_OBQ_RXQ0": 47,
        "CUDBG_CIM_OBQ_RXQ1": 48,
        "CUDBG_CIM_OBQ_SGE": 16,
        "CUDBG_CIM_OBQ_ULP0": 12,
        "CUDBG_CIM_OBQ_ULP1": 13,
        "CUDBG_CIM_OBQ_ULP2": 14,
        "CUDBG_CIM_OBQ_ULP3": 15,
        "CUDBG_CIM_PIF_LA": 45,
        "CUDBG_CIM_QCFG": 5,
        "CUDBG_CLK": 46,
        "CUDBG_CPL_STATS": 38,
        "CUDBG_DDP_STATS": 39,
        "CUDBG_DEV_LOG": 2,
        "CUDBG_DUMP_CONTEXT": 56,
        "CUDBG_EDC0": 18,
        "CUDBG_EDC1": 19,
        "CUDBG_EXT_ENTITY": 63,
        "CUDBG_FCOE_STATS": 34,
        "CUDBG_FULL": 52,
        "CUDBG_HMA_INDIRECT": 67,
        "CUDBG_HW_SCHED": 31,
        "CUDBG_LB_STATS": 42,
        "CUDBG_LE_TCAM": 59,
        "CUDBG_MAC_STATS": 49,
        "CUDBG_MAX_ENTITY": 68,
        "CUDBG_MA_INDIRECT": 61,
        "CUDBG_MBOX_LOG": 66,
        "CUDBG_MC0": 20,
        "CUDBG_MC1": 21,
        "CUDBG_MEMINFO": 44,
        "CUDBG_MPS_TCAM": 57,
        "CUDBG_PATH_MTU": 27,
        "CUDBG_PBT_TABLE": 65,
        "CUDBG_PCIE_CONFIG": 55,
        "CUDBG_PCIE_INDIRECT": 50,
        "CUDBG_PM_INDIRECT": 51,
        "CUDBG_PM_STATS": 30,
        "CUDBG_RDMA_STATS": 35,
        "CUDBG_REG_DUMP": 1,
        "CUDBG_RSS": 22,
        "CUDBG_RSS_CONF": 26,
        "CUDBG_RSS_KEY": 24,
        "CUDBG_RSS_PF_CONF": 23,
        "CUDBG_RSS_VF_CONF": 25,
        "CUDBG_SGE_INDIRECT": 37,
        "CUDBG_SW_STATE": 28,
        "CUDBG_TCP_STATS": 32,
        "CUDBG_TID_INFO": 54,
        "CUDBG_TP_ERR_STATS": 33,
        "CUDBG_TP_INDIRECT": 36,
        "CUDBG_TP_LA": 43,
        "CUDBG_TX_RATE": 53,
        "CUDBG_ULPRX_LA": 41,
        "CUDBG_ULPTX_LA": 62,
        "CUDBG_UP_CIM_INDIRECT": 64,
        "CUDBG_VPD_DATA": 58,
        "CUDBG_WC_STATS": 40,
        "CUDBG_WTP": 29
      }
    },
    "CompressAlgorithm": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "_compress4": 4,
        "_compress5": 5,
        "_compress6": 6,
        "_compress7": 7,
        "_compress_block": 3,
        "_compress_lzma": 1,
        "_compress_none": 0,
        "_compress_pairs": 2
      }
    },
    "DB_STATE_BITS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_DB_STATE_FAULT": 1073741824,
        "MPT_DB_STATE_MASK": 4026531840,
        "MPT_DB_STATE_READY": 268435456,
        "MPT_DB_STATE_RESET": 0,
        "MPT_DB_STATE_RUNNING": 536870912
      }
    },
    "E1000_INVM_STRUCTURE_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "E1000_INVM_CSR_AUTOLOAD_STRUCTURE": 2,
        "E1000_INVM_INVALIDATED_STRUCTURE": 15,
        "E1000_INVM_PHY_REGISTER_AUTOLOAD_STRUCTURE": 3,
        "E1000_INVM_RSA_KEY_SHA256_STRUCTURE": 4,
        "E1000_INVM_UNINITIALIZED_STRUCTURE": 0,
        "E1000_INVM_WORD_AUTOLOAD_STRUCTURE": 1
      }
    },
    "GAIN_PARAMS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "GP_GSEL": 3,
        "GP_PD84": 2,
        "GP_PD90": 1,
        "GP_TXCLIP": 0
      }
    },
    "GAIN_PARAMS_5112": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "GP_MIXGAIN_OVR": 0,
        "GP_PWD_130": 6,
        "GP_PWD_131": 5,
        "GP_PWD_132": 4,
        "GP_PWD_136": 3,
        "GP_PWD_137": 2,
        "GP_PWD_138": 1
      }
    },
    "IO_PATH": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AIO_PATH": 0,
        "RAID_PATH": 1
      }
    },
    "ISOCountryCode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTRY_AFGHANISTAN": 4,
        "CTRY_ALBANIA": 8,
        "CTRY_ALGERIA": 12,
        "CTRY_AMERICAN_SAMOA": 16,
        "CTRY_ANDORRA": 20,
        "CTRY_ANGOLA": 24,
        "CTRY_ANGUILLA": 660,
        "CTRY_ANTARTICA": 10,
        "CTRY_ANTIGUA": 28,
        "CTRY_ARGENTINA": 32,
        "CTRY_ARMENIA": 51,
        "CTRY_ARUBA": 533,
        "CTRY_AUSTRALIA": 36,
        "CTRY_AUSTRIA": 40,
        "CTRY_AZERBAIJAN": 31,
        "CTRY_BAHAMAS": 44,
        "CTRY_BAHRAIN": 48,
        "CTRY_BANGLADESH": 50,
        "CTRY_BARBADOS": 52,
        "CTRY_BELARUS": 112,
        "CTRY_BELGIUM": 56,
        "CTRY_BELIZE": 84,
        "CTRY_BENIN": 204,
        "CTRY_BERMUDA": 60,
        "CTRY_BHUTAN": 64,
        "CTRY_BOLIVIA": 68,
        "CTRY_BOSNIA_AND_HERZEGOWINA": 70,
        "CTRY_BOTSWANA": 72,
        "CTRY_BOUVET_ISLAND": 74,
        "CTRY_BRAZIL": 76,
        "CTRY_BRITISH_INDIAN_OCEAN_TERRITORY": 86,
        "CTRY_BRUNEI_DARUSSALAM": 96,
        "CTRY_BULGARIA": 100,
        "CTRY_BURKINA_FASO": 854,
        "CTRY_BURUNDI": 108,
        "CTRY_CAMBODIA": 116,
        "CTRY_CAMEROON": 120,
        "CTRY_CANADA": 124,
        "CTRY_CAPE_VERDE": 132,
        "CTRY_CAYMAN_ISLANDS": 136,
        "CTRY_CENTRAL_AFRICAN_REPUBLIC": 140,
        "CTRY_CHAD": 148,
        "CTRY_CHILE": 152,
        "CTRY_CHINA": 156,
        "CTRY_CHRISTMAS_ISLAND": 162,
        "CTRY_COCOS_ISLANDS": 166,
        "CTRY_COLOMBIA": 170,
        "CTRY_COMOROS": 174,
        "CTRY_CONGO": 178,
        "CTRY_COOK_ISLANDS": 184,
        "CTRY_COSTA_RICA": 188,
        "CTRY_COTE_DIVOIRE": 384,
        "CTRY_CROATIA": 191,
        "CTRY_CYPRUS": 196,
        "CTRY_CZECH": 203,
        "CTRY_DEBUG": 511,
        "CTRY_DEFAULT": 0,
        "CTRY_DENMARK": 208,
        "CTRY_DJIBOUTI": 262,
        "CTRY_DOMINICA": 212,
        "CTRY_DOMINICAN_REPUBLIC": 214,
        "CTRY_EAST_TIMOR": 626,
        "CTRY_ECUADOR": 218,
        "CTRY_EGYPT": 818,
        "CTRY_EL_SALVADOR": 222,
        "CTRY_EQUATORIAL_GUINEA": 226,
        "CTRY_ERITREA": 232,
        "CTRY_ESTONIA": 233,
        "CTRY_ETHIOPIA": 210,
        "CTRY_FAEROE_ISLANDS": 234,
        "CTRY_FALKLAND_ISLANDS": 238,
        "CTRY_FIJI": 242,
        "CTRY_FINLAND": 246,
        "CTRY_FRANCE": 250,
        "CTRY_FRANCE2": 255,
        "CTRY_FRENCH_GUIANA": 254,
        "CTRY_FRENCH_POLYNESIA": 258,
        "CTRY_FRENCH_SOUTHERN_TERRITORIES": 260,
        "CTRY_GABON": 266,
        "CTRY_GAMBIA": 270,
        "CTRY_GEORGIA": 268,
        "CTRY_GERMANY": 276,
        "CTRY_GHANA": 288,
        "CTRY_GIBRALTAR": 292,
        "CTRY_GREECE": 300,
        "CTRY_GREENLAND": 304,
        "CTRY_GRENADA": 308,
        "CTRY_GUADELOUPE": 312,
        "CTRY_GUAM": 316,
        "CTRY_GUATEMALA": 320,
        "CTRY_GUINEA": 324,
        "CTRY_GUINEA_BISSAU": 624,
        "CTRY_GUYANA": 328,
        "CTRY_HAITI": 332,
        "CTRY_HONDURAS": 340,
        "CTRY_HONG_KONG": 344,
        "CTRY_HUNGARY": 348,
        "CTRY_ICELAND": 352,
        "CTRY_INDIA": 356,
        "CTRY_INDONESIA": 360,
        "CTRY_IRAN": 364,
        "CTRY_IRAQ": 368,
        "CTRY_IRELAND": 372,
        "CTRY_ISRAEL": 376,
        "CTRY_ITALY": 380,
        "CTRY_JAMAICA": 388,
        "CTRY_JAPAN": 392,
        "CTRY_JAPAN1": 393,
        "CTRY_JAPAN10": 4010,
        "CTRY_JAPAN11": 4011,
        "CTRY_JAPAN12": 4012,
        "CTRY_JAPAN13": 4013,
        "CTRY_JAPAN14": 4014,
        "CTRY_JAPAN15": 4015,
        "CTRY_JAPAN16": 4016,
        "CTRY_JAPAN17": 4017,
        "CTRY_JAPAN18": 4018,
        "CTRY_JAPAN19": 4019,
        "CTRY_JAPAN2": 394,
        "CTRY_JAPAN20": 4020,
        "CTRY_JAPAN21": 4021,
        "CTRY_JAPAN22": 4022,
        "CTRY_JAPAN23": 4023,
        "CTRY_JAPAN24": 4024,
        "CTRY_JAPAN3": 395,
        "CTRY_JAPAN4": 396,
        "CTRY_JAPAN5": 397,
        "CTRY_JAPAN6": 399,
        "CTRY_JAPAN7": 4007,
        "CTRY_JAPAN8": 4008,
        "CTRY_JAPAN9": 4009,
        "CTRY_JORDAN": 400,
        "CTRY_KAZAKHSTAN": 398,
        "CTRY_KENYA": 404,
        "CTRY_KOREA_NORTH": 408,
        "CTRY_KOREA_ROC": 410,
        "CTRY_KOREA_ROC2": 411,
        "CTRY_KOREA_ROC3": 412,
        "CTRY_KUWAIT": 414,
        "CTRY_LATVIA": 428,
        "CTRY_LEBANON": 422,
        "CTRY_LIBYA": 434,
        "CTRY_LIECHTENSTEIN": 438,
        "CTRY_LITHUANIA": 440,
        "CTRY_LUXEMBOURG": 442,
        "CTRY_MACAU": 446,
        "CTRY_MACEDONIA": 807,
        "CTRY_MALAYSIA": 458,
        "CTRY_MALTA": 470,
        "CTRY_MEXICO": 484,
        "CTRY_MONACO": 492,
        "CTRY_MOROCCO": 504,
        "CTRY_NEPAL": 524,
        "CTRY_NETHERLANDS": 528,
        "CTRY_NEW_ZEALAND": 554,
        "CTRY_NICARAGUA": 558,
        "CTRY_NORWAY": 578,
        "CTRY_OMAN": 512,
        "CTRY_PAKISTAN": 586,
        "CTRY_PANAMA": 591,
        "CTRY_PARAGUAY": 600,
        "CTRY_PERU": 604,
        "CTRY_PHILIPPINES": 608,
        "CTRY_POLAND": 616,
        "CTRY_PORTUGAL": 620,
        "CTRY_PUERTO_RICO": 630,
        "CTRY_QATAR": 634,
        "CTRY_ROMANIA": 642,
        "CTRY_RUSSIA": 643,
        "CTRY_SAUDI_ARABIA": 682,
        "CTRY_SINGAPORE": 702,
        "CTRY_SLOVAKIA": 703,
        "CTRY_SLOVENIA": 705,
        "CTRY_SOUTH_AFRICA": 710,
        "CTRY_SPAIN": 724,
        "CTRY_SRILANKA": 144,
        "CTRY_SWEDEN": 752,
        "CTRY_SWITZERLAND": 756,
        "CTRY_SYRIA": 760,
        "CTRY_TAIWAN": 158,
        "CTRY_THAILAND": 764,
        "CTRY_TRINIDAD_Y_TOBAGO": 780,
        "CTRY_TUNISIA": 788,
        "CTRY_TURKEY": 792,
        "CTRY_UAE": 784,
        "CTRY_UKRAINE": 804,
        "CTRY_UNITED_KINGDOM": 826,
        "CTRY_UNITED_STATES": 840,
        "CTRY_UNITED_STATES_FCC49": 842,
        "CTRY_URUGUAY": 858,
        "CTRY_UZBEKISTAN": 860,
        "CTRY_VENEZUELA": 862,
        "CTRY_VIET_NAM": 704,
        "CTRY_YEMEN": 887,
        "CTRY_ZIMBABWE": 716
      }
    },
    "ISO_FTYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ISO_FTYPE_9660": 1,
        "ISO_FTYPE_DEFAULT": 0,
        "ISO_FTYPE_ECMA": 4,
        "ISO_FTYPE_HIGH_SIERRA": 5,
        "ISO_FTYPE_JOLIET": 3,
        "ISO_FTYPE_RRIP": 2
      }
    },
    "IWM_CMD_MODE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_CMD_ASYNC": 1,
        "IWM_CMD_SEND_IN_RFKILL": 4,
        "IWM_CMD_SYNC": 0,
        "IWM_CMD_WANT_SKB": 2
      }
    },
    "LAPIC_REGISTERS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LAPIC_APR": 9,
        "LAPIC_CCR_TIMER": 57,
        "LAPIC_DCR_TIMER": 62,
        "LAPIC_DFR": 14,
        "LAPIC_EOI": 11,
        "LAPIC_ESR": 40,
        "LAPIC_EXT_CTRL": 65,
        "LAPIC_EXT_FEATURES": 64,
        "LAPIC_EXT_IER0": 72,
        "LAPIC_EXT_IER1": 73,
        "LAPIC_EXT_IER2": 74,
        "LAPIC_EXT_IER3": 75,
        "LAPIC_EXT_IER4": 76,
        "LAPIC_EXT_IER5": 77,
        "LAPIC_EXT_IER6": 78,
        "LAPIC_EXT_IER7": 79,
        "LAPIC_EXT_LVT0": 80,
        "LAPIC_EXT_LVT1": 81,
        "LAPIC_EXT_LVT2": 82,
        "LAPIC_EXT_LVT3": 83,
        "LAPIC_EXT_SEOI": 66,
        "LAPIC_ICR_HI": 49,
        "LAPIC_ICR_LO": 48,
        "LAPIC_ICR_TIMER": 56,
        "LAPIC_ID": 2,
        "LAPIC_IRR0": 32,
        "LAPIC_IRR1": 33,
        "LAPIC_IRR2": 34,
        "LAPIC_IRR3": 35,
        "LAPIC_IRR4": 36,
        "LAPIC_IRR5": 37,
        "LAPIC_IRR6": 38,
        "LAPIC_IRR7": 39,
        "LAPIC_ISR0": 16,
        "LAPIC_ISR1": 17,
        "LAPIC_ISR2": 18,
        "LAPIC_ISR3": 19,
        "LAPIC_ISR4": 20,
        "LAPIC_ISR5": 21,
        "LAPIC_ISR6": 22,
        "LAPIC_ISR7": 23,
        "LAPIC_LDR": 13,
        "LAPIC_LVT_CMCI": 47,
        "LAPIC_LVT_ERROR": 55,
        "LAPIC_LVT_LINT0": 53,
        "LAPIC_LVT_LINT1": 54,
        "LAPIC_LVT_PCINT": 52,
        "LAPIC_LVT_THERMAL": 51,
        "LAPIC_LVT_TIMER": 50,
        "LAPIC_PPR": 10,
        "LAPIC_SELF_IPI": 63,
        "LAPIC_SVR": 15,
        "LAPIC_TMR0": 24,
        "LAPIC_TMR1": 25,
        "LAPIC_TMR2": 26,
        "LAPIC_TMR3": 27,
        "LAPIC_TMR4": 28,
        "LAPIC_TMR5": 29,
        "LAPIC_TMR6": 30,
        "LAPIC_TMR7": 31,
        "LAPIC_TPR": 8,
        "LAPIC_VERSION": 3
      }
    },
    "LOWLEVEL_SUBSYSTEM_OPCODES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OPCODE_LOWLEVEL_GET_LOOPBACK_MODE": 20,
        "OPCODE_LOWLEVEL_SET_LOOPBACK_MODE": 19,
        "OPCODE_LOWLEVEL_TEST_LOOPBACK": 18
      }
    },
    "MBX_SUBSYSTEM_CODES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IOCBMBX_SUBSYSTEM_DCBX": 15,
        "IOCBMBX_SUBSYSTEM_DIAG": 16,
        "IOCBMBX_SUBSYSTEM_VENDOR": 17,
        "MBX_SUBSYSTEM_COMMON": 1,
        "MBX_SUBSYSTEM_COMMON_ISCSI": 2,
        "MBX_SUBSYSTEM_ISCSI_INI": 6,
        "MBX_SUBSYSTEM_ISCSI_TGT": 7,
        "MBX_SUBSYSTEM_LOWLEVEL": 11,
        "MBX_SUBSYSTEM_LRO": 13,
        "MBX_SUBSYSTEM_MILI_PTL": 8,
        "MBX_SUBSYSTEM_MILI_TMD": 9,
        "MBX_SUBSYSTEM_NIC": 3,
        "MBX_SUBSYSTEM_PXE_UNDI": 5,
        "MBX_SUBSYSTEM_RDMA": 10,
        "MBX_SUBSYSTEM_RSVD": 0,
        "MBX_SUBSYSTEM_TOE": 4
      }
    },
    "MEGASAS_OCR_REASON": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_FAULT_OCR": 0,
        "MFI_DCMD_TIMEOUT_OCR": 1
      }
    },
    "MFI_STAT": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MFI_STAT_ABORT_NOT_POSSIBLE": 5,
        "MFI_STAT_APP_HOST_CODE_NOT_FOUND": 6,
        "MFI_STAT_APP_IN_USE": 7,
        "MFI_STAT_APP_NOT_INITIALIZED": 8,
        "MFI_STAT_ARRAY_INDEX_INVALID": 9,
        "MFI_STAT_ARRAY_ROW_NOT_EMPTY": 10,
        "MFI_STAT_CONFIG_RESOURCE_CONFLICT": 11,
        "MFI_STAT_CONFIG_SEQ_MISMATCH": 103,
        "MFI_STAT_DEVICE_NOT_FOUND": 12,
        "MFI_STAT_DRIVE_TOO_SMALL": 13,
        "MFI_STAT_FLASH_ALLOC_FAIL": 14,
        "MFI_STAT_FLASH_BUSY": 15,
        "MFI_STAT_FLASH_ERROR": 16,
        "MFI_STAT_FLASH_IMAGE_BAD": 17,
        "MFI_STAT_FLASH_IMAGE_INCOMPLETE": 18,
        "MFI_STAT_FLASH_NOT_OPEN": 19,
        "MFI_STAT_FLASH_NOT_STARTED": 20,
        "MFI_STAT_FLUSH_FAILED": 21,
        "MFI_STAT_HOST_CODE_NOT_FOUNT": 22,
        "MFI_STAT_I2C_ERRORS_DETECTED": 55,
        "MFI_STAT_INVALID_CMD": 1,
        "MFI_STAT_INVALID_DCMD": 2,
        "MFI_STAT_INVALID_PARAMETER": 3,
        "MFI_STAT_INVALID_SEQUENCE_NUMBER": 4,
        "MFI_STAT_INVALID_STATUS": 255,
        "MFI_STAT_LD_CC_IN_PROGRESS": 23,
        "MFI_STAT_LD_INIT_IN_PROGRESS": 24,
        "MFI_STAT_LD_LBA_OUT_OF_RANGE": 25,
        "MFI_STAT_LD_MAX_CONFIGURED": 26,
        "MFI_STAT_LD_NOT_OPTIMAL": 27,
        "MFI_STAT_LD_OFFLINE": 51,
        "MFI_STAT_LD_RBLD_IN_PROGRESS": 28,
        "MFI_STAT_LD_RECON_IN_PROGRESS": 29,
        "MFI_STAT_LD_WRONG_RAID_LEVEL": 30,
        "MFI_STAT_MAX_SPARES_EXCEEDED": 31,
        "MFI_STAT_MEMORY_NOT_AVAILABLE": 32,
        "MFI_STAT_MFC_HW_ERROR": 33,
        "MFI_STAT_NOT_FOUND": 35,
        "MFI_STAT_NOT_IN_ENCL": 36,
        "MFI_STAT_NO_HW_PRESENT": 34,
        "MFI_STAT_OK": 0,
        "MFI_STAT_PCI_ERRORS_DETECTED": 56,
        "MFI_STAT_PD_CLEAR_IN_PROGRESS": 37,
        "MFI_STAT_PD_TYPE_WRONG": 38,
        "MFI_STAT_PEER_NOTIFICATION_FAILED": 53,
        "MFI_STAT_PEER_NOTIFICATION_REJECTED": 52,
        "MFI_STAT_PR_DISABLED": 39,
        "MFI_STAT_RESERVATION_IN_PROGRESS": 54,
        "MFI_STAT_ROW_INDEX_INVALID": 40,
        "MFI_STAT_SAS_CONFIG_INVALID_ACTION": 41,
        "MFI_STAT_SAS_CONFIG_INVALID_DATA": 42,
        "MFI_STAT_SAS_CONFIG_INVALID_PAGE": 43,
        "MFI_STAT_SAS_CONFIG_INVALID_TYPE": 44,
        "MFI_STAT_SCSI_DONE_WITH_ERROR": 45,
        "MFI_STAT_SCSI_IO_FAILED": 46,
        "MFI_STAT_SCSI_RESERVATION_CONFLICT": 47,
        "MFI_STAT_SHUTDOWN_FAILED": 48,
        "MFI_STAT_TIME_NOT_SET": 49,
        "MFI_STAT_WRONG_STATE": 50
      }
    },
    "MR_EVT_CLASS": {
      "size": 4,
      "base": "int",
      "constants": {
        "MR_EVT_CLASS_CRITICAL": 2,
        "MR_EVT_CLASS_DEAD": 4,
        "MR_EVT_CLASS_DEBUG": -2,
        "MR_EVT_CLASS_FATAL": 3,
        "MR_EVT_CLASS_INFO": 0,
        "MR_EVT_CLASS_PROGRESS": -1,
        "MR_EVT_CLASS_WARNING": 1
      }
    },
    "MR_EVT_LOCALE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MR_EVT_LOCALE_ALL": 65535,
        "MR_EVT_LOCALE_BBU": 8,
        "MR_EVT_LOCALE_CLUSTER": 128,
        "MR_EVT_LOCALE_CONFIG": 64,
        "MR_EVT_LOCALE_CTRL": 32,
        "MR_EVT_LOCALE_ENCL": 4,
        "MR_EVT_LOCALE_LD": 1,
        "MR_EVT_LOCALE_PD": 2,
        "MR_EVT_LOCALE_SAS": 16
      }
    },
    "MR_PD_QUERY_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MR_PD_QUERY_TYPE_ALL": 0,
        "MR_PD_QUERY_TYPE_EXPOSED_TO_HOST": 5,
        "MR_PD_QUERY_TYPE_MEDIA_TYPE": 3,
        "MR_PD_QUERY_TYPE_POWER_STATE": 2,
        "MR_PD_QUERY_TYPE_SPEED": 4,
        "MR_PD_QUERY_TYPE_STATE": 1
      }
    },
    "MR_PD_STATE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MR_PD_STATE_COPYBACK": 32,
        "MR_PD_STATE_FAILED": 17,
        "MR_PD_STATE_HOT_SPARE": 2,
        "MR_PD_STATE_OFFLINE": 16,
        "MR_PD_STATE_ONLINE": 24,
        "MR_PD_STATE_REBUILD": 20,
        "MR_PD_STATE_SYSTEM": 64,
        "MR_PD_STATE_UNCONFIGURED_BAD": 1,
        "MR_PD_STATE_UNCONFIGURED_GOOD": 0
      }
    },
    "MR_RAID_FLAGS_IO_SUB_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MR_RAID_FLAGS_IO_SUB_TYPE_CACHE_BYPASS": 6,
        "MR_RAID_FLAGS_IO_SUB_TYPE_LDIO_BW_LIMIT": 7,
        "MR_RAID_FLAGS_IO_SUB_TYPE_NONE": 0,
        "MR_RAID_FLAGS_IO_SUB_TYPE_RMW_DATA": 2,
        "MR_RAID_FLAGS_IO_SUB_TYPE_RMW_P": 3,
        "MR_RAID_FLAGS_IO_SUB_TYPE_RMW_Q": 4,
        "MR_RAID_FLAGS_IO_SUB_TYPE_SYSTEM_PD": 1
      }
    },
    "NIC_SUBSYSTEM_OPCODES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NIC_CONFIG_ACPI": 2,
        "NIC_CONFIG_ACPI_WOL_MAGIC": 12,
        "NIC_CONFIG_PROMISCUOUS": 3,
        "NIC_CONFIG_RSS": 1,
        "NIC_CREATE_HDS_RQ": 16,
        "NIC_CREATE_RQ": 8,
        "NIC_CREATE_WQ": 7,
        "NIC_DELETE_HDS_RQ": 17,
        "NIC_DELETE_RQ": 10,
        "NIC_DELETE_WQ": 9,
        "NIC_GET_NETWORK_STATS": 13,
        "NIC_GET_PPORT_STATS": 18,
        "NIC_GET_QUEUE_STATS": 20,
        "NIC_GET_STATS": 4,
        "NIC_GET_VPORT_STATS": 19
      }
    },
    "REQUEST_STATUS": {
      "size": 4,
      "base": "int",
      "constants": {
        "REQUEST_FAILED": -2,
        "REQUEST_PENDING": -1,
        "REQUEST_SUCCESS": 0
      }
    },
    "RSS_ENABLE_FLAGS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RSS_ENABLE_IPV4": 1,
        "RSS_ENABLE_IPV6": 4,
        "RSS_ENABLE_NONE": 0,
        "RSS_ENABLE_TCP_IPV4": 2,
        "RSS_ENABLE_TCP_IPV6": 8,
        "RSS_ENABLE_UDP_IPV4": 16,
        "RSS_ENABLE_UDP_IPV6": 32
      }
    },
    "RX_FIFO_DEPTH": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_HP_RXFIFO_DEPTH": 16,
        "HAL_LP_RXFIFO_DEPTH": 128
      }
    },
    "RegdomainCode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SKU_APAC": 80,
        "SKU_APAC2": 81,
        "SKU_APAC3": 93,
        "SKU_CA": 32,
        "SKU_DEBUG": 511,
        "SKU_ETSI": 48,
        "SKU_ETSI2": 50,
        "SKU_ETSI3": 51,
        "SKU_FCC": 16,
        "SKU_FCC3": 58,
        "SKU_GZ901": 666,
        "SKU_JAPAN": 64,
        "SKU_KOREA": 69,
        "SKU_NONE": 240,
        "SKU_ROW": 129,
        "SKU_SR9": 664,
        "SKU_XC900M": 667,
        "SKU_XR9": 665
      }
    },
    "SATI_REASSIGN_BLOCKS_ATA_COMMAND_STATUS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SATI_REASSIGN_BLOCKS_COMMAND_FAIL": 1,
        "SATI_REASSIGN_BLOCKS_COMMAND_SUCCESS": 2,
        "SATI_REASSIGN_BLOCKS_READY_TO_SEND": 0
      }
    },
    "SCIC_PHY_COUNTER_ID": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_PHY_COUNTER_INACTIVITY_TIMER_EXPIRED": 9,
        "SCIC_PHY_COUNTER_LOSS_OF_SYNC_ERROR": 4,
        "SCIC_PHY_COUNTER_RECEIVED_CREDIT_BLOCKED": 12,
        "SCIC_PHY_COUNTER_RECEIVED_DISPARITY_ERROR": 5,
        "SCIC_PHY_COUNTER_RECEIVED_DONE_ACK_NAK_TIMEOUT": 7,
        "SCIC_PHY_COUNTER_RECEIVED_DONE_CREDIT_TIMEOUT": 10,
        "SCIC_PHY_COUNTER_RECEIVED_FRAME": 0,
        "SCIC_PHY_COUNTER_RECEIVED_FRAME_AFTER_DONE": 15,
        "SCIC_PHY_COUNTER_RECEIVED_FRAME_CRC_ERROR": 6,
        "SCIC_PHY_COUNTER_RECEIVED_FRAME_DWORD": 2,
        "SCIC_PHY_COUNTER_RECEIVED_FRAME_WITHOUT_CREDIT": 14,
        "SCIC_PHY_COUNTER_RECEIVED_SHORT_FRAME": 13,
        "SCIC_PHY_COUNTER_SN_DWORD_SYNC_ERROR": 16,
        "SCIC_PHY_COUNTER_TRANSMITTED_DONE_ACK_NAK_TIMEOUT": 8,
        "SCIC_PHY_COUNTER_TRANSMITTED_DONE_CREDIT_TIMEOUT": 11,
        "SCIC_PHY_COUNTER_TRANSMITTED_FRAME": 1,
        "SCIC_PHY_COUNTER_TRANSMITTED_FRAME_DWORD": 3
      }
    },
    "SCIC_PORT_CONFIGURATION_MODE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE": 1,
        "SCIC_PORT_MANUAL_CONFIGURATION_MODE": 0
      }
    },
    "SCIC_PORT_NOT_READY_REASON_CODE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_PORT_NOT_READY_HARD_RESET_REQUESTED": 1,
        "SCIC_PORT_NOT_READY_INVALID_PORT_CONFIGURATION": 2,
        "SCIC_PORT_NOT_READY_NO_ACTIVE_PHYS": 0,
        "SCIC_PORT_NOT_READY_REASON_CODE_MAX": 4,
        "SCIC_PORT_NOT_READY_RECONFIGURING": 3
      }
    },
    "SCIC_REMOTE_DEVICE_NOT_READY_REASON_CODE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_REMOTE_DEVICE_NOT_READY_REASON_CODE_MAX": 5,
        "SCIC_REMOTE_DEVICE_NOT_READY_SATA_REQUEST_STARTED": 2,
        "SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED": 3,
        "SCIC_REMOTE_DEVICE_NOT_READY_SMP_REQUEST_STARTED": 4,
        "SCIC_REMOTE_DEVICE_NOT_READY_START_REQUESTED": 0,
        "SCIC_REMOTE_DEVICE_NOT_READY_STOP_REQUESTED": 1
      }
    },
    "SCIC_SDS_APC_ACTIVITY": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_APC_ACTIVITY_MAX": 3,
        "SCIC_SDS_APC_ADD_PHY": 1,
        "SCIC_SDS_APC_SKIP_PHY": 0,
        "SCIC_SDS_APC_START_TIMER": 2
      }
    },
    "SCIC_SDS_CONTROLLER_MEMORY_DESCRIPTORS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCU_MAX_MDES": 4,
        "SCU_MDE_COMPLETION_QUEUE": 0,
        "SCU_MDE_REMOTE_NODE_CONTEXT": 1,
        "SCU_MDE_TASK_CONTEXT": 2,
        "SCU_MDE_UF_BUFFER": 3
      }
    },
    "SCIC_SDS_PHY_PROTOCOL": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_MAX_PHY_PROTOCOLS": 3,
        "SCIC_SDS_PHY_PROTOCOL_SAS": 1,
        "SCIC_SDS_PHY_PROTOCOL_SATA": 2,
        "SCIC_SDS_PHY_PROTOCOL_UNKNOWN": 0
      }
    },
    "SCIC_SDS_PHY_STARTING_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_PHY_STARTING_MAX_SUBSTATES": 10,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_IAF_UF": 3,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_OSSP_EN": 1,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_SAS_POWER": 4,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_SAS_SPEED_EN": 2,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_SATA_PHY_EN": 6,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_SATA_POWER": 5,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_SATA_SPEED_EN": 7,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_AWAIT_SIG_FIS_UF": 8,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_FINAL": 9,
        "SCIC_SDS_PHY_STARTING_SUBSTATE_INITIAL": 0
      }
    },
    "SCIC_SDS_PORT_READY_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_PORT_READY_MAX_SUBSTATES": 3,
        "SCIC_SDS_PORT_READY_SUBSTATE_CONFIGURING": 2,
        "SCIC_SDS_PORT_READY_SUBSTATE_OPERATIONAL": 1,
        "SCIC_SDS_PORT_READY_SUBSTATE_WAITING": 0
      }
    },
    "SCIC_SDS_REMOTE_NODE_CONTEXT_DESTINATION_STATE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_FINAL": 2,
        "SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_READY": 1,
        "SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_UNSPECIFIED": 0
      }
    },
    "SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_SMP_REMOTE_DEVICE_READY_MAX_SUBSTATES": 2,
        "SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATE_CMD": 1,
        "SCIC_SDS_SMP_REMOTE_DEVICE_READY_SUBSTATE_IDLE": 0
      }
    },
    "SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_STP_REMOTE_DEVICE_READY_MAX_SUBSTATES": 6,
        "SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_ATAPI_ERROR": 4,
        "SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_AWAIT_RESET": 5,
        "SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_CMD": 1,
        "SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_IDLE": 0,
        "SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_NCQ": 2,
        "SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_NCQ_ERROR": 3
      }
    },
    "SCIC_SDS_STP_REQUEST_STARTED_NON_DATA_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_STP_REQUEST_STARTED_NON_DATA_AWAIT_D2H_SUBSTATE": 1,
        "SCIC_SDS_STP_REQUEST_STARTED_NON_DATA_AWAIT_H2D_COMPLETION_SUBSTATE": 0,
        "SCIC_SDS_STP_REQUEST_STARTED_NON_DATA_MAX_SUBSTATES": 2
      }
    },
    "SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_AWAIT_D2H_RESPONSE_FRAME_SUBSTATE": 2,
        "SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_AWAIT_H2D_ASSERTED_COMPLETION_SUBSTATE": 0,
        "SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_AWAIT_H2D_DIAGNOSTIC_COMPLETION_SUBSTATE": 1,
        "SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_MAX_SUBSTATES": 3
      }
    },
    "SCIC_SDS_STP_REQUEST_STARTED_UDMA_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_STP_REQUEST_STARTED_UDMA_AWAIT_D2H_REG_FIS_SUBSTATE": 1,
        "SCIC_SDS_STP_REQUEST_STARTED_UDMA_AWAIT_TC_COMPLETION_SUBSTATE": 0,
        "SCIC_SDS_STP_REQUEST_STARTED_UDMA_MAX_SUBSTATES": 2
      }
    },
    "SCIF_SAS_REMOTE_DEVICE_DESTINATION_STATE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIF_SAS_REMOTE_DEVICE_DESTINATION_STATE_READY": 1,
        "SCIF_SAS_REMOTE_DEVICE_DESTINATION_STATE_STOPPING": 2,
        "SCIF_SAS_REMOTE_DEVICE_DESTINATION_STATE_UNSPECIFIED": 0,
        "SCIF_SAS_REMOTE_DEVICE_DESTINATION_STATE_UPDATING_PORT_WIDTH": 3
      }
    },
    "SCU_CONTROLLER_PCI_REVISION_CODE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCU_PBG_HBA_REV_A0": 0,
        "SCU_PBG_HBA_REV_A2": 2,
        "SCU_PBG_HBA_REV_B0": 4,
        "SCU_PBG_HBA_REV_C0": 5,
        "SCU_PBG_HBA_REV_C1": 6
      }
    },
    "UNSOLICITED_FRAME_STATE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UNSOLICITED_FRAME_EMPTY": 0,
        "UNSOLICITED_FRAME_IN_USE": 1,
        "UNSOLICITED_FRAME_MAX_STATES": 3,
        "UNSOLICITED_FRAME_RELEASED": 2
      }
    },
    "VM_GUEST": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VM_GUEST_BHYVE": 6,
        "VM_GUEST_HV": 3,
        "VM_GUEST_KVM": 5,
        "VM_GUEST_NO": 0,
        "VM_GUEST_PARALLELS": 8,
        "VM_GUEST_VBOX": 7,
        "VM_GUEST_VM": 1,
        "VM_GUEST_VMWARE": 4,
        "VM_GUEST_XEN": 2,
        "VM_LAST": 9
      }
    },
    "_MPT_INTR_MASK_BITS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_INTR_DB_MASK": 1,
        "MPT_INTR_REPLY_MASK": 8
      }
    },
    "_MPT_INTR_REQ_BITS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_INTR_DB_BUSY": 2147483648,
        "MPT_INTR_DB_READY": 1,
        "MPT_INTR_REPLY_READY": 8
      }
    },
    "_MR_PD_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FC_PD": 4,
        "NVME_PD": 5,
        "PARALLEL_SCSI": 1,
        "SAS_PD": 2,
        "SATA_PD": 3,
        "UNKNOWN_DRIVE": 0
      }
    },
    "_MR_RAID_MAP_DESC_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RAID_MAP_DESC_TYPE_ARRAY_INFO": 2,
        "RAID_MAP_DESC_TYPE_COUNT": 4,
        "RAID_MAP_DESC_TYPE_DEVHDL_INFO": 0,
        "RAID_MAP_DESC_TYPE_SPAN_INFO": 3,
        "RAID_MAP_DESC_TYPE_TGTID_INFO": 1
      }
    },
    "_MR_SCSI_CMD_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NON_READ_WRITE_LDIO": 1,
        "NON_READ_WRITE_SYSPDIO": 3,
        "READ_WRITE_LDIO": 0,
        "READ_WRITE_SYSPDIO": 2
      }
    },
    "_REGION_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "REGION_TYPE_EXCLUSIVE": 3,
        "REGION_TYPE_SHARED_READ": 1,
        "REGION_TYPE_SHARED_WRITE": 2,
        "REGION_TYPE_UNUSED": 0
      }
    },
    "_SATI_DEVICE_STATE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SATI_DEVICE_STATE_DEVICE_FAULT_OCCURRED": 4,
        "SATI_DEVICE_STATE_FORMAT_UNIT_IN_PROGRESS": 5,
        "SATI_DEVICE_STATE_IDLE": 3,
        "SATI_DEVICE_STATE_OPERATIONAL": 0,
        "SATI_DEVICE_STATE_SELF_TEST_IN_PROGRESS": 6,
        "SATI_DEVICE_STATE_SEQUENCE_INCOMPLETE": 7,
        "SATI_DEVICE_STATE_STANDBY": 2,
        "SATI_DEVICE_STATE_STOPPED": 1,
        "SATI_DEVICE_STATE_UNIT_ATTENTION_CONDITION": 8
      }
    },
    "_SATI_STATUS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SATI_COMPLETE": 2,
        "SATI_COMPLETE_IO_DONE_EARLY": 3,
        "SATI_FAILURE": 5,
        "SATI_FAILURE_CHECK_RESPONSE_DATA": 6,
        "SATI_FAILURE_INVALID_SEQUENCE_TYPE": 7,
        "SATI_FAILURE_INVALID_STATE": 8,
        "SATI_SEQUENCE_INCOMPLETE": 4,
        "SATI_SUCCESS": 0,
        "SATI_SUCCESS_SGL_TRANSLATED": 1
      }
    },
    "_SATI_TRANSLATOR_SEQUENCE_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SATI_SEQUENCE_ABORT_TASK_SET": 48,
        "SATI_SEQUENCE_ATA_PASSTHROUGH_12": 53,
        "SATI_SEQUENCE_ATA_PASSTHROUGH_16": 54,
        "SATI_SEQUENCE_INQUIRY_ATA_INFORMATION": 6,
        "SATI_SEQUENCE_INQUIRY_BLOCK_DEVICE": 7,
        "SATI_SEQUENCE_INQUIRY_DEVICE_ID": 5,
        "SATI_SEQUENCE_INQUIRY_EXECUTE_DEVICE_DIAG": 8,
        "SATI_SEQUENCE_INQUIRY_SERIAL_NUMBER": 4,
        "SATI_SEQUENCE_INQUIRY_STANDARD": 2,
        "SATI_SEQUENCE_INQUIRY_SUPPORTED_PAGES": 3,
        "SATI_SEQUENCE_LOG_SENSE_EXTENDED_SELF_TEST_LOG_PAGE": 27,
        "SATI_SEQUENCE_LOG_SENSE_INFO_EXCEPTION_LOG_PAGE": 29,
        "SATI_SEQUENCE_LOG_SENSE_SELF_TEST_LOG_PAGE": 26,
        "SATI_SEQUENCE_LOG_SENSE_SUPPORTED_LOG_PAGE": 28,
        "SATI_SEQUENCE_LUN_RESET": 47,
        "SATI_SEQUENCE_MODE_SELECT_MODE_INFORMATION_EXCEPT_CONTROL": 25,
        "SATI_SEQUENCE_MODE_SELECT_MODE_PAGE_CACHING": 23,
        "SATI_SEQUENCE_MODE_SELECT_MODE_POWER_CONDITION": 24,
        "SATI_SEQUENCE_MODE_SENSE_10_ALL_PAGES": 22,
        "SATI_SEQUENCE_MODE_SENSE_10_CACHING": 16,
        "SATI_SEQUENCE_MODE_SENSE_10_CONTROL": 20,
        "SATI_SEQUENCE_MODE_SENSE_10_DISCONNECT_RECONNECT": 19,
        "SATI_SEQUENCE_MODE_SENSE_10_INFORMATIONAL_EXCP_CONTROL": 17,
        "SATI_SEQUENCE_MODE_SENSE_10_POWER_CONDITION": 21,
        "SATI_SEQUENCE_MODE_SENSE_10_READ_WRITE_ERROR": 18,
        "SATI_SEQUENCE_MODE_SENSE_6_ALL_PAGES": 15,
        "SATI_SEQUENCE_MODE_SENSE_6_CACHING": 9,
        "SATI_SEQUENCE_MODE_SENSE_6_CONTROL": 13,
        "SATI_SEQUENCE_MODE_SENSE_6_DISCONNECT_RECONNECT": 12,
        "SATI_SEQUENCE_MODE_SENSE_6_INFORMATIONAL_EXCP_CONTROL": 10,
        "SATI_SEQUENCE_MODE_SENSE_6_POWER_CONDITION": 14,
        "SATI_SEQUENCE_MODE_SENSE_6_READ_WRITE_ERROR": 11,
        "SATI_SEQUENCE_READ_10": 31,
        "SATI_SEQUENCE_READ_12": 32,
        "SATI_SEQUENCE_READ_16": 33,
        "SATI_SEQUENCE_READ_6": 30,
        "SATI_SEQUENCE_READ_BUFFER": 55,
        "SATI_SEQUENCE_READ_CAPACITY_10": 34,
        "SATI_SEQUENCE_READ_CAPACITY_16": 35,
        "SATI_SEQUENCE_REASSIGN_BLOCKS": 46,
        "SATI_SEQUENCE_REPORT_LUNS": 0,
        "SATI_SEQUENCE_REQUEST_SENSE_CHECK_POWER_MODE": 50,
        "SATI_SEQUENCE_REQUEST_SENSE_SMART_RETURN_STATUS": 49,
        "SATI_SEQUENCE_START_STOP_UNIT": 45,
        "SATI_SEQUENCE_SYNCHRONIZE_CACHE": 36,
        "SATI_SEQUENCE_TEST_UNIT_READY": 1,
        "SATI_SEQUENCE_UNMAP": 52,
        "SATI_SEQUENCE_VERIFY_10": 37,
        "SATI_SEQUENCE_VERIFY_12": 38,
        "SATI_SEQUENCE_VERIFY_16": 39,
        "SATI_SEQUENCE_WRITE_10": 41,
        "SATI_SEQUENCE_WRITE_12": 42,
        "SATI_SEQUENCE_WRITE_16": 43,
        "SATI_SEQUENCE_WRITE_6": 40,
        "SATI_SEQUENCE_WRITE_AND_VERIFY": 44,
        "SATI_SEQUENCE_WRITE_BUFFER": 56,
        "SATI_SEQUENCE_WRITE_BUFFER_MICROCODE": 57,
        "SATI_SEQUENCE_WRITE_LONG": 51
      }
    },
    "_SCIC_INTERRUPT_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_LEGACY_LINE_INTERRUPT_TYPE": 0,
        "SCIC_MSIX_INTERRUPT_TYPE": 1,
        "SCIC_NO_INTERRUPTS": 2
      }
    },
    "_SCIC_SDS_RAW_REQUEST_STARTED_TASK_MGMT_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_IO_REQUEST_STARTED_TASK_MGMT_MAX_SUBSTATES": 2,
        "SCIC_SDS_IO_REQUEST_STARTED_TASK_MGMT_SUBSTATE_AWAIT_TC_COMPLETION": 0,
        "SCIC_SDS_IO_REQUEST_STARTED_TASK_MGMT_SUBSTATE_AWAIT_TC_RESPONSE": 1
      }
    },
    "_SCIC_SDS_SMP_REQUEST_STARTED_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_SMP_REQUEST_STARTED_MAX_SUBSTATES": 2,
        "SCIC_SDS_SMP_REQUEST_STARTED_SUBSTATE_AWAIT_RESPONSE": 0,
        "SCIC_SDS_SMP_REQUEST_STARTED_SUBSTATE_AWAIT_TC_COMPLETION": 1
      }
    },
    "_SCIC_SDS_STP_PACKET_REQUEST_STARTED_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_STP_PACKET_REQUEST_STARTED_COMMAND_PHASE_AWAIT_D2H_FIS_SUBSTATE": 3,
        "SCIC_SDS_STP_PACKET_REQUEST_STARTED_COMMAND_PHASE_AWAIT_TC_COMPLETION_SUBSTATE": 2,
        "SCIC_SDS_STP_PACKET_REQUEST_STARTED_COMPLETION_DELAY_SUBSTATE": 4,
        "SCIC_SDS_STP_PACKET_REQUEST_STARTED_MAX_SUBSTATES": 5,
        "SCIC_SDS_STP_PACKET_REQUEST_STARTED_PACKET_PHASE_AWAIT_PIO_SETUP_SUBSTATE": 1,
        "SCIC_SDS_STP_PACKET_REQUEST_STARTED_PACKET_PHASE_AWAIT_TC_COMPLETION_SUBSTATE": 0
      }
    },
    "_SCIC_SDS_STP_REQUEST_STARTED_PIO_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_STP_REQUEST_STARTED_PIO_AWAIT_FRAME_SUBSTATE": 1,
        "SCIC_SDS_STP_REQUEST_STARTED_PIO_AWAIT_H2D_COMPLETION_SUBSTATE": 0,
        "SCIC_SDS_STP_REQUEST_STARTED_PIO_DATA_IN_AWAIT_DATA_SUBSTATE": 2,
        "SCIC_SDS_STP_REQUEST_STARTED_PIO_DATA_OUT_TRANSMIT_DATA_SUBSTATE": 3,
        "SCIC_SDS_STP_REQUEST_STARTED_PIO_MAX_SUBSTATES": 4
      }
    },
    "_SCIF_SAS_MAX_MEMORY_DESCRIPTORS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIF_SAS_MDE_INTERNAL_IO": 0
      }
    },
    "_SCIF_SAS_REMOTE_DEVICE_READY_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIF_SAS_REMOTE_DEVICE_READY_SUBSTATE_MAX_STATES": 4,
        "SCIF_SAS_REMOTE_DEVICE_READY_SUBSTATE_NCQ_ERROR": 3,
        "SCIF_SAS_REMOTE_DEVICE_READY_SUBSTATE_OPERATIONAL": 0,
        "SCIF_SAS_REMOTE_DEVICE_READY_SUBSTATE_SUSPENDED": 1,
        "SCIF_SAS_REMOTE_DEVICE_READY_SUBSTATE_TASK_MGMT": 2
      }
    },
    "_SCIF_SAS_REMOTE_DEVICE_STARTING_SUBSTATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIF_SAS_REMOTE_DEVICE_STARTING_SUBSTATE_AWAIT_COMPLETE": 0,
        "SCIF_SAS_REMOTE_DEVICE_STARTING_SUBSTATE_AWAIT_READY": 1,
        "SCIF_SAS_REMOTE_DEVICE_STARTING_SUBSTATE_MAX_STATES": 2
      }
    },
    "_SCIS_SDS_REMOTE_NODE_CONTEXT_STATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_SDS_REMOTE_NODE_CONTEXT_AWAIT_SUSPENSION_STATE": 7,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_INITIAL_STATE": 0,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_INVALIDATING_STATE": 2,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_MAX_STATES": 8,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_POSTING_STATE": 1,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_READY_STATE": 4,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_RESUMING_STATE": 3,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_TX_RX_SUSPENDED_STATE": 6,
        "SCIC_SDS_REMOTE_NODE_CONTEXT_TX_SUSPENDED_STATE": 5
      }
    },
    "_SCI_BASE_CONTROLLER_STATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_BASE_CONTROLLER_MAX_STATES": 10,
        "SCI_BASE_CONTROLLER_STATE_FAILED": 9,
        "SCI_BASE_CONTROLLER_STATE_INITIAL": 0,
        "SCI_BASE_CONTROLLER_STATE_INITIALIZED": 3,
        "SCI_BASE_CONTROLLER_STATE_INITIALIZING": 2,
        "SCI_BASE_CONTROLLER_STATE_READY": 5,
        "SCI_BASE_CONTROLLER_STATE_RESET": 1,
        "SCI_BASE_CONTROLLER_STATE_RESETTING": 6,
        "SCI_BASE_CONTROLLER_STATE_STARTING": 4,
        "SCI_BASE_CONTROLLER_STATE_STOPPED": 8,
        "SCI_BASE_CONTROLLER_STATE_STOPPING": 7
      }
    },
    "_SCI_BASE_DOMAIN_STATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_BASE_DOMAIN_MAX_STATES": 6,
        "SCI_BASE_DOMAIN_STATE_DISCOVERING": 5,
        "SCI_BASE_DOMAIN_STATE_INITIAL": 0,
        "SCI_BASE_DOMAIN_STATE_READY": 2,
        "SCI_BASE_DOMAIN_STATE_STARTING": 1,
        "SCI_BASE_DOMAIN_STATE_STOPPED": 4,
        "SCI_BASE_DOMAIN_STATE_STOPPING": 3
      }
    },
    "_SCI_BASE_PHY_STATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_BASE_PHY_MAX_STATES": 6,
        "SCI_BASE_PHY_STATE_FINAL": 5,
        "SCI_BASE_PHY_STATE_INITIAL": 0,
        "SCI_BASE_PHY_STATE_READY": 3,
        "SCI_BASE_PHY_STATE_RESETTING": 4,
        "SCI_BASE_PHY_STATE_STARTING": 2,
        "SCI_BASE_PHY_STATE_STOPPED": 1
      }
    },
    "_SCI_BASE_PORT_STATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_BASE_PORT_MAX_STATES": 5,
        "SCI_BASE_PORT_STATE_FAILED": 4,
        "SCI_BASE_PORT_STATE_READY": 2,
        "SCI_BASE_PORT_STATE_RESETTING": 3,
        "SCI_BASE_PORT_STATE_STOPPED": 0,
        "SCI_BASE_PORT_STATE_STOPPING": 1
      }
    },
    "_SCI_BASE_REMOTE_DEVICE_STATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_BASE_REMOTE_DEVICE_MAX_STATES": 9,
        "SCI_BASE_REMOTE_DEVICE_STATE_FAILED": 5,
        "SCI_BASE_REMOTE_DEVICE_STATE_FINAL": 8,
        "SCI_BASE_REMOTE_DEVICE_STATE_INITIAL": 0,
        "SCI_BASE_REMOTE_DEVICE_STATE_READY": 3,
        "SCI_BASE_REMOTE_DEVICE_STATE_RESETTING": 6,
        "SCI_BASE_REMOTE_DEVICE_STATE_STARTING": 2,
        "SCI_BASE_REMOTE_DEVICE_STATE_STOPPED": 1,
        "SCI_BASE_REMOTE_DEVICE_STATE_STOPPING": 4,
        "SCI_BASE_REMOTE_DEVICE_STATE_UPDATING_PORT_WIDTH": 7
      }
    },
    "_SCI_BASE_REQUEST_STATES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_BASE_REQUEST_MAX_STATES": 6,
        "SCI_BASE_REQUEST_STATE_ABORTING": 4,
        "SCI_BASE_REQUEST_STATE_COMPLETED": 3,
        "SCI_BASE_REQUEST_STATE_CONSTRUCTED": 1,
        "SCI_BASE_REQUEST_STATE_FINAL": 5,
        "SCI_BASE_REQUEST_STATE_INITIAL": 0,
        "SCI_BASE_REQUEST_STATE_STARTED": 2
      }
    },
    "_SCI_CONTROLLER_ERROR": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_CONTROLLER_FATAL_ERROR": 1,
        "SCI_CONTROLLER_FATAL_MEMORY_ERROR": 3,
        "SCI_CONTROLLER_REMOTE_DEVICE_ERROR": 2
      }
    },
    "_SCI_CONTROLLER_MODE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_MODE_SIZE": 1,
        "SCI_MODE_SPEED": 0
      }
    },
    "_SCI_IO_STATUS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_IO_FAILURE": 6,
        "SCI_IO_FAILURE_CONTROLLER_SPECIFIC_ERR": 28,
        "SCI_IO_FAILURE_INSUFFICIENT_RESOURCES": 9,
        "SCI_IO_FAILURE_INVALID_PARAMETER_VALUE": 34,
        "SCI_IO_FAILURE_INVALID_REMOTE_DEVICE": 24,
        "SCI_IO_FAILURE_INVALID_STATE": 8,
        "SCI_IO_FAILURE_NO_NCQ_TAG_AVAILABLE": 36,
        "SCI_IO_FAILURE_PROTOCOL_VIOLATION": 37,
        "SCI_IO_FAILURE_REMOTE_DEVICE_RESET_REQUIRED": 25,
        "SCI_IO_FAILURE_REQUIRES_SCSI_ABORT": 30,
        "SCI_IO_FAILURE_RESPONSE_VALID": 27,
        "SCI_IO_FAILURE_RETRY_LIMIT_REACHED": 39,
        "SCI_IO_FAILURE_RETRY_REQUIRED": 38,
        "SCI_IO_FAILURE_TERMINATED": 29,
        "SCI_IO_FAILURE_UNSUPPORTED_PROTOCOL": 14,
        "SCI_IO_SUCCESS": 0,
        "SCI_IO_SUCCESS_COMPLETE_BEFORE_START": 1,
        "SCI_IO_SUCCESS_IO_DONE_EARLY": 2
      }
    },
    "_SCI_SAS_FRAME_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_SAS_COMMAND_FRAME": 6,
        "SCI_SAS_DATA_FRAME": 1,
        "SCI_SAS_RESPONSE_FRAME": 7,
        "SCI_SAS_TASK_FRAME": 22,
        "SCI_SAS_XFER_RDY_FRAME": 5
      }
    },
    "_SCI_SAS_LINK_RATE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_SAS_150_GB": 8,
        "SCI_SAS_300_GB": 9,
        "SCI_SAS_600_GB": 10,
        "SCI_SAS_NO_LINK_RATE": 0,
        "SCI_SATA_SPINUP_HOLD": 3
      }
    },
    "_SCI_SAS_TASK_ATTRIBUTE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_SAS_ACA_ATTRIBUTE": 4,
        "SCI_SAS_HEAD_OF_QUEUE_ATTRIBUTE": 1,
        "SCI_SAS_ORDERED_ATTRIBUTE": 2,
        "SCI_SAS_SIMPLE_ATTRIBUTE": 0
      }
    },
    "_SCI_SAS_TASK_MGMT_FUNCTION": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_SAS_ABORT_TASK": 1,
        "SCI_SAS_ABORT_TASK_SET": 2,
        "SCI_SAS_CLEAR_ACA": 64,
        "SCI_SAS_CLEAR_TASK_SET": 4,
        "SCI_SAS_HARD_RESET": 255,
        "SCI_SAS_I_T_NEXUS_RESET": 16,
        "SCI_SAS_LOGICAL_UNIT_RESET": 8,
        "SCI_SAS_QUERY_ASYNCHRONOUS_EVENT": 130,
        "SCI_SAS_QUERY_TASK": 128,
        "SCI_SAS_QUERY_TASK_SET": 129
      }
    },
    "_SCI_STATUS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_FAILURE": 6,
        "SCI_FAILURE_ADDING_PHY_UNSUPPORTED": 17,
        "SCI_FAILURE_CONTROLLER_NOT_FOUND": 10,
        "SCI_FAILURE_CONTROLLER_SPECIFIC_IO_ERR": 28,
        "SCI_FAILURE_DEVICE_EXISTS": 16,
        "SCI_FAILURE_DEVICE_NOT_FOUND": 31,
        "SCI_FAILURE_EXCEED_MAX_ROUTE_INDEX": 42,
        "SCI_FAILURE_ILLEGAL_ROUTING_ATTRIBUTE_CONFIGURATION": 41,
        "SCI_FAILURE_INSUFFICIENT_RESOURCES": 9,
        "SCI_FAILURE_INVALID_ASSOCIATION": 32,
        "SCI_FAILURE_INVALID_IO_TAG": 26,
        "SCI_FAILURE_INVALID_PARAMETER_VALUE": 34,
        "SCI_FAILURE_INVALID_PHY": 20,
        "SCI_FAILURE_INVALID_PORT": 21,
        "SCI_FAILURE_INVALID_REMOTE_DEVICE": 24,
        "SCI_FAILURE_INVALID_STATE": 8,
        "SCI_FAILURE_IO_REQUIRES_SCSI_ABORT": 30,
        "SCI_FAILURE_IO_RESPONSE_VALID": 27,
        "SCI_FAILURE_IO_TERMINATED": 29,
        "SCI_FAILURE_NO_NCQ_TAG_AVAILABLE": 36,
        "SCI_FAILURE_PROTOCOL_VIOLATION": 37,
        "SCI_FAILURE_REMOTE_DEVICE_RESET_REQUIRED": 25,
        "SCI_FAILURE_RESET_DEVICE_PARTIAL_SUCCESS": 40,
        "SCI_FAILURE_RESET_PORT_FAILURE": 23,
        "SCI_FAILURE_RESET_PORT_PARTIAL_SUCCESS": 22,
        "SCI_FAILURE_RETRY_LIMIT_REACHED": 39,
        "SCI_FAILURE_RETRY_REQUIRED": 38,
        "SCI_FAILURE_TIMEOUT": 33,
        "SCI_FAILURE_UNSUPPORTED_CONTROLLER_TYPE": 11,
        "SCI_FAILURE_UNSUPPORTED_INFORMATION_FIELD": 18,
        "SCI_FAILURE_UNSUPPORTED_INFORMATION_TYPE": 15,
        "SCI_FAILURE_UNSUPPORTED_INIT_DATA_VERSION": 12,
        "SCI_FAILURE_UNSUPPORTED_MESSAGE_COUNT": 35,
        "SCI_FAILURE_UNSUPPORTED_PCI_DEVICE_ID": 43,
        "SCI_FAILURE_UNSUPPORTED_PORT_CONFIGURATION": 13,
        "SCI_FAILURE_UNSUPPORTED_PROTOCOL": 14,
        "SCI_FAILURE_UNSUPPORTED_TIME_LIMIT": 19,
        "SCI_FATAL_ERROR": 7,
        "SCI_SUCCESS": 0,
        "SCI_SUCCESS_IO_COMPLETE_BEFORE_START": 1,
        "SCI_SUCCESS_IO_DONE_EARLY": 2,
        "SCI_WARNING_ALREADY_IN_STATE": 3,
        "SCI_WARNING_SEQUENCE_INCOMPLETE": 5,
        "SCI_WARNING_TIMER_CONFLICT": 4
      }
    },
    "_SCI_TASK_STATUS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_TASK_FAILURE": 6,
        "SCI_TASK_FAILURE_CONTROLLER_SPECIFIC_ERR": 28,
        "SCI_TASK_FAILURE_INSUFFICIENT_RESOURCES": 9,
        "SCI_TASK_FAILURE_INVALID_PARAMETER_VALUE": 34,
        "SCI_TASK_FAILURE_INVALID_STATE": 8,
        "SCI_TASK_FAILURE_INVALID_TAG": 26,
        "SCI_TASK_FAILURE_REMOTE_DEVICE_RESET_REQUIRED": 25,
        "SCI_TASK_FAILURE_RESET_DEVICE_PARTIAL_SUCCESS": 40,
        "SCI_TASK_FAILURE_RESPONSE_VALID": 27,
        "SCI_TASK_FAILURE_TERMINATED": 29,
        "SCI_TASK_FAILURE_UNSUPPORTED_PROTOCOL": 14,
        "SCI_TASK_SUCCESS": 0
      }
    },
    "_SCSI_SENSE_DATA_DESCRIPTOR_TYPE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_ATA_STATUS_RETURN_DESCRIPTOR_TYPE": 9,
        "SCSI_BLOCK_DESCRIPTOR_TYPE": 5,
        "SCSI_CMD_SPECIFIC_DESCRIPTOR_TYPE": 1,
        "SCSI_FIELD_REPLACEABLE_UNIT_DESCRIPTOR_TYPE": 3,
        "SCSI_INFORMATION_DESCRIPTOR_TYPE": 0,
        "SCSI_KEY_SPECIFIC_DESCRIPTOR_TYPE": 2,
        "SCSI_OSC_RESPONSE_INTEGRITY_DESCRIPTOR_TYPE": 7,
        "SCSI_OSD_ATTR_IDENTIFICATION_DESCRIPTOR_TYPE": 8,
        "SCSI_OSD_OBJ_IDENTIFICATION_DESCRIPTOR_TYPE": 6,
        "SCSI_PROGRESS_INDICATION_DESCRIPTOR_TYPE": 10,
        "SCSI_STREAM_CMD_DESCRIPTOR_TYPE": 4,
        "SCSI_USER_DATA_SEGEMNT_REF_DESCRIPTOR_TYPE": 11
      }
    },
    "_SCSI_SENSE_RESPONSE_CODE": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_DESCRIPTOR_CURRENT_RESPONSE_CODE": 114,
        "SCSI_DESCRIPTOR_DEFERRED_RESPONSE_CODE": 115,
        "SCSI_FIXED_CURRENT_RESPONSE_CODE": 112,
        "SCSI_FIXED_DEFERRED_RESPONSE_CODE": 113
      }
    },
    "_SCSI_TASK_MGMT_REQUEST_CODES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_TASK_REQUEST_ABORT_TASK": 1,
        "SCSI_TASK_REQUEST_ABORT_TASK_SET": 2,
        "SCSI_TASK_REQUEST_CLEAR_ACA": 64,
        "SCSI_TASK_REQUEST_CLEAR_TASK_SET": 4,
        "SCSI_TASK_REQUEST_I_T_NEXUS_RESET": 16,
        "SCSI_TASK_REQUEST_LOGICAL_UNIT_RESET": 8,
        "SCSI_TASK_REQUEST_QUERY_TASK": 128,
        "SCSI_TASK_REQUEST_QUERY_TASK_SET": 129,
        "SCSI_TASK_REQUEST_QUERY_UNIT_ATTENTION": 130
      }
    },
    "_SCSI_TASK_MGMT_RESPONSE_CODES": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_INVALID_FRAME": 2,
        "SCSI_INVALID_LUN": 9,
        "SCSI_TASK_MGMT_FUNC_COMPLETE": 0,
        "SCSI_TASK_MGMT_FUNC_FAILED": 5,
        "SCSI_TASK_MGMT_FUNC_NOT_SUPPORTED": 4,
        "SCSI_TASK_MGMT_FUNC_SUCCEEDED": 8
      }
    },
    "_VM_COMMANDS": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_VMCOMMAND_NUM": 31,
        "VM_CloseAll": 5,
        "VM_ContainerConfig": 2,
        "VM_CtBlockRead": 6,
        "VM_CtBlockRead64": 16,
        "VM_CtBlockVerify": 14,
        "VM_CtBlockVerify64": 18,
        "VM_CtBlockWrite": 7,
        "VM_CtBlockWrite64": 17,
        "VM_CtHostRead64": 19,
        "VM_CtHostWrite64": 20,
        "VM_CtPerf": 15,
        "VM_DriveBlockRead": 10,
        "VM_DriveBlockWrite": 11,
        "VM_DrvErrTblLog": 21,
        "VM_EnclosureMgt": 12,
        "VM_FilesystemIoctl": 4,
        "VM_GetDynAdapProps": 25,
        "VM_GetSPMParameters": 28,
        "VM_HandleExpiration": 24,
        "VM_Ioctl": 3,
        "VM_NameServe": 1,
        "VM_NameServe64": 22,
        "VM_NameServeAllBlk": 30,
        "VM_Null": 0,
        "VM_SasNvsramAccess": 23,
        "VM_SetDynAdapProps": 26,
        "VM_SetSPMParameters": 29,
        "VM_SliceBlockRead": 8,
        "VM_SliceBlockWrite": 9,
        "VM_Unused": 13,
        "VM_UpdateSSDODM": 27
      }
    },
    "accel_fs_tcp_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_ACCEL_FS_IPV4_TCP": 0,
        "MLX5E_ACCEL_FS_IPV6_TCP": 1,
        "MLX5E_ACCEL_FS_TCP_NUM_TYPES": 2
      }
    },
    "accept_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "GARBAGE_ARGS": 4,
        "PROC_UNAVAIL": 3,
        "PROG_MISMATCH": 2,
        "PROG_UNAVAIL": 1,
        "SUCCESS": 0,
        "SYSTEM_ERR": 5
      }
    },
    "acpi_sleep_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_SS_DEV_SUSPEND": 2,
        "ACPI_SS_GPE_SET": 1,
        "ACPI_SS_NONE": 0,
        "ACPI_SS_SLEPT": 4,
        "ACPI_SS_SLP_PREP": 3
      }
    },
    "action": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "A_CONTINUE": 0,
        "A_PANIC": 1,
        "A_REBOOT": 2,
        "A_RETRY": 3
      }
    },
    "agp_acquire_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AGP_ACQUIRE_FREE": 0,
        "AGP_ACQUIRE_KERNEL": 2,
        "AGP_ACQUIRE_USER": 1
      }
    },
    "ahci_err_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHCI_ERR_INNOCENT": 2,
        "AHCI_ERR_INVALID": 1,
        "AHCI_ERR_NCQ": 6,
        "AHCI_ERR_NONE": 0,
        "AHCI_ERR_SATA": 4,
        "AHCI_ERR_TFE": 3,
        "AHCI_ERR_TIMEOUT": 5
      }
    },
    "ahci_slot_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHCI_SLOT_EMPTY": 0,
        "AHCI_SLOT_EXECUTING": 3,
        "AHCI_SLOT_LOADING": 1,
        "AHCI_SLOT_RUNNING": 2
      }
    },
    "alg_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ALG_AEAD": 5,
        "ALG_CIPHER": 1,
        "ALG_COMPRESSION": 4,
        "ALG_DIGEST": 2,
        "ALG_KEYED_DIGEST": 3,
        "ALG_NONE": 0
      }
    },
    "ar9300_Rates": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ALL_TARGET_HT20_0_8_16": 8,
        "ALL_TARGET_HT20_12": 14,
        "ALL_TARGET_HT20_13": 15,
        "ALL_TARGET_HT20_14": 16,
        "ALL_TARGET_HT20_15": 17,
        "ALL_TARGET_HT20_1_3_9_11_17_19": 9,
        "ALL_TARGET_HT20_20": 18,
        "ALL_TARGET_HT20_21": 19,
        "ALL_TARGET_HT20_22": 20,
        "ALL_TARGET_HT20_23": 21,
        "ALL_TARGET_HT20_4": 10,
        "ALL_TARGET_HT20_5": 11,
        "ALL_TARGET_HT20_6": 12,
        "ALL_TARGET_HT20_7": 13,
        "ALL_TARGET_HT40_0_8_16": 22,
        "ALL_TARGET_HT40_12": 28,
        "ALL_TARGET_HT40_13": 29,
        "ALL_TARGET_HT40_14": 30,
        "ALL_TARGET_HT40_15": 31,
        "ALL_TARGET_HT40_1_3_9_11_17_19": 23,
        "ALL_TARGET_HT40_20": 32,
        "ALL_TARGET_HT40_21": 33,
        "ALL_TARGET_HT40_22": 34,
        "ALL_TARGET_HT40_23": 35,
        "ALL_TARGET_HT40_4": 24,
        "ALL_TARGET_HT40_5": 25,
        "ALL_TARGET_HT40_6": 26,
        "ALL_TARGET_HT40_7": 27,
        "ALL_TARGET_LEGACY_11L": 6,
        "ALL_TARGET_LEGACY_11S": 7,
        "ALL_TARGET_LEGACY_1L_5L": 4,
        "ALL_TARGET_LEGACY_36": 1,
        "ALL_TARGET_LEGACY_48": 2,
        "ALL_TARGET_LEGACY_54": 3,
        "ALL_TARGET_LEGACY_5S": 5,
        "ALL_TARGET_LEGACY_6_24": 0,
        "ar9300_rate_size": 36
      }
    },
    "arp_llinfo_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ARP_LLINFO_DELETED": 3,
        "ARP_LLINFO_INCOMPLETE": 0,
        "ARP_LLINFO_REACHABLE": 1,
        "ARP_LLINFO_VERIFY": 2
      }
    },
    "auth_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AUTH_BADCRED": 1,
        "AUTH_BADVERF": 3,
        "AUTH_FAILED": 7,
        "AUTH_INVALIDRESP": 6,
        "AUTH_OK": 0,
        "AUTH_REJECTEDCRED": 2,
        "AUTH_REJECTEDVERF": 4,
        "AUTH_TOOWEAK": 5,
        "RPCSEC_GSS_CREDPROBLEM": 13,
        "RPCSEC_GSS_CTXPROBLEM": 14,
        "RPCSEC_GSS_NODISPATCH": 134217728
      }
    },
    "backlight_info_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BACKLIGHT_TYPE_KEYBOARD": 1,
        "BACKLIGHT_TYPE_PANEL": 0
      }
    },
    "blake2b_constant": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BLAKE2B_BLOCKBYTES": 128,
        "BLAKE2B_KEYBYTES": 64,
        "BLAKE2B_OUTBYTES": 64,
        "BLAKE2B_PERSONALBYTES": 16,
        "BLAKE2B_SALTBYTES": 16
      }
    },
    "blake2s_constant": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BLAKE2S_BLOCKBYTES": 64,
        "BLAKE2S_KEYBYTES": 32,
        "BLAKE2S_OUTBYTES": 32,
        "BLAKE2S_PERSONALBYTES": 8,
        "BLAKE2S_SALTBYTES": 8
      }
    },
    "blkif_protocol": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BLKIF_PROTOCOL_NATIVE": 1,
        "BLKIF_PROTOCOL_X86_32": 2,
        "BLKIF_PROTOCOL_X86_64": 3
      }
    },
    "bnxnvm_pkglog_field_index": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BNX_PKG_LOG_FIELD_IDX_INSTALLED_ITEMS": 5,
        "BNX_PKG_LOG_FIELD_IDX_INSTALLED_MASK": 6,
        "BNX_PKG_LOG_FIELD_IDX_INSTALLED_TIMESTAMP": 0,
        "BNX_PKG_LOG_FIELD_IDX_PKG_CHECKSUM": 4,
        "BNX_PKG_LOG_FIELD_IDX_PKG_DESCRIPTION": 1,
        "BNX_PKG_LOG_FIELD_IDX_PKG_TIMESTAMP": 3,
        "BNX_PKG_LOG_FIELD_IDX_PKG_VERSION": 2
      }
    },
    "bnxt_ioctl_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BNXT_HWRM_FW_GET_TIME": 11,
        "BNXT_HWRM_FW_QSTATUS": 3,
        "BNXT_HWRM_FW_RESET": 2,
        "BNXT_HWRM_FW_SET_TIME": 12,
        "BNXT_HWRM_NVM_ERASE_DIR_ENTRY": 5,
        "BNXT_HWRM_NVM_FIND_DIR_ENTRY": 0,
        "BNXT_HWRM_NVM_GET_DIR_ENTRIES": 7,
        "BNXT_HWRM_NVM_GET_DIR_INFO": 6,
        "BNXT_HWRM_NVM_INSTALL_UPDATE": 10,
        "BNXT_HWRM_NVM_MODIFY": 8,
        "BNXT_HWRM_NVM_READ": 1,
        "BNXT_HWRM_NVM_VERIFY_UPDATE": 9,
        "BNXT_HWRM_NVM_WRITE": 4
      }
    },
    "bnxt_mgmt_req_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BNXT_MGMT_GENERIC_HWRM_REQ": 4,
        "BNXT_MGMT_NVM_FLUSH_REQ": 3,
        "BNXT_MGMT_NVM_GET_VAR_REQ": 1,
        "BNXT_MGMT_NVM_SET_VAR_REQ": 2
      }
    },
    "bnxt_nvm_directory_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BNX_DIR_TYPE_APE_FW": 10,
        "BNX_DIR_TYPE_APE_PATCH": 11,
        "BNX_DIR_TYPE_AVS": 7,
        "BNX_DIR_TYPE_BONO_FW": 14,
        "BNX_DIR_TYPE_BONO_PATCH": 15,
        "BNX_DIR_TYPE_BOOTCODE": 4,
        "BNX_DIR_TYPE_BOOTCODE_2": 18,
        "BNX_DIR_TYPE_CCM": 19,
        "BNX_DIR_TYPE_CHIMP_PATCH": 3,
        "BNX_DIR_TYPE_EXP_ROM_MBA": 6,
        "BNX_DIR_TYPE_EXT_PHY": 27,
        "BNX_DIR_TYPE_FUNC_CFG": 42,
        "BNX_DIR_TYPE_ISCSI_BOOT": 22,
        "BNX_DIR_TYPE_ISCSI_BOOT_CFG6": 26,
        "BNX_DIR_TYPE_ISCSI_BOOT_IPV4N6": 25,
        "BNX_DIR_TYPE_ISCSI_BOOT_IPV6": 24,
        "BNX_DIR_TYPE_KONG_FW": 12,
        "BNX_DIR_TYPE_KONG_PATCH": 13,
        "BNX_DIR_TYPE_MGMT_AUDIT_LOG": 53,
        "BNX_DIR_TYPE_MGMT_CFG": 48,
        "BNX_DIR_TYPE_MGMT_DATA": 49,
        "BNX_DIR_TYPE_MGMT_EVENT_LOG": 52,
        "BNX_DIR_TYPE_MGMT_WEB_DATA": 50,
        "BNX_DIR_TYPE_MGMT_WEB_META": 51,
        "BNX_DIR_TYPE_PCIE": 8,
        "BNX_DIR_TYPE_PCI_CFG": 20,
        "BNX_DIR_TYPE_PKG_LOG": 1,
        "BNX_DIR_TYPE_PORT_CFG": 41,
        "BNX_DIR_TYPE_PORT_MACRO": 9,
        "BNX_DIR_TYPE_SHARED_CFG": 40,
        "BNX_DIR_TYPE_TANG_FW": 16,
        "BNX_DIR_TYPE_TANG_PATCH": 17,
        "BNX_DIR_TYPE_TSCF_UCODE": 21,
        "BNX_DIR_TYPE_UNUSED": 0,
        "BNX_DIR_TYPE_UPDATE": 2,
        "BNX_DIR_TYPE_VPD": 5
      }
    },
    "bpf_direction": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BPF_D_IN": 0,
        "BPF_D_INOUT": 1,
        "BPF_D_OUT": 2
      }
    },
    "bss_param_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BSS_PARAM_FLAGS_CTS_PROT": 1,
        "BSS_PARAM_FLAGS_SHORT_PREAMBLE": 2,
        "BSS_PARAM_FLAGS_SHORT_SLOT_TIME": 4
      }
    },
    "bt_mode_enum": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWN_BT_ADVANCED": 2,
        "IWN_BT_NONE": 0,
        "IWN_BT_SIMPLE": 1
      }
    },
    "bwi_bus_space": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BWI_BUS_SPACE_30BIT": 1,
        "BWI_BUS_SPACE_32BIT": 2,
        "BWI_BUS_SPACE_64BIT": 3
      }
    },
    "bwi_clock_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BWI_CLOCK_MODE_DYN": 2,
        "BWI_CLOCK_MODE_FAST": 1,
        "BWI_CLOCK_MODE_SLOW": 0
      }
    },
    "bwi_txpwrcb_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BWI_TXPWR_CALIB": 2,
        "BWI_TXPWR_FORCE": 1,
        "BWI_TXPWR_INIT": 0
      }
    },
    "bxe_stats_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "STATS_EVENT_LINK_UP": 1,
        "STATS_EVENT_MAX": 4,
        "STATS_EVENT_PMF": 0,
        "STATS_EVENT_STOP": 3,
        "STATS_EVENT_UPDATE": 2
      }
    },
    "bxe_stats_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "STATS_STATE_DISABLED": 0,
        "STATS_STATE_ENABLED": 1,
        "STATS_STATE_MAX": 2
      }
    },
    "cable_info_err": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CABLE_INF_I2C_ADDR": 7,
        "CABLE_INF_I2C_BUSY": 9,
        "CABLE_INF_INV_ADDR": 6,
        "CABLE_INF_INV_PORT": 1,
        "CABLE_INF_NOT_CONN": 3,
        "CABLE_INF_NO_EEPRM": 4,
        "CABLE_INF_OP_NOSUP": 2,
        "CABLE_INF_PAGE_ERR": 5,
        "CABLE_INF_QSFP_VIO": 8
      }
    },
    "cache_fpl_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CACHE_FPL_STATUS_ABORTED": 1,
        "CACHE_FPL_STATUS_DESTROYED": 0,
        "CACHE_FPL_STATUS_HANDLED": 3,
        "CACHE_FPL_STATUS_PARTIAL": 2,
        "CACHE_FPL_STATUS_UNSET": 4
      }
    },
    "cal_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAL_DONE": 3,
        "CAL_INACTIVE": 0,
        "CAL_RUNNING": 2,
        "CAL_WAITING": 1
      }
    },
    "cal_types": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IQ_MISMATCH_CAL": 1,
        "TEMP_COMP_CAL": 2
      }
    },
    "carp_nl_type_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CARP_NL_ADDR": 7,
        "CARP_NL_ADDR6": 8,
        "CARP_NL_ADVBASE": 3,
        "CARP_NL_ADVSKEW": 4,
        "CARP_NL_IFINDEX": 6,
        "CARP_NL_IFNAME": 9,
        "CARP_NL_KEY": 5,
        "CARP_NL_STATE": 2,
        "CARP_NL_UNSPEC": 0,
        "CARP_NL_VHID": 1
      }
    },
    "cfg80211_regulatory": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "REGULATORY_COUNTRY_IE_FOLLOW_POWER": 64,
        "REGULATORY_COUNTRY_IE_IGNORE": 32,
        "REGULATORY_CUSTOM_REG": 1,
        "REGULATORY_DISABLE_BEACON_HINTS": 4,
        "REGULATORY_ENABLE_RELAX_NO_IR": 8,
        "REGULATORY_STRICT_REG": 2,
        "REGULATORY_WIPHY_SELF_MANAGED": 16
      }
    },
    "ck_hs_probe_behavior": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CK_HS_PROBE": 0,
        "CK_HS_PROBE_INSERT": 2,
        "CK_HS_PROBE_TOMBSTONE": 1
      }
    },
    "ck_rhs_probe_behavior": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CK_RHS_PROBE": 0,
        "CK_RHS_PROBE_INSERT": 2,
        "CK_RHS_PROBE_NO_RH": 4,
        "CK_RHS_PROBE_RH": 1,
        "CK_RHS_PROBE_ROBIN_HOOD": 3
      }
    },
    "classify_rule": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CLASSIFY_RULE_OPCODE_IMAC_VNI": 3,
        "CLASSIFY_RULE_OPCODE_MAC": 0,
        "CLASSIFY_RULE_OPCODE_PAIR": 2,
        "CLASSIFY_RULE_OPCODE_VLAN": 1,
        "MAX_CLASSIFY_RULE": 4
      }
    },
    "clnt_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RPC_AUTHERROR": 7,
        "RPC_CANTCONNECT": 26,
        "RPC_CANTCREATESTREAM": 28,
        "RPC_CANTDECODEARGS": 11,
        "RPC_CANTDECODERES": 2,
        "RPC_CANTENCODEARGS": 1,
        "RPC_CANTRECV": 4,
        "RPC_CANTSEND": 3,
        "RPC_FAILED": 16,
        "RPC_INPROGRESS": 24,
        "RPC_INTR": 18,
        "RPC_N2AXLATEFAILURE": 22,
        "RPC_NOBROADCAST": 21,
        "RPC_PROCUNAVAIL": 10,
        "RPC_PROGNOTREGISTERED": 15,
        "RPC_PROGUNAVAIL": 8,
        "RPC_PROGVERSMISMATCH": 9,
        "RPC_RPCBFAILURE": 14,
        "RPC_STALERACHANDLE": 25,
        "RPC_SUCCESS": 0,
        "RPC_SYSTEMERROR": 12,
        "RPC_TIMEDOUT": 5,
        "RPC_TLIERROR": 20,
        "RPC_UDERROR": 23,
        "RPC_UNKNOWNADDR": 19,
        "RPC_UNKNOWNHOST": 13,
        "RPC_UNKNOWNPROTO": 17,
        "RPC_VERSMISMATCH": 6,
        "RPC_XPRTFAILED": 27
      }
    },
    "clrl_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CS_HW_CONFIGURED": 4,
        "CS_HW_UPDATE_IN_PROGRESS": 3,
        "CS_HW_UPDATE_REQUESTED": 2,
        "CS_PARAMS_SET": 1,
        "CS_UNINITIALIZED": 0
      }
    },
    "cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_PPPOE_ACNAME": 9,
        "NGM_PPPOE_CLOSE": 7,
        "NGM_PPPOE_CONNECT": 2,
        "NGM_PPPOE_FAIL": 6,
        "NGM_PPPOE_GETMODE": 13,
        "NGM_PPPOE_GET_STATUS": 10,
        "NGM_PPPOE_HURL": 17,
        "NGM_PPPOE_LISTEN": 3,
        "NGM_PPPOE_MOTM": 19,
        "NGM_PPPOE_OFFER": 4,
        "NGM_PPPOE_SEND_HURL": 16,
        "NGM_PPPOE_SEND_MOTM": 18,
        "NGM_PPPOE_SERVICE": 8,
        "NGM_PPPOE_SESSIONID": 11,
        "NGM_PPPOE_SETENADDR": 14,
        "NGM_PPPOE_SETMAXP": 15,
        "NGM_PPPOE_SETMODE": 12,
        "NGM_PPPOE_SET_FLAG": 1,
        "NGM_PPPOE_SUCCESS": 5
      }
    },
    "common_spqe_cmd_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_COMMON_SPQE_CMD_ID": 11,
        "RAMROD_CMD_ID_COMMON_AFEX_VIF_LISTS": 9,
        "RAMROD_CMD_ID_COMMON_CFC_DEL": 4,
        "RAMROD_CMD_ID_COMMON_CFC_DEL_WB": 5,
        "RAMROD_CMD_ID_COMMON_FUNCTION_START": 1,
        "RAMROD_CMD_ID_COMMON_FUNCTION_STOP": 2,
        "RAMROD_CMD_ID_COMMON_FUNCTION_UPDATE": 3,
        "RAMROD_CMD_ID_COMMON_SET_TIMESYNC": 10,
        "RAMROD_CMD_ID_COMMON_START_TRAFFIC": 8,
        "RAMROD_CMD_ID_COMMON_STAT_QUERY": 6,
        "RAMROD_CMD_ID_COMMON_STOP_TRAFFIC": 7,
        "RAMROD_CMD_ID_COMMON_UNUSED": 0
      }
    },
    "comptype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CT_ARRAY": 1,
        "CT_FIXEDARRAY": 2,
        "CT_STRUCT": 0
      }
    },
    "connection_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ETH_CONNECTION_TYPE": 0,
        "FCOE_CONNECTION_TYPE": 4,
        "ISCSI_CONNECTION_TYPE": 3,
        "MAX_CONNECTION_TYPE": 9,
        "NONE_CONNECTION_TYPE": 8,
        "RDMA_CONNECTION_TYPE": 2,
        "RESERVED_CONNECTION_TYPE_0": 5,
        "RESERVED_CONNECTION_TYPE_1": 6,
        "RESERVED_CONNECTION_TYPE_2": 7,
        "TOE_CONNECTION_TYPE": 1
      }
    },
    "controller_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PQI_BUS_RESET": 1,
        "PQI_UP_RUNNING": 0
      }
    },
    "cos_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_WRR": 2,
        "MAX_COS_MODE": 3,
        "OVERRIDE_COS": 0,
        "STATIC_COS": 1
      }
    },
    "cpl_tx_tnl_lso_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TX_TNL_TYPE_GENEVE": 3,
        "TX_TNL_TYPE_NVGRE": 1,
        "TX_TNL_TYPE_OPAQUE": 0,
        "TX_TNL_TYPE_VXLAN": 2
      }
    },
    "cpu_sets": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INTR_CPUS": 1,
        "LOCAL_CPUS": 0
      }
    },
    "cq_len": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CQ_LEN_1024": 1024,
        "CQ_LEN_2048": 2048,
        "CQ_LEN_256": 256,
        "CQ_LEN_512": 512
      }
    },
    "cq_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RX": 0,
        "TX": 1
      }
    },
    "crypto_buffer_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CRYPTO_BUF_CONTIG": 1,
        "CRYPTO_BUF_LAST": 5,
        "CRYPTO_BUF_MBUF": 3,
        "CRYPTO_BUF_NONE": 0,
        "CRYPTO_BUF_SINGLE_MBUF": 5,
        "CRYPTO_BUF_UIO": 2,
        "CRYPTO_BUF_VMPAGE": 4
      }
    },
    "ctxt_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTXT_CNM": 3,
        "CTXT_EGRESS": 0,
        "CTXT_FLM": 2,
        "CTXT_INGRESS": 1
      }
    },
    "dbg_rsc_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_DBG_RSC_CQ": 2,
        "MLX5_DBG_RSC_EQ": 1,
        "MLX5_DBG_RSC_QP": 0
      }
    },
    "debugnet_ev": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEBUGNET_END": 1,
        "DEBUGNET_START": 0
      }
    },
    "dev_master": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MASTER_CANT": 0,
        "MASTER_MAY": 1,
        "MASTER_MUST": 2
      }
    },
    "dev_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEV_STATE_ERR": 2,
        "DEV_STATE_INIT": 1,
        "DEV_STATE_UNINIT": 0
      }
    },
    "device_property_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVICE_PROP_ANY": 0,
        "DEVICE_PROP_BUFFER": 1,
        "DEVICE_PROP_HANDLE": 4,
        "DEVICE_PROP_UINT32": 2,
        "DEVICE_PROP_UINT64": 3
      }
    },
    "device_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DS_ALIVE": 20,
        "DS_ATTACHED": 30,
        "DS_ATTACHING": 25,
        "DS_NOTPRESENT": 10
      }
    },
    "device_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CONTROLLER_DEVICE": 7,
        "DISK_DEVICE": 0,
        "ENCLOSURE_DEVICE": 13,
        "MEDIUM_CHANGER_DEVICE": 8,
        "RAID_DEVICE": 12,
        "ROM_DEVICE": 5,
        "SES_DEVICE": 6,
        "TAPE_DEVICE": 1,
        "ZBC_DEVICE": 20
      }
    },
    "dma_data_direction": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DMA_BIDIRECTIONAL": 0,
        "DMA_FROM_DEVICE": 2,
        "DMA_NONE": 3,
        "DMA_TO_DEVICE": 1
      }
    },
    "dmi_field": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DMI_BIOS_DATE": 3,
        "DMI_BIOS_RELEASE": 4,
        "DMI_BIOS_VENDOR": 1,
        "DMI_BIOS_VERSION": 2,
        "DMI_BOARD_ASSET_TAG": 17,
        "DMI_BOARD_NAME": 14,
        "DMI_BOARD_SERIAL": 16,
        "DMI_BOARD_VENDOR": 13,
        "DMI_BOARD_VERSION": 15,
        "DMI_CHASSIS_ASSET_TAG": 22,
        "DMI_CHASSIS_SERIAL": 21,
        "DMI_CHASSIS_TYPE": 19,
        "DMI_CHASSIS_VENDOR": 18,
        "DMI_CHASSIS_VERSION": 20,
        "DMI_EC_FIRMWARE_RELEASE": 5,
        "DMI_NONE": 0,
        "DMI_OEM_STRING": 24,
        "DMI_PRODUCT_FAMILY": 12,
        "DMI_PRODUCT_NAME": 7,
        "DMI_PRODUCT_SERIAL": 9,
        "DMI_PRODUCT_SKU": 11,
        "DMI_PRODUCT_UUID": 10,
        "DMI_PRODUCT_VERSION": 8,
        "DMI_STRING_MAX": 23,
        "DMI_SYS_VENDOR": 6
      }
    },
    "dnet_pcb_st": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DN_STATE_GOT_HERALD_PORT": 3,
        "DN_STATE_HAVE_GW_MAC": 2,
        "DN_STATE_INIT": 1,
        "DN_STATE_REMOTE_CLOSED": 4
      }
    },
    "drv_info_opcode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ETH_STATS_OPCODE": 0,
        "FCOE_STATS_OPCODE": 1,
        "ISCSI_STATS_OPCODE": 2
      }
    },
    "e1000_1000t_rx_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_1000t_rx_status_not_ok": 0,
        "e1000_1000t_rx_status_ok": 1,
        "e1000_1000t_rx_status_undefined": 255
      }
    },
    "e1000_bus_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_bus_speed_100": 3,
        "e1000_bus_speed_120": 4,
        "e1000_bus_speed_133": 5,
        "e1000_bus_speed_2500": 6,
        "e1000_bus_speed_33": 1,
        "e1000_bus_speed_5000": 7,
        "e1000_bus_speed_66": 2,
        "e1000_bus_speed_reserved": 8,
        "e1000_bus_speed_unknown": 0
      }
    },
    "e1000_bus_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_bus_type_pci": 1,
        "e1000_bus_type_pci_express": 3,
        "e1000_bus_type_pcix": 2,
        "e1000_bus_type_reserved": 4,
        "e1000_bus_type_unknown": 0
      }
    },
    "e1000_bus_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_bus_width_32": 9,
        "e1000_bus_width_64": 10,
        "e1000_bus_width_pcie_x1": 1,
        "e1000_bus_width_pcie_x2": 2,
        "e1000_bus_width_pcie_x4": 4,
        "e1000_bus_width_pcie_x8": 8,
        "e1000_bus_width_reserved": 11,
        "e1000_bus_width_unknown": 0
      }
    },
    "e1000_dsp_config": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_dsp_config_activated": 2,
        "e1000_dsp_config_disabled": 0,
        "e1000_dsp_config_enabled": 1,
        "e1000_dsp_config_undefined": 255
      }
    },
    "e1000_fc_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_fc_default": 255,
        "e1000_fc_full": 3,
        "e1000_fc_none": 0,
        "e1000_fc_rx_pause": 1,
        "e1000_fc_tx_pause": 2
      }
    },
    "e1000_ffe_config": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_ffe_config_active": 1,
        "e1000_ffe_config_blocked": 2,
        "e1000_ffe_config_enabled": 0
      }
    },
    "e1000_mac_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_80003es2lan": 18,
        "e1000_82540": 4,
        "e1000_82541": 9,
        "e1000_82541_rev_2": 10,
        "e1000_82542": 1,
        "e1000_82543": 2,
        "e1000_82544": 3,
        "e1000_82545": 5,
        "e1000_82545_rev_3": 6,
        "e1000_82546": 7,
        "e1000_82546_rev_3": 8,
        "e1000_82547": 11,
        "e1000_82547_rev_2": 12,
        "e1000_82571": 13,
        "e1000_82572": 14,
        "e1000_82573": 15,
        "e1000_82574": 16,
        "e1000_82575": 31,
        "e1000_82576": 32,
        "e1000_82580": 33,
        "e1000_82583": 17,
        "e1000_i210": 36,
        "e1000_i211": 37,
        "e1000_i350": 34,
        "e1000_i354": 35,
        "e1000_ich10lan": 21,
        "e1000_ich8lan": 19,
        "e1000_ich9lan": 20,
        "e1000_num_macs": 40,
        "e1000_pch2lan": 23,
        "e1000_pch_adp": 28,
        "e1000_pch_cnp": 26,
        "e1000_pch_lpt": 24,
        "e1000_pch_mtp": 29,
        "e1000_pch_ptp": 30,
        "e1000_pch_spt": 25,
        "e1000_pch_tgp": 27,
        "e1000_pchlan": 22,
        "e1000_undefined": 0,
        "e1000_vfadapt": 38,
        "e1000_vfadapt_i350": 39
      }
    },
    "e1000_media_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_media_type_copper": 1,
        "e1000_media_type_fiber": 2,
        "e1000_media_type_internal_serdes": 3,
        "e1000_media_type_unknown": 0,
        "e1000_num_media_types": 4
      }
    },
    "e1000_mng_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_mng_mode_asf": 1,
        "e1000_mng_mode_host_if_only": 4,
        "e1000_mng_mode_ipmi": 3,
        "e1000_mng_mode_none": 0,
        "e1000_mng_mode_pt": 2
      }
    },
    "e1000_ms_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_ms_auto": 3,
        "e1000_ms_force_master": 1,
        "e1000_ms_force_slave": 2,
        "e1000_ms_hw_default": 0
      }
    },
    "e1000_nvm_override": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_nvm_override_microwire_large": 4,
        "e1000_nvm_override_microwire_small": 3,
        "e1000_nvm_override_none": 0,
        "e1000_nvm_override_spi_large": 2,
        "e1000_nvm_override_spi_small": 1
      }
    },
    "e1000_nvm_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_nvm_eeprom_microwire": 3,
        "e1000_nvm_eeprom_spi": 2,
        "e1000_nvm_flash_hw": 4,
        "e1000_nvm_flash_sw": 6,
        "e1000_nvm_invm": 5,
        "e1000_nvm_none": 1,
        "e1000_nvm_unknown": 0
      }
    },
    "e1000_phy_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_phy_82577": 10,
        "e1000_phy_82578": 9,
        "e1000_phy_82579": 11,
        "e1000_phy_82580": 13,
        "e1000_phy_bm": 8,
        "e1000_phy_gg82563": 5,
        "e1000_phy_i210": 15,
        "e1000_phy_i217": 12,
        "e1000_phy_ife": 7,
        "e1000_phy_igp": 3,
        "e1000_phy_igp_2": 4,
        "e1000_phy_igp_3": 6,
        "e1000_phy_m88": 2,
        "e1000_phy_none": 1,
        "e1000_phy_unknown": 0,
        "e1000_phy_vf": 14
      }
    },
    "e1000_promisc_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_num_promisc_types": 4,
        "e1000_promisc_disabled": 0,
        "e1000_promisc_enabled": 3,
        "e1000_promisc_multicast": 2,
        "e1000_promisc_unicast": 1
      }
    },
    "e1000_rev_polarity": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_rev_polarity_normal": 0,
        "e1000_rev_polarity_reversed": 1,
        "e1000_rev_polarity_undefined": 255
      }
    },
    "e1000_serdes_link_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_serdes_link_autoneg_complete": 2,
        "e1000_serdes_link_autoneg_progress": 1,
        "e1000_serdes_link_down": 0,
        "e1000_serdes_link_forced_up": 3
      }
    },
    "e1000_smart_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_smart_speed_default": 0,
        "e1000_smart_speed_off": 2,
        "e1000_smart_speed_on": 1
      }
    },
    "e1000_ulp_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "e1000_ulp_state_off": 1,
        "e1000_ulp_state_on": 2,
        "e1000_ulp_state_unknown": 0
      }
    },
    "ecore_func_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_F_CMD_AFEX_UPDATE": 4,
        "ECORE_F_CMD_AFEX_VIFLISTS": 5,
        "ECORE_F_CMD_HW_INIT": 0,
        "ECORE_F_CMD_HW_RESET": 3,
        "ECORE_F_CMD_MAX": 10,
        "ECORE_F_CMD_SET_TIMESYNC": 9,
        "ECORE_F_CMD_START": 1,
        "ECORE_F_CMD_STOP": 2,
        "ECORE_F_CMD_SWITCH_UPDATE": 8,
        "ECORE_F_CMD_TX_START": 7,
        "ECORE_F_CMD_TX_STOP": 6
      }
    },
    "ecore_func_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_F_STATE_INITIALIZED": 1,
        "ECORE_F_STATE_MAX": 4,
        "ECORE_F_STATE_RESET": 0,
        "ECORE_F_STATE_STARTED": 2,
        "ECORE_F_STATE_TX_STOPPED": 3
      }
    },
    "ecore_mcast_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_MCAST_CMD_ADD": 0,
        "ECORE_MCAST_CMD_CONT": 1,
        "ECORE_MCAST_CMD_DEL": 2,
        "ECORE_MCAST_CMD_RESTORE": 3
      }
    },
    "ecore_q_logical_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_Q_LOGICAL_STATE_ACTIVE": 0,
        "ECORE_Q_LOGICAL_STATE_STOPPED": 1
      }
    },
    "ecore_q_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_Q_STATE_ACTIVE": 2,
        "ECORE_Q_STATE_FLRED": 8,
        "ECORE_Q_STATE_INACTIVE": 5,
        "ECORE_Q_STATE_INITIALIZED": 1,
        "ECORE_Q_STATE_MAX": 9,
        "ECORE_Q_STATE_MCOS_TERMINATED": 4,
        "ECORE_Q_STATE_MULTI_COS": 3,
        "ECORE_Q_STATE_RESET": 0,
        "ECORE_Q_STATE_STOPPED": 6,
        "ECORE_Q_STATE_TERMINATED": 7
      }
    },
    "ecore_q_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_Q_TYPE_FWD": 0,
        "ECORE_Q_TYPE_HAS_RX": 1,
        "ECORE_Q_TYPE_HAS_TX": 2
      }
    },
    "ecore_queue_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_Q_CMD_ACTIVATE": 4,
        "ECORE_Q_CMD_CFC_DEL": 8,
        "ECORE_Q_CMD_DEACTIVATE": 3,
        "ECORE_Q_CMD_EMPTY": 10,
        "ECORE_Q_CMD_HALT": 7,
        "ECORE_Q_CMD_INIT": 0,
        "ECORE_Q_CMD_MAX": 11,
        "ECORE_Q_CMD_SETUP": 1,
        "ECORE_Q_CMD_SETUP_TX_ONLY": 2,
        "ECORE_Q_CMD_TERMINATE": 9,
        "ECORE_Q_CMD_UPDATE": 5,
        "ECORE_Q_CMD_UPDATE_TPA": 6
      }
    },
    "ecore_status_t": {
      "size": 4,
      "base": "int",
      "constants": {
        "ECORE_BUSY": -2,
        "ECORE_EXISTS": -6,
        "ECORE_INVAL": -3,
        "ECORE_IO": -5,
        "ECORE_NOMEM": -1,
        "ECORE_PENDING": 1,
        "ECORE_SUCCESS": 0,
        "ECORE_TIMEOUT": -4
      }
    },
    "ecore_vlan_mac_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_VLAN_MAC_ADD": 0,
        "ECORE_VLAN_MAC_DEL": 1,
        "ECORE_VLAN_MAC_MOVE": 2
      }
    },
    "efi_reset": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EFI_RESET_COLD": 0,
        "EFI_RESET_SHUTDOWN": 2,
        "EFI_RESET_WARM": 1
      }
    },
    "efi_table_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TYPE_ESRT": 0,
        "TYPE_PROP": 1
      }
    },
    "elink_cos_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "elink_cos_state_bw": 1,
        "elink_cos_state_strict": 0
      }
    },
    "elink_log_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ELINK_LOG_ID_MDIO_ACCESS_TIMEOUT": 3,
        "ELINK_LOG_ID_NON_10G_MODULE": 4,
        "ELINK_LOG_ID_OVER_CURRENT": 1,
        "ELINK_LOG_ID_PHY_UNINITIALIZED": 2,
        "ELINK_LOG_ID_UNQUAL_IO_MODULE": 0
      }
    },
    "elink_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ELINK_OP_NOT_SUPPORTED": 122,
        "ELINK_STATUS_ERROR": 1,
        "ELINK_STATUS_INVALID_IMAGE": 4,
        "ELINK_STATUS_NO_LINK": 3,
        "ELINK_STATUS_OK": 0,
        "ELINK_STATUS_TIMEOUT": 2
      }
    },
    "enum_vstate_uint8": {
      "size": 1,
      "base": "void",
      "constants": {
        "VLASTSTATE": 3,
        "VSTATE_CONSTRUCTED": 1,
        "VSTATE_DEAD": 3,
        "VSTATE_DESTROYING": 2,
        "VSTATE_UNINITIALIZED": 0
      }
    },
    "enum_vtype_uint8": {
      "size": 1,
      "base": "void",
      "constants": {
        "VBAD": 8,
        "VBLK": 3,
        "VCHR": 4,
        "VDIR": 2,
        "VFIFO": 7,
        "VLASTTYPE": 9,
        "VLNK": 5,
        "VMARKER": 9,
        "VNON": 0,
        "VREG": 1,
        "VSOCK": 6
      }
    },
    "environment_cap": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ENVIRON_INDOOR": 1
      }
    },
    "eq_len": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EQ_LEN_1024": 1024,
        "EQ_LEN_2048": 2048,
        "EQ_LEN_256": 256,
        "EQ_LEN_4096": 4096,
        "EQ_LEN_512": 512
      }
    },
    "eqe_size": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EQE_SIZE_16": 16,
        "EQE_SIZE_4": 4
      }
    },
    "err": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FAILURE": 1,
        "SUCCESS": 0
      }
    },
    "error_data_present": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DATA_PRESENT_NO_DATA": 0,
        "DATA_PRESENT_RESPONSE_DATA": 1,
        "DATA_PRESENT_SENSE_DATA": 2
      }
    },
    "error_index": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ALLOC_IRQ_RES": 3,
        "ALLOC_MEMORY_RES": 2,
        "CAM_SIMQ_ALLOC": 6,
        "CAM_SIM_ALLOC": 7,
        "PCI_COMMAND_READ": 1,
        "SETUP_INTR_RES": 4,
        "SYSCTL_TREE_NODE_ADD": 0,
        "TWS_BUS_SCAN_REQ": 10,
        "TWS_CAM_ATTACH": 5,
        "TWS_CTLR_INIT_FAILURE": 12,
        "TWS_INIT_FAILURE": 11,
        "TWS_XPT_BUS_REGISTER": 8,
        "TWS_XPT_CREATE_PATH": 9
      }
    },
    "error_print": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ERROR_PRINT_ALL": 2,
        "ERROR_PRINT_NONE": 0,
        "ERROR_PRINT_NO_RETRY": 1
      }
    },
    "eth_addr_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BROADCAST_ADDRESS": 3,
        "MAX_ETH_ADDR_TYPE": 4,
        "MULTICAST_ADDRESS": 2,
        "UNICAST_ADDRESS": 1,
        "UNKNOWN_ADDRESS": 0
      }
    },
    "eth_rss_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ETH_RSS_MODE_DISABLED": 0,
        "ETH_RSS_MODE_E1HOV_PRI": 4,
        "ETH_RSS_MODE_ESX51": 2,
        "ETH_RSS_MODE_IP_DSCP": 5,
        "ETH_RSS_MODE_REGULAR": 1,
        "ETH_RSS_MODE_VLAN_PRI": 3,
        "MAX_ETH_RSS_MODE": 6
      }
    },
    "eth_rx_cqe_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_ETH_RX_CQE_TYPE": 4,
        "RX_ETH_CQE_TYPE_ETH_FASTPATH": 0,
        "RX_ETH_CQE_TYPE_ETH_RAMROD": 1,
        "RX_ETH_CQE_TYPE_ETH_START_AGG": 2,
        "RX_ETH_CQE_TYPE_ETH_STOP_AGG": 3
      }
    },
    "eth_spqe_cmd_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_ETH_SPQE_CMD_ID": 14,
        "RAMROD_CMD_ID_ETH_CLASSIFICATION_RULES": 9,
        "RAMROD_CMD_ID_ETH_CLIENT_SETUP": 1,
        "RAMROD_CMD_ID_ETH_CLIENT_UPDATE": 5,
        "RAMROD_CMD_ID_ETH_EMPTY": 6,
        "RAMROD_CMD_ID_ETH_FILTER_RULES": 10,
        "RAMROD_CMD_ID_ETH_FORWARD_SETUP": 3,
        "RAMROD_CMD_ID_ETH_HALT": 2,
        "RAMROD_CMD_ID_ETH_MULTICAST_RULES": 11,
        "RAMROD_CMD_ID_ETH_RSS_UPDATE": 12,
        "RAMROD_CMD_ID_ETH_SET_MAC": 13,
        "RAMROD_CMD_ID_ETH_TERMINATE": 7,
        "RAMROD_CMD_ID_ETH_TPA_UPDATE": 8,
        "RAMROD_CMD_ID_ETH_TX_QUEUE_SETUP": 4,
        "RAMROD_CMD_ID_ETH_UNUSED": 0
      }
    },
    "eth_tunnel_non_lso_csum_location": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CSUM_ON_BD": 1,
        "CSUM_ON_PKT": 0,
        "MAX_ETH_TUNNEL_NON_LSO_CSUM_LOCATION": 2
      }
    },
    "eth_tx_vlan_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_ETH_TX_VLAN_TYPE": 4,
        "X_ETH_FW_ADDED_VLAN": 3,
        "X_ETH_INBAND_VLAN": 2,
        "X_ETH_NO_VLAN": 0,
        "X_ETH_OUTBAND_VLAN": 1
      }
    },
    "eth_vlan_filter_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ETH_VLAN_FILTER_ANY_VLAN": 0,
        "ETH_VLAN_FILTER_CLASSIFY": 2,
        "ETH_VLAN_FILTER_SPECIFIC_VLAN": 1,
        "MAX_ETH_VLAN_FILTER_MODE": 3
      }
    },
    "evdev_clock_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EV_CLOCK_BOOTTIME": 2,
        "EV_CLOCK_MONOTONIC": 1,
        "EV_CLOCK_REALTIME": 0
      }
    },
    "evdev_key_events": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "KEY_EVENT_DOWN": 1,
        "KEY_EVENT_REPEAT": 2,
        "KEY_EVENT_UP": 0
      }
    },
    "evdev_lock_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EV_LOCK_EXT_EPOCH": 2,
        "EV_LOCK_INTERNAL": 0,
        "EV_LOCK_MTX": 1
      }
    },
    "evdev_sparse_result": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EV_REPORT_EVENT": 1,
        "EV_REPORT_MT_SLOT": 2,
        "EV_SKIP_EVENT": 0
      }
    },
    "event_ring_opcode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EVENT_RING_OPCODE_AFEX_VIF_LISTS": 13,
        "EVENT_RING_OPCODE_CFC_DEL": 3,
        "EVENT_RING_OPCODE_CFC_DEL_WB": 4,
        "EVENT_RING_OPCODE_CLASSIFICATION_RULES": 15,
        "EVENT_RING_OPCODE_FILTERS_RULES": 16,
        "EVENT_RING_OPCODE_FORWARD_SETUP": 10,
        "EVENT_RING_OPCODE_FUNCTION_START": 1,
        "EVENT_RING_OPCODE_FUNCTION_STOP": 2,
        "EVENT_RING_OPCODE_FUNCTION_UPDATE": 12,
        "EVENT_RING_OPCODE_MALICIOUS_VF": 9,
        "EVENT_RING_OPCODE_MULTICAST_RULES": 17,
        "EVENT_RING_OPCODE_RSS_UPDATE_RULES": 11,
        "EVENT_RING_OPCODE_SET_MAC": 14,
        "EVENT_RING_OPCODE_SET_TIMESYNC": 18,
        "EVENT_RING_OPCODE_START_TRAFFIC": 7,
        "EVENT_RING_OPCODE_STAT_QUERY": 5,
        "EVENT_RING_OPCODE_STOP_TRAFFIC": 6,
        "EVENT_RING_OPCODE_VF_FLR": 8,
        "EVENT_RING_OPCODE_VF_PF_CHANNEL": 0,
        "MAX_EVENT_RING_OPCODE": 19
      }
    },
    "evhdev_detach": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EVHDEV_DETACH_BEGIN": 0,
        "EVHDEV_DETACH_COMPLETE": 1,
        "EVHDEV_DETACH_FAILED": 2
      }
    },
    "evtchn_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EVTCHN_TYPE_COUNT": 4,
        "EVTCHN_TYPE_IPI": 2,
        "EVTCHN_TYPE_PORT": 3,
        "EVTCHN_TYPE_UNBOUND": 0,
        "EVTCHN_TYPE_VIRQ": 1
      }
    },
    "fail_point_return_code": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FAIL_POINT_RC_CONTINUE": 0,
        "FAIL_POINT_RC_QUEUED": 2,
        "FAIL_POINT_RC_RETURN": 1
      }
    },
    "fail_point_t": {
      "size": 4,
      "base": "int",
      "constants": {
        "FAIL_POINT_BREAK": 3,
        "FAIL_POINT_DELAY": 8,
        "FAIL_POINT_INVALID": -1,
        "FAIL_POINT_NUMTYPES": 9,
        "FAIL_POINT_OFF": 0,
        "FAIL_POINT_PANIC": 1,
        "FAIL_POINT_PAUSE": 6,
        "FAIL_POINT_PRINT": 4,
        "FAIL_POINT_RETURN": 2,
        "FAIL_POINT_SLEEP": 5,
        "FAIL_POINT_YIELD": 7
      }
    },
    "fault_next_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FAULT_NEXT_GOTOBJ": 1,
        "FAULT_NEXT_NOOBJ": 2,
        "FAULT_NEXT_RESTART": 3
      }
    },
    "fault_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FAULT_CONTINUE": 10002,
        "FAULT_FAILURE": 10001,
        "FAULT_HARD": 10005,
        "FAULT_OUT_OF_BOUNDS": 10004,
        "FAULT_PROTECTION_FAILURE": 10007,
        "FAULT_RESTART": 10003,
        "FAULT_SOFT": 10006,
        "FAULT_SUCCESS": 10000
      }
    },
    "fd_drivetype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FDT_12M": 2,
        "FDT_144M": 4,
        "FDT_288M": 6,
        "FDT_288M_1": 5,
        "FDT_360K": 1,
        "FDT_720K": 3,
        "FDT_NONE": 0
      }
    },
    "fdc_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FDC_IVAR_FDTYPE": 1,
        "FDC_IVAR_FDUNIT": 0
      }
    },
    "fdc_type": {
      "size": 4,
      "base": "int",
      "constants": {
        "FDC_ENHANCED": 1,
        "FDC_NE765": 0,
        "FDC_UNKNOWN": -1
      }
    },
    "feat_list": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FEATURE_COUNT": 16,
        "ICE_FEATURE_DCB": 14,
        "ICE_FEATURE_FDIR": 3,
        "ICE_FEATURE_FW_LOGGING": 12,
        "ICE_FEATURE_HAS_PBA": 13,
        "ICE_FEATURE_HEALTH_STATUS": 11,
        "ICE_FEATURE_LENIENT_LINK_MODE": 8,
        "ICE_FEATURE_LINK_MGMT_VER_1": 9,
        "ICE_FEATURE_LINK_MGMT_VER_2": 10,
        "ICE_FEATURE_MSI": 4,
        "ICE_FEATURE_MSIX": 5,
        "ICE_FEATURE_NETMAP": 2,
        "ICE_FEATURE_RDMA": 6,
        "ICE_FEATURE_RSS": 1,
        "ICE_FEATURE_SAFE_MODE": 7,
        "ICE_FEATURE_SRIOV": 0,
        "ICE_FEATURE_TX_BALANCE": 15
      }
    },
    "fib_callout_action": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FDA_BATCH": 3,
        "FDA_EVAL": 2,
        "FDA_NONE": 0,
        "FDA_REBUILD": 1
      }
    },
    "flm_op_result": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FLM_BATCH": 3,
        "FLM_ERROR": 2,
        "FLM_REBUILD": 1,
        "FLM_SUCCESS": 0
      }
    },
    "fs_ft_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FS_FT_ESW_EGRESS_ACL": 2,
        "FS_FT_ESW_INGRESS_ACL": 3,
        "FS_FT_FDB": 4,
        "FS_FT_NIC_RX": 0,
        "FS_FT_SNIFFER_RX": 5,
        "FS_FT_SNIFFER_TX": 6
      }
    },
    "fs_fte_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FS_FTE_STATUS_EXISTING": 1
      }
    },
    "fs_prio_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CORE_FS_PRIO_SHARED": 1
      }
    },
    "fs_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FS_TYPE_FLOW_DEST": 5,
        "FS_TYPE_FLOW_ENTRY": 4,
        "FS_TYPE_FLOW_GROUP": 3,
        "FS_TYPE_FLOW_TABLE": 2,
        "FS_TYPE_NAMESPACE": 0,
        "FS_TYPE_PRIO": 1
      }
    },
    "fsh_access": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "fsa_NONE": 0,
        "fsa_R": 1,
        "fsa_RW": 3,
        "fsa_W": 2
      }
    },
    "fsh_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "fsm_DN": 0,
        "fsm_DR": 1,
        "fsm_DRW": 3,
        "fsm_DW": 2
      }
    },
    "fw_caps_config_crypto": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_CAPS_CONFIG_CRYPTO_LOOKASIDE": 1,
        "FW_CAPS_CONFIG_IPSEC_INLINE": 4,
        "FW_CAPS_CONFIG_TLSKEYS": 2,
        "FW_CAPS_CONFIG_TLS_HW": 8
      }
    },
    "fw_caps_config_iscsi": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_CAPS_CONFIG_ISCSI_INITIATOR_CMDOFLD": 128,
        "FW_CAPS_CONFIG_ISCSI_INITIATOR_CNXOFLD": 4,
        "FW_CAPS_CONFIG_ISCSI_INITIATOR_PDU": 1,
        "FW_CAPS_CONFIG_ISCSI_INITIATOR_SSNOFLD": 16,
        "FW_CAPS_CONFIG_ISCSI_T10DIF": 64,
        "FW_CAPS_CONFIG_ISCSI_TARGET_CMDOFLD": 256,
        "FW_CAPS_CONFIG_ISCSI_TARGET_CNXOFLD": 8,
        "FW_CAPS_CONFIG_ISCSI_TARGET_PDU": 2,
        "FW_CAPS_CONFIG_ISCSI_TARGET_SSNOFLD": 32
      }
    },
    "fw_caps_config_nic": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_CAPS_CONFIG_NIC": 1,
        "FW_CAPS_CONFIG_NIC_ETHOFLD": 64,
        "FW_CAPS_CONFIG_NIC_HASHFILTER": 32,
        "FW_CAPS_CONFIG_NIC_IDS": 4,
        "FW_CAPS_CONFIG_NIC_UM": 8,
        "FW_CAPS_CONFIG_NIC_UM_ISGL": 16,
        "FW_CAPS_CONFIG_NIC_VM": 2
      }
    },
    "fw_caps_config_rdma": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_CAPS_CONFIG_RDMA_RDDP": 1,
        "FW_CAPS_CONFIG_RDMA_RDMAC": 2
      }
    },
    "fw_caps_config_toe": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_CAPS_CONFIG_TOE": 1
      }
    },
    "fw_cmd_cap": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_CMD_CAP_DMAQ": 2,
        "FW_CMD_CAP_PF": 1,
        "FW_CMD_CAP_PORT": 4,
        "FW_CMD_CAP_PORTPROMISC": 8,
        "FW_CMD_CAP_PORTSTATS": 16,
        "FW_CMD_CAP_VF": 128
      }
    },
    "fw_cmd_opcodes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_ACL_MAC_CMD": 24,
        "FW_ACL_VLAN_CMD": 25,
        "FW_BYE_CMD": 5,
        "FW_CAPS_CONFIG_CMD": 7,
        "FW_CHNET_IFACE_CMD": 38,
        "FW_CLIP2_CMD": 41,
        "FW_CLIP_CMD": 40,
        "FW_DCB_IEEE_CMD": 58,
        "FW_DEBUG_CMD": 129,
        "FW_DEVLOG_CMD": 37,
        "FW_DIAG_CMD": 61,
        "FW_EQ_CTRL_CMD": 19,
        "FW_EQ_ETH_CMD": 18,
        "FW_EQ_MNGT_CMD": 17,
        "FW_EQ_OFLD_CMD": 33,
        "FW_ERROR_CMD": 128,
        "FW_FCOE_FCF_CMD": 56,
        "FW_FCOE_LINK_CMD": 50,
        "FW_FCOE_RES_INFO_CMD": 49,
        "FW_FCOE_SPARAMS_CMD": 53,
        "FW_FCOE_STATS_CMD": 55,
        "FW_FCOE_VNP_CMD": 51,
        "FW_HELLO_CMD": 4,
        "FW_HMA_CMD": 63,
        "FW_INITIALIZE_CMD": 6,
        "FW_IQ_CMD": 16,
        "FW_LASTC2E_CMD": 64,
        "FW_LDST_CMD": 1,
        "FW_PARAMS_CMD": 8,
        "FW_PFVF_CMD": 9,
        "FW_PORT_CMD": 27,
        "FW_PORT_LB_STATS_CMD": 29,
        "FW_PORT_STATS_CMD": 28,
        "FW_PORT_TRACE_CMD": 30,
        "FW_PORT_TRACE_MMAP_CMD": 31,
        "FW_PTP_CMD": 62,
        "FW_RESET_CMD": 3,
        "FW_RSS_GLB_CONFIG_CMD": 34,
        "FW_RSS_IND_TBL_CMD": 32,
        "FW_RSS_VI_CONFIG_CMD": 35,
        "FW_SCHED_CMD": 36,
        "FW_VI_CMD": 20,
        "FW_VI_ENABLE_CMD": 23,
        "FW_VI_MAC_CMD": 21,
        "FW_VI_RXMODE_CMD": 22,
        "FW_VI_STATS_CMD": 26,
        "FW_WATCHDOG_CMD": 39
      }
    },
    "fw_error_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_ERROR_TYPE_ACL": 3,
        "FW_ERROR_TYPE_EXCEPTION": 0,
        "FW_ERROR_TYPE_HWMODULE": 1,
        "FW_ERROR_TYPE_WR": 2
      }
    },
    "fw_eth_tx_eo_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_ETH_TX_EO_TYPE_GENEVESEG": 4,
        "FW_ETH_TX_EO_TYPE_NVGRESEG": 2,
        "FW_ETH_TX_EO_TYPE_TCPSEG": 1,
        "FW_ETH_TX_EO_TYPE_UDPSEG": 0,
        "FW_ETH_TX_EO_TYPE_VXLANSEG": 3
      }
    },
    "fw_filter_vnic_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_VNIC_MODE_ENCAP_EN": 2,
        "FW_VNIC_MODE_OUTER_VLAN": 1,
        "FW_VNIC_MODE_PF_VF": 0
      }
    },
    "fw_filter_wr_cookie": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_FILTER_WR_EINVAL": 4,
        "FW_FILTER_WR_FLT_ADDED": 1,
        "FW_FILTER_WR_FLT_DELETED": 2,
        "FW_FILTER_WR_SMT_TBL_FULL": 3,
        "FW_FILTER_WR_SUCCESS": 0
      }
    },
    "fw_flowc_mnem": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_FLOWC_MNEM_CH": 1,
        "FW_FLOWC_MNEM_DCBPRIO": 12,
        "FW_FLOWC_MNEM_EOSTATE": 10,
        "FW_FLOWC_MNEM_IQID": 3,
        "FW_FLOWC_MNEM_MAX": 16,
        "FW_FLOWC_MNEM_MSS": 7,
        "FW_FLOWC_MNEM_PFNVFN": 0,
        "FW_FLOWC_MNEM_PORT": 2,
        "FW_FLOWC_MNEM_RCVNXT": 5,
        "FW_FLOWC_MNEM_RCV_SCALE": 14,
        "FW_FLOWC_MNEM_SCHEDCLASS": 11,
        "FW_FLOWC_MNEM_SNDBUF": 6,
        "FW_FLOWC_MNEM_SNDNXT": 4,
        "FW_FLOWC_MNEM_SND_SCALE": 13,
        "FW_FLOWC_MNEM_TCPSTATE": 9,
        "FW_FLOWC_MNEM_TXDATAPLEN_MAX": 8,
        "FW_FLOWC_MNEM_ULP_MODE": 15
      }
    },
    "fw_hdr_chip": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_HDR_CHIP_T4": 0,
        "FW_HDR_CHIP_T5": 1,
        "FW_HDR_CHIP_T6": 2
      }
    },
    "fw_iq_iqtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_IQ_IQTYPE_NIC": 1,
        "FW_IQ_IQTYPE_OFLD": 2,
        "FW_IQ_IQTYPE_OTHER": 0
      }
    },
    "fw_iq_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_IQ_TYPE_FL_INT_CAP": 0,
        "FW_IQ_TYPE_NO_FL_INT_CAP": 1,
        "FW_IQ_TYPE_VF_CQ": 2
      }
    },
    "fw_ldst_addrspc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_LDST_ADDRSPC_CIM_Q": 72,
        "FW_LDST_ADDRSPC_FIRMWARE": 1,
        "FW_LDST_ADDRSPC_FUNC": 40,
        "FW_LDST_ADDRSPC_FUNC_I2C": 42,
        "FW_LDST_ADDRSPC_FUNC_PCIE": 41,
        "FW_LDST_ADDRSPC_I2C": 56,
        "FW_LDST_ADDRSPC_LE": 48,
        "FW_LDST_ADDRSPC_MDIO": 24,
        "FW_LDST_ADDRSPC_MPS": 32,
        "FW_LDST_ADDRSPC_PCIE_CFGS": 64,
        "FW_LDST_ADDRSPC_PCIE_DBG": 65,
        "FW_LDST_ADDRSPC_PCIE_PHY": 66,
        "FW_LDST_ADDRSPC_SGE_CONMC": 11,
        "FW_LDST_ADDRSPC_SGE_EGRC": 8,
        "FW_LDST_ADDRSPC_SGE_FLMC": 10,
        "FW_LDST_ADDRSPC_SGE_INGC": 9,
        "FW_LDST_ADDRSPC_TP_MIB": 18,
        "FW_LDST_ADDRSPC_TP_PIO": 16,
        "FW_LDST_ADDRSPC_TP_TM_PIO": 17
      }
    },
    "fw_ldst_mps_fid": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_LDST_MPS_ATRB": 0,
        "FW_LDST_MPS_RPLC": 1
      }
    },
    "fw_memtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_MEMTYPE_EDC0": 0,
        "FW_MEMTYPE_EDC1": 1,
        "FW_MEMTYPE_EXTMEM": 2,
        "FW_MEMTYPE_EXTMEM1": 6,
        "FW_MEMTYPE_FLASH": 4,
        "FW_MEMTYPE_HMA": 7,
        "FW_MEMTYPE_INTERNAL": 5
      }
    },
    "fw_params_mnem": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAMS_MNEM_CHNET": 5,
        "FW_PARAMS_MNEM_DEV": 1,
        "FW_PARAMS_MNEM_DMAQ": 4,
        "FW_PARAMS_MNEM_LAST": 6,
        "FW_PARAMS_MNEM_PFVF": 2,
        "FW_PARAMS_MNEM_REG": 3
      }
    },
    "fw_params_param_dev": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAMS_PARAM_DEV_ADD_SMAC": 37,
        "FW_PARAMS_PARAM_DEV_BYPASS": 14,
        "FW_PARAMS_PARAM_DEV_CCLK": 0,
        "FW_PARAMS_PARAM_DEV_CF": 13,
        "FW_PARAMS_PARAM_DEV_CLIP2_CMD": 47,
        "FW_PARAMS_PARAM_DEV_DBQ_TIMER": 41,
        "FW_PARAMS_PARAM_DEV_DBQ_TIMERTICK": 42,
        "FW_PARAMS_PARAM_DEV_DEV_512SGL_MR": 48,
        "FW_PARAMS_PARAM_DEV_DIAG": 17,
        "FW_PARAMS_PARAM_DEV_FILTER": 46,
        "FW_PARAMS_PARAM_DEV_FILTER2_WR": 29,
        "FW_PARAMS_PARAM_DEV_FLOWC_BUFFIFO_SZ": 3,
        "FW_PARAMS_PARAM_DEV_FWCACHE": 24,
        "FW_PARAMS_PARAM_DEV_FWREV": 11,
        "FW_PARAMS_PARAM_DEV_HASHFILTER_WITH_OFLD": 40,
        "FW_PARAMS_PARAM_DEV_HMA_SIZE": 32,
        "FW_PARAMS_PARAM_DEV_HPFILTER_REGION_SUPPORT": 38,
        "FW_PARAMS_PARAM_DEV_INTFVER_FCOE": 10,
        "FW_PARAMS_PARAM_DEV_INTFVER_FCOEPDU": 21,
        "FW_PARAMS_PARAM_DEV_INTFVER_ISCSI": 9,
        "FW_PARAMS_PARAM_DEV_INTFVER_ISCSIPDU": 8,
        "FW_PARAMS_PARAM_DEV_INTFVER_NIC": 4,
        "FW_PARAMS_PARAM_DEV_INTFVER_OFLD": 6,
        "FW_PARAMS_PARAM_DEV_INTFVER_RI": 7,
        "FW_PARAMS_PARAM_DEV_INTFVER_VNIC": 5,
        "FW_PARAMS_PARAM_DEV_KTLS_HW": 49,
        "FW_PARAMS_PARAM_DEV_LOAD": 16,
        "FW_PARAMS_PARAM_DEV_MAXIRD_ADAPTER": 20,
        "FW_PARAMS_PARAM_DEV_MAXORDIRD_QP": 19,
        "FW_PARAMS_PARAM_DEV_MCINIT": 22,
        "FW_PARAMS_PARAM_DEV_MPSBGMAP": 30,
        "FW_PARAMS_PARAM_DEV_NTID": 2,
        "FW_PARAMS_PARAM_DEV_NUM_TM_CLASS": 43,
        "FW_PARAMS_PARAM_DEV_OPAQUE_VIID_SMT_EXTN": 39,
        "FW_PARAMS_PARAM_DEV_PHYFW": 15,
        "FW_PARAMS_PARAM_DEV_PORTVEC": 1,
        "FW_PARAMS_PARAM_DEV_PPOD_EDRAM": 35,
        "FW_PARAMS_PARAM_DEV_RDMA_WRITE_WITH_IMM": 33,
        "FW_PARAMS_PARAM_DEV_RING_BACKBONE": 34,
        "FW_PARAMS_PARAM_DEV_RI_FR_NSMR_TPTE_WR": 28,
        "FW_PARAMS_PARAM_DEV_RI_WRITE_CMPL_WR": 36,
        "FW_PARAMS_PARAM_DEV_RSSINFO": 25,
        "FW_PARAMS_PARAM_DEV_SCFGREV": 26,
        "FW_PARAMS_PARAM_DEV_TCB_CACHE_FLUSH": 45,
        "FW_PARAMS_PARAM_DEV_TPCHMAP": 31,
        "FW_PARAMS_PARAM_DEV_TPREV": 12,
        "FW_PARAMS_PARAM_DEV_UCLK": 18,
        "FW_PARAMS_PARAM_DEV_ULPTX_MEMWRITE_DSGL": 23,
        "FW_PARAMS_PARAM_DEV_VF_TRVLAN": 44,
        "FW_PARAMS_PARAM_DEV_VI_ENABLE_INGRESS_AFTER_LINKUP": 50,
        "FW_PARAMS_PARAM_DEV_VPDREV": 27
      }
    },
    "fw_params_param_dev_diag": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAM_DEV_DIAG_MAXTMPTHRESH": 2,
        "FW_PARAM_DEV_DIAG_RESET_TMP_SENSOR": 3,
        "FW_PARAM_DEV_DIAG_TMP": 0,
        "FW_PARAM_DEV_DIAG_VDD": 1
      }
    },
    "fw_params_param_dev_filter": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAM_DEV_FILTER_MODE_MASK": 1,
        "FW_PARAM_DEV_FILTER_VNIC_MODE": 0
      }
    },
    "fw_params_param_dev_fwcache": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAM_DEV_FWCACHE_FLUSH": 0,
        "FW_PARAM_DEV_FWCACHE_FLUSHINV": 1
      }
    },
    "fw_params_param_dev_ktls_hw": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAMS_PARAM_DEV_KTLS_HW_DISABLE": 0,
        "FW_PARAMS_PARAM_DEV_KTLS_HW_ENABLE": 1,
        "FW_PARAMS_PARAM_DEV_KTLS_HW_USER_DISABLE": 0,
        "FW_PARAMS_PARAM_DEV_KTLS_HW_USER_ENABLE": 1
      }
    },
    "fw_params_param_dmaq": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAMS_PARAM_DMAQ_CONM_CTXT": 32,
        "FW_PARAMS_PARAM_DMAQ_EQ_CMPLIQID_CTRL": 17,
        "FW_PARAMS_PARAM_DMAQ_EQ_CMPLIQID_MNGT": 16,
        "FW_PARAMS_PARAM_DMAQ_EQ_DCA": 20,
        "FW_PARAMS_PARAM_DMAQ_EQ_DCBPRIO_ETH": 19,
        "FW_PARAMS_PARAM_DMAQ_EQ_SCHEDCLASS_ETH": 18,
        "FW_PARAMS_PARAM_DMAQ_EQ_TIMERIX": 21,
        "FW_PARAMS_PARAM_DMAQ_FLM_DCA": 48,
        "FW_PARAMS_PARAM_DMAQ_IQ_DCA": 3,
        "FW_PARAMS_PARAM_DMAQ_IQ_DCAEN_DCACPU": 0,
        "FW_PARAMS_PARAM_DMAQ_IQ_INTCNTTHRESH": 1,
        "FW_PARAMS_PARAM_DMAQ_IQ_INTIDX": 2
      }
    },
    "fw_params_param_pfvf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PARAMS_PARAM_PFVF_ACTIVE_FILTER_END": 46,
        "FW_PARAMS_PARAM_PFVF_ACTIVE_FILTER_START": 45,
        "FW_PARAMS_PARAM_PFVF_CLIP_END": 4,
        "FW_PARAMS_PARAM_PFVF_CLIP_START": 3,
        "FW_PARAMS_PARAM_PFVF_CONM_MAP": 40,
        "FW_PARAMS_PARAM_PFVF_CPLFW4MSG_ENCAP": 49,
        "FW_PARAMS_PARAM_PFVF_CPMASK": 37,
        "FW_PARAMS_PARAM_PFVF_CQ_END": 24,
        "FW_PARAMS_PARAM_PFVF_CQ_START": 23,
        "FW_PARAMS_PARAM_PFVF_EQ_END": 44,
        "FW_PARAMS_PARAM_PFVF_EQ_START": 43,
        "FW_PARAMS_PARAM_PFVF_ETHOFLD_END": 48,
        "FW_PARAMS_PARAM_PFVF_ETHOFLD_START": 47,
        "FW_PARAMS_PARAM_PFVF_FILTER_END": 6,
        "FW_PARAMS_PARAM_PFVF_FILTER_START": 5,
        "FW_PARAMS_PARAM_PFVF_GET_SMT_SIZE": 63,
        "FW_PARAMS_PARAM_PFVF_GET_SMT_START": 62,
        "FW_PARAMS_PARAM_PFVF_HPFILTER_END": 51,
        "FW_PARAMS_PARAM_PFVF_HPFILTER_START": 50,
        "FW_PARAMS_PARAM_PFVF_IQFLINT_END": 42,
        "FW_PARAMS_PARAM_PFVF_IQFLINT_START": 41,
        "FW_PARAMS_PARAM_PFVF_ISCSI_END": 12,
        "FW_PARAMS_PARAM_PFVF_ISCSI_START": 11,
        "FW_PARAMS_PARAM_PFVF_L2T_END": 20,
        "FW_PARAMS_PARAM_PFVF_L2T_START": 19,
        "FW_PARAMS_PARAM_PFVF_LINK_STATE": 64,
        "FW_PARAMS_PARAM_PFVF_MAX_PKTS_PER_ETH_TX_PKTS_WR": 61,
        "FW_PARAMS_PARAM_PFVF_NCRYPTO_LOOKASIDE": 57,
        "FW_PARAMS_PARAM_PFVF_OCQ_END": 39,
        "FW_PARAMS_PARAM_PFVF_OCQ_START": 38,
        "FW_PARAMS_PARAM_PFVF_PBL_END": 18,
        "FW_PARAMS_PARAM_PFVF_PBL_START": 17,
        "FW_PARAMS_PARAM_PFVF_PORT_CAPS32": 58,
        "FW_PARAMS_PARAM_PFVF_PPOD_EDRAM_END": 60,
        "FW_PARAMS_PARAM_PFVF_PPOD_EDRAM_START": 59,
        "FW_PARAMS_PARAM_PFVF_RAWF_END": 55,
        "FW_PARAMS_PARAM_PFVF_RAWF_START": 54,
        "FW_PARAMS_PARAM_PFVF_ROUTE_END": 2,
        "FW_PARAMS_PARAM_PFVF_ROUTE_START": 1,
        "FW_PARAMS_PARAM_PFVF_RQ_END": 16,
        "FW_PARAMS_PARAM_PFVF_RQ_START": 31,
        "FW_PARAMS_PARAM_PFVF_RSSKEYINFO": 56,
        "FW_PARAMS_PARAM_PFVF_RWXCAPS": 0,
        "FW_PARAMS_PARAM_PFVF_SCHEDCLASS_ETH": 32,
        "FW_PARAMS_PARAM_PFVF_SERVER_END": 8,
        "FW_PARAMS_PARAM_PFVF_SERVER_START": 7,
        "FW_PARAMS_PARAM_PFVF_SQRQ_END": 22,
        "FW_PARAMS_PARAM_PFVF_SQRQ_START": 21,
        "FW_PARAMS_PARAM_PFVF_SRQ_END": 26,
        "FW_PARAMS_PARAM_PFVF_SRQ_START": 25,
        "FW_PARAMS_PARAM_PFVF_STAG_END": 14,
        "FW_PARAMS_PARAM_PFVF_STAG_START": 13,
        "FW_PARAMS_PARAM_PFVF_TDDP_END": 10,
        "FW_PARAMS_PARAM_PFVF_TDDP_START": 9,
        "FW_PARAMS_PARAM_PFVF_TLS_END": 53,
        "FW_PARAMS_PARAM_PFVF_TLS_START": 52,
        "FW_PARAMS_PARAM_PFVF_VIID": 36
      }
    },
    "fw_port_action": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PORT_ACTION_AN_RESET": 69,
        "FW_PORT_ACTION_DCB_READ_DET": 8,
        "FW_PORT_ACTION_DCB_READ_RECV": 7,
        "FW_PORT_ACTION_DCB_READ_TRANS": 6,
        "FW_PORT_ACTION_DIAGNOSTICS": 39,
        "FW_PORT_ACTION_DTEXS_REEST": 68,
        "FW_PORT_ACTION_GET_PORT_INFO": 3,
        "FW_PORT_ACTION_GET_PORT_INFO32": 10,
        "FW_PORT_ACTION_L1_CFG": 1,
        "FW_PORT_ACTION_L1_CFG32": 9,
        "FW_PORT_ACTION_L1_LOW_PWR_EN": 17,
        "FW_PORT_ACTION_L2_CFG": 2,
        "FW_PORT_ACTION_L2_DCB_CFG": 5,
        "FW_PORT_ACTION_L2_PPP_CFG": 4,
        "FW_PORT_ACTION_L2_WOL_MODE_EN": 18,
        "FW_PORT_ACTION_LOW_PWR_TO_NORMAL": 16,
        "FW_PORT_ACTION_LPBK_SS_ASIC": 34,
        "FW_PORT_ACTION_LPBK_SS_EXT": 38,
        "FW_PORT_ACTION_LPBK_SS_EXT_PHY": 40,
        "FW_PORT_ACTION_LPBK_TO_NORMAL": 32,
        "FW_PORT_ACTION_LPBK_WS_ASIC": 35,
        "FW_PORT_ACTION_LPBK_WS_EXT_PHY": 37,
        "FW_PORT_ACTION_PCS_RESET": 66,
        "FW_PORT_ACTION_PHYXS_RESET": 67,
        "FW_PORT_ACTION_PHY_RESET": 64,
        "FW_PORT_ACTION_PMA_RESET": 65
      }
    },
    "fw_port_cap": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PORT_CAP_802_3_ASM_DIR": 32768,
        "FW_PORT_CAP_802_3_PAUSE": 16384,
        "FW_PORT_CAP_ANEG": 256,
        "FW_PORT_CAP_FC_RX": 64,
        "FW_PORT_CAP_FC_TX": 128,
        "FW_PORT_CAP_FEC_BASER_RS": 4096,
        "FW_PORT_CAP_FEC_RS": 2048,
        "FW_PORT_CAP_FORCE_PAUSE": 8192,
        "FW_PORT_CAP_MDIAUTO": 512,
        "FW_PORT_CAP_MDISTRAIGHT": 1024,
        "FW_PORT_CAP_SPEED_100G": 32,
        "FW_PORT_CAP_SPEED_100M": 1,
        "FW_PORT_CAP_SPEED_10G": 8,
        "FW_PORT_CAP_SPEED_1G": 2,
        "FW_PORT_CAP_SPEED_25G": 4,
        "FW_PORT_CAP_SPEED_40G": 16
      }
    },
    "fw_port_mdi32": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PORT_CAP32_MDI_AUTO": 1,
        "FW_PORT_CAP32_MDI_F_CROSSOVER": 3,
        "FW_PORT_CAP32_MDI_F_STRAIGHT": 2,
        "FW_PORT_CAP32_MDI_UNCHANGED": 0
      }
    },
    "fw_port_module_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PORT_MOD_TYPE_ER": 3,
        "FW_PORT_MOD_TYPE_ERROR": 28,
        "FW_PORT_MOD_TYPE_LR": 1,
        "FW_PORT_MOD_TYPE_LRM": 6,
        "FW_PORT_MOD_TYPE_NA": 0,
        "FW_PORT_MOD_TYPE_NONE": 31,
        "FW_PORT_MOD_TYPE_NOTSUPPORTED": 30,
        "FW_PORT_MOD_TYPE_SR": 2,
        "FW_PORT_MOD_TYPE_TWINAX_ACTIVE": 5,
        "FW_PORT_MOD_TYPE_TWINAX_PASSIVE": 4,
        "FW_PORT_MOD_TYPE_UNKNOWN": 29
      }
    },
    "fw_port_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_PORT_TYPE_BP40_BA": 15,
        "FW_PORT_TYPE_BP4_AP": 11,
        "FW_PORT_TYPE_BP_AP": 10,
        "FW_PORT_TYPE_BT_SGMII": 2,
        "FW_PORT_TYPE_BT_XAUI": 4,
        "FW_PORT_TYPE_BT_XFI": 3,
        "FW_PORT_TYPE_CR2_QSFP": 19,
        "FW_PORT_TYPE_CR4_QSFP": 17,
        "FW_PORT_TYPE_CR_QSFP": 18,
        "FW_PORT_TYPE_CX4": 6,
        "FW_PORT_TYPE_FIBER_XAUI": 1,
        "FW_PORT_TYPE_FIBER_XFI": 0,
        "FW_PORT_TYPE_KR": 8,
        "FW_PORT_TYPE_KR4_100G": 16,
        "FW_PORT_TYPE_KR_SFP28": 21,
        "FW_PORT_TYPE_KR_XLAUI": 22,
        "FW_PORT_TYPE_KX": 7,
        "FW_PORT_TYPE_KX4": 5,
        "FW_PORT_TYPE_NONE": 31,
        "FW_PORT_TYPE_QSA": 13,
        "FW_PORT_TYPE_QSFP": 14,
        "FW_PORT_TYPE_QSFP_10G": 12,
        "FW_PORT_TYPE_SFP": 9,
        "FW_PORT_TYPE_SFP28": 20
      }
    },
    "fw_retval": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_EADDRINUSE": 98,
        "FW_EADDRNOTAVAIL": 99,
        "FW_EAGAIN": 11,
        "FW_EBUSY": 16,
        "FW_EEXIST": 17,
        "FW_EFAULT": 14,
        "FW_EINPROGRESS": 115,
        "FW_EINVAL": 22,
        "FW_EIO": 5,
        "FW_ENETDOWN": 100,
        "FW_ENETUNREACH": 101,
        "FW_ENOBUFS": 105,
        "FW_ENODATA": 61,
        "FW_ENODEV": 19,
        "FW_ENOENT": 2,
        "FW_ENOEXEC": 8,
        "FW_ENOMEM": 12,
        "FW_ENOSPC": 28,
        "FW_ENOSYS": 38,
        "FW_EPERM": 1,
        "FW_EPROTO": 71,
        "FW_ERR_LINK_DOWN": 132,
        "FW_ERR_RDEV_IMPL_LOGO": 138,
        "FW_ERR_RDEV_LOGO": 135,
        "FW_ERR_RDEV_LOST": 134,
        "FW_ETIMEDOUT": 110,
        "FW_FCOE_NO_XCHG": 136,
        "FW_RDEV_NOT_READY": 133,
        "FW_SCSI_ABORTED": 130,
        "FW_SCSI_ABORT_REQUESTED": 128,
        "FW_SCSI_ABORT_TIMEDOUT": 129,
        "FW_SCSI_CLOSE_REQUESTED": 131,
        "FW_SCSI_DDP_ERR": 141,
        "FW_SCSI_IO_BLOCK": 143,
        "FW_SCSI_OVER_FLOW_ERR": 140,
        "FW_SCSI_RSP_ERR": 137,
        "FW_SCSI_TASK_ERR": 142,
        "FW_SCSI_UNDER_FLOW_ERR": 139,
        "FW_SUCCESS": 0
      }
    },
    "fw_sched_params_level": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_SCHED_PARAMS_LEVEL_CH_RL": 2,
        "FW_SCHED_PARAMS_LEVEL_CL_RL": 0,
        "FW_SCHED_PARAMS_LEVEL_CL_WRR": 1
      }
    },
    "fw_sched_params_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_SCHED_PARAMS_MODE_CLASS": 0,
        "FW_SCHED_PARAMS_MODE_FLOW": 1
      }
    },
    "fw_sched_params_rate": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_SCHED_PARAMS_RATE_ABS": 1,
        "FW_SCHED_PARAMS_RATE_REL": 0
      }
    },
    "fw_sched_params_unit": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_SCHED_PARAMS_UNIT_BITRATE": 0,
        "FW_SCHED_PARAMS_UNIT_PKTRATE": 1
      }
    },
    "fw_sched_sc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_SCHED_SC_CONFIG": 0,
        "FW_SCHED_SC_PARAMS": 1
      }
    },
    "fw_sched_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_SCHED_TYPE_PKTSCHED": 0,
        "FW_SCHED_TYPE_STREAMSCHED": 1
      }
    },
    "fw_version_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_VERSION_N3": 0,
        "FW_VERSION_T3": 1
      }
    },
    "fw_vi_func": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_VI_FUNC_ETH": 0,
        "FW_VI_FUNC_FOFCOE": 6,
        "FW_VI_FUNC_FOISCSI": 5,
        "FW_VI_FUNC_FW": 7,
        "FW_VI_FUNC_IWARP": 2,
        "FW_VI_FUNC_OFLD": 1,
        "FW_VI_FUNC_OPENFCOE": 4,
        "FW_VI_FUNC_OPENISCSI": 3
      }
    },
    "fw_vi_mac_entry_types": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_VI_MAC_TYPE_EXACTMAC": 0,
        "FW_VI_MAC_TYPE_EXACTMAC_VNI": 3,
        "FW_VI_MAC_TYPE_HASHVEC": 1,
        "FW_VI_MAC_TYPE_RAW": 2
      }
    },
    "fw_vi_mac_smac": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_VI_MAC_MPS_TCAM_ENTRY": 0,
        "FW_VI_MAC_MPS_TCAM_ONLY": 1,
        "FW_VI_MAC_SMT_AND_MPSTCAM": 3,
        "FW_VI_MAC_SMT_ONLY": 2
      }
    },
    "fw_wr_opcodes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_CHNET_IFCONF_WR": 107,
        "FW_CMD_WR": 16,
        "FW_COISCSI_STATS_WR": 115,
        "FW_COISCSI_TGT_CONN_WR": 113,
        "FW_COISCSI_TGT_WR": 112,
        "FW_COISCSI_TGT_XMIT_WR": 114,
        "FW_CRYPTO_LOOKASIDE_WR": 109,
        "FW_EQ_FLUSH_WR": 27,
        "FW_ETH_TX_EO_WR": 28,
        "FW_ETH_TX_PKT2_WR": 68,
        "FW_ETH_TX_PKTS2_WR": 120,
        "FW_ETH_TX_PKTS_VM_WR": 18,
        "FW_ETH_TX_PKTS_WR": 9,
        "FW_ETH_TX_PKT_VM_WR": 17,
        "FW_ETH_TX_PKT_WR": 8,
        "FW_FCOE_ELS_CT_WR": 48,
        "FW_FILTER2_WR": 119,
        "FW_FILTER_WR": 2,
        "FW_FLOWC_WR": 10,
        "FW_FOISCSI_CHAP_WR": 108,
        "FW_FOISCSI_CTRL_WR": 106,
        "FW_FOISCSI_NODE_WR": 96,
        "FW_FRAG_WR": 29,
        "FW_ISCSI_TX_DATA_WR": 69,
        "FW_ISNS_WR": 117,
        "FW_ISNS_XMIT_WR": 118,
        "FW_LASTC2E_WR": 128,
        "FW_OFLD_CONNECTION_WR": 47,
        "FW_OFLD_TX_DATA_WR": 11,
        "FW_POFCOE_TCB_WR": 66,
        "FW_POFCOE_ULPTX_WR": 67,
        "FW_PTP_TX_PKT_WR": 70,
        "FW_RDEV_WR": 56,
        "FW_RI_ATOMIC_WR": 22,
        "FW_RI_BIND_MW_WR": 24,
        "FW_RI_FR_NSMR_TPTE_WR": 32,
        "FW_RI_FR_NSMR_WR": 25,
        "FW_RI_INV_LSTAG_WR": 26,
        "FW_RI_RDMA_READ_WR": 22,
        "FW_RI_RDMA_WRITE_CMPL_WR": 33,
        "FW_RI_RDMA_WRITE_WR": 20,
        "FW_RI_RECV_WR": 23,
        "FW_RI_RES_WR": 12,
        "FW_RI_SEND_IMMEDIATE_WR": 21,
        "FW_RI_SEND_WR": 21,
        "FW_RI_WR": 13,
        "FW_SCSI_ABRT_CLS_WR": 52,
        "FW_SCSI_CMD_WR": 51,
        "FW_SCSI_READ_WR": 50,
        "FW_SCSI_TGT_ACC_WR": 53,
        "FW_SCSI_TGT_RSP_WR": 55,
        "FW_SCSI_TGT_XMIT_WR": 54,
        "FW_SCSI_WRITE_WR": 49,
        "FW_TLSTX_DATA_WR": 104,
        "FW_TLS_TUNNEL_OFLD_WR": 105,
        "FW_TP_WR": 5,
        "FW_ULPTX_WR": 4
      }
    },
    "g_part_alias": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "G_PART_ALIAS_APPLE_APFS": 0,
        "G_PART_ALIAS_APPLE_BOOT": 1,
        "G_PART_ALIAS_APPLE_CORE_STORAGE": 2,
        "G_PART_ALIAS_APPLE_HFS": 3,
        "G_PART_ALIAS_APPLE_LABEL": 4,
        "G_PART_ALIAS_APPLE_RAID": 5,
        "G_PART_ALIAS_APPLE_RAID_OFFLINE": 6,
        "G_PART_ALIAS_APPLE_TV_RECOVERY": 7,
        "G_PART_ALIAS_APPLE_UFS": 8,
        "G_PART_ALIAS_APPLE_ZFS": 9,
        "G_PART_ALIAS_BIOS_BOOT": 10,
        "G_PART_ALIAS_CHROMEOS_FIRMWARE": 11,
        "G_PART_ALIAS_CHROMEOS_KERNEL": 12,
        "G_PART_ALIAS_CHROMEOS_RESERVED": 13,
        "G_PART_ALIAS_CHROMEOS_ROOT": 14,
        "G_PART_ALIAS_COUNT": 70,
        "G_PART_ALIAS_DFBSD": 15,
        "G_PART_ALIAS_DFBSD64": 16,
        "G_PART_ALIAS_DFBSD_CCD": 17,
        "G_PART_ALIAS_DFBSD_HAMMER": 18,
        "G_PART_ALIAS_DFBSD_HAMMER2": 19,
        "G_PART_ALIAS_DFBSD_LEGACY": 20,
        "G_PART_ALIAS_DFBSD_SWAP": 21,
        "G_PART_ALIAS_DFBSD_UFS": 22,
        "G_PART_ALIAS_DFBSD_VINUM": 23,
        "G_PART_ALIAS_EBR": 24,
        "G_PART_ALIAS_EFI": 25,
        "G_PART_ALIAS_FREEBSD": 26,
        "G_PART_ALIAS_FREEBSD_BOOT": 27,
        "G_PART_ALIAS_FREEBSD_NANDFS": 28,
        "G_PART_ALIAS_FREEBSD_SWAP": 29,
        "G_PART_ALIAS_FREEBSD_UFS": 30,
        "G_PART_ALIAS_FREEBSD_VINUM": 31,
        "G_PART_ALIAS_FREEBSD_ZFS": 32,
        "G_PART_ALIAS_HIFIVE_BBL": 34,
        "G_PART_ALIAS_HIFIVE_FSBL": 33,
        "G_PART_ALIAS_LINUX_DATA": 35,
        "G_PART_ALIAS_LINUX_LVM": 36,
        "G_PART_ALIAS_LINUX_RAID": 37,
        "G_PART_ALIAS_LINUX_SWAP": 38,
        "G_PART_ALIAS_MBR": 39,
        "G_PART_ALIAS_MS_BASIC_DATA": 40,
        "G_PART_ALIAS_MS_FAT16": 41,
        "G_PART_ALIAS_MS_FAT32": 42,
        "G_PART_ALIAS_MS_FAT32LBA": 43,
        "G_PART_ALIAS_MS_LDM_DATA": 44,
        "G_PART_ALIAS_MS_LDM_METADATA": 45,
        "G_PART_ALIAS_MS_NTFS": 46,
        "G_PART_ALIAS_MS_RECOVERY": 47,
        "G_PART_ALIAS_MS_RESERVED": 48,
        "G_PART_ALIAS_MS_SPACES": 49,
        "G_PART_ALIAS_NETBSD_CCD": 50,
        "G_PART_ALIAS_NETBSD_CGD": 51,
        "G_PART_ALIAS_NETBSD_FFS": 52,
        "G_PART_ALIAS_NETBSD_LFS": 53,
        "G_PART_ALIAS_NETBSD_RAID": 54,
        "G_PART_ALIAS_NETBSD_SWAP": 55,
        "G_PART_ALIAS_OPENBSD_DATA": 56,
        "G_PART_ALIAS_PREP_BOOT": 57,
        "G_PART_ALIAS_SOLARIS_ALTSEC": 64,
        "G_PART_ALIAS_SOLARIS_BACKUP": 61,
        "G_PART_ALIAS_SOLARIS_BOOT": 58,
        "G_PART_ALIAS_SOLARIS_HOME": 63,
        "G_PART_ALIAS_SOLARIS_RESERVED": 65,
        "G_PART_ALIAS_SOLARIS_ROOT": 59,
        "G_PART_ALIAS_SOLARIS_SWAP": 60,
        "G_PART_ALIAS_SOLARIS_VAR": 62,
        "G_PART_ALIAS_VMFS": 66,
        "G_PART_ALIAS_VMKDIAG": 67,
        "G_PART_ALIAS_VMRESERVED": 68,
        "G_PART_ALIAS_VMVSANHDR": 69
      }
    },
    "g_part_ctl": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "G_PART_CTL_ADD": 1,
        "G_PART_CTL_BOOTCODE": 2,
        "G_PART_CTL_COMMIT": 3,
        "G_PART_CTL_CREATE": 4,
        "G_PART_CTL_DELETE": 5,
        "G_PART_CTL_DESTROY": 6,
        "G_PART_CTL_MODIFY": 7,
        "G_PART_CTL_MOVE": 8,
        "G_PART_CTL_NONE": 0,
        "G_PART_CTL_RECOVER": 9,
        "G_PART_CTL_RESIZE": 10,
        "G_PART_CTL_SET": 11,
        "G_PART_CTL_UNDO": 12,
        "G_PART_CTL_UNSET": 13
      }
    },
    "gpt_elt": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "GPT_ELT_COUNT": 4,
        "GPT_ELT_PRIHDR": 0,
        "GPT_ELT_PRITBL": 1,
        "GPT_ELT_SECHDR": 2,
        "GPT_ELT_SECTBL": 3
      }
    },
    "gpt_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "GPT_STATE_CORRUPT": 2,
        "GPT_STATE_INVALID": 3,
        "GPT_STATE_MISSING": 1,
        "GPT_STATE_OK": 5,
        "GPT_STATE_UNKNOWN": 0,
        "GPT_STATE_UNSUPPORTED": 4
      }
    },
    "hal_hw_hangs": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_BB_HANG_DETECTED": 2147483648,
        "HAL_DFS_BB_HANG_WAR": 1,
        "HAL_MAC_HANG_DETECTED": 1073741824,
        "HAL_MAC_HANG_WAR": 8,
        "HAL_PHYRESTART_CLR_WAR": 16,
        "HAL_RIFS_BB_HANG_WAR": 2,
        "HAL_RX_STUCK_LOW_BB_HANG_WAR": 4
      }
    },
    "hdac_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HDA_IVAR_CODEC_ID": 0,
        "HDA_IVAR_DEVICE_ID": 3,
        "HDA_IVAR_DMA_NOCACHE": 10,
        "HDA_IVAR_NODE_ID": 1,
        "HDA_IVAR_NODE_TYPE": 9,
        "HDA_IVAR_REVISION_ID": 4,
        "HDA_IVAR_STEPPING_ID": 5,
        "HDA_IVAR_STRIPES_MASK": 11,
        "HDA_IVAR_SUBDEVICE_ID": 7,
        "HDA_IVAR_SUBSYSTEM_ID": 8,
        "HDA_IVAR_SUBVENDOR_ID": 6,
        "HDA_IVAR_VENDOR_ID": 2
      }
    },
    "hid_kind": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "hid_collection": 3,
        "hid_endcollection": 4,
        "hid_feature": 2,
        "hid_input": 0,
        "hid_output": 1
      }
    },
    "hmc_error_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HMC_ERR_ADDRESS_TOO_LARGE": 5,
        "HMC_ERR_INDEX_TOO_BIG": 4,
        "HMC_ERR_INVALID_OBJECT_TYPE": 11,
        "HMC_ERR_PAGE_DESC_INVALID": 8,
        "HMC_ERR_PMF_INVALID": 0,
        "HMC_ERR_SEGMENT_DESC_INVALID": 6,
        "HMC_ERR_SEGMENT_DESC_TOO_SMALL": 7,
        "HMC_ERR_UNSUPPORTED_REQUEST_COMPLETION": 9,
        "HMC_ERR_VF_IDX_INVALID": 1,
        "HMC_ERR_VF_PARENT_PF_INVALID": 2
      }
    },
    "hpt_iop_request_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IOP_REQUEST_TYPE_BLOCK_COMMAND": 2,
        "IOP_REQUEST_TYPE_GET_CONFIG": 0,
        "IOP_REQUEST_TYPE_IOCTL_COMMAND": 4,
        "IOP_REQUEST_TYPE_MAX": 5,
        "IOP_REQUEST_TYPE_SCSI_COMMAND": 3,
        "IOP_REQUEST_TYPE_SET_CONFIG": 1
      }
    },
    "hpt_iop_result_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IOP_RESULT_BAD_TARGET": 6,
        "IOP_RESULT_BUSY": 3,
        "IOP_RESULT_CHECK_CONDITION": 7,
        "IOP_RESULT_FAIL": 2,
        "IOP_RESULT_INVALID_REQUEST": 5,
        "IOP_RESULT_PENDING": 0,
        "IOP_RESULT_RESET": 4,
        "IOP_RESULT_SUCCESS": 1
      }
    },
    "hpt_iopmu_message": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IOPMU_INBOUND_MSG0_FLUSH": 2,
        "IOPMU_INBOUND_MSG0_MAX": 255,
        "IOPMU_INBOUND_MSG0_NOP": 0,
        "IOPMU_INBOUND_MSG0_RESET": 1,
        "IOPMU_INBOUND_MSG0_RESET_COMM": 6,
        "IOPMU_INBOUND_MSG0_SHUTDOWN": 3,
        "IOPMU_INBOUND_MSG0_START_BACKGROUND_TASK": 5,
        "IOPMU_INBOUND_MSG0_STOP_BACKGROUND_TASK": 4,
        "IOPMU_OUTBOUND_MSG0_REGISTER_DEVICE_0": 256,
        "IOPMU_OUTBOUND_MSG0_REGISTER_DEVICE_MAX": 511,
        "IOPMU_OUTBOUND_MSG0_REVALIDATE_DEVICE_0": 768,
        "IOPMU_OUTBOUND_MSG0_REVALIDATE_DEVICE_MAX": 1023,
        "IOPMU_OUTBOUND_MSG0_UNREGISTER_DEVICE_0": 512,
        "IOPMU_OUTBOUND_MSG0_UNREGISTER_DEVICE_MAX": 767
      }
    },
    "hptiop_family": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INTEL_BASED_IOP": 0,
        "MVFREY_BASED_IOP": 2,
        "MV_BASED_IOP": 1,
        "UNKNOWN_BASED_IOP": 15
      }
    },
    "hrtimer_restart": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HRTIMER_NORESTART": 1,
        "HRTIMER_RESTART": 0
      }
    },
    "hv_kbd_msg_type_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HV_KBD_PROTO_EVENT": 3,
        "HV_KBD_PROTO_LED_INDICATORS": 4,
        "HV_KBD_PROTO_REQUEST": 1,
        "HV_KBD_PROTO_RESPONSE": 2
      }
    },
    "hv_kvp_exchg_op": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HV_KVP_OP_COUNT": 6,
        "HV_KVP_OP_DELETE": 2,
        "HV_KVP_OP_ENUMERATE": 3,
        "HV_KVP_OP_GET": 0,
        "HV_KVP_OP_GET_IP_INFO": 4,
        "HV_KVP_OP_SET": 1,
        "HV_KVP_OP_SET_IP_INFO": 5
      }
    },
    "hv_pcibus_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "hv_pcibus_init": 0,
        "hv_pcibus_installed": 1
      }
    },
    "hv_storage_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DRIVER_BLKVSC": 0,
        "DRIVER_STORVSC": 1,
        "DRIVER_UNKNOWN": 2
      }
    },
    "hv_vss_op": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VSS_OP_AUTO_RECOVER": 7,
        "VSS_OP_BU_COMPLETE": 4,
        "VSS_OP_COUNT": 8,
        "VSS_OP_CREATE": 0,
        "VSS_OP_DELETE": 1,
        "VSS_OP_FREEZE": 5,
        "VSS_OP_GET_DM_INFO": 3,
        "VSS_OP_HOT_BACKUP": 2,
        "VSS_OP_THAW": 6
      }
    },
    "hv_vss_op_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HV_VSS_CHECK": 1,
        "HV_VSS_COUNT": 4,
        "HV_VSS_FREEZE": 2,
        "HV_VSS_NONE": 0,
        "HV_VSS_THAW": 3
      }
    },
    "i40e_acpi_programming_method": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_ACPI_PROGRAMMING_METHOD_AQC_FPK": 1,
        "I40E_ACPI_PROGRAMMING_METHOD_HW_FVL": 0
      }
    },
    "i40e_admin_queue_err": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_AQ_RC_BAD_ADDR": 20,
        "I40E_AQ_RC_E2BIG": 7,
        "I40E_AQ_RC_EACCES": 10,
        "I40E_AQ_RC_EAGAIN": 8,
        "I40E_AQ_RC_EBUSY": 12,
        "I40E_AQ_RC_EEXIST": 13,
        "I40E_AQ_RC_EFAULT": 11,
        "I40E_AQ_RC_EFBIG": 22,
        "I40E_AQ_RC_EFLUSHED": 19,
        "I40E_AQ_RC_EINTR": 4,
        "I40E_AQ_RC_EINVAL": 14,
        "I40E_AQ_RC_EIO": 5,
        "I40E_AQ_RC_EMODE": 21,
        "I40E_AQ_RC_ENOENT": 2,
        "I40E_AQ_RC_ENOMEM": 9,
        "I40E_AQ_RC_ENOSPC": 16,
        "I40E_AQ_RC_ENOSYS": 17,
        "I40E_AQ_RC_ENOTTY": 15,
        "I40E_AQ_RC_ENXIO": 6,
        "I40E_AQ_RC_EPERM": 1,
        "I40E_AQ_RC_ERANGE": 18,
        "I40E_AQ_RC_ESRCH": 3,
        "I40E_AQ_RC_OK": 0
      }
    },
    "i40e_admin_queue_opc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "i40e_aqc_opc_add_cloud_filters": 604,
        "i40e_aqc_opc_add_control_packet_filter": 602,
        "i40e_aqc_opc_add_macvlan": 592,
        "i40e_aqc_opc_add_mirror_rule": 608,
        "i40e_aqc_opc_add_multicast_etag": 599,
        "i40e_aqc_opc_add_pv": 544,
        "i40e_aqc_opc_add_statistics": 513,
        "i40e_aqc_opc_add_tag": 597,
        "i40e_aqc_opc_add_udp_tunnel": 2816,
        "i40e_aqc_opc_add_veb": 560,
        "i40e_aqc_opc_add_vlan": 594,
        "i40e_aqc_opc_add_vsi": 528,
        "i40e_aqc_opc_alternate_clear_port": 2310,
        "i40e_aqc_opc_alternate_read": 2306,
        "i40e_aqc_opc_alternate_read_indirect": 2307,
        "i40e_aqc_opc_alternate_set_mode": 2309,
        "i40e_aqc_opc_alternate_write": 2304,
        "i40e_aqc_opc_alternate_write_done": 2308,
        "i40e_aqc_opc_alternate_write_indirect": 2305,
        "i40e_aqc_opc_clear_all_wol_filters": 606,
        "i40e_aqc_opc_clear_pxe_mode": 272,
        "i40e_aqc_opc_clear_wol_switch_filters": 606,
        "i40e_aqc_opc_configure_partition_bw": 1053,
        "i40e_aqc_opc_configure_switching_comp_bw_config": 1047,
        "i40e_aqc_opc_configure_switching_comp_bw_limit": 1040,
        "i40e_aqc_opc_configure_switching_comp_ets_bw_limit": 1046,
        "i40e_aqc_opc_configure_vsi_bw_limit": 1024,
        "i40e_aqc_opc_configure_vsi_ets_sla_bw_limit": 1030,
        "i40e_aqc_opc_configure_vsi_tc_bw": 1031,
        "i40e_aqc_opc_dcb_ignore_pfc": 769,
        "i40e_aqc_opc_dcb_updated": 770,
        "i40e_aqc_opc_debug_dump_internals": 65288,
        "i40e_aqc_opc_debug_modify_reg": 65287,
        "i40e_aqc_opc_debug_read_reg": 65283,
        "i40e_aqc_opc_debug_write_reg": 65284,
        "i40e_aqc_opc_del_udp_tunnel": 2817,
        "i40e_aqc_opc_delete_element": 579,
        "i40e_aqc_opc_delete_mirror_rule": 609,
        "i40e_aqc_opc_disable_switching_comp_ets": 1045,
        "i40e_aqc_opc_driver_version": 2,
        "i40e_aqc_opc_enable_switching_comp_ets": 1043,
        "i40e_aqc_opc_event_lan_overflow": 4097,
        "i40e_aqc_opc_get_cee_dcb_cfg": 2567,
        "i40e_aqc_opc_get_link_status": 1543,
        "i40e_aqc_opc_get_local_advt_reg": 1556,
        "i40e_aqc_opc_get_partner_advt": 1558,
        "i40e_aqc_opc_get_phy_abilities": 1536,
        "i40e_aqc_opc_get_phy_register": 1577,
        "i40e_aqc_opc_get_phy_wol_caps": 1569,
        "i40e_aqc_opc_get_pv_parameters": 546,
        "i40e_aqc_opc_get_rss_key": 2820,
        "i40e_aqc_opc_get_rss_lut": 2821,
        "i40e_aqc_opc_get_switch_config": 512,
        "i40e_aqc_opc_get_switch_resource_alloc": 516,
        "i40e_aqc_opc_get_veb_parameters": 562,
        "i40e_aqc_opc_get_version": 1,
        "i40e_aqc_opc_get_vsi_parameters": 530,
        "i40e_aqc_opc_get_wake_reason": 289,
        "i40e_aqc_opc_list_dev_capabilities": 11,
        "i40e_aqc_opc_list_func_capabilities": 10,
        "i40e_aqc_opc_lldp_add_tlv": 2562,
        "i40e_aqc_opc_lldp_delete_tlv": 2564,
        "i40e_aqc_opc_lldp_get_mib": 2560,
        "i40e_aqc_opc_lldp_restore": 2570,
        "i40e_aqc_opc_lldp_set_local_mib": 2568,
        "i40e_aqc_opc_lldp_start": 2566,
        "i40e_aqc_opc_lldp_stop": 2565,
        "i40e_aqc_opc_lldp_stop_start_spec_agent": 2569,
        "i40e_aqc_opc_lldp_update_mib": 2561,
        "i40e_aqc_opc_lldp_update_tlv": 2563,
        "i40e_aqc_opc_mac_address_read": 263,
        "i40e_aqc_opc_mac_address_write": 264,
        "i40e_aqc_opc_modify_switching_comp_ets": 1044,
        "i40e_aqc_opc_nvm_config_read": 1796,
        "i40e_aqc_opc_nvm_config_write": 1797,
        "i40e_aqc_opc_nvm_erase": 1794,
        "i40e_aqc_opc_nvm_read": 1793,
        "i40e_aqc_opc_nvm_update": 1795,
        "i40e_aqc_opc_nvm_update_in_process": 1798,
        "i40e_aqc_opc_oem_device_status_change": 65025,
        "i40e_aqc_opc_oem_ocbb_initialize": 65027,
        "i40e_aqc_opc_oem_ocsd_initialize": 65026,
        "i40e_aqc_opc_oem_parameter_change": 65024,
        "i40e_aqc_opc_oem_post_update": 1824,
        "i40e_aqc_opc_query_hmc_resource_profile": 1280,
        "i40e_aqc_opc_query_port_ets_config": 1049,
        "i40e_aqc_opc_query_switching_comp_bw_config": 1050,
        "i40e_aqc_opc_query_switching_comp_ets_config": 1048,
        "i40e_aqc_opc_query_vsi_bw_config": 1032,
        "i40e_aqc_opc_query_vsi_ets_sla_config": 1034,
        "i40e_aqc_opc_queue_shutdown": 3,
        "i40e_aqc_opc_release_resource": 9,
        "i40e_aqc_opc_remove_cloud_filters": 605,
        "i40e_aqc_opc_remove_control_packet_filter": 603,
        "i40e_aqc_opc_remove_macvlan": 593,
        "i40e_aqc_opc_remove_multicast_etag": 600,
        "i40e_aqc_opc_remove_statistics": 514,
        "i40e_aqc_opc_remove_tag": 598,
        "i40e_aqc_opc_remove_vlan": 595,
        "i40e_aqc_opc_replace_cloud_filters": 607,
        "i40e_aqc_opc_request_resource": 8,
        "i40e_aqc_opc_resume_port_tx": 1052,
        "i40e_aqc_opc_rollback_revision_update": 1799,
        "i40e_aqc_opc_run_phy_activity": 1574,
        "i40e_aqc_opc_rx_ctl_reg_read": 518,
        "i40e_aqc_opc_rx_ctl_reg_write": 519,
        "i40e_aqc_opc_send_msg_to_peer": 2051,
        "i40e_aqc_opc_send_msg_to_pf": 2049,
        "i40e_aqc_opc_send_msg_to_vf": 2050,
        "i40e_aqc_opc_set_dcb_parameters": 771,
        "i40e_aqc_opc_set_hmc_resource_profile": 1281,
        "i40e_aqc_opc_set_lb_modes": 1560,
        "i40e_aqc_opc_set_link_restart_an": 1541,
        "i40e_aqc_opc_set_local_advt_reg": 1557,
        "i40e_aqc_opc_set_mac_config": 1539,
        "i40e_aqc_opc_set_ns_proxy_table_entry": 261,
        "i40e_aqc_opc_set_pf_context": 4,
        "i40e_aqc_opc_set_phy_config": 1537,
        "i40e_aqc_opc_set_phy_debug": 1570,
        "i40e_aqc_opc_set_phy_int_mask": 1555,
        "i40e_aqc_opc_set_phy_register": 1576,
        "i40e_aqc_opc_set_port_parameters": 515,
        "i40e_aqc_opc_set_proxy_config": 260,
        "i40e_aqc_opc_set_rss_key": 2818,
        "i40e_aqc_opc_set_rss_lut": 2819,
        "i40e_aqc_opc_set_switch_config": 517,
        "i40e_aqc_opc_set_vsi_promiscuous_modes": 596,
        "i40e_aqc_opc_set_wol_filter": 288,
        "i40e_aqc_opc_suspend_port_tx": 1051,
        "i40e_aqc_opc_thermal_sensor": 1825,
        "i40e_aqc_opc_update_pv_parameters": 545,
        "i40e_aqc_opc_update_tag": 601,
        "i40e_aqc_opc_update_veb_parameters": 561,
        "i40e_aqc_opc_update_vsi_parameters": 529,
        "i40e_aqc_opc_upload_ext_phy_fm": 1573
      }
    },
    "i40e_aq_link_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_LINK_SPEED_100MB": 2,
        "I40E_LINK_SPEED_10GB": 8,
        "I40E_LINK_SPEED_1GB": 4,
        "I40E_LINK_SPEED_20GB": 32,
        "I40E_LINK_SPEED_25GB": 64,
        "I40E_LINK_SPEED_2_5GB": 1,
        "I40E_LINK_SPEED_40GB": 16,
        "I40E_LINK_SPEED_5GB": 128,
        "I40E_LINK_SPEED_UNKNOWN": 0
      }
    },
    "i40e_aq_phy_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_PHY_TYPE_1000BASE_KX": 1,
        "I40E_PHY_TYPE_1000BASE_LX": 28,
        "I40E_PHY_TYPE_1000BASE_SX": 27,
        "I40E_PHY_TYPE_1000BASE_T": 18,
        "I40E_PHY_TYPE_1000BASE_T_OPTICAL": 29,
        "I40E_PHY_TYPE_100BASE_TX": 17,
        "I40E_PHY_TYPE_10GBASE_AOC": 12,
        "I40E_PHY_TYPE_10GBASE_CR1": 23,
        "I40E_PHY_TYPE_10GBASE_CR1_CU": 11,
        "I40E_PHY_TYPE_10GBASE_KR": 3,
        "I40E_PHY_TYPE_10GBASE_KX4": 2,
        "I40E_PHY_TYPE_10GBASE_LR": 21,
        "I40E_PHY_TYPE_10GBASE_SFPP_CU": 22,
        "I40E_PHY_TYPE_10GBASE_SR": 20,
        "I40E_PHY_TYPE_10GBASE_T": 19,
        "I40E_PHY_TYPE_20GBASE_KR2": 30,
        "I40E_PHY_TYPE_25GBASE_ACC": 36,
        "I40E_PHY_TYPE_25GBASE_AOC": 35,
        "I40E_PHY_TYPE_25GBASE_CR": 32,
        "I40E_PHY_TYPE_25GBASE_KR": 31,
        "I40E_PHY_TYPE_25GBASE_LR": 34,
        "I40E_PHY_TYPE_25GBASE_SR": 33,
        "I40E_PHY_TYPE_2_5GBASE_T": 38,
        "I40E_PHY_TYPE_2_5GBASE_T_LINK_STATUS": 48,
        "I40E_PHY_TYPE_40GBASE_AOC": 13,
        "I40E_PHY_TYPE_40GBASE_CR4": 24,
        "I40E_PHY_TYPE_40GBASE_CR4_CU": 10,
        "I40E_PHY_TYPE_40GBASE_KR4": 4,
        "I40E_PHY_TYPE_40GBASE_LR4": 26,
        "I40E_PHY_TYPE_40GBASE_SR4": 25,
        "I40E_PHY_TYPE_5GBASE_T": 39,
        "I40E_PHY_TYPE_5GBASE_T_LINK_STATUS": 49,
        "I40E_PHY_TYPE_DEFAULT": 255,
        "I40E_PHY_TYPE_EMPTY": 254,
        "I40E_PHY_TYPE_MAX": 50,
        "I40E_PHY_TYPE_NOT_SUPPORTED_HIGH_TEMP": 253,
        "I40E_PHY_TYPE_SFI": 7,
        "I40E_PHY_TYPE_SGMII": 0,
        "I40E_PHY_TYPE_UNRECOGNIZED": 14,
        "I40E_PHY_TYPE_UNSUPPORTED": 15,
        "I40E_PHY_TYPE_XAUI": 5,
        "I40E_PHY_TYPE_XFI": 6,
        "I40E_PHY_TYPE_XLAUI": 8,
        "I40E_PHY_TYPE_XLPPI": 9
      }
    },
    "i40e_aq_resource_access_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_RESOURCE_READ": 1,
        "I40E_RESOURCE_WRITE": 2
      }
    },
    "i40e_aq_resources_ids": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_NVM_RESOURCE_ID": 1
      }
    },
    "i40e_bus_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "i40e_bus_speed_100": 100,
        "i40e_bus_speed_120": 120,
        "i40e_bus_speed_133": 133,
        "i40e_bus_speed_2500": 2500,
        "i40e_bus_speed_33": 33,
        "i40e_bus_speed_5000": 5000,
        "i40e_bus_speed_66": 66,
        "i40e_bus_speed_8000": 8000,
        "i40e_bus_speed_reserved": 8001,
        "i40e_bus_speed_unknown": 0
      }
    },
    "i40e_bus_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "i40e_bus_type_pci": 1,
        "i40e_bus_type_pci_express": 3,
        "i40e_bus_type_pcix": 2,
        "i40e_bus_type_reserved": 4,
        "i40e_bus_type_unknown": 0
      }
    },
    "i40e_bus_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "i40e_bus_width_32": 32,
        "i40e_bus_width_64": 64,
        "i40e_bus_width_pcie_x1": 1,
        "i40e_bus_width_pcie_x2": 2,
        "i40e_bus_width_pcie_x4": 4,
        "i40e_bus_width_pcie_x8": 8,
        "i40e_bus_width_reserved": 65,
        "i40e_bus_width_unknown": 0
      }
    },
    "i40e_debug_mask": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_DEBUG_ALL": 4294967295,
        "I40E_DEBUG_AQ": 251658240,
        "I40E_DEBUG_AQ_COMMAND": 100663296,
        "I40E_DEBUG_AQ_DESCRIPTOR": 33554432,
        "I40E_DEBUG_AQ_DESC_BUFFER": 67108864,
        "I40E_DEBUG_AQ_MESSAGE": 16777216,
        "I40E_DEBUG_DCB": 1024,
        "I40E_DEBUG_DIAG": 2048,
        "I40E_DEBUG_FD": 4096,
        "I40E_DEBUG_FLOW": 512,
        "I40E_DEBUG_HMC": 64,
        "I40E_DEBUG_INIT": 1,
        "I40E_DEBUG_IWARP": 15728640,
        "I40E_DEBUG_LAN": 256,
        "I40E_DEBUG_LINK": 16,
        "I40E_DEBUG_NVM": 128,
        "I40E_DEBUG_PHY": 32,
        "I40E_DEBUG_RELEASE": 2,
        "I40E_DEBUG_USER": 4026531840
      }
    },
    "i40e_dma_cntx_size": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_DMA_CNTX_SIZE_128K": 8,
        "I40E_DMA_CNTX_SIZE_16K": 5,
        "I40E_DMA_CNTX_SIZE_1K": 1,
        "I40E_DMA_CNTX_SIZE_256K": 9,
        "I40E_DMA_CNTX_SIZE_2K": 2,
        "I40E_DMA_CNTX_SIZE_32K": 6,
        "I40E_DMA_CNTX_SIZE_4K": 3,
        "I40E_DMA_CNTX_SIZE_512": 0,
        "I40E_DMA_CNTX_SIZE_64K": 7,
        "I40E_DMA_CNTX_SIZE_8K": 4
      }
    },
    "i40e_fc_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_FC_DEFAULT": 5,
        "I40E_FC_FULL": 3,
        "I40E_FC_NONE": 0,
        "I40E_FC_PFC": 4,
        "I40E_FC_RX_PAUSE": 1,
        "I40E_FC_TX_PAUSE": 2
      }
    },
    "i40e_filter_pctype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_FILTER_PCTYPE_FCOE_OTHER": 50,
        "I40E_FILTER_PCTYPE_FCOE_OX": 48,
        "I40E_FILTER_PCTYPE_FCOE_RX": 49,
        "I40E_FILTER_PCTYPE_FRAG_IPV4": 36,
        "I40E_FILTER_PCTYPE_FRAG_IPV6": 46,
        "I40E_FILTER_PCTYPE_L2_PAYLOAD": 63,
        "I40E_FILTER_PCTYPE_NONF_IPV4_OTHER": 35,
        "I40E_FILTER_PCTYPE_NONF_IPV4_SCTP": 34,
        "I40E_FILTER_PCTYPE_NONF_IPV4_TCP": 33,
        "I40E_FILTER_PCTYPE_NONF_IPV4_TCP_SYN_NO_ACK": 32,
        "I40E_FILTER_PCTYPE_NONF_IPV4_UDP": 31,
        "I40E_FILTER_PCTYPE_NONF_IPV6_OTHER": 45,
        "I40E_FILTER_PCTYPE_NONF_IPV6_SCTP": 44,
        "I40E_FILTER_PCTYPE_NONF_IPV6_TCP": 43,
        "I40E_FILTER_PCTYPE_NONF_IPV6_TCP_SYN_NO_ACK": 42,
        "I40E_FILTER_PCTYPE_NONF_IPV6_UDP": 41,
        "I40E_FILTER_PCTYPE_NONF_MULTICAST_IPV4_UDP": 30,
        "I40E_FILTER_PCTYPE_NONF_MULTICAST_IPV6_UDP": 40,
        "I40E_FILTER_PCTYPE_NONF_UNICAST_IPV4_UDP": 29,
        "I40E_FILTER_PCTYPE_NONF_UNICAST_IPV6_UDP": 39
      }
    },
    "i40e_get_fw_lldp_status_resp": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_GET_FW_LLDP_STATUS_DISABLED": 0,
        "I40E_GET_FW_LLDP_STATUS_ENABLED": 1
      }
    },
    "i40e_hash_filter_size": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_HASH_FILTER_SIZE_128K": 7,
        "I40E_HASH_FILTER_SIZE_16K": 4,
        "I40E_HASH_FILTER_SIZE_1K": 0,
        "I40E_HASH_FILTER_SIZE_1M": 10,
        "I40E_HASH_FILTER_SIZE_256K": 8,
        "I40E_HASH_FILTER_SIZE_2K": 1,
        "I40E_HASH_FILTER_SIZE_32K": 5,
        "I40E_HASH_FILTER_SIZE_4K": 2,
        "I40E_HASH_FILTER_SIZE_512K": 9,
        "I40E_HASH_FILTER_SIZE_64K": 6,
        "I40E_HASH_FILTER_SIZE_8K": 3
      }
    },
    "i40e_hash_lut_size": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_HASH_LUT_SIZE_128": 0,
        "I40E_HASH_LUT_SIZE_512": 1
      }
    },
    "i40e_hmc_lan_rsrc_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_HMC_FCOE_CTX": 3,
        "I40E_HMC_FCOE_FILT": 4,
        "I40E_HMC_LAN_FULL": 0,
        "I40E_HMC_LAN_MAX": 5,
        "I40E_HMC_LAN_RX": 2,
        "I40E_HMC_LAN_TX": 1
      }
    },
    "i40e_hmc_model": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_HMC_MODEL_DIRECT_ONLY": 1,
        "I40E_HMC_MODEL_DIRECT_PREFERRED": 0,
        "I40E_HMC_MODEL_PAGED_ONLY": 2,
        "I40E_HMC_MODEL_UNKNOWN": 3
      }
    },
    "i40e_hmc_obj_rx_hsplit_0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_HMC_OBJ_RX_HSPLIT_0_NO_SPLIT": 0,
        "I40E_HMC_OBJ_RX_HSPLIT_0_SPLIT_IP": 2,
        "I40E_HMC_OBJ_RX_HSPLIT_0_SPLIT_L2": 1,
        "I40E_HMC_OBJ_RX_HSPLIT_0_SPLIT_SCTP": 8,
        "I40E_HMC_OBJ_RX_HSPLIT_0_SPLIT_TCP_UDP": 4
      }
    },
    "i40e_mac_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_MAC_GENERIC": 5,
        "I40E_MAC_UNKNOWN": 0,
        "I40E_MAC_VF": 2,
        "I40E_MAC_X722": 3,
        "I40E_MAC_X722_VF": 4,
        "I40E_MAC_XL710": 1
      }
    },
    "i40e_media_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_MEDIA_TYPE_BACKPLANE": 3,
        "I40E_MEDIA_TYPE_BASET": 2,
        "I40E_MEDIA_TYPE_CX4": 4,
        "I40E_MEDIA_TYPE_DA": 5,
        "I40E_MEDIA_TYPE_FIBER": 1,
        "I40E_MEDIA_TYPE_UNKNOWN": 0,
        "I40E_MEDIA_TYPE_VIRTUAL": 6
      }
    },
    "i40e_memory_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "i40e_mem_arq_buf": 0,
        "i40e_mem_arq_ring": 3,
        "i40e_mem_asq_buf": 1,
        "i40e_mem_atq_buf": 2,
        "i40e_mem_atq_ring": 4,
        "i40e_mem_bp": 6,
        "i40e_mem_bp_jumbo": 7,
        "i40e_mem_pd": 5,
        "i40e_mem_reserved": 8
      }
    },
    "i40e_nvmupd_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_NVMUPD_CSUM_CON": 10,
        "I40E_NVMUPD_CSUM_LCB": 12,
        "I40E_NVMUPD_CSUM_SA": 11,
        "I40E_NVMUPD_EXEC_AQ": 14,
        "I40E_NVMUPD_FEATURES": 17,
        "I40E_NVMUPD_GET_AQ_EVENT": 16,
        "I40E_NVMUPD_GET_AQ_RESULT": 15,
        "I40E_NVMUPD_INVALID": 0,
        "I40E_NVMUPD_READ_CON": 1,
        "I40E_NVMUPD_READ_LCB": 3,
        "I40E_NVMUPD_READ_SA": 4,
        "I40E_NVMUPD_READ_SNT": 2,
        "I40E_NVMUPD_STATUS": 13,
        "I40E_NVMUPD_WRITE_CON": 6,
        "I40E_NVMUPD_WRITE_ERA": 5,
        "I40E_NVMUPD_WRITE_LCB": 8,
        "I40E_NVMUPD_WRITE_SA": 9,
        "I40E_NVMUPD_WRITE_SNT": 7
      }
    },
    "i40e_nvmupd_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_NVMUPD_STATE_ERROR": 5,
        "I40E_NVMUPD_STATE_INIT": 0,
        "I40E_NVMUPD_STATE_INIT_WAIT": 3,
        "I40E_NVMUPD_STATE_READING": 1,
        "I40E_NVMUPD_STATE_WRITE_WAIT": 4,
        "I40E_NVMUPD_STATE_WRITING": 2
      }
    },
    "i40e_queue_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_QUEUE_TYPE_PE_CEQ": 2,
        "I40E_QUEUE_TYPE_RX": 0,
        "I40E_QUEUE_TYPE_TX": 1,
        "I40E_QUEUE_TYPE_UNKNOWN": 3
      }
    },
    "i40e_reset_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_RESET_CORER": 1,
        "I40E_RESET_EMPR": 3,
        "I40E_RESET_GLOBR": 2,
        "I40E_RESET_POR": 0
      }
    },
    "i40e_rx_desc_error_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_RX_DESC_ERROR_EIPE_SHIFT": 5,
        "I40E_RX_DESC_ERROR_HBO_SHIFT": 2,
        "I40E_RX_DESC_ERROR_IPE_SHIFT": 3,
        "I40E_RX_DESC_ERROR_L3L4E_SHIFT": 3,
        "I40E_RX_DESC_ERROR_L4E_SHIFT": 4,
        "I40E_RX_DESC_ERROR_OVERSIZE_SHIFT": 6,
        "I40E_RX_DESC_ERROR_PPRS_SHIFT": 7,
        "I40E_RX_DESC_ERROR_RECIPE_SHIFT": 1,
        "I40E_RX_DESC_ERROR_RXE_SHIFT": 0
      }
    },
    "i40e_rx_desc_status_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_RX_DESC_STATUS_CRCP_SHIFT": 4,
        "I40E_RX_DESC_STATUS_DD_SHIFT": 0,
        "I40E_RX_DESC_STATUS_EOF_SHIFT": 1,
        "I40E_RX_DESC_STATUS_EXT_UDP_0_SHIFT": 8,
        "I40E_RX_DESC_STATUS_FLM_SHIFT": 11,
        "I40E_RX_DESC_STATUS_FLTSTAT_SHIFT": 12,
        "I40E_RX_DESC_STATUS_INT_UDP_0_SHIFT": 18,
        "I40E_RX_DESC_STATUS_IPV6EXADD_SHIFT": 15,
        "I40E_RX_DESC_STATUS_L2TAG1P_SHIFT": 2,
        "I40E_RX_DESC_STATUS_L3L4P_SHIFT": 3,
        "I40E_RX_DESC_STATUS_LAST": 19,
        "I40E_RX_DESC_STATUS_LPBK_SHIFT": 14,
        "I40E_RX_DESC_STATUS_RESERVED2_SHIFT": 16,
        "I40E_RX_DESC_STATUS_TSYNINDX_SHIFT": 5,
        "I40E_RX_DESC_STATUS_TSYNVALID_SHIFT": 7,
        "I40E_RX_DESC_STATUS_UMBCAST_SHIFT": 9
      }
    },
    "i40e_rx_ptype_inner_prot": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_RX_PTYPE_INNER_PROT_ICMP": 4,
        "I40E_RX_PTYPE_INNER_PROT_NONE": 0,
        "I40E_RX_PTYPE_INNER_PROT_SCTP": 3,
        "I40E_RX_PTYPE_INNER_PROT_TCP": 2,
        "I40E_RX_PTYPE_INNER_PROT_TIMESYNC": 5,
        "I40E_RX_PTYPE_INNER_PROT_UDP": 1
      }
    },
    "i40e_rx_ptype_outer_ip": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_RX_PTYPE_OUTER_IP": 1,
        "I40E_RX_PTYPE_OUTER_L2": 0
      }
    },
    "i40e_rx_ptype_outer_ip_ver": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_RX_PTYPE_OUTER_IPV4": 0,
        "I40E_RX_PTYPE_OUTER_IPV6": 1,
        "I40E_RX_PTYPE_OUTER_NONE": 0
      }
    },
    "i40e_sd_entry_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_SD_TYPE_DIRECT": 2,
        "I40E_SD_TYPE_INVALID": 0,
        "I40E_SD_TYPE_PAGED": 1
      }
    },
    "i40e_set_fc_aq_failures": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_SET_FC_AQ_FAIL_GET": 1,
        "I40E_SET_FC_AQ_FAIL_NONE": 0,
        "I40E_SET_FC_AQ_FAIL_SET": 2,
        "I40E_SET_FC_AQ_FAIL_SET_UPDATE": 6,
        "I40E_SET_FC_AQ_FAIL_UPDATE": 4
      }
    },
    "i40e_status_code": {
      "size": 4,
      "base": "int",
      "constants": {
        "I40E_ERR_ADAPTER_STOPPED": -9,
        "I40E_ERR_ADMIN_QUEUE_CRITICAL_ERROR": -66,
        "I40E_ERR_ADMIN_QUEUE_ERROR": -53,
        "I40E_ERR_ADMIN_QUEUE_FULL": -56,
        "I40E_ERR_ADMIN_QUEUE_NO_WORK": -57,
        "I40E_ERR_ADMIN_QUEUE_TIMEOUT": -54,
        "I40E_ERR_AUTONEG_NOT_COMPLETE": -14,
        "I40E_ERR_BACKING_PAGE_ERROR": -42,
        "I40E_ERR_BAD_IWARP_CQE": -58,
        "I40E_ERR_BAD_PTR": -19,
        "I40E_ERR_BUF_TOO_SHORT": -55,
        "I40E_ERR_CONFIG": -4,
        "I40E_ERR_CQP_COMPL_ERROR": -39,
        "I40E_ERR_DEVICE_NOT_SUPPORTED": -11,
        "I40E_ERR_DIAG_TEST_FAILED": -62,
        "I40E_ERR_FIRMWARE_API_VERSION": -65,
        "I40E_ERR_FLUSHED_QUEUE": -34,
        "I40E_ERR_INVALID_AEQ_ID": -25,
        "I40E_ERR_INVALID_ALIGNMENT": -33,
        "I40E_ERR_INVALID_ARP_INDEX": -27,
        "I40E_ERR_INVALID_CEQ_ID": -24,
        "I40E_ERR_INVALID_CQ_ID": -23,
        "I40E_ERR_INVALID_FPM_FUNC_ID": -28,
        "I40E_ERR_INVALID_FRAG_COUNT": -31,
        "I40E_ERR_INVALID_HMCFN_ID": -41,
        "I40E_ERR_INVALID_HMC_OBJ_COUNT": -50,
        "I40E_ERR_INVALID_HMC_OBJ_INDEX": -49,
        "I40E_ERR_INVALID_IMM_DATA_SIZE": -36,
        "I40E_ERR_INVALID_LINK_SETTINGS": -13,
        "I40E_ERR_INVALID_MAC_ADDR": -10,
        "I40E_ERR_INVALID_PAGE_DESC_INDEX": -46,
        "I40E_ERR_INVALID_PBLE_INDEX": -44,
        "I40E_ERR_INVALID_PD_ID": -21,
        "I40E_ERR_INVALID_PUSH_PAGE_INDEX": -35,
        "I40E_ERR_INVALID_QP_ID": -22,
        "I40E_ERR_INVALID_SD_INDEX": -45,
        "I40E_ERR_INVALID_SD_TYPE": -47,
        "I40E_ERR_INVALID_SIZE": -26,
        "I40E_ERR_INVALID_SRQ_ARM_LIMIT": -51,
        "I40E_ERR_INVALID_VF_ID": -40,
        "I40E_ERR_LINK_SETUP": -8,
        "I40E_ERR_MAC_TYPE": -6,
        "I40E_ERR_MEMCPY_FAILED": -48,
        "I40E_ERR_NOT_IMPLEMENTED": -60,
        "I40E_ERR_NOT_READY": -63,
        "I40E_ERR_NO_AVAILABLE_VSI": -17,
        "I40E_ERR_NO_MEMORY": -18,
        "I40E_ERR_NO_PBLCHUNKS_AVAILABLE": -43,
        "I40E_ERR_NVM": -1,
        "I40E_ERR_NVM_BLANK_MODE": -59,
        "I40E_ERR_NVM_CHECKSUM": -2,
        "I40E_ERR_OPCODE_MISMATCH": -38,
        "I40E_ERR_PARAM": -5,
        "I40E_ERR_PE_DOORBELL_NOT_ENABLED": -61,
        "I40E_ERR_PHY": -3,
        "I40E_ERR_PRIMARY_REQUESTS_PENDING": -12,
        "I40E_ERR_QP_INVALID_MSG_SIZE": -29,
        "I40E_ERR_QP_TOOMANY_WRS_POSTED": -30,
        "I40E_ERR_QUEUE_EMPTY": -32,
        "I40E_ERR_RESET_FAILED": -15,
        "I40E_ERR_RING_FULL": -20,
        "I40E_ERR_SRQ_ENABLED": -52,
        "I40E_ERR_SWFW_SYNC": -16,
        "I40E_ERR_TIMEOUT": -37,
        "I40E_ERR_UNKNOWN_PHY": -7,
        "I40E_NOT_SUPPORTED": -64,
        "I40E_SUCCESS": 0
      }
    },
    "i40e_tx_ctx_desc_cmd_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_TX_CTX_DESC_IL2TAG2": 4,
        "I40E_TX_CTX_DESC_IL2TAG2_IL2H": 8,
        "I40E_TX_CTX_DESC_SWPE": 64,
        "I40E_TX_CTX_DESC_SWTCH_LOCAL": 32,
        "I40E_TX_CTX_DESC_SWTCH_NOTAG": 0,
        "I40E_TX_CTX_DESC_SWTCH_UPLINK": 16,
        "I40E_TX_CTX_DESC_SWTCH_VSI": 48,
        "I40E_TX_CTX_DESC_TSO": 1,
        "I40E_TX_CTX_DESC_TSYN": 2
      }
    },
    "i40e_tx_desc_cmd_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_TX_DESC_CMD_DUMMY": 16,
        "I40E_TX_DESC_CMD_EOP": 1,
        "I40E_TX_DESC_CMD_FCOET": 128,
        "I40E_TX_DESC_CMD_ICRC": 4,
        "I40E_TX_DESC_CMD_IIPT_IPV4": 64,
        "I40E_TX_DESC_CMD_IIPT_IPV4_CSUM": 96,
        "I40E_TX_DESC_CMD_IIPT_IPV6": 32,
        "I40E_TX_DESC_CMD_IIPT_NONIP": 0,
        "I40E_TX_DESC_CMD_IL2TAG1": 8,
        "I40E_TX_DESC_CMD_L4T_EOFT_EOF_A": 768,
        "I40E_TX_DESC_CMD_L4T_EOFT_EOF_N": 0,
        "I40E_TX_DESC_CMD_L4T_EOFT_EOF_NI": 512,
        "I40E_TX_DESC_CMD_L4T_EOFT_EOF_T": 256,
        "I40E_TX_DESC_CMD_L4T_EOFT_SCTP": 512,
        "I40E_TX_DESC_CMD_L4T_EOFT_TCP": 256,
        "I40E_TX_DESC_CMD_L4T_EOFT_UDP": 768,
        "I40E_TX_DESC_CMD_L4T_EOFT_UNK": 0,
        "I40E_TX_DESC_CMD_RS": 2
      }
    },
    "i40e_tx_desc_dtype_value": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_TX_DESC_DTYPE_CONTEXT": 1,
        "I40E_TX_DESC_DTYPE_DATA": 0,
        "I40E_TX_DESC_DTYPE_DDP_CTX": 9,
        "I40E_TX_DESC_DTYPE_DESC_DONE": 15,
        "I40E_TX_DESC_DTYPE_FCOE_CTX": 2,
        "I40E_TX_DESC_DTYPE_FILTER_PROG": 8,
        "I40E_TX_DESC_DTYPE_FLEX_CTX_1": 12,
        "I40E_TX_DESC_DTYPE_FLEX_CTX_2": 13,
        "I40E_TX_DESC_DTYPE_FLEX_DATA": 11,
        "I40E_TX_DESC_DTYPE_NOP": 1
      }
    },
    "i40e_tx_desc_length_fields": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_TX_DESC_LENGTH_IPLEN_SHIFT": 7,
        "I40E_TX_DESC_LENGTH_L4_FC_LEN_SHIFT": 14,
        "I40E_TX_DESC_LENGTH_MACLEN_SHIFT": 0
      }
    },
    "i40e_vsi_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "I40E_VSI_CTRL": 3,
        "I40E_VSI_FCOE": 4,
        "I40E_VSI_FDIR": 7,
        "I40E_VSI_IWARP": 8,
        "I40E_VSI_MAIN": 0,
        "I40E_VSI_MIRROR": 5,
        "I40E_VSI_SRIOV": 6,
        "I40E_VSI_TYPE_UNKNOWN": 9,
        "I40E_VSI_VMDQ1": 1,
        "I40E_VSI_VMDQ2": 2
      }
    },
    "iavf_acpi_programming_method": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_ACPI_PROGRAMMING_METHOD_AQC_FPK": 1,
        "IAVF_ACPI_PROGRAMMING_METHOD_HW_FVL": 0
      }
    },
    "iavf_admin_queue_err": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_AQ_RC_BAD_ADDR": 20,
        "IAVF_AQ_RC_E2BIG": 7,
        "IAVF_AQ_RC_EACCES": 10,
        "IAVF_AQ_RC_EAGAIN": 8,
        "IAVF_AQ_RC_EBUSY": 12,
        "IAVF_AQ_RC_EEXIST": 13,
        "IAVF_AQ_RC_EFAULT": 11,
        "IAVF_AQ_RC_EFBIG": 22,
        "IAVF_AQ_RC_EFLUSHED": 19,
        "IAVF_AQ_RC_EINTR": 4,
        "IAVF_AQ_RC_EINVAL": 14,
        "IAVF_AQ_RC_EIO": 5,
        "IAVF_AQ_RC_EMODE": 21,
        "IAVF_AQ_RC_ENOENT": 2,
        "IAVF_AQ_RC_ENOMEM": 9,
        "IAVF_AQ_RC_ENOSPC": 16,
        "IAVF_AQ_RC_ENOSYS": 17,
        "IAVF_AQ_RC_ENOTTY": 15,
        "IAVF_AQ_RC_ENXIO": 6,
        "IAVF_AQ_RC_EPERM": 1,
        "IAVF_AQ_RC_ERANGE": 18,
        "IAVF_AQ_RC_ESRCH": 3,
        "IAVF_AQ_RC_OK": 0
      }
    },
    "iavf_admin_queue_opc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "iavf_aqc_opc_add_cloud_filters": 604,
        "iavf_aqc_opc_add_control_packet_filter": 602,
        "iavf_aqc_opc_add_macvlan": 592,
        "iavf_aqc_opc_add_mirror_rule": 608,
        "iavf_aqc_opc_add_multicast_etag": 599,
        "iavf_aqc_opc_add_pv": 544,
        "iavf_aqc_opc_add_statistics": 513,
        "iavf_aqc_opc_add_tag": 597,
        "iavf_aqc_opc_add_udp_tunnel": 2816,
        "iavf_aqc_opc_add_veb": 560,
        "iavf_aqc_opc_add_vlan": 594,
        "iavf_aqc_opc_add_vsi": 528,
        "iavf_aqc_opc_alternate_clear_port": 2310,
        "iavf_aqc_opc_alternate_read": 2306,
        "iavf_aqc_opc_alternate_read_indirect": 2307,
        "iavf_aqc_opc_alternate_set_mode": 2309,
        "iavf_aqc_opc_alternate_write": 2304,
        "iavf_aqc_opc_alternate_write_done": 2308,
        "iavf_aqc_opc_alternate_write_indirect": 2305,
        "iavf_aqc_opc_clear_all_wol_filters": 606,
        "iavf_aqc_opc_clear_pxe_mode": 272,
        "iavf_aqc_opc_clear_wol_switch_filters": 606,
        "iavf_aqc_opc_configure_partition_bw": 1053,
        "iavf_aqc_opc_configure_switching_comp_bw_config": 1047,
        "iavf_aqc_opc_configure_switching_comp_bw_limit": 1040,
        "iavf_aqc_opc_configure_switching_comp_ets_bw_limit": 1046,
        "iavf_aqc_opc_configure_vsi_bw_limit": 1024,
        "iavf_aqc_opc_configure_vsi_ets_sla_bw_limit": 1030,
        "iavf_aqc_opc_configure_vsi_tc_bw": 1031,
        "iavf_aqc_opc_dcb_ignore_pfc": 769,
        "iavf_aqc_opc_dcb_updated": 770,
        "iavf_aqc_opc_debug_dump_internals": 65288,
        "iavf_aqc_opc_debug_modify_reg": 65287,
        "iavf_aqc_opc_debug_read_reg": 65283,
        "iavf_aqc_opc_debug_write_reg": 65284,
        "iavf_aqc_opc_del_udp_tunnel": 2817,
        "iavf_aqc_opc_delete_element": 579,
        "iavf_aqc_opc_delete_mirror_rule": 609,
        "iavf_aqc_opc_disable_switching_comp_ets": 1045,
        "iavf_aqc_opc_driver_version": 2,
        "iavf_aqc_opc_enable_switching_comp_ets": 1043,
        "iavf_aqc_opc_event_lan_overflow": 4097,
        "iavf_aqc_opc_get_cee_dcb_cfg": 2567,
        "iavf_aqc_opc_get_link_status": 1543,
        "iavf_aqc_opc_get_local_advt_reg": 1556,
        "iavf_aqc_opc_get_partner_advt": 1558,
        "iavf_aqc_opc_get_personalization_profile_list": 625,
        "iavf_aqc_opc_get_phy_abilities": 1536,
        "iavf_aqc_opc_get_phy_register": 1577,
        "iavf_aqc_opc_get_phy_wol_caps": 1569,
        "iavf_aqc_opc_get_pv_parameters": 546,
        "iavf_aqc_opc_get_rss_key": 2820,
        "iavf_aqc_opc_get_rss_lut": 2821,
        "iavf_aqc_opc_get_switch_config": 512,
        "iavf_aqc_opc_get_switch_resource_alloc": 516,
        "iavf_aqc_opc_get_veb_parameters": 562,
        "iavf_aqc_opc_get_version": 1,
        "iavf_aqc_opc_get_vsi_parameters": 530,
        "iavf_aqc_opc_get_wake_reason": 289,
        "iavf_aqc_opc_list_dev_capabilities": 11,
        "iavf_aqc_opc_list_func_capabilities": 10,
        "iavf_aqc_opc_lldp_add_tlv": 2562,
        "iavf_aqc_opc_lldp_delete_tlv": 2564,
        "iavf_aqc_opc_lldp_get_mib": 2560,
        "iavf_aqc_opc_lldp_set_local_mib": 2568,
        "iavf_aqc_opc_lldp_start": 2566,
        "iavf_aqc_opc_lldp_stop": 2565,
        "iavf_aqc_opc_lldp_stop_start_spec_agent": 2569,
        "iavf_aqc_opc_lldp_update_mib": 2561,
        "iavf_aqc_opc_lldp_update_tlv": 2563,
        "iavf_aqc_opc_mac_address_read": 263,
        "iavf_aqc_opc_mac_address_write": 264,
        "iavf_aqc_opc_modify_switching_comp_ets": 1044,
        "iavf_aqc_opc_nvm_config_read": 1796,
        "iavf_aqc_opc_nvm_config_write": 1797,
        "iavf_aqc_opc_nvm_erase": 1794,
        "iavf_aqc_opc_nvm_progress": 1798,
        "iavf_aqc_opc_nvm_read": 1793,
        "iavf_aqc_opc_nvm_update": 1795,
        "iavf_aqc_opc_oem_device_status_change": 65025,
        "iavf_aqc_opc_oem_ocbb_initialize": 65027,
        "iavf_aqc_opc_oem_ocsd_initialize": 65026,
        "iavf_aqc_opc_oem_parameter_change": 65024,
        "iavf_aqc_opc_oem_post_update": 1824,
        "iavf_aqc_opc_query_hmc_resource_profile": 1280,
        "iavf_aqc_opc_query_port_ets_config": 1049,
        "iavf_aqc_opc_query_switching_comp_bw_config": 1050,
        "iavf_aqc_opc_query_switching_comp_ets_config": 1048,
        "iavf_aqc_opc_query_vsi_bw_config": 1032,
        "iavf_aqc_opc_query_vsi_ets_sla_config": 1034,
        "iavf_aqc_opc_queue_shutdown": 3,
        "iavf_aqc_opc_release_resource": 9,
        "iavf_aqc_opc_remove_cloud_filters": 605,
        "iavf_aqc_opc_remove_control_packet_filter": 603,
        "iavf_aqc_opc_remove_macvlan": 593,
        "iavf_aqc_opc_remove_multicast_etag": 600,
        "iavf_aqc_opc_remove_statistics": 514,
        "iavf_aqc_opc_remove_tag": 598,
        "iavf_aqc_opc_remove_vlan": 595,
        "iavf_aqc_opc_replace_cloud_filters": 607,
        "iavf_aqc_opc_request_resource": 8,
        "iavf_aqc_opc_resume_port_tx": 1052,
        "iavf_aqc_opc_run_phy_activity": 1574,
        "iavf_aqc_opc_rx_ctl_reg_read": 518,
        "iavf_aqc_opc_rx_ctl_reg_write": 519,
        "iavf_aqc_opc_send_msg_to_peer": 2051,
        "iavf_aqc_opc_send_msg_to_pf": 2049,
        "iavf_aqc_opc_send_msg_to_vf": 2050,
        "iavf_aqc_opc_set_dcb_parameters": 771,
        "iavf_aqc_opc_set_hmc_resource_profile": 1281,
        "iavf_aqc_opc_set_lb_modes": 1560,
        "iavf_aqc_opc_set_link_restart_an": 1541,
        "iavf_aqc_opc_set_local_advt_reg": 1557,
        "iavf_aqc_opc_set_mac_config": 1539,
        "iavf_aqc_opc_set_ns_proxy_table_entry": 261,
        "iavf_aqc_opc_set_pf_context": 4,
        "iavf_aqc_opc_set_phy_config": 1537,
        "iavf_aqc_opc_set_phy_debug": 1570,
        "iavf_aqc_opc_set_phy_int_mask": 1555,
        "iavf_aqc_opc_set_phy_register": 1576,
        "iavf_aqc_opc_set_port_parameters": 515,
        "iavf_aqc_opc_set_proxy_config": 260,
        "iavf_aqc_opc_set_rss_key": 2818,
        "iavf_aqc_opc_set_rss_lut": 2819,
        "iavf_aqc_opc_set_switch_config": 517,
        "iavf_aqc_opc_set_vsi_promiscuous_modes": 596,
        "iavf_aqc_opc_set_wol_filter": 288,
        "iavf_aqc_opc_suspend_port_tx": 1051,
        "iavf_aqc_opc_thermal_sensor": 1825,
        "iavf_aqc_opc_update_pv_parameters": 545,
        "iavf_aqc_opc_update_tag": 601,
        "iavf_aqc_opc_update_veb_parameters": 561,
        "iavf_aqc_opc_update_vsi_parameters": 529,
        "iavf_aqc_opc_upload_ext_phy_fm": 1573,
        "iavf_aqc_opc_write_personalization_profile": 624
      }
    },
    "iavf_bus_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "iavf_bus_speed_100": 100,
        "iavf_bus_speed_120": 120,
        "iavf_bus_speed_133": 133,
        "iavf_bus_speed_2500": 2500,
        "iavf_bus_speed_33": 33,
        "iavf_bus_speed_5000": 5000,
        "iavf_bus_speed_66": 66,
        "iavf_bus_speed_8000": 8000,
        "iavf_bus_speed_reserved": 8001,
        "iavf_bus_speed_unknown": 0
      }
    },
    "iavf_bus_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "iavf_bus_type_pci": 1,
        "iavf_bus_type_pci_express": 3,
        "iavf_bus_type_pcix": 2,
        "iavf_bus_type_reserved": 4,
        "iavf_bus_type_unknown": 0
      }
    },
    "iavf_bus_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "iavf_bus_width_32": 32,
        "iavf_bus_width_64": 64,
        "iavf_bus_width_pcie_x1": 1,
        "iavf_bus_width_pcie_x2": 2,
        "iavf_bus_width_pcie_x4": 4,
        "iavf_bus_width_pcie_x8": 8,
        "iavf_bus_width_reserved": 65,
        "iavf_bus_width_unknown": 0
      }
    },
    "iavf_dbg_mask": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_DBG_ALL": 4294967295,
        "IAVF_DBG_AQ": 4,
        "IAVF_DBG_EN_DIS": 2,
        "IAVF_DBG_FILTER": 16,
        "IAVF_DBG_INFO": 1,
        "IAVF_DBG_INIT": 8,
        "IAVF_DBG_RSS": 256,
        "IAVF_DBG_SWITCH_INFO": 65536,
        "IAVF_DBG_VC": 4096
      }
    },
    "iavf_debug_mask": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_DEBUG_ALL": 4294967295,
        "IAVF_DEBUG_AQ": 251658240,
        "IAVF_DEBUG_AQ_COMMAND": 100663296,
        "IAVF_DEBUG_AQ_DESCRIPTOR": 33554432,
        "IAVF_DEBUG_AQ_DESC_BUFFER": 67108864,
        "IAVF_DEBUG_AQ_MESSAGE": 16777216,
        "IAVF_DEBUG_DCB": 1024,
        "IAVF_DEBUG_DIAG": 2048,
        "IAVF_DEBUG_FD": 4096,
        "IAVF_DEBUG_FLOW": 512,
        "IAVF_DEBUG_HMC": 64,
        "IAVF_DEBUG_INIT": 1,
        "IAVF_DEBUG_IWARP": 15728640,
        "IAVF_DEBUG_LAN": 256,
        "IAVF_DEBUG_LINK": 16,
        "IAVF_DEBUG_NVM": 128,
        "IAVF_DEBUG_PACKAGE": 8192,
        "IAVF_DEBUG_PHY": 32,
        "IAVF_DEBUG_RELEASE": 2,
        "IAVF_DEBUG_USER": 4026531840
      }
    },
    "iavf_ext_link_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_EXT_LINK_SPEED_1000MB": 3,
        "IAVF_EXT_LINK_SPEED_100GB": 11,
        "IAVF_EXT_LINK_SPEED_100MB": 2,
        "IAVF_EXT_LINK_SPEED_10GB": 6,
        "IAVF_EXT_LINK_SPEED_10MB": 1,
        "IAVF_EXT_LINK_SPEED_20GB": 7,
        "IAVF_EXT_LINK_SPEED_2500MB": 4,
        "IAVF_EXT_LINK_SPEED_25GB": 8,
        "IAVF_EXT_LINK_SPEED_40GB": 9,
        "IAVF_EXT_LINK_SPEED_50GB": 10,
        "IAVF_EXT_LINK_SPEED_5GB": 5,
        "IAVF_EXT_LINK_SPEED_UNKNOWN": 0
      }
    },
    "iavf_filter_pctype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_FILTER_PCTYPE_FCOE_OTHER": 50,
        "IAVF_FILTER_PCTYPE_FCOE_OX": 48,
        "IAVF_FILTER_PCTYPE_FCOE_RX": 49,
        "IAVF_FILTER_PCTYPE_FRAG_IPV4": 36,
        "IAVF_FILTER_PCTYPE_FRAG_IPV6": 46,
        "IAVF_FILTER_PCTYPE_L2_PAYLOAD": 63,
        "IAVF_FILTER_PCTYPE_NONF_IPV4_OTHER": 35,
        "IAVF_FILTER_PCTYPE_NONF_IPV4_SCTP": 34,
        "IAVF_FILTER_PCTYPE_NONF_IPV4_TCP": 33,
        "IAVF_FILTER_PCTYPE_NONF_IPV4_TCP_SYN_NO_ACK": 32,
        "IAVF_FILTER_PCTYPE_NONF_IPV4_UDP": 31,
        "IAVF_FILTER_PCTYPE_NONF_IPV6_OTHER": 45,
        "IAVF_FILTER_PCTYPE_NONF_IPV6_SCTP": 44,
        "IAVF_FILTER_PCTYPE_NONF_IPV6_TCP": 43,
        "IAVF_FILTER_PCTYPE_NONF_IPV6_TCP_SYN_NO_ACK": 42,
        "IAVF_FILTER_PCTYPE_NONF_IPV6_UDP": 41,
        "IAVF_FILTER_PCTYPE_NONF_MULTICAST_IPV4_UDP": 30,
        "IAVF_FILTER_PCTYPE_NONF_MULTICAST_IPV6_UDP": 40,
        "IAVF_FILTER_PCTYPE_NONF_UNICAST_IPV4_UDP": 29,
        "IAVF_FILTER_PCTYPE_NONF_UNICAST_IPV6_UDP": 39
      }
    },
    "iavf_mac_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_MAC_GENERIC": 5,
        "IAVF_MAC_UNKNOWN": 0,
        "IAVF_MAC_VF": 2,
        "IAVF_MAC_X722": 3,
        "IAVF_MAC_X722_VF": 4,
        "IAVF_MAC_XL710": 1
      }
    },
    "iavf_memory_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "iavf_mem_arq_buf": 0,
        "iavf_mem_arq_ring": 3,
        "iavf_mem_asq_buf": 1,
        "iavf_mem_atq_buf": 2,
        "iavf_mem_atq_ring": 4,
        "iavf_mem_bp": 6,
        "iavf_mem_bp_jumbo": 7,
        "iavf_mem_pd": 5,
        "iavf_mem_reserved": 8
      }
    },
    "iavf_rx_desc_error_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_RX_DESC_ERROR_EIPE_SHIFT": 5,
        "IAVF_RX_DESC_ERROR_HBO_SHIFT": 2,
        "IAVF_RX_DESC_ERROR_IPE_SHIFT": 3,
        "IAVF_RX_DESC_ERROR_L3L4E_SHIFT": 3,
        "IAVF_RX_DESC_ERROR_L4E_SHIFT": 4,
        "IAVF_RX_DESC_ERROR_OVERSIZE_SHIFT": 6,
        "IAVF_RX_DESC_ERROR_PPRS_SHIFT": 7,
        "IAVF_RX_DESC_ERROR_RECIPE_SHIFT": 1,
        "IAVF_RX_DESC_ERROR_RXE_SHIFT": 0
      }
    },
    "iavf_rx_desc_status_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_RX_DESC_STATUS_CRCP_SHIFT": 4,
        "IAVF_RX_DESC_STATUS_DD_SHIFT": 0,
        "IAVF_RX_DESC_STATUS_EOF_SHIFT": 1,
        "IAVF_RX_DESC_STATUS_EXT_UDP_0_SHIFT": 8,
        "IAVF_RX_DESC_STATUS_FLM_SHIFT": 11,
        "IAVF_RX_DESC_STATUS_FLTSTAT_SHIFT": 12,
        "IAVF_RX_DESC_STATUS_INT_UDP_0_SHIFT": 18,
        "IAVF_RX_DESC_STATUS_IPV6EXADD_SHIFT": 15,
        "IAVF_RX_DESC_STATUS_L2TAG1P_SHIFT": 2,
        "IAVF_RX_DESC_STATUS_L3L4P_SHIFT": 3,
        "IAVF_RX_DESC_STATUS_LAST": 19,
        "IAVF_RX_DESC_STATUS_LPBK_SHIFT": 14,
        "IAVF_RX_DESC_STATUS_RESERVED_SHIFT": 16,
        "IAVF_RX_DESC_STATUS_TSYNINDX_SHIFT": 5,
        "IAVF_RX_DESC_STATUS_TSYNVALID_SHIFT": 7,
        "IAVF_RX_DESC_STATUS_UMBCAST_SHIFT": 9
      }
    },
    "iavf_rx_ptype_inner_prot": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_RX_PTYPE_INNER_PROT_ICMP": 4,
        "IAVF_RX_PTYPE_INNER_PROT_NONE": 0,
        "IAVF_RX_PTYPE_INNER_PROT_SCTP": 3,
        "IAVF_RX_PTYPE_INNER_PROT_TCP": 2,
        "IAVF_RX_PTYPE_INNER_PROT_TIMESYNC": 5,
        "IAVF_RX_PTYPE_INNER_PROT_UDP": 1
      }
    },
    "iavf_rx_ptype_outer_ip": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_RX_PTYPE_OUTER_IP": 1,
        "IAVF_RX_PTYPE_OUTER_L2": 0
      }
    },
    "iavf_rx_ptype_outer_ip_ver": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_RX_PTYPE_OUTER_IPV4": 0,
        "IAVF_RX_PTYPE_OUTER_IPV6": 1,
        "IAVF_RX_PTYPE_OUTER_NONE": 0
      }
    },
    "iavf_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_STATE_INITIALIZED": 0,
        "IAVF_STATE_LAST": 4,
        "IAVF_STATE_RESET_PENDING": 2,
        "IAVF_STATE_RESET_REQUIRED": 1,
        "IAVF_STATE_RUNNING": 3
      }
    },
    "iavf_status": {
      "size": 4,
      "base": "int",
      "constants": {
        "IAVF_ERR_ADAPTER_STOPPED": -9,
        "IAVF_ERR_ADMIN_QUEUE_CRITICAL_ERROR": -66,
        "IAVF_ERR_ADMIN_QUEUE_ERROR": -53,
        "IAVF_ERR_ADMIN_QUEUE_FULL": -56,
        "IAVF_ERR_ADMIN_QUEUE_NO_WORK": -57,
        "IAVF_ERR_ADMIN_QUEUE_TIMEOUT": -54,
        "IAVF_ERR_AUTONEG_NOT_COMPLETE": -14,
        "IAVF_ERR_BACKING_PAGE_ERROR": -42,
        "IAVF_ERR_BAD_IWARP_CQE": -58,
        "IAVF_ERR_BAD_PTR": -19,
        "IAVF_ERR_BUF_TOO_SHORT": -55,
        "IAVF_ERR_CONFIG": -4,
        "IAVF_ERR_CQP_COMPL_ERROR": -39,
        "IAVF_ERR_DEVICE_NOT_SUPPORTED": -11,
        "IAVF_ERR_DIAG_TEST_FAILED": -62,
        "IAVF_ERR_FIRMWARE_API_VERSION": -65,
        "IAVF_ERR_FLUSHED_QUEUE": -34,
        "IAVF_ERR_INVALID_AEQ_ID": -25,
        "IAVF_ERR_INVALID_ALIGNMENT": -33,
        "IAVF_ERR_INVALID_ARP_INDEX": -27,
        "IAVF_ERR_INVALID_CEQ_ID": -24,
        "IAVF_ERR_INVALID_CQ_ID": -23,
        "IAVF_ERR_INVALID_FPM_FUNC_ID": -28,
        "IAVF_ERR_INVALID_FRAG_COUNT": -31,
        "IAVF_ERR_INVALID_HMCFN_ID": -41,
        "IAVF_ERR_INVALID_HMC_OBJ_COUNT": -50,
        "IAVF_ERR_INVALID_HMC_OBJ_INDEX": -49,
        "IAVF_ERR_INVALID_IMM_DATA_SIZE": -36,
        "IAVF_ERR_INVALID_LINK_SETTINGS": -13,
        "IAVF_ERR_INVALID_MAC_ADDR": -10,
        "IAVF_ERR_INVALID_PAGE_DESC_INDEX": -46,
        "IAVF_ERR_INVALID_PBLE_INDEX": -44,
        "IAVF_ERR_INVALID_PD_ID": -21,
        "IAVF_ERR_INVALID_PUSH_PAGE_INDEX": -35,
        "IAVF_ERR_INVALID_QP_ID": -22,
        "IAVF_ERR_INVALID_SD_INDEX": -45,
        "IAVF_ERR_INVALID_SD_TYPE": -47,
        "IAVF_ERR_INVALID_SIZE": -26,
        "IAVF_ERR_INVALID_SRQ_ARM_LIMIT": -51,
        "IAVF_ERR_INVALID_VF_ID": -40,
        "IAVF_ERR_LINK_SETUP": -8,
        "IAVF_ERR_MAC_TYPE": -6,
        "IAVF_ERR_MASTER_REQUESTS_PENDING": -12,
        "IAVF_ERR_MEMCPY_FAILED": -48,
        "IAVF_ERR_NOT_IMPLEMENTED": -60,
        "IAVF_ERR_NOT_READY": -63,
        "IAVF_ERR_NO_AVAILABLE_VSI": -17,
        "IAVF_ERR_NO_MEMORY": -18,
        "IAVF_ERR_NO_PBLCHUNKS_AVAILABLE": -43,
        "IAVF_ERR_NVM": -1,
        "IAVF_ERR_NVM_BLANK_MODE": -59,
        "IAVF_ERR_NVM_CHECKSUM": -2,
        "IAVF_ERR_OPCODE_MISMATCH": -38,
        "IAVF_ERR_PARAM": -5,
        "IAVF_ERR_PE_DOORBELL_NOT_ENABLED": -61,
        "IAVF_ERR_PHY": -3,
        "IAVF_ERR_QP_INVALID_MSG_SIZE": -29,
        "IAVF_ERR_QP_TOOMANY_WRS_POSTED": -30,
        "IAVF_ERR_QUEUE_EMPTY": -32,
        "IAVF_ERR_RESET_FAILED": -15,
        "IAVF_ERR_RING_FULL": -20,
        "IAVF_ERR_SRQ_ENABLED": -52,
        "IAVF_ERR_SWFW_SYNC": -16,
        "IAVF_ERR_TIMEOUT": -37,
        "IAVF_ERR_UNKNOWN_PHY": -7,
        "IAVF_NOT_SUPPORTED": -64,
        "IAVF_SUCCESS": 0
      }
    },
    "iavf_tx_ctx_desc_cmd_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_TX_CTX_DESC_IL2TAG2": 4,
        "IAVF_TX_CTX_DESC_IL2TAG2_IL2H": 8,
        "IAVF_TX_CTX_DESC_SWPE": 64,
        "IAVF_TX_CTX_DESC_SWTCH_LOCAL": 32,
        "IAVF_TX_CTX_DESC_SWTCH_NOTAG": 0,
        "IAVF_TX_CTX_DESC_SWTCH_UPLINK": 16,
        "IAVF_TX_CTX_DESC_SWTCH_VSI": 48,
        "IAVF_TX_CTX_DESC_TSO": 1,
        "IAVF_TX_CTX_DESC_TSYN": 2
      }
    },
    "iavf_tx_desc_cmd_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_TX_DESC_CMD_DUMMY": 16,
        "IAVF_TX_DESC_CMD_EOP": 1,
        "IAVF_TX_DESC_CMD_FCOET": 128,
        "IAVF_TX_DESC_CMD_ICRC": 4,
        "IAVF_TX_DESC_CMD_IIPT_IPV4": 64,
        "IAVF_TX_DESC_CMD_IIPT_IPV4_CSUM": 96,
        "IAVF_TX_DESC_CMD_IIPT_IPV6": 32,
        "IAVF_TX_DESC_CMD_IIPT_NONIP": 0,
        "IAVF_TX_DESC_CMD_IL2TAG1": 8,
        "IAVF_TX_DESC_CMD_L4T_EOFT_EOF_A": 768,
        "IAVF_TX_DESC_CMD_L4T_EOFT_EOF_N": 0,
        "IAVF_TX_DESC_CMD_L4T_EOFT_EOF_NI": 512,
        "IAVF_TX_DESC_CMD_L4T_EOFT_EOF_T": 256,
        "IAVF_TX_DESC_CMD_L4T_EOFT_SCTP": 512,
        "IAVF_TX_DESC_CMD_L4T_EOFT_TCP": 256,
        "IAVF_TX_DESC_CMD_L4T_EOFT_UDP": 768,
        "IAVF_TX_DESC_CMD_L4T_EOFT_UNK": 0,
        "IAVF_TX_DESC_CMD_RS": 2
      }
    },
    "iavf_tx_desc_dtype_value": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_TX_DESC_DTYPE_CONTEXT": 1,
        "IAVF_TX_DESC_DTYPE_DATA": 0,
        "IAVF_TX_DESC_DTYPE_DDP_CTX": 9,
        "IAVF_TX_DESC_DTYPE_DESC_DONE": 15,
        "IAVF_TX_DESC_DTYPE_FCOE_CTX": 2,
        "IAVF_TX_DESC_DTYPE_FILTER_PROG": 8,
        "IAVF_TX_DESC_DTYPE_FLEX_CTX_1": 12,
        "IAVF_TX_DESC_DTYPE_FLEX_CTX_2": 13,
        "IAVF_TX_DESC_DTYPE_FLEX_DATA": 11,
        "IAVF_TX_DESC_DTYPE_NOP": 1
      }
    },
    "iavf_tx_desc_length_fields": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_TX_DESC_LENGTH_IPLEN_SHIFT": 7,
        "IAVF_TX_DESC_LENGTH_L4_FC_LEN_SHIFT": 14,
        "IAVF_TX_DESC_LENGTH_MACLEN_SHIFT": 0
      }
    },
    "iavf_vsi_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IAVF_VSI_CTRL": 3,
        "IAVF_VSI_FCOE": 4,
        "IAVF_VSI_FDIR": 7,
        "IAVF_VSI_IWARP": 8,
        "IAVF_VSI_MAIN": 0,
        "IAVF_VSI_MIRROR": 5,
        "IAVF_VSI_SRIOV": 6,
        "IAVF_VSI_TYPE_UNKNOWN": 9,
        "IAVF_VSI_VMDQ1": 1,
        "IAVF_VSI_VMDQ2": 2
      }
    },
    "ib_port_state": {
      "size": 4,
      "base": "int",
      "constants": {
        "IB_PORT_ACTIVE": 4,
        "IB_PORT_ACTIVE_DEFER": 5,
        "IB_PORT_ARMED": 3,
        "IB_PORT_DOWN": 1,
        "IB_PORT_DUMMY": -1,
        "IB_PORT_INIT": 2,
        "IB_PORT_NOP": 0
      }
    },
    "ib_srq_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IB_SRQT_BASIC": 0,
        "IB_SRQT_TM": 2,
        "IB_SRQT_XRC": 1
      }
    },
    "ibta_mtu": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IB_MTU_1024": 3,
        "IB_MTU_2048": 4,
        "IB_MTU_256": 1,
        "IB_MTU_4096": 5,
        "IB_MTU_512": 2
      }
    },
    "ice_adminq_opc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ice_aqc_opc_add_rdma_qset": 3123,
        "ice_aqc_opc_add_rl_profiles": 1040,
        "ice_aqc_opc_add_sched_elems": 1025,
        "ice_aqc_opc_add_sw_rules": 672,
        "ice_aqc_opc_add_txqs": 3120,
        "ice_aqc_opc_add_update_mir_rule": 608,
        "ice_aqc_opc_add_vsi": 528,
        "ice_aqc_opc_alloc_res": 520,
        "ice_aqc_opc_cfg_l2_node_cgd": 1044,
        "ice_aqc_opc_cfg_node_attr": 1049,
        "ice_aqc_opc_cfg_sched_elems": 1027,
        "ice_aqc_opc_clear_health_status": 65315,
        "ice_aqc_opc_clear_pf_cfg": 676,
        "ice_aqc_opc_clear_port_alt_write": 2310,
        "ice_aqc_opc_clear_pxe_mode": 272,
        "ice_aqc_opc_config_no_drop_policy": 274,
        "ice_aqc_opc_debug_dump_internals": 65288,
        "ice_aqc_opc_del_mir_rule": 609,
        "ice_aqc_opc_delete_sched_elems": 1039,
        "ice_aqc_opc_dis_txqs": 3121,
        "ice_aqc_opc_dnl_call": 1666,
        "ice_aqc_opc_dnl_get_status": 1664,
        "ice_aqc_opc_dnl_read_log": 1671,
        "ice_aqc_opc_dnl_read_sto": 1667,
        "ice_aqc_opc_dnl_run": 1665,
        "ice_aqc_opc_dnl_set_breakpoints": 1670,
        "ice_aqc_opc_dnl_write_sto": 1668,
        "ice_aqc_opc_done_alt_write": 2308,
        "ice_aqc_opc_download_pkg": 3136,
        "ice_aqc_opc_driver_shared_params": 3216,
        "ice_aqc_opc_driver_ver": 2,
        "ice_aqc_opc_event_lan_overflow": 4097,
        "ice_aqc_opc_free_res": 521,
        "ice_aqc_opc_free_vsi": 531,
        "ice_aqc_opc_fw_logs_clear": 65333,
        "ice_aqc_opc_fw_logs_config": 65328,
        "ice_aqc_opc_fw_logs_event": 65331,
        "ice_aqc_opc_fw_logs_get": 65332,
        "ice_aqc_opc_fw_logs_query": 65330,
        "ice_aqc_opc_fw_logs_register": 65329,
        "ice_aqc_opc_get_allocd_res_desc": 522,
        "ice_aqc_opc_get_cee_dcb_cfg": 2567,
        "ice_aqc_opc_get_dflt_topo": 1024,
        "ice_aqc_opc_get_exp_err": 5,
        "ice_aqc_opc_get_gpio": 1773,
        "ice_aqc_opc_get_gpio_by_func": 1767,
        "ice_aqc_opc_get_health_status": 65314,
        "ice_aqc_opc_get_link_status": 1543,
        "ice_aqc_opc_get_link_topo": 1760,
        "ice_aqc_opc_get_phy_caps": 1536,
        "ice_aqc_opc_get_pkg_info_list": 3139,
        "ice_aqc_opc_get_port_options": 1770,
        "ice_aqc_opc_get_res_alloc": 516,
        "ice_aqc_opc_get_rss_key": 2820,
        "ice_aqc_opc_get_rss_lut": 2821,
        "ice_aqc_opc_get_sched_elems": 1028,
        "ice_aqc_opc_get_storm_cfg": 641,
        "ice_aqc_opc_get_supported_health_status_codes": 65313,
        "ice_aqc_opc_get_sw_cfg": 512,
        "ice_aqc_opc_get_sw_rules": 675,
        "ice_aqc_opc_get_tx_topo": 1048,
        "ice_aqc_opc_get_ver": 1,
        "ice_aqc_opc_get_vlan_mode_parameters": 525,
        "ice_aqc_opc_get_vsi_params": 530,
        "ice_aqc_opc_list_dev_caps": 11,
        "ice_aqc_opc_list_func_caps": 10,
        "ice_aqc_opc_lldp_add_tlv": 2562,
        "ice_aqc_opc_lldp_delete_tlv": 2564,
        "ice_aqc_opc_lldp_filter_ctrl": 2570,
        "ice_aqc_opc_lldp_get_mib": 2560,
        "ice_aqc_opc_lldp_set_local_mib": 2568,
        "ice_aqc_opc_lldp_set_mib_change": 2561,
        "ice_aqc_opc_lldp_start": 2566,
        "ice_aqc_opc_lldp_stop": 2565,
        "ice_aqc_opc_lldp_stop_start_specific_agent": 2569,
        "ice_aqc_opc_lldp_update_tlv": 2563,
        "ice_aqc_opc_manage_mac_read": 263,
        "ice_aqc_opc_manage_mac_write": 264,
        "ice_aqc_opc_move_rdma_qset": 3124,
        "ice_aqc_opc_move_recfg_txqs": 3122,
        "ice_aqc_opc_move_sched_elems": 1032,
        "ice_aqc_opc_nvm_cfg_read": 1796,
        "ice_aqc_opc_nvm_cfg_write": 1797,
        "ice_aqc_opc_nvm_checksum": 1798,
        "ice_aqc_opc_nvm_erase": 1794,
        "ice_aqc_opc_nvm_pass_component_tbl": 1803,
        "ice_aqc_opc_nvm_pkg_data": 1802,
        "ice_aqc_opc_nvm_read": 1793,
        "ice_aqc_opc_nvm_save_factory_settings": 1800,
        "ice_aqc_opc_nvm_sr_dump": 1799,
        "ice_aqc_opc_nvm_update_empr": 1801,
        "ice_aqc_opc_nvm_write": 1795,
        "ice_aqc_opc_nvm_write_activate": 1799,
        "ice_aqc_opc_pfc_ignore": 769,
        "ice_aqc_opc_prog_topo_dev_nvm": 1778,
        "ice_aqc_opc_q_shutdown": 3,
        "ice_aqc_opc_query_node_attr": 1050,
        "ice_aqc_opc_query_node_to_root": 1043,
        "ice_aqc_opc_query_pfc_mode": 770,
        "ice_aqc_opc_query_port_ets": 1038,
        "ice_aqc_opc_query_rl_profiles": 1041,
        "ice_aqc_opc_query_sched_res": 1042,
        "ice_aqc_opc_read_alt_direct": 2306,
        "ice_aqc_opc_read_alt_indirect": 2307,
        "ice_aqc_opc_read_i2c": 1762,
        "ice_aqc_opc_read_mdio": 1764,
        "ice_aqc_opc_read_topo_dev_nvm": 1779,
        "ice_aqc_opc_release_res": 9,
        "ice_aqc_opc_remove_rl_profiles": 1045,
        "ice_aqc_opc_remove_sw_rules": 674,
        "ice_aqc_opc_req_res": 8,
        "ice_aqc_opc_restart_an": 1541,
        "ice_aqc_opc_resume_sched_elems": 1034,
        "ice_aqc_opc_set_dcb_params": 774,
        "ice_aqc_opc_set_event_mask": 1555,
        "ice_aqc_opc_set_gpio": 1772,
        "ice_aqc_opc_set_gpio_by_func": 1766,
        "ice_aqc_opc_set_health_status_config": 65312,
        "ice_aqc_opc_set_led": 1768,
        "ice_aqc_opc_set_mac_cfg": 1539,
        "ice_aqc_opc_set_mac_lb": 1568,
        "ice_aqc_opc_set_pfc_mode": 771,
        "ice_aqc_opc_set_phy_cfg": 1537,
        "ice_aqc_opc_set_port_id_led": 1769,
        "ice_aqc_opc_set_port_option": 1771,
        "ice_aqc_opc_set_port_params": 515,
        "ice_aqc_opc_set_rss_key": 2818,
        "ice_aqc_opc_set_rss_lut": 2819,
        "ice_aqc_opc_set_storm_cfg": 640,
        "ice_aqc_opc_set_tx_topo": 1047,
        "ice_aqc_opc_set_vlan_mode_parameters": 524,
        "ice_aqc_opc_sff_eeprom": 1774,
        "ice_aqc_opc_suspend_sched_elems": 1033,
        "ice_aqc_opc_sw_get_gpio": 1776,
        "ice_aqc_opc_sw_set_gpio": 1775,
        "ice_aqc_opc_txqs_cleanup": 3121,
        "ice_aqc_opc_update_pkg": 3138,
        "ice_aqc_opc_update_sw_rules": 673,
        "ice_aqc_opc_update_vsi": 529,
        "ice_aqc_opc_upload_section": 3137,
        "ice_aqc_opc_write_alt_direct": 2304,
        "ice_aqc_opc_write_alt_indirect": 2305,
        "ice_aqc_opc_write_i2c": 1763,
        "ice_aqc_opc_write_mdio": 1765,
        "ice_execute_pending_lldp_mib": 2571,
        "ice_mbx_opc_send_msg_to_pf": 2049,
        "ice_mbx_opc_send_msg_to_vf": 2050
      }
    },
    "ice_agg_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_AGG_TYPE_AGG": 2,
        "ICE_AGG_TYPE_Q": 5,
        "ICE_AGG_TYPE_QG": 4,
        "ICE_AGG_TYPE_TC": 1,
        "ICE_AGG_TYPE_UNKNOWN": 0,
        "ICE_AGG_TYPE_VSI": 3
      }
    },
    "ice_aq_err": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_AQ_RC_BAD_ADDR": 20,
        "ICE_AQ_RC_E2BIG": 7,
        "ICE_AQ_RC_EACCES": 10,
        "ICE_AQ_RC_EACCES_BMCU": 29,
        "ICE_AQ_RC_EAGAIN": 8,
        "ICE_AQ_RC_EBADBUF": 28,
        "ICE_AQ_RC_EBADMAN": 27,
        "ICE_AQ_RC_EBADSIG": 25,
        "ICE_AQ_RC_EBUSY": 12,
        "ICE_AQ_RC_EEXIST": 13,
        "ICE_AQ_RC_EFAULT": 11,
        "ICE_AQ_RC_EFBIG": 22,
        "ICE_AQ_RC_EFLUSHED": 19,
        "ICE_AQ_RC_EINTR": 4,
        "ICE_AQ_RC_EINVAL": 14,
        "ICE_AQ_RC_EIO": 5,
        "ICE_AQ_RC_EMODE": 21,
        "ICE_AQ_RC_ENOENT": 2,
        "ICE_AQ_RC_ENOMEM": 9,
        "ICE_AQ_RC_ENOSEC": 24,
        "ICE_AQ_RC_ENOSPC": 16,
        "ICE_AQ_RC_ENOSYS": 17,
        "ICE_AQ_RC_ENOTTY": 15,
        "ICE_AQ_RC_ENXIO": 6,
        "ICE_AQ_RC_EPERM": 1,
        "ICE_AQ_RC_ERANGE": 18,
        "ICE_AQ_RC_ESBCOMP": 23,
        "ICE_AQ_RC_ESRCH": 3,
        "ICE_AQ_RC_ESVN": 26,
        "ICE_AQ_RC_OK": 0
      }
    },
    "ice_aq_res_access_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RES_READ": 1,
        "ICE_RES_WRITE": 2
      }
    },
    "ice_aq_res_ids": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_CHANGE_LOCK_RES_ID": 3,
        "ICE_GLOBAL_CFG_LOCK_RES_ID": 4,
        "ICE_NVM_RES_ID": 1,
        "ICE_SPD_RES_ID": 2
      }
    },
    "ice_aqc_fw_logging_mod": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_AQC_FW_LOG_ID_ADMINQ": 8,
        "ICE_AQC_FW_LOG_ID_AUTH": 15,
        "ICE_AQC_FW_LOG_ID_CTRL": 1,
        "ICE_AQC_FW_LOG_ID_DCB": 12,
        "ICE_AQC_FW_LOG_ID_DCBX": 11,
        "ICE_AQC_FW_LOG_ID_DNL": 4,
        "ICE_AQC_FW_LOG_ID_GENERAL": 0,
        "ICE_AQC_FW_LOG_ID_HDMA": 9,
        "ICE_AQC_FW_LOG_ID_HEALTH": 28,
        "ICE_AQC_FW_LOG_ID_I2C": 5,
        "ICE_AQC_FW_LOG_ID_IOSF": 17,
        "ICE_AQC_FW_LOG_ID_LINK": 2,
        "ICE_AQC_FW_LOG_ID_LINK_TOPO": 3,
        "ICE_AQC_FW_LOG_ID_LLDP": 10,
        "ICE_AQC_FW_LOG_ID_MAX": 32,
        "ICE_AQC_FW_LOG_ID_MDIO": 7,
        "ICE_AQC_FW_LOG_ID_MDLVER": 31,
        "ICE_AQC_FW_LOG_ID_MNG": 26,
        "ICE_AQC_FW_LOG_ID_NVM": 14,
        "ICE_AQC_FW_LOG_ID_PARSER": 18,
        "ICE_AQC_FW_LOG_ID_PFREG": 30,
        "ICE_AQC_FW_LOG_ID_POST": 23,
        "ICE_AQC_FW_LOG_ID_RSVD": 22,
        "ICE_AQC_FW_LOG_ID_SCHEDULER": 20,
        "ICE_AQC_FW_LOG_ID_SDP": 6,
        "ICE_AQC_FW_LOG_ID_SW": 19,
        "ICE_AQC_FW_LOG_ID_SYNCE": 27,
        "ICE_AQC_FW_LOG_ID_TASK_DISPATCH": 25,
        "ICE_AQC_FW_LOG_ID_TSDRV": 29,
        "ICE_AQC_FW_LOG_ID_TXQ": 21,
        "ICE_AQC_FW_LOG_ID_VPD": 16,
        "ICE_AQC_FW_LOG_ID_WATCHDOG": 24,
        "ICE_AQC_FW_LOG_ID_XLR": 13
      }
    },
    "ice_bank_select": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_ACTIVE_FLASH_BANK": 0,
        "ICE_INACTIVE_FLASH_BANK": 1
      }
    },
    "ice_block": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_BLK_ACL": 1,
        "ICE_BLK_COUNT": 5,
        "ICE_BLK_FD": 2,
        "ICE_BLK_PE": 4,
        "ICE_BLK_RSS": 3,
        "ICE_BLK_SW": 0
      }
    },
    "ice_bus_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ice_bus_embedded": 2,
        "ice_bus_pci_express": 1,
        "ice_bus_reserved": 3,
        "ice_bus_unknown": 0
      }
    },
    "ice_bw_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_BW_TYPE_CIR": 1,
        "ICE_BW_TYPE_CIR_WT": 2,
        "ICE_BW_TYPE_CNT": 6,
        "ICE_BW_TYPE_EIR": 3,
        "ICE_BW_TYPE_EIR_WT": 4,
        "ICE_BW_TYPE_PRIO": 0,
        "ICE_BW_TYPE_SHARED": 5
      }
    },
    "ice_chg_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_PTG_ES_ADD": 1,
        "ICE_TCAM_ADD": 2,
        "ICE_TCAM_NONE": 0,
        "ICE_VSIG_ADD": 3,
        "ICE_VSIG_REM": 4,
        "ICE_VSI_MOVE": 5
      }
    },
    "ice_ctl_q": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_CTL_Q_ADMIN": 1,
        "ICE_CTL_Q_MAILBOX": 2,
        "ICE_CTL_Q_UNKNOWN": 0
      }
    },
    "ice_ddp_state": {
      "size": 4,
      "base": "int",
      "constants": {
        "ICE_DDP_PKG_ALREADY_LOADED": -1,
        "ICE_DDP_PKG_ALREADY_LOADED_NOT_SUPPORTED": -3,
        "ICE_DDP_PKG_BUFFER_INVALID": -13,
        "ICE_DDP_PKG_COMPATIBLE_ALREADY_LOADED": -4,
        "ICE_DDP_PKG_ERR": -14,
        "ICE_DDP_PKG_FILE_SIGNATURE_INVALID": -10,
        "ICE_DDP_PKG_FILE_VERSION_TOO_HIGH": -7,
        "ICE_DDP_PKG_FILE_VERSION_TOO_LOW": -8,
        "ICE_DDP_PKG_FW_MISMATCH": -5,
        "ICE_DDP_PKG_INVALID_FILE": -6,
        "ICE_DDP_PKG_MANIFEST_INVALID": -12,
        "ICE_DDP_PKG_NO_SEC_MANIFEST": -9,
        "ICE_DDP_PKG_SAME_VERSION_ALREADY_LOADED": -2,
        "ICE_DDP_PKG_SECURE_VERSION_NBR_TOO_LOW": -11,
        "ICE_DDP_PKG_SUCCESS": 0
      }
    },
    "ice_disq_rst_src": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_NO_RESET": 0,
        "ICE_VF_RESET": 2,
        "ICE_VM_RESET": 1
      }
    },
    "ice_dyn_idx_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_IDX_ITR0": 0,
        "ICE_IDX_ITR1": 1,
        "ICE_IDX_ITR2": 2,
        "ICE_ITR_NONE": 3
      }
    },
    "ice_fc_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FC_AUTO": 4,
        "ICE_FC_DFLT": 6,
        "ICE_FC_FULL": 3,
        "ICE_FC_NONE": 0,
        "ICE_FC_PFC": 5,
        "ICE_FC_RX_PAUSE": 1,
        "ICE_FC_TX_PAUSE": 2
      }
    },
    "ice_fec_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FEC_AUTO": 3,
        "ICE_FEC_BASER": 2,
        "ICE_FEC_DIS_AUTO": 4,
        "ICE_FEC_NONE": 0,
        "ICE_FEC_RS": 1
      }
    },
    "ice_flash_bank": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_1ST_FLASH_BANK": 1,
        "ICE_2ND_FLASH_BANK": 2,
        "ICE_INVALID_FLASH_BANK": 0
      }
    },
    "ice_flow_action_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FLOW_ACT_ALLOW": 1,
        "ICE_FLOW_ACT_BUILD_PROF_IDX": 19,
        "ICE_FLOW_ACT_CNTR_BYTES": 11,
        "ICE_FLOW_ACT_CNTR_PKT": 3,
        "ICE_FLOW_ACT_CNTR_PKT_BYTES": 12,
        "ICE_FLOW_ACT_DROP": 2,
        "ICE_FLOW_ACT_FWD_QUEUE": 6,
        "ICE_FLOW_ACT_FWD_QUEUE_GROUP": 7,
        "ICE_FLOW_ACT_FWD_VSI": 4,
        "ICE_FLOW_ACT_FWD_VSI_LIST": 5,
        "ICE_FLOW_ACT_GENERIC_0": 13,
        "ICE_FLOW_ACT_GENERIC_1": 14,
        "ICE_FLOW_ACT_GENERIC_2": 15,
        "ICE_FLOW_ACT_GENERIC_3": 16,
        "ICE_FLOW_ACT_GENERIC_4": 17,
        "ICE_FLOW_ACT_MODIFY": 10,
        "ICE_FLOW_ACT_NOP": 0,
        "ICE_FLOW_ACT_POP": 9,
        "ICE_FLOW_ACT_PUSH": 8,
        "ICE_FLOW_ACT_RPT_FLOW_ID": 18
      }
    },
    "ice_flow_avf_hdr_field": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_AVF_FLOW_FIELD_FCOE_OTHER": 50,
        "ICE_AVF_FLOW_FIELD_FCOE_OX": 48,
        "ICE_AVF_FLOW_FIELD_FCOE_RX": 49,
        "ICE_AVF_FLOW_FIELD_FRAG_IPV4": 36,
        "ICE_AVF_FLOW_FIELD_FRAG_IPV6": 46,
        "ICE_AVF_FLOW_FIELD_INVALID": 0,
        "ICE_AVF_FLOW_FIELD_IPV4_OTHER": 35,
        "ICE_AVF_FLOW_FIELD_IPV4_SCTP": 34,
        "ICE_AVF_FLOW_FIELD_IPV4_TCP": 33,
        "ICE_AVF_FLOW_FIELD_IPV4_TCP_SYN_NO_ACK": 32,
        "ICE_AVF_FLOW_FIELD_IPV4_UDP": 31,
        "ICE_AVF_FLOW_FIELD_IPV6_OTHER": 45,
        "ICE_AVF_FLOW_FIELD_IPV6_SCTP": 44,
        "ICE_AVF_FLOW_FIELD_IPV6_TCP": 43,
        "ICE_AVF_FLOW_FIELD_IPV6_TCP_SYN_NO_ACK": 42,
        "ICE_AVF_FLOW_FIELD_IPV6_UDP": 41,
        "ICE_AVF_FLOW_FIELD_L2_PAYLOAD": 63,
        "ICE_AVF_FLOW_FIELD_MAX": 64,
        "ICE_AVF_FLOW_FIELD_MULTICAST_IPV4_UDP": 30,
        "ICE_AVF_FLOW_FIELD_MULTICAST_IPV6_UDP": 40,
        "ICE_AVF_FLOW_FIELD_RSVD47": 47,
        "ICE_AVF_FLOW_FIELD_UNICAST_IPV4_UDP": 29,
        "ICE_AVF_FLOW_FIELD_UNICAST_IPV6_UDP": 39
      }
    },
    "ice_flow_dir": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FLOW_DIR_UNDEFINED": 0,
        "ICE_FLOW_RX": 2,
        "ICE_FLOW_TX": 1,
        "ICE_FLOW_TX_RX": 3
      }
    },
    "ice_flow_field": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FLOW_FIELD_IDX_ARP_DHA": 25,
        "ICE_FLOW_FIELD_IDX_ARP_DIP": 23,
        "ICE_FLOW_FIELD_IDX_ARP_OP": 26,
        "ICE_FLOW_FIELD_IDX_ARP_SHA": 24,
        "ICE_FLOW_FIELD_IDX_ARP_SIP": 22,
        "ICE_FLOW_FIELD_IDX_C_VLAN": 3,
        "ICE_FLOW_FIELD_IDX_ETH_DA": 0,
        "ICE_FLOW_FIELD_IDX_ETH_SA": 1,
        "ICE_FLOW_FIELD_IDX_ETH_TYPE": 4,
        "ICE_FLOW_FIELD_IDX_GRE_KEYID": 29,
        "ICE_FLOW_FIELD_IDX_ICMP_CODE": 28,
        "ICE_FLOW_FIELD_IDX_ICMP_TYPE": 27,
        "ICE_FLOW_FIELD_IDX_IPV4_DA": 12,
        "ICE_FLOW_FIELD_IDX_IPV4_DSCP": 5,
        "ICE_FLOW_FIELD_IDX_IPV4_PROT": 8,
        "ICE_FLOW_FIELD_IDX_IPV4_SA": 11,
        "ICE_FLOW_FIELD_IDX_IPV4_TTL": 7,
        "ICE_FLOW_FIELD_IDX_IPV6_DA": 14,
        "ICE_FLOW_FIELD_IDX_IPV6_DSCP": 6,
        "ICE_FLOW_FIELD_IDX_IPV6_PROT": 10,
        "ICE_FLOW_FIELD_IDX_IPV6_SA": 13,
        "ICE_FLOW_FIELD_IDX_IPV6_TTL": 9,
        "ICE_FLOW_FIELD_IDX_MAX": 30,
        "ICE_FLOW_FIELD_IDX_SCTP_DST_PORT": 20,
        "ICE_FLOW_FIELD_IDX_SCTP_SRC_PORT": 19,
        "ICE_FLOW_FIELD_IDX_S_VLAN": 2,
        "ICE_FLOW_FIELD_IDX_TCP_DST_PORT": 16,
        "ICE_FLOW_FIELD_IDX_TCP_FLAGS": 21,
        "ICE_FLOW_FIELD_IDX_TCP_SRC_PORT": 15,
        "ICE_FLOW_FIELD_IDX_UDP_DST_PORT": 18,
        "ICE_FLOW_FIELD_IDX_UDP_SRC_PORT": 17
      }
    },
    "ice_flow_fld_match_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FLOW_FLD_TYPE_PREFIX": 2,
        "ICE_FLOW_FLD_TYPE_RANGE": 1,
        "ICE_FLOW_FLD_TYPE_REG": 0,
        "ICE_FLOW_FLD_TYPE_SIZE": 3
      }
    },
    "ice_flow_seg_hdr": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FLOW_SEG_HDR_ARP": 16,
        "ICE_FLOW_SEG_HDR_ETH": 1,
        "ICE_FLOW_SEG_HDR_GRE": 512,
        "ICE_FLOW_SEG_HDR_ICMP": 32,
        "ICE_FLOW_SEG_HDR_IPV4": 4,
        "ICE_FLOW_SEG_HDR_IPV6": 8,
        "ICE_FLOW_SEG_HDR_IPV_FRAG": 1073741824,
        "ICE_FLOW_SEG_HDR_IPV_OTHER": 2147483648,
        "ICE_FLOW_SEG_HDR_NONE": 0,
        "ICE_FLOW_SEG_HDR_SCTP": 256,
        "ICE_FLOW_SEG_HDR_TCP": 64,
        "ICE_FLOW_SEG_HDR_UDP": 128,
        "ICE_FLOW_SEG_HDR_VLAN": 2
      }
    },
    "ice_fltr_marker": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FLTR_FOUND": 1,
        "ICE_FLTR_NOT_FOUND": 0
      }
    },
    "ice_fw_modes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FW_MODE_DBG": 1,
        "ICE_FW_MODE_NORMAL": 0,
        "ICE_FW_MODE_REC": 2,
        "ICE_FW_MODE_ROLLBACK": 3
      }
    },
    "ice_fwlog_level": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FWLOG_LEVEL_ERROR": 1,
        "ICE_FWLOG_LEVEL_INVALID": 5,
        "ICE_FWLOG_LEVEL_NONE": 0,
        "ICE_FWLOG_LEVEL_NORMAL": 3,
        "ICE_FWLOG_LEVEL_VERBOSE": 4,
        "ICE_FWLOG_LEVEL_WARNING": 2
      }
    },
    "ice_mac_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_MAC_E810": 2,
        "ICE_MAC_GENERIC": 3,
        "ICE_MAC_GENERIC_3K": 4,
        "ICE_MAC_UNKNOWN": 0,
        "ICE_MAC_VF": 1
      }
    },
    "ice_mbx_snapshot_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_MAL_VF_DETECT_STATE_DETECT": 2,
        "ICE_MAL_VF_DETECT_STATE_INVALID": 4294967295,
        "ICE_MAL_VF_DETECT_STATE_NEW_SNAPSHOT": 0,
        "ICE_MAL_VF_DETECT_STATE_TRAVERSE": 1
      }
    },
    "ice_media_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_MEDIA_AUI": 5,
        "ICE_MEDIA_BACKPLANE": 3,
        "ICE_MEDIA_BASET": 2,
        "ICE_MEDIA_DA": 4,
        "ICE_MEDIA_FIBER": 1,
        "ICE_MEDIA_UNKNOWN": 0
      }
    },
    "ice_memcpy_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_DMA_TO_DMA": 2,
        "ICE_DMA_TO_NONDMA": 3,
        "ICE_NONDMA_TO_DMA": 1,
        "ICE_NONDMA_TO_NONDMA": 0
      }
    },
    "ice_pcie_bus_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ice_pcie_speed_16_0GT": 23,
        "ice_pcie_speed_2_5GT": 20,
        "ice_pcie_speed_5_0GT": 21,
        "ice_pcie_speed_8_0GT": 22,
        "ice_pcie_speed_unknown": 255
      }
    },
    "ice_pcie_link_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ice_pcie_lnk_width_resrv": 0,
        "ice_pcie_lnk_width_unknown": 255,
        "ice_pcie_lnk_x1": 1,
        "ice_pcie_lnk_x12": 12,
        "ice_pcie_lnk_x16": 16,
        "ice_pcie_lnk_x2": 2,
        "ice_pcie_lnk_x32": 32,
        "ice_pcie_lnk_x4": 4,
        "ice_pcie_lnk_x8": 8
      }
    },
    "ice_phy_cache_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_FC_MODE": 0,
        "ICE_FEC_MODE": 2,
        "ICE_SPEED_MODE": 1
      }
    },
    "ice_phy_model": {
      "size": 4,
      "base": "int",
      "constants": {
        "ICE_PHY_E810": 1,
        "ICE_PHY_E822": 2,
        "ICE_PHY_UNSUP": -1
      }
    },
    "ice_prof_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_PROF_ALL": 255,
        "ICE_PROF_INVALID": 0,
        "ICE_PROF_NON_TUN": 1,
        "ICE_PROF_TUN_ALL": 30,
        "ICE_PROF_TUN_GRE": 4,
        "ICE_PROF_TUN_GTPC": 16,
        "ICE_PROF_TUN_GTPU": 8,
        "ICE_PROF_TUN_UDP": 2
      }
    },
    "ice_promisc_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_PROMISC_BCAST_RX": 16,
        "ICE_PROMISC_BCAST_TX": 32,
        "ICE_PROMISC_MCAST_RX": 4,
        "ICE_PROMISC_MCAST_TX": 8,
        "ICE_PROMISC_UCAST_RX": 1,
        "ICE_PROMISC_UCAST_TX": 2,
        "ICE_PROMISC_VLAN_RX": 64,
        "ICE_PROMISC_VLAN_TX": 128
      }
    },
    "ice_prot_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_PROT_ARP_OF": 118,
        "ICE_PROT_ATAOE_OF": 114,
        "ICE_PROT_CTRL_OF": 116,
        "ICE_PROT_EAPOL_OF": 120,
        "ICE_PROT_ESP_2": 89,
        "ICE_PROT_ESP_F": 88,
        "ICE_PROT_ETYPE_IL": 10,
        "ICE_PROT_ETYPE_OL": 9,
        "ICE_PROT_EVLAN_O": 16,
        "ICE_PROT_GRE_OF": 64,
        "ICE_PROT_ICMPV6_IL": 100,
        "ICE_PROT_ICMP_IL": 98,
        "ICE_PROT_ID_INVAL": 0,
        "ICE_PROT_INVALID": 255,
        "ICE_PROT_IPV4_IL": 33,
        "ICE_PROT_IPV4_IL_IL": 34,
        "ICE_PROT_IPV4_OF_OR_S": 32,
        "ICE_PROT_IPV6_FRAG": 47,
        "ICE_PROT_IPV6_IL": 41,
        "ICE_PROT_IPV6_IL_IL": 42,
        "ICE_PROT_IPV6_NEXT_PROTO": 43,
        "ICE_PROT_IPV6_OF_OR_S": 40,
        "ICE_PROT_LLDP_OF": 117,
        "ICE_PROT_MAC_IL": 4,
        "ICE_PROT_MAC_IN_MAC": 7,
        "ICE_PROT_MAC_O2": 2,
        "ICE_PROT_MAC_OF_OR_S": 1,
        "ICE_PROT_META_ID": 255,
        "ICE_PROT_MPLS_IL": 29,
        "ICE_PROT_MPLS_OL_MINUS_1": 27,
        "ICE_PROT_MPLS_OL_OR_OS": 28,
        "ICE_PROT_NSH_F": 84,
        "ICE_PROT_OSPF": 102,
        "ICE_PROT_PAY": 15,
        "ICE_PROT_SCTP_IL": 96,
        "ICE_PROT_TCP_IL": 49,
        "ICE_PROT_UDP_IL_OR_S": 53,
        "ICE_PROT_UDP_OF": 52,
        "ICE_PROT_VLAN_IF": 18,
        "ICE_PROT_VLAN_O": 17,
        "ICE_PROT_VRRP_F": 101
      }
    },
    "ice_protocol_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_ETYPE_IL": 3,
        "ICE_ETYPE_OL": 2,
        "ICE_GENEVE": 14,
        "ICE_GTP": 17,
        "ICE_GTP_NO_PAY": 18,
        "ICE_IPV4_IL": 6,
        "ICE_IPV4_OFOS": 5,
        "ICE_IPV6_IL": 8,
        "ICE_IPV6_OFOS": 7,
        "ICE_L2TPV3": 20,
        "ICE_MAC_IL": 1,
        "ICE_MAC_OFOS": 0,
        "ICE_NVGRE": 16,
        "ICE_PPPOE": 19,
        "ICE_PROTOCOL_LAST": 21,
        "ICE_SCTP_IL": 12,
        "ICE_TCP_IL": 9,
        "ICE_UDP_ILOS": 11,
        "ICE_UDP_OF": 10,
        "ICE_VLAN_OFOS": 4,
        "ICE_VXLAN": 13,
        "ICE_VXLAN_GPE": 15
      }
    },
    "ice_rdma_event_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RDMA_EVENT_API_CHANGE": 4,
        "ICE_RDMA_EVENT_CRIT_ERR": 5,
        "ICE_RDMA_EVENT_LAST": 9,
        "ICE_RDMA_EVENT_LINK_CHANGE": 1,
        "ICE_RDMA_EVENT_MTU_CHANGE": 2,
        "ICE_RDMA_EVENT_NONE": 0,
        "ICE_RDMA_EVENT_QSET_REGISTER": 7,
        "ICE_RDMA_EVENT_RESET": 6,
        "ICE_RDMA_EVENT_TC_CHANGE": 3,
        "ICE_RDMA_EVENT_VSI_FILTER_UPDATE": 8
      }
    },
    "ice_res_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_INVAL_RES": 0,
        "ICE_RDMA_QSET_ALLOC": 8,
        "ICE_RDMA_QSET_FREE": 24
      }
    },
    "ice_reset_req": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RESET_CORER": 1,
        "ICE_RESET_EMPR": 3,
        "ICE_RESET_GLOBR": 2,
        "ICE_RESET_INVAL": 0,
        "ICE_RESET_PFR": 4,
        "ICE_RESET_POR": 0
      }
    },
    "ice_resmgr_alloc_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RESMGR_ALLOC_CONTIGUOUS": 1,
        "ICE_RESMGR_ALLOC_INVALID": 0,
        "ICE_RESMGR_ALLOC_SCATTERED": 2
      }
    },
    "ice_rl_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_MAX_BW": 2,
        "ICE_MIN_BW": 1,
        "ICE_SHARED_BW": 3,
        "ICE_UNKNOWN_BW": 0
      }
    },
    "ice_rlan_ctx_rx_hsplit_0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RLAN_RX_HSPLIT_0_NO_SPLIT": 0,
        "ICE_RLAN_RX_HSPLIT_0_SPLIT_IP": 2,
        "ICE_RLAN_RX_HSPLIT_0_SPLIT_L2": 1,
        "ICE_RLAN_RX_HSPLIT_0_SPLIT_SCTP": 8,
        "ICE_RLAN_RX_HSPLIT_0_SPLIT_TCP_UDP": 4
      }
    },
    "ice_rlan_ctx_rx_hsplit_1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RLAN_RX_HSPLIT_1_NO_SPLIT": 0,
        "ICE_RLAN_RX_HSPLIT_1_SPLIT_ALWAYS": 2,
        "ICE_RLAN_RX_HSPLIT_1_SPLIT_L2": 1
      }
    },
    "ice_rss_cfg_hdr_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RSS_ANY_HEADERS": 6,
        "ICE_RSS_INNER_HEADERS": 1,
        "ICE_RSS_INNER_HEADERS_W_OUTER_IPV4": 2,
        "ICE_RSS_INNER_HEADERS_W_OUTER_IPV4_GRE": 4,
        "ICE_RSS_INNER_HEADERS_W_OUTER_IPV6": 3,
        "ICE_RSS_INNER_HEADERS_W_OUTER_IPV6_GRE": 5,
        "ICE_RSS_OUTER_HEADERS": 0
      }
    },
    "ice_rx_cso_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_CSO_STAT_RX_COUNT": 7,
        "ICE_CSO_STAT_RX_IP4_ERR": 0,
        "ICE_CSO_STAT_RX_IP6_ERR": 1,
        "ICE_CSO_STAT_RX_L3_ERR": 2,
        "ICE_CSO_STAT_RX_L4_ERR": 6,
        "ICE_CSO_STAT_RX_SCTP_ERR": 5,
        "ICE_CSO_STAT_RX_TCP_ERR": 3,
        "ICE_CSO_STAT_RX_UDP_ERR": 4
      }
    },
    "ice_rx_dtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RX_DTYPE_HEADER_SPLIT": 1,
        "ICE_RX_DTYPE_NO_SPLIT": 0,
        "ICE_RX_DTYPE_SPLIT_ALWAYS": 2
      }
    },
    "ice_rx_flex_desc_status_error_0_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RX_FLEX_DESC_STATUS0_CRCP_S": 11,
        "ICE_RX_FLEX_DESC_STATUS0_DD_S": 0,
        "ICE_RX_FLEX_DESC_STATUS0_EOF_S": 1,
        "ICE_RX_FLEX_DESC_STATUS0_HBO_S": 2,
        "ICE_RX_FLEX_DESC_STATUS0_IPV6EXADD_S": 9,
        "ICE_RX_FLEX_DESC_STATUS0_L2TAG1P_S": 13,
        "ICE_RX_FLEX_DESC_STATUS0_L3L4P_S": 3,
        "ICE_RX_FLEX_DESC_STATUS0_LAST": 16,
        "ICE_RX_FLEX_DESC_STATUS0_LPBK_S": 8,
        "ICE_RX_FLEX_DESC_STATUS0_RSS_VALID_S": 12,
        "ICE_RX_FLEX_DESC_STATUS0_RXE_S": 10,
        "ICE_RX_FLEX_DESC_STATUS0_XSUM_EIPE_S": 6,
        "ICE_RX_FLEX_DESC_STATUS0_XSUM_EUDPE_S": 7,
        "ICE_RX_FLEX_DESC_STATUS0_XSUM_IPE_S": 4,
        "ICE_RX_FLEX_DESC_STATUS0_XSUM_L4E_S": 5,
        "ICE_RX_FLEX_DESC_STATUS0_XTRMD0_VALID_S": 14,
        "ICE_RX_FLEX_DESC_STATUS0_XTRMD1_VALID_S": 15
      }
    },
    "ice_rx_ptype_inner_prot": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RX_PTYPE_INNER_PROT_ICMP": 4,
        "ICE_RX_PTYPE_INNER_PROT_NONE": 0,
        "ICE_RX_PTYPE_INNER_PROT_SCTP": 3,
        "ICE_RX_PTYPE_INNER_PROT_TCP": 2,
        "ICE_RX_PTYPE_INNER_PROT_UDP": 1
      }
    },
    "ice_rx_ptype_outer_ip": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RX_PTYPE_OUTER_IP": 1,
        "ICE_RX_PTYPE_OUTER_L2": 0
      }
    },
    "ice_rx_ptype_outer_ip_ver": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RX_PTYPE_OUTER_IPV4": 1,
        "ICE_RX_PTYPE_OUTER_IPV6": 2,
        "ICE_RX_PTYPE_OUTER_NONE": 0
      }
    },
    "ice_rxdid": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_RXDID_FLEX_NIC": 2,
        "ICE_RXDID_FLEX_NIC_2": 6,
        "ICE_RXDID_HW": 7,
        "ICE_RXDID_LAST": 63,
        "ICE_RXDID_LEGACY_0": 0,
        "ICE_RXDID_LEGACY_1": 1
      }
    },
    "ice_sect": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_CDID_KB": 7,
        "ICE_CDID_REDIR": 8,
        "ICE_PROF_REDIR": 5,
        "ICE_PROF_TCAM": 4,
        "ICE_SECT_COUNT": 9,
        "ICE_VEC_TBL": 6,
        "ICE_XLT0": 0,
        "ICE_XLT1": 2,
        "ICE_XLT2": 3,
        "ICE_XLT_KB": 1
      }
    },
    "ice_set_fc_aq_failures": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_SET_FC_AQ_FAIL_GET": 1,
        "ICE_SET_FC_AQ_FAIL_NONE": 0,
        "ICE_SET_FC_AQ_FAIL_SET": 2,
        "ICE_SET_FC_AQ_FAIL_UPDATE": 3
      }
    },
    "ice_sid_all": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_SID_ES_OFF": 4,
        "ICE_SID_OFF_COUNT": 5,
        "ICE_SID_PR_OFF": 2,
        "ICE_SID_PR_REDIR_OFF": 3,
        "ICE_SID_XLT1_OFF": 0,
        "ICE_SID_XLT2_OFF": 1
      }
    },
    "ice_src_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_SRC_ID_LPORT": 3,
        "ICE_SRC_ID_QUEUE": 2,
        "ICE_SRC_ID_UNKNOWN": 0,
        "ICE_SRC_ID_VSI": 1
      }
    },
    "ice_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_STATE_ATTACHING": 12,
        "ICE_STATE_CONTROLQ_EVENT_PENDING": 0,
        "ICE_STATE_DETACHING": 13,
        "ICE_STATE_DO_FW_DEBUG_DUMP": 17,
        "ICE_STATE_DRIVER_INITIALIZED": 7,
        "ICE_STATE_LAST": 18,
        "ICE_STATE_LINK_DEFAULT_OVERRIDE_PENDING": 14,
        "ICE_STATE_LINK_STATUS_REPORTED": 11,
        "ICE_STATE_LLDP_RX_FLTR_FROM_DRIVER": 15,
        "ICE_STATE_MDD_PENDING": 2,
        "ICE_STATE_MULTIPLE_TCS": 16,
        "ICE_STATE_NO_MEDIA": 8,
        "ICE_STATE_PREPARED_FOR_RESET": 5,
        "ICE_STATE_RECOVERY_MODE": 9,
        "ICE_STATE_RESET_FAILED": 6,
        "ICE_STATE_RESET_OICR_RECV": 3,
        "ICE_STATE_RESET_PFR_REQ": 4,
        "ICE_STATE_ROLLBACK_MODE": 10,
        "ICE_STATE_VFLR_PENDING": 1
      }
    },
    "ice_status": {
      "size": 4,
      "base": "int",
      "constants": {
        "ICE_ERR_ALREADY_EXISTS": -14,
        "ICE_ERR_AQ_EMPTY": -104,
        "ICE_ERR_AQ_ERROR": -100,
        "ICE_ERR_AQ_FULL": -102,
        "ICE_ERR_AQ_FW_CRITICAL": -105,
        "ICE_ERR_AQ_NO_WORK": -103,
        "ICE_ERR_AQ_TIMEOUT": -101,
        "ICE_ERR_BAD_PTR": -5,
        "ICE_ERR_BUF_TOO_SHORT": -52,
        "ICE_ERR_CFG": -12,
        "ICE_ERR_DEVICE_NOT_SUPPORTED": -8,
        "ICE_ERR_DOES_NOT_EXIST": -15,
        "ICE_ERR_FW_API_VER": -10,
        "ICE_ERR_FW_DDP_MISMATCH": -20,
        "ICE_ERR_HW_TABLE": -19,
        "ICE_ERR_INVAL_SIZE": -6,
        "ICE_ERR_IN_USE": -16,
        "ICE_ERR_MAX_LIMIT": -17,
        "ICE_ERR_NOT_IMPL": -2,
        "ICE_ERR_NOT_READY": -3,
        "ICE_ERR_NOT_SUPPORTED": -4,
        "ICE_ERR_NO_MEMORY": -11,
        "ICE_ERR_NVM": -50,
        "ICE_ERR_NVM_BLANK_MODE": -53,
        "ICE_ERR_NVM_CHECKSUM": -51,
        "ICE_ERR_OUT_OF_RANGE": -13,
        "ICE_ERR_PARAM": -1,
        "ICE_ERR_RESET_FAILED": -9,
        "ICE_ERR_RESET_ONGOING": -18,
        "ICE_SUCCESS": 0
      }
    },
    "ice_sw_fwd_act_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_DROP_PACKET": 4,
        "ICE_FWD_TO_Q": 2,
        "ICE_FWD_TO_QGRP": 3,
        "ICE_FWD_TO_VSI": 0,
        "ICE_FWD_TO_VSI_LIST": 1,
        "ICE_INVAL_ACT": 6,
        "ICE_LG_ACTION": 5
      }
    },
    "ice_sw_lkup_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_SW_LKUP_DFLT": 5,
        "ICE_SW_LKUP_ETHERTYPE": 0,
        "ICE_SW_LKUP_ETHERTYPE_MAC": 8,
        "ICE_SW_LKUP_LAST": 10,
        "ICE_SW_LKUP_MAC": 1,
        "ICE_SW_LKUP_MAC_VLAN": 2,
        "ICE_SW_LKUP_PROMISC": 3,
        "ICE_SW_LKUP_PROMISC_VLAN": 9,
        "ICE_SW_LKUP_VLAN": 4
      }
    },
    "ice_sw_tunnel_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_ALL_TUNNELS": 11,
        "ICE_NON_TUN": 0,
        "ICE_SW_TUN_AND_NON_TUN": 1,
        "ICE_SW_TUN_GENEVE": 3,
        "ICE_SW_TUN_GENEVE_VLAN": 4,
        "ICE_SW_TUN_GTPC": 10,
        "ICE_SW_TUN_GTPU": 9,
        "ICE_SW_TUN_NVGRE": 7,
        "ICE_SW_TUN_UDP": 8,
        "ICE_SW_TUN_VXLAN": 5,
        "ICE_SW_TUN_VXLAN_GPE": 2,
        "ICE_SW_TUN_VXLAN_VLAN": 6
      }
    },
    "ice_tunnel_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TNL_ALL": 255,
        "TNL_GENEVE": 1,
        "TNL_GRETAP": 2,
        "TNL_GTP": 3,
        "TNL_GTPC": 4,
        "TNL_GTPU": 5,
        "TNL_LAST": 255,
        "TNL_VXLAN": 0
      }
    },
    "ice_tx_cso_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_CSO_STAT_TX_COUNT": 7,
        "ICE_CSO_STAT_TX_IP4": 3,
        "ICE_CSO_STAT_TX_IP6": 4,
        "ICE_CSO_STAT_TX_L3_ERR": 5,
        "ICE_CSO_STAT_TX_L4_ERR": 6,
        "ICE_CSO_STAT_TX_SCTP": 2,
        "ICE_CSO_STAT_TX_TCP": 0,
        "ICE_CSO_STAT_TX_UDP": 1
      }
    },
    "ice_tx_ctx_desc_cmd_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_TX_CTX_DESC_IL2TAG2": 4,
        "ICE_TX_CTX_DESC_IL2TAG2_IL2H": 8,
        "ICE_TX_CTX_DESC_RESERVED": 64,
        "ICE_TX_CTX_DESC_SWTCH_LOCAL": 32,
        "ICE_TX_CTX_DESC_SWTCH_NOTAG": 0,
        "ICE_TX_CTX_DESC_SWTCH_UPLINK": 16,
        "ICE_TX_CTX_DESC_SWTCH_VSI": 48,
        "ICE_TX_CTX_DESC_TSO": 1,
        "ICE_TX_CTX_DESC_TSYN": 2
      }
    },
    "ice_tx_desc_cmd_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_TX_DESC_CMD_DUMMY": 16,
        "ICE_TX_DESC_CMD_EOP": 1,
        "ICE_TX_DESC_CMD_IIPT_IPV4": 64,
        "ICE_TX_DESC_CMD_IIPT_IPV4_CSUM": 96,
        "ICE_TX_DESC_CMD_IIPT_IPV6": 32,
        "ICE_TX_DESC_CMD_IIPT_NONIP": 0,
        "ICE_TX_DESC_CMD_IL2TAG1": 8,
        "ICE_TX_DESC_CMD_L4T_EOFT_SCTP": 512,
        "ICE_TX_DESC_CMD_L4T_EOFT_TCP": 256,
        "ICE_TX_DESC_CMD_L4T_EOFT_UDP": 768,
        "ICE_TX_DESC_CMD_L4T_EOFT_UNK": 0,
        "ICE_TX_DESC_CMD_RE": 1024,
        "ICE_TX_DESC_CMD_RS": 2,
        "ICE_TX_DESC_CMD_RSVD": 4,
        "ICE_TX_DESC_CMD_RSVD2": 128,
        "ICE_TX_DESC_CMD_RSVD3": 2048
      }
    },
    "ice_tx_desc_dtype_value": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_TX_DESC_DTYPE_CTX": 1,
        "ICE_TX_DESC_DTYPE_DATA": 0,
        "ICE_TX_DESC_DTYPE_DESC_DONE": 15,
        "ICE_TX_DESC_DTYPE_FLTR_PROG": 8,
        "ICE_TX_DESC_DTYPE_HLP_META": 9,
        "ICE_TX_DESC_DTYPE_IPSEC": 3
      }
    },
    "ice_tx_desc_len_fields": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_TX_DESC_LEN_IPLEN_S": 7,
        "ICE_TX_DESC_LEN_L4_LEN_S": 14,
        "ICE_TX_DESC_LEN_MACLEN_S": 0
      }
    },
    "ice_vsi_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ICE_VSI_LB": 6,
        "ICE_VSI_PF": 0,
        "ICE_VSI_VF": 1
      }
    },
    "idtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "P_ALL": 7,
        "P_CID": 4,
        "P_CPUID": 14,
        "P_CTID": 13,
        "P_GID": 6,
        "P_JAILID": 12,
        "P_LWPID": 8,
        "P_PGID": 2,
        "P_PID": 0,
        "P_POOLID": 11,
        "P_PPID": 1,
        "P_PROJID": 10,
        "P_PSETID": 15,
        "P_SID": 3,
        "P_TASKID": 9,
        "P_UID": 5
      }
    },
    "ieee80211_ac_numbers": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_AC_BE": 2,
        "IEEE80211_AC_BK": 3,
        "IEEE80211_AC_VI": 1,
        "IEEE80211_AC_VO": 0
      }
    },
    "ieee80211_authmode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_AUTH_8021X": 3,
        "IEEE80211_AUTH_AUTO": 4,
        "IEEE80211_AUTH_NONE": 0,
        "IEEE80211_AUTH_OPEN": 1,
        "IEEE80211_AUTH_SHARED": 2,
        "IEEE80211_AUTH_WPA": 5
      }
    },
    "ieee80211_bss_changed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BSS_CHANGED_AP_PROBE_RESP": 1048576,
        "BSS_CHANGED_ARP_FILTER": 1,
        "BSS_CHANGED_ASSOC": 2,
        "BSS_CHANGED_BANDWIDTH": 4,
        "BSS_CHANGED_BASIC_RATES": 2097152,
        "BSS_CHANGED_BEACON": 8,
        "BSS_CHANGED_BEACON_ENABLED": 16,
        "BSS_CHANGED_BEACON_INFO": 32,
        "BSS_CHANGED_BEACON_INT": 64,
        "BSS_CHANGED_BSSID": 128,
        "BSS_CHANGED_CQM": 256,
        "BSS_CHANGED_ERP_CTS_PROT": 512,
        "BSS_CHANGED_ERP_PREAMBLE": 4194304,
        "BSS_CHANGED_ERP_SLOT": 1024,
        "BSS_CHANGED_FILS_DISCOVERY": 67108864,
        "BSS_CHANGED_FTM_RESPONDER": 2048,
        "BSS_CHANGED_HE_BSS_COLOR": 524288,
        "BSS_CHANGED_HE_OBSS_PD": 134217728,
        "BSS_CHANGED_HT": 4096,
        "BSS_CHANGED_IBSS": 8388608,
        "BSS_CHANGED_IDLE": 8192,
        "BSS_CHANGED_MCAST_RATE": 16777216,
        "BSS_CHANGED_MU_GROUPS": 16384,
        "BSS_CHANGED_P2P_PS": 32768,
        "BSS_CHANGED_PS": 65536,
        "BSS_CHANGED_QOS": 131072,
        "BSS_CHANGED_SSID": 33554432,
        "BSS_CHANGED_TWT": 268435456,
        "BSS_CHANGED_TXPOWER": 262144,
        "BSS_CHANGED_UNSOL_BCAST_PROBE_RESP": 1073741824
      }
    },
    "ieee80211_bss_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_BSS_TYPE_ANY": 0
      }
    },
    "ieee80211_chanctx_change_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_CHANCTX_CHANGE_CHANNEL": 16,
        "IEEE80211_CHANCTX_CHANGE_MIN_WIDTH": 1,
        "IEEE80211_CHANCTX_CHANGE_RADAR": 2,
        "IEEE80211_CHANCTX_CHANGE_RX_CHAINS": 4,
        "IEEE80211_CHANCTX_CHANGE_WIDTH": 8
      }
    },
    "ieee80211_chanctx_switch_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CHANCTX_SWMODE_REASSIGN_VIF": 0,
        "CHANCTX_SWMODE_SWAP_CONTEXTS": 1
      }
    },
    "ieee80211_channel_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_CHAN_DISABLED": 1,
        "IEEE80211_CHAN_INDOOR_ONLY": 2,
        "IEEE80211_CHAN_IR_CONCURRENT": 4,
        "IEEE80211_CHAN_NO_160MHZ": 256,
        "IEEE80211_CHAN_NO_80MHZ": 128,
        "IEEE80211_CHAN_NO_HT40MINUS": 32,
        "IEEE80211_CHAN_NO_HT40PLUS": 64,
        "IEEE80211_CHAN_NO_IR": 16,
        "IEEE80211_CHAN_NO_OFDM": 512,
        "IEEE80211_CHAN_RADAR": 8
      }
    },
    "ieee80211_event_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BAR_RX_EVENT": 1,
        "BA_FRAME_TIMEOUT": 0,
        "MLME_EVENT": 2,
        "RSSI_EVENT": 3
      }
    },
    "ieee80211_frame_release_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_FRAME_RELEASE_PSPOLL": 1,
        "IEEE80211_FRAME_RELEASE_UAPSD": 2
      }
    },
    "ieee80211_hw_conf_changed_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_CONF_CHANGE_CHANNEL": 1,
        "IEEE80211_CONF_CHANGE_IDLE": 2,
        "IEEE80211_CONF_CHANGE_MONITOR": 8,
        "IEEE80211_CONF_CHANGE_POWER": 16,
        "IEEE80211_CONF_CHANGE_PS": 4
      }
    },
    "ieee80211_hw_conf_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_CONF_IDLE": 1,
        "IEEE80211_CONF_MONITOR": 4,
        "IEEE80211_CONF_OFFCHANNEL": 8,
        "IEEE80211_CONF_PS": 2
      }
    },
    "ieee80211_hw_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_HW_AMPDU_AGGREGATION": 0,
        "IEEE80211_HW_AP_LINK_PS": 1,
        "IEEE80211_HW_BUFF_MMPDU_TXQ": 2,
        "IEEE80211_HW_CHANCTX_STA_CSA": 3,
        "IEEE80211_HW_CONNECTION_MONITOR": 4,
        "IEEE80211_HW_DEAUTH_NEED_MGD_TX_PREP": 5,
        "IEEE80211_HW_HAS_RATE_CONTROL": 6,
        "IEEE80211_HW_MFP_CAPABLE": 7,
        "IEEE80211_HW_NEEDS_UNIQUE_STA_ADDR": 8,
        "IEEE80211_HW_QUEUE_CONTROL": 36,
        "IEEE80211_HW_REPORTS_LOW_ACK": 35,
        "IEEE80211_HW_REPORTS_TX_ACK_STATUS": 9,
        "IEEE80211_HW_RX_INCLUDES_FCS": 10,
        "IEEE80211_HW_SIGNAL_DBM": 11,
        "IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS": 12,
        "IEEE80211_HW_SPECTRUM_MGMT": 13,
        "IEEE80211_HW_STA_MMPDU_TXQ": 14,
        "IEEE80211_HW_SUPPORTS_AMSDU_IN_AMPDU": 15,
        "IEEE80211_HW_SUPPORTS_CLONED_SKBS": 16,
        "IEEE80211_HW_SUPPORTS_DYNAMIC_PS": 17,
        "IEEE80211_HW_SUPPORTS_MULTI_BSSID": 18,
        "IEEE80211_HW_SUPPORTS_ONLY_HE_MULTI_BSSID": 19,
        "IEEE80211_HW_SUPPORTS_PER_STA_GTK": 34,
        "IEEE80211_HW_SUPPORTS_PS": 20,
        "IEEE80211_HW_SUPPORTS_RC_TABLE": 39,
        "IEEE80211_HW_SUPPORTS_REORDERING_BUFFER": 21,
        "IEEE80211_HW_SUPPORTS_RX_DECAP_OFFLOAD": 37,
        "IEEE80211_HW_SUPPORTS_TDLS_BUFFER_STA": 33,
        "IEEE80211_HW_SUPPORTS_TX_ENCAP_OFFLOAD": 38,
        "IEEE80211_HW_SUPPORTS_TX_FRAG": 32,
        "IEEE80211_HW_SUPPORTS_VHT_EXT_NSS_BW": 22,
        "IEEE80211_HW_SUPPORT_FAST_XMIT": 23,
        "IEEE80211_HW_SW_CRYPTO_CONTROL": 31,
        "IEEE80211_HW_TDLS_WIDER_BW": 24,
        "IEEE80211_HW_TIMING_BEACON_ONLY": 25,
        "IEEE80211_HW_TX_AMPDU_SETUP_IN_HW": 26,
        "IEEE80211_HW_TX_AMSDU": 27,
        "IEEE80211_HW_TX_FRAG_LIST": 28,
        "IEEE80211_HW_USES_RSS": 29,
        "IEEE80211_HW_WANT_MONITOR_VIF": 30,
        "NUM_IEEE80211_HW_FLAGS": 40
      }
    },
    "ieee80211_iface_iter": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_IFACE_ITER_NORMAL": 1,
        "IEEE80211_IFACE_ITER_RESUME_ALL": 2,
        "IEEE80211_IFACE_ITER__ACTIVE": 128,
        "IEEE80211_IFACE_ITER__ATOMIC": 64,
        "IEEE80211_IFACE_ITER__MTX": 256,
        "IEEE80211_IFACE_SKIP_SDATA_NOT_IN_DRIVER": 4
      }
    },
    "ieee80211_mesh_mlstate": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_NODE_MESH_CONFIRMRCV": 3,
        "IEEE80211_NODE_MESH_ESTABLISHED": 4,
        "IEEE80211_NODE_MESH_HOLDING": 5,
        "IEEE80211_NODE_MESH_IDLE": 0,
        "IEEE80211_NODE_MESH_OPENRCV": 2,
        "IEEE80211_NODE_MESH_OPENSNT": 1
      }
    },
    "ieee80211_mlme_event_data": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ASSOC_EVENT": 0,
        "AUTH_EVENT": 1,
        "DEAUTH_RX_EVENT": 2,
        "DEAUTH_TX_EVENT": 3
      }
    },
    "ieee80211_mlme_event_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLME_DENIED": 0,
        "MLME_TIMEOUT": 1
      }
    },
    "ieee80211_notify_cac_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_NOTIFY_CAC_EXPIRE": 3,
        "IEEE80211_NOTIFY_CAC_RADAR": 2,
        "IEEE80211_NOTIFY_CAC_START": 0,
        "IEEE80211_NOTIFY_CAC_STOP": 1
      }
    },
    "ieee80211_opmode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_M_AHDEMO": 3,
        "IEEE80211_M_HOSTAP": 4,
        "IEEE80211_M_IBSS": 0,
        "IEEE80211_M_MBSS": 6,
        "IEEE80211_M_MONITOR": 5,
        "IEEE80211_M_STA": 1,
        "IEEE80211_M_WDS": 2
      }
    },
    "ieee80211_phymode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MODE_11A": 1,
        "IEEE80211_MODE_11B": 2,
        "IEEE80211_MODE_11G": 3,
        "IEEE80211_MODE_11NA": 8,
        "IEEE80211_MODE_11NG": 9,
        "IEEE80211_MODE_AUTO": 0,
        "IEEE80211_MODE_FH": 4,
        "IEEE80211_MODE_HALF": 10,
        "IEEE80211_MODE_QUARTER": 11,
        "IEEE80211_MODE_STURBO_A": 7,
        "IEEE80211_MODE_TURBO_A": 5,
        "IEEE80211_MODE_TURBO_G": 6,
        "IEEE80211_MODE_VHT_2GHZ": 12,
        "IEEE80211_MODE_VHT_5GHZ": 13
      }
    },
    "ieee80211_phytype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_T_DS": 0,
        "IEEE80211_T_FH": 1,
        "IEEE80211_T_HT": 4,
        "IEEE80211_T_OFDM": 2,
        "IEEE80211_T_OFDM_HALF": 5,
        "IEEE80211_T_OFDM_QUARTER": 6,
        "IEEE80211_T_TURBO": 3,
        "IEEE80211_T_VHT": 7
      }
    },
    "ieee80211_privacy": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_PRIVACY_ANY": 0
      }
    },
    "ieee80211_protmode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_PROT_CTSONLY": 1,
        "IEEE80211_PROT_NONE": 0,
        "IEEE80211_PROT_RTSCTS": 2
      }
    },
    "ieee80211_radiotap_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_RADIOTAP_AMPDU_STATUS": 20,
        "IEEE80211_RADIOTAP_ANTENNA": 11,
        "IEEE80211_RADIOTAP_CHANNEL": 3,
        "IEEE80211_RADIOTAP_DATA_RETRIES": 17,
        "IEEE80211_RADIOTAP_DBM_ANTNOISE": 6,
        "IEEE80211_RADIOTAP_DBM_ANTSIGNAL": 5,
        "IEEE80211_RADIOTAP_DBM_TX_POWER": 10,
        "IEEE80211_RADIOTAP_DB_ANTNOISE": 13,
        "IEEE80211_RADIOTAP_DB_ANTSIGNAL": 12,
        "IEEE80211_RADIOTAP_DB_TX_ATTENUATION": 9,
        "IEEE80211_RADIOTAP_EHT": 34,
        "IEEE80211_RADIOTAP_EHT_USIG": 33,
        "IEEE80211_RADIOTAP_EXT": 31,
        "IEEE80211_RADIOTAP_FHSS": 4,
        "IEEE80211_RADIOTAP_FLAGS": 1,
        "IEEE80211_RADIOTAP_LOCK_QUALITY": 7,
        "IEEE80211_RADIOTAP_MCS": 19,
        "IEEE80211_RADIOTAP_RADIOTAP_NAMESPACE": 29,
        "IEEE80211_RADIOTAP_RATE": 2,
        "IEEE80211_RADIOTAP_RTS_RETRIES": 16,
        "IEEE80211_RADIOTAP_RX_FLAGS": 14,
        "IEEE80211_RADIOTAP_TLV": 28,
        "IEEE80211_RADIOTAP_TSFT": 0,
        "IEEE80211_RADIOTAP_TX_ATTENUATION": 8,
        "IEEE80211_RADIOTAP_TX_FLAGS": 15,
        "IEEE80211_RADIOTAP_VENDOREXT": 30,
        "IEEE80211_RADIOTAP_VENDOR_NAMESPACE": 30,
        "IEEE80211_RADIOTAP_VHT": 21,
        "IEEE80211_RADIOTAP_XCHANNEL": 18
      }
    },
    "ieee80211_ratealgs": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_RATECTL_AMRR": 0,
        "IEEE80211_RATECTL_MAX": 5,
        "IEEE80211_RATECTL_NONE": 4,
        "IEEE80211_RATECTL_ONOE": 2,
        "IEEE80211_RATECTL_RSSADAPT": 1,
        "IEEE80211_RATECTL_SAMPLE": 3
      }
    },
    "ieee80211_ratectl_tx_fail_reason": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_RATECTL_TX_FAIL_EXPIRED": 3,
        "IEEE80211_RATECTL_TX_FAIL_LONG": 2,
        "IEEE80211_RATECTL_TX_FAIL_SHORT": 1,
        "IEEE80211_RATECTL_TX_FAIL_UNSPECIFIED": 4,
        "IEEE80211_RATECTL_TX_SUCCESS": 0
      }
    },
    "ieee80211_reconfig_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_RECONFIG_TYPE_RESTART": 0,
        "IEEE80211_RECONFIG_TYPE_SUSPEND": 1
      }
    },
    "ieee80211_roamingmode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_ROAMING_AUTO": 1,
        "IEEE80211_ROAMING_DEVICE": 0,
        "IEEE80211_ROAMING_MANUAL": 2
      }
    },
    "ieee80211_roc_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_ROC_TYPE_MGMT_TX": 0,
        "IEEE80211_ROC_TYPE_NORMAL": 1
      }
    },
    "ieee80211_rx_status_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RX_FLAG_8023": 134217728,
        "RX_FLAG_ALLOW_SAME_PN": 1,
        "RX_FLAG_AMPDU_DETAILS": 2,
        "RX_FLAG_AMPDU_EOF_BIT": 4,
        "RX_FLAG_AMPDU_EOF_BIT_KNOWN": 8,
        "RX_FLAG_AMPDU_IS_LAST": 2097152,
        "RX_FLAG_AMPDU_LAST_KNOWN": 4194304,
        "RX_FLAG_AMSDU_MORE": 8388608,
        "RX_FLAG_DECRYPTED": 16,
        "RX_FLAG_DUP_VALIDATED": 32,
        "RX_FLAG_FAILED_FCS_CRC": 64,
        "RX_FLAG_ICV_STRIPPED": 128,
        "RX_FLAG_IV_STRIPPED": 1048576,
        "RX_FLAG_MACTIME_END": 16777216,
        "RX_FLAG_MACTIME_PLCP_START": 256,
        "RX_FLAG_MACTIME_START": 512,
        "RX_FLAG_MIC_STRIPPED": 1024,
        "RX_FLAG_MMIC_ERROR": 2048,
        "RX_FLAG_MMIC_STRIPPED": 4096,
        "RX_FLAG_NO_PSDU": 8192,
        "RX_FLAG_NO_SIGNAL_VAL": 524288,
        "RX_FLAG_ONLY_MONITOR": 33554432,
        "RX_FLAG_PN_VALIDATED": 16384,
        "RX_FLAG_RADIOTAP_HE": 32768,
        "RX_FLAG_RADIOTAP_HE_MU": 65536,
        "RX_FLAG_RADIOTAP_LSIG": 131072,
        "RX_FLAG_RADIOTAP_VENDOR_DATA": 262144,
        "RX_FLAG_SKIP_MONITOR": 67108864
      }
    },
    "ieee80211_smps_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_SMPS_AUTOMATIC": 3,
        "IEEE80211_SMPS_DYNAMIC": 2,
        "IEEE80211_SMPS_NUM_MODES": 4,
        "IEEE80211_SMPS_OFF": 0,
        "IEEE80211_SMPS_STATIC": 1
      }
    },
    "ieee80211_sta_rx_bw": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_STA_RX_BW_160": 3,
        "IEEE80211_STA_RX_BW_20": 0,
        "IEEE80211_STA_RX_BW_320": 4,
        "IEEE80211_STA_RX_BW_40": 1,
        "IEEE80211_STA_RX_BW_80": 2
      }
    },
    "ieee80211_sta_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_STA_ASSOC": 3,
        "IEEE80211_STA_AUTH": 2,
        "IEEE80211_STA_AUTHORIZED": 4,
        "IEEE80211_STA_NONE": 1,
        "IEEE80211_STA_NOTEXIST": 0
      }
    },
    "ieee80211_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_S_ASSOC": 3,
        "IEEE80211_S_AUTH": 2,
        "IEEE80211_S_CAC": 4,
        "IEEE80211_S_CSA": 6,
        "IEEE80211_S_INIT": 0,
        "IEEE80211_S_RUN": 5,
        "IEEE80211_S_SCAN": 1,
        "IEEE80211_S_SLEEP": 7
      }
    },
    "ieee80211_tx_control_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_TX_CTRL_PORT_CTRL_PROTO": 1,
        "IEEE80211_TX_CTRL_PS_RESPONSE": 2
      }
    },
    "ieee80211_tx_info_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_TX_CTL_AMPDU": 1,
        "IEEE80211_TX_CTL_ASSIGN_SEQ": 2,
        "IEEE80211_TX_CTL_FIRST_FRAGMENT": 4096,
        "IEEE80211_TX_CTL_HW_80211_ENCAP": 65536,
        "IEEE80211_TX_CTL_INJECTED": 32768,
        "IEEE80211_TX_CTL_NO_ACK": 4,
        "IEEE80211_TX_CTL_NO_CCK_RATE": 16384,
        "IEEE80211_TX_CTL_RATE_CTRL_PROBE": 262144,
        "IEEE80211_TX_CTL_REQ_TX_STATUS": 32,
        "IEEE80211_TX_CTL_SEND_AFTER_DTIM": 8,
        "IEEE80211_TX_CTL_TX_OFFCHAN": 16,
        "IEEE80211_TX_CTL_USE_MINRATE": 131072,
        "IEEE80211_TX_INTFL_DONT_ENCRYPT": 8192,
        "IEEE80211_TX_STATUS_EOSP": 64,
        "IEEE80211_TX_STAT_ACK": 128,
        "IEEE80211_TX_STAT_AMPDU": 256,
        "IEEE80211_TX_STAT_AMPDU_NO_BACK": 512,
        "IEEE80211_TX_STAT_NOACK_TRANSMITTED": 2048,
        "IEEE80211_TX_STAT_TX_FILTERED": 1024
      }
    },
    "ieee80211_vht_mcs_support": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_VHT_MCS_NOT_SUPPORTED": 3,
        "IEEE80211_VHT_MCS_SUPPORT_0_7": 0,
        "IEEE80211_VHT_MCS_SUPPORT_0_8": 1,
        "IEEE80211_VHT_MCS_SUPPORT_0_9": 2
      }
    },
    "ieee80211_vif_driver_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_VIF_BEACON_FILTER": 1,
        "IEEE80211_VIF_SUPPORTS_CQM_RSSI": 2,
        "IEEE80211_VIF_SUPPORTS_UAPSD": 4
      }
    },
    "iflib_ndesc_handler": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLIB_NRXD_HANDLER": 1,
        "IFLIB_NTXD_HANDLER": 0
      }
    },
    "iflib_restart_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLIB_RESTART_VLAN_CONFIG": 0
      }
    },
    "igc_bus_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_bus_speed_100": 3,
        "igc_bus_speed_120": 4,
        "igc_bus_speed_133": 5,
        "igc_bus_speed_2500": 6,
        "igc_bus_speed_33": 1,
        "igc_bus_speed_5000": 7,
        "igc_bus_speed_66": 2,
        "igc_bus_speed_reserved": 8,
        "igc_bus_speed_unknown": 0
      }
    },
    "igc_bus_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_bus_type_pci": 1,
        "igc_bus_type_pci_express": 3,
        "igc_bus_type_pcix": 2,
        "igc_bus_type_reserved": 4,
        "igc_bus_type_unknown": 0
      }
    },
    "igc_bus_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_bus_width_32": 9,
        "igc_bus_width_64": 10,
        "igc_bus_width_pcie_x1": 1,
        "igc_bus_width_pcie_x2": 2,
        "igc_bus_width_pcie_x4": 4,
        "igc_bus_width_pcie_x8": 8,
        "igc_bus_width_reserved": 11,
        "igc_bus_width_unknown": 0
      }
    },
    "igc_fc_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_fc_default": 255,
        "igc_fc_full": 3,
        "igc_fc_none": 0,
        "igc_fc_rx_pause": 1,
        "igc_fc_tx_pause": 2
      }
    },
    "igc_mac_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_i225": 1,
        "igc_num_macs": 2,
        "igc_undefined": 0
      }
    },
    "igc_media_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_media_type_copper": 1,
        "igc_media_type_unknown": 0,
        "igc_num_media_types": 2
      }
    },
    "igc_nvm_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_nvm_eeprom_spi": 1,
        "igc_nvm_flash_hw": 2,
        "igc_nvm_invm": 3,
        "igc_nvm_unknown": 0
      }
    },
    "igc_phy_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_phy_i225": 2,
        "igc_phy_none": 1,
        "igc_phy_unknown": 0
      }
    },
    "igc_smart_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "igc_smart_speed_default": 0,
        "igc_smart_speed_off": 2,
        "igc_smart_speed_on": 1
      }
    },
    "igu_ctrl_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IGU_CTRL_CMD_TYPE_RD": 0,
        "IGU_CTRL_CMD_TYPE_WR": 1,
        "MAX_IGU_CTRL_CMD": 2
      }
    },
    "igu_int_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IGU_INT_DISABLE": 1,
        "IGU_INT_ENABLE": 0,
        "IGU_INT_NOP": 2,
        "IGU_INT_NOP2": 3,
        "MAX_IGU_INT_CMD": 4
      }
    },
    "igu_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HC_IGU_BC_MODE": 0,
        "HC_IGU_NBC_MODE": 1,
        "MAX_IGU_MODE": 2
      }
    },
    "igu_seg_access": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IGU_SEG_ACCESS_ATTN": 2,
        "IGU_SEG_ACCESS_DEF": 1,
        "IGU_SEG_ACCESS_NORM": 0,
        "MAX_IGU_SEG_ACCESS": 3
      }
    },
    "intr_polarity": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INTR_POLARITY_CONFORM": 0,
        "INTR_POLARITY_HIGH": 1,
        "INTR_POLARITY_LOW": 2
      }
    },
    "intr_trigger": {
      "size": 4,
      "base": "int",
      "constants": {
        "INTR_TRIGGER_CONFORM": 0,
        "INTR_TRIGGER_EDGE": 1,
        "INTR_TRIGGER_INVALID": -1,
        "INTR_TRIGGER_LEVEL": 2
      }
    },
    "intr_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INTR_ENTROPY": 1024,
        "INTR_EXCL": 256,
        "INTR_MD1": 4096,
        "INTR_MD2": 8192,
        "INTR_MD3": 16384,
        "INTR_MD4": 32768,
        "INTR_MPSAFE": 512,
        "INTR_TYPE_AV": 64,
        "INTR_TYPE_BIO": 2,
        "INTR_TYPE_CAM": 8,
        "INTR_TYPE_CLK": 32,
        "INTR_TYPE_MISC": 16,
        "INTR_TYPE_NET": 4,
        "INTR_TYPE_TTY": 1
      }
    },
    "invl_op_codes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INVL_OP_CACHE": 11,
        "INVL_OP_PG": 8,
        "INVL_OP_PGRNG": 5,
        "INVL_OP_PGRNG_INVPCID": 6,
        "INVL_OP_PGRNG_PCID": 7,
        "INVL_OP_PG_INVPCID": 9,
        "INVL_OP_PG_PCID": 10,
        "INVL_OP_TLB": 1,
        "INVL_OP_TLB_INVPCID": 2,
        "INVL_OP_TLB_INVPCID_PTI": 3,
        "INVL_OP_TLB_PCID": 4
      }
    },
    "irqreturn": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IRQ_HANDLED": 1,
        "IRQ_NONE": 0,
        "IRQ_WAKE_THREAD": 2
      }
    },
    "isa_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ISA_IVAR_COMPATID": 15,
        "ISA_IVAR_CONFIGATTR": 16,
        "ISA_IVAR_DRQ": 10,
        "ISA_IVAR_DRQ_0": 10,
        "ISA_IVAR_DRQ_1": 11,
        "ISA_IVAR_IRQ": 8,
        "ISA_IVAR_IRQ_0": 8,
        "ISA_IVAR_IRQ_1": 9,
        "ISA_IVAR_LOGICALID": 14,
        "ISA_IVAR_MADDR": 4,
        "ISA_IVAR_MADDR_0": 4,
        "ISA_IVAR_MADDR_1": 5,
        "ISA_IVAR_MEMSIZE": 6,
        "ISA_IVAR_MEMSIZE_0": 6,
        "ISA_IVAR_MEMSIZE_1": 7,
        "ISA_IVAR_PNPBIOS_HANDLE": 19,
        "ISA_IVAR_PNP_CSN": 17,
        "ISA_IVAR_PNP_LDN": 18,
        "ISA_IVAR_PORT": 0,
        "ISA_IVAR_PORTSIZE": 2,
        "ISA_IVAR_PORTSIZE_0": 2,
        "ISA_IVAR_PORTSIZE_1": 3,
        "ISA_IVAR_PORT_0": 0,
        "ISA_IVAR_PORT_1": 1,
        "ISA_IVAR_SERIAL": 13,
        "ISA_IVAR_VENDORID": 12
      }
    },
    "iwm_device_family": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_DEVICE_FAMILY_7000": 1,
        "IWM_DEVICE_FAMILY_8000": 2,
        "IWM_DEVICE_FAMILY_9000": 3,
        "IWM_DEVICE_FAMILY_UNDEFINED": 0
      }
    },
    "iwm_nvm_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_NVM": 0,
        "IWM_NVM_EXT": 1,
        "IWM_NVM_SDP": 2
      }
    },
    "iwm_phy_db_section_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_PHY_DB_CALIB_CHG_PAPD": 4,
        "IWM_PHY_DB_CALIB_CHG_TXP": 5,
        "IWM_PHY_DB_CALIB_NCH": 2,
        "IWM_PHY_DB_CFG": 1,
        "IWM_PHY_DB_MAX": 6,
        "IWM_PHY_DB_UNUSED": 3
      }
    },
    "iwm_scan_ebs_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_SCAN_EBS_CHAN_NOT_FOUND": 2,
        "IWM_SCAN_EBS_FAILED": 1,
        "IWM_SCAN_EBS_INACTIVE": 3,
        "IWM_SCAN_EBS_SUCCESS": 0
      }
    },
    "iwm_sf_scenario": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_SF_NUM_SCENARIO": 5,
        "IWM_SF_SCENARIO_AGG_UNICAST": 1,
        "IWM_SF_SCENARIO_BA_RESP": 3,
        "IWM_SF_SCENARIO_MULTICAST": 2,
        "IWM_SF_SCENARIO_SINGLE_UNICAST": 0,
        "IWM_SF_SCENARIO_TX_RESP": 4
      }
    },
    "iwm_sf_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_SF_FULL_ON": 1,
        "IWM_SF_HW_NUM_STATES": 4,
        "IWM_SF_INIT_OFF": 3,
        "IWM_SF_LONG_DELAY_ON": 0,
        "IWM_SF_UNINIT": 2
      }
    },
    "iwm_tx_pm_timeouts": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_PM_FRAME_ASSOC": 3,
        "IWM_PM_FRAME_MGMT": 2,
        "IWM_PM_FRAME_NONE": 0
      }
    },
    "iwm_ucode_tlv_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_UCODE_TLV_API_CHANGES_SET": 29,
        "IWM_UCODE_TLV_BOOT": 5,
        "IWM_UCODE_TLV_CMD_VERSIONS": 48,
        "IWM_UCODE_TLV_CSCHEME": 28,
        "IWM_UCODE_TLV_DATA": 2,
        "IWM_UCODE_TLV_DEF_CALIB": 22,
        "IWM_UCODE_TLV_ENABLED_CAPABILITIES": 30,
        "IWM_UCODE_TLV_ENHANCE_SENS_TBL": 14,
        "IWM_UCODE_TLV_FLAGS": 18,
        "IWM_UCODE_TLV_FW_DBG_CONF": 39,
        "IWM_UCODE_TLV_FW_DBG_DEST": 38,
        "IWM_UCODE_TLV_FW_DBG_TRIGGER": 40,
        "IWM_UCODE_TLV_FW_GSCAN_CAPA": 50,
        "IWM_UCODE_TLV_FW_MEM_SEG": 51,
        "IWM_UCODE_TLV_FW_VERSION": 36,
        "IWM_UCODE_TLV_HW_TYPE": 58,
        "IWM_UCODE_TLV_INIT": 3,
        "IWM_UCODE_TLV_INIT_DATA": 4,
        "IWM_UCODE_TLV_INIT_ERRLOG_PTR": 13,
        "IWM_UCODE_TLV_INIT_EVTLOG_PTR": 11,
        "IWM_UCODE_TLV_INIT_EVTLOG_SIZE": 12,
        "IWM_UCODE_TLV_INST": 1,
        "IWM_UCODE_TLV_INVALID": 0,
        "IWM_UCODE_TLV_LMAC_DEBUG_ADDRS": 55,
        "IWM_UCODE_TLV_NUM_OF_CPU": 27,
        "IWM_UCODE_TLV_N_SCAN_CHANNELS": 31,
        "IWM_UCODE_TLV_PAGING": 32,
        "IWM_UCODE_TLV_PAN": 7,
        "IWM_UCODE_TLV_PHY_CALIBRATION_SIZE": 15,
        "IWM_UCODE_TLV_PHY_SKU": 23,
        "IWM_UCODE_TLV_PROBE_MAX_LEN": 6,
        "IWM_UCODE_TLV_RUNT_ERRLOG_PTR": 10,
        "IWM_UCODE_TLV_RUNT_EVTLOG_PTR": 8,
        "IWM_UCODE_TLV_RUNT_EVTLOG_SIZE": 9,
        "IWM_UCODE_TLV_SDIO_ADMA_ADDR": 35,
        "IWM_UCODE_TLV_SECURE_SEC_INIT": 25,
        "IWM_UCODE_TLV_SECURE_SEC_RT": 24,
        "IWM_UCODE_TLV_SECURE_SEC_WOWLAN": 26,
        "IWM_UCODE_TLV_SEC_INIT": 20,
        "IWM_UCODE_TLV_SEC_RT": 19,
        "IWM_UCODE_TLV_SEC_RT_USNIFFER": 34,
        "IWM_UCODE_TLV_SEC_WOWLAN": 21,
        "IWM_UCODE_TLV_UMAC_DEBUG_ADDRS": 54,
        "IWM_UCODE_TLV_WOWLAN_DATA": 17,
        "IWM_UCODE_TLV_WOWLAN_INST": 16
      }
    },
    "iwm_ucode_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_UCODE_INIT": 1,
        "IWM_UCODE_REGULAR": 0,
        "IWM_UCODE_REGULAR_USNIFFER": 3,
        "IWM_UCODE_TYPE_MAX": 4,
        "IWM_UCODE_WOWLAN": 2
      }
    },
    "iwn_rxon_ctx_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWN_NUM_RXON_CTX": 2,
        "IWN_RXON_BSS_CTX": 0,
        "IWN_RXON_PAN_CTX": 1
      }
    },
    "iwn_ucode_tlv_flag": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWN_UCODE_TLV_FLAGS_BF_UPDATED": 2048,
        "IWN_UCODE_TLV_FLAGS_D3_6_IPV6_ADDRS": 1024,
        "IWN_UCODE_TLV_FLAGS_D3_CONTINUITY_API": 16384,
        "IWN_UCODE_TLV_FLAGS_DEVICE_PS_CMD": 1048576,
        "IWN_UCODE_TLV_FLAGS_DW_BC_TABLE": 16,
        "IWN_UCODE_TLV_FLAGS_MFP": 4,
        "IWN_UCODE_TLV_FLAGS_NEWBT_COEX": 32,
        "IWN_UCODE_TLV_FLAGS_NEWSCAN": 2,
        "IWN_UCODE_TLV_FLAGS_NEW_NSOFFL_LARGE": 65536,
        "IWN_UCODE_TLV_FLAGS_NEW_NSOFFL_SMALL": 32768,
        "IWN_UCODE_TLV_FLAGS_NO_BASIC_SSID": 4096,
        "IWN_UCODE_TLV_FLAGS_P2P": 8,
        "IWN_UCODE_TLV_FLAGS_PAN": 1,
        "IWN_UCODE_TLV_FLAGS_RX_ENERGY_API": 256,
        "IWN_UCODE_TLV_FLAGS_SCHED_SCAN": 131072,
        "IWN_UCODE_TLV_FLAGS_SHORT_BL": 128,
        "IWN_UCODE_TLV_FLAGS_STA_KEY_CMD": 524288,
        "IWN_UCODE_TLV_FLAGS_TIME_EVENT_API_V2": 512,
        "IWN_UCODE_TLV_FLAGS_UAPSD": 64
      }
    },
    "ixgbe_atr_flow_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXGBE_ATR_FLOW_TYPE_IPV4": 0,
        "IXGBE_ATR_FLOW_TYPE_IPV6": 4,
        "IXGBE_ATR_FLOW_TYPE_SCTPV4": 3,
        "IXGBE_ATR_FLOW_TYPE_SCTPV6": 7,
        "IXGBE_ATR_FLOW_TYPE_TCPV4": 2,
        "IXGBE_ATR_FLOW_TYPE_TCPV6": 6,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_IPV4": 16,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_IPV6": 20,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_SCTPV4": 19,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_SCTPV6": 23,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_TCPV4": 18,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_TCPV6": 22,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_UDPV4": 17,
        "IXGBE_ATR_FLOW_TYPE_TUNNELED_UDPV6": 21,
        "IXGBE_ATR_FLOW_TYPE_UDPV4": 1,
        "IXGBE_ATR_FLOW_TYPE_UDPV6": 5
      }
    },
    "ixgbe_bus_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_bus_speed_100": 100,
        "ixgbe_bus_speed_120": 120,
        "ixgbe_bus_speed_133": 133,
        "ixgbe_bus_speed_2500": 2500,
        "ixgbe_bus_speed_33": 33,
        "ixgbe_bus_speed_5000": 5000,
        "ixgbe_bus_speed_66": 66,
        "ixgbe_bus_speed_8000": 8000,
        "ixgbe_bus_speed_reserved": 8001,
        "ixgbe_bus_speed_unknown": 0
      }
    },
    "ixgbe_bus_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_bus_type_internal": 4,
        "ixgbe_bus_type_pci": 1,
        "ixgbe_bus_type_pci_express": 3,
        "ixgbe_bus_type_pcix": 2,
        "ixgbe_bus_type_reserved": 5,
        "ixgbe_bus_type_unknown": 0
      }
    },
    "ixgbe_bus_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_bus_width_32": 32,
        "ixgbe_bus_width_64": 64,
        "ixgbe_bus_width_pcie_x1": 1,
        "ixgbe_bus_width_pcie_x2": 2,
        "ixgbe_bus_width_pcie_x4": 4,
        "ixgbe_bus_width_pcie_x8": 8,
        "ixgbe_bus_width_reserved": 65,
        "ixgbe_bus_width_unknown": 0
      }
    },
    "ixgbe_dcb_pba": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_dcb_pba_80_48": 1,
        "ixgbe_dcb_pba_equal": 0
      }
    },
    "ixgbe_dcb_pfc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_dcb_pfc_disabled": 0,
        "ixgbe_dcb_pfc_enabled": 1,
        "ixgbe_dcb_pfc_enabled_rxonly": 3,
        "ixgbe_dcb_pfc_enabled_txonly": 2
      }
    },
    "ixgbe_dcb_tsa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_dcb_tsa_ets": 0,
        "ixgbe_dcb_tsa_group_strict_cee": 1,
        "ixgbe_dcb_tsa_strict": 2
      }
    },
    "ixgbe_eeprom_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_eeprom_none": 3,
        "ixgbe_eeprom_spi": 1,
        "ixgbe_eeprom_uninitialized": 0,
        "ixgbe_flash": 2
      }
    },
    "ixgbe_fc_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_fc_default": 4,
        "ixgbe_fc_full": 3,
        "ixgbe_fc_none": 0,
        "ixgbe_fc_rx_pause": 1,
        "ixgbe_fc_tx_pause": 2
      }
    },
    "ixgbe_fcoe_boot_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_fcoe_bootstatus_disabled": 0,
        "ixgbe_fcoe_bootstatus_enabled": 1,
        "ixgbe_fcoe_bootstatus_unavailable": 65535
      }
    },
    "ixgbe_mac_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_mac_82598EB": 1,
        "ixgbe_mac_82599EB": 2,
        "ixgbe_mac_82599_vf": 3,
        "ixgbe_mac_X540": 4,
        "ixgbe_mac_X540_vf": 5,
        "ixgbe_mac_X550": 6,
        "ixgbe_mac_X550EM_a": 8,
        "ixgbe_mac_X550EM_a_vf": 11,
        "ixgbe_mac_X550EM_x": 7,
        "ixgbe_mac_X550EM_x_vf": 10,
        "ixgbe_mac_X550_vf": 9,
        "ixgbe_mac_unknown": 0,
        "ixgbe_num_macs": 12
      }
    },
    "ixgbe_media_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_media_type_backplane": 6,
        "ixgbe_media_type_copper": 5,
        "ixgbe_media_type_cx4": 7,
        "ixgbe_media_type_fiber": 1,
        "ixgbe_media_type_fiber_fixed": 2,
        "ixgbe_media_type_fiber_lco": 4,
        "ixgbe_media_type_fiber_qsfp": 3,
        "ixgbe_media_type_unknown": 0,
        "ixgbe_media_type_virtual": 8
      }
    },
    "ixgbe_mvals": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXGBE_CIAA_IDX": 14,
        "IXGBE_CIAD_IDX": 15,
        "IXGBE_EEC_IDX": 0,
        "IXGBE_EICR_GPI_SDP0_IDX": 11,
        "IXGBE_EICR_GPI_SDP1_IDX": 12,
        "IXGBE_EICR_GPI_SDP2_IDX": 13,
        "IXGBE_FACTPS_IDX": 4,
        "IXGBE_FLA_IDX": 1,
        "IXGBE_FWSM_IDX": 7,
        "IXGBE_GRC_IDX": 2,
        "IXGBE_I2CCTL_IDX": 23,
        "IXGBE_I2C_BB_EN_IDX": 21,
        "IXGBE_I2C_CLK_IN_IDX": 16,
        "IXGBE_I2C_CLK_OE_N_EN_IDX": 22,
        "IXGBE_I2C_CLK_OUT_IDX": 17,
        "IXGBE_I2C_DATA_IN_IDX": 18,
        "IXGBE_I2C_DATA_OE_N_EN_IDX": 20,
        "IXGBE_I2C_DATA_OUT_IDX": 19,
        "IXGBE_MVALS_IDX_LIMIT": 24,
        "IXGBE_SDP0_GPIEN_IDX": 8,
        "IXGBE_SDP1_GPIEN_IDX": 9,
        "IXGBE_SDP2_GPIEN_IDX": 10,
        "IXGBE_SRAMREL_IDX": 3,
        "IXGBE_SWFW_SYNC_IDX": 6,
        "IXGBE_SWSM_IDX": 5
      }
    },
    "ixgbe_pfvf_api_rev": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_mbox_api_10": 0,
        "ixgbe_mbox_api_11": 2,
        "ixgbe_mbox_api_12": 3,
        "ixgbe_mbox_api_13": 4,
        "ixgbe_mbox_api_20": 1,
        "ixgbe_mbox_api_unknown": 5
      }
    },
    "ixgbe_phy_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_phy_aq": 3,
        "ixgbe_phy_cu_unknown": 9,
        "ixgbe_phy_ext_1g_t": 8,
        "ixgbe_phy_fw": 27,
        "ixgbe_phy_generic": 28,
        "ixgbe_phy_nl": 12,
        "ixgbe_phy_none": 1,
        "ixgbe_phy_qsfp_active_unknown": 22,
        "ixgbe_phy_qsfp_intel": 23,
        "ixgbe_phy_qsfp_passive_unknown": 21,
        "ixgbe_phy_qsfp_unknown": 24,
        "ixgbe_phy_qt": 10,
        "ixgbe_phy_sfp_active_unknown": 15,
        "ixgbe_phy_sfp_avago": 16,
        "ixgbe_phy_sfp_ftl": 17,
        "ixgbe_phy_sfp_ftl_active": 18,
        "ixgbe_phy_sfp_intel": 20,
        "ixgbe_phy_sfp_passive_tyco": 13,
        "ixgbe_phy_sfp_passive_unknown": 14,
        "ixgbe_phy_sfp_unknown": 19,
        "ixgbe_phy_sfp_unsupported": 25,
        "ixgbe_phy_sgmii": 26,
        "ixgbe_phy_tn": 2,
        "ixgbe_phy_unknown": 0,
        "ixgbe_phy_x550em_ext_t": 7,
        "ixgbe_phy_x550em_kr": 4,
        "ixgbe_phy_x550em_kx4": 5,
        "ixgbe_phy_x550em_xfi": 6,
        "ixgbe_phy_xaui": 11
      }
    },
    "ixgbe_sfp_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_sfp_type_1g_cu_core0": 9,
        "ixgbe_sfp_type_1g_cu_core1": 10,
        "ixgbe_sfp_type_1g_lx_core0": 13,
        "ixgbe_sfp_type_1g_lx_core1": 14,
        "ixgbe_sfp_type_1g_sx_core0": 11,
        "ixgbe_sfp_type_1g_sx_core1": 12,
        "ixgbe_sfp_type_da_act_lmt_core0": 7,
        "ixgbe_sfp_type_da_act_lmt_core1": 8,
        "ixgbe_sfp_type_da_cu": 0,
        "ixgbe_sfp_type_da_cu_core0": 3,
        "ixgbe_sfp_type_da_cu_core1": 4,
        "ixgbe_sfp_type_lr": 2,
        "ixgbe_sfp_type_not_present": 65534,
        "ixgbe_sfp_type_sr": 1,
        "ixgbe_sfp_type_srlr_core0": 5,
        "ixgbe_sfp_type_srlr_core1": 6,
        "ixgbe_sfp_type_unknown": 65535
      }
    },
    "ixgbe_smart_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ixgbe_smart_speed_auto": 0,
        "ixgbe_smart_speed_off": 2,
        "ixgbe_smart_speed_on": 1
      }
    },
    "ixgbevf_xcast_modes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXGBEVF_XCAST_MODE_ALLMULTI": 2,
        "IXGBEVF_XCAST_MODE_MULTI": 1,
        "IXGBEVF_XCAST_MODE_NONE": 0,
        "IXGBEVF_XCAST_MODE_PROMISC": 3
      }
    },
    "ixl_dbg_mask": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXL_DBG_ALL": 4294967295,
        "IXL_DBG_AQ": 4,
        "IXL_DBG_EN_DIS": 2,
        "IXL_DBG_FILTER": 16,
        "IXL_DBG_I2C": 131072,
        "IXL_DBG_INFO": 1,
        "IXL_DBG_IOV": 4096,
        "IXL_DBG_IOV_VC": 8192,
        "IXL_DBG_LINK": 1048576,
        "IXL_DBG_NVMUPD": 8,
        "IXL_DBG_SWITCH_INFO": 65536,
        "IXL_DEBUG_RSS": 256
      }
    },
    "ixl_fw_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXL_FW_MODE_NORMAL": 0,
        "IXL_FW_MODE_RECOVERY": 1,
        "IXL_FW_MODE_UEMPR": 2
      }
    },
    "ixl_i2c_access_method_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXL_I2C_ACCESS_METHOD_AQ": 3,
        "IXL_I2C_ACCESS_METHOD_BEST_AVAILABLE": 0,
        "IXL_I2C_ACCESS_METHOD_BIT_BANG_I2CPARAMS": 1,
        "IXL_I2C_ACCESS_METHOD_REGISTER_I2CCMD": 2,
        "IXL_I2C_ACCESS_METHOD_TYPE_LENGTH": 4
      }
    },
    "ixl_pf_qmgr_qalloc_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXL_PF_QALLOC_CONTIGUOUS": 0,
        "IXL_PF_QALLOC_SCATTERED": 1
      }
    },
    "ixl_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXL_STATE_CORE_RESET_REQ": 6,
        "IXL_STATE_EEE_ENABLED": 10,
        "IXL_STATE_EMP_RESET_REQ": 8,
        "IXL_STATE_FW_LLDP_DISABLED": 9,
        "IXL_STATE_GLOB_RESET_REQ": 7,
        "IXL_STATE_LINK_ACTIVE_ON_DOWN": 11,
        "IXL_STATE_LINK_POLLING": 12,
        "IXL_STATE_MDD_PENDING": 2,
        "IXL_STATE_PF_CRIT_ERR": 5,
        "IXL_STATE_PF_RESET_REQ": 3,
        "IXL_STATE_RECOVERY_MODE": 0,
        "IXL_STATE_RESETTING": 1,
        "IXL_STATE_VF_RESET_REQ": 4
      }
    },
    "ixl_sw_seid_offset": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IXL_SW_SEID_EMP": 1,
        "IXL_SW_SEID_MAC_END": 5,
        "IXL_SW_SEID_MAC_START": 2,
        "IXL_SW_SEID_PF_END": 31,
        "IXL_SW_SEID_PF_START": 16,
        "IXL_SW_SEID_VF_END": 159,
        "IXL_SW_SEID_VF_START": 32
      }
    },
    "kbdc_device_ivar": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "KBDC_IVAR_COMPATID": 3,
        "KBDC_IVAR_LOGICALID": 2,
        "KBDC_IVAR_SERIAL": 1,
        "KBDC_IVAR_VENDORID": 0
      }
    },
    "ktr_cap_fail_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAPFAIL_INCREASE": 1,
        "CAPFAIL_LOOKUP": 3,
        "CAPFAIL_NOTCAPABLE": 0,
        "CAPFAIL_SYSCALL": 2
      }
    },
    "lacp_mux_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LACP_MUX_ATTACHED": 2,
        "LACP_MUX_COLLECTING": 3,
        "LACP_MUX_DETACHED": 0,
        "LACP_MUX_DISTRIBUTING": 4,
        "LACP_MUX_WAITING": 1
      }
    },
    "lacp_selected": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LACP_SELECTED": 2,
        "LACP_STANDBY": 1,
        "LACP_UNSELECTED": 0
      }
    },
    "lat_timer_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LAT_MODE_DEADLINE": 3,
        "LAT_MODE_ONESHOT": 2,
        "LAT_MODE_PERIODIC": 1,
        "LAT_MODE_UNDEF": 0
      }
    },
    "legacy_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LEGACY_IVAR_PCIBUS": 1,
        "LEGACY_IVAR_PCIDOMAIN": 0,
        "LEGACY_IVAR_PCIFUNC": 3,
        "LEGACY_IVAR_PCISLOT": 2
      }
    },
    "lzma2_seq": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SEQ_COMPRESSED_0": 3,
        "SEQ_COMPRESSED_1": 4,
        "SEQ_CONTROL": 0,
        "SEQ_COPY": 8,
        "SEQ_LZMA_PREPARE": 6,
        "SEQ_LZMA_RUN": 7,
        "SEQ_PROPERTIES": 5,
        "SEQ_UNCOMPRESSED_1": 1,
        "SEQ_UNCOMPRESSED_2": 2
      }
    },
    "lzma_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "STATE_LIT_LIT": 0,
        "STATE_LIT_LONGREP": 8,
        "STATE_LIT_MATCH": 7,
        "STATE_LIT_SHORTREP": 9,
        "STATE_MATCH_LIT": 4,
        "STATE_MATCH_LIT_LIT": 1,
        "STATE_NONLIT_MATCH": 10,
        "STATE_NONLIT_REP": 11,
        "STATE_REP_LIT": 5,
        "STATE_REP_LIT_LIT": 2,
        "STATE_SHORTREP_LIT": 6,
        "STATE_SHORTREP_LIT_LIT": 3
      }
    },
    "malo_hal_antenna": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MHA_ANTENNATYPE_RX": 1,
        "MHA_ANTENNATYPE_TX": 2
      }
    },
    "malo_hal_preamble": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MHP_AUTO_PREAMBLE": 5,
        "MHP_LONG_PREAMBLE": 1,
        "MHP_SHORT_PREAMBLE": 3
      }
    },
    "mcast_filter_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FIF_ALLMULTI": 1,
        "FIF_BCN_PRBRESP_PROMISC": 4,
        "FIF_CONTROL": 64,
        "FIF_FCSFAIL": 8,
        "FIF_OTHER_BSS": 16,
        "FIF_PROBE_REQ": 2,
        "FIF_PSPOLL": 32
      }
    },
    "mci_bt_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_BT_AWAKE": 1,
        "MCI_BT_CAL": 3,
        "MCI_BT_CAL_START": 2,
        "MCI_BT_SLEEP": 0
      }
    },
    "mci_gpm_coex_bt_updata_flags_op": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_GPM_COEX_BT_FLAGS_CLEAR": 2,
        "MCI_GPM_COEX_BT_FLAGS_READ": 0,
        "MCI_GPM_COEX_BT_FLAGS_SET": 1
      }
    },
    "mci_gpm_coex_halt_bt_gpm": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_GPM_COEX_BT_GPM_HALT": 1,
        "MCI_GPM_COEX_BT_GPM_UNHALT": 0
      }
    },
    "mci_gpm_coex_opcode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_GPM_COEX_BT_PROFILE_INFO": 5,
        "MCI_GPM_COEX_BT_STATUS_UPDATE": 6,
        "MCI_GPM_COEX_BT_UPDATE_FLAGS": 7,
        "MCI_GPM_COEX_HALT_BT_GPM": 3,
        "MCI_GPM_COEX_STATUS_QUERY": 2,
        "MCI_GPM_COEX_VERSION_QUERY": 0,
        "MCI_GPM_COEX_VERSION_RESPONSE": 1,
        "MCI_GPM_COEX_WLAN_CHANNELS": 4
      }
    },
    "mci_gpm_coex_query_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_GPM_COEX_QUERY_BT_ALL_INFO": 1,
        "MCI_GPM_COEX_QUERY_BT_DEBUG": 4,
        "MCI_GPM_COEX_QUERY_BT_TOPOLOGY": 2,
        "MCI_GPM_COEX_QUERY_WLAN_ALL_INFO": 1
      }
    },
    "mci_gpm_subtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_GPM_BT_CAL_DONE": 2,
        "MCI_GPM_BT_CAL_GRANT": 1,
        "MCI_GPM_BT_CAL_REQ": 0,
        "MCI_GPM_BT_DEBUG": 255,
        "MCI_GPM_COEX_AGENT": 12,
        "MCI_GPM_RSVD_PATTERN": 254,
        "MCI_GPM_RSVD_PATTERN32": 4278124286,
        "MCI_GPM_WLAN_CAL_DONE": 5,
        "MCI_GPM_WLAN_CAL_GRANT": 4,
        "MCI_GPM_WLAN_CAL_REQ": 3
      }
    },
    "mci_message_header": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_CONT_INFO": 48,
        "MCI_CONT_NACK": 32,
        "MCI_CONT_RST": 64,
        "MCI_CPU_INT": 96,
        "MCI_DEBUG_16": 254,
        "MCI_GPM": 128,
        "MCI_LNA_CTRL": 16,
        "MCI_LNA_INFO": 144,
        "MCI_LNA_STATE": 148,
        "MCI_LNA_TAKE": 152,
        "MCI_LNA_TRANS": 156,
        "MCI_REMOTE_RESET": 255,
        "MCI_REQ_WAKE": 192,
        "MCI_SCHD_INFO": 80,
        "MCI_SYS_SLEEPING": 160,
        "MCI_SYS_WAKING": 112
      }
    },
    "mci_state_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_MCI_STATE_BT": 4,
        "HAL_MCI_STATE_CONT_PRIORITY": 12,
        "HAL_MCI_STATE_CONT_RSSI_POWER": 11,
        "HAL_MCI_STATE_CONT_TXRX": 13,
        "HAL_MCI_STATE_DEBUG": 26,
        "HAL_MCI_STATE_ENABLE": 0,
        "HAL_MCI_STATE_INIT_GPM_OFFSET": 1,
        "HAL_MCI_STATE_LAST_GPM_OFFSET": 3,
        "HAL_MCI_STATE_LAST_SCHD_MSG_OFFSET": 9,
        "HAL_MCI_STATE_MAX": 27,
        "HAL_MCI_STATE_NEED_FLUSH_BT_INFO": 20,
        "HAL_MCI_STATE_NEED_FTP_STOMP": 23,
        "HAL_MCI_STATE_NEED_TUNING": 24,
        "HAL_MCI_STATE_NEXT_GPM_OFFSET": 2,
        "HAL_MCI_STATE_RECOVER_RX": 22,
        "HAL_MCI_STATE_REMOTE_SLEEP": 10,
        "HAL_MCI_STATE_RESET_REQ_WAKE": 14,
        "HAL_MCI_STATE_SEND_STATUS_QUERY": 19,
        "HAL_MCI_STATE_SEND_VERSION_QUERY": 18,
        "HAL_MCI_STATE_SEND_WLAN_CHANNELS": 17,
        "HAL_MCI_STATE_SEND_WLAN_COEX_VERSION": 15,
        "HAL_MCI_STATE_SET_BT_AWAKE": 6,
        "HAL_MCI_STATE_SET_BT_CAL": 8,
        "HAL_MCI_STATE_SET_BT_CAL_START": 7,
        "HAL_MCI_STATE_SET_BT_COEX_VERSION": 16,
        "HAL_MCI_STATE_SET_BT_SLEEP": 5,
        "HAL_MCI_STATE_SET_CONCUR_TX_PRI": 21,
        "HAL_MCI_STATE_SHARED_CHAIN_CONCUR_TX": 25
      }
    },
    "md_types": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MD_MALLOC": 0,
        "MD_NULL": 4,
        "MD_PRELOAD": 1,
        "MD_SWAP": 3,
        "MD_VNODE": 2
      }
    },
    "mf_cfg_afex_vlan_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FUNC_MF_CFG_AFEX_VLAN_ACCESS_MODE": 1,
        "FUNC_MF_CFG_AFEX_VLAN_TRUNK_MODE": 0,
        "FUNC_MF_CFG_AFEX_VLAN_TRUNK_TAG_NATIVE_MODE": 2
      }
    },
    "mf_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_MF_MODE": 4,
        "MULTI_FUNCTION_AFEX": 3,
        "MULTI_FUNCTION_SD": 1,
        "MULTI_FUNCTION_SI": 2,
        "SINGLE_FUNCTION": 0
      }
    },
    "mfi_ld_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MFI_LD_STATE_DEGRADED": 2,
        "MFI_LD_STATE_OFFLINE": 0,
        "MFI_LD_STATE_OPTIMAL": 3,
        "MFI_LD_STATE_PARTIALLY_DEGRADED": 1
      }
    },
    "mfi_pd_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MFI_PD_STATE_COPYBACK": 32,
        "MFI_PD_STATE_FAILED": 17,
        "MFI_PD_STATE_HOT_SPARE": 2,
        "MFI_PD_STATE_OFFLINE": 16,
        "MFI_PD_STATE_ONLINE": 24,
        "MFI_PD_STATE_REBUILD": 20,
        "MFI_PD_STATE_SYSTEM": 64,
        "MFI_PD_STATE_UNCONFIGURED_BAD": 1,
        "MFI_PD_STATE_UNCONFIGURED_GOOD": 0
      }
    },
    "mhi_callback": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MHI_CB_BW_REQ": 1,
        "MHI_CB_EE_MISSION_MODE": 2,
        "MHI_CB_EE_RDDM": 3,
        "MHI_CB_FATAL_ERROR": 4,
        "MHI_CB_IDLE": 5,
        "MHI_CB_LPM_ENTER": 6,
        "MHI_CB_LPM_EXIT": 7,
        "MHI_CB_PENDING_DATA": 8,
        "MHI_CB_SYS_ERROR": 0
      }
    },
    "midi_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MIDI_IN_DATA": 2,
        "MIDI_IN_START": 0,
        "MIDI_IN_SYSEX": 1
      }
    },
    "mii_contype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MII_CONTYPE_2000BX": 16,
        "MII_CONTYPE_2500BX": 17,
        "MII_CONTYPE_COUNT": 19,
        "MII_CONTYPE_GMII": 2,
        "MII_CONTYPE_MII": 1,
        "MII_CONTYPE_QSGMII": 4,
        "MII_CONTYPE_REVMII": 6,
        "MII_CONTYPE_RGMII": 8,
        "MII_CONTYPE_RGMII_ID": 9,
        "MII_CONTYPE_RGMII_RXID": 10,
        "MII_CONTYPE_RGMII_TXID": 11,
        "MII_CONTYPE_RMII": 7,
        "MII_CONTYPE_RTBI": 12,
        "MII_CONTYPE_RXAUI": 18,
        "MII_CONTYPE_SGMII": 3,
        "MII_CONTYPE_SMII": 13,
        "MII_CONTYPE_TBI": 5,
        "MII_CONTYPE_TRGMII": 15,
        "MII_CONTYPE_UNKNOWN": 0,
        "MII_CONTYPE_XGMII": 14
      }
    },
    "miibus_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MIIBUS_IVAR_FLAGS": 0
      }
    },
    "mlx4_access_reg_masks": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ACCESS_REG_LEN_MASK": 2047,
        "MLX4_ACCESS_REG_METHOD_MASK": 127,
        "MLX4_ACCESS_REG_STATUS_MASK": 127
      }
    },
    "mlx4_access_reg_method": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ACCESS_REG_QUERY": 1,
        "MLX4_ACCESS_REG_WRITE": 2
      }
    },
    "mlx4_alloc_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_OP_MAP_ICM": 2,
        "RES_OP_RESERVE": 0,
        "RES_OP_RESERVE_AND_MAP": 1
      }
    },
    "mlx4_dev_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DEV_EVENT_CATASTROPHIC_ERROR": 0,
        "MLX4_DEV_EVENT_PORT_DOWN": 2,
        "MLX4_DEV_EVENT_PORT_MGMT_CHANGE": 4,
        "MLX4_DEV_EVENT_PORT_REINIT": 3,
        "MLX4_DEV_EVENT_PORT_UP": 1,
        "MLX4_DEV_EVENT_SLAVE_INIT": 5,
        "MLX4_DEV_EVENT_SLAVE_SHUTDOWN": 6
      }
    },
    "mlx4_en_addr_list_act": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ADDR_LIST_ADD": 2,
        "MLX4_ADDR_LIST_NONE": 0,
        "MLX4_ADDR_LIST_REM": 1
      }
    },
    "mlx4_en_port_flag": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_EN_PORT_ANC": 1,
        "MLX4_EN_PORT_ANE": 2
      }
    },
    "mlx4_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_EVENT_TYPE_CMD": 10,
        "MLX4_EVENT_TYPE_COMM_CHANNEL": 24,
        "MLX4_EVENT_TYPE_COMM_EST": 2,
        "MLX4_EVENT_TYPE_COMP": 0,
        "MLX4_EVENT_TYPE_CQ_ERROR": 4,
        "MLX4_EVENT_TYPE_ECC_DETECT": 14,
        "MLX4_EVENT_TYPE_EEC_CATAS_ERROR": 6,
        "MLX4_EVENT_TYPE_EQ_OVERFLOW": 15,
        "MLX4_EVENT_TYPE_FATAL_WARNING": 27,
        "MLX4_EVENT_TYPE_FLR_EVENT": 28,
        "MLX4_EVENT_TYPE_LOCAL_CATAS_ERROR": 8,
        "MLX4_EVENT_TYPE_NONE": 255,
        "MLX4_EVENT_TYPE_OP_REQUIRED": 26,
        "MLX4_EVENT_TYPE_PATH_MIG": 1,
        "MLX4_EVENT_TYPE_PATH_MIG_FAILED": 7,
        "MLX4_EVENT_TYPE_PORT_CHANGE": 9,
        "MLX4_EVENT_TYPE_PORT_MNG_CHG_EVENT": 29,
        "MLX4_EVENT_TYPE_RECOVERABLE_ERROR_EVENT": 62,
        "MLX4_EVENT_TYPE_SQ_DRAINED": 3,
        "MLX4_EVENT_TYPE_SRQ_CATAS_ERROR": 18,
        "MLX4_EVENT_TYPE_SRQ_LIMIT": 20,
        "MLX4_EVENT_TYPE_SRQ_QP_LAST_WQE": 19,
        "MLX4_EVENT_TYPE_VEP_UPDATE": 25,
        "MLX4_EVENT_TYPE_WQ_ACCESS_ERROR": 17,
        "MLX4_EVENT_TYPE_WQ_CATAS_ERROR": 5,
        "MLX4_EVENT_TYPE_WQ_INVAL_REQ_ERROR": 16
      }
    },
    "mlx4_module_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MODULE_ID_QSFP": 12,
        "MLX4_MODULE_ID_QSFP28": 17,
        "MLX4_MODULE_ID_QSFP_PLUS": 13,
        "MLX4_MODULE_ID_SFP": 3
      }
    },
    "mlx4_mpt_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MPT_DISABLED": 0,
        "MLX4_MPT_EN_HW": 1,
        "MLX4_MPT_EN_SW": 2
      }
    },
    "mlx4_mw_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MW_TYPE_1": 1,
        "MLX4_MW_TYPE_2": 2
      }
    },
    "mlx4_net_trans_hw_rule_queue": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NET_TRANS_Q_FIFO": 0,
        "MLX4_NET_TRANS_Q_LIFO": 1
      }
    },
    "mlx4_net_trans_promisc_mode": {
      "size": 4,
      "base": "int",
      "constants": {
        "MLX4_FS_ALL_DEFAULT": 2,
        "MLX4_FS_MC_DEFAULT": 3,
        "MLX4_FS_MC_SNIFFER": 7,
        "MLX4_FS_MIRROR_RX_PORT": 4,
        "MLX4_FS_MIRROR_SX_PORT": 5,
        "MLX4_FS_MODE_DUMMY": -1,
        "MLX4_FS_MODE_NUM": 8,
        "MLX4_FS_REGULAR": 1,
        "MLX4_FS_UC_SNIFFER": 6
      }
    },
    "mlx4_net_trans_rule_id": {
      "size": 4,
      "base": "int",
      "constants": {
        "MLX4_NET_TRANS_RULE_DUMMY": -1,
        "MLX4_NET_TRANS_RULE_ID_ETH": 0,
        "MLX4_NET_TRANS_RULE_ID_IB": 1,
        "MLX4_NET_TRANS_RULE_ID_IPV4": 3,
        "MLX4_NET_TRANS_RULE_ID_IPV6": 2,
        "MLX4_NET_TRANS_RULE_ID_TCP": 4,
        "MLX4_NET_TRANS_RULE_ID_UDP": 5,
        "MLX4_NET_TRANS_RULE_ID_VXLAN": 6,
        "MLX4_NET_TRANS_RULE_NUM": 7
      }
    },
    "mlx4_pci_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PCI_STATUS_DISABLED": 0,
        "MLX4_PCI_STATUS_ENABLED": 1
      }
    },
    "mlx4_port_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PORT_TYPE_AUTO": 3,
        "MLX4_PORT_TYPE_ETH": 2,
        "MLX4_PORT_TYPE_IB": 1,
        "MLX4_PORT_TYPE_NONE": 0
      }
    },
    "mlx4_protocol": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PROT_ETH": 1,
        "MLX4_PROT_FCOE": 3,
        "MLX4_PROT_IB_IPV4": 2,
        "MLX4_PROT_IB_IPV6": 0
      }
    },
    "mlx4_qp_optpar": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_QP_OPTPAR_ACK_TIMEOUT": 16384,
        "MLX4_QP_OPTPAR_ALT_ADDR_PATH": 1,
        "MLX4_QP_OPTPAR_COUNTER_INDEX": 1048576,
        "MLX4_QP_OPTPAR_PKEY_INDEX": 16,
        "MLX4_QP_OPTPAR_PM_STATE": 1024,
        "MLX4_QP_OPTPAR_PRIMARY_ADDR_PATH": 128,
        "MLX4_QP_OPTPAR_Q_KEY": 32,
        "MLX4_QP_OPTPAR_RAE": 4,
        "MLX4_QP_OPTPAR_RETRY_COUNT": 4096,
        "MLX4_QP_OPTPAR_RNR_RETRY": 8192,
        "MLX4_QP_OPTPAR_RNR_TIMEOUT": 64,
        "MLX4_QP_OPTPAR_RRA_MAX": 512,
        "MLX4_QP_OPTPAR_RRE": 2,
        "MLX4_QP_OPTPAR_RWE": 8,
        "MLX4_QP_OPTPAR_SCHED_QUEUE": 65536,
        "MLX4_QP_OPTPAR_SRA_MAX": 256,
        "MLX4_QP_OPTPAR_VLAN_STRIPPING": 2097152
      }
    },
    "mlx4_qp_region": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NUM_QP_REGION": 5,
        "MLX4_QP_REGION_BOTTOM": 1,
        "MLX4_QP_REGION_ETH_ADDR": 2,
        "MLX4_QP_REGION_FC_ADDR": 3,
        "MLX4_QP_REGION_FC_EXCH": 4,
        "MLX4_QP_REGION_FW": 0,
        "MLX4_QP_REGION_RSS_RAW_ETH": 1
      }
    },
    "mlx4_qp_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_QP_NUM_STATE": 8,
        "MLX4_QP_STATE_ERR": 6,
        "MLX4_QP_STATE_INIT": 1,
        "MLX4_QP_STATE_RST": 0,
        "MLX4_QP_STATE_RTR": 2,
        "MLX4_QP_STATE_RTS": 3,
        "MLX4_QP_STATE_SQD": 5,
        "MLX4_QP_STATE_SQER": 4,
        "MLX4_QP_STATE_SQ_DRAINING": 7
      }
    },
    "mlx4_qp_table_zones": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_QP_TABLE_ZONE_GENERAL": 0,
        "MLX4_QP_TABLE_ZONE_NUM": 3,
        "MLX4_QP_TABLE_ZONE_RAW_ETH": 2,
        "MLX4_QP_TABLE_ZONE_RSS": 1
      }
    },
    "mlx4_reg_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_REG_ID_PTYS": 20484
      }
    },
    "mlx4_res_tracker_free_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_TR_FREE_ALL": 0,
        "RES_TR_FREE_SLAVES_ONLY": 1,
        "RES_TR_FREE_STRUCTS_ONLY": 2
      }
    },
    "mlx4_resource": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NUM_OF_RESOURCE_TYPE": 12,
        "RES_COUNTER": 9,
        "RES_CQ": 1,
        "RES_EQ": 11,
        "RES_FS_RULE": 10,
        "RES_MAC": 6,
        "RES_MPT": 4,
        "RES_MTT": 5,
        "RES_NPORT_ID": 8,
        "RES_QP": 0,
        "RES_SRQ": 2,
        "RES_VLAN": 7,
        "RES_XRCD": 3
      }
    },
    "mlx4_special_vlan_idx": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NO_VLAN_IDX": 0,
        "MLX4_VLAN_MISS_IDX": 1,
        "MLX4_VLAN_REGULAR": 2
      }
    },
    "mlx4_steer_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MC_STEER": 0,
        "MLX4_NUM_STEERS": 2,
        "MLX4_UC_STEER": 1
      }
    },
    "mlx4_update_qp_attr": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_UPDATE_QP_ETH_SRC_CHECK_MC_LB": 16,
        "MLX4_UPDATE_QP_QOS_VPORT": 8,
        "MLX4_UPDATE_QP_RATE_LIMIT": 4,
        "MLX4_UPDATE_QP_SMAC": 1,
        "MLX4_UPDATE_QP_SUPPORTED_ATTRS": 31,
        "MLX4_UPDATE_QP_VSD": 2
      }
    },
    "mlx4_update_qp_params_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_UPDATE_QP_PARAMS_FLAGS_ETH_CHECK_MC_LB": 1,
        "MLX4_UPDATE_QP_PARAMS_FLAGS_VSD_ENABLE": 2
      }
    },
    "mlx4_zone_alloc_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ZONE_ALLOC_FLAGS_NO_OVERLAP": 1
      }
    },
    "mlx4_zone_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ZONE_ALLOW_ALLOC_FROM_EQ_PRIO": 2,
        "MLX4_ZONE_ALLOW_ALLOC_FROM_LOWER_PRIO": 1,
        "MLX4_ZONE_FALLBACK_TO_HIGHER_PRIO": 4,
        "MLX4_ZONE_USE_RR": 8
      }
    },
    "mlx5_cap_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HCA_CAP_OPMOD_GET_CUR": 1,
        "HCA_CAP_OPMOD_GET_MAX": 0
      }
    },
    "mlx5_cap_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CAP_ATOMIC": 3,
        "MLX5_CAP_DEBUG": 13,
        "MLX5_CAP_DEC": 16,
        "MLX5_CAP_DEV_EVENT": 20,
        "MLX5_CAP_DMC": 15,
        "MLX5_CAP_EOIB_OFFLOADS": 6,
        "MLX5_CAP_ESWITCH": 9,
        "MLX5_CAP_ESWITCH_FLOW_TABLE": 8,
        "MLX5_CAP_ETHERNET_OFFLOADS": 1,
        "MLX5_CAP_FLOW_TABLE": 7,
        "MLX5_CAP_GENERAL": 0,
        "MLX5_CAP_IPOIB_OFFLOADS": 5,
        "MLX5_CAP_NUM": 21,
        "MLX5_CAP_NVME": 14,
        "MLX5_CAP_ODP": 2,
        "MLX5_CAP_QOS": 12,
        "MLX5_CAP_ROCE": 4,
        "MLX5_CAP_SNAPSHOT": 10,
        "MLX5_CAP_TLS": 17,
        "MLX5_CAP_VECTOR_CALC": 11
      }
    },
    "mlx5_cmd_addr_l_sz_offset": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_NIC_IFC_OFFSET": 8
      }
    },
    "mlx5_cmd_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CMD_MODE_EVENTS": 1,
        "MLX5_CMD_MODE_POLLING": 0
      }
    },
    "mlx5_dev_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_DEV_EVENT_CLIENT_REREG": 7,
        "MLX5_DEV_EVENT_ERROR_STATE_DCBX": 9,
        "MLX5_DEV_EVENT_GUID_CHANGE": 6,
        "MLX5_DEV_EVENT_LID_CHANGE": 4,
        "MLX5_DEV_EVENT_LOCAL_OPER_CHANGE": 11,
        "MLX5_DEV_EVENT_PKEY_CHANGE": 5,
        "MLX5_DEV_EVENT_PORT_DOWN": 2,
        "MLX5_DEV_EVENT_PORT_INITIALIZED": 3,
        "MLX5_DEV_EVENT_PORT_UP": 1,
        "MLX5_DEV_EVENT_REMOTE_CONFIG_APPLICATION_PRIORITY_CHANGE": 12,
        "MLX5_DEV_EVENT_REMOTE_CONFIG_CHANGE": 10,
        "MLX5_DEV_EVENT_SYS_ERROR": 0,
        "MLX5_DEV_EVENT_VPORT_CHANGE": 8
      }
    },
    "mlx5_device_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_DEVICE_STATE_INTERNAL_ERROR": 1,
        "MLX5_DEVICE_STATE_UP": 0
      }
    },
    "mlx5_exp_cqe_zip_recv_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CQE_FORMAT_CSUM": 1,
        "MLX5_CQE_FORMAT_HASH": 0
      }
    },
    "mlx5_fatal_assert_bit_offsets": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_RFR_OFFSET": 31
      }
    },
    "mlx5_flow_destination_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE": 1,
        "MLX5_FLOW_DESTINATION_TYPE_TIR": 2,
        "MLX5_FLOW_DESTINATION_TYPE_VPORT": 0
      }
    },
    "mlx5_flow_namespace_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FLOW_NAMESPACE_BYPASS": 0,
        "MLX5_FLOW_NAMESPACE_ESW_EGRESS": 7,
        "MLX5_FLOW_NAMESPACE_ESW_INGRESS": 8,
        "MLX5_FLOW_NAMESPACE_FDB": 6,
        "MLX5_FLOW_NAMESPACE_KERNEL": 2,
        "MLX5_FLOW_NAMESPACE_LEFTOVERS": 3,
        "MLX5_FLOW_NAMESPACE_OFFLOADS": 1,
        "MLX5_FLOW_NAMESPACE_SNIFFER_RX": 4,
        "MLX5_FLOW_NAMESPACE_SNIFFER_TX": 5
      }
    },
    "mlx5_initializing_bit_offsets": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FW_RESET_SUPPORTED_OFFSET": 30
      }
    },
    "mlx5_inline_modes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_INLINE_MODE_IP": 2,
        "MLX5_INLINE_MODE_L2": 1,
        "MLX5_INLINE_MODE_NONE": 0,
        "MLX5_INLINE_MODE_TCP_UDP": 3
      }
    },
    "mlx5_interface_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_INTERFACE_STATE_TEARDOWN": 2,
        "MLX5_INTERFACE_STATE_UP": 1
      }
    },
    "mlx5_list_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_NIC_VPORT_LIST_TYPE_MC": 1,
        "MLX5_NIC_VPORT_LIST_TYPE_UC": 0,
        "MLX5_NIC_VPORT_LIST_TYPE_VLAN": 2
      }
    },
    "mlx5_local_lb_selection": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_LOCAL_MC_LB": 0,
        "MLX5_LOCAL_UC_LB": 1
      }
    },
    "mlx5_mcam_feature_groups": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MCAM_FEATURE_ENHANCED_FEATURES": 0
      }
    },
    "mlx5_mcam_reg_groups": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MCAM_REGS_FIRST_128": 0
      }
    },
    "mlx5_pcam_feature_groups": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PCAM_FEATURE_ENHANCED_FEATURES": 0
      }
    },
    "mlx5_pcam_reg_groups": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PCAM_REGS_5000_TO_507F": 0
      }
    },
    "mlx5_pci_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PCI_STATUS_DISABLED": 0,
        "MLX5_PCI_STATUS_ENABLED": 1
      }
    },
    "mlx5_pddr_page_select": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PDDR_MODULE_INFO_PAGE": 3,
        "MLX5_PDDR_OPERATIONAL_INFO_PAGE": 0,
        "MLX5_PDDR_TROUBLESHOOTING_INFO_PAGE": 1
      }
    },
    "mlx5_port_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PORT_DOWN": 2,
        "MLX5_PORT_UP": 1
      }
    },
    "mlx5_qcam_feature_groups": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_QCAM_FEATURE_ENHANCED_FEATURES": 0
      }
    },
    "mlx5_qcam_reg_groups": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_QCAM_REGS_FIRST_128": 0
      }
    },
    "mlx5_qpts_trust_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_QPTS_TRUST_BOTH": 3,
        "MLX5_QPTS_TRUST_DSCP": 2,
        "MLX5_QPTS_TRUST_PCP": 1
      }
    },
    "mlx5_res_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_RES_DCT": 6,
        "MLX5_RES_QP": 0,
        "MLX5_RES_RQ": 1,
        "MLX5_RES_SQ": 2,
        "MLX5_RES_SRQ": 3,
        "MLX5_RES_XRQ": 5,
        "MLX5_RES_XSRQ": 4
      }
    },
    "mlx5_semaphore_space_address": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SEMAPHORE_SW_RESET": 32
      }
    },
    "mlx5e_cable_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_CABLE_TYPE_ACTIVE_CABLE": 1,
        "MLX5E_CABLE_TYPE_CABLE_UNPLUGGED": 4,
        "MLX5E_CABLE_TYPE_NUMBER": 8,
        "MLX5E_CABLE_TYPE_OPTICAL_MODULE": 2,
        "MLX5E_CABLE_TYPE_PASSIVE_COPPER": 3,
        "MLX5E_CABLE_TYPE_TWISTED_PAIR": 5,
        "MLX5E_CABLE_TYPE_UNKNOWN": 0
      }
    },
    "mlx5e_ext_link_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_1000BASE_X_SGMII": 1,
        "MLX5E_100GAUI_1_100GBASE_CR_KR": 11,
        "MLX5E_100GAUI_2_100GBASE_CR2_KR2": 10,
        "MLX5E_10GBASE_XFI_XAUI_1": 4,
        "MLX5E_200GAUI_2_200GBASE_CR2_KR2": 13,
        "MLX5E_200GAUI_4_200GBASE_CR4_KR4": 12,
        "MLX5E_25GAUI_1_25GBASE_CR_KR": 6,
        "MLX5E_400GAUI_4_400GBASE_CR4_KR4": 16,
        "MLX5E_400GAUI_8": 15,
        "MLX5E_40GBASE_XLAUI_4_XLPPI_4": 5,
        "MLX5E_50GAUI_1_LAUI_1_50GBASE_CR_KR": 8,
        "MLX5E_50GAUI_2_LAUI_2_50GBASE_CR2_KR2": 7,
        "MLX5E_5GBASE_R": 3,
        "MLX5E_CAUI_4_100GBASE_CR4_KR4": 9,
        "MLX5E_EXT_LINK_SPEEDS_NUMBER": 32,
        "MLX5E_SGMII_100M": 0
      }
    },
    "mlx5e_link_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_1000BASE_CX_SGMII": 0,
        "MLX5E_1000BASE_KX": 1,
        "MLX5E_1000BASE_T": 25,
        "MLX5E_100BASE_TX": 24,
        "MLX5E_100GBASE_CR4": 20,
        "MLX5E_100GBASE_KR4": 22,
        "MLX5E_100GBASE_LR4": 23,
        "MLX5E_100GBASE_SR4": 21,
        "MLX5E_10GBASE_CR": 12,
        "MLX5E_10GBASE_CX4": 2,
        "MLX5E_10GBASE_ER_LR": 14,
        "MLX5E_10GBASE_KR": 4,
        "MLX5E_10GBASE_KX4": 3,
        "MLX5E_10GBASE_SR": 13,
        "MLX5E_10GBASE_T": 26,
        "MLX5E_20GBASE_KR2": 5,
        "MLX5E_25GBASE_CR": 27,
        "MLX5E_25GBASE_KR": 28,
        "MLX5E_25GBASE_SR": 29,
        "MLX5E_40GBASE_CR4": 6,
        "MLX5E_40GBASE_KR4": 7,
        "MLX5E_40GBASE_LR4_ER4": 16,
        "MLX5E_40GBASE_SR4": 15,
        "MLX5E_50GBASE_CR2": 30,
        "MLX5E_50GBASE_KR2": 31,
        "MLX5E_50GBASE_KR4": 19,
        "MLX5E_50GBASE_SR2": 18,
        "MLX5E_56GBASE_R4": 8,
        "MLX5E_LINK_SPEEDS_NUMBER": 32
      }
    },
    "mlx5e_traffic_types": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_NUM_TT": 11,
        "MLX5E_TT_ANY": 10,
        "MLX5E_TT_IPV4": 8,
        "MLX5E_TT_IPV4_IPSEC_AH": 4,
        "MLX5E_TT_IPV4_IPSEC_ESP": 6,
        "MLX5E_TT_IPV4_TCP": 0,
        "MLX5E_TT_IPV4_UDP": 2,
        "MLX5E_TT_IPV6": 9,
        "MLX5E_TT_IPV6_IPSEC_AH": 5,
        "MLX5E_TT_IPV6_IPSEC_ESP": 7,
        "MLX5E_TT_IPV6_TCP": 1,
        "MLX5E_TT_IPV6_UDP": 3
      }
    },
    "mlx5e_vlan_rule_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_VLAN_RULE_TYPE_ANY_CTAG_VID": 1,
        "MLX5E_VLAN_RULE_TYPE_ANY_STAG_VID": 2,
        "MLX5E_VLAN_RULE_TYPE_MATCH_VID": 3,
        "MLX5E_VLAN_RULE_TYPE_UNTAGGED": 0
      }
    },
    "mlxfw_fsm_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLXFW_FSM_STATE_ACTIVATE": 6,
        "MLXFW_FSM_STATE_APPLY": 5,
        "MLXFW_FSM_STATE_DOWNLOAD": 3,
        "MLXFW_FSM_STATE_IDLE": 0,
        "MLXFW_FSM_STATE_INITIALIZE": 2,
        "MLXFW_FSM_STATE_LOCKED": 1,
        "MLXFW_FSM_STATE_VERIFY": 4
      }
    },
    "mlxfw_fsm_state_err": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLXFW_FSM_STATE_ERR_BLOCKED_PENDING_RESET": 9,
        "MLXFW_FSM_STATE_ERR_ERROR": 1,
        "MLXFW_FSM_STATE_ERR_MAX": 10,
        "MLXFW_FSM_STATE_ERR_OK": 0,
        "MLXFW_FSM_STATE_ERR_REJECTED_AUTH_FAILED": 5,
        "MLXFW_FSM_STATE_ERR_REJECTED_BAD_FORMAT": 8,
        "MLXFW_FSM_STATE_ERR_REJECTED_DIGEST_ERR": 2,
        "MLXFW_FSM_STATE_ERR_REJECTED_KEY_NOT_APPLICABLE": 7,
        "MLXFW_FSM_STATE_ERR_REJECTED_NOT_APPLICABLE": 3,
        "MLXFW_FSM_STATE_ERR_REJECTED_UNKNOWN_KEY": 4,
        "MLXFW_FSM_STATE_ERR_REJECTED_UNSIGNED": 6
      }
    },
    "mlxfw_mfa2_tlv_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLXFW_MFA2_TLV_COMPONENT_DESCRIPTOR": 4,
        "MLXFW_MFA2_TLV_COMPONENT_PTR": 34,
        "MLXFW_MFA2_TLV_MULTI_PART": 1,
        "MLXFW_MFA2_TLV_PACKAGE_DESCRIPTOR": 2,
        "MLXFW_MFA2_TLV_PSID": 42
      }
    },
    "mlxsw_reg_mcc_instruction": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_REG_MCC_INSTRUCTION_ACTIVATE": 6,
        "MLX5_REG_MCC_INSTRUCTION_CANCEL": 8,
        "MLX5_REG_MCC_INSTRUCTION_LOCK_UPDATE_HANDLE": 1,
        "MLX5_REG_MCC_INSTRUCTION_RELEASE_UPDATE_HANDLE": 2,
        "MLX5_REG_MCC_INSTRUCTION_UPDATE_COMPONENT": 3,
        "MLX5_REG_MCC_INSTRUCTION_VERIFY_COMPONENT": 4
      }
    },
    "mmc_bus_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "opendrain": 1,
        "pushpull": 2
      }
    },
    "mmc_bus_timing": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "bus_timing_hs": 1,
        "bus_timing_max": 10,
        "bus_timing_mmc_ddr52": 7,
        "bus_timing_mmc_hs200": 8,
        "bus_timing_mmc_hs400": 9,
        "bus_timing_mmc_hs400es": 10,
        "bus_timing_normal": 0,
        "bus_timing_uhs_ddr50": 5,
        "bus_timing_uhs_sdr104": 6,
        "bus_timing_uhs_sdr12": 2,
        "bus_timing_uhs_sdr25": 3,
        "bus_timing_uhs_sdr50": 4
      }
    },
    "mmc_bus_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "bus_width_1": 0,
        "bus_width_4": 2,
        "bus_width_8": 3
      }
    },
    "mmc_card_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "mode_mmc": 0,
        "mode_sd": 1
      }
    },
    "mmc_chip_select": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "cs_dontcare": 0,
        "cs_high": 1,
        "cs_low": 2
      }
    },
    "mmc_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MMC_IVAR_BUS_WIDTH": 9,
        "MMC_IVAR_CARD_ID_STRING": 14,
        "MMC_IVAR_CARD_SN_STRING": 15,
        "MMC_IVAR_CARD_TYPE": 8,
        "MMC_IVAR_CMD6_TIMEOUT": 12,
        "MMC_IVAR_DSR_IMP": 1,
        "MMC_IVAR_ERASE_SECTOR": 10,
        "MMC_IVAR_HIGH_CAP": 7,
        "MMC_IVAR_MAX_DATA": 11,
        "MMC_IVAR_MEDIA_SIZE": 2,
        "MMC_IVAR_QUIRKS": 13,
        "MMC_IVAR_RCA": 3,
        "MMC_IVAR_READ_ONLY": 6,
        "MMC_IVAR_SECTOR_SIZE": 4,
        "MMC_IVAR_SPEC_VERS": 0,
        "MMC_IVAR_TRAN_SPEED": 5
      }
    },
    "mmc_drv_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "drv_type_a": 1,
        "drv_type_b": 0,
        "drv_type_c": 2,
        "drv_type_d": 3
      }
    },
    "mmc_power_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "power_off": 0,
        "power_on": 2,
        "power_up": 1
      }
    },
    "mmc_retune_req": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "retune_req_none": 0,
        "retune_req_normal": 1,
        "retune_req_reset": 2
      }
    },
    "mmc_vccq": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "vccq_120": 0,
        "vccq_180": 1,
        "vccq_330": 2
      }
    },
    "mmc_vdd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "vdd_150": 0,
        "vdd_155": 1,
        "vdd_160": 2,
        "vdd_165": 3,
        "vdd_170": 4,
        "vdd_180": 5,
        "vdd_190": 6,
        "vdd_200": 7,
        "vdd_210": 8,
        "vdd_220": 9,
        "vdd_230": 10,
        "vdd_240": 11,
        "vdd_250": 12,
        "vdd_260": 13,
        "vdd_270": 14,
        "vdd_280": 15,
        "vdd_290": 16,
        "vdd_300": 17,
        "vdd_310": 18,
        "vdd_320": 19,
        "vdd_330": 20,
        "vdd_340": 21,
        "vdd_350": 22,
        "vdd_360": 23
      }
    },
    "mmcbr_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MMCBR_IVAR_BUS_MODE": 0,
        "MMCBR_IVAR_BUS_WIDTH": 1,
        "MMCBR_IVAR_CAPS": 13,
        "MMCBR_IVAR_CHIP_SELECT": 2,
        "MMCBR_IVAR_CLOCK": 3,
        "MMCBR_IVAR_F_MAX": 5,
        "MMCBR_IVAR_F_MIN": 4,
        "MMCBR_IVAR_HOST_OCR": 6,
        "MMCBR_IVAR_MAX_BUSY_TIMEOUT": 16,
        "MMCBR_IVAR_MAX_DATA": 15,
        "MMCBR_IVAR_MODE": 7,
        "MMCBR_IVAR_OCR": 8,
        "MMCBR_IVAR_POWER_MODE": 9,
        "MMCBR_IVAR_RETUNE_REQ": 10,
        "MMCBR_IVAR_TIMING": 14,
        "MMCBR_IVAR_VCCQ": 12,
        "MMCBR_IVAR_VDD": 11
      }
    },
    "modeventtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MOD_LOAD": 0,
        "MOD_QUIESCE": 3,
        "MOD_SHUTDOWN": 2,
        "MOD_UNLOAD": 1
      }
    },
    "mount_counter": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MNT_COUNT_LOCKREF": 1,
        "MNT_COUNT_REF": 0,
        "MNT_COUNT_WRITEOPCOUNT": 2
      }
    },
    "mpr_debug_level_combiner": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "COMB_ADD": 1,
        "COMB_NONE": 0,
        "COMB_SUB": 2
      }
    },
    "mps_debug_level_combiner": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "COMB_ADD": 1,
        "COMB_NONE": 0,
        "COMB_SUB": 2
      }
    },
    "mrsas_req_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MRSAS_DIR_IN": 2,
        "MRSAS_DIR_NONE": 8,
        "MRSAS_DIR_OUT": 4,
        "MRSAS_DIR_UNKNOWN": 1
      }
    },
    "msg_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CALL": 0,
        "REPLY": 1
      }
    },
    "mvs_edma_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MVS_EDMA_NCQ": 4,
        "MVS_EDMA_OFF": 1,
        "MVS_EDMA_ON": 2,
        "MVS_EDMA_QUEUED": 3,
        "MVS_EDMA_UNKNOWN": 0
      }
    },
    "mvs_err_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MVS_ERR_INNOCENT": 2,
        "MVS_ERR_INVALID": 1,
        "MVS_ERR_NCQ": 6,
        "MVS_ERR_NONE": 0,
        "MVS_ERR_SATA": 4,
        "MVS_ERR_TFE": 3,
        "MVS_ERR_TIMEOUT": 5
      }
    },
    "mvs_slot_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MVS_SLOT_EMPTY": 0,
        "MVS_SLOT_EXECUTING": 3,
        "MVS_SLOT_LOADING": 1,
        "MVS_SLOT_RUNNING": 2
      }
    },
    "myri10ge_mcp_cmd_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MXGEFW_CMD_ERROR_BAD_PCIE_LINK": 14,
        "MXGEFW_CMD_ERROR_BAD_PORT": 7,
        "MXGEFW_CMD_ERROR_BUSY": 3,
        "MXGEFW_CMD_ERROR_CLOSED": 5,
        "MXGEFW_CMD_ERROR_EMPTY": 4,
        "MXGEFW_CMD_ERROR_HASH_ERROR": 6,
        "MXGEFW_CMD_ERROR_I2C_ABSENT": 13,
        "MXGEFW_CMD_ERROR_I2C_FAILURE": 12,
        "MXGEFW_CMD_ERROR_MULTICAST": 9,
        "MXGEFW_CMD_ERROR_NO_MDIO": 11,
        "MXGEFW_CMD_ERROR_RANGE": 2,
        "MXGEFW_CMD_ERROR_RESOURCES": 8,
        "MXGEFW_CMD_ERROR_UNALIGNED": 10,
        "MXGEFW_CMD_OK": 0,
        "MXGEFW_CMD_UNKNOWN": 1
      }
    },
    "myri10ge_mcp_cmd_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MXGEFW_CMD_ALWAYS_USE_N_BIG_BUFFERS": 34,
        "MXGEFW_CMD_ENABLE_RSS_QUEUES": 36,
        "MXGEFW_CMD_ETHERNET_DOWN": 15,
        "MXGEFW_CMD_ETHERNET_UP": 14,
        "MXGEFW_CMD_GET_BIG_RX_OFFSET": 8,
        "MXGEFW_CMD_GET_DCA_OFFSET": 56,
        "MXGEFW_CMD_GET_INTR_COAL_DELAY_OFFSET": 17,
        "MXGEFW_CMD_GET_IRQ_ACK_OFFSET": 9,
        "MXGEFW_CMD_GET_IRQ_DEASSERT_OFFSET": 10,
        "MXGEFW_CMD_GET_MAX_RSS_QUEUES": 35,
        "MXGEFW_CMD_GET_MAX_TSO6_HDR_SIZE": 44,
        "MXGEFW_CMD_GET_RSS_KEY_OFFSET": 41,
        "MXGEFW_CMD_GET_RSS_SHARED_INTERRUPT_MASK_OFFSET": 37,
        "MXGEFW_CMD_GET_RSS_TABLE_OFFSET": 39,
        "MXGEFW_CMD_GET_RX_RING_SIZE": 12,
        "MXGEFW_CMD_GET_SEND_OFFSET": 6,
        "MXGEFW_CMD_GET_SEND_RING_SIZE": 11,
        "MXGEFW_CMD_GET_SMALL_RX_OFFSET": 7,
        "MXGEFW_CMD_GET_VPUMP_CLK": 55,
        "MXGEFW_CMD_GET_VPUMP_OFFSET": 50,
        "MXGEFW_CMD_I2C_BYTE": 49,
        "MXGEFW_CMD_I2C_READ": 48,
        "MXGEFW_CMD_MDIO_READ": 46,
        "MXGEFW_CMD_MDIO_WRITE": 47,
        "MXGEFW_CMD_NETQ_ADD_FILTER": 58,
        "MXGEFW_CMD_NETQ_DEL_FILTER": 59,
        "MXGEFW_CMD_NETQ_GET_FILTERS_PER_QUEUE": 57,
        "MXGEFW_CMD_NETQ_QUERY1": 60,
        "MXGEFW_CMD_NETQ_QUERY2": 61,
        "MXGEFW_CMD_NETQ_QUERY3": 62,
        "MXGEFW_CMD_NETQ_QUERY4": 63,
        "MXGEFW_CMD_NONE": 0,
        "MXGEFW_CMD_RELAX_RXBUFFER_ALIGNMENT": 64,
        "MXGEFW_CMD_RESET": 1,
        "MXGEFW_CMD_RESET_VPUMP": 51,
        "MXGEFW_CMD_RSS_KEY_UPDATED": 42,
        "MXGEFW_CMD_SET_BIG_BUFFER_SIZE": 4,
        "MXGEFW_CMD_SET_INTRQ_DMA": 3,
        "MXGEFW_CMD_SET_INTRQ_SIZE": 13,
        "MXGEFW_CMD_SET_MTU": 16,
        "MXGEFW_CMD_SET_RSS_ENABLE": 43,
        "MXGEFW_CMD_SET_RSS_MCP_SLOT_TYPE": 52,
        "MXGEFW_CMD_SET_RSS_SHARED_INTERRUPT_DMA": 38,
        "MXGEFW_CMD_SET_RSS_TABLE_SIZE": 40,
        "MXGEFW_CMD_SET_SMALL_BUFFER_SIZE": 5,
        "MXGEFW_CMD_SET_STATS_DMA_OBSOLETE": 19,
        "MXGEFW_CMD_SET_STATS_DMA_V2": 31,
        "MXGEFW_CMD_SET_STATS_INTERVAL": 18,
        "MXGEFW_CMD_SET_THROTTLE_FACTOR": 53,
        "MXGEFW_CMD_SET_TSO_MODE": 45,
        "MXGEFW_CMD_UNALIGNED_STATUS": 33,
        "MXGEFW_CMD_UNALIGNED_TEST": 32,
        "MXGEFW_CMD_VPUMP_UP": 54,
        "MXGEFW_DISABLE_ALLMULTI": 27,
        "MXGEFW_DISABLE_FLOW_CONTROL": 24,
        "MXGEFW_DISABLE_PROMISC": 21,
        "MXGEFW_DMA_TEST": 25,
        "MXGEFW_ENABLE_ALLMULTI": 26,
        "MXGEFW_ENABLE_FLOW_CONTROL": 23,
        "MXGEFW_ENABLE_PROMISC": 20,
        "MXGEFW_GET_MCP_VERSION": 2,
        "MXGEFW_JOIN_MULTICAST_GROUP": 28,
        "MXGEFW_LEAVE_ALL_MULTICAST_GROUPS": 30,
        "MXGEFW_LEAVE_MULTICAST_GROUP": 29,
        "MXGEFW_SET_MAC_ADDRESS": 22
      }
    },
    "nameiop": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CREATE": 1,
        "DELETE": 2,
        "LOOKUP": 0,
        "RENAME": 3
      }
    },
    "napi_state_bits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LKPI_NAPI_FLAG_DISABLE_PENDING": 0,
        "LKPI_NAPI_FLAG_IS_SCHEDULED": 1,
        "LKPI_NAPI_FLAG_LOST_RACE_TRY_AGAIN": 2,
        "LKPI_NAPI_FLAG_SHUTDOWN": 3,
        "NAPI_STATE_SCHED": 1
      }
    },
    "net_device_reg_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NETREG_DUMMY": 1,
        "NETREG_REGISTERED": 2
      }
    },
    "netdev_tx": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NETDEV_TX_OK": 0
      }
    },
    "nfsclds_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NFSDSP_NOTFOUND": 2,
        "NFSDSP_SEQTHISSESSION": 1,
        "NFSDSP_USETHISSESSION": 0
      }
    },
    "nfsiod_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NFSIOD_AVAILABLE": 1,
        "NFSIOD_CREATED_FOR_NFS_ASYNCIO": 2,
        "NFSIOD_NOT_AVAILABLE": 0
      }
    },
    "ng_parse_token": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "T_EOF": 8,
        "T_EQUALS": 4,
        "T_ERROR": 6,
        "T_LBRACE": 0,
        "T_LBRACKET": 2,
        "T_RBRACE": 1,
        "T_RBRACKET": 3,
        "T_STRING": 5,
        "T_WORD": 7
      }
    },
    "nhop_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NH_TYPE_IPV4_ETHER_NHOP": 2,
        "NH_TYPE_IPV4_ETHER_RSLV": 1,
        "NH_TYPE_IPV6_ETHER_NHOP": 4,
        "NH_TYPE_IPV6_ETHER_RSLV": 3
      }
    },
    "nl80211_band": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_BAND_2GHZ": 0,
        "NL80211_BAND_5GHZ": 1,
        "NL80211_BAND_60GHZ": 2,
        "NL80211_BAND_6GHZ": 3,
        "NUM_NL80211_BANDS": 4
      }
    },
    "nl80211_bss_select_attr": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_BSS_SELECT_ATTR_BAND_PREF": 1,
        "NL80211_BSS_SELECT_ATTR_RSSI": 2,
        "NL80211_BSS_SELECT_ATTR_RSSI_ADJUST": 3,
        "__NL80211_BSS_SELECT_ATTR_INVALID": 0
      }
    },
    "nl80211_chan_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_CHAN_NO_HT": 0
      }
    },
    "nl80211_chan_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_CHAN_WIDTH_10": 7,
        "NL80211_CHAN_WIDTH_160": 5,
        "NL80211_CHAN_WIDTH_20": 1,
        "NL80211_CHAN_WIDTH_20_NOHT": 0,
        "NL80211_CHAN_WIDTH_40": 2,
        "NL80211_CHAN_WIDTH_5": 6,
        "NL80211_CHAN_WIDTH_80": 3,
        "NL80211_CHAN_WIDTH_80P80": 4
      }
    },
    "nl80211_crit_proto_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_CRIT_PROTO_DHCP": 0
      }
    },
    "nl80211_he_gi": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_RATE_INFO_HE_GI_0_8": 0,
        "NL80211_RATE_INFO_HE_GI_1_6": 1,
        "NL80211_RATE_INFO_HE_GI_3_2": 2
      }
    },
    "nl80211_iftype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_IFTYPE_ADHOC": 1,
        "NL80211_IFTYPE_AP": 3,
        "NL80211_IFTYPE_AP_VLAN": 4,
        "NL80211_IFTYPE_MESH_POINT": 9,
        "NL80211_IFTYPE_MONITOR": 5,
        "NL80211_IFTYPE_OCB": 11,
        "NL80211_IFTYPE_P2P_CLIENT": 6,
        "NL80211_IFTYPE_P2P_DEVICE": 7,
        "NL80211_IFTYPE_P2P_GO": 8,
        "NL80211_IFTYPE_STATION": 2,
        "NL80211_IFTYPE_UNSPECIFIED": 0,
        "NL80211_IFTYPE_WDS": 10,
        "NUM_NL80211_IFTYPES": 12
      }
    },
    "nl80211_sar_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_SAR_TYPE_POWER": 0
      }
    },
    "nl80211_tdls_operation": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_TDLS_DISABLE_LINK": 3,
        "NL80211_TDLS_DISCOVERY_REQ": 4,
        "NL80211_TDLS_ENABLE_LINK": 2,
        "NL80211_TDLS_SETUP": 0,
        "NL80211_TDLS_TEARDOWN": 1,
        "NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY": 5,
        "NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY": 6
      }
    },
    "nl80211_tx_power_setting": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_TX_POWER_AUTOMATIC": 0,
        "NL80211_TX_POWER_FIXED": 1,
        "NL80211_TX_POWER_LIMITED": 2
      }
    },
    "nl80211_tx_rate_setting": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_TX_RATE_AUTOMATIC": 0,
        "NL80211_TX_RATE_FIXED": 1,
        "NL80211_TX_RATE_LIMITED": 2
      }
    },
    "nl80211_txrate_gi": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_TXRATE_DEFAULT_GI": 0,
        "NL80211_TXRATE_FORCE_LGI": 2,
        "NL80211_TXRATE_FORCE_SGI": 1
      }
    },
    "nl80211_wpa_versions": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL80211_WPA_VERSION_1": 1,
        "NL80211_WPA_VERSION_2": 2,
        "NL80211_WPA_VERSION_3": 3
      }
    },
    "nlm4_stats": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "nlm4_blocked": 3,
        "nlm4_deadlck": 5,
        "nlm4_denied": 1,
        "nlm4_denied_grace_period": 4,
        "nlm4_denied_nolocks": 2,
        "nlm4_failed": 9,
        "nlm4_fbig": 8,
        "nlm4_granted": 0,
        "nlm4_rofs": 6,
        "nlm4_stale_fh": 7
      }
    },
    "nlm_host_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NLM_MONITORED": 1,
        "NLM_MONITOR_FAILED": 2,
        "NLM_RECOVERING": 3,
        "NLM_UNMONITORED": 0
      }
    },
    "nlm_stats": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "nlm_blocked": 3,
        "nlm_deadlck": 5,
        "nlm_denied": 1,
        "nlm_denied_grace_period": 4,
        "nlm_denied_nolocks": 2,
        "nlm_granted": 0
      }
    },
    "nlmsgerr_attrs": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NLMSGERR_ATTR_COOKIE": 3,
        "NLMSGERR_ATTR_MAX": 4,
        "NLMSGERR_ATTR_MSG": 1,
        "NLMSGERR_ATTR_OFFS": 2,
        "NLMSGERR_ATTR_POLICY": 4,
        "NLMSGERR_ATTR_UNUSED": 0,
        "__NLMSGERR_ATTR_MAX": 5
      }
    },
    "nlmsginfo_attrs": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NLMSGINFO_ATTR_PORT_ID": 2,
        "NLMSGINFO_ATTR_PROCESS_ID": 1,
        "NLMSGINFO_ATTR_SEQ_ID": 3,
        "NLMSGINFO_ATTR_UNUSED": 0
      }
    },
    "nvme_admin_opcode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_OPC_ABORT": 8,
        "NVME_OPC_ASYNC_EVENT_REQUEST": 12,
        "NVME_OPC_CAPACITY_MANAGEMENT": 32,
        "NVME_OPC_CREATE_IO_CQ": 5,
        "NVME_OPC_CREATE_IO_SQ": 1,
        "NVME_OPC_DELETE_IO_CQ": 4,
        "NVME_OPC_DELETE_IO_SQ": 0,
        "NVME_OPC_DEVICE_SELF_TEST": 20,
        "NVME_OPC_DIRECTIVE_RECEIVE": 26,
        "NVME_OPC_DIRECTIVE_SEND": 25,
        "NVME_OPC_DOORBELL_BUFFER_CONFIG": 124,
        "NVME_OPC_FABRICS_COMMANDS": 127,
        "NVME_OPC_FIRMWARE_ACTIVATE": 16,
        "NVME_OPC_FIRMWARE_IMAGE_DOWNLOAD": 17,
        "NVME_OPC_FORMAT_NVM": 128,
        "NVME_OPC_GET_FEATURES": 10,
        "NVME_OPC_GET_LBA_STATUS": 134,
        "NVME_OPC_GET_LOG_PAGE": 2,
        "NVME_OPC_IDENTIFY": 6,
        "NVME_OPC_KEEP_ALIVE": 24,
        "NVME_OPC_LOCKDOWN": 36,
        "NVME_OPC_NAMESPACE_ATTACHMENT": 21,
        "NVME_OPC_NAMESPACE_MANAGEMENT": 13,
        "NVME_OPC_NVME_MI_RECEIVE": 30,
        "NVME_OPC_NVME_MI_SEND": 29,
        "NVME_OPC_SANITIZE": 132,
        "NVME_OPC_SECURITY_RECEIVE": 130,
        "NVME_OPC_SECURITY_SEND": 129,
        "NVME_OPC_SET_FEATURES": 9,
        "NVME_OPC_VIRTUALIZATION_MANAGEMENT": 28
      }
    },
    "nvme_command_specific_status_code": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_SC_ABORT_COMMAND_LIMIT_EXCEEDED": 3,
        "NVME_SC_ANA_ATTACH_FAILED": 37,
        "NVME_SC_ANA_GROUP_ID_INVALID": 36,
        "NVME_SC_ASYNC_EVENT_REQUEST_LIMIT_EXCEEDED": 5,
        "NVME_SC_ATTEMPTED_WRITE_TO_RO_PAGE": 130,
        "NVME_SC_BOOT_PART_WRITE_PROHIB": 30,
        "NVME_SC_COMPLETION_QUEUE_INVALID": 0,
        "NVME_SC_CONFLICTING_ATTRIBUTES": 128,
        "NVME_SC_CTRLR_LIST_INVALID": 28,
        "NVME_SC_FEATURE_NOT_CHANGEABLE": 14,
        "NVME_SC_FEATURE_NOT_NS_SPECIFIC": 15,
        "NVME_SC_FEATURE_NOT_SAVEABLE": 13,
        "NVME_SC_FIRMWARE_REQUIRES_RESET": 11,
        "NVME_SC_FW_ACT_PROHIBITED": 19,
        "NVME_SC_FW_ACT_REQUIRES_NVMS_RESET": 16,
        "NVME_SC_FW_ACT_REQUIRES_RESET": 17,
        "NVME_SC_FW_ACT_REQUIRES_TIME": 18,
        "NVME_SC_INVALID_CTRLR_ID": 31,
        "NVME_SC_INVALID_FIRMWARE_IMAGE": 7,
        "NVME_SC_INVALID_FIRMWARE_SLOT": 6,
        "NVME_SC_INVALID_FORMAT": 10,
        "NVME_SC_INVALID_INTERRUPT_VECTOR": 8,
        "NVME_SC_INVALID_LOG_PAGE": 9,
        "NVME_SC_INVALID_NUM_OF_CTRLR_RESRC": 33,
        "NVME_SC_INVALID_PROTECTION_INFO": 129,
        "NVME_SC_INVALID_QUEUE_DELETION": 12,
        "NVME_SC_INVALID_QUEUE_IDENTIFIER": 1,
        "NVME_SC_INVALID_RESOURCE_ID": 34,
        "NVME_SC_INVALID_SEC_CTRLR_STATE": 32,
        "NVME_SC_MAXIMUM_QUEUE_SIZE_EXCEEDED": 2,
        "NVME_SC_NS_ALREADY_ATTACHED": 24,
        "NVME_SC_NS_ID_UNAVAILABLE": 22,
        "NVME_SC_NS_INSUFFICIENT_CAPACITY": 21,
        "NVME_SC_NS_IS_PRIVATE": 25,
        "NVME_SC_NS_NOT_ATTACHED": 26,
        "NVME_SC_OVERLAPPING_RANGE": 20,
        "NVME_SC_SANITIZE_PROHIBITED_WPMRE": 35,
        "NVME_SC_SELF_TEST_IN_PROGRESS": 29,
        "NVME_SC_THIN_PROV_NOT_SUPPORTED": 27
      }
    },
    "nvme_critical_warning_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_CRIT_WARN_ST_AVAILABLE_SPARE": 1,
        "NVME_CRIT_WARN_ST_DEVICE_RELIABILITY": 4,
        "NVME_CRIT_WARN_ST_READ_ONLY": 8,
        "NVME_CRIT_WARN_ST_TEMPERATURE": 2,
        "NVME_CRIT_WARN_ST_VOLATILE_MEMORY_BACKUP": 16
      }
    },
    "nvme_dsm_attribute": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_DSM_ATTR_DEALLOCATE": 4,
        "NVME_DSM_ATTR_INTEGRAL_READ": 1,
        "NVME_DSM_ATTR_INTEGRAL_WRITE": 2
      }
    },
    "nvme_feature": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_FEAT_ARBITRATION": 1,
        "NVME_FEAT_ASYNC_EVENT_CONFIGURATION": 11,
        "NVME_FEAT_AUTONOMOUS_POWER_STATE_TRANSITION": 12,
        "NVME_FEAT_ENDURANCE_GROUP_EVENT_CONFIGURATION": 24,
        "NVME_FEAT_ERROR_RECOVERY": 5,
        "NVME_FEAT_HOST_BEHAVIOR_SUPPORT": 22,
        "NVME_FEAT_HOST_CONTROLLED_THERMAL_MGMT": 16,
        "NVME_FEAT_HOST_IDENTIFIER": 129,
        "NVME_FEAT_HOST_MEMORY_BUFFER": 13,
        "NVME_FEAT_INTERRUPT_COALESCING": 8,
        "NVME_FEAT_INTERRUPT_VECTOR_CONFIGURATION": 9,
        "NVME_FEAT_KEEP_ALIVE_TIMER": 15,
        "NVME_FEAT_LBA_RANGE_TYPE": 3,
        "NVME_FEAT_LBA_STATUS_INFORMATION_ATTRIBUTES": 21,
        "NVME_FEAT_NAMESPACE_WRITE_PROTECTION_CONFIG": 132,
        "NVME_FEAT_NON_OP_POWER_STATE_CONFIG": 17,
        "NVME_FEAT_NUMBER_OF_QUEUES": 7,
        "NVME_FEAT_POWER_MANAGEMENT": 2,
        "NVME_FEAT_PREDICTABLE_LATENCY_MODE_CONFIG": 19,
        "NVME_FEAT_PREDICTABLE_LATENCY_MODE_WINDOW": 20,
        "NVME_FEAT_READ_RECOVERY_LEVEL_CONFIG": 18,
        "NVME_FEAT_RESERVATION_NOTIFICATION_MASK": 130,
        "NVME_FEAT_RESERVATION_PERSISTENCE": 131,
        "NVME_FEAT_SANITIZE_CONFIG": 23,
        "NVME_FEAT_SOFTWARE_PROGRESS_MARKER": 128,
        "NVME_FEAT_TEMPERATURE_THRESHOLD": 4,
        "NVME_FEAT_TIMESTAMP": 14,
        "NVME_FEAT_VOLATILE_WRITE_CACHE": 6,
        "NVME_FEAT_WRITE_ATOMICITY": 10
      }
    },
    "nvme_generic_command_status_code": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_SC_ABORTED_BY_REQUEST": 7,
        "NVME_SC_ABORTED_DUE_TO_PREEMPT": 27,
        "NVME_SC_ABORTED_FAILED_FUSED": 9,
        "NVME_SC_ABORTED_MISSING_FUSED": 10,
        "NVME_SC_ABORTED_POWER_LOSS": 5,
        "NVME_SC_ABORTED_SQ_DELETION": 8,
        "NVME_SC_ATOMIC_WRITE_UNIT_EXCEEDED": 20,
        "NVME_SC_CAPACITY_EXCEEDED": 129,
        "NVME_SC_COMMAND_ID_CONFLICT": 3,
        "NVME_SC_COMMAND_INTERRUPTED": 33,
        "NVME_SC_COMMAND_SEQUENCE_ERROR": 12,
        "NVME_SC_DATA_SGL_LENGTH_INVALID": 15,
        "NVME_SC_DATA_TRANSFER_ERROR": 4,
        "NVME_SC_FORMAT_IN_PROGRESS": 132,
        "NVME_SC_HOST_ID_INCONSISTENT_FORMAT": 24,
        "NVME_SC_INTERNAL_DEVICE_ERROR": 6,
        "NVME_SC_INVALID_FIELD": 2,
        "NVME_SC_INVALID_NAMESPACE_OR_FORMAT": 11,
        "NVME_SC_INVALID_NUMBER_OF_SGL_DESCR": 14,
        "NVME_SC_INVALID_OPCODE": 1,
        "NVME_SC_INVALID_SGL_SEGMENT_DESCR": 13,
        "NVME_SC_INVALID_USE_OF_CMB": 18,
        "NVME_SC_KEEP_ALIVE_TIMEOUT_EXPIRED": 25,
        "NVME_SC_KEEP_ALIVE_TIMEOUT_INVALID": 26,
        "NVME_SC_LBA_OUT_OF_RANGE": 128,
        "NVME_SC_METADATA_SGL_LENGTH_INVALID": 16,
        "NVME_SC_NAMESPACE_IS_WRITE_PROTECTED": 32,
        "NVME_SC_NAMESPACE_NOT_READY": 130,
        "NVME_SC_NOT_SUPPORTED_IN_CMB": 31,
        "NVME_SC_OPERATION_DENIED": 21,
        "NVME_SC_PRP_OFFET_INVALID": 19,
        "NVME_SC_RESERVATION_CONFLICT": 131,
        "NVME_SC_SANITIZE_FAILED": 28,
        "NVME_SC_SANITIZE_IN_PROGRESS": 29,
        "NVME_SC_SGL_DATA_BLOCK_GRAN_INVALID": 30,
        "NVME_SC_SGL_DESCRIPTOR_TYPE_INVALID": 17,
        "NVME_SC_SGL_OFFSET_INVALID": 22,
        "NVME_SC_SUCCESS": 0,
        "NVME_SC_TRANSIENT_TRANSPORT_ERROR": 34
      }
    },
    "nvme_io_test_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_TEST_FLAG_REFTHREAD": 1
      }
    },
    "nvme_log_page": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HGST_INFO_LOG": 193,
        "INTEL_LOG_ADD_SMART": 202,
        "INTEL_LOG_DRIVE_MKT_NAME": 221,
        "INTEL_LOG_READ_LAT_LOG": 193,
        "INTEL_LOG_TEMP_STATS": 197,
        "INTEL_LOG_WRITE_LAT_LOG": 194,
        "NVME_LOG_ASYMMETRIC_NAMESPACE_ACCESS": 12,
        "NVME_LOG_CHANGED_NAMESPACE": 4,
        "NVME_LOG_COMMAND_EFFECT": 5,
        "NVME_LOG_DEVICE_SELF_TEST": 6,
        "NVME_LOG_ENDURANCE_GROUP_EVENT_AGGREGATE": 15,
        "NVME_LOG_ENDURANCE_GROUP_INFORMATION": 9,
        "NVME_LOG_ERROR": 1,
        "NVME_LOG_FIRMWARE_SLOT": 3,
        "NVME_LOG_HEALTH_INFORMATION": 2,
        "NVME_LOG_LBA_STATUS_INFORMATION": 14,
        "NVME_LOG_PERSISTENT_EVENT_LOG": 13,
        "NVME_LOG_PREDICTABLE_LATENCY_EVENT_AGGREGATE": 11,
        "NVME_LOG_PREDICTABLE_LATENCY_PER_NVM_SET": 10,
        "NVME_LOG_RES_NOTIFICATION": 128,
        "NVME_LOG_SANITIZE_STATUS": 129,
        "NVME_LOG_TELEMETRY_CONTROLLER_INITIATED": 8,
        "NVME_LOG_TELEMETRY_HOST_INITIATED": 7
      }
    },
    "nvme_media_error_status_code": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_SC_ACCESS_DENIED": 134,
        "NVME_SC_APPLICATION_TAG_CHECK_ERROR": 131,
        "NVME_SC_COMPARE_FAILURE": 133,
        "NVME_SC_DEALLOCATED_OR_UNWRITTEN": 135,
        "NVME_SC_GUARD_CHECK_ERROR": 130,
        "NVME_SC_REFERENCE_TAG_CHECK_ERROR": 132,
        "NVME_SC_UNRECOVERED_READ_ERROR": 129,
        "NVME_SC_WRITE_FAULTS": 128
      }
    },
    "nvme_namespace_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_NS_DEALLOCATE_SUPPORTED": 1,
        "NVME_NS_FLUSH_SUPPORTED": 2
      }
    },
    "nvme_nvm_opcode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_OPC_COMPARE": 5,
        "NVME_OPC_COPY": 25,
        "NVME_OPC_DATASET_MANAGEMENT": 9,
        "NVME_OPC_FLUSH": 0,
        "NVME_OPC_READ": 2,
        "NVME_OPC_RESERVATION_ACQUIRE": 17,
        "NVME_OPC_RESERVATION_REGISTER": 13,
        "NVME_OPC_RESERVATION_RELEASE": 21,
        "NVME_OPC_RESERVATION_REPORT": 14,
        "NVME_OPC_VERIFY": 12,
        "NVME_OPC_WRITE": 1,
        "NVME_OPC_WRITE_UNCORRECTABLE": 4,
        "NVME_OPC_WRITE_ZEROES": 8
      }
    },
    "nvme_path_related_status_code": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_SC_ASYMMETRIC_ACCESS_INACCESSIBLE": 2,
        "NVME_SC_ASYMMETRIC_ACCESS_PERSISTENT_LOSS": 1,
        "NVME_SC_ASYMMETRIC_ACCESS_TRANSITION": 3,
        "NVME_SC_COMMAND_ABORTED_BY_HOST": 113,
        "NVME_SC_CONTROLLER_PATHING_ERROR": 96,
        "NVME_SC_HOST_PATHING_ERROR": 112,
        "NVME_SC_INTERNAL_PATH_ERROR": 0
      }
    },
    "nvme_recovery": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RECOVERY_NONE": 0,
        "RECOVERY_RESET": 2,
        "RECOVERY_START": 1,
        "RECOVERY_WAITING": 3
      }
    },
    "nvme_status_code_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_SCT_COMMAND_SPECIFIC": 1,
        "NVME_SCT_GENERIC": 0,
        "NVME_SCT_MEDIA_ERROR": 2,
        "NVME_SCT_PATH_RELATED": 3,
        "NVME_SCT_VENDOR_SPECIFIC": 7
      }
    },
    "obj_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OBJT_DEAD": 5,
        "OBJT_DEFAULT": 1,
        "OBJT_DEVICE": 3,
        "OBJT_FIRST_DYN": 8,
        "OBJT_MGTDEVICE": 7,
        "OBJT_PHYS": 4,
        "OBJT_RESERVED": 0,
        "OBJT_SG": 6,
        "OBJT_SWAP": 1,
        "OBJT_VNODE": 2
      }
    },
    "oce_interrupt_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCE_INTERRUPT_MODE_INTX": 1,
        "OCE_INTERRUPT_MODE_MSI": 2,
        "OCE_INTERRUPT_MODE_MSIX": 0
      }
    },
    "ops_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OP_EQL": 3,
        "OP_GEQ": 2,
        "OP_LEQ": 1,
        "OP_NONE": 0
      }
    },
    "p_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PRS_NEW": 0,
        "PRS_NORMAL": 1,
        "PRS_ZOMBIE": 2
      }
    },
    "parse_pass": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "parse_32": 1,
        "parse_64": 0
      }
    },
    "pci_bus_speed": {
      "size": 4,
      "base": "int",
      "constants": {
        "PCIE_SPEED_16_0GT": 3,
        "PCIE_SPEED_2_5GT": 0,
        "PCIE_SPEED_32_0GT": 4,
        "PCIE_SPEED_5_0GT": 1,
        "PCIE_SPEED_64_0GT": 5,
        "PCIE_SPEED_8_0GT": 2,
        "PCI_SPEED_UNKNOWN": -1
      }
    },
    "pci_channel_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "pci_channel_io_frozen": 2,
        "pci_channel_io_normal": 1,
        "pci_channel_io_perm_failure": 3
      }
    },
    "pci_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_IVAR_BUS": 12,
        "PCI_IVAR_CACHELNSZ": 17,
        "PCI_IVAR_CLASS": 5,
        "PCI_IVAR_CMDREG": 16,
        "PCI_IVAR_DEVICE": 3,
        "PCI_IVAR_DEVID": 4,
        "PCI_IVAR_DOMAIN": 11,
        "PCI_IVAR_ETHADDR": 15,
        "PCI_IVAR_FUNCTION": 14,
        "PCI_IVAR_INTPIN": 9,
        "PCI_IVAR_IRQ": 10,
        "PCI_IVAR_LATTIMER": 20,
        "PCI_IVAR_MAXLAT": 19,
        "PCI_IVAR_MINGNT": 18,
        "PCI_IVAR_PROGIF": 7,
        "PCI_IVAR_REVID": 8,
        "PCI_IVAR_SLOT": 13,
        "PCI_IVAR_SUBCLASS": 6,
        "PCI_IVAR_SUBDEVICE": 1,
        "PCI_IVAR_SUBVENDOR": 0,
        "PCI_IVAR_VENDOR": 2
      }
    },
    "pci_ers_result": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_ERS_RESULT_CAN_RECOVER": 2,
        "PCI_ERS_RESULT_DISCONNECT": 4,
        "PCI_ERS_RESULT_NEED_RESET": 3,
        "PCI_ERS_RESULT_NONE": 1,
        "PCI_ERS_RESULT_RECOVERED": 5
      }
    },
    "pci_feature": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_FEATURE_AER": 1,
        "PCI_FEATURE_HP": 0
      }
    },
    "pci_id_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_ID_MSI": 1,
        "PCI_ID_OFW_IOMMU": 2,
        "PCI_ID_RID": 0
      }
    },
    "pci_message_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_BUS_D0ENTRY": 1112080391,
        "PCI_BUS_D0EXIT": 1112080392,
        "PCI_BUS_RELATIONS": 1112080384,
        "PCI_BUS_RELATIONS2": 1112080409,
        "PCI_CREATE_INTERRUPT_MESSAGE": 1112080404,
        "PCI_CREATE_INTERRUPT_MESSAGE2": 1112080407,
        "PCI_CREATE_INTERRUPT_MESSAGE3": 1112080411,
        "PCI_DELETE_INTERRUPT_MESSAGE": 1112080405,
        "PCI_DELETE_INTERRUPT_MESSAGE2": 1112080408,
        "PCI_EJECT": 1112080395,
        "PCI_EJECTION_COMPLETE": 1112080399,
        "PCI_INVALIDATE_BLOCK": 1112080402,
        "PCI_MESSAGE_BASE": 1112080384,
        "PCI_MESSAGE_MAXIMUM": 1112080412,
        "PCI_POWER_STATE_CHANGE": 1112080388,
        "PCI_QUERY_BUS_RELATIONS": 1112080385,
        "PCI_QUERY_PROTOCOL_VERSION": 1112080403,
        "PCI_QUERY_RESOURCE_REQUIREMENTS": 1112080389,
        "PCI_QUERY_RESOURCE_RESOURCES": 1112080390,
        "PCI_QUERY_STOP": 1112080396,
        "PCI_QUERY_STOP_FAILED": 1112080398,
        "PCI_READ_BLOCK": 1112080393,
        "PCI_REENABLE": 1112080397,
        "PCI_RESOURCES_ASSIGNED": 1112080400,
        "PCI_RESOURCES_ASSIGNED2": 1112080406,
        "PCI_RESOURCES_ASSIGNED3": 1112080410,
        "PCI_RESOURCES_RELEASED": 1112080401,
        "PCI_WRITE_BLOCK": 1112080394
      }
    },
    "pci_protocol_version_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_PROTOCOL_VERSION_1_1": 65537,
        "PCI_PROTOCOL_VERSION_1_4": 65540
      }
    },
    "pcib_device_ivars": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCIB_IVAR_BUS": 1,
        "PCIB_IVAR_DOMAIN": 0
      }
    },
    "pcie_fw_eval": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCIE_FW_EVAL_CONF": 2,
        "PCIE_FW_EVAL_CRASH": 0,
        "PCIE_FW_EVAL_DEVICESHUTDOWN": 6,
        "PCIE_FW_EVAL_INIT": 3,
        "PCIE_FW_EVAL_OVERHEAT": 5,
        "PCIE_FW_EVAL_PREP": 1,
        "PCIE_FW_EVAL_UNEXPECTEDEVENT": 4
      }
    },
    "pcie_link_width": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCIE_LNK_WIDTH_RESRV": 0,
        "PCIE_LNK_WIDTH_UNKNOWN": 255,
        "PCIE_LNK_X1": 1,
        "PCIE_LNK_X12": 12,
        "PCIE_LNK_X16": 16,
        "PCIE_LNK_X2": 2,
        "PCIE_LNK_X32": 32,
        "PCIE_LNK_X4": 4,
        "PCIE_LNK_X8": 8
      }
    },
    "pctrie_access": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCTRIE_LOCKED": 1,
        "PCTRIE_SMR": 0,
        "PCTRIE_UNSERIALIZED": 2
      }
    },
    "pf_syncookies_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_SYNCOOKIES_ADAPTIVE": 2,
        "PF_SYNCOOKIES_ALWAYS": 1,
        "PF_SYNCOOKIES_MODE_MAX": 2,
        "PF_SYNCOOKIES_NEVER": 0
      }
    },
    "pfil_types": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFIL_TYPE_ETHERNET": 2,
        "PFIL_TYPE_IP4": 0,
        "PFIL_TYPE_IP6": 1
      }
    },
    "pfrw_op": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFRW_COUNTERS": 7,
        "PFRW_DYNADDR_UPDATE": 6,
        "PFRW_ENQUEUE": 2,
        "PFRW_GET_ADDRS": 3,
        "PFRW_GET_ASTATS": 4,
        "PFRW_MARK": 0,
        "PFRW_POOL_GET": 5,
        "PFRW_SWEEP": 1
      }
    },
    "pfsync_msg_versions": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFSYNC_MSG_VERSION_1301": 1301,
        "PFSYNC_MSG_VERSION_1400": 1400,
        "PFSYNC_MSG_VERSION_UNSPECIFIED": 0
      }
    },
    "pfsync_q_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFSYNC_Q_COUNT": 7,
        "PFSYNC_Q_DEL_C": 6,
        "PFSYNC_Q_IACK": 2,
        "PFSYNC_Q_INS_1301": 0,
        "PFSYNC_Q_INS_1400": 1,
        "PFSYNC_Q_UPD_1301": 3,
        "PFSYNC_Q_UPD_1400": 4,
        "PFSYNC_Q_UPD_C": 5
      }
    },
    "pmap_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PT_EPT": 1,
        "PT_RVI": 2,
        "PT_X86": 0
      }
    },
    "pmc_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PMC_EV_ARMV7_EVENT_00H": 81920,
        "PMC_EV_ARMV7_EVENT_01H": 81921,
        "PMC_EV_ARMV7_EVENT_02H": 81922,
        "PMC_EV_ARMV7_EVENT_03H": 81923,
        "PMC_EV_ARMV7_EVENT_04H": 81924,
        "PMC_EV_ARMV7_EVENT_05H": 81925,
        "PMC_EV_ARMV7_EVENT_06H": 81926,
        "PMC_EV_ARMV7_EVENT_07H": 81927,
        "PMC_EV_ARMV7_EVENT_08H": 81928,
        "PMC_EV_ARMV7_EVENT_09H": 81929,
        "PMC_EV_ARMV7_EVENT_0AH": 81930,
        "PMC_EV_ARMV7_EVENT_0BH": 81931,
        "PMC_EV_ARMV7_EVENT_0CH": 81932,
        "PMC_EV_ARMV7_EVENT_0DH": 81933,
        "PMC_EV_ARMV7_EVENT_0EH": 81934,
        "PMC_EV_ARMV7_EVENT_0FH": 81935,
        "PMC_EV_ARMV7_EVENT_10H": 81936,
        "PMC_EV_ARMV7_EVENT_11H": 81937,
        "PMC_EV_ARMV7_EVENT_12H": 81938,
        "PMC_EV_ARMV7_EVENT_13H": 81939,
        "PMC_EV_ARMV7_EVENT_14H": 81940,
        "PMC_EV_ARMV7_EVENT_15H": 81941,
        "PMC_EV_ARMV7_EVENT_16H": 81942,
        "PMC_EV_ARMV7_EVENT_17H": 81943,
        "PMC_EV_ARMV7_EVENT_18H": 81944,
        "PMC_EV_ARMV7_EVENT_19H": 81945,
        "PMC_EV_ARMV7_EVENT_1AH": 81946,
        "PMC_EV_ARMV7_EVENT_1BH": 81947,
        "PMC_EV_ARMV7_EVENT_1CH": 81948,
        "PMC_EV_ARMV7_EVENT_1DH": 81949,
        "PMC_EV_ARMV7_EVENT_1EH": 81950,
        "PMC_EV_ARMV7_EVENT_1FH": 81951,
        "PMC_EV_ARMV7_EVENT_20H": 81952,
        "PMC_EV_ARMV7_EVENT_21H": 81953,
        "PMC_EV_ARMV7_EVENT_22H": 81954,
        "PMC_EV_ARMV7_EVENT_23H": 81955,
        "PMC_EV_ARMV7_EVENT_24H": 81956,
        "PMC_EV_ARMV7_EVENT_25H": 81957,
        "PMC_EV_ARMV7_EVENT_26H": 81958,
        "PMC_EV_ARMV7_EVENT_27H": 81959,
        "PMC_EV_ARMV7_EVENT_28H": 81960,
        "PMC_EV_ARMV7_EVENT_29H": 81961,
        "PMC_EV_ARMV7_EVENT_2AH": 81962,
        "PMC_EV_ARMV7_EVENT_2BH": 81963,
        "PMC_EV_ARMV7_EVENT_2CH": 81964,
        "PMC_EV_ARMV7_EVENT_2DH": 81965,
        "PMC_EV_ARMV7_EVENT_2EH": 81966,
        "PMC_EV_ARMV7_EVENT_2FH": 81967,
        "PMC_EV_ARMV7_EVENT_30H": 81968,
        "PMC_EV_ARMV7_EVENT_31H": 81969,
        "PMC_EV_ARMV7_EVENT_32H": 81970,
        "PMC_EV_ARMV7_EVENT_33H": 81971,
        "PMC_EV_ARMV7_EVENT_34H": 81972,
        "PMC_EV_ARMV7_EVENT_35H": 81973,
        "PMC_EV_ARMV7_EVENT_36H": 81974,
        "PMC_EV_ARMV7_EVENT_37H": 81975,
        "PMC_EV_ARMV7_EVENT_38H": 81976,
        "PMC_EV_ARMV7_EVENT_39H": 81977,
        "PMC_EV_ARMV7_EVENT_3AH": 81978,
        "PMC_EV_ARMV7_EVENT_3BH": 81979,
        "PMC_EV_ARMV7_EVENT_3CH": 81980,
        "PMC_EV_ARMV7_EVENT_3DH": 81981,
        "PMC_EV_ARMV7_EVENT_3EH": 81982,
        "PMC_EV_ARMV7_EVENT_3FH": 81983,
        "PMC_EV_ARMV7_EVENT_40H": 81984,
        "PMC_EV_ARMV7_EVENT_41H": 81985,
        "PMC_EV_ARMV7_EVENT_42H": 81986,
        "PMC_EV_ARMV7_EVENT_43H": 81987,
        "PMC_EV_ARMV7_EVENT_44H": 81988,
        "PMC_EV_ARMV7_EVENT_45H": 81989,
        "PMC_EV_ARMV7_EVENT_46H": 81990,
        "PMC_EV_ARMV7_EVENT_47H": 81991,
        "PMC_EV_ARMV7_EVENT_48H": 81992,
        "PMC_EV_ARMV7_EVENT_49H": 81993,
        "PMC_EV_ARMV7_EVENT_4AH": 81994,
        "PMC_EV_ARMV7_EVENT_4BH": 81995,
        "PMC_EV_ARMV7_EVENT_4CH": 81996,
        "PMC_EV_ARMV7_EVENT_4DH": 81997,
        "PMC_EV_ARMV7_EVENT_4EH": 81998,
        "PMC_EV_ARMV7_EVENT_4FH": 81999,
        "PMC_EV_ARMV7_EVENT_50H": 82000,
        "PMC_EV_ARMV7_EVENT_51H": 82001,
        "PMC_EV_ARMV7_EVENT_52H": 82002,
        "PMC_EV_ARMV7_EVENT_53H": 82003,
        "PMC_EV_ARMV7_EVENT_54H": 82004,
        "PMC_EV_ARMV7_EVENT_55H": 82005,
        "PMC_EV_ARMV7_EVENT_56H": 82006,
        "PMC_EV_ARMV7_EVENT_57H": 82007,
        "PMC_EV_ARMV7_EVENT_58H": 82008,
        "PMC_EV_ARMV7_EVENT_59H": 82009,
        "PMC_EV_ARMV7_EVENT_5AH": 82010,
        "PMC_EV_ARMV7_EVENT_5BH": 82011,
        "PMC_EV_ARMV7_EVENT_5CH": 82012,
        "PMC_EV_ARMV7_EVENT_5DH": 82013,
        "PMC_EV_ARMV7_EVENT_5EH": 82014,
        "PMC_EV_ARMV7_EVENT_5FH": 82015,
        "PMC_EV_ARMV7_EVENT_60H": 82016,
        "PMC_EV_ARMV7_EVENT_61H": 82017,
        "PMC_EV_ARMV7_EVENT_62H": 82018,
        "PMC_EV_ARMV7_EVENT_63H": 82019,
        "PMC_EV_ARMV7_EVENT_64H": 82020,
        "PMC_EV_ARMV7_EVENT_65H": 82021,
        "PMC_EV_ARMV7_EVENT_66H": 82022,
        "PMC_EV_ARMV7_EVENT_67H": 82023,
        "PMC_EV_ARMV7_EVENT_68H": 82024,
        "PMC_EV_ARMV7_EVENT_69H": 82025,
        "PMC_EV_ARMV7_EVENT_6AH": 82026,
        "PMC_EV_ARMV7_EVENT_6BH": 82027,
        "PMC_EV_ARMV7_EVENT_6CH": 82028,
        "PMC_EV_ARMV7_EVENT_6DH": 82029,
        "PMC_EV_ARMV7_EVENT_6EH": 82030,
        "PMC_EV_ARMV7_EVENT_6FH": 82031,
        "PMC_EV_ARMV7_EVENT_70H": 82032,
        "PMC_EV_ARMV7_EVENT_71H": 82033,
        "PMC_EV_ARMV7_EVENT_72H": 82034,
        "PMC_EV_ARMV7_EVENT_73H": 82035,
        "PMC_EV_ARMV7_EVENT_74H": 82036,
        "PMC_EV_ARMV7_EVENT_75H": 82037,
        "PMC_EV_ARMV7_EVENT_76H": 82038,
        "PMC_EV_ARMV7_EVENT_77H": 82039,
        "PMC_EV_ARMV7_EVENT_78H": 82040,
        "PMC_EV_ARMV7_EVENT_79H": 82041,
        "PMC_EV_ARMV7_EVENT_7AH": 82042,
        "PMC_EV_ARMV7_EVENT_7BH": 82043,
        "PMC_EV_ARMV7_EVENT_7CH": 82044,
        "PMC_EV_ARMV7_EVENT_7DH": 82045,
        "PMC_EV_ARMV7_EVENT_7EH": 82046,
        "PMC_EV_ARMV7_EVENT_7FH": 82047,
        "PMC_EV_ARMV7_EVENT_80H": 82048,
        "PMC_EV_ARMV7_EVENT_81H": 82049,
        "PMC_EV_ARMV7_EVENT_82H": 82050,
        "PMC_EV_ARMV7_EVENT_83H": 82051,
        "PMC_EV_ARMV7_EVENT_84H": 82052,
        "PMC_EV_ARMV7_EVENT_85H": 82053,
        "PMC_EV_ARMV7_EVENT_86H": 82054,
        "PMC_EV_ARMV7_EVENT_87H": 82055,
        "PMC_EV_ARMV7_EVENT_88H": 82056,
        "PMC_EV_ARMV7_EVENT_89H": 82057,
        "PMC_EV_ARMV7_EVENT_8AH": 82058,
        "PMC_EV_ARMV7_EVENT_8BH": 82059,
        "PMC_EV_ARMV7_EVENT_8CH": 82060,
        "PMC_EV_ARMV7_EVENT_8DH": 82061,
        "PMC_EV_ARMV7_EVENT_8EH": 82062,
        "PMC_EV_ARMV7_EVENT_8FH": 82063,
        "PMC_EV_ARMV7_EVENT_90H": 82064,
        "PMC_EV_ARMV7_EVENT_91H": 82065,
        "PMC_EV_ARMV7_EVENT_92H": 82066,
        "PMC_EV_ARMV7_EVENT_93H": 82067,
        "PMC_EV_ARMV7_EVENT_94H": 82068,
        "PMC_EV_ARMV7_EVENT_95H": 82069,
        "PMC_EV_ARMV7_EVENT_96H": 82070,
        "PMC_EV_ARMV7_EVENT_97H": 82071,
        "PMC_EV_ARMV7_EVENT_98H": 82072,
        "PMC_EV_ARMV7_EVENT_99H": 82073,
        "PMC_EV_ARMV7_EVENT_9AH": 82074,
        "PMC_EV_ARMV7_EVENT_9BH": 82075,
        "PMC_EV_ARMV7_EVENT_9CH": 82076,
        "PMC_EV_ARMV7_EVENT_9DH": 82077,
        "PMC_EV_ARMV7_EVENT_9EH": 82078,
        "PMC_EV_ARMV7_EVENT_9FH": 82079,
        "PMC_EV_ARMV7_EVENT_A0H": 82080,
        "PMC_EV_ARMV7_EVENT_A1H": 82081,
        "PMC_EV_ARMV7_EVENT_A2H": 82082,
        "PMC_EV_ARMV7_EVENT_A3H": 82083,
        "PMC_EV_ARMV7_EVENT_A4H": 82084,
        "PMC_EV_ARMV7_EVENT_A5H": 82085,
        "PMC_EV_ARMV7_EVENT_A6H": 82086,
        "PMC_EV_ARMV7_EVENT_A7H": 82087,
        "PMC_EV_ARMV7_EVENT_A8H": 82088,
        "PMC_EV_ARMV7_EVENT_A9H": 82089,
        "PMC_EV_ARMV7_EVENT_AAH": 82090,
        "PMC_EV_ARMV7_EVENT_ABH": 82091,
        "PMC_EV_ARMV7_EVENT_ACH": 82092,
        "PMC_EV_ARMV7_EVENT_ADH": 82093,
        "PMC_EV_ARMV7_EVENT_AEH": 82094,
        "PMC_EV_ARMV7_EVENT_AFH": 82095,
        "PMC_EV_ARMV7_EVENT_B0H": 82096,
        "PMC_EV_ARMV7_EVENT_B1H": 82097,
        "PMC_EV_ARMV7_EVENT_B2H": 82098,
        "PMC_EV_ARMV7_EVENT_B3H": 82099,
        "PMC_EV_ARMV7_EVENT_B4H": 82100,
        "PMC_EV_ARMV7_EVENT_B5H": 82101,
        "PMC_EV_ARMV7_EVENT_B6H": 82102,
        "PMC_EV_ARMV7_EVENT_B7H": 82103,
        "PMC_EV_ARMV7_EVENT_B8H": 82104,
        "PMC_EV_ARMV7_EVENT_B9H": 82105,
        "PMC_EV_ARMV7_EVENT_BAH": 82106,
        "PMC_EV_ARMV7_EVENT_BBH": 82107,
        "PMC_EV_ARMV7_EVENT_BCH": 82108,
        "PMC_EV_ARMV7_EVENT_BDH": 82109,
        "PMC_EV_ARMV7_EVENT_BEH": 82110,
        "PMC_EV_ARMV7_EVENT_BFH": 82111,
        "PMC_EV_ARMV7_EVENT_C0H": 82112,
        "PMC_EV_ARMV7_EVENT_C1H": 82113,
        "PMC_EV_ARMV7_EVENT_C2H": 82114,
        "PMC_EV_ARMV7_EVENT_C3H": 82115,
        "PMC_EV_ARMV7_EVENT_C4H": 82116,
        "PMC_EV_ARMV7_EVENT_C5H": 82117,
        "PMC_EV_ARMV7_EVENT_C6H": 82118,
        "PMC_EV_ARMV7_EVENT_C7H": 82119,
        "PMC_EV_ARMV7_EVENT_C8H": 82120,
        "PMC_EV_ARMV7_EVENT_C9H": 82121,
        "PMC_EV_ARMV7_EVENT_CAH": 82122,
        "PMC_EV_ARMV7_EVENT_CBH": 82123,
        "PMC_EV_ARMV7_EVENT_CCH": 82124,
        "PMC_EV_ARMV7_EVENT_CDH": 82125,
        "PMC_EV_ARMV7_EVENT_CEH": 82126,
        "PMC_EV_ARMV7_EVENT_CFH": 82127,
        "PMC_EV_ARMV7_EVENT_D0H": 82128,
        "PMC_EV_ARMV7_EVENT_D1H": 82129,
        "PMC_EV_ARMV7_EVENT_D2H": 82130,
        "PMC_EV_ARMV7_EVENT_D3H": 82131,
        "PMC_EV_ARMV7_EVENT_D4H": 82132,
        "PMC_EV_ARMV7_EVENT_D5H": 82133,
        "PMC_EV_ARMV7_EVENT_D6H": 82134,
        "PMC_EV_ARMV7_EVENT_D7H": 82135,
        "PMC_EV_ARMV7_EVENT_D8H": 82136,
        "PMC_EV_ARMV7_EVENT_D9H": 82137,
        "PMC_EV_ARMV7_EVENT_DAH": 82138,
        "PMC_EV_ARMV7_EVENT_DBH": 82139,
        "PMC_EV_ARMV7_EVENT_DCH": 82140,
        "PMC_EV_ARMV7_EVENT_DDH": 82141,
        "PMC_EV_ARMV7_EVENT_DEH": 82142,
        "PMC_EV_ARMV7_EVENT_DFH": 82143,
        "PMC_EV_ARMV7_EVENT_E0H": 82144,
        "PMC_EV_ARMV7_EVENT_E1H": 82145,
        "PMC_EV_ARMV7_EVENT_E2H": 82146,
        "PMC_EV_ARMV7_EVENT_E3H": 82147,
        "PMC_EV_ARMV7_EVENT_E4H": 82148,
        "PMC_EV_ARMV7_EVENT_E5H": 82149,
        "PMC_EV_ARMV7_EVENT_E6H": 82150,
        "PMC_EV_ARMV7_EVENT_E7H": 82151,
        "PMC_EV_ARMV7_EVENT_E8H": 82152,
        "PMC_EV_ARMV7_EVENT_E9H": 82153,
        "PMC_EV_ARMV7_EVENT_EAH": 82154,
        "PMC_EV_ARMV7_EVENT_EBH": 82155,
        "PMC_EV_ARMV7_EVENT_ECH": 82156,
        "PMC_EV_ARMV7_EVENT_EDH": 82157,
        "PMC_EV_ARMV7_EVENT_EEH": 82158,
        "PMC_EV_ARMV7_EVENT_EFH": 82159,
        "PMC_EV_ARMV7_EVENT_F0H": 82160,
        "PMC_EV_ARMV7_EVENT_F1H": 82161,
        "PMC_EV_ARMV7_EVENT_F2H": 82162,
        "PMC_EV_ARMV7_EVENT_F3H": 82163,
        "PMC_EV_ARMV7_EVENT_F4H": 82164,
        "PMC_EV_ARMV7_EVENT_F5H": 82165,
        "PMC_EV_ARMV7_EVENT_F6H": 82166,
        "PMC_EV_ARMV7_EVENT_F7H": 82167,
        "PMC_EV_ARMV7_EVENT_F8H": 82168,
        "PMC_EV_ARMV7_EVENT_F9H": 82169,
        "PMC_EV_ARMV7_EVENT_FAH": 82170,
        "PMC_EV_ARMV7_EVENT_FBH": 82171,
        "PMC_EV_ARMV7_EVENT_FCH": 82172,
        "PMC_EV_ARMV7_EVENT_FDH": 82173,
        "PMC_EV_ARMV7_EVENT_FEH": 82174,
        "PMC_EV_ARMV7_EVENT_FFH": 82175,
        "PMC_EV_ARMV7__BLOCK_START": 81919,
        "PMC_EV_ARMV8_EVENT_00H": 82176,
        "PMC_EV_ARMV8_EVENT_01H": 82177,
        "PMC_EV_ARMV8_EVENT_02H": 82178,
        "PMC_EV_ARMV8_EVENT_03H": 82179,
        "PMC_EV_ARMV8_EVENT_04H": 82180,
        "PMC_EV_ARMV8_EVENT_05H": 82181,
        "PMC_EV_ARMV8_EVENT_06H": 82182,
        "PMC_EV_ARMV8_EVENT_07H": 82183,
        "PMC_EV_ARMV8_EVENT_08H": 82184,
        "PMC_EV_ARMV8_EVENT_09H": 82185,
        "PMC_EV_ARMV8_EVENT_0AH": 82186,
        "PMC_EV_ARMV8_EVENT_0BH": 82187,
        "PMC_EV_ARMV8_EVENT_0CH": 82188,
        "PMC_EV_ARMV8_EVENT_0DH": 82189,
        "PMC_EV_ARMV8_EVENT_0EH": 82190,
        "PMC_EV_ARMV8_EVENT_0FH": 82191,
        "PMC_EV_ARMV8_EVENT_100H": 82432,
        "PMC_EV_ARMV8_EVENT_101H": 82433,
        "PMC_EV_ARMV8_EVENT_102H": 82434,
        "PMC_EV_ARMV8_EVENT_103H": 82435,
        "PMC_EV_ARMV8_EVENT_104H": 82436,
        "PMC_EV_ARMV8_EVENT_105H": 82437,
        "PMC_EV_ARMV8_EVENT_106H": 82438,
        "PMC_EV_ARMV8_EVENT_107H": 82439,
        "PMC_EV_ARMV8_EVENT_108H": 82440,
        "PMC_EV_ARMV8_EVENT_109H": 82441,
        "PMC_EV_ARMV8_EVENT_10AH": 82442,
        "PMC_EV_ARMV8_EVENT_10BH": 82443,
        "PMC_EV_ARMV8_EVENT_10CH": 82444,
        "PMC_EV_ARMV8_EVENT_10DH": 82445,
        "PMC_EV_ARMV8_EVENT_10EH": 82446,
        "PMC_EV_ARMV8_EVENT_10FH": 82447,
        "PMC_EV_ARMV8_EVENT_10H": 82192,
        "PMC_EV_ARMV8_EVENT_110H": 82448,
        "PMC_EV_ARMV8_EVENT_111H": 82449,
        "PMC_EV_ARMV8_EVENT_112H": 82450,
        "PMC_EV_ARMV8_EVENT_113H": 82451,
        "PMC_EV_ARMV8_EVENT_114H": 82452,
        "PMC_EV_ARMV8_EVENT_115H": 82453,
        "PMC_EV_ARMV8_EVENT_116H": 82454,
        "PMC_EV_ARMV8_EVENT_117H": 82455,
        "PMC_EV_ARMV8_EVENT_118H": 82456,
        "PMC_EV_ARMV8_EVENT_119H": 82457,
        "PMC_EV_ARMV8_EVENT_11AH": 82458,
        "PMC_EV_ARMV8_EVENT_11BH": 82459,
        "PMC_EV_ARMV8_EVENT_11CH": 82460,
        "PMC_EV_ARMV8_EVENT_11DH": 82461,
        "PMC_EV_ARMV8_EVENT_11EH": 82462,
        "PMC_EV_ARMV8_EVENT_11FH": 82463,
        "PMC_EV_ARMV8_EVENT_11H": 82193,
        "PMC_EV_ARMV8_EVENT_120H": 82464,
        "PMC_EV_ARMV8_EVENT_121H": 82465,
        "PMC_EV_ARMV8_EVENT_122H": 82466,
        "PMC_EV_ARMV8_EVENT_123H": 82467,
        "PMC_EV_ARMV8_EVENT_124H": 82468,
        "PMC_EV_ARMV8_EVENT_125H": 82469,
        "PMC_EV_ARMV8_EVENT_126H": 82470,
        "PMC_EV_ARMV8_EVENT_127H": 82471,
        "PMC_EV_ARMV8_EVENT_128H": 82472,
        "PMC_EV_ARMV8_EVENT_129H": 82473,
        "PMC_EV_ARMV8_EVENT_12AH": 82474,
        "PMC_EV_ARMV8_EVENT_12BH": 82475,
        "PMC_EV_ARMV8_EVENT_12CH": 82476,
        "PMC_EV_ARMV8_EVENT_12DH": 82477,
        "PMC_EV_ARMV8_EVENT_12EH": 82478,
        "PMC_EV_ARMV8_EVENT_12FH": 82479,
        "PMC_EV_ARMV8_EVENT_12H": 82194,
        "PMC_EV_ARMV8_EVENT_130H": 82480,
        "PMC_EV_ARMV8_EVENT_131H": 82481,
        "PMC_EV_ARMV8_EVENT_132H": 82482,
        "PMC_EV_ARMV8_EVENT_133H": 82483,
        "PMC_EV_ARMV8_EVENT_134H": 82484,
        "PMC_EV_ARMV8_EVENT_135H": 82485,
        "PMC_EV_ARMV8_EVENT_136H": 82486,
        "PMC_EV_ARMV8_EVENT_137H": 82487,
        "PMC_EV_ARMV8_EVENT_138H": 82488,
        "PMC_EV_ARMV8_EVENT_139H": 82489,
        "PMC_EV_ARMV8_EVENT_13AH": 82490,
        "PMC_EV_ARMV8_EVENT_13BH": 82491,
        "PMC_EV_ARMV8_EVENT_13CH": 82492,
        "PMC_EV_ARMV8_EVENT_13DH": 82493,
        "PMC_EV_ARMV8_EVENT_13EH": 82494,
        "PMC_EV_ARMV8_EVENT_13FH": 82495,
        "PMC_EV_ARMV8_EVENT_13H": 82195,
        "PMC_EV_ARMV8_EVENT_140H": 82496,
        "PMC_EV_ARMV8_EVENT_141H": 82497,
        "PMC_EV_ARMV8_EVENT_142H": 82498,
        "PMC_EV_ARMV8_EVENT_143H": 82499,
        "PMC_EV_ARMV8_EVENT_144H": 82500,
        "PMC_EV_ARMV8_EVENT_145H": 82501,
        "PMC_EV_ARMV8_EVENT_146H": 82502,
        "PMC_EV_ARMV8_EVENT_147H": 82503,
        "PMC_EV_ARMV8_EVENT_148H": 82504,
        "PMC_EV_ARMV8_EVENT_149H": 82505,
        "PMC_EV_ARMV8_EVENT_14AH": 82506,
        "PMC_EV_ARMV8_EVENT_14BH": 82507,
        "PMC_EV_ARMV8_EVENT_14CH": 82508,
        "PMC_EV_ARMV8_EVENT_14DH": 82509,
        "PMC_EV_ARMV8_EVENT_14EH": 82510,
        "PMC_EV_ARMV8_EVENT_14FH": 82511,
        "PMC_EV_ARMV8_EVENT_14H": 82196,
        "PMC_EV_ARMV8_EVENT_150H": 82512,
        "PMC_EV_ARMV8_EVENT_151H": 82513,
        "PMC_EV_ARMV8_EVENT_152H": 82514,
        "PMC_EV_ARMV8_EVENT_153H": 82515,
        "PMC_EV_ARMV8_EVENT_154H": 82516,
        "PMC_EV_ARMV8_EVENT_155H": 82517,
        "PMC_EV_ARMV8_EVENT_156H": 82518,
        "PMC_EV_ARMV8_EVENT_157H": 82519,
        "PMC_EV_ARMV8_EVENT_158H": 82520,
        "PMC_EV_ARMV8_EVENT_159H": 82521,
        "PMC_EV_ARMV8_EVENT_15AH": 82522,
        "PMC_EV_ARMV8_EVENT_15BH": 82523,
        "PMC_EV_ARMV8_EVENT_15CH": 82524,
        "PMC_EV_ARMV8_EVENT_15DH": 82525,
        "PMC_EV_ARMV8_EVENT_15EH": 82526,
        "PMC_EV_ARMV8_EVENT_15FH": 82527,
        "PMC_EV_ARMV8_EVENT_15H": 82197,
        "PMC_EV_ARMV8_EVENT_160H": 82528,
        "PMC_EV_ARMV8_EVENT_161H": 82529,
        "PMC_EV_ARMV8_EVENT_162H": 82530,
        "PMC_EV_ARMV8_EVENT_163H": 82531,
        "PMC_EV_ARMV8_EVENT_164H": 82532,
        "PMC_EV_ARMV8_EVENT_165H": 82533,
        "PMC_EV_ARMV8_EVENT_166H": 82534,
        "PMC_EV_ARMV8_EVENT_167H": 82535,
        "PMC_EV_ARMV8_EVENT_168H": 82536,
        "PMC_EV_ARMV8_EVENT_169H": 82537,
        "PMC_EV_ARMV8_EVENT_16AH": 82538,
        "PMC_EV_ARMV8_EVENT_16BH": 82539,
        "PMC_EV_ARMV8_EVENT_16CH": 82540,
        "PMC_EV_ARMV8_EVENT_16DH": 82541,
        "PMC_EV_ARMV8_EVENT_16EH": 82542,
        "PMC_EV_ARMV8_EVENT_16FH": 82543,
        "PMC_EV_ARMV8_EVENT_16H": 82198,
        "PMC_EV_ARMV8_EVENT_170H": 82544,
        "PMC_EV_ARMV8_EVENT_171H": 82545,
        "PMC_EV_ARMV8_EVENT_172H": 82546,
        "PMC_EV_ARMV8_EVENT_173H": 82547,
        "PMC_EV_ARMV8_EVENT_174H": 82548,
        "PMC_EV_ARMV8_EVENT_175H": 82549,
        "PMC_EV_ARMV8_EVENT_176H": 82550,
        "PMC_EV_ARMV8_EVENT_177H": 82551,
        "PMC_EV_ARMV8_EVENT_178H": 82552,
        "PMC_EV_ARMV8_EVENT_179H": 82553,
        "PMC_EV_ARMV8_EVENT_17AH": 82554,
        "PMC_EV_ARMV8_EVENT_17BH": 82555,
        "PMC_EV_ARMV8_EVENT_17CH": 82556,
        "PMC_EV_ARMV8_EVENT_17DH": 82557,
        "PMC_EV_ARMV8_EVENT_17EH": 82558,
        "PMC_EV_ARMV8_EVENT_17FH": 82559,
        "PMC_EV_ARMV8_EVENT_17H": 82199,
        "PMC_EV_ARMV8_EVENT_180H": 82560,
        "PMC_EV_ARMV8_EVENT_181H": 82561,
        "PMC_EV_ARMV8_EVENT_182H": 82562,
        "PMC_EV_ARMV8_EVENT_183H": 82563,
        "PMC_EV_ARMV8_EVENT_184H": 82564,
        "PMC_EV_ARMV8_EVENT_185H": 82565,
        "PMC_EV_ARMV8_EVENT_186H": 82566,
        "PMC_EV_ARMV8_EVENT_187H": 82567,
        "PMC_EV_ARMV8_EVENT_188H": 82568,
        "PMC_EV_ARMV8_EVENT_189H": 82569,
        "PMC_EV_ARMV8_EVENT_18AH": 82570,
        "PMC_EV_ARMV8_EVENT_18BH": 82571,
        "PMC_EV_ARMV8_EVENT_18CH": 82572,
        "PMC_EV_ARMV8_EVENT_18DH": 82573,
        "PMC_EV_ARMV8_EVENT_18EH": 82574,
        "PMC_EV_ARMV8_EVENT_18FH": 82575,
        "PMC_EV_ARMV8_EVENT_18H": 82200,
        "PMC_EV_ARMV8_EVENT_190H": 82576,
        "PMC_EV_ARMV8_EVENT_191H": 82577,
        "PMC_EV_ARMV8_EVENT_192H": 82578,
        "PMC_EV_ARMV8_EVENT_193H": 82579,
        "PMC_EV_ARMV8_EVENT_194H": 82580,
        "PMC_EV_ARMV8_EVENT_195H": 82581,
        "PMC_EV_ARMV8_EVENT_196H": 82582,
        "PMC_EV_ARMV8_EVENT_197H": 82583,
        "PMC_EV_ARMV8_EVENT_198H": 82584,
        "PMC_EV_ARMV8_EVENT_199H": 82585,
        "PMC_EV_ARMV8_EVENT_19AH": 82586,
        "PMC_EV_ARMV8_EVENT_19BH": 82587,
        "PMC_EV_ARMV8_EVENT_19CH": 82588,
        "PMC_EV_ARMV8_EVENT_19DH": 82589,
        "PMC_EV_ARMV8_EVENT_19EH": 82590,
        "PMC_EV_ARMV8_EVENT_19FH": 82591,
        "PMC_EV_ARMV8_EVENT_19H": 82201,
        "PMC_EV_ARMV8_EVENT_1A0H": 82592,
        "PMC_EV_ARMV8_EVENT_1A1H": 82593,
        "PMC_EV_ARMV8_EVENT_1A2H": 82594,
        "PMC_EV_ARMV8_EVENT_1A3H": 82595,
        "PMC_EV_ARMV8_EVENT_1A4H": 82596,
        "PMC_EV_ARMV8_EVENT_1A5H": 82597,
        "PMC_EV_ARMV8_EVENT_1A6H": 82598,
        "PMC_EV_ARMV8_EVENT_1A7H": 82599,
        "PMC_EV_ARMV8_EVENT_1A8H": 82600,
        "PMC_EV_ARMV8_EVENT_1A9H": 82601,
        "PMC_EV_ARMV8_EVENT_1AAH": 82602,
        "PMC_EV_ARMV8_EVENT_1ABH": 82603,
        "PMC_EV_ARMV8_EVENT_1ACH": 82604,
        "PMC_EV_ARMV8_EVENT_1ADH": 82605,
        "PMC_EV_ARMV8_EVENT_1AEH": 82606,
        "PMC_EV_ARMV8_EVENT_1AFH": 82607,
        "PMC_EV_ARMV8_EVENT_1AH": 82202,
        "PMC_EV_ARMV8_EVENT_1B0H": 82608,
        "PMC_EV_ARMV8_EVENT_1B1H": 82609,
        "PMC_EV_ARMV8_EVENT_1B2H": 82610,
        "PMC_EV_ARMV8_EVENT_1B3H": 82611,
        "PMC_EV_ARMV8_EVENT_1B4H": 82612,
        "PMC_EV_ARMV8_EVENT_1B5H": 82613,
        "PMC_EV_ARMV8_EVENT_1B6H": 82614,
        "PMC_EV_ARMV8_EVENT_1B7H": 82615,
        "PMC_EV_ARMV8_EVENT_1B8H": 82616,
        "PMC_EV_ARMV8_EVENT_1B9H": 82617,
        "PMC_EV_ARMV8_EVENT_1BAH": 82618,
        "PMC_EV_ARMV8_EVENT_1BBH": 82619,
        "PMC_EV_ARMV8_EVENT_1BCH": 82620,
        "PMC_EV_ARMV8_EVENT_1BDH": 82621,
        "PMC_EV_ARMV8_EVENT_1BEH": 82622,
        "PMC_EV_ARMV8_EVENT_1BFH": 82623,
        "PMC_EV_ARMV8_EVENT_1BH": 82203,
        "PMC_EV_ARMV8_EVENT_1C0H": 82624,
        "PMC_EV_ARMV8_EVENT_1C1H": 82625,
        "PMC_EV_ARMV8_EVENT_1C2H": 82626,
        "PMC_EV_ARMV8_EVENT_1C3H": 82627,
        "PMC_EV_ARMV8_EVENT_1C4H": 82628,
        "PMC_EV_ARMV8_EVENT_1C5H": 82629,
        "PMC_EV_ARMV8_EVENT_1C6H": 82630,
        "PMC_EV_ARMV8_EVENT_1C7H": 82631,
        "PMC_EV_ARMV8_EVENT_1C8H": 82632,
        "PMC_EV_ARMV8_EVENT_1C9H": 82633,
        "PMC_EV_ARMV8_EVENT_1CAH": 82634,
        "PMC_EV_ARMV8_EVENT_1CBH": 82635,
        "PMC_EV_ARMV8_EVENT_1CCH": 82636,
        "PMC_EV_ARMV8_EVENT_1CDH": 82637,
        "PMC_EV_ARMV8_EVENT_1CEH": 82638,
        "PMC_EV_ARMV8_EVENT_1CFH": 82639,
        "PMC_EV_ARMV8_EVENT_1CH": 82204,
        "PMC_EV_ARMV8_EVENT_1D0H": 82640,
        "PMC_EV_ARMV8_EVENT_1D1H": 82641,
        "PMC_EV_ARMV8_EVENT_1D2H": 82642,
        "PMC_EV_ARMV8_EVENT_1D3H": 82643,
        "PMC_EV_ARMV8_EVENT_1D4H": 82644,
        "PMC_EV_ARMV8_EVENT_1D5H": 82645,
        "PMC_EV_ARMV8_EVENT_1D6H": 82646,
        "PMC_EV_ARMV8_EVENT_1D7H": 82647,
        "PMC_EV_ARMV8_EVENT_1D8H": 82648,
        "PMC_EV_ARMV8_EVENT_1D9H": 82649,
        "PMC_EV_ARMV8_EVENT_1DAH": 82650,
        "PMC_EV_ARMV8_EVENT_1DBH": 82651,
        "PMC_EV_ARMV8_EVENT_1DCH": 82652,
        "PMC_EV_ARMV8_EVENT_1DDH": 82653,
        "PMC_EV_ARMV8_EVENT_1DEH": 82654,
        "PMC_EV_ARMV8_EVENT_1DFH": 82655,
        "PMC_EV_ARMV8_EVENT_1DH": 82205,
        "PMC_EV_ARMV8_EVENT_1E0H": 82656,
        "PMC_EV_ARMV8_EVENT_1E1H": 82657,
        "PMC_EV_ARMV8_EVENT_1E2H": 82658,
        "PMC_EV_ARMV8_EVENT_1E3H": 82659,
        "PMC_EV_ARMV8_EVENT_1E4H": 82660,
        "PMC_EV_ARMV8_EVENT_1E5H": 82661,
        "PMC_EV_ARMV8_EVENT_1E6H": 82662,
        "PMC_EV_ARMV8_EVENT_1E7H": 82663,
        "PMC_EV_ARMV8_EVENT_1E8H": 82664,
        "PMC_EV_ARMV8_EVENT_1E9H": 82665,
        "PMC_EV_ARMV8_EVENT_1EAH": 82666,
        "PMC_EV_ARMV8_EVENT_1EBH": 82667,
        "PMC_EV_ARMV8_EVENT_1ECH": 82668,
        "PMC_EV_ARMV8_EVENT_1EDH": 82669,
        "PMC_EV_ARMV8_EVENT_1EEH": 82670,
        "PMC_EV_ARMV8_EVENT_1EFH": 82671,
        "PMC_EV_ARMV8_EVENT_1EH": 82206,
        "PMC_EV_ARMV8_EVENT_1F0H": 82672,
        "PMC_EV_ARMV8_EVENT_1F1H": 82673,
        "PMC_EV_ARMV8_EVENT_1F2H": 82674,
        "PMC_EV_ARMV8_EVENT_1F3H": 82675,
        "PMC_EV_ARMV8_EVENT_1F4H": 82676,
        "PMC_EV_ARMV8_EVENT_1F5H": 82677,
        "PMC_EV_ARMV8_EVENT_1F6H": 82678,
        "PMC_EV_ARMV8_EVENT_1F7H": 82679,
        "PMC_EV_ARMV8_EVENT_1F8H": 82680,
        "PMC_EV_ARMV8_EVENT_1F9H": 82681,
        "PMC_EV_ARMV8_EVENT_1FAH": 82682,
        "PMC_EV_ARMV8_EVENT_1FBH": 82683,
        "PMC_EV_ARMV8_EVENT_1FCH": 82684,
        "PMC_EV_ARMV8_EVENT_1FDH": 82685,
        "PMC_EV_ARMV8_EVENT_1FEH": 82686,
        "PMC_EV_ARMV8_EVENT_1FFH": 82687,
        "PMC_EV_ARMV8_EVENT_1FH": 82207,
        "PMC_EV_ARMV8_EVENT_200H": 82688,
        "PMC_EV_ARMV8_EVENT_201H": 82689,
        "PMC_EV_ARMV8_EVENT_202H": 82690,
        "PMC_EV_ARMV8_EVENT_203H": 82691,
        "PMC_EV_ARMV8_EVENT_204H": 82692,
        "PMC_EV_ARMV8_EVENT_205H": 82693,
        "PMC_EV_ARMV8_EVENT_206H": 82694,
        "PMC_EV_ARMV8_EVENT_207H": 82695,
        "PMC_EV_ARMV8_EVENT_208H": 82696,
        "PMC_EV_ARMV8_EVENT_209H": 82697,
        "PMC_EV_ARMV8_EVENT_20AH": 82698,
        "PMC_EV_ARMV8_EVENT_20BH": 82699,
        "PMC_EV_ARMV8_EVENT_20CH": 82700,
        "PMC_EV_ARMV8_EVENT_20DH": 82701,
        "PMC_EV_ARMV8_EVENT_20EH": 82702,
        "PMC_EV_ARMV8_EVENT_20FH": 82703,
        "PMC_EV_ARMV8_EVENT_20H": 82208,
        "PMC_EV_ARMV8_EVENT_210H": 82704,
        "PMC_EV_ARMV8_EVENT_211H": 82705,
        "PMC_EV_ARMV8_EVENT_212H": 82706,
        "PMC_EV_ARMV8_EVENT_213H": 82707,
        "PMC_EV_ARMV8_EVENT_214H": 82708,
        "PMC_EV_ARMV8_EVENT_215H": 82709,
        "PMC_EV_ARMV8_EVENT_216H": 82710,
        "PMC_EV_ARMV8_EVENT_217H": 82711,
        "PMC_EV_ARMV8_EVENT_218H": 82712,
        "PMC_EV_ARMV8_EVENT_219H": 82713,
        "PMC_EV_ARMV8_EVENT_21AH": 82714,
        "PMC_EV_ARMV8_EVENT_21BH": 82715,
        "PMC_EV_ARMV8_EVENT_21CH": 82716,
        "PMC_EV_ARMV8_EVENT_21DH": 82717,
        "PMC_EV_ARMV8_EVENT_21EH": 82718,
        "PMC_EV_ARMV8_EVENT_21FH": 82719,
        "PMC_EV_ARMV8_EVENT_21H": 82209,
        "PMC_EV_ARMV8_EVENT_220H": 82720,
        "PMC_EV_ARMV8_EVENT_221H": 82721,
        "PMC_EV_ARMV8_EVENT_222H": 82722,
        "PMC_EV_ARMV8_EVENT_223H": 82723,
        "PMC_EV_ARMV8_EVENT_224H": 82724,
        "PMC_EV_ARMV8_EVENT_225H": 82725,
        "PMC_EV_ARMV8_EVENT_226H": 82726,
        "PMC_EV_ARMV8_EVENT_227H": 82727,
        "PMC_EV_ARMV8_EVENT_228H": 82728,
        "PMC_EV_ARMV8_EVENT_229H": 82729,
        "PMC_EV_ARMV8_EVENT_22AH": 82730,
        "PMC_EV_ARMV8_EVENT_22BH": 82731,
        "PMC_EV_ARMV8_EVENT_22CH": 82732,
        "PMC_EV_ARMV8_EVENT_22DH": 82733,
        "PMC_EV_ARMV8_EVENT_22EH": 82734,
        "PMC_EV_ARMV8_EVENT_22FH": 82735,
        "PMC_EV_ARMV8_EVENT_22H": 82210,
        "PMC_EV_ARMV8_EVENT_230H": 82736,
        "PMC_EV_ARMV8_EVENT_231H": 82737,
        "PMC_EV_ARMV8_EVENT_232H": 82738,
        "PMC_EV_ARMV8_EVENT_233H": 82739,
        "PMC_EV_ARMV8_EVENT_234H": 82740,
        "PMC_EV_ARMV8_EVENT_235H": 82741,
        "PMC_EV_ARMV8_EVENT_236H": 82742,
        "PMC_EV_ARMV8_EVENT_237H": 82743,
        "PMC_EV_ARMV8_EVENT_238H": 82744,
        "PMC_EV_ARMV8_EVENT_239H": 82745,
        "PMC_EV_ARMV8_EVENT_23AH": 82746,
        "PMC_EV_ARMV8_EVENT_23BH": 82747,
        "PMC_EV_ARMV8_EVENT_23CH": 82748,
        "PMC_EV_ARMV8_EVENT_23DH": 82749,
        "PMC_EV_ARMV8_EVENT_23EH": 82750,
        "PMC_EV_ARMV8_EVENT_23FH": 82751,
        "PMC_EV_ARMV8_EVENT_23H": 82211,
        "PMC_EV_ARMV8_EVENT_240H": 82752,
        "PMC_EV_ARMV8_EVENT_241H": 82753,
        "PMC_EV_ARMV8_EVENT_242H": 82754,
        "PMC_EV_ARMV8_EVENT_243H": 82755,
        "PMC_EV_ARMV8_EVENT_244H": 82756,
        "PMC_EV_ARMV8_EVENT_245H": 82757,
        "PMC_EV_ARMV8_EVENT_246H": 82758,
        "PMC_EV_ARMV8_EVENT_247H": 82759,
        "PMC_EV_ARMV8_EVENT_248H": 82760,
        "PMC_EV_ARMV8_EVENT_249H": 82761,
        "PMC_EV_ARMV8_EVENT_24AH": 82762,
        "PMC_EV_ARMV8_EVENT_24BH": 82763,
        "PMC_EV_ARMV8_EVENT_24CH": 82764,
        "PMC_EV_ARMV8_EVENT_24DH": 82765,
        "PMC_EV_ARMV8_EVENT_24EH": 82766,
        "PMC_EV_ARMV8_EVENT_24FH": 82767,
        "PMC_EV_ARMV8_EVENT_24H": 82212,
        "PMC_EV_ARMV8_EVENT_250H": 82768,
        "PMC_EV_ARMV8_EVENT_251H": 82769,
        "PMC_EV_ARMV8_EVENT_252H": 82770,
        "PMC_EV_ARMV8_EVENT_253H": 82771,
        "PMC_EV_ARMV8_EVENT_254H": 82772,
        "PMC_EV_ARMV8_EVENT_255H": 82773,
        "PMC_EV_ARMV8_EVENT_256H": 82774,
        "PMC_EV_ARMV8_EVENT_257H": 82775,
        "PMC_EV_ARMV8_EVENT_258H": 82776,
        "PMC_EV_ARMV8_EVENT_259H": 82777,
        "PMC_EV_ARMV8_EVENT_25AH": 82778,
        "PMC_EV_ARMV8_EVENT_25BH": 82779,
        "PMC_EV_ARMV8_EVENT_25CH": 82780,
        "PMC_EV_ARMV8_EVENT_25DH": 82781,
        "PMC_EV_ARMV8_EVENT_25EH": 82782,
        "PMC_EV_ARMV8_EVENT_25FH": 82783,
        "PMC_EV_ARMV8_EVENT_25H": 82213,
        "PMC_EV_ARMV8_EVENT_260H": 82784,
        "PMC_EV_ARMV8_EVENT_261H": 82785,
        "PMC_EV_ARMV8_EVENT_262H": 82786,
        "PMC_EV_ARMV8_EVENT_263H": 82787,
        "PMC_EV_ARMV8_EVENT_264H": 82788,
        "PMC_EV_ARMV8_EVENT_265H": 82789,
        "PMC_EV_ARMV8_EVENT_266H": 82790,
        "PMC_EV_ARMV8_EVENT_267H": 82791,
        "PMC_EV_ARMV8_EVENT_268H": 82792,
        "PMC_EV_ARMV8_EVENT_269H": 82793,
        "PMC_EV_ARMV8_EVENT_26AH": 82794,
        "PMC_EV_ARMV8_EVENT_26BH": 82795,
        "PMC_EV_ARMV8_EVENT_26CH": 82796,
        "PMC_EV_ARMV8_EVENT_26DH": 82797,
        "PMC_EV_ARMV8_EVENT_26EH": 82798,
        "PMC_EV_ARMV8_EVENT_26FH": 82799,
        "PMC_EV_ARMV8_EVENT_26H": 82214,
        "PMC_EV_ARMV8_EVENT_270H": 82800,
        "PMC_EV_ARMV8_EVENT_271H": 82801,
        "PMC_EV_ARMV8_EVENT_272H": 82802,
        "PMC_EV_ARMV8_EVENT_273H": 82803,
        "PMC_EV_ARMV8_EVENT_274H": 82804,
        "PMC_EV_ARMV8_EVENT_275H": 82805,
        "PMC_EV_ARMV8_EVENT_276H": 82806,
        "PMC_EV_ARMV8_EVENT_277H": 82807,
        "PMC_EV_ARMV8_EVENT_278H": 82808,
        "PMC_EV_ARMV8_EVENT_279H": 82809,
        "PMC_EV_ARMV8_EVENT_27AH": 82810,
        "PMC_EV_ARMV8_EVENT_27BH": 82811,
        "PMC_EV_ARMV8_EVENT_27CH": 82812,
        "PMC_EV_ARMV8_EVENT_27DH": 82813,
        "PMC_EV_ARMV8_EVENT_27EH": 82814,
        "PMC_EV_ARMV8_EVENT_27FH": 82815,
        "PMC_EV_ARMV8_EVENT_27H": 82215,
        "PMC_EV_ARMV8_EVENT_280H": 82816,
        "PMC_EV_ARMV8_EVENT_281H": 82817,
        "PMC_EV_ARMV8_EVENT_282H": 82818,
        "PMC_EV_ARMV8_EVENT_283H": 82819,
        "PMC_EV_ARMV8_EVENT_284H": 82820,
        "PMC_EV_ARMV8_EVENT_285H": 82821,
        "PMC_EV_ARMV8_EVENT_286H": 82822,
        "PMC_EV_ARMV8_EVENT_287H": 82823,
        "PMC_EV_ARMV8_EVENT_288H": 82824,
        "PMC_EV_ARMV8_EVENT_289H": 82825,
        "PMC_EV_ARMV8_EVENT_28AH": 82826,
        "PMC_EV_ARMV8_EVENT_28BH": 82827,
        "PMC_EV_ARMV8_EVENT_28CH": 82828,
        "PMC_EV_ARMV8_EVENT_28DH": 82829,
        "PMC_EV_ARMV8_EVENT_28EH": 82830,
        "PMC_EV_ARMV8_EVENT_28FH": 82831,
        "PMC_EV_ARMV8_EVENT_28H": 82216,
        "PMC_EV_ARMV8_EVENT_290H": 82832,
        "PMC_EV_ARMV8_EVENT_291H": 82833,
        "PMC_EV_ARMV8_EVENT_292H": 82834,
        "PMC_EV_ARMV8_EVENT_293H": 82835,
        "PMC_EV_ARMV8_EVENT_294H": 82836,
        "PMC_EV_ARMV8_EVENT_295H": 82837,
        "PMC_EV_ARMV8_EVENT_296H": 82838,
        "PMC_EV_ARMV8_EVENT_297H": 82839,
        "PMC_EV_ARMV8_EVENT_298H": 82840,
        "PMC_EV_ARMV8_EVENT_299H": 82841,
        "PMC_EV_ARMV8_EVENT_29AH": 82842,
        "PMC_EV_ARMV8_EVENT_29BH": 82843,
        "PMC_EV_ARMV8_EVENT_29CH": 82844,
        "PMC_EV_ARMV8_EVENT_29DH": 82845,
        "PMC_EV_ARMV8_EVENT_29EH": 82846,
        "PMC_EV_ARMV8_EVENT_29FH": 82847,
        "PMC_EV_ARMV8_EVENT_29H": 82217,
        "PMC_EV_ARMV8_EVENT_2A0H": 82848,
        "PMC_EV_ARMV8_EVENT_2A1H": 82849,
        "PMC_EV_ARMV8_EVENT_2A2H": 82850,
        "PMC_EV_ARMV8_EVENT_2A3H": 82851,
        "PMC_EV_ARMV8_EVENT_2A4H": 82852,
        "PMC_EV_ARMV8_EVENT_2A5H": 82853,
        "PMC_EV_ARMV8_EVENT_2A6H": 82854,
        "PMC_EV_ARMV8_EVENT_2A7H": 82855,
        "PMC_EV_ARMV8_EVENT_2A8H": 82856,
        "PMC_EV_ARMV8_EVENT_2A9H": 82857,
        "PMC_EV_ARMV8_EVENT_2AAH": 82858,
        "PMC_EV_ARMV8_EVENT_2ABH": 82859,
        "PMC_EV_ARMV8_EVENT_2ACH": 82860,
        "PMC_EV_ARMV8_EVENT_2ADH": 82861,
        "PMC_EV_ARMV8_EVENT_2AEH": 82862,
        "PMC_EV_ARMV8_EVENT_2AFH": 82863,
        "PMC_EV_ARMV8_EVENT_2AH": 82218,
        "PMC_EV_ARMV8_EVENT_2B0H": 82864,
        "PMC_EV_ARMV8_EVENT_2B1H": 82865,
        "PMC_EV_ARMV8_EVENT_2B2H": 82866,
        "PMC_EV_ARMV8_EVENT_2B3H": 82867,
        "PMC_EV_ARMV8_EVENT_2B4H": 82868,
        "PMC_EV_ARMV8_EVENT_2B5H": 82869,
        "PMC_EV_ARMV8_EVENT_2B6H": 82870,
        "PMC_EV_ARMV8_EVENT_2B7H": 82871,
        "PMC_EV_ARMV8_EVENT_2B8H": 82872,
        "PMC_EV_ARMV8_EVENT_2B9H": 82873,
        "PMC_EV_ARMV8_EVENT_2BAH": 82874,
        "PMC_EV_ARMV8_EVENT_2BBH": 82875,
        "PMC_EV_ARMV8_EVENT_2BCH": 82876,
        "PMC_EV_ARMV8_EVENT_2BDH": 82877,
        "PMC_EV_ARMV8_EVENT_2BEH": 82878,
        "PMC_EV_ARMV8_EVENT_2BFH": 82879,
        "PMC_EV_ARMV8_EVENT_2BH": 82219,
        "PMC_EV_ARMV8_EVENT_2C0H": 82880,
        "PMC_EV_ARMV8_EVENT_2C1H": 82881,
        "PMC_EV_ARMV8_EVENT_2C2H": 82882,
        "PMC_EV_ARMV8_EVENT_2C3H": 82883,
        "PMC_EV_ARMV8_EVENT_2C4H": 82884,
        "PMC_EV_ARMV8_EVENT_2C5H": 82885,
        "PMC_EV_ARMV8_EVENT_2C6H": 82886,
        "PMC_EV_ARMV8_EVENT_2C7H": 82887,
        "PMC_EV_ARMV8_EVENT_2C8H": 82888,
        "PMC_EV_ARMV8_EVENT_2C9H": 82889,
        "PMC_EV_ARMV8_EVENT_2CAH": 82890,
        "PMC_EV_ARMV8_EVENT_2CBH": 82891,
        "PMC_EV_ARMV8_EVENT_2CCH": 82892,
        "PMC_EV_ARMV8_EVENT_2CDH": 82893,
        "PMC_EV_ARMV8_EVENT_2CEH": 82894,
        "PMC_EV_ARMV8_EVENT_2CFH": 82895,
        "PMC_EV_ARMV8_EVENT_2CH": 82220,
        "PMC_EV_ARMV8_EVENT_2D0H": 82896,
        "PMC_EV_ARMV8_EVENT_2D1H": 82897,
        "PMC_EV_ARMV8_EVENT_2D2H": 82898,
        "PMC_EV_ARMV8_EVENT_2D3H": 82899,
        "PMC_EV_ARMV8_EVENT_2D4H": 82900,
        "PMC_EV_ARMV8_EVENT_2D5H": 82901,
        "PMC_EV_ARMV8_EVENT_2D6H": 82902,
        "PMC_EV_ARMV8_EVENT_2D7H": 82903,
        "PMC_EV_ARMV8_EVENT_2D8H": 82904,
        "PMC_EV_ARMV8_EVENT_2D9H": 82905,
        "PMC_EV_ARMV8_EVENT_2DAH": 82906,
        "PMC_EV_ARMV8_EVENT_2DBH": 82907,
        "PMC_EV_ARMV8_EVENT_2DCH": 82908,
        "PMC_EV_ARMV8_EVENT_2DDH": 82909,
        "PMC_EV_ARMV8_EVENT_2DEH": 82910,
        "PMC_EV_ARMV8_EVENT_2DFH": 82911,
        "PMC_EV_ARMV8_EVENT_2DH": 82221,
        "PMC_EV_ARMV8_EVENT_2E0H": 82912,
        "PMC_EV_ARMV8_EVENT_2E1H": 82913,
        "PMC_EV_ARMV8_EVENT_2E2H": 82914,
        "PMC_EV_ARMV8_EVENT_2E3H": 82915,
        "PMC_EV_ARMV8_EVENT_2E4H": 82916,
        "PMC_EV_ARMV8_EVENT_2E5H": 82917,
        "PMC_EV_ARMV8_EVENT_2E6H": 82918,
        "PMC_EV_ARMV8_EVENT_2E7H": 82919,
        "PMC_EV_ARMV8_EVENT_2E8H": 82920,
        "PMC_EV_ARMV8_EVENT_2E9H": 82921,
        "PMC_EV_ARMV8_EVENT_2EAH": 82922,
        "PMC_EV_ARMV8_EVENT_2EBH": 82923,
        "PMC_EV_ARMV8_EVENT_2ECH": 82924,
        "PMC_EV_ARMV8_EVENT_2EDH": 82925,
        "PMC_EV_ARMV8_EVENT_2EEH": 82926,
        "PMC_EV_ARMV8_EVENT_2EFH": 82927,
        "PMC_EV_ARMV8_EVENT_2EH": 82222,
        "PMC_EV_ARMV8_EVENT_2F0H": 82928,
        "PMC_EV_ARMV8_EVENT_2F1H": 82929,
        "PMC_EV_ARMV8_EVENT_2F2H": 82930,
        "PMC_EV_ARMV8_EVENT_2F3H": 82931,
        "PMC_EV_ARMV8_EVENT_2F4H": 82932,
        "PMC_EV_ARMV8_EVENT_2F5H": 82933,
        "PMC_EV_ARMV8_EVENT_2F6H": 82934,
        "PMC_EV_ARMV8_EVENT_2F7H": 82935,
        "PMC_EV_ARMV8_EVENT_2F8H": 82936,
        "PMC_EV_ARMV8_EVENT_2F9H": 82937,
        "PMC_EV_ARMV8_EVENT_2FAH": 82938,
        "PMC_EV_ARMV8_EVENT_2FBH": 82939,
        "PMC_EV_ARMV8_EVENT_2FCH": 82940,
        "PMC_EV_ARMV8_EVENT_2FDH": 82941,
        "PMC_EV_ARMV8_EVENT_2FEH": 82942,
        "PMC_EV_ARMV8_EVENT_2FFH": 82943,
        "PMC_EV_ARMV8_EVENT_2FH": 82223,
        "PMC_EV_ARMV8_EVENT_300H": 82944,
        "PMC_EV_ARMV8_EVENT_301H": 82945,
        "PMC_EV_ARMV8_EVENT_302H": 82946,
        "PMC_EV_ARMV8_EVENT_303H": 82947,
        "PMC_EV_ARMV8_EVENT_304H": 82948,
        "PMC_EV_ARMV8_EVENT_305H": 82949,
        "PMC_EV_ARMV8_EVENT_306H": 82950,
        "PMC_EV_ARMV8_EVENT_307H": 82951,
        "PMC_EV_ARMV8_EVENT_308H": 82952,
        "PMC_EV_ARMV8_EVENT_309H": 82953,
        "PMC_EV_ARMV8_EVENT_30AH": 82954,
        "PMC_EV_ARMV8_EVENT_30BH": 82955,
        "PMC_EV_ARMV8_EVENT_30CH": 82956,
        "PMC_EV_ARMV8_EVENT_30DH": 82957,
        "PMC_EV_ARMV8_EVENT_30EH": 82958,
        "PMC_EV_ARMV8_EVENT_30FH": 82959,
        "PMC_EV_ARMV8_EVENT_30H": 82224,
        "PMC_EV_ARMV8_EVENT_310H": 82960,
        "PMC_EV_ARMV8_EVENT_311H": 82961,
        "PMC_EV_ARMV8_EVENT_312H": 82962,
        "PMC_EV_ARMV8_EVENT_313H": 82963,
        "PMC_EV_ARMV8_EVENT_314H": 82964,
        "PMC_EV_ARMV8_EVENT_315H": 82965,
        "PMC_EV_ARMV8_EVENT_316H": 82966,
        "PMC_EV_ARMV8_EVENT_317H": 82967,
        "PMC_EV_ARMV8_EVENT_318H": 82968,
        "PMC_EV_ARMV8_EVENT_319H": 82969,
        "PMC_EV_ARMV8_EVENT_31AH": 82970,
        "PMC_EV_ARMV8_EVENT_31BH": 82971,
        "PMC_EV_ARMV8_EVENT_31CH": 82972,
        "PMC_EV_ARMV8_EVENT_31DH": 82973,
        "PMC_EV_ARMV8_EVENT_31EH": 82974,
        "PMC_EV_ARMV8_EVENT_31FH": 82975,
        "PMC_EV_ARMV8_EVENT_31H": 82225,
        "PMC_EV_ARMV8_EVENT_320H": 82976,
        "PMC_EV_ARMV8_EVENT_321H": 82977,
        "PMC_EV_ARMV8_EVENT_322H": 82978,
        "PMC_EV_ARMV8_EVENT_323H": 82979,
        "PMC_EV_ARMV8_EVENT_324H": 82980,
        "PMC_EV_ARMV8_EVENT_325H": 82981,
        "PMC_EV_ARMV8_EVENT_326H": 82982,
        "PMC_EV_ARMV8_EVENT_327H": 82983,
        "PMC_EV_ARMV8_EVENT_328H": 82984,
        "PMC_EV_ARMV8_EVENT_329H": 82985,
        "PMC_EV_ARMV8_EVENT_32AH": 82986,
        "PMC_EV_ARMV8_EVENT_32BH": 82987,
        "PMC_EV_ARMV8_EVENT_32CH": 82988,
        "PMC_EV_ARMV8_EVENT_32DH": 82989,
        "PMC_EV_ARMV8_EVENT_32EH": 82990,
        "PMC_EV_ARMV8_EVENT_32FH": 82991,
        "PMC_EV_ARMV8_EVENT_32H": 82226,
        "PMC_EV_ARMV8_EVENT_330H": 82992,
        "PMC_EV_ARMV8_EVENT_331H": 82993,
        "PMC_EV_ARMV8_EVENT_332H": 82994,
        "PMC_EV_ARMV8_EVENT_333H": 82995,
        "PMC_EV_ARMV8_EVENT_334H": 82996,
        "PMC_EV_ARMV8_EVENT_335H": 82997,
        "PMC_EV_ARMV8_EVENT_336H": 82998,
        "PMC_EV_ARMV8_EVENT_337H": 82999,
        "PMC_EV_ARMV8_EVENT_338H": 83000,
        "PMC_EV_ARMV8_EVENT_339H": 83001,
        "PMC_EV_ARMV8_EVENT_33AH": 83002,
        "PMC_EV_ARMV8_EVENT_33BH": 83003,
        "PMC_EV_ARMV8_EVENT_33CH": 83004,
        "PMC_EV_ARMV8_EVENT_33DH": 83005,
        "PMC_EV_ARMV8_EVENT_33EH": 83006,
        "PMC_EV_ARMV8_EVENT_33FH": 83007,
        "PMC_EV_ARMV8_EVENT_33H": 82227,
        "PMC_EV_ARMV8_EVENT_340H": 83008,
        "PMC_EV_ARMV8_EVENT_341H": 83009,
        "PMC_EV_ARMV8_EVENT_342H": 83010,
        "PMC_EV_ARMV8_EVENT_343H": 83011,
        "PMC_EV_ARMV8_EVENT_344H": 83012,
        "PMC_EV_ARMV8_EVENT_345H": 83013,
        "PMC_EV_ARMV8_EVENT_346H": 83014,
        "PMC_EV_ARMV8_EVENT_347H": 83015,
        "PMC_EV_ARMV8_EVENT_348H": 83016,
        "PMC_EV_ARMV8_EVENT_349H": 83017,
        "PMC_EV_ARMV8_EVENT_34AH": 83018,
        "PMC_EV_ARMV8_EVENT_34BH": 83019,
        "PMC_EV_ARMV8_EVENT_34CH": 83020,
        "PMC_EV_ARMV8_EVENT_34DH": 83021,
        "PMC_EV_ARMV8_EVENT_34EH": 83022,
        "PMC_EV_ARMV8_EVENT_34FH": 83023,
        "PMC_EV_ARMV8_EVENT_34H": 82228,
        "PMC_EV_ARMV8_EVENT_350H": 83024,
        "PMC_EV_ARMV8_EVENT_351H": 83025,
        "PMC_EV_ARMV8_EVENT_352H": 83026,
        "PMC_EV_ARMV8_EVENT_353H": 83027,
        "PMC_EV_ARMV8_EVENT_354H": 83028,
        "PMC_EV_ARMV8_EVENT_355H": 83029,
        "PMC_EV_ARMV8_EVENT_356H": 83030,
        "PMC_EV_ARMV8_EVENT_357H": 83031,
        "PMC_EV_ARMV8_EVENT_358H": 83032,
        "PMC_EV_ARMV8_EVENT_359H": 83033,
        "PMC_EV_ARMV8_EVENT_35AH": 83034,
        "PMC_EV_ARMV8_EVENT_35BH": 83035,
        "PMC_EV_ARMV8_EVENT_35CH": 83036,
        "PMC_EV_ARMV8_EVENT_35DH": 83037,
        "PMC_EV_ARMV8_EVENT_35EH": 83038,
        "PMC_EV_ARMV8_EVENT_35FH": 83039,
        "PMC_EV_ARMV8_EVENT_35H": 82229,
        "PMC_EV_ARMV8_EVENT_360H": 83040,
        "PMC_EV_ARMV8_EVENT_361H": 83041,
        "PMC_EV_ARMV8_EVENT_362H": 83042,
        "PMC_EV_ARMV8_EVENT_363H": 83043,
        "PMC_EV_ARMV8_EVENT_364H": 83044,
        "PMC_EV_ARMV8_EVENT_365H": 83045,
        "PMC_EV_ARMV8_EVENT_366H": 83046,
        "PMC_EV_ARMV8_EVENT_367H": 83047,
        "PMC_EV_ARMV8_EVENT_368H": 83048,
        "PMC_EV_ARMV8_EVENT_369H": 83049,
        "PMC_EV_ARMV8_EVENT_36AH": 83050,
        "PMC_EV_ARMV8_EVENT_36BH": 83051,
        "PMC_EV_ARMV8_EVENT_36CH": 83052,
        "PMC_EV_ARMV8_EVENT_36DH": 83053,
        "PMC_EV_ARMV8_EVENT_36EH": 83054,
        "PMC_EV_ARMV8_EVENT_36FH": 83055,
        "PMC_EV_ARMV8_EVENT_36H": 82230,
        "PMC_EV_ARMV8_EVENT_370H": 83056,
        "PMC_EV_ARMV8_EVENT_371H": 83057,
        "PMC_EV_ARMV8_EVENT_372H": 83058,
        "PMC_EV_ARMV8_EVENT_373H": 83059,
        "PMC_EV_ARMV8_EVENT_374H": 83060,
        "PMC_EV_ARMV8_EVENT_375H": 83061,
        "PMC_EV_ARMV8_EVENT_376H": 83062,
        "PMC_EV_ARMV8_EVENT_377H": 83063,
        "PMC_EV_ARMV8_EVENT_378H": 83064,
        "PMC_EV_ARMV8_EVENT_379H": 83065,
        "PMC_EV_ARMV8_EVENT_37AH": 83066,
        "PMC_EV_ARMV8_EVENT_37BH": 83067,
        "PMC_EV_ARMV8_EVENT_37CH": 83068,
        "PMC_EV_ARMV8_EVENT_37DH": 83069,
        "PMC_EV_ARMV8_EVENT_37EH": 83070,
        "PMC_EV_ARMV8_EVENT_37FH": 83071,
        "PMC_EV_ARMV8_EVENT_37H": 82231,
        "PMC_EV_ARMV8_EVENT_380H": 83072,
        "PMC_EV_ARMV8_EVENT_381H": 83073,
        "PMC_EV_ARMV8_EVENT_382H": 83074,
        "PMC_EV_ARMV8_EVENT_383H": 83075,
        "PMC_EV_ARMV8_EVENT_384H": 83076,
        "PMC_EV_ARMV8_EVENT_385H": 83077,
        "PMC_EV_ARMV8_EVENT_386H": 83078,
        "PMC_EV_ARMV8_EVENT_387H": 83079,
        "PMC_EV_ARMV8_EVENT_388H": 83080,
        "PMC_EV_ARMV8_EVENT_389H": 83081,
        "PMC_EV_ARMV8_EVENT_38AH": 83082,
        "PMC_EV_ARMV8_EVENT_38BH": 83083,
        "PMC_EV_ARMV8_EVENT_38CH": 83084,
        "PMC_EV_ARMV8_EVENT_38DH": 83085,
        "PMC_EV_ARMV8_EVENT_38EH": 83086,
        "PMC_EV_ARMV8_EVENT_38FH": 83087,
        "PMC_EV_ARMV8_EVENT_38H": 82232,
        "PMC_EV_ARMV8_EVENT_390H": 83088,
        "PMC_EV_ARMV8_EVENT_391H": 83089,
        "PMC_EV_ARMV8_EVENT_392H": 83090,
        "PMC_EV_ARMV8_EVENT_393H": 83091,
        "PMC_EV_ARMV8_EVENT_394H": 83092,
        "PMC_EV_ARMV8_EVENT_395H": 83093,
        "PMC_EV_ARMV8_EVENT_396H": 83094,
        "PMC_EV_ARMV8_EVENT_397H": 83095,
        "PMC_EV_ARMV8_EVENT_398H": 83096,
        "PMC_EV_ARMV8_EVENT_399H": 83097,
        "PMC_EV_ARMV8_EVENT_39AH": 83098,
        "PMC_EV_ARMV8_EVENT_39BH": 83099,
        "PMC_EV_ARMV8_EVENT_39CH": 83100,
        "PMC_EV_ARMV8_EVENT_39DH": 83101,
        "PMC_EV_ARMV8_EVENT_39EH": 83102,
        "PMC_EV_ARMV8_EVENT_39FH": 83103,
        "PMC_EV_ARMV8_EVENT_39H": 82233,
        "PMC_EV_ARMV8_EVENT_3A0H": 83104,
        "PMC_EV_ARMV8_EVENT_3A1H": 83105,
        "PMC_EV_ARMV8_EVENT_3A2H": 83106,
        "PMC_EV_ARMV8_EVENT_3A3H": 83107,
        "PMC_EV_ARMV8_EVENT_3A4H": 83108,
        "PMC_EV_ARMV8_EVENT_3A5H": 83109,
        "PMC_EV_ARMV8_EVENT_3A6H": 83110,
        "PMC_EV_ARMV8_EVENT_3A7H": 83111,
        "PMC_EV_ARMV8_EVENT_3A8H": 83112,
        "PMC_EV_ARMV8_EVENT_3A9H": 83113,
        "PMC_EV_ARMV8_EVENT_3AAH": 83114,
        "PMC_EV_ARMV8_EVENT_3ABH": 83115,
        "PMC_EV_ARMV8_EVENT_3ACH": 83116,
        "PMC_EV_ARMV8_EVENT_3ADH": 83117,
        "PMC_EV_ARMV8_EVENT_3AEH": 83118,
        "PMC_EV_ARMV8_EVENT_3AFH": 83119,
        "PMC_EV_ARMV8_EVENT_3AH": 82234,
        "PMC_EV_ARMV8_EVENT_3B0H": 83120,
        "PMC_EV_ARMV8_EVENT_3B1H": 83121,
        "PMC_EV_ARMV8_EVENT_3B2H": 83122,
        "PMC_EV_ARMV8_EVENT_3B3H": 83123,
        "PMC_EV_ARMV8_EVENT_3B4H": 83124,
        "PMC_EV_ARMV8_EVENT_3B5H": 83125,
        "PMC_EV_ARMV8_EVENT_3B6H": 83126,
        "PMC_EV_ARMV8_EVENT_3B7H": 83127,
        "PMC_EV_ARMV8_EVENT_3B8H": 83128,
        "PMC_EV_ARMV8_EVENT_3B9H": 83129,
        "PMC_EV_ARMV8_EVENT_3BAH": 83130,
        "PMC_EV_ARMV8_EVENT_3BBH": 83131,
        "PMC_EV_ARMV8_EVENT_3BCH": 83132,
        "PMC_EV_ARMV8_EVENT_3BDH": 83133,
        "PMC_EV_ARMV8_EVENT_3BEH": 83134,
        "PMC_EV_ARMV8_EVENT_3BFH": 83135,
        "PMC_EV_ARMV8_EVENT_3BH": 82235,
        "PMC_EV_ARMV8_EVENT_3C0H": 83136,
        "PMC_EV_ARMV8_EVENT_3C1H": 83137,
        "PMC_EV_ARMV8_EVENT_3C2H": 83138,
        "PMC_EV_ARMV8_EVENT_3C3H": 83139,
        "PMC_EV_ARMV8_EVENT_3C4H": 83140,
        "PMC_EV_ARMV8_EVENT_3C5H": 83141,
        "PMC_EV_ARMV8_EVENT_3C6H": 83142,
        "PMC_EV_ARMV8_EVENT_3C7H": 83143,
        "PMC_EV_ARMV8_EVENT_3C8H": 83144,
        "PMC_EV_ARMV8_EVENT_3C9H": 83145,
        "PMC_EV_ARMV8_EVENT_3CAH": 83146,
        "PMC_EV_ARMV8_EVENT_3CBH": 83147,
        "PMC_EV_ARMV8_EVENT_3CCH": 83148,
        "PMC_EV_ARMV8_EVENT_3CDH": 83149,
        "PMC_EV_ARMV8_EVENT_3CEH": 83150,
        "PMC_EV_ARMV8_EVENT_3CFH": 83151,
        "PMC_EV_ARMV8_EVENT_3CH": 82236,
        "PMC_EV_ARMV8_EVENT_3D0H": 83152,
        "PMC_EV_ARMV8_EVENT_3D1H": 83153,
        "PMC_EV_ARMV8_EVENT_3D2H": 83154,
        "PMC_EV_ARMV8_EVENT_3D3H": 83155,
        "PMC_EV_ARMV8_EVENT_3D4H": 83156,
        "PMC_EV_ARMV8_EVENT_3D5H": 83157,
        "PMC_EV_ARMV8_EVENT_3D6H": 83158,
        "PMC_EV_ARMV8_EVENT_3D7H": 83159,
        "PMC_EV_ARMV8_EVENT_3D8H": 83160,
        "PMC_EV_ARMV8_EVENT_3D9H": 83161,
        "PMC_EV_ARMV8_EVENT_3DAH": 83162,
        "PMC_EV_ARMV8_EVENT_3DBH": 83163,
        "PMC_EV_ARMV8_EVENT_3DCH": 83164,
        "PMC_EV_ARMV8_EVENT_3DDH": 83165,
        "PMC_EV_ARMV8_EVENT_3DEH": 83166,
        "PMC_EV_ARMV8_EVENT_3DFH": 83167,
        "PMC_EV_ARMV8_EVENT_3DH": 82237,
        "PMC_EV_ARMV8_EVENT_3E0H": 83168,
        "PMC_EV_ARMV8_EVENT_3E1H": 83169,
        "PMC_EV_ARMV8_EVENT_3E2H": 83170,
        "PMC_EV_ARMV8_EVENT_3E3H": 83171,
        "PMC_EV_ARMV8_EVENT_3E4H": 83172,
        "PMC_EV_ARMV8_EVENT_3E5H": 83173,
        "PMC_EV_ARMV8_EVENT_3E6H": 83174,
        "PMC_EV_ARMV8_EVENT_3E7H": 83175,
        "PMC_EV_ARMV8_EVENT_3E8H": 83176,
        "PMC_EV_ARMV8_EVENT_3E9H": 83177,
        "PMC_EV_ARMV8_EVENT_3EAH": 83178,
        "PMC_EV_ARMV8_EVENT_3EBH": 83179,
        "PMC_EV_ARMV8_EVENT_3ECH": 83180,
        "PMC_EV_ARMV8_EVENT_3EDH": 83181,
        "PMC_EV_ARMV8_EVENT_3EEH": 83182,
        "PMC_EV_ARMV8_EVENT_3EFH": 83183,
        "PMC_EV_ARMV8_EVENT_3EH": 82238,
        "PMC_EV_ARMV8_EVENT_3F0H": 83184,
        "PMC_EV_ARMV8_EVENT_3F1H": 83185,
        "PMC_EV_ARMV8_EVENT_3F2H": 83186,
        "PMC_EV_ARMV8_EVENT_3F3H": 83187,
        "PMC_EV_ARMV8_EVENT_3F4H": 83188,
        "PMC_EV_ARMV8_EVENT_3F5H": 83189,
        "PMC_EV_ARMV8_EVENT_3F6H": 83190,
        "PMC_EV_ARMV8_EVENT_3F7H": 83191,
        "PMC_EV_ARMV8_EVENT_3F8H": 83192,
        "PMC_EV_ARMV8_EVENT_3F9H": 83193,
        "PMC_EV_ARMV8_EVENT_3FAH": 83194,
        "PMC_EV_ARMV8_EVENT_3FBH": 83195,
        "PMC_EV_ARMV8_EVENT_3FCH": 83196,
        "PMC_EV_ARMV8_EVENT_3FDH": 83197,
        "PMC_EV_ARMV8_EVENT_3FEH": 83198,
        "PMC_EV_ARMV8_EVENT_3FFH": 83199,
        "PMC_EV_ARMV8_EVENT_3FH": 82239,
        "PMC_EV_ARMV8_EVENT_40H": 82240,
        "PMC_EV_ARMV8_EVENT_41H": 82241,
        "PMC_EV_ARMV8_EVENT_42H": 82242,
        "PMC_EV_ARMV8_EVENT_43H": 82243,
        "PMC_EV_ARMV8_EVENT_44H": 82244,
        "PMC_EV_ARMV8_EVENT_45H": 82245,
        "PMC_EV_ARMV8_EVENT_46H": 82246,
        "PMC_EV_ARMV8_EVENT_47H": 82247,
        "PMC_EV_ARMV8_EVENT_48H": 82248,
        "PMC_EV_ARMV8_EVENT_49H": 82249,
        "PMC_EV_ARMV8_EVENT_4AH": 82250,
        "PMC_EV_ARMV8_EVENT_4BH": 82251,
        "PMC_EV_ARMV8_EVENT_4CH": 82252,
        "PMC_EV_ARMV8_EVENT_4DH": 82253,
        "PMC_EV_ARMV8_EVENT_4EH": 82254,
        "PMC_EV_ARMV8_EVENT_4FH": 82255,
        "PMC_EV_ARMV8_EVENT_50H": 82256,
        "PMC_EV_ARMV8_EVENT_51H": 82257,
        "PMC_EV_ARMV8_EVENT_52H": 82258,
        "PMC_EV_ARMV8_EVENT_53H": 82259,
        "PMC_EV_ARMV8_EVENT_54H": 82260,
        "PMC_EV_ARMV8_EVENT_55H": 82261,
        "PMC_EV_ARMV8_EVENT_56H": 82262,
        "PMC_EV_ARMV8_EVENT_57H": 82263,
        "PMC_EV_ARMV8_EVENT_58H": 82264,
        "PMC_EV_ARMV8_EVENT_59H": 82265,
        "PMC_EV_ARMV8_EVENT_5AH": 82266,
        "PMC_EV_ARMV8_EVENT_5BH": 82267,
        "PMC_EV_ARMV8_EVENT_5CH": 82268,
        "PMC_EV_ARMV8_EVENT_5DH": 82269,
        "PMC_EV_ARMV8_EVENT_5EH": 82270,
        "PMC_EV_ARMV8_EVENT_5FH": 82271,
        "PMC_EV_ARMV8_EVENT_60H": 82272,
        "PMC_EV_ARMV8_EVENT_61H": 82273,
        "PMC_EV_ARMV8_EVENT_62H": 82274,
        "PMC_EV_ARMV8_EVENT_63H": 82275,
        "PMC_EV_ARMV8_EVENT_64H": 82276,
        "PMC_EV_ARMV8_EVENT_65H": 82277,
        "PMC_EV_ARMV8_EVENT_66H": 82278,
        "PMC_EV_ARMV8_EVENT_67H": 82279,
        "PMC_EV_ARMV8_EVENT_68H": 82280,
        "PMC_EV_ARMV8_EVENT_69H": 82281,
        "PMC_EV_ARMV8_EVENT_6AH": 82282,
        "PMC_EV_ARMV8_EVENT_6BH": 82283,
        "PMC_EV_ARMV8_EVENT_6CH": 82284,
        "PMC_EV_ARMV8_EVENT_6DH": 82285,
        "PMC_EV_ARMV8_EVENT_6EH": 82286,
        "PMC_EV_ARMV8_EVENT_6FH": 82287,
        "PMC_EV_ARMV8_EVENT_70H": 82288,
        "PMC_EV_ARMV8_EVENT_71H": 82289,
        "PMC_EV_ARMV8_EVENT_72H": 82290,
        "PMC_EV_ARMV8_EVENT_73H": 82291,
        "PMC_EV_ARMV8_EVENT_74H": 82292,
        "PMC_EV_ARMV8_EVENT_75H": 82293,
        "PMC_EV_ARMV8_EVENT_76H": 82294,
        "PMC_EV_ARMV8_EVENT_77H": 82295,
        "PMC_EV_ARMV8_EVENT_78H": 82296,
        "PMC_EV_ARMV8_EVENT_79H": 82297,
        "PMC_EV_ARMV8_EVENT_7AH": 82298,
        "PMC_EV_ARMV8_EVENT_7BH": 82299,
        "PMC_EV_ARMV8_EVENT_7CH": 82300,
        "PMC_EV_ARMV8_EVENT_7DH": 82301,
        "PMC_EV_ARMV8_EVENT_7EH": 82302,
        "PMC_EV_ARMV8_EVENT_7FH": 82303,
        "PMC_EV_ARMV8_EVENT_80H": 82304,
        "PMC_EV_ARMV8_EVENT_81H": 82305,
        "PMC_EV_ARMV8_EVENT_82H": 82306,
        "PMC_EV_ARMV8_EVENT_83H": 82307,
        "PMC_EV_ARMV8_EVENT_84H": 82308,
        "PMC_EV_ARMV8_EVENT_85H": 82309,
        "PMC_EV_ARMV8_EVENT_86H": 82310,
        "PMC_EV_ARMV8_EVENT_87H": 82311,
        "PMC_EV_ARMV8_EVENT_88H": 82312,
        "PMC_EV_ARMV8_EVENT_89H": 82313,
        "PMC_EV_ARMV8_EVENT_8AH": 82314,
        "PMC_EV_ARMV8_EVENT_8BH": 82315,
        "PMC_EV_ARMV8_EVENT_8CH": 82316,
        "PMC_EV_ARMV8_EVENT_8DH": 82317,
        "PMC_EV_ARMV8_EVENT_8EH": 82318,
        "PMC_EV_ARMV8_EVENT_8FH": 82319,
        "PMC_EV_ARMV8_EVENT_90H": 82320,
        "PMC_EV_ARMV8_EVENT_91H": 82321,
        "PMC_EV_ARMV8_EVENT_92H": 82322,
        "PMC_EV_ARMV8_EVENT_93H": 82323,
        "PMC_EV_ARMV8_EVENT_94H": 82324,
        "PMC_EV_ARMV8_EVENT_95H": 82325,
        "PMC_EV_ARMV8_EVENT_96H": 82326,
        "PMC_EV_ARMV8_EVENT_97H": 82327,
        "PMC_EV_ARMV8_EVENT_98H": 82328,
        "PMC_EV_ARMV8_EVENT_99H": 82329,
        "PMC_EV_ARMV8_EVENT_9AH": 82330,
        "PMC_EV_ARMV8_EVENT_9BH": 82331,
        "PMC_EV_ARMV8_EVENT_9CH": 82332,
        "PMC_EV_ARMV8_EVENT_9DH": 82333,
        "PMC_EV_ARMV8_EVENT_9EH": 82334,
        "PMC_EV_ARMV8_EVENT_9FH": 82335,
        "PMC_EV_ARMV8_EVENT_A0H": 82336,
        "PMC_EV_ARMV8_EVENT_A1H": 82337,
        "PMC_EV_ARMV8_EVENT_A2H": 82338,
        "PMC_EV_ARMV8_EVENT_A3H": 82339,
        "PMC_EV_ARMV8_EVENT_A4H": 82340,
        "PMC_EV_ARMV8_EVENT_A5H": 82341,
        "PMC_EV_ARMV8_EVENT_A6H": 82342,
        "PMC_EV_ARMV8_EVENT_A7H": 82343,
        "PMC_EV_ARMV8_EVENT_A8H": 82344,
        "PMC_EV_ARMV8_EVENT_A9H": 82345,
        "PMC_EV_ARMV8_EVENT_AAH": 82346,
        "PMC_EV_ARMV8_EVENT_ABH": 82347,
        "PMC_EV_ARMV8_EVENT_ACH": 82348,
        "PMC_EV_ARMV8_EVENT_ADH": 82349,
        "PMC_EV_ARMV8_EVENT_AEH": 82350,
        "PMC_EV_ARMV8_EVENT_AFH": 82351,
        "PMC_EV_ARMV8_EVENT_B0H": 82352,
        "PMC_EV_ARMV8_EVENT_B1H": 82353,
        "PMC_EV_ARMV8_EVENT_B2H": 82354,
        "PMC_EV_ARMV8_EVENT_B3H": 82355,
        "PMC_EV_ARMV8_EVENT_B4H": 82356,
        "PMC_EV_ARMV8_EVENT_B5H": 82357,
        "PMC_EV_ARMV8_EVENT_B6H": 82358,
        "PMC_EV_ARMV8_EVENT_B7H": 82359,
        "PMC_EV_ARMV8_EVENT_B8H": 82360,
        "PMC_EV_ARMV8_EVENT_B9H": 82361,
        "PMC_EV_ARMV8_EVENT_BAH": 82362,
        "PMC_EV_ARMV8_EVENT_BBH": 82363,
        "PMC_EV_ARMV8_EVENT_BCH": 82364,
        "PMC_EV_ARMV8_EVENT_BDH": 82365,
        "PMC_EV_ARMV8_EVENT_BEH": 82366,
        "PMC_EV_ARMV8_EVENT_BFH": 82367,
        "PMC_EV_ARMV8_EVENT_C0H": 82368,
        "PMC_EV_ARMV8_EVENT_C1H": 82369,
        "PMC_EV_ARMV8_EVENT_C2H": 82370,
        "PMC_EV_ARMV8_EVENT_C3H": 82371,
        "PMC_EV_ARMV8_EVENT_C4H": 82372,
        "PMC_EV_ARMV8_EVENT_C5H": 82373,
        "PMC_EV_ARMV8_EVENT_C6H": 82374,
        "PMC_EV_ARMV8_EVENT_C7H": 82375,
        "PMC_EV_ARMV8_EVENT_C8H": 82376,
        "PMC_EV_ARMV8_EVENT_C9H": 82377,
        "PMC_EV_ARMV8_EVENT_CAH": 82378,
        "PMC_EV_ARMV8_EVENT_CBH": 82379,
        "PMC_EV_ARMV8_EVENT_CCH": 82380,
        "PMC_EV_ARMV8_EVENT_CDH": 82381,
        "PMC_EV_ARMV8_EVENT_CEH": 82382,
        "PMC_EV_ARMV8_EVENT_CFH": 82383,
        "PMC_EV_ARMV8_EVENT_D0H": 82384,
        "PMC_EV_ARMV8_EVENT_D1H": 82385,
        "PMC_EV_ARMV8_EVENT_D2H": 82386,
        "PMC_EV_ARMV8_EVENT_D3H": 82387,
        "PMC_EV_ARMV8_EVENT_D4H": 82388,
        "PMC_EV_ARMV8_EVENT_D5H": 82389,
        "PMC_EV_ARMV8_EVENT_D6H": 82390,
        "PMC_EV_ARMV8_EVENT_D7H": 82391,
        "PMC_EV_ARMV8_EVENT_D8H": 82392,
        "PMC_EV_ARMV8_EVENT_D9H": 82393,
        "PMC_EV_ARMV8_EVENT_DAH": 82394,
        "PMC_EV_ARMV8_EVENT_DBH": 82395,
        "PMC_EV_ARMV8_EVENT_DCH": 82396,
        "PMC_EV_ARMV8_EVENT_DDH": 82397,
        "PMC_EV_ARMV8_EVENT_DEH": 82398,
        "PMC_EV_ARMV8_EVENT_DFH": 82399,
        "PMC_EV_ARMV8_EVENT_E0H": 82400,
        "PMC_EV_ARMV8_EVENT_E1H": 82401,
        "PMC_EV_ARMV8_EVENT_E2H": 82402,
        "PMC_EV_ARMV8_EVENT_E3H": 82403,
        "PMC_EV_ARMV8_EVENT_E4H": 82404,
        "PMC_EV_ARMV8_EVENT_E5H": 82405,
        "PMC_EV_ARMV8_EVENT_E6H": 82406,
        "PMC_EV_ARMV8_EVENT_E7H": 82407,
        "PMC_EV_ARMV8_EVENT_E8H": 82408,
        "PMC_EV_ARMV8_EVENT_E9H": 82409,
        "PMC_EV_ARMV8_EVENT_EAH": 82410,
        "PMC_EV_ARMV8_EVENT_EBH": 82411,
        "PMC_EV_ARMV8_EVENT_ECH": 82412,
        "PMC_EV_ARMV8_EVENT_EDH": 82413,
        "PMC_EV_ARMV8_EVENT_EEH": 82414,
        "PMC_EV_ARMV8_EVENT_EFH": 82415,
        "PMC_EV_ARMV8_EVENT_F0H": 82416,
        "PMC_EV_ARMV8_EVENT_F1H": 82417,
        "PMC_EV_ARMV8_EVENT_F2H": 82418,
        "PMC_EV_ARMV8_EVENT_F3H": 82419,
        "PMC_EV_ARMV8_EVENT_F4H": 82420,
        "PMC_EV_ARMV8_EVENT_F5H": 82421,
        "PMC_EV_ARMV8_EVENT_F6H": 82422,
        "PMC_EV_ARMV8_EVENT_F7H": 82423,
        "PMC_EV_ARMV8_EVENT_F8H": 82424,
        "PMC_EV_ARMV8_EVENT_F9H": 82425,
        "PMC_EV_ARMV8_EVENT_FAH": 82426,
        "PMC_EV_ARMV8_EVENT_FBH": 82427,
        "PMC_EV_ARMV8_EVENT_FCH": 82428,
        "PMC_EV_ARMV8_EVENT_FDH": 82429,
        "PMC_EV_ARMV8_EVENT_FEH": 82430,
        "PMC_EV_ARMV8_EVENT_FFH": 82431,
        "PMC_EV_ARMV8__BLOCK_START": 82175,
        "PMC_EV_CMN600_PMU__BLOCK_START": 83455,
        "PMC_EV_CMN600_PMU_cxha_chidat_up_stall": 83581,
        "PMC_EV_CMN600_PMU_cxha_chirsp_up_stall": 83580,
        "PMC_EV_CMN600_PMU_cxha_rdb_occ": 83586,
        "PMC_EV_CMN600_PMU_cxha_rdbbyp_occ": 83587,
        "PMC_EV_CMN600_PMU_cxha_rddatbyp": 83579,
        "PMC_EV_CMN600_PMU_cxha_reqtrk_occ": 83585,
        "PMC_EV_CMN600_PMU_cxha_sdb_occ": 83590,
        "PMC_EV_CMN600_PMU_cxha_snphaz_occ": 83591,
        "PMC_EV_CMN600_PMU_cxha_snppcrd_lnk0_stall": 83582,
        "PMC_EV_CMN600_PMU_cxha_snppcrd_lnk1_stall": 83583,
        "PMC_EV_CMN600_PMU_cxha_snppcrd_lnk2_stall": 83584,
        "PMC_EV_CMN600_PMU_cxha_snptrk_occ": 83589,
        "PMC_EV_CMN600_PMU_cxha_wdb_occ": 83588,
        "PMC_EV_CMN600_PMU_cxla_avg_latency_form_tx_tlp": 83632,
        "PMC_EV_CMN600_PMU_cxla_avg_latency_process_rx_tlp": 83631,
        "PMC_EV_CMN600_PMU_cxla_avg_rx_tlp_sz_ccix_msg": 83624,
        "PMC_EV_CMN600_PMU_cxla_avg_rx_tlp_sz_dws": 83622,
        "PMC_EV_CMN600_PMU_cxla_avg_sz_rx_cxs_dw_beat": 83626,
        "PMC_EV_CMN600_PMU_cxla_avg_sz_tx_cxs_dw_beat": 83627,
        "PMC_EV_CMN600_PMU_cxla_avg_tx_tlp_sz_ccix_msg": 83625,
        "PMC_EV_CMN600_PMU_cxla_avg_tx_tlp_sz_dws": 83623,
        "PMC_EV_CMN600_PMU_cxla_rx_cxs_link0": 83616,
        "PMC_EV_CMN600_PMU_cxla_rx_cxs_link1": 83617,
        "PMC_EV_CMN600_PMU_cxla_rx_cxs_link2": 83618,
        "PMC_EV_CMN600_PMU_cxla_rx_tlp_buffer_full": 83629,
        "PMC_EV_CMN600_PMU_cxla_rx_tlp_link0": 83610,
        "PMC_EV_CMN600_PMU_cxla_rx_tlp_link1": 83611,
        "PMC_EV_CMN600_PMU_cxla_rx_tlp_link2": 83612,
        "PMC_EV_CMN600_PMU_cxla_tx_cxs_link0": 83619,
        "PMC_EV_CMN600_PMU_cxla_tx_cxs_link1": 83620,
        "PMC_EV_CMN600_PMU_cxla_tx_cxs_link2": 83621,
        "PMC_EV_CMN600_PMU_cxla_tx_cxs_link_credit_backpressure": 83628,
        "PMC_EV_CMN600_PMU_cxla_tx_tlp_buffer_full": 83630,
        "PMC_EV_CMN600_PMU_cxla_tx_tlp_link0": 83613,
        "PMC_EV_CMN600_PMU_cxla_tx_tlp_link1": 83614,
        "PMC_EV_CMN600_PMU_cxla_tx_tlp_link2": 83615,
        "PMC_EV_CMN600_PMU_cxra_chi_dat_upload_stalls": 83601,
        "PMC_EV_CMN600_PMU_cxra_chi_rsp_upload_stalls": 83600,
        "PMC_EV_CMN600_PMU_cxra_dat_pcrd_stalls_lnk0": 83602,
        "PMC_EV_CMN600_PMU_cxra_dat_pcrd_stalls_lnk1": 83603,
        "PMC_EV_CMN600_PMU_cxra_dat_pcrd_stalls_lnk2": 83604,
        "PMC_EV_CMN600_PMU_cxra_ext_dat_stall": 83609,
        "PMC_EV_CMN600_PMU_cxra_ext_rsp_stall": 83608,
        "PMC_EV_CMN600_PMU_cxra_rd_dat_buf_occ": 83594,
        "PMC_EV_CMN600_PMU_cxra_req_chain_avg_len": 83599,
        "PMC_EV_CMN600_PMU_cxra_req_chains": 83598,
        "PMC_EV_CMN600_PMU_cxra_req_pcrd_stalls_lnk0": 83605,
        "PMC_EV_CMN600_PMU_cxra_req_pcrd_stalls_lnk1": 83606,
        "PMC_EV_CMN600_PMU_cxra_req_pcrd_stalls_lnk2": 83607,
        "PMC_EV_CMN600_PMU_cxra_req_trk_occ": 83592,
        "PMC_EV_CMN600_PMU_cxra_snp_bcasts": 83597,
        "PMC_EV_CMN600_PMU_cxra_snp_sink_buf_occ": 83596,
        "PMC_EV_CMN600_PMU_cxra_snp_trk_occ": 83593,
        "PMC_EV_CMN600_PMU_cxra_wr_dat_buf_occ": 83595,
        "PMC_EV_CMN600_PMU_dn_rxreq_bpi_dvmop": 83462,
        "PMC_EV_CMN600_PMU_dn_rxreq_dvmop": 83456,
        "PMC_EV_CMN600_PMU_dn_rxreq_dvmop_other_filtered": 83465,
        "PMC_EV_CMN600_PMU_dn_rxreq_dvmop_vmid_filtered": 83458,
        "PMC_EV_CMN600_PMU_dn_rxreq_dvmsync": 83457,
        "PMC_EV_CMN600_PMU_dn_rxreq_pici_dvmop": 83463,
        "PMC_EV_CMN600_PMU_dn_rxreq_retried": 83459,
        "PMC_EV_CMN600_PMU_dn_rxreq_snp_sent": 83466,
        "PMC_EV_CMN600_PMU_dn_rxreq_snp_stalled": 83467,
        "PMC_EV_CMN600_PMU_dn_rxreq_tlbi_dvmop": 83461,
        "PMC_EV_CMN600_PMU_dn_rxreq_trk_full": 83468,
        "PMC_EV_CMN600_PMU_dn_rxreq_trk_occupancy": 83460,
        "PMC_EV_CMN600_PMU_dn_rxreq_vivi_dvmop": 83464,
        "PMC_EV_CMN600_PMU_hnf_brd_snoops_sent": 83477,
        "PMC_EV_CMN600_PMU_hnf_cache_fill": 83471,
        "PMC_EV_CMN600_PMU_hnf_cache_miss": 83469,
        "PMC_EV_CMN600_PMU_hnf_cmp_adq_full": 83487,
        "PMC_EV_CMN600_PMU_hnf_dir_snoops_sent": 83476,
        "PMC_EV_CMN600_PMU_hnf_intv_dirty": 83496,
        "PMC_EV_CMN600_PMU_hnf_ld_st_swp_adq_full": 83486,
        "PMC_EV_CMN600_PMU_hnf_mc_reqs": 83481,
        "PMC_EV_CMN600_PMU_hnf_mc_retries": 83480,
        "PMC_EV_CMN600_PMU_hnf_pocq_addrhaz": 83484,
        "PMC_EV_CMN600_PMU_hnf_pocq_atomic_addrhaz": 83485,
        "PMC_EV_CMN600_PMU_hnf_pocq_reqs_recvd": 83473,
        "PMC_EV_CMN600_PMU_hnf_pocq_retry": 83472,
        "PMC_EV_CMN600_PMU_hnf_qos_hh_retry": 83482,
        "PMC_EV_CMN600_PMU_hnf_qos_pocq": 83483,
        "PMC_EV_CMN600_PMU_hnf_seq_full": 83490,
        "PMC_EV_CMN600_PMU_hnf_seq_hit": 83491,
        "PMC_EV_CMN600_PMU_hnf_sf_evictions": 83475,
        "PMC_EV_CMN600_PMU_hnf_sf_hit": 83474,
        "PMC_EV_CMN600_PMU_hnf_sfbi_brd_snp_sent": 83494,
        "PMC_EV_CMN600_PMU_hnf_sfbi_dir_snp_sent": 83493,
        "PMC_EV_CMN600_PMU_hnf_slc_eviction": 83478,
        "PMC_EV_CMN600_PMU_hnf_slc_fill_invalid_way": 83479,
        "PMC_EV_CMN600_PMU_hnf_slc_sf_cache_access": 83470,
        "PMC_EV_CMN600_PMU_hnf_snp_fwded": 83499,
        "PMC_EV_CMN600_PMU_hnf_snp_sent": 83492,
        "PMC_EV_CMN600_PMU_hnf_snp_sent_untrk": 83495,
        "PMC_EV_CMN600_PMU_hnf_stash_data_pull": 83498,
        "PMC_EV_CMN600_PMU_hnf_stash_snp_sent": 83497,
        "PMC_EV_CMN600_PMU_hnf_txdat_stall": 83488,
        "PMC_EV_CMN600_PMU_hnf_txrsp_stall": 83489,
        "PMC_EV_CMN600_PMU_hni_arready_no_arvalid": 83512,
        "PMC_EV_CMN600_PMU_hni_arvalid_no_arready": 83511,
        "PMC_EV_CMN600_PMU_hni_awready_no_awvalid": 83514,
        "PMC_EV_CMN600_PMU_hni_awvalid_no_awready": 83513,
        "PMC_EV_CMN600_PMU_hni_nonpcie_serialization": 83517,
        "PMC_EV_CMN600_PMU_hni_pcie_serialization": 83518,
        "PMC_EV_CMN600_PMU_hni_rdt_rd_alloc": 83507,
        "PMC_EV_CMN600_PMU_hni_rdt_rd_occ_cnt_ovfl": 83502,
        "PMC_EV_CMN600_PMU_hni_rdt_wr_alloc": 83508,
        "PMC_EV_CMN600_PMU_hni_rdt_wr_occ_cnt_ovfl": 83503,
        "PMC_EV_CMN600_PMU_hni_rrt_rd_alloc": 83505,
        "PMC_EV_CMN600_PMU_hni_rrt_rd_occ_cnt_ovfl": 83500,
        "PMC_EV_CMN600_PMU_hni_rrt_wr_alloc": 83506,
        "PMC_EV_CMN600_PMU_hni_rrt_wr_occ_cnt_ovfl": 83501,
        "PMC_EV_CMN600_PMU_hni_txdat_stall": 83516,
        "PMC_EV_CMN600_PMU_hni_txrsp_retryack": 83510,
        "PMC_EV_CMN600_PMU_hni_wdb_alloc": 83509,
        "PMC_EV_CMN600_PMU_hni_wdb_occ_cnt_ovfl": 83504,
        "PMC_EV_CMN600_PMU_hni_wvalid_no_wready": 83515,
        "PMC_EV_CMN600_PMU_rnd_rdb_hybrid": 83557,
        "PMC_EV_CMN600_PMU_rnd_rdb_ord": 83558,
        "PMC_EV_CMN600_PMU_rnd_rdb_replay": 83556,
        "PMC_EV_CMN600_PMU_rnd_rdb_unord": 83555,
        "PMC_EV_CMN600_PMU_rnd_rrt_alloc": 83553,
        "PMC_EV_CMN600_PMU_rnd_rrt_occ_ovfl": 83546,
        "PMC_EV_CMN600_PMU_rnd_rxdat_flits": 83542,
        "PMC_EV_CMN600_PMU_rnd_s0_rdata_beats": 83539,
        "PMC_EV_CMN600_PMU_rnd_s0_wdata_beats": 83550,
        "PMC_EV_CMN600_PMU_rnd_s1_rdata_beats": 83540,
        "PMC_EV_CMN600_PMU_rnd_s1_wdata_beats": 83551,
        "PMC_EV_CMN600_PMU_rnd_s2_rdata_beats": 83541,
        "PMC_EV_CMN600_PMU_rnd_s2_wdata_beats": 83552,
        "PMC_EV_CMN600_PMU_rnd_txdat_flits": 83543,
        "PMC_EV_CMN600_PMU_rnd_txreq_flits_replayed": 83548,
        "PMC_EV_CMN600_PMU_rnd_txreq_flits_retried": 83545,
        "PMC_EV_CMN600_PMU_rnd_txreq_flits_total": 83544,
        "PMC_EV_CMN600_PMU_rnd_wrcancel_sent": 83549,
        "PMC_EV_CMN600_PMU_rnd_wrt_alloc": 83554,
        "PMC_EV_CMN600_PMU_rnd_wrt_occ_ovfl": 83547,
        "PMC_EV_CMN600_PMU_rni_rdb_hybrid": 83577,
        "PMC_EV_CMN600_PMU_rni_rdb_ord": 83578,
        "PMC_EV_CMN600_PMU_rni_rdb_replay": 83576,
        "PMC_EV_CMN600_PMU_rni_rdb_unord": 83575,
        "PMC_EV_CMN600_PMU_rni_rrt_alloc": 83573,
        "PMC_EV_CMN600_PMU_rni_rrt_occ_ovfl": 83566,
        "PMC_EV_CMN600_PMU_rni_rxdat_flits": 83562,
        "PMC_EV_CMN600_PMU_rni_s0_rdata_beats": 83559,
        "PMC_EV_CMN600_PMU_rni_s0_wdata_beats": 83570,
        "PMC_EV_CMN600_PMU_rni_s1_rdata_beats": 83560,
        "PMC_EV_CMN600_PMU_rni_s1_wdata_beats": 83571,
        "PMC_EV_CMN600_PMU_rni_s2_rdata_beats": 83561,
        "PMC_EV_CMN600_PMU_rni_s2_wdata_beats": 83572,
        "PMC_EV_CMN600_PMU_rni_txdat_flits": 83563,
        "PMC_EV_CMN600_PMU_rni_txreq_flits_replayed": 83568,
        "PMC_EV_CMN600_PMU_rni_txreq_flits_retried": 83565,
        "PMC_EV_CMN600_PMU_rni_txreq_flits_total": 83564,
        "PMC_EV_CMN600_PMU_rni_wrcancel_sent": 83569,
        "PMC_EV_CMN600_PMU_rni_wrt_alloc": 83574,
        "PMC_EV_CMN600_PMU_rni_wrt_occ_ovfl": 83567,
        "PMC_EV_CMN600_PMU_sbsx_arvalid_no_arready": 83534,
        "PMC_EV_CMN600_PMU_sbsx_awvalid_no_awready": 83535,
        "PMC_EV_CMN600_PMU_sbsx_cmo_axi_trkr_occ_cnt_ovfl": 83533,
        "PMC_EV_CMN600_PMU_sbsx_cmo_req": 83524,
        "PMC_EV_CMN600_PMU_sbsx_cmo_req_trkr_occ_cnt_ovfl": 83530,
        "PMC_EV_CMN600_PMU_sbsx_rd_axi_trkr_occ_cnt_ovfl": 83532,
        "PMC_EV_CMN600_PMU_sbsx_rd_req": 83522,
        "PMC_EV_CMN600_PMU_sbsx_rd_req_trkr_occ_cnt_ovfl": 83528,
        "PMC_EV_CMN600_PMU_sbsx_txdat_flitv": 83526,
        "PMC_EV_CMN600_PMU_sbsx_txdat_stall": 83537,
        "PMC_EV_CMN600_PMU_sbsx_txrsp_flitv": 83527,
        "PMC_EV_CMN600_PMU_sbsx_txrsp_retryack": 83525,
        "PMC_EV_CMN600_PMU_sbsx_txrsp_stall": 83538,
        "PMC_EV_CMN600_PMU_sbsx_wdb_occ_cnt_ovfl": 83531,
        "PMC_EV_CMN600_PMU_sbsx_wr_req": 83523,
        "PMC_EV_CMN600_PMU_sbsx_wr_req_trkr_occ_cnt_ovfl": 83529,
        "PMC_EV_CMN600_PMU_sbsx_wvalid_no_wready": 83536,
        "PMC_EV_CMN600_PMU_xp_partial_dat_flit": 83521,
        "PMC_EV_CMN600_PMU_xp_txflit_stall": 83520,
        "PMC_EV_CMN600_PMU_xp_txflit_valid": 83519,
        "PMC_EV_DMC620_PMU_CD2__BLOCK_START": 83199,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_activate": 83217,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_allocate": 83201,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_arbitrate": 83208,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_bk_fsm_tracker": 83222,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_bk_open_tracker": 83223,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_cycle_count": 83200,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_enqueue": 83207,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_hazard_resolution": 83206,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_high_qos_depth": 83214,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_highhigh_qos_depth": 83213,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_low_qos_depth": 83216,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_lrank_turnaround_activate": 83209,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_medium_qos_depth": 83215,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_prank_turnaround_activate": 83210,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_queue_depth": 83202,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_ranks_in_pwr_down": 83224,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_ranks_in_sref": 83225,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_rdwr": 83218,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_read_backlog": 83204,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_read_depth": 83211,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_refresh": 83219,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_t_mac_tracker": 83221,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_training_request": 83220,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_waiting_for_mi": 83205,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_waiting_for_wr_data": 83203,
        "PMC_EV_DMC620_PMU_CD2_clkdiv2_write_depth": 83212,
        "PMC_EV_DMC620_PMU_C__BLOCK_START": 83231,
        "PMC_EV_DMC620_PMU_C_clk_cycle_count": 83232,
        "PMC_EV_DMC620_PMU_C_clk_request": 83233,
        "PMC_EV_DMC620_PMU_C_clk_upload_stall": 83234,
        "PMC_EV_E500_ADDRESS_COLLISION": 78638,
        "PMC_EV_E500_ADDRESS_COLLISION_CYCLES": 78646,
        "PMC_EV_E500_BIU_MASTER_DATA_SIDE_CASTOUT_REQUESTS": 78661,
        "PMC_EV_E500_BIU_MASTER_DATA_SIDE_REQUESTS": 78660,
        "PMC_EV_E500_BIU_MASTER_INSTR_SIDE_REQUESTS": 78659,
        "PMC_EV_E500_BIU_MASTER_REQUESTS": 78658,
        "PMC_EV_E500_BIU_MASTER_RETRIES": 78662,
        "PMC_EV_E500_BRANCHES_FINISHED": 78603,
        "PMC_EV_E500_BRANCH_INSTRS_COMPLETED": 78599,
        "PMC_EV_E500_BRANCH_MISPRED": 78606,
        "PMC_EV_E500_BTB_BRANCH_MISPRED_FROM_DIRECTION": 78607,
        "PMC_EV_E500_BTB_HITS_PSEUDO_HITS": 78608,
        "PMC_EV_E500_CACHEOPS_TRANSLATED": 78621,
        "PMC_EV_E500_CACHE_INHIBITED_ACCESS_TRANSLATED": 78622,
        "PMC_EV_E500_CASTOUTS_RELEASED": 78684,
        "PMC_EV_E500_COHERENT_LOOKUP_MISS_DUE_TO_VALID_BUT_INCOHERENT_MATCHES": 78722,
        "PMC_EV_E500_CQ_REDIRECTS": 78602,
        "PMC_EV_E500_CRIT_INPUT_INTR_LATENCY_CYCLES": 78670,
        "PMC_EV_E500_CRIT_INPUT_INTR_PENDING_LATENCY_CYCLES": 78672,
        "PMC_EV_E500_CRIT_INPUT_INTR_TAKEN": 78679,
        "PMC_EV_E500_CYCLES": 78592,
        "PMC_EV_E500_CYCLES_BRANCH_ISSUE_STALLED": 78611,
        "PMC_EV_E500_CYCLES_BU_SCHED_STALLED": 78616,
        "PMC_EV_E500_CYCLES_COMPLETION_STALLED_NEXUS_FIFO_FULL": 78735,
        "PMC_EV_E500_CYCLES_DECODE_STALLED": 78609,
        "PMC_EV_E500_CYCLES_ISSUE_STALLED": 78610,
        "PMC_EV_E500_CYCLES_LRU_SCHED_STALLED": 78615,
        "PMC_EV_E500_CYCLES_MU_SCHED_STALLED": 78614,
        "PMC_EV_E500_CYCLES_SU1_SCHED_STALLED": 78612,
        "PMC_EV_E500_CYCLES_SU2_SCHED_STALLED": 78613,
        "PMC_EV_E500_DAC1S_DTECTED": 78725,
        "PMC_EV_E500_DAC2S_DTECTED": 78726,
        "PMC_EV_E500_DATA_L1_CACHE_CASTOUTS": 78633,
        "PMC_EV_E500_DATA_L1_CACHE_LOCKS": 78631,
        "PMC_EV_E500_DATA_L1_CACHE_RELOADS": 78632,
        "PMC_EV_E500_DATA_MMU_BUSY": 78640,
        "PMC_EV_E500_DATA_MMU_BUSY_CYCLES": 78648,
        "PMC_EV_E500_DATA_MMU_MISS": 78639,
        "PMC_EV_E500_DATA_MMU_MISS_CYCLES": 78647,
        "PMC_EV_E500_DATA_MMU_TLB4K_RELOADS": 78655,
        "PMC_EV_E500_DATA_MMU_VSP_RELOADS": 78656,
        "PMC_EV_E500_DECORATED_LOADS": 78744,
        "PMC_EV_E500_DECORATED_STORES": 78745,
        "PMC_EV_E500_DLFB_LOAD_MISS_CYCLES": 78667,
        "PMC_EV_E500_DLFB_RETRIES_TO_MBAR": 78686,
        "PMC_EV_E500_DVT0_DETECTED": 78727,
        "PMC_EV_E500_DVT1_DETECTED": 78728,
        "PMC_EV_E500_DVT2_DETECTED": 78729,
        "PMC_EV_E500_DVT3_DETECTED": 78730,
        "PMC_EV_E500_DVT4_DETECTED": 78731,
        "PMC_EV_E500_DVT5_DETECTED": 78732,
        "PMC_EV_E500_DVT6_DETECTED": 78733,
        "PMC_EV_E500_DVT7_DETECTED": 78734,
        "PMC_EV_E500_EXT_INPUT_INTR_PENDING_LATENCY_CYCLES": 78671,
        "PMC_EV_E500_EXT_INPUT_INTR_TAKEN": 78678,
        "PMC_EV_E500_EXT_INPU_INTR_LATENCY_CYCLES": 78669,
        "PMC_EV_E500_FINISHED_UNCOND_BRANCHES_MISS_BTB": 78605,
        "PMC_EV_E500_FPU_DENORM_INPUT_CYCLES": 78739,
        "PMC_EV_E500_FPU_DIVIDE_CYCLES": 78738,
        "PMC_EV_E500_FPU_DOUBLE_PUMP": 78736,
        "PMC_EV_E500_FPU_FINISH": 78737,
        "PMC_EV_E500_FPU_FPSCR_FULL_STALL": 78741,
        "PMC_EV_E500_FPU_INPUT_DATA_STALLS": 78743,
        "PMC_EV_E500_FPU_PIPE_SYNC_STALLS": 78742,
        "PMC_EV_E500_FPU_RESULT_STALL_CYCLES": 78740,
        "PMC_EV_E500_GUARDED_LOADS_TRANSLATED": 78623,
        "PMC_EV_E500_IAC1S_DETECTED": 78723,
        "PMC_EV_E500_IAC2S_DETECTED": 78724,
        "PMC_EV_E500_ILFB_FETCH_MISS_CYCLES": 78668,
        "PMC_EV_E500_INSTR_COMPLETED": 78593,
        "PMC_EV_E500_INSTR_FETCHED": 78595,
        "PMC_EV_E500_INSTR_L1_CACHE_FETCHES": 78652,
        "PMC_EV_E500_INSTR_L1_CACHE_LOCKS": 78650,
        "PMC_EV_E500_INSTR_L1_CACHE_RELOADS": 78651,
        "PMC_EV_E500_INSTR_LFB_WENT_HIGH_PRIORITY": 78717,
        "PMC_EV_E500_INSTR_MMU_TLB4K_RELOADS": 78653,
        "PMC_EV_E500_INSTR_MMU_VSP_RELOADS": 78654,
        "PMC_EV_E500_INTERRUPTS_TAKEN": 78677,
        "PMC_EV_E500_INTV_ALLOCATIONS": 78685,
        "PMC_EV_E500_L2MMU_MISSES": 78657,
        "PMC_EV_E500_L2_CACHE_ACCESSES": 78699,
        "PMC_EV_E500_L2_CACHE_ALLOCATIONS": 78705,
        "PMC_EV_E500_L2_CACHE_CASTOUTS": 78715,
        "PMC_EV_E500_L2_CACHE_CLEAN_REDUNDANT_UPDATES": 78712,
        "PMC_EV_E500_L2_CACHE_CLEAN_UPDATES": 78710,
        "PMC_EV_E500_L2_CACHE_DATA_ACCESSES": 78701,
        "PMC_EV_E500_L2_CACHE_DATA_ALLOCATIONS": 78706,
        "PMC_EV_E500_L2_CACHE_DATA_DIRTY_HITS": 78716,
        "PMC_EV_E500_L2_CACHE_DATA_HITS": 78702,
        "PMC_EV_E500_L2_CACHE_DIRTY_DATA_ALLOCATIONS": 78707,
        "PMC_EV_E500_L2_CACHE_DIRTY_REDUNDANT_UPDATES": 78713,
        "PMC_EV_E500_L2_CACHE_DIRTY_UPDATES": 78711,
        "PMC_EV_E500_L2_CACHE_INSTR_ACCESSES": 78703,
        "PMC_EV_E500_L2_CACHE_INSTR_ALLOCATIONS": 78708,
        "PMC_EV_E500_L2_CACHE_INSTR_HITS": 78704,
        "PMC_EV_E500_L2_CACHE_LOCKS": 78714,
        "PMC_EV_E500_L2_CACHE_UPDATES": 78709,
        "PMC_EV_E500_L2_CLEAN_LINE_INVALIDATIONS": 78719,
        "PMC_EV_E500_L2_COHERENT_LINE_INVALIDATIONS": 78721,
        "PMC_EV_E500_L2_HIT_CACHE_ACCESSES": 78700,
        "PMC_EV_E500_L2_INCOHERENT_LINE_INVALIDATIONS": 78720,
        "PMC_EV_E500_L2_LINEFILL_BUFFER": 78682,
        "PMC_EV_E500_LOADS_TRANSLATED": 78618,
        "PMC_EV_E500_LOADS_TRANSLATED_ALLOCATED_TO_DLFB": 78627,
        "PMC_EV_E500_LOAD_GUARDED_MISS": 78636,
        "PMC_EV_E500_LOAD_GUARDED_MISS_CYCLES": 78644,
        "PMC_EV_E500_LOAD_MISS_DLFB_FULL": 78634,
        "PMC_EV_E500_LOAD_MISS_DLFB_FULL_CYCLES": 78642,
        "PMC_EV_E500_LOAD_MISS_LDQ_FULL": 78635,
        "PMC_EV_E500_LOAD_MISS_LDQ_FULL_CYCLES": 78643,
        "PMC_EV_E500_LOAD_RETRIES": 78746,
        "PMC_EV_E500_LOAD_UOPS_COMPLETED": 78600,
        "PMC_EV_E500_LV2_VS": 78683,
        "PMC_EV_E500_MISALIGNED_LOAD_STORE_ACCESS_TRANSLATED": 78625,
        "PMC_EV_E500_PART2_MISALIGNED_CACHE_ACCESS": 78641,
        "PMC_EV_E500_PART2_MISALIGNED_CACHE_ACCESS_CYCLES": 78649,
        "PMC_EV_E500_PMC0_OVERFLOW": 78673,
        "PMC_EV_E500_PMC1_OVERFLOW": 78674,
        "PMC_EV_E500_PMC2_OVERFLOW": 78675,
        "PMC_EV_E500_PMC3_OVERFLOW": 78676,
        "PMC_EV_E500_PM_EVENT_CYCLES": 78598,
        "PMC_EV_E500_PM_EVENT_TRANSITIONS": 78597,
        "PMC_EV_E500_SNOOP_HITS": 78664,
        "PMC_EV_E500_SNOOP_PUSHES": 78665,
        "PMC_EV_E500_SNOOP_REQUESTS": 78663,
        "PMC_EV_E500_SNOOP_RETRIES": 78666,
        "PMC_EV_E500_SNOOP_THROTTLING_TURNED_ON": 78718,
        "PMC_EV_E500_STALLS_NO_CAQ_OR_COB": 78698,
        "PMC_EV_E500_STASH_BUSY_1": 78690,
        "PMC_EV_E500_STASH_BUSY_2": 78691,
        "PMC_EV_E500_STASH_BUSY_3": 78692,
        "PMC_EV_E500_STASH_HITS": 78693,
        "PMC_EV_E500_STASH_HIT_DLFB": 78694,
        "PMC_EV_E500_STASH_L1_HITS": 78688,
        "PMC_EV_E500_STASH_L2_HITS": 78689,
        "PMC_EV_E500_STASH_REQUESTS": 78695,
        "PMC_EV_E500_STASH_REQUESTS_L1": 78696,
        "PMC_EV_E500_STASH_REQUESTS_L2": 78697,
        "PMC_EV_E500_STORES_COMPLETED": 78630,
        "PMC_EV_E500_STORES_COMPLETED_ALLOCATED_TO_DLFB": 78628,
        "PMC_EV_E500_STORES_TRANSLATED": 78619,
        "PMC_EV_E500_STORE_RETRIES": 78687,
        "PMC_EV_E500_STORE_TRANSLATE_WHEN_QUEUE_FULL": 78637,
        "PMC_EV_E500_STORE_TRANSLATE_WHEN_QUEUE_FULL_CYCLES": 78645,
        "PMC_EV_E500_STORE_UOPS_COMPLETED": 78601,
        "PMC_EV_E500_STWCX_FAILURES": 78748,
        "PMC_EV_E500_STWCX_SUCCESSES": 78747,
        "PMC_EV_E500_SYSCALL_TRAP_INTR": 78680,
        "PMC_EV_E500_TAKEN_BRANCHES_FINISHED": 78604,
        "PMC_EV_E500_TLB_BIT_TRANSITIONS": 78681,
        "PMC_EV_E500_TOTAL_ALLOCATED_TO_DLFB": 78626,
        "PMC_EV_E500_TOTAL_TRANSLATED": 78617,
        "PMC_EV_E500_TOUCHES_TRANSLATED": 78620,
        "PMC_EV_E500_TOUCHES_TRANSLATED_ALLOCATED_TO_DLFB": 78629,
        "PMC_EV_E500_UOPS_COMPLETED": 78594,
        "PMC_EV_E500_UOPS_DECODED": 78596,
        "PMC_EV_E500_WRITE_THROUGH_STORES_TRANSLATED": 78624,
        "PMC_EV_E500__BLOCK_START": 78591,
        "PMC_EV_IAF_CPU_CLK_UNHALTED_CORE": 65537,
        "PMC_EV_IAF_CPU_CLK_UNHALTED_REF": 65538,
        "PMC_EV_IAF_INSTR_RETIRED_ANY": 65536,
        "PMC_EV_IAF__BLOCK_START": 65535,
        "PMC_EV_K7_DC_ACCESSES": 8192,
        "PMC_EV_K7_DC_MISSES": 8193,
        "PMC_EV_K7_DC_REFILLS_FROM_L2": 8194,
        "PMC_EV_K7_DC_REFILLS_FROM_SYSTEM": 8195,
        "PMC_EV_K7_DC_WRITEBACKS": 8196,
        "PMC_EV_K7_HARDWARE_INTERRUPTS": 8214,
        "PMC_EV_K7_IC_FETCHES": 8200,
        "PMC_EV_K7_IC_MISSES": 8201,
        "PMC_EV_K7_INTERRUPTS_MASKED_CYCLES": 8212,
        "PMC_EV_K7_INTERRUPTS_MASKED_WHILE_PENDING_CYCLES": 8213,
        "PMC_EV_K7_L1_AND_L2_DTLB_MISSES": 8198,
        "PMC_EV_K7_L1_DTLB_MISS_AND_L2_DTLB_HITS": 8197,
        "PMC_EV_K7_L1_ITLB_MISSES": 8202,
        "PMC_EV_K7_L1_L2_ITLB_MISSES": 8203,
        "PMC_EV_K7_MISALIGNED_REFERENCES": 8199,
        "PMC_EV_K7_RETIRED_BRANCHES": 8206,
        "PMC_EV_K7_RETIRED_BRANCHES_MISPREDICTED": 8207,
        "PMC_EV_K7_RETIRED_FAR_CONTROL_TRANSFERS": 8210,
        "PMC_EV_K7_RETIRED_INSTRUCTIONS": 8204,
        "PMC_EV_K7_RETIRED_OPS": 8205,
        "PMC_EV_K7_RETIRED_RESYNC_BRANCHES": 8211,
        "PMC_EV_K7_RETIRED_TAKEN_BRANCHES": 8208,
        "PMC_EV_K7_RETIRED_TAKEN_BRANCHES_MISPREDICTED": 8209,
        "PMC_EV_K7__BLOCK_START": 8191,
        "PMC_EV_K8_BU_CPU_CLK_UNHALTED": 8344,
        "PMC_EV_K8_BU_FILL_INTO_L2": 8347,
        "PMC_EV_K8_BU_FILL_REQUEST_L2_MISS": 8346,
        "PMC_EV_K8_BU_INTERNAL_L2_REQUEST": 8345,
        "PMC_EV_K8_DC_ACCESS": 8331,
        "PMC_EV_K8_DC_COPYBACK": 8335,
        "PMC_EV_K8_DC_DCACHE_ACCESSES_BY_LOCKS": 8343,
        "PMC_EV_K8_DC_DISPATCHED_PREFETCH_INSTRUCTIONS": 8342,
        "PMC_EV_K8_DC_L1_DTLB_MISS_AND_L2_DTLB_HIT": 8336,
        "PMC_EV_K8_DC_L1_DTLB_MISS_AND_L2_DTLB_MISS": 8337,
        "PMC_EV_K8_DC_MICROARCHITECTURAL_EARLY_CANCEL": 8340,
        "PMC_EV_K8_DC_MICROARCHITECTURAL_LATE_CANCEL": 8339,
        "PMC_EV_K8_DC_MISALIGNED_DATA_REFERENCE": 8338,
        "PMC_EV_K8_DC_MISS": 8332,
        "PMC_EV_K8_DC_ONE_BIT_ECC_ERROR": 8341,
        "PMC_EV_K8_DC_REFILL_FROM_L2": 8333,
        "PMC_EV_K8_DC_REFILL_FROM_SYSTEM": 8334,
        "PMC_EV_K8_FP_CYCLES_WITH_NO_FPU_OPS_RETIRED": 8321,
        "PMC_EV_K8_FP_DISPATCHED_FPU_FAST_FLAG_OPS": 8322,
        "PMC_EV_K8_FP_DISPATCHED_FPU_OPS": 8320,
        "PMC_EV_K8_FR_DECODER_EMPTY": 8374,
        "PMC_EV_K8_FR_DISPATCH_STALLS": 8375,
        "PMC_EV_K8_FR_DISPATCH_STALL_FOR_SEGMENT_LOAD": 8378,
        "PMC_EV_K8_FR_DISPATCH_STALL_FOR_SERIALIZATION": 8377,
        "PMC_EV_K8_FR_DISPATCH_STALL_FROM_BRANCH_ABORT_TO_RETIRE": 8376,
        "PMC_EV_K8_FR_DISPATCH_STALL_WHEN_FAR_XFER_OR_RESYNC_BRANCH_PENDING": 8384,
        "PMC_EV_K8_FR_DISPATCH_STALL_WHEN_FPU_IS_FULL": 8381,
        "PMC_EV_K8_FR_DISPATCH_STALL_WHEN_LS_IS_FULL": 8382,
        "PMC_EV_K8_FR_DISPATCH_STALL_WHEN_REORDER_BUFFER_IS_FULL": 8379,
        "PMC_EV_K8_FR_DISPATCH_STALL_WHEN_RESERVATION_STATIONS_ARE_FULL": 8380,
        "PMC_EV_K8_FR_DISPATCH_STALL_WHEN_WAITING_FOR_ALL_TO_BE_QUIET": 8383,
        "PMC_EV_K8_FR_FPU_EXCEPTIONS": 8385,
        "PMC_EV_K8_FR_INTERRUPTS_MASKED_CYCLES": 8371,
        "PMC_EV_K8_FR_INTERRUPTS_MASKED_WHILE_PENDING_CYCLES": 8372,
        "PMC_EV_K8_FR_NUMBER_OF_BREAKPOINTS_FOR_DR0": 8386,
        "PMC_EV_K8_FR_NUMBER_OF_BREAKPOINTS_FOR_DR1": 8387,
        "PMC_EV_K8_FR_NUMBER_OF_BREAKPOINTS_FOR_DR2": 8388,
        "PMC_EV_K8_FR_NUMBER_OF_BREAKPOINTS_FOR_DR3": 8389,
        "PMC_EV_K8_FR_RETIRED_BRANCHES": 8360,
        "PMC_EV_K8_FR_RETIRED_BRANCHES_MISPREDICTED": 8361,
        "PMC_EV_K8_FR_RETIRED_FAR_CONTROL_TRANSFERS": 8364,
        "PMC_EV_K8_FR_RETIRED_FASTPATH_DOUBLE_OP_INSTRUCTIONS": 8370,
        "PMC_EV_K8_FR_RETIRED_FPU_INSTRUCTIONS": 8369,
        "PMC_EV_K8_FR_RETIRED_NEAR_RETURNS": 8366,
        "PMC_EV_K8_FR_RETIRED_NEAR_RETURNS_MISPREDICTED": 8367,
        "PMC_EV_K8_FR_RETIRED_RESYNCS": 8365,
        "PMC_EV_K8_FR_RETIRED_TAKEN_BRANCHES": 8362,
        "PMC_EV_K8_FR_RETIRED_TAKEN_BRANCHES_MISPREDICTED": 8363,
        "PMC_EV_K8_FR_RETIRED_TAKEN_BRANCHES_MISPREDICTED_BY_ADDR_MISCOMPARE": 8368,
        "PMC_EV_K8_FR_RETIRED_UOPS": 8359,
        "PMC_EV_K8_FR_RETIRED_X86_INSTRUCTIONS": 8358,
        "PMC_EV_K8_FR_TAKEN_HARDWARE_INTERRUPTS": 8373,
        "PMC_EV_K8_IC_FETCH": 8348,
        "PMC_EV_K8_IC_INSTRUCTION_FETCH_STALL": 8355,
        "PMC_EV_K8_IC_L1_ITLB_MISS_AND_L2_ITLB_HIT": 8352,
        "PMC_EV_K8_IC_L1_ITLB_MISS_AND_L2_ITLB_MISS": 8353,
        "PMC_EV_K8_IC_MICROARCHITECTURAL_RESYNC_BY_SNOOP": 8354,
        "PMC_EV_K8_IC_MISS": 8349,
        "PMC_EV_K8_IC_REFILL_FROM_L2": 8350,
        "PMC_EV_K8_IC_REFILL_FROM_SYSTEM": 8351,
        "PMC_EV_K8_IC_RETURN_STACK_HIT": 8356,
        "PMC_EV_K8_IC_RETURN_STACK_OVERFLOW": 8357,
        "PMC_EV_K8_LS_BUFFER2_FULL": 8326,
        "PMC_EV_K8_LS_LOCKED_OPERATION": 8327,
        "PMC_EV_K8_LS_MICROARCHITECTURAL_LATE_CANCEL": 8328,
        "PMC_EV_K8_LS_MICROARCHITECTURAL_RESYNC_BY_SELF_MODIFYING_CODE": 8324,
        "PMC_EV_K8_LS_MICROARCHITECTURAL_RESYNC_BY_SNOOP": 8325,
        "PMC_EV_K8_LS_RETIRED_CFLUSH_INSTRUCTIONS": 8329,
        "PMC_EV_K8_LS_RETIRED_CPUID_INSTRUCTIONS": 8330,
        "PMC_EV_K8_LS_SEGMENT_REGISTER_LOAD": 8323,
        "PMC_EV_K8_NB_HT_BUS0_BANDWIDTH": 8397,
        "PMC_EV_K8_NB_HT_BUS1_BANDWIDTH": 8398,
        "PMC_EV_K8_NB_HT_BUS2_BANDWIDTH": 8399,
        "PMC_EV_K8_NB_MEMORY_CONTROLLER_BYPASS_SATURATION": 8394,
        "PMC_EV_K8_NB_MEMORY_CONTROLLER_DRAM_COMMAND_SLOTS_MISSED": 8392,
        "PMC_EV_K8_NB_MEMORY_CONTROLLER_PAGE_ACCESS_EVENT": 8390,
        "PMC_EV_K8_NB_MEMORY_CONTROLLER_PAGE_TABLE_OVERFLOW": 8391,
        "PMC_EV_K8_NB_MEMORY_CONTROLLER_TURNAROUND": 8393,
        "PMC_EV_K8_NB_PROBE_RESULT": 8396,
        "PMC_EV_K8_NB_SIZED_COMMANDS": 8395,
        "PMC_EV_K8__BLOCK_START": 8319,
        "PMC_EV_PPC7450_BORDQ_FULL": 78027,
        "PMC_EV_PPC7450_BPU_STALL_ON_LR_DEPENDENCY": 77950,
        "PMC_EV_PPC7450_BRANCHES_COMPLETED": 77856,
        "PMC_EV_PPC7450_BRANCH_FLUSHES": 77972,
        "PMC_EV_PPC7450_BRANCH_LINK_STACK_CORRECTLY_RESOLVED": 77952,
        "PMC_EV_PPC7450_BRANCH_LINK_STACK_MISPREDICTED": 77977,
        "PMC_EV_PPC7450_BRANCH_LINK_STAC_PREDICTED": 77849,
        "PMC_EV_PPC7450_BRANCH_UNIT_STALL_CYCLES": 77847,
        "PMC_EV_PPC7450_BRANCH_UNIT_STALL_ON_CTR_DEPENDENCY": 77975,
        "PMC_EV_PPC7450_BTIC_MISS": 77951,
        "PMC_EV_PPC7450_BUS_READS_NOT_RETRIED": 78030,
        "PMC_EV_PPC7450_BUS_READS_WRITES_NOT_RETRIED": 78032,
        "PMC_EV_PPC7450_BUS_RETRY": 78025,
        "PMC_EV_PPC7450_BUS_RETRY_DUE_TO_COLLISION": 78035,
        "PMC_EV_PPC7450_BUS_RETRY_DUE_TO_INTERVENTION_ORDERING": 78036,
        "PMC_EV_PPC7450_BUS_RETRY_DUE_TO_L1_RETRY": 78033,
        "PMC_EV_PPC7450_BUS_RETRY_DUE_TO_PREVIOUS_ADJACENT": 78034,
        "PMC_EV_PPC7450_BUS_TAS_FOR_READS": 78028,
        "PMC_EV_PPC7450_BUS_TAS_FOR_WRITES": 78029,
        "PMC_EV_PPC7450_BUS_WRITES_NOT_RETRIED": 78031,
        "PMC_EV_PPC7450_CACHEABLE_STORE_MERGE_TO_32_BYTES": 77945,
        "PMC_EV_PPC7450_CACHE_INHIBITED_STORES": 77874,
        "PMC_EV_PPC7450_CANCELLED_L1_INSTR_CACHE_MISSES": 77965,
        "PMC_EV_PPC7450_COMPLETION_QUEUE_ENTRIES_OVER_THRESHOLD": 77925,
        "PMC_EV_PPC7450_CYCLE": 77824,
        "PMC_EV_PPC7450_CYCLES_NO_COMPLETED_INSTRS": 77854,
        "PMC_EV_PPC7450_CYCLES_NO_INSTR_DISPATCHED": 77979,
        "PMC_EV_PPC7450_CYCLES_ONE_INSTR_DISPATCHED": 77926,
        "PMC_EV_PPC7450_CYCLES_THREE_INSTR_COMPLETED": 77978,
        "PMC_EV_PPC7450_CYCLES_THREE_INSTR_DISPATCHED": 77851,
        "PMC_EV_PPC7450_CYCLES_TWO_INSTR_COMPLETED": 77927,
        "PMC_EV_PPC7450_CYCLES_WAITING_FROM_L1_INSTR_CACHE_MISS": 77929,
        "PMC_EV_PPC7450_DATA_BKPT_MATCHES": 77946,
        "PMC_EV_PPC7450_DISPATCHES_TO_FPR_ISSUE_QUEUE": 77917,
        "PMC_EV_PPC7450_DSSALL_INSTR_COMPLETED": 77983,
        "PMC_EV_PPC7450_DSS_INSTR_COMPLETED": 77882,
        "PMC_EV_PPC7450_DST_INSTR_DISPATCHED": 77879,
        "PMC_EV_PPC7450_DST_STREAM_0_CACHE_LINE_FETCHES": 77883,
        "PMC_EV_PPC7450_DST_STREAM_1_CACHE_LINE_FETCHES": 77935,
        "PMC_EV_PPC7450_DST_STREAM_3_CACHE_LINE_FETCHES": 77990,
        "PMC_EV_PPC7450_DTLB_HW_SEARCH_CYCLES": 77987,
        "PMC_EV_PPC7450_DTLB_HW_SEARCH_CYCLES_OVER_THRESHOLD": 77862,
        "PMC_EV_PPC7450_DTLB_MISSES": 77964,
        "PMC_EV_PPC7450_DTQ_FULL_CYCLES": 78024,
        "PMC_EV_PPC7450_EIEIO_INSTR_COMPLETED": 77857,
        "PMC_EV_PPC7450_EXTERNAL_INTERVENTIONS": 78021,
        "PMC_EV_PPC7450_EXTERNAL_PUSHES": 78022,
        "PMC_EV_PPC7450_EXTERNAL_SNOOP_RETRY": 78023,
        "PMC_EV_PPC7450_FALL_THROUGH_BRANCHES_PROCESSED": 77947,
        "PMC_EV_PPC7450_FAST_BTIC_HIT": 77976,
        "PMC_EV_PPC7450_FIRST_SPECULATIVE_BRANCH_BUFFER_RESOLVED_CORRECTLY": 77948,
        "PMC_EV_PPC7450_FOLDED_BRANCHES": 77993,
        "PMC_EV_PPC7450_FPR_ISSUE_QUEUE_ENTRIES": 77959,
        "PMC_EV_PPC7450_FPR_ISSUE_STALLED": 77953,
        "PMC_EV_PPC7450_FPU_DENORMALIZATION": 77889,
        "PMC_EV_PPC7450_FPU_INSTR_COMPLETED": 77960,
        "PMC_EV_PPC7450_FPU_RENORMALIZATION": 77888,
        "PMC_EV_PPC7450_FP_ALL_FPSCR_RENAMES_BUSY": 77914,
        "PMC_EV_PPC7450_FP_DENORMALIZED_RESULT": 77915,
        "PMC_EV_PPC7450_FP_LOAD_DOUBLE_COMPLETED_IN_LSU": 77902,
        "PMC_EV_PPC7450_FP_LOAD_INSTR_COMPLETED_IN_LSU": 77900,
        "PMC_EV_PPC7450_FP_LOAD_SINGLE_INSTR_COMPLETED_IN_LSU": 77901,
        "PMC_EV_PPC7450_FP_ONE_HALF_FPSCR_RENAMES_BUSY": 77912,
        "PMC_EV_PPC7450_FP_ONE_QUARTER_FPSCR_RENAMES_BUSY": 77911,
        "PMC_EV_PPC7450_FP_STORE_CAUSES_STALL_IN_LSU": 77890,
        "PMC_EV_PPC7450_FP_STORE_DOUBLE_COMPLETES_IN_LSU": 77994,
        "PMC_EV_PPC7450_FP_STORE_INSTR_COMPLETED_IN_LSU": 77887,
        "PMC_EV_PPC7450_FP_THREE_QUARTERS_FPSCR_RENAMES_BUSY": 77913,
        "PMC_EV_PPC7450_GPR_ISSUE_QUEUE_DISPATCHES": 77850,
        "PMC_EV_PPC7450_GPR_ISSUE_QUEUE_ENTRIES_OVER_THRESHOLD": 77980,
        "PMC_EV_PPC7450_GPR_ISSUE_QUEUE_STALLED": 77981,
        "PMC_EV_PPC7450_GPR_RENAME_BUFFER_ENTRIES_OVER_THRESHOLD": 77958,
        "PMC_EV_PPC7450_INSTR_BKPT_MATCHES": 77864,
        "PMC_EV_PPC7450_INSTR_COMPLETED": 77825,
        "PMC_EV_PPC7450_INSTR_DISPATCHED": 77827,
        "PMC_EV_PPC7450_INTERVENTION": 78009,
        "PMC_EV_PPC7450_ITLB_HW_SEARCH_CYCLES_OVER_THRESHOLD": 77963,
        "PMC_EV_PPC7450_ITLB_HW_TABLE_SEARCH_CYCLES": 77861,
        "PMC_EV_PPC7450_ITLB_NON_SPECULATIVE_MISSES": 77928,
        "PMC_EV_PPC7450_IU1_INSTR_COMPLETED": 77982,
        "PMC_EV_PPC7450_IU2_INSTR_COMPLETED": 77855,
        "PMC_EV_PPC7450_L1_DATA_CACHE_CASTOUTS_TO_L2": 77943,
        "PMC_EV_PPC7450_L1_DATA_CACHE_LOAD_MISS_CYCLES_OVER_THRESHOLD": 77865,
        "PMC_EV_PPC7450_L1_DATA_CACHE_OP_HIT": 77966,
        "PMC_EV_PPC7450_L1_DATA_CACHE_RELOADS": 77942,
        "PMC_EV_PPC7450_L1_DATA_CYCLES_USED": 77934,
        "PMC_EV_PPC7450_L1_DATA_LOAD_ACCESS_MISS": 77930,
        "PMC_EV_PPC7450_L1_DATA_LOAD_HIT": 77875,
        "PMC_EV_PPC7450_L1_DATA_LOAD_MISS_CYCLES": 77967,
        "PMC_EV_PPC7450_L1_DATA_PUSHES": 77968,
        "PMC_EV_PPC7450_L1_DATA_SNOOPS": 77844,
        "PMC_EV_PPC7450_L1_DATA_SNOOP_HITS": 77872,
        "PMC_EV_PPC7450_L1_DATA_SNOOP_HIT_CASTOUT": 77871,
        "PMC_EV_PPC7450_L1_DATA_SNOOP_HIT_CASTOUT_QUEUE": 77870,
        "PMC_EV_PPC7450_L1_DATA_SNOOP_HIT_ON_MODIFIED": 77866,
        "PMC_EV_PPC7450_L1_DATA_STORE_HIT": 77877,
        "PMC_EV_PPC7450_L1_DATA_STORE_MISS": 77932,
        "PMC_EV_PPC7450_L1_DATA_TOTAL_HITS": 77878,
        "PMC_EV_PPC7450_L1_DATA_TOTAL_MISS": 77969,
        "PMC_EV_PPC7450_L1_DATA_TOTAL_MISSES": 77916,
        "PMC_EV_PPC7450_L1_DATA_TOUCH_HIT": 77876,
        "PMC_EV_PPC7450_L1_DATA_TOUCH_MISS": 77931,
        "PMC_EV_PPC7450_L1_DATA_TOUCH_MISS_CYCLES": 77933,
        "PMC_EV_PPC7450_L1_EXTERNAL_INTERVENTIONS": 78018,
        "PMC_EV_PPC7450_L1_INSTR_CACHE_ACCESSES": 77863,
        "PMC_EV_PPC7450_L1_INSTR_CACHE_MISSES": 77843,
        "PMC_EV_PPC7450_L1_INSTR_CACHE_RELOADS": 77941,
        "PMC_EV_PPC7450_L2SQ_FULL_CYCLES": 78014,
        "PMC_EV_PPC7450_L2_CACHE_CASTOUTS": 78012,
        "PMC_EV_PPC7450_L2_CACHE_HITS": 77995,
        "PMC_EV_PPC7450_L2_CACHE_MISSES": 78010,
        "PMC_EV_PPC7450_L2_DATA_CACHE_MISSES": 77999,
        "PMC_EV_PPC7450_L2_EXTERNAL_INTERVENTIONS": 78019,
        "PMC_EV_PPC7450_L2_INSTR_CACHE_MISSES": 77997,
        "PMC_EV_PPC7450_L2_LOAD_HITS": 78001,
        "PMC_EV_PPC7450_L2_STORE_HITS": 78002,
        "PMC_EV_PPC7450_L2_TOUCH_HITS": 78005,
        "PMC_EV_PPC7450_L2_VALID_REQUEST": 78026,
        "PMC_EV_PPC7450_L3SQ_FULL_CYCLES": 78015,
        "PMC_EV_PPC7450_L3_CACHE_CASTOUTS": 78013,
        "PMC_EV_PPC7450_L3_CACHE_HITS": 77996,
        "PMC_EV_PPC7450_L3_CACHE_MISSES": 78011,
        "PMC_EV_PPC7450_L3_DATA_CACHE_MISSES": 78000,
        "PMC_EV_PPC7450_L3_EXTERNAL_INTERVENTIONS": 78020,
        "PMC_EV_PPC7450_L3_INSTR_CACHE_MISSES": 77998,
        "PMC_EV_PPC7450_L3_LOAD_HITS": 78003,
        "PMC_EV_PPC7450_L3_STORE_HITS": 78004,
        "PMC_EV_PPC7450_L3_TOUCH_HITS": 78006,
        "PMC_EV_PPC7450_LD_ST_TRUE_ALIAS_STALL": 77891,
        "PMC_EV_PPC7450_LOAD_INSTR_COMPLETED": 77919,
        "PMC_EV_PPC7450_LOAD_MISS_ALIAS": 77867,
        "PMC_EV_PPC7450_LOAD_MISS_ALIAS_ON_TOUCH": 77868,
        "PMC_EV_PPC7450_LSU_ALIAS_VS_CSQ": 77894,
        "PMC_EV_PPC7450_LSU_ALIAS_VS_FSQ_WB0_WB1": 77893,
        "PMC_EV_PPC7450_LSU_COMPLETES_FP_STORE_SINGLE": 77955,
        "PMC_EV_PPC7450_LSU_CSQ_FORWARDING": 77907,
        "PMC_EV_PPC7450_LSU_INDEXED_ALIAS_STALL": 77892,
        "PMC_EV_PPC7450_LSU_INSTR_COMPLETED": 77918,
        "PMC_EV_PPC7450_LSU_LMQ_FULL_STALL": 77899,
        "PMC_EV_PPC7450_LSU_LMQ_INDEX_ALIAS": 77905,
        "PMC_EV_PPC7450_LSU_LOAD_HIT_LINE_ALIAS_VS_CSQ0": 77895,
        "PMC_EV_PPC7450_LSU_LOAD_MISS_LINE_ALIAS_VS_CSQ0": 77896,
        "PMC_EV_PPC7450_LSU_LOAD_VS_STORE_QUEUE_ALIAS_STALL": 77904,
        "PMC_EV_PPC7450_LSU_MISALIGNED_LOAD_FINISH": 77908,
        "PMC_EV_PPC7450_LSU_MISALIGN_STALL": 77910,
        "PMC_EV_PPC7450_LSU_MISALIGN_STORE_COMPLETED": 77909,
        "PMC_EV_PPC7450_LSU_RA_LATCH_STALL": 77903,
        "PMC_EV_PPC7450_LSU_STORE_QUEUE_INDEX_ALIAS": 77906,
        "PMC_EV_PPC7450_LSU_TOUCH_ALIAS_VS_CSQ": 77898,
        "PMC_EV_PPC7450_LSU_TOUCH_LINE_ALIAS_VS_FSQ_WB0_WB1": 77897,
        "PMC_EV_PPC7450_LS_LM_COMPLETED": 77860,
        "PMC_EV_PPC7450_LS_LM_INSTR_PIECES": 77962,
        "PMC_EV_PPC7450_LWARX_INSTR_COMPLETED": 77922,
        "PMC_EV_PPC7450_MFSPR_INSTR_COMPLETED": 77923,
        "PMC_EV_PPC7450_MFVSCR_SYNC_CYCLES": 77840,
        "PMC_EV_PPC7450_MISPREDICTED_BRANCHES": 77992,
        "PMC_EV_PPC7450_MTSPR_INSTR_COMPLETED": 77858,
        "PMC_EV_PPC7450_MTVRSAVE_INSTR_COMPLETED": 77835,
        "PMC_EV_PPC7450_MTVSCR_INSTR_COMPLETED": 77834,
        "PMC_EV_PPC7450_PMON_EXCEPT": 77828,
        "PMC_EV_PPC7450_PMON_SIG": 77829,
        "PMC_EV_PPC7450_PREFETCH_ENGINE_COLLISION_VS_INSTR_FETCH": 78041,
        "PMC_EV_PPC7450_PREFETCH_ENGINE_COLLISION_VS_LOAD": 78039,
        "PMC_EV_PPC7450_PREFETCH_ENGINE_COLLISION_VS_LOAD_STORE_INSTR_FETCH": 78042,
        "PMC_EV_PPC7450_PREFETCH_ENGINE_COLLISION_VS_STORE": 78040,
        "PMC_EV_PPC7450_PREFETCH_ENGINE_FULL": 78043,
        "PMC_EV_PPC7450_PREFETCH_ENGINE_REQUEST": 78038,
        "PMC_EV_PPC7450_RAQ_FULL_CYCLES": 78016,
        "PMC_EV_PPC7450_REFETCH_SERIALIZATION": 77924,
        "PMC_EV_PPC7450_REFRESHED_DSTS": 77880,
        "PMC_EV_PPC7450_SC_INSTR_COMPLETED": 77859,
        "PMC_EV_PPC7450_SECOND_SPECULATION_BUFFER_ACTIVE": 77949,
        "PMC_EV_PPC7450_SECOND_SPECULATIVE_BRANCH_BUFFER_RESOLVED_CORRECTLY": 77973,
        "PMC_EV_PPC7450_SNOOP_MODIFIED": 78007,
        "PMC_EV_PPC7450_SNOOP_REQUESTS": 78037,
        "PMC_EV_PPC7450_SNOOP_RETRIES": 77988,
        "PMC_EV_PPC7450_SNOOP_VALID": 78008,
        "PMC_EV_PPC7450_SPEC_BUFFER_CYCLES": 77846,
        "PMC_EV_PPC7450_SS_SM_INSTR_COMPLETED": 77920,
        "PMC_EV_PPC7450_SS_SM_INSTR_PIECES": 77986,
        "PMC_EV_PPC7450_STORE_INSTR_COMPLETED": 77842,
        "PMC_EV_PPC7450_STORE_MERGE_GATHER": 77944,
        "PMC_EV_PPC7450_STWCX_INSTR_COMPLETED": 77961,
        "PMC_EV_PPC7450_SUCCESSFUL_DST_TABLE_SEARCHES": 77881,
        "PMC_EV_PPC7450_SUCCESSFUL_STWCX": 77989,
        "PMC_EV_PPC7450_SWITCHES_BETWEEN_PRIV_USER": 77954,
        "PMC_EV_PPC7450_SYNC_INSTR_COMPLETED": 77985,
        "PMC_EV_PPC7450_TAKEN_BRANCHES_PROCESSED": 77971,
        "PMC_EV_PPC7450_THIRD_SPECULATION_BUFFER_ACTIVE": 77974,
        "PMC_EV_PPC7450_THIRD_SPECULATIVE_BRANCH_BUFFER_RESOLVED_CORRECTLY": 77991,
        "PMC_EV_PPC7450_THRESHOLD_INSTR_QUEUE_ENTRIES_CYCLES": 77852,
        "PMC_EV_PPC7450_THRESHOLD_VEC_INSTR_QUEUE_ENTRIES_CYCLES": 77853,
        "PMC_EV_PPC7450_TLBIE_INSTR_COMPLETED": 77921,
        "PMC_EV_PPC7450_TLBIE_SNOOPS": 77940,
        "PMC_EV_PPC7450_TLBSYNC_INSTR_COMPLETED": 77984,
        "PMC_EV_PPC7450_TLB_BIT_TRANSITIONS": 77826,
        "PMC_EV_PPC7450_TOUCH_ALIAS": 77869,
        "PMC_EV_PPC7450_TRUE_BRANCH_TARGET_HITS": 77848,
        "PMC_EV_PPC7450_UNRESOLVED_BRANCHES": 77845,
        "PMC_EV_PPC7450_VEC_LOAD_INSTR_COMPLETED": 77886,
        "PMC_EV_PPC7450_VFPU_INSTR_COMPLETED": 77831,
        "PMC_EV_PPC7450_VFPU_INSTR_WAIT_CYCLES": 77837,
        "PMC_EV_PPC7450_VIU1_INSTR_COMPLETED": 77832,
        "PMC_EV_PPC7450_VIU1_INSTR_WAIT_CYCLES": 77838,
        "PMC_EV_PPC7450_VIU2_INSTR_COMPLETED": 77833,
        "PMC_EV_PPC7450_VIU2_INSTR_WAIT_CYCLES": 77839,
        "PMC_EV_PPC7450_VPU_INSTR_COMPLETED": 77830,
        "PMC_EV_PPC7450_VPU_INSTR_WAIT_CYCLES": 77836,
        "PMC_EV_PPC7450_VR_ISSUE_QUEUE_DISPATCHES": 77956,
        "PMC_EV_PPC7450_VR_STALLS": 77957,
        "PMC_EV_PPC7450_VSCR_SAT_SET": 77841,
        "PMC_EV_PPC7450_VT2_FETCHES": 77970,
        "PMC_EV_PPC7450_VTQ_LINE_FETCH": 77939,
        "PMC_EV_PPC7450_VTQ_LINE_FETCH_HIT": 77885,
        "PMC_EV_PPC7450_VTQ_LINE_FETCH_MISS": 77938,
        "PMC_EV_PPC7450_VTQ_RESUMES_DUE_TO_CTX_CHANGE": 77937,
        "PMC_EV_PPC7450_VTQ_STREAM_CANCELED_PREMATURELY": 77936,
        "PMC_EV_PPC7450_VTQ_SUSPENDS_DUE_TO_CTX_CHANGE": 77884,
        "PMC_EV_PPC7450_WAQ_FULL_CYCLES": 78017,
        "PMC_EV_PPC7450_WRITE_THROUGH_STORES": 77873,
        "PMC_EV_PPC7450__BLOCK_START": 77823,
        "PMC_EV_PPC970_ADDER": 78129,
        "PMC_EV_PPC970_BR_MARKED_INSTR_FINISH": 78089,
        "PMC_EV_PPC970_BUS_HIGH": 78127,
        "PMC_EV_PPC970_BUS_LOW": 78128,
        "PMC_EV_PPC970_CR_MARKED_INSTR_FINISH": 78099,
        "PMC_EV_PPC970_CYCLES": 78086,
        "PMC_EV_PPC970_CYCLES_IN_SUPER": 78094,
        "PMC_EV_PPC970_DCACHE_MISS_COMPLETION_STALL": 78119,
        "PMC_EV_PPC970_DISPATCH_SUCCESS": 78100,
        "PMC_EV_PPC970_EXTERNAL_INTERRUPT": 78113,
        "PMC_EV_PPC970_FPU_COMPLETION_STALL": 78120,
        "PMC_EV_PPC970_FPU_LONG_INSTR_COMPLETION_STALL": 78123,
        "PMC_EV_PPC970_FPU_MARKED_INSTR_COMPLETED": 78111,
        "PMC_EV_PPC970_FXU0_BUSY_FXU1_BUSY": 78105,
        "PMC_EV_PPC970_FXU0_BUSY_FXU1_IDLE": 78109,
        "PMC_EV_PPC970_FXU0_IDLE_FXU1_BUSY": 78096,
        "PMC_EV_PPC970_FXU0_IDLE_FXU1_IDLE": 78101,
        "PMC_EV_PPC970_FXU_COMPLETION_STALL": 78118,
        "PMC_EV_PPC970_FXU_LONG_INSTR_COMPLETION_STALL": 78121,
        "PMC_EV_PPC970_FXU_MARKED_INSTR_FINISHED": 78107,
        "PMC_EV_PPC970_GCT_EMPTY": 78083,
        "PMC_EV_PPC970_GCT_EMPTY_BY_BRANCH_MISS_PREDICT": 78126,
        "PMC_EV_PPC970_GCT_EMPTY_BY_ICACHE_MISS": 78124,
        "PMC_EV_PPC970_GCT_EMPTY_BY_SRQ_FULL": 78090,
        "PMC_EV_PPC970_GROUP_COMPLETED": 78110,
        "PMC_EV_PPC970_GROUP_DISPATCH": 78088,
        "PMC_EV_PPC970_GROUP_DISPATCH_REJECT": 78114,
        "PMC_EV_PPC970_GROUP_MARKED_IDU": 78103,
        "PMC_EV_PPC970_INSTR_COMPLETED": 78080,
        "PMC_EV_PPC970_LSU_COMPLETION_STALL": 78117,
        "PMC_EV_PPC970_LSU_EMPTY": 78092,
        "PMC_EV_PPC970_LSU_MARKED_INSTR_FINISH": 78115,
        "PMC_EV_PPC970_MARKED_GROUP_COMPLETED": 78098,
        "PMC_EV_PPC970_MARKED_GROUP_COMPLETE_TIMEOUT": 78104,
        "PMC_EV_PPC970_MARKED_GROUP_DISPATCH": 78081,
        "PMC_EV_PPC970_MARKED_GROUP_ISSUED": 78108,
        "PMC_EV_PPC970_MARKED_INSTR_FINISH_ANY_UNIT": 78112,
        "PMC_EV_PPC970_MARKED_STORE_COMPLETED": 78082,
        "PMC_EV_PPC970_MARKED_STORE_SENT_TO_STS": 78106,
        "PMC_EV_PPC970_MARKED_STORE_WITH_INTR": 78093,
        "PMC_EV_PPC970_ONE_PLUS_INSTR_COMPLETED": 78102,
        "PMC_EV_PPC970_OVERFLOW": 78085,
        "PMC_EV_PPC970_REJECT_COMPLETION_STALL": 78122,
        "PMC_EV_PPC970_REJECT_COMPLETION_STALL_ERAT_MISS": 78125,
        "PMC_EV_PPC970_RUN_CYCLES": 78084,
        "PMC_EV_PPC970_SRQ_EMPTY": 78097,
        "PMC_EV_PPC970_STOP_COMPLETION": 78091,
        "PMC_EV_PPC970_THRESHOLD_TIMEOUT": 78087,
        "PMC_EV_PPC970_TIMEBASE_EVENT": 78116,
        "PMC_EV_PPC970_VPU_MARKED_INSTR_COMPLETED": 78095,
        "PMC_EV_PPC970__BLOCK_START": 78079,
        "PMC_EV_TSC_TSC": 4096,
        "PMC_EV_TSC__BLOCK_START": 4095
      }
    },
    "pqisrc_ctrl_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTRL_PQI_MODE": 1,
        "CTRL_SIS_MODE": 0
      }
    },
    "pqisrc_device_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVICE_CHANGED": 1,
        "DEVICE_NOT_FOUND": 0,
        "DEVICE_UNCHANGED": 2
      }
    },
    "pqisrc_flush_cache_event_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PQISRC_HIBERNATE": 2,
        "PQISRC_NONE_CACHE_FLUSH_ONLY": 0,
        "PQISRC_RESTART": 4,
        "PQISRC_SHUTDOWN": 1,
        "PQISRC_SUSPEND": 3
      }
    },
    "prison_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PRISON_STATE_ALIVE": 1,
        "PRISON_STATE_DYING": 2,
        "PRISON_STATE_INVALID": 0
      }
    },
    "probearg": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROBE": 0,
        "REINIT": 1
      }
    },
    "proc_vector_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROC_ARG": 0,
        "PROC_AUX": 2,
        "PROC_ENV": 1
      }
    },
    "puc_cfg_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PUC_CFG_GET_CLOCK": 0,
        "PUC_CFG_GET_DESC": 1,
        "PUC_CFG_GET_ILR": 2,
        "PUC_CFG_GET_LEN": 3,
        "PUC_CFG_GET_NPORTS": 4,
        "PUC_CFG_GET_OFS": 5,
        "PUC_CFG_GET_RID": 6,
        "PUC_CFG_GET_TYPE": 7,
        "PUC_CFG_SETUP": 8
      }
    },
    "pvscsi_commands": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PVSCSI_CMD_ABORT_CMD": 6,
        "PVSCSI_CMD_ADAPTER_RESET": 1,
        "PVSCSI_CMD_CONFIG": 7,
        "PVSCSI_CMD_DEVICE_UNPLUG": 9,
        "PVSCSI_CMD_FIRST": 0,
        "PVSCSI_CMD_GET_MAX_TARGETS": 11,
        "PVSCSI_CMD_ISSUE_SCSI": 2,
        "PVSCSI_CMD_LAST": 12,
        "PVSCSI_CMD_RESET_BUS": 4,
        "PVSCSI_CMD_RESET_DEVICE": 5,
        "PVSCSI_CMD_SETUP_MSG_RING": 8,
        "PVSCSI_CMD_SETUP_REQCALLTHRESHOLD": 10,
        "PVSCSI_CMD_SETUP_RINGS": 3
      }
    },
    "pvscsi_host_status": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BTSTAT_ABORTQUEUE": 38,
        "BTSTAT_BADMSG": 29,
        "BTSTAT_BUSFREE": 19,
        "BTSTAT_BUSRESET": 37,
        "BTSTAT_DATARUN": 18,
        "BTSTAT_DATA_UNDERRUN": 12,
        "BTSTAT_DISCONNECT": 36,
        "BTSTAT_HAHARDWARE": 32,
        "BTSTAT_HASOFTWARE": 39,
        "BTSTAT_HATIMEOUT": 48,
        "BTSTAT_INVCODE": 21,
        "BTSTAT_INVOPCODE": 22,
        "BTSTAT_INVPARAM": 26,
        "BTSTAT_INVPHASE": 20,
        "BTSTAT_LINKED_COMMAND_COMPLETED": 10,
        "BTSTAT_LINKED_COMMAND_COMPLETED_WITH_FLAG": 11,
        "BTSTAT_LUNMISMATCH": 23,
        "BTSTAT_NORESPONSE": 33,
        "BTSTAT_RECVRST": 35,
        "BTSTAT_SCSIPARITY": 52,
        "BTSTAT_SELTIMEO": 17,
        "BTSTAT_SENSFAILED": 27,
        "BTSTAT_SENTRST": 34,
        "BTSTAT_SUCCESS": 0,
        "BTSTAT_TAGREJECT": 28
      }
    },
    "pvscsi_msg_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PVSCSI_MSG_DEV_ADDED": 0,
        "PVSCSI_MSG_DEV_REMOVED": 1,
        "PVSCSI_MSG_LAST": 2
      }
    },
    "pvscsi_reg_offset": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PVSCSI_REG_OFFSET_COMMAND": 0,
        "PVSCSI_REG_OFFSET_COMMAND_DATA": 4,
        "PVSCSI_REG_OFFSET_COMMAND_STATUS": 8,
        "PVSCSI_REG_OFFSET_DEBUG": 12312,
        "PVSCSI_REG_OFFSET_INTR_MASK": 8208,
        "PVSCSI_REG_OFFSET_INTR_STATUS": 4108,
        "PVSCSI_REG_OFFSET_KICK_NON_RW_IO": 12308,
        "PVSCSI_REG_OFFSET_KICK_RW_IO": 16408,
        "PVSCSI_REG_OFFSET_LAST_STS_0": 256,
        "PVSCSI_REG_OFFSET_LAST_STS_1": 260,
        "PVSCSI_REG_OFFSET_LAST_STS_2": 264,
        "PVSCSI_REG_OFFSET_LAST_STS_3": 268
      }
    },
    "qos_color": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "QOS_COLOR_GREEN": 0,
        "QOS_COLOR_RED": 2,
        "QOS_COLOR_YELLOW": 1
      }
    },
    "qp_transition": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "QP_TRANS_INIT2RTR": 0,
        "QP_TRANS_RTR2RTS": 1,
        "QP_TRANS_RTS2RTS": 2,
        "QP_TRANS_SQD2RTS": 5,
        "QP_TRANS_SQD2SQD": 4,
        "QP_TRANS_SQERR2RTS": 3
      }
    },
    "qstate_e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "QCREATED": 1,
        "QDELETED": 0
      }
    },
    "qtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "QTYPE_CQ": 4,
        "QTYPE_EQ": 0,
        "QTYPE_MQ": 1,
        "QTYPE_RQ": 3,
        "QTYPE_RSS": 5,
        "QTYPE_WQ": 2
      }
    },
    "random_entropy_source": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ENTROPYSOURCE": 26,
        "RANDOM_ATTACH": 1,
        "RANDOM_CACHED": 0,
        "RANDOM_CALLOUT": 11,
        "RANDOM_ENVIRONMENTAL_END": 11,
        "RANDOM_FS_ATIME": 9,
        "RANDOM_INTERRUPT": 7,
        "RANDOM_KEYBOARD": 2,
        "RANDOM_MOUSE": 3,
        "RANDOM_NET_ETHER": 5,
        "RANDOM_NET_NG": 6,
        "RANDOM_NET_TUN": 4,
        "RANDOM_PURE_BROADCOM": 20,
        "RANDOM_PURE_CCP": 21,
        "RANDOM_PURE_DARN": 22,
        "RANDOM_PURE_GLXSB": 14,
        "RANDOM_PURE_HIFN": 15,
        "RANDOM_PURE_NEHEMIAH": 17,
        "RANDOM_PURE_OCTEON": 12,
        "RANDOM_PURE_QUALCOMM": 25,
        "RANDOM_PURE_RDRAND": 16,
        "RANDOM_PURE_RNDTEST": 18,
        "RANDOM_PURE_SAFE": 13,
        "RANDOM_PURE_START": 12,
        "RANDOM_PURE_TPM": 23,
        "RANDOM_PURE_VIRTIO": 19,
        "RANDOM_PURE_VMGENID": 24,
        "RANDOM_START": 0,
        "RANDOM_SWI": 8,
        "RANDOM_UMA": 10
      }
    },
    "reject_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AUTH_ERROR": 1,
        "RPC_MISMATCH": 0
      }
    },
    "replay_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RS_DONE": 1,
        "RS_ERROR": 3,
        "RS_INPROGRESS": 2,
        "RS_NEW": 0
      }
    },
    "reply_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MSG_ACCEPTED": 0,
        "MSG_DENIED": 1
      }
    },
    "res_counter_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_COUNTER_ALLOCATED": 2,
        "RES_COUNTER_BUSY": 1
      }
    },
    "res_cq_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_CQ_ALLOCATED": 2,
        "RES_CQ_BUSY": 1,
        "RES_CQ_HW": 3
      }
    },
    "res_eq_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_EQ_BUSY": 1,
        "RES_EQ_HW": 3,
        "RES_EQ_RESERVED": 2
      }
    },
    "res_fs_rule_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_FS_RULE_ALLOCATED": 2,
        "RES_FS_RULE_BUSY": 1
      }
    },
    "res_mpt_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_MPT_BUSY": 1,
        "RES_MPT_HW": 4,
        "RES_MPT_MAPPED": 3,
        "RES_MPT_RESERVED": 2
      }
    },
    "res_mtt_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_MTT_ALLOCATED": 2,
        "RES_MTT_BUSY": 1
      }
    },
    "res_qp_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_QP_BUSY": 1,
        "RES_QP_HW": 4,
        "RES_QP_MAPPED": 3,
        "RES_QP_RESERVED": 2
      }
    },
    "res_srq_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_SRQ_ALLOCATED": 2,
        "RES_SRQ_BUSY": 1,
        "RES_SRQ_HW": 3
      }
    },
    "res_xrcdn_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_XRCD_ALLOCATED": 2,
        "RES_XRCD_BUSY": 1
      }
    },
    "rh_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RH_ALLOC": 1,
        "RH_ARG": 2,
        "RH_FREE": 0
      }
    },
    "rib_subscription_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RIB_NOTIFY_DELAYED": 1,
        "RIB_NOTIFY_IMMEDIATE": 0
      }
    },
    "rib_walk_hook": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RIB_WALK_HOOK_POST": 1,
        "RIB_WALK_HOOK_PRE": 0
      }
    },
    "rl_twist": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CHK_LINK": 1,
        "DONE": 0,
        "FIND_ROW": 2,
        "RECHK_LONG": 4,
        "RETUNE": 5,
        "SET_PARAM": 3
      }
    },
    "rman_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RMAN_ARRAY": 2,
        "RMAN_GAUGE": 1,
        "RMAN_UNINIT": 0
      }
    },
    "rt_scope_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RT_SCOPE_HOST": 254,
        "RT_SCOPE_LINK": 253,
        "RT_SCOPE_NOWHERE": 255,
        "RT_SCOPE_SITE": 200,
        "RT_SCOPE_UNIVERSE": 0
      }
    },
    "rtattr_type_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL_RTA_CACHEINFO": 12,
        "NL_RTA_DPORT": 29,
        "NL_RTA_DST": 1,
        "NL_RTA_ENCAP": 22,
        "NL_RTA_ENCAP_TYPE": 21,
        "NL_RTA_EXPIRES": 23,
        "NL_RTA_FLOW": 11,
        "NL_RTA_GATEWAY": 5,
        "NL_RTA_IIF": 3,
        "NL_RTA_IP_PROTO": 27,
        "NL_RTA_KNH_ID": 10,
        "NL_RTA_MARK": 16,
        "NL_RTA_METRICS": 8,
        "NL_RTA_MFC_STATS": 17,
        "NL_RTA_MP_ALGO": 14,
        "NL_RTA_MULTIPATH": 9,
        "NL_RTA_NEWDST": 19,
        "NL_RTA_NH_ID": 30,
        "NL_RTA_OIF": 4,
        "NL_RTA_PAD": 24,
        "NL_RTA_PREF": 20,
        "NL_RTA_PREFSRC": 7,
        "NL_RTA_PRIORITY": 6,
        "NL_RTA_PROTOINFO": 10,
        "NL_RTA_RTFLAGS": 14,
        "NL_RTA_SESSION": 13,
        "NL_RTA_SPORT": 28,
        "NL_RTA_SRC": 2,
        "NL_RTA_TABLE": 15,
        "NL_RTA_TTL_PROPAGATE": 26,
        "NL_RTA_UID": 25,
        "NL_RTA_UNSPEC": 0,
        "NL_RTA_VIA": 18,
        "NL_RTA_WEIGHT": 13,
        "__RTA_MAX": 31
      }
    },
    "rtnetlink_groups": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTNLGRP_BRVLAN": 33,
        "RTNLGRP_DCB": 23,
        "RTNLGRP_DECnet_IFADDR": 13,
        "RTNLGRP_DECnet_ROUTE": 15,
        "RTNLGRP_DECnet_RULE": 16,
        "RTNLGRP_IPV4_IFADDR": 5,
        "RTNLGRP_IPV4_MROUTE": 6,
        "RTNLGRP_IPV4_MROUTE_R": 30,
        "RTNLGRP_IPV4_NETCONF": 24,
        "RTNLGRP_IPV4_ROUTE": 7,
        "RTNLGRP_IPV4_RULE": 8,
        "RTNLGRP_IPV6_IFADDR": 9,
        "RTNLGRP_IPV6_IFINFO": 12,
        "RTNLGRP_IPV6_MROUTE": 10,
        "RTNLGRP_IPV6_MROUTE_R": 31,
        "RTNLGRP_IPV6_NETCONF": 25,
        "RTNLGRP_IPV6_PREFIX": 18,
        "RTNLGRP_IPV6_ROUTE": 11,
        "RTNLGRP_IPV6_RULE": 19,
        "RTNLGRP_LINK": 1,
        "RTNLGRP_MDB": 26,
        "RTNLGRP_MPLS_NETCONF": 29,
        "RTNLGRP_MPLS_ROUTE": 27,
        "RTNLGRP_ND_USEROPT": 20,
        "RTNLGRP_NEIGH": 3,
        "RTNLGRP_NEXTHOP": 32,
        "RTNLGRP_NONE": 0,
        "RTNLGRP_NOP2": 14,
        "RTNLGRP_NOP4": 17,
        "RTNLGRP_NOTIFY": 2,
        "RTNLGRP_NSID": 28,
        "RTNLGRP_PHONET_IFADDR": 21,
        "RTNLGRP_PHONET_ROUTE": 22,
        "RTNLGRP_TC": 4,
        "__RTNLGRP_MAX": 34
      }
    },
    "rx_enc_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RX_ENC_FLAG_BF": 128,
        "RX_ENC_FLAG_HT_GF": 8,
        "RX_ENC_FLAG_LDPC": 64,
        "RX_ENC_FLAG_SHORTPRE": 1,
        "RX_ENC_FLAG_SHORT_GI": 4,
        "RX_ENC_FLAG_STBC_MASK": 48
      }
    },
    "scan_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CMCI": 2,
        "MCE": 1,
        "POLLED": 0
      }
    },
    "ses_iter_index_values": {
      "size": 4,
      "base": "int",
      "constants": {
        "ITERATOR_INDEX_END": 2147483647,
        "ITERATOR_INDEX_INVALID": -1
      }
    },
    "set_key_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DISABLE_KEY": 1,
        "SET_KEY": 0
      }
    },
    "set_mac_action_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_SET_MAC_ACTION_TYPE": 2,
        "T_ETH_MAC_COMMAND_INVALIDATE": 0,
        "T_ETH_MAC_COMMAND_SET": 1
      }
    },
    "sge_context_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SGE_CNTXT_CTRL": 5,
        "SGE_CNTXT_ETH": 2,
        "SGE_CNTXT_OFLD": 4,
        "SGE_CNTXT_RDMA": 0
      }
    },
    "shn_value": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_SHN_ABRUPT": 2,
        "NVME_SHN_NORMAL": 1
      }
    },
    "shst_value": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_SHST_COMPLETE": 2,
        "NVME_SHST_NORMAL": 0,
        "NVME_SHST_OCCURRING": 1
      }
    },
    "sigstatus": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SIGSTATUS_HANDLE": 0,
        "SIGSTATUS_HANDLED": 1,
        "SIGSTATUS_IGNORE": 2,
        "SIGSTATUS_SBDRY_STOP": 3
      }
    },
    "siis_err_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SIIS_ERR_INNOCENT": 2,
        "SIIS_ERR_INVALID": 1,
        "SIIS_ERR_NCQ": 6,
        "SIIS_ERR_NONE": 0,
        "SIIS_ERR_SATA": 4,
        "SIIS_ERR_TFE": 3,
        "SIIS_ERR_TIMEOUT": 5
      }
    },
    "siis_slot_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SIIS_SLOT_EMPTY": 0,
        "SIIS_SLOT_LOADING": 1,
        "SIIS_SLOT_RUNNING": 2,
        "SIIS_SLOT_WAITING": 3
      }
    },
    "sk_buff_pkt_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PACKET_BROADCAST": 0,
        "PACKET_MULTICAST": 1,
        "PACKET_OTHERHOST": 2
      }
    },
    "skb_shared_info_gso_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SKB_GSO_TCPV4": 0,
        "SKB_GSO_TCPV6": 1
      }
    },
    "slave_port_gen_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLAVE_PORT_GEN_EVENT_DOWN": 0,
        "SLAVE_PORT_GEN_EVENT_NONE": 2,
        "SLAVE_PORT_GEN_EVENT_UP": 1
      }
    },
    "slave_port_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLAVE_PENDING_UP": 1,
        "SLAVE_PORT_DOWN": 0,
        "SLAVE_PORT_UP": 2
      }
    },
    "slave_port_state_event": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PORT_STATE_DEV_EVENT_PORT_DOWN": 0,
        "MLX4_PORT_STATE_DEV_EVENT_PORT_UP": 1,
        "MLX4_PORT_STATE_IB_EVENT_GID_INVALID": 3,
        "MLX4_PORT_STATE_IB_PORT_STATE_EVENT_GID_VALID": 2
      }
    },
    "sm_res": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "stat_fail": 1,
        "stat_succ": 0
      }
    },
    "socket_qstate": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SQ_COMP": 4096,
        "SQ_INCOMP": 2048,
        "SQ_NONE": 0
      }
    },
    "sopt_dir": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SOPT_GET": 0,
        "SOPT_SET": 1
      }
    },
    "specialfd_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SPECIALFD_EVENTFD": 1
      }
    },
    "sta_notify_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "STA_NOTIFY_AWAKE": 0,
        "STA_NOTIFY_SLEEP": 1
      }
    },
    "stack_sbuf_fmt": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "STACK_SBUF_FMT_COMPACT": 2,
        "STACK_SBUF_FMT_LONG": 1,
        "STACK_SBUF_FMT_NONE": 0
      }
    },
    "state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PPPOE_CONNECTED": 7,
        "PPPOE_DEAD": 8,
        "PPPOE_LISTENING": 1,
        "PPPOE_NEWCONNECTED": 6,
        "PPPOE_PRIMED": 3,
        "PPPOE_SINIT": 2,
        "PPPOE_SNONE": 0,
        "PPPOE_SOFFER": 4,
        "PPPOE_SREQ": 5
      }
    },
    "stats_query_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_STATS_QUERY_TYPE": 5,
        "STATS_TYPE_FCOE": 4,
        "STATS_TYPE_PF": 2,
        "STATS_TYPE_PORT": 1,
        "STATS_TYPE_QUEUE": 0,
        "STATS_TYPE_TOE": 3
      }
    },
    "status_block_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_STATUS_BLOCK_STATE": 3,
        "SB_CLEANED": 2,
        "SB_DISABLED": 0,
        "SB_ENABLED": 1
      }
    },
    "storm_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ATTENTION_ID": 4,
        "CSTORM_ID": 1,
        "MAX_STORM_ID": 5,
        "TSTORM_ID": 3,
        "USTORM_ID": 0,
        "XSTORM_ID": 2
      }
    },
    "storvsc_request_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "READ_TYPE": 1,
        "UNKNOWN_TYPE": 2,
        "WRITE_TYPE": 0
      }
    },
    "svcpool_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SVCPOOL_ACTIVE": 1,
        "SVCPOOL_CLOSING": 4,
        "SVCPOOL_INIT": 0,
        "SVCPOOL_THREADSTARTING": 3,
        "SVCPOOL_THREADWANTED": 2
      }
    },
    "sysctl_iter_action": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ITER_CHILDREN": 1,
        "ITER_FOUND": 2,
        "ITER_SIBLINGS": 0
      }
    },
    "sysinit_elem_order": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SI_ORDER_ANY": 268435455,
        "SI_ORDER_EIGHTH": 7,
        "SI_ORDER_FIFTH": 4,
        "SI_ORDER_FIRST": 0,
        "SI_ORDER_FOURTH": 3,
        "SI_ORDER_MIDDLE": 16777216,
        "SI_ORDER_SECOND": 1,
        "SI_ORDER_SEVENTH": 6,
        "SI_ORDER_SIXTH": 5,
        "SI_ORDER_THIRD": 2
      }
    },
    "sysinit_sub_id": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SI_SUB_AUDIT": 38535168,
        "SI_SUB_CLOCKS": 75497472,
        "SI_SUB_CONFIGURE": 58720256,
        "SI_SUB_COPYRIGHT": 8388609,
        "SI_SUB_COUNTER": 17825792,
        "SI_SUB_CPU": 34603008,
        "SI_SUB_CREATE_INIT": 38797312,
        "SI_SUB_DDB_SERVICES": 37224448,
        "SI_SUB_DEVFS": 49283072,
        "SI_SUB_DONE": 1,
        "SI_SUB_DRIVERS": 51380224,
        "SI_SUB_DTRACE": 50462720,
        "SI_SUB_DTRACE_ANON": 50905088,
        "SI_SUB_DTRACE_PROVIDER": 50626560,
        "SI_SUB_DUMMY": 0,
        "SI_SUB_EPOCH": 42500096,
        "SI_SUB_EVENTHANDLER": 29360128,
        "SI_SUB_EXEC": 121634816,
        "SI_SUB_HYPERVISOR": 27525120,
        "SI_SUB_INIT_IF": 50331648,
        "SI_SUB_INTR": 41943040,
        "SI_SUB_INTRINSIC": 35651584,
        "SI_SUB_INTRINSIC_POST": 218103808,
        "SI_SUB_INT_CONFIG_HOOKS": 176160768,
        "SI_SUB_KDTRACE": 34865152,
        "SI_SUB_KHELP": 34078720,
        "SI_SUB_KICK_SCHEDULER": 167772160,
        "SI_SUB_KLD": 33554432,
        "SI_SUB_KMEM": 25165824,
        "SI_SUB_KPROF": 150994944,
        "SI_SUB_KTHREAD_BUF": 245366784,
        "SI_SUB_KTHREAD_IDLE": 249561088,
        "SI_SUB_KTHREAD_INIT": 234881024,
        "SI_SUB_KTHREAD_PAGE": 239075328,
        "SI_SUB_KTHREAD_UPDATE": 247463936,
        "SI_SUB_KTHREAD_VM": 243269632,
        "SI_SUB_KTRACE": 38273024,
        "SI_SUB_LAST": 268435455,
        "SI_SUB_LOCK": 28311552,
        "SI_SUB_MAC": 35127296,
        "SI_SUB_MAC_LATE": 35454976,
        "SI_SUB_MAC_POLICY": 35389440,
        "SI_SUB_MBUF": 40894464,
        "SI_SUB_MTX_POOL_DYNAMIC": 28049408,
        "SI_SUB_NETGRAPH": 50397184,
        "SI_SUB_OPENSOLARIS": 38338560,
        "SI_SUB_P1003_1B": 115343360,
        "SI_SUB_PROTO_BEGIN": 134217728,
        "SI_SUB_PROTO_DOMAIN": 142606336,
        "SI_SUB_PROTO_DOMAININIT": 140509184,
        "SI_SUB_PROTO_END": 150994943,
        "SI_SUB_PROTO_FIREWALL": 142630912,
        "SI_SUB_PROTO_IF": 138412032,
        "SI_SUB_PROTO_IFATTACHDOMAIN": 142639104,
        "SI_SUB_PROTO_MC": 141557760,
        "SI_SUB_PROTO_PFIL": 135266304,
        "SI_SUB_PSEUDO": 117440512,
        "SI_SUB_RACCT": 34668544,
        "SI_SUB_RACCTD": 252706816,
        "SI_SUB_RANDOM": 34996224,
        "SI_SUB_ROOT_CONF": 184549376,
        "SI_SUB_RUN_QUEUE": 37748736,
        "SI_SUB_SCHED_IDLE": 39845888,
        "SI_SUB_SMP": 42991616,
        "SI_SUB_SOFTINTR": 44040192,
        "SI_SUB_SYSCALLS": 226492416,
        "SI_SUB_SYSV_MSG": 113246208,
        "SI_SUB_SYSV_SEM": 109051904,
        "SI_SUB_SYSV_SHM": 104857600,
        "SI_SUB_TASKQ": 42467328,
        "SI_SUB_TUNABLES": 7340032,
        "SI_SUB_VFS": 67108864,
        "SI_SUB_VM": 16777216,
        "SI_SUB_VM_CONF": 36700160,
        "SI_SUB_VNET": 35520512,
        "SI_SUB_VNET_DONE": 230686720,
        "SI_SUB_VNET_PRELINK": 31457280,
        "SI_SUB_WITNESS": 27787264
      }
    },
    "systrace_probe_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SYSTRACE_ENTRY": 0,
        "SYSTRACE_RETURN": 1
      }
    },
    "t4_bar2_qtype": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "T4_BAR2_QTYPE_EGRESS": 0,
        "T4_BAR2_QTYPE_INGRESS": 1
      }
    },
    "targetPowerCckRates": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LEGACY_TARGET_RATE_11L": 2,
        "LEGACY_TARGET_RATE_11S": 3,
        "LEGACY_TARGET_RATE_1L_5L": 0,
        "LEGACY_TARGET_RATE_5S": 1
      }
    },
    "targetPowerHTRates": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HT_TARGET_RATE_0_8_16": 0,
        "HT_TARGET_RATE_12": 6,
        "HT_TARGET_RATE_13": 7,
        "HT_TARGET_RATE_14": 8,
        "HT_TARGET_RATE_15": 9,
        "HT_TARGET_RATE_1_3_9_11_17_19": 1,
        "HT_TARGET_RATE_20": 10,
        "HT_TARGET_RATE_21": 11,
        "HT_TARGET_RATE_22": 12,
        "HT_TARGET_RATE_23": 13,
        "HT_TARGET_RATE_4": 2,
        "HT_TARGET_RATE_5": 3,
        "HT_TARGET_RATE_6": 4,
        "HT_TARGET_RATE_7": 5
      }
    },
    "targetPowerLegacyRates": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LEGACY_TARGET_RATE_36": 1,
        "LEGACY_TARGET_RATE_48": 2,
        "LEGACY_TARGET_RATE_54": 3,
        "LEGACY_TARGET_RATE_6_24": 0
      }
    },
    "taskqueue_callback_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TASKQUEUE_CALLBACK_TYPE_INIT": 0,
        "TASKQUEUE_CALLBACK_TYPE_SHUTDOWN": 1
      }
    },
    "tcp_log_dev_queue_lock_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "QUEUE_LOCKED": 1,
        "QUEUE_UNLOCKED": 0
      }
    },
    "tcp_log_events": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BBR_LOG_ACKCLEAR": 11,
        "BBR_LOG_BBRRTT": 20,
        "BBR_LOG_BBRSND": 10,
        "BBR_LOG_BBRTSO": 36,
        "BBR_LOG_BBRUPD": 9,
        "BBR_LOG_BWSAMP": 18,
        "BBR_LOG_BW_RED_EV": 45,
        "BBR_LOG_CWND": 17,
        "BBR_LOG_DOSEG_DONE": 27,
        "BBR_LOG_ENOBUF_JMP": 42,
        "BBR_LOG_ENTREC": 15,
        "BBR_LOG_EXITREC": 16,
        "BBR_LOG_EXIT_GAIN": 28,
        "BBR_LOG_HDWR_PACE": 52,
        "BBR_LOG_HPTSDIAG": 37,
        "BBR_LOG_HPTSI_CALC": 43,
        "BBR_LOG_INQUEUE": 12,
        "BBR_LOG_JUSTRET": 21,
        "BBR_LOG_LOWGAIN": 38,
        "BBR_LOG_MSGSIZE": 19,
        "BBR_LOG_PERSIST": 24,
        "BBR_LOG_PKT_EPOCH": 23,
        "BBR_LOG_PROGRESS": 39,
        "BBR_LOG_REDUCE": 46,
        "BBR_LOG_RTO": 26,
        "BBR_LOG_RTT_SHRINKS": 44,
        "BBR_LOG_SETTINGS_CHG": 48,
        "BBR_LOG_SRTT_GAIN_EVENT": 49,
        "BBR_LOG_STATE": 22,
        "BBR_LOG_STATE_TARGET": 33,
        "BBR_LOG_THRESH_CALC": 29,
        "BBR_LOG_TIMERCANC": 14,
        "BBR_LOG_TIMERPREP": 41,
        "BBR_LOG_TIMERSTAR": 13,
        "BBR_LOG_TIME_EPOCH": 34,
        "BBR_LOG_TO_PROCESS": 35,
        "BBR_LOG_TSTMP_VAL": 53,
        "BBR_RSM_CLEARED": 32,
        "RACK_DSACK_HANDLING": 64,
        "TCP_CHG_QUERY": 66,
        "TCP_HDWR_PACE_SIZE": 51,
        "TCP_HYBRID_PACING_LOG": 69,
        "TCP_HYSTART": 65,
        "TCP_LOG_ACCOUNTING": 62,
        "TCP_LOG_BAD_RETRAN": 5,
        "TCP_LOG_CONNEND": 54,
        "TCP_LOG_END": 71,
        "TCP_LOG_FLOWEND": 25,
        "TCP_LOG_FSB": 63,
        "TCP_LOG_HPTS": 8,
        "TCP_LOG_IN": 1,
        "TCP_LOG_LRO": 55,
        "TCP_LOG_MAPCHG": 30,
        "TCP_LOG_OUT": 2,
        "TCP_LOG_PRR": 6,
        "TCP_LOG_PRU": 70,
        "TCP_LOG_REASS": 50,
        "TCP_LOG_REORDER": 7,
        "TCP_LOG_REQ_T": 61,
        "TCP_LOG_RTO": 3,
        "TCP_LOG_RTT": 47,
        "TCP_LOG_SB_WAKE": 4,
        "TCP_LOG_SENDFILE": 60,
        "TCP_LOG_SOCKET_OPT": 40,
        "TCP_LOG_USERSEND": 31,
        "TCP_LOG_USER_EVENT": 59,
        "TCP_RACK_LOG_COLLAPSE": 67,
        "TCP_RACK_TP_TRIGGERED": 68,
        "TCP_SACK_FILTER_RES": 56,
        "TCP_SAD_DETECT": 57,
        "TCP_TIMELY_WORK": 58
      }
    },
    "tcp_log_states": {
      "size": 4,
      "base": "int",
      "constants": {
        "TCP_LOG_STATE_CLEAR": -1,
        "TCP_LOG_STATE_CONTINUAL": 4,
        "TCP_LOG_STATE_HEAD": 2,
        "TCP_LOG_STATE_HEAD_AUTO": 3,
        "TCP_LOG_STATE_OFF": 0,
        "TCP_LOG_STATE_RATIO_OFF": -2,
        "TCP_LOG_STATE_TAIL": 1,
        "TCP_LOG_STATE_TAIL_AUTO": 5,
        "TCP_LOG_VIA_BBPOINTS": 6
      }
    },
    "td_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TDS_CAN_RUN": 2,
        "TDS_INACTIVE": 0,
        "TDS_INHIBITED": 1,
        "TDS_RUNNING": 4,
        "TDS_RUNQ": 3
      }
    },
    "topo_level": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TOPO_LEVEL_CACHEGROUP": 2,
        "TOPO_LEVEL_CORE": 3,
        "TOPO_LEVEL_COUNT": 5,
        "TOPO_LEVEL_GROUP": 1,
        "TOPO_LEVEL_PKG": 0,
        "TOPO_LEVEL_THREAD": 4
      }
    },
    "traffic_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LLFC_TRAFFIC_TYPE_FCOE": 1,
        "LLFC_TRAFFIC_TYPE_ISCSI": 2,
        "LLFC_TRAFFIC_TYPE_NW": 0,
        "MAX_TRAFFIC_TYPE": 3
      }
    },
    "tree_lock_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TREE_RLOCKED": 1,
        "TREE_UNLOCKED": 0,
        "TREE_WLOCKED": 2
      }
    },
    "tws_events": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TWS_INIT_COMPLETE": 101,
        "TWS_INIT_START": 100,
        "TWS_RESET_COMPLETE": 104,
        "TWS_RESET_START": 103,
        "TWS_SCAN_FAILURE": 105,
        "TWS_UNINIT_START": 102
      }
    },
    "tws_intrs": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TWS_INTx": 0,
        "TWS_MSI": 1,
        "TWS_MSIX": 2
      }
    },
    "tws_req_flags": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TWS_DATA_CCB": 16,
        "TWS_DIR_IN": 2,
        "TWS_DIR_NONE": 8,
        "TWS_DIR_OUT": 4,
        "TWS_DIR_UNKNOWN": 1
      }
    },
    "tws_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TWS_INIT": 50,
        "TWS_OFFLINE": 52,
        "TWS_ONLINE": 53,
        "TWS_RESET": 54,
        "TWS_UNINIT": 51
      }
    },
    "txrx": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NR_RX": 0,
        "NR_TX": 1,
        "NR_TXRX": 2
      }
    },
    "uftdi_bitmodes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UFTDI_BITMODE_ASYNC": 0,
        "UFTDI_BITMODE_CBUS": 5,
        "UFTDI_BITMODE_CPU_EMUL": 3,
        "UFTDI_BITMODE_FAST_SERIAL": 4,
        "UFTDI_BITMODE_MPSSE": 1,
        "UFTDI_BITMODE_NONE": 255,
        "UFTDI_BITMODE_SYNC": 2
      }
    },
    "uinput_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UINPUT_CONFIGURED": 1,
        "UINPUT_NEW": 0,
        "UINPUT_RUNNING": 2
      }
    },
    "uio_rw": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UIO_READ": 0,
        "UIO_WRITE": 1
      }
    },
    "uio_seg": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UIO_NOCOPY": 2,
        "UIO_SYSSPACE": 1,
        "UIO_USERSPACE": 0
      }
    },
    "unlink_merge_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UNLINK_MERGE_NEXT": 1,
        "UNLINK_MERGE_NONE": 0
      }
    },
    "unnamed_0034a7daa9c78eb0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DEV_PMC_SUBTYPE_GUID_INFO": 20,
        "MLX4_DEV_PMC_SUBTYPE_PKEY_TABLE": 22,
        "MLX4_DEV_PMC_SUBTYPE_PORT_INFO": 21,
        "MLX4_DEV_PMC_SUBTYPE_SL_TO_VL_MAP": 23
      }
    },
    "unnamed_00a3c2b6dd9c645b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_TTY_GET_HOTCHAR": 1,
        "NGM_TTY_SET_HOTCHAR": 2,
        "NGM_TTY_SET_TTY": 3
      }
    },
    "unnamed_00f28f30cdf88c52": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TYPE_ADDLSTATUS_MANDATORY": 1,
        "TYPE_ADDLSTATUS_NONE": 0,
        "TYPE_ADDLSTATUS_OPTIONAL": 2
      }
    },
    "unnamed_01aa306b6569f306": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AUTO_32KHZ": 0,
        "DONT_USE_32KHZ": 2,
        "USE_32KHZ": 1
      }
    },
    "unnamed_01bf1c84962fea42": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SUPPORTED_IRQ": 83886080,
        "SUPPORTED_LINK_IRQ": 16777216,
        "SUPPORTED_MISC_IRQ": 67108864
      }
    },
    "unnamed_01f87a88154498fd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SFF_8024_ID_CDFP": 19,
        "SFF_8024_ID_CDFP3": 22,
        "SFF_8024_ID_CXP": 14,
        "SFF_8024_ID_CXP2": 18,
        "SFF_8024_ID_DSFP": 27,
        "SFF_8024_ID_DWDM_SFP": 11,
        "SFF_8024_ID_GBIC": 1,
        "SFF_8024_ID_HD4X": 15,
        "SFF_8024_ID_HD8X": 16,
        "SFF_8024_ID_LAST": 30,
        "SFF_8024_ID_MICROQSFP": 23,
        "SFF_8024_ID_OSFP8X": 25,
        "SFF_8024_ID_QSFP": 12,
        "SFF_8024_ID_QSFP28": 17,
        "SFF_8024_ID_QSFPPLUS": 13,
        "SFF_8024_ID_QSFP_CMIS": 30,
        "SFF_8024_ID_QSFP_DD": 24,
        "SFF_8024_ID_SFF": 2,
        "SFF_8024_ID_SFP": 3,
        "SFF_8024_ID_SFP_DD": 26,
        "SFF_8024_ID_SMM4": 20,
        "SFF_8024_ID_SMM8": 21,
        "SFF_8024_ID_UNKNOWN": 0,
        "SFF_8024_ID_X2": 10,
        "SFF_8024_ID_X4ML": 28,
        "SFF_8024_ID_X8ML": 29,
        "SFF_8024_ID_XBI": 4,
        "SFF_8024_ID_XENPAK": 5,
        "SFF_8024_ID_XFF": 7,
        "SFF_8024_ID_XFP": 6,
        "SFF_8024_ID_XFPE": 8,
        "SFF_8024_ID_XPAK": 9
      }
    },
    "unnamed_022d41dc27ad4d8e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_ETHER_ADD_MULTI": 9,
        "NGM_ETHER_DEL_MULTI": 10,
        "NGM_ETHER_DETACH": 11,
        "NGM_ETHER_GET_AUTOSRC": 7,
        "NGM_ETHER_GET_ENADDR": 3,
        "NGM_ETHER_GET_IFINDEX": 2,
        "NGM_ETHER_GET_IFNAME": 1,
        "NGM_ETHER_GET_PROMISC": 5,
        "NGM_ETHER_SET_AUTOSRC": 8,
        "NGM_ETHER_SET_ENADDR": 4,
        "NGM_ETHER_SET_PROMISC": 6
      }
    },
    "unnamed_02cb4425767a9990": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTRL_CMD_DELFAMILY": 2,
        "CTRL_CMD_DELMCAST_GRP": 8,
        "CTRL_CMD_DELOPS": 5,
        "CTRL_CMD_GETFAMILY": 3,
        "CTRL_CMD_GETMCAST_GRP": 9,
        "CTRL_CMD_GETOPS": 6,
        "CTRL_CMD_GETPOLICY": 10,
        "CTRL_CMD_NEWFAMILY": 1,
        "CTRL_CMD_NEWMCAST_GRP": 7,
        "CTRL_CMD_NEWOPS": 4,
        "CTRL_CMD_UNSPEC": 0,
        "__CTRL_CMD_MAX": 11
      }
    },
    "unnamed_02f7a9c08cff84ed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_QUERY_VPORT_STATE_IN_OP_MOD_ESW_VPORT": 1,
        "MLX5_QUERY_VPORT_STATE_IN_OP_MOD_UPLINK": 2,
        "MLX5_QUERY_VPORT_STATE_IN_OP_MOD_VNIC_VPORT": 0
      }
    },
    "unnamed_02fc4760efd6973c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_BFREGS_PER_UAR": 4,
        "MLX5_FP_BFREGS_PER_UAR": 2,
        "MLX5_MAX_BFREGS": 512,
        "MLX5_MAX_DYN_BFREGS": 1024,
        "MLX5_MAX_UARS": 256,
        "MLX5_MIN_DYN_BFREGS": 512,
        "MLX5_NON_FP_BFREGS_IN_PAGE": 2,
        "MLX5_NON_FP_BFREGS_PER_UAR": 2,
        "MLX5_UARS_IN_PAGE": 1
      }
    },
    "unnamed_0338aeac4c3fcbdb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SET_FTE_MODIFY_ENABLE_MASK_ACTION": 0,
        "MLX5_SET_FTE_MODIFY_ENABLE_MASK_DESTINATION_LIST": 2,
        "MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_COUNTERS": 3,
        "MLX5_SET_FTE_MODIFY_ENABLE_MASK_FLOW_TAG": 1
      }
    },
    "unnamed_033bc2d1c9b16b8b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ACTION_ADD": 1,
        "MLX5_ACTION_DEL": 2,
        "MLX5_ACTION_NONE": 0
      }
    },
    "unnamed_034444895fbbb53c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "phy_modtype_lr": 2,
        "phy_modtype_lrm": 3,
        "phy_modtype_none": 0,
        "phy_modtype_sr": 1,
        "phy_modtype_twinax": 4,
        "phy_modtype_twinax_long": 5,
        "phy_modtype_unknown": 6
      }
    },
    "unnamed_0381241c16e125bd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DFS_DBG_NOCSANOL": 2,
        "DFS_DBG_NONE": 0,
        "DFS_DBG_NONOL": 1
      }
    },
    "unnamed_03ab9a987e1e9f08": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AifApplicationExpirationEvent": 28,
        "AifDenMorphComplete": 200,
        "AifDenVolumeExtendComplete": 201,
        "AifDriverNotifyDelay": 202,
        "AifDriverNotifyStart": 199,
        "AifEnAddContainer": 15,
        "AifEnAddJBOD": 30,
        "AifEnBackgroundConsistencyCheck": 29,
        "AifEnBatteryEvent": 14,
        "AifEnBatteryNeedsRecond": 18,
        "AifEnClusterEvent": 19,
        "AifEnConfigChange": 3,
        "AifEnConfigPause": 9,
        "AifEnConfigResume": 10,
        "AifEnContainerChange": 4,
        "AifEnContainerEvent": 7,
        "AifEnContainerScsiEvent": 21,
        "AifEnDeleteContainer": 16,
        "AifEnDeleteJBOD": 31,
        "AifEnDeviceFailure": 5,
        "AifEnDiskSetEvent": 20,
        "AifEnEnclosureManagement": 13,
        "AifEnExpEvent": 23,
        "AifEnFailoverChange": 11,
        "AifEnFileSystemChange": 8,
        "AifEnGeneric": 1,
        "AifEnMirrorFailover": 6,
        "AifEnPicBatteryEvent": 22,
        "AifEnRAID5RebuildDone": 12,
        "AifEnRAID6RebuildDone": 24,
        "AifEnSMARTEvent": 17,
        "AifEnSensorCoolDown": 26,
        "AifEnSensorOverHeat": 25,
        "AifEnTaskComplete": 2,
        "AifFeatureKeysModified": 27,
        "AifRawDeviceRemove": 203
      }
    },
    "unnamed_03dcb213bb8ae8d4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ATH_BUFTYPE_MGMT": 1,
        "ATH_BUFTYPE_NORMAL": 0
      }
    },
    "unnamed_03e6051e9409b942": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CQE_RSS_DST_HTYPE_IP": 12,
        "CQE_RSS_DST_HTYPE_IPSEC": 192,
        "CQE_RSS_DST_HTYPE_IPV4": 4,
        "CQE_RSS_DST_HTYPE_IPV6": 8,
        "CQE_RSS_DST_HTYPE_L4": 192,
        "CQE_RSS_DST_HTYPE_TCP": 64,
        "CQE_RSS_DST_HTYPE_UDP": 128,
        "CQE_RSS_SRC_HTYPE_IP": 3,
        "CQE_RSS_SRC_HTYPE_IPSEC": 48,
        "CQE_RSS_SRC_HTYPE_IPV4": 1,
        "CQE_RSS_SRC_HTYPE_IPV6": 2,
        "CQE_RSS_SRC_HTYPE_L4": 48,
        "CQE_RSS_SRC_HTYPE_TCP": 16,
        "CQE_RSS_SRC_HTYPE_UDP": 32
      }
    },
    "unnamed_046c69d3cf0035a9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "QTOP_CQ": 1,
        "QTOP_EQ": 0,
        "QTOP_LAST": 5,
        "QTOP_MQ": 4,
        "QTOP_RQ": 3,
        "QTOP_WQ": 2
      }
    },
    "unnamed_047bfb1d89953f41": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTDnit_block": 2,
        "ZSTDnit_blockHeader": 1,
        "ZSTDnit_checksum": 4,
        "ZSTDnit_frameHeader": 0,
        "ZSTDnit_lastBlock": 3,
        "ZSTDnit_skippableFrame": 5
      }
    },
    "unnamed_04893350f5467bf4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "edc_none": 0,
        "edc_sr": 1,
        "edc_twinax": 2
      }
    },
    "unnamed_05199e9c28394b25": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTRL_ATTR_OP_FLAGS": 2,
        "CTRL_ATTR_OP_ID": 1,
        "CTRL_ATTR_OP_UNSPEC": 0,
        "__CTRL_ATTR_OP_MAX": 3
      }
    },
    "unnamed_057b5b4ce89516fc": {
      "size": 4,
      "base": "int",
      "constants": {
        "ZSTD_dont_use": 0,
        "ZSTD_use_indefinitely": -1,
        "ZSTD_use_once": 1
      }
    },
    "unnamed_05a98c72e0dfea75": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_lo_isLongOffset": 1,
        "ZSTD_lo_isRegularOffset": 0
      }
    },
    "unnamed_05be991c62cadcda": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PIC_EOI": 0,
        "PIC_NO_EOI": 1
      }
    },
    "unnamed_05e64cbebaa84fe8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCTL_SLOCKED": 0,
        "PCTL_UNLOCKED": 2,
        "PCTL_XLOCKED": 1
      }
    },
    "unnamed_0646373a84d7c071": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BOOT_FLASH_BOOT_ADDR": 0,
        "BOOT_MAX_SIZE": 524288,
        "BOOT_MIN_SIZE": 28,
        "BOOT_SIGNATURE": 43605,
        "BOOT_SIZE_INC": 512,
        "FW_FLASH_BOOT_ADDR": 458752,
        "FW_MAX_SIZE": 65532,
        "FW_MAX_SIZE_PRE8": 32764,
        "FW_MIN_SIZE": 8,
        "FW_VERS_ADDR": 524284,
        "FW_VERS_ADDR_PRE8": 491516,
        "SF_ATTEMPTS": 5,
        "SF_ERASE_SECTOR": 216,
        "SF_PROG_PAGE": 2,
        "SF_RD_DATA_FAST": 11,
        "SF_RD_STATUS": 5,
        "SF_SEC_SIZE": 65536,
        "SF_SIZE": 524288,
        "SF_WR_DISABLE": 4,
        "SF_WR_ENABLE": 6
      }
    },
    "unnamed_0670eb4fe23e8381": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CQE_L4_HDR_TYPE_NONE": 0,
        "CQE_L4_HDR_TYPE_TCP_ACK_AND_DATA": 4,
        "CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA": 3,
        "CQE_L4_HDR_TYPE_TCP_NO_ACK": 1,
        "CQE_L4_HDR_TYPE_UDP": 2
      }
    },
    "unnamed_06f9284743b8dc7c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCHED_CLASS_TYPE_PACKET": 0
      }
    },
    "unnamed_073e439a2b50e518": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "URAL_BULK_RD": 1,
        "URAL_BULK_WR": 0,
        "URAL_N_TRANSFER": 2
      }
    },
    "unnamed_0741f906f0f14a35": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SGE_QSETS": 8,
        "SGE_RXQ_PER_SET": 2,
        "SGE_TXQ_PER_SET": 3
      }
    },
    "unnamed_0880e44883a71f73": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_RQC_STATE_ERR": 3,
        "MLX5_RQC_STATE_RDY": 1,
        "MLX5_RQC_STATE_RST": 0
      }
    },
    "unnamed_088ba30d153ebadb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_TIRC_RX_HASH_FN_HASH_INVERTED_XOR8": 1,
        "MLX5_TIRC_RX_HASH_FN_HASH_NONE": 0,
        "MLX5_TIRC_RX_HASH_FN_HASH_TOEPLITZ": 2
      }
    },
    "unnamed_08c663fa36710d0d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ST_ALL": 1,
        "ST_BAND": 5,
        "ST_CACHED_DEF_ANT": 8,
        "ST_COUNT_OTHER_RX_ANT": 9,
        "ST_FREQ": 4,
        "ST_LAST_RSSI": 6,
        "ST_MAC_ADDR": 11,
        "ST_NONE": 0,
        "ST_PS_FRAMES_DROPPED": 7,
        "ST_RX_GENERATION_NUM": 12,
        "ST_SERIAL_NUMBER": 14,
        "ST_SERVICE_TYPE": 2,
        "ST_TX_QUEUE_DEPTH": 13,
        "ST_USE_FAST_DIVERSITY": 10,
        "ST_WDC_TRANSPORT_CHUNK_SIZE": 15,
        "ST_WLAN_MODE": 3
      }
    },
    "unnamed_08f6f298b8ecc8ce": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RevAdapterSW": 7,
        "RevApi": 4,
        "RevApplication": 1,
        "RevDkiCli": 2,
        "RevFileSysDriver": 5,
        "RevMiniportDriver": 6,
        "RevMonitor": 8,
        "RevNetService": 3,
        "RevRemoteApi": 9
      }
    },
    "unnamed_093fb8edd2cd89ce": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_ZONE_IF_ATA_PASS": 1,
        "DA_ZONE_IF_ATA_SAT": 2,
        "DA_ZONE_IF_SCSI": 0
      }
    },
    "unnamed_0957cb3d53bb98a3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_WQE_CTRL_CQ_UPDATE": 8,
        "MLX5_WQE_CTRL_CQ_UPDATE_AND_EQE": 12,
        "MLX5_WQE_CTRL_SOLICITED": 2
      }
    },
    "unnamed_097ff268c57964d0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_EN_FLAG_ENABLE_HW_LOOPBACK": 4,
        "MLX4_EN_FLAG_FORCE_PROMISC": 16,
        "MLX4_EN_FLAG_MC_PROMISC": 2,
        "MLX4_EN_FLAG_PROMISC": 1,
        "MLX4_EN_FLAG_RX_FILTER_NEEDED": 8
      }
    },
    "unnamed_09816ccd075c0f10": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AH_FALSE": 0,
        "AH_TRUE": 1
      }
    },
    "unnamed_09e3f2ac12cca244": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_ATTR_FLAG_DIV_10": 4,
        "SCSI_ATTR_FLAG_FP": 2,
        "SCSI_ATTR_FLAG_FP_1DIGIT": 8,
        "SCSI_ATTR_FLAG_HEX": 1,
        "SCSI_ATTR_FLAG_NONE": 0
      }
    },
    "unnamed_0a11852dcb25962f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MWL_WME_AC_BE": 1,
        "MWL_WME_AC_BK": 0,
        "MWL_WME_AC_VI": 2,
        "MWL_WME_AC_VO": 3
      }
    },
    "unnamed_0a38f3824299ccc4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_BT_COEX_ANTENNA_DIVERSITY": 2,
        "HAL_BT_COEX_LOWER_TX_PWR": 1,
        "HAL_BT_COEX_MCI_FTP_STOMP_RX": 4,
        "HAL_BT_COEX_MCI_MAX_TX_PWR": 3,
        "HAL_BT_COEX_SET_ACK_PWR": 0
      }
    },
    "unnamed_0a7006ea50d7a49f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PI_LINKED_CDB": 8,
        "PI_MDP_ABLE": 128,
        "PI_SATAPM": 4,
        "PI_SDTR_ABLE": 16,
        "PI_SOFT_RST": 1,
        "PI_TAG_ABLE": 2,
        "PI_WIDE_16": 32,
        "PI_WIDE_32": 64
      }
    },
    "unnamed_0aab314e609c9a99": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHC_AIC7770_FE": 0,
        "AHC_AIC7850_FE": 196865,
        "AHC_AIC7860_FE": 196865,
        "AHC_AIC7870_FE": 196608,
        "AHC_AIC7880_FE": 196609,
        "AHC_AIC7890_FE": 153330,
        "AHC_AIC7892_FE": 253682,
        "AHC_AIC7895C_FE": 221745,
        "AHC_AIC7895_FE": 221233,
        "AHC_AIC7896_FE": 161522,
        "AHC_AIC7899_FE": 261874,
        "AHC_AUTOPAUSE": 65536,
        "AHC_AUTORATE": 32768,
        "AHC_CMD_CHAN": 32,
        "AHC_DT": 2048,
        "AHC_FENONE": 0,
        "AHC_HS_MAILBOX": 1024,
        "AHC_LARGE_SCBS": 16384,
        "AHC_MORE_SRAM": 16,
        "AHC_MULTIROLE": 262144,
        "AHC_MULTI_FUNC": 8192,
        "AHC_MULTI_TID": 512,
        "AHC_NEW_TERMCTL": 4096,
        "AHC_QUEUE_REGS": 64,
        "AHC_REMOVABLE": 524288,
        "AHC_SG_PRELOAD": 128,
        "AHC_SPIOCAP": 256,
        "AHC_TARGETMODE": 131072,
        "AHC_TWIN": 8,
        "AHC_ULTRA": 1,
        "AHC_ULTRA2": 2,
        "AHC_WIDE": 4
      }
    },
    "unnamed_0abbb4f386a8599f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI4_PORT_TYPE_FC": 0,
        "SLI4_PORT_TYPE_MAX": 2,
        "SLI4_PORT_TYPE_NIC": 1
      }
    },
    "unnamed_0c729400e25b0def": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_VPD_BYTES": 32000
      }
    },
    "unnamed_0ca6bd29231cafad": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_sf_explicitBlockDelimiters": 1,
        "ZSTD_sf_noBlockDelimiters": 0
      }
    },
    "unnamed_0d3ccb80328178b7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WL_TX_POWERLEVEL_HIGH": 15,
        "WL_TX_POWERLEVEL_LOW": 5,
        "WL_TX_POWERLEVEL_MEDIUM": 10
      }
    },
    "unnamed_0d601dced5ab9b2b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_frame": 0,
        "ZSTD_skippableFrame": 1
      }
    },
    "unnamed_0dfbc4c46e4e0d19": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "GO_BIT_TIMEOUT_MSECS": 10000
      }
    },
    "unnamed_0e5246a2ffd2b4d3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AdapterEnvironmentInfo": 803,
        "AifRequest": 700,
        "CheckRevision": 701,
        "ClusterCommand": 550,
        "ContainerCommand": 500,
        "ContainerCommand64": 501,
        "DisableEventLog": 903,
        "DmaCommandFib": 120,
        "EnableEventLog": 902,
        "EncryptedKeyTransportFIB": 904,
        "FduAdapterTest": 801,
        "FsaHostShutdown": 702,
        "GetInterruptDefStatus": 128,
        "HostFileSystem": 302,
        "InterfaceShutdown": 110,
        "IsAdapterPaused": 704,
        "KeyableFeaturesFIB": 905,
        "LastCommCommand": 129,
        "LastFileSystemCommand": 303,
        "LastMiscCommand": 707,
        "LastTestCommand": 100,
        "NuFileSystem": 300,
        "NvsramEventLog": 900,
        "OnLineDiagnostic": 800,
        "RawIo": 502,
        "ReinitAdapHighCommandQueue": 107,
        "ReinitAdapHighRespQueue": 108,
        "ReinitAdapNormCommandQueue": 105,
        "ReinitAdapNormRespQueue": 109,
        "ReinitHostHighCommandQueue": 102,
        "ReinitHostHighRespQueue": 103,
        "ReinitHostNormCommandQueue": 101,
        "ReinitHostNormRespQueue": 104,
        "RequestAdapterInfo": 703,
        "RequestCompatibilityId": 802,
        "RequestPerfData": 125,
        "RequestSupplementAdapterInfo": 706,
        "ResetNvsramEventLogPointers": 901,
        "SasRequestPhyInfo": 612,
        "SasSmpPassThrough": 603,
        "SataPortCommandU64": 602,
        "ScsiPortCommand": 600,
        "ScsiPortCommandU64": 601,
        "SendHostTime": 705,
        "SetInterruptDefCount": 127,
        "SetInterruptDefTimer": 126,
        "SpeedTest": 123,
        "StartProfile": 121,
        "TakeABreakPt": 124,
        "TermProfile": 122,
        "TestAdapterCommand": 2,
        "TestCommandResponse": 1,
        "UFS": 301
      }
    },
    "unnamed_0e734e6c01973f4b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TN1010_VEND1_STAT": 1
      }
    },
    "unnamed_0ed6e7623cd9329f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PORT_CHANGE_SUBTYPE_ACTIVE": 4,
        "MLX4_PORT_CHANGE_SUBTYPE_DOWN": 1
      }
    },
    "unnamed_0ed9022d9fcf4e7c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_WME_AC_BE": 1,
        "HAL_WME_AC_BK": 0,
        "HAL_WME_AC_VI": 2,
        "HAL_WME_AC_VO": 3,
        "HAL_WME_UPSD": 4
      }
    },
    "unnamed_0ee2f86825e1d117": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MPPID_AUTH_MPM": 1,
        "IEEE80211_MPPID_MPM": 0
      }
    },
    "unnamed_0eeea28a2e6f2812": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_ESF_PRINT_NONE": 0,
        "CAM_ESF_PRINT_SENSE": 32,
        "CAM_ESF_PRINT_STATUS": 16
      }
    },
    "unnamed_0fc1f292bfe008a1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_QP_BIT_FPP": 8,
        "MLX4_QP_BIT_RAE": 8192,
        "MLX4_QP_BIT_RIC": 16,
        "MLX4_QP_BIT_RRE": 32768,
        "MLX4_QP_BIT_RWE": 16384,
        "MLX4_QP_BIT_SAE": 8192,
        "MLX4_QP_BIT_SRE": 32768,
        "MLX4_QP_BIT_SWE": 16384
      }
    },
    "unnamed_0fc41eeab918755e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FEEDER_EQ": 4,
        "FEEDER_FORMAT": 1,
        "FEEDER_LAST": 7,
        "FEEDER_MATRIX": 6,
        "FEEDER_MIXER": 2,
        "FEEDER_RATE": 3,
        "FEEDER_ROOT": 0,
        "FEEDER_VOLUME": 5
      }
    },
    "unnamed_0fca7c26e0c015a6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADA_Q_128KB": 32,
        "ADA_Q_4K": 1,
        "ADA_Q_LOG_BROKEN": 4,
        "ADA_Q_NCQ_TRIM_BROKEN": 2,
        "ADA_Q_NONE": 0,
        "ADA_Q_NO_TRIM": 16,
        "ADA_Q_SMR_DM": 8
      }
    },
    "unnamed_10454192806eb6d5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_PPTPGRE_CLR_STATS": 4,
        "NGM_PPTPGRE_GETCLR_STATS": 5,
        "NGM_PPTPGRE_GET_CONFIG": 2,
        "NGM_PPTPGRE_GET_STATS": 3,
        "NGM_PPTPGRE_SET_CONFIG": 1
      }
    },
    "unnamed_105d62ca600dfd8e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SES_ELEM_INDEX_GLOBAL": 0,
        "SES_ELEM_INDEX_INDIVIDUAL": 1
      }
    },
    "unnamed_1061539e0d90db8b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "COMMIT": 2,
        "OK": 0,
        "UPDATE": 1
      }
    },
    "unnamed_1063a151af55c7f9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SEND_WQE_MAX_WQEBBS": 16
      }
    },
    "unnamed_10a2b9d8a27b4c90": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UHUB_INTR_TRANSFER": 0,
        "UHUB_N_TRANSFER": 2,
        "UHUB_RESET_TT_TRANSFER": 1
      }
    },
    "unnamed_11834f6f3141560b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NUM_OF_INIT_PHASES": 11,
        "PHASE_COMMON": 0,
        "PHASE_PF0": 3,
        "PHASE_PF1": 4,
        "PHASE_PF2": 5,
        "PHASE_PF3": 6,
        "PHASE_PF4": 7,
        "PHASE_PF5": 8,
        "PHASE_PF6": 9,
        "PHASE_PF7": 10,
        "PHASE_PORT0": 1,
        "PHASE_PORT1": 2
      }
    },
    "unnamed_1249267563aeea95": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_REFCLASS_ARG": 1,
        "ACPI_REFCLASS_DEBUG": 6,
        "ACPI_REFCLASS_INDEX": 3,
        "ACPI_REFCLASS_LOCAL": 0,
        "ACPI_REFCLASS_MAX": 6,
        "ACPI_REFCLASS_NAME": 5,
        "ACPI_REFCLASS_REFOF": 2,
        "ACPI_REFCLASS_TABLE": 4
      }
    },
    "unnamed_1249f97c16074ee0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ELANTECH_PKT_NOP": 0,
        "ELANTECH_PKT_TRACKPOINT": 1,
        "ELANTECH_PKT_V2_2FINGER": 3,
        "ELANTECH_PKT_V2_COMMON": 2,
        "ELANTECH_PKT_V3": 4,
        "ELANTECH_PKT_V4_HEAD": 6,
        "ELANTECH_PKT_V4_MOTION": 7,
        "ELANTECH_PKT_V4_STATUS": 5
      }
    },
    "unnamed_129e8cb9b059ba60": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_BOARD_ID_LEN": 64
      }
    },
    "unnamed_12ab660c3162ddb5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ESW_VPORT_ADMIN_STATE_AUTO": 2,
        "MLX5_ESW_VPORT_ADMIN_STATE_DOWN": 0,
        "MLX5_ESW_VPORT_ADMIN_STATE_UP": 1
      }
    },
    "unnamed_1313acf1690d9ed9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TI_TRACE_LEVEL_1": 268435456,
        "TI_TRACE_LEVEL_2": 536870912,
        "TI_TRACE_TYPE_COMMAND": 16,
        "TI_TRACE_TYPE_DISP": 256,
        "TI_TRACE_TYPE_DMA": 4,
        "TI_TRACE_TYPE_EVENT": 8,
        "TI_TRACE_TYPE_LNK_NEG": 4096,
        "TI_TRACE_TYPE_LNK_PHY": 2048,
        "TI_TRACE_TYPE_MAC": 32,
        "TI_TRACE_TYPE_MAILBOX": 512,
        "TI_TRACE_TYPE_NONE": 0,
        "TI_TRACE_TYPE_RECV": 2,
        "TI_TRACE_TYPE_RECV_BD": 1024,
        "TI_TRACE_TYPE_SEND": 1,
        "TI_TRACE_TYPE_STATS": 64,
        "TI_TRACE_TYPE_TIMER": 128
      }
    },
    "unnamed_13340e53a7925b19": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HVM_CB_PCI_INTX_INTPIN_MASK": 3,
        "HVM_CB_PCI_INTX_INTPIN_SHIFT": 0,
        "HVM_CB_PCI_INTX_SLOT_MASK": 31,
        "HVM_CB_PCI_INTX_SLOT_SHIFT": 11
      }
    },
    "unnamed_1441a682b94d16f7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MDIO_DEV_ANEG": 7,
        "MDIO_DEV_PCS": 3,
        "MDIO_DEV_PMA_PMD": 1,
        "MDIO_DEV_VEND1": 30,
        "MDIO_DEV_VEND2": 31,
        "MDIO_DEV_WIS": 2,
        "MDIO_DEV_XGXS": 4
      }
    },
    "unnamed_14436e5cecc29596": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_MODE_108A": 64,
        "HAL_MODE_108G": 32,
        "HAL_MODE_11A": 1,
        "HAL_MODE_11A_HALF_RATE": 512,
        "HAL_MODE_11A_QUARTER_RATE": 1024,
        "HAL_MODE_11B": 4,
        "HAL_MODE_11G": 8,
        "HAL_MODE_11G_HALF_RATE": 2048,
        "HAL_MODE_11G_QUARTER_RATE": 4096,
        "HAL_MODE_11NA_HT20": 65536,
        "HAL_MODE_11NA_HT40MINUS": 1048576,
        "HAL_MODE_11NA_HT40PLUS": 524288,
        "HAL_MODE_11NG_HT20": 32768,
        "HAL_MODE_11NG_HT40MINUS": 262144,
        "HAL_MODE_11NG_HT40PLUS": 131072,
        "HAL_MODE_ALL": 16777215,
        "HAL_MODE_PUREG": 8,
        "HAL_MODE_TURBO": 2
      }
    },
    "unnamed_1446a7c96e725970": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTWN_FW_RESET_CHECKSUM": 1,
        "RTWN_FW_RESET_DOWNLOAD": 0,
        "RTWN_FW_RESET_SHUTDOWN": 2
      }
    },
    "unnamed_14a521109742d7d9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTWN_RX_DATA": 0,
        "RTWN_RX_OTHER": 2,
        "RTWN_RX_TX_REPORT": 1
      }
    },
    "unnamed_14abc9772de9cd50": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_BT_COEX_MODE_DISALBED": 3,
        "HAL_BT_COEX_MODE_LEGACY": 0,
        "HAL_BT_COEX_MODE_SLOTTED": 2,
        "HAL_BT_COEX_MODE_UNSLOTTED": 1
      }
    },
    "unnamed_15187839219f5ba0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTDds_checkChecksum": 5,
        "ZSTDds_decodeBlockHeader": 2,
        "ZSTDds_decodeFrameHeader": 1,
        "ZSTDds_decodeSkippableHeader": 6,
        "ZSTDds_decompressBlock": 3,
        "ZSTDds_decompressLastBlock": 4,
        "ZSTDds_getFrameHeaderSize": 0,
        "ZSTDds_skipFrame": 7
      }
    },
    "unnamed_151f636f6745d8fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RATE_AUTO": 0,
        "RATE_FIXED": 2,
        "RATE_FIXED_DROP": 1
      }
    },
    "unnamed_1569e9023142b7fa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_REG_DCBX_APP": 16417,
        "MLX5_REG_DCBX_PARAM": 16416,
        "MLX5_REG_FPGA_ACCESS_REG": 16420,
        "MLX5_REG_FPGA_CAP": 16418,
        "MLX5_REG_FPGA_CTRL": 16419,
        "MLX5_REG_FPGA_SHELL_CNTR": 16421,
        "MLX5_REG_HOST_ENDIANNESS": 28676,
        "MLX5_REG_MCAM": 36991,
        "MLX5_REG_MCC": 36962,
        "MLX5_REG_MCDA": 36963,
        "MLX5_REG_MCIA": 36884,
        "MLX5_REG_MCQI": 36961,
        "MLX5_REG_MFRL": 36904,
        "MLX5_REG_MPCNT": 36945,
        "MLX5_REG_MTMP": 36874,
        "MLX5_REG_NODE_DESC": 24577,
        "MLX5_REG_PAOS": 20486,
        "MLX5_REG_PBMC": 20492,
        "MLX5_REG_PBSR": 20536,
        "MLX5_REG_PCAM": 20607,
        "MLX5_REG_PCAP": 20481,
        "MLX5_REG_PDDR": 20529,
        "MLX5_REG_PELC": 20494,
        "MLX5_REG_PFCC": 20487,
        "MLX5_REG_PMAOS": 20498,
        "MLX5_REG_PMLP": 20482,
        "MLX5_REG_PMPE": 20496,
        "MLX5_REG_PMTU": 20483,
        "MLX5_REG_PPCNT": 20488,
        "MLX5_REG_PPLM": 20515,
        "MLX5_REG_PPTB": 20491,
        "MLX5_REG_PTYS": 20484,
        "MLX5_REG_PUDE": 20489,
        "MLX5_REG_PVLC": 20495,
        "MLX5_REG_QCAM": 16409,
        "MLX5_REG_QETCR": 16389,
        "MLX5_REG_QHLL": 16406,
        "MLX5_REG_QPDP": 16391,
        "MLX5_REG_QPDPM": 16403,
        "MLX5_REG_QPTS": 16386,
        "MLX5_REG_QTCT": 16394
      }
    },
    "unnamed_15795b134cc49bfb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EA_MASK": 143
      }
    },
    "unnamed_159e771f69cae288": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_FVL_RX_FORCE_ETH_VLAN": 1
      }
    },
    "unnamed_15a8e846867d3191": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "search_binaryTree": 1,
        "search_hashChain": 0,
        "search_rowHash": 2
      }
    },
    "unnamed_1684834270f0307e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_BT_COEX_CFG_2WIRE_2CH": 1,
        "HAL_BT_COEX_CFG_2WIRE_CH0": 3,
        "HAL_BT_COEX_CFG_2WIRE_CH1": 2,
        "HAL_BT_COEX_CFG_3WIRE": 4,
        "HAL_BT_COEX_CFG_MCI": 5,
        "HAL_BT_COEX_CFG_NONE": 0
      }
    },
    "unnamed_16b626f81e9618a6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_HOST_STAT_DROP_FRM_DUE_TO_NO_RQ_BUF_COUNT": 10,
        "OCS_HW_HOST_STAT_DROP_FRM_DUE_TO_NO_XRI_COUNT": 12,
        "OCS_HW_HOST_STAT_EMPTY_RQ_TIMEOUT_COUNT": 11,
        "OCS_HW_HOST_STAT_EMPTY_XRI_POOL_COUNT": 13,
        "OCS_HW_HOST_STAT_MAX": 14,
        "OCS_HW_HOST_STAT_RX_FRAME_COUNT": 3,
        "OCS_HW_HOST_STAT_RX_F_BSY_COUNT": 9,
        "OCS_HW_HOST_STAT_RX_KBYTE_COUNT": 1,
        "OCS_HW_HOST_STAT_RX_SEQ_COUNT": 5,
        "OCS_HW_HOST_STAT_TOTAL_EXCH_ORIG": 6,
        "OCS_HW_HOST_STAT_TOTAL_EXCH_RESP": 7,
        "OCS_HW_HOST_STAT_TX_FRAME_COUNT": 2,
        "OCS_HW_HOST_STAT_TX_KBYTE_COUNT": 0,
        "OCS_HW_HOST_STAT_TX_SEQ_COUNT": 4,
        "OCS_HW_HOSY_STAT_RX_P_BSY_COUNT": 8
      }
    },
    "unnamed_16d18e96bda0b89e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MAX_PORTS": 2,
        "MLX4_MAX_PORT_GIDS": 128,
        "MLX4_MAX_PORT_PKEYS": 128
      }
    },
    "unnamed_174933514179d5f0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_MSIVEC_MISC": 0,
        "HAL_MSIVEC_RXHP": 3,
        "HAL_MSIVEC_RXLP": 2,
        "HAL_MSIVEC_TX": 1
      }
    },
    "unnamed_17547fa773aa64ea": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MODE_ASIC": 1,
        "MODE_BIG_ENDIAN": 131072,
        "MODE_COS3": 16384,
        "MODE_COS6": 32768,
        "MODE_E2": 8,
        "MODE_E3": 16,
        "MODE_E3_A0": 4096,
        "MODE_E3_B0": 8192,
        "MODE_EMUL": 4,
        "MODE_FPGA": 2,
        "MODE_LITTLE_ENDIAN": 65536,
        "MODE_MF": 256,
        "MODE_MF_AFEX": 2048,
        "MODE_MF_SD": 512,
        "MODE_MF_SI": 1024,
        "MODE_PORT2": 32,
        "MODE_PORT4": 64,
        "MODE_SF": 128
      }
    },
    "unnamed_177cd29912f0bad3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_BPARSE_BADIELEN": 1,
        "IEEE80211_BPARSE_BINTVAL_INVALID": 64,
        "IEEE80211_BPARSE_CHAN_INVALID": 16,
        "IEEE80211_BPARSE_CSA_INVALID": 128,
        "IEEE80211_BPARSE_MESHID_INVALID": 256,
        "IEEE80211_BPARSE_OFFCHAN": 32,
        "IEEE80211_BPARSE_RATES_INVALID": 2,
        "IEEE80211_BPARSE_SSID_INVALID": 8,
        "IEEE80211_BPARSE_XRATES_INVALID": 4
      }
    },
    "unnamed_17da4cc6cb40788f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_VARIANT_PCI": 0,
        "PCI_VARIANT_PCIE": 4,
        "PCI_VARIANT_PCIX_266_MODE2": 3,
        "PCI_VARIANT_PCIX_MODE1_ECC": 2,
        "PCI_VARIANT_PCIX_MODE1_PARITY": 1
      }
    },
    "unnamed_180a615f5d0d3015": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_INITIATOR_DELETED": 0,
        "OCS_SCSI_INITIATOR_MISSING": 1
      }
    },
    "unnamed_18455ab5200e8f6a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_TX_QUEUE_BEACON": 2,
        "HAL_TX_QUEUE_CAB": 3,
        "HAL_TX_QUEUE_CFEND": 6,
        "HAL_TX_QUEUE_DATA": 1,
        "HAL_TX_QUEUE_INACTIVE": 0,
        "HAL_TX_QUEUE_PAPRD": 7,
        "HAL_TX_QUEUE_PSPOLL": 5,
        "HAL_TX_QUEUE_UAPSD": 4
      }
    },
    "unnamed_1966350370911ca7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_BINAT": 6,
        "PF_DEFER": 11,
        "PF_DROP": 1,
        "PF_MATCH": 12,
        "PF_NAT": 4,
        "PF_NOBINAT": 7,
        "PF_NONAT": 5,
        "PF_NORDR": 9,
        "PF_NOSCRUB": 3,
        "PF_PASS": 0,
        "PF_RDR": 8,
        "PF_SCRUB": 2,
        "PF_SYNPROXY_DROP": 10
      }
    },
    "unnamed_19c44e6a11f463b3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFR_FB_ADDED": 2,
        "PFR_FB_CHANGED": 4,
        "PFR_FB_CLEARED": 5,
        "PFR_FB_CONFLICT": 8,
        "PFR_FB_DELETED": 3,
        "PFR_FB_DUPLICATE": 6,
        "PFR_FB_MATCH": 1,
        "PFR_FB_MAX": 10,
        "PFR_FB_NOCOUNT": 9,
        "PFR_FB_NONE": 0,
        "PFR_FB_NOTMATCH": 7
      }
    },
    "unnamed_19c8597908a42f43": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_ECD_HELPER_BAR_READ16": 7,
        "OCS_ECD_HELPER_BAR_READ32": 8,
        "OCS_ECD_HELPER_BAR_READ8": 6,
        "OCS_ECD_HELPER_BAR_WRITE16": 10,
        "OCS_ECD_HELPER_BAR_WRITE32": 11,
        "OCS_ECD_HELPER_BAR_WRITE8": 9,
        "OCS_ECD_HELPER_CFG_READ16": 1,
        "OCS_ECD_HELPER_CFG_READ32": 2,
        "OCS_ECD_HELPER_CFG_READ8": 0,
        "OCS_ECD_HELPER_CFG_WRITE16": 4,
        "OCS_ECD_HELPER_CFG_WRITE32": 5,
        "OCS_ECD_HELPER_CFG_WRITE8": 3
      }
    },
    "unnamed_1a06e9d82b923da9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CMD_IF_REV": 5
      }
    },
    "unnamed_1a38d96e89b1b8bc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WORK_ST_CANCEL": 4,
        "WORK_ST_EXEC": 3,
        "WORK_ST_IDLE": 0,
        "WORK_ST_MAX": 5,
        "WORK_ST_TASK": 2,
        "WORK_ST_TIMER": 1
      }
    },
    "unnamed_1aa658e6bfc80b98": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AXE_BULK_DT_RD": 1,
        "AXE_BULK_DT_WR": 0,
        "AXE_N_TRANSFER": 2
      }
    },
    "unnamed_1aeb742b90a476b2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVSTAT_TYPE_ASC0": 10,
        "DEVSTAT_TYPE_ASC1": 11,
        "DEVSTAT_TYPE_CDROM": 5,
        "DEVSTAT_TYPE_CHANGER": 8,
        "DEVSTAT_TYPE_COMM": 9,
        "DEVSTAT_TYPE_DIRECT": 0,
        "DEVSTAT_TYPE_ENCLOSURE": 13,
        "DEVSTAT_TYPE_FLOPPY": 14,
        "DEVSTAT_TYPE_IF_IDE": 32,
        "DEVSTAT_TYPE_IF_MASK": 240,
        "DEVSTAT_TYPE_IF_OTHER": 48,
        "DEVSTAT_TYPE_IF_SCSI": 16,
        "DEVSTAT_TYPE_MASK": 15,
        "DEVSTAT_TYPE_OPTICAL": 7,
        "DEVSTAT_TYPE_PASS": 256,
        "DEVSTAT_TYPE_PRINTER": 2,
        "DEVSTAT_TYPE_PROCESSOR": 3,
        "DEVSTAT_TYPE_SCANNER": 6,
        "DEVSTAT_TYPE_SEQUENTIAL": 1,
        "DEVSTAT_TYPE_STORARRAY": 12,
        "DEVSTAT_TYPE_WORM": 4
      }
    },
    "unnamed_1b59c3b2e3ae3e53": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "status_all": 49165,
        "status_ipv4": 16384,
        "status_ipv4_tcp": 16388,
        "status_ipv4_udp": 16392,
        "status_ipv6": 1,
        "status_ipv6_tcp": 5,
        "status_ipv6_udp": 9
      }
    },
    "unnamed_1b6fc73ca4618a8d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CSMODE_AGGRESSIVE": 1,
        "CSMODE_AUTO_DIS": 3,
        "CSMODE_AUTO_ENA": 2,
        "CSMODE_CONSERVATIVE": 0
      }
    },
    "unnamed_1b7ebcbeae909e4e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SA_PARAM_TYPE_ENTRY": 0,
        "SA_PARAM_TYPE_NODE": 1
      }
    },
    "unnamed_1c12d235be444b43": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHC_AIC7770": 1,
        "AHC_AIC7850": 2,
        "AHC_AIC7855": 3,
        "AHC_AIC7859": 4,
        "AHC_AIC7860": 5,
        "AHC_AIC7870": 6,
        "AHC_AIC7880": 7,
        "AHC_AIC7890": 10,
        "AHC_AIC7892": 12,
        "AHC_AIC7895": 8,
        "AHC_AIC7895C": 9,
        "AHC_AIC7896": 11,
        "AHC_AIC7899": 13,
        "AHC_BUS_MASK": 3840,
        "AHC_CHIPID_MASK": 255,
        "AHC_EISA": 512,
        "AHC_NONE": 0,
        "AHC_PCI": 1024,
        "AHC_VL": 256
      }
    },
    "unnamed_1c8e86bc12faec95": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_ASCII2BINARY": 805306381,
        "NGM_BINARY2ASCII": 805306380,
        "NGM_CONNECT": 3,
        "NGM_LISTHOOKS": 805306375,
        "NGM_LISTNAMES": 805306376,
        "NGM_LISTNODES": 805306377,
        "NGM_LISTTYPES": 805306378,
        "NGM_MKPEER": 2,
        "NGM_NAME": 4,
        "NGM_NODEINFO": 805306374,
        "NGM_RMHOOK": 5,
        "NGM_SHUTDOWN": 1,
        "NGM_TEXT_CONFIG": 14,
        "NGM_TEXT_STATUS": 805306379
      }
    },
    "unnamed_1c9637e92bb4a783": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SEQ_BLOCK_CHECK": 5,
        "SEQ_BLOCK_HEADER": 2,
        "SEQ_BLOCK_PADDING": 4,
        "SEQ_BLOCK_START": 1,
        "SEQ_BLOCK_UNCOMPRESS": 3,
        "SEQ_INDEX": 6,
        "SEQ_INDEX_CRC32": 8,
        "SEQ_INDEX_PADDING": 7,
        "SEQ_STREAM_FOOTER": 9,
        "SEQ_STREAM_HEADER": 0,
        "SEQ_STREAM_PADDING": 10
      }
    },
    "unnamed_1cd5a4641cfbb6c1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CQE_L2_OK": 1,
        "CQE_L3_OK": 2,
        "CQE_L4_OK": 4
      }
    },
    "unnamed_1cd68e53540d10fa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CHIP_G33": 5,
        "CHIP_G4X": 7,
        "CHIP_I810": 0,
        "CHIP_I830": 1,
        "CHIP_I855": 2,
        "CHIP_I915": 3,
        "CHIP_I965": 4,
        "CHIP_IGD": 6
      }
    },
    "unnamed_1cdc6daa41d12340": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XPT_DEPTH_BUS": 0,
        "XPT_DEPTH_DEVICE": 2,
        "XPT_DEPTH_PERIPH": 3,
        "XPT_DEPTH_TARGET": 1
      }
    },
    "unnamed_1d149e95e192eb29": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ABDICATED": 3,
        "BUSY": 1,
        "IDLE": 0,
        "STALLED": 2
      }
    },
    "unnamed_1d293857e1ab9d44": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NR_REG_ALL_NIC": 1,
        "NR_REG_DEFAULT": 0,
        "NR_REG_NIC_SW": 3,
        "NR_REG_NULL": 7,
        "NR_REG_ONE_NIC": 4,
        "NR_REG_ONE_SW": 8,
        "NR_REG_PIPE_MASTER": 5,
        "NR_REG_PIPE_SLAVE": 6,
        "NR_REG_SW": 2
      }
    },
    "unnamed_1d53db5859cecfe4": {
      "size": 8,
      "base": "__ARRAY_SIZE_TYPE__",
      "constants": {
        "MLX4_DEV_CAP_FLAG2_80_VFS": 262144,
        "MLX4_DEV_CAP_FLAG2_CONFIG_DEV": 65536,
        "MLX4_DEV_CAP_FLAG2_CQE_STRIDE": 4096,
        "MLX4_DEV_CAP_FLAG2_DIAG_PER_PORT": 34359738368,
        "MLX4_DEV_CAP_FLAG2_DMFS_IPOIB": 512,
        "MLX4_DEV_CAP_FLAG2_DMFS_UC_MC_SNIFFER": 17179869184,
        "MLX4_DEV_CAP_FLAG2_EQE_STRIDE": 8192,
        "MLX4_DEV_CAP_FLAG2_ETH_BACKPL_AN_REP": 32768,
        "MLX4_DEV_CAP_FLAG2_ETH_PROT_CTRL": 16384,
        "MLX4_DEV_CAP_FLAG2_ETS_CFG": 67108864,
        "MLX4_DEV_CAP_FLAG2_FLOWSTATS_EN": 16777216,
        "MLX4_DEV_CAP_FLAG2_FSM": 128,
        "MLX4_DEV_CAP_FLAG2_FS_A0": 524288,
        "MLX4_DEV_CAP_FLAG2_FS_EN": 8,
        "MLX4_DEV_CAP_FLAG2_IGNORE_FCS": 268435456,
        "MLX4_DEV_CAP_FLAG2_LB_SRC_CHK": 4294967296,
        "MLX4_DEV_CAP_FLAG2_MAD_DEMUX": 2048,
        "MLX4_DEV_CAP_FLAG2_PHV_EN": 536870912,
        "MLX4_DEV_CAP_FLAG2_PORT_BEACON": 134217728,
        "MLX4_DEV_CAP_FLAG2_PORT_REMAP": 2097152,
        "MLX4_DEV_CAP_FLAG2_QCN": 4194304,
        "MLX4_DEV_CAP_FLAG2_QOS_VPP": 33554432,
        "MLX4_DEV_CAP_FLAG2_QP_RATE_LIMIT": 8388608,
        "MLX4_DEV_CAP_FLAG2_REASSIGN_MAC_EN": 16,
        "MLX4_DEV_CAP_FLAG2_RECOVERABLE_ERROR_EVENT": 1048576,
        "MLX4_DEV_CAP_FLAG2_ROCE_V1_V2": 8589934592,
        "MLX4_DEV_CAP_FLAG2_RSS": 1,
        "MLX4_DEV_CAP_FLAG2_RSS_TOP": 2,
        "MLX4_DEV_CAP_FLAG2_RSS_XOR": 4,
        "MLX4_DEV_CAP_FLAG2_SKIP_OUTER_VLAN": 1073741824,
        "MLX4_DEV_CAP_FLAG2_SL_TO_VL_CHANGE_EVENT": 137438953472,
        "MLX4_DEV_CAP_FLAG2_SVLAN_BY_QP": 68719476736,
        "MLX4_DEV_CAP_FLAG2_SYS_EQS": 131072,
        "MLX4_DEV_CAP_FLAG2_TS": 32,
        "MLX4_DEV_CAP_FLAG2_UPDATE_QP": 256,
        "MLX4_DEV_CAP_FLAG2_UPDATE_QP_SRC_CHECK_LB": 2147483648,
        "MLX4_DEV_CAP_FLAG2_VLAN_CONTROL": 64,
        "MLX4_DEV_CAP_FLAG2_VXLAN_OFFLOADS": 1024
      }
    },
    "unnamed_1d692ecca240e95a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BUS_MATCH_ANY": 0,
        "BUS_MATCH_BUS_ID": 8,
        "BUS_MATCH_NAME": 2,
        "BUS_MATCH_PATH": 1,
        "BUS_MATCH_UNIT": 4
      }
    },
    "unnamed_1dd9741963bfcf4f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_GPIO_OUTPUT_MUX_AS_BT_IN_RX": 14,
        "HAL_GPIO_OUTPUT_MUX_AS_BT_IN_TX": 13,
        "HAL_GPIO_OUTPUT_MUX_AS_MCI_BT_CLK": 10,
        "HAL_GPIO_OUTPUT_MUX_AS_MCI_BT_DATA": 9,
        "HAL_GPIO_OUTPUT_MUX_AS_MCI_WLAN_CLK": 8,
        "HAL_GPIO_OUTPUT_MUX_AS_MCI_WLAN_DATA": 7,
        "HAL_GPIO_OUTPUT_MUX_AS_OUTPUT": 0,
        "HAL_GPIO_OUTPUT_MUX_AS_RUCKUS_DATA": 16,
        "HAL_GPIO_OUTPUT_MUX_AS_RUCKUS_STROBE": 15,
        "HAL_GPIO_OUTPUT_MUX_AS_SMARTANT_CTRL0": 17,
        "HAL_GPIO_OUTPUT_MUX_AS_SMARTANT_CTRL1": 18,
        "HAL_GPIO_OUTPUT_MUX_AS_SMARTANT_CTRL2": 19,
        "HAL_GPIO_OUTPUT_MUX_AS_TX_FRAME": 6,
        "HAL_GPIO_OUTPUT_MUX_AS_WLAN_ACTIVE": 5,
        "HAL_GPIO_OUTPUT_MUX_AS_WL_IN_RX": 12,
        "HAL_GPIO_OUTPUT_MUX_AS_WL_IN_TX": 11,
        "HAL_GPIO_OUTPUT_MUX_MAC_NETWORK_LED": 3,
        "HAL_GPIO_OUTPUT_MUX_MAC_POWER_LED": 4,
        "HAL_GPIO_OUTPUT_MUX_NUM_ENTRIES": 20,
        "HAL_GPIO_OUTPUT_MUX_PCIE_ATTENTION_LED": 1,
        "HAL_GPIO_OUTPUT_MUX_PCIE_POWER_LED": 2
      }
    },
    "unnamed_1df750d8f00adc24": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XNB_NUM_RING_TYPES": 2,
        "XNB_RING_TYPE_RX": 1,
        "XNB_RING_TYPE_TX": 0
      }
    },
    "unnamed_1e0e5f3fa7b14d98": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "USLCOM_BULK_DT_RD": 1,
        "USLCOM_BULK_DT_WR": 0,
        "USLCOM_CTRL_DT_RD": 2,
        "USLCOM_N_TRANSFER": 3
      }
    },
    "unnamed_1e8e553d345dfe99": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DB_PER_PAGE": 1024
      }
    },
    "unnamed_1ebe2fae1209a036": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SA_PARAM_ALL": 511,
        "SA_PARAM_BLOCKSIZE": 1,
        "SA_PARAM_BUFF_MODE": 8,
        "SA_PARAM_COMPRESSION": 4,
        "SA_PARAM_DENSITY": 2,
        "SA_PARAM_DENSITY_EXT": 128,
        "SA_PARAM_LBP": 256,
        "SA_PARAM_NONE": 0,
        "SA_PARAM_NUMBLOCKS": 16,
        "SA_PARAM_SPEED": 64,
        "SA_PARAM_WP": 32
      }
    },
    "unnamed_1ef469ee6c412709": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFT_1822": 2,
        "IFT_A12MPPSWITCH": 130,
        "IFT_AAL2": 187,
        "IFT_AAL5": 49,
        "IFT_ADSL": 94,
        "IFT_AFLANE8023": 59,
        "IFT_AFLANE8025": 60,
        "IFT_ARAP": 88,
        "IFT_ARCNET": 35,
        "IFT_ARCNETPLUS": 36,
        "IFT_ASYNC": 84,
        "IFT_ATM": 37,
        "IFT_ATMDXI": 105,
        "IFT_ATMFUNI": 106,
        "IFT_ATMIMA": 107,
        "IFT_ATMLOGICAL": 80,
        "IFT_ATMRADIO": 189,
        "IFT_ATMSUBINTERFACE": 134,
        "IFT_ATMVCIENDPT": 194,
        "IFT_ATMVIRTUAL": 149,
        "IFT_BGPPOLICYACCOUNTING": 162,
        "IFT_BRIDGE": 209,
        "IFT_BSC": 83,
        "IFT_CCTEMUL": 61,
        "IFT_CEPT": 19,
        "IFT_CES": 133,
        "IFT_CHANNEL": 70,
        "IFT_CNR": 85,
        "IFT_COFFEE": 132,
        "IFT_COMPOSITELINK": 155,
        "IFT_DCN": 141,
        "IFT_DIGITALPOWERLINE": 138,
        "IFT_DIGITALWRAPPEROVERHEADCHANNEL": 186,
        "IFT_DLSW": 74,
        "IFT_DOCSCABLEDOWNSTREAM": 128,
        "IFT_DOCSCABLEMACLAYER": 127,
        "IFT_DOCSCABLEUPSTREAM": 129,
        "IFT_DS0": 81,
        "IFT_DS0BUNDLE": 82,
        "IFT_DS1FDL": 170,
        "IFT_DS3": 30,
        "IFT_DTM": 140,
        "IFT_DVBASILN": 172,
        "IFT_DVBASIOUT": 173,
        "IFT_DVBRCCDOWNSTREAM": 147,
        "IFT_DVBRCCMACLAYER": 146,
        "IFT_DVBRCCUPSTREAM": 148,
        "IFT_ENC": 244,
        "IFT_EON": 25,
        "IFT_EPLRS": 87,
        "IFT_ESCON": 73,
        "IFT_ETHER": 6,
        "IFT_FAST": 125,
        "IFT_FASTETHER": 62,
        "IFT_FASTETHERFX": 69,
        "IFT_FDDI": 15,
        "IFT_FIBRECHANNEL": 56,
        "IFT_FRAMERELAYINTERCONNECT": 58,
        "IFT_FRAMERELAYMPI": 92,
        "IFT_FRDLCIENDPT": 193,
        "IFT_FRELAY": 32,
        "IFT_FRELAYDCE": 44,
        "IFT_FRF16MFRBUNDLE": 163,
        "IFT_FRFORWARD": 158,
        "IFT_G703AT2MB": 67,
        "IFT_G703AT64K": 66,
        "IFT_GIF": 240,
        "IFT_GIGABITETHERNET": 117,
        "IFT_GR303IDT": 178,
        "IFT_GR303RDT": 177,
        "IFT_H323GATEKEEPER": 164,
        "IFT_H323PROXY": 165,
        "IFT_HDH1822": 3,
        "IFT_HDLC": 118,
        "IFT_HDSL2": 168,
        "IFT_HIPERLAN2": 183,
        "IFT_HIPPI": 47,
        "IFT_HIPPIINTERFACE": 57,
        "IFT_HOSTPAD": 90,
        "IFT_HSSI": 46,
        "IFT_HY": 14,
        "IFT_IBM370PARCHAN": 72,
        "IFT_IDSL": 154,
        "IFT_IEEE1394": 144,
        "IFT_IEEE80211": 71,
        "IFT_IEEE80212": 55,
        "IFT_IEEE8023ADLAG": 161,
        "IFT_IFGSN": 145,
        "IFT_IMT": 190,
        "IFT_INFINIBAND": 199,
        "IFT_INFINIBANDLAG": 200,
        "IFT_INTERLEAVE": 124,
        "IFT_IP": 126,
        "IFT_IPFORWARD": 142,
        "IFT_IPOVERATM": 114,
        "IFT_IPOVERCDLC": 109,
        "IFT_IPOVERCLAW": 110,
        "IFT_IPSWITCH": 78,
        "IFT_ISDN": 63,
        "IFT_ISDNBASIC": 20,
        "IFT_ISDNPRIMARY": 21,
        "IFT_ISDNS": 75,
        "IFT_ISDNU": 76,
        "IFT_ISO88022LLC": 41,
        "IFT_ISO88023": 7,
        "IFT_ISO88024": 8,
        "IFT_ISO88025": 9,
        "IFT_ISO88025CRFPINT": 98,
        "IFT_ISO88025DTR": 86,
        "IFT_ISO88025FIBER": 115,
        "IFT_ISO88026": 10,
        "IFT_ISUP": 179,
        "IFT_L2VLAN": 135,
        "IFT_L3IPVLAN": 136,
        "IFT_L3IPXVLAN": 137,
        "IFT_LAPB": 16,
        "IFT_LAPD": 77,
        "IFT_LAPF": 119,
        "IFT_LOCALTALK": 42,
        "IFT_LOOP": 24,
        "IFT_MEDIAMAILOVERIP": 139,
        "IFT_MFSIGLINK": 167,
        "IFT_MIOX25": 38,
        "IFT_MODEM": 48,
        "IFT_MPC": 113,
        "IFT_MPLS": 166,
        "IFT_MPLSTUNNEL": 150,
        "IFT_MSDSL": 143,
        "IFT_MVL": 191,
        "IFT_MYRINET": 99,
        "IFT_NFAS": 175,
        "IFT_NSIP": 27,
        "IFT_OPTICALCHANNEL": 195,
        "IFT_OPTICALTRANSPORT": 196,
        "IFT_OTHER": 1,
        "IFT_P10": 12,
        "IFT_P80": 13,
        "IFT_PARA": 34,
        "IFT_PFLOG": 246,
        "IFT_PFSYNC": 247,
        "IFT_PLC": 174,
        "IFT_POS": 171,
        "IFT_PPP": 23,
        "IFT_PPPMULTILINKBUNDLE": 108,
        "IFT_PROPBWAP2MP": 184,
        "IFT_PROPCNLS": 89,
        "IFT_PROPDOCSWIRELESSDOWNSTREAM": 181,
        "IFT_PROPDOCSWIRELESSMACLAYER": 180,
        "IFT_PROPDOCSWIRELESSUPSTREAM": 182,
        "IFT_PROPMUX": 54,
        "IFT_PROPVIRTUAL": 53,
        "IFT_PROPWIRELESSP2P": 157,
        "IFT_PTPSERIAL": 22,
        "IFT_PVC": 241,
        "IFT_QLLC": 68,
        "IFT_RADIOMAC": 188,
        "IFT_RADSL": 95,
        "IFT_REACHDSL": 192,
        "IFT_RFC1483": 159,
        "IFT_RS232": 33,
        "IFT_RSRB": 79,
        "IFT_SDLC": 17,
        "IFT_SDSL": 96,
        "IFT_SHDSL": 169,
        "IFT_SIP": 31,
        "IFT_SLIP": 28,
        "IFT_SMDSDXI": 43,
        "IFT_SMDSICIP": 52,
        "IFT_SONET": 39,
        "IFT_SONETOVERHEADCHANNEL": 185,
        "IFT_SONETPATH": 50,
        "IFT_SONETVT": 51,
        "IFT_SRP": 151,
        "IFT_SS7SIGLINK": 156,
        "IFT_STACKTOSTACK": 111,
        "IFT_STARLAN": 11,
        "IFT_STF": 215,
        "IFT_T1": 18,
        "IFT_TDLC": 116,
        "IFT_TERMPAD": 91,
        "IFT_TR008": 176,
        "IFT_TRANSPHDLC": 123,
        "IFT_TUNNEL": 131,
        "IFT_ULTRA": 29,
        "IFT_USB": 160,
        "IFT_V11": 64,
        "IFT_V35": 45,
        "IFT_V36": 65,
        "IFT_V37": 120,
        "IFT_VDSL": 97,
        "IFT_VIRTUALIPADDRESS": 112,
        "IFT_VOICEEM": 100,
        "IFT_VOICEENCAP": 103,
        "IFT_VOICEFXO": 101,
        "IFT_VOICEFXS": 102,
        "IFT_VOICEOVERATM": 152,
        "IFT_VOICEOVERFRAMERELAY": 153,
        "IFT_VOICEOVERIP": 104,
        "IFT_WIREGUARD": 248,
        "IFT_X213": 93,
        "IFT_X25": 5,
        "IFT_X25DDN": 4,
        "IFT_X25HUNTGROUP": 122,
        "IFT_X25MLP": 121,
        "IFT_X25PLE": 40,
        "IFT_XETHER": 26
      }
    },
    "unnamed_1ef59424454af671": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VXLAN_ENABLE": 128,
        "VXLAN_ENABLE_MODIFY": 128,
        "VXLAN_STEERING_MODIFY": 64
      }
    },
    "unnamed_1f62ac58ebf3ed0f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MESH_AE_00": 0,
        "IEEE80211_MESH_AE_01": 1,
        "IEEE80211_MESH_AE_10": 2,
        "IEEE80211_MESH_AE_11": 3
      }
    },
    "unnamed_1f7484b99fb0861d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MSG_TYPE_INITIATOR_MSGIN": 2,
        "MSG_TYPE_INITIATOR_MSGOUT": 1,
        "MSG_TYPE_NONE": 0,
        "MSG_TYPE_TARGET_MSGIN": 4,
        "MSG_TYPE_TARGET_MSGOUT": 3
      }
    },
    "unnamed_1f8c6c3699b944be": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AQ_100M_CTRL": 16,
        "AQ_10G_CTRL": 32,
        "AQ_1G_CTRL": 50176,
        "AQ_ANEG_STAT": 51200,
        "AQ_FW_VERSION": 32,
        "AQ_IFLAG_GLOBAL": 64512,
        "AQ_IMASK_GLOBAL": 65280,
        "AQ_LINK_STAT": 59392,
        "AQ_THERMAL1": 51232,
        "AQ_THERMAL2": 51233,
        "AQ_THERMAL_THR": 50209,
        "AQ_XAUI_KX_CFG": 50240,
        "AQ_XAUI_RX_CFG": 50176,
        "AQ_XAUI_TX_CFG": 58368
      }
    },
    "unnamed_203a20da8cbb12c7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_EPF_ALL": 3,
        "CAM_EPF_LEVEL_MASK": 15,
        "CAM_EPF_MINIMAL": 1,
        "CAM_EPF_NONE": 0,
        "CAM_EPF_NORMAL": 2
      }
    },
    "unnamed_209a115d83487ba3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFTM_ADAPTIVE_END": 17,
        "PFTM_ADAPTIVE_START": 16,
        "PFTM_FRAG": 14,
        "PFTM_ICMP_ERROR_REPLY": 10,
        "PFTM_ICMP_FIRST_PACKET": 9,
        "PFTM_INTERVAL": 15,
        "PFTM_MAX": 20,
        "PFTM_OTHER_FIRST_PACKET": 11,
        "PFTM_OTHER_MULTIPLE": 13,
        "PFTM_OTHER_SINGLE": 12,
        "PFTM_PURGE": 21,
        "PFTM_SRC_NODE": 18,
        "PFTM_TCP_CLOSED": 5,
        "PFTM_TCP_CLOSING": 3,
        "PFTM_TCP_ESTABLISHED": 2,
        "PFTM_TCP_FIN_WAIT": 4,
        "PFTM_TCP_FIRST_PACKET": 0,
        "PFTM_TCP_OPENING": 1,
        "PFTM_TS_DIFF": 19,
        "PFTM_UDP_FIRST_PACKET": 6,
        "PFTM_UDP_MULTIPLE": 8,
        "PFTM_UDP_SINGLE": 7,
        "PFTM_UNLINKED": 22
      }
    },
    "unnamed_20e0e1ac2e73e93c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_GPIO_INTR_DISABLE": 2,
        "HAL_GPIO_INTR_HIGH": 1,
        "HAL_GPIO_INTR_LOW": 0
      }
    },
    "unnamed_20eb2ce4147534db": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI4_UNREG_TYPE_ALL": 3,
        "SLI4_UNREG_TYPE_DOMAIN": 1,
        "SLI4_UNREG_TYPE_FCF": 2,
        "SLI4_UNREG_TYPE_PORT": 0
      }
    },
    "unnamed_20eb3ec32aa8046e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "block_done": 1,
        "finish_done": 3,
        "finish_started": 2,
        "need_more": 0
      }
    },
    "unnamed_210df8e71a81837d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_SYSCTL_DEBUG": 2,
        "AHD_SYSCTL_NUMBER": 3,
        "AHD_SYSCTL_ROOT": 0,
        "AHD_SYSCTL_SUMMARY": 1
      }
    },
    "unnamed_21271de4a2a20871": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "REQ_SIZE": 8
      }
    },
    "unnamed_213eec0528a5accb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_INTERFACE_NUMBER": 2,
        "MLX5_INTERFACE_PROTOCOL_ETH": 1,
        "MLX5_INTERFACE_PROTOCOL_IB": 0
      }
    },
    "unnamed_21491085fa53e757": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_DIF_MODE_INLINE": 0,
        "OCS_HW_DIF_MODE_SEPARATE": 1
      }
    },
    "unnamed_214b66708060041f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_QUEUE_BASIC": 1,
        "AHD_QUEUE_NONE": 0,
        "AHD_QUEUE_TAGGED": 2
      }
    },
    "unnamed_214c4d8123789fc5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SER_REG_MODE_AUTO": 2,
        "SER_REG_MODE_OFF": 0,
        "SER_REG_MODE_ON": 1
      }
    },
    "unnamed_21cc282fe4672d7d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAL_DONE": 3,
        "CAL_INACTIVE": 0,
        "CAL_RUNNING": 2,
        "CAL_WAITING": 1
      }
    },
    "unnamed_22038ad6c6235da3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UFOMA_BULK_ENDPT_MAX": 2,
        "UFOMA_BULK_ENDPT_READ": 1,
        "UFOMA_BULK_ENDPT_WRITE": 0
      }
    },
    "unnamed_224cde5d330dfbd5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_ASYNC_CMD_CLR_STATS": 2,
        "NGM_ASYNC_CMD_GET_CONFIG": 4,
        "NGM_ASYNC_CMD_GET_STATS": 1,
        "NGM_ASYNC_CMD_SET_CONFIG": 3
      }
    },
    "unnamed_227849981257e0d8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "bt_compressed": 2,
        "bt_raw": 0,
        "bt_reserved": 3,
        "bt_rle": 1
      }
    },
    "unnamed_22c81b34583aca71": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FL_BUF_PACKING": 4,
        "FL_BUF_RESUME": 8,
        "FL_DOOMED": 2,
        "FL_STARVING": 1
      }
    },
    "unnamed_22fbd1f6887bb640": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_rmd_refMultipleDDicts": 1,
        "ZSTD_rmd_refSingleDDict": 0
      }
    },
    "unnamed_230f3ae2b80d7df4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ULP_MODE_FCOE": 6,
        "ULP_MODE_ISCSI": 2,
        "ULP_MODE_NONE": 0,
        "ULP_MODE_RDMA": 4,
        "ULP_MODE_TCPDDP": 5,
        "ULP_MODE_TLS": 8
      }
    },
    "unnamed_239ec346398a1c5d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PERIPH_MATCH_ANY": 0,
        "PERIPH_MATCH_LUN": 4,
        "PERIPH_MATCH_NAME": 8,
        "PERIPH_MATCH_PATH": 1,
        "PERIPH_MATCH_TARGET": 2,
        "PERIPH_MATCH_UNIT": 16
      }
    },
    "unnamed_23af62fbac9836f6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MR_EVT_ARGS_CDB_SENSE": 1,
        "MR_EVT_ARGS_ECC": 20,
        "MR_EVT_ARGS_LD": 2,
        "MR_EVT_ARGS_LD_COUNT": 3,
        "MR_EVT_ARGS_LD_LBA": 4,
        "MR_EVT_ARGS_LD_LBA_PD_LBA": 6,
        "MR_EVT_ARGS_LD_OWNER": 5,
        "MR_EVT_ARGS_LD_PROG": 7,
        "MR_EVT_ARGS_LD_STATE": 8,
        "MR_EVT_ARGS_LD_STRIP": 9,
        "MR_EVT_ARGS_NONE": 0,
        "MR_EVT_ARGS_PCI": 16,
        "MR_EVT_ARGS_PD": 10,
        "MR_EVT_ARGS_PD_ERR": 11,
        "MR_EVT_ARGS_PD_LBA": 12,
        "MR_EVT_ARGS_PD_LBA_LD": 13,
        "MR_EVT_ARGS_PD_PROG": 14,
        "MR_EVT_ARGS_PD_STATE": 15,
        "MR_EVT_ARGS_RATE": 17,
        "MR_EVT_ARGS_STR": 18,
        "MR_EVT_ARGS_TIME": 19
      }
    },
    "unnamed_2413b0c609b42b3a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_LINK_MODULE_TYPE_10GB": 256,
        "OCS_HW_LINK_MODULE_TYPE_16GB": 512,
        "OCS_HW_LINK_MODULE_TYPE_1GB": 4,
        "OCS_HW_LINK_MODULE_TYPE_2GB": 8,
        "OCS_HW_LINK_MODULE_TYPE_32GB": 1024,
        "OCS_HW_LINK_MODULE_TYPE_4GB": 64,
        "OCS_HW_LINK_MODULE_TYPE_8GB": 128
      }
    },
    "unnamed_24611655de466213": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TAD_MOD2": 13,
        "TAD_MOD4": 19,
        "TDA_ALRM": 4,
        "TDA_AST": 0,
        "TDA_GEOM": 9,
        "TDA_HWPMC": 2,
        "TDA_KQUEUE": 10,
        "TDA_KTRACE": 15,
        "TDA_MAC": 6,
        "TDA_MAX": 20,
        "TDA_MOD1": 12,
        "TDA_MOD3": 18,
        "TDA_OWEUPC": 1,
        "TDA_PROF": 5,
        "TDA_RACCT": 11,
        "TDA_SCHED": 7,
        "TDA_SIG": 14,
        "TDA_SIGSUSPEND": 17,
        "TDA_SUSPEND": 16,
        "TDA_UFS": 8,
        "TDA_VFORK": 3
      }
    },
    "unnamed_248b241eba758448": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EQ_CTRL": 1,
        "EQ_ENABLED": 8,
        "EQ_ETH": 2,
        "EQ_HW_ALLOCATED": 2,
        "EQ_OFLD": 3,
        "EQ_QFLUSH": 16,
        "EQ_SW_ALLOCATED": 1
      }
    },
    "unnamed_249df008e3b2ff3c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_RESET_FIRMWARE": 1,
        "OCS_HW_RESET_FUNCTION": 0,
        "OCS_HW_RESET_MAX": 2
      }
    },
    "unnamed_24ec33ac8e4d14ce": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UVSCOM_BULK_DT_RD": 1,
        "UVSCOM_BULK_DT_WR": 0,
        "UVSCOM_INTR_DT_RD": 2,
        "UVSCOM_N_TRANSFER": 3
      }
    },
    "unnamed_253cae4ba47389d4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CQE_BAD_FCS": 16,
        "MLX4_CQE_LLC": 1,
        "MLX4_CQE_SNAP": 2
      }
    },
    "unnamed_255fa330dab86310": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_RVF_ACTIVE": 1,
        "MPT_RVF_ANNOUNCED": 2,
        "MPT_RVF_NONE": 0,
        "MPT_RVF_REFERENCED": 8,
        "MPT_RVF_UP2DATE": 4,
        "MPT_RVF_WCE_CHANGED": 16
      }
    },
    "unnamed_258e0584ab6afe4f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_CAP_INTMIT_CCK_WEAK_SIGNAL_THR": 4,
        "HAL_CAP_INTMIT_ENABLE": 1,
        "HAL_CAP_INTMIT_FIRSTEP_LEVEL": 5,
        "HAL_CAP_INTMIT_NOISE_IMMUNITY_LEVEL": 2,
        "HAL_CAP_INTMIT_OFDM_WEAK_SIGNAL_LEVEL": 3,
        "HAL_CAP_INTMIT_PRESENT": 0,
        "HAL_CAP_INTMIT_SPUR_IMMUNITY_LEVEL": 6
      }
    },
    "unnamed_260af93a6ae41fa7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_RECOVERABLE_ERROR_EVENT_SUBTYPE_BAD_CABLE": 1,
        "MLX4_RECOVERABLE_ERROR_EVENT_SUBTYPE_UNSUPPORTED_CABLE": 2
      }
    },
    "unnamed_26344ec8ea7ecc8d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_INTFF_BONDING": 1
      }
    },
    "unnamed_2647d3f4462f914f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_EAF_PRINT_NONE": 0,
        "CAM_EAF_PRINT_RESULT": 32,
        "CAM_EAF_PRINT_STATUS": 16
      }
    },
    "unnamed_26c9c0c85a5e1b34": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_ACCEPT_ALL_MULTICAST": 3,
        "ECORE_ACCEPT_ALL_UNICAST": 2,
        "ECORE_ACCEPT_ANY_VLAN": 6,
        "ECORE_ACCEPT_BROADCAST": 4,
        "ECORE_ACCEPT_MULTICAST": 1,
        "ECORE_ACCEPT_UNICAST": 0,
        "ECORE_ACCEPT_UNMATCHED": 5
      }
    },
    "unnamed_27812354e1f40b33": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCI_GPM_COEX_B_BT_BITMAP": 6,
        "MCI_GPM_COEX_B_BT_FLAGS_OP": 10,
        "MCI_GPM_COEX_B_CHANNEL_MAP": 6,
        "MCI_GPM_COEX_B_GPM_OPCODE": 5,
        "MCI_GPM_COEX_B_GPM_TYPE": 4,
        "MCI_GPM_COEX_B_HALT_STATE": 6,
        "MCI_GPM_COEX_B_MAJOR_VERSION": 6,
        "MCI_GPM_COEX_B_MINOR_VERSION": 7,
        "MCI_GPM_COEX_B_PROFILE_A": 15,
        "MCI_GPM_COEX_B_PROFILE_LINKID": 7,
        "MCI_GPM_COEX_B_PROFILE_RATE": 10,
        "MCI_GPM_COEX_B_PROFILE_ROLE": 9,
        "MCI_GPM_COEX_B_PROFILE_STATE": 8,
        "MCI_GPM_COEX_B_PROFILE_TYPE": 6,
        "MCI_GPM_COEX_B_PROFILE_VOTYPE": 11,
        "MCI_GPM_COEX_B_PROFILE_W": 14,
        "MCI_GPM_COEX_B_STATUS_LINKID": 7,
        "MCI_GPM_COEX_B_STATUS_STATE": 8,
        "MCI_GPM_COEX_B_STATUS_TYPE": 6,
        "MCI_GPM_COEX_B_WLAN_BITMAP": 7,
        "MCI_GPM_COEX_H_PROFILE_T": 12,
        "MCI_GPM_COEX_W_BT_FLAGS": 6,
        "MCI_GPM_COEX_W_GPM_PAYLOAD": 1,
        "MCI_GPM_WLAN_CAL_W_SEQUENCE": 2
      }
    },
    "unnamed_281c94da0b7ee2ae": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MT_PARAM_STATUS_ERROR": 2,
        "MT_PARAM_STATUS_NONE": 0,
        "MT_PARAM_STATUS_OK": 1
      }
    },
    "unnamed_2865449e0d15d364": {
      "size": 4,
      "base": "int",
      "constants": {
        "KTLS_MBUF_CRYPTO_ST_DECRYPTED": -1,
        "KTLS_MBUF_CRYPTO_ST_ENCRYPTED": 1,
        "KTLS_MBUF_CRYPTO_ST_MIXED": 0
      }
    },
    "unnamed_287161a28d4aa8bf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ACCESS_MEM_ALIGN": 256,
        "MLX4_MAILBOX_SIZE": 4096
      }
    },
    "unnamed_287d036becdbcf10": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NM_DEBUG_BDG": 32768,
        "NM_DEBUG_HOST": 2,
        "NM_DEBUG_MEM": 16384,
        "NM_DEBUG_NIC_RXSYNC": 4096,
        "NM_DEBUG_NIC_TXSYNC": 8192,
        "NM_DEBUG_ON": 1,
        "NM_DEBUG_RXINTR": 256,
        "NM_DEBUG_RXSYNC": 16,
        "NM_DEBUG_TXINTR": 512,
        "NM_DEBUG_TXSYNC": 32,
        "NM_DEBUG_VALE": 32768
      }
    },
    "unnamed_28e9353c40a83d38": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_ZONE_FLAG_CLOSE_SUP": 4,
        "DA_ZONE_FLAG_FINISH_SUP": 8,
        "DA_ZONE_FLAG_MAX_SEQ_SET": 256,
        "DA_ZONE_FLAG_OPEN_SUP": 2,
        "DA_ZONE_FLAG_OPT_NONSEQ_SET": 128,
        "DA_ZONE_FLAG_OPT_SEQ_SET": 64,
        "DA_ZONE_FLAG_RWP_SUP": 16,
        "DA_ZONE_FLAG_RZ_SUP": 1,
        "DA_ZONE_FLAG_SET_MASK": 448,
        "DA_ZONE_FLAG_SUP_MASK": 31,
        "DA_ZONE_FLAG_URSWRZ": 32
      }
    },
    "unnamed_2948f6e5e2214251": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AAC_PM_DRIVERSUP_GET_STATUS": 1,
        "AAC_PM_DRIVERSUP_START_UNIT": 2,
        "AAC_PM_DRIVERSUP_STOP_UNIT": 3
      }
    },
    "unnamed_2949ced65062531d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_NODE_ENABLE_IT_TO_I": 14,
        "OCS_NODE_ENABLE_IT_TO_IT": 15,
        "OCS_NODE_ENABLE_IT_TO_T": 13,
        "OCS_NODE_ENABLE_IT_TO_x": 12,
        "OCS_NODE_ENABLE_I_TO_I": 10,
        "OCS_NODE_ENABLE_I_TO_IT": 11,
        "OCS_NODE_ENABLE_I_TO_T": 9,
        "OCS_NODE_ENABLE_I_TO_x": 8,
        "OCS_NODE_ENABLE_T_TO_I": 6,
        "OCS_NODE_ENABLE_T_TO_IT": 7,
        "OCS_NODE_ENABLE_T_TO_T": 5,
        "OCS_NODE_ENABLE_T_TO_x": 4,
        "OCS_NODE_ENABLE_x_TO_I": 2,
        "OCS_NODE_ENABLE_x_TO_IT": 3,
        "OCS_NODE_ENABLE_x_TO_T": 1,
        "OCS_NODE_ENABLE_x_TO_x": 0
      }
    },
    "unnamed_2986d06f42292dde": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CMD_TIMEOUT_MSEC": 60000
      }
    },
    "unnamed_29e9207919ccbc60": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_AFEX_FCOE_Q_UPDATE_PENDING": 15,
        "ECORE_AFEX_PENDING_VIFSET_MCP_ACK": 16,
        "ECORE_FILTER_BYPASS_MAC_PENDING": 10,
        "ECORE_FILTER_BYPASS_RSS_CONF_PENDING": 11,
        "ECORE_FILTER_BYPASS_RX_MODE_PENDING": 9,
        "ECORE_FILTER_FCOE_ETH_START_SCHED": 7,
        "ECORE_FILTER_FCOE_ETH_STOP_SCHED": 8,
        "ECORE_FILTER_ISCSI_ETH_START_SCHED": 5,
        "ECORE_FILTER_ISCSI_ETH_STOP_SCHED": 6,
        "ECORE_FILTER_MAC_PENDING": 0,
        "ECORE_FILTER_MCAST_PENDING": 12,
        "ECORE_FILTER_MCAST_SCHED": 13,
        "ECORE_FILTER_RSS_CONF_PENDING": 14,
        "ECORE_FILTER_RX_MODE_PENDING": 3,
        "ECORE_FILTER_RX_MODE_SCHED": 4,
        "ECORE_FILTER_VLAN_MAC_PENDING": 2,
        "ECORE_FILTER_VLAN_PENDING": 1,
        "ECORE_FILTER_VXLAN_PENDING": 17
      }
    },
    "unnamed_2a047b150f094aeb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VM_LAUNDRY_BACKGROUND": 1,
        "VM_LAUNDRY_IDLE": 0,
        "VM_LAUNDRY_SHORTFALL": 2
      }
    },
    "unnamed_2a7487e115e4f920": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "checkMaxSymbolValue": 1,
        "trustInput": 0
      }
    },
    "unnamed_2b1bee1ce3bd5e9d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CH_CCB_PROBE": 0
      }
    },
    "unnamed_2b3b94af75557e82": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TP_VERSION_MAJOR": 1,
        "TP_VERSION_MICRO": 0,
        "TP_VERSION_MINOR": 1
      }
    },
    "unnamed_2b452236d3ac4ab1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_DIF_BK_SIZE_1024": 1,
        "OCS_SCSI_DIF_BK_SIZE_2048": 2,
        "OCS_SCSI_DIF_BK_SIZE_4096": 3,
        "OCS_SCSI_DIF_BK_SIZE_4104": 5,
        "OCS_SCSI_DIF_BK_SIZE_512": 0,
        "OCS_SCSI_DIF_BK_SIZE_520": 4
      }
    },
    "unnamed_2b56479682b91297": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PROF_MASK_MR_CACHE": 2,
        "MLX5_PROF_MASK_QP_SIZE": 1
      }
    },
    "unnamed_2b827128eb6957a5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "REC_ALLOW": 1,
        "REC_BLOCK": 2,
        "REC_FULL": 3,
        "REC_NONE": 0
      }
    },
    "unnamed_2bd72b8ecceb3d18": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UPGT_BULK_RX": 0,
        "UPGT_BULK_TX": 1,
        "UPGT_N_XFERS": 2
      }
    },
    "unnamed_2c19016fae408e58": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_SLOT_TIME_20": 20,
        "HAL_SLOT_TIME_6": 6,
        "HAL_SLOT_TIME_9": 9
      }
    },
    "unnamed_2cbdd2e80c98a366": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MEMWIN0_APERTURE": 2048,
        "MEMWIN0_BASE": 112640,
        "MEMWIN1_APERTURE": 32768,
        "MEMWIN1_BASE": 163840,
        "MEMWIN2_APERTURE_T4": 65536,
        "MEMWIN2_APERTURE_T5": 131072,
        "MEMWIN2_BASE_T4": 196608,
        "MEMWIN2_BASE_T5": 393216,
        "NUM_MEMWIN": 3
      }
    },
    "unnamed_2cce75160cd1a133": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_PERIPH_BIO": 0
      }
    },
    "unnamed_2cd6fa4331f731ae": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MESHCONF_SYNC_NEIGHOFF": 1,
        "IEEE80211_MESHCONF_SYNC_VENDOR": 255
      }
    },
    "unnamed_2d0f35df8c397a62": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IS_QSFP": 2,
        "IS_SFP": 1,
        "IS_SGMII": 0
      }
    },
    "unnamed_2d1ab37422442674": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CalibrationDataDontLoad": 5,
        "calibration_data_dram": 1,
        "calibration_data_eeprom": 3,
        "calibration_data_flash": 2,
        "calibration_data_none": 0,
        "calibration_data_otp": 4
      }
    },
    "unnamed_2d21c7159bcfba7a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ACCESS_MODE_KLM": 2,
        "MLX5_ACCESS_MODE_KSM": 3,
        "MLX5_ACCESS_MODE_MEMIC": 5,
        "MLX5_ACCESS_MODE_MTT": 1,
        "MLX5_ACCESS_MODE_PA": 0,
        "MLX5_ACCESS_MODE_SW_ICM": 4
      }
    },
    "unnamed_2d77cfbadb8a90d5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_COMPRESSED": 3,
        "MLX5_INLINE_DATA32_SEG": 1,
        "MLX5_INLINE_DATA64_SEG": 2,
        "MLX5_NO_INLINE_DATA": 0
      }
    },
    "unnamed_2dce811ea143ef0d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_LOCK_LEVEL_1": 1,
        "SCI_LOCK_LEVEL_2": 2,
        "SCI_LOCK_LEVEL_3": 3,
        "SCI_LOCK_LEVEL_4": 4,
        "SCI_LOCK_LEVEL_5": 5,
        "SCI_LOCK_LEVEL_NONE": 0
      }
    },
    "unnamed_2ddd66ae191c1216": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SQC_STATE_ERR": 3,
        "MLX5_SQC_STATE_RDY": 1,
        "MLX5_SQC_STATE_RST": 0
      }
    },
    "unnamed_2e82848dbf9c6b2d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DIR_IN": 0,
        "DIR_NONE": 2,
        "DIR_OUT": 1
      }
    },
    "unnamed_2eb0a76b1edf4667": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_DIF_BK_SIZE_1024": 1,
        "OCS_HW_DIF_BK_SIZE_2048": 2,
        "OCS_HW_DIF_BK_SIZE_4096": 3,
        "OCS_HW_DIF_BK_SIZE_4104": 5,
        "OCS_HW_DIF_BK_SIZE_512": 0,
        "OCS_HW_DIF_BK_SIZE_520": 4,
        "OCS_HW_DIF_BK_SIZE_NA": 0
      }
    },
    "unnamed_2f40c62c70f89b2d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AP_MODE_A_ONLY": 8,
        "AP_MODE_AandG": 10,
        "AP_MODE_AandN": 12,
        "AP_MODE_B_ONLY": 1,
        "AP_MODE_BandGandN": 7,
        "AP_MODE_BandN": 5,
        "AP_MODE_G_ONLY": 2,
        "AP_MODE_GandN": 6,
        "AP_MODE_MIXED": 3,
        "AP_MODE_N_ONLY": 4
      }
    },
    "unnamed_2f6125e86f09ca68": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_USER_DEV_CAP_LARGE_CQE": 1
      }
    },
    "unnamed_2fb5be6555c073d0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_STRVIS_FLAG_NONASCII_ESC": 3,
        "CAM_STRVIS_FLAG_NONASCII_MASK": 3,
        "CAM_STRVIS_FLAG_NONASCII_RAW": 1,
        "CAM_STRVIS_FLAG_NONASCII_SPC": 2,
        "CAM_STRVIS_FLAG_NONASCII_TRIM": 0,
        "CAM_STRVIS_FLAG_NONE": 0
      }
    },
    "unnamed_3011af8f143884f5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ETH_WQE_SWP_INNER_L3_TYPE": 1,
        "MLX5_ETH_WQE_SWP_INNER_L4_TYPE": 2,
        "MLX5_ETH_WQE_SWP_OUTER_L3_TYPE": 16,
        "MLX5_ETH_WQE_SWP_OUTER_L4_TYPE": 32
      }
    },
    "unnamed_30251d0f8fa7748a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SRQ_FLAG_ERR": 1,
        "MLX5_SRQ_FLAG_WQ_SIG": 2
      }
    },
    "unnamed_316c88f28735ad61": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_HW_START_PADDING": 2147483648
      }
    },
    "unnamed_325d49ca0906259e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IQS_BUSY": 1,
        "IQS_DISABLED": 0,
        "IQS_IDLE": 2,
        "IQ_ADJ_CREDIT": 16,
        "IQ_ETH": 1,
        "IQ_HAS_FL": 2,
        "IQ_HW_ALLOCATED": 32,
        "IQ_LRO_ENABLED": 8,
        "IQ_OFLD": 2,
        "IQ_OTHER": 0,
        "IQ_RX_TIMESTAMP": 4,
        "IQ_SW_ALLOCATED": 1,
        "NM_BUSY": 2,
        "NM_OFF": 0,
        "NM_ON": 1
      }
    },
    "unnamed_3296e0c1a10f4d07": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AN_PKT_SIZE": 32,
        "IMMED_PKT_SIZE": 48
      }
    },
    "unnamed_32a6617c86b23a28": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_SOCK_CMD_LINGER": 2,
        "NGM_SOCK_CMD_NOLINGER": 1
      }
    },
    "unnamed_32c033544b45721a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UFOMA_CTRL_ENDPT_INTR": 0,
        "UFOMA_CTRL_ENDPT_MAX": 3,
        "UFOMA_CTRL_ENDPT_READ": 1,
        "UFOMA_CTRL_ENDPT_WRITE": 2
      }
    },
    "unnamed_33404cd858a61dcc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BOOT_FLASH_BOOT_ADDR": 0,
        "BOOT_MAX_SIZE": 524288,
        "BOOT_MIN_SIZE": 26,
        "BOOT_SIGNATURE": 43605,
        "BOOT_SIZE_INC": 512,
        "PCIR_SIGNATURE": 1380533072,
        "VENDOR_ID": 5157
      }
    },
    "unnamed_33ae9d42d33fbf80": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_BRIDGE_CLR_STATS": 5,
        "NGM_BRIDGE_GETCLR_STATS": 6,
        "NGM_BRIDGE_GET_CONFIG": 2,
        "NGM_BRIDGE_GET_STATS": 4,
        "NGM_BRIDGE_GET_TABLE": 7,
        "NGM_BRIDGE_MOVE_HOST": 9,
        "NGM_BRIDGE_RESET": 3,
        "NGM_BRIDGE_SET_CONFIG": 1,
        "NGM_BRIDGE_SET_PERSISTENT": 8
      }
    },
    "unnamed_33e90d51be25f950": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_VF_CAP_FLAG_RESET": 1
      }
    },
    "unnamed_34221b1744d88057": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVBATT_TRANSITION_LOW": 1,
        "NVBATT_TRANSITION_NONE": 0,
        "NVBATT_TRANSITION_OK": 2
      }
    },
    "unnamed_345e3295c7595718": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCI_IO_REQUEST_DATA_IN": 0,
        "SCI_IO_REQUEST_DATA_OUT": 1,
        "SCI_IO_REQUEST_NO_DATA": 2
      }
    },
    "unnamed_3558dae93d1c1953": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PSMCPNP_FORCEPAD": 1,
        "PSMCPNP_GENERIC": 0,
        "PSMCPNP_TOPBUTTONPAD": 2
      }
    },
    "unnamed_3661db5c706fbec6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DSP_CDEV_VOLCTL_NONE": 0,
        "DSP_CDEV_VOLCTL_READ": 1,
        "DSP_CDEV_VOLCTL_WRITE": 2
      }
    },
    "unnamed_36e9a0fca6f0bc6e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INTR_INTX": 1,
        "INTR_MSI": 2,
        "INTR_MSIX": 4
      }
    },
    "unnamed_36fe30071c996ed3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SSQ_DECREMENT_COUNT": 256,
        "SSQ_LOST": 16384,
        "SSQ_MANY": 512,
        "SSQ_MASK": 65280,
        "SSQ_NONE": 0,
        "SSQ_PRINT_SENSE": 2048,
        "SSQ_RANGE": 1024,
        "SSQ_RESCAN": 8192,
        "SSQ_UA": 4096
      }
    },
    "unnamed_3702092dfbdfa0d3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_TEE_CLR_STATS": 2,
        "NGM_TEE_GETCLR_STATS": 3,
        "NGM_TEE_GET_STATS": 1
      }
    },
    "unnamed_371b310e77295f3b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_HT_EXTPROTSPACING_20": 0,
        "HAL_HT_EXTPROTSPACING_25": 1
      }
    },
    "unnamed_378f626b5978c035": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ATH_AGGR_8K_LIMITED": 4,
        "ATH_AGGR_BAW_CLOSED": 1,
        "ATH_AGGR_DONE": 0,
        "ATH_AGGR_ERROR": 5,
        "ATH_AGGR_LEAK_CLOSED": 7,
        "ATH_AGGR_LIMITED": 2,
        "ATH_AGGR_NONAGGR": 6,
        "ATH_AGGR_SHORTPKT": 3
      }
    },
    "unnamed_37a7994b55e4a7c6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UVISOR_BULK_DT_RD": 1,
        "UVISOR_BULK_DT_WR": 0,
        "UVISOR_N_TRANSFER": 2
      }
    },
    "unnamed_37df13abd3fbb450": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_IOCTL_DDUMP_CLR_SAVED": 2,
        "OCS_IOCTL_DDUMP_GET": 0,
        "OCS_IOCTL_DDUMP_GET_SAVED": 1
      }
    },
    "unnamed_3840a1ce682fbd4a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MACCMD_DETACH": 4,
        "IEEE80211_MACCMD_FLUSH": 3,
        "IEEE80211_MACCMD_LIST": 6,
        "IEEE80211_MACCMD_POLICY": 5,
        "IEEE80211_MACCMD_POLICY_ALLOW": 1,
        "IEEE80211_MACCMD_POLICY_DENY": 2,
        "IEEE80211_MACCMD_POLICY_OPEN": 0,
        "IEEE80211_MACCMD_POLICY_RADIUS": 7
      }
    },
    "unnamed_38924878f2aeef16": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTS_TYPE_CURRENT_SETTINGS": 0,
        "CTS_TYPE_USER_SETTINGS": 1
      }
    },
    "unnamed_38bf0696bf4137a9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_TIRC_DISP_TYPE_DIRECT": 0,
        "MLX5_TIRC_DISP_TYPE_INDIRECT": 1
      }
    },
    "unnamed_38cc3a5999ad73b5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EC_LEN": 16,
        "ID_LEN": 16,
        "MACADDR_LEN": 12,
        "MAX_NPORTS": 4,
        "MD_LEN": 16,
        "PN_LEN": 16,
        "SERNUM_LEN": 24
      }
    },
    "unnamed_391947a9f31e0c24": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_PPP_CLR_LINK_STATS": 5,
        "NGM_PPP_GETCLR_LINK_STATS": 6,
        "NGM_PPP_GETCLR_LINK_STATS64": 8,
        "NGM_PPP_GET_CONFIG": 2,
        "NGM_PPP_GET_LINK_STATS": 4,
        "NGM_PPP_GET_LINK_STATS64": 7,
        "NGM_PPP_GET_MP_STATE": 3,
        "NGM_PPP_SET_CONFIG": 1
      }
    },
    "unnamed_3a0aede043908b82": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OSL_DEBUGGER_EXEC_THREAD": 4,
        "OSL_DEBUGGER_MAIN_THREAD": 3,
        "OSL_EC_BURST_HANDLER": 6,
        "OSL_EC_POLL_HANDLER": 5,
        "OSL_GLOBAL_LOCK_HANDLER": 0,
        "OSL_GPE_HANDLER": 2,
        "OSL_NOTIFY_HANDLER": 1
      }
    },
    "unnamed_3af1f3c6ffe43672": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI4_ASIC_TYPE_BE3": 1,
        "SLI4_ASIC_TYPE_CORSAIR": 4,
        "SLI4_ASIC_TYPE_LANCER": 3,
        "SLI4_ASIC_TYPE_LANCERG6": 5,
        "SLI4_ASIC_TYPE_LANCERG7": 6,
        "SLI4_ASIC_TYPE_SKYHAWK": 2
      }
    },
    "unnamed_3af3213f10ed7d93": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CQ_DB_REQ_NOT": 33554432,
        "MLX4_CQ_DB_REQ_NOT_SOL": 16777216
      }
    },
    "unnamed_3af79298c6b83a64": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AifCmdAPIReport": 3,
        "AifCmdDriverNotify": 4,
        "AifCmdEventNotify": 1,
        "AifCmdJobProgress": 2,
        "AifReqAPIJobFinish": 110,
        "AifReqAPIJobStart": 108,
        "AifReqAPIJobUpdate": 109,
        "AifReqJobList": 100,
        "AifReqJobReport": 103,
        "AifReqJobsForCtr": 101,
        "AifReqJobsForScsi": 102,
        "AifReqResumeJob": 106,
        "AifReqSendAPIReport": 107,
        "AifReqSuspendJob": 105,
        "AifReqTerminateJob": 104
      }
    },
    "unnamed_3afa7e5289539c59": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_DFS_ETSI_DOMAIN": 2,
        "HAL_DFS_FCC_DOMAIN": 1,
        "HAL_DFS_MKK4_DOMAIN": 3,
        "HAL_DFS_UNINIT_DOMAIN": 0
      }
    },
    "unnamed_3b585c026486a8fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_INLINE_ALIGN": 64,
        "MLX4_INLINE_SEG": 2147483648
      }
    },
    "unnamed_3b9fca1010f71fce": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SF_NO_PRINT": 2,
        "SF_NO_RECOVERY": 16,
        "SF_NO_RETRY": 32,
        "SF_PRINT_ALWAYS": 8,
        "SF_QUIET_IR": 4,
        "SF_RETRY_BUSY": 64,
        "SF_RETRY_UA": 1
      }
    },
    "unnamed_3baa913d72e23dd5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FEC_AUTO": 32,
        "FEC_BASER_RS": 2,
        "FEC_MODULE": 64,
        "FEC_NONE": 4,
        "FEC_RS": 1
      }
    },
    "unnamed_3bacb10ed2dcdc06": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MR_PD_QUERY_TYPE_ALL": 0,
        "MR_PD_QUERY_TYPE_EXPOSED_TO_HOST": 5,
        "MR_PD_QUERY_TYPE_MEDIA_TYPE": 3,
        "MR_PD_QUERY_TYPE_POWER_STATE": 2,
        "MR_PD_QUERY_TYPE_SPEED": 4,
        "MR_PD_QUERY_TYPE_STATE": 1
      }
    },
    "unnamed_3bad55dc253c32e3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBBF_IN_SHUTDOWN": 16,
        "XBBF_READ_ONLY": 1,
        "XBBF_RESOURCE_SHORTAGE": 4,
        "XBBF_RING_CONNECTED": 2,
        "XBBF_SHUTDOWN": 8
      }
    },
    "unnamed_3bc5f992986b19ff": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IO": 1,
        "JUNK": 0,
        "VALID": 2
      }
    },
    "unnamed_3bdef9514840e41a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_SET_VPORT_QOS_QUERY": 1,
        "MLX4_SET_VPORT_QOS_SET": 0
      }
    },
    "unnamed_3c1aa804a2a4a30b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROTO_ATA": 3,
        "PROTO_ATAPI": 4,
        "PROTO_MMCSD": 8,
        "PROTO_NVME": 7,
        "PROTO_SATAPM": 5,
        "PROTO_SCSI": 2,
        "PROTO_SEMB": 6,
        "PROTO_UNKNOWN": 0,
        "PROTO_UNSPECIFIED": 1
      }
    },
    "unnamed_3c474a52714c2a51": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FENCE_MODE_FENCE": 64,
        "MLX5_FENCE_MODE_INITIATOR_SMALL": 32,
        "MLX5_FENCE_MODE_NONE": 0,
        "MLX5_FENCE_MODE_SMALL_AND_FENCE": 128,
        "MLX5_FENCE_MODE_STRONG_ORDERING": 96
      }
    },
    "unnamed_3c8c84835fc571bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ELMTYP_ALARM": 6,
        "ELMTYP_AMMETER": 19,
        "ELMTYP_ARRAY_DEV": 23,
        "ELMTYP_COMPORT": 17,
        "ELMTYP_DEVICE": 1,
        "ELMTYP_DISPLAY": 12,
        "ELMTYP_DOORLOCK": 5,
        "ELMTYP_ENCLOSURE": 14,
        "ELMTYP_ESCC": 7,
        "ELMTYP_FAN": 3,
        "ELMTYP_INV_OP_REASON": 10,
        "ELMTYP_KEYPAD": 13,
        "ELMTYP_LANGUAGE": 16,
        "ELMTYP_LAST": 25,
        "ELMTYP_NVRAM": 9,
        "ELMTYP_POWER": 2,
        "ELMTYP_SAS_CONN": 25,
        "ELMTYP_SAS_EXP": 24,
        "ELMTYP_SCC": 8,
        "ELMTYP_SCSIXVR": 15,
        "ELMTYP_SCSI_INI": 21,
        "ELMTYP_SCSI_TGT": 20,
        "ELMTYP_SUBENC": 22,
        "ELMTYP_THERM": 4,
        "ELMTYP_UNSPECIFIED": 0,
        "ELMTYP_UPS": 11,
        "ELMTYP_VOM": 18
      }
    },
    "unnamed_3c997decd09de128": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AR9300_INTR_SYNC_ALL": 262143,
        "AR9300_INTR_SYNC_APB_TIMEOUT": 8,
        "AR9300_INTR_SYNC_DEFAULT": 147296,
        "AR9300_INTR_SYNC_DEF_NO_HOST1_PERR": 147232,
        "AR9300_INTR_SYNC_EEPROM_ILLEGAL_ACCESS": 4,
        "AR9300_INTR_SYNC_HOST1_FATAL": 32,
        "AR9300_INTR_SYNC_HOST1_PERR": 64,
        "AR9300_INTR_SYNC_LOCAL_TIMEOUT": 8192,
        "AR9300_INTR_SYNC_MAC_ASLEEP": 65536,
        "AR9300_INTR_SYNC_MAC_AWAKE": 32768,
        "AR9300_INTR_SYNC_MAC_IRQ": 2,
        "AR9300_INTR_SYNC_MAC_SLEEP_ACCESS": 131072,
        "AR9300_INTR_SYNC_PCI_MODE_CONFLICT": 16,
        "AR9300_INTR_SYNC_PM_ACCESS": 16384,
        "AR9300_INTR_SYNC_RADM_CPL_DLLP_ABORT": 512,
        "AR9300_INTR_SYNC_RADM_CPL_ECRC_ERR": 2048,
        "AR9300_INTR_SYNC_RADM_CPL_EP": 256,
        "AR9300_INTR_SYNC_RADM_CPL_TIMEOUT": 4096,
        "AR9300_INTR_SYNC_RADM_CPL_TLP_ABORT": 1024,
        "AR9300_INTR_SYNC_RTC_IRQ": 1,
        "AR9300_INTR_SYNC_SPURIOUS": 4294967295,
        "AR9300_INTR_SYNC_TRCV_FIFO_PERR": 128,
        "AR9340_INTR_SYNC_DEFAULT": 92,
        "AR9340_INTR_SYNC_HOST1_FATAL": 4,
        "AR9340_INTR_SYNC_HOST1_PERR": 8,
        "AR9340_INTR_SYNC_LOCAL_TIMEOUT": 16,
        "AR9340_INTR_SYNC_MAC_ASLEEP": 32,
        "AR9340_INTR_SYNC_MAC_IRQ": 2,
        "AR9340_INTR_SYNC_MAC_SLEEP_ACCESS": 64,
        "AR9340_INTR_SYNC_RTC_IRQ": 1,
        "AR9340_INTR_SYNC_SPURIOUS": 4294967295
      }
    },
    "unnamed_3ce18ee4a1f727c6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_VF_SMI_DISABLED": 0,
        "MLX4_VF_SMI_ENABLED": 1
      }
    },
    "unnamed_3d79c31bca997bfd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SA_QUIRK_1FM": 16,
        "SA_QUIRK_2FM": 8,
        "SA_QUIRK_FIXED": 2,
        "SA_QUIRK_NOCOMP": 1,
        "SA_QUIRK_NODREAD": 32,
        "SA_QUIRK_NONE": 0,
        "SA_QUIRK_NO_CPAGE": 128,
        "SA_QUIRK_NO_LONG_POS": 256,
        "SA_QUIRK_NO_MODESEL": 64,
        "SA_QUIRK_VARIABLE": 4
      }
    },
    "unnamed_3d80c629b4595257": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVSTAT_FREE": 3,
        "DEVSTAT_NO_DATA": 0,
        "DEVSTAT_READ": 1,
        "DEVSTAT_WRITE": 2
      }
    },
    "unnamed_3d850c8ef042f32e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCHED_CLASS_SUBCMD_CONFIG": 0,
        "SCHED_CLASS_SUBCMD_PARAMS": 1
      }
    },
    "unnamed_3d9fb26a42aa4773": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_RESET_COLD": 2,
        "HAL_RESET_POWER_ON": 0,
        "HAL_RESET_WARM": 1
      }
    },
    "unnamed_3dca553155793eeb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_IFACE_BROADCAST": 3,
        "NGM_IFACE_GET_IFINDEX": 4,
        "NGM_IFACE_GET_IFNAME": 1,
        "NGM_IFACE_POINT2POINT": 2
      }
    },
    "unnamed_3de32979382ae6a4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SET_HCA_CAP_OP_MOD_ATOMIC": 3,
        "MLX5_SET_HCA_CAP_OP_MOD_GENERAL_DEVICE": 0
      }
    },
    "unnamed_3e11e159afab09fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "L2T_STATE_FAILED": 3,
        "L2T_STATE_RESOLVING": 2,
        "L2T_STATE_STALE": 1,
        "L2T_STATE_SWITCHING": 5,
        "L2T_STATE_SYNC_WRITE": 4,
        "L2T_STATE_TLS": 6,
        "L2T_STATE_UNUSED": 7,
        "L2T_STATE_VALID": 0
      }
    },
    "unnamed_3e8c5a7a44960831": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AifCmdAPIReport": 3,
        "AifCmdDriverNotify": 4,
        "AifCmdEventNotify": 1,
        "AifCmdJobProgress": 2,
        "AifReqAPIJobFinish": 110,
        "AifReqAPIJobStart": 108,
        "AifReqAPIJobUpdate": 109,
        "AifReqEvent": 200,
        "AifReqJobList": 100,
        "AifReqJobReport": 103,
        "AifReqJobsForCtr": 101,
        "AifReqJobsForScsi": 102,
        "AifReqResumeJob": 106,
        "AifReqSendAPIReport": 107,
        "AifReqSuspendJob": 105,
        "AifReqTerminateJob": 104
      }
    },
    "unnamed_3ea008621c56be95": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XPT_ABORT": 16,
        "XPT_ACCEPT_TARGET_IO": 818,
        "XPT_ASYNC": 1807,
        "XPT_ATA_IO": 2328,
        "XPT_CALC_GEOMETRY": 23,
        "XPT_CONT_TARGET_IO": 2355,
        "XPT_DEBUG": 10,
        "XPT_DEV_ADVINFO": 14,
        "XPT_DEV_MATCH": 1033,
        "XPT_ENG_EXEC": 2337,
        "XPT_ENG_INQ": 1056,
        "XPT_EN_LUN": 48,
        "XPT_FC_DEV_QUEUED": 2304,
        "XPT_FC_QUEUED": 256,
        "XPT_FC_USER_CCB": 512,
        "XPT_FC_XPT_ONLY": 1024,
        "XPT_GDEVLIST": 3,
        "XPT_GDEV_STATS": 12,
        "XPT_GDEV_TYPE": 2,
        "XPT_GET_SIM_KNOB": 26,
        "XPT_GET_SIM_KNOB_OLD": 24,
        "XPT_GET_TRAN_SETTINGS": 21,
        "XPT_IMMEDIATE_NOTIFY": 822,
        "XPT_IMMED_NOTIFY": 820,
        "XPT_MMC_GET_TRAN_SETTINGS": 2369,
        "XPT_MMC_IO": 2333,
        "XPT_MMC_SET_TRAN_SETTINGS": 2368,
        "XPT_NOOP": 0,
        "XPT_NOTIFY_ACK": 53,
        "XPT_NOTIFY_ACKNOWLEDGE": 823,
        "XPT_NVME_ADMIN": 2335,
        "XPT_NVME_IO": 2332,
        "XPT_PATH_INQ": 4,
        "XPT_PATH_STATS": 11,
        "XPT_REL_SIMQ": 5,
        "XPT_REPROBE_LUN": 824,
        "XPT_RESET_BUS": 1041,
        "XPT_RESET_DEV": 2322,
        "XPT_SASYNC_CB": 6,
        "XPT_SCAN_BUS": 1800,
        "XPT_SCAN_LUN": 1812,
        "XPT_SCAN_TGT": 1822,
        "XPT_SCSI_IO": 2305,
        "XPT_SDEV_TYPE": 7,
        "XPT_SET_SIM_KNOB": 25,
        "XPT_SET_TRAN_SETTINGS": 22,
        "XPT_SMP_IO": 2331,
        "XPT_TARGET_IO": 2353,
        "XPT_TERM_IO": 19,
        "XPT_VUNIQUE": 128
      }
    },
    "unnamed_3ebb0a5d0e572f7f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_UPD_QP_MASK_PM_STATE": 32,
        "MLX4_UPD_QP_MASK_QOS_VPP": 34,
        "MLX4_UPD_QP_MASK_RATE_LIMIT": 35,
        "MLX4_UPD_QP_MASK_VSD": 33
      }
    },
    "unnamed_3ec0e349bb3188c2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NUM_FEXCH": 65536
      }
    },
    "unnamed_3ed36c4669374140": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TGT_STATE_IN_CAM": 3,
        "TGT_STATE_LOADED": 2,
        "TGT_STATE_LOADING": 1,
        "TGT_STATE_MOVING_DATA": 5,
        "TGT_STATE_MOVING_DATA_AND_STATUS": 6,
        "TGT_STATE_NIL": 0,
        "TGT_STATE_SENDING_STATUS": 7,
        "TGT_STATE_SETTING_UP_FOR_DATA": 4
      }
    },
    "unnamed_40151d36150b8346": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UFTDI_BULK_DT_RD": 1,
        "UFTDI_BULK_DT_WR": 0,
        "UFTDI_N_TRANSFER": 2
      }
    },
    "unnamed_4020a89979125cc5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEV_MATCH_BUS": 2,
        "DEV_MATCH_DEVICE": 1,
        "DEV_MATCH_PERIPH": 0
      }
    },
    "unnamed_4036c1df7389f373": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DEVICE_STATE_INTERNAL_ERROR": 2,
        "MLX4_DEVICE_STATE_UP": 1
      }
    },
    "unnamed_4069f11a25b88db0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WCNT": 8
      }
    },
    "unnamed_406fdd30ea893bbf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_RDF_ACTIVE": 1,
        "MPT_RDF_ANNOUNCED": 2,
        "MPT_RDF_NONE": 0,
        "MPT_RDF_QUIESCED": 32,
        "MPT_RDF_QUIESCING": 16,
        "MPT_RDF_REFERENCED": 8,
        "MPT_RDF_UP2DATE": 4
      }
    },
    "unnamed_4099e032251a1f8c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PRU_CONNECT": 0,
        "PRU_CONNECT2": 1
      }
    },
    "unnamed_40fcc4d3f5825572": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_DEFLATE_CLR_STATS": 4,
        "NGM_DEFLATE_CONFIG": 1,
        "NGM_DEFLATE_GETCLR_STATS": 5,
        "NGM_DEFLATE_GET_STATS": 3,
        "NGM_DEFLATE_RESETREQ": 2
      }
    },
    "unnamed_4115d13f04d61a13": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CMD_OP_2ERR_QP": 1287,
        "MLX5_CMD_OP_2RST_QP": 1290,
        "MLX5_CMD_OP_ACCESS_REG": 2053,
        "MLX5_CMD_OP_ACTIVATE_TRACER": 2068,
        "MLX5_CMD_OP_ADD_VXLAN_UDP_DPORT": 2087,
        "MLX5_CMD_OP_ALLOC_FLOW_COUNTER": 2361,
        "MLX5_CMD_OP_ALLOC_MODIFY_HEADER_CONTEXT": 2368,
        "MLX5_CMD_OP_ALLOC_PACKET_REFORMAT_CONTEXT": 2365,
        "MLX5_CMD_OP_ALLOC_PD": 2048,
        "MLX5_CMD_OP_ALLOC_Q_COUNTER": 1905,
        "MLX5_CMD_OP_ALLOC_TRANSPORT_DOMAIN": 2070,
        "MLX5_CMD_OP_ALLOC_UAR": 2050,
        "MLX5_CMD_OP_ALLOC_XRCD": 2062,
        "MLX5_CMD_OP_ARM_DCT_FOR_KEY_VIOLATION": 1812,
        "MLX5_CMD_OP_ARM_RQ": 1795,
        "MLX5_CMD_OP_ARM_XRC_SRQ": 1800,
        "MLX5_CMD_OP_ARM_XRQ": 1818,
        "MLX5_CMD_OP_ATTACH_TO_MCG": 2054,
        "MLX5_CMD_OP_CONFIG_INT_MODERATION": 2052,
        "MLX5_CMD_OP_CREATE_CQ": 1024,
        "MLX5_CMD_OP_CREATE_DCT": 1808,
        "MLX5_CMD_OP_CREATE_EQ": 769,
        "MLX5_CMD_OP_CREATE_FLOW_GROUP": 2355,
        "MLX5_CMD_OP_CREATE_FLOW_TABLE": 2352,
        "MLX5_CMD_OP_CREATE_GENERAL_OBJ": 2560,
        "MLX5_CMD_OP_CREATE_LAG": 2112,
        "MLX5_CMD_OP_CREATE_MKEY": 512,
        "MLX5_CMD_OP_CREATE_PSV": 1536,
        "MLX5_CMD_OP_CREATE_QOS_PARA_VPORT": 1926,
        "MLX5_CMD_OP_CREATE_QP": 1280,
        "MLX5_CMD_OP_CREATE_RMP": 2316,
        "MLX5_CMD_OP_CREATE_RQ": 2312,
        "MLX5_CMD_OP_CREATE_RQT": 2326,
        "MLX5_CMD_OP_CREATE_SCHEDULING_ELEMENT": 1922,
        "MLX5_CMD_OP_CREATE_SQ": 2308,
        "MLX5_CMD_OP_CREATE_SRQ": 1792,
        "MLX5_CMD_OP_CREATE_TIR": 2304,
        "MLX5_CMD_OP_CREATE_TIS": 2322,
        "MLX5_CMD_OP_CREATE_UCTX": 2564,
        "MLX5_CMD_OP_CREATE_UMEM": 2568,
        "MLX5_CMD_OP_CREATE_VPORT_LAG": 2116,
        "MLX5_CMD_OP_CREATE_XRC_SRQ": 1797,
        "MLX5_CMD_OP_CREATE_XRQ": 1815,
        "MLX5_CMD_OP_DEACTIVATE_TRACER": 2069,
        "MLX5_CMD_OP_DEALLOC_FLOW_COUNTER": 2362,
        "MLX5_CMD_OP_DEALLOC_MODIFY_HEADER_CONTEXT": 2369,
        "MLX5_CMD_OP_DEALLOC_PACKET_REFORMAT_CONTEXT": 2366,
        "MLX5_CMD_OP_DEALLOC_PD": 2049,
        "MLX5_CMD_OP_DEALLOC_Q_COUNTER": 1906,
        "MLX5_CMD_OP_DEALLOC_TRANSPORT_DOMAIN": 2071,
        "MLX5_CMD_OP_DEALLOC_UAR": 2051,
        "MLX5_CMD_OP_DEALLOC_XRCD": 2063,
        "MLX5_CMD_OP_DELETE_FLOW_TABLE_ENTRY": 2360,
        "MLX5_CMD_OP_DELETE_L2_TABLE_ENTRY": 2091,
        "MLX5_CMD_OP_DELETE_VXLAN_UDP_DPORT": 2088,
        "MLX5_CMD_OP_DESTROY_CQ": 1025,
        "MLX5_CMD_OP_DESTROY_DCT": 1809,
        "MLX5_CMD_OP_DESTROY_EQ": 770,
        "MLX5_CMD_OP_DESTROY_FLOW_GROUP": 2356,
        "MLX5_CMD_OP_DESTROY_FLOW_TABLE": 2353,
        "MLX5_CMD_OP_DESTROY_GENERAL_OBJ": 2563,
        "MLX5_CMD_OP_DESTROY_LAG": 2115,
        "MLX5_CMD_OP_DESTROY_MKEY": 514,
        "MLX5_CMD_OP_DESTROY_PSV": 1537,
        "MLX5_CMD_OP_DESTROY_QOS_PARA_VPORT": 1927,
        "MLX5_CMD_OP_DESTROY_QP": 1281,
        "MLX5_CMD_OP_DESTROY_RMP": 2318,
        "MLX5_CMD_OP_DESTROY_RQ": 2314,
        "MLX5_CMD_OP_DESTROY_RQT": 2328,
        "MLX5_CMD_OP_DESTROY_SCHEDULING_ELEMENT": 1923,
        "MLX5_CMD_OP_DESTROY_SQ": 2310,
        "MLX5_CMD_OP_DESTROY_SRQ": 1793,
        "MLX5_CMD_OP_DESTROY_TIR": 2306,
        "MLX5_CMD_OP_DESTROY_TIS": 2324,
        "MLX5_CMD_OP_DESTROY_UCTX": 2566,
        "MLX5_CMD_OP_DESTROY_UMEM": 2570,
        "MLX5_CMD_OP_DESTROY_VPORT_LAG": 2117,
        "MLX5_CMD_OP_DESTROY_XRC_SRQ": 1798,
        "MLX5_CMD_OP_DESTROY_XRQ": 1816,
        "MLX5_CMD_OP_DETACH_FROM_MCG": 2055,
        "MLX5_CMD_OP_DISABLE_HCA": 261,
        "MLX5_CMD_OP_DRAIN_DCT": 1810,
        "MLX5_CMD_OP_ENABLE_HCA": 260,
        "MLX5_CMD_OP_FPGA_CREATE_QP": 2400,
        "MLX5_CMD_OP_FPGA_DESTROY_QP": 2403,
        "MLX5_CMD_OP_FPGA_MODIFY_QP": 2401,
        "MLX5_CMD_OP_FPGA_QUERY_QP": 2402,
        "MLX5_CMD_OP_FPGA_QUERY_QP_COUNTERS": 2404,
        "MLX5_CMD_OP_GEN_EQE": 772,
        "MLX5_CMD_OP_GET_DROPPED_PACKET_LOG": 2058,
        "MLX5_CMD_OP_INIT2INIT_QP": 1294,
        "MLX5_CMD_OP_INIT2RTR_QP": 1283,
        "MLX5_CMD_OP_INIT_HCA": 258,
        "MLX5_CMD_OP_MAD_IFC": 1293,
        "MLX5_CMD_OP_MANAGE_PAGES": 264,
        "MLX5_CMD_OP_MODIFY_CONG_PARAMS": 2085,
        "MLX5_CMD_OP_MODIFY_CONG_STATUS": 2083,
        "MLX5_CMD_OP_MODIFY_CQ": 1027,
        "MLX5_CMD_OP_MODIFY_ESW_VPORT_CONTEXT": 1875,
        "MLX5_CMD_OP_MODIFY_FLOW_TABLE": 2364,
        "MLX5_CMD_OP_MODIFY_GENERAL_OBJ": 2561,
        "MLX5_CMD_OP_MODIFY_HCA_VPORT_CONTEXT": 1891,
        "MLX5_CMD_OP_MODIFY_LAG": 2113,
        "MLX5_CMD_OP_MODIFY_NIC_VPORT_CONTEXT": 1877,
        "MLX5_CMD_OP_MODIFY_OTHER_HCA_CAP": 271,
        "MLX5_CMD_OP_MODIFY_RMP": 2317,
        "MLX5_CMD_OP_MODIFY_RQ": 2313,
        "MLX5_CMD_OP_MODIFY_RQT": 2327,
        "MLX5_CMD_OP_MODIFY_SCHEDULING_ELEMENT": 1925,
        "MLX5_CMD_OP_MODIFY_SQ": 2309,
        "MLX5_CMD_OP_MODIFY_TIR": 2305,
        "MLX5_CMD_OP_MODIFY_TIS": 2323,
        "MLX5_CMD_OP_MODIFY_VPORT_STATE": 1873,
        "MLX5_CMD_OP_MODIFY_XRQ": 1834,
        "MLX5_CMD_OP_NOP": 2061,
        "MLX5_CMD_OP_PAGE_FAULT_RESUME": 516,
        "MLX5_CMD_OP_QUERY_ADAPTER": 257,
        "MLX5_CMD_OP_QUERY_BURST_SIZE": 2067,
        "MLX5_CMD_OP_QUERY_CONG_PARAMS": 2084,
        "MLX5_CMD_OP_QUERY_CONG_STATISTICS": 2086,
        "MLX5_CMD_OP_QUERY_CONG_STATUS": 2082,
        "MLX5_CMD_OP_QUERY_CQ": 1026,
        "MLX5_CMD_OP_QUERY_DCT": 1811,
        "MLX5_CMD_OP_QUERY_DC_CNAK_TRACE": 1814,
        "MLX5_CMD_OP_QUERY_DELAY_DROP_PARAMS": 2321,
        "MLX5_CMD_OP_QUERY_DIAGNOSTICS": 2081,
        "MLX5_CMD_OP_QUERY_DIAGNOSTIC_PARAMS": 2073,
        "MLX5_CMD_OP_QUERY_EQ": 771,
        "MLX5_CMD_OP_QUERY_ESW_VPORT_CONTEXT": 1874,
        "MLX5_CMD_OP_QUERY_FLOW_COUNTER": 2363,
        "MLX5_CMD_OP_QUERY_FLOW_GROUP": 2357,
        "MLX5_CMD_OP_QUERY_FLOW_TABLE": 2354,
        "MLX5_CMD_OP_QUERY_FLOW_TABLE_ENTRY": 2359,
        "MLX5_CMD_OP_QUERY_GENERAL_OBJ": 2562,
        "MLX5_CMD_OP_QUERY_HCA_CAP": 256,
        "MLX5_CMD_OP_QUERY_HCA_VPORT_CONTEXT": 1890,
        "MLX5_CMD_OP_QUERY_HCA_VPORT_GID": 1892,
        "MLX5_CMD_OP_QUERY_HCA_VPORT_PKEY": 1893,
        "MLX5_CMD_OP_QUERY_ISSI": 266,
        "MLX5_CMD_OP_QUERY_L2_TABLE_ENTRY": 2090,
        "MLX5_CMD_OP_QUERY_LAG": 2114,
        "MLX5_CMD_OP_QUERY_MAD_DEMUX": 2059,
        "MLX5_CMD_OP_QUERY_MKEY": 513,
        "MLX5_CMD_OP_QUERY_MODIFY_HEADER_CONTEXT": 2370,
        "MLX5_CMD_OP_QUERY_NIC_VPORT_CONTEXT": 1876,
        "MLX5_CMD_OP_QUERY_OTHER_HCA_CAP": 270,
        "MLX5_CMD_OP_QUERY_PACKET_REFORMAT_CONTEXT": 2367,
        "MLX5_CMD_OP_QUERY_PAGES": 263,
        "MLX5_CMD_OP_QUERY_QP": 1291,
        "MLX5_CMD_OP_QUERY_Q_COUNTER": 1907,
        "MLX5_CMD_OP_QUERY_RATE_LIMIT": 1921,
        "MLX5_CMD_OP_QUERY_RMP": 2319,
        "MLX5_CMD_OP_QUERY_ROCE_ADDRESS": 1888,
        "MLX5_CMD_OP_QUERY_RQ": 2315,
        "MLX5_CMD_OP_QUERY_RQT": 2329,
        "MLX5_CMD_OP_QUERY_SCHEDULING_ELEMENT": 1924,
        "MLX5_CMD_OP_QUERY_SPECIAL_CONTEXTS": 515,
        "MLX5_CMD_OP_QUERY_SQ": 2311,
        "MLX5_CMD_OP_QUERY_SRQ": 1794,
        "MLX5_CMD_OP_QUERY_TIR": 2307,
        "MLX5_CMD_OP_QUERY_TIS": 2325,
        "MLX5_CMD_OP_QUERY_VNIC_ENV": 1903,
        "MLX5_CMD_OP_QUERY_VPORT_COUNTER": 1904,
        "MLX5_CMD_OP_QUERY_VPORT_STATE": 1872,
        "MLX5_CMD_OP_QUERY_WOL_ROL": 2097,
        "MLX5_CMD_OP_QUERY_XRC_SRQ": 1799,
        "MLX5_CMD_OP_QUERY_XRQ": 1817,
        "MLX5_CMD_OP_QUERY_XRQ_DC_PARAMS_ENTRY": 1829,
        "MLX5_CMD_OP_QUERY_XRQ_ERROR_PARAMS": 1831,
        "MLX5_CMD_OP_RELEASE_XRQ_ERROR": 1833,
        "MLX5_CMD_OP_RST2INIT_QP": 1282,
        "MLX5_CMD_OP_RTR2RTS_QP": 1284,
        "MLX5_CMD_OP_RTS2RTS_QP": 1285,
        "MLX5_CMD_OP_SET_BURST_SIZE": 2066,
        "MLX5_CMD_OP_SET_DC_CNAK_TRACE": 1813,
        "MLX5_CMD_OP_SET_DELAY_DROP_PARAMS": 2320,
        "MLX5_CMD_OP_SET_DIAGNOSTICS": 2080,
        "MLX5_CMD_OP_SET_DRIVER_VERSION": 269,
        "MLX5_CMD_OP_SET_FLOW_TABLE_ENTRY": 2358,
        "MLX5_CMD_OP_SET_FLOW_TABLE_ROOT": 2351,
        "MLX5_CMD_OP_SET_HCA_CAP": 265,
        "MLX5_CMD_OP_SET_ISSI": 267,
        "MLX5_CMD_OP_SET_L2_TABLE_ENTRY": 2089,
        "MLX5_CMD_OP_SET_MAD_DEMUX": 2060,
        "MLX5_CMD_OP_SET_RATE_LIMIT": 1920,
        "MLX5_CMD_OP_SET_ROCE_ADDRESS": 1889,
        "MLX5_CMD_OP_SET_WOL_ROL": 2096,
        "MLX5_CMD_OP_SET_XRQ_DC_PARAMS_ENTRY": 1830,
        "MLX5_CMD_OP_SQD_RTS_QP": 1292,
        "MLX5_CMD_OP_SQERR2RTS_QP": 1286,
        "MLX5_CMD_OP_TEARDOWN_HCA": 259
      }
    },
    "unnamed_412035eabbdbd38d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CSTABLE": 1,
        "CUNSTABLE": 2
      }
    },
    "unnamed_4151c560ed4b2862": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XMI_MAGIC": 18898,
        "XMI_UNPLUG_IDE_DISKS": 1,
        "XMI_UNPLUG_IDE_EXCEPT_PRI_MASTER": 4,
        "XMI_UNPLUG_NICS": 2
      }
    },
    "unnamed_419e59d50be16440": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_BEACON_APPIE": 5,
        "IEEE80211_BEACON_ATH": 10,
        "IEEE80211_BEACON_CAPS": 0,
        "IEEE80211_BEACON_CFP": 6,
        "IEEE80211_BEACON_CSA": 7,
        "IEEE80211_BEACON_ERP": 3,
        "IEEE80211_BEACON_HTINFO": 4,
        "IEEE80211_BEACON_MESHCONF": 11,
        "IEEE80211_BEACON_QUIET": 12,
        "IEEE80211_BEACON_TDMA": 9,
        "IEEE80211_BEACON_TIM": 1,
        "IEEE80211_BEACON_VHTINFO": 13,
        "IEEE80211_BEACON_WME": 2
      }
    },
    "unnamed_41bb87f868a35c62": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RT_ADD": 1,
        "RT_CONSISTENT": 0,
        "RT_DELETE": 2
      }
    },
    "unnamed_420ab027018d0caf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_LMI_GET_STATUS": 1
      }
    },
    "unnamed_424152bb87700348": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NG_CAR_DOUBLE_RATE": 1,
        "NG_CAR_RED": 2,
        "NG_CAR_SHAPE": 3,
        "NG_CAR_SINGLE_RATE": 0
      }
    },
    "unnamed_42d0752aa1190f0f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PASS_IO_ABANDONED": 4,
        "PASS_IO_KERN_SEG_MALLOC": 2,
        "PASS_IO_NONE": 0,
        "PASS_IO_USER_SEG_MALLOC": 1
      }
    },
    "unnamed_42eca9b826fb21b6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_XPORT_PORT_OFFLINE": 2,
        "OCS_XPORT_PORT_ONLINE": 1,
        "OCS_XPORT_POST_NODE_EVENT": 4,
        "OCS_XPORT_SHUTDOWN": 3,
        "OCS_XPORT_WWNN_SET": 5,
        "OCS_XPORT_WWPN_SET": 6
      }
    },
    "unnamed_42eedb2a3eb76af9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_RX_QUEUE_HP": 0,
        "HAL_RX_QUEUE_LP": 1
      }
    },
    "unnamed_4305aedcd1f2ff86": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFR_DIR_IN": 0,
        "PFR_DIR_MAX": 2,
        "PFR_DIR_OUT": 1
      }
    },
    "unnamed_431cd3937072d538": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UDAV_BULK_DT_RD": 1,
        "UDAV_BULK_DT_WR": 0,
        "UDAV_INTR_DT_RD": 2,
        "UDAV_N_TRANSFER": 3
      }
    },
    "unnamed_4322254517b92d6e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DOMAIN_ETHTOOL": 8192,
        "MLX4_DOMAIN_NIC": 20480,
        "MLX4_DOMAIN_RFS": 12288,
        "MLX4_DOMAIN_UVERBS": 4096
      }
    },
    "unnamed_43b35fd5ffa9122e": {
      "size": 4,
      "base": "int",
      "constants": {
        "NM_IRQ_COMPLETED": -1,
        "NM_IRQ_PASS": 0,
        "NM_IRQ_RESCHED": -2
      }
    },
    "unnamed_43fa2994058d033a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VMXNET3_BARRIER_RD": 0,
        "VMXNET3_BARRIER_RDWR": 2,
        "VMXNET3_BARRIER_WR": 1
      }
    },
    "unnamed_43fe7d6643b67b1c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ATOMIC_REQ_MODE_BE": 0,
        "MLX5_ATOMIC_REQ_MODE_HOST_ENDIANNESS": 1
      }
    },
    "unnamed_44a47be635dcd5c8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_Q_128KB": 512,
        "DA_Q_4K": 8,
        "DA_Q_NONE": 0,
        "DA_Q_NO_6_BYTE": 2,
        "DA_Q_NO_PREVENT": 4,
        "DA_Q_NO_RC16": 16,
        "DA_Q_NO_SYNC_CACHE": 1,
        "DA_Q_NO_UNMAP": 32,
        "DA_Q_RETRY_BUSY": 64,
        "DA_Q_SMR_DM": 128,
        "DA_Q_STRICT_UNMAP": 256
      }
    },
    "unnamed_453ca19647425607": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "is_streaming": 1,
        "not_streaming": 0
      }
    },
    "unnamed_4557e422a809639a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_f_zstd1": 0,
        "ZSTD_f_zstd1_magicless": 1
      }
    },
    "unnamed_4575517d951b3732": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_BLKS_FOR_RECLAIM_PAGES": 12
      }
    },
    "unnamed_45bf572783d51db3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_39BIT_ADDRESSING": 65536,
        "AHD_64BIT_ADDRESSING": 131072,
        "AHD_ALL_INTERRUPTS": 32768,
        "AHD_BIOS_ENABLED": 16384,
        "AHD_BOOT_CHANNEL": 1,
        "AHD_CURRENT_SENSING": 262144,
        "AHD_EXTENDED_TRANS_A": 32,
        "AHD_FNONE": 0,
        "AHD_HAD_FIRST_SEL": 16777216,
        "AHD_HOSTRAID_BOARD": 67108864,
        "AHD_HP_BOARD": 1048576,
        "AHD_INITIATORROLE": 512,
        "AHD_INT50_SPEEDFLEX": 8192,
        "AHD_RESET_BUS_A": 16,
        "AHD_RESET_POLL_ACTIVE": 2097152,
        "AHD_RESOURCE_SHORTAGE": 2048,
        "AHD_RUNNING_QOUTFIFO": 8388608,
        "AHD_SCB_CONFIG_USED": 524288,
        "AHD_SEQUENCER_DEBUG": 8,
        "AHD_SHUTDOWN_RECOVERY": 33554432,
        "AHD_SPCHK_ENB_A": 128,
        "AHD_STPWLEVEL_A": 256,
        "AHD_TARGETROLE": 1024,
        "AHD_TERM_ENB_A": 64,
        "AHD_TQINFIFO_BLOCKED": 4096,
        "AHD_UPDATE_PEND_CMDS": 4194304,
        "AHD_USEDEFAULTS": 4
      }
    },
    "unnamed_45fdc8b4b675e115": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NUM_PDS": 32768
      }
    },
    "unnamed_4609934a2a9b717d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_dct_auto": 0,
        "ZSTD_dct_fullDict": 2,
        "ZSTD_dct_rawContent": 1
      }
    },
    "unnamed_4723e426975cae07": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SGE_CTXT_SIZE": 24,
        "SGE_FLBUF_SIZES": 16,
        "SGE_MAX_IQ_SIZE": 65520,
        "SGE_MAX_WR_LEN": 512,
        "SGE_NCOUNTERS": 4,
        "SGE_NDBQTIMERS": 8,
        "SGE_NTIMERS": 6
      }
    },
    "unnamed_47456635d788cb51": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MSGLOOP_IN_PROG": 0,
        "MSGLOOP_MSGCOMPLETE": 1,
        "MSGLOOP_TERMINATED": 2
      }
    },
    "unnamed_47f59e8ebaa45843": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "REG_EXT_FCC_CH_144": 5,
        "REG_EXT_FCC_DFS_HT40": 2,
        "REG_EXT_FCC_MIDBAND": 0,
        "REG_EXT_JAPAN_DFS_HT40": 4,
        "REG_EXT_JAPAN_MIDBAND": 1,
        "REG_EXT_JAPAN_NONDFS_HT40": 3
      }
    },
    "unnamed_47fb99bd43c43860": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DBGI_MODE_IDT52100": 5,
        "DBGI_MODE_MBUS": 0
      }
    },
    "unnamed_482b8135255f19a6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_VF_IMMED_VLAN_FLAG_LINK_DISABLE": 4,
        "MLX4_VF_IMMED_VLAN_FLAG_QOS": 2,
        "MLX4_VF_IMMED_VLAN_FLAG_VLAN": 1
      }
    },
    "unnamed_483c77083d96669c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WL_ANTENNATYPE_RX": 1,
        "WL_ANTENNATYPE_TX": 2
      }
    },
    "unnamed_4845e703efbdaab4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AAC_CLEAR_AIF_BIT": 4,
        "AAC_CLEAR_SYNC_BIT": 5,
        "AAC_DISABLE_INTERRUPT": 1,
        "AAC_DISABLE_MSIX": 3,
        "AAC_ENABLE_INTERRUPT": 0,
        "AAC_ENABLE_INTX": 6,
        "AAC_ENABLE_MSIX": 2
      }
    },
    "unnamed_485eeace95469a80": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_c_chainLog": 103,
        "ZSTD_c_checksumFlag": 201,
        "ZSTD_c_compressionLevel": 100,
        "ZSTD_c_contentSizeFlag": 200,
        "ZSTD_c_dictIDFlag": 202,
        "ZSTD_c_enableLongDistanceMatching": 160,
        "ZSTD_c_experimentalParam1": 500,
        "ZSTD_c_experimentalParam10": 1007,
        "ZSTD_c_experimentalParam11": 1008,
        "ZSTD_c_experimentalParam12": 1009,
        "ZSTD_c_experimentalParam13": 1010,
        "ZSTD_c_experimentalParam14": 1011,
        "ZSTD_c_experimentalParam15": 1012,
        "ZSTD_c_experimentalParam2": 10,
        "ZSTD_c_experimentalParam3": 1000,
        "ZSTD_c_experimentalParam4": 1001,
        "ZSTD_c_experimentalParam5": 1002,
        "ZSTD_c_experimentalParam6": 1003,
        "ZSTD_c_experimentalParam7": 1004,
        "ZSTD_c_experimentalParam8": 1005,
        "ZSTD_c_experimentalParam9": 1006,
        "ZSTD_c_hashLog": 102,
        "ZSTD_c_jobSize": 401,
        "ZSTD_c_ldmBucketSizeLog": 163,
        "ZSTD_c_ldmHashLog": 161,
        "ZSTD_c_ldmHashRateLog": 164,
        "ZSTD_c_ldmMinMatch": 162,
        "ZSTD_c_minMatch": 105,
        "ZSTD_c_nbWorkers": 400,
        "ZSTD_c_overlapLog": 402,
        "ZSTD_c_searchLog": 104,
        "ZSTD_c_strategy": 107,
        "ZSTD_c_targetLength": 106,
        "ZSTD_c_windowLog": 101
      }
    },
    "unnamed_487a1fa08a536a54": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTWN_RATECTL_FW": 2,
        "RTWN_RATECTL_MAX": 3,
        "RTWN_RATECTL_NET80211": 1,
        "RTWN_RATECTL_NONE": 0
      }
    },
    "unnamed_487abc3ca2681c69": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFSE_ICMP": 2,
        "PFSE_ICMP6": 3,
        "PFSE_IP": 0,
        "PFSE_IP6": 1
      }
    },
    "unnamed_4882cce5595e3405": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_PHYERR_CCK_HEADER_CRC": 26,
        "HAL_PHYERR_CCK_LENGTH_ILLEGAL": 32,
        "HAL_PHYERR_CCK_POWER_DROP": 33,
        "HAL_PHYERR_CCK_RATE_ILLEGAL": 27,
        "HAL_PHYERR_CCK_RESTART": 31,
        "HAL_PHYERR_CCK_SERVICE": 30,
        "HAL_PHYERR_CCK_TIMING": 25,
        "HAL_PHYERR_FALSE_RADAR_EXT": 24,
        "HAL_PHYERR_HT_CRC_ERROR": 34,
        "HAL_PHYERR_HT_LENGTH_ILLEGAL": 35,
        "HAL_PHYERR_HT_RATE_ILLEGAL": 36,
        "HAL_PHYERR_LENGTH": 4,
        "HAL_PHYERR_OFDM_LENGTH_ILLEGAL": 20,
        "HAL_PHYERR_OFDM_POWER_DROP": 21,
        "HAL_PHYERR_OFDM_RATE_ILLEGAL": 19,
        "HAL_PHYERR_OFDM_RESTART": 23,
        "HAL_PHYERR_OFDM_SERVICE": 22,
        "HAL_PHYERR_OFDM_SIGNAL_PARITY": 18,
        "HAL_PHYERR_OFDM_TIMING": 17,
        "HAL_PHYERR_PARITY": 2,
        "HAL_PHYERR_RADAR": 5,
        "HAL_PHYERR_RATE": 3,
        "HAL_PHYERR_SERVICE": 6,
        "HAL_PHYERR_SPECTRAL": 38,
        "HAL_PHYERR_TIMING": 1,
        "HAL_PHYERR_TOR": 7,
        "HAL_PHYERR_UNDERRUN": 0
      }
    },
    "unnamed_48c0cde7bef9aa78": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CLUSTER_NULL_EVENT": 0,
        "CLUSTER_PARTNER_NAME_EVENT": 1,
        "CLUSTER_PARTNER_NULL_NAME_EVENT": 2
      }
    },
    "unnamed_4992d5c47eddaac7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_ELS_ROLE_ORIGINATOR": 0,
        "OCS_ELS_ROLE_RESPONDER": 1
      }
    },
    "unnamed_4996f0646c5e9f19": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HUF_repeat_check": 1,
        "HUF_repeat_none": 0,
        "HUF_repeat_valid": 2
      }
    },
    "unnamed_49fd62151cb5ec3f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_RFGAIN_INACTIVE": 0,
        "HAL_RFGAIN_NEED_CHANGE": 2,
        "HAL_RFGAIN_READ_REQUESTED": 1
      }
    },
    "unnamed_4a1615839834ab3b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BD_PARAM_ALIGNMENT": 2,
        "BD_PARAM_BOUNDARY": 3,
        "BD_PARAM_FLAGS": 9,
        "BD_PARAM_HIGHADDR": 5,
        "BD_PARAM_INVALID": 0,
        "BD_PARAM_LOCKFUNC": 10,
        "BD_PARAM_LOCKFUNCARG": 11,
        "BD_PARAM_LOWADDR": 4,
        "BD_PARAM_MAXSEGSIZE": 8,
        "BD_PARAM_MAXSIZE": 6,
        "BD_PARAM_NAME": 12,
        "BD_PARAM_NSEGMENTS": 7,
        "BD_PARAM_PARENT": 1
      }
    },
    "unnamed_4a17ad2ac38a2599": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_CAP_11D": 28,
        "HAL_CAP_4ADDR_AGGR": 43,
        "HAL_CAP_ANT_DIV_COMB": 105,
        "HAL_CAP_AUTO_SLEEP": 48,
        "HAL_CAP_BB_DFS_HANG": 54,
        "HAL_CAP_BB_HANG": 235,
        "HAL_CAP_BB_PANIC_WATCHDOG": 92,
        "HAL_CAP_BB_READ_WAR": 244,
        "HAL_CAP_BB_RIFS_HANG": 52,
        "HAL_CAP_BB_RX_CLEAR_STUCK_HANG": 68,
        "HAL_CAP_BSSIDMASK": 18,
        "HAL_CAP_BSSIDMATCH": 238,
        "HAL_CAP_BT_COEX": 60,
        "HAL_CAP_BURST": 13,
        "HAL_CAP_CHANNEL_SWITCH_TIME_USEC": 109,
        "HAL_CAP_CIPHER": 1,
        "HAL_CAP_COMBINED_RADAR_RSSI": 46,
        "HAL_CAP_COMPRESSION": 12,
        "HAL_CAP_CRDC": 122,
        "HAL_CAP_CST": 38,
        "HAL_CAP_DFS_DMN": 44,
        "HAL_CAP_DIAG": 11,
        "HAL_CAP_DIVERSITY": 5,
        "HAL_CAP_DO_MYBEACON": 248,
        "HAL_CAP_DS": 67,
        "HAL_CAP_DYNAMIC_SMPS": 61,
        "HAL_CAP_ENABLE_APM": 110,
        "HAL_CAP_ENFORCE_TXOP": 246,
        "HAL_CAP_ENHANCED_DFS_SUPPORT": 117,
        "HAL_CAP_ENHANCED_DMA_SUPPORT": 75,
        "HAL_CAP_ENTERPRISE_MODE": 107,
        "HAL_CAP_EXT_CHAN_DFS": 45,
        "HAL_CAP_FASTFRAME": 14,
        "HAL_CAP_FAST_CC": 32,
        "HAL_CAP_FORCE_PPM": 41,
        "HAL_CAP_GTXTO": 31,
        "HAL_CAP_HT": 30,
        "HAL_CAP_HT20_SGI": 96,
        "HAL_CAP_INTMIT": 229,
        "HAL_CAP_INTRMASK": 237,
        "HAL_CAP_KEYCACHE_SIZE": 6,
        "HAL_CAP_LDPC": 99,
        "HAL_CAP_LDPCWAR": 108,
        "HAL_CAP_MAC_HANG": 69,
        "HAL_CAP_MBSSID_AGGR_SUPPORT": 49,
        "HAL_CAP_MCAST_KEYSRCH": 19,
        "HAL_CAP_MCI": 118,
        "HAL_CAP_MFP": 70,
        "HAL_CAP_NUM_GPIO_PINS": 36,
        "HAL_CAP_NUM_MR_RETRIES": 82,
        "HAL_CAP_NUM_TXMAPS": 76,
        "HAL_CAP_NUM_TXQUEUES": 7,
        "HAL_CAP_OL_PWRCTRL": 84,
        "HAL_CAP_PCIE_LCR_EXTSYNC_EN": 111,
        "HAL_CAP_PCIE_LCR_OFFSET": 112,
        "HAL_CAP_PCIE_PS": 29,
        "HAL_CAP_PHYCOUNTERS": 4,
        "HAL_CAP_PHYDIAG": 17,
        "HAL_CAP_PHYRESTART_CLR_WAR": 106,
        "HAL_CAP_PSPOLL": 10,
        "HAL_CAP_REG_DMN": 0,
        "HAL_CAP_REG_FLAG": 51,
        "HAL_CAP_RFSILENT": 25,
        "HAL_CAP_RIFS_RX": 39,
        "HAL_CAP_RIFS_RX_ENABLED": 53,
        "HAL_CAP_RIFS_TX": 40,
        "HAL_CAP_RTS_AGGR_LIMIT": 42,
        "HAL_CAP_RXBUFSIZE": 81,
        "HAL_CAP_RXDESC_SELFLINK": 242,
        "HAL_CAP_RXFIFODEPTH": 80,
        "HAL_CAP_RXORN_FATAL": 230,
        "HAL_CAP_RXSTATUSLEN": 79,
        "HAL_CAP_RXTSTAMP_PREC": 100,
        "HAL_CAP_RX_CHAINMASK": 34,
        "HAL_CAP_RX_LNA_MIXING": 247,
        "HAL_CAP_RX_STBC": 58,
        "HAL_CAP_SERIALISE_WAR": 245,
        "HAL_CAP_SMARTANTENNA": 119,
        "HAL_CAP_SPECTRAL_SCAN": 90,
        "HAL_CAP_SPLIT_4KB_TRANS": 50,
        "HAL_CAP_STREAMS": 239,
        "HAL_CAP_TKIP_MIC": 2,
        "HAL_CAP_TKIP_SPLIT": 3,
        "HAL_CAP_TOA_LOCATIONING": 249,
        "HAL_CAP_TPC": 16,
        "HAL_CAP_TPC_ACK": 26,
        "HAL_CAP_TPC_CTS": 27,
        "HAL_CAP_TRAFFIC_FAST_RECOVER": 120,
        "HAL_CAP_TS": 72,
        "HAL_CAP_TSF_ADJUST": 20,
        "HAL_CAP_TXDESCLEN": 77,
        "HAL_CAP_TXPOW": 15,
        "HAL_CAP_TXSTATUSLEN": 78,
        "HAL_CAP_TXTSTAMP_PREC": 250,
        "HAL_CAP_TX_CHAINMASK": 33,
        "HAL_CAP_TX_DIVERSITY": 121,
        "HAL_CAP_TX_STBC": 59,
        "HAL_CAP_VEOL": 9,
        "HAL_CAP_WME_TKIPMIC": 22
      }
    },
    "unnamed_4a53cc5c86bbbf8e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "zop_dynamic": 0,
        "zop_predef": 1
      }
    },
    "unnamed_4a6583d48ebd3375": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BOOT_COLD": 0,
        "BOOT_KVA": 1,
        "BOOT_PCPU": 2,
        "BOOT_RUNNING": 3,
        "BOOT_SHUTDOWN": 4
      }
    },
    "unnamed_4a913e369f75e373": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTN_ANYCAST": 4,
        "RTN_BLACKHOLE": 6,
        "RTN_BROADCAST": 3,
        "RTN_LOCAL": 2,
        "RTN_MULTICAST": 5,
        "RTN_NAT": 10,
        "RTN_PROHIBIT": 8,
        "RTN_THROW": 9,
        "RTN_UNICAST": 1,
        "RTN_UNREACHABLE": 7,
        "RTN_UNSPEC": 0,
        "RTN_XRESOLVE": 11,
        "__RTN_MAX": 12
      }
    },
    "unnamed_4ac7f263f7ae60f8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AR9300_DEF_MODE": 0,
        "AR9300_STBC_MODE": 2,
        "AR9300_TXBF_MODE": 1
      }
    },
    "unnamed_4af8a3d9219a1a45": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_TOPOLOGY_AUTO": 0,
        "OCS_HW_TOPOLOGY_LOOP": 2,
        "OCS_HW_TOPOLOGY_MAX": 4,
        "OCS_HW_TOPOLOGY_NONE": 3,
        "OCS_HW_TOPOLOGY_NPORT": 1
      }
    },
    "unnamed_4afcdc447e1e90e7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BUS_DMA_LOCK": 1,
        "BUS_DMA_UNLOCK": 2
      }
    },
    "unnamed_4b68a61662fb5934": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_BPF_CLR_STATS": 4,
        "NGM_BPF_GETCLR_STATS": 5,
        "NGM_BPF_GET_PROGRAM": 2,
        "NGM_BPF_GET_STATS": 3,
        "NGM_BPF_SET_PROGRAM": 1
      }
    },
    "unnamed_4b82b56dc73d9ec8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BXE_FCOE_QUERY_IDX": 2,
        "BXE_FIRST_QUEUE_QUERY_IDX": 3,
        "BXE_PF_QUERY_IDX": 1,
        "BXE_PORT_QUERY_IDX": 0
      }
    },
    "unnamed_4bc135f012be5d1a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CQE_OPCODE_ERROR": 30,
        "MLX5_CQE_OPCODE_RESIZE": 22,
        "MLX5_OPCODE_ATOMIC_CS": 17,
        "MLX5_OPCODE_ATOMIC_FA": 18,
        "MLX5_OPCODE_ATOMIC_MASKED_CS": 20,
        "MLX5_OPCODE_ATOMIC_MASKED_FA": 21,
        "MLX5_OPCODE_BIND_MW": 24,
        "MLX5_OPCODE_CHECK_PSV": 34,
        "MLX5_OPCODE_CONFIG_CMD": 31,
        "MLX5_OPCODE_DUMP": 35,
        "MLX5_OPCODE_GET_PSV": 33,
        "MLX5_OPCODE_LSO": 14,
        "MLX5_OPCODE_NOP": 0,
        "MLX5_OPCODE_QOS_REMAP": 42,
        "MLX5_OPCODE_RCHECK_PSV": 39,
        "MLX5_OPCODE_RDMA_READ": 16,
        "MLX5_OPCODE_RDMA_WRITE": 8,
        "MLX5_OPCODE_RDMA_WRITE_IMM": 9,
        "MLX5_OPCODE_RGET_PSV": 38,
        "MLX5_OPCODE_SEND": 10,
        "MLX5_OPCODE_SEND_IMM": 11,
        "MLX5_OPCODE_SEND_INVAL": 1,
        "MLX5_OPCODE_SET_PSV": 32,
        "MLX5_OPCODE_SIGNATURE_CANCELED": 32768,
        "MLX5_OPCODE_UMR": 37,
        "MLX5_RECV_OPCODE_RDMA_WRITE_IMM": 0,
        "MLX5_RECV_OPCODE_SEND": 1,
        "MLX5_RECV_OPCODE_SEND_IMM": 2,
        "MLX5_RECV_OPCODE_SEND_INVAL": 3
      }
    },
    "unnamed_4be62604227dcc0b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_BCAST": 8,
        "OCS_HW_BLS_ACC": 5,
        "OCS_HW_BLS_ACC_SID": 6,
        "OCS_HW_BLS_RJT": 7,
        "OCS_HW_ELS_REQ": 0,
        "OCS_HW_ELS_RSP": 1,
        "OCS_HW_ELS_RSP_SID": 2,
        "OCS_HW_FC_CT": 3,
        "OCS_HW_FC_CT_RSP": 4,
        "OCS_HW_IO_DNRX_REQUEUE": 15,
        "OCS_HW_IO_INITIATOR_NODATA": 14,
        "OCS_HW_IO_INITIATOR_READ": 12,
        "OCS_HW_IO_INITIATOR_WRITE": 13,
        "OCS_HW_IO_MAX": 16,
        "OCS_HW_IO_TARGET_READ": 9,
        "OCS_HW_IO_TARGET_RSP": 11,
        "OCS_HW_IO_TARGET_WRITE": 10
      }
    },
    "unnamed_4c5cc5649ffc7313": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_SCAN_FAIL_STATUS": 2,
        "IEEE80211_SCAN_FAIL_TIMEOUT": 1
      }
    },
    "unnamed_4c5de0325567f989": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_NEG_ALWAYS": 2,
        "AHD_NEG_IF_NON_ASYNC": 1,
        "AHD_NEG_TO_GOAL": 0
      }
    },
    "unnamed_4cce13a1f5525721": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ULD_IWARP": 2,
        "ULD_TOM": 1
      }
    },
    "unnamed_4cd0bf2a8ff80551": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RFGAIN_INACTIVE": 0,
        "RFGAIN_NEED_CHANGE": 2,
        "RFGAIN_READ_REQUESTED": 1
      }
    },
    "unnamed_4cd2b5c3fbaa823e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_IN": 1,
        "PF_INOUT": 0,
        "PF_OUT": 2
      }
    },
    "unnamed_4cdbbe766777d0b5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_PORT_ALLOC_FAIL": 1,
        "OCS_HW_PORT_ALLOC_OK": 0,
        "OCS_HW_PORT_ATTACH_FAIL": 3,
        "OCS_HW_PORT_ATTACH_OK": 2,
        "OCS_HW_PORT_FREE_FAIL": 5,
        "OCS_HW_PORT_FREE_OK": 4
      }
    },
    "unnamed_4cfc676d62ff7b5f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_QUERY_FUNC_FLAGS_A0_RES_QP": 2,
        "MLX4_QUERY_FUNC_FLAGS_BF_RES_QP": 1
      }
    },
    "unnamed_4cfca8bed1a5dc24": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FS_DEFAULT_FLOW_TAG": 16777215,
        "MLX5_FS_ETH_FLOW_TAG": 16777214,
        "MLX5_FS_SNIFFER_FLOW_TAG": 16777213
      }
    },
    "unnamed_4d153e7122675a8f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CMD_MAD_DEMUX_CONFIG": 0,
        "MLX4_CMD_MAD_DEMUX_QUERY_RESTR": 2,
        "MLX4_CMD_MAD_DEMUX_QUERY_STATE": 1
      }
    },
    "unnamed_4d283c4313fe4077": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_TLS_RX_PROGRESS_PARAMS_AUTH_STATE_AUTHENTICATION": 2,
        "MLX5E_TLS_RX_PROGRESS_PARAMS_AUTH_STATE_NO_OFFLOAD": 0,
        "MLX5E_TLS_RX_PROGRESS_PARAMS_AUTH_STATE_OFFLOAD": 1
      }
    },
    "unnamed_4d34e892a414dc3f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLIB_INTR_ADMIN": 3,
        "IFLIB_INTR_IOV": 4,
        "IFLIB_INTR_RX": 0,
        "IFLIB_INTR_RXTX": 2,
        "IFLIB_INTR_TX": 1
      }
    },
    "unnamed_4d4982688f68dfd8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ADAPTER_PAGE_SHIFT": 12,
        "MLX5_ADAPTER_PAGE_SIZE": 4096
      }
    },
    "unnamed_4d99ae46cb858960": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LINUX_NOTIFY_TAGS": 7,
        "NETDEV_CHANGE": 0,
        "NETDEV_CHANGEADDR": 5,
        "NETDEV_CHANGEIFADDR": 6,
        "NETDEV_DOWN": 2,
        "NETDEV_REGISTER": 3,
        "NETDEV_UNREGISTER": 4,
        "NETDEV_UP": 1
      }
    },
    "unnamed_4dcab66b5e07bfb0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EEP_ANTDIV_control": 32,
        "EEP_CHAIN_MASK_REDUCE": 33,
        "EEP_DAC_HPWR_5G": 22,
        "EEP_DB_2": 13,
        "EEP_DB_5": 11,
        "EEP_DEV_TYPE": 24,
        "EEP_DRIVE_STRENGTH": 28,
        "EEP_FRAC_N_5G": 23,
        "EEP_FSTCLK_5G": 17,
        "EEP_INTERNAL_REGULATOR": 29,
        "EEP_MAC_LSW": 4,
        "EEP_MAC_MID": 3,
        "EEP_MAC_MSW": 2,
        "EEP_MINOR_REV": 14,
        "EEP_NFTHRESH_2": 1,
        "EEP_NFTHRESH_5": 0,
        "EEP_OB_2": 12,
        "EEP_OB_5": 10,
        "EEP_OL_PWRCTRL": 19,
        "EEP_OP_CAP": 7,
        "EEP_OP_MODE": 8,
        "EEP_PAPRD_ENABLED": 31,
        "EEP_PWR_TABLE_OFFSET": 27,
        "EEP_RC_CHAIN_MASK": 21,
        "EEP_REG_0": 5,
        "EEP_REG_1": 6,
        "EEP_RF_SILENT": 9,
        "EEP_RXGAIN_TYPE": 18,
        "EEP_RX_MASK": 16,
        "EEP_SWREG": 30,
        "EEP_TEMPSENSE_SLOPE": 25,
        "EEP_TEMPSENSE_SLOPE_PAL_ON": 26,
        "EEP_TXGAIN_TYPE": 20,
        "EEP_TX_MASK": 15
      }
    },
    "unnamed_4de306ae7932a578": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_GEN_EVENT_SUBTYPE_DELAY_DROP_TIMEOUT": 1,
        "MLX5_GEN_EVENT_SUBTYPE_PCI_POWER_CHANGE_EVENT": 5
      }
    },
    "unnamed_4e7a952bb33fd438": {
      "size": 4,
      "base": "int",
      "constants": {
        "MFI_EVT_CLASS_CRITICAL": 2,
        "MFI_EVT_CLASS_DEAD": 4,
        "MFI_EVT_CLASS_DEBUG": -2,
        "MFI_EVT_CLASS_FATAL": 3,
        "MFI_EVT_CLASS_INFO": 0,
        "MFI_EVT_CLASS_PROGRESS": -1,
        "MFI_EVT_CLASS_WARNING": 1
      }
    },
    "unnamed_4ea468eb54c83248": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FEEDVOLUME_BYPASS": 4,
        "FEEDVOLUME_CHANNELS": 1,
        "FEEDVOLUME_CLASS": 0,
        "FEEDVOLUME_ENABLE": 3,
        "FEEDVOLUME_STATE": 2
      }
    },
    "unnamed_4ec3837cacead306": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ULP_TX_SC_DSGL": 130,
        "ULP_TX_SC_IMM": 129,
        "ULP_TX_SC_ISGL": 131,
        "ULP_TX_SC_MEMRD": 134,
        "ULP_TX_SC_NOOP": 128,
        "ULP_TX_SC_PICTRL": 132
      }
    },
    "unnamed_4ed28764e4176756": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_NODE_ATTACH_FAIL": 1,
        "OCS_HW_NODE_ATTACH_OK": 0,
        "OCS_HW_NODE_FREE_ALL_FAIL": 5,
        "OCS_HW_NODE_FREE_ALL_OK": 4,
        "OCS_HW_NODE_FREE_FAIL": 3,
        "OCS_HW_NODE_FREE_OK": 2
      }
    },
    "unnamed_4ee0b970dc4713c2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_TLS_RX_PROGRESS_PARAMS_RECORD_TRACKER_STATE_SEARCHING": 2,
        "MLX5E_TLS_RX_PROGRESS_PARAMS_RECORD_TRACKER_STATE_START": 0,
        "MLX5E_TLS_RX_PROGRESS_PARAMS_RECORD_TRACKER_STATE_TRACKING": 1
      }
    },
    "unnamed_4f4c44e5fa7f08a1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SO_RCV": 0,
        "SO_SND": 1
      }
    },
    "unnamed_4fcb2306942a6b7a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MODIFY_ESW_VPORT_CONTEXT_CVLAN_INSERT_IF_NO_VLAN": 1,
        "MLX5_MODIFY_ESW_VPORT_CONTEXT_CVLAN_INSERT_NONE": 0,
        "MLX5_MODIFY_ESW_VPORT_CONTEXT_CVLAN_INSERT_OVERWRITE": 2
      }
    },
    "unnamed_4fce4bfaa35187f3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TI_SWAP_HTON": 0,
        "TI_SWAP_NTOH": 1
      }
    },
    "unnamed_4fd3a357425405ac": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHC_AUTOFLUSH_BUG": 2,
        "AHC_BUGNONE": 0,
        "AHC_CACHETHEN_BUG": 4,
        "AHC_CACHETHEN_DIS_BUG": 8,
        "AHC_PCI_2_1_RETRY_BUG": 16,
        "AHC_PCI_MWI_BUG": 32,
        "AHC_SCBCHAN_UPLOAD_BUG": 64,
        "AHC_TMODE_WIDEODD_BUG": 1
      }
    },
    "unnamed_4fe6fc44feb78980": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_AIC7901A_FE": 0,
        "AHD_AIC7901_FE": 0,
        "AHD_AIC7902_FE": 256,
        "AHD_FAST_CDB_DELIVERY": 131072,
        "AHD_FENONE": 0,
        "AHD_MULTIROLE": 8192,
        "AHD_MULTI_FUNC": 256,
        "AHD_NEW_DFCNTRL_OPTS": 65536,
        "AHD_NEW_IOCELL_OPTS": 32768,
        "AHD_REMOVABLE": 0,
        "AHD_RTI": 16384,
        "AHD_TARGETMODE": 4096,
        "AHD_WIDE": 1
      }
    },
    "unnamed_504ef2bc8fe3ef40": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IHPTS_MOVING": 2,
        "IHPTS_NONE": 0,
        "IHPTS_ONQUEUE": 1
      }
    },
    "unnamed_5061e003b19743dc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NET_DIM_ON_EDGE": 2,
        "NET_DIM_STEPPED": 0,
        "NET_DIM_TOO_TIRED": 1
      }
    },
    "unnamed_5082ae90ee5a4d8f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_HELLO_CMD_STAGE_OS": 0,
        "FW_HELLO_CMD_STAGE_POSTOS": 3,
        "FW_HELLO_CMD_STAGE_PREOS0": 1,
        "FW_HELLO_CMD_STAGE_PREOS1": 2
      }
    },
    "unnamed_5087997a8ba2347e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_CHANGE_ADD_AFTER": 4,
        "PF_CHANGE_ADD_BEFORE": 3,
        "PF_CHANGE_ADD_HEAD": 1,
        "PF_CHANGE_ADD_TAIL": 2,
        "PF_CHANGE_GET_TICKET": 6,
        "PF_CHANGE_NONE": 0,
        "PF_CHANGE_REMOVE": 5
      }
    },
    "unnamed_50c7df27ea73bea0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HID_QUIRK_MAX": 16,
        "HQ_HAS_KBD_BOOTPROTO": 2,
        "HQ_HAS_MS_BOOTPROTO": 3,
        "HQ_HID_IGNORE": 7,
        "HQ_IICHID_SAMPLING": 6,
        "HQ_IS_XBOX360GP": 4,
        "HQ_KBD_BOOTPROTO": 8,
        "HQ_MATCH_VENDOR_ONLY": 1,
        "HQ_MS_BAD_CLASS": 10,
        "HQ_MS_BOOTPROTO": 9,
        "HQ_MS_LEADING_BYTE": 11,
        "HQ_MS_REVZ": 12,
        "HQ_MS_VENDOR_BTN": 13,
        "HQ_MT_TIMESTAMP": 15,
        "HQ_NONE": 0,
        "HQ_NOWRITE": 5,
        "HQ_SPUR_BUT_UP": 14
      }
    },
    "unnamed_50f6593edb5ff440": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DISK_INIT_CREATE": 1,
        "DISK_INIT_DONE": 3,
        "DISK_INIT_NONE": 0,
        "DISK_INIT_START": 2
      }
    },
    "unnamed_514efd37f61ab1bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NHAF_AIF": 6,
        "NHAF_FAMILY": 4,
        "NHAF_KGOUPS": 2,
        "NHAF_KID": 5,
        "NHAF_KNHOPS": 1,
        "NHAF_TABLE": 3,
        "NHAF_UNSPEC": 0
      }
    },
    "unnamed_517d7227fa93f3bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_FUNC_CAP_64B_EQE_CQE": 1,
        "MLX4_FUNC_CAP_DMFS_A0_STATIC": 4,
        "MLX4_FUNC_CAP_EQE_CQE_STRIDE": 2
      }
    },
    "unnamed_518427cbf8c52ada": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CNTXT_TYPE_CQ": 3,
        "CNTXT_TYPE_EGRESS": 0,
        "CNTXT_TYPE_FL": 1,
        "CNTXT_TYPE_RSP": 2
      }
    },
    "unnamed_51e78035d5c86af1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CQE_TLS_OFFLOAD_DECRYPTED": 1,
        "CQE_TLS_OFFLOAD_ERROR": 3,
        "CQE_TLS_OFFLOAD_NOT_DECRYPTED": 0,
        "CQE_TLS_OFFLOAD_RESYNC": 2
      }
    },
    "unnamed_5246bcc2c5ee644f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "pfstype_dir": 2,
        "pfstype_file": 5,
        "pfstype_none": 0,
        "pfstype_parent": 4,
        "pfstype_procdir": 7,
        "pfstype_root": 1,
        "pfstype_symlink": 6,
        "pfstype_this": 3
      }
    },
    "unnamed_526b78b03903f029": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DUMP_ETH_STATS_FLOW_CONTROL": 4096
      }
    },
    "unnamed_52a7d4c1a0937d05": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AifJobStsAborted": 3,
        "AifJobStsFailed": 4,
        "AifJobStsFinished": 2,
        "AifJobStsLastReportMarker": 100,
        "AifJobStsRunning": 102,
        "AifJobStsSuccess": 1,
        "AifJobStsSuspended": 101
      }
    },
    "unnamed_52c71a3a11527343": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_PKT_TYPE_AMPDU": 7,
        "HAL_PKT_TYPE_ATIM": 1,
        "HAL_PKT_TYPE_BEACON": 3,
        "HAL_PKT_TYPE_CHIRP": 5,
        "HAL_PKT_TYPE_GRP_POLL": 6,
        "HAL_PKT_TYPE_NORMAL": 0,
        "HAL_PKT_TYPE_PROBE_RESP": 4,
        "HAL_PKT_TYPE_PSPOLL": 2
      }
    },
    "unnamed_52c9c58b4e6f71c1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AifJobApiFormatFAT": 301,
        "AifJobApiFormatFAT32": 303,
        "AifJobApiFormatNTFS": 300,
        "AifJobApiMax": 399,
        "AifJobApiUpdateSnapshot": 302,
        "AifJobCtlContinuousCtrVerify": 400,
        "AifJobCtlMax": 499,
        "AifJobCtrCompactRaid5D": 113,
        "AifJobCtrCopy": 102,
        "AifJobCtrCopyback": 112,
        "AifJobCtrCrazyCache": 111,
        "AifJobCtrCreateMirror": 103,
        "AifJobCtrExpandRaid5D": 114,
        "AifJobCtrMax": 199,
        "AifJobCtrMergeMirror": 104,
        "AifJobCtrMin": 100,
        "AifJobCtrMorph": 108,
        "AifJobCtrPartCopy": 109,
        "AifJobCtrRebuildMirror": 110,
        "AifJobCtrRebuildRaid5": 106,
        "AifJobCtrRebuildRaid6": 115,
        "AifJobCtrSSBackup": 117,
        "AifJobCtrScrubMirror": 105,
        "AifJobCtrScrubRaid5": 107,
        "AifJobCtrScrubRaid6": 116,
        "AifJobCtrZero": 101,
        "AifJobFsCreate": 201,
        "AifJobFsExtend": 203,
        "AifJobFsMax": 299,
        "AifJobFsMin": 200,
        "AifJobFsVerify": 202,
        "AifJobScsiExercise": 4,
        "AifJobScsiMax": 99,
        "AifJobScsiMin": 1,
        "AifJobScsiVerify": 3,
        "AifJobScsiVerifyRepair": 5,
        "AifJobScsiWritePattern": 6,
        "AifJobScsiZero": 2
      }
    },
    "unnamed_52d9226982972e37": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ALLOCATE_VPP_ALLOCATE": 0,
        "MLX4_ALLOCATE_VPP_QUERY": 1
      }
    },
    "unnamed_535693b973cefc37": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCAST_DEFAULT": 2,
        "MCAST_DIRECT": 1,
        "MCAST_DIRECT_ONLY": 0
      }
    },
    "unnamed_5380eea868d6cb3a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_REASON_4WAY_HANDSHAKE_TIMEOUT": 15,
        "IEEE80211_REASON_802_1X_AUTH_FAILED": 23,
        "IEEE80211_REASON_AKMP_INVALID": 20,
        "IEEE80211_REASON_ASSOC_EXPIRE": 4,
        "IEEE80211_REASON_ASSOC_LEAVE": 8,
        "IEEE80211_REASON_ASSOC_NOT_AUTHED": 9,
        "IEEE80211_REASON_ASSOC_TOOMANY": 5,
        "IEEE80211_REASON_AUTH_EXPIRE": 2,
        "IEEE80211_REASON_AUTH_LEAVE": 3,
        "IEEE80211_REASON_BAD_MECHANISM": 37,
        "IEEE80211_REASON_CIPHER_SUITE_REJECTED": 24,
        "IEEE80211_REASON_DISASSOC_PWRCAP_BAD": 10,
        "IEEE80211_REASON_DISASSOC_SUPCHAN_BAD": 11,
        "IEEE80211_REASON_GROUP_CIPHER_INVALID": 18,
        "IEEE80211_REASON_GROUP_KEY_UPDATE_TIMEOUT": 16,
        "IEEE80211_REASON_IE_INVALID": 13,
        "IEEE80211_REASON_IE_IN_4WAY_DIFFERS": 17,
        "IEEE80211_REASON_INSUFFICIENT_BW": 33,
        "IEEE80211_REASON_INVALID_RSN_IE_CAP": 22,
        "IEEE80211_REASON_LEAVING_QBSS": 36,
        "IEEE80211_REASON_MESH_CHAN_SWITCH_REG": 65,
        "IEEE80211_REASON_MESH_CHAN_SWITCH_UNSPEC": 66,
        "IEEE80211_REASON_MESH_CLOSE_RCVD": 55,
        "IEEE80211_REASON_MESH_CONFIRM_TIMEOUT": 57,
        "IEEE80211_REASON_MESH_CPVIOLATION": 54,
        "IEEE80211_REASON_MESH_INCONS_PARAMS": 59,
        "IEEE80211_REASON_MESH_INVALID_GTK": 58,
        "IEEE80211_REASON_MESH_INVALID_SECURITY": 60,
        "IEEE80211_REASON_MESH_MAC_ALRDY_EXISTS_MBSS": 64,
        "IEEE80211_REASON_MESH_MAX_PEERS": 53,
        "IEEE80211_REASON_MESH_MAX_RETRIES": 56,
        "IEEE80211_REASON_MESH_PERR_DEST_UNREACH": 63,
        "IEEE80211_REASON_MESH_PERR_NO_FI": 62,
        "IEEE80211_REASON_MESH_PERR_NO_PROXY": 61,
        "IEEE80211_REASON_MIC_FAILURE": 14,
        "IEEE80211_REASON_NOT_ASSOCED": 7,
        "IEEE80211_REASON_NOT_AUTHED": 6,
        "IEEE80211_REASON_OUTSIDE_TXOP": 35,
        "IEEE80211_REASON_PAIRWISE_CIPHER_INVALID": 19,
        "IEEE80211_REASON_PEER_LINK_CANCELED": 52,
        "IEEE80211_REASON_SETUP_NEEDED": 38,
        "IEEE80211_REASON_TIMEOUT": 39,
        "IEEE80211_REASON_TOOMANY_FRAMES": 34,
        "IEEE80211_REASON_UNSPECIFIED": 1,
        "IEEE80211_REASON_UNSPECIFIED_QOS": 32,
        "IEEE80211_REASON_UNSUPP_RSN_IE_VERSION": 21,
        "IEEE80211_STATUS_AKMP_INVALID": 43,
        "IEEE80211_STATUS_ALG": 13,
        "IEEE80211_STATUS_BASIC_RATE": 18,
        "IEEE80211_STATUS_CAPINFO": 10,
        "IEEE80211_STATUS_CA_REQUIRED": 21,
        "IEEE80211_STATUS_CHALLENGE": 15,
        "IEEE80211_STATUS_CIPHER_SUITE_REJECTED": 46,
        "IEEE80211_STATUS_DSSSOFDM_REQUIRED": 26,
        "IEEE80211_STATUS_GROUP_CIPHER_INVALID": 41,
        "IEEE80211_STATUS_INVALID_IE": 40,
        "IEEE80211_STATUS_INVALID_RSN_IE_CAP": 45,
        "IEEE80211_STATUS_MISSING_HT_CAPS": 27,
        "IEEE80211_STATUS_NOT_ASSOCED": 11,
        "IEEE80211_STATUS_OTHER": 12,
        "IEEE80211_STATUS_PAIRWISE_CIPHER_INVALID": 42,
        "IEEE80211_STATUS_PBCC_REQUIRED": 20,
        "IEEE80211_STATUS_PWRCAP_REQUIRED": 23,
        "IEEE80211_STATUS_SEQUENCE": 14,
        "IEEE80211_STATUS_SHORTSLOT_REQUIRED": 25,
        "IEEE80211_STATUS_SPECMGMT_REQUIRED": 22,
        "IEEE80211_STATUS_SP_REQUIRED": 19,
        "IEEE80211_STATUS_SUCCESS": 0,
        "IEEE80211_STATUS_SUPCHAN_REQUIRED": 24,
        "IEEE80211_STATUS_TIMEOUT": 16,
        "IEEE80211_STATUS_TOOMANY": 17,
        "IEEE80211_STATUS_UNSPECIFIED": 1,
        "IEEE80211_STATUS_UNSUPP_RSN_IE_VERSION": 44
      }
    },
    "unnamed_539ac1cfda7445bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ATH_RESET_DEFAULT": 0,
        "ATH_RESET_FULL": 2,
        "ATH_RESET_NOLOSS": 1
      }
    },
    "unnamed_53df5c4548a13aaa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_ATTR_OUTPUT_FIELD_ALL": 240,
        "SCSI_ATTR_OUTPUT_FIELD_DESC": 16,
        "SCSI_ATTR_OUTPUT_FIELD_MASK": 240,
        "SCSI_ATTR_OUTPUT_FIELD_NONE": 0,
        "SCSI_ATTR_OUTPUT_FIELD_NUM": 32,
        "SCSI_ATTR_OUTPUT_FIELD_RW": 128,
        "SCSI_ATTR_OUTPUT_FIELD_SIZE": 64,
        "SCSI_ATTR_OUTPUT_NONASCII_ESC": 4,
        "SCSI_ATTR_OUTPUT_NONASCII_MASK": 12,
        "SCSI_ATTR_OUTPUT_NONASCII_RAW": 8,
        "SCSI_ATTR_OUTPUT_NONASCII_RSV1": 12,
        "SCSI_ATTR_OUTPUT_NONASCII_TRIM": 0,
        "SCSI_ATTR_OUTPUT_NONE": 0,
        "SCSI_ATTR_OUTPUT_TEXT_ESC": 1,
        "SCSI_ATTR_OUTPUT_TEXT_MASK": 3,
        "SCSI_ATTR_OUTPUT_TEXT_RAW": 0,
        "SCSI_ATTR_OUTPUT_TEXT_RSV1": 2,
        "SCSI_ATTR_OUTPUT_TEXT_RSV2": 3
      }
    },
    "unnamed_545414771873804f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_DRIVER_STATUS_ABORTED": 254,
        "MLX5_DRIVER_SYND": 3135045854
      }
    },
    "unnamed_547c7545af5364d7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CODES": 0,
        "DISTS": 2,
        "LENS": 1
      }
    },
    "unnamed_548aff628a7dc1eb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_TCPMSS_CLR_STATS": 2,
        "NGM_TCPMSS_CONFIG": 4,
        "NGM_TCPMSS_GETCLR_STATS": 3,
        "NGM_TCPMSS_GET_STATS": 1
      }
    },
    "unnamed_5543c814594e983d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FEEDEQ_BASS": 3,
        "FEEDEQ_BYPASS": 8,
        "FEEDEQ_CHANNELS": 0,
        "FEEDEQ_DISABLE": 6,
        "FEEDEQ_ENABLE": 7,
        "FEEDEQ_PREAMP": 4,
        "FEEDEQ_RATE": 1,
        "FEEDEQ_STATE": 5,
        "FEEDEQ_TREBLE": 2,
        "FEEDEQ_UNKNOWN": 9
      }
    },
    "unnamed_5587c3611986321c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_F_UPDATE_SD_VLAN_ETH_TYPE_CHNG": 3,
        "ECORE_F_UPDATE_SD_VLAN_TAG_CHNG": 2,
        "ECORE_F_UPDATE_TUNNEL_CFG_CHNG": 6,
        "ECORE_F_UPDATE_TUNNEL_INNER_CLSS_L2GENEVE": 9,
        "ECORE_F_UPDATE_TUNNEL_INNER_CLSS_L2GRE": 7,
        "ECORE_F_UPDATE_TUNNEL_INNER_CLSS_VXLAN": 8,
        "ECORE_F_UPDATE_TUNNEL_INNER_RSS": 10,
        "ECORE_F_UPDATE_TX_SWITCH_SUSPEND": 1,
        "ECORE_F_UPDATE_TX_SWITCH_SUSPEND_CHNG": 0,
        "ECORE_F_UPDATE_VLAN_FORCE_PRIO_CHNG": 4,
        "ECORE_F_UPDATE_VLAN_FORCE_PRIO_FLAG": 5
      }
    },
    "unnamed_55e25ef0a0b44b58": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEV_RESULT_NOFLAG": 0,
        "DEV_RESULT_UNCONFIGURED": 1
      }
    },
    "unnamed_56f0454147b0ae79": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ANT_SELECT_OPS_GET": 0,
        "ANT_SELECT_OPS_SET": 1
      }
    },
    "unnamed_5753b8308d7d5f3b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CQE_IS_SEND_MASK": 64,
        "MLX4_CQE_OPCODE_MASK": 31,
        "MLX4_CQE_OWNER_MASK": 128
      }
    },
    "unnamed_57650bc5d485c757": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IICBUS_IVAR_ADDR": 0
      }
    },
    "unnamed_5766f834e36bf24f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_XPORT_CONFIG_PORT_STATUS": 1,
        "OCS_XPORT_IS_QUIESCED": 6,
        "OCS_XPORT_IS_SUPPORTED_LINK_SPEED": 3,
        "OCS_XPORT_LINK_SPEED": 2,
        "OCS_XPORT_LINK_STATISTICS": 4,
        "OCS_XPORT_LINK_STAT_RESET": 5,
        "OCS_XPORT_PORT_STATUS": 0
      }
    },
    "unnamed_57915e00f6b2043f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTDcs_created": 0,
        "ZSTDcs_ending": 3,
        "ZSTDcs_init": 1,
        "ZSTDcs_ongoing": 2
      }
    },
    "unnamed_57ca817af0d456d0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_DIF_OPER_DISABLED": 0,
        "OCS_HW_SGE_DIF_OP_IN_CHKSUM_OUT_CHKSUM": 6,
        "OCS_HW_SGE_DIF_OP_IN_CHKSUM_OUT_CRC": 8,
        "OCS_HW_SGE_DIF_OP_IN_CHKSUM_OUT_NODIF": 4,
        "OCS_HW_SGE_DIF_OP_IN_CRC_OUT_CHKSUM": 7,
        "OCS_HW_SGE_DIF_OP_IN_CRC_OUT_CRC": 5,
        "OCS_HW_SGE_DIF_OP_IN_CRC_OUT_NODIF": 2,
        "OCS_HW_SGE_DIF_OP_IN_NODIF_OUT_CHKSUM": 3,
        "OCS_HW_SGE_DIF_OP_IN_NODIF_OUT_CRC": 1,
        "OCS_HW_SGE_DIF_OP_IN_RAW_OUT_RAW": 9
      }
    },
    "unnamed_57e8f0a54a17ac2e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OPEN_TYPE_ACTIVE": 65,
        "OPEN_TYPE_DONTCARE": 68,
        "OPEN_TYPE_LISTEN": 76,
        "OPEN_TYPE_PASSIVE": 80
      }
    },
    "unnamed_581067c0cc991cbb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EXCA_IVAR_SLOT": 100
      }
    },
    "unnamed_58d91817eec382b9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_RSC_1BITFLAG": 3,
        "ACPI_RSC_2BITFLAG": 4,
        "ACPI_RSC_3BITFLAG": 5,
        "ACPI_RSC_6BITFLAG": 6,
        "ACPI_RSC_ADDRESS": 7,
        "ACPI_RSC_BITMASK": 8,
        "ACPI_RSC_BITMASK16": 9,
        "ACPI_RSC_COUNT": 10,
        "ACPI_RSC_COUNT16": 11,
        "ACPI_RSC_COUNT_GPIO_PIN": 12,
        "ACPI_RSC_COUNT_GPIO_RES": 13,
        "ACPI_RSC_COUNT_GPIO_VEN": 14,
        "ACPI_RSC_COUNT_SERIAL_RES": 15,
        "ACPI_RSC_COUNT_SERIAL_VEN": 16,
        "ACPI_RSC_DATA8": 17,
        "ACPI_RSC_EXIT_EQ": 18,
        "ACPI_RSC_EXIT_LE": 19,
        "ACPI_RSC_EXIT_NE": 20,
        "ACPI_RSC_FLAGINIT": 2,
        "ACPI_RSC_INITGET": 0,
        "ACPI_RSC_INITSET": 1,
        "ACPI_RSC_LENGTH": 21,
        "ACPI_RSC_MOVE16": 27,
        "ACPI_RSC_MOVE32": 28,
        "ACPI_RSC_MOVE64": 29,
        "ACPI_RSC_MOVE8": 26,
        "ACPI_RSC_MOVE_GPIO_PIN": 22,
        "ACPI_RSC_MOVE_GPIO_RES": 23,
        "ACPI_RSC_MOVE_SERIAL_RES": 24,
        "ACPI_RSC_MOVE_SERIAL_VEN": 25,
        "ACPI_RSC_SET8": 30,
        "ACPI_RSC_SOURCE": 31,
        "ACPI_RSC_SOURCEX": 32
      }
    },
    "unnamed_58f8240b62074055": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_RX_MODE_FCOE_ETH": 0,
        "ECORE_RX_MODE_ISCSI_ETH": 1
      }
    },
    "unnamed_595053908fb5eed8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NET_DIM_CQ_PERIOD_MODE_DISABLED": 255,
        "NET_DIM_CQ_PERIOD_MODE_START_FROM_CQE": 1,
        "NET_DIM_CQ_PERIOD_MODE_START_FROM_EQE": 0,
        "NET_DIM_CQ_PERIOD_NUM_MODES": 2
      }
    },
    "unnamed_596111efffc76e34": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AIF_EM_DRIVE_INSERTION": 31,
        "AIF_EM_DRIVE_REMOVAL": 32
      }
    },
    "unnamed_5967ec5d51dabcfb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_FIRST_CCK_RATE": 0,
        "IWM_FIRST_HT_RATE": 4,
        "IWM_FIRST_OFDM_RATE": 4,
        "IWM_FIRST_VHT_RATE": 4,
        "IWM_LAST_CCK_RATE": 3,
        "IWM_LAST_HT_RATE": 12,
        "IWM_LAST_NON_HT_RATE": 11,
        "IWM_LAST_VHT_RATE": 14,
        "IWM_RATE_11M_INDEX": 3,
        "IWM_RATE_12M_INDEX": 6,
        "IWM_RATE_18M_INDEX": 7,
        "IWM_RATE_1M_INDEX": 0,
        "IWM_RATE_24M_INDEX": 8,
        "IWM_RATE_2M_INDEX": 1,
        "IWM_RATE_36M_INDEX": 9,
        "IWM_RATE_48M_INDEX": 10,
        "IWM_RATE_54M_INDEX": 11,
        "IWM_RATE_5M_INDEX": 2,
        "IWM_RATE_60M_INDEX": 12,
        "IWM_RATE_6M_INDEX": 4,
        "IWM_RATE_9M_INDEX": 5,
        "IWM_RATE_COUNT": 15,
        "IWM_RATE_COUNT_LEGACY": 12,
        "IWM_RATE_MCS_0_INDEX": 4,
        "IWM_RATE_MCS_1_INDEX": 6,
        "IWM_RATE_MCS_2_INDEX": 7,
        "IWM_RATE_MCS_3_INDEX": 8,
        "IWM_RATE_MCS_4_INDEX": 9,
        "IWM_RATE_MCS_5_INDEX": 10,
        "IWM_RATE_MCS_6_INDEX": 11,
        "IWM_RATE_MCS_7_INDEX": 12,
        "IWM_RATE_MCS_8_INDEX": 13,
        "IWM_RATE_MCS_9_INDEX": 14
      }
    },
    "unnamed_599f2fe6fef27207": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SA_MODE_NOREWIND": 1,
        "SA_MODE_OFFLINE": 2,
        "SA_MODE_REWIND": 0
      }
    },
    "unnamed_59df209dcef3a499": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBB_TYPE_DISK": 1,
        "XBB_TYPE_FILE": 2,
        "XBB_TYPE_NONE": 0
      }
    },
    "unnamed_5acd16da3ccb880e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVCLASS_SYSCTL_PARENT": 0
      }
    },
    "unnamed_5acf0e7d7eb7b0fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BUSY": 2,
        "COALESCING": 1,
        "IDLE": 0,
        "STALLED": 5,
        "TAKING_OVER": 4,
        "TOO_BUSY": 3
      }
    },
    "unnamed_5ad1919aa7e2acac": {
      "size": 8,
      "base": "__ARRAY_SIZE_TYPE__",
      "constants": {
        "MLX5_TRIGGERED_CMD_COMP": 4294967296
      }
    },
    "unnamed_5bb4f7eab881c91b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_ONE2MANY_CLR_STATS": 3,
        "NGM_ONE2MANY_GETCLR_STATS": 4,
        "NGM_ONE2MANY_GET_CONFIG": 1,
        "NGM_ONE2MANY_GET_STATS": 2,
        "NGM_ONE2MANY_SET_CONFIG": 0
      }
    },
    "unnamed_5bca6b5d271e03f8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFA_ADDRESS": 1,
        "IFA_ANYCAST": 5,
        "IFA_BROADCAST": 4,
        "IFA_CACHEINFO": 6,
        "IFA_FLAGS": 8,
        "IFA_FREEBSD": 11,
        "IFA_LABEL": 3,
        "IFA_LOCAL": 2,
        "IFA_MULTICAST": 7,
        "IFA_RT_PRIORITY": 9,
        "IFA_TARGET_NETNSID": 10,
        "IFA_UNSPEC": 0,
        "__IFA_MAX": 12
      }
    },
    "unnamed_5c13091b3124a469": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NETIF_MSG_DRV": 1,
        "NETIF_MSG_HW": 8192,
        "NETIF_MSG_IFDOWN": 16,
        "NETIF_MSG_IFUP": 32,
        "NETIF_MSG_INTR": 512,
        "NETIF_MSG_LINK": 4,
        "NETIF_MSG_PKTDATA": 4096,
        "NETIF_MSG_PROBE": 2,
        "NETIF_MSG_RX_ERR": 64,
        "NETIF_MSG_RX_STATUS": 2048,
        "NETIF_MSG_TIMER": 8,
        "NETIF_MSG_TX_DONE": 1024,
        "NETIF_MSG_TX_ERR": 128,
        "NETIF_MSG_TX_QUEUED": 256,
        "NETIF_MSG_WOL": 16384
      }
    },
    "unnamed_5c2a8c5aabc1fbbb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "zcss_flush": 2,
        "zcss_init": 0,
        "zcss_load": 1
      }
    },
    "unnamed_5ca2ec9be5d71c31": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_VJC_CLR_STATS": 3,
        "NGM_VJC_GET_CONFIG": 1,
        "NGM_VJC_GET_STATE": 2,
        "NGM_VJC_RECV_ERROR": 4,
        "NGM_VJC_SET_CONFIG": 0
      }
    },
    "unnamed_5cc2815906fb0d86": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "URTW_8187L_BULK_RX": 0,
        "URTW_8187L_BULK_TX_LOW": 1,
        "URTW_8187L_BULK_TX_NORMAL": 2,
        "URTW_8187L_N_XFERS": 3
      }
    },
    "unnamed_5cf0f4f56231b371": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_TIRC_LRO_ENABLE_MASK_IPV4_LRO": 1,
        "MLX5_TIRC_LRO_ENABLE_MASK_IPV6_LRO": 2
      }
    },
    "unnamed_5d3b882590753916": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_RESET_BBPANIC": 1,
        "HAL_RESET_FORCE_COLD": 2,
        "HAL_RESET_NORMAL": 0
      }
    },
    "unnamed_5d5b00adb1228259": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BACKUP": 1,
        "INIT": 0,
        "MASTER": 2
      }
    },
    "unnamed_5d9c8d0d33273423": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PASS_FLAG_ABANDONED_REF_SET": 128,
        "PASS_FLAG_INITIAL_PHYSPATH": 8,
        "PASS_FLAG_INVALID": 4,
        "PASS_FLAG_LOCKED": 2,
        "PASS_FLAG_OPEN": 1,
        "PASS_FLAG_UNMAPPED_CAPABLE": 64,
        "PASS_FLAG_ZONE_INPROG": 16,
        "PASS_FLAG_ZONE_VALID": 32
      }
    },
    "unnamed_5da9f50ec107f55c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "headerInfo11A": 0,
        "headerInfo11B": 1,
        "headerInfo11G": 2
      }
    },
    "unnamed_5dd1973916916d8b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AML_FIELD_UPDATE_PRESERVE": 0,
        "AML_FIELD_UPDATE_WRITE_AS_ONES": 32,
        "AML_FIELD_UPDATE_WRITE_AS_ZEROS": 64
      }
    },
    "unnamed_5e44099bc88e4876": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BUS_DMA_COULD_BOUNCE": 1,
        "BUS_DMA_FORCE_MAP": 8,
        "BUS_DMA_KMEM_ALLOC": 4,
        "BUS_DMA_MIN_ALLOC_COMP": 2
      }
    },
    "unnamed_5e8552f858a396e2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_QUIET_ADD_CURRENT_TSF": 2,
        "HAL_QUIET_ADD_SWBA_RESP_TIME": 4,
        "HAL_QUIET_DISABLE": 0,
        "HAL_QUIET_ENABLE": 1
      }
    },
    "unnamed_5ec35a5a90e5154d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PRUS_EOF": 2,
        "PRUS_IPV6": 16,
        "PRUS_MORETOCOME": 4,
        "PRUS_NOTREADY": 8,
        "PRUS_OOB": 1
      }
    },
    "unnamed_5ec5b436751ef647": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVICE_SYSCTL_DESC": 0,
        "DEVICE_SYSCTL_DRIVER": 1,
        "DEVICE_SYSCTL_LOCATION": 2,
        "DEVICE_SYSCTL_PARENT": 4,
        "DEVICE_SYSCTL_PNPINFO": 3
      }
    },
    "unnamed_5eddc5ef42a77c3e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LLENTRY_DELETED": 2,
        "LLENTRY_EXPIRED": 3,
        "LLENTRY_RESOLVED": 0,
        "LLENTRY_TIMEDOUT": 1
      }
    },
    "unnamed_5ee9869a0125ffc3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_IO_FREE_COUNT": 1,
        "OCS_HW_IO_INUSE_COUNT": 0,
        "OCS_HW_IO_N_TOTAL_IO_COUNT": 4,
        "OCS_HW_IO_PORT_OWNED_COUNT": 3,
        "OCS_HW_IO_WAIT_FREE_COUNT": 2
      }
    },
    "unnamed_5f08111c50566c16": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_RULESET_BINAT": 3,
        "PF_RULESET_FILTER": 1,
        "PF_RULESET_MAX": 5,
        "PF_RULESET_NAT": 2,
        "PF_RULESET_RDR": 4,
        "PF_RULESET_SCRUB": 0
      }
    },
    "unnamed_5ff65e527ab88bc8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CD_CCB_BUFFER_IO": 2,
        "CD_CCB_MEDIA_ALLOW": 5,
        "CD_CCB_MEDIA_PREVENT": 4,
        "CD_CCB_MEDIA_SIZE": 6,
        "CD_CCB_MEDIA_TOC_FULL": 8,
        "CD_CCB_MEDIA_TOC_HDR": 7,
        "CD_CCB_MEDIA_TOC_LEAD": 9,
        "CD_CCB_PROBE": 1,
        "CD_CCB_RETRY_UA": 16,
        "CD_CCB_TUR": 3,
        "CD_CCB_TYPE_MASK": 15
      }
    },
    "unnamed_5ff9a325830ec416": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CD_FLAG_ACTIVE": 128,
        "CD_FLAG_DISC_LOCKED": 4,
        "CD_FLAG_DISC_REMOVABLE": 8,
        "CD_FLAG_INVALID": 1,
        "CD_FLAG_MEDIA_SCAN_ACT": 16384,
        "CD_FLAG_MEDIA_WAIT": 8192,
        "CD_FLAG_NEW_DISC": 2,
        "CD_FLAG_RETRY_UA": 512,
        "CD_FLAG_SAW_MEDIA": 16,
        "CD_FLAG_SCHED_ON_COMP": 256,
        "CD_FLAG_SCTX_INIT": 4096,
        "CD_FLAG_VALID_MEDIA": 1024,
        "CD_FLAG_VALID_TOC": 2048
      }
    },
    "unnamed_600ad4db7f0e7896": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI4_REG_BMBX": 0,
        "SLI4_REG_CQ_DOORBELL": 2,
        "SLI4_REG_EQ_DOORBELL": 1,
        "SLI4_REG_FCOE_RQ_DOORBELL": 3,
        "SLI4_REG_IO_WQ_DOORBELL": 4,
        "SLI4_REG_MAX": 18,
        "SLI4_REG_MQ_DOORBELL": 5,
        "SLI4_REG_PHYSDEV_CONTROL": 6,
        "SLI4_REG_SLIPORT_CONTROL": 7,
        "SLI4_REG_SLIPORT_ERROR1": 8,
        "SLI4_REG_SLIPORT_ERROR2": 9,
        "SLI4_REG_SLIPORT_SEMAPHORE": 10,
        "SLI4_REG_SLIPORT_STATUS": 11,
        "SLI4_REG_SW_UE_CSR1": 16,
        "SLI4_REG_SW_UE_CSR2": 17,
        "SLI4_REG_UERR_MASK_HI": 12,
        "SLI4_REG_UERR_MASK_LO": 13,
        "SLI4_REG_UERR_STATUS_HI": 14,
        "SLI4_REG_UERR_STATUS_LO": 15
      }
    },
    "unnamed_60652ca028bdf5a1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_INT_RX_FIRSTPKT": 0,
        "HAL_INT_RX_LASTPKT": 1,
        "HAL_INT_THRESHOLD": 4,
        "HAL_INT_TX_FIRSTPKT": 2,
        "HAL_INT_TX_LASTPKT": 3
      }
    },
    "unnamed_60747ee889a5a833": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MODULE_STATUS_ERROR": 3,
        "MLX5_MODULE_STATUS_NUM": 4,
        "MLX5_MODULE_STATUS_PLUGGED_ENABLED": 1,
        "MLX5_MODULE_STATUS_UNPLUGGED": 2
      }
    },
    "unnamed_609f9ab30094fd7e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RESERVED_4": 4,
        "RESERVED_5": 5,
        "RESERVED_6": 6,
        "RESERVED_7": 7,
        "SCU_TASK_TYPE_DMA_IN": 0,
        "SCU_TASK_TYPE_DMA_OUT": 8,
        "SCU_TASK_TYPE_FPDMAQ_READ": 1,
        "SCU_TASK_TYPE_FPDMAQ_WRITE": 9,
        "SCU_TASK_TYPE_PACKET_DMA_IN": 2,
        "SCU_TASK_TYPE_PACKET_DMA_OUT": 10,
        "SCU_TASK_TYPE_SATA_RAW_FRAME": 3
      }
    },
    "unnamed_60aaa3102e45fc0e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "USB_ERR_BAD_ADDRESS": 6,
        "USB_ERR_BAD_BUFSIZE": 7,
        "USB_ERR_BAD_CONTEXT": 25,
        "USB_ERR_BAD_FLAG": 8,
        "USB_ERR_CANCELLED": 5,
        "USB_ERR_DMA_LOAD_FAILED": 24,
        "USB_ERR_INTERRUPTED": 23,
        "USB_ERR_INVAL": 3,
        "USB_ERR_IN_USE": 10,
        "USB_ERR_IOERROR": 18,
        "USB_ERR_MAX": 29,
        "USB_ERR_NOMEM": 4,
        "USB_ERR_NORMAL_COMPLETION": 0,
        "USB_ERR_NOT_CONFIGURED": 19,
        "USB_ERR_NOT_LOCKED": 28,
        "USB_ERR_NOT_STARTED": 2,
        "USB_ERR_NO_ADDR": 11,
        "USB_ERR_NO_CALLBACK": 9,
        "USB_ERR_NO_INTR_THREAD": 27,
        "USB_ERR_NO_PIPE": 12,
        "USB_ERR_NO_POWER": 16,
        "USB_ERR_NO_ROOT_HUB": 26,
        "USB_ERR_PENDING_REQUESTS": 1,
        "USB_ERR_SET_ADDR_FAILED": 15,
        "USB_ERR_SHORT_XFER": 21,
        "USB_ERR_STALLED": 22,
        "USB_ERR_TIMEOUT": 20,
        "USB_ERR_TOO_DEEP": 17,
        "USB_ERR_ZERO_MAXP": 14,
        "USB_ERR_ZERO_NFRAMES": 13
      }
    },
    "unnamed_60d3483e043717b1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTWN_PCI_BEACON_QUEUE": 4,
        "RTWN_PCI_BE_QUEUE": 1,
        "RTWN_PCI_BK_QUEUE": 0,
        "RTWN_PCI_HCCA_QUEUE": 8,
        "RTWN_PCI_HIGH_QUEUE": 7,
        "RTWN_PCI_MGNT_QUEUE": 6,
        "RTWN_PCI_NTXQUEUES": 9,
        "RTWN_PCI_TXCMD_QUEUE": 5,
        "RTWN_PCI_VI_QUEUE": 2,
        "RTWN_PCI_VO_QUEUE": 3
      }
    },
    "unnamed_61110da6a80a071f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_LINK_MEDIUM_ETHERNET": 0,
        "SLI_LINK_MEDIUM_FC": 1,
        "SLI_LINK_MEDIUM_MAX": 2
      }
    },
    "unnamed_618e710fe77dd2bc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PLATFORM_BAT_NOT_SUPPORTED": 5,
        "PLATFORM_BAT_OPT_NOTPRESENT": 4,
        "PLATFORM_BAT_OPT_PRESENT": 3,
        "PLATFORM_BAT_REQ_NOTPRESENT": 2,
        "PLATFORM_BAT_REQ_PRESENT": 1
      }
    },
    "unnamed_61cee27842782b66": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SPORT_TOPOLOGY_FABRIC": 1,
        "OCS_SPORT_TOPOLOGY_LOOP": 3,
        "OCS_SPORT_TOPOLOGY_P2P": 2,
        "OCS_SPORT_TOPOLOGY_UNKNOWN": 0
      }
    },
    "unnamed_6206f0284f3c584c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEV_MATCH_ANY": 0,
        "DEV_MATCH_DEVID": 16,
        "DEV_MATCH_INQUIRY": 8,
        "DEV_MATCH_LUN": 4,
        "DEV_MATCH_PATH": 1,
        "DEV_MATCH_TARGET": 2
      }
    },
    "unnamed_625f3b97d54b0f4d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "KDB_ALT_BREAK_SEEN_CR": 1,
        "KDB_ALT_BREAK_SEEN_CR_TILDE": 2,
        "KDB_ALT_BREAK_SEEN_NONE": 0
      }
    },
    "unnamed_6271f61bbf1649ed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_BIOS_VERSION_STRING": 7,
        "OCS_SCSI_DIF_CAPABLE": 9,
        "OCS_SCSI_DIF_MULTI_SEPARATE": 10,
        "OCS_SCSI_ENABLE_TASK_SET_FULL": 12,
        "OCS_SCSI_MAX_FIRST_BURST": 11,
        "OCS_SCSI_MAX_IOS": 8,
        "OCS_SCSI_MAX_SGE": 0,
        "OCS_SCSI_MAX_SGL": 1,
        "OCS_SCSI_PARTNUMBER": 5,
        "OCS_SCSI_PORTNUM": 6,
        "OCS_SCSI_SERIALNUMBER": 4,
        "OCS_SCSI_WWNN": 2,
        "OCS_SCSI_WWPN": 3
      }
    },
    "unnamed_634f2d7362fcaf33": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RSU_BULK_RX": 0,
        "RSU_BULK_TX_BE_BK": 1,
        "RSU_BULK_TX_H2C": 3,
        "RSU_BULK_TX_VI_VO": 2,
        "RSU_N_TRANSFER": 4
      }
    },
    "unnamed_635211f5b89e756c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW6_TYPE_CMD_RPL": 0,
        "FW6_TYPE_CQE": 2,
        "FW6_TYPE_OFLD_CONNECTION_WR_RPL": 3,
        "FW6_TYPE_PI_ERR": 6,
        "FW6_TYPE_RSSCPL": 4,
        "FW6_TYPE_WRERR_RPL": 5,
        "FW6_TYPE_WR_RPL": 1,
        "NUM_FW6_TYPES": 7
      }
    },
    "unnamed_635e5429153afaf9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_INT_LINE": 0,
        "HAL_INT_MSI": 1
      }
    },
    "unnamed_640ccc46cbd1f8d7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NG_PPP_COMPRESS_FULL": 2,
        "NG_PPP_COMPRESS_NONE": 0,
        "NG_PPP_COMPRESS_SIMPLE": 1
      }
    },
    "unnamed_643eb5cc23959496": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CD_Q_10_BYTE_ONLY": 16,
        "CD_Q_BCD_TRACKS": 2,
        "CD_Q_NONE": 0,
        "CD_Q_NO_TOUCH": 1,
        "CD_Q_RETRY_BUSY": 64
      }
    },
    "unnamed_6460e07182b2ad61": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DRT_HEX": 8,
        "DRT_WSPACE": 4
      }
    },
    "unnamed_64888c6b43a2c09a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_DUPTO": 3,
        "PF_FASTROUTE": 1,
        "PF_NOPFROUTE": 0,
        "PF_REPLYTO": 4,
        "PF_ROUTETO": 2
      }
    },
    "unnamed_651dfbc2fcb9bcad": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XNBF_IN_SHUTDOWN": 8,
        "XNBF_RESOURCE_SHORTAGE": 2,
        "XNBF_RING_CONNECTED": 1,
        "XNBF_SHUTDOWN": 4
      }
    },
    "unnamed_653b3b9879f032be": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_RAID_MWCE_NC": 3,
        "MPT_RAID_MWCE_OFF": 1,
        "MPT_RAID_MWCE_ON": 0,
        "MPT_RAID_MWCE_REBUILD_ONLY": 2
      }
    },
    "unnamed_655268380cf82a37": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PASS_CCB_BUFFER_IO": 0,
        "PASS_CCB_QUEUED_IO": 1
      }
    },
    "unnamed_655e000f8de9ab49": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVSTAT_ALL_SUPPORTED": 0,
        "DEVSTAT_BS_UNAVAILABLE": 4,
        "DEVSTAT_NO_BLOCKSIZE": 1,
        "DEVSTAT_NO_ORDERED_TAGS": 2
      }
    },
    "unnamed_656bf6cd7e8b1d73": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CMD_NATIVE": 1,
        "MLX4_CMD_WRAPPED": 0
      }
    },
    "unnamed_6573cf93b0fb7ba7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AIC_POWER_STATE_D0": 0,
        "AIC_POWER_STATE_D1": 1,
        "AIC_POWER_STATE_D2": 2,
        "AIC_POWER_STATE_D3": 3
      }
    },
    "unnamed_65c69815f84090bc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SSS_FLAG_NONE": 0,
        "SSS_FLAG_PRINT_COMMAND": 1
      }
    },
    "unnamed_65c9d559dd3daaf4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UATH_BULK_RX": 2,
        "UATH_BULK_TX": 3,
        "UATH_INTR_RX": 0,
        "UATH_INTR_TX": 1,
        "UATH_N_XFERS": 4
      }
    },
    "unnamed_6607763cae82df1e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NETMAP_ADMODE_BEST": 0,
        "NETMAP_ADMODE_GENERIC": 2,
        "NETMAP_ADMODE_LAST": 3,
        "NETMAP_ADMODE_NATIVE": 1
      }
    },
    "unnamed_667fec670c0e5f95": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_DIAG_11NCOMPAT": 30,
        "HAL_DIAG_ANI_CCK": 7,
        "HAL_DIAG_ANI_CMD": 14,
        "HAL_DIAG_ANI_CURRENT": 5,
        "HAL_DIAG_ANI_OFDM": 6,
        "HAL_DIAG_ANI_PARAMS": 31,
        "HAL_DIAG_ANI_STATS": 8,
        "HAL_DIAG_CHANNELS": 37,
        "HAL_DIAG_CHANSURVEY": 34,
        "HAL_DIAG_CHECK_HANGS": 32,
        "HAL_DIAG_EEPROM": 1,
        "HAL_DIAG_EEPROM_EXP_11A": 2,
        "HAL_DIAG_EEPROM_EXP_11B": 3,
        "HAL_DIAG_EEPROM_EXP_11G": 4,
        "HAL_DIAG_EEREAD": 17,
        "HAL_DIAG_EEWRITE": 18,
        "HAL_DIAG_FATALERR": 29,
        "HAL_DIAG_PCDAC": 11,
        "HAL_DIAG_PRINT_REG": 35,
        "HAL_DIAG_PRINT_REG_ALL": 36,
        "HAL_DIAG_PRINT_REG_COUNTER": 38,
        "HAL_DIAG_RDREAD": 28,
        "HAL_DIAG_RDWRITE": 27,
        "HAL_DIAG_REGS": 13,
        "HAL_DIAG_RESETKEY": 16,
        "HAL_DIAG_REVS": 0,
        "HAL_DIAG_RFGAIN": 9,
        "HAL_DIAG_RFGAIN_CURSTEP": 10,
        "HAL_DIAG_SETKEY": 15,
        "HAL_DIAG_SETREGS": 33,
        "HAL_DIAG_TXRATES": 12
      }
    },
    "unnamed_66a87e6050cd983f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_UNSOL_ABTS_RCVD": 2,
        "OCS_HW_UNSOL_ERROR": 1,
        "OCS_HW_UNSOL_MAX": 3,
        "OCS_HW_UNSOL_SUCCESS": 0
      }
    },
    "unnamed_6702b20ebb185e33": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AR_EEP_32KHZCRYSTAL": 7,
        "AR_EEP_AES": 11,
        "AR_EEP_AMODE": 1,
        "AR_EEP_ANTGAINMAX_2": 34,
        "AR_EEP_ANTGAINMAX_5": 33,
        "AR_EEP_BMODE": 2,
        "AR_EEP_BURST": 12,
        "AR_EEP_COMPRESS": 9,
        "AR_EEP_DAC_HPWR_5G": 30,
        "AR_EEP_DB_2": 25,
        "AR_EEP_DB_5": 23,
        "AR_EEP_DRIVE_STRENGTH": 41,
        "AR_EEP_FASTFRAME": 10,
        "AR_EEP_FRAC_N_5G": 40,
        "AR_EEP_FSTCLK_5G": 32,
        "AR_EEP_GMODE": 3,
        "AR_EEP_ISTALON": 6,
        "AR_EEP_KCENTRIES": 14,
        "AR_EEP_MACADDR": 8,
        "AR_EEP_MAXQCU": 13,
        "AR_EEP_NFTHRESH_2": 16,
        "AR_EEP_NFTHRESH_5": 15,
        "AR_EEP_OB_2": 24,
        "AR_EEP_OB_5": 22,
        "AR_EEP_OL_PWRCTRL": 31,
        "AR_EEP_OPCAP": 19,
        "AR_EEP_OPMODE": 20,
        "AR_EEP_PAPRD_ENABLED": 42,
        "AR_EEP_PWDCLKIND": 37,
        "AR_EEP_PWR_TABLE_OFFSET": 36,
        "AR_EEP_REGDMN_0": 17,
        "AR_EEP_REGDMN_1": 18,
        "AR_EEP_RFKILL": 0,
        "AR_EEP_RFSILENT": 21,
        "AR_EEP_RXGAIN_TYPE": 28,
        "AR_EEP_RXMASK": 27,
        "AR_EEP_TEMPSENSE_SLOPE": 38,
        "AR_EEP_TEMPSENSE_SLOPE_PAL_ON": 39,
        "AR_EEP_TURBO2DISABLE": 5,
        "AR_EEP_TURBO5DISABLE": 4,
        "AR_EEP_TXGAIN_TYPE": 29,
        "AR_EEP_TXMASK": 26,
        "AR_EEP_WRITEPROTECT": 35
      }
    },
    "unnamed_677be51e362b896e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_MFP_HW_CRYPTO": 2,
        "HAL_MFP_PASSTHRU": 1,
        "HAL_MFP_QOSDATA": 0
      }
    },
    "unnamed_67a8e7b5d60e7e16": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MODULE_DEV_ADDR": 160,
        "SFF_DEV_ADDR": 162
      }
    },
    "unnamed_687d875264e47f37": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CLOCK_SIZE": 8,
        "MLX4_CLR_INT_SIZE": 8,
        "MLX4_COMM_CHAN_CAPS": 8,
        "MLX4_COMM_CHAN_FLAGS": 12,
        "MLX4_COMM_PAGESIZE": 4096,
        "MLX4_HCR_BASE": 525952,
        "MLX4_HCR_SIZE": 28,
        "MLX4_SLAVE_COMM_BASE": 0
      }
    },
    "unnamed_68a3f064d693b0fe": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CFG_ABOLT": 13,
        "CFG_BURST_SEQ_THRESHOLD": 12,
        "CFG_COMP_PROC": 7,
        "CFG_COMP_WIN_SZ": 23,
        "CFG_DEBUG_EAR": 20,
        "CFG_DEBUG_ID": 22,
        "CFG_DEF_XMIT_DATA_RATE": 3,
        "CFG_DIVERSITY_CTL": 24,
        "CFG_GMODE_NON_ERP_PREAMBLE": 32,
        "CFG_GMODE_PROTECTION": 30,
        "CFG_GMODE_PROTECT_RATE_INDEX": 31,
        "CFG_GPRS_CBR_PERIOD": 17,
        "CFG_HW_TX_RETRIES": 4,
        "CFG_INIT_REGS": 21,
        "CFG_IQ_LOG_COUNT_MAX": 14,
        "CFG_MAC_ADDR": 19,
        "CFG_MODE_CTS": 15,
        "CFG_NONE": 0,
        "CFG_OVERRD_TX_POWER": 28,
        "CFG_PROTECTION_TYPE": 11,
        "CFG_RATE_CONTROL_ENABLE": 2,
        "CFG_REG_DOMAIN": 1,
        "CFG_SERVICE_TYPE": 18,
        "CFG_SLOW_CLOCK_ENABLE": 6,
        "CFG_SW_TX_RETRIES": 5,
        "CFG_TPC_HALF_DBM2": 27,
        "CFG_TPC_HALF_DBM5": 26,
        "CFG_TP_SCALE": 25,
        "CFG_USER_RTS_THRESHOLD": 8,
        "CFG_USE_32KHZ_CLOCK": 29,
        "CFG_WDC_TRANSPORT_CHUNK_SIZE": 33,
        "CFG_WME_ENABLED": 16,
        "CFG_XR2NORM_RATE_THRESHOLD": 9,
        "CFG_XRMODE_SWITCH_COUNT": 10
      }
    },
    "unnamed_6915b5dd7e3b7235": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EncrActionEnableHWEncryption": 0,
        "EncrActionTypeRemoveKey": 2,
        "EncrActionTypeSetGroupKey": 3,
        "EncrActionTypeSetKey": 1
      }
    },
    "unnamed_692ce1a06bc3f29d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_CIPHER_AES_CCM": 2,
        "HAL_CIPHER_AES_OCB": 1,
        "HAL_CIPHER_CKIP": 3,
        "HAL_CIPHER_CLR": 5,
        "HAL_CIPHER_MIC": 127,
        "HAL_CIPHER_TKIP": 4,
        "HAL_CIPHER_WEP": 0
      }
    },
    "unnamed_69e4f2b5e96a3079": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_FLAG_PORT_REMAP": 16777216,
        "MLX4_FLAG_ROCE_V1_V2": 524288
      }
    },
    "unnamed_6a0b7f6c4cb706a3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NAT_MODE_ALL": 7,
        "NAT_MODE_DIP": 1,
        "NAT_MODE_DIP_DP": 2,
        "NAT_MODE_DIP_DP_SIP": 3,
        "NAT_MODE_DIP_DP_SP": 4,
        "NAT_MODE_DIP_SIP_SP": 6,
        "NAT_MODE_NONE": 0,
        "NAT_MODE_SIP_SP": 5
      }
    },
    "unnamed_6ab373942ae965ad": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MAX_LOG_PKEY_TABLE": 5,
        "MLX5_MIN_PKEY_TABLE_SIZE": 128
      }
    },
    "unnamed_6b75001a0a685927": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MCS_HT20": 0,
        "MCS_HT20_SGI": 1,
        "MCS_HT40": 2,
        "MCS_HT40_SGI": 3
      }
    },
    "unnamed_6bdd91bbb8a5f3a0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_VSC_ADDR_OFFSET": 16,
        "MLX5_VSC_COUNTER_OFFSET": 8,
        "MLX5_VSC_DATA_OFFSET": 20,
        "MLX5_VSC_MAX_RETRIES": 4096,
        "MLX5_VSC_SEMA_OFFSET": 12,
        "MLX5_VSC_SPACE_OFFSET": 4,
        "MLX5_VSC_SPACE_SUPPORTED": 1
      }
    },
    "unnamed_6bde1b61ed218029": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DOMAIN_CODE_AUS": 129,
        "DOMAIN_CODE_DGT": 128,
        "DOMAIN_CODE_ETSI": 48,
        "DOMAIN_CODE_ETSI_131": 304,
        "DOMAIN_CODE_FCC": 16,
        "DOMAIN_CODE_FRANCE": 50,
        "DOMAIN_CODE_IC": 32,
        "DOMAIN_CODE_MKK": 64,
        "DOMAIN_CODE_MKK2": 65,
        "DOMAIN_CODE_SPAIN": 49
      }
    },
    "unnamed_6c01a5c655cf2f0c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_bm_buffered": 0,
        "ZSTD_bm_stable": 1
      }
    },
    "unnamed_6c8c35e08f828250": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_Q_FLG_ACTIVE": 5,
        "ECORE_Q_FLG_ANTI_SPOOF": 19,
        "ECORE_Q_FLG_COS": 8,
        "ECORE_Q_FLG_DEF_VLAN": 16,
        "ECORE_Q_FLG_DHC": 11,
        "ECORE_Q_FLG_FCOE": 13,
        "ECORE_Q_FLG_FORCE_DEFAULT_PRI": 21,
        "ECORE_Q_FLG_HC": 9,
        "ECORE_Q_FLG_HC_EN": 10,
        "ECORE_Q_FLG_LEADING_RSS": 14,
        "ECORE_Q_FLG_MCAST": 15,
        "ECORE_Q_FLG_OOO": 12,
        "ECORE_Q_FLG_OV": 6,
        "ECORE_Q_FLG_PCSUM_ON_PKT": 23,
        "ECORE_Q_FLG_REFUSE_OUTBAND_VLAN": 22,
        "ECORE_Q_FLG_SILENT_VLAN_REM": 20,
        "ECORE_Q_FLG_STATS": 3,
        "ECORE_Q_FLG_TPA": 0,
        "ECORE_Q_FLG_TPA_GRO": 2,
        "ECORE_Q_FLG_TPA_IPV6": 1,
        "ECORE_Q_FLG_TUN_INC_INNER_IP_ID": 24,
        "ECORE_Q_FLG_TX_SEC": 18,
        "ECORE_Q_FLG_TX_SWITCH": 17,
        "ECORE_Q_FLG_VLAN": 7,
        "ECORE_Q_FLG_ZERO_STATS": 4
      }
    },
    "unnamed_6d0742ea47176516": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "READERS": 0,
        "WRITER": 1
      }
    },
    "unnamed_6d3ab626bc6e6c32": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CMD_STAT_BAD_INDEX": 10,
        "CMD_STAT_BAD_NVMEM": 11,
        "CMD_STAT_BAD_OP": 2,
        "CMD_STAT_BAD_PARAM": 3,
        "CMD_STAT_BAD_PKT": 48,
        "CMD_STAT_BAD_QP_STATE": 16,
        "CMD_STAT_BAD_RESOURCE": 5,
        "CMD_STAT_BAD_RES_STATE": 9,
        "CMD_STAT_BAD_SEG_PARAM": 32,
        "CMD_STAT_BAD_SIZE": 64,
        "CMD_STAT_BAD_SYS_STATE": 4,
        "CMD_STAT_EXCEED_LIM": 8,
        "CMD_STAT_ICM_ERROR": 12,
        "CMD_STAT_INTERNAL_ERR": 1,
        "CMD_STAT_LAM_NOT_PRE": 34,
        "CMD_STAT_MULTI_FUNC_REQ": 80,
        "CMD_STAT_OK": 0,
        "CMD_STAT_REG_BOUND": 33,
        "CMD_STAT_RESOURCE_BUSY": 6
      }
    },
    "unnamed_6e021cdbe419c63d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_EEBADCC": 17,
        "HAL_EEBADMAC": 9,
        "HAL_EEBADREG": 16,
        "HAL_EEBADSUM": 7,
        "HAL_EELOCKED": 6,
        "HAL_EEMAGIC": 4,
        "HAL_EEREAD": 8,
        "HAL_EESIZE": 10,
        "HAL_EEVERSION": 5,
        "HAL_EEWRITE": 11,
        "HAL_EINPROGRESS": 15,
        "HAL_EINVAL": 12,
        "HAL_EIO": 3,
        "HAL_ENOMEM": 2,
        "HAL_ENOTSUPP": 13,
        "HAL_ENXIO": 1,
        "HAL_ESELFTEST": 14,
        "HAL_INV_PMODE": 18,
        "HAL_OK": 0
      }
    },
    "unnamed_6e0ec8d6647470da": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PMP_STATE_CHECK": 8,
        "PMP_STATE_CLEAR": 9,
        "PMP_STATE_CONFIG": 10,
        "PMP_STATE_CONNECT": 7,
        "PMP_STATE_NORMAL": 0,
        "PMP_STATE_PM_QUIRKS_1": 2,
        "PMP_STATE_PM_QUIRKS_2": 3,
        "PMP_STATE_PM_QUIRKS_3": 4,
        "PMP_STATE_PORTS": 1,
        "PMP_STATE_PRECONFIG": 5,
        "PMP_STATE_RESET": 6,
        "PMP_STATE_SCAN": 11
      }
    },
    "unnamed_6e90ffbb12e0b646": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AAC_SRB_STS_ABORTED": 2,
        "AAC_SRB_STS_ABORT_FAILED": 3,
        "AAC_SRB_STS_BAD_FUNCTION": 34,
        "AAC_SRB_STS_BAD_SRB_BLOCK_LENGTH": 21,
        "AAC_SRB_STS_BUSY": 5,
        "AAC_SRB_STS_BUS_RESET": 14,
        "AAC_SRB_STS_COMMAND_TIMEOUT": 11,
        "AAC_SRB_STS_DATA_OVERRUN": 18,
        "AAC_SRB_STS_ERROR": 4,
        "AAC_SRB_STS_ERROR_RECOVERY": 35,
        "AAC_SRB_STS_INVALID_LUN": 32,
        "AAC_SRB_STS_INVALID_PATH_ID": 7,
        "AAC_SRB_STS_INVALID_REQUEST": 6,
        "AAC_SRB_STS_INVALID_TARGET_ID": 33,
        "AAC_SRB_STS_MESSAGE_REJECTED": 13,
        "AAC_SRB_STS_NO_DEVICE": 8,
        "AAC_SRB_STS_NO_HBA": 17,
        "AAC_SRB_STS_PARITY_ERROR": 15,
        "AAC_SRB_STS_PENDING": 0,
        "AAC_SRB_STS_PHASE_SEQUENCE_FAILURE": 20,
        "AAC_SRB_STS_REQUEST_FLUSHED": 22,
        "AAC_SRB_STS_REQUEST_SENSE_FAILED": 16,
        "AAC_SRB_STS_SELECTION_TIMEOUT": 10,
        "AAC_SRB_STS_SUCCESS": 1,
        "AAC_SRB_STS_TIMEOUT": 9,
        "AAC_SRB_STS_UNEXPECTED_BUS_FREE": 19
      }
    },
    "unnamed_6ef7cc0f569c3663": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NDA_STATE_NORMAL": 0
      }
    },
    "unnamed_6f264bc4ba09d6a4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BAD": 16209,
        "CHECK": 16206,
        "CODELENS": 16198,
        "COMMENT": 16187,
        "COPY": 16195,
        "COPY_": 16194,
        "DICT": 16190,
        "DICTID": 16189,
        "DIST": 16202,
        "DISTEXT": 16203,
        "DONE": 16208,
        "EXLEN": 16184,
        "EXTRA": 16185,
        "FLAGS": 16181,
        "HCRC": 16188,
        "HEAD": 16180,
        "LEN": 16200,
        "LENEXT": 16201,
        "LENGTH": 16207,
        "LENLENS": 16197,
        "LEN_": 16199,
        "LIT": 16205,
        "MATCH": 16204,
        "MEM": 16210,
        "NAME": 16186,
        "OS": 16183,
        "STORED": 16193,
        "SYNC": 16211,
        "TABLE": 16196,
        "TIME": 16182,
        "TYPE": 16191,
        "TYPEDO": 16192
      }
    },
    "unnamed_6f339d01ba911eb5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TRACKPOINT_SYSCTL_BACKUP_RANGE": 3,
        "TRACKPOINT_SYSCTL_DRAG_HYSTERESIS": 4,
        "TRACKPOINT_SYSCTL_JENKS_CURVATURE": 8,
        "TRACKPOINT_SYSCTL_MINIMUM_DRAG": 5,
        "TRACKPOINT_SYSCTL_NEGATIVE_INERTIA": 1,
        "TRACKPOINT_SYSCTL_PRESS_TO_SELECT": 10,
        "TRACKPOINT_SYSCTL_SENSITIVITY": 0,
        "TRACKPOINT_SYSCTL_SKIP_BACKUPS": 11,
        "TRACKPOINT_SYSCTL_THRESHOLD": 7,
        "TRACKPOINT_SYSCTL_UPPER_PLATEAU": 2,
        "TRACKPOINT_SYSCTL_UP_THRESHOLD": 6,
        "TRACKPOINT_SYSCTL_Z_TIME": 9
      }
    },
    "unnamed_6f8ed76f176e68cb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_EQE_OWNER_INIT_VAL": 1,
        "MLX5_EQE_SIZE": 64
      }
    },
    "unnamed_6f9f0c73b3259a07": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CQE_OPCODE_ERROR": 30,
        "MLX4_CQE_OPCODE_RESIZE": 22,
        "MLX4_OPCODE_ATOMIC_CS": 17,
        "MLX4_OPCODE_ATOMIC_FA": 18,
        "MLX4_OPCODE_BIND_MW": 24,
        "MLX4_OPCODE_CONFIG_CMD": 31,
        "MLX4_OPCODE_FMR": 25,
        "MLX4_OPCODE_LOCAL_INVAL": 27,
        "MLX4_OPCODE_LSO": 14,
        "MLX4_OPCODE_MASKED_ATOMIC_CS": 20,
        "MLX4_OPCODE_MASKED_ATOMIC_FA": 21,
        "MLX4_OPCODE_NOP": 0,
        "MLX4_OPCODE_RDMA_READ": 16,
        "MLX4_OPCODE_RDMA_WRITE": 8,
        "MLX4_OPCODE_RDMA_WRITE_IMM": 9,
        "MLX4_OPCODE_SEND": 10,
        "MLX4_OPCODE_SEND_IMM": 11,
        "MLX4_OPCODE_SEND_INVAL": 1,
        "MLX4_RECV_OPCODE_RDMA_WRITE_IMM": 0,
        "MLX4_RECV_OPCODE_SEND": 1,
        "MLX4_RECV_OPCODE_SEND_IMM": 2,
        "MLX4_RECV_OPCODE_SEND_INVAL": 3
      }
    },
    "unnamed_70ebb605e89679f9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PORT_CAP_DEV_MGMT_SUP": 524288,
        "MLX4_PORT_CAP_IS_SM": 2
      }
    },
    "unnamed_70fbf9b080ec7eca": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_ANI_CCK_NOISE_IMMUNITY_LEVEL": 9,
        "HAL_ANI_CCK_WEAK_SIGNAL_THR": 3,
        "HAL_ANI_FIRSTEP_LEVEL": 4,
        "HAL_ANI_MODE": 6,
        "HAL_ANI_MRC_CCK": 8,
        "HAL_ANI_NOISE_IMMUNITY_LEVEL": 1,
        "HAL_ANI_OFDM_WEAK_SIGNAL_DETECTION": 2,
        "HAL_ANI_PHYERR_RESET": 7,
        "HAL_ANI_PRESENT": 0,
        "HAL_ANI_SPUR_IMMUNITY_LEVEL": 5
      }
    },
    "unnamed_71279504f2dbcf6f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROBE_DONE": 15,
        "PROBE_FULL_INQUIRY": 10,
        "PROBE_IDENTIFY": 1,
        "PROBE_IDENTIFY_SAFTE": 14,
        "PROBE_IDENTIFY_SES": 13,
        "PROBE_INQUIRY": 9,
        "PROBE_INVALID": 16,
        "PROBE_PM_PID": 11,
        "PROBE_PM_PRV": 12,
        "PROBE_RESET": 0,
        "PROBE_SETAN": 7,
        "PROBE_SETAPST": 5,
        "PROBE_SETDMAAA": 6,
        "PROBE_SETMODE": 3,
        "PROBE_SETPM": 4,
        "PROBE_SET_MULTI": 8,
        "PROBE_SPINUP": 2
      }
    },
    "unnamed_713bf060e9f958e8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_FLAG_ANNOUNCED": 8192,
        "DA_FLAG_CAN_ATA_DMA": 16384,
        "DA_FLAG_CAN_ATA_IDLOG": 65536,
        "DA_FLAG_CAN_ATA_LOG": 32768,
        "DA_FLAG_CAN_ATA_SUPCAP": 131072,
        "DA_FLAG_CAN_ATA_ZONE": 262144,
        "DA_FLAG_CAN_RC16": 1024,
        "DA_FLAG_DIRTY": 4096,
        "DA_FLAG_NEED_OTAG": 32,
        "DA_FLAG_NEW_PACK": 2,
        "DA_FLAG_OPEN": 256,
        "DA_FLAG_PACK_INVALID": 1,
        "DA_FLAG_PACK_LOCKED": 4,
        "DA_FLAG_PACK_REMOVABLE": 8,
        "DA_FLAG_PROBED": 2048,
        "DA_FLAG_RETRY_UA": 128,
        "DA_FLAG_ROTATING": 16,
        "DA_FLAG_SCTX_INIT": 512,
        "DA_FLAG_TUR_PENDING": 524288,
        "DA_FLAG_UNMAPPEDIO": 1048576,
        "DA_FLAG_WAS_OTAG": 64
      }
    },
    "unnamed_7196e1f9f1fdf9e7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_BT_COEX_NO_STOMP": 0,
        "HAL_BT_COEX_STOMP_ALL": 1,
        "HAL_BT_COEX_STOMP_ALL_FORCE": 4,
        "HAL_BT_COEX_STOMP_AUDIO": 6,
        "HAL_BT_COEX_STOMP_LOW": 2,
        "HAL_BT_COEX_STOMP_LOW_FORCE": 5,
        "HAL_BT_COEX_STOMP_NONE": 3
      }
    },
    "unnamed_71d5907fbf624b30": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CMD_2ERR_QP": 30,
        "MLX4_CMD_2RST_QP": 33,
        "MLX4_CMD_ACCESS_DDR": 46,
        "MLX4_CMD_ACCESS_MEM": 46,
        "MLX4_CMD_ACCESS_REG": 59,
        "MLX4_CMD_ALLOCATE_VPP": 128,
        "MLX4_CMD_ALLOC_RES": 3840,
        "MLX4_CMD_ARM_COMM_CHANNEL": 87,
        "MLX4_CMD_ARM_SRQ": 64,
        "MLX4_CMD_CLOSE_HCA": 8,
        "MLX4_CMD_CLOSE_PORT": 10,
        "MLX4_CMD_CONFIG_DEV": 58,
        "MLX4_CMD_CONF_SPECIAL_QP": 35,
        "MLX4_CMD_CONGESTION_CTRL_OPCODE": 104,
        "MLX4_CMD_DIAG_RPRT": 48,
        "MLX4_CMD_DISABLE_LAM": 4087,
        "MLX4_CMD_DUMP_ETH_STATS": 73,
        "MLX4_CMD_ENABLE_LAM": 4088,
        "MLX4_CMD_FREE_RES": 3841,
        "MLX4_CMD_GEN_EQE": 88,
        "MLX4_CMD_GET_OP_REQ": 89,
        "MLX4_CMD_HW2SW_CQ": 23,
        "MLX4_CMD_HW2SW_EQ": 20,
        "MLX4_CMD_HW2SW_MPT": 15,
        "MLX4_CMD_HW2SW_SRQ": 54,
        "MLX4_CMD_HW_HEALTH_CHECK": 80,
        "MLX4_CMD_INFORM_FLR_DONE": 91,
        "MLX4_CMD_INIT2INIT_QP": 45,
        "MLX4_CMD_INIT2RTR_QP": 26,
        "MLX4_CMD_INIT_HCA": 7,
        "MLX4_CMD_INIT_PORT": 9,
        "MLX4_CMD_MAD_DEMUX": 515,
        "MLX4_CMD_MAD_IFC": 36,
        "MLX4_CMD_MAP_EQ": 18,
        "MLX4_CMD_MAP_FA": 4095,
        "MLX4_CMD_MAP_ICM": 4090,
        "MLX4_CMD_MAP_ICM_AUX": 4092,
        "MLX4_CMD_MCAST_ATTACH": 3845,
        "MLX4_CMD_MGID_HASH": 39,
        "MLX4_CMD_MODIFY_CQ": 44,
        "MLX4_CMD_MOD_STAT_CFG": 52,
        "MLX4_CMD_NOP": 49,
        "MLX4_CMD_PROMISC": 3848,
        "MLX4_CMD_QP_ATTACH": 3851,
        "MLX4_CMD_QUERY_ADAPTER": 6,
        "MLX4_CMD_QUERY_CQ": 24,
        "MLX4_CMD_QUERY_DDR": 5,
        "MLX4_CMD_QUERY_DEBUG_MSG": 42,
        "MLX4_CMD_QUERY_DEV_CAP": 3,
        "MLX4_CMD_QUERY_EQ": 21,
        "MLX4_CMD_QUERY_FUNC": 86,
        "MLX4_CMD_QUERY_FUNC_CAP": 3850,
        "MLX4_CMD_QUERY_FW": 4,
        "MLX4_CMD_QUERY_HCA": 11,
        "MLX4_CMD_QUERY_IF_STAT": 84,
        "MLX4_CMD_QUERY_MPT": 14,
        "MLX4_CMD_QUERY_PORT": 67,
        "MLX4_CMD_QUERY_QP": 34,
        "MLX4_CMD_QUERY_SRQ": 55,
        "MLX4_CMD_READ_MCG": 37,
        "MLX4_CMD_READ_MTT": 16,
        "MLX4_CMD_RST2INIT_QP": 25,
        "MLX4_CMD_RTR2RTS_QP": 27,
        "MLX4_CMD_RTS2RTS_QP": 28,
        "MLX4_CMD_RTS2SQD_QP": 31,
        "MLX4_CMD_RUN_FW": 4086,
        "MLX4_CMD_SENSE_PORT": 77,
        "MLX4_CMD_SET_DEBUG_MSG": 43,
        "MLX4_CMD_SET_ICM_SIZE": 4093,
        "MLX4_CMD_SET_IF_STAT": 85,
        "MLX4_CMD_SET_MCAST_FLTR": 72,
        "MLX4_CMD_SET_NODE": 90,
        "MLX4_CMD_SET_PORT": 12,
        "MLX4_CMD_SET_VEP": 82,
        "MLX4_CMD_SET_VLAN_FLTR": 71,
        "MLX4_CMD_SET_VPORT_QOS": 129,
        "MLX4_CMD_SQD2RTS_QP": 32,
        "MLX4_CMD_SQD2SQD_QP": 56,
        "MLX4_CMD_SQERR2RTS_QP": 29,
        "MLX4_CMD_SUSPEND_QP": 50,
        "MLX4_CMD_SW2HW_CQ": 22,
        "MLX4_CMD_SW2HW_EQ": 19,
        "MLX4_CMD_SW2HW_MPT": 13,
        "MLX4_CMD_SW2HW_SRQ": 53,
        "MLX4_CMD_SYNC_TPT": 47,
        "MLX4_CMD_SYS_DIS": 2,
        "MLX4_CMD_SYS_EN": 1,
        "MLX4_CMD_UCAST_ATTACH": 3846,
        "MLX4_CMD_UNMAP_FA": 4094,
        "MLX4_CMD_UNMAP_ICM": 4089,
        "MLX4_CMD_UNMAP_ICM_AUX": 4091,
        "MLX4_CMD_UNSUSPEND_QP": 51,
        "MLX4_CMD_UPDATE_QP": 97,
        "MLX4_CMD_VIRT_PORT_MAP": 92,
        "MLX4_CMD_WRITE_MCG": 38,
        "MLX4_CMD_WRITE_MTT": 17,
        "MLX4_FLOW_STEERING_IB_UC_QP_RANGE": 100,
        "MLX4_QP_FLOW_STEERING_ATTACH": 101,
        "MLX4_QP_FLOW_STEERING_DETACH": 102
      }
    },
    "unnamed_724b04040e0998aa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCHED_CLASS_MODE_CLASS": 0,
        "SCHED_CLASS_MODE_FLOW": 1
      }
    },
    "unnamed_72d65ab64ab1c692": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EAD_LZ1V1": 1,
        "EAD_LZ2V1": 2,
        "EAD_LZ2V2": 3,
        "EAD_VUNIQUE": 0
      }
    },
    "unnamed_72ddb6457122b723": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LAGG_PROTO_BROADCAST": 5,
        "LAGG_PROTO_FAILOVER": 2,
        "LAGG_PROTO_LACP": 4,
        "LAGG_PROTO_LOADBALANCE": 3,
        "LAGG_PROTO_MAX": 6,
        "LAGG_PROTO_NONE": 0,
        "LAGG_PROTO_ROUNDROBIN": 1
      }
    },
    "unnamed_72f8dc5bedf10623": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "phy_transtype_sfp": 3,
        "phy_transtype_unknown": 0,
        "phy_transtype_xfp": 6
      }
    },
    "unnamed_73520d51278f5029": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_SET_PORT_GENERAL": 0,
        "MLX4_SET_PORT_GID_TABLE": 5,
        "MLX4_SET_PORT_MAC_TABLE": 2,
        "MLX4_SET_PORT_PRIO2TC": 8,
        "MLX4_SET_PORT_PRIO_MAP": 4,
        "MLX4_SET_PORT_ROCE_ADDR": 13,
        "MLX4_SET_PORT_RQP_CALC": 1,
        "MLX4_SET_PORT_SCHEDULER": 9,
        "MLX4_SET_PORT_VLAN_TABLE": 3,
        "MLX4_SET_PORT_VXLAN": 11
      }
    },
    "unnamed_737888b34bc9b68d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_QUERY_PAGES_IN_OP_MOD_BOOT_PAGES": 1,
        "MLX5_QUERY_PAGES_IN_OP_MOD_INIT_PAGES": 2,
        "MLX5_QUERY_PAGES_IN_OP_MOD_REGULAR_PAGES": 3
      }
    },
    "unnamed_739ee2f882ae3bb7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_DONT_CONSUME_CAM_CREDIT": 4,
        "ECORE_DONT_CONSUME_CAM_CREDIT_DEST": 5,
        "ECORE_ETH_MAC": 1,
        "ECORE_ISCSI_ETH_MAC": 2,
        "ECORE_NETQ_ETH_MAC": 3,
        "ECORE_UC_LIST_MAC": 0
      }
    },
    "unnamed_743a393c5dbd97df": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UARK_BULK_DT_RD": 1,
        "UARK_BULK_DT_WR": 0,
        "UARK_N_TRANSFER": 2
      }
    },
    "unnamed_74525beded6f628b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NOTRUNNING": 0,
        "RUNNING": 2,
        "STARTSTOP": 1
      }
    },
    "unnamed_748dc882ec04bb3c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PMP_FLAG_SCTX_INIT": 512
      }
    },
    "unnamed_749095a237676370": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HOLD_LOCK": 1,
        "INTR_OK": 4,
        "LOCK_HELD": 1,
        "SLEEP_OK": 2
      }
    },
    "unnamed_74acd590a1c1d67e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EEPROMPFSIZE": 1024,
        "EEPROMSIZE": 17408,
        "EEPROMVSIZE": 32768,
        "FILTER_OPT_LEN": 36,
        "MAX_MTU": 9600,
        "MAX_NCHAN": 4,
        "MAX_PM_NSTATS": 7,
        "MBOX_LEN": 64,
        "NCCTRL_WIN": 32,
        "NCHAN": 4,
        "NMTUS": 16,
        "NTRACE": 4,
        "NTX_SCHED": 8,
        "NWOL_PAT": 8,
        "PM_NSTATS": 5,
        "RSS_NENTRIES": 2048,
        "T5_FILTER_OPT_LEN": 40,
        "T6_NCHAN": 2,
        "T6_PM_NSTATS": 7,
        "T6_RSS_NENTRIES": 4096,
        "TCB_SIZE": 128,
        "TRACE_LEN": 112,
        "UDBS_DB_OFFSET": 8,
        "UDBS_SEG_SHIFT": 7,
        "UDBS_SEG_SIZE": 128,
        "UDBS_WR_OFFSET": 64,
        "WOL_PAT_LEN": 128
      }
    },
    "unnamed_7545cac321d07651": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_OP_EQ": 2,
        "PF_OP_GE": 7,
        "PF_OP_GT": 6,
        "PF_OP_IRG": 1,
        "PF_OP_LE": 5,
        "PF_OP_LT": 4,
        "PF_OP_NE": 3,
        "PF_OP_NONE": 0,
        "PF_OP_RRG": 9,
        "PF_OP_XRG": 8
      }
    },
    "unnamed_7592716a728e3de0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HCR_E_BIT": 22,
        "HCR_GO_BIT": 23,
        "HCR_IN_MODIFIER_OFFSET": 8,
        "HCR_IN_PARAM_OFFSET": 0,
        "HCR_OPMOD_SHIFT": 12,
        "HCR_OUT_PARAM_OFFSET": 12,
        "HCR_STATUS_OFFSET": 24,
        "HCR_TOKEN_OFFSET": 20,
        "HCR_T_BIT": 21
      }
    },
    "unnamed_75e4de222f28e40a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CMPT_NUM_TYPE": 4,
        "MLX4_CMPT_TYPE_CQ": 2,
        "MLX4_CMPT_TYPE_EQ": 3,
        "MLX4_CMPT_TYPE_QP": 0,
        "MLX4_CMPT_TYPE_SRQ": 1
      }
    },
    "unnamed_7612f39d92bb75b2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_LINK_STATUS_DOWN": 1,
        "SLI_LINK_STATUS_MAX": 3,
        "SLI_LINK_STATUS_NO_ALPA": 2,
        "SLI_LINK_STATUS_UP": 0
      }
    },
    "unnamed_762e07eee181f6bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_GET_CLR_CNTR": 1,
        "PF_GET_NONE": 0
      }
    },
    "unnamed_76b28a1f53731e78": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "autoneg": 23,
        "combined_count": 35,
        "duplex": 27,
        "other_count": 34,
        "pkt_rate_high": 17,
        "pkt_rate_low": 12,
        "rate_sample_interval": 22,
        "rx_coalesce_usecs": 1,
        "rx_coalesce_usecs_high": 18,
        "rx_coalesce_usecs_irq": 3,
        "rx_coalesce_usecs_low": 13,
        "rx_count": 32,
        "rx_jumbo_pending": 30,
        "rx_max_coalesced_frames": 2,
        "rx_max_coalesced_frames_high": 19,
        "rx_max_coalesced_frames_irq": 4,
        "rx_max_coalesced_frames_low": 14,
        "rx_mini_pending": 29,
        "rx_pause": 25,
        "rx_pending": 28,
        "speed": 26,
        "stats_block_coalesce_usecs": 9,
        "tx_coalesce_usecs": 5,
        "tx_coalesce_usecs_high": 20,
        "tx_coalesce_usecs_irq": 7,
        "tx_coalesce_usecs_low": 15,
        "tx_count": 33,
        "tx_max_coalesced_frames": 6,
        "tx_max_coalesced_frames_high": 21,
        "tx_max_coalesced_frames_irq": 8,
        "tx_max_coalesced_frames_low": 16,
        "tx_pause": 24,
        "tx_pending": 31,
        "use_adaptive_rx_coalesce": 10,
        "use_adaptive_tx_coalesce": 11
      }
    },
    "unnamed_77090bdf619c63d0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PCI_DEV_FORCE_SENSE_PORT": 2,
        "MLX4_PCI_DEV_IS_VF": 1
      }
    },
    "unnamed_77341d09bfeff1ec": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FINISH": 2,
        "SETUP": 0,
        "WAIT": 1
      }
    },
    "unnamed_776beb24a61a8bd1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AML_FIELD_ATTRIB_BLOCK": 10,
        "AML_FIELD_ATTRIB_BLOCK_PROCESS_CALL": 13,
        "AML_FIELD_ATTRIB_BYTE": 6,
        "AML_FIELD_ATTRIB_BYTES": 11,
        "AML_FIELD_ATTRIB_PROCESS_CALL": 12,
        "AML_FIELD_ATTRIB_QUICK": 2,
        "AML_FIELD_ATTRIB_RAW_BYTES": 14,
        "AML_FIELD_ATTRIB_RAW_PROCESS_BYTES": 15,
        "AML_FIELD_ATTRIB_SEND_RECEIVE": 4,
        "AML_FIELD_ATTRIB_WORD": 8
      }
    },
    "unnamed_776c11635ed5431a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FEEDRATE_CHANNELS": 3,
        "FEEDRATE_DST": 1,
        "FEEDRATE_QUALITY": 2,
        "FEEDRATE_SRC": 0
      }
    },
    "unnamed_77f313b0e22c429d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADA_STATE_IDDIR": 3,
        "ADA_STATE_LOGDIR": 2,
        "ADA_STATE_NORMAL": 6,
        "ADA_STATE_RAHEAD": 0,
        "ADA_STATE_SUP_CAP": 4,
        "ADA_STATE_WCACHE": 1,
        "ADA_STATE_ZONE": 5
      }
    },
    "unnamed_789b360a04e15bd1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_reset_parameters": 2,
        "ZSTD_reset_session_and_parameters": 3,
        "ZSTD_reset_session_only": 1
      }
    },
    "unnamed_79027a92591c541c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_PROBE_DONE": 2,
        "NVME_PROBE_IDENTIFY_CD": 0,
        "NVME_PROBE_IDENTIFY_NS": 1,
        "NVME_PROBE_INVALID": 3
      }
    },
    "unnamed_7928b149c6870acf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XML_END_THREAD": 5,
        "XML_SENT_END_THREADS": 6,
        "XML_START_THREAD": 0,
        "XML_THREAD_CORE": 2,
        "XML_THREAD_EXTRA": 4,
        "XML_THREAD_ID": 1,
        "XML_THREAD_NAME": 3
      }
    },
    "unnamed_79317d01dcceb87d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_LLH_CAM_ETH_LINE": 1,
        "ECORE_LLH_CAM_ISCSI_ETH_LINE": 0,
        "ECORE_LLH_CAM_MAX_PF_LINE": 8
      }
    },
    "unnamed_7945e6095a9311a9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PHY_TYPE_BASET_10GB": 6,
        "PHY_TYPE_BASET_1GB": 7,
        "PHY_TYPE_BASEX_1GB": 8,
        "PHY_TYPE_CX4_10GB": 0,
        "PHY_TYPE_DISABLED": 255,
        "PHY_TYPE_KR_10GB": 4,
        "PHY_TYPE_KX4_10GB": 5,
        "PHY_TYPE_SFP_1GB": 2,
        "PHY_TYPE_SFP_PLUS_10GB": 3,
        "PHY_TYPE_SGMII": 9,
        "PHY_TYPE_XFP_10GB": 1
      }
    },
    "unnamed_799507c15c1283a1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL_RTM_BASE": 16,
        "NL_RTM_DELACTION": 49,
        "NL_RTM_DELADDR": 21,
        "NL_RTM_DELADDRLABEL": 73,
        "NL_RTM_DELLINK": 17,
        "NL_RTM_DELMDB": 85,
        "NL_RTM_DELNEIGH": 29,
        "NL_RTM_DELNEXTHOP": 105,
        "NL_RTM_DELNSID": 89,
        "NL_RTM_DELQDISC": 37,
        "NL_RTM_DELROUTE": 25,
        "NL_RTM_DELRULE": 33,
        "NL_RTM_DELTCLASS": 41,
        "NL_RTM_DELTFILTER": 45,
        "NL_RTM_GETACTION": 50,
        "NL_RTM_GETADDR": 22,
        "NL_RTM_GETADDRLABEL": 74,
        "NL_RTM_GETANYCAST": 62,
        "NL_RTM_GETDCB": 78,
        "NL_RTM_GETLINK": 18,
        "NL_RTM_GETMDB": 86,
        "NL_RTM_GETMULTICAST": 58,
        "NL_RTM_GETNEIGH": 30,
        "NL_RTM_GETNEIGHTBL": 66,
        "NL_RTM_GETNETCONF": 82,
        "NL_RTM_GETNEXTHOP": 106,
        "NL_RTM_GETNSID": 90,
        "NL_RTM_GETQDISC": 38,
        "NL_RTM_GETROUTE": 26,
        "NL_RTM_GETRULE": 34,
        "NL_RTM_GETSTATS": 94,
        "NL_RTM_GETTCLASS": 42,
        "NL_RTM_GETTFILTER": 46,
        "NL_RTM_NEWACTION": 48,
        "NL_RTM_NEWADDR": 20,
        "NL_RTM_NEWADDRLABEL": 72,
        "NL_RTM_NEWLINK": 16,
        "NL_RTM_NEWMDB": 84,
        "NL_RTM_NEWNDUSEROPT": 68,
        "NL_RTM_NEWNEIGH": 28,
        "NL_RTM_NEWNEIGHTBL": 64,
        "NL_RTM_NEWNETCONF": 80,
        "NL_RTM_NEWNEXTHOP": 104,
        "NL_RTM_NEWNSID": 88,
        "NL_RTM_NEWPREFIX": 52,
        "NL_RTM_NEWQDISC": 36,
        "NL_RTM_NEWROUTE": 24,
        "NL_RTM_NEWRULE": 32,
        "NL_RTM_NEWSTATS": 92,
        "NL_RTM_NEWTCLASS": 40,
        "NL_RTM_NEWTFILTER": 44,
        "NL_RTM_SETDCB": 79,
        "NL_RTM_SETLINK": 19,
        "NL_RTM_SETNEIGHTBL": 67,
        "__NL_RTM_MAX": 107
      }
    },
    "unnamed_7a21d5a43cd1b86e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLIB_INTR_LEGACY": 0,
        "IFLIB_INTR_MSI": 1,
        "IFLIB_INTR_MSIX": 2
      }
    },
    "unnamed_7ae1cfa57ce3aa7a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SA_FLAG_COMPRESSION": 7168,
        "SA_FLAG_COMP_ENABLED": 1024,
        "SA_FLAG_COMP_SUPP": 2048,
        "SA_FLAG_COMP_UNSUPP": 4096,
        "SA_FLAG_EIO_PENDING": 128,
        "SA_FLAG_EOF_PENDING": 256,
        "SA_FLAG_EOM_PENDING": 64,
        "SA_FLAG_ERR_PENDING": 448,
        "SA_FLAG_FIXED": 2,
        "SA_FLAG_INVALID": 512,
        "SA_FLAG_OPEN": 1,
        "SA_FLAG_PROTECT_SUPP": 16384,
        "SA_FLAG_RSOC_TO_TRY": 65536,
        "SA_FLAG_SCTX_INIT": 32768,
        "SA_FLAG_TAPE_FROZEN": 8192,
        "SA_FLAG_TAPE_LOCKED": 4,
        "SA_FLAG_TAPE_MOUNTED": 8,
        "SA_FLAG_TAPE_WP": 16,
        "SA_FLAG_TAPE_WRITTEN": 32
      }
    },
    "unnamed_7b2a085880d7bfec": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ROLE_INITIATOR": 1,
        "ROLE_TARGET": 2,
        "ROLE_UNKNOWN": 0
      }
    },
    "unnamed_7b2d695238fd3fcb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_ADDR_ADDRMASK": 0,
        "PF_ADDR_DYNIFTL": 2,
        "PF_ADDR_NOROUTE": 1,
        "PF_ADDR_RANGE": 5,
        "PF_ADDR_TABLE": 3,
        "PF_ADDR_URPFFAILED": 4
      }
    },
    "unnamed_7b58dfb193a7973e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_CMD_NOWAIT": 1,
        "OCS_CMD_POLL": 0
      }
    },
    "unnamed_7b6784bfb7dca64a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MC5_MIN_TIDS": 16
      }
    },
    "unnamed_7b9a4f214fb0539f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFR_TYPE_BYTES": 1,
        "PFR_TYPE_MAX": 2,
        "PFR_TYPE_PACKETS": 0
      }
    },
    "unnamed_7b9cb66c98f7e9cf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DOORBELL_KDB": 3,
        "DOORBELL_UDB": 0,
        "DOORBELL_UDBWC": 2,
        "DOORBELL_WCWR": 1
      }
    },
    "unnamed_7c5abda28b9ddc59": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NDA_Q_4K": 1,
        "NDA_Q_NONE": 0
      }
    },
    "unnamed_7cbfd34bd85c35f3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MC_ADDR_CHANGE": 2,
        "UC_ADDR_CHANGE": 1
      }
    },
    "unnamed_7cc025c0ffa3f94d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INPLOOKUP_MATCH_LADDR": 2,
        "INPLOOKUP_MATCH_NONE": 0,
        "INPLOOKUP_MATCH_WILD": 1
      }
    },
    "unnamed_7d4b631738d3880c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BCAST_FLTR": 3,
        "MCAST_FLTR": 2,
        "UCAST_FLTR": 1
      }
    },
    "unnamed_7d65a259e7a6e6dd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DR_CHK_CHANNEL_AVAILABLE_START": 1,
        "DR_CHK_CHANNEL_AVAILABLE_STOP": 2,
        "DR_DFS_DISABLE": 0,
        "DR_IN_SERVICE_MONITOR_START": 3
      }
    },
    "unnamed_7d92fe00d68bc03c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_XPORT_FC": 0,
        "OCS_XPORT_ISCSI": 1
      }
    },
    "unnamed_7e3842fd9bbee04a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_LINK_TOPO_LOOP": 2,
        "SLI_LINK_TOPO_LOOPBACK_EXTERNAL": 4,
        "SLI_LINK_TOPO_LOOPBACK_INTERNAL": 3,
        "SLI_LINK_TOPO_MAX": 6,
        "SLI_LINK_TOPO_NONE": 5,
        "SLI_LINK_TOPO_NPORT": 1
      }
    },
    "unnamed_7e3f434b4abc5bf6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_PERM_ATOMIC": 16384,
        "MLX4_PERM_BIND_MW": 32768,
        "MLX4_PERM_LOCAL_READ": 1024,
        "MLX4_PERM_LOCAL_WRITE": 2048,
        "MLX4_PERM_MASK": 64512,
        "MLX4_PERM_REMOTE_READ": 4096,
        "MLX4_PERM_REMOTE_WRITE": 8192
      }
    },
    "unnamed_7e640e43dc5f81de": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MTT_FLAG_PRESENT": 1
      }
    },
    "unnamed_7eb5090ae8f926ed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFR_OP_ADDR_MAX": 2,
        "PFR_OP_BLOCK": 0,
        "PFR_OP_PASS": 1,
        "PFR_OP_TABLE_MAX": 3
      }
    },
    "unnamed_7f303c4dffe4557b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MT_LOCATE_FLAG_CHANGE_PART": 2,
        "MT_LOCATE_FLAG_IMMED": 1
      }
    },
    "unnamed_7f5721d1de283faf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_DEBUG_MISC": 2,
        "PF_DEBUG_NOISY": 3,
        "PF_DEBUG_NONE": 0,
        "PF_DEBUG_URGENT": 1
      }
    },
    "unnamed_7fb478757548530a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DSP_CDEV_TYPE_RDONLY": 0,
        "DSP_CDEV_TYPE_RDWR": 2,
        "DSP_CDEV_TYPE_WRONLY": 1
      }
    },
    "unnamed_7fe0c0845e852160": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FCOE_IDX_OFFSET": 1,
        "FWD_IDX_OFFSET": 2,
        "OOO_IDX_OFFSET": 0
      }
    },
    "unnamed_7fe344dd9acda46f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XDF_CONNECTING": 1
      }
    },
    "unnamed_801ff6161d7876d9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AML_FIELD_ACCESS_ANY": 0,
        "AML_FIELD_ACCESS_BUFFER": 5,
        "AML_FIELD_ACCESS_BYTE": 1,
        "AML_FIELD_ACCESS_DWORD": 3,
        "AML_FIELD_ACCESS_QWORD": 4,
        "AML_FIELD_ACCESS_WORD": 2
      }
    },
    "unnamed_8022b55c0a002c28": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SYNCER_FINAL_DELAY": 2,
        "SYNCER_RUNNING": 0,
        "SYNCER_SHUTTING_DOWN": 1
      }
    },
    "unnamed_806f585077ec47bc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OEM_FLAVOR_ADAPTEC": 1,
        "OEM_FLAVOR_BRAND_Z": 8,
        "OEM_FLAVOR_CPQ": 5,
        "OEM_FLAVOR_DELL": 2,
        "OEM_FLAVOR_DWS": 7,
        "OEM_FLAVOR_ESG": 11,
        "OEM_FLAVOR_FSC": 6,
        "OEM_FLAVOR_HITACHI": 10,
        "OEM_FLAVOR_HP": 3,
        "OEM_FLAVOR_IBM": 4,
        "OEM_FLAVOR_ICP": 12,
        "OEM_FLAVOR_LEGEND": 9,
        "OEM_FLAVOR_SCM": 13,
        "OEM_FLAVOR__last": 14
      }
    },
    "unnamed_80b07c208cdfb534": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_TEARDOWN_HCA_IN_PROFILE_FORCE_CLOSE": 1,
        "MLX5_TEARDOWN_HCA_IN_PROFILE_GRACEFUL_CLOSE": 0,
        "MLX5_TEARDOWN_HCA_IN_PROFILE_PREPARE_FAST_TEARDOWN": 2
      }
    },
    "unnamed_81108ffa407a3dfd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTRL_FLAGS": 234881024,
        "DS_FACT": 4
      }
    },
    "unnamed_81184b71942d63f0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VSC_CTRL_CLAUSE37_VIEW": 16,
        "VSC_CTRL_MEDIA_MODE_HI": 61440
      }
    },
    "unnamed_81a6c4f01221e01f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_HT_MACMODE_20": 0,
        "HAL_HT_MACMODE_2040": 1
      }
    },
    "unnamed_81bc21ec45700458": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NET_DIM_GOING_LEFT": 3,
        "NET_DIM_GOING_RIGHT": 2,
        "NET_DIM_PARKING_ON_TOP": 0,
        "NET_DIM_PARKING_TIRED": 1
      }
    },
    "unnamed_823eadd5092cba49": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "KEYBUF_TYPE_GELI": 1,
        "KEYBUF_TYPE_NONE": 0
      }
    },
    "unnamed_8294f098a88d53b1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MT_EXT_GET_ERROR": 3,
        "MT_EXT_GET_NEED_MORE_SPACE": 2,
        "MT_EXT_GET_NONE": 0,
        "MT_EXT_GET_OK": 1
      }
    },
    "unnamed_82a284471f6a9149": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RUM_BULK_RD": 1,
        "RUM_BULK_WR": 0,
        "RUM_N_TRANSFER": 2
      }
    },
    "unnamed_82f14f0049e28144": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CAP_INLINE_MODE_L2": 0,
        "MLX5_CAP_INLINE_MODE_NOT_REQUIRED": 2,
        "MLX5_CAP_INLINE_MODE_VPORT_CONTEXT": 1
      }
    },
    "unnamed_831e4fbf74e917bd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_READ_NVM_CHUNK_NOT_VALID_ADDRESS": 1,
        "IWM_READ_NVM_CHUNK_SUCCEED": 0
      }
    },
    "unnamed_8325b1ee4aa490ab": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_RX_FILTER_BCAST": 4,
        "HAL_RX_FILTER_BEACON": 16,
        "HAL_RX_FILTER_BSSID": 1073741824,
        "HAL_RX_FILTER_COMPBAR": 1024,
        "HAL_RX_FILTER_COMP_BA": 2048,
        "HAL_RX_FILTER_CONTROL": 8,
        "HAL_RX_FILTER_MCAST": 2,
        "HAL_RX_FILTER_MCAST_BCAST_ALL": 32768,
        "HAL_RX_FILTER_MYBEACON": 512,
        "HAL_RX_FILTER_PHYERR": 256,
        "HAL_RX_FILTER_PHYRADAR": 8192,
        "HAL_RX_FILTER_PROBEREQ": 128,
        "HAL_RX_FILTER_PROM": 32,
        "HAL_RX_FILTER_PSPOLL": 16384,
        "HAL_RX_FILTER_UCAST": 1
      }
    },
    "unnamed_83397fbb61a2fb15": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADDR": 1,
        "NONE": 0
      }
    },
    "unnamed_8354c47237822baa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGMAC_ALL": 65535,
        "XGMAC_ALLMULTI": 4,
        "XGMAC_MCADDRS": 32,
        "XGMAC_MTU": 1,
        "XGMAC_PROMISC": 2,
        "XGMAC_UCADDR": 16,
        "XGMAC_VLANEX": 8
      }
    },
    "unnamed_8370cfb7dcd8cdcd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_EQ_VEC_ASYNC": 2,
        "MLX5_EQ_VEC_CMD": 1,
        "MLX5_EQ_VEC_COMP_BASE": 3,
        "MLX5_EQ_VEC_PAGES": 0
      }
    },
    "unnamed_83e453e406ad74c3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_TMF_FUNCTION_COMPLETE": 1,
        "OCS_SCSI_TMF_FUNCTION_IO_NOT_FOUND": 3,
        "OCS_SCSI_TMF_FUNCTION_REJECTED": 4,
        "OCS_SCSI_TMF_FUNCTION_SUCCEEDED": 2,
        "OCS_SCSI_TMF_INCORRECT_LOGICAL_UNIT_NUMBER": 5,
        "OCS_SCSI_TMF_SERVICE_DELIVERY": 6
      }
    },
    "unnamed_83fdd17414b90332": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_EVENT_TYPE_CMD": 10,
        "MLX5_EVENT_TYPE_CODING_DCBX_CHANGE_EVENT": 30,
        "MLX5_EVENT_TYPE_CODING_GENERAL_NOTIFICATION_EVENT": 34,
        "MLX5_EVENT_TYPE_CODING_GENERAL_OBJ_EVENT": 39,
        "MLX5_EVENT_TYPE_CODING_PORT_MODULE_EVENT": 22,
        "MLX5_EVENT_TYPE_CODING_PPS_EVENT": 37,
        "MLX5_EVENT_TYPE_COMM_EST": 2,
        "MLX5_EVENT_TYPE_COMP": 0,
        "MLX5_EVENT_TYPE_CQ_ERROR": 4,
        "MLX5_EVENT_TYPE_DB_BF_CONGESTION": 26,
        "MLX5_EVENT_TYPE_DCT_DRAINED": 28,
        "MLX5_EVENT_TYPE_DCT_KEY_VIOLATION": 29,
        "MLX5_EVENT_TYPE_DROPPED_PACKET_LOGGED_EVENT": 31,
        "MLX5_EVENT_TYPE_FPGA_ERROR": 32,
        "MLX5_EVENT_TYPE_FPGA_QP_ERROR": 33,
        "MLX5_EVENT_TYPE_GPIO_EVENT": 21,
        "MLX5_EVENT_TYPE_INTERNAL_ERROR": 8,
        "MLX5_EVENT_TYPE_NIC_VPORT_CHANGE": 13,
        "MLX5_EVENT_TYPE_NOTIFY_ANY": 0,
        "MLX5_EVENT_TYPE_PAGE_FAULT": 12,
        "MLX5_EVENT_TYPE_PAGE_REQUEST": 11,
        "MLX5_EVENT_TYPE_PATH_MIG": 1,
        "MLX5_EVENT_TYPE_PATH_MIG_FAILED": 7,
        "MLX5_EVENT_TYPE_PORT_CHANGE": 9,
        "MLX5_EVENT_TYPE_REMOTE_CONFIG": 25,
        "MLX5_EVENT_TYPE_SQ_DRAINED": 3,
        "MLX5_EVENT_TYPE_SRQ_CATAS_ERROR": 18,
        "MLX5_EVENT_TYPE_SRQ_LAST_WQE": 19,
        "MLX5_EVENT_TYPE_SRQ_RQ_LIMIT": 20,
        "MLX5_EVENT_TYPE_STALL_EVENT": 27,
        "MLX5_EVENT_TYPE_TEMP_WARN_EVENT": 23,
        "MLX5_EVENT_TYPE_WQ_ACCESS_ERROR": 17,
        "MLX5_EVENT_TYPE_WQ_CATAS_ERROR": 5,
        "MLX5_EVENT_TYPE_WQ_INVAL_REQ_ERROR": 16,
        "MLX5_EVENT_TYPE_XRQ_ERROR": 24
      }
    },
    "unnamed_8401588bfdb81521": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SA_STATE_ABNORMAL": 2,
        "SA_STATE_NORMAL": 0,
        "SA_STATE_PROBE": 1
      }
    },
    "unnamed_8463cf23766d2f13": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_KEY_PROXY_STA_MASK": 16
      }
    },
    "unnamed_8489a23838b1c4cc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADA_ZONE_FLAG_CLOSE_SUP": 4,
        "ADA_ZONE_FLAG_FINISH_SUP": 8,
        "ADA_ZONE_FLAG_MAX_SEQ_SET": 256,
        "ADA_ZONE_FLAG_OPEN_SUP": 2,
        "ADA_ZONE_FLAG_OPT_NONSEQ_SET": 128,
        "ADA_ZONE_FLAG_OPT_SEQ_SET": 64,
        "ADA_ZONE_FLAG_RWP_SUP": 16,
        "ADA_ZONE_FLAG_RZ_SUP": 1,
        "ADA_ZONE_FLAG_SET_MASK": 448,
        "ADA_ZONE_FLAG_SUP_MASK": 31,
        "ADA_ZONE_FLAG_URSWRZ": 32
      }
    },
    "unnamed_84c2702f54a328eb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_dictDefaultAttach": 0,
        "ZSTD_dictForceAttach": 1,
        "ZSTD_dictForceCopy": 2,
        "ZSTD_dictForceLoad": 3
      }
    },
    "unnamed_84cbe0c520255780": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_HOLE_CLR_STATS": 2,
        "NGM_HOLE_GETCLR_STATS": 3,
        "NGM_HOLE_GET_STATS": 1
      }
    },
    "unnamed_84fa477f7de6edb4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "U3G_BULK_RD": 1,
        "U3G_BULK_WR": 0,
        "U3G_INTR": 2,
        "U3G_N_TRANSFER": 3
      }
    },
    "unnamed_85955ed9d857b9e3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_INT_BBPANIC": 1024,
        "HAL_INT_BMISC": 182452224,
        "HAL_INT_BMISS": 262144,
        "HAL_INT_BNR": 1048576,
        "HAL_INT_BRSSI": 131072,
        "HAL_INT_CABEND": 33554432,
        "HAL_INT_COMMON": 18340026,
        "HAL_INT_CST": 268435456,
        "HAL_INT_DTIM": 4194304,
        "HAL_INT_DTIMSYNC": 8388608,
        "HAL_INT_FATAL": 1073741824,
        "HAL_INT_GENTIMER": 134217728,
        "HAL_INT_GPIO": 16777216,
        "HAL_INT_GTT": 536870912,
        "HAL_INT_MCI": 512,
        "HAL_INT_MIB": 4096,
        "HAL_INT_RX": 1,
        "HAL_INT_RXDESC": 2,
        "HAL_INT_RXEOL": 16,
        "HAL_INT_RXERR": 4,
        "HAL_INT_RXHP": 1,
        "HAL_INT_RXKCM": 32768,
        "HAL_INT_RXLP": 2,
        "HAL_INT_RXNOFRM": 8,
        "HAL_INT_RXORN": 32,
        "HAL_INT_RXPHY": 16384,
        "HAL_INT_SWBA": 65536,
        "HAL_INT_TBTT": 134217728,
        "HAL_INT_TIM": 2097152,
        "HAL_INT_TIM_TIMER": 256,
        "HAL_INT_TSFOOR": 67108864,
        "HAL_INT_TX": 64,
        "HAL_INT_TXDESC": 128,
        "HAL_INT_TXURN": 2048
      }
    },
    "unnamed_865e9f344b1df9e1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_EVT_ABORT_CMPL": 50331701,
        "OCS_EVT_ABORT_ELS": 50331660,
        "OCS_EVT_ABORT_IO": 50331696,
        "OCS_EVT_ABORT_IO_NO_RESP": 50331697,
        "OCS_EVT_ABTS_RCVD": 50331662,
        "OCS_EVT_ADISC_RCVD": 50331675,
        "OCS_EVT_ALL_CHILD_NODES_FREE": 4,
        "OCS_EVT_DOMAIN_ALLOC_FAIL": 16777220,
        "OCS_EVT_DOMAIN_ALLOC_OK": 16777219,
        "OCS_EVT_DOMAIN_ATTACH_FAIL": 16777223,
        "OCS_EVT_DOMAIN_ATTACH_OK": 16777222,
        "OCS_EVT_DOMAIN_FOUND": 16777218,
        "OCS_EVT_DOMAIN_FREE_FAIL": 16777226,
        "OCS_EVT_DOMAIN_FREE_OK": 16777225,
        "OCS_EVT_DOMAIN_LOST": 16777224,
        "OCS_EVT_DOMAIN_REQ_ATTACH": 16777221,
        "OCS_EVT_ELS_ABORT_CMPL": 50331661,
        "OCS_EVT_ELS_FRAME": 50331657,
        "OCS_EVT_ELS_RCVD": 50331678,
        "OCS_EVT_ELS_REQ_ABORTED": 50331659,
        "OCS_EVT_ELS_REQ_TIMEOUT": 50331658,
        "OCS_EVT_ENTER": 0,
        "OCS_EVT_ERROR": 16777217,
        "OCS_EVT_EXIT": 2,
        "OCS_EVT_FCP_CMD_RCVD": 50331679,
        "OCS_EVT_FDISC_RCVD": 50331674,
        "OCS_EVT_FLOGI_RCVD": 50331668,
        "OCS_EVT_GFF_ID_RCVD": 50331685,
        "OCS_EVT_GFPN_ID_RCVD": 50331684,
        "OCS_EVT_GIDPT_DELAY_EXPIRED": 50331695,
        "OCS_EVT_GID_FT_RCVD": 50331686,
        "OCS_EVT_GID_PT_RCVD": 50331687,
        "OCS_EVT_GNN_ID_RCVD": 50331682,
        "OCS_EVT_GPN_ID_RCVD": 50331683,
        "OCS_EVT_HW_DOMAIN_REQ_ATTACH": 16777227,
        "OCS_EVT_HW_DOMAIN_REQ_FREE": 16777228,
        "OCS_EVT_HW_PORT_ALLOC_FAIL": 33554440,
        "OCS_EVT_HW_PORT_ALLOC_OK": 33554439,
        "OCS_EVT_HW_PORT_ATTACH_OK": 33554441,
        "OCS_EVT_HW_PORT_FREE_OK": 33554444,
        "OCS_EVT_HW_PORT_REQ_ATTACH": 33554442,
        "OCS_EVT_HW_PORT_REQ_FREE": 33554443,
        "OCS_EVT_IO_ABORTED_BY_TMF": 50331705,
        "OCS_EVT_IO_ABORT_IGNORED": 50331706,
        "OCS_EVT_IO_CMPL": 50331698,
        "OCS_EVT_IO_CMPL_ERRORS": 50331699,
        "OCS_EVT_IO_FIRST_BURST": 50331707,
        "OCS_EVT_IO_FIRST_BURST_ABORTED": 50331709,
        "OCS_EVT_IO_FIRST_BURST_ERR": 50331708,
        "OCS_EVT_LAST": 50331710,
        "OCS_EVT_LOGO_RCVD": 50331669,
        "OCS_EVT_NODE_ACTIVE_IO_LIST_EMPTY": 50331702,
        "OCS_EVT_NODE_ATTACH_FAIL": 50331654,
        "OCS_EVT_NODE_ATTACH_OK": 50331653,
        "OCS_EVT_NODE_DEL_INI_COMPLETE": 50331703,
        "OCS_EVT_NODE_DEL_TGT_COMPLETE": 50331704,
        "OCS_EVT_NODE_FREE_FAIL": 50331656,
        "OCS_EVT_NODE_FREE_OK": 50331655,
        "OCS_EVT_NODE_MISSING": 50331663,
        "OCS_EVT_NODE_REFOUND": 50331664,
        "OCS_EVT_PDISC_RCVD": 50331673,
        "OCS_EVT_PLOGI_RCVD": 50331667,
        "OCS_EVT_PRLI_RCVD": 50331671,
        "OCS_EVT_PRLO_RCVD": 50331672,
        "OCS_EVT_RCS_ID_RCVD": 50331690,
        "OCS_EVT_REENTER": 1,
        "OCS_EVT_RESPONSE": 16777216,
        "OCS_EVT_RESP_CMPL": 50331700,
        "OCS_EVT_RESUME": 5,
        "OCS_EVT_RFF_ID_RCVD": 50331681,
        "OCS_EVT_RFT_ID_RCVD": 50331680,
        "OCS_EVT_RHBA_RCVD": 50331693,
        "OCS_EVT_RNN_ID_RCVD": 50331689,
        "OCS_EVT_RPA_RCVD": 50331694,
        "OCS_EVT_RPN_ID_RCVD": 50331688,
        "OCS_EVT_RRQ_RCVD": 50331670,
        "OCS_EVT_RSCN_RCVD": 50331676,
        "OCS_EVT_RSNN_NN_RCVD": 50331691,
        "OCS_EVT_RSPN_ID_RCVD": 50331692,
        "OCS_EVT_SCR_RCVD": 50331677,
        "OCS_EVT_SHUTDOWN": 3,
        "OCS_EVT_SHUTDOWN_EXPLICIT_LOGO": 50331666,
        "OCS_EVT_SHUTDOWN_IMPLICIT_LOGO": 50331665,
        "OCS_EVT_SPORT_ALLOC_FAIL": 33554433,
        "OCS_EVT_SPORT_ALLOC_OK": 33554432,
        "OCS_EVT_SPORT_ATTACH_FAIL": 33554435,
        "OCS_EVT_SPORT_ATTACH_OK": 33554434,
        "OCS_EVT_SPORT_FREE_FAIL": 33554437,
        "OCS_EVT_SPORT_FREE_OK": 33554436,
        "OCS_EVT_SPORT_TOPOLOGY_NOTIFY": 33554438,
        "OCS_EVT_SRRS_ELS_CMPL_FAIL": 50331651,
        "OCS_EVT_SRRS_ELS_CMPL_OK": 50331649,
        "OCS_EVT_SRRS_ELS_REQ_FAIL": 50331650,
        "OCS_EVT_SRRS_ELS_REQ_OK": 50331648,
        "OCS_EVT_SRRS_ELS_REQ_RJT": 50331652,
        "OCS_EVT_TIMER_EXPIRED": 6
      }
    },
    "unnamed_86892f389beaf69f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_ATA_STATUS_ERROR": 28,
        "CAM_AUTOSENSE_FAIL": 16,
        "CAM_AUTOSNS_VALID": 128,
        "CAM_BDR_SENT": 23,
        "CAM_BUSY": 5,
        "CAM_CCB_LEN_ERR": 21,
        "CAM_CDB_RECVD": 61,
        "CAM_CMD_TIMEOUT": 11,
        "CAM_DATA_RUN_ERR": 18,
        "CAM_DEV_NOT_THERE": 8,
        "CAM_DEV_QFRZN": 64,
        "CAM_FUNC_NOTAVAIL": 58,
        "CAM_IDE": 51,
        "CAM_IID_INVALID": 60,
        "CAM_INVALID_CDB": 55,
        "CAM_LUN_ALRDY_ENA": 62,
        "CAM_LUN_INVALID": 56,
        "CAM_MESSAGE_RECV": 54,
        "CAM_MSG_REJECT_REC": 13,
        "CAM_NO_HBA": 17,
        "CAM_NO_NEXUS": 59,
        "CAM_NVME_STATUS_ERROR": 32,
        "CAM_PATH_INVALID": 7,
        "CAM_PROVIDE_FAIL": 22,
        "CAM_QOS_VALID": 1024,
        "CAM_RELEASE_SIMQ": 256,
        "CAM_REQUEUE_REQ": 27,
        "CAM_REQ_ABORTED": 2,
        "CAM_REQ_CMP": 1,
        "CAM_REQ_CMP_ERR": 4,
        "CAM_REQ_INPROG": 0,
        "CAM_REQ_INVALID": 6,
        "CAM_REQ_SOFTTIMEOUT": 31,
        "CAM_REQ_TERMIO": 24,
        "CAM_REQ_TOO_BIG": 26,
        "CAM_RESRC_UNAVAIL": 52,
        "CAM_SCSI_BUSY": 63,
        "CAM_SCSI_BUS_RESET": 14,
        "CAM_SCSI_IT_NEXUS_LOST": 29,
        "CAM_SCSI_STATUS_ERROR": 12,
        "CAM_SEL_TIMEOUT": 10,
        "CAM_SENT_SENSE": 1073741824,
        "CAM_SEQUENCE_FAIL": 20,
        "CAM_SIM_QUEUED": 512,
        "CAM_SMP_STATUS_ERROR": 30,
        "CAM_STATUS_MASK": 63,
        "CAM_TID_INVALID": 57,
        "CAM_UA_ABORT": 3,
        "CAM_UA_TERMIO": 9,
        "CAM_UNACKED_EVENT": 53,
        "CAM_UNCOR_PARITY": 15,
        "CAM_UNEXP_BUSFREE": 19,
        "CAM_UNREC_HBA_ERROR": 25
      }
    },
    "unnamed_87180f480baadf5b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_EN_100M_SPEED": 4,
        "MLX4_EN_10G_SPEED_XAUI": 0,
        "MLX4_EN_10G_SPEED_XFI": 1,
        "MLX4_EN_1G_SPEED": 2,
        "MLX4_EN_20G_SPEED": 8,
        "MLX4_EN_40G_SPEED": 64,
        "MLX4_EN_56G_SPEED": 32,
        "MLX4_EN_OTHER_SPEED": 15
      }
    },
    "unnamed_87b032cf266ac816": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "L2T_SIZE": 4096
      }
    },
    "unnamed_87e8d03420822b8e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPL_ABORT_NO_RST": 1,
        "CPL_ABORT_SEND_RST": 0
      }
    },
    "unnamed_880bf42cb68da6e3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_WQ_TYPE_CYCLIC": 1,
        "MLX5_WQ_TYPE_LINKED_LIST": 0,
        "MLX5_WQ_TYPE_STRQ_CYCLIC": 3,
        "MLX5_WQ_TYPE_STRQ_LINKED_LIST": 2
      }
    },
    "unnamed_88498e4f2cfc91dd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_EQ_DOORBEL_OFFSET": 64
      }
    },
    "unnamed_88577515baa36dab": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MT_LOCATE_BAM_EXPLICIT": 1,
        "MT_LOCATE_BAM_IMPLICIT": 0
      }
    },
    "unnamed_887b3fe6a95764b0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLA_ADDRESS": 1,
        "IFLA_AF_SPEC": 26,
        "IFLA_ALLMULTI": 60,
        "IFLA_ALT_IFNAME": 53,
        "IFLA_BROADCAST": 2,
        "IFLA_CARRIER": 33,
        "IFLA_CARRIER_CHANGES": 35,
        "IFLA_CARRIER_DOWN_COUNT": 48,
        "IFLA_CARRIER_UP_COUNT": 47,
        "IFLA_COST": 8,
        "IFLA_DEVLINK_PORT": 61,
        "IFLA_EVENT": 44,
        "IFLA_EXT_MASK": 29,
        "IFLA_FREEBSD": 64,
        "IFLA_GROUP": 27,
        "IFLA_GRO_IPV4_MAX_SIZE": 63,
        "IFLA_GRO_MAX_SIZE": 58,
        "IFLA_GSO_IPV4_MAX_SIZE": 62,
        "IFLA_GSO_MAX_SEGS": 40,
        "IFLA_GSO_MAX_SIZE": 41,
        "IFLA_IFALIAS": 20,
        "IFLA_IFNAME": 3,
        "IFLA_IF_NETNSID": 46,
        "IFLA_LINK": 5,
        "IFLA_LINKINFO": 18,
        "IFLA_LINKMODE": 17,
        "IFLA_LINK_NETNSID": 37,
        "IFLA_MAP": 14,
        "IFLA_MASTER": 10,
        "IFLA_MAX_MTU": 51,
        "IFLA_MIN_MTU": 50,
        "IFLA_MTU": 4,
        "IFLA_NET_NS_FD": 28,
        "IFLA_NET_NS_PID": 19,
        "IFLA_NEW_IFINDEX": 49,
        "IFLA_NEW_NETNSID": 45,
        "IFLA_NUM_RX_QUEUES": 32,
        "IFLA_NUM_TX_QUEUES": 31,
        "IFLA_NUM_VF": 21,
        "IFLA_OPERSTATE": 16,
        "IFLA_PAD": 42,
        "IFLA_PARENT_DEV_BUS_NAME": 57,
        "IFLA_PARENT_DEV_NAME": 56,
        "IFLA_PERM_ADDRESS": 54,
        "IFLA_PHYS_PORT_ID": 34,
        "IFLA_PHYS_PORT_NAME": 38,
        "IFLA_PHYS_SWITCH_ID": 36,
        "IFLA_PORT_SELF": 25,
        "IFLA_PRIORITY": 9,
        "IFLA_PROMISCUITY": 30,
        "IFLA_PROP_LIST": 52,
        "IFLA_PROTINFO": 12,
        "IFLA_PROTO_DOWN": 39,
        "IFLA_PROTO_DOWN_REASON": 55,
        "IFLA_QDISC": 6,
        "IFLA_STATS": 7,
        "IFLA_STATS64": 23,
        "IFLA_TARGET_NETNSID": 46,
        "IFLA_TSO_MAX_SEGS": 59,
        "IFLA_TXQLEN": 13,
        "IFLA_UNSPEC": 0,
        "IFLA_VFINFO_LIST": 22,
        "IFLA_VF_PORTS": 24,
        "IFLA_WEIGHT": 15,
        "IFLA_WIRELESS": 11,
        "IFLA_XDP": 43,
        "__IFLA_MAX": 65
      }
    },
    "unnamed_88b878723f69b405": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NDA_CCB_BUFFER_IO": 1,
        "NDA_CCB_DUMP": 2,
        "NDA_CCB_PASS": 4,
        "NDA_CCB_TRIM": 3,
        "NDA_CCB_TYPE_MASK": 15
      }
    },
    "unnamed_88be491a39a4298e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPL_ETH_802_3": 2,
        "CPL_ETH_802_3_VLAN": 3,
        "CPL_ETH_II": 0,
        "CPL_ETH_II_VLAN": 1
      }
    },
    "unnamed_8926d1bf613ce612": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_DEBUG_CDB": 8,
        "CAM_DEBUG_INFO": 1,
        "CAM_DEBUG_NONE": 0,
        "CAM_DEBUG_PERIPH": 32,
        "CAM_DEBUG_PROBE": 64,
        "CAM_DEBUG_SUBTRACE": 4,
        "CAM_DEBUG_TRACE": 2,
        "CAM_DEBUG_XPT": 16
      }
    },
    "unnamed_8946ad383bb2dfa2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XXH_ERROR": 1,
        "XXH_OK": 0
      }
    },
    "unnamed_894a57f3020a6dbb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OP_DELAY": 14,
        "OP_FW": 8,
        "OP_IF_MODE_AND": 11,
        "OP_IF_MODE_OR": 10,
        "OP_IF_PHASE": 12,
        "OP_MAX": 16,
        "OP_RD": 1,
        "OP_RT": 13,
        "OP_SW": 3,
        "OP_VERIFY": 15,
        "OP_WB": 7,
        "OP_WB_ZR": 9,
        "OP_WR": 2,
        "OP_WR_64": 6,
        "OP_ZP": 5,
        "OP_ZR": 4
      }
    },
    "unnamed_895ff46dcb8b45d2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_RX_CLEAR_CTL_LOW": 1,
        "HAL_RX_CLEAR_EXT_LOW": 2
      }
    },
    "unnamed_89aac38365cd704e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFCOUNTERS": 12,
        "IFCOUNTER_COLLISIONS": 4,
        "IFCOUNTER_IBYTES": 5,
        "IFCOUNTER_IERRORS": 1,
        "IFCOUNTER_IMCASTS": 7,
        "IFCOUNTER_IPACKETS": 0,
        "IFCOUNTER_IQDROPS": 9,
        "IFCOUNTER_NOPROTO": 11,
        "IFCOUNTER_OBYTES": 6,
        "IFCOUNTER_OERRORS": 3,
        "IFCOUNTER_OMCASTS": 8,
        "IFCOUNTER_OPACKETS": 2,
        "IFCOUNTER_OQDROPS": 10
      }
    },
    "unnamed_89c7f0734cc049f6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NETMAP_BUF_POOL": 2,
        "NETMAP_IF_POOL": 0,
        "NETMAP_POOLS_NR": 3,
        "NETMAP_RING_POOL": 1
      }
    },
    "unnamed_89faa3ee47349c73": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_DROP_NEW_HEALTH_WORK": 0,
        "MLX5_DROP_NEW_RECOVERY_WORK": 1,
        "MLX5_DROP_NEW_WATCHDOG_WORK": 2
      }
    },
    "unnamed_8a09ed20f34043ea": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACL_POLICY_ALLOW": 1,
        "ACL_POLICY_DENY": 2,
        "ACL_POLICY_OPEN": 0,
        "ACL_POLICY_RADIUS": 7
      }
    },
    "unnamed_8a2c79cdff9fc823": {
      "size": 4,
      "base": "int",
      "constants": {
        "MLX4_DEV_CAP_CHECK_NUM_VFS_ABOVE_64": -1
      }
    },
    "unnamed_8a5bb98f15e7ceda": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZYD_BULK_RD": 1,
        "ZYD_BULK_WR": 0,
        "ZYD_INTR_RD": 3,
        "ZYD_INTR_WR": 2,
        "ZYD_N_TRANSFER": 4
      }
    },
    "unnamed_8a5fd4c2ee6d76bf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SES_NUM_UPDATE_STATES": 9,
        "SES_PROCESS_CONTROL_REQS": 6,
        "SES_PUBLISH_CACHE": 8,
        "SES_PUBLISH_PHYSPATHS": 7,
        "SES_UPDATE_GETCONFIG": 2,
        "SES_UPDATE_GETELMADDLSTATUS": 5,
        "SES_UPDATE_GETELMDESCS": 4,
        "SES_UPDATE_GETSTATUS": 3,
        "SES_UPDATE_NONE": 0,
        "SES_UPDATE_PAGES": 1
      }
    },
    "unnamed_8abcc1b9cb78e239": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_ANT_FIXED_A": 1,
        "HAL_ANT_FIXED_B": 2,
        "HAL_ANT_VARIABLE": 0
      }
    },
    "unnamed_8af72582e44c39f2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CFGMECH_1": 1,
        "CFGMECH_2": 2,
        "CFGMECH_NONE": 0,
        "CFGMECH_PCIE": 3
      }
    },
    "unnamed_8b5773e192bc7624": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADA_FLAG_ANNOUNCED": 1048576,
        "ADA_FLAG_CAN_48BIT": 2,
        "ADA_FLAG_CAN_CFA": 1024,
        "ADA_FLAG_CAN_DMA": 16,
        "ADA_FLAG_CAN_DMA48": 4096,
        "ADA_FLAG_CAN_FLUSHCACHE": 4,
        "ADA_FLAG_CAN_IDLOG": 16384,
        "ADA_FLAG_CAN_LOG": 8192,
        "ADA_FLAG_CAN_NCQ": 8,
        "ADA_FLAG_CAN_NCQ_TRIM": 4194304,
        "ADA_FLAG_CAN_POWERMGT": 2048,
        "ADA_FLAG_CAN_RAHEAD": 262144,
        "ADA_FLAG_CAN_SUPCAP": 32768,
        "ADA_FLAG_CAN_TRIM": 128,
        "ADA_FLAG_CAN_WCACHE": 131072,
        "ADA_FLAG_CAN_ZONE": 65536,
        "ADA_FLAG_DIRTY": 2097152,
        "ADA_FLAG_NEED_OTAG": 32,
        "ADA_FLAG_OPEN": 256,
        "ADA_FLAG_PIM_ATA_EXT": 8388608,
        "ADA_FLAG_PROBED": 524288,
        "ADA_FLAG_ROTATING": 33554432,
        "ADA_FLAG_SCTX_INIT": 512,
        "ADA_FLAG_UNMAPPEDIO": 16777216,
        "ADA_FLAG_WAS_OTAG": 64
      }
    },
    "unnamed_8bbc874eacbad2d8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HUF_fourStreams": 1,
        "HUF_singleStream": 0
      }
    },
    "unnamed_8bf9cc0700b8ee1f": {
      "size": 8,
      "base": "__ARRAY_SIZE_TYPE__",
      "constants": {
        "MLX4_DEV_CAP_FLAG_64B_CQE": 4611686018427387904,
        "MLX4_DEV_CAP_FLAG_64B_EQE": 2305843009213693952,
        "MLX4_DEV_CAP_FLAG_APM": 131072,
        "MLX4_DEV_CAP_FLAG_ATOMIC": 262144,
        "MLX4_DEV_CAP_FLAG_BAD_PKEY_CNTR": 256,
        "MLX4_DEV_CAP_FLAG_BAD_QKEY_CNTR": 512,
        "MLX4_DEV_CAP_FLAG_BLH": 32768,
        "MLX4_DEV_CAP_FLAG_COUNTERS": 281474976710656,
        "MLX4_DEV_CAP_FLAG_DPDP": 4096,
        "MLX4_DEV_CAP_FLAG_FCS_KEEP": 17179869184,
        "MLX4_DEV_CAP_FLAG_IBOE": 1073741824,
        "MLX4_DEV_CAP_FLAG_IPOIB_CSUM": 128,
        "MLX4_DEV_CAP_FLAG_MEM_WINDOW": 65536,
        "MLX4_DEV_CAP_FLAG_PORT_MNG_CHG_EV": 576460752303423488,
        "MLX4_DEV_CAP_FLAG_RAW_MCAST": 524288,
        "MLX4_DEV_CAP_FLAG_RC": 1,
        "MLX4_DEV_CAP_FLAG_RSS_IP_FRAG": 4503599627370496,
        "MLX4_DEV_CAP_FLAG_SENSE_SUPPORT": 36028797018963968,
        "MLX4_DEV_CAP_FLAG_SET_ETH_SCHED": 9007199254740992,
        "MLX4_DEV_CAP_FLAG_SRQ": 64,
        "MLX4_DEV_CAP_FLAG_UC": 2,
        "MLX4_DEV_CAP_FLAG_UC_LOOPBACK": 4294967296,
        "MLX4_DEV_CAP_FLAG_UD": 4,
        "MLX4_DEV_CAP_FLAG_UDP_RSS": 1099511627776,
        "MLX4_DEV_CAP_FLAG_UD_AV_PORT": 1048576,
        "MLX4_DEV_CAP_FLAG_UD_MCAST": 2097152,
        "MLX4_DEV_CAP_FLAG_VEP_MC_STEER": 4398046511104,
        "MLX4_DEV_CAP_FLAG_VEP_UC_STEER": 2199023255552,
        "MLX4_DEV_CAP_FLAG_WOL_PORT1": 137438953472,
        "MLX4_DEV_CAP_FLAG_WOL_PORT2": 274877906944,
        "MLX4_DEV_CAP_FLAG_XRC": 8
      }
    },
    "unnamed_8c4a8567869a4095": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_TLS_CONTINUE": 3,
        "MLX5E_TLS_DEFERRED": 2,
        "MLX5E_TLS_FAILURE": 1,
        "MLX5E_TLS_LOOP": 0
      }
    },
    "unnamed_8c66ab5ae0afee79": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AdapterEnvironmentInfo": 803,
        "AifRequest": 700,
        "CheckRevision": 701,
        "ClusterCommand": 550,
        "ContainerCommand": 500,
        "ContainerCommand64": 501,
        "DisableEventLog": 903,
        "DmaCommandFib": 120,
        "EnableEventLog": 902,
        "EncryptedKeyTransportFIB": 904,
        "FduAdapterTest": 801,
        "FsaHostShutdown": 702,
        "GetInterruptDefStatus": 128,
        "HostFileSystem": 302,
        "InterfaceShutdown": 110,
        "IsAdapterPaused": 704,
        "KeyableFeaturesFIB": 905,
        "LastCommCommand": 129,
        "LastFileSystemCommand": 303,
        "LastMiscCommand": 707,
        "LastTestCommand": 100,
        "NuFileSystem": 300,
        "NvsramEventLog": 900,
        "OnLineDiagnostic": 800,
        "RawIo": 502,
        "RawIo2": 503,
        "ReinitAdapHighCommandQueue": 107,
        "ReinitAdapHighRespQueue": 108,
        "ReinitAdapNormCommandQueue": 105,
        "ReinitAdapNormRespQueue": 109,
        "ReinitHostHighCommandQueue": 102,
        "ReinitHostHighRespQueue": 103,
        "ReinitHostNormCommandQueue": 101,
        "ReinitHostNormRespQueue": 104,
        "RequestAdapterInfo": 703,
        "RequestCompatibilityId": 802,
        "RequestPerfData": 125,
        "RequestSupplementAdapterInfo": 706,
        "ResetNvsramEventLogPointers": 901,
        "SasRequestPhyInfo": 612,
        "SasSmpPassThrough": 603,
        "SataPortCommandU64": 602,
        "ScsiPortCommand": 600,
        "ScsiPortCommandU64": 601,
        "SendHostTime": 705,
        "SetInterruptDefCount": 127,
        "SetInterruptDefTimer": 126,
        "SpeedTest": 123,
        "StartProfile": 121,
        "TakeABreakPt": 124,
        "TermProfile": 122,
        "TestAdapterCommand": 2,
        "TestCommandResponse": 1,
        "UFS": 301
      }
    },
    "unnamed_8ca1e4d8b136181c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFIL_CONSUMED": 2,
        "PFIL_DROPPED": 1,
        "PFIL_PASS": 0,
        "PFIL_REALLOCED": 3
      }
    },
    "unnamed_8ceb462bc3babd54": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_HCA_CAP_GENERAL_OBJ_TYPES_ENCRYPTION_KEY": 4096
      }
    },
    "unnamed_8d11e6feeeda387a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NDA_CACHEINFO": 3,
        "NDA_DST": 1,
        "NDA_FDB_EXT_ATTRS": 14,
        "NDA_FLAGS_EXT": 15,
        "NDA_FREEBSD": 18,
        "NDA_IFINDEX": 8,
        "NDA_LINK_NETNSID": 10,
        "NDA_LLADDR": 2,
        "NDA_MASTER": 9,
        "NDA_NDM_FLAGS_MASK": 17,
        "NDA_NDM_STATE_MASK": 16,
        "NDA_NH_ID": 13,
        "NDA_PORT": 6,
        "NDA_PROBES": 4,
        "NDA_PROTOCOL": 12,
        "NDA_SRC_VNI": 11,
        "NDA_UNSPEC": 0,
        "NDA_VLAN": 5,
        "NDA_VNI": 7,
        "__NDA_MAX": 19
      }
    },
    "unnamed_8d1caf376be9b634": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "cphy_cause_alarm": 8,
        "cphy_cause_fifo_error": 2,
        "cphy_cause_link_change": 1,
        "cphy_cause_module_change": 4
      }
    },
    "unnamed_8d2c1bfc580fd79a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ETH_WQE_L3_CSUM": 64,
        "MLX5_ETH_WQE_L3_INNER_CSUM": 16,
        "MLX5_ETH_WQE_L4_CSUM": 128,
        "MLX5_ETH_WQE_L4_INNER_CSUM": 32
      }
    },
    "unnamed_8d30f97b50b8033a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SQC_TIMESTAMP_FORMAT_DEFAULT": 1,
        "MLX5_SQC_TIMESTAMP_FORMAT_FREE_RUNNING": 0,
        "MLX5_SQC_TIMESTAMP_FORMAT_REAL_TIME": 2
      }
    },
    "unnamed_8d8dd56015a75ada": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ENC_NONE": 0,
        "ENC_SAFT": 3,
        "ENC_SEMB_SAFT": 5,
        "ENC_SEMB_SES": 4,
        "ENC_SES": 1,
        "ENC_SES_PASSTHROUGH": 2
      }
    },
    "unnamed_8da67d3b7beee6f4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBDCF_ASYNC_MAPPING": 1024,
        "XBDCF_FROZEN": 256,
        "XBDCF_INITIALIZER": 255,
        "XBDCF_Q_FREEZE": 512,
        "XBDCF_Q_MASK": 255
      }
    },
    "unnamed_8dd8a9662e0bd4ab": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPL_COOKIE_DDP0": 2,
        "CPL_COOKIE_DDP1": 3,
        "CPL_COOKIE_ETHOFLD": 6,
        "CPL_COOKIE_FILTER": 1,
        "CPL_COOKIE_HASHFILTER": 5,
        "CPL_COOKIE_KERN_TLS": 7,
        "CPL_COOKIE_RESERVED": 0,
        "CPL_COOKIE_TOM": 4,
        "NUM_CPL_COOKIES": 8
      }
    },
    "unnamed_8e51c5d35e200bf2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SEARCH_COMPLETE": 0,
        "SEARCH_COUNT": 1,
        "SEARCH_PRINT": 3,
        "SEARCH_REMOVE": 2
      }
    },
    "unnamed_8f240fc7ad561dc7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_d_experimentalParam1": 1000,
        "ZSTD_d_experimentalParam2": 1001,
        "ZSTD_d_experimentalParam3": 1002,
        "ZSTD_d_experimentalParam4": 1003,
        "ZSTD_d_windowLogMax": 100
      }
    },
    "unnamed_8f42d98115d7ad80": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CH_Q_NONE": 0,
        "CH_Q_NO_DBD": 1,
        "CH_Q_NO_DVCID": 2
      }
    },
    "unnamed_8f6b8ca0a9649b26": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AXGE_BULK_DT_RD": 1,
        "AXGE_BULK_DT_WR": 0,
        "AXGE_N_TRANSFER": 2
      }
    },
    "unnamed_8f8d297a8d01346a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AC_ADVINFO_CHANGED": 8192,
        "AC_BUS_RESET": 1,
        "AC_CONTRACT": 4096,
        "AC_FOUND_DEVICE": 128,
        "AC_GETDEV_CHANGED": 2048,
        "AC_INQ_CHANGED": 1024,
        "AC_LOST_DEVICE": 256,
        "AC_PATH_DEREGISTERED": 64,
        "AC_PATH_REGISTERED": 32,
        "AC_SCSI_AEN": 8,
        "AC_SENT_BDR": 16,
        "AC_TRANSFER_NEG": 512,
        "AC_UNIT_ATTENTION": 16384,
        "AC_UNSOL_RESEL": 2
      }
    },
    "unnamed_8fa0ed07cc11e678": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CK_HP_FREE": 1,
        "CK_HP_USED": 0
      }
    },
    "unnamed_8fbbd0e83b7bddaa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_STEERING_MODE_A0": 0,
        "MLX4_STEERING_MODE_B0": 1,
        "MLX4_STEERING_MODE_DEVICE_MANAGED": 2
      }
    },
    "unnamed_8fbc2c1d1dc66ea5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SSD_ELEM_COMMAND": 4,
        "SSD_ELEM_DESC": 2,
        "SSD_ELEM_FRU": 6,
        "SSD_ELEM_INFO": 5,
        "SSD_ELEM_MAX": 8,
        "SSD_ELEM_NONE": 0,
        "SSD_ELEM_SKIP": 1,
        "SSD_ELEM_SKS": 3,
        "SSD_ELEM_STREAM": 7
      }
    },
    "unnamed_8fdc5edc3fd809ad": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_NODE_SHUTDOWN_DEFAULT": 0,
        "OCS_NODE_SHUTDOWN_EXPLICIT_LOGO": 1,
        "OCS_NODE_SHUTDOWN_IMPLICIT_LOGO": 2
      }
    },
    "unnamed_8ff4dba4f59281c4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PIN_PATCH_TYPE_EOL": 0,
        "PIN_PATCH_TYPE_MASK": 2,
        "PIN_PATCH_TYPE_OVERRIDE": 3,
        "PIN_PATCH_TYPE_STRING": 1
      }
    },
    "unnamed_8ffafe12bf151e16": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_IO_STATE_FREE": 0,
        "OCS_HW_IO_STATE_INUSE": 1,
        "OCS_HW_IO_STATE_WAIT_FREE": 2,
        "OCS_HW_IO_STATE_WAIT_SEC_HIO": 3
      }
    },
    "unnamed_90a462d4c5327390": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TAA_AUTO": 3,
        "TAA_NONE": 0,
        "TAA_NOT_PRESENT": 5,
        "TAA_TAA_UC": 4,
        "TAA_TSX_DISABLE": 1,
        "TAA_VERW": 2
      }
    },
    "unnamed_90c279b8f393d9da": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCCARD_A_MEM_16BIT": 3,
        "PCCARD_A_MEM_8BIT": 2,
        "PCCARD_A_MEM_ATTR": 1,
        "PCCARD_A_MEM_COM": 0
      }
    },
    "unnamed_913441aed1ebb4dc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBD_Q_BIO": 4,
        "XBD_Q_BUSY": 2,
        "XBD_Q_COMPLETE": 3,
        "XBD_Q_COUNT": 5,
        "XBD_Q_FREE": 0,
        "XBD_Q_NONE": 255,
        "XBD_Q_READY": 1
      }
    },
    "unnamed_9183400ac486b6c5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MODULE_EVENT_ERROR_BUS_STUCK": 2,
        "MLX5_MODULE_EVENT_ERROR_CABLE_IS_SHORTED": 7,
        "MLX5_MODULE_EVENT_ERROR_ENFORCE_PART_NUMBER_LIST": 4,
        "MLX5_MODULE_EVENT_ERROR_HIGH_CURRENT": 10,
        "MLX5_MODULE_EVENT_ERROR_HIGH_POWER": 13,
        "MLX5_MODULE_EVENT_ERROR_HIGH_TEMPERATURE": 6,
        "MLX5_MODULE_EVENT_ERROR_HIGH_VOLTAGE": 11,
        "MLX5_MODULE_EVENT_ERROR_LASTER_TEC_FAILURE": 9,
        "MLX5_MODULE_EVENT_ERROR_LONG_RANGE_FOR_NON_MLNX_CABLE_MODULE": 1,
        "MLX5_MODULE_EVENT_ERROR_MODULE_STATE_MACHINE_FAULT": 14,
        "MLX5_MODULE_EVENT_ERROR_NO_EEPROM_RETRY_TIMEOUT": 3,
        "MLX5_MODULE_EVENT_ERROR_NUM": 15,
        "MLX5_MODULE_EVENT_ERROR_PCIE_SYS_POWER_SLOT_EXCEEDED": 12,
        "MLX5_MODULE_EVENT_ERROR_PMD_TYPE_NOT_ENABLED": 8,
        "MLX5_MODULE_EVENT_ERROR_POWER_BUDGET_EXCEEDED": 0,
        "MLX5_MODULE_EVENT_ERROR_UNSUPPORTED_CABLE": 5
      }
    },
    "unnamed_91a7a198613b6722": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_RL_BUS": 1,
        "CAM_RL_DEV": 3,
        "CAM_RL_HOST": 0,
        "CAM_RL_NORMAL": 4,
        "CAM_RL_VALUES": 5,
        "CAM_RL_XPT": 2
      }
    },
    "unnamed_9291017f1309637b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_TRACE_AML_METHOD": 0,
        "ACPI_TRACE_AML_OPCODE": 1,
        "ACPI_TRACE_AML_REGION": 2
      }
    },
    "unnamed_92db05560782588e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_ACTION_ADD": 1,
        "MLX5E_ACTION_DEL": 2,
        "MLX5E_ACTION_NONE": 0
      }
    },
    "unnamed_93021a90ece05480": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAC_DIRECTION_RX": 1,
        "MAC_DIRECTION_TX": 2,
        "MAC_RXFIFO_SIZE": 32768
      }
    },
    "unnamed_937fcf7c76d5e73c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_Q_UPDATE_ACTIVATE": 6,
        "ECORE_Q_UPDATE_ACTIVATE_CHNG": 7,
        "ECORE_Q_UPDATE_ANTI_SPOOF": 4,
        "ECORE_Q_UPDATE_ANTI_SPOOF_CHNG": 5,
        "ECORE_Q_UPDATE_DEF_VLAN_EN": 8,
        "ECORE_Q_UPDATE_DEF_VLAN_EN_CHNG": 9,
        "ECORE_Q_UPDATE_IN_VLAN_REM": 0,
        "ECORE_Q_UPDATE_IN_VLAN_REM_CHNG": 1,
        "ECORE_Q_UPDATE_OUT_VLAN_REM": 2,
        "ECORE_Q_UPDATE_OUT_VLAN_REM_CHNG": 3,
        "ECORE_Q_UPDATE_PTP_PKTS": 15,
        "ECORE_Q_UPDATE_PTP_PKTS_CHNG": 14,
        "ECORE_Q_UPDATE_SILENT_VLAN_REM": 11,
        "ECORE_Q_UPDATE_SILENT_VLAN_REM_CHNG": 10,
        "ECORE_Q_UPDATE_TX_SWITCHING": 13,
        "ECORE_Q_UPDATE_TX_SWITCHING_CHNG": 12
      }
    },
    "unnamed_93c56ab98d4f8b81": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PIM_ATA_EXT": 512,
        "PIM_EXTLUNS": 256,
        "PIM_NOBUSRESET": 16,
        "PIM_NOINITIATOR": 32,
        "PIM_NOREMOVE": 64,
        "PIM_NOSCAN": 1,
        "PIM_NO_6_BYTE": 8,
        "PIM_SCANHILO": 128,
        "PIM_SEQSCAN": 4,
        "PIM_UNMAPPED": 2
      }
    },
    "unnamed_941b8ac05ea3634a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CAP_PORT_TYPE_ETH": 1,
        "MLX5_CAP_PORT_TYPE_IB": 0
      }
    },
    "unnamed_946218a64c1846c4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_LIMIT_FRAGS": 2,
        "PF_LIMIT_MAX": 4,
        "PF_LIMIT_SRC_NODES": 1,
        "PF_LIMIT_STATES": 0,
        "PF_LIMIT_TABLE_ENTRIES": 3
      }
    },
    "unnamed_946a978387dc73ee": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BaCheckCreateStream": 4,
        "BaCreateStream": 0,
        "BaDestroyStream": 2,
        "BaFlushStream": 3,
        "BaUpdateStream": 1
      }
    },
    "unnamed_95cdf4b1b6f89073": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_RQC_TIMESTAMP_FORMAT_DEFAULT": 1,
        "MLX5_RQC_TIMESTAMP_FORMAT_FREE_RUNNING": 0,
        "MLX5_RQC_TIMESTAMP_FORMAT_REAL_TIME": 2
      }
    },
    "unnamed_95ff47b5794582fc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SS_FAIL": 131072,
        "SS_MASK": 16711680,
        "SS_NOP": 0,
        "SS_RETRY": 65536,
        "SS_START": 196608,
        "SS_TUR": 262144
      }
    },
    "unnamed_964d53fad18e71fd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_RESERVE_A0_QP": 64,
        "MLX4_RESERVE_ETH_BF_QP": 128
      }
    },
    "unnamed_968ed79c12329210": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FEEDMIXER_CHANNELS": 0
      }
    },
    "unnamed_9693e7a97e628edc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CQE_INVALID": 15,
        "MLX5_CQE_OWNER_MASK": 1,
        "MLX5_CQE_REQ": 0,
        "MLX5_CQE_REQ_ERR": 13,
        "MLX5_CQE_RESIZE_CQ": 5,
        "MLX5_CQE_RESP_ERR": 14,
        "MLX5_CQE_RESP_SEND": 2,
        "MLX5_CQE_RESP_SEND_IMM": 3,
        "MLX5_CQE_RESP_SEND_INV": 4,
        "MLX5_CQE_RESP_WR_IMM": 1,
        "MLX5_CQE_SIG_ERR": 12
      }
    },
    "unnamed_9700279104725ced": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_ABORT_LQI_BUG": 2,
        "AHD_AUTOFLUSH_BUG": 1024,
        "AHD_BUGNONE": 0,
        "AHD_BUSFREEREV_BUG": 262144,
        "AHD_CLRLQO_AUTOCLR_BUG": 2048,
        "AHD_EARLY_REQ_BUG": 4194304,
        "AHD_FAINT_LED_BUG": 8388608,
        "AHD_INTCOLLISION_BUG": 2097152,
        "AHD_LONG_SETIMO_BUG": 8,
        "AHD_LQOOVERRUN_BUG": 1048576,
        "AHD_LQO_ATNO_BUG": 512,
        "AHD_MDFF_WSCBPTR_BUG": 32768,
        "AHD_NLQICRC_DELAYED_BUG": 16,
        "AHD_NONPACKFIFO_BUG": 16384,
        "AHD_PACED_NEGTABLE_BUG": 524288,
        "AHD_PCIX_BUG_MASK": 448,
        "AHD_PCIX_CHIPRST_BUG": 64,
        "AHD_PCIX_MMAPIO_BUG": 128,
        "AHD_PCIX_SCBRAM_RD_BUG": 256,
        "AHD_PKTIZED_STATUS_BUG": 4096,
        "AHD_PKT_BITBUCKET_BUG": 4,
        "AHD_PKT_LUN_BUG": 8192,
        "AHD_REG_SLOW_SETTLE_BUG": 65536,
        "AHD_SCSIRST_BUG": 32,
        "AHD_SENT_SCB_UPDATE_BUG": 1,
        "AHD_SET_MODE_BUG": 131072
      }
    },
    "unnamed_973e61061dfb6d2e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "C46": 6,
        "C56_66": 8
      }
    },
    "unnamed_97a14a63daacd861": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_ERRORS_CORRECTABLE": 0,
        "AHD_ERRORS_FATAL": 2,
        "AHD_ERRORS_NUMBER": 3,
        "AHD_ERRORS_UNCORRECTABLE": 1
      }
    },
    "unnamed_97a4d5fb719552ac": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LINUX_ACPI_ACAD": 0,
        "LINUX_ACPI_TAGS": 2,
        "LINUX_ACPI_VIDEO": 1
      }
    },
    "unnamed_97c01dfd9e4a1c63": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_PEER_BOTH": 2,
        "PF_PEER_DST": 1,
        "PF_PEER_SRC": 0
      }
    },
    "unnamed_97f40ac7941d0a7d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_CB_BOUNCE": 4,
        "OCS_HW_CB_DOMAIN": 0,
        "OCS_HW_CB_MAX": 5,
        "OCS_HW_CB_PORT": 1,
        "OCS_HW_CB_REMOTE_NODE": 2,
        "OCS_HW_CB_UNSOLICITED": 3
      }
    },
    "unnamed_9834ebf5c82744b2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_MODE_CCHAN": 2,
        "AHD_MODE_CFG": 4,
        "AHD_MODE_DFF0": 0,
        "AHD_MODE_DFF1": 1,
        "AHD_MODE_SCSI": 3,
        "AHD_MODE_UNKNOWN": 5
      }
    },
    "unnamed_98591001e2192c3c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "T4_REGMAP_SIZE": 163840,
        "T5_REGMAP_SIZE": 339968
      }
    },
    "unnamed_9863f3752ee69b3e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HVM_CB_GSI_GSI_MASK": 4294967295,
        "HVM_CB_GSI_GSI_SHIFT": 0
      }
    },
    "unnamed_98694fd205dfe49a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLAF_CAPS": 3,
        "IFLAF_ORIG_HWADDR": 2,
        "IFLAF_ORIG_IFNAME": 1,
        "IFLAF_UNSPEC": 0,
        "__IFLAF_MAX": 4
      }
    },
    "unnamed_986db56d5c24142c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_NPORTS": 4,
        "TP_SRAM_LEN": 2112,
        "TP_SRAM_OFFSET": 4096,
        "TP_TMR_RES": 200
      }
    },
    "unnamed_98aff4424e0ba379": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MSC_EJECT_CMOTECH": 3,
        "MSC_EJECT_HUAWEI": 4,
        "MSC_EJECT_HUAWEI2": 5,
        "MSC_EJECT_HUAWEI3": 6,
        "MSC_EJECT_HUAWEI4": 7,
        "MSC_EJECT_REZERO": 1,
        "MSC_EJECT_STOPUNIT": 0,
        "MSC_EJECT_TCT": 8,
        "MSC_EJECT_ZTESTOR": 2
      }
    },
    "unnamed_98c1913cbed0f74c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SSD_TYPE_DESC": 2,
        "SSD_TYPE_FIXED": 1,
        "SSD_TYPE_NONE": 0
      }
    },
    "unnamed_98e0de613b92d050": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_NODE_SEND_LS_ACC_NONE": 0,
        "OCS_NODE_SEND_LS_ACC_PLOGI": 1,
        "OCS_NODE_SEND_LS_ACC_PRLI": 2
      }
    },
    "unnamed_991ccd07e213e704": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_OBJ_TYPE_RX": 0,
        "ECORE_OBJ_TYPE_RX_TX": 2,
        "ECORE_OBJ_TYPE_TX": 1
      }
    },
    "unnamed_993ed99e2f1dddee": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_OPCODE_MOD_UMR_TLS_TIR_STATIC_PARAMS": 2,
        "MLX5_OPCODE_MOD_UMR_TLS_TIS_STATIC_PARAMS": 1,
        "MLX5_OPCODE_MOD_UMR_UMR": 0
      }
    },
    "unnamed_9948cb9f99967451": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WCNT": 16
      }
    },
    "unnamed_997dcaa8be226460": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CQ_PERIOD_MODE_START_FROM_CQE": 1,
        "MLX5_CQ_PERIOD_MODE_START_FROM_EQE": 0
      }
    },
    "unnamed_99b6aaa6aa9ec265": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CMD_DATA_BLOCK_SIZE": 512,
        "MLX5_CMD_MBOX_SIZE": 1024,
        "MLX5_MAX_COMMANDS": 32,
        "MLX5_MAX_PSVS": 4,
        "MLX5_MKEY_BSF_OCTO_SIZE": 4,
        "MLX5_PCI_CMD_XPORT": 7
      }
    },
    "unnamed_9ab4b7d0f6c9e923": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XENBUS_IVAR_NODE": 0,
        "XENBUS_IVAR_OTHEREND_ID": 3,
        "XENBUS_IVAR_OTHEREND_PATH": 4,
        "XENBUS_IVAR_STATE": 2,
        "XENBUS_IVAR_TYPE": 1
      }
    },
    "unnamed_9b7600f5189403ad": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_KEY_TYPE_AES": 2,
        "HAL_KEY_TYPE_CLEAR": 0,
        "HAL_KEY_TYPE_TKIP": 3,
        "HAL_KEY_TYPE_WEP": 1
      }
    },
    "unnamed_9b9baa2904500a16": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_COMMAND_INTERFACE_MAX_REV": 3,
        "MLX4_COMMAND_INTERFACE_MIN_REV": 2,
        "MLX4_COMMAND_INTERFACE_NEW_PORT_CMDS": 3
      }
    },
    "unnamed_9c12b5addda4c985": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IQ_CAL_DONE": 2,
        "IQ_CAL_INACTIVE": 0,
        "IQ_CAL_RUNNING": 1
      }
    },
    "unnamed_9c83e11c94642380": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FLOW_CONTEXT_DEST_TYPE_FLOW_TABLE": 1,
        "MLX5_FLOW_CONTEXT_DEST_TYPE_QP": 3,
        "MLX5_FLOW_CONTEXT_DEST_TYPE_TIR": 2,
        "MLX5_FLOW_CONTEXT_DEST_TYPE_VPORT": 0
      }
    },
    "unnamed_9cb152485ef33712": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROB_DIGITS": 6,
        "PROB_MAX": 1000000
      }
    },
    "unnamed_9d44c59640067742": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ANEG_10G_CTRL": 32,
        "ANEG_10G_STAT": 33,
        "ANEG_ADVER": 16,
        "ANEG_LPA": 19
      }
    },
    "unnamed_9d6f45fa31f64775": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PAUSE_AUTONEG": 4,
        "PAUSE_RX": 1,
        "PAUSE_TX": 2
      }
    },
    "unnamed_9d955261b3454b41": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADAP_CIM_ERR": 8,
        "ADAP_FATAL_ERR": 2,
        "ADAP_STOPPED": 1,
        "BUF_PACKING_OK": 64,
        "CHK_MBOX_ACCESS": 4,
        "CXGBE_BUSY": 512,
        "DF_DISABLE_CFG_RETRY": 8,
        "DF_DISABLE_TCB_CACHE": 4,
        "DF_DUMP_MBOX": 1,
        "DF_LOAD_FW_ANYTIME": 2,
        "DF_VERBOSE_SLOWINTR": 16,
        "DOOMED": 1,
        "FIXED_IFMEDIA": 16,
        "FULL_INIT_DONE": 1,
        "FW_OK": 2,
        "HAS_TRACEQ": 8,
        "HW_OFF_LIMITS": 4,
        "IS_VF": 128,
        "KERN_TLS_ON": 256,
        "MASTER_PF": 8,
        "TX_USES_VM_WR": 8,
        "VI_INIT_DONE": 2,
        "VI_SKIP_STATS": 16
      }
    },
    "unnamed_9d99eba9ac91d1ce": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_HWMP_ROOTMODE_DISABLED": 0,
        "IEEE80211_HWMP_ROOTMODE_NORMAL": 1,
        "IEEE80211_HWMP_ROOTMODE_PROACTIVE": 2,
        "IEEE80211_HWMP_ROOTMODE_RANN": 3
      }
    },
    "unnamed_9e3b0b200019dafd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADA_DELETE_CFA_ERASE": 2,
        "ADA_DELETE_DISABLE": 1,
        "ADA_DELETE_DSM_TRIM": 3,
        "ADA_DELETE_MAX": 4,
        "ADA_DELETE_MIN": 2,
        "ADA_DELETE_NCQ_DSM_TRIM": 4,
        "ADA_DELETE_NONE": 0
      }
    },
    "unnamed_9ea2969babf42612": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "R1024_0_0": 24,
        "R1024_0_1": 13,
        "R1024_0_2": 8,
        "R1024_0_3": 47,
        "R1024_0_4": 8,
        "R1024_0_5": 17,
        "R1024_0_6": 22,
        "R1024_0_7": 37,
        "R1024_1_0": 38,
        "R1024_1_1": 19,
        "R1024_1_2": 10,
        "R1024_1_3": 55,
        "R1024_1_4": 49,
        "R1024_1_5": 18,
        "R1024_1_6": 23,
        "R1024_1_7": 52,
        "R1024_2_0": 33,
        "R1024_2_1": 4,
        "R1024_2_2": 51,
        "R1024_2_3": 13,
        "R1024_2_4": 34,
        "R1024_2_5": 41,
        "R1024_2_6": 59,
        "R1024_2_7": 17,
        "R1024_3_0": 5,
        "R1024_3_1": 20,
        "R1024_3_2": 48,
        "R1024_3_3": 41,
        "R1024_3_4": 47,
        "R1024_3_5": 28,
        "R1024_3_6": 16,
        "R1024_3_7": 25,
        "R1024_4_0": 41,
        "R1024_4_1": 9,
        "R1024_4_2": 37,
        "R1024_4_3": 31,
        "R1024_4_4": 12,
        "R1024_4_5": 47,
        "R1024_4_6": 44,
        "R1024_4_7": 30,
        "R1024_5_0": 16,
        "R1024_5_1": 34,
        "R1024_5_2": 56,
        "R1024_5_3": 51,
        "R1024_5_4": 4,
        "R1024_5_5": 53,
        "R1024_5_6": 42,
        "R1024_5_7": 41,
        "R1024_6_0": 31,
        "R1024_6_1": 44,
        "R1024_6_2": 47,
        "R1024_6_3": 46,
        "R1024_6_4": 19,
        "R1024_6_5": 42,
        "R1024_6_6": 44,
        "R1024_6_7": 25,
        "R1024_7_0": 9,
        "R1024_7_1": 48,
        "R1024_7_2": 35,
        "R1024_7_3": 52,
        "R1024_7_4": 23,
        "R1024_7_5": 31,
        "R1024_7_6": 37,
        "R1024_7_7": 20,
        "R_256_0_0": 14,
        "R_256_0_1": 16,
        "R_256_1_0": 52,
        "R_256_1_1": 57,
        "R_256_2_0": 23,
        "R_256_2_1": 40,
        "R_256_3_0": 5,
        "R_256_3_1": 37,
        "R_256_4_0": 25,
        "R_256_4_1": 33,
        "R_256_5_0": 46,
        "R_256_5_1": 12,
        "R_256_6_0": 58,
        "R_256_6_1": 22,
        "R_256_7_0": 32,
        "R_256_7_1": 32,
        "R_512_0_0": 46,
        "R_512_0_1": 36,
        "R_512_0_2": 19,
        "R_512_0_3": 37,
        "R_512_1_0": 33,
        "R_512_1_1": 27,
        "R_512_1_2": 14,
        "R_512_1_3": 42,
        "R_512_2_0": 17,
        "R_512_2_1": 49,
        "R_512_2_2": 36,
        "R_512_2_3": 39,
        "R_512_3_0": 44,
        "R_512_3_1": 9,
        "R_512_3_2": 54,
        "R_512_3_3": 56,
        "R_512_4_0": 39,
        "R_512_4_1": 30,
        "R_512_4_2": 34,
        "R_512_4_3": 24,
        "R_512_5_0": 13,
        "R_512_5_1": 50,
        "R_512_5_2": 10,
        "R_512_5_3": 17,
        "R_512_6_0": 25,
        "R_512_6_1": 29,
        "R_512_6_2": 39,
        "R_512_6_3": 43,
        "R_512_7_0": 8,
        "R_512_7_1": 35,
        "R_512_7_2": 56,
        "R_512_7_3": 22
      }
    },
    "unnamed_9ec2292f7cb47458": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_dtlm_fast": 0,
        "ZSTD_dtlm_full": 1
      }
    },
    "unnamed_9ef63e39c2fe9dac": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SYSL_BE16": 7,
        "SYSL_BOOL": 1,
        "SYSL_FLAG": 10,
        "SYSL_IP4": 8,
        "SYSL_MAC": 11,
        "SYSL_NONE": 0,
        "SYSL_S32": 2,
        "SYSL_STR": 9,
        "SYSL_U16": 4,
        "SYSL_U32": 5,
        "SYSL_U64": 6,
        "SYSL_U8": 3
      }
    },
    "unnamed_9f19e3664f19f652": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DRT_DECIMAL": 2,
        "DRT_DEFAULT_RADIX": 0,
        "DRT_HEXADECIMAL": 3,
        "DRT_OCTAL": 1
      }
    },
    "unnamed_a04bc43f7b5e4258": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MATCH_MEQ": 1,
        "MATCH_MGE": 4,
        "MATCH_MGT": 5,
        "MATCH_MLE": 2,
        "MATCH_MLT": 3,
        "MATCH_MTR": 0
      }
    },
    "unnamed_a0a84457d74b045a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "POSEIDON_STORED_REG_BB_PWRTX_RATE9": 2,
        "POSEIDON_STORED_REG_OBDB": 0,
        "POSEIDON_STORED_REG_SZ": 3,
        "POSEIDON_STORED_REG_TPC": 1
      }
    },
    "unnamed_a0cf2be74f474c6d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PTYS_EN": 4,
        "MLX5_PTYS_IB": 1
      }
    },
    "unnamed_a0d91b112108a985": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADD_TO_MCG": 38
      }
    },
    "unnamed_a1074d88d5f99e1b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_dlm_byCopy": 0,
        "ZSTD_dlm_byRef": 1
      }
    },
    "unnamed_a1161ea5a182e7ae": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ARM_XRC_SRQ_IN_OP_MOD_XRC_SRQ": 1
      }
    },
    "unnamed_a14c1699d37a6ee3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DEFAULT_MGM_LOG_ENTRY_SIZE": 10,
        "MLX4_MAX_MGM_LOG_ENTRY_SIZE": 12,
        "MLX4_MAX_QP_PER_MGM": 1016,
        "MLX4_MIN_MGM_LOG_ENTRY_SIZE": 7,
        "MLX4_MTT_ENTRY_PER_SEG": 8
      }
    },
    "unnamed_a18b6b2c87d4fefb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPL_CONN_POLICY_ASK": 1,
        "CPL_CONN_POLICY_AUTO": 0,
        "CPL_CONN_POLICY_DENY": 3,
        "CPL_CONN_POLICY_FILTER": 2
      }
    },
    "unnamed_a1f1692a70c6cc80": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCHED_CLASS_RATEUNIT_BITS": 0,
        "SCHED_CLASS_RATEUNIT_PKTS": 1
      }
    },
    "unnamed_a2158c419fd27c15": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_DIF_OPER_DISABLED": 0,
        "OCS_SCSI_DIF_OPER_IN_CHKSUM_OUT_CHKSUM": 6,
        "OCS_SCSI_DIF_OPER_IN_CHKSUM_OUT_CRC": 8,
        "OCS_SCSI_DIF_OPER_IN_CHKSUM_OUT_NODIF": 4,
        "OCS_SCSI_DIF_OPER_IN_CRC_OUT_CHKSUM": 7,
        "OCS_SCSI_DIF_OPER_IN_CRC_OUT_CRC": 5,
        "OCS_SCSI_DIF_OPER_IN_CRC_OUT_NODIF": 2,
        "OCS_SCSI_DIF_OPER_IN_NODIF_OUT_CHKSUM": 3,
        "OCS_SCSI_DIF_OPER_IN_NODIF_OUT_CRC": 1,
        "OCS_SCSI_DIF_OPER_IN_RAW_OUT_RAW": 9
      }
    },
    "unnamed_a2327edf81fd88a7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_GDEVLIST_ERROR": 3,
        "CAM_GDEVLIST_LAST_DEVICE": 0,
        "CAM_GDEVLIST_LIST_CHANGED": 1,
        "CAM_GDEVLIST_MORE_DEVS": 2
      }
    },
    "unnamed_a26a560a263f93ab": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_RFC1490_GET_ENCAP": 1,
        "NGM_RFC1490_SET_ENCAP": 0
      }
    },
    "unnamed_a2e68034e02fbd19": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_IO_ROLE_ORIGINATOR": 0,
        "OCS_SCSI_IO_ROLE_RESPONDER": 1
      }
    },
    "unnamed_a322052ed9064882": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CQ_DB_REQ_NOT": 0,
        "MLX5_CQ_DB_REQ_NOT_SOL": 16777216
      }
    },
    "unnamed_a359e0fbd3bf636a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_NUM_ASYNC_EQE": 256,
        "MLX5_NUM_CMD_EQE": 32,
        "MLX5_NUM_SPARE_EQE": 128
      }
    },
    "unnamed_a36fc4964a8ec510": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_IO_TYPE_ABORT": 5,
        "OCS_IO_TYPE_BLS_RESP": 4,
        "OCS_IO_TYPE_CT": 2,
        "OCS_IO_TYPE_CT_RESP": 3,
        "OCS_IO_TYPE_ELS": 1,
        "OCS_IO_TYPE_IO": 0,
        "OCS_IO_TYPE_MAX": 6
      }
    },
    "unnamed_a3a649c39810e100": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_SET_PORT_BEACON_OPCODE": 4,
        "MLX4_SET_PORT_ETH_OPCODE": 1,
        "MLX4_SET_PORT_IB_OPCODE": 0
      }
    },
    "unnamed_a3f2a32a16176db6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XXH_aligned": 0,
        "XXH_unaligned": 1
      }
    },
    "unnamed_a4050603d0aa741a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EVDEV_SYSMOUSE_T_AXIS_NONE": 0,
        "EVDEV_SYSMOUSE_T_AXIS_PSM": 2,
        "EVDEV_SYSMOUSE_T_AXIS_UMS": 1
      }
    },
    "unnamed_a53be6ba5300e5c0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "_BIF": 1,
        "_BIX": 0
      }
    },
    "unnamed_a58422ebf8eea8b5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ULD_ISCSI": 2,
        "ULD_IWARP": 1,
        "ULD_MAX": 2,
        "ULD_TOM": 0
      }
    },
    "unnamed_a5cd1fd7c9789725": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LA_CTRL": 128,
        "LA_DATA": 132,
        "LA_ENTRIES": 512
      }
    },
    "unnamed_a5d9a7f5a08254b2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_WQE_CTRL_CQ_UPDATE": 12,
        "MLX4_WQE_CTRL_FENCE": 64,
        "MLX4_WQE_CTRL_FORCE_LOOPBACK": 1,
        "MLX4_WQE_CTRL_IIP": 268435456,
        "MLX4_WQE_CTRL_ILP": 134217728,
        "MLX4_WQE_CTRL_INS_CVLAN": 64,
        "MLX4_WQE_CTRL_INS_SVLAN": 128,
        "MLX4_WQE_CTRL_IP_CSUM": 16,
        "MLX4_WQE_CTRL_NEC": 536870912,
        "MLX4_WQE_CTRL_OWN": 2147483648,
        "MLX4_WQE_CTRL_RR": 64,
        "MLX4_WQE_CTRL_SOLICITED": 2,
        "MLX4_WQE_CTRL_STRONG_ORDER": 128,
        "MLX4_WQE_CTRL_TCP_UDP_CSUM": 32
      }
    },
    "unnamed_a61535f917c8b262": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PIT_DISCONNECT": 32,
        "PIT_GRP_6": 8,
        "PIT_GRP_7": 4,
        "PIT_PHASE": 64,
        "PIT_PROCESSOR": 128,
        "PIT_TERM_IO": 16
      }
    },
    "unnamed_a63f4daa2d5f1992": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_STATE_NORMAL": 12,
        "DA_STATE_PROBE_ATA": 6,
        "DA_STATE_PROBE_ATA_IDDIR": 8,
        "DA_STATE_PROBE_ATA_LOGDIR": 7,
        "DA_STATE_PROBE_ATA_SUP": 9,
        "DA_STATE_PROBE_ATA_ZONE": 10,
        "DA_STATE_PROBE_BDC": 5,
        "DA_STATE_PROBE_BLK_LIMITS": 4,
        "DA_STATE_PROBE_LBP": 3,
        "DA_STATE_PROBE_RC": 1,
        "DA_STATE_PROBE_RC16": 2,
        "DA_STATE_PROBE_WP": 0,
        "DA_STATE_PROBE_ZONE": 11
      }
    },
    "unnamed_a74819010ec9e9ea": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_ICM_ALLOC_SIZE": 262144,
        "MLX4_TABLE_CHUNK_SIZE": 262144
      }
    },
    "unnamed_a74d4f4122dd3d48": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_CCB_BUFFER_IO": 7,
        "DA_CCB_DELETE": 11,
        "DA_CCB_DUMP": 10,
        "DA_CCB_PROBE_ATA": 6,
        "DA_CCB_PROBE_ATA_IDDIR": 15,
        "DA_CCB_PROBE_ATA_LOGDIR": 14,
        "DA_CCB_PROBE_ATA_SUP": 16,
        "DA_CCB_PROBE_ATA_ZONE": 17,
        "DA_CCB_PROBE_BDC": 5,
        "DA_CCB_PROBE_BLK_LIMITS": 4,
        "DA_CCB_PROBE_LBP": 3,
        "DA_CCB_PROBE_RC": 1,
        "DA_CCB_PROBE_RC16": 2,
        "DA_CCB_PROBE_WP": 18,
        "DA_CCB_PROBE_ZONE": 13,
        "DA_CCB_RETRY_UA": 32,
        "DA_CCB_TUR": 12,
        "DA_CCB_TYPE_MASK": 31
      }
    },
    "unnamed_a78f55746a215872": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IPFW_INFO_IN": 2147483648,
        "IPFW_INFO_MASK": 65535,
        "IPFW_INFO_OUT": 0,
        "IPFW_IS_DIVERT": 536870912,
        "IPFW_IS_DUMMYNET": 268435456,
        "IPFW_IS_MASK": 805306368,
        "IPFW_IS_PIPE": 134217728,
        "IPFW_ONEPASS": 1073741824
      }
    },
    "unnamed_a7a9878b01232180": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "REQ_STATE_ALLOCATED": 2,
        "REQ_STATE_DONE": 8,
        "REQ_STATE_FREE": 1,
        "REQ_STATE_LOCKED": 128,
        "REQ_STATE_MASK": 255,
        "REQ_STATE_NEED_WAKEUP": 32,
        "REQ_STATE_NIL": 0,
        "REQ_STATE_QUEUED": 4,
        "REQ_STATE_TIMEDOUT": 16
      }
    },
    "unnamed_a7e21762a135b3b2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CHANGE_PORT_MTU_CAP": 22,
        "MLX4_CHANGE_PORT_PKEY_TBL_SZ": 20,
        "MLX4_CHANGE_PORT_VL_CAP": 21,
        "MLX4_SET_PORT_MTU_CAP": 12,
        "MLX4_SET_PORT_VL_CAP": 4
      }
    },
    "unnamed_a7ed7ef2975ff5d2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NG_RFC1490_ENCAP_CISCO": 3,
        "NG_RFC1490_ENCAP_IETF_IP": 1,
        "NG_RFC1490_ENCAP_IETF_SNAP": 2
      }
    },
    "unnamed_a80c3322010658dc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_XRC_SRQC_STATE_ERROR": 1,
        "MLX5_XRC_SRQC_STATE_GOOD": 0
      }
    },
    "unnamed_a8a69de53ba08a1e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_NV_FLAG_IG_CASE": 1,
        "SCSI_NV_FLAG_NONE": 0
      }
    },
    "unnamed_a8bdf01aa7adde4d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVSTAT_PRIORITY_ARRAY": 288,
        "DEVSTAT_PRIORITY_CD": 144,
        "DEVSTAT_PRIORITY_DISK": 272,
        "DEVSTAT_PRIORITY_FD": 64,
        "DEVSTAT_PRIORITY_MAX": 4095,
        "DEVSTAT_PRIORITY_MIN": 0,
        "DEVSTAT_PRIORITY_OTHER": 32,
        "DEVSTAT_PRIORITY_PASS": 48,
        "DEVSTAT_PRIORITY_TAPE": 96,
        "DEVSTAT_PRIORITY_WFD": 80
      }
    },
    "unnamed_a9714a7e22d4608a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_RECLAIM_TIME_MSECS": 5000
      }
    },
    "unnamed_aa6f10b1403d9932": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VLAN_INSERT": 2,
        "VLAN_NOCHANGE": 0,
        "VLAN_REMOVE": 1,
        "VLAN_REWRITE": 3
      }
    },
    "unnamed_aa7e316c87e3ff5f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NDA_FLAG_DIRTY": 2,
        "NDA_FLAG_OPEN": 1,
        "NDA_FLAG_SCTX_INIT": 4
      }
    },
    "unnamed_aa83362704576566": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HW_WORKAROUND_DISABLE_AR_TGT_DIF": 8,
        "HW_WORKAROUND_DISABLE_SET_DUMP_LOC": 9,
        "HW_WORKAROUND_FW_VERSION_TOO_LOW": 13,
        "HW_WORKAROUND_IGNORE_SEND_FRAME_CAPABLE": 15,
        "HW_WORKAROUND_MAX_QUEUE": 2,
        "HW_WORKAROUND_MAX_RQ": 3,
        "HW_WORKAROUND_OVERRIDE_FCFI_IN_SRB": 12,
        "HW_WORKAROUND_RETAIN_TSEND_IO_LENGTH": 4,
        "HW_WORKAROUND_RQE_COUNT_METHOD": 6,
        "HW_WORKAROUND_SGLC_MISREPORTED": 14,
        "HW_WORKAROUND_TEST": 1,
        "HW_WORKAROUND_USE_DIF_QUARANTINE": 10,
        "HW_WORKAROUND_USE_DIF_SEC_XRI": 11,
        "HW_WORKAROUND_USE_UNREGISTERD_RPI": 7,
        "HW_WORKAROUND_WQE_COUNT_METHOD": 5
      }
    },
    "unnamed_aaabccd978185ab7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FEEDFORMAT_CHANNELS": 0
      }
    },
    "unnamed_aabb5bde50afa64b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_GENERAL_OBJECT_TYPE_ENCRYPTION_KEY_TYPE_DEK": 1
      }
    },
    "unnamed_aaf254cb739363fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_PM_AWAKE": 0,
        "HAL_PM_FULL_SLEEP": 1,
        "HAL_PM_NETWORK_SLEEP": 2,
        "HAL_PM_UNDEFINED": 3
      }
    },
    "unnamed_ab1b3a588c260725": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_DEV_POS_BUS": 1,
        "CAM_DEV_POS_DEVICE": 4,
        "CAM_DEV_POS_EDT": 256,
        "CAM_DEV_POS_NONE": 0,
        "CAM_DEV_POS_PDPTR": 16,
        "CAM_DEV_POS_PDRV": 512,
        "CAM_DEV_POS_PERIPH": 8,
        "CAM_DEV_POS_TARGET": 2,
        "CAM_DEV_POS_TYPEMASK": 3840
      }
    },
    "unnamed_ab58679c9472b5a5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_IRQNAME_SIZE": 32
      }
    },
    "unnamed_ab621848aed1589d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_KSOCKET_ACCEPT": 3,
        "NGM_KSOCKET_BIND": 1,
        "NGM_KSOCKET_CONNECT": 4,
        "NGM_KSOCKET_GETNAME": 5,
        "NGM_KSOCKET_GETOPT": 8,
        "NGM_KSOCKET_GETPEERNAME": 6,
        "NGM_KSOCKET_LISTEN": 2,
        "NGM_KSOCKET_SETOPT": 7
      }
    },
    "unnamed_ab953718701b229f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_PORT_BUFFER_CABLE_LEN": 1,
        "MLX5E_PORT_BUFFER_PFC": 2,
        "MLX5E_PORT_BUFFER_PRIO2BUFFER": 4,
        "MLX5E_PORT_BUFFER_SIZE": 8
      }
    },
    "unnamed_aba2a0e68e7d4622": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_cpm_attachDict": 1,
        "ZSTD_cpm_createCDict": 2,
        "ZSTD_cpm_noAttachDict": 0,
        "ZSTD_cpm_unknown": 3
      }
    },
    "unnamed_abb545b968fc3283": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTL8712_RFCONFIG_1R": 1,
        "RTL8712_RFCONFIG_1T": 16,
        "RTL8712_RFCONFIG_1T1R": 17,
        "RTL8712_RFCONFIG_1T2R": 18,
        "RTL8712_RFCONFIG_2R": 2,
        "RTL8712_RFCONFIG_2T": 32,
        "RTL8712_RFCONFIG_2T2R": 34,
        "RTL8712_RFCONFIG_TURBO": 146
      }
    },
    "unnamed_abf11b7381918dca": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EO_FLOWC_PENDING": 1,
        "EO_FLOWC_RPL_PENDING": 2,
        "EO_FLUSH_RPL_PENDING": 8,
        "EO_SND_TAG_REF": 4
      }
    },
    "unnamed_ac08d2b7ed5274c1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_IMODE_EXECUTE": 3,
        "ACPI_IMODE_LOAD_PASS1": 1,
        "ACPI_IMODE_LOAD_PASS2": 2
      }
    },
    "unnamed_ac59c464a47abdaf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVSTAT_TAG_HEAD": 1,
        "DEVSTAT_TAG_NONE": 3,
        "DEVSTAT_TAG_ORDERED": 2,
        "DEVSTAT_TAG_SIMPLE": 0
      }
    },
    "unnamed_ac7c71c117d8fab4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "POSEIDON_STORED_REG_G2_OLPC_OFFSET": 0,
        "POSEIDON_STORED_REG_G2_SZ": 1
      }
    },
    "unnamed_ac9f36f06f1ab362": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_MPPC_CONFIG_COMP": 1,
        "NGM_MPPC_CONFIG_DECOMP": 2,
        "NGM_MPPC_RESETREQ": 3
      }
    },
    "unnamed_ad5c57e0063d9913": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PASS_STATE_NORMAL": 0
      }
    },
    "unnamed_ad669cfd4c0431d3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_PIPE_CLR_STATS": 2,
        "NGM_PIPE_GETCLR_STATS": 3,
        "NGM_PIPE_GET_CFG": 5,
        "NGM_PIPE_GET_RUN": 4,
        "NGM_PIPE_GET_STATS": 1,
        "NGM_PIPE_SET_CFG": 6
      }
    },
    "unnamed_ad78800972898788": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MWL_HAL_AP": 0,
        "MWL_HAL_IBSS": 2,
        "MWL_HAL_STA": 1
      }
    },
    "unnamed_adcffc1e543d8984": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_COMM_CMD_FLR": 254,
        "MLX4_COMM_CMD_RESET": 0,
        "MLX4_COMM_CMD_VHCR0": 1,
        "MLX4_COMM_CMD_VHCR1": 2,
        "MLX4_COMM_CMD_VHCR2": 3,
        "MLX4_COMM_CMD_VHCR_EN": 4,
        "MLX4_COMM_CMD_VHCR_POST": 5
      }
    },
    "unnamed_adda68b708be6a54": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WL_AUTO_PREAMBLE": 5,
        "WL_LONG_PREAMBLE": 1,
        "WL_SHORT_PREAMBLE": 3
      }
    },
    "unnamed_ae0dd0f1bfc16e38": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_HDR_MAGIC_BOOTSTRAP": 1651470196,
        "FW_HDR_MAGIC_RUNTIME": 0
      }
    },
    "unnamed_ae1a92cebedda344": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RUN_BULK_RX": 6,
        "RUN_BULK_TX_BE": 0,
        "RUN_BULK_TX_BK": 1,
        "RUN_BULK_TX_HCCA": 4,
        "RUN_BULK_TX_PRIO": 5,
        "RUN_BULK_TX_VI": 2,
        "RUN_BULK_TX_VO": 3,
        "RUN_N_XFER": 7
      }
    },
    "unnamed_ae9b96de782368b6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_RCV_DBR": 0,
        "MLX5_SND_DBR": 1
      }
    },
    "unnamed_afbbc663b69ed15a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INPLOOKUP_RLOCKPCB": 2,
        "INPLOOKUP_WILDCARD": 1,
        "INPLOOKUP_WLOCKPCB": 4
      }
    },
    "unnamed_b072842ffe12b5d6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCSI_NV_AMBIGUOUS": 1,
        "SCSI_NV_FOUND": 0,
        "SCSI_NV_NOT_FOUND": 2
      }
    },
    "unnamed_b087b6dd1e13fbf2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_RL_ST_DESTROY": 3,
        "MLX5E_RL_ST_FREE": 0,
        "MLX5E_RL_ST_MODIFY": 2,
        "MLX5E_RL_ST_USED": 1
      }
    },
    "unnamed_b08d15ae60323750": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_RSS_BY_INNER_HEADERS": 128,
        "MLX4_RSS_BY_INNER_HEADERS_IPONLY": 192,
        "MLX4_RSS_BY_OUTER_HEADERS": 0,
        "MLX4_RSS_HASH_TOP": 1,
        "MLX4_RSS_HASH_XOR": 0,
        "MLX4_RSS_IPV4": 32,
        "MLX4_RSS_IPV6": 8,
        "MLX4_RSS_OFFSET_IN_QPC_PRI_PATH": 36,
        "MLX4_RSS_QPC_FLAG_OFFSET": 13,
        "MLX4_RSS_TCP_IPV4": 16,
        "MLX4_RSS_TCP_IPV6": 4,
        "MLX4_RSS_UDP_IPV4": 2,
        "MLX4_RSS_UDP_IPV6": 1
      }
    },
    "unnamed_b0c34bd588196b6b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECNUM_LEN": 16,
        "EEPROMSIZE": 8192,
        "EXACT_ADDR_FILTERS": 8,
        "MAX_FRAME_SIZE": 10240,
        "NCCTRL_WIN": 32,
        "NMTUS": 16,
        "NTX_SCHED": 8,
        "PROTO_SRAM_LINES": 128,
        "RSS_TABLE_SIZE": 64,
        "SERNUM_LEN": 16,
        "TCB_SIZE": 128
      }
    },
    "unnamed_b0e8b2905887cd82": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_error_GENERIC": 1,
        "ZSTD_error_checksum_wrong": 22,
        "ZSTD_error_corruption_detected": 20,
        "ZSTD_error_dictionaryCreation_failed": 34,
        "ZSTD_error_dictionary_corrupted": 30,
        "ZSTD_error_dictionary_wrong": 32,
        "ZSTD_error_dstBuffer_null": 74,
        "ZSTD_error_dstBuffer_wrong": 104,
        "ZSTD_error_dstSize_tooSmall": 70,
        "ZSTD_error_frameIndex_tooLarge": 100,
        "ZSTD_error_frameParameter_unsupported": 14,
        "ZSTD_error_frameParameter_windowTooLarge": 16,
        "ZSTD_error_init_missing": 62,
        "ZSTD_error_maxCode": 120,
        "ZSTD_error_maxSymbolValue_tooLarge": 46,
        "ZSTD_error_maxSymbolValue_tooSmall": 48,
        "ZSTD_error_memory_allocation": 64,
        "ZSTD_error_no_error": 0,
        "ZSTD_error_parameter_outOfBound": 42,
        "ZSTD_error_parameter_unsupported": 40,
        "ZSTD_error_prefix_unknown": 10,
        "ZSTD_error_seekableIO": 102,
        "ZSTD_error_srcBuffer_wrong": 105,
        "ZSTD_error_srcSize_wrong": 72,
        "ZSTD_error_stage_wrong": 60,
        "ZSTD_error_tableLog_tooLarge": 44,
        "ZSTD_error_version_unsupported": 12,
        "ZSTD_error_workSpace_tooSmall": 66
      }
    },
    "unnamed_b12c1ba82443cdc1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_FAIL": 1,
        "MLX5_TEARDOWN_HCA_OUT_FORCE_STATE_SUCCESS": 0
      }
    },
    "unnamed_b14d5bdb6c2fbd7f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_CCB_FROM_UMA": 1
      }
    },
    "unnamed_b1d60cfdc05f1b62": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_EXPECT_INQ_CHANGE": 1,
        "CAM_FLAG_NONE": 0,
        "CAM_RETRY_SELTO": 2
      }
    },
    "unnamed_b2374af75b1178f3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "G_ULZMA": 2,
        "G_UZIP": 1,
        "G_ZSTD": 3
      }
    },
    "unnamed_b24b30c7c804d818": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHDMSG_1B": 0,
        "AHDMSG_2B": 1,
        "AHDMSG_EXT": 2
      }
    },
    "unnamed_b24e4d9d435a3a9a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ATH_COEX_EVENT_BT_NOOP": 0
      }
    },
    "unnamed_b2624d0fee44c8be": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_OPCODE_MOD_PSV_PSV": 0,
        "MLX5_OPCODE_MOD_PSV_TLS_TIR_PROGRESS_PARAMS": 2,
        "MLX5_OPCODE_MOD_PSV_TLS_TIS_PROGRESS_PARAMS": 1
      }
    },
    "unnamed_b28be8f2028794ce": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SMP_FLAG_NONE": 0,
        "SMP_FLAG_REQ_SG": 1,
        "SMP_FLAG_RSP_SG": 2
      }
    },
    "unnamed_b2e1830b84a8c2ea": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_GENERAL_OBJECT_TYPES_ENCRYPTION_KEY": 12
      }
    },
    "unnamed_b2e7898ddc46b61d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_CAP_AR": 1,
        "HAL_CAP_RADAR": 0
      }
    },
    "unnamed_b33a75d094f59b80": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NETMAP_REQ_CSB_ENABLE": 15,
        "NETMAP_REQ_POOLS_INFO_GET": 12,
        "NETMAP_REQ_PORT_HDR_GET": 7,
        "NETMAP_REQ_PORT_HDR_SET": 6,
        "NETMAP_REQ_PORT_INFO_GET": 2,
        "NETMAP_REQ_REGISTER": 1,
        "NETMAP_REQ_SYNC_KLOOP_START": 13,
        "NETMAP_REQ_SYNC_KLOOP_STOP": 14,
        "NETMAP_REQ_VALE_ATTACH": 3,
        "NETMAP_REQ_VALE_DELIF": 9,
        "NETMAP_REQ_VALE_DETACH": 4,
        "NETMAP_REQ_VALE_LIST": 5,
        "NETMAP_REQ_VALE_NEWIF": 8,
        "NETMAP_REQ_VALE_POLLING_DISABLE": 11,
        "NETMAP_REQ_VALE_POLLING_ENABLE": 10
      }
    },
    "unnamed_b3a7a873916d8ea1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WIRELESS_MODE_108g": 4,
        "WIRELESS_MODE_11a": 0,
        "WIRELESS_MODE_11b": 2,
        "WIRELESS_MODE_11g": 3,
        "WIRELESS_MODE_MAX": 5,
        "WIRELESS_MODE_TURBO": 1
      }
    },
    "unnamed_b3fe1948a623d4ba": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBD_STATE_CONNECTED": 1,
        "XBD_STATE_DISCONNECTED": 0,
        "XBD_STATE_SUSPENDED": 2
      }
    },
    "unnamed_b449f11f94925455": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TOPO_TYPE_CACHE": 3,
        "TOPO_TYPE_CORE": 2,
        "TOPO_TYPE_DUMMY": 0,
        "TOPO_TYPE_GROUP": 6,
        "TOPO_TYPE_NODE": 5,
        "TOPO_TYPE_PKG": 4,
        "TOPO_TYPE_PU": 1,
        "TOPO_TYPE_SYSTEM": 7
      }
    },
    "unnamed_b45ed68369173ea6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAP_ALL": 1,
        "CAP_ANALOG_2GHz_REVISION": 8,
        "CAP_ANALOG_5GHz_REVISION": 7,
        "CAP_BURST_SUPPORT": 17,
        "CAP_CHAN_SPREAD_SUPPORT": 14,
        "CAP_CHAP_TUNING_SUPPORT": 19,
        "CAP_CIPHER_AES_CCM": 35,
        "CAP_CIPHER_CKIP": 36,
        "CAP_CIPHER_TKIP": 37,
        "CAP_COMPRESS_SUPPORT": 16,
        "CAP_CONNECTION_ID_MAX": 26,
        "CAP_COUNTRY_CODE": 11,
        "CAP_DEBUG_WDCMSG_SUPPORT": 9,
        "CAP_DEVICE_TYPE": 22,
        "CAP_FAST_FRAMES_SUPPORT": 18,
        "CAP_HIGH_2GHZ_CHAN": 30,
        "CAP_HIGH_5GHZ_CHAN": 28,
        "CAP_LOW_2GHZ_CHAN": 29,
        "CAP_LOW_5GHZ_CHAN": 27,
        "CAP_MAC_REVISION": 5,
        "CAP_MAC_VERSION": 4,
        "CAP_MIC_AES_CCM": 31,
        "CAP_MIC_CKIP": 32,
        "CAP_MIC_TKIP": 33,
        "CAP_MIC_TKIP_WME": 34,
        "CAP_NONE": 0,
        "CAP_PHY_REVISION": 6,
        "CAP_REG_CAP_BITS": 12,
        "CAP_REG_DOMAIN": 10,
        "CAP_SLEEP_AFTER_BEACON_BROKEN": 15,
        "CAP_TARGET_REVISION": 3,
        "CAP_TARGET_VERSION": 2,
        "CAP_TOTAL_QUEUES": 25,
        "CAP_TURBOG_SUPPORT": 20,
        "CAP_TURBO_PRIME_SUPPORT": 21,
        "CAP_TWICE_ANTENNAGAIN_2G": 39,
        "CAP_TWICE_ANTENNAGAIN_5G": 38,
        "CAP_WIRELESS_MODES": 13,
        "CAP_WME_SUPPORT": 24,
        "CAP_XR_SUPPORT": 23
      }
    },
    "unnamed_b473358d2cd9584d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_e_continue": 0,
        "ZSTD_e_end": 2,
        "ZSTD_e_flush": 1
      }
    },
    "unnamed_b485938f012cd415": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_PRED1_CLR_STATS": 4,
        "NGM_PRED1_CONFIG": 1,
        "NGM_PRED1_GETCLR_STATS": 5,
        "NGM_PRED1_GET_STATS": 3,
        "NGM_PRED1_RESETREQ": 2
      }
    },
    "unnamed_b530cb8a0e8e3fef": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UHID_CTRL_DT_RD": 3,
        "UHID_CTRL_DT_WR": 2,
        "UHID_INTR_DT_RD": 1,
        "UHID_INTR_DT_WR": 0,
        "UHID_N_TRANSFER": 4
      }
    },
    "unnamed_b5377a405f7f3a59": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HTPROTECT_AUTO": 4,
        "HTPROTECT_HT20": 2,
        "HTPROTECT_HT2040": 3,
        "HTPROTECT_NONE": 0,
        "HTPROTECT_OPT": 1
      }
    },
    "unnamed_b55fef45be5c4984": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RUE_BULK_DT_RD": 1,
        "RUE_BULK_DT_WR": 0,
        "RUE_INTR_DT_RD": 2,
        "RUE_N_TRANSFER": 3
      }
    },
    "unnamed_b6d08e9c5e1352d8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NDAF_NEXT_STATE_TS": 1,
        "NDAF_UNSPEC": 0
      }
    },
    "unnamed_b74f6b2e545d31b4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTWN_PCI_INTR_PS_TIMEOUT": 128,
        "RTWN_PCI_INTR_RX_DESC_UNAVAIL": 4,
        "RTWN_PCI_INTR_RX_DONE": 8,
        "RTWN_PCI_INTR_RX_ERROR": 1,
        "RTWN_PCI_INTR_RX_OVERFLOW": 2,
        "RTWN_PCI_INTR_TX_ERROR": 16,
        "RTWN_PCI_INTR_TX_OVERFLOW": 32,
        "RTWN_PCI_INTR_TX_REPORT": 64
      }
    },
    "unnamed_b75a298156179a1e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_DB_PER_PAGE": 64
      }
    },
    "unnamed_b7b9849c534ea655": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_RSRC_FCOE_FCFI": 4,
        "SLI_RSRC_FCOE_RPI": 2,
        "SLI_RSRC_FCOE_VFI": 0,
        "SLI_RSRC_FCOE_VPI": 1,
        "SLI_RSRC_FCOE_XRI": 3,
        "SLI_RSRC_MAX": 5
      }
    },
    "unnamed_b7ba7027114af227": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_SK_BOTH": 2,
        "PF_SK_STACK": 1,
        "PF_SK_WIRE": 0
      }
    },
    "unnamed_b7c924eff1361fec": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_FEUP_FORCE_ETH_UP": 64,
        "MLX4_FSM_FORCE_ETH_SRC_MAC": 32,
        "MLX4_FVL_FORCE_ETH_VLAN": 8
      }
    },
    "unnamed_b8374640fd044c05": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_LED_ASSOC": 3,
        "HAL_LED_AUTH": 2,
        "HAL_LED_INIT": 0,
        "HAL_LED_RUN": 4,
        "HAL_LED_SCAN": 1
      }
    },
    "unnamed_b8941e205e096b99": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCB_ABORT": 256,
        "SCB_ACTIVE": 1024,
        "SCB_AUTO_NEGOTIATE": 64,
        "SCB_CDB32_PTR": 16,
        "SCB_DEVICE_RESET": 4,
        "SCB_FLAG_NONE": 0,
        "SCB_NEGOTIATE": 128,
        "SCB_OTHERTCL_TIMEOUT": 2,
        "SCB_RECOVERY_SCB": 32,
        "SCB_SENSE": 8,
        "SCB_SILENT": 16384,
        "SCB_TARGET_IMMEDIATE": 2048,
        "SCB_TARGET_SCB": 8192,
        "SCB_TIMEDOUT": 32768,
        "SCB_TRANSMISSION_ERROR": 4096,
        "SCB_UNTAGGEDQ": 512
      }
    },
    "unnamed_b8f2f5500911b81e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FORTUNA_LOCKED": 1,
        "FORTUNA_UNLOCKED": 0
      }
    },
    "unnamed_b944d97cf2473289": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CK_EPOCH_STATE_FREE": 1,
        "CK_EPOCH_STATE_USED": 0
      }
    },
    "unnamed_b9475a3e790efc84": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BLOCK_ATC": 0,
        "BLOCK_BRB1": 1,
        "BLOCK_CCM": 2,
        "BLOCK_CDU": 3,
        "BLOCK_CFC": 4,
        "BLOCK_CSDM": 5,
        "BLOCK_CSEM": 6,
        "BLOCK_DBG": 7,
        "BLOCK_DMAE": 8,
        "BLOCK_DORQ": 9,
        "BLOCK_HC": 10,
        "BLOCK_IGU": 11,
        "BLOCK_MISC": 12,
        "BLOCK_MISC_AEU": 33,
        "BLOCK_NIG": 13,
        "BLOCK_PBF": 14,
        "BLOCK_PGLUE_B": 15,
        "BLOCK_PRS": 16,
        "BLOCK_PXP": 18,
        "BLOCK_PXP2": 17,
        "BLOCK_QM": 19,
        "BLOCK_SRC": 20,
        "BLOCK_TCM": 21,
        "BLOCK_TM": 22,
        "BLOCK_TSDM": 23,
        "BLOCK_TSEM": 24,
        "BLOCK_UCM": 25,
        "BLOCK_UPB": 26,
        "BLOCK_USDM": 27,
        "BLOCK_USEM": 28,
        "BLOCK_XCM": 29,
        "BLOCK_XPB": 30,
        "BLOCK_XSDM": 31,
        "BLOCK_XSEM": 32,
        "NUM_OF_INIT_BLOCKS": 34
      }
    },
    "unnamed_b992909261a0062d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_PORT_INIT": 0,
        "OCS_HW_PORT_SET_LINK_CONFIG": 2,
        "OCS_HW_PORT_SHUTDOWN": 1
      }
    },
    "unnamed_b9a1f39b318a910e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCS_STAT1_R": 32,
        "PCS_STAT1_X": 24,
        "PMD_RSD": 10,
        "XS_LN_STAT": 24
      }
    },
    "unnamed_b9ba7fa840d7ac04": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_HANDLER_EVENT": 1,
        "MPT_HANDLER_REPLY": 0,
        "MPT_HANDLER_RESET": 2,
        "MPT_HANDLER_SHUTDOWN": 3
      }
    },
    "unnamed_b9e711dc669129ea": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_PORT_PROTOCOL_FC": 2,
        "OCS_HW_PORT_PROTOCOL_FCOE": 1,
        "OCS_HW_PORT_PROTOCOL_ISCSI": 0,
        "OCS_HW_PORT_PROTOCOL_OTHER": 3
      }
    },
    "unnamed_ba0a09956921a76d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MFI_STAT_ABORT_NOT_POSSIBLE": 5,
        "MFI_STAT_APP_HOST_CODE_NOT_FOUND": 6,
        "MFI_STAT_APP_IN_USE": 7,
        "MFI_STAT_APP_NOT_INITIALIZED": 8,
        "MFI_STAT_ARRAY_INDEX_INVALID": 9,
        "MFI_STAT_ARRAY_ROW_NOT_EMPTY": 10,
        "MFI_STAT_BOOT_MSG_PENDING": 58,
        "MFI_STAT_CONFIG_RESOURCE_CONFLICT": 11,
        "MFI_STAT_DEVICE_NOT_FOUND": 12,
        "MFI_STAT_DIAG_FAILED": 57,
        "MFI_STAT_DRIVE_TOO_SMALL": 13,
        "MFI_STAT_FLASH_ALLOC_FAIL": 14,
        "MFI_STAT_FLASH_BUSY": 15,
        "MFI_STAT_FLASH_ERROR": 16,
        "MFI_STAT_FLASH_IMAGE_BAD": 17,
        "MFI_STAT_FLASH_IMAGE_INCOMPLETE": 18,
        "MFI_STAT_FLASH_NOT_OPEN": 19,
        "MFI_STAT_FLASH_NOT_STARTED": 20,
        "MFI_STAT_FLUSH_FAILED": 21,
        "MFI_STAT_FOREIGN_CONFIG_INCOMPLETE": 59,
        "MFI_STAT_HOST_CODE_NOT_FOUNT": 22,
        "MFI_STAT_I2C_ERRORS_DETECTED": 55,
        "MFI_STAT_INVALID_CMD": 1,
        "MFI_STAT_INVALID_DCMD": 2,
        "MFI_STAT_INVALID_PARAMETER": 3,
        "MFI_STAT_INVALID_SEQUENCE_NUMBER": 4,
        "MFI_STAT_INVALID_STATUS": 255,
        "MFI_STAT_LD_CC_IN_PROGRESS": 23,
        "MFI_STAT_LD_INIT_IN_PROGRESS": 24,
        "MFI_STAT_LD_LBA_OUT_OF_RANGE": 25,
        "MFI_STAT_LD_MAX_CONFIGURED": 26,
        "MFI_STAT_LD_NOT_OPTIMAL": 27,
        "MFI_STAT_LD_OFFLINE": 51,
        "MFI_STAT_LD_RBLD_IN_PROGRESS": 28,
        "MFI_STAT_LD_RECON_IN_PROGRESS": 29,
        "MFI_STAT_LD_WRONG_RAID_LEVEL": 30,
        "MFI_STAT_MAX_SPARES_EXCEEDED": 31,
        "MFI_STAT_MEMORY_NOT_AVAILABLE": 32,
        "MFI_STAT_MFC_HW_ERROR": 33,
        "MFI_STAT_NOT_FOUND": 35,
        "MFI_STAT_NOT_IN_ENCL": 36,
        "MFI_STAT_NO_HW_PRESENT": 34,
        "MFI_STAT_OK": 0,
        "MFI_STAT_PCI_ERRORS_DETECTED": 56,
        "MFI_STAT_PD_CLEAR_IN_PROGRESS": 37,
        "MFI_STAT_PD_TYPE_WRONG": 38,
        "MFI_STAT_PEER_NOTIFICATION_FAILED": 53,
        "MFI_STAT_PEER_NOTIFICATION_REJECTED": 52,
        "MFI_STAT_PR_DISABLED": 39,
        "MFI_STAT_RESERVATION_IN_PROGRESS": 54,
        "MFI_STAT_ROW_INDEX_INVALID": 40,
        "MFI_STAT_SAS_CONFIG_INVALID_ACTION": 41,
        "MFI_STAT_SAS_CONFIG_INVALID_DATA": 42,
        "MFI_STAT_SAS_CONFIG_INVALID_PAGE": 43,
        "MFI_STAT_SAS_CONFIG_INVALID_TYPE": 44,
        "MFI_STAT_SCSI_DONE_WITH_ERROR": 45,
        "MFI_STAT_SCSI_IO_FAILED": 46,
        "MFI_STAT_SCSI_RESERVATION_CONFLICT": 47,
        "MFI_STAT_SHUTDOWN_FAILED": 48,
        "MFI_STAT_TIME_NOT_SET": 49,
        "MFI_STAT_WRONG_STATE": 50
      }
    },
    "unnamed_ba17a424d4705370": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "QCB_ACTIVE": 1,
        "QCB_FREE": 0,
        "QCB_TIMEDOUT": 2
      }
    },
    "unnamed_ba592cdea8d22aba": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PCIE_LANE_COUNTERS_GROUP": 1,
        "MLX5_PCIE_PERFORMANCE_COUNTERS_GROUP": 0,
        "MLX5_PCIE_TIMERS_AND_STATES_COUNTERS_GROUP": 2
      }
    },
    "unnamed_ba7ded5a8fd0a76b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "URTW_8187B_BULK_RX": 0,
        "URTW_8187B_BULK_TX_BE": 2,
        "URTW_8187B_BULK_TX_BK": 3,
        "URTW_8187B_BULK_TX_EP12": 6,
        "URTW_8187B_BULK_TX_STATUS": 1,
        "URTW_8187B_BULK_TX_VI": 4,
        "URTW_8187B_BULK_TX_VO": 5,
        "URTW_8187B_N_XFERS": 7
      }
    },
    "unnamed_bac9e1e38df38431": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_SMPS_DEFAULT": 0,
        "HAL_SMPS_HW_CTRL": 3,
        "HAL_SMPS_SW_CTRL_HIGH_PWR": 2,
        "HAL_SMPS_SW_CTRL_LOW_PWR": 1
      }
    },
    "unnamed_bb12116dc3a12ffe": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AifApplicationExpirationEvent": 28,
        "AifDenMorphComplete": 200,
        "AifDenVolumeExtendComplete": 201,
        "AifDriverNotifyStart": 199,
        "AifEnAddContainer": 15,
        "AifEnAddJBOD": 30,
        "AifEnBackgroundConsistencyCheck": 29,
        "AifEnBatteryEvent": 14,
        "AifEnBatteryNeedsRecond": 18,
        "AifEnClusterEvent": 19,
        "AifEnConfigChange": 3,
        "AifEnConfigPause": 9,
        "AifEnConfigResume": 10,
        "AifEnContainerChange": 4,
        "AifEnContainerEvent": 7,
        "AifEnContainerScsiEvent": 21,
        "AifEnDeleteContainer": 16,
        "AifEnDeleteJBOD": 31,
        "AifEnDeviceFailure": 5,
        "AifEnDiskSetEvent": 20,
        "AifEnEnclosureManagement": 13,
        "AifEnExpEvent": 23,
        "AifEnFailoverChange": 11,
        "AifEnFileSystemChange": 8,
        "AifEnGeneric": 1,
        "AifEnMirrorFailover": 6,
        "AifEnPicBatteryEvent": 22,
        "AifEnRAID5RebuildDone": 12,
        "AifEnRAID6RebuildDone": 24,
        "AifEnSMARTEvent": 17,
        "AifEnSensorCoolDown": 26,
        "AifEnSensorOverHeat": 25,
        "AifEnTaskComplete": 2,
        "AifFeatureKeysModified": 27
      }
    },
    "unnamed_bb19c55fcc27a7d9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_HEALTH_SYNDR_ASYNC_EQ_OVERRUN_ERR": 12,
        "MLX5_HEALTH_SYNDR_CRC_ERR": 9,
        "MLX5_HEALTH_SYNDR_EQ_ERR": 13,
        "MLX5_HEALTH_SYNDR_EQ_INV": 14,
        "MLX5_HEALTH_SYNDR_FETCH_PCI_ERR": 10,
        "MLX5_HEALTH_SYNDR_FFSER_ERR": 15,
        "MLX5_HEALTH_SYNDR_FW_ERR": 1,
        "MLX5_HEALTH_SYNDR_HIGH_TEMP": 16,
        "MLX5_HEALTH_SYNDR_HW_FTL_ERR": 11,
        "MLX5_HEALTH_SYNDR_HW_UNRECOVERABLE_ERR": 8,
        "MLX5_HEALTH_SYNDR_IRISC_ERR": 7
      }
    },
    "unnamed_bb6b41a2fa96902d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MC5_MODE_144_BIT": 1,
        "MC5_MODE_72_BIT": 2
      }
    },
    "unnamed_bb93715472532d08": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_L2TP_ACK_FAILURE": 11,
        "NGM_L2TP_CLR_SESSION_STATS": 9,
        "NGM_L2TP_CLR_STATS": 6,
        "NGM_L2TP_GETCLR_SESSION_STATS": 10,
        "NGM_L2TP_GETCLR_STATS": 7,
        "NGM_L2TP_GET_CONFIG": 2,
        "NGM_L2TP_GET_SESSION_STATS": 8,
        "NGM_L2TP_GET_SESS_CONFIG": 4,
        "NGM_L2TP_GET_STATS": 5,
        "NGM_L2TP_SET_CONFIG": 1,
        "NGM_L2TP_SET_SEQ": 12,
        "NGM_L2TP_SET_SESS_CONFIG": 3
      }
    },
    "unnamed_bb984357f18acd18": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_ZONE_DRIVE_MANAGED": 1,
        "DA_ZONE_HOST_AWARE": 2,
        "DA_ZONE_HOST_MANAGED": 3,
        "DA_ZONE_NONE": 0
      }
    },
    "unnamed_bb9c80cbc159b18c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FLASH_BOOTCFG_MAX_SIZE": 65536,
        "FLASH_BOOTCFG_NSECS": 1,
        "FLASH_BOOTCFG_START": 458752,
        "FLASH_BOOTCFG_START_SEC": 7,
        "FLASH_CFG_MAX_SIZE": 65536,
        "FLASH_CFG_NSECS": 1,
        "FLASH_CFG_START": 2031616,
        "FLASH_CFG_START_SEC": 31,
        "FLASH_CUDBG_MAX_SIZE": 2097152,
        "FLASH_CUDBG_NSECS": 32,
        "FLASH_CUDBG_START": 2097152,
        "FLASH_CUDBG_START_SEC": 32,
        "FLASH_END_SEC": 64,
        "FLASH_EXP_ROM_MAX_SIZE": 393216,
        "FLASH_EXP_ROM_NSECS": 6,
        "FLASH_EXP_ROM_START": 0,
        "FLASH_EXP_ROM_START_SEC": 0,
        "FLASH_FCOE_CRASH_MAX_SIZE": 65536,
        "FLASH_FCOE_CRASH_NSECS": 1,
        "FLASH_FCOE_CRASH_START": 1966080,
        "FLASH_FCOE_CRASH_START_SEC": 30,
        "FLASH_FWBOOTSTRAP_MAX_SIZE": 65536,
        "FLASH_FWBOOTSTRAP_NSECS": 1,
        "FLASH_FWBOOTSTRAP_START": 1769472,
        "FLASH_FWBOOTSTRAP_START_SEC": 27,
        "FLASH_FW_MAX_SIZE": 1048576,
        "FLASH_FW_NSECS": 16,
        "FLASH_FW_START": 524288,
        "FLASH_FW_START_SEC": 8,
        "FLASH_IBFT_MAX_SIZE": 65536,
        "FLASH_IBFT_NSECS": 1,
        "FLASH_IBFT_START": 393216,
        "FLASH_IBFT_START_SEC": 6,
        "FLASH_ISCSI_CRASH_MAX_SIZE": 65536,
        "FLASH_ISCSI_CRASH_NSECS": 1,
        "FLASH_ISCSI_CRASH_START": 1900544,
        "FLASH_ISCSI_CRASH_START_SEC": 29,
        "FLASH_MIN_SIZE": 2097152
      }
    },
    "unnamed_bbc1feef82f4c8a2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FILTER_DROP": 1,
        "FILTER_PASS": 0,
        "FILTER_SWITCH": 2
      }
    },
    "unnamed_bbc3d61c49593b5e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_ABORT_TASK_SET": 1235,
        "MPT_CLEAR_ACA": 1240,
        "MPT_CLEAR_TASK_SET": 1236,
        "MPT_LOGICAL_UNIT_RESET": 1238,
        "MPT_NIL_TMT_VALUE": 5678,
        "MPT_QUERY_ASYNC_EVENT": 1237,
        "MPT_QUERY_TASK_SET": 1234,
        "MPT_TARGET_RESET": 1239
      }
    },
    "unnamed_bbc4e1f3ae9dd960": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_ANT_DIV_COMB_LNA1": 2,
        "HAL_ANT_DIV_COMB_LNA1_MINUS_LNA2": 0,
        "HAL_ANT_DIV_COMB_LNA1_PLUS_LNA2": 3,
        "HAL_ANT_DIV_COMB_LNA2": 1
      }
    },
    "unnamed_bbdbd284f5a96011": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLA_INFO_DATA": 2,
        "IFLA_INFO_KIND": 1,
        "IFLA_INFO_SLAVE_DATA": 5,
        "IFLA_INFO_SLAVE_KIND": 4,
        "IFLA_INFO_UNSPEC": 0,
        "IFLA_INFO_XSTATS": 3,
        "__IFLA_INFO_MAX": 6
      }
    },
    "unnamed_bc4e12ab31bd6067": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FSE_repeat_check": 1,
        "FSE_repeat_none": 0,
        "FSE_repeat_valid": 2
      }
    },
    "unnamed_bcb6137d1c7d48a4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_DCBX_EVENT_SUBTYPE_ERROR_STATE_DCBX": 1,
        "MLX5_DCBX_EVENT_SUBTYPE_LOCAL_OPER_CHANGE": 3,
        "MLX5_DCBX_EVENT_SUBTYPE_REMOTE_CONFIG_APP_PRIORITY_CHANGE": 4,
        "MLX5_DCBX_EVENT_SUBTYPE_REMOTE_CONFIG_CHANGE": 2,
        "MLX5_MAX_INLINE_RECEIVE_SIZE": 64
      }
    },
    "unnamed_bd117d7fa4fb2b22": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_RES_ALTC": 2,
        "MLX4_RES_AUXC": 3,
        "MLX4_RES_CMPT": 8,
        "MLX4_RES_CQ": 5,
        "MLX4_RES_DMPT": 7,
        "MLX4_RES_EQ": 6,
        "MLX4_RES_MCG": 10,
        "MLX4_RES_MTT": 9,
        "MLX4_RES_NUM": 11,
        "MLX4_RES_QP": 0,
        "MLX4_RES_RDMARC": 1,
        "MLX4_RES_SRQ": 4
      }
    },
    "unnamed_bd18276a17629d28": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TYPE_CV": 1,
        "TYPE_FUTEX": 8,
        "TYPE_NORMAL_UMUTEX": 4,
        "TYPE_PI_FUTEX": 12,
        "TYPE_PI_ROBUST_UMUTEX": 10,
        "TYPE_PI_UMUTEX": 5,
        "TYPE_PP_ROBUST_UMUTEX": 11,
        "TYPE_PP_UMUTEX": 6,
        "TYPE_RWLOCK": 7,
        "TYPE_SEM": 2,
        "TYPE_SHM": 9,
        "TYPE_SIMPLE_LOCK": 3,
        "TYPE_SIMPLE_WAIT": 0
      }
    },
    "unnamed_bd1c2b1a6888e744": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CMD_STAT_BAD_INP_LEN_ERR": 80,
        "MLX5_CMD_STAT_BAD_OP_ERR": 2,
        "MLX5_CMD_STAT_BAD_OUTP_LEN_ERR": 81,
        "MLX5_CMD_STAT_BAD_PARAM_ERR": 3,
        "MLX5_CMD_STAT_BAD_PKT_ERR": 48,
        "MLX5_CMD_STAT_BAD_QP_STATE_ERR": 16,
        "MLX5_CMD_STAT_BAD_RES_ERR": 5,
        "MLX5_CMD_STAT_BAD_RES_STATE_ERR": 9,
        "MLX5_CMD_STAT_BAD_SIZE_OUTS_CQES_ERR": 64,
        "MLX5_CMD_STAT_BAD_SYS_STATE_ERR": 4,
        "MLX5_CMD_STAT_INT_ERR": 1,
        "MLX5_CMD_STAT_IX_ERR": 10,
        "MLX5_CMD_STAT_LIM_ERR": 8,
        "MLX5_CMD_STAT_NO_RES_ERR": 15,
        "MLX5_CMD_STAT_OK": 0,
        "MLX5_CMD_STAT_RES_BUSY": 6
      }
    },
    "unnamed_bd4de2bb19d427bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VPORT_STATE_DOWN": 0,
        "VPORT_STATE_FOLLOW": 2,
        "VPORT_STATE_UP": 1
      }
    },
    "unnamed_bd71d895d71fd54d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVME_PROBE_NO_ANNOUNCE": 4
      }
    },
    "unnamed_bdc00e77aa46d76a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTDcrp_leaveDirty": 1,
        "ZSTDcrp_makeClean": 0
      }
    },
    "unnamed_bdd7dc0924f4147c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NUM_RESERVED_UARS": 8
      }
    },
    "unnamed_bde34f92c5f3d060": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PF_POOL_BITMASK": 1,
        "PF_POOL_NONE": 0,
        "PF_POOL_RANDOM": 2,
        "PF_POOL_ROUNDROBIN": 4,
        "PF_POOL_SRCHASH": 3
      }
    },
    "unnamed_bdece8cc0bdf1e61": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTDbss_compress": 0,
        "ZSTDbss_noCompress": 1
      }
    },
    "unnamed_be122afef90e464d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROBE_EXTLUN": 8,
        "PROBE_INQUIRY_CKSUM": 1,
        "PROBE_NO_ANNOUNCE": 4
      }
    },
    "unnamed_be1437d9b202448d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_FL_CV": 64,
        "MLX4_FL_ETH_HIDE_CQE_VLAN": 4,
        "MLX4_FL_ETH_SRC_CHECK_MC_LB": 2,
        "MLX4_FL_ETH_SRC_CHECK_UC_LB": 1,
        "MLX4_FL_SV": 32
      }
    },
    "unnamed_be286c332cd95296": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_STEERING_DMFS_A0_DEFAULT": 0,
        "MLX4_STEERING_DMFS_A0_DISABLE": 3,
        "MLX4_STEERING_DMFS_A0_DYNAMIC": 1,
        "MLX4_STEERING_DMFS_A0_NOT_SUPPORTED": 4,
        "MLX4_STEERING_DMFS_A0_STATIC": 2
      }
    },
    "unnamed_be7c9429f0012b4e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_NO_RR": 0,
        "MLX4_USE_RR": 1
      }
    },
    "unnamed_be8ea3a242723a1e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SesAddlElementStatus": 10,
        "SesArrayControl": 6,
        "SesArrayStatus": 6,
        "SesConfigPage": 1,
        "SesControlPage": 2,
        "SesElementDescriptor": 7,
        "SesEnclosureBusy": 9,
        "SesHelpTxt": 3,
        "SesShortStatus": 8,
        "SesStatusPage": 2,
        "SesStringIn": 4,
        "SesStringOut": 4,
        "SesSupportedPages": 0,
        "SesThresholdIn": 5,
        "SesThresholdOut": 5
      }
    },
    "unnamed_beb09fecbf643939": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_MC_IPV4": 1,
        "MLX5E_MC_IPV6": 2,
        "MLX5E_MC_OTHER": 3,
        "MLX5E_UC": 0
      }
    },
    "unnamed_bebf30cae6ca173f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CUE_BULK_DT_RD": 1,
        "CUE_BULK_DT_WR": 0,
        "CUE_N_TRANSFER": 2
      }
    },
    "unnamed_bedd32fcb7457133": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TI_FLAG_DEBUGING": 1,
        "TI_FLAG_NONE": 0,
        "TI_FLAG_WAIT_FOR_LINK": 2
      }
    },
    "unnamed_bf4acc29759a1a72": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI4_ASIC_REV_A0": 2,
        "SLI4_ASIC_REV_A1": 3,
        "SLI4_ASIC_REV_A2": 4,
        "SLI4_ASIC_REV_A3": 5,
        "SLI4_ASIC_REV_B0": 6,
        "SLI4_ASIC_REV_B1": 7,
        "SLI4_ASIC_REV_C0": 8,
        "SLI4_ASIC_REV_D0": 9,
        "SLI4_ASIC_REV_FPGA": 1
      }
    },
    "unnamed_bffe458988675a51": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBB_REQLIST_MAPPED": 1,
        "XBB_REQLIST_NONE": 0
      }
    },
    "unnamed_c0b14050938841cf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SF_PAGE_SIZE": 256,
        "SF_SEC_SIZE": 65536
      }
    },
    "unnamed_c142e86d972514d2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TOK_SUB_CLASS": 106,
        "TOK_SUB_CQ": 101,
        "TOK_SUB_EQ": 100,
        "TOK_SUB_FILTER": 108,
        "TOK_SUB_LEN": 105,
        "TOK_SUB_MQ": 103,
        "TOK_SUB_RQ": 102,
        "TOK_SUB_ULP": 107,
        "TOK_SUB_WQ": 104
      }
    },
    "unnamed_c1476669926219a4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCU_TASK_TYPE_IOREAD": 0,
        "SCU_TASK_TYPE_IOWRITE": 1,
        "SCU_TASK_TYPE_PRIMITIVE": 5,
        "SCU_TASK_TYPE_RAW_FRAME": 4,
        "SCU_TASK_TYPE_RESPONSE": 3,
        "SCU_TASK_TYPE_SMP_REQUEST": 2
      }
    },
    "unnamed_c14cea0bc2363c29": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "zdss_flush": 4,
        "zdss_init": 0,
        "zdss_load": 3,
        "zdss_loadHeader": 1,
        "zdss_read": 2
      }
    },
    "unnamed_c196b59ca2d240b9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MEM_EDC0": 0,
        "MEM_EDC1": 1,
        "MEM_HMA": 4,
        "MEM_MC": 2,
        "MEM_MC0": 2,
        "MEM_MC1": 3
      }
    },
    "unnamed_c1d8f02225e5bab6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IOQ_ENTRIES": 7
      }
    },
    "unnamed_c265c7153d8687aa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MT_LOCATE_DEST_EOD": 3,
        "MT_LOCATE_DEST_FILE": 1,
        "MT_LOCATE_DEST_OBJECT": 0,
        "MT_LOCATE_DEST_SET": 2
      }
    },
    "unnamed_c2a2121463847164": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_RMPC_STATE_ERR": 3,
        "MLX5_RMPC_STATE_RDY": 1
      }
    },
    "unnamed_c2b46bfe89314e57": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ISPCTL_ABORT_CMD": 2,
        "ISPCTL_CHANGE_ROLE": 13,
        "ISPCTL_FCLINK_TEST": 4,
        "ISPCTL_GET_NAMES": 9,
        "ISPCTL_GET_PDB": 11,
        "ISPCTL_PDB_SYNC": 7,
        "ISPCTL_PLOGX": 12,
        "ISPCTL_RESET_BUS": 0,
        "ISPCTL_RESET_DEV": 1,
        "ISPCTL_RUN_MBOXCMD": 10,
        "ISPCTL_SCAN_FABRIC": 5,
        "ISPCTL_SCAN_LOOP": 6,
        "ISPCTL_SEND_LIP": 8,
        "ISPCTL_UPDATE_PARAMS": 3
      }
    },
    "unnamed_c311dd202fa9c242": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHC_39BIT_ADDRESSING": 16777216,
        "AHC_ALL_INTERRUPTS": 1048576,
        "AHC_BIOS_ENABLED": 524288,
        "AHC_DISABLE_PCI_PERR": 268435456,
        "AHC_EDGE_INTERRUPT": 8388608,
        "AHC_EXTENDED_TRANS_A": 256,
        "AHC_EXTENDED_TRANS_B": 512,
        "AHC_FNONE": 0,
        "AHC_HAS_TERM_LOGIC": 536870912,
        "AHC_INITIATORROLE": 4096,
        "AHC_INT50_SPEEDFLEX": 131072,
        "AHC_LARGE_SEEPROM": 32,
        "AHC_LSCBS_ENABLED": 33554432,
        "AHC_NEWEEPROM_FMT": 16384,
        "AHC_NO_BIOS_INIT": 134217728,
        "AHC_PAGESCBS": 4194304,
        "AHC_PRIMARY_CHANNEL": 3,
        "AHC_RESET_BUS_A": 64,
        "AHC_RESET_BUS_B": 128,
        "AHC_RESOURCE_SHORTAGE": 32768,
        "AHC_SCB_BTT": 262144,
        "AHC_SCB_CONFIG_USED": 67108864,
        "AHC_SEQUENCER_DEBUG": 8,
        "AHC_SHARED_SRAM": 16,
        "AHC_SHUTDOWN_RECOVERY": 1073741824,
        "AHC_TARGETROLE": 8192,
        "AHC_TERM_ENB_A": 1024,
        "AHC_TERM_ENB_B": 2048,
        "AHC_TQINFIFO_BLOCKED": 65536,
        "AHC_USEDEFAULTS": 4
      }
    },
    "unnamed_c3354f3da325f4c0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_DEV_MATCH_ERROR": 4,
        "CAM_DEV_MATCH_LAST": 0,
        "CAM_DEV_MATCH_LIST_CHANGED": 2,
        "CAM_DEV_MATCH_MORE": 1,
        "CAM_DEV_MATCH_SIZE_ERROR": 3
      }
    },
    "unnamed_c349a489104a2c6d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UMCT_BULK_DT_RD": 1,
        "UMCT_BULK_DT_WR": 0,
        "UMCT_INTR_DT_RD": 2,
        "UMCT_N_TRANSFER": 3
      }
    },
    "unnamed_c35d1f18d16b8317": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPL_ABORT_REQ": 10,
        "CPL_ABORT_REQ_RSS": 43,
        "CPL_ABORT_RPL": 11,
        "CPL_ABORT_RPL_RSS": 45,
        "CPL_ACT_ESTABLISH": 64,
        "CPL_ACT_OPEN_REQ": 3,
        "CPL_ACT_OPEN_REQ6": 131,
        "CPL_ACT_OPEN_RPL": 37,
        "CPL_BARRIER": 24,
        "CPL_CLOSE_CON_REQ": 8,
        "CPL_CLOSE_CON_RPL": 50,
        "CPL_CLOSE_LISTSRV_REQ": 9,
        "CPL_CLOSE_LISTSRV_RPL": 32,
        "CPL_ERROR": 33,
        "CPL_ERR_NOTIFY": 77,
        "CPL_FCOE_DATA": 179,
        "CPL_FCOE_HDR": 71,
        "CPL_FW2_MSG": 167,
        "CPL_FW2_PLD": 168,
        "CPL_FW4_ACK": 195,
        "CPL_FW4_MSG": 192,
        "CPL_FW4_PLD": 193,
        "CPL_FW6_MSG": 224,
        "CPL_FW6_PLD": 225,
        "CPL_GET_TCB": 6,
        "CPL_GET_TCB_RPL": 34,
        "CPL_HIT_NOTIFY": 61,
        "CPL_ISCSI_DATA": 178,
        "CPL_ISCSI_HDR": 51,
        "CPL_L2T_READ_REQ": 19,
        "CPL_L2T_READ_RPL": 52,
        "CPL_L2T_WRITE_REQ": 18,
        "CPL_L2T_WRITE_RPL": 35,
        "CPL_PASS_ACCEPT_REQ": 68,
        "CPL_PASS_ACCEPT_RPL": 2,
        "CPL_PASS_ESTABLISH": 65,
        "CPL_PASS_OPEN_REQ": 1,
        "CPL_PASS_OPEN_REQ6": 129,
        "CPL_PASS_OPEN_RPL": 36,
        "CPL_PCMD_READ_RPL": 49,
        "CPL_PEER_CLOSE": 38,
        "CPL_PKT_NOTIFY": 62,
        "CPL_RDMA_ATOMIC_REQ": 170,
        "CPL_RDMA_ATOMIC_RPL": 171,
        "CPL_RDMA_CQE": 53,
        "CPL_RDMA_CQE_ERR": 55,
        "CPL_RDMA_CQE_READ_RSP": 54,
        "CPL_RDMA_IMM_DATA": 172,
        "CPL_RDMA_IMM_DATA_SE": 173,
        "CPL_RDMA_READ_REQ": 96,
        "CPL_RDMA_TERMINATE": 162,
        "CPL_RDMA_WRITE": 164,
        "CPL_RTE_DELETE_REQ": 15,
        "CPL_RTE_DELETE_RPL": 39,
        "CPL_RTE_READ_REQ": 17,
        "CPL_RTE_READ_RPL": 56,
        "CPL_RTE_WRITE_REQ": 16,
        "CPL_RTE_WRITE_RPL": 40,
        "CPL_RX2TX_DATA": 177,
        "CPL_RX_DATA": 57,
        "CPL_RX_DATA_ACK": 13,
        "CPL_RX_DATA_DDP": 66,
        "CPL_RX_DATA_DIF": 75,
        "CPL_RX_DDP_COMPLETE": 63,
        "CPL_RX_FCOE_DDP": 70,
        "CPL_RX_FCOE_DIF": 74,
        "CPL_RX_ISCSI_CMP": 69,
        "CPL_RX_ISCSI_DDP": 73,
        "CPL_RX_ISCSI_DIF": 96,
        "CPL_RX_MPS_PKT": 175,
        "CPL_RX_PHYS_ADDR": 48,
        "CPL_RX_PHYS_DSGL": 208,
        "CPL_RX_PKT": 59,
        "CPL_RX_TLS_CMP": 78,
        "CPL_RX_URG_NOTIFY": 44,
        "CPL_RX_URG_PKT": 41,
        "CPL_SET_LE_REQ": 128,
        "CPL_SET_LE_RPL": 166,
        "CPL_SET_TCB": 4,
        "CPL_SET_TCB_FIELD": 5,
        "CPL_SET_TCB_RPL": 58,
        "CPL_SGE_EGR_UPDATE": 165,
        "CPL_SMT_READ_REQ": 21,
        "CPL_SMT_READ_RPL": 67,
        "CPL_SMT_WRITE_REQ": 20,
        "CPL_SMT_WRITE_RPL": 46,
        "CPL_SRQ_TABLE_REQ": 28,
        "CPL_SRQ_TABLE_RPL": 204,
        "CPL_T5_RDMA_READ_REQ": 169,
        "CPL_T5_TRACE_PKT": 72,
        "CPL_TAG_READ_REQ": 27,
        "CPL_TAG_READ_RPL": 60,
        "CPL_TAG_WRITE_REQ": 22,
        "CPL_TAG_WRITE_RPL": 42,
        "CPL_TID_RELEASE": 26,
        "CPL_TLS_DATA": 177,
        "CPL_TRACE_PKT": 176,
        "CPL_TX_DATA": 12,
        "CPL_TX_DATA_ACK": 47,
        "CPL_TX_DATA_ISO": 31,
        "CPL_TX_PKT": 14,
        "CPL_TX_PKT_FSO": 30,
        "CPL_TX_PKT_LSO": 237,
        "CPL_TX_PKT_XT": 238,
        "CPL_TX_SEC_PDU": 138,
        "CPL_TX_TLS_ACK": 139,
        "CPL_TX_TLS_PDU": 136,
        "CPL_TX_TLS_SFO": 137,
        "CPL_TX_TNL_LSO": 236,
        "NUM_CPL_CMDS": 239
      }
    },
    "unnamed_c44511870a4941eb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RES_ANY_BUSY": 1
      }
    },
    "unnamed_c447950d66212352": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTDb_buffered": 1,
        "ZSTDb_not_buffered": 0
      }
    },
    "unnamed_c455dbbfb50e06aa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPUARM_SA110": 5,
        "CPUARM_xxx": 6,
        "CPUI960_80303": 9,
        "CPUI960_CX": 2,
        "CPUI960_HX": 3,
        "CPUI960_JX": 1,
        "CPUI960_RX": 4,
        "CPUPPC_603e": 7,
        "CPUPPC_xxx": 8,
        "CPUSUBTYPE__last": 13,
        "CPU_MIPS_4KC": 11,
        "CPU_MIPS_5KC": 12,
        "CPU_XSCALE_80321": 10
      }
    },
    "unnamed_c46ff9878f2d27da": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "APL1": 336,
        "APL10": 4176,
        "APL10_WORLD": 95,
        "APL1_APLA": 84,
        "APL1_ETSIC": 85,
        "APL1_FCCA": 83,
        "APL1_WORLD": 82,
        "APL2": 592,
        "APL2_APLC": 70,
        "APL2_APLD": 73,
        "APL2_ETSIC": 86,
        "APL2_FCCA": 77,
        "APL2_WORLD": 69,
        "APL3": 848,
        "APL3_FCCA": 80,
        "APL3_WORLD": 71,
        "APL4": 1104,
        "APL4_WORLD": 66,
        "APL5": 1360,
        "APL5_WORLD": 88,
        "APL6": 1616,
        "APL6_WORLD": 91,
        "APL7": 1872,
        "APL7_FCCA": 92,
        "APL8": 2128,
        "APL8_WORLD": 93,
        "APL9": 2384,
        "APL9_WORLD": 94,
        "APLD": 3408,
        "APL_RESERVED": 68,
        "DEBUG_REG_DMN": 511,
        "ETSI1": 304,
        "ETSI1_WORLD": 55,
        "ETSI2": 560,
        "ETSI2_WORLD": 53,
        "ETSI3": 816,
        "ETSI3_ETSIA": 50,
        "ETSI3_WORLD": 54,
        "ETSI4": 1072,
        "ETSI4_ETSIC": 56,
        "ETSI4_WORLD": 48,
        "ETSI5": 1328,
        "ETSI5_WORLD": 57,
        "ETSI6": 1584,
        "ETSI6_WORLD": 52,
        "ETSI8": 2096,
        "ETSI8_WORLD": 61,
        "ETSI9": 2352,
        "ETSI9_WORLD": 62,
        "ETSIA": 2608,
        "ETSIB": 2864,
        "ETSIC": 3120,
        "ETSI_RESERVED": 51,
        "EU1_WORLD": 104,
        "FCC1": 272,
        "FCC1_FCCA": 16,
        "FCC1_WORLD": 17,
        "FCC2": 288,
        "FCC2_ETSIC": 34,
        "FCC2_FCCA": 32,
        "FCC2_WORLD": 33,
        "FCC3": 352,
        "FCC3_FCCA": 58,
        "FCC3_WORLD": 59,
        "FCC4": 357,
        "FCC4_FCCA": 18,
        "FCC5": 358,
        "FCC5_FCCB": 19,
        "FCC6": 1552,
        "FCC6_FCCA": 20,
        "FCCA": 2576,
        "FCCB": 2577,
        "FCC_UBNT": 42,
        "FRANCE_RES": 49,
        "MKK1": 320,
        "MKK10": 2880,
        "MKK10_FCCA": 208,
        "MKK10_MKKA": 247,
        "MKK10_MKKA1": 209,
        "MKK10_MKKA2": 211,
        "MKK10_MKKC": 210,
        "MKK11": 4416,
        "MKK11_FCCA": 213,
        "MKK11_MKKA": 212,
        "MKK11_MKKA1": 214,
        "MKK11_MKKA2": 216,
        "MKK11_MKKC": 215,
        "MKK12": 4672,
        "MKK12_FCCA": 218,
        "MKK12_MKKA": 217,
        "MKK12_MKKA1": 219,
        "MKK12_MKKA2": 221,
        "MKK12_MKKC": 220,
        "MKK13": 3136,
        "MKK13_MKKB": 222,
        "MKK14": 5184,
        "MKK14_MKKA1": 146,
        "MKK15": 5440,
        "MKK15_MKKA1": 147,
        "MKK1_FCCA": 72,
        "MKK1_MKKA": 64,
        "MKK1_MKKA1": 74,
        "MKK1_MKKA2": 75,
        "MKK1_MKKB": 65,
        "MKK1_MKKC": 76,
        "MKK2": 576,
        "MKK2_MKKA": 67,
        "MKK3": 832,
        "MKK3_FCCA": 242,
        "MKK3_MKKA": 240,
        "MKK3_MKKA1": 241,
        "MKK3_MKKA2": 129,
        "MKK3_MKKB": 128,
        "MKK3_MKKC": 130,
        "MKK4": 1088,
        "MKK4_FCCA": 245,
        "MKK4_MKKA": 243,
        "MKK4_MKKA1": 244,
        "MKK4_MKKA2": 132,
        "MKK4_MKKB": 131,
        "MKK4_MKKC": 133,
        "MKK5": 1344,
        "MKK5_MKKA2": 135,
        "MKK5_MKKB": 134,
        "MKK5_MKKC": 136,
        "MKK6": 1600,
        "MKK6_FCCA": 249,
        "MKK6_MKKA1": 248,
        "MKK6_MKKA2": 138,
        "MKK6_MKKB": 137,
        "MKK6_MKKC": 139,
        "MKK7": 1856,
        "MKK7_FCCA": 251,
        "MKK7_MKKA1": 250,
        "MKK7_MKKA2": 141,
        "MKK7_MKKB": 140,
        "MKK7_MKKC": 142,
        "MKK8": 2112,
        "MKK8_MKKA2": 144,
        "MKK8_MKKB": 143,
        "MKK8_MKKC": 145,
        "MKK9": 2368,
        "MKK9_FCCA": 252,
        "MKK9_MKKA": 246,
        "MKK9_MKKA1": 253,
        "MKK9_MKKA2": 255,
        "MKK9_MKKC": 254,
        "MKKA": 2624,
        "MKKC": 2640,
        "NO_ENUMRD": 0,
        "NULL1": 408,
        "NULL1_ETSIB": 7,
        "NULL1_ETSIC": 8,
        "NULL1_WORLD": 3,
        "WOR01_WORLD": 102,
        "WOR02_WORLD": 103,
        "WOR0_WORLD": 96,
        "WOR1_WORLD": 97,
        "WOR2_WORLD": 98,
        "WOR3_WORLD": 99,
        "WOR4_WORLD": 100,
        "WOR5_ETSIC": 101,
        "WOR9_WORLD": 105,
        "WORA_WORLD": 106,
        "WORB_WORLD": 107,
        "WORC_WORLD": 108,
        "WORLD": 409
      }
    },
    "unnamed_c47f68236d8184bc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SMT_STATE_ERROR": 2,
        "SMT_STATE_SWITCHING": 0,
        "SMT_STATE_UNUSED": 1
      }
    },
    "unnamed_c4c2c1328ac7863a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SKEIN_BAD_HASHLEN": 2,
        "SKEIN_FAIL": 1,
        "SKEIN_SUCCESS": 0
      }
    },
    "unnamed_c4da5c882077db64": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "T3_REV_A": 0,
        "T3_REV_B": 2,
        "T3_REV_B2": 3,
        "T3_REV_C": 4
      }
    },
    "unnamed_c54eb7c5b2bcc567": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VSC8211_AUX_CTRL_STAT": 28,
        "VSC8211_EXT_CTRL": 23,
        "VSC8211_EXT_PAGE_AXS": 31,
        "VSC8211_INTR_ENABLE": 25,
        "VSC8211_INTR_STATUS": 26,
        "VSC8211_LED_CTRL": 27,
        "VSC8211_PHY_CTRL": 24,
        "VSC8211_SIGDET_CTRL": 19
      }
    },
    "unnamed_c57840372fbfa3f0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PR_FAMILY_MAX": 2,
        "PR_INET": 0,
        "PR_INET6": 1
      }
    },
    "unnamed_c59b64d4238d3329": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FDDUP_FCNTL": 1,
        "FDDUP_FIXED": 2,
        "FDDUP_LASTMODE": 3,
        "FDDUP_NORMAL": 0
      }
    },
    "unnamed_c59d3529e62e8c2f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTRL_ATTR_MCAST_GRP_ID": 2,
        "CTRL_ATTR_MCAST_GRP_NAME": 1,
        "CTRL_ATTR_MCAST_GRP_UNSPEC": 0,
        "__CTRL_ATTR_MCAST_GRP_MAX": 3
      }
    },
    "unnamed_c60052ca63f32501": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCF_MIDI": 1,
        "SCF_PCM": 0,
        "SCF_SYNTH": 2
      }
    },
    "unnamed_c609fc47bbaa2e0a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_VSC_DOMAIN_ICMD": 1,
        "MLX5_VSC_DOMAIN_PROTECTED_CRSPACE": 6,
        "MLX5_VSC_DOMAIN_SCAN_CRSPACE": 7,
        "MLX5_VSC_DOMAIN_SEMAPHORES": 10
      }
    },
    "unnamed_c626f0c215e134a1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MIN_PKT": 8,
        "REQ_SIZE": 8
      }
    },
    "unnamed_c63c2ac4cf7261c1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CMD_HCA_CAP_PORT_TYPE_ETHERNET": 1,
        "MLX5_CMD_HCA_CAP_PORT_TYPE_IB": 0
      }
    },
    "unnamed_c63ca45ea3aa68f1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CXGB_BUSY": 512,
        "CXGB_OFLD_INIT": 128,
        "CXGB_SHUTDOWN": 64,
        "DOOMED": 1,
        "FULL_INIT_DONE": 1,
        "FW_UPTODATE": 16,
        "QUEUES_BOUND": 8,
        "TOM_INIT_DONE": 1024,
        "TPS_UPTODATE": 32,
        "TP_PARITY_INIT": 256,
        "USING_MSI": 2,
        "USING_MSIX": 4
      }
    },
    "unnamed_c67fdc15a6fdec19": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "Z_RESAMPLER_LAST": 4,
        "Z_RESAMPLER_LINEAR": 1,
        "Z_RESAMPLER_SINC": 2,
        "Z_RESAMPLER_SINC_POLYPHASE": 3,
        "Z_RESAMPLER_ZOH": 0
      }
    },
    "unnamed_c6a2606d885c93de": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MESH_RTCMD_ADD": 2,
        "IEEE80211_MESH_RTCMD_DELETE": 3,
        "IEEE80211_MESH_RTCMD_FLUSH": 1,
        "IEEE80211_MESH_RTCMD_LIST": 0
      }
    },
    "unnamed_c6bf9201669bd461": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CH_STATE_NORMAL": 1,
        "CH_STATE_PROBE": 0
      }
    },
    "unnamed_c7191b6717a2298c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_TARGET_DELETED": 0,
        "OCS_SCSI_TARGET_MISSING": 1
      }
    },
    "unnamed_c780fe069c5cf165": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TSP_HZ": 1,
        "TSP_NSEC": 3,
        "TSP_SEC": 0,
        "TSP_USEC": 2
      }
    },
    "unnamed_c7cea612dd44e447": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PLAT_ANAHEIM": 9,
        "PLAT_BATBOARD": 5,
        "PLAT_BATBOARD_HD": 6,
        "PLAT_BLACKBIRD": 32,
        "PLAT_COBRA": 8,
        "PLAT_CORSAIR": 27,
        "PLAT_CRUSADER": 22,
        "PLAT_CYCLONE": 3,
        "PLAT_CYCLONE_HD": 4,
        "PLAT_HABANERO": 20,
        "PLAT_HARRIER": 24,
        "PLAT_INTRUDER": 34,
        "PLAT_JAGUAR": 28,
        "PLAT_JALAPENO": 10,
        "PLAT_JALAPENO_DELL": 12,
        "PLAT_JALAPENO_P2": 19,
        "PLAT_LANCER": 23,
        "PLAT_NTSIM": 1,
        "PLAT_POBLANO": 13,
        "PLAT_POBLANO_OPAL": 14,
        "PLAT_POBLANO_SL0": 15,
        "PLAT_POBLANO_SL1": 16,
        "PLAT_POBLANO_SL2": 17,
        "PLAT_POBLANO_XXX": 18,
        "PLAT_PROWLER": 31,
        "PLAT_QUEENS": 11,
        "PLAT_SABREEXPRESS": 33,
        "PLAT_SATAHAWK": 29,
        "PLAT_SATANATOR": 30,
        "PLAT_SKYHAWK": 26,
        "PLAT_TERMINATOR": 25,
        "PLAT_V3ADU": 2,
        "PLAT_VULCAN": 21,
        "PLAT_YOLO": 7,
        "PLAT__last": 35
      }
    },
    "unnamed_c7fa8feab1987a63": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_GEN_TIMER_TSF": 0,
        "HAL_GEN_TIMER_TSF2": 1,
        "HAL_GEN_TIMER_TSF_ANY": 2
      }
    },
    "unnamed_c85872c5c0c55538": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_ELEMID_AID": 197,
        "IEEE80211_ELEMID_APCHANREP": 51,
        "IEEE80211_ELEMID_BSSLOAD": 11,
        "IEEE80211_ELEMID_CCKM": 156,
        "IEEE80211_ELEMID_CFPARMS": 4,
        "IEEE80211_ELEMID_CHALLENGE": 16,
        "IEEE80211_ELEMID_CHANNEL_SWITCH_WRAPPER": 196,
        "IEEE80211_ELEMID_COEX_2040": 72,
        "IEEE80211_ELEMID_COUNTRY": 7,
        "IEEE80211_ELEMID_CSA": 37,
        "IEEE80211_ELEMID_DSPARMS": 3,
        "IEEE80211_ELEMID_ERP": 42,
        "IEEE80211_ELEMID_EXTCAP": 127,
        "IEEE80211_ELEMID_EXTENDED_BSS_LOAD": 193,
        "IEEE80211_ELEMID_FHPARMS": 2,
        "IEEE80211_ELEMID_HTCAP": 45,
        "IEEE80211_ELEMID_HTINFO": 61,
        "IEEE80211_ELEMID_IBSSDFS": 41,
        "IEEE80211_ELEMID_IBSSPARMS": 6,
        "IEEE80211_ELEMID_INTOL_CHN_REPORT": 73,
        "IEEE80211_ELEMID_MEASREP": 39,
        "IEEE80211_ELEMID_MEASREQ": 38,
        "IEEE80211_ELEMID_MESHAH": 60,
        "IEEE80211_ELEMID_MESHAWAKEW": 119,
        "IEEE80211_ELEMID_MESHBEACONT": 120,
        "IEEE80211_ELEMID_MESHCNGST": 116,
        "IEEE80211_ELEMID_MESHCONF": 113,
        "IEEE80211_ELEMID_MESHCSA": 118,
        "IEEE80211_ELEMID_MESHGANN": 125,
        "IEEE80211_ELEMID_MESHID": 114,
        "IEEE80211_ELEMID_MESHLINK": 115,
        "IEEE80211_ELEMID_MESHPEER": 117,
        "IEEE80211_ELEMID_MESHPERR": 132,
        "IEEE80211_ELEMID_MESHPREP": 131,
        "IEEE80211_ELEMID_MESHPREQ": 130,
        "IEEE80211_ELEMID_MESHPXU": 137,
        "IEEE80211_ELEMID_MESHPXUC": 138,
        "IEEE80211_ELEMID_MESHRANN": 126,
        "IEEE80211_ELEMID_MESHTIM": 39,
        "IEEE80211_ELEMID_MOBILITY_DOMAIN": 54,
        "IEEE80211_ELEMID_MULTIBSSID": 71,
        "IEEE80211_ELEMID_OPMODE_NOTIF": 199,
        "IEEE80211_ELEMID_OVERLAP_BSS_SCAN_PARAM": 74,
        "IEEE80211_ELEMID_PWRCAP": 33,
        "IEEE80211_ELEMID_PWRCNSTR": 32,
        "IEEE80211_ELEMID_QOS": 46,
        "IEEE80211_ELEMID_QUIET": 40,
        "IEEE80211_ELEMID_QUIET_CHANNEL": 198,
        "IEEE80211_ELEMID_RATES": 1,
        "IEEE80211_ELEMID_RESERVED_47": 47,
        "IEEE80211_ELEMID_RRM_ENACAPS": 70,
        "IEEE80211_ELEMID_RSN": 48,
        "IEEE80211_ELEMID_SECCHAN_OFFSET": 62,
        "IEEE80211_ELEMID_SSID": 0,
        "IEEE80211_ELEMID_SUPPCHAN": 36,
        "IEEE80211_ELEMID_TCLAS": 14,
        "IEEE80211_ELEMID_TIM": 5,
        "IEEE80211_ELEMID_TIM_BCAST_REQ": 94,
        "IEEE80211_ELEMID_TIM_BCAST_RESP": 95,
        "IEEE80211_ELEMID_TPC": 150,
        "IEEE80211_ELEMID_TPCREP": 35,
        "IEEE80211_ELEMID_TPCREQ": 34,
        "IEEE80211_ELEMID_TSF_REQ": 91,
        "IEEE80211_ELEMID_TSF_RESP": 92,
        "IEEE80211_ELEMID_TSPEC": 13,
        "IEEE80211_ELEMID_VENDOR": 221,
        "IEEE80211_ELEMID_VHT_CAP": 191,
        "IEEE80211_ELEMID_VHT_OPMODE": 192,
        "IEEE80211_ELEMID_VHT_PWR_ENV": 195,
        "IEEE80211_ELEMID_WIDE_BW_CHANNEL_SWITCH": 194,
        "IEEE80211_ELEMID_WNM_SLEEP_MODE": 93,
        "IEEE80211_ELEMID_XRATES": 50
      }
    },
    "unnamed_c8899ea01f387031": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CTRL_ATTR_FAMILY_ID": 1,
        "CTRL_ATTR_FAMILY_NAME": 2,
        "CTRL_ATTR_HDRSIZE": 4,
        "CTRL_ATTR_MAXATTR": 5,
        "CTRL_ATTR_MCAST_GROUPS": 7,
        "CTRL_ATTR_OP": 10,
        "CTRL_ATTR_OPS": 6,
        "CTRL_ATTR_OP_POLICY": 9,
        "CTRL_ATTR_POLICY": 8,
        "CTRL_ATTR_UNSPEC": 0,
        "CTRL_ATTR_VERSION": 3,
        "__CTRL_ATTR_MAX": 11
      }
    },
    "unnamed_c9066f7d16af50d8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_btlazy2": 6,
        "ZSTD_btopt": 7,
        "ZSTD_btultra": 8,
        "ZSTD_btultra2": 9,
        "ZSTD_dfast": 2,
        "ZSTD_fast": 1,
        "ZSTD_greedy": 3,
        "ZSTD_lazy": 4,
        "ZSTD_lazy2": 5
      }
    },
    "unnamed_c93854d0c51236d9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_ps_auto": 0,
        "ZSTD_ps_disable": 2,
        "ZSTD_ps_enable": 1
      }
    },
    "unnamed_c94f718ba164a68e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ULP_TX_MEM_READ": 2,
        "ULP_TX_MEM_WRITE": 3,
        "ULP_TX_PKT": 4
      }
    },
    "unnamed_c986c76524de298a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PAGES_CANT_GIVE": 0,
        "MLX5_PAGES_GIVE": 1,
        "MLX5_PAGES_TAKE": 2
      }
    },
    "unnamed_c99e6383c99aa3c2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_BT_MODULE_CSR_BC4": 0,
        "HAL_BT_MODULE_HELIUS": 2,
        "HAL_BT_MODULE_JANUS": 1,
        "HAL_MAX_BT_MODULES": 3
      }
    },
    "unnamed_c9d56eb566231e8d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AFEX_UPDATE": 1,
        "SWITCH_UPDATE": 0
      }
    },
    "unnamed_ca4c25a83673c84b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CMPT_SHIFT": 24,
        "MLX4_NUM_CMPTS": 67108864
      }
    },
    "unnamed_ca5e6fecd156b8d2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MII_MEDIA_1000_T": 8,
        "MII_MEDIA_1000_T_FDX": 9,
        "MII_MEDIA_1000_X": 6,
        "MII_MEDIA_1000_X_FDX": 7,
        "MII_MEDIA_100_T4": 3,
        "MII_MEDIA_100_TX": 4,
        "MII_MEDIA_100_TX_FDX": 5,
        "MII_MEDIA_10_T": 1,
        "MII_MEDIA_10_T_FDX": 2,
        "MII_MEDIA_NONE": 0,
        "MII_NMEDIA": 10
      }
    },
    "unnamed_cab118688dffd2e5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CTRL_ETH_SRC_CHECK_IF_COUNTER": 128
      }
    },
    "unnamed_cb2b607c41c26ff6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ROCE_VERSION_1_5_CAP": 2,
        "MLX5_ROCE_VERSION_1_CAP": 1,
        "MLX5_ROCE_VERSION_2_CAP": 4
      }
    },
    "unnamed_cb7fa55712dde33a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MWL_HAL_DEBUG_CMDDONE": 2,
        "MWL_HAL_DEBUG_IGNHANG": 4,
        "MWL_HAL_DEBUG_SENDCMD": 1
      }
    },
    "unnamed_cb86f1a9a02c97e8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NG_CAR_ACTION_DROP": 2,
        "NG_CAR_ACTION_FORWARD": 1,
        "NG_CAR_ACTION_MARK": 3
      }
    },
    "unnamed_cb87de8d6e2307ad": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CT_MIRROR": 2,
        "CT_MORPH": 7,
        "CT_NONE": 0,
        "CT_PASSTHRU": 8,
        "CT_PSEUDO_RAID3": 13,
        "CT_RAID00": 11,
        "CT_RAID10": 10,
        "CT_RAID1E": 17,
        "CT_RAID4": 9,
        "CT_RAID5": 4,
        "CT_RAID50": 14,
        "CT_RAID5D": 15,
        "CT_RAID5D0": 16,
        "CT_RAID6": 18,
        "CT_RAID60": 19,
        "CT_SSRO": 6,
        "CT_SSRW": 5,
        "CT_STRIPE": 3,
        "CT_VOLUME": 1,
        "CT_VOLUME_OF_MIRRORS": 12
      }
    },
    "unnamed_cbbcfdbdbd18315d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XHCI_ST_ADDRESSED": 3,
        "XHCI_ST_CONFIGURED": 4,
        "XHCI_ST_DEFAULT": 2,
        "XHCI_ST_DISABLED": 0,
        "XHCI_ST_ENABLED": 1,
        "XHCI_ST_MAX": 5
      }
    },
    "unnamed_cbc524b4d46a77b6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IDT75N43102": 5,
        "IDT75P52100": 4
      }
    },
    "unnamed_cbf2ecc51ff50302": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTWN_CRYPTO_FULL": 2,
        "RTWN_CRYPTO_MAX": 3,
        "RTWN_CRYPTO_PAIR": 1,
        "RTWN_CRYPTO_SW": 0
      }
    },
    "unnamed_cc5019bd88c1c75c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_TP_SCALE_12": 3,
        "HAL_TP_SCALE_25": 2,
        "HAL_TP_SCALE_50": 1,
        "HAL_TP_SCALE_MAX": 0,
        "HAL_TP_SCALE_MIN": 4
      }
    },
    "unnamed_cc732d40a8f1e4b3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DM_RET_ACTION_MASK": 240,
        "DM_RET_COPY": 1,
        "DM_RET_DESCEND": 32,
        "DM_RET_ERROR": 48,
        "DM_RET_FLAG_MASK": 15,
        "DM_RET_NONE": 0,
        "DM_RET_STOP": 16
      }
    },
    "unnamed_cc8209741335c5ea": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_FLAG_BONDED": 128,
        "MLX4_FLAG_MASTER": 4,
        "MLX4_FLAG_MSI_X": 1,
        "MLX4_FLAG_OLD_PORT_CMDS": 2,
        "MLX4_FLAG_OLD_REG_MAC": 64,
        "MLX4_FLAG_SECURE_HOST": 256,
        "MLX4_FLAG_SLAVE": 8,
        "MLX4_FLAG_SRIOV": 16
      }
    },
    "unnamed_cc9d9f7e6fc6aa43": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_FATAL_WARNING_SUBTYPE_WARMING": 0
      }
    },
    "unnamed_ccc110670946f487": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CL_METADATA_SIZE": 64,
        "CTRL_EQ_QSIZE": 1024,
        "EQ_ESIZE": 64,
        "FW_IQ_QSIZE": 256,
        "IQ_ESIZE": 64,
        "RX_IQ_QSIZE": 1024,
        "SGE_MAX_WR_NDESC": 8,
        "SW_ZONE_SIZES": 4,
        "TX_EQ_QSIZE": 1024,
        "TX_SGL_SEGS": 39,
        "TX_SGL_SEGS_EO_TSO": 30,
        "TX_SGL_SEGS_TSO": 38,
        "TX_SGL_SEGS_VM": 38,
        "TX_SGL_SEGS_VM_TSO": 37,
        "TX_SGL_SEGS_VXLAN_TSO": 37,
        "TX_WR_FLITS": 64
      }
    },
    "unnamed_cce9018d53ad30c6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TOK_ATTR_NAME": 6,
        "TOK_COLON": 3,
        "TOK_EQUALS": 4,
        "TOK_LPAREN": 1,
        "TOK_NUMBER": 7,
        "TOK_NUMBER_LIST": 9,
        "TOK_NUMBER_VALUE": 8,
        "TOK_QUEUE": 5,
        "TOK_RPAREN": 2
      }
    },
    "unnamed_ccea8a83a7c7dffd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_EIFACE_GET_IFADDRS": 2,
        "NGM_EIFACE_GET_IFNAME": 1,
        "NGM_EIFACE_SET": 3
      }
    },
    "unnamed_ccf1d0d30ce3f3c9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_VERSION_MAJOR": 7,
        "FW_VERSION_MICRO": 0,
        "FW_VERSION_MINOR": 11
      }
    },
    "unnamed_cd9fb8197c899f6c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "WCNT": 4
      }
    },
    "unnamed_cda12108a292bb8b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADHOC_PER_11D": 8,
        "DISALLOW_ADHOC_11A": 1,
        "DISALLOW_ADHOC_11A_TURB": 2,
        "LIMIT_FRAME_4MS": 32,
        "NEED_NFC": 4,
        "NO_HOSTAP": 64,
        "NO_REQ": 0
      }
    },
    "unnamed_cdcb3bba276df422": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_d_ignoreChecksum": 1,
        "ZSTD_d_validateChecksum": 0
      }
    },
    "unnamed_ce1bbdd0649b46d4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWM_SILICON_A_STEP": 0,
        "IWM_SILICON_B_STEP": 1,
        "IWM_SILICON_C_STEP": 2
      }
    },
    "unnamed_ce273e8e3c0d253f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "STAGE_END": 1,
        "STAGE_START": 0
      }
    },
    "unnamed_ce5e06460205594a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CMD_TIME_CLASS_A": 60000,
        "MLX4_CMD_TIME_CLASS_B": 60000,
        "MLX4_CMD_TIME_CLASS_C": 60000
      }
    },
    "unnamed_ce6cf87923e5f2cd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI4_CB_FIP": 1,
        "SLI4_CB_LINK": 0,
        "SLI4_CB_MAX": 2
      }
    },
    "unnamed_cefd87fb44ed0fda": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCHED_CLASS_RATEMODE_ABS": 1,
        "SCHED_CLASS_RATEMODE_REL": 0
      }
    },
    "unnamed_cf0d011a4f0f5936": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NVBATTSTATUS_LOW": 1,
        "NVBATTSTATUS_NONE": 0,
        "NVBATTSTATUS_OK": 2,
        "NVBATTSTATUS_RECONDITIONING": 3
      }
    },
    "unnamed_cf1d357ed0637c53": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "KUE_BULK_DT_RD": 1,
        "KUE_BULK_DT_WR": 0,
        "KUE_N_TRANSFER": 2
      }
    },
    "unnamed_cf21f204112cb648": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NO_ERROR": 0,
        "NO_MATCH": 1,
        "VERIFICATION_FAILED": 2
      }
    },
    "unnamed_cf27e69852495005": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MSG_FLAG_EXPECT_IDE_BUSFREE": 4,
        "MSG_FLAG_EXPECT_PPR_BUSFREE": 1,
        "MSG_FLAG_EXPECT_QASREJ_BUSFREE": 8,
        "MSG_FLAG_IU_REQ_CHANGED": 2,
        "MSG_FLAG_NONE": 0,
        "MSG_FLAG_PACKETIZED": 16
      }
    },
    "unnamed_cf7fd7f4541009c5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ETHERNET_DISCARD_COUNTERS_GROUP": 6,
        "MLX5_ETHERNET_EXTENDED_COUNTERS_GROUP": 5,
        "MLX5_IEEE_802_3_COUNTERS_GROUP": 0,
        "MLX5_INFINIBAND_PORT_COUNTERS_GROUP": 32,
        "MLX5_PER_PRIORITY_COUNTERS_GROUP": 16,
        "MLX5_PER_TRAFFIC_CLASS_COUNTERS_GROUP": 17,
        "MLX5_PHYSICAL_LAYER_COUNTERS_GROUP": 18,
        "MLX5_PHYSICAL_LAYER_STATISTICAL_GROUP": 22,
        "MLX5_RFC_2819_COUNTERS_GROUP": 2,
        "MLX5_RFC_2863_COUNTERS_GROUP": 1,
        "MLX5_RFC_3635_COUNTERS_GROUP": 3
      }
    },
    "unnamed_cf9c93b96843f2c9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "INJECT_DELAY_CMD": 5,
        "INJECT_DROP_CMD": 1,
        "INJECT_DROP_DATA": 3,
        "INJECT_DROP_RESP": 4,
        "INJECT_FREE_DROPPED": 2,
        "NO_ERR_INJECT": 0
      }
    },
    "unnamed_cfd0f143b47a207d": {
      "size": 4,
      "base": "int",
      "constants": {
        "SES_SETSTATUS_ENC_IDX": -1
      }
    },
    "unnamed_d02a78a21dfd8ba6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FQDN": 1,
        "WRU": 0
      }
    },
    "unnamed_d0b897ed38c23c28": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CONG_ALG_HIGHSPEED": 3,
        "CONG_ALG_NEWRENO": 2,
        "CONG_ALG_RENO": 0,
        "CONG_ALG_TAHOE": 1
      }
    },
    "unnamed_d10523a2b0c1c255": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MAX_EQ_NUM": 1024,
        "MLX4_MAX_NUM_PF": 16,
        "MLX4_MAX_NUM_VF": 126,
        "MLX4_MAX_NUM_VF_P_PORT": 64,
        "MLX4_MFUNC_EQE_MASK": 7,
        "MLX4_MFUNC_EQ_NUM": 4,
        "MLX4_MFUNC_MAX": 128,
        "MLX4_MFUNC_MAX_EQES": 8
      }
    },
    "unnamed_d10f428c8daf968e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_WQ_STEERING_CLASS": 0,
        "OCS_HW_WQ_STEERING_CPU": 2,
        "OCS_HW_WQ_STEERING_REQUEST": 1
      }
    },
    "unnamed_d12f261dc21fc18a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_GETCONF_ERROR": 3,
        "PCI_GETCONF_LAST_DEVICE": 0,
        "PCI_GETCONF_LIST_CHANGED": 1,
        "PCI_GETCONF_MORE_DEVS": 2
      }
    },
    "unnamed_d169ce4ae645d6bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ACCESS_REG_SUMMARY_CTRL_ID_MTBR": 36879,
        "MLX5_ACCESS_REG_SUMMARY_CTRL_ID_MTCAP": 36873,
        "MLX5_ACCESS_REG_SUMMARY_CTRL_ID_MTECR": 37129,
        "MLX5_ACCESS_REG_SUMMARY_CTRL_ID_MTEWE": 37131,
        "MLX5_ACCESS_REG_SUMMARY_CTRL_ID_MTMP": 36874,
        "MLX5_ACCESS_REG_SUMMARY_CTRL_ID_MTWE": 36875,
        "MLX5_MAX_TEMPERATURE": 16
      }
    },
    "unnamed_d1cb971c8bd80ffd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SENSOR_FW_SYND_RFR": 5,
        "MLX5_SENSOR_NIC_DISABLED": 3,
        "MLX5_SENSOR_NIC_SW_RESET": 4,
        "MLX5_SENSOR_NO_ERR": 0,
        "MLX5_SENSOR_PCI_COMM_ERR": 1,
        "MLX5_SENSOR_PCI_ERR": 2
      }
    },
    "unnamed_d2640ad644792d3a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_BLS_ACC": 0,
        "SLI_BLS_MAX": 2,
        "SLI_BLS_RJT": 1
      }
    },
    "unnamed_d294475457955b32": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_INNER_HEADERS": 2,
        "MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_MISC_PARAMETERS": 1,
        "MLX5_CREATE_FLOW_GROUP_IN_MATCH_CRITERIA_ENABLE_OUTER_HEADERS": 0
      }
    },
    "unnamed_d2a87034ecd0e8d9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SMT_SIZE": 256
      }
    },
    "unnamed_d2bf0ccdcced927b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_STATE_ACTIVE": 2,
        "OCS_HW_STATE_QUEUES_ALLOCATED": 1,
        "OCS_HW_STATE_RESET_IN_PROGRESS": 3,
        "OCS_HW_STATE_TEARDOWN_IN_PROGRESS": 4,
        "OCS_HW_STATE_UNINITIALIZED": 0
      }
    },
    "unnamed_d2f27ca247912a0a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MAX_BF": 256,
        "MAX_INLINE": 104,
        "MIN_PKT_LEN": 17
      }
    },
    "unnamed_d35aed27b7fd4d7f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LASI_CTRL": 36866,
        "LASI_STAT": 36869,
        "RX_ALARM_CTRL": 36864,
        "RX_ALARM_STAT": 36867,
        "TX_ALARM_CTRL": 36865,
        "TX_ALARM_STAT": 36868
      }
    },
    "unnamed_d366cfe56f0d9973": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PHY_LINK_DOWN": 0,
        "PHY_LINK_PARTIAL": 2,
        "PHY_LINK_UP": 1
      }
    },
    "unnamed_d37d5ab031db8d0e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CD_STATE_MEDIA_ALLOW": 3,
        "CD_STATE_MEDIA_PREVENT": 2,
        "CD_STATE_MEDIA_SIZE": 4,
        "CD_STATE_MEDIA_TOC_FULL": 6,
        "CD_STATE_MEDIA_TOC_HDR": 5,
        "CD_STATE_MEDIA_TOC_LEAD": 7,
        "CD_STATE_NORMAL": 1,
        "CD_STATE_PROBE": 0
      }
    },
    "unnamed_d3ccd5f1037966a4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BXE_LINK_REPORT_FULL_DUPLEX": 0,
        "BXE_LINK_REPORT_LINK_DOWN": 1,
        "BXE_LINK_REPORT_RX_FC_ON": 2,
        "BXE_LINK_REPORT_TX_FC_ON": 3
      }
    },
    "unnamed_d3e46c4b7e47407f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CPU_ALPHA": 6,
        "CPU_ARM": 3,
        "CPU_I960": 2,
        "CPU_I960_RX": 8,
        "CPU_MIPS": 9,
        "CPU_NTSIM": 1,
        "CPU_P7": 7,
        "CPU_POWERPC": 5,
        "CPU_SPARC": 4,
        "CPU_XSCALE": 10,
        "CPU__last": 11
      }
    },
    "unnamed_d4d656934c30baef": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_WQ_END_PAD_MODE_ALIGN": 1,
        "MLX5_WQ_END_PAD_MODE_NONE": 0
      }
    },
    "unnamed_d4d82b80d7c851c0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NLA_BITSET_BITS": 3,
        "NLA_BITSET_MASK": 5,
        "NLA_BITSET_NOMASK": 1,
        "NLA_BITSET_SIZE": 2,
        "NLA_BITSET_UNSPEC": 0,
        "NLA_BITSET_VALUE": 4,
        "__NLA_BITSET_MAX": 6
      }
    },
    "unnamed_d5048f63ffed188d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_defaultAllowed": 1,
        "ZSTD_defaultDisallowed": 0
      }
    },
    "unnamed_d559276a52ce961e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCB_ABORT": 256,
        "SCB_ACTIVE": 512,
        "SCB_AUTO_NEGOTIATE": 64,
        "SCB_CDB32_PTR": 16,
        "SCB_CMDPHASE_ABORT": 16384,
        "SCB_DEVICE_RESET": 4,
        "SCB_EXPECT_PPR_BUSFREE": 4096,
        "SCB_FLAG_NONE": 0,
        "SCB_NEGOTIATE": 128,
        "SCB_ON_COL_LIST": 32768,
        "SCB_OTHERTCL_TIMEOUT": 2,
        "SCB_PACKETIZED": 2048,
        "SCB_PKT_SENSE": 8192,
        "SCB_RECOVERY_SCB": 32,
        "SCB_SENSE": 8,
        "SCB_SILENT": 65536,
        "SCB_TARGET_IMMEDIATE": 1024,
        "SCB_TIMEDOUT": 131072,
        "SCB_TRANSMISSION_ERROR": 1
      }
    },
    "unnamed_d55d8422e3b2e2fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "rpc_gss_svc_default": 0,
        "rpc_gss_svc_integrity": 2,
        "rpc_gss_svc_none": 1,
        "rpc_gss_svc_privacy": 3
      }
    },
    "unnamed_d5f56c83e88cfbcc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_LINK_STAT_ADVERTISED_RCV_B2B_CREDIT": 9,
        "OCS_HW_LINK_STAT_ADVERTISED_XMIT_B2B_CREDIT": 11,
        "OCS_HW_LINK_STAT_ARB_TIMEOUT_COUNT": 8,
        "OCS_HW_LINK_STAT_CRC_COUNT": 5,
        "OCS_HW_LINK_STAT_CURR_RCV_B2B_CREDIT": 10,
        "OCS_HW_LINK_STAT_CURR_XMIT_B2B_CREDIT": 12,
        "OCS_HW_LINK_STAT_ELASTIC_BUFFER_OVERRUN_COUNT": 7,
        "OCS_HW_LINK_STAT_INVALID_XMIT_WORD_COUNT": 4,
        "OCS_HW_LINK_STAT_LINK_FAILURE_COUNT": 0,
        "OCS_HW_LINK_STAT_LOSS_OF_SIGNAL_COUNT": 2,
        "OCS_HW_LINK_STAT_LOSS_OF_SYNC_COUNT": 1,
        "OCS_HW_LINK_STAT_MAX": 20,
        "OCS_HW_LINK_STAT_PRIMITIVE_SEQ_COUNT": 3,
        "OCS_HW_LINK_STAT_PRIMITIVE_SEQ_TIMEOUT_COUNT": 6,
        "OCS_HW_LINK_STAT_RCV_DROPPED_NO_AER_COUNT": 17,
        "OCS_HW_LINK_STAT_RCV_DROPPED_NO_RPI_COUNT": 18,
        "OCS_HW_LINK_STAT_RCV_DROPPED_NO_XRI_COUNT": 19,
        "OCS_HW_LINK_STAT_RCV_EOFA_COUNT": 13,
        "OCS_HW_LINK_STAT_RCV_EOFDTI_COUNT": 14,
        "OCS_HW_LINK_STAT_RCV_EOFNI_COUNT": 15,
        "OCS_HW_LINK_STAT_RCV_SOFF_COUNT": 16
      }
    },
    "unnamed_d61a0e4cf9392775": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROBE_DEVICE_ID": 6,
        "PROBE_DONE": 13,
        "PROBE_DV_EXIT": 12,
        "PROBE_EXTENDED_INQUIRY": 7,
        "PROBE_FULL_INQUIRY": 2,
        "PROBE_INQUIRY": 1,
        "PROBE_INQUIRY_BASIC_DV1": 10,
        "PROBE_INQUIRY_BASIC_DV2": 11,
        "PROBE_INVALID": 14,
        "PROBE_MODE_SENSE": 4,
        "PROBE_REPORT_LUNS": 3,
        "PROBE_SERIAL_NUM": 8,
        "PROBE_SUPPORTED_VPD_LIST": 5,
        "PROBE_TUR": 0,
        "PROBE_TUR_FOR_NEGOTIATION": 9
      }
    },
    "unnamed_d630dc7c7ed34c48": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "set_basic": 0,
        "set_compressed": 2,
        "set_repeat": 3,
        "set_rle": 1
      }
    },
    "unnamed_d67340eae1b2fbc8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_BMME_FLAG_FAST_REG_WR": 2048,
        "MLX4_BMME_FLAG_LOCAL_INV": 64,
        "MLX4_BMME_FLAG_PORT_REMAP": 16777216,
        "MLX4_BMME_FLAG_REMOTE_INV": 128,
        "MLX4_BMME_FLAG_RESERVED_LKEY": 1024,
        "MLX4_BMME_FLAG_ROCE_V1_V2": 524288,
        "MLX4_BMME_FLAG_TYPE_2_WIN": 512,
        "MLX4_BMME_FLAG_VSD_INIT2RTR": 268435456,
        "MLX4_BMME_FLAG_WIN_TYPE_2B": 2
      }
    },
    "unnamed_d6c4944ac283fddd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AUE_BULK_DT_RD": 1,
        "AUE_BULK_DT_WR": 0,
        "AUE_INTR_DT_RD": 2,
        "AUE_N_TRANSFER": 3
      }
    },
    "unnamed_d6edaa46de2e4b7c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_ALLMULTI": 1,
        "MLX5E_FULLMATCH": 0,
        "MLX5E_PROMISC": 2
      }
    },
    "unnamed_d74c8fea4a4fab3c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TI_PARAM_ALL": 47,
        "TI_PARAM_NONE": 0,
        "TI_PARAM_RX_COAL_BDS": 8,
        "TI_PARAM_RX_COAL_TICKS": 2,
        "TI_PARAM_STAT_TICKS": 1,
        "TI_PARAM_TX_BUF_RATIO": 32,
        "TI_PARAM_TX_COAL_BDS": 16,
        "TI_PARAM_TX_COAL_TICKS": 4
      }
    },
    "unnamed_d79fc1d80d5fd7ed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_AUTH_SHARED_CHALLENGE": 2,
        "IEEE80211_AUTH_SHARED_PASS": 4,
        "IEEE80211_AUTH_SHARED_REQUEST": 1,
        "IEEE80211_AUTH_SHARED_RESPONSE": 3
      }
    },
    "unnamed_d7ba435a6c4b5c1f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_no_overlap": 0,
        "ZSTD_overlap_src_before_dst": 1
      }
    },
    "unnamed_d7e27ff35d4de82a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VN_IO_FAULT_FOP": 0,
        "VN_IO_FAULT_VOP": 1
      }
    },
    "unnamed_d82fa0fa7e496223": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_QP_ST_MLX": 7,
        "MLX4_QP_ST_RC": 0,
        "MLX4_QP_ST_RD": 2,
        "MLX4_QP_ST_UC": 1,
        "MLX4_QP_ST_UD": 3,
        "MLX4_QP_ST_XRC": 6
      }
    },
    "unnamed_d836ba77dae2de80": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DA_DELETE_ATA_TRIM": 2,
        "DA_DELETE_DISABLE": 1,
        "DA_DELETE_MAX": 6,
        "DA_DELETE_MIN": 2,
        "DA_DELETE_NONE": 0,
        "DA_DELETE_UNMAP": 3,
        "DA_DELETE_WS10": 5,
        "DA_DELETE_WS16": 4,
        "DA_DELETE_ZERO": 6
      }
    },
    "unnamed_d900b72c0fffd275": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SS_BLOCKS": 0,
        "SS_EOD": 3,
        "SS_FILEMARKS": 1,
        "SS_SEQFILEMARKS": 2,
        "SS_SEQSETMARKS": 5,
        "SS_SETMARKS": 4
      }
    },
    "unnamed_d93260428b9e117d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MWL_DIAG_CMD_FWLOAD": 3,
        "MWL_DIAG_CMD_HOSTCMD": 2,
        "MWL_DIAG_CMD_REGS": 1,
        "MWL_DIAG_CMD_REVS": 0
      }
    },
    "unnamed_d943491d738d7aa9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_TXQ_ARB_LOCKOUT_GLOBAL": 262144,
        "HAL_TXQ_ARB_LOCKOUT_INTRA": 131072,
        "HAL_TXQ_BACKOFF_DISABLE": 65536,
        "HAL_TXQ_CBR_DIS_BEMPTY": 256,
        "HAL_TXQ_CBR_DIS_QEMPTY": 128,
        "HAL_TXQ_COMPRESSION_ENABLE": 16,
        "HAL_TXQ_DBA_GATED": 64,
        "HAL_TXQ_FRAG_BURST_BACKOFF_ENABLE": 8388608,
        "HAL_TXQ_IGNORE_VIRTCOL": 524288,
        "HAL_TXQ_RDYTIME_EXP_POLICY_ENABLE": 32,
        "HAL_TXQ_SEQNUM_INC_DIS": 1048576,
        "HAL_TXQ_TXDESCINT_ENABLE": 2,
        "HAL_TXQ_TXEOLINT_ENABLE": 4,
        "HAL_TXQ_TXERRINT_ENABLE": 1,
        "HAL_TXQ_TXOKINT_ENABLE": 1,
        "HAL_TXQ_TXURNINT_ENABLE": 8
      }
    },
    "unnamed_d969be36ecfeacca": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_cwksp_alloc_aligned": 2,
        "ZSTD_cwksp_alloc_buffers": 1,
        "ZSTD_cwksp_alloc_objects": 0
      }
    },
    "unnamed_d97ac6436da55663": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MPT_PRT_ALWAYS": 0,
        "MPT_PRT_DEBUG": 6,
        "MPT_PRT_DEBUG1": 7,
        "MPT_PRT_DEBUG2": 8,
        "MPT_PRT_DEBUG3": 9,
        "MPT_PRT_ERROR": 2,
        "MPT_PRT_FATAL": 1,
        "MPT_PRT_INFO": 4,
        "MPT_PRT_NEGOTIATION": 5,
        "MPT_PRT_NONE": 100,
        "MPT_PRT_TRACE": 10,
        "MPT_PRT_WARN": 3
      }
    },
    "unnamed_d98547ac83ceed57": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AAC_SRB_FUNC_ABORT_COMMAND": 16,
        "AAC_SRB_FUNC_ATTACH_DEVICE": 5,
        "AAC_SRB_FUNC_CLAIM_DEVICE": 1,
        "AAC_SRB_FUNC_DOMAIN_VALIDATION": 23,
        "AAC_SRB_FUNC_EXECUTE_SCSI": 0,
        "AAC_SRB_FUNC_FLUSH": 8,
        "AAC_SRB_FUNC_FLUSH_QUEUE": 21,
        "AAC_SRB_FUNC_IO_CONTROL": 2,
        "AAC_SRB_FUNC_RECEIVE_EVENT": 3,
        "AAC_SRB_FUNC_RELEASE_DEVICE": 6,
        "AAC_SRB_FUNC_RELEASE_QUEUE": 4,
        "AAC_SRB_FUNC_RELEASE_RECOVERY": 17,
        "AAC_SRB_FUNC_REMOVE_DEVICE": 22,
        "AAC_SRB_FUNC_RESET_BUS": 18,
        "AAC_SRB_FUNC_RESET_DEVICE": 19,
        "AAC_SRB_FUNC_SHUTDOWN": 7,
        "AAC_SRB_FUNC_TERMINATE_IO": 20
      }
    },
    "unnamed_da4b5652de91c6c2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_QTYPE_CQ": 1,
        "SLI_QTYPE_EQ": 0,
        "SLI_QTYPE_MAX": 5,
        "SLI_QTYPE_MQ": 2,
        "SLI_QTYPE_RQ": 4,
        "SLI_QTYPE_WQ": 3
      }
    },
    "unnamed_daa7fc94b3f19f41": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "COMPACT": 1,
        "FOUND": 2,
        "NONE": 0
      }
    },
    "unnamed_db0e5e78aa09886e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_TUNNEL_OFFLOAD_MODE_NONE": 0,
        "MLX4_TUNNEL_OFFLOAD_MODE_VXLAN": 1
      }
    },
    "unnamed_db13ddca1cdf0304": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MT_PARAM_SET_FIXED_STR": 4,
        "MT_PARAM_SET_NONE": 0,
        "MT_PARAM_SET_SIGNED": 1,
        "MT_PARAM_SET_UNSIGNED": 2,
        "MT_PARAM_SET_VAR_STR": 3
      }
    },
    "unnamed_db37184c27be75fe": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FT_BLK": 3,
        "FT_CHR": 4,
        "FT_DATABASE": 16,
        "FT_DIR": 2,
        "FT_DRIVE": 9,
        "FT_FIFO": 7,
        "FT_FILESYS": 8,
        "FT_LNK": 5,
        "FT_MIRROR": 14,
        "FT_PARTITION": 11,
        "FT_RAID5": 15,
        "FT_REG": 1,
        "FT_SLICE": 10,
        "FT_SOCK": 6,
        "FT_STRIPE": 13,
        "FT_VOLUME": 12
      }
    },
    "unnamed_db388ec26acf408e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_ESMF_PRINT_FULL_CMD": 32,
        "CAM_ESMF_PRINT_NONE": 0,
        "CAM_ESMF_PRINT_STATUS": 16
      }
    },
    "unnamed_db393444c09acfde": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NETMAP_REQ_OPT_CSB": 3,
        "NETMAP_REQ_OPT_EXTMEM": 1,
        "NETMAP_REQ_OPT_MAX": 6,
        "NETMAP_REQ_OPT_OFFSETS": 5,
        "NETMAP_REQ_OPT_SYNC_KLOOP_EVENTFDS": 2,
        "NETMAP_REQ_OPT_SYNC_KLOOP_MODE": 4
      }
    },
    "unnamed_db555dac515e3280": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NFATTRDIR": 8,
        "NFBLK": 3,
        "NFCHR": 4,
        "NFDIR": 2,
        "NFFIFO": 7,
        "NFLNK": 5,
        "NFNAMEDATTR": 9,
        "NFNON": 0,
        "NFREG": 1,
        "NFSOCK": 6
      }
    },
    "unnamed_db7d5dda4fc7d69d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IWI_LED_POLL": 2,
        "IWI_LED_RX": 1,
        "IWI_LED_TX": 0
      }
    },
    "unnamed_dc0602fd5f7035c3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "EIT_BUFFER": 0,
        "EIT_ENCRYPT": 3,
        "EIT_LOSSLESS": 1,
        "EIT_LOSSY": 2
      }
    },
    "unnamed_dc25aaff34ffd1bd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "dcu_chain_state": 1,
        "dcu_complete_state": 2,
        "qcu_complete_state": 128,
        "qcu_fetch_state": 64,
        "qcu_fsp_ok": 8,
        "qcu_fsp_state": 16,
        "qcu_state": 4,
        "qcu_stitch_state": 32
      }
    },
    "unnamed_dc40ff4bf15d2240": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBS_ATTACH_CH_ACTIVE": 1
      }
    },
    "unnamed_dc58c1642b2b2844": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_RSSI_TX_POWER_LONG": 3,
        "HAL_RSSI_TX_POWER_MIDDLE": 2,
        "HAL_RSSI_TX_POWER_NONE": 0,
        "HAL_RSSI_TX_POWER_SHORT": 1
      }
    },
    "unnamed_dc67d702477b9e1a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFLA_VLAN_EGRESS_QOS": 3,
        "IFLA_VLAN_FLAGS": 2,
        "IFLA_VLAN_ID": 1,
        "IFLA_VLAN_INGRESS_QOS": 4,
        "IFLA_VLAN_PROTOCOL": 5,
        "IFLA_VLAN_UNSPEC": 0,
        "__IFLA_VLAN_MAX": 6
      }
    },
    "unnamed_dc9eb50c5fba1738": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ANEG_COMPLETE": 1,
        "ANEG_FAILED": 3,
        "ANEG_IN_PROGR": 0
      }
    },
    "unnamed_dce0eea299cc08db": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CK_BARRIER_TOURNAMENT_BYE": 0,
        "CK_BARRIER_TOURNAMENT_CHAMPION": 1,
        "CK_BARRIER_TOURNAMENT_DROPOUT": 2,
        "CK_BARRIER_TOURNAMENT_LOSER": 3,
        "CK_BARRIER_TOURNAMENT_WINNER": 4
      }
    },
    "unnamed_dd050bc7613014fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFENCAP_LL": 1
      }
    },
    "unnamed_dd4c6400334d6bca": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "BIT_DStream_completed": 2,
        "BIT_DStream_endOfBuffer": 1,
        "BIT_DStream_overflow": 3,
        "BIT_DStream_unfinished": 0
      }
    },
    "unnamed_dd63487f85ef5908": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MESHCONF_AUTH_8021X": 2,
        "IEEE80211_MESHCONF_AUTH_DISABLED": 0,
        "IEEE80211_MESHCONF_AUTH_SEA": 1,
        "IEEE80211_MESHCONF_AUTH_VENDOR": 255
      }
    },
    "unnamed_dd75a18f99cd6df4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CDCE_BULK_RX": 0,
        "CDCE_BULK_TX": 1,
        "CDCE_INTR_RX": 2,
        "CDCE_INTR_TX": 3,
        "CDCE_N_TRANSFER": 4
      }
    },
    "unnamed_dd84b49f5b4a4335": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_100_MBPS_UNIT": 3,
        "MLX5_BW_NO_LIMIT": 0,
        "MLX5_GBPS_UNIT": 4
      }
    },
    "unnamed_ddb67984bb3c734f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PROBE_NO_ANNOUNCE": 4
      }
    },
    "unnamed_ddda2ce5dc2e3dbb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CH_FLAG_INVALID": 1
      }
    },
    "unnamed_de005a6f609414cd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_llt_literalLength": 1,
        "ZSTD_llt_matchLength": 2,
        "ZSTD_llt_none": 0
      }
    },
    "unnamed_de32d662cd723da4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MFI_CMD_ABORT": 6,
        "MFI_CMD_DCMD": 5,
        "MFI_CMD_INIT": 0,
        "MFI_CMD_LD_READ": 1,
        "MFI_CMD_LD_SCSI_IO": 3,
        "MFI_CMD_LD_WRITE": 2,
        "MFI_CMD_PD_SCSI_IO": 4,
        "MFI_CMD_SMP": 7,
        "MFI_CMD_STP": 8
      }
    },
    "unnamed_de3def62b5bb2008": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_CISCO_GET_IPADDR": 2,
        "NGM_CISCO_GET_STATUS": 3,
        "NGM_CISCO_SET_IPADDR": 1
      }
    },
    "unnamed_de41daf89875d9d7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_L4_PROT_TYPE_TCP": 0,
        "MLX5_L4_PROT_TYPE_UDP": 1
      }
    },
    "unnamed_de4ecd8b8c7004fd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DUMP_PREFIX_ADDRESS": 1,
        "DUMP_PREFIX_NONE": 0,
        "DUMP_PREFIX_OFFSET": 2
      }
    },
    "unnamed_de6f0d668060cc71": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_HASH_FIELD_SEL_DST_IP": 2,
        "MLX5_HASH_FIELD_SEL_IPSEC_SPI": 16,
        "MLX5_HASH_FIELD_SEL_L4_DPORT": 8,
        "MLX5_HASH_FIELD_SEL_L4_SPORT": 4,
        "MLX5_HASH_FIELD_SEL_SRC_IP": 1
      }
    },
    "unnamed_dea0ed68d5a1a024": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_resetTarget_CCtx": 1,
        "ZSTD_resetTarget_CDict": 0
      }
    },
    "unnamed_deaa6076c9c4474a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_TMF_ABORT_TASK": 1,
        "OCS_SCSI_TMF_ABORT_TASK_SET": 3,
        "OCS_SCSI_TMF_CLEAR_ACA": 7,
        "OCS_SCSI_TMF_CLEAR_TASK_SET": 4,
        "OCS_SCSI_TMF_LOGICAL_UNIT_RESET": 6,
        "OCS_SCSI_TMF_QUERY_ASYNCHRONOUS_EVENT": 5,
        "OCS_SCSI_TMF_QUERY_TASK_SET": 2,
        "OCS_SCSI_TMF_TARGET_RESET": 8
      }
    },
    "unnamed_dec1babbaa390229": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SF_ATTEMPTS": 10,
        "SF_ERASE_SECTOR": 216,
        "SF_PROG_PAGE": 2,
        "SF_RD_DATA_FAST": 11,
        "SF_RD_ID": 159,
        "SF_RD_STATUS": 5,
        "SF_WR_DISABLE": 4,
        "SF_WR_ENABLE": 6
      }
    },
    "unnamed_dec45a125381a82e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_VLAN_ADD_FILTER": 1,
        "NGM_VLAN_DEL_FILTER": 2,
        "NGM_VLAN_DEL_VID_FLT": 4,
        "NGM_VLAN_GET_DECAP": 5,
        "NGM_VLAN_GET_ENCAP": 7,
        "NGM_VLAN_GET_ENCAP_PROTO": 9,
        "NGM_VLAN_GET_TABLE": 3,
        "NGM_VLAN_SET_DECAP": 6,
        "NGM_VLAN_SET_ENCAP": 8,
        "NGM_VLAN_SET_ENCAP_PROTO": 10
      }
    },
    "unnamed_df04ad05a06293af": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_BOARD_ID_LEN": 64,
        "MLX5_MAX_NAME_LEN": 16
      }
    },
    "unnamed_df3847717699effe": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_MESHCONF_CC_DISABLED": 0,
        "IEEE80211_MESHCONF_CC_SIG": 1,
        "IEEE80211_MESHCONF_CC_VENDOR": 255
      }
    },
    "unnamed_dfba666a4981dc7f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_NIC_VPORT_CONTEXT_ALLOWED_LIST_TYPE_CURRENT_MC_MAC_ADDRESS": 1,
        "MLX5_NIC_VPORT_CONTEXT_ALLOWED_LIST_TYPE_CURRENT_UC_MAC_ADDRESS": 0,
        "MLX5_NIC_VPORT_CONTEXT_ALLOWED_LIST_TYPE_VLAN_LIST": 2
      }
    },
    "unnamed_e047e7a115aeab94": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NEXTHOP_GRP_TYPE_MPATH": 0,
        "NEXTHOP_GRP_TYPE_RES": 1,
        "__NEXTHOP_GRP_TYPE_MAX": 2
      }
    },
    "unnamed_e04d8a86103e0ce9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_M_HOSTAP": 6,
        "HAL_M_IBSS": 0,
        "HAL_M_MONITOR": 8,
        "HAL_M_STA": 1
      }
    },
    "unnamed_e066595393599489": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VQ_POSTPONE_EMPTIED": 2,
        "VQ_POSTPONE_LONG": 1,
        "VQ_POSTPONE_SHORT": 0
      }
    },
    "unnamed_e11da426c66b8a26": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_QENTRY_ASYNC": 0,
        "SLI_QENTRY_MAX": 8,
        "SLI_QENTRY_MQ": 1,
        "SLI_QENTRY_OPT_WRITE_CMD": 5,
        "SLI_QENTRY_OPT_WRITE_DATA": 6,
        "SLI_QENTRY_RQ": 2,
        "SLI_QENTRY_WQ": 3,
        "SLI_QENTRY_WQ_RELEASE": 4,
        "SLI_QENTRY_XABT": 7
      }
    },
    "unnamed_e14602acfe43ea23": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NGM_CAR_CLR_STATS": 2,
        "NGM_CAR_GETCLR_STATS": 3,
        "NGM_CAR_GET_CONF": 4,
        "NGM_CAR_GET_STATS": 1,
        "NGM_CAR_SET_CONF": 5
      }
    },
    "unnamed_e1571587acb604d1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_CDB_PHYS": 4194304,
        "CAM_CDB_POINTER": 1,
        "CAM_DATA_BIO": 2097152,
        "CAM_DATA_ISPHYS": 16,
        "CAM_DATA_MASK": 2359312,
        "CAM_DATA_PADDR": 16,
        "CAM_DATA_SG": 262144,
        "CAM_DATA_SG_PADDR": 262160,
        "CAM_DATA_VADDR": 0,
        "CAM_DEV_QFREEZE": 2048,
        "CAM_DEV_QFRZDIS": 1024,
        "CAM_DIR_BOTH": 0,
        "CAM_DIR_IN": 64,
        "CAM_DIR_MASK": 192,
        "CAM_DIR_NONE": 192,
        "CAM_DIR_OUT": 128,
        "CAM_DIS_AUTOSENSE": 32,
        "CAM_DIS_DISCONNECT": 131072,
        "CAM_HIGH_POWER": 4096,
        "CAM_NEGOTIATE": 8,
        "CAM_PASS_ERR_RECOVER": 65536,
        "CAM_SEND_SENSE": 134217728,
        "CAM_SEND_STATUS": 1073741824,
        "CAM_SENSE_PHYS": 16384,
        "CAM_SENSE_PTR": 8192,
        "CAM_TAG_ACTION_VALID": 32768,
        "CAM_UNLOCKED": 2147483648,
        "CAM_unused1": 2,
        "CAM_unused10": 67108864,
        "CAM_unused11": 134217728,
        "CAM_unused12": 268435456,
        "CAM_unused13": 536870912,
        "CAM_unused14": 1073741824,
        "CAM_unused15": 268435456,
        "CAM_unused16": 536870912,
        "CAM_unused2": 4,
        "CAM_unused3": 256,
        "CAM_unused4": 512,
        "CAM_unused5": 524288,
        "CAM_unused6": 1048576,
        "CAM_unused7": 8388608,
        "CAM_unused8": 16777216,
        "CAM_unused9": 33554432
      }
    },
    "unnamed_e15f4a1f7bd3203b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MFI_DCMD_BBU_GET_CAPACITY_INFO": 84017152,
        "MFI_DCMD_BBU_GET_DESIGN_INFO": 84082688,
        "MFI_DCMD_BBU_GET_PROP": 84214016,
        "MFI_DCMD_BBU_GET_STATUS": 83951616,
        "MFI_DCMD_BBU_SET_PROP": 84214272,
        "MFI_DCMD_BBU_START_LEARN": 84148224,
        "MFI_DCMD_CFG_ADD": 67239936,
        "MFI_DCMD_CFG_CLEAR": 67305472,
        "MFI_DCMD_CFG_FOREIGN_CLEAR": 67503360,
        "MFI_DCMD_CFG_FOREIGN_DISPLAY": 67502592,
        "MFI_DCMD_CFG_FOREIGN_IMPORT": 67503104,
        "MFI_DCMD_CFG_FOREIGN_PREVIEW": 67502848,
        "MFI_DCMD_CFG_FOREIGN_SCAN": 67502336,
        "MFI_DCMD_CFG_MAKE_SPARE": 67371008,
        "MFI_DCMD_CFG_READ": 67174400,
        "MFI_DCMD_CFG_REMOVE_SPARE": 67436544,
        "MFI_DCMD_CLUSTER": 134217728,
        "MFI_DCMD_CLUSTER_RESET_ALL": 134283520,
        "MFI_DCMD_CLUSTER_RESET_LD": 134283776,
        "MFI_DCMD_CTRL_EVENT_GET": 17040128,
        "MFI_DCMD_CTRL_EVENT_GETINFO": 17039616,
        "MFI_DCMD_CTRL_EVENT_WAIT": 17040640,
        "MFI_DCMD_CTRL_FLUSHCACHE": 17829888,
        "MFI_DCMD_CTRL_GETINFO": 16842752,
        "MFI_DCMD_CTRL_GET_PROPS": 16908544,
        "MFI_DCMD_CTRL_MFC_DEFAULTS_GET": 17695233,
        "MFI_DCMD_CTRL_MFC_DEFAULTS_SET": 17695234,
        "MFI_DCMD_CTRL_MFI_HOST_MEM_ALLOC": 16834816,
        "MFI_DCMD_CTRL_SET_PROPS": 16908800,
        "MFI_DCMD_CTRL_SHUTDOWN": 17104896,
        "MFI_DCMD_FLASH_FW_CLOSE": 17761280,
        "MFI_DCMD_FLASH_FW_DOWNLOAD": 17760768,
        "MFI_DCMD_FLASH_FW_FLASH": 17761024,
        "MFI_DCMD_FLASH_FW_OPEN": 17760512,
        "MFI_DCMD_LD_DELETE": 50921472,
        "MFI_DCMD_LD_GET_INFO": 50462720,
        "MFI_DCMD_LD_GET_LIST": 50397184,
        "MFI_DCMD_LD_GET_PROP": 50528256,
        "MFI_DCMD_LD_INIT_START": 50725120,
        "MFI_DCMD_LD_MAP_GET_INFO": 50389249,
        "MFI_DCMD_LD_SET_PROP": 50593792,
        "MFI_DCMD_LD_SYNC": 50389250,
        "MFI_DCMD_PD_CLEAR_ABORT": 33882624,
        "MFI_DCMD_PD_CLEAR_START": 33882368,
        "MFI_DCMD_PD_GET_INFO": 33685504,
        "MFI_DCMD_PD_GET_LIST": 33619968,
        "MFI_DCMD_PD_GET_PROGRESS": 33947648,
        "MFI_DCMD_PD_LIST_QUERY": 33620224,
        "MFI_DCMD_PD_LOCATE_START": 34013440,
        "MFI_DCMD_PD_LOCATE_STOP": 34013696,
        "MFI_DCMD_PD_REBUILD_ABORT": 33817088,
        "MFI_DCMD_PD_REBUILD_START": 33816832,
        "MFI_DCMD_PD_STATE_SET": 33751296,
        "MFI_DCMD_PR_GET_PROPERTIES": 17236480,
        "MFI_DCMD_PR_GET_STATUS": 17236224,
        "MFI_DCMD_PR_SET_PROPERTIES": 17236736,
        "MFI_DCMD_PR_START": 17236992,
        "MFI_DCMD_PR_STOP": 17237248,
        "MFI_DCMD_TIME_SECS_GET": 17302017
      }
    },
    "unnamed_e22f44f15999e9a6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CARP_NL_CMD_GET": 1,
        "CARP_NL_CMD_SET": 2,
        "CARP_NL_CMD_UNSPEC": 0,
        "__CARP_NL_CMD_MAX": 3
      }
    },
    "unnamed_e26397eda6e310ba": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_THREAD_CREATE": 1,
        "OCS_THREAD_RUN": 0
      }
    },
    "unnamed_e28e3654e3112262": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AEL1002_LB_EN": 49175,
        "AEL1002_PWR_DOWN_HI": 49169,
        "AEL1002_PWR_DOWN_LO": 49170,
        "AEL1002_XFI_EQL": 49173,
        "AEL100X_TX_CONFIG1": 49154,
        "AEL100X_TX_DISABLE": 9,
        "AEL2005_GPIO_CTRL": 49684,
        "AEL2005_GPIO_STAT": 49685,
        "AEL2020_GPIO_0": 3,
        "AEL2020_GPIO_1": 2,
        "AEL2020_GPIO_CFG": 49424,
        "AEL2020_GPIO_CTRL": 49416,
        "AEL2020_GPIO_INTR": 49411,
        "AEL2020_GPIO_LSTAT": 2,
        "AEL2020_GPIO_MODDET": 1,
        "AEL2020_GPIO_SDA": 0,
        "AEL2020_GPIO_STAT": 49420,
        "AEL_I2C_CTRL": 49930,
        "AEL_I2C_DATA": 49931,
        "AEL_I2C_STAT": 49932,
        "AEL_OPT_SETTINGS": 49175
      }
    },
    "unnamed_e2dc00a3697c931c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TXQ_CTRL": 2,
        "TXQ_ETH": 0,
        "TXQ_OFLD": 1
      }
    },
    "unnamed_e32d6237355f4ff5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CMD_CLEANUP_ALL": 15,
        "MLX4_CMD_CLEANUP_HCR": 4,
        "MLX4_CMD_CLEANUP_POOL": 2,
        "MLX4_CMD_CLEANUP_STRUCT": 1,
        "MLX4_CMD_CLEANUP_VHCR": 8
      }
    },
    "unnamed_e33359d0d762355d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_dedicatedDictSearch": 3,
        "ZSTD_dictMatchState": 2,
        "ZSTD_extDict": 1,
        "ZSTD_noDict": 0
      }
    },
    "unnamed_e35539872ab9ebbb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MRSAS_ADPRESET_INPROG_SIGN": 3735936685,
        "MRSAS_ADPRESET_SM_FW_RESET_SUCCESS": 2,
        "MRSAS_ADPRESET_SM_INFAULT": 1,
        "MRSAS_ADPRESET_SM_OPERATIONAL": 3,
        "MRSAS_HBA_OPERATIONAL": 0,
        "MRSAS_HW_CRITICAL_ERROR": 4
      }
    },
    "unnamed_e39f589b9e56f04c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTDirp_continue": 0,
        "ZSTDirp_reset": 1
      }
    },
    "unnamed_e43448cbad7bf6ea": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IF_OPER_DORMANT": 5,
        "IF_OPER_DOWN": 2,
        "IF_OPER_LOWERLAYERDOWN": 3,
        "IF_OPER_NOTPRESENT": 1,
        "IF_OPER_TESTING": 4,
        "IF_OPER_UNKNOWN": 0,
        "IF_OPER_UP": 6
      }
    },
    "unnamed_e45fe1d6536f86f4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEVT_2232D": 3,
        "DEVT_2232H": 5,
        "DEVT_230X": 8,
        "DEVT_232A": 1,
        "DEVT_232B": 2,
        "DEVT_232H": 7,
        "DEVT_232R": 4,
        "DEVT_4232H": 6,
        "DEVT_SIO": 0
      }
    },
    "unnamed_e52d8dc5186317e7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_DDUMP_DEVICE": 0,
        "OCS_SCSI_DDUMP_DOMAIN": 1,
        "OCS_SCSI_DDUMP_IO": 4,
        "OCS_SCSI_DDUMP_NODE": 3,
        "OCS_SCSI_DDUMP_SPORT": 2
      }
    },
    "unnamed_e54d81e5683c380a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_INTERFACE_STATE_DELETION": 2,
        "MLX4_INTERFACE_STATE_UP": 1
      }
    },
    "unnamed_e5731fc66d466837": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_cwksp_dynamic_alloc": 0,
        "ZSTD_cwksp_static_alloc": 1
      }
    },
    "unnamed_e5b6ccb66a176ff0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UKBD_CTRL_LED": 2,
        "UKBD_INTR_DT_0": 0,
        "UKBD_INTR_DT_1": 1,
        "UKBD_N_TRANSFER": 3
      }
    },
    "unnamed_e6bda2bb5799a88f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UMODEM_BULK_RD": 1,
        "UMODEM_BULK_WR": 0,
        "UMODEM_INTR_RD": 3,
        "UMODEM_INTR_WR": 2,
        "UMODEM_N_TRANSFER": 4
      }
    },
    "unnamed_e6de4da69a3e3da3": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADA_CCB_BUFFER_IO": 3,
        "ADA_CCB_DUMP": 5,
        "ADA_CCB_IDDIR": 8,
        "ADA_CCB_LOGDIR": 7,
        "ADA_CCB_RAHEAD": 1,
        "ADA_CCB_SUP_CAP": 9,
        "ADA_CCB_TRIM": 6,
        "ADA_CCB_TYPE_MASK": 15,
        "ADA_CCB_WCACHE": 2,
        "ADA_CCB_ZONE": 10
      }
    },
    "unnamed_e76213115297b4d1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_EXTLUN_VALID_0x18": 1
      }
    },
    "unnamed_e77101d35e678ee9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MAX_PORTS": 2
      }
    },
    "unnamed_e789b75739502730": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FRL_LEVEL3": 8,
        "MLX5_FRL_LEVEL6": 64
      }
    },
    "unnamed_e8194d53149427bd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHC_NEG_ALWAYS": 2,
        "AHC_NEG_IF_NON_ASYNC": 1,
        "AHC_NEG_TO_GOAL": 0
      }
    },
    "unnamed_e8ed4a744c71915b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_ACCESS_REG_SUMMARY_CTRL_ID_MPEIN": 36944,
        "MLX5_MPEIN_PWR_STATUS_INSUFFICIENT": 2,
        "MLX5_MPEIN_PWR_STATUS_INVALID": 0,
        "MLX5_MPEIN_PWR_STATUS_SUFFICIENT": 1
      }
    },
    "unnamed_e950ec591d21a0e1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCIC_NO_PROTOCOL": 0,
        "SCIC_SMP_PROTOCOL": 1,
        "SCIC_SSP_PROTOCOL": 2,
        "SCIC_STP_PROTOCOL": 3
      }
    },
    "unnamed_e95d8657d5132e0d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_EQ_ENTRY_SIZE": 32,
        "MLX4_NUM_ASYNC_EQE": 256,
        "MLX4_NUM_SPARE_EQE": 128
      }
    },
    "unnamed_e971e1f1f4fcc864": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_ACTION_MESH_CC": 3,
        "IEEE80211_ACTION_MESH_GANN": 2,
        "IEEE80211_ACTION_MESH_HWMP": 1,
        "IEEE80211_ACTION_MESH_LMETRIC": 0,
        "IEEE80211_ACTION_MESH_MCCA_ADVER": 7,
        "IEEE80211_ACTION_MESH_MCCA_AREQ": 6,
        "IEEE80211_ACTION_MESH_MCCA_SREP": 5,
        "IEEE80211_ACTION_MESH_MCCA_SREQ": 4,
        "IEEE80211_ACTION_MESH_MCCA_TRDOWN": 8,
        "IEEE80211_ACTION_MESH_TBTT_REQ": 9,
        "IEEE80211_ACTION_MESH_TBTT_RES": 10
      }
    },
    "unnamed_ea09e82bd2fa02d6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NET_DIM_APPLY_NEW_PROFILE": 2,
        "NET_DIM_MEASURE_IN_PROGRESS": 1,
        "NET_DIM_START_MEASURE": 0
      }
    },
    "unnamed_ea9f5b709de0b404": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PBA_STRATEGY_EQUAL": 0,
        "PBA_STRATEGY_WEIGHTED": 1
      }
    },
    "unnamed_eb8dc8336180d169": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "C_2": 1,
        "C_3": 2,
        "C_FAST": 0,
        "C_TAKEOVER": 3
      }
    },
    "unnamed_eb9235725469304f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_MAC_BB_EMU": 3,
        "HAL_MAC_TO_MAC_EMU": 2,
        "HAL_TRUE_CHIP": 1
      }
    },
    "unnamed_ebb5a59c6c64229b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IFAF_FLAGS": 2,
        "IFAF_UNSPEC": 0,
        "IFAF_VHID": 1,
        "__IFAF_MAX": 3
      }
    },
    "unnamed_ec966d55e1a4b2c9": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ELMR_ADDR": 0,
        "ELMR_BW": 57356,
        "ELMR_DATA_HI": 3,
        "ELMR_DATA_LO": 2,
        "ELMR_FIFO_SZ": 57357,
        "ELMR_MDIO_ADDR": 10,
        "ELMR_STAT": 1,
        "ELMR_STATS": 61440,
        "ELMR_THRES0": 57344
      }
    },
    "unnamed_eccd52ad82979240": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AH_TX_QUEUE_MINUS_OFFSET_BEACON": 1,
        "AH_TX_QUEUE_MINUS_OFFSET_CAB": 2,
        "AH_TX_QUEUE_MINUS_OFFSET_PAPRD": 4,
        "AH_TX_QUEUE_MINUS_OFFSET_UAPSD": 3
      }
    },
    "unnamed_ed16bbe002e462aa": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_BB_HANGS": 135,
        "HAL_BB_HANG_DFS": 1,
        "HAL_BB_HANG_RIFS": 2,
        "HAL_BB_HANG_RX_CLEAR": 4,
        "HAL_BB_HANG_UNKNOWN": 128,
        "HAL_MAC_HANGS": 33536,
        "HAL_MAC_HANG_SIG1": 256,
        "HAL_MAC_HANG_SIG2": 512,
        "HAL_MAC_HANG_UNKNOWN": 32768
      }
    },
    "unnamed_ed21e3bee71dfe8d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PCI_DEV_IS_VF": 1
      }
    },
    "unnamed_ed5ed88aca020549": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UPLCOM_BULK_DT_RD": 1,
        "UPLCOM_BULK_DT_WR": 0,
        "UPLCOM_INTR_DT_RD": 2,
        "UPLCOM_N_TRANSFER": 3
      }
    },
    "unnamed_ed7486fdfda8071f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CES_DRIVE_MASK": 12,
        "CES_INVERT": 64,
        "CES_LUN_VALID": 512,
        "CES_PICKER_MASK": 5,
        "CES_PIV": 1024,
        "CES_PORTAL_MASK": 63,
        "CES_SCSIID_VALID": 256,
        "CES_SLOT_MASK": 12,
        "CES_SOURCE_VALID": 128,
        "CES_STATUS_ACCESS": 8,
        "CES_STATUS_EXCEPT": 4,
        "CES_STATUS_EXENAB": 16,
        "CES_STATUS_FULL": 1,
        "CES_STATUS_IMPEXP": 2,
        "CES_STATUS_INENAB": 32
      }
    },
    "unnamed_ed7bbebeb166dd60": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SCHED_CLASS_LEVEL_CH_RL": 2,
        "SCHED_CLASS_LEVEL_CL_RL": 0,
        "SCHED_CLASS_LEVEL_CL_WRR": 1
      }
    },
    "unnamed_ee8926156480203c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MEM_CM": 0,
        "MEM_PMRX": 1,
        "MEM_PMTX": 2
      }
    },
    "unnamed_ee8a3d6c5a6d72bb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "KTHREAD_IS_PARKED_MASK": 4,
        "KTHREAD_SHOULD_PARK_MASK": 2,
        "KTHREAD_SHOULD_STOP_MASK": 1
      }
    },
    "unnamed_ef02d5481d1f93e0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_TIRC_SELF_LB_EN_ENABLE_MULTICAST": 2,
        "MLX5_TIRC_SELF_LB_EN_ENABLE_UNICAST": 1
      }
    },
    "unnamed_ef06f16f67f0e343": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CMD_OWNER_HW": 1,
        "CMD_OWNER_SW": 0,
        "CMD_STATUS_SUCCESS": 0
      }
    },
    "unnamed_eff3f899ab47e201": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_UPD_QP_PATH_MASK_CV": 36,
        "MLX4_UPD_QP_PATH_MASK_ETH_HIDE_CQE_VLAN": 38,
        "MLX4_UPD_QP_PATH_MASK_ETH_RX_BLOCK_1P": 43,
        "MLX4_UPD_QP_PATH_MASK_ETH_RX_BLOCK_TAGGED": 44,
        "MLX4_UPD_QP_PATH_MASK_ETH_RX_BLOCK_UNTAGGED": 42,
        "MLX4_UPD_QP_PATH_MASK_ETH_SRC_CHECK_MC_LB": 51,
        "MLX4_UPD_QP_PATH_MASK_ETH_SRC_CHECK_UC_LB": 50,
        "MLX4_UPD_QP_PATH_MASK_ETH_TX_BLOCK_1P": 40,
        "MLX4_UPD_QP_PATH_MASK_ETH_TX_BLOCK_TAGGED": 41,
        "MLX4_UPD_QP_PATH_MASK_ETH_TX_BLOCK_UNTAGGED": 39,
        "MLX4_UPD_QP_PATH_MASK_FEUP": 45,
        "MLX4_UPD_QP_PATH_MASK_FSM": 33,
        "MLX4_UPD_QP_PATH_MASK_FVL": 35,
        "MLX4_UPD_QP_PATH_MASK_FVL_RX": 48,
        "MLX4_UPD_QP_PATH_MASK_IF_COUNTER_INDEX": 47,
        "MLX4_UPD_QP_PATH_MASK_MAC_INDEX": 34,
        "MLX4_UPD_QP_PATH_MASK_PKEY_INDEX": 32,
        "MLX4_UPD_QP_PATH_MASK_SCHED_QUEUE": 46,
        "MLX4_UPD_QP_PATH_MASK_SV": 54,
        "MLX4_UPD_QP_PATH_MASK_VLAN_INDEX": 37
      }
    },
    "unnamed_f09b3366eab8d437": {
      "size": 4,
      "base": "int",
      "constants": {
        "OCS_HW_RTN_ERROR": -1,
        "OCS_HW_RTN_INVALID_ARG": -7,
        "OCS_HW_RTN_IO_ABORT_IN_PROGRESS": -5,
        "OCS_HW_RTN_IO_NOT_ACTIVE": -4,
        "OCS_HW_RTN_IO_PORT_OWNED_ALREADY_ABORTED": -6,
        "OCS_HW_RTN_NO_MEMORY": -3,
        "OCS_HW_RTN_NO_RESOURCES": -2,
        "OCS_HW_RTN_SUCCESS": 0,
        "OCS_HW_RTN_SUCCESS_SYNC": 1
      }
    },
    "unnamed_f0f7323931effa32": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_LINKCFG_1X40G": 1,
        "OCS_HW_LINKCFG_2X10G": 5,
        "OCS_HW_LINKCFG_2X10G_2X8G": 6,
        "OCS_HW_LINKCFG_2X16G": 2,
        "OCS_HW_LINKCFG_4X10G": 0,
        "OCS_HW_LINKCFG_4X1G": 4,
        "OCS_HW_LINKCFG_4X8G": 3,
        "OCS_HW_LINKCFG_NA": 7
      }
    },
    "unnamed_f15c7e270ee9918f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TT_PROCESSED": 1,
        "TT_PROCESSING": 0,
        "TT_STARTING": 2,
        "TT_STOPPING": 3
      }
    },
    "unnamed_f16268d06605f8af": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHCMSG_1B": 0,
        "AHCMSG_2B": 1,
        "AHCMSG_EXT": 2
      }
    },
    "unnamed_f17734bc6c4ddd6f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ST_COMMAND": 0,
        "ST_DATA_RD": 1,
        "ST_DATA_RD_CS": 2,
        "ST_DATA_WR": 3,
        "ST_DATA_WR_CS": 4,
        "ST_MAX": 6,
        "ST_STATUS": 5
      }
    },
    "unnamed_f1a4326dac1b3707": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_QUERY_FUNC_NUM_SYS_EQS": 1
      }
    },
    "unnamed_f1fe1c7712d9578f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LONG_LIST_SIZE": 4194832,
        "MED_LIST_SIZE": 528,
        "NUM_LONG_LISTS": 2,
        "NUM_MED_LISTS": 64
      }
    },
    "unnamed_f20b367d5d010637": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CMD_DATA": 0,
        "MLX5_CMD_TIME": 1
      }
    },
    "unnamed_f24005cc1b383fb2": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MODIFY_ESW_VPORT_CONTEXT_FIELD_SELECT_CVLAN_INSERT": 8,
        "MLX5_MODIFY_ESW_VPORT_CONTEXT_FIELD_SELECT_CVLAN_STRIP": 2,
        "MLX5_MODIFY_ESW_VPORT_CONTEXT_FIELD_SELECT_SVLAN_INSERT": 4,
        "MLX5_MODIFY_ESW_VPORT_CONTEXT_FIELD_SELECT_SVLAN_STRIP": 1
      }
    },
    "unnamed_f2bd05327ed5c0ad": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SEQ_INDEX_COUNT": 0,
        "SEQ_INDEX_UNCOMPRESSED": 2,
        "SEQ_INDEX_UNPADDED": 1
      }
    },
    "unnamed_f2f2c7a5b1259a2d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_GENERAL_OBJECT_TYPE_ENCRYPTION_KEY_KEY_SIZE_128": 0,
        "MLX5_GENERAL_OBJECT_TYPE_ENCRYPTION_KEY_KEY_SIZE_256": 1
      }
    },
    "unnamed_f2f8ee968286c6cd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CIMLA_SIZE": 2048,
        "CIM_IBQ_SIZE": 128,
        "CIM_MALA_SIZE": 64,
        "CIM_NUM_IBQ": 6,
        "CIM_NUM_OBQ": 6,
        "CIM_NUM_OBQ_T5": 8,
        "CIM_OBQ_SIZE": 128,
        "CIM_PIFLA_SIZE": 64,
        "TPLA_SIZE": 128,
        "ULPRX_LA_SIZE": 512
      }
    },
    "unnamed_f30f29ef6e8842d5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IPT_ABORT_TASK_SET": 4,
        "IPT_CLEAR_ACA": 0,
        "IPT_CLEAR_TASK_SET": 3,
        "IPT_LUN_RESET": 2,
        "IPT_TARGET_RESET": 1
      }
    },
    "unnamed_f32a4902099ddeb4": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UQ_ASSUME_CM_OVER_DATA": 27,
        "UQ_AUDIO_SWAP_LR": 2,
        "UQ_AU_INP_ASYNC": 3,
        "UQ_AU_NO_FRAC": 4,
        "UQ_AU_NO_XU": 5,
        "UQ_AU_SET_SPDIF_CM6206": 70,
        "UQ_AU_VENDOR_CLASS": 67,
        "UQ_BAD_ADC": 6,
        "UQ_BAD_AUDIO": 7,
        "UQ_BAD_MIDI": 66,
        "UQ_BROKEN_BIDIR": 8,
        "UQ_BUS_POWERED": 9,
        "UQ_CFG_INDEX_0": 26,
        "UQ_CFG_INDEX_1": 22,
        "UQ_CFG_INDEX_2": 23,
        "UQ_CFG_INDEX_3": 24,
        "UQ_CFG_INDEX_4": 25,
        "UQ_HID_IGNORE": 10,
        "UQ_IGNORE_CDC_CM": 28,
        "UQ_KBD_BOOTPROTO": 12,
        "UQ_KBD_IGNORE": 11,
        "UQ_MATCH_VENDOR_ONLY": 1,
        "UQ_MSC_ALT_IFACE_1": 38,
        "UQ_MSC_DYMO_EJECT": 69,
        "UQ_MSC_EJECT_CMOTECH": 58,
        "UQ_MSC_EJECT_HUAWEI": 53,
        "UQ_MSC_EJECT_HUAWEISCSI": 61,
        "UQ_MSC_EJECT_HUAWEISCSI2": 62,
        "UQ_MSC_EJECT_HUAWEISCSI3": 63,
        "UQ_MSC_EJECT_HUAWEISCSI4": 64,
        "UQ_MSC_EJECT_REZERO": 56,
        "UQ_MSC_EJECT_SAEL_M460": 60,
        "UQ_MSC_EJECT_SCSIEJECT": 55,
        "UQ_MSC_EJECT_SIERRA": 54,
        "UQ_MSC_EJECT_TCT": 65,
        "UQ_MSC_EJECT_WAIT": 59,
        "UQ_MSC_EJECT_ZTESTOR": 57,
        "UQ_MSC_FLOPPY_SPEED": 39,
        "UQ_MSC_FORCE_PROTO_ATAPI": 49,
        "UQ_MSC_FORCE_PROTO_RBC": 51,
        "UQ_MSC_FORCE_PROTO_SCSI": 48,
        "UQ_MSC_FORCE_PROTO_UFI": 50,
        "UQ_MSC_FORCE_SHORT_INQ": 44,
        "UQ_MSC_FORCE_WIRE_BBB": 45,
        "UQ_MSC_FORCE_WIRE_CBI": 46,
        "UQ_MSC_FORCE_WIRE_CBI_I": 47,
        "UQ_MSC_IGNORE": 52,
        "UQ_MSC_IGNORE_RESIDUE": 40,
        "UQ_MSC_NO_GETMAXLUN": 32,
        "UQ_MSC_NO_INQUIRY": 33,
        "UQ_MSC_NO_INQUIRY_EVPD": 34,
        "UQ_MSC_NO_PREVENT_ALLOW": 35,
        "UQ_MSC_NO_RS_CLEAR_UA": 30,
        "UQ_MSC_NO_START_STOP": 31,
        "UQ_MSC_NO_SYNC_CACHE": 36,
        "UQ_MSC_NO_TEST_UNIT_READY": 29,
        "UQ_MSC_RBC_PAD_TO_12": 42,
        "UQ_MSC_READ_CAP_OFFBY1": 43,
        "UQ_MSC_SHUTTLE_INIT": 37,
        "UQ_MSC_WRONG_CSWSIG": 41,
        "UQ_MS_BAD_CLASS": 14,
        "UQ_MS_LEADING_BYTE": 15,
        "UQ_MS_REVZ": 16,
        "UQ_MS_VENDOR_BTN": 17,
        "UQ_NONE": 0,
        "UQ_NO_STRINGS": 18,
        "UQ_POWER_CLAIM": 19,
        "UQ_SINGLE_CMD_MIDI": 68,
        "UQ_SPUR_BUT_UP": 20,
        "UQ_SWAP_UNICODE": 21,
        "UQ_UMS_IGNORE": 13,
        "UQ_WMT_IGNORE": 71,
        "USB_QUIRK_MAX": 72
      }
    },
    "unnamed_f3684f804c6552f7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NHA_BLACKHOLE": 4,
        "NHA_ENCAP": 8,
        "NHA_ENCAP_TYPE": 7,
        "NHA_FDB": 11,
        "NHA_FREEBSD": 14,
        "NHA_GATEWAY": 6,
        "NHA_GROUP": 2,
        "NHA_GROUPS": 9,
        "NHA_GROUP_TYPE": 3,
        "NHA_ID": 1,
        "NHA_MASTER": 10,
        "NHA_OIF": 5,
        "NHA_RES_BUCKET": 13,
        "NHA_RES_GROUP": 12,
        "NHA_UNSPEC": 0,
        "__NHA_MAX": 15
      }
    },
    "unnamed_f37d5e8996dbaafc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HAL_FREQ_BAND_2GHZ": 1,
        "HAL_FREQ_BAND_5GHZ": 0
      }
    },
    "unnamed_f3828959ce6058e1": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CAM_ESF_ALL": 255,
        "CAM_ESF_CAM_STATUS": 2,
        "CAM_ESF_COMMAND": 1,
        "CAM_ESF_NONE": 0,
        "CAM_ESF_PROTO_STATUS": 4
      }
    },
    "unnamed_f3b708c14a93e0a6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ACPI_POWER_BUTTON": 0,
        "ACPI_SLEEP_BUTTON": 1
      }
    },
    "unnamed_f48d4188ef9fed88": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ECORE_RSS_IPV4": 3,
        "ECORE_RSS_IPV4_TCP": 4,
        "ECORE_RSS_IPV4_UDP": 5,
        "ECORE_RSS_IPV4_VXLAN": 9,
        "ECORE_RSS_IPV6": 6,
        "ECORE_RSS_IPV6_TCP": 7,
        "ECORE_RSS_IPV6_UDP": 8,
        "ECORE_RSS_IPV6_VXLAN": 10,
        "ECORE_RSS_MODE_DISABLED": 0,
        "ECORE_RSS_MODE_REGULAR": 1,
        "ECORE_RSS_SET_SRCH": 2,
        "ECORE_RSS_TUNN_INNER_HDRS": 11
      }
    },
    "unnamed_f49821ebdc26a3ce": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RAMROD_COMP_WAIT": 2,
        "RAMROD_CONT": 6,
        "RAMROD_DRV_CLR_ONLY": 3,
        "RAMROD_EXEC": 5,
        "RAMROD_RESTORE": 4,
        "RAMROD_RETRY": 7,
        "RAMROD_RX": 1,
        "RAMROD_TX": 0
      }
    },
    "unnamed_f49b0f135b47a298": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TX_CSUM_CRC16": 4,
        "TX_CSUM_CRC32": 5,
        "TX_CSUM_CRC32C": 6,
        "TX_CSUM_FCOE": 7,
        "TX_CSUM_IP": 12,
        "TX_CSUM_TCP": 0,
        "TX_CSUM_TCPIP": 8,
        "TX_CSUM_TCPIP6": 10,
        "TX_CSUM_UDP": 1,
        "TX_CSUM_UDPIP": 9,
        "TX_CSUM_UDPIP6": 11
      }
    },
    "unnamed_f4adb2ce8d450913": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "TT_2MSL": 3,
        "TT_DELACK": 4,
        "TT_KEEP": 2,
        "TT_N": 5,
        "TT_PERSIST": 1,
        "TT_REXMT": 0
      }
    },
    "unnamed_f4b06cd7959ef653": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XPORT_ATA": 7,
        "XPORT_FC": 3,
        "XPORT_ISCSI": 10,
        "XPORT_MMCSD": 13,
        "XPORT_NVME": 12,
        "XPORT_PPB": 6,
        "XPORT_SAS": 8,
        "XPORT_SATA": 9,
        "XPORT_SPI": 2,
        "XPORT_SRP": 11,
        "XPORT_SSA": 4,
        "XPORT_UNKNOWN": 0,
        "XPORT_UNSPECIFIED": 1,
        "XPORT_USB": 5
      }
    },
    "unnamed_f4c1e74f39ff1c4e": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_ESOC": 68,
        "OCS_HW_AUTO_XFER_RDY_APP_TAG_VALID": 29,
        "OCS_HW_AUTO_XFER_RDY_APP_TAG_VALUE": 30,
        "OCS_HW_AUTO_XFER_RDY_BLK_SIZE": 25,
        "OCS_HW_AUTO_XFER_RDY_CAPABLE": 22,
        "OCS_HW_AUTO_XFER_RDY_P_TYPE": 27,
        "OCS_HW_AUTO_XFER_RDY_REF_TAG_IS_LBA": 28,
        "OCS_HW_AUTO_XFER_RDY_SIZE": 24,
        "OCS_HW_AUTO_XFER_RDY_T10_ENABLE": 26,
        "OCS_HW_AUTO_XFER_RDY_XRI_CNT": 23,
        "OCS_HW_BIOS_VERSION_STRING": 58,
        "OCS_HW_BOUNCE": 56,
        "OCS_HW_CONFIG_TOPOLOGY": 55,
        "OCS_HW_DIF_CAPABLE": 31,
        "OCS_HW_DIF_MODE": 33,
        "OCS_HW_DIF_MULTI_SEPARATE": 34,
        "OCS_HW_DIF_SEED": 32,
        "OCS_HW_DISABLE_AR_TGT_DIF": 51,
        "OCS_HW_DUMP_MAX_SIZE": 35,
        "OCS_HW_DUMP_PRESENT": 37,
        "OCS_HW_DUMP_READY": 36,
        "OCS_HW_EMULATE_I_ONLY_AAB": 52,
        "OCS_HW_EMULATE_TARGET_WQE_TIMEOUT": 53,
        "OCS_HW_ETH_LICENSE": 47,
        "OCS_HW_FILTER_DEF": 66,
        "OCS_HW_FW_ERROR": 39,
        "OCS_HW_FW_READY": 40,
        "OCS_HW_FW_REV": 10,
        "OCS_HW_FW_REV2": 11,
        "OCS_HW_FW_TIMED_OUT": 69,
        "OCS_HW_HIGH_LOGIN_MODE": 41,
        "OCS_HW_HW_REV1": 43,
        "OCS_HW_HW_REV2": 44,
        "OCS_HW_HW_REV3": 45,
        "OCS_HW_IF_TYPE": 17,
        "OCS_HW_IPL": 12,
        "OCS_HW_LINKCFG": 46,
        "OCS_HW_LINK_CONFIG_SPEED": 54,
        "OCS_HW_LINK_MODULE_TYPE": 48,
        "OCS_HW_LINK_SPEED": 16,
        "OCS_HW_MAX_IO": 2,
        "OCS_HW_MAX_NODES": 5,
        "OCS_HW_MAX_RQ_ENTRIES": 6,
        "OCS_HW_MAX_SGE": 3,
        "OCS_HW_MAX_SGL": 4,
        "OCS_HW_MAX_VPORTS": 67,
        "OCS_HW_MODE": 15,
        "OCS_HW_NUM_CHUTES": 49,
        "OCS_HW_N_IO": 0,
        "OCS_HW_N_SGL": 1,
        "OCS_HW_PORTNUM": 57,
        "OCS_HW_PREREGISTER_SGL": 42,
        "OCS_HW_RESET_REQUIRED": 38,
        "OCS_HW_RQ_DEFAULT_BUFFER_SIZE": 21,
        "OCS_HW_RQ_PROCESS_LIMIT": 20,
        "OCS_HW_RQ_SELECTION_POLICY": 64,
        "OCS_HW_RQ_SELECT_POLICY": 59,
        "OCS_HW_RR_QUANTA": 65,
        "OCS_HW_SEND_FRAME_CAPABLE": 63,
        "OCS_HW_SGL_CHAINING_ALLOWED": 61,
        "OCS_HW_SGL_CHAINING_CAPABLE": 60,
        "OCS_HW_SGL_CHAINING_HOST_ALLOCATED": 62,
        "OCS_HW_SLI_FAMILY": 19,
        "OCS_HW_SLI_REV": 18,
        "OCS_HW_TOPOLOGY": 7,
        "OCS_HW_VPD": 13,
        "OCS_HW_VPD_LEN": 14,
        "OCS_HW_WAR_VERSION": 50,
        "OCS_HW_WWN_NODE": 8,
        "OCS_HW_WWN_PORT": 9
      }
    },
    "unnamed_f4f123cffad6a84c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "HVM_CB_TYPE_GSI": 0,
        "HVM_CB_TYPE_MASK": 255,
        "HVM_CB_TYPE_PCI_INTX": 1,
        "HVM_CB_TYPE_SHIFT": 56,
        "HVM_CB_TYPE_VECTOR": 2
      }
    },
    "unnamed_f4f7313763278e2a": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_WOL_ARP": 8,
        "MLX5_WOL_BROADCAST": 16,
        "MLX5_WOL_DISABLE": 0,
        "MLX5_WOL_MAGIC": 4,
        "MLX5_WOL_MULTICAST": 32,
        "MLX5_WOL_PHY_ACTIVITY": 128,
        "MLX5_WOL_SECURED_MAGIC": 2,
        "MLX5_WOL_UNICAST": 64
      }
    },
    "unnamed_f4fad469d77a9229": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_PORT_CHANGE_SUBTYPE_ACTIVE": 4,
        "MLX5_PORT_CHANGE_SUBTYPE_CLIENT_REREG": 9,
        "MLX5_PORT_CHANGE_SUBTYPE_DOWN": 1,
        "MLX5_PORT_CHANGE_SUBTYPE_GUID": 8,
        "MLX5_PORT_CHANGE_SUBTYPE_INITIALIZED": 5,
        "MLX5_PORT_CHANGE_SUBTYPE_LID": 6,
        "MLX5_PORT_CHANGE_SUBTYPE_PKEY": 7
      }
    },
    "unnamed_f506562d383cb297": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SLI_ABORT_ABORT_ID": 1,
        "SLI_ABORT_MAX": 3,
        "SLI_ABORT_REQUEST_ID": 2,
        "SLI_ABORT_XRI": 0
      }
    },
    "unnamed_f59be830c29cc3f7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_AUTH_OPEN_REQUEST": 1,
        "IEEE80211_AUTH_OPEN_RESPONSE": 2
      }
    },
    "unnamed_f5ca3f394544eca8": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_NIC_IFC_DISABLED": 1,
        "MLX5_NIC_IFC_FULL": 0,
        "MLX5_NIC_IFC_INVALID": 3,
        "MLX5_NIC_IFC_NO_DRAM_NIC": 2,
        "MLX5_NIC_IFC_SW_RESET": 7
      }
    },
    "unnamed_f5deb2b714fb5370": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHC_QUEUE_BASIC": 1,
        "AHC_QUEUE_NONE": 0,
        "AHC_QUEUE_TAGGED": 2
      }
    },
    "unnamed_f614efeca1c9cf22": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADA_ZONE_DRIVE_MANAGED": 1,
        "ADA_ZONE_HOST_AWARE": 2,
        "ADA_ZONE_HOST_MANAGED": 3,
        "ADA_ZONE_NONE": 0
      }
    },
    "unnamed_f6b446177d2ad565": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LAGG_TYPE_ETHERNET": 0,
        "LAGG_TYPE_INFINIBAND": 1,
        "LAGG_TYPE_MAX": 2
      }
    },
    "unnamed_f6ea68b18a1702cb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_MCAST_CONFIG": 0,
        "MLX4_MCAST_DISABLE": 1,
        "MLX4_MCAST_ENABLE": 2
      }
    },
    "unnamed_f72d4f3c527f1251": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_MATCH_INNER_HEADERS": 4,
        "MLX5_MATCH_MISC_PARAMETERS": 2,
        "MLX5_MATCH_OUTER_HEADERS": 1
      }
    },
    "unnamed_f7405bb22eafc2ab": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "IEEE80211_ACTION_MESHPEERING_CLOSE": 3,
        "IEEE80211_ACTION_MESHPEERING_CONFIRM": 2,
        "IEEE80211_ACTION_MESHPEERING_OPEN": 1
      }
    },
    "unnamed_f79f822d379326d6": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5E_STATE_ASYNC_EVENTS_ENABLE": 0,
        "MLX5E_STATE_FLOW_RULES_READY": 2,
        "MLX5E_STATE_OPENED": 1
      }
    },
    "unnamed_f7fec9935d8cf37d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FW_TYPE_CMD_RPL": 0,
        "FW_TYPE_CQE": 2,
        "FW_TYPE_OFLD_CONNECTION_WR_RPL": 3,
        "FW_TYPE_PI_ERR": 6,
        "FW_TYPE_RSSCPL": 4,
        "FW_TYPE_TLS_KEY": 7,
        "FW_TYPE_WRERR_RPL": 5,
        "FW_TYPE_WR_RPL": 1
      }
    },
    "unnamed_f8139f448459395f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SA_TIMEOUT_ERASE": 0,
        "SA_TIMEOUT_LOAD": 1,
        "SA_TIMEOUT_LOCATE": 2,
        "SA_TIMEOUT_MODE_SELECT": 3,
        "SA_TIMEOUT_MODE_SENSE": 4,
        "SA_TIMEOUT_PREVENT": 5,
        "SA_TIMEOUT_READ": 6,
        "SA_TIMEOUT_READ_BLOCK_LIMITS": 7,
        "SA_TIMEOUT_READ_POSITION": 8,
        "SA_TIMEOUT_REP_DENSITY": 9,
        "SA_TIMEOUT_RESERVE": 10,
        "SA_TIMEOUT_REWIND": 11,
        "SA_TIMEOUT_SPACE": 12,
        "SA_TIMEOUT_TUR": 13,
        "SA_TIMEOUT_TYPE_MAX": 16,
        "SA_TIMEOUT_WRITE": 14,
        "SA_TIMEOUT_WRITE_FILEMARKS": 15
      }
    },
    "unnamed_f8f0f435fd89936d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VSC_INTR_CABLE": 4,
        "VSC_INTR_DESCRAMBL": 128,
        "VSC_INTR_DPLX_CHG": 4096,
        "VSC_INTR_ENABLE": 32768,
        "VSC_INTR_FALSE_CARR": 8,
        "VSC_INTR_LINK_CHG": 8192,
        "VSC_INTR_MEDIA_CHG": 16,
        "VSC_INTR_MS_ERR": 2,
        "VSC_INTR_NEG_DONE": 1024,
        "VSC_INTR_NEG_ERR": 2048,
        "VSC_INTR_RX_ERR": 1,
        "VSC_INTR_RX_FIFO": 32,
        "VSC_INTR_SPD_CHG": 16384,
        "VSC_INTR_SYMBOL_ERR": 256,
        "VSC_INTR_TX_FIFO": 64
      }
    },
    "unnamed_f8f6ed7e581056af": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NET_DIM_STATS_BETTER": 2,
        "NET_DIM_STATS_SAME": 1,
        "NET_DIM_STATS_WORSE": 0
      }
    },
    "unnamed_f94202d54e888d7b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADCSAT_ICOUNT_M": 129024,
        "ADCSAT_ICOUNT_S": 11,
        "ADCSAT_THRESH_M": 2016,
        "ADCSAT_THRESH_S": 5,
        "FIRPWR_M": 66846720,
        "FIRPWR_S": 18,
        "KCOARSEHIGH_M": 4161536,
        "KCOARSEHIGH_S": 15,
        "KCOARSELOW_M": 32640,
        "KCOARSELOW_S": 7
      }
    },
    "unnamed_f9590de768e78820": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_SRQC_STATE_ERROR": 1,
        "MLX5_SRQC_STATE_GOOD": 0
      }
    },
    "unnamed_f979db7b9feba560": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ST_ACCES": 13,
        "ST_BADHANDLE": 10001,
        "ST_BADTYPE": 10007,
        "ST_BAD_COOKIE": 10003,
        "ST_BUS_RESET": 20001,
        "ST_DQUOT": 69,
        "ST_E2BIG": 7,
        "ST_EXIST": 17,
        "ST_FBIG": 27,
        "ST_INVAL": 22,
        "ST_IO": 5,
        "ST_ISDIR": 21,
        "ST_JUKEBOX": 10008,
        "ST_MAINTMODE": 10010,
        "ST_MLINK": 31,
        "ST_NAMETOOLONG": 63,
        "ST_NODEV": 19,
        "ST_NOENT": 2,
        "ST_NOSPC": 28,
        "ST_NOTDIR": 20,
        "ST_NOTEMPTY": 66,
        "ST_NOTMOUNTED": 10009,
        "ST_NOTSUPP": 10004,
        "ST_NOT_READY": 72,
        "ST_NOT_SYNC": 10002,
        "ST_NXIO": 6,
        "ST_OK": 0,
        "ST_PERM": 1,
        "ST_REMOTE": 71,
        "ST_ROFS": 30,
        "ST_SERVERFAULT": 10006,
        "ST_STALE": 70,
        "ST_STALEACL": 10011,
        "ST_TOOSMALL": 10005,
        "ST_WOULDBLOCK": 35,
        "ST_XDEV": 18
      }
    },
    "unnamed_f97ebe153c489294": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_CQ_MODIFY_COUNT": 2,
        "MLX5_CQ_MODIFY_EQN": 8,
        "MLX5_CQ_MODIFY_OVERRUN": 4,
        "MLX5_CQ_MODIFY_PERIOD": 1,
        "MLX5_CQ_MODIFY_PERIOD_MODE": 16
      }
    },
    "unnamed_f9938d69dda19553": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_VLAN_CTRL_ETH_RX_BLOCK_PRIO_TAGGED": 2,
        "MLX4_VLAN_CTRL_ETH_RX_BLOCK_TAGGED": 4,
        "MLX4_VLAN_CTRL_ETH_RX_BLOCK_UNTAGGED": 1,
        "MLX4_VLAN_CTRL_ETH_TX_BLOCK_PRIO_TAGGED": 32,
        "MLX4_VLAN_CTRL_ETH_TX_BLOCK_TAGGED": 64,
        "MLX4_VLAN_CTRL_ETH_TX_BLOCK_UNTAGGED": 16
      }
    },
    "unnamed_f9979aa664a9499d": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DFS_ETSI": 2,
        "DFS_FCC3": 1,
        "DFS_MKK4": 4,
        "NO_DFS": 0
      }
    },
    "unnamed_fa078ce9212a2378": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ZSTD_in_dst": 1,
        "ZSTD_not_in_dst": 0,
        "ZSTD_split": 2
      }
    },
    "unnamed_fab7d87783411fe0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XBDF_BARRIER": 2,
        "XBDF_CM_SHORTAGE": 16,
        "XBDF_DISCARD": 128,
        "XBDF_FLUSH": 4,
        "XBDF_GNT_SHORTAGE": 32,
        "XBDF_NONE": 0,
        "XBDF_OPEN": 1,
        "XBDF_PERSISTENT": 256,
        "XBDF_READY": 8,
        "XBDF_WAIT_IDLE": 64
      }
    },
    "unnamed_fade0564f4f8dcca": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CF_USER": 1
      }
    },
    "unnamed_fae8c20ae172fdfb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "DEFAULT_NFILTERS": 128,
        "DEFAULT_NSERVERS": 512
      }
    },
    "unnamed_fae94f0b01f2abe0": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CIM_CTL_BASE": 8192,
        "CIM_PBT_ADDR_BASE": 10240,
        "CIM_PBT_DATA_BASE": 14336,
        "CIM_PBT_LRF_BASE": 12288,
        "CIM_QCTL_BASE": 0
      }
    },
    "unnamed_fb29cfa49433d0a5": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "RTWN_BULK_RX": 0,
        "RTWN_BULK_TX_BE": 1,
        "RTWN_BULK_TX_BK": 2,
        "RTWN_BULK_TX_VI": 3,
        "RTWN_BULK_TX_VO": 4,
        "RTWN_N_TRANSFER": 5
      }
    },
    "unnamed_fb2cdc1bec8a12ae": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CFACT_ABORT": 2,
        "CFACT_CONTINUE": 0,
        "CFACT_PAUSE": 1
      }
    },
    "unnamed_fb8e333983f2caa7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "AHD_AIC7901": 1,
        "AHD_AIC7901A": 3,
        "AHD_AIC7902": 2,
        "AHD_BUS_MASK": 3840,
        "AHD_CHIPID_MASK": 255,
        "AHD_NONE": 0,
        "AHD_PCI": 256,
        "AHD_PCIX": 512
      }
    },
    "unnamed_fbd11926acbd4049": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PCI_GETCONF_MATCH_BUS": 2,
        "PCI_GETCONF_MATCH_CLASS": 256,
        "PCI_GETCONF_MATCH_DEV": 4,
        "PCI_GETCONF_MATCH_DEVICE": 128,
        "PCI_GETCONF_MATCH_DOMAIN": 1,
        "PCI_GETCONF_MATCH_FUNC": 8,
        "PCI_GETCONF_MATCH_NAME": 16,
        "PCI_GETCONF_MATCH_UNIT": 32,
        "PCI_GETCONF_MATCH_VENDOR": 64,
        "PCI_GETCONF_NO_MATCH": 0
      }
    },
    "unnamed_fc28d82578570cbf": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ADC_DC_CAL": 4,
        "ADC_DC_INIT_CAL": 1,
        "ADC_GAIN_CAL": 2,
        "IQ_MISMATCH_CAL": 8
      }
    },
    "unnamed_fc7e2230b402a7fb": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_CAM_IO_COMMAND": 1,
        "OCS_CAM_IO_DATA": 2,
        "OCS_CAM_IO_DATA_DONE": 3,
        "OCS_CAM_IO_FREE": 0,
        "OCS_CAM_IO_MAX": 5,
        "OCS_CAM_IO_RESP": 4
      }
    },
    "unnamed_fc81a7cda65af595": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_DEV_CAP_64B_CQE_ENABLED": 2,
        "MLX4_DEV_CAP_64B_EQE_ENABLED": 1,
        "MLX4_DEV_CAP_CQE_STRIDE_ENABLED": 4,
        "MLX4_DEV_CAP_EQE_STRIDE_ENABLED": 8
      }
    },
    "unnamed_fce9ef2186432fab": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SAFTE_NUM_UPDATE_STATES": 6,
        "SAFTE_PROCESS_CONTROL_REQS": 5,
        "SAFTE_UPDATE_NONE": 0,
        "SAFTE_UPDATE_READCONFIG": 1,
        "SAFTE_UPDATE_READENCSTATUS": 3,
        "SAFTE_UPDATE_READGFLAGS": 2,
        "SAFTE_UPDATE_READSLOTSTATUS": 4
      }
    },
    "unnamed_fd7519214978ee69": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_SCSI_STATUS_ABORTED": 1,
        "OCS_SCSI_STATUS_ABORT_IN_PROGRESS": 9,
        "OCS_SCSI_STATUS_CHECK_RESPONSE": 10,
        "OCS_SCSI_STATUS_COMMAND_TIMEOUT": 11,
        "OCS_SCSI_STATUS_DIF_APP_TAG_ERROR": 5,
        "OCS_SCSI_STATUS_DIF_GUARD_ERROR": 3,
        "OCS_SCSI_STATUS_DIF_REF_TAG_ERROR": 4,
        "OCS_SCSI_STATUS_DIF_UNKNOWN_ERROR": 6,
        "OCS_SCSI_STATUS_ERROR": 2,
        "OCS_SCSI_STATUS_GOOD": 0,
        "OCS_SCSI_STATUS_NEXUS_LOST": 14,
        "OCS_SCSI_STATUS_NO_IO": 8,
        "OCS_SCSI_STATUS_PROTOCOL_CRC_ERROR": 7,
        "OCS_SCSI_STATUS_SHUTDOWN": 13,
        "OCS_SCSI_STATUS_TIMEDOUT_AND_ABORTED": 12
      }
    },
    "unnamed_fd9c82ac27c0c89f": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_GET_PORT_VIRT2PHY": 0,
        "MLX4_SET_PORT_VIRT2PHY": 1
      }
    },
    "unnamed_fdb5ba512764dfdc": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SEARCH_COMPLETE": 0,
        "SEARCH_COUNT": 1,
        "SEARCH_REMOVE": 2
      }
    },
    "unnamed_fdbe5a7b565d668b": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NG_PPP_DECOMPRESS_FULL": 2,
        "NG_PPP_DECOMPRESS_NONE": 0,
        "NG_PPP_DECOMPRESS_SIMPLE": 1
      }
    },
    "unnamed_fe429e2c73e714ec": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "PFR_REFCNT_ANCHOR": 1,
        "PFR_REFCNT_MAX": 2,
        "PFR_REFCNT_RULE": 0
      }
    },
    "unnamed_fe503c2c8a4ffdb7": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "OCS_HW_DOMAIN_ALLOC_FAIL": 1,
        "OCS_HW_DOMAIN_ALLOC_OK": 0,
        "OCS_HW_DOMAIN_ATTACH_FAIL": 3,
        "OCS_HW_DOMAIN_ATTACH_OK": 2,
        "OCS_HW_DOMAIN_CHANGED": 8,
        "OCS_HW_DOMAIN_FOUND": 7,
        "OCS_HW_DOMAIN_FREE_FAIL": 5,
        "OCS_HW_DOMAIN_FREE_OK": 4,
        "OCS_HW_DOMAIN_LOST": 6
      }
    },
    "unnamed_fe5527c3fca8411c": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_L3_PROT_TYPE_IPV4": 0,
        "MLX5_L3_PROT_TYPE_IPV6": 1
      }
    },
    "unnamed_fe69f78e1aa5f0ff": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "FILTER_NO_VLAN_PRI": 7
      }
    },
    "unnamed_fe98dd321a36ce79": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX5_FLOW_CONTEXT_ACTION_ALLOW": 1,
        "MLX5_FLOW_CONTEXT_ACTION_COUNT": 8,
        "MLX5_FLOW_CONTEXT_ACTION_DROP": 2,
        "MLX5_FLOW_CONTEXT_ACTION_FWD_DEST": 4
      }
    },
    "unnamed_fec51a5a9c362a48": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SYNAPTICS_SYSCTL_DIV_LEN": 444,
        "SYNAPTICS_SYSCTL_DIV_MAX": 436,
        "SYNAPTICS_SYSCTL_DIV_MAX_NA": 440,
        "SYNAPTICS_SYSCTL_DIV_MIN": 432,
        "SYNAPTICS_SYSCTL_MARGIN_BOTTOM": 380,
        "SYNAPTICS_SYSCTL_MARGIN_LEFT": 384,
        "SYNAPTICS_SYSCTL_MARGIN_RIGHT": 376,
        "SYNAPTICS_SYSCTL_MARGIN_TOP": 372,
        "SYNAPTICS_SYSCTL_MAX_PRESSURE": 364,
        "SYNAPTICS_SYSCTL_MAX_WIDTH": 368,
        "SYNAPTICS_SYSCTL_MIN_PRESSURE": 360,
        "SYNAPTICS_SYSCTL_MULTIPLICATOR": 412,
        "SYNAPTICS_SYSCTL_NATURAL_SCROLL": 508,
        "SYNAPTICS_SYSCTL_NA_BOTTOM": 396,
        "SYNAPTICS_SYSCTL_NA_LEFT": 400,
        "SYNAPTICS_SYSCTL_NA_RIGHT": 392,
        "SYNAPTICS_SYSCTL_NA_TOP": 388,
        "SYNAPTICS_SYSCTL_SOFTBUTTON2_X": 488,
        "SYNAPTICS_SYSCTL_SOFTBUTTON3_X": 492,
        "SYNAPTICS_SYSCTL_SOFTBUTTONS_Y": 484,
        "SYNAPTICS_SYSCTL_TAPHOLD_TIMEOUT": 456,
        "SYNAPTICS_SYSCTL_TAP_MAX_DELTA": 448,
        "SYNAPTICS_SYSCTL_TAP_MIN_QUEUE": 452,
        "SYNAPTICS_SYSCTL_THREE_FINGER_DRAG": 504,
        "SYNAPTICS_SYSCTL_TOUCHPAD_OFF": 480,
        "SYNAPTICS_SYSCTL_VSCROLL_DIV_MAX": 476,
        "SYNAPTICS_SYSCTL_VSCROLL_DIV_MIN": 472,
        "SYNAPTICS_SYSCTL_VSCROLL_HOR_AREA": 464,
        "SYNAPTICS_SYSCTL_VSCROLL_MIN_DELTA": 468,
        "SYNAPTICS_SYSCTL_VSCROLL_VER_AREA": 460,
        "SYNAPTICS_SYSCTL_WEIGHT_CURRENT": 416,
        "SYNAPTICS_SYSCTL_WEIGHT_LEN_SQUARED": 428,
        "SYNAPTICS_SYSCTL_WEIGHT_PREVIOUS": 420,
        "SYNAPTICS_SYSCTL_WEIGHT_PREVIOUS_NA": 424,
        "SYNAPTICS_SYSCTL_WINDOW_MAX": 408,
        "SYNAPTICS_SYSCTL_WINDOW_MIN": 404
      }
    },
    "unnamed_ff5aad2275ead740": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "MLX4_CQE_CVLAN_PRESENT_MASK": 536870912,
        "MLX4_CQE_L2_TUNNEL": 134217728,
        "MLX4_CQE_L2_TUNNEL_CSUM": 67108864,
        "MLX4_CQE_L2_TUNNEL_IPOK": 2147483648,
        "MLX4_CQE_L2_TUNNEL_IPV4": 33554432,
        "MLX4_CQE_QPN_MASK": 16777215,
        "MLX4_CQE_SVLAN_PRESENT_MASK": 1073741824,
        "MLX4_CQE_VID_MASK": 4095
      }
    },
    "unnamed_ff6bcdac5fa613dd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LF_MAYBE": 1,
        "LF_NO": 0,
        "LF_YES": 2
      }
    },
    "unnamed_ff80512243462535": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "NL_RTAX_ADVMSS": 8,
        "NL_RTAX_CC_ALGO": 15,
        "NL_RTAX_CWND": 7,
        "NL_RTAX_FASTOPEN_NO_COOKIE": 16,
        "NL_RTAX_FEATURES": 12,
        "NL_RTAX_HOPLIMIT": 10,
        "NL_RTAX_INITCWND": 11,
        "NL_RTAX_INITRWND": 14,
        "NL_RTAX_LOCK": 1,
        "NL_RTAX_MTU": 2,
        "NL_RTAX_QUICKACK": 15,
        "NL_RTAX_REORDERING": 9,
        "NL_RTAX_RTO_MIN": 13,
        "NL_RTAX_RTT": 4,
        "NL_RTAX_RTTVAR": 5,
        "NL_RTAX_SSTHRESH": 6,
        "NL_RTAX_UNSPEC": 0,
        "NL_RTAX_WINDOW": 3,
        "__NL_RTAX_MAX": 17
      }
    },
    "unnamed_fffed39ddbe12605": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "ISPASYNC_CHANGE_NOTIFY": 4,
        "ISPASYNC_DEV_ARRIVED": 5,
        "ISPASYNC_DEV_CHANGED": 6,
        "ISPASYNC_DEV_GONE": 8,
        "ISPASYNC_DEV_STAYED": 7,
        "ISPASYNC_FW_CRASH": 12,
        "ISPASYNC_FW_RESTARTED": 13,
        "ISPASYNC_LIP": 2,
        "ISPASYNC_LOOP_DOWN": 0,
        "ISPASYNC_LOOP_RESET": 3,
        "ISPASYNC_LOOP_UP": 1,
        "ISPASYNC_TARGET_ACTION": 11,
        "ISPASYNC_TARGET_NOTIFY": 9,
        "ISPASYNC_TARGET_NOTIFY_ACK": 10
      }
    },
    "upgt_fw_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "UPGT_FWTYPE_LM86": 0,
        "UPGT_FWTYPE_LM87": 1
      }
    },
    "usb_dev_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "USB_SPEED_FULL": 2,
        "USB_SPEED_HIGH": 3,
        "USB_SPEED_LOW": 1,
        "USB_SPEED_SUPER": 4,
        "USB_SPEED_VARIABLE": 0
      }
    },
    "usb_dev_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "USB_STATE_ADDRESSED": 3,
        "USB_STATE_ATTACHED": 1,
        "USB_STATE_CONFIGURED": 4,
        "USB_STATE_DETACHED": 0,
        "USB_STATE_POWERED": 2
      }
    },
    "usb_ep_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "USB_EP_MODE_DEFAULT": 0,
        "USB_EP_MODE_HW_ETHERNET_CDC": 4,
        "USB_EP_MODE_HW_ETHERNET_NCM": 5,
        "USB_EP_MODE_HW_MASS_STORAGE": 2,
        "USB_EP_MODE_HW_SERIAL": 3,
        "USB_EP_MODE_MAX": 6,
        "USB_EP_MODE_STREAMS": 1
      }
    },
    "usb_hc_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "USB_MODE_DEVICE": 1,
        "USB_MODE_DUAL": 2,
        "USB_MODE_HOST": 0
      }
    },
    "usb_revision": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "USB_REV_1_0": 2,
        "USB_REV_1_1": 3,
        "USB_REV_2_0": 4,
        "USB_REV_2_5": 5,
        "USB_REV_3_0": 6,
        "USB_REV_PRE_1_0": 1,
        "USB_REV_UNKNOWN": 0
      }
    },
    "val_t": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "CREATOR": 2,
        "CREATOR_REV": 3,
        "OEM": 0,
        "OEM_REV": 1
      }
    },
    "vfnt_map_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VFNT_MAPS": 4,
        "VFNT_MAP_BOLD": 2,
        "VFNT_MAP_BOLD_RIGHT": 3,
        "VFNT_MAP_NORMAL": 0,
        "VFNT_MAP_NORMAL_RIGHT": 1
      }
    },
    "vfs_notify_upper_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VFS_NOTIFY_UPPER_RECLAIM": 0,
        "VFS_NOTIFY_UPPER_UNLINK": 1
      }
    },
    "vgetstate": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VGET_HOLDCNT": 1,
        "VGET_NONE": 0,
        "VGET_USECOUNT": 2
      }
    },
    "virtchnl_event_codes": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VIRTCHNL_EVENT_LINK_CHANGE": 1,
        "VIRTCHNL_EVENT_PF_DRIVER_CLOSE": 3,
        "VIRTCHNL_EVENT_RESET_IMPENDING": 2,
        "VIRTCHNL_EVENT_UNKNOWN": 0
      }
    },
    "virtchnl_link_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VIRTCHNL_LINK_SPEED_100MB": 2,
        "VIRTCHNL_LINK_SPEED_10GB": 8,
        "VIRTCHNL_LINK_SPEED_1GB": 4,
        "VIRTCHNL_LINK_SPEED_20GB": 32,
        "VIRTCHNL_LINK_SPEED_25GB": 64,
        "VIRTCHNL_LINK_SPEED_2_5GB": 1,
        "VIRTCHNL_LINK_SPEED_40GB": 16,
        "VIRTCHNL_LINK_SPEED_5GB": 128,
        "VIRTCHNL_LINK_SPEED_UNKNOWN": 0
      }
    },
    "virtchnl_ops": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VIRTCHNL_OP_ADD_ETH_ADDR": 10,
        "VIRTCHNL_OP_ADD_VLAN": 12,
        "VIRTCHNL_OP_CONFIG_IRQ_MAP": 7,
        "VIRTCHNL_OP_CONFIG_IWARP_IRQ_MAP": 21,
        "VIRTCHNL_OP_CONFIG_PROMISCUOUS_MODE": 14,
        "VIRTCHNL_OP_CONFIG_RSS_KEY": 23,
        "VIRTCHNL_OP_CONFIG_RSS_LUT": 24,
        "VIRTCHNL_OP_CONFIG_RX_QUEUE": 5,
        "VIRTCHNL_OP_CONFIG_TX_QUEUE": 4,
        "VIRTCHNL_OP_CONFIG_VSI_QUEUES": 6,
        "VIRTCHNL_OP_DEL_ETH_ADDR": 11,
        "VIRTCHNL_OP_DEL_VLAN": 13,
        "VIRTCHNL_OP_DISABLE_QUEUES": 9,
        "VIRTCHNL_OP_DISABLE_VLAN_STRIPPING": 28,
        "VIRTCHNL_OP_ENABLE_QUEUES": 8,
        "VIRTCHNL_OP_ENABLE_VLAN_STRIPPING": 27,
        "VIRTCHNL_OP_EVENT": 17,
        "VIRTCHNL_OP_GET_RSS_HENA_CAPS": 25,
        "VIRTCHNL_OP_GET_STATS": 15,
        "VIRTCHNL_OP_GET_VF_RESOURCES": 3,
        "VIRTCHNL_OP_IWARP": 20,
        "VIRTCHNL_OP_RELEASE_IWARP_IRQ_MAP": 22,
        "VIRTCHNL_OP_REQUEST_QUEUES": 29,
        "VIRTCHNL_OP_RESET_VF": 2,
        "VIRTCHNL_OP_RSVD": 16,
        "VIRTCHNL_OP_SET_RSS_HENA": 26,
        "VIRTCHNL_OP_UNKNOWN": 0,
        "VIRTCHNL_OP_VERSION": 1
      }
    },
    "virtchnl_rx_hsplit": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VIRTCHNL_RX_HSPLIT_NO_SPLIT": 0,
        "VIRTCHNL_RX_HSPLIT_SPLIT_IP": 2,
        "VIRTCHNL_RX_HSPLIT_SPLIT_L2": 1,
        "VIRTCHNL_RX_HSPLIT_SPLIT_SCTP": 8,
        "VIRTCHNL_RX_HSPLIT_SPLIT_TCP_UDP": 4
      }
    },
    "virtchnl_status_code": {
      "size": 4,
      "base": "int",
      "constants": {
        "VIRTCHNL_ERR_PARAM": -5,
        "VIRTCHNL_STATUS_ERR_CQP_COMPL_ERROR": -39,
        "VIRTCHNL_STATUS_ERR_INVALID_VF_ID": -40,
        "VIRTCHNL_STATUS_ERR_OPCODE_MISMATCH": -38,
        "VIRTCHNL_STATUS_NOT_SUPPORTED": -64,
        "VIRTCHNL_STATUS_SUCCESS": 0
      }
    },
    "virtchnl_vector_limits": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VIRTCHNL_OP_ADD_DEL_ETH_ADDR_MAX": 8190,
        "VIRTCHNL_OP_ADD_DEL_VLAN_MAX": 32764,
        "VIRTCHNL_OP_CONFIG_IRQ_MAP_MAX": 5460,
        "VIRTCHNL_OP_CONFIG_IWARP_IRQ_MAP_MAX": 5459,
        "VIRTCHNL_OP_CONFIG_VSI_QUEUES_MAX": 1022,
        "VIRTCHNL_OP_ENABLE_CHANNELS_MAX": 4094
      }
    },
    "virtchnl_vfr_states": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VIRTCHNL_VFR_COMPLETED": 1,
        "VIRTCHNL_VFR_INPROGRESS": 0,
        "VIRTCHNL_VFR_VFACTIVE": 2
      }
    },
    "virtchnl_vsi_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VIRTCHNL_VSI_SRIOV": 6,
        "VIRTCHNL_VSI_TYPE_INVALID": 0
      }
    },
    "vm_radix_access": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "LOCKED": 1,
        "SMR": 0,
        "UNSERIALIZED": 2
      }
    },
    "vput_op": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VPUT": 1,
        "VRELE": 0,
        "VUNREF": 2
      }
    },
    "vstor_packet_ops": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VSTOR_OPERATION_BEGININITIALIZATION": 7,
        "VSTOR_OPERATION_COMPLETEIO": 1,
        "VSTOR_OPERATION_CREATE_MULTI_CHANNELS": 13,
        "VSTOR_OPERATION_ENDINITIALIZATION": 8,
        "VSTOR_OPERATION_ENUMERATE_BUS": 11,
        "VSTOR_OPERATION_EXECUTESRB": 3,
        "VSTOR_OPERATION_FCHBA_DATA": 12,
        "VSTOR_OPERATION_MAXIMUM": 13,
        "VSTOR_OPERATION_QUERYPROPERTIES": 10,
        "VSTOR_OPERATION_QUERYPROTOCOLVERSION": 9,
        "VSTOR_OPERATION_REMOVEDEVICE": 2,
        "VSTOR_OPERATION_RESETADAPTER": 5,
        "VSTOR_OPERATION_RESETBUS": 6,
        "VSTOR_OPERATION_RESETLUN": 4
      }
    },
    "vt_color_format": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "COLOR_FORMAT_ARGB": 4,
        "COLOR_FORMAT_BW": 0,
        "COLOR_FORMAT_CMYK": 5,
        "COLOR_FORMAT_GRAY": 1,
        "COLOR_FORMAT_HSL": 6,
        "COLOR_FORMAT_MAX": 15,
        "COLOR_FORMAT_RGB": 3,
        "COLOR_FORMAT_VGA": 2,
        "COLOR_FORMAT_YCbCr": 8,
        "COLOR_FORMAT_YPbPr": 9,
        "COLOR_FORMAT_YUV": 7
      }
    },
    "vtblk_cache_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VTBLK_CACHE_MAX": 2,
        "VTBLK_CACHE_WRITEBACK": 1,
        "VTBLK_CACHE_WRITETHROUGH": 0
      }
    },
    "vtscsi_request_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "VTSCSI_REQ_STATE_ABORTED": 2,
        "VTSCSI_REQ_STATE_FREE": 0,
        "VTSCSI_REQ_STATE_INUSE": 1,
        "VTSCSI_REQ_STATE_TIMEDOUT": 3
      }
    },
    "xdr_op": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XDR_DECODE": 1,
        "XDR_ENCODE": 0,
        "XDR_FREE": 2
      }
    },
    "xen_domain_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XEN_HVM_DOMAIN": 2,
        "XEN_NATIVE": 0,
        "XEN_PV_DOMAIN": 1
      }
    },
    "xen_hvm_init_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XEN_HVM_INIT_CANCELLED_SUSPEND": 2,
        "XEN_HVM_INIT_EARLY": 0,
        "XEN_HVM_INIT_LATE": 1,
        "XEN_HVM_INIT_RESUME": 3
      }
    },
    "xenbus_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XenbusStateClosed": 6,
        "XenbusStateClosing": 5,
        "XenbusStateConnected": 4,
        "XenbusStateInitWait": 2,
        "XenbusStateInitialised": 3,
        "XenbusStateInitialising": 1,
        "XenbusStateReconfigured": 8,
        "XenbusStateReconfiguring": 7,
        "XenbusStateUnknown": 0
      }
    },
    "xgbe_an": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_AN_COMPLETE": 3,
        "XGBE_AN_ERROR": 5,
        "XGBE_AN_INCOMPAT_LINK": 2,
        "XGBE_AN_NO_LINK": 4,
        "XGBE_AN_PAGE_RECEIVED": 1,
        "XGBE_AN_READY": 0
      }
    },
    "xgbe_an_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_AN_MODE_CL37": 2,
        "XGBE_AN_MODE_CL37_SGMII": 3,
        "XGBE_AN_MODE_CL73": 0,
        "XGBE_AN_MODE_CL73_REDRV": 1,
        "XGBE_AN_MODE_NONE": 4
      }
    },
    "xgbe_conn_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_CONN_TYPE_BACKPLANE": 4,
        "XGBE_CONN_TYPE_MAX": 5,
        "XGBE_CONN_TYPE_MDIO": 2,
        "XGBE_CONN_TYPE_NONE": 0,
        "XGBE_CONN_TYPE_RSVD1": 3,
        "XGBE_CONN_TYPE_SFP": 1
      }
    },
    "xgbe_i2c_cmd": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_I2C_CMD_READ": 0,
        "XGBE_I2C_CMD_WRITE": 1
      }
    },
    "xgbe_int": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGMAC_INT_DMA_ALL": 8,
        "XGMAC_INT_DMA_CH_SR_FBE": 7,
        "XGMAC_INT_DMA_CH_SR_RBU": 4,
        "XGMAC_INT_DMA_CH_SR_RI": 3,
        "XGMAC_INT_DMA_CH_SR_RPS": 5,
        "XGMAC_INT_DMA_CH_SR_TBU": 2,
        "XGMAC_INT_DMA_CH_SR_TI": 0,
        "XGMAC_INT_DMA_CH_SR_TI_RI": 6,
        "XGMAC_INT_DMA_CH_SR_TPS": 1
      }
    },
    "xgbe_mdio_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_MDIO_MODE_CL22": 1,
        "XGBE_MDIO_MODE_CL45": 2,
        "XGBE_MDIO_MODE_NONE": 0
      }
    },
    "xgbe_mdio_reset": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_MDIO_RESET_I2C_GPIO": 1,
        "XGBE_MDIO_RESET_INT_GPIO": 2,
        "XGBE_MDIO_RESET_MAX": 3,
        "XGBE_MDIO_RESET_NONE": 0
      }
    },
    "xgbe_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_MODE_KR": 0,
        "XGBE_MODE_KX": 1,
        "XGBE_MODE_KX_1000": 2,
        "XGBE_MODE_KX_2500": 3,
        "XGBE_MODE_SFI": 7,
        "XGBE_MODE_SGMII_100": 5,
        "XGBE_MODE_SGMII_1000": 6,
        "XGBE_MODE_UNKNOWN": 8,
        "XGBE_MODE_X": 4
      }
    },
    "xgbe_phy_redrv_if": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_PHY_REDRV_IF_I2C": 1,
        "XGBE_PHY_REDRV_IF_MAX": 2,
        "XGBE_PHY_REDRV_IF_MDIO": 0
      }
    },
    "xgbe_phy_redrv_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_PHY_REDRV_MODE_CX": 5,
        "XGBE_PHY_REDRV_MODE_SR": 9
      }
    },
    "xgbe_phy_redrv_model": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_PHY_REDRV_MODEL_4223": 0,
        "XGBE_PHY_REDRV_MODEL_4227": 1,
        "XGBE_PHY_REDRV_MODEL_MAX": 2
      }
    },
    "xgbe_port_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_PORT_MODE_1000BASE_T": 3,
        "XGBE_PORT_MODE_1000BASE_X": 4,
        "XGBE_PORT_MODE_10GBASE_R": 7,
        "XGBE_PORT_MODE_10GBASE_T": 6,
        "XGBE_PORT_MODE_BACKPLANE": 1,
        "XGBE_PORT_MODE_BACKPLANE_2500": 2,
        "XGBE_PORT_MODE_MAX": 9,
        "XGBE_PORT_MODE_NBASE_T": 5,
        "XGBE_PORT_MODE_RSVD": 0,
        "XGBE_PORT_MODE_SFP": 8
      }
    },
    "xgbe_rx": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_RX_BPA": 0,
        "XGBE_RX_COMPLETE": 2,
        "XGBE_RX_ERROR": 3,
        "XGBE_RX_XNP": 1
      }
    },
    "xgbe_sfp_base": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_SFP_BASE_10000_CR": 9,
        "XGBE_SFP_BASE_10000_ER": 8,
        "XGBE_SFP_BASE_10000_LR": 6,
        "XGBE_SFP_BASE_10000_LRM": 7,
        "XGBE_SFP_BASE_10000_SR": 5,
        "XGBE_SFP_BASE_1000_CX": 4,
        "XGBE_SFP_BASE_1000_LX": 3,
        "XGBE_SFP_BASE_1000_SX": 2,
        "XGBE_SFP_BASE_1000_T": 1,
        "XGBE_SFP_BASE_UNKNOWN": 0
      }
    },
    "xgbe_sfp_cable": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_SFP_CABLE_ACTIVE": 1,
        "XGBE_SFP_CABLE_PASSIVE": 2,
        "XGBE_SFP_CABLE_UNKNOWN": 0
      }
    },
    "xgbe_sfp_comm": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_SFP_COMM_DIRECT": 0,
        "XGBE_SFP_COMM_PCA9545": 1
      }
    },
    "xgbe_sfp_speed": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_SFP_SPEED_1000": 2,
        "XGBE_SFP_SPEED_10000": 3,
        "XGBE_SFP_SPEED_100_1000": 1,
        "XGBE_SFP_SPEED_UNKNOWN": 0
      }
    },
    "xgbe_state": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_DOWN": 0,
        "XGBE_LINK_ERR": 2,
        "XGBE_LINK_INIT": 1,
        "XGBE_STOPPED": 3
      }
    },
    "xgbe_xpcs_access": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XGBE_XPCS_ACCESS_V1": 0,
        "XGBE_XPCS_ACCESS_V2": 1
      }
    },
    "xhci_quirks": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XHCI_QUIRK_DISABLE_PORT_PED": 1
      }
    },
    "xprt_stat": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XPRT_DIED": 0,
        "XPRT_IDLE": 2,
        "XPRT_MOREREQS": 1
      }
    },
    "xs_watch_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XS_WATCH_PATH": 0,
        "XS_WATCH_TOKEN": 1
      }
    },
    "xsd_sockmsg_type": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XS_CONTROL": 0,
        "XS_DIRECTORY": 1,
        "XS_DIRECTORY_PART": 22,
        "XS_ERROR": 16,
        "XS_GET_DOMAIN_PATH": 10,
        "XS_GET_PERMS": 3,
        "XS_INTRODUCE": 8,
        "XS_INVALID": 65535,
        "XS_IS_DOMAIN_INTRODUCED": 17,
        "XS_MKDIR": 12,
        "XS_READ": 2,
        "XS_RELEASE": 9,
        "XS_RESET_WATCHES": 21,
        "XS_RESUME": 18,
        "XS_RM": 13,
        "XS_SET_PERMS": 14,
        "XS_SET_TARGET": 19,
        "XS_TRANSACTION_END": 7,
        "XS_TRANSACTION_START": 6,
        "XS_TYPE_COUNT": 23,
        "XS_UNWATCH": 5,
        "XS_WATCH": 4,
        "XS_WATCH_EVENT": 15,
        "XS_WRITE": 11
      }
    },
    "xz_check": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XZ_CHECK_CRC32": 1,
        "XZ_CHECK_CRC64": 4,
        "XZ_CHECK_NONE": 0,
        "XZ_CHECK_SHA256": 10
      }
    },
    "xz_mode": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XZ_DYNALLOC": 2,
        "XZ_PREALLOC": 1,
        "XZ_SINGLE": 0
      }
    },
    "xz_ret": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "XZ_BUF_ERROR": 8,
        "XZ_DATA_ERROR": 7,
        "XZ_FORMAT_ERROR": 5,
        "XZ_MEMLIMIT_ERROR": 4,
        "XZ_MEM_ERROR": 3,
        "XZ_OK": 0,
        "XZ_OPTIONS_ERROR": 6,
        "XZ_STREAM_END": 1,
        "XZ_UNSUPPORTED_CHECK": 2
      }
    },
    "zfreeskip": {
      "size": 4,
      "base": "unsigned int",
      "constants": {
        "SKIP_CNT": 1,
        "SKIP_DTOR": 65536,
        "SKIP_FINI": 131072,
        "SKIP_NONE": 0
      }
    }
  },
  "symbols": {
    "": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    ".compoundliteral": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290912
    },
    ".compoundliteral.10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584973344
    },
    ".compoundliteral.100": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181232
    },
    ".compoundliteral.103": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181240
    },
    ".compoundliteral.104": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181288
    },
    ".compoundliteral.105": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181600
    },
    ".compoundliteral.109": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181624
    },
    ".compoundliteral.11": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290944
    },
    ".compoundliteral.110": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181704
    },
    ".compoundliteral.111": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181752
    },
    ".compoundliteral.112": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181768
    },
    ".compoundliteral.113": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181832
    },
    ".compoundliteral.114": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181880
    },
    ".compoundliteral.118": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181888
    },
    ".compoundliteral.119": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182064
    },
    ".compoundliteral.12": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584973848
    },
    ".compoundliteral.120": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182112
    },
    ".compoundliteral.121": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182128
    },
    ".compoundliteral.122": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182160
    },
    ".compoundliteral.123": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182208
    },
    ".compoundliteral.124": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182224
    },
    ".compoundliteral.125": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182256
    },
    ".compoundliteral.126": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182304
    },
    ".compoundliteral.127": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182368
    },
    ".compoundliteral.128": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182416
    },
    ".compoundliteral.13": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290952
    },
    ".compoundliteral.132": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182432
    },
    ".compoundliteral.133": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182528
    },
    ".compoundliteral.134": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182576
    },
    ".compoundliteral.135": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182584
    },
    ".compoundliteral.136": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182616
    },
    ".compoundliteral.137": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182664
    },
    ".compoundliteral.138": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182712
    },
    ".compoundliteral.139": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182760
    },
    ".compoundliteral.14": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584974008
    },
    ".compoundliteral.140": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182808
    },
    ".compoundliteral.141": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182816
    },
    ".compoundliteral.142": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182824
    },
    ".compoundliteral.143": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182872
    },
    ".compoundliteral.144": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182944
    },
    ".compoundliteral.145": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182952
    },
    ".compoundliteral.146": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609182960
    },
    ".compoundliteral.147": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183032
    },
    ".compoundliteral.148": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183040
    },
    ".compoundliteral.149": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183052
    },
    ".compoundliteral.15": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290960
    },
    ".compoundliteral.150": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183072
    },
    ".compoundliteral.151": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183136
    },
    ".compoundliteral.152": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183152
    },
    ".compoundliteral.153": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183184
    },
    ".compoundliteral.157": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183200
    },
    ".compoundliteral.158": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183392
    },
    ".compoundliteral.16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179344
    },
    ".compoundliteral.160": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183408
    },
    ".compoundliteral.161": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183600
    },
    ".compoundliteral.164": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183608
    },
    ".compoundliteral.165": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183656
    },
    ".compoundliteral.167": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183664
    },
    ".compoundliteral.168": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183728
    },
    ".compoundliteral.169": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183736
    },
    ".compoundliteral.17": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290968
    },
    ".compoundliteral.170": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183816
    },
    ".compoundliteral.172": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183824
    },
    ".compoundliteral.173": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183952
    },
    ".compoundliteral.175": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609183960
    },
    ".compoundliteral.176": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184152
    },
    ".compoundliteral.18": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179352
    },
    ".compoundliteral.180": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184168
    },
    ".compoundliteral.181": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184376
    },
    ".compoundliteral.183": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184400
    },
    ".compoundliteral.184": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184608
    },
    ".compoundliteral.187": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184624
    },
    ".compoundliteral.188": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184832
    },
    ".compoundliteral.189": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609184888
    },
    ".compoundliteral.19": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290976
    },
    ".compoundliteral.190": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609185096
    },
    ".compoundliteral.192": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609185104
    },
    ".compoundliteral.193": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609185312
    },
    ".compoundliteral.194": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609185344
    },
    ".compoundliteral.195": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609185552
    },
    ".compoundliteral.196": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609185984
    },
    ".compoundliteral.197": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609185992
    },
    ".compoundliteral.198": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609186040
    },
    ".compoundliteral.199": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609186048
    },
    ".compoundliteral.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584978616
    },
    ".compoundliteral.20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010064
    },
    ".compoundliteral.200": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609186080
    },
    ".compoundliteral.21": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010640
    },
    ".compoundliteral.22": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010704
    },
    ".compoundliteral.23": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179520
    },
    ".compoundliteral.26": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290984
    },
    ".compoundliteral.27": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010720
    },
    ".compoundliteral.28": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010784
    },
    ".compoundliteral.3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584978656
    },
    ".compoundliteral.30": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179680
    },
    ".compoundliteral.31": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179712
    },
    ".compoundliteral.32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290992
    },
    ".compoundliteral.33": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010848
    },
    ".compoundliteral.34": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010912
    },
    ".compoundliteral.36": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179760
    },
    ".compoundliteral.37": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179792
    },
    ".compoundliteral.38": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291000
    },
    ".compoundliteral.39": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610010976
    },
    ".compoundliteral.4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584978928
    },
    ".compoundliteral.40": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610011040
    },
    ".compoundliteral.41": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610011104
    },
    ".compoundliteral.42": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610011120
    },
    ".compoundliteral.43": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609179992
    },
    ".compoundliteral.44": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180112
    },
    ".compoundliteral.48": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180120
    },
    ".compoundliteral.49": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180184
    },
    ".compoundliteral.5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290920
    },
    ".compoundliteral.51": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180192
    },
    ".compoundliteral.52": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180224
    },
    ".compoundliteral.54": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180232
    },
    ".compoundliteral.55": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180264
    },
    ".compoundliteral.57": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180272
    },
    ".compoundliteral.58": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180304
    },
    ".compoundliteral.6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584979488
    },
    ".compoundliteral.60": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180312
    },
    ".compoundliteral.61": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180344
    },
    ".compoundliteral.62": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180488
    },
    ".compoundliteral.63": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180496
    },
    ".compoundliteral.64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180528
    },
    ".compoundliteral.66": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180536
    },
    ".compoundliteral.67": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180568
    },
    ".compoundliteral.68": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180640
    },
    ".compoundliteral.69": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180648
    },
    ".compoundliteral.7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290928
    },
    ".compoundliteral.70": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180680
    },
    ".compoundliteral.73": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180704
    },
    ".compoundliteral.74": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180752
    },
    ".compoundliteral.75": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180760
    },
    ".compoundliteral.76": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180792
    },
    ".compoundliteral.78": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180800
    },
    ".compoundliteral.79": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180832
    },
    ".compoundliteral.8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584972320
    },
    ".compoundliteral.81": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180840
    },
    ".compoundliteral.82": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180888
    },
    ".compoundliteral.84": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180896
    },
    ".compoundliteral.85": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180928
    },
    ".compoundliteral.87": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180944
    },
    ".compoundliteral.88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180976
    },
    ".compoundliteral.89": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609180992
    },
    ".compoundliteral.9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290936
    },
    ".compoundliteral.90": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181040
    },
    ".compoundliteral.91": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181056
    },
    ".compoundliteral.92": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181088
    },
    ".compoundliteral.94": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181096
    },
    ".compoundliteral.95": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181128
    },
    ".compoundliteral.99": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609181136
    },
    "57710_init_values.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "57711_init_values.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "57712_init_values.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "A": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 0
    },
    "A2": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 0
    },
    "ABit_BP6": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584113776
    },
    "ACPI_EC_READ": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567238624
    },
    "AES_CBC_MAC_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579495312
    },
    "AES_CBC_MAC_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579494960
    },
    "AES_CBC_MAC_Reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579495024
    },
    "AES_CBC_MAC_Setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579494992
    },
    "AES_CBC_MAC_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579495072
    },
    "AES_GMAC_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579525264
    },
    "AES_GMAC_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579524624
    },
    "AES_GMAC_Reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579524832
    },
    "AES_GMAC_Setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579524656
    },
    "AES_GMAC_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579524928
    },
    "AGP_FLUSH_TLB": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567300352
    },
    "AMI_INT": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584113856
    },
    "AR5210_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608369968
    },
    "AR5211_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608372576
    },
    "AR5212_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608377120
    },
    "AR5416_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608386152
    },
    "AR9160_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608388760
    },
    "AR9280_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608388800
    },
    "AR9285_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608388840
    },
    "AR9287_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608388880
    },
    "AR9300_chip": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_chip"
      },
      "address": 18446744071608388920
    },
    "ASUS_P2B_2": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114192
    },
    "ASUS_P2B_D": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584113936
    },
    "ASUS_P2B_DS": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114096
    },
    "ASUS_P2B_F": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114016
    },
    "ASUS_P2L97_DS": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114288
    },
    "ASUS_P5A": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114384
    },
    "ATA_GETREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567633328
    },
    "ATA_SETMODE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567633232
    },
    "Access": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "AccessAttribute": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "AccessBitWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "AccessByteWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "AccessLength": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "AccessType": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "AccessWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "AccessorType": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "AccumulatedValue": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "AcpiAcquireGlobalLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566281568
    },
    "AcpiAllocateRootTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566376080
    },
    "AcpiAnyGpeStatusSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284144
    },
    "AcpiAttachData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566346672
    },
    "AcpiBiosError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566401584
    },
    "AcpiBiosException": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566401712
    },
    "AcpiBiosWarning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566401872
    },
    "AcpiBufferToResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566361296
    },
    "AcpiCheckAddressRange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400608
    },
    "AcpiClearEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282240
    },
    "AcpiClearGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566283680
    },
    "AcpiCurrentGpeCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610598444
    },
    "AcpiDbgLayer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313464
    },
    "AcpiDbgLevel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313460
    },
    "AcpiDebugTrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358816
    },
    "AcpiDecodePldBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400704
    },
    "AcpiDefaultSupportedInterfaces": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_INTERFACE_INFO"
        }
      },
      "address": 18446744071608313744
    },
    "AcpiDetachData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566346800
    },
    "AcpiDisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566281824
    },
    "AcpiDisableAllGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284000
    },
    "AcpiDisableEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282080
    },
    "AcpiDisableGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282720
    },
    "AcpiDispatchGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566283888
    },
    "AcpiDsAutoSerializeMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566247872
    },
    "AcpiDsBeginMethodExecution": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566248320
    },
    "AcpiDsBuildInternalBufferObj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566252832
    },
    "AcpiDsBuildInternalObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566251808
    },
    "AcpiDsBuildInternalPackageObj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566255136
    },
    "AcpiDsCallControlMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566248896
    },
    "AcpiDsClearImplicitReturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566256336
    },
    "AcpiDsClearOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566257056
    },
    "AcpiDsCreateBankField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566246912
    },
    "AcpiDsCreateBufferField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566245216
    },
    "AcpiDsCreateField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566245616
    },
    "AcpiDsCreateIndexField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566247184
    },
    "AcpiDsCreateNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566253088
    },
    "AcpiDsCreateOperand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566257136
    },
    "AcpiDsCreateOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566257696
    },
    "AcpiDsCreateWalkState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264576
    },
    "AcpiDsDeleteResultIfNotUsed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566256864
    },
    "AcpiDsDeleteWalkState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264992
    },
    "AcpiDsDetectNamedOpcodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566248080
    },
    "AcpiDsDoImplicitReturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566256400
    },
    "AcpiDsDumpMethodStack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566245200
    },
    "AcpiDsEvalBankFieldOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566254960
    },
    "AcpiDsEvalBufferFieldOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566253232
    },
    "AcpiDsEvalDataObjectOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566254640
    },
    "AcpiDsEvalRegionOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566254048
    },
    "AcpiDsEvalTableRegionOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566254304
    },
    "AcpiDsEvaluateNamePath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566257968
    },
    "AcpiDsExecBeginControlOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566244416
    },
    "AcpiDsExecBeginOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566258608
    },
    "AcpiDsExecEndControlOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566244624
    },
    "AcpiDsExecEndOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566258944
    },
    "AcpiDsExecuteArguments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566243744
    },
    "AcpiDsGetBankFieldArguments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566244096
    },
    "AcpiDsGetBufferArguments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566244160
    },
    "AcpiDsGetBufferFieldArguments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566243680
    },
    "AcpiDsGetCurrentWalkState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264480
    },
    "AcpiDsGetFieldNames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566245920
    },
    "AcpiDsGetPackageArguments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566244240
    },
    "AcpiDsGetPredicateValue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566258192
    },
    "AcpiDsGetRegionArguments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566244320
    },
    "AcpiDsInitAmlWalk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264704
    },
    "AcpiDsInitBufferField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566253472
    },
    "AcpiDsInitCallbacks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566260080
    },
    "AcpiDsInitFieldObjects": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566246560
    },
    "AcpiDsInitObjectFromOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566252160
    },
    "AcpiDsInitOneObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566247648
    },
    "AcpiDsInitPackageElement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566255904
    },
    "AcpiDsInitializeObjects": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566247440
    },
    "AcpiDsInitializeRegion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566253200
    },
    "AcpiDsIsResultUsed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566256512
    },
    "AcpiDsLoad1BeginOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566260208
    },
    "AcpiDsLoad1EndOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566260880
    },
    "AcpiDsLoad2BeginOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566261376
    },
    "AcpiDsLoad2EndOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566262304
    },
    "AcpiDsMethodDataDeleteAll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566250032
    },
    "AcpiDsMethodDataGetNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566250528
    },
    "AcpiDsMethodDataGetValue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566250720
    },
    "AcpiDsMethodDataInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566249760
    },
    "AcpiDsMethodDataInitArgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566250400
    },
    "AcpiDsMethodError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566248144
    },
    "AcpiDsObjStackPop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264272
    },
    "AcpiDsObjStackPopAndDelete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264384
    },
    "AcpiDsObjStackPush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264176
    },
    "AcpiDsPopWalkState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264544
    },
    "AcpiDsPushWalkState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566264512
    },
    "AcpiDsResolveOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566256976
    },
    "AcpiDsRestartControlMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566249632
    },
    "AcpiDsResultPop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566263584
    },
    "AcpiDsResultPush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566263856
    },
    "AcpiDsScopeStackClear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566263264
    },
    "AcpiDsScopeStackPop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566263520
    },
    "AcpiDsScopeStackPush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566263344
    },
    "AcpiDsStoreObjectToLocal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566251104
    },
    "AcpiDsTerminateControlMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566249312
    },
    "AcpiEnable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566281712
    },
    "AcpiEnableAllRuntimeGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284048
    },
    "AcpiEnableAllWakeupGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284096
    },
    "AcpiEnableEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566281920
    },
    "AcpiEnableGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282592
    },
    "AcpiEnableSubsystem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402208
    },
    "AcpiEnterSleepState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566323664
    },
    "AcpiEnterSleepStatePrep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566323488
    },
    "AcpiEnterSleepStateS4bios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566323344
    },
    "AcpiError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566401040
    },
    "AcpiEvAcquireGlobalLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266352
    },
    "AcpiEvAddGpeReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266976
    },
    "AcpiEvAddressSpaceDispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566275344
    },
    "AcpiEvAsynchEnableGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566269520
    },
    "AcpiEvAsynchExecuteGpeMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566269232
    },
    "AcpiEvAttachRegion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566276912
    },
    "AcpiEvCmosRegionSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566277904
    },
    "AcpiEvCreateGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566269808
    },
    "AcpiEvDataTableRegionSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566277920
    },
    "AcpiEvDefaultRegionSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278000
    },
    "AcpiEvDeleteGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566269600
    },
    "AcpiEvDeleteGpeHandlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566272464
    },
    "AcpiEvDeleteGpeXrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566272320
    },
    "AcpiEvDetachRegion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566276128
    },
    "AcpiEvDetectGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566268336
    },
    "AcpiEvEnableGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266800
    },
    "AcpiEvExecuteRegMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566276528
    },
    "AcpiEvExecuteRegMethods": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566275056
    },
    "AcpiEvFindRegionHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566273680
    },
    "AcpiEvFinishGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566268800
    },
    "AcpiEvFixedEventDetect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566265760
    },
    "AcpiEvGetGpeDevice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566272032
    },
    "AcpiEvGetGpeEventInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566267312
    },
    "AcpiEvGetGpeXruptBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566272080
    },
    "AcpiEvGlobalLockHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266176
    },
    "AcpiEvGpeDetect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566267504
    },
    "AcpiEvGpeDispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566268864
    },
    "AcpiEvGpeInitialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566271024
    },
    "AcpiEvGpeXruptHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278368
    },
    "AcpiEvHasDefaultHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566273600
    },
    "AcpiEvInitGlobalLockHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266048
    },
    "AcpiEvInitializeEvents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566265216
    },
    "AcpiEvInitializeGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566270736
    },
    "AcpiEvInitializeOpRegions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566274816
    },
    "AcpiEvInitializeRegion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278032
    },
    "AcpiEvInstallGpeHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566280848
    },
    "AcpiEvInstallHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566273728
    },
    "AcpiEvInstallRegionHandlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566272704
    },
    "AcpiEvInstallSciHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278384
    },
    "AcpiEvInstallSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566272944
    },
    "AcpiEvInstallXruptHandlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566265648
    },
    "AcpiEvIoSpaceRegionSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566277200
    },
    "AcpiEvIsNotifyObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566273920
    },
    "AcpiEvIsPciRootBridge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566277712
    },
    "AcpiEvLowGetGpeInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566267264
    },
    "AcpiEvMaskGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266816
    },
    "AcpiEvMatchGpeMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566271600
    },
    "AcpiEvNotifyDispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566274208
    },
    "AcpiEvPciBarRegionSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566277888
    },
    "AcpiEvPciConfigRegionSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566277232
    },
    "AcpiEvQueueNotifyRequest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566273968
    },
    "AcpiEvRegRun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566276960
    },
    "AcpiEvReleaseGlobalLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266592
    },
    "AcpiEvRemoveAllSciHandlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278576
    },
    "AcpiEvRemoveGlobalLockHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266288
    },
    "AcpiEvRemoveGpeReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566267120
    },
    "AcpiEvSciDispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278240
    },
    "AcpiEvSciXruptHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278416
    },
    "AcpiEvSystemMemoryRegionSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566277056
    },
    "AcpiEvTerminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566274304
    },
    "AcpiEvUpdateGpeEnableMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566266720
    },
    "AcpiEvUpdateGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566271360
    },
    "AcpiEvWalkGpeList": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566271856
    },
    "AcpiEvaluateObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566345360
    },
    "AcpiEvaluateObjectTyped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566345024
    },
    "AcpiExAccessRegion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566293104
    },
    "AcpiExAcquireGlobalLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314288
    },
    "AcpiExAcquireMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566296784
    },
    "AcpiExAcquireMutexObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566296672
    },
    "AcpiExAddTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566286768
    },
    "AcpiExCmosSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566306944
    },
    "AcpiExConcatTemplate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566286112
    },
    "AcpiExConvertToAscii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566289072
    },
    "AcpiExConvertToBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566288016
    },
    "AcpiExConvertToInteger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566287664
    },
    "AcpiExConvertToString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566288176
    },
    "AcpiExConvertToTargetType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566289392
    },
    "AcpiExCreateAlias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566290096
    },
    "AcpiExCreateEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566290176
    },
    "AcpiExCreateMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566291040
    },
    "AcpiExCreateMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566290304
    },
    "AcpiExCreatePowerResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566290912
    },
    "AcpiExCreateProcessor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566290768
    },
    "AcpiExCreateRegion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566290448
    },
    "AcpiExDataTableSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566306976
    },
    "AcpiExDoConcatenate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566285232
    },
    "AcpiExDoDebugObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566291216
    },
    "AcpiExDoLogicalNumericOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566295968
    },
    "AcpiExDoLogicalOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566296080
    },
    "AcpiExDoMatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566305152
    },
    "AcpiExDoMathOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566295856
    },
    "AcpiExEisaIdToString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314432
    },
    "AcpiExEnterInterpreter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314032
    },
    "AcpiExExitInterpreter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314128
    },
    "AcpiExExtractFromField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566294320
    },
    "AcpiExFieldDatumIo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566293920
    },
    "AcpiExGetNameString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566297920
    },
    "AcpiExGetObjectReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566295648
    },
    "AcpiExGetProtocolBufferLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566292272
    },
    "AcpiExInsertIntoField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566294912
    },
    "AcpiExIntegerToString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314608
    },
    "AcpiExLoadOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566286992
    },
    "AcpiExLoadTableOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566286304
    },
    "AcpiExNameSegment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566299280
    },
    "AcpiExOpcode_0A_0T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566299552
    },
    "AcpiExOpcode_1A_0T_0R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566299712
    },
    "AcpiExOpcode_1A_0T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566301168
    },
    "AcpiExOpcode_1A_1T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566299872
    },
    "AcpiExOpcode_2A_0T_0R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566302432
    },
    "AcpiExOpcode_2A_0T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566303824
    },
    "AcpiExOpcode_2A_1T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566302896
    },
    "AcpiExOpcode_2A_2T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566302592
    },
    "AcpiExOpcode_3A_0T_0R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566304160
    },
    "AcpiExOpcode_3A_1T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566304336
    },
    "AcpiExOpcode_6A_0T_1R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566304704
    },
    "AcpiExPciBarSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566306960
    },
    "AcpiExPciClsToString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314800
    },
    "AcpiExPciConfigSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566306880
    },
    "AcpiExPrepCommonFieldObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566305296
    },
    "AcpiExPrepFieldValue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566305408
    },
    "AcpiExReadDataFromField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566292352
    },
    "AcpiExReadGpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566310224
    },
    "AcpiExReadSerialBus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566310368
    },
    "AcpiExRegionRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566287552
    },
    "AcpiExReleaseAllMutexes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566297792
    },
    "AcpiExReleaseGlobalLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314368
    },
    "AcpiExReleaseMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566297296
    },
    "AcpiExReleaseMutexObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566297136
    },
    "AcpiExResolveMultiple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566308160
    },
    "AcpiExResolveNodeToValue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566307024
    },
    "AcpiExResolveObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566312256
    },
    "AcpiExResolveOperands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566308800
    },
    "AcpiExResolveToValue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566307616
    },
    "AcpiExStartTraceMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313616
    },
    "AcpiExStartTraceOpcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314000
    },
    "AcpiExStopTraceMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313856
    },
    "AcpiExStopTraceOpcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314016
    },
    "AcpiExStore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566311104
    },
    "AcpiExStoreBufferToBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566312784
    },
    "AcpiExStoreObjectToIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566311872
    },
    "AcpiExStoreObjectToNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566311392
    },
    "AcpiExStoreObjectToObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566312480
    },
    "AcpiExStoreStringToString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566312944
    },
    "AcpiExSystemDoSleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313344
    },
    "AcpiExSystemDoStall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313232
    },
    "AcpiExSystemIoSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566306800
    },
    "AcpiExSystemMemorySpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566306176
    },
    "AcpiExSystemResetEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313520
    },
    "AcpiExSystemSignalEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313408
    },
    "AcpiExSystemWaitEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313440
    },
    "AcpiExSystemWaitMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313168
    },
    "AcpiExSystemWaitSemaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313088
    },
    "AcpiExTracePoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566313600
    },
    "AcpiExTruncateFor32bitTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314224
    },
    "AcpiExUnlinkMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566296592
    },
    "AcpiExUnloadTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566286848
    },
    "AcpiExWriteDataToField": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566292752
    },
    "AcpiExWriteGpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566310288
    },
    "AcpiExWriteSerialBus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566310688
    },
    "AcpiExWriteWithUpdateRule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566293728
    },
    "AcpiException": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566401168
    },
    "AcpiFindRootPointer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378704
    },
    "AcpiFinishGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566283904
    },
    "AcpiFixedEventCount": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071610599744
    },
    "AcpiFormatException": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566387984
    },
    "AcpiGbl_AcpiHardwarePresent": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599476
    },
    "AcpiGbl_AddressRangeList": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ACPI_ADDRESS_RANGE"
          }
        }
      },
      "address": 18446744071610599488
    },
    "AcpiGbl_AllGpesInitialized": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599588
    },
    "AcpiGbl_AmlOpInfo": {
      "type": {
        "count": 131,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_OPCODE_INFO"
        }
      },
      "address": 18446744071584054416
    },
    "AcpiGbl_AmlResourceSerialBusSizes": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584058435
    },
    "AcpiGbl_AmlResourceSizes": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584058368
    },
    "AcpiGbl_ArgumentCount": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584056512
    },
    "AcpiGbl_AutoSerializeMethods": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313440
    },
    "AcpiGbl_BadType": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584061168
    },
    "AcpiGbl_BitRegisterInfo": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_BIT_REGISTER_INFO"
        }
      },
      "address": 18446744071608313616
    },
    "AcpiGbl_CDAT": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610598128
    },
    "AcpiGbl_CaptureComments": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598152
    },
    "AcpiGbl_CmSingleStep": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599568
    },
    "AcpiGbl_ConvertResourceSerialBusDispatch": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "acpi_rsconvert_info"
          }
        }
      },
      "address": 18446744071608313296
    },
    "AcpiGbl_CopyDsdtLocally": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598098
    },
    "AcpiGbl_CreateOsiMethod": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313441
    },
    "AcpiGbl_CurrentScope": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 18446744071610598144
    },
    "AcpiGbl_CurrentWalkList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_THREAD_STATE"
        }
      },
      "address": 18446744071610599576
    },
    "AcpiGbl_DSDT": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_HEADER"
        }
      },
      "address": 18446744071610598480
    },
    "AcpiGbl_DbOutputFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313486
    },
    "AcpiGbl_DebuggerConfiguration": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599474
    },
    "AcpiGbl_DefaultAddressSpaces": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608312784
    },
    "AcpiGbl_DescTypeNames": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584061440
    },
    "AcpiGbl_DisableAutoRepair": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598102
    },
    "AcpiGbl_DisableSsdtTableInstall": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598103
    },
    "AcpiGbl_DisplayDebugTimer": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598120
    },
    "AcpiGbl_DoNotUseXsdt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598099
    },
    "AcpiGbl_DsdtIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313468
    },
    "AcpiGbl_EarlyInitialization": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313485
    },
    "AcpiGbl_EnableAmlDebugObject": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598097
    },
    "AcpiGbl_EnableInterpreterSlack": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598096
    },
    "AcpiGbl_EnableTableValidation": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313443
    },
    "AcpiGbl_EventTypes": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584061120
    },
    "AcpiGbl_EventsInitialized": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599477
    },
    "AcpiGbl_ExceptionHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610598896
    },
    "AcpiGbl_ExceptionNames_Aml": {
      "type": {
        "count": 38,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_EXCEPTION_INFO"
        }
      },
      "address": 18446744071584062528
    },
    "AcpiGbl_ExceptionNames_Ctrl": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_EXCEPTION_INFO"
        }
      },
      "address": 18446744071584062832
    },
    "AcpiGbl_ExceptionNames_Env": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_EXCEPTION_INFO"
        }
      },
      "address": 18446744071584062112
    },
    "AcpiGbl_ExceptionNames_Pgm": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_EXCEPTION_INFO"
        }
      },
      "address": 18446744071584062400
    },
    "AcpiGbl_ExceptionNames_Tbl": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_EXCEPTION_INFO"
        }
      },
      "address": 18446744071584062480
    },
    "AcpiGbl_FACS": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_FACS"
        }
      },
      "address": 18446744071610598528
    },
    "AcpiGbl_FADT": {
      "type": {
        "kind": "struct",
        "name": "ACPI_TABLE_FADT"
      },
      "address": 18446744071610598168
    },
    "AcpiGbl_FacsIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313472
    },
    "AcpiGbl_FadtGpeDevice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 18446744071610599560
    },
    "AcpiGbl_FadtIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313480
    },
    "AcpiGbl_FixedEventHandlers": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_FIXED_EVENT_HANDLER"
        }
      },
      "address": 18446744071610599632
    },
    "AcpiGbl_FixedEventInfo": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_FIXED_EVENT_INFO"
        }
      },
      "address": 18446744071608313696
    },
    "AcpiGbl_GetResourceDispatch": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "acpi_rsconvert_info"
          }
        }
      },
      "address": 18446744071608313008
    },
    "AcpiGbl_GlobalEventHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610599616
    },
    "AcpiGbl_GlobalEventHandlerContext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610599624
    },
    "AcpiGbl_GlobalLockAcquired": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598762
    },
    "AcpiGbl_GlobalLockHandle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071610598760
    },
    "AcpiGbl_GlobalLockMutex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 18446744071610598736
    },
    "AcpiGbl_GlobalLockPending": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598764
    },
    "AcpiGbl_GlobalLockPendingLock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610598752
    },
    "AcpiGbl_GlobalLockPresent": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598763
    },
    "AcpiGbl_GlobalLockSemaphore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610598744
    },
    "AcpiGbl_GlobalNotify": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GLOBAL_NOTIFY_HANDLER"
        }
      },
      "address": 18446744071610598864
    },
    "AcpiGbl_GpeFadtBlocks": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ACPI_GPE_BLOCK_INFO"
          }
        }
      },
      "address": 18446744071610599600
    },
    "AcpiGbl_GpeLock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610598768
    },
    "AcpiGbl_GpeXruptListHead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_XRUPT_INFO"
        }
      },
      "address": 18446744071610599592
    },
    "AcpiGbl_HardwareLock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610598776
    },
    "AcpiGbl_HexToAscii": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584034928
    },
    "AcpiGbl_HighestDstateNames": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608313584
    },
    "AcpiGbl_IgnorePackageResolutionErrors": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598106
    },
    "AcpiGbl_InitHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610598904
    },
    "AcpiGbl_IntegerBitWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598584
    },
    "AcpiGbl_IntegerByteWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598585
    },
    "AcpiGbl_IntegerNybbleWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598586
    },
    "AcpiGbl_InterfaceHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610598928
    },
    "AcpiGbl_LastListHead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_COMMENT_NODE"
        }
      },
      "address": 18446744071610598160
    },
    "AcpiGbl_LastOwnerIdIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599456
    },
    "AcpiGbl_LongOpIndex": {
      "type": {
        "count": 137,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584056784
    },
    "AcpiGbl_LowerHexDigits": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584062944
    },
    "AcpiGbl_LowestDstateNames": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608313536
    },
    "AcpiGbl_MaxLoopIterations": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313448
    },
    "AcpiGbl_MutexInfo": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MUTEX_INFO"
        }
      },
      "address": 18446744071610598592
    },
    "AcpiGbl_MutexNames": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584061632
    },
    "AcpiGbl_NamespaceCache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEMORY_LIST"
        }
      },
      "address": 18446744071610598824
    },
    "AcpiGbl_NamespaceInitialized": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598140
    },
    "AcpiGbl_NamespaceRwLock": {
      "type": {
        "kind": "struct",
        "name": "ACPI_RW_LOCK"
      },
      "address": 18446744071610598800
    },
    "AcpiGbl_NextOwnerIdOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599457
    },
    "AcpiGbl_NsLookupCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599464
    },
    "AcpiGbl_NsProperties": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584061088
    },
    "AcpiGbl_NsTypeNames": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584061184
    },
    "AcpiGbl_OpTypeDispatch": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071584044528
    },
    "AcpiGbl_OperandCache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEMORY_LIST"
        }
      },
      "address": 18446744071610598856
    },
    "AcpiGbl_OriginalDbgLayer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599772
    },
    "AcpiGbl_OriginalDbgLevel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599768
    },
    "AcpiGbl_OriginalDsdtHeader": {
      "type": {
        "kind": "struct",
        "name": "ACPI_TABLE_HEADER"
      },
      "address": 18446744071610598488
    },
    "AcpiGbl_OriginalMode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599460
    },
    "AcpiGbl_OsiData": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598104
    },
    "AcpiGbl_OsiMutex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610598792
    },
    "AcpiGbl_OwnerIdMask": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071610598944
    },
    "AcpiGbl_Pm1EnableRegisterSave": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071610599472
    },
    "AcpiGbl_PreDefinedNames": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PREDEFINED_NAMES"
        }
      },
      "address": 18446744071584063008
    },
    "AcpiGbl_PredefinedMethods": {
      "type": {
        "count": 339,
        "kind": "array",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PREDEFINED_INFO"
        }
      },
      "address": 18446744071584050976
    },
    "AcpiGbl_PsFindCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599468
    },
    "AcpiGbl_PsNodeCache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEMORY_LIST"
        }
      },
      "address": 18446744071610598840
    },
    "AcpiGbl_PsNodeExtCache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEMORY_LIST"
        }
      },
      "address": 18446744071610598848
    },
    "AcpiGbl_ReducedHardware": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598105
    },
    "AcpiGbl_RefClassNames": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584061568
    },
    "AcpiGbl_ReferenceCountLock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610598784
    },
    "AcpiGbl_RegionTypes": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608313344
    },
    "AcpiGbl_ResourceAmlSerialBusSizes": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584063507
    },
    "AcpiGbl_ResourceAmlSizes": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584063472
    },
    "AcpiGbl_ResourceStructSerialBusSizes": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584058440
    },
    "AcpiGbl_ResourceStructSizes": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584058400
    },
    "AcpiGbl_ResourceTypes": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584063520
    },
    "AcpiGbl_RootNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 18446744071610599552
    },
    "AcpiGbl_RootNodeStruct": {
      "type": {
        "kind": "struct",
        "name": "ACPI_NAMESPACE_NODE"
      },
      "address": 18446744071610599504
    },
    "AcpiGbl_RootTableList": {
      "type": {
        "kind": "struct",
        "name": "ACPI_TABLE_LIST"
      },
      "address": 18446744071610598456
    },
    "AcpiGbl_RuntimeNamespaceOverride": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313445
    },
    "AcpiGbl_SciHandlerList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SCI_HANDLER_INFO"
        }
      },
      "address": 18446744071610598936
    },
    "AcpiGbl_SetResourceDispatch": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "acpi_rsconvert_info"
          }
        }
      },
      "address": 18446744071608312800
    },
    "AcpiGbl_ShortOpIndex": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584056528
    },
    "AcpiGbl_Shutdown": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313484
    },
    "AcpiGbl_SleepStateNames": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608313488
    },
    "AcpiGbl_SleepTypeA": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599584
    },
    "AcpiGbl_SleepTypeAS0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599586
    },
    "AcpiGbl_SleepTypeB": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599585
    },
    "AcpiGbl_SleepTypeBS0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599587
    },
    "AcpiGbl_StartupFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610598136
    },
    "AcpiGbl_StateCache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEMORY_LIST"
        }
      },
      "address": 18446744071610598832
    },
    "AcpiGbl_StepToNextCall": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610599475
    },
    "AcpiGbl_SupportedInterfaces": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_INTERFACE_INFO"
        }
      },
      "address": 18446744071610599480
    },
    "AcpiGbl_SystemAwakeAndRunning": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598448
    },
    "AcpiGbl_TableHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610598912
    },
    "AcpiGbl_TableHandlerContext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610598920
    },
    "AcpiGbl_TraceDbgLayer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313456
    },
    "AcpiGbl_TraceDbgLevel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313452
    },
    "AcpiGbl_TraceFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610598108
    },
    "AcpiGbl_TraceMethodName": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610598112
    },
    "AcpiGbl_TraceMethodObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 18446744071610598088
    },
    "AcpiGbl_TruncateIoAddresses": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598101
    },
    "AcpiGbl_UpperHexDigits": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584062976
    },
    "AcpiGbl_Use32BitFacsAddresses": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313444
    },
    "AcpiGbl_Use32BitFadtAddresses": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610598100
    },
    "AcpiGbl_UseDefaultRegisterWidths": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608313442
    },
    "AcpiGbl_XFacsIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608313476
    },
    "AcpiGbl_XPm1aEnable": {
      "type": {
        "kind": "struct",
        "name": "ACPI_GENERIC_ADDRESS"
      },
      "address": 18446744071610598548
    },
    "AcpiGbl_XPm1aStatus": {
      "type": {
        "kind": "struct",
        "name": "ACPI_GENERIC_ADDRESS"
      },
      "address": 18446744071610598536
    },
    "AcpiGbl_XPm1bEnable": {
      "type": {
        "kind": "struct",
        "name": "ACPI_GENERIC_ADDRESS"
      },
      "address": 18446744071610598572
    },
    "AcpiGbl_XPm1bStatus": {
      "type": {
        "kind": "struct",
        "name": "ACPI_GENERIC_ADDRESS"
      },
      "address": 18446744071610598560
    },
    "AcpiGetCurrentResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366432
    },
    "AcpiGetData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566346912
    },
    "AcpiGetDevices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566346176
    },
    "AcpiGetEventResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366784
    },
    "AcpiGetEventStatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282304
    },
    "AcpiGetGpeDevice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284640
    },
    "AcpiGetGpeStatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566283776
    },
    "AcpiGetHandle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566347040
    },
    "AcpiGetIrqRoutingTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366320
    },
    "AcpiGetName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566347216
    },
    "AcpiGetNextObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566349024
    },
    "AcpiGetObjectInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566347360
    },
    "AcpiGetParent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566348896
    },
    "AcpiGetPossibleResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366544
    },
    "AcpiGetSleepTypeData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566322864
    },
    "AcpiGetStatistics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400032
    },
    "AcpiGetSystemInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399920
    },
    "AcpiGetTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566376848
    },
    "AcpiGetTableByIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566377104
    },
    "AcpiGetTableHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566376592
    },
    "AcpiGetTimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566320800
    },
    "AcpiGetTimerDuration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566320880
    },
    "AcpiGetTimerResolution": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566320752
    },
    "AcpiGetType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566348784
    },
    "AcpiGetVendorResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566367200
    },
    "AcpiGpeCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599732
    },
    "AcpiHwCheckAllGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566317104
    },
    "AcpiHwClearAcpiStatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566318848
    },
    "AcpiHwClearGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316320
    },
    "AcpiHwClearGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316704
    },
    "AcpiHwDerivePciId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566317296
    },
    "AcpiHwDisableAllGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316912
    },
    "AcpiHwDisableGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316608
    },
    "AcpiHwEnableAllRuntimeGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316944
    },
    "AcpiHwEnableAllWakeupGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316976
    },
    "AcpiHwEnableRuntimeGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316800
    },
    "AcpiHwEnableWakeupGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566317008
    },
    "AcpiHwExecuteSleepMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566315392
    },
    "AcpiHwExtendedSleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566315504
    },
    "AcpiHwExtendedWake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566315744
    },
    "AcpiHwExtendedWakePrep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566315696
    },
    "AcpiHwGetAccessBitWidth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566318048
    },
    "AcpiHwGetBitRegisterInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566319440
    },
    "AcpiHwGetGpeBlockStatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566317152
    },
    "AcpiHwGetGpeRegisterBit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316080
    },
    "AcpiHwGetGpeStatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316368
    },
    "AcpiHwGetMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566315312
    },
    "AcpiHwLegacySleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566320016
    },
    "AcpiHwLegacyWake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566320512
    },
    "AcpiHwLegacyWakePrep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566320368
    },
    "AcpiHwLowSetGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566316112
    },
    "AcpiHwRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566318256
    },
    "AcpiHwReadPort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566321008
    },
    "AcpiHwRegisterRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566319584
    },
    "AcpiHwRegisterWrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566319008
    },
    "AcpiHwSetMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314960
    },
    "AcpiHwValidateRegister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566317856
    },
    "AcpiHwWrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566318592
    },
    "AcpiHwWritePm1Control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566319504
    },
    "AcpiHwWritePort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566321744
    },
    "AcpiInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566401456
    },
    "AcpiInitializeObjects": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402368
    },
    "AcpiInitializeSubsystem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402000
    },
    "AcpiInitializeTables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566376112
    },
    "AcpiInstallAddressSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284752
    },
    "AcpiInstallExceptionHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566279856
    },
    "AcpiInstallFixedEventHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566280464
    },
    "AcpiInstallGlobalEventHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566280352
    },
    "AcpiInstallGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284208
    },
    "AcpiInstallGpeHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566280832
    },
    "AcpiInstallGpeRawHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566281248
    },
    "AcpiInstallInitializationHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400112
    },
    "AcpiInstallInterface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400224
    },
    "AcpiInstallInterfaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400448
    },
    "AcpiInstallMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566348304
    },
    "AcpiInstallNotifyHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566278704
    },
    "AcpiInstallPhysicalTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378176
    },
    "AcpiInstallSciHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566279936
    },
    "AcpiInstallTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378128
    },
    "AcpiInstallTableHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566377216
    },
    "AcpiIsValidSpaceId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566314928
    },
    "AcpiLeaveSleepState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566323792
    },
    "AcpiLeaveSleepStatePrep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566323760
    },
    "AcpiLoadTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378224
    },
    "AcpiLoadTables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566377408
    },
    "AcpiMarkGpeForWake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566283056
    },
    "AcpiMaskGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282944
    },
    "AcpiMethodCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599728
    },
    "AcpiNsAttachData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333360
    },
    "AcpiNsAttachObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566332816
    },
    "AcpiNsBuildInternalName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566342448
    },
    "AcpiNsBuildNormalizedPath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566331600
    },
    "AcpiNsBuildPrefixedPathname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566332192
    },
    "AcpiNsCheckAcpiCompliance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566327152
    },
    "AcpiNsCheckArgumentCount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566327408
    },
    "AcpiNsCheckArgumentTypes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566326896
    },
    "AcpiNsCheckObjectType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566334496
    },
    "AcpiNsCheckPackage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566335024
    },
    "AcpiNsCheckPackageList": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566336800
    },
    "AcpiNsCheckReturnValue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566334304
    },
    "AcpiNsComplexRepairs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566338880
    },
    "AcpiNsConvertToBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566328160
    },
    "AcpiNsConvertToInteger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566327664
    },
    "AcpiNsConvertToReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566328752
    },
    "AcpiNsConvertToResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566328656
    },
    "AcpiNsConvertToString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566327952
    },
    "AcpiNsConvertToUnicode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566328512
    },
    "AcpiNsCreateNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566325600
    },
    "AcpiNsDeleteChildren": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566326096
    },
    "AcpiNsDeleteNamespaceByOwner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566326464
    },
    "AcpiNsDeleteNamespaceSubtree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566326304
    },
    "AcpiNsDeleteNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566325648
    },
    "AcpiNsDetachData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333504
    },
    "AcpiNsDetachObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333072
    },
    "AcpiNsEvaluate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566328992
    },
    "AcpiNsExecuteTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333648
    },
    "AcpiNsExternalizeName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566343184
    },
    "AcpiNsFindIniMethods": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566330704
    },
    "AcpiNsGetAttachedData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333600
    },
    "AcpiNsGetAttachedObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333216
    },
    "AcpiNsGetDeviceCallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566346304
    },
    "AcpiNsGetExternalPathname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566331280
    },
    "AcpiNsGetInternalNameLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566342288
    },
    "AcpiNsGetNextNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566344304
    },
    "AcpiNsGetNextNodeTyped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566344336
    },
    "AcpiNsGetNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566344096
    },
    "AcpiNsGetNodeUnlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566343920
    },
    "AcpiNsGetNormalizedPathname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566331392
    },
    "AcpiNsGetPathnameLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566331520
    },
    "AcpiNsGetSecondaryObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333312
    },
    "AcpiNsGetType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566342144
    },
    "AcpiNsHandleToName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566331984
    },
    "AcpiNsHandleToPathname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566332064
    },
    "AcpiNsInitOneDevice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566330784
    },
    "AcpiNsInitOneObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566329840
    },
    "AcpiNsInitOnePackage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566331056
    },
    "AcpiNsInitializeDevices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566330208
    },
    "AcpiNsInitializeObjects": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566329680
    },
    "AcpiNsInstallNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566325984
    },
    "AcpiNsInternalizeName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566342896
    },
    "AcpiNsLoadTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566331136
    },
    "AcpiNsLocal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566342208
    },
    "AcpiNsLookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566324544
    },
    "AcpiNsNormalizePathname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566332544
    },
    "AcpiNsOneCompleteParse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566333968
    },
    "AcpiNsOpensScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566343856
    },
    "AcpiNsParseTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566334288
    },
    "AcpiNsPrintNodePathname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566342016
    },
    "AcpiNsRemoveNode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566325792
    },
    "AcpiNsRemoveNullElements": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566338704
    },
    "AcpiNsRepairNullElement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566338496
    },
    "AcpiNsRepair_ALR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566339072
    },
    "AcpiNsRepair_CID": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566339344
    },
    "AcpiNsRepair_CST": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566339504
    },
    "AcpiNsRepair_FDE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566340128
    },
    "AcpiNsRepair_HID": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566340336
    },
    "AcpiNsRepair_PRT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566340560
    },
    "AcpiNsRepair_PSS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566340720
    },
    "AcpiNsRepair_TSS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566341120
    },
    "AcpiNsRepairableNames": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_REPAIR_INFO"
        }
      },
      "address": 18446744071584053744
    },
    "AcpiNsRootInitialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566323824
    },
    "AcpiNsSearchAndEnter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566341520
    },
    "AcpiNsSearchOneScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566341440
    },
    "AcpiNsSimpleRepair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566337744
    },
    "AcpiNsTerminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566343792
    },
    "AcpiNsValidateHandle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566343744
    },
    "AcpiNsWalkNamespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566344400
    },
    "AcpiNsWrapWithPackage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566338624
    },
    "AcpiObjectRepairInfo": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SIMPLE_REPAIR_INFO"
        }
      },
      "address": 18446744071584053568
    },
    "AcpiOsAcquireLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159072
    },
    "AcpiOsAcquireMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567157872
    },
    "AcpiOsAcquireObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566381984
    },
    "AcpiOsAllocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154240
    },
    "AcpiOsAllocateZeroed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380128
    },
    "AcpiOsCreateCache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566381536
    },
    "AcpiOsCreateLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567158784
    },
    "AcpiOsCreateMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567157312
    },
    "AcpiOsCreateSemaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155632
    },
    "AcpiOsDeleteCache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566381744
    },
    "AcpiOsDeleteLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159024
    },
    "AcpiOsDeleteMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567157552
    },
    "AcpiOsDeleteSemaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155952
    },
    "AcpiOsEnterSleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152384
    },
    "AcpiOsExecute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154608
    },
    "AcpiOsFree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154272
    },
    "AcpiOsGetLine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152240
    },
    "AcpiOsGetPhysicalAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154336
    },
    "AcpiOsGetRootPointer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581207024
    },
    "AcpiOsGetThreadId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155168
    },
    "AcpiOsGetTimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155104
    },
    "AcpiOsInitialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581206992
    },
    "AcpiOsInstallInterruptHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152720
    },
    "AcpiOsMapMemory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154304
    },
    "AcpiOsPhysicalTableOverride": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159728
    },
    "AcpiOsPredefinedOverride": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159424
    },
    "AcpiOsPrintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155536
    },
    "AcpiOsPurgeCache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566381648
    },
    "AcpiOsReadMemory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154384
    },
    "AcpiOsReadPciConfiguration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152512
    },
    "AcpiOsReadPort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152416
    },
    "AcpiOsReadable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154352
    },
    "AcpiOsReleaseLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159168
    },
    "AcpiOsReleaseMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567158608
    },
    "AcpiOsReleaseObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566381856
    },
    "AcpiOsRemoveInterruptHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567153696
    },
    "AcpiOsSignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152336
    },
    "AcpiOsSignalSemaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567157040
    },
    "AcpiOsSleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155008
    },
    "AcpiOsStall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155152
    },
    "AcpiOsTableOverride": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159536
    },
    "AcpiOsTerminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581207008
    },
    "AcpiOsUnmapMemory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154320
    },
    "AcpiOsVprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155616
    },
    "AcpiOsWaitEventsComplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154896
    },
    "AcpiOsWaitSemaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567156288
    },
    "AcpiOsWritable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154368
    },
    "AcpiOsWriteMemory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154496
    },
    "AcpiOsWritePciConfiguration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152624
    },
    "AcpiOsWritePort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567152464
    },
    "AcpiProtectedPorts": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PORT_INFO"
        }
      },
      "address": 18446744071584050224
    },
    "AcpiProtocolLengths": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584033936
    },
    "AcpiPsAllocOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358432
    },
    "AcpiPsAppendArg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357952
    },
    "AcpiPsBuildNamedOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566353680
    },
    "AcpiPsCleanupScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357792
    },
    "AcpiPsCompleteFinalOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566355264
    },
    "AcpiPsCompleteOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566354592
    },
    "AcpiPsCompleteThisOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566355856
    },
    "AcpiPsCreateOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566354032
    },
    "AcpiPsCreateScopeOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358320
    },
    "AcpiPsDeleteParseTree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358704
    },
    "AcpiPsExecuteMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358928
    },
    "AcpiPsExecuteTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566359456
    },
    "AcpiPsFreeOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358576
    },
    "AcpiPsGetArg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357856
    },
    "AcpiPsGetArgumentCount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566355760
    },
    "AcpiPsGetDepthNext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358112
    },
    "AcpiPsGetName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358656
    },
    "AcpiPsGetNextArg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566350432
    },
    "AcpiPsGetNextNamepath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566349456
    },
    "AcpiPsGetNextNamestring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566349344
    },
    "AcpiPsGetNextPackageEnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566349200
    },
    "AcpiPsGetNextSimpleArg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566350080
    },
    "AcpiPsGetOpcodeInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566355648
    },
    "AcpiPsGetOpcodeName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566355744
    },
    "AcpiPsGetOpcodeSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566355792
    },
    "AcpiPsGetParentScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357408
    },
    "AcpiPsHasCompletedScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357424
    },
    "AcpiPsInitOp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358560
    },
    "AcpiPsInitScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357456
    },
    "AcpiPsIsLeadingChar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358624
    },
    "AcpiPsNextParseState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566356304
    },
    "AcpiPsParseAml": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566356544
    },
    "AcpiPsParseLoop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566352000
    },
    "AcpiPsPeekOpcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566355824
    },
    "AcpiPsPopScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357664
    },
    "AcpiPsPushScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566357536
    },
    "AcpiPsSetName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566358688
    },
    "AcpiPurgeCachedObjects": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400160
    },
    "AcpiPutTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566377008
    },
    "AcpiRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566322560
    },
    "AcpiReadBitRegister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566322592
    },
    "AcpiReallocateRootTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566376256
    },
    "AcpiReleaseGlobalLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566281664
    },
    "AcpiRemoveAddressSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284928
    },
    "AcpiRemoveFixedEventHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566280688
    },
    "AcpiRemoveGpeBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566284496
    },
    "AcpiRemoveGpeHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566281280
    },
    "AcpiRemoveInterface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400352
    },
    "AcpiRemoveNotifyHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566279264
    },
    "AcpiRemoveSciHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566280160
    },
    "AcpiRemoveTableHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566377328
    },
    "AcpiReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566322480
    },
    "AcpiResourceToAddress64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366896
    },
    "AcpiRsConvertAddress16": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584057024
    },
    "AcpiRsConvertAddress32": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584057056
    },
    "AcpiRsConvertAddress64": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584057088
    },
    "AcpiRsConvertAmlToResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566362944
    },
    "AcpiRsConvertAmlToResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566362304
    },
    "AcpiRsConvertCsi2SerialBus": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584059632
    },
    "AcpiRsConvertDma": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058768
    },
    "AcpiRsConvertEndDpf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058512
    },
    "AcpiRsConvertEndTag": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058520
    },
    "AcpiRsConvertExtAddress64": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584057120
    },
    "AcpiRsConvertExtIrq": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058720
    },
    "AcpiRsConvertFixedDma": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058800
    },
    "AcpiRsConvertFixedIo": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058480
    },
    "AcpiRsConvertFixedMemory32": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058864
    },
    "AcpiRsConvertGeneralFlags": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584057152
    },
    "AcpiRsConvertGenericReg": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058496
    },
    "AcpiRsConvertGpio": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584059488
    },
    "AcpiRsConvertI2cSerialBus": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584059696
    },
    "AcpiRsConvertIo": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058448
    },
    "AcpiRsConvertIoFlags": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584057216
    },
    "AcpiRsConvertMemFlags": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584057184
    },
    "AcpiRsConvertMemory24": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058832
    },
    "AcpiRsConvertMemory32": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058848
    },
    "AcpiRsConvertPinConfig": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584059968
    },
    "AcpiRsConvertPinFunction": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584059568
    },
    "AcpiRsConvertPinGroup": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584060032
    },
    "AcpiRsConvertPinGroupConfig": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584060144
    },
    "AcpiRsConvertPinGroupFunction": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584060080
    },
    "AcpiRsConvertResourceToAml": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566364112
    },
    "AcpiRsConvertResourcesToAml": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566362576
    },
    "AcpiRsConvertSpiSerialBus": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584059776
    },
    "AcpiRsConvertUartSerialBus": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584059872
    },
    "AcpiRsCreateAmlResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566362208
    },
    "AcpiRsCreatePciRoutingTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566361584
    },
    "AcpiRsCreateResourceList": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566361472
    },
    "AcpiRsDecodeBitmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566364944
    },
    "AcpiRsEncodeBitmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365008
    },
    "AcpiRsGetAddressCommon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566359712
    },
    "AcpiRsGetAeiMethodData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365936
    },
    "AcpiRsGetAmlLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566359920
    },
    "AcpiRsGetCrsMethodData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365776
    },
    "AcpiRsGetIrq": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058608
    },
    "AcpiRsGetListLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566360400
    },
    "AcpiRsGetMethodData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366016
    },
    "AcpiRsGetPciRoutingTableLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566361072
    },
    "AcpiRsGetPrsMethodData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365856
    },
    "AcpiRsGetPrtMethodData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365696
    },
    "AcpiRsGetResourceSource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365408
    },
    "AcpiRsGetStartDpf": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058528
    },
    "AcpiRsGetVendorLarge": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058892
    },
    "AcpiRsGetVendorSmall": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058880
    },
    "AcpiRsMatchVendorResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566367536
    },
    "AcpiRsMoveData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365152
    },
    "AcpiRsSetAddressCommon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566359824
    },
    "AcpiRsSetIrq": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058656
    },
    "AcpiRsSetResourceHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365344
    },
    "AcpiRsSetResourceLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365280
    },
    "AcpiRsSetResourceSource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566365632
    },
    "AcpiRsSetSrsMethodData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366096
    },
    "AcpiRsSetStartDpf": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058560
    },
    "AcpiRsSetVendor": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 18446744071584058912
    },
    "AcpiSciCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610599736
    },
    "AcpiSetCurrentResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566366656
    },
    "AcpiSetFirmwareWakingVector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566323296
    },
    "AcpiSetGpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282816
    },
    "AcpiSetGpeWakeMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566283488
    },
    "AcpiSetupGpeForWake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566283152
    },
    "AcpiSleepDispatch": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SLEEP_FUNCTIONS"
        }
      },
      "address": 0
    },
    "AcpiSubsystemStatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399888
    },
    "AcpiTbAcquireTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566367904
    },
    "AcpiTbAcquireTempTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566368064
    },
    "AcpiTbAllocateOwnerId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370208
    },
    "AcpiTbCheckDsdtHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566375088
    },
    "AcpiTbCopyDsdt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566375216
    },
    "AcpiTbCreateLocalFadt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566371392
    },
    "AcpiTbDeleteNamespaceByOwner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370080
    },
    "AcpiTbFindTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566372720
    },
    "AcpiTbGetNextTableDescriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566369856
    },
    "AcpiTbGetOwnerId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370368
    },
    "AcpiTbGetRsdpLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378544
    },
    "AcpiTbGetTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566375888
    },
    "AcpiTbInitTableDescriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566367840
    },
    "AcpiTbInitializeFacs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566374992
    },
    "AcpiTbInstallAndLoadTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370848
    },
    "AcpiTbInstallStandardTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566373664
    },
    "AcpiTbInstallTableWithOverride": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566373232
    },
    "AcpiTbInvalidateTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566368400
    },
    "AcpiTbIsTableLoaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370464
    },
    "AcpiTbLoadNamespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566377536
    },
    "AcpiTbLoadTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370640
    },
    "AcpiTbNotifyTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370816
    },
    "AcpiTbOverrideTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566373360
    },
    "AcpiTbParseFadt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566371168
    },
    "AcpiTbParseRootTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566375408
    },
    "AcpiTbPrintTableHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566374080
    },
    "AcpiTbPutTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566376000
    },
    "AcpiTbReleaseOwnerId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370288
    },
    "AcpiTbReleaseTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566368032
    },
    "AcpiTbReleaseTempTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566368320
    },
    "AcpiTbResizeRootTableList": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566369360
    },
    "AcpiTbScanMemoryForRsdp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566379328
    },
    "AcpiTbSetTableLoadedFlag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370544
    },
    "AcpiTbTerminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566369952
    },
    "AcpiTbUninstallTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566374016
    },
    "AcpiTbUnloadTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566370912
    },
    "AcpiTbValidateRsdp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378608
    },
    "AcpiTbValidateTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566368480
    },
    "AcpiTbValidateTempTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566368544
    },
    "AcpiTbVerifyTempTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566368640
    },
    "AcpiTerminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399856
    },
    "AcpiUnloadParentTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378320
    },
    "AcpiUnloadTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566378512
    },
    "AcpiUpdateAllGpes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566282464
    },
    "AcpiUpdateInterfaces": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566400544
    },
    "AcpiUtAcquireMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566392336
    },
    "AcpiUtAcquireReadLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390560
    },
    "AcpiUtAcquireWriteLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390704
    },
    "AcpiUtAddAddressRange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566379456
    },
    "AcpiUtAddReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566386496
    },
    "AcpiUtAllocateObjectDescDbg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393072
    },
    "AcpiUtAllocateOwnerId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566395568
    },
    "AcpiUtAsciiCharToHex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566388512
    },
    "AcpiUtAsciiToHexByte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566388384
    },
    "AcpiUtCheckAddressRange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566379696
    },
    "AcpiUtCheckAndRepairAscii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380832
    },
    "AcpiUtChecksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566382608
    },
    "AcpiUtConvertDecimalString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566398688
    },
    "AcpiUtConvertHexString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566398928
    },
    "AcpiUtConvertOctalString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566398448
    },
    "AcpiUtCopyEobjectToIobject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566383168
    },
    "AcpiUtCopyIelementToEelement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384176
    },
    "AcpiUtCopyIelementToIelement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384304
    },
    "AcpiUtCopyIobjectToEobject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566382720
    },
    "AcpiUtCopyIobjectToIobject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566383664
    },
    "AcpiUtCopyIsimpleToEsimple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566382864
    },
    "AcpiUtCopySimpleObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566383904
    },
    "AcpiUtCreateBufferObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393456
    },
    "AcpiUtCreateCaches": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380176
    },
    "AcpiUtCreateControlState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397840
    },
    "AcpiUtCreateGenericState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397584
    },
    "AcpiUtCreateIntegerObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393376
    },
    "AcpiUtCreateInternalObjectDbg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566392848
    },
    "AcpiUtCreatePackageObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393248
    },
    "AcpiUtCreatePkgState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397760
    },
    "AcpiUtCreateRwLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390432
    },
    "AcpiUtCreateStringObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393616
    },
    "AcpiUtCreateThreadState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397616
    },
    "AcpiUtCreateUpdateState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397712
    },
    "AcpiUtCreateUpdateStateAndPush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566391248
    },
    "AcpiUtDebugDumpBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566381504
    },
    "AcpiUtDeleteAddressLists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380000
    },
    "AcpiUtDeleteCaches": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380352
    },
    "AcpiUtDeleteGenericState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397888
    },
    "AcpiUtDeleteInternalObjectList": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384976
    },
    "AcpiUtDeleteObjectDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393152
    },
    "AcpiUtDeleteRwLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390496
    },
    "AcpiUtDetectHexPrefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399296
    },
    "AcpiUtDetectOctalPrefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399408
    },
    "AcpiUtDivide": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390976
    },
    "AcpiUtDumpBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380896
    },
    "AcpiUtDwordByteSwap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566391168
    },
    "AcpiUtEvaluateNumericObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566387680
    },
    "AcpiUtEvaluateObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566387312
    },
    "AcpiUtExecutePowerMethods": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566387840
    },
    "AcpiUtExecute_CID": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566388896
    },
    "AcpiUtExecute_CLS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566389280
    },
    "AcpiUtExecute_HID": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566388544
    },
    "AcpiUtExecute_STA": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566387760
    },
    "AcpiUtExecute_UID": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566388720
    },
    "AcpiUtExplicitStrtoul64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399744
    },
    "AcpiUtGenerateChecksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566382304
    },
    "AcpiUtGetDescriptorLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566396992
    },
    "AcpiUtGetDescriptorName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384800
    },
    "AcpiUtGetElementLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566394208
    },
    "AcpiUtGetEventName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384592
    },
    "AcpiUtGetExpectedReturnTypes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566396176
    },
    "AcpiUtGetInterface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566395184
    },
    "AcpiUtGetMutexName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384928
    },
    "AcpiUtGetNextPredefinedMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566396032
    },
    "AcpiUtGetNodeName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384720
    },
    "AcpiUtGetObjectSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393792
    },
    "AcpiUtGetObjectTypeName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384656
    },
    "AcpiUtGetReferenceName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384848
    },
    "AcpiUtGetRegionName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384512
    },
    "AcpiUtGetResourceEndTag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397120
    },
    "AcpiUtGetResourceHeaderLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397104
    },
    "AcpiUtGetResourceLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397072
    },
    "AcpiUtGetResourceType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397040
    },
    "AcpiUtGetSimpleObjectSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393904
    },
    "AcpiUtGetTypeName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384624
    },
    "AcpiUtHexToAsciiChar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566388336
    },
    "AcpiUtImplicitStrtoul64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399648
    },
    "AcpiUtInitGlobals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566389504
    },
    "AcpiUtInitializeBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380528
    },
    "AcpiUtInitializeInterfaces": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566394288
    },
    "AcpiUtInstallInterface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566394784
    },
    "AcpiUtInterfaceTerminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566394640
    },
    "AcpiUtIsPciRootBridge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566391104
    },
    "AcpiUtMatchPredefinedMethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566396080
    },
    "AcpiUtMethodError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566387136
    },
    "AcpiUtMutexInitialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566391616
    },
    "AcpiUtMutexTerminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566392064
    },
    "AcpiUtOsiImplementation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566395264
    },
    "AcpiUtPopGenericState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397552
    },
    "AcpiUtPredefinedBiosError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566386800
    },
    "AcpiUtPredefinedInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566386672
    },
    "AcpiUtPredefinedWarning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566386544
    },
    "AcpiUtPrefixedNamespaceError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566386928
    },
    "AcpiUtPrintString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397920
    },
    "AcpiUtPushGenericState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566397536
    },
    "AcpiUtReleaseMutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566392496
    },
    "AcpiUtReleaseOwnerId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566395856
    },
    "AcpiUtReleaseReadLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390640
    },
    "AcpiUtReleaseWriteLock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390736
    },
    "AcpiUtRemoveAddressRange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566379584
    },
    "AcpiUtRemoveHexPrefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399360
    },
    "AcpiUtRemoveInterface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566394912
    },
    "AcpiUtRemoveLeadingZeros": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399184
    },
    "AcpiUtRemoveReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566385072
    },
    "AcpiUtRemoveWhitespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399232
    },
    "AcpiUtRepairName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566398240
    },
    "AcpiUtSetIntegerWidth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566391184
    },
    "AcpiUtShortDivide": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390848
    },
    "AcpiUtShortMultiply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390752
    },
    "AcpiUtShortShiftLeft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390784
    },
    "AcpiUtShortShiftRight": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390816
    },
    "AcpiUtStricmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566392768
    },
    "AcpiUtStrlwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566392624
    },
    "AcpiUtStrtoul64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566399440
    },
    "AcpiUtStrupr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566392688
    },
    "AcpiUtSubsystemShutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566390224
    },
    "AcpiUtUpdateInterfaces": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566395088
    },
    "AcpiUtUpdateObjectReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566385136
    },
    "AcpiUtUpdateRefCount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566385616
    },
    "AcpiUtValidInternalObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566393760
    },
    "AcpiUtValidNameChar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380784
    },
    "AcpiUtValidNameseg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380672
    },
    "AcpiUtValidObjectType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566384960
    },
    "AcpiUtValidateBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566380480
    },
    "AcpiUtValidateException": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566388176
    },
    "AcpiUtValidateResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566396688
    },
    "AcpiUtVerifyCdatChecksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566382416
    },
    "AcpiUtVerifyChecksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566382112
    },
    "AcpiUtWalkAmlResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566396384
    },
    "AcpiUtWalkPackageTree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566391312
    },
    "AcpiWalkNamespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566345968
    },
    "AcpiWalkResourceBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566367680
    },
    "AcpiWalkResources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566367280
    },
    "AcpiWarning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566401328
    },
    "AcpiWrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566322576
    },
    "AcpiWriteBitRegister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566322672
    },
    "Acquired": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ActualSrcDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "Address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Address16": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_RESOURCE_ADDRESS16"
        }
      },
      "address": 0
    },
    "Address32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Address64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Ai": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ge25519_cached"
        }
      },
      "address": 0
    },
    "AliasNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "Allocation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "Aml": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "AmlAddress": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "AmlBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "AmlBufferLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "AmlLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "AmlOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "AmlOpStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "AmlParamCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "AmlResource": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "AML_RESOURCE"
        }
      },
      "address": 0
    },
    "AmlResourceLength": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "AmlResourceSource": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "AmlSizeNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "AmlStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "Ar9300_eeprom_template_preference": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608388960
    },
    "Arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ArgCount": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ArgDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ArgList": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "__va_list_tag"
        }
      },
      "address": 0
    },
    "ArgType": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ArgTypeList": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ArgTypes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Args": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "ArgumentCount": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Arguments": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_PARSE_OBJECT"
          }
        }
      },
      "address": 0
    },
    "AsciiString": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "B": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "BIT_initDStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566940208
    },
    "BIT_mask": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584074176
    },
    "BIT_reloadDStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566903552
    },
    "BUS_ADD_CHILD": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568607920
    },
    "BUS_RESCAN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860416
    },
    "BUS_RESET_CHILD": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860592
    },
    "BUS_RESUME_CHILD": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843744
    },
    "BUS_SETUP_INTR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571783232
    },
    "BUS_SUSPEND_CHILD": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843664
    },
    "BWeight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Bi": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ge25519_precomp"
        }
      },
      "address": 18446744071585362256
    },
    "Bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "BitCount": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "BitLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "BitOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "BitRegInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_BIT_REGISTER_INFO"
        }
      },
      "address": 0
    },
    "BitWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "BitsSet": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "BufChar": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Buffer": {
      "type": {
        "count": 100,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "BufferDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "BufferLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "BufferObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "BufferOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "BufferPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "BufferSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "BufferSizeNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "BufferSpaceNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "BufferTailBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "BusNumber": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ByteAlignment": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ByteBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ByteCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ByteList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ByteListLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ByteWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ByteZeroMask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "C": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "C7M_754": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153840
    },
    "C7M_764": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153760
    },
    "C7M_765": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153680
    },
    "C7M_770_ULV": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610154176
    },
    "C7M_771": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610154000
    },
    "C7M_772_ULV": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610154064
    },
    "C7M_775_ULV": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153920
    },
    "C7M_779_ULV": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610154128
    },
    "C7M_784": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153584
    },
    "C7M_785": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153488
    },
    "C7M_794": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153392
    },
    "C7M_795": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153296
    },
    "CADDR1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613484088
    },
    "CDB": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "CHANNEL_SETSPEED": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572587680
    },
    "CH_TIMEOUT_EXCHANGE_MEDIUM": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CH_TIMEOUT_INITIALIZE_ELEMENT_STATUS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CH_TIMEOUT_MODE_SENSE": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CH_TIMEOUT_MOVE_MEDIUM": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CH_TIMEOUT_POSITION_TO_ELEMENT": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CH_TIMEOUT_READ_ELEMENT_STATUS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CH_TIMEOUT_SEND_VOLTAG": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CISS_MALLOC_CLASS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608423248
    },
    "CISS_MALLOC_CLASS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608422960
    },
    "CISS_MALLOC_CLASS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608422984
    },
    "CLOCK_RATE": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584186192
    },
    "CLOOP_MAGIC_START": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609609216
    },
    "CMAP1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613484080
    },
    "CPUFREQ_DRV_SET": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575157456
    },
    "CRC32_POLY": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CState1": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "CState2": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "CTXp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ctxinfo"
        }
      },
      "address": 0
    },
    "CTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "CTableSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "CTable_LitLength": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "CTable_MatchLength": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "CTable_OffsetBits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "Cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEMORY_LIST"
        }
      },
      "address": 0
    },
    "Camellia_DecryptBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990192
    },
    "Camellia_Ekeygen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566989872
    },
    "Camellia_EncryptBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990048
    },
    "CharBuf": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "Checksum": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Child": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ChildNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "ChildType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Cid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PNP_DEVICE_ID_LIST"
        }
      },
      "address": 0
    },
    "CidList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PNP_DEVICE_ID_LIST"
        }
      },
      "address": 0
    },
    "CidListSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CidObjects": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "ClassCode": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "Cls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PNP_DEVICE_ID"
        }
      },
      "address": 0
    },
    "ClsObjects": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "Compaq_Armada_3500": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114464
    },
    "Compaq_Armada_6500": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114544
    },
    "Compaq_M500": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114624
    },
    "Compaq_Panther": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114704
    },
    "Compaq_Presario_1692": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114800
    },
    "Compaq_Presario_1925": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584114928
    },
    "Compaq_R3000Z": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115008
    },
    "Compaq_RaceBait": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115200
    },
    "Compaq_Thunder": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115104
    },
    "Compare": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "Context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_CONNECTION_INFO"
        }
      },
      "address": 0
    },
    "ContextLocked": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ContextMutex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ControlState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_GENERIC_STATE"
        }
      },
      "address": 0
    },
    "ConversionTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_rsconvert_info"
        }
      },
      "address": 0
    },
    "ConvertedInteger": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "CopySize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Counting1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "Counting2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "Counting3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "Counting4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "Crc16Table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585283696
    },
    "Ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_FFH_INFO"
        }
      },
      "address": 0
    },
    "CurrentDevice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "CurrentNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "CurrentObjDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "CurrentResourcePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "CurrentTableCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "CurrentValue": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "D": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "D256": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "D4": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "DELAY": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581354080
    },
    "DEVICE_PROBE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833600
    },
    "DElt": {
      "type": {
        "kind": "struct",
        "name": "HUF_DEltX2"
      },
      "address": 0
    },
    "DEltX2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "DInfo": {
      "type": {
        "kind": "struct",
        "name": "FSE_decode_t"
      },
      "address": 0
    },
    "DMPDPphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484616
    },
    "DMPDkernphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "DMPDphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484728
    },
    "DTable": {
      "type": {
        "count": 4097,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "DTableH": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol_header"
        }
      },
      "address": 0
    },
    "DTableRankEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HUF_DEltX2"
        }
      },
      "address": 0
    },
    "DTime0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DTime1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Data": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "DataDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "DataLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DatumCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DdbHandle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "DebugFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DecimalLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DeletionNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "Dell_CPt": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115360
    },
    "Dell_CPt_A02": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115440
    },
    "Dell_CPxxx": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115280
    },
    "Dell_Inspiron_3500": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115568
    },
    "Dell_Latitude_LT": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115520
    },
    "Dell_PE1300": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115616
    },
    "Dell_PE1300_2": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115696
    },
    "DeltaTicks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "DescriptorLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Dest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "Destination": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "DeviceNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "Digit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "DigitsNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DisplayDataOnly": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DoNoTrailing": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "DwordBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "EEP_MAC": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "EMPTY_BLOCK": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609883608
    },
    "EMPTY_MAC": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585320960
    },
    "ERR_getErrorString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566448272
    },
    "ESTprocs": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cpu_info"
        }
      },
      "address": 18446744071587089024
    },
    "EXEC": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "EbdaWindowSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "EcAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "EcCommand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567222544
    },
    "EcData": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "EcGpeHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567220352
    },
    "EcGpeQueryHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567221728
    },
    "EcSpaceHandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567220480
    },
    "EcSpaceSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567221696
    },
    "EcStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "EcWaitEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567222768
    },
    "EcWaitEvent.no_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610618792
    },
    "Element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ElementCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ElementPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "Elements": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "EnableMask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "EnableReg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Enabled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "EnabledStatusByte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "End": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "EndAddress": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "EndAml": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "EndTag": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "EntryType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Exception": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_EXCEPTION_INFO"
        }
      },
      "address": 0
    },
    "ExpectedCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ExternalName": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ExternalObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OBJECT"
        }
      },
      "address": 0
    },
    "ExternalPath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ExtraDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ExtraOp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ExtraStructBytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "FIC_PA2013": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115776
    },
    "FIC_VB601": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115856
    },
    "FSCT": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "FSCTptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "FSE_NCountWriteBound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566518704
    },
    "FSE_buildCTable_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566520720
    },
    "FSE_buildCTable_rle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566520960
    },
    "FSE_buildCTable_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566517712
    },
    "FSE_buildDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445296
    },
    "FSE_buildDTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566436256
    },
    "FSE_buildDTable_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566437056
    },
    "FSE_buildDTable_rle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566437024
    },
    "FSE_buildDTable_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566436240
    },
    "FSE_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566522848
    },
    "FSE_compress2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566522784
    },
    "FSE_compressBound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566522144
    },
    "FSE_compress_usingCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566521008
    },
    "FSE_compress_usingCTable_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566521040
    },
    "FSE_compress_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566522176
    },
    "FSE_createCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566519488
    },
    "FSE_createDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566436160
    },
    "FSE_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445344
    },
    "FSE_decompress_usingDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566437136
    },
    "FSE_decompress_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566439616
    },
    "FSE_decompress_wksp_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566439648
    },
    "FSE_decompress_wksp_body_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566442544
    },
    "FSE_freeCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566519552
    },
    "FSE_freeDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566436208
    },
    "FSE_getErrorName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445424
    },
    "FSE_isError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445408
    },
    "FSE_normalizeCount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566519760
    },
    "FSE_normalizeCount.rtbTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048800
    },
    "FSE_optimalTableLog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566519664
    },
    "FSE_optimalTableLog_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566519584
    },
    "FSE_readNCount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566447088
    },
    "FSE_readNCount_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445504
    },
    "FSE_readNCount_body_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566446304
    },
    "FSE_versionNumber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445392
    },
    "FSE_writeNCount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566518736
    },
    "FSE_writeNCount_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566518816
    },
    "FWeight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Facs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_FACS"
        }
      },
      "address": 0
    },
    "FadtDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_DESC"
        }
      },
      "address": 0
    },
    "FadtInfoTable": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_FADT_INFO"
        }
      },
      "address": 18446744071584060240
    },
    "FadtPmInfoTable": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_FADT_PM_INFO"
        }
      },
      "address": 0
    },
    "Fatal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SIGNAL_FATAL_INFO"
        }
      },
      "address": 0
    },
    "Field": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "FieldDatumCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "FieldFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "FieldOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "FinalStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "FirstArg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "First_NFCal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568185136
    },
    "FixedEnable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "FixedStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "FlagsMode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Format": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Found": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "FoundBadChar": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "FreeBufferOnError": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Fujitsu_Capricorn": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115936
    },
    "Fujitsu_Elm": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116176
    },
    "Fujitsu_M63E": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584115984
    },
    "Fujitsu_M65": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116032
    },
    "Fujitsu_Maple": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116304
    },
    "Fujitsu_Sprint": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116080
    },
    "Fujitsu_Sycamore": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116432
    },
    "Fujitsu_Tandem": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116128
    },
    "Fujitsu_V66NAS": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116560
    },
    "FullPath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "FullPathname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "Function": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "FwReadySignature": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "GBT_AWRDACPI": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117008
    },
    "GET_LE64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582281296
    },
    "GNU_ABI_VENDOR": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585164780
    },
    "GNU_KFREEBSD_ABI_DESC": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "G_PART_ADD": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574815824
    },
    "G_PART_DUMPTO": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574816576
    },
    "G_PART_FULLNAME": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574815920
    },
    "G_PART_READ": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574806416
    },
    "G_PART_TYPE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574816272
    },
    "Gateway_E1200": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116608
    },
    "Gateway_E1400": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116688
    },
    "Gateway_Profile": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116768
    },
    "Gateway_Solo": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116848
    },
    "Giant": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071608216512
    },
    "Gigabyte_Award": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584116928
    },
    "GpeBlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_BLOCK_INFO"
        }
      },
      "address": 0
    },
    "GpeDevice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "GpeEnabledCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "GpeEventInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_EVENT_INFO"
        }
      },
      "address": 0
    },
    "GpeHandlerInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_HANDLER_INFO"
        }
      },
      "address": 0
    },
    "GpeIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "GpeInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_EVENT_INFO"
        }
      },
      "address": 0
    },
    "GpeNumber": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "GpeNumberMax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "GpeRegisterInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_REGISTER_INFO"
        }
      },
      "address": 0
    },
    "GpeXrupt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_XRUPT_INFO"
        }
      },
      "address": 0
    },
    "GpeXruptBlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_XRUPT_INFO"
        }
      },
      "address": 0
    },
    "GpeXruptInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_XRUPT_INFO"
        }
      },
      "address": 0
    },
    "GpeXruptList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_XRUPT_INFO"
        }
      },
      "address": 0
    },
    "HDAC_CODEC_COMMAND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572332672
    },
    "HDA_COLORS": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584989952
    },
    "HDA_CONNECTORS": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584990080
    },
    "HDA_CONNS": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584990848
    },
    "HDA_DEVS": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584990208
    },
    "HDA_GPIO_ACTIONS": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584990880
    },
    "HDA_HDMI_CODING_TYPES": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584994544
    },
    "HDA_LOCS": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584990336
    },
    "HIST_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566524800
    },
    "HIST_countFast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566524512
    },
    "HIST_countFast_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566523168
    },
    "HIST_count_parallel_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566523488
    },
    "HIST_count_simple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566522928
    },
    "HIST_count_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566524176
    },
    "HIST_isError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566522912
    },
    "HP_Ashaki": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117376
    },
    "HP_HPBDD": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117456
    },
    "HP_HPCCD_HX": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117536
    },
    "HP_Kayak_XUMP": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117616
    },
    "HP_LH_4": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117696
    },
    "HP_Puma": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117776
    },
    "HP_Scimitar": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117856
    },
    "HUF_buildCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538704
    },
    "HUF_buildCTable_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566527152
    },
    "HUF_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538880
    },
    "HUF_compress1X": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538752
    },
    "HUF_compress1X_repeat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538560
    },
    "HUF_compress1X_usingCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566529712
    },
    "HUF_compress1X_usingCTable_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566529728
    },
    "HUF_compress1X_usingCTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566529744
    },
    "HUF_compress1X_usingCTable_internal_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566539360
    },
    "HUF_compress1X_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566537472
    },
    "HUF_compress2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538816
    },
    "HUF_compress4X_repeat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538656
    },
    "HUF_compress4X_usingCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566537056
    },
    "HUF_compress4X_usingCTable_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566537072
    },
    "HUF_compress4X_usingCTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566537088
    },
    "HUF_compress4X_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538608
    },
    "HUF_compressBound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566529680
    },
    "HUF_compressCTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566546752
    },
    "HUF_compress_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566537520
    },
    "HUF_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566938672
    },
    "HUF_decompress.decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584083056
    },
    "HUF_decompress1X1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566937488
    },
    "HUF_decompress1X1_DCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566937344
    },
    "HUF_decompress1X1_DCtx_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566918160
    },
    "HUF_decompress1X1_DCtx_wksp_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566936768
    },
    "HUF_decompress1X1_usingDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566917232
    },
    "HUF_decompress1X1_usingDTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566917264
    },
    "HUF_decompress1X1_usingDTable_internal_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566939360
    },
    "HUF_decompress1X2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566937856
    },
    "HUF_decompress1X2_DCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566937712
    },
    "HUF_decompress1X2_DCtx_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566927456
    },
    "HUF_decompress1X2_usingDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566925936
    },
    "HUF_decompress1X2_usingDTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566925984
    },
    "HUF_decompress1X2_usingDTable_internal_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566946592
    },
    "HUF_decompress1X_DCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566939312
    },
    "HUF_decompress1X_DCtx_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566936336
    },
    "HUF_decompress1X_usingDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566935808
    },
    "HUF_decompress1X_usingDTable_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566936736
    },
    "HUF_decompress4X1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566938176
    },
    "HUF_decompress4X1_DCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566938032
    },
    "HUF_decompress4X1_DCtx_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566923808
    },
    "HUF_decompress4X1_usingDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566918304
    },
    "HUF_decompress4X1_usingDTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566918336
    },
    "HUF_decompress4X1_usingDTable_internal_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566940512
    },
    "HUF_decompress4X2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566938496
    },
    "HUF_decompress4X2_DCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566938352
    },
    "HUF_decompress4X2_DCtx_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566935664
    },
    "HUF_decompress4X2_usingDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566927600
    },
    "HUF_decompress4X2_usingDTable_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566927648
    },
    "HUF_decompress4X2_usingDTable_internal_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566948016
    },
    "HUF_decompress4X_DCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566938880
    },
    "HUF_decompress4X_hufOnly": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566939264
    },
    "HUF_decompress4X_hufOnly_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566935984
    },
    "HUF_decompress4X_hufOnly_wksp_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566936944
    },
    "HUF_decompress4X_usingDTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566935840
    },
    "HUF_decompress4X_usingDTable_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566936912
    },
    "HUF_estimateCompressedSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566529536
    },
    "HUF_fillDTableX2ForWeight": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566945520
    },
    "HUF_getErrorName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445472
    },
    "HUF_getNbBitsFromCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566527136
    },
    "HUF_isError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566445456
    },
    "HUF_optimalTableLog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566525120
    },
    "HUF_readCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566526208
    },
    "HUF_readDTableX1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566937296
    },
    "HUF_readDTableX1_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566915088
    },
    "HUF_readDTableX1_wksp_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566915104
    },
    "HUF_readDTableX2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566937664
    },
    "HUF_readDTableX2_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566923952
    },
    "HUF_readDTableX2_wksp_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566923968
    },
    "HUF_readStats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566447104
    },
    "HUF_readStats_body_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566447728
    },
    "HUF_readStats_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566447152
    },
    "HUF_selectDecoder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566935872
    },
    "HUF_simpleQuickSort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566538944
    },
    "HUF_validateCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566529600
    },
    "HUF_writeCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566526128
    },
    "HUF_writeCTable_wksp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566525136
    },
    "HYPERVISOR_shared_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shared_info_t"
        }
      },
      "address": 18446744071613399224
    },
    "Handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "Handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_HANDLER_INFO"
        }
      },
      "address": 0
    },
    "HandlerDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "HandlerListHead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "HandlerListId": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "HandlerObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "HasPrefix": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_HEADER"
        }
      },
      "address": 0
    },
    "HexLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Hid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PNP_DEVICE_ID"
        }
      },
      "address": 0
    },
    "Hitachi_Flora_220CX": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117088
    },
    "Hitachi_Flora_220MP": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117168
    },
    "Hitachi_Flora_270EX": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117216
    },
    "Hitachi_Flora_270VX_NH7": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117296
    },
    "HostDiag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "IBM_Aptiva_145": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584117936
    },
    "IBM_TP240_SandShark": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118016
    },
    "ICMP_CSUM": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "IEEE80211_RATECTL_AMRR_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577186224
    },
    "IEEE80211_RATECTL_NONE_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377008
    },
    "IEEE80211_RATECTL_RSSADAPT_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577380112
    },
    "IFDI_ATTACH_POST": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576997856
    },
    "IFDI_I2C_REQ": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577038608
    },
    "IFDI_MSIX_INTR_ASSIGN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576997440
    },
    "IFDI_PROMISC_SET": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577038528
    },
    "IFDI_RX_QUEUES_ALLOC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577039728
    },
    "IFDI_TX_QUEUES_ALLOC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577039600
    },
    "IOCInitMsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI2_IOC_INIT_REQUEST"
        }
      },
      "address": 0
    },
    "IOC_Diag": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "Error_Map"
        }
      },
      "address": 0
    },
    "IOC_Event": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "Error_Map"
        }
      },
      "address": 18446744071584871504
    },
    "IOC_Func": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "Error_Map"
        }
      },
      "address": 18446744071584871856
    },
    "IOC_SCSIState": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "Error_Map"
        }
      },
      "address": 0
    },
    "IOC_SCSIStatus": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "Error_Map"
        }
      },
      "address": 18446744071584871696
    },
    "IOC_SCSITMType": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "Error_Map"
        }
      },
      "address": 18446744071584872864
    },
    "IOC_Status": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "Error_Map"
        }
      },
      "address": 18446744071584872096
    },
    "IP_CSUM": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "In": {
      "type": {
        "kind": "union",
        "name": "unnamed_948f502ddd3fcf41"
      },
      "address": 0
    },
    "InByte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "InEnable": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "InStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "InValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PKG_INFO"
        }
      },
      "address": 0
    },
    "InfoPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SYSTEM_INFO"
        }
      },
      "address": 0
    },
    "InfoSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "InitVal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PREDEFINED_NAMES"
        }
      },
      "address": 0
    },
    "InitialPosition": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "InputBufferLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "InputPath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "IntStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Integer0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Integer1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "IntegerDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "Intel_Kauai": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118096
    },
    "Intel_L440GX": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118144
    },
    "Intel_OR840": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118224
    },
    "Intel_Seattle2": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118304
    },
    "InterfaceHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "InterfaceInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_INTERFACE_INFO"
        }
      },
      "address": 0
    },
    "InternalName": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "InternalObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "InternalObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "InternalPath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "InterpreterMode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_ac08d2b7ed5274c1"
      },
      "address": 0
    },
    "InterruptHandled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "InterruptOverride": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610617160
    },
    "IsBridge": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "IsIdentical": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "IsLoaded": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "IsPollingNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ItemCount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Iwill_DBS100": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118384
    },
    "K": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071584098048
    },
    "KERNend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484104
    },
    "KPDPphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484600
    },
    "KPDphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484736
    },
    "KPML4phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484160
    },
    "KPML5phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484632
    },
    "KPTphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484128
    },
    "Kdd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "Kid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "Kpd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "L": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584048448
    },
    "L1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "L2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "L3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "L4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "LINKER_LOOKUP_SYMBOL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575384192
    },
    "LINKER_SYMBOL_VALUES": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575384288
    },
    "LINKER_UNLOAD": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575377968
    },
    "LL_Code": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584078288
    },
    "LL_base": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584079792
    },
    "LL_bits": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584079936
    },
    "LL_defaultDTable": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 18446744071584079984
    },
    "LL_defaultNorm": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071584073920
    },
    "LL_defaultNormLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "LL_deltaCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "LLtype": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d630dc7c7ed34c48"
      },
      "address": 0
    },
    "LMI_ticker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577495856
    },
    "LastAddress": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "LastObjDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "LastObjPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "Left": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "Length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Length0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Length1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Level": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "LineBuffer_P": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ListElement": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PCI_DEVICE"
        }
      },
      "address": 0
    },
    "ListHead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PCI_DEVICE"
        }
      },
      "address": 0
    },
    "ListSizeNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "LocalEventStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "LocalFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "LocalHeader": {
      "type": {
        "kind": "struct",
        "name": "ACPI_TABLE_HEADER"
      },
      "address": 0
    },
    "LocalInterpreterMode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_ac08d2b7ed5274c1"
      },
      "address": 0
    },
    "LocalObjDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "LocalOperand0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "LocalOperand1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "LocalRegionContext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DATA_TABLE_MAPPING"
        }
      },
      "address": 0
    },
    "LocalResult": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "LocalValue": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "LockFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "LogicalAddrPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "LogicalAddress": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "LogicalResult": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "MBs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "MD5Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575789152
    },
    "MD5Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575786848
    },
    "MD5Transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575787104
    },
    "MD5Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575786896
    },
    "MIIBUS_READREG": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570328944
    },
    "MIIBUS_WRITEREG": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570266320
    },
    "MINRECLEN": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "MIXER_SET": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572556528
    },
    "ML_Code": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584078416
    },
    "ML_base": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584080944
    },
    "ML_bits": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584081168
    },
    "ML_defaultDTable": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 18446744071584081232
    },
    "ML_defaultNorm": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071584074064
    },
    "ML_defaultNormLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ML_deltaCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "MLtype": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d630dc7c7ed34c48"
      },
      "address": 0
    },
    "MMCBUS_RELEASE_BUS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570401536
    },
    "MR_BuildRaidContext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570769472
    },
    "MR_GetLDTgtId": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570767168
    },
    "MR_GetPhyParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570773168
    },
    "MR_GetSpanBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570775248
    },
    "MR_LdBlockSizeGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570767216
    },
    "MR_LdRaidGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570767136
    },
    "MR_TargetIdToLdGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570767200
    },
    "MR_ValidateMapInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570767280
    },
    "MSIxIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "M_80211_ACL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609848816
    },
    "M_80211_ACL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609848640
    },
    "M_80211_ACL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609848664
    },
    "M_80211_CRYPTO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609849936
    },
    "M_80211_CRYPTO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850048
    },
    "M_80211_CRYPTO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850072
    },
    "M_80211_DFS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609851536
    },
    "M_80211_DFS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609851248
    },
    "M_80211_DFS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609851272
    },
    "M_80211_MESH_GT_RT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609855408
    },
    "M_80211_MESH_GT_RT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855520
    },
    "M_80211_MESH_GT_RT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855544
    },
    "M_80211_MESH_PERR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609855088
    },
    "M_80211_MESH_PERR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855200
    },
    "M_80211_MESH_PERR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855224
    },
    "M_80211_MESH_PREP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609854928
    },
    "M_80211_MESH_PREP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855040
    },
    "M_80211_MESH_PREP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855064
    },
    "M_80211_MESH_PREQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609854768
    },
    "M_80211_MESH_PREQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609854880
    },
    "M_80211_MESH_PREQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609854904
    },
    "M_80211_MESH_RT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609855248
    },
    "M_80211_MESH_RT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855360
    },
    "M_80211_MESH_RT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855384
    },
    "M_80211_NODE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609855632
    },
    "M_80211_NODE_IE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609855792
    },
    "M_80211_NODE_IE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855904
    },
    "M_80211_NODE_IE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855928
    },
    "M_80211_NODE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855744
    },
    "M_80211_NODE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855768
    },
    "M_80211_POWER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609876800
    },
    "M_80211_POWER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609876752
    },
    "M_80211_POWER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609876776
    },
    "M_80211_RATECTL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609877360
    },
    "M_80211_RATECTL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609877472
    },
    "M_80211_RATECTL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609877496
    },
    "M_80211_SCAN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609878048
    },
    "M_80211_SCAN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878160
    },
    "M_80211_SCAN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878184
    },
    "M_80211_VAP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609848256
    },
    "M_80211_VAP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609848368
    },
    "M_80211_VAP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609848392
    },
    "M_AACBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608322720
    },
    "M_AACBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608322368
    },
    "M_AACBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608322392
    },
    "M_AACCAM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608323120
    },
    "M_AACCAM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608322928
    },
    "M_AACCAM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608322952
    },
    "M_AACRAIDBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608324208
    },
    "M_AACRAIDBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608324320
    },
    "M_AACRAIDBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608324344
    },
    "M_AACRAIDCAM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608324768
    },
    "M_AACRAIDCAM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608324880
    },
    "M_AACRAIDCAM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608324904
    },
    "M_AC97": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609187584
    },
    "M_AC97_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609187536
    },
    "M_AC97_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609187560
    },
    "M_ACCF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609770112
    },
    "M_ACCF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770224
    },
    "M_ACCF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770248
    },
    "M_ACL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609786592
    },
    "M_ACL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609786704
    },
    "M_ACL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609786728
    },
    "M_ACPICA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608325696
    },
    "M_ACPICA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608325648
    },
    "M_ACPICA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608325672
    },
    "M_ACPICMBAT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608329520
    },
    "M_ACPICMBAT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329328
    },
    "M_ACPICMBAT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329352
    },
    "M_ACPIDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608327584
    },
    "M_ACPIDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326576
    },
    "M_ACPIDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326600
    },
    "M_ACPIINTR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608325536
    },
    "M_ACPIINTR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608325456
    },
    "M_ACPIINTR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608325480
    },
    "M_ACPIPERF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608331904
    },
    "M_ACPIPERF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608331712
    },
    "M_ACPIPERF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608331736
    },
    "M_ACPIPWR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608332128
    },
    "M_ACPIPWR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332032
    },
    "M_ACPIPWR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332056
    },
    "M_ACPISEM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608326416
    },
    "M_ACPISEM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326368
    },
    "M_ACPISEM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326392
    },
    "M_ACPITASK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608326256
    },
    "M_ACPITASK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326144
    },
    "M_ACPITASK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326168
    },
    "M_AGP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608335488
    },
    "M_AGP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608335600
    },
    "M_AGP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608335624
    },
    "M_AH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609984048
    },
    "M_AHCI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608336288
    },
    "M_AHCI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608336112
    },
    "M_AHCI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608336136
    },
    "M_AH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983872
    },
    "M_AH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983896
    },
    "M_AIO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609788832
    },
    "M_AIO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609786912
    },
    "M_AIO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609786936
    },
    "M_ALD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609640864
    },
    "M_ALD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609640768
    },
    "M_ALD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609640792
    },
    "M_ALLOCDIRECT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610053696
    },
    "M_ALLOCDIRECT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610036736
    },
    "M_ALLOCDIRECT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610036760
    },
    "M_ALLOCINDIR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610053920
    },
    "M_ALLOCINDIR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610037728
    },
    "M_ALLOCINDIR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610037752
    },
    "M_APMDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610148144
    },
    "M_APMDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610147904
    },
    "M_APMDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610147928
    },
    "M_ATA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608344416
    },
    "M_ATADA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608276704
    },
    "M_ATADA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608273568
    },
    "M_ATADA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608273592
    },
    "M_ATADMA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608345152
    },
    "M_ATADMA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608345104
    },
    "M_ATADMA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608345128
    },
    "M_ATAPCI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608345632
    },
    "M_ATAPCI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608345744
    },
    "M_ATAPCI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608345768
    },
    "M_ATA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608344528
    },
    "M_ATA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608344552
    },
    "M_ATHDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608353872
    },
    "M_ATHDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608353984
    },
    "M_ATHDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608354008
    },
    "M_ATH_HAL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608355408
    },
    "M_ATH_HAL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608355360
    },
    "M_ATH_HAL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608355384
    },
    "M_ATKBDDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610089664
    },
    "M_ATKBDDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610089776
    },
    "M_ATKBDDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610089800
    },
    "M_AUDITBSM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610029648
    },
    "M_AUDITBSM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029760
    },
    "M_AUDITBSM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029784
    },
    "M_AUDITCRED": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610029536
    },
    "M_AUDITCRED_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028704
    },
    "M_AUDITCRED_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028728
    },
    "M_AUDITDATA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610028752
    },
    "M_AUDITDATA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028864
    },
    "M_AUDITDATA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028888
    },
    "M_AUDITEVCLASS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610029904
    },
    "M_AUDITEVCLASS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029808
    },
    "M_AUDITEVCLASS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029832
    },
    "M_AUDITEVNAME": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610030016
    },
    "M_AUDITEVNAME_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029856
    },
    "M_AUDITEVNAME_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029880
    },
    "M_AUDITGIDSET": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610029232
    },
    "M_AUDITGIDSET_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029344
    },
    "M_AUDITGIDSET_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029368
    },
    "M_AUDITPATH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610028912
    },
    "M_AUDITPATH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029024
    },
    "M_AUDITPATH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029048
    },
    "M_AUDITTEXT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610029072
    },
    "M_AUDITTEXT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029184
    },
    "M_AUDITTEXT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029208
    },
    "M_AUDITTRIGGER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610030912
    },
    "M_AUDITTRIGGER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030864
    },
    "M_AUDITTRIGGER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030888
    },
    "M_AUDIT_PIPE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610030304
    },
    "M_AUDIT_PIPE_ENTRY": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610030416
    },
    "M_AUDIT_PIPE_ENTRY_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030176
    },
    "M_AUDIT_PIPE_ENTRY_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030200
    },
    "M_AUDIT_PIPE_PRESELECT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610030528
    },
    "M_AUDIT_PIPE_PRESELECT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030224
    },
    "M_AUDIT_PIPE_PRESELECT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030248
    },
    "M_AUDIT_PIPE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030128
    },
    "M_AUDIT_PIPE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030152
    },
    "M_AXGBE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610195776
    },
    "M_AXGBE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610195888
    },
    "M_AXGBE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610195912
    },
    "M_BACKLIGHT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608411840
    },
    "M_BACKLIGHT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608411792
    },
    "M_BACKLIGHT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608411816
    },
    "M_BALLOON": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609517584
    },
    "M_BALLOON_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609516624
    },
    "M_BALLOON_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609516648
    },
    "M_BIOBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609793648
    },
    "M_BIOBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609789248
    },
    "M_BIOBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609789272
    },
    "M_BMSAFEMAP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052416
    },
    "M_BMSAFEMAP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610035744
    },
    "M_BMSAFEMAP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610035768
    },
    "M_BNXT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608419616
    },
    "M_BNXT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608419728
    },
    "M_BNXT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608419752
    },
    "M_BOOTTRACE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609642288
    },
    "M_BOOTTRACE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609641152
    },
    "M_BOOTTRACE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609641176
    },
    "M_BOUNCE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610161856
    },
    "M_BOUNCE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161440
    },
    "M_BOUNCE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161464
    },
    "M_BPF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609818224
    },
    "M_BPF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609818336
    },
    "M_BPF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609818360
    },
    "M_BUS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609731952
    },
    "M_BUSDMA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610161744
    },
    "M_BUSDMA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161392
    },
    "M_BUSDMA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161416
    },
    "M_BUS_SC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609732064
    },
    "M_BUS_SC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731744
    },
    "M_BUS_SC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731768
    },
    "M_BUS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731696
    },
    "M_BUS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731720
    },
    "M_BWMETER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609924912
    },
    "M_BWMETER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923840
    },
    "M_BWMETER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923864
    },
    "M_BXE_ILT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610093296
    },
    "M_BXE_ILT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610093408
    },
    "M_BXE_ILT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610093432
    },
    "M_CACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609676496
    },
    "M_CACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676608
    },
    "M_CACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676632
    },
    "M_CALLOUT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609721584
    },
    "M_CALLOUT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721264
    },
    "M_CALLOUT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721288
    },
    "M_CAMCCB": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608244256
    },
    "M_CAMCCBQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608243584
    },
    "M_CAMCCBQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243312
    },
    "M_CAMCCBQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243336
    },
    "M_CAMCCB_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244368
    },
    "M_CAMCCB_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244392
    },
    "M_CAMDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608244096
    },
    "M_CAMDEVQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608243472
    },
    "M_CAMDEVQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243264
    },
    "M_CAMDEVQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243288
    },
    "M_CAMDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244208
    },
    "M_CAMDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244232
    },
    "M_CAMPATH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608244416
    },
    "M_CAMPATH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244528
    },
    "M_CAMPATH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244552
    },
    "M_CAMPERIPH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608243040
    },
    "M_CAMPERIPH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608242800
    },
    "M_CAMPERIPH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608242824
    },
    "M_CAMQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608243360
    },
    "M_CAMQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243216
    },
    "M_CAMQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243240
    },
    "M_CAMSCHED": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608242688
    },
    "M_CAMSCHED_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608242528
    },
    "M_CAMSCHED_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608242552
    },
    "M_CAMSIM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608243792
    },
    "M_CAMSIM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243696
    },
    "M_CAMSIM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243720
    },
    "M_CAMXPT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608243936
    },
    "M_CAMXPT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244048
    },
    "M_CAMXPT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244072
    },
    "M_CARP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609907680
    },
    "M_CARP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609906400
    },
    "M_CARP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609906424
    },
    "M_CC_MEM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609927712
    },
    "M_CC_MEM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927824
    },
    "M_CC_MEM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927848
    },
    "M_CDEVP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609529456
    },
    "M_CDEVPDATA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609531168
    },
    "M_CDEVPDATA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530912
    },
    "M_CDEVPDATA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530936
    },
    "M_CDEVP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609528720
    },
    "M_CDEVP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609528744
    },
    "M_CHACHA20RANDOM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609816784
    },
    "M_CHACHA20RANDOM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609816896
    },
    "M_CHACHA20RANDOM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609816920
    },
    "M_CLONE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609824016
    },
    "M_CLONE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823968
    },
    "M_CLONE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823992
    },
    "M_COMPRESS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609733456
    },
    "M_COMPRESS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609733568
    },
    "M_COMPRESS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609733592
    },
    "M_CPUS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610169232
    },
    "M_CPUS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610168752
    },
    "M_CPUS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610168776
    },
    "M_CRED": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609700320
    },
    "M_CRED_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609699568
    },
    "M_CRED_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609699592
    },
    "M_CRYPTO_DATA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610022128
    },
    "M_CRYPTO_DATA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610022240
    },
    "M_CRYPTO_DATA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610022264
    },
    "M_CXGBE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608433376
    },
    "M_CXGBE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608433488
    },
    "M_CXGBE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608433512
    },
    "M_DDB_CAPTURE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608316512
    },
    "M_DDB_CAPTURE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608315712
    },
    "M_DDB_CAPTURE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608315736
    },
    "M_DEVBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609676656
    },
    "M_DEVBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676768
    },
    "M_DEVBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676792
    },
    "M_DEVFS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609530320
    },
    "M_DEVFS2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609529568
    },
    "M_DEVFS2_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609528624
    },
    "M_DEVFS2_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609528648
    },
    "M_DEVFS3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609529680
    },
    "M_DEVFS3_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609528672
    },
    "M_DEVFS3_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609528696
    },
    "M_DEVFS4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609529920
    },
    "M_DEVFS4_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609529824
    },
    "M_DEVFS4_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609529848
    },
    "M_DEVFSRULE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609530176
    },
    "M_DEVFSRULE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530064
    },
    "M_DEVFSRULE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530088
    },
    "M_DEVFS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530432
    },
    "M_DEVFS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530456
    },
    "M_DEVSTAT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609734960
    },
    "M_DEVSTAT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609734760
    },
    "M_DEVSTAT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609734784
    },
    "M_DEVT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609644208
    },
    "M_DEVT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644112
    },
    "M_DEVT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644136
    },
    "M_DIRADD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052976
    },
    "M_DIRADD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610039712
    },
    "M_DIRADD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610039736
    },
    "M_DIRHASH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610061968
    },
    "M_DIRHASH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610061232
    },
    "M_DIRHASH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610061256
    },
    "M_DIRREM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054368
    },
    "M_DIRREM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610040704
    },
    "M_DIRREM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610040728
    },
    "M_DMAR_CTX": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610156032
    },
    "M_DMAR_CTX_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610155936
    },
    "M_DMAR_CTX_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610155960
    },
    "M_DMAR_DOMAIN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610156144
    },
    "M_DMAR_DOMAIN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610155984
    },
    "M_DMAR_DOMAIN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156008
    },
    "M_DMAR_IDPGTBL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610156912
    },
    "M_DMAR_IDPGTBL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156864
    },
    "M_DMAR_IDPGTBL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156888
    },
    "M_DQUOT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610062368
    },
    "M_DQUOT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610062320
    },
    "M_DQUOT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610062344
    },
    "M_DUMPER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609709456
    },
    "M_DUMPER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609707056
    },
    "M_DUMPER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609707080
    },
    "M_EKCD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609708688
    },
    "M_EKCD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609708800
    },
    "M_EKCD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609708824
    },
    "M_ELI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609575840
    },
    "M_ELI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609575952
    },
    "M_ELI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609575976
    },
    "M_ENTROPY": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609104768
    },
    "M_ENTROPY_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609104880
    },
    "M_ENTROPY_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609104904
    },
    "M_ESP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609984848
    },
    "M_ESP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984672
    },
    "M_ESP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984696
    },
    "M_EVDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608458592
    },
    "M_EVDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608458704
    },
    "M_EVDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608458728
    },
    "M_EVENTFD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609751440
    },
    "M_EVENTFD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609751552
    },
    "M_EVENTFD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609751576
    },
    "M_EVENTHANDLER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609736400
    },
    "M_EVENTHANDLER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736320
    },
    "M_EVENTHANDLER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736344
    },
    "M_EVTCHN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609524864
    },
    "M_EVTCHN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609524976
    },
    "M_EVTCHN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609525000
    },
    "M_FADVISE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609814848
    },
    "M_FADVISE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609814960
    },
    "M_FADVISE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609814984
    },
    "M_FAIL_POINT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609654160
    },
    "M_FAIL_POINT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609654016
    },
    "M_FAIL_POINT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609654040
    },
    "M_FEEDER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609189968
    },
    "M_FEEDER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609189920
    },
    "M_FEEDER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609189944
    },
    "M_FICT_PAGES": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610081632
    },
    "M_FICT_PAGES_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610081744
    },
    "M_FICT_PAGES_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610081768
    },
    "M_FILECAPS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609646832
    },
    "M_FILECAPS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646944
    },
    "M_FILECAPS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646968
    },
    "M_FILEDESC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609648832
    },
    "M_FILEDESC_TO_LEADER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609647792
    },
    "M_FILEDESC_TO_LEADER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646736
    },
    "M_FILEDESC_TO_LEADER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646760
    },
    "M_FILEDESC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646592
    },
    "M_FILEDESC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646616
    },
    "M_FIRMWARE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609736608
    },
    "M_FIRMWARE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736560
    },
    "M_FIRMWARE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736584
    },
    "M_FLASHMAP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609579712
    },
    "M_FLASHMAP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609579824
    },
    "M_FLASHMAP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609579848
    },
    "M_FPUKERN_CTX": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610174592
    },
    "M_FPUKERN_CTX_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610174536
    },
    "M_FPUKERN_CTX_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610174560
    },
    "M_FRAG6": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609957136
    },
    "M_FRAG6_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609956272
    },
    "M_FRAG6_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609956296
    },
    "M_FREEBLKS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054144
    },
    "M_FREEBLKS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610038720
    },
    "M_FREEBLKS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610038744
    },
    "M_FREEDEP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054480
    },
    "M_FREEDEP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610042192
    },
    "M_FREEDEP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610042216
    },
    "M_FREEFILE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052864
    },
    "M_FREEFILE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610039216
    },
    "M_FREEFILE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610039240
    },
    "M_FREEFRAG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054032
    },
    "M_FREEFRAG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610038224
    },
    "M_FREEFRAG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610038248
    },
    "M_FREEWORK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052528
    },
    "M_FREEWORK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610041696
    },
    "M_FREEWORK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610041720
    },
    "M_FW": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608461120
    },
    "M_FWMEM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608462608
    },
    "M_FWMEM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608462560
    },
    "M_FWMEM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608462584
    },
    "M_FWXFER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608461280
    },
    "M_FWXFER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608461392
    },
    "M_FWXFER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608461416
    },
    "M_FW_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608461232
    },
    "M_FW_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608461256
    },
    "M_GBDE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609575616
    },
    "M_GBDE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609575344
    },
    "M_GBDE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609575368
    },
    "M_GEOM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609580816
    },
    "M_GEOM_UZIP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609606096
    },
    "M_GEOM_UZIP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609606208
    },
    "M_GEOM_UZIP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609606232
    },
    "M_GEOM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609580928
    },
    "M_GEOM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609580952
    },
    "M_GIF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609826528
    },
    "M_GIF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609826640
    },
    "M_GIF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609826664
    },
    "M_GNTDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609526080
    },
    "M_GNTDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609526192
    },
    "M_GNTDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609526216
    },
    "M_GRE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609827312
    },
    "M_GRE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827424
    },
    "M_GRE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827448
    },
    "M_GTASKQUEUE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609737008
    },
    "M_GTASKQUEUE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736912
    },
    "M_GTASKQUEUE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736936
    },
    "M_HDAA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609178544
    },
    "M_HDAA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609178656
    },
    "M_HDAA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609178680
    },
    "M_HDAC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609186480
    },
    "M_HDACC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609187168
    },
    "M_HDACC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609187280
    },
    "M_HDACC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609187304
    },
    "M_HDAC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609186592
    },
    "M_HDAC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609186616
    },
    "M_HHOOK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609655456
    },
    "M_HHOOK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655360
    },
    "M_HHOOK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655384
    },
    "M_HOSTCACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609933792
    },
    "M_HOSTCACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609933744
    },
    "M_HOSTCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609933768
    },
    "M_HVSOCK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610105040
    },
    "M_HVSOCK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610105152
    },
    "M_HVSOCK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610105176
    },
    "M_IAVF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610198320
    },
    "M_IAVF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610198432
    },
    "M_IAVF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610198456
    },
    "M_ICE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610202080
    },
    "M_ICE_OSDEP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610202240
    },
    "M_ICE_OSDEP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610202352
    },
    "M_ICE_OSDEP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610202376
    },
    "M_ICE_RESMGR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610202400
    },
    "M_ICE_RESMGR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610202512
    },
    "M_ICE_RESMGR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610202536
    },
    "M_ICE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610202192
    },
    "M_ICE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610202216
    },
    "M_IDR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610003392
    },
    "M_IDR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003296
    },
    "M_IDR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003320
    },
    "M_IFADDR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609821216
    },
    "M_IFADDR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821328
    },
    "M_IFADDR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821352
    },
    "M_IFDESCR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609821712
    },
    "M_IFDESCR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609820736
    },
    "M_IFDESCR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609820760
    },
    "M_IFLIB": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609835920
    },
    "M_IFLIB_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609834768
    },
    "M_IFLIB_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609834792
    },
    "M_IFMADDR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609821376
    },
    "M_IFMADDR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821488
    },
    "M_IFMADDR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821512
    },
    "M_IFNET": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609822000
    },
    "M_IFNET_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821160
    },
    "M_IFNET_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821184
    },
    "M_IGMP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609898688
    },
    "M_IGMP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609897200
    },
    "M_IGMP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609897224
    },
    "M_IN6MFILTER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609959296
    },
    "M_IN6MFILTER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958272
    },
    "M_IN6MFILTER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958296
    },
    "M_INDIRDEP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610053808
    },
    "M_INDIRDEP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610037232
    },
    "M_INDIRDEP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610037256
    },
    "M_INMFILTER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609910880
    },
    "M_INMFILTER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909872
    },
    "M_INMFILTER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909896
    },
    "M_INODEDEP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052192
    },
    "M_INODEDEP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610035248
    },
    "M_INODEDEP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610035272
    },
    "M_INTR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610166880
    },
    "M_INTR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166416
    },
    "M_INTR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166440
    },
    "M_IOAPIC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610217936
    },
    "M_IOAPIC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610217648
    },
    "M_IOAPIC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610217672
    },
    "M_IOCTLOPS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609752560
    },
    "M_IOCTLOPS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752128
    },
    "M_IOCTLOPS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752152
    },
    "M_IOMMU_DMAMAP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610132640
    },
    "M_IOMMU_DMAMAP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610132464
    },
    "M_IOMMU_DMAMAP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610132488
    },
    "M_IOV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609752224
    },
    "M_IOV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752336
    },
    "M_IOV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752360
    },
    "M_IP6MADDR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609958320
    },
    "M_IP6MADDR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958432
    },
    "M_IP6MADDR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958456
    },
    "M_IP6MOPTS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609959632
    },
    "M_IP6MOPTS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958480
    },
    "M_IP6MOPTS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958504
    },
    "M_IP6MSOURCE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609959520
    },
    "M_IP6MSOURCE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958528
    },
    "M_IP6MSOURCE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958552
    },
    "M_IP6NDP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609973408
    },
    "M_IP6NDP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973520
    },
    "M_IP6NDP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973544
    },
    "M_IP6OPT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609972096
    },
    "M_IP6OPT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609972048
    },
    "M_IP6OPT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609972072
    },
    "M_IPCOMP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609985536
    },
    "M_IPCOMP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985360
    },
    "M_IPCOMP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985384
    },
    "M_IPID": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609909680
    },
    "M_IPID_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609908976
    },
    "M_IPID_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909000
    },
    "M_IPMADDR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609911232
    },
    "M_IPMADDR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909920
    },
    "M_IPMADDR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909944
    },
    "M_IPMOPTS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609911120
    },
    "M_IPMOPTS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909968
    },
    "M_IPMOPTS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909992
    },
    "M_IPMSOURCE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609911008
    },
    "M_IPMSOURCE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910016
    },
    "M_IPMSOURCE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910040
    },
    "M_IPREASS_HASH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609926496
    },
    "M_IPREASS_HASH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609926608
    },
    "M_IPREASS_HASH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609926632
    },
    "M_IPSBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608487184
    },
    "M_IPSBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608487296
    },
    "M_IPSBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608487320
    },
    "M_IPSEC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609828288
    },
    "M_IPSEC_INPCB": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609978768
    },
    "M_IPSEC_INPCB_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609978880
    },
    "M_IPSEC_INPCB_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609978904
    },
    "M_IPSEC_MISC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609981472
    },
    "M_IPSEC_MISC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981584
    },
    "M_IPSEC_MISC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981608
    },
    "M_IPSEC_SA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609980832
    },
    "M_IPSEC_SAH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609980992
    },
    "M_IPSEC_SAH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981104
    },
    "M_IPSEC_SAH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981128
    },
    "M_IPSEC_SAQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609981632
    },
    "M_IPSEC_SAQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981744
    },
    "M_IPSEC_SAQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981768
    },
    "M_IPSEC_SAR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609981792
    },
    "M_IPSEC_SAR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981904
    },
    "M_IPSEC_SAR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981928
    },
    "M_IPSEC_SA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609980944
    },
    "M_IPSEC_SA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609980968
    },
    "M_IPSEC_SP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609981152
    },
    "M_IPSEC_SPDCACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609981952
    },
    "M_IPSEC_SPDCACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982064
    },
    "M_IPSEC_SPDCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982088
    },
    "M_IPSEC_SP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981264
    },
    "M_IPSEC_SP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981288
    },
    "M_IPSEC_SR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609981312
    },
    "M_IPSEC_SR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981424
    },
    "M_IPSEC_SR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609981448
    },
    "M_IPSEC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828096
    },
    "M_IPSEC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828120
    },
    "M_ISADEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609609712
    },
    "M_ISADEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609609440
    },
    "M_ISADEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609609464
    },
    "M_ISCI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610132896
    },
    "M_ISCI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610133008
    },
    "M_ISCI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610133032
    },
    "M_ISOFSMNT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609610784
    },
    "M_ISOFSMNT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609610896
    },
    "M_ISOFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609610920
    },
    "M_ISOFSNODE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609610944
    },
    "M_ISOFSNODE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609611056
    },
    "M_ISOFSNODE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609611080
    },
    "M_ITHREAD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609657088
    },
    "M_ITHREAD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655792
    },
    "M_ITHREAD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655816
    },
    "M_IXGBE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608496544
    },
    "M_IXGBE_SRIOV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608498304
    },
    "M_IXGBE_SRIOV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608498416
    },
    "M_IXGBE_SRIOV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608498440
    },
    "M_IXGBE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608496656
    },
    "M_IXGBE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608496680
    },
    "M_IXL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610205472
    },
    "M_IXL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610205584
    },
    "M_IXL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610205608
    },
    "M_JADDREF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054592
    },
    "M_JADDREF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610042688
    },
    "M_JADDREF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610042712
    },
    "M_JBLOCKS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610055712
    },
    "M_JBLOCKS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048240
    },
    "M_JBLOCKS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048264
    },
    "M_JFREEBLK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054928
    },
    "M_JFREEBLK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610044672
    },
    "M_JFREEBLK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610044696
    },
    "M_JFREEFRAG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610055040
    },
    "M_JFREEFRAG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610045168
    },
    "M_JFREEFRAG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610045192
    },
    "M_JFSYNC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052752
    },
    "M_JFSYNC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610047648
    },
    "M_JFSYNC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610047672
    },
    "M_JMVREF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054816
    },
    "M_JMVREF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610043680
    },
    "M_JMVREF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610043704
    },
    "M_JNEWBLK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052640
    },
    "M_JNEWBLK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610044176
    },
    "M_JNEWBLK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610044200
    },
    "M_JREMREF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054704
    },
    "M_JREMREF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610043184
    },
    "M_JREMREF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610043208
    },
    "M_JSEG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610055152
    },
    "M_JSEGDEP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610055264
    },
    "M_JSEGDEP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610046160
    },
    "M_JSEGDEP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610046184
    },
    "M_JSEG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610045664
    },
    "M_JSEG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610045688
    },
    "M_JTRUNC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610055376
    },
    "M_JTRUNC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610047152
    },
    "M_JTRUNC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610047176
    },
    "M_KBDMUX": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608499632
    },
    "M_KBDMUX_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608499744
    },
    "M_KBDMUX_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608499768
    },
    "M_KDTRACE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609649888
    },
    "M_KDTRACE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609649840
    },
    "M_KDTRACE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609649864
    },
    "M_KENV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609650208
    },
    "M_KENV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650128
    },
    "M_KENV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650152
    },
    "M_KMALLOC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610000160
    },
    "M_KMALLOC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610000272
    },
    "M_KMALLOC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610000296
    },
    "M_KOBJ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609738736
    },
    "M_KOBJ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609738544
    },
    "M_KOBJ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609738568
    },
    "M_KQUEUE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609651056
    },
    "M_KQUEUE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650736
    },
    "M_KQUEUE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650760
    },
    "M_KTLS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609777040
    },
    "M_KTLS_OCF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610026880
    },
    "M_KTLS_OCF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024160
    },
    "M_KTLS_OCF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024184
    },
    "M_KTLS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776984
    },
    "M_KTLS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609777008
    },
    "M_KTRACE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609668816
    },
    "M_KTRACE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609668144
    },
    "M_KTRACE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609668168
    },
    "M_LAGG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609829376
    },
    "M_LAGG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828536
    },
    "M_LAGG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828560
    },
    "M_LAPIC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610219632
    },
    "M_LAPIC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218688
    },
    "M_LAPIC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218712
    },
    "M_LED": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608500432
    },
    "M_LED_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608500384
    },
    "M_LED_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608500408
    },
    "M_LEGACYDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610167248
    },
    "M_LEGACYDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610167056
    },
    "M_LEGACYDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610167080
    },
    "M_LINKER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609668960
    },
    "M_LINKER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669072
    },
    "M_LINKER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669096
    },
    "M_LIO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609788944
    },
    "M_LIO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609786864
    },
    "M_LIO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609786888
    },
    "M_LKPI80211": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609999312
    },
    "M_LKPI80211_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609998912
    },
    "M_LKPI80211_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609998936
    },
    "M_LKPIMHI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610002768
    },
    "M_LKPIMHI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002720
    },
    "M_LKPIMHI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002744
    },
    "M_LKPISKB": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610004032
    },
    "M_LKPISKB_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003984
    },
    "M_LKPISKB_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004008
    },
    "M_LKPI_FW": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610001280
    },
    "M_LKPI_FW_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001392
    },
    "M_LKPI_FW_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001416
    },
    "M_LLTABLE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609829920
    },
    "M_LLTABLE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830032
    },
    "M_LLTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830056
    },
    "M_LOCKF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609671024
    },
    "M_LOCKF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609670944
    },
    "M_LOCKF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609670968
    },
    "M_LOGINCLASS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609676352
    },
    "M_LOGINCLASS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676256
    },
    "M_LOGINCLASS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676280
    },
    "M_LRO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609940064
    },
    "M_LRO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609938544
    },
    "M_LRO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609938568
    },
    "M_LSATTR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610004944
    },
    "M_LSATTR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610005056
    },
    "M_LSATTR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610005080
    },
    "M_LSEQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610004784
    },
    "M_LSEQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004896
    },
    "M_LSEQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004920
    },
    "M_MADT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610217264
    },
    "M_MADT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610217168
    },
    "M_MADT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610217192
    },
    "M_MALODEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608501856
    },
    "M_MALODEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608501792
    },
    "M_MALODEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608501816
    },
    "M_MCA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610168400
    },
    "M_MCA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610167632
    },
    "M_MCA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610167656
    },
    "M_MD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608503216
    },
    "M_MDSECT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608503328
    },
    "M_MDSECT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608502672
    },
    "M_MDSECT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608502696
    },
    "M_MD_DDF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609598768
    },
    "M_MD_DDF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609598400
    },
    "M_MD_DDF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609598424
    },
    "M_MD_INTEL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609599376
    },
    "M_MD_INTEL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609599008
    },
    "M_MD_INTEL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609599032
    },
    "M_MD_JMICRON": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609599984
    },
    "M_MD_JMICRON_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609599616
    },
    "M_MD_JMICRON_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609599640
    },
    "M_MD_NVIDIA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609600592
    },
    "M_MD_NVIDIA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609600224
    },
    "M_MD_NVIDIA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609600248
    },
    "M_MD_PROMISE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609601200
    },
    "M_MD_PROMISE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609600832
    },
    "M_MD_PROMISE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609600856
    },
    "M_MD_SII": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609601808
    },
    "M_MD_SII_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609601440
    },
    "M_MD_SII_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609601464
    },
    "M_MD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608502624
    },
    "M_MD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608502648
    },
    "M_MEMDESC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610188736
    },
    "M_MEMDESC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188848
    },
    "M_MEMDESC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188872
    },
    "M_MFIBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608504800
    },
    "M_MFIBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608504912
    },
    "M_MFIBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608504936
    },
    "M_MIDI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609227904
    },
    "M_MIDI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609228016
    },
    "M_MIDI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609228040
    },
    "M_MIRROR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609587728
    },
    "M_MIRROR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609586608
    },
    "M_MIRROR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609586632
    },
    "M_MIXER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609226208
    },
    "M_MIXER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609226048
    },
    "M_MIXER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609226072
    },
    "M_MKDIR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610054256
    },
    "M_MKDIR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610040208
    },
    "M_MKDIR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610040232
    },
    "M_MLD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609972928
    },
    "M_MLD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609972208
    },
    "M_MLD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609972232
    },
    "M_MLX5EN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610014736
    },
    "M_MLX5EN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610014848
    },
    "M_MLX5EN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610014872
    },
    "M_MLX5E_TLS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610019808
    },
    "M_MLX5E_TLS_RX": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610020208
    },
    "M_MLX5E_TLS_RX_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610020320
    },
    "M_MLX5E_TLS_RX_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610020344
    },
    "M_MLX5E_TLS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610019920
    },
    "M_MLX5E_TLS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610019944
    },
    "M_MLX5_DUMP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610011664
    },
    "M_MLX5_DUMP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610011488
    },
    "M_MLX5_DUMP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610011512
    },
    "M_MLX5_EEPROM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610021216
    },
    "M_MLX5_EEPROM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610021168
    },
    "M_MLX5_EEPROM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610021192
    },
    "M_MODULE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609690112
    },
    "M_MODULE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690032
    },
    "M_MODULE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690056
    },
    "M_MOUNT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609809632
    },
    "M_MOUNTDATA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610051968
    },
    "M_MOUNTDATA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048288
    },
    "M_MOUNTDATA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048312
    },
    "M_MOUNT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609809744
    },
    "M_MOUNT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609809768
    },
    "M_MPR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608516016
    },
    "M_MPRSAS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608517184
    },
    "M_MPRSAS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608517296
    },
    "M_MPRSAS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608517320
    },
    "M_MPRUSER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608520032
    },
    "M_MPRUSER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608519648
    },
    "M_MPRUSER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608519672
    },
    "M_MPR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608516128
    },
    "M_MPR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608516152
    },
    "M_MPSSAS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608521232
    },
    "M_MPSSAS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608521344
    },
    "M_MPSSAS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608521368
    },
    "M_MPSUSER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608523408
    },
    "M_MPSUSER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608523520
    },
    "M_MPSUSER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608523544
    },
    "M_MPT2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608520256
    },
    "M_MPT2_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608520368
    },
    "M_MPT2_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608520392
    },
    "M_MPTUSER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608525712
    },
    "M_MPTUSER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608525320
    },
    "M_MPTUSER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608525344
    },
    "M_MRSAS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608526288
    },
    "M_MRSAS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608526400
    },
    "M_MRSAS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608526424
    },
    "M_MRTABLE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609924720
    },
    "M_MRTABLE6": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609971728
    },
    "M_MRTABLE6_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609971120
    },
    "M_MRTABLE6_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609971144
    },
    "M_MRTABLE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923584
    },
    "M_MRTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923608
    },
    "M_MSDOSFSFAT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609534736
    },
    "M_MSDOSFSFAT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534592
    },
    "M_MSDOSFSFAT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534616
    },
    "M_MSDOSFSMNT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609534432
    },
    "M_MSDOSFSMNT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534544
    },
    "M_MSDOSFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534568
    },
    "M_MSDOSFSNODE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609534320
    },
    "M_MSDOSFSNODE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534272
    },
    "M_MSDOSFSNODE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534296
    },
    "M_MSG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609761536
    },
    "M_MSG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609760352
    },
    "M_MSG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609760376
    },
    "M_MSI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610220416
    },
    "M_MSI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219888
    },
    "M_MSI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219912
    },
    "M_MTXPOOL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609690320
    },
    "M_MTXPOOL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690272
    },
    "M_MTXPOOL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690296
    },
    "M_MVS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608528016
    },
    "M_MVS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527824
    },
    "M_MVS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527848
    },
    "M_MWLDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608529872
    },
    "M_MWLDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608529792
    },
    "M_MWLDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608529816
    },
    "M_NAMEITRACKER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609807776
    },
    "M_NAMEITRACKER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609807888
    },
    "M_NAMEITRACKER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609807912
    },
    "M_NETADDR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609915584
    },
    "M_NETADDR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609915408
    },
    "M_NETADDR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609915432
    },
    "M_NETDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610002880
    },
    "M_NETDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002992
    },
    "M_NETDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003016
    },
    "M_NETGRAPH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609879696
    },
    "M_NETGRAPH_ASYNC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609878944
    },
    "M_NETGRAPH_ASYNC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878800
    },
    "M_NETGRAPH_ASYNC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878824
    },
    "M_NETGRAPH_BPF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609881632
    },
    "M_NETGRAPH_BPF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609881488
    },
    "M_NETGRAPH_BPF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609881512
    },
    "M_NETGRAPH_BRIDGE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609882080
    },
    "M_NETGRAPH_BRIDGE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609881936
    },
    "M_NETGRAPH_BRIDGE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609881960
    },
    "M_NETGRAPH_DEFLATE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609883328
    },
    "M_NETGRAPH_DEFLATE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609883152
    },
    "M_NETGRAPH_DEFLATE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609883176
    },
    "M_NETGRAPH_HOOK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609880272
    },
    "M_NETGRAPH_HOOK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880016
    },
    "M_NETGRAPH_HOOK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880040
    },
    "M_NETGRAPH_IFACE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609885792
    },
    "M_NETGRAPH_IFACE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885328
    },
    "M_NETGRAPH_IFACE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885352
    },
    "M_NETGRAPH_ITEM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609881232
    },
    "M_NETGRAPH_ITEM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880112
    },
    "M_NETGRAPH_ITEM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880136
    },
    "M_NETGRAPH_KSOCKET": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609886320
    },
    "M_NETGRAPH_KSOCKET_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609886176
    },
    "M_NETGRAPH_KSOCKET_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609886200
    },
    "M_NETGRAPH_L2TP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609886768
    },
    "M_NETGRAPH_L2TP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609886624
    },
    "M_NETGRAPH_L2TP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609886648
    },
    "M_NETGRAPH_MPPC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609887968
    },
    "M_NETGRAPH_MPPC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609887344
    },
    "M_NETGRAPH_MPPC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609887368
    },
    "M_NETGRAPH_MSG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609879856
    },
    "M_NETGRAPH_MSG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609879968
    },
    "M_NETGRAPH_MSG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609879992
    },
    "M_NETGRAPH_NODE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609880160
    },
    "M_NETGRAPH_NODE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880064
    },
    "M_NETGRAPH_NODE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880088
    },
    "M_NETGRAPH_PARSE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609888608
    },
    "M_NETGRAPH_PARSE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609888560
    },
    "M_NETGRAPH_PARSE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609888584
    },
    "M_NETGRAPH_PATH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609892656
    },
    "M_NETGRAPH_PATH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609891632
    },
    "M_NETGRAPH_PATH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609891656
    },
    "M_NETGRAPH_PPP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609889312
    },
    "M_NETGRAPH_PPPOE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609889984
    },
    "M_NETGRAPH_PPPOE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609889616
    },
    "M_NETGRAPH_PPPOE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609889640
    },
    "M_NETGRAPH_PPP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609889168
    },
    "M_NETGRAPH_PPP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609889192
    },
    "M_NETGRAPH_PRED1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609891056
    },
    "M_NETGRAPH_PRED1_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609890912
    },
    "M_NETGRAPH_PRED1_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609890936
    },
    "M_NETGRAPH_SOCK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609892768
    },
    "M_NETGRAPH_SOCK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609891680
    },
    "M_NETGRAPH_SOCK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609891704
    },
    "M_NETGRAPH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609879808
    },
    "M_NETGRAPH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609879832
    },
    "M_NETLINK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609986352
    },
    "M_NETLINK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609986464
    },
    "M_NETLINK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609986488
    },
    "M_NETMAP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609080448
    },
    "M_NETMAP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609080560
    },
    "M_NETMAP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609080584
    },
    "M_NEWBLK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052304
    },
    "M_NEWBLK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610036240
    },
    "M_NEWBLK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610036264
    },
    "M_NEWDIRBLK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610053088
    },
    "M_NEWDIRBLK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610041200
    },
    "M_NEWDIRBLK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610041224
    },
    "M_NEWNFSCLCLIENT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609542048
    },
    "M_NEWNFSCLCLIENT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542160
    },
    "M_NEWNFSCLCLIENT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542184
    },
    "M_NEWNFSCLDELEG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609541888
    },
    "M_NEWNFSCLDELEG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542000
    },
    "M_NEWNFSCLDELEG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542024
    },
    "M_NEWNFSCLDS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609543808
    },
    "M_NEWNFSCLDS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543920
    },
    "M_NEWNFSCLDS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543944
    },
    "M_NEWNFSCLLOCK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609542368
    },
    "M_NEWNFSCLLOCKOWNER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609542208
    },
    "M_NEWNFSCLLOCKOWNER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542320
    },
    "M_NEWNFSCLLOCKOWNER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542344
    },
    "M_NEWNFSCLLOCK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542480
    },
    "M_NEWNFSCLLOCK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542504
    },
    "M_NEWNFSCLOPEN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609541728
    },
    "M_NEWNFSCLOPEN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541840
    },
    "M_NEWNFSCLOPEN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541864
    },
    "M_NEWNFSCLOWNER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609541568
    },
    "M_NEWNFSCLOWNER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541680
    },
    "M_NEWNFSCLOWNER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541704
    },
    "M_NEWNFSDCLIENT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609540288
    },
    "M_NEWNFSDCLIENT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540400
    },
    "M_NEWNFSDCLIENT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540424
    },
    "M_NEWNFSDEVINFO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609543488
    },
    "M_NEWNFSDEVINFO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543600
    },
    "M_NEWNFSDEVINFO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543624
    },
    "M_NEWNFSDIRECTIO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609542688
    },
    "M_NEWNFSDIRECTIO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542800
    },
    "M_NEWNFSDIRECTIO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542824
    },
    "M_NEWNFSDIROFF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609542848
    },
    "M_NEWNFSDIROFF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542960
    },
    "M_NEWNFSDIROFF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542984
    },
    "M_NEWNFSDLOCK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609540608
    },
    "M_NEWNFSDLOCKFILE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609540768
    },
    "M_NEWNFSDLOCKFILE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540880
    },
    "M_NEWNFSDLOCKFILE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540904
    },
    "M_NEWNFSDLOCK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540720
    },
    "M_NEWNFSDLOCK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540744
    },
    "M_NEWNFSDREQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609541248
    },
    "M_NEWNFSDREQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541360
    },
    "M_NEWNFSDREQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541384
    },
    "M_NEWNFSDROLLBACK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609543008
    },
    "M_NEWNFSDROLLBACK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543120
    },
    "M_NEWNFSDROLLBACK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543144
    },
    "M_NEWNFSDSESSION": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609544128
    },
    "M_NEWNFSDSESSION_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544240
    },
    "M_NEWNFSDSESSION_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544264
    },
    "M_NEWNFSDSTATE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609540448
    },
    "M_NEWNFSDSTATE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540560
    },
    "M_NEWNFSDSTATE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540584
    },
    "M_NEWNFSFH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609541408
    },
    "M_NEWNFSFH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541520
    },
    "M_NEWNFSFH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541544
    },
    "M_NEWNFSFLAYOUT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609543328
    },
    "M_NEWNFSFLAYOUT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543440
    },
    "M_NEWNFSFLAYOUT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543464
    },
    "M_NEWNFSLAYOUT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609543168
    },
    "M_NEWNFSLAYOUT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543280
    },
    "M_NEWNFSLAYOUT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543304
    },
    "M_NEWNFSLAYRECALL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609543968
    },
    "M_NEWNFSLAYRECALL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544080
    },
    "M_NEWNFSLAYRECALL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544104
    },
    "M_NEWNFSMNT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609549088
    },
    "M_NEWNFSMNT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609549200
    },
    "M_NEWNFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609549224
    },
    "M_NEWNFSREQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609548928
    },
    "M_NEWNFSREQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609549040
    },
    "M_NEWNFSREQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609549064
    },
    "M_NEWNFSRVCACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609540128
    },
    "M_NEWNFSRVCACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540240
    },
    "M_NEWNFSRVCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609540264
    },
    "M_NEWNFSSOCKREQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609543648
    },
    "M_NEWNFSSOCKREQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543760
    },
    "M_NEWNFSSOCKREQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609543784
    },
    "M_NEWNFSSTRING": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609540928
    },
    "M_NEWNFSSTRING_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541040
    },
    "M_NEWNFSSTRING_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541064
    },
    "M_NEWNFSUSERGROUP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609541088
    },
    "M_NEWNFSUSERGROUP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541200
    },
    "M_NEWNFSUSERGROUP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609541224
    },
    "M_NEWNFSV4NODE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609542528
    },
    "M_NEWNFSV4NODE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542640
    },
    "M_NEWNFSV4NODE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609542664
    },
    "M_NEXUSDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610169680
    },
    "M_NEXUSDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169344
    },
    "M_NEXUSDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169368
    },
    "M_NFS_FHA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609553216
    },
    "M_NFS_FHA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609552176
    },
    "M_NFS_FHA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609552200
    },
    "M_NG_PIPE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609888864
    },
    "M_NG_PIPE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609888720
    },
    "M_NG_PIPE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609888744
    },
    "M_NHOP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609839520
    },
    "M_NHOP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609839632
    },
    "M_NHOP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609839656
    },
    "M_NLM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609997696
    },
    "M_NLM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997808
    },
    "M_NLM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997832
    },
    "M_NULLFSHASH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609563744
    },
    "M_NULLFSHASH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609563536
    },
    "M_NULLFSHASH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609563560
    },
    "M_NULLFSMNT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609563984
    },
    "M_NULLFSMNT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609563856
    },
    "M_NULLFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609563880
    },
    "M_NULLFSNODE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609563584
    },
    "M_NULLFSNODE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609563696
    },
    "M_NULLFSNODE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609563720
    },
    "M_NVD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609084992
    },
    "M_NVD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085104
    },
    "M_NVD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085128
    },
    "M_NVLIST": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608314416
    },
    "M_NVLIST_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608314528
    },
    "M_NVLIST_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608314552
    },
    "M_NVME": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609085568
    },
    "M_NVMEDA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608247760
    },
    "M_NVMEDA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608247616
    },
    "M_NVMEDA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608247640
    },
    "M_NVME_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085680
    },
    "M_NVME_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085704
    },
    "M_OCS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609088240
    },
    "M_OCS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609088192
    },
    "M_OCS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609088216
    },
    "M_OSD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609692880
    },
    "M_OSD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609691856
    },
    "M_OSD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609691880
    },
    "M_P31B": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609723632
    },
    "M_P31B_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609723744
    },
    "M_P31B_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609723768
    },
    "M_PACKET_TAGS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609780432
    },
    "M_PACKET_TAGS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609780384
    },
    "M_PACKET_TAGS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609780408
    },
    "M_PAGEDEP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610052080
    },
    "M_PAGEDEP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610034752
    },
    "M_PAGEDEP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610034776
    },
    "M_PARGS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609652384
    },
    "M_PARGS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609652496
    },
    "M_PARGS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609652520
    },
    "M_PCB": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609782096
    },
    "M_PCB_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782208
    },
    "M_PCB_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782232
    },
    "M_PCI_LINK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610086672
    },
    "M_PCI_LINK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086496
    },
    "M_PCI_LINK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086520
    },
    "M_PCPU": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609742384
    },
    "M_PCPU_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742256
    },
    "M_PCPU_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742280
    },
    "M_PFALTQ": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609996240
    },
    "M_PFALTQ_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996032
    },
    "M_PFALTQ_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996056
    },
    "M_PFHASH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609993680
    },
    "M_PFHASH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993792
    },
    "M_PFHASH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993816
    },
    "M_PFIL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609838560
    },
    "M_PFIL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838464
    },
    "M_PFIL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838488
    },
    "M_PFOSFP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609997040
    },
    "M_PFOSFP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996992
    },
    "M_PFOSFP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997016
    },
    "M_PFRULE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609996352
    },
    "M_PFRULE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996080
    },
    "M_PFRULE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996104
    },
    "M_PFSNODES": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609565920
    },
    "M_PFSNODES_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609565760
    },
    "M_PFSNODES_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609565784
    },
    "M_PFSVNCACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609566784
    },
    "M_PFSVNCACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609566176
    },
    "M_PFSVNCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609566200
    },
    "M_PFSYNC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609991120
    },
    "M_PFSYNC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990288
    },
    "M_PFSYNC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990312
    },
    "M_PFTABLE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609997200
    },
    "M_PFTABLE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997152
    },
    "M_PFTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997176
    },
    "M_PFTEMP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609994464
    },
    "M_PFTEMP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993392
    },
    "M_PFTEMP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993416
    },
    "M_PF_RULE_ITEM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609993840
    },
    "M_PF_RULE_ITEM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993952
    },
    "M_PF_RULE_ITEM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993976
    },
    "M_PLIMIT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609706208
    },
    "M_PLIMIT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706000
    },
    "M_PLIMIT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706024
    },
    "M_PMC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609693296
    },
    "M_PMCHOOKS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609693136
    },
    "M_PMCHOOKS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693248
    },
    "M_PMCHOOKS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693272
    },
    "M_PMC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693408
    },
    "M_PMC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693432
    },
    "M_PPBUSDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609100320
    },
    "M_PPBUSDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609100192
    },
    "M_PPBUSDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609100216
    },
    "M_PRISON": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609657712
    },
    "M_PRISON_RACCT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609667072
    },
    "M_PRISON_RACCT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657872
    },
    "M_PRISON_RACCT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657896
    },
    "M_PRISON_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657824
    },
    "M_PRISON_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657848
    },
    "M_PRIVCMD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609525456
    },
    "M_PRIVCMD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609525568
    },
    "M_PRIVCMD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609525592
    },
    "M_PROC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609695360
    },
    "M_PROCDESC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609754096
    },
    "M_PROCDESC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609754208
    },
    "M_PROCDESC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609754232
    },
    "M_PROC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694752
    },
    "M_PROC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694776
    },
    "M_PTS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609769056
    },
    "M_PTS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609769008
    },
    "M_PTS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609769032
    },
    "M_PUC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609102336
    },
    "M_PUC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609102176
    },
    "M_PUC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609102200
    },
    "M_PVSCSI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609458016
    },
    "M_PVSCSI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458128
    },
    "M_PVSCSI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458152
    },
    "M_PWD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609648944
    },
    "M_PWDDESC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609647552
    },
    "M_PWDDESC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646688
    },
    "M_PWDDESC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646712
    },
    "M_PWD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646640
    },
    "M_PWD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646664
    },
    "M_QLA8XXXBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610208704
    },
    "M_QLA8XXXBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610208816
    },
    "M_QLA8XXXBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610208840
    },
    "M_QPI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610160912
    },
    "M_QPI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610160624
    },
    "M_QPI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610160648
    },
    "M_RADIX": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610003552
    },
    "M_RADIX_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003504
    },
    "M_RADIX_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003528
    },
    "M_RAID": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609597632
    },
    "M_RAID_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609596272
    },
    "M_RAID_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609596296
    },
    "M_RCTL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609705792
    },
    "M_RCTL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609705736
    },
    "M_RCTL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609705760
    },
    "M_RMAN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609744176
    },
    "M_RMAN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744128
    },
    "M_RMAN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744152
    },
    "M_RPC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610084976
    },
    "M_RPC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610085088
    },
    "M_RPC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610085112
    },
    "M_RTABLE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609844256
    },
    "M_RTABLE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844368
    },
    "M_RTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844392
    },
    "M_RTWN_PRIV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609108816
    },
    "M_RTWN_PRIV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609108928
    },
    "M_RTWN_PRIV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609108952
    },
    "M_SAVEDINO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610055600
    },
    "M_SAVEDINO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048192
    },
    "M_SAVEDINO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048216
    },
    "M_SBDEP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610053200
    },
    "M_SBDEP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610046656
    },
    "M_SBDEP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610046680
    },
    "M_SBP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608465952
    },
    "M_SBP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608465728
    },
    "M_SBP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608465752
    },
    "M_SBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609745280
    },
    "M_SBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745232
    },
    "M_SBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745256
    },
    "M_SCSICD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608271680
    },
    "M_SCSICD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608271440
    },
    "M_SCSICD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608271464
    },
    "M_SCSICH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608272224
    },
    "M_SCSICH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608271904
    },
    "M_SCSICH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608271928
    },
    "M_SCSIDA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608284112
    },
    "M_SCSIDA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608277960
    },
    "M_SCSIDA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608277984
    },
    "M_SCSIENC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608286816
    },
    "M_SCSIENC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608286928
    },
    "M_SCSIENC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608286952
    },
    "M_SCSIPASS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608284656
    },
    "M_SCSIPASS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608284336
    },
    "M_SCSIPASS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608284360
    },
    "M_SCSISA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608285488
    },
    "M_SCSISA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608284832
    },
    "M_SCSISA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608284856
    },
    "M_SEGMENT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609805408
    },
    "M_SEGMENT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609804992
    },
    "M_SEGMENT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609805016
    },
    "M_SELECT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609752672
    },
    "M_SELECT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752176
    },
    "M_SELECT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752200
    },
    "M_SELFD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609752384
    },
    "M_SELFD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752496
    },
    "M_SELFD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752520
    },
    "M_SEM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609764160
    },
    "M_SEM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609762624
    },
    "M_SEM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609762648
    },
    "M_SENDFILE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609706912
    },
    "M_SENDFILE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706720
    },
    "M_SENDFILE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706744
    },
    "M_SENTINEL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610055488
    },
    "M_SENTINEL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048144
    },
    "M_SENTINEL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048168
    },
    "M_SESSION": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609694592
    },
    "M_SESSION_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694704
    },
    "M_SESSION_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694728
    },
    "M_SGLIST": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609745440
    },
    "M_SGLIST_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745392
    },
    "M_SGLIST_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745416
    },
    "M_SHM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609766080
    },
    "M_SHMFD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609781152
    },
    "M_SHMFD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609780544
    },
    "M_SHMFD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609780568
    },
    "M_SHM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609765088
    },
    "M_SHM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609765112
    },
    "M_SIGIO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609647216
    },
    "M_SIGIO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646784
    },
    "M_SIGIO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646808
    },
    "M_SIIS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609114112
    },
    "M_SIIS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609113872
    },
    "M_SIIS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609113896
    },
    "M_SMARTPQI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610212208
    },
    "M_SMARTPQI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610212320
    },
    "M_SMARTPQI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610212344
    },
    "M_SONAME": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609781936
    },
    "M_SONAME_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782048
    },
    "M_SONAME_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782072
    },
    "M_SPKR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610212496
    },
    "M_SPKR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610212368
    },
    "M_SPKR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610212392
    },
    "M_SRIOV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609097584
    },
    "M_SRIOV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609097424
    },
    "M_SRIOV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609097448
    },
    "M_STACK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609748160
    },
    "M_STACK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748272
    },
    "M_STACK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748296
    },
    "M_STATFS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609809792
    },
    "M_STATFS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609809904
    },
    "M_STATFS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609809928
    },
    "M_SUBPROC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609694800
    },
    "M_SUBPROC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694912
    },
    "M_SUBPROC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694936
    },
    "M_SWAP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609731248
    },
    "M_SWAP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731200
    },
    "M_SWAP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731224
    },
    "M_SYNCACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609949504
    },
    "M_SYNCACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609949456
    },
    "M_SYNCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609949480
    },
    "M_SYSCTL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609715536
    },
    "M_SYSCTLOID": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609714496
    },
    "M_SYSCTLOID_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714400
    },
    "M_SYSCTLOID_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714424
    },
    "M_SYSCTLTMP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609715424
    },
    "M_SYSCTLTMP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714448
    },
    "M_SYSCTLTMP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714472
    },
    "M_SYSCTL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714352
    },
    "M_SYSCTL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714376
    },
    "M_SYSMOUSE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609514656
    },
    "M_SYSMOUSE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609514576
    },
    "M_SYSMOUSE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609514600
    },
    "M_TASKQUEUE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609748368
    },
    "M_TASKQUEUE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748320
    },
    "M_TASKQUEUE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748344
    },
    "M_TCPFUNCTIONS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609946944
    },
    "M_TCPFUNCTIONS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947056
    },
    "M_TCPFUNCTIONS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947080
    },
    "M_TCPLOG": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609946784
    },
    "M_TCPLOGDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609236048
    },
    "M_TCPLOGDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609236160
    },
    "M_TCPLOGDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609236184
    },
    "M_TCPLOG_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609946896
    },
    "M_TCPLOG_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609946920
    },
    "M_TCPPACE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609940976
    },
    "M_TCPPACE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609941088
    },
    "M_TCPPACE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609941112
    },
    "M_TCP_FASTOPEN_CCACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609932288
    },
    "M_TCP_FASTOPEN_CCACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609932240
    },
    "M_TCP_FASTOPEN_CCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609932264
    },
    "M_TEMP": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609676816
    },
    "M_TEMP_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676928
    },
    "M_TEMP_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676952
    },
    "M_TERMINAL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609748624
    },
    "M_TERMINAL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748576
    },
    "M_TERMINAL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748600
    },
    "M_TIDHASH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609720336
    },
    "M_TIDHASH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609720080
    },
    "M_TIDHASH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609720104
    },
    "M_TMPFSDIR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609571040
    },
    "M_TMPFSDIR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609571152
    },
    "M_TMPFSDIR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609571176
    },
    "M_TMPFSEA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609567696
    },
    "M_TMPFSEA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609567808
    },
    "M_TMPFSEA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609567832
    },
    "M_TMPFSMNT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609570112
    },
    "M_TMPFSMNT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609569904
    },
    "M_TMPFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609569928
    },
    "M_TMPFSNAME": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609569952
    },
    "M_TMPFSNAME_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609570064
    },
    "M_TMPFSNAME_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609570088
    },
    "M_TOPO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609745760
    },
    "M_TOPO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745872
    },
    "M_TOPO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745896
    },
    "M_TRIM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610031920
    },
    "M_TRIM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610032032
    },
    "M_TRIM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610032056
    },
    "M_TR_CONCAT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609602416
    },
    "M_TR_CONCAT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609602048
    },
    "M_TR_CONCAT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609602072
    },
    "M_TR_RAID0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609603040
    },
    "M_TR_RAID0_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609602672
    },
    "M_TR_RAID0_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609602696
    },
    "M_TR_RAID1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609604128
    },
    "M_TR_RAID1E": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609605216
    },
    "M_TR_RAID1E_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609604832
    },
    "M_TR_RAID1E_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609604856
    },
    "M_TR_RAID1_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609603744
    },
    "M_TR_RAID1_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609603768
    },
    "M_TR_RAID5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609605840
    },
    "M_TR_RAID5_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609605472
    },
    "M_TR_RAID5_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609605496
    },
    "M_TTY": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609767584
    },
    "M_TTYCONS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609645184
    },
    "M_TTYCONS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644672
    },
    "M_TTYCONS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644696
    },
    "M_TTY_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609767376
    },
    "M_TTY_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609767400
    },
    "M_TUN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609831984
    },
    "M_TUN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830576
    },
    "M_TUN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830600
    },
    "M_TWS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609393488
    },
    "M_TWS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609393600
    },
    "M_TWS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609393624
    },
    "M_UART": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609400512
    },
    "M_UART_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609400240
    },
    "M_UART_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609400264
    },
    "M_UFSMNT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610062496
    },
    "M_UFSMNT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610062608
    },
    "M_UFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610062632
    },
    "M_UIDINFO": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609706320
    },
    "M_UIDINFO_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706048
    },
    "M_UIDINFO_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706072
    },
    "M_UMA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610068256
    },
    "M_UMAHASH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610068144
    },
    "M_UMAHASH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610066728
    },
    "M_UMAHASH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610066752
    },
    "M_UMA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610066776
    },
    "M_UMA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610066800
    },
    "M_UMTX": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609722448
    },
    "M_UMTX_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609722032
    },
    "M_UMTX_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609722056
    },
    "M_UNIT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609750112
    },
    "M_UNIT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750016
    },
    "M_UNIT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750040
    },
    "M_USB": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609406880
    },
    "M_USBDEV": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609407040
    },
    "M_USBDEV_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609407152
    },
    "M_USBDEV_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609407176
    },
    "M_USB_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609406992
    },
    "M_USB_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609407016
    },
    "M_VFSCACHE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609804816
    },
    "M_VFSCACHE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803096
    },
    "M_VFSCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803120
    },
    "M_VFS_HASH": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609806448
    },
    "M_VFS_HASH_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806368
    },
    "M_VFS_HASH_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806392
    },
    "M_VLAN": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609833376
    },
    "M_VLAN_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609833136
    },
    "M_VLAN_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609833160
    },
    "M_VMEM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609750464
    },
    "M_VMEM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750576
    },
    "M_VMEM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750600
    },
    "M_VMPGDATA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610066400
    },
    "M_VMPGDATA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610064704
    },
    "M_VMPGDATA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610064728
    },
    "M_VNET": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609847152
    },
    "M_VNET_DATA": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609847264
    },
    "M_VNET_DATA_FREE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609847536
    },
    "M_VNET_DATA_FREE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609846192
    },
    "M_VNET_DATA_FREE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609846216
    },
    "M_VNET_DATA_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609846144
    },
    "M_VNET_DATA_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609846168
    },
    "M_VNET_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609846096
    },
    "M_VNET_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609846120
    },
    "M_VNODE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609806560
    },
    "M_VNODEPOLL": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609811264
    },
    "M_VNODEPOLL_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609811376
    },
    "M_VNODEPOLL_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609811400
    },
    "M_VNODE_MARKER": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609814496
    },
    "M_VNODE_MARKER_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609812544
    },
    "M_VNODE_MARKER_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609812568
    },
    "M_VNODE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806672
    },
    "M_VNODE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806696
    },
    "M_VT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609514000
    },
    "M_VTBUF": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609510832
    },
    "M_VTBUF_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609510784
    },
    "M_VTBUF_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609510808
    },
    "M_VTFONT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609514464
    },
    "M_VTFONT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609514416
    },
    "M_VTFONT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609514440
    },
    "M_VT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609512848
    },
    "M_VT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609512872
    },
    "M_XENACPI": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609521488
    },
    "M_XENACPI_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521296
    },
    "M_XENACPI_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521320
    },
    "M_XENBLOCKBACK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609519872
    },
    "M_XENBLOCKBACK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609518448
    },
    "M_XENBLOCKBACK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609518472
    },
    "M_XENBLOCKFRONT": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609518192
    },
    "M_XENBLOCKFRONT_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609517840
    },
    "M_XENBLOCKFRONT_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609517864
    },
    "M_XENBUS": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610084256
    },
    "M_XENBUS_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610084368
    },
    "M_XENBUS_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610084392
    },
    "M_XENHVM": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610171600
    },
    "M_XENHVM_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171456
    },
    "M_XENHVM_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171480
    },
    "M_XENINTR": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071610171968
    },
    "M_XENINTR_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171800
    },
    "M_XENINTR_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171824
    },
    "M_XENNETBACK": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609522352
    },
    "M_XENNETBACK_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522224
    },
    "M_XENNETBACK_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522248
    },
    "M_XENSTORE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609523360
    },
    "M_XENSTORE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609523472
    },
    "M_XENSTORE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609523496
    },
    "M_ZLIB": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609817136
    },
    "M_ZLIB_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609817248
    },
    "M_ZLIB_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609817272
    },
    "M_ZSTD": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608314880
    },
    "M_ZSTD_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608314992
    },
    "M_ZSTD_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608315016
    },
    "MapLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "MappedTable": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Mapping": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DATA_TABLE_MAPPING"
        }
      },
      "address": 0
    },
    "Mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Match": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "MaxTableCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Maxmem": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613454464
    },
    "MemInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEM_SPACE_CONTEXT"
        }
      },
      "address": 0
    },
    "MemRover": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "MergedDatum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "MergedValue": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Message": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "MethodDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "MethodFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "MethodNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "MethodObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "Micron_Atlanta": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118464
    },
    "Micron_Trek_2U375": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118544
    },
    "MinimumAmlResourceLength": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "MinimumResourceLength": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Mm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MEM_MAPPING"
        }
      },
      "address": 0
    },
    "ModuleLevelCode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "MonDriverBufferPhysAddrHigh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "MonDriverBufferPhysAddrLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "MonDriverBufferSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "MonDriverHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "MutexDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "MutexStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "MuxSignalConversionTable": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584239648
    },
    "NCR_S20GX": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118624
    },
    "NCountCost": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "NCountLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "NCountSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "NEC_PowerMate_8100": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118704
    },
    "NEC_VersaNote": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118832
    },
    "NEC_VersaNote_C2": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584118960
    },
    "NEC_VersaNote_LXAGP": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119040
    },
    "NEC_Z1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119120
    },
    "NOISE_FLOOR": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071584186198
    },
    "NOT_YET_ASSIGNED": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "NO_EMPTY_RAR_FOUND": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "NUM_OF_BYTES": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "NVIDIANodeID": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609600816
    },
    "Name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NameBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NameFound": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "NameLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "NameOp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "NameString": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NamedOp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "NamesIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "NearestByteAddress": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "NewBuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "NewBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "NewCRC": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "NewCount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "NewDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "NewDsdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_HEADER"
        }
      },
      "address": 0
    },
    "NewLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "NewNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "NewNotify": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_NOTIFY_INFO"
        }
      },
      "address": 0
    },
    "NewObjDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "NewObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "NewPath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NewPathBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NewSciHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SCI_HANDLER_INFO"
        }
      },
      "address": 0
    },
    "NewScopeInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_GENERIC_STATE"
        }
      },
      "address": 0
    },
    "NewString": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "NewTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_HEADER"
        }
      },
      "address": 0
    },
    "NewTableDesc": {
      "type": {
        "kind": "struct",
        "name": "ACPI_TABLE_DESC"
      },
      "address": 0
    },
    "Next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "NextDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "NextExternalChar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NextGpeBlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_BLOCK_INFO"
        }
      },
      "address": 0
    },
    "NextGpeXrupt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_XRUPT_INFO"
        }
      },
      "address": 0
    },
    "NextGpeXruptInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_XRUPT_INFO"
        }
      },
      "address": 0
    },
    "NextHandlerObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "NextIdString": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NextInterface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_INTERFACE_INFO"
        }
      },
      "address": 0
    },
    "NextNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "NextObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "NextOp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "NextSciHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SCI_HANDLER_INFO"
        }
      },
      "address": 0
    },
    "NextWalkState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_WALK_STATE"
        }
      },
      "address": 0
    },
    "Nflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "NoMatch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "Node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "NodeName": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "NodePreviouslyVisited": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "NodeToDelete": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "Notify": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_NOTIFY_INFO"
        }
      },
      "address": 0
    },
    "Nr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "NumCarats": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "NumDigits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "NumSegments": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "NumberOfElements": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OEM_Value": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "OF_base": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584080512
    },
    "OF_bits": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584080640
    },
    "OF_defaultDTable": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 18446744071584080672
    },
    "OF_defaultNorm": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071584073808
    },
    "OF_defaultNormLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OFtype": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d630dc7c7ed34c48"
      },
      "address": 0
    },
    "OROM_PHYSICAL_ADDRESS_START": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OROM_SEARCH_LENGTH": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OROM_SIGNATURE": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "OROM_SIZE": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ObjDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ObjDesc1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ObjDesc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ObjPointer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "Object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ObjectDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ObjectSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ObjectType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Objects": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OBJECT"
        }
      },
      "address": 0
    },
    "Offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "Offtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OldScopeInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_GENERIC_STATE"
        }
      },
      "address": 0
    },
    "OneByte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Op": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "OpClass": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OpInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_OPCODE_INFO"
        }
      },
      "address": 0
    },
    "OpMode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OpType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Opcode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "OpcodeClass": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OpcodeLength": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Operand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "Operand0Type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Operand1Type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OperandDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "OriginalBitWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "OriginalCount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "OriginalElement": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "OriginalName": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OriginalNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "OriginalRefCount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "OsdDebug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdEnvironment.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdHardware.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdInterrupt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdMemory.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdSchedule.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdStream.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdSynch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "OsdTable.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "Out": {
      "type": {
        "kind": "union",
        "name": "unnamed_948f502ddd3fcf41"
      },
      "address": 0
    },
    "OuterElementCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OuterElements": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "OverlapCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Overlaps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "OverrideType": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "OwnerId": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "OwnerThread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_THREAD_STATE"
        }
      },
      "address": 0
    },
    "P": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "blake2s_param"
        }
      },
      "address": 0
    },
    "PAD": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584098688
    },
    "PADDING": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610026992
    },
    "PCIB_ALLOC_MSIX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571640896
    },
    "PCIB_MAP_MSI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571676592
    },
    "PCI_WRITE_CONFIG": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571648896
    },
    "PDmap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608216144
    },
    "PFI_MTYPE": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071609994704
    },
    "PFI_MTYPE_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609994816
    },
    "PFI_MTYPE_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609994840
    },
    "PG_A": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PG_G": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PG_M": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PG_PKU_MASK": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PG_PTE_CACHE": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "PG_RW": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PG_V": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PHYS_TO_VM_PAGE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245440
    },
    "PM10_ULV_130": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149312
    },
    "PM11_LV_130": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149184
    },
    "PM11_ULV_130": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149248
    },
    "PM12_LV_130": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149104
    },
    "PM13_130": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610148944
    },
    "PM13_LV_130": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149008
    },
    "PM14_130": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610148880
    },
    "PM15_130": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610148800
    },
    "PM16_130": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610148720
    },
    "PM17_130": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610148640
    },
    "PM_715A_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151152
    },
    "PM_715B_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151216
    },
    "PM_715C_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151280
    },
    "PM_715D_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151344
    },
    "PM_723_90": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153248
    },
    "PM_725A_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150832
    },
    "PM_725B_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150912
    },
    "PM_725C_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150992
    },
    "PM_725D_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151072
    },
    "PM_733JG_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152800
    },
    "PM_733JH_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152864
    },
    "PM_733JI_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152928
    },
    "PM_733JJ_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152992
    },
    "PM_733JK_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153056
    },
    "PM_733JL_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153120
    },
    "PM_733_90": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610153184
    },
    "PM_735A_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150512
    },
    "PM_735B_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150592
    },
    "PM_735C_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150672
    },
    "PM_735D_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150752
    },
    "PM_738_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151648
    },
    "PM_745A_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150128
    },
    "PM_745B_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150224
    },
    "PM_745C_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150320
    },
    "PM_745D_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150416
    },
    "PM_753G_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152320
    },
    "PM_753H_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152400
    },
    "PM_753I_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152480
    },
    "PM_753J_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152560
    },
    "PM_753K_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152640
    },
    "PM_753L_90": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152720
    },
    "PM_755A_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149744
    },
    "PM_755B_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149840
    },
    "PM_755C_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149936
    },
    "PM_755D_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610150032
    },
    "PM_758_90": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151536
    },
    "PM_765A_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149360
    },
    "PM_765B_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149456
    },
    "PM_765C_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149552
    },
    "PM_765E_90": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610149648
    },
    "PM_773G_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151744
    },
    "PM_773H_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151840
    },
    "PM_773I_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151936
    },
    "PM_773J_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152032
    },
    "PM_773K_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152128
    },
    "PM_773L_90": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610152224
    },
    "PM_778_90": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freq_info"
        }
      },
      "address": 18446744071610151408
    },
    "PPBUS_IO": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571754896
    },
    "PPK": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "PRPs_per_page": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "PRPs_required": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "PT2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610183680
    },
    "PT3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610179584
    },
    "PT4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610175488
    },
    "PTmap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608216128
    },
    "Package": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PREDEFINED_INFO"
        }
      },
      "address": 0
    },
    "PackageDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "PackageElement": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "PackageElements": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "PackageLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "PackageObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "PageBoundaryMapLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ParamCount": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ParameterNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "Parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ParentDevice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ParentInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_OPCODE_INFO"
        }
      },
      "address": 0
    },
    "ParentNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "ParentOp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ParentScope": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ParseRoot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "ParserState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PARSE_STATE"
        }
      },
      "address": 0
    },
    "Path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "PathBuffer": {
      "type": {
        "kind": "struct",
        "name": "ACPI_BUFFER"
      },
      "address": 0
    },
    "Pathname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "PciDeviceNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "PciId": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PCI_ID"
        }
      },
      "address": 0
    },
    "PciRegister": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "PciRootNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "PciValue": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Pending": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "PhysicalAddress": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "PhysicalIdentifier": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PkgEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "PkgLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "PkgObjDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "PldInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PLD_INFO"
        }
      },
      "address": 0
    },
    "Pm1RegisterByteWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Pm1aControl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Pm1bControl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Pmax": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Pmax_t2": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "Pmid": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "Pmin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Pmin_t2": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "Pointer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "PortInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PORT_INFO"
        }
      },
      "address": 0
    },
    "Position": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "PowerOfTen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Predefined": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_REPAIR_INFO"
        }
      },
      "address": 0
    },
    "PrefixCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "PrefixLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "PrefixNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "PrefixPath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "PrefixPathLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Prev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_ADDRESS_RANGE"
        }
      },
      "address": 0
    },
    "PrevArg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "PrevNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "PrevObjDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "PrevObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "PrevSciHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SCI_HANDLER_INFO"
        }
      },
      "address": 0
    },
    "PrevWalkList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_THREAD_STATE"
        }
      },
      "address": 0
    },
    "Previous": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PCI_DEVICE"
        }
      },
      "address": 0
    },
    "PreviousHandlerObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "PreviousInterface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_INTERFACE_INFO"
        }
      },
      "address": 0
    },
    "PreviousSyncLevel": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "PreviousValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "PreviousWalkState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_WALK_STATE"
        }
      },
      "address": 0
    },
    "PrintBuffer_P": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "PrintType": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Product": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Q": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "QDIGRP_Award": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119200
    },
    "Quotient": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "RACCT_DECAY_FACTOR": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "READ": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "RETURN_VALUE": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "RF2133_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411560
    },
    "RF2413_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411360
    },
    "RF2425_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411400
    },
    "RF5111_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411440
    },
    "RF5112_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411480
    },
    "RF5413_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411520
    },
    "RF9280_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411600
    },
    "RF9285_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411640
    },
    "RF9287_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608411680
    },
    "RF9330_rf": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_rf"
      },
      "address": 18446744071608399848
    },
    "RMD160Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579541200
    },
    "RMD160Final_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548896
    },
    "RMD160Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579535072
    },
    "RMD160Init_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548864
    },
    "RMD160Transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579535360
    },
    "RMD160Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579535120
    },
    "RMD160Update_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548880
    },
    "RangeInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_ADDRESS_RANGE"
        }
      },
      "address": 0
    },
    "RawDatum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ReadValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ReadValue64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ReceiverFibAddress": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "RefDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "RefType": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ReferenceCount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ReferenceObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ReferencedObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "RegMethod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "RegNamePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "RegionContext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "RegionDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "RegionObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "RegionObj2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "RegionOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "RegionSetup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "RegionSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "RegisterBit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "RegisterCount0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "RegisterCount1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "RegisterValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Remainder": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Removing": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ReplacementOp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "RequiredLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "RequiredParamCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "RequiredSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ResetReg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GENERIC_ADDRESS"
        }
      },
      "address": 0
    },
    "ResolvedNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "Resource": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_RESOURCE"
        }
      },
      "address": 0
    },
    "ResourceEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_RESOURCE"
        }
      },
      "address": 0
    },
    "ResourceIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ResourceLength": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ResourcePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ACPI_RESOURCE"
          }
        }
      },
      "address": 0
    },
    "ResourceType": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Result": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "Ret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "Retries": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Retry": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ReturnBtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ReturnDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ReturnDesc1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ReturnDesc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ReturnObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ReturnObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ReturnValue": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "RgnDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "Right": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "Rsdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_RSDP"
        }
      },
      "address": 0
    },
    "RsdpAddress": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "S": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "S24C16_do_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572679888
    },
    "S24C16_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572679328
    },
    "S24C16_write_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572679584
    },
    "SDHCI_WRITE_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572081088
    },
    "SHA1Final_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548944
    },
    "SHA1Init_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548912
    },
    "SHA1Update_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548928
    },
    "SHA224Update_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548976
    },
    "SHA256Update_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548992
    },
    "SHA384Update_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579549008
    },
    "SHA512Update_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579549024
    },
    "SHA512_Pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567012592
    },
    "SKEIN1024_IV_1024": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099712
    },
    "SKEIN1024_IV_384": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099456
    },
    "SKEIN1024_IV_512": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099584
    },
    "SKEIN_256_IV_128": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584098944
    },
    "SKEIN_256_IV_160": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584098976
    },
    "SKEIN_256_IV_224": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099008
    },
    "SKEIN_256_IV_256": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099040
    },
    "SKEIN_512_IV_128": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099072
    },
    "SKEIN_512_IV_160": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099136
    },
    "SKEIN_512_IV_224": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099200
    },
    "SKEIN_512_IV_256": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099264
    },
    "SKEIN_512_IV_384": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099328
    },
    "SKEIN_512_IV_512": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584099392
    },
    "SLI_QNAME": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609088656
    },
    "SameAsImplicitReturn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "Sbox": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585239456
    },
    "SciHandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SCI_HANDLER_INFO"
        }
      },
      "address": 0
    },
    "Scope": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_GENERIC_STATE"
        }
      },
      "address": 0
    },
    "ScopeInfo": {
      "type": {
        "kind": "union",
        "name": "ACPI_GENERIC_STATE"
      },
      "address": 0
    },
    "ScopeOp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PARSE_OBJECT"
        }
      },
      "address": 0
    },
    "SearchParentFlag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "SecPerClust": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "SecondDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "SecondObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "Separator": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Sge_Dbg": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "Siemens_Mobile_750": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119280
    },
    "SimpleName": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "SipHash24_TestVectors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567044288
    },
    "SipHashX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567044112
    },
    "SipHash_End": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567043840
    },
    "SipHash_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567043808
    },
    "SipHash_InitX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567042880
    },
    "SipHash_SetKey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567042976
    },
    "SipHash_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567043008
    },
    "Size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "SizeNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Skein1024_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567019520
    },
    "Skein1024_Final_Pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567019408
    },
    "Skein1024_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567017888
    },
    "Skein1024_InitExt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567018384
    },
    "Skein1024_Output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567020768
    },
    "Skein1024_Process_Block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567040032
    },
    "Skein1024_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567019184
    },
    "Skein_256_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567015440
    },
    "Skein_256_Final_Pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567015328
    },
    "Skein_256_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567014256
    },
    "Skein_256_InitExt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567014688
    },
    "Skein_256_Output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567020016
    },
    "Skein_256_Process_Block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567023600
    },
    "Skein_256_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567015120
    },
    "Skein_512_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567017408
    },
    "Skein_512_Final_Pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567017264
    },
    "Skein_512_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567015808
    },
    "Skein_512_InitExt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567016528
    },
    "Skein_512_Output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567020336
    },
    "Skein_512_Process_Block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567029424
    },
    "Skein_512_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567017056
    },
    "SleepControl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "SleepEnableRegInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_BIT_REGISTER_INFO"
        }
      },
      "address": 0
    },
    "SleepFunctions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SLEEP_FUNCTIONS"
        }
      },
      "address": 0
    },
    "SleepStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "SleepTypeRegInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_BIT_REGISTER_INFO"
        }
      },
      "address": 0
    },
    "SleepTypeValue": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "Sony_F290": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119360
    },
    "Sony_N505": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119440
    },
    "Sony_PCG_xxx": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119520
    },
    "Sony_PCV_L300": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119568
    },
    "Sony_PCV_Sx20": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119648
    },
    "Source": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "Source64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GENERIC_ADDRESS"
        }
      },
      "address": 0
    },
    "SourceDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "SpaceId": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "SstValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "StackDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "Start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "StartDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "StartNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "State": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_GENERIC_STATE"
        }
      },
      "address": 0
    },
    "StateList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_GENERIC_STATE"
        }
      },
      "address": 0
    },
    "Status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Status2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "StatusReg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "String": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "StringAreaSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "StringDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "StringLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "SubElements": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "SubObjectList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "SubPackage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "SubStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Subop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Sum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "SuperMicro_MTB": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119728
    },
    "SupressZeros": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "SwappedId": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Symbios_trailer": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609233528
    },
    "TCP_CSUM": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "TIMEOUT": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610028224
    },
    "TLR_bits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "TLR_on": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "TXD": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_tx_context_desc"
        }
      },
      "address": 0
    },
    "Table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_DESC"
        }
      },
      "address": 0
    },
    "TableCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TableDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_DESC"
        }
      },
      "address": 0
    },
    "TableEntry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "TableEntrySize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TableFlags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "TableHeader": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_HEADER"
        }
      },
      "address": 0
    },
    "TableIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TableLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TablePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "Tables": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_DESC"
        }
      },
      "address": 0
    },
    "TablesFailed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TablesLoaded": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Target": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "Target64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GENERIC_ADDRESS"
        }
      },
      "address": 0
    },
    "TargetDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "TargetHandle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "TargetNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "TargetObject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "TargetOp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "TargetType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Td0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584088512
    },
    "Td1": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584089536
    },
    "Td2": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584090560
    },
    "Td3": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584091584
    },
    "Td4": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584096704
    },
    "Te0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584092608
    },
    "Te1": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584093632
    },
    "Te2": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584094656
    },
    "Te3": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584095680
    },
    "Te4": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584087440
    },
    "Tekram_sync": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584034336
    },
    "Temp16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Temp32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TempDesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "TempGpeNumber": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "TempObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "TempOperand1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "TempPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "TempSemaphore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "TempSizeNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ThisArgType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ThisElement": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "ThisEvent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_EVENT_INFO"
        }
      },
      "address": 0
    },
    "ThisIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ThisName": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_PREDEFINED_INFO"
        }
      },
      "address": 0
    },
    "ThisNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_NAMESPACE_NODE"
        }
      },
      "address": 0
    },
    "ThisRegister": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_GPE_REGISTER_INFO"
        }
      },
      "address": 0
    },
    "ThisRtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ThisSearchType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ThisSourceObj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OPERAND_OBJECT"
        }
      },
      "address": 0
    },
    "ThisTargetPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "ThisThreadId": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_THREAD_STATE"
        }
      },
      "address": 0
    },
    "Timer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TimerValue": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ToDistribute": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TopObjectList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ACPI_OPERAND_OBJECT"
          }
        }
      },
      "address": 0
    },
    "Toshiba_750": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119808
    },
    "TotalLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TotalSize": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "TraverseCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Tyan_TBLE": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119888
    },
    "Type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TypeA": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "TypeB": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "TypeBuffer": {
      "type": {
        "count": 96,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "TypeNeeded": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "TypeString": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "TypeToCheckFor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "UART_IOCTL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572854400
    },
    "UART_SETSIG": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572851152
    },
    "UDP_CSUM": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "UNKNOWN": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587130496
    },
    "UNUSED_FLAG": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "Uid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PNP_DEVICE_ID"
        }
      },
      "address": 0
    },
    "UnicodeBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "UnicodeLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "UserArgType": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "UserPrt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PCI_ROUTING_TABLE"
        }
      },
      "address": 0
    },
    "UtRtypeNames": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "VIA_VP3A": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_rule"
        }
      },
      "address": 18446744071584119968
    },
    "VOP_ACCESS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580070736
    },
    "VOP_ACCESSX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580030528
    },
    "VOP_ACCESSX_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582448144
    },
    "VOP_ACCESSX_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582448304
    },
    "VOP_ACCESS_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582447840
    },
    "VOP_ACCESS_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582448000
    },
    "VOP_ACLCHECK_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582460096
    },
    "VOP_ACLCHECK_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582460256
    },
    "VOP_ADD_WRITECOUNT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576624896
    },
    "VOP_ADD_WRITECOUNT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582465632
    },
    "VOP_ADD_WRITECOUNT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582465792
    },
    "VOP_ADVISE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576614848
    },
    "VOP_ADVISE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582463392
    },
    "VOP_ADVISE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582463552
    },
    "VOP_ADVLOCK": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576646992
    },
    "VOP_ADVLOCKASYNC_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582457648
    },
    "VOP_ADVLOCKASYNC_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582457808
    },
    "VOP_ADVLOCKPURGE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582457968
    },
    "VOP_ADVLOCKPURGE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582458128
    },
    "VOP_ADVLOCK_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582457328
    },
    "VOP_ADVLOCK_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582457488
    },
    "VOP_ALLOCATE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582463072
    },
    "VOP_ALLOCATE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582463232
    },
    "VOP_BMAP_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582455728
    },
    "VOP_BMAP_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582455888
    },
    "VOP_CACHEDLOOKUP_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582445712
    },
    "VOP_CACHEDLOOKUP_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582445872
    },
    "VOP_CLOSEEXTATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582460416
    },
    "VOP_CLOSEEXTATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582460576
    },
    "VOP_CLOSE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446912
    },
    "VOP_CLOSE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582447072
    },
    "VOP_COPY_FILE_RANGE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582466272
    },
    "VOP_COPY_FILE_RANGE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582466432
    },
    "VOP_CREATE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446016
    },
    "VOP_CREATE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446048
    },
    "VOP_DEALLOCATE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582466912
    },
    "VOP_DEALLOCATE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582467072
    },
    "VOP_DELETEEXTATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461696
    },
    "VOP_DELETEEXTATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461728
    },
    "VOP_FDATASYNC_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582465952
    },
    "VOP_FDATASYNC_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582466112
    },
    "VOP_FPLOOKUP_SYMLINK_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582447536
    },
    "VOP_FPLOOKUP_SYMLINK_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582447696
    },
    "VOP_FPLOOKUP_VEXEC_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582447232
    },
    "VOP_FPLOOKUP_VEXEC_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582447392
    },
    "VOP_FSYNC_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582451920
    },
    "VOP_FSYNC_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452080
    },
    "VOP_GETACL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574019968
    },
    "VOP_GETACL_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582459568
    },
    "VOP_GETACL_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582459728
    },
    "VOP_GETATTR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580091456
    },
    "VOP_GETATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582448752
    },
    "VOP_GETATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582448912
    },
    "VOP_GETEXTATTR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574475248
    },
    "VOP_GETEXTATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582460736
    },
    "VOP_GETEXTATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582460896
    },
    "VOP_GETPAGES_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582458608
    },
    "VOP_GETPAGES_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582458768
    },
    "VOP_GETPAGES_ASYNC_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582458928
    },
    "VOP_GETPAGES_ASYNC_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582459088
    },
    "VOP_GETWRITEMOUNT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582456368
    },
    "VOP_GETWRITEMOUNT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582456528
    },
    "VOP_INACTIVE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582454128
    },
    "VOP_INACTIVE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582454288
    },
    "VOP_IOCTL_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582450640
    },
    "VOP_IOCTL_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582450800
    },
    "VOP_ISLOCKED": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580030688
    },
    "VOP_ISLOCKED_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582445104
    },
    "VOP_ISLOCKED_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582445264
    },
    "VOP_IS_TEXT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582464672
    },
    "VOP_IS_TEXT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582464832
    },
    "VOP_KQFILTER_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582451280
    },
    "VOP_KQFILTER_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582451440
    },
    "VOP_LINK_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452448
    },
    "VOP_LINK_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452480
    },
    "VOP_LISTEXTATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461056
    },
    "VOP_LISTEXTATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461216
    },
    "VOP_LOCK1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579853696
    },
    "VOP_LOCK1_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582455088
    },
    "VOP_LOCK1_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582455248
    },
    "VOP_LOOKUP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576430960
    },
    "VOP_LOOKUP_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582445408
    },
    "VOP_LOOKUP_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582445568
    },
    "VOP_MKDIR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452864
    },
    "VOP_MKDIR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452896
    },
    "VOP_MKNOD_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446400
    },
    "VOP_MKNOD_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446432
    },
    "VOP_MMAPPED": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575270448
    },
    "VOP_MMAPPED_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582449264
    },
    "VOP_MMAPPED_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582449424
    },
    "VOP_NEED_INACTIVE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582454448
    },
    "VOP_NEED_INACTIVE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582454608
    },
    "VOP_OPENEXTATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461376
    },
    "VOP_OPENEXTATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461536
    },
    "VOP_OPEN_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446592
    },
    "VOP_OPEN_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446752
    },
    "VOP_PATHCONF_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582457008
    },
    "VOP_PATHCONF_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582457168
    },
    "VOP_POLL_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582450960
    },
    "VOP_POLL_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582451120
    },
    "VOP_PRINT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582456688
    },
    "VOP_PRINT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582456848
    },
    "VOP_PUTPAGES_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582459248
    },
    "VOP_PUTPAGES_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582459408
    },
    "VOP_READDIR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453488
    },
    "VOP_READDIR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453648
    },
    "VOP_READLINK_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453808
    },
    "VOP_READLINK_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453968
    },
    "VOP_READ_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582449584
    },
    "VOP_READ_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582449744
    },
    "VOP_READ_PGCACHE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582449904
    },
    "VOP_READ_PGCACHE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582450064
    },
    "VOP_REALLOCBLKS_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582458288
    },
    "VOP_REALLOCBLKS_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582458448
    },
    "VOP_RECLAIM_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582454768
    },
    "VOP_RECLAIM_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582454928
    },
    "VOP_REMOVE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452240
    },
    "VOP_REMOVE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452272
    },
    "VOP_RENAME_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452656
    },
    "VOP_RENAME_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582452688
    },
    "VOP_REVOKE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582451600
    },
    "VOP_REVOKE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582451760
    },
    "VOP_RMDIR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453072
    },
    "VOP_RMDIR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453104
    },
    "VOP_SETACL_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582459888
    },
    "VOP_SETACL_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582459920
    },
    "VOP_SETATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582449056
    },
    "VOP_SETATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582449088
    },
    "VOP_SETEXTATTR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461904
    },
    "VOP_SETEXTATTR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582461936
    },
    "VOP_SETLABEL_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582462112
    },
    "VOP_SETLABEL_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582462272
    },
    "VOP_SET_TEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575268576
    },
    "VOP_SET_TEXT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582464992
    },
    "VOP_SET_TEXT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582465152
    },
    "VOP_SPARE1_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582467232
    },
    "VOP_SPARE1_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582467392
    },
    "VOP_SPARE2_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582467552
    },
    "VOP_SPARE2_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582467712
    },
    "VOP_SPARE3_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582467872
    },
    "VOP_SPARE3_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582468032
    },
    "VOP_SPARE4_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582468192
    },
    "VOP_SPARE4_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582468352
    },
    "VOP_SPARE5_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582468512
    },
    "VOP_SPARE5_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582468672
    },
    "VOP_STAT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582448448
    },
    "VOP_STAT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582448608
    },
    "VOP_STRATEGY_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582456048
    },
    "VOP_STRATEGY_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582456208
    },
    "VOP_SYMLINK_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453280
    },
    "VOP_SYMLINK_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582453312
    },
    "VOP_UNLOCK": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582326112
    },
    "VOP_UNLOCK_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582455408
    },
    "VOP_UNLOCK_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582455568
    },
    "VOP_UNP_BIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576328384
    },
    "VOP_UNP_BIND_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582463712
    },
    "VOP_UNP_BIND_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582463872
    },
    "VOP_UNP_CONNECT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576302496
    },
    "VOP_UNP_CONNECT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582464032
    },
    "VOP_UNP_CONNECT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582464192
    },
    "VOP_UNP_DETACH_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582464352
    },
    "VOP_UNP_DETACH_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582464512
    },
    "VOP_UNSET_TEXT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582465312
    },
    "VOP_UNSET_TEXT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582465472
    },
    "VOP_VPTOCNP_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582462752
    },
    "VOP_VPTOCNP_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582462912
    },
    "VOP_VPTOFH_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582462432
    },
    "VOP_VPTOFH_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582462592
    },
    "VOP_VPUT_PAIR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580072800
    },
    "VOP_VPUT_PAIR_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582466592
    },
    "VOP_VPUT_PAIR_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582466752
    },
    "VOP_WHITEOUT_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446208
    },
    "VOP_WHITEOUT_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582446240
    },
    "VOP_WRITE_AP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582450224
    },
    "VOP_WRITE_APV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582450256
    },
    "Val": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "Valid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Value": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "Value32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Value64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ValueA": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ValueB": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "Vendor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_RESOURCE_VENDOR_TYPED"
        }
      },
      "address": 0
    },
    "Version": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "VpdTable_I": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071610624816
    },
    "VpdTable_L": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071610623792
    },
    "VpdTable_R": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071610624304
    },
    "Vpd_I_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Vpd_delta_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "Vpd_step": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "W": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "WR": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "WRITE": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "W_cubic": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "W_est": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "WalkInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DEVICE_WALK_INFO"
        }
      },
      "address": 0
    },
    "WalkState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_WALK_STATE"
        }
      },
      "address": 0
    },
    "WidthMask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "X0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X00": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X01": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X02": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X03": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X04": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X05": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X06": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X07": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X08": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X09": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X10": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X11": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X12": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X13": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X14": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X15": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X4": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X5": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X6": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "X7": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "XZ_DEC": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071608314624
    },
    "XZ_DEC_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608314576
    },
    "XZ_DEC_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608314600
    },
    "X_db_line_at_pc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567061968
    },
    "X_db_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567061984
    },
    "X_db_search_symbol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567062112
    },
    "X_db_sym_numargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567062432
    },
    "X_db_symbol_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567062448
    },
    "X_ip6_mforward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578119728
    },
    "X_ip6_mrouter_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578118336
    },
    "X_ip6_mrouter_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578119088
    },
    "X_ip6_mrouter_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578114512
    },
    "X_ip_mcast_src": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577736160
    },
    "X_ip_mforward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577736272
    },
    "X_ip_mrouter_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577738320
    },
    "X_ip_mrouter_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577739456
    },
    "X_ip_mrouter_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577739600
    },
    "X_ip_rsvp_force_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577746288
    },
    "X_ip_rsvp_vif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577746304
    },
    "X_legal_vif_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577746320
    },
    "X_mrt6_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578119168
    },
    "X_mrt_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577746416
    },
    "X_rsvp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577747104
    },
    "Xalign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380065
    },
    "Xalign_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379872
    },
    "Xapic_isr1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581385088
    },
    "Xapic_isr1_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384960
    },
    "Xapic_isr2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581385456
    },
    "Xapic_isr2_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581385328
    },
    "Xapic_isr3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581385824
    },
    "Xapic_isr3_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581385696
    },
    "Xapic_isr4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581386192
    },
    "Xapic_isr4_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581386064
    },
    "Xapic_isr5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581386560
    },
    "Xapic_isr5_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581386432
    },
    "Xapic_isr6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581386928
    },
    "Xapic_isr6_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581386800
    },
    "Xapic_isr7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581387296
    },
    "Xapic_isr7_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581387168
    },
    "Xbnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377920
    },
    "Xbnd_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377712
    },
    "Xbpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376832
    },
    "Xbpt_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376624
    },
    "Xcmcint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581387984
    },
    "Xcmcint_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581387856
    },
    "Xcpustop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581389584
    },
    "Xcpustop_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581389456
    },
    "Xcpususpend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581389904
    },
    "Xcpususpend_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581389776
    },
    "Xdbg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382896
    },
    "Xdblfault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380496
    },
    "Xdiv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377376
    },
    "Xdiv_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377168
    },
    "Xdna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378464
    },
    "Xdna_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378256
    },
    "Xdtrace_ret": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377104
    },
    "Xdtrace_ret_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376896
    },
    "Xerrorint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581388304
    },
    "Xerrorint_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581388176
    },
    "Xfast_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382448
    },
    "Xfast_syscall32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382880
    },
    "Xfast_syscall_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382400
    },
    "Xfpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379280
    },
    "Xfpu_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379072
    },
    "Xfpusegm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378736
    },
    "Xfpusegm_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378528
    },
    "Xill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378192
    },
    "Xill_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377984
    },
    "Xint0x80_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384720
    },
    "Xint0x80_syscall_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384592
    },
    "Xinvlop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581388944
    },
    "Xinvlop_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581388816
    },
    "Xipi_intr_bitmap_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581389264
    },
    "Xipi_intr_bitmap_handler_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581389136
    },
    "Xipi_swi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581390224
    },
    "Xipi_swi_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581390096
    },
    "Xjustreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581390736
    },
    "Xjustreturn1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581390880
    },
    "Xjustreturn1_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581390752
    },
    "Xmchk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384112
    },
    "Xmissing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581381424
    },
    "Xmissing_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581381264
    },
    "Xnmi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581383440
    },
    "Xofl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377648
    },
    "Xofl_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377440
    },
    "Xpage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380880
    },
    "Xpage_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380720
    },
    "Xprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382160
    },
    "Xprot_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382000
    },
    "Xrendezvous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581390544
    },
    "Xrendezvous_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581390416
    },
    "Xrsvd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379008
    },
    "Xrsvd_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378800
    },
    "Xspuriousint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384944
    },
    "Xstk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581381792
    },
    "Xstk_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581381632
    },
    "Xtimerint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581387664
    },
    "Xtimerint_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581387536
    },
    "Xtss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379809
    },
    "Xtss_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379616
    },
    "Xvmbus_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694208
    },
    "Xvmbus_isr_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694080
    },
    "Xxen_intr_upcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581388624
    },
    "Xxen_intr_upcall_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581388496
    },
    "Xxmm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379552
    },
    "Xxmm_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379344
    },
    "ZSTD_BtFindBestMatch_dedicatedDictSearch_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566721888
    },
    "ZSTD_BtFindBestMatch_dedicatedDictSearch_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566724048
    },
    "ZSTD_BtFindBestMatch_dedicatedDictSearch_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566726240
    },
    "ZSTD_BtFindBestMatch_dictMatchState_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566713504
    },
    "ZSTD_BtFindBestMatch_dictMatchState_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566716288
    },
    "ZSTD_BtFindBestMatch_dictMatchState_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566719088
    },
    "ZSTD_BtFindBestMatch_extDict_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566705664
    },
    "ZSTD_BtFindBestMatch_extDict_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566708256
    },
    "ZSTD_BtFindBestMatch_extDict_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566710880
    },
    "ZSTD_BtFindBestMatch_noDict_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566699120
    },
    "ZSTD_BtFindBestMatch_noDict_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566701280
    },
    "ZSTD_BtFindBestMatch_noDict_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566703472
    },
    "ZSTD_BtVTable_dedicatedDictSearch_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075096
    },
    "ZSTD_BtVTable_dedicatedDictSearch_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075104
    },
    "ZSTD_BtVTable_dedicatedDictSearch_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075112
    },
    "ZSTD_BtVTable_dictMatchState_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075072
    },
    "ZSTD_BtVTable_dictMatchState_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075080
    },
    "ZSTD_BtVTable_dictMatchState_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075088
    },
    "ZSTD_BtVTable_extDict_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075048
    },
    "ZSTD_BtVTable_extDict_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075056
    },
    "ZSTD_BtVTable_extDict_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075064
    },
    "ZSTD_BtVTable_noDict_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075024
    },
    "ZSTD_BtVTable_noDict_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075032
    },
    "ZSTD_BtVTable_noDict_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075040
    },
    "ZSTD_CCtxParams_getParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566456432
    },
    "ZSTD_CCtxParams_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454528
    },
    "ZSTD_CCtxParams_init_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454608
    },
    "ZSTD_CCtxParams_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454464
    },
    "ZSTD_CCtxParams_setParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566455568
    },
    "ZSTD_CCtx_getParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566456416
    },
    "ZSTD_CCtx_init_compressStream2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566486848
    },
    "ZSTD_CCtx_loadDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566457520
    },
    "ZSTD_CCtx_loadDictionary_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566456832
    },
    "ZSTD_CCtx_loadDictionary_byReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566457488
    },
    "ZSTD_CCtx_refCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566457536
    },
    "ZSTD_CCtx_refPrefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566458080
    },
    "ZSTD_CCtx_refPrefix_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566458096
    },
    "ZSTD_CCtx_refThreadPool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566458032
    },
    "ZSTD_CCtx_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566458624
    },
    "ZSTD_CCtx_setParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566455392
    },
    "ZSTD_CCtx_setParametersUsingCCtxParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566456720
    },
    "ZSTD_CCtx_setPledgedSrcSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566456784
    },
    "ZSTD_CCtx_trace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566474048
    },
    "ZSTD_CStreamInSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566482144
    },
    "ZSTD_CStreamOutSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566482160
    },
    "ZSTD_DCtx_getParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866656
    },
    "ZSTD_DCtx_loadDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566864112
    },
    "ZSTD_DCtx_loadDictionary_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566863680
    },
    "ZSTD_DCtx_loadDictionary_byReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566863904
    },
    "ZSTD_DCtx_refDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566865312
    },
    "ZSTD_DCtx_refPrefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566864528
    },
    "ZSTD_DCtx_refPrefix_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566864320
    },
    "ZSTD_DCtx_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566864960
    },
    "ZSTD_DCtx_setFormat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866400
    },
    "ZSTD_DCtx_setMaxWindowSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866272
    },
    "ZSTD_DCtx_setParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866448
    },
    "ZSTD_DCtx_trace_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566860704
    },
    "ZSTD_DDict_dictContent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852032
    },
    "ZSTD_DDict_dictSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852048
    },
    "ZSTD_DStreamInSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566863648
    },
    "ZSTD_DStreamOutSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566863664
    },
    "ZSTD_HcFindBestMatch_dedicatedDictSearch_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566694944
    },
    "ZSTD_HcFindBestMatch_dedicatedDictSearch_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566696304
    },
    "ZSTD_HcFindBestMatch_dedicatedDictSearch_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566697712
    },
    "ZSTD_HcFindBestMatch_dictMatchState_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566691648
    },
    "ZSTD_HcFindBestMatch_dictMatchState_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566692736
    },
    "ZSTD_HcFindBestMatch_dictMatchState_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566693840
    },
    "ZSTD_HcFindBestMatch_extDict_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566688592
    },
    "ZSTD_HcFindBestMatch_extDict_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566689600
    },
    "ZSTD_HcFindBestMatch_extDict_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566690624
    },
    "ZSTD_HcFindBestMatch_noDict_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566686288
    },
    "ZSTD_HcFindBestMatch_noDict_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566687024
    },
    "ZSTD_HcFindBestMatch_noDict_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566687808
    },
    "ZSTD_HcVTable_dedicatedDictSearch_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074904
    },
    "ZSTD_HcVTable_dedicatedDictSearch_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074912
    },
    "ZSTD_HcVTable_dedicatedDictSearch_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074920
    },
    "ZSTD_HcVTable_dictMatchState_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074880
    },
    "ZSTD_HcVTable_dictMatchState_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074888
    },
    "ZSTD_HcVTable_dictMatchState_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074896
    },
    "ZSTD_HcVTable_extDict_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074856
    },
    "ZSTD_HcVTable_extDict_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074864
    },
    "ZSTD_HcVTable_extDict_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074872
    },
    "ZSTD_HcVTable_noDict_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074832
    },
    "ZSTD_HcVTable_noDict_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074840
    },
    "ZSTD_HcVTable_noDict_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584074848
    },
    "ZSTD_LLcode.LL_Code": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584078288
    },
    "ZSTD_MLcode.ML_Code": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584078416
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_4_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566773232
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_4_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566775184
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_4_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566777248
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_5_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566779408
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_5_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566781440
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_5_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566783520
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_6_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566785728
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_6_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566787760
    },
    "ZSTD_RowFindBestMatch_dedicatedDictSearch_6_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566789840
    },
    "ZSTD_RowFindBestMatch_dictMatchState_4_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566755264
    },
    "ZSTD_RowFindBestMatch_dictMatchState_4_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566757072
    },
    "ZSTD_RowFindBestMatch_dictMatchState_4_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566758960
    },
    "ZSTD_RowFindBestMatch_dictMatchState_5_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566761168
    },
    "ZSTD_RowFindBestMatch_dictMatchState_5_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566762976
    },
    "ZSTD_RowFindBestMatch_dictMatchState_5_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566764928
    },
    "ZSTD_RowFindBestMatch_dictMatchState_6_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566767200
    },
    "ZSTD_RowFindBestMatch_dictMatchState_6_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566769008
    },
    "ZSTD_RowFindBestMatch_dictMatchState_6_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566770960
    },
    "ZSTD_RowFindBestMatch_extDict_4_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566741792
    },
    "ZSTD_RowFindBestMatch_extDict_4_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566743248
    },
    "ZSTD_RowFindBestMatch_extDict_4_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566744720
    },
    "ZSTD_RowFindBestMatch_extDict_5_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566746336
    },
    "ZSTD_RowFindBestMatch_extDict_5_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566747744
    },
    "ZSTD_RowFindBestMatch_extDict_5_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566749200
    },
    "ZSTD_RowFindBestMatch_extDict_6_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566750800
    },
    "ZSTD_RowFindBestMatch_extDict_6_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566752208
    },
    "ZSTD_RowFindBestMatch_extDict_6_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566753664
    },
    "ZSTD_RowFindBestMatch_noDict_4_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566728432
    },
    "ZSTD_RowFindBestMatch_noDict_4_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566729840
    },
    "ZSTD_RowFindBestMatch_noDict_4_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566731296
    },
    "ZSTD_RowFindBestMatch_noDict_5_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566732864
    },
    "ZSTD_RowFindBestMatch_noDict_5_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566734272
    },
    "ZSTD_RowFindBestMatch_noDict_5_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566735728
    },
    "ZSTD_RowFindBestMatch_noDict_6_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566737328
    },
    "ZSTD_RowFindBestMatch_noDict_6_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566738736
    },
    "ZSTD_RowFindBestMatch_noDict_6_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566740192
    },
    "ZSTD_RowVTable_dedicatedDictSearch_4_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075432
    },
    "ZSTD_RowVTable_dedicatedDictSearch_4_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075440
    },
    "ZSTD_RowVTable_dedicatedDictSearch_4_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075448
    },
    "ZSTD_RowVTable_dedicatedDictSearch_5_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075456
    },
    "ZSTD_RowVTable_dedicatedDictSearch_5_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075464
    },
    "ZSTD_RowVTable_dedicatedDictSearch_5_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075472
    },
    "ZSTD_RowVTable_dedicatedDictSearch_6_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075480
    },
    "ZSTD_RowVTable_dedicatedDictSearch_6_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075488
    },
    "ZSTD_RowVTable_dedicatedDictSearch_6_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075496
    },
    "ZSTD_RowVTable_dictMatchState_4_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075360
    },
    "ZSTD_RowVTable_dictMatchState_4_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075368
    },
    "ZSTD_RowVTable_dictMatchState_4_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075376
    },
    "ZSTD_RowVTable_dictMatchState_5_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075384
    },
    "ZSTD_RowVTable_dictMatchState_5_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075392
    },
    "ZSTD_RowVTable_dictMatchState_5_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075400
    },
    "ZSTD_RowVTable_dictMatchState_6_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075408
    },
    "ZSTD_RowVTable_dictMatchState_6_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075416
    },
    "ZSTD_RowVTable_dictMatchState_6_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075424
    },
    "ZSTD_RowVTable_extDict_4_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075288
    },
    "ZSTD_RowVTable_extDict_4_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075296
    },
    "ZSTD_RowVTable_extDict_4_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075304
    },
    "ZSTD_RowVTable_extDict_5_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075312
    },
    "ZSTD_RowVTable_extDict_5_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075320
    },
    "ZSTD_RowVTable_extDict_5_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075328
    },
    "ZSTD_RowVTable_extDict_6_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075336
    },
    "ZSTD_RowVTable_extDict_6_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075344
    },
    "ZSTD_RowVTable_extDict_6_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075352
    },
    "ZSTD_RowVTable_noDict_4_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075216
    },
    "ZSTD_RowVTable_noDict_4_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075224
    },
    "ZSTD_RowVTable_noDict_4_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075232
    },
    "ZSTD_RowVTable_noDict_5_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075240
    },
    "ZSTD_RowVTable_noDict_5_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075248
    },
    "ZSTD_RowVTable_noDict_5_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075256
    },
    "ZSTD_RowVTable_noDict_6_4": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075264
    },
    "ZSTD_RowVTable_noDict_6_5": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075272
    },
    "ZSTD_RowVTable_noDict_6_6": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_LazyVTable"
      },
      "address": 18446744071584075280
    },
    "ZSTD_XXH32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566448560
    },
    "ZSTD_XXH32_canonicalFromHash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566450272
    },
    "ZSTD_XXH32_copyState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566449216
    },
    "ZSTD_XXH32_createState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566449152
    },
    "ZSTD_XXH32_digest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566449808
    },
    "ZSTD_XXH32_freeState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566449184
    },
    "ZSTD_XXH32_hashFromCanonical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566450288
    },
    "ZSTD_XXH32_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566449280
    },
    "ZSTD_XXH32_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566449376
    },
    "ZSTD_XXH64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566450304
    },
    "ZSTD_XXH64_canonicalFromHash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566452432
    },
    "ZSTD_XXH64_copyState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566451168
    },
    "ZSTD_XXH64_createState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566451104
    },
    "ZSTD_XXH64_digest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566451760
    },
    "ZSTD_XXH64_freeState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566451136
    },
    "ZSTD_XXH64_hashFromCanonical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566452448
    },
    "ZSTD_XXH64_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566451184
    },
    "ZSTD_XXH64_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566451312
    },
    "ZSTD_XXH_versionNumber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566448544
    },
    "ZSTD_adjustCParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566459200
    },
    "ZSTD_blockHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ZSTD_btGetAllMatches_dictMatchState_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566837968
    },
    "ZSTD_btGetAllMatches_dictMatchState_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566841920
    },
    "ZSTD_btGetAllMatches_dictMatchState_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566845280
    },
    "ZSTD_btGetAllMatches_dictMatchState_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566848656
    },
    "ZSTD_btGetAllMatches_extDict_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566824576
    },
    "ZSTD_btGetAllMatches_extDict_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566828448
    },
    "ZSTD_btGetAllMatches_extDict_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566831568
    },
    "ZSTD_btGetAllMatches_extDict_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566834768
    },
    "ZSTD_btGetAllMatches_noDict_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566813936
    },
    "ZSTD_btGetAllMatches_noDict_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566817088
    },
    "ZSTD_btGetAllMatches_noDict_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566819584
    },
    "ZSTD_btGetAllMatches_noDict_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566822080
    },
    "ZSTD_buildBlockEntropyStats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566464896
    },
    "ZSTD_buildCTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566509536
    },
    "ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566500464
    },
    "ZSTD_buildFSETable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566871584
    },
    "ZSTD_buildFSETable_body_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566872448
    },
    "ZSTD_buildSeqStore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566497600
    },
    "ZSTD_buildSeqTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566873888
    },
    "ZSTD_buildSequencesStatistics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566494704
    },
    "ZSTD_cParam_getBounds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566455040
    },
    "ZSTD_checkCParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454928
    },
    "ZSTD_checkContinuity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566894304
    },
    "ZSTD_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566476816
    },
    "ZSTD_compress2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566464656
    },
    "ZSTD_compressBegin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566474032
    },
    "ZSTD_compressBegin_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566472624
    },
    "ZSTD_compressBegin_advanced_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566471120
    },
    "ZSTD_compressBegin_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566471264
    },
    "ZSTD_compressBegin_usingCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566481104
    },
    "ZSTD_compressBegin_usingCDict_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566480528
    },
    "ZSTD_compressBegin_usingCDict_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566480544
    },
    "ZSTD_compressBegin_usingDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566473296
    },
    "ZSTD_compressBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566469728
    },
    "ZSTD_compressBlock_btlazy2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566623680
    },
    "ZSTD_compressBlock_btlazy2_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566633840
    },
    "ZSTD_compressBlock_btlazy2_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566676224
    },
    "ZSTD_compressBlock_btopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566799088
    },
    "ZSTD_compressBlock_btopt_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566812816
    },
    "ZSTD_compressBlock_btopt_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566812848
    },
    "ZSTD_compressBlock_btultra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566805824
    },
    "ZSTD_compressBlock_btultra2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566812624
    },
    "ZSTD_compressBlock_btultra_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566812832
    },
    "ZSTD_compressBlock_btultra_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566812864
    },
    "ZSTD_compressBlock_doubleFast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566547232
    },
    "ZSTD_compressBlock_doubleFast_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566562912
    },
    "ZSTD_compressBlock_doubleFast_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566580800
    },
    "ZSTD_compressBlock_doubleFast_extDict_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566581264
    },
    "ZSTD_compressBlock_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566586000
    },
    "ZSTD_compressBlock_fast_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566605104
    },
    "ZSTD_compressBlock_fast_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566618640
    },
    "ZSTD_compressBlock_fast_extDict_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566619104
    },
    "ZSTD_compressBlock_greedy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566631952
    },
    "ZSTD_compressBlock_greedy_dedicatedDictSearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566646160
    },
    "ZSTD_compressBlock_greedy_dedicatedDictSearch_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566667856
    },
    "ZSTD_compressBlock_greedy_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566640272
    },
    "ZSTD_compressBlock_greedy_dictMatchState_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566660976
    },
    "ZSTD_compressBlock_greedy_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566669744
    },
    "ZSTD_compressBlock_greedy_extDict_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566678720
    },
    "ZSTD_compressBlock_greedy_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566653728
    },
    "ZSTD_compressBlock_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566496752
    },
    "ZSTD_compressBlock_lazy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566629424
    },
    "ZSTD_compressBlock_lazy2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566626544
    },
    "ZSTD_compressBlock_lazy2_dedicatedDictSearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566641888
    },
    "ZSTD_compressBlock_lazy2_dedicatedDictSearch_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566662864
    },
    "ZSTD_compressBlock_lazy2_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566636000
    },
    "ZSTD_compressBlock_lazy2_dictMatchState_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566656000
    },
    "ZSTD_compressBlock_lazy2_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566673728
    },
    "ZSTD_compressBlock_lazy2_extDict_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566683168
    },
    "ZSTD_compressBlock_lazy2_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566647776
    },
    "ZSTD_compressBlock_lazy_dedicatedDictSearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566644032
    },
    "ZSTD_compressBlock_lazy_dedicatedDictSearch_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566665392
    },
    "ZSTD_compressBlock_lazy_dictMatchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566638144
    },
    "ZSTD_compressBlock_lazy_dictMatchState_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566658512
    },
    "ZSTD_compressBlock_lazy_extDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566671360
    },
    "ZSTD_compressBlock_lazy_extDict_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566680608
    },
    "ZSTD_compressBlock_lazy_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566650912
    },
    "ZSTD_compressBlock_opt0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566799104
    },
    "ZSTD_compressBlock_opt2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566805840
    },
    "ZSTD_compressBound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566452464
    },
    "ZSTD_compressCCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566476160
    },
    "ZSTD_compressContinue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566466080
    },
    "ZSTD_compressContinue_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566466112
    },
    "ZSTD_compressEnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566474288
    },
    "ZSTD_compressLiterals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566507424
    },
    "ZSTD_compressRleLiteralsBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566507328
    },
    "ZSTD_compressSeqStore_singleBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566498624
    },
    "ZSTD_compressSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566487712
    },
    "ZSTD_compressStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566485232
    },
    "ZSTD_compressStream2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566485296
    },
    "ZSTD_compressStream2_simpleArgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566487616
    },
    "ZSTD_compressSuperBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566513264
    },
    "ZSTD_compress_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566474912
    },
    "ZSTD_compress_advanced_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566475328
    },
    "ZSTD_compress_insertDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566503312
    },
    "ZSTD_compress_usingCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566481536
    },
    "ZSTD_compress_usingCDict_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566481424
    },
    "ZSTD_compress_usingDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566475760
    },
    "ZSTD_copyBlockSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566502784
    },
    "ZSTD_copyCCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566463360
    },
    "ZSTD_copyDCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566854672
    },
    "ZSTD_copyDDictParameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852064
    },
    "ZSTD_copySequencesToSeqStoreExplicitBlockDelim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566504272
    },
    "ZSTD_copySequencesToSeqStoreNoBlockDelim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566505632
    },
    "ZSTD_count_2segments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566812880
    },
    "ZSTD_createCCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566452512
    },
    "ZSTD_createCCtxParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454288
    },
    "ZSTD_createCCtx_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566452656
    },
    "ZSTD_createCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566479552
    },
    "ZSTD_createCDict_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566477360
    },
    "ZSTD_createCDict_advanced2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566477552
    },
    "ZSTD_createCDict_byReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566479776
    },
    "ZSTD_createCStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566481648
    },
    "ZSTD_createCStream_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566481792
    },
    "ZSTD_createDCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566854032
    },
    "ZSTD_createDCtx_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566853680
    },
    "ZSTD_createDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852832
    },
    "ZSTD_createDDict_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852256
    },
    "ZSTD_createDDict_byReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852912
    },
    "ZSTD_createDStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566862704
    },
    "ZSTD_createDStream_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566863280
    },
    "ZSTD_crossEntropyCost": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566508672
    },
    "ZSTD_customCalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566436000
    },
    "ZSTD_customFree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566436096
    },
    "ZSTD_customMalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435952
    },
    "ZSTD_cycleLog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566459184
    },
    "ZSTD_dParam_getBounds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866336
    },
    "ZSTD_decodeFrameHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566860320
    },
    "ZSTD_decodeLiteralsBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566869968
    },
    "ZSTD_decodeSeqHeaders": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566873296
    },
    "ZSTD_decodingBufferSize_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866800
    },
    "ZSTD_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566858272
    },
    "ZSTD_decompressBegin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566861552
    },
    "ZSTD_decompressBegin_usingDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566862240
    },
    "ZSTD_decompressBegin_usingDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566861808
    },
    "ZSTD_decompressBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566894368
    },
    "ZSTD_decompressBlock_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566874240
    },
    "ZSTD_decompressBound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566856352
    },
    "ZSTD_decompressContinue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566858768
    },
    "ZSTD_decompressDCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566857968
    },
    "ZSTD_decompressMultiFrame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566856528
    },
    "ZSTD_decompressSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566891392
    },
    "ZSTD_decompressSequencesLong_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566894496
    },
    "ZSTD_decompressSequencesSplitLitBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566884336
    },
    "ZSTD_decompressSequencesSplitLitBuffer_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566905744
    },
    "ZSTD_decompressSequences_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566912288
    },
    "ZSTD_decompressStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866992
    },
    "ZSTD_decompressStream_simpleArgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566869760
    },
    "ZSTD_decompress_usingDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566858128
    },
    "ZSTD_decompress_usingDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566856496
    },
    "ZSTD_dedicatedDictSearch_lazy_loadDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566621952
    },
    "ZSTD_defaultCLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566489424
    },
    "ZSTD_defaultCMem": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_customMem"
      },
      "address": 18446744071584078736
    },
    "ZSTD_defaultCParameters": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 23,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "ZSTD_compressionParameters"
          }
        }
      },
      "address": 18446744071584069936
    },
    "ZSTD_deriveBlockSplitsHelper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566500096
    },
    "ZSTD_deriveSeqStoreChunk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566499504
    },
    "ZSTD_did_fieldSize": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584048832
    },
    "ZSTD_encodeSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566509904
    },
    "ZSTD_encodeSequences_bmi2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566511632
    },
    "ZSTD_endStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566489296
    },
    "ZSTD_entropyCompressSeqStore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566501888
    },
    "ZSTD_estimateCCtxSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566461856
    },
    "ZSTD_estimateCCtxSize_internal.srcSizeTiers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584046912
    },
    "ZSTD_estimateCCtxSize_usingCCtxParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566460576
    },
    "ZSTD_estimateCCtxSize_usingCCtxParams_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566460720
    },
    "ZSTD_estimateCCtxSize_usingCParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566461248
    },
    "ZSTD_estimateCDictSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566477168
    },
    "ZSTD_estimateCDictSize_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566477056
    },
    "ZSTD_estimateCStreamSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566462880
    },
    "ZSTD_estimateCStreamSize_usingCCtxParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566462336
    },
    "ZSTD_estimateCStreamSize_usingCParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566462560
    },
    "ZSTD_estimateDCtxSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566853392
    },
    "ZSTD_estimateDDictSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566853216
    },
    "ZSTD_estimateDStreamSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866848
    },
    "ZSTD_estimateDStreamSize_fromFrame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866880
    },
    "ZSTD_execSequenceEnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566903664
    },
    "ZSTD_execSequenceEndSplitLitBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566904960
    },
    "ZSTD_fcs_fieldSize": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584046976
    },
    "ZSTD_fillDoubleHashTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566546864
    },
    "ZSTD_fillHashTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566585552
    },
    "ZSTD_findDecompressedSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566855680
    },
    "ZSTD_findFrameCompressedSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566855952
    },
    "ZSTD_findFrameSizeInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566856048
    },
    "ZSTD_flushStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566489232
    },
    "ZSTD_frameHeaderSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566854768
    },
    "ZSTD_freeCCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566453280
    },
    "ZSTD_freeCCtxContent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566453408
    },
    "ZSTD_freeCCtxParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454400
    },
    "ZSTD_freeCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566479232
    },
    "ZSTD_freeCStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566482016
    },
    "ZSTD_freeDCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566854336
    },
    "ZSTD_freeDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852704
    },
    "ZSTD_freeDStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566863632
    },
    "ZSTD_fseBitCost": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566508464
    },
    "ZSTD_generateSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566464336
    },
    "ZSTD_getBlockSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566469680
    },
    "ZSTD_getCParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566489440
    },
    "ZSTD_getCParamsFromCCtxParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566459648
    },
    "ZSTD_getCParamsFromCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566480432
    },
    "ZSTD_getCParams_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566460096
    },
    "ZSTD_getDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566858160
    },
    "ZSTD_getDecompressedSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566855968
    },
    "ZSTD_getDictID_fromCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566480496
    },
    "ZSTD_getDictID_fromDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566853296
    },
    "ZSTD_getDictID_fromDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566862576
    },
    "ZSTD_getDictID_fromFrame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566862608
    },
    "ZSTD_getErrorCode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435904
    },
    "ZSTD_getErrorName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435872
    },
    "ZSTD_getErrorString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435936
    },
    "ZSTD_getFrameContentSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566855408
    },
    "ZSTD_getFrameHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566855392
    },
    "ZSTD_getFrameHeader_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566854864
    },
    "ZSTD_getFrameProgression": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566463136
    },
    "ZSTD_getParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566489488
    },
    "ZSTD_getSeqStore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454272
    },
    "ZSTD_getcBlockSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566869888
    },
    "ZSTD_initCDict_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566478784
    },
    "ZSTD_initCStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566484688
    },
    "ZSTD_initCStream_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566483776
    },
    "ZSTD_initCStream_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566482224
    },
    "ZSTD_initCStream_srcSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566484096
    },
    "ZSTD_initCStream_usingCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566483280
    },
    "ZSTD_initCStream_usingCDict_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566482784
    },
    "ZSTD_initCStream_usingDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566484000
    },
    "ZSTD_initDStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566865120
    },
    "ZSTD_initDStream_usingDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566865232
    },
    "ZSTD_initDStream_usingDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566864736
    },
    "ZSTD_initStaticCCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566452864
    },
    "ZSTD_initStaticCDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566480000
    },
    "ZSTD_initStaticCStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566482000
    },
    "ZSTD_initStaticDCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566853408
    },
    "ZSTD_initStaticDDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566852992
    },
    "ZSTD_initStaticDStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566863008
    },
    "ZSTD_insertAndFindFirstIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566623008
    },
    "ZSTD_insertBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566856448
    },
    "ZSTD_invalidateRepCodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566463296
    },
    "ZSTD_isError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435856
    },
    "ZSTD_isFrame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566854688
    },
    "ZSTD_isRLE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566498304
    },
    "ZSTD_isSkippableFrame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566854736
    },
    "ZSTD_ldm_adjustParameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566792048
    },
    "ZSTD_ldm_blockCompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566796320
    },
    "ZSTD_ldm_fillHashTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566792256
    },
    "ZSTD_ldm_gearTab": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584075792
    },
    "ZSTD_ldm_gear_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566792640
    },
    "ZSTD_ldm_generateSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566792960
    },
    "ZSTD_ldm_getMaxNbSeq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566792208
    },
    "ZSTD_ldm_getTableSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566792144
    },
    "ZSTD_ldm_skipRawSeqStoreBytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566796224
    },
    "ZSTD_ldm_skipSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566796064
    },
    "ZSTD_loadCEntropy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566469824
    },
    "ZSTD_loadDEntropy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566860912
    },
    "ZSTD_loadDictionaryContent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566503600
    },
    "ZSTD_maxCLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566455376
    },
    "ZSTD_mergeBlockDelimiters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566464816
    },
    "ZSTD_minCLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566455360
    },
    "ZSTD_nextInputType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566858736
    },
    "ZSTD_nextSrcSizeToDecompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566858720
    },
    "ZSTD_noCompressLiterals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566507200
    },
    "ZSTD_optLdm_processMatchCandidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566813680
    },
    "ZSTD_opt_getNextMatchAndUpdateSeqStore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566813296
    },
    "ZSTD_overflowCorrectIfNeeded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566495696
    },
    "ZSTD_overlapCopy8.dec32table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048224
    },
    "ZSTD_overlapCopy8.dec64table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047424
    },
    "ZSTD_readSkippableFrame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566855472
    },
    "ZSTD_reduceTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566497104
    },
    "ZSTD_referenceExternalSequences": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566466000
    },
    "ZSTD_resetCCtx_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566489552
    },
    "ZSTD_resetCStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566482176
    },
    "ZSTD_resetDStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866224
    },
    "ZSTD_resetSeqStore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566464304
    },
    "ZSTD_reset_compressedBlockState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566463232
    },
    "ZSTD_reset_matchState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566492560
    },
    "ZSTD_row_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566623376
    },
    "ZSTD_safecopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566904320
    },
    "ZSTD_selectBlockCompressor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566464224
    },
    "ZSTD_selectBlockCompressor.blockCompressor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584068880
    },
    "ZSTD_selectBlockCompressor.rowBasedBlockCompressors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584069200
    },
    "ZSTD_selectEncodingType": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566508768
    },
    "ZSTD_seqToCodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566464016
    },
    "ZSTD_sizeof_CCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454016
    },
    "ZSTD_sizeof_CDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566477312
    },
    "ZSTD_sizeof_CStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566454144
    },
    "ZSTD_sizeof_DCtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566853328
    },
    "ZSTD_sizeof_DDict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566853248
    },
    "ZSTD_sizeof_DStream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566866736
    },
    "ZSTD_toFlushNow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566463216
    },
    "ZSTD_trace_compress_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ZSTD_trace_compress_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ZSTD_trace_decompress_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ZSTD_trace_decompress_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ZSTD_updateTree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566797872
    },
    "ZSTD_versionNumber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435824
    },
    "ZSTD_versionString": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435840
    },
    "ZSTD_writeFrameHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566488848
    },
    "ZSTD_writeLastEmptyBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566465952
    },
    "ZSTD_writeSkippableFrame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566465856
    },
    "_AcpiModuleName": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584064273
    },
    "_DYNAMIC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608205312
    },
    "_K": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584035104
    },
    "__Tunable_init_100_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609641224
    },
    "__Tunable_init_101_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609606392
    },
    "__Tunable_init_102_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610148320
    },
    "__Tunable_init_103_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608242848
    },
    "__Tunable_init_104_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610148344
    },
    "__Tunable_init_105_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609705280
    },
    "__Tunable_init_107_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608242896
    },
    "__Tunable_init_110_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609705416
    },
    "__Tunable_init_115_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609705552
    },
    "__Tunable_init_120_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609705688
    },
    "__Tunable_init_1276_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609394264
    },
    "__Tunable_init_134_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609810208
    },
    "__Tunable_init_137_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609668416
    },
    "__Tunable_init_140_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458200
    },
    "__Tunable_init_142_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609619320
    },
    "__Tunable_init_143_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458224
    },
    "__Tunable_init_145_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608491216
    },
    "__Tunable_init_146_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609577288
    },
    "__Tunable_init_149_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458272
    },
    "__Tunable_init_152_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458296
    },
    "__Tunable_init_155_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610207224
    },
    "__Tunable_init_156_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610207248
    },
    "__Tunable_init_157_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610207272
    },
    "__Tunable_init_1584_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608277840
    },
    "__Tunable_init_159_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527000
    },
    "__Tunable_init_163_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609106928
    },
    "__Tunable_init_165_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609106952
    },
    "__Tunable_init_167_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609106976
    },
    "__Tunable_init_169_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609107000
    },
    "__Tunable_init_1837_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669408
    },
    "__Tunable_init_186_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608524344
    },
    "__Tunable_init_187_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608334320
    },
    "__Tunable_init_188_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608497576
    },
    "__Tunable_init_193_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609451616
    },
    "__Tunable_init_196_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608457680
    },
    "__Tunable_init_197_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608497600
    },
    "__Tunable_init_198_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608457728
    },
    "__Tunable_init_199_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608457752
    },
    "__Tunable_init_200_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608245944
    },
    "__Tunable_init_211_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609455424
    },
    "__Tunable_init_219_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609454064
    },
    "__Tunable_init_220_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609087136
    },
    "__Tunable_init_221_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609454088
    },
    "__Tunable_init_242_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610203632
    },
    "__Tunable_init_244_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609403736
    },
    "__Tunable_init_246_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609403760
    },
    "__Tunable_init_249_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610203768
    },
    "__Tunable_init_250_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608423008
    },
    "__Tunable_init_253_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608423032
    },
    "__Tunable_init_260_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610203904
    },
    "__Tunable_init_262_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608423056
    },
    "__Tunable_init_265_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609115096
    },
    "__Tunable_init_267_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610204040
    },
    "__Tunable_init_271_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608423080
    },
    "__Tunable_init_274_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610204176
    },
    "__Tunable_init_275_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326992
    },
    "__Tunable_init_278_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608327016
    },
    "__Tunable_init_282_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608327040
    },
    "__Tunable_init_290_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608327176
    },
    "__Tunable_init_293_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608433992
    },
    "__Tunable_init_296_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608327312
    },
    "__Tunable_init_297_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610204312
    },
    "__Tunable_init_299_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608434136
    },
    "__Tunable_init_301_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608327448
    },
    "__Tunable_init_302_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610204448
    },
    "__Tunable_init_3806_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609712680
    },
    "__Tunable_init_383_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610067832
    },
    "__Tunable_init_400_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608490832
    },
    "__Tunable_init_452_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608438440
    },
    "__Tunable_init_458_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608438584
    },
    "__Tunable_init_45_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326528
    },
    "__Tunable_init_51_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608336760
    },
    "__Tunable_init_523_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609394304
    },
    "__Tunable_init_52_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610172192
    },
    "__Tunable_init_60_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609103056
    },
    "__Tunable_init_76_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610157680
    },
    "__Tunable_init_80_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608483680
    },
    "__Tunable_init_81_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610087576
    },
    "__Tunable_init_82_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609515024
    },
    "__Tunable_init_83_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608457488
    },
    "__Tunable_init_86_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610158328
    },
    "__Tunable_init_87_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608334808
    },
    "__Tunable_init_887_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609393776
    },
    "__Tunable_init_888_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609393800
    },
    "__Tunable_init_88_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608334832
    },
    "__Tunable_init_89_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608498616
    },
    "__Tunable_init_90_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608498640
    },
    "__Tunable_init_91_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522600
    },
    "__Tunable_init_94_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171504
    },
    "__Tunable_init_95_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171528
    },
    "__Tunable_init_96_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609641200
    },
    "__Tunable_init_97_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522624
    },
    "__Tunable_init_98_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609643464
    },
    "__Tunable_init_99_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609606368
    },
    "____ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_node"
        }
      },
      "address": 0
    },
    "___dma_getp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572677088
    },
    "___mp0_getp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572677040
    },
    "___t": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "__arg4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__arg5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__b": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__bits": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__bss_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610260412
    },
    "__build_id_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607496708
    },
    "__build_id_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607496672
    },
    "__call": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__cap_rights_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575865920
    },
    "__cap_rights_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575865584
    },
    "__cap_rights_is_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575866096
    },
    "__cap_rights_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575865760
    },
    "__cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912140
    },
    "__control": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__count": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__cpu_data": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cpuinfo_x86"
        }
      },
      "address": 18446744071613282208
    },
    "__d": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "__e1000_read_kmrn_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358704
    },
    "__e1000_read_phy_reg_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569370624
    },
    "__e1000_write_kmrn_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569359120
    },
    "__e1000_write_phy_reg_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371072
    },
    "__ecore_vlan_mac_execute_step": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580709808
    },
    "__ecore_vlan_mac_h_write_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580707360
    },
    "__explicit_bzero_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576651104
    },
    "__found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__fpop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "__fs_remove_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579255920
    },
    "__g_vfs_bufops": {
      "type": {
        "kind": "struct",
        "name": "buf_ops"
      },
      "address": 18446744071609582616
    },
    "__get_user_pages_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867872
    },
    "__hvs_remove_pcb_from_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580885792
    },
    "__i": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__i40e_read_nvm_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582130192
    },
    "__i40e_read_nvm_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582129104
    },
    "__i40e_write_nvm_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582130944
    },
    "__i40e_write_nvm_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582130832
    },
    "__ice_aq_get_set_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848592
    },
    "__ice_sysctl_phy_type_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581818016
    },
    "__ice_write_sr_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581913920
    },
    "__ice_write_sr_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581913504
    },
    "__ign1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__ign2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__ign3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__lockmgr_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575394336
    },
    "__log_once": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613291072
    },
    "__m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "__mask": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "__max1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__max2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__mhow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__min1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__min2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__mlx4_alloc_mtt_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579055344
    },
    "__mlx4_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578942048
    },
    "__mlx4_counter_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579009920
    },
    "__mlx4_counter_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010160
    },
    "__mlx4_cq_alloc_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578967328
    },
    "__mlx4_cq_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578967504
    },
    "__mlx4_free_mtt_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579056592
    },
    "__mlx4_mpt_alloc_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057712
    },
    "__mlx4_mpt_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057744
    },
    "__mlx4_mpt_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057680
    },
    "__mlx4_mpt_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057648
    },
    "__mlx4_qp_alloc_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579095104
    },
    "__mlx4_qp_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579095376
    },
    "__mlx4_qp_modify.op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585326976
    },
    "__mlx4_qp_release_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579094832
    },
    "__mlx4_qp_reserve_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579094512
    },
    "__mlx4_register_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579067168
    },
    "__mlx4_register_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579073648
    },
    "__mlx4_replace_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579071936
    },
    "__mlx4_srq_alloc_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579103488
    },
    "__mlx4_srq_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579103664
    },
    "__mlx4_unregister_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579070208
    },
    "__mlx4_unregister_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579076704
    },
    "__mlx4_write_mtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579059696
    },
    "__mlx4_xrcd_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064224
    },
    "__mlx4_xrcd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064384
    },
    "__mnt_vnode_first_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576530768
    },
    "__mnt_vnode_first_lazy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576551408
    },
    "__mnt_vnode_markerfree_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576531296
    },
    "__mnt_vnode_markerfree_lazy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552032
    },
    "__mnt_vnode_next_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576532896
    },
    "__mnt_vnode_next_lazy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576550112
    },
    "__mtx_lock_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575440256
    },
    "__mtx_lock_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575440352
    },
    "__mtx_lock_spin_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575441552
    },
    "__mtx_trylock_spin_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575442320
    },
    "__mtx_unlock_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575441280
    },
    "__mtx_unlock_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575441328
    },
    "__mtx_unlock_spin_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575442448
    },
    "__n": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__netmap_mem_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571005344
    },
    "__netmap_mem_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571005472
    },
    "__new": {
      "type": {
        "kind": "union",
        "name": "unnamed_98d8f44436cf87a9"
      },
      "address": 0
    },
    "__no_mem_str": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585396528
    },
    "__ocs_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206912
    },
    "__ocs_d_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571395488
    },
    "__ocs_d_device_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571406864
    },
    "__ocs_d_device_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571393152
    },
    "__ocs_d_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571399584
    },
    "__ocs_d_initiate_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571392224
    },
    "__ocs_d_port_logged_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571397184
    },
    "__ocs_d_wait_adisc_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571407840
    },
    "__ocs_d_wait_attach_evt_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571405824
    },
    "__ocs_d_wait_del_ini_tgt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571394944
    },
    "__ocs_d_wait_del_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571394400
    },
    "__ocs_d_wait_domain_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571403472
    },
    "__ocs_d_wait_logo_acc_cmpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571404656
    },
    "__ocs_d_wait_logo_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571398464
    },
    "__ocs_d_wait_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571395936
    },
    "__ocs_d_wait_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571402624
    },
    "__ocs_d_wait_plogi_acc_cmpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571396672
    },
    "__ocs_d_wait_plogi_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571401376
    },
    "__ocs_d_wait_plogi_rsp_recvd_prli": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571405104
    },
    "__ocs_d_wait_prlo_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571399024
    },
    "__ocs_d_wait_topology_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571403936
    },
    "__ocs_domain_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571424208
    },
    "__ocs_domain_attach_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571425456
    },
    "__ocs_domain_common_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571429456
    },
    "__ocs_domain_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571419440
    },
    "__ocs_domain_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571428480
    },
    "__ocs_domain_wait_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571423088
    },
    "__ocs_domain_wait_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571426400
    },
    "__ocs_domain_wait_domain_lost": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571425536
    },
    "__ocs_domain_wait_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571427936
    },
    "__ocs_domain_wait_sports_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571427616
    },
    "__ocs_els_aborted_delay_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571472368
    },
    "__ocs_els_aborting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571471808
    },
    "__ocs_els_aborting_wait_abort_cmpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571472928
    },
    "__ocs_els_aborting_wait_req_cmpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571473216
    },
    "__ocs_els_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571468528
    },
    "__ocs_els_delay_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571471408
    },
    "__ocs_els_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571459632
    },
    "__ocs_els_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571470736
    },
    "__ocs_els_wait_resp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571469472
    },
    "__ocs_fabctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571489152
    },
    "__ocs_fabctl_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571490640
    },
    "__ocs_fabctl_wait_ls_acc_cmpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571491200
    },
    "__ocs_fabctl_wait_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571489968
    },
    "__ocs_fabctl_wait_scr_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571489440
    },
    "__ocs_fabric_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571477680
    },
    "__ocs_fabric_fdisc_wait_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571480784
    },
    "__ocs_fabric_flogi_wait_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571476448
    },
    "__ocs_fabric_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571481552
    },
    "__ocs_fabric_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571475952
    },
    "__ocs_fabric_wait_attach_evt_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571484288
    },
    "__ocs_fabric_wait_domain_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571479680
    },
    "__ocs_hw_domain_alloc_init_vfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571311952
    },
    "__ocs_hw_domain_alloc_read_sparm64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571313312
    },
    "__ocs_hw_domain_alloc_reg_fcfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571312320
    },
    "__ocs_hw_domain_alloc_report_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571313696
    },
    "__ocs_hw_domain_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571313872
    },
    "__ocs_hw_domain_attach_reg_vfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571314448
    },
    "__ocs_hw_domain_attach_report_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571315856
    },
    "__ocs_hw_domain_attached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571315664
    },
    "__ocs_hw_domain_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571313184
    },
    "__ocs_hw_domain_free_redisc_fcf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571316032
    },
    "__ocs_hw_domain_free_report_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571316544
    },
    "__ocs_hw_domain_free_unreg_fcfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571314800
    },
    "__ocs_hw_domain_free_unreg_vfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571315248
    },
    "__ocs_hw_domain_freed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571316336
    },
    "__ocs_hw_domain_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571262848
    },
    "__ocs_hw_port_alloc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571259456
    },
    "__ocs_hw_port_alloc_init_vpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571258992
    },
    "__ocs_hw_port_alloc_read_sparm64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571258384
    },
    "__ocs_hw_port_alloc_report_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571309360
    },
    "__ocs_hw_port_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571310336
    },
    "__ocs_hw_port_attach_reg_vpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571310624
    },
    "__ocs_hw_port_attach_report_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571311440
    },
    "__ocs_hw_port_attached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571311056
    },
    "__ocs_hw_port_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571309216
    },
    "__ocs_hw_port_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571309024
    },
    "__ocs_hw_port_free_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571311312
    },
    "__ocs_hw_port_free_report_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571310240
    },
    "__ocs_hw_port_free_unreg_vpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571309632
    },
    "__ocs_hw_port_freed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571310064
    },
    "__ocs_hw_port_realloc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571311712
    },
    "__ocs_ioctl_mbox_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571199376
    },
    "__ocs_node_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571511776
    },
    "__ocs_node_paused": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571524080
    },
    "__ocs_node_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571510272
    },
    "__ocs_node_wait_els_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571513728
    },
    "__ocs_node_wait_ios_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571515024
    },
    "__ocs_node_wait_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571514480
    },
    "__ocs_ns_gidpt_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571488304
    },
    "__ocs_ns_gidpt_wait_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571485552
    },
    "__ocs_ns_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571487712
    },
    "__ocs_ns_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571481968
    },
    "__ocs_ns_plogi_wait_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571482400
    },
    "__ocs_ns_rffid_wait_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571484960
    },
    "__ocs_ns_rftid_wait_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571483728
    },
    "__ocs_ns_wait_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571483024
    },
    "__ocs_p2p_rnode_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571491728
    },
    "__ocs_p2p_wait_domain_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571478944
    },
    "__ocs_p2p_wait_flogi_acc_cmpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571493120
    },
    "__ocs_p2p_wait_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571493920
    },
    "__ocs_p2p_wait_plogi_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571492224
    },
    "__ocs_p2p_wait_plogi_rsp_recvd_prli": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571494784
    },
    "__ocs_read_topology_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571304992
    },
    "__ocs_sport_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571439360
    },
    "__ocs_sport_attached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571439664
    },
    "__ocs_sport_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571440752
    },
    "__ocs_sport_vport_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571442944
    },
    "__ocs_sport_vport_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571441984
    },
    "__ocs_sport_vport_wait_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571442416
    },
    "__ocs_sport_wait_port_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571443840
    },
    "__ocs_sport_wait_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571443296
    },
    "__ocs_vport_fabric_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571480352
    },
    "__old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__oldseqc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__outlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "__p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "__pc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcpu"
        }
      },
      "address": 0
    },
    "__pcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcpu"
        }
      },
      "address": 18446744071613479304
    },
    "__print_once": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613291064
    },
    "__promisc_mode": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584156256
    },
    "__ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "__r": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__register_chrdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578842272
    },
    "__register_chrdev_p": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578842624
    },
    "__res": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__ret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "__ret_warn_on": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "__retval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__rpc_endconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579648144
    },
    "__rpc_get_a_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579644864
    },
    "__rpc_get_t_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579644800
    },
    "__rpc_getconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579647792
    },
    "__rpc_getconfip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579647040
    },
    "__rpc_getconfip.netid_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291768
    },
    "__rpc_getconfip.netid_udp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291776
    },
    "__rpc_nconf2socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579645728
    },
    "__rpc_nconf2sockinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579645168
    },
    "__rpc_seman2socktype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579645696
    },
    "__rpc_setconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579647344
    },
    "__rpc_socket2sockinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579644912
    },
    "__rpc_sockisbound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579648192
    },
    "__rpc_socktype2seman": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579647008
    },
    "__rpc_taddr2uaddr_af": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579645888
    },
    "__rpc_uaddr2taddr_af": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579646304
    },
    "__rule_hw_sz": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585326848
    },
    "__rw_downgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569664
    },
    "__rw_downgrade_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569408
    },
    "__rw_rlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575568320
    },
    "__rw_rlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575567072
    },
    "__rw_rlock_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575566992
    },
    "__rw_runlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575568736
    },
    "__rw_try_rlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575568528
    },
    "__rw_try_rlock_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575568400
    },
    "__rw_try_upgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569392
    },
    "__rw_try_upgrade_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569168
    },
    "__rw_try_wlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575566544
    },
    "__rw_try_wlock_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575566416
    },
    "__rw_wlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564656
    },
    "__rw_wunlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575566720
    },
    "__rxd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gem_desc"
        }
      },
      "address": 0
    },
    "__rxs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gem_rxsoft"
        }
      },
      "address": 0
    },
    "__sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtscsi_softc"
        }
      },
      "address": 0
    },
    "__seq_open_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924912
    },
    "__seqc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__seqcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "__set_acl_set_sym_mac_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490152
    },
    "__set_ah_chips_sym_AR5210_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249560
    },
    "__set_ah_chips_sym_AR5211_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249568
    },
    "__set_ah_chips_sym_AR5212_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249576
    },
    "__set_ah_chips_sym_AR5416_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249584
    },
    "__set_ah_chips_sym_AR9160_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249592
    },
    "__set_ah_chips_sym_AR9280_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249600
    },
    "__set_ah_chips_sym_AR9285_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249608
    },
    "__set_ah_chips_sym_AR9287_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249616
    },
    "__set_ah_chips_sym_AR9300_chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249624
    },
    "__set_ah_rfs_sym_RF2133_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249680
    },
    "__set_ah_rfs_sym_RF2413_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249640
    },
    "__set_ah_rfs_sym_RF2425_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249648
    },
    "__set_ah_rfs_sym_RF5111_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249656
    },
    "__set_ah_rfs_sym_RF5112_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249664
    },
    "__set_ah_rfs_sym_RF5413_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249672
    },
    "__set_ah_rfs_sym_RF9280_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249688
    },
    "__set_ah_rfs_sym_RF9285_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249696
    },
    "__set_ah_rfs_sym_RF9287_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249704
    },
    "__set_ah_rfs_sym_RF9330_rf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249632
    },
    "__set_auth_set_sym_wpa_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490304
    },
    "__set_auth_set_sym_x8021x_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490296
    },
    "__set_cam_xpt_proto_set_sym_ata_proto_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249496
    },
    "__set_cam_xpt_proto_set_sym_ata_proto_satapm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249504
    },
    "__set_cam_xpt_proto_set_sym_ata_proto_semb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249512
    },
    "__set_cam_xpt_proto_set_sym_nvme_proto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249520
    },
    "__set_cam_xpt_proto_set_sym_scsi_proto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249528
    },
    "__set_cam_xpt_xport_set_sym_ata_xport_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249416
    },
    "__set_cam_xpt_xport_set_sym_ata_xport_sata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249424
    },
    "__set_cam_xpt_xport_set_sym_nvme_xport_nvme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249432
    },
    "__set_cam_xpt_xport_set_sym_scsi_xport_fc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249456
    },
    "__set_cam_xpt_xport_set_sym_scsi_xport_iscsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249472
    },
    "__set_cam_xpt_xport_set_sym_scsi_xport_ppb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249488
    },
    "__set_cam_xpt_xport_set_sym_scsi_xport_sas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249448
    },
    "__set_cam_xpt_xport_set_sym_scsi_xport_spi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249440
    },
    "__set_cam_xpt_xport_set_sym_scsi_xport_srp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249480
    },
    "__set_cam_xpt_xport_set_sym_scsi_xport_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249464
    },
    "__set_cam_xpt_xport_set_sym_xport_default": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249408
    },
    "__set_compressors_sym_gzip_methods": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490136
    },
    "__set_compressors_sym_zstd_methods": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490144
    },
    "__set_cons_set_sym_cons_consdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489800
    },
    "__set_cons_set_sym_gdb_consdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489792
    },
    "__set_cons_set_sym_sc_consdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489752
    },
    "__set_cons_set_sym_uart_consdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489760
    },
    "__set_cons_set_sym_ucom_consdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489768
    },
    "__set_cons_set_sym_vt_consterm_consdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489776
    },
    "__set_cons_set_sym_xencons_consdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489784
    },
    "__set_crypto_set_sym_ccmp_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490184
    },
    "__set_crypto_set_sym_tkip_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490192
    },
    "__set_crypto_set_sym_wep_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490200
    },
    "__set_elf32_regset_sym_elf32_regset_fpregset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490096
    },
    "__set_elf32_regset_sym_elf32_regset_lwpinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490112
    },
    "__set_elf32_regset_sym_elf32_regset_prstatus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490088
    },
    "__set_elf32_regset_sym_elf32_regset_thrmisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490104
    },
    "__set_elf32_regset_sym_regset_i386_segbases": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490128
    },
    "__set_elf32_regset_sym_regset_segbases32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490120
    },
    "__set_elf64_regset_sym_elf64_regset_fpregset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490056
    },
    "__set_elf64_regset_sym_elf64_regset_lwpinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490072
    },
    "__set_elf64_regset_sym_elf64_regset_prstatus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490048
    },
    "__set_elf64_regset_sym_elf64_regset_thrmisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490064
    },
    "__set_elf64_regset_sym_regset_segbases": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490080
    },
    "__set_gdb_dbgport_set_sym_null_gdb_dbgport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489824
    },
    "__set_gdb_dbgport_set_sym_uart_gdb_dbgport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489808
    },
    "__set_gdb_dbgport_set_sym_ucom_gdb_dbgport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489816
    },
    "__set_ieee80211_ioctl_getset_sym_dummy_ioctl_get": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490216
    },
    "__set_ieee80211_ioctl_getset_sym_hwmp_ioctl_get80211": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490208
    },
    "__set_ieee80211_ioctl_getset_sym_mesh_ioctl_get80211": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490224
    },
    "__set_ieee80211_ioctl_setset_sym_dummy_ioctl_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490240
    },
    "__set_ieee80211_ioctl_setset_sym_hwmp_ioctl_set80211": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490232
    },
    "__set_ieee80211_ioctl_setset_sym_mesh_ioctl_set80211": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490248
    },
    "__set_kbddriver_set_sym_atkbd_kbd_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414264
    },
    "__set_kbddriver_set_sym_hvkbd_kbd_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414272
    },
    "__set_kbddriver_set_sym_kbdmux_kbd_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414248
    },
    "__set_kbddriver_set_sym_ukbd_kbd_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414256
    },
    "__set_kdb_dbbe_set_sym_ddb_dbbe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249536
    },
    "__set_kdb_dbbe_set_sym_gdb_dbbe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249544
    },
    "__set_kdb_dbbe_set_sym_null_dbbe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249552
    },
    "__set_modmetadata_set_sym__mod_metadata_acl_nfs4_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244752
    },
    "__set_modmetadata_set_sym__mod_metadata_acl_posix1e_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244776
    },
    "__set_modmetadata_set_sym__mod_metadata_acpi_iicbus_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234656
    },
    "__set_modmetadata_set_sym__mod_metadata_acpi_pci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247392
    },
    "__set_modmetadata_set_sym__mod_metadata_acpi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230992
    },
    "__set_modmetadata_set_sym__mod_metadata_agp_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231456
    },
    "__set_modmetadata_set_sym__mod_metadata_ahc_isa_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231576
    },
    "__set_modmetadata_set_sym__mod_metadata_ahc_pci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231608
    },
    "__set_modmetadata_set_sym__mod_metadata_ahc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231704
    },
    "__set_modmetadata_set_sym__mod_metadata_ahci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231480
    },
    "__set_modmetadata_set_sym__mod_metadata_ahd_pci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231640
    },
    "__set_modmetadata_set_sym__mod_metadata_ahd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231672
    },
    "__set_modmetadata_set_sym__mod_metadata_aio_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244912
    },
    "__set_modmetadata_set_sym__mod_metadata_alq_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244704
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_acard_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231968
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_ali_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232008
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_amd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232048
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_ati_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232088
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_cenatek_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232136
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_cypress_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232176
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_cyrix_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232216
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_highpoint_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232256
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_intel_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232296
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_ite_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232336
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_jmicron_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232376
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_marvell_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232416
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_micron_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232456
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_national_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232496
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_netcell_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232536
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_nvidia_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232576
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_promise_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232616
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_serverworks_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232656
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_sii_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232696
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_sis_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232736
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231856
    },
    "__set_modmetadata_set_sym__mod_metadata_ata_via_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232776
    },
    "__set_modmetadata_set_sym__mod_metadata_atapci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231920
    },
    "__set_modmetadata_set_sym__mod_metadata_ath_hal_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232904
    },
    "__set_modmetadata_set_sym__mod_metadata_ath_main_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232800
    },
    "__set_modmetadata_set_sym__mod_metadata_aue_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240592
    },
    "__set_modmetadata_set_sym__mod_metadata_axe_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240672
    },
    "__set_modmetadata_set_sym__mod_metadata_axge_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240752
    },
    "__set_modmetadata_set_sym__mod_metadata_backlight_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232912
    },
    "__set_modmetadata_set_sym__mod_metadata_bridgestp_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244960
    },
    "__set_modmetadata_set_sym__mod_metadata_cam_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230488
    },
    "__set_modmetadata_set_sym__mod_metadata_cardbus_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233240
    },
    "__set_modmetadata_set_sym__mod_metadata_cc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233696
    },
    "__set_modmetadata_set_sym__mod_metadata_cd9660_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244632
    },
    "__set_modmetadata_set_sym__mod_metadata_cdce_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240784
    },
    "__set_modmetadata_set_sym__mod_metadata_crypto_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247160
    },
    "__set_modmetadata_set_sym__mod_metadata_cryptosoft_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247192
    },
    "__set_modmetadata_set_sym__mod_metadata_cubic_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246448
    },
    "__set_modmetadata_set_sym__mod_metadata_cue_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240880
    },
    "__set_modmetadata_set_sym__mod_metadata_cxgb_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233424
    },
    "__set_modmetadata_set_sym__mod_metadata_cxgbc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233392
    },
    "__set_modmetadata_set_sym__mod_metadata_cxgbe_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233648
    },
    "__set_modmetadata_set_sym__mod_metadata_cxl_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233672
    },
    "__set_modmetadata_set_sym__mod_metadata_efidev_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233984
    },
    "__set_modmetadata_set_sym__mod_metadata_efirt_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234016
    },
    "__set_modmetadata_set_sym__mod_metadata_efirtc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234040
    },
    "__set_modmetadata_set_sym__mod_metadata_ertt_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246472
    },
    "__set_modmetadata_set_sym__mod_metadata_ether_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245040
    },
    "__set_modmetadata_set_sym__mod_metadata_evdev_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234216
    },
    "__set_modmetadata_set_sym__mod_metadata_exca_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234272
    },
    "__set_modmetadata_set_sym__mod_metadata_fbd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234328
    },
    "__set_modmetadata_set_sym__mod_metadata_firewire_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234360
    },
    "__set_modmetadata_set_sym__mod_metadata_firmware_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244816
    },
    "__set_modmetadata_set_sym__mod_metadata_g_flashmap_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244016
    },
    "__set_modmetadata_set_sym__mod_metadata_g_part_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244112
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_bde_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243928
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_eli_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243960
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_label_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244056
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_md_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236208
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_mirror_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244088
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_part_bsd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244144
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_part_ebr_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244176
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_part_gpt_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244208
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_part_mbr_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244240
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_raid_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244264
    },
    "__set_modmetadata_set_sym__mod_metadata_geom_uzip_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244568
    },
    "__set_modmetadata_set_sym__mod_metadata_hid_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234568
    },
    "__set_modmetadata_set_sym__mod_metadata_hidquirk_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234584
    },
    "__set_modmetadata_set_sym__mod_metadata_hn_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247856
    },
    "__set_modmetadata_set_sym__mod_metadata_hv_et_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248136
    },
    "__set_modmetadata_set_sym__mod_metadata_hv_heartbeat_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247984
    },
    "__set_modmetadata_set_sym__mod_metadata_hv_kbd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247792
    },
    "__set_modmetadata_set_sym__mod_metadata_hv_kvp_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247920
    },
    "__set_modmetadata_set_sym__mod_metadata_hv_shutdown_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248016
    },
    "__set_modmetadata_set_sym__mod_metadata_hv_timesync_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248048
    },
    "__set_modmetadata_set_sym__mod_metadata_hv_vss_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247952
    },
    "__set_modmetadata_set_sym__mod_metadata_hvsock_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247760
    },
    "__set_modmetadata_set_sym__mod_metadata_hwpstate_intel_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248296
    },
    "__set_modmetadata_set_sym__mod_metadata_iavf_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248912
    },
    "__set_modmetadata_set_sym__mod_metadata_ice_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248968
    },
    "__set_modmetadata_set_sym__mod_metadata_if_ath_pci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232856
    },
    "__set_modmetadata_set_sym__mod_metadata_if_bridge_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244984
    },
    "__set_modmetadata_set_sym__mod_metadata_if_enc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245016
    },
    "__set_modmetadata_set_sym__mod_metadata_if_gif_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245064
    },
    "__set_modmetadata_set_sym__mod_metadata_if_gre_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245088
    },
    "__set_modmetadata_set_sym__mod_metadata_if_infiniband_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246984
    },
    "__set_modmetadata_set_sym__mod_metadata_if_lagg_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245120
    },
    "__set_modmetadata_set_sym__mod_metadata_if_tap_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245216
    },
    "__set_modmetadata_set_sym__mod_metadata_if_tun_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245192
    },
    "__set_modmetadata_set_sym__mod_metadata_if_tuntap_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245168
    },
    "__set_modmetadata_set_sym__mod_metadata_if_upgt_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241528
    },
    "__set_modmetadata_set_sym__mod_metadata_if_vlan_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245240
    },
    "__set_modmetadata_set_sym__mod_metadata_iflib_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245264
    },
    "__set_modmetadata_set_sym__mod_metadata_iicbb_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234696
    },
    "__set_modmetadata_set_sym__mod_metadata_iicbus_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234704
    },
    "__set_modmetadata_set_sym__mod_metadata_io_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248192
    },
    "__set_modmetadata_set_sym__mod_metadata_ipsec_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246552
    },
    "__set_modmetadata_set_sym__mod_metadata_ipw_bss_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234880
    },
    "__set_modmetadata_set_sym__mod_metadata_ipw_ibss_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234912
    },
    "__set_modmetadata_set_sym__mod_metadata_ipw_monitor_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234944
    },
    "__set_modmetadata_set_sym__mod_metadata_ipw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234856
    },
    "__set_modmetadata_set_sym__mod_metadata_isa_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244608
    },
    "__set_modmetadata_set_sym__mod_metadata_isp_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234960
    },
    "__set_modmetadata_set_sym__mod_metadata_iwi_bss_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235072
    },
    "__set_modmetadata_set_sym__mod_metadata_iwi_ibss_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235104
    },
    "__set_modmetadata_set_sym__mod_metadata_iwi_monitor_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235136
    },
    "__set_modmetadata_set_sym__mod_metadata_iwi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235048
    },
    "__set_modmetadata_set_sym__mod_metadata_iwm3160fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235216
    },
    "__set_modmetadata_set_sym__mod_metadata_iwm3168fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235248
    },
    "__set_modmetadata_set_sym__mod_metadata_iwm7260fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235280
    },
    "__set_modmetadata_set_sym__mod_metadata_iwm7265Dfw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235344
    },
    "__set_modmetadata_set_sym__mod_metadata_iwm7265fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235312
    },
    "__set_modmetadata_set_sym__mod_metadata_iwm8000Cfw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235376
    },
    "__set_modmetadata_set_sym__mod_metadata_iwm8265fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235408
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn1000fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235496
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn100fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235528
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn105fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235560
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn135fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235592
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn2000fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235624
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn2030fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235656
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn4965fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235688
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn5000fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235720
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn5150fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235752
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn6000fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235784
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn6000g2afw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235816
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn6000g2bfw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235848
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn6050fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235880
    },
    "__set_modmetadata_set_sym__mod_metadata_iwn_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235448
    },
    "__set_modmetadata_set_sym__mod_metadata_ixl_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249032
    },
    "__set_modmetadata_set_sym__mod_metadata_kernel_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244728
    },
    "__set_modmetadata_set_sym__mod_metadata_krpc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247224
    },
    "__set_modmetadata_set_sym__mod_metadata_kue_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240936
    },
    "__set_modmetadata_set_sym__mod_metadata_linuxkpi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246792
    },
    "__set_modmetadata_set_sym__mod_metadata_linuxkpi_wlan_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246768
    },
    "__set_modmetadata_set_sym__mod_metadata_malo_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aac_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aac_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aac_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacch_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacch_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacd_aac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacd_aac_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacp_aac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacp_aac_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacp_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacraid_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacraid_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacraid_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacraidp_aacraid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacraidp_aacraid_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aacraidp_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acl_nfs4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acl_nfs4_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acl_posix1e": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acl_posix1e_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_acad_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_acad_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_acad_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_button_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_button_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_button_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_cmbat_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_cmbat_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_cmbat_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_ec_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_ec_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_ec_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_iicbus_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_isab_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_isab_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_isab_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_lid_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_lid_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_lid_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pci_link_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pci_link_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pci_link_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pci_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pci_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pci_pcib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pci_pcib_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pcib_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pcib_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pcib_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pcib_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_pcib_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_perf_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_perf_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_perf_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_smbat_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_smbat_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_smbat_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_syscontainer_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_syscontainer_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_syscontainer_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_sysresource_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_sysresource_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_sysresource_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_throttle_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_throttle_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_timer_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_timer_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_timer_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_tz_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_tz_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_acpi_tz_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ada": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ada_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ada_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ae_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ae_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ae_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ae_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ae_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_age_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_age_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_age_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_age_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_age_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_amd64_hostb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_amd64_hostb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_amd64_on_agp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_amd64_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_i810_on_agp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_i810_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_i810_vgapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_i810_vgapci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_via_hostb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_via_hostb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_via_on_agp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_agp_via_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_isa_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_isa_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_isa_on_ahc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_pci_on_ahc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_pci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahc_pci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahci_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahci_atapci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahci_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahcich_ahci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahcich_ahci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahciem_ahci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahciem_ahci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahd_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahd_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahd_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahd_pci_on_ahd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ahd_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aio_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_alc_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_alc_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_alc_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_alc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_alc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ale_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ale_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ale_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ale_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ale_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_alq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_alq_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_amphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_amphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_apei_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_apei_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_apei_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_apic_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_apic_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aprobe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aprobe_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aprobe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_arcmsr_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_arcmsr_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_arcmsr_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_arcmsr_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_acard_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_acard_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_acard_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_acard_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ali_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ali_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ali_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ali_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_amd_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_amd_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_amd_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_amd_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_atapci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ati_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ati_on_ata_sii": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ati_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ati_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ati_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cenatek_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cenatek_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cenatek_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cenatek_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cypress_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cypress_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cypress_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cypress_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cyrix_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cyrix_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cyrix_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_cyrix_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_highpoint_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_highpoint_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_highpoint_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_highpoint_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_intel_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_intel_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_intel_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_intel_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ite_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ite_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ite_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_ite_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_jmicron_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_jmicron_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_jmicron_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_jmicron_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_marvell_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_marvell_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_marvell_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_marvell_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_micron_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_micron_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_micron_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_micron_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_national_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_national_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_national_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_national_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_netcell_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_netcell_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_netcell_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_netcell_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_nvidia_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_nvidia_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_nvidia_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_nvidia_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_promise_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_promise_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_promise_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_promise_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_serverworks_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_serverworks_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_serverworks_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_serverworks_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sii_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sii_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sii_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sii_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sis_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sis_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sis_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_sis_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_via_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_via_on_atapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_via_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ata_via_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atapci_on_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atapci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atapci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atdma_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atdma_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atdma_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atdma_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ath_hal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ath_hal_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ath_main_on_ath_dfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ath_main_on_ath_hal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ath_main_on_ath_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ath_main_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atkbd_atkbdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atkbd_atkbdc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atkbd_on_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atkbdc_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atkbdc_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atkbdc_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atkbdc_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atrtc_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atrtc_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atrtc_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_atrtc_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_attimer_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_attimer_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_attimer_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_attimer_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aue_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aue_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aue_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aue_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aue_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_aue_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ax_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ax_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ax_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ax_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axe_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axe_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axe_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axe_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axe_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axe_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axge_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axge_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axge_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axge_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axge_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axge_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axp_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axp_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_axphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bce_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bce_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bce_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bce_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bce_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bfe_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bfe_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bfe_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bfe_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bfe_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bge_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bge_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bge_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bge_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bge_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bmtphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bmtphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bnxt_mgmt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bnxt_mgmt_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bnxt_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bnxt_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bnxt_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bnxt_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bnxt_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_brgphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_brgphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bridgestp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bridgestp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bwi_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bwi_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bwi_on_wlan_amrr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bwi_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bwi_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bxe_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bxe_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bxe_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_bxe_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cam_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cardbus_cbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cardbus_cbb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_carp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_carp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cas_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cas_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cas_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cas_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cas_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cbb_on_exca": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cbb_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cbb_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cc_t6nex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cc_t6nex_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cd9660": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cd9660_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cd_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cd_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cdce_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cdce_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cdce_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cdce_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cdce_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ch_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ch_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ciphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ciphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ciss_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ciss_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ciss_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ciss_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cpu_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cpu_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cpu_legacy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cpu_legacy_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cpu_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cpufreq_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cpufreq_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_crypto_on_zlib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cryptosoft_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cryptosoft_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cryptosoft_on_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cubic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cubic_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cue_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cue_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cue_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cue_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cue_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxgb_cxgbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxgb_cxgbc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxgbc_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxgbc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxgbc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxgbe_t4nex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxgbe_t4nex_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxl_t5nex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_cxl_t5nex_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_da": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_da_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_da_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dc_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dc_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dc_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dcphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dcphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_devfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_devfs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dmar_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dmar_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dmar_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dp83822phy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dp83822phy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dp83867phy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_dp83867phy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_e1000phy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_e1000phy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efidev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efidev_on_efirt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efidev_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efirt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efirt_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efirtc_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efirtc_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_efirtc_on_efirt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ehci_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ehci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ehci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_elf32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_elf32_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_elf64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_elf64_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_em_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_em_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_em_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_em_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_em_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_enc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_enc_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_enc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ertt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ertt_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_est_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_est_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_est_on_hwpstate_intel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_et_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_et_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_et_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_et_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_et_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ether_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_evtchn_on_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_evtchn_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_evtchn_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_exca": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_exca_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fbd_drmn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fbd_drmn_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fbd_fb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fbd_fb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fbd_udl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fbd_udl_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fd_fdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fd_fdc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fdc_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fdc_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fdc_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fdc_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_firewire_fwohci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_firewire_fwohci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_firmware_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fixup_pci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fixup_pci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fpupnp_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fpupnp_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fwohci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fwohci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fxp_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fxp_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fxp_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fxp_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_fxp_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_bde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_bde_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_class": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_class_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_dev_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_disk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_disk_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_eli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_eli_on_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_eli_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_flashmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_flashmap_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_label": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_label_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_label_on_ufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_md": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_md_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_mirror": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_mirror_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_bsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_bsd_on_g_part": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_bsd_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_ebr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_ebr_on_g_part": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_ebr_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_gpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_gpt_on_g_part": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_gpt_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_mbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_mbr_on_g_part": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_mbr_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_part_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_ddf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_ddf_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_ddf_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_intel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_intel_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_intel_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_jmicron": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_jmicron_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_jmicron_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_nvidia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_nvidia_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_nvidia_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_promise": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_promise_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_promise_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_sii": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_sii_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_md_sii_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_concat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_concat_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_concat_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid0_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid0_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid1_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid1_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid1e": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid1e_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid1e_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid5_on_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_raid_tr_raid5_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_uzip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_uzip_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_uzip_on_xz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_uzip_on_zlib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_vfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_g_vfs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gem_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gem_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gem_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gem_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gem_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gentbi_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gentbi_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gntdev_on_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gntdev_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_gntdev_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_granttable_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_granttable_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hidquirk_on_hid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hn_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hn_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hn_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hostb_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hostb_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hpet_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hpet_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hpet_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hptiop_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hptiop_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hptiop_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_et_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_et_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_heartbeat_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_heartbeat_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_heartbeat_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_kbd_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_kbd_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_kbd_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_kvp_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_kvp_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_kvp_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_shutdown_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_shutdown_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_shutdown_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_timesync_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_timesync_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_timesync_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_vss_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_vss_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hv_vss_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hvsock_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hvsock_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hvsock_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hwpstate_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hwpstate_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hwpstate_intel_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_hwpstate_intel_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iavf_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iavf_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iavf_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iavf_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iavf_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ice_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ice_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ice_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ice_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ice_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ichss_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ichss_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_icsphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_icsphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ida_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ida_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_idad_ida": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_idad_ida_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_ath_pci_on_ath_hal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_ath_pci_on_ath_main": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_ath_pci_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_ath_pci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_ath_pci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_bridge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_bridge_on_bridgestp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_bridge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_enc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_enc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_gif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_gif_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_gre": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_gre_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_infiniband": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_infiniband_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_lagg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_lagg_on_if_infiniband": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_lagg_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_lagg_on_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_lo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_lo_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_tap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_tap_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_tun": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_tun_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_tuntap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_tuntap_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_upgt_on_upgtfw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_upgt_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_upgt_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_upgt_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_upgt_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_vlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_if_vlan_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iflib_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iflib_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iflib_on_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iflib_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igb_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igb_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igb_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igb_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igb_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igc_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igc_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igc_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_igmp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ignore_pci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ignore_pci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbb_lkpi_iicbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbb_lkpi_iicbb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbb_on_iicbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbus_iicbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbus_iicbb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbus_iichb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbus_iichb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbus_lkpi_iic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iicbus_lkpi_iic_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_inphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_inphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_io_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ioapic_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ioapic_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ip1000phy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ip1000phy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ip6_mroute": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ip6_mroute_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ip_mroute": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ip_mroute_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ips_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ips_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipsd_ips": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipsd_ips_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipsec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipsec_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_bss_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_bss_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_bss_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_ibss_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_ibss_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_ibss_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_monitor_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_monitor_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_monitor_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ipw_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_eisab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_eisab_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_isab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_isab_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_legacy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_legacy_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_ata_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_atdma_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_atkbdc_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_atrtc_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_attimer_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_fdc_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_fpupnp_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_isa_ns8250_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_lpc_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_orm_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_psmcpnp_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_sysresource_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_pnpinfo_vga_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isa_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isab_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isab_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isci_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isp_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isp_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isp_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_isp_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_bss_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_bss_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_bss_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_ibss_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_ibss_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_ibss_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_monitor_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_monitor_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_monitor_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwi_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm3160fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm3160fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm3160fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm3168fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm3168fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm3168fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7260fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7260fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7260fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7265Dfw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7265Dfw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7265Dfw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7265fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7265fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm7265fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm8000Cfw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm8000Cfw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm8000Cfw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm8265fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm8265fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm8265fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwm_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn1000fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn1000fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn1000fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn100fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn100fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn100fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn105fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn105fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn105fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn135fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn135fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn135fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn2000fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn2000fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn2000fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn2030fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn2030fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn2030fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn4965fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn4965fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn4965fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn5000fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn5000fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn5000fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn5150fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn5150fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn5150fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000g2afw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000g2afw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000g2afw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000g2bfw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000g2bfw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6000g2bfw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6050fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6050fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn6050fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_iwn_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ix_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ix_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ix_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ix_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ix_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixl_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixl_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixl_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixl_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixl_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixv_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixv_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixv_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixv_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ixv_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_jme_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_jme_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_jme_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_jme_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_jme_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_jmphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_jmphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kbdmux": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kbdmux_on_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kbdmux_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_krpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_krpc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_krpc_on_xdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kue_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kue_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kue_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kue_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kue_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kvm_clock_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_kvm_clock_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_le_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_le_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_le_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_legacy_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_legacy_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lge_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lge_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lge_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lge_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lge_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_on_backlight": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_on_iicbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_on_iicbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_wlan_on_linuxkpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_linuxkpi_wlan_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iic_drm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iic_drm_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iic_drmn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iic_drmn_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iicbb_drm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iicbb_drm_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iicbb_drmn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_iicbb_drmn_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_mlx4_pci_table_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_mlx4_pci_table_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_mlx5_core_pci_table_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lkpi_mlx5_core_pci_table_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lpt_on_ppbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lpt_ppbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lpt_ppbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lxtphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_lxtphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_malo_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_malo_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_malo_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_malo_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mcommphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mcommphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mem_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mfi_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mfi_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mfid_mfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mfid_mfi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mfisyspd_mfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mfisyspd_mfi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_midi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_midi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ae": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ae_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_age": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_age_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_alc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_alc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ale": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ale_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_aue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_aue_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ax_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_axe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_axe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_axge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_axge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_bce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_bce_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_bfe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_bfe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_bge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_bge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_cas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_cas_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_dc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_dc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_et": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_et_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_fxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_fxp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_gem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_gem_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_jme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_jme_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_lge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_lge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_mos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_mos_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_msk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_msk_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_nfe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_nfe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_nge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_nge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_re": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_re_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_rl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_rl_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_rue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_rue_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_sge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_sge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_sis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_sis_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_sk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_sk_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ste": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_ste_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_stge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_stge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_udav": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_udav_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_vge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_vge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_vr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_vr_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_vte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_vte_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_xl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_miibus_xl_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mld_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx4_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx4_on_linuxkpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx4en": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx4en_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx4en_on_linuxkpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx4en_on_mlx4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx5_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx5_on_linuxkpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx5_on_mlxfw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx5en_on_linuxkpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx5en_on_mlx5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlx_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlxd_mlx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlxd_mlx_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlxfw_on_linuxkpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mlxfw_on_xz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmc_sdhci_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmc_sdhci_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmc_sdhci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmc_sdhci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmcsd_mmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmcsd_mmc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmcsd_on_g_flashmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mmcsd_on_mmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mos_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mos_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mos_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mos_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mos_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mos_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpr_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpr_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpr_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mps_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mps_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mps_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_cam_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_cam_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_cam_on_mpt_core": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_core": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_core_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_raid_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_raid_on_mpt_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_raid_on_mpt_core": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_user": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_user_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mpt_user_on_mpt_core": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mrsas_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mrsas_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mrsas_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_msdosfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_msdosfs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_msk_mskc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_msk_mskc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_msk_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_msk_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_msk_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mskc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mskc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mv88e151x_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mv88e151x_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mvs_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mvs_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mvs_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mvsch_mvs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mvsch_mvs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mvsch_sata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mvsch_sata_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mwl_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mwl_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mwl_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mwl_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mwl_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mwl_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mwl_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_eth_z8e_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_eth_z8e_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_eth_z8e_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_ethp_z8e_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_ethp_z8e_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_ethp_z8e_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_on_zlib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_rss_eth_z8e_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_rss_eth_z8e_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_rss_eth_z8e_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_rss_ethp_z8e_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_rss_ethp_z8e_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_mxge_rss_ethp_z8e_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nda": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nda_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nda_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nehemiah": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nehemiah_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nehemiah_on_random_harvestq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netdump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netdump_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netgate_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netgate_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netgate_on_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netgraph_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netlink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netlink_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netmap_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_netmap_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nexus_acpi_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nexus_acpi_root_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nexus_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nexus_root_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfe_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfe_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfe_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfe_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfe_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscl_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscl_on_krpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscl_on_nfscommon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscl_on_nfssvc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscl_on_xdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscommon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscommon_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscommon_on_krpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfscommon_on_nfssvc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfsd_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfsd_on_krpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfsd_on_nfscommon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfsd_on_nfslockd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfsd_on_nfssvc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfslockd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfslockd_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfslockd_on_krpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfslockd_on_nfscommon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfslockd_on_xdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfssvc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nfssvc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_UI": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_UI_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_UI_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_async": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_async_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_async_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_bpf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_bpf_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_bpf_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_bridge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_bridge_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_bridge_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_car": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_car_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_car_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_cisco": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_cisco_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_cisco_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_deflate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_deflate_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_deflate_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_deflate_on_zlib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_echo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_echo_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_echo_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_eiface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_eiface_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_eiface_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ether_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ether_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_framerelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_framerelay_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_framerelay_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_hole": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_hole_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_hole_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_iface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_iface_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_iface_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ksocket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ksocket_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ksocket_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_l2tp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_l2tp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_l2tp_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_lmi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_lmi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_lmi_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_mppc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_mppc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_mppc_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_mppc_on_rc4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_one2many": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_one2many_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_one2many_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pipe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pipe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pipe_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ppp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ppp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_ppp_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pppoe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pppoe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pppoe_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pptpgre": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pptpgre_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pptpgre_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pred1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pred1_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_pred1_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_rfc1490": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_rfc1490_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_rfc1490_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_socket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_socket_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_socket_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tcpmss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tcpmss_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tcpmss_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tee": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tee_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tee_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tty_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_tty_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_vjc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_vjc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_vjc_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_vlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_vlan_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ng_vlan_on_netgraph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nge_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nge_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nge_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nge_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nge_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nsgphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nsgphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nsphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nsphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nsphyter_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nsphyter_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_null": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_null_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nullfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nullfs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvd_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvd_on_nvme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_ahci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_ahci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_probe_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_nvme_probe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_oce_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_oce_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_oce_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_oce_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ocs_fc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ocs_fc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ohci_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ohci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ohci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_orm_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_orm_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_p4tcc_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_p4tcc_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pass_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pass_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pcib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pcib_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_aacch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_aacraid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ae": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_age": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ahci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_alc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ale": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587231816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ax_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_bce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587232976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_bfe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_bge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_bnxt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_bwi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_cas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_cbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ciss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_cxgbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_dc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_em": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_et": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_fxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_gem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_iavf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ida": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_igb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_igc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ipw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_iwm_pci_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_iwn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ix_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ixl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ixv_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587235960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_lkpi_mlx4_pci_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_lkpi_mlx5_core_pci_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_mfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_mpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_mps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_mvs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_oce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_puc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_ral": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_rl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_rtwn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_vmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_vmx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pci_pnpinfo_xl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcib_legacy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcib_legacy_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcib_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcib_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcib_qpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcib_qpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcibus_pnp_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pcibus_pnp_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pf_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pflog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pflog_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pflog_on_pf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pfsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pfsync_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pfsync_on_pf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pmp_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pmp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pnaphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pnaphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pnphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pnphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_powernow_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_powernow_cpu_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppbus_ppc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppbus_ppc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_on_ppbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_puc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppc_puc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppi_on_ppbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppi_ppbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ppi_ppbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_privcmd_on_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_privcmd_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_privcmd_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_probe_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_probe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_procfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_procfs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_procfs_on_pseudofs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pseudofs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pseudofs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_psm_atkbdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_psm_atkbdc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_psm_on_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_psmcpnp_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_psmcpnp_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_psmcpnp_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_psmcpnp_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_puc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_puc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pvefirt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pvefirt_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pvscsi_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pvscsi_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pvscsi_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_pvscsi_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qla80xx_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qla80xx_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qla80xx_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qla80xx_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qpi_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qpi_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qsphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_qsphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ral_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ral_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ral_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ral_on_wlan_amrr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ral_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ral_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ram_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ram_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_random_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_random_device_on_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_random_device_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_random_device_on_random_harvestq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rc4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rc4_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rdcphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rdcphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rdrand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rdrand_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rdrand_on_random_harvestq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_re_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_re_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_re_on_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_re_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_re_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_re_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rgephy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rgephy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rl_cardbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rl_cardbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rl_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rl_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rl_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rl_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rl_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rlphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rlphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rndtest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rndtest_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rootbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rootbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_rtl8712fw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_rtl8712fw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_rtl8712fw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rsu_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2561_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2561_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2561_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2561s_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2561s_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2561s_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2661_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2661_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2661_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2860_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2860_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rt2860_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_pci_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_pci_on_rtwn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_pci_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_pci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_pci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8188eefw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8188eefw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8188eefw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8188eufw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8188eufw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8188eufw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwE_B_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwE_B_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwE_B_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwE_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwE_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwE_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwT_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwT_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwT_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwU_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwU_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192cfwU_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192eufw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192eufw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8192eufw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8812aufw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8812aufw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8812aufw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8821aufw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8821aufw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_rtl8821aufw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_usb_on_rtwn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_usb_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_usb_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_usb_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rtwn_usb_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rue_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rue_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rue_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rue_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rue_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rue_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ruephy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ruephy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rum_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rum_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rum_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_rum_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_run_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_run_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_run_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_run_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_run_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_runfw_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_runfw_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_runfw_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sa_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sbp_firewire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sbp_firewire_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sbp_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sbp_on_firewire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sc_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sc_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scrndr_vga": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scrndr_vga_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scterm_dumb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scterm_dumb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scterm_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scterm_sc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scterm_scteken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_scterm_scteken_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_acpi_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_acpi_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_acpi_on_mmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_acpi_on_sdhci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_pci_on_mmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_pci_on_sdhci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_pci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sdhci_pci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sge_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sge_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sge_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sge_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sge_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_shell": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_shell_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_siis_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_siis_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_siis_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_siisch_siis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_siisch_siis_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sis_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sis_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sis_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sis_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sis_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sk_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sk_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sk_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sk_skc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sk_skc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_skc_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_skc_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smartpqi_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smartpqi_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smartpqi_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smbios_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smbios_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smbios_on_efirt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smcphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smcphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smscphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_smscphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_cmi_on_midi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_cmi_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_cmi_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_cmi_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_csa_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_csa_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_csa_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_csapcm_csa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_csapcm_csa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_csapcm_on_snd_csa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_csapcm_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_midi_emu10kx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_midi_emu10kx_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_midi_on_snd_emu10kx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_midi_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_pcm_emu10kx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_pcm_emu10kx_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_pcm_on_snd_emu10kx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_emu10kx_pcm_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_es137x_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_es137x_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_es137x_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_hdac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_hdac_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_hdacc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_hdacc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_pcm_hdaa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_hda_pcm_hdaa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_ich_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_ich_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_ich_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_via8233_on_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_via8233_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_snd_via8233_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sound_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_speaker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_speaker_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ste_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ste_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ste_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ste_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ste_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_stge_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_stge_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_stge_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_stge_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_stge_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_storvsc_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_storvsc_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_storvsc_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sym_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sym_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sym_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sym_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysresource_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysresource_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysvmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysvmsg_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysvsem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysvsem_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysvshm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_sysvshm_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4fw_cfg_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4fw_cfg_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4fw_cfg_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4iov_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4iov_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4nex_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4nex_on_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4nex_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t4nex_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5fw_cfg_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5fw_cfg_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5fw_cfg_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5iov_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5iov_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5nex_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5nex_on_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5nex_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t5nex_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6fw_cfg_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6fw_cfg_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6fw_cfg_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6iov_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6iov_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6nex_on_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6nex_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6nex_on_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6nex_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_t6nex_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tcp_log_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240040
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tcp_log_dev_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tcpmd5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tcpmd5_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tdkphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tdkphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ti_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ti_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ti_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ti_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tmpfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tmpfs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_truephy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_truephy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tws_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tws_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tws_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_tws_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_u3g_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_u3g_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_u3g_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_u3g_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uark_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241776
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uark_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uark_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uark_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_puc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uart_puc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uath_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uath_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uath_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uath_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ucom_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_udav_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_udav_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_udav_on_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241136
    },
    "__set_modmetadata_set_sym__mod_metadata_md_udav_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_udav_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_udav_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uether_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uether_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uether_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ufoma_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ufoma_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ufoma_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ufoma_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ufs_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uftdi_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uftdi_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uftdi_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241864
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uftdi_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241856
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhci_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhid_on_hid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhid_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhid_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhid_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_aue_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_axe_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_axge_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_cdce_dual_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_cdce_host_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_cdce_switch_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_cue_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_kue_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_mos_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_rsu_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_rtwn_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_rue_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_rum_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_run_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_u3g_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uark_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uath_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_udav_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_ufoma_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uftdi_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241896
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uhid_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_ukbd_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_umass_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_umct_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_umodem_dual_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_umodem_host_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_upgt_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uplcom_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242048
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_ural_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_urtw_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uslcom_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uvisor_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_uvscom_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_pnpinfo_zyd_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_usbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uhub_usbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uinput": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uinput_on_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uinput_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ukbd_on_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ukbd_on_hid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ukbd_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ukbd_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ukbd_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ukphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ukphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umass_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umass_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umass_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umass_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umct_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umct_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umct_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241912
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umct_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241904
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umodem_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241968
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umodem_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241976
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umodem_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_umodem_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uplcom_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uplcom_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uplcom_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uplcom_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ural_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ural_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ural_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_ural_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_urtw_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241640
    },
    "__set_modmetadata_set_sym__mod_metadata_md_urtw_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_urtw_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_urtw_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usb_linux_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usb_linux_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usb_quirk_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_dwcotg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_dwcotg_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_ehci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_ehci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_musbotg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_musbotg_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_octusb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_octusb_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_ohci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_ohci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_saf1761otg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_saf1761otg_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_uhci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_uhci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_uss820dci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_uss820dci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_xhci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_usbus_xhci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uslcom_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uslcom_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uslcom_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uslcom_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvisor_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvisor_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvisor_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvisor_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvscom_on_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvscom_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvscom_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_uvscom_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vcc_cc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vcc_cc_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vcxgbe_cxgbe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vcxgbe_cxgbe_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233704
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vcxl_cxl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vcxl_cxl_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vemgenc_on_random_harvestq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vga_isa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vga_isa_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vgapci_on_x86bios": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vgapci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vgapci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vgapm_vgapci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vgapm_vgapci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vge_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vge_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vge_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vge_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vge_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_balloon_on_virtio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242648
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_balloon_virtio_mmio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242616
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_balloon_virtio_mmio_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_balloon_virtio_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242632
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_balloon_virtio_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242624
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_blk_on_virtio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_blk_virtio_mmio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_blk_virtio_mmio_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_blk_virtio_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242568
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_blk_virtio_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_console_on_virtio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_console_virtio_mmio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242752
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_console_virtio_mmio_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242744
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_console_virtio_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242768
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_console_virtio_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242760
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_mmio_pnpinfo_virtio_balloon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242656
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_mmio_pnpinfo_virtio_blk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_mmio_pnpinfo_virtio_console": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_mmio_pnpinfo_virtio_scsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242728
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_mmio_pnpinfo_vtnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_legacy_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_legacy_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242440
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_modern_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_modern_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_on_virtio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_pnpinfo_virtio_balloon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242664
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_pnpinfo_virtio_blk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_pnpinfo_virtio_console": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_pnpinfo_virtio_scsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242736
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_pci_pnpinfo_vtnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_scsi_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242720
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_scsi_on_virtio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242712
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_scsi_virtio_mmio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_scsi_virtio_mmio_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_scsi_virtio_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242696
    },
    "__set_modmetadata_set_sym__mod_metadata_md_virtio_scsi_virtio_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_acpi_syscontainer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248088
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_acpi_syscontainer_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_pcib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_pcib_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_pcib_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247832
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_pcib_on_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_pcib_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_pcib_vmbus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_res_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_res_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmbus_res_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmd_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmd_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmgenc_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmgenc_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmgenc_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmx_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242880
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmx_on_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242888
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmx_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242872
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmx_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242848
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vmx_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242840
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vr_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242936
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vr_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242944
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vr_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vr_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242960
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vr_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242952
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vscphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236808
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vscphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236800
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vte_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243008
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vte_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243016
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vte_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243000
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vte_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243032
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vte_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243024
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtnet_on_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtnet_on_virtio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtnet_virtio_mmio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtnet_virtio_mmio_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242472
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtnet_virtio_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtnet_virtio_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtvga_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242992
    },
    "__set_modmetadata_set_sym__mod_metadata_md_vtvga_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242984
    },
    "__set_modmetadata_set_sym__mod_metadata_md_watchdog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243064
    },
    "__set_modmetadata_set_sym__mod_metadata_md_watchdog_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243056
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_amrr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_amrr_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_amrr_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_ccmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_ccmp_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_ccmp_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245480
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_ratectl_none": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245496
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_ratectl_none_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245488
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_ratectl_none_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_rssadapt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_rssadapt_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_rssadapt_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_sta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_sta_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_sta_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245576
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_tkip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_tkip_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_tkip_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_wep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245432
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_wep_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_wep_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_wlan_acl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_wlan_acl_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_wlan_acl_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_xauth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_xauth_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245584
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wlan_xauth_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245608
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243128
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_fw_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243144
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_fw_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243120
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_on_firmware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243112
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243096
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243104
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243080
    },
    "__set_modmetadata_set_sym__mod_metadata_md_wpi_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243072
    },
    "__set_modmetadata_set_sym__mod_metadata_md_x86bios": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_x86bios_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xbbd_xenbusb_back": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243192
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xbbd_xenbusb_back_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243184
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xbd_xenbusb_front": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243176
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xbd_xenbusb_front_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243168
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xc_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243224
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xc_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243216
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xctrl_xenstore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243240
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xctrl_xenstore_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243232
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xdr_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xe_xenbusb_front": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243336
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xe_xenbusb_front_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243328
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xen_cpu_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243256
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xen_cpu_acpi_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243248
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xen_cpu_on_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenballoon_xenstore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243160
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenballoon_xenstore_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243152
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenbusb_back_xenstore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247304
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenbusb_back_xenstore_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247296
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenbusb_front_xenstore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247288
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenbusb_front_xenstore_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xendebug_on_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243520
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xendebug_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243512
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xendebug_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243504
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenpci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243376
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenpci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243368
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenpv_nexus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243208
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenpv_nexus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243200
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenstore_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243392
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xenstore_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243384
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xentimer_on_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243360
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xentimer_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243352
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xentimer_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243344
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xhci_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240280
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xhci_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240272
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xhci_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240264
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xl_on_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243536
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xl_on_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243544
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xl_on_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243528
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xl_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243560
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xl_pci_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243552
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xlphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243600
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xlphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243592
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xmphy_miibus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236824
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xmphy_miibus_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236816
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xnb_xenbusb_back": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243320
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xnb_xenbusb_back_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243312
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230456
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xpt_on_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230464
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xpt_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230448
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xs_dev_xenstore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243408
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xs_dev_xenstore_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243400
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xsd_dev_xenpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243424
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xsd_dev_xenpv_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243416
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230792
    },
    "__set_modmetadata_set_sym__mod_metadata_md_xz_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230784
    },
    "__set_modmetadata_set_sym__mod_metadata_md_zlib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244928
    },
    "__set_modmetadata_set_sym__mod_metadata_md_zlib_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244920
    },
    "__set_modmetadata_set_sym__mod_metadata_md_zyd_on_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241680
    },
    "__set_modmetadata_set_sym__mod_metadata_md_zyd_on_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241688
    },
    "__set_modmetadata_set_sym__mod_metadata_md_zyd_uhub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241672
    },
    "__set_modmetadata_set_sym__mod_metadata_md_zyd_uhub_on_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241664
    },
    "__set_modmetadata_set_sym__mod_metadata_mem_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236232
    },
    "__set_modmetadata_set_sym__mod_metadata_mfi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236264
    },
    "__set_modmetadata_set_sym__mod_metadata_midi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239832
    },
    "__set_modmetadata_set_sym__mod_metadata_mii_bitbang_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236568
    },
    "__set_modmetadata_set_sym__mod_metadata_miibus_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236560
    },
    "__set_modmetadata_set_sym__mod_metadata_mlx4_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247016
    },
    "__set_modmetadata_set_sym__mod_metadata_mlx5_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247104
    },
    "__set_modmetadata_set_sym__mod_metadata_mlx5en_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247152
    },
    "__set_modmetadata_set_sym__mod_metadata_mlxfw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236832
    },
    "__set_modmetadata_set_sym__mod_metadata_mmc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587236888
    },
    "__set_modmetadata_set_sym__mod_metadata_mpt_cam_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237032
    },
    "__set_modmetadata_set_sym__mod_metadata_mpt_core_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237008
    },
    "__set_modmetadata_set_sym__mod_metadata_mpt_raid_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237104
    },
    "__set_modmetadata_set_sym__mod_metadata_mpt_user_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237144
    },
    "__set_modmetadata_set_sym__mod_metadata_mpt_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237080
    },
    "__set_modmetadata_set_sym__mod_metadata_msdosfs_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243640
    },
    "__set_modmetadata_set_sym__mod_metadata_mvs_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237312
    },
    "__set_modmetadata_set_sym__mod_metadata_mwl_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237384
    },
    "__set_modmetadata_set_sym__mod_metadata_mwl_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237344
    },
    "__set_modmetadata_set_sym__mod_metadata_mxge_eth_z8e_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237448
    },
    "__set_modmetadata_set_sym__mod_metadata_mxge_ethp_z8e_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237480
    },
    "__set_modmetadata_set_sym__mod_metadata_mxge_rss_eth_z8e_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237512
    },
    "__set_modmetadata_set_sym__mod_metadata_mxge_rss_ethp_z8e_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237544
    },
    "__set_modmetadata_set_sym__mod_metadata_nehemiah_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249168
    },
    "__set_modmetadata_set_sym__mod_metadata_netdump_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246480
    },
    "__set_modmetadata_set_sym__mod_metadata_netgate_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237584
    },
    "__set_modmetadata_set_sym__mod_metadata_netgraph_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245664
    },
    "__set_modmetadata_set_sym__mod_metadata_netlink_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246600
    },
    "__set_modmetadata_set_sym__mod_metadata_netmap_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237616
    },
    "__set_modmetadata_set_sym__mod_metadata_nfs_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243704
    },
    "__set_modmetadata_set_sym__mod_metadata_nfscl_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243728
    },
    "__set_modmetadata_set_sym__mod_metadata_nfscommon_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243664
    },
    "__set_modmetadata_set_sym__mod_metadata_nfsd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243784
    },
    "__set_modmetadata_set_sym__mod_metadata_nfslockd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246760
    },
    "__set_modmetadata_set_sym__mod_metadata_nfssvc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246712
    },
    "__set_modmetadata_set_sym__mod_metadata_ng_ether_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245864
    },
    "__set_modmetadata_set_sym__mod_metadata_null_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237696
    },
    "__set_modmetadata_set_sym__mod_metadata_nvd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237720
    },
    "__set_modmetadata_set_sym__mod_metadata_nvme_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237752
    },
    "__set_modmetadata_set_sym__mod_metadata_oce_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237840
    },
    "__set_modmetadata_set_sym__mod_metadata_ocs_fc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237864
    },
    "__set_modmetadata_set_sym__mod_metadata_pci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587237984
    },
    "__set_modmetadata_set_sym__mod_metadata_pf_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246688
    },
    "__set_modmetadata_set_sym__mod_metadata_pflog_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246624
    },
    "__set_modmetadata_set_sym__mod_metadata_pfsync_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246656
    },
    "__set_modmetadata_set_sym__mod_metadata_ppbus_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238056
    },
    "__set_modmetadata_set_sym__mod_metadata_procfs_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243856
    },
    "__set_modmetadata_set_sym__mod_metadata_pseudofs_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243888
    },
    "__set_modmetadata_set_sym__mod_metadata_pvefirt_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243288
    },
    "__set_modmetadata_set_sym__mod_metadata_random_device_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238416
    },
    "__set_modmetadata_set_sym__mod_metadata_random_harvestq_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238392
    },
    "__set_modmetadata_set_sym__mod_metadata_rc4_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230824
    },
    "__set_modmetadata_set_sym__mod_metadata_rdrand_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249136
    },
    "__set_modmetadata_set_sym__mod_metadata_rndtest_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238600
    },
    "__set_modmetadata_set_sym__mod_metadata_rsu_rtl8712fw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241312
    },
    "__set_modmetadata_set_sym__mod_metadata_rsu_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241280
    },
    "__set_modmetadata_set_sym__mod_metadata_rt2561_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238280
    },
    "__set_modmetadata_set_sym__mod_metadata_rt2561s_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238312
    },
    "__set_modmetadata_set_sym__mod_metadata_rt2661_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238344
    },
    "__set_modmetadata_set_sym__mod_metadata_rt2860_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238376
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_pci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238648
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8188eefw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238760
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8188eufw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238792
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8192cfwE_B_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238856
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8192cfwE_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238824
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8192cfwT_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238888
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8192cfwU_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238920
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8192eufw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238952
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8812aufw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238984
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_rtl8821aufw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239016
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_usb_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238704
    },
    "__set_modmetadata_set_sym__mod_metadata_rtwn_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587238608
    },
    "__set_modmetadata_set_sym__mod_metadata_rue_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241088
    },
    "__set_modmetadata_set_sym__mod_metadata_rum_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241360
    },
    "__set_modmetadata_set_sym__mod_metadata_run_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241416
    },
    "__set_modmetadata_set_sym__mod_metadata_runfw_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241448
    },
    "__set_modmetadata_set_sym__mod_metadata_sbp_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234400
    },
    "__set_modmetadata_set_sym__mod_metadata_sdhci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239032
    },
    "__set_modmetadata_set_sym__mod_metadata_siis_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239208
    },
    "__set_modmetadata_set_sym__mod_metadata_smbios_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239392
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_cmi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239432
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_csa_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239464
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_csapcm_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239504
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_emu10kx_midi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239608
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_emu10kx_pcm_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239568
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_emu10kx_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239528
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_es137x_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239640
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_hda_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239752
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_ich_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239672
    },
    "__set_modmetadata_set_sym__mod_metadata_snd_via8233_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239704
    },
    "__set_modmetadata_set_sym__mod_metadata_sound_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587239808
    },
    "__set_modmetadata_set_sym__mod_metadata_splash_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234336
    },
    "__set_modmetadata_set_sym__mod_metadata_storvsc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247888
    },
    "__set_modmetadata_set_sym__mod_metadata_sysvmsg_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244840
    },
    "__set_modmetadata_set_sym__mod_metadata_sysvsem_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244864
    },
    "__set_modmetadata_set_sym__mod_metadata_sysvshm_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244888
    },
    "__set_modmetadata_set_sym__mod_metadata_t4fw_cfg_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233792
    },
    "__set_modmetadata_set_sym__mod_metadata_t4iov_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233448
    },
    "__set_modmetadata_set_sym__mod_metadata_t4nex_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233520
    },
    "__set_modmetadata_set_sym__mod_metadata_t5fw_cfg_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233824
    },
    "__set_modmetadata_set_sym__mod_metadata_t5iov_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233472
    },
    "__set_modmetadata_set_sym__mod_metadata_t5nex_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233560
    },
    "__set_modmetadata_set_sym__mod_metadata_t6fw_cfg_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233856
    },
    "__set_modmetadata_set_sym__mod_metadata_t6iov_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233496
    },
    "__set_modmetadata_set_sym__mod_metadata_t6nex_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233600
    },
    "__set_modmetadata_set_sym__mod_metadata_tcp_log_dev_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240048
    },
    "__set_modmetadata_set_sym__mod_metadata_tcpmd5_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246576
    },
    "__set_modmetadata_set_sym__mod_metadata_u3g_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241744
    },
    "__set_modmetadata_set_sym__mod_metadata_uark_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241792
    },
    "__set_modmetadata_set_sym__mod_metadata_uath_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241496
    },
    "__set_modmetadata_set_sym__mod_metadata_ucom_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242208
    },
    "__set_modmetadata_set_sym__mod_metadata_udav_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241168
    },
    "__set_modmetadata_set_sym__mod_metadata_uether_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241232
    },
    "__set_modmetadata_set_sym__mod_metadata_ufoma_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241840
    },
    "__set_modmetadata_set_sym__mod_metadata_ufs_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247256
    },
    "__set_modmetadata_set_sym__mod_metadata_uftdi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241888
    },
    "__set_modmetadata_set_sym__mod_metadata_uhid_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242248
    },
    "__set_modmetadata_set_sym__mod_metadata_uhub_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240520
    },
    "__set_modmetadata_set_sym__mod_metadata_uinput_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587234240
    },
    "__set_modmetadata_set_sym__mod_metadata_ukbd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242304
    },
    "__set_modmetadata_set_sym__mod_metadata_umass_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240464
    },
    "__set_modmetadata_set_sym__mod_metadata_umct_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241936
    },
    "__set_modmetadata_set_sym__mod_metadata_umodem_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241984
    },
    "__set_modmetadata_set_sym__mod_metadata_uplcom_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242040
    },
    "__set_modmetadata_set_sym__mod_metadata_ural_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241600
    },
    "__set_modmetadata_set_sym__mod_metadata_urtw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241648
    },
    "__set_modmetadata_set_sym__mod_metadata_usb_linux_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587246952
    },
    "__set_modmetadata_set_sym__mod_metadata_usb_quirk_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242328
    },
    "__set_modmetadata_set_sym__mod_metadata_usb_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587240480
    },
    "__set_modmetadata_set_sym__mod_metadata_uslcom_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242088
    },
    "__set_modmetadata_set_sym__mod_metadata_uvisor_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242136
    },
    "__set_modmetadata_set_sym__mod_metadata_uvscom_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242184
    },
    "__set_modmetadata_set_sym__mod_metadata_vcc_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233768
    },
    "__set_modmetadata_set_sym__mod_metadata_vcxgbe_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233720
    },
    "__set_modmetadata_set_sym__mod_metadata_vcxl_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587233744
    },
    "__set_modmetadata_set_sym__mod_metadata_virtio_balloon_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242640
    },
    "__set_modmetadata_set_sym__mod_metadata_virtio_blk_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242576
    },
    "__set_modmetadata_set_sym__mod_metadata_virtio_console_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242776
    },
    "__set_modmetadata_set_sym__mod_metadata_virtio_pci_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242416
    },
    "__set_modmetadata_set_sym__mod_metadata_virtio_scsi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242704
    },
    "__set_modmetadata_set_sym__mod_metadata_virtio_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242408
    },
    "__set_modmetadata_set_sym__mod_metadata_vmbus_res_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248168
    },
    "__set_modmetadata_set_sym__mod_metadata_vmbus_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587248112
    },
    "__set_modmetadata_set_sym__mod_metadata_vmx_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242864
    },
    "__set_modmetadata_set_sym__mod_metadata_vtnet_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587242504
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_amrr_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245344
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_ccmp_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245376
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_ratectl_none_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245504
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_rssadapt_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245536
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_sta_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245568
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_tkip_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245408
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245472
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_wep_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245440
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_wlan_acl_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245312
    },
    "__set_modmetadata_set_sym__mod_metadata_wlan_xauth_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587245600
    },
    "__set_modmetadata_set_sym__mod_metadata_wpi_fw_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243136
    },
    "__set_modmetadata_set_sym__mod_metadata_wpi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587243088
    },
    "__set_modmetadata_set_sym__mod_metadata_x86bios_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587249368
    },
    "__set_modmetadata_set_sym__mod_metadata_xdr_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587247328
    },
    "__set_modmetadata_set_sym__mod_metadata_xz_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230800
    },
    "__set_modmetadata_set_sym__mod_metadata_zlib_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587244936
    },
    "__set_modmetadata_set_sym__mod_metadata_zyd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587241696
    },
    "__set_ratectl_set_sym_IEEE80211_RATECTL_AMRR_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490160
    },
    "__set_ratectl_set_sym_IEEE80211_RATECTL_NONE_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490168
    },
    "__set_ratectl_set_sym_IEEE80211_RATECTL_RSSADAPT_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490176
    },
    "__set_scanner_set_sym_ahdemo_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490272
    },
    "__set_scanner_set_sym_ap_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490280
    },
    "__set_scanner_set_sym_ibss_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490264
    },
    "__set_scanner_set_sym_mesh_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490288
    },
    "__set_scanner_set_sym_sta_modevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490256
    },
    "__set_scrndr_set_sym_scrndr_cga_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490352
    },
    "__set_scrndr_set_sym_scrndr_cga_GRAPHICS_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490392
    },
    "__set_scrndr_set_sym_scrndr_ega_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490360
    },
    "__set_scrndr_set_sym_scrndr_ega_GRAPHICS_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490400
    },
    "__set_scrndr_set_sym_scrndr_ega_PIXEL_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490376
    },
    "__set_scrndr_set_sym_scrndr_mda_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490344
    },
    "__set_scrndr_set_sym_scrndr_vga_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490368
    },
    "__set_scrndr_set_sym_scrndr_vga_GRAPHICS_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490408
    },
    "__set_scrndr_set_sym_scrndr_vga_PIXEL_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490384
    },
    "__set_scterm_set_sym_sc_term_dumb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489728
    },
    "__set_scterm_set_sym_sc_term_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489736
    },
    "__set_scterm_set_sym_sc_term_scteken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489744
    },
    "__set_sdt_argtypes_set_sym_sdta_callout_execute___callout__end0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418048
    },
    "__set_sdt_argtypes_set_sym_sdta_callout_execute___callout__start0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418040
    },
    "__set_sdt_argtypes_set_sym_sdta_ice_fwlog___message0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420224
    },
    "__set_sdt_argtypes_set_sym_sdta_ice_fwlog___message1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420232
    },
    "__set_sdt_argtypes_set_sym_sdta_io___done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418232
    },
    "__set_sdt_argtypes_set_sym_sdta_io___done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418240
    },
    "__set_sdt_argtypes_set_sym_sdta_io___start0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418216
    },
    "__set_sdt_argtypes_set_sym_sdta_io___start1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418224
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___receive0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419072
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___receive1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419080
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___receive2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419088
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___receive3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419096
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___receive4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419104
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___receive5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419112
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___send0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419120
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___send1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419128
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___send2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419136
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___send3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419144
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___send4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419152
    },
    "__set_sdt_argtypes_set_sym_sdta_ip___send5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419160
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___adaptive__acquire0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417248
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___adaptive__block0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417280
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___adaptive__block1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417288
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___adaptive__release0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417256
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___adaptive__spin0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417264
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___adaptive__spin1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417272
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__acquire0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417536
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__acquire1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417544
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__block0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417584
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__block1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417592
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__block2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417600
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__block3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417608
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__block4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417616
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__disown0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417568
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__disown1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417576
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__downgrade0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417632
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__release0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417552
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__release1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417560
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___lockmgr__upgrade0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417624
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__acquire0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417328
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__acquire1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417336
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__block0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417360
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__block1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417368
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__block2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417376
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__block3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417384
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__block4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417392
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__downgrade0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417424
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__release0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417344
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__release1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417352
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__spin0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417400
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__spin1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417408
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___rw__upgrade0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417416
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___spin__acquire0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417296
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___spin__release0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417304
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___spin__spin0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417312
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___spin__spin1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417320
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__acquire0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417432
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__acquire1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417440
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__block0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417464
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__block1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417472
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__block2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417480
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__block3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417488
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__block4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417496
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__downgrade0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417528
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__release0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417448
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__release1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417456
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__spin0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417504
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__spin1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417512
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___sx__upgrade0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417520
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___thread__spin0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417640
    },
    "__set_sdt_argtypes_set_sym_sdta_lockstat___thread__spin1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417648
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_criov_cursor_advance_vmpage0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420080
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_criov_cursor_advance_vmpage1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420088
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_bad0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420112
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_bad1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420120
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_bad2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420128
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_bad3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420136
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_bad4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420144
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_bad5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420152
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420096
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420104
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_iter0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420160
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_iter1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420168
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_iter2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420176
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_iter3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420184
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_iter4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420192
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_iter5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420200
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420208
    },
    "__set_sdt_argtypes_set_sym_sdta_opencrypto_deflate_deflate_global_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420216
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419904
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419912
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_entry2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419920
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_final_match0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419984
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_final_match1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419992
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_match0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419968
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_match1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419976
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_mismatch0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419944
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_mismatch1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419952
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_mismatch2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419960
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_test0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419928
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_eth_test_rule_test1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419936
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_addrule_error0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420048
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_addrule_error1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420056
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_function_error0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420024
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_function_error1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420032
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_function_error2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420040
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_ioctl_error0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420000
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_ioctl_error1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420008
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_ioctl_error2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420016
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_nvchk_error0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420064
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ioctl_nvchk_error1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420072
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_state_lookup0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419864
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_state_lookup1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419872
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_state_lookup2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419880
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_state_lookup3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419888
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_state_lookup4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419896
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test6_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419832
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test6_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419840
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test6_done2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419848
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test6_done3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419856
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419800
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419808
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test_done2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419816
    },
    "__set_sdt_argtypes_set_sym_sdta_pf_ip_test_done3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419824
    },
    "__set_sdt_argtypes_set_sym_sdta_priv_kernel_priv_check_priv__err0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417664
    },
    "__set_sdt_argtypes_set_sym_sdta_priv_kernel_priv_check_priv__ok0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417656
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___create0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417224
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___create1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417232
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___create2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417240
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___exec0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417192
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___exec__failure0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417200
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___exec__success0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417208
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___exit0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417216
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__clear0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418000
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__clear1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418008
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__discard0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418016
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__discard1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418024
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__discard2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418032
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__send0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417976
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__send1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417984
    },
    "__set_sdt_argtypes_set_sym_sdta_proc___signal__send2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417992
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_create0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417912
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_destroy0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417920
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_join0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417928
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_join1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417936
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_join__failure0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417944
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_join__failure1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417952
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_leave0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417960
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__racct_leave1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417968
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417672
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417680
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417688
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__buf0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417720
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__buf1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417728
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__buf2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417736
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__cred0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417744
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__cred1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417752
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__cred2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417760
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__failure0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417696
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__failure1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417704
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__failure2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417712
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__force0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417768
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__force1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417776
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_add__force2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417784
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417792
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417800
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417808
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set__failure0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417816
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set__failure1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417824
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set__failure2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417832
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set__force0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417840
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set__force1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417848
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_set__force2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417856
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_sub0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417864
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_sub1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417872
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_sub2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417880
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_sub__cred0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417888
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_sub__cred1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417896
    },
    "__set_sdt_argtypes_set_sym_sdta_racct__rusage_sub__cred2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417904
    },
    "__set_sdt_argtypes_set_sym_sdta_random_fortuna_event_processor_debug0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416992
    },
    "__set_sdt_argtypes_set_sym_sdta_random_fortuna_event_processor_debug1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417000
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___change__pri0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418056
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___change__pri1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418064
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___change__pri2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418072
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___dequeue0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418080
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___dequeue1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418088
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___dequeue2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418096
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___enqueue0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418104
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___enqueue1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418112
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___enqueue2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418120
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___enqueue3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418128
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___lend__pri0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418136
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___lend__pri1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418144
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___lend__pri2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418152
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___lend__pri3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418160
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___load__change0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418168
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___load__change1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418176
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___off__cpu0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418184
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___off__cpu1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418192
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___surrender0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418200
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___surrender1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418208
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___tick0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417176
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___tick1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417184
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___wakeup0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418248
    },
    "__set_sdt_argtypes_set_sym_sdta_sched___wakeup1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418256
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__clget0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418472
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__clget1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418480
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__clget2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418488
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__cljget0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418496
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__cljget1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418504
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__cljget2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418512
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__cljget3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418520
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__free0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418528
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__freem0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418536
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__get0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418376
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__get1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418384
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__get2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418392
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__get_raw0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418352
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__get_raw1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418360
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__get_raw2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418368
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getcl0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418400
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getcl1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418408
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getcl2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418416
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getcl3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418424
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__gethdr0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418328
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__gethdr1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418336
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__gethdr2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418344
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__gethdr_raw0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418304
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__gethdr_raw1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418312
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__gethdr_raw2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418320
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getjcl0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418432
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getjcl1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418440
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getjcl2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418448
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getjcl3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418456
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__getjcl4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418464
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__init0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418264
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__init1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418272
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__init2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418280
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__init3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418288
    },
    "__set_sdt_argtypes_set_sym_sdta_sdt___m__init4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418296
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__established0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419168
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__established1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419176
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__established2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419184
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__established3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419192
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__established4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419200
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__refused0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419208
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__refused1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419216
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__refused2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419224
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__refused3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419232
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___accept__refused4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419240
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__established0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419248
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__established1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419256
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__established2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419264
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__established3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419272
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__established4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419280
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__refused0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419288
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__refused1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419296
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__refused2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419304
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__refused3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419312
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__refused4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419320
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__request0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419328
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__request1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419336
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__request2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419344
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__request3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419352
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___connect__request4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419360
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__drop0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419520
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__drop1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419528
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__drop2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419536
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__input0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419456
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__input1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419464
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__input2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419472
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__output0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419480
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__output1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419488
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__output2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419496
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__user0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419504
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___debug__user1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419512
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419368
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419376
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419384
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419392
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419400
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive__autoresize0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419592
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive__autoresize1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419600
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive__autoresize2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419608
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive__autoresize3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419616
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive__autoresize4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419624
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___receive__autoresize5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419632
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___send0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419408
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___send1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419416
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___send2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419424
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___send3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419432
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___send4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419440
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___siftr0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419448
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___state__change0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419544
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___state__change1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419552
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___state__change2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419560
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___state__change3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419568
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___state__change4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419576
    },
    "__set_sdt_argtypes_set_sym_sdta_tcp___state__change5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419584
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___receive0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419640
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___receive1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419648
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___receive2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419656
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___receive3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419664
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___receive4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419672
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___send0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419680
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___send1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419688
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___send2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419696
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___send3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419704
    },
    "__set_sdt_argtypes_set_sym_sdta_udp___send4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419712
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___receive0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419720
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___receive1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419728
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___receive2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419736
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___receive3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419744
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___receive4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419752
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___send0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419760
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___send1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419768
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___send2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419776
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___send3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419784
    },
    "__set_sdt_argtypes_set_sym_sdta_udplite___send4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419792
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_fplookup_lookup_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418920
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_fplookup_lookup_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418928
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_fplookup_lookup_done2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418936
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418544
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418552
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_done2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418560
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_duplicate0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418568
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_duplicate1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418576
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_duplicate2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418584
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_negative_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418592
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_enter_negative_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418600
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_evict_negative_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418896
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_evict_negative_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418904
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418656
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_hit0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418664
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_hit1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418672
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_hit2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418680
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_miss0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418688
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418696
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418704
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418712
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_smr_hit0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418608
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_smr_hit1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418616
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_smr_miss0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418624
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_smr_miss1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418632
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_smr_miss2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418640
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_fullpath_smr_miss3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418648
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_lookup_hit0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418720
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_lookup_hit1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418728
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_lookup_hit2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418736
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_lookup_hit__negative0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418744
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_lookup_hit__negative1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418752
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_lookup_miss0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418760
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_lookup_miss1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418768
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_purge_batch0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418832
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_purge_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418808
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_purge_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418816
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_purge_done2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418824
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_purge_negative_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418840
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_purgevfs_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418848
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_removecnp_hit0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418776
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_removecnp_hit1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418784
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_removecnp_miss0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418792
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_removecnp_miss1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418800
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_symlink_alloc__fail0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418912
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_zap_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418856
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_zap_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418864
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_zap_done2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418872
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_zap_negative_done0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418880
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namecache_zap_negative_done1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418888
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418944
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418952
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_entry2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418960
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_entry3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418968
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418976
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418984
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607418992
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_namei_lookup_return3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419000
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_access_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420640
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_access_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420648
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_access_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420656
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_access_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420664
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_access_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420672
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_accessx_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420680
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_accessx_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420688
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_accessx_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420696
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_accessx_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420704
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_accessx_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420712
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_aclcheck_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422280
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_aclcheck_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422288
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_aclcheck_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422296
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_aclcheck_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422304
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_aclcheck_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422312
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_add_writecount_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423000
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_add_writecount_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423008
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_add_writecount_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423016
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_add_writecount_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423024
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_add_writecount_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423032
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advise_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422720
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advise_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422728
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advise_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422736
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advise_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422744
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advise_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422752
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlock_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421920
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlock_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421928
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlock_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421936
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlock_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421944
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlock_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421952
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockasync_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421960
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockasync_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421968
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockasync_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421976
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockasync_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421984
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockasync_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421992
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockpurge_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422000
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockpurge_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422008
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockpurge_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422016
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockpurge_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422024
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_advlockpurge_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422032
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_allocate_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422680
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_allocate_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422688
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_allocate_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422696
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_allocate_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422704
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_allocate_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422712
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_bmap_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421720
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_bmap_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421728
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_bmap_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421736
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_bmap_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421744
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_bmap_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421752
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_cachedlookup_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420320
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_cachedlookup_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420328
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_cachedlookup_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420336
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_cachedlookup_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420344
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_cachedlookup_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420352
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_close_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420520
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_close_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420528
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_close_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420536
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_close_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420544
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_close_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420552
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_closeextattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422320
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_closeextattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422328
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_closeextattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422336
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_closeextattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422344
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_closeextattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422352
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_copy_file_range_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423080
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_copy_file_range_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423088
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_copy_file_range_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423096
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_copy_file_range_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423104
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_copy_file_range_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423112
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_create_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420360
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_create_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420368
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_create_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420376
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_create_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420384
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_create_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420392
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deallocate_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423160
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deallocate_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423168
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deallocate_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423176
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deallocate_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423184
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deallocate_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423192
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deleteextattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422480
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deleteextattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422488
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deleteextattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422496
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deleteextattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422504
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_deleteextattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422512
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fdatasync_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423040
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fdatasync_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423048
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fdatasync_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423056
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fdatasync_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423064
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fdatasync_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423072
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_symlink_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420600
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_symlink_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420608
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_symlink_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420616
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_symlink_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420624
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_symlink_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420632
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_vexec_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420560
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_vexec_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420568
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_vexec_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420576
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_vexec_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420584
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fplookup_vexec_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420592
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fsync_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421160
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fsync_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421168
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fsync_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421176
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fsync_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421184
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_fsync_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421192
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getacl_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422200
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getacl_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422208
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getacl_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422216
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getacl_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422224
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getacl_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422232
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420760
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420768
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420776
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420784
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420792
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getextattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422360
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getextattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422368
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getextattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422376
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getextattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422384
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getextattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422392
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_async_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422120
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_async_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422128
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_async_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422136
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_async_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422144
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_async_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422152
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422080
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422088
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422096
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422104
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getpages_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422112
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getwritemount_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421800
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getwritemount_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421808
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getwritemount_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421816
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getwritemount_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421824
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_getwritemount_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421832
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_inactive_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421520
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_inactive_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421528
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_inactive_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421536
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_inactive_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421544
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_inactive_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421552
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_ioctl_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421000
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_ioctl_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421008
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_ioctl_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421016
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_ioctl_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421024
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_ioctl_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421032
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_is_text_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422880
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_is_text_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422888
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_is_text_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422896
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_is_text_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422904
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_is_text_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422912
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_islocked_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420240
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_islocked_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420248
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_islocked_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420256
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_islocked_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420264
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_islocked_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420272
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_kqfilter_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421080
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_kqfilter_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421088
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_kqfilter_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421096
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_kqfilter_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421104
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_kqfilter_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421112
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_link_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421240
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_link_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421248
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_link_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421256
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_link_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421264
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_link_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421272
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_listextattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422400
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_listextattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422408
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_listextattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422416
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_listextattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422424
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_listextattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422432
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lock1_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421640
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lock1_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421648
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lock1_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421656
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lock1_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421664
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lock1_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421672
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lookup_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420280
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lookup_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420288
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lookup_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420296
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lookup_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420304
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_lookup_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420312
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mkdir_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421320
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mkdir_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421328
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mkdir_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421336
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mkdir_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421344
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mkdir_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421352
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mknod_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420440
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mknod_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420448
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mknod_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420456
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mknod_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420464
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mknod_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420472
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mmapped_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420840
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mmapped_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420848
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mmapped_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420856
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mmapped_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420864
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_mmapped_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420872
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_need_inactive_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421560
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_need_inactive_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421568
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_need_inactive_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421576
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_need_inactive_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421584
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_need_inactive_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421592
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_open_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420480
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_open_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420488
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_open_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420496
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_open_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420504
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_open_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420512
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_openextattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422440
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_openextattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422448
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_openextattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422456
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_openextattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422464
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_openextattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422472
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_pathconf_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421880
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_pathconf_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421888
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_pathconf_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421896
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_pathconf_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421904
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_pathconf_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421912
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_poll_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421040
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_poll_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421048
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_poll_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421056
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_poll_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421064
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_poll_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421072
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_print_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421840
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_print_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421848
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_print_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421856
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_print_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421864
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_print_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421872
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_putpages_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422160
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_putpages_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422168
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_putpages_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422176
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_putpages_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422184
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_putpages_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422192
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420880
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420888
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_pgcache_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420920
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_pgcache_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420928
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_pgcache_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420936
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_pgcache_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420944
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_pgcache_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420952
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420896
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420904
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_read_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420912
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readdir_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421440
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readdir_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421448
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readdir_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421456
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readdir_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421464
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readdir_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421472
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readlink_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421480
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readlink_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421488
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readlink_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421496
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readlink_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421504
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_readlink_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421512
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reallocblks_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422040
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reallocblks_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422048
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reallocblks_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422056
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reallocblks_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422064
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reallocblks_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422072
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reclaim_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421600
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reclaim_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421608
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reclaim_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421616
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reclaim_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421624
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_reclaim_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421632
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_remove_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421200
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_remove_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421208
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_remove_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421216
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_remove_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421224
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_remove_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421232
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rename_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421280
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rename_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421288
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rename_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421296
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rename_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421304
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rename_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421312
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_revoke_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421120
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_revoke_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421128
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_revoke_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421136
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_revoke_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421144
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_revoke_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421152
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rmdir_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421360
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rmdir_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421368
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rmdir_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421376
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rmdir_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421384
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_rmdir_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421392
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_set_text_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422920
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_set_text_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422928
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_set_text_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422936
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_set_text_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422944
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_set_text_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422952
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setacl_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422240
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setacl_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422248
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setacl_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422256
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setacl_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422264
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setacl_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422272
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420800
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420808
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420816
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420824
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420832
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setextattr_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422520
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setextattr_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422528
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setextattr_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422536
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setextattr_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422544
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setextattr_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422552
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setlabel_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422560
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setlabel_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422568
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setlabel_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422576
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setlabel_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422584
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_setlabel_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422592
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare1_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423200
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare1_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423208
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare1_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423216
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare1_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423224
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare1_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423232
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare2_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423240
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare2_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423248
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare2_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423256
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare2_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423264
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare2_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423272
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare3_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423280
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare3_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423288
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare3_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423296
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare3_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423304
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare3_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423312
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare4_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423320
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare4_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423328
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare4_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423336
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare4_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423344
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare4_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423352
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare5_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423360
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare5_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423368
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare5_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423376
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare5_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423384
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_spare5_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423392
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_stat_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420720
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_stat_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420728
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_stat_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420736
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_stat_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420744
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_stat_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420752
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_strategy_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421760
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_strategy_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421768
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_strategy_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421776
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_strategy_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421784
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_strategy_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421792
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_symlink_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421400
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_symlink_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421408
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_symlink_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421416
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_symlink_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421424
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_symlink_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421432
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unlock_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421680
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unlock_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421688
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unlock_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421696
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unlock_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421704
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unlock_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607421712
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_bind_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422760
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_bind_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422768
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_bind_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422776
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_bind_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422784
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_bind_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422792
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_connect_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422800
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_connect_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422808
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_connect_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422816
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_connect_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422824
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_connect_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422832
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_detach_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422840
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_detach_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422848
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_detach_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422856
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_detach_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422864
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unp_detach_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422872
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unset_text_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422960
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unset_text_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422968
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unset_text_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422976
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unset_text_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422984
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_unset_text_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422992
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptocnp_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422640
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptocnp_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422648
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptocnp_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422656
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptocnp_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422664
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptocnp_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422672
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptofh_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422600
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptofh_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422608
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptofh_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422616
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptofh_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422624
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vptofh_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607422632
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vput_pair_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423120
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vput_pair_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423128
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vput_pair_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423136
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vput_pair_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423144
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_vput_pair_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607423152
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_whiteout_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420400
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_whiteout_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420408
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_whiteout_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420416
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_whiteout_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420424
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_whiteout_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420432
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_write_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420960
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_write_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420968
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_write_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420976
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_write_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420984
    },
    "__set_sdt_argtypes_set_sym_sdta_vfs_vop_vop_write_return2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607420992
    },
    "__set_sdt_argtypes_set_sym_sdta_virtqueue__enqueue_segments_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417008
    },
    "__set_sdt_argtypes_set_sym_sdta_virtqueue__enqueue_segments_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417016
    },
    "__set_sdt_argtypes_set_sym_sdta_virtqueue__enqueue_segments_entry2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417024
    },
    "__set_sdt_argtypes_set_sym_sdta_virtqueue__enqueue_segments_entry3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417032
    },
    "__set_sdt_argtypes_set_sym_sdta_virtqueue__enqueue_segments_entry4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417040
    },
    "__set_sdt_argtypes_set_sym_sdta_virtqueue__enqueue_segments_entry5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417048
    },
    "__set_sdt_argtypes_set_sym_sdta_virtqueue__enqueue_segments_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417056
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_alloc_alloc0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419016
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_alloc_alloc1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419024
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_alloc_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419008
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_alloc_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419032
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_alloc_return1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419040
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_destroy_entry0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419048
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_destroy_entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419056
    },
    "__set_sdt_argtypes_set_sym_sdta_vnet_functions_vnet_destroy_return0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607419064
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_dev_flush0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417064
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_dev_read0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417072
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_dev_read1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417080
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_dev_read2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417088
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_dev_write0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417096
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_dev_write1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417104
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_dev_write2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417112
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_file_flush0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417120
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_file_read0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417128
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_file_read1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417136
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_file_read2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417144
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_file_write0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417152
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_file_write1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417160
    },
    "__set_sdt_argtypes_set_sym_sdta_xbb_kernel_xbb_dispatch_file_write2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607417168
    },
    "__set_sdt_probes_set_sym_sdt_callout_execute___callout__end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414968
    },
    "__set_sdt_probes_set_sym_sdt_callout_execute___callout__start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414960
    },
    "__set_sdt_probes_set_sym_sdt_ice_fwlog___message": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415720
    },
    "__set_sdt_probes_set_sym_sdt_io___done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415056
    },
    "__set_sdt_probes_set_sym_sdt_io___start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415048
    },
    "__set_sdt_probes_set_sym_sdt_ip___receive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415416
    },
    "__set_sdt_probes_set_sym_sdt_ip___send": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415424
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___adaptive__acquire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414576
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___adaptive__block": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414600
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___adaptive__release": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414584
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___adaptive__spin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414592
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___lockmgr__acquire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414728
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___lockmgr__block": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414752
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___lockmgr__disown": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414744
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___lockmgr__downgrade": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414768
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___lockmgr__release": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414736
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___lockmgr__upgrade": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414760
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___rw__acquire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414632
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___rw__block": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414648
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___rw__downgrade": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414672
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___rw__release": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414640
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___rw__spin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414656
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___rw__upgrade": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414664
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___spin__acquire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414608
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___spin__release": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414616
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___spin__spin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414624
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___sx__acquire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414680
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___sx__block": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414696
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___sx__downgrade": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414720
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___sx__release": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414688
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___sx__spin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414704
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___sx__upgrade": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414712
    },
    "__set_sdt_probes_set_sym_sdt_lockstat___thread__spin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414776
    },
    "__set_sdt_probes_set_sym_sdt_opencrypto_criov_cursor_advance_vmpage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415672
    },
    "__set_sdt_probes_set_sym_sdt_opencrypto_deflate_deflate_global_bad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415688
    },
    "__set_sdt_probes_set_sym_sdt_opencrypto_deflate_deflate_global_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415680
    },
    "__set_sdt_probes_set_sym_sdt_opencrypto_deflate_deflate_global_iter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415696
    },
    "__set_sdt_probes_set_sym_sdt_opencrypto_deflate_deflate_global_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415704
    },
    "__set_sdt_probes_set_sym_sdt_pf_eth_test_rule_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415600
    },
    "__set_sdt_probes_set_sym_sdt_pf_eth_test_rule_final_match": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415632
    },
    "__set_sdt_probes_set_sym_sdt_pf_eth_test_rule_match": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415624
    },
    "__set_sdt_probes_set_sym_sdt_pf_eth_test_rule_mismatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415616
    },
    "__set_sdt_probes_set_sym_sdt_pf_eth_test_rule_test": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415608
    },
    "__set_sdt_probes_set_sym_sdt_pf_ioctl_addrule_error": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415656
    },
    "__set_sdt_probes_set_sym_sdt_pf_ioctl_function_error": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415648
    },
    "__set_sdt_probes_set_sym_sdt_pf_ioctl_ioctl_error": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415640
    },
    "__set_sdt_probes_set_sym_sdt_pf_ioctl_nvchk_error": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415664
    },
    "__set_sdt_probes_set_sym_sdt_pf_ip_state_lookup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415592
    },
    "__set_sdt_probes_set_sym_sdt_pf_ip_test6_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415584
    },
    "__set_sdt_probes_set_sym_sdt_pf_ip_test_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415576
    },
    "__set_sdt_probes_set_sym_sdt_priv_kernel_priv_check_priv__err": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414792
    },
    "__set_sdt_probes_set_sym_sdt_priv_kernel_priv_check_priv__ok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414784
    },
    "__set_sdt_probes_set_sym_sdt_proc___create": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414568
    },
    "__set_sdt_probes_set_sym_sdt_proc___exec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414536
    },
    "__set_sdt_probes_set_sym_sdt_proc___exec__failure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414544
    },
    "__set_sdt_probes_set_sym_sdt_proc___exec__success": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414552
    },
    "__set_sdt_probes_set_sym_sdt_proc___exit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414560
    },
    "__set_sdt_probes_set_sym_sdt_proc___lwp__exit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414952
    },
    "__set_sdt_probes_set_sym_sdt_proc___signal__clear": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414928
    },
    "__set_sdt_probes_set_sym_sdt_proc___signal__discard": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414936
    },
    "__set_sdt_probes_set_sym_sdt_proc___signal__send": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414920
    },
    "__set_sdt_probes_set_sym_sdt_racct__racct_create": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414880
    },
    "__set_sdt_probes_set_sym_sdt_racct__racct_destroy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414888
    },
    "__set_sdt_probes_set_sym_sdt_racct__racct_join": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414896
    },
    "__set_sdt_probes_set_sym_sdt_racct__racct_join__failure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414904
    },
    "__set_sdt_probes_set_sym_sdt_racct__racct_leave": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414912
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_add": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414800
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_add__buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414816
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_add__cred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414824
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_add__failure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414808
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_add__force": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414832
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414840
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_set__failure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414848
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_set__force": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414856
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_sub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414864
    },
    "__set_sdt_probes_set_sym_sdt_racct__rusage_sub__cred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414872
    },
    "__set_sdt_probes_set_sym_sdt_random_fortuna_event_processor_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414456
    },
    "__set_sdt_probes_set_sym_sdt_sched___change__pri": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414976
    },
    "__set_sdt_probes_set_sym_sdt_sched___dequeue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414984
    },
    "__set_sdt_probes_set_sym_sdt_sched___enqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414992
    },
    "__set_sdt_probes_set_sym_sdt_sched___lend__pri": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415000
    },
    "__set_sdt_probes_set_sym_sdt_sched___load__change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415008
    },
    "__set_sdt_probes_set_sym_sdt_sched___off__cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415016
    },
    "__set_sdt_probes_set_sym_sdt_sched___on__cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415024
    },
    "__set_sdt_probes_set_sym_sdt_sched___preempt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414944
    },
    "__set_sdt_probes_set_sym_sdt_sched___remain__cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415032
    },
    "__set_sdt_probes_set_sym_sdt_sched___sleep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415064
    },
    "__set_sdt_probes_set_sym_sdt_sched___surrender": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415040
    },
    "__set_sdt_probes_set_sym_sdt_sched___tick": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414528
    },
    "__set_sdt_probes_set_sym_sdt_sched___wakeup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415072
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__clget": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415136
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__cljget": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415144
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__cljset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415152
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415160
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__freem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415168
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__get": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415112
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__get_raw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415104
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__getcl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415120
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__gethdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415096
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__gethdr_raw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415088
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__getjcl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415128
    },
    "__set_sdt_probes_set_sym_sdt_sdt___m__init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415080
    },
    "__set_sdt_probes_set_sym_sdt_tcp___accept__established": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415432
    },
    "__set_sdt_probes_set_sym_sdt_tcp___accept__refused": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415440
    },
    "__set_sdt_probes_set_sym_sdt_tcp___connect__established": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415448
    },
    "__set_sdt_probes_set_sym_sdt_tcp___connect__refused": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415456
    },
    "__set_sdt_probes_set_sym_sdt_tcp___connect__request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415464
    },
    "__set_sdt_probes_set_sym_sdt_tcp___debug__drop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415520
    },
    "__set_sdt_probes_set_sym_sdt_tcp___debug__input": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415496
    },
    "__set_sdt_probes_set_sym_sdt_tcp___debug__output": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415504
    },
    "__set_sdt_probes_set_sym_sdt_tcp___debug__user": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415512
    },
    "__set_sdt_probes_set_sym_sdt_tcp___receive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415472
    },
    "__set_sdt_probes_set_sym_sdt_tcp___receive__autoresize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415536
    },
    "__set_sdt_probes_set_sym_sdt_tcp___send": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415480
    },
    "__set_sdt_probes_set_sym_sdt_tcp___siftr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415488
    },
    "__set_sdt_probes_set_sym_sdt_tcp___state__change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415528
    },
    "__set_sdt_probes_set_sym_sdt_udp___receive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415544
    },
    "__set_sdt_probes_set_sym_sdt_udp___send": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415552
    },
    "__set_sdt_probes_set_sym_sdt_udplite___receive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415560
    },
    "__set_sdt_probes_set_sym_sdt_udplite___send": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415568
    },
    "__set_sdt_probes_set_sym_sdt_vfs_fplookup_lookup_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415352
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_enter_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415176
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_enter_duplicate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415184
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_enter_negative_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415192
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_evict_negative_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415336
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_fullpath_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415216
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_fullpath_hit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415224
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_fullpath_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415232
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_fullpath_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415240
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_fullpath_smr_hit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415200
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_fullpath_smr_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415208
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_lookup_hit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415248
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_lookup_hit__negative": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415256
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_lookup_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415264
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_purge_batch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415296
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_purge_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415288
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_purge_negative_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415304
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_purgevfs_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415312
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_removecnp_hit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415272
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_removecnp_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415280
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_symlink_alloc__fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415344
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_zap_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415320
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namecache_zap_negative_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415328
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namei_lookup_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415360
    },
    "__set_sdt_probes_set_sym_sdt_vfs_namei_lookup_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415368
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_access_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415888
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_access_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415896
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_accessx_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415904
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_accessx_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415912
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_aclcheck_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416544
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_aclcheck_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416552
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_add_writecount_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416832
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_add_writecount_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416840
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advise_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416720
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advise_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416728
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advlock_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416400
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advlock_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416408
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advlockasync_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416416
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advlockasync_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416424
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advlockpurge_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416432
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_advlockpurge_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416440
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_allocate_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416704
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_allocate_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416712
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_bmap_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416320
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_bmap_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416328
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_cachedlookup_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415760
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_cachedlookup_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415768
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_close_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415840
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_close_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415848
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_closeextattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416560
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_closeextattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416568
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_copy_file_range_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416864
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_copy_file_range_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416872
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_create_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415776
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_create_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415784
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_deallocate_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416896
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_deallocate_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416904
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_deleteextattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416624
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_deleteextattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416632
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fdatasync_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416848
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fdatasync_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416856
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fplookup_symlink_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415872
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fplookup_symlink_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415880
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fplookup_vexec_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415856
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fplookup_vexec_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415864
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fsync_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416096
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_fsync_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416104
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getacl_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416512
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getacl_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416520
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415936
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415944
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getextattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416576
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getextattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416584
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getpages_async_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416480
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getpages_async_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416488
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getpages_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416464
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getpages_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416472
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getwritemount_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416352
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_getwritemount_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416360
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_inactive_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416240
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_inactive_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416248
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_ioctl_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416032
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_ioctl_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416040
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_is_text_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416784
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_is_text_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416792
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_islocked_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415728
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_islocked_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415736
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_kqfilter_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416064
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_kqfilter_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416072
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_link_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416128
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_link_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416136
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_listextattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416592
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_listextattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416600
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_lock1_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416288
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_lock1_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416296
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_lookup_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415744
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_lookup_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415752
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_mkdir_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416160
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_mkdir_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416168
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_mknod_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415808
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_mknod_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415816
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_mmapped_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415968
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_mmapped_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415976
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_need_inactive_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416256
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_need_inactive_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416264
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_open_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415824
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_open_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415832
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_openextattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416608
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_openextattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416616
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_pathconf_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416384
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_pathconf_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416392
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_poll_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416048
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_poll_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416056
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_print_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416368
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_print_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416376
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_putpages_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416496
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_putpages_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416504
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_read_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415984
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_read_pgcache_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416000
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_read_pgcache_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416008
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_read_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415992
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_readdir_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416208
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_readdir_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416216
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_readlink_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416224
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_readlink_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416232
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_reallocblks_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416448
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_reallocblks_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416456
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_reclaim_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416272
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_reclaim_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416280
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_remove_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416112
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_remove_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416120
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_rename_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416144
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_rename_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416152
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_revoke_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416080
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_revoke_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416088
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_rmdir_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416176
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_rmdir_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416184
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_set_text_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416800
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_set_text_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416808
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setacl_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416528
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setacl_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416536
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415952
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415960
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setextattr_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416640
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setextattr_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416648
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setlabel_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416656
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_setlabel_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416664
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare1_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416912
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare1_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416920
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare2_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416928
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare2_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416936
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare3_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416944
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare3_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416952
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare4_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416960
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare4_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416968
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare5_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416976
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_spare5_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416984
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_stat_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415920
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_stat_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415928
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_strategy_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416336
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_strategy_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416344
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_symlink_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416192
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_symlink_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416200
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unlock_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416304
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unlock_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416312
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unp_bind_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416736
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unp_bind_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416744
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unp_connect_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416752
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unp_connect_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416760
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unp_detach_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416768
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unp_detach_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416776
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unset_text_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416816
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_unset_text_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416824
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_vptocnp_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416688
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_vptocnp_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416696
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_vptofh_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416672
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_vptofh_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416680
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_vput_pair_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416880
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_vput_pair_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416888
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_whiteout_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415792
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_whiteout_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415800
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_write_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416016
    },
    "__set_sdt_probes_set_sym_sdt_vfs_vop_vop_write_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607416024
    },
    "__set_sdt_probes_set_sym_sdt_virtqueue__enqueue_segments_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414464
    },
    "__set_sdt_probes_set_sym_sdt_virtqueue__enqueue_segments_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414472
    },
    "__set_sdt_probes_set_sym_sdt_vm___vm__lowmem_scan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415712
    },
    "__set_sdt_probes_set_sym_sdt_vnet_functions_vnet_alloc_alloc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415384
    },
    "__set_sdt_probes_set_sym_sdt_vnet_functions_vnet_alloc_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415376
    },
    "__set_sdt_probes_set_sym_sdt_vnet_functions_vnet_alloc_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415392
    },
    "__set_sdt_probes_set_sym_sdt_vnet_functions_vnet_destroy_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415400
    },
    "__set_sdt_probes_set_sym_sdt_vnet_functions_vnet_destroy_return": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607415408
    },
    "__set_sdt_probes_set_sym_sdt_xbb_kernel_xbb_dispatch_dev_flush": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414480
    },
    "__set_sdt_probes_set_sym_sdt_xbb_kernel_xbb_dispatch_dev_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414488
    },
    "__set_sdt_probes_set_sym_sdt_xbb_kernel_xbb_dispatch_dev_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414496
    },
    "__set_sdt_probes_set_sym_sdt_xbb_kernel_xbb_dispatch_file_flush": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414504
    },
    "__set_sdt_probes_set_sym_sdt_xbb_kernel_xbb_dispatch_file_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414512
    },
    "__set_sdt_probes_set_sym_sdt_xbb_kernel_xbb_dispatch_file_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414520
    },
    "__set_sdt_providers_set_sym_sdt_provider_callout_execute": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414352
    },
    "__set_sdt_providers_set_sym_sdt_provider_geom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414304
    },
    "__set_sdt_providers_set_sym_sdt_provider_ice_fwlog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414448
    },
    "__set_sdt_providers_set_sym_sdt_provider_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414368
    },
    "__set_sdt_providers_set_sym_sdt_provider_ip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414392
    },
    "__set_sdt_providers_set_sym_sdt_provider_lockstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414312
    },
    "__set_sdt_providers_set_sym_sdt_provider_opencrypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414432
    },
    "__set_sdt_providers_set_sym_sdt_provider_pf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414424
    },
    "__set_sdt_providers_set_sym_sdt_provider_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414320
    },
    "__set_sdt_providers_set_sym_sdt_provider_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414328
    },
    "__set_sdt_providers_set_sym_sdt_provider_racct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414336
    },
    "__set_sdt_providers_set_sym_sdt_provider_random": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414280
    },
    "__set_sdt_providers_set_sym_sdt_provider_sched": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414360
    },
    "__set_sdt_providers_set_sym_sdt_provider_sdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414344
    },
    "__set_sdt_providers_set_sym_sdt_provider_tcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414400
    },
    "__set_sdt_providers_set_sym_sdt_provider_udp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414408
    },
    "__set_sdt_providers_set_sym_sdt_provider_udplite": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414416
    },
    "__set_sdt_providers_set_sym_sdt_provider_vfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414376
    },
    "__set_sdt_providers_set_sym_sdt_provider_virtqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414288
    },
    "__set_sdt_providers_set_sym_sdt_provider_vm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414440
    },
    "__set_sdt_providers_set_sym_sdt_provider_vnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414384
    },
    "__set_sdt_providers_set_sym_sdt_provider_xbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607414296
    },
    "__set_sysctl_set_sym_sysctl___compat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214728
    },
    "__set_sysctl_set_sym_sysctl___compat_ia32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230304
    },
    "__set_sysctl_set_sym_sysctl___compat_ia32_maxdsiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230312
    },
    "__set_sysctl_set_sym_sysctl___compat_ia32_maxssiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230320
    },
    "__set_sysctl_set_sym_sysctl___compat_ia32_maxvmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230328
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225432
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225440
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_lkpi_pci_nseg1_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225472
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_enable_4k_uar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225536
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_enable_64b_cqe_eqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225528
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_enable_qos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225504
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_inline_thold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225600
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_internal_err_reset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225496
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_log_mtts_per_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225568
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_log_num_mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225544
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_log_num_mgm_entry_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225520
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_log_num_vlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225552
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_msi_x": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225512
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_pfcrx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225592
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_pfctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225584
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_udp_rss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225576
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_mlx4_use_prio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225560
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_net_ratelimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225456
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_skb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225480
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_skb_mem_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225488
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_task_struct_reserve": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225464
    },
    "__set_sysctl_set_sym_sysctl___compat_linuxkpi_warn_dump_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225448
    },
    "__set_sysctl_set_sym_sysctl___debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214672
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207136
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_acpi_ca_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207144
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_batt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207216
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_batt_batt_sleep_ms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207224
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_default_register_width": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207168
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_ec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207184
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_ec_burst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207192
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_ec_polled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207200
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_ec_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207208
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_enable_debug_objects": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207152
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_interpreter_slack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207160
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_max_tasks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207112
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_max_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207128
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_resume_beep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229752
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_suspend_bounce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207176
    },
    "__set_sysctl_set_sym_sysctl___debug_acpi_tasks_hiwater": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207120
    },
    "__set_sysctl_set_sym_sysctl___debug_adaptive_machine_arch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214936
    },
    "__set_sysctl_set_sym_sysctl___debug_allow_insane_settime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216376
    },
    "__set_sysctl_set_sym_sysctl___debug_bigcgs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227280
    },
    "__set_sysctl_set_sym_sysctl___debug_bioq_batchsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216944
    },
    "__set_sysctl_set_sym_sysctl___debug_boothowto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213336
    },
    "__set_sysctl_set_sym_sysctl___debug_bootverbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213344
    },
    "__set_sysctl_set_sym_sysctl___debug_clock_do_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217392
    },
    "__set_sysctl_set_sym_sysctl___debug_clock_show_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217384
    },
    "__set_sysctl_set_sym_sysctl___debug_clocktime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216880
    },
    "__set_sysctl_set_sym_sysctl___debug_cpufreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213584
    },
    "__set_sysctl_set_sym_sysctl___debug_cpufreq_lowest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213592
    },
    "__set_sysctl_set_sym_sysctl___debug_cpufreq_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213600
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206984
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_capture": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206928
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_capture_bufoff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206936
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_capture_bufsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206960
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_capture_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206968
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_capture_inprogress": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206952
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_capture_maxbufsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206944
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_prioritize_control_input": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206976
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_scripting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207000
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_scripting_script": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207016
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_scripting_scripts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207008
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_scripting_unscript": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207024
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_textdump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207032
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_textdump_do_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207048
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_textdump_do_ddb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207056
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_textdump_do_msgbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207064
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_textdump_do_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207072
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_textdump_do_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207080
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_textdump_pending": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207040
    },
    "__set_sysctl_set_sym_sysctl___debug_ddb_use_printf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206992
    },
    "__set_sysctl_set_sym_sysctl___debug_debugger_on_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215896
    },
    "__set_sysctl_set_sym_sysctl___debug_debugger_on_recursive_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215904
    },
    "__set_sysctl_set_sym_sysctl___debug_debugger_on_trap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215912
    },
    "__set_sysctl_set_sym_sysctl___debug_devfs_iosize_max_clamp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217584
    },
    "__set_sysctl_set_sym_sysctl___debug_dircheck": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227360
    },
    "__set_sysctl_set_sym_sysctl___debug_dobkgrdwrite": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227288
    },
    "__set_sysctl_set_sym_sysctl___debug_dump_modinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217176
    },
    "__set_sysctl_set_sym_sysctl___debug_efi_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229760
    },
    "__set_sysctl_set_sym_sysctl___debug_elf32_legacy_coredump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213232
    },
    "__set_sysctl_set_sym_sysctl___debug_elf64_legacy_coredump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213120
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213824
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219800
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_metadata_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212480
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_delete": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212560
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_flush": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212576
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212528
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212592
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212544
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_sync_request_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212496
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_sync_request_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212512
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_nfscl_force_fileid_warning": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211296
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_nlm_deny_grant": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225416
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_random_fortuna_pre_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209912
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219808
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_metadata_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212488
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_delete": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212568
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_flush": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212584
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212536
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212600
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212552
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_sync_request_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212504
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_sync_request_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212520
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_nfscl_force_fileid_warning": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211304
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_nlm_deny_grant": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225424
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_random_fortuna_pre_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209920
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_sysctl_running": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216256
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_status_test_fail_point": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213848
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_sysctl_running": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216248
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_test_fail_point": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213840
    },
    "__set_sysctl_set_sym_sysctl___debug_fail_point_test_trigger_fail_point": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213832
    },
    "__set_sysctl_set_sym_sysctl___debug_fdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228800
    },
    "__set_sysctl_set_sym_sysctl___debug_fdc_debugflags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228816
    },
    "__set_sysctl_set_sym_sysctl___debug_fdc_fifo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228808
    },
    "__set_sysctl_set_sym_sysctl___debug_fdc_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228824
    },
    "__set_sysctl_set_sym_sysctl___debug_fdc_settle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228848
    },
    "__set_sysctl_set_sym_sysctl___debug_fdc_spec1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228832
    },
    "__set_sysctl_set_sym_sysctl___debug_fdc_spec2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228840
    },
    "__set_sysctl_set_sym_sysctl___debug_firewire_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208632
    },
    "__set_sysctl_set_sym_sysctl___debug_ftry_reclaim_vnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219664
    },
    "__set_sysctl_set_sym_sysctl___debug_fwmem_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208696
    },
    "__set_sysctl_set_sym_sysctl___debug_gbde_ncache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211904
    },
    "__set_sysctl_set_sym_sysctl___debug_gbde_nsect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211896
    },
    "__set_sysctl_set_sym_sysctl___debug_gbde_nwork": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211888
    },
    "__set_sysctl_set_sym_sysctl___debug_gdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211848
    },
    "__set_sysctl_set_sym_sysctl___debug_gdb_cons": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211832
    },
    "__set_sysctl_set_sym_sysctl___debug_gdb_netgdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211864
    },
    "__set_sysctl_set_sym_sysctl___debug_gdb_netgdb_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211872
    },
    "__set_sysctl_set_sym_sysctl___debug_gdbcons": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211840
    },
    "__set_sysctl_set_sym_sysctl___debug_hwpstate_pstate_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229216
    },
    "__set_sysctl_set_sym_sysctl___debug_hwpstate_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229200
    },
    "__set_sysctl_set_sym_sysctl___debug_hwpstate_verify": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229208
    },
    "__set_sysctl_set_sym_sysctl___debug_if_tun_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220304
    },
    "__set_sysctl_set_sym_sysctl___debug_iosize_max_clamp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217576
    },
    "__set_sysctl_set_sym_sysctl___debug_ipw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208912
    },
    "__set_sysctl_set_sym_sysctl___debug_iwi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208920
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217016
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_alt_break_to_debugger": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217096
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_available": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217024
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_break_to_debugger": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217088
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_current": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217032
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_enter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217040
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_enter_securelevel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217104
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217048
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_panic_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217056
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_stack_overflow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217080
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_trap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217064
    },
    "__set_sysctl_set_sym_sysctl___debug_kdb_trap_code": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217072
    },
    "__set_sysctl_set_sym_sysctl___debug_link_elf_leak_locals": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216456
    },
    "__set_sysctl_set_sym_sysctl___debug_link_elf_obj_leak_locals": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230296
    },
    "__set_sysctl_set_sym_sysctl___debug_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217120
    },
    "__set_sysctl_set_sym_sysctl___debug_lock_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217128
    },
    "__set_sysctl_set_sym_sysctl___debug_lock_delay_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217136
    },
    "__set_sysctl_set_sym_sysctl___debug_lock_delay_loops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217160
    },
    "__set_sysctl_set_sym_sysctl___debug_lock_delay_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217144
    },
    "__set_sysctl_set_sym_sysctl___debug_lock_delay_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217152
    },
    "__set_sysctl_set_sym_sysctl___debug_lockmgr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214448
    },
    "__set_sysctl_set_sym_sysctl___debug_lockmgr_adaptive_spinning": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214456
    },
    "__set_sysctl_set_sym_sysctl___debug_max_vnlru_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219680
    },
    "__set_sysctl_set_sym_sysctl___debug_mddebug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209072
    },
    "__set_sysctl_set_sym_sysctl___debug_minidump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229544
    },
    "__set_sysctl_set_sym_sysctl___debug_nchash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219120
    },
    "__set_sysctl_set_sym_sysctl___debug_ncores": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216144
    },
    "__set_sysctl_set_sym_sysctl___debug_nlm_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225408
    },
    "__set_sysctl_set_sym_sysctl___debug_nullfs_bug_bypass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211752
    },
    "__set_sysctl_set_sym_sysctl___debug_obsolete_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216864
    },
    "__set_sysctl_set_sym_sysctl___debug_osd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215352
    },
    "__set_sysctl_set_sym_sysctl___debug_psm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228576
    },
    "__set_sysctl_set_sym_sysctl___debug_psm_errsecs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228608
    },
    "__set_sysctl_set_sym_sysctl___debug_psm_errusecs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228616
    },
    "__set_sysctl_set_sym_sysctl___debug_psm_hz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228600
    },
    "__set_sysctl_set_sym_sysctl___debug_psm_loglevel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228592
    },
    "__set_sysctl_set_sym_sysctl___debug_psm_pkterrthresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228640
    },
    "__set_sysctl_set_sym_sysctl___debug_psm_secs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228624
    },
    "__set_sysctl_set_sym_sysctl___debug_psm_usecs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228632
    },
    "__set_sysctl_set_sym_sysctl___debug_rman_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217368
    },
    "__set_sysctl_set_sym_sysctl___debug_rush_requests": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219616
    },
    "__set_sysctl_set_sym_sysctl___debug_sbp_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208728
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214680
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_bio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215240
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215248
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_cdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210992
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_cdev_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211000
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_devstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216936
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_g_bioq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212200
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_g_class": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212168
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_g_consumer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212192
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_g_geom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212176
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_g_provider": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212184
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_kinfo_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215256
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_namecache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219128
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_pcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215264
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215224
    },
    "__set_sysctl_set_sym_sysctl___debug_sizeof_vnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215216
    },
    "__set_sysctl_set_sym_sysctl___debug_smr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217488
    },
    "__set_sysctl_set_sym_sysctl___debug_smr_advance": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217496
    },
    "__set_sysctl_set_sym_sysctl___debug_smr_advance_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217504
    },
    "__set_sysctl_set_sym_sysctl___debug_smr_poll": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217512
    },
    "__set_sysctl_set_sym_sysctl___debug_smr_poll_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217528
    },
    "__set_sysctl_set_sym_sysctl___debug_smr_poll_scan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217520
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226112
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_blk_limit_hit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227072
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_blk_limit_push": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227056
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_cleanup_blkrequests": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227200
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_cleanup_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227232
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_cleanup_high_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227216
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_cleanup_inorequests": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227208
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_cleanup_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227224
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226136
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_allocdirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226288
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_allocindir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226352
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_bmsafemap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226224
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_diradd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226480
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_dirrem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226544
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_freeblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226416
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_freedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226640
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_freefile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226448
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_freefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226384
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_freework": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226608
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_indirdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226320
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_inodedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226192
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jaddref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226672
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jfreeblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226800
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jfreefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226832
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jfsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226992
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jmvref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226736
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jnewblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226768
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jremref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226704
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226864
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jsegdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226896
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_jtrunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226960
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_mkdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226512
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_newblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226256
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_newdirblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226576
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_pagedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226160
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_current_sbdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226928
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_delayed_inactivations": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227048
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_dir_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227120
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_direct_blk_ptrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227112
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_emptyjblocks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227248
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_flush_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227032
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_flushcache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227240
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226128
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_allocdirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226296
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_allocindir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226360
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_bmsafemap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226232
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_diradd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226488
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_dirrem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226552
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_freeblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226424
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_freedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226648
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_freefile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226456
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_freefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226392
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_freework": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226616
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_indirdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226328
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_inodedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226200
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jaddref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226680
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jfreeblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226808
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jfreefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226840
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jfsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227000
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jmvref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226744
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jnewblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226776
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jremref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226712
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226872
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jsegdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226904
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_jtrunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226968
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_mkdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226520
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_newblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226264
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_newdirblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226584
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_pagedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226168
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_highuse_sbdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226936
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_indir_blk_ptrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227096
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_ino_limit_hit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227080
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_ino_limit_push": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227064
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_inode_bitmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227104
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_jaddref_rollback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227128
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_jnewblk_rollback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227136
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_journal_low": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227144
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_journal_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227152
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_journal_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227160
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_jwait_filepage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227168
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_jwait_freeblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227176
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_jwait_inode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227184
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_jwait_newblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227192
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_max_softdeps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227016
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_print_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227264
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_sync_limit_hit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227088
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_tickdelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227024
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226120
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_allocdirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226280
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_allocindir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226344
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_bmsafemap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226216
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_diradd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226472
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_dirrem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226536
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_freeblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226408
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_freedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226632
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_freefile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226440
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_freefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226376
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_freework": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226600
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_indirdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226312
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_inodedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226184
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jaddref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226664
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jfreeblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226792
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jfreefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226824
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jfsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226984
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jmvref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226728
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jnewblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226760
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jremref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226696
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226856
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jsegdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226888
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_jtrunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226952
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_mkdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226504
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_newblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226248
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_newdirblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226568
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_pagedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226152
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_total_sbdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226920
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_worklist_push": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227040
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226144
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_allocdirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226304
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_allocindir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226368
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_bmsafemap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226240
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_diradd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226496
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_dirrem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226560
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_freeblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226432
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_freedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226656
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_freefile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226464
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_freefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226400
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_freework": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226624
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_indirdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226336
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_inodedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226208
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jaddref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226688
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jfreeblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226816
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jfreefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226848
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jfsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227008
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jmvref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226752
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jnewblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226784
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jremref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226720
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226880
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jsegdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226912
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_jtrunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226976
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_mkdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226528
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_newblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226272
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_newdirblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226592
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_pagedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226176
    },
    "__set_sysctl_set_sym_sysctl___debug_softdep_write_sbdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226944
    },
    "__set_sysctl_set_sym_sysctl___debug_trace_all_panics": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215928
    },
    "__set_sysctl_set_sym_sysctl___debug_trace_on_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215920
    },
    "__set_sysctl_set_sym_sysctl___debug_try_reclaim_vnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219656
    },
    "__set_sysctl_set_sym_sysctl___debug_uart_force_poll": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210360
    },
    "__set_sysctl_set_sym_sysctl___debug_uart_poll_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210352
    },
    "__set_sysctl_set_sym_sysctl___debug_uma_reclaim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227648
    },
    "__set_sysctl_set_sym_sysctl___debug_uma_reclaim_domain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227656
    },
    "__set_sysctl_set_sym_sysctl___debug_umtx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216432
    },
    "__set_sysctl_set_sym_sysctl___debug_umtx_robust_faults_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216448
    },
    "__set_sysctl_set_sym_sysctl___debug_umtx_umtx_pi_allocated": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216440
    },
    "__set_sysctl_set_sym_sysctl___debug_vm_lowmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227640
    },
    "__set_sysctl_set_sym_sysctl___debug_vn_io_fault_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219760
    },
    "__set_sysctl_set_sym_sysctl___debug_vn_io_fault_prefault": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219768
    },
    "__set_sysctl_set_sym_sysctl___debug_vn_io_faults": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219784
    },
    "__set_sysctl_set_sym_sysctl___debug_vn_io_pgcache_read_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219776
    },
    "__set_sysctl_set_sym_sysctl___debug_vn_lock_pair_pause": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219816
    },
    "__set_sysctl_set_sym_sysctl___debug_vn_lock_pair_pause_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219824
    },
    "__set_sysctl_set_sym_sysctl___debug_vnlru_nowhere": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219648
    },
    "__set_sysctl_set_sym_sysctl___debug_vnode_domainset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228536
    },
    "__set_sysctl_set_sym_sysctl___debug_x86bios": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230336
    },
    "__set_sysctl_set_sym_sysctl___debug_x86bios_call": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230344
    },
    "__set_sysctl_set_sym_sysctl___debug_x86bios_int": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230352
    },
    "__set_sysctl_set_sym_sysctl___dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216832
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209280
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_admode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209328
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_bridge_batch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209528
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_buf_curr_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209496
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_buf_curr_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209480
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_buf_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209488
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_buf_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209472
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_default_pipes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209520
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_fwd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209320
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_generic_hwcsum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209336
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_generic_mit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209344
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_generic_rings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209360
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_generic_ringsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209352
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_if_curr_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209400
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_if_curr_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209384
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_if_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209392
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_if_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209376
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_iflib_crcstrip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220400
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_iflib_rx_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220408
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_iflib_rx_miss_bufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220416
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_max_bridges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209536
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_no_pendintr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209304
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_no_timestamp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209296
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_priv_buf_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209512
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_priv_buf_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209504
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_priv_if_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209416
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_priv_if_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209408
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_priv_ring_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209464
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_priv_ring_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209456
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_ptnet_vnet_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209368
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_ring_curr_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209448
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_ring_curr_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209432
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_ring_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209440
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_ring_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209424
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_txsync_retry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209312
    },
    "__set_sysctl_set_sym_sysctl___dev_netmap_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209288
    },
    "__set_sysctl_set_sym_sysctl___dev_xen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210936
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_balloon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210864
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_balloon_current": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210872
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_balloon_driver_pages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210888
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_balloon_hard_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210896
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_balloon_high_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210912
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_balloon_low_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210904
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_balloon_target": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210880
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_xsd_kva": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210952
    },
    "__set_sysctl_set_sym_sysctl___dev_xen_xsd_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210944
    },
    "__set_sysctl_set_sym_sysctl___hw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214688
    },
    "__set_sysctl_set_sym_sysctl___hw_aac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207088
    },
    "__set_sysctl_set_sym_sysctl___hw_aac_enable_msi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207096
    },
    "__set_sysctl_set_sym_sysctl___hw_aacraid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207104
    },
    "__set_sysctl_set_sym_sysctl___hw_apic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230384
    },
    "__set_sysctl_set_sym_sysctl___hw_apic_ds_idle_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230416
    },
    "__set_sysctl_set_sym_sysctl___hw_apic_enable_extint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230376
    },
    "__set_sysctl_set_sym_sysctl___hw_apic_eoi_suppression": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230400
    },
    "__set_sysctl_set_sym_sysctl___hw_apic_timer_tsc_deadline": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230408
    },
    "__set_sysctl_set_sym_sysctl___hw_apic_x2apic_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230392
    },
    "__set_sysctl_set_sym_sysctl___hw_ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207232
    },
    "__set_sysctl_set_sym_sysctl___hw_ata_ata_dma_check_80pin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207240
    },
    "__set_sysctl_set_sym_sysctl___hw_ath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207320
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_anical": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207280
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_bstuck": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207312
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_hal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207328
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_longcal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207256
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_resetcal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207272
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_rxbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207288
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_shortcal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207264
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_txbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207296
    },
    "__set_sysctl_set_sym_sysctl___hw_ath_txbuf_mgmt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207304
    },
    "__set_sysctl_set_sym_sysctl___hw_atkbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228560
    },
    "__set_sysctl_set_sym_sysctl___hw_atkbd_hz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228568
    },
    "__set_sysctl_set_sym_sysctl___hw_availpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214920
    },
    "__set_sysctl_set_sym_sysctl___hw_bce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207336
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_hdr_split": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207384
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_msi_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207360
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_rx_pages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207368
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_rx_quick_cons_trip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207440
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_rx_quick_cons_trip_int": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207432
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_rx_ticks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207456
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_rx_ticks_int": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207448
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_strict_rx_mtu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207392
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_tso_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207352
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_tx_pages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207376
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_tx_quick_cons_trip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207408
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_tx_quick_cons_trip_int": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207400
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_tx_ticks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207424
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_tx_ticks_int": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207416
    },
    "__set_sysctl_set_sym_sysctl___hw_bce_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207344
    },
    "__set_sysctl_set_sym_sysctl___hw_bge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207464
    },
    "__set_sysctl_set_sym_sysctl___hw_bge_allow_asf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207472
    },
    "__set_sysctl_set_sym_sysctl___hw_broken_txfifo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210368
    },
    "__set_sysctl_set_sym_sysctl___hw_bus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216824
    },
    "__set_sysctl_set_sym_sysctl___hw_bus_devctl_queue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213688
    },
    "__set_sysctl_set_sym_sysctl___hw_bus_devices": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216856
    },
    "__set_sysctl_set_sym_sysctl___hw_bus_disable_failed_devices": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216840
    },
    "__set_sysctl_set_sym_sysctl___hw_bus_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216848
    },
    "__set_sysctl_set_sym_sysctl___hw_bus_rman": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217376
    },
    "__set_sysctl_set_sym_sysctl___hw_busdma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229288
    },
    "__set_sysctl_set_sym_sysctl___hw_busdma_total_bpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229296
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228704
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_autogreeen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228784
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228712
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_hc_rx_ticks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228744
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_hc_tx_ticks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228752
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_interrupt_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228720
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_max_aggregation_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228768
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_max_rx_bufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228736
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_mrrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228776
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_queue_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228728
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_rx_budget": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228760
    },
    "__set_sysctl_set_sym_sysctl___hw_bxe_udp_rss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228792
    },
    "__set_sysctl_set_sym_sysctl___hw_byteorder": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214872
    },
    "__set_sysctl_set_sym_sysctl___hw_cardbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207480
    },
    "__set_sysctl_set_sym_sysctl___hw_cardbus_cis_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207496
    },
    "__set_sysctl_set_sym_sysctl___hw_cardbus_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207488
    },
    "__set_sysctl_set_sym_sysctl___hw_cbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209584
    },
    "__set_sysctl_set_sym_sysctl___hw_cbb_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209616
    },
    "__set_sysctl_set_sym_sysctl___hw_cbb_start_16_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209600
    },
    "__set_sysctl_set_sym_sysctl___hw_cbb_start_32_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209608
    },
    "__set_sysctl_set_sym_sysctl___hw_cbb_start_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209592
    },
    "__set_sysctl_set_sym_sysctl___hw_clockrate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229584
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207504
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_force_fw_update": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207528
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_msi_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207512
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_multiq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207520
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_nfilters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207544
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_tx_coalesce_enable_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207568
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_tx_coalesce_enable_stop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207576
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_tx_coalesce_force": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207560
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_tx_reclaim_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207584
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_txq_mr_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207552
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgb_use_16k_clusters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207536
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207608
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_attack_filter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208160
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_autoneg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208016
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_buffer_packing": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208352
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_clip_db": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207592
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_clip_db_auto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207600
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_clock_gate_on_suspend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208144
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_config_file": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207984
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_cong_drop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208336
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_cop_managed_offloading": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208200
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_cryptocaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208080
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_defrags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208432
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_drop_ip_fragments": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208168
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_drop_pkts_with_l2_errors": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208176
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_drop_pkts_with_l3_errors": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208184
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_drop_pkts_with_l4_errors": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208192
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_eo_max_backlog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208392
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_fcoecaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208096
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_fec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208000
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_fl_pack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208360
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_fl_pad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208320
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_fl_pktshift": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208312
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_force_fec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208008
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_fw_install": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208024
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_holdoff_pktc_idx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207952
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_holdoff_pktc_idx_ofld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207712
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_holdoff_timer_idx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207944
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_holdoff_timer_idx_ofld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207704
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_interrupt_types": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207976
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_iscsicaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208088
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_kern_tls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208208
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_largest_rx_cluster": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208368
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_lazy_tx_credit_flush": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208288
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_linkcaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208040
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_lro_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208408
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_lro_mbufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208416
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_native_netmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207904
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nbmcaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208032
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_niccaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208056
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nm_black_hole": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208240
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nm_cong_drop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208272
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nm_holdoff_tmr_idx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208264
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nm_rx_ndesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208248
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nm_rx_nframes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208256
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nm_split_rss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208296
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nm_txcsum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208304
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nnmrxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207920
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nnmrxq_vi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207936
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nnmtxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207912
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nnmtxq_vi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207928
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nofldrxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207680
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nofldrxq_vi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207696
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nofldtxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207672
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nofldtxq_vi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207688
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nrxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207640
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_nrxq_vi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207656
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_ntxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207632
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_ntxq_vi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207648
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_num_vis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208112
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_ofld_cong_drop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208344
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_panic_on_fatal_err": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208128
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_pause_settings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207992
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_pcie_relaxed_ordering": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208120
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_pullups": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208424
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_qsize_rxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207968
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_qsize_txq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207960
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_rdmacaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208072
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_reset_on_fatal_err": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208136
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_rsrv_noflowq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207664
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_safest_rx_cluster": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208376
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_spg_len": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208328
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_starve_fl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208280
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_switchcaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208048
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208216
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tls_combo_wrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208232
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tls_inline_keys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208224
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207624
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_keepalive_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207736
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_keepalive_idle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207720
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_keepalive_interval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207728
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207768
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207776
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207784
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_10": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207856
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_11": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207864
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_12": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207872
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_13": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207880
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_14": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207888
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_15": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207896
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207792
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207800
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207808
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207816
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207824
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_7": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207832
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_8": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207840
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_backoff_9": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207848
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207760
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207752
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toe_rexmt_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207744
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_toecaps_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208064
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tscale": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208400
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tsclk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208384
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tx_coalesce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208440
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tx_coalesce_gap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208456
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tx_coalesce_pkts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208448
    },
    "__set_sysctl_set_sym_sysctl___hw_cxgbe_tx_vm_wr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208152
    },
    "__set_sysctl_set_sym_sysctl___hw_cxl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207616
    },
    "__set_sysctl_set_sym_sysctl___hw_cxl_write_combine": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208104
    },
    "__set_sysctl_set_sym_sysctl___hw_efi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208464
    },
    "__set_sysctl_set_sym_sysctl___hw_efi_poweroff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208472
    },
    "__set_sysctl_set_sym_sysctl___hw_em": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208488
    },
    "__set_sysctl_set_sym_sysctl___hw_em_disable_crc_stripping": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208496
    },
    "__set_sysctl_set_sym_sysctl___hw_em_eee_setting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208568
    },
    "__set_sysctl_set_sym_sysctl___hw_em_max_interrupt_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208576
    },
    "__set_sysctl_set_sym_sysctl___hw_em_rx_abs_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208528
    },
    "__set_sysctl_set_sym_sysctl___hw_em_rx_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208512
    },
    "__set_sysctl_set_sym_sysctl___hw_em_rx_process_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208560
    },
    "__set_sysctl_set_sym_sysctl___hw_em_sbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208552
    },
    "__set_sysctl_set_sym_sysctl___hw_em_smart_pwr_down": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208536
    },
    "__set_sysctl_set_sym_sysctl___hw_em_tx_abs_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208520
    },
    "__set_sysctl_set_sym_sysctl___hw_em_tx_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208504
    },
    "__set_sysctl_set_sym_sysctl___hw_em_unsupported_tso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208544
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208640
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_fwmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208664
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_fwmem_eui64_hi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208672
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_fwmem_eui64_lo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208680
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_fwmem_speed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208688
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_hold_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208656
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_nocyclemaster": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208704
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_phydma_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208712
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208720
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp_auto_login": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208736
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp_exclusive_login": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208752
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp_login_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208760
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp_max_speed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208744
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp_scan_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208768
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp_tags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208784
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_sbp_use_doorbell": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208776
    },
    "__set_sysctl_set_sym_sysctl___hw_firewire_try_bmr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208648
    },
    "__set_sysctl_set_sym_sysctl___hw_floatingpoint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229768
    },
    "__set_sysctl_set_sym_sysctl___hw_hid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208792
    },
    "__set_sysctl_set_sym_sysctl___hw_hid_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208800
    },
    "__set_sysctl_set_sym_sysctl___hw_hn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228872
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_chan_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229000
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_direct_tx_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228952
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_enable_udp4cs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228904
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_enable_udp6cs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228912
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_lro_entry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228960
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_lro_mbufq_depth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229024
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_trust_hostip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228896
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_trust_hosttcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228880
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_trust_hostudp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228888
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tso_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228936
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tx_agg_pkts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229040
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tx_agg_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229032
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tx_chimney_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228944
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tx_ring_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229008
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tx_swq_depth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229016
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tx_taskq_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228968
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_tx_taskq_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228976
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_udpcs_fixup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228920
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_udpcs_fixup_mtu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228928
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_use_if_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228992
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_use_txdesc_bufring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228984
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_vf_transparent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229064
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_vf_xpnt_accbpf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229072
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_vf_xpnt_attwait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229080
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_vflist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229048
    },
    "__set_sysctl_set_sym_sysctl___hw_hn_vfmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229056
    },
    "__set_sysctl_set_sym_sysctl___hw_hv_vendor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229592
    },
    "__set_sysctl_set_sym_sysctl___hw_hvtimesync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229136
    },
    "__set_sysctl_set_sym_sysctl___hw_hvtimesync_ignore_sync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229144
    },
    "__set_sysctl_set_sym_sysctl___hw_hvtimesync_sample_thresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229152
    },
    "__set_sysctl_set_sym_sysctl___hw_hvtimesync_sample_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229160
    },
    "__set_sysctl_set_sym_sysctl___hw_i2c": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208816
    },
    "__set_sysctl_set_sym_sysctl___hw_i2c_iicbb_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208808
    },
    "__set_sysctl_set_sym_sysctl___hw_iavf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230056
    },
    "__set_sysctl_set_sym_sysctl___hw_iavf_core_debug_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230072
    },
    "__set_sysctl_set_sym_sysctl___hw_iavf_enable_head_writeback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230064
    },
    "__set_sysctl_set_sym_sysctl___hw_iavf_rx_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230088
    },
    "__set_sysctl_set_sym_sysctl___hw_iavf_shared_debug_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230080
    },
    "__set_sysctl_set_sym_sysctl___hw_iavf_tx_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230096
    },
    "__set_sysctl_set_sym_sysctl___hw_ibrs_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229368
    },
    "__set_sysctl_set_sym_sysctl___hw_ibrs_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229392
    },
    "__set_sysctl_set_sym_sysctl___hw_ice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230104
    },
    "__set_sysctl_set_sym_sysctl___hw_ice_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230112
    },
    "__set_sysctl_set_sym_sysctl___hw_ice_debug_enable_tx_fc_filter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230144
    },
    "__set_sysctl_set_sym_sysctl___hw_ice_debug_enable_tx_lldp_filter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230152
    },
    "__set_sysctl_set_sym_sysctl___hw_ice_debug_tx_balance_en": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230160
    },
    "__set_sysctl_set_sym_sysctl___hw_ice_enable_health_events": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230120
    },
    "__set_sysctl_set_sym_sysctl___hw_ice_irdma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230128
    },
    "__set_sysctl_set_sym_sysctl___hw_ice_rdma_max_msix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230136
    },
    "__set_sysctl_set_sym_sysctl___hw_igc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208824
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_disable_crc_stripping": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208832
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_eee_setting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208896
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_max_interrupt_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208904
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_rx_abs_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208864
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_rx_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208848
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_rx_process_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208888
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_sbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208880
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_smart_pwr_down": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208872
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_tx_abs_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208856
    },
    "__set_sysctl_set_sym_sysctl___hw_igc_tx_int_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208840
    },
    "__set_sysctl_set_sym_sysctl___hw_instruction_sse": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229776
    },
    "__set_sysctl_set_sym_sysctl___hw_intel_graphics_stolen_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230360
    },
    "__set_sysctl_set_sym_sysctl___hw_intel_graphics_stolen_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230368
    },
    "__set_sysctl_set_sym_sysctl___hw_intr_epoch_batch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213880
    },
    "__set_sysctl_set_sym_sysctl___hw_intr_hwpmc_waiting_report_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213888
    },
    "__set_sysctl_set_sym_sysctl___hw_intr_storm_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213872
    },
    "__set_sysctl_set_sym_sysctl___hw_intrbalance": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229600
    },
    "__set_sysctl_set_sym_sysctl___hw_intrcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213904
    },
    "__set_sysctl_set_sym_sysctl___hw_intrnames": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213896
    },
    "__set_sysctl_set_sym_sysctl___hw_intrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229608
    },
    "__set_sysctl_set_sym_sysctl___hw_iommu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229184
    },
    "__set_sysctl_set_sym_sysctl___hw_iommu_dmar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229232
    },
    "__set_sysctl_set_sym_sysctl___hw_iommu_dmar_batch_coalesce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229248
    },
    "__set_sysctl_set_sym_sysctl___hw_iommu_dmar_tbl_pagecnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229240
    },
    "__set_sysctl_set_sym_sysctl___hw_iommu_dmar_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229256
    },
    "__set_sysctl_set_sym_sysctl___hw_ix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208928
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_advertise_speed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208952
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_enable_aim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208992
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_enable_fdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208976
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_enable_msix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208960
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_enable_rss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208984
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_flow_control": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208944
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_max_interrupt_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208936
    },
    "__set_sysctl_set_sym_sysctl___hw_ix_unsupported_sfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208968
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230168
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_core_debug_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230200
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_enable_head_writeback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230192
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_enable_vf_loopback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230184
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_flow_control": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230232
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_i2c_access_method": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230176
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_rx_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230216
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_shared_debug_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230208
    },
    "__set_sysctl_set_sym_sysctl___hw_ixl_tx_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230224
    },
    "__set_sysctl_set_sym_sysctl___hw_kbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209000
    },
    "__set_sysctl_set_sym_sysctl___hw_kbd_keymap_restrict_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209008
    },
    "__set_sysctl_set_sym_sysctl___hw_lower_amd64_sharedpage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229784
    },
    "__set_sysctl_set_sym_sysctl___hw_machine": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229568
    },
    "__set_sysctl_set_sym_sysctl___hw_machine_arch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214944
    },
    "__set_sysctl_set_sym_sysctl___hw_malo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209016
    },
    "__set_sysctl_set_sym_sysctl___hw_malo_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209056
    },
    "__set_sysctl_set_sym_sysctl___hw_malo_pci_msi_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209064
    },
    "__set_sysctl_set_sym_sysctl___hw_malo_rxbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209032
    },
    "__set_sysctl_set_sym_sysctl___hw_malo_rxquota": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209040
    },
    "__set_sysctl_set_sym_sysctl___hw_malo_txbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209048
    },
    "__set_sysctl_set_sym_sysctl___hw_malo_txcoalesce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209024
    },
    "__set_sysctl_set_sym_sysctl___hw_mca": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229616
    },
    "__set_sysctl_set_sym_sysctl___hw_mca_amd10h_L1TP": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229640
    },
    "__set_sysctl_set_sym_sysctl___hw_mca_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229624
    },
    "__set_sysctl_set_sym_sysctl___hw_mca_erratum383": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229656
    },
    "__set_sysctl_set_sym_sysctl___hw_mca_intel6h_HSD131": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229648
    },
    "__set_sysctl_set_sym_sysctl___hw_mca_log_corrected": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229632
    },
    "__set_sysctl_set_sym_sysctl___hw_mds_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229472
    },
    "__set_sysctl_set_sym_sysctl___hw_mds_disable_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229448
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209088
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_cmd_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209136
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_detect_jbod_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209120
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_event_class": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209104
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_event_locale": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209096
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_max_cmds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209112
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_mrsas_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209152
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_msi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209144
    },
    "__set_sysctl_set_sym_sysctl___hw_mfi_polled_cmd_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209128
    },
    "__set_sysctl_set_sym_sysctl___hw_midi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210224
    },
    "__set_sysctl_set_sym_sysctl___hw_midi_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210240
    },
    "__set_sysctl_set_sym_sysctl___hw_midi_dumpraw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210248
    },
    "__set_sysctl_set_sym_sysctl___hw_midi_instroff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210256
    },
    "__set_sysctl_set_sym_sysctl___hw_midi_seq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210272
    },
    "__set_sysctl_set_sym_sysctl___hw_midi_seq_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210280
    },
    "__set_sysctl_set_sym_sysctl___hw_midi_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210232
    },
    "__set_sysctl_set_sym_sysctl___hw_midi_stat_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210264
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225632
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_auto_fw_update": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225672
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_calibr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225688
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_calibr_duration": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225696
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_calibr_fast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225704
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_calibr_normal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225712
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_comp_eq_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225664
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_debug_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225640
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_fast_unload_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225656
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_fw_dump_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225608
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_fw_reset_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225616
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_prof_sel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225648
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_relaxed_ordering_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225680
    },
    "__set_sysctl_set_sym_sysctl___hw_mlx5_sw_reset_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225624
    },
    "__set_sysctl_set_sym_sysctl___hw_mmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209160
    },
    "__set_sysctl_set_sym_sysctl___hw_mmc_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209168
    },
    "__set_sysctl_set_sym_sysctl___hw_mmcsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209176
    },
    "__set_sysctl_set_sym_sysctl___hw_mmcsd_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209184
    },
    "__set_sysctl_set_sym_sysctl___hw_model": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229576
    },
    "__set_sysctl_set_sym_sysctl___hw_mpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209192
    },
    "__set_sysctl_set_sym_sysctl___hw_mps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209200
    },
    "__set_sysctl_set_sym_sysctl___hw_mrsas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209208
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209216
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl_hal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209272
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl_rxbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209232
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl_rxdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209224
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl_rxdmalow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209264
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl_rxquota": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209256
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl_txbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209240
    },
    "__set_sysctl_set_sym_sysctl___hw_mwl_txcoalesce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209248
    },
    "__set_sysctl_set_sym_sysctl___hw_ncpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214864
    },
    "__set_sysctl_set_sym_sysctl___hw_nvd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209544
    },
    "__set_sysctl_set_sym_sysctl___hw_nvd_delete_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209552
    },
    "__set_sysctl_set_sym_sysctl___hw_nvme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209560
    },
    "__set_sysctl_set_sym_sysctl___hw_nvme_use_nvd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209568
    },
    "__set_sysctl_set_sym_sysctl___hw_nvme_verbose_cmd_dump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209576
    },
    "__set_sysctl_set_sym_sysctl___hw_pagesize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214880
    },
    "__set_sysctl_set_sym_sysctl___hw_pagesizes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214928
    },
    "__set_sysctl_set_sym_sysctl___hw_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209624
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_clear_aer_on_attach": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209744
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_clear_bars": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209712
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_clear_buses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209720
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_clear_pcib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209768
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_default_vgapci_unit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209792
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_do_power_nodriver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209648
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_do_power_resume": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209656
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_do_power_suspend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209664
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_ari": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209728
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_aspm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209736
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_io_modes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209632
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_mps_tune": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209752
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_msi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209672
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_msix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209680
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_pcie_ei": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209784
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_enable_pcie_hp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209776
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_honor_msi_blacklist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209696
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_host_mem_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229280
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_iov_max_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209760
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_mcfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230048
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_msix_rewrite_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209688
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_realloc_bars": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209640
    },
    "__set_sysctl_set_sym_sysctl___hw_pci_usb_early_takeover": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209704
    },
    "__set_sysctl_set_sym_sysctl___hw_physmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214896
    },
    "__set_sysctl_set_sym_sysctl___hw_psm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228584
    },
    "__set_sysctl_set_sym_sysctl___hw_psm_elantech_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228688
    },
    "__set_sysctl_set_sym_sysctl___hw_psm_mux_disabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228696
    },
    "__set_sysctl_set_sym_sysctl___hw_psm_synaptics_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228672
    },
    "__set_sysctl_set_sym_sysctl___hw_psm_tap_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228648
    },
    "__set_sysctl_set_sym_sysctl___hw_psm_tap_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228656
    },
    "__set_sysctl_set_sym_sysctl___hw_psm_tap_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228664
    },
    "__set_sysctl_set_sym_sysctl___hw_psm_trackpoint_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228680
    },
    "__set_sysctl_set_sym_sysctl___hw_puc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209800
    },
    "__set_sysctl_set_sym_sysctl___hw_puc_msi_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209808
    },
    "__set_sysctl_set_sym_sysctl___hw_realmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214904
    },
    "__set_sysctl_set_sym_sysctl___hw_sdhci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209968
    },
    "__set_sysctl_set_sym_sysctl___hw_sdhci_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209976
    },
    "__set_sysctl_set_sym_sysctl___hw_sdhci_enable_msi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210000
    },
    "__set_sysctl_set_sym_sysctl___hw_sdhci_quirk_clear": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209984
    },
    "__set_sysctl_set_sym_sysctl___hw_sdhci_quirk_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209992
    },
    "__set_sysctl_set_sym_sysctl___hw_snd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210192
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_basename_clone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210096
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_compat_linux_mmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210088
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_default_auto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210184
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_default_unit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210208
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_eq_exact_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210112
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_eq_presets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210104
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_rate_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210144
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_rate_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210136
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_rate_polyphase_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210128
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_rate_presets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210120
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_rate_quality": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210160
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_feeder_rate_round": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210152
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_latency": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210024
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_latency_profile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210032
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_maxautovchans": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210216
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_report_soft_formats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210008
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_report_soft_matrix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210016
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_syncdelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210080
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210040
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_usefrags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210072
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210176
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210200
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_vpc_0db": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210056
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_vpc_autoreset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210048
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_vpc_mixer_bypass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210168
    },
    "__set_sysctl_set_sym_sysctl___hw_snd_vpc_reset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210064
    },
    "__set_sysctl_set_sym_sysctl___hw_spec_store_bypass_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229432
    },
    "__set_sysctl_set_sym_sysctl___hw_spec_store_bypass_disable_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229408
    },
    "__set_sysctl_set_sym_sysctl___hw_storvsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229088
    },
    "__set_sysctl_set_sym_sysctl___hw_storvsc_chan_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229128
    },
    "__set_sysctl_set_sym_sysctl___hw_storvsc_max_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229120
    },
    "__set_sysctl_set_sym_sysctl___hw_storvsc_ringbuffer_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229112
    },
    "__set_sysctl_set_sym_sysctl___hw_storvsc_use_pim_unmapped": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229104
    },
    "__set_sysctl_set_sym_sysctl___hw_storvsc_use_win8ext_flags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229096
    },
    "__set_sysctl_set_sym_sysctl___hw_syscons": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210288
    },
    "__set_sysctl_set_sym_sysctl___hw_syscons_bell": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210312
    },
    "__set_sysctl_set_sym_sysctl___hw_syscons_kbd_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210328
    },
    "__set_sysctl_set_sym_sysctl___hw_syscons_kbd_reboot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210320
    },
    "__set_sysctl_set_sym_sysctl___hw_syscons_saver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210296
    },
    "__set_sysctl_set_sym_sysctl___hw_syscons_saver_keybonly": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210304
    },
    "__set_sysctl_set_sym_sysctl___hw_syscons_sc_no_suspend_vtswitch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210336
    },
    "__set_sysctl_set_sym_sysctl___hw_upgt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210544
    },
    "__set_sysctl_set_sym_sysctl___hw_usb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210432
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210440
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_disable_enumeration": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210480
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_disable_port_power": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210488
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_full_ddesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210504
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_no_boot_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210408
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_no_cs_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210496
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_no_shutdown_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210424
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_no_suspend_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210416
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_power_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210472
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_template": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210448
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_uath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210520
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_uath_countrycode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210528
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_uath_regdomain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210536
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210584
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_ucom_cons_baud": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210624
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_ucom_cons_subunit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210616
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_ucom_cons_unit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210608
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_ucom_device_mode_console": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210600
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_ucom_pps_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210592
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_uftdi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210568
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_uftdi_skip_jtag_interfaces": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210576
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_urtw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210552
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_urtw_preamble_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210560
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_usb_lang_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210456
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_usb_lang_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210464
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_xhci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210376
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_xhci_ctlquirk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210392
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_xhci_dcepquirk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210400
    },
    "__set_sysctl_set_sym_sysctl___hw_usb_xhci_streams": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210384
    },
    "__set_sysctl_set_sym_sysctl___hw_usermem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214912
    },
    "__set_sysctl_set_sym_sysctl___hw_via_feature_rng": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229552
    },
    "__set_sysctl_set_sym_sysctl___hw_via_feature_xcrypt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229560
    },
    "__set_sysctl_set_sym_sysctl___hw_vmbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229168
    },
    "__set_sysctl_set_sym_sysctl___hw_vmbus_pin_evttask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229176
    },
    "__set_sysctl_set_sym_sysctl___hw_vmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230264
    },
    "__set_sysctl_set_sym_sysctl___hw_vmd_bypass_msi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230272
    },
    "__set_sysctl_set_sym_sysctl___hw_vmd_max_msi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230280
    },
    "__set_sysctl_set_sym_sysctl___hw_vmd_max_msix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230288
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210632
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_csum_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210640
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_fixup_needs_csum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210648
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_lro_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210664
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_lro_entry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210704
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_lro_mbufq_depth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210712
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_mq_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210672
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_mq_max_pairs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210680
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_rx_process_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210696
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_tso_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210656
    },
    "__set_sysctl_set_sym_sysctl___hw_vtnet_tso_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210688
    },
    "__set_sysctl_set_sym_sysctl___hw_watchdog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210840
    },
    "__set_sysctl_set_sym_sysctl___hw_watchdog_wd_last_u": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210848
    },
    "__set_sysctl_set_sym_sysctl___hw_watchdog_wd_last_u_secs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210856
    },
    "__set_sysctl_set_sym_sysctl___hw_xbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210920
    },
    "__set_sysctl_set_sym_sysctl___hw_xbd_xbd_enable_indirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210928
    },
    "__set_sysctl_set_sym_sysctl___kern": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214640
    },
    "__set_sysctl_set_sym_sysctl___kern_acct_chkfreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213392
    },
    "__set_sysctl_set_sym_sysctl___kern_acct_configured": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213400
    },
    "__set_sysctl_set_sym_sysctl___kern_acct_resume": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213384
    },
    "__set_sysctl_set_sym_sysctl___kern_acct_suspend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213376
    },
    "__set_sysctl_set_sym_sysctl___kern_acct_suspended": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213408
    },
    "__set_sysctl_set_sym_sysctl___kern_always_console_output": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217344
    },
    "__set_sysctl_set_sym_sysctl___kern_arandom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214888
    },
    "__set_sysctl_set_sym_sysctl___kern_argmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214808
    },
    "__set_sysctl_set_sym_sysctl___kern_base_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216464
    },
    "__set_sysctl_set_sym_sysctl___kern_bio_transient_maxcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217256
    },
    "__set_sysctl_set_sym_sysctl___kern_boot_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215008
    },
    "__set_sysctl_set_sym_sysctl___kern_boot_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217320
    },
    "__set_sysctl_set_sym_sysctl___kern_bootfile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214848
    },
    "__set_sysctl_set_sym_sysctl___kern_boottime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216264
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213416
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_boottrace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213432
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213464
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_log": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213424
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_reset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213456
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_runtrace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213440
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_shutdown_trace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213472
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_shutdown_trace_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213480
    },
    "__set_sysctl_set_sym_sysctl___kern_boottrace_shuttrace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213448
    },
    "__set_sysctl_set_sym_sysctl___kern_build_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215032
    },
    "__set_sysctl_set_sym_sysctl___kern_callout_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216408
    },
    "__set_sysctl_set_sym_sysctl___kern_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206536
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206720
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_default_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206736
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_enable_biospeedup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206784
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_enable_uma_ccbs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206792
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_read_ahead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206768
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_retry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206728
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_send_ordered": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206744
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_spindown_shutdown": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206752
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_spindown_suspend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206760
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_ada_write_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206776
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_boot_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206568
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_cam_srch_hi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206672
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_cd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206688
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_cd_poll_period": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206696
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_cd_retry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206704
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_cd_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206712
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206800
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_default_softtimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206864
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_default_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206824
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_disable_wp_detection": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206840
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_enable_biospeedup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206848
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_enable_uma_ccbs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206856
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_poll_period": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206808
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_retry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206816
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_da_send_ordered": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206832
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_debug_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206600
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_dflags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206592
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_enc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206888
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_enc_emulate_array_devices": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206912
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_enc_search_globally": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206904
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_enc_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206896
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_iosched": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206552
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_mapmem_thresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206560
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_nda": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206640
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_nda_enable_biospeedup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206656
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_nda_max_trim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206648
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_nda_nvd_compat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206664
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_num_doneqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206584
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_pmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206608
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_pmp_default_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206624
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_pmp_hide_special": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206632
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_pmp_retry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206616
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_sa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206872
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_sa_allow_io_split": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206880
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_scsi_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206680
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_sort_io_queues": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206544
    },
    "__set_sysctl_set_sym_sysctl___kern_cam_xpt_generation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206576
    },
    "__set_sysctl_set_sym_sysctl___kern_capmode_coredump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216112
    },
    "__set_sysctl_set_sym_sysctl___kern_ccpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216808
    },
    "__set_sysctl_set_sym_sysctl___kern_chroot_allow_open_directories": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213624
    },
    "__set_sysctl_set_sym_sysctl___kern_clockrate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213504
    },
    "__set_sysctl_set_sym_sysctl___kern_compiler_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214768
    },
    "__set_sysctl_set_sym_sysctl___kern_compress_user_cores": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216152
    },
    "__set_sysctl_set_sym_sysctl___kern_compress_user_cores_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216160
    },
    "__set_sysctl_set_sym_sysctl___kern_conftxt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214992
    },
    "__set_sysctl_set_sym_sysctl___kern_consmsgbuf_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213560
    },
    "__set_sysctl_set_sym_sysctl___kern_consmute": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213544
    },
    "__set_sysctl_set_sym_sysctl___kern_console": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213552
    },
    "__set_sysctl_set_sym_sysctl___kern_constty_wakeups_per_second": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213568
    },
    "__set_sysctl_set_sym_sysctl___kern_core_dump_can_intr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213800
    },
    "__set_sysctl_set_sym_sysctl___kern_coredump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216120
    },
    "__set_sysctl_set_sym_sysctl___kern_coredump_devctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216136
    },
    "__set_sysctl_set_sym_sysctl___kern_coredump_pack_fileinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213736
    },
    "__set_sysctl_set_sym_sysctl___kern_coredump_pack_vmmapinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213744
    },
    "__set_sysctl_set_sym_sysctl___kern_corefile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216168
    },
    "__set_sysctl_set_sym_sysctl___kern_cp_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213488
    },
    "__set_sysctl_set_sym_sysctl___kern_cp_times": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213496
    },
    "__set_sysctl_set_sym_sysctl___kern_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225720
    },
    "__set_sysctl_set_sym_sysctl___kern_crypto_allow_soft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225744
    },
    "__set_sysctl_set_sym_sysctl___kern_crypto_num_workers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225728
    },
    "__set_sysctl_set_sym_sysctl___kern_crypto_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225760
    },
    "__set_sysctl_set_sym_sysctl___kern_crypto_workers_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225736
    },
    "__set_sysctl_set_sym_sysctl___kern_cryptodevallowsoft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225752
    },
    "__set_sysctl_set_sym_sysctl___kern_devname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210984
    },
    "__set_sysctl_set_sym_sysctl___kern_devstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216896
    },
    "__set_sysctl_set_sym_sysctl___kern_devstat_all": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216904
    },
    "__set_sysctl_set_sym_sysctl___kern_devstat_generation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216920
    },
    "__set_sysctl_set_sym_sysctl___kern_devstat_numdevs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216912
    },
    "__set_sysctl_set_sym_sysctl___kern_devstat_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216928
    },
    "__set_sysctl_set_sym_sysctl___kern_dfldsiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217272
    },
    "__set_sysctl_set_sym_sysctl___kern_dflssiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217288
    },
    "__set_sysctl_set_sym_sysctl___kern_dirdelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219600
    },
    "__set_sysctl_set_sym_sysctl___kern_disallow_high_osrel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213784
    },
    "__set_sysctl_set_sym_sysctl___kern_disks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212064
    },
    "__set_sysctl_set_sym_sysctl___kern_domainname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214968
    },
    "__set_sysctl_set_sym_sysctl___kern_dummy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218432
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213216
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_allow_wx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213328
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_aslr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213272
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_aslr_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213280
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_aslr_honor_sbrk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213296
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_aslr_pie_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213288
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_aslr_shared_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213312
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_aslr_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213304
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_fallback_brand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213224
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_nxstack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213240
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_pie_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213264
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_read_exec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213256
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_sigfastblock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213320
    },
    "__set_sysctl_set_sym_sysctl___kern_elf32_vdso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213248
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213104
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_allow_wx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213208
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_aslr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213152
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_aslr_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213160
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_aslr_honor_sbrk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213176
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_aslr_pie_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213168
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_aslr_shared_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213192
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_aslr_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213184
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_fallback_brand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213112
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_nxstack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213128
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_pie_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213144
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_sigfastblock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213200
    },
    "__set_sysctl_set_sym_sysctl___kern_elf64_vdso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213136
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216952
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216960
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch_stats_epoch_call_tasks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217008
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch_stats_epoch_calls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217000
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch_stats_migrations": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216976
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch_stats_nblocked": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216968
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch_stats_ncontended": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216984
    },
    "__set_sysctl_set_sym_sysctl___kern_epoch_stats_switches": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216992
    },
    "__set_sysctl_set_sym_sysctl___kern_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208600
    },
    "__set_sysctl_set_sym_sysctl___kern_evdev_input": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208624
    },
    "__set_sysctl_set_sym_sysctl___kern_evdev_rcpt_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208608
    },
    "__set_sysctl_set_sym_sysctl___kern_evdev_sysmouse_t_axis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208616
    },
    "__set_sysctl_set_sym_sysctl___kern_eventtimer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213704
    },
    "__set_sysctl_set_sym_sysctl___kern_eventtimer_choice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213720
    },
    "__set_sysctl_set_sym_sysctl___kern_eventtimer_et": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213712
    },
    "__set_sysctl_set_sym_sysctl___kern_eventtimer_idletick": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213520
    },
    "__set_sysctl_set_sym_sysctl___kern_eventtimer_periodic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213536
    },
    "__set_sysctl_set_sym_sysctl___kern_eventtimer_singlemul": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213512
    },
    "__set_sysctl_set_sym_sysctl___kern_eventtimer_timer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213528
    },
    "__set_sysctl_set_sym_sysctl___kern_fallback_elf_brand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215272
    },
    "__set_sysctl_set_sym_sysctl___kern_features": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215040
    },
    "__set_sysctl_set_sym_sysctl___kern_features_aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218656
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219832
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq_cbq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219840
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq_codel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219848
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq_fairq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219888
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq_hfsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219872
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq_priq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219880
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq_red": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219856
    },
    "__set_sysctl_set_sym_sysctl___kern_features_altq_rio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219864
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ata_cam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587207248
    },
    "__set_sysctl_set_sym_sysctl___kern_features_audit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225904
    },
    "__set_sysctl_set_sym_sysctl___kern_features_compat_freebsd_32bit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206920
    },
    "__set_sysctl_set_sym_sysctl___kern_features_debugnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220512
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ekcd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215984
    },
    "__set_sysctl_set_sym_sysctl___kern_features_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208584
    },
    "__set_sysctl_set_sym_sysctl___kern_features_evdev_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208592
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ffs_snapshot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226096
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_bde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211880
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_eli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211912
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_label": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212208
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_mirror": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212408
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_part_bsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212648
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_part_ebr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212656
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_part_ebr_compat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212664
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_part_gpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212680
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_part_mbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212704
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_uzip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213048
    },
    "__set_sysctl_set_sym_sysctl___kern_features_geom_uzip_zstd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213080
    },
    "__set_sysctl_set_sym_sysctl___kern_features_hwpmc_hooks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215360
    },
    "__set_sysctl_set_sym_sysctl___kern_features_inet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221872
    },
    "__set_sysctl_set_sym_sysctl___kern_features_inet6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224144
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ipsec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224720
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ipsec_natt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224728
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ipv4_rfc5549_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220712
    },
    "__set_sysctl_set_sym_sysctl___kern_features_kdtrace_hooks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213696
    },
    "__set_sysctl_set_sym_sysctl___kern_features_kposix_priority_scheduling": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213368
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ktrace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214392
    },
    "__set_sysctl_set_sym_sysctl___kern_features_netdump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223976
    },
    "__set_sysctl_set_sym_sysctl___kern_features_netgdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211856
    },
    "__set_sysctl_set_sym_sysctl___kern_features_netlink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225232
    },
    "__set_sysctl_set_sym_sysctl___kern_features_nfscl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211232
    },
    "__set_sysctl_set_sym_sysctl___kern_features_nfsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211624
    },
    "__set_sysctl_set_sym_sysctl___kern_features_posix_shm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218400
    },
    "__set_sysctl_set_sym_sysctl___kern_features_pps_sync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215280
    },
    "__set_sysctl_set_sym_sysctl___kern_features_process_descriptors": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217648
    },
    "__set_sysctl_set_sym_sysctl___kern_features_racct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215760
    },
    "__set_sysctl_set_sym_sysctl___kern_features_rctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215792
    },
    "__set_sysctl_set_sym_sysctl___kern_features_scbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587206528
    },
    "__set_sysctl_set_sym_sysctl___kern_features_security_capabilities": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217568
    },
    "__set_sysctl_set_sym_sysctl___kern_features_security_capability_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217560
    },
    "__set_sysctl_set_sym_sysctl___kern_features_softupdates": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226104
    },
    "__set_sysctl_set_sym_sysctl___kern_features_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217536
    },
    "__set_sysctl_set_sym_sysctl___kern_features_sysv_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217712
    },
    "__set_sysctl_set_sym_sysctl___kern_features_sysv_sem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217792
    },
    "__set_sysctl_set_sym_sysctl___kern_features_sysv_shm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217896
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ufs_acl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227304
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ufs_gjournal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227376
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ufs_quota": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227384
    },
    "__set_sysctl_set_sym_sysctl___kern_features_ufs_quota64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227392
    },
    "__set_sysctl_set_sym_sysctl___kern_features_vimage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220920
    },
    "__set_sysctl_set_sym_sysctl___kern_file": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213640
    },
    "__set_sysctl_set_sym_sysctl___kern_filedelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219592
    },
    "__set_sysctl_set_sym_sysctl___kern_forcesigexit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216032
    },
    "__set_sysctl_set_sym_sysctl___kern_fscale": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216184
    },
    "__set_sysctl_set_sym_sysctl___kern_function_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214440
    },
    "__set_sysctl_set_sym_sysctl___kern_geom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212112
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_collectstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212160
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_confdot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212128
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_conftxt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212136
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_confxml": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212120
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_debugflags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212144
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212040
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_dev_delete_max_sectors": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212048
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_disk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212056
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211920
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_batch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211976
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_blocking_malloc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211992
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_boot_passcache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212008
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211936
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_key_cache_hits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212024
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_key_cache_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212016
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_key_cache_misses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212032
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_minbufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211984
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_overwrites": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211960
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211968
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_tries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211944
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_unmapped_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212000
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211928
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_eli_visible_passphrase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211952
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_inflight_transient_maps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212104
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212216
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212224
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_disk_ident": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212392
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_disk_ident_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212400
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ext2fs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212232
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ext2fs_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212240
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_flashmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212248
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_flashmap_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212256
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_gpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212360
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_gpt_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212368
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_gptid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212376
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_gptid_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212384
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_iso9660": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212264
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_iso9660_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212272
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_msdosfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212280
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_msdosfs_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212288
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ntfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212296
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ntfs_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212304
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_reiserfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212312
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_reiserfs_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212320
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212344
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ufs_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212352
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ufsid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212328
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_label_ufsid_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212336
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212416
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212424
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror_disconnect_on_failure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212456
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror_idletime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212448
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror_launch_mirror_before_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212432
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror_sync_requests": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212464
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror_sync_update_period": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212472
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_mirror_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212440
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_notaste": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212152
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212608
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_allow_nesting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212632
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_auto_resize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212624
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_check_integrity": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212616
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_ebr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212672
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_gpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212688
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_gpt_allow_nesting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212696
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_mbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212712
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_mbr_enforce_chs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212720
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_part_separator": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212640
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212728
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_aggressive_spare": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212744
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_clean_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212776
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_concat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212904
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_concat_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212912
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_ddf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212808
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_ddf_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212816
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212752
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_disconnect_on_failure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212784
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212736
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_idle_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212800
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_intel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212824
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_intel_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212832
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_jmicron": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212840
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_jmicron_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212848
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_name_format": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212792
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_nvidia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212856
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_nvidia_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212864
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_promise": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212872
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_promise_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212880
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212920
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid0_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212928
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212968
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212976
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1_rebuild_cluster_idle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212952
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1_rebuild_fair_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212944
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1_rebuild_meta_update": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212960
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1_rebuild_slab_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212936
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1e": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213016
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1e_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213024
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1e_rebuild_cluster_idle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213000
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1e_rebuild_fair_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212992
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1e_rebuild_meta_update": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213008
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid1e_rebuild_slab_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212984
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213032
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_raid5_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213040
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_read_err_thresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212760
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_sii": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212888
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_sii_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212896
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_raid_start_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212768
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_transient_map_hard_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212088
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_transient_map_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212080
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_transient_map_soft_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212096
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_transient_maps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587212072
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_uzip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213056
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_uzip_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213064
    },
    "__set_sysctl_set_sym_sysctl___kern_geom_uzip_debug_block": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213072
    },
    "__set_sysctl_set_sym_sysctl___kern_hostid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215000
    },
    "__set_sysctl_set_sym_sysctl___kern_hostname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214960
    },
    "__set_sysctl_set_sym_sysctl___kern_hostuuid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214976
    },
    "__set_sysctl_set_sym_sysctl___kern_hwpmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215368
    },
    "__set_sysctl_set_sym_sysctl___kern_hwpmc_softevents": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215376
    },
    "__set_sysctl_set_sym_sysctl___kern_hz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217192
    },
    "__set_sysctl_set_sym_sysctl___kern_hz_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217200
    },
    "__set_sysctl_set_sym_sysctl___kern_hz_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217208
    },
    "__set_sysctl_set_sym_sysctl___kern_ident": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214744
    },
    "__set_sysctl_set_sym_sysctl___kern_init_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213352
    },
    "__set_sysctl_set_sym_sysctl___kern_init_shutdown_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213360
    },
    "__set_sysctl_set_sym_sysctl___kern_iov_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217544
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218480
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217656
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_aio_empty_results": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217664
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_aio_empty_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217672
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_aio_lifetime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217704
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_aio_max_procs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217680
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_aio_num_procs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217688
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_aio_target_procs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217696
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_max_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218392
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_max_linkhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218376
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_max_protohdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218384
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_maxmbufmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214576
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_maxpipekva": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217592
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_maxsockbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218440
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_maxsockets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218488
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_mb_use_ext_pgs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214568
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_msgmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217720
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_msgmnb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217736
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_msgmni": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217728
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_msgseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217760
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_msgssz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217752
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_msgtql": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217744
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_msqids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217768
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_nmbclusters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214592
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_nmbjumbo16": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214616
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_nmbjumbo9": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214608
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_nmbjumbop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214600
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_nmbufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214624
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_num_snd_tags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214584
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_numopensockets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218472
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_pipe_mindirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217640
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_pipeallocfail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217616
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_pipefragretry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217608
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_pipekva": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217600
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_piperesizeallowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217632
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_piperesizefail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217624
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_posix_shm_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218424
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_sema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217872
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semaem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217864
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semmni": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217800
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semmns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217808
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semmnu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217816
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semmsl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217824
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semopm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217832
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semume": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217840
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semusz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217848
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_semvmx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217856
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_sfstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215872
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shm_allow_removed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217952
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shm_use_phys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217944
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shmall": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217936
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shmmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217904
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shmmin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217912
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shmmni": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217920
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shmseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217928
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_shmsegs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217960
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_soacceptqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218456
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_sockbuf_waste_factor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218448
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_somaxconn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218464
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_sooverinterval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218504
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_sooverprio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218496
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218048
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_bind_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218064
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_cbc_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218104
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218096
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218256
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_cbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218296
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_chacha20": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218312
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_gcm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218304
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_max_rexmit_pct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218088
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_permitted": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218344
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_reset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218320
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_reset_dropped": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218328
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_ifnet_reset_failed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218336
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_max_reclaim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218120
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218072
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218056
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218176
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_corrupted_records": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218184
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_destroy_task": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218240
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_enable_calls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218168
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_failed_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218192
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ifnet_disable_failed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218224
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ifnet_disable_ok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218232
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225768
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_inplace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225880
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225896
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_separate_output": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225888
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls10_cbc_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225776
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls11_cbc_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225784
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls11_cbc_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225792
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls12_chacha20_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225824
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls12_chacha20_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225832
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls12_gcm_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225800
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls12_gcm_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225808
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls12_gcm_recrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225816
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls13_chacha20_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225864
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls13_chacha20_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225872
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls13_gcm_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225840
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls13_gcm_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225848
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_ocf_tls13_gcm_recrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225856
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_offload_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218160
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_sw_rx_inqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218152
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_sw_tx_inqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218144
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_sw_tx_pending": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218136
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_switch_failed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218216
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_switch_to_ifnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218200
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_switch_to_sw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218208
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_stats_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218080
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_sw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218248
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_sw_buffer_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218112
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_sw_cbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218272
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_sw_chacha20": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218288
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_sw_gcm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218280
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_tasks_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218128
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_toe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218264
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_toe_cbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218352
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_toe_chacha20": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218368
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_tls_toe_gcm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218360
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_umtx_max_robust": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216424
    },
    "__set_sysctl_set_sym_sysctl___kern_ipc_umtx_vnode_persistent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216416
    },
    "__set_sysctl_set_sym_sysctl___kern_job_control": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214832
    },
    "__set_sysctl_set_sym_sysctl___kern_kerneldump_gzlevel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215992
    },
    "__set_sysctl_set_sym_sysctl___kern_kill_on_debugger_exit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213808
    },
    "__set_sysctl_set_sym_sysctl___kern_kobj_methodcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217112
    },
    "__set_sysctl_set_sym_sysctl___kern_kq_calloutmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213728
    },
    "__set_sysctl_set_sym_sysctl___kern_kstack_pages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215408
    },
    "__set_sysctl_set_sym_sysctl___kern_ktrace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214400
    },
    "__set_sysctl_set_sym_sysctl___kern_ktrace_filesize_limit_signal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214416
    },
    "__set_sysctl_set_sym_sysctl___kern_ktrace_genio_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214408
    },
    "__set_sysctl_set_sym_sysctl___kern_ktrace_request_pool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214424
    },
    "__set_sysctl_set_sym_sysctl___kern_lastpid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213856
    },
    "__set_sysctl_set_sym_sysctl___kern_lockf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214464
    },
    "__set_sysctl_set_sym_sysctl___kern_log_console_add_linefeed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217336
    },
    "__set_sysctl_set_sym_sysctl___kern_log_console_output": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217328
    },
    "__set_sysctl_set_sym_sysctl___kern_log_wakeups_per_second": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217168
    },
    "__set_sysctl_set_sym_sysctl___kern_lognosys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216080
    },
    "__set_sysctl_set_sym_sysctl___kern_logsigexit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216024
    },
    "__set_sysctl_set_sym_sysctl___kern_malloc_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214560
    },
    "__set_sysctl_set_sym_sysctl___kern_malloc_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214552
    },
    "__set_sysctl_set_sym_sysctl___kern_maxbcache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217248
    },
    "__set_sysctl_set_sym_sysctl___kern_maxdsiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217280
    },
    "__set_sysctl_set_sym_sysctl___kern_maxfiles": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213672
    },
    "__set_sysctl_set_sym_sysctl___kern_maxfilesperproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213664
    },
    "__set_sysctl_set_sym_sysctl___kern_maxphys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214856
    },
    "__set_sysctl_set_sym_sysctl___kern_maxproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214784
    },
    "__set_sysctl_set_sym_sysctl___kern_maxprocperuid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214792
    },
    "__set_sysctl_set_sym_sysctl___kern_maxssiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217296
    },
    "__set_sysctl_set_sym_sysctl___kern_maxswzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217240
    },
    "__set_sysctl_set_sym_sysctl___kern_maxthread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216368
    },
    "__set_sysctl_set_sym_sysctl___kern_maxtsiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217264
    },
    "__set_sysctl_set_sym_sysctl___kern_maxusers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214800
    },
    "__set_sysctl_set_sym_sysctl___kern_maxvnodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219624
    },
    "__set_sysctl_set_sym_sysctl___kern_metadelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219608
    },
    "__set_sysctl_set_sym_sysctl___kern_minvnodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219640
    },
    "__set_sysctl_set_sym_sysctl___kern_module_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214432
    },
    "__set_sysctl_set_sym_sysctl___kern_msgbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217352
    },
    "__set_sysctl_set_sym_sysctl___kern_msgbuf_clear": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217360
    },
    "__set_sysctl_set_sym_sysctl___kern_msgbuf_show_timestamp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217184
    },
    "__set_sysctl_set_sym_sysctl___kern_msgbufsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217232
    },
    "__set_sysctl_set_sym_sysctl___kern_nbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217216
    },
    "__set_sysctl_set_sym_sysctl___kern_ncallout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216384
    },
    "__set_sysctl_set_sym_sysctl___kern_ngroups": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214824
    },
    "__set_sysctl_set_sym_sysctl___kern_nodump_coredump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216128
    },
    "__set_sysctl_set_sym_sysctl___kern_nswbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217224
    },
    "__set_sysctl_set_sym_sysctl___kern_ntp_pll": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215288
    },
    "__set_sysctl_set_sym_sysctl___kern_ntp_pll_gettime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215296
    },
    "__set_sysctl_set_sym_sysctl___kern_ntp_pll_pps_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215328
    },
    "__set_sysctl_set_sym_sysctl___kern_ntp_pll_pps_shift": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215312
    },
    "__set_sysctl_set_sym_sysctl___kern_ntp_pll_pps_shiftmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215304
    },
    "__set_sysctl_set_sym_sysctl___kern_ntp_pll_time_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215336
    },
    "__set_sysctl_set_sym_sysctl___kern_ntp_pll_time_monitor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215320
    },
    "__set_sysctl_set_sym_sysctl___kern_openfiles": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213680
    },
    "__set_sysctl_set_sym_sysctl___kern_osreldate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215024
    },
    "__set_sysctl_set_sym_sysctl___kern_osrelease": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215016
    },
    "__set_sysctl_set_sym_sysctl___kern_osrevision": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214752
    },
    "__set_sysctl_set_sym_sysctl___kern_ostype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214776
    },
    "__set_sysctl_set_sym_sysctl___kern_panic_reboot_wait_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215880
    },
    "__set_sysctl_set_sym_sysctl___kern_pid_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215232
    },
    "__set_sysctl_set_sym_sysctl___kern_pin_default_swi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216392
    },
    "__set_sysctl_set_sym_sysctl___kern_pin_pcpu_swi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216400
    },
    "__set_sysctl_set_sym_sysctl___kern_posix1version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214816
    },
    "__set_sysctl_set_sym_sysctl___kern_powercycle_on_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215952
    },
    "__set_sysctl_set_sym_sysctl___kern_poweroff_on_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215944
    },
    "__set_sysctl_set_sym_sysctl___kern_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215424
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_all": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215432
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_args": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215512
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_auxv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215528
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_cwd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213656
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_env": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215520
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_filedesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213648
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_gid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215440
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_gid_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215552
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_groups": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215640
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_kstack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215632
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_nfds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213632
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_osrel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215672
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_pathname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215536
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_pgrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215448
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_pgrp_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215560
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_pid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215496
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_pid_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215608
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215504
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_proc_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215616
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_ps_strings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215656
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_rgid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215456
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_rgid_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215568
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_rlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215648
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_ruid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215488
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_ruid_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215600
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_sid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215464
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_sid_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215576
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_sigfastblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215688
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_sigtramp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215680
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_sv_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215544
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_tty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215472
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_tty_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215584
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_uid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215480
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_uid_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215592
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_umask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215664
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_vm_layout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215696
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_vmmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215624
    },
    "__set_sysctl_set_sym_sysctl___kern_proc_vmmap_skip_resident_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215416
    },
    "__set_sysctl_set_sym_sysctl___kern_ps_arg_cache_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213776
    },
    "__set_sysctl_set_sym_sysctl___kern_ps_strings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213752
    },
    "__set_sysctl_set_sym_sysctl___kern_racct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215768
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215776
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_pcpu_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215784
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215800
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl_devctl_rate_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215824
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl_log_rate_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215816
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl_maxbufsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215808
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl_throttle_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215840
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl_throttle_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215832
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl_throttle_pct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215848
    },
    "__set_sysctl_set_sym_sysctl___kern_racct_rctl_throttle_pct2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215856
    },
    "__set_sysctl_set_sym_sysctl___kern_random": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209816
    },
    "__set_sysctl_set_sym_sysctl___kern_random_block_seeded_status": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209904
    },
    "__set_sysctl_set_sym_sysctl___kern_random_harvest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209864
    },
    "__set_sysctl_set_sym_sysctl___kern_random_harvest_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209872
    },
    "__set_sysctl_set_sym_sysctl___kern_random_harvest_mask_bin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209880
    },
    "__set_sysctl_set_sym_sysctl___kern_random_harvest_mask_symbolic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209888
    },
    "__set_sysctl_set_sym_sysctl___kern_random_initial_seeding": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209824
    },
    "__set_sysctl_set_sym_sysctl___kern_random_initial_seeding_arc4random_bypassed_before_seeding": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209848
    },
    "__set_sysctl_set_sym_sysctl___kern_random_initial_seeding_bypass_before_seeding": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209832
    },
    "__set_sysctl_set_sym_sysctl___kern_random_initial_seeding_disable_bypass_warnings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209856
    },
    "__set_sysctl_set_sym_sysctl___kern_random_initial_seeding_read_random_bypassed_before_seeding": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209840
    },
    "__set_sysctl_set_sym_sysctl___kern_random_random_sources": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209896
    },
    "__set_sysctl_set_sym_sysctl___kern_random_rdrand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230240
    },
    "__set_sysctl_set_sym_sysctl___kern_random_rdrand_rdrand_independent_seed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230248
    },
    "__set_sysctl_set_sym_sysctl___kern_random_use_chacha20_cipher": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209928
    },
    "__set_sysctl_set_sym_sysctl___kern_randompid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213864
    },
    "__set_sysctl_set_sym_sysctl___kern_reboot_wait_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215888
    },
    "__set_sysctl_set_sym_sysctl___kern_relbase_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216472
    },
    "__set_sysctl_set_sym_sysctl___kern_rndtest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209936
    },
    "__set_sysctl_set_sym_sysctl___kern_rndtest_retest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209944
    },
    "__set_sysctl_set_sym_sysctl___kern_rndtest_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209952
    },
    "__set_sysctl_set_sym_sysctl___kern_rndtest_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209960
    },
    "__set_sysctl_set_sym_sysctl___kern_saved_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214840
    },
    "__set_sysctl_set_sym_sysctl___kern_sched": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216672
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_affinity": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216744
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_always_steal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216792
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_balance": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216752
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_balance_interval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216760
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_cpusetsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213608
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_cpusetsizemin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213616
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_idlespins": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216728
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_idlespinthresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216736
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_interact": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216704
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216680
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_preempt_thresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216712
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_preemption": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216176
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_quantum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216688
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_slice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216696
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_static_boost": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216720
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_steal_idle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216768
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_steal_thresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216776
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_topology_spec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216800
    },
    "__set_sysctl_set_sym_sysctl___kern_sched_trysteal_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216784
    },
    "__set_sysctl_set_sym_sysctl___kern_securelevel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214984
    },
    "__set_sysctl_set_sym_sysctl___kern_sgrowsiz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217304
    },
    "__set_sysctl_set_sym_sysctl___kern_shutdown": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215960
    },
    "__set_sysctl_set_sym_sysctl___kern_shutdown_dumpdevname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216016
    },
    "__set_sysctl_set_sym_sysctl___kern_shutdown_kproc_shutdown_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216008
    },
    "__set_sysctl_set_sym_sysctl___kern_shutdown_poweroff_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216000
    },
    "__set_sysctl_set_sym_sysctl___kern_shutdown_show_busybufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215968
    },
    "__set_sysctl_set_sym_sysctl___kern_sig_discard_ign": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216096
    },
    "__set_sysctl_set_sym_sysctl___kern_sigfastblock_fetch_always": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216088
    },
    "__set_sysctl_set_sym_sysctl___kern_sigqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216040
    },
    "__set_sysctl_set_sym_sysctl___kern_sigqueue_alloc_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216072
    },
    "__set_sysctl_set_sym_sysctl___kern_sigqueue_max_pending_per_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216048
    },
    "__set_sysctl_set_sym_sysctl___kern_sigqueue_overflow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216064
    },
    "__set_sysctl_set_sym_sysctl___kern_sigqueue_preallocate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216056
    },
    "__set_sysctl_set_sym_sysctl___kern_smp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217408
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217432
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_cores": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217464
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_cpus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217448
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_disabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217440
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_forward_signal_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217480
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_maxcpus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217424
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_maxid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217416
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_threads_per_core": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217456
    },
    "__set_sysctl_set_sym_sysctl___kern_smp_topology": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217472
    },
    "__set_sysctl_set_sym_sysctl___kern_stackprot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213768
    },
    "__set_sysctl_set_sym_sysctl___kern_sugid_coredump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216104
    },
    "__set_sysctl_set_sym_sysctl___kern_supported_archs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214952
    },
    "__set_sysctl_set_sym_sysctl___kern_suspend_blocked": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215976
    },
    "__set_sysctl_set_sym_sysctl___kern_sync_on_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215936
    },
    "__set_sysctl_set_sym_sysctl___kern_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216344
    },
    "__set_sysctl_set_sym_sysctl___kern_threads_max_threads_hits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216360
    },
    "__set_sysctl_set_sym_sysctl___kern_threads_max_threads_per_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216352
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216272
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_alloweddeviation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216304
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_choice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216320
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_fast_gettime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216336
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_hardware": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216312
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_invariant_tsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229696
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_smp_tsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229704
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_smp_tsc_adjust": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229712
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_stepwarnings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216288
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_tc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216280
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_tick": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216328
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_timehands_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216296
    },
    "__set_sysctl_set_sym_sysctl___kern_timecounter_tsc_shift": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229720
    },
    "__set_sysctl_set_sym_sysctl___kern_trap_enotcap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217552
    },
    "__set_sysctl_set_sym_sysctl___kern_tty_drainwait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217984
    },
    "__set_sysctl_set_sym_sysctl___kern_tty_info_kstacks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218000
    },
    "__set_sysctl_set_sym_sysctl___kern_tty_inq_flush_secure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218008
    },
    "__set_sysctl_set_sym_sysctl___kern_tty_nin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218016
    },
    "__set_sysctl_set_sym_sysctl___kern_tty_nout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218024
    },
    "__set_sysctl_set_sym_sysctl___kern_ttys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217992
    },
    "__set_sysctl_set_sym_sysctl___kern_usrstack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213760
    },
    "__set_sysctl_set_sym_sysctl___kern_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214760
    },
    "__set_sysctl_set_sym_sysctl___kern_vm_guest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217312
    },
    "__set_sysctl_set_sym_sysctl___kern_vt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210720
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_deadtimer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210752
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210744
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_enable_altgr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210728
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_enable_bell": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210736
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_kbd_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210792
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_kbd_halt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210768
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_kbd_panic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210800
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_kbd_poweroff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210776
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_kbd_reboot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210784
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_splash_cpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210808
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_splash_cpu_duration": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210832
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_splash_cpu_style": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210824
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_splash_ncpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210816
    },
    "__set_sysctl_set_sym_sysctl___kern_vt_suspendswitch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210760
    },
    "__set_sysctl_set_sym_sysctl___kern_vty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213576
    },
    "__set_sysctl_set_sym_sysctl___kern_wait_dequeue_sigchld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213816
    },
    "__set_sysctl_set_sym_sysctl___machdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214696
    },
    "__set_sysctl_set_sym_sysctl___machdep_acpi_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229192
    },
    "__set_sysctl_set_sym_sysctl___machdep_acpi_timer_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228552
    },
    "__set_sysctl_set_sym_sysctl___machdep_adjkerntz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216872
    },
    "__set_sysctl_set_sym_sysctl___machdep_atrtc_power_lost": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229264
    },
    "__set_sysctl_set_sym_sysctl___machdep_bootmethod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229304
    },
    "__set_sysctl_set_sym_sysctl___machdep_disable_msix_migration": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230440
    },
    "__set_sysctl_set_sym_sysctl___machdep_disable_mtrrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229664
    },
    "__set_sysctl_set_sym_sysctl___machdep_disable_rtc_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217400
    },
    "__set_sysctl_set_sym_sysctl___machdep_disable_tsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229728
    },
    "__set_sysctl_set_sym_sysctl___machdep_disable_tsc_calibration": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229736
    },
    "__set_sysctl_set_sym_sysctl___machdep_dump_retry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229808
    },
    "__set_sysctl_set_sym_sysctl___machdep_efi_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229800
    },
    "__set_sysctl_set_sym_sysctl___machdep_efi_rt_handle_faults": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587208480
    },
    "__set_sysctl_set_sym_sysctl___machdep_enable_panic_key": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210344
    },
    "__set_sysctl_set_sym_sysctl___machdep_first_msi_irq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230424
    },
    "__set_sysctl_set_sym_sysctl___machdep_hwpstate_pkg_ctrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229224
    },
    "__set_sysctl_set_sym_sysctl___machdep_hyperthreading_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229672
    },
    "__set_sysctl_set_sym_sysctl___machdep_hyperthreading_intr_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229680
    },
    "__set_sysctl_set_sym_sysctl___machdep_i8254_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229272
    },
    "__set_sysctl_set_sym_sysctl___machdep_idle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229344
    },
    "__set_sysctl_set_sym_sysctl___machdep_idle_apl31": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229328
    },
    "__set_sysctl_set_sym_sysctl___machdep_idle_available": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229336
    },
    "__set_sysctl_set_sym_sysctl___machdep_idle_mwait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229320
    },
    "__set_sysctl_set_sym_sysctl___machdep_max_ldt_segment": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230016
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214704
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_flush_rsb_ctxsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229512
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_ibrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229376
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_ibrs_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229384
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_ibrs_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229400
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_mds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229456
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_mds_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229480
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_mds_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229464
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_rngds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229520
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_rngds_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229528
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_rngds_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229536
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_ssb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229416
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_ssb_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229424
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_ssb_disable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229440
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_taa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229488
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_taa_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229496
    },
    "__set_sysctl_set_sym_sysctl___machdep_mitigations_taa_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229504
    },
    "__set_sysctl_set_sym_sysctl___machdep_mwait_cpustop_broken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229312
    },
    "__set_sysctl_set_sym_sysctl___machdep_nkpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229816
    },
    "__set_sysctl_set_sym_sysctl___machdep_nmi_flush_l1d_sw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230032
    },
    "__set_sysctl_set_sym_sysctl___machdep_nmi_is_broadcast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229360
    },
    "__set_sysctl_set_sym_sysctl___machdep_num_msi_irqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230432
    },
    "__set_sysctl_set_sym_sysctl___machdep_panic_on_nmi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229352
    },
    "__set_sysctl_set_sym_sysctl___machdep_prot_fault_translation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227608
    },
    "__set_sysctl_set_sym_sysctl___machdep_rtc_save_period": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215344
    },
    "__set_sysctl_set_sym_sysctl___machdep_smap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229792
    },
    "__set_sysctl_set_sym_sysctl___machdep_stop_mwait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229688
    },
    "__set_sysctl_set_sym_sysctl___machdep_syscall_ret_flush_l1d": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230040
    },
    "__set_sysctl_set_sym_sysctl___machdep_tsc_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229744
    },
    "__set_sysctl_set_sym_sysctl___machdep_uprintf_signal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230024
    },
    "__set_sysctl_set_sym_sysctl___machdep_vga_aspect_scale": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230256
    },
    "__set_sysctl_set_sym_sysctl___machdep_wall_cmos_clock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216888
    },
    "__set_sysctl_set_sym_sysctl___net": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214664
    },
    "__set_sysctl_set_sym_sysctl___net_accf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218032
    },
    "__set_sysctl_set_sym_sysctl___net_accf_unloadable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218040
    },
    "__set_sysctl_set_sym_sysctl___net_add_addr_allfibs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220744
    },
    "__set_sysctl_set_sym_sysctl___net_bpf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219896
    },
    "__set_sysctl_set_sym_sysctl___net_bpf_bufsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219936
    },
    "__set_sysctl_set_sym_sysctl___net_bpf_maxbufsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219944
    },
    "__set_sysctl_set_sym_sysctl___net_bpf_maxinsns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219904
    },
    "__set_sysctl_set_sym_sysctl___net_bpf_optimize_writers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219928
    },
    "__set_sysctl_set_sym_sysctl___net_bpf_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219920
    },
    "__set_sysctl_set_sym_sysctl___net_bpf_zerocopy_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219912
    },
    "__set_sysctl_set_sym_sysctl___net_debugnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220520
    },
    "__set_sysctl_set_sym_sysctl___net_debugnet_arp_nretries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220560
    },
    "__set_sysctl_set_sym_sysctl___net_debugnet_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220528
    },
    "__set_sysctl_set_sym_sysctl___net_debugnet_fib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220552
    },
    "__set_sysctl_set_sym_sysctl___net_debugnet_npolls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220536
    },
    "__set_sysctl_set_sym_sysctl___net_debugnet_nretries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220544
    },
    "__set_sysctl_set_sym_sysctl___net_enc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220128
    },
    "__set_sysctl_set_sym_sysctl___net_enc_in": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220136
    },
    "__set_sysctl_set_sym_sysctl___net_enc_in_ipsec_bpf_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220160
    },
    "__set_sysctl_set_sym_sysctl___net_enc_in_ipsec_filter_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220152
    },
    "__set_sysctl_set_sym_sysctl___net_enc_out": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220144
    },
    "__set_sysctl_set_sym_sysctl___net_enc_out_ipsec_bpf_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220176
    },
    "__set_sysctl_set_sym_sysctl___net_enc_out_ipsec_filter_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220168
    },
    "__set_sysctl_set_sym_sysctl___net_fibs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220760
    },
    "__set_sysctl_set_sym_sysctl___net_graph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221168
    },
    "__set_sysctl_set_sym_sysctl___net_graph_abi_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221176
    },
    "__set_sysctl_set_sym_sysctl___net_graph_control": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221320
    },
    "__set_sysctl_set_sym_sysctl___net_graph_control_proto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221328
    },
    "__set_sysctl_set_sym_sysctl___net_graph_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221304
    },
    "__set_sysctl_set_sym_sysctl___net_graph_data_proto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221312
    },
    "__set_sysctl_set_sym_sysctl___net_graph_family": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221296
    },
    "__set_sysctl_set_sym_sysctl___net_graph_iface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221192
    },
    "__set_sysctl_set_sym_sysctl___net_graph_iface_max_nesting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221200
    },
    "__set_sysctl_set_sym_sysctl___net_graph_maxalloc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221152
    },
    "__set_sysctl_set_sym_sysctl___net_graph_maxdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221160
    },
    "__set_sysctl_set_sym_sysctl___net_graph_maxdgram": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221280
    },
    "__set_sysctl_set_sym_sysctl___net_graph_mppe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221208
    },
    "__set_sysctl_set_sym_sysctl___net_graph_mppe_block_on_max_rekey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221216
    },
    "__set_sysctl_set_sym_sysctl___net_graph_mppe_log_max_rekey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221224
    },
    "__set_sysctl_set_sym_sysctl___net_graph_mppe_max_rekey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221232
    },
    "__set_sysctl_set_sym_sysctl___net_graph_msg_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221184
    },
    "__set_sysctl_set_sym_sysctl___net_graph_pppoe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221240
    },
    "__set_sysctl_set_sym_sysctl___net_graph_pppoe_lcp_pcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221248
    },
    "__set_sysctl_set_sym_sysctl___net_graph_pptpgre": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221256
    },
    "__set_sysctl_set_sym_sysctl___net_graph_pptpgre_reorder_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221264
    },
    "__set_sysctl_set_sym_sysctl___net_graph_pptpgre_reorder_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221272
    },
    "__set_sysctl_set_sym_sysctl___net_graph_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221288
    },
    "__set_sysctl_set_sym_sysctl___net_graph_threads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221144
    },
    "__set_sysctl_set_sym_sysctl___net_hvsock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228856
    },
    "__set_sysctl_set_sym_sysctl___net_hvsock_hvs_dbg_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228864
    },
    "__set_sysctl_set_sym_sysctl___net_ifdescr_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220016
    },
    "__set_sysctl_set_sym_sysctl___net_iflib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220368
    },
    "__set_sysctl_set_sym_sysctl___net_iflib_min_tx_latency": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220376
    },
    "__set_sysctl_set_sym_sysctl___net_iflib_no_tx_batch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220384
    },
    "__set_sysctl_set_sym_sysctl___net_iflib_timer_default": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220392
    },
    "__set_sysctl_set_sym_sysctl___net_inet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221880
    },
    "__set_sysctl_set_sym_sysctl___net_inet6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224152
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224168
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_errppslimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224504
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224520
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224456
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_drlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224696
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_gctimer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224680
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_maxnudhint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224512
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_maxqueuelen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224672
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_mmaxtries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224472
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_onlink_ns_rfc4861": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224528
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_prlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224664
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_prune": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224448
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_umaxtries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224464
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nd6_useloopback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224480
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nodeinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224488
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_nodeinfo_oldmcprefix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224496
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_rediraccept": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224424
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_redirtimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224432
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_icmp6_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224440
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224160
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_accept_rtadv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224240
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_addrctlpolicy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224536
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_auto_flowlabel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224296
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_auto_linklocal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224368
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_dad_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224288
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_dad_enhanced": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224688
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_defmcasthlim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224304
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_forwarding": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224208
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_frag6_nfragpackets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224064
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_frag6_nfrags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224040
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_fraglifetime_ms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224088
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_gifhlim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224096
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_grehlim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224544
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_hdrnestlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224280
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_hlim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224224
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_intr_direct_queue_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224568
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_intr_queue_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224552
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_kame_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224312
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_log_cannot_forward": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224416
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_log_interval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224272
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_maxfragbucketsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224080
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_maxfragpackets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224056
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_maxfrags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224048
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_maxfragsperpacket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224072
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mcast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224104
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mcast_filters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224136
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mcast_loop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224128
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mcast_maxgrpsrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224112
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mcast_maxsocksrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224120
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mcast_pmtu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224400
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mf6ctable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224592
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mif6table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224600
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_mrt6stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224584
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_no_radr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224248
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_norbit_raif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224256
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_prefer_tempaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224384
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_redirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224216
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_rfc6204w3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224264
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_rip6stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224376
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_rr_prune": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224328
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_source_address_validation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224560
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224232
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_stealth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224408
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_temppltime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224344
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_tempvltime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224352
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_use_defaultzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224392
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_use_deprecated": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224320
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_use_tempaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224336
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ip6_v6only": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224360
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224200
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_ah_net_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224888
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_ah_trans_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224880
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224928
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_def_policy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224856
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_ecn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224896
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_esp_net_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224872
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_esp_trans_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224864
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_filtertunnel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224904
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_ipsec6_ipsecstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224912
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_mld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224616
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_mld_gsrdelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224624
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_mld_ifinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224632
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_mld_use_allow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224656
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_mld_v1enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224640
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_mld_v2enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224648
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_pim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224576
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_pim_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224608
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_sctp6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224192
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_tcp6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224184
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_tcp6_getcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223600
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_udp6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224176
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_udp6_getcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224712
    },
    "__set_sysctl_set_sym_sysctl___net_inet6_udp6_rfc6935_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224704
    },
    "__set_sysctl_set_sym_sysctl___net_inet_accf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221984
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ah": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221944
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ah_ah_cleartos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225088
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ah_ah_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225080
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ah_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225096
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221576
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_allow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221584
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_demotion": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221616
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_dscp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221592
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_ifdown_demotion_factor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221632
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_log": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221608
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_preempt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221600
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_senderr_demotion_factor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221624
    },
    "__set_sysctl_set_sym_sysctl___net_inet_carp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221640
    },
    "__set_sysctl_set_sym_sysctl___net_inet_esp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221952
    },
    "__set_sysctl_set_sym_sysctl___net_inet_esp_ctr_compatibility": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225112
    },
    "__set_sysctl_set_sym_sysctl___net_inet_esp_esp_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225104
    },
    "__set_sysctl_set_sym_sysctl___net_inet_esp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225120
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221896
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_bmcastecho": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222088
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_drop_redirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222040
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_error_keeptags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222104
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_icmplim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221992
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_icmplim_jitter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222000
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_icmplim_output": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222008
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_log_redirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222048
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_maskfake": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222032
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_maskrepl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222024
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_quotelen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222080
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_redirtimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222056
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_reply_from_interface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222072
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_reply_src": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222064
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222016
    },
    "__set_sysctl_set_sym_sysctl___net_inet_icmp_tstamprepl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222096
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221928
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_default_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221512
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_gsrdelay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221520
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_ifinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221528
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_legacysupp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221504
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_recvifkludge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221464
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_sendlocal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221480
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_sendra": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221472
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221456
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_v1enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221488
    },
    "__set_sysctl_set_sym_sysctl___net_inet_igmp_v2enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221496
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221888
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_accept_sourceroute": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222248
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_allow_net0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221560
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_allow_net240": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221552
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_broadcast_lowest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221544
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_curfrags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222272
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_forwarding": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222112
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_fragpackets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222296
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_fragttl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222320
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_gifttl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221648
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_grettl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221656
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_intr_direct_queue_drops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222184
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_intr_direct_queue_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222176
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_intr_queue_drops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222168
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_intr_queue_maxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222160
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_loopback_prefixlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221568
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_maxfragbucketsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222312
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_maxfragpackets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222288
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_maxfrags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222264
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_maxfragsperpacket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222304
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_mcast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221704
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_mcast_filters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221736
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_mcast_loop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221728
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_mcast_maxgrpsrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221712
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_mcast_maxsocksrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221720
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_mfctable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222224
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_mrtstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222192
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_no_same_prefix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221536
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221744
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221768
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_hifirst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221784
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_hilast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221792
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221776
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_lowfirst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221752
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_lowlast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221760
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_randomized": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221816
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_reservedhigh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221800
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_portrange_reservedlow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221808
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_process_options": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222256
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_random_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221664
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_random_id_collisions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221688
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_random_id_period": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221680
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_random_id_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221696
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_reass_hashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222280
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_redirect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222120
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rfc1122_strong_es": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222128
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rfc6864": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221672
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221824
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rl_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221832
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rl_alloc_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221840
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rl_chgrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221864
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rl_newrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221856
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_rl_set_ok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221848
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_source_address_validation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222136
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_sourceroute": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222240
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222152
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_stealth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222144
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_ttl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222328
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ip_viftable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222232
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipcomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221960
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipcomp_ipcomp_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225128
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipcomp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225136
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221968
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221936
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_ah_cleartos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224776
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_ah_net_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224768
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_ah_trans_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224760
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_async_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224816
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_check_policy_history": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224824
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_crypto_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224808
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224920
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_def_policy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224736
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_dfbit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224784
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_ecn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224800
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_esp_net_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224752
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_esp_trans_deflev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224744
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_filtertunnel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224840
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_ipsecstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224848
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_min_pmtu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224792
    },
    "__set_sysctl_set_sym_sysctl___net_inet_ipsec_natt_cksum_policy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224832
    },
    "__set_sysctl_set_sym_sysctl___net_inet_pim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222200
    },
    "__set_sysctl_set_sym_sysctl___net_inet_pim_squelch_wholepkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222216
    },
    "__set_sysctl_set_sym_sysctl___net_inet_pim_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222208
    },
    "__set_sysctl_set_sym_sysctl___net_inet_raw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221976
    },
    "__set_sysctl_set_sym_sysctl___net_inet_raw_maxdgram": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222336
    },
    "__set_sysctl_set_sym_sysctl___net_inet_raw_pcblist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222352
    },
    "__set_sysctl_set_sym_sysctl___net_inet_raw_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222344
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220768
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_basecpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220832
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_bits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220784
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_bucket_mapping": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220856
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_buckets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220824
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220840
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_hashalgo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220776
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_key": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220848
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220792
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_maxbits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220800
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_maxcpus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220816
    },
    "__set_sysctl_set_sym_sysctl___net_inet_rss_ncpus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220808
    },
    "__set_sysctl_set_sym_sysctl___net_inet_sctp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221920
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221912
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_abc_l_var": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222816
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_ack_war_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223392
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_ack_war_timewindow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223384
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_always_keepalive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223808
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222880
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_disable_all": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222992
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_auto_all": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223016
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_auto_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223008
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_auto_ratio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223000
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_global_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222944
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_global_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222936
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_id_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222960
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_id_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222952
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_id_tcpcb_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222976
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_id_tcpcb_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222968
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_session_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222904
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222896
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_log_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222984
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_pcb_ids_cur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223024
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_pcb_ids_tot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223032
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_tp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222888
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_tp_bbmode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222920
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_tp_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222928
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_bb_tp_number": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222912
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_blackhole": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222720
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_blackhole_local": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222728
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222360
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_abe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222440
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_abe_frlossreduce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222448
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_algorithm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222368
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_available": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222376
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_hystartplusplus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222384
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_hystartplusplus_bblogs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222432
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_hystartplusplus_css_growth_div": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222416
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_hystartplusplus_css_rounds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222424
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_hystartplusplus_maxrtt_thresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222400
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_hystartplusplus_minrtt_thresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222392
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_cc_hystartplusplus_n_rttsamples": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222408
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_delacktime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223768
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_delayed_ack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222736
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_do_lrd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222768
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_do_prr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222760
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_do_prr_conservative": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222752
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_do_tcpdrain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223488
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_drop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223608
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_drop_synfin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222744
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_ecn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222456
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_ecn_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222464
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_ecn_maxretries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222472
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fast_finwait2_recycle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223816
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222480
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_acceptany": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222488
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_autokey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222496
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_ccache_bucket_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222504
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_ccache_buckets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222512
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_ccache_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222608
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_client_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222520
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_keylen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222528
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_maxkeys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222536
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_maxpsks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222544
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_numkeys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222552
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_numpsks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222560
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_path_disable_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222568
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_psk_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222576
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_server_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222584
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_setkey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222592
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_fastopen_setpsk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222600
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_finwait2_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223824
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_function_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223576
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_functions_available": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223552
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_functions_default": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223544
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_functions_inherit_listen_socket_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223656
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_getcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223592
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222616
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_bucketlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222648
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_cachelimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222632
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222656
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222624
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_expire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222664
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_hashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222640
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_histo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222696
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222688
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_prune": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222672
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_purge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222680
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_hostcache_purgenow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222704
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_icmp_may_rst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223504
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_initcwnd_segments": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222800
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_insecure_rst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222832
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_insecure_syn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222824
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_isn_reseed_interval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223512
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_keepcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223832
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_keepidle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223752
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_keepinit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223744
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_keepintvl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223760
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_log_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223472
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_log_in_vain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222712
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223040
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_compressed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223088
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223048
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_extra_mbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223104
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_fullqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223072
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_lockcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223096
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_lro_badcsum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223136
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_lro_cpu_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223056
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_lro_less_accurate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223064
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_with_m_ackcmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223120
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_without_m_ackcmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223128
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_wokeup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223080
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_lro_would_have_but": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223112
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_map_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223528
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_maxunacktime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223848
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_minmss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223416
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_msl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223776
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_mssdflt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223400
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_newcwv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222776
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_nolocaltimewait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223896
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_pacing_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223456
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_pacing_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223464
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_pacing_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223448
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_path_mtu_discovery": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223144
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_pcbcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223496
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_pcblist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223584
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_per_cpu_timers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223880
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_persmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223736
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_persmin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223728
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_pmtud_blackhole_detection": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223856
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_pmtud_blackhole_mss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223864
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_reass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223280
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_reass_cursegments": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223304
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_reass_maxqueuelen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223312
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_reass_maxsegments": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223296
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_reass_new_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223320
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_reass_queueguard": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223328
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_reass_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223288
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_recvbuf_auto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222848
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_recvbuf_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222856
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222840
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223888
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rexmit_drop_options": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223840
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rexmit_initial": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223784
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rexmit_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223792
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rexmit_slop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223800
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rfc1323": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223424
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rfc3042": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222784
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rfc3390": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222792
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rfc3465": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222808
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223200
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_alive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223208
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_dead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223216
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_divisor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223256
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_even": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223264
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_eventhresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223272
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_floor_mss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223224
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_hw_floor_mss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223248
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_time_blocks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223240
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_rl_wait_floor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223232
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223336
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sack_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223344
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sack_globalholes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223376
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sack_globalmaxholes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223368
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sack_maxholes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223360
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sack_revised": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223352
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sendbuf_auto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223168
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sendbuf_auto_lowat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223192
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sendbuf_inc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223176
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sendbuf_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223184
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_sendspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223160
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_setsockopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223616
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_soreceive_stream": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223520
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_split_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223536
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_states": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222872
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587222864
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_switch_to_ifnet_tls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223632
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_switch_to_sw_tls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223624
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223664
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache_bucketlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223672
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache_cachelimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223680
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223688
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache_hashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223696
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache_rexmtlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223712
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache_rst_on_sock_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223720
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncache_see_other": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223704
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncookies": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223640
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_syncookies_only": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223648
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_tcbhashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223480
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_tolerate_missing_ts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223432
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_ts_offset_per_conn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223440
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_tso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223152
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_udp_tunneling_overhead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223568
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_udp_tunneling_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223560
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_v6mssdflt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223408
    },
    "__set_sysctl_set_sym_sysctl___net_inet_tcp_v6pmtud_blackhole_mss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223872
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221904
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_blackhole": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223920
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_blackhole_local": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223928
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_checksum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223904
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_getcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223968
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_log_in_vain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223912
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_maxdgram": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223936
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_pcblist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223960
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223944
    },
    "__set_sysctl_set_sym_sysctl___net_inet_udp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223952
    },
    "__set_sysctl_set_sym_sysctl___net_isr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220424
    },
    "__set_sysctl_set_sym_sysctl___net_isr_bindthreads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220448
    },
    "__set_sysctl_set_sym_sysctl___net_isr_defaultqlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220464
    },
    "__set_sysctl_set_sym_sysctl___net_isr_dispatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220432
    },
    "__set_sysctl_set_sym_sysctl___net_isr_maxprot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220472
    },
    "__set_sysctl_set_sym_sysctl___net_isr_maxqlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220456
    },
    "__set_sysctl_set_sym_sysctl___net_isr_maxthreads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220440
    },
    "__set_sysctl_set_sym_sysctl___net_isr_numthreads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220480
    },
    "__set_sysctl_set_sym_sysctl___net_isr_proto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220488
    },
    "__set_sysctl_set_sym_sysctl___net_isr_work": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220504
    },
    "__set_sysctl_set_sym_sysctl___net_isr_workstream": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220496
    },
    "__set_sysctl_set_sym_sysctl___net_key": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225072
    },
    "__set_sysctl_set_sym_sysctl___net_key_ah_keymin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225016
    },
    "__set_sysctl_set_sym_sysctl___net_key_blockacq_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224984
    },
    "__set_sysctl_set_sym_sysctl___net_key_blockacq_lifetime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224992
    },
    "__set_sysctl_set_sym_sysctl___net_key_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224936
    },
    "__set_sysctl_set_sym_sysctl___net_key_esp_auth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225000
    },
    "__set_sysctl_set_sym_sysctl___net_key_esp_keymin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225008
    },
    "__set_sysctl_set_sym_sysctl___net_key_int_random": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224968
    },
    "__set_sysctl_set_sym_sysctl___net_key_larval_lifetime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224976
    },
    "__set_sysctl_set_sym_sysctl___net_key_preferred_oldsa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225024
    },
    "__set_sysctl_set_sym_sysctl___net_key_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225064
    },
    "__set_sysctl_set_sym_sysctl___net_key_sendspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225056
    },
    "__set_sysctl_set_sym_sysctl___net_key_spdcache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225032
    },
    "__set_sysctl_set_sym_sysctl___net_key_spdcache_maxentries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225040
    },
    "__set_sysctl_set_sym_sysctl___net_key_spdcache_threshold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225048
    },
    "__set_sysctl_set_sym_sysctl___net_key_spi_maxval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224960
    },
    "__set_sysctl_set_sym_sysctl___net_key_spi_minval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224952
    },
    "__set_sysctl_set_sym_sysctl___net_key_spi_trycnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224944
    },
    "__set_sysctl_set_sym_sysctl___net_link": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219976
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220040
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_allow_llz_overlap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220104
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_inherit_mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220096
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_ipfw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220120
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_ipfw_arp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220064
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_log_mac_flap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220112
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_log_stp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220088
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_pfil_bridge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220056
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_pfil_local_phys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220080
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_pfil_member": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220072
    },
    "__set_sysctl_set_sym_sysctl___net_link_bridge_pfil_onlyip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220048
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220184
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_arp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221344
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_arp_log_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221416
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_arp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221384
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221336
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_allow_multicast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221448
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_garp_rexmit_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221408
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_log_arp_movements": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221432
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_log_arp_permanent_modify": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221440
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_log_arp_wrong_iface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221424
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_max_age": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221352
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_max_log_per_second": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221400
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_maxhold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221392
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_maxtries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221360
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_proxyall": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221368
    },
    "__set_sysctl_set_sym_sysctl___net_link_ether_inet_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221376
    },
    "__set_sysctl_set_sym_sysctl___net_link_generic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219984
    },
    "__set_sysctl_set_sym_sysctl___net_link_generic_ifdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220296
    },
    "__set_sysctl_set_sym_sysctl___net_link_generic_system": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220024
    },
    "__set_sysctl_set_sym_sysctl___net_link_generic_system_ifcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220032
    },
    "__set_sysctl_set_sym_sysctl___net_link_gif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220224
    },
    "__set_sysctl_set_sym_sysctl___net_link_gif_max_nesting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220232
    },
    "__set_sysctl_set_sym_sysctl___net_link_gre": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220240
    },
    "__set_sysctl_set_sym_sysctl___net_link_gre_max_nesting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220248
    },
    "__set_sysctl_set_sym_sysctl___net_link_ifqmaxlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219992
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220256
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg_default_flowid_shift": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220288
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg_default_use_flowid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220272
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg_default_use_numa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220280
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg_failover_rx_all": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220264
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg_lacp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219952
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg_lacp_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219960
    },
    "__set_sysctl_set_sym_sysctl___net_link_lagg_lacp_default_strict_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219968
    },
    "__set_sysctl_set_sym_sysctl___net_link_log_link_state_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220000
    },
    "__set_sysctl_set_sym_sysctl___net_link_log_promisc_mode_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220008
    },
    "__set_sysctl_set_sym_sysctl___net_link_tap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220328
    },
    "__set_sysctl_set_sym_sysctl___net_link_tap_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220360
    },
    "__set_sysctl_set_sym_sysctl___net_link_tap_devfs_cloning": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220352
    },
    "__set_sysctl_set_sym_sysctl___net_link_tap_up_on_open": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220344
    },
    "__set_sysctl_set_sym_sysctl___net_link_tap_user_open": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220336
    },
    "__set_sysctl_set_sym_sysctl___net_link_tun": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220312
    },
    "__set_sysctl_set_sym_sysctl___net_link_tun_devfs_cloning": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220320
    },
    "__set_sysctl_set_sym_sysctl___net_link_vlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220192
    },
    "__set_sysctl_set_sym_sysctl___net_link_vlan_link": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220200
    },
    "__set_sysctl_set_sym_sysctl___net_link_vlan_mtag_pcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220216
    },
    "__set_sysctl_set_sym_sysctl___net_link_vlan_soft_pad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220208
    },
    "__set_sysctl_set_sym_sysctl___net_local": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218512
    },
    "__set_sysctl_set_sym_sysctl___net_local_deferred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218600
    },
    "__set_sysctl_set_sym_sysctl___net_local_dgram": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218528
    },
    "__set_sysctl_set_sym_sysctl___net_local_dgram_maxdgram": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218560
    },
    "__set_sysctl_set_sym_sysctl___net_local_dgram_pcblist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218608
    },
    "__set_sysctl_set_sym_sysctl___net_local_dgram_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218568
    },
    "__set_sysctl_set_sym_sysctl___net_local_inflight": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218592
    },
    "__set_sysctl_set_sym_sysctl___net_local_recycled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218632
    },
    "__set_sysctl_set_sym_sysctl___net_local_seqpacket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218536
    },
    "__set_sysctl_set_sym_sysctl___net_local_seqpacket_maxseqpacket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218576
    },
    "__set_sysctl_set_sym_sysctl___net_local_seqpacket_pcblist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218624
    },
    "__set_sysctl_set_sym_sysctl___net_local_seqpacket_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218584
    },
    "__set_sysctl_set_sym_sysctl___net_local_sockcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218648
    },
    "__set_sysctl_set_sym_sysctl___net_local_stream": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218520
    },
    "__set_sysctl_set_sym_sysctl___net_local_stream_pcblist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218616
    },
    "__set_sysctl_set_sym_sysctl___net_local_stream_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218552
    },
    "__set_sysctl_set_sym_sysctl___net_local_stream_sendspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218544
    },
    "__set_sysctl_set_sym_sysctl___net_local_taskcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218640
    },
    "__set_sysctl_set_sym_sysctl___net_my_fibnum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220752
    },
    "__set_sysctl_set_sym_sysctl___net_netdump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223984
    },
    "__set_sysctl_set_sym_sysctl___net_netdump_arp_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224032
    },
    "__set_sysctl_set_sym_sysctl___net_netdump_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587223992
    },
    "__set_sysctl_set_sym_sysctl___net_netdump_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224000
    },
    "__set_sysctl_set_sym_sysctl___net_netdump_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224008
    },
    "__set_sysctl_set_sym_sysctl___net_netdump_polls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224016
    },
    "__set_sysctl_set_sym_sysctl___net_netdump_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587224024
    },
    "__set_sysctl_set_sym_sysctl___net_netlink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225152
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225160
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_domain_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225176
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_generic_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225208
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_generic_kpi_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225144
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_iface_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225264
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_iface_drivers_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225256
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_io_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225216
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_mod_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225240
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_neigh_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225272
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_nhop_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225280
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_parser_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225168
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_route_core_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225248
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_route_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225288
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_debug_nl_writer_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225224
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_nl_maxsockbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225200
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225192
    },
    "__set_sysctl_set_sym_sysctl___net_netlink_sendspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225184
    },
    "__set_sysctl_set_sym_sysctl___net_pf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225336
    },
    "__set_sysctl_set_sym_sysctl___net_pf_filter_local": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225384
    },
    "__set_sysctl_set_sym_sysctl___net_pf_queue_tag_hashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225376
    },
    "__set_sysctl_set_sym_sysctl___net_pf_request_maxcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225360
    },
    "__set_sysctl_set_sym_sysctl___net_pf_rule_tag_hashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225368
    },
    "__set_sysctl_set_sym_sysctl___net_pf_source_nodes_hashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225352
    },
    "__set_sysctl_set_sym_sysctl___net_pf_states_hashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225344
    },
    "__set_sysctl_set_sym_sysctl___net_pfsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225296
    },
    "__set_sysctl_set_sym_sysctl___net_pfsync_carp_demotion_factor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225312
    },
    "__set_sysctl_set_sym_sysctl___net_pfsync_defer_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225328
    },
    "__set_sysctl_set_sym_sysctl___net_pfsync_pfsync_buckets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225320
    },
    "__set_sysctl_set_sym_sysctl___net_pfsync_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225304
    },
    "__set_sysctl_set_sym_sysctl___net_route": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220872
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220600
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_bucket_change_threshold_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220616
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_bucket_time_ms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220608
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220648
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_fib_max_sync_delay_ms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220624
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_inet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220640
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_inet6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220632
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_inet6_algo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220680
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_inet6_algo_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220656
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_inet_algo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220672
    },
    "__set_sysctl_set_sym_sysctl___net_route_algo_inet_algo_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220664
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220728
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug_nhgrp_ctl_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220576
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug_nhgrp_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220568
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug_nhop_ctl_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220592
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug_nhop_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220584
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug_route_ctl_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220688
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug_rt_helpers_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220736
    },
    "__set_sysctl_set_sym_sysctl___net_route_debug_rtsock_debug_level": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220864
    },
    "__set_sysctl_set_sym_sysctl___net_route_hash_outbound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220704
    },
    "__set_sysctl_set_sym_sysctl___net_route_ipv6_nexthop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220720
    },
    "__set_sysctl_set_sym_sysctl___net_route_multipath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220696
    },
    "__set_sysctl_set_sym_sysctl___net_route_netisr_maxqlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220880
    },
    "__set_sysctl_set_sym_sysctl___net_routetable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220912
    },
    "__set_sysctl_set_sym_sysctl___net_rtsock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220888
    },
    "__set_sysctl_set_sym_sysctl___net_rtsock_recvspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220904
    },
    "__set_sysctl_set_sym_sysctl___net_rtsock_sendspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220896
    },
    "__set_sysctl_set_sym_sysctl___net_ue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210512
    },
    "__set_sysctl_set_sym_sysctl___net_wlan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220952
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_addba_backoff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220984
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_addba_maxtries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220992
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_addba_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220976
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_ampdu_age": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220960
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_cac_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220944
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_devices": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220928
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221000
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_inact": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221072
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_maxpreq_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221024
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_net_diameter_traversal_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221032
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_pathlifetime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221016
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_rannint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221056
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_rootconfint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221064
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_rootint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221048
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_roottimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221040
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_hwmp_targetonly": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221008
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221080
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh_backofftimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221120
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh_confirmtimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221112
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh_gateint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221088
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh_holdingtimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221104
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh_maxholding": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221136
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh_maxretries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221128
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_mesh_retrytimeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587221096
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_nol_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220936
    },
    "__set_sysctl_set_sym_sysctl___net_wlan_recv_bar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587220968
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214720
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_aio_listio_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218776
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_aio_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216592
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_aio_prio_delta_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216600
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_asynchronous_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216480
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_delaytimer_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216608
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_fsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216560
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_mapped_files": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216488
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_memlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216496
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_memlock_range": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216504
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_memory_protection": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216512
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_message_passing": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216520
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_mq_open_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216616
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_pagesize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216624
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_prioritized_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216528
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_priority_scheduling": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216536
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_realtime_signals": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216544
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_rtsig_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216632
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_sem_nsems_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216640
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_sem_value_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216648
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_semaphores": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216552
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_shared_memory_objects": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216568
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_sigqueue_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216656
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_synchronized_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216576
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_timer_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216664
    },
    "__set_sysctl_set_sym_sysctl___p1003_1b_timers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216584
    },
    "__set_sysctl_set_sym_sysctl___security": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214736
    },
    "__set_sysctl_set_sym_sysctl___security_audit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225912
    },
    "__set_sysctl_set_sym_sysctl___security_bsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215704
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_allow_ptrace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215752
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_allow_read_dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219792
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_conservative_signals": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215736
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_hardlink_check_gid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219744
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_hardlink_check_uid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219736
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_map_at_zero": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213792
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_see_jail_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215728
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_see_other_gids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215720
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_see_other_uids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215712
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_stack_guard_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227680
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_suser_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215384
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_unprivileged_chroot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219728
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_unprivileged_get_quota": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227368
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_unprivileged_idprio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215864
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_unprivileged_mlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215392
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_unprivileged_proc_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215744
    },
    "__set_sysctl_set_sym_sysctl___security_bsd_unprivileged_read_msgbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215400
    },
    "__set_sysctl_set_sym_sysctl___security_jail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213912
    },
    "__set_sysctl_set_sym_sysctl___security_jail_allow_raw_sockets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213976
    },
    "__set_sysctl_set_sym_sysctl___security_jail_chflags_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213984
    },
    "__set_sysctl_set_sym_sysctl___security_jail_devfs_ruleset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214008
    },
    "__set_sysctl_set_sym_sysctl___security_jail_enforce_statfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214000
    },
    "__set_sysctl_set_sym_sysctl___security_jail_jail_max_af_ips": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213944
    },
    "__set_sysctl_set_sym_sysctl___security_jail_jailed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213928
    },
    "__set_sysctl_set_sym_sysctl___security_jail_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213920
    },
    "__set_sysctl_set_sym_sysctl___security_jail_mount_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213992
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214016
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214272
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_chflags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214304
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_mlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214328
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_mount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214376
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_mount_": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214384
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_nfsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214368
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_quotas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214312
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_raw_sockets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214296
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_read_msgbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214344
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_reserved_ports": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214336
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_set_hostname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214280
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_socket_af": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214320
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_suser": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214360
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_sysvipc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214288
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_allow_unprivileged_proc_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214352
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_children": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214120
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_children_cur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214128
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_children_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214136
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_cpuset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214192
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_cpuset_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214200
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_devfs_ruleset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214088
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_dying": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214112
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_enforce_statfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214080
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_host": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214144
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_host_": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214152
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_host_domainname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214168
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_host_hostid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214184
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_host_hostname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214160
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_host_hostuuid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214176
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214208
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip4_": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214216
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip4_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214224
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip4_saddrsel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214232
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214240
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip6_": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214248
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip6_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214256
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_ip6_saddrsel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214264
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_jid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214024
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214040
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_osreldate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214064
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_osrelease": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214072
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214032
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214048
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_persist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214096
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_securelevel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214056
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_sysvmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217776
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_sysvmsg_": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217784
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_sysvsem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217880
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_sysvsem_": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217888
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_sysvshm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217968
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_sysvshm_": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587217976
    },
    "__set_sysctl_set_sym_sysctl___security_jail_param_vnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214104
    },
    "__set_sysctl_set_sym_sysctl___security_jail_set_hostname_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213952
    },
    "__set_sysctl_set_sym_sysctl___security_jail_socket_unixiproute_only": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213960
    },
    "__set_sysctl_set_sym_sysctl___security_jail_sysvipc_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213968
    },
    "__set_sysctl_set_sym_sysctl___security_jail_vnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213936
    },
    "__set_sysctl_set_sym_sysctl___sysctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214632
    },
    "__set_sysctl_set_sym_sysctl___sysctl_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216192
    },
    "__set_sysctl_set_sym_sysctl___sysctl_name2oid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216216
    },
    "__set_sysctl_set_sym_sysctl___sysctl_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216200
    },
    "__set_sysctl_set_sym_sysctl___sysctl_nextnoskip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216208
    },
    "__set_sysctl_set_sym_sysctl___sysctl_oiddescr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216232
    },
    "__set_sysctl_set_sym_sysctl___sysctl_oidfmt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216224
    },
    "__set_sysctl_set_sym_sysctl___sysctl_oidlabel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216240
    },
    "__set_sysctl_set_sym_sysctl___user": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214712
    },
    "__set_sysctl_set_sym_sysctl___user_bc_base_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215056
    },
    "__set_sysctl_set_sym_sysctl___user_bc_dim_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215064
    },
    "__set_sysctl_set_sym_sysctl___user_bc_scale_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215072
    },
    "__set_sysctl_set_sym_sysctl___user_bc_string_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215080
    },
    "__set_sysctl_set_sym_sysctl___user_coll_weights_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215088
    },
    "__set_sysctl_set_sym_sysctl___user_cs_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215048
    },
    "__set_sysctl_set_sym_sysctl___user_expr_nest_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215096
    },
    "__set_sysctl_set_sym_sysctl___user_line_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215104
    },
    "__set_sysctl_set_sym_sysctl___user_localbase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215208
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_c_bind": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215128
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_c_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215136
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_char_term": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215144
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_fort_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215152
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_fort_run": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215160
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_localedef": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215168
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_sw_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215176
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_upe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215184
    },
    "__set_sysctl_set_sym_sysctl___user_posix2_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215120
    },
    "__set_sysctl_set_sym_sysctl___user_re_dup_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215112
    },
    "__set_sysctl_set_sym_sysctl___user_stream_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215192
    },
    "__set_sysctl_set_sym_sysctl___user_tzname_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587215200
    },
    "__set_sysctl_set_sym_sysctl___vfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214656
    },
    "__set_sysctl_set_sym_sysctl___vfs_acl_nfs4_old_semantics": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587216816
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218664
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_aiod_lifetime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218744
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_enable_unsafe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218672
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_max_aio_per_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218752
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_max_aio_procs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218688
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_max_aio_queue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218712
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_max_aio_queue_per_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218760
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_max_buf_aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218768
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_num_aio_procs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218696
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_num_buf_aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218728
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_num_queue_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218720
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_num_unmapped_aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218736
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_target_aio_procs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218704
    },
    "__set_sysctl_set_sym_sysctl___vfs_aio_unsafe_warningcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218680
    },
    "__set_sysctl_set_sym_sysctl___vfs_altbufferflushes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218912
    },
    "__set_sysctl_set_sym_sysctl___vfs_barrierwrites": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219032
    },
    "__set_sysctl_set_sym_sysctl___vfs_bdwriteskip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218904
    },
    "__set_sysctl_set_sym_sysctl___vfs_buf_pager_relbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219064
    },
    "__set_sysctl_set_sym_sysctl___vfs_bufdefragcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218872
    },
    "__set_sysctl_set_sym_sysctl___vfs_buffreekvacnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218864
    },
    "__set_sysctl_set_sym_sysctl___vfs_bufkvaspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218808
    },
    "__set_sysctl_set_sym_sysctl___vfs_bufmallocspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218824
    },
    "__set_sysctl_set_sym_sysctl___vfs_bufspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218800
    },
    "__set_sysctl_set_sym_sysctl___vfs_bufspacethresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218856
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219072
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219288
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_debug_vnodes_cel_3_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219320
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_debug_zap_bucket_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219304
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_debug_zap_bucket_fail2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219312
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_debug_zap_bucket_relock_success": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219296
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_fast_lookup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219416
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_nchstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219328
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219344
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219352
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_created": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219360
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_evict_skipped_contended": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219392
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_evict_skipped_empty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219376
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_evict_skipped_missed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219384
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_evicted": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219368
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_hits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219400
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_neg_hot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219408
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_param": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219080
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_param_negfactor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219104
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_param_negmin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219112
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_param_negminpct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219336
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_param_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219088
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_param_sizefactor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219096
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219136
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219152
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_dotdothits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219184
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_dothits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219176
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_drops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219168
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_fullpathcalls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219240
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_fullpathfail1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219248
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_fullpathfail2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219256
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_fullpathfail4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219264
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_fullpathfound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219272
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_heldvnodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219160
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219192
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_misszap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219200
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_neg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219144
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_neghits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219232
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_negzaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219224
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_poshits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219216
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_poszaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219208
    },
    "__set_sysctl_set_sym_sysctl___vfs_cache_stats_symlinktoobig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219280
    },
    "__set_sysctl_set_sym_sysctl___vfs_cd9660": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213088
    },
    "__set_sysctl_set_sym_sysctl___vfs_cd9660_use_buf_pager": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587213096
    },
    "__set_sysctl_set_sym_sysctl___vfs_conflist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219704
    },
    "__set_sysctl_set_sym_sysctl___vfs_ctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219720
    },
    "__set_sysctl_set_sym_sysctl___vfs_default_autoro": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219480
    },
    "__set_sysctl_set_sym_sysctl___vfs_deferred_inact": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219584
    },
    "__set_sysctl_set_sym_sysctl___vfs_deferred_unmount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219496
    },
    "__set_sysctl_set_sym_sysctl___vfs_deferred_unmount_retry_delay_hz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219512
    },
    "__set_sysctl_set_sym_sysctl___vfs_deferred_unmount_retry_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219504
    },
    "__set_sysctl_set_sym_sysctl___vfs_deferred_unmount_total_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219520
    },
    "__set_sysctl_set_sym_sysctl___vfs_devfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210960
    },
    "__set_sysctl_set_sym_sysctl___vfs_devfs_dotimes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211008
    },
    "__set_sysctl_set_sym_sysctl___vfs_devfs_generation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210968
    },
    "__set_sysctl_set_sym_sysctl___vfs_devfs_rule_depth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587210976
    },
    "__set_sysctl_set_sym_sysctl___vfs_dirtybufferflushes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218896
    },
    "__set_sysctl_set_sym_sysctl___vfs_dirtybufthresh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218952
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225920
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjblkcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225976
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjdepth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225984
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjnbfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226008
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjndir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226000
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjnffree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226024
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjnifree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226016
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjnumclusters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226032
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_adjrefcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225968
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_compute_summary_at_mount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227256
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_doasyncfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225928
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_doasyncinodeinit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225960
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_doreallocblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225936
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_dotrimcons": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225944
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_enxio_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227272
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_freeblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226056
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_freedirs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226040
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_freefiles": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226048
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_maxclustersearch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225952
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_setcwd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226072
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_setdotdot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226080
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_setflags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226064
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_setsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225992
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_unlink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587226088
    },
    "__set_sysctl_set_sym_sysctl___vfs_ffs_use_buf_pager": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227296
    },
    "__set_sysctl_set_sym_sysctl___vfs_flushbufqtarget": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219016
    },
    "__set_sysctl_set_sym_sysctl___vfs_flushwithdeps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219056
    },
    "__set_sysctl_set_sym_sysctl___vfs_freevnodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219560
    },
    "__set_sysctl_set_sym_sysctl___vfs_generic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219712
    },
    "__set_sysctl_set_sym_sysctl___vfs_getnewbufcalls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218984
    },
    "__set_sysctl_set_sym_sysctl___vfs_getnewbufrestarts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218992
    },
    "__set_sysctl_set_sym_sysctl___vfs_hibufspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218848
    },
    "__set_sysctl_set_sym_sysctl___vfs_hidirtybuffers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218944
    },
    "__set_sysctl_set_sym_sysctl___vfs_hifreebuffers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218976
    },
    "__set_sysctl_set_sym_sysctl___vfs_hirunningspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218888
    },
    "__set_sysctl_set_sym_sysctl___vfs_ino64_trunc_error": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219752
    },
    "__set_sysctl_set_sym_sysctl___vfs_lobufspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218840
    },
    "__set_sysctl_set_sym_sysctl___vfs_lodirtybuffers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218936
    },
    "__set_sysctl_set_sym_sysctl___vfs_lofreebuffers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218968
    },
    "__set_sysctl_set_sym_sysctl___vfs_lookup_cap_dotdot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219456
    },
    "__set_sysctl_set_sym_sysctl___vfs_lookup_cap_dotdot_nonlocal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219464
    },
    "__set_sysctl_set_sym_sysctl___vfs_lorunningspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218880
    },
    "__set_sysctl_set_sym_sysctl___vfs_mappingrestarts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219000
    },
    "__set_sysctl_set_sym_sysctl___vfs_maxbcachebuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219048
    },
    "__set_sysctl_set_sym_sysctl___vfs_maxbufspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218816
    },
    "__set_sysctl_set_sym_sysctl___vfs_maxmallocbufspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218832
    },
    "__set_sysctl_set_sym_sysctl___vfs_msdosfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211016
    },
    "__set_sysctl_set_sym_sysctl___vfs_msdosfs_use_buf_pager": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211024
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211088
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_access_cache_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211168
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_bufpackets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211032
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_callback_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211112
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_clean_pages_on_close": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211192
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_commit_on_close": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211184
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_debuglevel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211120
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_defect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211344
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_diskless_rootaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211280
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_diskless_rootpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211272
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_diskless_valid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211264
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_downdelayinitial": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211248
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_downdelayinterval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211256
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_dsretries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211064
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_dssameconn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211152
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_enable_uidtostring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211072
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_fileid_maxwarnings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211288
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_ignore_eexist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211144
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_iodmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211336
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_iodmaxidle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211320
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_iodmin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211328
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_maxalloclen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211224
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_maxcopyrange": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211160
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_nfs3_jukebox_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211048
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_nfs_directio_allow_mmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211216
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_nfs_directio_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211200
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_nfs_ip_paranoia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211240
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_nfs_keep_dirty_on_error": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211208
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_pnfsiothreads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211136
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_pnfsmirror": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211080
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_prime_access_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211176
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_realign_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211104
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_realign_test": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211096
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_reconnects": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211040
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_skip_wcc_data_onerr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211056
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_use_buf_pager": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211312
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfs_userhashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211128
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211632
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_allowreadforwriteopen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211512
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_async": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211560
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_cachetcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211744
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_clienthashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211464
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_commit_blks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211648
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_commit_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211656
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_debuglevel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211680
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_default_flexfile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211568
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_dsdirsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211704
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_enable_checkutf8": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211432
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_enable_locallocks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211672
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_enable_nobodycheck": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211440
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_enable_nogroupcheck": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211448
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_enable_stringtouid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211688
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_enable_v42allocate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211616
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211352
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha_bin_shift": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211384
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha_enable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211360
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha_fhe_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211408
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha_max_nfsds_per_fh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211392
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha_max_reqs_per_nfsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211400
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha_read": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211368
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fha_write": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211376
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_fhhashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211472
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_flexlinuxhack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211528
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_issue_delegations": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211664
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_layouthighwater": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211488
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_linux42server": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211576
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_mirrormnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211640
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_nfs_privport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211536
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_owner_major": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211600
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_owner_minor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211608
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_pnfsgetdsattr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211696
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_pnfsstrictatime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211520
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_scope": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211592
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_server_max_minorversion4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211424
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_server_max_nfsvers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211552
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_server_min_minorversion4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211416
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_server_min_nfsvers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211544
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_sessionhashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211480
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_srvmaxio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211712
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_statehashsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211456
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_tcpcachetimeo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211736
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_tcphighwater": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211720
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_udphighwater": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211728
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_v4openaccess": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211584
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_v4statelimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211496
    },
    "__set_sysctl_set_sym_sysctl___vfs_nfsd_writedelegifpos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211504
    },
    "__set_sysctl_set_sym_sysctl___vfs_nlm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225392
    },
    "__set_sysctl_set_sym_sysctl___vfs_nlm_sysid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587225400
    },
    "__set_sysctl_set_sym_sysctl___vfs_notbufdflushes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219024
    },
    "__set_sysctl_set_sym_sysctl___vfs_numbufallocfails": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219008
    },
    "__set_sysctl_set_sym_sysctl___vfs_numdirtybuffers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218928
    },
    "__set_sysctl_set_sym_sysctl___vfs_numfreebuffers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218960
    },
    "__set_sysctl_set_sym_sysctl___vfs_numvnodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219544
    },
    "__set_sysctl_set_sym_sysctl___vfs_pfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211760
    },
    "__set_sysctl_set_sym_sysctl___vfs_pfs_vncache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211768
    },
    "__set_sysctl_set_sym_sysctl___vfs_pfs_vncache_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211776
    },
    "__set_sysctl_set_sym_sysctl___vfs_pfs_vncache_hits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211792
    },
    "__set_sysctl_set_sym_sysctl___vfs_pfs_vncache_maxentries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211784
    },
    "__set_sysctl_set_sym_sysctl___vfs_pfs_vncache_misses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211800
    },
    "__set_sysctl_set_sym_sysctl___vfs_read_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219432
    },
    "__set_sysctl_set_sym_sysctl___vfs_read_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219440
    },
    "__set_sysctl_set_sym_sysctl___vfs_recursive_forced_unmount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219488
    },
    "__set_sysctl_set_sym_sysctl___vfs_recursiveflushes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218920
    },
    "__set_sysctl_set_sym_sysctl___vfs_recycles": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219568
    },
    "__set_sysctl_set_sym_sysctl___vfs_recycles_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219576
    },
    "__set_sysctl_set_sym_sysctl___vfs_root_mount_always_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219528
    },
    "__set_sysctl_set_sym_sysctl___vfs_root_mount_hold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219536
    },
    "__set_sysctl_set_sym_sysctl___vfs_runningbufspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218792
    },
    "__set_sysctl_set_sym_sysctl___vfs_timestamp_precision": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219672
    },
    "__set_sysctl_set_sym_sysctl___vfs_tmpfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211816
    },
    "__set_sysctl_set_sym_sysctl___vfs_tmpfs_memory_reserved": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211824
    },
    "__set_sysctl_set_sym_sysctl___vfs_tmpfs_rename_restarts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587211808
    },
    "__set_sysctl_set_sym_sysctl___vfs_typenumhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219448
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227400
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs_dirhash_docheck": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227336
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs_dirhash_lowmemcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227344
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs_dirhash_maxmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227320
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs_dirhash_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227328
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs_dirhash_minsize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227312
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs_dirhash_reclaimpercent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227352
    },
    "__set_sysctl_set_sym_sysctl___vfs_ufs_rename_restarts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227408
    },
    "__set_sysctl_set_sym_sysctl___vfs_unmapped_buf_allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219040
    },
    "__set_sysctl_set_sym_sysctl___vfs_usermount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219472
    },
    "__set_sysctl_set_sym_sysctl___vfs_vmiodirenable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218784
    },
    "__set_sysctl_set_sym_sysctl___vfs_vnode_alloc_sleeps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219688
    },
    "__set_sysctl_set_sym_sysctl___vfs_vnodes_created": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219552
    },
    "__set_sysctl_set_sym_sysctl___vfs_wantfreevnodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219632
    },
    "__set_sysctl_set_sym_sysctl___vfs_worklist_len": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219696
    },
    "__set_sysctl_set_sym_sysctl___vfs_write_behind": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587219424
    },
    "__set_sysctl_set_sym_sysctl___vm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214648
    },
    "__set_sysctl_set_sym_sysctl___vm_act_scan_laundry_weight": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228376
    },
    "__set_sysctl_set_sym_sysctl___vm_aslr_restarts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227672
    },
    "__set_sysctl_set_sym_sysctl___vm_background_launder_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228392
    },
    "__set_sysctl_set_sym_sysctl___vm_background_launder_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228384
    },
    "__set_sysctl_set_sym_sysctl___vm_cluster_anon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227664
    },
    "__set_sysctl_set_sym_sysctl___vm_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227544
    },
    "__set_sysctl_set_sym_sysctl___vm_debug_uma_multipage_slabs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227584
    },
    "__set_sysctl_set_sym_sysctl___vm_disable_swapspace_pageouts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228352
    },
    "__set_sysctl_set_sym_sysctl___vm_dmmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227504
    },
    "__set_sysctl_set_sym_sysctl___vm_imply_prot_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228216
    },
    "__set_sysctl_set_sym_sysctl___vm_kmem_map_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214520
    },
    "__set_sysctl_set_sym_sysctl___vm_kmem_map_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214512
    },
    "__set_sysctl_set_sym_sysctl___vm_kmem_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214472
    },
    "__set_sysctl_set_sym_sysctl___vm_kmem_size_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214496
    },
    "__set_sysctl_set_sym_sysctl___vm_kmem_size_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214488
    },
    "__set_sysctl_set_sym_sysctl___vm_kmem_size_scale": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214504
    },
    "__set_sysctl_set_sym_sysctl___vm_kmem_zmax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214480
    },
    "__set_sysctl_set_sym_sysctl___vm_kstack_cache_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227616
    },
    "__set_sysctl_set_sym_sysctl___vm_kvm_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230000
    },
    "__set_sysctl_set_sym_sysctl___vm_kvm_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229992
    },
    "__set_sysctl_set_sym_sysctl___vm_largepages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218408
    },
    "__set_sysctl_set_sym_sysctl___vm_largepages_reclaim_tries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587218416
    },
    "__set_sysctl_set_sym_sysctl___vm_loadavg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227736
    },
    "__set_sysctl_set_sym_sysctl___vm_lowmem_period": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228344
    },
    "__set_sysctl_set_sym_sysctl___vm_malloc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214528
    },
    "__set_sysctl_set_sym_sysctl___vm_malloc_zone_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214536
    },
    "__set_sysctl_set_sym_sysctl___vm_malloc_zone_sizes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587214544
    },
    "__set_sysctl_set_sym_sysctl___vm_max_kernel_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227632
    },
    "__set_sysctl_set_sym_sysctl___vm_max_user_wired": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228400
    },
    "__set_sysctl_set_sym_sysctl___vm_md_malloc_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587209080
    },
    "__set_sysctl_set_sym_sysctl___vm_min_kernel_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227624
    },
    "__set_sysctl_set_sym_sysctl___vm_mincore_mapped": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228208
    },
    "__set_sysctl_set_sym_sysctl___vm_ndomains": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228440
    },
    "__set_sysctl_set_sym_sysctl___vm_nswapdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227512
    },
    "__set_sysctl_set_sym_sysctl___vm_objects": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228264
    },
    "__set_sysctl_set_sym_sysctl___vm_old_mlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228200
    },
    "__set_sysctl_set_sym_sysctl___vm_old_msync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228224
    },
    "__set_sysctl_set_sym_sysctl___vm_oom_pf_secs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228408
    },
    "__set_sysctl_set_sym_sysctl___vm_overcommit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227448
    },
    "__set_sysctl_set_sym_sysctl___vm_page_blacklist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228312
    },
    "__set_sysctl_set_sym_sysctl___vm_pageout_cpus_per_thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228336
    },
    "__set_sysctl_set_sym_sysctl___vm_pageout_lock_miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228360
    },
    "__set_sysctl_set_sym_sysctl___vm_pageout_oom_seq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228368
    },
    "__set_sysctl_set_sym_sysctl___vm_pageout_update_period": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228328
    },
    "__set_sysctl_set_sym_sysctl___vm_panic_on_oom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228320
    },
    "__set_sysctl_set_sym_sysctl___vm_pfault_oom_attempts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227592
    },
    "__set_sysctl_set_sym_sysctl___vm_pfault_oom_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227600
    },
    "__set_sysctl_set_sym_sysctl___vm_phys_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228416
    },
    "__set_sysctl_set_sym_sysctl___vm_phys_locality": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228432
    },
    "__set_sysctl_set_sym_sysctl___vm_phys_pager_cluster": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227416
    },
    "__set_sysctl_set_sym_sysctl___vm_phys_segs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228424
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229824
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_allow_2m_x_ept": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229920
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_di_locked": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229888
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_invpcid_works": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229856
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_kernel_maps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587230008
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_kernel_pt_page_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229912
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_la57": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229840
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_large_map_pml4_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229928
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pcid_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229848
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pcid_invlpg_workaround": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229864
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pcid_save_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229880
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229936
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pde_demotions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229944
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pde_mappings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229952
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pde_p_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229960
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pde_promotions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229968
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pdpe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229976
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pdpe_demotions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229984
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pg_ps_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229832
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pti": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229872
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_pv_page_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229896
    },
    "__set_sysctl_set_sym_sysctl___vm_pmap_user_pt_page_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587229904
    },
    "__set_sysctl_set_sym_sysctl___vm_reserv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228448
    },
    "__set_sysctl_set_sym_sysctl___vm_reserv_broken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228456
    },
    "__set_sysctl_set_sym_sysctl___vm_reserv_freed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228464
    },
    "__set_sysctl_set_sym_sysctl___vm_reserv_fullpop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228472
    },
    "__set_sysctl_set_sym_sysctl___vm_reserv_partpopq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228480
    },
    "__set_sysctl_set_sym_sysctl___vm_reserv_reclaimed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228488
    },
    "__set_sysctl_set_sym_sysctl___vm_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227752
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_misc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227776
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228232
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_object_bypasses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228248
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_object_collapse_waits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228256
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_object_collapses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228240
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228280
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_page_pqstate_commit_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228288
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_page_queue_nops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228304
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_page_queue_ops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228296
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_swap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227424
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_swap_free_completed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227480
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_swap_free_deferred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227472
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_sys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227760
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_sys_v_intr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227808
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_sys_v_soft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227816
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_sys_v_swtch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227784
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_sys_v_syscall": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227800
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_sys_v_trap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227792
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227768
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_active_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228112
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_cache_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228176
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_cow_faults": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227840
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_cow_optim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227848
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_dfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227968
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_forkpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228024
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_forks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227992
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_free_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228096
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_free_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228088
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_free_reserved": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228072
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_free_severe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228160
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_free_target": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228080
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_inactive_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228128
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_inactive_target": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228120
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_interrupt_free_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228152
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_intrans": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227936
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_io_faults": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227832
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_kthreadpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228048
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_kthreads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228016
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_laundry_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228136
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_ozfod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227864
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_page_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228064
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_page_size": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228056
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_pageout_free_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228144
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_pdpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228192
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_pdshortfalls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227960
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_pdwakeups": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227952
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_pfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227976
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_reactivated": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227944
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_rforkpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228040
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_rforks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228008
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_swapin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227872
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_swapout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227880
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_swappgsin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227888
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_swappgsout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227896
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_tcached": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228184
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_tfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227984
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_user_wire_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228168
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_vforkpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228032
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_vforks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228000
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_vm_faults": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227824
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_vnodein": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227904
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_vnodeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227912
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_vnodepgsin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227920
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_vnodepgsout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227928
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_wire_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228104
    },
    "__set_sysctl_set_sym_sysctl___vm_stats_vm_v_zfod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227856
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_async_max": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227488
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228496
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_fragmentation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227496
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_idle_enabled": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228504
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_idle_threshold1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228512
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_idle_threshold2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228520
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227520
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_maxpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227464
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_objects": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228272
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_reserved": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227432
    },
    "__set_sysctl_set_sym_sysctl___vm_swap_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227440
    },
    "__set_sysctl_set_sym_sysctl___vm_swzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227456
    },
    "__set_sysctl_set_sym_sysctl___vm_uma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227552
    },
    "__set_sysctl_set_sym_sysctl___vm_uma_kmem_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227528
    },
    "__set_sysctl_set_sym_sysctl___vm_uma_kmem_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227536
    },
    "__set_sysctl_set_sym_sysctl___vm_v_free_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227688
    },
    "__set_sysctl_set_sym_sysctl___vm_v_free_reserved": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227704
    },
    "__set_sysctl_set_sym_sysctl___vm_v_free_severe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227728
    },
    "__set_sysctl_set_sym_sysctl___vm_v_free_target": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227696
    },
    "__set_sysctl_set_sym_sysctl___vm_v_inactive_target": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227712
    },
    "__set_sysctl_set_sym_sysctl___vm_v_pageout_free_min": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227720
    },
    "__set_sysctl_set_sym_sysctl___vm_vmdaemon_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228528
    },
    "__set_sysctl_set_sym_sysctl___vm_vmtotal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227744
    },
    "__set_sysctl_set_sym_sysctl___vm_vnode_pbufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587228544
    },
    "__set_sysctl_set_sym_sysctl___vm_zone_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227560
    },
    "__set_sysctl_set_sym_sysctl___vm_zone_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227568
    },
    "__set_sysctl_set_sym_sysctl___vm_zone_warnings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071587227576
    },
    "__set_sysinit_set_sym_CISS_MALLOC_CLASS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261968
    },
    "__set_sysinit_set_sym_M_80211_ACL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271720
    },
    "__set_sysinit_set_sym_M_80211_CRYPTO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271744
    },
    "__set_sysinit_set_sym_M_80211_DFS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271824
    },
    "__set_sysinit_set_sym_M_80211_MESH_GT_RT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271888
    },
    "__set_sysinit_set_sym_M_80211_MESH_PERR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271872
    },
    "__set_sysinit_set_sym_M_80211_MESH_PREP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271864
    },
    "__set_sysinit_set_sym_M_80211_MESH_PREQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271856
    },
    "__set_sysinit_set_sym_M_80211_MESH_RT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271880
    },
    "__set_sysinit_set_sym_M_80211_NODE_IE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271912
    },
    "__set_sysinit_set_sym_M_80211_NODE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271904
    },
    "__set_sysinit_set_sym_M_80211_POWER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271928
    },
    "__set_sysinit_set_sym_M_80211_RATECTL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271944
    },
    "__set_sysinit_set_sym_M_80211_SCAN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271976
    },
    "__set_sysinit_set_sym_M_80211_VAP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271704
    },
    "__set_sysinit_set_sym_M_AACBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260864
    },
    "__set_sysinit_set_sym_M_AACCAM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260880
    },
    "__set_sysinit_set_sym_M_AACRAIDBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260912
    },
    "__set_sysinit_set_sym_M_AACRAIDCAM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260928
    },
    "__set_sysinit_set_sym_M_AC97_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264528
    },
    "__set_sysinit_set_sym_M_ACCF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269808
    },
    "__set_sysinit_set_sym_M_ACL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270200
    },
    "__set_sysinit_set_sym_M_ACPICA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260960
    },
    "__set_sysinit_set_sym_M_ACPICMBAT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261136
    },
    "__set_sysinit_set_sym_M_ACPIDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261008
    },
    "__set_sysinit_set_sym_M_ACPIINTR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260944
    },
    "__set_sysinit_set_sym_M_ACPIPERF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261232
    },
    "__set_sysinit_set_sym_M_ACPIPWR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261240
    },
    "__set_sysinit_set_sym_M_ACPISEM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260992
    },
    "__set_sysinit_set_sym_M_ACPITASK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260968
    },
    "__set_sysinit_set_sym_M_AGP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261376
    },
    "__set_sysinit_set_sym_M_AHCI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261384
    },
    "__set_sysinit_set_sym_M_AH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273712
    },
    "__set_sysinit_set_sym_M_AIO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270216
    },
    "__set_sysinit_set_sym_M_ALD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267424
    },
    "__set_sysinit_set_sym_M_ALLOCDIRECT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275032
    },
    "__set_sysinit_set_sym_M_ALLOCINDIR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275048
    },
    "__set_sysinit_set_sym_M_APMDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276240
    },
    "__set_sysinit_set_sym_M_ATADA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260672
    },
    "__set_sysinit_set_sym_M_ATADMA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261600
    },
    "__set_sysinit_set_sym_M_ATAPCI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261616
    },
    "__set_sysinit_set_sym_M_ATA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261584
    },
    "__set_sysinit_set_sym_M_ATHDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261808
    },
    "__set_sysinit_set_sym_M_ATH_HAL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261832
    },
    "__set_sysinit_set_sym_M_ATKBDDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275928
    },
    "__set_sysinit_set_sym_M_AUDITBSM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274912
    },
    "__set_sysinit_set_sym_M_AUDITCRED_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274864
    },
    "__set_sysinit_set_sym_M_AUDITDATA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274872
    },
    "__set_sysinit_set_sym_M_AUDITEVCLASS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274920
    },
    "__set_sysinit_set_sym_M_AUDITEVNAME_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274928
    },
    "__set_sysinit_set_sym_M_AUDITGIDSET_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274896
    },
    "__set_sysinit_set_sym_M_AUDITPATH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274880
    },
    "__set_sysinit_set_sym_M_AUDITTEXT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274888
    },
    "__set_sysinit_set_sym_M_AUDITTRIGGER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274968
    },
    "__set_sysinit_set_sym_M_AUDIT_PIPE_ENTRY_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274944
    },
    "__set_sysinit_set_sym_M_AUDIT_PIPE_PRESELECT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274952
    },
    "__set_sysinit_set_sym_M_AUDIT_PIPE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274936
    },
    "__set_sysinit_set_sym_M_AXGBE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277200
    },
    "__set_sysinit_set_sym_M_BACKLIGHT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261848
    },
    "__set_sysinit_set_sym_M_BALLOON_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265784
    },
    "__set_sysinit_set_sym_M_BIOBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270240
    },
    "__set_sysinit_set_sym_M_BMSAFEMAP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275016
    },
    "__set_sysinit_set_sym_M_BNXT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261912
    },
    "__set_sysinit_set_sym_M_BOOTTRACE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267456
    },
    "__set_sysinit_set_sym_M_BOUNCE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276560
    },
    "__set_sysinit_set_sym_M_BPF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270776
    },
    "__set_sysinit_set_sym_M_BUSDMA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276552
    },
    "__set_sysinit_set_sym_M_BUS_SC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268936
    },
    "__set_sysinit_set_sym_M_BUS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268928
    },
    "__set_sysinit_set_sym_M_BWMETER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272896
    },
    "__set_sysinit_set_sym_M_BXE_ILT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275960
    },
    "__set_sysinit_set_sym_M_CACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268144
    },
    "__set_sysinit_set_sym_M_CALLOUT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268752
    },
    "__set_sysinit_set_sym_M_CAMCCBQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260472
    },
    "__set_sysinit_set_sym_M_CAMCCB_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260512
    },
    "__set_sysinit_set_sym_M_CAMDEVQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260464
    },
    "__set_sysinit_set_sym_M_CAMDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260504
    },
    "__set_sysinit_set_sym_M_CAMPATH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260520
    },
    "__set_sysinit_set_sym_M_CAMPERIPH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260424
    },
    "__set_sysinit_set_sym_M_CAMQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260456
    },
    "__set_sysinit_set_sym_M_CAMSCHED_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260416
    },
    "__set_sysinit_set_sym_M_CAMSIM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260480
    },
    "__set_sysinit_set_sym_M_CAMXPT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260496
    },
    "__set_sysinit_set_sym_M_CARP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272592
    },
    "__set_sysinit_set_sym_M_CC_MEM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272984
    },
    "__set_sysinit_set_sym_M_CDEVPDATA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266192
    },
    "__set_sysinit_set_sym_M_CDEVP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266128
    },
    "__set_sysinit_set_sym_M_CHACHA20RANDOM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270736
    },
    "__set_sysinit_set_sym_M_CLONE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270952
    },
    "__set_sysinit_set_sym_M_COMPRESS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269008
    },
    "__set_sysinit_set_sym_M_CPUS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276720
    },
    "__set_sysinit_set_sym_M_CRED_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268416
    },
    "__set_sysinit_set_sym_M_CRYPTO_DATA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274648
    },
    "__set_sysinit_set_sym_M_CXGBE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262064
    },
    "__set_sysinit_set_sym_M_DDB_CAPTURE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260792
    },
    "__set_sysinit_set_sym_M_DEVBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268152
    },
    "__set_sysinit_set_sym_M_DEVFS2_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266112
    },
    "__set_sysinit_set_sym_M_DEVFS3_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266120
    },
    "__set_sysinit_set_sym_M_DEVFS4_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266144
    },
    "__set_sysinit_set_sym_M_DEVFSRULE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266160
    },
    "__set_sysinit_set_sym_M_DEVFS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266176
    },
    "__set_sysinit_set_sym_M_DEVSTAT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269024
    },
    "__set_sysinit_set_sym_M_DEVT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267552
    },
    "__set_sysinit_set_sym_M_DIRADD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275080
    },
    "__set_sysinit_set_sym_M_DIRHASH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275368
    },
    "__set_sysinit_set_sym_M_DIRREM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275096
    },
    "__set_sysinit_set_sym_M_DMAR_CTX_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276312
    },
    "__set_sysinit_set_sym_M_DMAR_DOMAIN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276320
    },
    "__set_sysinit_set_sym_M_DMAR_IDPGTBL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276368
    },
    "__set_sysinit_set_sym_M_DQUOT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275376
    },
    "__set_sysinit_set_sym_M_DUMPER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268552
    },
    "__set_sysinit_set_sym_M_EKCD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268560
    },
    "__set_sysinit_set_sym_M_ELI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266840
    },
    "__set_sysinit_set_sym_M_ENTROPY_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264040
    },
    "__set_sysinit_set_sym_M_ESP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273744
    },
    "__set_sysinit_set_sym_M_EVDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262360
    },
    "__set_sysinit_set_sym_M_EVENTFD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269600
    },
    "__set_sysinit_set_sym_M_EVENTHANDLER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269040
    },
    "__set_sysinit_set_sym_M_EVTCHN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266008
    },
    "__set_sysinit_set_sym_M_FADVISE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270728
    },
    "__set_sysinit_set_sym_M_FAIL_POINT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267816
    },
    "__set_sysinit_set_sym_M_FEEDER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264552
    },
    "__set_sysinit_set_sym_M_FICT_PAGES_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275688
    },
    "__set_sysinit_set_sym_M_FILECAPS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267664
    },
    "__set_sysinit_set_sym_M_FILEDESC_TO_LEADER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267648
    },
    "__set_sysinit_set_sym_M_FILEDESC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267624
    },
    "__set_sysinit_set_sym_M_FIRMWARE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269064
    },
    "__set_sysinit_set_sym_M_FLASHMAP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266912
    },
    "__set_sysinit_set_sym_M_FPUKERN_CTX_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276944
    },
    "__set_sysinit_set_sym_M_FRAG6_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273208
    },
    "__set_sysinit_set_sym_M_FREEBLKS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275064
    },
    "__set_sysinit_set_sym_M_FREEDEP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275120
    },
    "__set_sysinit_set_sym_M_FREEFILE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275072
    },
    "__set_sysinit_set_sym_M_FREEFRAG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275056
    },
    "__set_sysinit_set_sym_M_FREEWORK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275112
    },
    "__set_sysinit_set_sym_M_FWMEM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262440
    },
    "__set_sysinit_set_sym_M_FWXFER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262424
    },
    "__set_sysinit_set_sym_M_FW_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262416
    },
    "__set_sysinit_set_sym_M_GBDE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266832
    },
    "__set_sysinit_set_sym_M_GEOM_UZIP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267216
    },
    "__set_sysinit_set_sym_M_GEOM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266928
    },
    "__set_sysinit_set_sym_M_GIF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271040
    },
    "__set_sysinit_set_sym_M_GNTDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266040
    },
    "__set_sysinit_set_sym_M_GRE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271080
    },
    "__set_sysinit_set_sym_M_GTASKQUEUE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269088
    },
    "__set_sysinit_set_sym_M_HDAA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264472
    },
    "__set_sysinit_set_sym_M_HDACC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264512
    },
    "__set_sysinit_set_sym_M_HDAC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264496
    },
    "__set_sysinit_set_sym_M_HHOOK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267848
    },
    "__set_sysinit_set_sym_M_HOSTCACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273032
    },
    "__set_sysinit_set_sym_M_HVSOCK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276016
    },
    "__set_sysinit_set_sym_M_IAVF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277240
    },
    "__set_sysinit_set_sym_M_ICE_OSDEP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277264
    },
    "__set_sysinit_set_sym_M_ICE_RESMGR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277272
    },
    "__set_sysinit_set_sym_M_ICE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277256
    },
    "__set_sysinit_set_sym_M_IDR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274280
    },
    "__set_sysinit_set_sym_M_IFADDR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270848
    },
    "__set_sysinit_set_sym_M_IFDESCR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270808
    },
    "__set_sysinit_set_sym_M_IFLIB_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271336
    },
    "__set_sysinit_set_sym_M_IFMADDR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270856
    },
    "__set_sysinit_set_sym_M_IFNET_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270840
    },
    "__set_sysinit_set_sym_M_IGMP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272504
    },
    "__set_sysinit_set_sym_M_IN6MFILTER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273280
    },
    "__set_sysinit_set_sym_M_INDIRDEP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275040
    },
    "__set_sysinit_set_sym_M_INMFILTER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272664
    },
    "__set_sysinit_set_sym_M_INODEDEP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275008
    },
    "__set_sysinit_set_sym_M_INTR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276608
    },
    "__set_sysinit_set_sym_M_IOAPIC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277576
    },
    "__set_sysinit_set_sym_M_IOCTLOPS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269608
    },
    "__set_sysinit_set_sym_M_IOMMU_DMAMAP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276192
    },
    "__set_sysinit_set_sym_M_IOV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269624
    },
    "__set_sysinit_set_sym_M_IP6MADDR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273288
    },
    "__set_sysinit_set_sym_M_IP6MOPTS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273296
    },
    "__set_sysinit_set_sym_M_IP6MSOURCE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273304
    },
    "__set_sysinit_set_sym_M_IP6NDP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273472
    },
    "__set_sysinit_set_sym_M_IP6OPT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273424
    },
    "__set_sysinit_set_sym_M_IPCOMP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273776
    },
    "__set_sysinit_set_sym_M_IPID_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272640
    },
    "__set_sysinit_set_sym_M_IPMADDR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272672
    },
    "__set_sysinit_set_sym_M_IPMOPTS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272680
    },
    "__set_sysinit_set_sym_M_IPMSOURCE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272688
    },
    "__set_sysinit_set_sym_M_IPREASS_HASH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272944
    },
    "__set_sysinit_set_sym_M_IPSBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262576
    },
    "__set_sysinit_set_sym_M_IPSEC_INPCB_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273560
    },
    "__set_sysinit_set_sym_M_IPSEC_MISC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273600
    },
    "__set_sysinit_set_sym_M_IPSEC_SAH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273576
    },
    "__set_sysinit_set_sym_M_IPSEC_SAQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273608
    },
    "__set_sysinit_set_sym_M_IPSEC_SAR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273616
    },
    "__set_sysinit_set_sym_M_IPSEC_SA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273568
    },
    "__set_sysinit_set_sym_M_IPSEC_SPDCACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273624
    },
    "__set_sysinit_set_sym_M_IPSEC_SP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273584
    },
    "__set_sysinit_set_sym_M_IPSEC_SR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273592
    },
    "__set_sysinit_set_sym_M_IPSEC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271120
    },
    "__set_sysinit_set_sym_M_ISADEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267248
    },
    "__set_sysinit_set_sym_M_ISCI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276208
    },
    "__set_sysinit_set_sym_M_ISOFSMNT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267272
    },
    "__set_sysinit_set_sym_M_ISOFSNODE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267280
    },
    "__set_sysinit_set_sym_M_ITHREAD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267888
    },
    "__set_sysinit_set_sym_M_IXGBE_SRIOV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262904
    },
    "__set_sysinit_set_sym_M_IXGBE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262872
    },
    "__set_sysinit_set_sym_M_IXL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277344
    },
    "__set_sysinit_set_sym_M_JADDREF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275128
    },
    "__set_sysinit_set_sym_M_JBLOCKS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275232
    },
    "__set_sysinit_set_sym_M_JFREEBLK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275160
    },
    "__set_sysinit_set_sym_M_JFREEFRAG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275168
    },
    "__set_sysinit_set_sym_M_JFSYNC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275208
    },
    "__set_sysinit_set_sym_M_JMVREF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275144
    },
    "__set_sysinit_set_sym_M_JNEWBLK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275152
    },
    "__set_sysinit_set_sym_M_JREMREF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275136
    },
    "__set_sysinit_set_sym_M_JSEGDEP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275184
    },
    "__set_sysinit_set_sym_M_JSEG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275176
    },
    "__set_sysinit_set_sym_M_JTRUNC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275200
    },
    "__set_sysinit_set_sym_M_KBDMUX_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262944
    },
    "__set_sysinit_set_sym_M_KDTRACE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267712
    },
    "__set_sysinit_set_sym_M_KENV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267720
    },
    "__set_sysinit_set_sym_M_KMALLOC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274128
    },
    "__set_sysinit_set_sym_M_KOBJ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269120
    },
    "__set_sysinit_set_sym_M_KQUEUE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267744
    },
    "__set_sysinit_set_sym_M_KTLS_OCF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274680
    },
    "__set_sysinit_set_sym_M_KTLS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270088
    },
    "__set_sysinit_set_sym_M_KTRACE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268024
    },
    "__set_sysinit_set_sym_M_LAGG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271152
    },
    "__set_sysinit_set_sym_M_LAPIC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277616
    },
    "__set_sysinit_set_sym_M_LED_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262968
    },
    "__set_sysinit_set_sym_M_LEGACYDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276664
    },
    "__set_sysinit_set_sym_M_LINKER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268048
    },
    "__set_sysinit_set_sym_M_LIO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270208
    },
    "__set_sysinit_set_sym_M_LKPI80211_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274112
    },
    "__set_sysinit_set_sym_M_LKPIMHI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274248
    },
    "__set_sysinit_set_sym_M_LKPISKB_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274320
    },
    "__set_sysinit_set_sym_M_LKPI_FW_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274168
    },
    "__set_sysinit_set_sym_M_LLTABLE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271208
    },
    "__set_sysinit_set_sym_M_LOCKF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268112
    },
    "__set_sysinit_set_sym_M_LOGINCLASS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268128
    },
    "__set_sysinit_set_sym_M_LRO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273040
    },
    "__set_sysinit_set_sym_M_LSATTR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274376
    },
    "__set_sysinit_set_sym_M_LSEQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274368
    },
    "__set_sysinit_set_sym_M_MADT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277552
    },
    "__set_sysinit_set_sym_M_MALODEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263000
    },
    "__set_sysinit_set_sym_M_MCA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276688
    },
    "__set_sysinit_set_sym_M_MDSECT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263024
    },
    "__set_sysinit_set_sym_M_MD_DDF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267040
    },
    "__set_sysinit_set_sym_M_MD_INTEL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267056
    },
    "__set_sysinit_set_sym_M_MD_JMICRON_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267072
    },
    "__set_sysinit_set_sym_M_MD_NVIDIA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267088
    },
    "__set_sysinit_set_sym_M_MD_PROMISE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267104
    },
    "__set_sysinit_set_sym_M_MD_SII_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267120
    },
    "__set_sysinit_set_sym_M_MD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263016
    },
    "__set_sysinit_set_sym_M_MEMDESC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276992
    },
    "__set_sysinit_set_sym_M_MFIBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263048
    },
    "__set_sysinit_set_sym_M_MIDI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264648
    },
    "__set_sysinit_set_sym_M_MIRROR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266968
    },
    "__set_sysinit_set_sym_M_MIXER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264616
    },
    "__set_sysinit_set_sym_M_MKDIR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275088
    },
    "__set_sysinit_set_sym_M_MLD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273432
    },
    "__set_sysinit_set_sym_M_MLX5EN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274536
    },
    "__set_sysinit_set_sym_M_MLX5E_TLS_RX_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274600
    },
    "__set_sysinit_set_sym_M_MLX5E_TLS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274584
    },
    "__set_sysinit_set_sym_M_MLX5_DUMP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274480
    },
    "__set_sysinit_set_sym_M_MLX5_EEPROM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274640
    },
    "__set_sysinit_set_sym_M_MODULE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268208
    },
    "__set_sysinit_set_sym_M_MOUNTDATA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275240
    },
    "__set_sysinit_set_sym_M_MOUNT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270576
    },
    "__set_sysinit_set_sym_M_MPRSAS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263376
    },
    "__set_sysinit_set_sym_M_MPRUSER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263384
    },
    "__set_sysinit_set_sym_M_MPR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263360
    },
    "__set_sysinit_set_sym_M_MPSSAS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263408
    },
    "__set_sysinit_set_sym_M_MPSUSER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263416
    },
    "__set_sysinit_set_sym_M_MPT2_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263392
    },
    "__set_sysinit_set_sym_M_MPTUSER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263480
    },
    "__set_sysinit_set_sym_M_MRSAS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263488
    },
    "__set_sysinit_set_sym_M_MRTABLE6_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273408
    },
    "__set_sysinit_set_sym_M_MRTABLE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272872
    },
    "__set_sysinit_set_sym_M_MSDOSFSFAT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266264
    },
    "__set_sysinit_set_sym_M_MSDOSFSMNT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266256
    },
    "__set_sysinit_set_sym_M_MSDOSFSNODE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266248
    },
    "__set_sysinit_set_sym_M_MSG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269672
    },
    "__set_sysinit_set_sym_M_MSI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277672
    },
    "__set_sysinit_set_sym_M_MTXPOOL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268224
    },
    "__set_sysinit_set_sym_M_MVS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263552
    },
    "__set_sysinit_set_sym_M_MWLDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263584
    },
    "__set_sysinit_set_sym_M_NAMEITRACKER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270560
    },
    "__set_sysinit_set_sym_M_NETADDR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272768
    },
    "__set_sysinit_set_sym_M_NETDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274256
    },
    "__set_sysinit_set_sym_M_NETGRAPH_ASYNC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272008
    },
    "__set_sysinit_set_sym_M_NETGRAPH_BPF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272088
    },
    "__set_sysinit_set_sym_M_NETGRAPH_BRIDGE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272104
    },
    "__set_sysinit_set_sym_M_NETGRAPH_DEFLATE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272136
    },
    "__set_sysinit_set_sym_M_NETGRAPH_HOOK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272040
    },
    "__set_sysinit_set_sym_M_NETGRAPH_IFACE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272216
    },
    "__set_sysinit_set_sym_M_NETGRAPH_ITEM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272056
    },
    "__set_sysinit_set_sym_M_NETGRAPH_KSOCKET_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272248
    },
    "__set_sysinit_set_sym_M_NETGRAPH_L2TP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272264
    },
    "__set_sysinit_set_sym_M_NETGRAPH_MPPC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272288
    },
    "__set_sysinit_set_sym_M_NETGRAPH_MSG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272032
    },
    "__set_sysinit_set_sym_M_NETGRAPH_NODE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272048
    },
    "__set_sysinit_set_sym_M_NETGRAPH_PARSE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272312
    },
    "__set_sysinit_set_sym_M_NETGRAPH_PATH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272400
    },
    "__set_sysinit_set_sym_M_NETGRAPH_PPPOE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272352
    },
    "__set_sysinit_set_sym_M_NETGRAPH_PPP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272336
    },
    "__set_sysinit_set_sym_M_NETGRAPH_PRED1_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272376
    },
    "__set_sysinit_set_sym_M_NETGRAPH_SOCK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272408
    },
    "__set_sysinit_set_sym_M_NETGRAPH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272024
    },
    "__set_sysinit_set_sym_M_NETLINK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273808
    },
    "__set_sysinit_set_sym_M_NETMAP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263664
    },
    "__set_sysinit_set_sym_M_NEWBLK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275024
    },
    "__set_sysinit_set_sym_M_NEWDIRBLK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275104
    },
    "__set_sysinit_set_sym_M_NEWNFSCLCLIENT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266384
    },
    "__set_sysinit_set_sym_M_NEWNFSCLDELEG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266376
    },
    "__set_sysinit_set_sym_M_NEWNFSCLDS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266472
    },
    "__set_sysinit_set_sym_M_NEWNFSCLLOCKOWNER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266392
    },
    "__set_sysinit_set_sym_M_NEWNFSCLLOCK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266400
    },
    "__set_sysinit_set_sym_M_NEWNFSCLOPEN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266368
    },
    "__set_sysinit_set_sym_M_NEWNFSCLOWNER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266360
    },
    "__set_sysinit_set_sym_M_NEWNFSDCLIENT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266296
    },
    "__set_sysinit_set_sym_M_NEWNFSDEVINFO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266456
    },
    "__set_sysinit_set_sym_M_NEWNFSDIRECTIO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266416
    },
    "__set_sysinit_set_sym_M_NEWNFSDIROFF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266424
    },
    "__set_sysinit_set_sym_M_NEWNFSDLOCKFILE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266320
    },
    "__set_sysinit_set_sym_M_NEWNFSDLOCK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266312
    },
    "__set_sysinit_set_sym_M_NEWNFSDREQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266344
    },
    "__set_sysinit_set_sym_M_NEWNFSDROLLBACK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266432
    },
    "__set_sysinit_set_sym_M_NEWNFSDSESSION_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266488
    },
    "__set_sysinit_set_sym_M_NEWNFSDSTATE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266304
    },
    "__set_sysinit_set_sym_M_NEWNFSFH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266352
    },
    "__set_sysinit_set_sym_M_NEWNFSFLAYOUT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266448
    },
    "__set_sysinit_set_sym_M_NEWNFSLAYOUT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266440
    },
    "__set_sysinit_set_sym_M_NEWNFSLAYRECALL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266480
    },
    "__set_sysinit_set_sym_M_NEWNFSMNT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266568
    },
    "__set_sysinit_set_sym_M_NEWNFSREQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266560
    },
    "__set_sysinit_set_sym_M_NEWNFSRVCACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266288
    },
    "__set_sysinit_set_sym_M_NEWNFSSOCKREQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266464
    },
    "__set_sysinit_set_sym_M_NEWNFSSTRING_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266328
    },
    "__set_sysinit_set_sym_M_NEWNFSUSERGROUP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266336
    },
    "__set_sysinit_set_sym_M_NEWNFSV4NODE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266408
    },
    "__set_sysinit_set_sym_M_NEXUSDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276752
    },
    "__set_sysinit_set_sym_M_NFS_FHA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266600
    },
    "__set_sysinit_set_sym_M_NG_PIPE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272320
    },
    "__set_sysinit_set_sym_M_NHOP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271480
    },
    "__set_sysinit_set_sym_M_NLM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274096
    },
    "__set_sysinit_set_sym_M_NULLFSHASH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266656
    },
    "__set_sysinit_set_sym_M_NULLFSMNT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266672
    },
    "__set_sysinit_set_sym_M_NULLFSNODE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266664
    },
    "__set_sysinit_set_sym_M_NVD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263696
    },
    "__set_sysinit_set_sym_M_NVLIST_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260752
    },
    "__set_sysinit_set_sym_M_NVMEDA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260600
    },
    "__set_sysinit_set_sym_M_NVME_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263712
    },
    "__set_sysinit_set_sym_M_OCS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263800
    },
    "__set_sysinit_set_sym_M_OSD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268264
    },
    "__set_sysinit_set_sym_M_P31B_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268832
    },
    "__set_sysinit_set_sym_M_PACKET_TAGS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270096
    },
    "__set_sysinit_set_sym_M_PAGEDEP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275000
    },
    "__set_sysinit_set_sym_M_PARGS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267792
    },
    "__set_sysinit_set_sym_M_PCB_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270128
    },
    "__set_sysinit_set_sym_M_PCI_LINK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275840
    },
    "__set_sysinit_set_sym_M_PCPU_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269168
    },
    "__set_sysinit_set_sym_M_PFALTQ_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274016
    },
    "__set_sysinit_set_sym_M_PFHASH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273984
    },
    "__set_sysinit_set_sym_M_PFIL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271424
    },
    "__set_sysinit_set_sym_M_PFOSFP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274056
    },
    "__set_sysinit_set_sym_M_PFRULE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274024
    },
    "__set_sysinit_set_sym_M_PFSNODES_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266704
    },
    "__set_sysinit_set_sym_M_PFSVNCACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266720
    },
    "__set_sysinit_set_sym_M_PFSYNC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273904
    },
    "__set_sysinit_set_sym_M_PFTABLE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274064
    },
    "__set_sysinit_set_sym_M_PFTEMP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273936
    },
    "__set_sysinit_set_sym_M_PF_RULE_ITEM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273992
    },
    "__set_sysinit_set_sym_M_PLIMIT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268504
    },
    "__set_sysinit_set_sym_M_PMCHOOKS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268280
    },
    "__set_sysinit_set_sym_M_PMC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268288
    },
    "__set_sysinit_set_sym_M_PPBUSDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263920
    },
    "__set_sysinit_set_sym_M_PRISON_RACCT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267984
    },
    "__set_sysinit_set_sym_M_PRISON_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267976
    },
    "__set_sysinit_set_sym_M_PRIVCMD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266024
    },
    "__set_sysinit_set_sym_M_PROCDESC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269656
    },
    "__set_sysinit_set_sym_M_PROC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268328
    },
    "__set_sysinit_set_sym_M_PTS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269776
    },
    "__set_sysinit_set_sym_M_PUC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263976
    },
    "__set_sysinit_set_sym_M_PVSCSI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265568
    },
    "__set_sysinit_set_sym_M_PWDDESC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267640
    },
    "__set_sysinit_set_sym_M_PWD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267632
    },
    "__set_sysinit_set_sym_M_QLA8XXXBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277416
    },
    "__set_sysinit_set_sym_M_QPI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276504
    },
    "__set_sysinit_set_sym_M_RADIX_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274296
    },
    "__set_sysinit_set_sym_M_RAID_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267024
    },
    "__set_sysinit_set_sym_M_RCTL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268496
    },
    "__set_sysinit_set_sym_M_RMAN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269264
    },
    "__set_sysinit_set_sym_M_RPC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275784
    },
    "__set_sysinit_set_sym_M_RTABLE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271544
    },
    "__set_sysinit_set_sym_M_RTWN_PRIV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264176
    },
    "__set_sysinit_set_sym_M_SAVEDINO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275224
    },
    "__set_sysinit_set_sym_M_SBDEP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275192
    },
    "__set_sysinit_set_sym_M_SBP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262456
    },
    "__set_sysinit_set_sym_M_SBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269312
    },
    "__set_sysinit_set_sym_M_SCSICD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260640
    },
    "__set_sysinit_set_sym_M_SCSICH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260656
    },
    "__set_sysinit_set_sym_M_SCSIDA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260696
    },
    "__set_sysinit_set_sym_M_SCSIENC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260736
    },
    "__set_sysinit_set_sym_M_SCSIPASS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260712
    },
    "__set_sysinit_set_sym_M_SCSISA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260720
    },
    "__set_sysinit_set_sym_M_SEGMENT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270496
    },
    "__set_sysinit_set_sym_M_SELECT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269616
    },
    "__set_sysinit_set_sym_M_SELFD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269632
    },
    "__set_sysinit_set_sym_M_SEM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269688
    },
    "__set_sysinit_set_sym_M_SENDFILE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268528
    },
    "__set_sysinit_set_sym_M_SENTINEL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275216
    },
    "__set_sysinit_set_sym_M_SESSION_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268320
    },
    "__set_sysinit_set_sym_M_SGLIST_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269320
    },
    "__set_sysinit_set_sym_M_SHMFD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270104
    },
    "__set_sysinit_set_sym_M_SHM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269704
    },
    "__set_sysinit_set_sym_M_SIGIO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267656
    },
    "__set_sysinit_set_sym_M_SIIS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264320
    },
    "__set_sysinit_set_sym_M_SMARTPQI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277432
    },
    "__set_sysinit_set_sym_M_SONAME_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270120
    },
    "__set_sysinit_set_sym_M_SPKR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277440
    },
    "__set_sysinit_set_sym_M_SRIOV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263880
    },
    "__set_sysinit_set_sym_M_STACK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269408
    },
    "__set_sysinit_set_sym_M_STATFS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270584
    },
    "__set_sysinit_set_sym_M_SUBPROC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268336
    },
    "__set_sysinit_set_sym_M_SWAP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268920
    },
    "__set_sysinit_set_sym_M_SYNCACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273112
    },
    "__set_sysinit_set_sym_M_SYSCTLOID_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268640
    },
    "__set_sysinit_set_sym_M_SYSCTLTMP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268648
    },
    "__set_sysinit_set_sym_M_SYSCTL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268632
    },
    "__set_sysinit_set_sym_M_SYSMOUSE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265720
    },
    "__set_sysinit_set_sym_M_TASKQUEUE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269416
    },
    "__set_sysinit_set_sym_M_TCPFUNCTIONS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273072
    },
    "__set_sysinit_set_sym_M_TCPLOGDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264744
    },
    "__set_sysinit_set_sym_M_TCPLOG_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273064
    },
    "__set_sysinit_set_sym_M_TCPPACE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273048
    },
    "__set_sysinit_set_sym_M_TCP_FASTOPEN_CCACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273024
    },
    "__set_sysinit_set_sym_M_TEMP_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268160
    },
    "__set_sysinit_set_sym_M_TERMINAL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269456
    },
    "__set_sysinit_set_sym_M_TIDHASH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268704
    },
    "__set_sysinit_set_sym_M_TMPFSDIR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266800
    },
    "__set_sysinit_set_sym_M_TMPFSEA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266736
    },
    "__set_sysinit_set_sym_M_TMPFSMNT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266768
    },
    "__set_sysinit_set_sym_M_TMPFSNAME_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266776
    },
    "__set_sysinit_set_sym_M_TOPO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269344
    },
    "__set_sysinit_set_sym_M_TRIM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274984
    },
    "__set_sysinit_set_sym_M_TR_CONCAT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267136
    },
    "__set_sysinit_set_sym_M_TR_RAID0_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267152
    },
    "__set_sysinit_set_sym_M_TR_RAID1E_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267184
    },
    "__set_sysinit_set_sym_M_TR_RAID1_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267168
    },
    "__set_sysinit_set_sym_M_TR_RAID5_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267200
    },
    "__set_sysinit_set_sym_M_TTYCONS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267568
    },
    "__set_sysinit_set_sym_M_TTY_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269720
    },
    "__set_sysinit_set_sym_M_TUN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271248
    },
    "__set_sysinit_set_sym_M_TWS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264768
    },
    "__set_sysinit_set_sym_M_UART_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264848
    },
    "__set_sysinit_set_sym_M_UFSMNT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275384
    },
    "__set_sysinit_set_sym_M_UIDINFO_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268512
    },
    "__set_sysinit_set_sym_M_UMAHASH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275440
    },
    "__set_sysinit_set_sym_M_UMA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275448
    },
    "__set_sysinit_set_sym_M_UMTX_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268792
    },
    "__set_sysinit_set_sym_M_UNIT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269520
    },
    "__set_sysinit_set_sym_M_USBDEV_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264992
    },
    "__set_sysinit_set_sym_M_USB_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264984
    },
    "__set_sysinit_set_sym_M_VFSCACHE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270432
    },
    "__set_sysinit_set_sym_M_VFS_HASH_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270528
    },
    "__set_sysinit_set_sym_M_VLAN_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271304
    },
    "__set_sysinit_set_sym_M_VMEM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269552
    },
    "__set_sysinit_set_sym_M_VMPGDATA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275408
    },
    "__set_sysinit_set_sym_M_VNET_DATA_FREE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271624
    },
    "__set_sysinit_set_sym_M_VNET_DATA_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271616
    },
    "__set_sysinit_set_sym_M_VNET_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271608
    },
    "__set_sysinit_set_sym_M_VNODEPOLL_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270648
    },
    "__set_sysinit_set_sym_M_VNODE_MARKER_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270656
    },
    "__set_sysinit_set_sym_M_VNODE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270544
    },
    "__set_sysinit_set_sym_M_VTBUF_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265656
    },
    "__set_sysinit_set_sym_M_VTFONT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265712
    },
    "__set_sysinit_set_sym_M_VT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265672
    },
    "__set_sysinit_set_sym_M_XENACPI_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265872
    },
    "__set_sysinit_set_sym_M_XENBLOCKBACK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265816
    },
    "__set_sysinit_set_sym_M_XENBLOCKFRONT_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265800
    },
    "__set_sysinit_set_sym_M_XENBUS_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275760
    },
    "__set_sysinit_set_sym_M_XENHVM_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276816
    },
    "__set_sysinit_set_sym_M_XENINTR_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276872
    },
    "__set_sysinit_set_sym_M_XENNETBACK_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265920
    },
    "__set_sysinit_set_sym_M_XENSTORE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265976
    },
    "__set_sysinit_set_sym_M_ZLIB_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270760
    },
    "__set_sysinit_set_sym_M_ZSTD_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260776
    },
    "__set_sysinit_set_sym_PFI_MTYPE_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274000
    },
    "__set_sysinit_set_sym_XZ_DEC_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260760
    },
    "__set_sysinit_set_sym___Tunable_init_100_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267472
    },
    "__set_sysinit_set_sym___Tunable_init_101_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267232
    },
    "__set_sysinit_set_sym___Tunable_init_102_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276256
    },
    "__set_sysinit_set_sym___Tunable_init_103_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260432
    },
    "__set_sysinit_set_sym___Tunable_init_104_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276264
    },
    "__set_sysinit_set_sym___Tunable_init_105_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268456
    },
    "__set_sysinit_set_sym___Tunable_init_107_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260448
    },
    "__set_sysinit_set_sym___Tunable_init_110_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268464
    },
    "__set_sysinit_set_sym___Tunable_init_115_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268472
    },
    "__set_sysinit_set_sym___Tunable_init_120_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268480
    },
    "__set_sysinit_set_sym___Tunable_init_1276_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264800
    },
    "__set_sysinit_set_sym___Tunable_init_134_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270640
    },
    "__set_sysinit_set_sym___Tunable_init_137_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268032
    },
    "__set_sysinit_set_sym___Tunable_init_140_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265584
    },
    "__set_sysinit_set_sym___Tunable_init_142_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267336
    },
    "__set_sysinit_set_sym___Tunable_init_143_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265592
    },
    "__set_sysinit_set_sym___Tunable_init_145_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262688
    },
    "__set_sysinit_set_sym___Tunable_init_146_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266856
    },
    "__set_sysinit_set_sym___Tunable_init_149_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265608
    },
    "__set_sysinit_set_sym___Tunable_init_152_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265616
    },
    "__set_sysinit_set_sym___Tunable_init_155_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277352
    },
    "__set_sysinit_set_sym___Tunable_init_156_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277360
    },
    "__set_sysinit_set_sym___Tunable_init_157_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277368
    },
    "__set_sysinit_set_sym___Tunable_init_1584_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260680
    },
    "__set_sysinit_set_sym___Tunable_init_159_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263520
    },
    "__set_sysinit_set_sym___Tunable_init_163_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264096
    },
    "__set_sysinit_set_sym___Tunable_init_165_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264104
    },
    "__set_sysinit_set_sym___Tunable_init_167_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264112
    },
    "__set_sysinit_set_sym___Tunable_init_169_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264120
    },
    "__set_sysinit_set_sym___Tunable_init_1837_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268104
    },
    "__set_sysinit_set_sym___Tunable_init_186_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263448
    },
    "__set_sysinit_set_sym___Tunable_init_187_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261336
    },
    "__set_sysinit_set_sym___Tunable_init_188_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262888
    },
    "__set_sysinit_set_sym___Tunable_init_193_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265432
    },
    "__set_sysinit_set_sym___Tunable_init_196_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262328
    },
    "__set_sysinit_set_sym___Tunable_init_197_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262896
    },
    "__set_sysinit_set_sym___Tunable_init_198_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262344
    },
    "__set_sysinit_set_sym___Tunable_init_199_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262352
    },
    "__set_sysinit_set_sym___Tunable_init_200_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260576
    },
    "__set_sysinit_set_sym___Tunable_init_211_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265512
    },
    "__set_sysinit_set_sym___Tunable_init_219_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265464
    },
    "__set_sysinit_set_sym___Tunable_init_220_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263760
    },
    "__set_sysinit_set_sym___Tunable_init_221_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265472
    },
    "__set_sysinit_set_sym___Tunable_init_242_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277288
    },
    "__set_sysinit_set_sym___Tunable_init_244_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264888
    },
    "__set_sysinit_set_sym___Tunable_init_246_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264896
    },
    "__set_sysinit_set_sym___Tunable_init_249_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277296
    },
    "__set_sysinit_set_sym___Tunable_init_250_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261976
    },
    "__set_sysinit_set_sym___Tunable_init_253_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261984
    },
    "__set_sysinit_set_sym___Tunable_init_260_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277304
    },
    "__set_sysinit_set_sym___Tunable_init_262_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261992
    },
    "__set_sysinit_set_sym___Tunable_init_265_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264360
    },
    "__set_sysinit_set_sym___Tunable_init_267_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277312
    },
    "__set_sysinit_set_sym___Tunable_init_271_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262000
    },
    "__set_sysinit_set_sym___Tunable_init_274_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277320
    },
    "__set_sysinit_set_sym___Tunable_init_275_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261032
    },
    "__set_sysinit_set_sym___Tunable_init_278_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261040
    },
    "__set_sysinit_set_sym___Tunable_init_282_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261048
    },
    "__set_sysinit_set_sym___Tunable_init_290_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261056
    },
    "__set_sysinit_set_sym___Tunable_init_293_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262072
    },
    "__set_sysinit_set_sym___Tunable_init_296_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261064
    },
    "__set_sysinit_set_sym___Tunable_init_297_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277328
    },
    "__set_sysinit_set_sym___Tunable_init_299_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262080
    },
    "__set_sysinit_set_sym___Tunable_init_301_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261072
    },
    "__set_sysinit_set_sym___Tunable_init_302_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277336
    },
    "__set_sysinit_set_sym___Tunable_init_3806_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268608
    },
    "__set_sysinit_set_sym___Tunable_init_383_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275456
    },
    "__set_sysinit_set_sym___Tunable_init_400_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262672
    },
    "__set_sysinit_set_sym___Tunable_init_452_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262088
    },
    "__set_sysinit_set_sym___Tunable_init_458_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262096
    },
    "__set_sysinit_set_sym___Tunable_init_45_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261000
    },
    "__set_sysinit_set_sym___Tunable_init_51_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261408
    },
    "__set_sysinit_set_sym___Tunable_init_523_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264808
    },
    "__set_sysinit_set_sym___Tunable_init_52_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276880
    },
    "__set_sysinit_set_sym___Tunable_init_60_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263992
    },
    "__set_sysinit_set_sym___Tunable_init_76_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276384
    },
    "__set_sysinit_set_sym___Tunable_init_80_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262544
    },
    "__set_sysinit_set_sym___Tunable_init_81_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275880
    },
    "__set_sysinit_set_sym___Tunable_init_82_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265736
    },
    "__set_sysinit_set_sym___Tunable_init_83_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262304
    },
    "__set_sysinit_set_sym___Tunable_init_86_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276416
    },
    "__set_sysinit_set_sym___Tunable_init_87_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261344
    },
    "__set_sysinit_set_sym___Tunable_init_887_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264784
    },
    "__set_sysinit_set_sym___Tunable_init_888_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264792
    },
    "__set_sysinit_set_sym___Tunable_init_88_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261352
    },
    "__set_sysinit_set_sym___Tunable_init_89_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262912
    },
    "__set_sysinit_set_sym___Tunable_init_90_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262920
    },
    "__set_sysinit_set_sym___Tunable_init_91_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265936
    },
    "__set_sysinit_set_sym___Tunable_init_94_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276824
    },
    "__set_sysinit_set_sym___Tunable_init_95_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276832
    },
    "__set_sysinit_set_sym___Tunable_init_96_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267464
    },
    "__set_sysinit_set_sym___Tunable_init_97_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265944
    },
    "__set_sysinit_set_sym___Tunable_init_98_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267528
    },
    "__set_sysinit_set_sym___Tunable_init_99_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267224
    },
    "__set_sysinit_set_sym_aac_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260896
    },
    "__set_sysinit_set_sym_aacch_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260904
    },
    "__set_sysinit_set_sym_aacd_aacmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260888
    },
    "__set_sysinit_set_sym_aacp_aacmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260872
    },
    "__set_sysinit_set_sym_aacraid_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260936
    },
    "__set_sysinit_set_sym_aacraidp_aacraidmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260920
    },
    "__set_sysinit_set_sym_acad_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261096
    },
    "__set_sysinit_set_sym_acad_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261104
    },
    "__set_sysinit_set_sym_accept_filter_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269800
    },
    "__set_sysinit_set_sym_acct_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267416
    },
    "__set_sysinit_set_sym_acl_nfs4module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268880
    },
    "__set_sysinit_set_sym_acl_posix1emodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268888
    },
    "__set_sysinit_set_sym_acphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263080
    },
    "__set_sysinit_set_sym_acpi_acad_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261088
    },
    "__set_sysinit_set_sym_acpi_button_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261128
    },
    "__set_sysinit_set_sym_acpi_cmbat_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261152
    },
    "__set_sysinit_set_sym_acpi_cpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261176
    },
    "__set_sysinit_set_sym_acpi_ec_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261192
    },
    "__set_sysinit_set_sym_acpi_intr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260952
    },
    "__set_sysinit_set_sym_acpi_isab_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261200
    },
    "__set_sysinit_set_sym_acpi_lid_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261216
    },
    "__set_sysinit_set_sym_acpi_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261016
    },
    "__set_sysinit_set_sym_acpi_pci_link_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275848
    },
    "__set_sysinit_set_sym_acpi_pci_pcibmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275824
    },
    "__set_sysinit_set_sym_acpi_pcib_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275864
    },
    "__set_sysinit_set_sym_acpi_pcib_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275872
    },
    "__set_sysinit_set_sym_acpi_perf_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261224
    },
    "__set_sysinit_set_sym_acpi_smbat_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261280
    },
    "__set_sysinit_set_sym_acpi_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261024
    },
    "__set_sysinit_set_sym_acpi_syscontainer_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261264
    },
    "__set_sysinit_set_sym_acpi_sysresource_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261256
    },
    "__set_sysinit_set_sym_acpi_taskq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260984
    },
    "__set_sysinit_set_sym_acpi_tasks_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260976
    },
    "__set_sysinit_set_sym_acpi_throttle_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261312
    },
    "__set_sysinit_set_sym_acpi_timer_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275888
    },
    "__set_sysinit_set_sym_acpi_tz_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261288
    },
    "__set_sysinit_set_sym_acpi_tz_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261304
    },
    "__set_sysinit_set_sym_adamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260664
    },
    "__set_sysinit_set_sym_advance_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269368
    },
    "__set_sysinit_set_sym_advance_wait_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269376
    },
    "__set_sysinit_set_sym_ae_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261320
    },
    "__set_sysinit_set_sym_age_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261360
    },
    "__set_sysinit_set_sym_agp_amd64_hostbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277176
    },
    "__set_sysinit_set_sym_agp_i810_vgapcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277184
    },
    "__set_sysinit_set_sym_agp_via_hostbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277192
    },
    "__set_sysinit_set_sym_ah_regser_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261824
    },
    "__set_sysinit_set_sym_ah_xform_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273720
    },
    "__set_sysinit_set_sym_ahc_isa_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261432
    },
    "__set_sysinit_set_sym_ahc_pci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261440
    },
    "__set_sysinit_set_sym_ahci_atapcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261424
    },
    "__set_sysinit_set_sym_ahci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261416
    },
    "__set_sysinit_set_sym_ahcich_ahcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261392
    },
    "__set_sysinit_set_sym_ahciem_ahcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261400
    },
    "__set_sysinit_set_sym_ahcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261512
    },
    "__set_sysinit_set_sym_ahd_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261448
    },
    "__set_sysinit_set_sym_ahdmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261504
    },
    "__set_sysinit_set_sym_aiomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270232
    },
    "__set_sysinit_set_sym_alc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261536
    },
    "__set_sysinit_set_sym_ald_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267440
    },
    "__set_sysinit_set_sym_aldthread_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267432
    },
    "__set_sysinit_set_sym_ale_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261568
    },
    "__set_sysinit_set_sym_allprison_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268000
    },
    "__set_sysinit_set_sym_alqmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267448
    },
    "__set_sysinit_set_sym_amphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263088
    },
    "__set_sysinit_set_sym_announce_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267352
    },
    "__set_sysinit_set_sym_apei_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261112
    },
    "__set_sysinit_set_sym_apic_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277648
    },
    "__set_sysinit_set_sym_apic_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277592
    },
    "__set_sysinit_set_sym_apic_setup_io_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277664
    },
    "__set_sysinit_set_sym_apic_setup_local_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277656
    },
    "__set_sysinit_set_sym_aprobemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260560
    },
    "__set_sysinit_set_sym_arcmsr_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275896
    },
    "__set_sysinit_set_sym_ata_acard_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261640
    },
    "__set_sysinit_set_sym_ata_ali_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261648
    },
    "__set_sysinit_set_sym_ata_amd_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261656
    },
    "__set_sysinit_set_sym_ata_atapcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261632
    },
    "__set_sysinit_set_sym_ata_ati_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261664
    },
    "__set_sysinit_set_sym_ata_cenatek_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261672
    },
    "__set_sysinit_set_sym_ata_cypress_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261680
    },
    "__set_sysinit_set_sym_ata_cyrix_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261688
    },
    "__set_sysinit_set_sym_ata_highpoint_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261696
    },
    "__set_sysinit_set_sym_ata_intel_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261704
    },
    "__set_sysinit_set_sym_ata_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261608
    },
    "__set_sysinit_set_sym_ata_ite_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261712
    },
    "__set_sysinit_set_sym_ata_jmicron_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261720
    },
    "__set_sysinit_set_sym_ata_marvell_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261728
    },
    "__set_sysinit_set_sym_ata_micron_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261736
    },
    "__set_sysinit_set_sym_ata_national_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261744
    },
    "__set_sysinit_set_sym_ata_netcell_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261752
    },
    "__set_sysinit_set_sym_ata_nvidia_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261760
    },
    "__set_sysinit_set_sym_ata_promise_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261768
    },
    "__set_sysinit_set_sym_ata_serverworks_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261776
    },
    "__set_sysinit_set_sym_ata_sii_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261784
    },
    "__set_sysinit_set_sym_ata_sis_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261792
    },
    "__set_sysinit_set_sym_ata_via_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261800
    },
    "__set_sysinit_set_sym_atamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261592
    },
    "__set_sysinit_set_sym_atapci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261624
    },
    "__set_sysinit_set_sym_atdma_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276472
    },
    "__set_sysinit_set_sym_atdma_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276464
    },
    "__set_sysinit_set_sym_ath_halmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261840
    },
    "__set_sysinit_set_sym_atkbd_atkbdcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275904
    },
    "__set_sysinit_set_sym_atkbdc_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275920
    },
    "__set_sysinit_set_sym_atkbdc_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275912
    },
    "__set_sysinit_set_sym_atphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263096
    },
    "__set_sysinit_set_sym_atrtc_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276408
    },
    "__set_sysinit_set_sym_atrtc_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276400
    },
    "__set_sysinit_set_sym_atrtc_lock_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276376
    },
    "__set_sysinit_set_sym_atrtc_time_lock_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276392
    },
    "__set_sysinit_set_sym_attimer_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276432
    },
    "__set_sysinit_set_sym_attimer_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276424
    },
    "__set_sysinit_set_sym_audit_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274904
    },
    "__set_sysinit_set_sym_audit_pipe_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274960
    },
    "__set_sysinit_set_sym_audit_trigger_cdev_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274976
    },
    "__set_sysinit_set_sym_aue_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265048
    },
    "__set_sysinit_set_sym_authnone_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274816
    },
    "__set_sysinit_set_sym_authtls_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274856
    },
    "__set_sysinit_set_sym_authunix_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274824
    },
    "__set_sysinit_set_sym_axe_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265064
    },
    "__set_sysinit_set_sym_axge_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265080
    },
    "__set_sysinit_set_sym_axp_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277208
    },
    "__set_sysinit_set_sym_axphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263104
    },
    "__set_sysinit_set_sym_backlightdev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261856
    },
    "__set_sysinit_set_sym_battery_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261120
    },
    "__set_sysinit_set_sym_bce_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261864
    },
    "__set_sysinit_set_sym_bfe_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261880
    },
    "__set_sysinit_set_sym_bge_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261896
    },
    "__set_sysinit_set_sym_bmtphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263112
    },
    "__set_sysinit_set_sym_bnxt_mgmtmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261920
    },
    "__set_sysinit_set_sym_bnxt_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261928
    },
    "__set_sysinit_set_sym_bootid_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268200
    },
    "__set_sysinit_set_sym_boottrace_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267488
    },
    "__set_sysinit_set_sym_bpages_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276568
    },
    "__set_sysinit_set_sym_bpfdev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270784
    },
    "__set_sysinit_set_sym_brgphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263120
    },
    "__set_sysinit_set_sym_bridgestpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270800
    },
    "__set_sysinit_set_sym_bufdaemon_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270248
    },
    "__set_sysinit_set_sym_bwi_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261936
    },
    "__set_sysinit_set_sym_bxe_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275968
    },
    "__set_sysinit_set_sym_bxe_prev_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275976
    },
    "__set_sysinit_set_sym_callwheel_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268760
    },
    "__set_sysinit_set_sym_cam_sim_free_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260488
    },
    "__set_sysinit_set_sym_cammodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260544
    },
    "__set_sysinit_set_sym_cap_rights_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269000
    },
    "__set_sysinit_set_sym_cardbus_cbbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261944
    },
    "__set_sysinit_set_sym_carpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272624
    },
    "__set_sysinit_set_sym_cas_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261952
    },
    "__set_sysinit_set_sym_cbb_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263808
    },
    "__set_sysinit_set_sym_cc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273000
    },
    "__set_sysinit_set_sym_cc_t6nexmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262176
    },
    "__set_sysinit_set_sym_cd9660module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267288
    },
    "__set_sysinit_set_sym_cdce_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265096
    },
    "__set_sysinit_set_sym_cdevpriv_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266208
    },
    "__set_sysinit_set_sym_cdmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260632
    },
    "__set_sysinit_set_sym_chacha20_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270744
    },
    "__set_sysinit_set_sym_chmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260648
    },
    "__set_sysinit_set_sym_ciphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263128
    },
    "__set_sysinit_set_sym_ciss_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262008
    },
    "__set_sysinit_set_sym_clocks_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267520
    },
    "__set_sysinit_set_sym_cluster_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270504
    },
    "__set_sysinit_set_sym_cmbat_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261144
    },
    "__set_sysinit_set_sym_cnputs_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267584
    },
    "__set_sysinit_set_sym_configure1_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276528
    },
    "__set_sysinit_set_sym_configure2_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276536
    },
    "__set_sysinit_set_sym_configure3_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276544
    },
    "__set_sysinit_set_sym_consolectl_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265664
    },
    "__set_sysinit_set_sym_constty_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267576
    },
    "__set_sysinit_set_sym_counter_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275536
    },
    "__set_sysinit_set_sym_cpu_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261168
    },
    "__set_sysinit_set_sym_cpu_alloc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276728
    },
    "__set_sysinit_set_sym_cpu_idle_tun_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276576
    },
    "__set_sysinit_set_sym_cpu_legacymodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276680
    },
    "__set_sysinit_set_sym_cpu_mp_setmaxid_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269352
    },
    "__set_sysinit_set_sym_cpu_mp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269360
    },
    "__set_sysinit_set_sym_cpu_rootconf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274072
    },
    "__set_sysinit_set_sym_cpu_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265880
    },
    "__set_sysinit_set_sym_cpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276952
    },
    "__set_sysinit_set_sym_cpufreq_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267600
    },
    "__set_sysinit_set_sym_cpufreq_post_change_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270768
    },
    "__set_sysinit_set_sym_crc32c_sse42_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276232
    },
    "__set_sysinit_set_sym_cryptosoft_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274672
    },
    "__set_sysinit_set_sym_cryptostats_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274656
    },
    "__set_sysinit_set_sym_cttydev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269792
    },
    "__set_sysinit_set_sym_cubicmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273008
    },
    "__set_sysinit_set_sym_cue_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265104
    },
    "__set_sysinit_set_sym_cxgb_cxgbcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262032
    },
    "__set_sysinit_set_sym_cxgbc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262024
    },
    "__set_sysinit_set_sym_cxgbe_mlu_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262128
    },
    "__set_sysinit_set_sym_cxgbe_t4nexmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262160
    },
    "__set_sysinit_set_sym_cxl_t5nexmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262168
    },
    "__set_sysinit_set_sym_damodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260688
    },
    "__set_sysinit_set_sym_db_capture_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260800
    },
    "__set_sysinit_set_sym_db_capture_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260808
    },
    "__set_sysinit_set_sym_db_cmd_ahd_dump_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261496
    },
    "__set_sysinit_set_sym_db_cmd_ahd_in_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261480
    },
    "__set_sysinit_set_sym_db_cmd_ahd_out_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261488
    },
    "__set_sysinit_set_sym_db_cmd_ahd_pause_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261464
    },
    "__set_sysinit_set_sym_db_cmd_ahd_sunit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261456
    },
    "__set_sysinit_set_sym_db_cmd_ahd_unpause_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261472
    },
    "__set_sysinit_set_sym_db_cmd_countfreebufs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270288
    },
    "__set_sysinit_set_sym_db_cmd_kldstat_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268080
    },
    "__set_sysinit_set_sym_db_cmd_netdump_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273200
    },
    "__set_sysinit_set_sym_db_cmd_netgdb_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266816
    },
    "__set_sysinit_set_sym_db_cmd_panic_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260816
    },
    "__set_sysinit_set_sym_db_cmd_pci_clearerr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263872
    },
    "__set_sysinit_set_sym_db_cmd_sysctl_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268664
    },
    "__set_sysinit_set_sym_db_script_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260848
    },
    "__set_sysinit_set_sym_db_show_all_chains_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269496
    },
    "__set_sysinit_set_sym_db_show_all_devices_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268992
    },
    "__set_sysinit_set_sym_db_show_all_dmars_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276352
    },
    "__set_sysinit_set_sym_db_show_all_ifnets_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270912
    },
    "__set_sysinit_set_sym_db_show_all_ioapics_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277608
    },
    "__set_sysinit_set_sym_db_show_all_lltables_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271240
    },
    "__set_sysinit_set_sym_db_show_all_mesh_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271816
    },
    "__set_sysinit_set_sym_db_show_all_pcpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269208
    },
    "__set_sysinit_set_sym_db_show_all_procs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260824
    },
    "__set_sysinit_set_sym_db_show_all_rman_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269288
    },
    "__set_sysinit_set_sym_db_show_all_ttys_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269752
    },
    "__set_sysinit_set_sym_db_show_all_vaps_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271808
    },
    "__set_sysinit_set_sym_db_show_all_vmem_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269592
    },
    "__set_sysinit_set_sym_db_show_all_vmemdump_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269576
    },
    "__set_sysinit_set_sym_db_show_all_vnets_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271672
    },
    "__set_sysinit_set_sym_db_show_allchains_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269504
    },
    "__set_sysinit_set_sym_db_show_allpcpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269216
    },
    "__set_sysinit_set_sym_db_show_allrman_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269296
    },
    "__set_sysinit_set_sym_db_show_apic_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277632
    },
    "__set_sysinit_set_sym_db_show_bio_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266944
    },
    "__set_sysinit_set_sym_db_show_bpf_if_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270792
    },
    "__set_sysinit_set_sym_db_show_buffer_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270256
    },
    "__set_sysinit_set_sym_db_show_bufqueues_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270264
    },
    "__set_sysinit_set_sym_db_show_callout_last_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268784
    },
    "__set_sysinit_set_sym_db_show_callout_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268776
    },
    "__set_sysinit_set_sym_db_show_cdev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267560
    },
    "__set_sysinit_set_sym_db_show_clocksource_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267544
    },
    "__set_sysinit_set_sym_db_show_com_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271800
    },
    "__set_sysinit_set_sym_db_show_conifhk_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268912
    },
    "__set_sysinit_set_sym_db_show_cpusets_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267608
    },
    "__set_sysinit_set_sym_db_show_crypto_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274664
    },
    "__set_sysinit_set_sym_db_show_dbregs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276984
    },
    "__set_sysinit_set_sym_db_show_device_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268984
    },
    "__set_sysinit_set_sym_db_show_di_queue_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277040
    },
    "__set_sysinit_set_sym_db_show_dmar_domain_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276336
    },
    "__set_sysinit_set_sym_db_show_dmar_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276344
    },
    "__set_sysinit_set_sym_db_show_domain_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269840
    },
    "__set_sysinit_set_sym_db_show_domainsets_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267616
    },
    "__set_sysinit_set_sym_db_show_dpcpu_off_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269192
    },
    "__set_sysinit_set_sym_db_show_ffs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275328
    },
    "__set_sysinit_set_sym_db_show_file_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267672
    },
    "__set_sysinit_set_sym_db_show_files_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267680
    },
    "__set_sysinit_set_sym_db_show_freepages_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275696
    },
    "__set_sysinit_set_sym_db_show_geom_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266936
    },
    "__set_sysinit_set_sym_db_show_idt_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276968
    },
    "__set_sysinit_set_sym_db_show_ifnet_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270904
    },
    "__set_sysinit_set_sym_db_show_igi_list_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272544
    },
    "__set_sysinit_set_sym_db_show_in_ifaddr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272584
    },
    "__set_sysinit_set_sym_db_show_inpcb_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272744
    },
    "__set_sysinit_set_sym_db_show_intr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267952
    },
    "__set_sysinit_set_sym_db_show_intrcnt_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267968
    },
    "__set_sysinit_set_sym_db_show_ioapic_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277600
    },
    "__set_sysinit_set_sym_db_show_irqs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276640
    },
    "__set_sysinit_set_sym_db_show_lapic_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277640
    },
    "__set_sysinit_set_sym_db_show_llentry_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271224
    },
    "__set_sysinit_set_sym_db_show_lltable_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271232
    },
    "__set_sysinit_set_sym_db_show_lock_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269144
    },
    "__set_sysinit_set_sym_db_show_lockchain_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269480
    },
    "__set_sysinit_set_sym_db_show_lockedbufs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270272
    },
    "__set_sysinit_set_sym_db_show_lockedvnods_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270688
    },
    "__set_sysinit_set_sym_db_show_locktree_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269512
    },
    "__set_sysinit_set_sym_db_show_malloc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268176
    },
    "__set_sysinit_set_sym_db_show_map_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275520
    },
    "__set_sysinit_set_sym_db_show_mount_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270704
    },
    "__set_sysinit_set_sym_db_show_msgbuf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269232
    },
    "__set_sysinit_set_sym_db_show_netisr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271400
    },
    "__set_sysinit_set_sym_db_show_object_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275584
    },
    "__set_sysinit_set_sym_db_show_page_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275640
    },
    "__set_sysinit_set_sym_db_show_pageq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275648
    },
    "__set_sysinit_set_sym_db_show_panic_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268592
    },
    "__set_sysinit_set_sym_db_show_pcierr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263864
    },
    "__set_sysinit_set_sym_db_show_pciregs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263856
    },
    "__set_sysinit_set_sym_db_show_pcpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269200
    },
    "__set_sysinit_set_sym_db_show_pctrienode_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269224
    },
    "__set_sysinit_set_sym_db_show_pginfo_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275656
    },
    "__set_sysinit_set_sym_db_show_pgrpdump_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268400
    },
    "__set_sysinit_set_sym_db_show_phys2dmap_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277120
    },
    "__set_sysinit_set_sym_db_show_prison_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268008
    },
    "__set_sysinit_set_sym_db_show_proc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260840
    },
    "__set_sysinit_set_sym_db_show_procvm_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275528
    },
    "__set_sysinit_set_sym_db_show_protosw_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269832
    },
    "__set_sysinit_set_sym_db_show_pte_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277112
    },
    "__set_sysinit_set_sym_db_show_ptpages_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277128
    },
    "__set_sysinit_set_sym_db_show_radixnode_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275704
    },
    "__set_sysinit_set_sym_db_show_rangeset_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269256
    },
    "__set_sysinit_set_sym_db_show_rman_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269272
    },
    "__set_sysinit_set_sym_db_show_rmans_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269280
    },
    "__set_sysinit_set_sym_db_show_route_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271504
    },
    "__set_sysinit_set_sym_db_show_routetable_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271496
    },
    "__set_sysinit_set_sym_db_show_sd_allinodedeps_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275264
    },
    "__set_sysinit_set_sym_db_show_sd_allocdirect_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275304
    },
    "__set_sysinit_set_sym_db_show_sd_allocindir_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275312
    },
    "__set_sysinit_set_sym_db_show_sd_inodedep_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275256
    },
    "__set_sysinit_set_sym_db_show_sd_mkdir_list_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275296
    },
    "__set_sysinit_set_sym_db_show_sd_mkdir_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275288
    },
    "__set_sysinit_set_sym_db_show_sd_workhead_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275280
    },
    "__set_sysinit_set_sym_db_show_sd_worklist_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275272
    },
    "__set_sysinit_set_sym_db_show_sin_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272576
    },
    "__set_sysinit_set_sym_db_show_skb_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274328
    },
    "__set_sysinit_set_sym_db_show_sleepchain_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269488
    },
    "__set_sysinit_set_sym_db_show_sleepq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269328
    },
    "__set_sysinit_set_sym_db_show_sleepqueue_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269336
    },
    "__set_sysinit_set_sym_db_show_sockbuf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269824
    },
    "__set_sysinit_set_sym_db_show_socket_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269816
    },
    "__set_sysinit_set_sym_db_show_sta_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271776
    },
    "__set_sysinit_set_sym_db_show_statab_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271784
    },
    "__set_sysinit_set_sym_db_show_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267408
    },
    "__set_sysinit_set_sym_db_show_sysregs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276976
    },
    "__set_sysinit_set_sym_db_show_t4_devlog_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262112
    },
    "__set_sysinit_set_sym_db_show_t4_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262104
    },
    "__set_sysinit_set_sym_db_show_t4_tcb_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262120
    },
    "__set_sysinit_set_sym_db_show_tcpcb_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273120
    },
    "__set_sysinit_set_sym_db_show_thread_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260832
    },
    "__set_sysinit_set_sym_db_show_timecounter_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268696
    },
    "__set_sysinit_set_sym_db_show_tmpfs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266792
    },
    "__set_sysinit_set_sym_db_show_tty_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269744
    },
    "__set_sysinit_set_sym_db_show_turnstile_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269472
    },
    "__set_sysinit_set_sym_db_show_uma_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275488
    },
    "__set_sysinit_set_sym_db_show_umacache_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275496
    },
    "__set_sysinit_set_sym_db_show_unpcb_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270192
    },
    "__set_sysinit_set_sym_db_show_unrhdr_iter_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269544
    },
    "__set_sysinit_set_sym_db_show_unrhdr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269536
    },
    "__set_sysinit_set_sym_db_show_vap_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271792
    },
    "__set_sysinit_set_sym_db_show_vmem_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269584
    },
    "__set_sysinit_set_sym_db_show_vmemdump_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269568
    },
    "__set_sysinit_set_sym_db_show_vmochk_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275576
    },
    "__set_sysinit_set_sym_db_show_vmopag_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275592
    },
    "__set_sysinit_set_sym_db_show_vnet_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271680
    },
    "__set_sysinit_set_sym_db_show_vnet_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271688
    },
    "__set_sysinit_set_sym_db_show_vnet_sysuninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271696
    },
    "__set_sysinit_set_sym_db_show_vnode_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270696
    },
    "__set_sysinit_set_sym_db_show_vnodebufs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270280
    },
    "__set_sysinit_set_sym_db_show_vpath_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270488
    },
    "__set_sysinit_set_sym_db_show_watches_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260856
    },
    "__set_sysinit_set_sym_db_show_xen_evtchn_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265840
    },
    "__set_sysinit_set_sym_dc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262232
    },
    "__set_sysinit_set_sym_dcphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262248
    },
    "__set_sysinit_set_sym_debugnet_hwm_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271408
    },
    "__set_sysinit_set_sym_deferred_unmount_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270608
    },
    "__set_sysinit_set_sym_dev_lookup_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268968
    },
    "__set_sysinit_set_sym_devctl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267704
    },
    "__set_sysinit_set_sym_devfs_de_interlock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266200
    },
    "__set_sysinit_set_sym_devfs_devs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266136
    },
    "__set_sysinit_set_sym_devfsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266184
    },
    "__set_sysinit_set_sym_device_attach_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268944
    },
    "__set_sysinit_set_sym_device_detach_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268952
    },
    "__set_sysinit_set_sym_device_nomatch_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268960
    },
    "__set_sysinit_set_sym_devstat_mutex_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269016
    },
    "__set_sysinit_set_sym_dirlist_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266152
    },
    "__set_sysinit_set_sym_dmar_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276328
    },
    "__set_sysinit_set_sym_dn_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271416
    },
    "__set_sysinit_set_sym_domain_add_hv_socket__sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276024
    },
    "__set_sysinit_set_sym_domain_add_inet6_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273352
    },
    "__set_sysinit_set_sym_domain_add_inet_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272760
    },
    "__set_sysinit_set_sym_domain_add_key_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273680
    },
    "__set_sysinit_set_sym_domain_add_local_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270184
    },
    "__set_sysinit_set_sym_domain_add_netlink_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273816
    },
    "__set_sysinit_set_sym_domain_add_ng_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272424
    },
    "__set_sysinit_set_sym_domain_add_route_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271600
    },
    "__set_sysinit_set_sym_domain_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269848
    },
    "__set_sysinit_set_sym_domainfin_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269856
    },
    "__set_sysinit_set_sym_domainifattach_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270896
    },
    "__set_sysinit_set_sym_dotdothits_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270320
    },
    "__set_sysinit_set_sym_dothits_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270312
    },
    "__set_sysinit_set_sym_dp83822phy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263136
    },
    "__set_sysinit_set_sym_dp83867phy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263144
    },
    "__set_sysinit_set_sym_dpcpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269176
    },
    "__set_sysinit_set_sym_dsp_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264544
    },
    "__set_sysinit_set_sym_dumper_configs_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268568
    },
    "__set_sysinit_set_sym_e1000phy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263152
    },
    "__set_sysinit_set_sym_ec_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261184
    },
    "__set_sysinit_set_sym_efidevmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262264
    },
    "__set_sysinit_set_sym_efirtc_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262280
    },
    "__set_sysinit_set_sym_efirtmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262272
    },
    "__set_sysinit_set_sym_ehci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264856
    },
    "__set_sysinit_set_sym_elf32module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267320
    },
    "__set_sysinit_set_sym_elf64_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276904
    },
    "__set_sysinit_set_sym_elf64_sysvec_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276896
    },
    "__set_sysinit_set_sym_elf64module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267312
    },
    "__set_sysinit_set_sym_elf_ia32_sysvec_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277512
    },
    "__set_sysinit_set_sym_em_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262288
    },
    "__set_sysinit_set_sym_encapmtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272776
    },
    "__set_sysinit_set_sym_encmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260744
    },
    "__set_sysinit_set_sym_epoch_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269032
    },
    "__set_sysinit_set_sym_erttmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273016
    },
    "__set_sysinit_set_sym_esp_xform_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273752
    },
    "__set_sysinit_set_sym_est_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276272
    },
    "__set_sysinit_set_sym_et_eventtimers_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267736
    },
    "__set_sysinit_set_sym_et_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262312
    },
    "__set_sysinit_set_sym_ether_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271000
    },
    "__set_sysinit_set_sym_ethermodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271032
    },
    "__set_sysinit_set_sym_eventhandlers_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269048
    },
    "__set_sysinit_set_sym_evtchn_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266016
    },
    "__set_sysinit_set_sym_excamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262376
    },
    "__set_sysinit_set_sym_exec_args_kva_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267800
    },
    "__set_sysinit_set_sym_fbd_drmnmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262400
    },
    "__set_sysinit_set_sym_fbd_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262384
    },
    "__set_sysinit_set_sym_fbd_fbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262392
    },
    "__set_sysinit_set_sym_fbd_udlmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262408
    },
    "__set_sysinit_set_sym_fd_fdcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275992
    },
    "__set_sysinit_set_sym_fdc_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276000
    },
    "__set_sysinit_set_sym_fdc_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276008
    },
    "__set_sysinit_set_sym_feeder_eq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264568
    },
    "__set_sysinit_set_sym_feeder_format_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264576
    },
    "__set_sysinit_set_sym_feeder_matrix_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264584
    },
    "__set_sysinit_set_sym_feeder_mixer_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264592
    },
    "__set_sysinit_set_sym_feeder_rate_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264600
    },
    "__set_sysinit_set_sym_feeder_root_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264560
    },
    "__set_sysinit_set_sym_feeder_volume_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264608
    },
    "__set_sysinit_set_sym_ffs_snapfree_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274992
    },
    "__set_sysinit_set_sym_fib4_algo_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272632
    },
    "__set_sysinit_set_sym_fib6_algo_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273264
    },
    "__set_sysinit_set_sym_fib_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271488
    },
    "__set_sysinit_set_sym_fildescdev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267696
    },
    "__set_sysinit_set_sym_firewire_fwohcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262432
    },
    "__set_sysinit_set_sym_firmware_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269056
    },
    "__set_sysinit_set_sym_firmwaremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269080
    },
    "__set_sysinit_set_sym_fixup_pci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263816
    },
    "__set_sysinit_set_sym_fork_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267840
    },
    "__set_sysinit_set_sym_fpuinitstate_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276928
    },
    "__set_sysinit_set_sym_fpupnp_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276936
    },
    "__set_sysinit_set_sym_frag6_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273224
    },
    "__set_sysinit_set_sym_fwohci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262448
    },
    "__set_sysinit_set_sym_fxp_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262472
    },
    "__set_sysinit_set_sym_g_bdemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266824
    },
    "__set_sysinit_set_sym_g_classmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275432
    },
    "__set_sysinit_set_sym_g_devmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266888
    },
    "__set_sysinit_set_sym_g_diskmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266896
    },
    "__set_sysinit_set_sym_g_eli_umalock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266848
    },
    "__set_sysinit_set_sym_g_elimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266880
    },
    "__set_sysinit_set_sym_g_flashmapmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266920
    },
    "__set_sysinit_set_sym_g_labelmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266960
    },
    "__set_sysinit_set_sym_g_mdmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263032
    },
    "__set_sysinit_set_sym_g_mirrormodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266976
    },
    "__set_sysinit_set_sym_g_part_bsdmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266992
    },
    "__set_sysinit_set_sym_g_part_ebrmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267000
    },
    "__set_sysinit_set_sym_g_part_gptmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267008
    },
    "__set_sysinit_set_sym_g_part_mbrmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267016
    },
    "__set_sysinit_set_sym_g_partmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266984
    },
    "__set_sysinit_set_sym_g_raid_md_ddfmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267048
    },
    "__set_sysinit_set_sym_g_raid_md_intelmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267064
    },
    "__set_sysinit_set_sym_g_raid_md_jmicronmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267080
    },
    "__set_sysinit_set_sym_g_raid_md_nvidiamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267096
    },
    "__set_sysinit_set_sym_g_raid_md_promisemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267112
    },
    "__set_sysinit_set_sym_g_raid_md_siimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267128
    },
    "__set_sysinit_set_sym_g_raid_tr_concatmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267144
    },
    "__set_sysinit_set_sym_g_raid_tr_raid0module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267160
    },
    "__set_sysinit_set_sym_g_raid_tr_raid1emodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267192
    },
    "__set_sysinit_set_sym_g_raid_tr_raid1module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267176
    },
    "__set_sysinit_set_sym_g_raid_tr_raid5module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267208
    },
    "__set_sysinit_set_sym_g_raidmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267032
    },
    "__set_sysinit_set_sym_g_uzipmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267240
    },
    "__set_sysinit_set_sym_g_vfsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266952
    },
    "__set_sysinit_set_sym_gdbhack_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266808
    },
    "__set_sysinit_set_sym_geli_fetch_loader_passphrase_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266864
    },
    "__set_sysinit_set_sym_gem_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262504
    },
    "__set_sysinit_set_sym_genl_load_all_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273824
    },
    "__set_sysinit_set_sym_genl_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273800
    },
    "__set_sysinit_set_sym_gentbi_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263160
    },
    "__set_sysinit_set_sym_geom_event_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266904
    },
    "__set_sysinit_set_sym_gif_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271048
    },
    "__set_sysinit_set_sym_gntdev_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266064
    },
    "__set_sysinit_set_sym_gnttab_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265904
    },
    "__set_sysinit_set_sym_granttable_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265912
    },
    "__set_sysinit_set_sym_gre_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271088
    },
    "__set_sysinit_set_sym_hashrandom_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274448
    },
    "__set_sysinit_set_sym_hhookheadlistlock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267856
    },
    "__set_sysinit_set_sym_hidquirk_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262512
    },
    "__set_sysinit_set_sym_hintenv_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269112
    },
    "__set_sysinit_set_sym_hn_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276072
    },
    "__set_sysinit_set_sym_hn_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276064
    },
    "__set_sysinit_set_sym_hook_tsc_freq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276600
    },
    "__set_sysinit_set_sym_hostb_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263824
    },
    "__set_sysinit_set_sym_hpet_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275808
    },
    "__set_sysinit_set_sym_hpet_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275800
    },
    "__set_sysinit_set_sym_hptiop_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262520
    },
    "__set_sysinit_set_sym_hv_et_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276168
    },
    "__set_sysinit_set_sym_hv_heartbeat_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276112
    },
    "__set_sysinit_set_sym_hv_kbd_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276048
    },
    "__set_sysinit_set_sym_hv_kvp_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276096
    },
    "__set_sysinit_set_sym_hv_shutdown_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276120
    },
    "__set_sysinit_set_sym_hv_timesync_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276128
    },
    "__set_sysinit_set_sym_hv_vss_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276104
    },
    "__set_sysinit_set_sym_hvs_trans_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276032
    },
    "__set_sysinit_set_sym_hvsock_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276040
    },
    "__set_sysinit_set_sym_hwpmc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268312
    },
    "__set_sysinit_set_sym_hwpstate_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276280
    },
    "__set_sysinit_set_sym_hwpstate_intel_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276288
    },
    "__set_sysinit_set_sym_hypercall_ctor_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276144
    },
    "__set_sysinit_set_sym_hyperv_initialize_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276136
    },
    "__set_sysinit_set_sym_hyperv_tsc_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277224
    },
    "__set_sysinit_set_sym_ia32_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277520
    },
    "__set_sysinit_set_sym_ia32_syscall_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277504
    },
    "__set_sysinit_set_sym_iavf_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277232
    },
    "__set_sysinit_set_sym_ic_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271712
    },
    "__set_sysinit_set_sym_ice_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277248
    },
    "__set_sysinit_set_sym_ichss_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262016
    },
    "__set_sysinit_set_sym_icsphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263168
    },
    "__set_sysinit_set_sym_ida_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262536
    },
    "__set_sysinit_set_sym_idad_idamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262528
    },
    "__set_sysinit_set_sym_idle_setup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267880
    },
    "__set_sysinit_set_sym_idpgtbl_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276360
    },
    "__set_sysinit_set_sym_idr_preload_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274288
    },
    "__set_sysinit_set_sym_if_ath_pci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261816
    },
    "__set_sysinit_set_sym_if_bridgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270936
    },
    "__set_sysinit_set_sym_if_cloners_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270944
    },
    "__set_sysinit_set_sym_if_encmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270992
    },
    "__set_sysinit_set_sym_if_gifmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271072
    },
    "__set_sysinit_set_sym_if_gremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271112
    },
    "__set_sysinit_set_sym_if_infinibandmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274384
    },
    "__set_sysinit_set_sym_if_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270864
    },
    "__set_sysinit_set_sym_if_laggmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271176
    },
    "__set_sysinit_set_sym_if_lomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271200
    },
    "__set_sysinit_set_sym_if_tapmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271296
    },
    "__set_sysinit_set_sym_if_tunmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271288
    },
    "__set_sysinit_set_sym_if_tuntapmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271280
    },
    "__set_sysinit_set_sym_if_upgt_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265240
    },
    "__set_sysinit_set_sym_if_vlanmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271312
    },
    "__set_sysinit_set_sym_ifaddr_event_ext_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272792
    },
    "__set_sysinit_set_sym_ifdescr_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270816
    },
    "__set_sysinit_set_sym_ifepochalloc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270888
    },
    "__set_sysinit_set_sym_iflib_cpu_offset_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271384
    },
    "__set_sysinit_set_sym_iflibmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271344
    },
    "__set_sysinit_set_sym_ifnet_arrival_event_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271584
    },
    "__set_sysinit_set_sym_ifnet_departure_event_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273216
    },
    "__set_sysinit_set_sym_ifnet_detach_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270832
    },
    "__set_sysinit_set_sym_ifnet_event_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272568
    },
    "__set_sysinit_set_sym_ifnet_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270824
    },
    "__set_sysinit_set_sym_igb_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262296
    },
    "__set_sysinit_set_sym_igc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262568
    },
    "__set_sysinit_set_sym_igmpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272552
    },
    "__set_sysinit_set_sym_ignore_pci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263832
    },
    "__set_sysinit_set_sym_iicbb_lkpi_iicbbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274232
    },
    "__set_sysinit_set_sym_iicbus_iicbbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262552
    },
    "__set_sysinit_set_sym_iicbus_iichbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262560
    },
    "__set_sysinit_set_sym_iicbus_lkpi_iicmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274200
    },
    "__set_sysinit_set_sym_in6_control_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273248
    },
    "__set_sysinit_set_sym_in6_ifaddr_lock_rm_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273376
    },
    "__set_sysinit_set_sym_in6_ifattach_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273272
    },
    "__set_sysinit_set_sym_in6_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273256
    },
    "__set_sysinit_set_sym_in6_multi_free_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273320
    },
    "__set_sysinit_set_sym_in6_multi_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273312
    },
    "__set_sysinit_set_sym_in6_multi_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273328
    },
    "__set_sysinit_set_sym_in_control_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272560
    },
    "__set_sysinit_set_sym_in_multi_free_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272704
    },
    "__set_sysinit_set_sym_in_multi_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272696
    },
    "__set_sysinit_set_sym_in_multi_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272712
    },
    "__set_sysinit_set_sym_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274504
    },
    "__set_sysinit_set_sym_inphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262488
    },
    "__set_sysinit_set_sym_intel_gas_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276200
    },
    "__set_sysinit_set_sym_intf_mutex_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274488
    },
    "__set_sysinit_set_sym_intr_balance_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276656
    },
    "__set_sysinit_set_sym_intr_config_hook_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268896
    },
    "__set_sysinit_set_sym_intr_config_hooks_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268904
    },
    "__set_sysinit_set_sym_intr_event_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267896
    },
    "__set_sysinit_set_sym_intr_init_final_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276632
    },
    "__set_sysinit_set_sym_intr_init_sources_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276616
    },
    "__set_sysinit_set_sym_intr_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276624
    },
    "__set_sysinit_set_sym_intr_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276784
    },
    "__set_sysinit_set_sym_intr_smp_startup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276648
    },
    "__set_sysinit_set_sym_invl_ops_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277000
    },
    "__set_sysinit_set_sym_ioapic_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277584
    },
    "__set_sysinit_set_sym_iomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276184
    },
    "__set_sysinit_set_sym_ip1000phy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263176
    },
    "__set_sysinit_set_sym_ip6_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273392
    },
    "__set_sysinit_set_sym_ip6_mroutemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273416
    },
    "__set_sysinit_set_sym_ip_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272856
    },
    "__set_sysinit_set_sym_ip_mroutemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272936
    },
    "__set_sysinit_set_sym_ipcomp_xform_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273784
    },
    "__set_sysinit_set_sym_ips_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262592
    },
    "__set_sysinit_set_sym_ipsd_ipsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262584
    },
    "__set_sysinit_set_sym_ipsec_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271128
    },
    "__set_sysinit_set_sym_ipsecmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273552
    },
    "__set_sysinit_set_sym_ipw_bss_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262608
    },
    "__set_sysinit_set_sym_ipw_ibss_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262616
    },
    "__set_sysinit_set_sym_ipw_monitor_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262624
    },
    "__set_sysinit_set_sym_ipw_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262600
    },
    "__set_sysinit_set_sym_isa_dma_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276456
    },
    "__set_sysinit_set_sym_isa_eisabmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267264
    },
    "__set_sysinit_set_sym_isa_isabmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267256
    },
    "__set_sysinit_set_sym_isa_legacymodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276440
    },
    "__set_sysinit_set_sym_isa_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276448
    },
    "__set_sysinit_set_sym_isab_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263840
    },
    "__set_sysinit_set_sym_isci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276216
    },
    "__set_sysinit_set_sym_isp_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262632
    },
    "__set_sysinit_set_sym_iwi_bss_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262648
    },
    "__set_sysinit_set_sym_iwi_ibss_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262656
    },
    "__set_sysinit_set_sym_iwi_monitor_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262664
    },
    "__set_sysinit_set_sym_iwi_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262640
    },
    "__set_sysinit_set_sym_iwm3160fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262696
    },
    "__set_sysinit_set_sym_iwm3168fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262704
    },
    "__set_sysinit_set_sym_iwm7260fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262712
    },
    "__set_sysinit_set_sym_iwm7265Dfw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262728
    },
    "__set_sysinit_set_sym_iwm7265fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262720
    },
    "__set_sysinit_set_sym_iwm8000Cfw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262736
    },
    "__set_sysinit_set_sym_iwm8265fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262744
    },
    "__set_sysinit_set_sym_iwm_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262680
    },
    "__set_sysinit_set_sym_iwn1000fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262760
    },
    "__set_sysinit_set_sym_iwn100fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262768
    },
    "__set_sysinit_set_sym_iwn105fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262776
    },
    "__set_sysinit_set_sym_iwn135fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262784
    },
    "__set_sysinit_set_sym_iwn2000fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262792
    },
    "__set_sysinit_set_sym_iwn2030fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262800
    },
    "__set_sysinit_set_sym_iwn4965fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262808
    },
    "__set_sysinit_set_sym_iwn5000fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262816
    },
    "__set_sysinit_set_sym_iwn5150fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262824
    },
    "__set_sysinit_set_sym_iwn6000fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262832
    },
    "__set_sysinit_set_sym_iwn6000g2afw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262840
    },
    "__set_sysinit_set_sym_iwn6000g2bfw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262848
    },
    "__set_sysinit_set_sym_iwn6050fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262856
    },
    "__set_sysinit_set_sym_iwn_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262752
    },
    "__set_sysinit_set_sym_ix_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262864
    },
    "__set_sysinit_set_sym_ixl_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277280
    },
    "__set_sysinit_set_sym_ixv_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262880
    },
    "__set_sysinit_set_sym_jme_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262928
    },
    "__set_sysinit_set_sym_jmphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263184
    },
    "__set_sysinit_set_sym_kbdmuxmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262952
    },
    "__set_sysinit_set_sym_kelf64_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276920
    },
    "__set_sysinit_set_sym_kenv_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267728
    },
    "__set_sysinit_set_sym_kernel_pt_page_count_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277032
    },
    "__set_sysinit_set_sym_key_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273640
    },
    "__set_sysinit_set_sym_keysock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273656
    },
    "__set_sysinit_set_sym_khelplistlock_rw_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268016
    },
    "__set_sysinit_set_sym_kia32_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277536
    },
    "__set_sysinit_set_sym_kickinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267400
    },
    "__set_sysinit_set_sym_kmem_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268168
    },
    "__set_sysinit_set_sym_knlist_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267776
    },
    "__set_sysinit_set_sym_knote_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267784
    },
    "__set_sysinit_set_sym_kobj_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269128
    },
    "__set_sysinit_set_sym_kq_global_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267752
    },
    "__set_sysinit_set_sym_kqueue_filterops_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267768
    },
    "__set_sysinit_set_sym_krpcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274832
    },
    "__set_sysinit_set_sym_ktls_cnt_rx_queued_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269896
    },
    "__set_sysinit_set_sym_ktls_cnt_tx_pending_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269880
    },
    "__set_sysinit_set_sym_ktls_cnt_tx_queued_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269888
    },
    "__set_sysinit_set_sym_ktls_destroy_task_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269984
    },
    "__set_sysinit_set_sym_ktls_ifnet_cbc_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270016
    },
    "__set_sysinit_set_sym_ktls_ifnet_chacha20_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270032
    },
    "__set_sysinit_set_sym_ktls_ifnet_disable_fail_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269968
    },
    "__set_sysinit_set_sym_ktls_ifnet_disable_ok_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269976
    },
    "__set_sysinit_set_sym_ktls_ifnet_gcm_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270024
    },
    "__set_sysinit_set_sym_ktls_ifnet_reset_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270040
    },
    "__set_sysinit_set_sym_ktls_ifnet_reset_dropped_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270048
    },
    "__set_sysinit_set_sym_ktls_ifnet_reset_failed_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270056
    },
    "__set_sysinit_set_sym_ktls_init_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269864
    },
    "__set_sysinit_set_sym_ktls_offload_active_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269920
    },
    "__set_sysinit_set_sym_ktls_offload_corrupted_records_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269928
    },
    "__set_sysinit_set_sym_ktls_offload_enable_calls_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269912
    },
    "__set_sysinit_set_sym_ktls_offload_failed_crypto_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269936
    },
    "__set_sysinit_set_sym_ktls_offload_total_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269904
    },
    "__set_sysinit_set_sym_ktls_sw_cbc_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269992
    },
    "__set_sysinit_set_sym_ktls_sw_chacha20_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270008
    },
    "__set_sysinit_set_sym_ktls_sw_gcm_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270000
    },
    "__set_sysinit_set_sym_ktls_switch_failed_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269960
    },
    "__set_sysinit_set_sym_ktls_switch_to_ifnet_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269944
    },
    "__set_sysinit_set_sym_ktls_switch_to_sw_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269952
    },
    "__set_sysinit_set_sym_ktls_tasks_active_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269872
    },
    "__set_sysinit_set_sym_ktls_toe_cbc_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270064
    },
    "__set_sysinit_set_sym_ktls_toe_chacha20_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270080
    },
    "__set_sysinit_set_sym_ktls_toe_gcm_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270072
    },
    "__set_sysinit_set_sym_ktrace_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268040
    },
    "__set_sysinit_set_sym_kue_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265112
    },
    "__set_sysinit_set_sym_kvm_clock_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276224
    },
    "__set_sysinit_set_sym_la57_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277056
    },
    "__set_sysinit_set_sym_lapic_intrcnt_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277624
    },
    "__set_sysinit_set_sym_late_ifunc_resolve_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276960
    },
    "__set_sysinit_set_sym_le_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262960
    },
    "__set_sysinit_set_sym_leddev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262976
    },
    "__set_sysinit_set_sym_legacy_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276672
    },
    "__set_sysinit_set_sym_lf_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268120
    },
    "__set_sysinit_set_sym_lge_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262984
    },
    "__set_sysinit_set_sym_lid_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261208
    },
    "__set_sysinit_set_sym_link_elf_obj_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277496
    },
    "__set_sysinit_set_sym_link_elf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268824
    },
    "__set_sysinit_set_sym_linker_class_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268064
    },
    "__set_sysinit_set_sym_linker_kernel_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268072
    },
    "__set_sysinit_set_sym_linker_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268056
    },
    "__set_sysinit_set_sym_linux_acpi_events_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274120
    },
    "__set_sysinit_set_sym_linux_compat_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274144
    },
    "__set_sysinit_set_sym_linux_current_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274152
    },
    "__set_sysinit_set_sym_linux_dma_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274264
    },
    "__set_sysinit_set_sym_linux_dmi_preload_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274160
    },
    "__set_sysinit_set_sym_linux_irq_work_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274360
    },
    "__set_sysinit_set_sym_linux_rcu_runtime_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274304
    },
    "__set_sysinit_set_sym_linux_tasklet_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274272
    },
    "__set_sysinit_set_sym_linux_timer_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274136
    },
    "__set_sysinit_set_sym_linux_work_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274352
    },
    "__set_sysinit_set_sym_linuxkpi_shrinker_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274312
    },
    "__set_sysinit_set_sym_livedump_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268816
    },
    "__set_sysinit_set_sym_lkpi_i2c_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274176
    },
    "__set_sysinit_set_sym_lkpi_i2cbb_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274208
    },
    "__set_sysinit_set_sym_lkpi_iic_drmmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274192
    },
    "__set_sysinit_set_sym_lkpi_iic_drmnmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274184
    },
    "__set_sysinit_set_sym_lkpi_iicbb_drmmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274224
    },
    "__set_sysinit_set_sym_lkpi_iicbb_drmnmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274216
    },
    "__set_sysinit_set_sym_lkpi_mlx4_pci_table_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274400
    },
    "__set_sysinit_set_sym_lkpi_mlx5_core_pci_table_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274496
    },
    "__set_sysinit_set_sym_lltable_list_lock_rw_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271216
    },
    "__set_sysinit_set_sym_locks_delay_init_ld_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269136
    },
    "__set_sysinit_set_sym_logdev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269160
    },
    "__set_sysinit_set_sym_loginclasses_init_rw_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268136
    },
    "__set_sysinit_set_sym_lpt_ppbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263912
    },
    "__set_sysinit_set_sym_lxtphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263192
    },
    "__set_sysinit_set_sym_madt_register_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277560
    },
    "__set_sysinit_set_sym_madt_set_ids_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277568
    },
    "__set_sysinit_set_sym_malo_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263008
    },
    "__set_sysinit_set_sym_maxldt_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277136
    },
    "__set_sysinit_set_sym_mbuf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268192
    },
    "__set_sysinit_set_sym_mca_init_bsp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276704
    },
    "__set_sysinit_set_sym_mca_startup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276696
    },
    "__set_sysinit_set_sym_mcommphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263200
    },
    "__set_sysinit_set_sym_mds_recalc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276584
    },
    "__set_sysinit_set_sym_memmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263040
    },
    "__set_sysinit_set_sym_mfi_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263056
    },
    "__set_sysinit_set_sym_mfid_mfimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263064
    },
    "__set_sysinit_set_sym_mfisyspd_mfimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263072
    },
    "__set_sysinit_set_sym_midimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264656
    },
    "__set_sysinit_set_sym_miibus_aemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261328
    },
    "__set_sysinit_set_sym_miibus_agemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261368
    },
    "__set_sysinit_set_sym_miibus_alcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261544
    },
    "__set_sysinit_set_sym_miibus_alemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261576
    },
    "__set_sysinit_set_sym_miibus_auemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265056
    },
    "__set_sysinit_set_sym_miibus_axemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265072
    },
    "__set_sysinit_set_sym_miibus_axgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265088
    },
    "__set_sysinit_set_sym_miibus_axmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277216
    },
    "__set_sysinit_set_sym_miibus_bcemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261872
    },
    "__set_sysinit_set_sym_miibus_bfemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261888
    },
    "__set_sysinit_set_sym_miibus_bgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261904
    },
    "__set_sysinit_set_sym_miibus_casmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261960
    },
    "__set_sysinit_set_sym_miibus_dcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262240
    },
    "__set_sysinit_set_sym_miibus_etmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262320
    },
    "__set_sysinit_set_sym_miibus_fxpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262480
    },
    "__set_sysinit_set_sym_miibus_gemmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262496
    },
    "__set_sysinit_set_sym_miibus_jmemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262936
    },
    "__set_sysinit_set_sym_miibus_lgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262992
    },
    "__set_sysinit_set_sym_miibus_mosmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265128
    },
    "__set_sysinit_set_sym_miibus_mskmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263544
    },
    "__set_sysinit_set_sym_miibus_nfemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277384
    },
    "__set_sysinit_set_sym_miibus_ngemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263680
    },
    "__set_sysinit_set_sym_miibus_remodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264136
    },
    "__set_sysinit_set_sym_miibus_rlmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264160
    },
    "__set_sysinit_set_sym_miibus_ruemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265144
    },
    "__set_sysinit_set_sym_miibus_sgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264312
    },
    "__set_sysinit_set_sym_miibus_sismodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264352
    },
    "__set_sysinit_set_sym_miibus_skmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264384
    },
    "__set_sysinit_set_sym_miibus_stemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264672
    },
    "__set_sysinit_set_sym_miibus_stgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264688
    },
    "__set_sysinit_set_sym_miibus_udavmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265160
    },
    "__set_sysinit_set_sym_miibus_vgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265400
    },
    "__set_sysinit_set_sym_miibus_vrmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265640
    },
    "__set_sysinit_set_sym_miibus_vtemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265752
    },
    "__set_sysinit_set_sym_miibus_xlmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266088
    },
    "__set_sysinit_set_sym_mixer_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264624
    },
    "__set_sysinit_set_sym_mld_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273440
    },
    "__set_sysinit_set_sym_mldmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273464
    },
    "__set_sysinit_set_sym_mlx4_en_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274432
    },
    "__set_sysinit_set_sym_mlx4_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274408
    },
    "__set_sysinit_set_sym_mlx4enmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274440
    },
    "__set_sysinit_set_sym_mlx4module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274416
    },
    "__set_sysinit_set_sym_mlx5e_hash_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274560
    },
    "__set_sysinit_set_sym_mlx5e_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274544
    },
    "__set_sysinit_set_sym_mlx_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263344
    },
    "__set_sysinit_set_sym_mlxd_mlxmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263336
    },
    "__set_sysinit_set_sym_mmc_sdhci_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264280
    },
    "__set_sysinit_set_sym_mmc_sdhci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264296
    },
    "__set_sysinit_set_sym_mmcsd_mmcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263352
    },
    "__set_sysinit_set_sym_module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268216
    },
    "__set_sysinit_set_sym_mos_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265120
    },
    "__set_sysinit_set_sym_mountroot_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269072
    },
    "__set_sysinit_set_sym_mpr_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263368
    },
    "__set_sysinit_set_sym_mps_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263400
    },
    "__set_sysinit_set_sym_mpt_cammodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263440
    },
    "__set_sysinit_set_sym_mpt_coremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263424
    },
    "__set_sysinit_set_sym_mpt_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263456
    },
    "__set_sysinit_set_sym_mpt_raidmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263464
    },
    "__set_sysinit_set_sym_mpt_usermodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263472
    },
    "__set_sysinit_set_sym_mptdev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263432
    },
    "__set_sysinit_set_sym_mrsas_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263496
    },
    "__set_sysinit_set_sym_msdosfsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266272
    },
    "__set_sysinit_set_sym_msgbuf_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269152
    },
    "__set_sysinit_set_sym_msk_mskcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263536
    },
    "__set_sysinit_set_sym_mskc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263528
    },
    "__set_sysinit_set_sym_mtx_garbage_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267824
    },
    "__set_sysinit_set_sym_mtxpooli2_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268232
    },
    "__set_sysinit_set_sym_mv88e151x_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263208
    },
    "__set_sysinit_set_sym_mvs_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263576
    },
    "__set_sysinit_set_sym_mvsch_mvsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263560
    },
    "__set_sysinit_set_sym_mvsch_satamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263568
    },
    "__set_sysinit_set_sym_mwl_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263600
    },
    "__set_sysinit_set_sym_mwl_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263592
    },
    "__set_sysinit_set_sym_mxge_eth_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263616
    },
    "__set_sysinit_set_sym_mxge_ethp_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263624
    },
    "__set_sysinit_set_sym_mxge_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263608
    },
    "__set_sysinit_set_sym_mxge_rss_eth_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263632
    },
    "__set_sysinit_set_sym_mxge_rss_ethp_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263640
    },
    "__set_sysinit_set_sym_nd_conf_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273184
    },
    "__set_sysinit_set_sym_ndamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260592
    },
    "__set_sysinit_set_sym_neg_created_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270440
    },
    "__set_sysinit_set_sym_neg_evict_skipped_contended_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270472
    },
    "__set_sysinit_set_sym_neg_evict_skipped_empty_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270456
    },
    "__set_sysinit_set_sym_neg_evict_skipped_missed_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270464
    },
    "__set_sysinit_set_sym_neg_evicted_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270448
    },
    "__set_sysinit_set_sym_nehemiahmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277400
    },
    "__set_sysinit_set_sym_netdumpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273192
    },
    "__set_sysinit_set_sym_netgate_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263648
    },
    "__set_sysinit_set_sym_netgraphmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272080
    },
    "__set_sysinit_set_sym_netisr_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271392
    },
    "__set_sysinit_set_sym_netlinkmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273848
    },
    "__set_sysinit_set_sym_netmapmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263656
    },
    "__set_sysinit_set_sym_newnfsiod_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266592
    },
    "__set_sysinit_set_sym_nexus_acpi_rootmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276888
    },
    "__set_sysinit_set_sym_nexus_rootmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276760
    },
    "__set_sysinit_set_sym_nfe_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277376
    },
    "__set_sysinit_set_sym_nfs_cverf_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266552
    },
    "__set_sysinit_set_sym_nfsclmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266584
    },
    "__set_sysinit_set_sym_nfscommonmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266512
    },
    "__set_sysinit_set_sym_nfsdmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266648
    },
    "__set_sysinit_set_sym_nfslockdmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274104
    },
    "__set_sysinit_set_sym_nfsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266576
    },
    "__set_sysinit_set_sym_nfsst_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266624
    },
    "__set_sysinit_set_sym_nfssvcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274080
    },
    "__set_sysinit_set_sym_ng_UImodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272000
    },
    "__set_sysinit_set_sym_ng_asyncmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272016
    },
    "__set_sysinit_set_sym_ng_bpfmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272096
    },
    "__set_sysinit_set_sym_ng_bridgemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272112
    },
    "__set_sysinit_set_sym_ng_carmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272120
    },
    "__set_sysinit_set_sym_ng_ciscomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272128
    },
    "__set_sysinit_set_sym_ng_deflatemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272144
    },
    "__set_sysinit_set_sym_ng_echomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272152
    },
    "__set_sysinit_set_sym_ng_eifacemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272160
    },
    "__set_sysinit_set_sym_ng_ethermodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272184
    },
    "__set_sysinit_set_sym_ng_framerelaymodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272200
    },
    "__set_sysinit_set_sym_ng_holemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272208
    },
    "__set_sysinit_set_sym_ng_ifacemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272224
    },
    "__set_sysinit_set_sym_ng_ksocketmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272256
    },
    "__set_sysinit_set_sym_ng_l2tpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272272
    },
    "__set_sysinit_set_sym_ng_lmimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272280
    },
    "__set_sysinit_set_sym_ng_mppcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272296
    },
    "__set_sysinit_set_sym_ng_one2manymodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272304
    },
    "__set_sysinit_set_sym_ng_pipemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272328
    },
    "__set_sysinit_set_sym_ng_pppmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272344
    },
    "__set_sysinit_set_sym_ng_pppoemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272360
    },
    "__set_sysinit_set_sym_ng_pptpgremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272368
    },
    "__set_sysinit_set_sym_ng_pred1module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272384
    },
    "__set_sysinit_set_sym_ng_rfc1490module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272392
    },
    "__set_sysinit_set_sym_ng_socketmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272416
    },
    "__set_sysinit_set_sym_ng_tcpmssmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272432
    },
    "__set_sysinit_set_sym_ng_teemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272440
    },
    "__set_sysinit_set_sym_ng_ttymodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272448
    },
    "__set_sysinit_set_sym_ng_vjcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272456
    },
    "__set_sysinit_set_sym_ng_vlanmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272464
    },
    "__set_sysinit_set_sym_nge_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263672
    },
    "__set_sysinit_set_sym_nl_global_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273832
    },
    "__set_sysinit_set_sym_nlm_client_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274088
    },
    "__set_sysinit_set_sym_nsgphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263216
    },
    "__set_sysinit_set_sym_nsphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263224
    },
    "__set_sysinit_set_sym_nsphyter_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263232
    },
    "__set_sysinit_set_sym_ntp_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268248
    },
    "__set_sysinit_set_sym_nullfsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266680
    },
    "__set_sysinit_set_sym_nullmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263688
    },
    "__set_sysinit_set_sym_numcachehv_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270296
    },
    "__set_sysinit_set_sym_numdrops_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270304
    },
    "__set_sysinit_set_sym_numfullpathcalls_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270376
    },
    "__set_sysinit_set_sym_numfullpathfail1_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270384
    },
    "__set_sysinit_set_sym_numfullpathfail2_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270392
    },
    "__set_sysinit_set_sym_numfullpathfail4_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270400
    },
    "__set_sysinit_set_sym_numfullpathfound_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270408
    },
    "__set_sysinit_set_sym_nummiss_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270328
    },
    "__set_sysinit_set_sym_nummisszap_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270336
    },
    "__set_sysinit_set_sym_numneghits_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270368
    },
    "__set_sysinit_set_sym_numnegzaps_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270360
    },
    "__set_sysinit_set_sym_numposhits_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270352
    },
    "__set_sysinit_set_sym_numposzaps_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270344
    },
    "__set_sysinit_set_sym_nvdmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263704
    },
    "__set_sysinit_set_sym_nvme_ahcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263736
    },
    "__set_sysinit_set_sym_nvme_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263744
    },
    "__set_sysinit_set_sym_nvme_probemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260608
    },
    "__set_sysinit_set_sym_nvme_register_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263720
    },
    "__set_sysinit_set_sym_nvme_sim_register_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263752
    },
    "__set_sysinit_set_sym_nvmemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263728
    },
    "__set_sysinit_set_sym_object_bypasses_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275560
    },
    "__set_sysinit_set_sym_object_collapse_waits_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275568
    },
    "__set_sysinit_set_sym_object_collapses_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275552
    },
    "__set_sysinit_set_sym_oce_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263776
    },
    "__set_sysinit_set_sym_ocf_inplace_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274792
    },
    "__set_sysinit_set_sym_ocf_retries_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274808
    },
    "__set_sysinit_set_sym_ocf_separate_output_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274800
    },
    "__set_sysinit_set_sym_ocf_tls10_cbc_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274688
    },
    "__set_sysinit_set_sym_ocf_tls11_cbc_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274696
    },
    "__set_sysinit_set_sym_ocf_tls11_cbc_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274704
    },
    "__set_sysinit_set_sym_ocf_tls12_chacha20_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274736
    },
    "__set_sysinit_set_sym_ocf_tls12_chacha20_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274744
    },
    "__set_sysinit_set_sym_ocf_tls12_gcm_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274712
    },
    "__set_sysinit_set_sym_ocf_tls12_gcm_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274720
    },
    "__set_sysinit_set_sym_ocf_tls12_gcm_recrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274728
    },
    "__set_sysinit_set_sym_ocf_tls13_chacha20_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274776
    },
    "__set_sysinit_set_sym_ocf_tls13_chacha20_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274784
    },
    "__set_sysinit_set_sym_ocf_tls13_gcm_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274752
    },
    "__set_sysinit_set_sym_ocf_tls13_gcm_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274760
    },
    "__set_sysinit_set_sym_ocf_tls13_gcm_recrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274768
    },
    "__set_sysinit_set_sym_ocs_fc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263792
    },
    "__set_sysinit_set_sym_oelf64_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276912
    },
    "__set_sysinit_set_sym_ohci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264864
    },
    "__set_sysinit_set_sym_oia32_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277528
    },
    "__set_sysinit_set_sym_orm_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276480
    },
    "__set_sysinit_set_sym_osd_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268272
    },
    "__set_sysinit_set_sym_p0init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267376
    },
    "__set_sysinit_set_sym_p0post_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267384
    },
    "__set_sysinit_set_sym_p31b_set_standard_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268848
    },
    "__set_sysinit_set_sym_p31b_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268840
    },
    "__set_sysinit_set_sym_p4tcc_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276296
    },
    "__set_sysinit_set_sym_pagedaemon_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275664
    },
    "__set_sysinit_set_sym_pagedaemon_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275672
    },
    "__set_sysinit_set_sym_param_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270168
    },
    "__set_sysinit_set_sym_parse_acpi_tables_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276248
    },
    "__set_sysinit_set_sym_passmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260704
    },
    "__set_sysinit_set_sym_pbuf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275680
    },
    "__set_sysinit_set_sym_pci_link_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275832
    },
    "__set_sysinit_set_sym_pci_pcibmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263848
    },
    "__set_sysinit_set_sym_pci_powerstate_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275816
    },
    "__set_sysinit_set_sym_pcib_legacymodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276488
    },
    "__set_sysinit_set_sym_pcib_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263888
    },
    "__set_sysinit_set_sym_pcib_qpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276520
    },
    "__set_sysinit_set_sym_pcib_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275856
    },
    "__set_sysinit_set_sym_pcibus_pnp_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276496
    },
    "__set_sysinit_set_sym_pcicfg_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277168
    },
    "__set_sysinit_set_sym_pcid_save_cnt_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277008
    },
    "__set_sysinit_set_sym_pcm_syncgroup_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264536
    },
    "__set_sysinit_set_sym_pcpu_zones_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269184
    },
    "__set_sysinit_set_sym_periodic_resettodr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268256
    },
    "__set_sysinit_set_sym_pf_config_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273968
    },
    "__set_sysinit_set_sym_pf_overloadqueue_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273952
    },
    "__set_sysinit_set_sym_pf_sendqueue_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273944
    },
    "__set_sysinit_set_sym_pf_table_stats_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273976
    },
    "__set_sysinit_set_sym_pf_unlnkdrules_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273960
    },
    "__set_sysinit_set_sym_pfi_unlnkdkifs_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274008
    },
    "__set_sysinit_set_sym_pfil_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271440
    },
    "__set_sysinit_set_sym_pfil_mtxinit_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271432
    },
    "__set_sysinit_set_sym_pflogmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273896
    },
    "__set_sysinit_set_sym_pfmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274048
    },
    "__set_sysinit_set_sym_pfsyncmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273928
    },
    "__set_sysinit_set_sym_placeholder_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267344
    },
    "__set_sysinit_set_sym_pmap_cpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277104
    },
    "__set_sysinit_set_sym_pmap_di_callout_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277048
    },
    "__set_sysinit_set_sym_pmap_pde_demotions_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277064
    },
    "__set_sysinit_set_sym_pmap_pde_mappings_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277072
    },
    "__set_sysinit_set_sym_pmap_pde_p_failures_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277080
    },
    "__set_sysinit_set_sym_pmap_pde_promotions_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277088
    },
    "__set_sysinit_set_sym_pmap_pdpe_demotions_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277096
    },
    "__set_sysinit_set_sym_pmc___clock_hard_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267496
    },
    "__set_sysinit_set_sym_pmc___clock_prof_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267512
    },
    "__set_sysinit_set_sym_pmc___clock_stat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267504
    },
    "__set_sysinit_set_sym_pmc___intr_all_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267904
    },
    "__set_sysinit_set_sym_pmc___intr_filter_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267920
    },
    "__set_sysinit_set_sym_pmc___intr_ithread_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267912
    },
    "__set_sysinit_set_sym_pmc___intr_schedule_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267936
    },
    "__set_sysinit_set_sym_pmc___intr_stray_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267928
    },
    "__set_sysinit_set_sym_pmc___intr_waiting_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267944
    },
    "__set_sysinit_set_sym_pmc___lock_failed_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268240
    },
    "__set_sysinit_set_sym_pmc___page_fault_all_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277144
    },
    "__set_sysinit_set_sym_pmc___page_fault_read_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277152
    },
    "__set_sysinit_set_sym_pmc___page_fault_write_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277160
    },
    "__set_sysinit_set_sym_pmc_soft_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268304
    },
    "__set_sysinit_set_sym_pmcsx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268296
    },
    "__set_sysinit_set_sym_pmpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260584
    },
    "__set_sysinit_set_sym_pnaphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263240
    },
    "__set_sysinit_set_sym_pnphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262256
    },
    "__set_sysinit_set_sym_poll_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269384
    },
    "__set_sysinit_set_sym_poll_fail_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269400
    },
    "__set_sysinit_set_sym_poll_scan_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269392
    },
    "__set_sysinit_set_sym_posix_timer_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268744
    },
    "__set_sysinit_set_sym_power_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261080
    },
    "__set_sysinit_set_sym_powernow_cpumodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276304
    },
    "__set_sysinit_set_sym_powerres_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261248
    },
    "__set_sysinit_set_sym_ppbus_ppcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263928
    },
    "__set_sysinit_set_sym_ppc_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263944
    },
    "__set_sysinit_set_sym_ppc_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263952
    },
    "__set_sysinit_set_sym_ppc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263960
    },
    "__set_sysinit_set_sym_ppc_pucmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263968
    },
    "__set_sysinit_set_sym_ppi_ppbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263936
    },
    "__set_sysinit_set_sym_pqstate_commit_retries_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275600
    },
    "__set_sysinit_set_sym_preload_finish_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268096
    },
    "__set_sysinit_set_sym_preload_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268088
    },
    "__set_sysinit_set_sym_prison0_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267992
    },
    "__set_sysinit_set_sym_privcmd_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266032
    },
    "__set_sysinit_set_sym_prng_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269240
    },
    "__set_sysinit_set_sym_probemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260616
    },
    "__set_sysinit_set_sym_process_ctor_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268344
    },
    "__set_sysinit_set_sym_process_dtor_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268352
    },
    "__set_sysinit_set_sym_process_exec_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268392
    },
    "__set_sysinit_set_sym_process_exit_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268376
    },
    "__set_sysinit_set_sym_process_fini_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268368
    },
    "__set_sysinit_set_sym_process_fork_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268384
    },
    "__set_sysinit_set_sym_process_init_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268360
    },
    "__set_sysinit_set_sym_procfsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266696
    },
    "__set_sysinit_set_sym_pseudofsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266712
    },
    "__set_sysinit_set_sym_psm_atkbdcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275936
    },
    "__set_sysinit_set_sym_psmcpnp_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275952
    },
    "__set_sysinit_set_sym_psmcpnp_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275944
    },
    "__set_sysinit_set_sym_pts_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269784
    },
    "__set_sysinit_set_sym_puc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263984
    },
    "__set_sysinit_set_sym_pv_page_count_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277016
    },
    "__set_sysinit_set_sym_pvefirtmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265896
    },
    "__set_sysinit_set_sym_pvscsi_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265624
    },
    "__set_sysinit_set_sym_qla80xx_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277408
    },
    "__set_sysinit_set_sym_qpi_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276512
    },
    "__set_sysinit_set_sym_qsphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263248
    },
    "__set_sysinit_set_sym_queue_nops_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275616
    },
    "__set_sysinit_set_sym_queue_ops_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275608
    },
    "__set_sysinit_set_sym_racct_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268424
    },
    "__set_sysinit_set_sym_racct_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268440
    },
    "__set_sysinit_set_sym_racctd_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268432
    },
    "__set_sysinit_set_sym_ral_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264000
    },
    "__set_sysinit_set_sym_ram_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276768
    },
    "__set_sysinit_set_sym_random_alg_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264088
    },
    "__set_sysinit_set_sym_random_device_h_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264064
    },
    "__set_sysinit_set_sym_random_device_h_proc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264048
    },
    "__set_sysinit_set_sym_random_device_prime_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264072
    },
    "__set_sysinit_set_sym_random_devicemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264080
    },
    "__set_sysinit_set_sym_rc4module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260784
    },
    "__set_sysinit_set_sym_rctl_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268488
    },
    "__set_sysinit_set_sym_rdcphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263256
    },
    "__set_sysinit_set_sym_rdrandmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277392
    },
    "__set_sysinit_set_sym_re_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264128
    },
    "__set_sysinit_set_sym_reroot_conf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268584
    },
    "__set_sysinit_set_sym_rgephy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263264
    },
    "__set_sysinit_set_sym_ripcbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272960
    },
    "__set_sysinit_set_sym_rl_cardbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264152
    },
    "__set_sysinit_set_sym_rl_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264144
    },
    "__set_sysinit_set_sym_rl_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272752
    },
    "__set_sysinit_set_sym_rlphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263272
    },
    "__set_sysinit_set_sym_rm_spinlock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268520
    },
    "__set_sysinit_set_sym_rndtestmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264168
    },
    "__set_sysinit_set_sym_root_holds_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270632
    },
    "__set_sysinit_set_sym_rootbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268976
    },
    "__set_sysinit_set_sym_route_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271472
    },
    "__set_sysinit_set_sym_rs_epoch_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264056
    },
    "__set_sysinit_set_sym_rs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269248
    },
    "__set_sysinit_set_sym_rss_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271536
    },
    "__set_sysinit_set_sym_rsu_rtl8712fw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265200
    },
    "__set_sysinit_set_sym_rsu_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265192
    },
    "__set_sysinit_set_sym_rt2561_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264008
    },
    "__set_sysinit_set_sym_rt2561s_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264016
    },
    "__set_sysinit_set_sym_rt2661_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264024
    },
    "__set_sysinit_set_sym_rt2860_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264032
    },
    "__set_sysinit_set_sym_rt_addrmsg_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271464
    },
    "__set_sysinit_set_sym_rtables_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271512
    },
    "__set_sysinit_set_sym_rtc_list_lock_init_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269304
    },
    "__set_sysinit_set_sym_rtnl_cloner_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273864
    },
    "__set_sysinit_set_sym_rtnl_load_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273856
    },
    "__set_sysinit_set_sym_rtsock_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271576
    },
    "__set_sysinit_set_sym_rtsock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271552
    },
    "__set_sysinit_set_sym_rtwn_pci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264184
    },
    "__set_sysinit_set_sym_rtwn_rtl8188eefw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264200
    },
    "__set_sysinit_set_sym_rtwn_rtl8188eufw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264208
    },
    "__set_sysinit_set_sym_rtwn_rtl8192cfwE_B_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264224
    },
    "__set_sysinit_set_sym_rtwn_rtl8192cfwE_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264216
    },
    "__set_sysinit_set_sym_rtwn_rtl8192cfwT_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264232
    },
    "__set_sysinit_set_sym_rtwn_rtl8192cfwU_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264240
    },
    "__set_sysinit_set_sym_rtwn_rtl8192eufw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264248
    },
    "__set_sysinit_set_sym_rtwn_rtl8812aufw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264256
    },
    "__set_sysinit_set_sym_rtwn_rtl8821aufw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264264
    },
    "__set_sysinit_set_sym_rtwn_usb_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264192
    },
    "__set_sysinit_set_sym_rue_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265136
    },
    "__set_sysinit_set_sym_ruephy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265168
    },
    "__set_sysinit_set_sym_rum_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265208
    },
    "__set_sysinit_set_sym_run_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265216
    },
    "__set_sysinit_set_sym_runfw_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265224
    },
    "__set_sysinit_set_sym_samodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260728
    },
    "__set_sysinit_set_sym_sbp_firewiremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262464
    },
    "__set_sysinit_set_sym_sc_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277472
    },
    "__set_sysinit_set_sym_sc_mem_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264728
    },
    "__set_sysinit_set_sym_sched_initticks_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268864
    },
    "__set_sysinit_set_sym_sched_setup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268856
    },
    "__set_sysinit_set_sym_scrndr_vgamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277456
    },
    "__set_sysinit_set_sym_scsi_delay_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260624
    },
    "__set_sysinit_set_sym_scterm_dumbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264704
    },
    "__set_sysinit_set_sym_scterm_scmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264712
    },
    "__set_sysinit_set_sym_scterm_sctekenmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264720
    },
    "__set_sysinit_set_sym_sdhci_acpi_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264272
    },
    "__set_sysinit_set_sym_sdhci_pci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264288
    },
    "__set_sysinit_set_sym_select_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269640
    },
    "__set_sysinit_set_sym_set_port_type_mutex_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274424
    },
    "__set_sysinit_set_sym_sfstat_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268536
    },
    "__set_sysinit_set_sym_sge_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264304
    },
    "__set_sysinit_set_sym_shellmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267328
    },
    "__set_sysinit_set_sym_shm_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270112
    },
    "__set_sysinit_set_sym_shp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268544
    },
    "__set_sysinit_set_sym_shutdown_conf_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268576
    },
    "__set_sysinit_set_sym_signal_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268600
    },
    "__set_sysinit_set_sym_siis_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264328
    },
    "__set_sysinit_set_sym_siisch_siismodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264336
    },
    "__set_sysinit_set_sym_sis_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264344
    },
    "__set_sysinit_set_sym_sk_skcmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264376
    },
    "__set_sysinit_set_sym_skc_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264368
    },
    "__set_sysinit_set_sym_sleepinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268624
    },
    "__set_sysinit_set_sym_smartpqi_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277424
    },
    "__set_sysinit_set_sym_smbat_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261272
    },
    "__set_sysinit_set_sym_smbios_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264392
    },
    "__set_sysinit_set_sym_smcphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263280
    },
    "__set_sysinit_set_sym_smp_after_idle_runnable_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276736
    },
    "__set_sysinit_set_sym_smscphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263288
    },
    "__set_sysinit_set_sym_snd_cmi_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264400
    },
    "__set_sysinit_set_sym_snd_csa_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264408
    },
    "__set_sysinit_set_sym_snd_csapcm_csamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264416
    },
    "__set_sysinit_set_sym_snd_emu10kx_midi_emu10kxmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264440
    },
    "__set_sysinit_set_sym_snd_emu10kx_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264424
    },
    "__set_sysinit_set_sym_snd_emu10kx_pcm_emu10kxmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264432
    },
    "__set_sysinit_set_sym_snd_es137x_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264448
    },
    "__set_sysinit_set_sym_snd_hda_hdaccmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264480
    },
    "__set_sysinit_set_sym_snd_hda_hdacmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264520
    },
    "__set_sysinit_set_sym_snd_hda_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264504
    },
    "__set_sysinit_set_sym_snd_hda_pcm_hdaamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264488
    },
    "__set_sysinit_set_sym_snd_ich_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264456
    },
    "__set_sysinit_set_sym_snd_via8233_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264464
    },
    "__set_sysinit_set_sym_sndstat_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264632
    },
    "__set_sysinit_set_sym_so_global_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270136
    },
    "__set_sysinit_set_sym_soaio_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269664
    },
    "__set_sysinit_set_sym_socket_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270144
    },
    "__set_sysinit_set_sym_softdep_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275248
    },
    "__set_sysinit_set_sym_soundmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264640
    },
    "__set_sysinit_set_sym_speakermodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277448
    },
    "__set_sysinit_set_sym_srcaddrmtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272784
    },
    "__set_sysinit_set_sym_stack_chk_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268872
    },
    "__set_sysinit_set_sym_start_aps_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276744
    },
    "__set_sysinit_set_sym_start_softclock_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268768
    },
    "__set_sysinit_set_sym_start_softintr_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267960
    },
    "__set_sysinit_set_sym_ste_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264664
    },
    "__set_sysinit_set_sym_stge_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264680
    },
    "__set_sysinit_set_sym_stop_all_proc_blocker_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268408
    },
    "__set_sysinit_set_sym_storvsc_sys_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276088
    },
    "__set_sysinit_set_sym_storvsc_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276080
    },
    "__set_sysinit_set_sym_swap_free_completed_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275424
    },
    "__set_sysinit_set_sym_swap_free_deferred_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275416
    },
    "__set_sysinit_set_sym_sx_fp_set_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267832
    },
    "__set_sysinit_set_sym_sx_rules_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266168
    },
    "__set_sysinit_set_sym_sym_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264696
    },
    "__set_sysinit_set_sym_symlinktoobig_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270416
    },
    "__set_sysinit_set_sym_syncer_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270680
    },
    "__set_sysinit_set_sym_synch_setup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268616
    },
    "__set_sysinit_set_sym_sysbeep_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267592
    },
    "__set_sysinit_set_sym_sysctl_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268656
    },
    "__set_sysinit_set_sym_sysmouse_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265728
    },
    "__set_sysinit_set_sym_sysresource_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276776
    },
    "__set_sysinit_set_sym_sysvmsgmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269680
    },
    "__set_sysinit_set_sym_sysvsemmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269696
    },
    "__set_sysinit_set_sym_sysvshmmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269712
    },
    "__set_sysinit_set_sym_t4fw_cfg_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262208
    },
    "__set_sysinit_set_sym_t4iov_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262040
    },
    "__set_sysinit_set_sym_t4nex_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262136
    },
    "__set_sysinit_set_sym_t5fw_cfg_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262216
    },
    "__set_sysinit_set_sym_t5iov_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262048
    },
    "__set_sysinit_set_sym_t5nex_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262144
    },
    "__set_sysinit_set_sym_t6fw_cfg_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262224
    },
    "__set_sysinit_set_sym_t6iov_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262056
    },
    "__set_sysinit_set_sym_t6nex_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262152
    },
    "__set_sysinit_set_sym_taa_recalc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276592
    },
    "__set_sysinit_set_sym_taskqgroup_bind_if_config_tqg_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271376
    },
    "__set_sysinit_set_sym_taskqgroup_bind_if_io_tqg_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271360
    },
    "__set_sysinit_set_sym_taskqgroup_bind_softirq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269104
    },
    "__set_sysinit_set_sym_taskqgroup_if_config_tqg_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271368
    },
    "__set_sysinit_set_sym_taskqgroup_if_io_tqg_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271352
    },
    "__set_sysinit_set_sym_taskqgroup_softirq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269096
    },
    "__set_sysinit_set_sym_taskqueue_aiod_kick_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270224
    },
    "__set_sysinit_set_sym_taskqueue_deferred_unmount_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270616
    },
    "__set_sysinit_set_sym_taskqueue_fast_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269448
    },
    "__set_sysinit_set_sym_taskqueue_in6m_free_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273336
    },
    "__set_sysinit_set_sym_taskqueue_inm_free_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272720
    },
    "__set_sysinit_set_sym_taskqueue_kqueue_ctx_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267760
    },
    "__set_sysinit_set_sym_taskqueue_pci_hp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263896
    },
    "__set_sysinit_set_sym_taskqueue_swi_giant_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269432
    },
    "__set_sysinit_set_sym_taskqueue_swi_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269424
    },
    "__set_sysinit_set_sym_taskqueue_thread_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269440
    },
    "__set_sysinit_set_sym_tc_setclock_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268672
    },
    "__set_sysinit_set_sym_tcp_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273096
    },
    "__set_sysinit_set_sym_tcp_log_devmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264752
    },
    "__set_sysinit_set_sym_tcp_rl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273056
    },
    "__set_sysinit_set_sym_tcpcbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273080
    },
    "__set_sysinit_set_sym_tcpmd5module_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273792
    },
    "__set_sysinit_set_sym_tdkphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263296
    },
    "__set_sysinit_set_sym_thermal_mutex_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610261296
    },
    "__set_sysinit_set_sym_thread_ctor_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268712
    },
    "__set_sysinit_set_sym_thread_dtor_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268720
    },
    "__set_sysinit_set_sym_thread_fini_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268736
    },
    "__set_sysinit_set_sym_thread_init_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268728
    },
    "__set_sysinit_set_sym_ti_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264760
    },
    "__set_sysinit_set_sym_timecounter_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268688
    },
    "__set_sysinit_set_sym_timehands_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268680
    },
    "__set_sysinit_set_sym_tmpfsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266784
    },
    "__set_sysinit_set_sym_to_kill_gmaps_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266056
    },
    "__set_sysinit_set_sym_to_kill_grefs_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266048
    },
    "__set_sysinit_set_sym_trademark_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267360
    },
    "__set_sysinit_set_sym_truephy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263304
    },
    "__set_sysinit_set_sym_tsc_tc_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276792
    },
    "__set_sysinit_set_sym_tty_list_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269728
    },
    "__set_sysinit_set_sym_tty_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269736
    },
    "__set_sysinit_set_sym_ttyinq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269760
    },
    "__set_sysinit_set_sym_ttyoutq_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269768
    },
    "__set_sysinit_set_sym_tun_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271256
    },
    "__set_sysinit_set_sym_tunable_mbinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268184
    },
    "__set_sysinit_set_sym_turnstile0_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269464
    },
    "__set_sysinit_set_sym_tws_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264776
    },
    "__set_sysinit_set_sym_u3g_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265272
    },
    "__set_sysinit_set_sym_uark_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265280
    },
    "__set_sysinit_set_sym_uart_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264816
    },
    "__set_sysinit_set_sym_uart_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264824
    },
    "__set_sysinit_set_sym_uart_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264832
    },
    "__set_sysinit_set_sym_uart_pucmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264840
    },
    "__set_sysinit_set_sym_uath_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265232
    },
    "__set_sysinit_set_sym_ucode_log_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276800
    },
    "__set_sysinit_set_sym_ucode_release_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276808
    },
    "__set_sysinit_set_sym_ucom_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265352
    },
    "__set_sysinit_set_sym_udav_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265152
    },
    "__set_sysinit_set_sym_udp6_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273496
    },
    "__set_sysinit_set_sym_udp_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273176
    },
    "__set_sysinit_set_sym_udpcbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273144
    },
    "__set_sysinit_set_sym_udplitecbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273152
    },
    "__set_sysinit_set_sym_uethermodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265176
    },
    "__set_sysinit_set_sym_ufoma_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265288
    },
    "__set_sysinit_set_sym_ufsmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275320
    },
    "__set_sysinit_set_sym_uftdi_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265296
    },
    "__set_sysinit_set_sym_uhci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264872
    },
    "__set_sysinit_set_sym_uhid_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265360
    },
    "__set_sysinit_set_sym_uhub_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265024
    },
    "__set_sysinit_set_sym_uhub_usbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265016
    },
    "__set_sysinit_set_sym_uinputmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262368
    },
    "__set_sysinit_set_sym_ukbd_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265368
    },
    "__set_sysinit_set_sym_ukphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263312
    },
    "__set_sysinit_set_sym_uma_startup3_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275472
    },
    "__set_sysinit_set_sym_uma_startup4_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275480
    },
    "__set_sysinit_set_sym_uma_startup_pcpu_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275464
    },
    "__set_sysinit_set_sym_umass_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264976
    },
    "__set_sysinit_set_sym_umct_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265304
    },
    "__set_sysinit_set_sym_umodem_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265312
    },
    "__set_sysinit_set_sym_umtx_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268800
    },
    "__set_sysinit_set_sym_unit_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610269528
    },
    "__set_sysinit_set_sym_unp_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270176
    },
    "__set_sysinit_set_sym_uplcom_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265320
    },
    "__set_sysinit_set_sym_ural_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265248
    },
    "__set_sysinit_set_sym_urtw_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265256
    },
    "__set_sysinit_set_sym_usb_dev_init_post_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265008
    },
    "__set_sysinit_set_sym_usb_dev_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265000
    },
    "__set_sysinit_set_sym_usb_linux_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274344
    },
    "__set_sysinit_set_sym_usb_linux_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274336
    },
    "__set_sysinit_set_sym_usb_needs_explore_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265032
    },
    "__set_sysinit_set_sym_usb_quirk_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265376
    },
    "__set_sysinit_set_sym_usbpf_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265040
    },
    "__set_sysinit_set_sym_usbus_dwcotgmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264960
    },
    "__set_sysinit_set_sym_usbus_ehcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264920
    },
    "__set_sysinit_set_sym_usbus_musbotgmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264936
    },
    "__set_sysinit_set_sym_usbus_octusbmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264952
    },
    "__set_sysinit_set_sym_usbus_ohcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264904
    },
    "__set_sysinit_set_sym_usbus_saf1761otgmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264968
    },
    "__set_sysinit_set_sym_usbus_uhcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264912
    },
    "__set_sysinit_set_sym_usbus_uss820dcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264944
    },
    "__set_sysinit_set_sym_usbus_xhcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264928
    },
    "__set_sysinit_set_sym_user_pt_page_count_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277024
    },
    "__set_sysinit_set_sym_uslcom_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265328
    },
    "__set_sysinit_set_sym_uuid_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610268808
    },
    "__set_sysinit_set_sym_uvisor_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265336
    },
    "__set_sysinit_set_sym_uvscom_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265344
    },
    "__set_sysinit_set_sym_vcc_ccmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262200
    },
    "__set_sysinit_set_sym_vcxgbe_cxgbemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262184
    },
    "__set_sysinit_set_sym_vcxl_cxlmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610262192
    },
    "__set_sysinit_set_sym_version_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267368
    },
    "__set_sysinit_set_sym_vfs_hash_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270536
    },
    "__set_sysinit_set_sym_vfs_knlist_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270720
    },
    "__set_sysinit_set_sym_vfs_mount_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270624
    },
    "__set_sysinit_set_sym_vfs_mounted_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270592
    },
    "__set_sysinit_set_sym_vfs_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270664
    },
    "__set_sysinit_set_sym_vfs_unmounted_ehl_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270600
    },
    "__set_sysinit_set_sym_vfs_vector_cd9660_fifoops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267304
    },
    "__set_sysinit_set_sym_vfs_vector_cd9660_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267296
    },
    "__set_sysinit_set_sym_vfs_vector_dead_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266104
    },
    "__set_sysinit_set_sym_vfs_vector_default_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270512
    },
    "__set_sysinit_set_sym_vfs_vector_devfs_specops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266224
    },
    "__set_sysinit_set_sym_vfs_vector_devfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266216
    },
    "__set_sysinit_set_sym_vfs_vector_ffs_fifoops1_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275344
    },
    "__set_sysinit_set_sym_vfs_vector_ffs_fifoops2_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275360
    },
    "__set_sysinit_set_sym_vfs_vector_ffs_vnodeops1_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275336
    },
    "__set_sysinit_set_sym_vfs_vector_ffs_vnodeops2_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275352
    },
    "__set_sysinit_set_sym_vfs_vector_fifo_specops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266232
    },
    "__set_sysinit_set_sym_vfs_vector_mntfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266240
    },
    "__set_sysinit_set_sym_vfs_vector_msdosfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266280
    },
    "__set_sysinit_set_sym_vfs_vector_newnfs_fifoops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266544
    },
    "__set_sysinit_set_sym_vfs_vector_newnfs_fifoops_nosig_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266536
    },
    "__set_sysinit_set_sym_vfs_vector_newnfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266528
    },
    "__set_sysinit_set_sym_vfs_vector_newnfs_vnodeops_nosig_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266520
    },
    "__set_sysinit_set_sym_vfs_vector_null_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266688
    },
    "__set_sysinit_set_sym_vfs_vector_pfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266728
    },
    "__set_sysinit_set_sym_vfs_vector_sync_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270712
    },
    "__set_sysinit_set_sym_vfs_vector_tmpfs_fifoop_entries_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266760
    },
    "__set_sysinit_set_sym_vfs_vector_tmpfs_vnodeop_entries_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266744
    },
    "__set_sysinit_set_sym_vfs_vector_tmpfs_vnodeop_nonc_entries_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266752
    },
    "__set_sysinit_set_sym_vfs_vector_ufs_fifoops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275400
    },
    "__set_sysinit_set_sym_vfs_vector_ufs_vnodeops_f_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275392
    },
    "__set_sysinit_set_sym_vfsconf_sx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270552
    },
    "__set_sysinit_set_sym_vga_isamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277480
    },
    "__set_sysinit_set_sym_vgapci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263904
    },
    "__set_sysinit_set_sym_vgapm_vgapcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277488
    },
    "__set_sysinit_set_sym_vge_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265392
    },
    "__set_sysinit_set_sym_vid_mem_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275984
    },
    "__set_sysinit_set_sym_virtio_balloon_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265496
    },
    "__set_sysinit_set_sym_virtio_balloon_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265504
    },
    "__set_sysinit_set_sym_virtio_blk_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265480
    },
    "__set_sysinit_set_sym_virtio_blk_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265488
    },
    "__set_sysinit_set_sym_virtio_console_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265536
    },
    "__set_sysinit_set_sym_virtio_console_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265544
    },
    "__set_sysinit_set_sym_virtio_pci_legacy_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265424
    },
    "__set_sysinit_set_sym_virtio_pci_modern_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265440
    },
    "__set_sysinit_set_sym_virtio_scsi_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265520
    },
    "__set_sysinit_set_sym_virtio_scsi_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265528
    },
    "__set_sysinit_set_sym_virtiomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265408
    },
    "__set_sysinit_set_sym_vm_daemon_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275744
    },
    "__set_sysinit_set_sym_vm_kstacks_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275504
    },
    "__set_sysinit_set_sym_vm_lowmem_evh_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267808
    },
    "__set_sysinit_set_sym_vm_mem_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275512
    },
    "__set_sysinit_set_sym_vm_page2_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275632
    },
    "__set_sysinit_set_sym_vm_page_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275624
    },
    "__set_sysinit_set_sym_vm_reserv_broken_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275712
    },
    "__set_sysinit_set_sym_vm_reserv_freed_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275720
    },
    "__set_sysinit_set_sym_vm_reserv_reclaimed_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275728
    },
    "__set_sysinit_set_sym_vmbus_acpi_syscontainermodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276160
    },
    "__set_sysinit_set_sym_vmbus_pcib_vmbusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276056
    },
    "__set_sysinit_set_sym_vmbus_pcibmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276152
    },
    "__set_sysinit_set_sym_vmbus_res_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276176
    },
    "__set_sysinit_set_sym_vmd_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277464
    },
    "__set_sysinit_set_sym_vmdaemon_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275736
    },
    "__set_sysinit_set_sym_vmgenc_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265552
    },
    "__set_sysinit_set_sym_vmstats_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275544
    },
    "__set_sysinit_set_sym_vmx_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265560
    },
    "__set_sysinit_set_sym_vnet0_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271640
    },
    "__set_sysinit_set_sym_vnet_data_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271656
    },
    "__set_sysinit_set_sym_vnet_init_def_policy_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273536
    },
    "__set_sysinit_set_sym_vnet_init_done_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271648
    },
    "__set_sysinit_set_sym_vnet_init_hhook_vnet_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267864
    },
    "__set_sysinit_set_sym_vnet_init_icmp_bandlimit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272816
    },
    "__set_sysinit_set_sym_vnet_init_in_pcbhashseed_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272736
    },
    "__set_sysinit_set_sym_vnet_init_ip6_vnet_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273384
    },
    "__set_sysinit_set_sym_vnet_init_ip_carp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272616
    },
    "__set_sysinit_set_sym_vnet_init_ip_id_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272648
    },
    "__set_sysinit_set_sym_vnet_init_ip_vnet_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272848
    },
    "__set_sysinit_set_sym_vnet_init_key_vnet_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273632
    },
    "__set_sysinit_set_sym_vnet_init_nfs_fhanew_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266608
    },
    "__set_sysinit_set_sym_vnet_init_nfs_vnetinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266496
    },
    "__set_sysinit_set_sym_vnet_init_nfsrv_vnetinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266632
    },
    "__set_sysinit_set_sym_vnet_init_prelink_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271632
    },
    "__set_sysinit_set_sym_vnet_init_rip_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272968
    },
    "__set_sysinit_set_sym_vnet_init_rpctls_vnetinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274840
    },
    "__set_sysinit_set_sym_vnet_init_socket_vnet_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270152
    },
    "__set_sysinit_set_sym_vnet_init_tcp_vnet_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273088
    },
    "__set_sysinit_set_sym_vnet_init_udp_vnet_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273160
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ahstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273696
    },
    "__set_sysinit_set_sym_vnet_init_vnet_arp_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272488
    },
    "__set_sysinit_set_sym_vnet_init_vnet_arpstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272472
    },
    "__set_sysinit_set_sym_vnet_init_vnet_bridge_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270920
    },
    "__set_sysinit_set_sym_vnet_init_vnet_carpstats_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272600
    },
    "__set_sysinit_set_sym_vnet_init_vnet_cc_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272992
    },
    "__set_sysinit_set_sym_vnet_init_vnet_enc_init_proto_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270968
    },
    "__set_sysinit_set_sym_vnet_init_vnet_enc_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270960
    },
    "__set_sysinit_set_sym_vnet_init_vnet_espstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273728
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ether_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271008
    },
    "__set_sysinit_set_sym_vnet_init_vnet_gif_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271056
    },
    "__set_sysinit_set_sym_vnet_init_vnet_gre_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271096
    },
    "__set_sysinit_set_sym_vnet_init_vnet_icmp6stat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273232
    },
    "__set_sysinit_set_sym_vnet_init_vnet_icmpstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272800
    },
    "__set_sysinit_set_sym_vnet_init_vnet_if_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270872
    },
    "__set_sysinit_set_sym_vnet_init_vnet_igmp_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272528
    },
    "__set_sysinit_set_sym_vnet_init_vnet_igmpstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272512
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ip6stat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273360
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ipcompstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273760
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ipsec4stat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273504
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ipsec6stat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273520
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ipsec_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271136
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ipstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272832
    },
    "__set_sysinit_set_sym_vnet_init_vnet_lagg_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271160
    },
    "__set_sysinit_set_sym_vnet_init_vnet_loif_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271184
    },
    "__set_sysinit_set_sym_vnet_init_vnet_mld_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273448
    },
    "__set_sysinit_set_sym_vnet_init_vnet_mroute_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272920
    },
    "__set_sysinit_set_sym_vnet_init_vnet_mrtstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272880
    },
    "__set_sysinit_set_sym_vnet_init_vnet_netgraph_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272064
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ng_eiface_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272168
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ng_ether_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272192
    },
    "__set_sysinit_set_sym_vnet_init_vnet_ng_iface_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272232
    },
    "__set_sysinit_set_sym_vnet_init_vnet_pf_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274032
    },
    "__set_sysinit_set_sym_vnet_init_vnet_pfkeystat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273664
    },
    "__set_sysinit_set_sym_vnet_init_vnet_pflog_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273880
    },
    "__set_sysinit_set_sym_vnet_init_vnet_pfsync_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273912
    },
    "__set_sysinit_set_sym_vnet_init_vnet_pimstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272904
    },
    "__set_sysinit_set_sym_vnet_init_vnet_rip6stat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273480
    },
    "__set_sysinit_set_sym_vnet_init_vnet_rtables_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271520
    },
    "__set_sysinit_set_sym_vnet_init_vnet_rtsock_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271560
    },
    "__set_sysinit_set_sym_vnet_init_vnet_rtstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271448
    },
    "__set_sysinit_set_sym_vnet_init_vnet_sysinit_done_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271664
    },
    "__set_sysinit_set_sym_vnet_init_vnet_tun_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271264
    },
    "__set_sysinit_set_sym_vnet_init_vnet_udpstat_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273128
    },
    "__set_sysinit_set_sym_vnet_init_vnet_vlan_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271320
    },
    "__set_sysinit_set_sym_vnet_uninit_def_policy_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273544
    },
    "__set_sysinit_set_sym_vnet_uninit_hhook_vnet_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610267872
    },
    "__set_sysinit_set_sym_vnet_uninit_icmp_bandlimit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272824
    },
    "__set_sysinit_set_sym_vnet_uninit_in6m_release_wait_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273344
    },
    "__set_sysinit_set_sym_vnet_uninit_inet6_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273400
    },
    "__set_sysinit_set_sym_vnet_uninit_inm_release_wait_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272728
    },
    "__set_sysinit_set_sym_vnet_uninit_ip_id_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272656
    },
    "__set_sysinit_set_sym_vnet_uninit_ip_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272864
    },
    "__set_sysinit_set_sym_vnet_uninit_key_vnet_destroy_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273648
    },
    "__set_sysinit_set_sym_vnet_uninit_nfs_cleanup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266504
    },
    "__set_sysinit_set_sym_vnet_uninit_nfs_fhanew_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266616
    },
    "__set_sysinit_set_sym_vnet_uninit_nfsrv_cleanup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266640
    },
    "__set_sysinit_set_sym_vnet_uninit_raw_ip_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272976
    },
    "__set_sysinit_set_sym_vnet_uninit_rpctls_cleanup_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274848
    },
    "__set_sysinit_set_sym_vnet_uninit_rtables_destroy_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271528
    },
    "__set_sysinit_set_sym_vnet_uninit_socket_vnet_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270160
    },
    "__set_sysinit_set_sym_vnet_uninit_tcp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273104
    },
    "__set_sysinit_set_sym_vnet_uninit_udp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273168
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ahstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273704
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_arp_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272496
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_arpstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272480
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_bridge_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270928
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_carpstats_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272608
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_destroy_unhops_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273872
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_enc_uninit_hhook_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270984
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_enc_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270976
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_espstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273736
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ether_pfil_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271016
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ether_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271024
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_gif_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271064
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_gre_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271104
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_icmp6stat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273240
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_icmpstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272808
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_if_return_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270880
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_igmp_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272536
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_igmpstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272520
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ip6stat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273368
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ipcompstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273768
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ipsec4stat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273512
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ipsec6stat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273528
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ipsec_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271144
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ipstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272840
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_lagg_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271168
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_loif_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271192
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_mld_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273456
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_mroute_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272928
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_mrtstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272888
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_netgraph_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272072
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ng_eiface_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272176
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_ng_iface_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272240
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_nl_ctl_destroy_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273840
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_pf_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274040
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_pfkeystat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273672
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_pflog_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273888
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_pfsync_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273920
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_pimstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610272912
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_rip6stat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273488
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_rts_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271568
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_rtstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271456
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_tun_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271272
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_udpstat_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273136
    },
    "__set_sysinit_set_sym_vnet_uninit_vnet_vlan_uninit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271328
    },
    "__set_sysinit_set_sym_vnlru_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270672
    },
    "__set_sysinit_set_sym_vnode_pager_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275752
    },
    "__set_sysinit_set_sym_vr_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265632
    },
    "__set_sysinit_set_sym_vscphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263320
    },
    "__set_sysinit_set_sym_vt_early_cons_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265688
    },
    "__set_sysinit_set_sym_vt_init_font_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265696
    },
    "__set_sysinit_set_sym_vt_logos_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265704
    },
    "__set_sysinit_set_sym_vt_update_static_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265680
    },
    "__set_sysinit_set_sym_vte_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265744
    },
    "__set_sysinit_set_sym_vtnet_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265448
    },
    "__set_sysinit_set_sym_vtnet_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265456
    },
    "__set_sysinit_set_sym_vtvga_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265648
    },
    "__set_sysinit_set_sym_watchdogmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265760
    },
    "__set_sysinit_set_sym_wlan_amrrmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271736
    },
    "__set_sysinit_set_sym_wlan_auth_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271936
    },
    "__set_sysinit_set_sym_wlan_ccmpmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271752
    },
    "__set_sysinit_set_sym_wlan_ht_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271840
    },
    "__set_sysinit_set_sym_wlan_hwmp_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271848
    },
    "__set_sysinit_set_sym_wlan_mesh_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271896
    },
    "__set_sysinit_set_sym_wlan_phy_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271920
    },
    "__set_sysinit_set_sym_wlan_ratectl_nonemodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271952
    },
    "__set_sysinit_set_sym_wlan_rssadaptmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271960
    },
    "__set_sysinit_set_sym_wlan_stamodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271968
    },
    "__set_sysinit_set_sym_wlan_tkipmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271760
    },
    "__set_sysinit_set_sym_wlan_vht_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271984
    },
    "__set_sysinit_set_sym_wlan_wepmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271768
    },
    "__set_sysinit_set_sym_wlan_wlan_aclmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271728
    },
    "__set_sysinit_set_sym_wlan_xauthmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271992
    },
    "__set_sysinit_set_sym_wlanmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610271832
    },
    "__set_sysinit_set_sym_wpi_fwmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265776
    },
    "__set_sysinit_set_sym_wpi_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265768
    },
    "__set_sysinit_set_sym_ww_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610274240
    },
    "__set_sysinit_set_sym_x86biosmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277544
    },
    "__set_sysinit_set_sym_x86memdev_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276712
    },
    "__set_sysinit_set_sym_xbbd_xenbusb_backmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265824
    },
    "__set_sysinit_set_sym_xbd_xenbusb_frontmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265808
    },
    "__set_sysinit_set_sym_xc_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265856
    },
    "__set_sysinit_set_sym_xctrl_xenstoremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265864
    },
    "__set_sysinit_set_sym_xdrmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275792
    },
    "__set_sysinit_set_sym_xe_xenbusb_frontmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265952
    },
    "__set_sysinit_set_sym_xen_cpu_acpimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265888
    },
    "__set_sysinit_set_sym_xen_hvm_cpu_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276848
    },
    "__set_sysinit_set_sym_xen_hvm_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276840
    },
    "__set_sysinit_set_sym_xen_intr_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265832
    },
    "__set_sysinit_set_sym_xen_intrcnt_init_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276864
    },
    "__set_sysinit_set_sym_xen_setup_cpus_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610276856
    },
    "__set_sysinit_set_sym_xenballoon_xenstoremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265792
    },
    "__set_sysinit_set_sym_xenbusb_back_xenstoremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275776
    },
    "__set_sysinit_set_sym_xenbusb_front_xenstoremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610275768
    },
    "__set_sysinit_set_sym_xendebug_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266072
    },
    "__set_sysinit_set_sym_xenpci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265968
    },
    "__set_sysinit_set_sym_xenpv_nexusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265848
    },
    "__set_sysinit_set_sym_xenstore_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265984
    },
    "__set_sysinit_set_sym_xentimer_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265960
    },
    "__set_sysinit_set_sym_xfroms_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610273688
    },
    "__set_sysinit_set_sym_xhci_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610264880
    },
    "__set_sysinit_set_sym_xl_pcimodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266080
    },
    "__set_sysinit_set_sym_xlphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266096
    },
    "__set_sysinit_set_sym_xmphy_miibusmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610263328
    },
    "__set_sysinit_set_sym_xnb_xenbusb_backmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265928
    },
    "__set_sysinit_set_sym_xpt_hw_delay_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260552
    },
    "__set_sysinit_set_sym_xpt_topo_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260528
    },
    "__set_sysinit_set_sym_xptmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260536
    },
    "__set_sysinit_set_sym_xs_dev_xenstoremodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265992
    },
    "__set_sysinit_set_sym_xsd_dev_xenpvmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610266000
    },
    "__set_sysinit_set_sym_xzmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610260768
    },
    "__set_sysinit_set_sym_zap_bucket_relock_success_counter_sysinit_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270424
    },
    "__set_sysinit_set_sym_zlibmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610270752
    },
    "__set_sysinit_set_sym_zyd_uhubmodule_sys_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610265264
    },
    "__set_sysuninit_set_sym_CISS_MALLOC_CLASS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278232
    },
    "__set_sysuninit_set_sym_M_80211_ACL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282568
    },
    "__set_sysuninit_set_sym_M_80211_CRYPTO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282576
    },
    "__set_sysuninit_set_sym_M_80211_DFS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282632
    },
    "__set_sysuninit_set_sym_M_80211_MESH_GT_RT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282672
    },
    "__set_sysuninit_set_sym_M_80211_MESH_PERR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282656
    },
    "__set_sysuninit_set_sym_M_80211_MESH_PREP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282648
    },
    "__set_sysuninit_set_sym_M_80211_MESH_PREQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282640
    },
    "__set_sysuninit_set_sym_M_80211_MESH_RT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282664
    },
    "__set_sysuninit_set_sym_M_80211_NODE_IE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282688
    },
    "__set_sysuninit_set_sym_M_80211_NODE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282680
    },
    "__set_sysuninit_set_sym_M_80211_POWER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282696
    },
    "__set_sysuninit_set_sym_M_80211_RATECTL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282704
    },
    "__set_sysuninit_set_sym_M_80211_SCAN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282712
    },
    "__set_sysuninit_set_sym_M_80211_VAP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282552
    },
    "__set_sysuninit_set_sym_M_AACBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277928
    },
    "__set_sysuninit_set_sym_M_AACCAM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277936
    },
    "__set_sysuninit_set_sym_M_AACRAIDBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277944
    },
    "__set_sysuninit_set_sym_M_AACRAIDCAM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277952
    },
    "__set_sysuninit_set_sym_M_AC97_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278640
    },
    "__set_sysuninit_set_sym_M_ACCF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281136
    },
    "__set_sysuninit_set_sym_M_ACL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281488
    },
    "__set_sysuninit_set_sym_M_ACPICA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277968
    },
    "__set_sysuninit_set_sym_M_ACPICMBAT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278024
    },
    "__set_sysuninit_set_sym_M_ACPIDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277992
    },
    "__set_sysuninit_set_sym_M_ACPIINTR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277960
    },
    "__set_sysuninit_set_sym_M_ACPIPERF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278064
    },
    "__set_sysuninit_set_sym_M_ACPIPWR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278072
    },
    "__set_sysuninit_set_sym_M_ACPISEM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277984
    },
    "__set_sysuninit_set_sym_M_ACPITASK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277976
    },
    "__set_sysuninit_set_sym_M_AGP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278104
    },
    "__set_sysuninit_set_sym_M_AHCI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278112
    },
    "__set_sysuninit_set_sym_M_AH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283960
    },
    "__set_sysuninit_set_sym_M_AIO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281504
    },
    "__set_sysuninit_set_sym_M_ALD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279728
    },
    "__set_sysuninit_set_sym_M_ALLOCDIRECT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285016
    },
    "__set_sysuninit_set_sym_M_ALLOCINDIR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285032
    },
    "__set_sysuninit_set_sym_M_APMDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285696
    },
    "__set_sysuninit_set_sym_M_ATADA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277800
    },
    "__set_sysuninit_set_sym_M_ATADMA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278176
    },
    "__set_sysuninit_set_sym_M_ATAPCI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278184
    },
    "__set_sysuninit_set_sym_M_ATA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278168
    },
    "__set_sysuninit_set_sym_M_ATHDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278192
    },
    "__set_sysuninit_set_sym_M_ATH_HAL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278208
    },
    "__set_sysuninit_set_sym_M_ATKBDDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285616
    },
    "__set_sysuninit_set_sym_M_AUDITBSM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284912
    },
    "__set_sysuninit_set_sym_M_AUDITCRED_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284872
    },
    "__set_sysuninit_set_sym_M_AUDITDATA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284880
    },
    "__set_sysuninit_set_sym_M_AUDITEVCLASS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284920
    },
    "__set_sysuninit_set_sym_M_AUDITEVNAME_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284928
    },
    "__set_sysuninit_set_sym_M_AUDITGIDSET_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284904
    },
    "__set_sysuninit_set_sym_M_AUDITPATH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284888
    },
    "__set_sysuninit_set_sym_M_AUDITTEXT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284896
    },
    "__set_sysuninit_set_sym_M_AUDITTRIGGER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284960
    },
    "__set_sysuninit_set_sym_M_AUDIT_PIPE_ENTRY_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284944
    },
    "__set_sysuninit_set_sym_M_AUDIT_PIPE_PRESELECT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284952
    },
    "__set_sysuninit_set_sym_M_AUDIT_PIPE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284936
    },
    "__set_sysuninit_set_sym_M_AXGBE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286056
    },
    "__set_sysuninit_set_sym_M_BACKLIGHT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278216
    },
    "__set_sysuninit_set_sym_M_BALLOON_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278912
    },
    "__set_sysuninit_set_sym_M_BIOBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281512
    },
    "__set_sysuninit_set_sym_M_BMSAFEMAP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285000
    },
    "__set_sysuninit_set_sym_M_BNXT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278224
    },
    "__set_sysuninit_set_sym_M_BOOTTRACE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279736
    },
    "__set_sysuninit_set_sym_M_BOUNCE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285800
    },
    "__set_sysuninit_set_sym_M_BPF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281904
    },
    "__set_sysuninit_set_sym_M_BUSDMA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285792
    },
    "__set_sysuninit_set_sym_M_BUS_SC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280576
    },
    "__set_sysuninit_set_sym_M_BUS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280568
    },
    "__set_sysuninit_set_sym_M_BWMETER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283304
    },
    "__set_sysuninit_set_sym_M_BXE_ILT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285624
    },
    "__set_sysuninit_set_sym_M_CACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280192
    },
    "__set_sysuninit_set_sym_M_CALLOUT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280488
    },
    "__set_sysuninit_set_sym_M_CAMCCBQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277712
    },
    "__set_sysuninit_set_sym_M_CAMCCB_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277752
    },
    "__set_sysuninit_set_sym_M_CAMDEVQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277704
    },
    "__set_sysuninit_set_sym_M_CAMDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277744
    },
    "__set_sysuninit_set_sym_M_CAMPATH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277760
    },
    "__set_sysuninit_set_sym_M_CAMPERIPH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277688
    },
    "__set_sysuninit_set_sym_M_CAMQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277696
    },
    "__set_sysuninit_set_sym_M_CAMSCHED_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277680
    },
    "__set_sysuninit_set_sym_M_CAMSIM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277720
    },
    "__set_sysuninit_set_sym_M_CAMXPT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277736
    },
    "__set_sysuninit_set_sym_M_CARP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283048
    },
    "__set_sysuninit_set_sym_M_CC_MEM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283376
    },
    "__set_sysuninit_set_sym_M_CDEVPDATA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279088
    },
    "__set_sysuninit_set_sym_M_CDEVP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279040
    },
    "__set_sysuninit_set_sym_M_CHACHA20RANDOM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281880
    },
    "__set_sysuninit_set_sym_M_CLONE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282032
    },
    "__set_sysuninit_set_sym_M_COMPRESS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280600
    },
    "__set_sysuninit_set_sym_M_CPUS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285840
    },
    "__set_sysuninit_set_sym_M_CRED_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280344
    },
    "__set_sysuninit_set_sym_M_CRYPTO_DATA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284696
    },
    "__set_sysuninit_set_sym_M_CXGBE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278240
    },
    "__set_sysuninit_set_sym_M_DDB_CAPTURE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277864
    },
    "__set_sysuninit_set_sym_M_DEVBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280200
    },
    "__set_sysuninit_set_sym_M_DEVFS2_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279024
    },
    "__set_sysuninit_set_sym_M_DEVFS3_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279032
    },
    "__set_sysuninit_set_sym_M_DEVFS4_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279048
    },
    "__set_sysuninit_set_sym_M_DEVFSRULE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279064
    },
    "__set_sysuninit_set_sym_M_DEVFS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279080
    },
    "__set_sysuninit_set_sym_M_DEVSTAT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280616
    },
    "__set_sysuninit_set_sym_M_DEVT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279776
    },
    "__set_sysuninit_set_sym_M_DIRADD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285064
    },
    "__set_sysuninit_set_sym_M_DIRHASH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285312
    },
    "__set_sysuninit_set_sym_M_DIRREM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285080
    },
    "__set_sysuninit_set_sym_M_DMAR_CTX_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285704
    },
    "__set_sysuninit_set_sym_M_DMAR_DOMAIN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285712
    },
    "__set_sysuninit_set_sym_M_DMAR_IDPGTBL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285752
    },
    "__set_sysuninit_set_sym_M_DQUOT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285320
    },
    "__set_sysuninit_set_sym_M_DUMPER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280400
    },
    "__set_sysuninit_set_sym_M_EKCD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280408
    },
    "__set_sysuninit_set_sym_M_ELI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279528
    },
    "__set_sysuninit_set_sym_M_ENTROPY_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278584
    },
    "__set_sysuninit_set_sym_M_ESP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283992
    },
    "__set_sysuninit_set_sym_M_EVDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278280
    },
    "__set_sysuninit_set_sym_M_EVENTFD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281016
    },
    "__set_sysuninit_set_sym_M_EVENTHANDLER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280624
    },
    "__set_sysuninit_set_sym_M_EVTCHN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278984
    },
    "__set_sysuninit_set_sym_M_FADVISE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281872
    },
    "__set_sysuninit_set_sym_M_FAIL_POINT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279960
    },
    "__set_sysuninit_set_sym_M_FEEDER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278664
    },
    "__set_sysuninit_set_sym_M_FICT_PAGES_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285504
    },
    "__set_sysuninit_set_sym_M_FILECAPS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279872
    },
    "__set_sysuninit_set_sym_M_FILEDESC_TO_LEADER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279856
    },
    "__set_sysuninit_set_sym_M_FILEDESC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279832
    },
    "__set_sysuninit_set_sym_M_FIRMWARE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280640
    },
    "__set_sysuninit_set_sym_M_FLASHMAP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279544
    },
    "__set_sysuninit_set_sym_M_FPUKERN_CTX_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285880
    },
    "__set_sysuninit_set_sym_M_FRAG6_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283544
    },
    "__set_sysuninit_set_sym_M_FREEBLKS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285048
    },
    "__set_sysuninit_set_sym_M_FREEDEP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285104
    },
    "__set_sysuninit_set_sym_M_FREEFILE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285056
    },
    "__set_sysuninit_set_sym_M_FREEFRAG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285040
    },
    "__set_sysuninit_set_sym_M_FREEWORK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285096
    },
    "__set_sysuninit_set_sym_M_FWMEM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278304
    },
    "__set_sysuninit_set_sym_M_FWXFER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278296
    },
    "__set_sysuninit_set_sym_M_FW_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278288
    },
    "__set_sysuninit_set_sym_M_GBDE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279520
    },
    "__set_sysuninit_set_sym_M_GEOM_UZIP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279680
    },
    "__set_sysuninit_set_sym_M_GEOM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279552
    },
    "__set_sysuninit_set_sym_M_GIF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282096
    },
    "__set_sysuninit_set_sym_M_GNTDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279000
    },
    "__set_sysuninit_set_sym_M_GRE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282128
    },
    "__set_sysuninit_set_sym_M_GTASKQUEUE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280648
    },
    "__set_sysuninit_set_sym_M_HDAA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278616
    },
    "__set_sysuninit_set_sym_M_HDACC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278632
    },
    "__set_sysuninit_set_sym_M_HDAC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278624
    },
    "__set_sysuninit_set_sym_M_HHOOK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279984
    },
    "__set_sysuninit_set_sym_M_HOSTCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283400
    },
    "__set_sysuninit_set_sym_M_HVSOCK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285640
    },
    "__set_sysuninit_set_sym_M_IAVF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286064
    },
    "__set_sysuninit_set_sym_M_ICE_OSDEP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286080
    },
    "__set_sysuninit_set_sym_M_ICE_RESMGR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286088
    },
    "__set_sysuninit_set_sym_M_ICE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286072
    },
    "__set_sysuninit_set_sym_M_IDR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284400
    },
    "__set_sysuninit_set_sym_M_IFADDR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281960
    },
    "__set_sysuninit_set_sym_M_IFDESCR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281920
    },
    "__set_sysuninit_set_sym_M_IFLIB_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282336
    },
    "__set_sysuninit_set_sym_M_IFMADDR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281968
    },
    "__set_sysuninit_set_sym_M_IFNET_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281952
    },
    "__set_sysuninit_set_sym_M_IGMP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282976
    },
    "__set_sysuninit_set_sym_M_IN6MFILTER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283576
    },
    "__set_sysuninit_set_sym_M_INDIRDEP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285024
    },
    "__set_sysuninit_set_sym_M_INMFILTER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283104
    },
    "__set_sysuninit_set_sym_M_INODEDEP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284992
    },
    "__set_sysuninit_set_sym_M_INTR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285808
    },
    "__set_sysuninit_set_sym_M_IOAPIC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286144
    },
    "__set_sysuninit_set_sym_M_IOCTLOPS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281024
    },
    "__set_sysuninit_set_sym_M_IOMMU_DMAMAP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285680
    },
    "__set_sysuninit_set_sym_M_IOV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281040
    },
    "__set_sysuninit_set_sym_M_IP6MADDR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283584
    },
    "__set_sysuninit_set_sym_M_IP6MOPTS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283592
    },
    "__set_sysuninit_set_sym_M_IP6MSOURCE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283600
    },
    "__set_sysuninit_set_sym_M_IP6NDP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283736
    },
    "__set_sysuninit_set_sym_M_IP6OPT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283696
    },
    "__set_sysuninit_set_sym_M_IPCOMP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284024
    },
    "__set_sysuninit_set_sym_M_IPID_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283080
    },
    "__set_sysuninit_set_sym_M_IPMADDR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283112
    },
    "__set_sysuninit_set_sym_M_IPMOPTS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283120
    },
    "__set_sysuninit_set_sym_M_IPMSOURCE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283128
    },
    "__set_sysuninit_set_sym_M_IPREASS_HASH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283344
    },
    "__set_sysuninit_set_sym_M_IPSBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278328
    },
    "__set_sysuninit_set_sym_M_IPSEC_INPCB_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283808
    },
    "__set_sysuninit_set_sym_M_IPSEC_MISC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283848
    },
    "__set_sysuninit_set_sym_M_IPSEC_SAH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283824
    },
    "__set_sysuninit_set_sym_M_IPSEC_SAQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283856
    },
    "__set_sysuninit_set_sym_M_IPSEC_SAR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283864
    },
    "__set_sysuninit_set_sym_M_IPSEC_SA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283816
    },
    "__set_sysuninit_set_sym_M_IPSEC_SPDCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283872
    },
    "__set_sysuninit_set_sym_M_IPSEC_SP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283832
    },
    "__set_sysuninit_set_sym_M_IPSEC_SR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283840
    },
    "__set_sysuninit_set_sym_M_IPSEC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282160
    },
    "__set_sysuninit_set_sym_M_ISADEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279688
    },
    "__set_sysuninit_set_sym_M_ISCI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285688
    },
    "__set_sysuninit_set_sym_M_ISOFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279696
    },
    "__set_sysuninit_set_sym_M_ISOFSNODE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279704
    },
    "__set_sysuninit_set_sym_M_ITHREAD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280016
    },
    "__set_sysuninit_set_sym_M_IXGBE_SRIOV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278344
    },
    "__set_sysuninit_set_sym_M_IXGBE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278336
    },
    "__set_sysuninit_set_sym_M_IXL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286096
    },
    "__set_sysuninit_set_sym_M_JADDREF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285112
    },
    "__set_sysuninit_set_sym_M_JBLOCKS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285216
    },
    "__set_sysuninit_set_sym_M_JFREEBLK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285144
    },
    "__set_sysuninit_set_sym_M_JFREEFRAG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285152
    },
    "__set_sysuninit_set_sym_M_JFSYNC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285192
    },
    "__set_sysuninit_set_sym_M_JMVREF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285128
    },
    "__set_sysuninit_set_sym_M_JNEWBLK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285136
    },
    "__set_sysuninit_set_sym_M_JREMREF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285120
    },
    "__set_sysuninit_set_sym_M_JSEGDEP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285168
    },
    "__set_sysuninit_set_sym_M_JSEG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285160
    },
    "__set_sysuninit_set_sym_M_JTRUNC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285184
    },
    "__set_sysuninit_set_sym_M_KBDMUX_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278352
    },
    "__set_sysuninit_set_sym_M_KDTRACE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279896
    },
    "__set_sysuninit_set_sym_M_KENV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279904
    },
    "__set_sysuninit_set_sym_M_KMALLOC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284312
    },
    "__set_sysuninit_set_sym_M_KOBJ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280656
    },
    "__set_sysuninit_set_sym_M_KQUEUE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279920
    },
    "__set_sysuninit_set_sym_M_KTLS_OCF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284720
    },
    "__set_sysuninit_set_sym_M_KTLS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281408
    },
    "__set_sysuninit_set_sym_M_KTRACE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280144
    },
    "__set_sysuninit_set_sym_M_LAGG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282192
    },
    "__set_sysuninit_set_sym_M_LAPIC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286168
    },
    "__set_sysuninit_set_sym_M_LED_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278360
    },
    "__set_sysuninit_set_sym_M_LEGACYDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285824
    },
    "__set_sysuninit_set_sym_M_LINKER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280152
    },
    "__set_sysuninit_set_sym_M_LIO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281496
    },
    "__set_sysuninit_set_sym_M_LKPI80211_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284296
    },
    "__set_sysuninit_set_sym_M_LKPIMHI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284368
    },
    "__set_sysuninit_set_sym_M_LKPISKB_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284432
    },
    "__set_sysuninit_set_sym_M_LKPI_FW_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284336
    },
    "__set_sysuninit_set_sym_M_LLTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282232
    },
    "__set_sysuninit_set_sym_M_LOCKF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280168
    },
    "__set_sysuninit_set_sym_M_LOGINCLASS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280176
    },
    "__set_sysuninit_set_sym_M_LRO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283408
    },
    "__set_sysuninit_set_sym_M_LSATTR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284480
    },
    "__set_sysuninit_set_sym_M_LSEQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284472
    },
    "__set_sysuninit_set_sym_M_MADT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286136
    },
    "__set_sysuninit_set_sym_M_MALODEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278368
    },
    "__set_sysuninit_set_sym_M_MCA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285832
    },
    "__set_sysuninit_set_sym_M_MDSECT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278384
    },
    "__set_sysuninit_set_sym_M_MD_DDF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279592
    },
    "__set_sysuninit_set_sym_M_MD_INTEL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279600
    },
    "__set_sysuninit_set_sym_M_MD_JMICRON_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279608
    },
    "__set_sysuninit_set_sym_M_MD_NVIDIA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279616
    },
    "__set_sysuninit_set_sym_M_MD_PROMISE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279624
    },
    "__set_sysuninit_set_sym_M_MD_SII_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279632
    },
    "__set_sysuninit_set_sym_M_MD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278376
    },
    "__set_sysuninit_set_sym_M_MEMDESC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285912
    },
    "__set_sysuninit_set_sym_M_MFIBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278392
    },
    "__set_sysuninit_set_sym_M_MIDI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278704
    },
    "__set_sysuninit_set_sym_M_MIRROR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279576
    },
    "__set_sysuninit_set_sym_M_MIXER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278680
    },
    "__set_sysuninit_set_sym_M_MKDIR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285072
    },
    "__set_sysuninit_set_sym_M_MLD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283704
    },
    "__set_sysuninit_set_sym_M_MLX5EN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284592
    },
    "__set_sysuninit_set_sym_M_MLX5E_TLS_RX_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284648
    },
    "__set_sysuninit_set_sym_M_MLX5E_TLS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284632
    },
    "__set_sysuninit_set_sym_M_MLX5_DUMP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284544
    },
    "__set_sysuninit_set_sym_M_MLX5_EEPROM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284688
    },
    "__set_sysuninit_set_sym_M_MODULE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280232
    },
    "__set_sysuninit_set_sym_M_MOUNTDATA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285224
    },
    "__set_sysuninit_set_sym_M_MOUNT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281800
    },
    "__set_sysuninit_set_sym_M_MPRSAS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278408
    },
    "__set_sysuninit_set_sym_M_MPRUSER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278416
    },
    "__set_sysuninit_set_sym_M_MPR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278400
    },
    "__set_sysuninit_set_sym_M_MPSSAS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278432
    },
    "__set_sysuninit_set_sym_M_MPSUSER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278440
    },
    "__set_sysuninit_set_sym_M_MPT2_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278424
    },
    "__set_sysuninit_set_sym_M_MPTUSER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278448
    },
    "__set_sysuninit_set_sym_M_MRSAS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278456
    },
    "__set_sysuninit_set_sym_M_MRTABLE6_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283688
    },
    "__set_sysuninit_set_sym_M_MRTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283280
    },
    "__set_sysuninit_set_sym_M_MSDOSFSFAT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279128
    },
    "__set_sysuninit_set_sym_M_MSDOSFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279120
    },
    "__set_sysuninit_set_sym_M_MSDOSFSNODE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279112
    },
    "__set_sysuninit_set_sym_M_MSG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281064
    },
    "__set_sysuninit_set_sym_M_MSI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286192
    },
    "__set_sysuninit_set_sym_M_MTXPOOL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280240
    },
    "__set_sysuninit_set_sym_M_MVS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278464
    },
    "__set_sysuninit_set_sym_M_MWLDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278472
    },
    "__set_sysuninit_set_sym_M_NAMEITRACKER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281792
    },
    "__set_sysuninit_set_sym_M_NETADDR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283192
    },
    "__set_sysuninit_set_sym_M_NETDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284376
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_ASYNC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282720
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_BPF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282784
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_BRIDGE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282792
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_DEFLATE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282800
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_HOOK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282744
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_IFACE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282832
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_ITEM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282760
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_KSOCKET_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282856
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_L2TP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282864
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_MPPC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282872
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_MSG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282736
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_NODE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282752
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_PARSE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282880
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_PATH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282920
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_PPPOE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282904
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_PPP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282896
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_PRED1_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282912
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_SOCK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282928
    },
    "__set_sysuninit_set_sym_M_NETGRAPH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282728
    },
    "__set_sysuninit_set_sym_M_NETLINK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284048
    },
    "__set_sysuninit_set_sym_M_NETMAP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278480
    },
    "__set_sysuninit_set_sym_M_NEWBLK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285008
    },
    "__set_sysuninit_set_sym_M_NEWDIRBLK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285088
    },
    "__set_sysuninit_set_sym_M_NEWNFSCLCLIENT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279232
    },
    "__set_sysuninit_set_sym_M_NEWNFSCLDELEG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279224
    },
    "__set_sysuninit_set_sym_M_NEWNFSCLDS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279320
    },
    "__set_sysuninit_set_sym_M_NEWNFSCLLOCKOWNER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279240
    },
    "__set_sysuninit_set_sym_M_NEWNFSCLLOCK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279248
    },
    "__set_sysuninit_set_sym_M_NEWNFSCLOPEN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279216
    },
    "__set_sysuninit_set_sym_M_NEWNFSCLOWNER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279208
    },
    "__set_sysuninit_set_sym_M_NEWNFSDCLIENT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279144
    },
    "__set_sysuninit_set_sym_M_NEWNFSDEVINFO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279304
    },
    "__set_sysuninit_set_sym_M_NEWNFSDIRECTIO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279264
    },
    "__set_sysuninit_set_sym_M_NEWNFSDIROFF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279272
    },
    "__set_sysuninit_set_sym_M_NEWNFSDLOCKFILE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279168
    },
    "__set_sysuninit_set_sym_M_NEWNFSDLOCK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279160
    },
    "__set_sysuninit_set_sym_M_NEWNFSDREQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279192
    },
    "__set_sysuninit_set_sym_M_NEWNFSDROLLBACK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279280
    },
    "__set_sysuninit_set_sym_M_NEWNFSDSESSION_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279336
    },
    "__set_sysuninit_set_sym_M_NEWNFSDSTATE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279152
    },
    "__set_sysuninit_set_sym_M_NEWNFSFH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279200
    },
    "__set_sysuninit_set_sym_M_NEWNFSFLAYOUT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279296
    },
    "__set_sysuninit_set_sym_M_NEWNFSLAYOUT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279288
    },
    "__set_sysuninit_set_sym_M_NEWNFSLAYRECALL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279328
    },
    "__set_sysuninit_set_sym_M_NEWNFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279376
    },
    "__set_sysuninit_set_sym_M_NEWNFSREQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279368
    },
    "__set_sysuninit_set_sym_M_NEWNFSRVCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279136
    },
    "__set_sysuninit_set_sym_M_NEWNFSSOCKREQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279312
    },
    "__set_sysuninit_set_sym_M_NEWNFSSTRING_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279176
    },
    "__set_sysuninit_set_sym_M_NEWNFSUSERGROUP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279184
    },
    "__set_sysuninit_set_sym_M_NEWNFSV4NODE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279256
    },
    "__set_sysuninit_set_sym_M_NEXUSDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285848
    },
    "__set_sysuninit_set_sym_M_NFS_FHA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279384
    },
    "__set_sysuninit_set_sym_M_NG_PIPE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282888
    },
    "__set_sysuninit_set_sym_M_NHOP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282400
    },
    "__set_sysuninit_set_sym_M_NLM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284288
    },
    "__set_sysuninit_set_sym_M_NULLFSHASH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279432
    },
    "__set_sysuninit_set_sym_M_NULLFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279448
    },
    "__set_sysuninit_set_sym_M_NULLFSNODE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279440
    },
    "__set_sysuninit_set_sym_M_NVD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278488
    },
    "__set_sysuninit_set_sym_M_NVLIST_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277840
    },
    "__set_sysuninit_set_sym_M_NVMEDA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277776
    },
    "__set_sysuninit_set_sym_M_NVME_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278496
    },
    "__set_sysuninit_set_sym_M_OCS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278528
    },
    "__set_sysuninit_set_sym_M_OSD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280264
    },
    "__set_sysuninit_set_sym_M_P31B_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280536
    },
    "__set_sysuninit_set_sym_M_PACKET_TAGS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281416
    },
    "__set_sysuninit_set_sym_M_PAGEDEP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284984
    },
    "__set_sysuninit_set_sym_M_PARGS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279952
    },
    "__set_sysuninit_set_sym_M_PCB_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281440
    },
    "__set_sysuninit_set_sym_M_PCI_LINK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285600
    },
    "__set_sysuninit_set_sym_M_PCPU_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280680
    },
    "__set_sysuninit_set_sym_M_PFALTQ_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284232
    },
    "__set_sysuninit_set_sym_M_PFHASH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284200
    },
    "__set_sysuninit_set_sym_M_PFIL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282368
    },
    "__set_sysuninit_set_sym_M_PFOSFP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284272
    },
    "__set_sysuninit_set_sym_M_PFRULE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284240
    },
    "__set_sysuninit_set_sym_M_PFSNODES_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279456
    },
    "__set_sysuninit_set_sym_M_PFSVNCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279464
    },
    "__set_sysuninit_set_sym_M_PFSYNC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284128
    },
    "__set_sysuninit_set_sym_M_PFTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284280
    },
    "__set_sysuninit_set_sym_M_PFTEMP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284152
    },
    "__set_sysuninit_set_sym_M_PF_RULE_ITEM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284208
    },
    "__set_sysuninit_set_sym_M_PLIMIT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280368
    },
    "__set_sysuninit_set_sym_M_PMCHOOKS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280272
    },
    "__set_sysuninit_set_sym_M_PMC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280280
    },
    "__set_sysuninit_set_sym_M_PPBUSDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278568
    },
    "__set_sysuninit_set_sym_M_PRISON_RACCT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280104
    },
    "__set_sysuninit_set_sym_M_PRISON_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280096
    },
    "__set_sysuninit_set_sym_M_PRIVCMD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278992
    },
    "__set_sysuninit_set_sym_M_PROCDESC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281056
    },
    "__set_sysuninit_set_sym_M_PROC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280312
    },
    "__set_sysuninit_set_sym_M_PTS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281120
    },
    "__set_sysuninit_set_sym_M_PUC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278576
    },
    "__set_sysuninit_set_sym_M_PVSCSI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278872
    },
    "__set_sysuninit_set_sym_M_PWDDESC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279848
    },
    "__set_sysuninit_set_sym_M_PWD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279840
    },
    "__set_sysuninit_set_sym_M_QLA8XXXBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286104
    },
    "__set_sysuninit_set_sym_M_QPI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285784
    },
    "__set_sysuninit_set_sym_M_RADIX_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284416
    },
    "__set_sysuninit_set_sym_M_RAID_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279584
    },
    "__set_sysuninit_set_sym_M_RCTL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280360
    },
    "__set_sysuninit_set_sym_M_RMAN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280744
    },
    "__set_sysuninit_set_sym_M_RPC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285568
    },
    "__set_sysuninit_set_sym_M_RTABLE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282448
    },
    "__set_sysuninit_set_sym_M_RTWN_PRIV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278600
    },
    "__set_sysuninit_set_sym_M_SAVEDINO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285208
    },
    "__set_sysuninit_set_sym_M_SBDEP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285176
    },
    "__set_sysuninit_set_sym_M_SBP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278312
    },
    "__set_sysuninit_set_sym_M_SBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280792
    },
    "__set_sysuninit_set_sym_M_SCSICD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277784
    },
    "__set_sysuninit_set_sym_M_SCSICH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277792
    },
    "__set_sysuninit_set_sym_M_SCSIDA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277808
    },
    "__set_sysuninit_set_sym_M_SCSIENC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277832
    },
    "__set_sysuninit_set_sym_M_SCSIPASS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277816
    },
    "__set_sysuninit_set_sym_M_SCSISA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277824
    },
    "__set_sysuninit_set_sym_M_SEGMENT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281752
    },
    "__set_sysuninit_set_sym_M_SELECT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281032
    },
    "__set_sysuninit_set_sym_M_SELFD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281048
    },
    "__set_sysuninit_set_sym_M_SEM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281072
    },
    "__set_sysuninit_set_sym_M_SENDFILE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280392
    },
    "__set_sysuninit_set_sym_M_SENTINEL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285200
    },
    "__set_sysuninit_set_sym_M_SESSION_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280304
    },
    "__set_sysuninit_set_sym_M_SGLIST_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280800
    },
    "__set_sysuninit_set_sym_M_SHMFD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281424
    },
    "__set_sysuninit_set_sym_M_SHM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281080
    },
    "__set_sysuninit_set_sym_M_SIGIO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279864
    },
    "__set_sysuninit_set_sym_M_SIIS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278608
    },
    "__set_sysuninit_set_sym_M_SMARTPQI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286112
    },
    "__set_sysuninit_set_sym_M_SONAME_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281432
    },
    "__set_sysuninit_set_sym_M_SPKR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286120
    },
    "__set_sysuninit_set_sym_M_SRIOV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278560
    },
    "__set_sysuninit_set_sym_M_STACK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280872
    },
    "__set_sysuninit_set_sym_M_STATFS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281808
    },
    "__set_sysuninit_set_sym_M_SUBPROC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280320
    },
    "__set_sysuninit_set_sym_M_SWAP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280560
    },
    "__set_sysuninit_set_sym_M_SYNCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283464
    },
    "__set_sysuninit_set_sym_M_SYSCTLOID_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280440
    },
    "__set_sysuninit_set_sym_M_SYSCTLTMP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280448
    },
    "__set_sysuninit_set_sym_M_SYSCTL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280432
    },
    "__set_sysuninit_set_sym_M_SYSMOUSE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278904
    },
    "__set_sysuninit_set_sym_M_TASKQUEUE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280880
    },
    "__set_sysuninit_set_sym_M_TCPFUNCTIONS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283432
    },
    "__set_sysuninit_set_sym_M_TCPLOGDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278712
    },
    "__set_sysuninit_set_sym_M_TCPLOG_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283424
    },
    "__set_sysuninit_set_sym_M_TCPPACE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283416
    },
    "__set_sysuninit_set_sym_M_TCP_FASTOPEN_CCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283392
    },
    "__set_sysuninit_set_sym_M_TEMP_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280208
    },
    "__set_sysuninit_set_sym_M_TERMINAL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280888
    },
    "__set_sysuninit_set_sym_M_TIDHASH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280480
    },
    "__set_sysuninit_set_sym_M_TMPFSDIR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279504
    },
    "__set_sysuninit_set_sym_M_TMPFSEA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279472
    },
    "__set_sysuninit_set_sym_M_TMPFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279480
    },
    "__set_sysuninit_set_sym_M_TMPFSNAME_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279488
    },
    "__set_sysuninit_set_sym_M_TOPO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280824
    },
    "__set_sysuninit_set_sym_M_TRIM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284968
    },
    "__set_sysuninit_set_sym_M_TR_CONCAT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279640
    },
    "__set_sysuninit_set_sym_M_TR_RAID0_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279648
    },
    "__set_sysuninit_set_sym_M_TR_RAID1E_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279664
    },
    "__set_sysuninit_set_sym_M_TR_RAID1_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279656
    },
    "__set_sysuninit_set_sym_M_TR_RAID5_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279672
    },
    "__set_sysuninit_set_sym_M_TTYCONS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279792
    },
    "__set_sysuninit_set_sym_M_TTY_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281088
    },
    "__set_sysuninit_set_sym_M_TUN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282272
    },
    "__set_sysuninit_set_sym_M_TWS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278720
    },
    "__set_sysuninit_set_sym_M_UART_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278728
    },
    "__set_sysuninit_set_sym_M_UFSMNT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285328
    },
    "__set_sysuninit_set_sym_M_UIDINFO_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280376
    },
    "__set_sysuninit_set_sym_M_UMAHASH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285360
    },
    "__set_sysuninit_set_sym_M_UMA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285368
    },
    "__set_sysuninit_set_sym_M_UMTX_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280512
    },
    "__set_sysuninit_set_sym_M_UNIT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280944
    },
    "__set_sysuninit_set_sym_M_USBDEV_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278752
    },
    "__set_sysuninit_set_sym_M_USB_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278744
    },
    "__set_sysuninit_set_sym_M_VFSCACHE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281696
    },
    "__set_sysuninit_set_sym_M_VFS_HASH_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281768
    },
    "__set_sysuninit_set_sym_M_VLAN_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282312
    },
    "__set_sysuninit_set_sym_M_VMEM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280976
    },
    "__set_sysuninit_set_sym_M_VMPGDATA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285336
    },
    "__set_sysuninit_set_sym_M_VNET_DATA_FREE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282504
    },
    "__set_sysuninit_set_sym_M_VNET_DATA_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282496
    },
    "__set_sysuninit_set_sym_M_VNET_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282488
    },
    "__set_sysuninit_set_sym_M_VNODEPOLL_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281832
    },
    "__set_sysuninit_set_sym_M_VNODE_MARKER_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281840
    },
    "__set_sysuninit_set_sym_M_VNODE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281776
    },
    "__set_sysuninit_set_sym_M_VTBUF_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278880
    },
    "__set_sysuninit_set_sym_M_VTFONT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278896
    },
    "__set_sysuninit_set_sym_M_VT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278888
    },
    "__set_sysuninit_set_sym_M_XENACPI_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278944
    },
    "__set_sysuninit_set_sym_M_XENBLOCKBACK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278928
    },
    "__set_sysuninit_set_sym_M_XENBLOCKFRONT_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278920
    },
    "__set_sysuninit_set_sym_M_XENBUS_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285560
    },
    "__set_sysuninit_set_sym_M_XENHVM_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285864
    },
    "__set_sysuninit_set_sym_M_XENINTR_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285872
    },
    "__set_sysuninit_set_sym_M_XENNETBACK_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278968
    },
    "__set_sysuninit_set_sym_M_XENSTORE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278976
    },
    "__set_sysuninit_set_sym_M_ZLIB_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281896
    },
    "__set_sysuninit_set_sym_M_ZSTD_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277856
    },
    "__set_sysuninit_set_sym_PFI_MTYPE_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284216
    },
    "__set_sysuninit_set_sym_XZ_DEC_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277848
    },
    "__set_sysuninit_set_sym_acad_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278008
    },
    "__set_sysuninit_set_sym_accept_filter_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281128
    },
    "__set_sysuninit_set_sym_acct_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279720
    },
    "__set_sysuninit_set_sym_acpi_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278000
    },
    "__set_sysuninit_set_sym_advance_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280832
    },
    "__set_sysuninit_set_sym_advance_wait_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280840
    },
    "__set_sysuninit_set_sym_ah_regser_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278200
    },
    "__set_sysuninit_set_sym_ah_xform_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283968
    },
    "__set_sysuninit_set_sym_allprison_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280120
    },
    "__set_sysuninit_set_sym_atrtc_lock_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285760
    },
    "__set_sysuninit_set_sym_atrtc_time_lock_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285768
    },
    "__set_sysuninit_set_sym_battery_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278016
    },
    "__set_sysuninit_set_sym_bootid_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280224
    },
    "__set_sysuninit_set_sym_bxe_prev_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285632
    },
    "__set_sysuninit_set_sym_cam_sim_free_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277728
    },
    "__set_sysuninit_set_sym_cdevpriv_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279104
    },
    "__set_sysuninit_set_sym_chacha20_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281888
    },
    "__set_sysuninit_set_sym_cleanup_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284560
    },
    "__set_sysuninit_set_sym_cmbat_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278032
    },
    "__set_sysuninit_set_sym_cnputs_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279808
    },
    "__set_sysuninit_set_sym_constty_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279800
    },
    "__set_sysuninit_set_sym_cpu_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278952
    },
    "__set_sysuninit_set_sym_cryptostats_fini_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284704
    },
    "__set_sysuninit_set_sym_cxgbe_mlu_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278272
    },
    "__set_sysuninit_set_sym_db_capture_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277872
    },
    "__set_sysuninit_set_sym_db_cmd_ahd_dump_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278160
    },
    "__set_sysuninit_set_sym_db_cmd_ahd_in_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278144
    },
    "__set_sysuninit_set_sym_db_cmd_ahd_out_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278152
    },
    "__set_sysuninit_set_sym_db_cmd_ahd_pause_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278128
    },
    "__set_sysuninit_set_sym_db_cmd_ahd_sunit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278120
    },
    "__set_sysuninit_set_sym_db_cmd_ahd_unpause_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278136
    },
    "__set_sysuninit_set_sym_db_cmd_countfreebufs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281552
    },
    "__set_sysuninit_set_sym_db_cmd_kldstat_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280160
    },
    "__set_sysuninit_set_sym_db_cmd_netdump_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283536
    },
    "__set_sysuninit_set_sym_db_cmd_netgdb_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279512
    },
    "__set_sysuninit_set_sym_db_cmd_panic_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277880
    },
    "__set_sysuninit_set_sym_db_cmd_pci_clearerr_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278552
    },
    "__set_sysuninit_set_sym_db_cmd_sysctl_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280456
    },
    "__set_sysuninit_set_sym_db_script_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277912
    },
    "__set_sysuninit_set_sym_db_show_all_chains_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280920
    },
    "__set_sysuninit_set_sym_db_show_all_devices_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280592
    },
    "__set_sysuninit_set_sym_db_show_all_dmars_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285736
    },
    "__set_sysuninit_set_sym_db_show_all_ifnets_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282000
    },
    "__set_sysuninit_set_sym_db_show_all_ioapics_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286160
    },
    "__set_sysuninit_set_sym_db_show_all_lltables_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282264
    },
    "__set_sysuninit_set_sym_db_show_all_mesh_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282624
    },
    "__set_sysuninit_set_sym_db_show_all_pcpu_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280704
    },
    "__set_sysuninit_set_sym_db_show_all_procs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277888
    },
    "__set_sysuninit_set_sym_db_show_all_rman_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280768
    },
    "__set_sysuninit_set_sym_db_show_all_ttys_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281112
    },
    "__set_sysuninit_set_sym_db_show_all_vaps_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282616
    },
    "__set_sysuninit_set_sym_db_show_all_vmem_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281008
    },
    "__set_sysuninit_set_sym_db_show_all_vmemdump_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280992
    },
    "__set_sysuninit_set_sym_db_show_all_vnets_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282520
    },
    "__set_sysuninit_set_sym_db_show_allchains_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280928
    },
    "__set_sysuninit_set_sym_db_show_allpcpu_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280712
    },
    "__set_sysuninit_set_sym_db_show_allrman_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280776
    },
    "__set_sysuninit_set_sym_db_show_apic_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286176
    },
    "__set_sysuninit_set_sym_db_show_bio_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279568
    },
    "__set_sysuninit_set_sym_db_show_bpf_if_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281912
    },
    "__set_sysuninit_set_sym_db_show_buffer_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281520
    },
    "__set_sysuninit_set_sym_db_show_bufqueues_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281528
    },
    "__set_sysuninit_set_sym_db_show_callout_last_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280504
    },
    "__set_sysuninit_set_sym_db_show_callout_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280496
    },
    "__set_sysuninit_set_sym_db_show_cdev_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279784
    },
    "__set_sysuninit_set_sym_db_show_clocksource_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279768
    },
    "__set_sysuninit_set_sym_db_show_com_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282608
    },
    "__set_sysuninit_set_sym_db_show_conifhk_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280552
    },
    "__set_sysuninit_set_sym_db_show_cpusets_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279816
    },
    "__set_sysuninit_set_sym_db_show_crypto_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284712
    },
    "__set_sysuninit_set_sym_db_show_dbregs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285904
    },
    "__set_sysuninit_set_sym_db_show_device_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280584
    },
    "__set_sysuninit_set_sym_db_show_di_queue_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285952
    },
    "__set_sysuninit_set_sym_db_show_dmar_domain_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285720
    },
    "__set_sysuninit_set_sym_db_show_dmar_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285728
    },
    "__set_sysuninit_set_sym_db_show_domain_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281168
    },
    "__set_sysuninit_set_sym_db_show_domainsets_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279824
    },
    "__set_sysuninit_set_sym_db_show_dpcpu_off_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280688
    },
    "__set_sysuninit_set_sym_db_show_ffs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285304
    },
    "__set_sysuninit_set_sym_db_show_file_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279880
    },
    "__set_sysuninit_set_sym_db_show_files_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279888
    },
    "__set_sysuninit_set_sym_db_show_freepages_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285512
    },
    "__set_sysuninit_set_sym_db_show_geom_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279560
    },
    "__set_sysuninit_set_sym_db_show_idt_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285888
    },
    "__set_sysuninit_set_sym_db_show_ifnet_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281992
    },
    "__set_sysuninit_set_sym_db_show_igi_list_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283016
    },
    "__set_sysuninit_set_sym_db_show_in_ifaddr_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283040
    },
    "__set_sysuninit_set_sym_db_show_inpcb_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283176
    },
    "__set_sysuninit_set_sym_db_show_intr_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280080
    },
    "__set_sysuninit_set_sym_db_show_intrcnt_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280088
    },
    "__set_sysuninit_set_sym_db_show_ioapic_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286152
    },
    "__set_sysuninit_set_sym_db_show_irqs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285816
    },
    "__set_sysuninit_set_sym_db_show_lapic_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286184
    },
    "__set_sysuninit_set_sym_db_show_llentry_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282248
    },
    "__set_sysuninit_set_sym_db_show_lltable_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282256
    },
    "__set_sysuninit_set_sym_db_show_lock_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280664
    },
    "__set_sysuninit_set_sym_db_show_lockchain_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280904
    },
    "__set_sysuninit_set_sym_db_show_lockedbufs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281536
    },
    "__set_sysuninit_set_sym_db_show_lockedvnods_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281848
    },
    "__set_sysuninit_set_sym_db_show_locktree_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280936
    },
    "__set_sysuninit_set_sym_db_show_malloc_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280216
    },
    "__set_sysuninit_set_sym_db_show_map_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285392
    },
    "__set_sysuninit_set_sym_db_show_mount_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281864
    },
    "__set_sysuninit_set_sym_db_show_msgbuf_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280728
    },
    "__set_sysuninit_set_sym_db_show_netisr_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282352
    },
    "__set_sysuninit_set_sym_db_show_object_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285440
    },
    "__set_sysuninit_set_sym_db_show_page_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285480
    },
    "__set_sysuninit_set_sym_db_show_pageq_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285488
    },
    "__set_sysuninit_set_sym_db_show_panic_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280424
    },
    "__set_sysuninit_set_sym_db_show_pcierr_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278544
    },
    "__set_sysuninit_set_sym_db_show_pciregs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278536
    },
    "__set_sysuninit_set_sym_db_show_pcpu_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280696
    },
    "__set_sysuninit_set_sym_db_show_pctrienode_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280720
    },
    "__set_sysuninit_set_sym_db_show_pginfo_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285496
    },
    "__set_sysuninit_set_sym_db_show_pgrpdump_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280328
    },
    "__set_sysuninit_set_sym_db_show_phys2dmap_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286008
    },
    "__set_sysuninit_set_sym_db_show_prison_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280128
    },
    "__set_sysuninit_set_sym_db_show_proc_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277904
    },
    "__set_sysuninit_set_sym_db_show_procvm_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285400
    },
    "__set_sysuninit_set_sym_db_show_protosw_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281160
    },
    "__set_sysuninit_set_sym_db_show_pte_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286000
    },
    "__set_sysuninit_set_sym_db_show_ptpages_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286016
    },
    "__set_sysuninit_set_sym_db_show_radixnode_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285520
    },
    "__set_sysuninit_set_sym_db_show_rangeset_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280736
    },
    "__set_sysuninit_set_sym_db_show_rman_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280752
    },
    "__set_sysuninit_set_sym_db_show_rmans_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280760
    },
    "__set_sysuninit_set_sym_db_show_route_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282424
    },
    "__set_sysuninit_set_sym_db_show_routetable_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282416
    },
    "__set_sysuninit_set_sym_db_show_sd_allinodedeps_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285248
    },
    "__set_sysuninit_set_sym_db_show_sd_allocdirect_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285288
    },
    "__set_sysuninit_set_sym_db_show_sd_allocindir_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285296
    },
    "__set_sysuninit_set_sym_db_show_sd_inodedep_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285240
    },
    "__set_sysuninit_set_sym_db_show_sd_mkdir_list_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285280
    },
    "__set_sysuninit_set_sym_db_show_sd_mkdir_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285272
    },
    "__set_sysuninit_set_sym_db_show_sd_workhead_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285264
    },
    "__set_sysuninit_set_sym_db_show_sd_worklist_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285256
    },
    "__set_sysuninit_set_sym_db_show_sin_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283032
    },
    "__set_sysuninit_set_sym_db_show_skb_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284440
    },
    "__set_sysuninit_set_sym_db_show_sleepchain_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280912
    },
    "__set_sysuninit_set_sym_db_show_sleepq_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280808
    },
    "__set_sysuninit_set_sym_db_show_sleepqueue_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280816
    },
    "__set_sysuninit_set_sym_db_show_sockbuf_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281152
    },
    "__set_sysuninit_set_sym_db_show_socket_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281144
    },
    "__set_sysuninit_set_sym_db_show_sta_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282584
    },
    "__set_sysuninit_set_sym_db_show_statab_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282592
    },
    "__set_sysuninit_set_sym_db_show_sysinit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279712
    },
    "__set_sysuninit_set_sym_db_show_sysregs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285896
    },
    "__set_sysuninit_set_sym_db_show_t4_devlog_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278256
    },
    "__set_sysuninit_set_sym_db_show_t4_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278248
    },
    "__set_sysuninit_set_sym_db_show_t4_tcb_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278264
    },
    "__set_sysuninit_set_sym_db_show_tcpcb_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283472
    },
    "__set_sysuninit_set_sym_db_show_thread_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277896
    },
    "__set_sysuninit_set_sym_db_show_timecounter_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280472
    },
    "__set_sysuninit_set_sym_db_show_tmpfs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279496
    },
    "__set_sysuninit_set_sym_db_show_tty_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281104
    },
    "__set_sysuninit_set_sym_db_show_turnstile_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280896
    },
    "__set_sysuninit_set_sym_db_show_uma_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285376
    },
    "__set_sysuninit_set_sym_db_show_umacache_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285384
    },
    "__set_sysuninit_set_sym_db_show_unpcb_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281480
    },
    "__set_sysuninit_set_sym_db_show_unrhdr_iter_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280968
    },
    "__set_sysuninit_set_sym_db_show_unrhdr_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280960
    },
    "__set_sysuninit_set_sym_db_show_vap_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282600
    },
    "__set_sysuninit_set_sym_db_show_vmem_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281000
    },
    "__set_sysuninit_set_sym_db_show_vmemdump_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280984
    },
    "__set_sysuninit_set_sym_db_show_vmochk_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285432
    },
    "__set_sysuninit_set_sym_db_show_vmopag_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285448
    },
    "__set_sysuninit_set_sym_db_show_vnet_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282528
    },
    "__set_sysuninit_set_sym_db_show_vnet_sysinit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282536
    },
    "__set_sysuninit_set_sym_db_show_vnet_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282544
    },
    "__set_sysuninit_set_sym_db_show_vnode_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281856
    },
    "__set_sysuninit_set_sym_db_show_vnodebufs_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281544
    },
    "__set_sysuninit_set_sym_db_show_vpath_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281744
    },
    "__set_sysuninit_set_sym_db_show_watches_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277920
    },
    "__set_sysuninit_set_sym_db_show_xen_evtchn_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278936
    },
    "__set_sysuninit_set_sym_debugnet_hwm_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282360
    },
    "__set_sysuninit_set_sym_deferred_unmount_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281816
    },
    "__set_sysuninit_set_sym_devfs_de_interlock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279096
    },
    "__set_sysuninit_set_sym_devstat_mutex_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280608
    },
    "__set_sysuninit_set_sym_dirlist_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279056
    },
    "__set_sysuninit_set_sym_domain_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281176
    },
    "__set_sysuninit_set_sym_domain_remove_hv_socket__sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285648
    },
    "__set_sysuninit_set_sym_domain_remove_inet6_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283640
    },
    "__set_sysuninit_set_sym_domain_remove_inet_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283184
    },
    "__set_sysuninit_set_sym_domain_remove_key_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283928
    },
    "__set_sysuninit_set_sym_domain_remove_local_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281472
    },
    "__set_sysuninit_set_sym_domain_remove_netlink_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284056
    },
    "__set_sysuninit_set_sym_domain_remove_ng_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282936
    },
    "__set_sysuninit_set_sym_domain_remove_route_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282480
    },
    "__set_sysuninit_set_sym_dotdothits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281584
    },
    "__set_sysuninit_set_sym_dothits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281576
    },
    "__set_sysuninit_set_sym_dsp_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278656
    },
    "__set_sysuninit_set_sym_dumper_configs_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280416
    },
    "__set_sysuninit_set_sym_ec_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278048
    },
    "__set_sysuninit_set_sym_encapmtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283200
    },
    "__set_sysuninit_set_sym_esp_xform_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284000
    },
    "__set_sysuninit_set_sym_et_eventtimers_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279912
    },
    "__set_sysuninit_set_sym_feeder_root_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278672
    },
    "__set_sysuninit_set_sym_ffs_snapfree_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284976
    },
    "__set_sysuninit_set_sym_fib_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282408
    },
    "__set_sysuninit_set_sym_firmware_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280632
    },
    "__set_sysuninit_set_sym_g_eli_umalock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279536
    },
    "__set_sysuninit_set_sym_genl_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284040
    },
    "__set_sysuninit_set_sym_genl_unload_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284064
    },
    "__set_sysuninit_set_sym_gif_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282104
    },
    "__set_sysuninit_set_sym_gnttab_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278960
    },
    "__set_sysuninit_set_sym_gre_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282136
    },
    "__set_sysuninit_set_sym_hhookheadlistlock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279992
    },
    "__set_sysuninit_set_sym_hidquirk_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278320
    },
    "__set_sysuninit_set_sym_hn_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285656
    },
    "__set_sysuninit_set_sym_hpet_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285576
    },
    "__set_sysuninit_set_sym_hypercall_dtor_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285672
    },
    "__set_sysuninit_set_sym_ia32_syscall_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286128
    },
    "__set_sysuninit_set_sym_ic_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282560
    },
    "__set_sysuninit_set_sym_idpgtbl_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285744
    },
    "__set_sysuninit_set_sym_idr_preload_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284408
    },
    "__set_sysuninit_set_sym_if_cloners_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282024
    },
    "__set_sysuninit_set_sym_ifdescr_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281928
    },
    "__set_sysuninit_set_sym_iflib_cpu_offset_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282344
    },
    "__set_sysuninit_set_sym_ifnet_detach_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281944
    },
    "__set_sysuninit_set_sym_ifnet_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281936
    },
    "__set_sysuninit_set_sym_in6_control_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283568
    },
    "__set_sysuninit_set_sym_in6_ifaddr_lock_rm_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283664
    },
    "__set_sysuninit_set_sym_in6_multi_free_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283616
    },
    "__set_sysuninit_set_sym_in6_multi_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283608
    },
    "__set_sysuninit_set_sym_in6_multi_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283624
    },
    "__set_sysuninit_set_sym_in_control_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283024
    },
    "__set_sysuninit_set_sym_in_multi_free_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283144
    },
    "__set_sysuninit_set_sym_in_multi_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283136
    },
    "__set_sysuninit_set_sym_in_multi_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283152
    },
    "__set_sysuninit_set_sym_intf_mutex_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284552
    },
    "__set_sysuninit_set_sym_intr_config_hook_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280544
    },
    "__set_sysuninit_set_sym_intr_event_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280024
    },
    "__set_sysuninit_set_sym_intr_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285856
    },
    "__set_sysuninit_set_sym_ipcomp_xform_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284032
    },
    "__set_sysuninit_set_sym_ipsec_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282168
    },
    "__set_sysuninit_set_sym_isa_dma_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285776
    },
    "__set_sysuninit_set_sym_kernel_pt_page_count_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285944
    },
    "__set_sysuninit_set_sym_key_destroy_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283896
    },
    "__set_sysuninit_set_sym_keysock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283904
    },
    "__set_sysuninit_set_sym_khelplistlock_rw_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280136
    },
    "__set_sysuninit_set_sym_knlist_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279944
    },
    "__set_sysuninit_set_sym_kq_global_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279928
    },
    "__set_sysuninit_set_sym_kqueue_filterops_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279936
    },
    "__set_sysuninit_set_sym_ktls_cnt_rx_queued_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281216
    },
    "__set_sysuninit_set_sym_ktls_cnt_tx_pending_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281200
    },
    "__set_sysuninit_set_sym_ktls_cnt_tx_queued_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281208
    },
    "__set_sysuninit_set_sym_ktls_destroy_task_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281304
    },
    "__set_sysuninit_set_sym_ktls_ifnet_cbc_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281336
    },
    "__set_sysuninit_set_sym_ktls_ifnet_chacha20_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281352
    },
    "__set_sysuninit_set_sym_ktls_ifnet_disable_fail_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281288
    },
    "__set_sysuninit_set_sym_ktls_ifnet_disable_ok_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281296
    },
    "__set_sysuninit_set_sym_ktls_ifnet_gcm_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281344
    },
    "__set_sysuninit_set_sym_ktls_ifnet_reset_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281360
    },
    "__set_sysuninit_set_sym_ktls_ifnet_reset_dropped_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281368
    },
    "__set_sysuninit_set_sym_ktls_ifnet_reset_failed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281376
    },
    "__set_sysuninit_set_sym_ktls_init_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281184
    },
    "__set_sysuninit_set_sym_ktls_offload_active_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281240
    },
    "__set_sysuninit_set_sym_ktls_offload_corrupted_records_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281248
    },
    "__set_sysuninit_set_sym_ktls_offload_enable_calls_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281232
    },
    "__set_sysuninit_set_sym_ktls_offload_failed_crypto_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281256
    },
    "__set_sysuninit_set_sym_ktls_offload_total_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281224
    },
    "__set_sysuninit_set_sym_ktls_sw_cbc_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281312
    },
    "__set_sysuninit_set_sym_ktls_sw_chacha20_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281328
    },
    "__set_sysuninit_set_sym_ktls_sw_gcm_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281320
    },
    "__set_sysuninit_set_sym_ktls_switch_failed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281280
    },
    "__set_sysuninit_set_sym_ktls_switch_to_ifnet_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281264
    },
    "__set_sysuninit_set_sym_ktls_switch_to_sw_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281272
    },
    "__set_sysuninit_set_sym_ktls_tasks_active_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281192
    },
    "__set_sysuninit_set_sym_ktls_toe_cbc_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281384
    },
    "__set_sysuninit_set_sym_ktls_toe_chacha20_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281400
    },
    "__set_sysuninit_set_sym_ktls_toe_gcm_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281392
    },
    "__set_sysuninit_set_sym_lid_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278056
    },
    "__set_sysuninit_set_sym_linux_acpi_events_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284304
    },
    "__set_sysuninit_set_sym_linux_compat_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284320
    },
    "__set_sysuninit_set_sym_linux_current_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284328
    },
    "__set_sysuninit_set_sym_linux_dma_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284384
    },
    "__set_sysuninit_set_sym_linux_irq_work_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284464
    },
    "__set_sysuninit_set_sym_linux_tasklet_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284392
    },
    "__set_sysuninit_set_sym_linux_work_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284456
    },
    "__set_sysuninit_set_sym_linuxkpi_shrinker_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284424
    },
    "__set_sysuninit_set_sym_livedump_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280528
    },
    "__set_sysuninit_set_sym_lkpi_i2c_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284344
    },
    "__set_sysuninit_set_sym_lkpi_i2cbb_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284352
    },
    "__set_sysuninit_set_sym_lltable_list_lock_rw_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282240
    },
    "__set_sysuninit_set_sym_loginclasses_init_rw_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280184
    },
    "__set_sysuninit_set_sym_mixer_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278688
    },
    "__set_sysuninit_set_sym_mld_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283712
    },
    "__set_sysuninit_set_sym_mlx4_cleanup_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284496
    },
    "__set_sysuninit_set_sym_mlx4_en_cleanup_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284512
    },
    "__set_sysuninit_set_sym_mlx5e_cleanup_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284600
    },
    "__set_sysuninit_set_sym_msgbuf_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280672
    },
    "__set_sysuninit_set_sym_mtx_garbage_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279968
    },
    "__set_sysuninit_set_sym_nd_conf_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283528
    },
    "__set_sysuninit_set_sym_neg_created_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281704
    },
    "__set_sysuninit_set_sym_neg_evict_skipped_contended_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281736
    },
    "__set_sysuninit_set_sym_neg_evict_skipped_empty_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281720
    },
    "__set_sysuninit_set_sym_neg_evict_skipped_missed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281728
    },
    "__set_sysuninit_set_sym_neg_evicted_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281712
    },
    "__set_sysuninit_set_sym_nfs_cverf_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279360
    },
    "__set_sysuninit_set_sym_nfsst_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279408
    },
    "__set_sysuninit_set_sym_nl_global_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284072
    },
    "__set_sysuninit_set_sym_ntp_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280256
    },
    "__set_sysuninit_set_sym_numcachehv_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281560
    },
    "__set_sysuninit_set_sym_numdrops_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281568
    },
    "__set_sysuninit_set_sym_numfullpathcalls_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281640
    },
    "__set_sysuninit_set_sym_numfullpathfail1_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281648
    },
    "__set_sysuninit_set_sym_numfullpathfail2_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281656
    },
    "__set_sysuninit_set_sym_numfullpathfail4_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281664
    },
    "__set_sysuninit_set_sym_numfullpathfound_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281672
    },
    "__set_sysuninit_set_sym_nummiss_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281592
    },
    "__set_sysuninit_set_sym_nummisszap_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281600
    },
    "__set_sysuninit_set_sym_numneghits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281632
    },
    "__set_sysuninit_set_sym_numnegzaps_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281624
    },
    "__set_sysuninit_set_sym_numposhits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281616
    },
    "__set_sysuninit_set_sym_numposzaps_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281608
    },
    "__set_sysuninit_set_sym_nvme_sim_unregister_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278512
    },
    "__set_sysuninit_set_sym_nvme_unregister_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278504
    },
    "__set_sysuninit_set_sym_object_bypasses_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285416
    },
    "__set_sysuninit_set_sym_object_collapse_waits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285424
    },
    "__set_sysuninit_set_sym_object_collapses_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285408
    },
    "__set_sysuninit_set_sym_ocf_inplace_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284832
    },
    "__set_sysuninit_set_sym_ocf_retries_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284848
    },
    "__set_sysuninit_set_sym_ocf_separate_output_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284840
    },
    "__set_sysuninit_set_sym_ocf_tls10_cbc_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284728
    },
    "__set_sysuninit_set_sym_ocf_tls11_cbc_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284736
    },
    "__set_sysuninit_set_sym_ocf_tls11_cbc_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284744
    },
    "__set_sysuninit_set_sym_ocf_tls12_chacha20_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284776
    },
    "__set_sysuninit_set_sym_ocf_tls12_chacha20_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284784
    },
    "__set_sysuninit_set_sym_ocf_tls12_gcm_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284752
    },
    "__set_sysuninit_set_sym_ocf_tls12_gcm_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284760
    },
    "__set_sysuninit_set_sym_ocf_tls12_gcm_recrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284768
    },
    "__set_sysuninit_set_sym_ocf_tls13_chacha20_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284816
    },
    "__set_sysuninit_set_sym_ocf_tls13_chacha20_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284824
    },
    "__set_sysuninit_set_sym_ocf_tls13_gcm_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284792
    },
    "__set_sysuninit_set_sym_ocf_tls13_gcm_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284800
    },
    "__set_sysuninit_set_sym_ocf_tls13_gcm_recrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284808
    },
    "__set_sysuninit_set_sym_pci_link_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285592
    },
    "__set_sysuninit_set_sym_pci_powerstate_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285584
    },
    "__set_sysuninit_set_sym_pcib_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285608
    },
    "__set_sysuninit_set_sym_pcicfg_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286048
    },
    "__set_sysuninit_set_sym_pcid_save_cnt_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285920
    },
    "__set_sysuninit_set_sym_pcm_syncgroup_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278648
    },
    "__set_sysuninit_set_sym_pf_config_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284184
    },
    "__set_sysuninit_set_sym_pf_overloadqueue_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284168
    },
    "__set_sysuninit_set_sym_pf_sendqueue_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284160
    },
    "__set_sysuninit_set_sym_pf_table_stats_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284192
    },
    "__set_sysuninit_set_sym_pf_unlnkdrules_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284176
    },
    "__set_sysuninit_set_sym_pf_unload_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284256
    },
    "__set_sysuninit_set_sym_pfi_unlnkdkifs_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284224
    },
    "__set_sysuninit_set_sym_pfil_mtxinit_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282376
    },
    "__set_sysuninit_set_sym_pmap_pde_demotions_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285960
    },
    "__set_sysuninit_set_sym_pmap_pde_mappings_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285968
    },
    "__set_sysuninit_set_sym_pmap_pde_p_failures_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285976
    },
    "__set_sysuninit_set_sym_pmap_pde_promotions_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285984
    },
    "__set_sysuninit_set_sym_pmap_pdpe_demotions_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285992
    },
    "__set_sysuninit_set_sym_pmc___clock_hard_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279744
    },
    "__set_sysuninit_set_sym_pmc___clock_prof_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279760
    },
    "__set_sysuninit_set_sym_pmc___clock_stat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279752
    },
    "__set_sysuninit_set_sym_pmc___intr_all_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280032
    },
    "__set_sysuninit_set_sym_pmc___intr_filter_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280048
    },
    "__set_sysuninit_set_sym_pmc___intr_ithread_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280040
    },
    "__set_sysuninit_set_sym_pmc___intr_schedule_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280064
    },
    "__set_sysuninit_set_sym_pmc___intr_stray_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280056
    },
    "__set_sysuninit_set_sym_pmc___intr_waiting_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280072
    },
    "__set_sysuninit_set_sym_pmc___lock_failed_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280248
    },
    "__set_sysuninit_set_sym_pmc___page_fault_all_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286024
    },
    "__set_sysuninit_set_sym_pmc___page_fault_read_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286032
    },
    "__set_sysuninit_set_sym_pmc___page_fault_write_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286040
    },
    "__set_sysuninit_set_sym_pmc_soft_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280296
    },
    "__set_sysuninit_set_sym_pmcsx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280288
    },
    "__set_sysuninit_set_sym_poll_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280848
    },
    "__set_sysuninit_set_sym_poll_fail_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280864
    },
    "__set_sysuninit_set_sym_poll_scan_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280856
    },
    "__set_sysuninit_set_sym_powerres_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278080
    },
    "__set_sysuninit_set_sym_pqstate_commit_retries_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285456
    },
    "__set_sysuninit_set_sym_prison0_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280112
    },
    "__set_sysuninit_set_sym_pv_page_count_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285928
    },
    "__set_sysuninit_set_sym_queue_nops_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285472
    },
    "__set_sysuninit_set_sym_queue_ops_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285464
    },
    "__set_sysuninit_set_sym_racct_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280352
    },
    "__set_sysuninit_set_sym_random_device_h_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278592
    },
    "__set_sysuninit_set_sym_ripcbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283352
    },
    "__set_sysuninit_set_sym_rm_spinlock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280384
    },
    "__set_sysuninit_set_sym_root_holds_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281824
    },
    "__set_sysuninit_set_sym_rtc_list_lock_init_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280784
    },
    "__set_sysuninit_set_sym_rtnl_cloner_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284096
    },
    "__set_sysuninit_set_sym_rtnl_unload_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284088
    },
    "__set_sysuninit_set_sym_rtsock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282456
    },
    "__set_sysuninit_set_sym_set_port_type_mutex_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284504
    },
    "__set_sysuninit_set_sym_smbat_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278088
    },
    "__set_sysuninit_set_sym_sndstat_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278696
    },
    "__set_sysuninit_set_sym_so_global_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281448
    },
    "__set_sysuninit_set_sym_softdep_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285232
    },
    "__set_sysuninit_set_sym_srcaddrmtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283208
    },
    "__set_sysuninit_set_sym_stop_all_proc_blocker_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280336
    },
    "__set_sysuninit_set_sym_storvsc_sys_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285664
    },
    "__set_sysuninit_set_sym_swap_free_completed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285352
    },
    "__set_sysuninit_set_sym_swap_free_deferred_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285344
    },
    "__set_sysuninit_set_sym_sx_fp_set_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279976
    },
    "__set_sysuninit_set_sym_sx_rules_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279072
    },
    "__set_sysuninit_set_sym_symlinktoobig_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281680
    },
    "__set_sysuninit_set_sym_tc_setclock_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280464
    },
    "__set_sysuninit_set_sym_tcpcbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283440
    },
    "__set_sysuninit_set_sym_thermal_mutex_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278096
    },
    "__set_sysuninit_set_sym_to_kill_gmaps_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279016
    },
    "__set_sysuninit_set_sym_to_kill_grefs_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279008
    },
    "__set_sysuninit_set_sym_tty_list_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281096
    },
    "__set_sysuninit_set_sym_tun_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282280
    },
    "__set_sysuninit_set_sym_tun_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282304
    },
    "__set_sysuninit_set_sym_ucom_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278856
    },
    "__set_sysuninit_set_sym_udpcbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283496
    },
    "__set_sysuninit_set_sym_udplitecbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283504
    },
    "__set_sysuninit_set_sym_unit_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280952
    },
    "__set_sysuninit_set_sym_usb_bus_unload_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278736
    },
    "__set_sysuninit_set_sym_usb_dev_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278760
    },
    "__set_sysuninit_set_sym_usb_linux_unload_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284448
    },
    "__set_sysuninit_set_sym_usb_quirk_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278864
    },
    "__set_sysuninit_set_sym_usbpf_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278768
    },
    "__set_sysuninit_set_sym_user_pt_page_count_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285936
    },
    "__set_sysuninit_set_sym_uuid_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280520
    },
    "__set_sysuninit_set_sym_var_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610278848
    },
    "__set_sysuninit_set_sym_vfsconf_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281784
    },
    "__set_sysuninit_set_sym_vm_daemon_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285552
    },
    "__set_sysuninit_set_sym_vm_reserv_broken_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285528
    },
    "__set_sysuninit_set_sym_vm_reserv_freed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285536
    },
    "__set_sysuninit_set_sym_vm_reserv_reclaimed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610285544
    },
    "__set_sysuninit_set_sym_vnet_init_def_policy_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283792
    },
    "__set_sysuninit_set_sym_vnet_init_hhook_vnet_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280000
    },
    "__set_sysuninit_set_sym_vnet_init_icmp_bandlimit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283232
    },
    "__set_sysuninit_set_sym_vnet_init_in_pcbhashseed_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283168
    },
    "__set_sysuninit_set_sym_vnet_init_ip6_vnet_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283672
    },
    "__set_sysuninit_set_sym_vnet_init_ip_carp_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283072
    },
    "__set_sysuninit_set_sym_vnet_init_ip_id_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283088
    },
    "__set_sysuninit_set_sym_vnet_init_ip_vnet_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283264
    },
    "__set_sysuninit_set_sym_vnet_init_key_vnet_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283880
    },
    "__set_sysuninit_set_sym_vnet_init_nfs_fhanew_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279392
    },
    "__set_sysuninit_set_sym_vnet_init_nfs_vnetinit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279344
    },
    "__set_sysuninit_set_sym_vnet_init_nfsrv_vnetinit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279416
    },
    "__set_sysuninit_set_sym_vnet_init_rip_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283360
    },
    "__set_sysuninit_set_sym_vnet_init_rpctls_vnetinit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284856
    },
    "__set_sysuninit_set_sym_vnet_init_socket_vnet_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281456
    },
    "__set_sysuninit_set_sym_vnet_init_tcp_vnet_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283448
    },
    "__set_sysuninit_set_sym_vnet_init_udp_vnet_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283512
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ahstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283944
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_arp_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282960
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_arpstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282944
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_bridge_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282008
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_carpstats_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283056
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_cc_sysinit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283384
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_enc_init_proto_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282048
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_enc_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282040
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_espstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283976
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ether_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282072
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_gif_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282112
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_gre_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282144
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_icmp6stat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283552
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_icmpstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283216
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_if_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281976
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_igmp_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283000
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_igmpstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282984
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ip6stat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283648
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ipcompstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284008
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ipsec4stat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283760
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ipsec6stat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283776
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ipsec_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282176
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ipstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283248
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_lagg_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282200
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_loif_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282216
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_mld_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283720
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_mroute_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283328
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_mrtstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283288
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_netgraph_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282768
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ng_eiface_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282808
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ng_ether_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282824
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_ng_iface_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282840
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_pf_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284248
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_pfkeystat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283912
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_pflog_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284112
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_pfsync_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284136
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_pimstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283312
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_rip6stat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283744
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_rtables_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282432
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_rtsock_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282464
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_rtstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282384
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_sysinit_done_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282512
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_tun_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282288
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_udpstat_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283480
    },
    "__set_sysuninit_set_sym_vnet_init_vnet_vlan_init_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282320
    },
    "__set_sysuninit_set_sym_vnet_uninit_def_policy_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283800
    },
    "__set_sysuninit_set_sym_vnet_uninit_hhook_vnet_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610280008
    },
    "__set_sysuninit_set_sym_vnet_uninit_icmp_bandlimit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283240
    },
    "__set_sysuninit_set_sym_vnet_uninit_in6m_release_wait_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283632
    },
    "__set_sysuninit_set_sym_vnet_uninit_inet6_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283680
    },
    "__set_sysuninit_set_sym_vnet_uninit_inm_release_wait_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283160
    },
    "__set_sysuninit_set_sym_vnet_uninit_ip_id_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283096
    },
    "__set_sysuninit_set_sym_vnet_uninit_ip_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283272
    },
    "__set_sysuninit_set_sym_vnet_uninit_key_vnet_destroy_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283888
    },
    "__set_sysuninit_set_sym_vnet_uninit_nfs_cleanup_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279352
    },
    "__set_sysuninit_set_sym_vnet_uninit_nfs_fhanew_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279400
    },
    "__set_sysuninit_set_sym_vnet_uninit_nfsrv_cleanup_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610279424
    },
    "__set_sysuninit_set_sym_vnet_uninit_raw_ip_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283368
    },
    "__set_sysuninit_set_sym_vnet_uninit_rpctls_cleanup_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284864
    },
    "__set_sysuninit_set_sym_vnet_uninit_rtables_destroy_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282440
    },
    "__set_sysuninit_set_sym_vnet_uninit_socket_vnet_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281464
    },
    "__set_sysuninit_set_sym_vnet_uninit_tcp_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283456
    },
    "__set_sysuninit_set_sym_vnet_uninit_udp_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283520
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ahstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283952
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_arp_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282968
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_arpstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282952
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_bridge_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282016
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_carpstats_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283064
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_destroy_unhops_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284104
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_enc_uninit_hhook_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282064
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_enc_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282056
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_espstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283984
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ether_pfil_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282080
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ether_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282088
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_gif_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282120
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_gre_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282152
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_icmp6stat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283560
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_icmpstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283224
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_if_return_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281984
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_igmp_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283008
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_igmpstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282992
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ip6stat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283656
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ipcompstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284016
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ipsec4stat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283768
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ipsec6stat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283784
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ipsec_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282184
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ipstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283256
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_lagg_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282208
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_loif_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282224
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_mld_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283728
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_mroute_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283336
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_mrtstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283296
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_netgraph_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282776
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ng_eiface_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282816
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_ng_iface_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282848
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_nl_ctl_destroy_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284080
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_pf_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284264
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_pfkeystat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283920
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_pflog_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284120
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_pfsync_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284144
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_pimstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283320
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_rip6stat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283752
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_rts_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282472
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_rtstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282392
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_tun_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282296
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_udpstat_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283488
    },
    "__set_sysuninit_set_sym_vnet_uninit_vnet_vlan_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610282328
    },
    "__set_sysuninit_set_sym_ww_uninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610284360
    },
    "__set_sysuninit_set_sym_xfroms_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610283936
    },
    "__set_sysuninit_set_sym_xpt_topo_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610277768
    },
    "__set_sysuninit_set_sym_zap_bucket_relock_success_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610281688
    },
    "__set_uart_acpi_class_and_device_set_sym_acpi_compat_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607489832
    },
    "__set_vga_set_sym_scrndr_cga_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490424
    },
    "__set_vga_set_sym_scrndr_cga_GRAPHICS_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490464
    },
    "__set_vga_set_sym_scrndr_ega_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490432
    },
    "__set_vga_set_sym_scrndr_ega_GRAPHICS_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490472
    },
    "__set_vga_set_sym_scrndr_ega_PIXEL_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490448
    },
    "__set_vga_set_sym_scrndr_mda_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490416
    },
    "__set_vga_set_sym_scrndr_vga_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490440
    },
    "__set_vga_set_sym_scrndr_vga_GRAPHICS_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490480
    },
    "__set_vga_set_sym_scrndr_vga_PIXEL_MODE": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490456
    },
    "__set_videodriver_set_sym_cga_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490320
    },
    "__set_videodriver_set_sym_ega_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490328
    },
    "__set_videodriver_set_sym_mda_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490312
    },
    "__set_videodriver_set_sym_vga_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490336
    },
    "__set_vt_drv_set_sym_vt_efifb_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490016
    },
    "__set_vt_drv_set_sym_vt_fb_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490032
    },
    "__set_vt_drv_set_sym_vt_vbefb_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490024
    },
    "__set_vt_drv_set_sym_vt_vga_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071607490040
    },
    "__sig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__sli_create_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571360288
    },
    "__sli_queue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571359872
    },
    "__stack_chk_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575811232
    },
    "__stack_chk_guard": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 18446744071612900448
    },
    "__stack_chk_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575811264
    },
    "__start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__start_set_acl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490152
    },
    "__start_set_ah_chips": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249560
    },
    "__start_set_ah_rfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249632
    },
    "__start_set_auth_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490296
    },
    "__start_set_cam_xpt_proto_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249496
    },
    "__start_set_cam_xpt_xport_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249408
    },
    "__start_set_compressors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490136
    },
    "__start_set_cons_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489752
    },
    "__start_set_crypto_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490184
    },
    "__start_set_elf32_regset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490088
    },
    "__start_set_elf64_regset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490048
    },
    "__start_set_gdb_dbgport_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489808
    },
    "__start_set_ieee80211_ioctl_getset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490208
    },
    "__start_set_ieee80211_ioctl_setset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490232
    },
    "__start_set_kbddriver_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607414248
    },
    "__start_set_kdb_dbbe_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249536
    },
    "__start_set_modmetadata_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587230448
    },
    "__start_set_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610286208
    },
    "__start_set_ratectl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490160
    },
    "__start_set_scanner_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490256
    },
    "__start_set_scrndr_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490344
    },
    "__start_set_scterm_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489728
    },
    "__start_set_sdt_argtypes_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607416992
    },
    "__start_set_sdt_probes_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607414456
    },
    "__start_set_sdt_providers_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607414280
    },
    "__start_set_sysctl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587206528
    },
    "__start_set_sysinit_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610260416
    },
    "__start_set_sysuninit_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610277680
    },
    "__start_set_uart_acpi_class_and_device_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489832
    },
    "__start_set_uart_acpi_class_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "__start_set_vga_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490416
    },
    "__start_set_videodriver_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490312
    },
    "__start_set_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610311456
    },
    "__start_set_vt_drv_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490016
    },
    "__stop_set_acl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490160
    },
    "__stop_set_ah_chips": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249632
    },
    "__stop_set_ah_rfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249712
    },
    "__stop_set_auth_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490312
    },
    "__stop_set_cam_xpt_proto_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249536
    },
    "__stop_set_cam_xpt_xport_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249496
    },
    "__stop_set_compressors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490152
    },
    "__stop_set_cons_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489808
    },
    "__stop_set_crypto_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490208
    },
    "__stop_set_elf32_regset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490136
    },
    "__stop_set_elf64_regset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490088
    },
    "__stop_set_gdb_dbgport_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489832
    },
    "__stop_set_ieee80211_ioctl_getset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490232
    },
    "__stop_set_ieee80211_ioctl_setset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490256
    },
    "__stop_set_kbddriver_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607414280
    },
    "__stop_set_kdb_dbbe_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249560
    },
    "__stop_set_modmetadata_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249408
    },
    "__stop_set_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610311456
    },
    "__stop_set_ratectl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490184
    },
    "__stop_set_scanner_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490296
    },
    "__stop_set_scrndr_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490416
    },
    "__stop_set_scterm_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489752
    },
    "__stop_set_sdt_argtypes_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607423400
    },
    "__stop_set_sdt_probes_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607416992
    },
    "__stop_set_sdt_providers_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607414456
    },
    "__stop_set_sysctl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587230448
    },
    "__stop_set_sysinit_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610277680
    },
    "__stop_set_sysuninit_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610286200
    },
    "__stop_set_uart_acpi_class_and_device_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607489840
    },
    "__stop_set_uart_acpi_class_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "__stop_set_vga_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490488
    },
    "__stop_set_videodriver_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490344
    },
    "__stop_set_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610447504
    },
    "__stop_set_vt_drv_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607490048
    },
    "__sw_id_hw": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585326832
    },
    "__sx_xunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578467456
    },
    "__sym_calloc_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572668800
    },
    "__td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "__timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__ts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__tunable_bool_100": {
      "type": {
        "kind": "struct",
        "name": "tunable_bool"
      },
      "address": 18446744071609642440
    },
    "__tunable_bool_104": {
      "type": {
        "kind": "struct",
        "name": "tunable_bool"
      },
      "address": 18446744071609642456
    },
    "__tunable_bool_96": {
      "type": {
        "kind": "struct",
        "name": "tunable_bool"
      },
      "address": 18446744071609642424
    },
    "__tunable_int64_1584": {
      "type": {
        "kind": "struct",
        "name": "tunable_int64"
      },
      "address": 18446744071608278032
    },
    "__tunable_int_102": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610148464
    },
    "__tunable_int_103": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608243168
    },
    "__tunable_int_104": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610148480
    },
    "__tunable_int_105": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609705928
    },
    "__tunable_int_107": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608243200
    },
    "__tunable_int_110": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609705944
    },
    "__tunable_int_115": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609705960
    },
    "__tunable_int_120": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609705976
    },
    "__tunable_int_1276": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609394288
    },
    "__tunable_int_134": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609810496
    },
    "__tunable_int_137": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609668928
    },
    "__tunable_int_140": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609458456
    },
    "__tunable_int_142": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609620200
    },
    "__tunable_int_143": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609458480
    },
    "__tunable_int_145": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608491248
    },
    "__tunable_int_146": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609577808
    },
    "__tunable_int_149": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609458528
    },
    "__tunable_int_152": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609458552
    },
    "__tunable_int_155": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610207480
    },
    "__tunable_int_156": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610207496
    },
    "__tunable_int_157": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610207512
    },
    "__tunable_int_159": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608527312
    },
    "__tunable_int_163": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609107232
    },
    "__tunable_int_165": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609107248
    },
    "__tunable_int_167": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609107264
    },
    "__tunable_int_169": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609107280
    },
    "__tunable_int_186": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608524592
    },
    "__tunable_int_187": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608334712
    },
    "__tunable_int_188": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608498264
    },
    "__tunable_int_193": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609451712
    },
    "__tunable_int_196": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608458072
    },
    "__tunable_int_197": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608498288
    },
    "__tunable_int_198": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608458104
    },
    "__tunable_int_199": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608458120
    },
    "__tunable_int_200": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608246216
    },
    "__tunable_int_211": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609455712
    },
    "__tunable_int_219": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609454352
    },
    "__tunable_int_220": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609087352
    },
    "__tunable_int_221": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609454368
    },
    "__tunable_int_242": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610205360
    },
    "__tunable_int_244": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609403896
    },
    "__tunable_int_246": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609403912
    },
    "__tunable_int_249": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610205376
    },
    "__tunable_int_250": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608423360
    },
    "__tunable_int_253": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608423376
    },
    "__tunable_int_260": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610205392
    },
    "__tunable_int_262": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608423392
    },
    "__tunable_int_265": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609115376
    },
    "__tunable_int_267": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610205408
    },
    "__tunable_int_271": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608423408
    },
    "__tunable_int_274": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610205424
    },
    "__tunable_int_282": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608328192
    },
    "__tunable_int_290": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608328208
    },
    "__tunable_int_293": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608444856
    },
    "__tunable_int_296": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608328224
    },
    "__tunable_int_297": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610205440
    },
    "__tunable_int_299": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608444872
    },
    "__tunable_int_301": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608328240
    },
    "__tunable_int_302": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610205456
    },
    "__tunable_int_383": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610068376
    },
    "__tunable_int_400": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608491024
    },
    "__tunable_int_452": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608445000
    },
    "__tunable_int_458": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608445016
    },
    "__tunable_int_51": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608336952
    },
    "__tunable_int_52": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610172360
    },
    "__tunable_int_523": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609394328
    },
    "__tunable_int_60": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609103224
    },
    "__tunable_int_76": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610157952
    },
    "__tunable_int_80": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608483824
    },
    "__tunable_int_81": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610087808
    },
    "__tunable_int_82": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609515232
    },
    "__tunable_int_83": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608457816
    },
    "__tunable_int_86": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610158632
    },
    "__tunable_int_87": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608335064
    },
    "__tunable_int_88": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608335080
    },
    "__tunable_int_887": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609394168
    },
    "__tunable_int_888": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609394184
    },
    "__tunable_int_89": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608498848
    },
    "__tunable_int_90": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608498864
    },
    "__tunable_int_91": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071609522720
    },
    "__tunable_int_94": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610171712
    },
    "__tunable_int_95": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071610171728
    },
    "__tunable_int_96": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608342984
    },
    "__tunable_int_97": {
      "type": {
        "kind": "struct",
        "name": "tunable_int"
      },
      "address": 18446744071608343000
    },
    "__tunable_str_101": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071609607952
    },
    "__tunable_str_1837": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071609670624
    },
    "__tunable_str_275": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071608328144
    },
    "__tunable_str_278": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071608328168
    },
    "__tunable_str_3806": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071609712832
    },
    "__tunable_str_45": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071608326552
    },
    "__tunable_str_98": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071609644008
    },
    "__tunable_str_99": {
      "type": {
        "kind": "struct",
        "name": "tunable_str"
      },
      "address": 18446744071609606896
    },
    "__tunable_ulong_97": {
      "type": {
        "kind": "struct",
        "name": "tunable_ulong"
      },
      "address": 18446744071609522744
    },
    "__umtx_op_cv_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575742192
    },
    "__umtx_op_cv_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575741504
    },
    "__umtx_op_cv_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575740128
    },
    "__umtx_op_get_min_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575753104
    },
    "__umtx_op_lock_umtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738400
    },
    "__umtx_op_lock_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738704
    },
    "__umtx_op_nwake_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575747184
    },
    "__umtx_op_robust_lists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575752912
    },
    "__umtx_op_rw_rdlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575742624
    },
    "__umtx_op_rw_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575742832
    },
    "__umtx_op_rw_wrlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575742736
    },
    "__umtx_op_sem2_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575748336
    },
    "__umtx_op_sem2_wake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575750816
    },
    "__umtx_op_sem_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575744944
    },
    "__umtx_op_sem_wake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575746512
    },
    "__umtx_op_set_ceiling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738816
    },
    "__umtx_op_set_min_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575753248
    },
    "__umtx_op_shm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575751568
    },
    "__umtx_op_trylock_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738672
    },
    "__umtx_op_unlock_umtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738512
    },
    "__umtx_op_unlock_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738800
    },
    "__umtx_op_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738544
    },
    "__umtx_op_wait_uint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575742528
    },
    "__umtx_op_wait_uint_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575743664
    },
    "__umtx_op_wait_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575743792
    },
    "__umtx_op_wake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738640
    },
    "__umtx_op_wake2_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575747520
    },
    "__umtx_op_wake_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575743760
    },
    "__umtx_op_wake_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575743888
    },
    "__unregister_chrdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578843024
    },
    "__val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "__var": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "__vfs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576493088
    },
    "__vla_expr0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__vla_expr1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__vla_expr2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "__vlantag": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "__vtobus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572669872
    },
    "__waslocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "__wq": {
      "type": {
        "kind": "struct",
        "name": "wait_queue_t"
      },
      "address": 0
    },
    "__x": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_rdma_peer"
        }
      },
      "address": 0
    },
    "__xa_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921952
    },
    "__xa_alloc_cyclic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578922368
    },
    "__xa_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578923840
    },
    "__xa_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921632
    },
    "__xa_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578922864
    },
    "__xa_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924048
    },
    "__xa_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578923216
    },
    "__xgbe_phy_config_aneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581648480
    },
    "__xxts": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "_aac_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608323896
    },
    "_aac_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608323764
    },
    "_aacch_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608323908
    },
    "_aacd_aac_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608323320
    },
    "_aacp_aac_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608322976
    },
    "_aacp_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608323232
    },
    "_aacraid_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608325440
    },
    "_aacraid_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608325304
    },
    "_aacraidp_aacraid_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608324928
    },
    "_aacraidp_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608325064
    },
    "_acl_nfs4_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609730784
    },
    "_acl_nfs4_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609730824
    },
    "_acl_posix1e_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609730928
    },
    "_acl_posix1e_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609730968
    },
    "_acphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608506936
    },
    "_acpi_acad_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608328424
    },
    "_acpi_acad_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608328576
    },
    "_acpi_button_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608329120
    },
    "_acpi_button_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608329304
    },
    "_acpi_cmbat_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608329656
    },
    "_acpi_cmbat_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608329808
    },
    "_acpi_ec_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608330828
    },
    "_acpi_ec_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608330976
    },
    "_acpi_iicbus_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608483844
    },
    "_acpi_iicbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608483840
    },
    "_acpi_isab_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608331088
    },
    "_acpi_isab_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608331256
    },
    "_acpi_lid_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608331448
    },
    "_acpi_lid_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608331600
    },
    "_acpi_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608327720
    },
    "_acpi_pci_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610086416
    },
    "_acpi_pci_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610086428
    },
    "_acpi_pci_link_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610086784
    },
    "_acpi_pci_link_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610086944
    },
    "_acpi_pci_pcib_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610086328
    },
    "_acpi_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610086440
    },
    "_acpi_pcib_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610087200
    },
    "_acpi_pcib_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610087560
    },
    "_acpi_pcib_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610087472
    },
    "_acpi_perf_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608331760
    },
    "_acpi_perf_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608332016
    },
    "_acpi_smbat_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608333352
    },
    "_acpi_smbat_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608333512
    },
    "_acpi_syscontainer_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608332768
    },
    "_acpi_syscontainer_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608332944
    },
    "_acpi_sysresource_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608332488
    },
    "_acpi_sysresource_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608332652
    },
    "_acpi_throttle_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608333944
    },
    "_acpi_timer_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610087824
    },
    "_acpi_timer_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610088044
    },
    "_acpi_tz_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608333696
    },
    "_acpi_tz_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608333836
    },
    "_acpi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608328112
    },
    "_ada_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608276816
    },
    "_ada_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608273652
    },
    "_ae_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608334684
    },
    "_ae_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608334696
    },
    "_ae_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608334672
    },
    "_ae_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608334344
    },
    "_age_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608335036
    },
    "_age_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608335048
    },
    "_age_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608335024
    },
    "_age_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608335096
    },
    "_agp_amd64_depend_on_agp": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195016
    },
    "_agp_amd64_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195028
    },
    "_agp_amd64_hostb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610194880
    },
    "_agp_i810_depend_on_agp": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195412
    },
    "_agp_i810_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195424
    },
    "_agp_i810_vgapci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195160
    },
    "_agp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608335832
    },
    "_agp_via_depend_on_agp": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195720
    },
    "_agp_via_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195732
    },
    "_agp_via_hostb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610195560
    },
    "_ahc_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608340656
    },
    "_ahc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608340616
    },
    "_ahc_isa_depend_on_ahc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608337496
    },
    "_ahc_isa_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608337360
    },
    "_ahc_isa_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608337508
    },
    "_ahc_pci_depend_on_ahc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608337768
    },
    "_ahc_pci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608337632
    },
    "_ahc_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608337780
    },
    "_ahc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608340668
    },
    "_ahci_atapci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608337104
    },
    "_ahci_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608336540
    },
    "_ahci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608336972
    },
    "_ahci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608336536
    },
    "_ahcich_ahci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608336400
    },
    "_ahciem_ahci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608336624
    },
    "_ahd_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608339216
    },
    "_ahd_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608339176
    },
    "_ahd_pci_depend_on_ahd": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608338040
    },
    "_ahd_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608337904
    },
    "_ahd_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608338052
    },
    "_ahd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608339228
    },
    "_aio_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609789124
    },
    "_aio_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609789240
    },
    "_alc_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608342956
    },
    "_alc_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608342968
    },
    "_alc_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608342944
    },
    "_alc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608343016
    },
    "_ale_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608343916
    },
    "_ale_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608343928
    },
    "_ale_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608343904
    },
    "_ale_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608343976
    },
    "_alloc_new_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579274432
    },
    "_alq_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609641096
    },
    "_alq_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609641136
    },
    "_amphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608507144
    },
    "_ap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vop_stat_args"
        }
      },
      "address": 0
    },
    "_apei_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608328720
    },
    "_apei_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608328928
    },
    "_apic_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610218488
    },
    "_aprobe_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608246176
    },
    "_aprobe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608246088
    },
    "_arcmsr_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610088508
    },
    "_arcmsr_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610088496
    },
    "_arcmsr_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610088176
    },
    "_ata_acard_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346556
    },
    "_ata_acard_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346568
    },
    "_ata_acard_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346416
    },
    "_ata_acard_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608346552
    },
    "_ata_ali_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346868
    },
    "_ata_ali_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346880
    },
    "_ata_ali_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346728
    },
    "_ata_ali_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608346864
    },
    "_ata_amd_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347180
    },
    "_ata_amd_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347192
    },
    "_ata_amd_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347040
    },
    "_ata_amd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608347176
    },
    "_ata_atapci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346184
    },
    "_ata_ati_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347516
    },
    "_ata_ati_depend_on_ata_sii": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347540
    },
    "_ata_ati_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347528
    },
    "_ata_ati_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347376
    },
    "_ata_ati_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608347512
    },
    "_ata_cenatek_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347836
    },
    "_ata_cenatek_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347848
    },
    "_ata_cenatek_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608347696
    },
    "_ata_cenatek_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608347832
    },
    "_ata_cypress_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348148
    },
    "_ata_cypress_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348160
    },
    "_ata_cypress_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348008
    },
    "_ata_cypress_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608348144
    },
    "_ata_cyrix_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348460
    },
    "_ata_cyrix_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348472
    },
    "_ata_cyrix_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348320
    },
    "_ata_cyrix_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608348456
    },
    "_ata_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608345616
    },
    "_ata_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608345084
    },
    "_ata_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608345040
    },
    "_ata_highpoint_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348772
    },
    "_ata_highpoint_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348784
    },
    "_ata_highpoint_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348632
    },
    "_ata_highpoint_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608348768
    },
    "_ata_intel_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349084
    },
    "_ata_intel_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349096
    },
    "_ata_intel_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608348944
    },
    "_ata_intel_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608349080
    },
    "_ata_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608345384
    },
    "_ata_ite_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349396
    },
    "_ata_ite_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349408
    },
    "_ata_ite_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349256
    },
    "_ata_ite_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608349392
    },
    "_ata_jmicron_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349708
    },
    "_ata_jmicron_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349720
    },
    "_ata_jmicron_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349568
    },
    "_ata_jmicron_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608349704
    },
    "_ata_marvell_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350020
    },
    "_ata_marvell_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350032
    },
    "_ata_marvell_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608349880
    },
    "_ata_marvell_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608350016
    },
    "_ata_micron_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350332
    },
    "_ata_micron_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350344
    },
    "_ata_micron_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350192
    },
    "_ata_micron_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608350328
    },
    "_ata_national_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350644
    },
    "_ata_national_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350656
    },
    "_ata_national_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350504
    },
    "_ata_national_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608350640
    },
    "_ata_netcell_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350956
    },
    "_ata_netcell_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350968
    },
    "_ata_netcell_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608350816
    },
    "_ata_netcell_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608350952
    },
    "_ata_nvidia_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351268
    },
    "_ata_nvidia_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351280
    },
    "_ata_nvidia_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351128
    },
    "_ata_nvidia_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608351264
    },
    "_ata_promise_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351580
    },
    "_ata_promise_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351592
    },
    "_ata_promise_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351440
    },
    "_ata_promise_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608351576
    },
    "_ata_serverworks_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351892
    },
    "_ata_serverworks_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351904
    },
    "_ata_serverworks_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608351752
    },
    "_ata_serverworks_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608351888
    },
    "_ata_sii_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352204
    },
    "_ata_sii_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352216
    },
    "_ata_sii_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352064
    },
    "_ata_sii_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608352200
    },
    "_ata_sis_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352596
    },
    "_ata_sis_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352608
    },
    "_ata_sis_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352384
    },
    "_ata_sis_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608352592
    },
    "_ata_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608345080
    },
    "_ata_via_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352908
    },
    "_ata_via_depend_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352920
    },
    "_ata_via_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608352768
    },
    "_ata_via_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608352904
    },
    "_atapci_depend_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346172
    },
    "_atapci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608346032
    },
    "_atapci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608346168
    },
    "_atdma_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610159664
    },
    "_atdma_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610159488
    },
    "_ath_getbuf_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567751808
    },
    "_ath_hal_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608355640
    },
    "_ath_hal_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608355680
    },
    "_ath_main_depend_on_ath_dfs": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354196
    },
    "_ath_main_depend_on_ath_hal": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354208
    },
    "_ath_main_depend_on_ath_rate": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354184
    },
    "_ath_main_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354172
    },
    "_ath_main_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608354168
    },
    "_ath_power_restore_power_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567719744
    },
    "_ath_power_set_power_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567719648
    },
    "_ath_power_set_selfgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567719600
    },
    "_ath_power_setpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567719472
    },
    "_atkbd_atkbdc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610089032
    },
    "_atkbd_depend_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610089168
    },
    "_atkbdc_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610089568
    },
    "_atkbdc_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610089368
    },
    "_atphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608507352
    },
    "_atrtc_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610158176
    },
    "_atrtc_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610158004
    },
    "_attimer_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610158832
    },
    "_attimer_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610158664
    },
    "_audit_entered": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "_aue_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410312
    },
    "_aue_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410324
    },
    "_aue_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410288
    },
    "_aue_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410300
    },
    "_aue_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410064
    },
    "_aue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609410336
    },
    "_authenticate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579666544
    },
    "_ax_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610197028
    },
    "_ax_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610197040
    },
    "_ax_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610197052
    },
    "_ax_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610197016
    },
    "_axe_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410880
    },
    "_axe_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410892
    },
    "_axe_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410856
    },
    "_axe_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410868
    },
    "_axe_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410632
    },
    "_axe_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609410904
    },
    "_axge_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411448
    },
    "_axge_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411460
    },
    "_axge_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411424
    },
    "_axge_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411436
    },
    "_axge_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411200
    },
    "_axge_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609411472
    },
    "_axp_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610196200
    },
    "_axphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608507560
    },
    "_backlight_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608412184
    },
    "_bce_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418004
    },
    "_bce_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418016
    },
    "_bce_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608417992
    },
    "_bce_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418028
    },
    "_bfe_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418556
    },
    "_bfe_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418568
    },
    "_bfe_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418544
    },
    "_bfe_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418580
    },
    "_bge_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608419332
    },
    "_bge_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608419344
    },
    "_bge_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608419320
    },
    "_bge_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608419356
    },
    "_binary_elf_vdso32_so_1_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587107068
    },
    "_binary_elf_vdso32_so_1_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 1228
    },
    "_binary_elf_vdso32_so_1_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587105840
    },
    "_binary_elf_vdso_so_1_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587105840
    },
    "_binary_elf_vdso_so_1_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 1552
    },
    "_binary_elf_vdso_so_1_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587104288
    },
    "_binary_ipw_bss_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589521688
    },
    "_binary_ipw_bss_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589312498
    },
    "_binary_ipw_ibss_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589722826
    },
    "_binary_ipw_ibss_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589521688
    },
    "_binary_ipw_monitor_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589919284
    },
    "_binary_ipw_monitor_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589722826
    },
    "_binary_iwi_bss_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071590110438
    },
    "_binary_iwi_bss_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589919284
    },
    "_binary_iwi_ibss_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071590295866
    },
    "_binary_iwi_ibss_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071590110438
    },
    "_binary_iwi_monitor_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071590483702
    },
    "_binary_iwi_monitor_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071590295866
    },
    "_binary_iwm3160_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071591401970
    },
    "_binary_iwm3160_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071590483702
    },
    "_binary_iwm3168_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071592430002
    },
    "_binary_iwm3168_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071591401970
    },
    "_binary_iwm7260_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071593479342
    },
    "_binary_iwm7260_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071592430002
    },
    "_binary_iwm7265D_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071596043358
    },
    "_binary_iwm7265D_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071594659754
    },
    "_binary_iwm7265_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071594659754
    },
    "_binary_iwm7265_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071593479342
    },
    "_binary_iwm8000C_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071598394994
    },
    "_binary_iwm8000C_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071596043358
    },
    "_binary_iwm8265_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071600206978
    },
    "_binary_iwm8265_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071598394994
    },
    "_binary_iwn1000_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071600544498
    },
    "_binary_iwn1000_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071600206978
    },
    "_binary_iwn100_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071600882070
    },
    "_binary_iwn100_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071600544498
    },
    "_binary_iwn105_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071601571750
    },
    "_binary_iwn105_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071600882070
    },
    "_binary_iwn135_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071602272978
    },
    "_binary_iwn135_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071601571750
    },
    "_binary_iwn2000_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071602968854
    },
    "_binary_iwn2000_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071602272978
    },
    "_binary_iwn2030_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071603676246
    },
    "_binary_iwn2030_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071602968854
    },
    "_binary_iwn4965_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071603864218
    },
    "_binary_iwn4965_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071603676246
    },
    "_binary_iwn5000_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071604204914
    },
    "_binary_iwn5000_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071603864218
    },
    "_binary_iwn5150_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071604542314
    },
    "_binary_iwn5150_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071604204914
    },
    "_binary_iwn6000_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071604996922
    },
    "_binary_iwn6000_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071604542314
    },
    "_binary_iwn6000g2a_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071605674218
    },
    "_binary_iwn6000g2a_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071604996922
    },
    "_binary_iwn6000g2b_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606353654
    },
    "_binary_iwn6000g2b_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071605674218
    },
    "_binary_iwn6050_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606823434
    },
    "_binary_iwn6050_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606353654
    },
    "_binary_mw88W8363_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606918374
    },
    "_binary_mw88W8363_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606823434
    },
    "_binary_mwlboot_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606920654
    },
    "_binary_mwlboot_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606918374
    },
    "_binary_rsu_rtl8712fw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607255954
    },
    "_binary_rsu_rtl8712fw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607133626
    },
    "_binary_rt2561_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606928846
    },
    "_binary_rt2561_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606920654
    },
    "_binary_rt2561s_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606937038
    },
    "_binary_rt2561s_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606928846
    },
    "_binary_rt2661_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606945230
    },
    "_binary_rt2661_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606937038
    },
    "_binary_rt2860_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606953422
    },
    "_binary_rt2860_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606945230
    },
    "_binary_rtwn_rtl8188eefw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606964638
    },
    "_binary_rtwn_rtl8188eefw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606953422
    },
    "_binary_rtwn_rtl8188eufw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606978542
    },
    "_binary_rtwn_rtl8188eufw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606964638
    },
    "_binary_rtwn_rtl8192cfwE_B_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607009692
    },
    "_binary_rtwn_rtl8192cfwE_B_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606993360
    },
    "_binary_rtwn_rtl8192cfwE_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606993360
    },
    "_binary_rtwn_rtl8192cfwE_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071606978542
    },
    "_binary_rtwn_rtl8192cfwT_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607025818
    },
    "_binary_rtwn_rtl8192cfwT_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607009692
    },
    "_binary_rtwn_rtl8192cfwU_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607041944
    },
    "_binary_rtwn_rtl8192cfwU_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607025818
    },
    "_binary_rtwn_rtl8192eufw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607073762
    },
    "_binary_rtwn_rtl8192eufw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607041944
    },
    "_binary_rtwn_rtl8812aufw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607105822
    },
    "_binary_rtwn_rtl8812aufw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607073762
    },
    "_binary_rtwn_rtl8821aufw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607133626
    },
    "_binary_rtwn_rtl8821aufw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607105822
    },
    "_binary_run_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607264146
    },
    "_binary_run_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607255954
    },
    "_binary_t4fw_cfg_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587254235
    },
    "_binary_t4fw_cfg_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587249712
    },
    "_binary_t4fw_cfg_uwire_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587275668
    },
    "_binary_t4fw_cfg_uwire_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587254235
    },
    "_binary_t4fw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587846548
    },
    "_binary_t4fw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587275668
    },
    "_binary_t5fw_cfg_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587852450
    },
    "_binary_t5fw_cfg_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587846548
    },
    "_binary_t5fw_cfg_uwire_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587874309
    },
    "_binary_t5fw_cfg_uwire_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587852450
    },
    "_binary_t5fw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071588553221
    },
    "_binary_t5fw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587874309
    },
    "_binary_t6fw_cfg_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071588559181
    },
    "_binary_t6fw_cfg_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071588553221
    },
    "_binary_t6fw_cfg_uwire_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071588581874
    },
    "_binary_t6fw_cfg_uwire_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071588559181
    },
    "_binary_t6fw_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071589312498
    },
    "_binary_t6fw_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071588581874
    },
    "_binary_wpi_fw_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607414246
    },
    "_binary_wpi_fw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071607264146
    },
    "_blockcount_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575639008
    },
    "_blockcount_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575638928
    },
    "_bmtphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608507768
    },
    "_bnxt_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608420924
    },
    "_bnxt_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608420936
    },
    "_bnxt_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608420912
    },
    "_bnxt_mgmt_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608419848
    },
    "_bnxt_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608420328
    },
    "_brgphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608507976
    },
    "_bridgestp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609819672
    },
    "_bridgestp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609819712
    },
    "_bt": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "_bt_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576038544
    },
    "_buck": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "_buflen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_bus_dmamap_load_mbuf_epg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575864928
    },
    "_bus_dmamap_reserve_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581290656
    },
    "_busdma_dflt_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861344
    },
    "_bwi_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608421268
    },
    "_bwi_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608421256
    },
    "_bwi_depend_on_wlan_amrr": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608421280
    },
    "_bwi_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608421120
    },
    "_bwi_rf_lo_update_11g.rf_atten_init_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584696160
    },
    "_bwi_rf_lo_update_11g.rf_atten_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584696096
    },
    "_bwi_rf_lo_update_11g.rf_lo_measure_order": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584696224
    },
    "_bwi_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568542800
    },
    "_bxe_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610094980
    },
    "_bxe_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610094968
    },
    "_bxe_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610094992
    },
    "_c": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "_callout_init_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575717072
    },
    "_callout_stop_safe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575715296
    },
    "_cam_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608245732
    },
    "_cam_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608245768
    },
    "_cardbus_cbb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608422080
    },
    "_cardbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608422168
    },
    "_carp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609907960
    },
    "_cas_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608422656
    },
    "_cas_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608422668
    },
    "_cas_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608422936
    },
    "_cas_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608422680
    },
    "_cbb_depend_on_exca": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609093248
    },
    "_cbb_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609091528
    },
    "_cc_t6nex_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608446276
    },
    "_cc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608446408
    },
    "_cd9660_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609611200
    },
    "_cd9660_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609611528
    },
    "_cd_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608271796
    },
    "_cd_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608271488
    },
    "_cdce_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411884
    },
    "_cdce_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411860
    },
    "_cdce_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411872
    },
    "_cdce_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411720
    },
    "_cdce_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609411856
    },
    "_ce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 0
    },
    "_cep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "kobj_method"
          }
        }
      },
      "address": 0
    },
    "_ch_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608272336
    },
    "_ch_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608271952
    },
    "_ciphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608508184
    },
    "_ciss_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608424904
    },
    "_ciss_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608424916
    },
    "_ciss_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608423424
    },
    "_ciss_report_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568591456
    },
    "_ck_epoch_addref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217456
    },
    "_ck_epoch_delref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217392
    },
    "_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_cpu_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608330016
    },
    "_cpu_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608330192
    },
    "_cpu_legacy_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610167496
    },
    "_cpufreq_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609646008
    },
    "_cpuset_setthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575161664
    },
    "_crypto_depend_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610022604
    },
    "_crypto_onetimeauth_poly1305_pick_best_implementation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594064
    },
    "_crypto_scalarmult_curve25519_pick_best_implementation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579596672
    },
    "_crypto_stream_chacha20_pick_best_implementation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605888
    },
    "_crypto_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610022600
    },
    "_cryptosoft_depend_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610022972
    },
    "_cryptosoft_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610022832
    },
    "_cryptosoft_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610022968
    },
    "_cubic_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609929584
    },
    "_cubic_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609929624
    },
    "_cue_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609412248
    },
    "_cue_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609412224
    },
    "_cue_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609412236
    },
    "_cue_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609412088
    },
    "_cue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609412260
    },
    "_curbitstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "_cv_timedwait_sbt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575126384
    },
    "_cv_timedwait_sig_sbt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575126976
    },
    "_cv_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575124832
    },
    "_cv_wait_sig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575125856
    },
    "_cv_wait_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575125376
    },
    "_cxgb_cxgbc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608426456
    },
    "_cxgb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608426816
    },
    "_cxgbc_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608426444
    },
    "_cxgbc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608426296
    },
    "_cxgbc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608426440
    },
    "_cxgbe_t4nex_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608446000
    },
    "_cxgbe_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608446136
    },
    "_cxl_t5nex_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608446140
    },
    "_cxl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608446272
    },
    "_da_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608284224
    },
    "_da_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608278048
    },
    "_db_show_all_vaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577217888
    },
    "_db_show_com": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577213920
    },
    "_db_show_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577207712
    },
    "_db_show_key.zerodata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585242352
    },
    "_db_show_mesh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577213504
    },
    "_db_show_node_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208656
    },
    "_db_show_ssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208224
    },
    "_db_show_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577205776
    },
    "_db_show_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577209072
    },
    "_db_stack_trace_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567051728
    },
    "_dbtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fwohcidb_tr"
        }
      },
      "address": 0
    },
    "_dc_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452396
    },
    "_dc_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452408
    },
    "_dc_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452384
    },
    "_dc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452420
    },
    "_dcphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452712
    },
    "_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kobjop_desc"
        }
      },
      "address": 0
    },
    "_dest": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "_devfs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609530552
    },
    "_dist_code": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585216368
    },
    "_dmar_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610156496
    },
    "_dmar_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610156632
    },
    "_domainset_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575158832
    },
    "_dp83822phy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608508392
    },
    "_dp83867phy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608508600
    },
    "_dst": {
      "type": {
        "count": 8192,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610780688
    },
    "_dump_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575588480
    },
    "_e1000phy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608508808
    },
    "_edata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610260412
    },
    "_efidev_depend_on_efirt": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608453404
    },
    "_efidev_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608453176
    },
    "_efidev_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608453400
    },
    "_efirt_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608453864
    },
    "_efirt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608453904
    },
    "_efirtc_depend_on_efirt": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608454172
    },
    "_efirtc_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608454032
    },
    "_efirtc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608454168
    },
    "_ehci_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609402624
    },
    "_ehci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609402488
    },
    "_ehl_init_dev_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575857056
    },
    "_ehl_init_device_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575856960
    },
    "_ehl_init_device_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575856992
    },
    "_ehl_init_device_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575857024
    },
    "_ehl_init_process_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482448
    },
    "_ehl_init_process_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482480
    },
    "_ehl_init_process_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482640
    },
    "_ehl_init_process_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482576
    },
    "_ehl_init_process_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482544
    },
    "_ehl_init_process_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482608
    },
    "_ehl_init_process_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482512
    },
    "_ehl_init_rt_addrmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075904
    },
    "_ehl_init_thread_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575692928
    },
    "_ehl_init_thread_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575692960
    },
    "_ehl_init_thread_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575693024
    },
    "_ehl_init_thread_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575692992
    },
    "_ehl_init_vfs_mounted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576496688
    },
    "_ehl_init_vfs_unmounted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576496720
    },
    "_el": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 0
    },
    "_elf32_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609618632
    },
    "_elf64_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609616564
    },
    "_em_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608456532
    },
    "_em_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608456544
    },
    "_em_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608456520
    },
    "_em_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608455888
    },
    "_enc_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608287776
    },
    "_enc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608287504
    },
    "_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlattr"
        }
      },
      "address": 18446744071614496768
    },
    "_ep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 0
    },
    "_epoch_enter_preempt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575880880
    },
    "_epoch_exit_preempt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575881152
    },
    "_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_ertt_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609929888
    },
    "_ertt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609929984
    },
    "_est_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610148500
    },
    "_est_depend_on_hwpstate_intel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610154224
    },
    "_et_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457788
    },
    "_et_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457800
    },
    "_et_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457776
    },
    "_et_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457832
    },
    "_ether_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609826480
    },
    "_ether_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609826520
    },
    "_evdev_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608459232
    },
    "_eventhandler_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575884880
    },
    "_eventhandler_list_dev_lookup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612900640
    },
    "_eventhandler_list_device_attach": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612900616
    },
    "_eventhandler_list_device_detach": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612900624
    },
    "_eventhandler_list_device_nomatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612900632
    },
    "_eventhandler_list_process_ctor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612751832
    },
    "_eventhandler_list_process_dtor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612751840
    },
    "_eventhandler_list_process_exec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612751880
    },
    "_eventhandler_list_process_exit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612751864
    },
    "_eventhandler_list_process_fini": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612751856
    },
    "_eventhandler_list_process_fork": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612751872
    },
    "_eventhandler_list_process_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612751848
    },
    "_eventhandler_list_rt_addrmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071613056752
    },
    "_eventhandler_list_thread_ctor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612807896
    },
    "_eventhandler_list_thread_dtor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612807904
    },
    "_eventhandler_list_thread_fini": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612807920
    },
    "_eventhandler_list_thread_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071612807912
    },
    "_eventhandler_list_vfs_mounted": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071613043120
    },
    "_eventhandler_list_vfs_unmounted": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 18446744071613043112
    },
    "_evtchn_depend_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609525440
    },
    "_evtchn_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609525120
    },
    "_exca_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608459776
    },
    "_exca_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608459816
    },
    "_fail_point_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609816240
    },
    "_fail_point_g_mirror_metadata_write": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609587960
    },
    "_fail_point_g_mirror_regular_request_delete": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609589480
    },
    "_fail_point_g_mirror_regular_request_flush": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609589784
    },
    "_fail_point_g_mirror_regular_request_read": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609588872
    },
    "_fail_point_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609590088
    },
    "_fail_point_g_mirror_regular_request_write": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609589176
    },
    "_fail_point_g_mirror_sync_request_read": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609588264
    },
    "_fail_point_g_mirror_sync_request_write": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609588568
    },
    "_fail_point_nfscl_force_fileid_warning": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609550976
    },
    "_fail_point_nlm_deny_grant": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609998200
    },
    "_fail_point_random_fortuna_pre_read": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609106440
    },
    "_fail_point_sysctl_running": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609715696
    },
    "_fail_point_test_fail_point": {
      "type": {
        "kind": "struct",
        "name": "fail_point"
      },
      "address": 18446744071609654560
    },
    "_falloc_noinstall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575195840
    },
    "_falloc_noinstall.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612536464
    },
    "_falloc_noinstall.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612536448
    },
    "_fbd_drmn_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608460408
    },
    "_fbd_fb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608460320
    },
    "_fbd_udl_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608460496
    },
    "_fbd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608460584
    },
    "_fd_fdc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610104144
    },
    "_fdc_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610104360
    },
    "_fdc_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610104624
    },
    "_fdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedesc"
        }
      },
      "address": 0
    },
    "_fdrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575189072
    },
    "_fgetvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575206816
    },
    "_find_first_ft_in_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579273952
    },
    "_finstall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575196656
    },
    "_firewire_fwohci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608461664
    },
    "_firewire_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608461800
    },
    "_firmware_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609736864
    },
    "_firmware_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609736904
    },
    "_fixup_pci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609093336
    },
    "_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_fp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "_fpl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cache_fpl"
        }
      },
      "address": 0
    },
    "_fpupnp_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610174704
    },
    "_fs_add_dst_fte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579279808
    },
    "_fs_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579273040
    },
    "_fs_remove_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579255760
    },
    "_fwohci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608464584
    },
    "_fxp_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608466492
    },
    "_fxp_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608466504
    },
    "_fxp_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608466480
    },
    "_fxp_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608466516
    },
    "_g_bde_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609575016
    },
    "_g_class_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610066512
    },
    "_g_dev_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609579104
    },
    "_g_disk_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609579440
    },
    "_g_eli_depend_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609577864
    },
    "_g_eli_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609577828
    },
    "_g_flashmap_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609580032
    },
    "_g_flashmap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609580240
    },
    "_g_label_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609583672
    },
    "_g_label_depend_on_ufs": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609585728
    },
    "_g_md_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608503440
    },
    "_g_mirror_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609590392
    },
    "_g_part_bsd_depend_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609593416
    },
    "_g_part_bsd_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609593288
    },
    "_g_part_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609592420
    },
    "_g_part_ebr_depend_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609594016
    },
    "_g_part_ebr_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609593888
    },
    "_g_part_gpt_depend_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609595656
    },
    "_g_part_gpt_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609594488
    },
    "_g_part_mbr_depend_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609596256
    },
    "_g_part_mbr_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609596128
    },
    "_g_part_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609592456
    },
    "_g_raid_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609597852
    },
    "_g_raid_md_ddf_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609598992
    },
    "_g_raid_md_ddf_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609598880
    },
    "_g_raid_md_intel_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609599600
    },
    "_g_raid_md_intel_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609599488
    },
    "_g_raid_md_jmicron_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609600208
    },
    "_g_raid_md_jmicron_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609600096
    },
    "_g_raid_md_nvidia_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609600820
    },
    "_g_raid_md_nvidia_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609600704
    },
    "_g_raid_md_promise_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609601424
    },
    "_g_raid_md_promise_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609601312
    },
    "_g_raid_md_sii_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609602032
    },
    "_g_raid_md_sii_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609601920
    },
    "_g_raid_tr_concat_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609602648
    },
    "_g_raid_tr_concat_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609602528
    },
    "_g_raid_tr_raid0_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609603272
    },
    "_g_raid_tr_raid0_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609603152
    },
    "_g_raid_tr_raid1_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609604360
    },
    "_g_raid_tr_raid1_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609604240
    },
    "_g_raid_tr_raid1e_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609605448
    },
    "_g_raid_tr_raid1e_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609605328
    },
    "_g_raid_tr_raid5_depend_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609606072
    },
    "_g_raid_tr_raid5_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609605952
    },
    "_g_uzip_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609609012
    },
    "_g_uzip_depend_on_xz": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609609228
    },
    "_g_uzip_depend_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609609240
    },
    "_g_vfs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609582904
    },
    "_gem_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608471136
    },
    "_gem_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608470776
    },
    "_gem_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608471124
    },
    "_gem_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608470944
    },
    "_gentbi_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608509016
    },
    "_geom_bde_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609575224
    },
    "_geom_eli_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609577876
    },
    "_geom_label_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609583712
    },
    "_geom_md_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608503480
    },
    "_geom_mirror_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609590432
    },
    "_geom_part_bsd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609593428
    },
    "_geom_part_ebr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609594028
    },
    "_geom_part_gpt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609595668
    },
    "_geom_part_mbr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609596268
    },
    "_geom_raid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609597888
    },
    "_geom_uzip_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609609252
    },
    "_getenv_static": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575230720
    },
    "_getquota": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580046960
    },
    "_giantcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_gntdev_depend_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609526960
    },
    "_gntdev_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609526576
    },
    "_gone_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575856768
    },
    "_gone_in_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575856864
    },
    "_granttable_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609522128
    },
    "_hid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608471408
    },
    "_hidquirk_depend_on_hid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608471824
    },
    "_hidquirk_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608471836
    },
    "_hn_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610127220
    },
    "_hn_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610127216
    },
    "_hn_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610127084
    },
    "_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_hook"
        }
      },
      "address": 0
    },
    "_hostb_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609093544
    },
    "_hpet_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610085448
    },
    "_hpet_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610085784
    },
    "_hptiop_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608482600
    },
    "_hptiop_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608481920
    },
    "_hv_et_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610131760
    },
    "_hv_et_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610131624
    },
    "_hv_heartbeat_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610129668
    },
    "_hv_heartbeat_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610129664
    },
    "_hv_heartbeat_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610129528
    },
    "_hv_kbd_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610123524
    },
    "_hv_kbd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610123520
    },
    "_hv_kbd_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610123384
    },
    "_hv_kvp_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610128756
    },
    "_hv_kvp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610128752
    },
    "_hv_kvp_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610128432
    },
    "_hv_pcifront_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580908816
    },
    "_hv_pcifront_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580909296
    },
    "_hv_shutdown_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610129940
    },
    "_hv_shutdown_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610129936
    },
    "_hv_shutdown_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610129800
    },
    "_hv_timesync_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610130664
    },
    "_hv_timesync_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610130660
    },
    "_hv_timesync_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610130520
    },
    "_hv_vss_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610129396
    },
    "_hv_vss_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610129392
    },
    "_hv_vss_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610128888
    },
    "_hvsock_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610105884
    },
    "_hvsock_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610105880
    },
    "_hvsock_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610105744
    },
    "_hwpstate_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610154648
    },
    "_hwpstate_intel_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610154992
    },
    "_hwpstate_intel_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610155132
    },
    "_hwrm_send_message": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568366832
    },
    "_i": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_i40e_read_lldp_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582149760
    },
    "_iavf_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610199104
    },
    "_iavf_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610199116
    },
    "_iavf_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610199092
    },
    "_iavf_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610198480
    },
    "_iavf_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610199088
    },
    "_ice_aq_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581822240
    },
    "_ice_clear_vsi_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581960592
    },
    "_ice_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610202052
    },
    "_ice_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610202064
    },
    "_ice_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610202040
    },
    "_ice_err_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581822800
    },
    "_ice_fltr_flag_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581822992
    },
    "_ice_fw_lldp_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823728
    },
    "_ice_get_vsi_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581960080
    },
    "_ice_log_sev_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823120
    },
    "_ice_mdd_rx_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823536
    },
    "_ice_mdd_tx_pqm_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823408
    },
    "_ice_mdd_tx_tclan_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823280
    },
    "_ice_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610201416
    },
    "_ice_set_vsi_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581961680
    },
    "_ice_status_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581822368
    },
    "_ice_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610202036
    },
    "_ichss_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608425000
    },
    "_icsphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608509224
    },
    "_ida_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608483104
    },
    "_idad_ida_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608482872
    },
    "_ieee80211_find_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577327472
    },
    "_ieee80211_find_node_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577327376
    },
    "_ieee80211_find_rxnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577329728
    },
    "_ieee80211_find_rxnode_withkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577329984
    },
    "_ieee80211_find_txnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577330352
    },
    "_ieee80211_find_vap_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577327776
    },
    "_ieee80211_find_vap_node_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577327664
    },
    "_ieee80211_free_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577318624
    },
    "_if_ath_pci_depend_on_ath_hal": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354556
    },
    "_if_ath_pci_depend_on_ath_main": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354544
    },
    "_if_ath_pci_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354532
    },
    "_if_ath_pci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608354392
    },
    "_if_ath_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608354528
    },
    "_if_bridge_depend_on_bridgestp": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609823908
    },
    "_if_bridge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609823864
    },
    "_if_bridge_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609823904
    },
    "_if_delgroup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576830528
    },
    "_if_enc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609825384
    },
    "_if_enc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609825424
    },
    "_if_gif_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609827256
    },
    "_if_gif_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609827296
    },
    "_if_gre_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609828040
    },
    "_if_gre_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609828080
    },
    "_if_infiniband_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610005200
    },
    "_if_infiniband_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610005240
    },
    "_if_lagg_depend_on_if_infiniband": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609829612
    },
    "_if_lagg_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609829568
    },
    "_if_lagg_depend_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609829360
    },
    "_if_lagg_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609829608
    },
    "_if_lo_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609829872
    },
    "_if_tap_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609833092
    },
    "_if_tap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609833128
    },
    "_if_tun_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609833052
    },
    "_if_tun_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609833088
    },
    "_if_tuntap_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609833008
    },
    "_if_tuntap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609833048
    },
    "_if_upgt_depend_on_upgtfw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422196
    },
    "_if_upgt_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422172
    },
    "_if_upgt_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422184
    },
    "_if_upgt_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422032
    },
    "_if_upgt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609422168
    },
    "_if_vlan_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609833488
    },
    "_if_vlan_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609833528
    },
    "_iflib_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609836124
    },
    "_iflib_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609836064
    },
    "_iflib_depend_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609836160
    },
    "_iflib_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609836112
    },
    "_iflib_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983088
    },
    "_iflib_irq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577007360
    },
    "_iflib_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609836108
    },
    "_igb_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457148
    },
    "_igb_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457160
    },
    "_igb_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457136
    },
    "_igb_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608456556
    },
    "_igc_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608487064
    },
    "_igc_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608487076
    },
    "_igc_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608487052
    },
    "_igc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608486456
    },
    "_igmp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609899016
    },
    "_ignore_pci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609093752
    },
    "_iicbb_depend_on_iicbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608484224
    },
    "_iicbb_lkpi_iicbb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610002568
    },
    "_iicbb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608484236
    },
    "_iicbus_iicbb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608484136
    },
    "_iicbus_iichb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608484692
    },
    "_iicbus_lkpi_iic_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610001952
    },
    "_iicbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608484688
    },
    "_in6_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578050480
    },
    "_init_root_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579280720
    },
    "_inp_smr_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695792
    },
    "_inphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608470456
    },
    "_intr_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575310688
    },
    "_intr_event_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575305712
    },
    "_io_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610132232
    },
    "_io_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610132456
    },
    "_ioapic_eoi_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582412912
    },
    "_ioapic_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610218400
    },
    "_ioremap_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578836608
    },
    "_ip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "_ip1000phy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608509432
    },
    "_ip6_mroute_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609972000
    },
    "_ip_mroute_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609925184
    },
    "_ips_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608487808
    },
    "_ipsd_ips_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608487600
    },
    "_ipsec_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609978720
    },
    "_ipsec_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609978760
    },
    "_ipw_bss_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488588
    },
    "_ipw_bss_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488544
    },
    "_ipw_bss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608488584
    },
    "_ipw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488272
    },
    "_ipw_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488248
    },
    "_ipw_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488260
    },
    "_ipw_ibss_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488764
    },
    "_ipw_ibss_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488720
    },
    "_ipw_ibss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608488760
    },
    "_ipw_monitor_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488940
    },
    "_ipw_monitor_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488896
    },
    "_ipw_monitor_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608488936
    },
    "_ipw_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608488284
    },
    "_ipw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608488416
    },
    "_isa_eisab_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609609912
    },
    "_isa_isab_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609609824
    },
    "_isa_legacy_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610159064
    },
    "_isa_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609610000
    },
    "_isa_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610159152
    },
    "_isab_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609093960
    },
    "_isci_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610133288
    },
    "_isci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610133152
    },
    "_isp_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608489824
    },
    "_isp_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608489836
    },
    "_isp_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608489368
    },
    "_isp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608489200
    },
    "_item": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_item"
        }
      },
      "address": 0
    },
    "_iwi_bss_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490468
    },
    "_iwi_bss_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490424
    },
    "_iwi_bss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608490464
    },
    "_iwi_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490152
    },
    "_iwi_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490128
    },
    "_iwi_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490140
    },
    "_iwi_ibss_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490644
    },
    "_iwi_ibss_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490600
    },
    "_iwi_ibss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608490640
    },
    "_iwi_monitor_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490820
    },
    "_iwi_monitor_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490776
    },
    "_iwi_monitor_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608490816
    },
    "_iwi_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608490164
    },
    "_iwi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608490296
    },
    "_iwm3160fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491428
    },
    "_iwm3160fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491384
    },
    "_iwm3160fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608491424
    },
    "_iwm3168fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491604
    },
    "_iwm3168fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491560
    },
    "_iwm3168fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608491600
    },
    "_iwm7260fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491780
    },
    "_iwm7260fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491736
    },
    "_iwm7260fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608491776
    },
    "_iwm7265Dfw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608492132
    },
    "_iwm7265Dfw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608492088
    },
    "_iwm7265Dfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608492128
    },
    "_iwm7265fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491956
    },
    "_iwm7265fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491912
    },
    "_iwm7265fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608491952
    },
    "_iwm8000Cfw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608492308
    },
    "_iwm8000Cfw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608492264
    },
    "_iwm8000Cfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608492304
    },
    "_iwm8265fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608492484
    },
    "_iwm8265fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608492440
    },
    "_iwm8265fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608492480
    },
    "_iwm_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491176
    },
    "_iwm_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491188
    },
    "_iwm_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491200
    },
    "_iwm_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608491040
    },
    "_iwn1000fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493212
    },
    "_iwn1000fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493168
    },
    "_iwn1000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608493208
    },
    "_iwn100fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493388
    },
    "_iwn100fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493344
    },
    "_iwn100fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608493384
    },
    "_iwn105fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493564
    },
    "_iwn105fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493520
    },
    "_iwn105fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608493560
    },
    "_iwn135fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493740
    },
    "_iwn135fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493696
    },
    "_iwn135fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608493736
    },
    "_iwn2000fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493916
    },
    "_iwn2000fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493872
    },
    "_iwn2000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608493912
    },
    "_iwn2030fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494092
    },
    "_iwn2030fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494048
    },
    "_iwn2030fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608494088
    },
    "_iwn4965fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494268
    },
    "_iwn4965fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494224
    },
    "_iwn4965fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608494264
    },
    "_iwn5000fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494444
    },
    "_iwn5000fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494400
    },
    "_iwn5000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608494440
    },
    "_iwn5150fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494620
    },
    "_iwn5150fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494576
    },
    "_iwn5150fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608494616
    },
    "_iwn6000fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494796
    },
    "_iwn6000fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494752
    },
    "_iwn6000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608494792
    },
    "_iwn6000g2afw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494972
    },
    "_iwn6000g2afw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608494928
    },
    "_iwn6000g2afw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608494968
    },
    "_iwn6000g2bfw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608495148
    },
    "_iwn6000g2bfw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608495104
    },
    "_iwn6000g2bfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608495144
    },
    "_iwn6050fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608495324
    },
    "_iwn6050fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608495280
    },
    "_iwn6050fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608495320
    },
    "_iwn_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493012
    },
    "_iwn_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493024
    },
    "_iwn_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608493036
    },
    "_iwn_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608492688
    },
    "_iwn_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608493008
    },
    "_ix_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608497352
    },
    "_ix_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608497364
    },
    "_ix_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608497340
    },
    "_ix_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608496708
    },
    "_ixl_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610205332
    },
    "_ixl_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610205344
    },
    "_ixl_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610205320
    },
    "_ixl_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610204696
    },
    "_ixl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610205316
    },
    "_ixv_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608498248
    },
    "_ixv_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608498224
    },
    "_ixv_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608498236
    },
    "_ixv_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608497624
    },
    "_jme_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608498820
    },
    "_jme_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608498832
    },
    "_jme_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608498808
    },
    "_jme_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608498880
    },
    "_jmphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608509640
    },
    "_kbdmux_depend_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608500120
    },
    "_kbdmux_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608500080
    },
    "_kcodesel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610174880
    },
    "_kdatasel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610174884
    },
    "_kernel_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609690256
    },
    "_key": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_key"
        }
      },
      "address": 0
    },
    "_kmem_unback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580162304
    },
    "_krpc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610028136
    },
    "_krpc_depend_on_xdr": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610028180
    },
    "_krpc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610028176
    },
    "_kue_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417200
    },
    "_kue_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417176
    },
    "_kue_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417188
    },
    "_kue_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609412464
    },
    "_kue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609417212
    },
    "_kvm_clock_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610147624
    },
    "_last": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_lastfile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_le_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608500368
    },
    "_le_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608500280
    },
    "_legacy_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610167360
    },
    "_length_code": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585216880
    },
    "_lge_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608501204
    },
    "_lge_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608501216
    },
    "_lge_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608501192
    },
    "_lge_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608500968
    },
    "_libmd_SHA224_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567008304
    },
    "_libmd_SHA224_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567008032
    },
    "_libmd_SHA224_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567008112
    },
    "_libmd_SHA256_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567007744
    },
    "_libmd_SHA256_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567004416
    },
    "_libmd_SHA256_Transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567004688
    },
    "_libmd_SHA256_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567004496
    },
    "_libmd_SHA384_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567014144
    },
    "_libmd_SHA384_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567013792
    },
    "_libmd_SHA384_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567013936
    },
    "_libmd_SHA512_224_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567013232
    },
    "_libmd_SHA512_224_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567012880
    },
    "_libmd_SHA512_224_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567013024
    },
    "_libmd_SHA512_256_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567013712
    },
    "_libmd_SHA512_256_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567013360
    },
    "_libmd_SHA512_256_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567013504
    },
    "_libmd_SHA512_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567012464
    },
    "_libmd_SHA512_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567008576
    },
    "_libmd_SHA512_Transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567008928
    },
    "_libmd_SHA512_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567008720
    },
    "_libmd_SKEIN1024_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567023088
    },
    "_libmd_SKEIN1024_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567021488
    },
    "_libmd_SKEIN1024_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567021984
    },
    "_libmd_SKEIN256_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567022208
    },
    "_libmd_SKEIN256_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567021216
    },
    "_libmd_SKEIN256_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567021568
    },
    "_libmd_SKEIN512_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567022592
    },
    "_libmd_SKEIN512_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567021328
    },
    "_libmd_SKEIN512_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567021776
    },
    "_linux_pci_register_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578876176
    },
    "_linuxkpi_depend_on_backlight": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609999640
    },
    "_linuxkpi_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609999628
    },
    "_linuxkpi_depend_on_iicbb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610002656
    },
    "_linuxkpi_depend_on_iicbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610002040
    },
    "_linuxkpi_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609999652
    },
    "_linuxkpi_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610004588
    },
    "_linuxkpi_request_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578853664
    },
    "_linuxkpi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609999624
    },
    "_linuxkpi_wlan_depend_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609999500
    },
    "_linuxkpi_wlan_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609999512
    },
    "_linuxkpi_wlan_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609999496
    },
    "_lkpi_iic_drm_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610001864
    },
    "_lkpi_iic_drmn_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610001776
    },
    "_lkpi_iicbb_drm_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610002480
    },
    "_lkpi_iicbb_drmn_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610002392
    },
    "_lkpi_mlx4_pci_table_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610008448
    },
    "_lkpi_mlx5_core_pci_table_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610013576
    },
    "_lkpi_pci_iomap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578877408
    },
    "_lkpi_sta_assoc_to_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578810656
    },
    "_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rwlock"
        }
      },
      "address": 0
    },
    "_lockmgr_disown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575397504
    },
    "_lockp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "rwlock"
          }
        }
      },
      "address": 0
    },
    "_lpt_depend_on_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609100136
    },
    "_lpt_ppbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609099816
    },
    "_lxtphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608509848
    },
    "_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "_m_runs": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "_malloc_item": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "_malo_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608502600
    },
    "_malo_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608502588
    },
    "_malo_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608502336
    },
    "_malo_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608502584
    },
    "_mapping_add_to_removal_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570575232
    },
    "_mapping_clear_removed_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570580864
    },
    "_mapping_find_enc_map_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570468256
    },
    "_mapping_flush_dpm_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570573376
    },
    "_mapping_get_free_dpm_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570583568
    },
    "_mapping_inc_missing_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570468016
    },
    "_mapping_update_ir_missing_cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570582576
    },
    "_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_maxshft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_mca_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316768
    },
    "_mcommphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608510056
    },
    "_mem_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608503768
    },
    "_mem_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608503992
    },
    "_mfi_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608506308
    },
    "_mfi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608506440
    },
    "_mfid_mfi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608506520
    },
    "_mfisyspd_mfi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608506728
    },
    "_midi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609229064
    },
    "_midi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609229288
    },
    "_mii_bitbang_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608510296
    },
    "_miibus_ae_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608334584
    },
    "_miibus_age_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608335368
    },
    "_miibus_alc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608343528
    },
    "_miibus_ale_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608344232
    },
    "_miibus_aue_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410200
    },
    "_miibus_ax_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610196932
    },
    "_miibus_axe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609410768
    },
    "_miibus_axge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609411336
    },
    "_miibus_bce_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418216
    },
    "_miibus_bfe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608418768
    },
    "_miibus_bge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608419528
    },
    "_miibus_cas_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608422852
    },
    "_miibus_dc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452552
    },
    "_miibus_et_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608457984
    },
    "_miibus_fxp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608470296
    },
    "_miibus_gem_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608470688
    },
    "_miibus_jme_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608499112
    },
    "_miibus_lge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608501104
    },
    "_miibus_mos_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417616
    },
    "_miibus_msk_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608527728
    },
    "_miibus_nfe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610207664
    },
    "_miibus_nge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609084200
    },
    "_miibus_re_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107472
    },
    "_miibus_rl_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609108128
    },
    "_miibus_rue_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418176
    },
    "_miibus_sge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113784
    },
    "_miibus_sis_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114932
    },
    "_miibus_sk_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609115752
    },
    "_miibus_ste_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232264
    },
    "_miibus_stge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232820
    },
    "_miibus_udav_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418744
    },
    "_miibus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608510264
    },
    "_miibus_vge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609449920
    },
    "_miibus_vr_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609459112
    },
    "_miibus_vte_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609515384
    },
    "_miibus_xl_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527632
    },
    "_mld_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609973360
    },
    "_mlx4_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610008876
    },
    "_mlx4_depend_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610008912
    },
    "_mlx4_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610008872
    },
    "_mlx4en_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610009616
    },
    "_mlx4en_depend_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610009668
    },
    "_mlx4en_depend_on_mlx4": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610009656
    },
    "_mlx5_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610013520
    },
    "_mlx5_depend_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610013496
    },
    "_mlx5_depend_on_mlxfw": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610013508
    },
    "_mlx5_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610013532
    },
    "_mlx5en_depend_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610019376
    },
    "_mlx5en_depend_on_mlx5": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610019388
    },
    "_mlx5en_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610019400
    },
    "_mlx_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608514456
    },
    "_mlxd_mlx_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608514112
    },
    "_mlxfw_depend_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608513828
    },
    "_mlxfw_depend_on_xz": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608513840
    },
    "_mlxfw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608513824
    },
    "_mm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "_mmc_sdhci_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609112748
    },
    "_mmc_sdhci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113300
    },
    "_mmc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608514888
    },
    "_mmcsd_depend_on_g_flashmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608515872
    },
    "_mmcsd_depend_on_mmc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608515884
    },
    "_mmcsd_mmc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608515556
    },
    "_mmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "_mod_metadata_acl_nfs4_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609730760
    },
    "_mod_metadata_acl_posix1e_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609730904
    },
    "_mod_metadata_acpi_iicbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608483776
    },
    "_mod_metadata_acpi_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086280
    },
    "_mod_metadata_acpi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608326696
    },
    "_mod_metadata_agp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608335456
    },
    "_mod_metadata_ahc_isa_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337336
    },
    "_mod_metadata_ahc_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337608
    },
    "_mod_metadata_ahc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608340592
    },
    "_mod_metadata_ahci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336232
    },
    "_mod_metadata_ahd_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337880
    },
    "_mod_metadata_ahd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608338816
    },
    "_mod_metadata_aio_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609788736
    },
    "_mod_metadata_alq_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609641048
    },
    "_mod_metadata_ata_acard_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346344
    },
    "_mod_metadata_ata_ali_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346656
    },
    "_mod_metadata_ata_amd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346968
    },
    "_mod_metadata_ata_ati_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347280
    },
    "_mod_metadata_ata_cenatek_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347624
    },
    "_mod_metadata_ata_cypress_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347936
    },
    "_mod_metadata_ata_cyrix_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348248
    },
    "_mod_metadata_ata_highpoint_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348560
    },
    "_mod_metadata_ata_intel_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348872
    },
    "_mod_metadata_ata_ite_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349184
    },
    "_mod_metadata_ata_jmicron_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349496
    },
    "_mod_metadata_ata_marvell_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349808
    },
    "_mod_metadata_ata_micron_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350120
    },
    "_mod_metadata_ata_national_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350432
    },
    "_mod_metadata_ata_netcell_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350744
    },
    "_mod_metadata_ata_nvidia_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351056
    },
    "_mod_metadata_ata_promise_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351368
    },
    "_mod_metadata_ata_serverworks_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351680
    },
    "_mod_metadata_ata_sii_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351992
    },
    "_mod_metadata_ata_sis_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352312
    },
    "_mod_metadata_ata_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608344992
    },
    "_mod_metadata_ata_via_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352696
    },
    "_mod_metadata_atapci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345864
    },
    "_mod_metadata_ath_hal_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608355592
    },
    "_mod_metadata_ath_main_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354032
    },
    "_mod_metadata_aue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410016
    },
    "_mod_metadata_axe_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410584
    },
    "_mod_metadata_axge_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411152
    },
    "_mod_metadata_backlight_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608412160
    },
    "_mod_metadata_bridgestp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609819648
    },
    "_mod_metadata_cam_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608245352
    },
    "_mod_metadata_cardbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422056
    },
    "_mod_metadata_cc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444544
    },
    "_mod_metadata_cd9660_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609611176
    },
    "_mod_metadata_cdce_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411552
    },
    "_mod_metadata_crypto_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610022496
    },
    "_mod_metadata_cryptosoft_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610022784
    },
    "_mod_metadata_cubic_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609929560
    },
    "_mod_metadata_cue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412040
    },
    "_mod_metadata_cxgb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425592
    },
    "_mod_metadata_cxgbc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425472
    },
    "_mod_metadata_cxgbe_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444352
    },
    "_mod_metadata_cxl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444448
    },
    "_mod_metadata_efidev_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453128
    },
    "_mod_metadata_efirt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453832
    },
    "_mod_metadata_efirtc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453984
    },
    "_mod_metadata_ertt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609929864
    },
    "_mod_metadata_ether_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609826232
    },
    "_mod_metadata_evdev_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459208
    },
    "_mod_metadata_exca_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459752
    },
    "_mod_metadata_fbd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608460112
    },
    "_mod_metadata_firewire_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608461640
    },
    "_mod_metadata_firmware_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609736816
    },
    "_mod_metadata_g_flashmap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609580008
    },
    "_mod_metadata_g_part_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609592224
    },
    "_mod_metadata_geom_bde_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609574992
    },
    "_mod_metadata_geom_eli_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609577744
    },
    "_mod_metadata_geom_label_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609583648
    },
    "_mod_metadata_geom_md_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608503184
    },
    "_mod_metadata_geom_mirror_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609587920
    },
    "_mod_metadata_geom_part_bsd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593264
    },
    "_mod_metadata_geom_part_ebr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593864
    },
    "_mod_metadata_geom_part_gpt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609594464
    },
    "_mod_metadata_geom_part_mbr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609596104
    },
    "_mod_metadata_geom_raid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609597816
    },
    "_mod_metadata_geom_uzip_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609606872
    },
    "_mod_metadata_hid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608471384
    },
    "_mod_metadata_hidquirk_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608471752
    },
    "_mod_metadata_hn_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610126928
    },
    "_mod_metadata_hv_et_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131600
    },
    "_mod_metadata_hv_heartbeat_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129480
    },
    "_mod_metadata_hv_kbd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123336
    },
    "_mod_metadata_hv_kvp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128384
    },
    "_mod_metadata_hv_shutdown_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129752
    },
    "_mod_metadata_hv_timesync_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610130024
    },
    "_mod_metadata_hv_vss_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128840
    },
    "_mod_metadata_hvsock_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610105344
    },
    "_mod_metadata_hwpstate_intel_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610154856
    },
    "_mod_metadata_iavf_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610198200
    },
    "_mod_metadata_ice_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610200392
    },
    "_mod_metadata_if_ath_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354296
    },
    "_mod_metadata_if_bridge_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609823608
    },
    "_mod_metadata_if_enc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609825200
    },
    "_mod_metadata_if_gif_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609827128
    },
    "_mod_metadata_if_gre_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609827912
    },
    "_mod_metadata_if_infiniband_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610005176
    },
    "_mod_metadata_if_lagg_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609829312
    },
    "_mod_metadata_if_tap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831952
    },
    "_mod_metadata_if_tun_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831856
    },
    "_mod_metadata_if_tuntap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831760
    },
    "_mod_metadata_if_upgt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421912
    },
    "_mod_metadata_if_vlan_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609833256
    },
    "_mod_metadata_iflib_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609834888
    },
    "_mod_metadata_iicbb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608484112
    },
    "_mod_metadata_iicbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608484592
    },
    "_mod_metadata_io_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610132208
    },
    "_mod_metadata_ipsec_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609978696
    },
    "_mod_metadata_ipw_bss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488496
    },
    "_mod_metadata_ipw_ibss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488672
    },
    "_mod_metadata_ipw_monitor_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488848
    },
    "_mod_metadata_ipw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488224
    },
    "_mod_metadata_isa_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609609680
    },
    "_mod_metadata_isp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488952
    },
    "_mod_metadata_iwi_bss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490376
    },
    "_mod_metadata_iwi_ibss_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490552
    },
    "_mod_metadata_iwi_monitor_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490728
    },
    "_mod_metadata_iwi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490104
    },
    "_mod_metadata_iwm3160fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491336
    },
    "_mod_metadata_iwm3168fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491512
    },
    "_mod_metadata_iwm7260fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491688
    },
    "_mod_metadata_iwm7265Dfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492040
    },
    "_mod_metadata_iwm7265fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491864
    },
    "_mod_metadata_iwm8000Cfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492216
    },
    "_mod_metadata_iwm8265fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492392
    },
    "_mod_metadata_iwn1000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493120
    },
    "_mod_metadata_iwn100fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493296
    },
    "_mod_metadata_iwn105fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493472
    },
    "_mod_metadata_iwn135fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493648
    },
    "_mod_metadata_iwn2000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493824
    },
    "_mod_metadata_iwn2030fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494000
    },
    "_mod_metadata_iwn4965fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494176
    },
    "_mod_metadata_iwn5000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494352
    },
    "_mod_metadata_iwn5150fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494528
    },
    "_mod_metadata_iwn6000fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494704
    },
    "_mod_metadata_iwn6000g2afw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494880
    },
    "_mod_metadata_iwn6000g2bfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495056
    },
    "_mod_metadata_iwn6050fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495232
    },
    "_mod_metadata_iwn_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492592
    },
    "_mod_metadata_ixl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610203424
    },
    "_mod_metadata_kernel_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609690232
    },
    "_mod_metadata_krpc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610028088
    },
    "_mod_metadata_kue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412416
    },
    "_mod_metadata_linuxkpi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609999528
    },
    "_mod_metadata_linuxkpi_wlan_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609999424
    },
    "_mod_metadata_malo_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608502264
    },
    "_mod_metadata_md_aac_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323640
    },
    "_mod_metadata_md_aac_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323592
    },
    "_mod_metadata_md_aac_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323568
    },
    "_mod_metadata_md_aacch_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323688
    },
    "_mod_metadata_md_aacch_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323664
    },
    "_mod_metadata_md_aacd_aac": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323272
    },
    "_mod_metadata_md_aacd_aac_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323248
    },
    "_mod_metadata_md_aacp_aac": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608322856
    },
    "_mod_metadata_md_aacp_aac_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608322832
    },
    "_mod_metadata_md_aacp_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608322904
    },
    "_mod_metadata_md_aacraid_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608325280
    },
    "_mod_metadata_md_aacraid_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608325208
    },
    "_mod_metadata_md_aacraid_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608325184
    },
    "_mod_metadata_md_aacraidp_aacraid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608324696
    },
    "_mod_metadata_md_aacraidp_aacraid_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608324672
    },
    "_mod_metadata_md_aacraidp_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608324744
    },
    "_mod_metadata_md_acl_nfs4": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609730712
    },
    "_mod_metadata_md_acl_nfs4_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609730688
    },
    "_mod_metadata_md_acl_posix1e": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609730856
    },
    "_mod_metadata_md_acl_posix1e_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609730832
    },
    "_mod_metadata_md_acphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506888
    },
    "_mod_metadata_md_acphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506864
    },
    "_mod_metadata_md_acpi_acad_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608328280
    },
    "_mod_metadata_md_acpi_acad_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608328256
    },
    "_mod_metadata_md_acpi_acad_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608328328
    },
    "_mod_metadata_md_acpi_button_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329048
    },
    "_mod_metadata_md_acpi_button_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329024
    },
    "_mod_metadata_md_acpi_button_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329096
    },
    "_mod_metadata_md_acpi_cmbat_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329448
    },
    "_mod_metadata_md_acpi_cmbat_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329424
    },
    "_mod_metadata_md_acpi_cmbat_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329496
    },
    "_mod_metadata_md_acpi_ec_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608330728
    },
    "_mod_metadata_md_acpi_ec_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608330704
    },
    "_mod_metadata_md_acpi_ec_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608330776
    },
    "_mod_metadata_md_acpi_iicbus_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608483800
    },
    "_mod_metadata_md_acpi_isab_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331016
    },
    "_mod_metadata_md_acpi_isab_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608330992
    },
    "_mod_metadata_md_acpi_isab_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331064
    },
    "_mod_metadata_md_acpi_lid_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331352
    },
    "_mod_metadata_md_acpi_lid_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331328
    },
    "_mod_metadata_md_acpi_lid_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331400
    },
    "_mod_metadata_md_acpi_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608326648
    },
    "_mod_metadata_md_acpi_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608326624
    },
    "_mod_metadata_md_acpi_pci_link_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086568
    },
    "_mod_metadata_md_acpi_pci_link_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086544
    },
    "_mod_metadata_md_acpi_pci_link_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086616
    },
    "_mod_metadata_md_acpi_pci_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086232
    },
    "_mod_metadata_md_acpi_pci_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086256
    },
    "_mod_metadata_md_acpi_pci_pcib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086184
    },
    "_mod_metadata_md_acpi_pci_pcib_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610086160
    },
    "_mod_metadata_md_acpi_pcib_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087112
    },
    "_mod_metadata_md_acpi_pcib_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087088
    },
    "_mod_metadata_md_acpi_pcib_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087448
    },
    "_mod_metadata_md_acpi_pcib_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087400
    },
    "_mod_metadata_md_acpi_pcib_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087376
    },
    "_mod_metadata_md_acpi_perf_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331640
    },
    "_mod_metadata_md_acpi_perf_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331616
    },
    "_mod_metadata_md_acpi_perf_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608331688
    },
    "_mod_metadata_md_acpi_smbat_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333256
    },
    "_mod_metadata_md_acpi_smbat_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333232
    },
    "_mod_metadata_md_acpi_smbat_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333304
    },
    "_mod_metadata_md_acpi_syscontainer_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608332696
    },
    "_mod_metadata_md_acpi_syscontainer_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608332672
    },
    "_mod_metadata_md_acpi_syscontainer_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608332744
    },
    "_mod_metadata_md_acpi_sysresource_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608332416
    },
    "_mod_metadata_md_acpi_sysresource_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608332392
    },
    "_mod_metadata_md_acpi_sysresource_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608332464
    },
    "_mod_metadata_md_acpi_throttle_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333896
    },
    "_mod_metadata_md_acpi_throttle_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333872
    },
    "_mod_metadata_md_acpi_timer_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087624
    },
    "_mod_metadata_md_acpi_timer_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087600
    },
    "_mod_metadata_md_acpi_timer_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610087672
    },
    "_mod_metadata_md_acpi_tz_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333552
    },
    "_mod_metadata_md_acpi_tz_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333528
    },
    "_mod_metadata_md_acpi_tz_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608333600
    },
    "_mod_metadata_md_ada": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608273496
    },
    "_mod_metadata_md_ada_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608273544
    },
    "_mod_metadata_md_ada_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608273472
    },
    "_mod_metadata_md_ae_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334272
    },
    "_mod_metadata_md_ae_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334296
    },
    "_mod_metadata_md_ae_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334248
    },
    "_mod_metadata_md_ae_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334104
    },
    "_mod_metadata_md_ae_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334080
    },
    "_mod_metadata_md_age_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334760
    },
    "_mod_metadata_md_age_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334784
    },
    "_mod_metadata_md_age_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334736
    },
    "_mod_metadata_md_age_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334880
    },
    "_mod_metadata_md_age_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334856
    },
    "_mod_metadata_md_agp_amd64_hostb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610194784
    },
    "_mod_metadata_md_agp_amd64_hostb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610194760
    },
    "_mod_metadata_md_agp_amd64_on_agp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610194832
    },
    "_mod_metadata_md_agp_amd64_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610194856
    },
    "_mod_metadata_md_agp_i810_on_agp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195112
    },
    "_mod_metadata_md_agp_i810_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195136
    },
    "_mod_metadata_md_agp_i810_vgapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195064
    },
    "_mod_metadata_md_agp_i810_vgapci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195040
    },
    "_mod_metadata_md_agp_via_hostb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195464
    },
    "_mod_metadata_md_agp_via_hostb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195440
    },
    "_mod_metadata_md_agp_via_on_agp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195512
    },
    "_mod_metadata_md_agp_via_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195536
    },
    "_mod_metadata_md_ahc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608340520
    },
    "_mod_metadata_md_ahc_isa_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337264
    },
    "_mod_metadata_md_ahc_isa_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337240
    },
    "_mod_metadata_md_ahc_isa_on_ahc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337312
    },
    "_mod_metadata_md_ahc_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608340568
    },
    "_mod_metadata_md_ahc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608340496
    },
    "_mod_metadata_md_ahc_pci_on_ahc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337584
    },
    "_mod_metadata_md_ahc_pci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337536
    },
    "_mod_metadata_md_ahc_pci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337512
    },
    "_mod_metadata_md_ahci_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336904
    },
    "_mod_metadata_md_ahci_atapci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336880
    },
    "_mod_metadata_md_ahci_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336256
    },
    "_mod_metadata_md_ahci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336808
    },
    "_mod_metadata_md_ahci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336784
    },
    "_mod_metadata_md_ahcich_ahci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336184
    },
    "_mod_metadata_md_ahcich_ahci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336160
    },
    "_mod_metadata_md_ahciem_ahci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336576
    },
    "_mod_metadata_md_ahciem_ahci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336552
    },
    "_mod_metadata_md_ahd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608338744
    },
    "_mod_metadata_md_ahd_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608338792
    },
    "_mod_metadata_md_ahd_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608338720
    },
    "_mod_metadata_md_ahd_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337808
    },
    "_mod_metadata_md_ahd_pci_on_ahd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337856
    },
    "_mod_metadata_md_ahd_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608337784
    },
    "_mod_metadata_md_aio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609788688
    },
    "_mod_metadata_md_aio_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609788664
    },
    "_mod_metadata_md_alc_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342680
    },
    "_mod_metadata_md_alc_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342704
    },
    "_mod_metadata_md_alc_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342656
    },
    "_mod_metadata_md_alc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342800
    },
    "_mod_metadata_md_alc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342776
    },
    "_mod_metadata_md_ale_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343640
    },
    "_mod_metadata_md_ale_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343664
    },
    "_mod_metadata_md_ale_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343616
    },
    "_mod_metadata_md_ale_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343760
    },
    "_mod_metadata_md_ale_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343736
    },
    "_mod_metadata_md_alq": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609641000
    },
    "_mod_metadata_md_alq_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609640976
    },
    "_mod_metadata_md_amphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507096
    },
    "_mod_metadata_md_amphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507072
    },
    "_mod_metadata_md_apei_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608328648
    },
    "_mod_metadata_md_apei_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608328624
    },
    "_mod_metadata_md_apei_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608328696
    },
    "_mod_metadata_md_apic_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610218256
    },
    "_mod_metadata_md_apic_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610218232
    },
    "_mod_metadata_md_aprobe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608245848
    },
    "_mod_metadata_md_aprobe_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608245896
    },
    "_mod_metadata_md_aprobe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608245824
    },
    "_mod_metadata_md_arcmsr_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610088152
    },
    "_mod_metadata_md_arcmsr_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610088128
    },
    "_mod_metadata_md_arcmsr_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610088080
    },
    "_mod_metadata_md_arcmsr_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610088056
    },
    "_mod_metadata_md_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608344944
    },
    "_mod_metadata_md_ata_acard_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346368
    },
    "_mod_metadata_md_ata_acard_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346392
    },
    "_mod_metadata_md_ata_acard_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346296
    },
    "_mod_metadata_md_ata_acard_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346272
    },
    "_mod_metadata_md_ata_ali_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346680
    },
    "_mod_metadata_md_ata_ali_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346704
    },
    "_mod_metadata_md_ata_ali_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346608
    },
    "_mod_metadata_md_ata_ali_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346584
    },
    "_mod_metadata_md_ata_amd_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346992
    },
    "_mod_metadata_md_ata_amd_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347016
    },
    "_mod_metadata_md_ata_amd_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346920
    },
    "_mod_metadata_md_ata_amd_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608346896
    },
    "_mod_metadata_md_ata_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345984
    },
    "_mod_metadata_md_ata_atapci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345960
    },
    "_mod_metadata_md_ata_ati_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347304
    },
    "_mod_metadata_md_ata_ati_on_ata_sii": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347352
    },
    "_mod_metadata_md_ata_ati_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347328
    },
    "_mod_metadata_md_ata_ati_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347232
    },
    "_mod_metadata_md_ata_ati_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347208
    },
    "_mod_metadata_md_ata_cenatek_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347648
    },
    "_mod_metadata_md_ata_cenatek_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347672
    },
    "_mod_metadata_md_ata_cenatek_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347576
    },
    "_mod_metadata_md_ata_cenatek_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347552
    },
    "_mod_metadata_md_ata_cypress_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347960
    },
    "_mod_metadata_md_ata_cypress_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347984
    },
    "_mod_metadata_md_ata_cypress_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347888
    },
    "_mod_metadata_md_ata_cypress_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608347864
    },
    "_mod_metadata_md_ata_cyrix_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348272
    },
    "_mod_metadata_md_ata_cyrix_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348296
    },
    "_mod_metadata_md_ata_cyrix_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348200
    },
    "_mod_metadata_md_ata_cyrix_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348176
    },
    "_mod_metadata_md_ata_highpoint_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348584
    },
    "_mod_metadata_md_ata_highpoint_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348608
    },
    "_mod_metadata_md_ata_highpoint_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348512
    },
    "_mod_metadata_md_ata_highpoint_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348488
    },
    "_mod_metadata_md_ata_intel_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348896
    },
    "_mod_metadata_md_ata_intel_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348920
    },
    "_mod_metadata_md_ata_intel_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348824
    },
    "_mod_metadata_md_ata_intel_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608348800
    },
    "_mod_metadata_md_ata_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345288
    },
    "_mod_metadata_md_ata_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345264
    },
    "_mod_metadata_md_ata_ite_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349208
    },
    "_mod_metadata_md_ata_ite_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349232
    },
    "_mod_metadata_md_ata_ite_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349136
    },
    "_mod_metadata_md_ata_ite_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349112
    },
    "_mod_metadata_md_ata_jmicron_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349520
    },
    "_mod_metadata_md_ata_jmicron_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349544
    },
    "_mod_metadata_md_ata_jmicron_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349448
    },
    "_mod_metadata_md_ata_jmicron_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349424
    },
    "_mod_metadata_md_ata_marvell_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349832
    },
    "_mod_metadata_md_ata_marvell_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349856
    },
    "_mod_metadata_md_ata_marvell_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349760
    },
    "_mod_metadata_md_ata_marvell_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608349736
    },
    "_mod_metadata_md_ata_micron_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350144
    },
    "_mod_metadata_md_ata_micron_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350168
    },
    "_mod_metadata_md_ata_micron_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350072
    },
    "_mod_metadata_md_ata_micron_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350048
    },
    "_mod_metadata_md_ata_national_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350456
    },
    "_mod_metadata_md_ata_national_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350480
    },
    "_mod_metadata_md_ata_national_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350384
    },
    "_mod_metadata_md_ata_national_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350360
    },
    "_mod_metadata_md_ata_netcell_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350768
    },
    "_mod_metadata_md_ata_netcell_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350792
    },
    "_mod_metadata_md_ata_netcell_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350696
    },
    "_mod_metadata_md_ata_netcell_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350672
    },
    "_mod_metadata_md_ata_nvidia_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351080
    },
    "_mod_metadata_md_ata_nvidia_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351104
    },
    "_mod_metadata_md_ata_nvidia_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351008
    },
    "_mod_metadata_md_ata_nvidia_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608350984
    },
    "_mod_metadata_md_ata_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345336
    },
    "_mod_metadata_md_ata_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345016
    },
    "_mod_metadata_md_ata_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608344920
    },
    "_mod_metadata_md_ata_promise_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351392
    },
    "_mod_metadata_md_ata_promise_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351416
    },
    "_mod_metadata_md_ata_promise_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351320
    },
    "_mod_metadata_md_ata_promise_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351296
    },
    "_mod_metadata_md_ata_serverworks_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351704
    },
    "_mod_metadata_md_ata_serverworks_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351728
    },
    "_mod_metadata_md_ata_serverworks_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351632
    },
    "_mod_metadata_md_ata_serverworks_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351608
    },
    "_mod_metadata_md_ata_sii_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352016
    },
    "_mod_metadata_md_ata_sii_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352040
    },
    "_mod_metadata_md_ata_sii_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351944
    },
    "_mod_metadata_md_ata_sii_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608351920
    },
    "_mod_metadata_md_ata_sis_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352336
    },
    "_mod_metadata_md_ata_sis_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352360
    },
    "_mod_metadata_md_ata_sis_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352264
    },
    "_mod_metadata_md_ata_sis_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352240
    },
    "_mod_metadata_md_ata_via_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352720
    },
    "_mod_metadata_md_ata_via_on_atapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352744
    },
    "_mod_metadata_md_ata_via_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352648
    },
    "_mod_metadata_md_ata_via_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608352624
    },
    "_mod_metadata_md_atapci_on_ata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345888
    },
    "_mod_metadata_md_atapci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345816
    },
    "_mod_metadata_md_atapci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345792
    },
    "_mod_metadata_md_atdma_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159392
    },
    "_mod_metadata_md_atdma_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159368
    },
    "_mod_metadata_md_atdma_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159320
    },
    "_mod_metadata_md_atdma_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159296
    },
    "_mod_metadata_md_ath_hal": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608355544
    },
    "_mod_metadata_md_ath_hal_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608355520
    },
    "_mod_metadata_md_ath_main_on_ath_dfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354104
    },
    "_mod_metadata_md_ath_main_on_ath_hal": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354128
    },
    "_mod_metadata_md_ath_main_on_ath_rate": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354080
    },
    "_mod_metadata_md_ath_main_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354056
    },
    "_mod_metadata_md_atkbd_atkbdc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610088960
    },
    "_mod_metadata_md_atkbd_atkbdc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610088936
    },
    "_mod_metadata_md_atkbd_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610089008
    },
    "_mod_metadata_md_atkbdc_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610089296
    },
    "_mod_metadata_md_atkbdc_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610089272
    },
    "_mod_metadata_md_atkbdc_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610089224
    },
    "_mod_metadata_md_atkbdc_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610089200
    },
    "_mod_metadata_md_atphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507304
    },
    "_mod_metadata_md_atphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507280
    },
    "_mod_metadata_md_atrtc_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610157856
    },
    "_mod_metadata_md_atrtc_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610157832
    },
    "_mod_metadata_md_atrtc_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610157784
    },
    "_mod_metadata_md_atrtc_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610157760
    },
    "_mod_metadata_md_attimer_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158560
    },
    "_mod_metadata_md_attimer_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158536
    },
    "_mod_metadata_md_attimer_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158488
    },
    "_mod_metadata_md_attimer_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158464
    },
    "_mod_metadata_md_aue_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409968
    },
    "_mod_metadata_md_aue_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409992
    },
    "_mod_metadata_md_aue_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409920
    },
    "_mod_metadata_md_aue_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409944
    },
    "_mod_metadata_md_aue_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409800
    },
    "_mod_metadata_md_aue_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409776
    },
    "_mod_metadata_md_ax_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610196128
    },
    "_mod_metadata_md_ax_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610196152
    },
    "_mod_metadata_md_ax_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610196176
    },
    "_mod_metadata_md_ax_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610196104
    },
    "_mod_metadata_md_axe_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410536
    },
    "_mod_metadata_md_axe_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410560
    },
    "_mod_metadata_md_axe_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410488
    },
    "_mod_metadata_md_axe_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410512
    },
    "_mod_metadata_md_axe_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410368
    },
    "_mod_metadata_md_axe_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410344
    },
    "_mod_metadata_md_axge_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411104
    },
    "_mod_metadata_md_axge_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411128
    },
    "_mod_metadata_md_axge_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411056
    },
    "_mod_metadata_md_axge_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411080
    },
    "_mod_metadata_md_axge_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410936
    },
    "_mod_metadata_md_axge_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410912
    },
    "_mod_metadata_md_axp_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195960
    },
    "_mod_metadata_md_axp_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610195936
    },
    "_mod_metadata_md_axphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507512
    },
    "_mod_metadata_md_axphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507488
    },
    "_mod_metadata_md_bce_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608415984
    },
    "_mod_metadata_md_bce_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608416008
    },
    "_mod_metadata_md_bce_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608415960
    },
    "_mod_metadata_md_bce_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608416056
    },
    "_mod_metadata_md_bce_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608416032
    },
    "_mod_metadata_md_bfe_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418328
    },
    "_mod_metadata_md_bfe_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418352
    },
    "_mod_metadata_md_bfe_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418304
    },
    "_mod_metadata_md_bfe_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418400
    },
    "_mod_metadata_md_bfe_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418376
    },
    "_mod_metadata_md_bge_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418880
    },
    "_mod_metadata_md_bge_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418904
    },
    "_mod_metadata_md_bge_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418856
    },
    "_mod_metadata_md_bge_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418952
    },
    "_mod_metadata_md_bge_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418928
    },
    "_mod_metadata_md_bmtphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507720
    },
    "_mod_metadata_md_bmtphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507696
    },
    "_mod_metadata_md_bnxt_mgmt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608419800
    },
    "_mod_metadata_md_bnxt_mgmt_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608419776
    },
    "_mod_metadata_md_bnxt_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420256
    },
    "_mod_metadata_md_bnxt_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420280
    },
    "_mod_metadata_md_bnxt_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420232
    },
    "_mod_metadata_md_bnxt_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420184
    },
    "_mod_metadata_md_bnxt_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420160
    },
    "_mod_metadata_md_brgphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507928
    },
    "_mod_metadata_md_brgphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608507904
    },
    "_mod_metadata_md_bridgestp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609819600
    },
    "_mod_metadata_md_bridgestp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609819576
    },
    "_mod_metadata_md_bwi_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608421072
    },
    "_mod_metadata_md_bwi_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608421048
    },
    "_mod_metadata_md_bwi_on_wlan_amrr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608421096
    },
    "_mod_metadata_md_bwi_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420976
    },
    "_mod_metadata_md_bwi_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420952
    },
    "_mod_metadata_md_bxe_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610093480
    },
    "_mod_metadata_md_bxe_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610093456
    },
    "_mod_metadata_md_bxe_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610093528
    },
    "_mod_metadata_md_bxe_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610093504
    },
    "_mod_metadata_md_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608245304
    },
    "_mod_metadata_md_cam_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608245280
    },
    "_mod_metadata_md_cardbus_cbb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422008
    },
    "_mod_metadata_md_cardbus_cbb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608421984
    },
    "_mod_metadata_md_carp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609907624
    },
    "_mod_metadata_md_carp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609907600
    },
    "_mod_metadata_md_cas_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422416
    },
    "_mod_metadata_md_cas_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422440
    },
    "_mod_metadata_md_cas_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422632
    },
    "_mod_metadata_md_cas_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422488
    },
    "_mod_metadata_md_cas_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422464
    },
    "_mod_metadata_md_cbb_on_exca": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609091504
    },
    "_mod_metadata_md_cbb_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609091432
    },
    "_mod_metadata_md_cbb_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609091408
    },
    "_mod_metadata_md_cc_t6nex": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444496
    },
    "_mod_metadata_md_cc_t6nex_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444472
    },
    "_mod_metadata_md_cd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608270920
    },
    "_mod_metadata_md_cd9660": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609611128
    },
    "_mod_metadata_md_cd9660_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609611104
    },
    "_mod_metadata_md_cd_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608270968
    },
    "_mod_metadata_md_cd_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608270896
    },
    "_mod_metadata_md_cdce_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411624
    },
    "_mod_metadata_md_cdce_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411576
    },
    "_mod_metadata_md_cdce_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411600
    },
    "_mod_metadata_md_cdce_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411504
    },
    "_mod_metadata_md_cdce_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411480
    },
    "_mod_metadata_md_ch": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608271832
    },
    "_mod_metadata_md_ch_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608271880
    },
    "_mod_metadata_md_ch_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608271808
    },
    "_mod_metadata_md_ciphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508136
    },
    "_mod_metadata_md_ciphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508112
    },
    "_mod_metadata_md_ciss_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608423200
    },
    "_mod_metadata_md_ciss_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608423224
    },
    "_mod_metadata_md_ciss_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608423128
    },
    "_mod_metadata_md_ciss_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608423104
    },
    "_mod_metadata_md_cpu_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329896
    },
    "_mod_metadata_md_cpu_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329872
    },
    "_mod_metadata_md_cpu_legacy": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610167200
    },
    "_mod_metadata_md_cpu_legacy_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610167176
    },
    "_mod_metadata_md_cpu_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608329944
    },
    "_mod_metadata_md_cpufreq_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609645624
    },
    "_mod_metadata_md_cpufreq_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609645600
    },
    "_mod_metadata_md_crypto_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610022520
    },
    "_mod_metadata_md_cryptosoft_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610022736
    },
    "_mod_metadata_md_cryptosoft_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610022712
    },
    "_mod_metadata_md_cryptosoft_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610022808
    },
    "_mod_metadata_md_cubic": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609929512
    },
    "_mod_metadata_md_cubic_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609929488
    },
    "_mod_metadata_md_cue_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412016
    },
    "_mod_metadata_md_cue_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411968
    },
    "_mod_metadata_md_cue_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411992
    },
    "_mod_metadata_md_cue_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411920
    },
    "_mod_metadata_md_cue_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411896
    },
    "_mod_metadata_md_cxgb_cxgbc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425544
    },
    "_mod_metadata_md_cxgb_cxgbc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425520
    },
    "_mod_metadata_md_cxgbc_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425496
    },
    "_mod_metadata_md_cxgbc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425400
    },
    "_mod_metadata_md_cxgbc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425376
    },
    "_mod_metadata_md_cxgbe_t4nex": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444304
    },
    "_mod_metadata_md_cxgbe_t4nex_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444280
    },
    "_mod_metadata_md_cxl_t5nex": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444400
    },
    "_mod_metadata_md_cxl_t5nex_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444376
    },
    "_mod_metadata_md_da": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608277888
    },
    "_mod_metadata_md_da_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608277936
    },
    "_mod_metadata_md_da_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608277864
    },
    "_mod_metadata_md_dc_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452168
    },
    "_mod_metadata_md_dc_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452192
    },
    "_mod_metadata_md_dc_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452144
    },
    "_mod_metadata_md_dc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452240
    },
    "_mod_metadata_md_dc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452216
    },
    "_mod_metadata_md_dcphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452664
    },
    "_mod_metadata_md_dcphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452640
    },
    "_mod_metadata_md_devfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609530504
    },
    "_mod_metadata_md_devfs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609530480
    },
    "_mod_metadata_md_dmar_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610156280
    },
    "_mod_metadata_md_dmar_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610156256
    },
    "_mod_metadata_md_dmar_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610156328
    },
    "_mod_metadata_md_dp83822phy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508344
    },
    "_mod_metadata_md_dp83822phy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508320
    },
    "_mod_metadata_md_dp83867phy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508552
    },
    "_mod_metadata_md_dp83867phy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508528
    },
    "_mod_metadata_md_e1000phy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508760
    },
    "_mod_metadata_md_e1000phy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508736
    },
    "_mod_metadata_md_efidev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453080
    },
    "_mod_metadata_md_efidev_on_efirt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453152
    },
    "_mod_metadata_md_efidev_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453056
    },
    "_mod_metadata_md_efirt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453784
    },
    "_mod_metadata_md_efirt_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453760
    },
    "_mod_metadata_md_efirtc_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453936
    },
    "_mod_metadata_md_efirtc_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608453912
    },
    "_mod_metadata_md_efirtc_on_efirt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454008
    },
    "_mod_metadata_md_ehci_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402464
    },
    "_mod_metadata_md_ehci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402416
    },
    "_mod_metadata_md_ehci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402392
    },
    "_mod_metadata_md_elf32": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609618568
    },
    "_mod_metadata_md_elf32_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609618544
    },
    "_mod_metadata_md_elf64": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609616488
    },
    "_mod_metadata_md_elf64_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609616464
    },
    "_mod_metadata_md_em_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454304
    },
    "_mod_metadata_md_em_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454328
    },
    "_mod_metadata_md_em_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454280
    },
    "_mod_metadata_md_em_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454232
    },
    "_mod_metadata_md_em_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454208
    },
    "_mod_metadata_md_enc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608287432
    },
    "_mod_metadata_md_enc_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608287480
    },
    "_mod_metadata_md_enc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608287408
    },
    "_mod_metadata_md_ertt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609929816
    },
    "_mod_metadata_md_ertt_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609929792
    },
    "_mod_metadata_md_est_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610148392
    },
    "_mod_metadata_md_est_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610148368
    },
    "_mod_metadata_md_est_on_hwpstate_intel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610148440
    },
    "_mod_metadata_md_et_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457440
    },
    "_mod_metadata_md_et_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457464
    },
    "_mod_metadata_md_et_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457416
    },
    "_mod_metadata_md_et_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457536
    },
    "_mod_metadata_md_et_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457512
    },
    "_mod_metadata_md_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609826184
    },
    "_mod_metadata_md_ether_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609826160
    },
    "_mod_metadata_md_evtchn_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609525096
    },
    "_mod_metadata_md_evtchn_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609525048
    },
    "_mod_metadata_md_evtchn_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609525024
    },
    "_mod_metadata_md_exca": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459704
    },
    "_mod_metadata_md_exca_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459680
    },
    "_mod_metadata_md_fbd_drmn": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459992
    },
    "_mod_metadata_md_fbd_drmn_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459968
    },
    "_mod_metadata_md_fbd_fb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459920
    },
    "_mod_metadata_md_fbd_fb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459896
    },
    "_mod_metadata_md_fbd_udl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608460064
    },
    "_mod_metadata_md_fbd_udl_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608460040
    },
    "_mod_metadata_md_fd_fdc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610103408
    },
    "_mod_metadata_md_fd_fdc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610103384
    },
    "_mod_metadata_md_fdc_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610104312
    },
    "_mod_metadata_md_fdc_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610104288
    },
    "_mod_metadata_md_fdc_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610104552
    },
    "_mod_metadata_md_fdc_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610104528
    },
    "_mod_metadata_md_firewire_fwohci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608461592
    },
    "_mod_metadata_md_firewire_fwohci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608461568
    },
    "_mod_metadata_md_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609736768
    },
    "_mod_metadata_md_firmware_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609736744
    },
    "_mod_metadata_md_fixup_pci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093288
    },
    "_mod_metadata_md_fixup_pci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093264
    },
    "_mod_metadata_md_fpupnp_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610174464
    },
    "_mod_metadata_md_fpupnp_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610174440
    },
    "_mod_metadata_md_fwohci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608464536
    },
    "_mod_metadata_md_fwohci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608464512
    },
    "_mod_metadata_md_fxp_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466264
    },
    "_mod_metadata_md_fxp_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466288
    },
    "_mod_metadata_md_fxp_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466240
    },
    "_mod_metadata_md_fxp_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466336
    },
    "_mod_metadata_md_fxp_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466312
    },
    "_mod_metadata_md_g_bde": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609574944
    },
    "_mod_metadata_md_g_bde_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609574920
    },
    "_mod_metadata_md_g_class": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610066344
    },
    "_mod_metadata_md_g_class_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610066320
    },
    "_mod_metadata_md_g_dev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609579008
    },
    "_mod_metadata_md_g_dev_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609578984
    },
    "_mod_metadata_md_g_disk": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609579280
    },
    "_mod_metadata_md_g_disk_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609579256
    },
    "_mod_metadata_md_g_eli": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609577672
    },
    "_mod_metadata_md_g_eli_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609577720
    },
    "_mod_metadata_md_g_eli_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609577648
    },
    "_mod_metadata_md_g_flashmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609579960
    },
    "_mod_metadata_md_g_flashmap_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609579936
    },
    "_mod_metadata_md_g_label": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609583600
    },
    "_mod_metadata_md_g_label_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609583576
    },
    "_mod_metadata_md_g_label_on_ufs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609585704
    },
    "_mod_metadata_md_g_md": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608503136
    },
    "_mod_metadata_md_g_md_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608503112
    },
    "_mod_metadata_md_g_mirror": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609587872
    },
    "_mod_metadata_md_g_mirror_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609587848
    },
    "_mod_metadata_md_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609592176
    },
    "_mod_metadata_md_g_part_bsd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593192
    },
    "_mod_metadata_md_g_part_bsd_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593240
    },
    "_mod_metadata_md_g_part_bsd_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593168
    },
    "_mod_metadata_md_g_part_ebr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593792
    },
    "_mod_metadata_md_g_part_ebr_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593840
    },
    "_mod_metadata_md_g_part_ebr_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609593768
    },
    "_mod_metadata_md_g_part_gpt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609594392
    },
    "_mod_metadata_md_g_part_gpt_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609594440
    },
    "_mod_metadata_md_g_part_gpt_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609594368
    },
    "_mod_metadata_md_g_part_mbr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609596032
    },
    "_mod_metadata_md_g_part_mbr_on_g_part": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609596080
    },
    "_mod_metadata_md_g_part_mbr_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609596008
    },
    "_mod_metadata_md_g_part_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609592152
    },
    "_mod_metadata_md_g_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609597768
    },
    "_mod_metadata_md_g_raid_md_ddf": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609598472
    },
    "_mod_metadata_md_g_raid_md_ddf_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609598520
    },
    "_mod_metadata_md_g_raid_md_ddf_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609598448
    },
    "_mod_metadata_md_g_raid_md_intel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609599080
    },
    "_mod_metadata_md_g_raid_md_intel_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609599128
    },
    "_mod_metadata_md_g_raid_md_intel_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609599056
    },
    "_mod_metadata_md_g_raid_md_jmicron": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609599688
    },
    "_mod_metadata_md_g_raid_md_jmicron_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609599736
    },
    "_mod_metadata_md_g_raid_md_jmicron_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609599664
    },
    "_mod_metadata_md_g_raid_md_nvidia": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609600296
    },
    "_mod_metadata_md_g_raid_md_nvidia_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609600344
    },
    "_mod_metadata_md_g_raid_md_nvidia_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609600272
    },
    "_mod_metadata_md_g_raid_md_promise": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609600904
    },
    "_mod_metadata_md_g_raid_md_promise_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609600952
    },
    "_mod_metadata_md_g_raid_md_promise_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609600880
    },
    "_mod_metadata_md_g_raid_md_sii": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609601512
    },
    "_mod_metadata_md_g_raid_md_sii_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609601560
    },
    "_mod_metadata_md_g_raid_md_sii_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609601488
    },
    "_mod_metadata_md_g_raid_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609597744
    },
    "_mod_metadata_md_g_raid_tr_concat": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609602120
    },
    "_mod_metadata_md_g_raid_tr_concat_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609602168
    },
    "_mod_metadata_md_g_raid_tr_concat_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609602096
    },
    "_mod_metadata_md_g_raid_tr_raid0": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609602744
    },
    "_mod_metadata_md_g_raid_tr_raid0_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609602792
    },
    "_mod_metadata_md_g_raid_tr_raid0_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609602720
    },
    "_mod_metadata_md_g_raid_tr_raid1": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609603816
    },
    "_mod_metadata_md_g_raid_tr_raid1_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609603864
    },
    "_mod_metadata_md_g_raid_tr_raid1_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609603792
    },
    "_mod_metadata_md_g_raid_tr_raid1e": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609604904
    },
    "_mod_metadata_md_g_raid_tr_raid1e_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609604952
    },
    "_mod_metadata_md_g_raid_tr_raid1e_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609604880
    },
    "_mod_metadata_md_g_raid_tr_raid5": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609605544
    },
    "_mod_metadata_md_g_raid_tr_raid5_on_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609605592
    },
    "_mod_metadata_md_g_raid_tr_raid5_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609605520
    },
    "_mod_metadata_md_g_uzip": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609606776
    },
    "_mod_metadata_md_g_uzip_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609606752
    },
    "_mod_metadata_md_g_uzip_on_xz": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609606824
    },
    "_mod_metadata_md_g_uzip_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609606848
    },
    "_mod_metadata_md_g_vfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609582688
    },
    "_mod_metadata_md_g_vfs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609582664
    },
    "_mod_metadata_md_gem_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470920
    },
    "_mod_metadata_md_gem_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470664
    },
    "_mod_metadata_md_gem_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470896
    },
    "_mod_metadata_md_gem_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470824
    },
    "_mod_metadata_md_gem_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470800
    },
    "_mod_metadata_md_gentbi_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508968
    },
    "_mod_metadata_md_gentbi_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608508944
    },
    "_mod_metadata_md_gntdev_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609526408
    },
    "_mod_metadata_md_gntdev_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609526360
    },
    "_mod_metadata_md_gntdev_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609526336
    },
    "_mod_metadata_md_granttable_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522056
    },
    "_mod_metadata_md_granttable_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522032
    },
    "_mod_metadata_md_hidquirk_on_hid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608471728
    },
    "_mod_metadata_md_hn_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610126952
    },
    "_mod_metadata_md_hn_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610126880
    },
    "_mod_metadata_md_hn_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610126856
    },
    "_mod_metadata_md_hostb_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093496
    },
    "_mod_metadata_md_hostb_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093472
    },
    "_mod_metadata_md_hpet_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610085352
    },
    "_mod_metadata_md_hpet_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610085328
    },
    "_mod_metadata_md_hpet_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610085400
    },
    "_mod_metadata_md_hptiop_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608481896
    },
    "_mod_metadata_md_hptiop_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608481848
    },
    "_mod_metadata_md_hptiop_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608481824
    },
    "_mod_metadata_md_hv_et_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131552
    },
    "_mod_metadata_md_hv_et_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131528
    },
    "_mod_metadata_md_hv_heartbeat_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129504
    },
    "_mod_metadata_md_hv_heartbeat_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129432
    },
    "_mod_metadata_md_hv_heartbeat_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129408
    },
    "_mod_metadata_md_hv_kbd_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123360
    },
    "_mod_metadata_md_hv_kbd_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123288
    },
    "_mod_metadata_md_hv_kbd_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123264
    },
    "_mod_metadata_md_hv_kvp_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128408
    },
    "_mod_metadata_md_hv_kvp_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128336
    },
    "_mod_metadata_md_hv_kvp_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128312
    },
    "_mod_metadata_md_hv_shutdown_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129776
    },
    "_mod_metadata_md_hv_shutdown_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129704
    },
    "_mod_metadata_md_hv_shutdown_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129680
    },
    "_mod_metadata_md_hv_timesync_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610130048
    },
    "_mod_metadata_md_hv_timesync_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129976
    },
    "_mod_metadata_md_hv_timesync_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610129952
    },
    "_mod_metadata_md_hv_vss_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128864
    },
    "_mod_metadata_md_hv_vss_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128792
    },
    "_mod_metadata_md_hv_vss_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128768
    },
    "_mod_metadata_md_hvsock_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610105368
    },
    "_mod_metadata_md_hvsock_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610105296
    },
    "_mod_metadata_md_hvsock_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610105272
    },
    "_mod_metadata_md_hwpstate_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610154600
    },
    "_mod_metadata_md_hwpstate_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610154576
    },
    "_mod_metadata_md_hwpstate_intel_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610154808
    },
    "_mod_metadata_md_hwpstate_intel_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610154784
    },
    "_mod_metadata_md_iavf_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610198248
    },
    "_mod_metadata_md_iavf_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610198272
    },
    "_mod_metadata_md_iavf_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610198224
    },
    "_mod_metadata_md_iavf_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610198152
    },
    "_mod_metadata_md_iavf_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610198128
    },
    "_mod_metadata_md_ice_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610200440
    },
    "_mod_metadata_md_ice_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610200464
    },
    "_mod_metadata_md_ice_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610200416
    },
    "_mod_metadata_md_ice_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610200344
    },
    "_mod_metadata_md_ice_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610200320
    },
    "_mod_metadata_md_ichss_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608424952
    },
    "_mod_metadata_md_ichss_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608424928
    },
    "_mod_metadata_md_icsphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509176
    },
    "_mod_metadata_md_icsphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509152
    },
    "_mod_metadata_md_ida_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608483032
    },
    "_mod_metadata_md_ida_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608483008
    },
    "_mod_metadata_md_idad_ida": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608482824
    },
    "_mod_metadata_md_idad_ida_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608482800
    },
    "_mod_metadata_md_if_ath_pci_on_ath_hal": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354368
    },
    "_mod_metadata_md_if_ath_pci_on_ath_main": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354344
    },
    "_mod_metadata_md_if_ath_pci_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354320
    },
    "_mod_metadata_md_if_ath_pci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354248
    },
    "_mod_metadata_md_if_ath_pci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608354224
    },
    "_mod_metadata_md_if_bridge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609823560
    },
    "_mod_metadata_md_if_bridge_on_bridgestp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609823632
    },
    "_mod_metadata_md_if_bridge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609823536
    },
    "_mod_metadata_md_if_enc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609825152
    },
    "_mod_metadata_md_if_enc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609825128
    },
    "_mod_metadata_md_if_gif": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609827080
    },
    "_mod_metadata_md_if_gif_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609827056
    },
    "_mod_metadata_md_if_gre": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609827864
    },
    "_mod_metadata_md_if_gre_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609827840
    },
    "_mod_metadata_md_if_infiniband": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610005128
    },
    "_mod_metadata_md_if_infiniband_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610005104
    },
    "_mod_metadata_md_if_lagg": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609829264
    },
    "_mod_metadata_md_if_lagg_on_if_infiniband": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609829336
    },
    "_mod_metadata_md_if_lagg_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609829240
    },
    "_mod_metadata_md_if_lagg_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609828512
    },
    "_mod_metadata_md_if_lo": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609829744
    },
    "_mod_metadata_md_if_lo_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609829720
    },
    "_mod_metadata_md_if_tap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831904
    },
    "_mod_metadata_md_if_tap_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831880
    },
    "_mod_metadata_md_if_tun": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831808
    },
    "_mod_metadata_md_if_tun_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831784
    },
    "_mod_metadata_md_if_tuntap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831712
    },
    "_mod_metadata_md_if_tuntap_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609831688
    },
    "_mod_metadata_md_if_upgt_on_upgtfw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421984
    },
    "_mod_metadata_md_if_upgt_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421936
    },
    "_mod_metadata_md_if_upgt_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421960
    },
    "_mod_metadata_md_if_upgt_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421864
    },
    "_mod_metadata_md_if_upgt_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421840
    },
    "_mod_metadata_md_if_vlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609833208
    },
    "_mod_metadata_md_if_vlan_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609833184
    },
    "_mod_metadata_md_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609834840
    },
    "_mod_metadata_md_iflib_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609834936
    },
    "_mod_metadata_md_iflib_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609834816
    },
    "_mod_metadata_md_iflib_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609835552
    },
    "_mod_metadata_md_iflib_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609834912
    },
    "_mod_metadata_md_igb_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454472
    },
    "_mod_metadata_md_igb_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454496
    },
    "_mod_metadata_md_igb_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454448
    },
    "_mod_metadata_md_igb_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454400
    },
    "_mod_metadata_md_igb_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454376
    },
    "_mod_metadata_md_igc_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608485152
    },
    "_mod_metadata_md_igc_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608485176
    },
    "_mod_metadata_md_igc_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608485128
    },
    "_mod_metadata_md_igc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608485080
    },
    "_mod_metadata_md_igc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608485056
    },
    "_mod_metadata_md_igmp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609898632
    },
    "_mod_metadata_md_igmp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609898608
    },
    "_mod_metadata_md_ignore_pci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093704
    },
    "_mod_metadata_md_ignore_pci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093680
    },
    "_mod_metadata_md_iicbb_lkpi_iicbb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610002320
    },
    "_mod_metadata_md_iicbb_lkpi_iicbb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610002296
    },
    "_mod_metadata_md_iicbb_on_iicbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608484088
    },
    "_mod_metadata_md_iicbus_iicbb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608484040
    },
    "_mod_metadata_md_iicbus_iicbb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608484016
    },
    "_mod_metadata_md_iicbus_iichb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608484640
    },
    "_mod_metadata_md_iicbus_iichb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608484616
    },
    "_mod_metadata_md_iicbus_lkpi_iic": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610001704
    },
    "_mod_metadata_md_iicbus_lkpi_iic_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610001680
    },
    "_mod_metadata_md_inphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470408
    },
    "_mod_metadata_md_inphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470384
    },
    "_mod_metadata_md_io": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610132160
    },
    "_mod_metadata_md_io_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610132136
    },
    "_mod_metadata_md_ioapic_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610218136
    },
    "_mod_metadata_md_ioapic_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610218112
    },
    "_mod_metadata_md_ip1000phy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509384
    },
    "_mod_metadata_md_ip1000phy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509360
    },
    "_mod_metadata_md_ip6_mroute": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609971896
    },
    "_mod_metadata_md_ip6_mroute_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609971872
    },
    "_mod_metadata_md_ip_mroute": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609924664
    },
    "_mod_metadata_md_ip_mroute_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609924640
    },
    "_mod_metadata_md_ips_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608487760
    },
    "_mod_metadata_md_ips_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608487736
    },
    "_mod_metadata_md_ipsd_ips": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608487552
    },
    "_mod_metadata_md_ipsd_ips_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608487528
    },
    "_mod_metadata_md_ipsec": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609978648
    },
    "_mod_metadata_md_ipsec_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609978624
    },
    "_mod_metadata_md_ipw_bss_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488448
    },
    "_mod_metadata_md_ipw_bss_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488520
    },
    "_mod_metadata_md_ipw_bss_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488424
    },
    "_mod_metadata_md_ipw_ibss_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488624
    },
    "_mod_metadata_md_ipw_ibss_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488696
    },
    "_mod_metadata_md_ipw_ibss_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488600
    },
    "_mod_metadata_md_ipw_monitor_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488800
    },
    "_mod_metadata_md_ipw_monitor_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488872
    },
    "_mod_metadata_md_ipw_monitor_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488776
    },
    "_mod_metadata_md_ipw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488104
    },
    "_mod_metadata_md_ipw_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488056
    },
    "_mod_metadata_md_ipw_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488080
    },
    "_mod_metadata_md_ipw_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488152
    },
    "_mod_metadata_md_ipw_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488128
    },
    "_mod_metadata_md_isa_eisab": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609609632
    },
    "_mod_metadata_md_isa_eisab_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609609608
    },
    "_mod_metadata_md_isa_isab": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609609560
    },
    "_mod_metadata_md_isa_isab_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609609536
    },
    "_mod_metadata_md_isa_legacy": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158944
    },
    "_mod_metadata_md_isa_legacy_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158920
    },
    "_mod_metadata_md_isa_pnpinfo_ata_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608345360
    },
    "_mod_metadata_md_isa_pnpinfo_atdma_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159440
    },
    "_mod_metadata_md_isa_pnpinfo_atkbdc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610089344
    },
    "_mod_metadata_md_isa_pnpinfo_atrtc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610157904
    },
    "_mod_metadata_md_isa_pnpinfo_attimer_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158608
    },
    "_mod_metadata_md_isa_pnpinfo_fdc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610104600
    },
    "_mod_metadata_md_isa_pnpinfo_fpupnp_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610174512
    },
    "_mod_metadata_md_isa_pnpinfo_isa_ns8250_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609398280
    },
    "_mod_metadata_md_isa_pnpinfo_lpc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101544
    },
    "_mod_metadata_md_isa_pnpinfo_orm_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159832
    },
    "_mod_metadata_md_isa_pnpinfo_psmcpnp_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091856
    },
    "_mod_metadata_md_isa_pnpinfo_sysresource_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610169656
    },
    "_mod_metadata_md_isa_pnpinfo_vga_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214912
    },
    "_mod_metadata_md_isa_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159016
    },
    "_mod_metadata_md_isa_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610158992
    },
    "_mod_metadata_md_isab_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093912
    },
    "_mod_metadata_md_isab_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609093888
    },
    "_mod_metadata_md_isci_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610133128
    },
    "_mod_metadata_md_isci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610133080
    },
    "_mod_metadata_md_isci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610133056
    },
    "_mod_metadata_md_isp_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608489320
    },
    "_mod_metadata_md_isp_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608489344
    },
    "_mod_metadata_md_isp_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608489272
    },
    "_mod_metadata_md_isp_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608489248
    },
    "_mod_metadata_md_iwi_bss_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490328
    },
    "_mod_metadata_md_iwi_bss_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490400
    },
    "_mod_metadata_md_iwi_bss_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490304
    },
    "_mod_metadata_md_iwi_ibss_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490504
    },
    "_mod_metadata_md_iwi_ibss_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490576
    },
    "_mod_metadata_md_iwi_ibss_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490480
    },
    "_mod_metadata_md_iwi_monitor_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490680
    },
    "_mod_metadata_md_iwi_monitor_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490752
    },
    "_mod_metadata_md_iwi_monitor_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490656
    },
    "_mod_metadata_md_iwi_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490008
    },
    "_mod_metadata_md_iwi_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608489960
    },
    "_mod_metadata_md_iwi_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608489984
    },
    "_mod_metadata_md_iwi_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490056
    },
    "_mod_metadata_md_iwi_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490032
    },
    "_mod_metadata_md_iwm3160fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491288
    },
    "_mod_metadata_md_iwm3160fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491360
    },
    "_mod_metadata_md_iwm3160fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491264
    },
    "_mod_metadata_md_iwm3168fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491464
    },
    "_mod_metadata_md_iwm3168fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491536
    },
    "_mod_metadata_md_iwm3168fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491440
    },
    "_mod_metadata_md_iwm7260fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491640
    },
    "_mod_metadata_md_iwm7260fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491712
    },
    "_mod_metadata_md_iwm7260fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491616
    },
    "_mod_metadata_md_iwm7265Dfw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491992
    },
    "_mod_metadata_md_iwm7265Dfw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492064
    },
    "_mod_metadata_md_iwm7265Dfw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491968
    },
    "_mod_metadata_md_iwm7265fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491816
    },
    "_mod_metadata_md_iwm7265fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491888
    },
    "_mod_metadata_md_iwm7265fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491792
    },
    "_mod_metadata_md_iwm8000Cfw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492168
    },
    "_mod_metadata_md_iwm8000Cfw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492240
    },
    "_mod_metadata_md_iwm8000Cfw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492144
    },
    "_mod_metadata_md_iwm8265fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492344
    },
    "_mod_metadata_md_iwm8265fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492416
    },
    "_mod_metadata_md_iwm8265fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492320
    },
    "_mod_metadata_md_iwm_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490952
    },
    "_mod_metadata_md_iwm_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490976
    },
    "_mod_metadata_md_iwm_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608491000
    },
    "_mod_metadata_md_iwm_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490880
    },
    "_mod_metadata_md_iwm_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490856
    },
    "_mod_metadata_md_iwn1000fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493072
    },
    "_mod_metadata_md_iwn1000fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493144
    },
    "_mod_metadata_md_iwn1000fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493048
    },
    "_mod_metadata_md_iwn100fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493248
    },
    "_mod_metadata_md_iwn100fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493320
    },
    "_mod_metadata_md_iwn100fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493224
    },
    "_mod_metadata_md_iwn105fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493424
    },
    "_mod_metadata_md_iwn105fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493496
    },
    "_mod_metadata_md_iwn105fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493400
    },
    "_mod_metadata_md_iwn135fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493600
    },
    "_mod_metadata_md_iwn135fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493672
    },
    "_mod_metadata_md_iwn135fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493576
    },
    "_mod_metadata_md_iwn2000fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493776
    },
    "_mod_metadata_md_iwn2000fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493848
    },
    "_mod_metadata_md_iwn2000fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493752
    },
    "_mod_metadata_md_iwn2030fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493952
    },
    "_mod_metadata_md_iwn2030fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494024
    },
    "_mod_metadata_md_iwn2030fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608493928
    },
    "_mod_metadata_md_iwn4965fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494128
    },
    "_mod_metadata_md_iwn4965fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494200
    },
    "_mod_metadata_md_iwn4965fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494104
    },
    "_mod_metadata_md_iwn5000fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494304
    },
    "_mod_metadata_md_iwn5000fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494376
    },
    "_mod_metadata_md_iwn5000fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494280
    },
    "_mod_metadata_md_iwn5150fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494480
    },
    "_mod_metadata_md_iwn5150fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494552
    },
    "_mod_metadata_md_iwn5150fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494456
    },
    "_mod_metadata_md_iwn6000fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494656
    },
    "_mod_metadata_md_iwn6000fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494728
    },
    "_mod_metadata_md_iwn6000fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494632
    },
    "_mod_metadata_md_iwn6000g2afw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494832
    },
    "_mod_metadata_md_iwn6000g2afw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494904
    },
    "_mod_metadata_md_iwn6000g2afw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494808
    },
    "_mod_metadata_md_iwn6000g2bfw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495008
    },
    "_mod_metadata_md_iwn6000g2bfw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495080
    },
    "_mod_metadata_md_iwn6000g2bfw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608494984
    },
    "_mod_metadata_md_iwn6050fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495184
    },
    "_mod_metadata_md_iwn6050fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495256
    },
    "_mod_metadata_md_iwn6050fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495160
    },
    "_mod_metadata_md_iwn_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492616
    },
    "_mod_metadata_md_iwn_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492640
    },
    "_mod_metadata_md_iwn_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492664
    },
    "_mod_metadata_md_iwn_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492520
    },
    "_mod_metadata_md_iwn_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492496
    },
    "_mod_metadata_md_ix_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495480
    },
    "_mod_metadata_md_ix_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495504
    },
    "_mod_metadata_md_ix_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495456
    },
    "_mod_metadata_md_ix_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495384
    },
    "_mod_metadata_md_ix_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495360
    },
    "_mod_metadata_md_ixl_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610203472
    },
    "_mod_metadata_md_ixl_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610203496
    },
    "_mod_metadata_md_ixl_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610203448
    },
    "_mod_metadata_md_ixl_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610203352
    },
    "_mod_metadata_md_ixl_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610203328
    },
    "_mod_metadata_md_ixv_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608497552
    },
    "_mod_metadata_md_ixv_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608497504
    },
    "_mod_metadata_md_ixv_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608497528
    },
    "_mod_metadata_md_ixv_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608497432
    },
    "_mod_metadata_md_ixv_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608497408
    },
    "_mod_metadata_md_jme_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608498568
    },
    "_mod_metadata_md_jme_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608498592
    },
    "_mod_metadata_md_jme_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608498544
    },
    "_mod_metadata_md_jme_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608498688
    },
    "_mod_metadata_md_jme_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608498664
    },
    "_mod_metadata_md_jmphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509592
    },
    "_mod_metadata_md_jmphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509568
    },
    "_mod_metadata_md_kbdmux": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608499856
    },
    "_mod_metadata_md_kbdmux_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608499904
    },
    "_mod_metadata_md_kbdmux_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608499832
    },
    "_mod_metadata_md_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610028040
    },
    "_mod_metadata_md_krpc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610028016
    },
    "_mod_metadata_md_krpc_on_xdr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610028112
    },
    "_mod_metadata_md_kue_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412392
    },
    "_mod_metadata_md_kue_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412344
    },
    "_mod_metadata_md_kue_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412368
    },
    "_mod_metadata_md_kue_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412296
    },
    "_mod_metadata_md_kue_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412272
    },
    "_mod_metadata_md_kvm_clock_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610147576
    },
    "_mod_metadata_md_kvm_clock_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610147552
    },
    "_mod_metadata_md_le_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500256
    },
    "_mod_metadata_md_le_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500208
    },
    "_mod_metadata_md_le_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500184
    },
    "_mod_metadata_md_legacy_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610167128
    },
    "_mod_metadata_md_legacy_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610167104
    },
    "_mod_metadata_md_lge_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500920
    },
    "_mod_metadata_md_lge_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500944
    },
    "_mod_metadata_md_lge_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500896
    },
    "_mod_metadata_md_lge_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500776
    },
    "_mod_metadata_md_lge_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500752
    },
    "_mod_metadata_md_linuxkpi_on_backlight": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609999576
    },
    "_mod_metadata_md_linuxkpi_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609999552
    },
    "_mod_metadata_md_linuxkpi_on_iicbb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610002368
    },
    "_mod_metadata_md_linuxkpi_on_iicbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610001752
    },
    "_mod_metadata_md_linuxkpi_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609999600
    },
    "_mod_metadata_md_linuxkpi_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610004376
    },
    "_mod_metadata_md_linuxkpi_wlan_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609999448
    },
    "_mod_metadata_md_linuxkpi_wlan_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609999472
    },
    "_mod_metadata_md_lkpi_iic_drm": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610001632
    },
    "_mod_metadata_md_lkpi_iic_drm_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610001608
    },
    "_mod_metadata_md_lkpi_iic_drmn": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610001560
    },
    "_mod_metadata_md_lkpi_iic_drmn_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610001536
    },
    "_mod_metadata_md_lkpi_iicbb_drm": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610002248
    },
    "_mod_metadata_md_lkpi_iicbb_drm_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610002224
    },
    "_mod_metadata_md_lkpi_iicbb_drmn": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610002176
    },
    "_mod_metadata_md_lkpi_iicbb_drmn_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610002152
    },
    "_mod_metadata_md_lkpi_mlx4_pci_table_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610008120
    },
    "_mod_metadata_md_lkpi_mlx4_pci_table_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610008096
    },
    "_mod_metadata_md_lkpi_mlx5_core_pci_table_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610013192
    },
    "_mod_metadata_md_lkpi_mlx5_core_pci_table_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610013168
    },
    "_mod_metadata_md_lpt_on_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609099792
    },
    "_mod_metadata_md_lpt_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609099744
    },
    "_mod_metadata_md_lpt_ppbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609099720
    },
    "_mod_metadata_md_lxtphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509800
    },
    "_mod_metadata_md_lxtphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509776
    },
    "_mod_metadata_md_malo_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608502312
    },
    "_mod_metadata_md_malo_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608502288
    },
    "_mod_metadata_md_malo_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608502216
    },
    "_mod_metadata_md_malo_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608502192
    },
    "_mod_metadata_md_mcommphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510008
    },
    "_mod_metadata_md_mcommphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608509984
    },
    "_mod_metadata_md_mem": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608503696
    },
    "_mod_metadata_md_mem_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608503672
    },
    "_mod_metadata_md_mfi_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506208
    },
    "_mod_metadata_md_mfi_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506184
    },
    "_mod_metadata_md_mfid_mfi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506472
    },
    "_mod_metadata_md_mfid_mfi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506448
    },
    "_mod_metadata_md_mfisyspd_mfi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506680
    },
    "_mod_metadata_md_mfisyspd_mfi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506656
    },
    "_mod_metadata_md_midi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609228992
    },
    "_mod_metadata_md_midi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609228968
    },
    "_mod_metadata_md_miibus_ae": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334200
    },
    "_mod_metadata_md_miibus_ae_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334176
    },
    "_mod_metadata_md_miibus_age": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334976
    },
    "_mod_metadata_md_miibus_age_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334952
    },
    "_mod_metadata_md_miibus_alc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342896
    },
    "_mod_metadata_md_miibus_alc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342872
    },
    "_mod_metadata_md_miibus_ale": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343856
    },
    "_mod_metadata_md_miibus_ale_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343832
    },
    "_mod_metadata_md_miibus_aue": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409872
    },
    "_mod_metadata_md_miibus_aue_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409848
    },
    "_mod_metadata_md_miibus_ax": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610196032
    },
    "_mod_metadata_md_miibus_ax_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610196008
    },
    "_mod_metadata_md_miibus_axe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410440
    },
    "_mod_metadata_md_miibus_axe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410416
    },
    "_mod_metadata_md_miibus_axge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411008
    },
    "_mod_metadata_md_miibus_axge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410984
    },
    "_mod_metadata_md_miibus_bce": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608416128
    },
    "_mod_metadata_md_miibus_bce_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608416104
    },
    "_mod_metadata_md_miibus_bfe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418496
    },
    "_mod_metadata_md_miibus_bfe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418472
    },
    "_mod_metadata_md_miibus_bge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608419048
    },
    "_mod_metadata_md_miibus_bge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608419024
    },
    "_mod_metadata_md_miibus_cas": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422584
    },
    "_mod_metadata_md_miibus_cas_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422560
    },
    "_mod_metadata_md_miibus_dc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452336
    },
    "_mod_metadata_md_miibus_dc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452312
    },
    "_mod_metadata_md_miibus_et": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457632
    },
    "_mod_metadata_md_miibus_et_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457608
    },
    "_mod_metadata_md_miibus_fxp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466432
    },
    "_mod_metadata_md_miibus_fxp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466408
    },
    "_mod_metadata_md_miibus_gem": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470616
    },
    "_mod_metadata_md_miibus_gem_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470592
    },
    "_mod_metadata_md_miibus_jme": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608498760
    },
    "_mod_metadata_md_miibus_jme_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608498736
    },
    "_mod_metadata_md_miibus_lge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500848
    },
    "_mod_metadata_md_miibus_lge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608500824
    },
    "_mod_metadata_md_miibus_mos": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417312
    },
    "_mod_metadata_md_miibus_mos_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417288
    },
    "_mod_metadata_md_miibus_msk": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527192
    },
    "_mod_metadata_md_miibus_msk_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527168
    },
    "_mod_metadata_md_miibus_nfe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207392
    },
    "_mod_metadata_md_miibus_nfe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207368
    },
    "_mod_metadata_md_miibus_nge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609083984
    },
    "_mod_metadata_md_miibus_nge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609083960
    },
    "_mod_metadata_md_miibus_re": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107144
    },
    "_mod_metadata_md_miibus_re_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107120
    },
    "_mod_metadata_md_miibus_rl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107824
    },
    "_mod_metadata_md_miibus_rl_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107800
    },
    "_mod_metadata_md_miibus_rue": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417848
    },
    "_mod_metadata_md_miibus_rue_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417824
    },
    "_mod_metadata_md_miibus_sge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113568
    },
    "_mod_metadata_md_miibus_sge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113544
    },
    "_mod_metadata_md_miibus_sis": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114680
    },
    "_mod_metadata_md_miibus_sis_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114656
    },
    "_mod_metadata_md_miibus_sk": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115288
    },
    "_mod_metadata_md_miibus_sk_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115264
    },
    "_mod_metadata_md_miibus_ste": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232048
    },
    "_mod_metadata_md_miibus_ste_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232024
    },
    "_mod_metadata_md_miibus_stge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232520
    },
    "_mod_metadata_md_miibus_stge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232496
    },
    "_mod_metadata_md_miibus_udav": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418416
    },
    "_mod_metadata_md_miibus_udav_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418392
    },
    "_mod_metadata_md_miibus_vge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609449680
    },
    "_mod_metadata_md_miibus_vge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609449656
    },
    "_mod_metadata_md_miibus_vr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458896
    },
    "_mod_metadata_md_miibus_vr_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458872
    },
    "_mod_metadata_md_miibus_vte": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609515144
    },
    "_mod_metadata_md_miibus_vte_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609515120
    },
    "_mod_metadata_md_miibus_xl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527392
    },
    "_mod_metadata_md_miibus_xl_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527368
    },
    "_mod_metadata_md_mld": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609973216
    },
    "_mod_metadata_md_mld_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609973192
    },
    "_mod_metadata_md_mlx4": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610008288
    },
    "_mod_metadata_md_mlx4_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610008264
    },
    "_mod_metadata_md_mlx4_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610008336
    },
    "_mod_metadata_md_mlx4en": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610009448
    },
    "_mod_metadata_md_mlx4en_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610009424
    },
    "_mod_metadata_md_mlx4en_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610009520
    },
    "_mod_metadata_md_mlx4en_on_mlx4": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610009496
    },
    "_mod_metadata_md_mlx5_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610012368
    },
    "_mod_metadata_md_mlx5_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610012320
    },
    "_mod_metadata_md_mlx5_on_mlxfw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610012344
    },
    "_mod_metadata_md_mlx5en_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610015448
    },
    "_mod_metadata_md_mlx5en_on_mlx5": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610015472
    },
    "_mod_metadata_md_mlx_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608514280
    },
    "_mod_metadata_md_mlx_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608514256
    },
    "_mod_metadata_md_mlxd_mlx": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608514064
    },
    "_mod_metadata_md_mlxd_mlx_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608514040
    },
    "_mod_metadata_md_mlxfw_on_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513776
    },
    "_mod_metadata_md_mlxfw_on_xz": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513800
    },
    "_mod_metadata_md_mmc_sdhci_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112472
    },
    "_mod_metadata_md_mmc_sdhci_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112448
    },
    "_mod_metadata_md_mmc_sdhci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113080
    },
    "_mod_metadata_md_mmc_sdhci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113056
    },
    "_mod_metadata_md_mmcsd_mmc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608515456
    },
    "_mod_metadata_md_mmcsd_mmc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608515432
    },
    "_mod_metadata_md_mmcsd_on_g_flashmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608515504
    },
    "_mod_metadata_md_mmcsd_on_mmc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608515528
    },
    "_mod_metadata_md_mos_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417408
    },
    "_mod_metadata_md_mos_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417432
    },
    "_mod_metadata_md_mos_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417360
    },
    "_mod_metadata_md_mos_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417384
    },
    "_mod_metadata_md_mos_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417240
    },
    "_mod_metadata_md_mos_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417216
    },
    "_mod_metadata_md_mpr_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608517008
    },
    "_mod_metadata_md_mpr_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608516936
    },
    "_mod_metadata_md_mpr_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608516912
    },
    "_mod_metadata_md_mps_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608521032
    },
    "_mod_metadata_md_mps_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608520984
    },
    "_mod_metadata_md_mps_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608520960
    },
    "_mod_metadata_md_mpt_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524216
    },
    "_mod_metadata_md_mpt_cam_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524312
    },
    "_mod_metadata_md_mpt_cam_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524192
    },
    "_mod_metadata_md_mpt_cam_on_mpt_core": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524288
    },
    "_mod_metadata_md_mpt_core": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608523928
    },
    "_mod_metadata_md_mpt_core_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608523904
    },
    "_mod_metadata_md_mpt_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524680
    },
    "_mod_metadata_md_mpt_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524632
    },
    "_mod_metadata_md_mpt_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524608
    },
    "_mod_metadata_md_mpt_raid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524904
    },
    "_mod_metadata_md_mpt_raid_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524880
    },
    "_mod_metadata_md_mpt_raid_on_mpt_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608525000
    },
    "_mod_metadata_md_mpt_raid_on_mpt_core": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524976
    },
    "_mod_metadata_md_mpt_user": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608525224
    },
    "_mod_metadata_md_mpt_user_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608525200
    },
    "_mod_metadata_md_mpt_user_on_mpt_core": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608525296
    },
    "_mod_metadata_md_mrsas_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608526520
    },
    "_mod_metadata_md_mrsas_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608526472
    },
    "_mod_metadata_md_mrsas_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608526448
    },
    "_mod_metadata_md_msdosfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609534664
    },
    "_mod_metadata_md_msdosfs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609534640
    },
    "_mod_metadata_md_msk_mskc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527120
    },
    "_mod_metadata_md_msk_mskc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527096
    },
    "_mod_metadata_md_msk_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608526904
    },
    "_mod_metadata_md_msk_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608526928
    },
    "_mod_metadata_md_msk_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608526880
    },
    "_mod_metadata_md_mskc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527048
    },
    "_mod_metadata_md_mskc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527024
    },
    "_mod_metadata_md_mv88e151x_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510448
    },
    "_mod_metadata_md_mv88e151x_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510424
    },
    "_mod_metadata_md_mvs_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608528504
    },
    "_mod_metadata_md_mvs_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608528408
    },
    "_mod_metadata_md_mvs_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608528384
    },
    "_mod_metadata_md_mvsch_mvs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527896
    },
    "_mod_metadata_md_mvsch_mvs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527872
    },
    "_mod_metadata_md_mvsch_sata": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527968
    },
    "_mod_metadata_md_mvsch_sata_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608527944
    },
    "_mod_metadata_md_mwl_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530432
    },
    "_mod_metadata_md_mwl_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530504
    },
    "_mod_metadata_md_mwl_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530408
    },
    "_mod_metadata_md_mwl_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530104
    },
    "_mod_metadata_md_mwl_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530080
    },
    "_mod_metadata_md_mwl_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530008
    },
    "_mod_metadata_md_mwl_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608529984
    },
    "_mod_metadata_md_mxge_eth_z8e_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530920
    },
    "_mod_metadata_md_mxge_eth_z8e_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530992
    },
    "_mod_metadata_md_mxge_eth_z8e_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530896
    },
    "_mod_metadata_md_mxge_ethp_z8e_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608651736
    },
    "_mod_metadata_md_mxge_ethp_z8e_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608651808
    },
    "_mod_metadata_md_mxge_ethp_z8e_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608651712
    },
    "_mod_metadata_md_mxge_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530656
    },
    "_mod_metadata_md_mxge_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530680
    },
    "_mod_metadata_md_mxge_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530608
    },
    "_mod_metadata_md_mxge_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530584
    },
    "_mod_metadata_md_mxge_rss_eth_z8e_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608773240
    },
    "_mod_metadata_md_mxge_rss_eth_z8e_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608773312
    },
    "_mod_metadata_md_mxge_rss_eth_z8e_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608773216
    },
    "_mod_metadata_md_mxge_rss_ethp_z8e_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608925336
    },
    "_mod_metadata_md_mxge_rss_ethp_z8e_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608925408
    },
    "_mod_metadata_md_mxge_rss_ethp_z8e_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608925312
    },
    "_mod_metadata_md_nda": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608247544
    },
    "_mod_metadata_md_nda_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608247592
    },
    "_mod_metadata_md_nda_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608247520
    },
    "_mod_metadata_md_nehemiah": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208200
    },
    "_mod_metadata_md_nehemiah_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208176
    },
    "_mod_metadata_md_nehemiah_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208272
    },
    "_mod_metadata_md_netdump": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609955864
    },
    "_mod_metadata_md_netdump_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609955840
    },
    "_mod_metadata_md_netgate_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609078352
    },
    "_mod_metadata_md_netgate_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609078328
    },
    "_mod_metadata_md_netgate_on_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609078400
    },
    "_mod_metadata_md_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609880840
    },
    "_mod_metadata_md_netgraph_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609880816
    },
    "_mod_metadata_md_netlink": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609988632
    },
    "_mod_metadata_md_netlink_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609988608
    },
    "_mod_metadata_md_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609080176
    },
    "_mod_metadata_md_netmap_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609080152
    },
    "_mod_metadata_md_netmap_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609080224
    },
    "_mod_metadata_md_nexus_acpi_root": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610172312
    },
    "_mod_metadata_md_nexus_acpi_root_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610172288
    },
    "_mod_metadata_md_nexus_root": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610169464
    },
    "_mod_metadata_md_nexus_root_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610169440
    },
    "_mod_metadata_md_nfe_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207176
    },
    "_mod_metadata_md_nfe_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207200
    },
    "_mod_metadata_md_nfe_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207152
    },
    "_mod_metadata_md_nfe_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207320
    },
    "_mod_metadata_md_nfe_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207296
    },
    "_mod_metadata_md_nfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609549608
    },
    "_mod_metadata_md_nfs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609549584
    },
    "_mod_metadata_md_nfscl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609551304
    },
    "_mod_metadata_md_nfscl_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609551280
    },
    "_mod_metadata_md_nfscl_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609551400
    },
    "_mod_metadata_md_nfscl_on_nfscommon": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609551376
    },
    "_mod_metadata_md_nfscl_on_nfssvc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609551424
    },
    "_mod_metadata_md_nfscl_on_xdr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609551448
    },
    "_mod_metadata_md_nfscommon": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609544408
    },
    "_mod_metadata_md_nfscommon_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609544384
    },
    "_mod_metadata_md_nfscommon_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609544504
    },
    "_mod_metadata_md_nfscommon_on_nfssvc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609544480
    },
    "_mod_metadata_md_nfsd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609562720
    },
    "_mod_metadata_md_nfsd_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609562696
    },
    "_mod_metadata_md_nfsd_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609562840
    },
    "_mod_metadata_md_nfsd_on_nfscommon": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609562792
    },
    "_mod_metadata_md_nfsd_on_nfslockd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609562816
    },
    "_mod_metadata_md_nfsd_on_nfssvc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609562864
    },
    "_mod_metadata_md_nfslockd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609998528
    },
    "_mod_metadata_md_nfslockd_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609998504
    },
    "_mod_metadata_md_nfslockd_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609998600
    },
    "_mod_metadata_md_nfslockd_on_nfscommon": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609998624
    },
    "_mod_metadata_md_nfslockd_on_xdr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609998576
    },
    "_mod_metadata_md_nfssvc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609997384
    },
    "_mod_metadata_md_nfssvc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609997360
    },
    "_mod_metadata_md_ng_UI": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878544
    },
    "_mod_metadata_md_ng_UI_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878520
    },
    "_mod_metadata_md_ng_UI_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878592
    },
    "_mod_metadata_md_ng_async": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878872
    },
    "_mod_metadata_md_ng_async_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878848
    },
    "_mod_metadata_md_ng_async_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878920
    },
    "_mod_metadata_md_ng_bpf": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609881560
    },
    "_mod_metadata_md_ng_bpf_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609881536
    },
    "_mod_metadata_md_ng_bpf_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609881608
    },
    "_mod_metadata_md_ng_bridge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882008
    },
    "_mod_metadata_md_ng_bridge_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609881984
    },
    "_mod_metadata_md_ng_bridge_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882056
    },
    "_mod_metadata_md_ng_car": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882408
    },
    "_mod_metadata_md_ng_car_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882384
    },
    "_mod_metadata_md_ng_car_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882456
    },
    "_mod_metadata_md_ng_cisco": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882888
    },
    "_mod_metadata_md_ng_cisco_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882864
    },
    "_mod_metadata_md_ng_cisco_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609882936
    },
    "_mod_metadata_md_ng_deflate": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883224
    },
    "_mod_metadata_md_ng_deflate_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883200
    },
    "_mod_metadata_md_ng_deflate_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883272
    },
    "_mod_metadata_md_ng_deflate_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883296
    },
    "_mod_metadata_md_ng_echo": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883664
    },
    "_mod_metadata_md_ng_echo_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883640
    },
    "_mod_metadata_md_ng_echo_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883712
    },
    "_mod_metadata_md_ng_eiface": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883944
    },
    "_mod_metadata_md_ng_eiface_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883920
    },
    "_mod_metadata_md_ng_eiface_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609883992
    },
    "_mod_metadata_md_ng_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609884424
    },
    "_mod_metadata_md_ng_ether_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609884400
    },
    "_mod_metadata_md_ng_ether_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609884472
    },
    "_mod_metadata_md_ng_framerelay": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609884792
    },
    "_mod_metadata_md_ng_framerelay_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609884768
    },
    "_mod_metadata_md_ng_framerelay_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609884840
    },
    "_mod_metadata_md_ng_hole": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609885072
    },
    "_mod_metadata_md_ng_hole_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609885048
    },
    "_mod_metadata_md_ng_hole_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609885120
    },
    "_mod_metadata_md_ng_iface": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609885624
    },
    "_mod_metadata_md_ng_iface_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609885600
    },
    "_mod_metadata_md_ng_iface_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609885672
    },
    "_mod_metadata_md_ng_ksocket": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609886248
    },
    "_mod_metadata_md_ng_ksocket_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609886224
    },
    "_mod_metadata_md_ng_ksocket_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609886296
    },
    "_mod_metadata_md_ng_l2tp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609886696
    },
    "_mod_metadata_md_ng_l2tp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609886672
    },
    "_mod_metadata_md_ng_l2tp_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609886744
    },
    "_mod_metadata_md_ng_lmi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609887088
    },
    "_mod_metadata_md_ng_lmi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609887064
    },
    "_mod_metadata_md_ng_lmi_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609887136
    },
    "_mod_metadata_md_ng_mppc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609887864
    },
    "_mod_metadata_md_ng_mppc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609887840
    },
    "_mod_metadata_md_ng_mppc_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609887912
    },
    "_mod_metadata_md_ng_mppc_on_rc4": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609887936
    },
    "_mod_metadata_md_ng_one2many": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609888304
    },
    "_mod_metadata_md_ng_one2many_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609888280
    },
    "_mod_metadata_md_ng_one2many_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609888352
    },
    "_mod_metadata_md_ng_pipe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609888792
    },
    "_mod_metadata_md_ng_pipe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609888768
    },
    "_mod_metadata_md_ng_pipe_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609888840
    },
    "_mod_metadata_md_ng_ppp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609889240
    },
    "_mod_metadata_md_ng_ppp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609889216
    },
    "_mod_metadata_md_ng_ppp_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609889288
    },
    "_mod_metadata_md_ng_pppoe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609889912
    },
    "_mod_metadata_md_ng_pppoe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609889888
    },
    "_mod_metadata_md_ng_pppoe_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609889960
    },
    "_mod_metadata_md_ng_pptpgre": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609890640
    },
    "_mod_metadata_md_ng_pptpgre_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609890616
    },
    "_mod_metadata_md_ng_pptpgre_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609890688
    },
    "_mod_metadata_md_ng_pred1": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609890984
    },
    "_mod_metadata_md_ng_pred1_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609890960
    },
    "_mod_metadata_md_ng_pred1_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609891032
    },
    "_mod_metadata_md_ng_rfc1490": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609891376
    },
    "_mod_metadata_md_ng_rfc1490_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609891352
    },
    "_mod_metadata_md_ng_rfc1490_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609891424
    },
    "_mod_metadata_md_ng_socket": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609891752
    },
    "_mod_metadata_md_ng_socket_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609891728
    },
    "_mod_metadata_md_ng_socket_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609891800
    },
    "_mod_metadata_md_ng_tcpmss": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609893712
    },
    "_mod_metadata_md_ng_tcpmss_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609893688
    },
    "_mod_metadata_md_ng_tcpmss_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609893760
    },
    "_mod_metadata_md_ng_tee": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609893992
    },
    "_mod_metadata_md_ng_tee_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609893968
    },
    "_mod_metadata_md_ng_tee_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894040
    },
    "_mod_metadata_md_ng_tty": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894272
    },
    "_mod_metadata_md_ng_tty_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894248
    },
    "_mod_metadata_md_ng_tty_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894320
    },
    "_mod_metadata_md_ng_vjc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894616
    },
    "_mod_metadata_md_ng_vjc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894592
    },
    "_mod_metadata_md_ng_vjc_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894664
    },
    "_mod_metadata_md_ng_vlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894896
    },
    "_mod_metadata_md_ng_vlan_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894872
    },
    "_mod_metadata_md_ng_vlan_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609894944
    },
    "_mod_metadata_md_nge_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609083840
    },
    "_mod_metadata_md_nge_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609083864
    },
    "_mod_metadata_md_nge_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609083816
    },
    "_mod_metadata_md_nge_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609083912
    },
    "_mod_metadata_md_nge_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609083888
    },
    "_mod_metadata_md_nsgphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510656
    },
    "_mod_metadata_md_nsgphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510632
    },
    "_mod_metadata_md_nsphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510864
    },
    "_mod_metadata_md_nsphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510840
    },
    "_mod_metadata_md_nsphyter_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511072
    },
    "_mod_metadata_md_nsphyter_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511048
    },
    "_mod_metadata_md_null": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609084312
    },
    "_mod_metadata_md_null_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609084288
    },
    "_mod_metadata_md_nullfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609563928
    },
    "_mod_metadata_md_nullfs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609563904
    },
    "_mod_metadata_md_nvd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085424
    },
    "_mod_metadata_md_nvd_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085400
    },
    "_mod_metadata_md_nvd_on_nvme": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085496
    },
    "_mod_metadata_md_nvme": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085800
    },
    "_mod_metadata_md_nvme_ahci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085976
    },
    "_mod_metadata_md_nvme_ahci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085952
    },
    "_mod_metadata_md_nvme_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085872
    },
    "_mod_metadata_md_nvme_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085776
    },
    "_mod_metadata_md_nvme_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609086552
    },
    "_mod_metadata_md_nvme_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609086528
    },
    "_mod_metadata_md_nvme_probe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608247912
    },
    "_mod_metadata_md_nvme_probe_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608247960
    },
    "_mod_metadata_md_nvme_probe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608247888
    },
    "_mod_metadata_md_oce_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087304
    },
    "_mod_metadata_md_oce_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087280
    },
    "_mod_metadata_md_oce_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087208
    },
    "_mod_metadata_md_oce_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087184
    },
    "_mod_metadata_md_ocs_fc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087672
    },
    "_mod_metadata_md_ocs_fc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087648
    },
    "_mod_metadata_md_ohci_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402712
    },
    "_mod_metadata_md_ohci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402664
    },
    "_mod_metadata_md_ohci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402640
    },
    "_mod_metadata_md_orm_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159784
    },
    "_mod_metadata_md_orm_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610159760
    },
    "_mod_metadata_md_p4tcc_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610155160
    },
    "_mod_metadata_md_p4tcc_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610155136
    },
    "_mod_metadata_md_pass": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608284264
    },
    "_mod_metadata_md_pass_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608284312
    },
    "_mod_metadata_md_pass_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608284240
    },
    "_mod_metadata_md_pci_pcib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609094168
    },
    "_mod_metadata_md_pci_pcib_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609094144
    },
    "_mod_metadata_md_pci_pnpinfo_aacch": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608323736
    },
    "_mod_metadata_md_pci_pnpinfo_aacraid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608325256
    },
    "_mod_metadata_md_pci_pnpinfo_ae": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334152
    },
    "_mod_metadata_md_pci_pnpinfo_age": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608334928
    },
    "_mod_metadata_md_pci_pnpinfo_ahci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608336856
    },
    "_mod_metadata_md_pci_pnpinfo_alc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608342848
    },
    "_mod_metadata_md_pci_pnpinfo_ale": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608343808
    },
    "_mod_metadata_md_pci_pnpinfo_ax_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610196080
    },
    "_mod_metadata_md_pci_pnpinfo_bce": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608416176
    },
    "_mod_metadata_md_pci_pnpinfo_bfe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608418448
    },
    "_mod_metadata_md_pci_pnpinfo_bge": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608419000
    },
    "_mod_metadata_md_pci_pnpinfo_bnxt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608420304
    },
    "_mod_metadata_md_pci_pnpinfo_bwi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608421024
    },
    "_mod_metadata_md_pci_pnpinfo_cas": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608422536
    },
    "_mod_metadata_md_pci_pnpinfo_cbb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609091480
    },
    "_mod_metadata_md_pci_pnpinfo_ciss": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608423176
    },
    "_mod_metadata_md_pci_pnpinfo_cxgbc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608425448
    },
    "_mod_metadata_md_pci_pnpinfo_dc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452288
    },
    "_mod_metadata_md_pci_pnpinfo_em": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454352
    },
    "_mod_metadata_md_pci_pnpinfo_et": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608457584
    },
    "_mod_metadata_md_pci_pnpinfo_fxp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608466384
    },
    "_mod_metadata_md_pci_pnpinfo_gem": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608470872
    },
    "_mod_metadata_md_pci_pnpinfo_iavf": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610198296
    },
    "_mod_metadata_md_pci_pnpinfo_ice": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610200488
    },
    "_mod_metadata_md_pci_pnpinfo_ida": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608483080
    },
    "_mod_metadata_md_pci_pnpinfo_igb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608454520
    },
    "_mod_metadata_md_pci_pnpinfo_igc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608485200
    },
    "_mod_metadata_md_pci_pnpinfo_ipw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608488200
    },
    "_mod_metadata_md_pci_pnpinfo_iwm_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608490928
    },
    "_mod_metadata_md_pci_pnpinfo_iwn": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608492568
    },
    "_mod_metadata_md_pci_pnpinfo_ix_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608495432
    },
    "_mod_metadata_md_pci_pnpinfo_ixl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610203400
    },
    "_mod_metadata_md_pci_pnpinfo_ixv_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608497480
    },
    "_mod_metadata_md_pci_pnpinfo_lkpi_mlx4_pci_table": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610008168
    },
    "_mod_metadata_md_pci_pnpinfo_lkpi_mlx5_core_pci_table": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610013240
    },
    "_mod_metadata_md_pci_pnpinfo_mfi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506256
    },
    "_mod_metadata_md_pci_pnpinfo_mpr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608516984
    },
    "_mod_metadata_md_pci_pnpinfo_mps": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608521056
    },
    "_mod_metadata_md_pci_pnpinfo_mvs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608528456
    },
    "_mod_metadata_md_pci_pnpinfo_oce": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087256
    },
    "_mod_metadata_md_pci_pnpinfo_puc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609102632
    },
    "_mod_metadata_md_pci_pnpinfo_ral": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103152
    },
    "_mod_metadata_md_pci_pnpinfo_rl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107704
    },
    "_mod_metadata_md_pci_pnpinfo_rtwn": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109176
    },
    "_mod_metadata_md_pci_pnpinfo_vmd": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214216
    },
    "_mod_metadata_md_pci_pnpinfo_vmx": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609457160
    },
    "_mod_metadata_md_pci_pnpinfo_xl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527440
    },
    "_mod_metadata_md_pcib_legacy": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160224
    },
    "_mod_metadata_md_pcib_legacy_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160200
    },
    "_mod_metadata_md_pcib_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609098264
    },
    "_mod_metadata_md_pcib_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609098240
    },
    "_mod_metadata_md_pcib_qpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160864
    },
    "_mod_metadata_md_pcib_qpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160840
    },
    "_mod_metadata_md_pcibus_pnp_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160344
    },
    "_mod_metadata_md_pcibus_pnp_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160320
    },
    "_mod_metadata_md_pf": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609996608
    },
    "_mod_metadata_md_pf_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609996584
    },
    "_mod_metadata_md_pflog": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609990048
    },
    "_mod_metadata_md_pflog_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609990024
    },
    "_mod_metadata_md_pflog_on_pf": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609990120
    },
    "_mod_metadata_md_pfsync": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609991016
    },
    "_mod_metadata_md_pfsync_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609990992
    },
    "_mod_metadata_md_pfsync_on_pf": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609991088
    },
    "_mod_metadata_md_pmp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608246880
    },
    "_mod_metadata_md_pmp_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608246928
    },
    "_mod_metadata_md_pmp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608246856
    },
    "_mod_metadata_md_pnaphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511280
    },
    "_mod_metadata_md_pnaphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511256
    },
    "_mod_metadata_md_pnphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452872
    },
    "_mod_metadata_md_pnphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452848
    },
    "_mod_metadata_md_powernow_cpu": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610155368
    },
    "_mod_metadata_md_powernow_cpu_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610155344
    },
    "_mod_metadata_md_ppbus_ppc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609100264
    },
    "_mod_metadata_md_ppbus_ppc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609100240
    },
    "_mod_metadata_md_ppc_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101240
    },
    "_mod_metadata_md_ppc_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101216
    },
    "_mod_metadata_md_ppc_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101496
    },
    "_mod_metadata_md_ppc_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101472
    },
    "_mod_metadata_md_ppc_on_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101168
    },
    "_mod_metadata_md_ppc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101784
    },
    "_mod_metadata_md_ppc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101760
    },
    "_mod_metadata_md_ppc_puc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101992
    },
    "_mod_metadata_md_ppc_puc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609101968
    },
    "_mod_metadata_md_ppi_on_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609100808
    },
    "_mod_metadata_md_ppi_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609100760
    },
    "_mod_metadata_md_ppi_ppbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609100736
    },
    "_mod_metadata_md_privcmd_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609525688
    },
    "_mod_metadata_md_privcmd_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609525640
    },
    "_mod_metadata_md_privcmd_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609525616
    },
    "_mod_metadata_md_probe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608248344
    },
    "_mod_metadata_md_probe_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608248392
    },
    "_mod_metadata_md_probe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608248320
    },
    "_mod_metadata_md_procfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609565240
    },
    "_mod_metadata_md_procfs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609565216
    },
    "_mod_metadata_md_procfs_on_pseudofs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609565312
    },
    "_mod_metadata_md_pseudofs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609566056
    },
    "_mod_metadata_md_pseudofs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609566032
    },
    "_mod_metadata_md_psm_atkbdc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091640
    },
    "_mod_metadata_md_psm_atkbdc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091616
    },
    "_mod_metadata_md_psm_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091688
    },
    "_mod_metadata_md_psmcpnp_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091808
    },
    "_mod_metadata_md_psmcpnp_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091784
    },
    "_mod_metadata_md_psmcpnp_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091736
    },
    "_mod_metadata_md_psmcpnp_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610091712
    },
    "_mod_metadata_md_puc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609102584
    },
    "_mod_metadata_md_puc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609102560
    },
    "_mod_metadata_md_pvefirt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521816
    },
    "_mod_metadata_md_pvefirt_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521792
    },
    "_mod_metadata_md_pvscsi_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458416
    },
    "_mod_metadata_md_pvscsi_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458392
    },
    "_mod_metadata_md_pvscsi_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458344
    },
    "_mod_metadata_md_pvscsi_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458320
    },
    "_mod_metadata_md_qla80xx_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208672
    },
    "_mod_metadata_md_qla80xx_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208648
    },
    "_mod_metadata_md_qla80xx_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208600
    },
    "_mod_metadata_md_qla80xx_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208576
    },
    "_mod_metadata_md_qpi_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160744
    },
    "_mod_metadata_md_qpi_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610160720
    },
    "_mod_metadata_md_qsphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511488
    },
    "_mod_metadata_md_qsphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511464
    },
    "_mod_metadata_md_ral_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609102984
    },
    "_mod_metadata_md_ral_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609102960
    },
    "_mod_metadata_md_ral_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103008
    },
    "_mod_metadata_md_ral_on_wlan_amrr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103032
    },
    "_mod_metadata_md_ral_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103104
    },
    "_mod_metadata_md_ral_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103080
    },
    "_mod_metadata_md_ram_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610169536
    },
    "_mod_metadata_md_ram_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610169512
    },
    "_mod_metadata_md_random_device": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609105688
    },
    "_mod_metadata_md_random_device_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609105760
    },
    "_mod_metadata_md_random_device_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609105664
    },
    "_mod_metadata_md_random_device_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609105784
    },
    "_mod_metadata_md_rc4": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608315064
    },
    "_mod_metadata_md_rc4_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608315040
    },
    "_mod_metadata_md_rdcphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511696
    },
    "_mod_metadata_md_rdcphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511672
    },
    "_mod_metadata_md_rdrand": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208000
    },
    "_mod_metadata_md_rdrand_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610207976
    },
    "_mod_metadata_md_rdrand_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208072
    },
    "_mod_metadata_md_re_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609106880
    },
    "_mod_metadata_md_re_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609106904
    },
    "_mod_metadata_md_re_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107024
    },
    "_mod_metadata_md_re_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609106856
    },
    "_mod_metadata_md_re_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107072
    },
    "_mod_metadata_md_re_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107048
    },
    "_mod_metadata_md_rgephy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511904
    },
    "_mod_metadata_md_rgephy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608511880
    },
    "_mod_metadata_md_rl_cardbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107752
    },
    "_mod_metadata_md_rl_cardbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107728
    },
    "_mod_metadata_md_rl_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107584
    },
    "_mod_metadata_md_rl_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107608
    },
    "_mod_metadata_md_rl_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107560
    },
    "_mod_metadata_md_rl_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107656
    },
    "_mod_metadata_md_rl_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609107632
    },
    "_mod_metadata_md_rlphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512112
    },
    "_mod_metadata_md_rlphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512088
    },
    "_mod_metadata_md_rndtest": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609108696
    },
    "_mod_metadata_md_rndtest_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609108672
    },
    "_mod_metadata_md_rootbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609732200
    },
    "_mod_metadata_md_rootbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609732176
    },
    "_mod_metadata_md_rsu_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419568
    },
    "_mod_metadata_md_rsu_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419544
    },
    "_mod_metadata_md_rsu_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419520
    },
    "_mod_metadata_md_rsu_rtl8712fw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419856
    },
    "_mod_metadata_md_rsu_rtl8712fw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419928
    },
    "_mod_metadata_md_rsu_rtl8712fw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419832
    },
    "_mod_metadata_md_rsu_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419472
    },
    "_mod_metadata_md_rsu_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419448
    },
    "_mod_metadata_md_rt2561_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103400
    },
    "_mod_metadata_md_rt2561_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103472
    },
    "_mod_metadata_md_rt2561_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103376
    },
    "_mod_metadata_md_rt2561s_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103576
    },
    "_mod_metadata_md_rt2561s_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103648
    },
    "_mod_metadata_md_rt2561s_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103552
    },
    "_mod_metadata_md_rt2661_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103752
    },
    "_mod_metadata_md_rt2661_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103824
    },
    "_mod_metadata_md_rt2661_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103728
    },
    "_mod_metadata_md_rt2860_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103928
    },
    "_mod_metadata_md_rt2860_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609104000
    },
    "_mod_metadata_md_rt2860_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103904
    },
    "_mod_metadata_md_rtwn_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109024
    },
    "_mod_metadata_md_rtwn_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109000
    },
    "_mod_metadata_md_rtwn_pci_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109200
    },
    "_mod_metadata_md_rtwn_pci_on_rtwn": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109248
    },
    "_mod_metadata_md_rtwn_pci_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109224
    },
    "_mod_metadata_md_rtwn_pci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109104
    },
    "_mod_metadata_md_rtwn_pci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109080
    },
    "_mod_metadata_md_rtwn_rtl8188eefw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109920
    },
    "_mod_metadata_md_rtwn_rtl8188eefw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109992
    },
    "_mod_metadata_md_rtwn_rtl8188eefw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109896
    },
    "_mod_metadata_md_rtwn_rtl8188eufw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110096
    },
    "_mod_metadata_md_rtwn_rtl8188eufw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110168
    },
    "_mod_metadata_md_rtwn_rtl8188eufw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110072
    },
    "_mod_metadata_md_rtwn_rtl8192cfwE_B_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110448
    },
    "_mod_metadata_md_rtwn_rtl8192cfwE_B_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110520
    },
    "_mod_metadata_md_rtwn_rtl8192cfwE_B_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110424
    },
    "_mod_metadata_md_rtwn_rtl8192cfwE_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110272
    },
    "_mod_metadata_md_rtwn_rtl8192cfwE_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110344
    },
    "_mod_metadata_md_rtwn_rtl8192cfwE_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110248
    },
    "_mod_metadata_md_rtwn_rtl8192cfwT_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110624
    },
    "_mod_metadata_md_rtwn_rtl8192cfwT_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110696
    },
    "_mod_metadata_md_rtwn_rtl8192cfwT_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110600
    },
    "_mod_metadata_md_rtwn_rtl8192cfwU_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110800
    },
    "_mod_metadata_md_rtwn_rtl8192cfwU_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110872
    },
    "_mod_metadata_md_rtwn_rtl8192cfwU_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110776
    },
    "_mod_metadata_md_rtwn_rtl8192eufw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110976
    },
    "_mod_metadata_md_rtwn_rtl8192eufw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111048
    },
    "_mod_metadata_md_rtwn_rtl8192eufw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110952
    },
    "_mod_metadata_md_rtwn_rtl8812aufw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111152
    },
    "_mod_metadata_md_rtwn_rtl8812aufw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111224
    },
    "_mod_metadata_md_rtwn_rtl8812aufw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111128
    },
    "_mod_metadata_md_rtwn_rtl8821aufw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111328
    },
    "_mod_metadata_md_rtwn_rtl8821aufw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111400
    },
    "_mod_metadata_md_rtwn_rtl8821aufw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111304
    },
    "_mod_metadata_md_rtwn_usb_on_rtwn": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109592
    },
    "_mod_metadata_md_rtwn_usb_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109544
    },
    "_mod_metadata_md_rtwn_usb_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109568
    },
    "_mod_metadata_md_rtwn_usb_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109472
    },
    "_mod_metadata_md_rtwn_usb_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109448
    },
    "_mod_metadata_md_rue_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417944
    },
    "_mod_metadata_md_rue_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417968
    },
    "_mod_metadata_md_rue_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417896
    },
    "_mod_metadata_md_rue_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417920
    },
    "_mod_metadata_md_rue_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417776
    },
    "_mod_metadata_md_rue_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417752
    },
    "_mod_metadata_md_ruephy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418912
    },
    "_mod_metadata_md_ruephy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418888
    },
    "_mod_metadata_md_rum_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420104
    },
    "_mod_metadata_md_rum_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420080
    },
    "_mod_metadata_md_rum_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420032
    },
    "_mod_metadata_md_rum_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420008
    },
    "_mod_metadata_md_run_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420632
    },
    "_mod_metadata_md_run_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420608
    },
    "_mod_metadata_md_run_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420584
    },
    "_mod_metadata_md_run_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420536
    },
    "_mod_metadata_md_run_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420512
    },
    "_mod_metadata_md_runfw_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420904
    },
    "_mod_metadata_md_runfw_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420976
    },
    "_mod_metadata_md_runfw_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420880
    },
    "_mod_metadata_md_sa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608285328
    },
    "_mod_metadata_md_sa_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608285376
    },
    "_mod_metadata_md_sa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608285304
    },
    "_mod_metadata_md_sbp_firewire": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608465800
    },
    "_mod_metadata_md_sbp_firewire_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608465776
    },
    "_mod_metadata_md_sbp_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608465896
    },
    "_mod_metadata_md_sbp_on_firewire": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608465872
    },
    "_mod_metadata_md_sc_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214584
    },
    "_mod_metadata_md_sc_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214560
    },
    "_mod_metadata_md_scrndr_vga": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610213216
    },
    "_mod_metadata_md_scrndr_vga_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610213192
    },
    "_mod_metadata_md_scterm_dumb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609233736
    },
    "_mod_metadata_md_scterm_dumb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609233712
    },
    "_mod_metadata_md_scterm_sc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609233992
    },
    "_mod_metadata_md_scterm_sc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609233968
    },
    "_mod_metadata_md_scterm_scteken": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609234248
    },
    "_mod_metadata_md_scterm_scteken_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609234224
    },
    "_mod_metadata_md_sdhci_acpi_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112376
    },
    "_mod_metadata_md_sdhci_acpi_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112352
    },
    "_mod_metadata_md_sdhci_acpi_on_mmc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112520
    },
    "_mod_metadata_md_sdhci_acpi_on_sdhci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112424
    },
    "_mod_metadata_md_sdhci_pci_on_mmc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113128
    },
    "_mod_metadata_md_sdhci_pci_on_sdhci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113032
    },
    "_mod_metadata_md_sdhci_pci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112984
    },
    "_mod_metadata_md_sdhci_pci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609112960
    },
    "_mod_metadata_md_sge_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113424
    },
    "_mod_metadata_md_sge_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113448
    },
    "_mod_metadata_md_sge_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113400
    },
    "_mod_metadata_md_sge_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113496
    },
    "_mod_metadata_md_sge_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113472
    },
    "_mod_metadata_md_shell": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609618728
    },
    "_mod_metadata_md_shell_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609618704
    },
    "_mod_metadata_md_siis_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114016
    },
    "_mod_metadata_md_siis_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113944
    },
    "_mod_metadata_md_siis_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113920
    },
    "_mod_metadata_md_siisch_siis": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114064
    },
    "_mod_metadata_md_siisch_siis_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114040
    },
    "_mod_metadata_md_sis_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114536
    },
    "_mod_metadata_md_sis_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114560
    },
    "_mod_metadata_md_sis_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114512
    },
    "_mod_metadata_md_sis_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114608
    },
    "_mod_metadata_md_sis_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609114584
    },
    "_mod_metadata_md_sk_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115048
    },
    "_mod_metadata_md_sk_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115072
    },
    "_mod_metadata_md_sk_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115024
    },
    "_mod_metadata_md_sk_skc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115216
    },
    "_mod_metadata_md_sk_skc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115192
    },
    "_mod_metadata_md_skc_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115144
    },
    "_mod_metadata_md_skc_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115120
    },
    "_mod_metadata_md_smartpqi_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610212024
    },
    "_mod_metadata_md_smartpqi_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610211976
    },
    "_mod_metadata_md_smartpqi_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610211952
    },
    "_mod_metadata_md_smbios_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115864
    },
    "_mod_metadata_md_smbios_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115840
    },
    "_mod_metadata_md_smbios_on_efirt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115912
    },
    "_mod_metadata_md_smcphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512320
    },
    "_mod_metadata_md_smcphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512296
    },
    "_mod_metadata_md_smscphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512528
    },
    "_mod_metadata_md_smscphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512504
    },
    "_mod_metadata_md_snd_cmi_on_midi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609116224
    },
    "_mod_metadata_md_snd_cmi_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609116200
    },
    "_mod_metadata_md_snd_cmi_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609116152
    },
    "_mod_metadata_md_snd_cmi_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609116128
    },
    "_mod_metadata_md_snd_csa_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609172016
    },
    "_mod_metadata_md_snd_csa_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609171968
    },
    "_mod_metadata_md_snd_csa_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609171944
    },
    "_mod_metadata_md_snd_csapcm_csa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609172824
    },
    "_mod_metadata_md_snd_csapcm_csa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609172800
    },
    "_mod_metadata_md_snd_csapcm_on_snd_csa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609172896
    },
    "_mod_metadata_md_snd_csapcm_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609172872
    },
    "_mod_metadata_md_snd_emu10kx_midi_emu10kx": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609176752
    },
    "_mod_metadata_md_snd_emu10kx_midi_emu10kx_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609176728
    },
    "_mod_metadata_md_snd_emu10kx_midi_on_snd_emu10kx": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609176800
    },
    "_mod_metadata_md_snd_emu10kx_midi_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609176824
    },
    "_mod_metadata_md_snd_emu10kx_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609173336
    },
    "_mod_metadata_md_snd_emu10kx_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609173312
    },
    "_mod_metadata_md_snd_emu10kx_pcm_emu10kx": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609175912
    },
    "_mod_metadata_md_snd_emu10kx_pcm_emu10kx_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609175888
    },
    "_mod_metadata_md_snd_emu10kx_pcm_on_snd_emu10kx": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609175960
    },
    "_mod_metadata_md_snd_emu10kx_pcm_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609175984
    },
    "_mod_metadata_md_snd_es137x_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177160
    },
    "_mod_metadata_md_snd_es137x_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177112
    },
    "_mod_metadata_md_snd_es137x_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177088
    },
    "_mod_metadata_md_snd_hda_hdac": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609187352
    },
    "_mod_metadata_md_snd_hda_hdac_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609187328
    },
    "_mod_metadata_md_snd_hda_hdacc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178728
    },
    "_mod_metadata_md_snd_hda_hdacc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178704
    },
    "_mod_metadata_md_snd_hda_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178848
    },
    "_mod_metadata_md_snd_hda_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609186664
    },
    "_mod_metadata_md_snd_hda_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609186640
    },
    "_mod_metadata_md_snd_hda_pcm_hdaa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178800
    },
    "_mod_metadata_md_snd_hda_pcm_hdaa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178776
    },
    "_mod_metadata_md_snd_ich_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177648
    },
    "_mod_metadata_md_snd_ich_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177600
    },
    "_mod_metadata_md_snd_ich_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177576
    },
    "_mod_metadata_md_snd_via8233_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178072
    },
    "_mod_metadata_md_snd_via8233_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178024
    },
    "_mod_metadata_md_snd_via8233_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178000
    },
    "_mod_metadata_md_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609227712
    },
    "_mod_metadata_md_sound_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609227688
    },
    "_mod_metadata_md_speaker": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610212440
    },
    "_mod_metadata_md_speaker_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610212416
    },
    "_mod_metadata_md_ste_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609231904
    },
    "_mod_metadata_md_ste_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609231928
    },
    "_mod_metadata_md_ste_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609231880
    },
    "_mod_metadata_md_ste_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609231976
    },
    "_mod_metadata_md_ste_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609231952
    },
    "_mod_metadata_md_stge_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232376
    },
    "_mod_metadata_md_stge_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232400
    },
    "_mod_metadata_md_stge_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232352
    },
    "_mod_metadata_md_stge_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232448
    },
    "_mod_metadata_md_stge_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232424
    },
    "_mod_metadata_md_storvsc_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610128000
    },
    "_mod_metadata_md_storvsc_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610127928
    },
    "_mod_metadata_md_storvsc_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610127904
    },
    "_mod_metadata_md_sym_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232976
    },
    "_mod_metadata_md_sym_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609233000
    },
    "_mod_metadata_md_sym_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232928
    },
    "_mod_metadata_md_sym_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609232904
    },
    "_mod_metadata_md_sysresource_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610169608
    },
    "_mod_metadata_md_sysresource_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610169584
    },
    "_mod_metadata_md_sysvmsg": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609760448
    },
    "_mod_metadata_md_sysvmsg_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609760424
    },
    "_mod_metadata_md_sysvsem": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609763856
    },
    "_mod_metadata_md_sysvsem_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609763832
    },
    "_mod_metadata_md_sysvshm": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609766440
    },
    "_mod_metadata_md_sysvshm_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609766416
    },
    "_mod_metadata_md_t4fw_cfg_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451640
    },
    "_mod_metadata_md_t4fw_cfg_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451712
    },
    "_mod_metadata_md_t4fw_cfg_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451616
    },
    "_mod_metadata_md_t4iov_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432696
    },
    "_mod_metadata_md_t4iov_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432672
    },
    "_mod_metadata_md_t4nex_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608443920
    },
    "_mod_metadata_md_t4nex_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608443944
    },
    "_mod_metadata_md_t4nex_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608443848
    },
    "_mod_metadata_md_t4nex_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608443824
    },
    "_mod_metadata_md_t5fw_cfg_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451816
    },
    "_mod_metadata_md_t5fw_cfg_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451888
    },
    "_mod_metadata_md_t5fw_cfg_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451792
    },
    "_mod_metadata_md_t5iov_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432792
    },
    "_mod_metadata_md_t5iov_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432768
    },
    "_mod_metadata_md_t5nex_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444064
    },
    "_mod_metadata_md_t5nex_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444088
    },
    "_mod_metadata_md_t5nex_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608443992
    },
    "_mod_metadata_md_t5nex_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608443968
    },
    "_mod_metadata_md_t6fw_cfg_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451992
    },
    "_mod_metadata_md_t6fw_cfg_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452064
    },
    "_mod_metadata_md_t6fw_cfg_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451968
    },
    "_mod_metadata_md_t6iov_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432888
    },
    "_mod_metadata_md_t6iov_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432864
    },
    "_mod_metadata_md_t6nex_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444208
    },
    "_mod_metadata_md_t6nex_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444232
    },
    "_mod_metadata_md_t6nex_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444256
    },
    "_mod_metadata_md_t6nex_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444136
    },
    "_mod_metadata_md_t6nex_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444112
    },
    "_mod_metadata_md_tcp_log_dev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609236264
    },
    "_mod_metadata_md_tcp_log_dev_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609236240
    },
    "_mod_metadata_md_tcpmd5": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609985744
    },
    "_mod_metadata_md_tcpmd5_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609985720
    },
    "_mod_metadata_md_tdkphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512736
    },
    "_mod_metadata_md_tdkphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512712
    },
    "_mod_metadata_md_ti_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609236696
    },
    "_mod_metadata_md_ti_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609236672
    },
    "_mod_metadata_md_ti_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609236624
    },
    "_mod_metadata_md_ti_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609236600
    },
    "_mod_metadata_md_tmpfs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609570456
    },
    "_mod_metadata_md_tmpfs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609570432
    },
    "_mod_metadata_md_truephy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512944
    },
    "_mod_metadata_md_truephy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608512920
    },
    "_mod_metadata_md_tws_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609393728
    },
    "_mod_metadata_md_tws_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609393752
    },
    "_mod_metadata_md_tws_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609393680
    },
    "_mod_metadata_md_tws_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609393656
    },
    "_mod_metadata_md_u3g_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433752
    },
    "_mod_metadata_md_u3g_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433776
    },
    "_mod_metadata_md_u3g_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433704
    },
    "_mod_metadata_md_u3g_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433680
    },
    "_mod_metadata_md_uark_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434112
    },
    "_mod_metadata_md_uark_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434136
    },
    "_mod_metadata_md_uark_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434064
    },
    "_mod_metadata_md_uark_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434040
    },
    "_mod_metadata_md_uart_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609398016
    },
    "_mod_metadata_md_uart_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609397992
    },
    "_mod_metadata_md_uart_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609398232
    },
    "_mod_metadata_md_uart_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609398208
    },
    "_mod_metadata_md_uart_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609399848
    },
    "_mod_metadata_md_uart_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609399824
    },
    "_mod_metadata_md_uart_puc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609400056
    },
    "_mod_metadata_md_uart_puc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609400032
    },
    "_mod_metadata_md_uath_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421488
    },
    "_mod_metadata_md_uath_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421464
    },
    "_mod_metadata_md_uath_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421416
    },
    "_mod_metadata_md_uath_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421392
    },
    "_mod_metadata_md_ucom_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609438488
    },
    "_mod_metadata_md_udav_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418512
    },
    "_mod_metadata_md_udav_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418536
    },
    "_mod_metadata_md_udav_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418464
    },
    "_mod_metadata_md_udav_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418488
    },
    "_mod_metadata_md_udav_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418344
    },
    "_mod_metadata_md_udav_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418320
    },
    "_mod_metadata_md_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419280
    },
    "_mod_metadata_md_uether_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419256
    },
    "_mod_metadata_md_uether_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419232
    },
    "_mod_metadata_md_uether_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419208
    },
    "_mod_metadata_md_ufoma_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434472
    },
    "_mod_metadata_md_ufoma_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434496
    },
    "_mod_metadata_md_ufoma_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434424
    },
    "_mod_metadata_md_ufoma_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434400
    },
    "_mod_metadata_md_ufs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610057016
    },
    "_mod_metadata_md_ufs_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610056992
    },
    "_mod_metadata_md_uftdi_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434944
    },
    "_mod_metadata_md_uftdi_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434968
    },
    "_mod_metadata_md_uftdi_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434896
    },
    "_mod_metadata_md_uftdi_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434872
    },
    "_mod_metadata_md_uhci_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402960
    },
    "_mod_metadata_md_uhci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402912
    },
    "_mod_metadata_md_uhci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609402888
    },
    "_mod_metadata_md_uhid_on_hid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439200
    },
    "_mod_metadata_md_uhid_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439176
    },
    "_mod_metadata_md_uhid_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439128
    },
    "_mod_metadata_md_uhid_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439104
    },
    "_mod_metadata_md_uhub_pnpinfo_aue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410040
    },
    "_mod_metadata_md_uhub_pnpinfo_axe_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609410608
    },
    "_mod_metadata_md_uhub_pnpinfo_axge_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411176
    },
    "_mod_metadata_md_uhub_pnpinfo_cdce_dual_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411696
    },
    "_mod_metadata_md_uhub_pnpinfo_cdce_host_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411672
    },
    "_mod_metadata_md_uhub_pnpinfo_cdce_switch_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609411648
    },
    "_mod_metadata_md_uhub_pnpinfo_cue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412064
    },
    "_mod_metadata_md_uhub_pnpinfo_kue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609412440
    },
    "_mod_metadata_md_uhub_pnpinfo_mos_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417456
    },
    "_mod_metadata_md_uhub_pnpinfo_rsu_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419616
    },
    "_mod_metadata_md_uhub_pnpinfo_rtwn_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109616
    },
    "_mod_metadata_md_uhub_pnpinfo_rue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418016
    },
    "_mod_metadata_md_uhub_pnpinfo_rum_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420152
    },
    "_mod_metadata_md_uhub_pnpinfo_run_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420680
    },
    "_mod_metadata_md_uhub_pnpinfo_u3g_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433824
    },
    "_mod_metadata_md_uhub_pnpinfo_uark_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434184
    },
    "_mod_metadata_md_uhub_pnpinfo_uath_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421536
    },
    "_mod_metadata_md_uhub_pnpinfo_udav_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418584
    },
    "_mod_metadata_md_uhub_pnpinfo_ufoma_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434544
    },
    "_mod_metadata_md_uhub_pnpinfo_uftdi_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435016
    },
    "_mod_metadata_md_uhub_pnpinfo_uhid_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439248
    },
    "_mod_metadata_md_uhub_pnpinfo_ukbd_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439800
    },
    "_mod_metadata_md_uhub_pnpinfo_umass_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609405920
    },
    "_mod_metadata_md_uhub_pnpinfo_umct_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435488
    },
    "_mod_metadata_md_uhub_pnpinfo_umodem_dual_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435848
    },
    "_mod_metadata_md_uhub_pnpinfo_umodem_host_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435872
    },
    "_mod_metadata_md_uhub_pnpinfo_upgt_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422008
    },
    "_mod_metadata_md_uhub_pnpinfo_uplcom_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436232
    },
    "_mod_metadata_md_uhub_pnpinfo_ural_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422352
    },
    "_mod_metadata_md_uhub_pnpinfo_urtw_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422912
    },
    "_mod_metadata_md_uhub_pnpinfo_uslcom_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436736
    },
    "_mod_metadata_md_uhub_pnpinfo_uvisor_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437240
    },
    "_mod_metadata_md_uhub_pnpinfo_uvscom_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437600
    },
    "_mod_metadata_md_uhub_pnpinfo_zyd_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433488
    },
    "_mod_metadata_md_uhub_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409000
    },
    "_mod_metadata_md_uhub_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609408976
    },
    "_mod_metadata_md_uhub_usbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609408928
    },
    "_mod_metadata_md_uhub_usbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609408904
    },
    "_mod_metadata_md_uinput": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459264
    },
    "_mod_metadata_md_uinput_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459336
    },
    "_mod_metadata_md_uinput_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459240
    },
    "_mod_metadata_md_ukbd_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439752
    },
    "_mod_metadata_md_ukbd_on_hid": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439728
    },
    "_mod_metadata_md_ukbd_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439704
    },
    "_mod_metadata_md_ukbd_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439656
    },
    "_mod_metadata_md_ukbd_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439632
    },
    "_mod_metadata_md_ukphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513152
    },
    "_mod_metadata_md_ukphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513128
    },
    "_mod_metadata_md_umass_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609405872
    },
    "_mod_metadata_md_umass_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609405848
    },
    "_mod_metadata_md_umass_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609405800
    },
    "_mod_metadata_md_umass_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609405776
    },
    "_mod_metadata_md_umct_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435416
    },
    "_mod_metadata_md_umct_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435440
    },
    "_mod_metadata_md_umct_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435368
    },
    "_mod_metadata_md_umct_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435344
    },
    "_mod_metadata_md_umodem_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435776
    },
    "_mod_metadata_md_umodem_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435800
    },
    "_mod_metadata_md_umodem_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435728
    },
    "_mod_metadata_md_umodem_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435704
    },
    "_mod_metadata_md_uplcom_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436160
    },
    "_mod_metadata_md_uplcom_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436184
    },
    "_mod_metadata_md_uplcom_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436112
    },
    "_mod_metadata_md_uplcom_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436088
    },
    "_mod_metadata_md_ural_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422280
    },
    "_mod_metadata_md_ural_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422304
    },
    "_mod_metadata_md_ural_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422232
    },
    "_mod_metadata_md_ural_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422208
    },
    "_mod_metadata_md_urtw_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422864
    },
    "_mod_metadata_md_urtw_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422840
    },
    "_mod_metadata_md_urtw_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422792
    },
    "_mod_metadata_md_urtw_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422768
    },
    "_mod_metadata_md_usb_linux_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610004304
    },
    "_mod_metadata_md_usb_linux_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610004280
    },
    "_mod_metadata_md_usb_quirk_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609440160
    },
    "_mod_metadata_md_usbus_dwcotg": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404792
    },
    "_mod_metadata_md_usbus_dwcotg_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404768
    },
    "_mod_metadata_md_usbus_ehci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404432
    },
    "_mod_metadata_md_usbus_ehci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404408
    },
    "_mod_metadata_md_usbus_musbotg": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404576
    },
    "_mod_metadata_md_usbus_musbotg_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404552
    },
    "_mod_metadata_md_usbus_octusb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404720
    },
    "_mod_metadata_md_usbus_octusb_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404696
    },
    "_mod_metadata_md_usbus_ohci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404288
    },
    "_mod_metadata_md_usbus_ohci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404264
    },
    "_mod_metadata_md_usbus_saf1761otg": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404864
    },
    "_mod_metadata_md_usbus_saf1761otg_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404840
    },
    "_mod_metadata_md_usbus_uhci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404360
    },
    "_mod_metadata_md_usbus_uhci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404336
    },
    "_mod_metadata_md_usbus_uss820dci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404648
    },
    "_mod_metadata_md_usbus_uss820dci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404624
    },
    "_mod_metadata_md_usbus_xhci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404504
    },
    "_mod_metadata_md_usbus_xhci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609404480
    },
    "_mod_metadata_md_uslcom_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436664
    },
    "_mod_metadata_md_uslcom_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436688
    },
    "_mod_metadata_md_uslcom_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436616
    },
    "_mod_metadata_md_uslcom_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436592
    },
    "_mod_metadata_md_uvisor_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437168
    },
    "_mod_metadata_md_uvisor_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437192
    },
    "_mod_metadata_md_uvisor_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437120
    },
    "_mod_metadata_md_uvisor_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437096
    },
    "_mod_metadata_md_uvscom_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437528
    },
    "_mod_metadata_md_uvscom_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437552
    },
    "_mod_metadata_md_uvscom_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437480
    },
    "_mod_metadata_md_uvscom_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437456
    },
    "_mod_metadata_md_vcc_cc": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444784
    },
    "_mod_metadata_md_vcc_cc_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444760
    },
    "_mod_metadata_md_vcxgbe_cxgbe": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444592
    },
    "_mod_metadata_md_vcxgbe_cxgbe_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444568
    },
    "_mod_metadata_md_vcxl_cxl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444688
    },
    "_mod_metadata_md_vcxl_cxl_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444664
    },
    "_mod_metadata_md_vemgenc_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456864
    },
    "_mod_metadata_md_vga_isa": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214792
    },
    "_mod_metadata_md_vga_isa_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214768
    },
    "_mod_metadata_md_vgapci_on_x86bios": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609099544
    },
    "_mod_metadata_md_vgapci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609099496
    },
    "_mod_metadata_md_vgapci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609099472
    },
    "_mod_metadata_md_vgapm_vgapci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214864
    },
    "_mod_metadata_md_vgapm_vgapci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214840
    },
    "_mod_metadata_md_vge_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609449512
    },
    "_mod_metadata_md_vge_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609449536
    },
    "_mod_metadata_md_vge_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609449488
    },
    "_mod_metadata_md_vge_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609449608
    },
    "_mod_metadata_md_vge_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609449584
    },
    "_mod_metadata_md_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609450032
    },
    "_mod_metadata_md_virtio_balloon_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455032
    },
    "_mod_metadata_md_virtio_balloon_virtio_mmio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454888
    },
    "_mod_metadata_md_virtio_balloon_virtio_mmio_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454864
    },
    "_mod_metadata_md_virtio_balloon_virtio_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454960
    },
    "_mod_metadata_md_virtio_balloon_virtio_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454936
    },
    "_mod_metadata_md_virtio_blk_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454280
    },
    "_mod_metadata_md_virtio_blk_virtio_mmio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454136
    },
    "_mod_metadata_md_virtio_blk_virtio_mmio_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454112
    },
    "_mod_metadata_md_virtio_blk_virtio_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454208
    },
    "_mod_metadata_md_virtio_blk_virtio_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454184
    },
    "_mod_metadata_md_virtio_console_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456248
    },
    "_mod_metadata_md_virtio_console_virtio_mmio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456104
    },
    "_mod_metadata_md_virtio_console_virtio_mmio_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456080
    },
    "_mod_metadata_md_virtio_console_virtio_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456176
    },
    "_mod_metadata_md_virtio_console_virtio_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456152
    },
    "_mod_metadata_md_virtio_mmio_pnpinfo_virtio_balloon": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455056
    },
    "_mod_metadata_md_virtio_mmio_pnpinfo_virtio_blk": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454304
    },
    "_mod_metadata_md_virtio_mmio_pnpinfo_virtio_console": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456272
    },
    "_mod_metadata_md_virtio_mmio_pnpinfo_virtio_scsi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455664
    },
    "_mod_metadata_md_virtio_mmio_pnpinfo_vtnet": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453320
    },
    "_mod_metadata_md_virtio_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609450008
    },
    "_mod_metadata_md_virtio_pci_legacy_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609451432
    },
    "_mod_metadata_md_virtio_pci_legacy_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609451408
    },
    "_mod_metadata_md_virtio_pci_modern_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609451664
    },
    "_mod_metadata_md_virtio_pci_modern_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609451640
    },
    "_mod_metadata_md_virtio_pci_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609451120
    },
    "_mod_metadata_md_virtio_pci_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609451144
    },
    "_mod_metadata_md_virtio_pci_pnpinfo_virtio_balloon": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455080
    },
    "_mod_metadata_md_virtio_pci_pnpinfo_virtio_blk": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454328
    },
    "_mod_metadata_md_virtio_pci_pnpinfo_virtio_console": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456296
    },
    "_mod_metadata_md_virtio_pci_pnpinfo_virtio_scsi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455688
    },
    "_mod_metadata_md_virtio_pci_pnpinfo_vtnet": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453344
    },
    "_mod_metadata_md_virtio_scsi_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455640
    },
    "_mod_metadata_md_virtio_scsi_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455616
    },
    "_mod_metadata_md_virtio_scsi_virtio_mmio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455472
    },
    "_mod_metadata_md_virtio_scsi_virtio_mmio_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455448
    },
    "_mod_metadata_md_virtio_scsi_virtio_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455544
    },
    "_mod_metadata_md_virtio_scsi_virtio_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455520
    },
    "_mod_metadata_md_vmbus_acpi_syscontainer": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131152
    },
    "_mod_metadata_md_vmbus_acpi_syscontainer_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131128
    },
    "_mod_metadata_md_vmbus_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131200
    },
    "_mod_metadata_md_vmbus_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131224
    },
    "_mod_metadata_md_vmbus_pcib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131080
    },
    "_mod_metadata_md_vmbus_pcib_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131056
    },
    "_mod_metadata_md_vmbus_pcib_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123680
    },
    "_mod_metadata_md_vmbus_pcib_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123656
    },
    "_mod_metadata_md_vmbus_pcib_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123608
    },
    "_mod_metadata_md_vmbus_pcib_vmbus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610123584
    },
    "_mod_metadata_md_vmbus_res_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131888
    },
    "_mod_metadata_md_vmbus_res_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131864
    },
    "_mod_metadata_md_vmbus_res_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131936
    },
    "_mod_metadata_md_vmd_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214168
    },
    "_mod_metadata_md_vmd_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610214144
    },
    "_mod_metadata_md_vmgenc_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456792
    },
    "_mod_metadata_md_vmgenc_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456768
    },
    "_mod_metadata_md_vmgenc_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456840
    },
    "_mod_metadata_md_vmx_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609457232
    },
    "_mod_metadata_md_vmx_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609457256
    },
    "_mod_metadata_md_vmx_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609457208
    },
    "_mod_metadata_md_vmx_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609457112
    },
    "_mod_metadata_md_vmx_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609457088
    },
    "_mod_metadata_md_vr_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458752
    },
    "_mod_metadata_md_vr_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458776
    },
    "_mod_metadata_md_vr_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458728
    },
    "_mod_metadata_md_vr_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458824
    },
    "_mod_metadata_md_vr_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609458800
    },
    "_mod_metadata_md_vscphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513360
    },
    "_mod_metadata_md_vscphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513336
    },
    "_mod_metadata_md_vte_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609514976
    },
    "_mod_metadata_md_vte_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609515000
    },
    "_mod_metadata_md_vte_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609514952
    },
    "_mod_metadata_md_vte_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609515072
    },
    "_mod_metadata_md_vte_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609515048
    },
    "_mod_metadata_md_vtnet_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453296
    },
    "_mod_metadata_md_vtnet_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453272
    },
    "_mod_metadata_md_vtnet_virtio_mmio": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453128
    },
    "_mod_metadata_md_vtnet_virtio_mmio_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453104
    },
    "_mod_metadata_md_vtnet_virtio_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453200
    },
    "_mod_metadata_md_vtnet_virtio_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453176
    },
    "_mod_metadata_md_vtvga_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609503392
    },
    "_mod_metadata_md_vtvga_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609503368
    },
    "_mod_metadata_md_watchdog": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609515832
    },
    "_mod_metadata_md_watchdog_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609515808
    },
    "_mod_metadata_md_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609851784
    },
    "_mod_metadata_md_wlan_amrr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609849776
    },
    "_mod_metadata_md_wlan_amrr_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609849752
    },
    "_mod_metadata_md_wlan_amrr_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609849848
    },
    "_mod_metadata_md_wlan_ccmp": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850120
    },
    "_mod_metadata_md_wlan_ccmp_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850096
    },
    "_mod_metadata_md_wlan_ccmp_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850192
    },
    "_mod_metadata_md_wlan_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609851856
    },
    "_mod_metadata_md_wlan_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609851760
    },
    "_mod_metadata_md_wlan_ratectl_none": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877544
    },
    "_mod_metadata_md_wlan_ratectl_none_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877520
    },
    "_mod_metadata_md_wlan_ratectl_none_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877616
    },
    "_mod_metadata_md_wlan_rssadapt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877720
    },
    "_mod_metadata_md_wlan_rssadapt_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877696
    },
    "_mod_metadata_md_wlan_rssadapt_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877792
    },
    "_mod_metadata_md_wlan_sta": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877896
    },
    "_mod_metadata_md_wlan_sta_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877872
    },
    "_mod_metadata_md_wlan_sta_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877968
    },
    "_mod_metadata_md_wlan_tkip": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850296
    },
    "_mod_metadata_md_wlan_tkip_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850272
    },
    "_mod_metadata_md_wlan_tkip_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850368
    },
    "_mod_metadata_md_wlan_wep": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850472
    },
    "_mod_metadata_md_wlan_wep_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850448
    },
    "_mod_metadata_md_wlan_wep_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850544
    },
    "_mod_metadata_md_wlan_wlan_acl": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609848712
    },
    "_mod_metadata_md_wlan_wlan_acl_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609848688
    },
    "_mod_metadata_md_wlan_wlan_acl_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609848784
    },
    "_mod_metadata_md_wlan_xauth": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878368
    },
    "_mod_metadata_md_wlan_xauth_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878344
    },
    "_mod_metadata_md_wlan_xauth_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878440
    },
    "_mod_metadata_md_wpi_fw": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516472
    },
    "_mod_metadata_md_wpi_fw_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516544
    },
    "_mod_metadata_md_wpi_fw_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516448
    },
    "_mod_metadata_md_wpi_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516248
    },
    "_mod_metadata_md_wpi_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516200
    },
    "_mod_metadata_md_wpi_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516224
    },
    "_mod_metadata_md_wpi_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516128
    },
    "_mod_metadata_md_wpi_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516104
    },
    "_mod_metadata_md_x86bios": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610217040
    },
    "_mod_metadata_md_x86bios_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610217016
    },
    "_mod_metadata_md_xbbd_xenbusb_back": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609519816
    },
    "_mod_metadata_md_xbbd_xenbusb_back_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609519792
    },
    "_mod_metadata_md_xbd_xenbusb_front": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609518136
    },
    "_mod_metadata_md_xbd_xenbusb_front_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609518112
    },
    "_mod_metadata_md_xc_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609520768
    },
    "_mod_metadata_md_xc_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609520744
    },
    "_mod_metadata_md_xctrl_xenstore": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521152
    },
    "_mod_metadata_md_xctrl_xenstore_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521128
    },
    "_mod_metadata_md_xdr": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610085160
    },
    "_mod_metadata_md_xdr_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610085136
    },
    "_mod_metadata_md_xe_xenbusb_front": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522672
    },
    "_mod_metadata_md_xe_xenbusb_front_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522648
    },
    "_mod_metadata_md_xen_cpu_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521416
    },
    "_mod_metadata_md_xen_cpu_acpi_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521392
    },
    "_mod_metadata_md_xen_cpu_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521464
    },
    "_mod_metadata_md_xenballoon_xenstore": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609517528
    },
    "_mod_metadata_md_xenballoon_xenstore_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609517504
    },
    "_mod_metadata_md_xenbusb_back_xenstore": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610084792
    },
    "_mod_metadata_md_xenbusb_back_xenstore_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610084768
    },
    "_mod_metadata_md_xenbusb_front_xenstore": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610084584
    },
    "_mod_metadata_md_xenbusb_front_xenstore_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610084560
    },
    "_mod_metadata_md_xendebug_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527048
    },
    "_mod_metadata_md_xendebug_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527000
    },
    "_mod_metadata_md_xendebug_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609526976
    },
    "_mod_metadata_md_xenpci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609523176
    },
    "_mod_metadata_md_xenpci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609523152
    },
    "_mod_metadata_md_xenpv_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609520272
    },
    "_mod_metadata_md_xenpv_nexus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609520248
    },
    "_mod_metadata_md_xenstore_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609523592
    },
    "_mod_metadata_md_xenstore_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609523568
    },
    "_mod_metadata_md_xentimer_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522976
    },
    "_mod_metadata_md_xentimer_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522928
    },
    "_mod_metadata_md_xentimer_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522904
    },
    "_mod_metadata_md_xhci_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609403712
    },
    "_mod_metadata_md_xhci_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609403664
    },
    "_mod_metadata_md_xhci_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609403640
    },
    "_mod_metadata_md_xl_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527248
    },
    "_mod_metadata_md_xl_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527272
    },
    "_mod_metadata_md_xl_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527224
    },
    "_mod_metadata_md_xl_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527320
    },
    "_mod_metadata_md_xl_pci_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527296
    },
    "_mod_metadata_md_xlphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527744
    },
    "_mod_metadata_md_xlphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609527720
    },
    "_mod_metadata_md_xmphy_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513568
    },
    "_mod_metadata_md_xmphy_miibus_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513544
    },
    "_mod_metadata_md_xnb_xenbusb_back": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522296
    },
    "_mod_metadata_md_xnb_xenbusb_back_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609522272
    },
    "_mod_metadata_md_xpt": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608244984
    },
    "_mod_metadata_md_xpt_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608245032
    },
    "_mod_metadata_md_xpt_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608244960
    },
    "_mod_metadata_md_xs_dev_xenstore": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609524136
    },
    "_mod_metadata_md_xs_dev_xenstore_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609524112
    },
    "_mod_metadata_md_xsd_dev_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609524536
    },
    "_mod_metadata_md_xsd_dev_xenpv_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609524512
    },
    "_mod_metadata_md_xz": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608314760
    },
    "_mod_metadata_md_xz_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608314736
    },
    "_mod_metadata_md_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609817016
    },
    "_mod_metadata_md_zlib_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609816992
    },
    "_mod_metadata_md_zyd_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433416
    },
    "_mod_metadata_md_zyd_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433440
    },
    "_mod_metadata_md_zyd_uhub": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433368
    },
    "_mod_metadata_md_zyd_uhub_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433344
    },
    "_mod_metadata_mem_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608503744
    },
    "_mod_metadata_mfi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608506280
    },
    "_mod_metadata_midi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609229040
    },
    "_mod_metadata_mii_bitbang_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510272
    },
    "_mod_metadata_miibus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608510192
    },
    "_mod_metadata_mlx4_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610008240
    },
    "_mod_metadata_mlx5_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610012392
    },
    "_mod_metadata_mlx5en_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610015496
    },
    "_mod_metadata_mlxfw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608513752
    },
    "_mod_metadata_mmc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608514864
    },
    "_mod_metadata_mpt_cam_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524264
    },
    "_mod_metadata_mpt_core_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608523976
    },
    "_mod_metadata_mpt_raid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524952
    },
    "_mod_metadata_mpt_user_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608525272
    },
    "_mod_metadata_mpt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608524704
    },
    "_mod_metadata_msdosfs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609534712
    },
    "_mod_metadata_mvs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608528480
    },
    "_mod_metadata_mwl_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530480
    },
    "_mod_metadata_mwl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530056
    },
    "_mod_metadata_mxge_eth_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608530968
    },
    "_mod_metadata_mxge_ethp_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608651784
    },
    "_mod_metadata_mxge_rss_eth_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608773288
    },
    "_mod_metadata_mxge_rss_ethp_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608925384
    },
    "_mod_metadata_nehemiah_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208248
    },
    "_mod_metadata_netdump_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609955816
    },
    "_mod_metadata_netgate_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609078424
    },
    "_mod_metadata_netgraph_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609879248
    },
    "_mod_metadata_netlink_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609988680
    },
    "_mod_metadata_netmap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609080248
    },
    "_mod_metadata_nfs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609549656
    },
    "_mod_metadata_nfscl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609551352
    },
    "_mod_metadata_nfscommon_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609544456
    },
    "_mod_metadata_nfsd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609562768
    },
    "_mod_metadata_nfslockd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609998648
    },
    "_mod_metadata_nfssvc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609997432
    },
    "_mod_metadata_ng_ether_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609884376
    },
    "_mod_metadata_null_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609084360
    },
    "_mod_metadata_nvd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085472
    },
    "_mod_metadata_nvme_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609085848
    },
    "_mod_metadata_oce_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087328
    },
    "_mod_metadata_ocs_fc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609087720
    },
    "_mod_metadata_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609094216
    },
    "_mod_metadata_pf_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609996656
    },
    "_mod_metadata_pflog_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609990096
    },
    "_mod_metadata_pfsync_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609991064
    },
    "_mod_metadata_ppbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609100152
    },
    "_mod_metadata_procfs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609565288
    },
    "_mod_metadata_pseudofs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609566104
    },
    "_mod_metadata_pvefirt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609521864
    },
    "_mod_metadata_random_device_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609105736
    },
    "_mod_metadata_random_harvestq_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609105608
    },
    "_mod_metadata_rc4_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608315112
    },
    "_mod_metadata_rdrand_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610208048
    },
    "_mod_metadata_rndtest_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609108744
    },
    "_mod_metadata_rsu_rtl8712fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419904
    },
    "_mod_metadata_rsu_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419592
    },
    "_mod_metadata_rt2561_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103448
    },
    "_mod_metadata_rt2561s_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103624
    },
    "_mod_metadata_rt2661_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103800
    },
    "_mod_metadata_rt2860_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609103976
    },
    "_mod_metadata_rtwn_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109152
    },
    "_mod_metadata_rtwn_rtl8188eefw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109968
    },
    "_mod_metadata_rtwn_rtl8188eufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110144
    },
    "_mod_metadata_rtwn_rtl8192cfwE_B_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110496
    },
    "_mod_metadata_rtwn_rtl8192cfwE_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110320
    },
    "_mod_metadata_rtwn_rtl8192cfwT_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110672
    },
    "_mod_metadata_rtwn_rtl8192cfwU_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609110848
    },
    "_mod_metadata_rtwn_rtl8192eufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111024
    },
    "_mod_metadata_rtwn_rtl8812aufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111200
    },
    "_mod_metadata_rtwn_rtl8821aufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111376
    },
    "_mod_metadata_rtwn_usb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609109520
    },
    "_mod_metadata_rtwn_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609108976
    },
    "_mod_metadata_rue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609417992
    },
    "_mod_metadata_rum_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420128
    },
    "_mod_metadata_run_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420656
    },
    "_mod_metadata_runfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609420952
    },
    "_mod_metadata_sbp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608465848
    },
    "_mod_metadata_sdhci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609111928
    },
    "_mod_metadata_siis_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609113992
    },
    "_mod_metadata_smbios_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609115936
    },
    "_mod_metadata_snd_cmi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609116248
    },
    "_mod_metadata_snd_csa_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609172040
    },
    "_mod_metadata_snd_csapcm_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609172920
    },
    "_mod_metadata_snd_emu10kx_midi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609176848
    },
    "_mod_metadata_snd_emu10kx_pcm_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609176008
    },
    "_mod_metadata_snd_emu10kx_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609173384
    },
    "_mod_metadata_snd_es137x_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177184
    },
    "_mod_metadata_snd_hda_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178872
    },
    "_mod_metadata_snd_ich_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609177672
    },
    "_mod_metadata_snd_via8233_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609178096
    },
    "_mod_metadata_sound_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609227760
    },
    "_mod_metadata_splash_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608460616
    },
    "_mod_metadata_storvsc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610127976
    },
    "_mod_metadata_sysvmsg_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609760496
    },
    "_mod_metadata_sysvsem_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609763904
    },
    "_mod_metadata_sysvshm_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609766488
    },
    "_mod_metadata_t4fw_cfg_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451688
    },
    "_mod_metadata_t4iov_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432744
    },
    "_mod_metadata_t4nex_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608443896
    },
    "_mod_metadata_t5fw_cfg_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608451864
    },
    "_mod_metadata_t5iov_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432840
    },
    "_mod_metadata_t5nex_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444040
    },
    "_mod_metadata_t6fw_cfg_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608452040
    },
    "_mod_metadata_t6iov_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608432936
    },
    "_mod_metadata_t6nex_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444184
    },
    "_mod_metadata_tcp_log_dev_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609236312
    },
    "_mod_metadata_tcpmd5_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609985792
    },
    "_mod_metadata_u3g_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433800
    },
    "_mod_metadata_uark_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434160
    },
    "_mod_metadata_uath_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609421512
    },
    "_mod_metadata_ucom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609438512
    },
    "_mod_metadata_udav_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609418560
    },
    "_mod_metadata_uether_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609419328
    },
    "_mod_metadata_ufoma_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434520
    },
    "_mod_metadata_ufs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610057064
    },
    "_mod_metadata_uftdi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609434992
    },
    "_mod_metadata_uhid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439224
    },
    "_mod_metadata_uhub_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609409048
    },
    "_mod_metadata_uinput_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608459312
    },
    "_mod_metadata_ukbd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609439776
    },
    "_mod_metadata_umass_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609405896
    },
    "_mod_metadata_umct_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435464
    },
    "_mod_metadata_umodem_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609435824
    },
    "_mod_metadata_uplcom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436208
    },
    "_mod_metadata_ural_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422328
    },
    "_mod_metadata_urtw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609422888
    },
    "_mod_metadata_usb_linux_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610004352
    },
    "_mod_metadata_usb_quirk_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609440184
    },
    "_mod_metadata_usb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609407200
    },
    "_mod_metadata_uslcom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609436712
    },
    "_mod_metadata_uvisor_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437216
    },
    "_mod_metadata_uvscom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609437576
    },
    "_mod_metadata_vcc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444832
    },
    "_mod_metadata_vcxgbe_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444640
    },
    "_mod_metadata_vcxl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608444736
    },
    "_mod_metadata_virtio_balloon_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455008
    },
    "_mod_metadata_virtio_blk_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609454256
    },
    "_mod_metadata_virtio_console_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609456224
    },
    "_mod_metadata_virtio_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609451096
    },
    "_mod_metadata_virtio_scsi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609455592
    },
    "_mod_metadata_virtio_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609450080
    },
    "_mod_metadata_vmbus_res_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131960
    },
    "_mod_metadata_vmbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610131248
    },
    "_mod_metadata_vmx_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609457184
    },
    "_mod_metadata_vtnet_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609453248
    },
    "_mod_metadata_wlan_amrr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609849824
    },
    "_mod_metadata_wlan_ccmp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850168
    },
    "_mod_metadata_wlan_ratectl_none_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877592
    },
    "_mod_metadata_wlan_rssadapt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877768
    },
    "_mod_metadata_wlan_sta_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609877944
    },
    "_mod_metadata_wlan_tkip_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850344
    },
    "_mod_metadata_wlan_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609851832
    },
    "_mod_metadata_wlan_wep_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609850520
    },
    "_mod_metadata_wlan_wlan_acl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609848760
    },
    "_mod_metadata_wlan_xauth_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609878416
    },
    "_mod_metadata_wpi_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516520
    },
    "_mod_metadata_wpi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609516176
    },
    "_mod_metadata_x86bios_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610217088
    },
    "_mod_metadata_xdr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071610085208
    },
    "_mod_metadata_xz_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071608314808
    },
    "_mod_metadata_zlib_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609817064
    },
    "_mod_metadata_zyd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_metadata"
      },
      "address": 18446744071609433464
    },
    "_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_module_pnp_isa_ata_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584153808
    },
    "_module_pnp_isa_atdma_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587094080
    },
    "_module_pnp_isa_atkbdc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585440208
    },
    "_module_pnp_isa_atrtc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587093760
    },
    "_module_pnp_isa_attimer_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587093904
    },
    "_module_pnp_isa_fdc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587073392
    },
    "_module_pnp_isa_fpupnp_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587125392
    },
    "_module_pnp_isa_isa_ns8250_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585039552
    },
    "_module_pnp_isa_lpc_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584923344
    },
    "_module_pnp_isa_orm_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587094192
    },
    "_module_pnp_isa_psmcpnp_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585442192
    },
    "_module_pnp_isa_sysresource_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587103632
    },
    "_module_pnp_isa_vga_ids": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587186688
    },
    "_module_pnp_pci_aacch": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584108624
    },
    "_module_pnp_pci_aacraid": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584111008
    },
    "_module_pnp_pci_ae": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584122608
    },
    "_module_pnp_pci_age": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584123104
    },
    "_module_pnp_pci_ahci": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584131176
    },
    "_module_pnp_pci_alc": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584147728
    },
    "_module_pnp_pci_ale": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584148240
    },
    "_module_pnp_pci_ax_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587135408
    },
    "_module_pnp_pci_bce": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584674768
    },
    "_module_pnp_pci_bfe": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584675088
    },
    "_module_pnp_pci_bge": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584679744
    },
    "_module_pnp_pci_bnxt": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584694272
    },
    "_module_pnp_pci_bwi": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584698640
    },
    "_module_pnp_pci_cas": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584700064
    },
    "_module_pnp_pci_cbb": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584914608
    },
    "_module_pnp_pci_ciss": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584700432
    },
    "_module_pnp_pci_cxgbc": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584701984
    },
    "_module_pnp_pci_dc": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584744744
    },
    "_module_pnp_pci_em": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584751760
    },
    "_module_pnp_pci_et": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584768112
    },
    "_module_pnp_pci_fxp": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584773112
    },
    "_module_pnp_pci_gem": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584774032
    },
    "_module_pnp_pci_iavf": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587141600
    },
    "_module_pnp_pci_ice": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587146944
    },
    "_module_pnp_pci_ida": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584777408
    },
    "_module_pnp_pci_igb": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584753744
    },
    "_module_pnp_pci_igc": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584779632
    },
    "_module_pnp_pci_ipw": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584781640
    },
    "_module_pnp_pci_iwm_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584806480
    },
    "_module_pnp_pci_iwn": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584813832
    },
    "_module_pnp_pci_ix_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584816752
    },
    "_module_pnp_pci_ixl": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587168880
    },
    "_module_pnp_pci_ixv_driver": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584817600
    },
    "_module_pnp_pci_lkpi_mlx4_pci_table": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585325696
    },
    "_module_pnp_pci_lkpi_mlx5_core_pci_table": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585348464
    },
    "_module_pnp_pci_mfi": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584849728
    },
    "_module_pnp_pci_mpr": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584862080
    },
    "_module_pnp_pci_mps": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584865216
    },
    "_module_pnp_pci_mvs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584878064
    },
    "_module_pnp_pci_oce": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584897936
    },
    "_module_pnp_pci_puc": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584930528
    },
    "_module_pnp_pci_ral": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584938928
    },
    "_module_pnp_pci_rl": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584942296
    },
    "_module_pnp_pci_rtwn": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584944352
    },
    "_module_pnp_pci_vmd": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071587186400
    },
    "_module_pnp_pci_vmx": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585111880
    },
    "_module_pnp_pci_xl": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585136424
    },
    "_module_pnp_uhub_aue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585052952
    },
    "_module_pnp_uhub_axe_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585053408
    },
    "_module_pnp_uhub_axge_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585053752
    },
    "_module_pnp_uhub_cdce_dual_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585054384
    },
    "_module_pnp_uhub_cdce_host_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585054352
    },
    "_module_pnp_uhub_cdce_switch_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585054320
    },
    "_module_pnp_uhub_cue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585054656
    },
    "_module_pnp_uhub_kue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585054928
    },
    "_module_pnp_uhub_mos_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585055288
    },
    "_module_pnp_uhub_rsu_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585057648
    },
    "_module_pnp_uhub_rtwn_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071584944552
    },
    "_module_pnp_uhub_rue_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585055768
    },
    "_module_pnp_uhub_rum_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585062728
    },
    "_module_pnp_uhub_run_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585067512
    },
    "_module_pnp_uhub_u3g_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585082232
    },
    "_module_pnp_uhub_uark_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585082592
    },
    "_module_pnp_uhub_uath_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585067920
    },
    "_module_pnp_uhub_udav_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585056216
    },
    "_module_pnp_uhub_ufoma_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585083168
    },
    "_module_pnp_uhub_uftdi_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585083680
    },
    "_module_pnp_uhub_uhid_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585086704
    },
    "_module_pnp_uhub_ukbd_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585106704
    },
    "_module_pnp_uhub_umass_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585050520
    },
    "_module_pnp_uhub_umct_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585084072
    },
    "_module_pnp_uhub_umodem_dual_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585084496
    },
    "_module_pnp_uhub_umodem_host_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585084528
    },
    "_module_pnp_uhub_upgt_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585068168
    },
    "_module_pnp_uhub_uplcom_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585084896
    },
    "_module_pnp_uhub_ural_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585070560
    },
    "_module_pnp_uhub_urtw_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585075248
    },
    "_module_pnp_uhub_uslcom_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585085112
    },
    "_module_pnp_uhub_uvisor_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585085440
    },
    "_module_pnp_uhub_uvscom_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585085832
    },
    "_module_pnp_uhub_zyd_devs": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585081264
    },
    "_module_pnp_virtio_mmio_virtio_balloon": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585110352
    },
    "_module_pnp_virtio_mmio_virtio_blk": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585110192
    },
    "_module_pnp_virtio_mmio_virtio_console": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585110992
    },
    "_module_pnp_virtio_mmio_virtio_scsi": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585110768
    },
    "_module_pnp_virtio_mmio_vtnet": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585109920
    },
    "_module_pnp_virtio_pci_virtio_balloon": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585110384
    },
    "_module_pnp_virtio_pci_virtio_blk": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585110224
    },
    "_module_pnp_virtio_pci_virtio_console": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585111024
    },
    "_module_pnp_virtio_pci_virtio_scsi": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585110800
    },
    "_module_pnp_virtio_pci_vtnet": {
      "type": {
        "kind": "struct",
        "name": "mod_pnp_match_info"
      },
      "address": 18446744071585109952
    },
    "_module_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579433248
    },
    "_mos_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417728
    },
    "_mos_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417740
    },
    "_mos_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417704
    },
    "_mos_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417716
    },
    "_mos_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609417480
    },
    "_move_all_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579151008
    },
    "_mpcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount_pcpu"
        }
      },
      "address": 0
    },
    "_mplen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_mpr_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608517168
    },
    "_mpr_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608517032
    },
    "_mps_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608521216
    },
    "_mps_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608521080
    },
    "_mpt_cam_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608524580
    },
    "_mpt_cam_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608524368
    },
    "_mpt_cam_depend_on_mpt_core": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608524568
    },
    "_mpt_cam_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608524564
    },
    "_mpt_core_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608524040
    },
    "_mpt_core_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608524176
    },
    "_mpt_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608524864
    },
    "_mpt_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608524728
    },
    "_mpt_raid_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608525024
    },
    "_mpt_raid_depend_on_mpt_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608525180
    },
    "_mpt_raid_depend_on_mpt_core": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608525168
    },
    "_mpt_raid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608525164
    },
    "_mpt_user_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608525368
    },
    "_mpt_user_depend_on_mpt_core": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608525700
    },
    "_mpt_user_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608525696
    },
    "_mpt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608524876
    },
    "_mrsas_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608526864
    },
    "_mrsas_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608526544
    },
    "_msdosfs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609534848
    },
    "_msdosfs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609535368
    },
    "_msk_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608527252
    },
    "_msk_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608527264
    },
    "_msk_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608527240
    },
    "_msk_mskc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608527592
    },
    "_mskc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608527328
    },
    "_mtx_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575444160
    },
    "_mtx_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575444032
    },
    "_mtx_lock_indefinite_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575442848
    },
    "_mtx_lock_spin_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575441664
    },
    "_mtx_trylock_flags_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575442688
    },
    "_mtx_trylock_flags_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575442544
    },
    "_mv88e151x_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608510496
    },
    "_mvs_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608528988
    },
    "_mvs_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608528528
    },
    "_mvs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608528984
    },
    "_mvsch_mvs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608528128
    },
    "_mvsch_sata_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608528264
    },
    "_mwl_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530280
    },
    "_mwl_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530268
    },
    "_mwl_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530572
    },
    "_mwl_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530528
    },
    "_mwl_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608530568
    },
    "_mwl_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570863216
    },
    "_mwl_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530128
    },
    "_mwl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608530264
    },
    "_mxge_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530868
    },
    "_mxge_depend_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530880
    },
    "_mxge_eth_z8e_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608651692
    },
    "_mxge_eth_z8e_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608531016
    },
    "_mxge_eth_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608651688
    },
    "_mxge_ethp_z8e_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608773196
    },
    "_mxge_ethp_z8e_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608651832
    },
    "_mxge_ethp_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608773192
    },
    "_mxge_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608530704
    },
    "_mxge_rss_eth_z8e_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608925296
    },
    "_mxge_rss_eth_z8e_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608773336
    },
    "_mxge_rss_eth_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608925292
    },
    "_mxge_rss_ethp_z8e_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609078316
    },
    "_mxge_rss_ethp_z8e_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608925432
    },
    "_mxge_rss_ethp_z8e_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609078312
    },
    "_nc_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "_ncp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache"
        }
      },
      "address": 0
    },
    "_nda_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608247872
    },
    "_nda_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608247676
    },
    "_ndp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nameidata"
        }
      },
      "address": 0
    },
    "_nehemiah_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610208296
    },
    "_nehemiah_depend_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610208364
    },
    "_nehemiah_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610208360
    },
    "_netdump_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609955988
    },
    "_netdump_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609955984
    },
    "_netgate_depend_on_nexus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609078584
    },
    "_netgate_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609078448
    },
    "_netgate_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609078596
    },
    "_netgraph_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609881432
    },
    "_netgraph_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609881224
    },
    "_netlink_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609988768
    },
    "_netlink_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609988808
    },
    "_netmap_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609080384
    },
    "_netmap_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609080424
    },
    "_netmap_mem_private_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571008576
    },
    "_netmap_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609080436
    },
    "_new_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_head"
        }
      },
      "address": 0
    },
    "_new_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "_new_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rwlock"
        }
      },
      "address": 0
    },
    "_new_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "user_nhop"
          }
        }
      },
      "address": 0
    },
    "_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifvlan"
        }
      },
      "address": 0
    },
    "_nexus_acpi_root_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610172376
    },
    "_nexus_root_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610169792
    },
    "_nfe_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610207452
    },
    "_nfe_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610207464
    },
    "_nfe_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610207440
    },
    "_nfe_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610207528
    },
    "_nfs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609550028
    },
    "_nfs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609550856
    },
    "_nfscl_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609551476
    },
    "_nfscl_depend_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609551528
    },
    "_nfscl_depend_on_nfscommon": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609551516
    },
    "_nfscl_depend_on_nfssvc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609551540
    },
    "_nfscl_depend_on_xdr": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609551552
    },
    "_nfscl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609551512
    },
    "_nfscommon_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609544608
    },
    "_nfscommon_depend_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609544664
    },
    "_nfscommon_depend_on_nfssvc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609544652
    },
    "_nfscommon_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609544648
    },
    "_nfsd_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609562976
    },
    "_nfsd_depend_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609563044
    },
    "_nfsd_depend_on_nfscommon": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609563020
    },
    "_nfsd_depend_on_nfslockd": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609563032
    },
    "_nfsd_depend_on_nfssvc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609563056
    },
    "_nfsd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609563016
    },
    "_nfslockd_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609998672
    },
    "_nfslockd_depend_on_krpc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609998876
    },
    "_nfslockd_depend_on_nfscommon": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609998888
    },
    "_nfslockd_depend_on_xdr": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609998864
    },
    "_nfslockd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609998900
    },
    "_nfssvc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609997456
    },
    "_nfssvc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609997648
    },
    "_ng_UI_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609878616
    },
    "_ng_UI_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609878784
    },
    "_ng_async_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609879056
    },
    "_ng_async_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609879224
    },
    "_ng_bpf_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609881744
    },
    "_ng_bpf_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609881912
    },
    "_ng_bridge_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609882192
    },
    "_ng_bridge_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609882360
    },
    "_ng_car_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609882480
    },
    "_ng_car_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609882848
    },
    "_ng_cisco_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609882960
    },
    "_ng_cisco_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609883128
    },
    "_ng_deflate_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609883440
    },
    "_ng_deflate_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609883612
    },
    "_ng_deflate_depend_on_zlib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609883624
    },
    "_ng_echo_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609883736
    },
    "_ng_echo_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609883904
    },
    "_ng_eiface_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609884112
    },
    "_ng_eiface_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609884280
    },
    "_ng_ether_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609884548
    },
    "_ng_ether_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609884712
    },
    "_ng_ether_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609884544
    },
    "_ng_framerelay_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609884864
    },
    "_ng_framerelay_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609885032
    },
    "_ng_hole_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609885144
    },
    "_ng_hole_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609885312
    },
    "_ng_iface_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609885904
    },
    "_ng_iface_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609886072
    },
    "_ng_ksocket_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609886432
    },
    "_ng_ksocket_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609886600
    },
    "_ng_l2tp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609886880
    },
    "_ng_l2tp_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609887048
    },
    "_ng_lmi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609887160
    },
    "_ng_lmi_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609887328
    },
    "_ng_mppc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609888088
    },
    "_ng_mppc_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609888256
    },
    "_ng_mppc_depend_on_rc4": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609888268
    },
    "_ng_one2many_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609888376
    },
    "_ng_one2many_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609888544
    },
    "_ng_pipe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609888976
    },
    "_ng_pipe_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609889144
    },
    "_ng_ppp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609889424
    },
    "_ng_ppp_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609889592
    },
    "_ng_pppoe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609890096
    },
    "_ng_pppoe_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609890268
    },
    "_ng_pptpgre_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609890720
    },
    "_ng_pptpgre_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609890888
    },
    "_ng_pred1_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609891168
    },
    "_ng_pred1_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609891336
    },
    "_ng_rfc1490_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609891448
    },
    "_ng_rfc1490_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609891616
    },
    "_ng_socket_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609892880
    },
    "_ng_socket_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609893048
    },
    "_ng_tcpmss_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609893784
    },
    "_ng_tcpmss_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609893952
    },
    "_ng_tee_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609894064
    },
    "_ng_tee_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609894232
    },
    "_ng_tty_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609894344
    },
    "_ng_tty_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609894576
    },
    "_ng_vjc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609894688
    },
    "_ng_vjc_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609894856
    },
    "_ng_vlan_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609894968
    },
    "_ng_vlan_depend_on_netgraph": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609895136
    },
    "_nge_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609084044
    },
    "_nge_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609084056
    },
    "_nge_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609084032
    },
    "_nge_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609084068
    },
    "_nl_empty_src": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_nl"
      },
      "address": 18446744071585312736
    },
    "_nl_get_thread_nlp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366992
    },
    "_nl_handlers": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nl_proto_handler"
        }
      },
      "address": 18446744071613142880
    },
    "_nl_modify_ifp_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578390048
    },
    "_nl_store_ifp_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578390448
    },
    "_nlmsg_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578384128
    },
    "_nlmsg_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578383808
    },
    "_nlmsg_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578383952
    },
    "_nlmsg_end_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578385056
    },
    "_nlmsg_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382816
    },
    "_nlmsg_get_chain_writer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382464
    },
    "_nlmsg_get_group_writer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382304
    },
    "_nlmsg_get_unicast_writer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382144
    },
    "_nlmsg_ignore_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382800
    },
    "_nlmsg_refill_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382976
    },
    "_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_node"
        }
      },
      "address": 0
    },
    "_nsgphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608510704
    },
    "_nsphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608510912
    },
    "_nsphyter_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608511120
    },
    "_null_auth": {
      "type": {
        "kind": "struct",
        "name": "opaque_auth"
      },
      "address": 18446744071613291960
    },
    "_null_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609084384
    },
    "_null_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609084976
    },
    "_nullfs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609564096
    },
    "_nvd_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609085528
    },
    "_nvd_depend_on_nvme": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609085544
    },
    "_nvd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609085540
    },
    "_nvme_ahci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609086024
    },
    "_nvme_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609085940
    },
    "_nvme_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609085896
    },
    "_nvme_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609086600
    },
    "_nvme_probe_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608248120
    },
    "_nvme_probe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608248032
    },
    "_nvme_qpair_submit_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571105760
    },
    "_nvme_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609085936
    },
    "_oce_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609087556
    },
    "_oce_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609087544
    },
    "_oce_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609087384
    },
    "_oce_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609087568
    },
    "_ocs_assert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571207776
    },
    "_ocs_els_io_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571458080
    },
    "_ocs_fc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609087856
    },
    "_ocs_fc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609087992
    },
    "_ocs_hw_assert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571254688
    },
    "_ocs_hw_io_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571267168
    },
    "_ocs_hw_verify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571299648
    },
    "_ocs_list_insert_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571553744
    },
    "_ocs_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571205248
    },
    "_ocs_scsi_io_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571527984
    },
    "_ocs_varray_iter_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571209328
    },
    "_ohci_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609402872
    },
    "_ohci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609402736
    },
    "_old_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "_orm_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610159856
    },
    "_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "_p4tcc_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610155208
    },
    "_pass_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608284808
    },
    "_pass_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608284384
    },
    "_pci_mlx4_pci_table_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610008536
    },
    "_pci_mlx4_pci_table_methods": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585325680
    },
    "_pci_mlx5_core_pci_table_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610013664
    },
    "_pci_mlx5_core_pci_table_methods": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585348448
    },
    "_pci_pcib_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609096336
    },
    "_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609096424
    },
    "_pcib_legacy_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610160392
    },
    "_pcib_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609098672
    },
    "_pcib_qpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610161112
    },
    "_pcibus_pnp_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610160528
    },
    "_pcm_giant": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_pdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pwddesc"
        }
      },
      "address": 0
    },
    "_pf_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609996760
    },
    "_pf_rules_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "_pf_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609996984
    },
    "_pflog_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609990224
    },
    "_pflog_depend_on_pf": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609990268
    },
    "_pflog_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609990264
    },
    "_pfsync_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609991312
    },
    "_pfsync_depend_on_pf": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609991356
    },
    "_pfsync_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609991352
    },
    "_pmap_unwire_ptp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581517968
    },
    "_pmp_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608247048
    },
    "_pmp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608246964
    },
    "_pnaphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608511328
    },
    "_pnphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452920
    },
    "_port_": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_powernow_cpu_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610155416
    },
    "_ppb_assert_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761216
    },
    "_ppbus_ppc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609100432
    },
    "_ppbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609100176
    },
    "_ppc_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609101288
    },
    "_ppc_depend_on_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609101192
    },
    "_ppc_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609101568
    },
    "_ppc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609101832
    },
    "_ppc_puc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609102040
    },
    "_ppi_depend_on_ppbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609101152
    },
    "_ppi_ppbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609100832
    },
    "_privcmd_depend_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609526064
    },
    "_privcmd_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609525712
    },
    "_probe_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608248696
    },
    "_probe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608248608
    },
    "_procfs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609565336
    },
    "_procfs_depend_on_pseudofs": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609565748
    },
    "_procfs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558960
    },
    "_procfs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558928
    },
    "_procfs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558992
    },
    "_procfs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609565744
    },
    "_pseudofs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609566128
    },
    "_pseudofs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609566168
    },
    "_psm_atkbdc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610091924
    },
    "_psm_depend_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610092240
    },
    "_psmcpnp_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610093200
    },
    "_psmcpnp_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610092252
    },
    "_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_pcid"
        }
      },
      "address": 0
    },
    "_puc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609102656
    },
    "_pvefirt_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609521888
    },
    "_pvefirt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609521928
    },
    "_pvscsi_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609458716
    },
    "_pvscsi_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609458704
    },
    "_pvscsi_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609458568
    },
    "_pwd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pwd"
        }
      },
      "address": 0
    },
    "_qla80xx_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610209036
    },
    "_qla80xx_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610209024
    },
    "_qla80xx_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610208888
    },
    "_qpi_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610161024
    },
    "_qsphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608511536
    },
    "_r": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cap_rights_t"
        }
      },
      "address": 0
    },
    "_ral_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103188
    },
    "_ral_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103176
    },
    "_ral_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103200
    },
    "_ral_depend_on_wlan_amrr": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103212
    },
    "_ral_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103240
    },
    "_ram_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610169880
    },
    "_random_device_depend_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609106036
    },
    "_random_device_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609105808
    },
    "_random_device_depend_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609106048
    },
    "_random_device_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609106032
    },
    "_random_harvestq_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609105656
    },
    "_rc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_rc4_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608315136
    },
    "_rc4_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608315176
    },
    "_rdcphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608511744
    },
    "_rdrand_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610208096
    },
    "_rdrand_depend_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610208164
    },
    "_rdrand_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610208160
    },
    "_re_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107204
    },
    "_re_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107216
    },
    "_re_depend_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107296
    },
    "_re_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107192
    },
    "_re_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107308
    },
    "_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_retval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_retval_crit": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "_rgephy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608511952
    },
    "_rib_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "_rightsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cap_rights_t"
        }
      },
      "address": 0
    },
    "_rl_cardbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609108040
    },
    "_rl_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107884
    },
    "_rl_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107896
    },
    "_rl_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107872
    },
    "_rl_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609107908
    },
    "_rlim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "_rlphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608512160
    },
    "_rm_rlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575558560
    },
    "_rm_rlock_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575561920
    },
    "_rm_rlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575558736
    },
    "_rm_runlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575559728
    },
    "_rm_runlock_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575561936
    },
    "_rm_unlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575559824
    },
    "_rm_wlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575560256
    },
    "_rm_wlock_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575561792
    },
    "_rm_wunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575561680
    },
    "_rm_wunlock_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575561808
    },
    "_rmc_getq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576761456
    },
    "_rndtest_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609108772
    },
    "_rndtest_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609108808
    },
    "_rnh_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "_rootbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609732704
    },
    "_rpc_copym_into_ext_pgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579649152
    },
    "_rpctypelist": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "_rpcnettype"
        }
      },
      "address": 18446744071585396000
    },
    "_rsu_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419816
    },
    "_rsu_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419804
    },
    "_rsu_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419792
    },
    "_rsu_rtl8712fw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419996
    },
    "_rsu_rtl8712fw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419952
    },
    "_rsu_rtl8712fw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609419992
    },
    "_rsu_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419660
    },
    "_rsu_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609419828
    },
    "_rt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mf6c"
        }
      },
      "address": 0
    },
    "_rt2561_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103540
    },
    "_rt2561_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103496
    },
    "_rt2561_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609103536
    },
    "_rt2561s_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103716
    },
    "_rt2561s_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103672
    },
    "_rt2561s_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609103712
    },
    "_rt2661_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103892
    },
    "_rt2661_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609103848
    },
    "_rt2661_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609103888
    },
    "_rt2860_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609104068
    },
    "_rt2860_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609104024
    },
    "_rt2860_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609104064
    },
    "_rtwn_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109064
    },
    "_rtwn_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109052
    },
    "_rtwn_pci_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109412
    },
    "_rtwn_pci_depend_on_rtwn": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109436
    },
    "_rtwn_pci_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109424
    },
    "_rtwn_pci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109272
    },
    "_rtwn_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609109408
    },
    "_rtwn_rtl8188eefw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110060
    },
    "_rtwn_rtl8188eefw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110016
    },
    "_rtwn_rtl8188eefw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609110056
    },
    "_rtwn_rtl8188eufw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110236
    },
    "_rtwn_rtl8188eufw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110192
    },
    "_rtwn_rtl8188eufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609110232
    },
    "_rtwn_rtl8192cfwE_B_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110588
    },
    "_rtwn_rtl8192cfwE_B_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110544
    },
    "_rtwn_rtl8192cfwE_B_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609110584
    },
    "_rtwn_rtl8192cfwE_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110412
    },
    "_rtwn_rtl8192cfwE_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110368
    },
    "_rtwn_rtl8192cfwE_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609110408
    },
    "_rtwn_rtl8192cfwT_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110764
    },
    "_rtwn_rtl8192cfwT_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110720
    },
    "_rtwn_rtl8192cfwT_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609110760
    },
    "_rtwn_rtl8192cfwU_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110940
    },
    "_rtwn_rtl8192cfwU_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609110896
    },
    "_rtwn_rtl8192cfwU_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609110936
    },
    "_rtwn_rtl8192eufw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609111116
    },
    "_rtwn_rtl8192eufw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609111072
    },
    "_rtwn_rtl8192eufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609111112
    },
    "_rtwn_rtl8812aufw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609111292
    },
    "_rtwn_rtl8812aufw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609111248
    },
    "_rtwn_rtl8812aufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609111288
    },
    "_rtwn_rtl8821aufw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609111468
    },
    "_rtwn_rtl8821aufw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609111424
    },
    "_rtwn_rtl8821aufw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609111464
    },
    "_rtwn_usb_depend_on_rtwn": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109804
    },
    "_rtwn_usb_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109780
    },
    "_rtwn_usb_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109792
    },
    "_rtwn_usb_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609109640
    },
    "_rtwn_usb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609109776
    },
    "_rtwn_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609109048
    },
    "_rue_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418288
    },
    "_rue_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418300
    },
    "_rue_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418264
    },
    "_rue_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418276
    },
    "_rue_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418040
    },
    "_rue_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609418312
    },
    "_ruephy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418960
    },
    "_rum_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609420324
    },
    "_rum_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609420312
    },
    "_rum_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609420176
    },
    "_rum_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609420336
    },
    "_run_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609420864
    },
    "_run_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609420852
    },
    "_run_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609420840
    },
    "_run_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609420704
    },
    "_run_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609420876
    },
    "_runfw_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609421044
    },
    "_runfw_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609421000
    },
    "_runfw_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609421040
    },
    "_rw_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564368
    },
    "_rw_init_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564256
    },
    "_rw_runlock_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569040
    },
    "_rw_runlock_cookie_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575568656
    },
    "_rw_wlock_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564560
    },
    "_rw_wowned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564512
    },
    "_rw_wunlock_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575566672
    },
    "_rxq_refill_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577022096
    },
    "_sa_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608286800
    },
    "_sa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608285600
    },
    "_sbp_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608466220
    },
    "_sbp_depend_on_firewire": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608466208
    },
    "_sbp_firewire_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608466064
    },
    "_sbp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608466204
    },
    "_sc_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610214632
    },
    "_scrndr_vga_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610213600
    },
    "_scterm_dumb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609233784
    },
    "_scterm_sc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609234040
    },
    "_scterm_scteken_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609234296
    },
    "_sdhci_acpi_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609112544
    },
    "_sdhci_acpi_depend_on_mmc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609112832
    },
    "_sdhci_acpi_depend_on_sdhci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609112736
    },
    "_sdhci_pci_depend_on_mmc": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113384
    },
    "_sdhci_pci_depend_on_sdhci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113288
    },
    "_sdhci_pci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113156
    },
    "_sdhci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609111952
    },
    "_secas_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "_sema_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569888
    },
    "_sema_timedwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575570208
    },
    "_sema_trywait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575570448
    },
    "_sema_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575570032
    },
    "_seterr_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579650496
    },
    "_setquota": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580047360
    },
    "_setuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580048080
    },
    "_sge_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113628
    },
    "_sge_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113640
    },
    "_sge_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113616
    },
    "_sge_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609113652
    },
    "_sglist_append_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575966880
    },
    "_shell_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609618776
    },
    "_shft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_siis_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114364
    },
    "_siis_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114224
    },
    "_siis_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609114360
    },
    "_siisch_siis_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114376
    },
    "_sis_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114740
    },
    "_sis_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114752
    },
    "_sis_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114728
    },
    "_sis_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609114764
    },
    "_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_sk_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609115348
    },
    "_sk_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609115360
    },
    "_sk_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609115336
    },
    "_sk_skc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609115620
    },
    "_skc_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609115392
    },
    "_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575637056
    },
    "_sli_queue_poke": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571371328
    },
    "_sli_queue_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571369424
    },
    "_smartpqi_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610212184
    },
    "_smartpqi_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610212048
    },
    "_smbios_depend_on_efirt": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609116096
    },
    "_smbios_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609115960
    },
    "_smbios_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609116108
    },
    "_smcphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608512368
    },
    "_smscphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608512576
    },
    "_snd_cmi_depend_on_midi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609116560
    },
    "_snd_cmi_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609116548
    },
    "_snd_cmi_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609116272
    },
    "_snd_cmi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609116572
    },
    "_snd_csa_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609172776
    },
    "_snd_csa_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609172640
    },
    "_snd_csa_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609172788
    },
    "_snd_csapcm_csa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609172944
    },
    "_snd_csapcm_depend_on_snd_csa": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609173292
    },
    "_snd_csapcm_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609173280
    },
    "_snd_csapcm_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609173304
    },
    "_snd_emu10kx_midi_depend_on_snd_emu10kx": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609177056
    },
    "_snd_emu10kx_midi_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609177068
    },
    "_snd_emu10kx_midi_emu10kx_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609176872
    },
    "_snd_emu10kx_midi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609177080
    },
    "_snd_emu10kx_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609173408
    },
    "_snd_emu10kx_pcm_depend_on_snd_emu10kx": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609176696
    },
    "_snd_emu10kx_pcm_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609176708
    },
    "_snd_emu10kx_pcm_emu10kx_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609176032
    },
    "_snd_emu10kx_pcm_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609176720
    },
    "_snd_emu10kx_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609175872
    },
    "_snd_es137x_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609177556
    },
    "_snd_es137x_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609177208
    },
    "_snd_es137x_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609177568
    },
    "_snd_hda_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609179272
    },
    "_snd_hda_hdac_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609187400
    },
    "_snd_hda_hdacc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609178896
    },
    "_snd_hda_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609186712
    },
    "_snd_hda_pcm_hdaa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609179040
    },
    "_snd_hda_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609179284
    },
    "_snd_ich_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609177984
    },
    "_snd_ich_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609177696
    },
    "_snd_ich_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609177996
    },
    "_snd_via8233_depend_on_sound": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609178516
    },
    "_snd_via8233_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609178120
    },
    "_snd_via8233_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609178528
    },
    "_sound_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609227812
    },
    "_sound_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609227848
    },
    "_speaker_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610212608
    },
    "_splash_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608460640
    },
    "_spv_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571218304
    },
    "_start_ctors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608205312
    },
    "_ste_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232108
    },
    "_ste_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232120
    },
    "_ste_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232096
    },
    "_ste_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232132
    },
    "_stge_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232580
    },
    "_stge_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232592
    },
    "_stge_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232568
    },
    "_stge_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609232604
    },
    "_stop_ctors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608205312
    },
    "_stopbitstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "_storvsc_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610128300
    },
    "_storvsc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610128296
    },
    "_storvsc_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610128088
    },
    "_svcauth_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579666720
    },
    "_svcauth_rpcsec_gss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613291984
    },
    "_svcauth_rpcsec_gss_getcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613291992
    },
    "_svcauth_rpcsec_tls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579687568
    },
    "_svcauth_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579667616
    },
    "_svcauth_unix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579667184
    },
    "_swap_tmp": {
      "type": {
        "kind": "struct",
        "name": "mlx4_resource"
      },
      "address": 0
    },
    "_sx_slock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575636304
    },
    "_sx_slock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575634688
    },
    "_sx_slock_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575634608
    },
    "_sx_sunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575636800
    },
    "_sx_sunlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575636464
    },
    "_sx_sunlock_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575636384
    },
    "_sx_xlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575631280
    },
    "_sx_xlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575631376
    },
    "_sx_xunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575633712
    },
    "_sx_xunlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575634320
    },
    "_sym_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609233536
    },
    "_sym_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609233548
    },
    "_sym_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609233024
    },
    "_sysresource_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610170016
    },
    "_sysvmsg_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609761648
    },
    "_sysvmsg_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609762496
    },
    "_sysvsem_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609764272
    },
    "_sysvsem_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609764968
    },
    "_sysvshm_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609766516
    },
    "_sysvshm_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609767360
    },
    "_t": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry_vm_lowmem"
        }
      },
      "address": 0
    },
    "_t4fw_cfg_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608451780
    },
    "_t4fw_cfg_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608451736
    },
    "_t4fw_cfg_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608451776
    },
    "_t4iov_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608432960
    },
    "_t4iov_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608433096
    },
    "_t4nex_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445644
    },
    "_t4nex_depend_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445656
    },
    "_t4nex_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445320
    },
    "_t4nex_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608445640
    },
    "_t5fw_cfg_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608451956
    },
    "_t5fw_cfg_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608451912
    },
    "_t5fw_cfg_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608451952
    },
    "_t5iov_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608433100
    },
    "_t5iov_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608433232
    },
    "_t5nex_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445804
    },
    "_t5nex_depend_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445816
    },
    "_t5nex_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445668
    },
    "_t5nex_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608445800
    },
    "_t6fw_cfg_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452132
    },
    "_t6fw_cfg_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608452088
    },
    "_t6fw_cfg_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608452128
    },
    "_t6iov_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608433236
    },
    "_t6iov_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608433368
    },
    "_t6nex_depend_on_crypto": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445964
    },
    "_t6nex_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445976
    },
    "_t6nex_depend_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445988
    },
    "_t6nex_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608445828
    },
    "_t6nex_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608445960
    },
    "_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "_task_fn_admin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576994432
    },
    "_task_fn_iov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577010304
    },
    "_task_fn_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577008720
    },
    "_task_fn_rx_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577039856
    },
    "_task_fn_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577008320
    },
    "_taskqueue_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993600
    },
    "_taskqueue_start_threads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576001280
    },
    "_tcp_log_dev_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609236336
    },
    "_tcp_log_dev_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609236560
    },
    "_tcpmd5_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609985816
    },
    "_tcpmd5_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609985928
    },
    "_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "_tdkphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608512784
    },
    "_test": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_thread_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575442960
    },
    "_ti_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609393468
    },
    "_ti_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609393456
    },
    "_ti_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609236720
    },
    "_tid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_timeout_task_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993504
    },
    "_tls_null_auth": {
      "type": {
        "kind": "struct",
        "name": "opaque_auth"
      },
      "address": 18446744071613292216
    },
    "_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "_tmpfs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609570744
    },
    "_touch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "_tr_align": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576716576
    },
    "_tr_flush_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576716432
    },
    "_tr_flush_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576716912
    },
    "_tr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576715408
    },
    "_tr_stored_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576716064
    },
    "_tr_tally": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576722384
    },
    "_truephy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608512992
    },
    "_ts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "_tv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "_tws_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609394144
    },
    "_tws_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609394156
    },
    "_tws_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609393824
    },
    "_u": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_u3g_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434008
    },
    "_u3g_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434020
    },
    "_u3g_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609433872
    },
    "_u3g_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609434032
    },
    "_uark_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434368
    },
    "_uark_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434380
    },
    "_uark_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434232
    },
    "_uark_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609434392
    },
    "_uart_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609398064
    },
    "_uart_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609398304
    },
    "_uart_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609399896
    },
    "_uart_puc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609400104
    },
    "_uath_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609421708
    },
    "_uath_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609421696
    },
    "_uath_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609421560
    },
    "_uath_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609421720
    },
    "_uc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtxq_chain"
        }
      },
      "address": 0
    },
    "_ucode32sel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613479252
    },
    "_ucodesel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613479244
    },
    "_ucom_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609438956
    },
    "_ucom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609438968
    },
    "_udatasel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613479248
    },
    "_udav_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418856
    },
    "_udav_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418868
    },
    "_udav_depend_on_uether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418832
    },
    "_udav_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418844
    },
    "_udav_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609418608
    },
    "_udav_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609418880
    },
    "_uether_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419376
    },
    "_uether_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419364
    },
    "_uether_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609419352
    },
    "_uether_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609419416
    },
    "_ufoma_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434728
    },
    "_ufoma_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434740
    },
    "_ufoma_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609434592
    },
    "_ufoma_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609434752
    },
    "_ufs_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610057680
    },
    "_ufs_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610057800
    },
    "_ufssel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613479256
    },
    "_uftdi_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609435316
    },
    "_uftdi_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609435328
    },
    "_uftdi_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609435176
    },
    "_uftdi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609435340
    },
    "_ugssel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613479260
    },
    "_uhci_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609403120
    },
    "_uhci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609402984
    },
    "_uhid_depend_on_hid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609439572
    },
    "_uhid_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609439560
    },
    "_uhid_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609439272
    },
    "_uhid_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609439584
    },
    "_uhub_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609409184
    },
    "_uhub_usbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609409100
    },
    "_uhub_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609409272
    },
    "_uinput_depend_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608459668
    },
    "_uinput_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608459360
    },
    "_uinput_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608459664
    },
    "_ukbd_depend_on_evdev": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609440136
    },
    "_ukbd_depend_on_hid": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609440124
    },
    "_ukbd_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609440112
    },
    "_ukbd_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609439976
    },
    "_ukbd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609440148
    },
    "_ukphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608513200
    },
    "_umass_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609406860
    },
    "_umass_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609406848
    },
    "_umass_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405944
    },
    "_umass_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609406872
    },
    "_umct_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609435672
    },
    "_umct_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609435684
    },
    "_umct_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609435536
    },
    "_umct_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609435696
    },
    "_umodem_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609436056
    },
    "_umodem_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609436068
    },
    "_umodem_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609435920
    },
    "_umodem_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609436080
    },
    "_uplcom_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609436560
    },
    "_uplcom_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609436572
    },
    "_uplcom_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609436280
    },
    "_uplcom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609436584
    },
    "_ural_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422512
    },
    "_ural_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422524
    },
    "_ural_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422376
    },
    "_ural_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609422536
    },
    "_urtw_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609423084
    },
    "_urtw_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609423072
    },
    "_urtw_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609422940
    },
    "_urtw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609423096
    },
    "_usb_linux_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610004448
    },
    "_usb_linux_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610004584
    },
    "_usb_quirk_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609440256
    },
    "_usb_quirk_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609440268
    },
    "_usb_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609407224
    },
    "_usbus_dwcotg_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405600
    },
    "_usbus_ehci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405160
    },
    "_usbus_musbotg_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405336
    },
    "_usbus_octusb_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405512
    },
    "_usbus_ohci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609404936
    },
    "_usbus_saf1761otg_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405688
    },
    "_usbus_uhci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405072
    },
    "_usbus_uss820dci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405424
    },
    "_usbus_xhci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609405248
    },
    "_uslcom_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437064
    },
    "_uslcom_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437076
    },
    "_uslcom_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609436784
    },
    "_uslcom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609437088
    },
    "_uvisor_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437424
    },
    "_uvisor_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437436
    },
    "_uvisor_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437288
    },
    "_uvisor_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609437448
    },
    "_uvscom_depend_on_ucom": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437784
    },
    "_uvscom_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437796
    },
    "_uvscom_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609437648
    },
    "_uvscom_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609437808
    },
    "_v": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_value": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_var_err__": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "_vcc_cc_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608446684
    },
    "_vcc_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608446816
    },
    "_vcxgbe_cxgbe_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608446412
    },
    "_vcxgbe_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608446544
    },
    "_vcxl_cxl_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608446548
    },
    "_vcxl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608446680
    },
    "_vemgenc_depend_on_random_harvestq": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609457052
    },
    "_vga_isa_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610214936
    },
    "_vgapci_depend_on_x86bios": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609099704
    },
    "_vgapci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609099568
    },
    "_vgapm_vgapci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610215072
    },
    "_vge_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609449740
    },
    "_vge_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609449752
    },
    "_vge_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609449728
    },
    "_vge_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609449784
    },
    "_virtio_balloon_depend_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609455404
    },
    "_virtio_balloon_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609455400
    },
    "_virtio_balloon_virtio_mmio_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609455104
    },
    "_virtio_balloon_virtio_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609455312
    },
    "_virtio_blk_depend_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609454844
    },
    "_virtio_blk_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609454840
    },
    "_virtio_blk_virtio_mmio_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609454388
    },
    "_virtio_blk_virtio_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609454752
    },
    "_virtio_console_depend_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609456748
    },
    "_virtio_console_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609456744
    },
    "_virtio_console_virtio_mmio_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609456320
    },
    "_virtio_console_virtio_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609456656
    },
    "_virtio_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609450104
    },
    "_virtio_pci_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609451196
    },
    "_virtio_pci_depend_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609451208
    },
    "_virtio_pci_legacy_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609451480
    },
    "_virtio_pci_modern_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609451728
    },
    "_virtio_pci_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609451192
    },
    "_virtio_scsi_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609456056
    },
    "_virtio_scsi_depend_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609456044
    },
    "_virtio_scsi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609456040
    },
    "_virtio_scsi_virtio_mmio_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609455732
    },
    "_virtio_scsi_virtio_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609455952
    },
    "_virtio_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609450144
    },
    "_vm_map_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580167008
    },
    "_vm_map_lock_downgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168272
    },
    "_vm_map_lock_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580167744
    },
    "_vm_map_lock_upgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168064
    },
    "_vm_map_trylock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580167904
    },
    "_vm_map_trylock_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168000
    },
    "_vm_map_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580167472
    },
    "_vm_map_unlock_and_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168384
    },
    "_vm_map_unlock_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580167824
    },
    "_vm_object_in_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238080
    },
    "_vm_page_busy_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244208
    },
    "_vmbus_acpi_syscontainer_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610131408
    },
    "_vmbus_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610131496
    },
    "_vmbus_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610131508
    },
    "_vmbus_pcib_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610131276
    },
    "_vmbus_pcib_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610123804
    },
    "_vmbus_pcib_depend_on_vmbus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610123792
    },
    "_vmbus_pcib_vmbus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610123704
    },
    "_vmbus_res_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610131984
    },
    "_vmbus_res_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610132120
    },
    "_vmbus_res_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610132132
    },
    "_vmbus_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610131520
    },
    "_vmd_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610214472
    },
    "_vmgenc_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609456888
    },
    "_vmgenc_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609457040
    },
    "_vmx_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609457984
    },
    "_vmx_depend_on_iflib": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609457996
    },
    "_vmx_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609457972
    },
    "_vmx_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609457360
    },
    "_vmx_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609457968
    },
    "_vn_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576624752
    },
    "_vn_lock_fallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576629808
    },
    "_vp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "_vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575936192
    },
    "_vr_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609458956
    },
    "_vr_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609458968
    },
    "_vr_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609458944
    },
    "_vr_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609458980
    },
    "_vscphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608513408
    },
    "_vte_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609515204
    },
    "_vte_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609515216
    },
    "_vte_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609515192
    },
    "_vte_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609515252
    },
    "_vtnet_depend_on_netmap": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609454040
    },
    "_vtnet_depend_on_virtio": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609454028
    },
    "_vtnet_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609454024
    },
    "_vtnet_virtio_mmio_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609453384
    },
    "_vtnet_virtio_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609453936
    },
    "_vtvga_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609503440
    },
    "_watchdog_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609515884
    },
    "_which": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "_wlan_amrr_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609849872
    },
    "_wlan_amrr_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609849916
    },
    "_wlan_amrr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609849912
    },
    "_wlan_ccmp_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609850216
    },
    "_wlan_ccmp_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609850260
    },
    "_wlan_ccmp_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609850256
    },
    "_wlan_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609851956
    },
    "_wlan_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609851880
    },
    "_wlan_ratectl_none_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609877640
    },
    "_wlan_ratectl_none_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609877684
    },
    "_wlan_ratectl_none_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609877680
    },
    "_wlan_rssadapt_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609877816
    },
    "_wlan_rssadapt_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609877860
    },
    "_wlan_rssadapt_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609877856
    },
    "_wlan_sta_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609877992
    },
    "_wlan_sta_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609878036
    },
    "_wlan_sta_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609878032
    },
    "_wlan_tkip_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609850392
    },
    "_wlan_tkip_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609850436
    },
    "_wlan_tkip_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609850432
    },
    "_wlan_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609851952
    },
    "_wlan_wep_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609850568
    },
    "_wlan_wep_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609850612
    },
    "_wlan_wep_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609850608
    },
    "_wlan_wlan_acl_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609848928
    },
    "_wlan_wlan_acl_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609848972
    },
    "_wlan_wlan_acl_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609848968
    },
    "_wlan_xauth_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609878464
    },
    "_wlan_xauth_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609878508
    },
    "_wlan_xauth_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609878504
    },
    "_wpi_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609516436
    },
    "_wpi_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609516412
    },
    "_wpi_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609516424
    },
    "_wpi_fw_depend_on_firmware": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609516612
    },
    "_wpi_fw_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609516568
    },
    "_wpi_fw_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609516608
    },
    "_wpi_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609516272
    },
    "_wpi_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609516408
    },
    "_x": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "_x86bios_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610217112
    },
    "_x86bios_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610217152
    },
    "_xbbd_xenbusb_back_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609519984
    },
    "_xbd_xenbusb_front_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609518308
    },
    "_xc_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609520820
    },
    "_xctrl_xenstore_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609521200
    },
    "_xdr_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610085232
    },
    "_xdr_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071610085272
    },
    "_xe_xenbusb_front_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609522768
    },
    "_xen_cpu_acpi_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609521624
    },
    "_xen_cpu_depend_on_acpi": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609521776
    },
    "_xenballoon_xenstore_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609517744
    },
    "_xenbusb_back_xenstore_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610084840
    },
    "_xenbusb_front_xenstore_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071610084632
    },
    "_xendebug_depend_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527208
    },
    "_xendebug_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527072
    },
    "_xenpci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609523224
    },
    "_xenpv_nexus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609520320
    },
    "_xenstore_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609523976
    },
    "_xentimer_depend_on_xenpv": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609523136
    },
    "_xentimer_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609523000
    },
    "_xhci_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609403880
    },
    "_xhci_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609403792
    },
    "_xl_depend_on_ether": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527476
    },
    "_xl_depend_on_miibus": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527488
    },
    "_xl_depend_on_pci": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527464
    },
    "_xl_pci_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527500
    },
    "_xlphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609527792
    },
    "_xmphy_miibus_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608513616
    },
    "_xnb_xenbusb_back_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609522464
    },
    "_xpt_depend_on_cam": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608245720
    },
    "_xpt_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608245448
    },
    "_xs_dev_xenstore_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609524376
    },
    "_xsd_dev_xenpv_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609524768
    },
    "_xz_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071608314832
    },
    "_xz_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071608314872
    },
    "_y": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "_zlib_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609817088
    },
    "_zlib_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609817128
    },
    "_zyd_depend_on_usb": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609433648
    },
    "_zyd_depend_on_wlan": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609433660
    },
    "_zyd_uhub_depend_on_kernel": {
      "type": {
        "kind": "struct",
        "name": "mod_depend"
      },
      "address": 18446744071609433512
    },
    "_zyd_version": {
      "type": {
        "kind": "struct",
        "name": "mod_version"
      },
      "address": 18446744071609433672
    },
    "a": {
      "type": {
        "kind": "struct",
        "name": "vop_getattr_args"
      },
      "address": 0
    },
    "a0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a0_dmfs_hw_steering": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821388
    },
    "a0_dmfs_query_hw_steering": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821388
    },
    "a1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a10": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a11": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a64base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "a64pkru": {
      "type": {
        "kind": "struct",
        "name": "amd64_set_pkru"
      },
      "address": 0
    },
    "a64xfpu": {
      "type": {
        "kind": "struct",
        "name": "amd64_get_xfpustate"
      },
      "address": 0
    },
    "a7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "a9": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "aFrames_uptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "aModeRefSel": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "a_Byte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "a_cp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "a_failure": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "a_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "a_iocfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "a_mode_ref_sel": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "a_pct": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "a_pg_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "a_port_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aa": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aac_add_container": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567107232
    },
    "aac_add_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567094976
    },
    "aac_alloc_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567101072
    },
    "aac_alloc_commands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567143120
    },
    "aac_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567085664
    },
    "aac_battery_platform": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aac_code_lookup"
        }
      },
      "address": 0
    },
    "aac_bio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567108576
    },
    "aac_biodone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567111632
    },
    "aac_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aac_cam_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567145152
    },
    "aac_cam_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567144352
    },
    "aac_cam_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567149360
    },
    "aac_cam_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567144928
    },
    "aac_cam_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567149184
    },
    "aac_cam_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567147728
    },
    "aac_cam_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567144336
    },
    "aac_cam_rescan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567147744
    },
    "aac_cdevpriv_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567142672
    },
    "aac_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608322528
    },
    "aac_check_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567122144
    },
    "aac_close_aif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567142688
    },
    "aac_command_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567125264
    },
    "aac_common_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567143104
    },
    "aac_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567089648
    },
    "aac_container_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567149280
    },
    "aac_container_special_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567147936
    },
    "aac_container_types": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aac_code_lookup"
        }
      },
      "address": 18446744071584105504
    },
    "aac_convert_sgraw2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567136512
    },
    "aac_cpu_variant": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aac_code_lookup"
        }
      },
      "address": 0
    },
    "aac_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567130112
    },
    "aac_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aac_describe_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567090304
    },
    "aac_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567095696
    },
    "aac_disk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aac_disk_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567111712
    },
    "aac_disk_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567112288
    },
    "aac_disk_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567112160
    },
    "aac_disk_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608323408
    },
    "aac_disk_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567112576
    },
    "aac_disk_dump.dump_datamap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610617104
    },
    "aac_disk_dump.first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610617112
    },
    "aac_disk_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584106128
    },
    "aac_disk_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567112208
    },
    "aac_disk_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567111696
    },
    "aac_disk_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567112320
    },
    "aac_dump_map_sg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567113248
    },
    "aac_dump_map_sg64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567113328
    },
    "aac_enable_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608323760
    },
    "aac_family_identifiers": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aac_ident"
        }
      },
      "address": 18446744071584108480
    },
    "aac_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567099536
    },
    "aac_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567151984
    },
    "aac_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567095056
    },
    "aac_get_bus_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567128688
    },
    "aac_get_container_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567127744
    },
    "aac_handle_aif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567097360
    },
    "aac_identifiers": {
      "type": {
        "count": 91,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aac_ident"
        }
      },
      "address": 18446744071584106288
    },
    "aac_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567123824
    },
    "aac_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567137264
    },
    "aac_ioctl_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567142944
    },
    "aac_map_command_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567143984
    },
    "aac_map_command_sg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567099664
    },
    "aac_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584106192
    },
    "aac_new_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567096608
    },
    "aac_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567137216
    },
    "aac_pass_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608323064
    },
    "aac_pass_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584106064
    },
    "aac_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aac_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567113536
    },
    "aac_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608323848
    },
    "aac_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608323800
    },
    "aac_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608323776
    },
    "aac_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567113472
    },
    "aac_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608323616
    },
    "aac_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567142432
    },
    "aac_qinfo": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e9fbe90550a0233e"
        }
      },
      "address": 18446744071584105840
    },
    "aac_release_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567101344
    },
    "aac_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567096560
    },
    "aac_return_aif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567106608
    },
    "aac_rkt_clear_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084976
    },
    "aac_rkt_get_fwstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084864
    },
    "aac_rkt_get_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084944
    },
    "aac_rkt_get_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567085152
    },
    "aac_rkt_get_outb_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567085600
    },
    "aac_rkt_interface": {
      "type": {
        "kind": "struct",
        "name": "aac_interface"
      },
      "address": 18446744071584105424
    },
    "aac_rkt_qnotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084912
    },
    "aac_rkt_send_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567085296
    },
    "aac_rkt_set_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567085184
    },
    "aac_rkt_set_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567085008
    },
    "aac_rkt_set_outb_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567085632
    },
    "aac_rx_clear_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084192
    },
    "aac_rx_get_fwstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084080
    },
    "aac_rx_get_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084160
    },
    "aac_rx_get_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084352
    },
    "aac_rx_get_outb_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084800
    },
    "aac_rx_interface": {
      "type": {
        "kind": "struct",
        "name": "aac_interface"
      },
      "address": 18446744071584105344
    },
    "aac_rx_qnotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084128
    },
    "aac_rx_send_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084496
    },
    "aac_rx_set_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084384
    },
    "aac_rx_set_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084224
    },
    "aac_rx_set_outb_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084832
    },
    "aac_sa_clear_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083792
    },
    "aac_sa_get_fwstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083680
    },
    "aac_sa_get_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083744
    },
    "aac_sa_get_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083968
    },
    "aac_sa_interface": {
      "type": {
        "kind": "struct",
        "name": "aac_interface"
      },
      "address": 18446744071584105264
    },
    "aac_sa_qnotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083712
    },
    "aac_sa_set_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567084000
    },
    "aac_sa_set_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083824
    },
    "aac_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567092784
    },
    "aac_src_access_devreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115552
    },
    "aac_src_clear_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115312
    },
    "aac_src_get_fwstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115168
    },
    "aac_src_get_istatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115232
    },
    "aac_src_get_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115520
    },
    "aac_src_get_outb_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567116800
    },
    "aac_src_qnotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115200
    },
    "aac_src_send_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567116224
    },
    "aac_src_set_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115376
    },
    "aac_src_set_outb_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567116816
    },
    "aac_srcv_get_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567116976
    },
    "aac_srcv_set_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567116832
    },
    "aac_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567098544
    },
    "aac_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567091456
    },
    "aac_submit_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567100992
    },
    "aac_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567096528
    },
    "aac_sync_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567096272
    },
    "aac_wait_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567106416
    },
    "aacch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115136
    },
    "aacch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567115152
    },
    "aacch_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608323992
    },
    "aacch_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584108560
    },
    "aacch_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608323944
    },
    "aacch_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608323920
    },
    "aacch_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608323712
    },
    "aacch_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567114912
    },
    "aacd_aac_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608323360
    },
    "aacd_aac_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608323336
    },
    "aacd_aacmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608323296
    },
    "aacp_aac_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608323016
    },
    "aacp_aac_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608322992
    },
    "aacp_aacmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608322880
    },
    "aacraid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aacraid_add_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567130288
    },
    "aacraid_alloc_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567134784
    },
    "aacraid_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567117008
    },
    "aacraid_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aacraid_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608324480
    },
    "aacraid_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aacraid_debug_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071584110864
    },
    "aacraid_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567131024
    },
    "aacraid_family_identifiers": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aac_ident"
        }
      },
      "address": 18446744071608325088
    },
    "aacraid_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567130368
    },
    "aacraid_fw_print_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567150736
    },
    "aacraid_fw_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567150048
    },
    "aacraid_get_fw_debug_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567149792
    },
    "aacraid_map_command_sg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567134960
    },
    "aacraid_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584110880
    },
    "aacraid_new_intr_type1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567131520
    },
    "aacraid_pass_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608325016
    },
    "aacraid_pass_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584110800
    },
    "aacraid_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aacraid_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567151328
    },
    "aacraid_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608325392
    },
    "aacraid_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608325344
    },
    "aacraid_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608325320
    },
    "aacraid_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567151264
    },
    "aacraid_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608325232
    },
    "aacraid_release_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567134240
    },
    "aacraid_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567131488
    },
    "aacraid_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567127312
    },
    "aacraid_src_interface": {
      "type": {
        "kind": "struct",
        "name": "aac_interface"
      },
      "address": 18446744071608324048
    },
    "aacraid_srcv_interface": {
      "type": {
        "kind": "struct",
        "name": "aac_interface"
      },
      "address": 18446744071608324128
    },
    "aacraid_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567144000
    },
    "aacraid_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567131440
    },
    "aacraid_sync_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567136976
    },
    "aacraid_wait_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567134576
    },
    "aacraidp_aacraid_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608324968
    },
    "aacraidp_aacraid_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608324944
    },
    "aacraidp_aacraidmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608324720
    },
    "aad": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "aad_skip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aad_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aad_stop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aalgo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "auth_hash"
        }
      },
      "address": 0
    },
    "ab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp24xx_abrt_t"
        }
      },
      "address": 0
    },
    "ab_tw": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "abc_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "abdicate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "abe": {
      "type": {
        "kind": "struct",
        "name": "acpi_bus_event"
      },
      "address": 0
    },
    "abilities": {
      "type": {
        "kind": "struct",
        "name": "i40e_aq_get_phy_abilities_resp"
      },
      "address": 0
    },
    "abilities_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "abort": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_abort_wqe_t"
        }
      },
      "address": 0
    },
    "abort_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "abort_cb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "abort_cb_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "abort_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "abort_ccbh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "abort_counts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "abort_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "abort_fr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_abort_frame"
        }
      },
      "address": 0
    },
    "abort_hcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pvscsi_hcb"
        }
      },
      "address": 0
    },
    "abort_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_io_t"
        }
      },
      "address": 0
    },
    "abort_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtscsi_request"
        }
      },
      "address": 0
    },
    "abort_rpl_rss_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568946368
    },
    "abort_rpl_rss_handlers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610628432
    },
    "abort_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "aborted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "abortio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_io_t"
        }
      },
      "address": 0
    },
    "abortstr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "abs_change": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "abs_func": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "abs_func_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "abs_func_other_port": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "abs_i": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "abs_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "abs_q": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "abs_queue_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "abs_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "absinfo": {
      "type": {
        "kind": "struct",
        "name": "input_absinfo"
      },
      "address": 0
    },
    "abtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MSG_TARGET_MODE_ABORT_REQUEST"
        }
      },
      "address": 0
    },
    "abtrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MSG_TARGET_MODE_ABORT_REPLY"
        }
      },
      "address": 0
    },
    "abuf": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ac": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ac97.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ac97_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572433744
    },
    "ac97_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572434064
    },
    "ac97_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572433712
    },
    "ac97_getextcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572433696
    },
    "ac97_getextmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572433680
    },
    "ac97_getflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572434208
    },
    "ac97_getmixerclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572434224
    },
    "ac97_getsubvendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572433728
    },
    "ac97_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ac97_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187744
    },
    "ac97_noinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442384
    },
    "ac97_patch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ac97_rdcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572432512
    },
    "ac97_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187768
    },
    "ac97_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572441728
    },
    "ac97_setextmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572433376
    },
    "ac97_setflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572434192
    },
    "ac97_setrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572433040
    },
    "ac97_wrcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572432928
    },
    "ac97_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187792
    },
    "ac97codecid": {
      "type": {
        "count": 99,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ac97_codecid"
        }
      },
      "address": 18446744071585006592
    },
    "ac97enhancement": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585009376
    },
    "ac97extfeature": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585009632
    },
    "ac97feature": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ac97mix_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572434240
    },
    "ac97mix_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572439696
    },
    "ac97mix_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572440416
    },
    "ac97mix_setrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572441040
    },
    "ac97mix_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572439552
    },
    "ac97mixer_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609187696
    },
    "ac97mixer_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585006496
    },
    "ac97mixtable_default": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ac97mixtable_entry"
        }
      },
      "address": 0
    },
    "ac97rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ac97slot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ac97vendorid": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ac97_vendorid"
        }
      },
      "address": 18446744071585008976
    },
    "ac_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acad_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608328560
    },
    "acad_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618472
    },
    "acad_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608328592
    },
    "acad_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608328352
    },
    "acad_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608328376
    },
    "acad_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608328400
    },
    "acal_synth": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585080240
    },
    "acb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "AdapterControlBlock"
        }
      },
      "address": 0
    },
    "acb_device_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "acb_firm_model": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "acb_firm_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "acb_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "aiocb"
          }
        }
      },
      "address": 0
    },
    "acb_list32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "acc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "accb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "accel_fs_tcp_add_default_rule.match_criteria": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613289888
    },
    "accel_fs_tcp_add_default_rule.match_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613290400
    },
    "accel_fs_tcp_destroy_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579254464
    },
    "accent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "accent_map": {
      "type": {
        "kind": "struct",
        "name": "accentmap_t"
      },
      "address": 18446744071610115316
    },
    "accentmapp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "accentmap_t"
        }
      },
      "address": 0
    },
    "accept1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576294096
    },
    "accept_filt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576176224
    },
    "accept_filt_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576176560
    },
    "accept_filt_generic_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576176784
    },
    "accept_filt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576176608
    },
    "accept_filt_getopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576176960
    },
    "accept_filt_setopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576177264
    },
    "accept_filter_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "accept_filter_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609770496
    },
    "accept_filter_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613005496
    },
    "accept_filter_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770064
    },
    "accept_filter_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770088
    },
    "accept_filter_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "accept_filtlsthd": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6a85409dbd6dccec"
      },
      "address": 18446744071613005528
    },
    "accept_filtlsthd.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613005528
    },
    "accept_frames": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "access": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "access_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "accfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "accept_filter"
        }
      },
      "address": 0
    },
    "accm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "accmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "accentmap_t"
        }
      },
      "address": 0
    },
    "accmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "accmode2mask": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_3c5135f8e355470a"
        }
      },
      "address": 0
    },
    "accp_all_bcast": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "accp_all_mcast": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "accp_all_ucast": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "accsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acct": {
      "type": {
        "kind": "struct",
        "name": "acctv3"
      },
      "address": 0
    },
    "acct_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609640720
    },
    "acct_configured": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534044
    },
    "acct_cred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 18446744071612534032
    },
    "acct_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534040
    },
    "acct_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575099200
    },
    "acct_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534028
    },
    "acct_suspended": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534024
    },
    "acct_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612533984
    },
    "acct_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609640112
    },
    "acct_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609640136
    },
    "acct_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575098496
    },
    "acct_vp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 18446744071612534016
    },
    "acctchkfreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609640752
    },
    "acctit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "acctresume": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609640748
    },
    "acctsuspend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609640744
    },
    "accum": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "accum_ang": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "accum_cnt": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "accum_rx": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "accum_tx": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "accumulate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ace_event_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI26_EVENT_DATA_ACTIVE_CABLE_EXCEPT"
        }
      },
      "address": 0
    },
    "acecnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aceerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aceflag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "acemask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "acep1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "acep2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "acesize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acetype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aci": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acisv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ack": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ackTimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ackTpcPow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ack_data": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ack_lat": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071584707280
    },
    "ack_latency": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ack_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "request_t"
        }
      },
      "address": 0
    },
    "ackcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acklat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ackp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_EVENT_ACK"
        }
      },
      "address": 0
    },
    "ackskew": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acktime": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "acktimeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "acl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 18446744071613057888
    },
    "acl_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577177968
    },
    "acl_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576338800
    },
    "acl_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577177536
    },
    "acl_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577177776
    },
    "acl_copy_acl_into_oldacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576333936
    },
    "acl_copy_oldacl_into_acl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576333792
    },
    "acl_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577177696
    },
    "acl_entry": {
      "type": {
        "kind": "struct",
        "name": "acl_entry"
      },
      "address": 0
    },
    "acl_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576338848
    },
    "acl_free_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577178720
    },
    "acl_getioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179056
    },
    "acl_getpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179024
    },
    "acl_group_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "acl_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "acl_mask_granted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acl_nfs4_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575816560
    },
    "acl_nfs4_compute_inherited_acl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575814848
    },
    "acl_nfs4_compute_inherited_acl_psarc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575815344
    },
    "acl_nfs4_is_trivial": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575816192
    },
    "acl_nfs4_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609730800
    },
    "acl_nfs4_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575816736
    },
    "acl_nfs4_old_semantics": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900512
    },
    "acl_nfs4_sync_acl_from_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575813040
    },
    "acl_nfs4_sync_acl_from_mode_draft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575813104
    },
    "acl_nfs4_sync_mode_from_acl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575812160
    },
    "acl_nfs4module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609730736
    },
    "acl_other": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "acl_posix1e_acl_to_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575817664
    },
    "acl_posix1e_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575818096
    },
    "acl_posix1e_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609730944
    },
    "acl_posix1e_mode_to_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575817936
    },
    "acl_posix1e_mode_to_perm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575817856
    },
    "acl_posix1e_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575818464
    },
    "acl_posix1e_newfilemode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575818416
    },
    "acl_posix1e_perms_to_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575818048
    },
    "acl_posix1emodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609730880
    },
    "acl_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577178400
    },
    "acl_setioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179040
    },
    "acl_setpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577178976
    },
    "acl_user_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "aclevel_string": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584121920
    },
    "acline": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aclp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 0
    },
    "aclsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_cdc_acm_descriptor"
        }
      },
      "address": 0
    },
    "acmap": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584034640
    },
    "acnlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acnpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acnsep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "aconn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_abuf_cmpl"
        }
      },
      "address": 0
    },
    "acphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570258688
    },
    "acphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608507024
    },
    "acphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584850480
    },
    "acphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584850336
    },
    "acphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608506976
    },
    "acphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608506952
    },
    "acphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608506912
    },
    "acphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570258656
    },
    "acphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570259840
    },
    "acphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570259088
    },
    "acphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570259328
    },
    "acphys": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584850416
    },
    "acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "acpiRtcEnabled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "acpi_AckSleepState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567169024
    },
    "acpi_AllocBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163840
    },
    "acpi_AppendBufferResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567164272
    },
    "acpi_BatteryIsPresent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163376
    },
    "acpi_ConvertBufferToInteger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163968
    },
    "acpi_DSMQuery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567164592
    },
    "acpi_DeviceIsPresent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163216
    },
    "acpi_EnterSleepState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567165952
    },
    "acpi_EvaluateDSM": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567165040
    },
    "acpi_EvaluateDSMTyped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567165264
    },
    "acpi_EvaluateOSC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567165488
    },
    "acpi_FindIndexedResource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567164192
    },
    "acpi_ForeachPackageObject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567164080
    },
    "acpi_GetHandleInScope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163616
    },
    "acpi_GetInteger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567162560
    },
    "acpi_GetProperty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163728
    },
    "acpi_GetReference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225808
    },
    "acpi_MatchHid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567162368
    },
    "acpi_OverrideInterruptLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154176
    },
    "acpi_PkgFFH_IntelCpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225712
    },
    "acpi_PkgGas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225616
    },
    "acpi_PkgInt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225392
    },
    "acpi_PkgInt16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225488
    },
    "acpi_PkgInt32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225440
    },
    "acpi_PkgStr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225536
    },
    "acpi_ReqSleepState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567168208
    },
    "acpi_SetDefaultIntrModel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358896
    },
    "acpi_SetInteger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163904
    },
    "acpi_SetIntrModel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567165728
    },
    "acpi_SetSleepState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567165888
    },
    "acpi_SetSleepState.once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610617520
    },
    "acpi_Startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159744
    },
    "acpi_Startup.started": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610617328
    },
    "acpi_UserNotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567168864
    },
    "acpi_acad.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_acad_ac_only": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567190384
    },
    "acpi_acad_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608328464
    },
    "acpi_acad_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608328440
    },
    "acpi_acad_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608328304
    },
    "acpi_acad_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567189504
    },
    "acpi_acad_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608328512
    },
    "acpi_acad_get_acline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567188576
    },
    "acpi_acad_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567188672
    },
    "acpi_acad_init_acline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567190032
    },
    "acpi_acad_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567189808
    },
    "acpi_acad_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584112096
    },
    "acpi_acad_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567189968
    },
    "acpi_acad_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567189360
    },
    "acpi_acad_probe.acad_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608328560
    },
    "acpi_acad_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567189872
    },
    "acpi_acquire_global_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159312
    },
    "acpi_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567175088
    },
    "acpi_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567177568
    },
    "acpi_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567176800
    },
    "acpi_alloc_sysres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567161536
    },
    "acpi_apei.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_apm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_apm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581207120
    },
    "acpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567172272
    },
    "acpi_avoid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567171200
    },
    "acpi_batt_get_info_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085992
    },
    "acpi_batt_get_status_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610086016
    },
    "acpi_batteries_initialized": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618568
    },
    "acpi_battery.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_battery_battinfo": {
      "type": {
        "kind": "struct",
        "name": "acpi_battinfo"
      },
      "address": 18446744071610618600
    },
    "acpi_battery_bix_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567198752
    },
    "acpi_battery_bst_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567198720
    },
    "acpi_battery_get_battinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567198768
    },
    "acpi_battery_get_info_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567198704
    },
    "acpi_battery_get_units": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567198656
    },
    "acpi_battery_info_expire": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608328992
    },
    "acpi_battery_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567199792
    },
    "acpi_battery_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567197552
    },
    "acpi_battery_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567198640
    },
    "acpi_battery_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567200752
    },
    "acpi_battery_sysctl_ctx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_ctx_list"
      },
      "address": 18446744071610618576
    },
    "acpi_battery_sysctl_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 18446744071610618592
    },
    "acpi_battery_units_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567200832
    },
    "acpi_bus_alloc_gas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567161696
    },
    "acpi_bus_get_prop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567179040
    },
    "acpi_button.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_button_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608329160
    },
    "acpi_button_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608329136
    },
    "acpi_button_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329072
    },
    "acpi_button_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567201264
    },
    "acpi_button_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608329208
    },
    "acpi_button_fixed_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567201776
    },
    "acpi_button_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584112528
    },
    "acpi_button_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567201936
    },
    "acpi_button_notify_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567202128
    },
    "acpi_button_notify_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567202288
    },
    "acpi_button_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567200912
    },
    "acpi_button_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567201760
    },
    "acpi_button_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567201744
    },
    "acpi_ca_version": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610617360
    },
    "acpi_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608327864
    },
    "acpi_check_dsm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820528
    },
    "acpi_child": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "acpi_child_deleted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567175792
    },
    "acpi_child_location_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567178096
    },
    "acpi_child_pnpinfo_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567178048
    },
    "acpi_cmbat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_cmbat_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608329696
    },
    "acpi_cmbat_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608329672
    },
    "acpi_cmbat_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329472
    },
    "acpi_cmbat_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567202592
    },
    "acpi_cmbat_bix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567203104
    },
    "acpi_cmbat_bst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567203296
    },
    "acpi_cmbat_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567202816
    },
    "acpi_cmbat_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608329744
    },
    "acpi_cmbat_get_bix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567204528
    },
    "acpi_cmbat_get_bix_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567204384
    },
    "acpi_cmbat_get_bst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567206992
    },
    "acpi_cmbat_init_battery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567203648
    },
    "acpi_cmbat_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584112624
    },
    "acpi_cmbat_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567203504
    },
    "acpi_cmbat_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567202448
    },
    "acpi_cmbat_probe.cmbat_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608329792
    },
    "acpi_cmbat_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567203072
    },
    "acpi_compat_data": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_uart_compat_data"
        }
      },
      "address": 18446744071609400944
    },
    "acpi_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567232848
    },
    "acpi_container.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_count_irq_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580377088
    },
    "acpi_cpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_cpu_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567210288
    },
    "acpi_cpu_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567208528
    },
    "acpi_cpu_attach.cpu_oscuuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608330176
    },
    "acpi_cpu_c1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581293584
    },
    "acpi_cpu_cx_cst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567210688
    },
    "acpi_cpu_cx_lowest_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567215728
    },
    "acpi_cpu_disabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610618648
    },
    "acpi_cpu_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608330104
    },
    "acpi_cpu_get_rlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567210560
    },
    "acpi_cpu_global_cx_lowest_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567214208
    },
    "acpi_cpu_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567214800
    },
    "acpi_cpu_idle_mwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581293600
    },
    "acpi_cpu_method_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567216976
    },
    "acpi_cpu_methods": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584112768
    },
    "acpi_cpu_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567213504
    },
    "acpi_cpu_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567211840
    },
    "acpi_cpu_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567207680
    },
    "acpi_cpu_probe.cpudev_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608330160
    },
    "acpi_cpu_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567210448
    },
    "acpi_cpu_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567210240
    },
    "acpi_cpu_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567209712
    },
    "acpi_cpu_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567209968
    },
    "acpi_cpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329968
    },
    "acpi_cpu_usage_counters_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567216736
    },
    "acpi_cpu_usage_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567216240
    },
    "acpi_debug_objects": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610617916
    },
    "acpi_debug_objects_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567188240
    },
    "acpi_delete_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567177904
    },
    "acpi_deregister_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567171936
    },
    "acpi_desc": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610617344
    },
    "acpi_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "acpi_device_eval_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567180240
    },
    "acpi_device_get_parent_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567206960
    },
    "acpi_device_get_prop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567180416
    },
    "acpi_device_id_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567179840
    },
    "acpi_device_pwr_for_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567161968
    },
    "acpi_device_scan_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567188016
    },
    "acpi_device_scan_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567180784
    },
    "acpi_disabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567171472
    },
    "acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608327808
    },
    "acpi_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567175600
    },
    "acpi_dsd_uuid": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071584112080
    },
    "acpi_ec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_ec_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608330864
    },
    "acpi_ec_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608330840
    },
    "acpi_ec_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608330752
    },
    "acpi_ec_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567219232
    },
    "acpi_ec_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608330912
    },
    "acpi_ec_ecdt_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567217536
    },
    "acpi_ec_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584113056
    },
    "acpi_ec_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567218224
    },
    "acpi_ec_probe.ec_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608330960
    },
    "acpi_ec_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085944
    },
    "acpi_ec_read_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567220192
    },
    "acpi_ec_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567220128
    },
    "acpi_ec_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567220160
    },
    "acpi_ec_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567220096
    },
    "acpi_ec_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085968
    },
    "acpi_ec_write_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567220272
    },
    "acpi_enable_fixed_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567182192
    },
    "acpi_enable_fixed_events.first_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610618432
    },
    "acpi_evaluate_dsm_typed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820576
    },
    "acpi_evaluate_object_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085824
    },
    "acpi_event_power_button_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567170432
    },
    "acpi_event_power_button_wake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567170768
    },
    "acpi_event_sleep_button_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567171104
    },
    "acpi_event_sleep_button_wake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567171152
    },
    "acpi_fake_objhandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163200
    },
    "acpi_fetch_cx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573762384
    },
    "acpi_fetch_px": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573760752
    },
    "acpi_find_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581359120
    },
    "acpi_generic_id_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368384
    },
    "acpi_get_acpi_device_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567160512
    },
    "acpi_get_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567160848
    },
    "acpi_get_device_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567179424
    },
    "acpi_get_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567161440
    },
    "acpi_get_fadt_bootflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298240
    },
    "acpi_get_features_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085920
    },
    "acpi_get_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567210576
    },
    "acpi_get_pct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573763456
    },
    "acpi_get_property_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085848
    },
    "acpi_get_rlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567176208
    },
    "acpi_has_hid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567163536
    },
    "acpi_hint_device_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567178256
    },
    "acpi_hpet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_hpet_disabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613399264
    },
    "acpi_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acpi_id_probe_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085800
    },
    "acpi_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159952
    },
    "acpi_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_ignore_reg_width": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608327860
    },
    "acpi_iicbus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_iicbus_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602224
    },
    "acpi_iicbus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569601264
    },
    "acpi_iicbus_bread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569605216
    },
    "acpi_iicbus_bwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569605584
    },
    "acpi_iicbus_child_deleted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602496
    },
    "acpi_iicbus_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602784
    },
    "acpi_iicbus_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602896
    },
    "acpi_iicbus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569601648
    },
    "acpi_iicbus_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071608483728
    },
    "acpi_iicbus_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602288
    },
    "acpi_iicbus_enumerate_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602992
    },
    "acpi_iicbus_get_i2cres_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569603936
    },
    "acpi_iicbus_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584777440
    },
    "acpi_iicbus_parse_resources_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569604064
    },
    "acpi_iicbus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569601072
    },
    "acpi_iicbus_probe_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602240
    },
    "acpi_iicbus_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569604912
    },
    "acpi_iicbus_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602592
    },
    "acpi_iicbus_recvb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569604848
    },
    "acpi_iicbus_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602096
    },
    "acpi_iicbus_space_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569604240
    },
    "acpi_iicbus_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569601952
    },
    "acpi_iicbus_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569605136
    },
    "acpi_iicbus_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569602688
    },
    "acpi_install_interface": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610617920
    },
    "acpi_install_wakeup_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581361664
    },
    "acpi_install_wakeup_handler.wakeaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613454264
    },
    "acpi_interpreter_slack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608327856
    },
    "acpi_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567153664
    },
    "acpi_intr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567154208
    },
    "acpi_intr_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_c8a9ad45fe250ac5"
      },
      "address": 18446744071610617152
    },
    "acpi_intr_list.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610617152
    },
    "acpi_intr_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610617120
    },
    "acpi_intr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608325504
    },
    "acpi_invoke_sleep_eventhandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567170480
    },
    "acpi_invoke_wake_eventhandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567170816
    },
    "acpi_ioctl_hooks": {
      "type": {
        "kind": "struct",
        "name": "unnamed_d52ab0bd83ca7c66"
      },
      "address": 18446744071610617832
    },
    "acpi_ioctl_hooks_initted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610617824
    },
    "acpi_isa_get_logicalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567187648
    },
    "acpi_isa_pnp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567181008
    },
    "acpi_isab.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_isab_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608331128
    },
    "acpi_isab_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608331104
    },
    "acpi_isab_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608331040
    },
    "acpi_isab_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567223568
    },
    "acpi_isab_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608331176
    },
    "acpi_isab_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584113184
    },
    "acpi_isab_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567223408
    },
    "acpi_isab_probe.isa_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608331232
    },
    "acpi_isab_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567223712
    },
    "acpi_lid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_lid_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608331488
    },
    "acpi_lid_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608331464
    },
    "acpi_lid_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608331376
    },
    "acpi_lid_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567223920
    },
    "acpi_lid_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608331536
    },
    "acpi_lid_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610618800
    },
    "acpi_lid_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584113392
    },
    "acpi_lid_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567224432
    },
    "acpi_lid_notify_status_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567224624
    },
    "acpi_lid_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567223776
    },
    "acpi_lid_probe.lid_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608331584
    },
    "acpi_lid_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567224400
    },
    "acpi_lid_status_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567224496
    },
    "acpi_lid_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567224384
    },
    "acpi_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567183200
    },
    "acpi_lookup_irq_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567232704
    },
    "acpi_lookup_irq_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567232512
    },
    "acpi_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_machdep_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358768
    },
    "acpi_machdep_quirks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358912
    },
    "acpi_map_pxm_to_vm_domainid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580386784
    },
    "acpi_map_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358928
    },
    "acpi_max_tasks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608326240
    },
    "acpi_max_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608326244
    },
    "acpi_methods": {
      "type": {
        "count": 38,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584111424
    },
    "acpi_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567172160
    },
    "acpi_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610617528
    },
    "acpi_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567160768
    },
    "acpi_name.data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610617568
    },
    "acpi_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608327760
    },
    "acpi_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608327736
    },
    "acpi_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326672
    },
    "acpi_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573760320
    },
    "acpi_osname": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610617200
    },
    "acpi_package.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_parse_interfaces": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567184336
    },
    "acpi_parse_prw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567169936
    },
    "acpi_parse_pxm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567161264
    },
    "acpi_parse_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567233392
    },
    "acpi_parse_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567233056
    },
    "acpi_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_pci_alloc_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580370128
    },
    "acpi_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368928
    },
    "acpi_pci_bus_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580370720
    },
    "acpi_pci_child_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368400
    },
    "acpi_pci_child_deleted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580369712
    },
    "acpi_pci_child_location_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580369824
    },
    "acpi_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580369216
    },
    "acpi_pci_device_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580370912
    },
    "acpi_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610086112
    },
    "acpi_pci_get_device_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580369984
    },
    "acpi_pci_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580370064
    },
    "acpi_pci_install_device_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580370832
    },
    "acpi_pci_link.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_pci_link_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610086824
    },
    "acpi_pci_link_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610086800
    },
    "acpi_pci_link_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086592
    },
    "acpi_pci_link_add_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580371424
    },
    "acpi_pci_link_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580374944
    },
    "acpi_pci_link_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610086872
    },
    "acpi_pci_link_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580377904
    },
    "acpi_pci_link_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580374544
    },
    "acpi_pci_link_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585418240
    },
    "acpi_pci_link_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580374576
    },
    "acpi_pci_link_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580376624
    },
    "acpi_pci_link_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580372400
    },
    "acpi_pci_link_route_irqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580373456
    },
    "acpi_pci_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585417488
    },
    "acpi_pci_pcib_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610086368
    },
    "acpi_pci_pcib_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610086344
    },
    "acpi_pci_pcibmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086208
    },
    "acpi_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368784
    },
    "acpi_pci_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580369488
    },
    "acpi_pci_remove_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580371360
    },
    "acpi_pci_save_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368560
    },
    "acpi_pci_set_powerstate_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580370176
    },
    "acpi_pci_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580369600
    },
    "acpi_pcib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_pcib_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_pcib_acpi_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382000
    },
    "acpi_pcib_acpi_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580381760
    },
    "acpi_pcib_acpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580380416
    },
    "acpi_pcib_acpi_attach.bus0_seen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613400440
    },
    "acpi_pcib_acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610087040
    },
    "acpi_pcib_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610087240
    },
    "acpi_pcib_acpi_methods": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585418320
    },
    "acpi_pcib_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610087216
    },
    "acpi_pcib_acpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580380192
    },
    "acpi_pcib_acpi_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382128
    },
    "acpi_pcib_acpi_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382320
    },
    "acpi_pcib_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610087136
    },
    "acpi_pcib_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382384
    },
    "acpi_pcib_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382512
    },
    "acpi_pcib_fetch_prt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580378240
    },
    "acpi_pcib_get_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580380160
    },
    "acpi_pcib_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382240
    },
    "acpi_pcib_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382624
    },
    "acpi_pcib_osc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382880
    },
    "acpi_pcib_osc.pci_host_bridge_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610087184
    },
    "acpi_pcib_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_pcib_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580383824
    },
    "acpi_pcib_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580383984
    },
    "acpi_pcib_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610087328
    },
    "acpi_pcib_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610087512
    },
    "acpi_pcib_pci_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585418768
    },
    "acpi_pcib_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610087488
    },
    "acpi_pcib_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580383488
    },
    "acpi_pcib_pci_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580384144
    },
    "acpi_pcib_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610087424
    },
    "acpi_pcib_power_for_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580380096
    },
    "acpi_pcib_producer_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580383120
    },
    "acpi_pcib_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382256
    },
    "acpi_pcib_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580384048
    },
    "acpi_pcib_request_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382816
    },
    "acpi_pcib_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580378736
    },
    "acpi_pcib_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580382288
    },
    "acpi_pcib_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580381664
    },
    "acpi_perf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_perf_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567226512
    },
    "acpi_perf_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608331800
    },
    "acpi_perf_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608331776
    },
    "acpi_perf_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608331664
    },
    "acpi_perf_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567227792
    },
    "acpi_perf_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608331848
    },
    "acpi_perf_evaluate.once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610618840
    },
    "acpi_perf_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567225888
    },
    "acpi_perf_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584113472
    },
    "acpi_perf_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567226176
    },
    "acpi_platform_osc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567182896
    },
    "acpi_platform_osc.acpi_platform_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608328048
    },
    "acpi_platform_uuid": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608328048
    },
    "acpi_pm_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567182720
    },
    "acpi_pm_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567188512
    },
    "acpi_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567160336
    },
    "acpi_powerconsumers": {
      "type": {
        "kind": "struct",
        "name": "acpi_powerconsumer_list"
      },
      "address": 18446744071608332264
    },
    "acpi_powerres.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_powerresources": {
      "type": {
        "kind": "struct",
        "name": "acpi_powerresource_list"
      },
      "address": 18446744071608332280
    },
    "acpi_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567175312
    },
    "acpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567172240
    },
    "acpi_probe_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567185136
    },
    "acpi_probe_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567183296
    },
    "acpi_probe_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567175584
    },
    "acpi_pwr_for_sleep_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085872
    },
    "acpi_pwr_reference_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567230320
    },
    "acpi_pwr_switch_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567229360
    },
    "acpi_pwr_switch_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567230912
    },
    "acpi_pwr_wake_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567231136
    },
    "acpi_px_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567229040
    },
    "acpi_px_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567228160
    },
    "acpi_px_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567229200
    },
    "acpi_px_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567227808
    },
    "acpi_px_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567228656
    },
    "acpi_px_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567228896
    },
    "acpi_px_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567228592
    },
    "acpi_pxm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_pxm_get_cpu_locality": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580386720
    },
    "acpi_pxm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580384240
    },
    "acpi_pxm_parse_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580384448
    },
    "acpi_pxm_set_cpu_locality": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580386432
    },
    "acpi_pxm_set_mem_locality": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580386384
    },
    "acpi_quirk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_quirks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610617332
    },
    "acpi_quirks_table": {
      "type": {
        "count": 79,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "acpi_q_entry"
        }
      },
      "address": 18446744071584120048
    },
    "acpi_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567175888
    },
    "acpi_register_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567171680
    },
    "acpi_release_global_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567159376
    },
    "acpi_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567177728
    },
    "acpi_remove_interface": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610618176
    },
    "acpi_res_parse_set": {
      "type": {
        "kind": "struct",
        "name": "acpi_parse_resource_set"
      },
      "address": 18446744071608332304
    },
    "acpi_res_set_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234112
    },
    "acpi_res_set_drq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234640
    },
    "acpi_res_set_end_dependent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234736
    },
    "acpi_res_set_ext_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234528
    },
    "acpi_res_set_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234048
    },
    "acpi_res_set_ioport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234144
    },
    "acpi_res_set_iorange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234192
    },
    "acpi_res_set_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234416
    },
    "acpi_res_set_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234336
    },
    "acpi_res_set_memoryrange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234384
    },
    "acpi_res_set_start_dependent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234704
    },
    "acpi_reset_video": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454128
    },
    "acpi_resource.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567175040
    },
    "acpi_resume_beep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454132
    },
    "acpi_rman_io": {
      "type": {
        "kind": "struct",
        "name": "rman"
      },
      "address": 18446744071610617376
    },
    "acpi_rman_mem": {
      "type": {
        "kind": "struct",
        "name": "rman"
      },
      "address": 18446744071610617448
    },
    "acpi_root": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "acpi_root_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613438816
    },
    "acpi_rsdp": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "acpi_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_softc"
        }
      },
      "address": 0
    },
    "acpi_scan_children_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610085896
    },
    "acpi_set_power_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567187472
    },
    "acpi_set_powerstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567162848
    },
    "acpi_set_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567218112
    },
    "acpi_set_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567176240
    },
    "acpi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567174864
    },
    "acpi_shutdown_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567182352
    },
    "acpi_sleep_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567184288
    },
    "acpi_sleep_force": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567168784
    },
    "acpi_sleep_force_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567188448
    },
    "acpi_sleep_machdep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581359920
    },
    "acpi_sleep_state_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567181920
    },
    "acpi_sleep_states": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610617521
    },
    "acpi_sleep_timer": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610617848
    },
    "acpi_smbat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_smbat_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608333392
    },
    "acpi_smbat_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608333368
    },
    "acpi_smbat_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608333280
    },
    "acpi_smbat_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567236384
    },
    "acpi_smbat_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608333440
    },
    "acpi_smbat_get_bix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567237328
    },
    "acpi_smbat_get_bst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567236704
    },
    "acpi_smbat_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584121776
    },
    "acpi_smbat_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567236096
    },
    "acpi_smbat_probe.smbat_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608333488
    },
    "acpi_smbat_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567236688
    },
    "acpi_smbus_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567238032
    },
    "acpi_smbus_read_multi_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567238720
    },
    "acpi_sstate2sname.snames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584112032
    },
    "acpi_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acpi_stop_beep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363216
    },
    "acpi_supported_sleep_state_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567181616
    },
    "acpi_susp_bounce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610617912
    },
    "acpi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567174976
    },
    "acpi_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618440
    },
    "acpi_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608328120
    },
    "acpi_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326720
    },
    "acpi_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326744
    },
    "acpi_syscont_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235504
    },
    "acpi_syscont_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235744
    },
    "acpi_syscont_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235456
    },
    "acpi_syscont_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235488
    },
    "acpi_syscont_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608332856
    },
    "acpi_syscont_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235968
    },
    "acpi_syscont_methods": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584121488
    },
    "acpi_syscont_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235312
    },
    "acpi_syscont_probe.syscont_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608332912
    },
    "acpi_syscont_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235632
    },
    "acpi_syscont_release_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567235856
    },
    "acpi_syscontainer_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608332808
    },
    "acpi_syscontainer_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608332784
    },
    "acpi_syscontainer_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332720
    },
    "acpi_sysres_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234928
    },
    "acpi_sysres_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608332576
    },
    "acpi_sysres_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584121440
    },
    "acpi_sysres_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567234768
    },
    "acpi_sysres_probe.sysres_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608332624
    },
    "acpi_sysres_rid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608332648
    },
    "acpi_sysresource_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608332528
    },
    "acpi_sysresource_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608332504
    },
    "acpi_sysresource_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332440
    },
    "acpi_system_eventhandler_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567182640
    },
    "acpi_system_eventhandler_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567182704
    },
    "acpi_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "acpi_table_quirks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567231744
    },
    "acpi_target_system_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820976
    },
    "acpi_task_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610617188
    },
    "acpi_task_execute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155488
    },
    "acpi_task_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155200
    },
    "acpi_taskq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071610617176
    },
    "acpi_taskq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567155248
    },
    "acpi_taskq_started": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610617192
    },
    "acpi_taskq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326216
    },
    "acpi_tasks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_task_ctx"
        }
      },
      "address": 18446744071610617168
    },
    "acpi_tasks_hiwater": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610617184
    },
    "acpi_tasks_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608326192
    },
    "acpi_thermal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_thr_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567251376
    },
    "acpi_thr_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567251008
    },
    "acpi_thr_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567251568
    },
    "acpi_thr_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567251536
    },
    "acpi_throttle.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_throttle_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567250352
    },
    "acpi_throttle_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608333984
    },
    "acpi_throttle_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608333960
    },
    "acpi_throttle_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608333920
    },
    "acpi_throttle_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608334032
    },
    "acpi_throttle_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567249760
    },
    "acpi_throttle_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584122016
    },
    "acpi_throttle_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567250240
    },
    "acpi_timer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_timer_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610087864
    },
    "acpi_timer_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610087840
    },
    "acpi_timer_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610087648
    },
    "acpi_timer_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580389440
    },
    "acpi_timer_bsh": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613402376
    },
    "acpi_timer_bst": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613402384
    },
    "acpi_timer_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071613402360
    },
    "acpi_timer_disabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613402352
    },
    "acpi_timer_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610087912
    },
    "acpi_timer_eh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613402392
    },
    "acpi_timer_frequency": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610088040
    },
    "acpi_timer_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580389664
    },
    "acpi_timer_get_timecount_safe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580389696
    },
    "acpi_timer_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580388016
    },
    "acpi_timer_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585418928
    },
    "acpi_timer_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580388320
    },
    "acpi_timer_reg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 18446744071613402368
    },
    "acpi_timer_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580390048
    },
    "acpi_timer_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580389824
    },
    "acpi_timer_sysctl_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580390128
    },
    "acpi_timer_test_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613402356
    },
    "acpi_timer_timecounter": {
      "type": {
        "kind": "struct",
        "name": "timecounter"
      },
      "address": 18446744071610087960
    },
    "acpi_tz_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608333736
    },
    "acpi_tz_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608333712
    },
    "acpi_tz_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608333576
    },
    "acpi_tz_active_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567243728
    },
    "acpi_tz_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567239648
    },
    "acpi_tz_cooling_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567243936
    },
    "acpi_tz_cooling_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567245296
    },
    "acpi_tz_cooling_thread_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567244864
    },
    "acpi_tz_cooling_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acpi_tz_cpufreq_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567246992
    },
    "acpi_tz_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "acpi_tz_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608333784
    },
    "acpi_tz_establish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567241152
    },
    "acpi_tz_get_temperature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567246704
    },
    "acpi_tz_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584121872
    },
    "acpi_tz_min_runtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618944
    },
    "acpi_tz_monitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567248176
    },
    "acpi_tz_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567243344
    },
    "acpi_tz_override": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618948
    },
    "acpi_tz_passive_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567244480
    },
    "acpi_tz_polling_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608333832
    },
    "acpi_tz_power_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567244576
    },
    "acpi_tz_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567239456
    },
    "acpi_tz_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071610618984
    },
    "acpi_tz_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567247264
    },
    "acpi_tz_switch_cooler_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567249552
    },
    "acpi_tz_switch_cooler_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567249600
    },
    "acpi_tz_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608333672
    },
    "acpi_tz_sysctl_ctx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_ctx_list"
      },
      "address": 18446744071610618920
    },
    "acpi_tz_sysctl_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 18446744071610618936
    },
    "acpi_tz_temp_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567244096
    },
    "acpi_tz_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567247536
    },
    "acpi_tz_tmp_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "acpi_unmap_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581359104
    },
    "acpi_wake_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567186544
    },
    "acpi_wake_set_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567169456
    },
    "acpi_wake_set_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567186352
    },
    "acpi_wake_sysctl_walk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567186000
    },
    "acpi_wakeup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_wakeup_machdep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581360704
    },
    "acpi_walk_subtables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567165808
    },
    "acpi_wmi_evaluate_call_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610194616
    },
    "acpi_wmi_generic_provides_guid_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581563696
    },
    "acpi_wmi_get_block_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610194640
    },
    "acpi_wmi_get_event_data_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610194736
    },
    "acpi_wmi_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "acpi_wmi_install_event_handler_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610194688
    },
    "acpi_wmi_provides_guid_string_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610194592
    },
    "acpi_wmi_remove_event_handler_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610194712
    },
    "acpi_wmi_set_block_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610194664
    },
    "acpi_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567176080
    },
    "acpiclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567184704
    },
    "acpiioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567184720
    },
    "acpiopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567184688
    },
    "acq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secacq"
        }
      },
      "address": 0
    },
    "acq_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613140656
    },
    "acqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_acqe_t"
        }
      },
      "address": 0
    },
    "acquire_independent_seed_samples": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613485218
    },
    "acquiremtx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "acr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "acsts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "act": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "act_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "act_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "act_open_cpl_len16.sz_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584707696
    },
    "act_open_rpl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568946336
    },
    "act_open_rpl_handlers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610628368
    },
    "act_scan_laundry_weight": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610081584
    },
    "actframe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "amd64_frame"
        }
      },
      "address": 0
    },
    "action": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "action_name": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "action_result": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_raid_action_result"
        }
      },
      "address": 0
    },
    "action_str": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "action_string": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "actionnames": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dict"
        }
      },
      "address": 18446744071585176304
    },
    "actionstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "activate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "active": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "activeLinkNum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "active_bank": {
      "type": {
        "kind": "enum",
        "name": "ice_flash_bank"
      },
      "address": 0
    },
    "active_cable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "active_caps": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "active_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "active_efi_ops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_ops"
        }
      },
      "address": 18446744071608453752
    },
    "active_external_phy": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "active_fifo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "active_io": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "active_media": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "active_nodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ocs_node_t"
          }
        }
      },
      "address": 0
    },
    "active_pkg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "active_ports_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "active_ports_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "active_profile": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "active_requests": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "active_scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "active_scb_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "active_scbptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "active_vfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "activehi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "actlen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "actp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigaction"
        }
      },
      "address": 0
    },
    "acttemp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "actual": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "actual_48k_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "actual_baud": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "actual_data_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "actual_phy_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "actual_phy_selection": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "actv_ports": {
      "type": {
        "kind": "struct",
        "name": "mlx4_active_ports"
      },
      "address": 0
    },
    "acur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kpooladdr"
        }
      },
      "address": 0
    },
    "ad": {
      "type": {
        "kind": "struct",
        "name": "tls_mac_data"
      },
      "address": 0
    },
    "ad1886_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442400
    },
    "ad1981b_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442512
    },
    "ad198x_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442432
    },
    "ad6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "ad_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ada_ccb_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610598040
    },
    "ada_cfaerase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566073360
    },
    "ada_default_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273620
    },
    "ada_delete_method_names": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584037152
    },
    "ada_dsmtrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566073216
    },
    "ada_dsmtrim_req_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566074448
    },
    "ada_enable_biospeedup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273644
    },
    "ada_enable_uma_ccbs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273648
    },
    "ada_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608273664
    },
    "ada_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566058208
    },
    "ada_ncq_dsmtrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566073056
    },
    "ada_quirk_table": {
      "type": {
        "count": 74,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ada_quirk_entry"
        }
      },
      "address": 18446744071608273744
    },
    "ada_read_ahead": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273636
    },
    "ada_retry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273616
    },
    "ada_send_ordered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273624
    },
    "ada_spindown_shutdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273628
    },
    "ada_spindown_suspend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273632
    },
    "ada_write_cache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608273640
    },
    "ada_zone_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566073648
    },
    "ada_zone_desc_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ada_zone_desc"
        }
      },
      "address": 0
    },
    "adaasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566058512
    },
    "adabitsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566069984
    },
    "adacleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566061232
    },
    "adaclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566066736
    },
    "adadeletemethodsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566068976
    },
    "adadiskgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566068688
    },
    "adadone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566070064
    },
    "adadriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608273688
    },
    "adadump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566068016
    },
    "adaerror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566070048
    },
    "adaflagssysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566069872
    },
    "adaflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566075024
    },
    "adagetattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566067744
    },
    "adainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566058256
    },
    "adamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608273520
    },
    "adaoninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566061168
    },
    "adaopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566066320
    },
    "adap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "adapter"
        }
      },
      "address": 0
    },
    "adaprobedone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566068832
    },
    "adapt_comp_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "adapter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "video_adapter_t"
          }
        }
      },
      "address": 18446744071610095520
    },
    "adapter_control": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "adapter_full_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568791936
    },
    "adapter_full_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568783856
    },
    "adapter_info": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "adapter_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568791888
    },
    "adapter_init_value": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "video_adapter_t"
        }
      },
      "address": 18446744071587070048
    },
    "adapter_name.names": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587067968
    },
    "adapter_queue_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adapter_rates_mlx": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071585357056
    },
    "adapter_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_be_stats"
        }
      },
      "address": 0
    },
    "adapter_type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "adapters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610095512
    },
    "adaptive": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "adaptive_machine_arch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609685128
    },
    "adaregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566059696
    },
    "adaresume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566059152
    },
    "adasendorderedtag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566068720
    },
    "adasetflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566063584
    },
    "adasetgeom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566064160
    },
    "adashutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566059616
    },
    "adaspindown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566075696
    },
    "adastart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566061520
    },
    "adastrategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566067392
    },
    "adasuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566059104
    },
    "adasysctlinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566065088
    },
    "adate": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "adazonemodesysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566069296
    },
    "adazonesupsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566069424
    },
    "adc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ac_device_changed"
        }
      },
      "address": 0
    },
    "adcDesiredSize": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "adc_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582386704
    },
    "adc_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387056
    },
    "adc_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582386880
    },
    "add": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "add_bounce_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581291024
    },
    "add_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582384592
    },
    "add_chanlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577171888
    },
    "add_code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "add_deterministic_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581340672
    },
    "add_efi_map_entries.types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587126128
    },
    "add_fl_to_sfl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568947248
    },
    "add_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "add_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582385504
    },
    "add_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568789776
    },
    "add_physmap_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581415952
    },
    "add_promisc_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579052144
    },
    "add_res_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579131536
    },
    "add_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577117808
    },
    "add_route_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577111680
    },
    "add_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "add_sta_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_add_sta_cmd"
      },
      "address": 0
    },
    "add_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "add_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838224
    },
    "add_timer_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838304
    },
    "add_to_journal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579868352
    },
    "add_to_worklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579903472
    },
    "add_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582385344
    },
    "addba_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577253712
    },
    "addchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577170464
    },
    "addcnid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "added": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pqi_scsi_dev_t"
          }
        }
      },
      "address": 0
    },
    "addedSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "addel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "additionalByteAdjustment": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "additional_cdb_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "additional_cdb_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "additional_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "additional_length": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "addl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_addl_status"
        }
      },
      "address": 0
    },
    "addl_cdb_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addl_page_shortage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addl_shortage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addmask_key": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "addmedia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577176944
    },
    "addmedia.mopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585237600
    },
    "addn_macs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addq": {
      "type": {
        "kind": "struct",
        "name": "pfr_kentryworkq"
      },
      "address": 0
    },
    "addqos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "addr1": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "addr2": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "addr32": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "addr4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "addr6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "addr_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 0
    },
    "addr_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "addr_efi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "addr_encode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addr_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addr_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addr_l3_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "addr_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addr_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_ether_addr_list"
        }
      },
      "address": 0
    },
    "addr_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addr_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addr_mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "addr_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addr_scope": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "addr_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "addr_val_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "addr_val_t"
        }
      },
      "address": 0
    },
    "addrbuf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "addrcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addref": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "address": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "addressLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "address_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "address_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "address_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addresscopy": {
      "type": {
        "kind": "struct",
        "name": "netbuf"
      },
      "address": 0
    },
    "addrlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addrlen_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "addrq": {
      "type": {
        "kind": "struct",
        "name": "pfr_kentryworkq"
      },
      "address": 0
    },
    "addrs": {
      "type": {
        "kind": "struct",
        "name": "i40e_aqc_mac_address_read_data"
      },
      "address": 0
    },
    "addrs_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "addrsel_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613132696
    },
    "addrsel_policy_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578091184
    },
    "addrsel_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613132728
    },
    "addrsofif": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "addrstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "addupc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575941312
    },
    "addupc_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575941728
    },
    "adev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "adhoc11b": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255984
    },
    "adhocFcc3": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585256000
    },
    "adhocMkk": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585256020
    },
    "adhocScanTable": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scanlist"
        }
      },
      "address": 18446744071585255904
    },
    "adhocWorld": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255988
    },
    "adhoc_age": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577392112
    },
    "adhoc_default": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_scanner"
      },
      "address": 18446744071585255752
    },
    "adhoc_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577181040
    },
    "adhoc_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577180560
    },
    "adhoc_pick_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577392848
    },
    "adhoc_pick_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577393584
    },
    "adhoc_recv_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577184528
    },
    "adhoc_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577183168
    },
    "adhoc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577392608
    },
    "adhoc_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577180448
    },
    "adhoc_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577184560
    },
    "adinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DEVICE_INFO"
        }
      },
      "address": 0
    },
    "adisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_adisc_payload_t"
        }
      },
      "address": 0
    },
    "adj": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "adj_rf7a": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adj_smp_tsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352432
    },
    "adjkerntz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900668
    },
    "adjlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adjsock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adjsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "adjust": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adjust5111": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_06b1e3b64062caa2"
        }
      },
      "address": 18446744071584441216
    },
    "adjustDef": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_06b1e3b64062caa2"
        }
      },
      "address": 18446744071584231808
    },
    "adjust_proxy_tun_qkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579131008
    },
    "adjust_qp_sched_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579130480
    },
    "adjust_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adjustedOffCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "adjusted_cdict_cParams": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_compressionParameters"
      },
      "address": 0
    },
    "adjval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adler32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576677200
    },
    "adler32.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "adler32_combine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576677216
    },
    "adler32_combine64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576677456
    },
    "adler32_z": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576676128
    },
    "admin_opcode": {
      "type": {
        "count": 257,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584891136
    },
    "admin_q_param": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "admin_req": {
      "type": {
        "kind": "struct",
        "name": "gen_adm_req_iu_t"
      },
      "address": 0
    },
    "admin_resp": {
      "type": {
        "kind": "struct",
        "name": "gen_adm_resp_iu_t"
      },
      "address": 0
    },
    "admin_vlan_ix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "admin_vport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_state"
        }
      },
      "address": 0
    },
    "admincnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adminrevoke": {
      "type": {
        "kind": "struct",
        "name": "nfsd_clid"
      },
      "address": 0
    },
    "adminstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "adp": {
      "type": {
        "kind": "struct",
        "name": "video_adapter_t"
      },
      "address": 0
    },
    "adp_info": {
      "type": {
        "kind": "struct",
        "name": "video_adapter_info_t"
      },
      "address": 0
    },
    "adp_ini": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "video_adapter_t"
        }
      },
      "address": 18446744071613420568
    },
    "adphead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirectlst"
        }
      },
      "address": 0
    },
    "adpn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirect"
        }
      },
      "address": 0
    },
    "adpstate": {
      "type": {
        "kind": "struct",
        "name": "adp_state_t"
      },
      "address": 18446744071613421608
    },
    "adpstate2": {
      "type": {
        "kind": "struct",
        "name": "adp_state_t"
      },
      "address": 18446744071613421688
    },
    "adq": {
      "type": {
        "kind": "struct",
        "name": "xen_mem_acquire_resource"
      },
      "address": 0
    },
    "ads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_txc"
        }
      },
      "address": 0
    },
    "ads0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_status_array_dev_slot"
        }
      },
      "address": 0
    },
    "adv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "adv_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "adv_pause": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "advance": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608211472
    },
    "advance_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747240
    },
    "advance_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747264
    },
    "advance_wait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211480
    },
    "advance_wait_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747400
    },
    "advance_wait_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747424
    },
    "advertise": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "advice": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "advreachable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "advskew": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ae": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ae_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567251984
    },
    "ae_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567256640
    },
    "ae_devs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ae_dev"
        }
      },
      "address": 18446744071608334480
    },
    "ae_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567268048
    },
    "ae_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608334432
    },
    "ae_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567267760
    },
    "ae_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567262960
    },
    "ae_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567263552
    },
    "ae_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567259056
    },
    "ae_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567263440
    },
    "ae_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567261920
    },
    "ae_link_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567261152
    },
    "ae_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567263072
    },
    "ae_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567263264
    },
    "ae_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584122448
    },
    "ae_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567258656
    },
    "ae_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567259024
    },
    "ae_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567258848
    },
    "ae_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608334384
    },
    "ae_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608334360
    },
    "ae_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608334128
    },
    "ae_powersave_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567268080
    },
    "ae_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567251744
    },
    "ae_res_spec_irq": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608334560
    },
    "ae_res_spec_mem": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608334496
    },
    "ae_res_spec_msi": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608334528
    },
    "ae_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567261680
    },
    "ae_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567258496
    },
    "ae_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567266608
    },
    "ae_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567257520
    },
    "ae_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567262816
    },
    "ae_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567265632
    },
    "ae_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ae_stats"
        }
      },
      "address": 0
    },
    "ae_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567266304
    },
    "ae_stop_rxmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567267504
    },
    "ae_stop_txmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567267248
    },
    "ae_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567257648
    },
    "ae_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567267040
    },
    "ae_vpd_read_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567267824
    },
    "ael1002_get_module_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568681424
    },
    "ael1002_intr_noop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568682720
    },
    "ael1002_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608427744
    },
    "ael1002_power_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568682976
    },
    "ael1002_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568682464
    },
    "ael1006_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608427840
    },
    "ael1006_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568683792
    },
    "ael2005_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568684480
    },
    "ael2005_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568684416
    },
    "ael2005_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568684352
    },
    "ael2005_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568684544
    },
    "ael2005_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608427936
    },
    "ael2005_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568684000
    },
    "ael2005_reset.regs0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584702304
    },
    "ael2005_reset.regs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608428320
    },
    "ael2005_setup_sr_edc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568685040
    },
    "ael2005_setup_sr_edc.regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048256
    },
    "ael2005_setup_sr_edc.sr_edc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584703872
    },
    "ael2005_setup_twinax_edc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568684784
    },
    "ael2005_setup_twinax_edc.preemphasis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584702368
    },
    "ael2005_setup_twinax_edc.twinax_edc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584702400
    },
    "ael2020_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568685872
    },
    "ael2020_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568685728
    },
    "ael2020_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568685584
    },
    "ael2020_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568685936
    },
    "ael2020_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608428032
    },
    "ael2020_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568685264
    },
    "ael2020_reset_regs": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_val"
        }
      },
      "address": 18446744071584702224
    },
    "ael2020_setup_sr_edc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568686560
    },
    "ael2020_setup_sr_edc.regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584706784
    },
    "ael2020_setup_twinax_edc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568686160
    },
    "ael2020_setup_twinax_edc.twinax_edc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584705024
    },
    "ael2020_setup_twinax_edc.uCactivate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584704992
    },
    "ael2020_setup_twinax_edc.uCclock40MHz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584704960
    },
    "ael2xxx_get_module_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568683312
    },
    "ael_i2c_rd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568683072
    },
    "ael_laser_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568681120
    },
    "aen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_ioc_aen"
        }
      },
      "address": 0
    },
    "aen_code": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "aer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aer_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "aereg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aes_cbc_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579542208
    },
    "aes_cbc_decrypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579542912
    },
    "aes_cbc_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579541952
    },
    "aes_cbc_encrypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579542496
    },
    "aes_cbc_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579541920
    },
    "aes_cbc_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579541872
    },
    "aes_ccm_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544896
    },
    "aes_ccm_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544752
    },
    "aes_ccm_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544640
    },
    "aes_ccm_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544864
    },
    "aes_gcm_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544608
    },
    "aes_gcm_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544496
    },
    "aes_gcm_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544384
    },
    "aes_gcm_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544576
    },
    "aes_icm_crypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579543392
    },
    "aes_icm_crypt_last": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544240
    },
    "aes_icm_crypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579543856
    },
    "aes_icm_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579543360
    },
    "aes_icm_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579543296
    },
    "aes_xts_crypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579545232
    },
    "aes_xts_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579545184
    },
    "aes_xts_decrypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579545216
    },
    "aes_xts_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579545152
    },
    "aes_xts_encrypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579545200
    },
    "aes_xts_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579545024
    },
    "aes_xts_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579544928
    },
    "aeu_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aeu_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "af": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "af1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "af6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6asfrag"
        }
      },
      "address": 0
    },
    "af6tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6asfrag"
        }
      },
      "address": 0
    },
    "afap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "accept_filter_arg"
        }
      },
      "address": 0
    },
    "afdata_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "afe_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "afe_vals": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "afex_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "afex_stats"
        }
      },
      "address": 0
    },
    "afex_update_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_afex_update_params"
        }
      },
      "address": 0
    },
    "afex_vif_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_afex_viflists_params"
        }
      },
      "address": 0
    },
    "affinity": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210616
    },
    "aflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aflen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "afmt_tab": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7e8cc7f895e87b39"
        }
      },
      "address": 18446744071585014384
    },
    "afp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "accept_filter"
        }
      },
      "address": 0
    },
    "aframes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aft": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "aft_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aftat_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "after": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aftercut": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "again": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "agc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aes_gmac_ctx"
        }
      },
      "address": 0
    },
    "agc2_pwr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "agc_prog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_agc_prog"
        }
      },
      "address": 0
    },
    "agc_reg_array": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "agc_value": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "age": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "age_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567269424
    },
    "age_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567274560
    },
    "age_devs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "age_dev"
        }
      },
      "address": 18446744071608335232
    },
    "age_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567293952
    },
    "age_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567293920
    },
    "age_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608335184
    },
    "age_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567292544
    },
    "age_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567285584
    },
    "age_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567286192
    },
    "age_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567277472
    },
    "age_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567286080
    },
    "age_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567284000
    },
    "age_irq_spec_legacy": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608335280
    },
    "age_irq_spec_msi": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608335344
    },
    "age_irq_spec_msix": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608335312
    },
    "age_link_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567280608
    },
    "age_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567285712
    },
    "age_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567285904
    },
    "age_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584122944
    },
    "age_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567277072
    },
    "age_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567277440
    },
    "age_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567277264
    },
    "age_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567290304
    },
    "age_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608335136
    },
    "age_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608335112
    },
    "age_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608334904
    },
    "age_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567281184
    },
    "age_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567269184
    },
    "age_res_spec_mem": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608335248
    },
    "age_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567283424
    },
    "age_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567276912
    },
    "age_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567291360
    },
    "age_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567275072
    },
    "age_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567285424
    },
    "age_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567288672
    },
    "age_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567290656
    },
    "age_stop_rxmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567292032
    },
    "age_stop_txmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567292288
    },
    "age_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567275088
    },
    "age_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567291728
    },
    "agend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_tpa_end_cmpl"
        }
      },
      "address": 0
    },
    "ageq_mfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185184
    },
    "agf": {
      "type": {
        "kind": "struct",
        "name": "get_adapter_fib_ioctl"
      },
      "address": 0
    },
    "agf32": {
      "type": {
        "kind": "struct",
        "name": "get_adapter_fib_ioctl32"
      },
      "address": 0
    },
    "agg_cap_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "agg_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "agg_id_present": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "agg_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_agg_info"
        }
      },
      "address": 0
    },
    "agg_layer": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "agg_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "agg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "agg_txd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hn_txdesc"
        }
      },
      "address": 0
    },
    "agg_vsi_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_agg_vsi_info"
        }
      },
      "address": 0
    },
    "aggl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "agglen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aggrParam": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "paramType"
        }
      },
      "address": 18446744071585252720
    },
    "aggr_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "aggrmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aggstatus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "agid_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_report_key_data_agid"
        }
      },
      "address": 0
    },
    "agp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "agp_82852_set_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581577280
    },
    "agp_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301552
    },
    "agp_alloc_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567294960
    },
    "agp_alloc_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301728
    },
    "agp_alloc_memory_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608335984
    },
    "agp_amd64.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "agp_amd64_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581564288
    },
    "agp_amd64_bind_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581567216
    },
    "agp_amd64_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581566128
    },
    "agp_amd64_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610194968
    },
    "agp_amd64_flush_tlb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581567360
    },
    "agp_amd64_get_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581566352
    },
    "agp_amd64_hostb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610194920
    },
    "agp_amd64_hostb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610194896
    },
    "agp_amd64_hostbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610194808
    },
    "agp_amd64_methods": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587130544
    },
    "agp_amd64_nvidia_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581567488
    },
    "agp_amd64_nvidia_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581567648
    },
    "agp_amd64_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581563712
    },
    "agp_amd64_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581566432
    },
    "agp_amd64_table": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587130816
    },
    "agp_amd64_unbind_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581567296
    },
    "agp_amd64_via_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581567904
    },
    "agp_amd64_via_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568144
    },
    "agp_bind_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301904
    },
    "agp_bind_memory_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608336032
    },
    "agp_bind_page_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608335888
    },
    "agp_bind_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567302128
    },
    "agp_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608335648
    },
    "agp_chipset_flush_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608336080
    },
    "agp_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567303040
    },
    "agp_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 18446744071610619016
    },
    "agp_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301648
    },
    "agp_enable_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608335960
    },
    "agp_find_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567294848
    },
    "agp_find_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301072
    },
    "agp_flush_tlb_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608335936
    },
    "agp_free_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567295904
    },
    "agp_free_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567295264
    },
    "agp_free_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301824
    },
    "agp_free_memory_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608336008
    },
    "agp_free_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567295840
    },
    "agp_g4x_install_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581582784
    },
    "agp_g4x_install_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581582880
    },
    "agp_g4x_read_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581582976
    },
    "agp_g4x_write_gtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581582816
    },
    "agp_gen4_install_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581581856
    },
    "agp_gen5_get_gtt_total_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581582016
    },
    "agp_generic_alloc_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567298672
    },
    "agp_generic_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567295344
    },
    "agp_generic_bind_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567299024
    },
    "agp_generic_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567295952
    },
    "agp_generic_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567296176
    },
    "agp_generic_free_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567298912
    },
    "agp_generic_get_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567296048
    },
    "agp_generic_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567296080
    },
    "agp_generic_unbind_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567300432
    },
    "agp_get_aperture_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608335840
    },
    "agp_get_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301232
    },
    "agp_i810.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "agp_i810_alloc_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581572176
    },
    "agp_i810_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570736
    },
    "agp_i810_bind_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581573008
    },
    "agp_i810_bind_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581571872
    },
    "agp_i810_check_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574448
    },
    "agp_i810_chipset_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575888
    },
    "agp_i810_chipset_flush_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575856
    },
    "agp_i810_chipset_flush_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575872
    },
    "agp_i810_deinstall_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575216
    },
    "agp_i810_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581571472
    },
    "agp_i810_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610195248
    },
    "agp_i810_dump_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574576
    },
    "agp_i810_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581572160
    },
    "agp_i810_flush_tlb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581572144
    },
    "agp_i810_free_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581572688
    },
    "agp_i810_g33_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587133408
    },
    "agp_i810_g4x_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587133712
    },
    "agp_i810_g965_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587133256
    },
    "agp_i810_get_gtt_mappable_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574832
    },
    "agp_i810_get_gtt_total_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574800
    },
    "agp_i810_get_stolen_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574768
    },
    "agp_i810_i810_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587132344
    },
    "agp_i810_i815_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587132496
    },
    "agp_i810_i830_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587132648
    },
    "agp_i810_i855_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587132800
    },
    "agp_i810_i865_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587132952
    },
    "agp_i810_i915_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587133104
    },
    "agp_i810_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570480
    },
    "agp_i810_igd_driver": {
      "type": {
        "kind": "struct",
        "name": "agp_i810_driver"
      },
      "address": 18446744071587133560
    },
    "agp_i810_install_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574976
    },
    "agp_i810_install_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575360
    },
    "agp_i810_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574048
    },
    "agp_i810_matches": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "agp_i810_match"
        }
      },
      "address": 18446744071587131552
    },
    "agp_i810_method_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581571824
    },
    "agp_i810_methods": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587131264
    },
    "agp_i810_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570560
    },
    "agp_i810_read_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575456
    },
    "agp_i810_read_gtt_pte_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575520
    },
    "agp_i810_res_spec": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071610195296
    },
    "agp_i810_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581571680
    },
    "agp_i810_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575568
    },
    "agp_i810_set_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581574560
    },
    "agp_i810_unbind_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581573600
    },
    "agp_i810_unbind_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581572032
    },
    "agp_i810_vgapci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610195200
    },
    "agp_i810_vgapci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610195176
    },
    "agp_i810_vgapcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610195088
    },
    "agp_i810_write_gtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575296
    },
    "agp_i830_check_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576208
    },
    "agp_i830_chipset_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576048
    },
    "agp_i830_deinstall_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576832
    },
    "agp_i830_dump_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576320
    },
    "agp_i830_get_gtt_mappable_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581575904
    },
    "agp_i830_get_stolen_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576512
    },
    "agp_i830_install_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576736
    },
    "agp_i830_install_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576912
    },
    "agp_i830_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581576992
    },
    "agp_i855_dump_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581577408
    },
    "agp_i915_check_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581578464
    },
    "agp_i915_chipset_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581579744
    },
    "agp_i915_chipset_flush_alloc_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581579776
    },
    "agp_i915_chipset_flush_free_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581580064
    },
    "agp_i915_chipset_flush_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581579136
    },
    "agp_i915_chipset_flush_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581579488
    },
    "agp_i915_dump_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581578576
    },
    "agp_i915_get_gtt_mappable_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581578352
    },
    "agp_i915_get_stolen_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581577600
    },
    "agp_i915_install_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581578944
    },
    "agp_i915_read_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581579040
    },
    "agp_i915_read_gtt_pte_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581579088
    },
    "agp_i915_res_spec": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071610195328
    },
    "agp_i915_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581578448
    },
    "agp_i915_write_gtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581578880
    },
    "agp_i965_chipset_flush_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581581056
    },
    "agp_i965_chipset_flush_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581581600
    },
    "agp_i965_dump_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581580336
    },
    "agp_i965_get_gtt_total_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581580640
    },
    "agp_i965_install_gatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581580800
    },
    "agp_i965_install_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581580896
    },
    "agp_i965_read_gtt_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581580992
    },
    "agp_i965_res_spec": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071610195376
    },
    "agp_i965_write_gtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581580832
    },
    "agp_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "agp_intel_gtt_chipset_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568624
    },
    "agp_intel_gtt_clear_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568224
    },
    "agp_intel_gtt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568528
    },
    "agp_intel_gtt_insert_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568368
    },
    "agp_intel_gtt_insert_sg_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568896
    },
    "agp_intel_gtt_map_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568688
    },
    "agp_intel_gtt_unmap_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581568672
    },
    "agp_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567303296
    },
    "agp_max": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584123136
    },
    "agp_memory_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567302080
    },
    "agp_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567304672
    },
    "agp_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567302976
    },
    "agp_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301600
    },
    "agp_set_aperture_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608335864
    },
    "agp_set_aperture_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567295312
    },
    "agp_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567301216
    },
    "agp_unbind_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567302000
    },
    "agp_unbind_memory_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608336056
    },
    "agp_unbind_page_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608335912
    },
    "agp_unbind_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567302640
    },
    "agp_via.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "agp_via_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581584192
    },
    "agp_via_bind_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581586624
    },
    "agp_via_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581585200
    },
    "agp_via_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610195648
    },
    "agp_via_flush_tlb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581586752
    },
    "agp_via_get_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581585504
    },
    "agp_via_hostb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610195600
    },
    "agp_via_hostb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610195576
    },
    "agp_via_hostbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610195488
    },
    "agp_via_methods": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587134480
    },
    "agp_via_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581583040
    },
    "agp_via_set_aperture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581585984
    },
    "agp_via_unbind_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581586688
    },
    "agpsel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ah": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "arphdr"
        }
      },
      "address": 0
    },
    "ah.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah9300": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_hal_9300"
        }
      },
      "address": 0
    },
    "ah_chip_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_419a6de5fc8ab518"
      },
      "address": 18446744071608355688
    },
    "ah_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578341680
    },
    "ah_config": {
      "type": {
        "kind": "struct",
        "name": "HAL_OPS_CONFIG"
      },
      "address": 0
    },
    "ah_eeprom_9287.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah_eeprom_v1.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah_eeprom_v14.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah_eeprom_v3.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah_eeprom_v4k.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah_hdrsiz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578340656
    },
    "ah_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578341344
    },
    "ah_init0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578340784
    },
    "ah_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578341728
    },
    "ah_input_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578345824
    },
    "ah_massage_headers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578344832
    },
    "ah_net_deflev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ah_osdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578342976
    },
    "ah_output_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578347088
    },
    "ah_regdomain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ah_regser_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071608355616
    },
    "ah_regser_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610619152
    },
    "ah_regser_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608355088
    },
    "ah_regser_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608355112
    },
    "ah_rf_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_669c5c3d7fb04f78"
      },
      "address": 18446744071608355704
    },
    "ah_signal_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ah_trans_deflev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ah_xform_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983920
    },
    "ah_xform_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983944
    },
    "ah_xformsw": {
      "type": {
        "kind": "struct",
        "name": "xformsw"
      },
      "address": 18446744071609984160
    },
    "aha2840_load_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567346640
    },
    "ahc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_softc"
        }
      },
      "address": 0
    },
    "ahc_abort_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567474896
    },
    "ahc_acquire_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567555776
    },
    "ahc_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567535696
    },
    "ahc_aha29160C_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567545696
    },
    "ahc_aha2940Pro_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567545264
    },
    "ahc_aha394XU_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567544880
    },
    "ahc_aha394XX_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567559168
    },
    "ahc_aha394X_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567544288
    },
    "ahc_aha398XU_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567545072
    },
    "ahc_aha398XX_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567559408
    },
    "ahc_aha398X_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567544352
    },
    "ahc_aha494X_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567544416
    },
    "ahc_aic7770_EISA_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567345440
    },
    "ahc_aic7770_VL_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567345504
    },
    "ahc_aic785X_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567543696
    },
    "ahc_aic7860_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567543872
    },
    "ahc_aic7870_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567544224
    },
    "ahc_aic7880_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567544704
    },
    "ahc_aic7890_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567545456
    },
    "ahc_aic7892_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567545632
    },
    "ahc_aic7895_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567545872
    },
    "ahc_aic7896_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567546336
    },
    "ahc_aic7899_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567546512
    },
    "ahc_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567500560
    },
    "ahc_alloc_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567503920
    },
    "ahc_alloc_tstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567512512
    },
    "ahc_apa1480_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567544048
    },
    "ahc_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567538416
    },
    "ahc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567534432
    },
    "ahc_build_transfer_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567523584
    },
    "ahc_busy_tcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567514624
    },
    "ahc_calc_geometry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567533840
    },
    "ahc_calc_residual": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567518112
    },
    "ahc_chip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567504784
    },
    "ahc_chip_names": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608339792
    },
    "ahc_clear_critical_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567495520
    },
    "ahc_clear_intstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567486960
    },
    "ahc_compile_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567496896
    },
    "ahc_construct_ppr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567524800
    },
    "ahc_construct_sdtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567525088
    },
    "ahc_construct_wdtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567525296
    },
    "ahc_controller_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567504480
    },
    "ahc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567541424
    },
    "ahc_devlimited_syncrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567524592
    },
    "ahc_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567504464
    },
    "ahc_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567539152
    },
    "ahc_dump_card_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567469344
    },
    "ahc_execute_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567541712
    },
    "ahc_fetch_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567485680
    },
    "ahc_find_pci_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567546720
    },
    "ahc_find_period": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567499232
    },
    "ahc_find_syncrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567499024
    },
    "ahc_find_tmode_devs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567520800
    },
    "ahc_force_renegotiation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567496256
    },
    "ahc_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567501168
    },
    "ahc_free_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567540128
    },
    "ahc_free_tstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567523472
    },
    "ahc_freeze_devq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567486048
    },
    "ahc_get_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567528896
    },
    "ahc_get_tran_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567540560
    },
    "ahc_handle_brkadrint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567468928
    },
    "ahc_handle_devreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567496416
    },
    "ahc_handle_en_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567520976
    },
    "ahc_handle_scsiint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567491648
    },
    "ahc_handle_seqint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567476736
    },
    "ahc_hard_errors": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ahc_hard_error_entry"
        }
      },
      "address": 18446744071584139424
    },
    "ahc_index_busy_tcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567486784
    },
    "ahc_info": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ahc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567509040
    },
    "ahc_init_scbdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567511568
    },
    "ahc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567538608
    },
    "ahc_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567513088
    },
    "ahc_inw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567554336
    },
    "ahc_isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ahc_isa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567341792
    },
    "ahc_isa_device_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584131408
    },
    "ahc_isa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608337448
    },
    "ahc_isa_find_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567342240
    },
    "ahc_isa_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567340864
    },
    "ahc_isa_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608337400
    },
    "ahc_isa_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608337376
    },
    "ahc_isa_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608337288
    },
    "ahc_isa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567341232
    },
    "ahc_loadseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567507264
    },
    "ahc_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567554400
    },
    "ahc_lookup_phase_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567500496
    },
    "ahc_map_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567533856
    },
    "ahc_match_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567497168
    },
    "ahc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608340632
    },
    "ahc_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567543680
    },
    "ahc_num_aic7770_devs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071584131616
    },
    "ahc_num_pci_devs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071584146712
    },
    "ahc_parse_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567525456
    },
    "ahc_patch0_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529056
    },
    "ahc_patch10_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529264
    },
    "ahc_patch11_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529296
    },
    "ahc_patch12_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529312
    },
    "ahc_patch13_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529344
    },
    "ahc_patch14_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529376
    },
    "ahc_patch15_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529408
    },
    "ahc_patch16_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529440
    },
    "ahc_patch17_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529472
    },
    "ahc_patch18_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529488
    },
    "ahc_patch19_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529520
    },
    "ahc_patch1_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567528960
    },
    "ahc_patch20_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529552
    },
    "ahc_patch21_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529584
    },
    "ahc_patch22_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529616
    },
    "ahc_patch23_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529648
    },
    "ahc_patch2_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567528992
    },
    "ahc_patch3_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529024
    },
    "ahc_patch4_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529072
    },
    "ahc_patch5_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529104
    },
    "ahc_patch6_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529136
    },
    "ahc_patch7_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529168
    },
    "ahc_patch8_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529200
    },
    "ahc_patch9_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529232
    },
    "ahc_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567467072
    },
    "ahc_pause_and_flushwork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567513216
    },
    "ahc_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ahc_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567343584
    },
    "ahc_pci_chip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567550480
    },
    "ahc_pci_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567547488
    },
    "ahc_pci_device_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584131488
    },
    "ahc_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608337720
    },
    "ahc_pci_ident_table": {
      "type": {
        "count": 62,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ahc_pci_identity"
        }
      },
      "address": 18446744071608340672
    },
    "ahc_pci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567549664
    },
    "ahc_pci_map_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567342416
    },
    "ahc_pci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608337672
    },
    "ahc_pci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608337648
    },
    "ahc_pci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608337560
    },
    "ahc_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567343520
    },
    "ahc_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567550880
    },
    "ahc_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567550864
    },
    "ahc_pci_test_register_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567554528
    },
    "ahc_phase_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ahc_phase_table_entry"
        }
      },
      "address": 18446744071608339904
    },
    "ahc_platform_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567540944
    },
    "ahc_platform_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567541136
    },
    "ahc_platform_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567534096
    },
    "ahc_platform_set_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567540928
    },
    "ahc_platform_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567533232
    },
    "ahc_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567538400
    },
    "ahc_print_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567486000
    },
    "ahc_print_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567518320
    },
    "ahc_print_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567498624
    },
    "ahc_probe_ext_scbram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567553408
    },
    "ahc_probe_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567503696
    },
    "ahc_qinfifo_requeue_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567486304
    },
    "ahc_queue_lstate_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567517712
    },
    "ahc_raid_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567546688
    },
    "ahc_read_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567529680
    },
    "ahc_recover_commands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567518768
    },
    "ahc_recovery_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567533520
    },
    "ahc_release_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567556048
    },
    "ahc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567502944
    },
    "ahc_reset_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567487824
    },
    "ahc_reset_current_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567517536
    },
    "ahc_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567466224
    },
    "ahc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567514512
    },
    "ahc_run_qoutfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567467248
    },
    "ahc_run_tqinfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567516464
    },
    "ahc_run_untagged_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567468192
    },
    "ahc_run_untagged_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567467952
    },
    "ahc_scbram_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567556112
    },
    "ahc_search_disc_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567515408
    },
    "ahc_search_qinfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567489008
    },
    "ahc_search_untagged_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567514784
    },
    "ahc_send_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567540240
    },
    "ahc_send_lstate_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567517952
    },
    "ahc_sent_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567496960
    },
    "ahc_set_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567502880
    },
    "ahc_set_recoveryscb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567533152
    },
    "ahc_set_syncrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567497808
    },
    "ahc_set_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567500432
    },
    "ahc_set_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567502864
    },
    "ahc_set_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567497376
    },
    "ahc_setup_initiator_msgout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567487120
    },
    "ahc_setup_target_msgin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567487744
    },
    "ahc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567476592
    },
    "ahc_softc_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567541408
    },
    "ahc_softc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567501952
    },
    "ahc_softc_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567502096
    },
    "ahc_spawn_recovery_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567533456
    },
    "ahc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567514224
    },
    "ahc_syncrates": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ahc_syncrate"
        }
      },
      "address": 18446744071608340064
    },
    "ahc_tailq": {
      "type": {
        "kind": "struct",
        "name": "ahc_softc_tailq"
      },
      "address": 18446744071608339776
    },
    "ahc_terminate_recovery_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567533744
    },
    "ahc_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567518688
    },
    "ahc_unbusy_tcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567507104
    },
    "ahc_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567554464
    },
    "ahc_unpause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567467184
    },
    "ahc_update_neg_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567486144
    },
    "ahc_update_pending_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567499520
    },
    "ahc_update_residual": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567467760
    },
    "ahc_update_scsiid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567523312
    },
    "ahc_validate_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567499360
    },
    "ahc_validate_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567499456
    },
    "ahc_verify_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567532944
    },
    "ahc_write_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567531504
    },
    "ahci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ahci_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567309408
    },
    "ahci_ata_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608337192
    },
    "ahci_ata_methods": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584131216
    },
    "ahci_ata_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567340496
    },
    "ahci_atapci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608337144
    },
    "ahci_atapci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608337120
    },
    "ahci_atapcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608336928
    },
    "ahci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567305584
    },
    "ahci_attached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310208
    },
    "ahci_begin_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567326064
    },
    "ahci_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310944
    },
    "ahci_ch_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567330640
    },
    "ahci_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567313920
    },
    "ahci_ch_disablephy_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567317632
    },
    "ahci_ch_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567314944
    },
    "ahci_ch_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567315552
    },
    "ahci_ch_intr_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567315232
    },
    "ahci_ch_intr_main": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567318368
    },
    "ahci_ch_pm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567317520
    },
    "ahci_ch_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310912
    },
    "ahci_ch_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567314768
    },
    "ahci_ch_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567314448
    },
    "ahci_check_collision": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567327104
    },
    "ahci_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310128
    },
    "ahci_clo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567325552
    },
    "ahci_ctlr_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567305088
    },
    "ahci_ctlr_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567304832
    },
    "ahci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567308592
    },
    "ahci_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310368
    },
    "ahci_dmafini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567317888
    },
    "ahci_dmasetprd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567327376
    },
    "ahci_dmasetupc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567317856
    },
    "ahci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608337056
    },
    "ahci_em_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567331024
    },
    "ahci_em_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567332672
    },
    "ahci_em_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567335920
    },
    "ahci_em_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567330992
    },
    "ahci_em_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567333296
    },
    "ahci_em_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567333152
    },
    "ahci_em_setleds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567336096
    },
    "ahci_em_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567333024
    },
    "ahci_end_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567321088
    },
    "ahci_execute_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567327664
    },
    "ahci_free_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567307872
    },
    "ahci_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310192
    },
    "ahci_getch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310640
    },
    "ahci_ids": {
      "type": {
        "count": 309,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_2dc065eb4a3a75af"
        }
      },
      "address": 18446744071584123760
    },
    "ahci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567308784
    },
    "ahci_intr_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567309312
    },
    "ahci_intr_one_edge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567309232
    },
    "ahci_issue_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567326464
    },
    "ahci_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584123552
    },
    "ahci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ahci_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567337504
    },
    "ahci_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567340272
    },
    "ahci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608337008
    },
    "ahci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608336984
    },
    "ahci_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567340448
    },
    "ahci_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567340368
    },
    "ahci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608336832
    },
    "ahci_phy_check_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567320832
    },
    "ahci_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310032
    },
    "ahci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567336416
    },
    "ahci_putch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567310848
    },
    "ahci_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567309808
    },
    "ahci_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567323600
    },
    "ahci_reset_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567325728
    },
    "ahci_setup_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567308000
    },
    "ahci_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567309856
    },
    "ahci_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567318096
    },
    "ahci_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567325376
    },
    "ahci_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567309968
    },
    "ahci_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567329664
    },
    "ahciaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567315728
    },
    "ahcich_ahci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608336440
    },
    "ahcich_ahci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608336416
    },
    "ahcich_ahcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608336208
    },
    "ahcich_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608336488
    },
    "ahcich_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584123264
    },
    "ahciem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ahciem_ahci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608336664
    },
    "ahciem_ahci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608336640
    },
    "ahciem_ahcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608336600
    },
    "ahciem_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608336712
    },
    "ahciem_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584123456
    },
    "ahciemaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567333520
    },
    "ahciempoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567335904
    },
    "ahcipoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567317392
    },
    "ahcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608340544
    },
    "ahd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahd_softc"
        }
      },
      "address": 0
    },
    "ahd_abort_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567390544
    },
    "ahd_acquire_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567437472
    },
    "ahd_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567446784
    },
    "ahd_add_col_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567418736
    },
    "ahd_aic7901A_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455488
    },
    "ahd_aic7901_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455456
    },
    "ahd_aic7902_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455520
    },
    "ahd_aic790X_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567465504
    },
    "ahd_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567406000
    },
    "ahd_alloc_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567416752
    },
    "ahd_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567448592
    },
    "ahd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567446048
    },
    "ahd_attach_to_HostRAID_controllers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608338224
    },
    "ahd_build_transfer_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567438016
    },
    "ahd_busy_tcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567427088
    },
    "ahd_calc_geometry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444848
    },
    "ahd_calc_residual": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567431872
    },
    "ahd_check_extport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567461136
    },
    "ahd_chip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567409200
    },
    "ahd_chip_names": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608338240
    },
    "ahd_clear_allcounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567445600
    },
    "ahd_clear_critical_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567396272
    },
    "ahd_clear_fifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567348656
    },
    "ahd_clear_intstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567383616
    },
    "ahd_clear_msg_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567348112
    },
    "ahd_compile_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567380960
    },
    "ahd_construct_ppr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567439296
    },
    "ahd_construct_sdtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567439600
    },
    "ahd_construct_wdtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567439808
    },
    "ahd_controller_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567419488
    },
    "ahd_ddb_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455360
    },
    "ahd_ddb_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567453744
    },
    "ahd_ddb_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567454448
    },
    "ahd_ddb_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567452976
    },
    "ahd_ddb_paused": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610619032
    },
    "ahd_ddb_paused_on_entry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610619036
    },
    "ahd_ddb_softc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahd_softc"
        }
      },
      "address": 18446744071610619024
    },
    "ahd_ddb_sunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567452816
    },
    "ahd_ddb_unpause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567453200
    },
    "ahd_default_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567422992
    },
    "ahd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567450928
    },
    "ahd_devlimited_syncrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567438992
    },
    "ahd_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567419472
    },
    "ahd_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567449136
    },
    "ahd_done_with_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567428688
    },
    "ahd_dump_all_cards_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567432256
    },
    "ahd_dump_card_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567357056
    },
    "ahd_dump_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567432688
    },
    "ahd_dump_sglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567403280
    },
    "ahd_enable_coalescing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567425504
    },
    "ahd_execute_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567451216
    },
    "ahd_fetch_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567383152
    },
    "ahd_find_busy_tcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567385024
    },
    "ahd_find_pci_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455552
    },
    "ahd_find_syncrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567403536
    },
    "ahd_flush_qoutfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567348992
    },
    "ahd_force_renegotiation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567437856
    },
    "ahd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567406352
    },
    "ahd_free_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567418880
    },
    "ahd_freeze_devq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567383056
    },
    "ahd_get_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567416304
    },
    "ahd_get_scbptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567356448
    },
    "ahd_get_tran_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567450112
    },
    "ahd_handle_devreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567391552
    },
    "ahd_handle_hwerrint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567369008
    },
    "ahd_handle_lqiphase_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567398448
    },
    "ahd_handle_nonpkt_busfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567400688
    },
    "ahd_handle_pkt_busfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567399056
    },
    "ahd_handle_scb_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567368944
    },
    "ahd_handle_scsi_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567429792
    },
    "ahd_handle_scsiint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567391808
    },
    "ahd_handle_seqint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567369360
    },
    "ahd_hard_errors": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ahd_hard_error_entry"
        }
      },
      "address": 0
    },
    "ahd_inb_scbram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567356608
    },
    "ahd_info": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ahd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567419664
    },
    "ahd_inl_scbram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567433760
    },
    "ahd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567448752
    },
    "ahd_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567425200
    },
    "ahd_inw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567356528
    },
    "ahd_iocell_first_selection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567398064
    },
    "ahd_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567463840
    },
    "ahd_lookup_phase_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567405936
    },
    "ahd_map_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567445792
    },
    "ahd_match_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567427376
    },
    "ahd_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608339192
    },
    "ahd_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455440
    },
    "ahd_num_pci_devs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071584138624
    },
    "ahd_other_scb_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567435824
    },
    "ahd_outq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567380656
    },
    "ahd_parse_cfgdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567423776
    },
    "ahd_parse_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567439968
    },
    "ahd_parse_vpddata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567424896
    },
    "ahd_patch0_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443456
    },
    "ahd_patch10_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443712
    },
    "ahd_patch11_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443744
    },
    "ahd_patch12_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443776
    },
    "ahd_patch13_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443808
    },
    "ahd_patch14_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443840
    },
    "ahd_patch15_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443872
    },
    "ahd_patch16_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443904
    },
    "ahd_patch17_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443936
    },
    "ahd_patch18_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443968
    },
    "ahd_patch19_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444000
    },
    "ahd_patch1_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443424
    },
    "ahd_patch20_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444032
    },
    "ahd_patch21_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444064
    },
    "ahd_patch22_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444096
    },
    "ahd_patch23_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444128
    },
    "ahd_patch2_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443472
    },
    "ahd_patch3_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443504
    },
    "ahd_patch4_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443536
    },
    "ahd_patch5_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443568
    },
    "ahd_patch6_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443584
    },
    "ahd_patch7_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443616
    },
    "ahd_patch8_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443648
    },
    "ahd_patch9_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567443680
    },
    "ahd_pause_and_flushwork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567425584
    },
    "ahd_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ahd_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567345056
    },
    "ahd_pci_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567456752
    },
    "ahd_pci_device_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584131552
    },
    "ahd_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608337992
    },
    "ahd_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608337944
    },
    "ahd_pci_ident_table": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ahd_pci_identity"
        }
      },
      "address": 18446744071608339232
    },
    "ahd_pci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567457968
    },
    "ahd_pci_intr.s": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619040
    },
    "ahd_pci_map_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567344864
    },
    "ahd_pci_map_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567343952
    },
    "ahd_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608337920
    },
    "ahd_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567344992
    },
    "ahd_pci_split_intr.s": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619048
    },
    "ahd_pci_split_intr.s.64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619056
    },
    "ahd_pci_test_register_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567463968
    },
    "ahd_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608337832
    },
    "ahd_phase_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ahd_phase_table_entry"
        }
      },
      "address": 18446744071608338272
    },
    "ahd_platform_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567450480
    },
    "ahd_platform_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567450672
    },
    "ahd_platform_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567445904
    },
    "ahd_platform_set_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567450464
    },
    "ahd_platform_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444240
    },
    "ahd_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567448576
    },
    "ahd_print_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567405888
    },
    "ahd_print_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567432320
    },
    "ahd_print_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567402848
    },
    "ahd_probe_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567415648
    },
    "ahd_qinfifo_requeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567427952
    },
    "ahd_qinfifo_requeue_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567427456
    },
    "ahd_read_flexport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567422352
    },
    "ahd_read_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567436160
    },
    "ahd_recover_commands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567434160
    },
    "ahd_recovery_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444528
    },
    "ahd_release_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567437488
    },
    "ahd_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567408256
    },
    "ahd_reset_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567379392
    },
    "ahd_reset_cmds_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567428208
    },
    "ahd_reset_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567428800
    },
    "ahd_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567347344
    },
    "ahd_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567426976
    },
    "ahd_run_qoutfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567356688
    },
    "ahd_search_qinfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567385392
    },
    "ahd_send_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567449808
    },
    "ahd_sent_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567437616
    },
    "ahd_set_debugcounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567445696
    },
    "ahd_set_modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567348048
    },
    "ahd_set_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567408128
    },
    "ahd_set_recoveryscb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444160
    },
    "ahd_set_syncrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567381776
    },
    "ahd_set_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567405824
    },
    "ahd_set_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567408112
    },
    "ahd_set_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567381024
    },
    "ahd_setup_initiator_msgout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567383872
    },
    "ahd_setup_iocell_workaround": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567396016
    },
    "ahd_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567408192
    },
    "ahd_softc_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567450912
    },
    "ahd_softc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567407344
    },
    "ahd_softc_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567407376
    },
    "ahd_spawn_recovery_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444464
    },
    "ahd_stat_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567422592
    },
    "ahd_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567426688
    },
    "ahd_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444864
    },
    "ahd_sysctl_errors_descriptions": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ahd_sysctl_errors_elements": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ahd_sysctl_node_descriptions": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ahd_sysctl_node_elements": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ahd_tailq": {
      "type": {
        "kind": "struct",
        "name": "ahd_softc_tailq"
      },
      "address": 18446744071608338208
    },
    "ahd_terminate_recovery_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567444752
    },
    "ahd_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567434064
    },
    "ahd_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567463904
    },
    "ahd_unpause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567348448
    },
    "ahd_update_coalescing_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567425328
    },
    "ahd_update_neg_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567403824
    },
    "ahd_update_neg_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567403984
    },
    "ahd_update_pending_scbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567404688
    },
    "ahd_validate_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567403680
    },
    "ahd_validate_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567403760
    },
    "ahd_verify_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567437264
    },
    "ahd_verify_vpd_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567424960
    },
    "ahd_wait_flexport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567437504
    },
    "ahd_wait_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567436576
    },
    "ahd_write_flexport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567421952
    },
    "ahd_write_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567436688
    },
    "ahdemo_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384464
    },
    "ahdemo_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577184464
    },
    "ahdmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338768
    },
    "ahdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_header"
        }
      },
      "address": 0
    },
    "ahead": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ahigh": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ahp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_hal_5212"
        }
      },
      "address": 0
    },
    "ahp5416": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_hal_5416"
        }
      },
      "address": 0
    },
    "ahp9280": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_hal_9280"
        }
      },
      "address": 0
    },
    "ahp9285": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_hal_9285"
        }
      },
      "address": 0
    },
    "ahp9287": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_hal_9287"
        }
      },
      "address": 0
    },
    "ahp_Eeprom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_eeprom_t"
        }
      },
      "address": 0
    },
    "ahpriv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_hal_private"
        }
      },
      "address": 0
    },
    "ahsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ahstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578341168
    },
    "ahx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "auth_hash"
        }
      },
      "address": 0
    },
    "ai": {
      "type": {
        "kind": "struct",
        "name": "auditinfo"
      },
      "address": 0
    },
    "aia": {
      "type": {
        "kind": "struct",
        "name": "auditinfo_addr"
      },
      "address": 0
    },
    "aic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_aic_obj"
        }
      },
      "address": 0
    },
    "aic7770.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic7770_chip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567346480
    },
    "aic7770_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567345728
    },
    "aic7770_find_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567345568
    },
    "aic7770_ident_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aic7770_identity"
        }
      },
      "address": 18446744071608338064
    },
    "aic7770_map_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567534240
    },
    "aic7770_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567346624
    },
    "aic7770_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567346608
    },
    "aic79xx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic79xx_osm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic79xx_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic7xxx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic7xxx_93cx6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic7xxx_osm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic7xxx_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "aic_freeze_scb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567383104
    },
    "aic_pci_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567547376
    },
    "aic_pci_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567549536
    },
    "aic_scb_timer_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567486688
    },
    "aid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_appie"
        }
      },
      "address": 0
    },
    "aielen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_aif_command"
        }
      },
      "address": 0
    },
    "aifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "aifs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "aio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_io_t"
        }
      },
      "address": 0
    },
    "aio_aqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576341872
    },
    "aio_bio_done_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576340992
    },
    "aio_biocleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576357872
    },
    "aio_biowakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576357680
    },
    "aio_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576341808
    },
    "aio_cancel_cleared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576340432
    },
    "aio_cancel_daemon_job": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576346368
    },
    "aio_cancel_job": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348176
    },
    "aio_cancel_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576357472
    },
    "aio_clear_cancel_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576340448
    },
    "aio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576340768
    },
    "aio_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576355728
    },
    "aio_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609789160
    },
    "aio_free_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576354048
    },
    "aio_freeproc": {
      "type": {
        "kind": "struct",
        "name": "unnamed_39ee223adfc875a9"
      },
      "address": 18446744071613041456
    },
    "aio_init_aioinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576338880
    },
    "aio_job_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613041352
    },
    "aio_jobs": {
      "type": {
        "kind": "struct",
        "name": "unnamed_96c40e78a0f920a8"
      },
      "address": 18446744071613041400
    },
    "aio_kick_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576339392
    },
    "aio_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609789136
    },
    "aio_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352960
    },
    "aio_newproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576340192
    },
    "aio_newproc_sem": {
      "type": {
        "kind": "struct",
        "name": "sema"
      },
      "address": 18446744071613041472
    },
    "aio_proc_rundown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576353424
    },
    "aio_proc_rundown_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576354032
    },
    "aio_process_mlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576344448
    },
    "aio_process_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576356816
    },
    "aio_process_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576355248
    },
    "aio_queue_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576344528
    },
    "aio_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576343888
    },
    "aio_schedule_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576339888
    },
    "aio_set_cancel_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576340608
    },
    "aio_swake": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613040952
    },
    "aio_switch_vmspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576341840
    },
    "aiocb32_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358320
    },
    "aiocb32_fetch_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358560
    },
    "aiocb32_fetch_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358528
    },
    "aiocb32_ops": {
      "type": {
        "kind": "struct",
        "name": "aiocb_ops"
      },
      "address": 18446744071609789056
    },
    "aiocb32_store_aiocb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358640
    },
    "aiocb32_store_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358608
    },
    "aiocb32_store_kernelinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358624
    },
    "aiocb32_store_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358592
    },
    "aiocb_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358128
    },
    "aiocb_fetch_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358240
    },
    "aiocb_fetch_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358224
    },
    "aiocb_ops": {
      "type": {
        "kind": "struct",
        "name": "aiocb_ops"
      },
      "address": 18446744071609788776
    },
    "aiocb_store_aiocb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358304
    },
    "aiocb_store_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358272
    },
    "aiocb_store_kernelinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358288
    },
    "aiocb_store_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358256
    },
    "aiocb_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613041344
    },
    "aiod_lifetime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041436
    },
    "aiod_unr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071613041528
    },
    "aiolio_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613041536
    },
    "aiomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609788712
    },
    "aiop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apm_info_old"
        }
      },
      "address": 0
    },
    "aiov": {
      "type": {
        "kind": "struct",
        "name": "iovec"
      },
      "address": 0
    },
    "aip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocindir"
        }
      },
      "address": 0
    },
    "aipn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocindir"
        }
      },
      "address": 0
    },
    "airtime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aitv": {
      "type": {
        "kind": "struct",
        "name": "itimerval"
      },
      "address": 0
    },
    "ak": {
      "type": {
        "kind": "struct",
        "name": "auditinfo_addr"
      },
      "address": 0
    },
    "al": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "alElement_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_ABSTRACT_ELEMENT_T"
        }
      },
      "address": 0
    },
    "al_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "alarm_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "alba": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "alc655_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442688
    },
    "alc_aspm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567590016
    },
    "alc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567559728
    },
    "alc_config_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567581840
    },
    "alc_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567594224
    },
    "alc_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567594160
    },
    "alc_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071608343496
    },
    "alc_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567594432
    },
    "alc_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567594240
    },
    "alc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567570816
    },
    "alc_dma_burst": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584047456
    },
    "alc_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567593264
    },
    "alc_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567593232
    },
    "alc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608343104
    },
    "alc_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567591104
    },
    "alc_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567575136
    },
    "alc_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567590592
    },
    "alc_ident_table": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "alc_ident"
        }
      },
      "address": 18446744071608343152
    },
    "alc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567581296
    },
    "alc_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567583328
    },
    "alc_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567575392
    },
    "alc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567582032
    },
    "alc_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567579728
    },
    "alc_irq_spec_legacy": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608343408
    },
    "alc_irq_spec_msi": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608343472
    },
    "alc_irq_spec_msix": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608343440
    },
    "alc_mac_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567595264
    },
    "alc_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567581424
    },
    "alc_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567581616
    },
    "alc_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584147536
    },
    "alc_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567573504
    },
    "alc_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567574192
    },
    "alc_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567573856
    },
    "alc_miidbg_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567592736
    },
    "alc_miidbg_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567592432
    },
    "alc_miiext_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567592784
    },
    "alc_miiext_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567592480
    },
    "alc_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567587504
    },
    "alc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608343056
    },
    "alc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608343032
    },
    "alc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608342824
    },
    "alc_phy_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567594528
    },
    "alc_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567576272
    },
    "alc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567559664
    },
    "alc_res_spec_mem": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608343376
    },
    "alc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567578352
    },
    "alc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567573088
    },
    "alc_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567588432
    },
    "alc_rxintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567582160
    },
    "alc_setlinkspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567594784
    },
    "alc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567571312
    },
    "alc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567581136
    },
    "alc_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567587168
    },
    "alc_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567589008
    },
    "alc_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567587840
    },
    "alc_stop_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567577872
    },
    "alc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567571328
    },
    "alc_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567588720
    },
    "alc_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567590656
    },
    "ald_active": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0db87b966866d07c"
      },
      "address": 18446744071612534104
    },
    "ald_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575104912
    },
    "ald_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071609641072
    },
    "ald_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612534048
    },
    "ald_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071612534088
    },
    "ald_queues": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0db87b966866d07c"
      },
      "address": 18446744071612534120
    },
    "ald_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575105472
    },
    "ald_shutingdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534112
    },
    "ald_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575106464
    },
    "ald_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609640840
    },
    "ald_thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071612534080
    },
    "aldthread_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609640816
    },
    "ale_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567595728
    },
    "ale_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567604688
    },
    "ale_devs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ale_dev"
        }
      },
      "address": 18446744071584148224
    },
    "ale_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567621280
    },
    "ale_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567621248
    },
    "ale_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608344064
    },
    "ale_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567620576
    },
    "ale_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567613664
    },
    "ale_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567614320
    },
    "ale_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567608064
    },
    "ale_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567614208
    },
    "ale_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567612144
    },
    "ale_irq_spec_legacy": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608344144
    },
    "ale_irq_spec_msi": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608344208
    },
    "ale_irq_spec_msix": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608344176
    },
    "ale_mac_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567622160
    },
    "ale_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567613792
    },
    "ale_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567613984
    },
    "ale_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584148064
    },
    "ale_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567607456
    },
    "ale_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567607824
    },
    "ale_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567607648
    },
    "ale_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608344016
    },
    "ale_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608343992
    },
    "ale_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608343784
    },
    "ale_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567609808
    },
    "ale_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567595488
    },
    "ale_res_spec_mem": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608344112
    },
    "ale_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567611520
    },
    "ale_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567606960
    },
    "ale_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567618896
    },
    "ale_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567605168
    },
    "ale_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567613504
    },
    "ale_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567616768
    },
    "ale_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567619552
    },
    "ale_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567618384
    },
    "ale_stop_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567620368
    },
    "ale_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567605184
    },
    "ale_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567619264
    },
    "ale_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567620640
    },
    "alen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alert": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "alg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_alg"
        }
      },
      "address": 0
    },
    "alg_types": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "alg_type"
        }
      },
      "address": 0
    },
    "algo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "auth_hash"
        }
      },
      "address": 0
    },
    "algoNb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "algoTime": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "algo_time_t"
          }
        }
      },
      "address": 18446744071584082800
    },
    "algo_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i2c_algo_bit_data"
        }
      },
      "address": 0
    },
    "algo_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "algorithms": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "alias": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "alias_devp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "cdev"
          }
        }
      },
      "address": 0
    },
    "align": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "alignBytesMask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "align_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "align_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380001
    },
    "align_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380033
    },
    "aligned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aligned_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "aligned_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aligned_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "alignmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alignment": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "alignsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "alim": {
      "type": {
        "kind": "struct",
        "name": "rlimit"
      },
      "address": 0
    },
    "alimp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rlimit"
        }
      },
      "address": 0
    },
    "alink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ppp_link"
        }
      },
      "address": 0
    },
    "alive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alive_cmd": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584806468
    },
    "alive_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_alive_data"
        }
      },
      "address": 0
    },
    "alive_wait": {
      "type": {
        "kind": "struct",
        "name": "iwm_notification_wait"
      },
      "address": 0
    },
    "all": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allCountries": {
      "type": {
        "count": 130,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "COUNTRY_CODE_TO_ENUM_RD"
        }
      },
      "address": 18446744071608359504
    },
    "all_algo_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_ab0d4c11632950e4"
      },
      "address": 18446744071609841096
    },
    "all_caps": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "all_chan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "all_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071612992992
    },
    "all_domains": {
      "type": {
        "kind": "struct",
        "name": "domainset_t"
      },
      "address": 18446744071608213016
    },
    "all_frames_transferred": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "all_parsers": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nlhdr_parser"
          }
        }
      },
      "address": 0
    },
    "all_time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "all_x": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "all_zero": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "all_zeroes": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "allclean": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "allerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allfox": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "allfree": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allhosts_addr": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "allmulti": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allmulti_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "alloc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "alloc_atid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568788128
    },
    "alloc_bfreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579356256
    },
    "alloc_bounce_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581289856
    },
    "alloc_bounce_zone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581288736
    },
    "alloc_buf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alloc_comp_eqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579317024
    },
    "alloc_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568953728
    },
    "alloc_eq_hwq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568952448
    },
    "alloc_extra_vi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568897376
    },
    "alloc_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "alloc_fpusave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581558992
    },
    "alloc_hftid_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568753504
    },
    "alloc_iq_fl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568949152
    },
    "alloc_iq_fl_hwq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568950624
    },
    "alloc_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "alloc_mbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alloc_nm_rxq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568899664
    },
    "alloc_nm_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568900720
    },
    "alloc_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568944864
    },
    "alloc_ring_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568668784
    },
    "alloc_scp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572763536
    },
    "alloc_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "alloc_sv_tk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575580928
    },
    "alloc_sv_tk_compat32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575581200
    },
    "alloc_sysctl_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581652896
    },
    "alloc_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alloc_uars_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579354592
    },
    "alloc_unbound": {
      "type": {
        "kind": "struct",
        "name": "evtchn_alloc_unbound"
      },
      "address": 0
    },
    "alloc_unr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576025728
    },
    "alloc_unr_specific": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576025888
    },
    "alloc_unrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576023200
    },
    "alloc_wr_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568940272
    },
    "alloc_wrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568952080
    },
    "allocated": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "allocated_gpr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allocation_blocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "allocation_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "allocator": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_customMem"
      },
      "address": 0
    },
    "allocblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "allocblock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allocbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576375152
    },
    "allocdirect_merge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579868624
    },
    "alloced": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "allocfd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allocib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "allociblk": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "allocindir_merge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579935616
    },
    "allocpages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "allocs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "allocsiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allocsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "allocsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "alloctail": {
      "type": {
        "kind": "struct",
        "name": "pglist"
      },
      "address": 0
    },
    "allocunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allone": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609958232
    },
    "allow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allow_deprecated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allow_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "allow_insane_settime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612808528
    },
    "allow_memio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "allow_multicast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613058348
    },
    "allow_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "allow_nesting": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612529524
    },
    "allow_noname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "allow_ptrace": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609700432
    },
    "allow_unsupported_sfp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760476
    },
    "allowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "allowops": {
      "type": {
        "kind": "struct",
        "name": "nfsopbit_t"
      },
      "address": 0
    },
    "allprison": {
      "type": {
        "kind": "struct",
        "name": "prisonlist"
      },
      "address": 18446744071609660192
    },
    "allprison_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612538472
    },
    "allprison_lock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609667208
    },
    "allprison_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609660144
    },
    "allprison_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609660168
    },
    "allprison_racct": {
      "type": {
        "kind": "struct",
        "name": "unnamed_c68da593f24f8c93"
      },
      "address": 18446744071612538504
    },
    "allproc": {
      "type": {
        "kind": "struct",
        "name": "proclist"
      },
      "address": 18446744071612751720
    },
    "allproc_gen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612751824
    },
    "allproc_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071608216576
    },
    "allpte_PG_A": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "allrates": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rateset"
      },
      "address": 0
    },
    "allrights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 0
    },
    "alltraps_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380176
    },
    "alltraps_noen_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380416
    },
    "alltraps_noen_save_segs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380423
    },
    "alltraps_noen_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380384
    },
    "alltraps_pushregs_no_rax": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380234
    },
    "alltraps_save_segs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380198
    },
    "alltraps_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380128
    },
    "allxfer_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "allzero": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613132360
    },
    "almost_everything_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "alnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alpa": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "alpa_map": {
      "type": {
        "count": 127,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584040928
    },
    "alpha": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alpha_raw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alpha_therm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alpha_volt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alphabetSize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alphadrift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "alq"
        }
      },
      "address": 0
    },
    "alq_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575104656
    },
    "alq_doio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575104016
    },
    "alq_eventhandler_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071612534096
    },
    "alq_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575103600
    },
    "alq_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575103200
    },
    "alq_getn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575102560
    },
    "alq_load_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575106528
    },
    "alq_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609641112
    },
    "alq_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575101536
    },
    "alq_open_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575100816
    },
    "alq_post_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575103216
    },
    "alq_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575105872
    },
    "alq_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575102544
    },
    "alq_writen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575101648
    },
    "alqmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609641024
    },
    "already": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "already_added": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "already_loaded": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "alt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_freelist"
        }
      },
      "address": 0
    },
    "alt_ant_conf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alt_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "alt_mac_addr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "alt_ratio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alt_rssi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alt_rssi_avg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "alt_san_mac_blk_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "altbufferflushes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041752
    },
    "altmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "altname": {
      "type": {
        "count": 255,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "altq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kaltq"
        }
      },
      "address": 0
    },
    "altq_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576764848
    },
    "altq_add_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765088
    },
    "altq_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576761808
    },
    "altq_cbq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_codel.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576762064
    },
    "altq_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576762672
    },
    "altq_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576762384
    },
    "altq_fairq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_getqstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765328
    },
    "altq_hfsc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576761744
    },
    "altq_pfattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576764688
    },
    "altq_pfdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576764752
    },
    "altq_priq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_red.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765152
    },
    "altq_remove_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765264
    },
    "altq_rio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_rmclass.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altq_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "altump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufsmount"
        }
      },
      "address": 0
    },
    "alvl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "always_console_output": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927200
    },
    "always_steal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210648
    },
    "alwaysfrag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "am": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "am7990.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "am79900.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "am79900_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570149600
    },
    "am79900_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570150640
    },
    "am79900_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570150656
    },
    "am79900_meminit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570149776
    },
    "am79900_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570150224
    },
    "am7990_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570146832
    },
    "am7990_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570147904
    },
    "am7990_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570147920
    },
    "am7990_meminit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570147008
    },
    "am7990_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570147488
    },
    "am_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "am_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ama": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_add_maddr_arg"
        }
      },
      "address": 0
    },
    "amask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "amd10h_L1TP": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168520
    },
    "amd64_bsp_ist_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581416560
    },
    "amd64_bsp_pcpu_init1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581416352
    },
    "amd64_bsp_pcpu_init2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581416496
    },
    "amd64_conf_fast_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581416240
    },
    "amd64_db_resume_dbreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581302608
    },
    "amd64_get_ioperm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581548096
    },
    "amd64_get_ldt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581544928
    },
    "amd64_init_sysvecs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376416
    },
    "amd64_loadaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581416640
    },
    "amd64_lower_shared_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375664
    },
    "amd64_set_ioperm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581548288
    },
    "amd64_set_ldt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581545424
    },
    "amd64_set_ldt_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581549712
    },
    "amd64_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581555232
    },
    "amd64_syscall_ret_flush_l1d": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581555072
    },
    "amd64_syscall_ret_flush_l1d_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581557648
    },
    "amd64_syscall_ret_flush_l1d_recalc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581555088
    },
    "amd_elvt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168568
    },
    "amd_et_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "amd_et_state"
          }
        }
      },
      "address": 18446744071613440456
    },
    "amd_extended_feature_extensions": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439760
    },
    "amd_fe_masked": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "amd_feature": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439728
    },
    "amd_feature2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439732
    },
    "amd_pminfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439828
    },
    "amd_rascap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439824
    },
    "amgm_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "amin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "amn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_amrr_node"
        }
      },
      "address": 0
    },
    "amode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "amount": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "amountpipekva": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613004880
    },
    "amountstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "amp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "amp_none": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572195328
    },
    "amp_voyetra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572195344
    },
    "ampdu_rx_add_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577243536
    },
    "ampdu_rx_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577242832
    },
    "ampdu_rx_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577243296
    },
    "ampdu_rx_flush_upto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577243856
    },
    "ampdu_rx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577239072
    },
    "ampdu_rx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577239472
    },
    "amphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "amphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570259968
    },
    "amphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608507232
    },
    "amphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584850656
    },
    "amphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584850512
    },
    "amphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608507184
    },
    "amphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608507160
    },
    "amphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608507120
    },
    "amphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570259936
    },
    "amphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570260000
    },
    "amphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570260080
    },
    "amphys": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584850592
    },
    "amrr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_amrr"
        }
      },
      "address": 18446744071585238992
    },
    "amrr_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577186832
    },
    "amrr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577186448
    },
    "amrr_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609849888
    },
    "amrr_node_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577187344
    },
    "amrr_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577186864
    },
    "amrr_node_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188112
    },
    "amrr_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577187376
    },
    "amrr_setinterval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188016
    },
    "amrr_sysctl_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188368
    },
    "amrr_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577187872
    },
    "amrr_tx_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577187920
    },
    "amrr_tx_update_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188592
    },
    "amsdu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "amsdu_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "amt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "an": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "an1000_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_1000_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_10_100_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_10g_cntl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_adv": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_cdr_track_early": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "an_cdr_wr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "an_cntl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "an_cntl_1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "an_disable_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "an_disable_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "an_link": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_lp_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "an_restart": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "an_rx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "an_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "an_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "anadv_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "analog_val": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "analyze": {
      "type": {
        "kind": "struct",
        "name": "ISO_RRIP_ANALYZE"
      },
      "address": 0
    },
    "anar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "anchor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keth_anchor"
        }
      },
      "address": 0
    },
    "anchor_call": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "anchor_stack": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pf_kanchor_stackframe"
        }
      },
      "address": 0
    },
    "anchorlba": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "and_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387728
    },
    "and_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387904
    },
    "and_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387824
    },
    "ands": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar5212_desc"
        }
      },
      "address": 0
    },
    "aneg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aneg_multigbt_an_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ani": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_ani_state"
        }
      },
      "address": 0
    },
    "aniCal": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "aniState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar5212AniState"
        }
      },
      "address": 0
    },
    "ani_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_ani_state"
        }
      },
      "address": 0
    },
    "aniparams": {
      "type": {
        "kind": "struct",
        "name": "ar5212AniParams"
      },
      "address": 18446744071584308792
    },
    "anistats": {
      "type": {
        "kind": "struct",
        "name": "HAL_ANISTATS"
      },
      "address": 0
    },
    "anlp1_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "anlpar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "announce_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "announce_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609619368
    },
    "anon_loc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "anonport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ansi_col": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584034160
    },
    "ant": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "antSwitchA": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "antSwitchB": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "antWrites": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "ant_config": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ant_div": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ant_div_control1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ant_div_control2": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ant_div_ctl1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ant_gain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "antcomb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_ath_ant_comb_state"
        }
      },
      "address": 0
    },
    "antenna": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "antennaMax": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "any": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "any_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "any_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "any_quirk": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "anycast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "anychanged": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "anyfreed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "anylow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "anyvalid": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ao": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ap_boot_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613444888
    },
    "ap_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577394080
    },
    "ap_default": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_scanner"
      },
      "address": 18446744071585256032
    },
    "ap_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577394096
    },
    "ap_gdt": {
      "type": {
        "kind": "struct",
        "name": "region_descriptor"
      },
      "address": 0
    },
    "ap_hotplug": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "__va_list_tag"
        }
      },
      "address": 0
    },
    "ap_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384512
    },
    "ap_pick_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577394368
    },
    "ap_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577393840
    },
    "apbase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "apc_activity": {
      "type": {
        "kind": "enum",
        "name": "SCIC_SDS_APC_ACTIVITY"
      },
      "address": 0
    },
    "apc_tbls": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "apc_tbl"
        }
      },
      "address": 0
    },
    "apdev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ape": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "audit_pipe_entry"
        }
      },
      "address": 0
    },
    "apedata": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "apei_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608328760
    },
    "apei_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608328736
    },
    "apei_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608328672
    },
    "apei_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567191280
    },
    "apei_callout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567193888
    },
    "apei_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567193072
    },
    "apei_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608328808
    },
    "apei_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567193792
    },
    "apei_ge_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567194112
    },
    "apei_ged_handler.mem_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608328896
    },
    "apei_ged_handler.pcie_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608328912
    },
    "apei_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567190720
    },
    "apei_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608328864
    },
    "apei_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584112416
    },
    "apei_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567190672
    },
    "apei_nmi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613439424
    },
    "apei_nmi_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567190448
    },
    "apei_nmi_nges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apei_nges"
        }
      },
      "address": 18446744071610618504
    },
    "apei_nmi_swi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567194000
    },
    "apei_notify_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567194048
    },
    "apei_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567190976
    },
    "apei_sysctl_ctx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_ctx_list"
      },
      "address": 18446744071610618512
    },
    "apei_sysctl_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 18446744071610618528
    },
    "api_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "api_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "apic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioapic_t"
        }
      },
      "address": 0
    },
    "apic_alloc_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582426720
    },
    "apic_alloc_vectors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582427104
    },
    "apic_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582415584
    },
    "apic_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "apic_cpuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582426688
    },
    "apic_cpuids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613444864
    },
    "apic_disable_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582427808
    },
    "apic_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610218184
    },
    "apic_enable_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582427744
    },
    "apic_eoi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "apic_free_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582427824
    },
    "apic_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "apic_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582415424
    },
    "apic_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582434672
    },
    "apic_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219544
    },
    "apic_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587206160
    },
    "apic_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610218528
    },
    "apic_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610218504
    },
    "apic_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218280
    },
    "apic_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582415536
    },
    "apic_register_enumerator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582428320
    },
    "apic_setup_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435024
    },
    "apic_setup_io_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219592
    },
    "apic_setup_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582434928
    },
    "apic_setup_local_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219568
    },
    "apm_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438824
    },
    "apm_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610147952
    },
    "apm_create_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581207248
    },
    "apm_readfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071610148256
    },
    "apmdtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581209328
    },
    "apme_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "apmioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581207680
    },
    "apmkqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581209152
    },
    "apmopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581207568
    },
    "apmpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581208976
    },
    "apmreadfilt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581209728
    },
    "apmreadfiltdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581209584
    },
    "apmwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581207664
    },
    "app": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_cee_app_prio"
        }
      },
      "address": 0
    },
    "app_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "app_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "audit_pipe_preselect"
        }
      },
      "address": 0
    },
    "app_prio": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "appcmd": {
      "type": {
        "kind": "struct",
        "name": "mmc_command"
      },
      "address": 0
    },
    "append": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "append_sa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "append_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "appended": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "appends": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "appie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_appie"
        }
      },
      "address": 0
    },
    "apply": {
      "type": {
        "kind": "struct",
        "name": "ng_apply_info"
      },
      "address": 0
    },
    "apply_filter_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575891760
    },
    "apply_filter_max_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575892048
    },
    "apply_filter_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575891200
    },
    "apply_filter_min_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575891488
    },
    "apply_last_iqcorr": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "apply_link_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568785072
    },
    "apply_rtable_changes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577106512
    },
    "apply_speed_filter": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "aprobe_driver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608246128
    },
    "aprobe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608246104
    },
    "aprobe_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565932448
    },
    "aprobe_periph_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565932496
    },
    "aprobecleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565937760
    },
    "aprobedone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565941360
    },
    "aprobemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608245872
    },
    "aproberegister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565937456
    },
    "aproberequestdefaultnegotiation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565948944
    },
    "aprobeschedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565940960
    },
    "aprobestart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565937792
    },
    "aps_ready": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440496
    },
    "apsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "apvap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211vap"
        }
      },
      "address": 0
    },
    "aq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_adminq_info"
        }
      },
      "address": 0
    },
    "aq100x_advertise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688752
    },
    "aq100x_autoneg_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688624
    },
    "aq100x_autoneg_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688688
    },
    "aq100x_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568689088
    },
    "aq100x_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688144
    },
    "aq100x_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688048
    },
    "aq100x_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568687952
    },
    "aq100x_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688224
    },
    "aq100x_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608428344
    },
    "aq100x_power_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568689664
    },
    "aq100x_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568687872
    },
    "aq100x_set_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688896
    },
    "aq100x_set_speed_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568688944
    },
    "aq_buf": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "aq_data_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aq_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aq_desc"
        }
      },
      "address": 0
    },
    "aq_desc_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aq_err": {
      "type": {
        "kind": "enum",
        "name": "ice_aq_err"
      },
      "address": 0
    },
    "aq_error": {
      "type": {
        "kind": "enum",
        "name": "i40e_status_code"
      },
      "address": 0
    },
    "aq_link_status": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_get_link_status"
        }
      },
      "address": 0
    },
    "aq_pfc_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "aq_to_posix": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "aq_total_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aqa": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aqvalid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ar2133.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar2133GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568238720
    },
    "ar2133GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568238752
    },
    "ar2133GetNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568238768
    },
    "ar2133GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568237504
    },
    "ar2133Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239072
    },
    "ar2133RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568237104
    },
    "ar2133RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568237424
    },
    "ar2133SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568237568
    },
    "ar2133SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568238704
    },
    "ar2133SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568238256
    },
    "ar2133WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568237472
    },
    "ar2413.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar2413EepromToRawDataset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567882304
    },
    "ar2413GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568209952
    },
    "ar2413GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568205424
    },
    "ar2413Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204912
    },
    "ar2413ReadCalDataset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567880048
    },
    "ar2413RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204944
    },
    "ar2413RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568205088
    },
    "ar2413SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568205504
    },
    "ar2413SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568206976
    },
    "ar2413SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568206128
    },
    "ar2413SetupRawDataset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567882064
    },
    "ar2413WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568205136
    },
    "ar2425.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar2425GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568215728
    },
    "ar2425GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568211840
    },
    "ar2425Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568211328
    },
    "ar2425RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568211360
    },
    "ar2425RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568211504
    },
    "ar2425SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568211920
    },
    "ar2425SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568212928
    },
    "ar2425SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568212368
    },
    "ar2425WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568211552
    },
    "ar2425getGainBoundariesAndPdadcsForPowers.Pmax_t2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610625336
    },
    "ar2425getGainBoundariesAndPdadcsForPowers.Pmin_t2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610625328
    },
    "ar2425getGainBoundariesAndPdadcsForPowers.VpdTable_I": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610624816
    },
    "ar2425getGainBoundariesAndPdadcsForPowers.VpdTable_L": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610623792
    },
    "ar2425getGainBoundariesAndPdadcsForPowers.VpdTable_R": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610624304
    },
    "ar5111.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5111GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568222752
    },
    "ar5111GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568222768
    },
    "ar5111GetNfAdjust.adjust5111": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584441216
    },
    "ar5111GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568217632
    },
    "ar5111Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568217104
    },
    "ar5111RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568217152
    },
    "ar5111RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568217296
    },
    "ar5111SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568217728
    },
    "ar5111SetChannel.chan2GHzData": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584439568
    },
    "ar5111SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568220208
    },
    "ar5111SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568218048
    },
    "ar5111WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568217344
    },
    "ar5112.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5112GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568229408
    },
    "ar5112GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568223344
    },
    "ar5112Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568222816
    },
    "ar5112RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568222864
    },
    "ar5112RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568223008
    },
    "ar5112SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568223424
    },
    "ar5112SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568226048
    },
    "ar5112SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568224048
    },
    "ar5112WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568223056
    },
    "ar5210AniControl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897232
    },
    "ar5210AniPoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897264
    },
    "ar5210Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567891920
    },
    "ar5210BeaconInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567892976
    },
    "ar5210CalNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567902656
    },
    "ar5210ChipReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567900736
    },
    "ar5210ClrMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898400
    },
    "ar5210ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567892736
    },
    "ar5210Detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567891824
    },
    "ar5210DetectCardPresent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896208
    },
    "ar5210Disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567903024
    },
    "ar5210DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567892752
    },
    "ar5210EepromRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894800
    },
    "ar5210EnableDfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897488
    },
    "ar5210EnableReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898144
    },
    "ar5210EnableRfKill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894992
    },
    "ar5210FillTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906864
    },
    "ar5210Get11nExtBusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897440
    },
    "ar5210GetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896864
    },
    "ar5210GetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896816
    },
    "ar5210GetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895760
    },
    "ar5210GetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894752
    },
    "ar5210GetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897136
    },
    "ar5210GetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897296
    },
    "ar5210GetChannelEdges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567892768
    },
    "ar5210GetChipPowerLimits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567892800
    },
    "ar5210GetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895648
    },
    "ar5210GetDfsThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897504
    },
    "ar5210GetDiagState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897424
    },
    "ar5210GetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893728
    },
    "ar5210GetKeyCacheSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893952
    },
    "ar5210GetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894688
    },
    "ar5210GetMibCycleCounts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897456
    },
    "ar5210GetNav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897520
    },
    "ar5210GetNextTBTT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567892832
    },
    "ar5210GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904096
    },
    "ar5210GetNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904048
    },
    "ar5210GetPendingInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893600
    },
    "ar5210GetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898064
    },
    "ar5210GetRandomSeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896112
    },
    "ar5210GetRateTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897568
    },
    "ar5210GetRfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904112
    },
    "ar5210GetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898096
    },
    "ar5210GetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898624
    },
    "ar5210GetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896480
    },
    "ar5210GetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896640
    },
    "ar5210GetTsf32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896048
    },
    "ar5210GetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895952
    },
    "ar5210GetTxCompletionRates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907120
    },
    "ar5210GetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906016
    },
    "ar5210GetTxDescLink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907152
    },
    "ar5210GetTxDescLinkPtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907168
    },
    "ar5210GetTxIntrQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907104
    },
    "ar5210GetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567905008
    },
    "ar5210GetWirelessModes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894976
    },
    "ar5210Gpio0SetIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895184
    },
    "ar5210GpioCfgInput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895440
    },
    "ar5210GpioCfgOutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895360
    },
    "ar5210GpioGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895312
    },
    "ar5210GpioSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895504
    },
    "ar5210IntrReqTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906848
    },
    "ar5210IsInterruptPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893568
    },
    "ar5210IsKeyCacheEntryValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893968
    },
    "ar5210MibEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897280
    },
    "ar5210NumTxPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906384
    },
    "ar5210PerCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567903984
    },
    "ar5210PerCalibrationN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567903200
    },
    "ar5210PhyDisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567902928
    },
    "ar5210Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567891872
    },
    "ar5210ProcRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898752
    },
    "ar5210ProcTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906960
    },
    "ar5210ReleaseTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567905296
    },
    "ar5210Reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567899056
    },
    "ar5210ResetCalValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904000
    },
    "ar5210ResetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894016
    },
    "ar5210ResetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893152
    },
    "ar5210ResetTsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896064
    },
    "ar5210ResetTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567905392
    },
    "ar5210RxMonitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897248
    },
    "ar5210SetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896896
    },
    "ar5210SetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896688
    },
    "ar5210SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895776
    },
    "ar5210SetBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567892864
    },
    "ar5210SetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894784
    },
    "ar5210SetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897008
    },
    "ar5210SetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897328
    },
    "ar5210SetChainMasks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897472
    },
    "ar5210SetCoverageClass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897200
    },
    "ar5210SetDecompMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897184
    },
    "ar5210SetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895680
    },
    "ar5210SetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893744
    },
    "ar5210SetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894320
    },
    "ar5210SetKeyCacheEntryMac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894192
    },
    "ar5210SetLedState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895584
    },
    "ar5210SetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894720
    },
    "ar5210SetMulticastFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898352
    },
    "ar5210SetMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898512
    },
    "ar5210SetNav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897536
    },
    "ar5210SetPCUConfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567902832
    },
    "ar5210SetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897632
    },
    "ar5210SetQuiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897216
    },
    "ar5210SetRegulatoryDomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567894896
    },
    "ar5210SetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898112
    },
    "ar5210SetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898640
    },
    "ar5210SetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896352
    },
    "ar5210SetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896528
    },
    "ar5210SetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567893248
    },
    "ar5210SetTransmitPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567901056
    },
    "ar5210SetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906064
    },
    "ar5210SetTxDescLink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907136
    },
    "ar5210SetTxPowerLimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904016
    },
    "ar5210SetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904960
    },
    "ar5210SetupRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898688
    },
    "ar5210SetupTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906656
    },
    "ar5210SetupTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567905056
    },
    "ar5210SetupXTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906832
    },
    "ar5210StartPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898256
    },
    "ar5210StartTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906240
    },
    "ar5210StopDmaReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898176
    },
    "ar5210StopPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567898304
    },
    "ar5210StopTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906432
    },
    "ar5210UpdateDiagReg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567897392
    },
    "ar5210UpdateMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567896256
    },
    "ar5210UpdateTxTrigLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567906112
    },
    "ar5210WriteAssocid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567895792
    },
    "ar5210_11a_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608370008
    },
    "ar5210_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_interrupts.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_keycache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_recv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210_turbo_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608371292
    },
    "ar5210_xmit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5210hal": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_private"
      },
      "address": 18446744071584191168
    },
    "ar5211AniControl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913776
    },
    "ar5211AniPoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913792
    },
    "ar5211Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907296
    },
    "ar5211BB_RfGain": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584214688
    },
    "ar5211BeaconInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909488
    },
    "ar5211CalNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567925312
    },
    "ar5211CalNoiseFloor.runtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584216824
    },
    "ar5211ChipReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567924928
    },
    "ar5211ClrMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915232
    },
    "ar5211Common": {
      "type": {
        "count": 171,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584215456
    },
    "ar5211ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909168
    },
    "ar5211Detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907184
    },
    "ar5211DetectCardPresent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912784
    },
    "ar5211Disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567925840
    },
    "ar5211DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909184
    },
    "ar5211EepromRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911472
    },
    "ar5211EnableDfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914320
    },
    "ar5211EnableReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914992
    },
    "ar5211EnableRfKill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911792
    },
    "ar5211FillCapabilityInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567908864
    },
    "ar5211FillTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930784
    },
    "ar5211Get11nExtBusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914272
    },
    "ar5211GetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913408
    },
    "ar5211GetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913360
    },
    "ar5211GetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913936
    },
    "ar5211GetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911424
    },
    "ar5211GetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913680
    },
    "ar5211GetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914000
    },
    "ar5211GetChannelEdges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909200
    },
    "ar5211GetChipPowerLimits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909312
    },
    "ar5211GetCurRssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913840
    },
    "ar5211GetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913872
    },
    "ar5211GetDfsThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914336
    },
    "ar5211GetDiagState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914096
    },
    "ar5211GetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910352
    },
    "ar5211GetKeyCacheSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910592
    },
    "ar5211GetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911360
    },
    "ar5211GetMibCycleCounts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914288
    },
    "ar5211GetNav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914352
    },
    "ar5211GetNextTBTT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909344
    },
    "ar5211GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567926592
    },
    "ar5211GetNfAdjust.adjust5111": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584216832
    },
    "ar5211GetPendingInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910112
    },
    "ar5211GetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914912
    },
    "ar5211GetRadioRev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567908640
    },
    "ar5211GetRandomSeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912688
    },
    "ar5211GetRateTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914400
    },
    "ar5211GetRfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567927056
    },
    "ar5211GetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914944
    },
    "ar5211GetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915456
    },
    "ar5211GetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913040
    },
    "ar5211GetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913184
    },
    "ar5211GetTsf32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912624
    },
    "ar5211GetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912528
    },
    "ar5211GetTxCompletionRates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931088
    },
    "ar5211GetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930272
    },
    "ar5211GetTxDescLink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931120
    },
    "ar5211GetTxDescLinkPtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931136
    },
    "ar5211GetTxIntrQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931072
    },
    "ar5211GetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567928512
    },
    "ar5211GetWirelessModes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911680
    },
    "ar5211GpioCfgInput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912032
    },
    "ar5211GpioCfgOutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912240
    },
    "ar5211GpioGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912192
    },
    "ar5211GpioSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912304
    },
    "ar5211GpioSetIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912096
    },
    "ar5211InitializeGainValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567926992
    },
    "ar5211IntrReqTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930768
    },
    "ar5211IsInterruptPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910080
    },
    "ar5211IsKeyCacheEntryValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910608
    },
    "ar5211MibEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913824
    },
    "ar5211Mode2_4": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071608376480
    },
    "ar5211Modes": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584213984
    },
    "ar5211NumTxPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930368
    },
    "ar5211PerCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567926544
    },
    "ar5211PerCalibrationN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567925968
    },
    "ar5211PhyDisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567925728
    },
    "ar5211Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567907232
    },
    "ar5211ProcRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915568
    },
    "ar5211ProcTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930880
    },
    "ar5211ReleaseTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567928848
    },
    "ar5211Reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915808
    },
    "ar5211ResetCalValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567926576
    },
    "ar5211ResetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910656
    },
    "ar5211ResetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909664
    },
    "ar5211ResetTsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912640
    },
    "ar5211ResetTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567929104
    },
    "ar5211Rf6n7": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071608376816
    },
    "ar5211RxMonitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913808
    },
    "ar5211SetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913440
    },
    "ar5211SetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913232
    },
    "ar5211SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913952
    },
    "ar5211SetAntennaSwitchInternal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567926656
    },
    "ar5211SetBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909376
    },
    "ar5211SetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911456
    },
    "ar5211SetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913552
    },
    "ar5211SetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914048
    },
    "ar5211SetChainMasks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914304
    },
    "ar5211SetCoverageClass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913744
    },
    "ar5211SetDecompMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913728
    },
    "ar5211SetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913904
    },
    "ar5211SetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910368
    },
    "ar5211SetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910960
    },
    "ar5211SetKeyCacheEntryMac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567910832
    },
    "ar5211SetLedState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912384
    },
    "ar5211SetLedState.ledbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048608
    },
    "ar5211SetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911392
    },
    "ar5211SetMulticastFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915184
    },
    "ar5211SetMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915344
    },
    "ar5211SetNav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914368
    },
    "ar5211SetPCUConfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567928208
    },
    "ar5211SetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914480
    },
    "ar5211SetPowerTable.pcdacStruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619184
    },
    "ar5211SetPowerTable.pcdacTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619456
    },
    "ar5211SetQuiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913760
    },
    "ar5211SetRateTable.ratesArray": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619584
    },
    "ar5211SetRateTable.tpcScaleReductionTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584217720
    },
    "ar5211SetRegulatoryDomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567911600
    },
    "ar5211SetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567914960
    },
    "ar5211SetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915472
    },
    "ar5211SetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912944
    },
    "ar5211SetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567913088
    },
    "ar5211SetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567909760
    },
    "ar5211SetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930304
    },
    "ar5211SetTxDescLink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931104
    },
    "ar5211SetTxPowerLimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567926944
    },
    "ar5211SetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567928464
    },
    "ar5211SetupRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915504
    },
    "ar5211SetupTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930608
    },
    "ar5211SetupTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567928560
    },
    "ar5211SetupXTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930752
    },
    "ar5211StartPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915088
    },
    "ar5211StartTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930336
    },
    "ar5211StopDmaReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915024
    },
    "ar5211StopPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567915136
    },
    "ar5211StopTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567930432
    },
    "ar5211UpdateMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912848
    },
    "ar5211UpdateTxTrigLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567928304
    },
    "ar5211WriteAssocid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567912448
    },
    "ar5211_11a_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608372616
    },
    "ar5211_11b_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608375184
    },
    "ar5211_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_interrupts.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_keycache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_recv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211_turbo_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608373900
    },
    "ar5211_xmit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5211hal": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_private"
      },
      "address": 18446744071584203272
    },
    "ar5212AniAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931216
    },
    "ar5212AniCckErrTrigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567935424
    },
    "ar5212AniControl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567932000
    },
    "ar5212AniControl.m1Thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156088
    },
    "ar5212AniControl.m1ThreshLow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156040
    },
    "ar5212AniControl.m2CountThr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156096
    },
    "ar5212AniControl.m2CountThrLow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156288
    },
    "ar5212AniControl.m2Thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156008
    },
    "ar5212AniControl.m2ThreshLow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156080
    },
    "ar5212AniControl.weakSigThrCck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156064
    },
    "ar5212AniDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567934480
    },
    "ar5212AniGetCurrentState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931152
    },
    "ar5212AniGetCurrentStats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931168
    },
    "ar5212AniOfdmErrTrigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567935024
    },
    "ar5212AniPhyErrReport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567935776
    },
    "ar5212AniPoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567935920
    },
    "ar5212AniReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567933360
    },
    "ar5212AniRestart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567934576
    },
    "ar5212AniSetParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567931616
    },
    "ar5212AniSetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567941552
    },
    "ar5212AniSetup.aniparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584230768
    },
    "ar5212Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567939920
    },
    "ar5212BB_RfGain_2413": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584432656
    },
    "ar5212BB_RfGain_2425": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584435472
    },
    "ar5212BB_RfGain_5111": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584438800
    },
    "ar5212BB_RfGain_5112": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584442272
    },
    "ar5212BB_RfGain_5413": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584446192
    },
    "ar5212Bank0_5111": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584440128
    },
    "ar5212Bank1_2413": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "ar5212Bank1_2425": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "ar5212Bank1_5111": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "ar5212Bank1_5112": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "ar5212Bank1_5413": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "ar5212Bank2_2413": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584433424
    },
    "ar5212Bank2_2425": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584436240
    },
    "ar5212Bank2_5111": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584440544
    },
    "ar5212Bank2_5112": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584443040
    },
    "ar5212Bank2_5413": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584446960
    },
    "ar5212Bank3_2413": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584433456
    },
    "ar5212Bank3_2425": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584436272
    },
    "ar5212Bank3_5111": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584440576
    },
    "ar5212Bank3_5112": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584443072
    },
    "ar5212Bank3_5413": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584446992
    },
    "ar5212Bank6_2413": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584433488
    },
    "ar5212Bank6_2417": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584437104
    },
    "ar5212Bank6_2425": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584436304
    },
    "ar5212Bank6_5111": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584440608
    },
    "ar5212Bank6_5112": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584443104
    },
    "ar5212Bank6_5413": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584447024
    },
    "ar5212Bank7_2413": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584434144
    },
    "ar5212Bank7_2425": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584437024
    },
    "ar5212Bank7_5111": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584441024
    },
    "ar5212Bank7_5112": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584444064
    },
    "ar5212Bank7_5413": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584447920
    },
    "ar5212BeaconInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567941872
    },
    "ar5212ChannelChange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567965968
    },
    "ar5212ChipReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567958576
    },
    "ar5212ChipTest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567937664
    },
    "ar5212ClrMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954448
    },
    "ar5212Common": {
      "type": {
        "count": 196,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584229200
    },
    "ar5212Common_2413": {
      "type": {
        "count": 139,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584431536
    },
    "ar5212Common_2425": {
      "type": {
        "count": 77,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584434848
    },
    "ar5212Common_5111": {
      "type": {
        "count": 72,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584438224
    },
    "ar5212Common_5112": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584441712
    },
    "ar5212Common_5413": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584445168
    },
    "ar5212ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567941344
    },
    "ar5212Detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567937568
    },
    "ar5212DetectCardPresent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946928
    },
    "ar5212Disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567967200
    },
    "ar5212DisableMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947024
    },
    "ar5212DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567941536
    },
    "ar5212EepromRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942480
    },
    "ar5212EnableDfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567951936
    },
    "ar5212EnableMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946992
    },
    "ar5212EnableReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954144
    },
    "ar5212EnableRfKill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567945984
    },
    "ar5212FillCapabilityInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567938400
    },
    "ar5212FillTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976032
    },
    "ar5212Get11nExtBusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953168
    },
    "ar5212GetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947840
    },
    "ar5212GetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947792
    },
    "ar5212GetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947264
    },
    "ar5212GetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567945568
    },
    "ar5212GetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567948112
    },
    "ar5212GetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567949968
    },
    "ar5212GetChannelEdges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567938256
    },
    "ar5212GetChipPowerLimits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567969792
    },
    "ar5212GetCurRssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947168
    },
    "ar5212GetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947200
    },
    "ar5212GetDfsDefaultThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567952672
    },
    "ar5212GetDfsThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567952816
    },
    "ar5212GetDiagState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567951248
    },
    "ar5212GetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567943456
    },
    "ar5212GetKeyCacheSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567943824
    },
    "ar5212GetLowerUpperValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567969888
    },
    "ar5212GetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567945504
    },
    "ar5212GetMaxEdgePower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567970304
    },
    "ar5212GetMibCycleCounts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953184
    },
    "ar5212GetNav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953408
    },
    "ar5212GetNextTBTT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567941680
    },
    "ar5212GetNf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567968096
    },
    "ar5212GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567949920
    },
    "ar5212GetNfAdjust.adjustDef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584231808
    },
    "ar5212GetNfHistMid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567969024
    },
    "ar5212GetNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567968912
    },
    "ar5212GetPendingInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567943024
    },
    "ar5212GetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954064
    },
    "ar5212GetRadioRev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567937088
    },
    "ar5212GetRandomSeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946832
    },
    "ar5212GetRateTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953472
    },
    "ar5212GetRfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567971776
    },
    "ar5212GetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954096
    },
    "ar5212GetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954672
    },
    "ar5212GetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947456
    },
    "ar5212GetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947616
    },
    "ar5212GetTargetPowers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567970704
    },
    "ar5212GetTsf32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946416
    },
    "ar5212GetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946320
    },
    "ar5212GetTxCompletionRates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976480
    },
    "ar5212GetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567974848
    },
    "ar5212GetTxDescLink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976592
    },
    "ar5212GetTxDescLinkPtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976608
    },
    "ar5212GetTxIntrQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976448
    },
    "ar5212GetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567972912
    },
    "ar5212GetWirelessModes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567945760
    },
    "ar5212GpioCfgInput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942672
    },
    "ar5212GpioCfgOutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942608
    },
    "ar5212GpioGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942816
    },
    "ar5212GpioSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942736
    },
    "ar5212GpioSetIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942864
    },
    "ar5212InitNfCalHistBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567968960
    },
    "ar5212InitState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567937312
    },
    "ar5212InitializeGainValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567971600
    },
    "ar5212IntrReqTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976016
    },
    "ar5212IsFastClockEnabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953152
    },
    "ar5212IsInterruptPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942992
    },
    "ar5212IsJapanChannelSpreadSupported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947152
    },
    "ar5212IsKeyCacheEntryValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567943840
    },
    "ar5212IsNFCalInProgress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567951824
    },
    "ar5212IsSleepAfterBeaconBroken": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947344
    },
    "ar5212IsSpurChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567969568
    },
    "ar5212Modes": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584228592
    },
    "ar5212Modes_2413": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584431152
    },
    "ar5212Modes_2425": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584434288
    },
    "ar5212Modes_5111": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584437888
    },
    "ar5212Modes_5112": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584441328
    },
    "ar5212Modes_5413": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584444448
    },
    "ar5212ModifyRfBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567970048
    },
    "ar5212NumTxPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567974944
    },
    "ar5212PerCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567968832
    },
    "ar5212PerCalibrationN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567967264
    },
    "ar5212PhyDisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567966368
    },
    "ar5212Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567939776
    },
    "ar5212ProcRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567955040
    },
    "ar5212ProcTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976160
    },
    "ar5212ProcessMibIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567934720
    },
    "ar5212ProcessRadarEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953072
    },
    "ar5212ReleaseTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567973392
    },
    "ar5212RequestRfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567971712
    },
    "ar5212Reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567955360
    },
    "ar5212ResetCalValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567968864
    },
    "ar5212ResetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567943888
    },
    "ar5212ResetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567941968
    },
    "ar5212ResetTsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946480
    },
    "ar5212ResetTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567973648
    },
    "ar5212RestoreClock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567949520
    },
    "ar5212RxMonitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567935904
    },
    "ar5212SetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947872
    },
    "ar5212SetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947664
    },
    "ar5212SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947280
    },
    "ar5212SetAntennaSwitchInternal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567969152
    },
    "ar5212SetBasicRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946560
    },
    "ar5212SetBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567941712
    },
    "ar5212SetBoardValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567963856
    },
    "ar5212SetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567945600
    },
    "ar5212SetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947984
    },
    "ar5212SetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567950736
    },
    "ar5212SetCapability.cmds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584231856
    },
    "ar5212SetChainMasks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953392
    },
    "ar5212SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567965344
    },
    "ar5212SetCompRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567965776
    },
    "ar5212SetCoverageClass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567948256
    },
    "ar5212SetDecompMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567948160
    },
    "ar5212SetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947232
    },
    "ar5212SetDeltaSlope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567963536
    },
    "ar5212SetIFSTiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567959136
    },
    "ar5212SetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567943472
    },
    "ar5212SetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567944400
    },
    "ar5212SetKeyCacheEntryMac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567944224
    },
    "ar5212SetLedState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946128
    },
    "ar5212SetLedState.ledbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048704
    },
    "ar5212SetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567945536
    },
    "ar5212SetMulticastFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954400
    },
    "ar5212SetMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954560
    },
    "ar5212SetNav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953440
    },
    "ar5212SetOperatingMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567965184
    },
    "ar5212SetPCUConfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567948592
    },
    "ar5212SetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567953632
    },
    "ar5212SetQuiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567948512
    },
    "ar5212SetRateDurationTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567965376
    },
    "ar5212SetRegulatoryDomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567945680
    },
    "ar5212SetResetReg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567966384
    },
    "ar5212SetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954112
    },
    "ar5212SetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954768
    },
    "ar5212SetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947360
    },
    "ar5212SetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947504
    },
    "ar5212SetSpurMitigation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567961792
    },
    "ar5212SetSpurMitigation.magMapFor3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584232216
    },
    "ar5212SetSpurMitigation.magMapFor4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156104
    },
    "ar5212SetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567942064
    },
    "ar5212SetTransmitPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567959360
    },
    "ar5212SetTransmitPower.tpcScaleReductionTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584232222
    },
    "ar5212SetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946432
    },
    "ar5212SetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567974880
    },
    "ar5212SetTxDescLink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976576
    },
    "ar5212SetTxPowerLimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567969680
    },
    "ar5212SetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567972864
    },
    "ar5212SetupClock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567948688
    },
    "ar5212SetupRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954992
    },
    "ar5212SetupTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567975584
    },
    "ar5212SetupTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567972960
    },
    "ar5212SetupXTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567975904
    },
    "ar5212StartPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954240
    },
    "ar5212StartTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567974912
    },
    "ar5212StopDmaReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954176
    },
    "ar5212StopPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567954336
    },
    "ar5212StopTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567975008
    },
    "ar5212UpdateMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567947056
    },
    "ar5212UpdateTxTrigLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567972656
    },
    "ar5212Use32KHzclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567948608
    },
    "ar5212WaitNFCalComplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567951856
    },
    "ar5212WriteAssocid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567946224
    },
    "ar5212_11a_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608377160
    },
    "ar5212_11b_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608383580
    },
    "ar5212_11g_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608384864
    },
    "ar5212_ani.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_eeprom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_gpio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_half_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608378444
    },
    "ar5212_interrupts.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_keycache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_quarter_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608379728
    },
    "ar5212_recv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_rfgain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212_turboa_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608382296
    },
    "ar5212_turbog_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608381012
    },
    "ar5212_xmit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5212hal": {
      "type": {
        "kind": "struct",
        "name": "ath_hal_private"
      },
      "address": 18446744071584217968
    },
    "ar5413.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5413GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568235728
    },
    "ar5413GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568231248
    },
    "ar5413Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568230736
    },
    "ar5413RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568230768
    },
    "ar5413RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568230912
    },
    "ar5413SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568231328
    },
    "ar5413SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568232752
    },
    "ar5413SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568231904
    },
    "ar5413WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568230960
    },
    "ar5416AdcDcCalCollect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567997680
    },
    "ar5416AdcDcCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567997936
    },
    "ar5416AdcGainCalCollect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567997184
    },
    "ar5416AdcGainCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567997440
    },
    "ar5416Addac": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584238896
    },
    "ar5416AniAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976624
    },
    "ar5416AniCckErrTrigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567981024
    },
    "ar5416AniControl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567977072
    },
    "ar5416AniControl.m1Thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156088
    },
    "ar5416AniControl.m1ThreshLow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156040
    },
    "ar5416AniControl.m2CountThr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156096
    },
    "ar5416AniControl.m2CountThrLow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156288
    },
    "ar5416AniControl.m2Thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156008
    },
    "ar5416AniControl.m2ThreshLow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156080
    },
    "ar5416AniControl.weakSigThrCck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156064
    },
    "ar5416AniDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567976992
    },
    "ar5416AniOfdmErrTrigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567980384
    },
    "ar5416AniPoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567981408
    },
    "ar5416AniReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567978528
    },
    "ar5416AniRestart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567979824
    },
    "ar5416AniSetup.aniparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584239280
    },
    "ar5416Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567989344
    },
    "ar5416AttachPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567988464
    },
    "ar5416BB_RfGain": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584237632
    },
    "ar5416BTCoexAntennaDiversity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991888
    },
    "ar5416BTCoexConfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991488
    },
    "ar5416BTCoexDisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991968
    },
    "ar5416BTCoexEnable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567992176
    },
    "ar5416BTCoexSetParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991904
    },
    "ar5416BTCoexSetQcuThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991680
    },
    "ar5416BTCoexSetWeights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991712
    },
    "ar5416BTCoexSetupBmissThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991872
    },
    "ar5416Bank0": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584238400
    },
    "ar5416Bank1": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584238416
    },
    "ar5416Bank2": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584238432
    },
    "ar5416Bank3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584238448
    },
    "ar5416Bank6": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584238464
    },
    "ar5416Bank7": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584238864
    },
    "ar5416BeaconInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567990736
    },
    "ar5416ChainTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568029488
    },
    "ar5416ChipReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568012048
    },
    "ar5416Clr11nAggr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031728
    },
    "ar5416Common": {
      "type": {
        "count": 374,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584234640
    },
    "ar5416CompareDbgHang": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568004384
    },
    "ar5416ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567984384
    },
    "ar5416ConfigureSpectralScan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568026576
    },
    "ar5416Detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567984272
    },
    "ar5416DetectBBHang.hang_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584239744
    },
    "ar5416DetectMacHang.hang_sig1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584239712
    },
    "ar5416DetectMacHang.hang_sig2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584239724
    },
    "ar5416Disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568017744
    },
    "ar5416DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567984528
    },
    "ar5416EepromRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567998208
    },
    "ar5416EepromSetAddac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568026240
    },
    "ar5416EnableDfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568005936
    },
    "ar5416FillCapabilityInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567988512
    },
    "ar5416FillTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568029312
    },
    "ar5416Get11nExtBusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002416
    },
    "ar5416Get11nRxClear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002624
    },
    "ar5416GetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568003008
    },
    "ar5416GetChannelCenters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568022480
    },
    "ar5416GetChipPowerLimits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568013376
    },
    "ar5416GetCurRssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002032
    },
    "ar5416GetDfsDefaultThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568005584
    },
    "ar5416GetDfsThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568005664
    },
    "ar5416GetDiagState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568003520
    },
    "ar5416GetGainBoundariesAndPdadcs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568024496
    },
    "ar5416GetGainBoundariesAndPdadcs.vpdTableI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610620240
    },
    "ar5416GetGainBoundariesAndPdadcs.vpdTableL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619728
    },
    "ar5416GetGainBoundariesAndPdadcs.vpdTableR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619984
    },
    "ar5416GetGlobalTxTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568030896
    },
    "ar5416GetMaxEdgePower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568021344
    },
    "ar5416GetMibCycleCounts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002128
    },
    "ar5416GetNextTBTT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567990464
    },
    "ar5416GetPendingInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567999776
    },
    "ar5416GetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568005536
    },
    "ar5416GetRadioRev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567988240
    },
    "ar5416GetRateTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568004816
    },
    "ar5416GetRegChainOffset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568018368
    },
    "ar5416GetRfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568017728
    },
    "ar5416GetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007312
    },
    "ar5416GetSpectralConfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027568
    },
    "ar5416GetSpectralParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027072
    },
    "ar5416GetTargetPowers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568021904
    },
    "ar5416GetTargetPowersLeg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568022576
    },
    "ar5416GetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568001520
    },
    "ar5416GetTxCompletionRates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031856
    },
    "ar5416GetTxRatePower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568028768
    },
    "ar5416GetWirelessModes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568001328
    },
    "ar5416GetXpdGainValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568023296
    },
    "ar5416GpioCfgInput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567998608
    },
    "ar5416GpioCfgOutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567998304
    },
    "ar5416GpioCfgOutput.MuxSignalConversionTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584239648
    },
    "ar5416GpioGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567998752
    },
    "ar5416GpioSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567998672
    },
    "ar5416GpioSetIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567998912
    },
    "ar5416IQCalCollect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567996672
    },
    "ar5416IQCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567996864
    },
    "ar5416InitBTCoex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567992512
    },
    "ar5416InitCal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567993136
    },
    "ar5416InitCalHardware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567992896
    },
    "ar5416InitChainMasks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568012384
    },
    "ar5416InitNfHistBuff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567996384
    },
    "ar5416InitPLL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568018240
    },
    "ar5416InitState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567983008
    },
    "ar5416IsFastClockEnabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007248
    },
    "ar5416IsInterruptPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567999680
    },
    "ar5416IsSpectralActive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027200
    },
    "ar5416IsSpectralEnabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027232
    },
    "ar5416Modes": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584233072
    },
    "ar5416PciePhy": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584239200
    },
    "ar5416PerCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567996304
    },
    "ar5416PerCalibrationN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567994048
    },
    "ar5416PhyDisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568017840
    },
    "ar5416Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567989296
    },
    "ar5416ProcRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007872
    },
    "ar5416ProcTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568030144
    },
    "ar5416ProcessMibIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567979968
    },
    "ar5416ProcessRadarEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568006752
    },
    "ar5416Reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568008448
    },
    "ar5416ResetCalValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567993792
    },
    "ar5416ResetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568001200
    },
    "ar5416ResetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567990928
    },
    "ar5416ResetTsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568001664
    },
    "ar5416ResetTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568032368
    },
    "ar5416RestoreChainMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568012992
    },
    "ar5416RestoreSpectralConfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027584
    },
    "ar5416RxMonitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567981392
    },
    "ar5416Set11nAggrFirst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031536
    },
    "ar5416Set11nAggrLast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031696
    },
    "ar5416Set11nAggrMiddle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031616
    },
    "ar5416Set11nBurstDuration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031792
    },
    "ar5416Set11nMac2040": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002592
    },
    "ar5416Set11nRateScenario": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568030928
    },
    "ar5416Set11nRxClear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002656
    },
    "ar5416Set11nVirtualMoreFrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031760
    },
    "ar5416SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002080
    },
    "ar5416SetBTCoexInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991392
    },
    "ar5416SetBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567990496
    },
    "ar5416SetBoardValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568018464
    },
    "ar5416SetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568003216
    },
    "ar5416SetChainMasks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002368
    },
    "ar5416SetCoverageClass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002112
    },
    "ar5416SetDecompMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002096
    },
    "ar5416SetGainBoundariesClosedLoop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568023136
    },
    "ar5416SetGlobalTxTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568030800
    },
    "ar5416SetIFSTiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568012656
    },
    "ar5416SetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568000528
    },
    "ar5416SetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568001248
    },
    "ar5416SetLedState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568001408
    },
    "ar5416SetLedState.ledbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048640
    },
    "ar5416SetPowerCalTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568023696
    },
    "ar5416SetPowerCalTable.pdadcValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619600
    },
    "ar5416SetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568004928
    },
    "ar5416SetPowerPerRateTable.ctlModesFor11a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156048
    },
    "ar5416SetPowerPerRateTable.ctlModesFor11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584239896
    },
    "ar5416SetQuiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568002768
    },
    "ar5416SetRatesArrayFromTargetPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568020960
    },
    "ar5416SetReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568017920
    },
    "ar5416SetResetReg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568013088
    },
    "ar5416SetRifsDelay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568004192
    },
    "ar5416SetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007392
    },
    "ar5416SetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567991040
    },
    "ar5416SetTransmitPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568014096
    },
    "ar5416SetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568001616
    },
    "ar5416SetTxPowerLimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568013312
    },
    "ar5416SetupFirstTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568029856
    },
    "ar5416SetupLastTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568030096
    },
    "ar5416SetupMeasurement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567996528
    },
    "ar5416SetupRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007760
    },
    "ar5416SetupTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568028320
    },
    "ar5416SetupTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568031936
    },
    "ar5416SetupXTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568029232
    },
    "ar5416SpurMitigate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567985040
    },
    "ar5416StartPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007600
    },
    "ar5416StartSpectralScan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027264
    },
    "ar5416StopDmaReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007520
    },
    "ar5416StopPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568007696
    },
    "ar5416StopSpectralScan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027472
    },
    "ar5416StopTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568027776
    },
    "ar5416WriteDetectorGainBiases": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568023392
    },
    "ar5416WriteIni": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567984784
    },
    "ar5416WritePdadcValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568023504
    },
    "ar5416WriteTxPowerRateRegisters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568013472
    },
    "ar5416_11na_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608387476
    },
    "ar5416_11ng_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608386192
    },
    "ar5416_ani.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_btcoex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_cal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_cal_adcdc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_cal_adcgain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_cal_iq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_cca_regs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ar5416_eeprom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_gpio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_interrupts.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_keycache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_radar.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_recv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_spectral.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416_xmit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar5416olcInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567988208
    },
    "ar5416olcTempCompensation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567988224
    },
    "ar5k0007_init": {
      "type": {
        "count": 167,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REGISTER_VAL"
        }
      },
      "address": 18446744071584201792
    },
    "ar5k0007_pwrSettings": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ar9002_hw_pa_cal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568052512
    },
    "ar9160Addac": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584246432
    },
    "ar9160Addac_1_1": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584246176
    },
    "ar9160AniSetup.aniparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584246768
    },
    "ar9160Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568033616
    },
    "ar9160BB_RfGain": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584244912
    },
    "ar9160Bank0": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584245680
    },
    "ar9160Bank1": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584245696
    },
    "ar9160Bank2": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584245712
    },
    "ar9160Bank3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584245728
    },
    "ar9160Bank6TPC": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584245744
    },
    "ar9160Bank7": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584246144
    },
    "ar9160Common": {
      "type": {
        "count": 376,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584241904
    },
    "ar9160InitPLL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568034688
    },
    "ar9160Modes": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584240368
    },
    "ar9160PciePhy": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584246688
    },
    "ar9160Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568033584
    },
    "ar9160_adc_dc_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584240288
    },
    "ar9160_adc_gain_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584240248
    },
    "ar9160_adc_init_dc_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584240328
    },
    "ar9160_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9160_iq_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584240208
    },
    "ar9280.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9280AniSetup.aniparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584269640
    },
    "ar9280Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568038624
    },
    "ar9280Common_v1": {
      "type": {
        "count": 344,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584255952
    },
    "ar9280Common_v2": {
      "type": {
        "count": 340,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584248208
    },
    "ar9280ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568039984
    },
    "ar9280DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568040176
    },
    "ar9280FillCapabilityInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568040688
    },
    "ar9280GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239872
    },
    "ar9280GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239120
    },
    "ar9280GetNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239904
    },
    "ar9280GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239392
    },
    "ar9280InitPLL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568034800
    },
    "ar9280Modes_backoff_13db_rxgain_v2": {
      "type": {
        "count": 130,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584258784
    },
    "ar9280Modes_backoff_23db_rxgain_v2": {
      "type": {
        "count": 130,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584261904
    },
    "ar9280Modes_fast_clock_v2": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584251008
    },
    "ar9280Modes_high_power_tx_gain_v2": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584268144
    },
    "ar9280Modes_original_rxgain_v2": {
      "type": {
        "count": 130,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584290240
    },
    "ar9280Modes_original_tx_gain_v2": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584268896
    },
    "ar9280Modes_v1": {
      "type": {
        "count": 199,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584251168
    },
    "ar9280Modes_v2": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584247104
    },
    "ar9280PciePhy_clkreq_always_on_L1_v2": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584250928
    },
    "ar9280PciePhy_v1": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584258704
    },
    "ar9280Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568038576
    },
    "ar9280RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239136
    },
    "ar9280RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239312
    },
    "ar9280RfProbe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240128
    },
    "ar9280SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568038560
    },
    "ar9280SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239408
    },
    "ar9280SetPowerCalTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568041808
    },
    "ar9280SetPowerCalTable.pdadcValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610620496
    },
    "ar9280SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239856
    },
    "ar9280SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239840
    },
    "ar9280SpurMitigate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568035040
    },
    "ar9280WriteIni": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568040192
    },
    "ar9280WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568239360
    },
    "ar9280_adc_dc_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584269920
    },
    "ar9280_adc_gain_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584269880
    },
    "ar9280_adc_init_dc_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584269960
    },
    "ar9280_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9280_iq_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584269840
    },
    "ar9280_olc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9280olcGetPDADCs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568041280
    },
    "ar9280olcGetTxGainIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568040976
    },
    "ar9280olcInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568040864
    },
    "ar9280olcTemperatureCompensation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568041536
    },
    "ar9285.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9285AniSetup.aniparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584296976
    },
    "ar9285Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568043312
    },
    "ar9285BTCoexAntennaDiversity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568045600
    },
    "ar9285BTCoexSetParameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568046016
    },
    "ar9285Common": {
      "type": {
        "count": 330,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584287520
    },
    "ar9285Common_v2": {
      "type": {
        "count": 316,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584277248
    },
    "ar9285ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568044736
    },
    "ar9285DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568045056
    },
    "ar9285FillCapabilityInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568045248
    },
    "ar9285GetGainBoundariesAndPdadcs.vpdTableI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610621008
    },
    "ar9285GetGainBoundariesAndPdadcs.vpdTableL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610620752
    },
    "ar9285GetGainBoundariesAndPdadcs.vpdTableR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610620880
    },
    "ar9285GetNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240208
    },
    "ar9285InitCalHardware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568054032
    },
    "ar9285Modes": {
      "type": {
        "count": 319,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584279856
    },
    "ar9285Modes_XE2_0_high_power": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584293360
    },
    "ar9285Modes_XE2_0_normal_power": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584295152
    },
    "ar9285Modes_high_power_tx_gain_v2": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584294256
    },
    "ar9285Modes_original_tx_gain_v2": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584296048
    },
    "ar9285Modes_v2": {
      "type": {
        "count": 302,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584270000
    },
    "ar9285PciePhy_clkreq_always_on_L1": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584290160
    },
    "ar9285PciePhy_clkreq_always_on_L1_v2": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584279776
    },
    "ar9285Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568043248
    },
    "ar9285RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240160
    },
    "ar9285RfProbe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240336
    },
    "ar9285SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568055328
    },
    "ar9285SetBoardValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568049952
    },
    "ar9285SetPowerCalTable.pdadcValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610620624
    },
    "ar9285SetPowerPerRateTable.ctlModesFor11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584297224
    },
    "ar9285SetTransmitPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568046080
    },
    "ar9285WriteIni": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568045072
    },
    "ar9285_antdiv_comb_conf_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568055104
    },
    "ar9285_antdiv_comb_conf_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568055168
    },
    "ar9285_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9285_btcoex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9285_cal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9285_check_div_comb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568055264
    },
    "ar9285_diversity.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9285_eeprom_print_diversity_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568045456
    },
    "ar9285_hw_cl_cal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568054496
    },
    "ar9285_lna_conf": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584296944
    },
    "ar9285_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9285_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9287.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9287AniSetup.aniparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584308792
    },
    "ar9287Attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568055760
    },
    "ar9287Common_9287_1_1": {
      "type": {
        "count": 365,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584298448
    },
    "ar9287Common_japan_2484_cck_fir_coeff_9287_1_1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584301488
    },
    "ar9287Common_normal_cck_fir_coeff_9287_1_1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584301456
    },
    "ar9287ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568057024
    },
    "ar9287DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568057152
    },
    "ar9287GetChannelMaxMinPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241168
    },
    "ar9287GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240368
    },
    "ar9287GetNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241200
    },
    "ar9287GetRfBank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240640
    },
    "ar9287InitCalHardware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568060944
    },
    "ar9287Modes_9287_1_1": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584297408
    },
    "ar9287Modes_rx_gain_9287_1_1": {
      "type": {
        "count": 258,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584301520
    },
    "ar9287Modes_tx_gain_9287_1_1": {
      "type": {
        "count": 45,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584307712
    },
    "ar9287PACal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568060928
    },
    "ar9287PciePhy_clkreq_always_on_L1_9287_1_1": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584301376
    },
    "ar9287Probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568055712
    },
    "ar9287RfAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240384
    },
    "ar9287RfDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240560
    },
    "ar9287RfProbe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241424
    },
    "ar9287SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568055696
    },
    "ar9287SetBoardValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568059648
    },
    "ar9287SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240656
    },
    "ar9287SetPowerPerRateTable.ctlModesFor11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584309040
    },
    "ar9287SetPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241152
    },
    "ar9287SetRfRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241136
    },
    "ar9287SetTransmitPower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568057360
    },
    "ar9287WriteIni": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568057168
    },
    "ar9287WriteRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568240608
    },
    "ar9287_adc_dc_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584297328
    },
    "ar9287_adc_gain_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584297288
    },
    "ar9287_adc_init_dc_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584297368
    },
    "ar9287_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9287_cal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9287_iq_cal": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584297248
    },
    "ar9287_olc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9287_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9287olcGetTxGainIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568061408
    },
    "ar9287olcInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568061104
    },
    "ar9287olcSetPDADCs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568061648
    },
    "ar9287olcTemperatureCompensation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568061216
    },
    "ar9300ClrMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106768
    },
    "ar9300Common_mixed_rx_gain_table_jupiter_2p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584369280
    },
    "ar9300Common_rx_gain_table_jupiter_2p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584336096
    },
    "ar9300Common_wo_xlna_rx_gain_table_jupiter_2p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584377648
    },
    "ar9300Common_wo_xlna_rx_gain_table_osprey_2p2": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584365184
    },
    "ar9300ForceVCS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138848
    },
    "ar9300Get3StreamSignature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138832
    },
    "ar9300GetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107184
    },
    "ar9300Modes_fast_clock_ar9580_1p0": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584353504
    },
    "ar9300Modes_fast_clock_jupiter_2p0": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584338304
    },
    "ar9300Modes_fast_clock_osprey_2p2": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584362992
    },
    "ar9300Modes_high_ob_db_tx_gain_table_ar9580_1p0": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584389056
    },
    "ar9300Modes_high_ob_db_tx_gain_table_jupiter_2p0": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584392336
    },
    "ar9300Modes_high_ob_db_tx_gain_table_osprey_2p2": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584395632
    },
    "ar9300Modes_high_power_tx_gain_table_ar9580_1p0": {
      "type": {
        "count": 103,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584407344
    },
    "ar9300Modes_high_power_tx_gain_table_osprey_2p2": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584410080
    },
    "ar9300Modes_low_ob_db_tx_gain_table_ar9580_1p0": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584400464
    },
    "ar9300Modes_low_ob_db_tx_gain_table_jupiter_2p0": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584382976
    },
    "ar9300Modes_low_ob_db_tx_gain_table_osprey_2p2": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584402512
    },
    "ar9300Modes_lowest_ob_db_tx_gain_table_ar9580_1p0": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584351296
    },
    "ar9300Modes_mixed_ob_db_tx_gain_table_osprey_2p2": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584414176
    },
    "ar9300PciePhy_clkreq_disable_L1_ar9580_1p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584353472
    },
    "ar9300PciePhy_clkreq_disable_L1_osprey_2p2": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584362960
    },
    "ar9300PciePhy_clkreq_enable_L1_ar9580_1p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584353408
    },
    "ar9300PciePhy_clkreq_enable_L1_osprey_2p2": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584362896
    },
    "ar9300PciePhy_pll_on_clkreq_disable_L1_ar9580_1p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584353440
    },
    "ar9300PciePhy_pll_on_clkreq_disable_L1_osprey_2p2": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584362928
    },
    "ar9300SetChainMasks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108352
    },
    "ar9300SetDfs3StreamFix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138864
    },
    "ar9300SetMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106656
    },
    "ar9300_11a_half_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608401172
    },
    "ar9300_11a_quarter_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608402456
    },
    "ar9300_11a_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608399888
    },
    "ar9300_11b_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608405024
    },
    "ar9300_11g_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608406308
    },
    "ar9300_11na_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608408876
    },
    "ar9300_11ng_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608407592
    },
    "ar9300_PciePhy_clkreq_disable_L1_jupiter_2p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584338240
    },
    "ar9300_PciePhy_clkreq_enable_L1_jupiter_2p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584338208
    },
    "ar9300_PciePhy_pll_on_clkreq_disable_L1_jupiter_2p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584338272
    },
    "ar9300_Stub_AniControl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193792
    },
    "ar9300_Stub_AniPhyErrReport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193824
    },
    "ar9300_Stub_AniPoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193920
    },
    "ar9300_Stub_AniReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193952
    },
    "ar9300_Stub_BeaconInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189856
    },
    "ar9300_Stub_ChipReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192736
    },
    "ar9300_Stub_ChipTest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189728
    },
    "ar9300_Stub_ClrMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192384
    },
    "ar9300_Stub_ConfigPCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194208
    },
    "ar9300_Stub_Detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189696
    },
    "ar9300_Stub_DetectCardPresent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190976
    },
    "ar9300_Stub_Disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192704
    },
    "ar9300_Stub_DisableMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191040
    },
    "ar9300_Stub_DisablePCIE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194240
    },
    "ar9300_Stub_EepromRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190400
    },
    "ar9300_Stub_EepromWrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190432
    },
    "ar9300_Stub_EnableDfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194048
    },
    "ar9300_Stub_EnableMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191008
    },
    "ar9300_Stub_EnableReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192224
    },
    "ar9300_Stub_EnableRfKill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190528
    },
    "ar9300_Stub_FillCapabilityInfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189792
    },
    "ar9300_Stub_FillTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193600
    },
    "ar9300_Stub_Get11nExtBusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194176
    },
    "ar9300_Stub_GetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191552
    },
    "ar9300_Stub_GetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191488
    },
    "ar9300_Stub_GetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191232
    },
    "ar9300_Stub_GetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190336
    },
    "ar9300_Stub_GetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191616
    },
    "ar9300_Stub_GetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191904
    },
    "ar9300_Stub_GetChannelEdges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189760
    },
    "ar9300_Stub_GetChipPowerLimits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193056
    },
    "ar9300_Stub_GetCurRssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191136
    },
    "ar9300_Stub_GetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191168
    },
    "ar9300_Stub_GetDfsThresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194080
    },
    "ar9300_Stub_GetDiagState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191968
    },
    "ar9300_Stub_GetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190048
    },
    "ar9300_Stub_GetKeyCacheSize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190112
    },
    "ar9300_Stub_GetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190272
    },
    "ar9300_Stub_GetMibCycleCounts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192032
    },
    "ar9300_Stub_GetNextTBTT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189952
    },
    "ar9300_Stub_GetNfAdjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191840
    },
    "ar9300_Stub_GetNfHistMid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192928
    },
    "ar9300_Stub_GetNoiseFloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192864
    },
    "ar9300_Stub_GetPendingInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190016
    },
    "ar9300_Stub_GetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192096
    },
    "ar9300_Stub_GetPowerStatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192128
    },
    "ar9300_Stub_GetRadioRev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189664
    },
    "ar9300_Stub_GetRandomSeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190944
    },
    "ar9300_Stub_GetRateTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193760
    },
    "ar9300_Stub_GetRfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193120
    },
    "ar9300_Stub_GetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192160
    },
    "ar9300_Stub_GetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192448
    },
    "ar9300_Stub_GetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191360
    },
    "ar9300_Stub_GetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191424
    },
    "ar9300_Stub_GetTsf32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190784
    },
    "ar9300_Stub_GetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190816
    },
    "ar9300_Stub_GetTxCompletionRates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193728
    },
    "ar9300_Stub_GetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193376
    },
    "ar9300_Stub_GetTxIntrQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193664
    },
    "ar9300_Stub_GetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193248
    },
    "ar9300_Stub_GetWirelessModes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190496
    },
    "ar9300_Stub_GpioCfgInput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190592
    },
    "ar9300_Stub_GpioCfgOutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190560
    },
    "ar9300_Stub_GpioGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190656
    },
    "ar9300_Stub_GpioSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190624
    },
    "ar9300_Stub_GpioSetIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190688
    },
    "ar9300_Stub_InitNfCalHistBuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192896
    },
    "ar9300_Stub_InitializeGainValues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193088
    },
    "ar9300_Stub_IntrReqTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193696
    },
    "ar9300_Stub_IsFastClockEnabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194144
    },
    "ar9300_Stub_IsInterruptPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189984
    },
    "ar9300_Stub_IsJapanChannelSpreadSupported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191104
    },
    "ar9300_Stub_IsKeyCacheEntryValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190144
    },
    "ar9300_Stub_IsNFCalInProgress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193984
    },
    "ar9300_Stub_IsSleepAfterBeaconBroken": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191296
    },
    "ar9300_Stub_NumTxPending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193472
    },
    "ar9300_Stub_PerCalibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192768
    },
    "ar9300_Stub_PerCalibrationN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192800
    },
    "ar9300_Stub_PhyDisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192672
    },
    "ar9300_Stub_ProcRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192544
    },
    "ar9300_Stub_ProcTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193632
    },
    "ar9300_Stub_ProcessMibIntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193856
    },
    "ar9300_Stub_ProcessRadarEvent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194112
    },
    "ar9300_Stub_ReleaseTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193312
    },
    "ar9300_Stub_RequestRfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193152
    },
    "ar9300_Stub_Reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192576
    },
    "ar9300_Stub_ResetCalValid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192832
    },
    "ar9300_Stub_ResetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190176
    },
    "ar9300_Stub_ResetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189888
    },
    "ar9300_Stub_ResetTsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190880
    },
    "ar9300_Stub_ResetTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193344
    },
    "ar9300_Stub_RestoreClock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191808
    },
    "ar9300_Stub_RxMonitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193888
    },
    "ar9300_Stub_SetAckCTSRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191520
    },
    "ar9300_Stub_SetAckTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191456
    },
    "ar9300_Stub_SetAntennaSwitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191264
    },
    "ar9300_Stub_SetAntennaSwitchInternal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192992
    },
    "ar9300_Stub_SetBasicRate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190912
    },
    "ar9300_Stub_SetBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189824
    },
    "ar9300_Stub_SetBssIdMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190368
    },
    "ar9300_Stub_SetCTSTimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191584
    },
    "ar9300_Stub_SetCapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191936
    },
    "ar9300_Stub_SetChannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192608
    },
    "ar9300_Stub_SetCompRegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191872
    },
    "ar9300_Stub_SetCoverageClass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191680
    },
    "ar9300_Stub_SetDecompMask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191648
    },
    "ar9300_Stub_SetDefAntenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191200
    },
    "ar9300_Stub_SetInterrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190080
    },
    "ar9300_Stub_SetKeyCacheEntry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190240
    },
    "ar9300_Stub_SetKeyCacheEntryMac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190208
    },
    "ar9300_Stub_SetLedState": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190720
    },
    "ar9300_Stub_SetMacAddress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190304
    },
    "ar9300_Stub_SetMulticastFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192352
    },
    "ar9300_Stub_SetMulticastFilterIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192416
    },
    "ar9300_Stub_SetOperatingMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192640
    },
    "ar9300_Stub_SetPCUConfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191712
    },
    "ar9300_Stub_SetPowerMode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192064
    },
    "ar9300_Stub_SetQuiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192000
    },
    "ar9300_Stub_SetRegulatoryDomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190464
    },
    "ar9300_Stub_SetRxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192192
    },
    "ar9300_Stub_SetRxFilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192480
    },
    "ar9300_Stub_SetSifsTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191328
    },
    "ar9300_Stub_SetSlotTime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191392
    },
    "ar9300_Stub_SetSpurMitigation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192960
    },
    "ar9300_Stub_SetStaBeaconTimers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568189920
    },
    "ar9300_Stub_SetTsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190848
    },
    "ar9300_Stub_SetTxDP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193408
    },
    "ar9300_Stub_SetTxPowerLimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193024
    },
    "ar9300_Stub_SetTxQueueProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193216
    },
    "ar9300_Stub_SetupClock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191776
    },
    "ar9300_Stub_SetupRxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192512
    },
    "ar9300_Stub_SetupTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193536
    },
    "ar9300_Stub_SetupTxQueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193280
    },
    "ar9300_Stub_SetupXTxDesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193568
    },
    "ar9300_Stub_StartPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192288
    },
    "ar9300_Stub_StartTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193440
    },
    "ar9300_Stub_StopDmaReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192256
    },
    "ar9300_Stub_StopPcuReceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568192320
    },
    "ar9300_Stub_StopTxDma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193504
    },
    "ar9300_Stub_UpdateMibCounters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191072
    },
    "ar9300_Stub_UpdateTxTrigLevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568193184
    },
    "ar9300_Stub_Use32KHzclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568191744
    },
    "ar9300_Stub_WaitNFCalComplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194016
    },
    "ar9300_Stub_WriteAssocid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568190752
    },
    "ar9300__cont_tx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568203248
    },
    "ar9300_abort_tx_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568200192
    },
    "ar9300_adjust_difs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568159808
    },
    "ar9300_adjust_reg_txpower_cdd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568152096
    },
    "ar9300_alloc_generic_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196960
    },
    "ar9300_ani.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_ani_ar_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568066576
    },
    "ar9300_ani_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568062048
    },
    "ar9300_ani_cck_err_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568067728
    },
    "ar9300_ani_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568063008
    },
    "ar9300_ani_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568062336
    },
    "ar9300_ani_get_current_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568062016
    },
    "ar9300_ani_get_current_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568062032
    },
    "ar9300_ani_init_defaults": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568062448
    },
    "ar9300_ani_lower_immunity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568067440
    },
    "ar9300_ani_ofdm_err_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568067680
    },
    "ar9300_ani_poll_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106928
    },
    "ar9300_ani_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568065200
    },
    "ar9300_ani_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568066128
    },
    "ar9300_ani_rxmonitor_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106912
    },
    "ar9300_ani_set_cck_noise_immunity_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568065008
    },
    "ar9300_ani_set_odfm_noise_immunity_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568064800
    },
    "ar9300_ant_ctrl_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568089232
    },
    "ar9300_ant_ctrl_chain_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568088912
    },
    "ar9300_ant_ctrl_common2_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568088880
    },
    "ar9300_ant_ctrl_common_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568088848
    },
    "ar9300_ant_ctrl_set_lna_div_use_bt_ant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568187024
    },
    "ar9300_ant_div_comb_get_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568080352
    },
    "ar9300_ant_div_comb_set_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568080448
    },
    "ar9300_ant_swcom_sel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568088960
    },
    "ar9300_ar9580_1p0_baseband_core": {
      "type": {
        "count": 159,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584345536
    },
    "ar9300_ar9580_1p0_baseband_core_txfir_coeff_japan_2484": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584353616
    },
    "ar9300_ar9580_1p0_baseband_postamble": {
      "type": {
        "count": 52,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584346816
    },
    "ar9300_ar9580_1p0_baseband_postamble_dfs_channel": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584353344
    },
    "ar9300_ar9580_1p0_mac_core": {
      "type": {
        "count": 153,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584344144
    },
    "ar9300_ar9580_1p0_mac_postamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584345376
    },
    "ar9300_ar9580_1p0_radio_core": {
      "type": {
        "count": 140,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584347856
    },
    "ar9300_ar9580_1p0_radio_postamble": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584348976
    },
    "ar9300_ar9580_1p0_soc_postamble": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584349216
    },
    "ar9300_ar9580_1p0_soc_preamble": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584349168
    },
    "ar9300_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568068128
    },
    "ar9300_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_attach_freebsd_ops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568104608
    },
    "ar9300_attenuation_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568090704
    },
    "ar9300_attenuation_chain_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568091168
    },
    "ar9300_attenuation_margin_chain_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568091552
    },
    "ar9300_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_beacon_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568080640
    },
    "ar9300_beacon_set_beacon_timers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107824
    },
    "ar9300_bin5pulses": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dfs_bin5pulse"
        }
      },
      "address": 18446744071608411232
    },
    "ar9300_bt_coex_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134448
    },
    "ar9300_bt_coex_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134976
    },
    "ar9300_bt_coex_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568135216
    },
    "ar9300_bt_coex_set_parameter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134736
    },
    "ar9300_bt_coex_set_qcu_thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134624
    },
    "ar9300_bt_coex_set_weights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134656
    },
    "ar9300_bt_coex_setup_bmiss_thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134720
    },
    "ar9300_cac_tx_quiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568129648
    },
    "ar9300_calc_tx_airtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568202928
    },
    "ar9300_calibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568166720
    },
    "ar9300_calibration_data_address_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081408
    },
    "ar9300_calibration_data_address_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081376
    },
    "ar9300_calibration_data_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081344
    },
    "ar9300_calibration_data_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568098480
    },
    "ar9300_calibration_data_read_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568098880
    },
    "ar9300_calibration_data_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568098016
    },
    "ar9300_calibration_data_read_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568098000
    },
    "ar9300_calibration_data_read_otp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568098192
    },
    "ar9300_calibration_data_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081312
    },
    "ar9300_cca_regs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ar9300_chain_noise_floor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568163536
    },
    "ar9300_check_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568163952
    },
    "ar9300_chip_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568165648
    },
    "ar9300_chip_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568078848
    },
    "ar9300_chk_rssi_update_tx_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568136608
    },
    "ar9300_clear_mib_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132848
    },
    "ar9300_clear_tx_desc_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568202112
    },
    "ar9300_clr_11n_aggr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204720
    },
    "ar9300_clr_11n_rifs_burst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204800
    },
    "ar9300_common_mixed_rx_gain_table_jupiter_1p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584367232
    },
    "ar9300_common_rx_gain_table_ar9580_1p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584349248
    },
    "ar9300_common_rx_gain_table_jupiter_1p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584327168
    },
    "ar9300_common_rx_gain_table_osprey_2p2": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584358752
    },
    "ar9300_common_wo_xlna_rx_gain_table_ar9580_1p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584363136
    },
    "ar9300_common_wo_xlna_rx_gain_table_jupiter_1p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584375600
    },
    "ar9300_compression_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568099392
    },
    "ar9300_compression_header_unpack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568099536
    },
    "ar9300_config_bb_panic_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568131312
    },
    "ar9300_config_defaults_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108448
    },
    "ar9300_config_pci_power_save": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568074624
    },
    "ar9300_config_pcie_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106288
    },
    "ar9300_configure_spectral_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568195664
    },
    "ar9300_control_signals_for_green_tx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568137552
    },
    "ar9300_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568078704
    },
    "ar9300_detect_bb_hang": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568133984
    },
    "ar9300_detect_card_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128400
    },
    "ar9300_detect_mac_hang": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568133344
    },
    "ar9300_dfs_cac_war": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160224
    },
    "ar9300_dfs_config_fft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160144
    },
    "ar9300_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568165488
    },
    "ar9300_disable_cck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194272
    },
    "ar9300_disable_dc_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568195216
    },
    "ar9300_disable_mib_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568061936
    },
    "ar9300_disable_pcie_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568074960
    },
    "ar9300_disable_phy_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568186736
    },
    "ar9300_disable_radar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194320
    },
    "ar9300_disable_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194448
    },
    "ar9300_disable_strong_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194976
    },
    "ar9300_disable_weak_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194576
    },
    "ar9300_disp_tpc_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568155872
    },
    "ar9300_dma_reg_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568130880
    },
    "ar9300_drive_strength_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568088400
    },
    "ar9300_dump_keycache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568114752
    },
    "ar9300_eeprom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_eeprom_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082272
    },
    "ar9300_eeprom_base_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568099280
    },
    "ar9300_eeprom_dump_support": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568097872
    },
    "ar9300_eeprom_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082544
    },
    "ar9300_eeprom_get_ant_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568097920
    },
    "ar9300_eeprom_get_cck_trgt_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568084112
    },
    "ar9300_eeprom_get_cust_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568097936
    },
    "ar9300_eeprom_get_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108144
    },
    "ar9300_eeprom_get_ht20_trgt_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568083216
    },
    "ar9300_eeprom_get_ht40_trgt_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568083664
    },
    "ar9300_eeprom_get_legacy_trgt_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082768
    },
    "ar9300_eeprom_get_num_ant_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568097904
    },
    "ar9300_eeprom_get_spur_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082448
    },
    "ar9300_eeprom_get_spur_chans_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568104000
    },
    "ar9300_eeprom_low_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568099376
    },
    "ar9300_eeprom_read_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081904
    },
    "ar9300_eeprom_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082464
    },
    "ar9300_eeprom_restore_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568099632
    },
    "ar9300_eeprom_restore_internal_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568100832
    },
    "ar9300_eeprom_set_addac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568097856
    },
    "ar9300_eeprom_set_board_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568103232
    },
    "ar9300_eeprom_set_power_per_rate_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568093600
    },
    "ar9300_eeprom_set_power_per_rate_table.tp_scale_reduction_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584425076
    },
    "ar9300_eeprom_set_transmit_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568095488
    },
    "ar9300_eeprom_set_tx_gain_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568104128
    },
    "ar9300_eeprom_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568098960
    },
    "ar9300_eeprom_struct_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568097968
    },
    "ar9300_eeprom_struct_default_find_by_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081696
    },
    "ar9300_eeprom_struct_default_many": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568097952
    },
    "ar9300_eeprom_struct_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081680
    },
    "ar9300_eeprom_template_install": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081456
    },
    "ar9300_eeprom_template_preference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568081440
    },
    "ar9300_eeprom_tx_gain_table_index_max_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568104032
    },
    "ar9300_eeprom_volatile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568099344
    },
    "ar9300_eeprom_write_enable_gpio_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568086688
    },
    "ar9300_enable_cck_detect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568195264
    },
    "ar9300_enable_dfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568158880
    },
    "ar9300_enable_keysearch_always": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568114688
    },
    "ar9300_enable_mib_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568061824
    },
    "ar9300_enable_paprd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568139024
    },
    "ar9300_enable_receive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160832
    },
    "ar9300_enable_rf_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126800
    },
    "ar9300_enable_tpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568136384
    },
    "ar9300_etsi_radars": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dfs_pulse"
        }
      },
      "address": 18446744071608410160
    },
    "ar9300_fcc_radars": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dfs_pulse"
        }
      },
      "address": 18446744071608410672
    },
    "ar9300_fill_capability_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568077152
    },
    "ar9300_fill_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568201744
    },
    "ar9300_flash_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082208
    },
    "ar9300_flash_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082240
    },
    "ar9300_force_tsf_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568136480
    },
    "ar9300_free_generic_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568197264
    },
    "ar9300_freebsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_freebsd_beacon_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107792
    },
    "ar9300_freebsd_chain_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108192
    },
    "ar9300_freebsd_fill_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106528
    },
    "ar9300_freebsd_get_antenna_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107152
    },
    "ar9300_freebsd_get_cts_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107232
    },
    "ar9300_freebsd_get_desc_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106624
    },
    "ar9300_freebsd_get_mib_cycle_counts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107280
    },
    "ar9300_freebsd_get_tx_completion_rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106592
    },
    "ar9300_freebsd_proc_radar_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107296
    },
    "ar9300_freebsd_proc_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106576
    },
    "ar9300_freebsd_set_11n_rate_scenario": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108272
    },
    "ar9300_freebsd_set_antenna_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107168
    },
    "ar9300_freebsd_set_tsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568107104
    },
    "ar9300_freebsd_set_tx_power_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106416
    },
    "ar9300_freebsd_setup_11n_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108320
    },
    "ar9300_freebsd_setup_first_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108224
    },
    "ar9300_freebsd_setup_last_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108256
    },
    "ar9300_freebsd_setup_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106448
    },
    "ar9300_freebsd_setup_x_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106512
    },
    "ar9300_get_11n_ext_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568131120
    },
    "ar9300_get_11n_rx_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132208
    },
    "ar9300_get_ack_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568129104
    },
    "ar9300_get_bb_panic_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568131568
    },
    "ar9300_get_bss_id_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126624
    },
    "ar9300_get_bt_active_gpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568135616
    },
    "ar9300_get_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568125504
    },
    "ar9300_get_channel_centers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568162928
    },
    "ar9300_get_channel_edges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568079168
    },
    "ar9300_get_chip_power_limits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160736
    },
    "ar9300_get_ctl_chan_nf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196768
    },
    "ar9300_get_cur_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128704
    },
    "ar9300_get_dcs_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134336
    },
    "ar9300_get_def_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128736
    },
    "ar9300_get_default_dfs_thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568159744
    },
    "ar9300_get_desc_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204880
    },
    "ar9300_get_desc_link_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568202096
    },
    "ar9300_get_dfs_radars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568159632
    },
    "ar9300_get_dfs_thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568159472
    },
    "ar9300_get_diag_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568130432
    },
    "ar9300_get_ext_chan_nf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196864
    },
    "ar9300_get_gen_timer_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568197856
    },
    "ar9300_get_hw_beacon_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568137920
    },
    "ar9300_get_hw_hangs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568125440
    },
    "ar9300_get_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568111408
    },
    "ar9300_get_intr_mitigation_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568112400
    },
    "ar9300_get_key_cache_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568112416
    },
    "ar9300_get_mac_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126560
    },
    "ar9300_get_mib_cycle_counts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132832
    },
    "ar9300_get_mib_cycle_counts_pct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568130896
    },
    "ar9300_get_mib_mac_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128624
    },
    "ar9300_get_min_cca_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568163424
    },
    "ar9300_get_nav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108384
    },
    "ar9300_get_next_tbtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108064
    },
    "ar9300_get_nf_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568078800
    },
    "ar9300_get_nf_from_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568163792
    },
    "ar9300_get_pending_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568110016
    },
    "ar9300_get_pending_interrupts_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108096
    },
    "ar9300_get_power_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568158720
    },
    "ar9300_get_random_seed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128304
    },
    "ar9300_get_rate_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568151760
    },
    "ar9300_get_rate_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568152000
    },
    "ar9300_get_raw_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568202224
    },
    "ar9300_get_rfgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568169248
    },
    "ar9300_get_rx_dp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160768
    },
    "ar9300_get_rx_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161408
    },
    "ar9300_get_rx_key_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568162896
    },
    "ar9300_get_rx_nf_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568087168
    },
    "ar9300_get_spectral_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196752
    },
    "ar9300_get_spectral_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568195888
    },
    "ar9300_get_spur_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568169392
    },
    "ar9300_get_tpc_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568156560
    },
    "ar9300_get_tsf2_32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127648
    },
    "ar9300_get_tsf32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127632
    },
    "ar9300_get_tsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127520
    },
    "ar9300_get_tx_dp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568200016
    },
    "ar9300_get_tx_intr_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568201488
    },
    "ar9300_get_tx_queue_props": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568198160
    },
    "ar9300_get_tx_rate_code": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568202160
    },
    "ar9300_get_tx_trig_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568198096
    },
    "ar9300_get_wireless_modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126784
    },
    "ar9300_get_wlan_active_gpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568135632
    },
    "ar9300_gpio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_gpio_cfg_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109040
    },
    "ar9300_gpio_cfg_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108528
    },
    "ar9300_gpio_cfg_output.mux_signal_conversion_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584425280
    },
    "ar9300_gpio_cfg_output_led_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108816
    },
    "ar9300_gpio_cfg_output_led_off.mux_signal_conversion_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584425376
    },
    "ar9300_gpio_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109280
    },
    "ar9300_gpio_get_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109376
    },
    "ar9300_gpio_get_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109776
    },
    "ar9300_gpio_get_polarity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109664
    },
    "ar9300_gpio_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109184
    },
    "ar9300_gpio_set_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109392
    },
    "ar9300_gpio_set_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109808
    },
    "ar9300_gpio_set_polarity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109680
    },
    "ar9300_green_ap_ps_on_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568186816
    },
    "ar9300_handle_bb_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568131504
    },
    "ar9300_hwgreentx_set_pal_spare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568137792
    },
    "ar9300_ini_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082752
    },
    "ar9300_init_bt_coex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568135648
    },
    "ar9300_init_cal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568180848
    },
    "ar9300_init_chain_masks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568188208
    },
    "ar9300_init_pll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568164160
    },
    "ar9300_init_rate_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568152672
    },
    "ar9300_init_rate_txpower_ht": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568154896
    },
    "ar9300_init_rate_txpower_stbc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568155392
    },
    "ar9300_interference_is_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568186864
    },
    "ar9300_internal_regulator_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568087600
    },
    "ar9300_interrupts.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_iq_cal_collect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568168464
    },
    "ar9300_iq_calibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568168592
    },
    "ar9300_iq_calibration.offset_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584430648
    },
    "ar9300_is_ani_noise_spur": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568067936
    },
    "ar9300_is_fast_clock_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160320
    },
    "ar9300_is_interrupt_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568109904
    },
    "ar9300_is_japan_channel_spread_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128688
    },
    "ar9300_is_key_cache_entry_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568112432
    },
    "ar9300_is_single_ant_power_save_possible": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568186848
    },
    "ar9300_is_skip_paprd_by_greentx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568137504
    },
    "ar9300_is_sleep_after_beacon_broken": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128848
    },
    "ar9300_is_spectral_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196256
    },
    "ar9300_is_spectral_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196288
    },
    "ar9300_is_tx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568203296
    },
    "ar9300_jupiter_1p0_baseband_core": {
      "type": {
        "count": 153,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584324352
    },
    "ar9300_jupiter_1p0_baseband_core_txfir_coeff_japan_2484": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584329392
    },
    "ar9300_jupiter_1p0_baseband_postamble": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584325584
    },
    "ar9300_jupiter_1p0_mac_core": {
      "type": {
        "count": 160,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584322912
    },
    "ar9300_jupiter_1p0_mac_postamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584324192
    },
    "ar9300_jupiter_1p0_radio_core": {
      "type": {
        "count": 56,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584326512
    },
    "ar9300_jupiter_1p0_radio_postamble": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584326960
    },
    "ar9300_jupiter_1p0_soc_postamble": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584327136
    },
    "ar9300_jupiter_1p0_soc_preamble": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584327104
    },
    "ar9300_jupiter_2p0_BTCOEX_MAX_TXPWR_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584338144
    },
    "ar9300_jupiter_2p0_baseband_core": {
      "type": {
        "count": 155,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584332144
    },
    "ar9300_jupiter_2p0_baseband_core_txfir_coeff_japan_2484": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584338416
    },
    "ar9300_jupiter_2p0_baseband_postamble": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584334496
    },
    "ar9300_jupiter_2p0_mac_core": {
      "type": {
        "count": 160,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584330704
    },
    "ar9300_jupiter_2p0_mac_postamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584331984
    },
    "ar9300_jupiter_2p0_radio_core": {
      "type": {
        "count": 54,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584335424
    },
    "ar9300_jupiter_2p0_radio_postamble": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584335856
    },
    "ar9300_jupiter_2p0_radio_postamble_sys2ant": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584335936
    },
    "ar9300_jupiter_2p0_soc_postamble": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584336064
    },
    "ar9300_jupiter_2p0_soc_preamble": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584336032
    },
    "ar9300_keycache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_load_nf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568165952
    },
    "ar9300_mac_to_clks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126544
    },
    "ar9300_mark_phy_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132768
    },
    "ar9300_mci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_mci_2g5g_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568116208
    },
    "ar9300_mci_2g5g_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568116256
    },
    "ar9300_mci_bt_coex_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568124992
    },
    "ar9300_mci_bt_coex_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568125264
    },
    "ar9300_mci_bt_coex_set_weights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568124464
    },
    "ar9300_mci_check_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568123904
    },
    "ar9300_mci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568124400
    },
    "ar9300_mci_disable_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568121600
    },
    "ar9300_mci_enable_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568121648
    },
    "ar9300_mci_get_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568123856
    },
    "ar9300_mci_mute_bt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568117280
    },
    "ar9300_mci_observation_set_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568121696
    },
    "ar9300_mci_osla_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568116976
    },
    "ar9300_mci_prep_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568122352
    },
    "ar9300_mci_process_gpm_extra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568119952
    },
    "ar9300_mci_remote_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568114944
    },
    "ar9300_mci_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568120288
    },
    "ar9300_mci_send_2g5g_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568116752
    },
    "ar9300_mci_send_coex_bt_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568124304
    },
    "ar9300_mci_send_coex_bt_status_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568124160
    },
    "ar9300_mci_send_coex_halt_bt_gpm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568116096
    },
    "ar9300_mci_send_lna_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568115984
    },
    "ar9300_mci_send_message": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568115024
    },
    "ar9300_mci_send_sys_waking": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568116048
    },
    "ar9300_mci_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568120208
    },
    "ar9300_mci_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568118064
    },
    "ar9300_mci_sync_bt_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568123952
    },
    "ar9300_mci_wait_for_gpm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568117552
    },
    "ar9300_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_modes_fast_clock_jupiter_1p0": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584329280
    },
    "ar9300_modes_high_ob_db_tx_gain_table_jupiter_1p0": {
      "type": {
        "count": 61,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584391104
    },
    "ar9300_modes_low_ob_db_tx_gain_table_jupiter_1p0": {
      "type": {
        "count": 61,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584381744
    },
    "ar9300_modes_lowest_ob_db_tx_gain_table_osprey_2p2": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584360800
    },
    "ar9300_modes_mixed_ob_db_tx_gain_table_ar9580_1p0": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584412128
    },
    "ar9300_modes_number_5_tx_gain_table_osprey_2p2": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584420416
    },
    "ar9300_modes_type5_tx_gain_table_ar9580_1p0": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584419008
    },
    "ar9300_modes_type6_tx_gain_table_ar9580_1p0": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584423216
    },
    "ar9300_new_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568074304
    },
    "ar9300_noise_floor_cal_or_power_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568086752
    },
    "ar9300_num_tx_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568200096
    },
    "ar9300_osprey_2p2_baseband_core": {
      "type": {
        "count": 159,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584355040
    },
    "ar9300_osprey_2p2_baseband_core_txfir_coeff_japan_2484": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584363104
    },
    "ar9300_osprey_2p2_baseband_postamble": {
      "type": {
        "count": 52,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584356320
    },
    "ar9300_osprey_2p2_baseband_postamble_dfs_channel": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584362848
    },
    "ar9300_osprey_2p2_mac_core": {
      "type": {
        "count": 153,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584353648
    },
    "ar9300_osprey_2p2_mac_postamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584354880
    },
    "ar9300_osprey_2p2_radio_core": {
      "type": {
        "count": 140,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584357360
    },
    "ar9300_osprey_2p2_radio_postamble": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584358480
    },
    "ar9300_osprey_2p2_soc_postamble": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584358720
    },
    "ar9300_osprey_2p2_soc_preamble": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584358672
    },
    "ar9300_otp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568082032
    },
    "ar9300_otp_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568099248
    },
    "ar9300_paprd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_paprd_create_curve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568147040
    },
    "ar9300_paprd_dec_tx_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568151536
    },
    "ar9300_paprd_init_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568148288
    },
    "ar9300_paprd_is_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568151424
    },
    "ar9300_paprd_pwr_adj_array": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_paprd_pwr_adjust"
        }
      },
      "address": 18446744071584429264
    },
    "ar9300_paprd_setup_gain_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568145536
    },
    "ar9300_paprd_thermal_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568151744
    },
    "ar9300_pcie_phy_clkreq_disable_L1_jupiter_1p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "ar9300_pcie_phy_clkreq_enable_L1_jupiter_1p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584329216
    },
    "ar9300_pcie_phy_pll_on_clkreq_disable_L1_jupiter_1p0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584329248
    },
    "ar9300_per_calibration_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106320
    },
    "ar9300_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_phy_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568165312
    },
    "ar9300_populate_paprd_single_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568144752
    },
    "ar9300_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_power_control_override": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568091936
    },
    "ar9300_ppm_arm_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132656
    },
    "ar9300_ppm_force": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132480
    },
    "ar9300_ppm_get_force_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132800
    },
    "ar9300_ppm_get_rssi_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132352
    },
    "ar9300_ppm_get_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132736
    },
    "ar9300_ppm_un_force": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132608
    },
    "ar9300_prep_spectral_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568195344
    },
    "ar9300_print_keycache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138128
    },
    "ar9300_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568080592
    },
    "ar9300_proc_rx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568162880
    },
    "ar9300_proc_rx_desc_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568162128
    },
    "ar9300_proc_rx_desc_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106880
    },
    "ar9300_proc_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568202304
    },
    "ar9300_process_mib_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568066256
    },
    "ar9300_promisc_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161760
    },
    "ar9300_radar.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_radio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_read_pktlog_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161824
    },
    "ar9300_read_revisions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568067952
    },
    "ar9300_recv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_recv_ds.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_regulatory_domain_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568086672
    },
    "ar9300_regulatory_domain_override": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568079248
    },
    "ar9300_release_tx_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568198608
    },
    "ar9300_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568169744
    },
    "ar9300_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_reset_cal_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568169264
    },
    "ar9300_reset_cal_valid_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106368
    },
    "ar9300_reset_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106224
    },
    "ar9300_reset_hw_beacon_proc_crc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568137872
    },
    "ar9300_reset_hw_beacon_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138016
    },
    "ar9300_reset_key_cache_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568112480
    },
    "ar9300_reset_nf_hist_buff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568180432
    },
    "ar9300_reset_tsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127664
    },
    "ar9300_reset_tx_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568198864
    },
    "ar9300_reset_tx_status_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568201504
    },
    "ar9300_rf_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160384
    },
    "ar9300_rf_gain_cap_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568079904
    },
    "ar9300_rf_gain_cap_apply.rx_gain_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610621136
    },
    "ar9300_rx_band_select_gpio_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568086736
    },
    "ar9300_rx_gain_index_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568087568
    },
    "ar9300_rx_gain_table_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568076304
    },
    "ar9300_rx_iq_cal_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568186352
    },
    "ar9300_select_ant_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134192
    },
    "ar9300_set_11n_aggr_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204608
    },
    "ar9300_set_11n_aggr_last": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204688
    },
    "ar9300_set_11n_aggr_middle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204656
    },
    "ar9300_set_11n_aggr_rifs_burst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204816
    },
    "ar9300_set_11n_burst_duration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204736
    },
    "ar9300_set_11n_mac2040": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132160
    },
    "ar9300_set_11n_rate_scenario": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568203744
    },
    "ar9300_set_11n_rifs_burst_last": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204784
    },
    "ar9300_set_11n_rifs_burst_middle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204768
    },
    "ar9300_set_11n_rx_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132240
    },
    "ar9300_set_11n_rx_rifs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568133280
    },
    "ar9300_set_11n_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568203344
    },
    "ar9300_set_11n_virtual_more_frag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568204848
    },
    "ar9300_set_ack_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128976
    },
    "ar9300_set_antenna_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128816
    },
    "ar9300_set_basic_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128032
    },
    "ar9300_set_bss_id_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126656
    },
    "ar9300_set_bt_coex_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134352
    },
    "ar9300_set_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568129808
    },
    "ar9300_set_capability.cmds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584428896
    },
    "ar9300_set_cca_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568195056
    },
    "ar9300_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160432
    },
    "ar9300_set_coverage_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128768
    },
    "ar9300_set_ctl_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138880
    },
    "ar9300_set_dcs_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568134320
    },
    "ar9300_set_def_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128784
    },
    "ar9300_set_desc_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568202048
    },
    "ar9300_set_hal_reset_reason": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132144
    },
    "ar9300_set_hw_beacon_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138064
    },
    "ar9300_set_hw_beacon_rssi_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568137952
    },
    "ar9300_set_immunity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568079280
    },
    "ar9300_set_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568111424
    },
    "ar9300_set_interrupts_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108128
    },
    "ar9300_set_intr_mitigation_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568112384
    },
    "ar9300_set_key_cache_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568113072
    },
    "ar9300_set_key_cache_entry_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568112896
    },
    "ar9300_set_led_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127200
    },
    "ar9300_set_led_state.ledbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048864
    },
    "ar9300_set_mac_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126592
    },
    "ar9300_set_multicast_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161360
    },
    "ar9300_set_nav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108416
    },
    "ar9300_set_network_led_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127344
    },
    "ar9300_set_operating_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568164000
    },
    "ar9300_set_paprd_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568203264
    },
    "ar9300_set_pcu_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568129792
    },
    "ar9300_set_power_led_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127264
    },
    "ar9300_set_power_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568157824
    },
    "ar9300_set_power_mode_awake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568157552
    },
    "ar9300_set_proxy_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568136096
    },
    "ar9300_set_quiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568129152
    },
    "ar9300_set_radar_dc_thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568194512
    },
    "ar9300_set_regulatory_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568126736
    },
    "ar9300_set_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568165056
    },
    "ar9300_set_reset_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568164768
    },
    "ar9300_set_rifs_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568132928
    },
    "ar9300_set_rx_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160864
    },
    "ar9300_set_rx_chainmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568203616
    },
    "ar9300_set_rx_dp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568160800
    },
    "ar9300_set_rx_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161488
    },
    "ar9300_set_rx_sel_evm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161648
    },
    "ar9300_set_slot_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128864
    },
    "ar9300_set_sm_power_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568158768
    },
    "ar9300_set_smart_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138752
    },
    "ar9300_set_sta_beacon_timers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568080896
    },
    "ar9300_set_stub_functions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568188432
    },
    "ar9300_set_target_power_from_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568085024
    },
    "ar9300_set_tsf64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127584
    },
    "ar9300_set_tx_dp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568200048
    },
    "ar9300_set_tx_power_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568169088
    },
    "ar9300_set_tx_queue_props": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568198112
    },
    "ar9300_set_txchainmaskopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568138960
    },
    "ar9300_setup_calibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568187856
    },
    "ar9300_setup_tx_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568198208
    },
    "ar9300_setup_tx_status_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568201600
    },
    "ar9300_spectral.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_start_generic_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568197600
    },
    "ar9300_start_nf_cal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568168320
    },
    "ar9300_start_pcu_receive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161232
    },
    "ar9300_start_spectral_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196320
    },
    "ar9300_start_tsf2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568197168
    },
    "ar9300_start_tx_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568200080
    },
    "ar9300_stop_dma_receive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161024
    },
    "ar9300_stop_dma_receive_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106640
    },
    "ar9300_stop_generic_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568197440
    },
    "ar9300_stop_pcu_receive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161296
    },
    "ar9300_stop_spectral_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568196448
    },
    "ar9300_stop_tx_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568200160
    },
    "ar9300_stop_tx_dma_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568106432
    },
    "ar9300_stop_tx_dma_indv_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568200816
    },
    "ar9300_stub.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_stub_funcs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_swizzle_paprd_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568144496
    },
    "ar9300_template_ap121": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608394404
    },
    "ar9300_template_aphrodite": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608398756
    },
    "ar9300_template_generic": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608388964
    },
    "ar9300_template_hb112": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608392228
    },
    "ar9300_template_hb116": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608391140
    },
    "ar9300_template_osprey_k31": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608397668
    },
    "ar9300_template_wasp_2": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608395492
    },
    "ar9300_template_wasp_k31": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608396580
    },
    "ar9300_template_xb112": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608390052
    },
    "ar9300_template_xb113": {
      "type": {
        "kind": "struct",
        "name": "ar9300_eeprom_t"
      },
      "address": 18446744071608393316
    },
    "ar9300_thermometer_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568102128
    },
    "ar9300_thermometer_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568102096
    },
    "ar9300_timer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_transmit_power_reg_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568084352
    },
    "ar9300_tuning_caps_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568102736
    },
    "ar9300_turbo_table": {
      "type": {
        "kind": "struct",
        "name": "HAL_RATE_TABLE"
      },
      "address": 18446744071608403740
    },
    "ar9300_tx_gain_index_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568087584
    },
    "ar9300_tx_gain_table_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568074976
    },
    "ar9300_tx_iq_cal_post_proc.coeff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610623192
    },
    "ar9300_tx_req_intr_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568201728
    },
    "ar9300_update_loc_ctl_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568203648
    },
    "ar9300_update_mib_mac_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568128512
    },
    "ar9300_update_tx_trig_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568197888
    },
    "ar9300_upload_noise_floor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568163072
    },
    "ar9300_wlan_disable_gpio_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568086704
    },
    "ar9300_wlan_led_gpio_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568086720
    },
    "ar9300_write_associd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568127424
    },
    "ar9300_write_pktlog_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568161936
    },
    "ar9300_x_lNA_bias_strength_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568103024
    },
    "ar9300_xmit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_xmit_ds.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ar9300_xpa_bias_level_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568088576
    },
    "ar9300_xpa_bias_level_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568088544
    },
    "ar9300_xpa_timing_control_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568102880
    },
    "ar9462_2p0_baseband_core_mix_rxgain": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584371328
    },
    "ar9462_2p0_baseband_postamble_5g_xlna": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584371472
    },
    "ar9462_2p0_baseband_postamble_mix_rxgain": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584371344
    },
    "ar9462_2p0_common_mixed_rx_gain": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584371504
    },
    "ar9462_2p0_common_rx_gain": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584373552
    },
    "ar9462_2p0_modes_high_ob_db_tx_gain": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584393648
    },
    "ar9462_2p0_modes_low_ob_db_tx_gain": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584384288
    },
    "ar9462_2p1_baseband_postamble": {
      "type": {
        "count": 55,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584333392
    },
    "ar9462_2p1_mac_core": {
      "type": {
        "count": 159,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584329424
    },
    "ar9462_2p1_soc_preamble": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584336000
    },
    "ar9485Common_wo_xlna_rx_gain_poseidon1_0": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584320336
    },
    "ar9485Modes_high_ob_db_tx_gain_poseidon1_0": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584387664
    },
    "ar9485Modes_high_power_tx_gain_poseidon1_0": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584405952
    },
    "ar9485Modes_low_ob_db_tx_gain_poseidon1_0": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584399072
    },
    "ar9485Modes_lowest_ob_db_tx_gain_poseidon1_0": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584321360
    },
    "ar9485_common_wo_xlna_rx_gain_poseidon1_1": {
      "type": {
        "count": 129,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584313680
    },
    "ar9485_hw_gtx_tp_distance_middle": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584429040
    },
    "ar9485_hw_gtx_tp_distance_short": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584428992
    },
    "ar9485_modes_green_ob_db_tx_gain_poseidon1_0": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584417616
    },
    "ar9485_modes_green_ob_db_tx_gain_poseidon1_1": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584416224
    },
    "ar9485_modes_green_spur_ob_db_tx_gain_poseidon1_1": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584421824
    },
    "ar9485_modes_high_ob_db_tx_gain_poseidon1_1": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584386272
    },
    "ar9485_modes_high_power_tx_gain_poseidon1_1": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584404560
    },
    "ar9485_modes_low_ob_db_tx_gain_poseidon1_1": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584397680
    },
    "ar9485_modes_lowest_ob_db_tx_gain_poseidon1_1": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584314720
    },
    "ar9485_poseidon1_0": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584317696
    },
    "ar9485_poseidon1_0_baseband_core": {
      "type": {
        "count": 133,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584317824
    },
    "ar9485_poseidon1_0_baseband_core_txfir_coeff_japan_2484": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584322752
    },
    "ar9485_poseidon1_0_baseband_postamble": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584318896
    },
    "ar9485_poseidon1_0_mac_core": {
      "type": {
        "count": 158,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584316272
    },
    "ar9485_poseidon1_0_mac_postamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584317536
    },
    "ar9485_poseidon1_0_pcie_phy_clkreq_disable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584322848
    },
    "ar9485_poseidon1_0_pcie_phy_clkreq_enable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584322784
    },
    "ar9485_poseidon1_0_pcie_phy_pll_on_clkreq_disable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584322880
    },
    "ar9485_poseidon1_0_pcie_phy_pll_on_clkreq_enable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584322816
    },
    "ar9485_poseidon1_0_radio_core": {
      "type": {
        "count": 61,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584319728
    },
    "ar9485_poseidon1_0_radio_postamble": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584320224
    },
    "ar9485_poseidon1_0_soc_preamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584320272
    },
    "ar9485_poseidon1_1": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584311072
    },
    "ar9485_poseidon1_1_baseband_core": {
      "type": {
        "count": 133,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584311200
    },
    "ar9485_poseidon1_1_baseband_core_txfir_coeff_japan_2484": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584316112
    },
    "ar9485_poseidon1_1_baseband_postamble": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584312272
    },
    "ar9485_poseidon1_1_mac_core": {
      "type": {
        "count": 158,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584309648
    },
    "ar9485_poseidon1_1_mac_postamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584310912
    },
    "ar9485_poseidon1_1_pcie_phy_clkreq_disable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584316208
    },
    "ar9485_poseidon1_1_pcie_phy_clkreq_enable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584316144
    },
    "ar9485_poseidon1_1_pcie_phy_pll_on_clkreq_disable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584316240
    },
    "ar9485_poseidon1_1_pcie_phy_pll_on_clkreq_enable_L1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584316176
    },
    "ar9485_poseidon1_1_radio_core": {
      "type": {
        "count": 61,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584313072
    },
    "ar9485_poseidon1_1_radio_postamble": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584313568
    },
    "ar9485_poseidon1_1_soc_preamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584313616
    },
    "ar956XCommon_rx_gain_table_aphrodite_1p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584341984
    },
    "ar956XCommon_wo_xlna_rx_gain_table_aphrodite_1p0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584379696
    },
    "ar956XModes_fast_clock_aphrodite_1p0": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584344032
    },
    "ar956XModes_high_ob_db_tx_gain_table_aphrodite_1p0": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584394960
    },
    "ar956XModes_high_power_tx_gain_table_aphrodite_1p0": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584409408
    },
    "ar956XModes_low_ob_db_tx_gain_table_aphrodite_1p0": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584385600
    },
    "ar956X_aphrodite_1p0_baseband_core": {
      "type": {
        "count": 151,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584339888
    },
    "ar956X_aphrodite_1p0_baseband_postamble": {
      "type": {
        "count": 39,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584341104
    },
    "ar956X_aphrodite_1p0_mac_core": {
      "type": {
        "count": 159,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584338448
    },
    "ar956X_aphrodite_1p0_mac_postamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584339728
    },
    "ar956X_aphrodite_1p0_soc_postamble": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584341952
    },
    "ar956X_aphrodite_1p0_soc_preamble": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584341888
    },
    "arRef": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ar_worklist": {
      "type": {
        "kind": "struct",
        "name": "kaudit_queue"
      },
      "address": 0
    },
    "arat": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "arc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_resource_context"
        }
      },
      "address": 0
    },
    "arc4rand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576649168
    },
    "arc4rand_iniseed_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046048
    },
    "arc4random": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650160
    },
    "arc4random.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "arc4random_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650208
    },
    "arc4random_bypassed_before_seeding": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610791545
    },
    "arc4random_uniform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650528
    },
    "arc4random_uniform.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "arc_cdb_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "arccdbsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "arcmsr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "arcmsr_Read_iop_rqbuffer_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580416512
    },
    "arcmsr_Write_data_2iop_wqbuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580417472
    },
    "arcmsr_abort_allcmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580428640
    },
    "arcmsr_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580397328
    },
    "arcmsr_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580401088
    },
    "arcmsr_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580391152
    },
    "arcmsr_build_srb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580426192
    },
    "arcmsr_cdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ARCMSR_CDB"
        }
      },
      "address": 0
    },
    "arcmsr_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610088312
    },
    "arcmsr_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580429648
    },
    "arcmsr_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580396208
    },
    "arcmsr_disable_allintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580412256
    },
    "arcmsr_done4abort_postqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580427824
    },
    "arcmsr_dr_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580419520
    },
    "arcmsr_drain_donequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580418240
    },
    "arcmsr_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610088264
    },
    "arcmsr_enable_allintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580412592
    },
    "arcmsr_execute_srb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580423552
    },
    "arcmsr_flush_adapter_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580424112
    },
    "arcmsr_free_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580402032
    },
    "arcmsr_get_freesrb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580423360
    },
    "arcmsr_get_iop_rqbuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580416416
    },
    "arcmsr_handle_virtual_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580421264
    },
    "arcmsr_hbd_postqueue_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580420944
    },
    "arcmsr_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580412832
    },
    "arcmsr_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580397200
    },
    "arcmsr_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580429664
    },
    "arcmsr_iop2drv_data_read_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580416240
    },
    "arcmsr_iop2drv_data_wrote_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580415952
    },
    "arcmsr_iop_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580403136
    },
    "arcmsr_iop_message_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580417296
    },
    "arcmsr_iop_message_wrote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580418064
    },
    "arcmsr_iop_parking": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580424032
    },
    "arcmsr_map_free_srb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580402128
    },
    "arcmsr_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585420400
    },
    "arcmsr_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580429632
    },
    "arcmsr_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610088216
    },
    "arcmsr_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610088192
    },
    "arcmsr_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610088104
    },
    "arcmsr_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580400912
    },
    "arcmsr_polling_devmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580401136
    },
    "arcmsr_post_srb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580426624
    },
    "arcmsr_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580390224
    },
    "arcmsr_probe.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613402400
    },
    "arcmsr_report_srb_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580418624
    },
    "arcmsr_rescanLun_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580420912
    },
    "arcmsr_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580397056
    },
    "arcmsr_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580396624
    },
    "arcmsr_srb_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580419056
    },
    "arcmsr_srb_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580427536
    },
    "arcmsr_stop_adapter_bgrb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580425168
    },
    "arcmsr_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580396960
    },
    "arcmsr_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580401728
    },
    "arcmsr_wait_firmware_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580402608
    },
    "ardev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "area": {
      "type": {
        "kind": "struct",
        "name": "teken_rect_t"
      },
      "address": 0
    },
    "arena": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem"
        }
      },
      "address": 0
    },
    "areq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nmreq_vale_attach"
        }
      },
      "address": 0
    },
    "ares": {
      "type": {
        "kind": "struct",
        "name": "ACPI_RESOURCE"
      },
      "address": 0
    },
    "aresid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_chan_pollarg"
        }
      },
      "address": 0
    },
    "arg1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "arg32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sndstioc_nv_arg32"
        }
      },
      "address": 0
    },
    "arg4": {
      "type": {
        "kind": "struct",
        "name": "nlm4_res"
      },
      "address": 0
    },
    "arg_i": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "argarray": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf32_Auxinfo"
        }
      },
      "address": 0
    },
    "argc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "arginfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ps_strings"
        }
      },
      "address": 0
    },
    "argkva": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "exec_args_kva"
        }
      },
      "address": 0
    },
    "arglen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "arglist": {
      "type": {
        "kind": "struct",
        "name": "ACPI_OBJECT_LIST"
      },
      "address": 0
    },
    "argp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "args": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "args1": {
      "type": {
        "kind": "struct",
        "name": "nlm_unlockargs"
      },
      "address": 0
    },
    "args4": {
      "type": {
        "kind": "struct",
        "name": "nlm4_notify"
      },
      "address": 0
    },
    "argstype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_type"
        }
      },
      "address": 0
    },
    "argument": {
      "type": {
        "kind": "union",
        "name": "unnamed_bc72f333acda963e"
      },
      "address": 0
    },
    "ari": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ari_cap_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ari_func": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ari_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "arm": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "armQ": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "arm_pd": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "around": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610056304
    },
    "arp_add_ifa_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577586112
    },
    "arp_announce_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577586064
    },
    "arp_check_update_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577594816
    },
    "arp_curpps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613058344
    },
    "arp_handle_ifllchange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577596624
    },
    "arp_ifinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577585696
    },
    "arp_iflladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577590464
    },
    "arp_lastlog": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613058328
    },
    "arp_mark_lle_reachable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577596096
    },
    "arp_maxpps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609897104
    },
    "arp_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071585287752
    },
    "arpc": {
      "type": {
        "kind": "struct",
        "name": "unnamed_621969cfeef2cd69"
      },
      "address": 0
    },
    "arpintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577590528
    },
    "arprequest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577582848
    },
    "arprequest_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577582864
    },
    "arpresolve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577584080
    },
    "arpstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577587824
    },
    "arptimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577588528
    },
    "arqsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "arr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071609394352
    },
    "arrayEntry": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "arrayMode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "array_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "arraylen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "arrival_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613051128
    },
    "arte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_hwrate_limit_table"
        }
      },
      "address": 0
    },
    "ary": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_bridge_host_ary"
        }
      },
      "address": 0
    },
    "as": {
      "type": {
        "kind": "union",
        "name": "vm_page_astate_t"
      },
      "address": 0
    },
    "as_lapic_eoi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384896
    },
    "as_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "asbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "asc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "asc_ascq": {
      "type": {
        "kind": "struct",
        "name": "asc_key"
      },
      "address": 0
    },
    "asc_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "asc_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "asc_table_entry"
        }
      },
      "address": 0
    },
    "asc_table": {
      "type": {
        "count": 768,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "asc_table_entry"
        }
      },
      "address": 18446744071608257296
    },
    "asc_table_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071584033460
    },
    "asc_tables": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "asc_table_entry"
          }
        }
      },
      "address": 0
    },
    "asc_tables_size": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ascentrycomp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021248
    },
    "ascii": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_mesg"
        }
      },
      "address": 0
    },
    "ascq": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "asd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ases": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdaa_audio_as"
        }
      },
      "address": 0
    },
    "asf_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_report_key_data_asf"
        }
      },
      "address": 0
    },
    "ashift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "asic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_asic_entry_t"
        }
      },
      "address": 0
    },
    "asic_gen_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "asic_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "asic_rev_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "asize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "asleep": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "aslide": {
      "type": {
        "count": 253,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 18446744071585394160
    },
    "aslr_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498688
    },
    "aslr_pages_rnd_32": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156120
    },
    "aslr_pages_rnd_64": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156296
    },
    "aslr_restarts": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613299904
    },
    "aslr_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498768
    },
    "asm_dir": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "aspect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aspm_state": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "asprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650768
    },
    "asprintf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "asq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_adminq_ring"
        }
      },
      "address": 0
    },
    "asq_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "assert_lockmgr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390512
    },
    "assert_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575439536
    },
    "assert_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556896
    },
    "assert_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563648
    },
    "assert_sx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630112
    },
    "asserted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "assign_cpu_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581334512
    },
    "assigned": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "assigned_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "assigned_eq": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "assigned_phy_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "assist_str": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "assoc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "associd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "assocs": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sli4_queue_t"
          }
        }
      },
      "address": 0
    },
    "assume": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071576009264
    },
    "ast_alrm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575113968
    },
    "ast_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576008912
    },
    "ast_entries": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ast_entry"
        }
      },
      "address": 18446744071608211504
    },
    "ast_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574713840
    },
    "ast_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009312
    },
    "ast_kclear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009616
    },
    "ast_kqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575257328
    },
    "ast_ktrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575367888
    },
    "ast_oweupc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575113904
    },
    "ast_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009696
    },
    "ast_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575114112
    },
    "ast_racct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529264
    },
    "ast_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576008880
    },
    "ast_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009024
    },
    "ast_sched_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576008960
    },
    "ast_sched_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009152
    },
    "ast_scheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575640912
    },
    "ast_sig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575626592
    },
    "ast_sigsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575627872
    },
    "ast_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575683216
    },
    "ast_unsched_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576008992
    },
    "ast_vfork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575300912
    },
    "astats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_ANI_STATS"
        }
      },
      "address": 0
    },
    "astr": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "async": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "async_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "async_cause": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "async_code": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "async_ev_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "async_event_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "async_events_bmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "async_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "async_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "async_list"
        }
      },
      "address": 0
    },
    "async_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "asyreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_asyreq"
        }
      },
      "address": 0
    },
    "at": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "at2cnpflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576576016
    },
    "at_high": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "at_least_one": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "at_low": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "at_root": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_ata_hdr"
        }
      },
      "address": 0
    },
    "ata-acard.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-acerlabs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-all.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-amd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-ati.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-cenatek.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-cypress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-cyrix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-dma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-highpoint.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-intel.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-ite.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-jmicron.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-lowlevel.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-marvell.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-micron.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-national.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-netcell.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-nvidia.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-promise.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-sata.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-serverworks.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-siliconimage.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-sis.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata-via.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata_28bit_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926096
    },
    "ata_48bit_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926256
    },
    "ata_acard_850_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567657760
    },
    "ata_acard_86X_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567658240
    },
    "ata_acard_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567657696
    },
    "ata_acard_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567657552
    },
    "ata_acard_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608346504
    },
    "ata_acard_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584154320
    },
    "ata_acard_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608346456
    },
    "ata_acard_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608346432
    },
    "ata_acard_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608346320
    },
    "ata_acard_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567657376
    },
    "ata_acard_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584154624
    },
    "ata_acard_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567658720
    },
    "ata_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565932624
    },
    "ata_ali_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567661184
    },
    "ata_ali_chipdeinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567660544
    },
    "ata_ali_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567659184
    },
    "ata_ali_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608346816
    },
    "ata_ali_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584154816
    },
    "ata_ali_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608346768
    },
    "ata_ali_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608346744
    },
    "ata_ali_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608346632
    },
    "ata_ali_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567658992
    },
    "ata_ali_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584155120
    },
    "ata_ali_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567661344
    },
    "ata_ali_sata_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567660736
    },
    "ata_ali_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567662000
    },
    "ata_ali_setmode.piotimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047104
    },
    "ata_ali_setmode.udma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584155472
    },
    "ata_all.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata_alloc_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565932512
    },
    "ata_amd_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567663200
    },
    "ata_amd_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567662880
    },
    "ata_amd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608347128
    },
    "ata_amd_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584155488
    },
    "ata_amd_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608347080
    },
    "ata_amd_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608347056
    },
    "ata_amd_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608346944
    },
    "ata_amd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567662704
    },
    "ata_amd_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584155792
    },
    "ata_amd_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567663280
    },
    "ata_amd_setmode.modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584155984
    },
    "ata_amd_setmode.timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156264
    },
    "ata_announce_periph_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565933744
    },
    "ata_atapci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608346224
    },
    "ata_atapci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608346200
    },
    "ata_atapcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608346008
    },
    "ata_atapi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567633040
    },
    "ata_ati_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567664224
    },
    "ata_ati_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608347464
    },
    "ata_ati_dumb_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567664624
    },
    "ata_ati_ixp700_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567664688
    },
    "ata_ati_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584156304
    },
    "ata_ati_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608347416
    },
    "ata_ati_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608347392
    },
    "ata_ati_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608347256
    },
    "ata_ati_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567663824
    },
    "ata_ati_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156608
    },
    "ata_ati_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567664800
    },
    "ata_ati_setmode.dmatimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584157317
    },
    "ata_ati_setmode.piotimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584157312
    },
    "ata_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567622416
    },
    "ata_begin_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567636336
    },
    "ata_bpack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565927136
    },
    "ata_bswap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926880
    },
    "ata_btrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926928
    },
    "ata_cam_end_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567629024
    },
    "ata_cenatek_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608347784
    },
    "ata_cenatek_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584157328
    },
    "ata_cenatek_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608347736
    },
    "ata_cenatek_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608347712
    },
    "ata_cenatek_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608347600
    },
    "ata_cenatek_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567666400
    },
    "ata_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_pass_16"
        }
      },
      "address": 0
    },
    "ata_cmd2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567630752
    },
    "ata_cmd2str.buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619104
    },
    "ata_cmd_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567706048
    },
    "ata_cmd_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565922016
    },
    "ata_cmd_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567706160
    },
    "ata_cmd_setmode.piotimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156176
    },
    "ata_cmd_setmode.udmatimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584171008
    },
    "ata_cmd_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567706768
    },
    "ata_cmd_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565921808
    },
    "ata_command_code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ata_command_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565922480
    },
    "ata_conn_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567623984
    },
    "ata_cypress_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567666896
    },
    "ata_cypress_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608348096
    },
    "ata_cypress_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584157632
    },
    "ata_cypress_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608348048
    },
    "ata_cypress_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608348024
    },
    "ata_cypress_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608347912
    },
    "ata_cypress_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567666560
    },
    "ata_cypress_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567666960
    },
    "ata_cyrix_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567667360
    },
    "ata_cyrix_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567667280
    },
    "ata_cyrix_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608348408
    },
    "ata_cyrix_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584157936
    },
    "ata_cyrix_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608348360
    },
    "ata_cyrix_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608348336
    },
    "ata_cyrix_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608348224
    },
    "ata_cyrix_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567667120
    },
    "ata_cyrix_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567667408
    },
    "ata_cyrix_setmode.dmatiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584158260
    },
    "ata_cyrix_setmode.piotiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584158240
    },
    "ata_cyrix_setmode.udmatiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584158272
    },
    "ata_da.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ata_default_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567630624
    },
    "ata_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567628256
    },
    "ata_dev_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565933504
    },
    "ata_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 18446744071610619128
    },
    "ata_device_transport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565940368
    },
    "ata_dma": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608246208
    },
    "ata_dma_check_80pin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608344576
    },
    "ata_dmaalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567634336
    },
    "ata_dmafini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567636048
    },
    "ata_dmafree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567634992
    },
    "ata_dmainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567633472
    },
    "ata_dmaload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567635360
    },
    "ata_dmasetprd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567635200
    },
    "ata_dmasetupc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567636016
    },
    "ata_dmaunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567635888
    },
    "ata_end_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567637312
    },
    "ata_find_chip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656192
    },
    "ata_find_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565948832
    },
    "ata_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ata_generic_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567649168
    },
    "ata_generic_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567638768
    },
    "ata_generic_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567636224
    },
    "ata_generic_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567654592
    },
    "ata_generic_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567642624
    },
    "ata_generic_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567654000
    },
    "ata_generic_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567638640
    },
    "ata_getrev_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608344344
    },
    "ata_highpoint_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567669200
    },
    "ata_highpoint_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567668208
    },
    "ata_highpoint_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608348720
    },
    "ata_highpoint_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584158288
    },
    "ata_highpoint_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608348672
    },
    "ata_highpoint_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608348648
    },
    "ata_highpoint_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608348536
    },
    "ata_highpoint_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567667712
    },
    "ata_highpoint_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584158592
    },
    "ata_highpoint_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567669312
    },
    "ata_highpoint_setmode.timings33": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584158912
    },
    "ata_identify": {
      "type": {
        "kind": "struct",
        "name": "_ata_identify_device_data"
      },
      "address": 0
    },
    "ata_identify_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929168
    },
    "ata_ids": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071608345520
    },
    "ata_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata_intel_31244_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567671600
    },
    "ata_intel_31244_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567672192
    },
    "ata_intel_31244_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567672208
    },
    "ata_intel_31244_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567676368
    },
    "ata_intel_31244_tf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567676416
    },
    "ata_intel_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567672288
    },
    "ata_intel_chipdeinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567671488
    },
    "ata_intel_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567670480
    },
    "ata_intel_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608349032
    },
    "ata_intel_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584159152
    },
    "ata_intel_new_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567673440
    },
    "ata_intel_new_setmode.timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156224
    },
    "ata_intel_new_setmode.utimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584162176
    },
    "ata_intel_old_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567671552
    },
    "ata_intel_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608348984
    },
    "ata_intel_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608348960
    },
    "ata_intel_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608348848
    },
    "ata_intel_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567670288
    },
    "ata_intel_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584159456
    },
    "ata_intel_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567675280
    },
    "ata_intel_sata_ahci_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567677776
    },
    "ata_intel_sata_ahci_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567677936
    },
    "ata_intel_sata_cscr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567676880
    },
    "ata_intel_sata_cscr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567677328
    },
    "ata_intel_sata_getrev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567676304
    },
    "ata_intel_sata_sidpr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567678304
    },
    "ata_intel_sata_sidpr_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567678096
    },
    "ata_intel_sata_sidpr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567678640
    },
    "ata_intel_sata_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567678976
    },
    "ata_intel_sch_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567673072
    },
    "ata_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567624912
    },
    "ata_isa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567647552
    },
    "ata_isa_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567648000
    },
    "ata_isa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608345472
    },
    "ata_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608345424
    },
    "ata_isa_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584153712
    },
    "ata_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608345400
    },
    "ata_isa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567647168
    },
    "ata_isa_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567648160
    },
    "ata_isa_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567648112
    },
    "ata_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608345312
    },
    "ata_ite_8213_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567679696
    },
    "ata_ite_8213_setmode.timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156224
    },
    "ata_ite_8213_setmode.utimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584162656
    },
    "ata_ite_821x_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567681280
    },
    "ata_ite_821x_setmode.chtiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156032
    },
    "ata_ite_821x_setmode.udmatiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584162663
    },
    "ata_ite_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567682192
    },
    "ata_ite_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567679216
    },
    "ata_ite_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608349344
    },
    "ata_ite_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584162224
    },
    "ata_ite_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608349296
    },
    "ata_ite_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608349272
    },
    "ata_ite_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608349160
    },
    "ata_ite_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567679040
    },
    "ata_ite_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584162528
    },
    "ata_jmicron_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567682928
    },
    "ata_jmicron_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567682512
    },
    "ata_jmicron_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608349656
    },
    "ata_jmicron_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584162672
    },
    "ata_jmicron_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608349608
    },
    "ata_jmicron_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608349584
    },
    "ata_jmicron_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608349472
    },
    "ata_jmicron_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567682240
    },
    "ata_jmicron_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584162976
    },
    "ata_jmicron_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567682976
    },
    "ata_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567650032
    },
    "ata_log": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ATA_SMART_SELF_TEST_LOG_T"
        }
      },
      "address": 0
    },
    "ata_logical_sector_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926000
    },
    "ata_logical_sector_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565925792
    },
    "ata_marvell_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567683664
    },
    "ata_marvell_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567683472
    },
    "ata_marvell_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608349968
    },
    "ata_marvell_dummy_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567683632
    },
    "ata_marvell_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584163264
    },
    "ata_marvell_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608349920
    },
    "ata_marvell_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608349896
    },
    "ata_marvell_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608349784
    },
    "ata_marvell_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567683168
    },
    "ata_marvell_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584163568
    },
    "ata_marvell_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567683712
    },
    "ata_match_chip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567655952
    },
    "ata_max_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565927760
    },
    "ata_max_pmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565927488
    },
    "ata_max_umode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565927664
    },
    "ata_max_wmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565927616
    },
    "ata_micron_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608350280
    },
    "ata_micron_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584163824
    },
    "ata_micron_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608350232
    },
    "ata_micron_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608350208
    },
    "ata_micron_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608350096
    },
    "ata_micron_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567683856
    },
    "ata_mode2idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656512
    },
    "ata_mode2speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565928928
    },
    "ata_mode2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567632816
    },
    "ata_mode2string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565928080
    },
    "ata_module_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567633408
    },
    "ata_moduledata": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608345056
    },
    "ata_national_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567684336
    },
    "ata_national_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567684256
    },
    "ata_national_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608350592
    },
    "ata_national_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584164128
    },
    "ata_national_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608350544
    },
    "ata_national_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608350520
    },
    "ata_national_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608350408
    },
    "ata_national_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567684096
    },
    "ata_national_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567684384
    },
    "ata_national_setmode.dmatiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584164432
    },
    "ata_national_setmode.piotiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047488
    },
    "ata_national_setmode.udmatiming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584164444
    },
    "ata_ncq_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926416
    },
    "ata_netcell_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567685120
    },
    "ata_netcell_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567685040
    },
    "ata_netcell_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608350904
    },
    "ata_netcell_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584164464
    },
    "ata_netcell_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608350856
    },
    "ata_netcell_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608350832
    },
    "ata_netcell_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608350720
    },
    "ata_netcell_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567684880
    },
    "ata_netcell_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567685184
    },
    "ata_null_getrev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567622384
    },
    "ata_null_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567622352
    },
    "ata_nvidia_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567686400
    },
    "ata_nvidia_ch_attach_dumb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567686336
    },
    "ata_nvidia_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567685488
    },
    "ata_nvidia_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608351216
    },
    "ata_nvidia_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584164768
    },
    "ata_nvidia_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608351168
    },
    "ata_nvidia_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608351144
    },
    "ata_nvidia_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608351032
    },
    "ata_nvidia_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567685216
    },
    "ata_nvidia_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584165072
    },
    "ata_nvidia_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567686560
    },
    "ata_nvidia_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567686640
    },
    "ata_nvidia_setmode.modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584168208
    },
    "ata_nvidia_setmode.timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156264
    },
    "ata_nvidia_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567687040
    },
    "ata_op_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565920144
    },
    "ata_param_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565930512
    },
    "ata_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_params"
        }
      },
      "address": 0
    },
    "ata_pci_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567652288
    },
    "ata_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567649232
    },
    "ata_pci_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567650784
    },
    "ata_pci_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567651376
    },
    "ata_pci_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567655744
    },
    "ata_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567651456
    },
    "ata_pci_dmafini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567654896
    },
    "ata_pci_dmainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567654784
    },
    "ata_pci_dmareset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567655504
    },
    "ata_pci_dmastart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567655184
    },
    "ata_pci_dmastop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567655360
    },
    "ata_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608346120
    },
    "ata_pci_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656560
    },
    "ata_pci_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567654848
    },
    "ata_pci_methods": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584154000
    },
    "ata_pci_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567655664
    },
    "ata_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567648208
    },
    "ata_pci_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567652048
    },
    "ata_pci_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567651824
    },
    "ata_pci_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567653024
    },
    "ata_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567651760
    },
    "ata_pci_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567653504
    },
    "ata_pci_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567654912
    },
    "ata_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567651696
    },
    "ata_pci_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567653792
    },
    "ata_pci_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567652160
    },
    "ata_pci_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567651936
    },
    "ata_pcichannel_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656640
    },
    "ata_pcichannel_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656800
    },
    "ata_pcichannel_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608345912
    },
    "ata_pcichannel_getrev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567657168
    },
    "ata_pcichannel_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584153840
    },
    "ata_pcichannel_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656576
    },
    "ata_pcichannel_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567657280
    },
    "ata_pcichannel_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656992
    },
    "ata_pcichannel_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567657072
    },
    "ata_pcichannel_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567656896
    },
    "ata_pcivendor2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567648512
    },
    "ata_periodic_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567625184
    },
    "ata_physical_sector_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565925856
    },
    "ata_pio_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567641936
    },
    "ata_pio_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567641152
    },
    "ata_pm_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567646752
    },
    "ata_pm_read_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926592
    },
    "ata_pm_write_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926656
    },
    "ata_pmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata_print_cable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567630592
    },
    "ata_print_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565923072
    },
    "ata_print_ident_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565924272
    },
    "ata_print_ident_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565924128
    },
    "ata_print_ident_short_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565924880
    },
    "ata_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567622400
    },
    "ata_promise_apkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567698128
    },
    "ata_promise_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567689616
    },
    "ata_promise_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567688384
    },
    "ata_promise_dmareset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567693648
    },
    "ata_promise_dmastart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567693040
    },
    "ata_promise_dmastop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567693360
    },
    "ata_promise_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608351528
    },
    "ata_promise_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584168704
    },
    "ata_promise_mio_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567690800
    },
    "ata_promise_mio_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567691328
    },
    "ata_promise_mio_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567695632
    },
    "ata_promise_mio_getrev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567692928
    },
    "ata_promise_mio_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567692640
    },
    "ata_promise_mio_pm_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567696864
    },
    "ata_promise_mio_pm_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567697360
    },
    "ata_promise_mio_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567691344
    },
    "ata_promise_mio_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567692800
    },
    "ata_promise_mio_setprd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567697888
    },
    "ata_promise_mio_softreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567696320
    },
    "ata_promise_mio_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567695968
    },
    "ata_promise_next_hpkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567694240
    },
    "ata_promise_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608351480
    },
    "ata_promise_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608351456
    },
    "ata_promise_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608351344
    },
    "ata_promise_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567687296
    },
    "ata_promise_probe.end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619144
    },
    "ata_promise_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584169008
    },
    "ata_promise_probe.start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610619136
    },
    "ata_promise_queue_hpkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567693968
    },
    "ata_promise_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567689760
    },
    "ata_promise_setmode.timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584170192
    },
    "ata_promise_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567693744
    },
    "ata_promise_sx4_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567694480
    },
    "ata_promise_sx4_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567690480
    },
    "ata_promise_tx2_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567690416
    },
    "ata_promise_tx2_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567693856
    },
    "ata_proto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ata_proto_announce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949088
    },
    "ata_proto_ata": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto"
      },
      "address": 18446744071608246016
    },
    "ata_proto_debug_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949152
    },
    "ata_proto_denounce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949120
    },
    "ata_proto_ops_ata": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto_ops"
      },
      "address": 18446744071608246336
    },
    "ata_proto_ops_satapm": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto_ops"
      },
      "address": 18446744071608246360
    },
    "ata_proto_ops_semb": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto_ops"
      },
      "address": 18446744071608246384
    },
    "ata_proto_satapm": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto"
      },
      "address": 18446744071608246040
    },
    "ata_proto_semb": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto"
      },
      "address": 18446744071608246064
    },
    "ata_quirk_table": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ata_quirk_entry"
        }
      },
      "address": 18446744071608246288
    },
    "ata_raid_ioctl_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610619088
    },
    "ata_read_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926752
    },
    "ata_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567628784
    },
    "ata_reinit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608344392
    },
    "ata_request2fis_h2d": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567646560
    },
    "ata_res_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565922352
    },
    "ata_res_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565922144
    },
    "ata_reset_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565926544
    },
    "ata_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608344368
    },
    "ata_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567630320
    },
    "ata_revision2speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929040
    },
    "ata_sata_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567646048
    },
    "ata_sata_getrev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567646496
    },
    "ata_sata_phy_check_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567644368
    },
    "ata_sata_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567644960
    },
    "ata_sata_scr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567644800
    },
    "ata_sata_scr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567644880
    },
    "ata_sata_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567646464
    },
    "ata_sb_timer": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ata_scan_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565935456
    },
    "ata_scan_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565936672
    },
    "ata_serverworks_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567699392
    },
    "ata_serverworks_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567700032
    },
    "ata_serverworks_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567698576
    },
    "ata_serverworks_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608351840
    },
    "ata_serverworks_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584170304
    },
    "ata_serverworks_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608351792
    },
    "ata_serverworks_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608351768
    },
    "ata_serverworks_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608351656
    },
    "ata_serverworks_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567698400
    },
    "ata_serverworks_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584170608
    },
    "ata_serverworks_sata_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567700048
    },
    "ata_serverworks_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567700128
    },
    "ata_serverworks_setmode.dmatimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584170997
    },
    "ata_serverworks_setmode.piotimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584170992
    },
    "ata_serverworks_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567702624
    },
    "ata_serverworks_tf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567701760
    },
    "ata_serverworks_tf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567702160
    },
    "ata_set_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567655792
    },
    "ata_set_transfer_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565934528
    },
    "ata_setmode_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608344320
    },
    "ata_setup_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567654032
    },
    "ata_sii_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567704112
    },
    "ata_sii_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567704704
    },
    "ata_sii_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567702752
    },
    "ata_sii_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608352152
    },
    "ata_sii_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584171056
    },
    "ata_sii_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608352104
    },
    "ata_sii_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608352080
    },
    "ata_sii_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608351968
    },
    "ata_sii_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567707264
    },
    "ata_sii_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584171360
    },
    "ata_sii_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567704720
    },
    "ata_sii_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567704912
    },
    "ata_sii_setmode.dmatimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584171030
    },
    "ata_sii_setmode.piotimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584171020
    },
    "ata_sii_setmode.udmatimings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584171036
    },
    "ata_sii_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567707056
    },
    "ata_sis_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567709808
    },
    "ata_sis_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567708912
    },
    "ata_sis_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608352472
    },
    "ata_sis_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584171888
    },
    "ata_sis_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608352424
    },
    "ata_sis_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608352400
    },
    "ata_sis_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608352288
    },
    "ata_sis_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567707440
    },
    "ata_sis_probe.id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608352528
    },
    "ata_sis_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584172192
    },
    "ata_sis_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567710000
    },
    "ata_sis_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567710080
    },
    "ata_sis_setmode.timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584172896
    },
    "ata_sis_setmode.timings.30": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584172960
    },
    "ata_sis_setmode.timings.31": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584172992
    },
    "ata_sis_setmode.timings.32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584173024
    },
    "ata_speed2revision": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929088
    },
    "ata_static_identify_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929248
    },
    "ata_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ata_status_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565922704
    },
    "ata_str2mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567624272
    },
    "ata_string2mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565928288
    },
    "ata_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567630000
    },
    "ata_tf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567639744
    },
    "ata_tf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567640304
    },
    "ata_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567633088
    },
    "ata_udelay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567630736
    },
    "ata_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919936
    },
    "ata_via_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567714144
    },
    "ata_via_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567714752
    },
    "ata_via_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567711536
    },
    "ata_via_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608352856
    },
    "ata_via_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584173056
    },
    "ata_via_new_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567715024
    },
    "ata_via_new_setmode.dma_timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584174357
    },
    "ata_via_new_setmode.pio_timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584174352
    },
    "ata_via_old_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567715376
    },
    "ata_via_old_setmode.modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584174368
    },
    "ata_via_old_setmode.timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156264
    },
    "ata_via_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608352808
    },
    "ata_via_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608352784
    },
    "ata_via_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608352672
    },
    "ata_via_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567710880
    },
    "ata_via_probe.ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584173360
    },
    "ata_via_probe.new_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584174096
    },
    "ata_via_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567714896
    },
    "ata_via_sata_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567713408
    },
    "ata_via_sata_getrev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567713632
    },
    "ata_via_sata_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567713792
    },
    "ata_via_sata_scr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567715840
    },
    "ata_via_sata_scr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567716304
    },
    "ata_via_sata_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567713552
    },
    "ata_via_sata_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567715792
    },
    "ata_via_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567716592
    },
    "ata_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567640848
    },
    "ata_xport_ata": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608245968
    },
    "ata_xport_ops": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport_ops"
      },
      "address": 18446744071608246240
    },
    "ata_xport_sata": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608245992
    },
    "ata_xpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ata_zac_mgmt_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565930288
    },
    "ata_zac_mgmt_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565930016
    },
    "ata_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_zoned_info_log"
        }
      },
      "address": 0
    },
    "ataaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567625264
    },
    "ataio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_ataio"
        }
      },
      "address": 0
    },
    "atamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608344968
    },
    "atapci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608346072
    },
    "atapci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608346048
    },
    "atapci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608345840
    },
    "atapi_cdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "atapi_cdb_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "atapi_dma": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608246232
    },
    "atapoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567628112
    },
    "atdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "legacy_device"
        }
      },
      "address": 0
    },
    "atdma_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610159704
    },
    "atdma_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610159680
    },
    "atdma_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610159416
    },
    "atdma_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581278416
    },
    "atdma_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610159576
    },
    "atdma_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610159632
    },
    "atdma_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610159528
    },
    "atdma_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610159504
    },
    "atdma_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610159344
    },
    "atdma_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587093968
    },
    "atdma_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581278304
    },
    "ath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ath_addba_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567808944
    },
    "ath_addba_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567809200
    },
    "ath_addba_response_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567811280
    },
    "ath_addba_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567809440
    },
    "ath_anicalinterval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608354164
    },
    "ath_announce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567742672
    },
    "ath_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567719904
    },
    "ath_bar_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567810816
    },
    "ath_beacon_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567766192
    },
    "ath_beacon_cabq_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567768320
    },
    "ath_beacon_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567769984
    },
    "ath_beacon_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567769840
    },
    "ath_beacon_generate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567767648
    },
    "ath_beacon_miss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567766624
    },
    "ath_beacon_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567766720
    },
    "ath_beacon_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567769696
    },
    "ath_beacon_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567768576
    },
    "ath_beacon_start_adhoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567769424
    },
    "ath_beacon_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567766576
    },
    "ath_beaconq_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567765984
    },
    "ath_beaconq_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567765856
    },
    "ath_bmiss_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567726656
    },
    "ath_bmiss_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567761872
    },
    "ath_bstuck_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567727712
    },
    "ath_bstuck_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608353752
    },
    "ath_btcoex_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567771456
    },
    "ath_btcoex_cfg_mci": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567772528
    },
    "ath_btcoex_cfg_wb335b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567772112
    },
    "ath_btcoex_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567772224
    },
    "ath_btcoex_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567772256
    },
    "ath_btcoex_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567772288
    },
    "ath_btcoex_mci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567772880
    },
    "ath_btcoex_mci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567773120
    },
    "ath_btcoex_mci_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567773168
    },
    "ath_btcoex_mci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567773488
    },
    "ath_buf_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567752224
    },
    "ath_buf_set_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567821088
    },
    "ath_calcrxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567841696
    },
    "ath_calibrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567764048
    },
    "ath_computedur_ht": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567859344
    },
    "ath_desc_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567743328
    },
    "ath_descdma_alloc_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567774608
    },
    "ath_descdma_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567775712
    },
    "ath_descdma_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567775088
    },
    "ath_descdma_setup_rx_edma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567776160
    },
    "ath_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567743456
    },
    "ath_dfs_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250064
    },
    "ath_dfs_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250080
    },
    "ath_dfs_get_thresholds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568251072
    },
    "ath_dfs_process_phy_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250432
    },
    "ath_dfs_process_radar_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250448
    },
    "ath_dfs_radar_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250352
    },
    "ath_dfs_radar_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250096
    },
    "ath_dfs_tasklet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567729920
    },
    "ath_dfs_tasklet_needed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250464
    },
    "ath_edma_attach_comp_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567816352
    },
    "ath_edma_dma_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567816400
    },
    "ath_edma_dma_rxsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567851184
    },
    "ath_edma_dma_rxteardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567851392
    },
    "ath_edma_dma_txsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567815824
    },
    "ath_edma_dma_txteardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567816112
    },
    "ath_edma_recv_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567849584
    },
    "ath_edma_recv_proc_deferred_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567853824
    },
    "ath_edma_recv_proc_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567853152
    },
    "ath_edma_recv_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567852016
    },
    "ath_edma_recv_sched_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567852352
    },
    "ath_edma_recv_tasklet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567850240
    },
    "ath_edma_rxbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567850912
    },
    "ath_edma_rxfifo_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567852672
    },
    "ath_edma_rxfifo_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567854800
    },
    "ath_edma_setup_rxfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567854512
    },
    "ath_edma_startrecv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567849024
    },
    "ath_edma_stoprecv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567848752
    },
    "ath_edma_tx_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567817152
    },
    "ath_edma_tx_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567817728
    },
    "ath_edma_tx_processq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567818272
    },
    "ath_edma_xmit_handoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567816688
    },
    "ath_ee_FillVpdTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567863968
    },
    "ath_ee_getLowerUpperIndex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567863840
    },
    "ath_ee_interpolate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864256
    },
    "ath_fatal_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567729120
    },
    "ath_fetch_mac_kenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567730064
    },
    "ath_freebuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567756480
    },
    "ath_getbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567752528
    },
    "ath_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567730416
    },
    "ath_hal_9287EepromAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567885760
    },
    "ath_hal_EepromDataRead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864432
    },
    "ath_hal_add_chip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567857184
    },
    "ath_hal_add_rf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858224
    },
    "ath_hal_adjusttsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864304
    },
    "ath_hal_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567857472
    },
    "ath_hal_computetxtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858960
    },
    "ath_hal_ether_sprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567856608
    },
    "ath_hal_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567856480
    },
    "ath_hal_getChanNoise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567862400
    },
    "ath_hal_getTxQProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567862288
    },
    "ath_hal_get_curmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567859440
    },
    "ath_hal_get_mimo_chan_noise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567862544
    },
    "ath_hal_get_rate_power_limit_from_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568157376
    },
    "ath_hal_getantennareduction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567891792
    },
    "ath_hal_getcapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567860544
    },
    "ath_hal_getcca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864368
    },
    "ath_hal_getchannels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567887088
    },
    "ath_hal_getctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567891648
    },
    "ath_hal_getdiagstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567861536
    },
    "ath_hal_gethangstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567749104
    },
    "ath_hal_getwirelessmodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858208
    },
    "ath_hal_ini_bank_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567863632
    },
    "ath_hal_ini_bank_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567863696
    },
    "ath_hal_ini_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567863456
    },
    "ath_hal_init_channels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567888592
    },
    "ath_hal_legacyEepromAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567866176
    },
    "ath_hal_mac_clks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567859600
    },
    "ath_hal_mac_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567857744
    },
    "ath_hal_mac_psec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567860064
    },
    "ath_hal_mac_usec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567859808
    },
    "ath_hal_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567856448
    },
    "ath_hal_mhz2ieee_2ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864480
    },
    "ath_hal_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608355656
    },
    "ath_hal_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567857088
    },
    "ath_hal_pkt_txtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858816
    },
    "ath_hal_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567856528
    },
    "ath_hal_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567857280
    },
    "ath_hal_process_noisefloor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567863024
    },
    "ath_hal_reg_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567856864
    },
    "ath_hal_reg_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567856624
    },
    "ath_hal_remove_chip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567857232
    },
    "ath_hal_remove_rf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858272
    },
    "ath_hal_reverseBits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858704
    },
    "ath_hal_rf_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858464
    },
    "ath_hal_rfprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858320
    },
    "ath_hal_setTxQProps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567861968
    },
    "ath_hal_set_channels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567889120
    },
    "ath_hal_set_dfs_cac_tx_quiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864400
    },
    "ath_hal_setcapability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567861408
    },
    "ath_hal_setcca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864352
    },
    "ath_hal_setupratetable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567860304
    },
    "ath_hal_survey_add_sample": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864608
    },
    "ath_hal_survey_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864576
    },
    "ath_hal_v14EepromAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567882752
    },
    "ath_hal_v1EepromAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567864720
    },
    "ath_hal_v4kEepromAttach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567884496
    },
    "ath_hal_vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567856512
    },
    "ath_hal_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858496
    },
    "ath_hal_waitfor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567858592
    },
    "ath_halmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608355568
    },
    "ath_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567765280
    },
    "ath_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567746304
    },
    "ath_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567779264
    },
    "ath_ioctl_phyerr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568250480
    },
    "ath_ioctl_spectral": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567855376
    },
    "ath_key_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567777312
    },
    "ath_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567778832
    },
    "ath_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567779232
    },
    "ath_key_update_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567759232
    },
    "ath_key_update_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567759264
    },
    "ath_keyset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567776592
    },
    "ath_keyset.ciphermap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584175516
    },
    "ath_keyset_tkip.zerobssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584175523
    },
    "ath_led_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567779952
    },
    "ath_led_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567780624
    },
    "ath_led_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567780352
    },
    "ath_led_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567780512
    },
    "ath_legacy_attach_comp_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567716640
    },
    "ath_legacy_dma_rxsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567846864
    },
    "ath_legacy_dma_rxteardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567846928
    },
    "ath_legacy_dma_txsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567812528
    },
    "ath_legacy_dma_txteardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567812544
    },
    "ath_legacy_flushrecv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567846128
    },
    "ath_legacy_recv_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567846976
    },
    "ath_legacy_recv_sched_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567847008
    },
    "ath_legacy_rx_tasklet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567846208
    },
    "ath_legacy_rxbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567846480
    },
    "ath_legacy_startrecv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567845168
    },
    "ath_legacy_stoprecv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567845680
    },
    "ath_legacy_tx_dma_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567812560
    },
    "ath_legacy_tx_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567758080
    },
    "ath_legacy_xmit_handoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567812688
    },
    "ath_lna_div_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567780640
    },
    "ath_lna_div_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567780912
    },
    "ath_lna_div_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567780976
    },
    "ath_lna_div_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567780992
    },
    "ath_lna_rx_comb_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567781232
    },
    "ath_load_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567775072
    },
    "ath_longcalinterval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608354152
    },
    "ath_max_4ms_framelen": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 32,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071608354576
    },
    "ath_mode_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567753056
    },
    "ath_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567734976
    },
    "ath_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567759392
    },
    "ath_newstate.leds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047648
    },
    "ath_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567739792
    },
    "ath_node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567740048
    },
    "ath_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567740000
    },
    "ath_node_getsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567740112
    },
    "ath_node_powersave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567762752
    },
    "ath_node_recv_pspoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567763328
    },
    "ath_node_set_tim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567762832
    },
    "ath_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567730480
    },
    "ath_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567783344
    },
    "ath_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567784464
    },
    "ath_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608354480
    },
    "ath_pci_id_table": {
      "type": {
        "count": 132,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_device_table"
        }
      },
      "address": 18446744071584177040
    },
    "ath_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584176928
    },
    "ath_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567783104
    },
    "ath_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567784864
    },
    "ath_pci_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567784912
    },
    "ath_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567784800
    },
    "ath_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567784832
    },
    "ath_rate_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568247856
    },
    "ath_rate_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568248192
    },
    "ath_rate_fetch_node_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568247440
    },
    "ath_rate_findrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241488
    },
    "ath_rate_getxtxrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568244672
    },
    "ath_rate_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568246640
    },
    "ath_rate_node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241472
    },
    "ath_rate_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568241456
    },
    "ath_rate_pick_seed_rate_ht": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568244224
    },
    "ath_rate_pick_seed_rate_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568244448
    },
    "ath_rate_sample_max_4ms_framelen": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 32,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071584448144
    },
    "ath_rate_setupxtxdesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568244800
    },
    "ath_rate_sysctl_sample_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568248912
    },
    "ath_rate_sysctl_smoothing_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568248816
    },
    "ath_rate_sysctl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568248992
    },
    "ath_rate_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568245024
    },
    "ath_rate_update_rx_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568247424
    },
    "ath_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567790880
    },
    "ath_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567842032
    },
    "ath_recv_setup_edma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567848496
    },
    "ath_recv_setup_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567845040
    },
    "ath_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567749184
    },
    "ath_reset_grablock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567751152
    },
    "ath_reset_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567727872
    },
    "ath_reset_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567759296
    },
    "ath_resetcalinterval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608354160
    },
    "ath_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567744752
    },
    "ath_returnbuf_head": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567755968
    },
    "ath_returnbuf_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567755808
    },
    "ath_rx_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567842608
    },
    "ath_rx_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567847040
    },
    "ath_rx_tap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567844624
    },
    "ath_rxbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608353392
    },
    "ath_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567740528
    },
    "ath_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567740208
    },
    "ath_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567740864
    },
    "ath_set_quiet_ie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567742448
    },
    "ath_setcurmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567726016
    },
    "ath_setcurmode.blinkrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584175376
    },
    "ath_setdefantenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567729856
    },
    "ath_setregdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567730368
    },
    "ath_setslottime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567753248
    },
    "ath_shortcalinterval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608354156
    },
    "ath_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567746176
    },
    "ath_spectral_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567855072
    },
    "ath_spectral_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567855200
    },
    "ath_spectral_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567855280
    },
    "ath_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567744064
    },
    "ath_stoptxdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567757856
    },
    "ath_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567744512
    },
    "ath_sysctl_acktimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567826000
    },
    "ath_sysctl_clearstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567840928
    },
    "ath_sysctl_ctstimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567826384
    },
    "ath_sysctl_diag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567828416
    },
    "ath_sysctl_diversity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567827936
    },
    "ath_sysctl_forcebstuck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567832624
    },
    "ath_sysctl_hal_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567841024
    },
    "ath_sysctl_hangcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567832720
    },
    "ath_sysctl_hardled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567827040
    },
    "ath_sysctl_intmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567833152
    },
    "ath_sysctl_ledpin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567826928
    },
    "ath_sysctl_rfkill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567830976
    },
    "ath_sysctl_rfsilent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567830512
    },
    "ath_sysctl_rxantenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567827584
    },
    "ath_sysctl_slottime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567825616
    },
    "ath_sysctl_softled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567826768
    },
    "ath_sysctl_stats_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567833632
    },
    "ath_sysctl_tpack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567829712
    },
    "ath_sysctl_tpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567829296
    },
    "ath_sysctl_tpcts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567830112
    },
    "ath_sysctl_tpscale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567828832
    },
    "ath_sysctl_txagg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567831488
    },
    "ath_sysctl_txantenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567827200
    },
    "ath_sysctlattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567823168
    },
    "ath_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567732704
    },
    "ath_tsfoor_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567727248
    },
    "ath_tx_addto_baw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567794032
    },
    "ath_tx_aggr_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567797136
    },
    "ath_tx_chaindesclist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567815024
    },
    "ath_tx_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567743184
    },
    "ath_tx_cleanupq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567729792
    },
    "ath_tx_default_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567754080
    },
    "ath_tx_dmasetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567813232
    },
    "ath_tx_do_ratelookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567806400
    },
    "ath_tx_draintxq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567757216
    },
    "ath_tx_edma_push_staging_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567819888
    },
    "ath_tx_findrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567754048
    },
    "ath_tx_form_aggr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567821808
    },
    "ath_tx_freebuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567754688
    },
    "ath_tx_get_tx_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567794160
    },
    "ath_tx_node_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567794656
    },
    "ath_tx_node_is_asleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567811600
    },
    "ath_tx_node_reassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567810496
    },
    "ath_tx_node_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567811616
    },
    "ath_tx_node_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567811936
    },
    "ath_tx_normal_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567795968
    },
    "ath_tx_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567718576
    },
    "ath_tx_proc_q0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567716736
    },
    "ath_tx_proc_q0123": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567717584
    },
    "ath_tx_process_buf_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567755104
    },
    "ath_tx_processq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567758400
    },
    "ath_tx_rate_fill_rcflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567820288
    },
    "ath_tx_retry_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567814736
    },
    "ath_tx_retry_subframe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567813792
    },
    "ath_tx_set_rtscts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567806848
    },
    "ath_tx_setds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567807344
    },
    "ath_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567785696
    },
    "ath_tx_swq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567788720
    },
    "ath_tx_tid_bar_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567814272
    },
    "ath_tx_tid_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567809936
    },
    "ath_tx_tid_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567795152
    },
    "ath_tx_tid_drain_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567813520
    },
    "ath_tx_tid_filt_comp_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567796768
    },
    "ath_tx_tid_hw_queue_aggr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567803760
    },
    "ath_tx_tid_hw_queue_norm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567807680
    },
    "ath_tx_tid_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567794304
    },
    "ath_tx_tid_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567796352
    },
    "ath_tx_tid_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567794208
    },
    "ath_tx_txq_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567795600
    },
    "ath_tx_update_ratectrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567754848
    },
    "ath_tx_update_tim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567754544
    },
    "ath_tx_xmit_normal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567788160
    },
    "ath_txbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608353512
    },
    "ath_txbuf_mgmt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608353632
    },
    "ath_txfrag_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567785264
    },
    "ath_txfrag_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567785360
    },
    "ath_txq_freeholdingbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567756160
    },
    "ath_txq_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567808464
    },
    "ath_txq_sched_tasklet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567727904
    },
    "ath_txq_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567729280
    },
    "ath_txq_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567753808
    },
    "ath_txqmove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567753712
    },
    "ath_txrx_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567751520
    },
    "ath_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567742384
    },
    "ath_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567738864
    },
    "ath_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567739424
    },
    "ath_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567735440
    },
    "ath_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567735584
    },
    "ath_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567737712
    },
    "ath_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567765424
    },
    "ath_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567735488
    },
    "ath_xmit_setup_edma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567815568
    },
    "ath_xmit_setup_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567812416
    },
    "athvals": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "atid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "atio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_accept_tio"
        }
      },
      "address": 0
    },
    "atiop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_accept_tio"
        }
      },
      "address": 0
    },
    "atkbd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "atkbd_atkbdc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "atkbd_atkbdc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610089072
    },
    "atkbd_atkbdc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610089048
    },
    "atkbd_atkbdcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610088984
    },
    "atkbd_attach_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580431264
    },
    "atkbd_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580434528
    },
    "atkbd_check_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580435776
    },
    "atkbd_clear_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580436960
    },
    "atkbd_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580431840
    },
    "atkbd_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580434432
    },
    "atkbd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610089120
    },
    "atkbd_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580434416
    },
    "atkbd_ev_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580438496
    },
    "atkbd_evdev_methods": {
      "type": {
        "kind": "struct",
        "name": "evdev_methods"
      },
      "address": 18446744071585422328
    },
    "atkbd_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580436992
    },
    "atkbd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580432160
    },
    "atkbd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580433984
    },
    "atkbd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580435824
    },
    "atkbd_ioctl.ledmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584155992
    },
    "atkbd_kbd_driver": {
      "type": {
        "kind": "struct",
        "name": "keyboard_driver"
      },
      "address": 18446744071610088744
    },
    "atkbd_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580436928
    },
    "atkbd_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585439664
    },
    "atkbd_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580437104
    },
    "atkbd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580432080
    },
    "atkbd_probe_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580431152
    },
    "atkbd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580434448
    },
    "atkbd_read_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580434560
    },
    "atkbd_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580438240
    },
    "atkbd_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580437056
    },
    "atkbd_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580433936
    },
    "atkbd_test_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580434336
    },
    "atkbd_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580431664
    },
    "atkbdattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580439008
    },
    "atkbdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "atkbdc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "atkbdc_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610089608
    },
    "atkbdc_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610089584
    },
    "atkbdc_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610089320
    },
    "atkbdc_attach_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580439632
    },
    "atkbdc_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580440304
    },
    "atkbdc_get_resource_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580450480
    },
    "atkbdc_get_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580439472
    },
    "atkbdc_ids": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610089504
    },
    "atkbdc_isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "atkbdc_isa_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580449600
    },
    "atkbdc_isa_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580449936
    },
    "atkbdc_isa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580449184
    },
    "atkbdc_isa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610089456
    },
    "atkbdc_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610089408
    },
    "atkbdc_isa_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585439904
    },
    "atkbdc_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610089384
    },
    "atkbdc_isa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580448512
    },
    "atkbdc_isa_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580450064
    },
    "atkbdc_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610089248
    },
    "atkbdc_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580440448
    },
    "atkbdc_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580450176
    },
    "atkbdc_probe_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580439568
    },
    "atkbdc_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580450320
    },
    "atkbdc_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580439712
    },
    "atkbdc_softc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "atkbdc_softc_t"
          }
        }
      },
      "address": 18446744071610089184
    },
    "atkbdc_softc.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610089184
    },
    "atkbdc_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "atkbdc_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580450400
    },
    "atkbdhz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613402656
    },
    "atkbdidentify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580438704
    },
    "atkbdintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580439440
    },
    "atkbdprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580438816
    },
    "atkbdresume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580439248
    },
    "atkbdsw": {
      "type": {
        "kind": "struct",
        "name": "keyboard_switch_t"
      },
      "address": 18446744071610088784
    },
    "atlas_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "atmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_agg_info"
        }
      },
      "address": 0
    },
    "atomic": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "atomic_mod_cap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "atphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "atphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570260976
    },
    "atphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608507440
    },
    "atphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584850992
    },
    "atphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584850832
    },
    "atphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608507392
    },
    "atphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608507368
    },
    "atphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608507328
    },
    "atphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570260944
    },
    "atphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570262528
    },
    "atphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570261008
    },
    "atphy_setmedia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570263008
    },
    "atphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570261888
    },
    "atphys": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584850912
    },
    "atpic_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581312688
    },
    "atr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ntfs_attr"
        }
      },
      "address": 0
    },
    "atr_sample_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "atrtc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "atrtc_acpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581270848
    },
    "atrtc_acpi_cmos_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581271040
    },
    "atrtc_acpi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581270992
    },
    "atrtc_acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610158264
    },
    "atrtc_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610158216
    },
    "atrtc_acpi_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587093648
    },
    "atrtc_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610158192
    },
    "atrtc_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610157880
    },
    "atrtc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581269360
    },
    "atrtc_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610157968
    },
    "atrtc_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581267936
    },
    "atrtc_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610158144
    },
    "atrtc_isa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581267904
    },
    "atrtc_isa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610158088
    },
    "atrtc_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610158040
    },
    "atrtc_isa_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587093504
    },
    "atrtc_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610158016
    },
    "atrtc_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610157808
    },
    "atrtc_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613438936
    },
    "atrtc_lock_init_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610157928
    },
    "atrtc_lock_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610157632
    },
    "atrtc_lock_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610157656
    },
    "atrtc_power_lost": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613439000
    },
    "atrtc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581267632
    },
    "atrtc_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581267280
    },
    "atrtc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581267920
    },
    "atrtc_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581268608
    },
    "atrtc_time_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613438968
    },
    "atrtc_time_lock_init_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610157976
    },
    "atrtc_time_lock_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610157704
    },
    "atrtc_time_lock_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610157728
    },
    "atrtcclock_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438928
    },
    "ats": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "ats32": {
      "type": {
        "kind": "struct",
        "name": "timespec32"
      },
      "address": 0
    },
    "atsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "attach": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "attachDictSizeCutoffs": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071584069856
    },
    "attach_fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "attach_ok": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "attach_va": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "attached": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "attached_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "attached_device_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "attached_remote_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "attached_smp_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "attachentropy": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "attachtime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "attempt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "attempt_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "attempts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "attimer_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610158872
    },
    "attimer_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610158848
    },
    "attimer_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610158584
    },
    "attimer_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581273344
    },
    "attimer_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610158752
    },
    "attimer_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610158800
    },
    "attimer_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610158704
    },
    "attimer_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610158680
    },
    "attimer_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610158512
    },
    "attimer_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587093792
    },
    "attimer_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581273216
    },
    "attimer_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581274080
    },
    "attimer_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "attimer_softc"
        }
      },
      "address": 18446744071613439056
    },
    "attimer_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581274816
    },
    "attimer_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581274944
    },
    "attn": {
      "type": {
        "kind": "struct",
        "name": "attn_route"
      },
      "address": 0
    },
    "attn_ack": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "attn_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "attn_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "attr": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "attr_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "attr_ok": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "attr_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "attrbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "attrflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "attrmem": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "attrname": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "attrs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "attrsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "attrsum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "atu_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "atv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "atv32": {
      "type": {
        "kind": "struct",
        "name": "timeval32"
      },
      "address": 0
    },
    "atype": {
      "type": {
        "kind": "enum",
        "name": "unnamed_f506562d383cb297"
      },
      "address": 0
    },
    "atz": {
      "type": {
        "kind": "struct",
        "name": "timezone"
      },
      "address": 0
    },
    "au": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "audata"
        }
      },
      "address": 0
    },
    "au_bsm_to_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579734752
    },
    "au_bsm_to_errno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735008
    },
    "au_bsm_to_fcntl_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735168
    },
    "au_bsm_to_socket_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735536
    },
    "au_domain_to_bsm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579734592
    },
    "au_errno_to_bsm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579734928
    },
    "au_evclassmap_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579716000
    },
    "au_evclassmap_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579715632
    },
    "au_event_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579715520
    },
    "au_event_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579716192
    },
    "au_evnamemap_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579717392
    },
    "au_evnamemap_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579716912
    },
    "au_evnamemap_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579716336
    },
    "au_evnamemap_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579717600
    },
    "au_fcntl_cmd_to_bsm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735104
    },
    "au_preselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579717712
    },
    "au_socket_type_to_bsm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735488
    },
    "au_to_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579736368
    },
    "au_to_arg32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735968
    },
    "au_to_arg64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579736144
    },
    "au_to_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579736864
    },
    "au_to_attr32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579736544
    },
    "au_to_attr64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579736688
    },
    "au_to_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579736880
    },
    "au_to_exec_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579744816
    },
    "au_to_exec_env": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579745024
    },
    "au_to_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579737056
    },
    "au_to_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579738464
    },
    "au_to_groups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579737200
    },
    "au_to_header32_ex_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579745632
    },
    "au_to_header32_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579745376
    },
    "au_to_header64_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579745984
    },
    "au_to_in_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579737616
    },
    "au_to_in_addr_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579737712
    },
    "au_to_ip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579737824
    },
    "au_to_ipc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579737936
    },
    "au_to_ipc_perm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579738064
    },
    "au_to_iport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579738240
    },
    "au_to_newgroups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579737424
    },
    "au_to_opaque": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579738336
    },
    "au_to_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579738848
    },
    "au_to_privset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735744
    },
    "au_to_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579739648
    },
    "au_to_process32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579738992
    },
    "au_to_process32_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579739968
    },
    "au_to_process64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579739312
    },
    "au_to_process64_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579740464
    },
    "au_to_process_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579741056
    },
    "au_to_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579741488
    },
    "au_to_return32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579741184
    },
    "au_to_return64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579741312
    },
    "au_to_rights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579741072
    },
    "au_to_seq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579741616
    },
    "au_to_sock_inet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579742688
    },
    "au_to_sock_inet128": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579742560
    },
    "au_to_sock_inet32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579742448
    },
    "au_to_sock_unix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579742288
    },
    "au_to_socket_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579741728
    },
    "au_to_subject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579743456
    },
    "au_to_subject32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579742800
    },
    "au_to_subject32_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579743776
    },
    "au_to_subject64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579743120
    },
    "au_to_subject64_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579744272
    },
    "au_to_subject_ex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579744800
    },
    "au_to_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579738704
    },
    "au_to_trailer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746288
    },
    "au_to_upriv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579735600
    },
    "au_to_zonename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579745232
    },
    "audit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_arg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_arg_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694528
    },
    "audit_arg_argv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579698944
    },
    "audit_arg_atfd1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694672
    },
    "audit_arg_atfd2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694720
    },
    "audit_arg_auditinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696624
    },
    "audit_arg_auditinfo_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696720
    },
    "audit_arg_auditon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697344
    },
    "audit_arg_auid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696576
    },
    "audit_arg_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696960
    },
    "audit_arg_ctlname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695552
    },
    "audit_arg_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695744
    },
    "audit_arg_egid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694960
    },
    "audit_arg_envv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579699056
    },
    "audit_arg_euid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695008
    },
    "audit_arg_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694576
    },
    "audit_arg_fcntl_rights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579699232
    },
    "audit_arg_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694768
    },
    "audit_arg_fflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694816
    },
    "audit_arg_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697408
    },
    "audit_arg_gid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694864
    },
    "audit_arg_groupset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695248
    },
    "audit_arg_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694624
    },
    "audit_arg_login": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695488
    },
    "audit_arg_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695648
    },
    "audit_arg_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695696
    },
    "audit_arg_owner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695840
    },
    "audit_arg_pid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695888
    },
    "audit_arg_posix_ipc_perm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697280
    },
    "audit_arg_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695936
    },
    "audit_arg_rgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695056
    },
    "audit_arg_rights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579699168
    },
    "audit_arg_ruid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695104
    },
    "audit_arg_sgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695152
    },
    "audit_arg_signum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696096
    },
    "audit_arg_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696208
    },
    "audit_arg_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696144
    },
    "audit_arg_suid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695200
    },
    "audit_arg_svipc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697184
    },
    "audit_arg_svipc_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697008
    },
    "audit_arg_svipc_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697136
    },
    "audit_arg_svipc_perm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697056
    },
    "audit_arg_svipc_which": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697232
    },
    "audit_arg_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696864
    },
    "audit_arg_uid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694912
    },
    "audit_arg_upath1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579696464
    },
    "audit_arg_upath1_canon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579698464
    },
    "audit_arg_upath1_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579698208
    },
    "audit_arg_upath2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579698096
    },
    "audit_arg_upath2_canon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579698576
    },
    "audit_arg_upath2_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579698336
    },
    "audit_arg_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579695792
    },
    "audit_arg_vnode1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579697840
    },
    "audit_arg_vnode2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579698688
    },
    "audit_arge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292516
    },
    "audit_argv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292512
    },
    "audit_bsm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_bsm_db.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_bsm_klib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_canon_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718704
    },
    "audit_canon_path_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718496
    },
    "audit_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610031048
    },
    "audit_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579731376
    },
    "audit_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579691376
    },
    "audit_cred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 18446744071613296816
    },
    "audit_cred_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579692800
    },
    "audit_cred_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579692864
    },
    "audit_cred_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579692880
    },
    "audit_cred_kproc0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579692944
    },
    "audit_cred_proc1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579692976
    },
    "audit_ctlname_to_sysctlevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579717760
    },
    "audit_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613296776
    },
    "audit_dtrace_enabled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613292272
    },
    "audit_fail_cv": {
      "type": {
        "kind": "struct",
        "name": "cv"
      },
      "address": 18446744071613292480
    },
    "audit_fail_stop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292508
    },
    "audit_file_rotate_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613296840
    },
    "audit_flags_and_error_to_openatevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718080
    },
    "audit_flags_and_error_to_openevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579717856
    },
    "audit_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579691344
    },
    "audit_fstat": {
      "type": {
        "kind": "struct",
        "name": "audit_fstat"
      },
      "address": 18446744071613292520
    },
    "audit_get_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579691040
    },
    "audit_in_failure": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292472
    },
    "audit_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579693520
    },
    "audit_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610029504
    },
    "audit_isopen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613296752
    },
    "audit_kinfo": {
      "type": {
        "kind": "struct",
        "name": "auditinfo_addr"
      },
      "address": 18446744071613292320
    },
    "audit_kinfo_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613292288
    },
    "audit_msgctl_to_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718304
    },
    "audit_msgsys_to_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718368
    },
    "audit_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613292240
    },
    "audit_nae_mask": {
      "type": {
        "kind": "struct",
        "name": "au_mask"
      },
      "address": 18446744071613292380
    },
    "audit_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579691200
    },
    "audit_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579731232
    },
    "audit_panic_on_write_fail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292504
    },
    "audit_pipe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_pipe_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579719712
    },
    "audit_pipe_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610030640
    },
    "audit_pipe_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613296704
    },
    "audit_pipe_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613296696
    },
    "audit_pipe_drops": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613296688
    },
    "audit_pipe_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579724336
    },
    "audit_pipe_ever": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613296712
    },
    "audit_pipe_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579724880
    },
    "audit_pipe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579720288
    },
    "audit_pipe_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610030272
    },
    "audit_pipe_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579721936
    },
    "audit_pipe_kqdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579725984
    },
    "audit_pipe_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579724144
    },
    "audit_pipe_kqread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579726128
    },
    "audit_pipe_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_fb56b43a6ae02a17"
      },
      "address": 18446744071613296632
    },
    "audit_pipe_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613296648
    },
    "audit_pipe_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579720432
    },
    "audit_pipe_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579723952
    },
    "audit_pipe_preselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718928
    },
    "audit_pipe_preselect_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579725504
    },
    "audit_pipe_preselect_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579725776
    },
    "audit_pipe_preselect_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579725024
    },
    "audit_pipe_preselect_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579725216
    },
    "audit_pipe_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579720928
    },
    "audit_pipe_read_filterops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071610030824
    },
    "audit_pipe_records": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613296680
    },
    "audit_pipe_submit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579719344
    },
    "audit_pipe_submit_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579720064
    },
    "audit_pre_q_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292376
    },
    "audit_proc_coredump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579693056
    },
    "audit_q": {
      "type": {
        "kind": "struct",
        "name": "kaudit_queue"
      },
      "address": 18446744071613292440
    },
    "audit_q_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292400
    },
    "audit_qctrl": {
      "type": {
        "kind": "struct",
        "name": "au_qctrl"
      },
      "address": 18446744071613292404
    },
    "audit_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579731568
    },
    "audit_record_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694080
    },
    "audit_record_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579694336
    },
    "audit_record_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579733552
    },
    "audit_record_write.cur_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613296892
    },
    "audit_record_write.cur_lowspace_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613296888
    },
    "audit_record_write.last_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613296872
    },
    "audit_record_write.last_lowspace_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613296856
    },
    "audit_record_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613292368
    },
    "audit_rotate_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579731920
    },
    "audit_semctl_to_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718336
    },
    "audit_semsys_to_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718400
    },
    "audit_send_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579730816
    },
    "audit_set_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690848
    },
    "audit_shmsys_to_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718432
    },
    "audit_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579691152
    },
    "audit_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613296832
    },
    "audit_syscall_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579692288
    },
    "audit_syscall_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579692736
    },
    "audit_syscalls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_syscalls_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209584
    },
    "audit_syscalls_enabled_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690688
    },
    "audit_sysclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579699280
    },
    "audit_thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613296848
    },
    "audit_thread_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579693008
    },
    "audit_thread_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579693040
    },
    "audit_trail_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292276
    },
    "audit_trail_suspended": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613292280
    },
    "audit_trigger.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_trigger_cdev_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579731168
    },
    "audit_trigger_cdev_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610031024
    },
    "audit_trigger_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579731104
    },
    "audit_trigger_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613296720
    },
    "audit_vp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 18446744071613296824
    },
    "audit_watermark_cv": {
      "type": {
        "kind": "struct",
        "name": "cv"
      },
      "address": 18446744071613292424
    },
    "audit_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579732480
    },
    "audit_worker.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "audit_worker_cv": {
      "type": {
        "kind": "struct",
        "name": "cv"
      },
      "address": 18446744071613292456
    },
    "audit_worker_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579732384
    },
    "audit_worker_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613296784
    },
    "audit_worker_sync_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579734304
    },
    "audit_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579731904
    },
    "audited": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "audited_vnode1": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "auditon_command_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579718464
    },
    "aue_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573082704
    },
    "aue_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573085952
    },
    "aue_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573085472
    },
    "aue_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573085120
    },
    "aue_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585052832
    },
    "aue_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573083024
    },
    "aue_devs": {
      "type": {
        "count": 68,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607427008
    },
    "aue_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609410152
    },
    "aue_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573089472
    },
    "aue_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573088592
    },
    "aue_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573088512
    },
    "aue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573086448
    },
    "aue_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573085728
    },
    "aue_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585052624
    },
    "aue_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573083088
    },
    "aue_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573084176
    },
    "aue_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573083648
    },
    "aue_msgsys": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584034080
    },
    "aue_msgsys_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aue_open": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aue_open_event"
        }
      },
      "address": 18446744071585401984
    },
    "aue_openat": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "aue_open_event"
        }
      },
      "address": 18446744071585402080
    },
    "aue_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573082608
    },
    "aue_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573088768
    },
    "aue_semsys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585402176
    },
    "aue_semsys_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aue_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573087536
    },
    "aue_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573088048
    },
    "aue_shmsys": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584034016
    },
    "aue_shmsys_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aue_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573086384
    },
    "aue_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573087312
    },
    "aue_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573088336
    },
    "aue_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585052736
    },
    "aue_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609410104
    },
    "aue_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609410080
    },
    "aue_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609409824
    },
    "auid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "auio": {
      "type": {
        "kind": "struct",
        "name": "uio"
      },
      "address": 0
    },
    "auiop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "aumask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "au_mask"
        }
      },
      "address": 0
    },
    "auth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "AUTH"
        }
      },
      "address": 0
    },
    "auth_algorithm_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578283136
    },
    "auth_ctx": {
      "type": {
        "kind": "union",
        "name": "authctx"
      },
      "address": 0
    },
    "auth_hash_blake2b": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071584083072
    },
    "auth_hash_blake2s": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071584083136
    },
    "auth_hash_ccm_cbc_mac_128": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585360192
    },
    "auth_hash_ccm_cbc_mac_192": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585360256
    },
    "auth_hash_ccm_cbc_mac_256": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585360320
    },
    "auth_hash_hmac_ripemd_160": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361408
    },
    "auth_hash_hmac_sha1": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361536
    },
    "auth_hash_hmac_sha2_224": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361856
    },
    "auth_hash_hmac_sha2_256": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361920
    },
    "auth_hash_hmac_sha2_384": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361984
    },
    "auth_hash_hmac_sha2_512": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585362048
    },
    "auth_hash_nist_gmac_aes_128": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585360904
    },
    "auth_hash_nist_gmac_aes_192": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585360968
    },
    "auth_hash_nist_gmac_aes_256": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361032
    },
    "auth_hash_null": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361216
    },
    "auth_hash_poly1305": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361280
    },
    "auth_hash_ripemd_160": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361344
    },
    "auth_hash_sha1": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361472
    },
    "auth_hash_sha2_224": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361600
    },
    "auth_hash_sha2_256": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361664
    },
    "auth_hash_sha2_384": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361728
    },
    "auth_hash_sha2_512": {
      "type": {
        "kind": "struct",
        "name": "auth_hash"
      },
      "address": 18446744071585361792
    },
    "auth_insert": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "auth_internal": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_authenticator"
      },
      "address": 18446744071585252848
    },
    "auth_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "auth_modnames": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585252672
    },
    "auth_none.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "auth_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "auth_stop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "auth_tls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "auth_unix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "auth_unix_all": {
      "type": {
        "kind": "struct",
        "name": "audata_list"
      },
      "address": 18446744071613291464
    },
    "auth_unix_cache": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "audata_list"
        }
      },
      "address": 18446744071613291488
    },
    "auth_unix_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291424
    },
    "auth_unix_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613291432
    },
    "authcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "authenticators": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ieee80211_authenticator"
          }
        }
      },
      "address": 18446744071613057840
    },
    "authinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dvd_authinfo"
        }
      },
      "address": 0
    },
    "authkey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "authnone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608912
    },
    "authnone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579609248
    },
    "authnone_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608928
    },
    "authnone_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610027144
    },
    "authnone_marshal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579609136
    },
    "authnone_ops": {
      "type": {
        "kind": "struct",
        "name": "auth_ops"
      },
      "address": 18446744071585394848
    },
    "authnone_private": {
      "type": {
        "kind": "struct",
        "name": "authnone_private"
      },
      "address": 18446744071613291328
    },
    "authnone_refresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579609232
    },
    "authnone_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579609216
    },
    "authnone_verf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579609120
    },
    "authsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "authtls_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690240
    },
    "authtls_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690672
    },
    "authtls_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690256
    },
    "authtls_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028560
    },
    "authtls_marshal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690512
    },
    "authtls_ops": {
      "type": {
        "kind": "struct",
        "name": "auth_ops"
      },
      "address": 18446744071585396744
    },
    "authtls_private": {
      "type": {
        "kind": "struct",
        "name": "authtls_private"
      },
      "address": 18446744071613292120
    },
    "authtls_refresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690656
    },
    "authtls_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690592
    },
    "authtls_verf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690496
    },
    "authunix_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579609264
    },
    "authunix_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579612208
    },
    "authunix_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579610992
    },
    "authunix_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610027168
    },
    "authunix_marshal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579611408
    },
    "authunix_nextverf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579611392
    },
    "authunix_ops": {
      "type": {
        "kind": "struct",
        "name": "auth_ops"
      },
      "address": 18446744071585394888
    },
    "authunix_prot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "authunix_refresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579611808
    },
    "authunix_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579611488
    },
    "auto_commit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "auto_login": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608465920
    },
    "auto_negotiate_orig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "auto_reqid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609982112
    },
    "auto_resize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609592416
    },
    "auto_resp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "auto_xfer_rdy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "autoc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "autoc2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "autoc2_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "autoc_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "autoconf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "autoflowlabel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "automasked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "autoneg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "autoneg_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "autoneg_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "autoneg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "autoremove_wake_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578900784
    },
    "autoresize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "autoro": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "autosync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "aux": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "aux_csr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "aux_mux_is_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580441232
    },
    "aux_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760524
    },
    "aux_on": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760520
    },
    "aux_pages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "auxdata": {
      "type": {
        "kind": "struct",
        "name": "debugnet_proto_aux"
      },
      "address": 0
    },
    "auxiliary": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "auxmode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "auxv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "av": {
      "type": {
        "kind": "struct",
        "name": "ath_rateioctl_tlv"
      },
      "address": 0
    },
    "avail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "avail_cpus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "avail_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "avail_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "avail_list": {
      "type": {
        "kind": "struct",
        "name": "free"
      },
      "address": 18446744071613454112
    },
    "avail_list.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613454112
    },
    "avail_ring_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "avail_timer_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "avail_timer_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "available": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "availible_vpp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "average": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "average_tx_time": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "averunnable": {
      "type": {
        "kind": "struct",
        "name": "loadavg"
      },
      "address": 18446744071609714088
    },
    "avg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "avg_pkt_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "avg_pkts": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584731664
    },
    "avg_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "avgbfree": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "avgidle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "avgifree": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "avgndir": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "avgrssi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "avmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "addr_val_t"
        }
      },
      "address": 0
    },
    "avoid_reset": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "avol_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "volume_tag"
        }
      },
      "address": 0
    },
    "avp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_vap"
        }
      },
      "address": 0
    },
    "aw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "awnd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ax88772b_mfb_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ax88772b_mfb"
        }
      },
      "address": 0
    },
    "ax_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610196288
    },
    "ax_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587134816
    },
    "axe_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573089600
    },
    "axe_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573092928
    },
    "axe_attach_post_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573095824
    },
    "axe_ax88178_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573096128
    },
    "axe_ax88772_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573097840
    },
    "axe_ax88772_phywake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573098768
    },
    "axe_ax88772b_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573098368
    },
    "axe_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573091952
    },
    "axe_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573091328
    },
    "axe_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585053328
    },
    "axe_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573089888
    },
    "axe_devs": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607429184
    },
    "axe_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609410720
    },
    "axe_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573099136
    },
    "axe_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573095648
    },
    "axe_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573095584
    },
    "axe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573093536
    },
    "axe_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573099216
    },
    "axe_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585053120
    },
    "axe_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573089952
    },
    "axe_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573090800
    },
    "axe_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573090304
    },
    "axe_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573089536
    },
    "axe_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573092480
    },
    "axe_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573094960
    },
    "axe_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573095280
    },
    "axe_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573093488
    },
    "axe_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573094880
    },
    "axe_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573095472
    },
    "axe_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585053232
    },
    "axe_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609410672
    },
    "axe_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609410648
    },
    "axe_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609410392
    },
    "axf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "auth_hash"
        }
      },
      "address": 0
    },
    "axgbe_an_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581611712
    },
    "axgbe_dev_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581610800
    },
    "axgbe_ecc_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581611680
    },
    "axgbe_i2c_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581611696
    },
    "axgbe_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581592144
    },
    "axgbe_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581589120
    },
    "axgbe_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581593120
    },
    "axgbe_if_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581595120
    },
    "axgbe_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610196736
    },
    "axgbe_if_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581595104
    },
    "axgbe_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581598640
    },
    "axgbe_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581593664
    },
    "axgbe_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581597744
    },
    "axgbe_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581597600
    },
    "axgbe_if_methods": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587135040
    },
    "axgbe_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581593904
    },
    "axgbe_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581597488
    },
    "axgbe_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581599504
    },
    "axgbe_if_promisc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581598032
    },
    "axgbe_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581596800
    },
    "axgbe_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581595344
    },
    "axgbe_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581596176
    },
    "axgbe_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581593696
    },
    "axgbe_if_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581595136
    },
    "axgbe_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581595552
    },
    "axgbe_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581597248
    },
    "axgbe_if_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581598816
    },
    "axgbe_if_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581599136
    },
    "axgbe_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581686624
    },
    "axgbe_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581686336
    },
    "axgbe_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581667776
    },
    "axgbe_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581670800
    },
    "axgbe_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581668288
    },
    "axgbe_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581670112
    },
    "axgbe_isc_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581667296
    },
    "axgbe_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581664800
    },
    "axgbe_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581667136
    },
    "axgbe_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581588416
    },
    "axgbe_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581588672
    },
    "axgbe_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581588560
    },
    "axgbe_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581611728
    },
    "axgbe_nfl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "axgbe_nrxqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "axgbe_pci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581599680
    },
    "axgbe_pci_mac_spec": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071610196896
    },
    "axgbe_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581588128
    },
    "axgbe_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071610196352
    },
    "axgbe_sph_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484896
    },
    "axgbe_sysctl_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581653616
    },
    "axgbe_sysctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581653648
    },
    "axgbe_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071610197064
    },
    "axgbe_vendor_info_array": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071587134944
    },
    "axge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573099696
    },
    "axge_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573103008
    },
    "axge_attach_post_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573104736
    },
    "axge_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573102176
    },
    "axge_bulk_size": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_36d83d9946909dac"
        }
      },
      "address": 18446744071585053728
    },
    "axge_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573101664
    },
    "axge_chip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573104960
    },
    "axge_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585053648
    },
    "axge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573099968
    },
    "axge_devs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607430240
    },
    "axge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609411288
    },
    "axge_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573105200
    },
    "axge_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573104560
    },
    "axge_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573104496
    },
    "axge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573103152
    },
    "axge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573105280
    },
    "axge_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585053440
    },
    "axge_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573100416
    },
    "axge_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573101008
    },
    "axge_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573100672
    },
    "axge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573099632
    },
    "axge_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573104128
    },
    "axge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573103104
    },
    "axge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573103904
    },
    "axge_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573104464
    },
    "axge_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585053552
    },
    "axge_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609411240
    },
    "axge_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609411216
    },
    "axge_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609410960
    },
    "axp_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610196240
    },
    "axp_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610196216
    },
    "axp_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610195984
    },
    "axphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "axphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570263440
    },
    "axphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608507648
    },
    "axphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584851136
    },
    "axphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584851024
    },
    "axphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608507600
    },
    "axphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608507576
    },
    "axphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608507536
    },
    "axphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570263408
    },
    "axphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570263504
    },
    "axphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570263584
    },
    "axphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584851104
    },
    "axptscandone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565937424
    },
    "axr_lock_taken": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "b": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "b0": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "b1": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "b10": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "b11": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "b1_abs": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "b1_tmp": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "b2": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "b2_abs": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "b2_tmp": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "b3": {
      "type": {
        "kind": "struct",
        "name": "uma_cache_bucket"
      },
      "address": 0
    },
    "b33": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "byte_bpb33"
        }
      },
      "address": 0
    },
    "b4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "b5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "b50": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "byte_bpb50"
        }
      },
      "address": 0
    },
    "b6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "b64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "b7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "b710": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "byte_bpb710"
        }
      },
      "address": 0
    },
    "b8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "b9": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bMode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bModeSynth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bTag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "b_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "b_arg": {
      "type": {
        "kind": "struct",
        "name": "brandnote_cb_arg"
      },
      "address": 0
    },
    "b_cp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "b_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "b_is_bt_cal_done": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "b_leaf": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "b_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "b_pg_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ba": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ba2qid": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "baDurationDelta": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584034320
    },
    "ba_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ba_recv_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849376
    },
    "ba_send_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609848992
    },
    "babarrierwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576374848
    },
    "babs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifbaconf"
        }
      },
      "address": 0
    },
    "back": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "backDist": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "back_to_list": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "backing_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "backing_offset_index": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "backlight.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "backlight_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608411952
    },
    "backlight_default_get_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568251136
    },
    "backlight_default_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568251120
    },
    "backlight_default_update_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568251104
    },
    "backlight_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568251712
    },
    "backlight_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568252416
    },
    "backlight_get_info_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608411768
    },
    "backlight_get_status_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608411744
    },
    "backlight_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "backlight_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568251888
    },
    "backlight_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568251152
    },
    "backlight_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610625344
    },
    "backlight_unit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610625376
    },
    "backlight_update_status_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608411720
    },
    "backlightdev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608412136
    },
    "backoff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "backref_to": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "backup": {
      "type": {
        "kind": "struct",
        "name": "teken_attr_t"
      },
      "address": 0
    },
    "backwardMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bad": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "badCost": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bad_command": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bad_read": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "baddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "badfileops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609647328
    },
    "badfo_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217040
    },
    "badfo_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217056
    },
    "badfo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217024
    },
    "badfo_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217088
    },
    "badfo_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216960
    },
    "badfo_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216992
    },
    "badfo_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216976
    },
    "badfo_readwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216928
    },
    "badfo_sendfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217072
    },
    "badfo_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217008
    },
    "badfo_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216944
    },
    "badport_bandlim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577721408
    },
    "badrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "badwparsn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "balance": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "balance_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574796128
    },
    "balance_interval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609730472
    },
    "balance_name.algorithms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585149968
    },
    "balance_tdq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tdq"
        }
      },
      "address": 18446744071608210640
    },
    "balance_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900432
    },
    "balancep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "balloon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "balloon_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612402016
    },
    "balloon_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573702864
    },
    "balloon_stats": {
      "type": {
        "kind": "struct",
        "name": "balloon_stats"
      },
      "address": 18446744071612402048
    },
    "ballooned_pages": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6669ebd89c475787"
      },
      "address": 18446744071612402096
    },
    "band": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "band_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bands": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bank": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bank1_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bankData": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "banks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_bank_info"
        }
      },
      "address": 0
    },
    "banner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "bap1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "bap2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "baparamset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar2_page_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bar2_qid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar2_qid_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar2_qinferred": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar2_qoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bar_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bar_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bar_no": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar_orig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bar_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bar_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577253744
    },
    "bar_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577250064
    },
    "bar_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bar_value": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "barctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bareq": {
      "type": {
        "kind": "struct",
        "name": "ifbareq"
      },
      "address": 0
    },
    "barid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "barker_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "barlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "barrierwrites": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041744
    },
    "barseqctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uart_bas"
        }
      },
      "address": 0
    },
    "base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "base1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "base32": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "baseCost": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "baseLLfreqs": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "baseLog": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "baseOFCfreqs": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "basePrice": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "base_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "base_address": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "base_address_512": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "base_cpuid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "base_dist": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585219008
    },
    "base_ext1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "OSPREY_BASE_EXTENSION_1"
        }
      },
      "address": 0
    },
    "base_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "base_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "base_length": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585218880
    },
    "base_mdl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_MEMORY_DESCRIPTOR_LIST_T"
        }
      },
      "address": 0
    },
    "base_page": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "base_periph_found": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "base_pri": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "base_qpn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "base_queue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "base_rtflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "base_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "base_upper_bound": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "base_vaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "base_vlimit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "base_weight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "baseclass": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "baseentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_part_entry"
        }
      },
      "address": 0
    },
    "basefix": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071585186144
    },
    "baselen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "baseline": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "basemem": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613479344
    },
    "basep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "baseptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "baseqctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "basereg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "basezero": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "basic": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "basicCost": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "basic_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "basicrates": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff_tone"
        }
      },
      "address": 0
    },
    "batch": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "batimeout": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "batt": {
      "type": {
        "kind": "struct",
        "name": "acpi_battinfo"
      },
      "address": 0
    },
    "batt_dc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "batt_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "batt_sleep_ms": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618912
    },
    "batt_stat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "battery_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618536
    },
    "battery_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608329000
    },
    "battery_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608328944
    },
    "battery_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608328968
    },
    "baudrate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bawrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576372752
    },
    "bb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bb_desired_scale": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bb_en_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bb_prog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_bb_prog"
        }
      },
      "address": 0
    },
    "bb_spur": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bb_spur_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bb_vals": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "bbarrierwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576374880
    },
    "bbase": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bbb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573041616
    },
    "bbb_command_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573045312
    },
    "bbb_command_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573042080
    },
    "bbb_config": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585052080
    },
    "bbb_data_rd_cs_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573045952
    },
    "bbb_data_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573045680
    },
    "bbb_data_wr_cs_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573046336
    },
    "bbb_data_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573046064
    },
    "bbb_raw_config": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585052320
    },
    "bbb_raw_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573046672
    },
    "bbb_status_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573046448
    },
    "bbits": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047616
    },
    "bbp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp104": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp152": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp17": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp3": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp35": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp4": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp55_pb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp55_sb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp77": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp94": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp96": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp97": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp98": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bbp_atten": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bbp_atten_adj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bbp_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bbt": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "bc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bc_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bcast": {
      "type": {
        "kind": "struct",
        "name": "ether_addr"
      },
      "address": 0
    },
    "bcast_mac": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bcastaddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "bcd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bcd2bin_data": {
      "type": {
        "count": 154,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585193232
    },
    "bcdDevice": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bcdUSB": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "snd_clone_entry"
        }
      },
      "address": 0
    },
    "bce_COM_b06FwBss": {
      "type": {
        "count": 50,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584469600
    },
    "bce_COM_b06FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412220
    },
    "bce_COM_b06FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412224
    },
    "bce_COM_b06FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584469564
    },
    "bce_COM_b06FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625388
    },
    "bce_COM_b06FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625392
    },
    "bce_COM_b06FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412196
    },
    "bce_COM_b06FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412192
    },
    "bce_COM_b06FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625384
    },
    "bce_COM_b06FwRodata": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584469568
    },
    "bce_COM_b06FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412212
    },
    "bce_COM_b06FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412216
    },
    "bce_COM_b06FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625396
    },
    "bce_COM_b06FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625400
    },
    "bce_COM_b06FwSbss": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584469808
    },
    "bce_COM_b06FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412228
    },
    "bce_COM_b06FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412232
    },
    "bce_COM_b06FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584469868
    },
    "bce_COM_b06FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412200
    },
    "bce_COM_b06FwText": {
      "type": {
        "count": 4763,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584450512
    },
    "bce_COM_b06FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412204
    },
    "bce_COM_b06FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412208
    },
    "bce_COM_b09FwBss": {
      "type": {
        "count": 72,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584598560
    },
    "bce_COM_b09FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415844
    },
    "bce_COM_b09FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415848
    },
    "bce_COM_b09FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584598488
    },
    "bce_COM_b09FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625536
    },
    "bce_COM_b09FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625540
    },
    "bce_COM_b09FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415820
    },
    "bce_COM_b09FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415816
    },
    "bce_COM_b09FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625532
    },
    "bce_COM_b09FwRodata": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584598496
    },
    "bce_COM_b09FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415836
    },
    "bce_COM_b09FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415840
    },
    "bce_COM_b09FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625544
    },
    "bce_COM_b09FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625548
    },
    "bce_COM_b09FwSbss": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584598848
    },
    "bce_COM_b09FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415852
    },
    "bce_COM_b09FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415856
    },
    "bce_COM_b09FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584598900
    },
    "bce_COM_b09FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415824
    },
    "bce_COM_b09FwText": {
      "type": {
        "count": 5478,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584576576
    },
    "bce_COM_b09FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415828
    },
    "bce_COM_b09FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415832
    },
    "bce_CP_b06FwBss": {
      "type": {
        "count": 375,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584546320
    },
    "bce_CP_b06FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412388
    },
    "bce_CP_b06FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412392
    },
    "bce_CP_b06FwData": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584545824
    },
    "bce_CP_b06FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412372
    },
    "bce_CP_b06FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412376
    },
    "bce_CP_b06FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412356
    },
    "bce_CP_b06FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412352
    },
    "bce_CP_b06FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625480
    },
    "bce_CP_b06FwRodata": {
      "type": {
        "count": 87,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584545968
    },
    "bce_CP_b06FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412380
    },
    "bce_CP_b06FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412384
    },
    "bce_CP_b06FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625484
    },
    "bce_CP_b06FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625488
    },
    "bce_CP_b06FwSbss": {
      "type": {
        "count": 61,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584547824
    },
    "bce_CP_b06FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412396
    },
    "bce_CP_b06FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412400
    },
    "bce_CP_b06FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584548068
    },
    "bce_CP_b06FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412360
    },
    "bce_CP_b06FwText": {
      "type": {
        "count": 5539,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584523664
    },
    "bce_CP_b06FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412364
    },
    "bce_CP_b06FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412368
    },
    "bce_CP_b09FwBss": {
      "type": {
        "count": 104,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584660304
    },
    "bce_CP_b09FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415940
    },
    "bce_CP_b09FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415944
    },
    "bce_CP_b09FwData": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584659696
    },
    "bce_CP_b09FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415924
    },
    "bce_CP_b09FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415928
    },
    "bce_CP_b09FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415908
    },
    "bce_CP_b09FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415904
    },
    "bce_CP_b09FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625572
    },
    "bce_CP_b09FwRodata": {
      "type": {
        "count": 113,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584659840
    },
    "bce_CP_b09FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415932
    },
    "bce_CP_b09FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415936
    },
    "bce_CP_b09FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625576
    },
    "bce_CP_b09FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625580
    },
    "bce_CP_b09FwSbss": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584660720
    },
    "bce_CP_b09FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415948
    },
    "bce_CP_b09FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415952
    },
    "bce_CP_b09FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584660892
    },
    "bce_CP_b09FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415912
    },
    "bce_CP_b09FwText": {
      "type": {
        "count": 5586,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584637344
    },
    "bce_CP_b09FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415916
    },
    "bce_CP_b09FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415920
    },
    "bce_RXP_b06FwBss": {
      "type": {
        "count": 273,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584499328
    },
    "bce_RXP_b06FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412264
    },
    "bce_RXP_b06FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412268
    },
    "bce_RXP_b06FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584499268
    },
    "bce_RXP_b06FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625408
    },
    "bce_RXP_b06FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625412
    },
    "bce_RXP_b06FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412240
    },
    "bce_RXP_b06FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412236
    },
    "bce_RXP_b06FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625404
    },
    "bce_RXP_b06FwRodata": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584499280
    },
    "bce_RXP_b06FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412256
    },
    "bce_RXP_b06FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412260
    },
    "bce_RXP_b06FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625416
    },
    "bce_RXP_b06FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625420
    },
    "bce_RXP_b06FwSbss": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584500432
    },
    "bce_RXP_b06FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412272
    },
    "bce_RXP_b06FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412276
    },
    "bce_RXP_b06FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584500512
    },
    "bce_RXP_b06FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412244
    },
    "bce_RXP_b06FwText": {
      "type": {
        "count": 7349,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584469872
    },
    "bce_RXP_b06FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412248
    },
    "bce_RXP_b06FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412252
    },
    "bce_RXP_b09FwBss": {
      "type": {
        "count": 112,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584636768
    },
    "bce_RXP_b09FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415888
    },
    "bce_RXP_b09FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415892
    },
    "bce_RXP_b09FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584635924
    },
    "bce_RXP_b09FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625556
    },
    "bce_RXP_b09FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625560
    },
    "bce_RXP_b09FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415864
    },
    "bce_RXP_b09FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415860
    },
    "bce_RXP_b09FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625552
    },
    "bce_RXP_b09FwRodata": {
      "type": {
        "count": 208,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584635936
    },
    "bce_RXP_b09FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415880
    },
    "bce_RXP_b09FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415884
    },
    "bce_RXP_b09FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625564
    },
    "bce_RXP_b09FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625568
    },
    "bce_RXP_b09FwSbss": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584637216
    },
    "bce_RXP_b09FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415896
    },
    "bce_RXP_b09FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415900
    },
    "bce_RXP_b09FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584637340
    },
    "bce_RXP_b09FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415868
    },
    "bce_RXP_b09FwText": {
      "type": {
        "count": 9253,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584598912
    },
    "bce_RXP_b09FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415872
    },
    "bce_RXP_b09FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415876
    },
    "bce_TPAT_b06FwBss": {
      "type": {
        "count": 277,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584506640
    },
    "bce_TPAT_b06FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412300
    },
    "bce_TPAT_b06FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412304
    },
    "bce_TPAT_b06FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584506632
    },
    "bce_TPAT_b06FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625428
    },
    "bce_TPAT_b06FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625432
    },
    "bce_TPAT_b06FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412284
    },
    "bce_TPAT_b06FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412280
    },
    "bce_TPAT_b06FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625424
    },
    "bce_TPAT_b06FwRodata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584506636
    },
    "bce_TPAT_b06FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625436
    },
    "bce_TPAT_b06FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625440
    },
    "bce_TPAT_b06FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625444
    },
    "bce_TPAT_b06FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625448
    },
    "bce_TPAT_b06FwSbss": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584507760
    },
    "bce_TPAT_b06FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412308
    },
    "bce_TPAT_b06FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412312
    },
    "bce_TPAT_b06FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584507832
    },
    "bce_TPAT_b06FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412288
    },
    "bce_TPAT_b06FwText": {
      "type": {
        "count": 1526,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584500528
    },
    "bce_TPAT_b06FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412292
    },
    "bce_TPAT_b06FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412296
    },
    "bce_TPAT_b09FwBss": {
      "type": {
        "count": 1198,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584571696
    },
    "bce_TPAT_b09FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415800
    },
    "bce_TPAT_b09FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415804
    },
    "bce_TPAT_b09FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584571680
    },
    "bce_TPAT_b09FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625516
    },
    "bce_TPAT_b09FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625520
    },
    "bce_TPAT_b09FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415776
    },
    "bce_TPAT_b09FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415772
    },
    "bce_TPAT_b09FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625512
    },
    "bce_TPAT_b09FwRodata": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584571684
    },
    "bce_TPAT_b09FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415792
    },
    "bce_TPAT_b09FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415796
    },
    "bce_TPAT_b09FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625524
    },
    "bce_TPAT_b09FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625528
    },
    "bce_TPAT_b09FwSbss": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584576496
    },
    "bce_TPAT_b09FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415808
    },
    "bce_TPAT_b09FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415812
    },
    "bce_TPAT_b09FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584576560
    },
    "bce_TPAT_b09FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415780
    },
    "bce_TPAT_b09FwText": {
      "type": {
        "count": 1216,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584566816
    },
    "bce_TPAT_b09FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415784
    },
    "bce_TPAT_b09FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415788
    },
    "bce_TXP_b06FwBss": {
      "type": {
        "count": 84,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584523216
    },
    "bce_TXP_b06FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412336
    },
    "bce_TXP_b06FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412340
    },
    "bce_TXP_b06FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584523200
    },
    "bce_TXP_b06FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625456
    },
    "bce_TXP_b06FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625460
    },
    "bce_TXP_b06FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412320
    },
    "bce_TXP_b06FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412316
    },
    "bce_TXP_b06FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625452
    },
    "bce_TXP_b06FwRodata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584523204
    },
    "bce_TXP_b06FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625464
    },
    "bce_TXP_b06FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625468
    },
    "bce_TXP_b06FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625472
    },
    "bce_TXP_b06FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625476
    },
    "bce_TXP_b06FwSbss": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584523552
    },
    "bce_TXP_b06FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412344
    },
    "bce_TXP_b06FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412348
    },
    "bce_TXP_b06FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584523660
    },
    "bce_TXP_b06FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412324
    },
    "bce_TXP_b06FwText": {
      "type": {
        "count": 3840,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584507840
    },
    "bce_TXP_b06FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608412328
    },
    "bce_TXP_b06FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608412332
    },
    "bce_TXP_b09FwBss": {
      "type": {
        "count": 148,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584566112
    },
    "bce_TXP_b09FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415756
    },
    "bce_TXP_b09FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415760
    },
    "bce_TXP_b09FwData": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584566044
    },
    "bce_TXP_b09FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625496
    },
    "bce_TXP_b09FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625500
    },
    "bce_TXP_b09FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415732
    },
    "bce_TXP_b09FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415728
    },
    "bce_TXP_b09FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625492
    },
    "bce_TXP_b09FwRodata": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584566048
    },
    "bce_TXP_b09FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415748
    },
    "bce_TXP_b09FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415752
    },
    "bce_TXP_b09FwSDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625504
    },
    "bce_TXP_b09FwSDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625508
    },
    "bce_TXP_b09FwSbss": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584566704
    },
    "bce_TXP_b09FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415764
    },
    "bce_TXP_b09FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415768
    },
    "bce_TXP_b09FwSdata": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584566808
    },
    "bce_TXP_b09FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415736
    },
    "bce_TXP_b09FwText": {
      "type": {
        "count": 3915,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584550384
    },
    "bce_TXP_b09FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608415740
    },
    "bce_TXP_b09FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608415744
    },
    "bce_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568276432
    },
    "bce_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568253216
    },
    "bce_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568261456
    },
    "bce_ctx_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568283456
    },
    "bce_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568258400
    },
    "bce_devs": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bce_type"
        }
      },
      "address": 18446744071584673584
    },
    "bce_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568268992
    },
    "bce_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568285488
    },
    "bce_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608418112
    },
    "bce_fill_pg_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568291856
    },
    "bce_fill_rx_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568292272
    },
    "bce_fw_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568282976
    },
    "bce_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568272768
    },
    "bce_get_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568268848
    },
    "bce_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568294576
    },
    "bce_hdr_split": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418208
    },
    "bce_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568273344
    },
    "bce_ifmedia_sts_rphy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568292816
    },
    "bce_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568273200
    },
    "bce_ifmedia_upd_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568289904
    },
    "bce_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568272960
    },
    "bce_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568285520
    },
    "bce_init_media": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568273072
    },
    "bce_init_pg_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568289520
    },
    "bce_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568273584
    },
    "bce_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568271552
    },
    "bce_load_cpu_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568283904
    },
    "bce_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584673456
    },
    "bce_mgmt_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568280560
    },
    "bce_miibus_read_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568258800
    },
    "bce_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568259808
    },
    "bce_miibus_write_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568259328
    },
    "bce_msi_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418160
    },
    "bce_nvram_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568284416
    },
    "bce_nvram_read_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568285184
    },
    "bce_nvram_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568268512
    },
    "bce_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608418064
    },
    "bce_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608418040
    },
    "bce_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608416080
    },
    "bce_print_adapter_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568280672
    },
    "bce_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568252464
    },
    "bce_pulse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568280336
    },
    "bce_reg_rd_ind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568260256
    },
    "bce_reg_wr_ind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568283248
    },
    "bce_release_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568281424
    },
    "bce_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568260448
    },
    "bce_rv2p_proc1": {
      "type": {
        "count": 574,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584548080
    },
    "bce_rv2p_proc2": {
      "type": {
        "count": 828,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608412416
    },
    "bce_rx_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418168
    },
    "bce_rx_quick_cons_trip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418196
    },
    "bce_rx_quick_cons_trip_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418192
    },
    "bce_rx_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418204
    },
    "bce_rx_ticks_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418200
    },
    "bce_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bce_softc"
        }
      },
      "address": 0
    },
    "bce_set_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568288064
    },
    "bce_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568258656
    },
    "bce_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568272624
    },
    "bce_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568293152
    },
    "bce_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568288800
    },
    "bce_strict_rx_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625584
    },
    "bce_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568290384
    },
    "bce_tso_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418164
    },
    "bce_tx_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418172
    },
    "bce_tx_quick_cons_trip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418180
    },
    "bce_tx_quick_cons_trip_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418176
    },
    "bce_tx_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418188
    },
    "bce_tx_ticks_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418184
    },
    "bce_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608418212
    },
    "bce_xi90_rv2p_proc1": {
      "type": {
        "count": 604,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584666928
    },
    "bce_xi90_rv2p_proc2": {
      "type": {
        "count": 1028,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584669344
    },
    "bce_xi_rv2p_proc1": {
      "type": {
        "count": 574,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584660896
    },
    "bce_xi_rv2p_proc2": {
      "type": {
        "count": 930,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584663200
    },
    "bcent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bcm5401_load_dspcode.dspcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584852384
    },
    "bcm5411_load_dspcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570276064
    },
    "bcn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_buf"
        }
      },
      "address": 0
    },
    "bcn_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bconf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_car_bulkconf"
        }
      },
      "address": 0
    },
    "bconv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bct": {
      "type": {
        "kind": "struct",
        "name": "bcd_clocktime"
      },
      "address": 0
    },
    "bd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bd_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576385696
    },
    "bd_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bd_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bd_prod_fw": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bd_request": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041584
    },
    "bd_shutdown": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613041864
    },
    "bd_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576360544
    },
    "bd_speedupreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041580
    },
    "bdata2bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576383248
    },
    "bdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_block_device_characteristics"
        }
      },
      "address": 0
    },
    "bdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "bdg_mismatch_datapath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571028144
    },
    "bdg_mismatch_datapath.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790140
    },
    "bdg_mismatch_datapath.__cnt.11": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790172
    },
    "bdg_mismatch_datapath.__cnt.14": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790180
    },
    "bdg_mismatch_datapath.__cnt.17": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790188
    },
    "bdg_mismatch_datapath.__cnt.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790148
    },
    "bdg_mismatch_datapath.__cnt.20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790196
    },
    "bdg_mismatch_datapath.__cnt.23": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790204
    },
    "bdg_mismatch_datapath.__cnt.5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790156
    },
    "bdg_mismatch_datapath.__cnt.8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790164
    },
    "bdg_mismatch_datapath.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790136
    },
    "bdg_mismatch_datapath.t0.1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790144
    },
    "bdg_mismatch_datapath.t0.10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790168
    },
    "bdg_mismatch_datapath.t0.13": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790176
    },
    "bdg_mismatch_datapath.t0.16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790184
    },
    "bdg_mismatch_datapath.t0.19": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790192
    },
    "bdg_mismatch_datapath.t0.22": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790200
    },
    "bdg_mismatch_datapath.t0.4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790152
    },
    "bdg_mismatch_datapath.t0.7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790160
    },
    "bdhidirty": {
      "type": {
        "kind": "struct",
        "name": "bufdomainset"
      },
      "address": 18446744071613041768
    },
    "bdiff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bdirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576373296
    },
    "bdirtylock": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071608217344
    },
    "bdirtysub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576374336
    },
    "bdirtywait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041764
    },
    "bdle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdac_bdle"
        }
      },
      "address": 0
    },
    "bdlock": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071608217152
    },
    "bdlodirty": {
      "type": {
        "kind": "struct",
        "name": "bufdomainset"
      },
      "address": 18446744071613041848
    },
    "bdomain": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bufdomain"
        }
      },
      "address": 18446744071608217408
    },
    "bdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576380512
    },
    "bdry": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bdry_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bdwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576372784
    },
    "bdwriteskip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041840
    },
    "be": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kdb_dbbe"
        }
      },
      "address": 0
    },
    "be64dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576188240
    },
    "be_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "be_mac": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "be_uuid_dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770304
    },
    "be_uuid_enc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770208
    },
    "be_wwpn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "beacon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwi_notif_beacon_state"
        }
      },
      "address": 0
    },
    "beacon_miss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362832
    },
    "beacon_period_usec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "beacon_swmiss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577364144
    },
    "beaconintval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "beacontimeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "beeper": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "beeping": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612535144
    },
    "beeping_timer": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071612535152
    },
    "before": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "beg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ppp_frag"
        }
      },
      "address": 0
    },
    "beg1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "begin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "begin_set": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "begin_synchronized_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568784576
    },
    "beginlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "behavior": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "behdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_header_t"
        }
      },
      "address": 0
    },
    "behind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bellbits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bellbits_shifted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bend": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "best": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "best2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bestArm": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bestEntry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ldmEntry_t"
        }
      },
      "address": 0
    },
    "bestLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bestMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "best_cl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fairq_class"
        }
      },
      "address": 0
    },
    "best_cn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "consdev"
        }
      },
      "address": 0
    },
    "best_enum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apic_enumerator"
        }
      },
      "address": 18446744071613490504
    },
    "best_flm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_lookup_module"
        }
      },
      "address": 0
    },
    "best_i": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "best_la": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lacp_aggregator"
        }
      },
      "address": 0
    },
    "best_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_list_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "best_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "best_match": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_matchlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_mod": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "best_policy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addrpolicy"
        }
      },
      "address": 0
    },
    "best_preference": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "best_rate_pct": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_rate_rix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_rate_tt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_rix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_scope": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "best_v": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "best_weight": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "besta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "bestchan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "bestchs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bestdiff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bestformat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bestgendiff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "besthwformat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bestmatchlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bestmod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "modlist"
        }
      },
      "address": 0
    },
    "bestpol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addrpolicy"
        }
      },
      "address": 0
    },
    "bestprio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bestrssi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bestsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_subdisk"
        }
      },
      "address": 0
    },
    "bestspeed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "besttd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "bestver": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "beta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "beta_raw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bextpg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bextpg0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bextpg1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bextpgsiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bextpgsiz0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bextpgsiz1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bool_flags"
        }
      },
      "address": 0
    },
    "bf_buf_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bf_cq": {
      "type": {
        "kind": "struct",
        "name": "ath_bufhead"
      },
      "address": 0
    },
    "bf_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bf_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bf_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bf_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bf_prev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bf_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bf_q": {
      "type": {
        "kind": "struct",
        "name": "ath_bufhead"
      },
      "address": 0
    },
    "bf_qp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bf_reg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bf_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bfaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bfc_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bfcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsm_fcntl_cmd_t"
        }
      },
      "address": 0
    },
    "bfe_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568294944
    },
    "bfe_cam_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568306384
    },
    "bfe_chip_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568300576
    },
    "bfe_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568297072
    },
    "bfe_devs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bfe_type"
        }
      },
      "address": 18446744071608418720
    },
    "bfe_dma_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568304800
    },
    "bfe_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608418664
    },
    "bfe_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568303216
    },
    "bfe_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568303024
    },
    "bfe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568300448
    },
    "bfe_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568305104
    },
    "bfe_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568303392
    },
    "bfe_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568299792
    },
    "bfe_list_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568307776
    },
    "bfe_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584674928
    },
    "bfe_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568298400
    },
    "bfe_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568298496
    },
    "bfe_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568298448
    },
    "bfe_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608418616
    },
    "bfe_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608418592
    },
    "bfe_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608418424
    },
    "bfe_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568294640
    },
    "bfe_readphy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568309232
    },
    "bfe_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568298208
    },
    "bfe_set_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568304832
    },
    "bfe_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568297952
    },
    "bfe_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568300256
    },
    "bfe_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568308208
    },
    "bfe_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568305680
    },
    "bfe_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568298080
    },
    "bfe_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568306688
    },
    "bfe_write_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568306656
    },
    "bfe_writephy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568308992
    },
    "bfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bflink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "bflush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bfm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bfor": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "bfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "bfreg_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bfregs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_bfreg_data"
        }
      },
      "address": 0
    },
    "bfreq_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bfreq_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bgc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bge_allow_asf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608419488
    },
    "bge_ape_driver_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568346576
    },
    "bge_ape_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568347408
    },
    "bge_asf_driver_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568338512
    },
    "bge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568310736
    },
    "bge_chipid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568329200
    },
    "bge_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568333984
    },
    "bge_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568365936
    },
    "bge_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568365728
    },
    "bge_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071608419496
    },
    "bge_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568366064
    },
    "bge_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568365952
    },
    "bge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568325824
    },
    "bge_devs": {
      "type": {
        "count": 97,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bge_type"
        }
      },
      "address": 18446744071584677760
    },
    "bge_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568349072
    },
    "bge_dma_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568348656
    },
    "bge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608419440
    },
    "bge_eaddr_funcs": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 0
    },
    "bge_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568343792
    },
    "bge_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568337376
    },
    "bge_get_eaddr_nvram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568348016
    },
    "bge_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568365664
    },
    "bge_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568338128
    },
    "bge_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568337984
    },
    "bge_ifmedia_upd_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568363040
    },
    "bge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568337264
    },
    "bge_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568349104
    },
    "bge_init_rx_ring_jumbo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568362736
    },
    "bge_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568338704
    },
    "bge_intr_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568329760
    },
    "bge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568335664
    },
    "bge_link_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568339200
    },
    "bge_majorrevs": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bge_revision"
        }
      },
      "address": 18446744071584679232
    },
    "bge_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584677600
    },
    "bge_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568327552
    },
    "bge_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568328608
    },
    "bge_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568328048
    },
    "bge_msi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568338656
    },
    "bge_newbuf_jumbo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568342544
    },
    "bge_newbuf_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568343264
    },
    "bge_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608419392
    },
    "bge_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608419368
    },
    "bge_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608418976
    },
    "bge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568309488
    },
    "bge_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568337472
    },
    "bge_readmem_ind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568330368
    },
    "bge_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568330672
    },
    "bge_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568327392
    },
    "bge_revisions": {
      "type": {
        "count": 67,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bge_revision"
        }
      },
      "address": 18446744071584678160
    },
    "bge_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568340176
    },
    "bge_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bge_softc"
        }
      },
      "address": 0
    },
    "bge_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568359232
    },
    "bge_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568359136
    },
    "bge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568327136
    },
    "bge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568337120
    },
    "bge_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568342288
    },
    "bge_start_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568345920
    },
    "bge_stats_update_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568364336
    },
    "bge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568359712
    },
    "bge_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568327264
    },
    "bge_sysctl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568346192
    },
    "bge_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568363568
    },
    "bge_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568341984
    },
    "bge_vendors": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bge_vendor"
        }
      },
      "address": 18446744071584679616
    },
    "bge_writemem_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568347760
    },
    "bge_writemem_ind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568346256
    },
    "bge_writereg_ind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568347808
    },
    "bgetvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576522496
    },
    "bgmap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bgmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bgscan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_buf_hdr"
        }
      },
      "address": 0
    },
    "bhack": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sk_bcom_hack"
        }
      },
      "address": 0
    },
    "bhost": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlm_host"
        }
      },
      "address": 0
    },
    "bi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_dma_mem"
        }
      },
      "address": 0
    },
    "bi_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf32_Brandinfo"
        }
      },
      "address": 0
    },
    "bias": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "biaslevel": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bid_u32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "bidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_iflist"
        }
      },
      "address": 0
    },
    "bif2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_iflist"
        }
      },
      "address": 0
    },
    "bif_dlt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bif_hdrlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bifc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifbifconf"
        }
      },
      "address": 0
    },
    "bifl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_iflist"
        }
      },
      "address": 0
    },
    "bifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "bifstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifbpstpconf"
        }
      },
      "address": 0
    },
    "big_bytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bigcgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298176
    },
    "bigenough": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "biggestone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "biggestsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bighint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bigobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "bigproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "bigsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bims": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_msource"
        }
      },
      "address": 0
    },
    "bin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bin2bcd_data": {
      "type": {
        "count": 100,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585193392
    },
    "binMagMask": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "binOffsetNumT16": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "binWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bin_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "binary": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_mesg"
        }
      },
      "address": 0
    },
    "bind": {
      "type": {
        "kind": "struct",
        "name": "t_bind"
      },
      "address": 0
    },
    "bind_interdomain": {
      "type": {
        "kind": "struct",
        "name": "evtchn_bind_interdomain"
      },
      "address": 0
    },
    "bind_ipi": {
      "type": {
        "kind": "struct",
        "name": "evtchn_bind_ipi"
      },
      "address": 0
    },
    "bind_txq_to_traffic_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568911616
    },
    "bind_vcpu": {
      "type": {
        "kind": "struct",
        "name": "evtchn_bind_vcpu"
      },
      "address": 0
    },
    "bind_virq": {
      "type": {
        "kind": "struct",
        "name": "evtchn_bind_virq"
      },
      "address": 0
    },
    "bindreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_asybindreq"
        }
      },
      "address": 0
    },
    "bindresvport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579648688
    },
    "binfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "binname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "binpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "binsfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576377136
    },
    "bintime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575665040
    },
    "bintval": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "binuptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575664384
    },
    "bio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "bio_cmd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bio_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bio_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bio_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bio_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bio_transient_maxcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910620
    },
    "biodone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071576378800
    },
    "biofinish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576379392
    },
    "bioops": {
      "type": {
        "kind": "struct",
        "name": "bio_ops"
      },
      "address": 18446744071613041800
    },
    "bioq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio_queue_head"
        }
      },
      "address": 0
    },
    "bioq_batchsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609735384
    },
    "bioq_disksort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878352
    },
    "bioq_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878336
    },
    "bioq_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575877888
    },
    "bioq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575877728
    },
    "bioq_insert_head": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878192
    },
    "bioq_insert_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878272
    },
    "bioq_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575877776
    },
    "bioq_takefirst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878080
    },
    "bios": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "bio"
          }
        }
      },
      "address": 0
    },
    "bios.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bios_add_smap_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581415808
    },
    "bios_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bios_sem": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bios_sigsearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363248
    },
    "bios_value": {
      "type": {
        "kind": "struct",
        "name": "bios_values_t"
      },
      "address": 18446744071610823248
    },
    "bios_vendor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bios_ver": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bios_vmode": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "video_info_t"
        }
      },
      "address": 18446744071610095904
    },
    "bios_x2apic": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "biosadapter": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "video_adapter_t"
        }
      },
      "address": 18446744071613420592
    },
    "biosadapters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420584
    },
    "biosctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "biosize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "biotmap_sz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "biowait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576379184
    },
    "biozone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608209624
    },
    "bip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "bip_sum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "biquad_op": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bit2idx": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585182816
    },
    "bitC": {
      "type": {
        "kind": "struct",
        "name": "HUF_CStream_t"
      },
      "address": 0
    },
    "bitContainer": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bitCost": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitCount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitD": {
      "type": {
        "kind": "struct",
        "name": "BIT_DStream_t"
      },
      "address": 0
    },
    "bitD1": {
      "type": {
        "kind": "struct",
        "name": "BIT_DStream_t"
      },
      "address": 0
    },
    "bitD2": {
      "type": {
        "kind": "struct",
        "name": "BIT_DStream_t"
      },
      "address": 0
    },
    "bitD3": {
      "type": {
        "kind": "struct",
        "name": "BIT_DStream_t"
      },
      "address": 0
    },
    "bitD4": {
      "type": {
        "kind": "struct",
        "name": "BIT_DStream_t"
      },
      "address": 0
    },
    "bitMultiplier": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitPosition": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitStream": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bit_check": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bit_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bit_location": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bit_ntest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580310784
    },
    "bit_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bit_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bit_shift": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bit_vec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "bitcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitmap_initialized": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitmap_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578932032
    },
    "bitmap_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bitmask_alloc_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093440
    },
    "bitmask_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093312
    },
    "bitmask_free_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093552
    },
    "bitmask_get_resize_items": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093184
    },
    "bitmask_get_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093296
    },
    "bitmask_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093104
    },
    "bitmask_should_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093232
    },
    "bitmask_swap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093408
    },
    "bitnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitrev32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581670992
    },
    "bits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitsLeft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitsPerSymbol": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitsShifted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bits_per_symbol": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584182320
    },
    "bits_to_clear": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bits_to_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitsa": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitsb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitsc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitsd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bitsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bitstreamSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bitval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bix_buffer": {
      "type": {
        "kind": "struct",
        "name": "ACPI_BUFFER"
      },
      "address": 0
    },
    "bkpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_breakpoint"
        }
      },
      "address": 0
    },
    "bkring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "bl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bl_order": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585218848
    },
    "black_hole": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626224
    },
    "blackhole_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blacklist": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "count": 32,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071585394464
    },
    "blacklist_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6669ebd89c475787"
      },
      "address": 18446744071613300288
    },
    "blake2-sw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "blake2b-ref.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "blake2b_IV": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "blake2b_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566956528
    },
    "blake2b_final_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566962496
    },
    "blake2b_init_key_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566955936
    },
    "blake2b_init_param_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566955520
    },
    "blake2b_init_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566955744
    },
    "blake2b_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566962832
    },
    "blake2b_sigma": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "count": 16,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 0
    },
    "blake2b_update_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566956320
    },
    "blake2b_xform_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970512
    },
    "blake2b_xform_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970384
    },
    "blake2b_xform_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970432
    },
    "blake2b_xform_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970480
    },
    "blake2s-ref.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "blake2s_IV": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "blake2s_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566964688
    },
    "blake2s_final_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566969216
    },
    "blake2s_init_key_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566964048
    },
    "blake2s_init_param_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566963696
    },
    "blake2s_init_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566963904
    },
    "blake2s_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566969552
    },
    "blake2s_sigma": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "count": 16,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 0
    },
    "blake2s_update_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566964416
    },
    "blake2s_xform_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970688
    },
    "blake2s_xform_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970560
    },
    "blake2s_xform_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970608
    },
    "blake2s_xform_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970656
    },
    "blank": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_buf_build"
        }
      },
      "address": 0
    },
    "bleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blink_screen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572749168
    },
    "blinkers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760648
    },
    "blinkrates": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_19ace96f8e52b0f0"
        }
      },
      "address": 18446744071584798304
    },
    "blist_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575821072
    },
    "blist_avail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575822784
    },
    "blist_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575820864
    },
    "blist_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575821040
    },
    "blist_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575823200
    },
    "blist_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575822800
    },
    "blist_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575823712
    },
    "blist_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575824368
    },
    "blk": {
      "type": {
        "kind": "enum",
        "name": "ice_block"
      },
      "address": 0
    },
    "blk0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blk_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "blk_desc_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blk_id": {
      "type": {
        "kind": "enum",
        "name": "ice_block"
      },
      "address": 0
    },
    "blk_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blk_sizes": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_blk_size_details"
        }
      },
      "address": 18446744071587163280
    },
    "blk_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581428848
    },
    "blkback.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "blkbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "blkcfg": {
      "type": {
        "kind": "struct",
        "name": "virtio_blk_config"
      },
      "address": 0
    },
    "blkcnt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blkcount": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blkelm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trim_blkreq"
        }
      },
      "address": 0
    },
    "blkfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "blkfront.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "blkno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blkoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blkoffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blkofs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "blkp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "blks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blks_per_row": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "blksfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "blksiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blksize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blksperindir": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blksz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bload": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "block": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blockCompressor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "blockEndIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "blockProperties": {
      "type": {
        "kind": "struct",
        "name": "blockProperties_t"
      },
      "address": 0
    },
    "blockSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "blockSizeMax": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "blockStateSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "blockStream": {
      "type": {
        "kind": "struct",
        "name": "BIT_CStream_t"
      },
      "address": 0
    },
    "block_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "block_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612909064
    },
    "block_crc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "block_descriptor_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "block_exp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "block_limits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_block_limits"
        }
      },
      "address": 0
    },
    "block_loopback": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "block_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "block_mouse_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580499984
    },
    "block_msg": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iic_msg"
        }
      },
      "address": 0
    },
    "block_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "block_seeded_status": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610812640
    },
    "block_segs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "block_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "block_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "block_started": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "block_sw_protect": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "blockbuf": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613126992
    },
    "blockcnt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blockcount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "blocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blocked_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612554672
    },
    "blocked_readers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blocked_writers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blocker": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "blockno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blocknum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "blocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "blocksize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "blocksperpage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blocksreleased": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "blp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "blps": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mtx"
          }
        }
      },
      "address": 0
    },
    "bls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_xmit_bls_rsp_wqe_t"
        }
      },
      "address": 0
    },
    "bls_cb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "bls_cb_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "bls_status": {
      "type": {
        "kind": "enum",
        "name": "unnamed_fd7519214978ee69"
      },
      "address": 0
    },
    "blsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "blst_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575824000
    },
    "blst_meta_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575821216
    },
    "blst_meta_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575823248
    },
    "blst_meta_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575822848
    },
    "bm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "bm_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bmac_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bmac_loopback": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "bmap_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bmarg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fiobmap2_arg"
        }
      },
      "address": 0
    },
    "bmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bmbx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "bmbx_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bmccqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_async_evt_grp5_os2bmc"
        }
      },
      "address": 0
    },
    "bmcr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bmic_device_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bmic_phy_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmic_ident_physdev_t"
        }
      },
      "address": 0
    },
    "bmisstimeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bmme_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bmr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bmsafemap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmsafemap"
        }
      },
      "address": 0
    },
    "bmsafemap_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579863824
    },
    "bmsafemaphd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmsafemap_hashhead"
        }
      },
      "address": 0
    },
    "bmsr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bmstat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bmtphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bmtphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570264016
    },
    "bmtphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608507856
    },
    "bmtphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584851392
    },
    "bmtphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584851168
    },
    "bmtphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608507808
    },
    "bmtphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608507784
    },
    "bmtphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608507744
    },
    "bmtphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570263952
    },
    "bmtphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570264640
    },
    "bmtphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570264048
    },
    "bmtphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570264128
    },
    "bmtphys_dp": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584851296
    },
    "bmtphys_lp": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584851248
    },
    "bmval": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_bwrap_adapter"
        }
      },
      "address": 0
    },
    "bnb": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bnd_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377832
    },
    "bnd_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377876
    },
    "bnegative": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bnoreuselist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576520672
    },
    "bnp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bnpercn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bnxt_add_media_types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568427840
    },
    "bnxt_alloc_ctx_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443920
    },
    "bnxt_alloc_ctx_mem_blk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568446240
    },
    "bnxt_alloc_ctx_pg_tbls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568445648
    },
    "bnxt_alloc_hwrm_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568366256
    },
    "bnxt_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568436000
    },
    "bnxt_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568433056
    },
    "bnxt_cfg_async_cr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568393760
    },
    "bnxt_check_hwrm_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568429280
    },
    "bnxt_chip_type": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584691024
    },
    "bnxt_clear_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568444640
    },
    "bnxt_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568448352
    },
    "bnxt_create_config_sysctls_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568423536
    },
    "bnxt_create_config_sysctls_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568418768
    },
    "bnxt_create_hw_lro_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568422416
    },
    "bnxt_create_nvram_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568418352
    },
    "bnxt_create_pause_fc_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421696
    },
    "bnxt_create_port_stats_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568407008
    },
    "bnxt_create_rx_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568415264
    },
    "bnxt_create_tx_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568406304
    },
    "bnxt_create_ver_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568416320
    },
    "bnxt_cuw_db_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443840
    },
    "bnxt_cuw_db_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443792
    },
    "bnxt_cuw_db_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443744
    },
    "bnxt_def_cp_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568445184
    },
    "bnxt_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568436272
    },
    "bnxt_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568441248
    },
    "bnxt_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608420416
    },
    "bnxt_driver_version": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584692344
    },
    "bnxt_find_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568427104
    },
    "bnxt_flow_ctrl_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568422256
    },
    "bnxt_flow_ctrl_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568422096
    },
    "bnxt_flow_ctrl_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421936
    },
    "bnxt_free_ctx_pg_tbls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568447040
    },
    "bnxt_free_hwrm_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568366304
    },
    "bnxt_free_sysctl_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568406000
    },
    "bnxt_func_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568447776
    },
    "bnxt_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568440304
    },
    "bnxt_handle_async_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568446720
    },
    "bnxt_handle_def_cp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568448400
    },
    "bnxt_handle_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568448464
    },
    "bnxt_hash_types": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584691056
    },
    "bnxt_hw_lro_enable_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568422752
    },
    "bnxt_hw_lro_set_max_agg_segs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568423072
    },
    "bnxt_hw_lro_set_max_aggs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568423232
    },
    "bnxt_hw_lro_set_min_agg_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568423392
    },
    "bnxt_hw_lro_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568422912
    },
    "bnxt_hwrm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bnxt_hwrm_alloc_wol_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568400176
    },
    "bnxt_hwrm_cfa_l2_set_rx_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568392048
    },
    "bnxt_hwrm_free_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568392512
    },
    "bnxt_hwrm_free_wol_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568400480
    },
    "bnxt_hwrm_func_backing_store_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568378640
    },
    "bnxt_hwrm_func_backing_store_qcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568377792
    },
    "bnxt_hwrm_func_drv_rgtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568385984
    },
    "bnxt_hwrm_func_drv_unrgtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568386320
    },
    "bnxt_hwrm_func_qcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568386528
    },
    "bnxt_hwrm_func_qcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568387136
    },
    "bnxt_hwrm_func_resc_qcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568380624
    },
    "bnxt_hwrm_func_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568387424
    },
    "bnxt_hwrm_func_rgtr_async_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568401216
    },
    "bnxt_hwrm_fw_get_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568398608
    },
    "bnxt_hwrm_fw_qstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568395968
    },
    "bnxt_hwrm_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568395728
    },
    "bnxt_hwrm_fw_set_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568398976
    },
    "bnxt_hwrm_get_wol_fltrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568399872
    },
    "bnxt_hwrm_l2_filter_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568392624
    },
    "bnxt_hwrm_l2_filter_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568392304
    },
    "bnxt_hwrm_min_ver_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568418080
    },
    "bnxt_hwrm_nvm_erase_dir_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568396800
    },
    "bnxt_hwrm_nvm_find_dir_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568394560
    },
    "bnxt_hwrm_nvm_get_dev_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568397664
    },
    "bnxt_hwrm_nvm_get_dir_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568397328
    },
    "bnxt_hwrm_nvm_get_dir_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568397040
    },
    "bnxt_hwrm_nvm_install_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568398032
    },
    "bnxt_hwrm_nvm_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568395296
    },
    "bnxt_hwrm_nvm_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568394960
    },
    "bnxt_hwrm_nvm_verify_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568398368
    },
    "bnxt_hwrm_nvm_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568396208
    },
    "bnxt_hwrm_passthrough": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568381056
    },
    "bnxt_hwrm_port_phy_qcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568399232
    },
    "bnxt_hwrm_port_qstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568391808
    },
    "bnxt_hwrm_queue_qportcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568366368
    },
    "bnxt_hwrm_reserve_pf_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568393440
    },
    "bnxt_hwrm_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568390624
    },
    "bnxt_hwrm_ring_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568390304
    },
    "bnxt_hwrm_ring_grp_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568389776
    },
    "bnxt_hwrm_ring_grp_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568390080
    },
    "bnxt_hwrm_ring_info_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568401920
    },
    "bnxt_hwrm_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568393168
    },
    "bnxt_hwrm_set_coal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568400720
    },
    "bnxt_hwrm_set_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568393072
    },
    "bnxt_hwrm_set_link_setting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568387632
    },
    "bnxt_hwrm_stat_ctx_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568391504
    },
    "bnxt_hwrm_stat_ctx_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568391280
    },
    "bnxt_hwrm_ver_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568384592
    },
    "bnxt_hwrm_vnic_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568389008
    },
    "bnxt_hwrm_vnic_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568388384
    },
    "bnxt_hwrm_vnic_ctx_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568389520
    },
    "bnxt_hwrm_vnic_ctx_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568389296
    },
    "bnxt_hwrm_vnic_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568388784
    },
    "bnxt_hwrm_vnic_set_hds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568388144
    },
    "bnxt_hwrm_vnic_tpa_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568394240
    },
    "bnxt_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443296
    },
    "bnxt_if_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568440480
    },
    "bnxt_iflib_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608420864
    },
    "bnxt_iflib_methods": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584693808
    },
    "bnxt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568437248
    },
    "bnxt_init_sysctl_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568405376
    },
    "bnxt_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568427056
    },
    "bnxt_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568440560
    },
    "bnxt_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568424512
    },
    "bnxt_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568426960
    },
    "bnxt_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568425232
    },
    "bnxt_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568426752
    },
    "bnxt_isc_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568424144
    },
    "bnxt_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568423552
    },
    "bnxt_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568424112
    },
    "bnxt_map_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568445424
    },
    "bnxt_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568439760
    },
    "bnxt_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568439296
    },
    "bnxt_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584692368
    },
    "bnxt_mgmt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bnxt_mgmt_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608419888
    },
    "bnxt_mgmt_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568402400
    },
    "bnxt_mgmt_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610625624
    },
    "bnxt_mgmt_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568402416
    },
    "bnxt_mgmt_loader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568402192
    },
    "bnxt_mgmt_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608419864
    },
    "bnxt_mgmt_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568402384
    },
    "bnxt_mgmtmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608419824
    },
    "bnxt_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568441392
    },
    "bnxt_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568439200
    },
    "bnxt_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568438960
    },
    "bnxt_num_pfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625632
    },
    "bnxt_package_ver_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568417712
    },
    "bnxt_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608420368
    },
    "bnxt_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608420344
    },
    "bnxt_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608420208
    },
    "bnxt_priv_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568442144
    },
    "bnxt_promisc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568440160
    },
    "bnxt_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568432704
    },
    "bnxt_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568429472
    },
    "bnxt_report_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568427264
    },
    "bnxt_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443232
    },
    "bnxt_rss_grp_tbl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568447616
    },
    "bnxt_rss_key_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568419568
    },
    "bnxt_rss_type_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568419984
    },
    "bnxt_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568440848
    },
    "bnxt_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568430640
    },
    "bnxt_rx_stall_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568420608
    },
    "bnxt_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071608420480
    },
    "bnxt_set_coal_rx_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421024
    },
    "bnxt_set_coal_rx_frames_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421216
    },
    "bnxt_set_coal_rx_usecs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568420928
    },
    "bnxt_set_coal_rx_usecs_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421120
    },
    "bnxt_set_coal_tx_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421408
    },
    "bnxt_set_coal_tx_frames_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421600
    },
    "bnxt_set_coal_tx_usecs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421312
    },
    "bnxt_set_coal_tx_usecs_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568421504
    },
    "bnxt_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443216
    },
    "bnxt_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568438864
    },
    "bnxt_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443200
    },
    "bnxt_sysctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bnxt_thor_db_nq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443648
    },
    "bnxt_thor_db_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443376
    },
    "bnxt_thor_db_rx_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443440
    },
    "bnxt_thor_db_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443312
    },
    "bnxt_thor_db_tx_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568443552
    },
    "bnxt_tx_lhint": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584691152
    },
    "bnxt_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568440768
    },
    "bnxt_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568429488
    },
    "bnxt_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071608420072
    },
    "bnxt_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bnxt_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568440352
    },
    "bnxt_validate_hw_lro_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568394112
    },
    "bnxt_vendor_info_array": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071584692496
    },
    "bnxt_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568441952
    },
    "bnxt_vlan_strip_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568420768
    },
    "bnxt_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568442032
    },
    "bnxt_wol_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568446912
    },
    "bo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bufobj"
        }
      },
      "address": 0
    },
    "bo_bs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "board": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ida_board"
        }
      },
      "address": 0
    },
    "board_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "board_id": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ida_board"
        }
      },
      "address": 18446744071608483248
    },
    "boardname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "boardpn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bobjs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_356fbfeccd9ef1e0"
        }
      },
      "address": 0
    },
    "body": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bodysz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "boff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "boffset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bogus": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "bogus_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 18446744071613313704
    },
    "bold_map": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bond": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bond_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bond_list": {
      "type": {
        "kind": "struct",
        "name": "list_head"
      },
      "address": 0
    },
    "boost": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_boost_tcam_section"
        }
      },
      "address": 0
    },
    "boot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "bootAP": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613445344
    },
    "bootMP_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189266
    },
    "bootSTK": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613445336
    },
    "boot_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "boot_cpu_data": {
      "type": {
        "kind": "struct",
        "name": "cpuinfo_x86"
      },
      "address": 18446744071613282194
    },
    "boot_cpu_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168800
    },
    "boot_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "boot_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "boot_env_to_howto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575825488
    },
    "boot_howto_to_env": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575825632
    },
    "boot_id": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071612553568
    },
    "boot_max_nr_grant_frames": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612444440
    },
    "boot_parse_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826096
    },
    "boot_parse_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826592
    },
    "boot_parse_cmdline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826512
    },
    "boot_parse_cmdline_delim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826432
    },
    "boot_run_interrupt_driven_config_hooks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575820080
    },
    "boot_sector": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bootable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bootcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189232
    },
    "bootdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189240
    },
    "bootdone": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612534240
    },
    "booted": {
      "type": {
        "kind": "enum",
        "name": "unnamed_4a6583d48ebd3375"
      },
      "address": 18446744071613299000
    },
    "boothowto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529824
    },
    "bootid_lk": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612553536
    },
    "bootid_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609690000
    },
    "bootid_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609686144
    },
    "bootid_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609686168
    },
    "bootmem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613298912
    },
    "bootmethod": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613439472
    },
    "bootopt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bootpcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613484016
    },
    "bootstack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610466304
    },
    "bootstacks": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 18446744071613445360
    },
    "bootstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613298920
    },
    "bootstrap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "boottime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "boottimebin": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "boottrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575108144
    },
    "boottrace_display": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575106928
    },
    "boottrace_dump_console": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575106832
    },
    "boottrace_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209676
    },
    "boottrace_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575110192
    },
    "boottrace_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575108992
    },
    "boottrace_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575109104
    },
    "boottrace_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609642400
    },
    "bootverbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529828
    },
    "border": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "born": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "borrow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rm_class"
        }
      },
      "address": 0
    },
    "borrowed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rm_class_t"
        }
      },
      "address": 0
    },
    "borrows": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rm_class_t"
        }
      },
      "address": 0
    },
    "bot": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "botSum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bottom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bottom_reserved_for_rss_bitmap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bounce_bus_dma_id_mapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581284128
    },
    "bounce_bus_dma_tag_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283536
    },
    "bounce_bus_dma_tag_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283888
    },
    "bounce_bus_dma_tag_set_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581284000
    },
    "bounce_bus_dmamap_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581287632
    },
    "bounce_bus_dmamap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581284224
    },
    "bounce_bus_dmamap_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581284704
    },
    "bounce_bus_dmamap_load_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581286848
    },
    "bounce_bus_dmamap_load_ma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581285344
    },
    "bounce_bus_dmamap_load_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581286208
    },
    "bounce_bus_dmamap_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581288192
    },
    "bounce_bus_dmamap_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581287664
    },
    "bounce_bus_dmamap_waitok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581287584
    },
    "bounce_bus_dmamem_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581284784
    },
    "bounce_bus_dmamem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581285280
    },
    "bounce_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613439272
    },
    "bounce_map_callbacklist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e68aebda9e621b01"
      },
      "address": 18446744071613439256
    },
    "bounce_sgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_sglist"
        }
      },
      "address": 0
    },
    "bounce_str": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587078838
    },
    "bounce_zone_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e11731a45d7327eb"
      },
      "address": 18446744071613439240
    },
    "bound": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bound_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bound_so": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "boundary": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bounds": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "box": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "bp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bstp_port"
        }
      },
      "address": 0
    },
    "bp3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "bp_bdskip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bp_bn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bp_cached": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bp_cb_fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "bp_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "bp_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "bp_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bpf_if"
        }
      },
      "address": 0
    },
    "bpa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "bpad": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bpage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bounce_page"
        }
      },
      "address": 0
    },
    "bpages_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161600
    },
    "bpcpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bpdom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bpdu": {
      "type": {
        "kind": "struct",
        "name": "bstp_cbpdu"
      },
      "address": 0
    },
    "bperiod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bpf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bpf_append_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576767888
    },
    "bpf_append_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576768736
    },
    "bpf_attachd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576785568
    },
    "bpf_bpfd_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046244
    },
    "bpf_buf_reclaimed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576772784
    },
    "bpf_buffer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bpf_buffer_append_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786992
    },
    "bpf_buffer_append_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576787024
    },
    "bpf_buffer_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576787056
    },
    "bpf_buffer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576787152
    },
    "bpf_buffer_ioctl_sblen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576787168
    },
    "bpf_buffer_uiomove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576787568
    },
    "bpf_bufheld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765856
    },
    "bpf_bufsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609819568
    },
    "bpf_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609819024
    },
    "bpf_code_map": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584048288
    },
    "bpf_detachd_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576770640
    },
    "bpf_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576772880
    },
    "bpf_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576783776
    },
    "bpf_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576787600
    },
    "bpf_filter.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bpf_get_bp_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576770224
    },
    "bpf_getdltlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576784928
    },
    "bpf_iflist": {
      "type": {
        "kind": "struct",
        "name": "bpf_iflist"
      },
      "address": 18446744071613046208
    },
    "bpf_maxbufsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609819572
    },
    "bpf_maxinsns": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609818496
    },
    "bpf_mtap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576768000
    },
    "bpf_mtap2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576768848
    },
    "bpf_mtap2_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576769712
    },
    "bpf_mtap_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576768800
    },
    "bpf_program_buffer_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576784512
    },
    "bpf_setdlt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576785168
    },
    "bpf_setif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576785344
    },
    "bpf_stats_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576771408
    },
    "bpf_stats_sysctl.zerostats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585221096
    },
    "bpf_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613046176
    },
    "bpf_tap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765888
    },
    "bpf_tap_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576767952
    },
    "bpf_timed_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786288
    },
    "bpf_track": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226912
    },
    "bpf_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576789200
    },
    "bpf_zero_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576772224
    },
    "bpf_zerocopy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bpf_zerocopy_append_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576789504
    },
    "bpf_zerocopy_append_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576789696
    },
    "bpf_zerocopy_buf_reclaimed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576790032
    },
    "bpf_zerocopy_buffull": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576789936
    },
    "bpf_zerocopy_bufheld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576789984
    },
    "bpf_zerocopy_canfreebuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576790048
    },
    "bpf_zerocopy_canwritebuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576790096
    },
    "bpf_zerocopy_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046240
    },
    "bpf_zerocopy_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576790128
    },
    "bpf_zerocopy_ioctl_getzmax": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576790464
    },
    "bpf_zerocopy_ioctl_rotzbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576790480
    },
    "bpf_zerocopy_ioctl_setzbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576790720
    },
    "bpfattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576769760
    },
    "bpfattach2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576769792
    },
    "bpfd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576784288
    },
    "bpfd_rele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576784208
    },
    "bpfdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576770272
    },
    "bpfdev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609818952
    },
    "bpfif_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576772832
    },
    "bpfioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576776256
    },
    "bpfkqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576783520
    },
    "bpfopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576772976
    },
    "bpfpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576783120
    },
    "bpfread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576773392
    },
    "bpfread_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609819208
    },
    "bpfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs"
        }
      },
      "address": 0
    },
    "bpfstats_fill_xbpf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576772496
    },
    "bpfwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576774512
    },
    "bpfwrite_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609819248
    },
    "bphy_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bpl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bplocked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "bpn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "bpos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bpos0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bpos1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "buf"
          }
        }
      },
      "address": 0
    },
    "bprc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bpreq": {
      "type": {
        "kind": "struct",
        "name": "ifbpstpreq"
      },
      "address": 0
    },
    "bproto_sum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_bdg_polling_state"
        }
      },
      "address": 0
    },
    "bpt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bpt_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376744
    },
    "bpt_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376788
    },
    "bptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "bq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_batchqueue"
        }
      },
      "address": 0
    },
    "bq_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576363408
    },
    "bqempty": {
      "type": {
        "kind": "struct",
        "name": "bufqueue"
      },
      "address": 18446744071608217216
    },
    "bqrelse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576373840
    },
    "br": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "br_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "br_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "br_dsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "br_dsize0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "br_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "br_new": {
      "type": {
        "kind": "struct",
        "name": "bsearch4_record"
      },
      "address": 0
    },
    "br_prev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsearch4_record"
        }
      },
      "address": 0
    },
    "br_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsearch4_record"
        }
      },
      "address": 0
    },
    "br_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "bra_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bra_opt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_fw_bra_option"
        }
      },
      "address": 0
    },
    "bra_option_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bra_option_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "brand": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "brand_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf32_Brandinfo"
        }
      },
      "address": 0
    },
    "brandnote_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575087040
    },
    "brates": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "brd_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "brdctl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "brddat": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "brddst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_vale_q"
        }
      },
      "address": 0
    },
    "brdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "breada": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576369024
    },
    "breadn_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576366224
    },
    "breakc": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "breakout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "brelse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576369632
    },
    "brelvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576523072
    },
    "bremfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576365664
    },
    "bremfreef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576365680
    },
    "breq": {
      "type": {
        "kind": "struct",
        "name": "ifbreq"
      },
      "address": 0
    },
    "bret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blkif_response_t"
        }
      },
      "address": 0
    },
    "brgphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "brgphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570265328
    },
    "brgphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608508064
    },
    "brgphy_ethernet_wirespeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570277104
    },
    "brgphy_fixup_ber_bug.dspcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584852480
    },
    "brgphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584852352
    },
    "brgphy_jumbo_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570276320
    },
    "brgphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584851600
    },
    "brgphy_mii_phy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570275472
    },
    "brgphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608508016
    },
    "brgphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608507992
    },
    "brgphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608507952
    },
    "brgphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570265296
    },
    "brgphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570270080
    },
    "brgphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570266512
    },
    "brgphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570268768
    },
    "brgphys": {
      "type": {
        "count": 42,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584851680
    },
    "bridge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "bridge_altq_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576864368
    },
    "bridge_altq_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576864912
    },
    "bridge_batch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609083808
    },
    "bridge_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576878992
    },
    "bridge_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576861232
    },
    "bridge_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576862032
    },
    "bridge_clone_destroy_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576883984
    },
    "bridge_control_table": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bridge_control"
        }
      },
      "address": 18446744071585226816
    },
    "bridge_control_table_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bridge_delete_member": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576875072
    },
    "bridge_delete_member_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576877040
    },
    "bridge_detach_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613050688
    },
    "bridge_dn_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050816
    },
    "bridge_dummynet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576884304
    },
    "bridge_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576876256
    },
    "bridge_forward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576883216
    },
    "bridge_fragment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576881808
    },
    "bridge_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576884464
    },
    "bridge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576865344
    },
    "bridge_inject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576865904
    },
    "bridge_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576865952
    },
    "bridge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576862832
    },
    "bridge_ioctl_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576868176
    },
    "bridge_ioctl_addspan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872800
    },
    "bridge_ioctl_daddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576871760
    },
    "bridge_ioctl_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576869552
    },
    "bridge_ioctl_delspan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873072
    },
    "bridge_ioctl_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872064
    },
    "bridge_ioctl_gbparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873200
    },
    "bridge_ioctl_gcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576870448
    },
    "bridge_ioctl_gfd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872480
    },
    "bridge_ioctl_ght": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872416
    },
    "bridge_ioctl_gifflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576869664
    },
    "bridge_ioctl_gifs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576870464
    },
    "bridge_ioctl_gifsstp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873376
    },
    "bridge_ioctl_gma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872544
    },
    "bridge_ioctl_gpri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872352
    },
    "bridge_ioctl_grte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873360
    },
    "bridge_ioctl_gto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576871744
    },
    "bridge_ioctl_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576871088
    },
    "bridge_ioctl_saddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576871568
    },
    "bridge_ioctl_scache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576870256
    },
    "bridge_ioctl_sfd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872512
    },
    "bridge_ioctl_sht": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872448
    },
    "bridge_ioctl_sifcost": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872704
    },
    "bridge_ioctl_sifflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576869968
    },
    "bridge_ioctl_sifmaxaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873808
    },
    "bridge_ioctl_sifprio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872608
    },
    "bridge_ioctl_sma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872576
    },
    "bridge_ioctl_spri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576872384
    },
    "bridge_ioctl_sproto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873744
    },
    "bridge_ioctl_sto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576871728
    },
    "bridge_ioctl_stxhc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873776
    },
    "bridge_is_pcie": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "bridge_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bridge_linkstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576874528
    },
    "bridge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609823880
    },
    "bridge_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576884176
    },
    "bridge_mutecaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576874752
    },
    "bridge_name": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585226768
    },
    "bridge_ops": {
      "type": {
        "kind": "struct",
        "name": "bstp_cb_ops"
      },
      "address": 18446744071609823808
    },
    "bridge_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576873904
    },
    "bridge_pfil": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576879584
    },
    "bridge_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576865328
    },
    "bridge_reassign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576865584
    },
    "bridge_rtable_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576882800
    },
    "bridge_rtable_prune_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609822312
    },
    "bridge_rtage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576877152
    },
    "bridge_rtnode_destroy_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576877072
    },
    "bridge_rtnode_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576878416
    },
    "bridge_rtnode_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576876624
    },
    "bridge_rtupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576877312
    },
    "bridge_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576882672
    },
    "bridge_state_change.stpstates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585227312
    },
    "bridge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576867872
    },
    "bridge_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576882528
    },
    "bridge_to": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kkif"
        }
      },
      "address": 0
    },
    "bridge_to_kif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kkif"
        }
      },
      "address": 0
    },
    "bridge_tunnel_header": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585322038
    },
    "bridge_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bridge_type_strings": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587150048
    },
    "bridged": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bridgeptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "bridges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_bridge"
        }
      },
      "address": 0
    },
    "bridgestp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bridgestpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609819624
    },
    "bright": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "brk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "broadaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "broadcast_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "broadcastaddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071587150000
    },
    "broken_txfifo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909536
    },
    "brr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_blockread_response"
        }
      },
      "address": 0
    },
    "brt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_rtnode"
        }
      },
      "address": 0
    },
    "brwsection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608205312
    },
    "bs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bstp_state"
        }
      },
      "address": 0
    },
    "bsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "brgphy_softc"
        }
      },
      "address": 0
    },
    "bsd_acpi_get_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820416
    },
    "bsd_alias_match": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "g_part_bsd_alias"
        }
      },
      "address": 18446744071585151616
    },
    "bsd_disklabel_le_dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574686336
    },
    "bsd_disklabel_le_enc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574686928
    },
    "bsd_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bsd_msgs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iic_msg"
        }
      },
      "address": 0
    },
    "bsd_nvpair.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bsd_parse_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574819520
    },
    "bsd_partition_le_dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574686288
    },
    "bsd_partition_le_enc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574686880
    },
    "bsd_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bsd_status_to_pqi_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269072
    },
    "bsddev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "bsdflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bsearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650976
    },
    "bsearch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bsearch4_add_route_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577651840
    },
    "bsearch4_change_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577651824
    },
    "bsearch4_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577651760
    },
    "bsearch4_end_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577651952
    },
    "bsearch4_get_pref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577652800
    },
    "bsearch4_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577651552
    },
    "bsearch4_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653680
    },
    "bsh": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bshift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bslide": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 0
    },
    "bsm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "au_record"
        }
      },
      "address": 0
    },
    "bsm_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bsm_domains": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bsm_domain"
        }
      },
      "address": 18446744071585402752
    },
    "bsm_domains_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bsm_errno.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bsm_errnos": {
      "type": {
        "count": 154,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bsm_errno"
        }
      },
      "address": 18446744071585403280
    },
    "bsm_fcntl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bsm_fcntl_cmd_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bsm_fcntl_cmdtab": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bsm_fcntl_cmd_t"
        }
      },
      "address": 18446744071585405440
    },
    "bsm_rec_verify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579715472
    },
    "bsm_socket_type.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bsm_socket_types": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bsm_socket_type"
        }
      },
      "address": 18446744071585405712
    },
    "bsm_socket_types_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bsm_token.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bsme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsm_errno"
        }
      },
      "address": 0
    },
    "bsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "bootsector"
        }
      },
      "address": 0
    },
    "bspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_node"
        }
      },
      "address": 0
    },
    "bssPhyParamForAC_BE": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "phyParamType"
        }
      },
      "address": 18446744071585253792
    },
    "bssPhyParamForAC_VI": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "phyParamType"
        }
      },
      "address": 18446744071585253344
    },
    "bssPhyParamForAC_VO": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "phyParamType"
        }
      },
      "address": 18446744071585253568
    },
    "bss_changed": {
      "type": {
        "kind": "enum",
        "name": "ieee80211_bss_changed"
      },
      "address": 0
    },
    "bss_conf_ps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bsschan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "bssid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bssp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wmeParams"
        }
      },
      "address": 0
    },
    "bst": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bst_buffer": {
      "type": {
        "kind": "struct",
        "name": "ACPI_BUFFER"
      },
      "address": 0
    },
    "bstart": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bstate": {
      "type": {
        "kind": "enum",
        "name": "unnamed_20eb3ec32aa8046e"
      },
      "address": 0
    },
    "bstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_car_bulkstats"
        }
      },
      "address": 0
    },
    "bstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsm_socket_type"
        }
      },
      "address": 0
    },
    "bstp_assign_roles": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576802496
    },
    "bstp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576797760
    },
    "bstp_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576799936
    },
    "bstp_decode_bpdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576804256
    },
    "bstp_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576802400
    },
    "bstp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576798096
    },
    "bstp_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576802224
    },
    "bstp_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576800880
    },
    "bstp_etheraddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585222896
    },
    "bstp_ifupdstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576797152
    },
    "bstp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576798272
    },
    "bstp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576791856
    },
    "bstp_linkstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576796928
    },
    "bstp_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_02b4aec76a85d29d"
      },
      "address": 18446744071613046288
    },
    "bstp_list_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613046256
    },
    "bstp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609819688
    },
    "bstp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576808208
    },
    "bstp_notify_rtage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576800608
    },
    "bstp_notify_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576800560
    },
    "bstp_pdu_bettersame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576806528
    },
    "bstp_received_bpdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576804480
    },
    "bstp_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576792752
    },
    "bstp_set_autoedge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576796432
    },
    "bstp_set_autoptp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576796752
    },
    "bstp_set_edge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576796272
    },
    "bstp_set_fdelay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576793632
    },
    "bstp_set_holdcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576793952
    },
    "bstp_set_htime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576792576
    },
    "bstp_set_maxage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576793792
    },
    "bstp_set_path_cost": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576795936
    },
    "bstp_set_port_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576795776
    },
    "bstp_set_port_role": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576794544
    },
    "bstp_set_port_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576799824
    },
    "bstp_set_port_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576794928
    },
    "bstp_set_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576795616
    },
    "bstp_set_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576794128
    },
    "bstp_set_ptp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576796624
    },
    "bstp_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576799600
    },
    "bstp_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576798464
    },
    "bstp_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576806720
    },
    "bstp_transmit_bpdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576807120
    },
    "bstp_update_roles": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576801104
    },
    "bstp_update_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576805584
    },
    "bstr": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612534176
    },
    "bt1": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "bt2": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "bt2dh": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "btLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "btLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "btMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "btScale": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "btVTables": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_LazyVTable"
            }
          }
        }
      },
      "address": 0
    },
    "bt_chan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bt_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_bt_coex_cmd"
      },
      "address": 0
    },
    "bt_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bt_freetrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576035472
    },
    "bt_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bt_tickthreshold": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 18446744071612807624
    },
    "bt_timethreshold": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 18446744071612807608
    },
    "btag": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "btcoex_3wire": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "btconfig": {
      "type": {
        "kind": "struct",
        "name": "iwn6000_btcoex_config"
      },
      "address": 0
    },
    "btconfig2k": {
      "type": {
        "kind": "struct",
        "name": "iwn2000_btcoex_config"
      },
      "address": 0
    },
    "btext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565852672
    },
    "btfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bt_t"
        }
      },
      "address": 0
    },
    "btinfo": {
      "type": {
        "kind": "struct",
        "name": "HAL_BT_COEX_INFO"
      },
      "address": 0
    },
    "btn_ids": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608329264
    },
    "btnew": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bt_t"
        }
      },
      "address": 0
    },
    "btp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bintime"
        }
      },
      "address": 0
    },
    "btprev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bt_t"
        }
      },
      "address": 0
    },
    "btprio": {
      "type": {
        "kind": "struct",
        "name": "iwn_btcoex_priotable"
      },
      "address": 0
    },
    "btprot": {
      "type": {
        "kind": "struct",
        "name": "iwn_btcoex_prot"
      },
      "address": 0
    },
    "btspan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bt_t"
        }
      },
      "address": 0
    },
    "btstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "btype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bw_upcall"
        }
      },
      "address": 0
    },
    "bucket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_cache_bucket"
        }
      },
      "address": 0
    },
    "bucketIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bucketLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bucketSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bucketStartIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bucket_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580136592
    },
    "bucket_cache_reclaim_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580131312
    },
    "bucket_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580130976
    },
    "bucket_hash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bucket_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bucket_locked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "bucket_time_ms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bucket_zones": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "uma_bucket_zone"
        }
      },
      "address": 18446744071610067056
    },
    "bucketdisable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610068396
    },
    "bucketlocks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx_padalign"
        }
      },
      "address": 18446744071608212288
    },
    "budget": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "budget_left": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buf": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613041592
    },
    "buf1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "buf1_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buf2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "buf2_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bufAddrList": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "bufSize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buf_bytes": {
      "type": {
        "count": 72,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "buf_consumed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buf_copy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "buf_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buf_cpy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "buf_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576386784
    },
    "buf_daemon_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576387968
    },
    "buf_dev": {
      "type": {
        "kind": "struct",
        "name": "usb_page_search"
      },
      "address": 0
    },
    "buf_dirty_count_severe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576375120
    },
    "buf_domains": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608212048
    },
    "buf_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "buf_ep": {
      "type": {
        "kind": "struct",
        "name": "usb_page_search"
      },
      "address": 0
    },
    "buf_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buf_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576364304
    },
    "buf_ind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buf_inp": {
      "type": {
        "kind": "struct",
        "name": "usb_page_search"
      },
      "address": 0
    },
    "buf_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071609793768
    },
    "buf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "buf_len32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buf_new": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "buf_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buf_old": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "buf_ops_bio": {
      "type": {
        "kind": "struct",
        "name": "buf_ops"
      },
      "address": 18446744071609789296
    },
    "buf_ops_newnfs": {
      "type": {
        "kind": "struct",
        "name": "buf_ops"
      },
      "address": 18446744071609547424
    },
    "buf_pager_relbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041796
    },
    "buf_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "buf_recycle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576386080
    },
    "buf_regs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pbf_pN_buf_regs"
        }
      },
      "address": 0
    },
    "buf_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576364576
    },
    "buf_report_event": {
      "type": {
        "kind": "struct",
        "name": "dma_mem_t"
      },
      "address": 0
    },
    "buf_res": {
      "type": {
        "kind": "struct",
        "name": "usb_page_search"
      },
      "address": 0
    },
    "buf_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575865472
    },
    "buf_ring_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577750816
    },
    "buf_ring_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575865568
    },
    "buf_scp": {
      "type": {
        "kind": "struct",
        "name": "usb_page_search"
      },
      "address": 0
    },
    "buf_set_event": {
      "type": {
        "kind": "struct",
        "name": "dma_mem_t"
      },
      "address": 0
    },
    "buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "buf_subenc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_enc_desc"
        }
      },
      "address": 0
    },
    "buf_sz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "buf_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag"
        }
      },
      "address": 0
    },
    "buf_tmr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "buf_tmr_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "buf_trie_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576561184
    },
    "buf_trie_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576561216
    },
    "buf_trie_smr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smr"
        }
      },
      "address": 18446744071613045928
    },
    "buf_trie_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613045920
    },
    "buf_vlist_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576522768
    },
    "buf_wmesg": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585191168
    },
    "buf_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613041664
    },
    "bufbdflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576359536
    },
    "bufdaemon_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793160
    },
    "bufdaemonproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613041832
    },
    "bufdefragcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041720
    },
    "bufdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576379696
    },
    "bufend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "buffInSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "buffOutSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "buff_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "buff_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buff_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "buffer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bufferSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bufferSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "buffer_arena": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem_t"
        }
      },
      "address": 18446744071609750640
    },
    "buffer_arena_storage": {
      "type": {
        "kind": "struct",
        "name": "vmem"
      },
      "address": 18446744071613001024
    },
    "buffer_blkoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buffer_length": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buffer_ma": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "buffer_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buffer_packing": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450028
    },
    "buffer_remaining": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buffer_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buffer_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "buffered": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bufferlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bufferptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "buffreekvacnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041712
    },
    "bufh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "deflate_buf"
        }
      },
      "address": 0
    },
    "bufinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576361408
    },
    "bufkva_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576391120
    },
    "bufkva_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576363888
    },
    "bufkvaspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041728
    },
    "buflen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "buflen1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "buflim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "buflist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cluster_save"
        }
      },
      "address": 0
    },
    "bufmallocspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041856
    },
    "bufmtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "malloc_type"
          }
        }
      },
      "address": 0
    },
    "bufobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bufobj"
        }
      },
      "address": 0
    },
    "bufobj_cleanq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041792
    },
    "bufobj_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576382960
    },
    "bufobj_init.bufobj_cleanq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613041792
    },
    "bufobj_invalbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576518976
    },
    "bufobj_wdrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576380352
    },
    "bufobj_wref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576371552
    },
    "bufobj_wrefl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576383088
    },
    "bufobj_wwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576383104
    },
    "bufp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "deflate_buf"
        }
      },
      "address": 0
    },
    "bufptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bufqueue_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576365824
    },
    "bufqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576392656
    },
    "bufr": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "bufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_buf_table"
        }
      },
      "address": 0
    },
    "bufshutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576364832
    },
    "bufshutdown.first_buf_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613041736
    },
    "bufsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bufsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bufspace_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576388224
    },
    "bufspace_daemon_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576389184
    },
    "bufspace_daemon_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576391984
    },
    "bufspace_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576391344
    },
    "bufspacethresh": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041624
    },
    "bufstart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "bufstrategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576359376
    },
    "bufsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576359456
    },
    "bufsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buftype": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bufwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576369536
    },
    "bufwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576358656
    },
    "build_medialist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568785808
    },
    "build_native_sgl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "build_prp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "build_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576719056
    },
    "bulk_min": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585052606
    },
    "bun": {
      "type": {
        "count": 45,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584787408
    },
    "bundirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576371680
    },
    "bundled_fw": {
      "type": {
        "kind": "struct",
        "name": "fw_h"
      },
      "address": 0
    },
    "burst": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "burstDur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "burst_max": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "burst_size_to_prog": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "burstsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bus0_seen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613400440
    },
    "bus_activate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575840928
    },
    "bus_activate_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613368
    },
    "bus_add_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613296
    },
    "bus_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bus_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575851200
    },
    "bus_adjust_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613464
    },
    "bus_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575851008
    },
    "bus_alloc_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613344
    },
    "bus_alloc_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575850256
    },
    "bus_bind_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575852416
    },
    "bus_bind_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613800
    },
    "bus_child_deleted_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613224
    },
    "bus_child_detached_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613248
    },
    "bus_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853600
    },
    "bus_child_location_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613776
    },
    "bus_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853472
    },
    "bus_child_pnpinfo_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613752
    },
    "bus_child_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853392
    },
    "bus_child_present_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613728
    },
    "bus_config_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613824
    },
    "bus_current_pass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900568
    },
    "bus_data_devices": {
      "type": {
        "kind": "struct",
        "name": "device_list"
      },
      "address": 18446744071612900592
    },
    "bus_data_generation": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609732472
    },
    "bus_data_generation_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575855712
    },
    "bus_data_generation_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575827952
    },
    "bus_deactivate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575841520
    },
    "bus_deactivate_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613440
    },
    "bus_delayed_attach_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575842976
    },
    "bus_delete_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853280
    },
    "bus_delete_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613680
    },
    "bus_describe_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575852544
    },
    "bus_describe_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613848
    },
    "bus_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "bus_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "bus_dma_bounce_impl": {
      "type": {
        "kind": "struct",
        "name": "bus_dma_impl"
      },
      "address": 18446744071610161624
    },
    "bus_dma_iommu_impl": {
      "type": {
        "kind": "struct",
        "name": "bus_dma_impl"
      },
      "address": 18446744071610132512
    },
    "bus_dma_iommu_load_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581033920
    },
    "bus_dma_iommu_set_buswide": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581030144
    },
    "bus_dma_run_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581291440
    },
    "bus_dma_tag_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581292048
    },
    "bus_dma_tag_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581292224
    },
    "bus_dma_tag_set_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581291984
    },
    "bus_dma_template_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581292112
    },
    "bus_dma_template_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575864720
    },
    "bus_dma_template_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575864528
    },
    "bus_dma_template_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575864624
    },
    "bus_dmamap_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861600
    },
    "bus_dmamap_load_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575862752
    },
    "bus_dmamap_load_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565855680
    },
    "bus_dmamap_load_crp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575864512
    },
    "bus_dmamap_load_crp_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575863760
    },
    "bus_dmamap_load_ma_triv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861376
    },
    "bus_dmamap_load_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861840
    },
    "bus_dmamap_load_mbuf_sg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575862128
    },
    "bus_dmamap_load_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575862848
    },
    "bus_dmamap_load_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575862384
    },
    "bus_dmat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag"
        }
      },
      "address": 0
    },
    "bus_driver_added_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613272
    },
    "bus_enumerate_hinted_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575854768
    },
    "bus_free_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575855744
    },
    "bus_generic_activate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575847216
    },
    "bus_generic_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575842576
    },
    "bus_generic_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575846624
    },
    "bus_generic_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575846912
    },
    "bus_generic_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575842864
    },
    "bus_generic_bind_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575847808
    },
    "bus_generic_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853712
    },
    "bus_generic_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853584
    },
    "bus_generic_child_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575849824
    },
    "bus_generic_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575847936
    },
    "bus_generic_deactivate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575847360
    },
    "bus_generic_describe_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575848064
    },
    "bus_generic_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843008
    },
    "bus_generic_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845568
    },
    "bus_generic_get_bus_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575848448
    },
    "bus_generic_get_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575848208
    },
    "bus_generic_get_device_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575850032
    },
    "bus_generic_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575848352
    },
    "bus_generic_get_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575849904
    },
    "bus_generic_get_property": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845392
    },
    "bus_generic_get_resource_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845552
    },
    "bus_generic_map_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575847504
    },
    "bus_generic_new_pass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845760
    },
    "bus_generic_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845168
    },
    "bus_generic_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575842720
    },
    "bus_generic_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845360
    },
    "bus_generic_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575847072
    },
    "bus_generic_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843824
    },
    "bus_generic_resume_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843328
    },
    "bus_generic_resume_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575846496
    },
    "bus_generic_rl_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575849520
    },
    "bus_generic_rl_delete_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575849024
    },
    "bus_generic_rl_get_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575848544
    },
    "bus_generic_rl_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575849264
    },
    "bus_generic_rl_set_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575848736
    },
    "bus_generic_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575846080
    },
    "bus_generic_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843104
    },
    "bus_generic_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843408
    },
    "bus_generic_suspend_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843232
    },
    "bus_generic_suspend_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575846368
    },
    "bus_generic_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575846240
    },
    "bus_generic_translate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575846784
    },
    "bus_generic_unmap_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575847664
    },
    "bus_generic_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845376
    },
    "bus_get_bus_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853968
    },
    "bus_get_bus_tag_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613920
    },
    "bus_get_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853728
    },
    "bus_get_cpus_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614088
    },
    "bus_get_device_path_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614208
    },
    "bus_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853872
    },
    "bus_get_dma_tag_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613896
    },
    "bus_get_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575836544
    },
    "bus_get_domain_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614064
    },
    "bus_get_property_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614184
    },
    "bus_get_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575852896
    },
    "bus_get_resource_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853152
    },
    "bus_get_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613656
    },
    "bus_get_resource_list_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613704
    },
    "bus_get_resource_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575853024
    },
    "bus_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bus_helper_reset_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575843936
    },
    "bus_helper_reset_prepare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575844256
    },
    "bus_hint_device_unit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613944
    },
    "bus_hinted_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613872
    },
    "bus_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bus_id2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bus_info_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bus_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bus_map_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575851488
    },
    "bus_map_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613392
    },
    "bus_new_pass_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613968
    },
    "bus_null_rescan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575850240
    },
    "bus_path": {
      "type": {
        "kind": "struct",
        "name": "cam_path"
      },
      "address": 0
    },
    "bus_phase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bus_print_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613128
    },
    "bus_print_child_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845040
    },
    "bus_print_child_footer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575845008
    },
    "bus_print_child_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575844944
    },
    "bus_probe_nomatch_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613152
    },
    "bus_read_ivar_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613176
    },
    "bus_rel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_bus_relations"
        }
      },
      "address": 0
    },
    "bus_rel2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_bus_relations2"
        }
      },
      "address": 0
    },
    "bus_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575842432
    },
    "bus_release_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613512
    },
    "bus_release_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575850784
    },
    "bus_remap_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613992
    },
    "bus_res": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "bus_rescan_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613320
    },
    "bus_reset_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614160
    },
    "bus_reset_post_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614136
    },
    "bus_reset_prepare_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614112
    },
    "bus_resume_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614040
    },
    "bus_resume_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575852288
    },
    "bus_resume_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613608
    },
    "bus_rl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource_list"
        }
      },
      "address": 0
    },
    "bus_rle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource_list_entry"
        }
      },
      "address": 0
    },
    "bus_set_pass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826832
    },
    "bus_set_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575852768
    },
    "bus_set_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613632
    },
    "bus_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575851792
    },
    "bus_setup_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613536
    },
    "bus_space_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283456
    },
    "bus_space_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283504
    },
    "bus_suspend_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614016
    },
    "bus_suspend_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575852160
    },
    "bus_suspend_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613584
    },
    "bus_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bus_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575852032
    },
    "bus_teardown_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613560
    },
    "bus_topo_assert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826672
    },
    "bus_topo_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826704
    },
    "bus_topo_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826688
    },
    "bus_topo_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575826768
    },
    "bus_translate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575851360
    },
    "bus_translate_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613488
    },
    "bus_unmap_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575851648
    },
    "bus_unmap_resource_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613416
    },
    "bus_width": {
      "type": {
        "kind": "enum",
        "name": "mmc_bus_width"
      },
      "address": 0
    },
    "bus_write_ivar_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609613200
    },
    "busaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "busdma_bounce.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "busdma_iommu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "busdma_lock_mutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861216
    },
    "busdma_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "busdma_map_sg_collapse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568742288
    },
    "busdma_map_sg_vec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568742592
    },
    "busdma_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581290224
    },
    "busdma_zonecount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439304
    },
    "busfreetime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "busfreq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "businfo": {
      "type": {
        "kind": "struct",
        "name": "aac_getbusinf"
      },
      "address": 0
    },
    "busname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "busno": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "busnum": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "busok": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "busp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "busrev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "busy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534376
    },
    "busy_lock": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "busy_wait": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "busyper": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "butmap": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584048320
    },
    "butmap_versapad": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584048032
    },
    "butmapmsc": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071582708003
    },
    "butmapps2": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584156216
    },
    "butt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "buttonmap": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584813984
    },
    "buttons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bv": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bvd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bvec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "buf"
          }
        }
      },
      "address": 0
    },
    "bvec_on_stack": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "buf"
          }
        }
      },
      "address": 0
    },
    "bveccount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bvecpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bvecsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bvnew": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bwi_vap"
        }
      },
      "address": 0
    },
    "bw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bw20pow": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bw_alloc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bw_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bw_meter_prepare_upcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577752560
    },
    "bw_percent": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bw_sum": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 0
    },
    "bw_t_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_bw_type_info"
        }
      },
      "address": 0
    },
    "bw_upcall": {
      "type": {
        "kind": "struct",
        "name": "bw_upcall"
      },
      "address": 0
    },
    "bw_upcalls_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577753584
    },
    "bw_upcalls_send.igmpmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609925240
    },
    "bwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576379456
    },
    "bwd_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bwgid": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bwi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568515232
    },
    "bwi_bbp_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568521248
    },
    "bwi_bbpid_map": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_f54f41785e5dbedc"
        }
      },
      "address": 18446744071584696960
    },
    "bwi_bus_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568527600
    },
    "bwi_calibrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568533040
    },
    "bwi_clkfreq": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_c1dc923fbe09ace6"
        }
      },
      "address": 18446744071584697088
    },
    "bwi_default_led_act": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071582531092
    },
    "bwi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568526224
    },
    "bwi_devices": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bwi_dev"
        }
      },
      "address": 18446744071584698432
    },
    "bwi_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568521296
    },
    "bwi_dma_buf_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568537360
    },
    "bwi_dma_mbuf_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568541456
    },
    "bwi_dma_mbuf_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568543216
    },
    "bwi_dma_ring_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568543200
    },
    "bwi_dma_txstats_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540736
    },
    "bwi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608421208
    },
    "bwi_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568535712
    },
    "bwi_free_rx_ring32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568538384
    },
    "bwi_free_rx_ring64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540608
    },
    "bwi_free_tx_ring32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568537600
    },
    "bwi_free_tx_ring64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540576
    },
    "bwi_free_txstats32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540096
    },
    "bwi_free_txstats64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540704
    },
    "bwi_fwimage_is_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568458192
    },
    "bwi_get_clock_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568533648
    },
    "bwi_get_eaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568522656
    },
    "bwi_get_pwron_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568520800
    },
    "bwi_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568522800
    },
    "bwi_hostflags_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568448864
    },
    "bwi_hostflags_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568448608
    },
    "bwi_init_rx_ring32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568538128
    },
    "bwi_init_rx_ring64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540592
    },
    "bwi_init_statechg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568533936
    },
    "bwi_init_tx_ring32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568537392
    },
    "bwi_init_tx_ring64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540560
    },
    "bwi_init_txstats32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568539792
    },
    "bwi_init_txstats64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540688
    },
    "bwi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568528560
    },
    "bwi_led_blink_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568543760
    },
    "bwi_led_blink_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568543584
    },
    "bwi_led_duration": {
      "type": {
        "count": 109,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7e48fc8b8663a87a"
        }
      },
      "address": 18446744071584697136
    },
    "bwi_mac_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568459600
    },
    "bwi_mac_bss_param_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568454784
    },
    "bwi_mac_calibrate_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568459856
    },
    "bwi_mac_config_ps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568458528
    },
    "bwi_mac_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568457024
    },
    "bwi_mac_dummy_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568455696
    },
    "bwi_mac_dummy_xmit.packet_11a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584694368
    },
    "bwi_mac_dummy_xmit.packet_11bg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584694400
    },
    "bwi_mac_fw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568457216
    },
    "bwi_mac_fw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568453872
    },
    "bwi_mac_fw_load_iv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568461344
    },
    "bwi_mac_hostflags_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568454368
    },
    "bwi_mac_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568451008
    },
    "bwi_mac_init_tpctl_11bg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568456592
    },
    "bwi_mac_lateattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568449552
    },
    "bwi_mac_opmode_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568453984
    },
    "bwi_mac_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568450576
    },
    "bwi_mac_reset_hwkeys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568459056
    },
    "bwi_mac_set_ackrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568461680
    },
    "bwi_mac_set_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568461248
    },
    "bwi_mac_set_tpctl_11bg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568455424
    },
    "bwi_mac_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568459136
    },
    "bwi_mac_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568458368
    },
    "bwi_mac_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568458848
    },
    "bwi_mac_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568459456
    },
    "bwi_memobj_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568449024
    },
    "bwi_memobj_read_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568449120
    },
    "bwi_memobj_write_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568448768
    },
    "bwi_memobj_write_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568449344
    },
    "bwi_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568542336
    },
    "bwi_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568531760
    },
    "bwi_nrssi_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568469664
    },
    "bwi_nrssi_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568469504
    },
    "bwi_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568525968
    },
    "bwi_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568544272
    },
    "bwi_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545120
    },
    "bwi_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608421160
    },
    "bwi_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584698320
    },
    "bwi_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608421136
    },
    "bwi_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568543776
    },
    "bwi_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545328
    },
    "bwi_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545264
    },
    "bwi_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545296
    },
    "bwi_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608421000
    },
    "bwi_phy812_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568511344
    },
    "bwi_phy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568462208
    },
    "bwi_phy_calibrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568469376
    },
    "bwi_phy_clear_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568470800
    },
    "bwi_phy_config_agc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568478256
    },
    "bwi_phy_delay_11g_rev1": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584695648
    },
    "bwi_phy_freq_11g_rev1": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584694496
    },
    "bwi_phy_init_11a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568462560
    },
    "bwi_phy_init_11b_rev2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568470816
    },
    "bwi_phy_init_11b_rev4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568470864
    },
    "bwi_phy_init_11b_rev5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568472368
    },
    "bwi_phy_init_11b_rev6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568475072
    },
    "bwi_phy_init_11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568462576
    },
    "bwi_phy_noise_11g": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584034992
    },
    "bwi_phy_noise_11g_rev1": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584034176
    },
    "bwi_phy_noise_scale_11g": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584695360
    },
    "bwi_phy_noise_scale_11g_rev2": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584695232
    },
    "bwi_phy_noise_scale_11g_rev7": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584695296
    },
    "bwi_phy_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568462128
    },
    "bwi_phy_rotor_11g_rev1": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584695008
    },
    "bwi_phy_set_bbp_atten": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568469120
    },
    "bwi_phy_sigma_sq_11g_rev2": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584695424
    },
    "bwi_phy_sigma_sq_11g_rev7": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584695536
    },
    "bwi_phy_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568462048
    },
    "bwi_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568533152
    },
    "bwi_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568519584
    },
    "bwi_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568523184
    },
    "bwi_read_sprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568515184
    },
    "bwi_regwin_count": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_616eac594cafb07e"
        }
      },
      "address": 18446744071584697008
    },
    "bwi_regwin_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568530672
    },
    "bwi_regwin_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568531360
    },
    "bwi_regwin_is_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568530528
    },
    "bwi_regwin_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568527328
    },
    "bwi_regwin_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568521104
    },
    "bwi_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568519424
    },
    "bwi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568527072
    },
    "bwi_rf_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568484864
    },
    "bwi_rf_calc_noise_bcm2050": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486272
    },
    "bwi_rf_calc_noise_bcm2053": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486448
    },
    "bwi_rf_calc_noise_bcm2060": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486048
    },
    "bwi_rf_calc_nrssi_slope_11b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486640
    },
    "bwi_rf_calc_nrssi_slope_11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568495936
    },
    "bwi_rf_calc_rssi_bcm2050": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486064
    },
    "bwi_rf_calc_rssi_bcm2053": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486400
    },
    "bwi_rf_calc_rssi_bcm2060": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486016
    },
    "bwi_rf_calibval.rf_calibvals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047680
    },
    "bwi_rf_clear_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568513360
    },
    "bwi_rf_clear_tssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568513232
    },
    "bwi_rf_get_gains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568503920
    },
    "bwi_rf_get_latest_tssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568514496
    },
    "bwi_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568507136
    },
    "bwi_rf_init_bcm2050": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568507248
    },
    "bwi_rf_init_hw_nrssi_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568513120
    },
    "bwi_rf_lo_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568511232
    },
    "bwi_rf_lo_devi_measure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568514656
    },
    "bwi_rf_lo_find.map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584696064
    },
    "bwi_rf_lo_measure_11b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568515024
    },
    "bwi_rf_lo_measure_11g.rf_lo_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034784
    },
    "bwi_rf_lo_update_11b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568493392
    },
    "bwi_rf_lo_update_11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568489440
    },
    "bwi_rf_map_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568511984
    },
    "bwi_rf_off_11a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568485760
    },
    "bwi_rf_off_11bg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486608
    },
    "bwi_rf_off_11g_rev5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568495856
    },
    "bwi_rf_on_11a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568485744
    },
    "bwi_rf_on_11bg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568486512
    },
    "bwi_rf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568484736
    },
    "bwi_rf_set_ant_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568513744
    },
    "bwi_rf_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568503360
    },
    "bwi_rf_set_nrssi_ofs_11g.save_phy6_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584035040
    },
    "bwi_rf_set_nrssi_thr_11b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568489088
    },
    "bwi_rf_set_nrssi_thr_11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568503088
    },
    "bwi_rf_tssi2dbm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568514608
    },
    "bwi_rf_work_around": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568503664
    },
    "bwi_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568484656
    },
    "bwi_rxeof32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568538816
    },
    "bwi_rxeof64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540656
    },
    "bwi_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568525328
    },
    "bwi_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568525168
    },
    "bwi_set_bssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568532784
    },
    "bwi_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568525488
    },
    "bwi_set_clock_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568520384
    },
    "bwi_set_gains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568469808
    },
    "bwi_setup_rx_desc32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568538672
    },
    "bwi_setup_rx_desc64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540624
    },
    "bwi_setup_tx_desc32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568538736
    },
    "bwi_setup_tx_desc64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540640
    },
    "bwi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568527216
    },
    "bwi_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568535248
    },
    "bwi_start_tx32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568539728
    },
    "bwi_start_tx64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540672
    },
    "bwi_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568534656
    },
    "bwi_sup_bphy": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_64056029e3a1c903"
        }
      },
      "address": 18446744071584694432
    },
    "bwi_sup_macrev": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bwi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568526960
    },
    "bwi_tbl_write_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568478032
    },
    "bwi_tmplt_write_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568448512
    },
    "bwi_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568525680
    },
    "bwi_txeof_status32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540304
    },
    "bwi_txeof_status64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568540720
    },
    "bwi_txpower_map_11b": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 18446744071584695936
    },
    "bwi_txpower_map_11g": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 18446744071584696000
    },
    "bwi_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568524992
    },
    "bwi_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568522912
    },
    "bwi_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568523136
    },
    "bwi_vendor_led_act": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_252769c4eb39c444"
        }
      },
      "address": 18446744071584697112
    },
    "bwi_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568535104
    },
    "bwi_zero_addr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584696944
    },
    "bwillwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576374912
    },
    "bwimac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bwiphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bwirf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bwm_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "bw_meter"
          }
        }
      },
      "address": 0
    },
    "bwr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_blockwrite_response"
        }
      },
      "address": 0
    },
    "bx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bxe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bxe_ack_sb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580657072
    },
    "bxe_acquire_hw_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580574784
    },
    "bxe_acquire_nvram_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580601408
    },
    "bxe_acquire_phy_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580605168
    },
    "bxe_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580571376
    },
    "bxe_afex_collect_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580685968
    },
    "bxe_alloc_buf_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580561296
    },
    "bxe_alloc_fp_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580614896
    },
    "bxe_alloc_hsi_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580562064
    },
    "bxe_alloc_rx_bd_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580596160
    },
    "bxe_alloc_rx_sge_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580597232
    },
    "bxe_alloc_rx_tpa_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580596656
    },
    "bxe_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580537408
    },
    "bxe_attn_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580663552
    },
    "bxe_attn_int_deasserted0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580678640
    },
    "bxe_autogreeen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420512
    },
    "bxe_calc_fc_adv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580605328
    },
    "bxe_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610095184
    },
    "bxe_chip_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580606112
    },
    "bxe_chk_parity_attn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580513952
    },
    "bxe_chktso_window": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580588912
    },
    "bxe_clear_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501760
    },
    "bxe_clear_pf_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580612064
    },
    "bxe_cmng_fns_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580676928
    },
    "bxe_cmpxchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501904
    },
    "bxe_common_init_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580651344
    },
    "bxe_dcbx_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580530768
    },
    "bxe_deallocate_bars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580560144
    },
    "bxe_debug": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613420464
    },
    "bxe_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bxe_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580589952
    },
    "bxe_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580589744
    },
    "bxe_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071610095152
    },
    "bxe_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580590080
    },
    "bxe_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580589968
    },
    "bxe_del_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580561024
    },
    "bxe_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580557456
    },
    "bxe_devs": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bxe_device_type"
        }
      },
      "address": 18446744071585499344
    },
    "bxe_disable_close_the_gate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580612288
    },
    "bxe_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501936
    },
    "bxe_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580503008
    },
    "bxe_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580502864
    },
    "bxe_dmae_opcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580504016
    },
    "bxe_dmae_opcode_add_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580503968
    },
    "bxe_dmae_opcode_clr_src_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580504000
    },
    "bxe_drain_tx_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580605680
    },
    "bxe_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610095080
    },
    "bxe_drv_pulse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580605552
    },
    "bxe_dump_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580588464
    },
    "bxe_dump_mbuf_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580706160
    },
    "bxe_dump_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580705408
    },
    "bxe_eioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580597584
    },
    "bxe_elink.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bxe_eth_q_stats_arr": {
      "type": {
        "count": 59,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e1f333c37f488e41"
        }
      },
      "address": 18446744071585503696
    },
    "bxe_eth_stats_arr": {
      "type": {
        "count": 93,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_8a34d4fdc533c97b"
        }
      },
      "address": 18446744071585499600
    },
    "bxe_flr_clnup_poll_hw_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580657904
    },
    "bxe_force_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580604992
    },
    "bxe_free_buf_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580561408
    },
    "bxe_free_fp_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580610368
    },
    "bxe_free_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580611584
    },
    "bxe_func_sp_drv": {
      "type": {
        "kind": "struct",
        "name": "ecore_func_sp_drv_ops"
      },
      "address": 18446744071610095392
    },
    "bxe_func_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580624704
    },
    "bxe_func_stats_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580684512
    },
    "bxe_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580681952
    },
    "bxe_get_preset_regs_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580535744
    },
    "bxe_get_total_regs_len32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580535104
    },
    "bxe_grc_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580531168
    },
    "bxe_gunzip_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580651216
    },
    "bxe_gunzip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580651200
    },
    "bxe_handle_chip_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580559648
    },
    "bxe_handle_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580530000
    },
    "bxe_handle_fp_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580661184
    },
    "bxe_handle_mcast_eqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580679424
    },
    "bxe_handle_sp_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580658112
    },
    "bxe_hc_rx_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610095136
    },
    "bxe_hc_tx_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610095140
    },
    "bxe_hw_stats_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580684864
    },
    "bxe_hw_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580692672
    },
    "bxe_ifmedia_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580576704
    },
    "bxe_ifmedia_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580576592
    },
    "bxe_igu_ack_sb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580530944
    },
    "bxe_igu_clear_sb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580657376
    },
    "bxe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580580944
    },
    "bxe_init_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580651232
    },
    "bxe_init_fp_mutexs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580561104
    },
    "bxe_init_func_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580617648
    },
    "bxe_init_hw_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580629904
    },
    "bxe_init_hw_common_chip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580629776
    },
    "bxe_init_hw_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580640064
    },
    "bxe_init_hw_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580637776
    },
    "bxe_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580572912
    },
    "bxe_init_multi_cos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580570464
    },
    "bxe_init_objs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580624352
    },
    "bxe_init_rss_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580627536
    },
    "bxe_initial_phy_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580628128
    },
    "bxe_int_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580530208
    },
    "bxe_int_mem_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580654144
    },
    "bxe_interrupt_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580609328
    },
    "bxe_interrupt_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580561520
    },
    "bxe_interrupt_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610095128
    },
    "bxe_intr_fp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580662224
    },
    "bxe_intr_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580662656
    },
    "bxe_intr_sp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580661904
    },
    "bxe_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580577008
    },
    "bxe_is_reg_in_chip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580681824
    },
    "bxe_issue_dmae_with_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580504528
    },
    "bxe_leader_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580521376
    },
    "bxe_link_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580612496
    },
    "bxe_link_report_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580613360
    },
    "bxe_link_status_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580629200
    },
    "bxe_max_aggregation_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420508
    },
    "bxe_max_rx_bufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420504
    },
    "bxe_media_detect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580575744
    },
    "bxe_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585499232
    },
    "bxe_mq_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580580480
    },
    "bxe_mrrs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610095144
    },
    "bxe_nic_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580617744
    },
    "bxe_nic_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580523968
    },
    "bxe_nic_load_analyze_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580603248
    },
    "bxe_nic_load_no_mcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580616976
    },
    "bxe_nic_load_pmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580617376
    },
    "bxe_nic_load_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580616432
    },
    "bxe_nic_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580519120
    },
    "bxe_nvram_read_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580602352
    },
    "bxe_nvram_write_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580601696
    },
    "bxe_parity_recover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580511536
    },
    "bxe_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610095032
    },
    "bxe_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610095008
    },
    "bxe_pcie_capability_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580575392
    },
    "bxe_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610093552
    },
    "bxe_periodic_callout_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580680544
    },
    "bxe_periodic_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580629696
    },
    "bxe_pf_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580609216
    },
    "bxe_post_dmae": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580503856
    },
    "bxe_prev_is_path_marked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580602816
    },
    "bxe_prev_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0b70135b72480ce8"
      },
      "address": 18446744071613420520
    },
    "bxe_prev_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613420472
    },
    "bxe_prev_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610095368
    },
    "bxe_prev_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610093576
    },
    "bxe_prev_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610093600
    },
    "bxe_prev_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580565616
    },
    "bxe_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580536672
    },
    "bxe_push_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580583552
    },
    "bxe_queue_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610095132
    },
    "bxe_read_dmae": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580504096
    },
    "bxe_read_mf_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580614192
    },
    "bxe_reg_rd_ind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580503552
    },
    "bxe_reg_wr_ind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580503248
    },
    "bxe_release_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580651328
    },
    "bxe_release_hw_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580575200
    },
    "bxe_release_mutexes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580560768
    },
    "bxe_release_nvram_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580602048
    },
    "bxe_release_phy_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580605248
    },
    "bxe_reset_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580603152
    },
    "bxe_reset_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580650144
    },
    "bxe_reset_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580649600
    },
    "bxe_rx_budget": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610095148
    },
    "bxe_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580590224
    },
    "bxe_save_statistics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580685712
    },
    "bxe_send_unload_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580608800
    },
    "bxe_set_234_gates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580614512
    },
    "bxe_set_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580583584
    },
    "bxe_set_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501728
    },
    "bxe_set_ctx_validation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580505856
    },
    "bxe_set_eth_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580628000
    },
    "bxe_set_mac_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580583808
    },
    "bxe_set_mc_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580581568
    },
    "bxe_set_pf_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580616224
    },
    "bxe_set_power_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580574128
    },
    "bxe_set_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580581104
    },
    "bxe_set_storm_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580582912
    },
    "bxe_set_uc_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580582592
    },
    "bxe_setup_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580624896
    },
    "bxe_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580559392
    },
    "bxe_sp_err_timeout_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580559936
    },
    "bxe_sp_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580594992
    },
    "bxe_sp_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580510288
    },
    "bxe_squeeze_objects": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580609792
    },
    "bxe_stats.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "bxe_stats_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580685296
    },
    "bxe_stats_do_nothing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580689264
    },
    "bxe_stats_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580682432
    },
    "bxe_stats_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580682704
    },
    "bxe_stats_pmf_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580689280
    },
    "bxe_stats_pmf_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580686688
    },
    "bxe_stats_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580689328
    },
    "bxe_stats_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580687392
    },
    "bxe_stats_stm": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "unnamed_e470e6dd194275fe"
          }
        }
      },
      "address": 18446744071585560704
    },
    "bxe_stats_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580691200
    },
    "bxe_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580689408
    },
    "bxe_storm_stats_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580692016
    },
    "bxe_storm_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580700688
    },
    "bxe_sysctl_eth_q_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580604720
    },
    "bxe_sysctl_eth_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580604464
    },
    "bxe_sysctl_pauseparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580603504
    },
    "bxe_sysctl_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580604224
    },
    "bxe_task_fp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580679712
    },
    "bxe_test_and_clear_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501840
    },
    "bxe_test_and_set_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501792
    },
    "bxe_test_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501696
    },
    "bxe_trylock_leader_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580521056
    },
    "bxe_tx_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580584128
    },
    "bxe_tx_mq_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580580224
    },
    "bxe_tx_mq_start_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580661760
    },
    "bxe_tx_mq_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580589072
    },
    "bxe_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580579600
    },
    "bxe_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580587840
    },
    "bxe_udp_rss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420516
    },
    "bxe_update_coalesce_sb_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580506896
    },
    "bxe_update_drv_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580628976
    },
    "bxe_update_sge_prod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580595680
    },
    "bxe_wait_sp_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580612656
    },
    "bxe_wr_sp_sb_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580680288
    },
    "bxe_write_dmae": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580505248
    },
    "bxe_write_dmae_phys_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580505680
    },
    "by": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "by_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "byear": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "byte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "byte0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte14": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte2": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte3": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte4": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte5": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte6": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte7": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byteCnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "byteOffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "byte_1284_inbyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571756432
    },
    "byte_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "byte_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "byte_field": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "byte_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "byte_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "byte_peripheral_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571755488
    },
    "byte_r": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "byte_stride": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "byte_swapped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "byte_transfer_length": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "bytecount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bytelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "byteoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytes1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytes2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytesAdjustment": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytesToAlign": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bytes_added": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bytes_canread": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytes_left": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytes_per_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "bytes_per_sec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bytes_printed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bytes_read": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytes_recvd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytes_rxed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytes_sent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bytes_to_dump": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "bytes_written": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bytesinfile": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "bytesize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "bytestream_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "bytewidth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "bz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bounce_zone"
        }
      },
      "address": 0
    },
    "bzh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "zbuf"
        }
      },
      "address": 0
    },
    "c": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "c0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c10": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c11": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c2r": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "c3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "c9": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cBlockHeader": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cBlockHeader24": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cBlockSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cBlockSizeEstimate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cDst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "cErr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cLitSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cLitSizeEstimate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cMem": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_customMem"
      },
      "address": 0
    },
    "cParams": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_compressionParameters"
        }
      },
      "address": 0
    },
    "cRawOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cRep": {
      "type": {
        "kind": "struct",
        "name": "repcodes_t"
      },
      "address": 0
    },
    "cSeqSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cSeqSizeEstimate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cSeqsSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cSizeChunk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cSizeEstimate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cSizeSingleBlock": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cSymbolTypeSizeEstimateInBits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "c_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "c_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_ctcfg"
        }
      },
      "address": 0
    },
    "c_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "c_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "c_iflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "c_last": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612807688
    },
    "c_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lock_object"
        }
      },
      "address": 0
    },
    "c_port": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "c_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_ctcfg_resp"
        }
      },
      "address": 0
    },
    "c_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "c_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "c_this": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ca": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "cab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_abort"
        }
      },
      "address": 0
    },
    "cable_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cable_info"
        }
      },
      "address": 0
    },
    "cable_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cable_length": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cable_length_long": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cable_length_medium": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cable_selection_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cable_spec": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cable_tech": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cable_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cabq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_txq"
        }
      },
      "address": 0
    },
    "cac_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218848
    },
    "cache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cacheSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cache_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580134864
    },
    "cache_alloc_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580113712
    },
    "cache_bits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cache_changesize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576407744
    },
    "cache_data": {
      "type": {
        "kind": "struct",
        "name": "ice_phy_cache_mode_data"
      },
      "address": 0
    },
    "cache_drain_safe_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580139472
    },
    "cache_enter_dotdot_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576405072
    },
    "cache_enter_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576400688
    },
    "cache_enter_time_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576407488
    },
    "cache_enter_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576407232
    },
    "cache_fast_lookup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609804696
    },
    "cache_fast_lookup_enabled": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 18446744071608209583
    },
    "cache_fast_lookup_enabled_recalc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576418144
    },
    "cache_fpl_aborted_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576425664
    },
    "cache_fpl_partial_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576427616
    },
    "cache_fplookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576418480
    },
    "cache_fplookup_climb_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576432272
    },
    "cache_fplookup_cross_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576430304
    },
    "cache_fplookup_degenerate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576427296
    },
    "cache_fplookup_dirfd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576420192
    },
    "cache_fplookup_dot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576428608
    },
    "cache_fplookup_dotdot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576428784
    },
    "cache_fplookup_emptypath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576426992
    },
    "cache_fplookup_failed_vexec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576425872
    },
    "cache_fplookup_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576426704
    },
    "cache_fplookup_final_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576428048
    },
    "cache_fplookup_final_modifying": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576431040
    },
    "cache_fplookup_final_withparent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576427648
    },
    "cache_fplookup_modifying": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576430928
    },
    "cache_fplookup_neg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576430016
    },
    "cache_fplookup_negative_promote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576432080
    },
    "cache_fplookup_noentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576429168
    },
    "cache_fplookup_partial_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576428208
    },
    "cache_fplookup_skip_slashes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576430512
    },
    "cache_fplookup_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576426224
    },
    "cache_fplookup_trailingslash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576430592
    },
    "cache_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580115776
    },
    "cache_free_batch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576410336
    },
    "cache_gc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cache_last": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cache_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cache_line": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cache_lock_vnodes_cel_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576423568
    },
    "cache_lock_vnodes_cel_3_failures": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613042000
    },
    "cache_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394800
    },
    "cache_lookup_dot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576395904
    },
    "cache_lookup_dotdot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576396240
    },
    "cache_lookup_fallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576399632
    },
    "cache_neg_hit_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576399552
    },
    "cache_neg_promote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576420848
    },
    "cache_neg_promote_cond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576399056
    },
    "cache_neg_promote_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576421152
    },
    "cache_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576408992
    },
    "cache_purge_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576409088
    },
    "cache_purge_negative": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576409680
    },
    "cache_purge_vgone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576409568
    },
    "cache_purgevfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576410880
    },
    "cache_remove_cnp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576397584
    },
    "cache_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578093136
    },
    "cache_shrink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580139264
    },
    "cache_symlink_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394640
    },
    "cache_symlink_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394752
    },
    "cache_symlink_resolve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576418176
    },
    "cache_this": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cache_unlock_vnodes_cel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576424080
    },
    "cache_vnode_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576407568
    },
    "cache_vop_bad_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576418096
    },
    "cache_vop_bad_vexec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576418048
    },
    "cache_vop_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576410560
    },
    "cache_vop_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576410784
    },
    "cache_vop_vector_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576417872
    },
    "cache_zap_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576406464
    },
    "cache_zap_locked_bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576422288
    },
    "cache_zap_locked_vnode_kl2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576421280
    },
    "cache_zap_negative_locked_vnode_kl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576410048
    },
    "cache_zone_large": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608212064
    },
    "cache_zone_large_ts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608212304
    },
    "cache_zone_small": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608212056
    },
    "cache_zone_small_ts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608212296
    },
    "cached": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fwlog_module_entry"
        }
      },
      "address": 0
    },
    "cached_caps": {
      "type": {
        "kind": "struct",
        "name": "ice_hw_common_caps"
      },
      "address": 0
    },
    "cached_controller_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_MEMORY"
        }
      },
      "address": 0
    },
    "cached_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsi_ctx"
        }
      },
      "address": 0
    },
    "cached_layer_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cached_passphrase": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612527904
    },
    "cached_tun_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cachefree": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cacheline": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cacheline_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cachelnsz": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cacherep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "caches": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cache_info"
        }
      },
      "address": 18446744071613440512
    },
    "cachesize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cachethis": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cacheval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "idr_layer"
        }
      },
      "address": 0
    },
    "cad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_cdc_acm_descriptor"
        }
      },
      "address": 0
    },
    "cage_full": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cage_type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "malo_hal_caldata"
        }
      },
      "address": 0
    },
    "calData": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_PERCAL_DATA"
        }
      },
      "address": 0
    },
    "cal_done": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "cal_pkt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cal_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cal_ret": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "calc": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "calc_am": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581262000
    },
    "calc_crc32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501312
    },
    "calc_crc8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580505984
    },
    "calc_usecs_unicast_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568248224
    },
    "calccru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575551152
    },
    "calcru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575551696
    },
    "calcru1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575551184
    },
    "calculate_crc32c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576652144
    },
    "calculate_crc32c_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576652144
    },
    "calib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwn_calib_state"
        }
      },
      "address": 0
    },
    "calib_wait": {
      "type": {
        "kind": "struct",
        "name": "iwm_notification_wait"
      },
      "address": 0
    },
    "calibration_data_try": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610623184
    },
    "calibration_data_try_address": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610623188
    },
    "call": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xenpf_efi_runtime_call"
        }
      },
      "address": 0
    },
    "call_msg": {
      "type": {
        "kind": "struct",
        "name": "rpc_msg"
      },
      "address": 0
    },
    "call_post": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "call_stat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "callback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "callbacklist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e68aebda9e621b01"
      },
      "address": 0
    },
    "callbacks": {
      "type": {
        "kind": "struct",
        "name": "SCIC_SMP_PASSTHRU_REQUEST_CALLBACKS_T"
      },
      "address": 0
    },
    "callblen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "callcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "called": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046152
    },
    "callout_callwheel_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575717168
    },
    "callout_cc_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575714928
    },
    "callout_cpu_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575714720
    },
    "callout_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575716960
    },
    "callout_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575714480
    },
    "callout_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575711248
    },
    "callout_reset_sbt_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575713664
    },
    "callout_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575715232
    },
    "callout_schedule_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575715168
    },
    "callout_when": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575713408
    },
    "calloutok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510916
    },
    "callouttime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "callpc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "calltrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380368
    },
    "callwheel_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721312
    },
    "callwheelmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608210600
    },
    "callwheelsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608210596
    },
    "cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cam_async": {
      "type": {
        "kind": "struct",
        "name": "cam_doneq"
      },
      "address": 18446744071610466688
    },
    "cam_calc_geometry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565855168
    },
    "cam_ccbq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565876288
    },
    "cam_ccbq_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565876832
    },
    "cam_ccbq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565876768
    },
    "cam_ccbq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565876560
    },
    "cam_ccbq_remove_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565887744
    },
    "cam_ccbq_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565876864
    },
    "cam_compat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cam_compat_handle_0x17": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565856176
    },
    "cam_compat_handle_0x18": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565857648
    },
    "cam_compat_handle_0x19": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565858704
    },
    "cam_compat_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565855808
    },
    "cam_compat_translate_dev_match_0x18": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565859024
    },
    "cam_debug_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610466368
    },
    "cam_devq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565875568
    },
    "cam_devq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565876096
    },
    "cam_devq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565875856
    },
    "cam_devq_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565876160
    },
    "cam_dflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608209600
    },
    "cam_dir": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cam_doneqs": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cam_doneq"
        }
      },
      "address": 18446744071610466816
    },
    "cam_dpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 18446744071610466376
    },
    "cam_error_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565855072
    },
    "cam_error_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565854064
    },
    "cam_fetch_status_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565853984
    },
    "cam_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cam_freeze_devq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565869344
    },
    "cam_iosched.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cam_iosched_bio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860960
    },
    "cam_iosched_clr_work_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565861040
    },
    "cam_iosched_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565859664
    },
    "cam_iosched_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565859728
    },
    "cam_iosched_get_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860176
    },
    "cam_iosched_has_work_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565861008
    },
    "cam_iosched_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565859456
    },
    "cam_iosched_next_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860320
    },
    "cam_iosched_next_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860096
    },
    "cam_iosched_put_back_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860048
    },
    "cam_iosched_queue_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860496
    },
    "cam_iosched_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860816
    },
    "cam_iosched_set_latfcn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860000
    },
    "cam_iosched_set_sort_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860992
    },
    "cam_iosched_set_trim_goal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860016
    },
    "cam_iosched_set_trim_ticks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860032
    },
    "cam_iosched_set_work_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565861024
    },
    "cam_iosched_submit_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860976
    },
    "cam_iosched_sysctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565859792
    },
    "cam_iosched_trim_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565860944
    },
    "cam_module_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565908384
    },
    "cam_moduledata": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608245744
    },
    "cam_num_doneqs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608209604
    },
    "cam_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_vlan_mac_obj"
        }
      },
      "address": 0
    },
    "cam_periph.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cam_periph_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565864320
    },
    "cam_periph_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565861840
    },
    "cam_periph_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565869440
    },
    "cam_periph_bus_settle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565869472
    },
    "cam_periph_doacquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565864384
    },
    "cam_periph_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565869168
    },
    "cam_periph_done_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565873968
    },
    "cam_periph_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565869936
    },
    "cam_periph_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565863744
    },
    "cam_periph_freeze_after_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565869584
    },
    "cam_periph_getccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565902416
    },
    "cam_periph_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865232
    },
    "cam_periph_hold_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865504
    },
    "cam_periph_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865568
    },
    "cam_periph_invalidate_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565873744
    },
    "cam_periph_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565868192
    },
    "cam_periph_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565863904
    },
    "cam_periph_mapmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865856
    },
    "cam_periph_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865072
    },
    "cam_periph_release_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865536
    },
    "cam_periph_release_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865024
    },
    "cam_periph_release_locked_buses": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565864416
    },
    "cam_periph_runccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565868464
    },
    "cam_periph_unhold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565865440
    },
    "cam_periph_unmapmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565867344
    },
    "cam_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071610597928
    },
    "cam_queue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cam_quirkmatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565853888
    },
    "cam_release_devq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565869200
    },
    "cam_sim.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cam_sim_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877104
    },
    "cam_sim_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877296
    },
    "cam_sim_free_init_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071608243904
    },
    "cam_sim_free_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243744
    },
    "cam_sim_free_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608243768
    },
    "cam_sim_free_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610466328
    },
    "cam_sim_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877760
    },
    "cam_sim_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877552
    },
    "cam_sim_set_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877920
    },
    "cam_simq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877072
    },
    "cam_simq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877088
    },
    "cam_sort_io_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608242400
    },
    "cam_srch_hi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610597952
    },
    "cam_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cam_status_table": {
      "type": {
        "count": 44,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cam_status_entry"
        }
      },
      "address": 18446744071582476208
    },
    "cam_strmatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565853488
    },
    "cam_strvis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565852928
    },
    "cam_strvis_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565853168
    },
    "cam_strvis_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565853248
    },
    "cam_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cam_xpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "camellia-api.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "camellia.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "camellia_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990368
    },
    "camellia_decrypt128": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566979632
    },
    "camellia_decrypt256": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566986144
    },
    "camellia_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990400
    },
    "camellia_encrypt128": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566976848
    },
    "camellia_encrypt256": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566982416
    },
    "camellia_set_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990336
    },
    "camellia_setup128": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566970736
    },
    "camellia_setup192": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566976752
    },
    "camellia_setup256": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566973184
    },
    "camellia_sp0222": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584084224
    },
    "camellia_sp1110": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584083200
    },
    "camellia_sp3033": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584085248
    },
    "camellia_sp4404": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584086272
    },
    "caminf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_sim"
        }
      },
      "address": 0
    },
    "cammodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608245328
    },
    "camperiphdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565874000
    },
    "camq_change_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565875312
    },
    "camq_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565874768
    },
    "camq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565874656
    },
    "camq_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565874928
    },
    "camq_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565875056
    },
    "camq_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565874800
    },
    "camsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_cam"
        }
      },
      "address": 0
    },
    "camstatusentrycomp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565854048
    },
    "can_free": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "can_hardlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576616160
    },
    "can_mf_bond": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "can_reclaim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "can_resume_eth_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568958944
    },
    "can_use_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "canary": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cancel": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cancel_allocdirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579879616
    },
    "cancel_allocindir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579936432
    },
    "cancel_diradd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579941392
    },
    "cancel_jaddref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579859904
    },
    "cancel_jfreeblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579879840
    },
    "cancel_jnewblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579933712
    },
    "cancel_newblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579879984
    },
    "cancel_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577408752
    },
    "canceled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cancelled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "cand2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "candelete": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "candidate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ck_ht_entry"
        }
      },
      "address": 0
    },
    "candidateMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "candidateOffCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "candidate_algos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "candidate_heads": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584813888
    },
    "candidate_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "candidate_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "candidate_sectors": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584814016
    },
    "candidate_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "candidate_slave_gid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "candidates": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ldmMatchCandidate_t"
        }
      },
      "address": 0
    },
    "cangetattr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "canread": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "canreassoc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "canspeedup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cantparse": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cantseek": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "canuse": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "canwrite": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "canwrite_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_list_capabilities_element_resp"
        }
      },
      "address": 0
    },
    "cap2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "capField": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cap_accept_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210696
    },
    "cap_ack": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cap_bind_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210712
    },
    "cap_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040608
    },
    "cap_check_failed_notcapable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040688
    },
    "cap_chflags_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210728
    },
    "cap_connect_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210744
    },
    "cap_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cap_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cap_event_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210760
    },
    "cap_fchdir_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210776
    },
    "cap_fchflags_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210792
    },
    "cap_fchmod_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210808
    },
    "cap_fchown_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210824
    },
    "cap_fcntl_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576043216
    },
    "cap_fcntl_check_fde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576043184
    },
    "cap_fcntl_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210840
    },
    "cap_fexecve_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210856
    },
    "cap_field": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cap_flock_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210872
    },
    "cap_fpathconf_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210888
    },
    "cap_fstat_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210904
    },
    "cap_fstatfs_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210920
    },
    "cap_fsync_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210936
    },
    "cap_ftruncate_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210952
    },
    "cap_futimes_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210968
    },
    "cap_getpeername_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608210984
    },
    "cap_getsockname_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211016
    },
    "cap_getsockopt_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211000
    },
    "cap_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cap_ioctl_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576042064
    },
    "cap_ioctl_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211032
    },
    "cap_length": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cap_linkat_source_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211064
    },
    "cap_linkat_target_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211080
    },
    "cap_listen_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211048
    },
    "cap_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cap_maxprot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cap_mkdirat_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211112
    },
    "cap_mkfifoat_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211128
    },
    "cap_mknodat_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211144
    },
    "cap_mmap_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211096
    },
    "cap_no_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211416
    },
    "cap_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cap_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cap_pdgetpid_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211160
    },
    "cap_pdkill_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211176
    },
    "cap_pread_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211192
    },
    "cap_pwrite_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211208
    },
    "cap_read_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211224
    },
    "cap_recv_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211240
    },
    "cap_renameat_source_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211256
    },
    "cap_renameat_target_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211272
    },
    "cap_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_list_caps_elem"
        }
      },
      "address": 0
    },
    "cap_rights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040880
    },
    "cap_rights_fde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040864
    },
    "cap_rights_is_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575866256
    },
    "cap_rights_merge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575866400
    },
    "cap_rights_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575866480
    },
    "cap_rights_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575866608
    },
    "cap_rights_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609733088
    },
    "cap_rights_to_vmprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040736
    },
    "cap_seek_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211288
    },
    "cap_send_connect_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211320
    },
    "cap_send_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211304
    },
    "cap_set": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cap_setsockopt_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211336
    },
    "cap_shutdown_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211352
    },
    "cap_sps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cap_symlinkat_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211368
    },
    "cap_sysctl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "cap_unlinkat_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211384
    },
    "cap_write_rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 18446744071608211400
    },
    "capa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_ucode_capabilities"
        }
      },
      "address": 0
    },
    "capab_en_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "capab_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "capabilities": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "capability": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_dev_cap_t"
        }
      },
      "address": 0
    },
    "capacity": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "capdiv2g": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "capdiv_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "caphi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "capid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "capinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "caplen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "capmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "capmode_coredump": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807116
    },
    "cappedSearchLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "capreg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "caps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "caps16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "caps2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "caps32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "caps_allowed": {
      "type": {
        "kind": "struct",
        "name": "caps_allowed"
      },
      "address": 0
    },
    "caps_decoder": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "caps_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "caps_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "caps_str": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "captc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timecounter"
        }
      },
      "address": 0
    },
    "capth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timehands"
        }
      },
      "address": 0
    },
    "capth_scale": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "card": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "card_type"
        }
      },
      "address": 0
    },
    "card_attach_card_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421392
    },
    "card_attr_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421488
    },
    "card_attr_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421512
    },
    "card_ccr_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421536
    },
    "card_ccr_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421560
    },
    "card_cis_scan_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421464
    },
    "card_detach_card_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421416
    },
    "card_do_product_lookup_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421440
    },
    "card_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_hdr"
        }
      },
      "address": 0
    },
    "card_get_memory_offset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421368
    },
    "card_get_res_flags_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421320
    },
    "card_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "card_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "card_inserted": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "card_set_memory_offset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421344
    },
    "card_set_res_flags_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608421296
    },
    "card_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cardattached": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cardbus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cardbus_alloc_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568548272
    },
    "cardbus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545392
    },
    "cardbus_attach_card": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568546432
    },
    "cardbus_baseclasses": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "kobj_class"
          }
        }
      },
      "address": 18446744071608421920
    },
    "cardbus_build_cis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552352
    },
    "cardbus_cbb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608422120
    },
    "cardbus_cbb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608422096
    },
    "cardbus_cbbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608422032
    },
    "cardbus_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608422176
    },
    "cardbus_child_deleted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545792
    },
    "cardbus_cis.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cardbus_cis_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625652
    },
    "cardbus_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552576
    },
    "cardbus_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625648
    },
    "cardbus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545680
    },
    "cardbus_detach_card": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568548128
    },
    "cardbus_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cardbus_device_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552096
    },
    "cardbus_device_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552320
    },
    "cardbus_do_cis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568550336
    },
    "cardbus_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071608421936
    },
    "cardbus_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545984
    },
    "cardbus_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552656
    },
    "cardbus_methods": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584698672
    },
    "cardbus_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552560
    },
    "cardbus_parse_cis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568548320
    },
    "cardbus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545360
    },
    "cardbus_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552592
    },
    "cardbus_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545872
    },
    "cardbus_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545776
    },
    "cardbus_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568545760
    },
    "cardbusfunchigh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cards": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "card_type"
        }
      },
      "address": 18446744071584984288
    },
    "cards_4610": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "csa_card"
        }
      },
      "address": 18446744071609172064
    },
    "cards_4614": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "csa_card"
        }
      },
      "address": 18446744071609172112
    },
    "cards_4615": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "csa_card"
        }
      },
      "address": 18446744071609172592
    },
    "carp6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577645488
    },
    "carp_allow_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577637808
    },
    "carp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577632832
    },
    "carp_attach_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050592
    },
    "carp_attached": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "carp_carprcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577632576
    },
    "carp_cmds": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "genl_cmd"
        }
      },
      "address": 18446744071585288288
    },
    "carp_delroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577643552
    },
    "carp_demote_adj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577638480
    },
    "carp_demote_adj_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050568
    },
    "carp_demote_adj_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577638304
    },
    "carp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577636080
    },
    "carp_detach_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050600
    },
    "carp_dscp_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577638192
    },
    "carp_forus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577629520
    },
    "carp_forus_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050576
    },
    "carp_free_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577634528
    },
    "carp_get_vhid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577645168
    },
    "carp_get_vhid_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613057040
    },
    "carp_hmac_prepare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577634720
    },
    "carp_iamatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577629184
    },
    "carp_iamatch6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577629232
    },
    "carp_iamatch6_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050616
    },
    "carp_iamatch_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050608
    },
    "carp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577645952
    },
    "carp_input_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577646608
    },
    "carp_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577630128
    },
    "carp_ioctl_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577632224
    },
    "carp_ioctl_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613046440
    },
    "carp_ioctl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577630688
    },
    "carp_linkstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577645200
    },
    "carp_linkstate_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613046400
    },
    "carp_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6e21a367fc366356"
      },
      "address": 18446744071613058632
    },
    "carp_macmatch6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577629344
    },
    "carp_macmatch6_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050624
    },
    "carp_master": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577629152
    },
    "carp_master_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577644128
    },
    "carp_master_down_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577643728
    },
    "carp_master_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613046392
    },
    "carp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609907976
    },
    "carp_mod_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577644896
    },
    "carp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577644352
    },
    "carp_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613058600
    },
    "carp_nl_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577648112
    },
    "carp_nl_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577649824
    },
    "carp_nl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577649040
    },
    "carp_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577629856
    },
    "carp_output_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050584
    },
    "carp_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 0
    },
    "carp_prepare_ad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577640560
    },
    "carp_sc_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577635632
    },
    "carp_send_ad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577641328
    },
    "carp_send_ad_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577638592
    },
    "carp_send_ad_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577640896
    },
    "carp_send_ad_error.fmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585288208
    },
    "carp_send_ad_error.fmt.19": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585288228
    },
    "carp_send_ad_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577638944
    },
    "carp_send_na.mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609907904
    },
    "carp_sendall_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609907792
    },
    "carp_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577642784
    },
    "carp_setrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577643040
    },
    "carp_states": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "carp_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613058568
    },
    "carpaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "carped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "carpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609907648
    },
    "carpr": {
      "type": {
        "kind": "struct",
        "name": "carpkreq"
      },
      "address": 0
    },
    "carprk": {
      "type": {
        "kind": "struct",
        "name": "carpkreq"
      },
      "address": 0
    },
    "carpstats_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577641968
    },
    "carry": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "carry0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry10": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry11": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry12": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry13": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry14": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry15": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry16": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry17": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry18": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry20": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry21": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry22": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry9": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "carry_in": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "carry_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cas_cddma_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565296
    },
    "cas_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568561568
    },
    "cas_eint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568572480
    },
    "cas_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568576736
    },
    "cas_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568570576
    },
    "cas_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568564224
    },
    "cas_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568566848
    },
    "cas_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568561440
    },
    "cas_intr_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568564336
    },
    "cas_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568563520
    },
    "cas_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565456
    },
    "cas_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565600
    },
    "cas_mifinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565408
    },
    "cas_mii_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568559200
    },
    "cas_mii_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568560176
    },
    "cas_mii_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568559536
    },
    "cas_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552976
    },
    "cas_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568558800
    },
    "cas_pci_devlist": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cas_pci_dev"
        }
      },
      "address": 18446744071584699968
    },
    "cas_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608422768
    },
    "cas_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608422720
    },
    "cas_pci_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584699808
    },
    "cas_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608422696
    },
    "cas_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568552672
    },
    "cas_pci_res_spec": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608422816
    },
    "cas_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568559040
    },
    "cas_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568558912
    },
    "cas_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608422512
    },
    "cas_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565056
    },
    "cas_reset_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568572032
    },
    "cas_reset_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568571584
    },
    "cas_rint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568572912
    },
    "cas_rint_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568576656
    },
    "cas_rxdma_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565344
    },
    "cas_setladrf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568566432
    },
    "cas_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568562208
    },
    "cas_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568570240
    },
    "cas_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568570656
    },
    "cas_tint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565808
    },
    "cas_tx_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568565040
    },
    "casueword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363760
    },
    "casueword32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363728
    },
    "casueword32_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541264
    },
    "casueword32_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363728
    },
    "casueword32_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541344
    },
    "casueword_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541424
    },
    "casueword_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363760
    },
    "casueword_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541504
    },
    "casuword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021664
    },
    "casuword32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021616
    },
    "catas_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578940064
    },
    "catch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "catchpacket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576766288
    },
    "catchpacket.zeroes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613046248
    },
    "cattrs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585034592
    },
    "cause": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cause_reg": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584731520
    },
    "cause_reg_addr": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584706896
    },
    "cb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "cb_arg": {
      "type": {
        "kind": "struct",
        "name": "ixl_add_maddr_arg"
      },
      "address": 0
    },
    "cb_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "cb_ias": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fxp_cb_ias"
        }
      },
      "address": 0
    },
    "cb_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cb_lapic_getcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582430000
    },
    "cb_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cb_put_phdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079296
    },
    "cb_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cb_size_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575072672
    },
    "cb_stack": {
      "type": {
        "kind": "struct",
        "name": "ck_stack_t"
      },
      "address": 0
    },
    "cb_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cb_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cb_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579224736
    },
    "cb_top_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cbarg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "cbase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cbb_activate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571610320
    },
    "cbb_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571610816
    },
    "cbb_cardbus_auto_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571613840
    },
    "cbb_cardbus_io_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571614976
    },
    "cbb_cardbus_mem_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571614672
    },
    "cbb_cardbus_reset_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571612848
    },
    "cbb_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571607760
    },
    "cbb_child_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571612416
    },
    "cbb_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571619728
    },
    "cbb_deactivate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571610608
    },
    "cbb_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791300
    },
    "cbb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571603888
    },
    "cbb_disable_func_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571603872
    },
    "cbb_do_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571612480
    },
    "cbb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609091616
    },
    "cbb_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571607488
    },
    "cbb_event_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571607840
    },
    "cbb_func_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571607168
    },
    "cbb_func_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571607264
    },
    "cbb_maxslots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571619392
    },
    "cbb_methods": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584914176
    },
    "cbb_pci_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571619056
    },
    "cbb_pci_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571618896
    },
    "cbb_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571615744
    },
    "cbb_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571617600
    },
    "cbb_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609091568
    },
    "cbb_pci_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571622976
    },
    "cbb_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609091544
    },
    "cbb_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571615280
    },
    "cbb_pci_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571619216
    },
    "cbb_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571618736
    },
    "cbb_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571617680
    },
    "cbb_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571618640
    },
    "cbb_pcic_set_memory_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571610176
    },
    "cbb_pcic_set_res_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571610032
    },
    "cbb_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609091456
    },
    "cbb_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571605072
    },
    "cbb_power_disable_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571609728
    },
    "cbb_power_enable_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571609392
    },
    "cbb_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571619408
    },
    "cbb_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571612304
    },
    "cbb_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571611888
    },
    "cbb_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571619696
    },
    "cbb_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571606608
    },
    "cbb_start_16_io": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609091048
    },
    "cbb_start_32_io": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609091168
    },
    "cbb_start_mem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609090928
    },
    "cbb_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571607344
    },
    "cbb_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571619552
    },
    "cbb_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571612384
    },
    "cbbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "cbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ciss_bmic_cdb"
        }
      },
      "address": 0
    },
    "cbc_mac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cbdata": {
      "type": {
        "kind": "struct",
        "name": "ocs_node_cb_t"
      },
      "address": 0
    },
    "cbe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_tx_pkt_batch_entry"
        }
      },
      "address": 0
    },
    "cbegin": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cbfc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ciss_bmic_flush_cache"
        }
      },
      "address": 0
    },
    "cbi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cbident": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "cbp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "cbpathdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cbq_add_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576725568
    },
    "cbq_add_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576726400
    },
    "cbq_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576725376
    },
    "cbq_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576725072
    },
    "cbq_getqstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576727536
    },
    "cbq_pfattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724976
    },
    "cbq_remove_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576725728
    },
    "cbq_remove_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576727232
    },
    "cbq_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576725472
    },
    "cbqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cbq_state_t"
        }
      },
      "address": 0
    },
    "cbqrestart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576727056
    },
    "cbr": {
      "type": {
        "kind": "struct",
        "name": "vmbus_chan_br"
      },
      "address": 0
    },
    "cbra": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cbret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cbucket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_cache_bucket"
        }
      },
      "address": 0
    },
    "cbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "cbw_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cc_ack_received": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577808000
    },
    "cc_after_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577858528
    },
    "cc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577783296
    },
    "cc_cong_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577808976
    },
    "cc_conn_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577808400
    },
    "cc_cubic": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609929600
    },
    "cc_cubic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cc_d": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cc_default_algo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577786080
    },
    "cc_default_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210604
    },
    "cc_deregister_algo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577783472
    },
    "cc_deregister_algo_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577783616
    },
    "cc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577783376
    },
    "cc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608446360
    },
    "cc_ecnpkt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577809568
    },
    "cc_ecnpkt_handler_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577809440
    },
    "cc_in": {
      "type": {
        "kind": "struct",
        "name": "crypto_buffer_cursor"
      },
      "address": 0
    },
    "cc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577786016
    },
    "cc_list": {
      "type": {
        "kind": "struct",
        "name": "cc_head"
      },
      "address": 18446744071609927872
    },
    "cc_list_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577786384
    },
    "cc_list_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613059312
    },
    "cc_mem": {
      "type": {
        "kind": "struct",
        "name": "cc_var"
      },
      "address": 0
    },
    "cc_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577785072
    },
    "cc_out": {
      "type": {
        "kind": "struct",
        "name": "crypto_buffer_cursor"
      },
      "address": 0
    },
    "cc_post_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577809360
    },
    "cc_refer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577783200
    },
    "cc_register_algo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577783984
    },
    "cc_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577783248
    },
    "cc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927936
    },
    "cc_t6nex_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608446312
    },
    "cc_t6nex_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608446288
    },
    "cc_t6nexmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444520
    },
    "ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "ccb_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "ccb_1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "ccb_h": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "ccb_malloced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ccb_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 0
    },
    "ccb_post_stamp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ccb_relsim": {
      "type": {
        "kind": "struct",
        "name": "ccb_relsim"
      },
      "address": 0
    },
    "ccb_status": {
      "type": {
        "kind": "enum",
        "name": "unnamed_86892f389beaf69f"
      },
      "address": 0
    },
    "ccbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ccbb17": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ccbb18": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ccbh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "ccbq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_ccbq"
        }
      },
      "address": 0
    },
    "ccc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "cccc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ccd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ccdelta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_fastopen_ccache_entry"
        }
      },
      "address": 0
    },
    "cce_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_fastopen_ccache_entry"
        }
      },
      "address": 0
    },
    "ccfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_cnt_config"
        }
      },
      "address": 0
    },
    "ccfn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "ccg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_calc_geometry"
        }
      },
      "address": 0
    },
    "cchn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ccim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ccis": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cck": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "r92s_rx_cck"
        }
      },
      "address": 0
    },
    "cckIndex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cckOfdmPwrDelta": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "cckPhyErrCnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cck_ack_rates": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cck_level_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "HAL_ANI_CCK_LEVEL_ENTRY"
        }
      },
      "address": 18446744071584309312
    },
    "cck_ofdm_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cck_phy_err_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cck_phy_err_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cck_plcp2rate": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584035152
    },
    "cck_pwltable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cck_pwrlvl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cck_pwrlvl_max": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cck_pwrtable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cck_spur_freq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cck_upgt2rate": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821412
    },
    "cckoff": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 18446744071584821396
    },
    "cckpow": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cclk_ps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ccltab": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ccmp": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_cipher"
      },
      "address": 18446744071585239144
    },
    "ccmp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191664
    },
    "ccmp_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577193968
    },
    "ccmp_demic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577195888
    },
    "ccmp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191760
    },
    "ccmp_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191984
    },
    "ccmp_enmic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577195872
    },
    "ccmp_init_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577195904
    },
    "ccmp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609850232
    },
    "ccmp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191424
    },
    "ccmp_setiv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191856
    },
    "ccmp_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191792
    },
    "ccomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "sa_comp_t"
        }
      },
      "address": 0
    },
    "ccomp_org": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ccpbk": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "ccpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900436
    },
    "ccs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ccscbctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_CCtx"
        }
      },
      "address": 0
    },
    "cctxInWorkspace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cctxParams": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_CCtx_params"
      },
      "address": 0
    },
    "cctxSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_device"
        }
      },
      "address": 0
    },
    "cd6byteworkaround": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566039264
    },
    "cd9660_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575044976
    },
    "cd9660_blkatoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575030512
    },
    "cd9660_bmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575027792
    },
    "cd9660_bmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cd9660_cmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575041168
    },
    "cd9660_defattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575030832
    },
    "cd9660_deftstamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575031184
    },
    "cd9660_fhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575041984
    },
    "cd9660_fifoops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609612440
    },
    "cd9660_gbp_getblkno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049264
    },
    "cd9660_gbp_getblksz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049296
    },
    "cd9660_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575045072
    },
    "cd9660_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575048432
    },
    "cd9660_iconv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iconv_functions"
        }
      },
      "address": 18446744071612529624
    },
    "cd9660_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575030736
    },
    "cd9660_ino_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575030704
    },
    "cd9660_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575046080
    },
    "cd9660_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575027936
    },
    "cd9660_lookup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cd9660_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609611216
    },
    "cd9660_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575040512
    },
    "cd9660_node.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cd9660_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575044928
    },
    "cd9660_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575048288
    },
    "cd9660_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575045616
    },
    "cd9660_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575046320
    },
    "cd9660_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575047824
    },
    "cd9660_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575030768
    },
    "cd9660_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575041792
    },
    "cd9660_rrip.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cd9660_rrip_altname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034480
    },
    "cd9660_rrip_analyze": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575032448
    },
    "cd9660_rrip_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575033728
    },
    "cd9660_rrip_cont": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034400
    },
    "cd9660_rrip_defattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575033792
    },
    "cd9660_rrip_defname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575033344
    },
    "cd9660_rrip_deftstamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034176
    },
    "cd9660_rrip_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034208
    },
    "cd9660_rrip_extref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575035344
    },
    "cd9660_rrip_getname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575033072
    },
    "cd9660_rrip_getsymname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575033488
    },
    "cd9660_rrip_idflag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034336
    },
    "cd9660_rrip_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575032496
    },
    "cd9660_rrip_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575033568
    },
    "cd9660_rrip_pclink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034768
    },
    "cd9660_rrip_reldir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034448
    },
    "cd9660_rrip_slink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034816
    },
    "cd9660_rrip_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575034432
    },
    "cd9660_rrip_tstamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575033856
    },
    "cd9660_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575045520
    },
    "cd9660_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575041888
    },
    "cd9660_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575048176
    },
    "cd9660_tstamp_conv17": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575031776
    },
    "cd9660_tstamp_conv7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575032160
    },
    "cd9660_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575041504
    },
    "cd9660_util.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cd9660_vfs_hash_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575040480
    },
    "cd9660_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071609611240
    },
    "cd9660_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609611320
    },
    "cd9660_vfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cd9660_vget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575041968
    },
    "cd9660_vget_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575039280
    },
    "cd9660_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609611760
    },
    "cd9660_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cd9660_vptofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575048544
    },
    "cd9660module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609611152
    },
    "cd_it": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_uart_compat_data"
        }
      },
      "address": 0
    },
    "cd_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608271504
    },
    "cd_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566022352
    },
    "cd_page_size_table": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cd_page_sizes"
        }
      },
      "address": 0
    },
    "cd_poll_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608271664
    },
    "cd_quirk_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cd_quirk_entry"
        }
      },
      "address": 18446744071608271584
    },
    "cd_retry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608271668
    },
    "cd_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608271792
    },
    "cdai": {
      "type": {
        "kind": "struct",
        "name": "ccb_dev_advinfo"
      },
      "address": 0
    },
    "cdasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566022464
    },
    "cdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cdb0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cdb_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cdb_len": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cdb_length": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cdb_phyaddr_hi32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cdb_phyaddr_lo32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cdb_phyaddr_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cdb_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cdb_sgcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cdb_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cdb_str": {
      "type": {
        "count": 49,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cdblen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cdbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cdce_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573106192
    },
    "cdce_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573112432
    },
    "cdce_attach_post_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573113056
    },
    "cdce_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573108432
    },
    "cdce_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573108784
    },
    "cdce_config": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585054000
    },
    "cdce_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573108288
    },
    "cdce_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609411808
    },
    "cdce_driver_loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573105696
    },
    "cdce_dual_devs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607489856
    },
    "cdce_etag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610909848
    },
    "cdce_free_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573110032
    },
    "cdce_handle_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573105920
    },
    "cdce_host_devs": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607430560
    },
    "cdce_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573112496
    },
    "cdce_intr_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573109264
    },
    "cdce_intr_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573109632
    },
    "cdce_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573113584
    },
    "cdce_m_crc32_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573110224
    },
    "cdce_media_change_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573113696
    },
    "cdce_media_status_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573113712
    },
    "cdce_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585053792
    },
    "cdce_ncm_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573110352
    },
    "cdce_ncm_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573111024
    },
    "cdce_ncm_config": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585054160
    },
    "cdce_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573106112
    },
    "cdce_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573108400
    },
    "cdce_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573112736
    },
    "cdce_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573112896
    },
    "cdce_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573112448
    },
    "cdce_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573112640
    },
    "cdce_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573108368
    },
    "cdce_switch_devs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607430432
    },
    "cdce_test_autoinst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573105808
    },
    "cdce_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585053904
    },
    "cdce_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609411760
    },
    "cdce_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609411736
    },
    "cdce_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609411528
    },
    "cdcleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566024336
    },
    "cdclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566027232
    },
    "cdcmdsizesysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566038720
    },
    "cdd_power": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "cddiskgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566028032
    },
    "cddone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566045360
    },
    "cddriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608271528
    },
    "cde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "clip_db_entry"
        }
      },
      "address": 0
    },
    "cde_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "clip_db_entry"
        }
      },
      "address": 0
    },
    "cdepth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cderror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566039024
    },
    "cdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_config_descriptor"
        }
      },
      "address": 0
    },
    "cdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "cdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cdev_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827360
    },
    "cdev_pager_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580074496
    },
    "cdev_pager_free_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580075344
    },
    "cdev_pager_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580074352
    },
    "cdevp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linux_cdev"
        }
      },
      "address": 0
    },
    "cdevp_free_list": {
      "type": {
        "kind": "struct",
        "name": "cdev_priv_list"
      },
      "address": 18446744071609644504
    },
    "cdevp_list": {
      "type": {
        "kind": "struct",
        "name": "cdev_priv_list"
      },
      "address": 18446744071609528608
    },
    "cdevpriv_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612469568
    },
    "cdevpriv_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609532664
    },
    "cdevpriv_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609531008
    },
    "cdevpriv_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609531032
    },
    "cdevsw_gt_post_list": {
      "type": {
        "kind": "struct",
        "name": "free_cdevsw"
      },
      "address": 18446744071612534552
    },
    "cdevsw_gt_post_list.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612534552
    },
    "cdgetmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566039776
    },
    "cdi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dsp_cdevinfo"
        }
      },
      "address": 0
    },
    "cdict": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_CDict"
        }
      },
      "address": 0
    },
    "cdictEnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cdictInWorkspace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cdictLen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cdictSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cdict_cParams": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_compressionParameters"
        }
      },
      "address": 0
    },
    "cdindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cdinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566022400
    },
    "cdioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566028064
    },
    "cdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "cdm": {
      "type": {
        "kind": "struct",
        "name": "ccb_dev_match"
      },
      "address": 0
    },
    "cdmediapoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566038576
    },
    "cdmediaprobedone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566048080
    },
    "cdmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608270944
    },
    "cdoninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566024256
    },
    "cdopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566026624
    },
    "cdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdevsw"
        }
      },
      "address": 0
    },
    "cdp_free": {
      "type": {
        "kind": "struct",
        "name": "cdev_priv_list"
      },
      "address": 0
    },
    "cdpause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566042032
    },
    "cdplay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566041024
    },
    "cdplaymsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566040480
    },
    "cdplaytracks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566040768
    },
    "cdprevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566038800
    },
    "cdr_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cdreaddvdstructure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566044368
    },
    "cdreadsubchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566041392
    },
    "cdreadtoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566041680
    },
    "cdregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566022896
    },
    "cdreportkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566042816
    },
    "cdrp": {
      "type": {
        "kind": "struct",
        "name": "qla_cdrp_t"
      },
      "address": 0
    },
    "cds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_ruleset"
        }
      },
      "address": 0
    },
    "cdsendkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566043728
    },
    "cdsetmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566040144
    },
    "cdsetspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566042528
    },
    "cdstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566024624
    },
    "cdstartunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566042240
    },
    "cdstopunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566042384
    },
    "cdstrategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566027680
    },
    "cdsysctlinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566026144
    },
    "cdu_ilt_start": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cdw11": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ce": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ce64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SGE_CHAIN64"
        }
      },
      "address": 0
    },
    "ce_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "clip_entry"
        }
      },
      "address": 0
    },
    "cee_cfg": {
      "type": {
        "kind": "struct",
        "name": "i40e_aqc_get_cee_dcb_cfg_resp"
      },
      "address": 0
    },
    "cee_v1_cfg": {
      "type": {
        "kind": "struct",
        "name": "i40e_aqc_get_cee_dcb_cfg_v1_resp"
      },
      "address": 0
    },
    "ceiling": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cel": {
      "type": {
        "kind": "struct",
        "name": "celockstate"
      },
      "address": 0
    },
    "cell": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 0
    },
    "cellNb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "center": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "center_button": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "center_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "centers": {
      "type": {
        "kind": "struct",
        "name": "CHAN_CENTERS"
      },
      "address": 0
    },
    "century": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ces": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "changer_element_status"
        }
      },
      "address": 0
    },
    "cexp": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "cf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cf_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "cf_get_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575152608
    },
    "cf_levels_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575153920
    },
    "cf_lowest_freq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612535256
    },
    "cf_set_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575150048
    },
    "cf_shdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_cf_status_hdr"
        }
      },
      "address": 0
    },
    "cf_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612535252
    },
    "cfa_meta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfcsum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fwlog_cfg"
        }
      },
      "address": 0
    },
    "cfg1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfg2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfgCtl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cfg_addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cfg_data": {
      "type": {
        "kind": "union",
        "name": "ecore_mcast_config_data"
      },
      "address": 0
    },
    "cfg_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mac_configuration_entry"
        }
      },
      "address": 0
    },
    "cfg_file": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cfg_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfg_itype_and_nqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568879168
    },
    "cfg_link": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cfg_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cfg_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "cfg_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_cfg_page"
        }
      },
      "address": 0
    },
    "cfg_pin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfg_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cfg_rdw_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_pcicfg_rdw_t"
        }
      },
      "address": 0
    },
    "cfg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfg_tap_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfgmech": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610194392
    },
    "cfgp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_CONFIG"
        }
      },
      "address": 0
    },
    "cfgptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cfid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cflags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cflen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cfmin": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cfpcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cfpperiod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cfs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cg": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584156184
    },
    "cg_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_group"
        }
      },
      "address": 0
    },
    "cga_driver": {
      "type": {
        "kind": "struct",
        "name": "video_driver"
      },
      "address": 18446744071610095560
    },
    "cga_modes": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587072448
    },
    "cgaccount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579813392
    },
    "cgbno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cgbpref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cgd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_getdev"
        }
      },
      "address": 0
    },
    "cgdl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_getdevlist"
        }
      },
      "address": 0
    },
    "cgds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_getdevstats"
        }
      },
      "address": 0
    },
    "cgino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cgp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cg"
        }
      },
      "address": 0
    },
    "cgsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cgwait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ice_ptg_ptype"
          }
        }
      },
      "address": 0
    },
    "ch_allow": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ch_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608272040
    },
    "ch_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ch_group_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ch_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ch_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ch_map": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ch_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608271968
    },
    "ch_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566049232
    },
    "ch_num": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ch_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ch_pcie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_buf"
        }
      },
      "address": 0
    },
    "ch_pm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_buf"
        }
      },
      "address": 0
    },
    "ch_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "carp_header"
        }
      },
      "address": 0
    },
    "ch_sel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ch_sge_dbg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_buf"
        }
      },
      "address": 0
    },
    "ch_tp_pio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_buf"
        }
      },
      "address": 0
    },
    "ch_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "ch_tv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "chacha-sw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "chacha.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "chacha20": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "chacha20_s"
        }
      },
      "address": 0
    },
    "chacha20_encrypt_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579606512
    },
    "chacha20_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650224
    },
    "chacha20_poly1305.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "chacha20_poly1305_crypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546496
    },
    "chacha20_poly1305_crypt_last": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546688
    },
    "chacha20_poly1305_crypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546592
    },
    "chacha20_poly1305_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566993040
    },
    "chacha20_poly1305_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566992608
    },
    "chacha20_poly1305_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546784
    },
    "chacha20_poly1305_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546336
    },
    "chacha20_poly1305_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546304
    },
    "chacha20_poly1305_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546768
    },
    "chacha20_randomstir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576649728
    },
    "chacha20_ref.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "chacha20_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609816944
    },
    "chacha20_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609816968
    },
    "chacha20_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650416
    },
    "chacha20_xform_crypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566992560
    },
    "chacha20_xform_crypt_last": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566992592
    },
    "chacha20_xform_crypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566992576
    },
    "chacha20_xform_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566992528
    },
    "chacha20_xform_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566992496
    },
    "chacha20inst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "chacha20_s"
        }
      },
      "address": 18446744071613046056
    },
    "chacha_encrypt_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990608
    },
    "chacha_ivsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990560
    },
    "chacha_keysetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566990432
    },
    "chain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "chain1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_chain"
        }
      },
      "address": 0
    },
    "chainAttempt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainAttempts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainPackedPointer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainPos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chainTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "chain_frame_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "chain_frame_base_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chain_frame_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chain_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chain_list_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chain_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chain_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chain_seg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chain_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_chain"
        }
      },
      "address": 0
    },
    "chainalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573943856
    },
    "chainlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sx"
        }
      },
      "address": 0
    },
    "chainmask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "chainmasks": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "chaintofree": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chal_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_report_key_data_challenge"
        }
      },
      "address": 0
    },
    "challenge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "challenge_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_report_key_data_challenge"
        }
      },
      "address": 0
    },
    "chan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_channel"
        }
      },
      "address": 0
    },
    "chan2GHzData": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "CHAN_INFO_2GHZ"
        }
      },
      "address": 18446744071584217168
    },
    "chan5111": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "chanCwMin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chanIEEE": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "chan_L": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chan_R": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chan_cw_min": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chan_ex": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chan_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chan_idx_L": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chan_idx_R": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chan_info_tab": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "chan_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chan_map": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chan_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chan_mask_reg": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "chanflags": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585255536
    },
    "change": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "change_cursor_shape": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572746608
    },
    "change_dir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576582496
    },
    "change_egid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575506976
    },
    "change_euid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505184
    },
    "change_rates": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "change_rgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575506944
    },
    "change_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577117328
    },
    "change_route_conditional": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577117568
    },
    "change_ruid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505056
    },
    "change_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "change_svgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575506960
    },
    "change_svuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505168
    },
    "change_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "changed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "changed_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "changeq": {
      "type": {
        "kind": "struct",
        "name": "pfr_kentryworkq"
      },
      "address": 0
    },
    "changes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chanlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "channel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_channel"
        }
      },
      "address": 0
    },
    "channel.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "channelBM": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "channelFrac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "channelSel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "channelSep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "channelValue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "channel_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "channel_frac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "channel_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189080
    },
    "channel_getcaps_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189296
    },
    "channel_getmatrix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189392
    },
    "channel_getpeaks_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189344
    },
    "channel_getptr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189272
    },
    "channel_getrates_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189368
    },
    "channel_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "channel_info": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "channel_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189056
    },
    "channel_names": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584991952
    },
    "channel_nofree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470176
    },
    "channel_nogetmatrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470304
    },
    "channel_nogetpeaks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470272
    },
    "channel_nogetptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470240
    },
    "channel_nogetrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470288
    },
    "channel_nonotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470256
    },
    "channel_noreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470192
    },
    "channel_noresetdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470208
    },
    "channel_nosetfragments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470224
    },
    "channel_nosetmatrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470336
    },
    "channel_notify_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189320
    },
    "channel_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189104
    },
    "channel_resetdone_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189128
    },
    "channel_sel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "channel_setblocksize_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189200
    },
    "channel_setformat_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189152
    },
    "channel_setfragments_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189224
    },
    "channel_setmatrix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189416
    },
    "channel_setspeed_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189176
    },
    "channel_strings": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "channel_trigger_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609189248
    },
    "channels": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linuxkpi_ieee80211_channel"
        }
      },
      "address": 0
    },
    "channels11b": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "channels11g": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "chanp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wmeParams"
        }
      },
      "address": 0
    },
    "chans": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "chans1": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "chans2": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "char1": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "charged": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "charnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chassis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "chasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566049344
    },
    "chcleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566050416
    },
    "chclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566052032
    },
    "chdevgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566057984
    },
    "chdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566053104
    },
    "chdriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608271992
    },
    "check": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "check32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "checkCalc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "checkRead": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "check_clear_deps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579926192
    },
    "check_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "check_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "check_device_pending_commands_to_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582249632
    },
    "check_extport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567551408
    },
    "check_fatal_sensors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579291984
    },
    "check_for_scsi_opcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582280608
    },
    "check_fp_fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "check_fspec_against_fconf_iconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568753216
    },
    "check_ifmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578396736
    },
    "check_info_match_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110496
    },
    "check_inode_unwritten": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579892336
    },
    "check_len": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "check_limiting_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "check_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568619632
    },
    "check_padding": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579535024
    },
    "check_pktsize": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "check_prot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "check_quiesce": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "check_release_defrouter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578171296
    },
    "check_ring_tx_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568642448
    },
    "check_struct_sizes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582249504
    },
    "checkattrbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "checklink": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "checkpath_locked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "checksum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "checksumFlag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "checksumSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "checksum_local": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "checksum_sr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "checksz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "checktype": {
      "type": {
        "kind": "enum",
        "name": "unnamed_83397fbb61a2fb15"
      },
      "address": 0
    },
    "checkwrap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cheof": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cherror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566053824
    },
    "chet": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chexchange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566054208
    },
    "chg": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "chg_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chgetelemstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566055056
    },
    "chgkqcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556352
    },
    "chgproccnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556016
    },
    "chgptscnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556240
    },
    "chgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chgsbsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556128
    },
    "chgumtxcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556464
    },
    "chi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chid_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chid_ofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chid_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "chielem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566054848
    },
    "child": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "child_aclp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 0
    },
    "child_bios": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "bio"
          }
        }
      },
      "address": 0
    },
    "child_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "child_dc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "child_lle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentry"
        }
      },
      "address": 0
    },
    "child_no": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "child_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "child_up": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "childlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "childmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "childp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "childproc_continued": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575617104
    },
    "childproc_exited": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575623456
    },
    "childproc_jobstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575623056
    },
    "childproc_stopped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575621808
    },
    "children": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "children2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "chim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "chim_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566049280
    },
    "chioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566052192
    },
    "chip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sym_pci_chip"
        }
      },
      "address": 0
    },
    "chip_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chip_names": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584770080
    },
    "chip_params": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "chip_params"
        }
      },
      "address": 18446744071584732848
    },
    "chip_version": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chipidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chiprev": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "chirpTpcPow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chk_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chkdq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580038752
    },
    "chkiq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580040368
    },
    "chksum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chksum_ok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chmac": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "chmap_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 0
    },
    "chmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608271856
    },
    "chmove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566053840
    },
    "chn": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "chn_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572452832
    },
    "chn_addfeeder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572512080
    },
    "chn_calclatency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572469680
    },
    "chn_calclatency.pblkcnts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585014960
    },
    "chn_calclatency.pbufszs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585015056
    },
    "chn_calclatency.rblkcnts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585015152
    },
    "chn_calclatency.rbufszs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585015248
    },
    "chn_dmaupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572452944
    },
    "chn_findfeeder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572512560
    },
    "chn_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572453392
    },
    "chn_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572460720
    },
    "chn_getformats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572465152
    },
    "chn_getmatrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572459840
    },
    "chn_getmute_matrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572459808
    },
    "chn_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572465024
    },
    "chn_getrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572467824
    },
    "chn_getvolume_matrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572459328
    },
    "chn_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572455968
    },
    "chn_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572450064
    },
    "chn_intr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572449504
    },
    "chn_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "chn_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572457872
    },
    "chn_latency": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609188056
    },
    "chn_latency_profile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609188176
    },
    "chn_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572465328
    },
    "chn_oss_getmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572460304
    },
    "chn_oss_getorder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572460112
    },
    "chn_oss_setorder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572460160
    },
    "chn_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572452608
    },
    "chn_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572448864
    },
    "chn_removefeeder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572512448
    },
    "chn_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572454656
    },
    "chn_resetbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572451312
    },
    "chn_resizebuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572460800
    },
    "chn_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572463968
    },
    "chn_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572455664
    },
    "chn_setlatency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572455936
    },
    "chn_setmatrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572459872
    },
    "chn_setmute_matrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572459552
    },
    "chn_setmute_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572459360
    },
    "chn_setparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572455248
    },
    "chn_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572455824
    },
    "chn_setvolume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572458336
    },
    "chn_setvolume_matrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572458480
    },
    "chn_setvolume_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572458784
    },
    "chn_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572448176
    },
    "chn_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572451360
    },
    "chn_syncdelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609189020
    },
    "chn_syncdestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572467920
    },
    "chn_syncstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572464000
    },
    "chn_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609189016
    },
    "chn_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572450240
    },
    "chn_usefrags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812864
    },
    "chn_vol_0db_pcm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609189024
    },
    "chn_vpc_autoreset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609189028
    },
    "chn_vpc_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572468432
    },
    "chn_vpc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572457664
    },
    "chn_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572469312
    },
    "chn_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572447536
    },
    "chnl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "chnlbw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chnmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "choninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566050352
    },
    "choosethread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575628992
    },
    "choosethread_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629040
    },
    "chop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566050688
    },
    "chownres": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "chp": {
      "type": {
        "kind": "struct",
        "name": "chanAccParams"
      },
      "address": 0
    },
    "chposition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566054560
    },
    "chregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566049488
    },
    "chroot_allow_open_directories": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609647776
    },
    "chs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "chsetvoltag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566057536
    },
    "chstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566050464
    },
    "cht_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "chtag": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chtiming": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584156032
    },
    "chunk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chunkEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "chunkSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chunkStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "chunk_checksum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chunk_extra": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chunk_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chunk_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "chunk_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chunk_options": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chunk_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chunk_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "chunk_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "chunklen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "chw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ci": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ci_list": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cmd_info"
        }
      },
      "address": 18446744071584776944
    },
    "ciad": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cid_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cid_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cid_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cidxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "cie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_country_ie"
        }
      },
      "address": 0
    },
    "cierror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "carp_if"
        }
      },
      "address": 0
    },
    "cim_host_intr_details": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584738704
    },
    "cim_host_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584739168
    },
    "cim_host_upacc_intr_details": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584739216
    },
    "cim_host_upacc_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584739728
    },
    "cim_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568993936
    },
    "cim_intr_handler.cim_host_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738704
    },
    "cim_intr_handler.cim_host_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584739168
    },
    "cim_intr_handler.cim_host_upacc_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584739216
    },
    "cim_intr_handler.cim_host_upacc_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584739728
    },
    "cim_intr_handler.cim_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608429760
    },
    "cim_intr_handler.cim_pf_host_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584739768
    },
    "cim_intr_info": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_info"
        }
      },
      "address": 18446744071608429760
    },
    "cim_num_obq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cim_pf_host_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584739768
    },
    "cim_pif_la_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cim_pif_la"
        }
      },
      "address": 0
    },
    "cim_qcfg_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_cim_qcfg"
        }
      },
      "address": 0
    },
    "cin_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cinfo": {
      "type": {
        "kind": "struct",
        "name": "ida_controller_info"
      },
      "address": 0
    },
    "cinit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "cio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_conf_io"
        }
      },
      "address": 0
    },
    "cio32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_conf_io32"
        }
      },
      "address": 0
    },
    "cip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_cipher"
        }
      },
      "address": 0
    },
    "cipher": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cipher_modnames": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585239088
    },
    "cipher_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cipher_stop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ciphermap": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584175516
    },
    "ciphers": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ieee80211_cipher"
          }
        }
      },
      "address": 18446744071613057296
    },
    "ciphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ciphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570277392
    },
    "ciphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608508272
    },
    "ciphy_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570278896
    },
    "ciphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584852976
    },
    "ciphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584852736
    },
    "ciphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608508224
    },
    "ciphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608508200
    },
    "ciphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608508160
    },
    "ciphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570277360
    },
    "ciphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570278864
    },
    "ciphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570277424
    },
    "ciphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570278224
    },
    "ciphys": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584852816
    },
    "cis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cciss_coalint_struct"
        }
      },
      "address": 0
    },
    "cisco_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577454864
    },
    "cisco_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577457232
    },
    "cisco_keepalive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577457328
    },
    "cisco_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577455808
    },
    "cisco_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577457808
    },
    "cisco_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577456128
    },
    "cisco_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577454992
    },
    "cisco_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577457456
    },
    "cisco_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577455744
    },
    "ciss.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ciss_accept_media": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568594144
    },
    "ciss_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568577472
    },
    "ciss_cam_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568595392
    },
    "ciss_cam_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568597152
    },
    "ciss_cam_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568584240
    },
    "ciss_cam_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568596704
    },
    "ciss_cam_rescan_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568604560
    },
    "ciss_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608424720
    },
    "ciss_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568599904
    },
    "ciss_command_map_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568589856
    },
    "ciss_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568589872
    },
    "ciss_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568582272
    },
    "ciss_expose_hidden_physical": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625656
    },
    "ciss_flush_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568598208
    },
    "ciss_force_interrupt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625668
    },
    "ciss_force_transport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625664
    },
    "ciss_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568586160
    },
    "ciss_get_bmic_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568590304
    },
    "ciss_identify_logical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568593152
    },
    "ciss_init_logical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568583648
    },
    "ciss_inquiry_logical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568594592
    },
    "ciss_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568589568
    },
    "ciss_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568600032
    },
    "ciss_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568583328
    },
    "ciss_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584700352
    },
    "ciss_name_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568603696
    },
    "ciss_nop_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568598544
    },
    "ciss_nop_complete.first_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610625672
    },
    "ciss_nop_message_heartbeat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610625660
    },
    "ciss_notify_abort_bmic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568604720
    },
    "ciss_notify_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568599280
    },
    "ciss_notify_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568598704
    },
    "ciss_notify_rescan_logical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568604048
    },
    "ciss_notify_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568602240
    },
    "ciss_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568599776
    },
    "ciss_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608423512
    },
    "ciss_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608423464
    },
    "ciss_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608423440
    },
    "ciss_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608423152
    },
    "ciss_perf_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568589488
    },
    "ciss_perf_msi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568589104
    },
    "ciss_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568585376
    },
    "ciss_print_ldrive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568595088
    },
    "ciss_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568577408
    },
    "ciss_release_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568591776
    },
    "ciss_report_luns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568592480
    },
    "ciss_request_map_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568592096
    },
    "ciss_setup_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568588432
    },
    "ciss_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568582448
    },
    "ciss_spawn_notify_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568586064
    },
    "ciss_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568591872
    },
    "ciss_synch_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568590784
    },
    "ciss_vendor_data": {
      "type": {
        "count": 72,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_31703710ddace604"
        }
      },
      "address": 18446744071608423568
    },
    "ciss_wait_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568588304
    },
    "civd": {
      "type": {
        "kind": "struct",
        "name": "ice_orom_civd_info"
      },
      "address": 0
    },
    "cix": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ck_array.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_array_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214368
    },
    "ck_array_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214464
    },
    "ck_array_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213632
    },
    "ck_array_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213760
    },
    "ck_array_put_unique": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213984
    },
    "ck_array_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214080
    },
    "ck_barrier_centralized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214560
    },
    "ck_barrier_centralized.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_barrier_combining": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214896
    },
    "ck_barrier_combining.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_barrier_combining_aux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214928
    },
    "ck_barrier_combining_group_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214624
    },
    "ck_barrier_combining_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566214832
    },
    "ck_barrier_dissemination": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566215728
    },
    "ck_barrier_dissemination.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_barrier_dissemination_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566215024
    },
    "ck_barrier_dissemination_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566215600
    },
    "ck_barrier_dissemination_subscribe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566215568
    },
    "ck_barrier_mcs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566216224
    },
    "ck_barrier_mcs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_barrier_mcs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566215872
    },
    "ck_barrier_mcs_subscribe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566216192
    },
    "ck_barrier_tournament": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217104
    },
    "ck_barrier_tournament.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_barrier_tournament_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566216496
    },
    "ck_barrier_tournament_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566216976
    },
    "ck_barrier_tournament_subscribe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566216464
    },
    "ck_epoch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_epoch_barrier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566218560
    },
    "ck_epoch_barrier_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566218704
    },
    "ck_epoch_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217504
    },
    "ck_epoch_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566219376
    },
    "ck_epoch_poll_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566218848
    },
    "ck_epoch_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217952
    },
    "ck_epoch_recycle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217536
    },
    "ck_epoch_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217616
    },
    "ck_epoch_synchronize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566218528
    },
    "ck_epoch_synchronize_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566218096
    },
    "ck_epoch_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566217792
    },
    "ck_hp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_hp_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220224
    },
    "ck_hp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566219392
    },
    "ck_hp_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220320
    },
    "ck_hp_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566219760
    },
    "ck_hp_recycle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566219456
    },
    "ck_hp_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566219600
    },
    "ck_hp_retire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220160
    },
    "ck_hp_set_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566219440
    },
    "ck_hp_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566219520
    },
    "ck_hs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_hs_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566224192
    },
    "ck_hs_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220656
    },
    "ck_hs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220672
    },
    "ck_hs_fas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566223632
    },
    "ck_hs_gc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566222080
    },
    "ck_hs_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566225216
    },
    "ck_hs_grow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566221184
    },
    "ck_hs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566227744
    },
    "ck_hs_iterator_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220432
    },
    "ck_hs_map_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220784
    },
    "ck_hs_map_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566223104
    },
    "ck_hs_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566227664
    },
    "ck_hs_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220464
    },
    "ck_hs_next_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220544
    },
    "ck_hs_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566224912
    },
    "ck_hs_put_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566224928
    },
    "ck_hs_put_unique": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566225200
    },
    "ck_hs_rebuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566222048
    },
    "ck_hs_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566226432
    },
    "ck_hs_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566221104
    },
    "ck_hs_reset_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220704
    },
    "ck_hs_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566224576
    },
    "ck_hs_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220624
    },
    "ck_ht.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_ht_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566230016
    },
    "ck_ht_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566232736
    },
    "ck_ht_gc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566228624
    },
    "ck_ht_get_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566231680
    },
    "ck_ht_grow_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566230336
    },
    "ck_ht_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566227872
    },
    "ck_ht_hash_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566227904
    },
    "ck_ht_hash_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566228048
    },
    "ck_ht_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566227952
    },
    "ck_ht_map_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566228288
    },
    "ck_ht_map_probe_rd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566231024
    },
    "ck_ht_map_probe_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566229248
    },
    "ck_ht_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566230032
    },
    "ck_ht_put_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566232384
    },
    "ck_ht_remove_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566230880
    },
    "ck_ht_reset_size_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566230176
    },
    "ck_ht_reset_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566230256
    },
    "ck_ht_set_spmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566231840
    },
    "ck_ht_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566227840
    },
    "ck_rhs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ck_rhs_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566239008
    },
    "ck_rhs_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234048
    },
    "ck_rhs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234080
    },
    "ck_rhs_do_backward_shift_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566237520
    },
    "ck_rhs_fas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234992
    },
    "ck_rhs_gc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234752
    },
    "ck_rhs_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566242048
    },
    "ck_rhs_grow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566232912
    },
    "ck_rhs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566242512
    },
    "ck_rhs_iterator_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566233856
    },
    "ck_rhs_map_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234192
    },
    "ck_rhs_map_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566243120
    },
    "ck_rhs_map_probe_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566242608
    },
    "ck_rhs_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566242432
    },
    "ck_rhs_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566233888
    },
    "ck_rhs_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566241136
    },
    "ck_rhs_put_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566241152
    },
    "ck_rhs_put_robin_hood": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566235664
    },
    "ck_rhs_put_unique": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566242032
    },
    "ck_rhs_rebuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234720
    },
    "ck_rhs_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566242256
    },
    "ck_rhs_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234640
    },
    "ck_rhs_reset_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234112
    },
    "ck_rhs_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566240112
    },
    "ck_rhs_set_load_factor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566232768
    },
    "ck_rhs_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566234016
    },
    "ckhash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cklen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cksum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cksum_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cksumlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cksumvalid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 0
    },
    "cl37_fsm_received": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cl37_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cl72_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cl_bit_vec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cl_gain_mod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cl_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "claim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "claimed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "claimedblk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clampedCompressionLevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "class": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "class_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578826560
    },
    "class_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "class_locale": {
      "type": {
        "kind": "union",
        "name": "mrsas_evt_class_locale"
      },
      "address": 0
    },
    "class_match": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "classes": {
      "type": {
        "kind": "struct",
        "name": "linker_class_list_t"
      },
      "address": 18446744071612538656
    },
    "classes_pass": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "clast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "clbr_curr_next": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clc_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clc_gain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clc_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clean_unrhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576022592
    },
    "clean_unrhdrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576022352
    },
    "cleanfat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cleanup": {
      "type": {
        "kind": "struct",
        "name": "svcxprt_list"
      },
      "address": 18446744071579318384
    },
    "cleanup_data": {
      "type": {
        "kind": "struct",
        "name": "cleanup_data_struct"
      },
      "address": 18446744071609526456
    },
    "cleanup_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573867360
    },
    "cleanup_srcu_struct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899152
    },
    "cleanup_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610013472
    },
    "cleanup_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609526896
    },
    "cleanup_xaddrs_gateway": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577151264
    },
    "cleanups": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clear": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clear_counter": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "clear_dwords": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clear_fifo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clear_inodedeps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579931552
    },
    "clear_latch_ind": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "clear_pcb_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422320
    },
    "clear_sge_ctxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568731760
    },
    "clear_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568887792
    },
    "clear_unrhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576023008
    },
    "cleared": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clearing": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clearok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clflg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rm_class"
        }
      },
      "address": 0
    },
    "clibuf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "clickpad_pressed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clid": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "union",
          "name": "nfsquad_t"
        }
      },
      "address": 0
    },
    "clidcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clidinusedelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "clidrev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "client": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 0
    },
    "client_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612483392
    },
    "clientid": {
      "type": {
        "kind": "union",
        "name": "nfsquad_t"
      },
      "address": 0
    },
    "clim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "clip_db": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_dbd57064a01e1ab9"
        }
      },
      "address": 18446744071610625832
    },
    "clip_db_gen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625880
    },
    "clip_db_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610625792
    },
    "clip_db_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610625824
    },
    "clip_db_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071610625840
    },
    "clipped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "clist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_ctx_list"
        }
      },
      "address": 0
    },
    "clk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clk0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "clk1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "clkRate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clk_25mhz": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "clk_44": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clk_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clk_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clk_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "clk_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clk_info_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_clk_info"
        }
      },
      "address": 0
    },
    "clk_intr_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_event"
        }
      },
      "address": 18446744071612538440
    },
    "clk_oe_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clk_sel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clk_src": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clk_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clkcr1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "clkdiv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clkinfo": {
      "type": {
        "kind": "struct",
        "name": "clockinfo"
      },
      "address": 0
    },
    "clkintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581274528
    },
    "clkintr_pending": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439048
    },
    "clkreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clkrun_hack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572195360
    },
    "clks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clksm_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cll": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ciss_lun_report"
        }
      },
      "address": 0
    },
    "clm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cluster_metadata"
        }
      },
      "address": 0
    },
    "clnt_bck.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "clnt_bck_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579617056
    },
    "clnt_bck_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579613408
    },
    "clnt_bck_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579617152
    },
    "clnt_bck_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579617552
    },
    "clnt_bck_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579612864
    },
    "clnt_bck_create.disrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291744
    },
    "clnt_bck_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579617424
    },
    "clnt_bck_freeres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579617104
    },
    "clnt_bck_geterr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579617072
    },
    "clnt_bck_ops": {
      "type": {
        "kind": "struct",
        "name": "clnt_ops"
      },
      "address": 18446744071585394928
    },
    "clnt_bck_svccall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579616672
    },
    "clnt_call_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579648336
    },
    "clnt_dg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "clnt_dg_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579623952
    },
    "clnt_dg_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579619872
    },
    "clnt_dg_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579624048
    },
    "clnt_dg_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579625184
    },
    "clnt_dg_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579617568
    },
    "clnt_dg_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579624480
    },
    "clnt_dg_freeres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579624000
    },
    "clnt_dg_geterr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579623968
    },
    "clnt_dg_ops": {
      "type": {
        "kind": "struct",
        "name": "clnt_ops"
      },
      "address": 18446744071585395176
    },
    "clnt_dg_soupcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579619184
    },
    "clnt_principal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "clnt_rc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "clnt_reconnect_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579629264
    },
    "clnt_reconnect_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579626560
    },
    "clnt_reconnect_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579629344
    },
    "clnt_reconnect_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579629840
    },
    "clnt_reconnect_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579626064
    },
    "clnt_reconnect_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579629632
    },
    "clnt_reconnect_freeres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579629312
    },
    "clnt_reconnect_geterr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579629280
    },
    "clnt_reconnect_ops": {
      "type": {
        "kind": "struct",
        "name": "clnt_ops"
      },
      "address": 18446744071585395496
    },
    "clnt_vc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "clnt_vc_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579637776
    },
    "clnt_vc_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579634416
    },
    "clnt_vc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579637872
    },
    "clnt_vc_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579639456
    },
    "clnt_vc_control.thrdnum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291760
    },
    "clnt_vc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579630496
    },
    "clnt_vc_create.disrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291756
    },
    "clnt_vc_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579638640
    },
    "clnt_vc_dotlsupcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579640416
    },
    "clnt_vc_freeres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579637824
    },
    "clnt_vc_geterr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579637792
    },
    "clnt_vc_ops": {
      "type": {
        "kind": "struct",
        "name": "clnt_ops"
      },
      "address": 18446744071585395800
    },
    "clnt_vc_soupcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579632144
    },
    "clo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "clock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "clock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "clockFreq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clockMhzScaled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clock_bcd_to_ts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575868448
    },
    "clock_ct_to_ts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575867584
    },
    "clock_dbgprint_bcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953296
    },
    "clock_dbgprint_ct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953456
    },
    "clock_dbgprint_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953616
    },
    "clock_dbgprint_ts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953760
    },
    "clock_gating_unit_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clock_gettime_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614232
    },
    "clock_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "clock_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581271584
    },
    "clock_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613439008
    },
    "clock_mhz_scaled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clock_print_bcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575869760
    },
    "clock_print_ct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575868304
    },
    "clock_print_ts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575869904
    },
    "clock_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575954672
    },
    "clock_register_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953920
    },
    "clock_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575955040
    },
    "clock_settime_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614256
    },
    "clock_ts_to_bcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575869536
    },
    "clock_ts_to_ct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575868880
    },
    "clock_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575954688
    },
    "clockcalib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582444048
    },
    "clockhi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clockhi1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clockid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clocklo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clocks_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609643328
    },
    "clone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apm_clone_data"
        }
      },
      "address": 0
    },
    "clone.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "clone_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575137200
    },
    "clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575135248
    },
    "clone_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575135200
    },
    "clone_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613051136
    },
    "cloneuio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021136
    },
    "cloop_version": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "close": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "close_on_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "closedbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "closef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575201328
    },
    "closef_nothread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575203632
    },
    "closefp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575190512
    },
    "closefp_hl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217280
    },
    "closefp_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217520
    },
    "closest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fatcache"
        }
      },
      "address": 0
    },
    "cloud_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclient"
        }
      },
      "address": 0
    },
    "clp_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_dmtf_exec_clp_cmd_t"
        }
      },
      "address": 0
    },
    "clp_rsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_res_dmtf_exec_clp_cmd_t"
        }
      },
      "address": 0
    },
    "clr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_clr"
        }
      },
      "address": 0
    },
    "cls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kobj_class"
        }
      },
      "address": 0
    },
    "cls_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cls_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clstsz": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "clt_buf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "clust": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "clustentries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cluster": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cluster_anon": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610070008
    },
    "cluster_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576439872
    },
    "cluster_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cluster_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440112
    },
    "cluster_init_vn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440064
    },
    "cluster_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cluster_pbuf_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613042816
    },
    "cluster_rbuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576434608
    },
    "cluster_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576432512
    },
    "cluster_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609805376
    },
    "cluster_wbuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576437952
    },
    "cluster_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576436064
    },
    "clusteralloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573939664
    },
    "clusterfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573938304
    },
    "clusters": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "clustersz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "clustsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "clval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612481984
    },
    "cm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cmsghdr"
        }
      },
      "address": 0
    },
    "cm_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cmatches": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tokmatch_t"
        }
      },
      "address": 18446744071584903392
    },
    "cmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmaxamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cmb"
        }
      },
      "address": 0
    },
    "cmb_block_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cmb_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cmbat_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608329792
    },
    "cmbat_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618616
    },
    "cmbat_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608329632
    },
    "cmbat_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329376
    },
    "cmbat_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329400
    },
    "cmc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581321376
    },
    "cmc_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "cmc_state"
          }
        }
      },
      "address": 18446744071613440448
    },
    "cmc_throttle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168564
    },
    "cmcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cmsgcred"
        }
      },
      "address": 0
    },
    "cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_set_wol_filter"
        }
      },
      "address": 0
    },
    "cmd10": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_rw_10"
        }
      },
      "address": 0
    },
    "cmd6": {
      "type": {
        "kind": "struct",
        "name": "scsi_rw_6"
      },
      "address": 0
    },
    "cmd6workaround": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566097312
    },
    "cmdSMID": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cmd_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cmd_args": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cmd_ba": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_command_packet"
        }
      },
      "address": 0
    },
    "cmd_channel_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_completed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cmd_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_mac_address_read"
        }
      },
      "address": 0
    },
    "cmd_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_command"
        }
      },
      "address": 0
    },
    "cmd_details": {
      "type": {
        "kind": "struct",
        "name": "i40e_asq_cmd_details"
      },
      "address": 0
    },
    "cmd_exec_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579217648
    },
    "cmd_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cmd_h": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_handlers": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtnl_cmd_handler"
        }
      },
      "address": 18446744071585314704
    },
    "cmd_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_cmd_header"
        }
      },
      "address": 0
    },
    "cmd_if_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cmd_info": {
      "type": {
        "count": 66,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cmd_info"
        }
      },
      "address": 18446744071610005376
    },
    "cmd_l": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmd_mfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_mfi_cmd"
        }
      },
      "address": 0
    },
    "cmd_mmrbc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cmd_mpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_mpt_cmd"
        }
      },
      "address": 0
    },
    "cmd_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmd_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_param_flag": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cmd_pkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_command_packet"
        }
      },
      "address": 0
    },
    "cmd_pos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_pending_mcast_cmd"
        }
      },
      "address": 0
    },
    "cmd_pos_n": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_pending_mcast_cmd"
        }
      },
      "address": 0
    },
    "cmd_queue_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmd_regs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pbf_pN_cmd_regs"
        }
      },
      "address": 0
    },
    "cmd_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtio_scsi_cmd_req"
        }
      },
      "address": 0
    },
    "cmd_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_alternate_write"
        }
      },
      "address": 0
    },
    "cmd_retry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmd_rpl": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "cmd_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmd_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cmd_tbolt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_cmd_tbolt"
        }
      },
      "address": 0
    },
    "cmd_tmp": {
      "type": {
        "kind": "struct",
        "name": "mfi_command"
      },
      "address": 0
    },
    "cmd_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cmd_type_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmd_vbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cmd_work_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579224912
    },
    "cmdid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmdline": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cmdnumber": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cmdphys": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmdq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "run_cmdq"
        }
      },
      "address": 0
    },
    "cmdq_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "cmds32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cmdsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "cmdstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmdsts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmdsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmdtab_seqccmn": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "midi_cmdtab"
        }
      },
      "address": 18446744071609231072
    },
    "cmdtab_seqcv": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "midi_cmdtab"
        }
      },
      "address": 18446744071609231008
    },
    "cmdtab_seqevent": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "midi_cmdtab"
        }
      },
      "address": 18446744071609229840
    },
    "cmdtab_seqioctl": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "midi_cmdtab"
        }
      },
      "address": 18446744071609230192
    },
    "cmdtab_timer": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "midi_cmdtab"
        }
      },
      "address": 18446744071609230832
    },
    "cmdtype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "cmi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cmi9739_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442592
    },
    "cmi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572185088
    },
    "cmi_caps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609116504
    },
    "cmi_ch0_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572191488
    },
    "cmi_ch0_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572191712
    },
    "cmi_ch1_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572191920
    },
    "cmi_ch1_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572192144
    },
    "cmi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572186016
    },
    "cmi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609116360
    },
    "cmi_fmt": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609116528
    },
    "cmi_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572187728
    },
    "cmi_initsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572188224
    },
    "cmi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572187184
    },
    "cmi_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584983888
    },
    "cmi_mixer_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609116408
    },
    "cmi_mixer_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584983984
    },
    "cmi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184880
    },
    "cmi_rates": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047744
    },
    "cmi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572186464
    },
    "cmi_spdif_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572191280
    },
    "cmi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572186912
    },
    "cmichan_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609116456
    },
    "cmichan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572191264
    },
    "cmichan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572191024
    },
    "cmichan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572189280
    },
    "cmichan_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584984160
    },
    "cmichan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572190736
    },
    "cmichan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572189744
    },
    "cmichan_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572190080
    },
    "cmichan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572190784
    },
    "cmimix_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572188336
    },
    "cmimix_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572188576
    },
    "cmimix_setrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572189088
    },
    "cminamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cml_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579547408
    },
    "cml_decrypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548112
    },
    "cml_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579547152
    },
    "cml_encrypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579547696
    },
    "cml_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579547120
    },
    "cml_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579547072
    },
    "cmn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "cmnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcp_cmnd_iu_t"
        }
      },
      "address": 0
    },
    "cmnd_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmng_fns": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cmp_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582398144
    },
    "cmp_byte_no_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582388976
    },
    "cmp_dcbcfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_dcbx_cfg"
        }
      },
      "address": 0
    },
    "cmp_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582398448
    },
    "cmp_long_no_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582389744
    },
    "cmp_priv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577086032
    },
    "cmp_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cmpl_base"
        }
      },
      "address": 0
    },
    "cmp_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cmp_res": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmp_result": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmp_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582398304
    },
    "cmp_word_no_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582389600
    },
    "cmpelm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "cmpl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cmpl_base"
        }
      },
      "address": 0
    },
    "cmpset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbd_cm_q"
        }
      },
      "address": 0
    },
    "cms_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cmsghdr"
        }
      },
      "address": 0
    },
    "cmsgtype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmstr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cmt": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sb16props"
        }
      },
      "address": 18446744071584984048
    },
    "cn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "consdev"
        }
      },
      "address": 0
    },
    "cn_devlist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_be9ddc326b0f97f9"
      },
      "address": 18446744071609644928
    },
    "cn_devtab": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cn_device"
        }
      },
      "address": 18446744071612534864
    },
    "cn_mute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534856
    },
    "cn_nameptr_orig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cn_nameptr_slash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cnadd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575143216
    },
    "cname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cnavailable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575143728
    },
    "cnc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ciss_notify_cdb"
        }
      },
      "address": 0
    },
    "cncheckc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575144240
    },
    "cnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cn_device"
        }
      },
      "address": 0
    },
    "cnf_base_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cnf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cnflags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cng_ch_bits_log": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575144096
    },
    "cngets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575144352
    },
    "cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575143872
    },
    "cnid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575142352
    },
    "cninit_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575143712
    },
    "cnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "componentname"
        }
      },
      "address": 0
    },
    "cnputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575144912
    },
    "cnputs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575145664
    },
    "cnputs_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612534928
    },
    "cnputs_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609645568
    },
    "cnputs_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644880
    },
    "cnputs_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644904
    },
    "cnputsn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575145696
    },
    "cnremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575142976
    },
    "cnresume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575144032
    },
    "cnselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575143584
    },
    "cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cnt1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cnt_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "cnt_sleeping": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cnt_tc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cntdn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cntl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cntr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cntrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cntxt_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cnunavailable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575143840
    },
    "cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575143952
    },
    "cnvlist.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cnvlist_free_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404160
    },
    "cnvlist_free_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404032
    },
    "cnvlist_free_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404192
    },
    "cnvlist_free_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404064
    },
    "cnvlist_free_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404224
    },
    "cnvlist_free_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404128
    },
    "cnvlist_free_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404288
    },
    "cnvlist_free_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404096
    },
    "cnvlist_free_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404256
    },
    "cnvlist_get_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402960
    },
    "cnvlist_get_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402448
    },
    "cnvlist_get_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402704
    },
    "cnvlist_get_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402512
    },
    "cnvlist_get_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402768
    },
    "cnvlist_get_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402640
    },
    "cnvlist_get_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402896
    },
    "cnvlist_get_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402576
    },
    "cnvlist_get_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402832
    },
    "cnvlist_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402416
    },
    "cnvlist_take_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403920
    },
    "cnvlist_take_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403024
    },
    "cnvlist_take_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403472
    },
    "cnvlist_take_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403136
    },
    "cnvlist_take_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403584
    },
    "cnvlist_take_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403360
    },
    "cnvlist_take_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403808
    },
    "cnvlist_take_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403248
    },
    "cnvlist_take_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566403696
    },
    "cnvlist_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566402432
    },
    "co": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_container"
        }
      },
      "address": 0
    },
    "co_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_container"
        }
      },
      "address": 0
    },
    "coal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "coal_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "coalesce_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568667952
    },
    "coalesce_usecs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "coalescing": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "coarse": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "code": {
      "type": {
        "kind": "enum",
        "name": "i40e_status_code"
      },
      "address": 0
    },
    "code_org": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "codec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ac97_info"
        }
      },
      "address": 0
    },
    "codec_patch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "codel_add_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576728592
    },
    "codel_addq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576729520
    },
    "codel_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576729232
    },
    "codel_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576728320
    },
    "codel_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576729488
    },
    "codel_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576728192
    },
    "codel_getq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576729696
    },
    "codel_getqstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576729072
    },
    "codel_getstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576730544
    },
    "codel_pfattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576728096
    },
    "codel_remove_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576728992
    },
    "codel_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576728416
    },
    "codel_should_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576730352
    },
    "codeptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "codeset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "codesz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "coef_exp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "coef_man": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "coef_scaled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "coeff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "coff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cofs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "col": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "col1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "col2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "col_conv": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587185696
    },
    "col_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "col_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610187912
    },
    "collapse_unr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576023456
    },
    "collect_cctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569081984
    },
    "collect_cim_ibq_ncsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067840
    },
    "collect_cim_ibq_sge0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067808
    },
    "collect_cim_ibq_sge1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067824
    },
    "collect_cim_ibq_tp0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067760
    },
    "collect_cim_ibq_tp1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067776
    },
    "collect_cim_ibq_ulp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067792
    },
    "collect_cim_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569066976
    },
    "collect_cim_ma_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067280
    },
    "collect_cim_obq_ncsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067936
    },
    "collect_cim_obq_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067920
    },
    "collect_cim_obq_ulp0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067856
    },
    "collect_cim_obq_ulp1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067872
    },
    "collect_cim_obq_ulp2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067888
    },
    "collect_cim_obq_ulp3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067904
    },
    "collect_cim_pif_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569073664
    },
    "collect_cim_qcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067424
    },
    "collect_clk_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569073808
    },
    "collect_cpl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569072528
    },
    "collect_ddp_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569072672
    },
    "collect_dump_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569077136
    },
    "collect_edc0_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569067952
    },
    "collect_edc1_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569068176
    },
    "collect_fcoe_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569071232
    },
    "collect_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569075440
    },
    "collect_fw_devlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569066960
    },
    "collect_hma_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569084656
    },
    "collect_hw_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569070528
    },
    "collect_lb_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569073168
    },
    "collect_le_tcam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569080544
    },
    "collect_ma_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569082112
    },
    "collect_macstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569074416
    },
    "collect_mbox_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569084640
    },
    "collect_mc0_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569068400
    },
    "collect_mc1_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569068624
    },
    "collect_mem_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569085328
    },
    "collect_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569073536
    },
    "collect_mps_tcam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569078176
    },
    "collect_obq_sge_rx_q0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569074384
    },
    "collect_obq_sge_rx_q1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569074400
    },
    "collect_path_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569070080
    },
    "collect_pbt_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569083600
    },
    "collect_pcie_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569076912
    },
    "collect_pcie_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569074624
    },
    "collect_pm_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569075056
    },
    "collect_pm_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569070384
    },
    "collect_rdma_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569071456
    },
    "collect_reg_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569066704
    },
    "collect_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569068848
    },
    "collect_rss_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569069760
    },
    "collect_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569069440
    },
    "collect_rss_pf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569069040
    },
    "collect_rss_vf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569069568
    },
    "collect_sge_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569072288
    },
    "collect_sw_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569070208
    },
    "collect_tcp_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569070960
    },
    "collect_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569075968
    },
    "collect_tp_err_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569071088
    },
    "collect_tp_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569071584
    },
    "collect_tp_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569073376
    },
    "collect_tx_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569075824
    },
    "collect_ulprx_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569073024
    },
    "collect_ulptx_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569082688
    },
    "collect_up_cim_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569083040
    },
    "collect_vpd_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569080528
    },
    "collect_wc_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569072800
    },
    "collect_wtp_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569088688
    },
    "collision": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmsafemap"
        }
      },
      "address": 0
    },
    "colon_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "colonp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "color": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "color_def": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_dfef809e4101c7c1"
        }
      },
      "address": 18446744071609459200
    },
    "colors": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "colp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_qos_color"
        }
      },
      "address": 0
    },
    "cols": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cols1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cols2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "column": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "columns": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "com": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_comb"
        }
      },
      "address": 0
    },
    "comb_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "comb_verh": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "comb_verl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "combined": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "combined_phy_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "combining": {
      "type": {
        "count": 142,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "interval"
        }
      },
      "address": 18446744071585410192
    },
    "combo_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comm": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "comm_caps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comm_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comm_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comm_rst": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comma": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "command": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "command_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ips_generic_cmd"
        }
      },
      "address": 0
    },
    "command_byte": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "command_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "command_frame": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_SSP_COMMAND_IU_T"
        }
      },
      "address": 0
    },
    "command_iu_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "command_out": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "command_specific_status": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nvme_status_string"
        }
      },
      "address": 18446744071584895904
    },
    "command_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "command_struct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ips_io_cmd"
        }
      },
      "address": 0
    },
    "commit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "commit_thru_mds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "commit_wrq_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568943968
    },
    "committed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "common": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag_common"
        }
      },
      "address": 0
    },
    "commonLengthLarger": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "commonLengthSmaller": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "common_adv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "common_adv_gb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "common_binop_byte_r_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582385696
    },
    "common_binop_byte_rm_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582384256
    },
    "common_binop_ns_byte_rm_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582388704
    },
    "common_binop_ns_word_long_rm_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582389120
    },
    "common_binop_word_long_r_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582385968
    },
    "common_binop_word_long_rm_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582384752
    },
    "common_bitsearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582397536
    },
    "common_bitstring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582393840
    },
    "common_bus_dma_tag_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581291552
    },
    "common_dec_word_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582390208
    },
    "common_hash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "common_ie_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "common_imul_imm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582390480
    },
    "common_inc_word_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582389888
    },
    "common_ithread_routine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582260816
    },
    "common_load_far_pointer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582392496
    },
    "common_set_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582393616
    },
    "common_shift": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582395232
    },
    "common_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "commsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "comp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "comp_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comp_adpregs.params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587072640
    },
    "comp_algo_deflate": {
      "type": {
        "kind": "struct",
        "name": "comp_algo"
      },
      "address": 18446744071585360744
    },
    "comp_algorithm_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578283248
    },
    "comp_align_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "comp_buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comp_codes_10g": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "comp_codes_1g": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "comp_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comp_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_comp_data"
        }
      },
      "address": 0
    },
    "comp_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "comp_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comp_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "comp_max_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comp_max_write_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "comp_packet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_packet"
        }
      },
      "address": 0
    },
    "comp_pkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "compose_comp_ctxt"
        }
      },
      "address": 0
    },
    "comp_ring_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "comp_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "comp_smp_tsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352256
    },
    "comp_supported": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "comp_tlv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv"
        }
      },
      "address": 0
    },
    "comp_vendor": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "compare": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "compare_caps_and_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568893264
    },
    "compat32": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "compat32_svtk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vdso_sv_tk"
        }
      },
      "address": 18446744071612802264
    },
    "compiler_version": {
      "type": {
        "count": 103,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610260256
    },
    "compl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "compl_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "complete": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "complete_ccb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "complete_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579216832
    },
    "complete_jsegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579928208
    },
    "complete_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579930912
    },
    "completed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "completed_gen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "completed_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "completion": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q_res_req_compl"
        }
      },
      "address": 0
    },
    "completion_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "completion_entry": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "completion_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "completion_queue_control_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "completion_queue_get_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "completion_queue_put_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "completion_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_IO_STATUS"
      },
      "address": 0
    },
    "compm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "component": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "component_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "component_revision": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584897312
    },
    "compref": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612483224
    },
    "compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576678000
    },
    "compress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "compress2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576677696
    },
    "compressBound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576678016
    },
    "compress_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576721328
    },
    "compress_buff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569108304
    },
    "compress_method": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "compress_user_cores": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807096
    },
    "compress_user_cores_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609712560
    },
    "compressedBlocksSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "compressedCost": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "compressedLiterals": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "compressedSeqsSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "compressedSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "compressed_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "compressor_avail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871056
    },
    "compressor_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871424
    },
    "compressor_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871376
    },
    "compressor_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871152
    },
    "compressor_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871328
    },
    "compressor_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871344
    },
    "compute_summary_at_mount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297080
    },
    "con": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngm_connect"
        }
      },
      "address": 0
    },
    "con_opts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "concfg": {
      "type": {
        "kind": "struct",
        "name": "virtio_console_config"
      },
      "address": 0
    },
    "concl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 0
    },
    "conf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "conf_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_config_data"
        }
      },
      "address": 0
    },
    "conf_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "conf_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_conf_table"
        }
      },
      "address": 0
    },
    "config": {
      "type": {
        "kind": "struct",
        "name": "i40e_aq_set_phy_config"
      },
      "address": 0
    },
    "config.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "config2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "config_dev": {
      "type": {
        "kind": "struct",
        "name": "mlx4_config_dev"
      },
      "address": 0
    },
    "config_dev_csum_flags": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821380
    },
    "config_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "config_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "config_intr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "config_intrhook_disestablish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575819280
    },
    "config_intrhook_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575819584
    },
    "config_intrhook_establish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575818496
    },
    "config_intrhook_oneshot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575819152
    },
    "config_intrhook_oneshot_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575819232
    },
    "config_link": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_config_link_t"
        }
      },
      "address": 0
    },
    "config_page": {
      "type": {
        "kind": "struct",
        "name": "Mpi2BiosPage3_t"
      },
      "address": 0
    },
    "config_page2": {
      "type": {
        "kind": "struct",
        "name": "Mpi26PCIeDevicePage2_t"
      },
      "address": 0
    },
    "config_pcie.ack_lat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584707280
    },
    "config_pcie.rpl_tmr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584707328
    },
    "config_quirk": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "config_route_info": {
      "type": {
        "kind": "struct",
        "name": "SMP_REQUEST_T"
      },
      "address": 0
    },
    "config_route_table_method": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "config_table_abs_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "config_table_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "confighandle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "configstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "configtimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575118800
    },
    "configuration_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "config"
        }
      },
      "address": 18446744071585213392
    },
    "configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283376
    },
    "configure1_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161200
    },
    "configure2_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161224
    },
    "configure3_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610161248
    },
    "configure_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283408
    },
    "configure_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283344
    },
    "configure_phy_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "configure_termination": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567556688
    },
    "confirm": {
      "type": {
        "kind": "union",
        "name": "nfsquad_t"
      },
      "address": 0
    },
    "confirm_index": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612483328
    },
    "conformable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "confsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cong_drop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610628564
    },
    "cong_map": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cong_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "coninfo": {
      "type": {
        "kind": "struct",
        "name": "uvisor_connection_info"
      },
      "address": 0
    },
    "conn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hn_nvs_rxbuf_conn"
        }
      },
      "address": 0
    },
    "conn_from_host": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "connect_prev_fts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579276272
    },
    "connected": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "connector": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "connreq": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "conns": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cons25_colors": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584155992
    },
    "cons25_revcolors": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584155992
    },
    "cons_avail_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534560
    },
    "cons_consdev": {
      "type": {
        "kind": "struct",
        "name": "consdev"
      },
      "address": 18446744071612534568
    },
    "cons_full": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cons_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cons_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cons_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cons_tail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cons_to_vga_colors": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585113904
    },
    "consbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612534968
    },
    "consbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "conscallout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071612535080
    },
    "consecutive": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "conservative_signals": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609700200
    },
    "consider_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577084192
    },
    "consmsgbuf": {
      "type": {
        "kind": "struct",
        "name": "msgbuf"
      },
      "address": 18446744071612535008
    },
    "consmsgbuf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609645168
    },
    "console": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xenpf_dom0_console_t"
        }
      },
      "address": 0
    },
    "console_pausestr": {
      "type": {
        "count": 72,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584040848
    },
    "console_pausing": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612534860
    },
    "consolectl_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609510968
    },
    "consolectl_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572765088
    },
    "consolectl_devsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609235528
    },
    "consolectl_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610320
    },
    "consolectl_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610384
    },
    "consolectl_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609510944
    },
    "constants": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "constty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tty"
        }
      },
      "address": 18446744071612534960
    },
    "constty_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575146720
    },
    "constty_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612534976
    },
    "constty_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609645544
    },
    "constty_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644832
    },
    "constty_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644856
    },
    "constty_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575145952
    },
    "constty_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575146576
    },
    "constty_wakeups_per_second": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609645592
    },
    "consumed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "consumer": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "consumer_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_consumer"
        }
      },
      "address": 18446744071610790456
    },
    "consumer_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_consumer"
        }
      },
      "address": 18446744071610790296
    },
    "consumers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cont": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cont_xs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_scsiio"
        }
      },
      "address": 0
    },
    "contact_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568871568
    },
    "contbgscan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577403584
    },
    "content": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "context": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "context_bytes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "context_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "context_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "contig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "contig_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580125648
    },
    "contig_ents": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "contigbytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "contigfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575414624
    },
    "contigmalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575414208
    },
    "contigmalloc_domainset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575414416
    },
    "contiguous": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "contiguous_free_elem": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "continue_probe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "continue_to_ready_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "control": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "control.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "control1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "control2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "control_locked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "control_min": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585052596
    },
    "control_state": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "controlcode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "controller_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "controlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "conv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "convert_sigevent32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209168
    },
    "converted_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "converted_speeds": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "convmap": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071584995248
    },
    "convmapid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cookie": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cookie2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cookiep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "cookies": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cooler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "cop_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cop_extcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "copied": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "copied_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "copper_module_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "coptval": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "copy": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "copy_amt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "copy_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_read_dvd_struct_data_copyright"
        }
      },
      "address": 0
    },
    "copy_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541216
    },
    "copy_fs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs"
        }
      },
      "address": 0
    },
    "copy_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "copy_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "copy_set": {
      "type": {
        "kind": "struct",
        "name": "cpuset_copy_cb"
      },
      "address": 18446744071585165288
    },
    "copy_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "copy_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569146192
    },
    "copy_table.tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584745280
    },
    "copy_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581559824
    },
    "copyback": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "copyhdr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363824
    },
    "copyin32_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213600
    },
    "copyin_nofault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576019168
    },
    "copyin_nosmap_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581540320
    },
    "copyin_nosmap_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581539344
    },
    "copyin_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363824
    },
    "copyin_smap_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581540736
    },
    "copyin_smap_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581539792
    },
    "copyin_tls_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577966048
    },
    "copyiniov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576020736
    },
    "copyinstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363792
    },
    "copyinstr_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542720
    },
    "copyinstr_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363792
    },
    "copyinstr_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542848
    },
    "copyinstr_toolong": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543015
    },
    "copyinstr_toolong_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543012
    },
    "copyinuio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576020864
    },
    "copylen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "copym": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363888
    },
    "copyout.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "copyout32_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213616
    },
    "copyout_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021264
    },
    "copyout_nofault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576019232
    },
    "copyout_nosmap_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581538448
    },
    "copyout_nosmap_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581537472
    },
    "copyout_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363888
    },
    "copyout_smap_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581538864
    },
    "copyout_smap_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581537920
    },
    "copyout_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021424
    },
    "copypktopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578145552
    },
    "copyright": {
      "type": {
        "count": 186,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609618832
    },
    "copyrows": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "copysiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "copysize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "corb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "corbctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "corbpaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "corbsize": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "core_completion_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_IO_STATUS"
      },
      "address": 0
    },
    "core_compressed_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575072288
    },
    "core_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "core_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "core_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_dev"
        }
      },
      "address": 0
    },
    "core_dump_can_intr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609653624
    },
    "core_from": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "core_hchacha20.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "core_id_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440536
    },
    "core_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "core_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575269168
    },
    "core_request_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "core_response_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "core_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "core_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575269104
    },
    "coredump": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "coredump_devctl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807124
    },
    "coredump_pack_fileinfo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609652544
    },
    "coredump_pack_vmmapinfo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609652664
    },
    "corefilename": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609712864
    },
    "coreinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cores_consumed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "coresize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "coroff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "correct": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "correct2": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "correct5": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "correct_mss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577571888
    },
    "correction": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "corsize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cos0_credit_weight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cos1_credit_weight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cosWeightSum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cos_2phi_1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cos_2phi_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cos_bit_to_set": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cos_bw_bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cos_bw_nig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cos_bw_pbf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cos_entry": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cos_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cos_sp_bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cost": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "count1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "countBeyondMinChain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "countSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "countWksp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "countWkspSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "countWkspStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "countWorkspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "count_freq": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613490496
    },
    "count_largepages": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613040928
    },
    "count_mbuf_nsegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568942784
    },
    "count_out": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "count_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "countdiff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "countdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "counted_warning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575938496
    },
    "counter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "counter_alloc_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579123616
    },
    "counter_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_alloc_free_res_elem"
        }
      },
      "address": 0
    },
    "counter_copy": {
      "type": {
        "kind": "base",
        "name": "unsigned __int128"
      },
      "address": 0
    },
    "counter_ele": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_res_elem"
        }
      },
      "address": 0
    },
    "counter_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "counter_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "counter_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "counter_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "counter_ratecheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575873504
    },
    "counter_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610070128
    },
    "counter_u64_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575872928
    },
    "counter_u64_fetch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575872832
    },
    "counter_u64_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575872960
    },
    "counter_u64_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575873872
    },
    "counter_u64_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575873920
    },
    "counter_u64_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575872784
    },
    "counter_u64_zero_one_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575873952
    },
    "counter_value": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "counters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "stats_counter"
        }
      },
      "address": 0
    },
    "counters_arr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "country": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "COUNTRY_CODE_TO_ENUM_RD"
        }
      },
      "address": 0
    },
    "counts": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_host_stat_counts_t"
        }
      },
      "address": 0
    },
    "covered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "covered_vp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "coveredvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "cow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cp3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cp437table": {
      "type": {
        "count": 174,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unicp437"
        }
      },
      "address": 18446744071585113968
    },
    "cp_ring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_cp_ring"
        }
      },
      "address": 0
    },
    "cp_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "cp_time32": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cpage": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cparam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_channel_param"
        }
      },
      "address": 0
    },
    "cparams": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cparms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_sgl_chaining_params_t"
        }
      },
      "address": 0
    },
    "cpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 0
    },
    "cpd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_cdev_privdata"
        }
      },
      "address": 0
    },
    "cpdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_device"
        }
      },
      "address": 0
    },
    "cpdu": {
      "type": {
        "kind": "struct",
        "name": "bstp_cbpdu"
      },
      "address": 0
    },
    "cphy_cause": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_pathinq"
        }
      },
      "address": 0
    },
    "cpi17": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_pathinq_0x17"
        }
      },
      "address": 0
    },
    "cpins": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cpipe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pipe"
        }
      },
      "address": 0
    },
    "cpkt": {
      "type": {
        "kind": "struct",
        "name": "tws_compatibility_packet"
      },
      "address": 0
    },
    "cpl": {
      "type": {
        "kind": "struct",
        "name": "nvme_completion"
      },
      "address": 0
    },
    "cpl5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_t5_act_open_req6"
        }
      },
      "address": 0
    },
    "cpl6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_t6_act_open_req6"
        }
      },
      "address": 0
    },
    "cpl_batch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_tx_pkt_batch"
        }
      },
      "address": 0
    },
    "cpl_not_handled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568611312
    },
    "cplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cplim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cplim2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cplsw_intr_details": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584734272
    },
    "cplsw_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992352
    },
    "cplsw_intr_handler.cplsw_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734272
    },
    "cplsw_intr_handler.cplsw_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734416
    },
    "cplsw_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584734416
    },
    "cplsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cpnext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cpos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "linuxkpi_ieee80211_channel"
          }
        }
      },
      "address": 0
    },
    "cppc_notify": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610618736
    },
    "cpr": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "cpri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cpt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cptr_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cptr_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cptr_tlv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv"
        }
      },
      "address": 0
    },
    "cpu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cpu_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608330056
    },
    "cpu_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608330032
    },
    "cpu_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608329920
    },
    "cpu_activeclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575122208
    },
    "cpu_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581336976
    },
    "cpu_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316464
    },
    "cpu_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581341136
    },
    "cpu_alloc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169152
    },
    "cpu_amdc1e_bug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439416
    },
    "cpu_apic_ids": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613440768
    },
    "cpu_auxmsr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581405600
    },
    "cpu_bitmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cpu_brand": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613439632
    },
    "cpu_clflush_line_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610165568
    },
    "cpu_copy_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581561584
    },
    "cpu_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cpu_cst_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610618700
    },
    "cpu_cx_generic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618704
    },
    "cpu_cx_lowest_lim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618744
    },
    "cpu_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "cpu_disable_c2_sleep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534368
    },
    "cpu_disable_c3_sleep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534372
    },
    "cpu_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610167584
    },
    "cpu_duty_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610618992
    },
    "cpu_duty_width": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610618996
    },
    "cpu_est_clockrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581293744
    },
    "cpu_et_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575122336
    },
    "cpu_exec_vmspace_reuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560800
    },
    "cpu_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560224
    },
    "cpu_exthigh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439616
    },
    "cpu_feature": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439720
    },
    "cpu_feature2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439724
    },
    "cpu_fetch_syscall_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581554640
    },
    "cpu_fetch_syscall_args_fallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581554832
    },
    "cpu_flush_dcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581293568
    },
    "cpu_flush_rsb_ctxsw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608209548
    },
    "cpu_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581559136
    },
    "cpu_fork_kthread_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560192
    },
    "cpu_get_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575156272
    },
    "cpu_get_rlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316736
    },
    "cpu_getmaxphyaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308784
    },
    "cpu_halt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581294320
    },
    "cpu_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439716
    },
    "cpu_ia32_arch_caps": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613439752
    },
    "cpu_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439684
    },
    "cpu_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316288
    },
    "cpu_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581295600
    },
    "cpu_idle_acpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581295504
    },
    "cpu_idle_apl31_workaround": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439420
    },
    "cpu_idle_fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610162304
    },
    "cpu_idle_hlt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298976
    },
    "cpu_idle_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613439408
    },
    "cpu_idle_mwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581295856
    },
    "cpu_idle_selector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581299296
    },
    "cpu_idle_spin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298912
    },
    "cpu_idle_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581299056
    },
    "cpu_idle_tun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581299648
    },
    "cpu_idle_tun_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610162656
    },
    "cpu_idle_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581295952
    },
    "cpu_idleclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575121248
    },
    "cpu_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cpu_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_info"
        }
      },
      "address": 18446744071613440544
    },
    "cpu_init_small_core": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581405616
    },
    "cpu_initclocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581272784
    },
    "cpu_initclocks_ap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575120144
    },
    "cpu_initclocks_bsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575116144
    },
    "cpu_is_amd": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cpu_legacy_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610167536
    },
    "cpu_legacy_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610167512
    },
    "cpu_legacymodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610167224
    },
    "cpu_lock_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581354384
    },
    "cpu_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cpu_mask": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "cpu_max_ext_state_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439844
    },
    "cpu_maxphyaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439832
    },
    "cpu_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587099040
    },
    "cpu_minidumpsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581425152
    },
    "cpu_model": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613439488
    },
    "cpu_mon_max_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439820
    },
    "cpu_mon_min_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439816
    },
    "cpu_mon_mwait_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439812
    },
    "cpu_mp_announce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581334944
    },
    "cpu_mp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581337136
    },
    "cpu_mp_setmaxid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581337104
    },
    "cpu_mp_setmaxid_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747072
    },
    "cpu_mp_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581429392
    },
    "cpu_mp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747096
    },
    "cpu_mwait_usable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581295472
    },
    "cpu_mxcsr_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439840
    },
    "cpu_new_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575122528
    },
    "cpu_offset_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613051248
    },
    "cpu_offsets": {
      "type": {
        "kind": "struct",
        "name": "cpu_offset_list"
      },
      "address": 18446744071613051280
    },
    "cpu_offsets.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613051280
    },
    "cpu_online_mask": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071613281384
    },
    "cpu_ops": {
      "type": {
        "kind": "struct",
        "name": "cpu_ops"
      },
      "address": 18446744071613444872
    },
    "cpu_oscuuid": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608330176
    },
    "cpu_pcpu_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581421904
    },
    "cpu_power_eax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439796
    },
    "cpu_power_ebx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439800
    },
    "cpu_power_ecx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439804
    },
    "cpu_power_edx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439808
    },
    "cpu_procctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560848
    },
    "cpu_procctl_la_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581561392
    },
    "cpu_procinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439792
    },
    "cpu_procinfo2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439836
    },
    "cpu_ptrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581532544
    },
    "cpu_ptrace_xstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581533168
    },
    "cpu_quirk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intel_dmar_quirk_cpu"
        }
      },
      "address": 0
    },
    "cpu_quirks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618740
    },
    "cpu_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316656
    },
    "cpu_reg": {
      "type": {
        "kind": "struct",
        "name": "cpu_reg"
      },
      "address": 0
    },
    "cpu_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581294352
    },
    "cpu_reset_proxy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581295248
    },
    "cpu_reset_proxy_active": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439404
    },
    "cpu_reset_proxyid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439400
    },
    "cpu_reset_real": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581295328
    },
    "cpu_rootconf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997328
    },
    "cpu_search_highest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575809600
    },
    "cpu_search_lowest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575808528
    },
    "cpu_set_syscall_retval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581561472
    },
    "cpu_set_upcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581561632
    },
    "cpu_set_user_tls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581562064
    },
    "cpu_setregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581414848
    },
    "cpu_smi_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610618696
    },
    "cpu_softc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "acpi_cpu_softc"
          }
        }
      },
      "address": 18446744071610618688
    },
    "cpu_startprofclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575120832
    },
    "cpu_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422496
    },
    "cpu_stdext_disable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cpu_stdext_feature": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439736
    },
    "cpu_stdext_feature2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439740
    },
    "cpu_stdext_feature3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439744
    },
    "cpu_stopprofclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575121040
    },
    "cpu_suspend_map": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "cpu_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363968
    },
    "cpu_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612444304
    },
    "cpu_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609521600
    },
    "cpu_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521344
    },
    "cpu_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521368
    },
    "cpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610187856
    },
    "cpu_sysctl_ctx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_ctx_list"
      },
      "address": 18446744071610618712
    },
    "cpu_sysctl_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 18446744071610618728
    },
    "cpu_thread_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560480
    },
    "cpu_thread_clean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560368
    },
    "cpu_thread_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560256
    },
    "cpu_thread_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560688
    },
    "cpu_thread_swapin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560448
    },
    "cpu_thread_swapout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560464
    },
    "cpu_throw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363952
    },
    "cpu_tick_calibrate.c_last": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807688
    },
    "cpu_tick_calibrate.t_last.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807696
    },
    "cpu_tick_calibrate.t_last.1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807704
    },
    "cpu_tick_calibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575671216
    },
    "cpu_tick_calibration.last_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807584
    },
    "cpu_tick_frequency": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612807592
    },
    "cpu_tick_variable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612807600
    },
    "cpu_tickrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575671664
    },
    "cpu_ticks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609717312
    },
    "cpu_top": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_group"
        }
      },
      "address": 18446744071608210664
    },
    "cpu_topo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581335568
    },
    "cpu_topo_probed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440500
    },
    "cpu_vendor": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613439696
    },
    "cpu_vendor_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439680
    },
    "cpu_vendors": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e79cd64125cedbe1"
        }
      },
      "address": 18446744071587098496
    },
    "cpudev_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609521760
    },
    "cpufreq_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575149184
    },
    "cpufreq_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609646048
    },
    "cpufreq_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609646024
    },
    "cpufreq_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609645648
    },
    "cpufreq_curr_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575156384
    },
    "cpufreq_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575149888
    },
    "cpufreq_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609646096
    },
    "cpufreq_drv_get_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614376
    },
    "cpufreq_drv_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614352
    },
    "cpufreq_drv_settings_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614400
    },
    "cpufreq_drv_type_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614424
    },
    "cpufreq_get_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614304
    },
    "cpufreq_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cpufreq_insert_abs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575157536
    },
    "cpufreq_levels_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614328
    },
    "cpufreq_levels_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575157056
    },
    "cpufreq_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585164832
    },
    "cpufreq_post_change_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765776
    },
    "cpufreq_post_change_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609818192
    },
    "cpufreq_post_change_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613046168
    },
    "cpufreq_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575148016
    },
    "cpufreq_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614280
    },
    "cpufreq_settings_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575148880
    },
    "cpufreq_settings_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575148416
    },
    "cpufreq_startup_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575157440
    },
    "cpufreq_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575148784
    },
    "cpuhead": {
      "type": {
        "kind": "struct",
        "name": "cpuhead"
      },
      "address": 18446744071609742304
    },
    "cpuid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cpuid_advance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577013232
    },
    "cpuid_to_pcpu": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pcpu"
          }
        }
      },
      "address": 18446744071612910656
    },
    "cpuidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cpuinfo": {
      "type": {
        "kind": "struct",
        "name": "ocs_cpuinfo_t"
      },
      "address": 18446744071610791280
    },
    "cpup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_info"
        }
      },
      "address": 0
    },
    "cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071613400472
    },
    "cpus_fence_seq_cst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575988256
    },
    "cpus_fence_seq_cst_issue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575988784
    },
    "cpuset": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "cpuset_copy32_cb": {
      "type": {
        "kind": "struct",
        "name": "cpuset_copy_cb"
      },
      "address": 18446744071584043592
    },
    "cpuset_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575165104
    },
    "cpuset_create_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575165040
    },
    "cpuset_default": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 18446744071612535368
    },
    "cpuset_domain": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cpuset_t"
        }
      },
      "address": 18446744071612535392
    },
    "cpuset_domains": {
      "type": {
        "kind": "struct",
        "name": "domainlist"
      },
      "address": 18446744071612535344
    },
    "cpuset_ids": {
      "type": {
        "kind": "struct",
        "name": "setlist"
      },
      "address": 18446744071612535352
    },
    "cpuset_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575164080
    },
    "cpuset_kernel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 18446744071612535376
    },
    "cpuset_kernthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575164896
    },
    "cpuset_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612535264
    },
    "cpuset_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575160272
    },
    "cpuset_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575173328
    },
    "cpuset_modify_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575176496
    },
    "cpuset_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575158224
    },
    "cpuset_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575158256
    },
    "cpuset_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset_t"
        }
      },
      "address": 18446744071612535328
    },
    "cpuset_setithread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575162240
    },
    "cpuset_setproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575165376
    },
    "cpuset_setproc_setthread_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575178656
    },
    "cpuset_setproc_update_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575165296
    },
    "cpuset_setthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575161648
    },
    "cpuset_shadow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575178000
    },
    "cpuset_testshadow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575178272
    },
    "cpuset_testupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575179424
    },
    "cpuset_testupdate_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575180160
    },
    "cpuset_thread0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575163328
    },
    "cpuset_unr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071612535304
    },
    "cpuset_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575179936
    },
    "cpuset_update_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575180416
    },
    "cpuset_which": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575159376
    },
    "cpuset_zero": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 18446744071612535360
    },
    "cpuset_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612535296
    },
    "cpusetbuf": {
      "type": {
        "count": 288,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cpusetbuf2": {
      "type": {
        "count": 288,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cpusetobj_strprint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575160640
    },
    "cpusetobj_strscan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575160800
    },
    "cpusets": {
      "type": {
        "kind": "struct",
        "name": "setlist"
      },
      "address": 0
    },
    "cpusetsizemin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609646144
    },
    "cpustop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581339680
    },
    "cpustop_restartfunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612993824
    },
    "cpustr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cpususpend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581340336
    },
    "cputick2usec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575671712
    },
    "cpystrflt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542968
    },
    "cpystrflt_x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542988
    },
    "cq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_ctl_q_info"
        }
      },
      "address": 0
    },
    "cq_allocated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cq_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cq_context"
        }
      },
      "address": 0
    },
    "cq_db": {
      "type": {
        "kind": "union",
        "name": "cq_db_t"
      },
      "address": 0
    },
    "cq_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aq_desc"
        }
      },
      "address": 0
    },
    "cq_doorbell": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_b004024b6a640d54"
        }
      },
      "address": 0
    },
    "cq_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cq_info": {
      "type": {
        "kind": "struct",
        "name": "oce_common_cqe_info"
      },
      "address": 0
    },
    "cq_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "cq_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cq_moder": {
      "type": {
        "kind": "struct",
        "name": "net_dim_cq_moder"
      },
      "address": 0
    },
    "cq_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hw_cq_t"
        }
      },
      "address": 0
    },
    "cq_res_start_move_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579136624
    },
    "cq_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cq_table"
        }
      },
      "address": 0
    },
    "cqc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "cqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "eth_rx_cqe"
        }
      },
      "address": 0
    },
    "cqe1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nic_hwlro_cqe_part1"
        }
      },
      "address": 0
    },
    "cqe2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nic_hwlro_cqe_part2"
        }
      },
      "address": 0
    },
    "cqe_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cqe_fp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_fast_path_rx_cqe"
        }
      },
      "address": 0
    },
    "cqe_fp_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cqe_fp_type": {
      "type": {
        "kind": "enum",
        "name": "eth_rx_cqe_type"
      },
      "address": 0
    },
    "cqe_ring_prod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cqe_v1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_nic_rx_cqe_v1"
        }
      },
      "address": 0
    },
    "cqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cqn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cqs": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hw_cq_t"
          }
        }
      },
      "address": 0
    },
    "cqv0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_create_cq_v0_t"
        }
      },
      "address": 0
    },
    "cqv2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_create_cq_v2_t"
        }
      },
      "address": 0
    },
    "cr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "cr0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cr1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cr203": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cr3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cr4": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cr_cansee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575513408
    },
    "cr_canseeinpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577708832
    },
    "cr_canseejailproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575513360
    },
    "cr_canseeothergids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575513120
    },
    "cr_canseeotheruids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575513072
    },
    "cr_canseesocket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575515584
    },
    "cr_cansignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575513744
    },
    "cra": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crashdumpmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613484208
    },
    "crb_to_pci_table_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crbinit_to_pciaddr": {
      "type": {
        "count": 51,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "crb_to_pci_t"
        }
      },
      "address": 18446744071587179200
    },
    "crc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crc0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "crc1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "crc16.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "crc16_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585193552
    },
    "crc2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "crc3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crc32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071576680480
    },
    "crc32.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "crc32Table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585195088
    },
    "crc32_combine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576680736
    },
    "crc32_combine64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576680496
    },
    "crc32_combine_gen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576681136
    },
    "crc32_combine_gen64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576680976
    },
    "crc32_combine_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576681296
    },
    "crc32_result": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crc32_sse42.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "crc32_tab": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585194064
    },
    "crc32_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585241088
    },
    "crc32_z": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576678080
    },
    "crc32c_2long": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 256,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071613426528
    },
    "crc32c_2short": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 256,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071613434720
    },
    "crc32c_init_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581205728
    },
    "crc32c_long": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 256,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071613422432
    },
    "crc32c_short": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 256,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071613430624
    },
    "crc32c_sse42_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610147760
    },
    "crc32c_zeros": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581205808
    },
    "crc4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crc_big_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "crc_braid_big_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 256,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 0
    },
    "crc_braid_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 256,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071585204704
    },
    "crc_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crc_res": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "crc_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585203680
    },
    "crc_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crc_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435136
    },
    "crclen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crcopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516880
    },
    "crcopysafe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575504576
    },
    "crcowfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516032
    },
    "crcowget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575515920
    },
    "crcowsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516240
    },
    "crctab": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585227392
    },
    "crctable": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584898960
    },
    "crd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crd_freed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crd_freed_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crd_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crdup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575517344
    },
    "create": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "create_char_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582261888
    },
    "create_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "create_ft_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579258544
    },
    "create_in": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "create_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575094928
    },
    "create_iter_unr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021712
    },
    "create_msg_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579222096
    },
    "create_out": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "create_pa_curve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568140800
    },
    "create_qprqsq_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579340832
    },
    "create_root_ns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579280240
    },
    "created": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "createde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573947904
    },
    "createdir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "creatorid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "creators": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "cred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "cred1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "cred_flavor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "credanon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "credbatch": {
      "type": {
        "kind": "struct",
        "name": "credbatch"
      },
      "address": 0
    },
    "credbatch_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516400
    },
    "credbatch_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516704
    },
    "credential_changing": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "credflavor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "credit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "credit_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "credit_refill": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "credit_upper_bound": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "credits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "creq": {
      "type": {
        "kind": "struct",
        "name": "link_count_request"
      },
      "address": 0
    },
    "cres": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "cresp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_cmd_response"
        }
      },
      "address": 0
    },
    "crextend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575508560
    },
    "crflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "crfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505504
    },
    "crfree_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516736
    },
    "crget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575504448
    },
    "crhold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505376
    },
    "cright": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "criov.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "crit": {
      "type": {
        "kind": "struct",
        "name": "iwn_critical_temp"
      },
      "address": 0
    },
    "crit_temp_thrshld": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "critical_enter_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629136
    },
    "critical_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580115728
    },
    "critical_exit_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629264
    },
    "critical_exit_preempt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629168
    },
    "critical_sections": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cs"
        }
      },
      "address": 18446744071584139552
    },
    "crn_reset_done": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crnew": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "croffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "crom_add_chunk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569459536
    },
    "crom_add_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569459456
    },
    "crom_add_quad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569459392
    },
    "crom_add_simple_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569459664
    },
    "crom_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_crom_buf"
        }
      },
      "address": 0
    },
    "crom_crc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569459008
    },
    "crom_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569458016
    },
    "crom_has_specver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569458400
    },
    "crom_init_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569457952
    },
    "crom_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569460064
    },
    "crom_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569458048
    },
    "crom_parse_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569458640
    },
    "crom_search_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569458288
    },
    "crosslkflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crosslock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "crossmp_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609808184
    },
    "crossmp_vop_islocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576474624
    },
    "crossmp_vop_lock1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576474640
    },
    "crossmp_vop_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576474720
    },
    "crp": {
      "type": {
        "kind": "struct",
        "name": "cryptop"
      },
      "address": 0
    },
    "crp_q": {
      "type": {
        "kind": "struct",
        "name": "cryptop_q"
      },
      "address": 18446744071613291200
    },
    "crp_sleep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291192
    },
    "crpb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mvs_crpb"
        }
      },
      "address": 0
    },
    "crpq": {
      "type": {
        "kind": "struct",
        "name": "cryptopq"
      },
      "address": 0
    },
    "crpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cryptop"
        }
      },
      "address": 0
    },
    "crq": {
      "type": {
        "kind": "struct",
        "name": "ispcontreq64_t"
      },
      "address": 0
    },
    "crqb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mvs_crqb"
        }
      },
      "address": 0
    },
    "crqb2e": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mvs_crqb_gen2e"
        }
      },
      "address": 0
    },
    "crs": {
      "type": {
        "kind": "struct",
        "name": "ccb_relsim"
      },
      "address": 0
    },
    "crsetgroups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575517008
    },
    "crstatus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crt": {
      "type": {
        "kind": "enum",
        "name": "unnamed_2b827128eb6957a5"
      },
      "address": 0
    },
    "crtc_addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "crtype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cru2x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575517568
    },
    "cru2xt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575517712
    },
    "crud": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613399248
    },
    "crunuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516064
    },
    "crunusebatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575516512
    },
    "crypto.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "crypto_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579499712
    },
    "crypto_apply_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579499264
    },
    "crypto_auth_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579501360
    },
    "crypto_batch_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506480
    },
    "crypto_buffer_contiguous_subsegment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579499728
    },
    "crypto_buffer_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579505680
    },
    "crypto_cipher": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579501632
    },
    "crypto_clonereq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506816
    },
    "crypto_contiguous_subsegment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579500336
    },
    "crypto_copyback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579498336
    },
    "crypto_copydata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579498816
    },
    "crypto_core_hchacha20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593088
    },
    "crypto_core_hchacha20_constbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593904
    },
    "crypto_core_hchacha20_inputbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593872
    },
    "crypto_core_hchacha20_keybytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593888
    },
    "crypto_core_hchacha20_outputbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593856
    },
    "crypto_cursor_advance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579495840
    },
    "crypto_cursor_copyback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579496768
    },
    "crypto_cursor_copydata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579497520
    },
    "crypto_cursor_copydata_noadv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579498272
    },
    "crypto_cursor_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579495712
    },
    "crypto_cursor_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579496240
    },
    "crypto_deletesession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579503456
    },
    "crypto_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579508192
    },
    "crypto_destroyreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506656
    },
    "crypto_devallowsoft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291088
    },
    "crypto_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579505760
    },
    "crypto_dispatch_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579505872
    },
    "crypto_dispatch_batch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506272
    },
    "crypto_dispatch_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579510096
    },
    "crypto_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506912
    },
    "crypto_drivers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "cryptocap"
          }
        }
      },
      "address": 18446744071613291152
    },
    "crypto_drivers_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613291112
    },
    "crypto_drivers_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291144
    },
    "crypto_find_device_byhid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579504768
    },
    "crypto_find_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579504448
    },
    "crypto_freereq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506672
    },
    "crypto_freesession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579503648
    },
    "crypto_get_driver_session": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579501328
    },
    "crypto_get_driverid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579503744
    },
    "crypto_get_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579501344
    },
    "crypto_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579504928
    },
    "crypto_getreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506752
    },
    "crypto_initreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506704
    },
    "crypto_invoke": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579509136
    },
    "crypto_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579507376
    },
    "crypto_newsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579501760
    },
    "crypto_newsession.sessid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291104
    },
    "crypto_onetimeauth_poly1305": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593920
    },
    "crypto_onetimeauth_poly1305_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594000
    },
    "crypto_onetimeauth_poly1305_donna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594080
    },
    "crypto_onetimeauth_poly1305_donna_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594384
    },
    "crypto_onetimeauth_poly1305_donna_implementation": {
      "type": {
        "kind": "struct",
        "name": "crypto_onetimeauth_poly1305_implementation"
      },
      "address": 18446744071610027056
    },
    "crypto_onetimeauth_poly1305_donna_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594352
    },
    "crypto_onetimeauth_poly1305_donna_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594368
    },
    "crypto_onetimeauth_poly1305_donna_verify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594208
    },
    "crypto_onetimeauth_poly1305_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593984
    },
    "crypto_onetimeauth_poly1305_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593952
    },
    "crypto_onetimeauth_poly1305_keybytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594016
    },
    "crypto_onetimeauth_poly1305_keygen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594048
    },
    "crypto_onetimeauth_poly1305_statebytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594032
    },
    "crypto_onetimeauth_poly1305_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593968
    },
    "crypto_onetimeauth_poly1305_verify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579593936
    },
    "crypto_q_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613291160
    },
    "crypto_ret_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579510736
    },
    "crypto_ret_workers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "crypto_ret_worker"
        }
      },
      "address": 18446744071613291288
    },
    "crypto_scalarmult_curve25519": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579596528
    },
    "crypto_scalarmult_curve25519_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579596624
    },
    "crypto_scalarmult_curve25519_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579596640
    },
    "crypto_scalarmult_curve25519_ref10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579596688
    },
    "crypto_scalarmult_curve25519_ref10_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579601312
    },
    "crypto_scalarmult_curve25519_ref10_implementation": {
      "type": {
        "kind": "struct",
        "name": "crypto_scalarmult_curve25519_implementation"
      },
      "address": 18446744071610027096
    },
    "crypto_scalarmult_curve25519_scalarbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579596656
    },
    "crypto_ses2caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579501312
    },
    "crypto_ses2hid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579501296
    },
    "crypto_stream_chacha20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605728
    },
    "crypto_stream_chacha20_ietf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605744
    },
    "crypto_stream_chacha20_ietf_keybytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605680
    },
    "crypto_stream_chacha20_ietf_keygen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605856
    },
    "crypto_stream_chacha20_ietf_messagebytes_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605712
    },
    "crypto_stream_chacha20_ietf_noncebytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605696
    },
    "crypto_stream_chacha20_ietf_xor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605824
    },
    "crypto_stream_chacha20_ietf_xor_ic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605776
    },
    "crypto_stream_chacha20_keybytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605632
    },
    "crypto_stream_chacha20_keygen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605872
    },
    "crypto_stream_chacha20_messagebytes_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605664
    },
    "crypto_stream_chacha20_noncebytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605648
    },
    "crypto_stream_chacha20_ref_implementation": {
      "type": {
        "kind": "struct",
        "name": "crypto_stream_chacha20_implementation"
      },
      "address": 18446744071610027112
    },
    "crypto_stream_chacha20_xor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605792
    },
    "crypto_stream_chacha20_xor_ic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605760
    },
    "crypto_task_invoke": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579506208
    },
    "crypto_tq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071613291296
    },
    "crypto_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579505472
    },
    "crypto_unregister_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579505088
    },
    "crypto_verify_16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608384
    },
    "crypto_verify_16_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608336
    },
    "crypto_verify_32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608496
    },
    "crypto_verify_32_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608352
    },
    "crypto_verify_64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608608
    },
    "crypto_verify_64_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608368
    },
    "crypto_workers_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291280
    },
    "crypto_zalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579524560
    },
    "crypto_zfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579524592
    },
    "cryptodeflate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cryptodev_freesession_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610022664
    },
    "cryptodev_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cryptodev_newsession_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610022640
    },
    "cryptodev_probesession_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610022616
    },
    "cryptodev_process_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610022688
    },
    "cryptoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "crypto_session"
        }
      },
      "address": 0
    },
    "cryptop_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613291304
    },
    "cryptosoft.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cryptosoft_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610022872
    },
    "cryptosoft_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610022848
    },
    "cryptosoft_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610022760
    },
    "cryptostats": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071613291216
    },
    "cryptostats_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579509024
    },
    "cryptostats_fini_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610022424
    },
    "cryptostats_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579508880
    },
    "cryptostats_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610022400
    },
    "cryptotd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071613291312
    },
    "cs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cs461x_firmware": {
      "type": {
        "kind": "struct",
        "name": "cs461x_firmware_struct"
      },
      "address": 18446744071609116576
    },
    "cs_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cs_disk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cs_local": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cs_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cs_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cs"
        }
      },
      "address": 0
    },
    "csa": {
      "type": {
        "kind": "struct",
        "name": "ccb_setasync"
      },
      "address": 0
    },
    "csa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "csa_ac97_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609173080
    },
    "csa_ac97_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584984688
    },
    "csa_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572196864
    },
    "csa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572195696
    },
    "csa_clearserialfifos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572192944
    },
    "csa_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572196528
    },
    "csa_downloadimage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572198752
    },
    "csa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609172728
    },
    "csa_findsubcard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572192352
    },
    "csa_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572197552
    },
    "csa_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572202464
    },
    "csa_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584984384
    },
    "csa_playcaps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609173176
    },
    "csa_playfmt": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609173232
    },
    "csa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572195376
    },
    "csa_rdcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572203408
    },
    "csa_readcodec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572194560
    },
    "csa_readio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572193696
    },
    "csa_readmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572195264
    },
    "csa_reccaps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609173200
    },
    "csa_recfmt": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609173268
    },
    "csa_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572196944
    },
    "csa_releaseres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572202288
    },
    "csa_resetdsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572194128
    },
    "csa_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572196784
    },
    "csa_run_transition": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "csa_setcapturesamplerate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572202784
    },
    "csa_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572196960
    },
    "csa_setupchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572204304
    },
    "csa_stopcapturedma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572202656
    },
    "csa_stopplaydma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572202528
    },
    "csa_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572197200
    },
    "csa_wrcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572203568
    },
    "csa_writecodec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572194992
    },
    "csa_writeio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572193808
    },
    "csa_writemem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572194480
    },
    "csachan_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609173128
    },
    "csachan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572204272
    },
    "csachan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572204192
    },
    "csachan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572203728
    },
    "csachan_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584984736
    },
    "csachan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572203840
    },
    "csachan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572203808
    },
    "csachan_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572203824
    },
    "csachan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572203856
    },
    "csapcm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "csb_atok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_csb_atok"
        }
      },
      "address": 0
    },
    "csb_atok_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_csb_atok"
        }
      },
      "address": 0
    },
    "csb_ktoa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_csb_ktoa"
        }
      },
      "address": 0
    },
    "csb_ktoa_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_csb_ktoa"
        }
      },
      "address": 0
    },
    "csb_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "csb_start": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "csbo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nmreq_opt_csb"
        }
      },
      "address": 0
    },
    "csc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cscov": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cscov_partial": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "csem_int_table_data_e1": {
      "type": {
        "count": 896,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585940624
    },
    "csem_int_table_data_e1h": {
      "type": {
        "count": 896,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586331600
    },
    "csem_int_table_data_e2": {
      "type": {
        "count": 896,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071587002016
    },
    "csem_pram_data_e1": {
      "type": {
        "count": 35200,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585941520
    },
    "csem_pram_data_e1h": {
      "type": {
        "count": 35664,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586332496
    },
    "csem_pram_data_e2": {
      "type": {
        "count": 50688,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071587002912
    },
    "cseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "csio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_scsiio"
        }
      },
      "address": 0
    },
    "csize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cso_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "cso_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "csp": {
      "type": {
        "kind": "struct",
        "name": "crypto_session_params"
      },
      "address": 0
    },
    "csr": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_chanswitch_req"
      },
      "address": 0
    },
    "csrsave": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "css_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cssr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cxgbe_rate_tag"
        }
      },
      "address": 0
    },
    "cstat": {
      "type": {
        "kind": "enum",
        "name": "unnamed_86892f389beaf69f"
      },
      "address": 0
    },
    "cstate": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "cstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cstotal": {
      "type": {
        "kind": "struct",
        "name": "csum_total"
      },
      "address": 0
    },
    "csts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "csum": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "csum1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "csum2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "csum_assist": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "csum_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "csum_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "csum_errs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "csum_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "csum_hdr": {
      "type": {
        "kind": "struct",
        "name": "axe_csum_hdr"
      },
      "address": 0
    },
    "csum_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "csum_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "csum_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "csum_to_ctrl.csum_types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584715216
    },
    "csum_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "csum_types": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071584715216
    },
    "csw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdevsw"
        }
      },
      "address": 0
    },
    "csw_free": {
      "type": {
        "kind": "struct",
        "name": "free_cdevsw"
      },
      "address": 0
    },
    "ct": {
      "type": {
        "kind": "struct",
        "name": "clocktime"
      },
      "address": 0
    },
    "ctEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ctStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ct_cmd_list": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_415c2ebe61456015"
        }
      },
      "address": 0
    },
    "ct_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900660
    },
    "ct_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctableSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ctarget": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ctd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "ctemp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_config_descriptor"
        }
      },
      "address": 0
    },
    "ctftab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cth": {
      "type": {
        "kind": "struct",
        "name": "ctf_header"
      },
      "address": 0
    },
    "cticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctl17": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctl2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctlBusy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctlBusyDelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctlClearDelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctlMode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ctlModesFor11a": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584156048
    },
    "ctlModesFor11g": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584309040
    },
    "ctl_busy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctl_freqbin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ctl_index": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ctl_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ctl_modes_for11a": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "ctl_modes_for11g": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "ctl_num": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ctl_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ctl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctl_ridx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ctl_sign": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "ctl_size": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585179216
    },
    "ctl_subtype_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609877040
    },
    "ctla": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctlb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctlbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ctlio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "ctlr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "siis_controller"
        }
      },
      "address": 0
    },
    "ctlr_info_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctlr_model": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ctlreq": {
      "type": {
        "kind": "enum",
        "name": "g_part_ctl"
      },
      "address": 0
    },
    "ctls": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ixl_sysctl_info"
        }
      },
      "address": 0
    },
    "ctlstatus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctltype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 0
    },
    "ctors_addrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ctors_sizep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ctp": {
      "type": {
        "kind": "struct",
        "name": "teken_pos_t"
      },
      "address": 0
    },
    "ctr": {
      "type": {
        "kind": "struct",
        "name": "teken_rect_t"
      },
      "address": 0
    },
    "ctr_sav": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctrl0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctrl1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ctrl_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctrl_ext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctrl_family_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctrl_group_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613142848
    },
    "ctrl_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "ctrl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctrl_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ctrl_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568645136
    },
    "ctrlmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609087632
    },
    "ctrlq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_wrq"
        }
      },
      "address": 0
    },
    "ctrlqpoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "ctrlqpoidlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "ctrlr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_controller"
        }
      },
      "address": 0
    },
    "ctrlr_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ctrlr_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_ctx_list"
        }
      },
      "address": 0
    },
    "ctrlr_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_67c456b11776bb01"
      },
      "address": 18446744071610790336
    },
    "ctrlr_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "ctrlr_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "ctrlsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ctry": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584040528
    },
    "cts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings"
        }
      },
      "address": 0
    },
    "cts17": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_0x17"
        }
      },
      "address": 0
    },
    "cts18": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_0x18"
        }
      },
      "address": 0
    },
    "ctsTpcPow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctsduration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctsenable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctsrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctstime": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ctstimeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613005472
    },
    "ctty_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609769648
    },
    "ctty_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168656
    },
    "ctty_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168560
    },
    "cttydev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609769624
    },
    "cttyopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168816
    },
    "cttyvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "ctv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_hash_maddr_ctx"
        }
      },
      "address": 0
    },
    "ctx1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_ctx"
        }
      },
      "address": 0
    },
    "ctxBody": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_CCtx"
      },
      "address": 0
    },
    "ctx_buf": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ctx_changed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ctx_id_entry_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581229584
    },
    "ctx_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "ctx_pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ctx_pg_info"
        }
      },
      "address": 0
    },
    "ctx_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "ctx_switch_fpusave_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364192
    },
    "ctx_switch_xsave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364185
    },
    "ctx_switch_xsave32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364792
    },
    "ctx_switch_xsave_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364189
    },
    "ctxd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "e1000_tx_desc"
        }
      },
      "address": 0
    },
    "ctxm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "ctxnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ctxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_ctx_entry_t"
        }
      },
      "address": 0
    },
    "ctxt": {
      "type": {
        "kind": "struct",
        "name": "i40e_vsi_context"
      },
      "address": 0
    },
    "ctxt_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ctype": {
      "type": {
        "kind": "enum",
        "name": "unnamed_e11da426c66b8a26"
      },
      "address": 0
    },
    "cu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cu_data"
        }
      },
      "address": 0
    },
    "cua": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "cubic_ack_received": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577787104
    },
    "cubic_after_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577789376
    },
    "cubic_cb_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577787040
    },
    "cubic_cb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577786864
    },
    "cubic_cc_algo": {
      "type": {
        "kind": "struct",
        "name": "cc_algo"
      },
      "address": 18446744071609929344
    },
    "cubic_cong_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577788224
    },
    "cubic_conn_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577787072
    },
    "cubic_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cubic"
        }
      },
      "address": 0
    },
    "cubic_data_sz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577786848
    },
    "cubic_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577790496
    },
    "cubic_log_hystart_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577790064
    },
    "cubic_mod_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577786832
    },
    "cubic_newround": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577789632
    },
    "cubic_post_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577789168
    },
    "cubic_rttsample": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577789888
    },
    "cubicd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cubic"
        }
      },
      "address": 0
    },
    "cubicmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609929536
    },
    "cud": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_cdc_union_descriptor"
        }
      },
      "address": 0
    },
    "cudbg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_init"
        }
      },
      "address": 0
    },
    "cudbg_alloc_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569060992
    },
    "cudbg_collect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569063920
    },
    "cudbg_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cudbg_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568890416
    },
    "cudbg_err": {
      "type": {
        "kind": "struct",
        "name": "cudbg_error"
      },
      "address": 0
    },
    "cudbg_flash_utils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cudbg_free_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569061072
    },
    "cudbg_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_hdr"
        }
      },
      "address": 0
    },
    "cudbg_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_init"
        }
      },
      "address": 0
    },
    "cudbg_lib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cudbg_read_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569062208
    },
    "cudbg_read_flash_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569063664
    },
    "cudbg_read_flash_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569062176
    },
    "cudbg_write_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569061120
    },
    "cudbg_wtp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cue_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573113840
    },
    "cue_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573114704
    },
    "cue_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573114464
    },
    "cue_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573114192
    },
    "cue_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585054576
    },
    "cue_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573114128
    },
    "cue_devs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607431104
    },
    "cue_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609412176
    },
    "cue_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573116608
    },
    "cue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573114832
    },
    "cue_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585054416
    },
    "cue_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573113776
    },
    "cue_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573115792
    },
    "cue_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573116048
    },
    "cue_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573114784
    },
    "cue_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573115584
    },
    "cue_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573116288
    },
    "cue_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585054480
    },
    "cue_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609412128
    },
    "cue_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609412104
    },
    "cue_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609411944
    },
    "cuflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cum_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cum_len_next": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cumul": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "cunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cur6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "curBackwardMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curBinOffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curCal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_CAL_LIST"
        }
      },
      "address": 0
    },
    "curChanAsSpur": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "curForwardMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curLevel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curMatchBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "curPhyPLL": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curRate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "curRssi": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "curTotalMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curTrigLevel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_abs_reg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_agc_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cur_agc_value": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cur_att": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_bb_spur": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_bin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_bt_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_buf_type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_type_desc"
        }
      },
      "address": 0
    },
    "cur_channel": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "cur_cmdq_addr_l_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_col": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_cookie": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_credit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_cs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_cts": {
      "type": {
        "kind": "struct",
        "name": "ccb_trans_settings"
      },
      "address": 0
    },
    "cur_data": {
      "type": {
        "kind": "struct",
        "name": "bxe_link_report_data"
      },
      "address": 0
    },
    "cur_data_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_ed"
        }
      },
      "address": 0
    },
    "cur_elm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_element_t"
        }
      },
      "address": 0
    },
    "cur_entity_hdr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "async_node"
        }
      },
      "address": 0
    },
    "cur_es": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_eth_stats"
        }
      },
      "address": 0
    },
    "cur_fail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613296892
    },
    "cur_field_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_fltr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_info"
        }
      },
      "address": 0
    },
    "cur_fsid": {
      "type": {
        "kind": "struct",
        "name": "fsid_t"
      },
      "address": 0
    },
    "cur_gc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_grp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cur_header": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "cur_index": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "cur_inet_opt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "my_inet_opt"
        }
      },
      "address": 0
    },
    "cur_keg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_keg"
        }
      },
      "address": 0
    },
    "cur_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_level": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_limiting_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cur_lines": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_link_up": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cur_lowspace_trigger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613296888
    },
    "cur_lsb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_mcast_mac_elem"
        }
      },
      "address": 0
    },
    "cur_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_max": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047904
    },
    "cur_min": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584046848
    },
    "cur_mode": {
      "type": {
        "kind": "enum",
        "name": "xgbe_mode"
      },
      "address": 0
    },
    "cur_msb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_mtype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 0
    },
    "cur_next_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_nseg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_operation": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_order": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_patch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "patch"
        }
      },
      "address": 0
    },
    "cur_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "cur_path_sbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "cur_pattern": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "periph_match_pattern"
        }
      },
      "address": 0
    },
    "cur_pending": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_periph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_periph"
        }
      },
      "address": 0
    },
    "cur_pos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cur_pri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_profile": {
      "type": {
        "kind": "struct",
        "name": "net_dim_cq_moder"
      },
      "address": 0
    },
    "cur_ps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_hw_port_stats"
        }
      },
      "address": 0
    },
    "cur_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "cur_query_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "stats_query_entry"
        }
      },
      "address": 0
    },
    "cur_queue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cur_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_req_fc_auto_adv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_rix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_rx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xl_chain_onefrag"
        }
      },
      "address": 0
    },
    "cur_scp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scr_stat"
        }
      },
      "address": 0
    },
    "cur_scsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_scsi"
        }
      },
      "address": 0
    },
    "cur_sector": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_sectors_sent": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cur_seg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cur_speed_cap_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_spi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_spi"
        }
      },
      "address": 0
    },
    "cur_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ses_status_element"
        }
      },
      "address": 0
    },
    "cur_state": {
      "type": {
        "kind": "enum",
        "name": "xgbe_an"
      },
      "address": 0
    },
    "cur_stats_counter": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cur_subenc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ses_enc_desc"
          }
        }
      },
      "address": 0
    },
    "cur_target": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_et"
        }
      },
      "address": 0
    },
    "cur_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_time": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "cur_tln": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_node"
        }
      },
      "address": 0
    },
    "cur_trace_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cur_tty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tty"
        }
      },
      "address": 0
    },
    "cur_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xl_chain"
        }
      },
      "address": 0
    },
    "cur_txpwr": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "cur_vit_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cur_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 0
    },
    "curaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curbitstr_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curbyte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "curcd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_uart_compat_data"
        }
      },
      "address": 0
    },
    "curcg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curchan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "curcpumap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curdata": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curdirsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curdomain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curdvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "curecn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051088
    },
    "curelm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_mac_filter"
        }
      },
      "address": 0
    },
    "curend": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "curfail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399160
    },
    "curfrags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curgeneration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curmap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "curnmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsmount"
        }
      },
      "address": 0
    },
    "curp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "curphase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curpid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curpmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap"
        }
      },
      "address": 0
    },
    "curproc_sigkilled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575622432
    },
    "curpwr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "currBlockEndPos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currCal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_CAL_LIST"
        }
      },
      "address": 0
    },
    "currCh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EEPROM_DATA_PER_CHANNEL_2413"
        }
      },
      "address": 0
    },
    "currDictID": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "currMatch": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "currPDADC": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "currPos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currPower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "currPwr": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "currSeq": {
      "type": {
        "kind": "struct",
        "name": "rawSeq"
      },
      "address": 0
    },
    "currSeqStore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seqStore_t"
        }
      },
      "address": 0
    },
    "curr_abs_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_aen": {
      "type": {
        "kind": "union",
        "name": "mrsas_evt_class_locale"
      },
      "address": 0
    },
    "curr_alt_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curr_attached_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "curr_autoc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_base"
        }
      },
      "address": 0
    },
    "curr_bias": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curr_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "curr_buff_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "curr_cal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_CAL_LIST"
        }
      },
      "address": 0
    },
    "curr_child_expander": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "curr_coalesce_number": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_coalesce_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_config_route_info_expander": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "curr_dist": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_downstream_expander": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "curr_eee": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curr_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_saved_freq"
        }
      },
      "address": 0
    },
    "curr_fsm_state": {
      "type": {
        "kind": "enum",
        "name": "mlxfw_fsm_state"
      },
      "address": 0
    },
    "curr_lms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "curr_main_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curr_md": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "curr_min_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curr_next_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_next_table": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "curr_nhops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curr_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_zone_entry"
        }
      },
      "address": 0
    },
    "curr_off": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "curr_pages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curr_parent_expander": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "curr_pfc_en": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "curr_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_T"
        }
      },
      "address": 0
    },
    "curr_preference": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "curr_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "curr_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_setting"
        }
      },
      "address": 0
    },
    "curr_smp_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "curr_stats": {
      "type": {
        "kind": "struct",
        "name": "net_dim_stats"
      },
      "address": 0
    },
    "curr_temp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curr_tstamp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "currecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579691168
    },
    "current": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "current0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currentCycle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currentCycleCorrection": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currentMl": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "currentNbBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currentOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_SD": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "STREAM_DETECT"
        }
      },
      "address": 0
    },
    "current_aen": {
      "type": {
        "kind": "union",
        "name": "mfi_evt"
      },
      "address": 0
    },
    "current_aperture": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_autoc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_blocksize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_boot_tag": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609743488
    },
    "current_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "current_calg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_cap_sysctl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "current_cpu": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613440016
    },
    "current_dcu_chain_state": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "current_density": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "current_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "current_element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_ABSTRACT_ELEMENT_T"
        }
      },
      "address": 0
    },
    "current_entry": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "current_lba_bytes": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "current_ld_SD": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "LD_STREAM_DETECT"
        }
      },
      "address": 0
    },
    "current_mcs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "current_mode_page": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "current_mode_parameters": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "current_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "current_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "current_offset_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "current_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_T"
        }
      },
      "address": 0
    },
    "current_requester_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_T"
        }
      },
      "address": 0
    },
    "current_rix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "current_saver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609235760
    },
    "current_segs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "current_sensing": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "current_sgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCU_SGL_ELEMENT_T"
        }
      },
      "address": 0
    },
    "current_slaves": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "current_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_topo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "current_tt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "current_word": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currentregval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "currgen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "currstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curscb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curscbptr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "curseg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cursig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575592640
    },
    "cursize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cursor": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "cursor_attr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cursor_moved": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cursor_was_shown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curstart": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "cursym": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "curticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "curtime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curtok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "curts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "curva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "curval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "curve25519": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566994368
    },
    "curve25519.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "curve25519_A": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585394416
    },
    "curve25519_generate_public": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566994384
    },
    "curvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "curvw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_window"
        }
      },
      "address": 0
    },
    "curwaittd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "cut": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cut_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610813280
    },
    "cut_buffer_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610813288
    },
    "cutlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cutoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cv": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "cv_broadcastpri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575127696
    },
    "cv_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575124816
    },
    "cv_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575124800
    },
    "cv_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575127568
    },
    "cva": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 0
    },
    "cvectors": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cverf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "cverf_initialized": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481928
    },
    "cvid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cvlan_insert": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cvlan_strip": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "cw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cwMin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cw_min": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "cwin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cwmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cwmin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cwnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cx": {
      "type": {
        "kind": "struct",
        "name": "SHA512_CTX"
      },
      "address": 0
    },
    "cx_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_cx"
        }
      },
      "address": 0
    },
    "cx_next_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cx_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xen_processor_cx"
        }
      },
      "address": 0
    },
    "cxf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "comp_algo"
        }
      },
      "address": 0
    },
    "cxgb_ael1002.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_aq100x.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_async_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568615424
    },
    "cxgb_build_medialist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568609408
    },
    "cxgb_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608426632
    },
    "cxgb_controller_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568611984
    },
    "cxgb_controller_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568615104
    },
    "cxgb_controller_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608426384
    },
    "cxgb_controller_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584701920
    },
    "cxgb_controller_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568611824
    },
    "cxgb_cxgbc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608426496
    },
    "cxgb_cxgbc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608426472
    },
    "cxgb_cxgbcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608425568
    },
    "cxgb_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625776
    },
    "cxgb_debugnet_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568640368
    },
    "cxgb_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568630672
    },
    "cxgb_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568630480
    },
    "cxgb_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071608426592
    },
    "cxgb_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568630896
    },
    "cxgb_debugnet_poll_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568654272
    },
    "cxgb_debugnet_poll_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568637456
    },
    "cxgb_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568630784
    },
    "cxgb_extension_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568631072
    },
    "cxgb_extension_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568631088
    },
    "cxgb_extension_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568631056
    },
    "cxgb_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568617216
    },
    "cxgb_get_adapter_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568615136
    },
    "cxgb_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568622304
    },
    "cxgb_get_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568636704
    },
    "cxgb_identifiers": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cxgb_ident"
        }
      },
      "address": 18446744071608425136
    },
    "cxgb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568619776
    },
    "cxgb_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568623040
    },
    "cxgb_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568619856
    },
    "cxgb_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_mc5.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568622816
    },
    "cxgb_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568622832
    },
    "cxgb_mv88e1xxx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_port_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568618336
    },
    "cxgb_port_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568619040
    },
    "cxgb_port_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608426544
    },
    "cxgb_port_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584702016
    },
    "cxgb_port_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568618224
    },
    "cxgb_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568645088
    },
    "cxgb_refresh_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568610064
    },
    "cxgb_setup_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568616592
    },
    "cxgb_sge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568642800
    },
    "cxgb_t3_hw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_teardown_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568618000
    },
    "cxgb_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568616496
    },
    "cxgb_tick_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568615504
    },
    "cxgb_tn1010.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568643808
    },
    "cxgb_tx_coalesce_enable_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608427396
    },
    "cxgb_tx_coalesce_enable_stop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608427392
    },
    "cxgb_tx_coalesce_force": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625780
    },
    "cxgb_tx_reclaim_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608427400
    },
    "cxgb_tx_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568667792
    },
    "cxgb_tx_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568642512
    },
    "cxgb_txq_buf_ring_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608426828
    },
    "cxgb_uninit_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568628960
    },
    "cxgb_uninit_synchronized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568629952
    },
    "cxgb_update_mac_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568609072
    },
    "cxgb_use_16k_clusters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608426064
    },
    "cxgb_vsc7323.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_vsc8211.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgb_xgmac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "cxgbc_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568611344
    },
    "cxgbc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608426336
    },
    "cxgbc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608426312
    },
    "cxgbc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608425424
    },
    "cxgbe_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568773152
    },
    "cxgbe_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568781184
    },
    "cxgbe_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608446088
    },
    "cxgbe_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568840944
    },
    "cxgbe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568837296
    },
    "cxgbe_init_synchronized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568841584
    },
    "cxgbe_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568837472
    },
    "cxgbe_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568784000
    },
    "cxgbe_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568785360
    },
    "cxgbe_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584710608
    },
    "cxgbe_mlu_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608445296
    },
    "cxgbe_mlu_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443776
    },
    "cxgbe_mlu_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443800
    },
    "cxgbe_netmap_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568903904
    },
    "cxgbe_netmap_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568908320
    },
    "cxgbe_netmap_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568902912
    },
    "cxgbe_netmap_simple_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568909248
    },
    "cxgbe_netmap_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568901648
    },
    "cxgbe_nm_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568901408
    },
    "cxgbe_nm_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568907104
    },
    "cxgbe_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568773040
    },
    "cxgbe_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568840096
    },
    "cxgbe_rate_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568915232
    },
    "cxgbe_rate_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568917008
    },
    "cxgbe_rate_tag_free_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568916016
    },
    "cxgbe_rate_tag_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568916544
    },
    "cxgbe_rate_tag_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568916944
    },
    "cxgbe_rate_tag_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071584714704
    },
    "cxgbe_ratelimit_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568916448
    },
    "cxgbe_refresh_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568844512
    },
    "cxgbe_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568841456
    },
    "cxgbe_t4nex_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608446040
    },
    "cxgbe_t4nex_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608446016
    },
    "cxgbe_t4nexmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444328
    },
    "cxgbe_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568842832
    },
    "cxgbe_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568839856
    },
    "cxgbe_uninit_synchronized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568842880
    },
    "cxgbe_vi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568835872
    },
    "cxgbe_vi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568850160
    },
    "cxl_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608446224
    },
    "cxl_t5nex_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608446176
    },
    "cxl_t5nex_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608446152
    },
    "cxl_t5nexmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444424
    },
    "cxt_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cxt_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cycle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cycleCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cycleDelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cycleLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cycleMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cycleSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cycle_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cycle_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "cycle_match": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cycle_now": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cycles": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cycpwr_thr1_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047328
    },
    "cyl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cylinder": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "cylinders": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "cz": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "d": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071585362112
    },
    "d0": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "d0_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_bus_d0_entry"
        }
      },
      "address": 0
    },
    "d1": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 0
    },
    "d2": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 18446744071585362208
    },
    "d2h_register_fis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "d2w": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "d3": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "d4": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "d80": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "d82": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "d84": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dBm36": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dBm48": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dBm54": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dBmRD": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dRawOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dRep": {
      "type": {
        "kind": "struct",
        "name": "repcodes_t"
      },
      "address": 0
    },
    "dRepOriginal": {
      "type": {
        "kind": "struct",
        "name": "repcodes_t"
      },
      "address": 0
    },
    "dSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "d_blkno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "d_buf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "d_cio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_conf_io"
        }
      },
      "address": 0
    },
    "d_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "d_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dump_header"
        }
      },
      "address": 0
    },
    "d_i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "d_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "d_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "d_prime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "d_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "d_wme_ac": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "da": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "da_ccb_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610598064
    },
    "da_default_softtimeout": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610598056
    },
    "da_default_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608278016
    },
    "da_delete_functions": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 18446744071584037584
    },
    "da_delete_method_desc": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584037648
    },
    "da_delete_method_names": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584037520
    },
    "da_delete_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566093040
    },
    "da_delete_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566093760
    },
    "da_delete_ws": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566094864
    },
    "da_disable_wp_detection": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610598048
    },
    "da_enable_biospeedup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608278024
    },
    "da_enable_uma_ccbs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608278028
    },
    "da_indx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "da_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608278064
    },
    "da_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566077872
    },
    "da_poll_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608278008
    },
    "da_quirk_table": {
      "type": {
        "count": 149,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "da_quirk_entry"
        }
      },
      "address": 18446744071608278144
    },
    "da_retry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608278012
    },
    "da_send_ordered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608278020
    },
    "da_zone_desc_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "da_zone_desc"
        }
      },
      "address": 0
    },
    "daasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566078080
    },
    "dabitsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566092480
    },
    "dac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dac_cfg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dac_granted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dack_re": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dack_tmr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dacl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 0
    },
    "dacleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566081584
    },
    "daclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566089008
    },
    "dacmdsizesysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566091680
    },
    "daddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "daddr6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "dadeletemaxsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566091456
    },
    "dadeletemethodchoose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566092544
    },
    "dadeletemethodsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566091088
    },
    "dadiskgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566090880
    },
    "dadone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566095344
    },
    "dadone_probeata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566101664
    },
    "dadone_probeataiddir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566102592
    },
    "dadone_probeatalogdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566102224
    },
    "dadone_probeatasup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566103088
    },
    "dadone_probeatazone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566103472
    },
    "dadone_probebdc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566100688
    },
    "dadone_probeblklimits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566100304
    },
    "dadone_probelbp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566100064
    },
    "dadone_proberc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566098528
    },
    "dadone_probewp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566098192
    },
    "dadone_probezone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566103824
    },
    "dadone_tur": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566098064
    },
    "dadriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608278088
    },
    "dadump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566090064
    },
    "daerror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566096928
    },
    "daflagssysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566092368
    },
    "dagetattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566090608
    },
    "dainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566077920
    },
    "damediapoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566090912
    },
    "damodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608277912
    },
    "dangling": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927204
    },
    "daoninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566081504
    },
    "daopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566088400
    },
    "dap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "diradd"
        }
      },
      "address": 0
    },
    "daprevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566097872
    },
    "daprobedone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566101152
    },
    "daptmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "disk_alias"
        }
      },
      "address": 0
    },
    "daregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566079408
    },
    "dareprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566086336
    },
    "dasendorderedtag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566088288
    },
    "dasetgeom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566104080
    },
    "dashutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566078800
    },
    "dastart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566081888
    },
    "dastrategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566089712
    },
    "dasysctlinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566086400
    },
    "dasysctlsofttimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566077744
    },
    "dat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "data2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "data2111": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "data4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "data8": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "data_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "data_array": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "data_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "data_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "data_buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "data_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "data_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_data"
        }
      },
      "address": 0
    },
    "data_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_direction": {
      "type": {
        "kind": "enum",
        "name": "unnamed_345e3295c7595718"
      },
      "address": 0
    },
    "data_disks_per_row": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "data_element": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_end": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "data_fine": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_frame": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "data_hdr_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_header_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_iface_no": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "data_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "data_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "data_lengths": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585173984
    },
    "data_local": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "data_mapping": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "data_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "data_oe_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "data_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_only": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "data_payload": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "data_present": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "data_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "data_ptrs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "pointer",
            "subtype": {
              "kind": "base",
              "name": "unsigned char"
            }
          }
        }
      },
      "address": 0
    },
    "data_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_secsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_size": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "data_this_transaction": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "data_transfer_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "data_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_data"
        }
      },
      "address": 0
    },
    "data_txcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "data_value": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "data_written": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "databits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "datablocks": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "databuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "datacnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "datacount1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "datacount2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "datai2c": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "datalen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "datalen_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "datalength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "datalim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dataoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dataout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dataport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dataptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dataptr_words": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "datasize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "datasz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "datavaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dattr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "device_attribute"
        }
      },
      "address": 0
    },
    "dattr_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dattrbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "dattrflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "day": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "day_mon": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 13,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 0
    },
    "days": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "daytab": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585183264
    },
    "dazonemodesysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566091792
    },
    "dazonesupsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566091920
    },
    "db": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "db1": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "db2": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "db2GHz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "db5GHz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "db_Esc8": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587117824
    },
    "db_Esc9": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587118016
    },
    "db_Esc92": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119360
    },
    "db_Esc94": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119424
    },
    "db_Esc95": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119488
    },
    "db_Esc96": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119552
    },
    "db_Esc97": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119616
    },
    "db_Esc_inst": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "finst"
          }
        }
      },
      "address": 18446744071587117760
    },
    "db_Esca": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587118208
    },
    "db_Esca5": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119680
    },
    "db_Escb": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587118400
    },
    "db_Escb4": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119744
    },
    "db_Escc": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587118592
    },
    "db_Escd": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587118784
    },
    "db_Esce": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587118976
    },
    "db_Esce3": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119808
    },
    "db_Escf": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 18446744071587119168
    },
    "db_Escf4": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587119872
    },
    "db_Grp1": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587115232
    },
    "db_Grp15": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587115552
    },
    "db_Grp15b": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587116192
    },
    "db_Grp2": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587115296
    },
    "db_Grp3": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587115616
    },
    "db_Grp4": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587115808
    },
    "db_Grp5": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587116000
    },
    "db_Grp6": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587115360
    },
    "db_Grp7": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587115424
    },
    "db_Grp8": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587115488
    },
    "db_Grp9": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587114976
    },
    "db_Grp9b": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587115040
    },
    "db_access.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_add_expr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567054976
    },
    "db_add_symbol_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567074928
    },
    "db_backtrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581371264
    },
    "db_bad_inst": {
      "type": {
        "kind": "struct",
        "name": "inst"
      },
      "address": 18446744071587114944
    },
    "db_bar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_bar_info"
        }
      },
      "address": 0
    },
    "db_break.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_break_table": {
      "type": {
        "count": 100,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_breakpoint"
        }
      },
      "address": 18446744071610602896
    },
    "db_breakpoint_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045392
    },
    "db_breakpoint_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_breakpoint"
        }
      },
      "address": 18446744071610602872
    },
    "db_breakpoints_inserted": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610602864
    },
    "db_call_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610064
    },
    "db_capture.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_capture_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610606912
    },
    "db_capture_bufoff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610606904
    },
    "db_capture_bufpadding": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610606920
    },
    "db_capture_bufsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608316504
    },
    "db_capture_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567046208
    },
    "db_capture_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567046000
    },
    "db_capture_enterpager": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045968
    },
    "db_capture_exitpager": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045984
    },
    "db_capture_inpager": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610606900
    },
    "db_capture_inprogress": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610606896
    },
    "db_capture_maxbufsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608316648
    },
    "db_capture_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610606928
    },
    "db_capture_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608316624
    },
    "db_capture_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608315760
    },
    "db_capture_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608315784
    },
    "db_capture_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608316256
    },
    "db_capture_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567046512
    },
    "db_capture_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045808
    },
    "db_capture_writech": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045888
    },
    "db_check_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567058496
    },
    "db_clear_breakpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045184
    },
    "db_clear_watchpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567082992
    },
    "db_cmd_ahd_dump_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608339120
    },
    "db_cmd_ahd_dump_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338672
    },
    "db_cmd_ahd_dump_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338696
    },
    "db_cmd_ahd_in_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608339008
    },
    "db_cmd_ahd_in_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338576
    },
    "db_cmd_ahd_in_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338600
    },
    "db_cmd_ahd_out_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608339064
    },
    "db_cmd_ahd_out_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338624
    },
    "db_cmd_ahd_out_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338648
    },
    "db_cmd_ahd_pause_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608338896
    },
    "db_cmd_ahd_pause_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338480
    },
    "db_cmd_ahd_pause_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338504
    },
    "db_cmd_ahd_sunit_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608338840
    },
    "db_cmd_ahd_sunit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338432
    },
    "db_cmd_ahd_sunit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338456
    },
    "db_cmd_ahd_unpause_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608338952
    },
    "db_cmd_ahd_unpause_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338528
    },
    "db_cmd_ahd_unpause_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608338552
    },
    "db_cmd_countfreebufs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609794016
    },
    "db_cmd_countfreebufs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793600
    },
    "db_cmd_countfreebufs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793624
    },
    "db_cmd_kldstat_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609669544
    },
    "db_cmd_kldstat_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669200
    },
    "db_cmd_kldstat_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669224
    },
    "db_cmd_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567052416
    },
    "db_cmd_loop_done": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610607016
    },
    "db_cmd_netdump_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609956208
    },
    "db_cmd_netdump_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609955912
    },
    "db_cmd_netdump_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609955936
    },
    "db_cmd_netgdb_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609574680
    },
    "db_cmd_netgdb_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609574632
    },
    "db_cmd_netgdb_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609574656
    },
    "db_cmd_panic_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608319752
    },
    "db_cmd_panic_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608319704
    },
    "db_cmd_panic_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608319728
    },
    "db_cmd_pci_clearerr_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609096552
    },
    "db_cmd_pci_clearerr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609096288
    },
    "db_cmd_pci_clearerr_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609096312
    },
    "db_cmd_sysctl_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609716000
    },
    "db_cmd_sysctl_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609715648
    },
    "db_cmd_sysctl_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609715672
    },
    "db_cmd_table": {
      "type": {
        "kind": "struct",
        "name": "db_command_table"
      },
      "address": 18446744071610606984
    },
    "db_cmds": {
      "type": {
        "count": 47,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_command"
        }
      },
      "address": 18446744071608316656
    },
    "db_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567048496
    },
    "db_command.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_command_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567047232
    },
    "db_command_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567048368
    },
    "db_command_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567048096
    },
    "db_command_script": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567049488
    },
    "db_command_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567048288
    },
    "db_continue_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567071104
    },
    "db_coundfreebufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394320
    },
    "db_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608321208
    },
    "db_decode_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567076752
    },
    "db_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567058720
    },
    "db_delete_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045264
    },
    "db_deletehwatch_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083008
    },
    "db_deletewatch_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567082384
    },
    "db_disable_pager": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063552
    },
    "db_disasm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581365472
    },
    "db_disasm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_dmar_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581242032
    },
    "db_dmar_print_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581240320
    },
    "db_dot": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610606992
    },
    "db_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567049664
    },
    "db_dump_intr_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575314080
    },
    "db_ed_style": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "db_enable_pager": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063488
    },
    "db_end_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567064080
    },
    "db_endlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610609824
    },
    "db_eqname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567075024
    },
    "db_eregs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_variable"
        }
      },
      "address": 18446744071610173040
    },
    "db_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567049536
    },
    "db_evars": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_variable"
        }
      },
      "address": 0
    },
    "db_examine.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_examine_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567052592
    },
    "db_examine_format": {
      "type": {
        "count": 120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071608319808
    },
    "db_expr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_expression": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567054048
    },
    "db_extend": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584034240
    },
    "db_fetch_ksymtab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567062560
    },
    "db_find_breakpoint_here": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567044976
    },
    "db_find_variable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567081424
    },
    "db_findstack_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567066688
    },
    "db_flush_lex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567061920
    },
    "db_fncall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567050144
    },
    "db_force_whitespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063312
    },
    "db_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581371136
    },
    "db_frame_seg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581371072
    },
    "db_free_breakpoints": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_breakpoint"
        }
      },
      "address": 18446744071610602880
    },
    "db_free_watchpoints": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_watchpoint"
        }
      },
      "address": 18446744071610613888
    },
    "db_gdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567050688
    },
    "db_get_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567059104
    },
    "db_get_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567044544
    },
    "db_get_variable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567081344
    },
    "db_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567056224
    },
    "db_halt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567050752
    },
    "db_hex2dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567049584
    },
    "db_hwatchpoint_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083088
    },
    "db_indent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610044
    },
    "db_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567062768
    },
    "db_inject_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567059024
    },
    "db_input.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_inputchar.escstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610609684
    },
    "db_inst_0f": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "inst"
          }
        }
      },
      "address": 18446744071587119936
    },
    "db_inst_0f0x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587120064
    },
    "db_inst_0f1x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587120448
    },
    "db_inst_0f2x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587120832
    },
    "db_inst_0f38": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "inst"
          }
        }
      },
      "address": 18446744071587124288
    },
    "db_inst_0f388x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587124416
    },
    "db_inst_0f38fx": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587116256
    },
    "db_inst_0f3x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587121216
    },
    "db_inst_0f4x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587121600
    },
    "db_inst_0f7x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587121984
    },
    "db_inst_0f8x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587122368
    },
    "db_inst_0f9x": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587122752
    },
    "db_inst_0fax": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587123136
    },
    "db_inst_0fbx": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587123520
    },
    "db_inst_0fcx": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587123904
    },
    "db_inst_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610068
    },
    "db_inst_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "inst"
        }
      },
      "address": 18446744071587108800
    },
    "db_interface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_iprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063856
    },
    "db_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567050992
    },
    "db_kldstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575386224
    },
    "db_last_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610607032
    },
    "db_last_command": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_command"
        }
      },
      "address": 18446744071610607024
    },
    "db_last_non_space": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610024
    },
    "db_last_symtab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_symtab_t"
        }
      },
      "address": 18446744071610612544
    },
    "db_lbuf_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610607072
    },
    "db_lbuf_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610607064
    },
    "db_lc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610607080
    },
    "db_le": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610607088
    },
    "db_lengths": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587117728
    },
    "db_lex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_lhist_nlines": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610607048
    },
    "db_lhistcur": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610607056
    },
    "db_lhistidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610607052
    },
    "db_lhistlsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610607044
    },
    "db_lhistory": {
      "type": {
        "count": 2048,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610607104
    },
    "db_line": {
      "type": {
        "count": 120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610609696
    },
    "db_lines_per_page": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071608320240
    },
    "db_listbreak_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045616
    },
    "db_listwatch_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083216
    },
    "db_load_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610076
    },
    "db_logical_and_expr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567054208
    },
    "db_logical_relation_expr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567054384
    },
    "db_look_token": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610609832
    },
    "db_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567075168
    },
    "db_lookup_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567077424
    },
    "db_lookup_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567077120
    },
    "db_loop_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610056
    },
    "db_lp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610609816
    },
    "db_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045056
    },
    "db_map_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045168
    },
    "db_map_equal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045760
    },
    "db_max_width": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071608320232
    },
    "db_maxlines": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610032
    },
    "db_maxoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071608321216
    },
    "db_md_list_watchpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581373088
    },
    "db_msg": {
      "type": {
        "kind": "struct",
        "name": "dbc_dbc_t"
      },
      "address": 0
    },
    "db_mult_expr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567055216
    },
    "db_netdump_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577990688
    },
    "db_netdump_cmd.blockbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613126992
    },
    "db_netdump_cmd.conf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613126840
    },
    "db_netdump_cmd.u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613131088
    },
    "db_netgdb_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574627488
    },
    "db_newlines": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610036
    },
    "db_next": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610607008
    },
    "db_next_free_breakpoint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_breakpoint"
        }
      },
      "address": 18446744071608315696
    },
    "db_next_free_watchpoint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_watchpoint"
        }
      },
      "address": 18446744071608322296
    },
    "db_nsymtab": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610611928
    },
    "db_output.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_output_position": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610028
    },
    "db_pager": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567064704
    },
    "db_pager_quit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610040
    },
    "db_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567052288
    },
    "db_pci_clearerr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571697232
    },
    "db_pci_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571696752
    },
    "db_prev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610607000
    },
    "db_print.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_print_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581369968
    },
    "db_print_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567053328
    },
    "db_print_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183008
    },
    "db_print_ffs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579923440
    },
    "db_print_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575219984
    },
    "db_print_format": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 18446744071608319928
    },
    "db_print_loc_and_inst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567053536
    },
    "db_print_position": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063568
    },
    "db_print_protosw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576180864
    },
    "db_print_sockbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576181584
    },
    "db_print_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567076848
    },
    "db_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063584
    },
    "db_printsym": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567076336
    },
    "db_procs_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567066864
    },
    "db_ps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567065424
    },
    "db_ps.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_ps_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567065616
    },
    "db_put_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567044832
    },
    "db_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567064128
    },
    "db_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063696
    },
    "db_qualify.tmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610612560
    },
    "db_qualify_ambiguous_names": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610612552
    },
    "db_radix": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071608320056
    },
    "db_raw": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610609168
    },
    "db_raw_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610607040
    },
    "db_raw_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610609680
    },
    "db_raw_warned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610609152
    },
    "db_read_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581369520
    },
    "db_read_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581370240
    },
    "db_read_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567058960
    },
    "db_read_token_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567059136
    },
    "db_read_variable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567081872
    },
    "db_readline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567056304
    },
    "db_recursion": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608321200
    },
    "db_recursion_data": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_recursion_data"
        }
      },
      "address": 18446744071610611408
    },
    "db_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071587116640
    },
    "db_regs": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_variable"
        }
      },
      "address": 18446744071610172464
    },
    "db_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567050768
    },
    "db_restart_at_pc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567070672
    },
    "db_run.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_run_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567072128
    },
    "db_run_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608320672
    },
    "db_safe_handlers": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 0
    },
    "db_script.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_script_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567072208
    },
    "db_script_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567071296
    },
    "db_script_kdbenter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567071184
    },
    "db_script_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567072528
    },
    "db_script_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610611376
    },
    "db_script_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071608321176
    },
    "db_script_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320680
    },
    "db_script_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320704
    },
    "db_script_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567072784
    },
    "db_script_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ddb_script"
        }
      },
      "address": 18446744071610610096
    },
    "db_scripts_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567071760
    },
    "db_search_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567053616
    },
    "db_search_symbol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567076128
    },
    "db_seg_reg": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587117664
    },
    "db_set_breakpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567045072
    },
    "db_set_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567082064
    },
    "db_set_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567076912
    },
    "db_set_variable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567081920
    },
    "db_set_watchpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567082864
    },
    "db_shift_expr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567054720
    },
    "db_show_active_cmds": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_command"
        }
      },
      "address": 18446744071608319584
    },
    "db_show_active_table": {
      "type": {
        "kind": "struct",
        "name": "db_command_table"
      },
      "address": 18446744071610606960
    },
    "db_show_all_chains_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609749728
    },
    "db_show_all_chains_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749416
    },
    "db_show_all_chains_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749440
    },
    "db_show_all_cmds": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_command"
        }
      },
      "address": 18446744071608319648
    },
    "db_show_all_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861120
    },
    "db_show_all_devices_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609733032
    },
    "db_show_all_devices_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609732640
    },
    "db_show_all_devices_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609732664
    },
    "db_show_all_dmars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581243408
    },
    "db_show_all_dmars_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610156760
    },
    "db_show_all_dmars_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156448
    },
    "db_show_all_dmars_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156472
    },
    "db_show_all_ifnets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576858640
    },
    "db_show_all_ifnets_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609822256
    },
    "db_show_all_ifnets_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821872
    },
    "db_show_all_ifnets_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821896
    },
    "db_show_all_ioapics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582416400
    },
    "db_show_all_ioapics_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610218632
    },
    "db_show_all_ioapics_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218352
    },
    "db_show_all_ioapics_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218376
    },
    "db_show_all_lltables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948128
    },
    "db_show_all_lltables_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609830408
    },
    "db_show_all_lltables_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830224
    },
    "db_show_all_lltables_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830248
    },
    "db_show_all_mesh_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609851192
    },
    "db_show_all_mesh_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850864
    },
    "db_show_all_mesh_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850888
    },
    "db_show_all_pcpu_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609742800
    },
    "db_show_all_pcpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742592
    },
    "db_show_all_pcpu_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742616
    },
    "db_show_all_procs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608320504
    },
    "db_show_all_procs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320360
    },
    "db_show_all_procs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320384
    },
    "db_show_all_rman": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953120
    },
    "db_show_all_rman_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609744704
    },
    "db_show_all_rman_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744496
    },
    "db_show_all_rman_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744520
    },
    "db_show_all_table": {
      "type": {
        "kind": "struct",
        "name": "db_command_table"
      },
      "address": 18446744071610606968
    },
    "db_show_all_ttys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576153984
    },
    "db_show_all_ttys_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609768664
    },
    "db_show_all_ttys_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609768272
    },
    "db_show_all_ttys_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609768296
    },
    "db_show_all_vaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577217824
    },
    "db_show_all_vaps_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609851136
    },
    "db_show_all_vaps_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850816
    },
    "db_show_all_vaps_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850840
    },
    "db_show_all_vmem_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609751040
    },
    "db_show_all_vmem_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750824
    },
    "db_show_all_vmem_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750848
    },
    "db_show_all_vmemdump_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609750928
    },
    "db_show_all_vmemdump_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750728
    },
    "db_show_all_vmemdump_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750752
    },
    "db_show_all_vnets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159328
    },
    "db_show_all_vnets_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609847912
    },
    "db_show_all_vnets_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847680
    },
    "db_show_all_vnets_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847704
    },
    "db_show_allchains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017984
    },
    "db_show_allchains_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609749784
    },
    "db_show_allchains_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749464
    },
    "db_show_allchains_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749488
    },
    "db_show_allpcpu_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609742856
    },
    "db_show_allpcpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742640
    },
    "db_show_allpcpu_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742664
    },
    "db_show_allrman_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609744760
    },
    "db_show_allrman_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744544
    },
    "db_show_allrman_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744568
    },
    "db_show_apic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582430080
    },
    "db_show_apic_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610219776
    },
    "db_show_apic_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219448
    },
    "db_show_apic_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219472
    },
    "db_show_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574738240
    },
    "db_show_bio_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609582560
    },
    "db_show_bio_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609582456
    },
    "db_show_bio_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609582480
    },
    "db_show_bpf_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786752
    },
    "db_show_bpf_if_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609819288
    },
    "db_show_bpf_if_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609818976
    },
    "db_show_bpf_if_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609819000
    },
    "db_show_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576392192
    },
    "db_show_buffer_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609793792
    },
    "db_show_buffer_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793408
    },
    "db_show_buffer_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793432
    },
    "db_show_bufqueues_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609793848
    },
    "db_show_bufqueues_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793456
    },
    "db_show_bufqueues_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793480
    },
    "db_show_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575720544
    },
    "db_show_callout_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609721696
    },
    "db_show_callout_last": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575720880
    },
    "db_show_callout_last_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609721752
    },
    "db_show_callout_last_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721520
    },
    "db_show_callout_last_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721544
    },
    "db_show_callout_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721472
    },
    "db_show_callout_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721496
    },
    "db_show_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575141456
    },
    "db_show_cdev_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609644616
    },
    "db_show_cdev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644160
    },
    "db_show_cdev_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609644184
    },
    "db_show_clocksource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575124208
    },
    "db_show_clocksource_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609644048
    },
    "db_show_clocksource_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609643960
    },
    "db_show_clocksource_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609643984
    },
    "db_show_cmds": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_command"
        }
      },
      "address": 18446744071608319296
    },
    "db_show_com": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577213776
    },
    "db_show_com_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609851080
    },
    "db_show_com_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850768
    },
    "db_show_com_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850792
    },
    "db_show_conifhk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575820672
    },
    "db_show_conifhk_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609731136
    },
    "db_show_conifhk_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731064
    },
    "db_show_conifhk_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731088
    },
    "db_show_cpu_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924624
    },
    "db_show_cpusets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575180624
    },
    "db_show_cpusets_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609646472
    },
    "db_show_cpusets_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646376
    },
    "db_show_cpusets_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646400
    },
    "db_show_crypto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579509472
    },
    "db_show_crypto_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610022544
    },
    "db_show_crypto_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610022448
    },
    "db_show_crypto_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610022472
    },
    "db_show_dbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423856
    },
    "db_show_dbregs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610188672
    },
    "db_show_dbregs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188288
    },
    "db_show_dbregs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188312
    },
    "db_show_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860864
    },
    "db_show_device_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609732976
    },
    "db_show_device_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609732592
    },
    "db_show_device_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609732616
    },
    "db_show_devlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568854304
    },
    "db_show_di_queue_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610193120
    },
    "db_show_di_queue_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191264
    },
    "db_show_di_queue_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191288
    },
    "db_show_dmar_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610156704
    },
    "db_show_dmar_domain_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610156648
    },
    "db_show_dmar_domain_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156352
    },
    "db_show_dmar_domain_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156376
    },
    "db_show_dmar_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156400
    },
    "db_show_dmar_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156424
    },
    "db_show_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183808
    },
    "db_show_domain_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609770880
    },
    "db_show_domain_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770664
    },
    "db_show_domain_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770688
    },
    "db_show_domainsets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575181104
    },
    "db_show_domainsets_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609646528
    },
    "db_show_domainsets_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646424
    },
    "db_show_domainsets_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609646448
    },
    "db_show_dpcpu_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923968
    },
    "db_show_dpcpu_off_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609742688
    },
    "db_show_dpcpu_off_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742496
    },
    "db_show_dpcpu_off_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742520
    },
    "db_show_ffs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579992560
    },
    "db_show_ffs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610058032
    },
    "db_show_ffs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610057632
    },
    "db_show_ffs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610057656
    },
    "db_show_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575219952
    },
    "db_show_file_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609649056
    },
    "db_show_file_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609648352
    },
    "db_show_file_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609648376
    },
    "db_show_files": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220384
    },
    "db_show_files_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609649112
    },
    "db_show_files_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609648400
    },
    "db_show_files_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609648424
    },
    "db_show_freepages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580306064
    },
    "db_show_freepages_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610082288
    },
    "db_show_freepages_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082240
    },
    "db_show_freepages_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082264
    },
    "db_show_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574735264
    },
    "db_show_geom_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609582504
    },
    "db_show_geom_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574736496
    },
    "db_show_geom_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574735664
    },
    "db_show_geom_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574736992
    },
    "db_show_geom_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609582408
    },
    "db_show_geom_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609582432
    },
    "db_show_idt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423184
    },
    "db_show_idt_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610188560
    },
    "db_show_idt_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188192
    },
    "db_show_idt_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188216
    },
    "db_show_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576857424
    },
    "db_show_ifnet_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609822200
    },
    "db_show_ifnet_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821824
    },
    "db_show_ifnet_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821848
    },
    "db_show_igi_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577611168
    },
    "db_show_igi_list_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609898960
    },
    "db_show_igi_list_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609898560
    },
    "db_show_igi_list_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609898584
    },
    "db_show_in_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577628784
    },
    "db_show_in_ifaddr_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609899864
    },
    "db_show_in_ifaddr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609899760
    },
    "db_show_in_ifaddr_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609899784
    },
    "db_show_inpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577705872
    },
    "db_show_inpcb_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609913416
    },
    "db_show_inpcb_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609913304
    },
    "db_show_inpcb_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609913328
    },
    "db_show_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316208
    },
    "db_show_intr_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609657592
    },
    "db_show_intr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657216
    },
    "db_show_intr_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657240
    },
    "db_show_intrcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316800
    },
    "db_show_intrcnt_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609657648
    },
    "db_show_intrcnt_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657512
    },
    "db_show_intrcnt_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657536
    },
    "db_show_ioapic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582415888
    },
    "db_show_ioapic_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610218576
    },
    "db_show_ioapic_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582415968
    },
    "db_show_ioapic_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218304
    },
    "db_show_ioapic_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218328
    },
    "db_show_irqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314352
    },
    "db_show_irqs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610166992
    },
    "db_show_irqs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166536
    },
    "db_show_irqs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166560
    },
    "db_show_lapic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582430480
    },
    "db_show_lapic_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610219832
    },
    "db_show_lapic_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219496
    },
    "db_show_lapic_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219520
    },
    "db_show_llentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576947280
    },
    "db_show_llentry_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609830296
    },
    "db_show_llentry_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830128
    },
    "db_show_llentry_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830152
    },
    "db_show_lltable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576947904
    },
    "db_show_lltable_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609830352
    },
    "db_show_lltable_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830176
    },
    "db_show_lltable_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830200
    },
    "db_show_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911520
    },
    "db_show_lock_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609739736
    },
    "db_show_lock_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609739688
    },
    "db_show_lock_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609739712
    },
    "db_show_lockchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017312
    },
    "db_show_lockchain_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609749616
    },
    "db_show_lockchain_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749320
    },
    "db_show_lockchain_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749344
    },
    "db_show_lockedbufs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609793904
    },
    "db_show_lockedbufs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793504
    },
    "db_show_lockedbufs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793528
    },
    "db_show_lockedvnods_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609814672
    },
    "db_show_lockedvnods_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813136
    },
    "db_show_lockedvnods_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813160
    },
    "db_show_lockmgr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390544
    },
    "db_show_locktree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576018304
    },
    "db_show_locktree_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609749840
    },
    "db_show_locktree_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749512
    },
    "db_show_locktree_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749536
    },
    "db_show_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575419536
    },
    "db_show_malloc_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609678768
    },
    "db_show_malloc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609678712
    },
    "db_show_malloc_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609678736
    },
    "db_show_map_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610070016
    },
    "db_show_map_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610069912
    },
    "db_show_map_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610069936
    },
    "db_show_mdpcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581370832
    },
    "db_show_mesh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218112
    },
    "db_show_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576566064
    },
    "db_show_mount_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609814784
    },
    "db_show_mount_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813232
    },
    "db_show_mount_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813256
    },
    "db_show_msgbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575939664
    },
    "db_show_msgbuf_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609743808
    },
    "db_show_msgbuf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609743752
    },
    "db_show_msgbuf_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609743776
    },
    "db_show_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575439552
    },
    "db_show_netisr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577049344
    },
    "db_show_netisr_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609837504
    },
    "db_show_netisr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609837440
    },
    "db_show_netisr_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609837464
    },
    "db_show_object_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610078816
    },
    "db_show_object_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078664
    },
    "db_show_object_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078688
    },
    "db_show_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575662496
    },
    "db_show_oid_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575663216
    },
    "db_show_page_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610079824
    },
    "db_show_page_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079680
    },
    "db_show_page_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079704
    },
    "db_show_pageq_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610079880
    },
    "db_show_pageq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079728
    },
    "db_show_pageq_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079752
    },
    "db_show_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591328
    },
    "db_show_panic_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609709840
    },
    "db_show_panic_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609709568
    },
    "db_show_panic_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609709592
    },
    "db_show_pcierr_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609096496
    },
    "db_show_pcierr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609096240
    },
    "db_show_pcierr_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609096264
    },
    "db_show_pciregs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609096440
    },
    "db_show_pciregs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609096192
    },
    "db_show_pciregs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609096216
    },
    "db_show_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924128
    },
    "db_show_pcpu_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609742744
    },
    "db_show_pcpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742544
    },
    "db_show_pcpu_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742568
    },
    "db_show_pctrienode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926512
    },
    "db_show_pctrienode_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609742960
    },
    "db_show_pctrienode_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742912
    },
    "db_show_pctrienode_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742936
    },
    "db_show_pginfo_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610079936
    },
    "db_show_pginfo_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079776
    },
    "db_show_pginfo_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079800
    },
    "db_show_pgrpdump_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609699488
    },
    "db_show_pgrpdump_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609695472
    },
    "db_show_pgrpdump_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609695496
    },
    "db_show_phys2dmap_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610193304
    },
    "db_show_phys2dmap_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193024
    },
    "db_show_phys2dmap_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193048
    },
    "db_show_prison": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575350992
    },
    "db_show_prison_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609668000
    },
    "db_show_prison_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575350800
    },
    "db_show_prison_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609667024
    },
    "db_show_prison_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609667048
    },
    "db_show_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567069024
    },
    "db_show_proc_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608320616
    },
    "db_show_proc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320456
    },
    "db_show_proc_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320480
    },
    "db_show_procvm_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610070072
    },
    "db_show_procvm_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610069960
    },
    "db_show_procvm_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610069984
    },
    "db_show_protosw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183696
    },
    "db_show_protosw_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609770824
    },
    "db_show_protosw_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770616
    },
    "db_show_protosw_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770640
    },
    "db_show_pte_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610193248
    },
    "db_show_pte_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192976
    },
    "db_show_pte_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193000
    },
    "db_show_ptpages_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610193360
    },
    "db_show_ptpages_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193072
    },
    "db_show_ptpages_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193096
    },
    "db_show_radixnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308448
    },
    "db_show_radixnode_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610082392
    },
    "db_show_radixnode_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082344
    },
    "db_show_radixnode_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082368
    },
    "db_show_rangeset_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609743960
    },
    "db_show_rangeset_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609743912
    },
    "db_show_rangeset_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609743936
    },
    "db_show_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567065056
    },
    "db_show_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556912
    },
    "db_show_rman": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575952656
    },
    "db_show_rman_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609744592
    },
    "db_show_rman_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744400
    },
    "db_show_rman_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744424
    },
    "db_show_rmans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575952976
    },
    "db_show_rmans_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609744648
    },
    "db_show_rmans_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744448
    },
    "db_show_rmans_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609744472
    },
    "db_show_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577119904
    },
    "db_show_route_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609842008
    },
    "db_show_route_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609841904
    },
    "db_show_route_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609841928
    },
    "db_show_routetable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577118864
    },
    "db_show_routetable_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609841952
    },
    "db_show_routetable_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609841856
    },
    "db_show_routetable_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609841880
    },
    "db_show_rwlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563664
    },
    "db_show_sd_allinodedeps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579950928
    },
    "db_show_sd_allinodedeps_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610055912
    },
    "db_show_sd_allinodedeps_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053360
    },
    "db_show_sd_allinodedeps_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053384
    },
    "db_show_sd_allocdirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952640
    },
    "db_show_sd_allocdirect_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610056192
    },
    "db_show_sd_allocdirect_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053600
    },
    "db_show_sd_allocdirect_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053624
    },
    "db_show_sd_allocindir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952816
    },
    "db_show_sd_allocindir_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610056248
    },
    "db_show_sd_allocindir_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053648
    },
    "db_show_sd_allocindir_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053672
    },
    "db_show_sd_inodedep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579950416
    },
    "db_show_sd_inodedep_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610055856
    },
    "db_show_sd_inodedep_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053312
    },
    "db_show_sd_inodedep_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053336
    },
    "db_show_sd_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952048
    },
    "db_show_sd_mkdir_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610056080
    },
    "db_show_sd_mkdir_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952240
    },
    "db_show_sd_mkdir_list_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610056136
    },
    "db_show_sd_mkdir_list_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053552
    },
    "db_show_sd_mkdir_list_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053576
    },
    "db_show_sd_mkdir_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053504
    },
    "db_show_sd_mkdir_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053528
    },
    "db_show_sd_workhead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951424
    },
    "db_show_sd_workhead_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610056024
    },
    "db_show_sd_workhead_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053456
    },
    "db_show_sd_workhead_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053480
    },
    "db_show_sd_worklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951136
    },
    "db_show_sd_worklist_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610055968
    },
    "db_show_sd_worklist_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053408
    },
    "db_show_sd_worklist_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610053432
    },
    "db_show_sin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577628496
    },
    "db_show_sin_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609899808
    },
    "db_show_sin_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609899712
    },
    "db_show_sin_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609899736
    },
    "db_show_skb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578906816
    },
    "db_show_skb_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610004192
    },
    "db_show_skb_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004144
    },
    "db_show_skb_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004168
    },
    "db_show_sleepchain_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609749672
    },
    "db_show_sleepchain_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749368
    },
    "db_show_sleepchain_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749392
    },
    "db_show_sleepq_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609745648
    },
    "db_show_sleepq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745552
    },
    "db_show_sleepq_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745576
    },
    "db_show_sleepqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979152
    },
    "db_show_sleepqueue_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609745704
    },
    "db_show_sleepqueue_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745600
    },
    "db_show_sleepqueue_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745624
    },
    "db_show_sockbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183584
    },
    "db_show_sockbuf_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609770768
    },
    "db_show_sockbuf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770568
    },
    "db_show_sockbuf_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770592
    },
    "db_show_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576178512
    },
    "db_show_socket_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609770712
    },
    "db_show_socket_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770520
    },
    "db_show_socket_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770544
    },
    "db_show_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577205744
    },
    "db_show_sta_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609850912
    },
    "db_show_sta_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850624
    },
    "db_show_sta_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850648
    },
    "db_show_statab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208608
    },
    "db_show_statab_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609850968
    },
    "db_show_statab_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850672
    },
    "db_show_statab_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850696
    },
    "db_show_sx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630128
    },
    "db_show_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096224
    },
    "db_show_sysinit_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609621256
    },
    "db_show_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609620152
    },
    "db_show_sysinit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609620176
    },
    "db_show_sysregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423408
    },
    "db_show_sysregs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610188616
    },
    "db_show_sysregs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188240
    },
    "db_show_sysregs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610188264
    },
    "db_show_t4_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608445128
    },
    "db_show_t4_devlog_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608445184
    },
    "db_show_t4_devlog_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443680
    },
    "db_show_t4_devlog_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443704
    },
    "db_show_t4_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443632
    },
    "db_show_t4_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443656
    },
    "db_show_t4_table": {
      "type": {
        "kind": "struct",
        "name": "db_command_table"
      },
      "address": 18446744071610626096
    },
    "db_show_t4_tcb_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608445240
    },
    "db_show_t4_tcb_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443728
    },
    "db_show_t4_tcb_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443752
    },
    "db_show_t4tcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568855184
    },
    "db_show_table": {
      "type": {
        "kind": "struct",
        "name": "db_command_table"
      },
      "address": 18446744071610606976
    },
    "db_show_tcpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577968224
    },
    "db_show_tcpcb_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609952696
    },
    "db_show_tcpcb_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609952648
    },
    "db_show_tcpcb_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609952672
    },
    "db_show_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567068048
    },
    "db_show_thread_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608320560
    },
    "db_show_thread_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320408
    },
    "db_show_thread_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608320432
    },
    "db_show_threads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567077200
    },
    "db_show_timecounter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575674704
    },
    "db_show_timecounter_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609719576
    },
    "db_show_timecounter_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609717440
    },
    "db_show_timecounter_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609717464
    },
    "db_show_tmpfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574600928
    },
    "db_show_tmpfs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609570864
    },
    "db_show_tmpfs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609570504
    },
    "db_show_tmpfs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609570528
    },
    "db_show_tty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576152048
    },
    "db_show_tty_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609768608
    },
    "db_show_tty_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609768224
    },
    "db_show_tty_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609768248
    },
    "db_show_turnstile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576016576
    },
    "db_show_turnstile_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609749560
    },
    "db_show_turnstile_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749272
    },
    "db_show_turnstile_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749296
    },
    "db_show_uma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580139888
    },
    "db_show_uma_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610068400
    },
    "db_show_uma_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610068040
    },
    "db_show_uma_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610068064
    },
    "db_show_umacache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141024
    },
    "db_show_umacache_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610068456
    },
    "db_show_umacache_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610068088
    },
    "db_show_umacache_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610068112
    },
    "db_show_unpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576332816
    },
    "db_show_unpcb_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609786536
    },
    "db_show_unpcb_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609785576
    },
    "db_show_unpcb_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609785600
    },
    "db_show_unrhdr_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609750344
    },
    "db_show_unrhdr_iter_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609750400
    },
    "db_show_unrhdr_iter_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750272
    },
    "db_show_unrhdr_iter_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750296
    },
    "db_show_unrhdr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750224
    },
    "db_show_unrhdr_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750248
    },
    "db_show_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208960
    },
    "db_show_vap_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609851024
    },
    "db_show_vap_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850720
    },
    "db_show_vap_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850744
    },
    "db_show_vmem_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609750984
    },
    "db_show_vmem_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750776
    },
    "db_show_vmem_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750800
    },
    "db_show_vmemdump_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609750872
    },
    "db_show_vmemdump_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750680
    },
    "db_show_vmemdump_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750704
    },
    "db_show_vmochk_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610078760
    },
    "db_show_vmochk_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078616
    },
    "db_show_vmochk_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078640
    },
    "db_show_vmopag_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071610078872
    },
    "db_show_vmopag_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078712
    },
    "db_show_vmopag_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078736
    },
    "db_show_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159648
    },
    "db_show_vnet_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609847968
    },
    "db_show_vnet_print_vs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159856
    },
    "db_show_vnet_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847728
    },
    "db_show_vnet_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847752
    },
    "db_show_vnet_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159744
    },
    "db_show_vnet_sysinit_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609848024
    },
    "db_show_vnet_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847776
    },
    "db_show_vnet_sysinit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847800
    },
    "db_show_vnet_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577160096
    },
    "db_show_vnet_sysuninit_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609848080
    },
    "db_show_vnet_sysuninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847824
    },
    "db_show_vnet_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847848
    },
    "db_show_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576565968
    },
    "db_show_vnode_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609814728
    },
    "db_show_vnode_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813184
    },
    "db_show_vnode_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813208
    },
    "db_show_vnodebufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394080
    },
    "db_show_vnodebufs_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609793960
    },
    "db_show_vnodebufs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793552
    },
    "db_show_vnodebufs_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609793576
    },
    "db_show_vpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576425344
    },
    "db_show_vpath_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609804928
    },
    "db_show_vpath_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609804648
    },
    "db_show_vpath_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609804672
    },
    "db_show_watches_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071608322304
    },
    "db_show_watches_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608322248
    },
    "db_show_watches_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608322272
    },
    "db_show_xen_evtchn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751088
    },
    "db_show_xen_evtchn_cmd": {
      "type": {
        "kind": "struct",
        "name": "db_command"
      },
      "address": 18446744071609520192
    },
    "db_show_xen_evtchn_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609520144
    },
    "db_show_xen_evtchn_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609520168
    },
    "db_single_step_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567070832
    },
    "db_skip_to_eol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567047200
    },
    "db_sstep_multiple": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610610072
    },
    "db_sstep_print": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610610060
    },
    "db_stack_trace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567049792
    },
    "db_stack_trace_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567050112
    },
    "db_stack_trace_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567050128
    },
    "db_static_buffer": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610611792
    },
    "db_stop_at_pc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567069856
    },
    "db_store_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610080
    },
    "db_sym.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_sym_numargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567076720
    },
    "db_symbol_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567075504
    },
    "db_symtabs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_symtab_t"
        }
      },
      "address": 18446744071610611936
    },
    "db_sysctl_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575661280
    },
    "db_sysctl_modif_values": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "db_sysctl_modifs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "db_tab_stop_width": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071608320224
    },
    "db_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567055920
    },
    "db_textdump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_textdump_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567081120
    },
    "db_thread.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_tok_number": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610609840
    },
    "db_tok_string": {
      "type": {
        "count": 120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610609856
    },
    "db_tr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fwohcidb_tr"
        }
      },
      "address": 0
    },
    "db_trace.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_trace_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581371200
    },
    "db_trace_self_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567062896
    },
    "db_trace_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581373008
    },
    "db_trace_thread_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567062960
    },
    "db_trace_until_call_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567070944
    },
    "db_trace_until_matching_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567071024
    },
    "db_trap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567063040
    },
    "db_unary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567055664
    },
    "db_unread_token": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567059120
    },
    "db_unscript_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567073216
    },
    "db_value_of_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567075104
    },
    "db_value_of_name_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567075776
    },
    "db_value_of_name_pcpu.tmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610612032
    },
    "db_value_of_name_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567075952
    },
    "db_value_of_name_vnet.tmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610612288
    },
    "db_var_curcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567074688
    },
    "db_var_curvnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567074848
    },
    "db_var_db_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567074576
    },
    "db_var_db_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567074768
    },
    "db_variables.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_vars": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_variable"
        }
      },
      "address": 18446744071608322032
    },
    "db_vnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610611920
    },
    "db_vnet_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159376
    },
    "db_watch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_watch_table": {
      "type": {
        "count": 100,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "db_watchpoint"
        }
      },
      "address": 18446744071610613904
    },
    "db_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567051312
    },
    "db_watchpoint_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567082544
    },
    "db_watchpoint_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_watchpoint"
        }
      },
      "address": 18446744071610613880
    },
    "db_watchpoints_inserted": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610613872
    },
    "db_write_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581370528
    },
    "db_write_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083408
    },
    "db_write_cmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "db_write_variable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567082000
    },
    "dba": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dbase": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585216240
    },
    "dbc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dbch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fwohci_dbch"
        }
      },
      "address": 0
    },
    "dbcmd_ahd_dump_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455328
    },
    "dbcmd_ahd_dump_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455408
    },
    "dbcmd_ahd_in_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567453712
    },
    "dbcmd_ahd_in_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567454384
    },
    "dbcmd_ahd_out_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567454416
    },
    "dbcmd_ahd_out_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567455296
    },
    "dbcmd_ahd_pause_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567452944
    },
    "dbcmd_ahd_pause_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567453136
    },
    "dbcmd_ahd_sunit_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567452784
    },
    "dbcmd_ahd_sunit_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567452912
    },
    "dbcmd_ahd_unpause_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567453168
    },
    "dbcmd_ahd_unpause_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567453680
    },
    "dbcmd_countfreebufs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394288
    },
    "dbcmd_countfreebufs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394608
    },
    "dbcmd_kldstat_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575386192
    },
    "dbcmd_kldstat_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575386336
    },
    "dbcmd_netdump_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577990656
    },
    "dbcmd_netdump_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577991376
    },
    "dbcmd_netgdb_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574627456
    },
    "dbcmd_netgdb_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574629008
    },
    "dbcmd_panic_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567052064
    },
    "dbcmd_panic_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567052320
    },
    "dbcmd_pci_clearerr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571697200
    },
    "dbcmd_pci_clearerr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571698160
    },
    "dbcmd_sysctl_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575661248
    },
    "dbcmd_sysctl_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575664352
    },
    "dbcode": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "count": 16,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608464256
    },
    "dbcond": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 16,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608464192
    },
    "dbd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dbdiff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dbg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dbg0_stack": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613470864
    },
    "dbg_bitmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dbg_buff": {
      "type": {
        "kind": "struct",
        "name": "cudbg_buffer"
      },
      "address": 0
    },
    "dbg_fromuserspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581383297
    },
    "dbg_level": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613485232
    },
    "dbg_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613484048
    },
    "dbgcqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_async_event_qnq"
        }
      },
      "address": 0
    },
    "dbgi_wr_data3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568673632
    },
    "dbi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dbidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dbif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_iflist"
        }
      },
      "address": 0
    },
    "dbinc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dbkey": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 16,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608464064
    },
    "dblfault_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581554176
    },
    "dblfault_stack": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613458576
    },
    "dblk": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dbm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dbm_I_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dbm_delta_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dbmmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dbreg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dbreg_clr_watchpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581301728
    },
    "dbreg_list_watchpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581302112
    },
    "dbreg_set_watchpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300928
    },
    "dbs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "dbshow_all_chains_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017952
    },
    "dbshow_all_chains_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576018176
    },
    "dbshow_all_devices_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861088
    },
    "dbshow_all_devices_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861184
    },
    "dbshow_all_dmars_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581243376
    },
    "dbshow_all_dmars_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581243536
    },
    "dbshow_all_ifnets_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576858608
    },
    "dbshow_all_ifnets_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576858752
    },
    "dbshow_all_ioapics_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582416368
    },
    "dbshow_all_ioapics_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582416464
    },
    "dbshow_all_lltables_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948096
    },
    "dbshow_all_lltables_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948496
    },
    "dbshow_all_mesh_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218080
    },
    "dbshow_all_mesh_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218144
    },
    "dbshow_all_pcpu_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924592
    },
    "dbshow_all_pcpu_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924736
    },
    "dbshow_all_procs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567066832
    },
    "dbshow_all_procs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567067056
    },
    "dbshow_all_rman_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953088
    },
    "dbshow_all_rman_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953200
    },
    "dbshow_all_ttys_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576153952
    },
    "dbshow_all_ttys_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576154448
    },
    "dbshow_all_vaps_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577217792
    },
    "dbshow_all_vaps_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218048
    },
    "dbshow_all_vmem_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040240
    },
    "dbshow_all_vmem_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040336
    },
    "dbshow_all_vmemdump_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576039248
    },
    "dbshow_all_vmemdump_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576039600
    },
    "dbshow_all_vnets_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159296
    },
    "dbshow_all_vnets_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159584
    },
    "dbshow_allchains_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576018208
    },
    "dbshow_allchains_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576018240
    },
    "dbshow_allpcpu_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924768
    },
    "dbshow_allpcpu_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924800
    },
    "dbshow_allrman_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953232
    },
    "dbshow_allrman_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953264
    },
    "dbshow_apic_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582430048
    },
    "dbshow_apic_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582430416
    },
    "dbshow_bio_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574738208
    },
    "dbshow_bio_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574738864
    },
    "dbshow_bpf_if_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786720
    },
    "dbshow_bpf_if_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786960
    },
    "dbshow_buffer_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576392160
    },
    "dbshow_buffer_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576392592
    },
    "dbshow_bufqueues_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576392624
    },
    "dbshow_bufqueues_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576393792
    },
    "dbshow_callout_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575720512
    },
    "dbshow_callout_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575720816
    },
    "dbshow_callout_last_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575720848
    },
    "dbshow_callout_last_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575721232
    },
    "dbshow_cdev_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575141424
    },
    "dbshow_cdev_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575142304
    },
    "dbshow_clocksource_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575124176
    },
    "dbshow_clocksource_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575124768
    },
    "dbshow_com_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577213744
    },
    "dbshow_com_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577217760
    },
    "dbshow_conifhk_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575820640
    },
    "dbshow_conifhk_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575820832
    },
    "dbshow_cpusets_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575180592
    },
    "dbshow_cpusets_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575181040
    },
    "dbshow_crypto_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579509440
    },
    "dbshow_crypto_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579510064
    },
    "dbshow_dbregs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423824
    },
    "dbshow_dbregs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423968
    },
    "dbshow_device_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860832
    },
    "dbshow_device_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575861056
    },
    "dbshow_di_queue_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581514704
    },
    "dbshow_di_queue_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581514880
    },
    "dbshow_dmar_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581242000
    },
    "dbshow_dmar_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581243344
    },
    "dbshow_dmar_domain_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581240288
    },
    "dbshow_dmar_domain_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581241968
    },
    "dbshow_domain_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183776
    },
    "dbshow_domain_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183856
    },
    "dbshow_domainsets_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575181072
    },
    "dbshow_domainsets_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575181360
    },
    "dbshow_dpcpu_off_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923936
    },
    "dbshow_dpcpu_off_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924064
    },
    "dbshow_ffs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579992528
    },
    "dbshow_ffs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579992672
    },
    "dbshow_file_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575219920
    },
    "dbshow_file_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220320
    },
    "dbshow_files_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220352
    },
    "dbshow_files_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220512
    },
    "dbshow_freepages_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580306032
    },
    "dbshow_freepages_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580306480
    },
    "dbshow_geom_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574735232
    },
    "dbshow_geom_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574738176
    },
    "dbshow_idt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423152
    },
    "dbshow_idt_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423344
    },
    "dbshow_ifnet_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576857392
    },
    "dbshow_ifnet_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576858576
    },
    "dbshow_igi_list_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577611136
    },
    "dbshow_igi_list_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577611440
    },
    "dbshow_in_ifaddr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577628752
    },
    "dbshow_in_ifaddr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577629120
    },
    "dbshow_inpcb_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577705840
    },
    "dbshow_inpcb_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577708704
    },
    "dbshow_intr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316176
    },
    "dbshow_intr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316352
    },
    "dbshow_intrcnt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316768
    },
    "dbshow_intrcnt_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316944
    },
    "dbshow_ioapic_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582415856
    },
    "dbshow_ioapic_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582416336
    },
    "dbshow_irqs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314320
    },
    "dbshow_irqs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314480
    },
    "dbshow_lapic_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582430448
    },
    "dbshow_lapic_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582434640
    },
    "dbshow_llentry_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576947248
    },
    "dbshow_llentry_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576947840
    },
    "dbshow_lltable_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576947872
    },
    "dbshow_lltable_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948064
    },
    "dbshow_lock_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911488
    },
    "dbshow_lock_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911616
    },
    "dbshow_lockchain_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017280
    },
    "dbshow_lockchain_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017856
    },
    "dbshow_lockedbufs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576393824
    },
    "dbshow_lockedbufs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394016
    },
    "dbshow_lockedvnods_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576565680
    },
    "dbshow_lockedvnods_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576565904
    },
    "dbshow_locktree_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576018272
    },
    "dbshow_locktree_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576019136
    },
    "dbshow_malloc_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575419504
    },
    "dbshow_malloc_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575420000
    },
    "dbshow_map_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580205792
    },
    "dbshow_map_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580206400
    },
    "dbshow_mount_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576566032
    },
    "dbshow_mount_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576572352
    },
    "dbshow_msgbuf_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575939632
    },
    "dbshow_msgbuf_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575939872
    },
    "dbshow_netisr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577049312
    },
    "dbshow_netisr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577049712
    },
    "dbshow_object_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238400
    },
    "dbshow_object_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238432
    },
    "dbshow_page_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273136
    },
    "dbshow_page_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273376
    },
    "dbshow_pageq_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273408
    },
    "dbshow_pageq_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273584
    },
    "dbshow_panic_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591296
    },
    "dbshow_panic_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591376
    },
    "dbshow_pcierr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571697120
    },
    "dbshow_pcierr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571697168
    },
    "dbshow_pciregs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571696720
    },
    "dbshow_pciregs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571697088
    },
    "dbshow_pcpu_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924096
    },
    "dbshow_pcpu_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924560
    },
    "dbshow_pctrienode_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926480
    },
    "dbshow_pctrienode_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926672
    },
    "dbshow_pginfo_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273616
    },
    "dbshow_pginfo_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273936
    },
    "dbshow_pgrpdump_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575483088
    },
    "dbshow_pgrpdump_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575483392
    },
    "dbshow_phys2dmap_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581531568
    },
    "dbshow_phys2dmap_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581531664
    },
    "dbshow_prison_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575350768
    },
    "dbshow_prison_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575352160
    },
    "dbshow_proc_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567068992
    },
    "dbshow_proc_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567069824
    },
    "dbshow_procvm_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580206432
    },
    "dbshow_procvm_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580206560
    },
    "dbshow_protosw_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183664
    },
    "dbshow_protosw_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183744
    },
    "dbshow_pte_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581530960
    },
    "dbshow_pte_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581531536
    },
    "dbshow_ptpages_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581531696
    },
    "dbshow_ptpages_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581532512
    },
    "dbshow_radixnode_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308416
    },
    "dbshow_radixnode_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308608
    },
    "dbshow_rangeset_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943952
    },
    "dbshow_rangeset_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575944128
    },
    "dbshow_rman_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575952624
    },
    "dbshow_rman_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575952912
    },
    "dbshow_rmans_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575952944
    },
    "dbshow_rmans_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575953056
    },
    "dbshow_route_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577119872
    },
    "dbshow_route_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577120288
    },
    "dbshow_routetable_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577118832
    },
    "dbshow_routetable_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577119840
    },
    "dbshow_sd_allinodedeps_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579950896
    },
    "dbshow_sd_allinodedeps_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951072
    },
    "dbshow_sd_allocdirect_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952608
    },
    "dbshow_sd_allocdirect_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952752
    },
    "dbshow_sd_allocindir_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952784
    },
    "dbshow_sd_allocindir_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952912
    },
    "dbshow_sd_inodedep_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579950384
    },
    "dbshow_sd_inodedep_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579950864
    },
    "dbshow_sd_mkdir_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952016
    },
    "dbshow_sd_mkdir_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952176
    },
    "dbshow_sd_mkdir_list_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952208
    },
    "dbshow_sd_mkdir_list_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952576
    },
    "dbshow_sd_workhead_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951392
    },
    "dbshow_sd_workhead_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951984
    },
    "dbshow_sd_worklist_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951104
    },
    "dbshow_sd_worklist_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951360
    },
    "dbshow_sin_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577628464
    },
    "dbshow_sin_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577628720
    },
    "dbshow_skb_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578906784
    },
    "dbshow_skb_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578907408
    },
    "dbshow_sleepchain_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017888
    },
    "dbshow_sleepchain_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017920
    },
    "dbshow_sleepq_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979120
    },
    "dbshow_sleepq_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979632
    },
    "dbshow_sleepqueue_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979664
    },
    "dbshow_sleepqueue_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979696
    },
    "dbshow_sockbuf_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183552
    },
    "dbshow_sockbuf_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183632
    },
    "dbshow_socket_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576178480
    },
    "dbshow_socket_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183520
    },
    "dbshow_sta_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577205712
    },
    "dbshow_sta_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208544
    },
    "dbshow_statab_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208576
    },
    "dbshow_statab_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208896
    },
    "dbshow_sysinit_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096192
    },
    "dbshow_sysinit_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096592
    },
    "dbshow_sysregs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423376
    },
    "dbshow_sysregs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423792
    },
    "dbshow_t4_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568854208
    },
    "dbshow_t4_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568854240
    },
    "dbshow_t4_devlog_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568854272
    },
    "dbshow_t4_devlog_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568855120
    },
    "dbshow_t4_tcb_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568855152
    },
    "dbshow_t4_tcb_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568856160
    },
    "dbshow_tcpcb_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577968192
    },
    "dbshow_tcpcb_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577972128
    },
    "dbshow_thread_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567068016
    },
    "dbshow_thread_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567068960
    },
    "dbshow_timecounter_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575674672
    },
    "dbshow_timecounter_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575674912
    },
    "dbshow_tmpfs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574600896
    },
    "dbshow_tmpfs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601344
    },
    "dbshow_tty_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576152016
    },
    "dbshow_tty_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576153920
    },
    "dbshow_turnstile_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576016544
    },
    "dbshow_turnstile_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017248
    },
    "dbshow_uma_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580139856
    },
    "dbshow_uma_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580140960
    },
    "dbshow_umacache_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580140992
    },
    "dbshow_umacache_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141440
    },
    "dbshow_unpcb_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576332784
    },
    "dbshow_unpcb_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576333760
    },
    "dbshow_unrhdr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576027552
    },
    "dbshow_unrhdr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576027984
    },
    "dbshow_unrhdr_iter_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028016
    },
    "dbshow_unrhdr_iter_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028112
    },
    "dbshow_vap_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577208928
    },
    "dbshow_vap_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577213712
    },
    "dbshow_vmem_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576039632
    },
    "dbshow_vmem_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040208
    },
    "dbshow_vmemdump_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576038912
    },
    "dbshow_vmemdump_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576039216
    },
    "dbshow_vmochk_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580237808
    },
    "dbshow_vmochk_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238368
    },
    "dbshow_vmopag_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238464
    },
    "dbshow_vmopag_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238752
    },
    "dbshow_vnet_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159616
    },
    "dbshow_vnet_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159680
    },
    "dbshow_vnet_sysinit_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159712
    },
    "dbshow_vnet_sysinit_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577160032
    },
    "dbshow_vnet_sysuninit_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577160064
    },
    "dbshow_vnet_sysuninit_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577160208
    },
    "dbshow_vnode_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576565936
    },
    "dbshow_vnode_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576566000
    },
    "dbshow_vnodebufs_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394048
    },
    "dbshow_vnodebufs_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576394256
    },
    "dbshow_vpath_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576425312
    },
    "dbshow_vpath_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576425568
    },
    "dbshow_watches_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083184
    },
    "dbshow_watches_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567083376
    },
    "dbshow_xen_evtchn_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751056
    },
    "dbshow_xen_evtchn_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751456
    },
    "dbsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dbuf": {
      "type": {
        "kind": "struct",
        "name": "dirtemplate"
      },
      "address": 0
    },
    "dbval": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "dc_apply_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569125792
    },
    "dc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569113152
    },
    "dc_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569128560
    },
    "dc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569119280
    },
    "dc_devs": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dc_type"
        }
      },
      "address": 18446744071584744064
    },
    "dc_devtype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569122096
    },
    "dc_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569128720
    },
    "dc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608452504
    },
    "dc_eeprom_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569128208
    },
    "dc_hash_maddr_21143": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569134496
    },
    "dc_hash_maddr_admtek_be": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569134672
    },
    "dc_hash_maddr_admtek_le": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569134752
    },
    "dc_hash_maddr_uli": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569134944
    },
    "dc_hash_maddr_xircom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569135024
    },
    "dc_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569126240
    },
    "dc_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569125984
    },
    "dc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569125664
    },
    "dc_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569131808
    },
    "dc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569126720
    },
    "dc_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569124960
    },
    "dc_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584743888
    },
    "dc_mii_bitbang_ops": {
      "type": {
        "kind": "struct",
        "name": "mii_bitbang_ops"
      },
      "address": 18446744071584744704
    },
    "dc_mii_bitbang_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569141920
    },
    "dc_mii_bitbang_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569141968
    },
    "dc_miibus_mediainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569121936
    },
    "dc_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569120528
    },
    "dc_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569121728
    },
    "dc_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569121248
    },
    "dc_msk": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dc_netcfg_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569138320
    },
    "dc_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569136000
    },
    "dc_parse_21143_srom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569122896
    },
    "dc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608452456
    },
    "dc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608452432
    },
    "dc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608452264
    },
    "dc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569113088
    },
    "dc_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569123680
    },
    "dc_read_srom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569122368
    },
    "dc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569122496
    },
    "dc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569120224
    },
    "dc_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569140704
    },
    "dc_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dc_softc"
        }
      },
      "address": 0
    },
    "dc_setcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569136432
    },
    "dc_setfilt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569128736
    },
    "dc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569120400
    },
    "dc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569125504
    },
    "dc_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569139424
    },
    "dc_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569133856
    },
    "dc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569120080
    },
    "dc_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569135200
    },
    "dc_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569138672
    },
    "dc_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569135808
    },
    "dca": {
      "type": {
        "kind": "struct",
        "name": "dbputchar_arg"
      },
      "address": 0
    },
    "dcb_buf": {
      "type": {
        "kind": "struct",
        "name": "ice_dcbx_cfg"
      },
      "address": 0
    },
    "dcba": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "siis_dc_cb_args"
        }
      },
      "address": 0
    },
    "dcbcfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_dcbx_config"
        }
      },
      "address": 0
    },
    "dcbx_agent_status": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dcbx_cfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_dcbx_cfg"
        }
      },
      "address": 0
    },
    "dcbx_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dcbx_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dcc": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e78462b6568bf77b"
        }
      },
      "address": 18446744071587072352
    },
    "dcdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx_dcdb"
        }
      },
      "address": 0
    },
    "dcfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixgbe_dmac_config"
        }
      },
      "address": 0
    },
    "dchain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentries"
        }
      },
      "address": 0
    },
    "dchg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_dcmd_frame"
        }
      },
      "address": 0
    },
    "dcode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "code"
        }
      },
      "address": 0
    },
    "dcolon": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dcons_addr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dcons_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dcp": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_clbr_point"
      },
      "address": 0
    },
    "dcphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dcphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569142080
    },
    "dcphy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569143808
    },
    "dcphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608452800
    },
    "dcphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584744880
    },
    "dcphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584744800
    },
    "dcphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608452752
    },
    "dcphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608452728
    },
    "dcphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608452688
    },
    "dcphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569142016
    },
    "dcphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569143712
    },
    "dcphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569142544
    },
    "dcphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569143184
    },
    "dcqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_optimized_write_data_cqe_t"
        }
      },
      "address": 0
    },
    "dcr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "dcrc": {
      "type": {
        "count": 38,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584787072
    },
    "dctime": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "dctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_DCtx"
        }
      },
      "address": 0
    },
    "dcu_chain": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dcur": {
      "type": {
        "kind": "struct",
        "name": "clock_sync"
      },
      "address": 0
    },
    "dcw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dd_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cd9660_ino_alloc_arg"
        }
      },
      "address": 0
    },
    "dd_ino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ddb_dbbe": {
      "type": {
        "kind": "struct",
        "name": "kdb_dbbe"
      },
      "address": 18446744071608320176
    },
    "ddb_display_cpuset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575177856
    },
    "ddb_prioritize_control_input": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608320048
    },
    "ddb_use_printf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610048
    },
    "ddc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_debug_dump_cmd"
        }
      },
      "address": 0
    },
    "dde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_dirent"
        }
      },
      "address": 0
    },
    "ddep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "denode"
        }
      },
      "address": 0
    },
    "ddf": {
      "type": {
        "kind": "enum",
        "name": "unnamed_e1571587acb604d1"
      },
      "address": 0
    },
    "ddf_meta_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574894336
    },
    "ddf_meta_count_vdc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574900848
    },
    "ddf_meta_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574902608
    },
    "ddf_meta_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574910352
    },
    "ddf_meta_find_pd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574893200
    },
    "ddf_meta_find_sa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574902160
    },
    "ddf_meta_find_vd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574896224
    },
    "ddf_meta_find_vdc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574897152
    },
    "ddf_meta_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574892784
    },
    "ddf_meta_unused_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574901168
    },
    "ddf_meta_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574895648
    },
    "ddf_meta_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574910496
    },
    "ddf_vol_meta_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574909664
    },
    "ddict": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_DDict"
        }
      },
      "address": 0
    },
    "ddisks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ddsAttempt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ddsBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ddsEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ddsExtraAttempts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ddsHashLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ddsIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ddsIndexDelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ddsLowestIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ddsSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ddtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e4acac49ffc10a1f"
        }
      },
      "address": 0
    },
    "ddump_saved_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610790756
    },
    "ddvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "de": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "direct"
        }
      },
      "address": 0
    },
    "de2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_dirent"
        }
      },
      "address": 0
    },
    "de_covered": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_dirent"
        }
      },
      "address": 0
    },
    "de_dot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_dirent"
        }
      },
      "address": 0
    },
    "de_dotdot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_dirent"
        }
      },
      "address": 0
    },
    "de_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "de_vncmpf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573934720
    },
    "dead": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dead_bpf_if": {
      "type": {
        "kind": "struct",
        "name": "bpf_if_ext"
      },
      "address": 18446744071613046216
    },
    "dead_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609644320
    },
    "dead_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893840
    },
    "dead_getwritemount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893952
    },
    "dead_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893792
    },
    "dead_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893824
    },
    "dead_pager_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292768
    },
    "dead_pager_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292784
    },
    "dead_pager_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292800
    },
    "dead_pager_getvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292976
    },
    "dead_pager_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292944
    },
    "dead_pager_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292816
    },
    "dead_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893904
    },
    "dead_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893856
    },
    "dead_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893936
    },
    "dead_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575138432
    },
    "dead_unset_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893984
    },
    "dead_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609527928
    },
    "dead_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dead_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893888
    },
    "deadline": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "deadpagerops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071585416096
    },
    "deadpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "deallocated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deasserted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760008
    },
    "debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "debug0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "debug11": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "debug_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "debug_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "debug_uma_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580165072
    },
    "debug_uma_reclaim_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580165152
    },
    "debug_vm_lowmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580164736
    },
    "debugflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421772
    },
    "debugger_on_panic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609707328
    },
    "debugger_on_recursive_panic": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612802912
    },
    "debugger_on_trap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802288
    },
    "debugnet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "debugnet_ack_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577050176
    },
    "debugnet_any_ifnet_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577054512
    },
    "debugnet_arp_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577058112
    },
    "debugnet_arp_nretries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609838344
    },
    "debugnet_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577052656
    },
    "debugnet_debug": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613056540
    },
    "debugnet_ether_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577049792
    },
    "debugnet_fib": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613056536
    },
    "debugnet_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577052512
    },
    "debugnet_get_gw_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577049744
    },
    "debugnet_get_server_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577049760
    },
    "debugnet_get_server_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577049776
    },
    "debugnet_handle_arp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577056880
    },
    "debugnet_handle_ip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577056096
    },
    "debugnet_handle_udp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577051648
    },
    "debugnet_hwm_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609838320
    },
    "debugnet_hwm_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838248
    },
    "debugnet_hwm_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838272
    },
    "debugnet_inet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "debugnet_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577053888
    },
    "debugnet_ip_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577058736
    },
    "debugnet_mbuf_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575420032
    },
    "debugnet_mbuf_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575420816
    },
    "debugnet_mbuf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577051600
    },
    "debugnet_mbuf_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575421008
    },
    "debugnet_mbuf_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575420640
    },
    "debugnet_network_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577051616
    },
    "debugnet_npolls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609837896
    },
    "debugnet_nretries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609838016
    },
    "debugnet_parse_ddb_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577054912
    },
    "debugnet_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577050736
    },
    "debugnet_udp_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577050464
    },
    "dec32table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584048224
    },
    "dec64table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047424
    },
    "dec_buf": {
      "type": {
        "kind": "struct",
        "name": "xz_buf"
      },
      "address": 0
    },
    "dec_fac": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584710880
    },
    "dec_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435248
    },
    "dec_stream_footer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435680
    },
    "decaddr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "decayed_amount": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "decimal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "decode_and_fetch_byte_imm8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582398592
    },
    "decode_and_fetch_long_imm8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582397088
    },
    "decode_and_fetch_word_imm8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582397312
    },
    "decode_nfshandle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578744000
    },
    "decode_rl_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582392736
    },
    "decode_tuple_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568550464
    },
    "decode_tuple_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568551856
    },
    "decode_tuple_funce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568551632
    },
    "decode_tuple_funcid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568551408
    },
    "decode_tuple_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568551888
    },
    "decode_tuple_linktarget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568550656
    },
    "decode_tuple_manfid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568551232
    },
    "decode_tuple_unhandled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568550416
    },
    "decode_tuple_vers_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568551040
    },
    "decoded": {
      "type": {
        "kind": "struct",
        "name": "i40e_rx_ptype_decoded"
      },
      "address": 0
    },
    "decodedSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "decoder_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "splash_decoder_t"
          }
        }
      },
      "address": 18446744071610759928
    },
    "decoders": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759920
    },
    "decompress": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071584083056
    },
    "decompress_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569109920
    },
    "decompressedBound": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "decompressedSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "decompressed_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "decompressed_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "decon_rte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_hwrate_limit_table"
        }
      },
      "address": 0
    },
    "decr_secsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dedicatedDictSearch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deextend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573936128
    },
    "def_calib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_tlv_calib_data"
        }
      },
      "address": 0
    },
    "def_chan_2ghz": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585254896
    },
    "def_chan_5ghz_band1": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585254910
    },
    "def_chan_5ghz_band2": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585254918
    },
    "def_chan_5ghz_band3": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585254929
    },
    "def_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 0
    },
    "def_htype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "def_mac": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "def_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "def_policy_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578246016
    },
    "def_policy_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609978544
    },
    "def_policy_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578246128
    },
    "def_policy_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609978584
    },
    "def_q": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "def_sb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "host_sp_status_block"
        }
      },
      "address": 0
    },
    "defantenna": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "default9300": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ar9300_eeprom_t"
          }
        }
      },
      "address": 18446744071584425168
    },
    "defaultPolicy": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d5048f63ffed188d"
      },
      "address": 0
    },
    "defaultVal": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "default_accentmap": {
      "type": {
        "kind": "struct",
        "name": "accentmap_t"
      },
      "address": 18446744071613412284
    },
    "default_add_alias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574816656
    },
    "default_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "default_autoro": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613043088
    },
    "default_bounce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "default_cc": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "default_chan_list": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "default_entry": {
      "type": {
        "kind": "struct",
        "name": "bsearch4_record"
      },
      "address": 0
    },
    "default_fkeytab": {
      "type": {
        "count": 96,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fkeytab_t"
        }
      },
      "address": 18446744071613418592
    },
    "default_found": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "default_fullname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574816832
    },
    "default_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817248
    },
    "default_ihand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575811184
    },
    "default_inv_pmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "default_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817008
    },
    "default_ipend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575811200
    },
    "default_kbd": {
      "type": {
        "kind": "struct",
        "name": "keyboard_t"
      },
      "address": 18446744071613402664
    },
    "default_kbd_state": {
      "type": {
        "kind": "struct",
        "name": "atkbd_state_t"
      },
      "address": 18446744071613402944
    },
    "default_kbdc": {
      "type": {
        "kind": "struct",
        "name": "atkbdc_softc_t"
      },
      "address": 18446744071613420224
    },
    "default_keymap": {
      "type": {
        "kind": "struct",
        "name": "keymap_t"
      },
      "address": 18446744071613403064
    },
    "default_lengths": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "default_message": {
      "type": {
        "kind": "struct",
        "name": "teken_attr_t"
      },
      "address": 18446744071609748864
    },
    "default_new_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817024
    },
    "default_nf": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "default_page": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "default_phys_pager_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580076304
    },
    "default_phys_pager_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580076624
    },
    "default_phys_pager_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580076432
    },
    "default_phys_pg_ops": {
      "type": {
        "kind": "struct",
        "name": "phys_pager_ops"
      },
      "address": 18446744071585415032
    },
    "default_precheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817216
    },
    "default_profile": {
      "type": {
        "kind": "struct",
        "name": "mlx4_profile"
      },
      "address": 18446744071585325648
    },
    "default_recover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817232
    },
    "default_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577165072
    },
    "default_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817200
    },
    "default_rio_params": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "redparams"
        }
      },
      "address": 18446744071585219216
    },
    "default_seed": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "default_sysdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575811216
    },
    "default_th_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "default_th_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "default_update_deftxkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577165088
    },
    "default_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609805528
    },
    "default_wake_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578900928
    },
    "defaulterrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "defbssidmask": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "defer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deferred_inact": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045856
    },
    "deferred_unmount_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609810120
    },
    "deferred_unmount_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576489312
    },
    "deferred_unmount_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b2f71a5b926dc22f"
      },
      "address": 18446744071609810144
    },
    "deferred_unmount_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613043136
    },
    "deferred_unmount_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609810016
    },
    "deferred_unmount_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609810040
    },
    "deferred_unmount_retry_delay_hz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613043128
    },
    "deferred_unmount_retry_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609810112
    },
    "deferred_unmount_task": {
      "type": {
        "kind": "struct",
        "name": "timeout_task"
      },
      "address": 18446744071613043168
    },
    "deferred_unmount_total_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613043132
    },
    "defhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "defid"
        }
      },
      "address": 0
    },
    "deficit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "deflate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576685664
    },
    "deflate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "deflateBound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576689584
    },
    "deflateCopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576693744
    },
    "deflateEnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576682144
    },
    "deflateGetDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576684224
    },
    "deflateInit2_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576681424
    },
    "deflateInit_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576681376
    },
    "deflateParams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576685168
    },
    "deflatePending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576684784
    },
    "deflatePrime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576684912
    },
    "deflateReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576682400
    },
    "deflateResetKeep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576684400
    },
    "deflateSetDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576682640
    },
    "deflateSetHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576684672
    },
    "deflateTune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576689456
    },
    "deflate_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548496
    },
    "deflate_copyright": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585213312
    },
    "deflate_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548512
    },
    "deflate_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576694288
    },
    "deflate_global": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579523200
    },
    "deflate_huff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576691744
    },
    "deflate_rle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576692512
    },
    "deflate_slow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576695664
    },
    "deflate_stored": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576690096
    },
    "defminmtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "defpreftemp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "defq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "defqflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "defragged": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "defrags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610628600
    },
    "defroam": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_roamparam"
        }
      },
      "address": 18446744071585255104
    },
    "defrouter_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578205952
    },
    "defrouter_delreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578205200
    },
    "defrouter_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578204608
    },
    "defrouter_lookup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578204464
    },
    "defrouter_rele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578196512
    },
    "defrouter_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578205424
    },
    "defrouter_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578204800
    },
    "defrouter_select_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578206480
    },
    "defsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deftclass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573933488
    },
    "dehook_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578572912
    },
    "dehook_pf_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578573056
    },
    "dei": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dev_event_info"
        }
      },
      "address": 0
    },
    "dekey": {
      "type": {
        "kind": "struct",
        "name": "tmpfs_dirent"
      },
      "address": 0
    },
    "del": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_chs_chg"
        }
      },
      "address": 0
    },
    "del1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_prof"
        }
      },
      "address": 0
    },
    "del_data": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "del_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568758016
    },
    "del_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_delete_object_t"
        }
      },
      "address": 0
    },
    "del_tcamfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568758656
    },
    "del_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838384
    },
    "del_timer_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838416
    },
    "del_vif_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577747680
    },
    "delay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "delay.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "delay_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delay_in_usec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "delay_ms": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delay_msec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "delay_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "delayed": {
      "type": {
        "kind": "struct",
        "name": "nfsclopenhead"
      },
      "address": 0
    },
    "delayed_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568883312
    },
    "deldr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_defrouter"
        }
      },
      "address": 0
    },
    "deleg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delegate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delegation": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delegfilerev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "delegstateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "delegtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "delent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_part_entry"
        }
      },
      "address": 0
    },
    "delete": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "deleteAny": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "delete_unrhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576022976
    },
    "deletebit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deleted_mr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_mkey"
        }
      },
      "address": 0
    },
    "delfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "delim": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "delimp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "delist_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575132416
    },
    "delist_dev_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575132544
    },
    "delivered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delivered_data": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delpt_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delq": {
      "type": {
        "kind": "struct",
        "name": "pfr_kentryworkq"
      },
      "address": 0
    },
    "delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deltaA": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "deltaB": {
      "type": {
        "kind": "struct",
        "name": "owner_vertex_list"
      },
      "address": 0
    },
    "deltaF": {
      "type": {
        "kind": "struct",
        "name": "owner_vertex_list"
      },
      "address": 0
    },
    "deltaFromThreshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "deltaNbBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "deltaS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "delta_2ghz": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "delta_5ghz": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "delta_cck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delta_cep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delta_ht": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delta_msec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delta_nsec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "delta_ofdm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "delta_set": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "delta_t": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "delta_ticks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "delta_ts": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "delta_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "deltap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timeval"
        }
      },
      "address": 0
    },
    "deltat": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "deltat_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "demoted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "denied": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "denominator": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "denp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "direntry"
        }
      },
      "address": 0
    },
    "dens_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_density_data"
        }
      },
      "address": 0
    },
    "density": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dent": {
      "type": {
        "kind": "struct",
        "name": "dirent"
      },
      "address": 0
    },
    "dentp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "direntry"
        }
      },
      "address": 0
    },
    "dep": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "in6_ifaddr"
          }
        }
      },
      "address": 0
    },
    "dep_current": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613297088
    },
    "dep_highuse": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613297360
    },
    "dep_total": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613297600
    },
    "dep_write": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613297840
    },
    "depcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "depended_files": {
      "type": {
        "kind": "struct",
        "name": "linker_file_list_t"
      },
      "address": 0
    },
    "deplist": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deplock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lockf_entry"
        }
      },
      "address": 0
    },
    "depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "deregister_pqi_intx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582260992
    },
    "deregister_pqi_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582261120
    },
    "deregister_sim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582227728
    },
    "deregister_tcp_functions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577894176
    },
    "desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sense_data_descriptor_t"
        }
      },
      "address": 0
    },
    "desc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ck_rhs_entry_desc"
        }
      },
      "address": 0
    },
    "desc32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_desc32"
        }
      },
      "address": 0
    },
    "desc64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_desc64"
        }
      },
      "address": 0
    },
    "desc_buf_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "desc_cb": {
      "type": {
        "kind": "struct",
        "name": "i40e_aq_desc"
      },
      "address": 0
    },
    "desc_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "desc_cpy": {
      "type": {
        "kind": "struct",
        "name": "ice_aq_desc"
      },
      "address": 0
    },
    "desc_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "desc_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_desc_if"
        }
      },
      "address": 0
    },
    "desc_info": {
      "type": {
        "kind": "struct",
        "name": "scsi_find_desc_info"
      },
      "address": 0
    },
    "desc_ioc_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "desc_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desc_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "desc_on_ring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aq_desc"
        }
      },
      "address": 0
    },
    "desc_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_resource_descriptor_v1_t"
        }
      },
      "address": 0
    },
    "desc_remain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desc_scsi_status": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "desc_sense": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_data_desc"
        }
      },
      "address": 0
    },
    "desc_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desc_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "desc_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_RAID_MAP_DESC_TABLE"
        }
      },
      "address": 0
    },
    "desc_val": {
      "type": {
        "kind": "union",
        "name": "desc_value"
      },
      "address": 0
    },
    "desca": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "descbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "descend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desclen": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "descp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnodeop_desc"
        }
      },
      "address": 0
    },
    "descr": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "descr_deprecated": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "descrbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "descrip_check_write_mp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575213792
    },
    "descriptor_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "descriptor_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "descrlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "descrsb": {
      "type": {
        "kind": "struct",
        "name": "sbuf"
      },
      "address": 0
    },
    "descs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "virtio_feature_desc"
          }
        }
      },
      "address": 0
    },
    "descsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "descsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "descyl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desfreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desired": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "desired_freq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desired_gain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "desired_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desired_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desired_rates": {
      "type": {
        "count": 75,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071585296064
    },
    "desired_scale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desireddquot": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610062480
    },
    "desiredpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desiredsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "desiredvnodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045832
    },
    "dest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dest6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dest6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577991408
    },
    "destLink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_bridge_link"
        }
      },
      "address": 0
    },
    "dest_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dest_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dest_exeq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_exe_queue_obj"
        }
      },
      "address": 0
    },
    "dest_image_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dest_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dest_o": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_vlan_mac_obj"
        }
      },
      "address": 0
    },
    "dest_qpn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dest_qword": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dest_sin": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "dest_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "destfield": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "destination": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610808224
    },
    "destination_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "destination_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PORT_T"
        }
      },
      "address": 0
    },
    "destination_smp_phy_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_FAST_LIST_T"
        }
      },
      "address": 0
    },
    "destlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "destoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "destp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "destreg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "destroy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "destroy_char_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582261984
    },
    "destroy_ctl_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577083504
    },
    "destroy_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575132336
    },
    "destroy_dev_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575137760
    },
    "destroy_dev_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575137744
    },
    "destroy_dev_sched_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575137392
    },
    "destroy_dev_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575141088
    },
    "destroy_dev_tq_giant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575140960
    },
    "destroy_devl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575132912
    },
    "destroy_fd_instance_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577099328
    },
    "destroy_fdh_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577097632
    },
    "destroy_indir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570211168
    },
    "destroy_nhgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577082704
    },
    "destroy_nhgrp_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577078624
    },
    "destroy_nhgrp_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577080256
    },
    "destroy_nhop_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090448
    },
    "destroy_nlpcb_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578372336
    },
    "destroy_qprqsq_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579341184
    },
    "destroy_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "destroy_rtentry_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126496
    },
    "destroy_star_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579263824
    },
    "destroy_subscription_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128240
    },
    "destroy_unhop_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578416720
    },
    "destval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "destval2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "detach": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "detach_fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "detached": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "detail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_evt_detail"
        }
      },
      "address": 0
    },
    "details": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_asq_cmd_details"
        }
      },
      "address": 0
    },
    "detect_magic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569109696
    },
    "detrunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573935408
    },
    "detval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "deupdat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573934768
    },
    "dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "dev2udev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573910144
    },
    "devHandle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dev_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dev_busno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dev_cap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_caps"
        }
      },
      "address": 0
    },
    "dev_caps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_hw_dev_caps"
        }
      },
      "address": 0
    },
    "dev_caps_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609649496
    },
    "dev_console": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613005432
    },
    "dev_console_filename": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613005424
    },
    "dev_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dev_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_device_context"
        }
      },
      "address": 0
    },
    "dev_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "raidmap_data_t"
        }
      },
      "address": 0
    },
    "dev_ddtr": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e4acac49ffc10a1f"
      },
      "address": 18446744071609644536
    },
    "dev_ddtr_giant": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e4acac49ffc10a1f"
      },
      "address": 18446744071609644520
    },
    "dev_depends": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575130896
    },
    "dev_domain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dev_dtr_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609644584
    },
    "dev_dtr_task_giant": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609644552
    },
    "dev_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dev_func": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dev_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dev_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dev_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dev_info": {
      "type": {
        "kind": "struct",
        "name": "bnxt_dev_info"
      },
      "address": 0
    },
    "dev_list": {
      "type": {
        "kind": "struct",
        "name": "list_head"
      },
      "address": 18446744071610013024
    },
    "dev_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575127808
    },
    "dev_lookup_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731864
    },
    "dev_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_dev_incoming"
        }
      },
      "address": 0
    },
    "dev_multi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv_multi"
        }
      },
      "address": 0
    },
    "dev_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dev_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "dev_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dev_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_dev_setting_t"
        }
      },
      "address": 0
    },
    "dev_pager_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580073392
    },
    "dev_pager_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580073440
    },
    "dev_pager_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580073920
    },
    "dev_pager_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580074256
    },
    "dev_pager_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580073328
    },
    "dev_pager_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613298416
    },
    "dev_pager_object_list": {
      "type": {
        "kind": "struct",
        "name": "pagerlst"
      },
      "address": 18446744071613298448
    },
    "dev_pager_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580074304
    },
    "dev_pager_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580074224
    },
    "dev_path": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DMAR_PCI_PATH"
        }
      },
      "address": 0
    },
    "dev_path_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dev_phy_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dev_protocols": {
      "type": {
        "kind": "struct",
        "name": "SMP_DISCOVER_RESPONSE_PROTOCOLS_T"
      },
      "address": 0
    },
    "dev_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575127936
    },
    "dev_refl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575128064
    },
    "dev_refthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575128336
    },
    "dev_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575128080
    },
    "dev_relthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575129056
    },
    "dev_rl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource_list"
        }
      },
      "address": 0
    },
    "dev_rle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource_list_entry"
        }
      },
      "address": 0
    },
    "dev_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_vss_dev_sc"
        }
      },
      "address": 0
    },
    "dev_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "dev_scsi_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dev_set": {
      "type": {
        "kind": "struct",
        "name": "bxe_dev_setting_t"
      },
      "address": 0
    },
    "dev_sn_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dev_sn_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dev_sn_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dev_spec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "igc_dev_spec_i225"
        }
      },
      "address": 0
    },
    "dev_status": {
      "type": {
        "kind": "enum",
        "name": "pqisrc_device_status"
      },
      "address": 0
    },
    "dev_stdclone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575134976
    },
    "dev_str": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613485248
    },
    "dev_t": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "dev_time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dev_tlv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv"
        }
      },
      "address": 0
    },
    "dev_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575127872
    },
    "dev_unlock_and_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575134672
    },
    "dev_wired_cache_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575856032
    },
    "dev_wired_cache_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575855984
    },
    "dev_wired_cache_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575856112
    },
    "deva": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devaddq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575223872
    },
    "devaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_tool_addr"
        }
      },
      "address": 0
    },
    "devaddrlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devbsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "devclass_add_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835744
    },
    "devclass_add_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575827392
    },
    "devclass_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575827008
    },
    "devclass_delete_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575831696
    },
    "devclass_delete_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575827968
    },
    "devclass_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575827744
    },
    "devclass_driver_deleted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575828208
    },
    "devclass_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575827312
    },
    "devclass_find_free_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829200
    },
    "devclass_find_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575827024
    },
    "devclass_get_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575828880
    },
    "devclass_get_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575828448
    },
    "devclass_get_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575828560
    },
    "devclass_get_drivers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829024
    },
    "devclass_get_maxunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829168
    },
    "devclass_get_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575828432
    },
    "devclass_get_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829296
    },
    "devclass_get_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575828496
    },
    "devclass_get_sysctl_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829312
    },
    "devclass_get_sysctl_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829328
    },
    "devclass_set_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829280
    },
    "devclass_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575857536
    },
    "devclasses": {
      "type": {
        "kind": "struct",
        "name": "devclass_list_t"
      },
      "address": 18446744071609732688
    },
    "devclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575222864
    },
    "devcmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devcmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devconfig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "devconfig1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "devcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "devctl2": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "devctl2_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609732792
    },
    "devctl2_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575858272
    },
    "devctl_alloc_dei_sb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575221248
    },
    "devctl_attach_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575222544
    },
    "devctl_curtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802012
    },
    "devctl_detach_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575222592
    },
    "devctl_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071612536648
    },
    "devctl_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575222176
    },
    "devctl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609649464
    },
    "devctl_lasttime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071612801992
    },
    "devctl_nomatch_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575222640
    },
    "devctl_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220960
    },
    "devctl_notify_hook": {
      "type": {
        "kind": "struct",
        "name": "devctlbridge"
      },
      "address": 18446744071612536640
    },
    "devctl_notify_hook.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612536640
    },
    "devctl_process_running": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220944
    },
    "devctl_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575221568
    },
    "devctl_queue_length": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609649488
    },
    "devctl_rfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609649680
    },
    "devctl_safe_quote_sb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575221808
    },
    "devctl_set_notify_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575221888
    },
    "devctl_unset_notify_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575221904
    },
    "deven": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devfd": {
      "type": {
        "kind": "struct",
        "name": "devfd"
      },
      "address": 0
    },
    "devfdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfd"
        }
      },
      "address": 0
    },
    "devflag": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "devfn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devfrom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "devfs_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573912880
    },
    "devfs_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894000
    },
    "devfs_alloc_cdp_inode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573898896
    },
    "devfs_allocv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573908128
    },
    "devfs_allocv_drop_refs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573909872
    },
    "devfs_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573898448
    },
    "devfs_clear_cdevpriv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573906688
    },
    "devfs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573919664
    },
    "devfs_close_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573923648
    },
    "devfs_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573898752
    },
    "devfs_ctty_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573907216
    },
    "devfs_ctty_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573907504
    },
    "devfs_de_interlock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612469600
    },
    "devfs_de_interlock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609532640
    },
    "devfs_de_interlock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530960
    },
    "devfs_de_interlock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530984
    },
    "devfs_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573895904
    },
    "devfs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573898864
    },
    "devfs_destroy_cdevpriv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573906560
    },
    "devfs_dev_exists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894192
    },
    "devfs_devs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "devfs_devs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573899200
    },
    "devfs_devs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609529792
    },
    "devfs_dir.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "devfs_dir_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573899248
    },
    "devfs_dir_ref_de": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573899600
    },
    "devfs_dir_unref_de": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573900048
    },
    "devfs_dirent_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573895728
    },
    "devfs_dirlist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_40eb41a9116a7c96"
      },
      "address": 18446744071612469520
    },
    "devfs_dotimes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612469632
    },
    "devfs_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894480
    },
    "devfs_fpdrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573906720
    },
    "devfs_fqpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573907936
    },
    "devfs_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894336
    },
    "devfs_free_cdp_inode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894448
    },
    "devfs_generation": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612469480
    },
    "devfs_get_cdevpriv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573906144
    },
    "devfs_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573913168
    },
    "devfs_inos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071612469472
    },
    "devfs_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573921392
    },
    "devfs_ioctl_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573923264
    },
    "devfs_iosize_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576046016
    },
    "devfs_iosize_max_clamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609752544
    },
    "devfs_kqfilter_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573923488
    },
    "devfs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573910176
    },
    "devfs_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573912528
    },
    "devfs_mmap_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573923728
    },
    "devfs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609530568
    },
    "devfs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573904400
    },
    "devfs_newdirent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894624
    },
    "devfs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573919072
    },
    "devfs_ops_f": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609532688
    },
    "devfs_opts": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609530880
    },
    "devfs_parent_dirent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894848
    },
    "devfs_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573917296
    },
    "devfs_pathpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573899520
    },
    "devfs_poll_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573923312
    },
    "devfs_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573896864
    },
    "devfs_populate_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573896928
    },
    "devfs_populate_needed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573896832
    },
    "devfs_populate_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573918096
    },
    "devfs_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573922416
    },
    "devfs_prison_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573918816
    },
    "devfs_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573898496
    },
    "devfs_read_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573922464
    },
    "devfs_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573916672
    },
    "devfs_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573917088
    },
    "devfs_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573917152
    },
    "devfs_reclaim_vchr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573921936
    },
    "devfs_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573915584
    },
    "devfs_revoke": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573914992
    },
    "devfs_rioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573914608
    },
    "devfs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573905936
    },
    "devfs_rread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573914512
    },
    "devfs_rule.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "devfs_rule_applyde_recursive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573903632
    },
    "devfs_rule_byid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573902048
    },
    "devfs_rule_depth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609528992
    },
    "devfs_rule_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573902144
    },
    "devfs_rule_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573903728
    },
    "devfs_rules_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573900400
    },
    "devfs_rules_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573903072
    },
    "devfs_rules_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573900560
    },
    "devfs_ruleset_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573903360
    },
    "devfs_ruleset_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573903200
    },
    "devfs_ruleset_use": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573902752
    },
    "devfs_rulesets": {
      "type": {
        "kind": "struct",
        "name": "unnamed_1a2436553cc5e83c"
      },
      "address": 18446744071609530160
    },
    "devfs_set_cdevpriv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573906208
    },
    "devfs_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573913840
    },
    "devfs_specops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609531936
    },
    "devfs_stat_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573923632
    },
    "devfs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573906064
    },
    "devfs_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573916192
    },
    "devfs_truncate_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573923248
    },
    "devfs_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573905648
    },
    "devfs_unmount_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573904352
    },
    "devfs_unr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071612469560
    },
    "devfs_usecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573906976
    },
    "devfs_usecount_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573907248
    },
    "devfs_usecount_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573907536
    },
    "devfs_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071609530592
    },
    "devfs_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609530672
    },
    "devfs_vfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "devfs_vmkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573894896
    },
    "devfs_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609531280
    },
    "devfs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "devfs_vptocnp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573917424
    },
    "devfs_write_f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573922832
    },
    "devfsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530528
    },
    "devfspath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devfspathbuf_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devhw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iicbus_ivar"
        }
      },
      "address": 0
    },
    "devi_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "devi_min": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "device": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "deviceMapCurrent": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "device_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578826208
    },
    "device_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829344
    },
    "device_add_child_ordered": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829488
    },
    "device_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575837280
    },
    "device_attach_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614496
    },
    "device_attach_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731792
    },
    "device_being_config_sas_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "device_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835184
    },
    "device_caps": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "device_claim_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835056
    },
    "device_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "device_context_capacity": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "device_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824768
    },
    "device_create_groups_vargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578825520
    },
    "device_create_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578826144
    },
    "device_delete_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575830048
    },
    "device_delete_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575831824
    },
    "device_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575830384
    },
    "device_detach_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614520
    },
    "device_detach_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731816
    },
    "device_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835168
    },
    "device_do_deferred_actions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860496
    },
    "device_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835152
    },
    "device_find_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575831872
    },
    "device_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "device_free_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835024
    },
    "device_frozen": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612900584
    },
    "device_gen_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860688
    },
    "device_get_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833712
    },
    "device_get_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833952
    },
    "device_get_devclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833904
    },
    "device_get_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833888
    },
    "device_get_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833968
    },
    "device_get_ivars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835104
    },
    "device_get_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833568
    },
    "device_get_nameunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833920
    },
    "device_get_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833696
    },
    "device_get_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575856592
    },
    "device_get_property": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835344
    },
    "device_get_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575828544
    },
    "device_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835136
    },
    "device_get_sysctl_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833984
    },
    "device_get_sysctl_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834000
    },
    "device_get_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833936
    },
    "device_handle_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575836800
    },
    "device_has_property": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835536
    },
    "device_has_quiet_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835648
    },
    "device_has_scheduled_activity": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "device_head": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "device_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "device_id_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_device_id"
        }
      },
      "address": 0
    },
    "device_identify_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614472
    },
    "device_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "device_in_sata_spinup_hold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "device_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "device_info": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "device_is_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835696
    },
    "device_is_attached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835712
    },
    "device_is_devclass_fixed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575836528
    },
    "device_is_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835680
    },
    "device_is_quiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835664
    },
    "device_is_suspended": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835728
    },
    "device_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834400
    },
    "device_lookup_by_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575855904
    },
    "device_match": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "device_match_result"
        }
      },
      "address": 0
    },
    "device_mem": {
      "type": {
        "kind": "struct",
        "name": "dma_mem"
      },
      "address": 0
    },
    "device_name": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "device_nomatch_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731840
    },
    "device_pager.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "device_pattern": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "device_match_pattern"
        }
      },
      "address": 0
    },
    "device_print_prettyname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834016
    },
    "device_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834080
    },
    "device_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575836640
    },
    "device_probe_and_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575837184
    },
    "device_probe_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575832064
    },
    "device_probe_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614448
    },
    "device_protocol": {
      "type": {
        "kind": "struct",
        "name": "SMP_DISCOVER_RESPONSE_PROTOCOLS_T"
      },
      "address": 0
    },
    "device_quiesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575838848
    },
    "device_quiesce_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614616
    },
    "device_quiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835312
    },
    "device_quiet_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835328
    },
    "device_register_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614640
    },
    "device_resume_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614592
    },
    "device_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "device_set_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834720
    },
    "device_set_desc_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834784
    },
    "device_set_devclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833376
    },
    "device_set_devclass_fixed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575836400
    },
    "device_set_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575832976
    },
    "device_set_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834928
    },
    "device_set_ivars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835120
    },
    "device_set_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575834944
    },
    "device_set_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839040
    },
    "device_set_usb_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081600
    },
    "device_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575838944
    },
    "device_shutdown_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614544
    },
    "device_spec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "device_statq": {
      "type": {
        "kind": "struct",
        "name": "devstatlist"
      },
      "address": 18446744071609734184
    },
    "device_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "device_suspend_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609614568
    },
    "device_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575857088
    },
    "device_table": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "MRSAS_CTLR_ID"
        }
      },
      "address": 18446744071608525936
    },
    "device_tagenb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "device_tech": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "device_to_poll": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "device_unbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575835248
    },
    "device_verbose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575833680
    },
    "deviceid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "devicemap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "devicepagerops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071585414696
    },
    "devid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "devid_buf": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "devid_record_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "devid_str": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DEVICE_INFO"
        }
      },
      "address": 0
    },
    "devioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575223424
    },
    "devkqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575223744
    },
    "devlcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "devlist_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_devinfo"
        }
      },
      "address": 0
    },
    "devlist_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devlist"
        }
      },
      "address": 0
    },
    "devlistp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "devlog_cmd": {
      "type": {
        "kind": "struct",
        "name": "fw_devlog_cmd"
      },
      "address": 0
    },
    "devlog_facility_strings": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584711104
    },
    "devlog_level_strings": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584711056
    },
    "devlog_meminfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "devlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "devmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "devmtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612534520
    },
    "devname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devnamebuf": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devnames": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584710672
    },
    "devno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devnull": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "devopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575222672
    },
    "devp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_scsi_dev_t"
        }
      },
      "address": 0
    },
    "devpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devpath_sbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "devpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575223568
    },
    "devprefix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_devq"
        }
      },
      "address": 0
    },
    "devread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575223024
    },
    "devres": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devres_action"
        }
      },
      "address": 0
    },
    "devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "devscope": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DMAR_DEVICE_SCOPE"
        }
      },
      "address": 0
    },
    "devsep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devsoftc": {
      "type": {
        "kind": "struct",
        "name": "dev_softc"
      },
      "address": 18446744071612536472
    },
    "devstat_alloc.once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612900712
    },
    "devstat_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609735072
    },
    "devstat_current_devnumber": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900708
    },
    "devstat_end_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575876064
    },
    "devstat_end_transaction_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575876288
    },
    "devstat_end_transaction_bio_bt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575876448
    },
    "devstat_generation": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071609734176
    },
    "devstat_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devstatlist"
        }
      },
      "address": 0
    },
    "devstat_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575877056
    },
    "devstat_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575877104
    },
    "devstat_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612900672
    },
    "devstat_mutex_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609734920
    },
    "devstat_mutex_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609734128
    },
    "devstat_mutex_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609734152
    },
    "devstat_new_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575873984
    },
    "devstat_num_devs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900704
    },
    "devstat_remove_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575875408
    },
    "devstat_start_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575875728
    },
    "devstat_start_transaction_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575875808
    },
    "devstat_start_transaction_bio_t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575875952
    },
    "devstat_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609734944
    },
    "devstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devstring": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdevsw"
        }
      },
      "address": 0
    },
    "devtoname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575134960
    },
    "devtype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "devunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "devvn_refthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575128560
    },
    "devvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "dext": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585216304
    },
    "df": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet_data_free"
        }
      },
      "address": 0
    },
    "df_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dfcntrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dffstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dfh": {
      "type": {
        "kind": "struct",
        "name": "nfsrvfh"
      },
      "address": 0
    },
    "dfifo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dfldsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910552
    },
    "dflssiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910568
    },
    "dflt_fec_mode": {
      "type": {
        "kind": "enum",
        "name": "ice_fec_mode"
      },
      "address": 0
    },
    "dflt_kattrtab": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071583849992
    },
    "dflt_user_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dfmt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_dfs_state"
        }
      },
      "address": 0
    },
    "dfsDomain": {
      "type": {
        "kind": "enum",
        "name": "unnamed_3afa7e5289539c59"
      },
      "address": 0
    },
    "dfs_null.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dfs_radars": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dfs_pulse"
        }
      },
      "address": 0
    },
    "dfs_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577219904
    },
    "dfwdev": {
      "type": {
        "kind": "struct",
        "name": "fw_device"
      },
      "address": 0
    },
    "dgramproto": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609785920
    },
    "dh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirhash"
        }
      },
      "address": 0
    },
    "dh2bt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dh_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirhash"
        }
      },
      "address": 0
    },
    "dh_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirhash"
        }
      },
      "address": 0
    },
    "dhip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_bpf_hookinfo"
        }
      },
      "address": 0
    },
    "di": {
      "type": {
        "kind": "struct",
        "name": "vm_domainset_iter"
      },
      "address": 0
    },
    "diag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "diag_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_diag_cnt"
        }
      },
      "address": 0
    },
    "diag_cnt_sysctl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "diag_params_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "diag_query": {
      "type": {
        "kind": "struct",
        "name": "mps_fw_diag_query_t"
      },
      "address": 0
    },
    "diag_read_buffer": {
      "type": {
        "kind": "struct",
        "name": "mps_diag_read_buffer_t"
      },
      "address": 0
    },
    "diag_register": {
      "type": {
        "kind": "struct",
        "name": "mps_fw_diag_register_t"
      },
      "address": 0
    },
    "diag_release": {
      "type": {
        "kind": "struct",
        "name": "mps_fw_diag_release_t"
      },
      "address": 0
    },
    "diag_unregister": {
      "type": {
        "kind": "struct",
        "name": "mps_fw_diag_unregister_t"
      },
      "address": 0
    },
    "diagreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "diags_options": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dialogtoken": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dictAndPrefixLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictAndWindowLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictAndWindowSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dictBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictBt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dictBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dictCParams": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_compressionParameters"
        }
      },
      "address": 0
    },
    "dictContentSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dictEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictHBitsL": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictHBitsS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictHL": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dictHLNext": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dictHLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictHS": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dictHash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dictHashLong": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dictHashSmall": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dictHashTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dictHighLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictID": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictIDSizeCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictIDSizeCodeLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictIndexDelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictLowLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictLowest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictLowestIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictMatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictMatchIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictMatchIndexL": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictMatchIndexL3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictMatchIndexS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictMatchL": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictMatchL3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictMode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_e33359d0d762355d"
      },
      "address": 0
    },
    "dictPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dictStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dictStartIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dictTooBig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dictid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "did": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "didOne": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "did_stall": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "did_stop_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "did_upgrade": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "didlockperiph": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "didprintf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "didswap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "didwork": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "didx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_dif_t"
        }
      },
      "address": 0
    },
    "dif_capable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dif_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_dif_info_t"
        }
      },
      "address": 0
    },
    "dif_seed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dif_separate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "diff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "diff0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "diff1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "diff_cred": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "diff_proc": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "diff_types": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "difference": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "difp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "digctrl_kx1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "digctrl_kx2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "digest": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "digest_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "digit": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "digits": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584040544
    },
    "diinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "dim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "net_dim"
        }
      },
      "address": 0
    },
    "dim_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dimm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "din": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_devinfo"
        }
      },
      "address": 0
    },
    "dip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "dip1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufs1_dinode"
        }
      },
      "address": 0
    },
    "dip2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufs2_dinode"
        }
      },
      "address": 0
    },
    "dip_hit": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "dir_n": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dir_sck": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dir_sdi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dir_sdo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "diradd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "diradd"
        }
      },
      "address": 0
    },
    "diraft": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "diraft_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirblock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirblocks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dirbuf": {
      "type": {
        "kind": "struct",
        "name": "dirtemplate"
      },
      "address": 0
    },
    "dirbuflen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dirchk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298320
    },
    "dirclu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirclust": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dirdelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609813120
    },
    "direct": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "direct_rx": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "direct_tx": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "direction": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirent_exists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447616
    },
    "direntptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "direntry"
        }
      },
      "address": 0
    },
    "dirfor": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "dirfor_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirhead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_dir"
        }
      },
      "address": 0
    },
    "diridx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirlist_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612469488
    },
    "dirlist_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609530032
    },
    "dirlist_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609529872
    },
    "dirlist_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609529896
    },
    "dirmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirname": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dirndx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "diroff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "diroffset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dirp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISODIR"
        }
      },
      "address": 0
    },
    "dirpath": {
      "type": {
        "count": 100,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dirrem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirrem"
        }
      },
      "address": 0
    },
    "dirs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dirsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirsperblk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dirtemplate": {
      "type": {
        "kind": "struct",
        "name": "dirtemplate"
      },
      "address": 0
    },
    "dirty": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dirtybufferflushes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041756
    },
    "dirtybufthresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041644
    },
    "dis": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dis_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "disable_allmulti": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "disable_ar_tgt_dif": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "disable_aux_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580454416
    },
    "disable_aux_mux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580448480
    },
    "disable_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "disable_broadcast": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "disable_devs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "disable_failed_devs": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612900608
    },
    "disable_pmr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "disable_promisc": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "disable_ps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "disable_rtc_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927336
    },
    "disable_swap_pageouts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313784
    },
    "disable_wp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298160
    },
    "disabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "disabled_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440752
    },
    "disallow_high_osrel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538184
    },
    "disc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "discard": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "discenable": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "disconn": {
      "type": {
        "kind": "struct",
        "name": "hn_nvs_chim_disconn"
      },
      "address": 0
    },
    "disconnected": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "discover_response": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SMP_RESPONSE_DISCOVER_T"
        }
      },
      "address": 0
    },
    "discovery_error_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI25_EVENT_DATA_SAS_DEVICE_DISCOVERY_ERROR"
        }
      },
      "address": 0
    },
    "diseed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_diseed_sge_t"
        }
      },
      "address": 0
    },
    "disk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "disk_add_alias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702256
    },
    "disk_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574699664
    },
    "disk_attr_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702368
    },
    "disk_blk_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "disk_block": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "disk_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574699760
    },
    "disk_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574701568
    },
    "disk_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575877360
    },
    "disk_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574701760
    },
    "disk_head": {
      "type": {
        "kind": "struct",
        "name": "disk_list"
      },
      "address": 18446744071610790352
    },
    "disk_media_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702560
    },
    "disk_media_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702592
    },
    "disk_pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CONFIG_PAGE_RAID_PHYS_DISK_0"
        }
      },
      "address": 0
    },
    "disk_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "disk_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702624
    },
    "disk_sectors": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "diskname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "disks": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "g_raid_disk"
          }
        }
      },
      "address": 0
    },
    "disp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dispatch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dispatch_policy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dispatchers": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071585321488
    },
    "displ": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "displaypass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "disrupt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613291756
    },
    "dist": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dist_slot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "distance": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "distanceFromBase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "distfix": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "code"
        }
      },
      "address": 18446744071585215936
    },
    "distrib": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "distributed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "div": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "div_10M": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585031920
    },
    "div_ant_conf": {
      "type": {
        "kind": "struct",
        "name": "HAL_ANT_COMB_CONFIG"
      },
      "address": 0
    },
    "div_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "div_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "div_max_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "div_max_y": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "div_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "div_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377288
    },
    "div_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377332
    },
    "div_synth": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585080368
    },
    "div_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "div_y": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "diversity": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "divi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "divider": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "divisor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dk": {
      "type": {
        "kind": "struct",
        "name": "ieee80211req_del_key"
      },
      "address": 0
    },
    "dkey": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dkrn": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dlci": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirlistent"
        }
      },
      "address": 0
    },
    "dle_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirlistent"
        }
      },
      "address": 0
    },
    "dlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dln": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "device_location_node"
        }
      },
      "address": 0
    },
    "dltlist": {
      "type": {
        "kind": "struct",
        "name": "bpf_dltlist"
      },
      "address": 0
    },
    "dm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dev_match_result"
        }
      },
      "address": 0
    },
    "dm18": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dev_match_result_0x18"
        }
      },
      "address": 0
    },
    "dm_unlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_dma"
        }
      },
      "address": 0
    },
    "dma_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dma_addr_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dma_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dma_auto_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071613439217
    },
    "dma_bouncebuf": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071613439120
    },
    "dma_bouncebufsize": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071613439184
    },
    "dma_bounced": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071613439219
    },
    "dma_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_dma_mem"
        }
      },
      "address": 0
    },
    "dma_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_dma_mem"
        }
      },
      "address": 0
    },
    "dma_busy": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071613439218
    },
    "dma_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572311088
    },
    "dma_ch_isr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_cmd": {
      "type": {
        "kind": "struct",
        "name": "ocs_dma_t"
      },
      "address": 0
    },
    "dma_configuration": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dma_data": {
      "type": {
        "kind": "struct",
        "name": "iflib_dma_info"
      },
      "address": 0
    },
    "dma_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dma_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_inuse": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071613439216
    },
    "dma_isr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "dma_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_mem": {
      "type": {
        "kind": "struct",
        "name": "OCE_DMA_MEM"
      },
      "address": 0
    },
    "dma_mem_alloc_done": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dma_mem_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dma_pgmsk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_pool_obj_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578882816
    },
    "dma_pool_obj_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578883040
    },
    "dma_pool_obj_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578883184
    },
    "dma_pool_obj_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578883360
    },
    "dma_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dma_range_checked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dma_resp": {
      "type": {
        "kind": "struct",
        "name": "ocs_dma_t"
      },
      "address": 0
    },
    "dma_rw_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dma_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dma_timings": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584174357
    },
    "dmaarg": {
      "type": {
        "kind": "struct",
        "name": "ocs_dmamap_load_arg_t"
      },
      "address": 0
    },
    "dmabuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dmac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dmac_c": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dmac_v": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dmach": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dmactl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmae": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmae_cmd"
        }
      },
      "address": 0
    },
    "dmae_reg_go_c": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585560832
    },
    "dmae_wr_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dmaiter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "iflib_dma_info"
          }
        }
      },
      "address": 0
    },
    "dmalen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmamap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "dmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "dmap_saved": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "dmapageport": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584048096
    },
    "dmapbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446735277616529408
    },
    "dmapend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446739675663040512
    },
    "dmaplimit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484528
    },
    "dmar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_unit"
        }
      },
      "address": 0
    },
    "dmar_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610156536
    },
    "dmar_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610156512
    },
    "dmar_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156304
    },
    "dmar_alloc_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581238864
    },
    "dmar_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581236816
    },
    "dmar_barrier_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581266160
    },
    "dmar_barrier_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581266496
    },
    "dmar_batch_coalesce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610157064
    },
    "dmar_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581238400
    },
    "dmar_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "dmar_dev_depth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581231984
    },
    "dmar_dev_parse_rmrr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581234368
    },
    "dmar_dev_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581232080
    },
    "dmar_devcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438848
    },
    "dmar_devs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 18446744071613438856
    },
    "dmar_disable_fault_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581246128
    },
    "dmar_disable_ir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581265904
    },
    "dmar_disable_protected_regions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581264448
    },
    "dmar_disable_qi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581260256
    },
    "dmar_disable_translation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581265008
    },
    "dmar_domain_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581231680
    },
    "dmar_domain_free_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581230736
    },
    "dmar_domain_map_ops": {
      "type": {
        "kind": "struct",
        "name": "iommu_domain_map_ops"
      },
      "address": 18446744071587093168
    },
    "dmar_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610156584
    },
    "dmar_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438864
    },
    "dmar_enable_fault_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581246208
    },
    "dmar_enable_ir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581265632
    },
    "dmar_enable_qi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581259312
    },
    "dmar_enable_translation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581264752
    },
    "dmar_fault_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581243568
    },
    "dmar_fault_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581245056
    },
    "dmar_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581232512
    },
    "dmar_find_ctx_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581230656
    },
    "dmar_find_hpet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581233904
    },
    "dmar_find_ioapic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581234336
    },
    "dmar_find_nonpci": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581233936
    },
    "dmar_fini_fault_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581246288
    },
    "dmar_fini_irt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581254208
    },
    "dmar_fini_qi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581259392
    },
    "dmar_flush_ctx_to_ram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581263280
    },
    "dmar_flush_pte_to_ram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581263248
    },
    "dmar_flush_root_to_ram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581263312
    },
    "dmar_flush_write_bufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581264192
    },
    "dmar_free_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581230576
    },
    "dmar_free_ctx_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581230048
    },
    "dmar_get_ctx_for_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581224656
    },
    "dmar_get_ctx_for_dev1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581224928
    },
    "dmar_get_ctx_for_devpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581229056
    },
    "dmar_get_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581266720
    },
    "dmar_high": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613438912
    },
    "dmar_hw_timeout": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 18446744071610157048
    },
    "dmar_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581235936
    },
    "dmar_init_fault_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581244384
    },
    "dmar_init_irt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581253648
    },
    "dmar_init_qi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581257952
    },
    "dmar_instantiate_rmrr_ctxs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581234784
    },
    "dmar_inv_ctx_glob": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581263680
    },
    "dmar_inv_iotlb_glob": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581263920
    },
    "dmar_ir_free_irte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581253088
    },
    "dmar_ir_program_irte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581252656
    },
    "dmar_load_irt_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581265264
    },
    "dmar_load_root_entry_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581263344
    },
    "dmar_map_pgtbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581262784
    },
    "dmar_match_by_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581233472
    },
    "dmar_match_quirks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581260464
    },
    "dmar_maxaddr2mgaw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261600
    },
    "dmar_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587093040
    },
    "dmar_move_ctx_to_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581229120
    },
    "dmar_nd2mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261344
    },
    "dmar_nd2mask.masks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584813920
    },
    "dmar_pgalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581262080
    },
    "dmar_pgfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581262592
    },
    "dmar_pglvl_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261360
    },
    "dmar_print_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581241088
    },
    "dmar_print_domain_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581241776
    },
    "dmar_print_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581242144
    },
    "dmar_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581236672
    },
    "dmar_qi_emit_wait_seq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581255696
    },
    "dmar_qi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581257904
    },
    "dmar_qi_invalidate_ctx_glob_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581255232
    },
    "dmar_qi_invalidate_emit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581254416
    },
    "dmar_qi_invalidate_iec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581257280
    },
    "dmar_qi_invalidate_iec_glob": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581256816
    },
    "dmar_qi_invalidate_iotlb_glob_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581256352
    },
    "dmar_qi_invalidate_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581254304
    },
    "dmar_qi_invalidate_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581254864
    },
    "dmar_qi_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581258864
    },
    "dmar_quirks_post_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261072
    },
    "dmar_quirks_pre_use": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581260336
    },
    "dmar_release_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581239744
    },
    "dmar_remap_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581238448
    },
    "dmar_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581238432
    },
    "dmar_str": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587078845
    },
    "dmar_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581238416
    },
    "dmar_tbl_pagecnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438920
    },
    "dmar_timeout_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581266752
    },
    "dmar_unmap_pgtbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581263216
    },
    "dmar_unref_domain_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581229840
    },
    "dmar_update_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581266656
    },
    "dmaresult": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dmarh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DMAR_HARDWARE_UNIT"
        }
      },
      "address": 0
    },
    "dmartbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_DMAR"
        }
      },
      "address": 0
    },
    "dmartbl_physaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dmaru": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DMAR_HARDWARE_UNIT"
        }
      },
      "address": 0
    },
    "dmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag"
        }
      },
      "address": 0
    },
    "dmat_copy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag_iommu"
        }
      },
      "address": 0
    },
    "dmatag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag"
        }
      },
      "address": 0
    },
    "dmatest_bus": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dmatiming": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584164432
    },
    "dmatimings": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584171030
    },
    "dmatxctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmbcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_msi_data"
        }
      },
      "address": 0
    },
    "dmem": {
      "type": {
        "kind": "struct",
        "name": "r92s_fw_priv"
      },
      "address": 0
    },
    "dmi_data": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071613289056
    },
    "dmisc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dmop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioctl_privcmd_dmop"
        }
      },
      "address": 0
    },
    "dmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_mount"
        }
      },
      "address": 0
    },
    "dms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_matchState_t"
        }
      },
      "address": 0
    },
    "dmsBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dmsBt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dmsBtLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsBtLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsBtMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsCParams": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_compressionParameters"
        }
      },
      "address": 0
    },
    "dmsChainMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsChainSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsChainTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dmsEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dmsH": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dmsHash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsHashLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsHashTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dmsHighLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsIndexDelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsLowLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsLowestIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsMinChain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsRelRow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsRow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dmsSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsTag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dmsTagRow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dmsTagTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "dmsecs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dmtx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "dn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet_data_free"
        }
      },
      "address": 0
    },
    "dn_ack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "debugnet_ack"
        }
      },
      "address": 0
    },
    "dn_attach_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613056672
    },
    "dn_buf_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575421760
    },
    "dn_buf_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575421936
    },
    "dn_clsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612553384
    },
    "dn_clustq": {
      "type": {
        "kind": "struct",
        "name": "mbufq"
      },
      "address": 18446744071609679792
    },
    "dn_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577056016
    },
    "dn_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838296
    },
    "dn_hwm": {
      "type": {
        "kind": "struct",
        "name": "unnamed_3eb2ac6e6785a99c"
      },
      "address": 18446744071613056656
    },
    "dn_hwm.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613056656
    },
    "dn_hwm.1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613056660
    },
    "dn_hwm.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613056664
    },
    "dn_hwm_lk": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613056624
    },
    "dn_ifnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577056064
    },
    "dn_mbufq": {
      "type": {
        "kind": "struct",
        "name": "mbufq"
      },
      "address": 18446744071609679768
    },
    "dn_msg_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "debugnet_msg_hdr"
        }
      },
      "address": 0
    },
    "dn_pack_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575422448
    },
    "dn_pack_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575422896
    },
    "dn_saved_zones": {
      "type": {
        "kind": "struct",
        "name": "debugnet_saved_zones"
      },
      "address": 18446744071612553392
    },
    "dn_zone_clust": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553368
    },
    "dn_zone_mbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553360
    },
    "dn_zone_pack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553376
    },
    "dna_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378376
    },
    "dna_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378420
    },
    "dname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dndir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dnflow": {
      "type": {
        "kind": "struct",
        "name": "ip_fw_args"
      },
      "address": 0
    },
    "dnfsva": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "dnh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "debugnet_msg_hdr"
        }
      },
      "address": 0
    },
    "dnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "dnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsnode"
        }
      },
      "address": 0
    },
    "dnr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dnshostp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dnvlist.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dnvlist_get_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404576
    },
    "dnvlist_get_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404320
    },
    "dnvlist_get_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404384
    },
    "dnvlist_get_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404512
    },
    "dnvlist_get_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404448
    },
    "dnvlist_take_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404928
    },
    "dnvlist_take_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404672
    },
    "dnvlist_take_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404736
    },
    "dnvlist_take_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404864
    },
    "dnvlist_take_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566404800
    },
    "doDfsCombinedRssi": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "doDfsEnhanced": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "doDfsExtCh": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "do_agc_cal": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "do_aggrmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_ampdu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_append": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_btdiv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_check": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_coredump": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609712824
    },
    "do_csum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_execve.fexecv_proc_title": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071583228201
    },
    "do_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575293696
    },
    "do_free": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_free_callbacks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573769008
    },
    "do_free_rs": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_freeopt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_fullpath": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_ht": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_ht_setup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_ifup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_init": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "do_io_fault": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_iodone": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_jail_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575333776
    },
    "do_kthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364337
    },
    "do_l2t_write_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568970192
    },
    "do_ldpc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_ldt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364752
    },
    "do_link_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576855808
    },
    "do_lock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_lock_umtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575730592
    },
    "do_lock_umtx32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575733584
    },
    "do_lock_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575754224
    },
    "do_lro": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_minidump": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610165448
    },
    "do_ocr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "do_osd_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575451600
    },
    "do_override": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_prefetch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_printf": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612485488
    },
    "do_priority": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_qXfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574622832
    },
    "do_qXfer_threads_read.ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612511016
    },
    "do_qXfer_threads_read.td_name_escape": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612515216
    },
    "do_qpi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_rangelock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_refresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_reinit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_remove": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_reset": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_resume": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_retry": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "do_rtt_cal": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "do_rw_rdlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575763440
    },
    "do_rw_wrlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575765104
    },
    "do_segs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391177
    },
    "do_sep_iq_cal": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "do_shutdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_smt_write_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568967040
    },
    "do_stbc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_stop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_switch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_sync": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_task": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_tcp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_tcpdrain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609948068
    },
    "do_timestamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_tso": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_tss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364689
    },
    "do_undos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_unlock": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "do_unlock_umtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575732160
    },
    "do_unlock_umtx32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575735056
    },
    "do_unlock_umutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575760608
    },
    "do_update": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_vht_setup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575753360
    },
    "do_wakeup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_warning": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "do_watchdog": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "do_write": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doadump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575585280
    },
    "doasyncfree": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610033872
    },
    "doasyncinodeinit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610033880
    },
    "dobkgrdwrite": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610057808
    },
    "doblock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "docache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "docopy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "docow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dodnld": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doenterpgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575465008
    },
    "dofileread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576047232
    },
    "dofilewrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576048688
    },
    "dofree": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "doing_lockprof": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doingdirectory": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doinginact": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "doio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "doit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dolog": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dom_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613005552
    },
    "domain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "domain1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_domain"
        }
      },
      "address": 0
    },
    "domain_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576183888
    },
    "domain_add_hv_socket__sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610105200
    },
    "domain_add_inet6_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609960184
    },
    "domain_add_inet_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609913792
    },
    "domain_add_key_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982824
    },
    "domain_add_local_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609785528
    },
    "domain_add_netlink_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609987120
    },
    "domain_add_ng_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609892048
    },
    "domain_add_route_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609845304
    },
    "domain_alloc_pgtbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581248544
    },
    "domain_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609771016
    },
    "domain_cpus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "domain_flush_iotlb_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581249056
    },
    "domain_free_pgtbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581248880
    },
    "domain_get_idmap_pgtbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581246608
    },
    "domain_idmap_nextlvl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581247696
    },
    "domain_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "domain_init_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609770936
    },
    "domain_is_sp_lvl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261872
    },
    "domain_is_sp_lvl.sagaw_sp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034384
    },
    "domain_map_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581249552
    },
    "domain_mgmt_functions": {
      "type": {
        "kind": "struct",
        "name": "ocs_mgmt_functions_t"
      },
      "address": 18446744071609088728
    },
    "domain_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770944
    },
    "domain_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770968
    },
    "domain_page_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261968
    },
    "domain_pgtbl_map_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581250768
    },
    "domain_pxm": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613402288
    },
    "domain_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576184912
    },
    "domain_remove_hv_socket__sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610105224
    },
    "domain_remove_inet6_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609960208
    },
    "domain_remove_inet_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609913816
    },
    "domain_remove_key_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982848
    },
    "domain_remove_local_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609785552
    },
    "domain_remove_netlink_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609987144
    },
    "domain_remove_ng_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609892072
    },
    "domain_remove_route_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609845328
    },
    "domain_set_agaw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261440
    },
    "domain_unmap_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581250576
    },
    "domain_unmap_buf_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581251344
    },
    "domain_unmap_clear_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581251616
    },
    "domainfin_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609770992
    },
    "domainfinalize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186304
    },
    "domainifattach_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821680
    },
    "domainlist": {
      "type": {
        "kind": "struct",
        "name": "domainlist"
      },
      "address": 0
    },
    "domainoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "domains": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005544
    },
    "domainset0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "domainset"
        }
      },
      "address": 18446744071612535312
    },
    "domainset2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "domainset"
        }
      },
      "address": 18446744071612535336
    },
    "domainset_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575158704
    },
    "domainset_empty_vm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575162928
    },
    "domainset_firsttouch": {
      "type": {
        "kind": "struct",
        "name": "domainset"
      },
      "address": 18446744071608209680
    },
    "domainset_fixed": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "domainset"
        }
      },
      "address": 18446744071608209808
    },
    "domainset_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575162464
    },
    "domainset_interleave": {
      "type": {
        "kind": "struct",
        "name": "domainset"
      },
      "address": 18446744071608209720
    },
    "domainset_prefer": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "domainset"
        }
      },
      "address": 18446744071608210128
    },
    "domainset_roundrobin": {
      "type": {
        "kind": "struct",
        "name": "domainset"
      },
      "address": 18446744071608209760
    },
    "domainset_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575162752
    },
    "domainset_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612535320
    },
    "domerge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "domlme": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577292608
    },
    "domn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "domore": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "done": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "done_bp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "done_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "done_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "done_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "done_load_dr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364464
    },
    "done_namei": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "done_queue_phyaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "done_sentinel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "done_store_dr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364116
    },
    "done_tss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364385
    },
    "donelocally": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doneok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doneq": {
      "type": {
        "kind": "struct",
        "name": "unnamed_134de64cc95f9283"
      },
      "address": 0
    },
    "doneq_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dont_clear_stat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dont_sendalot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dontcare": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dontfrag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dontroute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doom_vi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568790048
    },
    "doopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580491488
    },
    "doorbell": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "doorbell_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "doorbells": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dopersistence": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613296904
    },
    "doppr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doreallocblks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610031796
    },
    "doresize": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "doreti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391072
    },
    "doreti_ast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391082
    },
    "doreti_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391112
    },
    "doreti_iret": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391550
    },
    "doreti_iret_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391600
    },
    "dorpc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dos2unix": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585137120
    },
    "dos2unixfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926944
    },
    "doscan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doscheckpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573949280
    },
    "dosdirempty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573948976
    },
    "dosdirtemplate": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0ce916e58dded9f4"
      },
      "address": 18446744071585138000
    },
    "doselwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576059504
    },
    "dosfilename": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dosignal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "doswap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dosync": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dotaddref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jaddref"
        }
      },
      "address": 0
    },
    "dotdot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfs_node"
        }
      },
      "address": 0
    },
    "dotdotaddref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jaddref"
        }
      },
      "address": 0
    },
    "dotdotfileid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dotdothits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212176
    },
    "dotdothits_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800408
    },
    "dotdothits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800432
    },
    "dotdotp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "direntry"
        }
      },
      "address": 0
    },
    "dotdotremref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jremref"
        }
      },
      "address": 0
    },
    "dotdotwk": {
      "type": {
        "kind": "struct",
        "name": "workhead"
      },
      "address": 0
    },
    "dotfileid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dothits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212168
    },
    "dothits_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800248
    },
    "dothits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800272
    },
    "dotls": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dotrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575108368
    },
    "dotrace_debugging": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612534241
    },
    "dotrace_kernel": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609642280
    },
    "dotrace_user": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609642472
    },
    "dotremref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jremref"
        }
      },
      "address": 0
    },
    "dotrimcons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610031792
    },
    "doublefault_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613484024
    },
    "dounmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576485168
    },
    "dounmount_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576489648
    },
    "dout": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dowide": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "down_link": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "downgrade": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "download_consts": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "downloaded": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "downrate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "downstream_expander": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "dp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_segment_descriptor"
        }
      },
      "address": 0
    },
    "dp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufs1_dinode"
        }
      },
      "address": 0
    },
    "dp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufs2_dinode"
        }
      },
      "address": 0
    },
    "dp83822phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dp83822phy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608508432
    },
    "dp83822phy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608508408
    },
    "dp83822phy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608508368
    },
    "dp83867phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dp83867phy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608508640
    },
    "dp83867phy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608508616
    },
    "dp83867phy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608508576
    },
    "dp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570281296
    },
    "dp_changeable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_control_data_prot_subpage"
        }
      },
      "address": 0
    },
    "dp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570282000
    },
    "dp_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608508688
    },
    "dp_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570282080
    },
    "dp_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dp_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584853136
    },
    "dp_ofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dp_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_control_data_prot_subpage"
        }
      },
      "address": 0
    },
    "dp_page_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570281264
    },
    "dp_ret": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dp_scr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dp_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570282304
    },
    "dp_sg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dp_sgmin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dp_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dp_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570282384
    },
    "dpage_count": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dparams": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devlog_params"
        }
      },
      "address": 0
    },
    "dpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 0
    },
    "dpcbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngpcb"
        }
      },
      "address": 0
    },
    "dpcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613453552
    },
    "dpcpu_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575922192
    },
    "dpcpu_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923008
    },
    "dpcpu_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575922464
    },
    "dpcpu_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_98eafdadb3230e9f"
      },
      "address": 18446744071609742368
    },
    "dpcpu_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575922080
    },
    "dpcpu_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612927040
    },
    "dpcpu_off": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612918848
    },
    "dpcpu_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923568
    },
    "dpcpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742320
    },
    "dpdev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dpindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dpix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dpiy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dplx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dpm_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Mpi2DriverMap0Entry_t"
        }
      },
      "address": 0
    },
    "dpm_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dpm_pg0_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dport": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dpos": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dpphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584853232
    },
    "dpphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584853200
    },
    "dpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_oce_dmamap_paddr_table"
        }
      },
      "address": 0
    },
    "dptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dquot"
        }
      },
      "address": 0
    },
    "dq1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dquot"
        }
      },
      "address": 0
    },
    "dq_norss": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dqb32": {
      "type": {
        "kind": "struct",
        "name": "dqblk32"
      },
      "address": 0
    },
    "dqb64": {
      "type": {
        "kind": "struct",
        "name": "dqblk64"
      },
      "address": 0
    },
    "dqfreelist": {
      "type": {
        "kind": "struct",
        "name": "dqfreelist"
      },
      "address": 18446744071613298376
    },
    "dqget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580035280
    },
    "dqh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dqhash"
        }
      },
      "address": 0
    },
    "dqhash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613298360
    },
    "dqhashfind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580051824
    },
    "dqhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dqhash"
        }
      },
      "address": 18446744071613298368
    },
    "dqhlock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613298328
    },
    "dqinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580050928
    },
    "dqopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580044128
    },
    "dqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_promisc_qp"
        }
      },
      "address": 0
    },
    "dqrele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580045680
    },
    "dqsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580049424
    },
    "dquninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580051024
    },
    "dqvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "dqvplocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dr": {
      "type": {
        "kind": "struct",
        "name": "dbreg"
      },
      "address": 0
    },
    "dr0": {
      "type": {
        "kind": "struct",
        "name": "nd_defrouter"
      },
      "address": 0
    },
    "dr6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dr7": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dr_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dr_wrk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_dr_work"
        }
      },
      "address": 0
    },
    "dra": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nd_defrouter"
          }
        }
      },
      "address": 0
    },
    "drain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "drain_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568771440
    },
    "drain_ring_lockless": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577041808
    },
    "drain_wrq_wr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568938448
    },
    "drainq": {
      "type": {
        "kind": "struct",
        "name": "secpolicy_queue"
      },
      "address": 0
    },
    "draw_pxlcursor_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582302704
    },
    "draw_pxlcursor_planar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582302192
    },
    "draw_txtmouse.col_conv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587185696
    },
    "drawn_area": {
      "type": {
        "kind": "struct",
        "name": "teken_rect_t"
      },
      "address": 0
    },
    "drawrect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "drbr_advance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576860304
    },
    "drbr_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576859984
    },
    "drbr_dequeue_cond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576860352
    },
    "drbr_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576860880
    },
    "drbr_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576858784
    },
    "drbr_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576859664
    },
    "drbr_inuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576860960
    },
    "drbr_needs_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576860928
    },
    "drbr_peek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576859344
    },
    "drbr_putback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576859264
    },
    "drd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "db_recursion_data"
        }
      },
      "address": 0
    },
    "drdev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drec": {
      "type": {
        "kind": "struct",
        "name": "ocs_domain_record_t"
      },
      "address": 0
    },
    "dreg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "drflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drive_strength": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "driveinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ips_drive_info_t"
        }
      },
      "address": 0
    },
    "driveno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isci_softc"
        }
      },
      "address": 0
    },
    "driver_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "driver_data_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "driver_exists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860304
    },
    "driver_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_driver_info"
        }
      },
      "address": 0
    },
    "driver_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584775168
    },
    "driver_module_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575854240
    },
    "driver_name": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609520816
    },
    "driver_queue_depth_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "driver_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "driver_ver_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "driver_version": {
      "type": {
        "kind": "struct",
        "name": "ice_driver_ver"
      },
      "address": 18446744071584775248
    },
    "drivers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "driver_t"
          }
        }
      },
      "address": 0
    },
    "drl": {
      "type": {
        "kind": "struct",
        "name": "unnamed_f9040cc5934cb398"
      },
      "address": 0
    },
    "drop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drop_all_mcast": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "drop_all_ucast": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "drop_bus": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "drop_bus_spin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "drop_early": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576751664
    },
    "drop_grp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_group"
        }
      },
      "address": 0
    },
    "drop_hdrlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drop_thresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drop_xfer": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "droplist": {
      "type": {
        "kind": "struct",
        "name": "setlist"
      },
      "address": 0
    },
    "dropmtx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dropobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bufobj"
        }
      },
      "address": 0
    },
    "dropped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dropped_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dropped_messages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "drops": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "droptype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvdeallocatedsdorpc"
        }
      },
      "address": 0
    },
    "drq": {
      "type": {
        "kind": "struct",
        "name": "nd6_drhead"
      },
      "address": 0
    },
    "drq_rman": {
      "type": {
        "kind": "struct",
        "name": "rman"
      },
      "address": 18446744071613453632
    },
    "drt": {
      "type": {
        "kind": "enum",
        "name": "unnamed_2b827128eb6957a5"
      },
      "address": 0
    },
    "drv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_sp_drv_ops"
        }
      },
      "address": 0
    },
    "drv_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "drv_cmd": {
      "type": {
        "kind": "enum",
        "name": "ecore_queue_cmd"
      },
      "address": 0
    },
    "drv_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drv_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "drv_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_h"
        }
      },
      "address": 0
    },
    "drv_info_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "drv_infop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_drvinfo_t"
        }
      },
      "address": 0
    },
    "drv_ioctl_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "siocsifcapnv_driver_data"
        }
      },
      "address": 0
    },
    "drv_ioctl_data_d": {
      "type": {
        "kind": "struct",
        "name": "siocsifcapnv_driver_data"
      },
      "address": 0
    },
    "drv_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_DRV_RAID_MAP_ALL"
        }
      },
      "address": 0
    },
    "drv_only": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "drv_pulse": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "drv_running": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drv_synd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "drv_tgt_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "drvc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tuntap_driver_cloner"
        }
      },
      "address": 0
    },
    "dry_cycles": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dryrun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dryrunp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "ds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "domainset"
        }
      },
      "address": 0
    },
    "ds0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_desc"
        }
      },
      "address": 0
    },
    "ds_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ds_coef_exp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ds_coef_man": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ds_ctl0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ds_ctl11": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ds_field": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ds_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ds_load_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391776
    },
    "ds_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devstat"
        }
      },
      "address": 0
    },
    "ds_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devstat"
        }
      },
      "address": 0
    },
    "ds_txstatus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dsa": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsargs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsattr": {
      "type": {
        "kind": "struct",
        "name": "pnfsdsattr"
      },
      "address": 0
    },
    "dsb_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dsbuf": {
      "type": {
        "kind": "struct",
        "name": "semid_ds"
      },
      "address": 0
    },
    "dsbuf32": {
      "type": {
        "kind": "struct",
        "name": "semid_ds32"
      },
      "address": 0
    },
    "dsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvdscreate"
        }
      },
      "address": 0
    },
    "dscm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dscommand0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dscommand1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dscontrol.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dscp2prio": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dscp_user_buf": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dscp_val": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OBJECT"
        }
      },
      "address": 0
    },
    "dsdebug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsdir": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "dsdirpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dsdirsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dsdt": {
      "type": {
        "kind": "struct",
        "name": "ACPI_TABLE_HEADER"
      },
      "address": 0
    },
    "dsdvp": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vnode"
          }
        }
      },
      "address": 0
    },
    "dseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_wqe_data_seg"
        }
      },
      "address": 0
    },
    "dseg_inline": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_wqe_data_seg"
        }
      },
      "address": 0
    },
    "dset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "domainset"
        }
      },
      "address": 0
    },
    "dsfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fhandle_t"
        }
      },
      "address": 0
    },
    "dsfield": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dsfield.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmi_system_id"
        }
      },
      "address": 0
    },
    "dsinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsinit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsiz": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "dsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dsm_blocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsm_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsm_descriptor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsm_descriptor_lba_count": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dsm_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_dsm_range"
        }
      },
      "address": 0
    },
    "dsm_range": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_dsm_range"
        }
      },
      "address": 0
    },
    "dsm_remainder_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsmethod.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsmthdat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsobject.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsopcode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devstat"
        }
      },
      "address": 0
    },
    "dsp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsp64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ispds64_t"
        }
      },
      "address": 0
    },
    "dsp_basename_clone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609189896
    },
    "dsp_cdevinfo_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572501312
    },
    "dsp_cdevinfo_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572499584
    },
    "dsp_cdevinfo_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572498832
    },
    "dsp_cdevs": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_0147680e166c7b15"
        }
      },
      "address": 18446744071585016976
    },
    "dsp_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609189664
    },
    "dsp_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572509104
    },
    "dsp_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572474080
    },
    "dsp_cmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609189904
    },
    "dsp_ehtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610812880
    },
    "dsp_gain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dsp_get_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572501248
    },
    "dsp_io_ops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572501872
    },
    "dsp_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572476336
    },
    "dsp_ioctl_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572503904
    },
    "dsp_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572497920
    },
    "dsp_mmap_allow_prot_exec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812872
    },
    "dsp_mmap_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572497952
    },
    "dsp_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572470352
    },
    "dsp_oss_audioinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572499824
    },
    "dsp_oss_cookedmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572507904
    },
    "dsp_oss_getchannelmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572508800
    },
    "dsp_oss_getchnorder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572508288
    },
    "dsp_oss_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572507552
    },
    "dsp_oss_setchnorder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572508464
    },
    "dsp_oss_syncgroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572505600
    },
    "dsp_oss_syncstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572506752
    },
    "dsp_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572497360
    },
    "dsp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572476304
    },
    "dsp_reg_array": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "dsp_set_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572501808
    },
    "dsp_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572509008
    },
    "dsp_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609189848
    },
    "dsp_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572511216
    },
    "dsp_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609189872
    },
    "dsp_umax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609189900
    },
    "dsp_unit2name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572499664
    },
    "dsp_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572476320
    },
    "dspa": {
      "type": {
        "kind": "struct",
        "name": "ata_dmasetprd_args"
      },
      "address": 0
    },
    "dspathp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dspcode": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_a946c31a63690171"
        }
      },
      "address": 0
    },
    "dspkginit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dspmix_k1": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "emu_dspmix_props_k1"
        }
      },
      "address": 18446744071584986640
    },
    "dspmix_k2": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "emu_dspmix_props_k2"
        }
      },
      "address": 18446744071584986720
    },
    "dspp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nfsclds"
          }
        }
      },
      "address": 0
    },
    "dsps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nvlist_t"
          }
        }
      },
      "address": 0
    },
    "dsrm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvdsremove"
        }
      },
      "address": 0
    },
    "dst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dst0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_address"
        }
      },
      "address": 0
    },
    "dst1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dst2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dst4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "dst6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "dstCapacity": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dstMatchState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_matchState_t"
        }
      },
      "address": 0
    },
    "dstSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dst_addr": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "dst_address": {
      "type": {
        "kind": "union",
        "name": "sockaddr_union"
      },
      "address": 0
    },
    "dst_addrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dst_array": {
      "type": {
        "kind": "struct",
        "name": "bsearch4_array"
      },
      "address": 0
    },
    "dst_co": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dst_elm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_element_t"
        }
      },
      "address": 0
    },
    "dst_ents": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_vale_q"
        }
      },
      "address": 0
    },
    "dst_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dst_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_hook"
        }
      },
      "address": 0
    },
    "dst_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "dst_in": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "dst_ints": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dst_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dst_lim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dst_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "dst_na": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_vp_adapter"
        }
      },
      "address": 0
    },
    "dst_nr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dst_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "dst_pdpg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "dst_pindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dst_policy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addrpolicy"
        }
      },
      "address": 0
    },
    "dst_port": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dst_pte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "dst_r": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rs_el"
        }
      },
      "address": 0
    },
    "dst_ring": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dst_sa": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "dst_scope": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dst_ses_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_cache_t"
        }
      },
      "address": 0
    },
    "dst_slot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_slot"
        }
      },
      "address": 0
    },
    "dst_slots": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dst_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_addr_list"
        }
      },
      "address": 0
    },
    "dst_x": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dst_y": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dstaddr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dstat": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dstateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "dstbuf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dstcmds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "dstdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dstdp": {
      "type": {
        "kind": "struct",
        "name": "dirent"
      },
      "address": 0
    },
    "dstifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "dstmpte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "dstoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dstoff_cb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dstoptlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dstopts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_dest"
        }
      },
      "address": 0
    },
    "dstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mcp_kreq_ether_send_t"
        }
      },
      "address": 0
    },
    "dstport": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dstq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_vale_q"
        }
      },
      "address": 0
    },
    "dstreg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dsts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "dstsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dstsock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "dststart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dstzone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dsutils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdevsw"
        }
      },
      "address": 0
    },
    "dsw2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdevsw"
        }
      },
      "address": 0
    },
    "dswexec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dswload.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dswload2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dswscope.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dswstate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dt": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "dtLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dtPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dt_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613479200
    },
    "dtaudit_hook_bsm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613292536
    },
    "dtaudit_hook_commit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613292392
    },
    "dtaudit_hook_preselect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613292496
    },
    "dtaudit_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dtd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "dtemp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_descriptor"
        }
      },
      "address": 0
    },
    "dtim": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dtim_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dtim_offs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dtim_period": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dtimcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dtimper": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dtimper_msec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dtimperiod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dtmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_prof"
        }
      },
      "address": 0
    },
    "dtor": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirtemplate"
        }
      },
      "address": 0
    },
    "dtr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dtrace_doubletrap_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612536664
    },
    "dtrace_fasttrap_exec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612538176
    },
    "dtrace_fasttrap_exit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612538248
    },
    "dtrace_fasttrap_fork": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612538344
    },
    "dtrace_getnanotime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666304
    },
    "dtrace_getnanouptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666368
    },
    "dtrace_invop_calltrap_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613454320
    },
    "dtrace_invop_jump_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613454312
    },
    "dtrace_malloc_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209576
    },
    "dtrace_malloc_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071608210488
    },
    "dtrace_nfscl_accesscache_flush_done_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612481864
    },
    "dtrace_nfscl_accesscache_get_hit_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612481880
    },
    "dtrace_nfscl_accesscache_get_miss_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612481888
    },
    "dtrace_nfscl_accesscache_load_done_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612481904
    },
    "dtrace_nfscl_attrcache_flush_done_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612481992
    },
    "dtrace_nfscl_attrcache_get_hit_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612482024
    },
    "dtrace_nfscl_attrcache_get_miss_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612482040
    },
    "dtrace_nfscl_attrcache_load_done_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612482008
    },
    "dtrace_nfscl_nfs234_done_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612470376
    },
    "dtrace_nfscl_nfs234_start_probe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612469656
    },
    "dtrace_pid_probe_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612536672
    },
    "dtrace_ret_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377016
    },
    "dtrace_ret_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377060
    },
    "dtrace_return_probe_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612536680
    },
    "dtrace_trap_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612536656
    },
    "dtrace_vtime_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210620
    },
    "dtrace_vtime_switch_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612900424
    },
    "dtxswc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dtype": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "du": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lacpdu"
        }
      },
      "address": 0
    },
    "dual": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584930608
    },
    "dumb_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572718816
    },
    "dumb_fkeystr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572718912
    },
    "dumb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717808
    },
    "dumb_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572718896
    },
    "dumb_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572718736
    },
    "dumb_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572718800
    },
    "dumb_puts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717856
    },
    "dumb_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572718928
    },
    "dumb_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717840
    },
    "dummy": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 18446744071613040960
    },
    "dummy32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dummyXpdGains": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "dummy_admin": {
      "type": {
        "kind": "struct",
        "name": "mlx4_vport_state"
      },
      "address": 0
    },
    "dummy_column": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dummy_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577568688
    },
    "dummy_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dummy_eth_header": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584034560
    },
    "dummy_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575672032
    },
    "dummy_get_timecount.now": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807684
    },
    "dummy_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "dummy_ioctl_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577268528
    },
    "dummy_ioctl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577268544
    },
    "dummy_ldev": {
      "type": {
        "kind": "struct",
        "name": "linux_cdev"
      },
      "address": 18446744071610000832
    },
    "dummy_ldev_ops": {
      "type": {
        "kind": "struct",
        "name": "file_operations"
      },
      "address": 18446744071613288352
    },
    "dummy_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577097616
    },
    "dummy_timecounter": {
      "type": {
        "kind": "struct",
        "name": "timecounter"
      },
      "address": 18446744071609716064
    },
    "dummy_variable": {
      "type": {
        "kind": "base",
        "name": "float"
      },
      "address": 18446744071613454368
    },
    "dump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_grcdump_t"
        }
      },
      "address": 0
    },
    "dump_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575588368
    },
    "dump_avail": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613329984
    },
    "dump_buf": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "dump_buffers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_dma_t"
        }
      },
      "address": 0
    },
    "dump_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578402112
    },
    "dump_compressor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_CCtx"
        }
      },
      "address": 0
    },
    "dump_datamap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 18446744071610617104
    },
    "dump_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569472336
    },
    "dump_devlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568883136
    },
    "dump_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569471936
    },
    "dump_encrypted_write.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612802976
    },
    "dump_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dump_failed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613126832
    },
    "dump_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578374464
    },
    "dump_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575589104
    },
    "dump_iface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578392176
    },
    "dump_iface_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578394960
    },
    "dump_iface_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578402160
    },
    "dump_init_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575589632
    },
    "dump_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dump_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "dump_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578406000
    },
    "dump_lle_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578406080
    },
    "dump_llts_iface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578405824
    },
    "dump_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "dump_map": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dump_pa"
        }
      },
      "address": 18446744071612536704
    },
    "dump_nhgrp_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577082320
    },
    "dump_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578415648
    },
    "dump_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "dump_num_registers": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 13,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071585557360
    },
    "dump_px": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578417280
    },
    "dump_rc_nhop_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578419696
    },
    "dump_ready": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dump_retry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610189008
    },
    "dump_rman": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575952720
    },
    "dump_rtable_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578424272
    },
    "dump_rtentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578424480
    },
    "dump_sa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578394656
    },
    "dump_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575587920
    },
    "dump_unhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578415040
    },
    "dump_va": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613484008
    },
    "dump_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575588880
    },
    "dumpclients": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsd_dumpclients"
        }
      },
      "address": 0
    },
    "dumpconf_list_lk": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612802928
    },
    "dumpdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612528192
    },
    "dumpdevname_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575590800
    },
    "dumper": {
      "type": {
        "kind": "struct",
        "name": "dumperinfo"
      },
      "address": 0
    },
    "dumper_configs": {
      "type": {
        "kind": "struct",
        "name": "dumpconflist"
      },
      "address": 18446744071609709088
    },
    "dumper_configs_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609709624
    },
    "dumper_configs_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609708960
    },
    "dumper_configs_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609708984
    },
    "dumper_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575586352
    },
    "dumper_ddb_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575587408
    },
    "dumper_ddb_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575587472
    },
    "dumper_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575586224
    },
    "dumper_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575587088
    },
    "dumper_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575587520
    },
    "dumpextent": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dumping": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210592
    },
    "dumpkeysize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dumplen": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dumplist": {
      "type": {
        "kind": "struct",
        "name": "nfsd_dumplist"
      },
      "address": 0
    },
    "dumplocklist": {
      "type": {
        "kind": "struct",
        "name": "nfsd_dumplocklist"
      },
      "address": 0
    },
    "dumplocks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsd_dumplocks"
        }
      },
      "address": 0
    },
    "dumpmntopts": {
      "type": {
        "kind": "struct",
        "name": "nfscl_dumpmntopts"
      },
      "address": 0
    },
    "dumporder": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "dumppcb": {
      "type": {
        "kind": "struct",
        "name": "pcb"
      },
      "address": 18446744071612802296
    },
    "dumpsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613479360
    },
    "dumpsys_buf_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225360
    },
    "dumpsys_buf_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225088
    },
    "dumpsys_buf_seek.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612536864
    },
    "dumpsys_buf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225200
    },
    "dumpsys_cb_dumpdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225408
    },
    "dumpsys_foreach_chunk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225792
    },
    "dumpsys_gen_pa_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224544
    },
    "dumpsys_gen_pa_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224992
    },
    "dumpsys_gen_unmap_chunk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225056
    },
    "dumpsys_gen_wbinv_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225040
    },
    "dumpsys_gen_write_aux_headers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225072
    },
    "dumpsys_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575225872
    },
    "dumpsys_generic.kdh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612537384
    },
    "dumpsys_map_chunk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581302736
    },
    "dumpsys_pb_check": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612537920
    },
    "dumpsys_pb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575227328
    },
    "dumpsys_pb_progress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575227440
    },
    "dumpsys_pb_remaining": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612537904
    },
    "dumpsys_pb_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612537912
    },
    "dumpthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567067088
    },
    "dumptid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802616
    },
    "dunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dup": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dup_mac": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dup_port": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dup_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vlan_table"
        }
      },
      "address": 0
    },
    "dup_vlan": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dupedkey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix_node"
        }
      },
      "address": 0
    },
    "dupfdopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575207920
    },
    "duphead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_dir_duphead"
        }
      },
      "address": 0
    },
    "dupindex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_dir_duphead"
        }
      },
      "address": 0
    },
    "duplex": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dupsa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "dur": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "duration": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "duration_tv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "duty_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dvbase": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dvcid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dvd": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "dvdstruct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dvd_struct"
        }
      },
      "address": 0
    },
    "dvectors": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dvlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "dvlp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "dvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_scsi_dev_t"
        }
      },
      "address": 0
    },
    "dvp_seqc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dvplocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dvpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vnode"
          }
        }
      },
      "address": 0
    },
    "dvs": {
      "type": {
        "kind": "enum",
        "name": "vgetstate"
      },
      "address": 0
    },
    "dw": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "dwCnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dwFrameGroupLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dw_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dwatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xs_dev_watch"
        }
      },
      "address": 0
    },
    "dwell_active": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dwell_passive": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "dwidth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dword_field": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dword_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dword_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dword_location": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dword_remainder": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dword_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dwork": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "delayed_work"
        }
      },
      "address": 0
    },
    "dws": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "dx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dxfer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dxfer_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dxp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dyn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_dynaddr"
        }
      },
      "address": 0
    },
    "dyn_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "dyn_used": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "dynamic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "dynamicFse_nbSeq_min": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "dynamic_envpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "dynamic_kenv": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612537960
    },
    "dynptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "dyp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "e": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "e1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_ctx_entry"
        }
      },
      "address": 0
    },
    "e1000_80003es2lan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_82540.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_82541.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_82542.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_82543.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_82571.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_82575.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_82580_rxpbs_table": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584755440
    },
    "e1000_access_phy_debug_regs_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374384
    },
    "e1000_access_phy_wakeup_reg_bm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569369184
    },
    "e1000_acquire_nvm_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210448
    },
    "e1000_acquire_nvm_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569249072
    },
    "e1000_acquire_nvm_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569252048
    },
    "e1000_acquire_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569346272
    },
    "e1000_acquire_nvm_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569318800
    },
    "e1000_acquire_nvm_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569304928
    },
    "e1000_acquire_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322192
    },
    "e1000_acquire_phy_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210384
    },
    "e1000_acquire_phy_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322896
    },
    "e1000_acquire_swflag_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569301408
    },
    "e1000_acquire_swfw_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569339616
    },
    "e1000_acquire_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376640
    },
    "e1000_api.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_base.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_blink_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321680
    },
    "e1000_blink_led_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569336464
    },
    "e1000_calculate_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569340544
    },
    "e1000_cfg_on_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322224
    },
    "e1000_cfg_on_link_up_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569212480
    },
    "e1000_check_alt_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569327456
    },
    "e1000_check_downshift_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569364432
    },
    "e1000_check_for_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376800
    },
    "e1000_check_for_ack_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569379968
    },
    "e1000_check_for_ack_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569378512
    },
    "e1000_check_for_copper_link_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569232496
    },
    "e1000_check_for_copper_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569330400
    },
    "e1000_check_for_copper_link_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569293168
    },
    "e1000_check_for_fiber_link_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569233312
    },
    "e1000_check_for_fiber_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569331376
    },
    "e1000_check_for_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321408
    },
    "e1000_check_for_link_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569220688
    },
    "e1000_check_for_link_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569269952
    },
    "e1000_check_for_link_media_swap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569274928
    },
    "e1000_check_for_link_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569375856
    },
    "e1000_check_for_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376768
    },
    "e1000_check_for_msg_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569379808
    },
    "e1000_check_for_msg_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569378384
    },
    "e1000_check_for_rst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376832
    },
    "e1000_check_for_rst_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569380128
    },
    "e1000_check_for_rst_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569378640
    },
    "e1000_check_for_serdes_link_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569241136
    },
    "e1000_check_for_serdes_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569331936
    },
    "e1000_check_mng_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321440
    },
    "e1000_check_mng_mode_82574": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569248096
    },
    "e1000_check_mng_mode_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569341008
    },
    "e1000_check_mng_mode_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569297472
    },
    "e1000_check_mng_mode_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569299056
    },
    "e1000_check_phy_82574": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569240880
    },
    "e1000_check_polarity_82577": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371888
    },
    "e1000_check_polarity_ife": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569364752
    },
    "e1000_check_polarity_igp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569364608
    },
    "e1000_check_polarity_m88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569364544
    },
    "e1000_check_reset_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322064
    },
    "e1000_check_reset_block_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354976
    },
    "e1000_check_reset_block_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569311872
    },
    "e1000_cleanup_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321648
    },
    "e1000_cleanup_led_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569221264
    },
    "e1000_cleanup_led_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569336368
    },
    "e1000_cleanup_led_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569297552
    },
    "e1000_cleanup_led_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569299696
    },
    "e1000_clear_hw_cntrs_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569207344
    },
    "e1000_clear_hw_cntrs_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569216368
    },
    "e1000_clear_hw_cntrs_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569221376
    },
    "e1000_clear_hw_cntrs_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569228640
    },
    "e1000_clear_hw_cntrs_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569234832
    },
    "e1000_clear_hw_cntrs_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569246528
    },
    "e1000_clear_hw_cntrs_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569270640
    },
    "e1000_clear_hw_cntrs_base_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569328464
    },
    "e1000_clear_hw_cntrs_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569296592
    },
    "e1000_clear_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321296
    },
    "e1000_clear_vfta_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569246160
    },
    "e1000_clear_vfta_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326992
    },
    "e1000_clear_vfta_i350": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569270384
    },
    "e1000_clock_out_i2c_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569263536
    },
    "e1000_clock_out_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569262624
    },
    "e1000_commit_fc_settings_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569333952
    },
    "e1000_config_collision_dist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321856
    },
    "e1000_config_collision_dist_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569270192
    },
    "e1000_config_collision_dist_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569325776
    },
    "e1000_config_dsp_after_link_change_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569223600
    },
    "e1000_config_fc_after_link_up_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569330512
    },
    "e1000_config_mac_to_phy_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569235952
    },
    "e1000_configure_k0s_lpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569288880
    },
    "e1000_configure_k1_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569281760
    },
    "e1000_copper_link_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569361536
    },
    "e1000_copper_link_setup_82577": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569359456
    },
    "e1000_copper_link_setup_gg82563_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569209632
    },
    "e1000_copper_link_setup_igp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569360736
    },
    "e1000_copper_link_setup_m88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569359808
    },
    "e1000_copper_link_setup_m88_gen2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569360368
    },
    "e1000_copy_rx_addrs_to_phy_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569282592
    },
    "e1000_determine_phy_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569368704
    },
    "e1000_disable_pcie_master": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321840
    },
    "e1000_disable_pcie_master_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569337360
    },
    "e1000_disable_phy_wakeup_reg_access_bm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569370272
    },
    "e1000_disable_ulp_lpt_lp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569277296
    },
    "e1000_enable_mng_pass_thru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569342928
    },
    "e1000_enable_phy_wakeup_reg_access_bm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569370128
    },
    "e1000_enable_tx_pkt_filtering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321968
    },
    "e1000_enable_tx_pkt_filtering_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569341088
    },
    "e1000_enable_ulp_lpt_lp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569275840
    },
    "e1000_erase_flash_bank_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569309872
    },
    "e1000_flash_cycle_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569309568
    },
    "e1000_flash_cycle_init_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569309104
    },
    "e1000_force_mac_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321392
    },
    "e1000_force_mac_fc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569334864
    },
    "e1000_get_auto_rd_done_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569335232
    },
    "e1000_get_bus_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321264
    },
    "e1000_get_bus_info_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569226736
    },
    "e1000_get_bus_info_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569288992
    },
    "e1000_get_bus_info_pci_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326512
    },
    "e1000_get_bus_info_pcie_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326736
    },
    "e1000_get_bus_info_pcie_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569375136
    },
    "e1000_get_cable_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322288
    },
    "e1000_get_cable_length_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569211280
    },
    "e1000_get_cable_length_82577": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569372448
    },
    "e1000_get_cable_length_igp_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569365520
    },
    "e1000_get_cable_length_igp_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569225024
    },
    "e1000_get_cable_length_m88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569364848
    },
    "e1000_get_cable_length_m88_gen2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569364960
    },
    "e1000_get_cfg_done_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210656
    },
    "e1000_get_cfg_done_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569250992
    },
    "e1000_get_cfg_done_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569273408
    },
    "e1000_get_cfg_done_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569367600
    },
    "e1000_get_cfg_done_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569318528
    },
    "e1000_get_cfg_done_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569312160
    },
    "e1000_get_eee_status_i354": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569260656
    },
    "e1000_get_flash_presence_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569316368
    },
    "e1000_get_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569353952
    },
    "e1000_get_hw_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569338416
    },
    "e1000_get_hw_semaphore_82574": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569248400
    },
    "e1000_get_i2c_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569263024
    },
    "e1000_get_laa_state_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569240976
    },
    "e1000_get_link_up_info_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569208912
    },
    "e1000_get_link_up_info_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569220816
    },
    "e1000_get_link_up_info_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569272880
    },
    "e1000_get_link_up_info_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569295968
    },
    "e1000_get_link_up_info_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376080
    },
    "e1000_get_pba_block_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569353104
    },
    "e1000_get_phy_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569355056
    },
    "e1000_get_phy_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322320
    },
    "e1000_get_phy_info_82577": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569372176
    },
    "e1000_get_phy_info_ife": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569366688
    },
    "e1000_get_phy_info_igp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569366336
    },
    "e1000_get_phy_info_m88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569366032
    },
    "e1000_get_phy_type_from_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569368368
    },
    "e1000_get_speed_and_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321584
    },
    "e1000_get_speed_and_duplex_copper_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569335072
    },
    "e1000_get_speed_and_duplex_fiber_serdes_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569335200
    },
    "e1000_gg82563_cable_length_table": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584753904
    },
    "e1000_gig_downshift_workaround_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569285712
    },
    "e1000_hash_mc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321952
    },
    "e1000_hash_mc_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569327792
    },
    "e1000_host_interface_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569343296
    },
    "e1000_i210.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_i2c_bus_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569264160
    },
    "e1000_i2c_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569262224
    },
    "e1000_i2c_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569263856
    },
    "e1000_ich8lan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_id_led_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321712
    },
    "e1000_id_led_init_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569335568
    },
    "e1000_id_led_init_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569299136
    },
    "e1000_igp3_phy_powerdown_workaround_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569285152
    },
    "e1000_igp_2_cable_length_table": {
      "type": {
        "count": 113,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584767184
    },
    "e1000_igp_cable_length_table": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584754016
    },
    "e1000_init_function_pointers_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569203568
    },
    "e1000_init_function_pointers_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569213104
    },
    "e1000_init_function_pointers_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569217568
    },
    "e1000_init_function_pointers_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569226048
    },
    "e1000_init_function_pointers_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569229088
    },
    "e1000_init_function_pointers_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569238784
    },
    "e1000_init_function_pointers_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569253984
    },
    "e1000_init_function_pointers_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569316688
    },
    "e1000_init_function_pointers_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569279696
    },
    "e1000_init_function_pointers_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374528
    },
    "e1000_init_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321520
    },
    "e1000_init_hw_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569205616
    },
    "e1000_init_hw_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569214880
    },
    "e1000_init_hw_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569219920
    },
    "e1000_init_hw_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569227328
    },
    "e1000_init_hw_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569231136
    },
    "e1000_init_hw_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569244064
    },
    "e1000_init_hw_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569267504
    },
    "e1000_init_hw_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569323024
    },
    "e1000_init_hw_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569316960
    },
    "e1000_init_hw_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569290608
    },
    "e1000_init_hw_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569375712
    },
    "e1000_init_mac_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569325424
    },
    "e1000_init_mac_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569320288
    },
    "e1000_init_mac_params_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569203616
    },
    "e1000_init_mac_params_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569213152
    },
    "e1000_init_mac_params_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569217616
    },
    "e1000_init_mac_params_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569226096
    },
    "e1000_init_mac_params_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569229136
    },
    "e1000_init_mac_params_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569238832
    },
    "e1000_init_mac_params_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569254032
    },
    "e1000_init_mac_params_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569279760
    },
    "e1000_init_mac_params_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374576
    },
    "e1000_init_mbx_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569377424
    },
    "e1000_init_mbx_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569320384
    },
    "e1000_init_mbx_params_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569378768
    },
    "e1000_init_mbx_params_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569377552
    },
    "e1000_init_nvm_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569345520
    },
    "e1000_init_nvm_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569320320
    },
    "e1000_init_nvm_params_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569203984
    },
    "e1000_init_nvm_params_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569213488
    },
    "e1000_init_nvm_params_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569217840
    },
    "e1000_init_nvm_params_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569226288
    },
    "e1000_init_nvm_params_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569229424
    },
    "e1000_init_nvm_params_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569239552
    },
    "e1000_init_nvm_params_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569251632
    },
    "e1000_init_nvm_params_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569316720
    },
    "e1000_init_nvm_params_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569280144
    },
    "e1000_init_nvm_params_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374720
    },
    "e1000_init_phy_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354576
    },
    "e1000_init_phy_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569320352
    },
    "e1000_init_phy_params_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569204288
    },
    "e1000_init_phy_params_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569213760
    },
    "e1000_init_phy_params_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569218368
    },
    "e1000_init_phy_params_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569226384
    },
    "e1000_init_phy_params_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569229520
    },
    "e1000_init_phy_params_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569239984
    },
    "e1000_init_phy_params_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569255856
    },
    "e1000_init_phy_params_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569280544
    },
    "e1000_init_phy_params_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569281216
    },
    "e1000_init_phy_params_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374768
    },
    "e1000_init_phy_workarounds_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569287744
    },
    "e1000_init_rx_addrs_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569327344
    },
    "e1000_init_script_state_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569218576
    },
    "e1000_initialize_M88E1512_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569258848
    },
    "e1000_initialize_M88E1543_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569259392
    },
    "e1000_is_mphy_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569373232
    },
    "e1000_k1_gig_workaround_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569303968
    },
    "e1000_k1_workaround_lv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569304480
    },
    "e1000_led_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321776
    },
    "e1000_led_off_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569228576
    },
    "e1000_led_off_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569234640
    },
    "e1000_led_off_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569336976
    },
    "e1000_led_off_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569297808
    },
    "e1000_led_off_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569299952
    },
    "e1000_led_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321744
    },
    "e1000_led_on_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569228512
    },
    "e1000_led_on_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569234448
    },
    "e1000_led_on_82574": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569248160
    },
    "e1000_led_on_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569336752
    },
    "e1000_led_on_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569297680
    },
    "e1000_led_on_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569299728
    },
    "e1000_link_stall_workaround_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371584
    },
    "e1000_load_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569344048
    },
    "e1000_lower_eec_clk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569346944
    },
    "e1000_lower_i2c_clk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569265344
    },
    "e1000_lower_mdi_clk_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569238544
    },
    "e1000_lv_jumbo_workaround_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569283216
    },
    "e1000_m88_cable_length_table": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584767160
    },
    "e1000_mac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_manage.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_mbx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_mng_enable_host_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322016
    },
    "e1000_mng_enable_host_if_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569340672
    },
    "e1000_mng_host_if_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321984
    },
    "e1000_mng_host_if_write_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569341872
    },
    "e1000_mng_write_cmd_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322000
    },
    "e1000_mng_write_cmd_header_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569341568
    },
    "e1000_mng_write_dhcp_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321472
    },
    "e1000_mng_write_dhcp_info_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569342704
    },
    "e1000_null_led_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569345936
    },
    "e1000_null_link_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569325984
    },
    "e1000_null_lplu_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354912
    },
    "e1000_null_mac_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569325968
    },
    "e1000_null_mbx_check_for_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569377536
    },
    "e1000_null_mbx_transact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569377520
    },
    "e1000_null_mng_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326016
    },
    "e1000_null_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569345648
    },
    "e1000_null_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569325664
    },
    "e1000_null_phy_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354896
    },
    "e1000_null_rar_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326496
    },
    "e1000_null_read_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569345632
    },
    "e1000_null_read_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354880
    },
    "e1000_null_set_obff_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326000
    },
    "e1000_null_set_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354864
    },
    "e1000_null_update_mc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326032
    },
    "e1000_null_write_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569345952
    },
    "e1000_null_write_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354928
    },
    "e1000_null_write_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326048
    },
    "e1000_nvm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_obtain_mbx_lock_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569380624
    },
    "e1000_obtain_mbx_lock_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569380304
    },
    "e1000_oem_bits_config_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569286784
    },
    "e1000_osdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_pci_clear_mwi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569381328
    },
    "e1000_pci_set_mwi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569381200
    },
    "e1000_pcix_mmrbc_workaround_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569328336
    },
    "e1000_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_phy_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322384
    },
    "e1000_phy_force_speed_duplex_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210960
    },
    "e1000_phy_force_speed_duplex_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569235888
    },
    "e1000_phy_force_speed_duplex_82577": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371952
    },
    "e1000_phy_force_speed_duplex_ife": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569363792
    },
    "e1000_phy_force_speed_duplex_igp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569362656
    },
    "e1000_phy_force_speed_duplex_m88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569363184
    },
    "e1000_phy_force_speed_duplex_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569362944
    },
    "e1000_phy_has_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569362048
    },
    "e1000_phy_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322352
    },
    "e1000_phy_hw_reset_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569225440
    },
    "e1000_phy_hw_reset_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569237200
    },
    "e1000_phy_hw_reset_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569367072
    },
    "e1000_phy_hw_reset_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569304272
    },
    "e1000_phy_hw_reset_sgmii_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569273808
    },
    "e1000_phy_init_script_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569222592
    },
    "e1000_phy_init_script_igp3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569367744
    },
    "e1000_phy_is_accessible_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569314048
    },
    "e1000_phy_reset_dsp_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569355456
    },
    "e1000_phy_setup_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569361232
    },
    "e1000_phy_sw_reset_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569366896
    },
    "e1000_polarity_reversal_workaround_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569236208
    },
    "e1000_poll_eerd_eewr_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569345968
    },
    "e1000_poll_fiber_serdes_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569334064
    },
    "e1000_pool_flash_update_done_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569316448
    },
    "e1000_post_phy_reset_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569302048
    },
    "e1000_power_down_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322800
    },
    "e1000_power_down_phy_copper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569370416
    },
    "e1000_power_down_phy_copper_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210592
    },
    "e1000_power_down_phy_copper_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569217456
    },
    "e1000_power_down_phy_copper_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569225936
    },
    "e1000_power_down_phy_copper_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569250928
    },
    "e1000_power_down_phy_copper_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569323312
    },
    "e1000_power_down_phy_copper_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569313872
    },
    "e1000_power_up_fiber_serdes_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322832
    },
    "e1000_power_up_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322736
    },
    "e1000_power_up_phy_copper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569370352
    },
    "e1000_power_up_serdes_link_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569269488
    },
    "e1000_promisc_set_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374992
    },
    "e1000_put_hw_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569339472
    },
    "e1000_put_hw_semaphore_82574": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569248928
    },
    "e1000_raise_eec_clk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569347168
    },
    "e1000_raise_i2c_clk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569265104
    },
    "e1000_raise_mdi_clk_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569238304
    },
    "e1000_rar_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321888
    },
    "e1000_rar_set_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569228384
    },
    "e1000_rar_set_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326064
    },
    "e1000_rar_set_pch2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569297936
    },
    "e1000_rar_set_pch_lpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569300176
    },
    "e1000_rar_set_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376448
    },
    "e1000_read_emi_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569258784
    },
    "e1000_read_emi_reg_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569275168
    },
    "e1000_read_flash_data_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569308672
    },
    "e1000_read_flash_dword_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569308240
    },
    "e1000_read_i2c_byte_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569261312
    },
    "e1000_read_i2c_byte_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354944
    },
    "e1000_read_invm_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569318912
    },
    "e1000_read_invm_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569315408
    },
    "e1000_read_kmrn_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322256
    },
    "e1000_read_kmrn_reg_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569209280
    },
    "e1000_read_kmrn_reg_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358688
    },
    "e1000_read_kmrn_reg_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569359088
    },
    "e1000_read_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322480
    },
    "e1000_read_mac_addr_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569207296
    },
    "e1000_read_mac_addr_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569216176
    },
    "e1000_read_mac_addr_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569220960
    },
    "e1000_read_mac_addr_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569228224
    },
    "e1000_read_mac_addr_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569234256
    },
    "e1000_read_mac_addr_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569246464
    },
    "e1000_read_mac_addr_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569270144
    },
    "e1000_read_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569353472
    },
    "e1000_read_mac_addr_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376592
    },
    "e1000_read_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376672
    },
    "e1000_read_mbx_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569378944
    },
    "e1000_read_mbx_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569377696
    },
    "e1000_read_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322656
    },
    "e1000_read_nvm_eerd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569350336
    },
    "e1000_read_nvm_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569306224
    },
    "e1000_read_nvm_microwire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569350112
    },
    "e1000_read_nvm_spi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569347536
    },
    "e1000_read_nvm_spt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569304960
    },
    "e1000_read_nvm_srrd_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569314640
    },
    "e1000_read_pba_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322528
    },
    "e1000_read_pba_length_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569352448
    },
    "e1000_read_pba_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322544
    },
    "e1000_read_pba_num_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569352624
    },
    "e1000_read_pba_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569352736
    },
    "e1000_read_pba_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322512
    },
    "e1000_read_pba_string_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569351808
    },
    "e1000_read_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569381088
    },
    "e1000_read_pcie_cap_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569381456
    },
    "e1000_read_phy_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322096
    },
    "e1000_read_phy_reg_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569236736
    },
    "e1000_read_phy_reg_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569274096
    },
    "e1000_read_phy_reg_bm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569369584
    },
    "e1000_read_phy_reg_bm2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569369792
    },
    "e1000_read_phy_reg_gg82563_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569211392
    },
    "e1000_read_phy_reg_gs40g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569372640
    },
    "e1000_read_phy_reg_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569370608
    },
    "e1000_read_phy_reg_hv_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569370992
    },
    "e1000_read_phy_reg_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569356496
    },
    "e1000_read_phy_reg_igp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358240
    },
    "e1000_read_phy_reg_igp_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358368
    },
    "e1000_read_phy_reg_m88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358016
    },
    "e1000_read_phy_reg_mdic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569355536
    },
    "e1000_read_phy_reg_mphy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569372752
    },
    "e1000_read_phy_reg_page_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371024
    },
    "e1000_read_phy_reg_sgmii_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569273904
    },
    "e1000_read_posted_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376864
    },
    "e1000_read_sfp_data_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569357184
    },
    "e1000_read_xmdio_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374064
    },
    "e1000_ready_nvm_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569347792
    },
    "e1000_release_nvm_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210528
    },
    "e1000_release_nvm_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569249152
    },
    "e1000_release_nvm_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569252352
    },
    "e1000_release_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569347392
    },
    "e1000_release_nvm_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569318816
    },
    "e1000_release_nvm_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569304944
    },
    "e1000_release_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322160
    },
    "e1000_release_phy_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210416
    },
    "e1000_release_phy_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322960
    },
    "e1000_release_swflag_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569304768
    },
    "e1000_release_swfw_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569340256
    },
    "e1000_release_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376656
    },
    "e1000_reload_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322624
    },
    "e1000_reload_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569345664
    },
    "e1000_reset_adaptive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321808
    },
    "e1000_reset_adaptive_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569337712
    },
    "e1000_reset_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321488
    },
    "e1000_reset_hw_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569204864
    },
    "e1000_reset_hw_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569213984
    },
    "e1000_reset_hw_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569218608
    },
    "e1000_reset_hw_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569226768
    },
    "e1000_reset_hw_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569230368
    },
    "e1000_reset_hw_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569242576
    },
    "e1000_reset_hw_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569266624
    },
    "e1000_reset_hw_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569265584
    },
    "e1000_reset_hw_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569289040
    },
    "e1000_reset_hw_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569375168
    },
    "e1000_reset_init_script_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569257824
    },
    "e1000_reset_mdicnfg_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569273152
    },
    "e1000_resume_workarounds_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569287408
    },
    "e1000_retry_write_flash_byte_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569311168
    },
    "e1000_retry_write_flash_dword_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569310432
    },
    "e1000_rlpml_set_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374912
    },
    "e1000_rx_fifo_flush_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569323360
    },
    "e1000_rxpbs_adjust_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569258752
    },
    "e1000_set_d0_lplu_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322416
    },
    "e1000_set_d0_lplu_state_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569250688
    },
    "e1000_set_d0_lplu_state_82574": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569251280
    },
    "e1000_set_d0_lplu_state_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569274256
    },
    "e1000_set_d0_lplu_state_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569274512
    },
    "e1000_set_d0_lplu_state_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569312784
    },
    "e1000_set_d3_lplu_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322448
    },
    "e1000_set_d3_lplu_state_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569225632
    },
    "e1000_set_d3_lplu_state_82574": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569251440
    },
    "e1000_set_d3_lplu_state_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569274704
    },
    "e1000_set_d3_lplu_state_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569364080
    },
    "e1000_set_d3_lplu_state_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569313312
    },
    "e1000_set_default_fc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569333024
    },
    "e1000_set_eee_i350": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569259856
    },
    "e1000_set_eee_i354": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569260368
    },
    "e1000_set_eee_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569275296
    },
    "e1000_set_fc_watermarks_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569333744
    },
    "e1000_set_i2c_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569260960
    },
    "e1000_set_i2c_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569264768
    },
    "e1000_set_kmrn_lock_loss_workaround_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569285120
    },
    "e1000_set_laa_state_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569241008
    },
    "e1000_set_lan_id_multi_port_pci": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326864
    },
    "e1000_set_lan_id_multi_port_pcie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569325680
    },
    "e1000_set_lan_id_single_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326976
    },
    "e1000_set_lplu_state_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569313936
    },
    "e1000_set_mac_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569320416
    },
    "e1000_set_master_slave_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569359664
    },
    "e1000_set_obff_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322032
    },
    "e1000_set_obff_timer_pch_lpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569301232
    },
    "e1000_set_page_igp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358208
    },
    "e1000_set_pcie_no_snoop_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569337184
    },
    "e1000_set_tbi_compatibility_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569230000
    },
    "e1000_setup_copper_link_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569204576
    },
    "e1000_setup_copper_link_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569215488
    },
    "e1000_setup_copper_link_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569220336
    },
    "e1000_setup_copper_link_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569231728
    },
    "e1000_setup_copper_link_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569242368
    },
    "e1000_setup_copper_link_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569267568
    },
    "e1000_setup_copper_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569361920
    },
    "e1000_setup_copper_link_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569292784
    },
    "e1000_setup_copper_link_pch_lpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569301072
    },
    "e1000_setup_fiber_link_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569232096
    },
    "e1000_setup_fiber_serdes_link_82540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569215840
    },
    "e1000_setup_fiber_serdes_link_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569241072
    },
    "e1000_setup_fiber_serdes_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569334352
    },
    "e1000_setup_init_funcs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569320960
    },
    "e1000_setup_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321616
    },
    "e1000_setup_led_82541": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569221120
    },
    "e1000_setup_led_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569336096
    },
    "e1000_setup_led_pchlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569299664
    },
    "e1000_setup_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321552
    },
    "e1000_setup_link_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569228000
    },
    "e1000_setup_link_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569231568
    },
    "e1000_setup_link_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569246112
    },
    "e1000_setup_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569333152
    },
    "e1000_setup_link_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569292528
    },
    "e1000_setup_link_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569375120
    },
    "e1000_setup_serdes_link_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569268176
    },
    "e1000_shift_in_eec_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569349856
    },
    "e1000_shift_out_eec_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569349344
    },
    "e1000_shift_out_mdi_bits_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569237888
    },
    "e1000_shutdown_fiber_serdes_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322864
    },
    "e1000_shutdown_serdes_link_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569269024
    },
    "e1000_standby_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569348416
    },
    "e1000_stop_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569346736
    },
    "e1000_suspend_workarounds_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569285840
    },
    "e1000_tbi_adjust_stats_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569230080
    },
    "e1000_tbi_sbp_enabled_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569230048
    },
    "e1000_toggle_lanphypc_pch_lpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569278688
    },
    "e1000_translate_register_82542": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569226416
    },
    "e1000_update_adaptive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321824
    },
    "e1000_update_adaptive_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569337824
    },
    "e1000_update_flash_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569316192
    },
    "e1000_update_mc_addr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321360
    },
    "e1000_update_mc_addr_list_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569327904
    },
    "e1000_update_mc_addr_list_pch2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569298816
    },
    "e1000_update_mc_addr_list_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376208
    },
    "e1000_update_nvm_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322592
    },
    "e1000_update_nvm_checksum_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569249184
    },
    "e1000_update_nvm_checksum_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569252672
    },
    "e1000_update_nvm_checksum_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569353824
    },
    "e1000_update_nvm_checksum_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569315968
    },
    "e1000_update_nvm_checksum_i350": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569253552
    },
    "e1000_update_nvm_checksum_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569306496
    },
    "e1000_update_nvm_checksum_spt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569305456
    },
    "e1000_valid_led_default_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569250256
    },
    "e1000_valid_led_default_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569252400
    },
    "e1000_valid_led_default_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569335504
    },
    "e1000_valid_led_default_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569318832
    },
    "e1000_valid_led_default_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569307392
    },
    "e1000_valid_nvm_bank_detect_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569307856
    },
    "e1000_validate_mdi_setting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321920
    },
    "e1000_validate_mdi_setting_crossover_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569338112
    },
    "e1000_validate_mdi_setting_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569326448
    },
    "e1000_validate_nvm_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322560
    },
    "e1000_validate_nvm_checksum_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569250096
    },
    "e1000_validate_nvm_checksum_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569252480
    },
    "e1000_validate_nvm_checksum_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569353712
    },
    "e1000_validate_nvm_checksum_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569315872
    },
    "e1000_validate_nvm_checksum_i350": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569253184
    },
    "e1000_validate_nvm_checksum_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569307456
    },
    "e1000_vf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000_vfta_set_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374816
    },
    "e1000_vmdq_set_anti_spoofing_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569258144
    },
    "e1000_vmdq_set_loopback_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569258320
    },
    "e1000_vmdq_set_replication_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569258592
    },
    "e1000_write_8bit_ctrl_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322720
    },
    "e1000_write_8bit_ctrl_reg_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569338128
    },
    "e1000_write_emi_reg_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569275232
    },
    "e1000_write_flash_byte_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569311376
    },
    "e1000_write_flash_data32_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569310640
    },
    "e1000_write_i2c_byte_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569264544
    },
    "e1000_write_i2c_byte_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569354960
    },
    "e1000_write_kmrn_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322272
    },
    "e1000_write_kmrn_reg_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569208976
    },
    "e1000_write_kmrn_reg_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569359104
    },
    "e1000_write_kmrn_reg_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569359440
    },
    "e1000_write_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569376720
    },
    "e1000_write_mbx_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569379232
    },
    "e1000_write_mbx_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569377952
    },
    "e1000_write_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322688
    },
    "e1000_write_nvm_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210576
    },
    "e1000_write_nvm_82571": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569250352
    },
    "e1000_write_nvm_ich8lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569307616
    },
    "e1000_write_nvm_microwire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569351232
    },
    "e1000_write_nvm_spi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569350656
    },
    "e1000_write_nvm_srwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569314992
    },
    "e1000_write_nvm_srwr_i210": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569314816
    },
    "e1000_write_pba_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569353280
    },
    "e1000_write_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569380960
    },
    "e1000_write_pcie_cap_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569381664
    },
    "e1000_write_phy_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569322128
    },
    "e1000_write_phy_reg_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569237776
    },
    "e1000_write_phy_reg_82580": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569274176
    },
    "e1000_write_phy_reg_bm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569368960
    },
    "e1000_write_phy_reg_bm2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569369952
    },
    "e1000_write_phy_reg_gg82563_80003es2lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569211936
    },
    "e1000_write_phy_reg_gs40g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569372528
    },
    "e1000_write_phy_reg_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371056
    },
    "e1000_write_phy_reg_hv_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371520
    },
    "e1000_write_phy_reg_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569356848
    },
    "e1000_write_phy_reg_igp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358464
    },
    "e1000_write_phy_reg_igp_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358592
    },
    "e1000_write_phy_reg_m88": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569358112
    },
    "e1000_write_phy_reg_mdic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569356016
    },
    "e1000_write_phy_reg_mphy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569373568
    },
    "e1000_write_phy_reg_page_hv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569371552
    },
    "e1000_write_phy_reg_sgmii_82575": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569274000
    },
    "e1000_write_posted_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569377152
    },
    "e1000_write_sfp_data_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569357536
    },
    "e1000_write_smbus_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569287200
    },
    "e1000_write_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569321328
    },
    "e1000_write_vfta_82543": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569233872
    },
    "e1000_write_vfta_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569327184
    },
    "e1000_write_vfta_i350": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569260752
    },
    "e1000_write_xmdio_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569374224
    },
    "e1000phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "e1000phy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570282928
    },
    "e1000phy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608508896
    },
    "e1000phy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584854160
    },
    "e1000phy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584853696
    },
    "e1000phy_mii_phy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570287760
    },
    "e1000phy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608508848
    },
    "e1000phy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608508824
    },
    "e1000phy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608508784
    },
    "e1000phy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570282896
    },
    "e1000phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570285264
    },
    "e1000phy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570283488
    },
    "e1000phy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570284544
    },
    "e1000phys": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584853776
    },
    "e1394a": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "e1_iro_arr": {
      "type": {
        "count": 385,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iro"
        }
      },
      "address": 18446744071585508416
    },
    "e1h_iro_arr": {
      "type": {
        "count": 385,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iro"
        }
      },
      "address": 18446744071585513040
    },
    "e1hov_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "e2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_part_entry"
        }
      },
      "address": 0
    },
    "e2_iro_arr": {
      "type": {
        "count": 385,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iro"
        }
      },
      "address": 18446744071585517664
    },
    "eSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "e_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "e_d": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "e_eflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "e_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "e_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "e_hlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "e_is_minus_1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "e_prot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "e_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "e_t": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ertt"
        }
      },
      "address": 0
    },
    "ea": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_eth_addr_db"
        }
      },
      "address": 0
    },
    "ea_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ea_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ea_max_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ea_temp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ea_val": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "each_dumpable_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575072336
    },
    "eaddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "eaddr_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "eaddr_str": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "eae": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "eaend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "extattr"
        }
      },
      "address": 0
    },
    "ealen": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ealength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ealgo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_xform"
        }
      },
      "address": 0
    },
    "eap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "extattr"
        }
      },
      "address": 0
    },
    "eapad1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eapad2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eapnext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "extattr"
        }
      },
      "address": 0
    },
    "eargs": {
      "type": {
        "kind": "struct",
        "name": "image_args"
      },
      "address": 0
    },
    "early": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "early_ext": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "early_hw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568732448
    },
    "early_newstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "early_pullups": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "early_ucode_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613454000
    },
    "easize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ebap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "ebp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "ebr_alias_match": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "g_part_ebr_alias"
        }
      },
      "address": 18446744071585152240
    },
    "ebr_parse_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574823856
    },
    "ec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ec_burst_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618784
    },
    "ec_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608330960
    },
    "ec_polled_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618788
    },
    "ec_scroffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610827444
    },
    "ec_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ec_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618752
    },
    "ec_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608330800
    },
    "ec_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608330208
    },
    "ec_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608330232
    },
    "ec_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608330824
    },
    "ecap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ecaphi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ecc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ecdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_ECDT"
        }
      },
      "address": 0
    },
    "ecfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "echan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "echo": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ecn": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ecn0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ecntxt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ch_cntxt"
        }
      },
      "address": 0
    },
    "ecode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_6e021cdbe419c63d"
      },
      "address": 0
    },
    "ecomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_endpoint_ss_comp_descriptor"
        }
      },
      "address": 0
    },
    "ecookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "encaptab"
        }
      },
      "address": 18446744071613132768
    },
    "ecore_blocks_parity_data": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_05e001d509e0e9f1"
        }
      },
      "address": 18446744071585522288
    },
    "ecore_check_mac_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711712
    },
    "ecore_check_mac_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711520
    },
    "ecore_check_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580715920
    },
    "ecore_check_move_always_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711920
    },
    "ecore_check_vlan_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717728
    },
    "ecore_check_vlan_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717616
    },
    "ecore_check_vlan_mac_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580719552
    },
    "ecore_check_vlan_mac_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580719344
    },
    "ecore_check_vxlan_fltr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580721472
    },
    "ecore_check_vxlan_fltr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580721328
    },
    "ecore_clear_blocks_parity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580535888
    },
    "ecore_complete_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580746272
    },
    "ecore_config_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580723968
    },
    "ecore_config_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580734960
    },
    "ecore_config_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580721712
    },
    "ecore_config_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580708592
    },
    "ecore_credit_pool_always_TRUE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580733600
    },
    "ecore_credit_pool_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580732880
    },
    "ecore_credit_pool_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580732992
    },
    "ecore_credit_pool_get_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580733120
    },
    "ecore_credit_pool_get_entry_always_TRUE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580733632
    },
    "ecore_credit_pool_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580732896
    },
    "ecore_credit_pool_put_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580733072
    },
    "ecore_credit_pool_put_entry_always_TRUE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580733616
    },
    "ecore_disable_blocks_parity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580535376
    },
    "ecore_empty_rx_mode_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580721856
    },
    "ecore_enable_blocks_parity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580536400
    },
    "ecore_exe_queue_step": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580744032
    },
    "ecore_execute_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580713936
    },
    "ecore_exeq_get_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580715168
    },
    "ecore_exeq_get_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717840
    },
    "ecore_exeq_get_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580719776
    },
    "ecore_exeq_get_vxlan_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580721616
    },
    "ecore_func_chk_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580742144
    },
    "ecore_func_comp_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580742640
    },
    "ecore_func_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580739616
    },
    "ecore_func_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580739904
    },
    "ecore_func_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580742928
    },
    "ecore_func_state_change_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580743712
    },
    "ecore_func_wait_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580742656
    },
    "ecore_get_cam_offset_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711056
    },
    "ecore_get_cam_offset_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717120
    },
    "ecore_get_credit_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580710944
    },
    "ecore_get_credit_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717008
    },
    "ecore_get_credit_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580718832
    },
    "ecore_get_n_elements": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580716000
    },
    "ecore_get_q_logical_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580739584
    },
    "ecore_get_rss_ind_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580734928
    },
    "ecore_ilt_client_init_op_ilt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580653072
    },
    "ecore_ilt_client_mem_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580612848
    },
    "ecore_init_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580651680
    },
    "ecore_init_credit_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580732656
    },
    "ecore_init_e1_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580844224
    },
    "ecore_init_e1h_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580844352
    },
    "ecore_init_e2_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580844480
    },
    "ecore_init_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580653584
    },
    "ecore_init_func_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580739648
    },
    "ecore_init_mac_credit_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580733648
    },
    "ecore_init_mac_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580710224
    },
    "ecore_init_mcast_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580724336
    },
    "ecore_init_queue_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580736432
    },
    "ecore_init_rss_config_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580735152
    },
    "ecore_init_rx_mode_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580721792
    },
    "ecore_init_vlan_credit_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580734432
    },
    "ecore_init_vlan_mac_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717936
    },
    "ecore_init_vlan_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580716352
    },
    "ecore_init_vxlan_fltr_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580720288
    },
    "ecore_mcast_check_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580727312
    },
    "ecore_mcast_check_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580724976
    },
    "ecore_mcast_clear_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580725040
    },
    "ecore_mcast_enqueue_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580726560
    },
    "ecore_mcast_get_registry_size_aprox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580729616
    },
    "ecore_mcast_get_registry_size_exact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580728272
    },
    "ecore_mcast_handle_current_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580747168
    },
    "ecore_mcast_handle_restore_cmd_e1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580727072
    },
    "ecore_mcast_handle_restore_cmd_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580731104
    },
    "ecore_mcast_revert_e1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580728224
    },
    "ecore_mcast_revert_e1h": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580729600
    },
    "ecore_mcast_revert_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580732608
    },
    "ecore_mcast_set_one_rule_e1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580727680
    },
    "ecore_mcast_set_one_rule_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580731536
    },
    "ecore_mcast_set_registry_size_aprox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580729632
    },
    "ecore_mcast_set_registry_size_exact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580728288
    },
    "ecore_mcast_set_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580725008
    },
    "ecore_mcast_setup_e1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580725072
    },
    "ecore_mcast_setup_e1h": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580728304
    },
    "ecore_mcast_setup_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580729648
    },
    "ecore_mcast_validate_e1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580727808
    },
    "ecore_mcast_validate_e1h": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580729568
    },
    "ecore_mcast_validate_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580732400
    },
    "ecore_mcast_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580727360
    },
    "ecore_optimize_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580713280
    },
    "ecore_put_cam_offset_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711136
    },
    "ecore_put_cam_offset_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717200
    },
    "ecore_put_credit_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711024
    },
    "ecore_put_credit_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717088
    },
    "ecore_put_credit_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580718912
    },
    "ecore_q_fill_init_general_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580749888
    },
    "ecore_q_fill_init_tx_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580750160
    },
    "ecore_q_fill_setup_data_cmn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580749440
    },
    "ecore_q_send_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580750384
    },
    "ecore_qm_set_ptr_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580656784
    },
    "ecore_queue_chk_fwd_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580737520
    },
    "ecore_queue_chk_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580737872
    },
    "ecore_queue_comp_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580738752
    },
    "ecore_queue_send_cmd_cmn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580747776
    },
    "ecore_queue_send_cmd_e1x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580736800
    },
    "ecore_queue_send_cmd_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580737120
    },
    "ecore_queue_set_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580739536
    },
    "ecore_queue_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580736000
    },
    "ecore_queue_wait_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580739264
    },
    "ecore_raw_check_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580746800
    },
    "ecore_raw_clear_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580746832
    },
    "ecore_raw_set_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580746864
    },
    "ecore_raw_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580746896
    },
    "ecore_remove_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580713184
    },
    "ecore_set_mac_in_nig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580708256
    },
    "ecore_set_one_mac_e1x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711168
    },
    "ecore_set_one_mac_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580715264
    },
    "ecore_set_one_vlan_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580717232
    },
    "ecore_set_one_vlan_mac_e1h": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580718992
    },
    "ecore_set_one_vlan_mac_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580719872
    },
    "ecore_set_one_vxlan_fltr_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580720944
    },
    "ecore_set_rx_mode_e1x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580721872
    },
    "ecore_set_rx_mode_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580722592
    },
    "ecore_setup_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580735264
    },
    "ecore_sp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ecore_storm_memset_struct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580531088
    },
    "ecore_validate_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580711936
    },
    "ecore_vlan_mac_del_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580745104
    },
    "ecore_vlan_mac_h_read_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580707664
    },
    "ecore_vlan_mac_h_read_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580707872
    },
    "ecore_vlan_mac_h_write_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580707216
    },
    "ecore_vlan_mac_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580746160
    },
    "ecore_wait_rx_mode_comp_e2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580722320
    },
    "ecore_wait_vlan_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580746688
    },
    "ecore_write_big_buf_wb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580656416
    },
    "ecr": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "ecr_sav": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "ect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_endpoint_descriptor"
        }
      },
      "address": 0
    },
    "ed25519_ref10.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ed_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ed_headp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ed_int": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ohci_ed_t"
        }
      },
      "address": 0
    },
    "ed_isc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ohci_ed_t"
        }
      },
      "address": 0
    },
    "ed_tailp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ed_x": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ohci_ed_t"
        }
      },
      "address": 0
    },
    "ed_y": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ohci_ed_t"
        }
      },
      "address": 0
    },
    "edata": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "edc0_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "edc1_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "edc_bist_cmd_addr_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "edc_bist_cmd_data_pattern": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "edc_bist_cmd_len_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "edc_bist_cmd_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "edc_bist_status_rdata_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "edc_ecc_err_addr_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "edc_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "edc_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "edesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_endpoint_descriptor"
        }
      },
      "address": 0
    },
    "edgetrigger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "edir": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "edma": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "edp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "direct"
        }
      },
      "address": 0
    },
    "edram_ptr_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ee": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eePower": {
      "type": {
        "kind": "struct",
        "name": "EEPROM_POWER_5112"
      },
      "address": 0
    },
    "ee_ctrl_2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ee_ctrl_4": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eecd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eecp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eedp_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eee_advert": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eee_bcm_phy": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "eee_capability": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eee_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "eee_idle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eee_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "eee_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eee_mrvl_phy": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "eee_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "eee_setting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608456508
    },
    "eee_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eee_su": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eeer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "msf_lba"
        }
      },
      "address": 0
    },
    "eep": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eepMax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eep_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "eep_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "eeprom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_sfp_eeprom"
        }
      },
      "address": 0
    },
    "eepromPcdacs": {
      "type": {
        "kind": "struct",
        "name": "PCDACS_EEPROM"
      },
      "address": 0
    },
    "eeprom_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "eeprom_cfg_blkh": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_cfg_blkl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_data": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "eeprom_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_eeprom_header"
        }
      },
      "address": 0
    },
    "eeprom_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_eeprom_get"
        }
      },
      "address": 0
    },
    "eeprom_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_option": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_eeprom_option"
        }
      },
      "address": 0
    },
    "eeprom_present": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eeprom_ptrs": {
      "type": {
        "count": 66,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "eeprom_regions_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_verh": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_verl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprom_version": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeprotect": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eerd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eetrack_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eetrack_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeval": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eeversion": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eewr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ef": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "elf_file"
        }
      },
      "address": 0
    },
    "efbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "export_fd_buf"
        }
      },
      "address": 0
    },
    "efd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventfd"
        }
      },
      "address": 0
    },
    "eff": {
      "type": {
        "kind": "struct",
        "name": "elf_file"
      },
      "address": 0
    },
    "eff_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "effective_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "effmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "effpct": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "efi_1t1_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613454304
    },
    "efi_arch_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581374912
    },
    "efi_arch_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375056
    },
    "efi_boot": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613474960
    },
    "efi_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569150032
    },
    "efi_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608453216
    },
    "efi_cfgtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_cfgtbl"
        }
      },
      "address": 18446744071610759776
    },
    "efi_create_1t1_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581373296
    },
    "efi_destroy_1t1_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581373104
    },
    "efi_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569149536
    },
    "efi_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569149872
    },
    "efi_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610759792
    },
    "efi_map_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581424240
    },
    "efi_ops": {
      "type": {
        "kind": "struct",
        "name": "efi_ops"
      },
      "address": 18446744071584745176
    },
    "efi_phys_to_kva": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581373264
    },
    "efi_pml4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613454280
    },
    "efi_pml5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613454288
    },
    "efi_pmltop_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 18446744071613454296
    },
    "efi_poweroff": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608453856
    },
    "efi_rt_arch_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375328
    },
    "efi_rt_arch_call_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375532
    },
    "efi_rt_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375584
    },
    "efi_rt_handle_faults": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608453860
    },
    "efi_rt_panic_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375625
    },
    "efi_runtime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_rt"
        }
      },
      "address": 18446744071610759768
    },
    "efi_shutdown_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569151120
    },
    "efi_shutdown_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610759824
    },
    "efi_smbios": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 0
    },
    "efi_status2err": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584745072
    },
    "efi_status_to_errno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569145952
    },
    "efi_systbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_systbl"
        }
      },
      "address": 18446744071610759784
    },
    "efi_systbl_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613479264
    },
    "efi_time_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375184
    },
    "efidev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610759760
    },
    "efidev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "efidev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569144896
    },
    "efidev_moddata": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608453192
    },
    "efidev_modevents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569144720
    },
    "efidevmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608453104
    },
    "efifb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_fb"
        }
      },
      "address": 0
    },
    "efifb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "efihdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_map_header"
        }
      },
      "address": 0
    },
    "efir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "efirt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "efirt_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "efirt_moddata": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608453880
    },
    "efirt_modevents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569150304
    },
    "efirtc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "efirtc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569151456
    },
    "efirtc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569151664
    },
    "efirtc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608454120
    },
    "efirtc_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569151680
    },
    "efirtc_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569151168
    },
    "efirtc_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584745328
    },
    "efirtc_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608454072
    },
    "efirtc_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608454048
    },
    "efirtc_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608453960
    },
    "efirtc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569151328
    },
    "efirtc_resadj": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "efirtc_resadj.1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610759832
    },
    "efirtc_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569151824
    },
    "efirtc_zeroes_subseconds": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610759840
    },
    "efirtmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608453808
    },
    "efisize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "efisz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "eflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "efr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "efrm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "eg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry_generic_vimage"
        }
      },
      "address": 0
    },
    "ega_driver": {
      "type": {
        "kind": "struct",
        "name": "video_driver"
      },
      "address": 18446744071610095584
    },
    "ega_modes": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587072480
    },
    "egid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "egr_bot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "egr_step": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "egtioc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_get_table_ioc"
        }
      },
      "address": 0
    },
    "eh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ether_vlan_header"
        }
      },
      "address": 0
    },
    "eh1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ether_header"
        }
      },
      "address": 0
    },
    "eh2": {
      "type": {
        "kind": "struct",
        "name": "ether_header"
      },
      "address": 0
    },
    "eh_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ehci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ehci_bus_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_bus_methods"
      },
      "address": 18446744071585043552
    },
    "ehci_check_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572859520
    },
    "ehci_confd": {
      "type": {
        "kind": "struct",
        "name": "ehci_config_desc"
      },
      "address": 18446744071585043956
    },
    "ehci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572857808
    },
    "ehci_devd": {
      "type": {
        "kind": "struct",
        "name": "usb_device_descriptor"
      },
      "address": 18446744071585043928
    },
    "ehci_device_bulk_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572862528
    },
    "ehci_device_bulk_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572862544
    },
    "ehci_device_bulk_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585043808
    },
    "ehci_device_bulk_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572862512
    },
    "ehci_device_bulk_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572862560
    },
    "ehci_device_ctrl_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572864800
    },
    "ehci_device_ctrl_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572864816
    },
    "ehci_device_ctrl_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585043848
    },
    "ehci_device_ctrl_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572864784
    },
    "ehci_device_ctrl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572864832
    },
    "ehci_device_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572860096
    },
    "ehci_device_intr_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572865136
    },
    "ehci_device_intr_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572865200
    },
    "ehci_device_intr_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585043888
    },
    "ehci_device_intr_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572864944
    },
    "ehci_device_intr_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572865216
    },
    "ehci_device_isoc_fs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572861520
    },
    "ehci_device_isoc_fs_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572861536
    },
    "ehci_device_isoc_fs_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585043728
    },
    "ehci_device_isoc_fs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572861312
    },
    "ehci_device_isoc_fs_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572862384
    },
    "ehci_device_isoc_hs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572865728
    },
    "ehci_device_isoc_hs_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572865776
    },
    "ehci_device_isoc_hs_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585043768
    },
    "ehci_device_isoc_hs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572865344
    },
    "ehci_device_isoc_hs_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572866784
    },
    "ehci_device_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572871888
    },
    "ehci_device_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572871248
    },
    "ehci_disown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572872928
    },
    "ehci_do_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572857616
    },
    "ehci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609402576
    },
    "ehci_ep_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572869776
    },
    "ehci_get_dma_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572871232
    },
    "ehci_get_port_speed_hostc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572859440
    },
    "ehci_get_port_speed_portsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572859360
    },
    "ehci_hcreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572856784
    },
    "ehci_hubd": {
      "type": {
        "kind": "struct",
        "name": "usb_hub_descriptor"
      },
      "address": 18446744071585043981
    },
    "ehci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572855008
    },
    "ehci_init_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572857152
    },
    "ehci_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572858160
    },
    "ehci_iterate_hw_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572854496
    },
    "ehci_non_isoc_done_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572866864
    },
    "ehci_odevd": {
      "type": {
        "kind": "struct",
        "name": "usb_device_qualifier"
      },
      "address": 18446744071585043946
    },
    "ehci_pcd_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572858992
    },
    "ehci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ehci_pci_ati_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572878096
    },
    "ehci_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572873216
    },
    "ehci_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572875008
    },
    "ehci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609402528
    },
    "ehci_pci_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572875872
    },
    "ehci_pci_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585044320
    },
    "ehci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609402504
    },
    "ehci_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572873152
    },
    "ehci_pci_take_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572875312
    },
    "ehci_pci_via_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572878432
    },
    "ehci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609402440
    },
    "ehci_poll_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572859280
    },
    "ehci_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572854800
    },
    "ehci_roothub_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572867200
    },
    "ehci_set_hw_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572872480
    },
    "ehci_set_hw_power_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572872736
    },
    "ehci_setup_standard_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572862752
    },
    "ehci_setup_standard_chain_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572863968
    },
    "ehci_start_dma_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572872816
    },
    "ehci_start_dma_delay_second": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572873040
    },
    "ehci_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572862496
    },
    "ehci_xfer_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572869936
    },
    "ehci_xfer_unsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572871216
    },
    "ehdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Ehdr"
        }
      },
      "address": 0
    },
    "ehdrlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ehfc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ehlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ei": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ei_engaged": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "eia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_ifaddr"
        }
      },
      "address": 0
    },
    "eicr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eicr_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eifs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eio": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "etherip_header"
        }
      },
      "address": 0
    },
    "eip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_hdr"
        }
      },
      "address": 0
    },
    "eip_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_addlstatus_eip_hdr"
        }
      },
      "address": 0
    },
    "eisa_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eject_pkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_eject_response"
        }
      },
      "address": 0
    },
    "ek": {
      "type": {
        "count": 60,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ekey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "el": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_vxlan_db_el"
        }
      },
      "address": 0
    },
    "el4": {
      "type": {
        "kind": "struct",
        "name": "isp_pnhle_24xx_t"
      },
      "address": 0
    },
    "el_info_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "elanhw": {
      "type": {
        "kind": "struct",
        "name": "elantechhw_t"
      },
      "address": 0
    },
    "elantech_absinfo": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 0
    },
    "elantech_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580472400
    },
    "elantech_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580472592
    },
    "elantech_init_synaptics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580473008
    },
    "elantech_support": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091916
    },
    "elantech_write_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580473536
    },
    "elapsed": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "eld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ele": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_get_sw_cfg_resp_elem"
        }
      },
      "address": 0
    },
    "elem": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "elem_cfgd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "elem_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_ABSTRACT_ELEMENT_LIST_T"
        }
      },
      "address": 0
    },
    "elem_sent": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "elem_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "elem_type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_8fbc2c1d1dc66ea5"
      },
      "address": 0
    },
    "element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_FAST_LIST_ELEMENT_T"
        }
      },
      "address": 0
    },
    "elementType": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "element_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "element_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "element_type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_type_t"
        }
      },
      "address": 0
    },
    "elements": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "elems": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "elen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "elf32_allow_wx": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609618628
    },
    "elf32_aslr_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529796
    },
    "elf32_aslr_honor_sbrk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529804
    },
    "elf32_aslr_shared_page": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529808
    },
    "elf32_aslr_stack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609618624
    },
    "elf32_brand_inuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575069712
    },
    "elf32_check_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575084304
    },
    "elf32_coredump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575070752
    },
    "elf32_dump_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582337792
    },
    "elf32_enforce_limits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575085728
    },
    "elf32_execsw": {
      "type": {
        "kind": "struct",
        "name": "execsw"
      },
      "address": 18446744071609618672
    },
    "elf32_fallback_brand": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616744
    },
    "elf32_freebsd_brandnote": {
      "type": {
        "kind": "struct",
        "name": "Elf_Brandnote"
      },
      "address": 18446744071609618328
    },
    "elf32_freebsd_copyout_auxargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575069792
    },
    "elf32_freebsd_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575070688
    },
    "elf32_freebsd_trans_osrel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575069248
    },
    "elf32_get_fpregset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079824
    },
    "elf32_get_lwpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079984
    },
    "elf32_get_prstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079648
    },
    "elf32_get_thrmisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079904
    },
    "elf32_insert_brand_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575069344
    },
    "elf32_kfreebsd_brandnote": {
      "type": {
        "kind": "struct",
        "name": "Elf_Brandnote"
      },
      "address": 18446744071609618368
    },
    "elf32_load_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575088112
    },
    "elf32_load_interp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575086288
    },
    "elf32_load_sections": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575084880
    },
    "elf32_map_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575087136
    },
    "elf32_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609618648
    },
    "elf32_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575080272
    },
    "elf32_note_procstat_auxv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575078176
    },
    "elf32_note_procstat_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575076304
    },
    "elf32_note_procstat_psstrings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575078064
    },
    "elf32_note_prpsinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575075296
    },
    "elf32_note_threadmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575076160
    },
    "elf32_nxstack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616976
    },
    "elf32_parse_notes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575086448
    },
    "elf32_pie_aslr_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529800
    },
    "elf32_pie_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609618616
    },
    "elf32_populate_note": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079424
    },
    "elf32_prepare_notes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575072704
    },
    "elf32_puthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575078944
    },
    "elf32_register_note": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575075088
    },
    "elf32_regset_fpregset": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609618448
    },
    "elf32_regset_lwpinfo": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609618512
    },
    "elf32_regset_prstatus": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609618416
    },
    "elf32_regset_thrmisc": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609618480
    },
    "elf32_remove_brand_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575069536
    },
    "elf32_set_fpregset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079872
    },
    "elf32_set_prstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079792
    },
    "elf32_sigfastblock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609618408
    },
    "elf32_size_segments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575072240
    },
    "elf32_vdso": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609618412
    },
    "elf32module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609618592
    },
    "elf64_allow_wx": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609616560
    },
    "elf64_aslr_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616544
    },
    "elf64_aslr_honor_sbrk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529700
    },
    "elf64_aslr_shared_page": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616556
    },
    "elf64_aslr_stack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616552
    },
    "elf64_brand_inuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575050048
    },
    "elf64_check_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575064800
    },
    "elf64_coredump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575051184
    },
    "elf64_dump_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375728
    },
    "elf64_enforce_limits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575066192
    },
    "elf64_execsw": {
      "type": {
        "kind": "struct",
        "name": "execsw"
      },
      "address": 18446744071609616600
    },
    "elf64_fallback_brand": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609614776
    },
    "elf64_freebsd_brandnote": {
      "type": {
        "kind": "struct",
        "name": "Elf_Brandnote"
      },
      "address": 18446744071609616248
    },
    "elf64_freebsd_copyout_auxargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575050128
    },
    "elf64_freebsd_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575051120
    },
    "elf64_freebsd_sysvec_la48": {
      "type": {
        "kind": "struct",
        "name": "sysentvec"
      },
      "address": 18446744071610173160
    },
    "elf64_freebsd_sysvec_la57": {
      "type": {
        "kind": "struct",
        "name": "sysentvec"
      },
      "address": 18446744071610173552
    },
    "elf64_freebsd_trans_osrel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049584
    },
    "elf64_get_fpregset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060352
    },
    "elf64_get_lwpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060512
    },
    "elf64_get_prstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060176
    },
    "elf64_get_thrmisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060432
    },
    "elf64_insert_brand_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049680
    },
    "elf64_kfreebsd_brandnote": {
      "type": {
        "kind": "struct",
        "name": "Elf_Brandnote"
      },
      "address": 18446744071609616288
    },
    "elf64_load_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575068592
    },
    "elf64_load_interp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575066752
    },
    "elf64_load_sections": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575065376
    },
    "elf64_map_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575067616
    },
    "elf64_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609616576
    },
    "elf64_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060800
    },
    "elf64_note_procstat_auxv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575058640
    },
    "elf64_note_procstat_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575056768
    },
    "elf64_note_procstat_psstrings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575058528
    },
    "elf64_note_prpsinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575055744
    },
    "elf64_note_threadmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575056624
    },
    "elf64_nxstack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609615008
    },
    "elf64_parse_notes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575066912
    },
    "elf64_pie_aslr_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616548
    },
    "elf64_pie_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609616536
    },
    "elf64_populate_note": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575059952
    },
    "elf64_prepare_notes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575053168
    },
    "elf64_puthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575059408
    },
    "elf64_register_note": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575055536
    },
    "elf64_regset_fpregset": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609616368
    },
    "elf64_regset_lwpinfo": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609616432
    },
    "elf64_regset_prstatus": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609616336
    },
    "elf64_regset_thrmisc": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071609616400
    },
    "elf64_remove_brand_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049872
    },
    "elf64_set_fpregset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060400
    },
    "elf64_set_prstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060320
    },
    "elf64_sigfastblock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616328
    },
    "elf64_size_segments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575052704
    },
    "elf64_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610173968
    },
    "elf64_sysvec_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610173944
    },
    "elf64_vdso": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609616332
    },
    "elf64module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609616512
    },
    "elf_auxargs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf32_Auxargs"
        }
      },
      "address": 0
    },
    "elf_brand_list": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "Elf32_Brandinfo"
          }
        }
      },
      "address": 18446744071612529728
    },
    "elf_cpu_load_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376368
    },
    "elf_cpu_parse_dynamic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376400
    },
    "elf_cpu_unload_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376384
    },
    "elf_get_sym": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575773024
    },
    "elf_get_symname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575773072
    },
    "elf_ia32_sysvec_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610216384
    },
    "elf_is_ifunc_reloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375872
    },
    "elf_legacy_coredump": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529792
    },
    "elf_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575785776
    },
    "elf_lookup_ifunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575774640
    },
    "elf_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "elf_obj_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582327104
    },
    "elf_reloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375888
    },
    "elf_reloc_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581375904
    },
    "elf_reloc_late": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376336
    },
    "elf_reloc_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376320
    },
    "elf_relocaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575772944
    },
    "eli": {
      "type": {
        "kind": "struct",
        "name": "mrsas_evt_log_info"
      },
      "address": 0
    },
    "eli_metadata_encode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574669296
    },
    "eligible_cpus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "elink_54618se_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580838512
    },
    "elink_54618se_config_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580841056
    },
    "elink_54618se_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580840960
    },
    "elink_54618se_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580840224
    },
    "elink_54618se_specific_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580841536
    },
    "elink_5461x_set_link_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580841344
    },
    "elink_7101_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580841952
    },
    "elink_7101_config_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580842848
    },
    "elink_7101_format_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580842896
    },
    "elink_7101_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580842944
    },
    "elink_7101_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580842368
    },
    "elink_7101_set_link_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580843008
    },
    "elink_8073_8727_external_rom_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580843072
    },
    "elink_8073_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580818192
    },
    "elink_8073_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580821296
    },
    "elink_8073_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580819728
    },
    "elink_8073_specific_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580821552
    },
    "elink_8481_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580829168
    },
    "elink_8481_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580830560
    },
    "elink_8481_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580830304
    },
    "elink_84833_get_reset_gpios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580838240
    },
    "elink_84833_hw_reset_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580838032
    },
    "elink_8483x_disable_eee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580837392
    },
    "elink_8483x_enable_eee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580837600
    },
    "elink_848x3_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580834512
    },
    "elink_848x3_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580836000
    },
    "elink_848xx_cmd_hdlr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580836160
    },
    "elink_848xx_cmn_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580831984
    },
    "elink_848xx_format_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580830384
    },
    "elink_848xx_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580829344
    },
    "elink_848xx_set_link_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580830624
    },
    "elink_848xx_specific_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580832880
    },
    "elink_8705_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580821648
    },
    "elink_8705_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580821952
    },
    "elink_8706_8726_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580823872
    },
    "elink_8706_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580822672
    },
    "elink_8706_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580823856
    },
    "elink_8726_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580824528
    },
    "elink_8726_config_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580825616
    },
    "elink_8726_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580825536
    },
    "elink_8726_read_sfp_module_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580771296
    },
    "elink_8726_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580825424
    },
    "elink_8727_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580825680
    },
    "elink_8727_config_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580828736
    },
    "elink_8727_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580828112
    },
    "elink_8727_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580827968
    },
    "elink_8727_read_sfp_module_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580771712
    },
    "elink_8727_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580826416
    },
    "elink_8727_set_link_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580828208
    },
    "elink_8727_specific_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580828448
    },
    "elink_analyze_link_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580843600
    },
    "elink_bmac_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580799632
    },
    "elink_cb_dbg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580704736
    },
    "elink_cb_dbg1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580704864
    },
    "elink_cb_dbg2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580705040
    },
    "elink_cb_dbg3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580705216
    },
    "elink_cb_event_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507568
    },
    "elink_cb_fw_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580509568
    },
    "elink_cb_gpio_int_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580508976
    },
    "elink_cb_gpio_mult_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580508528
    },
    "elink_cb_gpio_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507648
    },
    "elink_cb_gpio_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507904
    },
    "elink_cb_notify_link_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580509520
    },
    "elink_cb_path_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507552
    },
    "elink_cb_reg_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507328
    },
    "elink_cb_reg_wb_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507488
    },
    "elink_cb_reg_wb_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507392
    },
    "elink_cb_reg_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507360
    },
    "elink_cb_udelay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580507312
    },
    "elink_check_half_open_conn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580796144
    },
    "elink_cl22_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580813744
    },
    "elink_cl22_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580841664
    },
    "elink_cl45_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580760544
    },
    "elink_cl45_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580761296
    },
    "elink_common_ext_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580822336
    },
    "elink_common_init_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580791216
    },
    "elink_direct_parallel_detect_used": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580817440
    },
    "elink_disable_kr2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580812512
    },
    "elink_disable_kr2.reg_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585606656
    },
    "elink_eee_advertise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580837824
    },
    "elink_eee_an_resolve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580834144
    },
    "elink_eee_initial_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580837056
    },
    "elink_emac_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580758400
    },
    "elink_emac_program": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580801328
    },
    "elink_ets_bw_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580755696
    },
    "elink_ets_disabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580750944
    },
    "elink_ets_e3b0_cli_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580755504
    },
    "elink_ets_e3b0_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580752736
    },
    "elink_ets_e3b0_set_credit_upper_bound_nig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580755200
    },
    "elink_ets_strict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580756240
    },
    "elink_ext_phy_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580770960
    },
    "elink_ext_phy_set_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580811904
    },
    "elink_ext_phy_update_adv_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580813344
    },
    "elink_fan_failure_det_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580796560
    },
    "elink_format_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580821392
    },
    "elink_get_cfg_pin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580844032
    },
    "elink_get_ext_phy_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580763168
    },
    "elink_get_link_speed_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580812768
    },
    "elink_get_mod_abs_int_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580774608
    },
    "elink_get_warpcore_lane": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580765408
    },
    "elink_handle_module_detect_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580773536
    },
    "elink_hw_reset_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580796720
    },
    "elink_init_mod_abs_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580796992
    },
    "elink_int_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580816464
    },
    "elink_lfa_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580790400
    },
    "elink_link_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580786096
    },
    "elink_link_int_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580787616
    },
    "elink_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580788224
    },
    "elink_link_settings_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580815328
    },
    "elink_link_status_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580761968
    },
    "elink_link_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580765696
    },
    "elink_null_format_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580822448
    },
    "elink_pause_resolve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580814064
    },
    "elink_period_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580794192
    },
    "elink_pfc_statistic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580756464
    },
    "elink_phy_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580781440
    },
    "elink_phy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580778384
    },
    "elink_phy_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580760464
    },
    "elink_phy_selection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580770688
    },
    "elink_phy_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580761216
    },
    "elink_populate_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580779376
    },
    "elink_populate_preemphasis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580804896
    },
    "elink_power_sfp_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580775200
    },
    "elink_program_serdes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580816960
    },
    "elink_read_sfp_module_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580771024
    },
    "elink_rearm_latch_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580770736
    },
    "elink_save_848xx_spirom_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580833360
    },
    "elink_serdes_deassert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580785760
    },
    "elink_set_aer_mmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580770544
    },
    "elink_set_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580816512
    },
    "elink_set_bmac_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580789888
    },
    "elink_set_cfg_pin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580801632
    },
    "elink_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580763440
    },
    "elink_set_mdio_clk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580794000
    },
    "elink_set_rx_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580781264
    },
    "elink_set_sfp_module_fault_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580774736
    },
    "elink_set_warpcore_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580808816
    },
    "elink_set_xgxs_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580817632
    },
    "elink_set_xmac_rxtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580790112
    },
    "elink_sfp_e3_set_transmitter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580801920
    },
    "elink_sfp_module_detection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580775840
    },
    "elink_sfp_set_transmitter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580774048
    },
    "elink_sfx7101_sp_sw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580778208
    },
    "elink_status": {
      "type": {
        "kind": "enum",
        "name": "elink_status"
      },
      "address": 0
    },
    "elink_sync_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580762720
    },
    "elink_test_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580764896
    },
    "elink_umac_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580798784
    },
    "elink_update_adv_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580817200
    },
    "elink_update_pfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580756784
    },
    "elink_update_pfc_bmac1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580760224
    },
    "elink_update_pfc_bmac2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580759648
    },
    "elink_update_pfc_xmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580758048
    },
    "elink_verify_sfp_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580802064
    },
    "elink_wait_for_sfp_module_initialized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580775456
    },
    "elink_wait_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580822464
    },
    "elink_warpcore_clear_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580802592
    },
    "elink_warpcore_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580805296
    },
    "elink_warpcore_config_sfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580778064
    },
    "elink_warpcore_enable_AN_KR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580809456
    },
    "elink_warpcore_enable_AN_KR2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580812208
    },
    "elink_warpcore_enable_AN_KR2.reg_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585606560
    },
    "elink_warpcore_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580809216
    },
    "elink_warpcore_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580808064
    },
    "elink_warpcore_read_sfp_module_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580772256
    },
    "elink_warpcore_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580806768
    },
    "elink_warpcore_reset_lane": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580777920
    },
    "elink_warpcore_set_10G_KR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580810848
    },
    "elink_warpcore_set_10G_XFI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580803024
    },
    "elink_warpcore_set_20G_DXGXS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580811488
    },
    "elink_warpcore_set_sgmii_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580804176
    },
    "elink_xgxs_config_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580814272
    },
    "elink_xgxs_deassert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580785552
    },
    "elink_xgxs_specific_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580818096
    },
    "elink_xmac_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580797584
    },
    "elm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_evt_queue_elm"
        }
      },
      "address": 0
    },
    "elm_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_addlstatus_base_hdr"
        }
      },
      "address": 0
    },
    "elm_type_names": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608287200
    },
    "elma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_addlstatus_eip_hdr"
        }
      },
      "address": 0
    },
    "elmb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_ata_hdr"
        }
      },
      "address": 0
    },
    "elmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_desc_hdr"
        }
      },
      "address": 0
    },
    "elmdir": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "elmdn": {
      "type": {
        "kind": "struct",
        "name": "encioc_elm_devnames_t"
      },
      "address": 0
    },
    "elmpriv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_element_t"
        }
      },
      "address": 0
    },
    "elms": {
      "type": {
        "kind": "struct",
        "name": "encioc_elm_status_t"
      },
      "address": 0
    },
    "elp4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_pnhle_24xx_t"
        }
      },
      "address": 0
    },
    "elptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "els": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_io_t"
        }
      },
      "address": 0
    },
    "els_cmd_list": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_415c2ebe61456015"
        }
      },
      "address": 0
    },
    "els_gen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_els_gen_t"
        }
      },
      "address": 0
    },
    "els_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_io_t"
        }
      },
      "address": 0
    },
    "elsbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "elvt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lvt"
        }
      },
      "address": 0
    },
    "elvt_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "elvts": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "lvt"
        }
      },
      "address": 0
    },
    "em": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "em_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569196816
    },
    "em_debug_sbp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759864
    },
    "em_disable_crc_stripping": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759860
    },
    "em_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608455976
    },
    "em_driver_version": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584751248
    },
    "em_dump_rs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569200960
    },
    "em_flush_desc_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569194640
    },
    "em_free_pci_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569186672
    },
    "em_get_hw_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569194384
    },
    "em_get_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569184240
    },
    "em_get_rs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569186240
    },
    "em_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569157440
    },
    "em_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569152288
    },
    "em_if_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182672
    },
    "em_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569162816
    },
    "em_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608456448
    },
    "em_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182208
    },
    "em_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569165136
    },
    "em_if_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569176592
    },
    "em_if_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569176368
    },
    "em_if_led_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182384
    },
    "em_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569180832
    },
    "em_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569180640
    },
    "em_if_methods": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584751264
    },
    "em_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569175440
    },
    "em_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569181104
    },
    "em_if_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569179760
    },
    "em_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182704
    },
    "em_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569177648
    },
    "em_if_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569165072
    },
    "em_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182448
    },
    "em_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569177232
    },
    "em_if_set_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569181232
    },
    "em_if_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569163056
    },
    "em_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569175328
    },
    "em_if_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569163072
    },
    "em_if_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182032
    },
    "em_if_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182560
    },
    "em_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569176800
    },
    "em_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569177840
    },
    "em_if_vlan_filter_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569196864
    },
    "em_if_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182080
    },
    "em_if_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182144
    },
    "em_if_watchdog_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182048
    },
    "em_init_manageability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569196080
    },
    "em_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569152048
    },
    "em_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569199504
    },
    "em_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569200192
    },
    "em_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569199632
    },
    "em_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569199968
    },
    "em_isc_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569199296
    },
    "em_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569197920
    },
    "em_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569199152
    },
    "em_list_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_list_entry"
        }
      },
      "address": 0
    },
    "em_max_interrupt_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608456516
    },
    "em_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584746320
    },
    "em_msix_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569196384
    },
    "em_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569196368
    },
    "em_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608455928
    },
    "em_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608455904
    },
    "em_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608454256
    },
    "em_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569152272
    },
    "em_release_hw_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569186416
    },
    "em_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569187456
    },
    "em_rx_abs_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608456500
    },
    "em_rx_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759848
    },
    "em_rx_process_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608457172
    },
    "em_sbuf_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569186992
    },
    "em_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071608456064
    },
    "em_set_flowcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569184128
    },
    "em_set_flowcntl.input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608456512
    },
    "em_smart_pwr_down": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759856
    },
    "em_sysctl_debug_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569183232
    },
    "em_sysctl_eee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569186320
    },
    "em_sysctl_int_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569187216
    },
    "em_sysctl_nvm_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569182720
    },
    "em_sysctl_print_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569183088
    },
    "em_sysctl_reg_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569195968
    },
    "em_tx_abs_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608456504
    },
    "em_tx_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608456496
    },
    "em_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071608457176
    },
    "em_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "em_unsupported_tso": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610759844
    },
    "em_update_stats_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569190432
    },
    "em_vendor_info_array": {
      "type": {
        "count": 150,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071584746448
    },
    "emac_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "emac_mode_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "emac_mode_save": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "embedded_sgl_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "embryo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ksocket_private"
        }
      },
      "address": 0
    },
    "emem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ememsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "emi_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "emi_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "empty": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612534320
    },
    "empty_aux_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580444896
    },
    "empty_both_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580445120
    },
    "empty_kbd_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580444672
    },
    "empty_keybuf": {
      "type": {
        "kind": "struct",
        "name": "keybuf"
      },
      "address": 18446744071613291320
    },
    "empty_results": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005048
    },
    "empty_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005052
    },
    "empty_sas_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "emptybuckets": {
      "type": {
        "kind": "struct",
        "name": "uma_bucketlist"
      },
      "address": 0
    },
    "emptyq": {
      "type": {
        "kind": "struct",
        "name": "secashead_list"
      },
      "address": 0
    },
    "emu10k1_adcspeed": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584046880
    },
    "emu10k2_adcspeed": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584987152
    },
    "emu10kx-midi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "emu10kx-pcm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "emu10kx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "emu10kx_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609175688
    },
    "emu10kx_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572265520
    },
    "emu10kx_dev_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572224656
    },
    "emu10kx_dev_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572224800
    },
    "emu10kx_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572264128
    },
    "emu10kx_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572265744
    },
    "emu_ac97_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609176168
    },
    "emu_ac97_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584986464
    },
    "emu_addefxmixer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572263568
    },
    "emu_bad_cards": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "emu_hwinfo"
        }
      },
      "address": 0
    },
    "emu_cardbus_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572220832
    },
    "emu_cards": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "emu_hwinfo"
        }
      },
      "address": 18446744071609173552
    },
    "emu_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609173496
    },
    "emu_dspmixer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572269568
    },
    "emu_dspmixer_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572270096
    },
    "emu_dspmixer_setrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572270912
    },
    "emu_dspmixer_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572270032
    },
    "emu_eac97_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609176216
    },
    "emu_eac97_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584986512
    },
    "emu_efxmixer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572271696
    },
    "emu_efxmixer_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572271744
    },
    "emu_efxmixer_setrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572271760
    },
    "emu_enable_ir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572206080
    },
    "emu_erdcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572269088
    },
    "emu_ewrcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572269232
    },
    "emu_getcard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572219712
    },
    "emu_gettag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572209568
    },
    "emu_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572221328
    },
    "emu_initefx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572225280
    },
    "emu_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572220096
    },
    "emu_intr_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572208496
    },
    "emu_intr_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572209024
    },
    "emu_left": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "emu_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572214240
    },
    "emu_memfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572210112
    },
    "emu_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584985600
    },
    "emu_midi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572275408
    },
    "emu_midi_card_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572275744
    },
    "emu_midi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572275680
    },
    "emu_midi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609176960
    },
    "emu_midi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572275856
    },
    "emu_midi_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987440
    },
    "emu_midi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572275088
    },
    "emu_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572214544
    },
    "emu_mpu_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609177008
    },
    "emu_mpu_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987504
    },
    "emu_mread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572275984
    },
    "emu_muninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572276096
    },
    "emu_mwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572276032
    },
    "emu_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572214816
    },
    "emu_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572218208
    },
    "emu_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572214576
    },
    "emu_pcm_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572266384
    },
    "emu_pcm_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572268112
    },
    "emu_pcm_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609176120
    },
    "emu_pcm_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572268192
    },
    "emu_pcm_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584986400
    },
    "emu_pcm_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572266064
    },
    "emu_pfmt": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609176560
    },
    "emu_pfmt_mono": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609176580
    },
    "emu_playcaps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609176504
    },
    "emu_playcaps_mono": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609176528
    },
    "emu_rate_to_pitch.logMagTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584984912
    },
    "emu_rate_to_pitch.logSlopeTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584985424
    },
    "emu_rates_audigy": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609176692
    },
    "emu_rates_live": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609176688
    },
    "emu_rd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572205968
    },
    "emu_rd_p16vptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572205424
    },
    "emu_rdcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572268960
    },
    "emu_rdptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572204816
    },
    "emu_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572219536
    },
    "emu_reccaps_adc": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609176592
    },
    "emu_reccaps_efx_audigy": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609176656
    },
    "emu_reccaps_efx_live": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609176632
    },
    "emu_rfmt_adc": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609176616
    },
    "emu_rfmt_efx": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609176680
    },
    "emu_right": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "emu_rm_gpr_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572263328
    },
    "emu_rm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572220592
    },
    "emu_rm_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572224992
    },
    "emu_setmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572214480
    },
    "emu_timer_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572208320
    },
    "emu_timer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572206576
    },
    "emu_timer_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572207840
    },
    "emu_timer_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572207488
    },
    "emu_valloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572209584
    },
    "emu_vfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572209888
    },
    "emu_vinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572210400
    },
    "emu_vpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572213984
    },
    "emu_vroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572211584
    },
    "emu_vsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572211456
    },
    "emu_vtrigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572212592
    },
    "emu_vwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572211824
    },
    "emu_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572205856
    },
    "emu_wr_p16vptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572205632
    },
    "emu_wrcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572269024
    },
    "emu_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572219680
    },
    "emu_wrptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572205088
    },
    "emudspmixer_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609176264
    },
    "emudspmixer_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584986560
    },
    "emuefxmixer_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609176312
    },
    "emuefxmixer_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584986800
    },
    "emufxrchan_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609176456
    },
    "emufxrchan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274992
    },
    "emufxrchan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274960
    },
    "emufxrchan_getrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572275040
    },
    "emufxrchan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274160
    },
    "emufxrchan_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987200
    },
    "emufxrchan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274480
    },
    "emufxrchan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274432
    },
    "emufxrchan_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274464
    },
    "emufxrchan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274512
    },
    "emulate_array_devices": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608288416
    },
    "emulated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "emumix_get_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572214208
    },
    "emumix_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572262784
    },
    "emumix_set_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572214048
    },
    "emupchan_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609176360
    },
    "emupchan_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572271968
    },
    "emupchan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272672
    },
    "emupchan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272640
    },
    "emupchan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572271776
    },
    "emupchan_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584986864
    },
    "emupchan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272064
    },
    "emupchan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272032
    },
    "emupchan_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272048
    },
    "emupchan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272272
    },
    "emurchan_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609176408
    },
    "emurchan_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272992
    },
    "emurchan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274144
    },
    "emurchan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572274112
    },
    "emurchan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572272720
    },
    "emurchan_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987008
    },
    "emurchan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572273296
    },
    "emurchan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572273024
    },
    "emurchan_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572273040
    },
    "emurchan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572273424
    },
    "en": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tls_session_params"
        }
      },
      "address": 0
    },
    "en_aslr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "en_class": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "en_subtype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "en_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ena": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ena2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ena_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ena_tc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "enable24": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "enableDacFifo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enablePRI_high": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enablePRI_low": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enableSEC_high": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enableSEC_low": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enable_4dmouse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580457504
    },
    "enable_4dplus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580458016
    },
    "enable_4k_uar": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613289792
    },
    "enable_64b_cqe_eqe": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610008364
    },
    "enable_aglide": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580464752
    },
    "enable_aio_unsafe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041424
    },
    "enable_allmulti": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "enable_aux_mux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580448128
    },
    "enable_bell": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609235736
    },
    "enable_broadcast": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "enable_checkutf8": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609556584
    },
    "enable_cl73": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "enable_dac_fifo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enable_elantech": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580462288
    },
    "enable_elantech.fw_sizes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585441600
    },
    "enable_elantech.ic2hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585441536
    },
    "enable_extint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490312
    },
    "enable_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enable_gmouse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580456544
    },
    "enable_groller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580456608
    },
    "enable_kdbkey": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609235748
    },
    "enable_kmouse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580464912
    },
    "enable_mmanplus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580456704
    },
    "enable_msexplorer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580456992
    },
    "enable_msintelli": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580464464
    },
    "enable_nobodycheck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609556576
    },
    "enable_nogroupcheck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609556580
    },
    "enable_panic_key": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823284
    },
    "enable_promisc": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "enable_protmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enable_qos": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613289744
    },
    "enable_reboot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609235744
    },
    "enable_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_PORT_ENABLE"
        }
      },
      "address": 0
    },
    "enable_rtt": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "enable_sas": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "enable_sata": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "enable_single_synaptics_mux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580456528
    },
    "enable_spinup": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enable_spinup_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enable_synaptics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580458096
    },
    "enable_synaptics_mux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580455536
    },
    "enable_trackpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580466256
    },
    "enable_versapad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580465824
    },
    "enable_vxlan_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568859088
    },
    "enabled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "enables": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "enc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_rfc1490_encap_t"
        }
      },
      "address": 0
    },
    "enc_algorithm_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578283072
    },
    "enc_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566158320
    },
    "enc_bpftap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576894912
    },
    "enc_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_cache_t"
        }
      },
      "address": 0
    },
    "enc_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608287592
    },
    "enc_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893472
    },
    "enc_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893728
    },
    "enc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566161792
    },
    "enc_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566158720
    },
    "enc_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566160304
    },
    "enc_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_enc_desc"
        }
      },
      "address": 0
    },
    "enc_devgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164256
    },
    "enc_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566160240
    },
    "enc_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_mapping_table"
        }
      },
      "address": 0
    },
    "enc_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566157360
    },
    "enc_fsm_states": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "enc_fsm_state"
        }
      },
      "address": 18446744071608288544
    },
    "enc_hhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576894224
    },
    "enc_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "enc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566158256
    },
    "enc_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893824
    },
    "enc_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566158032
    },
    "enc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609825400
    },
    "enc_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576895344
    },
    "enc_oninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566160112
    },
    "enc_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566161568
    },
    "enc_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893872
    },
    "enc_runcmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566157376
    },
    "enc_status_updater": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566161536
    },
    "enc_update_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566158144
    },
    "enc_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610598076
    },
    "enc_xform_aes_cbc": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585359592
    },
    "enc_xform_aes_icm": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585359712
    },
    "enc_xform_aes_nist_gcm": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585359832
    },
    "enc_xform_aes_nist_gmac": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585360784
    },
    "enc_xform_aes_xts": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585360072
    },
    "enc_xform_camellia": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585360624
    },
    "enc_xform_ccm": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585359952
    },
    "enc_xform_chacha20": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071584087296
    },
    "enc_xform_chacha20_poly1305": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585360384
    },
    "enc_xform_null": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585361096
    },
    "enc_xform_xchacha20_poly1305": {
      "type": {
        "kind": "struct",
        "name": "enc_xform"
      },
      "address": 18446744071585360504
    },
    "encap4_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577712832
    },
    "encap6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713328
    },
    "encap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577712096
    },
    "encap_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577712560
    },
    "encap_et": {
      "type": {
        "kind": "struct",
        "name": "epoch_tracker"
      },
      "address": 0
    },
    "encap_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577712928
    },
    "encap_ip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "encap_register_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711456
    },
    "encap_unregister_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711792
    },
    "encapmtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613059032
    },
    "encapmtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609915696
    },
    "encapmtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609915456
    },
    "encapmtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609915480
    },
    "enccntr": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "encdriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608287544
    },
    "enckey": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "encmin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "encmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608287456
    },
    "encname": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585227360
    },
    "encode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "encoded_fraction": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584156208
    },
    "encoding": {
      "type": {
        "kind": "union",
        "name": "win_slot_encoding"
      },
      "address": 0
    },
    "encr_secsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "encryptedkey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "encrypting": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071614496768
    },
    "end1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "endBlk": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "endCheck": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "endDigit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "endIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "endLba": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "endPosInSequence": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "endResult": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "endRow": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "endSignal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "endStrip": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "endT": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "end_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "end_ap": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "indir"
        }
      },
      "address": 0
    },
    "end_blk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "end_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "end_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "end_daddr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "end_data": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "end_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_REMOTE_DEVICE"
        }
      },
      "address": 0
    },
    "end_exceptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581392096
    },
    "end_free": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "end_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "end_idx_ir": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "end_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "end_lbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "end_lvl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "end_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "end_ns": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "end_of_table": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "end_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "end_pindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "end_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "end_residual": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "end_sample": {
      "type": {
        "kind": "struct",
        "name": "net_dim_sample"
      },
      "address": 0
    },
    "end_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_phys_seg"
        }
      },
      "address": 0
    },
    "end_session": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "end_set": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "end_synchronized_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568785200
    },
    "end_ticks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "end_time": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "endbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "buf"
          }
        }
      },
      "address": 0
    },
    "endev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_dev"
        }
      },
      "address": 0
    },
    "endian": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ending_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "endn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "endnetconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641552
    },
    "endnode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "endoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "endofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "endp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "endpindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "endpte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "endptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "endrest": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 18446744071613485355
    },
    "ends": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "endsearch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "endseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "endstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "endt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "endtok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "endtoken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "endtone": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 18446744071613485354
    },
    "endts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "enduseful": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "endva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ene": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evname_elem"
        }
      },
      "address": 0
    },
    "ene_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evname_elem"
        }
      },
      "address": 0
    },
    "energy": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "energy_a": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "energy_b": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "energy_c": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "energy_min": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enforce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enforce_chs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612529544
    },
    "enforce_sfp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "enforce_statfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enforcepkt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enh": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "enhinfo": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iwn_eeprom_enhinfo"
        }
      },
      "address": 0
    },
    "enint_coal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evname_list"
        }
      },
      "address": 0
    },
    "enodev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575138416
    },
    "enq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enqueue": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "enqueue_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "enqueued": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_prof"
        }
      },
      "address": 0
    },
    "ent0": {
      "type": {
        "kind": "struct",
        "name": "in6_addrpolicy"
      },
      "address": 0
    },
    "ent1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_prof"
        }
      },
      "address": 0
    },
    "ent2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_prof"
        }
      },
      "address": 0
    },
    "ent_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ent_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_entry"
        }
      },
      "address": 0
    },
    "ent_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "enterpgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575463744
    },
    "enterthispgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575465904
    },
    "entity_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_entity_hdr"
        }
      },
      "address": 0
    },
    "entity_list": {
      "type": {
        "count": 68,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "el"
        }
      },
      "address": 18446744071584740128
    },
    "entnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hvm_memmap_table_entry"
        }
      },
      "address": 0
    },
    "entries_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "entropy": {
      "type": {
        "kind": "struct",
        "name": "callout_entropy"
      },
      "address": 0
    },
    "entropyMetadata": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_entropyCTablesMetadata_t"
      },
      "address": 0
    },
    "entropySpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "entropyWorkspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "entropyWorkspaceSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "entropy_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "entropy_data": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071610808352
    },
    "entry": {
      "type": {
        "kind": "struct",
        "name": "bios_smap"
      },
      "address": 0
    },
    "entry1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "entry_64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581434848
    },
    "entry_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "entry_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "entry_exist": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "entry_exists": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "entry_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "entry_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "entry_size": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "entry_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "entry_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_dev_queue"
        }
      },
      "address": 0
    },
    "entry_words": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "entrya": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "entryb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "entrycnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "entrycntp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "entryoffsetinblock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "entrypos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "entrysize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ents": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "entsPerBucket": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "enumerator": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apic_enumerator"
        }
      },
      "address": 0
    },
    "enumerators": {
      "type": {
        "kind": "struct",
        "name": "unnamed_ea44fcb1e7b2f669"
      },
      "address": 18446744071613490488
    },
    "enumerators.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613490488
    },
    "env": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "env.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "env_passphrase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "envc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "envkey": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "envp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "enxio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575138400
    },
    "eo_max_backlog": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450036
    },
    "eobject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "eof": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "eof_clusteroff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "eofentry": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "eoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eofflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "eol": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eop": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "eopnotsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575129104
    },
    "eor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_pcsid"
        }
      },
      "address": 0
    },
    "ep1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_element_t"
        }
      },
      "address": 0
    },
    "ep2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iso_directory_record"
        }
      },
      "address": 0
    },
    "ep_curr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ep_dir": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ep_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_endpoint"
        }
      },
      "address": 0
    },
    "ep_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_endpoint"
        }
      },
      "address": 0
    },
    "ep_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ep_max": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "epb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "epio_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "epn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_event"
        }
      },
      "address": 0
    },
    "epno": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "epoch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ck_epoch"
        }
      },
      "address": 0
    },
    "epoch_adjust_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575881344
    },
    "epoch_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878656
    },
    "epoch_array": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "epoch"
        }
      },
      "address": 18446744071612900864
    },
    "epoch_block_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575882960
    },
    "epoch_block_handler_preempt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575882032
    },
    "epoch_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575882976
    },
    "epoch_call_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612909096
    },
    "epoch_call_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575883856
    },
    "epoch_call_task_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612909104
    },
    "epoch_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "epoch_drain_callbacks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575879712
    },
    "epoch_drain_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575883312
    },
    "epoch_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575881072
    },
    "epoch_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575881456
    },
    "epoch_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575879328
    },
    "epoch_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575883440
    },
    "epoch_inited": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209608
    },
    "epoch_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612900736
    },
    "epoch_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736288
    },
    "epoch_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575880800
    },
    "epoch_wait_preempt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575881520
    },
    "epp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_provider"
        }
      },
      "address": 0
    },
    "eprd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mvs_eprd"
        }
      },
      "address": 0
    },
    "eproto": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_port_eth_proto"
      },
      "address": 0
    },
    "eps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smbios_eps"
        }
      },
      "address": 0
    },
    "eptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "eq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_eq"
        }
      },
      "address": 0
    },
    "eq_176400": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff"
        }
      },
      "address": 18446744071609193616
    },
    "eq_192000": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff"
        }
      },
      "address": 18446744071609194384
    },
    "eq_44100": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff"
        }
      },
      "address": 18446744071609190544
    },
    "eq_48000": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff"
        }
      },
      "address": 18446744071609191312
    },
    "eq_88200": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff"
        }
      },
      "address": 18446744071609192080
    },
    "eq_96000": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff"
        }
      },
      "address": 18446744071609192848
    },
    "eq_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_eq_context"
        }
      },
      "address": 0
    },
    "eq_data": {
      "type": {
        "kind": "struct",
        "name": "event_ring_data"
      },
      "address": 0
    },
    "eq_db": {
      "type": {
        "kind": "union",
        "name": "eq_db_t"
      },
      "address": 0
    },
    "eq_doorbell": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_2c740f380ed1b314"
        }
      },
      "address": 0
    },
    "eq_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "eq_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "eq_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hw_eq_t"
        }
      },
      "address": 0
    },
    "eq_res_start_move_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579133376
    },
    "eq_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_eq_table"
        }
      },
      "address": 0
    },
    "eq_vec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eqc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "eqd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_eqe"
        }
      },
      "address": 0
    },
    "eqe_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eqes_found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eqn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eqn_not_used": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eqo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_eq"
        }
      },
      "address": 0
    },
    "eqpos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "eqs": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hw_eq_t"
          }
        }
      },
      "address": 0
    },
    "er": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "epoch_record"
        }
      },
      "address": 0
    },
    "era": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "erase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ioctl_hwrm_nvm_erase_dir_entry"
        }
      },
      "address": 0
    },
    "erase_sector": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "erase_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ereq": {
      "type": {
        "kind": "struct",
        "name": "if_encap_req"
      },
      "address": 0
    },
    "erp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err_action": {
      "type": {
        "kind": "enum",
        "name": "unnamed_95ff47b5794582fc"
      },
      "address": 0
    },
    "err_adap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err_code": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "err_dns": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err_flg": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "err_found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err_gway": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "raid_path_error_info_elem_t"
        }
      },
      "address": 0
    },
    "err_ip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err_msg": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "err_msg_format": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "err_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "err_subnet": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "err_vec": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "errcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "errmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlmsgerr"
        }
      },
      "address": 18446744071584861520
    },
    "errmsg_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "errmsg_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "errno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "errno2iic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611712
    },
    "erroff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "error1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "error2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "error3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "errorCode": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "error_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "error_code": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "error_counter_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "error_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "error_info": {
      "type": {
        "kind": "struct",
        "name": "raid_path_error_info_elem_t"
      },
      "address": 0
    },
    "error_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "error_private.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "error_recovered": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "error_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "error_unrecovered": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "errorc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "errorp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "errorphase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "errors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "errp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rpc_err"
        }
      },
      "address": 0
    },
    "errrate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "errs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "errtype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keth_ruleset"
        }
      },
      "address": 0
    },
    "ertt_add_tx_segment_info_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577791792
    },
    "ertt_helper": {
      "type": {
        "kind": "struct",
        "name": "helper"
      },
      "address": 18446744071609929632
    },
    "ertt_hooks": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "hookinfo"
        }
      },
      "address": 18446744071609929728
    },
    "ertt_mod_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577790672
    },
    "ertt_mod_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577790608
    },
    "ertt_packet_measurement_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577790704
    },
    "ertt_uma_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577792144
    },
    "ertt_uma_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577792208
    },
    "erttmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609929840
    },
    "erx_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_erx_stats_v2"
        }
      },
      "address": 0
    },
    "es": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Sym"
        }
      },
      "address": 0
    },
    "es1370_mixer_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609177440
    },
    "es1370_mixer_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987920
    },
    "es1370_mixinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572291312
    },
    "es1370_mixset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572291392
    },
    "es1370_mixsetrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572292528
    },
    "es1371_ac97_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609177344
    },
    "es1371_ac97_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987696
    },
    "es1371_adc_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572284320
    },
    "es1371_dac_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572285504
    },
    "es1371_rdcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572286592
    },
    "es1371_src_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572286304
    },
    "es1371_wrcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572287120
    },
    "es137x.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "es_caps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071584987888
    },
    "es_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609177296
    },
    "es_fmt": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609177536
    },
    "es_init_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572283472
    },
    "es_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572283008
    },
    "es_load_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391824
    },
    "es_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987632
    },
    "es_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572277024
    },
    "es_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572282640
    },
    "es_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572276208
    },
    "es_poll_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572290704
    },
    "esc_text": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "escaped": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "eschan1370_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609177488
    },
    "eschan1370_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584988096
    },
    "eschan1370_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572293712
    },
    "eschan1371_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609177392
    },
    "eschan1371_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584987744
    },
    "eschan1371_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572288976
    },
    "eschan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572290688
    },
    "eschan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572290416
    },
    "eschan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572287568
    },
    "eschan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572289184
    },
    "eschan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572288672
    },
    "eschan_setfragments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572289216
    },
    "eschan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572289504
    },
    "escstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610609684
    },
    "esdp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "esdp_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ese_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fwdma_seg"
        }
      },
      "address": 0
    },
    "esize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "esp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "newesp"
        }
      },
      "address": 0
    },
    "esp_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578348512
    },
    "esp_hdrsiz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578347504
    },
    "esp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578347920
    },
    "esp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578348576
    },
    "esp_input_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578352080
    },
    "esp_net_deflev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "esp_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578349968
    },
    "esp_output_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578353152
    },
    "esp_trans_deflev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "esp_xform_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984720
    },
    "esp_xform_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984744
    },
    "esp_xformsw": {
      "type": {
        "kind": "struct",
        "name": "xformsw"
      },
      "address": 18446744071609984960
    },
    "esph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "auth_hash"
        }
      },
      "address": 0
    },
    "espstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578347744
    },
    "espx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_xform"
        }
      },
      "address": 0
    },
    "esr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "esrt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_esrt_table"
        }
      },
      "address": 0
    },
    "essid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwn_scan_essid"
        }
      },
      "address": 0
    },
    "essids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_scan_essid"
        }
      },
      "address": 0
    },
    "est.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "est_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581210416
    },
    "est_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610148536
    },
    "est_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610148512
    },
    "est_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610148416
    },
    "est_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581211648
    },
    "est_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "est_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610148584
    },
    "est_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581212096
    },
    "est_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581211824
    },
    "est_get_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581212112
    },
    "est_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581209920
    },
    "est_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587088864
    },
    "est_output_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "est_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581210144
    },
    "est_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581211712
    },
    "est_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581211936
    },
    "est_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581211904
    },
    "esta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "estats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_eth_stats"
        }
      },
      "address": 0
    },
    "estats_old": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_eth_stats_old"
        }
      },
      "address": 0
    },
    "estatus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "estb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "estcpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "estimatedFirstHalfSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "estimatedOriginalSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "estimatedSecondHalfSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "esw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_eswitch"
        }
      },
      "address": 0
    },
    "esw_add_mc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579250032
    },
    "esw_add_uc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579249632
    },
    "esw_apply_vport_addr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579249328
    },
    "esw_del_mc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579250512
    },
    "esw_del_uc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579250288
    },
    "esw_disable_vport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579241360
    },
    "esw_enable_vport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579242608
    },
    "esw_fdb_set_vport_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579250768
    },
    "esw_mc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "esw_mc_addr"
        }
      },
      "address": 0
    },
    "esw_uc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "esw_uc_addr"
        }
      },
      "address": 0
    },
    "esw_update_vport_addr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579251200
    },
    "esw_vport_change_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579245664
    },
    "esw_vport_egress_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579248608
    },
    "esw_vport_ingress_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579248064
    },
    "esym": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "et": {
      "type": {
        "kind": "struct",
        "name": "epoch_tracker"
      },
      "address": 0
    },
    "et_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569392528
    },
    "et_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569382144
    },
    "et_ban": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235536
    },
    "et_change_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235184
    },
    "et_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575234976
    },
    "et_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569386272
    },
    "et_devices": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "et_dev"
        }
      },
      "address": 18446744071584768064
    },
    "et_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569397040
    },
    "et_dma_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569395760
    },
    "et_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608457920
    },
    "et_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_mapping_table"
        }
      },
      "address": 0
    },
    "et_eventtimers_init_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609650704
    },
    "et_eventtimers_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650320
    },
    "et_eventtimers_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650344
    },
    "et_eventtimers_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538008
    },
    "et_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235200
    },
    "et_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235552
    },
    "et_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569390496
    },
    "et_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569403024
    },
    "et_hw_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612534384
    },
    "et_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569390848
    },
    "et_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569390656
    },
    "et_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235328
    },
    "et_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569397072
    },
    "et_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569391072
    },
    "et_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569389488
    },
    "et_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584767904
    },
    "et_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569388176
    },
    "et_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569388800
    },
    "et_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569388496
    },
    "et_newbuf_cluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569396576
    },
    "et_newbuf_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569396032
    },
    "et_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608457872
    },
    "et_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608457848
    },
    "et_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608457560
    },
    "et_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569381888
    },
    "et_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575234480
    },
    "et_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569388000
    },
    "et_rx_intr_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608457972
    },
    "et_rx_intr_npkts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608457968
    },
    "et_rxbuf_discard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569396496
    },
    "et_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569402656
    },
    "et_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569387664
    },
    "et_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235392
    },
    "et_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569403136
    },
    "et_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569401264
    },
    "et_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235488
    },
    "et_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569387792
    },
    "et_sysctl_rx_intr_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569404688
    },
    "et_sysctl_rx_intr_npkts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569404544
    },
    "et_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569401040
    },
    "et_timer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608457980
    },
    "et_tx_intr_nsegs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608457976
    },
    "et_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569404128
    },
    "etext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582475696
    },
    "eth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_net_trans_rule_hw_eth"
        }
      },
      "address": 0
    },
    "eth_addr_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eth_flags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sfp_e1000_flags"
        }
      },
      "address": 0
    },
    "eth_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "eth_hdr_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "eth_hdr_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eth_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_net_trans_rule_hw_eth"
        }
      },
      "address": 0
    },
    "eth_proto_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eth_proto_oper": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eth_rx.sw_csum_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034496
    },
    "eth_rx.sw_hashtype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047872
    },
    "eth_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_eth_stats"
        }
      },
      "address": 0
    },
    "eth_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568954672
    },
    "eth_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eth_vtag": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eth_z8e": {
      "type": {
        "count": 120630,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608531056
    },
    "eth_z8e_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "eth_z8e_uncompressed_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ether_8021q_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576901104
    },
    "ether_8021q_frame.pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585227456
    },
    "ether_bpf_mtap_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576900960
    },
    "ether_crc32_be": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576899584
    },
    "ether_crc32_le": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576899392
    },
    "ether_crc32_le.crctab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585227392
    },
    "ether_demux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576897424
    },
    "ether_gen_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576901472
    },
    "ether_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576897856
    },
    "ether_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576899312
    },
    "ether_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576901856
    },
    "ether_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576898528
    },
    "ether_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576899888
    },
    "ether_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609826496
    },
    "ether_mtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ether_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071609826256
    },
    "ether_nh_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576901888
    },
    "ether_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576895376
    },
    "ether_output_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576897216
    },
    "ether_reassign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576899216
    },
    "ether_requestencap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576899008
    },
    "ether_resolvemulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576898720
    },
    "ether_sprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576897792
    },
    "ether_sprintf.etherbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613050768
    },
    "ether_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_stats_info"
        }
      },
      "address": 0
    },
    "ether_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825432
    },
    "ether_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ether_vlan_mtap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576900464
    },
    "ether_vlanencap_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576900704
    },
    "etherbroadcastaddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585227376
    },
    "etherbuf": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613050768
    },
    "ethermodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609826208
    },
    "ethermulticastaddr_slowprotocols": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585223912
    },
    "ethertype": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ethertype_list": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "ethhlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ethofld_fw4_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568918096
    },
    "ethofld_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568964112
    },
    "ethp_z8e": {
      "type": {
        "count": 121318,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608651872
    },
    "ethp_z8e_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ethp_z8e_uncompressed_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ethpad": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ethtype": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "etid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "etk_id_h": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "etk_id_l": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "etlt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "etrack_test": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ets_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ets_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ets_sensor": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ets_tcn_conf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ets_user_buf": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "etscfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_dcb_ets_config"
        }
      },
      "address": 0
    },
    "etsrec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_dcb_ets_config"
        }
      },
      "address": 0
    },
    "etype": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "eui64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "euid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "euip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uidinfo"
        }
      },
      "address": 0
    },
    "ev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ev32": {
      "type": {
        "kind": "struct",
        "name": "sigevent32"
      },
      "address": 0
    },
    "ev_code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ev_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apm_event_info"
        }
      },
      "address": 0
    },
    "ev_sysctl_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "ev_unit_str": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "eva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "evc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evclass_elem"
        }
      },
      "address": 0
    },
    "evc_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evclass_elem"
        }
      },
      "address": 0
    },
    "evcl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evclass_list"
        }
      },
      "address": 0
    },
    "evclass_hash": {
      "type": {
        "count": 251,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "evclass_list"
        }
      },
      "address": 18446744071613292576
    },
    "evclass_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613292544
    },
    "evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evdev_dev"
        }
      },
      "address": 0
    },
    "evdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evdev_a": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evdev_dev"
        }
      },
      "address": 0
    },
    "evdev_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569412160
    },
    "evdev_at_set1_scancodes": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584769360
    },
    "evdev_cdev_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569404976
    },
    "evdev_cdev_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569405120
    },
    "evdev_cdev_filterops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071608458320
    },
    "evdev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608458136
    },
    "evdev_client_dumpqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569405488
    },
    "evdev_client_filter_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569411344
    },
    "evdev_client_push": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569405152
    },
    "evdev_dispose_client": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569414832
    },
    "evdev_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569410896
    },
    "evdev_event_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416448
    },
    "evdev_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569412208
    },
    "evdev_get_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415568
    },
    "evdev_grab_client": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569420288
    },
    "evdev_hid2key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426432
    },
    "evdev_inject_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569419744
    },
    "evdev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569407408
    },
    "evdev_ioctl_eviocgbit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569411824
    },
    "evdev_is_grabbed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569420320
    },
    "evdev_kqdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569412032
    },
    "evdev_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569410784
    },
    "evdev_kqread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569412064
    },
    "evdev_led_codes": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "evdev_mouse_button_codes": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "evdev_mt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evdev_mt_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569421376
    },
    "evdev_mt_get_last_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569425696
    },
    "evdev_mt_get_match_slots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569425664
    },
    "evdev_mt_get_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569425744
    },
    "evdev_mt_id_to_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569425856
    },
    "evdev_mt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569420608
    },
    "evdev_mt_match_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569423376
    },
    "evdev_mt_push_autorel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426176
    },
    "evdev_mt_push_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569425312
    },
    "evdev_mt_push_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569422240
    },
    "evdev_mt_reassign_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426000
    },
    "evdev_mt_record_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569422800
    },
    "evdev_mt_send_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569422944
    },
    "evdev_mt_set_last_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569425712
    },
    "evdev_mt_set_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569425776
    },
    "evdev_mt_sync_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569421408
    },
    "evdev_mtstmap": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_46ef76e828811709"
        }
      },
      "address": 18446744071584046816
    },
    "evdev_nfinger_codes": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584769344
    },
    "evdev_notify_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569404848
    },
    "evdev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569405776
    },
    "evdev_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569410576
    },
    "evdev_propagate_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569417856
    },
    "evdev_push_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569418912
    },
    "evdev_push_leds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426896
    },
    "evdev_push_mouse_btn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426672
    },
    "evdev_push_nfingers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569427328
    },
    "evdev_push_repeats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426992
    },
    "evdev_r": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evdev_dev"
        }
      },
      "address": 0
    },
    "evdev_rcpt_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608458752
    },
    "evdev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569406352
    },
    "evdev_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569412928
    },
    "evdev_register_client": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569420144
    },
    "evdev_register_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569413040
    },
    "evdev_register_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569414800
    },
    "evdev_release_client": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569420240
    },
    "evdev_repeat_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569420368
    },
    "evdev_restore_after_kdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569418160
    },
    "evdev_revoke_client": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569404832
    },
    "evdev_scancode2key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426528
    },
    "evdev_send_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416528
    },
    "evdev_send_nfingers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569427152
    },
    "evdev_set_abs_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416032
    },
    "evdev_set_absinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416144
    },
    "evdev_set_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416496
    },
    "evdev_set_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415408
    },
    "evdev_set_methods": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415536
    },
    "evdev_set_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415376
    },
    "evdev_set_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415456
    },
    "evdev_set_repeat_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416480
    },
    "evdev_set_report_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569412896
    },
    "evdev_set_serial": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415488
    },
    "evdev_support_abs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415712
    },
    "evdev_support_all_known_keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569426464
    },
    "evdev_support_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415616
    },
    "evdev_support_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415648
    },
    "evdev_support_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416352
    },
    "evdev_support_msc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416320
    },
    "evdev_support_nfingers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569427056
    },
    "evdev_support_prop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415584
    },
    "evdev_support_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569415680
    },
    "evdev_support_snd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416384
    },
    "evdev_support_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569416416
    },
    "evdev_sysmouse_t_axis": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759872
    },
    "evdev_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569412288
    },
    "evdev_usb_scancodes": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584768832
    },
    "evdev_utils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evdev_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569407104
    },
    "even_num_segs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609942260
    },
    "even_threshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609942264
    },
    "event": {
      "type": {
        "kind": "struct",
        "name": "virtchnl_pf_event"
      },
      "address": 0
    },
    "event_config_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_event_config_t"
        }
      },
      "address": 0
    },
    "event_consumed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "event_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610771368
    },
    "event_cycle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "event_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Mpi2EventDataIrConfigChangeList_t"
        }
      },
      "address": 0
    },
    "event_data_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "event_eq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_slave_event_eq_info"
        }
      },
      "address": 0
    },
    "event_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "event_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "event_ithread_routine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582260768
    },
    "event_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e173d7b2ed82ca3c"
      },
      "address": 18446744071609657200
    },
    "event_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538408
    },
    "event_phy_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Mpi2EventSasTopoPhyEntry_t"
        }
      },
      "address": 0
    },
    "event_port_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Mpi26EventPCIeTopoPortEntry_t"
        }
      },
      "address": 0
    },
    "event_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ob_queue_t"
        }
      },
      "address": 0
    },
    "event_q_pi_dma_start_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "event_q_pi_virt_start_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "event_q_pi_virt_start_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "event_str": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "eventf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_evtflags"
        }
      },
      "address": 0
    },
    "eventfd_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045584
    },
    "eventfd_create_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576043888
    },
    "eventfd_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045648
    },
    "eventfd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045040
    },
    "eventfd_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045296
    },
    "eventfd_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045088
    },
    "eventfd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576044192
    },
    "eventfd_rfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609751824
    },
    "eventfd_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045536
    },
    "eventfd_wfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609751864
    },
    "eventfd_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576044640
    },
    "eventfdops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609751600
    },
    "eventfds_opt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nmreq_opt_sync_kloop_eventfds"
        }
      },
      "address": 0
    },
    "eventhandler_create_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575885600
    },
    "eventhandler_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575884864
    },
    "eventhandler_deregister_nowait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575885200
    },
    "eventhandler_find_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575885216
    },
    "eventhandler_find_or_create_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575885728
    },
    "eventhandler_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575886128
    },
    "eventhandler_lists": {
      "type": {
        "kind": "struct",
        "name": "unnamed_71ce44ef936e9494"
      },
      "address": 18446744071612909152
    },
    "eventhandler_lists_initted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612909112
    },
    "eventhandler_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612909120
    },
    "eventhandler_prune_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575885472
    },
    "eventhandler_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575884256
    },
    "eventhandler_register_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575884368
    },
    "eventhandlers_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736368
    },
    "eventlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kevent"
        }
      },
      "address": 0
    },
    "eventname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "eventp": {
      "type": {
        "kind": "struct",
        "name": "tws_event_packet"
      },
      "address": 0
    },
    "eventratecheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575704304
    },
    "events": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "eventtimers": {
      "type": {
        "kind": "struct",
        "name": "et_eventtimers_list"
      },
      "address": 18446744071612538040
    },
    "eventtimers.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612538040
    },
    "everyone_allow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "evevent.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evflags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "evglock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evgpe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evgpeblk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evgpeinit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evgpeutil.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ether_vlan_header"
        }
      },
      "address": 0
    },
    "evhandler.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evicted": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "evl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ether_vlan_header"
        }
      },
      "address": 0
    },
    "evmisc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "evnamemap_hash": {
      "type": {
        "count": 251,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "evname_list"
        }
      },
      "address": 18446744071613294624
    },
    "evnamemap_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613294584
    },
    "evnum": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "evnum_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "evp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigevent"
        }
      },
      "address": 0
    },
    "evport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_vport"
        }
      },
      "address": 0
    },
    "evregion.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evrgnini.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evsci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "evt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "evt_detail_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "evt_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "evtchn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_evtchn"
        }
      },
      "address": 0
    },
    "evtchn_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573851232
    },
    "evtchn_bind_user_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573854800
    },
    "evtchn_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071612469408
    },
    "evtchn_dev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evtchn_devsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609525256
    },
    "evtchn_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609525208
    },
    "evtchn_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573855504
    },
    "evtchn_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573851088
    },
    "evtchn_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573855616
    },
    "evtchn_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573852464
    },
    "evtchn_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585134176
    },
    "evtchn_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573851296
    },
    "evtchn_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573853808
    },
    "evtchn_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573851200
    },
    "evtchn_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573851568
    },
    "evtchn_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573854016
    },
    "evtchn_tree_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573854272
    },
    "evtchn_type_to_string": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585128496
    },
    "evtchn_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573852080
    },
    "evtchn_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609525160
    },
    "evtchn_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609525136
    },
    "evtchn_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609525072
    },
    "evtf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_evtf_record"
        }
      },
      "address": 0
    },
    "evtflags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "evtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bt_event"
        }
      },
      "address": 0
    },
    "evtreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_EVENT_NOTIFICATION_REQUEST"
        }
      },
      "address": 0
    },
    "evxface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evxfevnt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evxfgpe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "evxfregn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ew_finger_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420404
    },
    "ewcode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ewds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seeprom_cmd"
        }
      },
      "address": 0
    },
    "ewen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seeprom_cmd"
        }
      },
      "address": 0
    },
    "eword": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ex_login": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608465928
    },
    "exact": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "exca.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exca_activate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569435616
    },
    "exca_deactivate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569435904
    },
    "exca_do_io_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569433200
    },
    "exca_do_mem_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569431856
    },
    "exca_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569434272
    },
    "exca_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569435376
    },
    "exca_io_getb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569435232
    },
    "exca_io_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569432992
    },
    "exca_io_putb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569435296
    },
    "exca_io_unmap_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569433520
    },
    "exca_mem_findmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569432336
    },
    "exca_mem_getb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569434416
    },
    "exca_mem_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569431520
    },
    "exca_mem_putb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569434464
    },
    "exca_mem_set_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569432192
    },
    "exca_mem_set_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569432848
    },
    "exca_mem_unmap_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569432704
    },
    "exca_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608459792
    },
    "exca_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436224
    },
    "exca_probe_slots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569434512
    },
    "exca_removal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569435504
    },
    "exca_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569433856
    },
    "excamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608459728
    },
    "excess": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "exchange_scr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572744672
    },
    "exchanges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "excl": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "excluded_direction": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "exclusive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "exclusive_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "exclusive_ports": {
      "type": {
        "kind": "struct",
        "name": "mlx4_active_ports"
      },
      "address": 0
    },
    "exconcat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exconfig.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exconvrt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "excreate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exdebug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exdump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "work_exec"
        }
      },
      "address": 0
    },
    "exec_alloc_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575266656
    },
    "exec_args_add_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575267040
    },
    "exec_args_add_env": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575267152
    },
    "exec_args_add_fname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575266896
    },
    "exec_args_adjust_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575267280
    },
    "exec_args_gen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612538232
    },
    "exec_args_get_begin_envv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264432
    },
    "exec_args_kva_freelist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b2f4089e62d129ce"
      },
      "address": 18446744071612538192
    },
    "exec_args_kva_lowmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575270720
    },
    "exec_args_kva_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538200
    },
    "exec_args_kva_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609653576
    },
    "exec_check_permissions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575268208
    },
    "exec_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264384
    },
    "exec_copyin_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575257696
    },
    "exec_copyout_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575267376
    },
    "exec_elf32_imgact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575080368
    },
    "exec_elf64_imgact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575060896
    },
    "exec_free_abi_mappings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264912
    },
    "exec_free_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264464
    },
    "exec_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exec_map_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613299844
    },
    "exec_map_entry_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613299840
    },
    "exec_map_first_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264544
    },
    "exec_map_stack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575265712
    },
    "exec_map_store": {
      "type": {
        "kind": "struct",
        "name": "vm_map"
      },
      "address": 18446744071613299408
    },
    "exec_new_vmspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264992
    },
    "exec_onexec_old": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264880
    },
    "exec_prealloc_args_kva": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575270512
    },
    "exec_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575268640
    },
    "exec_release_args_kva": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575271008
    },
    "exec_setregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581395120
    },
    "exec_shell_imgact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575088768
    },
    "exec_sysvec_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575581472
    },
    "exec_sysvec_init_secondary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575581744
    },
    "exec_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613041448
    },
    "exec_unmap_first_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264832
    },
    "exec_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575268848
    },
    "execpath_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "execsigs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575597024
    },
    "execsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "execsw"
          }
        }
      },
      "address": 18446744071612538168
    },
    "execute": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "exeq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_exe_queue_obj"
        }
      },
      "address": 0
    },
    "exeq_pos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_exeq_elem"
        }
      },
      "address": 0
    },
    "exeq_pos_n": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_exeq_elem"
        }
      },
      "address": 0
    },
    "exf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_xform"
        }
      },
      "address": 0
    },
    "exfield.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exflags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "exfldio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exist": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "existing_phy_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "existing_vfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "exit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "exit1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575272480
    },
    "exit_onexit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575272448
    },
    "exit_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613041440
    },
    "exiting": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "exmisc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "exmutex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exnames.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exoparg1.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exoparg2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exoparg3.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exoparg6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071584048672
    },
    "exp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "exp_payload_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "exp_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_sas_expander_phy"
        }
      },
      "address": 0
    },
    "expander_phy_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "expect": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_outBuffer"
      },
      "address": 0
    },
    "expect_linktarget": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "expected": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "expectedWriteSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "expected_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "expected_map_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "expire": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "expire_bw_meter_leq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577754176
    },
    "expire_bw_upcalls_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577753456
    },
    "expire_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577130784
    },
    "expire_mfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577747168
    },
    "expire_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131088
    },
    "expire_upcalls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578124576
    },
    "expire_upcalls_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613139200
    },
    "expireq_locked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "expireret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "expiry_limit": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "explicit_bzero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576651120
    },
    "explicit_bzero.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "explicit_iv_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "explicitly_denied": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "exponent": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "export": {
      "type": {
        "kind": "struct",
        "name": "export_args"
      },
      "address": 0
    },
    "export_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "export_file_to_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575189776
    },
    "export_vnode_to_sb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216000
    },
    "exported_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altq_v1"
        }
      },
      "address": 0
    },
    "exprep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exprom_header_buf": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "expunge_ufs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579814912
    },
    "expunge_ufs2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579816208
    },
    "exregion.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exresnte.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exresolv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exresop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exserial.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exstore.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exstoren.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exstorob.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "exsystem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bpf_if_ext"
        }
      },
      "address": 0
    },
    "ext32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_ext_cfg_page_req32"
        }
      },
      "address": 0
    },
    "extBusy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "extBusyDelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "extDict": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ext_ability": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ext_atten_reg": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ext_busy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_busy_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_chan": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ext_csd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ext_entity_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_entity_hdr"
        }
      },
      "address": 0
    },
    "ext_family": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ext_inq": {
      "type": {
        "kind": "struct",
        "name": "scsi_vpd_extended_inquiry_data"
      },
      "address": 0
    },
    "ext_irqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ext_lna": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ext_mdio": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ext_model": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_page_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_ext_cfg_page_req"
        }
      },
      "address": 0
    },
    "ext_page_req32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_ext_cfg_page_req32"
        }
      },
      "address": 0
    },
    "ext_page_req_swab": {
      "type": {
        "kind": "struct",
        "name": "mpt_ext_cfg_page_req"
      },
      "address": 0
    },
    "ext_pgs_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ext_phy_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_phy_line_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ext_phy_link_up": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ext_phy_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_phy_types_str": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587171312
    },
    "ext_prop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ext_rssi": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ext_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ext_speed": {
      "type": {
        "kind": "enum",
        "name": "iavf_ext_link_speed"
      },
      "address": 0
    },
    "extattr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "extattr_check_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576540608
    },
    "extattr_delete_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576457792
    },
    "extattr_get_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576456368
    },
    "extattr_list_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576458976
    },
    "extattr_set_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576454928
    },
    "extblocks": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "extc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "extc_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extcaps": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "extcnf_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "extend": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "extended": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extended_addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extended_buttons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extended_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "extendfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573942688
    },
    "extent": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "extent_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "externalcable_present": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "extfree_refs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610628576
    },
    "extfree_rels": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610628584
    },
    "exthdrs": {
      "type": {
        "kind": "struct",
        "name": "ip6_exthdrs"
      },
      "address": 0
    },
    "extlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extpg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extpgsiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extra": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "extraBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "extra_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "extra_blbits": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585218768
    },
    "extra_dbits": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585218640
    },
    "extra_deleg": {
      "type": {
        "kind": "struct",
        "name": "nfscldeleghead"
      },
      "address": 0
    },
    "extra_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "extra_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extra_history_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609233560
    },
    "extra_lbits": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585218512
    },
    "extra_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extra_open": {
      "type": {
        "kind": "struct",
        "name": "nfsclopenhead"
      },
      "address": 0
    },
    "extra_work": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extrabufs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "extrace.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "extractMagic": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "extract_msg_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578381936
    },
    "extradelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extralen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extramode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "extras": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netif_extra_info"
        }
      },
      "address": 0
    },
    "extrcdelta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extsr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "extsts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "exutils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "f": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f0_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f0f0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f1_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f2_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f3_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f4_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f5_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f6_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f7_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f8_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0f9_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f0g9": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f1_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f1a": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f1c": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f1d": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f1f1_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f2_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f3_4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f4_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f5_4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f6_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f7_4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f8_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1f9_76": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g1_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g3_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g5_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g7_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f1g9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f2_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f2f2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2f3_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2f4_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2f5_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2f6_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2f7_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2f8_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2f9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f2g9_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f3_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f3f3_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3f4_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3f5_4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3f6_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3f7_76": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3f8_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3f9_76": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g1_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g3_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g5_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g7_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f3g9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f4_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f4f4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4f5_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4f6_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4f7_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4f8_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4f9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g6_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g7_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f4g9_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f5_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f5_38": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f5f5_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5f6_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5f7_76": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5f8_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5f9_76": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g1_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g3_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g5_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g6_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g7_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f5g9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f6_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f6_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f6f6_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6f7_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6f8_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6f9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g4_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g5_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g6_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g7_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f6g9_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f7_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f7_38": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f7a": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f7b": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f7c": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f7f7_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7f8_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7f9_76": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g1_2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g3_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g4_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g5_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g6_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g7_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f7g9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f8_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f8f8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8f9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g2_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g3_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g4_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g5_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g6_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g7_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f8g9_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f9_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f9_38": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "f9f9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g1_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g2_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g3_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g4_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g5_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g6_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g7_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g8_19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "f9g9_38": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "fParams": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_frameParameters"
      },
      "address": 0
    },
    "f_arg": {
      "type": {
        "kind": "struct",
        "name": "fctl_cb_arg"
      },
      "address": 0
    },
    "f_done": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f_entry": {
      "type": {
        "kind": "struct",
        "name": "ice_fltr_list_entry"
      },
      "address": 0
    },
    "f_info": {
      "type": {
        "kind": "struct",
        "name": "ice_fltr_info"
      },
      "address": 0
    },
    "f_inproc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "f_list_entry": {
      "type": {
        "kind": "struct",
        "name": "ice_fltr_list_entry"
      },
      "address": 0
    },
    "f_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_sp_obj"
        }
      },
      "address": 0
    },
    "f_req": {
      "type": {
        "kind": "struct",
        "name": "MSG_PORT_FACTS"
      },
      "address": 0
    },
    "f_rule_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "f_rx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_fifo"
        }
      },
      "address": 0
    },
    "f_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_mac_filter"
        }
      },
      "address": 0
    },
    "f_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_fifo"
        }
      },
      "address": 0
    },
    "f_wakeup": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fadvise_info"
        }
      },
      "address": 0
    },
    "fa2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fabctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_t"
        }
      },
      "address": 0
    },
    "fabric": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_t"
        }
      },
      "address": 0
    },
    "facility": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071612900208
    },
    "facility_initialized": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071612900320
    },
    "facs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "factor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "factps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "faddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "faddr6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "faddr_str": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fadt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_FADT"
        }
      },
      "address": 0
    },
    "fail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fail_aen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fail_on_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fail_point_alloc_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575284992
    },
    "fail_point_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575285072
    },
    "fail_point_eval_nontrivial": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575285904
    },
    "fail_point_garbage_collect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575285440
    },
    "fail_point_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575288336
    },
    "fail_point_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575284752
    },
    "fail_point_is_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575284688
    },
    "fail_point_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575286912
    },
    "fail_point_sysctl_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575289168
    },
    "fail_sysctl_drain_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575288288
    },
    "fail_type_strings": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_1a9dad440b8fd626"
        }
      },
      "address": 18446744071585167584
    },
    "failed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "failed_vnode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "failnmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsmount"
        }
      },
      "address": 0
    },
    "failpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "failsafe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "failsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "fair_periodic_timeout_usec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fairq_add_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576744048
    },
    "fairq_add_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576744368
    },
    "fairq_class_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576745264
    },
    "fairq_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576743392
    },
    "fairq_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576742752
    },
    "fairq_getq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576746304
    },
    "fairq_getqstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576745632
    },
    "fairq_pfattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576742656
    },
    "fairq_purgeq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576746032
    },
    "fairq_remove_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576744256
    },
    "fairq_remove_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576745168
    },
    "fairq_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576743952
    },
    "fak": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fake": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fake_device_id_hdr": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "fake_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "fake_fw": {
      "type": {
        "kind": "struct",
        "name": "firmware"
      },
      "address": 0
    },
    "fake_global": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481792
    },
    "fake_inq_data": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585050480
    },
    "fake_wchan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291752
    },
    "fakefh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fakefileno": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fakepd": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613479904
    },
    "fakepg_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613313680
    },
    "falign": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fallback": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "falloc_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575196624
    },
    "falloc_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575195696
    },
    "falseDectectBackoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fam": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fambuf": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "families": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "genl_family"
        }
      },
      "address": 18446744071613142192
    },
    "family": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "family4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "family_code": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "family_event_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613142856
    },
    "family_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fan_failure_det_req": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fan_off_thrshld": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fan_on_thrshld": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fapi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pps_fetch_args"
        }
      },
      "address": 0
    },
    "far": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "farnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_node"
        }
      },
      "address": 0
    },
    "faroff": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "farseg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fast": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "fastHashFillStep": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fastLink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ppp_link"
        }
      },
      "address": 0
    },
    "fastMode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fast_syscall_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382451
    },
    "fast_teardown": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "fast_timeout": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "fastblk": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "fastblock_mask": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 18446744071612807080
    },
    "fastclk_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fastlz.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fastlz1_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569102736
    },
    "fastlz1_compress.g_htab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610628688
    },
    "fastlz2_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569103792
    },
    "fastlz2_compress.g_htab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610694224
    },
    "fastlz_api.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fastlz_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569102704
    },
    "fastlz_compress_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569106896
    },
    "fastlz_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569105088
    },
    "fat_BytesPerSector": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fat_FirstDataSector": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fatal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fatal_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610626144
    },
    "fatal_error": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fatal_error_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568869760
    },
    "fatalerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fatblocksec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fatentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573938528
    },
    "fattime2timespec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575886720
    },
    "fattr_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fattrflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fatval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fault_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fault_led_gpio": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fault_rec": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "fault_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "faultcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "faultin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580321136
    },
    "faultp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "unnamed_792ea9ab390d7100"
        }
      },
      "address": 0
    },
    "fb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fb_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608460136
    },
    "fb_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436912
    },
    "fb_commonioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580846432
    },
    "fb_count": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fb_default_getinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569437488
    },
    "fb_dump_adp_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845888
    },
    "fb_dump_mode_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580846240
    },
    "fb_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fb_getinfo_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608460592
    },
    "fb_height": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fb_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fb_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436960
    },
    "fb_list_head": {
      "type": {
        "kind": "struct",
        "name": "fb_list_head_t"
      },
      "address": 18446744071610759888
    },
    "fb_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569437104
    },
    "fb_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436896
    },
    "fb_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436928
    },
    "fb_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fb_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580846384
    },
    "fb_type.types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587067920
    },
    "fb_width": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fb_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436944
    },
    "fbacklvl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fband": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_FREQ_BAND"
        }
      },
      "address": 0
    },
    "fbd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fbd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569437232
    },
    "fbd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569437360
    },
    "fbd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608459848
    },
    "fbd_drmn_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608460448
    },
    "fbd_drmn_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608460424
    },
    "fbd_drmnmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608460016
    },
    "fbd_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436704
    },
    "fbd_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608459824
    },
    "fbd_fb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608460360
    },
    "fbd_fb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608460336
    },
    "fbd_fbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608459944
    },
    "fbd_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436240
    },
    "fbd_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584770448
    },
    "fbd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569437216
    },
    "fbd_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436320
    },
    "fbd_udl_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608460536
    },
    "fbd_udl_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608460512
    },
    "fbd_udlmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608460088
    },
    "fbd_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436592
    },
    "fbdfw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "firmware"
        }
      },
      "address": 0
    },
    "fbf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "fbi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fbclock_info"
        }
      },
      "address": 0
    },
    "fbn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freeblks"
        }
      },
      "address": 0
    },
    "fbs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fburst": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ocs_dma_t"
        }
      },
      "address": 0
    },
    "fc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fc0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fc_aq_err": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fc_els_handler_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608524512
    },
    "fc_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_header_t"
        }
      },
      "address": 0
    },
    "fc_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fc_mbcmd_names": {
      "type": {
        "count": 127,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584787456
    },
    "fc_mode": {
      "type": {
        "kind": "enum",
        "name": "i40e_fc_mode"
      },
      "address": 0
    },
    "fc_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fc_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573938208
    },
    "fc_str": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fc_str_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fc_thres_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fc_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fcaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filecaps"
        }
      },
      "address": 0
    },
    "fccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "fccfg_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcct_iu_header_t"
        }
      },
      "address": 0
    },
    "fcf_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fcf_wwn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fcfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcfi": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fchdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_header_t"
        }
      },
      "address": 0
    },
    "fclk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "componentname"
        }
      },
      "address": 0
    },
    "fcntlcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcntlrights": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bpf_program_buffer"
        }
      },
      "address": 0
    },
    "fcoe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcoe_fip_t"
        }
      },
      "address": 0
    },
    "fcoe_cntx_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcoe_filt_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcoe_fmax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fconf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fatcache"
        }
      },
      "address": 0
    },
    "fcp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcparam"
        }
      },
      "address": 0
    },
    "fcp_dl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcp_dl_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "fcp_rspcode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fcpcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcp_cmnd_iu_t"
        }
      },
      "address": 0
    },
    "fcprsp": {
      "type": {
        "kind": "struct",
        "name": "fcp_rsp_iu_t"
      },
      "address": 0
    },
    "fcr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fcr1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcrth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcrtl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fcs0": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fcsCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcsID": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcsId": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fcstab": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585256880
    },
    "fct": {
      "type": {
        "kind": "enum",
        "name": "unnamed_bbc3d61c49593b5e"
      },
      "address": 0
    },
    "fctl0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fctl_note": {
      "type": {
        "kind": "struct",
        "name": "Elf_Note"
      },
      "address": 18446744071609618688
    },
    "fctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fctrl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fd_data"
        }
      },
      "address": 0
    },
    "fd_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580859584
    },
    "fd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580874544
    },
    "fd_attach2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580874784
    },
    "fd_dc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "fd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580874624
    },
    "fd_detach_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580874896
    },
    "fd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610104232
    },
    "fd_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580870800
    },
    "fd_fdc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610104184
    },
    "fd_fdc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610104160
    },
    "fd_fdcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610103432
    },
    "fd_from": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmfd"
        }
      },
      "address": 0
    },
    "fd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580860256
    },
    "fd_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587072960
    },
    "fd_native_types": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "fd_type"
          }
        }
      },
      "address": 18446744071587072896
    },
    "fd_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_data"
        }
      },
      "address": 0
    },
    "fd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580873296
    },
    "fd_providergone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580861168
    },
    "fd_searchlist_12m": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fd_type"
        }
      },
      "address": 18446744071610103568
    },
    "fd_searchlist_144m": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fd_type"
        }
      },
      "address": 18446744071610103856
    },
    "fd_searchlist_288m": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fd_type"
        }
      },
      "address": 18446744071610104000
    },
    "fd_searchlist_360k": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fd_type"
        }
      },
      "address": 18446744071610103472
    },
    "fd_searchlist_720k": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fd_type"
        }
      },
      "address": 18446744071610103760
    },
    "fd_ss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_sync_status"
        }
      },
      "address": 0
    },
    "fd_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580859376
    },
    "fd_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_data"
        }
      },
      "address": 0
    },
    "fd_to": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmfd"
        }
      },
      "address": 0
    },
    "fd_turnoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580873168
    },
    "fd_turnon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580871200
    },
    "fdalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575190080
    },
    "fdallocn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575195504
    },
    "fdautoselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580870208
    },
    "fdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_table"
        }
      },
      "address": 0
    },
    "fdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdc_data"
        }
      },
      "address": 0
    },
    "fdc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fdc_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fdc_acpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580875136
    },
    "fdc_acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610104448
    },
    "fdc_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610104400
    },
    "fdc_acpi_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587073120
    },
    "fdc_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610104376
    },
    "fdc_acpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580874928
    },
    "fdc_acpi_probe.fdc_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610104496
    },
    "fdc_acpi_probe_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580876000
    },
    "fdc_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610104336
    },
    "fdc_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580863648
    },
    "fdc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580863808
    },
    "fdc_biodone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580871648
    },
    "fdc_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580862400
    },
    "fdc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580863296
    },
    "fdc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610104712
    },
    "fdc_hints_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580869536
    },
    "fdc_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610104768
    },
    "fdc_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580871312
    },
    "fdc_initial_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580861888
    },
    "fdc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580864160
    },
    "fdc_intr_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580864144
    },
    "fdc_isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fdc_isa_alloc_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580876496
    },
    "fdc_isa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580877664
    },
    "fdc_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610104664
    },
    "fdc_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610104640
    },
    "fdc_isa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580877488
    },
    "fdc_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610104576
    },
    "fdc_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587073232
    },
    "fdc_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580873264
    },
    "fdc_pio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580872912
    },
    "fdc_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580869712
    },
    "fdc_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580861760
    },
    "fdc_release_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580861200
    },
    "fdc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580871984
    },
    "fdc_sense_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580872640
    },
    "fdc_set_fdtype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580876384
    },
    "fdc_start_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580864176
    },
    "fdc_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580864272
    },
    "fdc_worker.need_recal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613421780
    },
    "fdc_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580861824
    },
    "fdcheckstd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575203248
    },
    "fdclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575201984
    },
    "fdcloseexec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575202496
    },
    "fdcopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575197632
    },
    "fde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedescent"
        }
      },
      "address": 0
    },
    "fdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "filedescent"
          }
        }
      },
      "address": 0
    },
    "fdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedesc"
        }
      },
      "address": 0
    },
    "fdescfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575198336
    },
    "fdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedescent"
        }
      },
      "address": 0
    },
    "fdgrowtable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575200240
    },
    "fdh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_dp_header"
        }
      },
      "address": 0
    },
    "fdiff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fdinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575197008
    },
    "fdip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "denode"
        }
      },
      "address": 0
    },
    "fdiraft": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "fdiraft_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fdircmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdirctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdirfor": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "fdirfor_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fdirhash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdirhashcmd": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fdirip6m": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdirm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdirp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "fdirport": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdirtcpm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdirvlan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_plogi_payload_t"
        }
      },
      "address": 0
    },
    "fdiv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdlastfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575182320
    },
    "fdlastfile_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575182240
    },
    "fdmisccmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580869920
    },
    "fdnn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "null_node"
        }
      },
      "address": 0
    },
    "fdnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "fdnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsnode"
        }
      },
      "address": 0
    },
    "fdopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220912
    },
    "fdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "fdp0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedesc0"
        }
      },
      "address": 0
    },
    "fdpx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fdrights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 0
    },
    "fds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "fdsetugidsafety": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575200880
    },
    "fdshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575197504
    },
    "fdstateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "fdsu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdescenttbl"
        }
      },
      "address": 0
    },
    "fdtmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedesc"
        }
      },
      "address": 0
    },
    "fdtol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedesc_to_leader"
        }
      },
      "address": 0
    },
    "fdtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fd_type"
        }
      },
      "address": 0
    },
    "fdunshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575197568
    },
    "fdvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "fdvp_s": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fdx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_error"
        }
      },
      "address": 0
    },
    "fe25519_frombytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579549040
    },
    "fe25519_invert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579550240
    },
    "fe25519_mul": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579602064
    },
    "fe25519_pow22523": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579557536
    },
    "fe25519_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579604240
    },
    "fe25519_sq2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579589872
    },
    "fe25519_tobytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579549696
    },
    "fe_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_error"
        }
      },
      "address": 0
    },
    "feat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "feat_tlv_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "feature_barrier": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "feature_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "feature_enabled_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "feature_flush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "feature_rx_copy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "features": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "features.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "features0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "features1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "features_out": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fec": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "fec_abilities": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fec_cap_changed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fec_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "fec_mask_10x_25x": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "fec_mask_50x": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "fec_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "fectl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "feed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "feed_eq_biquad_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572524752
    },
    "feed_eq_biquad_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572525392
    },
    "feed_eq_biquad_tab": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_1ce85dc841ae90cd"
        }
      },
      "address": 0
    },
    "feed_eq_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572524000
    },
    "feed_eq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572523232
    },
    "feed_eq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572522912
    },
    "feed_eq_preamp": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_b0ebbe2c711fbdf8"
        }
      },
      "address": 18446744071585018176
    },
    "feed_eq_scan_preamp_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572520000
    },
    "feed_eq_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572523280
    },
    "feed_eq_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572524352
    },
    "feed_eq_tab": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7fc9325ff8b172d7"
        }
      },
      "address": 18446744071585018000
    },
    "feed_format_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527328
    },
    "feed_format_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527232
    },
    "feed_format_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572526768
    },
    "feed_format_ops": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_efbf79651da82ab3"
        }
      },
      "address": 18446744071585018848
    },
    "feed_format_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527280
    },
    "feed_matrix_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572532528
    },
    "feed_matrix_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572532800
    },
    "feed_matrix_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572532048
    },
    "feed_matrix_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572532000
    },
    "feed_matrix_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572531616
    },
    "feed_matrix_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528704
    },
    "feed_matrix_tab": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_12dc242ee7552df4"
        }
      },
      "address": 0
    },
    "feed_mixer_S16BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572535712
    },
    "feed_mixer_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572535568
    },
    "feed_mixer_S24BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536000
    },
    "feed_mixer_S24LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572535872
    },
    "feed_mixer_S32BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572535792
    },
    "feed_mixer_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572535648
    },
    "feed_mixer_S8NE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572535376
    },
    "feed_mixer_U16BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536512
    },
    "feed_mixer_U16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536208
    },
    "feed_mixer_U24BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536624
    },
    "feed_mixer_U24LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536304
    },
    "feed_mixer_U32BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536768
    },
    "feed_mixer_U32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536432
    },
    "feed_mixer_U8NE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536128
    },
    "feed_mixer_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572533440
    },
    "feed_mixer_info_tab": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "feed_mixer_info"
        }
      },
      "address": 18446744071585020928
    },
    "feed_mixer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572533040
    },
    "feed_mixer_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572533392
    },
    "feed_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572514016
    },
    "feed_volume_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572545984
    },
    "feed_volume_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572546256
    },
    "feed_volume_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572545440
    },
    "feed_volume_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572545280
    },
    "feed_volume_info_tab": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_abd4ad08329ab91d"
        }
      },
      "address": 18446744071585021600
    },
    "feed_volume_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572544944
    },
    "feed_volume_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572545328
    },
    "feeder.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_build_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572517328
    },
    "feeder_build_format": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572519216
    },
    "feeder_build_matrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572518352
    },
    "feeder_build_mixer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572517152
    },
    "feeder_build_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572517744
    },
    "feeder_build_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572518752
    },
    "feeder_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572514480
    },
    "feeder_chain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_chain_formats": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "feeder_chain_formats_16": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "feeder_chain_formats_32": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "feeder_chain_formats_fullmulti": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "feeder_chain_formats_lean": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609190192
    },
    "feeder_chain_formats_multi": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "feeder_chain_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "feeder_eq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_eq_class": {
      "type": {
        "kind": "struct",
        "name": "feeder_class"
      },
      "address": 18446744071609195144
    },
    "feeder_eq_desc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pcm_feederdesc"
        }
      },
      "address": 18446744071609195216
    },
    "feeder_eq_exact_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812904
    },
    "feeder_eq_initsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572519600
    },
    "feeder_eq_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585018096
    },
    "feeder_eq_presets": {
      "type": {
        "count": 74,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609190464
    },
    "feeder_eq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609190432
    },
    "feeder_eq_validrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572519392
    },
    "feeder_feed_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609195352
    },
    "feeder_format.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_format_class": {
      "type": {
        "kind": "struct",
        "name": "feeder_class"
      },
      "address": 18446744071609195400
    },
    "feeder_format_desc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pcm_feederdesc"
        }
      },
      "address": 18446744071609195472
    },
    "feeder_format_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585019264
    },
    "feeder_format_read_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572526096
    },
    "feeder_format_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609195376
    },
    "feeder_format_write_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572526432
    },
    "feeder_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609195280
    },
    "feeder_get_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609195328
    },
    "feeder_getclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572511984
    },
    "feeder_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609195256
    },
    "feeder_matrix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_matrix_class": {
      "type": {
        "kind": "struct",
        "name": "feeder_class"
      },
      "address": 18446744071609195544
    },
    "feeder_matrix_compare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572530672
    },
    "feeder_matrix_default_channel_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572529296
    },
    "feeder_matrix_default_format": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572529360
    },
    "feeder_matrix_default_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572529232
    },
    "feeder_matrix_default_ids": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585020368
    },
    "feeder_matrix_desc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pcm_feederdesc"
        }
      },
      "address": 18446744071609195616
    },
    "feeder_matrix_format_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572529776
    },
    "feeder_matrix_format_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572530208
    },
    "feeder_matrix_id_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572530640
    },
    "feeder_matrix_maps": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_matrix"
        }
      },
      "address": 18446744071609195664
    },
    "feeder_matrix_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585020544
    },
    "feeder_matrix_oss_get_channel_order": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572530800
    },
    "feeder_matrix_oss_set_channel_order": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572531152
    },
    "feeder_matrix_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528656
    },
    "feeder_matrix_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609195520
    },
    "feeder_mixer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_mixer_class": {
      "type": {
        "kind": "struct",
        "name": "feeder_class"
      },
      "address": 18446744071609198088
    },
    "feeder_mixer_desc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pcm_feederdesc"
        }
      },
      "address": 18446744071609198160
    },
    "feeder_mixer_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585020864
    },
    "feeder_mixer_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609198064
    },
    "feeder_nofree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572526048
    },
    "feeder_noget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572526080
    },
    "feeder_noinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572526032
    },
    "feeder_noset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572526064
    },
    "feeder_printchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572513920
    },
    "feeder_rate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_rate_class": {
      "type": {
        "kind": "struct",
        "name": "feeder_class"
      },
      "address": 18446744071609198968
    },
    "feeder_rate_desc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pcm_feederdesc"
        }
      },
      "address": 18446744071609199040
    },
    "feeder_rate_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609198212
    },
    "feeder_rate_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585021264
    },
    "feeder_rate_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609198208
    },
    "feeder_rate_polyphase_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609198964
    },
    "feeder_rate_presets": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609198928
    },
    "feeder_rate_quality": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609198220
    },
    "feeder_rate_round": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609198216
    },
    "feeder_rate_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609198896
    },
    "feeder_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572511280
    },
    "feeder_register.feedercnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610812888
    },
    "feeder_root_class": {
      "type": {
        "kind": "struct",
        "name": "feeder_class"
      },
      "address": 18446744071609190128
    },
    "feeder_root_methods": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585017920
    },
    "feeder_root_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609190080
    },
    "feeder_root_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609190104
    },
    "feeder_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609195304
    },
    "feeder_unregisterall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572514416
    },
    "feeder_volume.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "feeder_volume_apply_matrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572544736
    },
    "feeder_volume_class": {
      "type": {
        "kind": "struct",
        "name": "feeder_class"
      },
      "address": 18446744071609225928
    },
    "feeder_volume_desc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pcm_feederdesc"
        }
      },
      "address": 18446744071609226000
    },
    "feeder_volume_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585021520
    },
    "feeder_volume_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609225904
    },
    "feedercnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812888
    },
    "feedertab": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b6b7eccc154e979b"
      },
      "address": 18446744071610812896
    },
    "feedertab.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610812896
    },
    "fentry": {
      "type": {
        "kind": "struct",
        "name": "iommu_map_entry"
      },
      "address": 0
    },
    "fetch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fetch_loader_passphrase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574655536
    },
    "fetched": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fetchtableentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565990960
    },
    "fexecv_proc_title": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071583228201
    },
    "fext_nvm11": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fextnvm6": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ffctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ffe_idle_err_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fflags_table": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_57fc3dfdc7603a85"
        }
      },
      "address": 18446744071585165616
    },
    "fflt_dbg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ffport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ffree": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ffs_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579757472
    },
    "ffs_alloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_alloccg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579758992
    },
    "ffs_alloccgblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579781168
    },
    "ffs_backgroundwritedone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579991984
    },
    "ffs_balloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_balloc_ufs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579784816
    },
    "ffs_balloc_ufs2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579790496
    },
    "ffs_bdflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579826624
    },
    "ffs_blkatoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579989648
    },
    "ffs_blkfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579763984
    },
    "ffs_blkfree_cg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579776032
    },
    "ffs_blkfree_sendtrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579775696
    },
    "ffs_blkfree_trim_completed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579782672
    },
    "ffs_blkfree_trim_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579782752
    },
    "ffs_blkpref_ufs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579773056
    },
    "ffs_blkpref_ufs2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579774000
    },
    "ffs_blkrelease_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579775584
    },
    "ffs_blkrelease_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579774928
    },
    "ffs_blkrelease_start.masterkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613296896
    },
    "ffs_breadz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579971504
    },
    "ffs_bufwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579990528
    },
    "ffs_calc_sbhash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579969744
    },
    "ffs_check_blkno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579989920
    },
    "ffs_checkfreefile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579779440
    },
    "ffs_ckhash_cg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579779648
    },
    "ffs_close_ea": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580002560
    },
    "ffs_closeextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579997152
    },
    "ffs_clrblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579970304
    },
    "ffs_clusteracct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579970528
    },
    "ffs_clusteralloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579779728
    },
    "ffs_cmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579981792
    },
    "ffs_copyonwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579827808
    },
    "ffs_deleteextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579997968
    },
    "ffs_enxio_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610057804
    },
    "ffs_extattrctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579985840
    },
    "ffs_fdatasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579996144
    },
    "ffs_fhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579985712
    },
    "ffs_fifoops1": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071610058768
    },
    "ffs_fifoops2": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071610060128
    },
    "ffs_findextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580003824
    },
    "ffs_flushfiles": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579974784
    },
    "ffs_fragacct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579969824
    },
    "ffs_freefile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579777696
    },
    "ffs_fserr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579760320
    },
    "ffs_fsfail_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579971056
    },
    "ffs_fsfail_cleanup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579971344
    },
    "ffs_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579995216
    },
    "ffs_gbp_getblkno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580004016
    },
    "ffs_gbp_getblksz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580004048
    },
    "ffs_geom_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579991360
    },
    "ffs_getcg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579778736
    },
    "ffs_getextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579997296
    },
    "ffs_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579995808
    },
    "ffs_getpages_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579995936
    },
    "ffs_ifree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579989840
    },
    "ffs_indirtrunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579802608
    },
    "ffs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579985744
    },
    "ffs_inode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_inode_bwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579802528
    },
    "ffs_inotovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579976624
    },
    "ffs_isblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579970016
    },
    "ffs_isfreeblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579970160
    },
    "ffs_listextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579997664
    },
    "ffs_load_inode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579974256
    },
    "ffs_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579995552
    },
    "ffs_lock_ea": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580002128
    },
    "ffs_mapsearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579782096
    },
    "ffs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579977984
    },
    "ffs_mountfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579985936
    },
    "ffs_nodealloccg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579771024
    },
    "ffs_oldfscompat_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579973888
    },
    "ffs_oldfscompat_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579974656
    },
    "ffs_open_ea": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580001296
    },
    "ffs_openextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579997920
    },
    "ffs_ops": {
      "type": {
        "kind": "struct",
        "name": "buf_ops"
      },
      "address": 18446744071610057992
    },
    "ffs_opts": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610057824
    },
    "ffs_own_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579977952
    },
    "ffs_rdonly": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579803808
    },
    "ffs_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579992704
    },
    "ffs_reallocblks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579764672
    },
    "ffs_realloccg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579760416
    },
    "ffs_reload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579971712
    },
    "ffs_sbget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579953104
    },
    "ffs_sbput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579969424
    },
    "ffs_sbsearch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579968384
    },
    "ffs_sbupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579976992
    },
    "ffs_setblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579970416
    },
    "ffs_setextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579998432
    },
    "ffs_snapblkfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579822848
    },
    "ffs_snapdata_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579817744
    },
    "ffs_snapfree_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610034048
    },
    "ffs_snapfree_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610034000
    },
    "ffs_snapfree_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610034024
    },
    "ffs_snapgone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579820384
    },
    "ffs_snapremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579821072
    },
    "ffs_snapshot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579803840
    },
    "ffs_snapshot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_snapshot_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579824528
    },
    "ffs_snapshot_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579826080
    },
    "ffs_softdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579983152
    },
    "ffs_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_susp_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610060928
    },
    "ffs_susp_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613298240
    },
    "ffs_susp_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580005680
    },
    "ffs_susp_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580004160
    },
    "ffs_susp_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580004816
    },
    "ffs_susp_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613298208
    },
    "ffs_susp_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580004272
    },
    "ffs_susp_rdwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580004288
    },
    "ffs_susp_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580005280
    },
    "ffs_susp_uninitialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580004240
    },
    "ffs_susp_unsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580005936
    },
    "ffs_suspend.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579983584
    },
    "ffs_sync_lazy_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579992480
    },
    "ffs_sync_snap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579829552
    },
    "ffs_syncvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579999536
    },
    "ffs_tables.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579798336
    },
    "ffs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579985792
    },
    "ffs_unlock_ea": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580002384
    },
    "ffs_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579981936
    },
    "ffs_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579797472
    },
    "ffs_update_dinode_ckhash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579953040
    },
    "ffs_use_bread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579989488
    },
    "ffs_use_bwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579977168
    },
    "ffs_valloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579768560
    },
    "ffs_verify_dinode_ckhash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579952944
    },
    "ffs_vfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579772992
    },
    "ffs_vfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_vget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579975280
    },
    "ffs_vgetf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579975296
    },
    "ffs_vnodeops1": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071610058088
    },
    "ffs_vnodeops2": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071610059448
    },
    "ffs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ffs_vptofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579996096
    },
    "ffs_vput_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579996176
    },
    "ffs_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579993728
    },
    "ffsext_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579999440
    },
    "ffslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fg_in": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "fg_inlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fgc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575194528
    },
    "fget_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575203760
    },
    "fget_cap_noref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575189536
    },
    "fget_fcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575188784
    },
    "fget_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575205904
    },
    "fget_only_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575205792
    },
    "fget_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575206256
    },
    "fget_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575189152
    },
    "fget_unlocked_seq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575204432
    },
    "fget_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575206432
    },
    "fgetown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575192416
    },
    "fgetvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575206608
    },
    "fgetvp_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575207440
    },
    "fgetvp_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575205312
    },
    "fgetvp_lookup_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575204896
    },
    "fgetvp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575207408
    },
    "fgetvp_rights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575207120
    },
    "fgn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fiodgname_arg"
        }
      },
      "address": 0
    },
    "fgnup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "unnamed_3d9c50d604ea8824"
        }
      },
      "address": 0
    },
    "fh": {
      "type": {
        "kind": "struct",
        "name": "fhandle_t"
      },
      "address": 0
    },
    "fhSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fha_extract_info.random_fh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612483176
    },
    "fhanew_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574318144
    },
    "fhanew_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574321472
    },
    "fhanew_nd_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574320192
    },
    "fhanew_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574321776
    },
    "fhard": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fhcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fhd": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fhdByte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "flash_file_hdr"
        }
      },
      "address": 0
    },
    "fhe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fha_hash_entry"
        }
      },
      "address": 0
    },
    "fhenew_stats_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574320576
    },
    "fhiszero": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fhlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fhp": {
      "type": {
        "kind": "struct",
        "name": "fhandle"
      },
      "address": 0
    },
    "fhs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fha_hash_slot"
        }
      },
      "address": 0
    },
    "fhsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fhstyle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_info"
        }
      },
      "address": 0
    },
    "fia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "find_iter_args"
        }
      },
      "address": 0
    },
    "fib": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585181376
    },
    "fib4_algo_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577654080
    },
    "fib4_algo_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609908504
    },
    "fib4_calc_software_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577650688
    },
    "fib4_check_urpf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577650944
    },
    "fib4_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577650768
    },
    "fib4_lookup_debugnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577651408
    },
    "fib4_lookup_rt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577651168
    },
    "fib6_algo_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042720
    },
    "fib6_algo_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957880
    },
    "fib6_calc_software_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578040560
    },
    "fib6_check_urpf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578040848
    },
    "fib6_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578040672
    },
    "fib6_lookup_debugnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578041344
    },
    "fib6_lookup_rt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578041072
    },
    "fib6_radix_lookup_nh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042144
    },
    "fib_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fib_algo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fib_check_best_algo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577108752
    },
    "fib_cleanup_algo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093904
    },
    "fib_destroy_rib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093888
    },
    "fib_epoch_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577096128
    },
    "fib_gen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613056800
    },
    "fib_get_nhop_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577096176
    },
    "fib_get_nhop_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577096192
    },
    "fib_get_rh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577096160
    },
    "fib_get_rtable_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577096048
    },
    "fib_grow_rtables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577095568
    },
    "fib_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fib_module_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577097664
    },
    "fib_module_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577097920
    },
    "fib_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613056768
    },
    "fib_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609841112
    },
    "fib_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609840480
    },
    "fib_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609840504
    },
    "fib_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577093632
    },
    "fib_set_algo_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577096112
    },
    "fib_set_datapath_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577094352
    },
    "fib_setup_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577096224
    },
    "fib_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fib_unref_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577107136
    },
    "fibctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_fib_context"
        }
      },
      "address": 0
    },
    "fiber_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fiber_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fibnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fibphys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "fibsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fid_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fidx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "field": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "field16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "field32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "field_desc_show": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568853952
    },
    "field_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "field_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fields": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 0
    },
    "fif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "fifo": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "fifo_advlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926464
    },
    "fifo_avp": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "addr_val_pair"
        }
      },
      "address": 18446744071608427440
    },
    "fifo_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926560
    },
    "fifo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573925792
    },
    "fifo_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fifo_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573924128
    },
    "fifo_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926352
    },
    "fifo_printinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926496
    },
    "fifo_scbptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fifo_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fifo_specops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609532912
    },
    "fifo_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610103456
    },
    "fifo_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fifostart": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fildes": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "fildesc_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609649168
    },
    "fildesc_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220720
    },
    "fildescdev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609648808
    },
    "file": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "file_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "file_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbb_file_data"
        }
      },
      "address": 0
    },
    "file_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609651768
    },
    "file_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "file_name": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "file_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "file_offset_head_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573864512
    },
    "file_offset_head_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573866832
    },
    "file_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608210448
    },
    "fileaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "filecaps_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575195232
    },
    "filecaps_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575195440
    },
    "filecaps_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575195360
    },
    "filedelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609813128
    },
    "filedesc0_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608210456
    },
    "filedesc_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "filedesc_to_leader_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575214000
    },
    "filedesc_to_leader_share": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575214224
    },
    "filedesc_unlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fileid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "filelen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "filelistinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575220544
    },
    "filename": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "filename_vp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "fileno": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fileobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fileobj"
        }
      },
      "address": 0
    },
    "fileofs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612537896
    },
    "filerecp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "filesid": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "filestruct_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "filetype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fill": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485344
    },
    "fill_adapter_param.dcc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587072352
    },
    "fill_addrinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577147104
    },
    "fill_blackholeinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577148576
    },
    "fill_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581653408
    },
    "fill_dbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581398976
    },
    "fill_dbregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582329600
    },
    "fill_fpregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581396224
    },
    "fill_fpregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582328768
    },
    "fill_frame_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581395664
    },
    "fill_kinfo_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575469600
    },
    "fill_kinfo_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575471728
    },
    "fill_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569085680
    },
    "fill_pxmask_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110912
    },
    "fill_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581395632
    },
    "fill_regs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582328336
    },
    "fill_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_setting"
        }
      },
      "address": 0
    },
    "fill_temp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435008
    },
    "fill_window": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576683248
    },
    "filled": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "fillinusemap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573941792
    },
    "fillw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581537312
    },
    "filp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linux_file"
        }
      },
      "address": 0
    },
    "filt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "filt_aio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576354992
    },
    "filt_aioattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576354816
    },
    "filt_aiodetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576354896
    },
    "filt_bpfdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786448
    },
    "filt_bpfread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786480
    },
    "filt_bpfwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576786672
    },
    "filt_devctl_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575223808
    },
    "filt_devctl_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575223840
    },
    "filt_eventfddetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045792
    },
    "filt_eventfdread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045936
    },
    "filt_eventfdwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576045968
    },
    "filt_fileattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575253664
    },
    "filt_fsattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548208
    },
    "filt_fsdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548240
    },
    "filt_fsevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548272
    },
    "filt_kqdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575253584
    },
    "filt_kqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575253616
    },
    "filt_lio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576355216
    },
    "filt_lioattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576355040
    },
    "filt_liodetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576355120
    },
    "filt_nullattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235920
    },
    "filt_pipedetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073232
    },
    "filt_pipedetach_notsup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073200
    },
    "filt_pipenotsup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073216
    },
    "filt_piperead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073408
    },
    "filt_pipewrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073520
    },
    "filt_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575254512
    },
    "filt_procattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575253696
    },
    "filt_procdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575254464
    },
    "filt_sigattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591408
    },
    "filt_sigdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591472
    },
    "filt_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591504
    },
    "filt_soempty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576291104
    },
    "filt_sordetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576290208
    },
    "filt_soread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576290400
    },
    "filt_sowdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576290592
    },
    "filt_sowrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576290784
    },
    "filt_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575255280
    },
    "filt_timerattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575254656
    },
    "filt_timerdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575254960
    },
    "filt_timerexpire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575252432
    },
    "filt_timerexpire_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575240496
    },
    "filt_timertouch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575255296
    },
    "filt_timervalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575255824
    },
    "filt_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575256352
    },
    "filt_userattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575256304
    },
    "filt_userdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575256336
    },
    "filt_usertouch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575256368
    },
    "filt_vfsdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576575040
    },
    "filt_vfsread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576575168
    },
    "filt_vfsvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576575792
    },
    "filt_vfswrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576575616
    },
    "filter": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "filter_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "filter_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "filter_increase_by": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890928
    },
    "filter_increase_by_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890960
    },
    "filter_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_vlan_filter_list"
        }
      },
      "address": 0
    },
    "filter_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "filter_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "filter_reduce_by": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890832
    },
    "filter_reduce_by_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890880
    },
    "filter_str": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "filtered": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "filterops_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538048
    },
    "filtsave": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "fin6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "fin_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "finalMatchSplit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "finalSpur": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "finalTSIdx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "final_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "final_buff_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "final_rix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "finalindex_tries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "finalize_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578425120
    },
    "find": {
      "type": {
        "kind": "struct",
        "name": "ip6_msource"
      },
      "address": 0
    },
    "find_aligned_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578931840
    },
    "find_and_ref_tcp_fb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577892208
    },
    "find_and_ref_tcp_functions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577892064
    },
    "find_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575859840
    },
    "find_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579047136
    },
    "find_first_ft_in_ns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579274048
    },
    "find_first_ft_in_ns_reverse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579276976
    },
    "find_first_ft_in_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579273728
    },
    "find_gmap": {
      "type": {
        "kind": "struct",
        "name": "gntdev_gmap"
      },
      "address": 0
    },
    "find_gref": {
      "type": {
        "kind": "struct",
        "name": "gntdev_gref"
      },
      "address": 0
    },
    "find_nhgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075952
    },
    "find_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577085696
    },
    "find_prev_ft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579275856
    },
    "find_refill_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568939888
    },
    "find_rs_for_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577878144
    },
    "find_space": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "find_tcp_function_alias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577892320
    },
    "findchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577290784
    },
    "findchannel.chanflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585250192
    },
    "findspace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fine": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "finfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fd_formb"
        }
      },
      "address": 0
    },
    "finicsum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "finish_vt_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573632368
    },
    "finished": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "finishidentcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308256
    },
    "finit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575203680
    },
    "finit_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575203712
    },
    "finstall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575196880
    },
    "finstall_refed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575196192
    },
    "fiodgname_buf_get_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573910080
    },
    "fip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "firewire.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "firewire_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569453376
    },
    "firewire_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569451984
    },
    "firewire_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608461808
    },
    "firewire_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759952
    },
    "firewire_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569452832
    },
    "firewire_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 18446744071610759960
    },
    "firewire_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608461752
    },
    "firewire_fwohci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608461704
    },
    "firewire_fwohci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608461680
    },
    "firewire_fwohcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608461616
    },
    "firewire_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569451856
    },
    "firewire_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584770656
    },
    "firewire_phydma_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608462736
    },
    "firewire_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569451952
    },
    "firewire_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569453328
    },
    "firewire_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569453984
    },
    "firewire_watchdog.watchdog_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610759976
    },
    "firewire_xfer_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569453456
    },
    "firmware_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609736840
    },
    "firmware_feature_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_conf_table_firmware_features"
        }
      },
      "address": 0
    },
    "firmware_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575889376
    },
    "firmware_get_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575887984
    },
    "firmware_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609736880
    },
    "firmware_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575889776
    },
    "firmware_mountroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575889632
    },
    "firmware_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612909168
    },
    "firmware_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736512
    },
    "firmware_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736536
    },
    "firmware_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575889392
    },
    "firmware_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575886896
    },
    "firmware_table": {
      "type": {
        "kind": "struct",
        "name": "unnamed_219d17c459aceab2"
      },
      "address": 18446744071612909200
    },
    "firmware_tq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071612909208
    },
    "firmware_unload_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071612909216
    },
    "firmware_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575887712
    },
    "firmwaremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736792
    },
    "first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msi_intsrc"
        }
      },
      "address": 0
    },
    "firstFragment": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "firstHalfMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "firstHalfSeqStore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seqStore_t"
        }
      },
      "address": 0
    },
    "first_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "first_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "first_bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_buf_printf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041736
    },
    "first_check_block": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "first_choice": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "first_clear": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_ctlr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610909384
    },
    "first_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610772352
    },
    "first_dscp_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_elem": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "first_empty_rar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_empty_slot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_ent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sa_param_ent"
        }
      },
      "address": 0
    },
    "first_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "first_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_evtchn_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613454064
    },
    "first_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "l2t_entry"
        }
      },
      "address": 0
    },
    "first_func": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_in_ns": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "first_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "first_instr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "first_lim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_md": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "first_msecs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "first_msi_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613490512
    },
    "first_new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_node_teid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "first_open": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "first_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "first_page": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613300320
    },
    "first_page_data_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_page_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_pass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_portion": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_printf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045696
    },
    "first_prp_entry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_prp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_qindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_queue_query_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_read": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_rid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "first_rxq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "first_scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "first_seg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_teid_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "first_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625672
    },
    "first_tlv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv"
        }
      },
      "address": 0
    },
    "first_tlv_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "first_txq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "first_ucode_section": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "first_valid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "first_wait_done": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "first_wr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "firstaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "firstb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "firstblk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "firstempty": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "firstep_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584309136
    },
    "firstino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "firstjob": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kaiocb"
        }
      },
      "address": 0
    },
    "firstlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "firstlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "firstmirror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "firstmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "firstpage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "firstpde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "firstpte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "firstread": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "firstrun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "firstseg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "firsttry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATA_FIS_REG_H2D_T"
        }
      },
      "address": 0
    },
    "fis_frame_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "fis_frame_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATA_FIS_HEADER_T"
        }
      },
      "address": 0
    },
    "fis_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fisic": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fitit": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "fix_cpuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581307536
    },
    "fixed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sense_data_fixed_t"
        }
      },
      "address": 0
    },
    "fixed_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fixed_reserved_from_bot_rv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fixed_sense": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_data_fixed"
        }
      },
      "address": 0
    },
    "fixedlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fixedrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fixedtables.distfix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585215936
    },
    "fixedtables.lenfix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585213888
    },
    "fixspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575578512
    },
    "fixup": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fixup_link_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568784896
    },
    "fixup_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fixup_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609093424
    },
    "fixup_pci_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584914640
    },
    "fixup_pci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609093376
    },
    "fixup_pci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609093352
    },
    "fixup_pci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609093312
    },
    "fixup_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571623392
    },
    "fkey": {
      "type": {
        "kind": "struct",
        "name": "fkeytab"
      },
      "address": 18446744071610823288
    },
    "fkey_tab": {
      "type": {
        "count": 96,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fkeytab_t"
        }
      },
      "address": 18446744071610121632
    },
    "fkeycp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823308
    },
    "fkeymap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fkeytab_t"
        }
      },
      "address": 0
    },
    "fkeymap_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fkeyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fkeyarg_t"
        }
      },
      "address": 0
    },
    "fl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_freelist"
        }
      },
      "address": 0
    },
    "flSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fl_cidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fl_credits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fl_hw_cidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fl_info": {
      "type": {
        "kind": "struct",
        "name": "ice_fltr_list_entry"
      },
      "address": 0
    },
    "fl_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "fl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "fl_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fl_pack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450032
    },
    "fl_pad": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608447984
    },
    "fl_pidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fl_pktshift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610628560
    },
    "fl_q_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fl_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_fl"
        }
      },
      "address": 0
    },
    "fla": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flag": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "flag_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flag_cnt_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "flag_ext": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "flag_srb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flagdest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flags1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "flags2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "flags3": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "flags_next": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "flags_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "flagsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "flagvals": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "flash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_flash_info"
        }
      },
      "address": 0
    },
    "flash_5709": {
      "type": {
        "kind": "struct",
        "name": "flash_spec"
      },
      "address": 18446744071584673952
    },
    "flash_bank_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flash_cfg_start_sec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flash_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flash_data_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flash_hdr": {
      "type": {
        "kind": "struct",
        "name": "cudbg_flash_hdr"
      },
      "address": 0
    },
    "flash_linear_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flash_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flash_register_slicer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574713856
    },
    "flash_table": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "flash_spec"
        }
      },
      "address": 18446744071584674000
    },
    "flash_wait_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568984320
    },
    "flashed_crc": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "flashid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sglist_seg"
        }
      },
      "address": 0
    },
    "flavor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flbas_fmt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "flds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_flow_fld_info"
        }
      },
      "address": 0
    },
    "flen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flg": {
      "type": {
        "kind": "enum",
        "name": "unnamed_3d80c629b4595257"
      },
      "address": 0
    },
    "flh": {
      "type": {
        "kind": "struct",
        "name": "nfsclflayouthead"
      },
      "address": 0
    },
    "flid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "flit_desc_map": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584702144
    },
    "flitp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "flits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_lookup_module"
        }
      },
      "address": 0
    },
    "flm_bsearch4": {
      "type": {
        "kind": "struct",
        "name": "fib_lookup_module"
      },
      "address": 18446744071609908000
    },
    "flm_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609840640
    },
    "flm_error_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577103616
    },
    "flm_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_lookup_module"
        }
      },
      "address": 0
    },
    "flm_radix4": {
      "type": {
        "kind": "struct",
        "name": "fib_lookup_module"
      },
      "address": 18446744071609908336
    },
    "flm_radix4_lockless": {
      "type": {
        "kind": "struct",
        "name": "fib_lookup_module"
      },
      "address": 18446744071609908168
    },
    "flm_radix6": {
      "type": {
        "kind": "struct",
        "name": "fib_lookup_module"
      },
      "address": 18446744071609957712
    },
    "flm_radix6_lockless": {
      "type": {
        "kind": "struct",
        "name": "fib_lookup_module"
      },
      "address": 18446744071609957544
    },
    "flogi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_plogi_payload_t"
        }
      },
      "address": 0
    },
    "flow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "flowTime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flow_ctrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "flow_group_in": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "flow_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_mesg"
        }
      },
      "address": 0
    },
    "flow_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule"
        }
      },
      "address": 0
    },
    "flow_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flow_vm_vlan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flowc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_flowc_wr"
        }
      },
      "address": 0
    },
    "flowcontrol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "flowctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flowctrl": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "flowid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flowinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flowlabel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flowstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flowstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_stat_out_flow_control_mbox"
        }
      },
      "address": 0
    },
    "flowtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "flock"
        }
      },
      "address": 0
    },
    "flr_slave": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flswctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flt_data": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "flthdr_data": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "fltr_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_info"
        }
      },
      "address": 0
    },
    "fltr_promisc_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "flup": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flush_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqisrc_bmic_flush_cache_t"
        }
      },
      "address": 0
    },
    "flush_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_tx_path_flush_cmd_v1"
      },
      "address": 0
    },
    "flush_compl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flush_deplist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579949088
    },
    "flush_holdchain": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "flush_l1d_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581555200
    },
    "flush_l1d_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543872
    },
    "flush_l1d_sw_abi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543936
    },
    "flush_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576689984
    },
    "flush_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flushbuflist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576519984
    },
    "flushbufqtarget": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609793760
    },
    "flushbufqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576389456
    },
    "flushed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flushedSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "flushparent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "flushq": {
      "type": {
        "kind": "struct",
        "name": "secashead_queue"
      },
      "address": 0
    },
    "flushwithdeps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041868
    },
    "flx_mask_st20": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "flx_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fm_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_list_entry"
        }
      },
      "address": 0
    },
    "fma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "fmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fmdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "fmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_mount"
        }
      },
      "address": 0
    },
    "fms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fwmem_softc"
        }
      },
      "address": 0
    },
    "fmsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fmt": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585288228
    },
    "fmt1_ins": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ins_format1"
        }
      },
      "address": 0
    },
    "fmt3_ins": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ins_format3"
        }
      },
      "address": 0
    },
    "fmt_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fmt_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fmtcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fmtlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "fmtopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fmts": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "fmtstr": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_mac_filter"
        }
      },
      "address": 0
    },
    "fn_addr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "fn_qcfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_func_qcfg"
        }
      },
      "address": 0
    },
    "fname": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "fnd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fnd_it": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fnd_ok": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "fndds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsdevice"
        }
      },
      "address": 0
    },
    "fndlower": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fndmirror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fndseq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fnend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "fnfsva": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "fnmatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576651168
    },
    "fnmatch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fnn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "null_node"
        }
      },
      "address": 0
    },
    "fnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "fnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsnode"
        }
      },
      "address": 0
    },
    "fnv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fnv_from": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fnv_to": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "foff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "foffs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "foffset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "foffset_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576627888
    },
    "foffset_lock_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576628384
    },
    "foffset_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576628256
    },
    "foffset_unlock_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576628416
    },
    "folded_dst": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "folded_src": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "font": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "font_14": {
      "type": {
        "count": 3584,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610901520
    },
    "font_16": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610905104
    },
    "font_8": {
      "type": {
        "count": 2048,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610899472
    },
    "font_buf": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "font_bytes": {
      "type": {
        "count": 37296,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609464512
    },
    "font_mapping_bold": {
      "type": {
        "count": 336,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vfnt_map_t"
        }
      },
      "address": 18446744071609461824
    },
    "font_mapping_normal": {
      "type": {
        "count": 322,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vfnt_map_t"
        }
      },
      "address": 18446744071609459248
    },
    "fontsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "foo": {
      "type": {
        "kind": "union",
        "name": "unnamed_65703708f79b8d77"
      },
      "address": 0
    },
    "fop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file_operations"
        }
      },
      "address": 0
    },
    "fops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filterops"
        }
      },
      "address": 0
    },
    "for_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "forat": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "forat_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "forbidden": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "force": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_64k_base": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_ahci": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608336968
    },
    "force_clear_smbi": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "force_fec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_fid_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_firmware": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_full_resync": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_fw_update": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625768
    },
    "force_intx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_legacy_interrupts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "force_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "force_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "force_teardown": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "force_update": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "forced": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "forcepad_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610092384
    },
    "foreaft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "foreground": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "foreign_config": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "forever": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "fork1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575290768
    },
    "fork1.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612538324
    },
    "fork1.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612538328
    },
    "fork_charge": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fork_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575299824
    },
    "fork_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575300880
    },
    "fork_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575300096
    },
    "fork_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655328
    },
    "fork_trampoline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384560
    },
    "format": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "format_class.buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610771184
    },
    "format_timestamp.buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610771152
    },
    "fortuna.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fortuna_concurrent_read": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209572
    },
    "fortuna_state": {
      "type": {
        "kind": "struct",
        "name": "fortuna_state"
      },
      "address": 18446744071610808384
    },
    "forw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "forward": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "forwardMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "forward_filter_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890992
    },
    "forward_filter_clock_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575891008
    },
    "forward_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979728
    },
    "forward_signal_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609747120
    },
    "forwarded": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_forwarded"
        }
      },
      "address": 0
    },
    "found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found824xx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_auto_bound_port": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "found_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "found_hangs": {
      "type": {
        "kind": "enum",
        "name": "unnamed_dc25aaff34ffd1bd"
      },
      "address": 0
    },
    "found_hole": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "found_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_ix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_lun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_mac": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_modules": {
      "type": {
        "kind": "struct",
        "name": "modlisthead_t"
      },
      "address": 18446744071612538728
    },
    "found_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "found_namelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_once": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "found_orion": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_ra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_slot": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "found_sn2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_space": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "found_states": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "found_volume": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "foundcn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "foundfile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "foundhdl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "foundl": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "foundreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "finst"
        }
      },
      "address": 0
    },
    "fp0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_pkt"
        }
      },
      "address": 0
    },
    "fp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "fp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "fp32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bpf_program32"
        }
      },
      "address": 0
    },
    "fp_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_entry"
        }
      },
      "address": 0
    },
    "fp_entry_cpy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_entry"
        }
      },
      "address": 0
    },
    "fp_ents_free_list": {
      "type": {
        "kind": "struct",
        "name": "fail_point_setting_garbage"
      },
      "address": 0
    },
    "fp_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fp_possible": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fp_procdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "fp_setting": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_setting"
        }
      },
      "address": 0
    },
    "fp_setting_garbage": {
      "type": {
        "kind": "struct",
        "name": "fail_point_setting_garbage"
      },
      "address": 18446744071609654544
    },
    "fp_setting_old": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_setting"
        }
      },
      "address": 0
    },
    "fp_swab": {
      "type": {
        "kind": "struct",
        "name": "bpf_program"
      },
      "address": 0
    },
    "fpadd": {
      "type": {
        "kind": "struct",
        "name": "pf_os_fingerprint"
      },
      "address": 0
    },
    "fpetable": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587125152
    },
    "fpipe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pipe"
        }
      },
      "address": 0
    },
    "fpl": {
      "type": {
        "kind": "struct",
        "name": "cache_fpl"
      },
      "address": 0
    },
    "fpm_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fpm_adr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fpm_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fpm_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fpop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "fport": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fpregset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "elf_prfpregset_t"
        }
      },
      "address": 0
    },
    "fpresult": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_os_fingerprint"
        }
      },
      "address": 0
    },
    "fpstate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "savefpu"
        }
      },
      "address": 0
    },
    "fpstate_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581393776
    },
    "fpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fpu_activate_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581401488
    },
    "fpu_clean_state.dummy_variable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613454368
    },
    "fpu_ctx_save": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fpu_kern_ctx"
        }
      },
      "address": 18446744071613485224
    },
    "fpu_initialstate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "savefpu"
        }
      },
      "address": 18446744071613454344
    },
    "fpu_kern_alloc_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403008
    },
    "fpu_kern_alloc_ctx_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581402944
    },
    "fpu_kern_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403088
    },
    "fpu_kern_free_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403056
    },
    "fpu_kern_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403536
    },
    "fpu_kern_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403872
    },
    "fpu_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379192
    },
    "fpu_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379236
    },
    "fpu_save_area_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403920
    },
    "fpu_save_area_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403952
    },
    "fpu_save_area_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403984
    },
    "fpu_save_area_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613454360
    },
    "fpudna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581401216
    },
    "fpudrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581401728
    },
    "fpuexit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400848
    },
    "fpuformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400960
    },
    "fpugetregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581401792
    },
    "fpuinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400416
    },
    "fpuinitstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581404016
    },
    "fpuinitstate_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610174416
    },
    "fpupnp_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610174744
    },
    "fpupnp_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610174720
    },
    "fpupnp_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610174488
    },
    "fpupnp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581404480
    },
    "fpupnp_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610174792
    },
    "fpupnp_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610174848
    },
    "fpupnp_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587125280
    },
    "fpupnp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581404368
    },
    "fpurestore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400160
    },
    "fpurestore_fxrstor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400208
    },
    "fpurestore_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400160
    },
    "fpurestore_xrstor3264": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400256
    },
    "fpurestore_xrstor64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400224
    },
    "fpuresume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400352
    },
    "fpusave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581399872
    },
    "fpusave_fxsave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581399952
    },
    "fpusave_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581399872
    },
    "fpusave_xsave3264": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400096
    },
    "fpusave_xsave64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400064
    },
    "fpusave_xsaveopt3264": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400000
    },
    "fpusave_xsaveopt64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581399968
    },
    "fpusegm_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378648
    },
    "fpusegm_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378692
    },
    "fpusetregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581402416
    },
    "fpusetxstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581402272
    },
    "fpususpend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400320
    },
    "fputrap_sse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581401104
    },
    "fputrap_x87": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581400976
    },
    "fpuuserinited": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581402224
    },
    "fq": {
      "type": {
        "kind": "struct",
        "name": "mbq"
      },
      "address": 0
    },
    "fqdn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ni_reply_fqdn"
        }
      },
      "address": 0
    },
    "fqsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krule"
        }
      },
      "address": 0
    },
    "fr_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fracMode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "frac_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "frac_n_5g": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fract": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fraction": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frag6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "frag6_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613131224
    },
    "frag6_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577996592
    },
    "frag6_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577997696
    },
    "frag6_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577997232
    },
    "frag6_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577996816
    },
    "frag6_drain_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577996944
    },
    "frag6_freef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577995872
    },
    "frag6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577996208
    },
    "frag6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577991872
    },
    "frag6_nfrags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608223104
    },
    "frag6_slowtimo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577998144
    },
    "frag6_slowtimo_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577998064
    },
    "frag6_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957248
    },
    "frag_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frag_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frag_idxs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "frag_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "frag_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fraglen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fragln": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fragno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fragoff": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "frags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fragsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fragsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484000
    },
    "fragtbl": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071610056912
    },
    "fragtbl124": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610056400
    },
    "fragtbl8": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610056656
    },
    "frame": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 0
    },
    "frameContentSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "frameDDict": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_DDict"
        }
      },
      "address": 0
    },
    "frameHeaderDescriptionByte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "frameHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "frameSizeInfo": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_frameSizeInfo"
      },
      "address": 0
    },
    "frameSrcSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "frame_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "frame_cycle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_fifo_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_get": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_header"
        }
      },
      "address": 0
    },
    "frame_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATA_FIS_HEADER_T"
        }
      },
      "address": 0
    },
    "frame_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frame_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "frame_list": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612402112
    },
    "frame_pointer": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "frame_queue_control_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_queue_get_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_queue_put_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frame_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frame_words": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "framebuffer_dev_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759896
    },
    "framelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frames": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "framessz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "framesz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frametime": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "frbp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "frcn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "free": {
      "type": {
        "kind": "struct",
        "name": "spglist"
      },
      "address": 18446744071575415984
    },
    "free_4k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579326960
    },
    "free_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "free_atid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568788352
    },
    "free_cbi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "free_chunks": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pv_chunklist"
        }
      },
      "address": 0
    },
    "free_comp_eqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579310128
    },
    "free_data": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "free_diradd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579934304
    },
    "free_down": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "free_eq_hwq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568954464
    },
    "free_filter_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568760016
    },
    "free_fl_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568945792
    },
    "free_for_dup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "free_hftid_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568749552
    },
    "free_indirdep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579923152
    },
    "free_init_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "free_inodedep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579888688
    },
    "free_interp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "free_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_io_t"
        }
      },
      "address": 0
    },
    "free_iq_fl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568951744
    },
    "free_iter_unr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576022320
    },
    "free_jaddref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579904640
    },
    "free_jfreefrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579931360
    },
    "free_jsegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579929968
    },
    "free_kva": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "free_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb_list"
        }
      },
      "address": 0
    },
    "free_md": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "free_memory": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "free_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579224320
    },
    "free_msghdrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msg"
        }
      },
      "address": 18446744071613005128
    },
    "free_msgmaps": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 18446744071613005136
    },
    "free_newblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579933232
    },
    "free_newdirblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579934064
    },
    "free_nm_rxq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568900512
    },
    "free_nm_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568901280
    },
    "free_node": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "free_pagedep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579930512
    },
    "free_pages": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6669ebd89c475787"
      },
      "address": 0
    },
    "free_pkt_thres": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208884
    },
    "free_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "free_pv_chunk_dequeued": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581524736
    },
    "free_pv_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581462016
    },
    "free_reply": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "free_req": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "free_rf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "free_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568945296
    },
    "free_slots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "free_star_fte_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579276736
    },
    "free_tailq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb_tailq"
        }
      },
      "address": 0
    },
    "free_unr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576026784
    },
    "freeblks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freeblks"
        }
      },
      "address": 0
    },
    "freebsd10__umtx_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575730560
    },
    "freebsd10__umtx_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575732128
    },
    "freebsd10_freebsd32__umtx_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575733552
    },
    "freebsd10_freebsd32__umtx_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575735024
    },
    "freebsd10_pipe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576071856
    },
    "freebsd11_cvtnstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576595568
    },
    "freebsd11_cvtstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576592880
    },
    "freebsd11_fhstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576594384
    },
    "freebsd11_fhstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576581216
    },
    "freebsd11_freebsd32_fhstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566205984
    },
    "freebsd11_freebsd32_fstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566204752
    },
    "freebsd11_freebsd32_fstatat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566205152
    },
    "freebsd11_freebsd32_getdirentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202400
    },
    "freebsd11_freebsd32_getfsstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566192480
    },
    "freebsd11_freebsd32_kevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566194768
    },
    "freebsd11_freebsd32_lstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566205568
    },
    "freebsd11_freebsd32_nfstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566206944
    },
    "freebsd11_freebsd32_nlstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566206624
    },
    "freebsd11_freebsd32_nstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566206512
    },
    "freebsd11_freebsd32_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566204336
    },
    "freebsd11_fstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575194016
    },
    "freebsd11_fstatat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576595104
    },
    "freebsd11_fstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576580096
    },
    "freebsd11_getdents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576610832
    },
    "freebsd11_getdirentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576610752
    },
    "freebsd11_getfsstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576580544
    },
    "freebsd11_kern_getdirentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576608896
    },
    "freebsd11_kevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575242544
    },
    "freebsd11_lstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576594000
    },
    "freebsd11_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576586224
    },
    "freebsd11_mknodat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576586256
    },
    "freebsd11_nfstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575194656
    },
    "freebsd11_nlstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576596528
    },
    "freebsd11_nstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576596016
    },
    "freebsd11_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576593152
    },
    "freebsd11_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576579648
    },
    "freebsd11_vadvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580329504
    },
    "freebsd12_closefrom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575193936
    },
    "freebsd12_shm_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576239808
    },
    "freebsd13_swapoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580091920
    },
    "freebsd32___semctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576117472
    },
    "freebsd32___sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566207264
    },
    "freebsd32___sysctlbyname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566207472
    },
    "freebsd32__umtx_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575735776
    },
    "freebsd32_abort2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566189200
    },
    "freebsd32_abort2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "freebsd32_adjtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202032
    },
    "freebsd32_aio_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352048
    },
    "freebsd32_aio_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352336
    },
    "freebsd32_aio_mlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352208
    },
    "freebsd32_aio_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352080
    },
    "freebsd32_aio_readv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352112
    },
    "freebsd32_aio_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576351664
    },
    "freebsd32_aio_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576351696
    },
    "freebsd32_aio_waitcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352240
    },
    "freebsd32_aio_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352144
    },
    "freebsd32_aio_writev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352176
    },
    "freebsd32_cap_ioctls_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566189728
    },
    "freebsd32_cap_ioctls_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566189392
    },
    "freebsd32_capability.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "freebsd32_clock_getcpuclockid2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209504
    },
    "freebsd32_clock_getres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566208848
    },
    "freebsd32_clock_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566208704
    },
    "freebsd32_clock_nanosleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566208528
    },
    "freebsd32_clock_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566208768
    },
    "freebsd32_copyiniov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566198608
    },
    "freebsd32_copyinuio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566197824
    },
    "freebsd32_copyout_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566211040
    },
    "freebsd32_cpuset_getaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210544
    },
    "freebsd32_cpuset_getdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210672
    },
    "freebsd32_cpuset_getid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210496
    },
    "freebsd32_cpuset_setaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210608
    },
    "freebsd32_cpuset_setdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210736
    },
    "freebsd32_cpuset_setid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210464
    },
    "freebsd32_exec_copyin_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566192656
    },
    "freebsd32_execve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566192976
    },
    "freebsd32_fcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566212880
    },
    "freebsd32_fexecve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193120
    },
    "freebsd32_ffclock_getestimate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213584
    },
    "freebsd32_ffclock_setestimate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213568
    },
    "freebsd32_fhstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566203792
    },
    "freebsd32_fstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202912
    },
    "freebsd32_fstatat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566203344
    },
    "freebsd32_ftruncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202368
    },
    "freebsd32_futimens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566201792
    },
    "freebsd32_futimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566201552
    },
    "freebsd32_futimesat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566201664
    },
    "freebsd32_getcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582330064
    },
    "freebsd32_getfsstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566192416
    },
    "freebsd32_getitimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193664
    },
    "freebsd32_getrusage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566195552
    },
    "freebsd32_gettimeofday": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566195440
    },
    "freebsd32_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566190032
    },
    "freebsd32_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "freebsd32_ipcperm_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576095376
    },
    "freebsd32_ipcperm_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576095440
    },
    "freebsd32_jail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566207616
    },
    "freebsd32_jail_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566207984
    },
    "freebsd32_jail_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566207888
    },
    "freebsd32_kevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566194064
    },
    "freebsd32_kevent11_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566195200
    },
    "freebsd32_kevent11_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566195024
    },
    "freebsd32_kevent_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566194544
    },
    "freebsd32_kevent_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566194320
    },
    "freebsd32_kinfo_proc_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575473392
    },
    "freebsd32_kldstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566211920
    },
    "freebsd32_ktimer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566208928
    },
    "freebsd32_ktimer_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209424
    },
    "freebsd32_ktimer_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209248
    },
    "freebsd32_lio_listio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352400
    },
    "freebsd32_lseek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202256
    },
    "freebsd32_lutimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566201440
    },
    "freebsd32_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "freebsd32_mknodat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193280
    },
    "freebsd32_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193376
    },
    "freebsd32_modstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575438208
    },
    "freebsd32_mprotect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193328
    },
    "freebsd32_msgctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576102288
    },
    "freebsd32_msgrcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576102688
    },
    "freebsd32_msgsnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576102592
    },
    "freebsd32_msgsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576102272
    },
    "freebsd32_nanosleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566208384
    },
    "freebsd32_nmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210800
    },
    "freebsd32_ntp_adjtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213136
    },
    "freebsd32_posix_fadvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566212336
    },
    "freebsd32_posix_fallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566212272
    },
    "freebsd32_ppoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566212928
    },
    "freebsd32_pread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202160
    },
    "freebsd32_preadv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566198384
    },
    "freebsd32_procctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566212416
    },
    "freebsd32_pselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193872
    },
    "freebsd32_ptrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566195776
    },
    "freebsd32_pwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202208
    },
    "freebsd32_pwritev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566198496
    },
    "freebsd32_readv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566198192
    },
    "freebsd32_recvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566198800
    },
    "freebsd32_rusage_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566191088
    },
    "freebsd32_sched_rr_get_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566213072
    },
    "freebsd32_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193760
    },
    "freebsd32_semsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576117456
    },
    "freebsd32_sendfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202480
    },
    "freebsd32_sendmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566200320
    },
    "freebsd32_setcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582330816
    },
    "freebsd32_setitimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566193488
    },
    "freebsd32_settimeofday": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566201168
    },
    "freebsd32_shmctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576129360
    },
    "freebsd32_shmsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576129344
    },
    "freebsd32_sigaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566208208
    },
    "freebsd32_sigaltstack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566192512
    },
    "freebsd32_sigqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209904
    },
    "freebsd32_sigreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582333424
    },
    "freebsd32_sigtimedwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209952
    },
    "freebsd32_sigwaitinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210240
    },
    "freebsd32_swapcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582331504
    },
    "freebsd32_sysarch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582337520
    },
    "freebsd32_syscallnames": {
      "type": {
        "count": 584,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608289424
    },
    "freebsd32_syscalls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "freebsd32_sysent": {
      "type": {
        "count": 584,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sysent"
        }
      },
      "address": 18446744071608294096
    },
    "freebsd32_sysent.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "freebsd32_thr_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209568
    },
    "freebsd32_thr_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566209824
    },
    "freebsd32_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566202336
    },
    "freebsd32_utimensat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566201904
    },
    "freebsd32_utimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566201312
    },
    "freebsd32_wait4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566191216
    },
    "freebsd32_wait6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566191504
    },
    "freebsd32_writev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566198288
    },
    "freebsd_brand_info_la48": {
      "type": {
        "kind": "struct",
        "name": "Elf64_Brandinfo"
      },
      "address": 18446744071610174104
    },
    "freebsd_brand_info_la57": {
      "type": {
        "kind": "struct",
        "name": "Elf64_Brandinfo"
      },
      "address": 18446744071610174040
    },
    "freebsd_brand_info_la57_img_compat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376576
    },
    "freebsd_brand_oinfo": {
      "type": {
        "kind": "struct",
        "name": "Elf64_Brandinfo"
      },
      "address": 18446744071610174168
    },
    "freebsd_generic_rx_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570982816
    },
    "freebsd_generic_rx_handler.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789460
    },
    "freebsd_generic_rx_handler.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789456
    },
    "freebsd_netmap_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986752
    },
    "freebsd_netmap_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986896
    },
    "freebuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "freebufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freebytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freeclusterchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573940816
    },
    "freecnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freecount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "freed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freed_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "freedblocks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freedep"
        }
      },
      "address": 0
    },
    "freedeps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freeenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575229120
    },
    "freefile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freefile"
        }
      },
      "address": 0
    },
    "freefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freefrag"
        }
      },
      "address": 0
    },
    "freeframe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freei": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freeifgl": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "freeing": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freelink": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "freelist": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freemapp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "freembuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freenetconfigent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641536
    },
    "freenum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "freepath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "freepath_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "freeprison": {
      "type": {
        "kind": "struct",
        "name": "prisonlist"
      },
      "address": 0
    },
    "freeq": {
      "type": {
        "kind": "struct",
        "name": "secasvar_list"
      },
      "address": 0
    },
    "frees": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "freesa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freeslabs": {
      "type": {
        "kind": "struct",
        "name": "slabhead"
      },
      "address": 0
    },
    "freeslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freesrb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CommandControlBlock"
        }
      },
      "address": 0
    },
    "freetags": {
      "type": {
        "kind": "struct",
        "name": "unnamed_4486af61ddc6fa8c"
      },
      "address": 0
    },
    "freevnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576564064
    },
    "freevnodes": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071608222976
    },
    "freevnodes_old": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613045968
    },
    "freework": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freework"
        }
      },
      "address": 0
    },
    "freework_freeblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579936784
    },
    "freeze": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_frent"
        }
      },
      "address": 0
    },
    "freq": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "freq3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_lmac_freq3"
        }
      },
      "address": 0
    },
    "freq3_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_eeprom_freq3_header"
        }
      },
      "address": 0
    },
    "freq4_1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_eeprom_freq4_1"
        }
      },
      "address": 0
    },
    "freq4_2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_eeprom_freq4_2"
        }
      },
      "address": 0
    },
    "freq4_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_eeprom_freq4_header"
        }
      },
      "address": 0
    },
    "freq6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_lmac_freq6"
        }
      },
      "address": 0
    },
    "freqBin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "freqCount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "freqIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "freq_array": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "freq_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "freq_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "freq_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "freqmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "freqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rt5592_freqs"
        }
      },
      "address": 0
    },
    "frgpartlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frir": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frlength_0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "frm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "frmlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "from": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "from_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "from_rsvd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fromcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fromelem": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fromnd": {
      "type": {
        "kind": "struct",
        "name": "nameidata"
      },
      "address": 0
    },
    "fromsa": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "front": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "frontState": {
      "type": {
        "kind": "enum",
        "name": "xenbus_state"
      },
      "address": 0
    },
    "frozen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "frp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "priv_fw"
        }
      },
      "address": 0
    },
    "frt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mf6c"
        }
      },
      "address": 0
    },
    "frtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fru": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_fru"
        }
      },
      "address": 0
    },
    "fru_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_fru"
        }
      },
      "address": 0
    },
    "fs": {
      "type": {
        "kind": "struct",
        "name": "faultstate"
      },
      "address": 0
    },
    "fs_add_dst_fg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579277616
    },
    "fs_create_fg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579264912
    },
    "fs_create_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579281456
    },
    "fs_current": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_setting"
        }
      },
      "address": 0
    },
    "fs_ep": {
      "type": {
        "kind": "struct",
        "name": "usb_fs_endpoint"
      },
      "address": 0
    },
    "fs_ep32": {
      "type": {
        "kind": "struct",
        "name": "usb_fs_endpoint32"
      },
      "address": 0
    },
    "fs_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609814216
    },
    "fs_knlist": {
      "type": {
        "kind": "struct",
        "name": "knlist"
      },
      "address": 18446744071613045736
    },
    "fs_load_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391872
    },
    "fs_match_exact_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579266224
    },
    "fs_match_exact_val": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579265856
    },
    "fs_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_setting"
        }
      },
      "address": 0
    },
    "fs_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fail_point_setting"
        }
      },
      "address": 0
    },
    "fs_ns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_namespace"
        }
      },
      "address": 0
    },
    "fs_prio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_prio"
        }
      },
      "address": 0
    },
    "fs_remove_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579265696
    },
    "fs_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_fs_rule"
        }
      },
      "address": 0
    },
    "fs_rule_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "fs_set_star_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579275472
    },
    "fs_si": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_summary_info"
        }
      },
      "address": 0
    },
    "fs_tcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_accel_fs_tcp"
        }
      },
      "address": 0
    },
    "fsbase_load_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391968
    },
    "fscan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_subdisk"
        }
      },
      "address": 0
    },
    "fse_compress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fse_decompress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fsearch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "fsec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "flash_sec_info"
        }
      },
      "address": 0
    },
    "fsect": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fseg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fsegment": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fsetown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575191616
    },
    "fsid": {
      "type": {
        "kind": "struct",
        "name": "fsid_t"
      },
      "address": 0
    },
    "fsidbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fsidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fsid_t"
        }
      },
      "address": 0
    },
    "fsin": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "fsinf": {
      "type": {
        "kind": "struct",
        "name": "nfsfsinfo"
      },
      "address": 0
    },
    "fsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fslocationsbit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fsm_state_err": {
      "type": {
        "kind": "enum",
        "name": "mlxfw_fsm_state_err"
      },
      "address": 0
    },
    "fsn": {
      "type": {
        "kind": "struct",
        "name": "tcp_function_set"
      },
      "address": 0
    },
    "fsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdc_status"
        }
      },
      "address": 0
    },
    "fspath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fspathlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fspec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fsr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fsrecovery"
        }
      },
      "address": 0
    },
    "fsrbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "fsrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msi_intsrc"
        }
      },
      "address": 0
    },
    "fst_blk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fst_col": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fst_grp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fst_row": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fst_row_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fst_trn_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fst_trn_tx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fstat": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "host_func_stats"
        }
      },
      "address": 0
    },
    "fsts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fstype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fstypelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fsync_after": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_table"
        }
      },
      "address": 0
    },
    "ft_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_bdg_fwd"
        }
      },
      "address": 0
    },
    "ft_i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ft_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_bdg_fwd"
        }
      },
      "address": 0
    },
    "ft_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ftag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_fragment_tag"
        }
      },
      "address": 0
    },
    "ftdi_msr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_fte"
        }
      },
      "address": 0
    },
    "fte_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "fte_match1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "fte_match2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "fte_name": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ftemp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "fthresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ftl_counter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ftl_head": {
      "type": {
        "kind": "struct",
        "name": "ixl_ftl_head"
      },
      "address": 0
    },
    "ftl_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ftmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iavf_vlan_filter"
        }
      },
      "address": 0
    },
    "ftstamp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ftuple": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ftype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_fw_update"
        }
      },
      "address": 0
    },
    "fubyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363408
    },
    "fubyte_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542016
    },
    "fubyte_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363408
    },
    "fubyte_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542080
    },
    "fueword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363472
    },
    "fueword32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363536
    },
    "fueword32_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541728
    },
    "fueword32_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363536
    },
    "fueword32_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541792
    },
    "fueword64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363504
    },
    "fueword64_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363504
    },
    "fueword_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541584
    },
    "fueword_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363472
    },
    "fueword_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541648
    },
    "full": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fullSeqStoreChunk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seqStore_t"
        }
      },
      "address": 0
    },
    "full_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609084424
    },
    "full_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610790272
    },
    "full_id": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "full_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "full_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hmc_obj_info"
        }
      },
      "address": 0
    },
    "full_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571065216
    },
    "fullacct_ufs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579815952
    },
    "fullacct_ufs2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579817376
    },
    "fullblocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fullbuckets": {
      "type": {
        "kind": "struct",
        "name": "uma_bucketlist"
      },
      "address": 0
    },
    "fullmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fullpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fullpathsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fullpgsiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fullpop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fullsiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fun": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "func": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "func_cap": {
      "type": {
        "kind": "struct",
        "name": "mlx4_func_cap"
      },
      "address": 0
    },
    "func_caps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_hw_func_caps"
        }
      },
      "address": 0
    },
    "func_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "func_encode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "func_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "func_init": {
      "type": {
        "kind": "struct",
        "name": "bxe_func_init_params"
      },
      "address": 0
    },
    "func_params": {
      "type": {
        "kind": "struct",
        "name": "ecore_func_state_params"
      },
      "address": 0
    },
    "func_rid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "funcname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "funcnames": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584699216
    },
    "funcs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "function": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "funsetown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575190560
    },
    "funsetown_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575190736
    },
    "funsetownlst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575191088
    },
    "fup": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fused": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fusufault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542672
    },
    "fuword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021568
    },
    "fuword16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363440
    },
    "fuword16_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541872
    },
    "fuword16_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363440
    },
    "fuword16_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581541936
    },
    "fuword32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021488
    },
    "fuword64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021520
    },
    "fuzz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fv"
        }
      },
      "address": 0
    },
    "fv_ext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fv_word"
        }
      },
      "address": 0
    },
    "fv_section": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sw_fv_section"
        }
      },
      "address": 0
    },
    "fv_words": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fval": {
      "type": {
        "kind": "base",
        "name": "long long"
      },
      "address": 0
    },
    "fvalue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fvl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sw_fv_list_entry"
        }
      },
      "address": 0
    },
    "fvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "fvp_s": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw4_ack_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568946400
    },
    "fw4_ack_handlers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610628496
    },
    "fw_asrt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568978720
    },
    "fw_asy_callback_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569446000
    },
    "fw_asyreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569439136
    },
    "fw_asystart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569439984
    },
    "fw_bindadd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569443504
    },
    "fw_bindlookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569443312
    },
    "fw_bindremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569443872
    },
    "fw_bld": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_bmr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569448064
    },
    "fw_bus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569448896
    },
    "fw_bus_probe_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569454128
    },
    "fw_busreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569441504
    },
    "fw_change_status": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "fw_class": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569461104
    },
    "fw_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbx_common_get_cntl_attr"
        }
      },
      "address": 0
    },
    "fw_cmd_param": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_query_fw_config_t"
        }
      },
      "address": 0
    },
    "fw_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "fw_crc16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569447680
    },
    "fw_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "fw_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "fw_device_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "fw_domain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_DOMAIN_T"
        }
      },
      "address": 0
    },
    "fw_drain_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569440576
    },
    "fw_err": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_fw_event_work"
        }
      },
      "address": 0
    },
    "fw_explore_csrblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569457520
    },
    "fw_explore_read_quads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569457312
    },
    "fw_get_tlabel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569439552
    },
    "fw_hand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569467520
    },
    "fw_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MpiFwHeader_t"
        }
      },
      "address": 0
    },
    "fw_image": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_grp_hdr"
        }
      },
      "address": 0
    },
    "fw_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_info"
        }
      },
      "address": 18446744071608443488
    },
    "fw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569442672
    },
    "fw_install": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_internal_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_INTERNAL_IO_REQUEST_T"
        }
      },
      "address": 0
    },
    "fw_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_IO_REQUEST_T"
        }
      },
      "address": 0
    },
    "fw_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569464240
    },
    "fw_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fw_lesm_param_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_lesm_state": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_library": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_LIBRARY_T"
        }
      },
      "address": 0
    },
    "fw_link_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_lldp_enabled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fw_maj": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_map_dyn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_FW_RAID_MAP_DYNAMIC"
        }
      },
      "address": 0
    },
    "fw_map_ext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_FW_RAID_MAP_EXT"
        }
      },
      "address": 0
    },
    "fw_map_old": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_FW_RAID_MAP_ALL"
        }
      },
      "address": 0
    },
    "fw_min": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569466480
    },
    "fw_mnem": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_mode": {
      "type": {
        "kind": "enum",
        "name": "ixl_fw_mode"
      },
      "address": 0
    },
    "fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569451728
    },
    "fw_modevent.fwdev_ehtag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610759968
    },
    "fw_module": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_fw_log_cfg_resp"
        }
      },
      "address": 0
    },
    "fw_modules": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_fw_log_cfg_resp"
        }
      },
      "address": 0
    },
    "fw_msgout": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_msix_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_naddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_noderesolve_eui64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569438912
    },
    "fw_noderesolve_nodeid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569438720
    },
    "fw_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569460560
    },
    "fw_open_isodma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569451200
    },
    "fw_paging_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_fw_paging_cmd"
      },
      "address": 0
    },
    "fw_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569466384
    },
    "fw_ptp_cfg_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_ratemode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_rateunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_rcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569449088
    },
    "fw_rcv_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569450784
    },
    "fw_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569461696
    },
    "fw_reply": {
      "type": {
        "kind": "struct",
        "name": "MSG_FW_UPLOAD_REPLY"
      },
      "address": 0
    },
    "fw_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_FW_UPLOAD"
        }
      },
      "address": 0
    },
    "fw_req_buf": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "fw_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REQUEST_T"
        }
      },
      "address": 0
    },
    "fw_resource_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_resp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_rsv": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_sector": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_sidrcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569446064
    },
    "fw_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_sizes": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071585441600
    },
    "fw_smp_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "fw_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_start_sec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_str": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fw_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569466512
    },
    "fw_task": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_TASK_REQUEST_T"
        }
      },
      "address": 0
    },
    "fw_task_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_TASK_REQUEST_T"
        }
      },
      "address": 0
    },
    "fw_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_tl_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569445056
    },
    "fw_try_bmr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569448640
    },
    "fw_try_bmr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569451472
    },
    "fw_valid_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fw_ver1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_ver2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_ver_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fw_version": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "fw_version_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fw_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569463024
    },
    "fw_xfer_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569444832
    },
    "fw_xfer_alloc_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569444352
    },
    "fw_xfer_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569444976
    },
    "fw_xfer_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569444912
    },
    "fw_xfer_free_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569444720
    },
    "fw_xfer_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569445680
    },
    "fw_xferlist_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569444192
    },
    "fw_xferlist_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569444576
    },
    "fw_xferwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569440336
    },
    "fw_xferwake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569440192
    },
    "fwb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_bind"
        }
      },
      "address": 0
    },
    "fwboot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "firmware"
        }
      },
      "address": 0
    },
    "fwbootname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fwcap_to_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022960
    },
    "fwcap_top_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568990304
    },
    "fwcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbx_delete_nic_rq"
        }
      },
      "address": 0
    },
    "fwcmd1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbx_delete_nic_rq_v1"
        }
      },
      "address": 0
    },
    "fwcrom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fwd_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_tag"
        }
      },
      "address": 0
    },
    "fwdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_device"
        }
      },
      "address": 0
    },
    "fwdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fwdev_allocbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569467152
    },
    "fwdev_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569466784
    },
    "fwdev_destroydev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569466768
    },
    "fwdev_ehtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610759968
    },
    "fwdev_makedev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569466560
    },
    "fwdev_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_device"
        }
      },
      "address": 0
    },
    "fwdevlst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_devlstreq"
        }
      },
      "address": 0
    },
    "fwdma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fwdma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569467984
    },
    "fwdma_free_multiseg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569468880
    },
    "fwdma_free_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569468176
    },
    "fwdma_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569467712
    },
    "fwdma_malloc_multiseg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569468240
    },
    "fwdma_malloc_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569468048
    },
    "fwdma_map_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569467936
    },
    "fwerror": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "fwg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_fwdump_get"
        }
      },
      "address": 0
    },
    "fwhandle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fwimg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fwli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_loadimage"
        }
      },
      "address": 0
    },
    "fwload_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 0
    },
    "fwlog_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "fwlog_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "fwmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fwmem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fwmem_biodone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569471392
    },
    "fwmem_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569470736
    },
    "fwmem_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759984
    },
    "fwmem_eui64": {
      "type": {
        "kind": "struct",
        "name": "fw_eui64"
      },
      "address": 18446744071610759992
    },
    "fwmem_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569471488
    },
    "fwmem_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569471568
    },
    "fwmem_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569470224
    },
    "fwmem_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569471552
    },
    "fwmem_read_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569469616
    },
    "fwmem_read_quad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569469024
    },
    "fwmem_speed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608462720
    },
    "fwmem_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569470992
    },
    "fwmem_write_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569469920
    },
    "fwmem_write_quad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569469312
    },
    "fwminor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "fwn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freework"
        }
      },
      "address": 0
    },
    "fwname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fwohci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fwohci_arcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569493152
    },
    "fwohci_check_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569488208
    },
    "fwohci_cyctimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569479696
    },
    "fwohci_db_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569487248
    },
    "fwohci_db_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569479024
    },
    "fwohci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569486960
    },
    "fwohci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608464672
    },
    "fwohci_execute_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569491520
    },
    "fwohci_execute_db2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569491728
    },
    "fwohci_ibr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569480032
    },
    "fwohci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569476960
    },
    "fwohci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569488080
    },
    "fwohci_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569471584
    },
    "fwohci_irx_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569481712
    },
    "fwohci_irx_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569480352
    },
    "fwohci_itx_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569483968
    },
    "fwohci_itxbuf_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569481920
    },
    "fwohci_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584770976
    },
    "fwohci_next_cycle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569491936
    },
    "fwohci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "fwohci_pci_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569497552
    },
    "fwohci_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569496528
    },
    "fwohci_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569497072
    },
    "fwohci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608464624
    },
    "fwohci_pci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569498176
    },
    "fwohci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608464600
    },
    "fwohci_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569495408
    },
    "fwohci_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569497456
    },
    "fwohci_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569497504
    },
    "fwohci_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569497376
    },
    "fwohci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608464560
    },
    "fwohci_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569484192
    },
    "fwohci_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569473760
    },
    "fwohci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569487824
    },
    "fwohci_rx_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569475632
    },
    "fwohci_set_bus_manager": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569479744
    },
    "fwohci_set_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569476800
    },
    "fwohci_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569489936
    },
    "fwohci_start.maxdesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760004
    },
    "fwohci_start_atq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569478736
    },
    "fwohci_start_ats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569478880
    },
    "fwohci_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569487456
    },
    "fwohci_task_busreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569484320
    },
    "fwohci_task_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569484992
    },
    "fwohci_task_sid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569484544
    },
    "fwohci_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569484176
    },
    "fwohci_txbufdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569489680
    },
    "fwohci_txd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569492032
    },
    "fwohcicode": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "count": 32,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608462976
    },
    "fwone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_fw_desc"
        }
      },
      "address": 0
    },
    "fwp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_fw_page"
        }
      },
      "address": 0
    },
    "fwphy_rddata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569473280
    },
    "fwq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_iq"
        }
      },
      "address": 0
    },
    "fwr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_filter_wr"
        }
      },
      "address": 0
    },
    "fwreadysig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fws": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_fw_img"
        }
      },
      "address": 0
    },
    "fwsid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "fw_self_id"
        }
      },
      "address": 0
    },
    "fwsm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fwspeed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fwstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_fw_port_stats_old"
        }
      },
      "address": 0
    },
    "fwsts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "fwt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "fwtype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "fx": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "fx_reg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fpacc87"
        }
      },
      "address": 0
    },
    "fxp_add_rfabuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569530160
    },
    "fxp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569520320
    },
    "fxp_cb_config_template": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584773072
    },
    "fxp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569526544
    },
    "fxp_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569529760
    },
    "fxp_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608466600
    },
    "fxp_eeprom_getword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569538544
    },
    "fxp_eeprom_shiftin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569539136
    },
    "fxp_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569528480
    },
    "fxp_ident_table": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fxp_ident"
        }
      },
      "address": 18446744071584772112
    },
    "fxp_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569530672
    },
    "fxp_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569530480
    },
    "fxp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569530848
    },
    "fxp_init_body": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569534064
    },
    "fxp_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569532336
    },
    "fxp_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569530976
    },
    "fxp_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584771952
    },
    "fxp_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569527888
    },
    "fxp_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569528288
    },
    "fxp_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569528080
    },
    "fxp_new_rfabuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569529776
    },
    "fxp_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608466552
    },
    "fxp_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608466528
    },
    "fxp_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608466360
    },
    "fxp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569520256
    },
    "fxp_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569537904
    },
    "fxp_res_spec_io": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608466656
    },
    "fxp_res_spec_mem": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608466704
    },
    "fxp_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569527312
    },
    "fxp_scb_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569541152
    },
    "fxp_serial_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569529200
    },
    "fxp_serial_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569529184
    },
    "fxp_setup_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569541792
    },
    "fxp_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569526768
    },
    "fxp_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569532192
    },
    "fxp_start_body": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569539520
    },
    "fxp_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569537600
    },
    "fxp_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569526784
    },
    "fxp_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569541440
    },
    "fxp_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569540880
    },
    "fxp_ucode_d101a": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608468384
    },
    "fxp_ucode_d101b0": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608468800
    },
    "fxp_ucode_d101ma": {
      "type": {
        "count": 134,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608466752
    },
    "fxp_ucode_d101s": {
      "type": {
        "count": 134,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608467296
    },
    "fxp_ucode_d102": {
      "type": {
        "count": 134,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608467840
    },
    "fxp_ucode_d102c": {
      "type": {
        "count": 134,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608469216
    },
    "fxp_ucode_d102e": {
      "type": {
        "count": 134,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608469760
    },
    "fxp_update_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569541856
    },
    "fxp_write_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569529216
    },
    "g": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "g0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g1_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g2_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g3_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g4_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g5": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g5_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g6_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g7": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g7_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g8": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g8_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g9": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g9_19": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gBlkVscDeviceType": {
      "type": {
        "kind": "struct",
        "name": "hyperv_guid"
      },
      "address": 18446744071587076928
    },
    "gFamilies": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iffam"
        }
      },
      "address": 18446744071585266448
    },
    "gStep": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gStorVscDeviceType": {
      "type": {
        "kind": "struct",
        "name": "hyperv_guid"
      },
      "address": 18446744071587076944
    },
    "g_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574728800
    },
    "g_alloc_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715072
    },
    "g_alloc_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574712816
    },
    "g_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574732256
    },
    "g_attr_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574710304
    },
    "g_attr_changed_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574710624
    },
    "g_bde.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_bde_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574630560
    },
    "g_bde_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609575056
    },
    "g_bde_crypt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_bde_crypt_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574631856
    },
    "g_bde_crypt_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574630768
    },
    "g_bde_crypt_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574631504
    },
    "g_bde_ctlreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574629040
    },
    "g_bde_decode_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574633584
    },
    "g_bde_decrypt_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574634816
    },
    "g_bde_decrypt_lockx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574635264
    },
    "g_bde_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574630176
    },
    "g_bde_encode_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574632928
    },
    "g_bde_get_keysector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574640896
    },
    "g_bde_hash_pass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574632800
    },
    "g_bde_keyloc_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574634608
    },
    "g_bde_keyloc_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574634288
    },
    "g_bde_kkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574631088
    },
    "g_bde_lock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_bde_map_sector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574632208
    },
    "g_bde_max_sector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574632144
    },
    "g_bde_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609575032
    },
    "g_bde_ncache": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612527808
    },
    "g_bde_nsect": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612527804
    },
    "g_bde_nwork": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612527800
    },
    "g_bde_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574630640
    },
    "g_bde_purge_sector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574637824
    },
    "g_bde_read_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574640640
    },
    "g_bde_read_keysector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574640352
    },
    "g_bde_release_keysector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574639632
    },
    "g_bde_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574630512
    },
    "g_bde_start1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574638144
    },
    "g_bde_work.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_bde_work_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574637536
    },
    "g_bde_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574636144
    },
    "g_bde_write_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574639920
    },
    "g_bdemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609574968
    },
    "g_bio_run_down": {
      "type": {
        "kind": "struct",
        "name": "g_bioq"
      },
      "address": 18446744071612528240
    },
    "g_bio_run_up": {
      "type": {
        "kind": "struct",
        "name": "g_bioq"
      },
      "address": 18446744071612528296
    },
    "g_cancel_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574711984
    },
    "g_class_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610066528
    },
    "g_classes": {
      "type": {
        "kind": "struct",
        "name": "class_list_head"
      },
      "address": 18446744071612528424
    },
    "g_classmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610066368
    },
    "g_clone_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715136
    },
    "g_collectstats": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608209640
    },
    "g_compare_names": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574734752
    },
    "g_conf_cat_escaped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574707744
    },
    "g_conf_printf_escaped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574707888
    },
    "g_conf_specific": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574708144
    },
    "g_confdot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574707200
    },
    "g_conftxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574707600
    },
    "g_conftxt_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574709872
    },
    "g_confxml": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574709744
    },
    "g_ctl_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609578224
    },
    "g_ctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574687440
    },
    "g_ctl_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574690000
    },
    "g_ctl_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574691680
    },
    "g_dbg_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574725312
    },
    "g_ddb_oid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 18446744071612807448
    },
    "g_ddb_sysctl_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807456
    },
    "g_ddb_sysctl_printed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807440
    },
    "g_debugflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608209672
    },
    "g_debuglevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610602848
    },
    "g_debugnet_pcb_inuse": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613056544
    },
    "g_delete_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574719696
    },
    "g_destroy_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715104
    },
    "g_destroy_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574730384
    },
    "g_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574728224
    },
    "g_destroy_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574730064
    },
    "g_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574730240
    },
    "g_dev_attrchanged": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574694480
    },
    "g_dev_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574695648
    },
    "g_dev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609578800
    },
    "g_dev_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609578632
    },
    "g_dev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574696640
    },
    "g_dev_del_max_sectors": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609579056
    },
    "g_dev_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574695776
    },
    "g_dev_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574699200
    },
    "g_dev_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574694448
    },
    "g_dev_getprovider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574692928
    },
    "g_dev_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574694416
    },
    "g_dev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574697184
    },
    "g_dev_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574699056
    },
    "g_dev_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609579120
    },
    "g_dev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574696080
    },
    "g_dev_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574695024
    },
    "g_dev_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574692816
    },
    "g_dev_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574695232
    },
    "g_dev_setdumpdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574695376
    },
    "g_dev_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574698816
    },
    "g_dev_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574692976
    },
    "g_devmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609579032
    },
    "g_disk_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574705312
    },
    "g_disk_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609579480
    },
    "g_disk_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574700192
    },
    "g_disk_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702128
    },
    "g_disk_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574706144
    },
    "g_disk_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574704544
    },
    "g_disk_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574705936
    },
    "g_disk_kerneldump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574706544
    },
    "g_disk_md_intel_retaste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574934688
    },
    "g_disk_md_jmicron_retaste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574946960
    },
    "g_disk_md_nvidia_retaste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574958864
    },
    "g_disk_md_sii_retaste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574988640
    },
    "g_disk_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609579456
    },
    "g_disk_providergone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574705984
    },
    "g_disk_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702672
    },
    "g_disk_setstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574706736
    },
    "g_disk_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574702784
    },
    "g_disk_sysctl_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574706816
    },
    "g_diskmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609579304
    },
    "g_dnet_pcb": {
      "type": {
        "kind": "struct",
        "name": "debugnet_pcb"
      },
      "address": 18446744071613056552
    },
    "g_do_wither": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574713264
    },
    "g_doorstep": {
      "type": {
        "kind": "struct",
        "name": "unnamed_694c5a3c4e47f536"
      },
      "address": 18446744071609579688
    },
    "g_down_procbody": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721264
    },
    "g_down_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071608209656
    },
    "g_drv_props_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "storvsc_driver_props"
        }
      },
      "address": 18446744071610128224
    },
    "g_duplicate_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715328
    },
    "g_eli.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574645936
    },
    "g_eli_alloc_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574646208
    },
    "g_eli_alloc_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612527832
    },
    "g_eli_auth_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574672496
    },
    "g_eli_auth_read_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574675328
    },
    "g_eli_auth_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574673104
    },
    "g_eli_auth_write_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574674544
    },
    "g_eli_batch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612527828
    },
    "g_eli_blocking_malloc": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612527852
    },
    "g_eli_boot_passcache": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609577824
    },
    "g_eli_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609577472
    },
    "g_eli_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574657424
    },
    "g_eli_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574646560
    },
    "g_eli_crypto.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_crypto_cipher": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574656832
    },
    "g_eli_crypto_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574657344
    },
    "g_eli_crypto_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574657392
    },
    "g_eli_crypto_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574656784
    },
    "g_eli_crypto_hmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574672032
    },
    "g_eli_crypto_hmac_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574671856
    },
    "g_eli_crypto_hmac_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574671312
    },
    "g_eli_crypto_hmac_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574671840
    },
    "g_eli_crypto_ivgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574672256
    },
    "g_eli_crypto_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574683344
    },
    "g_eli_crypto_read_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574685056
    },
    "g_eli_crypto_rerun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574643696
    },
    "g_eli_crypto_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574683744
    },
    "g_eli_crypto_write_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574684592
    },
    "g_eli_ctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_ctl_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574661472
    },
    "g_eli_ctl_delkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574665392
    },
    "g_eli_ctl_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574668528
    },
    "g_eli_ctl_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574667408
    },
    "g_eli_ctl_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574664224
    },
    "g_eli_ctl_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574666608
    },
    "g_eli_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612527824
    },
    "g_eli_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574654768
    },
    "g_eli_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574643664
    },
    "g_eli_destroy_uma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574646352
    },
    "g_eli_devs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612527856
    },
    "g_eli_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574651536
    },
    "g_eli_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574643600
    },
    "g_eli_free_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574644448
    },
    "g_eli_getattr_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574655840
    },
    "g_eli_hmac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574643504
    },
    "g_eli_integrity.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_key.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_key_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574680592
    },
    "g_eli_key_cache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_key_cache_hits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612528176
    },
    "g_eli_key_cache_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609578216
    },
    "g_eli_key_cache_misses": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612528184
    },
    "g_eli_key_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574681216
    },
    "g_eli_key_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574683104
    },
    "g_eli_key_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574677808
    },
    "g_eli_key_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574682016
    },
    "g_eli_key_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574680128
    },
    "g_eli_key_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574681456
    },
    "g_eli_key_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574681728
    },
    "g_eli_key_tree_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679072
    },
    "g_eli_key_tree_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574678736
    },
    "g_eli_key_tree_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574678016
    },
    "g_eli_key_tree_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574678688
    },
    "g_eli_key_tree_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679280
    },
    "g_eli_key_tree_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679472
    },
    "g_eli_key_tree_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679600
    },
    "g_eli_key_tree_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679216
    },
    "g_eli_key_tree_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679136
    },
    "g_eli_key_tree_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679408
    },
    "g_eli_key_tree_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574679648
    },
    "g_eli_key_tree_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574678864
    },
    "g_eli_key_tree_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574678304
    },
    "g_eli_keyfiles_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574656320
    },
    "g_eli_keyfiles_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574655920
    },
    "g_eli_kill_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574670848
    },
    "g_eli_last_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574646064
    },
    "g_eli_minbufs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609577776
    },
    "g_eli_mkey_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574676688
    },
    "g_eli_mkey_decrypt_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574677152
    },
    "g_eli_mkey_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574677280
    },
    "g_eli_mkey_hmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574676544
    },
    "g_eli_mkey_propagate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574677504
    },
    "g_eli_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609577840
    },
    "g_eli_newsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574652960
    },
    "g_eli_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574649696
    },
    "g_eli_orphan_spoil_assert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574655808
    },
    "g_eli_overwrites": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609576560
    },
    "g_eli_pre_sync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071612528168
    },
    "g_eli_privacy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_eli_read_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574643952
    },
    "g_eli_read_metadata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574644896
    },
    "g_eli_read_metadata_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574644928
    },
    "g_eli_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574649728
    },
    "g_eli_shutdown_pre_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574656544
    },
    "g_eli_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574649216
    },
    "g_eli_suspend_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574670288
    },
    "g_eli_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574641808
    },
    "g_eli_threads": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612527860
    },
    "g_eli_tries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609577772
    },
    "g_eli_uma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612527840
    },
    "g_eli_umalock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612527872
    },
    "g_eli_umalock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609577784
    },
    "g_eli_umalock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609577240
    },
    "g_eli_umalock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609577264
    },
    "g_eli_umaoutstanding": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612527848
    },
    "g_eli_unmapped_io": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609577640
    },
    "g_eli_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609577768
    },
    "g_eli_visible_passphrase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612527864
    },
    "g_eli_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574653536
    },
    "g_eli_write_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574644560
    },
    "g_elimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609577696
    },
    "g_epoch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "g_error_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574731568
    },
    "g_event_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574713776
    },
    "g_event_procbody": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574720976
    },
    "g_event_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071608209664
    },
    "g_eventlock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612528200
    },
    "g_events": {
      "type": {
        "kind": "struct",
        "name": "event_tailq_head"
      },
      "address": 18446744071609579648
    },
    "g_fd_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071610103216
    },
    "g_flashmap_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609580072
    },
    "g_flashmap_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609580048
    },
    "g_flashmap_slicers": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_8cd3a3260adea1c5"
        }
      },
      "address": 18446744071609579872
    },
    "g_flashmap_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574714032
    },
    "g_flashmapmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609579984
    },
    "g_format_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574720096
    },
    "g_fxp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "g_getattr__": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574734704
    },
    "g_gpt_set_defaults": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574833280
    },
    "g_gpt_utf8_to_utf16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574832816
    },
    "g_handleattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574732992
    },
    "g_handleattr_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574732832
    },
    "g_handleattr_off_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574733440
    },
    "g_handleattr_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574733600
    },
    "g_handleattr_uint16_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574733280
    },
    "g_htab": {
      "type": {
        "count": 8192,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071610694224
    },
    "g_hv_sgl_page_pool": {
      "type": {
        "kind": "struct",
        "name": "hv_sgl_page_pool"
      },
      "address": 18446744071613422152
    },
    "g_ignition": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528432
    },
    "g_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574720704
    },
    "g_io_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574717056
    },
    "g_io_deliver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574717440
    },
    "g_io_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574716864
    },
    "g_io_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715648
    },
    "g_io_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715504
    },
    "g_io_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715856
    },
    "g_io_schedule_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574718288
    },
    "g_io_schedule_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574718704
    },
    "g_io_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574716656
    },
    "g_io_transient_map_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574720336
    },
    "g_io_zonecmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574716432
    },
    "g_is_geom_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574720656
    },
    "g_isci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isci_softc"
        }
      },
      "address": 18446744071613422416
    },
    "g_isci_debug_level": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422408
    },
    "g_kern_disks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574707088
    },
    "g_label.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_access_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574743888
    },
    "g_label_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609583280
    },
    "g_label_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574741984
    },
    "g_label_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574743920
    },
    "g_label_debug": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612528464
    },
    "g_label_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574743552
    },
    "g_label_disk_ident": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609586240
    },
    "g_label_disk_ident.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_disk_ident_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574749104
    },
    "g_label_ext2fs": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609583720
    },
    "g_label_ext2fs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_ext2fs_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574744960
    },
    "g_label_flashmap": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609583968
    },
    "g_label_flashmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_flashmap_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574745184
    },
    "g_label_generic": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609583448
    },
    "g_label_generic_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574743616
    },
    "g_label_gpt": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609585744
    },
    "g_label_gpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_gpt_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574748256
    },
    "g_label_gpt_uuid": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609585768
    },
    "g_label_gpt_uuid_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574748960
    },
    "g_label_iso9660": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609584216
    },
    "g_label_iso9660.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_iso9660_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574745312
    },
    "g_label_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609583688
    },
    "g_label_msdosfs": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609584464
    },
    "g_label_msdosfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_msdosfs_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574745568
    },
    "g_label_ntfs": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609584712
    },
    "g_label_ntfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_ntfs_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574746752
    },
    "g_label_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574744688
    },
    "g_label_orphan_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574743904
    },
    "g_label_reiserfs": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609584960
    },
    "g_label_reiserfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_reiserfs_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574747312
    },
    "g_label_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574744848
    },
    "g_label_rtrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574743568
    },
    "g_label_spoiled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574744768
    },
    "g_label_start_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574743872
    },
    "g_label_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574740992
    },
    "g_label_ufs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_label_ufs_id": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609585232
    },
    "g_label_ufs_id_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574747664
    },
    "g_label_ufs_taste_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574747680
    },
    "g_label_ufs_volume": {
      "type": {
        "kind": "struct",
        "name": "g_label_desc"
      },
      "address": 18446744071609585208
    },
    "g_label_ufs_volume_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574747648
    },
    "g_labelmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609583624
    },
    "g_labels": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "g_label_desc"
          }
        }
      },
      "address": 18446744071609583472
    },
    "g_launch_mirror_before_timeout": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609586880
    },
    "g_load_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574726752
    },
    "g_md_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570194592
    },
    "g_md_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071608502944
    },
    "g_md_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570193696
    },
    "g_md_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570193456
    },
    "g_md_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570192464
    },
    "g_md_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608503456
    },
    "g_md_providergone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570194736
    },
    "g_md_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570193504
    },
    "g_mdmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608503160
    },
    "g_media_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574734192
    },
    "g_media_changed_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574734272
    },
    "g_media_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574734624
    },
    "g_mirror.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_mirror_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574760080
    },
    "g_mirror_add_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574755888
    },
    "g_mirror_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609587560
    },
    "g_mirror_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574783264
    },
    "g_mirror_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574758064
    },
    "g_mirror_create_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574796272
    },
    "g_mirror_ctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_mirror_ctl_deactivate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574793712
    },
    "g_mirror_ctl_forget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574794512
    },
    "g_mirror_ctl_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574791904
    },
    "g_mirror_ctl_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574792800
    },
    "g_mirror_ctl_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574795120
    },
    "g_mirror_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528472
    },
    "g_mirror_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574770288
    },
    "g_mirror_destroy_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574779872
    },
    "g_mirror_destroy_delayed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574773424
    },
    "g_mirror_destroy_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574771632
    },
    "g_mirror_destroy_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574778240
    },
    "g_mirror_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574751440
    },
    "g_mirror_determine_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574778944
    },
    "g_mirror_disconnect_on_failure": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609587948
    },
    "g_mirror_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574782544
    },
    "g_mirror_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574760640
    },
    "g_mirror_event_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574752080
    },
    "g_mirror_event_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574752016
    },
    "g_mirror_fill_metadata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574753072
    },
    "g_mirror_find_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574795696
    },
    "g_mirror_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574751376
    },
    "g_mirror_go": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574770176
    },
    "g_mirror_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574773168
    },
    "g_mirror_idletime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609587944
    },
    "g_mirror_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574751280
    },
    "g_mirror_is_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574779600
    },
    "g_mirror_kill_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574779312
    },
    "g_mirror_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609590408
    },
    "g_mirror_ndisks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574753024
    },
    "g_mirror_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574759984
    },
    "g_mirror_post_sync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071612528480
    },
    "g_mirror_providergone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574751728
    },
    "g_mirror_read_metadata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574754512
    },
    "g_mirror_regular_collision": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574781088
    },
    "g_mirror_regular_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574781536
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212560
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212576
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212528
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212592
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_regular_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212544
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212568
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212584
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212536
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212600
    },
    "g_mirror_regular_request.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_regular_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212552
    },
    "g_mirror_regular_request._fail_point_g_mirror_regular_request_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589480
    },
    "g_mirror_regular_request._fail_point_g_mirror_regular_request_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589784
    },
    "g_mirror_regular_request._fail_point_g_mirror_regular_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588872
    },
    "g_mirror_regular_request._fail_point_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609590088
    },
    "g_mirror_regular_request._fail_point_g_mirror_regular_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589176
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_g_mirror_regular_request_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589560
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_g_mirror_regular_request_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589864
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_g_mirror_regular_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588952
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609590168
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_g_mirror_regular_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589256
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_status_g_mirror_regular_request_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589672
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_status_g_mirror_regular_request_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589976
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_status_g_mirror_regular_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589064
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_status_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609590280
    },
    "g_mirror_regular_request.sysctl___debug_fail_point_status_g_mirror_regular_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609589368
    },
    "g_mirror_request_round_robin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574782224
    },
    "g_mirror_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574751824
    },
    "g_mirror_shutdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528476
    },
    "g_mirror_shutdown_post_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574782752
    },
    "g_mirror_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574759120
    },
    "g_mirror_sync_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574781200
    },
    "g_mirror_sync_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574781312
    },
    "g_mirror_sync_period": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609587956
    },
    "g_mirror_sync_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574780944
    },
    "g_mirror_sync_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574781952
    },
    "g_mirror_sync_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574776960
    },
    "g_mirror_sync_request.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_sync_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212496
    },
    "g_mirror_sync_request.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_sync_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212512
    },
    "g_mirror_sync_request.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_sync_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212504
    },
    "g_mirror_sync_request.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_sync_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212520
    },
    "g_mirror_sync_request._fail_point_g_mirror_sync_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588264
    },
    "g_mirror_sync_request._fail_point_g_mirror_sync_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588568
    },
    "g_mirror_sync_request.sysctl___debug_fail_point_g_mirror_sync_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588344
    },
    "g_mirror_sync_request.sysctl___debug_fail_point_g_mirror_sync_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588648
    },
    "g_mirror_sync_request.sysctl___debug_fail_point_status_g_mirror_sync_request_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588456
    },
    "g_mirror_sync_request.sysctl___debug_fail_point_status_g_mirror_sync_request_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588760
    },
    "g_mirror_sync_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574779952
    },
    "g_mirror_sync_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574771168
    },
    "g_mirror_syncreqs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609587952
    },
    "g_mirror_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574749328
    },
    "g_mirror_taste_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574782736
    },
    "g_mirror_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609587840
    },
    "g_mirror_try_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574776256
    },
    "g_mirror_update_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574773872
    },
    "g_mirror_update_metadata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574753360
    },
    "g_mirror_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574761904
    },
    "g_mirror_write_metadata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574753616
    },
    "g_mirror_write_metadata.__set_sysctl_set_sym_sysctl___debug_fail_point_g_mirror_metadata_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212480
    },
    "g_mirror_write_metadata.__set_sysctl_set_sym_sysctl___debug_fail_point_status_g_mirror_metadata_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587212488
    },
    "g_mirror_write_metadata._fail_point_g_mirror_metadata_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609587960
    },
    "g_mirror_write_metadata.sysctl___debug_fail_point_g_mirror_metadata_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588040
    },
    "g_mirror_write_metadata.sysctl___debug_fail_point_status_g_mirror_metadata_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609588152
    },
    "g_mirrormodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609587896
    },
    "g_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574725616
    },
    "g_modevent.g_ignition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612528432
    },
    "g_new_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715040
    },
    "g_new_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574730528
    },
    "g_new_geomf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574727792
    },
    "g_new_provider_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574731072
    },
    "g_new_providerf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574730736
    },
    "g_notaste": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528420
    },
    "g_orphan_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574710720
    },
    "g_p": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "g_part.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_part_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574804224
    },
    "g_part_add_alias_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592576
    },
    "g_part_add_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592552
    },
    "g_part_alias_list": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "g_part_alias_list"
        }
      },
      "address": 18446744071609590464
    },
    "g_part_alias_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574796288
    },
    "g_part_bootcode_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592600
    },
    "g_part_bsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_part_bsd_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817280
    },
    "g_part_bsd_bootcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817344
    },
    "g_part_bsd_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817472
    },
    "g_part_bsd_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817920
    },
    "g_part_bsd_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817968
    },
    "g_part_bsd_dumpto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574818048
    },
    "g_part_bsd_methods": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585151392
    },
    "g_part_bsd_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609593304
    },
    "g_part_bsd_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574817264
    },
    "g_part_bsd_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574818064
    },
    "g_part_bsd_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574818256
    },
    "g_part_bsd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574818304
    },
    "g_part_bsd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574818448
    },
    "g_part_bsd_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574818112
    },
    "g_part_bsd_scheme": {
      "type": {
        "kind": "struct",
        "name": "g_part_scheme"
      },
      "address": 18446744071609593328
    },
    "g_part_bsd_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574819136
    },
    "g_part_bsd_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574819248
    },
    "g_part_bsdmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609593216
    },
    "g_part_check_integrity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574806496
    },
    "g_part_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609592248
    },
    "g_part_create_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592624
    },
    "g_part_ctl_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574807792
    },
    "g_part_ctl_bootcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574808768
    },
    "g_part_ctl_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574809104
    },
    "g_part_ctl_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574810112
    },
    "g_part_ctl_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574811392
    },
    "g_part_ctl_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574811904
    },
    "g_part_ctl_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574812640
    },
    "g_part_ctl_recover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574813104
    },
    "g_part_ctl_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574813472
    },
    "g_part_ctl_setunset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574814224
    },
    "g_part_ctl_undo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574814800
    },
    "g_part_ctlreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574797984
    },
    "g_part_destroy_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592648
    },
    "g_part_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574802240
    },
    "g_part_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574803312
    },
    "g_part_dumpconf_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592672
    },
    "g_part_dumpto_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592696
    },
    "g_part_ebr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_part_ebr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574819888
    },
    "g_part_ebr_add_alias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820288
    },
    "g_part_ebr_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820400
    },
    "g_part_ebr_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820688
    },
    "g_part_ebr_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820704
    },
    "g_part_ebr_dumpto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820848
    },
    "g_part_ebr_methods": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585151968
    },
    "g_part_ebr_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609593904
    },
    "g_part_ebr_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574819872
    },
    "g_part_ebr_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820880
    },
    "g_part_ebr_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820928
    },
    "g_part_ebr_new_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574820976
    },
    "g_part_ebr_precheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574821088
    },
    "g_part_ebr_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574821136
    },
    "g_part_ebr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574821456
    },
    "g_part_ebr_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574822432
    },
    "g_part_ebr_scheme": {
      "type": {
        "kind": "struct",
        "name": "g_part_scheme"
      },
      "address": 18446744071609593928
    },
    "g_part_ebr_setunset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574822512
    },
    "g_part_ebr_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574822704
    },
    "g_part_ebr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574822880
    },
    "g_part_ebrmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609593816
    },
    "g_part_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574802192
    },
    "g_part_fullname_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592720
    },
    "g_part_geometry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574805360
    },
    "g_part_geometry.candidate_sectors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584814016
    },
    "g_part_geometry_heads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574796400
    },
    "g_part_geometry_heads.candidate_heads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584813888
    },
    "g_part_get_physpath_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574816384
    },
    "g_part_getattr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609593032
    },
    "g_part_gpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_part_gpt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574824304
    },
    "g_part_gpt_bootcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574824720
    },
    "g_part_gpt_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574824800
    },
    "g_part_gpt_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574825344
    },
    "g_part_gpt_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574825472
    },
    "g_part_gpt_dumpto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574826480
    },
    "g_part_gpt_methods": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585152320
    },
    "g_part_gpt_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609594504
    },
    "g_part_gpt_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574824288
    },
    "g_part_gpt_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574826592
    },
    "g_part_gpt_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574827168
    },
    "g_part_gpt_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574827264
    },
    "g_part_gpt_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574827696
    },
    "g_part_gpt_recover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574829008
    },
    "g_part_gpt_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574826880
    },
    "g_part_gpt_scheme": {
      "type": {
        "kind": "struct",
        "name": "g_part_scheme"
      },
      "address": 18446744071609594528
    },
    "g_part_gpt_setunset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574829264
    },
    "g_part_gpt_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574830064
    },
    "g_part_gpt_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574830208
    },
    "g_part_gptmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609594416
    },
    "g_part_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_part_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574802112
    },
    "g_part_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574804480
    },
    "g_part_ioctl_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592744
    },
    "g_part_mbr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_part_mbr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574835360
    },
    "g_part_mbr_bootcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574835808
    },
    "g_part_mbr_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574835904
    },
    "g_part_mbr_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574836000
    },
    "g_part_mbr_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574836016
    },
    "g_part_mbr_dumpto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574836240
    },
    "g_part_mbr_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585154624
    },
    "g_part_mbr_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609596144
    },
    "g_part_mbr_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574835344
    },
    "g_part_mbr_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574836272
    },
    "g_part_mbr_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574836752
    },
    "g_part_mbr_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574836800
    },
    "g_part_mbr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574837184
    },
    "g_part_mbr_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574836464
    },
    "g_part_mbr_scheme": {
      "type": {
        "kind": "struct",
        "name": "g_part_scheme"
      },
      "address": 18446744071609596168
    },
    "g_part_mbr_setunset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574837712
    },
    "g_part_mbr_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574837904
    },
    "g_part_mbr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574838160
    },
    "g_part_mbrmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609596056
    },
    "g_part_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609592432
    },
    "g_part_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574796800
    },
    "g_part_modify_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592768
    },
    "g_part_name_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592840
    },
    "g_part_new_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574796592
    },
    "g_part_new_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574807344
    },
    "g_part_new_provider_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592792
    },
    "g_part_null_methods": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585151136
    },
    "g_part_null_scheme": {
      "type": {
        "kind": "struct",
        "name": "g_part_scheme"
      },
      "address": 18446744071609592464
    },
    "g_part_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574804352
    },
    "g_part_precheck_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592864
    },
    "g_part_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574804928
    },
    "g_part_probe_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592888
    },
    "g_part_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592912
    },
    "g_part_recover_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592936
    },
    "g_part_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574804624
    },
    "g_part_resize_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592816
    },
    "g_part_schemes": {
      "type": {
        "kind": "struct",
        "name": "unnamed_19c4481e81dcc13a"
      },
      "address": 18446744071609590448
    },
    "g_part_separator": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612528496
    },
    "g_part_setunset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592960
    },
    "g_part_spoiled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574803232
    },
    "g_part_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574802320
    },
    "g_part_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574797232
    },
    "g_part_type_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609592984
    },
    "g_part_unload_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574796992
    },
    "g_part_wither": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574816032
    },
    "g_part_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609593008
    },
    "g_partmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609592200
    },
    "g_pass_through_dev_type": {
      "type": {
        "kind": "struct",
        "name": "hyperv_guid"
      },
      "address": 18446744071587075888
    },
    "g_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "g_pending_events": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612528232
    },
    "g_post_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574710432
    },
    "g_post_event_ep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574712848
    },
    "g_post_event_ep_va": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574712928
    },
    "g_print_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574719856
    },
    "g_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071612528408
    },
    "g_provider_add_alias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574731264
    },
    "g_provider_by_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574732032
    },
    "g_raid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_raid1_rebuild_cluster_idle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609604120
    },
    "g_raid1_rebuild_fair_io": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609604116
    },
    "g_raid1_rebuild_meta_update": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609604124
    },
    "g_raid1_rebuild_slab": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609604112
    },
    "g_raid1e_rebuild_cluster_idle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609605208
    },
    "g_raid1e_rebuild_fair_io": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609605204
    },
    "g_raid1e_rebuild_meta_update": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609605212
    },
    "g_raid1e_rebuild_slab": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609605200
    },
    "g_raid_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574849072
    },
    "g_raid_aggressive_spare": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612529552
    },
    "g_raid_change_disk_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574842000
    },
    "g_raid_change_subdisk_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574842176
    },
    "g_raid_change_volume_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574842416
    },
    "g_raid_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609597464
    },
    "g_raid_clean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574862000
    },
    "g_raid_clean_time": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609597840
    },
    "g_raid_create_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574853856
    },
    "g_raid_create_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574848544
    },
    "g_raid_create_node_format": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574857328
    },
    "g_raid_create_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574853136
    },
    "g_raid_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574862784
    },
    "g_raid_ctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_raid_ddf_go": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574896432
    },
    "g_raid_debug": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612529556
    },
    "g_raid_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574856848
    },
    "g_raid_destroy_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574844480
    },
    "g_raid_destroy_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574856272
    },
    "g_raid_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839232
    },
    "g_raid_destroy_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574854608
    },
    "g_raid_destroy_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574855280
    },
    "g_raid_disconnect_on_failure": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609597844
    },
    "g_raid_disk_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574848304
    },
    "g_raid_disk_done_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574861808
    },
    "g_raid_disk_state2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839440
    },
    "g_raid_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574858464
    },
    "g_raid_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574849760
    },
    "g_raid_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609596432
    },
    "g_raid_event_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574856592
    },
    "g_raid_event_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574842560
    },
    "g_raid_fail_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574857760
    },
    "g_raid_find_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574864624
    },
    "g_raid_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839168
    },
    "g_raid_get_disk_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574841456
    },
    "g_raid_get_diskname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574841408
    },
    "g_raid_get_subdisk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574843616
    },
    "g_raid_handle_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574858640
    },
    "g_raid_idle_threshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609597848
    },
    "g_raid_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839072
    },
    "g_raid_intel_go": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574929392
    },
    "g_raid_iodone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574845392
    },
    "g_raid_jmicron_go": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574944496
    },
    "g_raid_kill_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574843904
    },
    "g_raid_lock_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574847456
    },
    "g_raid_md_classes": {
      "type": {
        "kind": "struct",
        "name": "unnamed_ace746c8d2802040"
      },
      "address": 18446744071612529560
    },
    "g_raid_md_create_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865008
    },
    "g_raid_md_create_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609597896
    },
    "g_raid_md_create_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574914688
    },
    "g_raid_md_create_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574935376
    },
    "g_raid_md_create_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574947040
    },
    "g_raid_md_create_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574958944
    },
    "g_raid_md_create_req_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865200
    },
    "g_raid_md_create_req_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865024
    },
    "g_raid_md_create_req_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609597920
    },
    "g_raid_md_create_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574976704
    },
    "g_raid_md_ctl_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574876672
    },
    "g_raid_md_ctl_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865120
    },
    "g_raid_md_ctl_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609597968
    },
    "g_raid_md_ctl_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574919504
    },
    "g_raid_md_ctl_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574938480
    },
    "g_raid_md_ctl_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574950048
    },
    "g_raid_md_ctl_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574962912
    },
    "g_raid_md_ctl_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574980016
    },
    "g_raid_md_ddf_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_md_class"
      },
      "address": 18446744071609598920
    },
    "g_raid_md_ddf_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585157184
    },
    "g_raid_md_ddf_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609598896
    },
    "g_raid_md_ddf_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574886880
    },
    "g_raid_md_ddf_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574896544
    },
    "g_raid_md_ddf_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574899904
    },
    "g_raid_md_ddf_start_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574897488
    },
    "g_raid_md_ddfmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609598496
    },
    "g_raid_md_event_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574876368
    },
    "g_raid_md_event_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609597992
    },
    "g_raid_md_event_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574919232
    },
    "g_raid_md_event_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574938208
    },
    "g_raid_md_event_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574949696
    },
    "g_raid_md_event_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574962608
    },
    "g_raid_md_event_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574979744
    },
    "g_raid_md_fail_disk_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574886048
    },
    "g_raid_md_fail_disk_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598064
    },
    "g_raid_md_fail_disk_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574928848
    },
    "g_raid_md_fail_disk_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574943440
    },
    "g_raid_md_fail_disk_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574955232
    },
    "g_raid_md_fail_disk_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574969808
    },
    "g_raid_md_fail_disk_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574984832
    },
    "g_raid_md_free_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574886736
    },
    "g_raid_md_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598136
    },
    "g_raid_md_free_disk_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574886384
    },
    "g_raid_md_free_disk_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865152
    },
    "g_raid_md_free_disk_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598088
    },
    "g_raid_md_free_disk_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574929104
    },
    "g_raid_md_free_disk_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574943776
    },
    "g_raid_md_free_disk_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574955568
    },
    "g_raid_md_free_disk_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574970144
    },
    "g_raid_md_free_disk_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574985072
    },
    "g_raid_md_free_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574929232
    },
    "g_raid_md_free_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574943856
    },
    "g_raid_md_free_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574955648
    },
    "g_raid_md_free_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574970384
    },
    "g_raid_md_free_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574985152
    },
    "g_raid_md_free_volume_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574886448
    },
    "g_raid_md_free_volume_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865168
    },
    "g_raid_md_free_volume_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598112
    },
    "g_raid_md_free_volume_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574929184
    },
    "g_raid_md_free_volume_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574970272
    },
    "g_raid_md_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_raid_md_intel_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_md_class"
      },
      "address": 18446744071609599528
    },
    "g_raid_md_intel_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585157696
    },
    "g_raid_md_intel_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609599504
    },
    "g_raid_md_intel_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574929488
    },
    "g_raid_md_intel_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574934208
    },
    "g_raid_md_intel_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574932848
    },
    "g_raid_md_intel_start_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574931040
    },
    "g_raid_md_intel_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574934768
    },
    "g_raid_md_intelmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609599104
    },
    "g_raid_md_jmicron_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_md_class"
      },
      "address": 18446744071609600136
    },
    "g_raid_md_jmicron_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585158832
    },
    "g_raid_md_jmicron_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609600112
    },
    "g_raid_md_jmicron_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574944000
    },
    "g_raid_md_jmicron_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574946592
    },
    "g_raid_md_jmicron_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574945648
    },
    "g_raid_md_jmicron_start_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574944592
    },
    "g_raid_md_jmicronmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609599712
    },
    "g_raid_md_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574858048
    },
    "g_raid_md_nvidia_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_md_class"
      },
      "address": 18446744071609600744
    },
    "g_raid_md_nvidia_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585159920
    },
    "g_raid_md_nvidia_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609600720
    },
    "g_raid_md_nvidia_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574955808
    },
    "g_raid_md_nvidia_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574958496
    },
    "g_raid_md_nvidia_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574957488
    },
    "g_raid_md_nvidia_start_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574956496
    },
    "g_raid_md_nvidiamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609600320
    },
    "g_raid_md_promise_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_md_class"
      },
      "address": 18446744071609601352
    },
    "g_raid_md_promise_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585160960
    },
    "g_raid_md_promise_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609601328
    },
    "g_raid_md_promise_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574970400
    },
    "g_raid_md_promise_purge_disks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574975440
    },
    "g_raid_md_promise_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574971488
    },
    "g_raid_md_promise_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574974208
    },
    "g_raid_md_promise_start_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574972144
    },
    "g_raid_md_promisemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609600928
    },
    "g_raid_md_sii_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_md_class"
      },
      "address": 18446744071609601960
    },
    "g_raid_md_sii_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585162176
    },
    "g_raid_md_sii_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609601936
    },
    "g_raid_md_sii_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574985312
    },
    "g_raid_md_sii_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574988272
    },
    "g_raid_md_sii_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574987168
    },
    "g_raid_md_sii_start_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574985984
    },
    "g_raid_md_siimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609601536
    },
    "g_raid_md_taste_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865552
    },
    "g_raid_md_taste_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609597944
    },
    "g_raid_md_taste_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574914848
    },
    "g_raid_md_taste_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574935536
    },
    "g_raid_md_taste_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574947216
    },
    "g_raid_md_taste_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574959088
    },
    "g_raid_md_taste_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574976960
    },
    "g_raid_md_volume_event_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574876608
    },
    "g_raid_md_volume_event_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865136
    },
    "g_raid_md_volume_event_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598016
    },
    "g_raid_md_volume_event_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574962864
    },
    "g_raid_md_write_ddf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574881760
    },
    "g_raid_md_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598040
    },
    "g_raid_md_write_intel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574926400
    },
    "g_raid_md_write_jmicron": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574942368
    },
    "g_raid_md_write_nvidia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574953856
    },
    "g_raid_md_write_promise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574967712
    },
    "g_raid_md_write_sii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574983840
    },
    "g_raid_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609597864
    },
    "g_raid_name_format": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612529588
    },
    "g_raid_ndisks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574843360
    },
    "g_raid_nopens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574843856
    },
    "g_raid_nsubdisks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574843424
    },
    "g_raid_nvidia_go": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574956400
    },
    "g_raid_open_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574843712
    },
    "g_raid_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574849040
    },
    "g_raid_post_sync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071612529600
    },
    "g_raid_promise_go": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574972032
    },
    "g_raid_read_err_thresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609596776
    },
    "g_raid_report_disk_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574841744
    },
    "g_raid_shutdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529592
    },
    "g_raid_shutdown_post_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574862304
    },
    "g_raid_sii_go": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574985888
    },
    "g_raid_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574846784
    },
    "g_raid_start_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574861312
    },
    "g_raid_start_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609596896
    },
    "g_raid_start_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574854000
    },
    "g_raid_started": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529584
    },
    "g_raid_subdisk_iostart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574844848
    },
    "g_raid_subdisk_kerneldump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574848480
    },
    "g_raid_subdisk_state2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839472
    },
    "g_raid_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574838512
    },
    "g_raid_taste_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574862288
    },
    "g_raid_tr_classes": {
      "type": {
        "kind": "struct",
        "name": "unnamed_290099a730d34d90"
      },
      "address": 18446744071612529568
    },
    "g_raid_tr_concat_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_tr_class"
      },
      "address": 18446744071609602568
    },
    "g_raid_tr_concat_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585162320
    },
    "g_raid_tr_concat_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609602544
    },
    "g_raid_tr_concatmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609602144
    },
    "g_raid_tr_event_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574989488
    },
    "g_raid_tr_event_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598184
    },
    "g_raid_tr_event_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574991488
    },
    "g_raid_tr_event_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574993472
    },
    "g_raid_tr_event_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574998784
    },
    "g_raid_tr_event_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575008816
    },
    "g_raid_tr_flush_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574844560
    },
    "g_raid_tr_free_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574990976
    },
    "g_raid_tr_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598352
    },
    "g_raid_tr_free_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574993168
    },
    "g_raid_tr_free_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574996320
    },
    "g_raid_tr_free_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575004592
    },
    "g_raid_tr_free_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575010432
    },
    "g_raid_tr_idle_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598376
    },
    "g_raid_tr_idle_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574996272
    },
    "g_raid_tr_idle_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575004496
    },
    "g_raid_tr_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_raid_tr_iodone_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574990608
    },
    "g_raid_tr_iodone_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598280
    },
    "g_raid_tr_iodone_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574992688
    },
    "g_raid_tr_iodone_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574994112
    },
    "g_raid_tr_iodone_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575000912
    },
    "g_raid_tr_iodone_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575010288
    },
    "g_raid_tr_iostart_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574989808
    },
    "g_raid_tr_iostart_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598256
    },
    "g_raid_tr_iostart_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574991808
    },
    "g_raid_tr_iostart_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574993584
    },
    "g_raid_tr_iostart_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574998896
    },
    "g_raid_tr_iostart_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575008944
    },
    "g_raid_tr_kerneldump_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574846048
    },
    "g_raid_tr_kerneldump_common_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574846768
    },
    "g_raid_tr_kerneldump_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574990704
    },
    "g_raid_tr_kerneldump_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598304
    },
    "g_raid_tr_kerneldump_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574992784
    },
    "g_raid_tr_kerneldump_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574996064
    },
    "g_raid_tr_kerneldump_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575003760
    },
    "g_raid_tr_kerneldump_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575010384
    },
    "g_raid_tr_locked_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574865184
    },
    "g_raid_tr_locked_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598328
    },
    "g_raid_tr_locked_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574996240
    },
    "g_raid_tr_locked_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575004464
    },
    "g_raid_tr_locked_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575010400
    },
    "g_raid_tr_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574858272
    },
    "g_raid_tr_raid0_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_tr_class"
      },
      "address": 18446744071609603192
    },
    "g_raid_tr_raid0_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585162464
    },
    "g_raid_tr_raid0_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609603168
    },
    "g_raid_tr_raid0module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609602768
    },
    "g_raid_tr_raid1_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_tr_class"
      },
      "address": 18446744071609604280
    },
    "g_raid_tr_raid1_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585162688
    },
    "g_raid_tr_raid1_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609604256
    },
    "g_raid_tr_raid1_rebuild_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574997776
    },
    "g_raid_tr_raid1_rebuild_some": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574998208
    },
    "g_raid_tr_raid1_rebuild_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574997152
    },
    "g_raid_tr_raid1_select_read_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574998400
    },
    "g_raid_tr_raid1e_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_tr_class"
      },
      "address": 18446744071609605368
    },
    "g_raid_tr_raid1e_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585162992
    },
    "g_raid_tr_raid1e_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609605344
    },
    "g_raid_tr_raid1e_rebuild_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575006640
    },
    "g_raid_tr_raid1e_rebuild_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575007936
    },
    "g_raid_tr_raid1e_rebuild_some": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575007056
    },
    "g_raid_tr_raid1e_rebuild_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575006096
    },
    "g_raid_tr_raid1e_select_read_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575008192
    },
    "g_raid_tr_raid1emodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609604928
    },
    "g_raid_tr_raid1module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609603840
    },
    "g_raid_tr_raid5_class": {
      "type": {
        "kind": "struct",
        "name": "g_raid_tr_class"
      },
      "address": 18446744071609605992
    },
    "g_raid_tr_raid5_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585163168
    },
    "g_raid_tr_raid5_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609605968
    },
    "g_raid_tr_raid5module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609605568
    },
    "g_raid_tr_start_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574989728
    },
    "g_raid_tr_start_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598208
    },
    "g_raid_tr_start_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574991728
    },
    "g_raid_tr_start_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574993504
    },
    "g_raid_tr_start_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574998816
    },
    "g_raid_tr_start_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575008848
    },
    "g_raid_tr_stop_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574989760
    },
    "g_raid_tr_stop_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598232
    },
    "g_raid_tr_stop_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574991760
    },
    "g_raid_tr_stop_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574993536
    },
    "g_raid_tr_stop_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574998848
    },
    "g_raid_tr_stop_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575008896
    },
    "g_raid_tr_taste_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574989424
    },
    "g_raid_tr_taste_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609598160
    },
    "g_raid_tr_taste_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574991440
    },
    "g_raid_tr_taste_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574993424
    },
    "g_raid_tr_taste_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574998736
    },
    "g_raid_tr_taste_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575008736
    },
    "g_raid_tr_update_state_concat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574990992
    },
    "g_raid_tr_update_state_raid0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574993184
    },
    "g_raid_tr_update_state_raid1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574996368
    },
    "g_raid_tr_update_state_raid1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575004640
    },
    "g_raid_tr_update_state_raid5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575010480
    },
    "g_raid_unlock_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574847952
    },
    "g_raid_volume_level2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839536
    },
    "g_raid_volume_state2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839504
    },
    "g_raid_volume_str2level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574839872
    },
    "g_raid_volumes": {
      "type": {
        "kind": "struct",
        "name": "unnamed_262cb733abc83dbd"
      },
      "address": 18446744071612529576
    },
    "g_raid_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574851840
    },
    "g_raid_write_metadata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574857632
    },
    "g_raidmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609597792
    },
    "g_read_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574719056
    },
    "g_reset_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574715472
    },
    "g_resize_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574731584
    },
    "g_resize_provider_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574731696
    },
    "g_retaste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574727200
    },
    "g_retaste_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574727392
    },
    "g_run_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574710944
    },
    "g_shutdown": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528416
    },
    "g_slice_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574724736
    },
    "g_slice_conf_hot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574722960
    },
    "g_slice_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574722272
    },
    "g_slice_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574723616
    },
    "g_slice_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574725152
    },
    "g_slice_dumpconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721936
    },
    "g_slice_finish_hot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721776
    },
    "g_slice_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574723696
    },
    "g_slice_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574723344
    },
    "g_slice_spoiled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574723536
    },
    "g_slice_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574724096
    },
    "g_spoil": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574732768
    },
    "g_spoil_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574734048
    },
    "g_std_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574733616
    },
    "g_std_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574733632
    },
    "g_std_spoiled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574733744
    },
    "g_swap_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071610066552
    },
    "g_trace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574709760
    },
    "g_up_procbody": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721104
    },
    "g_up_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071608209648
    },
    "g_use_g_read_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574719280
    },
    "g_use_g_write_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574719536
    },
    "g_uzip.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_uzip_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575013968
    },
    "g_uzip_attach_to": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609606928
    },
    "g_uzip_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609609048
    },
    "g_uzip_debug": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612529608
    },
    "g_uzip_debug_block": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609609008
    },
    "g_uzip_destroy_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575013376
    },
    "g_uzip_do": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575015280
    },
    "g_uzip_lzma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_uzip_lzma_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575018688
    },
    "g_uzip_lzma_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575018848
    },
    "g_uzip_lzma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019008
    },
    "g_uzip_lzma_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019072
    },
    "g_uzip_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609609024
    },
    "g_uzip_noattach_to": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609607984
    },
    "g_uzip_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575014080
    },
    "g_uzip_parse_toc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575014192
    },
    "g_uzip_read_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575018112
    },
    "g_uzip_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575016528
    },
    "g_uzip_softc_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575018288
    },
    "g_uzip_spoiled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575013808
    },
    "g_uzip_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575013552
    },
    "g_uzip_taste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575010848
    },
    "g_uzip_wrkthr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019088
    },
    "g_uzip_wrkthr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_uzip_zlib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_uzip_zlib_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019520
    },
    "g_uzip_zlib_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019680
    },
    "g_uzip_zlib_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019776
    },
    "g_uzip_zlib_rewind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019824
    },
    "g_uzip_zstd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "g_uzip_zstd_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575019888
    },
    "g_uzipmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609606800
    },
    "g_valid_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574735056
    },
    "g_vfs_bufops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf_ops"
        }
      },
      "address": 18446744071609582656
    },
    "g_vfs_class": {
      "type": {
        "kind": "struct",
        "name": "g_class"
      },
      "address": 18446744071609582736
    },
    "g_vfs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574740416
    },
    "g_vfs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574740544
    },
    "g_vfs_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574739264
    },
    "g_vfs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609582920
    },
    "g_vfs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574740000
    },
    "g_vfs_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574740640
    },
    "g_vfs_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574738896
    },
    "g_vfsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609582712
    },
    "g_wait_down": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612528456
    },
    "g_wait_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612528440
    },
    "g_wait_up": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612528448
    },
    "g_waitfor_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574713392
    },
    "g_waitidle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574710096
    },
    "g_wither_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574728400
    },
    "g_wither_geom_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574728544
    },
    "g_wither_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574728512
    },
    "g_wither_washer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574729648
    },
    "g_wither_work": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528236
    },
    "g_write_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574719376
    },
    "gain": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gain1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gain2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gainBoundaries": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "gainDeltaAdjust": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "gainF36": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gainF48": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gainF54": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gainFRD": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gainI": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gainLadder": {
      "type": {
        "kind": "struct",
        "name": "GAIN_OPTIMIZATION_LADDER"
      },
      "address": 18446744071584232600
    },
    "gainLadder5112": {
      "type": {
        "kind": "struct",
        "name": "GAIN_OPTIMIZATION_LADDER"
      },
      "address": 18446744071584232232
    },
    "gainStep": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gain_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gain_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gain_table_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "gain_vs_table_index": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "gainp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "gains": {
      "type": {
        "kind": "struct",
        "name": "bwi_gains"
      },
      "address": 0
    },
    "gann": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_meshgann_ie"
      },
      "address": 0
    },
    "gannie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshgann_ie"
        }
      },
      "address": 0
    },
    "gap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gap_bot": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gap_cnt": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608461504
    },
    "gap_deleted": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "gap_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gap_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "gap_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gap_top": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gaplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gapprot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gapstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gaptmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_geom_alias"
        }
      },
      "address": 0
    },
    "gapvnodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045872
    },
    "garbageq": {
      "type": {
        "kind": "struct",
        "name": "pfr_kentryworkq"
      },
      "address": 0
    },
    "garp_rexmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577589856
    },
    "garp_rexmit_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613058320
    },
    "gartctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gas": {
      "type": {
        "kind": "struct",
        "name": "ACPI_GENERIC_ADDRESS"
      },
      "address": 0
    },
    "gas_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "gateway": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_dl"
      },
      "address": 0
    },
    "gatt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "agp_gatt"
        }
      },
      "address": 0
    },
    "gave_up_lock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gb_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gbflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gbincore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576522320
    },
    "gbincore_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576522400
    },
    "gbps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gbwflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gc": {
      "type": {
        "kind": "struct",
        "name": "iommu_map_entries_tailq"
      },
      "address": 0
    },
    "gcap": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gcc1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gcd": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "gcheck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_cmd_generic"
        }
      },
      "address": 0
    },
    "gcqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_async_event_grp5_pvid_state"
        }
      },
      "address": 0
    },
    "gcr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gcr_ext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gctl_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574691200
    },
    "gctl_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574687504
    },
    "gctl_get_asciiparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574688736
    },
    "gctl_get_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574689248
    },
    "gctl_get_geom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574689504
    },
    "gctl_get_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574688592
    },
    "gctl_get_param_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574688448
    },
    "gctl_get_paraml": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574689072
    },
    "gctl_get_paraml_opt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574688912
    },
    "gctl_get_provider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574689776
    },
    "gctl_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574687856
    },
    "gctl_post_messages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574687760
    },
    "gctl_set_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574688016
    },
    "gctl_set_param_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574688208
    },
    "gdata": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gdb_ackmode": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609574288
    },
    "gdb_begin_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581405536
    },
    "gdb_bindata": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071612515264
    },
    "gdb_cnflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574617280
    },
    "gdb_cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616800
    },
    "gdb_cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574617248
    },
    "gdb_cninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616704
    },
    "gdb_cnprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616656
    },
    "gdb_cnputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616816
    },
    "gdb_cnterm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616784
    },
    "gdb_cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574617264
    },
    "gdb_cons.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gdb_consdev": {
      "type": {
        "kind": "struct",
        "name": "consdev"
      },
      "address": 18446744071609571728
    },
    "gdb_consdev_ops": {
      "type": {
        "kind": "struct",
        "name": "consdev_ops"
      },
      "address": 18446744071585147872
    },
    "gdb_consinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616560
    },
    "gdb_cpu_getreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581404496
    },
    "gdb_cpu_getreg._kcodesel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610174880
    },
    "gdb_cpu_getreg._kdatasel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610174884
    },
    "gdb_cpu_setreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581404816
    },
    "gdb_cpu_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581405216
    },
    "gdb_cpu_stop_reason": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581405248
    },
    "gdb_cur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gdb_dbgport"
        }
      },
      "address": 18446744071612511000
    },
    "gdb_dbbe": {
      "type": {
        "kind": "struct",
        "name": "kdb_dbbe"
      },
      "address": 18446744071609574240
    },
    "gdb_do_mem_search": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574624144
    },
    "gdb_do_threadinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574622560
    },
    "gdb_end_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581405568
    },
    "gdb_feature_names": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "gdb_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574625008
    },
    "gdb_handle_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574622368
    },
    "gdb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574617424
    },
    "gdb_listening": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612511008
    },
    "gdb_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gdb_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gdb_packet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gdb_return_to_ddb": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612511012
    },
    "gdb_rx_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574624656
    },
    "gdb_rx_bindata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574627152
    },
    "gdb_rx_equal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574625136
    },
    "gdb_rx_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574625232
    },
    "gdb_rx_varhex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574625536
    },
    "gdb_rxbuf": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612515360
    },
    "gdb_rxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612515328
    },
    "gdb_rxsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612515336
    },
    "gdb_search_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574627312
    },
    "gdb_trap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574617744
    },
    "gdb_tx_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574625920
    },
    "gdb_tx_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574625968
    },
    "gdb_tx_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574622480
    },
    "gdb_tx_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574626768
    },
    "gdb_tx_ok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574622320
    },
    "gdb_tx_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574627008
    },
    "gdb_tx_u": {
      "type": {
        "kind": "union",
        "name": "unnamed_675d6102c01c6a0b"
      },
      "address": 18446744071612519456
    },
    "gdb_txbuf_has_capacity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574627120
    },
    "gdb_txp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612515344
    },
    "gdbcons_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510912
    },
    "gdbhack_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609571704
    },
    "gdev_filter_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574699600
    },
    "gdev_filter_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574699632
    },
    "gdev_filterops_vnode": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609579064
    },
    "gdir": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_segment_descriptor"
        }
      },
      "address": 18446744071610189216
    },
    "gdt32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610187820
    },
    "gdt32end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610187844
    },
    "gdt_segs": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "soft_segment_descriptor"
        }
      },
      "address": 18446744071610187952
    },
    "gdtdesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610187776
    },
    "gdtdesc32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610187810
    },
    "gdtend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189248
    },
    "gdtr": {
      "type": {
        "kind": "struct",
        "name": "unnamed_2e9b03e9719f9ed6"
      },
      "address": 0
    },
    "ge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apei_ge"
        }
      },
      "address": 0
    },
    "ge25519_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579554768
    },
    "ge25519_cmov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579592336
    },
    "ge25519_cmov_cached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579591264
    },
    "ge25519_double_scalarmult_vartime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579561472
    },
    "ge25519_double_scalarmult_vartime.Bi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585362256
    },
    "ge25519_from_uniform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579587168
    },
    "ge25519_frombytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579555856
    },
    "ge25519_frombytes_negate_vartime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579558464
    },
    "ge25519_has_small_order": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579575904
    },
    "ge25519_has_small_order.blacklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585363216
    },
    "ge25519_is_canonical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579575760
    },
    "ge25519_is_on_curve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579573088
    },
    "ge25519_is_on_main_subgroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579573712
    },
    "ge25519_madd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579566640
    },
    "ge25519_mul_l.aslide": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585394160
    },
    "ge25519_p1p1_to_p2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579559504
    },
    "ge25519_p1p1_to_p3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579559584
    },
    "ge25519_p2_dbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579565808
    },
    "ge25519_p3_to_cached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579559696
    },
    "ge25519_p3_tobytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579559984
    },
    "ge25519_scalarmult": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579567728
    },
    "ge25519_scalarmult_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579571216
    },
    "ge25519_select_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579572464
    },
    "ge25519_select_base.base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585363440
    },
    "ge25519_select_cached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579570464
    },
    "ge25519_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579560160
    },
    "ge25519_tobytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579561296
    },
    "ged": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_HEST_GENERIC_DATA"
        }
      },
      "address": 0
    },
    "ged3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_HEST_GENERIC_DATA_V300"
        }
      },
      "address": 0
    },
    "geli_fetch_loader_passphrase_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609577424
    },
    "geliboot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "gem_add_rxbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569557712
    },
    "gem_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569543264
    },
    "gem_cddma_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569546464
    },
    "gem_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569546912
    },
    "gem_eint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569552848
    },
    "gem_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569558176
    },
    "gem_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569546192
    },
    "gem_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569548096
    },
    "gem_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569550768
    },
    "gem_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569545520
    },
    "gem_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569546560
    },
    "gem_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569546704
    },
    "gem_mifinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569546512
    },
    "gem_mii_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569553536
    },
    "gem_mii_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569554496
    },
    "gem_mii_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569553872
    },
    "gem_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569559616
    },
    "gem_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569561136
    },
    "gem_pci_devlist": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "gem_pci_dev"
        }
      },
      "address": 18446744071584773904
    },
    "gem_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608471032
    },
    "gem_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608470984
    },
    "gem_pci_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584773744
    },
    "gem_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608470960
    },
    "gem_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569559408
    },
    "gem_pci_res_spec": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608471088
    },
    "gem_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569561280
    },
    "gem_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569561248
    },
    "gem_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608470848
    },
    "gem_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569546304
    },
    "gem_reset_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569555456
    },
    "gem_reset_rxdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569553008
    },
    "gem_reset_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569556000
    },
    "gem_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569547936
    },
    "gem_setladrf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569556416
    },
    "gem_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569545376
    },
    "gem_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569558256
    },
    "gem_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569547360
    },
    "gem_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569547792
    },
    "gem_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569556832
    },
    "gen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gen_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_set_port_general_context"
        }
      },
      "address": 0
    },
    "gen_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gen_event": {
      "type": {
        "kind": "enum",
        "name": "slave_port_gen_event"
      },
      "address": 0
    },
    "gen_name": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "gen_timer_configuration": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "GEN_TIMER_CONFIGURATION"
        }
      },
      "address": 18446744071584430672
    },
    "gencnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gendiff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "general_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "general_obj_types": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "general_settings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings"
        }
      },
      "address": 0
    },
    "generate_tmp_ifid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578051088
    },
    "generation": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "generic_mbuf_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570996800
    },
    "generic_mbuf_dtor.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789492
    },
    "generic_mbuf_dtor.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789488
    },
    "generic_netmap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570991952
    },
    "generic_netmap_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570995088
    },
    "generic_netmap_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570990080
    },
    "generic_netmap_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570994240
    },
    "generic_netmap_tx_clean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570996016
    },
    "generic_netmap_tx_clean.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789500
    },
    "generic_netmap_tx_clean.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789496
    },
    "generic_netmap_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570992880
    },
    "generic_netmap_txsync.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789476
    },
    "generic_netmap_txsync.__cnt.16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789484
    },
    "generic_netmap_txsync.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789472
    },
    "generic_netmap_txsync.t0.15": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789480
    },
    "generic_restart_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575980528
    },
    "generic_rx_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570989584
    },
    "generic_rx_handler.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789468
    },
    "generic_rx_handler.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789464
    },
    "generic_set_tx_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570995568
    },
    "generic_status": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nvme_status_string"
        }
      },
      "address": 18446744071584895264
    },
    "generic_stop_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979824
    },
    "generic_stop_cpus.stopping_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609747124
    },
    "generic_tx_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570997456
    },
    "genid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "genkbd_commonioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570133552
    },
    "genkbd_diag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570131136
    },
    "genkbd_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570139600
    },
    "genkbd_get_fkeystr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570131072
    },
    "genkbd_keyaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570136448
    },
    "genkbdclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570138736
    },
    "genkbdioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570139408
    },
    "genkbdopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570138592
    },
    "genkbdpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570139488
    },
    "genkbdread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570138880
    },
    "genkbdwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570139344
    },
    "genl_get_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362592
    },
    "genl_get_family_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362640
    },
    "genl_get_family_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362624
    },
    "genl_get_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362656
    },
    "genl_handle_message": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578373424
    },
    "genl_load_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578373072
    },
    "genl_load_all_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609987920
    },
    "genl_lock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609986104
    },
    "genl_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609986048
    },
    "genl_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609986072
    },
    "genl_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 0
    },
    "genl_register_cmds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578361312
    },
    "genl_register_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578359472
    },
    "genl_register_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362112
    },
    "genl_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578376400
    },
    "genl_unload_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609987944
    },
    "genl_unregister_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578360704
    },
    "gens": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gens_stat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gentbi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gentbi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570288448
    },
    "gentbi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608509104
    },
    "gentbi_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584854272
    },
    "gentbi_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584854192
    },
    "gentbi_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608509056
    },
    "gentbi_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608509032
    },
    "gentbi_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608508992
    },
    "gentbi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570288208
    },
    "gentbi_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570288784
    },
    "gentbi_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570288864
    },
    "gentext": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "genwqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_generic_wqe_t"
        }
      },
      "address": 0
    },
    "geom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_geom"
        }
      },
      "address": 0
    },
    "geom_bsd_enc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_ctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_dev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_disk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_dump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_event.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_event_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574713808
    },
    "geom_event_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609579664
    },
    "geom_flashmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_io.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_kern.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_part_check_integrity": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609591696
    },
    "geom_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721424
    },
    "geom_slice.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geom_vfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "geoms": {
      "type": {
        "kind": "struct",
        "name": "g_tailq_head"
      },
      "address": 18446744071609582392
    },
    "gerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_HEST_GENERIC_STATUS"
        }
      },
      "address": 0
    },
    "gesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_HEST_GENERIC_STATUS"
        }
      },
      "address": 0
    },
    "gest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gesture_t"
        }
      },
      "address": 0
    },
    "get": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "getAllMatches": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "getAllMatchesFns": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          }
        }
      },
      "address": 0
    },
    "getGainF": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904128
    },
    "getLength": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "getPcdac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567904720
    },
    "getPminAndPcdacTableFromPowerTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568230544
    },
    "get_active_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571577648
    },
    "get_adhoc_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577333632
    },
    "get_advice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576648960
    },
    "get_aifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577088272
    },
    "get_arm_from_strip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570775568
    },
    "get_asic_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569520
    },
    "get_aux_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580454784
    },
    "get_businfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569776
    },
    "get_chip_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571571504
    },
    "get_cmd_delay_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580704
    },
    "get_cmd_err_inject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580560
    },
    "get_cntl_addl_data": {
      "type": {
        "kind": "struct",
        "name": "ocs_dma_t"
      },
      "address": 0
    },
    "get_configured_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571573472
    },
    "get_configured_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571572304
    },
    "get_configured_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571572960
    },
    "get_controller_command_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580447760
    },
    "get_cpuid_for_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577012800
    },
    "get_crc_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576678064
    },
    "get_ctx_core_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576995456
    },
    "get_current_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571571328
    },
    "get_current_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571571168
    },
    "get_current_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571571248
    },
    "get_cycle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "get_data_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582393536
    },
    "get_debug_cq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574272
    },
    "get_debug_eq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574752
    },
    "get_debug_mq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574032
    },
    "get_debug_wq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574512
    },
    "get_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571567920
    },
    "get_driver_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571571072
    },
    "get_entity_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569066464
    },
    "get_fcid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568752
    },
    "get_file_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573868912
    },
    "get_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568750624
    },
    "get_filter_hits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568763104
    },
    "get_filter_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568750016
    },
    "get_fpcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581393584
    },
    "get_free_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573765728
    },
    "get_full_pkey_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578966352
    },
    "get_fw_rev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568016
    },
    "get_fw_rev2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568128
    },
    "get_hostap_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577333696
    },
    "get_hw_rev1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568352
    },
    "get_hw_rev2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568432
    },
    "get_hw_rev3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568512
    },
    "get_i386_segbases": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582329856
    },
    "get_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "get_inject_drop_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579920
    },
    "get_inject_drop_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580240
    },
    "get_inject_drop_resp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580400
    },
    "get_inject_free_drop_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580080
    },
    "get_ipl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568240
    },
    "get_kbd_type_name.name_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584828656
    },
    "get_keybuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579500352
    },
    "get_link_status_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568682736
    },
    "get_link_status_x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568686736
    },
    "get_linkcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571575168
    },
    "get_loglevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571575088
    },
    "get_logmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574992
    },
    "get_mcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581397728
    },
    "get_mesh_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577333760
    },
    "get_mouse_buttons": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580454944
    },
    "get_mouse_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580454464
    },
    "get_next_prid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575330784
    },
    "get_nhgrp_alloc_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577082832
    },
    "get_node_abort_cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571582640
    },
    "get_nodedb_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571576912
    },
    "get_nodes_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571567872
    },
    "get_nv_wwnn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571581232
    },
    "get_nv_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580880
    },
    "get_palette": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580858464
    },
    "get_params": {
      "type": {
        "kind": "struct",
        "name": "ice_aqc_get_vlan_mode"
      },
      "address": 0
    },
    "get_params__post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568875216
    },
    "get_params__pre_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568872336
    },
    "get_parent_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579909552
    },
    "get_parent_vp_unlock_bp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579948752
    },
    "get_pcb_td": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581558960
    },
    "get_pcb_user_save_pcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581558976
    },
    "get_pcb_user_save_td": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581558944
    },
    "get_pci_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569632
    },
    "get_pci_mode.speed_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156152
    },
    "get_pci_subsystem_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569728
    },
    "get_pci_subsystem_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569680
    },
    "get_pci_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569584
    },
    "get_phv_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578996976
    },
    "get_phy_port_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569408
    },
    "get_pn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569056
    },
    "get_port_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571577008
    },
    "get_proc_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575476256
    },
    "get_prof": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "get_profile_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571570608
    },
    "get_ps_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575475488
    },
    "get_pv_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581470096
    },
    "get_req_wwnn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571575856
    },
    "get_req_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571576384
    },
    "get_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579127888
    },
    "get_roce_flow_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579272608
    },
    "get_row_from_strip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570771600
    },
    "get_scan_result": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577280736
    },
    "get_scan_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577280688
    },
    "get_scatter_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568947760
    },
    "get_scratch_buff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569060896
    },
    "get_segbases": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581533856
    },
    "get_segbases32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581534064
    },
    "get_sfp_a0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569872
    },
    "get_sfp_a2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571570240
    },
    "get_sge_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568886336
    },
    "get_sli4_intf_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571569344
    },
    "get_sn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568864
    },
    "get_sta_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577281152
    },
    "get_sta_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577281104
    },
    "get_strip_from_row": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570772192
    },
    "get_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569146032
    },
    "get_tgt_rscn_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579536
    },
    "get_tgt_rscn_period": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579728
    },
    "get_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573763712
    },
    "get_time_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573764048
    },
    "get_uma_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580140368
    },
    "get_user_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578868176
    },
    "get_user_pages_remote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578868096
    },
    "get_val": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581653040
    },
    "get_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "get_vlan_mode": {
      "type": {
        "kind": "struct",
        "name": "ice_aqc_get_vlan_mode"
      },
      "address": 0
    },
    "get_vpd_keyword_val": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569045472
    },
    "get_waketime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569148128
    },
    "get_wwnn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568592
    },
    "get_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571568672
    },
    "getbaddrcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572678000
    },
    "getbintime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575665952
    },
    "getbinuptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575665696
    },
    "getblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576377744
    },
    "getblkx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576366896
    },
    "getboottime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666144
    },
    "getboottimebin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666240
    },
    "getchannels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570870288
    },
    "getchns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572502720
    },
    "getcreddomainname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343776
    },
    "getcredhostid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575344128
    },
    "getcredhostname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343616
    },
    "getcredhostuuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343952
    },
    "getdirtybuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579906896
    },
    "geteblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576378624
    },
    "getenv_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575231536
    },
    "getenv_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232704
    },
    "getenv_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232144
    },
    "getenv_int64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232512
    },
    "getenv_is_false": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232944
    },
    "getenv_is_true": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575230672
    },
    "getenv_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232608
    },
    "getenv_quad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232192
    },
    "getenv_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575231408
    },
    "getenv_uint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232464
    },
    "getenv_uint64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232560
    },
    "getenv_ulong": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232656
    },
    "getfhret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "getflags_5ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577173456
    },
    "getfreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572680176
    },
    "getinoquota": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580035136
    },
    "getit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581272112
    },
    "getjailname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575344304
    },
    "getlckret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "getmicrotime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666080
    },
    "getmicrouptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575665856
    },
    "getnanotime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666016
    },
    "getnanouptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575665760
    },
    "getnetconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641424
    },
    "getnetconfig.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "getnetconfigent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641456
    },
    "getnewbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576377808
    },
    "getnewbufcalls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041672
    },
    "getnewbufrestarts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041680
    },
    "getnewvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576517616
    },
    "getnewvnode_drop_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576518112
    },
    "getnewvnode_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576517952
    },
    "getquota": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580048544
    },
    "getquota32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580046784
    },
    "getquotasize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580048768
    },
    "getregstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567889984
    },
    "getresp_attr_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "getret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "getsock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576291312
    },
    "getsock_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576291168
    },
    "getsockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576292000
    },
    "getutimens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576603664
    },
    "getvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598944
    },
    "getvnode_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576577984
    },
    "gf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "genl_family"
        }
      },
      "address": 0
    },
    "gf128_genmultable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579525536
    },
    "gf128_genmultable4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579526112
    },
    "gf128_mul": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579526880
    },
    "gf128_mul4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579527120
    },
    "gf128_mul4b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579527600
    },
    "gfmult.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gfmultword4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579527232
    },
    "gfp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gfpreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "genl_group"
        }
      },
      "address": 0
    },
    "gh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "grehdr"
        }
      },
      "address": 0
    },
    "ghc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ghdr": {
      "type": {
        "kind": "struct",
        "name": "genlmsghdr"
      },
      "address": 0
    },
    "ghdr_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "genlmsghdr"
        }
      },
      "address": 0
    },
    "gheccr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ghp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_slice_hot"
        }
      },
      "address": 0
    },
    "gi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "greip"
        }
      },
      "address": 0
    },
    "gi6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "greip6"
        }
      },
      "address": 0
    },
    "giant_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575138912
    },
    "giant_fdopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575138688
    },
    "giant_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575139552
    },
    "giant_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575140512
    },
    "giant_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575140016
    },
    "giant_mmap_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575140720
    },
    "giant_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575138464
    },
    "giant_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575139808
    },
    "giant_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575139136
    },
    "giant_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575140288
    },
    "giant_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575139344
    },
    "gicc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_SRAT_GICC_AFFINITY"
        }
      },
      "address": 0
    },
    "gid": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "gid_entry_mb1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_roce_gid_entry"
        }
      },
      "address": 0
    },
    "gid_entry_mbox": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_roce_gid_entry"
        }
      },
      "address": 0
    },
    "gid_entry_tbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_roce_gid_entry"
        }
      },
      "address": 0
    },
    "gid_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "gidpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcct_gidpt_req_t"
        }
      },
      "address": 0
    },
    "gidpt_delay_timer_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571489040
    },
    "gids": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gidsetsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gidsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gidv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "gif_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576904160
    },
    "gif_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576904496
    },
    "gif_delete_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906464
    },
    "gif_hashdestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576903152
    },
    "gif_hashinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576902992
    },
    "gif_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576903248
    },
    "gif_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576904736
    },
    "gif_ioctl_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613050864
    },
    "gif_ioctl_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609827152
    },
    "gif_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609826688
    },
    "gif_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609826712
    },
    "gif_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609827272
    },
    "gif_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576903184
    },
    "gif_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906304
    },
    "gif_reassign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906320
    },
    "gif_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576905568
    },
    "gifmodevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906656
    },
    "gifname": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585227792
    },
    "gifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "gig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gigabit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "give_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579324096
    },
    "gk_args": {
      "type": {
        "kind": "struct",
        "name": "g_kevent_args"
      },
      "address": 0
    },
    "gkd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_kerneldump"
        }
      },
      "address": 0
    },
    "gl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_bde_key"
        }
      },
      "address": 0
    },
    "glob_lut_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "global": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "global_bits2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "global_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "global_device_reset": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "global_epoch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "epoch"
        }
      },
      "address": 18446744071608211440
    },
    "global_epoch_preempt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "epoch"
        }
      },
      "address": 18446744071608211448
    },
    "global_opts": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "global_quad_port_a": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759852
    },
    "global_queue_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "global_vf_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "global_vf_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "glyphsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "gmac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gmac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gmap"
        }
      },
      "address": 0
    },
    "gmap_previous": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gmap"
        }
      },
      "address": 0
    },
    "gmap_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gmap"
        }
      },
      "address": 0
    },
    "gmap_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gmap"
        }
      },
      "address": 0
    },
    "gmap_tree_head_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573866304
    },
    "gmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gmch_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gmeta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_meta"
        }
      },
      "address": 0
    },
    "gna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_generic_adapter"
        }
      },
      "address": 0
    },
    "gname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "gnsid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_get_nsid"
        }
      },
      "address": 0
    },
    "gnt": {
      "type": {
        "kind": "struct",
        "name": "gnttab_map_grant_ref"
      },
      "address": 0
    },
    "gnt_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gntdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gntdev_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573859184
    },
    "gntdev_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071612469424
    },
    "gntdev_devsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609526712
    },
    "gntdev_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609526664
    },
    "gntdev_find_gmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573869760
    },
    "gntdev_find_grefs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573868608
    },
    "gntdev_gmap_pg_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573870144
    },
    "gntdev_gmap_pg_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573870160
    },
    "gntdev_gmap_pg_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573869968
    },
    "gntdev_gmap_pg_ops": {
      "type": {
        "kind": "struct",
        "name": "cdev_pager_ops"
      },
      "address": 18446744071609526928
    },
    "gntdev_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573859040
    },
    "gntdev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573859488
    },
    "gntdev_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585134752
    },
    "gntdev_mmap_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573863344
    },
    "gntdev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573859248
    },
    "gntdev_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573859152
    },
    "gntdev_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609526616
    },
    "gntdev_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609526592
    },
    "gntdev_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609526384
    },
    "gnts": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "gnttab_unmap_grant_ref"
        }
      },
      "address": 0
    },
    "gnttab_alloc_grant_references": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573768192
    },
    "gnttab_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609522104
    },
    "gnttab_cancel_free_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573768576
    },
    "gnttab_claim_grant_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573768256
    },
    "gnttab_empty_grant_references": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573768240
    },
    "gnttab_end_foreign_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573766848
    },
    "gnttab_end_foreign_access_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573766768
    },
    "gnttab_end_foreign_access_references": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573767168
    },
    "gnttab_end_foreign_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573767808
    },
    "gnttab_end_foreign_transfer_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573767712
    },
    "gnttab_free_callback_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gnttab_free_callback"
        }
      },
      "address": 18446744071612444400
    },
    "gnttab_free_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612444392
    },
    "gnttab_free_grant_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573767904
    },
    "gnttab_free_grant_references": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573767920
    },
    "gnttab_free_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612444396
    },
    "gnttab_grant_foreign_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573765600
    },
    "gnttab_grant_foreign_access_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573766672
    },
    "gnttab_grant_foreign_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573767568
    },
    "gnttab_grant_foreign_transfer_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573767664
    },
    "gnttab_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071612444352
    },
    "gnttab_list_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612444360
    },
    "gnttab_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521936
    },
    "gnttab_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521960
    },
    "gnttab_pseudo_phys_res": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 18446744071612444432
    },
    "gnttab_pseudo_phys_res_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612444424
    },
    "gnttab_query_foreign_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573766736
    },
    "gnttab_release_grant_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573768320
    },
    "gnttab_request_free_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573768368
    },
    "gnttab_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573768720
    },
    "go_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "go_passive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "goal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "goalp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "goff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "goingaway": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "good": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "good_qps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "good_sd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_subdisk"
        }
      },
      "address": 0
    },
    "got": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "got4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "got6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "got_cleared": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "got_lock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "got_ref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "got_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "got_ts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotahit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotattr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotchildmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotdspp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nfsclds"
          }
        }
      },
      "address": 0
    },
    "gotend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotenforce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotfd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotfsinfo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gothid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotiod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotiomode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotminor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotmnton": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotproxystateid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotref": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "gotrsnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotseq_ok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotslevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gottd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gottime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gottvp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gotvers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "goup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_geom"
        }
      },
      "address": 18446744071613298904
    },
    "gp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_geom"
        }
      },
      "address": 0
    },
    "gp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_geom"
        }
      },
      "address": 0
    },
    "gp2_status_reg0": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gp_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gp_oenable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gp_output": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gp_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gp_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gp_status1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gp_status4": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gpa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_gpa"
        }
      },
      "address": 0
    },
    "gpa_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gpadl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "gparent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "gpcntl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gpfns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "gphy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpi_intr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpie": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpio": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpio0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gpio_data": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "gpio_en": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpio_in": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpio_led_port": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gpio_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpio_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gpio_num": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gpio_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpio_pin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gpio_pins_bitmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gpio_port": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gpio_ports": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "gpio_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gpio_rw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bwi_regwin"
        }
      },
      "address": 0
    },
    "gpio_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gpio_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpm_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpname": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "gpo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gport": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gpp": {
      "type": {
        "kind": "struct",
        "name": "g_part_parms"
      },
      "address": 0
    },
    "gpr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gpreg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "g_geom"
          }
        }
      },
      "address": 0
    },
    "gpt_read_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574833664
    },
    "gpt_read_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574834544
    },
    "gpt_uuid_alias_match": {
      "type": {
        "count": 66,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "g_part_uuid_alias"
        }
      },
      "address": 18446744071585152576
    },
    "gpt_uuid_apple_apfs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594616
    },
    "gpt_uuid_apple_boot": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594632
    },
    "gpt_uuid_apple_core_storage": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594648
    },
    "gpt_uuid_apple_hfs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594664
    },
    "gpt_uuid_apple_label": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594680
    },
    "gpt_uuid_apple_raid": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594696
    },
    "gpt_uuid_apple_raid_offline": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594712
    },
    "gpt_uuid_apple_tv_recovery": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594728
    },
    "gpt_uuid_apple_ufs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594744
    },
    "gpt_uuid_apple_zfs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594760
    },
    "gpt_uuid_bios_boot": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594776
    },
    "gpt_uuid_chromeos_firmware": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594792
    },
    "gpt_uuid_chromeos_kernel": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594808
    },
    "gpt_uuid_chromeos_reserved": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594824
    },
    "gpt_uuid_chromeos_root": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594840
    },
    "gpt_uuid_dfbsd_ccd": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594856
    },
    "gpt_uuid_dfbsd_hammer": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594872
    },
    "gpt_uuid_dfbsd_hammer2": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594888
    },
    "gpt_uuid_dfbsd_label32": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594904
    },
    "gpt_uuid_dfbsd_label64": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594920
    },
    "gpt_uuid_dfbsd_legacy": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594936
    },
    "gpt_uuid_dfbsd_swap": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594952
    },
    "gpt_uuid_dfbsd_ufs1": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594968
    },
    "gpt_uuid_dfbsd_vinum": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609594984
    },
    "gpt_uuid_efi": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595000
    },
    "gpt_uuid_freebsd": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595016
    },
    "gpt_uuid_freebsd_boot": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595032
    },
    "gpt_uuid_freebsd_nandfs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595048
    },
    "gpt_uuid_freebsd_swap": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595064
    },
    "gpt_uuid_freebsd_ufs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595080
    },
    "gpt_uuid_freebsd_vinum": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595096
    },
    "gpt_uuid_freebsd_zfs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595112
    },
    "gpt_uuid_hifive_bbl": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595144
    },
    "gpt_uuid_hifive_fsbl": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595128
    },
    "gpt_uuid_linux_data": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595160
    },
    "gpt_uuid_linux_lvm": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595176
    },
    "gpt_uuid_linux_raid": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595192
    },
    "gpt_uuid_linux_swap": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595208
    },
    "gpt_uuid_mbr": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595224
    },
    "gpt_uuid_ms_basic_data": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595240
    },
    "gpt_uuid_ms_ldm_data": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595256
    },
    "gpt_uuid_ms_ldm_metadata": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595272
    },
    "gpt_uuid_ms_recovery": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595288
    },
    "gpt_uuid_ms_reserved": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595304
    },
    "gpt_uuid_ms_spaces": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595320
    },
    "gpt_uuid_netbsd_ccd": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595336
    },
    "gpt_uuid_netbsd_cgd": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595352
    },
    "gpt_uuid_netbsd_ffs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595368
    },
    "gpt_uuid_netbsd_lfs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595384
    },
    "gpt_uuid_netbsd_raid": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595400
    },
    "gpt_uuid_netbsd_swap": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595416
    },
    "gpt_uuid_openbsd_data": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595432
    },
    "gpt_uuid_prep_boot": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595448
    },
    "gpt_uuid_solaris_altsec": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595560
    },
    "gpt_uuid_solaris_backup": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595512
    },
    "gpt_uuid_solaris_boot": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595464
    },
    "gpt_uuid_solaris_home": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595544
    },
    "gpt_uuid_solaris_reserved": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595576
    },
    "gpt_uuid_solaris_root": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595480
    },
    "gpt_uuid_solaris_swap": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595496
    },
    "gpt_uuid_solaris_var": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595528
    },
    "gpt_uuid_unused": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071612529528
    },
    "gpt_uuid_vmfs": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595592
    },
    "gpt_uuid_vmkdiag": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595608
    },
    "gpt_uuid_vmreserved": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595624
    },
    "gpt_uuid_vmvsanhdr": {
      "type": {
        "kind": "struct",
        "name": "uuid"
      },
      "address": 18446744071609595640
    },
    "gq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbufq"
        }
      },
      "address": 0
    },
    "gr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_gate_route"
        }
      },
      "address": 0
    },
    "gr_idx_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "gr_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_gate_route"
        }
      },
      "address": 0
    },
    "gr_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "grabbed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gran": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "grandchild": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "grant_table.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "granted": {
      "type": {
        "kind": "struct",
        "name": "nlm_testargs"
      },
      "address": 0
    },
    "granttable_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573769264
    },
    "granttable_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609521984
    },
    "granttable_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573769136
    },
    "granttable_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585129712
    },
    "granttable_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573769232
    },
    "granttable_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609522168
    },
    "granttable_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609522144
    },
    "granttable_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522080
    },
    "grc_dump_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gre": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "greheader"
        }
      },
      "address": 0
    },
    "gre_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576907648
    },
    "gre_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576907984
    },
    "gre_delete_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576910432
    },
    "gre_et": {
      "type": {
        "kind": "struct",
        "name": "epoch_tracker"
      },
      "address": 0
    },
    "gre_hashdestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906848
    },
    "gre_hashinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906688
    },
    "gre_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576907072
    },
    "gre_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576908256
    },
    "gre_ioctl_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613050896
    },
    "gre_ioctl_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609827936
    },
    "gre_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827472
    },
    "gre_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827496
    },
    "gre_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609828056
    },
    "gre_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576908192
    },
    "gre_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576910272
    },
    "gre_reassign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576910288
    },
    "gre_sofree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906880
    },
    "gre_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576909312
    },
    "gre_update_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906960
    },
    "gre_update_udphdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906912
    },
    "gref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gref"
        }
      },
      "address": 0
    },
    "gref1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gref2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gref_previous": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gref"
        }
      },
      "address": 0
    },
    "gref_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gref"
        }
      },
      "address": 0
    },
    "gref_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gref"
        }
      },
      "address": 0
    },
    "gref_tree_head_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573865776
    },
    "grefs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gntdev_gref"
        }
      },
      "address": 0
    },
    "grelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gremodevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576910704
    },
    "grename": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585228776
    },
    "greq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_set_tcb_field"
        }
      },
      "address": 0
    },
    "group": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "group_allow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "group_deny": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "group_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "group_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "group_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "group_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "attn_route"
        }
      },
      "address": 0
    },
    "group_matched": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "group_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "group_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "group_value": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "groupmember": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575512880
    },
    "groupname": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "groupname_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "groupnum": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "groups": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "genl_group"
        }
      },
      "address": 18446744071613141168
    },
    "groups_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "grouptask_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575892320
    },
    "grouptask_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575892768
    },
    "grouptaskqueue_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575893040
    },
    "grow_amount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "grow_down": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "grow_rtables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577129200
    },
    "grow_rtables_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577095648
    },
    "grow_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "growsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "grp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCGROUP"
        }
      },
      "address": 0
    },
    "grp_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "grps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "grps_movd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "grpsubset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "grrndrsw": {
      "type": {
        "kind": "struct",
        "name": "sc_rndr_sw_t"
      },
      "address": 18446744071610213528
    },
    "grst_del": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "grst_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gre_socket"
        }
      },
      "address": 0
    },
    "gs_load_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391920
    },
    "gsa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "sockunion_t"
        }
      },
      "address": 0
    },
    "gsb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gsb_buffer"
        }
      },
      "address": 0
    },
    "gsb_crc32.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "gsbase_load_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581392032
    },
    "gscmd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "gsec": {
      "type": {
        "kind": "struct",
        "name": "iommu_qi_genseq"
      },
      "address": 0
    },
    "gsel_tss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gseq": {
      "type": {
        "kind": "struct",
        "name": "iommu_qi_genseq"
      },
      "address": 0
    },
    "gsin": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "gsin6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "gsl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_slice"
        }
      },
      "address": 0
    },
    "gsl2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_slice"
        }
      },
      "address": 0
    },
    "gso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netif_extra_info"
        }
      },
      "address": 0
    },
    "gso_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gso_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "gso_hdr_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gso_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gso_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "gsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_slicer"
        }
      },
      "address": 0
    },
    "gsr": {
      "type": {
        "kind": "struct",
        "name": "group_source_req"
      },
      "address": 0
    },
    "gssr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gstats": {
      "type": {
        "kind": "struct",
        "name": "gap_stats"
      },
      "address": 0
    },
    "gt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdevsw"
        }
      },
      "address": 0
    },
    "gtask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "grouptask"
        }
      },
      "address": 0
    },
    "gtaskqueue_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575893712
    },
    "gtaskqueue_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575894304
    },
    "gtaskqueue_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575894720
    },
    "gtaskqueue_drain_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575895168
    },
    "gtaskqueue_run_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575899648
    },
    "gtaskqueue_start_threads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575898528
    },
    "gtaskqueue_task_nop_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575898512
    },
    "gtaskqueue_thread_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575898896
    },
    "gtaskqueue_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575894000
    },
    "gtcr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gtime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "gtm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ioctl_hwrm_fw_get_time"
        }
      },
      "address": 0
    },
    "gtsr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "gtt_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "guaranteed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "guard": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "guard_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "guessing": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "guest_buttons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420400
    },
    "guest_model": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "guest_proxy_base": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "guid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "guid_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "guid_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "guid_physaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "guidbuf": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "guz_zstd_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575020112
    },
    "guz_zstd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575020208
    },
    "guz_zstd_rewind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575020304
    },
    "gv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "GAIN_VALUES"
        }
      },
      "address": 0
    },
    "gw": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "gw6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "gw_sa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "gw_saun": {
      "type": {
        "kind": "union",
        "name": "sockaddr_union"
      },
      "address": 0
    },
    "gw_sdl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_dl"
        }
      },
      "address": 0
    },
    "gw_sin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "gw_sin6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "gwbuf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "gwd": {
      "type": {
        "kind": "struct",
        "name": "gw_filter_data"
      },
      "address": 0
    },
    "gx2gy_max": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "gy2gx_max": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "gz_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871440
    },
    "gz_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575870992
    },
    "gz_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871472
    },
    "gz_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575870160
    },
    "gz_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575870480
    },
    "gz_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575870576
    },
    "gzip_methods": {
      "type": {
        "kind": "struct",
        "name": "compressor_methods"
      },
      "address": 18446744071609733616
    },
    "h": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "h0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "h1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "h1_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "h2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "h20mhz": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "h2_6": {
      "type": {
        "kind": "struct",
        "name": "ip6_hdr"
      },
      "address": 0
    },
    "h2_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "h2d_fis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATA_FIS_REG_H2D_T"
        }
      },
      "address": 0
    },
    "h2d_register_fis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "h3": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "h32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "h3Size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "h3log": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "h4": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "h5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "h6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "h64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "h7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "h8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "h9": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "hBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hBitsL": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hBitsS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hError": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hLong": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hSmall": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hType": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d630dc7c7ed34c48"
      },
      "address": 0
    },
    "h_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_NFCAL_BASE"
        }
      },
      "address": 0
    },
    "h_baw": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "h_ertt": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609929904
    },
    "h_ertt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "h_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "h_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ha": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_host_t"
        }
      },
      "address": 0
    },
    "hadchanges": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hal_num_ant_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "half_gi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "half_hi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "half_lo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "half_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "halt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rndis_halt_req"
        }
      },
      "address": 0
    },
    "halted": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hammer_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581416688
    },
    "hammer_time_xen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582442880
    },
    "handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "handle_buf": {
      "type": {
        "kind": "struct",
        "name": "ACPI_BUFFER"
      },
      "address": 0
    },
    "handle_bufwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579891456
    },
    "handle_eth_egr_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568963728
    },
    "handle_fd_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577108304
    },
    "handle_fw_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568917968
    },
    "handle_hca_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579314800
    },
    "handle_hca_cap_atomic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579315136
    },
    "handle_ibrs_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543712
    },
    "handle_ibrs_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543776
    },
    "handle_ibrs_exit_rs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543824
    },
    "handle_jwork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579920640
    },
    "handle_port_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569023248
    },
    "handle_rtable_change_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577104064
    },
    "handle_rtm_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577149056
    },
    "handle_sge_egr_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568918032
    },
    "handle_sge_egr_update.h": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584715248
    },
    "handle_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "handle_workitem_freeblocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579883264
    },
    "handle_workitem_freefile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579892768
    },
    "handle_workitem_freefrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579870976
    },
    "handle_workitem_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579900464
    },
    "handle_written_bmsafemap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579946304
    },
    "handle_written_filepage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579943680
    },
    "handle_written_freework": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579938736
    },
    "handle_written_inodeblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579944128
    },
    "handle_written_jblkdep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579930720
    },
    "handle_wrq_egr_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568963680
    },
    "handled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "handleevents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575115344
    },
    "handlep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_handler"
        }
      },
      "address": 0
    },
    "handler_defined": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "handlers": {
      "type": {
        "kind": "struct",
        "name": "SCIC_CONTROLLER_HANDLER_METHODS_T"
      },
      "address": 0
    },
    "handles": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "hang_list": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "hal_hw_hang_check_t"
        }
      },
      "address": 0
    },
    "hang_sig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hang_sig1": {
      "type": {
        "kind": "enum",
        "name": "unnamed_dc25aaff34ffd1bd"
      },
      "address": 0
    },
    "hang_sig1_val": {
      "type": {
        "kind": "struct",
        "name": "hal_mac_hang_check_t"
      },
      "address": 0
    },
    "hang_sig2": {
      "type": {
        "kind": "struct",
        "name": "hal_mac_hang_check_t"
      },
      "address": 18446744071584239724
    },
    "hang_state": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hangs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hard": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hardclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575110656
    },
    "hardclock_itimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575111168
    },
    "hardclock_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575111696
    },
    "hardclockintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575114432
    },
    "hardcode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "hardfault": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "hardfreq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hardled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hardlink_check_gid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046008
    },
    "hardlink_check_uid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046000
    },
    "hardpps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575447904
    },
    "hardupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575446624
    },
    "harmless": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359440
    },
    "harvest_context": {
      "type": {
        "kind": "struct",
        "name": "harvest_context"
      },
      "address": 18446744071610791552
    },
    "hary": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_bridge_host_ary"
        }
      },
      "address": 0
    },
    "hasZeroWeights": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "has_bpf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_challenge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_decrypted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_eth_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_extra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_fctl0": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "has_fin": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "has_fw_ver": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "has_ib_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_l2pad": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_m_root": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_msg_ver": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "has_nfs_args_opt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_nfs_from_opt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_nonexport": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "has_outer_vlan_tag": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "has_p_root": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_rdrand": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613485216
    },
    "has_rdseed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613485217
    },
    "has_sig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "has_small_order.blacklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585394464
    },
    "has_txstats": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasampersand": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasba": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasclass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasdeps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hash0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hash1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hash2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifvlanhead"
        }
      },
      "address": 0
    },
    "hash3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hashCache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashLarge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashLog3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashLong": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashRateLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashSizeMin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashSmall": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashState": {
      "type": {
        "kind": "struct",
        "name": "ldmRollingHashState_t"
      },
      "address": 0
    },
    "hashTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashTable3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hash_address": {
      "type": {
        "kind": "union",
        "name": "_sata_sas_address"
      },
      "address": 0
    },
    "hash_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_flds": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hash_fnidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hash_func": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "hash_lut_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_str": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hash_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hash_types": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hash_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashconfig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hashdestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575900784
    },
    "hashed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hashen": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "hashes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575900496
    },
    "hashinit_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575900208
    },
    "hashkey": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashkeyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hashp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "hashrandom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613289876
    },
    "hashrandom_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579212016
    },
    "hashrandom_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610009712
    },
    "hashsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashtab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nchashhead"
        }
      },
      "address": 0
    },
    "hashv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hashzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298992
    },
    "haskqglobal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "haslock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "haslq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasnewmtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasnewoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasnewsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasnq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasqos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasv4addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hasw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "haswrapped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481820
    },
    "have": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "have_addr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "have_autoterm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_bracket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_mii": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_p": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_qregs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_rxcq": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "have_seeprom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_sense": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_serialnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_sib": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_subcommands": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "have_tag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "havemtx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "haverights": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cap_rights_t"
        }
      },
      "address": 0
    },
    "havevnet": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "haw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438924
    },
    "hazard": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ck_hp_hazard"
        }
      },
      "address": 0
    },
    "hazard_compare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566220128
    },
    "hazards": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hba": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_hba_device"
        }
      },
      "address": 0
    },
    "hbh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_hbh"
        }
      },
      "address": 0
    },
    "hbhlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hblkcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hblksz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrchash_bucket"
        }
      },
      "address": 0
    },
    "hbuf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hbufs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xen_dm_op_buf"
        }
      },
      "address": 0
    },
    "hbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_pcibus"
        }
      },
      "address": 0
    },
    "hc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hcVTables": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "ZSTD_LazyVTable"
            }
          }
        }
      },
      "address": 0
    },
    "hc_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hc_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hc_metrics"
        }
      },
      "address": 0
    },
    "hc_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hc_head"
        }
      },
      "address": 0
    },
    "hc_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hc_metrics"
        }
      },
      "address": 0
    },
    "hc_orig": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hc_prev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hc_metrics"
        }
      },
      "address": 0
    },
    "hc_sm_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hc_status_block_sm"
        }
      },
      "address": 0
    },
    "hc_source_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608209544
    },
    "hc_usec": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hca_caps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "hca_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hca_param": {
      "type": {
        "kind": "struct",
        "name": "mlx4_init_hca_param"
      },
      "address": 0
    },
    "hcall": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioctl_privcmd_hypercall"
        }
      },
      "address": 0
    },
    "hcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pvscsi_hcb"
        }
      },
      "address": 0
    },
    "hcca": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ohci_hcca"
        }
      },
      "address": 0
    },
    "hcfg": {
      "type": {
        "kind": "struct",
        "name": "ice_rss_hash_cfg"
      },
      "address": 0
    },
    "hch_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hchan": {
      "type": {
        "kind": "struct",
        "name": "MWL_HAL_CHANNEL"
      },
      "address": 0
    },
    "hcmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_host_cmd"
      },
      "address": 0
    },
    "hcml": {
      "type": {
        "kind": "struct",
        "name": "hc_metrics_lite"
      },
      "address": 0
    },
    "hcntrl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hcode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hcorrection": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "hcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hcr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hcsum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "hd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hda_rate_tab": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_f75b7d4225304a94"
        }
      },
      "address": 18446744071584994688
    },
    "hdaa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hdaa_allowed_stripes.bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047616
    },
    "hdaa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572323536
    },
    "hdaa_audio_assign_names.types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584991584
    },
    "hdaa_audio_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572366880
    },
    "hdaa_audio_ctl_amp_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572376304
    },
    "hdaa_audio_ctl_amp_set_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572376528
    },
    "hdaa_audio_ctl_dest_amp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572373680
    },
    "hdaa_audio_ctl_dest_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572398448
    },
    "hdaa_audio_ctl_dev_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572400224
    },
    "hdaa_audio_ctl_dev_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572397696
    },
    "hdaa_audio_ctl_ossmixer_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609179176
    },
    "hdaa_audio_ctl_ossmixer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572395328
    },
    "hdaa_audio_ctl_ossmixer_mask2allname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572365552
    },
    "hdaa_audio_ctl_ossmixer_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584995408
    },
    "hdaa_audio_ctl_ossmixer_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572396144
    },
    "hdaa_audio_ctl_ossmixer_setrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572396752
    },
    "hdaa_audio_ctl_recsel_comm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572400672
    },
    "hdaa_audio_ctl_source_amp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572372512
    },
    "hdaa_audio_ctl_source_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572399360
    },
    "hdaa_audio_disable_useless": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572365696
    },
    "hdaa_audio_setup.convmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584995248
    },
    "hdaa_audio_setup.hdmica": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034912
    },
    "hdaa_audio_setup.hdmich": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584995280
    },
    "hdaa_audio_trace_adc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572370784
    },
    "hdaa_audio_trace_as_in_mch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572369232
    },
    "hdaa_audio_trace_as_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572368480
    },
    "hdaa_audio_trace_dac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572369872
    },
    "hdaa_audio_trace_to_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572371792
    },
    "hdaa_autorecsrc_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572379600
    },
    "hdaa_caps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071584991552
    },
    "hdaa_chan_formula": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572392896
    },
    "hdaa_channel_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609179224
    },
    "hdaa_channel_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572403536
    },
    "hdaa_channel_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572403216
    },
    "hdaa_channel_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572401984
    },
    "hdaa_channel_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584995472
    },
    "hdaa_channel_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572402624
    },
    "hdaa_channel_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572402432
    },
    "hdaa_channel_setfragments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572402672
    },
    "hdaa_channel_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572402496
    },
    "hdaa_channel_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572384224
    },
    "hdaa_channel_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572383584
    },
    "hdaa_channel_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572403008
    },
    "hdaa_channels_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572380208
    },
    "hdaa_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572330768
    },
    "hdaa_config_fetch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572368112
    },
    "hdaa_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572333392
    },
    "hdaa_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572328864
    },
    "hdaa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609178984
    },
    "hdaa_dump_audio_formats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572382000
    },
    "hdaa_dump_ctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572393200
    },
    "hdaa_dump_dst_nid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572394560
    },
    "hdaa_dump_gpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572359920
    },
    "hdaa_dump_gpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572360464
    },
    "hdaa_dump_gpo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572361312
    },
    "hdaa_dump_pin_configs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572333056
    },
    "hdaa_eld_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572381136
    },
    "hdaa_eld_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572377376
    },
    "hdaa_fmt": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609179032
    },
    "hdaa_gpio_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572375040
    },
    "hdaa_gpio_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572322816
    },
    "hdaa_gpo_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572375904
    },
    "hdaa_hpredir_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572378432
    },
    "hdaa_jack_poll_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572378064
    },
    "hdaa_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584990944
    },
    "hdaa_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572403552
    },
    "hdaa_patch_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572407984
    },
    "hdaa_patches.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hdaa_pcm_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572389984
    },
    "hdaa_pcm_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572392848
    },
    "hdaa_pcm_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609179128
    },
    "hdaa_pcm_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584995344
    },
    "hdaa_pcm_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572389008
    },
    "hdaa_pindump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572331600
    },
    "hdaa_powerup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572332768
    },
    "hdaa_presence_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572376976
    },
    "hdaa_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572330384
    },
    "hdaa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572323296
    },
    "hdaa_quirks_tab": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_088d3df98487a9ba"
        }
      },
      "address": 18446744071584991328
    },
    "hdaa_read_coef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572409264
    },
    "hdaa_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572329616
    },
    "hdaa_sense_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572367472
    },
    "hdaa_stream_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572331072
    },
    "hdaa_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572329104
    },
    "hdaa_sysctl_32bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572394240
    },
    "hdaa_sysctl_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572361520
    },
    "hdaa_sysctl_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572365184
    },
    "hdaa_sysctl_gpi_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572356720
    },
    "hdaa_sysctl_gpio_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572358080
    },
    "hdaa_sysctl_gpio_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572357216
    },
    "hdaa_sysctl_gpo_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572359072
    },
    "hdaa_sysctl_gpo_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572358576
    },
    "hdaa_sysctl_quirks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572356336
    },
    "hdaa_sysctl_reconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572359568
    },
    "hdaa_unconfigure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572382752
    },
    "hdaa_unsol_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572331360
    },
    "hdaa_widget_connection_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572374832
    },
    "hdaa_widget_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572323232
    },
    "hdaa_widget_pin_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572320304
    },
    "hdaa_write_coef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572409072
    },
    "hdac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hdac_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572410320
    },
    "hdac_attach2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572423392
    },
    "hdac_bdata_rate.bbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047616
    },
    "hdac_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572417520
    },
    "hdac_child_pnpinfo_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572417568
    },
    "hdac_codec_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572418064
    },
    "hdac_codec_command_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609186872
    },
    "hdac_corb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572422896
    },
    "hdac_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572415328
    },
    "hdac_devices": {
      "type": {
        "count": 134,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_bbf2ad13f90d8f00"
        }
      },
      "address": 18446744071584997344
    },
    "hdac_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572421760
    },
    "hdac_dma_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572425824
    },
    "hdac_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609186800
    },
    "hdac_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572417408
    },
    "hdac_get_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572418048
    },
    "hdac_get_mtx_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609186848
    },
    "hdac_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hdac_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572424800
    },
    "hdac_irq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572424608
    },
    "hdac_mdata_rate.mbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048768
    },
    "hdac_methods": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584997008
    },
    "hdac_pcie_snoop": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_4093e6d40504289f"
        }
      },
      "address": 18446744071585000560
    },
    "hdac_pindump_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187136
    },
    "hdac_poll_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572427744
    },
    "hdac_poll_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572427328
    },
    "hdac_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572417440
    },
    "hdac_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572409440
    },
    "hdac_quirks": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e45c963286ce8030"
        }
      },
      "address": 18446744071584995936
    },
    "hdac_quirks_tab": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_088d3df98487a9ba"
        }
      },
      "address": 18446744071585000592
    },
    "hdac_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572417680
    },
    "hdac_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572422272
    },
    "hdac_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572416784
    },
    "hdac_rirb_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572425456
    },
    "hdac_rirb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572423120
    },
    "hdac_send_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572425856
    },
    "hdac_stream_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572418128
    },
    "hdac_stream_alloc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609186896
    },
    "hdac_stream_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572418912
    },
    "hdac_stream_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609186920
    },
    "hdac_stream_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572421040
    },
    "hdac_stream_getptr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187016
    },
    "hdac_stream_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187040
    },
    "hdac_stream_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572420544
    },
    "hdac_stream_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609186992
    },
    "hdac_stream_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572419248
    },
    "hdac_stream_start_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609186944
    },
    "hdac_stream_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572420160
    },
    "hdac_stream_stop_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609186968
    },
    "hdac_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572416464
    },
    "hdac_unsol_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572421248
    },
    "hdac_unsol_alloc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187064
    },
    "hdac_unsol_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572421296
    },
    "hdac_unsol_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187088
    },
    "hdac_unsol_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609187112
    },
    "hdac_unsolq_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572421328
    },
    "hdacc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hdacc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572428816
    },
    "hdacc_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572430000
    },
    "hdacc_child_pnpinfo_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572430048
    },
    "hdacc_codec_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572430928
    },
    "hdacc_codecs": {
      "type": {
        "count": 342,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7fc3ca2f7ba4c589"
        }
      },
      "address": 18446744071585001024
    },
    "hdacc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572429776
    },
    "hdacc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609187488
    },
    "hdacc_get_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572430912
    },
    "hdacc_methods": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585000640
    },
    "hdacc_pindump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572432352
    },
    "hdacc_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572430112
    },
    "hdacc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572428016
    },
    "hdacc_probe_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572430208
    },
    "hdacc_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572430736
    },
    "hdacc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572429920
    },
    "hdacc_stream_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431024
    },
    "hdacc_stream_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431200
    },
    "hdacc_stream_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431696
    },
    "hdacc_stream_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431808
    },
    "hdacc_stream_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431584
    },
    "hdacc_stream_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431344
    },
    "hdacc_stream_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431472
    },
    "hdacc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572429840
    },
    "hdacc_unsol_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572431936
    },
    "hdacc_unsol_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572432096
    },
    "hdacc_unsol_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572432224
    },
    "hdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "hdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ck_rhs_entry_desc"
        }
      },
      "address": 0
    },
    "hdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_hw_dev"
        }
      },
      "address": 0
    },
    "hdl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdmica": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071584034912
    },
    "hdmich": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584995280
    },
    "hdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_hdl_t"
        }
      },
      "address": 0
    },
    "hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Ehdr"
        }
      },
      "address": 0
    },
    "hdr10": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_10"
        }
      },
      "address": 0
    },
    "hdr17": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr_0x17"
        }
      },
      "address": 0
    },
    "hdr18": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr_0x18"
        }
      },
      "address": 0
    },
    "hdr32_old": {
      "type": {
        "kind": "struct",
        "name": "bpf_hdr32"
      },
      "address": 0
    },
    "hdr6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_6"
        }
      },
      "address": 0
    },
    "hdrBytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hdr_attr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdr_csum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hdr_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hdr_extra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hdr_fmt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hdr_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdr_len_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdr_len_h": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hdr_len_l": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hdr_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hdr_old": {
      "type": {
        "kind": "struct",
        "name": "bpf_hdr"
      },
      "address": 0
    },
    "hdr_orig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlmsghdr"
        }
      },
      "address": 0
    },
    "hdr_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdr_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hdr_type": {
      "type": {
        "kind": "enum",
        "name": "ice_rss_cfg_hdr_type"
      },
      "address": 0
    },
    "hdr_uio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "hdrbuf": {
      "type": {
        "kind": "struct",
        "name": "cisco_header"
      },
      "address": 0
    },
    "hdrgap": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "hdrlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_REQUEST_HEADER"
        }
      },
      "address": 0
    },
    "hdrs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hdrsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hdrspace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hdrsplit": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "hdrsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hdrtype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hdtr": {
      "type": {
        "kind": "struct",
        "name": "sf_hdtr"
      },
      "address": 0
    },
    "hdtr32": {
      "type": {
        "kind": "struct",
        "name": "sf_hdtr32"
      },
      "address": 0
    },
    "he_in": {
      "type": {
        "kind": "struct",
        "name": "mlx5_reg_host_endianess"
      },
      "address": 0
    },
    "he_out": {
      "type": {
        "kind": "struct",
        "name": "mlx5_reg_host_endianess"
      },
      "address": 0
    },
    "head": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "head_blk": {
      "type": {
        "kind": "struct",
        "name": "sackblk"
      },
      "address": 0
    },
    "head_free": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_eth_addr_hash_head"
      },
      "address": 0
    },
    "head_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "head_mc": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_eth_addr_hash_head"
      },
      "address": 0
    },
    "head_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "head_uc": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_eth_addr_hash_head"
      },
      "address": 0
    },
    "headbuf": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xen_header"
        }
      },
      "address": 0
    },
    "header10": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_10"
        }
      },
      "address": 0
    },
    "header6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_6"
        }
      },
      "address": 0
    },
    "headerOffset3_0": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584187008
    },
    "headerOffset3_3": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584187040
    },
    "headerSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "header_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "header_bytes": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "header_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "header_inlined": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "header_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "header_version": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "headfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "headroom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "heads": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "unp_head"
          }
        }
      },
      "address": 0
    },
    "heads_to_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hhook_head"
          }
        }
      },
      "address": 0
    },
    "health": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_health"
        }
      },
      "address": 0
    },
    "health_care": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579294480
    },
    "health_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_health_status_elem"
        }
      },
      "address": 0
    },
    "health_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "health_recover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579295824
    },
    "health_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579295088
    },
    "heap_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "heap_phys_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "heap_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "heap_virt_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "height": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hello_string": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "helpers": {
      "type": {
        "kind": "struct",
        "name": "helper_head"
      },
      "address": 18446744071609668104
    },
    "hena": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_rss_hena"
        }
      },
      "address": 0
    },
    "herald_auxdata": {
      "type": {
        "kind": "struct",
        "name": "debugnet_proto_aux"
      },
      "address": 0
    },
    "here": {
      "type": {
        "kind": "struct",
        "name": "code"
      },
      "address": 0
    },
    "hest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_HEST"
        }
      },
      "address": 0
    },
    "hex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hex2ascii_data": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585193504
    },
    "hexdig": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hexdigits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hexdump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575937600
    },
    "hexlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hexpireq": {
      "type": {
        "kind": "struct",
        "name": "secasvar_list"
      },
      "address": 0
    },
    "hextoascii": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hf_hashfn_4t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568763424
    },
    "hfirst": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hflags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hflags0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hflit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hfrequency": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "hfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "hfsc_add_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576734640
    },
    "hfsc_add_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576735616
    },
    "hfsc_class_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576734928
    },
    "hfsc_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576732992
    },
    "hfsc_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576730688
    },
    "hfsc_get_mindl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576740608
    },
    "hfsc_getqstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576738624
    },
    "hfsc_pfattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576730592
    },
    "hfsc_purgeq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576740672
    },
    "hfsc_remove_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576734800
    },
    "hfsc_remove_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576738496
    },
    "hfsc_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576734528
    },
    "hfsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "hfso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "hgst_entries": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "asc_table_entry"
        }
      },
      "address": 18446744071608269616
    },
    "hh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_hh00"
        }
      },
      "address": 0
    },
    "hhave": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hhh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hhook_head"
        }
      },
      "address": 0
    },
    "hhk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hhook"
        }
      },
      "address": 0
    },
    "hhook_add_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575301680
    },
    "hhook_add_hook_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575301936
    },
    "hhook_data": {
      "type": {
        "kind": "struct",
        "name": "tcp_hhook_data"
      },
      "address": 0
    },
    "hhook_head_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575303856
    },
    "hhook_head_deregister_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575304256
    },
    "hhook_head_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575304032
    },
    "hhook_head_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575303552
    },
    "hhook_head_is_virtualised": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575304496
    },
    "hhook_head_is_virtualised_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575304528
    },
    "hhook_head_list": {
      "type": {
        "kind": "struct",
        "name": "hhookheadhead"
      },
      "address": 18446744071612538400
    },
    "hhook_head_list_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538368
    },
    "hhook_head_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575302928
    },
    "hhook_head_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575303808
    },
    "hhook_remove_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575302544
    },
    "hhook_remove_hook_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575302736
    },
    "hhook_run_hooks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575301504
    },
    "hhook_run_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576257168
    },
    "hhook_run_tcp_est_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577807904
    },
    "hhook_run_tcp_est_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577858416
    },
    "hhook_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575304608
    },
    "hhook_vnet_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609655688
    },
    "hhook_vnet_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575304656
    },
    "hhook_vnet_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609655728
    },
    "hhookheadlistlock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609655664
    },
    "hhookheadlistlock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655408
    },
    "hhookheadlistlock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655432
    },
    "hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hi_adj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hi_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hi_hash_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hi_water": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hibba": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hibit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hibufspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041608
    },
    "hic": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hicr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_irq_desc"
        }
      },
      "address": 0
    },
    "hid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hid32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hid_add_dynamic_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567232
    },
    "hid_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760020
    },
    "hid_end_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569561552
    },
    "hid_get_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569565504
    },
    "hid_get_descriptor_from_usb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573026480
    },
    "hid_get_item": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569561584
    },
    "hid_get_rdesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567808
    },
    "hid_get_rdesc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471536
    },
    "hid_get_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569568160
    },
    "hid_get_report_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471608
    },
    "hid_get_udata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569565728
    },
    "hid_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hid_intr_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567712
    },
    "hid_intr_poll_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471512
    },
    "hid_intr_setup_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471416
    },
    "hid_intr_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567520
    },
    "hid_intr_start_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471464
    },
    "hid_intr_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567616
    },
    "hid_intr_stop_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471488
    },
    "hid_intr_unsetup_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471440
    },
    "hid_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569568656
    },
    "hid_ioctl_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471704
    },
    "hid_is_collection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569566240
    },
    "hid_is_keyboard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569566928
    },
    "hid_is_mouse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569566592
    },
    "hid_item_resolution": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569566416
    },
    "hid_item_resolution.scale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584774608
    },
    "hid_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hid_locate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569565120
    },
    "hid_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "hid_put_udata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569565952
    },
    "hid_quirk_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567456
    },
    "hid_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567920
    },
    "hid_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471560
    },
    "hid_report_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569564448
    },
    "hid_report_size_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569564768
    },
    "hid_set_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569568432
    },
    "hid_set_idle_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471656
    },
    "hid_set_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569568544
    },
    "hid_set_protocol_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471680
    },
    "hid_set_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569568304
    },
    "hid_set_report_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471632
    },
    "hid_start_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569561440
    },
    "hid_test_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569567104
    },
    "hid_test_quirk_by_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569570496
    },
    "hid_test_quirk_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071608471376
    },
    "hid_test_quirk_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569561424
    },
    "hid_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569568048
    },
    "hid_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608471584
    },
    "hidirtybuffers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041640
    },
    "hidquirk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hidquirk_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569568768
    },
    "hidquirk_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608471776
    },
    "hidquirk_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610760024
    },
    "hidquirk_str": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584774864
    },
    "hidquirk_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569571200
    },
    "hidquirk_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608471800
    },
    "hidquirks": {
      "type": {
        "count": 384,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "hidquirk_entry"
        }
      },
      "address": 18446744071608471840
    },
    "hidval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hfsc_if"
        }
      },
      "address": 0
    },
    "hifreebuffers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041656
    },
    "high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "high1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "high2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "highInputIdx": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "highPos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "highThreshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "highTotal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "high_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "high_avail": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "high_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "high_disabled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "high_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "high_missing_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "high_missing_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "high_pri_tc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "high_priority_io_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "high_register": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "high_sierra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "high_swapped": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "high_vers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "highdata": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "highest": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "highest_link_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "highest_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "highest_slotid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "highmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "highslot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hookinfo"
        }
      },
      "address": 0
    },
    "hint": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hintInSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hint_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hintenv_merged": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612909264
    },
    "hintenv_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609737120
    },
    "hintp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hints": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hints.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_io_t"
        }
      },
      "address": 0
    },
    "hio_to_abort": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_io_t"
        }
      },
      "address": 0
    },
    "hip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_hole_hookinfo"
        }
      },
      "address": 0
    },
    "hirunningspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041568
    },
    "hisr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hist.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hist_rsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "histat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "histo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "history": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sc_vtb_t"
        }
      },
      "address": 0
    },
    "history_full": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hit_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hitrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvcache"
        }
      },
      "address": 0
    },
    "hits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hittime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "hiwat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hkey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hkey_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hki": {
      "type": {
        "kind": "struct",
        "name": "hookinfo"
      },
      "address": 0
    },
    "hl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hl0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hl1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hl3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hlimp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "hlm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hlog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hlreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hlreg0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hlt_cpus_mask": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071612993568
    },
    "hlut": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hlut_buf": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "hma_fli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_field"
        }
      },
      "address": 0
    },
    "hma_indr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_buf"
        }
      },
      "address": 0
    },
    "hmac_init_ipad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579500368
    },
    "hmac_init_opad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579500832
    },
    "hmac_key": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hmacdata": {
      "type": {
        "kind": "struct",
        "name": "unnamed_a55c6225be53cbed"
      },
      "address": 0
    },
    "hmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hmbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_hmb_chunk"
        }
      },
      "address": 0
    },
    "hmc_fn_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hmc_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hmc_info"
        }
      },
      "address": 0
    },
    "hmkey": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_kvp_msg"
        }
      },
      "address": 0
    },
    "hn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_eth_addr_hash_node"
        }
      },
      "address": 0
    },
    "hn_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580919168
    },
    "hn_attach_subchans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580954576
    },
    "hn_caps_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580931696
    },
    "hn_chan_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580953808
    },
    "hn_chan_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580955648
    },
    "hn_chan_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421900
    },
    "hn_chan_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580955440
    },
    "hn_chim_size_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580945520
    },
    "hn_cpu_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422144
    },
    "hn_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580928000
    },
    "hn_direct_tx_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127052
    },
    "hn_drain_rxtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580960704
    },
    "hn_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610127168
    },
    "hn_enable_udp4cs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127036
    },
    "hn_enable_udp6cs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127040
    },
    "hn_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580948592
    },
    "hn_fixup_rx_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580931504
    },
    "hn_fixup_tx_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580931120
    },
    "hn_guid": {
      "type": {
        "kind": "struct",
        "name": "hyperv_guid"
      },
      "address": 18446744071587076368
    },
    "hn_hwassist_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580931968
    },
    "hn_ifaddr_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580940400
    },
    "hn_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580930176
    },
    "hn_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580930160
    },
    "hn_ifnet_attevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580940480
    },
    "hn_ifnet_detevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580941120
    },
    "hn_ifnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580940368
    },
    "hn_ifnet_lnkevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580940448
    },
    "hn_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "hn_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580938832
    },
    "hn_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580962208
    },
    "hn_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580935216
    },
    "hn_ismyvf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580964816
    },
    "hn_link_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580929664
    },
    "hn_lro_ackcnt_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580953264
    },
    "hn_lro_entry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127056
    },
    "hn_lro_lenlim_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580952928
    },
    "hn_lro_mbufq_depth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613421912
    },
    "hn_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587076288
    },
    "hn_mtu_change_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580943744
    },
    "hn_ndis_version_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580931568
    },
    "hn_netchg_init_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580929744
    },
    "hn_netchg_status_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580929824
    },
    "hn_nvs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hn_nvs_alloc_subchans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580912368
    },
    "hn_nvs_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580909808
    },
    "hn_nvs_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580911856
    },
    "hn_nvs_disconn_chim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580911888
    },
    "hn_nvs_disconn_rxbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580911456
    },
    "hn_nvs_doinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580913104
    },
    "hn_nvs_send_rndis_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580912880
    },
    "hn_nvs_sendctx_none": {
      "type": {
        "kind": "struct",
        "name": "hn_nvs_sendctx"
      },
      "address": 18446744071610123816
    },
    "hn_nvs_sent_none": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580909792
    },
    "hn_nvs_sent_xact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580912336
    },
    "hn_nvs_set_datapath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580912976
    },
    "hn_nvs_version": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hn_nvs_xact_execute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580912640
    },
    "hn_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580961072
    },
    "hn_polling_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580933904
    },
    "hn_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580919040
    },
    "hn_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580961536
    },
    "hn_rndis.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hn_rndis_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580917264
    },
    "hn_rndis_conf_offload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580914992
    },
    "hn_rndis_conf_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580916528
    },
    "hn_rndis_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580917712
    },
    "hn_rndis_get_eaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580913456
    },
    "hn_rndis_get_linkstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580913568
    },
    "hn_rndis_get_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580913680
    },
    "hn_rndis_init_fixat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580955328
    },
    "hn_rndis_query2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580914464
    },
    "hn_rndis_query_rsscaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580913792
    },
    "hn_rndis_reconf_offload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580914976
    },
    "hn_rndis_rx_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580913344
    },
    "hn_rndis_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580916832
    },
    "hn_rndis_set_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580917152
    },
    "hn_rndis_xact_exec1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580918144
    },
    "hn_rndis_xact_execute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580917904
    },
    "hn_rsc_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580934944
    },
    "hn_rss_hash_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580932704
    },
    "hn_rss_hcap_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580932976
    },
    "hn_rss_ind_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580954768
    },
    "hn_rss_mbuf_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580933248
    },
    "hn_rss_reconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580945040
    },
    "hn_rx_stat_u64_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580952320
    },
    "hn_rx_stat_ulong_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580952624
    },
    "hn_rxfilter_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580962064
    },
    "hn_rxfilter_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580932432
    },
    "hn_rxpkt_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580960416
    },
    "hn_rxvf_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580963920
    },
    "hn_rxvf_set_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580964992
    },
    "hn_rxvf_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580934400
    },
    "hn_set_hlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580948256
    },
    "hn_set_ring_inuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580954432
    },
    "hn_set_tso_maxsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580940112
    },
    "hn_set_txagg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580954880
    },
    "hn_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580929648
    },
    "hn_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580938992
    },
    "hn_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580947088
    },
    "hn_start_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946352
    },
    "hn_start_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946144
    },
    "hn_start_txeof_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946480
    },
    "hn_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580962640
    },
    "hn_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580961296
    },
    "hn_suspend_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580963216
    },
    "hn_suspend_mgmt_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580963696
    },
    "hn_synth_alloc_subchans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580954240
    },
    "hn_synth_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580930240
    },
    "hn_synth_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580941904
    },
    "hn_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580965328
    },
    "hn_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610126976
    },
    "hn_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580965792
    },
    "hn_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610127000
    },
    "hn_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580939152
    },
    "hn_trust_hcsum_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580953536
    },
    "hn_trust_hostip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127032
    },
    "hn_trust_hosttcp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127024
    },
    "hn_trust_hostudp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127028
    },
    "hn_tso_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580947824
    },
    "hn_tso_maxlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127048
    },
    "hn_tsomax_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580932240
    },
    "hn_tsomaxsegcnt_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580932304
    },
    "hn_tsomaxsegsz_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580932368
    },
    "hn_tx_agg_pkts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127072
    },
    "hn_tx_agg_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127068
    },
    "hn_tx_chimney_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421888
    },
    "hn_tx_conf_int_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580945808
    },
    "hn_tx_ring_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421904
    },
    "hn_tx_ring_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580963728
    },
    "hn_tx_stat_ulong_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580945200
    },
    "hn_tx_swq_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421908
    },
    "hn_tx_taskq_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127060
    },
    "hn_tx_taskq_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421892
    },
    "hn_tx_taskque": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "taskqueue"
          }
        }
      },
      "address": 18446744071613422136
    },
    "hn_txagg_align_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946096
    },
    "hn_txagg_pktmax_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946048
    },
    "hn_txagg_pkts_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580933712
    },
    "hn_txagg_size_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580933520
    },
    "hn_txdesc_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580951056
    },
    "hn_txpkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580950480
    },
    "hn_txpkt_chim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580950944
    },
    "hn_txpkt_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580951568
    },
    "hn_txpkt_sglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580951456
    },
    "hn_udpcs_fixup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613421880
    },
    "hn_udpcs_fixup_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127044
    },
    "hn_use_if_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421896
    },
    "hn_use_txdesc_bufring": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127064
    },
    "hn_vf_rss_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580944064
    },
    "hn_vf_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580934160
    },
    "hn_vflist_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580918400
    },
    "hn_vfmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ifnet"
          }
        }
      },
      "address": 18446744071613422120
    },
    "hn_vfmap_lock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071613421920
    },
    "hn_vfmap_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422112
    },
    "hn_vfmap_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580918704
    },
    "hn_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610127120
    },
    "hn_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610127096
    },
    "hn_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610126904
    },
    "hn_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580951664
    },
    "hn_xmit_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580939952
    },
    "hn_xmit_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946816
    },
    "hn_xmit_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946640
    },
    "hn_xmit_txeof_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580946944
    },
    "hn_xpnt_vf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127076
    },
    "hn_xpnt_vf_accbpf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422128
    },
    "hn_xpnt_vf_accbpf_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580934704
    },
    "hn_xpnt_vf_attwait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610127080
    },
    "hn_xpnt_vf_enabled_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580934656
    },
    "hn_xpnt_vf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580942928
    },
    "hn_xpnt_vf_init_taskfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580929904
    },
    "hn_xpnt_vf_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580965024
    },
    "hn_xpnt_vf_iocsetcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580943376
    },
    "hn_xpnt_vf_iocsetflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580943888
    },
    "hn_xpnt_vf_isready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580961232
    },
    "hn_xpnt_vf_setready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580942208
    },
    "hnode": {
      "type": {
        "kind": "struct",
        "name": "iwn4965_node_info"
      },
      "address": 0
    },
    "hoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hogticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807128
    },
    "hold": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hold_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759956
    },
    "holdcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "holdoff_tmr_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608447176
    },
    "hole": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sackhole"
        }
      },
      "address": 0
    },
    "holein": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "holeoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "holeout": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "holes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "holes_ok": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "holetoeof": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "home": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_NFCAL_HIST_FULL"
        }
      },
      "address": 0
    },
    "hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "hook1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_hook"
        }
      },
      "address": 0
    },
    "hook2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_hook"
        }
      },
      "address": 0
    },
    "hookIndex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hookPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ng_hook"
          }
        }
      },
      "address": 0
    },
    "hook_data": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hook_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_config_hook"
        }
      },
      "address": 0
    },
    "hook_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578617232
    },
    "hook_pf_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578617936
    },
    "hook_tsc_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308880
    },
    "hook_tsc_freq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166256
    },
    "hookname": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hookp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ng_hook"
          }
        }
      },
      "address": 0
    },
    "hookptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ng_hook"
          }
        }
      },
      "address": 0
    },
    "hops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "host": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlm_host"
        }
      },
      "address": 0
    },
    "host1_fatal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "host1_perr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hostIsNew": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "host_allocated": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "host_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_bde_t"
        }
      },
      "address": 0
    },
    "host_buffer_dma": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "host_caps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "host_diag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "host_exchg_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_kvp_exchg_msg_value"
        }
      },
      "address": 0
    },
    "host_features": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "host_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "host_interrupt_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "host_ip_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_kvp_ip_msg"
        }
      },
      "address": 0
    },
    "host_isr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "host_mem_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610160144
    },
    "host_pcib_get_busno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571733488
    },
    "host_rd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "host_svtk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vdso_sv_tk"
        }
      },
      "address": 18446744071612802256
    },
    "host_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "host_wellness_driver_ver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmic_host_wellness_driver_version"
        }
      },
      "address": 0
    },
    "host_wellness_time": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmic_host_wellness_time"
        }
      },
      "address": 0
    },
    "host_wr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hostap_auth_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577236608
    },
    "hostap_auth_shared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577236016
    },
    "hostap_deliver_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577235072
    },
    "hostap_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577228976
    },
    "hostap_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577228304
    },
    "hostap_recv_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577235008
    },
    "hostap_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577231328
    },
    "hostap_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227936
    },
    "hostap_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577235056
    },
    "hostb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "hostb_alloc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581280576
    },
    "hostb_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hostb_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609093584
    },
    "hostb_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609093560
    },
    "hostb_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609093520
    },
    "hostbuf": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hostconf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hostctrl2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hostid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "hostna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_adapter"
        }
      },
      "address": 0
    },
    "hostname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hostnamelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hostp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hotchar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hour": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hours": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "how": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "howmany": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "howto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "howto_names": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_4ac68d83e81d1ff0"
        }
      },
      "address": 18446744071585182048
    },
    "hp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hookpriv"
        }
      },
      "address": 0
    },
    "hp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_lughash"
        }
      },
      "address": 0
    },
    "hp_idnum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_lughash"
        }
      },
      "address": 0
    },
    "hp_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_lughash"
        }
      },
      "address": 0
    },
    "hpath": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hpdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_pci_dev"
        }
      },
      "address": 0
    },
    "hpet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_HPET"
        }
      },
      "address": 0
    },
    "hpet_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610085488
    },
    "hpet_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610085464
    },
    "hpet_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610085376
    },
    "hpet_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580360320
    },
    "hpet_attach.maxhpetet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613399304
    },
    "hpet_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610085600
    },
    "hpet_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580365120
    },
    "hpet_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610085536
    },
    "hpet_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580366656
    },
    "hpet_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580366464
    },
    "hpet_find_irq_rid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580366800
    },
    "hpet_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580366752
    },
    "hpet_get_uid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359648
    },
    "hpet_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359664
    },
    "hpet_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610085584
    },
    "hpet_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580367376
    },
    "hpet_intr_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580366928
    },
    "hpet_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585417360
    },
    "hpet_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368272
    },
    "hpet_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368240
    },
    "hpet_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580360048
    },
    "hpet_region_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hpet_remap_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580366032
    },
    "hpet_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580365152
    },
    "hpet_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580367584
    },
    "hpet_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580368112
    },
    "hpet_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580365136
    },
    "hpet_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613399272
    },
    "hpet_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071610085424
    },
    "hpet_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610085280
    },
    "hpet_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610085304
    },
    "hpet_vdso_timehands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359456
    },
    "hpet_vdso_timehands32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359552
    },
    "hphead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "highpowerlist"
        }
      },
      "address": 0
    },
    "hpkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_promise_sx4"
        }
      },
      "address": 0
    },
    "hpktp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_promise_sx4"
        }
      },
      "address": 0
    },
    "hpos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hpredir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hpriv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_pptpgre_sess"
        }
      },
      "address": 0
    },
    "hpt_iop_dbg_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760064
    },
    "hptiop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hptiop_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569592128
    },
    "hptiop_alloc_pci_res_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569581856
    },
    "hptiop_alloc_pci_res_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569587664
    },
    "hptiop_alloc_pci_res_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569576928
    },
    "hptiop_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569592880
    },
    "hptiop_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569572208
    },
    "hptiop_bus_space_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569586992
    },
    "hptiop_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608482416
    },
    "hptiop_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569593280
    },
    "hptiop_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569574848
    },
    "hptiop_disable_intr_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569582176
    },
    "hptiop_disable_intr_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569588256
    },
    "hptiop_disable_intr_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569577664
    },
    "hptiop_do_ioctl_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569584848
    },
    "hptiop_do_ioctl_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569590448
    },
    "hptiop_do_ioctl_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569580128
    },
    "hptiop_enable_intr_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569582128
    },
    "hptiop_enable_intr_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569588176
    },
    "hptiop_enable_intr_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569577440
    },
    "hptiop_get_config_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569582272
    },
    "hptiop_get_config_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569588352
    },
    "hptiop_get_config_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569577888
    },
    "hptiop_internal_memalloc_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569587248
    },
    "hptiop_internal_memalloc_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569576464
    },
    "hptiop_internal_memfree_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569581840
    },
    "hptiop_internal_memfree_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569587568
    },
    "hptiop_internal_memfree_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569576832
    },
    "hptiop_intr_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569583104
    },
    "hptiop_intr_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569588672
    },
    "hptiop_intr_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569578432
    },
    "hptiop_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569593312
    },
    "hptiop_itl_ops": {
      "type": {
        "kind": "struct",
        "name": "hptiop_adapter_ops"
      },
      "address": 18446744071608482176
    },
    "hptiop_map_srb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569591744
    },
    "hptiop_mv_map_ctlcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569591376
    },
    "hptiop_mv_ops": {
      "type": {
        "kind": "struct",
        "name": "hptiop_adapter_ops"
      },
      "address": 18446744071608482296
    },
    "hptiop_mvfrey_map_ctlcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569581392
    },
    "hptiop_mvfrey_ops": {
      "type": {
        "kind": "struct",
        "name": "hptiop_adapter_ops"
      },
      "address": 18446744071608482056
    },
    "hptiop_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569593216
    },
    "hptiop_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608482008
    },
    "hptiop_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608481960
    },
    "hptiop_pci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569592896
    },
    "hptiop_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608481936
    },
    "hptiop_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608481872
    },
    "hptiop_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569592864
    },
    "hptiop_post_msg_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569583552
    },
    "hptiop_post_msg_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569589696
    },
    "hptiop_post_msg_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569579392
    },
    "hptiop_post_req_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569583616
    },
    "hptiop_post_req_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569589808
    },
    "hptiop_post_req_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569579456
    },
    "hptiop_post_scsi_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569593024
    },
    "hptiop_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569571232
    },
    "hptiop_probe.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760080
    },
    "hptiop_release_pci_res_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569582080
    },
    "hptiop_release_pci_res_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569588080
    },
    "hptiop_release_pci_res_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569577344
    },
    "hptiop_request_callback_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569586080
    },
    "hptiop_reset_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569581520
    },
    "hptiop_reset_comm_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569580976
    },
    "hptiop_send_sync_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569581312
    },
    "hptiop_send_sync_request_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569591424
    },
    "hptiop_set_config_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569582720
    },
    "hptiop_set_config_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569588528
    },
    "hptiop_set_config_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569578064
    },
    "hptiop_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569576192
    },
    "hptiop_wait_ready_itl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569581680
    },
    "hptiop_wait_ready_mv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569587136
    },
    "hptiop_wait_ready_mvfrey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569576352
    },
    "hptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ng_bridge_host"
          }
        }
      },
      "address": 0
    },
    "hpwr_5g": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_hwmp_route"
        }
      },
      "address": 0
    },
    "hr_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "hra": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "hrb": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "hrc": {
      "type": {
        "kind": "enum",
        "name": "unnamed_f09b3366eab8d437"
      },
      "address": 0
    },
    "hrorig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_hwmp_route"
        }
      },
      "address": 0
    },
    "hrtarg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_hwmp_route"
        }
      },
      "address": 0
    },
    "hrtimer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hrtimer"
        }
      },
      "address": 0
    },
    "hrtimer_call_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578855600
    },
    "hs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_hw_port_stats"
        }
      },
      "address": 0
    },
    "hs0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hs21_type_lists": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "hs21_type"
        }
      },
      "address": 0
    },
    "hs400": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "hs_mailbox": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hscb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hardware_scb"
        }
      },
      "address": 0
    },
    "hscb_busaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hscb_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "map_node"
        }
      },
      "address": 0
    },
    "hscb_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hscode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hserror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hsflctl": {
      "type": {
        "kind": "union",
        "name": "ich8_hws_flash_ctrl"
      },
      "address": 0
    },
    "hsfsts": {
      "type": {
        "kind": "union",
        "name": "ich8_hws_flash_status"
      },
      "address": 0
    },
    "hsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hslab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_hash_slab"
        }
      },
      "address": 0
    },
    "hslot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 0
    },
    "hsmsg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fxp_hwstats"
        }
      },
      "address": 0
    },
    "hsparam1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hsparam2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hss_cfg0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hssi_param1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hstlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hstp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hsts": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ht": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_ie_htinfo"
        }
      },
      "address": 0
    },
    "ht20_bps": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585252496
    },
    "ht40_bps": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585252432
    },
    "ht40_power_inc_for_pdadc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ht_announce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577240080
    },
    "ht_rateprint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577253232
    },
    "ht_recv_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849440
    },
    "ht_recv_action_ba_addba_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577251648
    },
    "ht_recv_action_ba_addba_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577251904
    },
    "ht_recv_action_ba_delba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577252048
    },
    "ht_recv_action_ht_mimopwrsave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577252144
    },
    "ht_recv_action_ht_txchwidth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577252208
    },
    "ht_rix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ht_send_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849056
    },
    "ht_send_action_ba_addba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577252256
    },
    "ht_send_action_ba_delba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577252656
    },
    "ht_send_action_ht_txchwidth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577252976
    },
    "ht_state_change": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "htab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 0
    },
    "htable_foreach_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576944832
    },
    "htable_free_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576944960
    },
    "htable_link_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576944384
    },
    "htable_prefix_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576944560
    },
    "htable_prefix_free_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576947088
    },
    "htable_unlink_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576944496
    },
    "htcap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "htemperature": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "htflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "htinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "htinfo_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577247424
    },
    "htpow": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "htrates": {
      "type": {
        "count": 77,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ratemedia"
        }
      },
      "address": 18446744071585236784
    },
    "htrateset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_htrateset"
        }
      },
      "address": 0
    },
    "hub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_hub"
        }
      },
      "address": 0
    },
    "hubdesc20": {
      "type": {
        "kind": "struct",
        "name": "usb_hub_descriptor"
      },
      "address": 0
    },
    "hubdesc30": {
      "type": {
        "kind": "struct",
        "name": "usb_hub_ss_descriptor"
      },
      "address": 0
    },
    "hubdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_device"
        }
      },
      "address": 0
    },
    "hufHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hufSuccess": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "huf_compress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "huf_decompress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "huff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "huffLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "huffNode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nodeElt"
        }
      },
      "address": 0
    },
    "huffNode0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nodeElt"
        }
      },
      "address": 0
    },
    "huffWeight": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hulen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hupos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "husep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hv_appvss_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610129208
    },
    "hv_appvss_dev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580990272
    },
    "hv_appvss_dev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580990368
    },
    "hv_appvss_dev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580990144
    },
    "hv_appvss_dev_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580991408
    },
    "hv_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439848
    },
    "hv_eject_device_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580908544
    },
    "hv_et_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610131664
    },
    "hv_et_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610131640
    },
    "hv_et_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610131576
    },
    "hv_fb_res": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 18446744071613422264
    },
    "hv_heartbeat_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610129568
    },
    "hv_heartbeat_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610129544
    },
    "hv_heartbeat_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610129456
    },
    "hv_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439852
    },
    "hv_icmsg_hdrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_icmsg_hdr"
        }
      },
      "address": 0
    },
    "hv_kbd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hv_kbd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580896608
    },
    "hv_kbd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580897392
    },
    "hv_kbd_drv_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580890416
    },
    "hv_kbd_drv_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891056
    },
    "hv_kbd_fetch_top": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580895280
    },
    "hv_kbd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580890016
    },
    "hv_kbd_modify_top": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580895680
    },
    "hv_kbd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580896448
    },
    "hv_kbd_prod_is_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580894912
    },
    "hv_kbd_produce_ks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580895040
    },
    "hv_kbd_read_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580895856
    },
    "hv_kbd_remove_top": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580895456
    },
    "hv_kbd_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610123424
    },
    "hv_kbd_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610123400
    },
    "hv_kbd_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610123312
    },
    "hv_kbdc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hv_kvp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hv_kvp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580978816
    },
    "hv_kvp_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580981392
    },
    "hv_kvp_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610128568
    },
    "hv_kvp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580979088
    },
    "hv_kvp_dev_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_kvp_msg"
        }
      },
      "address": 0
    },
    "hv_kvp_dev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580981600
    },
    "hv_kvp_dev_daemon_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580983200
    },
    "hv_kvp_dev_daemon_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580981680
    },
    "hv_kvp_dev_daemon_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580981920
    },
    "hv_kvp_dev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580981488
    },
    "hv_kvp_log": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422192
    },
    "hv_kvp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580978784
    },
    "hv_kvp_process_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580979296
    },
    "hv_kvp_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610128472
    },
    "hv_kvp_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610128448
    },
    "hv_kvp_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610128360
    },
    "hv_ns": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hv_pci_compose_compl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580909648
    },
    "hv_pci_delete_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580907920
    },
    "hv_pci_devices_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580905792
    },
    "hv_pci_generic_compl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580908688
    },
    "hv_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hv_send_resources_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580904800
    },
    "hv_shutdown_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610129840
    },
    "hv_shutdown_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610129816
    },
    "hv_shutdown_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610129728
    },
    "hv_snapshot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hv_sock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hv_socket_domain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071610105640
    },
    "hv_socket_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071610105392
    },
    "hv_storvsc_chan_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422176
    },
    "hv_storvsc_drv_freebsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hv_storvsc_max_io": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610128084
    },
    "hv_storvsc_on_channel_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580974336
    },
    "hv_storvsc_ringbuffer_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610128080
    },
    "hv_storvsc_use_pim_unmapped": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610128076
    },
    "hv_storvsc_use_win8ext_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610128072
    },
    "hv_timesync_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610130560
    },
    "hv_timesync_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610130536
    },
    "hv_timesync_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610130000
    },
    "hv_ts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "hv_vendor": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613439776
    },
    "hv_vss_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580983392
    },
    "hv_vss_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580986704
    },
    "hv_vss_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610129024
    },
    "hv_vss_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580984320
    },
    "hv_vss_dev_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_vss_req"
        }
      },
      "address": 0
    },
    "hv_vss_dev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580988224
    },
    "hv_vss_dev_daemon_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580988320
    },
    "hv_vss_dev_daemon_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580989488
    },
    "hv_vss_dev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580988080
    },
    "hv_vss_log": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422196
    },
    "hv_vss_notified": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580989712
    },
    "hv_vss_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580986992
    },
    "hv_vss_notify_host_result_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580987808
    },
    "hv_vss_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580983360
    },
    "hv_vss_process_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580985088
    },
    "hv_vss_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580987248
    },
    "hv_vss_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610128928
    },
    "hv_vss_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610128904
    },
    "hv_vss_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610128816
    },
    "hval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hvalue_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hvap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mwl_hal_vap"
        }
      },
      "address": 0
    },
    "hvkbd_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891792
    },
    "hvkbd_check_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891840
    },
    "hvkbd_clear_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891008
    },
    "hvkbd_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891328
    },
    "hvkbd_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891168
    },
    "hvkbd_driver_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580890368
    },
    "hvkbd_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891584
    },
    "hvkbd_ev_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580894704
    },
    "hvkbd_evdev_methods": {
      "type": {
        "kind": "struct",
        "name": "evdev_methods"
      },
      "address": 18446744071587075320
    },
    "hvkbd_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580893024
    },
    "hvkbd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891360
    },
    "hvkbd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891488
    },
    "hvkbd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580892064
    },
    "hvkbd_kbd_driver": {
      "type": {
        "kind": "struct",
        "name": "keyboard_driver"
      },
      "address": 18446744071610105904
    },
    "hvkbd_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580892960
    },
    "hvkbd_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580893152
    },
    "hvkbd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891344
    },
    "hvkbd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891712
    },
    "hvkbd_read_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580890240
    },
    "hvkbd_read_char_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580893344
    },
    "hvkbd_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580893088
    },
    "hvkbd_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891424
    },
    "hvkbd_test_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580891536
    },
    "hvkbdsw": {
      "type": {
        "kind": "struct",
        "name": "keyboard_switch_t"
      },
      "address": 18446744071610105944
    },
    "hvm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hvm_start_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613399232
    },
    "hvoltage": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "hvs_addr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580878032
    },
    "hvs_dbg_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421784
    },
    "hvs_dom_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580885760
    },
    "hvs_pkt": {
      "type": {
        "kind": "struct",
        "name": "hvs_pkt_header"
      },
      "address": 0
    },
    "hvs_pkthlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hvs_pktlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hvs_remove_socket_from_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580877776
    },
    "hvs_trans_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580884960
    },
    "hvs_trans_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580879744
    },
    "hvs_trans_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580878224
    },
    "hvs_trans_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580878672
    },
    "hvs_trans_bound_socks": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0a11b456edbd4135"
      },
      "address": 18446744071613421864
    },
    "hvs_trans_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580884352
    },
    "hvs_trans_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580879856
    },
    "hvs_trans_connected_socks": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0a11b456edbd4135"
      },
      "address": 18446744071613421872
    },
    "hvs_trans_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580878400
    },
    "hvs_trans_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580880896
    },
    "hvs_trans_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580886016
    },
    "hvs_trans_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610105248
    },
    "hvs_trans_listen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580879248
    },
    "hvs_trans_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580878080
    },
    "hvs_trans_peeraddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580884128
    },
    "hvs_trans_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580885504
    },
    "hvs_trans_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580884240
    },
    "hvs_trans_socks_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613421792
    },
    "hvs_trans_socks_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613421824
    },
    "hvs_trans_soreceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580881152
    },
    "hvs_trans_sosend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580882912
    },
    "hvs_trans_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580878160
    },
    "hvsock_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580886240
    },
    "hvsock_br_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580882592
    },
    "hvsock_chan_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580889296
    },
    "hvsock_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580888032
    },
    "hvsock_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610105832
    },
    "hvsock_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587073440
    },
    "hvsock_open_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580889024
    },
    "hvsock_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580886128
    },
    "hvsock_send_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580883712
    },
    "hvsock_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610105784
    },
    "hvsock_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610105760
    },
    "hvsock_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610105320
    },
    "hw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_hw_t"
        }
      },
      "address": 0
    },
    "hw_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "hw_assist": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hw_cidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_clflush_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610175112
    },
    "hw_clk_div": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hw_clockrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439688
    },
    "hw_clocks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hw_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_cq_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_del_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571326144
    },
    "hw_del_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571325760
    },
    "hw_del_mq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571326896
    },
    "hw_del_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571327216
    },
    "hw_del_wq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571327056
    },
    "hw_fc_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fc_info"
        }
      },
      "address": 0
    },
    "hw_feat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_hw_features"
        }
      },
      "address": 0
    },
    "hw_global": {
      "type": {
        "kind": "struct",
        "name": "ocs_hw_global_t"
      },
      "address": 18446744071610791288
    },
    "hw_h": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_h1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_ibrs_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439432
    },
    "hw_ibrs_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610162916
    },
    "hw_ibrs_disable_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581299952
    },
    "hw_ibrs_ibpb_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439436
    },
    "hw_ibrs_recalculate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581296272
    },
    "hw_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_hw_if"
        }
      },
      "address": 0
    },
    "hw_initialized": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "hw_instruction_sse": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454372
    },
    "hw_kring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "hw_l": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_led_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_link_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_link_status"
        }
      },
      "address": 0
    },
    "hw_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "hw_lock_control_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_lock_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_lock_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_lower_amd64_sharedpage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454376
    },
    "hw_mds_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439444
    },
    "hw_mds_recalculate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581296592
    },
    "hw_mds_recalculate_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300448
    },
    "hw_media_type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "enum",
          "name": "ice_media_type"
        }
      },
      "address": 0
    },
    "hw_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hw_new_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571321376
    },
    "hw_new_cq_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571323696
    },
    "hw_new_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571320480
    },
    "hw_new_mq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571323264
    },
    "hw_new_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571322336
    },
    "hw_new_rq_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571324528
    },
    "hw_new_wq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571321824
    },
    "hw_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "hw_queue_ddump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571557184
    },
    "hw_queue_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571327408
    },
    "hw_queue_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571320976
    },
    "hw_rc": {
      "type": {
        "kind": "enum",
        "name": "unnamed_f09b3366eab8d437"
      },
      "address": 0
    },
    "hw_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_scan_request"
        }
      },
      "address": 0
    },
    "hw_resc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_hw_resc"
        }
      },
      "address": 0
    },
    "hw_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_rq_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_rx_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_scan_running": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "hw_sched_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_hw_sched"
        }
      },
      "address": 0
    },
    "hw_ssb_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439396
    },
    "hw_ssb_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439440
    },
    "hw_ssb_disable_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300128
    },
    "hw_ssb_recalculate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581296400
    },
    "hw_step": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_tls": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "hw_tsomax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hw_tstmp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hw_tx_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_vendor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hw_vsi_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hw_war_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hw_workarounds": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "hw_workaround_t"
        }
      },
      "address": 18446744071584902128
    },
    "hw_wq_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571268720
    },
    "hwa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "hwacpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwassist": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwcaps": {
      "type": {
        "kind": "struct",
        "name": "ndis_offload"
      },
      "address": 0
    },
    "hwcfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwcur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwesleep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwfmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwgpe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwidth2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hwidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hwkring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "hwm": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hwmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwmatrix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_matrix"
        }
      },
      "address": 0
    },
    "hwmp_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577254464
    },
    "hwmp_ioctl_get80211": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577254288
    },
    "hwmp_ioctl_set80211": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577254352
    },
    "hwmp_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577255952
    },
    "hwmp_peerdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577255200
    },
    "hwmp_recv_action_meshpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577258624
    },
    "hwmp_rediscover_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577256016
    },
    "hwmp_rootmode_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577257872
    },
    "hwmp_rootmode_rann_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577258128
    },
    "hwmp_rootmode_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577257712
    },
    "hwmp_send_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577256400
    },
    "hwmp_senderror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577255408
    },
    "hwmp_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577255664
    },
    "hwmp_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577255872
    },
    "hwna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_adapter"
        }
      },
      "address": 0
    },
    "hwpci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwpfc_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwpmc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693784
    },
    "hwpstate_amd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwpstate_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581213904
    },
    "hwpstate_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610154688
    },
    "hwpstate_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610154664
    },
    "hwpstate_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610154624
    },
    "hwpstate_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581213920
    },
    "hwpstate_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610154736
    },
    "hwpstate_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581214352
    },
    "hwpstate_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581214096
    },
    "hwpstate_goto_pstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581214368
    },
    "hwpstate_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581212400
    },
    "hwpstate_intel.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwpstate_intel_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610155032
    },
    "hwpstate_intel_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610155008
    },
    "hwpstate_intel_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610154832
    },
    "hwpstate_intel_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610155080
    },
    "hwpstate_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587090736
    },
    "hwpstate_pkg_ctrl_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610155128
    },
    "hwpstate_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581212656
    },
    "hwpstate_pstate_limit": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613438840
    },
    "hwpstate_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hwpstate_setting"
        }
      },
      "address": 18446744071581213968
    },
    "hwpstate_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581214192
    },
    "hwpstate_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581213952
    },
    "hwpstate_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581214320
    },
    "hwpstate_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438832
    },
    "hwpstate_verify": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438836
    },
    "hwptr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hwqcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ida_hardware_qcb"
        }
      },
      "address": 0
    },
    "hwregs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwrev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "hwsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hwsleep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwspeed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwtagging": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hwtail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwtail_lim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "hwtimer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwvalid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwversion": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hwxface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hwxfsleep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "hypercall_context": {
      "type": {
        "kind": "struct",
        "name": "hypercall_ctx"
      },
      "address": 18446744071613422208
    },
    "hypercall_context.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613422208
    },
    "hypercall_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995248
    },
    "hypercall_ctor_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610130704
    },
    "hypercall_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995360
    },
    "hypercall_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995616
    },
    "hypercall_dtor_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610130728
    },
    "hypercall_md": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581693280
    },
    "hypercall_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581409280
    },
    "hypercall_page_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995520
    },
    "hypercall_post_message": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580994928
    },
    "hypercall_signal_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580994960
    },
    "hyperthread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "hyperthreading_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610169144
    },
    "hyperthreading_intr_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613444920
    },
    "hyperv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hyperv_busdma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hyperv_dma_map_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996528
    },
    "hyperv_features": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422216
    },
    "hyperv_features3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422236
    },
    "hyperv_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996016
    },
    "hyperv_guid2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580994992
    },
    "hyperv_identify_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995648
    },
    "hyperv_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995184
    },
    "hyperv_init_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995440
    },
    "hyperv_initialize_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610130680
    },
    "hyperv_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hyperv_pm_features": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422232
    },
    "hyperv_recommends": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422244
    },
    "hyperv_ref_tsc": {
      "type": {
        "kind": "struct",
        "name": "hyperv_reftsc_ctx"
      },
      "address": 18446744071613485104
    },
    "hyperv_ref_tsc.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613485104
    },
    "hyperv_tc64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613422224
    },
    "hyperv_tc64_rdmsr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580995488
    },
    "hyperv_tc64_tsc_lfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581693872
    },
    "hyperv_tc64_tsc_mfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581693712
    },
    "hyperv_timecounter": {
      "type": {
        "kind": "struct",
        "name": "timecounter"
      },
      "address": 18446744071610130752
    },
    "hyperv_tsc_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610197248
    },
    "hyperv_tsc_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610197144
    },
    "hyperv_tsc_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694032
    },
    "hyperv_tsc_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694016
    },
    "hyperv_tsc_tcinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581693312
    },
    "hyperv_tsc_timecount_lfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581693792
    },
    "hyperv_tsc_timecount_mfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581693632
    },
    "hyperv_tsc_timecounter": {
      "type": {
        "kind": "struct",
        "name": "timecounter"
      },
      "address": 18446744071610197168
    },
    "hyperv_tsc_vdso_timehands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581693952
    },
    "hyperv_ver_major": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422240
    },
    "hyperv_x86.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "hystart_bblogs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059304
    },
    "hystart_css_growth_div": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609927692
    },
    "hystart_css_rounds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609927696
    },
    "hystart_maxrtt_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609927684
    },
    "hystart_minrtt_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609927680
    },
    "hystart_n_rttsamples": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609927688
    },
    "hz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910476
    },
    "i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i0_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intsrc"
        }
      },
      "address": 0
    },
    "i2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_m_q2_a0_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_m_q2_a0_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_m_q2_a1_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_m_q2_a1_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_p_q2_a0_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_p_q2_a0_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_p_q2_a1_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2_p_q2_a1_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2c": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_i2c"
        }
      },
      "address": 0
    },
    "i2c_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "i2c_args": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i2c_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760340
    },
    "i2c_en": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "i2c_intfc_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i2c_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i2c_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i2c_op": {
      "type": {
        "kind": "struct",
        "name": "xgbe_i2c_op"
      },
      "address": 0
    },
    "i2c_pins": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "i2c_val": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "i2ccmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i2cctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i2cctl_r": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i2cparams": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i32": {
      "type": {
        "kind": "struct",
        "name": "itimerval32"
      },
      "address": 0
    },
    "i386_read_exec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529712
    },
    "i386base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i386pkru": {
      "type": {
        "kind": "struct",
        "name": "i386_set_pkru"
      },
      "address": 0
    },
    "i386xfpu": {
      "type": {
        "kind": "struct",
        "name": "i386_get_xfpustate"
      },
      "address": 0
    },
    "i4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i40e_acquire_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582128240
    },
    "i40e_acquire_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089920
    },
    "i40e_add_filter_to_drop_tx_flow_control_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582119008
    },
    "i40e_add_pd_table_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582096112
    },
    "i40e_add_sd_table_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582095760
    },
    "i40e_adminq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "i40e_alloc_adminq_arq_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137760
    },
    "i40e_alloc_adminq_asq_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137632
    },
    "i40e_allocate_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089408
    },
    "i40e_allocate_virt_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089312
    },
    "i40e_aq_add_cloud_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582119104
    },
    "i40e_aq_add_cloud_filters_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582119344
    },
    "i40e_aq_add_macvlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582108624
    },
    "i40e_aq_add_mcast_etag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115920
    },
    "i40e_aq_add_mirrorrule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582109088
    },
    "i40e_aq_add_pvirt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115488
    },
    "i40e_aq_add_rem_control_packet_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582118784
    },
    "i40e_aq_add_statistics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116592
    },
    "i40e_aq_add_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115616
    },
    "i40e_aq_add_udp_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115056
    },
    "i40e_aq_add_veb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582108224
    },
    "i40e_aq_add_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582109584
    },
    "i40e_aq_add_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104960
    },
    "i40e_aq_alternate_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582120848
    },
    "i40e_aq_alternate_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582120560
    },
    "i40e_aq_alternate_read_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582120704
    },
    "i40e_aq_alternate_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582120320
    },
    "i40e_aq_alternate_write_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582120912
    },
    "i40e_aq_alternate_write_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582120416
    },
    "i40e_aq_cfg_lldp_mib_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114288
    },
    "i40e_aq_clear_all_wol_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582128016
    },
    "i40e_aq_clear_default_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582105216
    },
    "i40e_aq_clear_pxe_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582101840
    },
    "i40e_aq_config_switch_comp_bw_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117056
    },
    "i40e_aq_config_switch_comp_ets_bw_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117376
    },
    "i40e_aq_config_vsi_bw_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116960
    },
    "i40e_aq_config_vsi_ets_sla_bw_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117152
    },
    "i40e_aq_config_vsi_tc_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117264
    },
    "i40e_aq_configure_partition_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582122080
    },
    "i40e_aq_dcb_ignore_pfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116400
    },
    "i40e_aq_dcb_updated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116512
    },
    "i40e_aq_debug_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582121264
    },
    "i40e_aq_debug_read_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110064
    },
    "i40e_aq_debug_write_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110192
    },
    "i40e_aq_del_udp_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115168
    },
    "i40e_aq_delete_element": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115392
    },
    "i40e_aq_delete_mirrorrule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582109344
    },
    "i40e_aq_discover_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582111376
    },
    "i40e_aq_erase_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582111248
    },
    "i40e_aq_get_cee_dcb_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114864
    },
    "i40e_aq_get_dcb_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582145840
    },
    "i40e_aq_get_firmware_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106960
    },
    "i40e_aq_get_link_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582102688
    },
    "i40e_aq_get_lldp_mib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582113920
    },
    "i40e_aq_get_local_advt_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104480
    },
    "i40e_aq_get_partner_advt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104672
    },
    "i40e_aq_get_phy_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582102384
    },
    "i40e_aq_get_phy_register_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582124624
    },
    "i40e_aq_get_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582098880
    },
    "i40e_aq_get_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582098624
    },
    "i40e_aq_get_switch_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106688
    },
    "i40e_aq_get_switch_resource_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115248
    },
    "i40e_aq_get_veb_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582108432
    },
    "i40e_aq_get_vsi_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106448
    },
    "i40e_aq_get_wake_event_reason": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582127920
    },
    "i40e_aq_mac_address_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582099376
    },
    "i40e_aq_min_rollback_rev_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582111056
    },
    "i40e_aq_nvm_update_in_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110976
    },
    "i40e_aq_oem_post_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582111152
    },
    "i40e_aq_query_port_ets_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117824
    },
    "i40e_aq_query_switch_comp_bw_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117936
    },
    "i40e_aq_query_switch_comp_ets_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117712
    },
    "i40e_aq_query_vsi_bw_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117488
    },
    "i40e_aq_query_vsi_ets_sla_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582117600
    },
    "i40e_aq_queue_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582098544
    },
    "i40e_aq_read_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110528
    },
    "i40e_aq_read_nvm_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110688
    },
    "i40e_aq_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110432
    },
    "i40e_aq_rem_cloud_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582119600
    },
    "i40e_aq_rem_cloud_filters_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582119840
    },
    "i40e_aq_remove_macvlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582108912
    },
    "i40e_aq_remove_mcast_etag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116096
    },
    "i40e_aq_remove_statistics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116720
    },
    "i40e_aq_remove_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582115776
    },
    "i40e_aq_remove_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582109744
    },
    "i40e_aq_replace_cloud_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582120096
    },
    "i40e_aq_request_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110304
    },
    "i40e_aq_restore_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114368
    },
    "i40e_aq_resume_port_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582121104
    },
    "i40e_aq_run_phy_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582126240
    },
    "i40e_aq_rx_ctl_read_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582126816
    },
    "i40e_aq_rx_ctl_write_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582126928
    },
    "i40e_aq_send_driver_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582107216
    },
    "i40e_aq_send_msg_to_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582127024
    },
    "i40e_aq_send_msg_to_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582109904
    },
    "i40e_aq_set_arp_proxy_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582127488
    },
    "i40e_aq_set_clear_wol_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582127712
    },
    "i40e_aq_set_dcb_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114768
    },
    "i40e_aq_set_default_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582105120
    },
    "i40e_aq_set_lb_modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104768
    },
    "i40e_aq_set_link_restart_an": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104304
    },
    "i40e_aq_set_lldp_mib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114128
    },
    "i40e_aq_set_local_advt_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104576
    },
    "i40e_aq_set_mac_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104112
    },
    "i40e_aq_set_ns_proxy_table_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582127600
    },
    "i40e_aq_set_oem_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582121024
    },
    "i40e_aq_set_phy_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582103152
    },
    "i40e_aq_set_phy_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104880
    },
    "i40e_aq_set_phy_int_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582104400
    },
    "i40e_aq_set_phy_register_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582125008
    },
    "i40e_aq_set_port_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116832
    },
    "i40e_aq_set_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582098992
    },
    "i40e_aq_set_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582098752
    },
    "i40e_aq_set_switch_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106816
    },
    "i40e_aq_set_vsi_bc_promisc_on_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106112
    },
    "i40e_aq_set_vsi_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106224
    },
    "i40e_aq_set_vsi_full_promiscuous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582105664
    },
    "i40e_aq_set_vsi_mc_promisc_on_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582105776
    },
    "i40e_aq_set_vsi_multicast_promiscuous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582105552
    },
    "i40e_aq_set_vsi_uc_promisc_on_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582105888
    },
    "i40e_aq_set_vsi_unicast_promiscuous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582105312
    },
    "i40e_aq_set_vsi_vlan_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106336
    },
    "i40e_aq_start_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114640
    },
    "i40e_aq_start_stop_dcbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114976
    },
    "i40e_aq_stop_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582114512
    },
    "i40e_aq_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582097232
    },
    "i40e_aq_update_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582113728
    },
    "i40e_aq_update_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582116240
    },
    "i40e_aq_update_vsi_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582106576
    },
    "i40e_aq_write_nvm_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582110848
    },
    "i40e_asq_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582142048
    },
    "i40e_asq_send_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582142096
    },
    "i40e_blink_phy_link_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582123872
    },
    "i40e_calc_nvm_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582131072
    },
    "i40e_calculate_l2fpm_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090544
    },
    "i40e_check_asq_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582098464
    },
    "i40e_clean_arq_element": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582143472
    },
    "i40e_clean_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582141648
    },
    "i40e_clear_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582100928
    },
    "i40e_clear_lan_rx_queue_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582095424
    },
    "i40e_clear_lan_tx_queue_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582094496
    },
    "i40e_clear_pxe_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582100752
    },
    "i40e_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "i40e_config_arq_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582139328
    },
    "i40e_config_asq_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582138352
    },
    "i40e_configure_lan_hmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582092816
    },
    "i40e_create_lan_hmc_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582091664
    },
    "i40e_dcb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "i40e_dcb_config_to_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582148816
    },
    "i40e_debug_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582097392
    },
    "i40e_debug_shared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090160
    },
    "i40e_delete_lan_hmc_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582093296
    },
    "i40e_destroy_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090032
    },
    "i40e_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089744
    },
    "i40e_enable_eee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582121488
    },
    "i40e_fill_default_direct_cmd_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582143424
    },
    "i40e_free_adminq_arq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137856
    },
    "i40e_free_adminq_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137808
    },
    "i40e_free_asq_bufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582138624
    },
    "i40e_free_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089776
    },
    "i40e_free_virt_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089360
    },
    "i40e_get_dcb_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582146000
    },
    "i40e_get_dcbx_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582144224
    },
    "i40e_get_fw_lldp_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582148528
    },
    "i40e_get_hmc_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582094112
    },
    "i40e_get_ieee_dcb_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582147808
    },
    "i40e_get_lan_rx_queue_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582095264
    },
    "i40e_get_lan_tx_queue_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582093952
    },
    "i40e_get_link_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582108160
    },
    "i40e_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582107920
    },
    "i40e_get_lpi_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582125984
    },
    "i40e_get_lpi_duration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582126384
    },
    "i40e_get_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582099488
    },
    "i40e_get_phy_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582123808
    },
    "i40e_get_phy_lpi_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582125744
    },
    "i40e_get_port_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582099584
    },
    "i40e_hmc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "i40e_hmc_rxq_ce_info": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "i40e_context_ele"
        }
      },
      "address": 18446744071610205952
    },
    "i40e_hmc_txq_ce_info": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "i40e_context_ele"
        }
      },
      "address": 18446744071610205792
    },
    "i40e_init_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582140368
    },
    "i40e_init_arq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582138784
    },
    "i40e_init_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137888
    },
    "i40e_init_dcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582148080
    },
    "i40e_init_lan_hmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090688
    },
    "i40e_init_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582128096
    },
    "i40e_init_shared_code": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582099168
    },
    "i40e_init_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089872
    },
    "i40e_lan_hmc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "i40e_led_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582101952
    },
    "i40e_led_get_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582125200
    },
    "i40e_led_get_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582124432
    },
    "i40e_led_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582102128
    },
    "i40e_led_set_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582125552
    },
    "i40e_led_set_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582124816
    },
    "i40e_lldp_to_dcb_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582144288
    },
    "i40e_lpi_stat_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582126688
    },
    "i40e_msec_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090064
    },
    "i40e_nvm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "i40e_nvm_update_state_str": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587177152
    },
    "i40e_nvmupd_check_wait_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137056
    },
    "i40e_nvmupd_clear_wait_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582136848
    },
    "i40e_nvmupd_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582132336
    },
    "i40e_nvmupd_nvm_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137120
    },
    "i40e_nvmupd_nvm_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582137376
    },
    "i40e_nvmupd_validate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582136560
    },
    "i40e_osdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "i40e_pf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582100128
    },
    "i40e_pre_tx_queue_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582099696
    },
    "i40e_prep_remove_pd_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582096832
    },
    "i40e_prep_remove_sd_bp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582096640
    },
    "i40e_ptype_lookup": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "i40e_rx_ptype_decoded"
        }
      },
      "address": 18446744071610206128
    },
    "i40e_read_bw_from_alt_ram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582121904
    },
    "i40e_read_lldp_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582148352
    },
    "i40e_read_nvm_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582129888
    },
    "i40e_read_nvm_buffer_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582130336
    },
    "i40e_read_nvm_module_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582129600
    },
    "i40e_read_nvm_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582129264
    },
    "i40e_read_nvm_word_srctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582128752
    },
    "i40e_read_pba_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582099856
    },
    "i40e_read_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090304
    },
    "i40e_read_phy_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582123680
    },
    "i40e_read_phy_register_clause22": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582122176
    },
    "i40e_read_phy_register_clause45": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582122608
    },
    "i40e_read_rx_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582118336
    },
    "i40e_release_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582128640
    },
    "i40e_release_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582089984
    },
    "i40e_remove_pd_bp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582096416
    },
    "i40e_remove_pd_page_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582096880
    },
    "i40e_remove_sd_bp_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582096688
    },
    "i40e_set_dcb_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582148688
    },
    "i40e_set_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582103264
    },
    "i40e_set_filter_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582118048
    },
    "i40e_set_hmc_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582094832
    },
    "i40e_set_hw_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582141216
    },
    "i40e_set_lan_rx_queue_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582095600
    },
    "i40e_set_lan_tx_queue_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582094672
    },
    "i40e_set_mac_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582097024
    },
    "i40e_set_pci_config_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582121184
    },
    "i40e_shutdown_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582141536
    },
    "i40e_shutdown_arq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582140032
    },
    "i40e_shutdown_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582139648
    },
    "i40e_shutdown_lan_hmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582093824
    },
    "i40e_stat_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582097312
    },
    "i40e_update_link_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582103952
    },
    "i40e_update_nvm_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582131808
    },
    "i40e_validate_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582099104
    },
    "i40e_validate_nvm_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582131952
    },
    "i40e_vc_stat_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582086720
    },
    "i40e_vf_parse_hw_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582127216
    },
    "i40e_vf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582127376
    },
    "i40e_write_nvm_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582130704
    },
    "i40e_write_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090416
    },
    "i40e_write_phy_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582123360
    },
    "i40e_write_phy_register_clause22": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582122416
    },
    "i40e_write_phy_register_clause45": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582122992
    },
    "i40e_write_rx_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582118528
    },
    "i5": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i8254_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581271904
    },
    "i8254_freq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610158320
    },
    "i8254_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581274160
    },
    "i8254_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581272304
    },
    "i8254_intsrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intsrc"
        }
      },
      "address": 18446744071613439064
    },
    "i8254_lastcount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071613439080
    },
    "i8254_max_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439044
    },
    "i8254_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071613439086
    },
    "i8254_pending": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613439072
    },
    "i8254_ticked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439084
    },
    "i8254_timecounter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610158648
    },
    "iCoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iCoffDenom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iDcMismatch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iEvenMeasOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iGainMismatch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iLitEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "iOddMeasOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iPos": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "i_branch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i_coff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i_coff_denom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "i_diroff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i_domain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i_hlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i_ino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "i_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "i_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i_rx_gain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i_sav": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "i_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifaddr"
        }
      },
      "address": 0
    },
    "ia0": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "ia2": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "ia32_brand_info": {
      "type": {
        "kind": "struct",
        "name": "Elf32_Brandinfo"
      },
      "address": 18446744071610216488
    },
    "ia32_brand_oinfo": {
      "type": {
        "kind": "struct",
        "name": "Elf32_Brandinfo"
      },
      "address": 18446744071610216552
    },
    "ia32_fetch_syscall_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582334832
    },
    "ia32_fixlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582337664
    },
    "ia32_freebsd_sysvec": {
      "type": {
        "kind": "struct",
        "name": "sysentvec"
      },
      "address": 18446744071610215992
    },
    "ia32_get_mcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582330352
    },
    "ia32_maxdsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610216480
    },
    "ia32_maxssiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610215760
    },
    "ia32_maxvmem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613487776
    },
    "ia32_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ia32_reg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ia32_sendsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582331904
    },
    "ia32_set_mcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582330960
    },
    "ia32_set_syscall_retval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582334816
    },
    "ia32_setregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582334528
    },
    "ia32_signal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ia32_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610216408
    },
    "ia32_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582335120
    },
    "ia32_syscall.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ia32_syscall_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582337456
    },
    "ia32_syscall_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582337392
    },
    "ia32_syscall_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610215488
    },
    "ia32_syscall_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610215512
    },
    "ia32_sysvec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ia6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "ia6_match": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "ia6a": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "ia6b": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "iaIsFirst": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "iaIsLast": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ia_best": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "ia_fib": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ia_lo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_ifaddr"
        }
      },
      "address": 0
    },
    "ia_need_loopback_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577623232
    },
    "ia_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "iaa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_ins_ack"
        }
      },
      "address": 0
    },
    "iab": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_ins_ack"
        }
      },
      "address": 0
    },
    "iaq": {
      "type": {
        "kind": "struct",
        "name": "intrs_and_queues"
      },
      "address": 0
    },
    "iaresid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "iargs": {
      "type": {
        "kind": "struct",
        "name": "i386_ioperm_args"
      },
      "address": 0
    },
    "iavf_acquire_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715024
    },
    "iavf_add_debug_sysctls_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581709888
    },
    "iavf_add_device_sysctls_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581709056
    },
    "iavf_add_ether_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581728912
    },
    "iavf_add_mac_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581713200
    },
    "iavf_add_queues_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581695408
    },
    "iavf_add_sysctls_eth_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581711120
    },
    "iavf_add_vlan_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581713904
    },
    "iavf_add_vlans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581728160
    },
    "iavf_add_vsi_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581711008
    },
    "iavf_adminq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iavf_adv_speed_to_ext_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731632
    },
    "iavf_alloc_adminq_arq_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581721200
    },
    "iavf_alloc_adminq_asq_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581721072
    },
    "iavf_allocate_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714496
    },
    "iavf_allocate_pci_resources_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581705040
    },
    "iavf_allocate_virt_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714400
    },
    "iavf_aq_clear_all_wol_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720992
    },
    "iavf_aq_get_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720256
    },
    "iavf_aq_get_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720000
    },
    "iavf_aq_queue_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581719920
    },
    "iavf_aq_send_msg_to_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720544
    },
    "iavf_aq_set_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720368
    },
    "iavf_aq_set_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720128
    },
    "iavf_aq_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718672
    },
    "iavf_asq_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581724080
    },
    "iavf_asq_send_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581724128
    },
    "iavf_baudrate_from_link_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581713776
    },
    "iavf_check_asq_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581719888
    },
    "iavf_clean_arq_element": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581725456
    },
    "iavf_clean_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581723696
    },
    "iavf_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iavf_config_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581712768
    },
    "iavf_config_promisc_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581730960
    },
    "iavf_config_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581712592
    },
    "iavf_config_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581730304
    },
    "iavf_config_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581730704
    },
    "iavf_config_rss_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581712528
    },
    "iavf_config_rss_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581711872
    },
    "iavf_configure_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581733200
    },
    "iavf_configure_rx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581710768
    },
    "iavf_configure_tx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581710624
    },
    "iavf_core_debug_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485116
    },
    "iavf_create_debug_sysctl_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581710912
    },
    "iavf_debug_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718832
    },
    "iavf_debug_core": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715600
    },
    "iavf_debug_shared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715168
    },
    "iavf_del_ether_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581729456
    },
    "iavf_del_vlans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581728512
    },
    "iavf_destroy_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715136
    },
    "iavf_disable_adminq_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581707440
    },
    "iavf_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694992
    },
    "iavf_disable_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581728080
    },
    "iavf_disable_queues_with_retries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714192
    },
    "iavf_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714848
    },
    "iavf_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610198568
    },
    "iavf_driver_is_detaching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581696496
    },
    "iavf_driver_version": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587140912
    },
    "iavf_enable_adminq_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581707376
    },
    "iavf_enable_head_writeback": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485112
    },
    "iavf_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694896
    },
    "iavf_enable_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581728000
    },
    "iavf_ext_speed_to_ifmedia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731776
    },
    "iavf_ext_speed_to_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731984
    },
    "iavf_fill_default_direct_cmd_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581725408
    },
    "iavf_find_mac_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581713600
    },
    "iavf_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715568
    },
    "iavf_free_adminq_arq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581721296
    },
    "iavf_free_adminq_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581721248
    },
    "iavf_free_asq_bufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581721888
    },
    "iavf_free_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714880
    },
    "iavf_free_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581708928
    },
    "iavf_free_virt_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714448
    },
    "iavf_get_default_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581704944
    },
    "iavf_get_mac_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581713696
    },
    "iavf_get_vf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581727632
    },
    "iavf_get_vsi_res_from_vf_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581708496
    },
    "iavf_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581698016
    },
    "iavf_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581696560
    },
    "iavf_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581698528
    },
    "iavf_if_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581700944
    },
    "iavf_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610199040
    },
    "iavf_if_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581700832
    },
    "iavf_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581703008
    },
    "iavf_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581698880
    },
    "iavf_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702480
    },
    "iavf_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702448
    },
    "iavf_if_methods": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587141152
    },
    "iavf_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581700192
    },
    "iavf_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702352
    },
    "iavf_if_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702320
    },
    "iavf_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581703200
    },
    "iavf_if_promisc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702512
    },
    "iavf_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581701936
    },
    "iavf_if_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581698864
    },
    "iavf_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581701056
    },
    "iavf_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581701568
    },
    "iavf_if_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581698832
    },
    "iavf_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581700048
    },
    "iavf_if_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581698848
    },
    "iavf_if_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702544
    },
    "iavf_if_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581701120
    },
    "iavf_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581701184
    },
    "iavf_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702128
    },
    "iavf_if_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702688
    },
    "iavf_if_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581702848
    },
    "iavf_init_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581723312
    },
    "iavf_init_arq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581722048
    },
    "iavf_init_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581721328
    },
    "iavf_init_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581708816
    },
    "iavf_init_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581712880
    },
    "iavf_init_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714976
    },
    "iavf_init_tx_cidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581695344
    },
    "iavf_init_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718512
    },
    "iavf_init_tx_rsqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581695232
    },
    "iavf_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581717456
    },
    "iavf_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718240
    },
    "iavf_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581717568
    },
    "iavf_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718048
    },
    "iavf_isc_txd_credits_update_dwb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718288
    },
    "iavf_isc_txd_credits_update_hwb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581717360
    },
    "iavf_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715680
    },
    "iavf_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581717312
    },
    "iavf_lib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iavf_map_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581733632
    },
    "iavf_mark_del_vlan_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581713984
    },
    "iavf_max_vc_speed_to_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581711776
    },
    "iavf_mc_filter_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581713152
    },
    "iavf_media_change_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581711712
    },
    "iavf_media_status_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581711600
    },
    "iavf_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587140928
    },
    "iavf_msec_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581704848
    },
    "iavf_msix_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581704592
    },
    "iavf_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581704752
    },
    "iavf_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581712976
    },
    "iavf_osdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iavf_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610198520
    },
    "iavf_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610198496
    },
    "iavf_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610198176
    },
    "iavf_print_device_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581708368
    },
    "iavf_process_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581703472
    },
    "iavf_ptype_lookup": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iavf_rx_ptype_decoded"
        }
      },
      "address": 18446744071610199296
    },
    "iavf_rd32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715504
    },
    "iavf_read_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715264
    },
    "iavf_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581696544
    },
    "iavf_release_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715088
    },
    "iavf_request_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581729968
    },
    "iavf_request_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581730032
    },
    "iavf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581706880
    },
    "iavf_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581706032
    },
    "iavf_rx_itr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610197888
    },
    "iavf_sctx": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071610198656
    },
    "iavf_send_api_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581727120
    },
    "iavf_send_pf_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581726128
    },
    "iavf_send_vc_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694800
    },
    "iavf_send_vc_msg_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581694400
    },
    "iavf_send_vf_config_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581727504
    },
    "iavf_set_initial_baudrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581711744
    },
    "iavf_set_mac_addresses": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581708656
    },
    "iavf_set_mac_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718576
    },
    "iavf_set_rss_hena": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581730608
    },
    "iavf_setup_vc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581706208
    },
    "iavf_setup_vc_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581703216
    },
    "iavf_shared_debug_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485120
    },
    "iavf_shutdown_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581723600
    },
    "iavf_shutdown_arq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581723024
    },
    "iavf_shutdown_asq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581722704
    },
    "iavf_stat_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581718752
    },
    "iavf_sysctl_current_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581705904
    },
    "iavf_sysctl_queue_interrupt_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581704256
    },
    "iavf_sysctl_rx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581709616
    },
    "iavf_sysctl_sw_filter_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581710112
    },
    "iavf_sysctl_tx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581709344
    },
    "iavf_tx_itr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610198008
    },
    "iavf_txrx_dwb": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071610199208
    },
    "iavf_txrx_hwb": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071610199128
    },
    "iavf_txrx_iflib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iavf_update_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581695104
    },
    "iavf_update_msix_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581714048
    },
    "iavf_update_stats_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581730160
    },
    "iavf_validate_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720480
    },
    "iavf_vc_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iavf_vc_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581732016
    },
    "iavf_vc_get_op_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731440
    },
    "iavf_vc_iflib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iavf_vc_opcode_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581727072
    },
    "iavf_vc_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731024
    },
    "iavf_vc_speed_to_ext_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731808
    },
    "iavf_vc_speed_to_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731888
    },
    "iavf_vc_stat_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581731488
    },
    "iavf_vc_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581703440
    },
    "iavf_vendor_info_array": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071587141024
    },
    "iavf_verify_api_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581727168
    },
    "iavf_vf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581707504
    },
    "iavf_vf_parse_hw_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720736
    },
    "iavf_vf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581720880
    },
    "iavf_wr32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715536
    },
    "iavf_write_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581715376
    },
    "ib": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ib_array_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ib_ci_dma_start_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ib_ci_virt_start_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ib_ci_virt_start_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ib_iu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ib_port_default_caps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ib_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ib_queue_t"
        }
      },
      "address": 0
    },
    "ib_q_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ib_queue_t"
        }
      },
      "address": 0
    },
    "ibest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ibh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "infiniband_header"
        }
      },
      "address": 0
    },
    "ibits": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 0
    },
    "iblen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iboff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ibp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "ibq_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ibq_rdaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ibq_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ibss_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384416
    },
    "ibstart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ibta_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ibufreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_isobufreq"
        }
      },
      "address": 0
    },
    "ic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211com"
        }
      },
      "address": 0
    },
    "ic2hw": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585441536
    },
    "ic6f": {
      "type": {
        "kind": "struct",
        "name": "icmp6_filter"
      },
      "address": 0
    },
    "ic_bytes": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ic_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_84609e3e3c52a537"
      },
      "address": 18446744071613057272
    },
    "ic_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ic_list_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609848616
    },
    "ic_list_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613057240
    },
    "ic_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609848416
    },
    "ic_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609848440
    },
    "ic_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ic_opmode": {
      "type": {
        "kind": "enum",
        "name": "ieee80211_opmode"
      },
      "address": 0
    },
    "ic_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577162736
    },
    "ic_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ic_used": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "icap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "icbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_icb_2400_t"
        }
      },
      "address": 0
    },
    "ice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isa_config_entry"
        }
      },
      "address": 0
    },
    "ice_acquire_change_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581986064
    },
    "ice_acquire_global_cfg_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581998240
    },
    "ice_acquire_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581909344
    },
    "ice_acquire_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581840592
    },
    "ice_active_pkg_version_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581789040
    },
    "ice_add_avf_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581901984
    },
    "ice_add_counter_act": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581965392
    },
    "ice_add_device_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581764688
    },
    "ice_add_device_tunables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581783856
    },
    "ice_add_dscp2tc_map_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581774736
    },
    "ice_add_eth_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581956208
    },
    "ice_add_flow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581893504
    },
    "ice_add_fw_logging_tunables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581974320
    },
    "ice_add_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581954688
    },
    "ice_add_mac_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581954736
    },
    "ice_add_mac_with_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581964736
    },
    "ice_add_mac_with_sw_marker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581963312
    },
    "ice_add_marker_act": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581964320
    },
    "ice_add_media_types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581754352
    },
    "ice_add_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581883104
    },
    "ice_add_prof_id_flow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581887584
    },
    "ice_add_prof_id_vsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581891424
    },
    "ice_add_prof_to_lst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581890384
    },
    "ice_add_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581899936
    },
    "ice_add_rss_cfg_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581900352
    },
    "ice_add_rss_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581904160
    },
    "ice_add_rule_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581956896
    },
    "ice_add_rx_lldp_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581794640
    },
    "ice_add_rxq_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581786336
    },
    "ice_add_sysctls_eth_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581778672
    },
    "ice_add_sysctls_mac_pfc_one_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581807280
    },
    "ice_add_sysctls_mac_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581775088
    },
    "ice_add_to_vsi_fltr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581971696
    },
    "ice_add_tunnel_hint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581874688
    },
    "ice_add_txq_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581785856
    },
    "ice_add_update_vsi_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581970736
    },
    "ice_add_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581956080
    },
    "ice_add_vlan_hw_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581781424
    },
    "ice_add_vlan_hw_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581781072
    },
    "ice_add_vlan_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581968416
    },
    "ice_add_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950960
    },
    "ice_add_vsi_flow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581885920
    },
    "ice_add_vsi_mac_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581758144
    },
    "ice_add_vsi_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581776848
    },
    "ice_add_vsi_tunables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581781840
    },
    "ice_adj_prof_priorities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581892528
    },
    "ice_admin_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581745872
    },
    "ice_alloc_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820608
    },
    "ice_alloc_hw_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581841648
    },
    "ice_alloc_intr_tracking": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581800128
    },
    "ice_alloc_res_lg_act": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581964096
    },
    "ice_alloc_rss_global_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581949296
    },
    "ice_alloc_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581949680
    },
    "ice_alloc_vlan_res_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581963008
    },
    "ice_alloc_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581749376
    },
    "ice_alloc_vsi_qmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581749648
    },
    "ice_allocate_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581744128
    },
    "ice_app_prot_id_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ice_app_sel_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ice_apply_saved_phy_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581796592
    },
    "ice_aq_add_delete_lldp_tlv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581867600
    },
    "ice_aq_add_lan_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581849216
    },
    "ice_aq_add_rdma_qsets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581849888
    },
    "ice_aq_add_update_mir_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581952240
    },
    "ice_aq_add_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950288
    },
    "ice_aq_alloc_free_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581841488
    },
    "ice_aq_alternate_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854848
    },
    "ice_aq_alternate_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854592
    },
    "ice_aq_alternate_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854496
    },
    "ice_aq_alternate_write_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854736
    },
    "ice_aq_cfg_l2_node_cgd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581920752
    },
    "ice_aq_cfg_lldp_mib_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581867520
    },
    "ice_aq_cfg_node_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581920656
    },
    "ice_aq_dcb_ignore_pfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581869920
    },
    "ice_aq_delete_mir_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581952704
    },
    "ice_aq_dis_lan_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581851808
    },
    "ice_aq_erase_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581908704
    },
    "ice_aq_free_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950448
    },
    "ice_aq_fwlog_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581978432
    },
    "ice_aq_fwlog_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581976592
    },
    "ice_aq_get_cee_dcb_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581870144
    },
    "ice_aq_get_dcb_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581869696
    },
    "ice_aq_get_fw_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581839648
    },
    "ice_aq_get_gpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581856240
    },
    "ice_aq_get_internal_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581850256
    },
    "ice_aq_get_link_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581829344
    },
    "ice_aq_get_lldp_mib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581867344
    },
    "ice_aq_get_netlist_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581829024
    },
    "ice_aq_get_phy_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581827888
    },
    "ice_aq_get_port_options": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581856512
    },
    "ice_aq_get_res_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581954368
    },
    "ice_aq_get_res_descs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581954496
    },
    "ice_aq_get_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848928
    },
    "ice_aq_get_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848576
    },
    "ice_aq_get_storm_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581952928
    },
    "ice_aq_get_vsi_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581952096
    },
    "ice_aq_manage_mac_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581827664
    },
    "ice_aq_manage_mac_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581842528
    },
    "ice_aq_move_recfg_lan_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581849584
    },
    "ice_aq_move_sched_elems": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581919568
    },
    "ice_aq_phy_types_to_link_speeds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581797856
    },
    "ice_aq_prog_topo_dev_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848336
    },
    "ice_aq_q_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581840512
    },
    "ice_aq_query_node_to_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581926416
    },
    "ice_aq_query_pfc_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581870224
    },
    "ice_aq_query_port_ets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581874000
    },
    "ice_aq_query_rl_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581919696
    },
    "ice_aq_query_sched_elems": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581918400
    },
    "ice_aq_read_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581855488
    },
    "ice_aq_read_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581907968
    },
    "ice_aq_read_nvm_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581908944
    },
    "ice_aq_read_topo_dev_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848416
    },
    "ice_aq_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826992
    },
    "ice_aq_send_driver_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581839808
    },
    "ice_aq_set_dcb_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581870432
    },
    "ice_aq_set_event_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581847872
    },
    "ice_aq_set_gpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581856144
    },
    "ice_aq_set_health_status_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581856432
    },
    "ice_aq_set_link_restart_an": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581847776
    },
    "ice_aq_set_lldp_mib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581857008
    },
    "ice_aq_set_mac_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581831664
    },
    "ice_aq_set_mac_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581847968
    },
    "ice_aq_set_pfc_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581870320
    },
    "ice_aq_set_phy_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581844576
    },
    "ice_aq_set_port_id_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848048
    },
    "ice_aq_set_port_option": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581856896
    },
    "ice_aq_set_port_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581842640
    },
    "ice_aq_set_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581849072
    },
    "ice_aq_set_rss_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848912
    },
    "ice_aq_set_storm_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581952816
    },
    "ice_aq_sff_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581848144
    },
    "ice_aq_speed_to_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581752240
    },
    "ice_aq_start_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581868032
    },
    "ice_aq_start_stop_dcbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581870032
    },
    "ice_aq_stop_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581867936
    },
    "ice_aq_sw_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581953056
    },
    "ice_aq_to_link_speed": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587161264
    },
    "ice_aq_update_lldp_tlv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581867760
    },
    "ice_aq_update_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581908528
    },
    "ice_aq_update_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950576
    },
    "ice_aq_upload_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581985376
    },
    "ice_aq_write_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581855840
    },
    "ice_aq_write_nvm_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581909104
    },
    "ice_aqc_cee_app_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ice_aqc_cee_app_shift": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ice_aqc_cee_status_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ice_aqc_cee_status_shift": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ice_blk_sids": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071587163376
    },
    "ice_boost_tcam_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582000256
    },
    "ice_buf_tbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_buf_table"
        }
      },
      "address": 0
    },
    "ice_calc_sr_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581914304
    },
    "ice_caps_to_fc_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581845184
    },
    "ice_caps_to_fec_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581845232
    },
    "ice_cee_to_dcb_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581871120
    },
    "ice_cfg_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581926512
    },
    "ice_cfg_agg_bw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581937168
    },
    "ice_cfg_agg_bw_dflt_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581931856
    },
    "ice_cfg_agg_bw_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581931376
    },
    "ice_cfg_agg_bw_no_shared_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934416
    },
    "ice_cfg_agg_bw_no_shared_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934688
    },
    "ice_cfg_agg_bw_shared_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934000
    },
    "ice_cfg_agg_bw_shared_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934448
    },
    "ice_cfg_agg_vsi_priority_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581935312
    },
    "ice_cfg_dflt_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581956672
    },
    "ice_cfg_iwarp_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581951776
    },
    "ice_cfg_lldp_mib_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581872288
    },
    "ice_cfg_pba_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581801200
    },
    "ice_cfg_pf_default_mac_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581758560
    },
    "ice_cfg_pf_ethertype_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581795728
    },
    "ice_cfg_phy_fec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581846352
    },
    "ice_cfg_q_bw_dflt_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581938512
    },
    "ice_cfg_q_bw_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581937840
    },
    "ice_cfg_rl_burst_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581942624
    },
    "ice_cfg_tc_node_bw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581939056
    },
    "ice_cfg_tc_node_bw_dflt_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581939040
    },
    "ice_cfg_tc_node_bw_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581938528
    },
    "ice_cfg_tx_topo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581998336
    },
    "ice_cfg_vsi_bw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581936192
    },
    "ice_cfg_vsi_bw_dflt_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581931008
    },
    "ice_cfg_vsi_bw_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581929920
    },
    "ice_cfg_vsi_bw_no_shared_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581933968
    },
    "ice_cfg_vsi_bw_shared_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581932224
    },
    "ice_cfg_vsi_for_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581757072
    },
    "ice_cfg_vsi_for_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581756336
    },
    "ice_cfg_vsi_lan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581852304
    },
    "ice_cfg_vsi_q_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934720
    },
    "ice_cfg_vsi_qs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581852320
    },
    "ice_cfg_vsi_rdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581852656
    },
    "ice_check_if_dflt_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581959040
    },
    "ice_check_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581836288
    },
    "ice_check_sq_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581859872
    },
    "ice_clean_all_vsi_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581790784
    },
    "ice_clean_rq_elem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581865424
    },
    "ice_cleanup_fltr_mgmt_struct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581835296
    },
    "ice_clear_all_vsi_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950784
    },
    "ice_clear_hw_tbls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581882544
    },
    "ice_clear_pf_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826928
    },
    "ice_clear_pxe_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581833536
    },
    "ice_clear_rxq_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581838528
    },
    "ice_clear_tx_cmpltnq_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581839008
    },
    "ice_clear_tx_drbell_q_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581839504
    },
    "ice_clear_vsi_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581960576
    },
    "ice_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_config_pfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581805024
    },
    "ice_config_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581786816
    },
    "ice_configure_all_rxq_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581755376
    },
    "ice_configure_all_txq_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581755536
    },
    "ice_configure_misc_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581779264
    },
    "ice_configure_rx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581756080
    },
    "ice_configure_rxq_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581755344
    },
    "ice_configure_tx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581756208
    },
    "ice_configure_txq_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581755504
    },
    "ice_control_all_rx_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581758064
    },
    "ice_control_rx_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581757552
    },
    "ice_controlq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_copy_and_init_pkg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581992912
    },
    "ice_copy_phy_caps_to_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581846144
    },
    "ice_create_all_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581862848
    },
    "ice_create_pkt_fwd_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581969856
    },
    "ice_create_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581875760
    },
    "ice_create_vsi_list_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581970368
    },
    "ice_create_vsi_list_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581969584
    },
    "ice_create_vsig_from_lst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581892960
    },
    "ice_dcb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_dcb_cfg_to_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581872480
    },
    "ice_dcb_get_tc_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581795216
    },
    "ice_ddp_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581819632
    },
    "ice_debug_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581819728
    },
    "ice_debug_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581866176
    },
    "ice_debug_print_mib_change_event.bridge_type_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587150048
    },
    "ice_debug_print_mib_change_event.mib_type_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587150016
    },
    "ice_debug_print_mib_change_event.tx_status_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587150080
    },
    "ice_deinit_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581836112
    },
    "ice_deinit_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581751328
    },
    "ice_del_rx_lldp_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581805952
    },
    "ice_del_vsi_sysctl_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581752080
    },
    "ice_destroy_all_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581863312
    },
    "ice_destroy_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581876752
    },
    "ice_dis_vsi_rdma_qset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581853392
    },
    "ice_dis_vsi_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581851136
    },
    "ice_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581821008
    },
    "ice_do_dcb_reconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581802272
    },
    "ice_download_pkg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581990720
    },
    "ice_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610201504
    },
    "ice_driver_is_detaching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581734064
    },
    "ice_driver_version": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587144928
    },
    "ice_dwnld_cfg_bufs_no_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581999952
    },
    "ice_ena_vsi_rdma_qset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581852672
    },
    "ice_ena_vsi_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581850528
    },
    "ice_enable_health_events": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610200515
    },
    "ice_enable_irdma": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610200512
    },
    "ice_enable_tx_fc_filter": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610200513
    },
    "ice_enable_tx_lldp_filter": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610200514
    },
    "ice_enum_labels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581986816
    },
    "ice_ets_str_to_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581806512
    },
    "ice_fc_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581822960
    },
    "ice_fec_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581822928
    },
    "ice_fill_blk_tbls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581880832
    },
    "ice_fill_dflt_direct_cmd_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581865376
    },
    "ice_fill_sw_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581967824
    },
    "ice_fill_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581881472
    },
    "ice_find_buf_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997392
    },
    "ice_find_dup_props_vsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581890784
    },
    "ice_find_label_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581986592
    },
    "ice_find_netlist_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581829168
    },
    "ice_find_prot_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581877936
    },
    "ice_find_rule_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581963968
    },
    "ice_find_seg_in_pkg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581985472
    },
    "ice_find_vsi_list_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581954176
    },
    "ice_flds_info": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_flow_field_info"
        }
      },
      "address": 18446744071587163936
    },
    "ice_flex_pipe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_flow.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_flow_add_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581904592
    },
    "ice_flow_assoc_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581904000
    },
    "ice_flow_assoc_vsig_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581897840
    },
    "ice_flow_find_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581897120
    },
    "ice_flow_find_prof_conds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581897184
    },
    "ice_flow_get_hw_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581897648
    },
    "ice_flow_rem_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581899680
    },
    "ice_flow_set_fld_prefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581898064
    },
    "ice_flow_set_rss_seg_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581903072
    },
    "ice_flush_rxq_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581755664
    },
    "ice_flush_txq_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581755872
    },
    "ice_free_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581749280
    },
    "ice_free_dma_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581821040
    },
    "ice_free_flow_profs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581882288
    },
    "ice_free_hw_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581841920
    },
    "ice_free_hw_tbls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581880032
    },
    "ice_free_intr_tracking": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581800496
    },
    "ice_free_irqvs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581745968
    },
    "ice_free_prof_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581882000
    },
    "ice_free_rss_global_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581949520
    },
    "ice_free_sched_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581918976
    },
    "ice_free_seg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581987136
    },
    "ice_free_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581949984
    },
    "ice_free_vlan_res_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581963152
    },
    "ice_free_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581951296
    },
    "ice_free_vsi_qmaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581750096
    },
    "ice_fw_logging.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_fw_module_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823696
    },
    "ice_fw_supports_fec_dis_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581846768
    },
    "ice_fw_supports_link_override": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581846832
    },
    "ice_fw_supports_lldp_fltr_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581857136
    },
    "ice_fw_supports_report_dflt_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581828976
    },
    "ice_fwd_act_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823248
    },
    "ice_fwlog.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_fwlog_event_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581978896
    },
    "ice_fwlog_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581977920
    },
    "ice_fwlog_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581976176
    },
    "ice_fwlog_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581978016
    },
    "ice_fwlog_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581976480
    },
    "ice_fwlog_set_support_ena": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581978288
    },
    "ice_fwlog_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581976464
    },
    "ice_fwlog_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581978160
    },
    "ice_fwlog_update_modules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581976912
    },
    "ice_get_and_print_bus_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581791760
    },
    "ice_get_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581833616
    },
    "ice_get_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581838144
    },
    "ice_get_cur_lldp_persist_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581855040
    },
    "ice_get_dcb_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581870512
    },
    "ice_get_dcb_cfg_from_mib_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581871952
    },
    "ice_get_dcbx_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581868128
    },
    "ice_get_ddp_pkg_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581991568
    },
    "ice_get_dflt_lldp_persist_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581855200
    },
    "ice_get_fw_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581833472
    },
    "ice_get_hw_vsi_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950720
    },
    "ice_get_ieee_or_cee_dcb_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581870704
    },
    "ice_get_ifnet_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581789712
    },
    "ice_get_inactive_netlist_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581912048
    },
    "ice_get_inactive_nvm_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581910448
    },
    "ice_get_inactive_orom_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581910800
    },
    "ice_get_initial_sw_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581953232
    },
    "ice_get_lan_q_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581850448
    },
    "ice_get_link_default_override": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581846880
    },
    "ice_get_link_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581857360
    },
    "ice_get_link_speed_based_on_phy_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581843008
    },
    "ice_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581847456
    },
    "ice_get_netlist_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581911552
    },
    "ice_get_netlist_ver_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581911536
    },
    "ice_get_nvm_minsrevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581915648
    },
    "ice_get_nvm_ver_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581910464
    },
    "ice_get_open_tunnel_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581875472
    },
    "ice_get_orom_ver_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581910816
    },
    "ice_get_pfa_module_tlv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581909760
    },
    "ice_get_phy_type_high": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581754288
    },
    "ice_get_phy_type_low": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581752416
    },
    "ice_get_pkg_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581986112
    },
    "ice_get_prof_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581884784
    },
    "ice_get_prof_index_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581991824
    },
    "ice_get_profs_vsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581890080
    },
    "ice_get_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581902816
    },
    "ice_get_set_tx_topo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581999728
    },
    "ice_get_sw_fv_bitmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581993168
    },
    "ice_get_sw_fv_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581994576
    },
    "ice_get_vsi_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950752
    },
    "ice_get_vsi_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581960048
    },
    "ice_get_vsi_vlan_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581960544
    },
    "ice_handle_debug_dump_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581801328
    },
    "ice_handle_fw_log_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581975888
    },
    "ice_handle_i2c_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581800096
    },
    "ice_handle_mdd_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581793104
    },
    "ice_handle_nvm_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581917104
    },
    "ice_handle_nvm_access_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581799120
    },
    "ice_hw_to_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581819616
    },
    "ice_idle_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581859968
    },
    "ice_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581735952
    },
    "ice_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581734128
    },
    "ice_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581736848
    },
    "ice_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743424
    },
    "ice_if_i2c_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743648
    },
    "ice_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740960
    },
    "ice_if_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740160
    },
    "ice_if_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740000
    },
    "ice_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740912
    },
    "ice_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740752
    },
    "ice_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581738640
    },
    "ice_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581739888
    },
    "ice_if_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581742944
    },
    "ice_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743744
    },
    "ice_if_priv_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743472
    },
    "ice_if_promisc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740448
    },
    "ice_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581739632
    },
    "ice_if_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743712
    },
    "ice_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740256
    },
    "ice_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581738160
    },
    "ice_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581741568
    },
    "ice_if_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743680
    },
    "ice_if_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581741744
    },
    "ice_if_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581740352
    },
    "ice_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581737408
    },
    "ice_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581741856
    },
    "ice_if_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743072
    },
    "ice_if_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743248
    },
    "ice_iflib_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610201984
    },
    "ice_iflib_methods": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587146480
    },
    "ice_iflib_recovery_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_iflib_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_ift_queue_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826400
    },
    "ice_ift_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581825376
    },
    "ice_ift_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826368
    },
    "ice_ift_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581825488
    },
    "ice_ift_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826160
    },
    "ice_ift_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581825136
    },
    "ice_ift_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581824000
    },
    "ice_ift_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581825104
    },
    "ice_info_fwlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581819888
    },
    "ice_init_all_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581860368
    },
    "ice_init_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581860816
    },
    "ice_init_dcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581872064
    },
    "ice_init_dcb_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581793776
    },
    "ice_init_def_sw_recp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581949040
    },
    "ice_init_fltr_mgmt_struct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581835024
    },
    "ice_init_health_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581800656
    },
    "ice_init_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581832096
    },
    "ice_init_hw_tbls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581878688
    },
    "ice_init_link_configuration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581796288
    },
    "ice_init_link_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581792864
    },
    "ice_init_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581921840
    },
    "ice_init_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581912080
    },
    "ice_init_pkg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581987216
    },
    "ice_init_pkg_hints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581988864
    },
    "ice_init_pkg_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581991776
    },
    "ice_init_prof_result_bm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581995872
    },
    "ice_init_saved_phy_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581798752
    },
    "ice_init_tx_tracking": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581746592
    },
    "ice_initialize_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581750224
    },
    "ice_intersect_phy_types_and_speeds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581805248
    },
    "ice_is_100m_speed_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581842768
    },
    "ice_is_any_bit_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581898688
    },
    "ice_is_dvm_ena": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581972768
    },
    "ice_is_e810": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826784
    },
    "ice_is_e810t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826800
    },
    "ice_is_e823": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826880
    },
    "ice_is_fw_auto_drop_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581831824
    },
    "ice_is_fw_health_report_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581856384
    },
    "ice_is_init_pkg_successful": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581991744
    },
    "ice_is_phy_caps_an_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581856352
    },
    "ice_is_rxq_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581757840
    },
    "ice_is_vsi_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581950688
    },
    "ice_label_enum_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581999888
    },
    "ice_lib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_link_mode_str_high": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ice_link_mode_str_low": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587161328
    },
    "ice_link_up_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581791024
    },
    "ice_lldp_execute_pending_mib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581857296
    },
    "ice_lldp_fltr_add_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581857200
    },
    "ice_lldp_to_dcb_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581868160
    },
    "ice_load_pkg_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581789344
    },
    "ice_lock_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071613485128
    },
    "ice_log_hmc_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581778464
    },
    "ice_log_pkg_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581788160
    },
    "ice_major_version": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071587144938
    },
    "ice_map_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581749072
    },
    "ice_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587144944
    },
    "ice_minor_version": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071587144939
    },
    "ice_module_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581799072
    },
    "ice_move_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581886304
    },
    "ice_move_vsi_to_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581927712
    },
    "ice_msec_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820336
    },
    "ice_msec_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820464
    },
    "ice_msec_spin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820592
    },
    "ice_msix_admin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581746256
    },
    "ice_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581746576
    },
    "ice_nvm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_nvm_access_get_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581916592
    },
    "ice_nvm_access_get_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581916496
    },
    "ice_nvm_access_get_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581916576
    },
    "ice_nvm_access_get_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581916560
    },
    "ice_nvm_access_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581916608
    },
    "ice_nvm_access_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581916960
    },
    "ice_nvm_recalculate_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581915344
    },
    "ice_nvm_validate_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581915120
    },
    "ice_nvm_write_activate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581915536
    },
    "ice_osdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_parse_common_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581857376
    },
    "ice_patch_version": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071587144940
    },
    "ice_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610201456
    },
    "ice_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610201432
    },
    "ice_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610200368
    },
    "ice_phy_caps_equals_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581846256
    },
    "ice_phy_types_to_max_rate.phy_rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587150224
    },
    "ice_pkg_advance_sect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997584
    },
    "ice_pkg_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997376
    },
    "ice_pkg_buf_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581993088
    },
    "ice_pkg_buf_alloc_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581996944
    },
    "ice_pkg_buf_alloc_single_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997056
    },
    "ice_pkg_buf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581996832
    },
    "ice_pkg_buf_get_active_sections": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997344
    },
    "ice_pkg_buf_get_free_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997312
    },
    "ice_pkg_buf_reserve_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581996864
    },
    "ice_pkg_buf_unreserve_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997248
    },
    "ice_pkg_enum_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997424
    },
    "ice_pkg_enum_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581994320
    },
    "ice_pkg_enum_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581997792
    },
    "ice_poll_for_media_avail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581746704
    },
    "ice_post_pkg_dwnld_vlan_mode_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581974064
    },
    "ice_prepare_for_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581746928
    },
    "ice_print_led_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581858912
    },
    "ice_print_nvm_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581762176
    },
    "ice_print_rollback_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581831856
    },
    "ice_print_sdp_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581859472
    },
    "ice_process_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581759120
    },
    "ice_prof_tcam_ena_dis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581896448
    },
    "ice_ptg_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581878240
    },
    "ice_ptg_update_xlt1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581878032
    },
    "ice_ptype_lkup": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_rx_ptype_decoded"
        }
      },
      "address": 18446744071587154032
    },
    "ice_ptypes_arp_of": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587164560
    },
    "ice_ptypes_gre_of": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587166352
    },
    "ice_ptypes_icmp_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587166224
    },
    "ice_ptypes_icmp_of": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587166096
    },
    "ice_ptypes_ipv4_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587164688
    },
    "ice_ptypes_ipv4_il_no_l4": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165072
    },
    "ice_ptypes_ipv4_ofos": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165200
    },
    "ice_ptypes_ipv4_ofos_all": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165200
    },
    "ice_ptypes_ipv4_ofos_no_l4": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587164944
    },
    "ice_ptypes_ipv6_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587164816
    },
    "ice_ptypes_ipv6_il_no_l4": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165456
    },
    "ice_ptypes_ipv6_ofos": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165584
    },
    "ice_ptypes_ipv6_ofos_all": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165584
    },
    "ice_ptypes_ipv6_ofos_no_l4": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165328
    },
    "ice_ptypes_mac_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587164176
    },
    "ice_ptypes_mac_ofos": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587164304
    },
    "ice_ptypes_macvlan_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587164432
    },
    "ice_ptypes_sctp_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165968
    },
    "ice_ptypes_tcp_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165840
    },
    "ice_ptypes_udp_il": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587165712
    },
    "ice_query_port_ets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581874448
    },
    "ice_rc_version": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071587144941
    },
    "ice_rdma": {
      "type": {
        "kind": "struct",
        "name": "ice_rdma_state"
      },
      "address": 18446744071613485136
    },
    "ice_rdma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_rdma_cp_qos_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581979744
    },
    "ice_rdma_dcb_qos_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581983008
    },
    "ice_rdma_di_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610202960
    },
    "ice_rdma_di_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587167296
    },
    "ice_rdma_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581980816
    },
    "ice_rdma_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581980752
    },
    "ice_rdma_link_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581982352
    },
    "ice_rdma_max_msix": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071610202032
    },
    "ice_rdma_notify_dcb_qos_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581982688
    },
    "ice_rdma_notify_pe_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581983344
    },
    "ice_rdma_notify_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581983664
    },
    "ice_rdma_pf_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581980848
    },
    "ice_rdma_pf_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581981392
    },
    "ice_rdma_pf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581981760
    },
    "ice_rdma_pf_msix_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581983984
    },
    "ice_rdma_pf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581983968
    },
    "ice_rdma_pf_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581982064
    },
    "ice_rdma_qset_register_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581984032
    },
    "ice_rdma_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581978944
    },
    "ice_rdma_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581985120
    },
    "ice_rdma_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581980416
    },
    "ice_rdma_update_vsi_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581984992
    },
    "ice_read_flash_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581917680
    },
    "ice_read_flat_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581908144
    },
    "ice_read_nvm_sr_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581917504
    },
    "ice_read_pba_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581910064
    },
    "ice_read_rxq_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581837632
    },
    "ice_read_sff_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581799696
    },
    "ice_read_sr_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581913248
    },
    "ice_read_sr_pointer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581918192
    },
    "ice_read_sr_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581909504
    },
    "ice_read_sr_word_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581909232
    },
    "ice_rebuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581747120
    },
    "ice_rebuild_pf_vsi_qmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581748640
    },
    "ice_reconfig_fw_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581975984
    },
    "ice_recovery_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823936
    },
    "ice_recovery_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823984
    },
    "ice_recovery_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823952
    },
    "ice_recovery_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823968
    },
    "ice_recovery_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823920
    },
    "ice_recovery_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823888
    },
    "ice_recovery_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823904
    },
    "ice_recovery_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071610202560
    },
    "ice_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581734112
    },
    "ice_release_change_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581986096
    },
    "ice_release_global_cfg_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581998320
    },
    "ice_release_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581954128
    },
    "ice_release_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581909424
    },
    "ice_release_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581841216
    },
    "ice_release_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581751648
    },
    "ice_rem_all_sw_rules_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581956480
    },
    "ice_rem_flow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581894528
    },
    "ice_rem_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581885008
    },
    "ice_rem_prof_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581895280
    },
    "ice_rem_prof_id_flow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581893616
    },
    "ice_rem_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581901072
    },
    "ice_rem_rss_cfg_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581901376
    },
    "ice_rem_rss_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581903520
    },
    "ice_rem_vsi_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581898976
    },
    "ice_rem_vsi_rss_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581898128
    },
    "ice_rem_vsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581891024
    },
    "ice_remove_eth_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581956352
    },
    "ice_remove_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581959344
    },
    "ice_remove_mac_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581959376
    },
    "ice_remove_rule_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581957296
    },
    "ice_remove_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581959904
    },
    "ice_remove_vlan_hw_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581781808
    },
    "ice_remove_vlan_hw_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581781456
    },
    "ice_remove_vsi_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581962800
    },
    "ice_remove_vsi_lkup_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581972096
    },
    "ice_remove_vsi_mac_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581758624
    },
    "ice_replay_all_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581965792
    },
    "ice_replay_all_vsi_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581790560
    },
    "ice_replay_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854144
    },
    "ice_replay_pre_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581853824
    },
    "ice_replay_rss_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581902544
    },
    "ice_replay_tunnels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581877664
    },
    "ice_replay_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854000
    },
    "ice_replay_vsi_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581944784
    },
    "ice_replay_vsi_all_fltr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581966976
    },
    "ice_request_stack_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581733984
    },
    "ice_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581833120
    },
    "ice_reset_pf_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581764656
    },
    "ice_reset_vsi_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581751616
    },
    "ice_resmgr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_resmgr_assign_contiguous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581821376
    },
    "ice_resmgr_assign_scattered": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581821776
    },
    "ice_resmgr_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581821312
    },
    "ice_resmgr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581821152
    },
    "ice_resmgr_init_contig_only": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581821232
    },
    "ice_resmgr_release_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581822160
    },
    "ice_rlan_ctx_info": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_ctx_ele"
        }
      },
      "address": 18446744071587160656
    },
    "ice_rm_agg_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581928544
    },
    "ice_rm_agg_cfg_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581929152
    },
    "ice_rm_all_sw_replay_rule_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581967632
    },
    "ice_rm_pf_default_mac_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581759040
    },
    "ice_rm_sw_replay_rule_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581967440
    },
    "ice_rm_vsi_lan_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581925472
    },
    "ice_rm_vsi_rdma_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581926224
    },
    "ice_save_pci_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581789936
    },
    "ice_sbuf_print_ets_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581818864
    },
    "ice_sched.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_sched_add_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581918528
    },
    "ice_sched_add_nodes_to_layer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581945776
    },
    "ice_sched_assoc_vsi_to_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581928000
    },
    "ice_sched_cfg_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581926752
    },
    "ice_sched_cfg_node_bw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581936832
    },
    "ice_sched_cfg_node_bw_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581948208
    },
    "ice_sched_cfg_sibl_node_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934976
    },
    "ice_sched_cfg_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581923072
    },
    "ice_sched_cleanup_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581920576
    },
    "ice_sched_clear_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581919792
    },
    "ice_sched_clear_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581920048
    },
    "ice_sched_find_node_by_teid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581918256
    },
    "ice_sched_find_node_in_subtree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581922528
    },
    "ice_sched_get_free_qparent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581922656
    },
    "ice_sched_get_free_vsi_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581947872
    },
    "ice_sched_get_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581921952
    },
    "ice_sched_get_psm_clk_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581922480
    },
    "ice_sched_get_tc_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581918912
    },
    "ice_sched_get_vsi_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581922960
    },
    "ice_sched_init_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581920848
    },
    "ice_sched_is_agg_inuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581948064
    },
    "ice_sched_is_leaf_node_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581946800
    },
    "ice_sched_is_tree_balanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581926240
    },
    "ice_sched_move_vsi_to_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581946880
    },
    "ice_sched_query_elem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854912
    },
    "ice_sched_query_res_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581922160
    },
    "ice_sched_remove_elems": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581919344
    },
    "ice_sched_replay_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581942736
    },
    "ice_sched_replay_agg_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581943168
    },
    "ice_sched_replay_agg_vsi_preinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581943504
    },
    "ice_sched_replay_node_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581943872
    },
    "ice_sched_replay_q_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581945712
    },
    "ice_sched_replay_root_node_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581943712
    },
    "ice_sched_replay_tc_node_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581944512
    },
    "ice_sched_rm_dflt_nodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581921648
    },
    "ice_sched_rm_rl_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581948608
    },
    "ice_sched_rm_unused_rl_prof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581929632
    },
    "ice_sched_rm_vsi_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581925488
    },
    "ice_sched_save_agg_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581931616
    },
    "ice_sched_save_vsi_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581930688
    },
    "ice_sched_save_vsi_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581936048
    },
    "ice_sched_set_agg_bw_dflt_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581939472
    },
    "ice_sched_set_agg_bw_shared_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934016
    },
    "ice_sched_set_agg_bw_shared_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581934464
    },
    "ice_sched_set_agg_node_srl_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581941856
    },
    "ice_sched_set_node_bw_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581939952
    },
    "ice_sched_set_node_bw_lmt_per_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581930160
    },
    "ice_sched_set_q_bw_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581937856
    },
    "ice_sched_set_save_agg_srl_node_bw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581948896
    },
    "ice_sched_set_tc_node_bw_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581938544
    },
    "ice_sched_set_vsi_bw_shared_lmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581932240
    },
    "ice_sched_suspend_resume_elems": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581925248
    },
    "ice_sched_validate_agg_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581941376
    },
    "ice_sctx": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071610201600
    },
    "ice_search_prof_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581884528
    },
    "ice_sect_lkup": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 9,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071587163488
    },
    "ice_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_seg"
        }
      },
      "address": 0
    },
    "ice_send_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581795472
    },
    "ice_set_ctrlq_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581749328
    },
    "ice_set_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581837168
    },
    "ice_set_dcb_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581873808
    },
    "ice_set_default_local_lldp_mib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581800832
    },
    "ice_set_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581845296
    },
    "ice_set_link_management_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581798304
    },
    "ice_set_mac_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581826608
    },
    "ice_set_prof_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581884576
    },
    "ice_set_safe_mode_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581842192
    },
    "ice_set_umac_shared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581832080
    },
    "ice_set_vlan_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581972784
    },
    "ice_set_vlan_vsi_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581962304
    },
    "ice_set_vsi_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581961648
    },
    "ice_setup_pf_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581749568
    },
    "ice_setup_scctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581743760
    },
    "ice_shutdown_all_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581860032
    },
    "ice_shutdown_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581860160
    },
    "ice_shutdown_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581866928
    },
    "ice_shutdown_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581866496
    },
    "ice_sq_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581863696
    },
    "ice_sq_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581863744
    },
    "ice_start_dcbx_agent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581794432
    },
    "ice_stat_update32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854256
    },
    "ice_stat_update40": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854176
    },
    "ice_stat_update_repc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581854336
    },
    "ice_state_to_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581823664
    },
    "ice_strings.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_sw_fv_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581994512
    },
    "ice_switch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_sync_multicast_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581779376
    },
    "ice_sync_one_mcast_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581780608
    },
    "ice_sysctl_advertise_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581770112
    },
    "ice_sysctl_allow_no_fec_mod_in_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581774448
    },
    "ice_sysctl_current_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581768160
    },
    "ice_sysctl_dscp2tc_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581782816
    },
    "ice_sysctl_dump_dcbx_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581810832
    },
    "ice_sysctl_dump_ethertype_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581815056
    },
    "ice_sysctl_dump_ethertype_mac_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581815568
    },
    "ice_sysctl_dump_mac_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581814032
    },
    "ice_sysctl_dump_state_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581808368
    },
    "ice_sysctl_dump_vlan_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581814544
    },
    "ice_sysctl_dump_vsi_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581812176
    },
    "ice_sysctl_ets_min_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581771216
    },
    "ice_sysctl_fc_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581769296
    },
    "ice_sysctl_fec_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581768448
    },
    "ice_sysctl_fw_cur_lldp_persist_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581810224
    },
    "ice_sysctl_fw_debug_dump_cluster_setting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581816096
    },
    "ice_sysctl_fw_debug_dump_do_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581816288
    },
    "ice_sysctl_fw_dflt_lldp_persist_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581810480
    },
    "ice_sysctl_fw_lldp_agent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581770352
    },
    "ice_sysctl_fwlog_log_resolution": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581974880
    },
    "ice_sysctl_fwlog_module_log_severity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581975328
    },
    "ice_sysctl_fwlog_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581975136
    },
    "ice_sysctl_fwlog_set_cfg_options": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581975008
    },
    "ice_sysctl_negotiated_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581810736
    },
    "ice_sysctl_negotiated_fec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581769088
    },
    "ice_sysctl_os_pkg_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581809920
    },
    "ice_sysctl_pba_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581767824
    },
    "ice_sysctl_pfc_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581773536
    },
    "ice_sysctl_pfc_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581773792
    },
    "ice_sysctl_phy_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581818528
    },
    "ice_sysctl_phy_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581808720
    },
    "ice_sysctl_phy_nvm_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581808672
    },
    "ice_sysctl_phy_sw_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581808640
    },
    "ice_sysctl_phy_topo_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581808688
    },
    "ice_sysctl_phy_type_high": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581808608
    },
    "ice_sysctl_phy_type_low": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581808592
    },
    "ice_sysctl_pkg_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581768064
    },
    "ice_sysctl_query_port_ets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581813216
    },
    "ice_sysctl_read_i2c_diag_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581809072
    },
    "ice_sysctl_request_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581807616
    },
    "ice_sysctl_rx_cso_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581807024
    },
    "ice_sysctl_rx_errors_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581779056
    },
    "ice_sysctl_rx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581782176
    },
    "ice_sysctl_show_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581767488
    },
    "ice_sysctl_tx_cso_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581806768
    },
    "ice_sysctl_tx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581782496
    },
    "ice_sysctl_up2tc_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581772544
    },
    "ice_tcam_write_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581895552
    },
    "ice_tlan_ctx_info": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_ctx_ele"
        }
      },
      "address": 18446744071587160832
    },
    "ice_transition_safe_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581748576
    },
    "ice_tunnel_get_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581875200
    },
    "ice_tunnel_port_in_use": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581874928
    },
    "ice_tx_balance_en": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610200516
    },
    "ice_tx_cmpltnq_ctx_info": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_ctx_ele"
        }
      },
      "address": 18446744071587161072
    },
    "ice_tx_drbell_q_ctx_info": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_ctx_ele"
        }
      },
      "address": 18446744071587161168
    },
    "ice_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071610202640
    },
    "ice_upd_prof_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581886592
    },
    "ice_update_laa_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581791504
    },
    "ice_update_link_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581844992
    },
    "ice_update_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581745584
    },
    "ice_update_nvm_minsrevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581915984
    },
    "ice_update_pf_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581762992
    },
    "ice_update_phy_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581842816
    },
    "ice_update_pkg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581985808
    },
    "ice_update_pkg_no_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581985600
    },
    "ice_update_pkt_fwd_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581953872
    },
    "ice_update_port_tc_tree_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581874112
    },
    "ice_update_sr_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581914208
    },
    "ice_update_sw_rule_bridge_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581953632
    },
    "ice_update_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581951616
    },
    "ice_update_vsi_hw_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581762528
    },
    "ice_update_vsi_list_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581971296
    },
    "ice_usec_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820208
    },
    "ice_validate_nvm_rw_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581916736
    },
    "ice_validate_sr_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581914864
    },
    "ice_vendor_info_array": {
      "type": {
        "count": 44,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071587145072
    },
    "ice_verify_pkg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581987024
    },
    "ice_vlan_mode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ice_vsi_add_rxqs_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581785424
    },
    "ice_vsi_add_txqs_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581785312
    },
    "ice_vsi_del_rxqs_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581785696
    },
    "ice_vsi_del_txqs_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581785536
    },
    "ice_vsi_disable_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581784448
    },
    "ice_vsig_add_mv_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581894640
    },
    "ice_vsig_find_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581878624
    },
    "ice_vsig_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581894992
    },
    "ice_vsig_update_xlt2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581878352
    },
    "ice_write_rxq_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581836576
    },
    "ice_write_sr_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581913584
    },
    "ice_write_tx_cmpltnq_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581838720
    },
    "ice_write_tx_drbell_q_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581839104
    },
    "icfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "icg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ich": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ich.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ich_ac97_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609177832
    },
    "ich_ac97_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584988672
    },
    "ich_calibrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572303920
    },
    "ich_caps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609177952
    },
    "ich_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071610625680
    },
    "ich_devs": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ich_type"
        }
      },
      "address": 18446744071584988336
    },
    "ich_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609177784
    },
    "ich_fmt": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609177976
    },
    "ich_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572303328
    },
    "ich_initsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572303808
    },
    "ich_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572302592
    },
    "ich_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584988240
    },
    "ich_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572298448
    },
    "ich_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572300928
    },
    "ich_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572298128
    },
    "ich_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572301904
    },
    "ich_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572301168
    },
    "ich_rdcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572305136
    },
    "ich_resetchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572304912
    },
    "ich_setmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572303600
    },
    "ich_setstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572303616
    },
    "ich_vrcaps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609177928
    },
    "ich_wrcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572305296
    },
    "ichain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ichan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_CHANNEL_INTERNAL"
        }
      },
      "address": 0
    },
    "ichchan_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609177880
    },
    "ichchan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572307504
    },
    "ichchan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572307312
    },
    "ichchan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572305456
    },
    "ichchan_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584988720
    },
    "ichchan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572306464
    },
    "ichchan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572306144
    },
    "ichchan_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572306160
    },
    "ichchan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572306912
    },
    "ichreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_isochreq"
        }
      },
      "address": 0
    },
    "ichss.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ichss_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568605952
    },
    "ichss_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608425040
    },
    "ichss_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608425016
    },
    "ichss_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608424976
    },
    "ichss_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568606464
    },
    "ichss_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608425088
    },
    "ichss_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568606944
    },
    "ichss_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568605200
    },
    "ichss_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584701168
    },
    "ichss_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568605728
    },
    "ichss_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568606480
    },
    "ichss_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568607152
    },
    "ichss_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568607120
    },
    "iclr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_836e2b39234ab22b"
        }
      },
      "address": 0
    },
    "icm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_icm"
        }
      },
      "address": 0
    },
    "icm_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "icmnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_icmnd64_wqe_t"
        }
      },
      "address": 0
    },
    "icmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "icmp"
        }
      },
      "address": 0
    },
    "icmp6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "icmp6_hdr"
        }
      },
      "address": 0
    },
    "icmp6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "icmp6_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578014368
    },
    "icmp6_errcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578000208
    },
    "icmp6_errmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578002272
    },
    "icmp6_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577999280
    },
    "icmp6_error2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577999088
    },
    "icmp6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578002368
    },
    "icmp6_mtudisc_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578012256
    },
    "icmp6_ratelimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578000736
    },
    "icmp6_redirect_diag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578012496
    },
    "icmp6_redirect_diag.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613131296
    },
    "icmp6_redirect_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578010432
    },
    "icmp6_redirect_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578012656
    },
    "icmp6_reflect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578000800
    },
    "icmp6_rip6_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578017200
    },
    "icmp6dst": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "icmp6len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "icmp6off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "icmp6src": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "icmp6stat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578083968
    },
    "icmp6type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "icmp_bandlimit_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577722752
    },
    "icmp_bandlimit_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577723136
    },
    "icmp_bandlimit_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609917696
    },
    "icmp_bandlimit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609917736
    },
    "icmp_errmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577719552
    },
    "icmp_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577716432
    },
    "icmp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577719632
    },
    "icmp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "icmp_reflect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577718048
    },
    "icmp_tcp_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "icmp_verify_redirect_gateway": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577721808
    },
    "icmpcode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "icmpdst": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "icmpelen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "icmpgw": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "icmph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "icmp"
        }
      },
      "address": 0
    },
    "icmpid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "icmplen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "icmpsrc": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "icmpstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577722496
    },
    "icmpsum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "icmptype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "icmsghdrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_icmsg_hdr"
        }
      },
      "address": 0
    },
    "iconf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "icp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "icmp"
        }
      },
      "address": 0
    },
    "icr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "icr0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "icrhi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "icrlo": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ics": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "icsphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "icsphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570289392
    },
    "icsphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608509312
    },
    "icsphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584854480
    },
    "icsphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584854304
    },
    "icsphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608509264
    },
    "icsphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608509240
    },
    "icsphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608509200
    },
    "icsphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570289360
    },
    "icsphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570289920
    },
    "icsphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570289424
    },
    "icsphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570289504
    },
    "icsphys": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584854384
    },
    "ict": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "icu_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613479168
    },
    "icv": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "icversion": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_ident"
        }
      },
      "address": 0
    },
    "id1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "id16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "id2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "id_blk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "id_dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_identify_log_pages"
        }
      },
      "address": 0
    },
    "id_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 0
    },
    "id_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "id_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "id_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ida": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ida_softc"
        }
      },
      "address": 0
    },
    "ida.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ida_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608482616
    },
    "ida_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569595296
    },
    "ida_data_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569597856
    },
    "ida_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894880
    },
    "ida_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569595856
    },
    "ida_disk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ida_dma_map_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569595280
    },
    "ida_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569596752
    },
    "ida_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569593488
    },
    "ida_get_new_above": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578893248
    },
    "ida_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894800
    },
    "ida_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569596448
    },
    "ida_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569597328
    },
    "ida_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ida_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569599552
    },
    "ida_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608483192
    },
    "ida_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608483144
    },
    "ida_pci_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600176
    },
    "ida_pci_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584777344
    },
    "ida_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608483120
    },
    "ida_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569599488
    },
    "ida_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608483056
    },
    "ida_pre_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894400
    },
    "ida_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894768
    },
    "ida_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569593952
    },
    "ida_simple_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894480
    },
    "ida_simple_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894784
    },
    "ida_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569596096
    },
    "ida_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569595808
    },
    "ida_submit_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569595936
    },
    "ida_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569598384
    },
    "ida_v3_access": {
      "type": {
        "kind": "struct",
        "name": "ida_access"
      },
      "address": 18446744071608483600
    },
    "ida_v3_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600672
    },
    "ida_v3_fifo_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600576
    },
    "ida_v3_int_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600736
    },
    "ida_v3_int_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600704
    },
    "ida_v3_submit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600624
    },
    "ida_v4_access": {
      "type": {
        "kind": "struct",
        "name": "ida_access"
      },
      "address": 18446744071608483640
    },
    "ida_v4_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600896
    },
    "ida_v4_fifo_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600800
    },
    "ida_v4_int_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569601008
    },
    "ida_v4_int_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600960
    },
    "ida_v4_submit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569600848
    },
    "idad_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569598720
    },
    "idad_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569599232
    },
    "idad_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608482960
    },
    "idad_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569599376
    },
    "idad_ida_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608482912
    },
    "idad_ida_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608482888
    },
    "idad_idamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608482848
    },
    "idad_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569598640
    },
    "idad_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584777280
    },
    "idad_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569598688
    },
    "idad_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569599264
    },
    "idata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ulptx_idata"
        }
      },
      "address": 0
    },
    "idb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "idbuf": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612529613
    },
    "idd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_id_descriptor"
        }
      },
      "address": 0
    },
    "iddst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_ident"
        }
      },
      "address": 0
    },
    "ident": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ident_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_params"
        }
      },
      "address": 0
    },
    "ident_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_params"
        }
      },
      "address": 0
    },
    "ident_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "identcpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "identical": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "identifier": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "identify": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ATA_IDENTIFY_DEVICE_DATA_T"
        }
      },
      "address": 0
    },
    "identify_cpu1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581307760
    },
    "identify_cpu2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581307840
    },
    "identify_cpu_ext_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308032
    },
    "identify_cpu_fixup_bsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308080
    },
    "identify_ctrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmic_ident_ctrl_t"
        }
      },
      "address": 0
    },
    "identify_device_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ATA_IDENTIFY_DEVICE_DATA_T"
        }
      },
      "address": 0
    },
    "identify_frame": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_SAS_IDENTIFY_ADDRESS_FRAME_T"
        }
      },
      "address": 0
    },
    "identify_hypervisor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581306912
    },
    "identify_hypervisor_smbios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204432
    },
    "identify_msg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isa_device"
        }
      },
      "address": 0
    },
    "idfield": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdc_readid"
        }
      },
      "address": 0
    },
    "idi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iflib_dma_info"
        }
      },
      "address": 0
    },
    "idle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "idle_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "idle_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idle_errs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idle_mwait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610162312
    },
    "idle_reg_addrs": {
      "type": {
        "count": 270,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_addr"
        }
      },
      "address": 18446744071585523936
    },
    "idle_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575304880
    },
    "idle_setup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655768
    },
    "idle_sysctl_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298496
    },
    "idle_tbl": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_c0c43f85eb2347c2"
        }
      },
      "address": 18446744071587096288
    },
    "idle_tmo_ms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "idletick": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612534500
    },
    "idletime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idma_same_state_cnt": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "idmsg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "idn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inodedep"
        }
      },
      "address": 0
    },
    "idp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdc_readid"
        }
      },
      "address": 0
    },
    "idpgtbl_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071610157024
    },
    "idpgtbl_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613438872
    },
    "idpgtbl_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156816
    },
    "idpgtbl_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610156840
    },
    "idpgtbls": {
      "type": {
        "kind": "struct",
        "name": "unnamed_c1464cd95a8bead1"
      },
      "address": 18446744071613438904
    },
    "idr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "idr_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578893392
    },
    "idr_alloc_cyclic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578893792
    },
    "idr_alloc_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578893664
    },
    "idr_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578888848
    },
    "idr_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578890240
    },
    "idr_for_each": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894112
    },
    "idr_for_each_layer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894144
    },
    "idr_get_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578891216
    },
    "idr_get_new_above": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578892144
    },
    "idr_get_new_above_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578892304
    },
    "idr_get_new_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578891360
    },
    "idr_get_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578890496
    },
    "idr_has_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894384
    },
    "idr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578888768
    },
    "idr_is_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894336
    },
    "idr_pre_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578890816
    },
    "idr_preload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578888384
    },
    "idr_preload_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578888672
    },
    "idr_preload_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578894928
    },
    "idr_preload_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003344
    },
    "idr_preload_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578895072
    },
    "idr_preload_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003368
    },
    "idr_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578889424
    },
    "idr_remove_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578889152
    },
    "idr_remove_layer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578889296
    },
    "idr_remove_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578889760
    },
    "idr_replace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578889968
    },
    "ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "idsrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_ident"
        }
      },
      "address": 0
    },
    "idt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gate_descriptor"
        }
      },
      "address": 18446744071610187944
    },
    "idt0": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "gate_descriptor"
        }
      },
      "address": 18446744071613454480
    },
    "idtr": {
      "type": {
        "kind": "struct",
        "name": "unnamed_2e9b03e9719f9ed6"
      },
      "address": 0
    },
    "idtype": {
      "type": {
        "kind": "enum",
        "name": "idtype"
      },
      "address": 0
    },
    "idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "idx0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "idx1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "idx2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idxL": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idxR": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idxRangeMask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "idx_new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idx_old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idxl0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idxl1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idxs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "idxs0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "idzone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_event"
        }
      },
      "address": 0
    },
    "iec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iectl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ieee": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ieee80211.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_11a_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609869824
    },
    "ieee80211_11b_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609874440
    },
    "ieee80211_11g_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609872132
    },
    "ieee80211_11na_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609860592
    },
    "ieee80211_11ng_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609862900
    },
    "ieee80211_acl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_aclator_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366352
    },
    "ieee80211_aclator_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366256
    },
    "ieee80211_aclator_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366304
    },
    "ieee80211_action.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_add_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577223648
    },
    "ieee80211_add_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577170800
    },
    "ieee80211_add_channel_cbw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577169984
    },
    "ieee80211_add_channel_ht40": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577170832
    },
    "ieee80211_add_channel_list_2ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577171744
    },
    "ieee80211_add_channel_list_5ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577173360
    },
    "ieee80211_add_channels_default_2ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577173200
    },
    "ieee80211_add_htcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577250176
    },
    "ieee80211_add_htcap_body": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577250192
    },
    "ieee80211_add_htcap_ch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577250624
    },
    "ieee80211_add_htcap_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577250800
    },
    "ieee80211_add_htinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577251008
    },
    "ieee80211_add_htinfo_body": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577251024
    },
    "ieee80211_add_htinfo_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577251264
    },
    "ieee80211_add_meshconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577297712
    },
    "ieee80211_add_meshgate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298224
    },
    "ieee80211_add_meshid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577297648
    },
    "ieee80211_add_meshlmetric": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298176
    },
    "ieee80211_add_meshpeer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577297840
    },
    "ieee80211_add_neighbor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577329408
    },
    "ieee80211_add_qos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577344336
    },
    "ieee80211_add_rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577343904
    },
    "ieee80211_add_rsn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577344256
    },
    "ieee80211_add_rx_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577223968
    },
    "ieee80211_add_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384064
    },
    "ieee80211_add_ssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577344032
    },
    "ieee80211_add_toa_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224208
    },
    "ieee80211_add_vhtcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577411664
    },
    "ieee80211_add_vhtinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577411776
    },
    "ieee80211_add_wme_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577344080
    },
    "ieee80211_add_wme_param.param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585251496
    },
    "ieee80211_add_wpa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577344176
    },
    "ieee80211_add_xmit_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577223744
    },
    "ieee80211_add_xrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577343968
    },
    "ieee80211_addba_backoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609852564
    },
    "ieee80211_addba_maxtries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609852560
    },
    "ieee80211_addba_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577238608
    },
    "ieee80211_addba_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577238752
    },
    "ieee80211_addba_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577238960
    },
    "ieee80211_addba_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609852568
    },
    "ieee80211_addbasicrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577369280
    },
    "ieee80211_adhoc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_adhoc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577180416
    },
    "ieee80211_adhoc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577180544
    },
    "ieee80211_ageq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_ageq_age": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185984
    },
    "ieee80211_ageq_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185248
    },
    "ieee80211_ageq_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185072
    },
    "ieee80211_ageq_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185488
    },
    "ieee80211_ageq_drain_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185888
    },
    "ieee80211_ageq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577184976
    },
    "ieee80211_ageq_mfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185088
    },
    "ieee80211_ageq_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577185584
    },
    "ieee80211_allmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577168720
    },
    "ieee80211_alloc_challenge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577267088
    },
    "ieee80211_alloc_countryie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577378480
    },
    "ieee80211_alloc_countryie.skipflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585254944
    },
    "ieee80211_alloc_cts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577352272
    },
    "ieee80211_alloc_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577320592
    },
    "ieee80211_alloc_proberesp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577349248
    },
    "ieee80211_alloc_prot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577352448
    },
    "ieee80211_alloc_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577352080
    },
    "ieee80211_ampdu_age": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609852552
    },
    "ieee80211_ampdu_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577238496
    },
    "ieee80211_ampdu_reorder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577242096
    },
    "ieee80211_ampdu_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577248992
    },
    "ieee80211_ampdu_request.tokens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613057392
    },
    "ieee80211_ampdu_rx_start_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577241456
    },
    "ieee80211_ampdu_rx_stop_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577241872
    },
    "ieee80211_ampdu_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577249344
    },
    "ieee80211_ampdu_tx_request_active_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577248848
    },
    "ieee80211_ampdu_tx_request_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577248624
    },
    "ieee80211_amrr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_announce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577174464
    },
    "ieee80211_announce_channels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577175728
    },
    "ieee80211_auth_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577374544
    },
    "ieee80211_authenticator_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366128
    },
    "ieee80211_authenticator_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366192
    },
    "ieee80211_authenticator_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366224
    },
    "ieee80211_bar_maxtries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ieee80211_bar_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577239040
    },
    "ieee80211_bar_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609852572
    },
    "ieee80211_beacon_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577352912
    },
    "ieee80211_beacon_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577353392
    },
    "ieee80211_beacon_miss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577373392
    },
    "ieee80211_beacon_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577355280
    },
    "ieee80211_bg_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577383632
    },
    "ieee80211_cac_completeswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577374176
    },
    "ieee80211_cac_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609851520
    },
    "ieee80211_cancel_anyscan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577383776
    },
    "ieee80211_cancel_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577383744
    },
    "ieee80211_chan2ieee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577169760
    },
    "ieee80211_chan2mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577174176
    },
    "ieee80211_chan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577160240
    },
    "ieee80211_channel_type_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577176496
    },
    "ieee80211_check_rxseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416144
    },
    "ieee80211_check_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577383152
    },
    "ieee80211_check_scan_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577383568
    },
    "ieee80211_cipher_none": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_cipher"
      },
      "address": 18446744071585239232
    },
    "ieee80211_classify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577335056
    },
    "ieee80211_classify.acmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034640
    },
    "ieee80211_com_vdecref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222592
    },
    "ieee80211_com_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222624
    },
    "ieee80211_com_vincref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222528
    },
    "ieee80211_compute_duration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577358544
    },
    "ieee80211_compute_duration_ht": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577358832
    },
    "ieee80211_create_ibss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577319712
    },
    "ieee80211_crypto.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_crypto_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188640
    },
    "ieee80211_crypto_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189664
    },
    "ieee80211_crypto_ccmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_crypto_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190688
    },
    "ieee80211_crypto_delglobalkeys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189264
    },
    "ieee80211_crypto_delkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190144
    },
    "ieee80211_crypto_demic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190944
    },
    "ieee80211_crypto_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188672
    },
    "ieee80211_crypto_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190560
    },
    "ieee80211_crypto_get_key_wepidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190368
    },
    "ieee80211_crypto_get_keyid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190416
    },
    "ieee80211_crypto_get_txkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190464
    },
    "ieee80211_crypto_newkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189696
    },
    "ieee80211_crypto_none.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_crypto_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189472
    },
    "ieee80211_crypto_reload_keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191104
    },
    "ieee80211_crypto_set_deftxkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191408
    },
    "ieee80211_crypto_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577190288
    },
    "ieee80211_crypto_tkip.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_crypto_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189568
    },
    "ieee80211_crypto_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188688
    },
    "ieee80211_crypto_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189056
    },
    "ieee80211_crypto_wep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_csa_cancelswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577374080
    },
    "ieee80211_csa_completeswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577373888
    },
    "ieee80211_csa_startswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577373696
    },
    "ieee80211_ddb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227696
    },
    "ieee80211_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227520
    },
    "ieee80211_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071609851920
    },
    "ieee80211_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227856
    },
    "ieee80211_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227840
    },
    "ieee80211_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577266208
    },
    "ieee80211_decap1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577266576
    },
    "ieee80211_decap_amsdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577241248
    },
    "ieee80211_defrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577265424
    },
    "ieee80211_deliver_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577265984
    },
    "ieee80211_deliver_l2uf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577238112
    },
    "ieee80211_dfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_dfs_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218176
    },
    "ieee80211_dfs_cac_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577219216
    },
    "ieee80211_dfs_cac_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218576
    },
    "ieee80211_dfs_cac_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577219104
    },
    "ieee80211_dfs_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ieee80211_dfs_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218256
    },
    "ieee80211_dfs_notify_radar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577219344
    },
    "ieee80211_dfs_pickchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220288
    },
    "ieee80211_dfs_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218416
    },
    "ieee80211_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577331008
    },
    "ieee80211_drain_ifq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222800
    },
    "ieee80211_dump_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577331680
    },
    "ieee80211_dump_nodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577332112
    },
    "ieee80211_dump_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366752
    },
    "ieee80211_dup_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577326528
    },
    "ieee80211_dwds_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577413280
    },
    "ieee80211_dwds_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412656
    },
    "ieee80211_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577335648
    },
    "ieee80211_fakeup_adhoc_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577327984
    },
    "ieee80211_ff_encap1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577357584
    },
    "ieee80211_find_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577173712
    },
    "ieee80211_find_channel_byieee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577173824
    },
    "ieee80211_find_com": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577163904
    },
    "ieee80211_fix_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577367632
    },
    "ieee80211_flush_ifq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577223024
    },
    "ieee80211_free_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577343856
    },
    "ieee80211_freebsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_get_channel_center_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577171312
    },
    "ieee80211_get_channel_center_freq1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577171328
    },
    "ieee80211_get_channel_center_freq2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577171552
    },
    "ieee80211_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577164976
    },
    "ieee80211_get_ratetable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577358224
    },
    "ieee80211_get_rx_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224080
    },
    "ieee80211_get_rx_params_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224160
    },
    "ieee80211_get_suphtrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577174448
    },
    "ieee80211_get_suprates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577174128
    },
    "ieee80211_get_toa_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224304
    },
    "ieee80211_get_vap_ifname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226576
    },
    "ieee80211_get_xmit_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577223840
    },
    "ieee80211_getcapinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577346224
    },
    "ieee80211_getmgtframe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577223296
    },
    "ieee80211_getrssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577333456
    },
    "ieee80211_getsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577333824
    },
    "ieee80211_half_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609855976
    },
    "ieee80211_hostap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_hostap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227904
    },
    "ieee80211_hostap_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577228032
    },
    "ieee80211_ht.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_ht_adjust_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577245280
    },
    "ieee80211_ht_announce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577239968
    },
    "ieee80211_ht_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577238352
    },
    "ieee80211_ht_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577239648
    },
    "ieee80211_ht_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577251296
    },
    "ieee80211_ht_node_age": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577245168
    },
    "ieee80211_ht_node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577244736
    },
    "ieee80211_ht_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577244496
    },
    "ieee80211_ht_node_join": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577245872
    },
    "ieee80211_ht_node_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577246016
    },
    "ieee80211_ht_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577246352
    },
    "ieee80211_ht_update_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577250832
    },
    "ieee80211_ht_updatehtcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577247696
    },
    "ieee80211_ht_updatehtcap_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577247920
    },
    "ieee80211_ht_updateparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577246688
    },
    "ieee80211_ht_updateparams_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577247008
    },
    "ieee80211_ht_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577239664
    },
    "ieee80211_ht_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577239952
    },
    "ieee80211_ht_wds_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577245488
    },
    "ieee80211_htinfo_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577245808
    },
    "ieee80211_htprot_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577246160
    },
    "ieee80211_htrates": {
      "type": {
        "count": 77,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mcs_rates"
        }
      },
      "address": 18446744071585242928
    },
    "ieee80211_hwmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_hwmp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577258272
    },
    "ieee80211_hwmp_maxpreq_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609853724
    },
    "ieee80211_hwmp_net_diameter_traversaltime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609853728
    },
    "ieee80211_hwmp_pathtimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609853720
    },
    "ieee80211_hwmp_perrminint": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071609853848
    },
    "ieee80211_hwmp_preqminint": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071609853832
    },
    "ieee80211_hwmp_rannint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609853740
    },
    "ieee80211_hwmp_rootconfint": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613057408
    },
    "ieee80211_hwmp_rootconfint_internal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609853744
    },
    "ieee80211_hwmp_rootint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609853736
    },
    "ieee80211_hwmp_roottimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609853732
    },
    "ieee80211_hwmp_targetonly": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613057400
    },
    "ieee80211_ibss_merge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577322304
    },
    "ieee80211_ibss_merge_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577321760
    },
    "ieee80211_ibss_node_check_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577322144
    },
    "ieee80211_ieee2mhz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577169824
    },
    "ieee80211_ies_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577325808
    },
    "ieee80211_ies_expand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577324656
    },
    "ieee80211_ies_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577324480
    },
    "ieee80211_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577162848
    },
    "ieee80211_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577163504
    },
    "ieee80211_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577371680
    },
    "ieee80211_init_channels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377616
    },
    "ieee80211_init_neighbor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577328400
    },
    "ieee80211_init_suphtrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577240304
    },
    "ieee80211_input.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_input_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577265104
    },
    "ieee80211_input_mimo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577264512
    },
    "ieee80211_input_mimo_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577265232
    },
    "ieee80211_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577268560
    },
    "ieee80211_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_ioctl_chanswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577290304
    },
    "ieee80211_ioctl_delkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577283488
    },
    "ieee80211_ioctl_get80211": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577269696
    },
    "ieee80211_ioctl_getappie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577280016
    },
    "ieee80211_ioctl_getcurchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577279936
    },
    "ieee80211_ioctl_getdevcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577280176
    },
    "ieee80211_ioctl_getkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577278304
    },
    "ieee80211_ioctl_getscanresults": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577278816
    },
    "ieee80211_ioctl_getstainfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577279424
    },
    "ieee80211_ioctl_getstastats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577279040
    },
    "ieee80211_ioctl_getstatxpow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577279248
    },
    "ieee80211_ioctl_getstavlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577280464
    },
    "ieee80211_ioctl_scanreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577286016
    },
    "ieee80211_ioctl_set80211": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577273088
    },
    "ieee80211_ioctl_setappie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577288624
    },
    "ieee80211_ioctl_setchanlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577285648
    },
    "ieee80211_ioctl_setchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577281968
    },
    "ieee80211_ioctl_setcurchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577286784
    },
    "ieee80211_ioctl_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577282720
    },
    "ieee80211_ioctl_setmaccmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577286288
    },
    "ieee80211_ioctl_setmlme": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577283760
    },
    "ieee80211_ioctl_setregdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577286912
    },
    "ieee80211_ioctl_setroam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577287152
    },
    "ieee80211_ioctl_setstastats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577286496
    },
    "ieee80211_ioctl_setstatxpow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577286656
    },
    "ieee80211_ioctl_setstavlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577290608
    },
    "ieee80211_ioctl_settxparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577287744
    },
    "ieee80211_iserp_rateset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577368640
    },
    "ieee80211_iterate_coms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577164080
    },
    "ieee80211_iterate_nodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577331648
    },
    "ieee80211_iterate_nodes_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577331248
    },
    "ieee80211_load_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226544
    },
    "ieee80211_lookup_channel_rxstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577173936
    },
    "ieee80211_mac_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577176320
    },
    "ieee80211_mbuf_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577343488
    },
    "ieee80211_media2rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577175680
    },
    "ieee80211_media2rate.ieeerates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585237488
    },
    "ieee80211_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577176208
    },
    "ieee80211_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577167136
    },
    "ieee80211_mesh.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_mesh_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577295792
    },
    "ieee80211_mesh_backofftimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609855608
    },
    "ieee80211_mesh_confirmtimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609855604
    },
    "ieee80211_mesh_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577296400
    },
    "ieee80211_mesh_find_txnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577296736
    },
    "ieee80211_mesh_forward_to_gates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577296848
    },
    "ieee80211_mesh_gateint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609855592
    },
    "ieee80211_mesh_holdingtimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609855600
    },
    "ieee80211_mesh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577300784
    },
    "ieee80211_mesh_init_neighbor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298544
    },
    "ieee80211_mesh_mark_gate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577296416
    },
    "ieee80211_mesh_maxholding": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609855616
    },
    "ieee80211_mesh_maxretries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609855612
    },
    "ieee80211_mesh_node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298384
    },
    "ieee80211_mesh_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298320
    },
    "ieee80211_mesh_proxy_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577293536
    },
    "ieee80211_mesh_register_proto_metric": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577295472
    },
    "ieee80211_mesh_register_proto_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577295168
    },
    "ieee80211_mesh_retrytimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609855596
    },
    "ieee80211_mesh_rt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577292864
    },
    "ieee80211_mesh_rt_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577294080
    },
    "ieee80211_mesh_rt_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577292688
    },
    "ieee80211_mesh_rt_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577294496
    },
    "ieee80211_mesh_rt_flush_peer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577294800
    },
    "ieee80211_mesh_rt_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577293200
    },
    "ieee80211_mesh_update_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298592
    },
    "ieee80211_mgmt_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577342080
    },
    "ieee80211_mhz2ieee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577161872
    },
    "ieee80211_monitor.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_monitor_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315232
    },
    "ieee80211_monitor_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315312
    },
    "ieee80211_mpdudensity_map": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584048576
    },
    "ieee80211_new_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577374384
    },
    "ieee80211_new_state_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577371168
    },
    "ieee80211_newstate_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577363648
    },
    "ieee80211_node.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315520
    },
    "ieee80211_node_authorize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577319200
    },
    "ieee80211_node_create_wds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577326864
    },
    "ieee80211_node_deauth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577325104
    },
    "ieee80211_node_dectestref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222768
    },
    "ieee80211_node_delucastkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577330720
    },
    "ieee80211_node_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317600
    },
    "ieee80211_node_join": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577332224
    },
    "ieee80211_node_latevattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317792
    },
    "ieee80211_node_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577325168
    },
    "ieee80211_node_psq_age": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577360784
    },
    "ieee80211_node_psq_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577360240
    },
    "ieee80211_node_psq_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577360496
    },
    "ieee80211_node_pwrsave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359616
    },
    "ieee80211_node_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577319472
    },
    "ieee80211_node_setuptxparms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577319296
    },
    "ieee80211_node_table_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577318256
    },
    "ieee80211_node_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315968
    },
    "ieee80211_node_unauthorize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577319248
    },
    "ieee80211_node_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317728
    },
    "ieee80211_node_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577318160
    },
    "ieee80211_nol_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609851524
    },
    "ieee80211_notify_cac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577225840
    },
    "ieee80211_notify_country": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226224
    },
    "ieee80211_notify_csa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577225520
    },
    "ieee80211_notify_erp_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577332144
    },
    "ieee80211_notify_ifnet_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226480
    },
    "ieee80211_notify_michael_failure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577225264
    },
    "ieee80211_notify_node_auth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226112
    },
    "ieee80211_notify_node_deauth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226000
    },
    "ieee80211_notify_node_join": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224592
    },
    "ieee80211_notify_node_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224832
    },
    "ieee80211_notify_radar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577225680
    },
    "ieee80211_notify_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226336
    },
    "ieee80211_notify_replay_failure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577225088
    },
    "ieee80211_notify_scan_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577225008
    },
    "ieee80211_notify_wds_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577225408
    },
    "ieee80211_nulldata_transmitted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577343472
    },
    "ieee80211_opcap": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585236496
    },
    "ieee80211_opmode_name": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609877168
    },
    "ieee80211_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577339632
    },
    "ieee80211_output.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_parent_xmitpkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224368
    },
    "ieee80211_parse_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577268272
    },
    "ieee80211_parse_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577267152
    },
    "ieee80211_parse_csaparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577403184
    },
    "ieee80211_parse_htcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577246544
    },
    "ieee80211_parse_htinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577246608
    },
    "ieee80211_parse_meshid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298496
    },
    "ieee80211_parse_vhtcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409744
    },
    "ieee80211_parse_vhtopmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409696
    },
    "ieee80211_parse_wmeie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577395344
    },
    "ieee80211_parse_wmeparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577395392
    },
    "ieee80211_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_phy_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577358928
    },
    "ieee80211_phy_init.ratetables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585252560
    },
    "ieee80211_phymode_name": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609848144
    },
    "ieee80211_plcp2rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577358416
    },
    "ieee80211_plcp2rate.cck_plcp2rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584035152
    },
    "ieee80211_plcp2rate.ofdm_plcp2rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034704
    },
    "ieee80211_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_power_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359184
    },
    "ieee80211_power_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359200
    },
    "ieee80211_power_latevattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359920
    },
    "ieee80211_power_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359216
    },
    "ieee80211_power_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577360032
    },
    "ieee80211_print_essid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577366432
    },
    "ieee80211_priv_check_create_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220608
    },
    "ieee80211_priv_check_vap_getkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220512
    },
    "ieee80211_priv_check_vap_manage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220544
    },
    "ieee80211_priv_check_vap_setmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220576
    },
    "ieee80211_probe_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384000
    },
    "ieee80211_probereq_ie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577344368
    },
    "ieee80211_process_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577223904
    },
    "ieee80211_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577168640
    },
    "ieee80211_proto.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_proto_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362432
    },
    "ieee80211_proto_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577363120
    },
    "ieee80211_proto_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577363184
    },
    "ieee80211_proto_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577365904
    },
    "ieee80211_psq_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577360224
    },
    "ieee80211_psq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577360096
    },
    "ieee80211_pwrsave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577361136
    },
    "ieee80211_quarter_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609858284
    },
    "ieee80211_radiotap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_radiotap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577374592
    },
    "ieee80211_radiotap_attachv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577374640
    },
    "ieee80211_radiotap_chan_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577375696
    },
    "ieee80211_radiotap_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577375600
    },
    "ieee80211_radiotap_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376064
    },
    "ieee80211_radiotap_rx_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376240
    },
    "ieee80211_radiotap_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577375888
    },
    "ieee80211_radiotap_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577375616
    },
    "ieee80211_radiotap_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577375680
    },
    "ieee80211_rate2media": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577174800
    },
    "ieee80211_rate2media.htrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585236784
    },
    "ieee80211_rate2media.rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585236544
    },
    "ieee80211_rate2media.vhtrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585237408
    },
    "ieee80211_rate2plcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577358464
    },
    "ieee80211_ratectl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_ratectl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376432
    },
    "ieee80211_ratectl_none.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_ratectl_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376368
    },
    "ieee80211_ratectl_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376592
    },
    "ieee80211_ratectl_sysctl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376672
    },
    "ieee80211_ratectl_sysctl_stats_node_iter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376912
    },
    "ieee80211_ratectl_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577376400
    },
    "ieee80211_rateset_11a": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rateset"
      },
      "address": 18446744071584034800
    },
    "ieee80211_rateset_11b": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rateset"
      },
      "address": 18446744071584035024
    },
    "ieee80211_rateset_11g": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rateset"
      },
      "address": 18446744071584034064
    },
    "ieee80211_rateset_half": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rateset"
      },
      "address": 18446744071584034624
    },
    "ieee80211_rateset_quarter": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rateset"
      },
      "address": 18446744071584034480
    },
    "ieee80211_raw_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577339488
    },
    "ieee80211_reason_to_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362384
    },
    "ieee80211_recv_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577180192
    },
    "ieee80211_recv_action_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179888
    },
    "ieee80211_recv_action_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577180032
    },
    "ieee80211_recv_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577244288
    },
    "ieee80211_recv_bar_ena": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609852556
    },
    "ieee80211_recv_pspoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577228048
    },
    "ieee80211_regdomain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_regdomain_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377376
    },
    "ieee80211_regdomain_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377520
    },
    "ieee80211_regdomain_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377584
    },
    "ieee80211_regdomain_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377600
    },
    "ieee80211_reset_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317984
    },
    "ieee80211_reset_erp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577368528
    },
    "ieee80211_restart_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577373360
    },
    "ieee80211_resume_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577373152
    },
    "ieee80211_rssadapt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_sanitize_rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577340560
    },
    "ieee80211_scan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_scan_assoc_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384176
    },
    "ieee80211_scan_assoc_success": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384128
    },
    "ieee80211_scan_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577381984
    },
    "ieee80211_scan_copy_ssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382912
    },
    "ieee80211_scan_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382016
    },
    "ieee80211_scan_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577383840
    },
    "ieee80211_scan_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384272
    },
    "ieee80211_scan_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384224
    },
    "ieee80211_scan_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577383808
    },
    "ieee80211_scan_pickchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384320
    },
    "ieee80211_scan_sta.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_scan_sw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_scan_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384096
    },
    "ieee80211_scan_update_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382800
    },
    "ieee80211_scan_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382032
    },
    "ieee80211_scan_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382256
    },
    "ieee80211_scanner_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382448
    },
    "ieee80211_scanner_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382512
    },
    "ieee80211_scanner_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382544
    },
    "ieee80211_scanner_unregister_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382592
    },
    "ieee80211_scanreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577291776
    },
    "ieee80211_send_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179744
    },
    "ieee80211_send_action_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179440
    },
    "ieee80211_send_action_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179584
    },
    "ieee80211_send_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577249488
    },
    "ieee80211_send_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577266944
    },
    "ieee80211_send_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577346336
    },
    "ieee80211_send_nulldata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577342688
    },
    "ieee80211_send_probereq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577345072
    },
    "ieee80211_send_proberesp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577351360
    },
    "ieee80211_send_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577341408
    },
    "ieee80211_set_mcsset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577254000
    },
    "ieee80211_set_tim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359296
    },
    "ieee80211_setbasicrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577369152
    },
    "ieee80211_setcurchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577323280
    },
    "ieee80211_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577162656
    },
    "ieee80211_setregdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577379232
    },
    "ieee80211_setup_basic_htrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577248400
    },
    "ieee80211_setup_htrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577248048
    },
    "ieee80211_setup_rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577266752
    },
    "ieee80211_setup_vht_rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409920
    },
    "ieee80211_setupcurchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577322816
    },
    "ieee80211_sort_channels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577378080
    },
    "ieee80211_sta.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_sta_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577395216
    },
    "ieee80211_sta_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577395328
    },
    "ieee80211_sta_join": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577323392
    },
    "ieee80211_sta_join1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577321312
    },
    "ieee80211_sta_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577325056
    },
    "ieee80211_sta_ps_timer_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362256
    },
    "ieee80211_sta_pwrsave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359808
    },
    "ieee80211_sta_tim_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362048
    },
    "ieee80211_start_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577371808
    },
    "ieee80211_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577370928
    },
    "ieee80211_start_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577382976
    },
    "ieee80211_state_name": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609877232
    },
    "ieee80211_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577372096
    },
    "ieee80211_stop_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577372336
    },
    "ieee80211_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577371984
    },
    "ieee80211_suspend_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577372736
    },
    "ieee80211_swbmiss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577373552
    },
    "ieee80211_swscan_add_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577408112
    },
    "ieee80211_swscan_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577404240
    },
    "ieee80211_swscan_bg_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577407248
    },
    "ieee80211_swscan_cancel_anyscan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577407744
    },
    "ieee80211_swscan_cancel_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577407728
    },
    "ieee80211_swscan_check_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406944
    },
    "ieee80211_swscan_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406400
    },
    "ieee80211_swscan_probe_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577407904
    },
    "ieee80211_swscan_scan_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577407808
    },
    "ieee80211_swscan_scan_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577407776
    },
    "ieee80211_swscan_set_scan_duration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406688
    },
    "ieee80211_swscan_start_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406720
    },
    "ieee80211_swscan_start_scan_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577408448
    },
    "ieee80211_swscan_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406544
    },
    "ieee80211_swscan_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406560
    },
    "ieee80211_sync_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577322352
    },
    "ieee80211_syncflag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577168800
    },
    "ieee80211_syncflag_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577169520
    },
    "ieee80211_syncflag_ht": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577169040
    },
    "ieee80211_syncflag_vht": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577169280
    },
    "ieee80211_sysctl_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220912
    },
    "ieee80211_sysctl_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220928
    },
    "ieee80211_sysctl_inact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222112
    },
    "ieee80211_sysctl_msecs_ticks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220720
    },
    "ieee80211_sysctl_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222048
    },
    "ieee80211_sysctl_radar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222288
    },
    "ieee80211_sysctl_vap_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222208
    },
    "ieee80211_sysctl_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220944
    },
    "ieee80211_sysctl_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577222464
    },
    "ieee80211_tmp_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577325840
    },
    "ieee80211_turboa_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609867516
    },
    "ieee80211_turbog_table": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rate_table"
      },
      "address": 18446744071609865208
    },
    "ieee80211_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577357888
    },
    "ieee80211_tx_mgt_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577349152
    },
    "ieee80211_tx_mgt_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577358048
    },
    "ieee80211_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577323328
    },
    "ieee80211_update_ps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577359280
    },
    "ieee80211_vap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577165104
    },
    "ieee80211_vap_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577220640
    },
    "ieee80211_vap_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577167504
    },
    "ieee80211_vap_pkt_send_dest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577334224
    },
    "ieee80211_vap_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577339472
    },
    "ieee80211_vap_reset_erp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577368224
    },
    "ieee80211_vap_set_shortslottime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577368464
    },
    "ieee80211_vap_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577164256
    },
    "ieee80211_vap_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577338624
    },
    "ieee80211_vap_update_erp_protmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577368576
    },
    "ieee80211_vap_update_ht_protmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577368608
    },
    "ieee80211_vap_update_preamble": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577368544
    },
    "ieee80211_vap_xmitpkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224464
    },
    "ieee80211_vht.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_vht_adjust_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412064
    },
    "ieee80211_vht_announce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409392
    },
    "ieee80211_vht_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409248
    },
    "ieee80211_vht_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409264
    },
    "ieee80211_vht_get_vhtcap_ie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409984
    },
    "ieee80211_vht_get_vhtflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577247136
    },
    "ieee80211_vht_get_vhtinfo_ie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412336
    },
    "ieee80211_vht_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412368
    },
    "ieee80211_vht_node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409664
    },
    "ieee80211_vht_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409648
    },
    "ieee80211_vht_node_join": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409952
    },
    "ieee80211_vht_node_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409968
    },
    "ieee80211_vht_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409936
    },
    "ieee80211_vht_update_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577411952
    },
    "ieee80211_vht_updateparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409808
    },
    "ieee80211_vht_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409280
    },
    "ieee80211_vht_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409376
    },
    "ieee80211_waitfor_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577370768
    },
    "ieee80211_wds.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211_wds_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412544
    },
    "ieee80211_wds_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412640
    },
    "ieee80211_wme_acnames": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609877296
    },
    "ieee80211_wme_ic_getparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577370672
    },
    "ieee80211_wme_initparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577369392
    },
    "ieee80211_wme_updateparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577370464
    },
    "ieee80211_wme_updateparams_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577370096
    },
    "ieee80211_wme_updateparams_locked.aggrParam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585252720
    },
    "ieee80211_wme_updateparams_locked.logCwMin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585252832
    },
    "ieee80211_wme_vap_ac_is_noack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577370720
    },
    "ieee80211_wme_vap_getparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577370608
    },
    "ieee80211_xauth.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee80211broadcastaddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585236524
    },
    "ieee8023ad_lacp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ieee_sgc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI25_IEEE_SGE_CHAIN64"
        }
      },
      "address": 0
    },
    "ieee_sge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_IEEE_SGE_SIMPLE64"
        }
      },
      "address": 0
    },
    "ieee_sge_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ieee_sgl_func_list": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ieeerate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ieeerates": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585237488
    },
    "ieend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "iefrm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "iefrm_t": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ielen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ier": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ieslen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iev": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_radio_event"
      },
      "address": 0
    },
    "if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_addgroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576828768
    },
    "if_addmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576841968
    },
    "if_ae.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_age.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_alc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ale.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_allmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576848144
    },
    "if_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576823408
    },
    "if_alloc_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576822288
    },
    "if_alloc_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576822352
    },
    "if_allocdescr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576839648
    },
    "if_allocmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576848448
    },
    "if_altq_is_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854688
    },
    "if_ath.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_alq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_btcoex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_btcoex_mci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_descdma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_keycache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_lna_div.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_pci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608354432
    },
    "if_ath_pci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608354408
    },
    "if_ath_pci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608354272
    },
    "if_ath_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_rx_edma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_spectral.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_sysctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_tdma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_tx_edma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ath_tx_ht.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576824240
    },
    "if_attach_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576824256
    },
    "if_attachdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576857312
    },
    "if_attachdomain1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576856960
    },
    "if_aue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_axe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_axgbe_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_axge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bce.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bfe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bnxt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bpfmtap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854080
    },
    "if_bridge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bridgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823584
    },
    "if_bwi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bwi_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_bypass.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_capint_to_capnv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835712
    },
    "if_capnv_to_capint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835536
    },
    "if_cas.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_cdce.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_clearhwassist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851184
    },
    "if_clone.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_clone_addif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886944
    },
    "if_clone_advanced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576889888
    },
    "if_clone_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576888032
    },
    "if_clone_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576888752
    },
    "if_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886272
    },
    "if_clone_createif_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576885632
    },
    "if_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576887184
    },
    "if_clone_destroyif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576887424
    },
    "if_clone_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576889344
    },
    "if_clone_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576891104
    },
    "if_clone_restoregroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576891648
    },
    "if_clone_simple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576890336
    },
    "if_cloners_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609824128
    },
    "if_cloners_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823920
    },
    "if_cloners_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823944
    },
    "if_cloners_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613050696
    },
    "if_com_alloc": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071613046448
    },
    "if_com_free": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071613048496
    },
    "if_cue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_data_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576831744
    },
    "if_dc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_dead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893024
    },
    "if_dead.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_delallmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576849104
    },
    "if_delgroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576830304
    },
    "if_delmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576843152
    },
    "if_delmulti_ifma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576849280
    },
    "if_delmulti_ifma_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576849296
    },
    "if_delmulti_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576848768
    },
    "if_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853424
    },
    "if_deregister_com_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850432
    },
    "if_destroymulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576848368
    },
    "if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576826400
    },
    "if_detach_event_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613059152
    },
    "if_detach_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576826960
    },
    "if_detached_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577735520
    },
    "if_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576834192
    },
    "if_em.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_enc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_encmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825176
    },
    "if_epochalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576857280
    },
    "if_et.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ether.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_etherbpfmtap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854096
    },
    "if_ethersubr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_fdir.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_findmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576841840
    },
    "if_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "if_fmt": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "if_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851536
    },
    "if_foreach_addr_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852800
    },
    "if_foreach_lladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852384
    },
    "if_foreach_llmaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852656
    },
    "if_foreach_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851648
    },
    "if_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576823424
    },
    "if_free_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576823728
    },
    "if_freedescr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576839680
    },
    "if_freemulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576848336
    },
    "if_fxp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_gem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_gem_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_get_counter_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576831680
    },
    "if_getaddrlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854784
    },
    "if_getafdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854736
    },
    "if_getalloctype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850992
    },
    "if_getamcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853184
    },
    "if_getbaudrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850528
    },
    "if_getbpf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854800
    },
    "if_getbroadcastaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854624
    },
    "if_getcapabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850592
    },
    "if_getcapabilities2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850704
    },
    "if_getcapenable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850880
    },
    "if_getcapenable2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850912
    },
    "if_getcounter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854672
    },
    "if_getdescr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850976
    },
    "if_getdname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850768
    },
    "if_getdrvflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851088
    },
    "if_getdunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850928
    },
    "if_getfib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854768
    },
    "if_getflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851168
    },
    "if_gethandle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854064
    },
    "if_gethwaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576844064
    },
    "if_gethwassist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851296
    },
    "if_gethwtsomax": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854208
    },
    "if_gethwtsomaxsegcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854224
    },
    "if_gethwtsomaxsegsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854240
    },
    "if_getidxgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850960
    },
    "if_getifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853168
    },
    "if_getindex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850944
    },
    "if_getinputfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854288
    },
    "if_getl2com": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854832
    },
    "if_getlinkstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854608
    },
    "if_getlladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854032
    },
    "if_getllsoftc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854576
    },
    "if_getmaclabel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854528
    },
    "if_getmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851360
    },
    "if_getmtu_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851376
    },
    "if_getnetmapadapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853264
    },
    "if_getnumadomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854656
    },
    "if_getpcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854816
    },
    "if_getsoftc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853072
    },
    "if_getstartfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854352
    },
    "if_gettransmitfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854384
    },
    "if_gettype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854560
    },
    "if_getvlantrunk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854144
    },
    "if_getvnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854720
    },
    "if_getvtag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853120
    },
    "if_gif.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_gifmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827104
    },
    "if_gre.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_gremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827888
    },
    "if_handoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850048
    },
    "if_hn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_hw_tsomax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "if_hw_tsomax_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576825488
    },
    "if_hw_tsomax_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576825568
    },
    "if_hw_tsomaxsegcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "if_hw_tsomaxsegsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "if_iavf_iflib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ice_iflib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_igc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_inc_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576831712
    },
    "if_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046312
    },
    "if_indexlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609822112
    },
    "if_infiniband.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_infinibandmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610005152
    },
    "if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853312
    },
    "if_init_idxtable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576855008
    },
    "if_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821536
    },
    "if_initname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576849776
    },
    "if_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853344
    },
    "if_input_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576856848
    },
    "if_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853408
    },
    "if_ipsec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ipw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iter_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852368
    },
    "if_iter_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852336
    },
    "if_iter_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852256
    },
    "if_iwi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_7000.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_8000.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_9000.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_9260.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_binding.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_mac_ctxt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_notif_wait.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_pcie_trans.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_phy_ctxt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_phy_db.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_scan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_sf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_sta.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_time_event.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwm_util.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_iwn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ixl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ixv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_jme.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_kue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_lagg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_laggmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829288
    },
    "if_le_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_lge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_link_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576834128
    },
    "if_lladdr_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851440
    },
    "if_llatbl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_llmaddr_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852528
    },
    "if_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576849840
    },
    "if_lomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829768
    },
    "if_loop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_maddr_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852624
    },
    "if_malo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_malo_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_malohal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_media.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_mib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_mos.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_msk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_mwl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_mwl_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_mxge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071576849760
    },
    "if_nfe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_nge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_notifymtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576841808
    },
    "if_pflog.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_pfsync.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576839456
    },
    "if_ptnet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_purgeaddrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576825648
    },
    "if_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576834864
    },
    "if_ral_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_re.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576824000
    },
    "if_register_com_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850400
    },
    "if_rele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576824048
    },
    "if_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576839872
    },
    "if_requestencap_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576856864
    },
    "if_resolvemulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853376
    },
    "if_rl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rsu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_calib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_efuse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_task.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rtwn_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_rum.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_run.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_sendq_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853136
    },
    "if_sendq_prepend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853952
    },
    "if_setbaudrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850496
    },
    "if_setbroadcastaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854640
    },
    "if_setcapabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850544
    },
    "if_setcapabilities2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850656
    },
    "if_setcapabilities2bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850672
    },
    "if_setcapabilitiesbit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850560
    },
    "if_setcapenable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850608
    },
    "if_setcapenable2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850720
    },
    "if_setcapenable2bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850736
    },
    "if_setcapenablebit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850624
    },
    "if_setdebugnet_methods": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854512
    },
    "if_setdescr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576839712
    },
    "if_setdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851040
    },
    "if_setdname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850784
    },
    "if_setdrvflagbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851056
    },
    "if_setdrvflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851104
    },
    "if_setflagbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851136
    },
    "if_setflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851120
    },
    "if_setgetcounterfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854464
    },
    "if_sethwassist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851264
    },
    "if_sethwassistbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851216
    },
    "if_sethwtsomax": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854160
    },
    "if_sethwtsomaxsegcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854176
    },
    "if_sethwtsomaxsegsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854192
    },
    "if_setifheaderlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854016
    },
    "if_setinitfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854256
    },
    "if_setinputfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854272
    },
    "if_setioctlfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854304
    },
    "if_setlastchange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851008
    },
    "if_setlladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576843520
    },
    "if_setllsoftc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854592
    },
    "if_setmaclabel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854544
    },
    "if_setmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851344
    },
    "if_setname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850800
    },
    "if_setnetmapadapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853248
    },
    "if_setoutputfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854320
    },
    "if_setqflushfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854400
    },
    "if_setratelimitqueryfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854496
    },
    "if_setrcvif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853088
    },
    "if_setreassignfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854480
    },
    "if_setsendqlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853216
    },
    "if_setsendqready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853200
    },
    "if_setsndtagallocfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854416
    },
    "if_setsoftc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853056
    },
    "if_setstartfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854336
    },
    "if_settransmitfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854368
    },
    "if_setvtag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853104
    },
    "if_sge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_simloop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576938016
    },
    "if_siocaddmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576856432
    },
    "if_sis.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_sk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854432
    },
    "if_sriov.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850032
    },
    "if_stat_in_mod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "if_stat_mailbox": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cmd_mailbox"
        }
      },
      "address": 0
    },
    "if_ste.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_stge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_tapmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831928
    },
    "if_ti.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_togglecapenable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850864
    },
    "if_togglecapenable2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576850896
    },
    "if_togglehwassist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576851312
    },
    "if_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853360
    },
    "if_transmit_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576856496
    },
    "if_try_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576822176
    },
    "if_tunmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831832
    },
    "if_tunnel_check_nesting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576849520
    },
    "if_tuntap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_tuntapmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831736
    },
    "if_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "if_uath.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_udav.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_unlink_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576826592
    },
    "if_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576834528
    },
    "if_upgt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_upgt_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609422072
    },
    "if_upgt_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609422048
    },
    "if_upgt_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609421888
    },
    "if_ural.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_urtw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_vge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_vlan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_vlancap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854112
    },
    "if_vlanmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609833232
    },
    "if_vlantrunkinuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853280
    },
    "if_vmove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576855648
    },
    "if_vmove_loan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576841040
    },
    "if_vmx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_vr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_vte.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_vtnet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_wpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_xl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "if_zyd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ifa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifaddr"
        }
      },
      "address": 0
    },
    "ifa6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "ifa_add_loopback_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577125232
    },
    "ifa_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832128
    },
    "ifa_del_loopback_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577125808
    },
    "ifa_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832400
    },
    "ifa_fbsd_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585313376
    },
    "ifa_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ifa_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576826336
    },
    "ifa_ifwithaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832480
    },
    "ifa_ifwithaddr_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832672
    },
    "ifa_ifwithbroadaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832752
    },
    "ifa_ifwithdstaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832960
    },
    "ifa_ifwithnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576833152
    },
    "ifa_ifwithroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577073264
    },
    "ifa_is_p2p": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578029440
    },
    "ifa_iter_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853040
    },
    "ifa_iter_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576853008
    },
    "ifa_iter_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576852944
    },
    "ifa_maintain_loopback_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577125264
    },
    "ifa_maybe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifaddr"
        }
      },
      "address": 0
    },
    "ifa_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585313328
    },
    "ifa_preferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576833632
    },
    "ifa_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832320
    },
    "ifa_switch_loopback_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577125840
    },
    "ifa_try_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576832352
    },
    "ifaaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "iface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_interface"
        }
      },
      "address": 0
    },
    "iface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iface_bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iface_drivers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iface_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "iface_no": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "iface_no_curr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "iface_parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_interface"
        }
      },
      "address": 0
    },
    "iface_valid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ifaceno": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ifacount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ifaddr_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144248
    },
    "ifaddr_event_ext_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713424
    },
    "ifaddr_event_ext_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609915552
    },
    "ifaddr_event_ext_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613059096
    },
    "ifaddr_evhandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610625872
    },
    "ifam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifa_msghdr"
        }
      },
      "address": 0
    },
    "ifam32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifa_msghdrl32"
        }
      },
      "address": 0
    },
    "ifamsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifaddrmsg"
        }
      },
      "address": 0
    },
    "ifan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_announcemsghdr"
        }
      },
      "address": 0
    },
    "ifaof_ifpforaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576833712
    },
    "ifasize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ifattach_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144232
    },
    "ifc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 0
    },
    "ifc1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 0
    },
    "ifc32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifconf32"
        }
      },
      "address": 0
    },
    "ifc_advanced_create_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576890240
    },
    "ifc_advanced_destroy_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576890304
    },
    "ifc_alloc_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576892304
    },
    "ifc_alloc_unit_specific": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576892400
    },
    "ifc_attach_cloner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576887600
    },
    "ifc_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576892848
    },
    "ifc_create_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576885296
    },
    "ifc_create_ifp_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886192
    },
    "ifc_create_ifp_nl_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576892912
    },
    "ifc_detach_cloner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576889328
    },
    "ifc_dump_ifp_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886704
    },
    "ifc_dump_ifp_nl_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576888448
    },
    "ifc_find_cloner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886512
    },
    "ifc_find_cloner_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576885440
    },
    "ifc_free_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576892656
    },
    "ifc_link_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886768
    },
    "ifc_modify_ifp_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886432
    },
    "ifc_modify_ifp_nl_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576892976
    },
    "ifc_name": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ifc_name2unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576892160
    },
    "ifc_simple_create_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576890880
    },
    "ifc_simple_destroy_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576891056
    },
    "ifc_simple_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576888304
    },
    "ifc_unlink_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576886960
    },
    "ifcap2_nv_bit_names": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ifcap_nv_bit_name"
        }
      },
      "address": 18446744071585226720
    },
    "ifcap_nv_bit_names": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ifcap_nv_bit_name"
        }
      },
      "address": 18446744071585226208
    },
    "ifcifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifdrv"
        }
      },
      "address": 0
    },
    "ifd32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifdrv32"
        }
      },
      "address": 0
    },
    "ifd_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ifd_new": {
      "type": {
        "kind": "struct",
        "name": "ifc_data"
      },
      "address": 0
    },
    "ifdead_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893312
    },
    "ifdead_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893184
    },
    "ifdead_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893216
    },
    "ifdead_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893152
    },
    "ifdead_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893264
    },
    "ifdead_ratelimit_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893344
    },
    "ifdead_resolvemulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893232
    },
    "ifdead_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893328
    },
    "ifdead_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893200
    },
    "ifdead_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893280
    },
    "ifdescr_maxlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609821704
    },
    "ifdescr_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613046408
    },
    "ifdescr_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609821928
    },
    "ifdescr_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609820784
    },
    "ifdescr_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609820808
    },
    "ifdetach_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144240
    },
    "ifdetach_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613051144
    },
    "ifdi_admin_completion_handle_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834136
    },
    "ifdi_attach_post_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833704
    },
    "ifdi_attach_pre_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833680
    },
    "ifdi_crcstrip_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834256
    },
    "ifdi_debug_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834712
    },
    "ifdi_detach_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833776
    },
    "ifdi_get_counter_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834448
    },
    "ifdi_i2c_req_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834496
    },
    "ifdi_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ifdi_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833944
    },
    "ifdi_intr_disable_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834040
    },
    "ifdi_intr_enable_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834016
    },
    "ifdi_iov_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834304
    },
    "ifdi_iov_uninit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834328
    },
    "ifdi_iov_vf_add_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834352
    },
    "ifdi_led_func_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834616
    },
    "ifdi_link_intr_enable_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834112
    },
    "ifdi_media_change_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834424
    },
    "ifdi_media_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834208
    },
    "ifdi_media_status_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834400
    },
    "ifdi_msix_intr_assign_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833992
    },
    "ifdi_mtu_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834184
    },
    "ifdi_multi_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834160
    },
    "ifdi_needs_restart_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834736
    },
    "ifdi_priv_ioctl_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834472
    },
    "ifdi_promisc_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834232
    },
    "ifdi_queues_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833920
    },
    "ifdi_reinit_post_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833752
    },
    "ifdi_reinit_pre_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833728
    },
    "ifdi_resume_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833848
    },
    "ifdi_rx_queue_intr_enable_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834064
    },
    "ifdi_rx_queues_alloc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833896
    },
    "ifdi_rxq_setup_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834544
    },
    "ifdi_shutdown_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833824
    },
    "ifdi_stop_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833968
    },
    "ifdi_suspend_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833800
    },
    "ifdi_sysctl_int_delay_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834688
    },
    "ifdi_timer_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834568
    },
    "ifdi_tx_queue_intr_enable_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834088
    },
    "ifdi_tx_queues_alloc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609833872
    },
    "ifdi_txq_setup_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834520
    },
    "ifdi_update_admin_status_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834376
    },
    "ifdi_vflr_handle_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834280
    },
    "ifdi_vlan_register_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834640
    },
    "ifdi_vlan_unregister_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834664
    },
    "ifdi_watchdog_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609834592
    },
    "ifdip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iflib_dma_info"
        }
      },
      "address": 0
    },
    "ifdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifdownreason"
        }
      },
      "address": 0
    },
    "ife": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmedia_entry"
        }
      },
      "address": 0
    },
    "ifepochalloc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821656
    },
    "ifevent_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613051160
    },
    "iffam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iffam"
        }
      },
      "address": 0
    },
    "iffound": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ifg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifg_group"
        }
      },
      "address": 0
    },
    "ifg_members": {
      "type": {
        "kind": "struct",
        "name": "unnamed_00221f82f89644c9"
      },
      "address": 0
    },
    "ifgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifg_list"
        }
      },
      "address": 0
    },
    "ifgm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifg_member"
        }
      },
      "address": 0
    },
    "ifgp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifg_req"
        }
      },
      "address": 0
    },
    "ifgr32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifgroupreq32"
        }
      },
      "address": 0
    },
    "ifgrq": {
      "type": {
        "kind": "struct",
        "name": "ifg_req"
      },
      "address": 0
    },
    "ifh": {
      "type": {
        "kind": "struct",
        "name": "ifid"
      },
      "address": 0
    },
    "ifhwioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835856
    },
    "ifidlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ifindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ifindex_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifindex_entry"
        }
      },
      "address": 18446744071613046320
    },
    "ifinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifinfomsg"
        }
      },
      "address": 0
    },
    "ifioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576844144
    },
    "ifir_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iflib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iflib_add_device_sysctl_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576998272
    },
    "iflib_add_int_delay_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011456
    },
    "iflib_add_pfil": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577000608
    },
    "iflib_admin_intr_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577010976
    },
    "iflib_altq_if_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577036000
    },
    "iflib_altq_if_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577036384
    },
    "iflib_completed_tx_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577026304
    },
    "iflib_config_gtask_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011136
    },
    "iflib_config_gtask_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011088
    },
    "iflib_cpu_offset_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609836136
    },
    "iflib_cpu_offset_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609835504
    },
    "iflib_cpu_offset_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609835528
    },
    "iflib_crcstrip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609835576
    },
    "iflib_ctx_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sx"
        }
      },
      "address": 0
    },
    "iflib_ctx_lock_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011792
    },
    "iflib_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577022352
    },
    "iflib_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577022128
    },
    "iflib_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071609836032
    },
    "iflib_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577022784
    },
    "iflib_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577022608
    },
    "iflib_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577002912
    },
    "iflib_device_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577003104
    },
    "iflib_device_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577003312
    },
    "iflib_device_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577005856
    },
    "iflib_device_iov_add_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577007072
    },
    "iflib_device_iov_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577006624
    },
    "iflib_device_iov_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577006864
    },
    "iflib_device_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983904
    },
    "iflib_device_probe_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576984608
    },
    "iflib_device_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576984640
    },
    "iflib_device_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577006304
    },
    "iflib_device_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577006096
    },
    "iflib_device_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577005888
    },
    "iflib_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983120
    },
    "iflib_dma_alloc_align": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982656
    },
    "iflib_dma_alloc_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983152
    },
    "iflib_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983616
    },
    "iflib_dma_free_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983424
    },
    "iflib_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577022976
    },
    "iflib_ether_pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577025936
    },
    "iflib_ether_pad.pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613051296
    },
    "iflib_fast_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577008656
    },
    "iflib_fast_intr_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577009776
    },
    "iflib_fast_intr_rxtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577009104
    },
    "iflib_fl_bufs_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577020400
    },
    "iflib_fl_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577020736
    },
    "iflib_free_intr_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577002656
    },
    "iflib_get_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982544
    },
    "iflib_get_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982560
    },
    "iflib_get_media": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982576
    },
    "iflib_get_rx_mbuf_sz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983888
    },
    "iflib_get_sctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982640
    },
    "iflib_get_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982528
    },
    "iflib_get_softc_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982624
    },
    "iflib_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576998176
    },
    "iflib_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577032992
    },
    "iflib_if_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577033152
    },
    "iflib_if_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577036704
    },
    "iflib_if_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577038688
    },
    "iflib_in_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576983744
    },
    "iflib_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577018656
    },
    "iflib_io_tqg_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011040
    },
    "iflib_iov_intr_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011008
    },
    "iflib_irq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577007312
    },
    "iflib_irq_alloc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577007648
    },
    "iflib_irq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577010528
    },
    "iflib_led_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577010608
    },
    "iflib_led_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577010672
    },
    "iflib_legacy_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576997520
    },
    "iflib_link_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011168
    },
    "iflib_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577038016
    },
    "iflib_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577038256
    },
    "iflib_min_tx_latency": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051240
    },
    "iflib_module_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011936
    },
    "iflib_moduledata": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609836080
    },
    "iflib_netmap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576997936
    },
    "iflib_netmap_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577017392
    },
    "iflib_netmap_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577017120
    },
    "iflib_netmap_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577016720
    },
    "iflib_netmap_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577015648
    },
    "iflib_netmap_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577017632
    },
    "iflib_netmap_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577014176
    },
    "iflib_no_tx_batch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051244
    },
    "iflib_num_rx_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iflib_num_tx_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iflib_override_queue_count": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "iflib_remove_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577026176
    },
    "iflib_request_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011808
    },
    "iflib_rx_intr_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577010928
    },
    "iflib_rx_miss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051232
    },
    "iflib_rx_miss_bufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051236
    },
    "iflib_rx_structures_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577001856
    },
    "iflib_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577026912
    },
    "iflib_set_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982592
    },
    "iflib_softirq_alloc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577009856
    },
    "iflib_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577004672
    },
    "iflib_sysctl_int_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577011584
    },
    "iflib_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577012160
    },
    "iflib_timer_default": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609836104
    },
    "iflib_tqg_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577000720
    },
    "iflib_tx_intr_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577010880
    },
    "iflib_tx_structures_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577001008
    },
    "iflib_txd_db_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577025616
    },
    "iflib_txq_can_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577032688
    },
    "iflib_txq_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577031504
    },
    "iflib_txq_drain_always": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577031488
    },
    "iflib_txq_drain_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577031104
    },
    "iflib_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577037088
    },
    "iflib_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577037616
    },
    "iflibmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609834864
    },
    "iflink_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144256
    },
    "iflist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipsec_iflist"
        }
      },
      "address": 0
    },
    "iflladdr_event_eh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613140104
    },
    "iflladdr_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613058352
    },
    "iflp": {
      "type": {
        "kind": "struct",
        "name": "iflaggparam"
      },
      "address": 0
    },
    "ifm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmedia"
        }
      },
      "address": 0
    },
    "ifm32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_msghdr32"
        }
      },
      "address": 0
    },
    "ifma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmultiaddr"
        }
      },
      "address": 0
    },
    "ifmam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifma_msghdr"
        }
      },
      "address": 0
    },
    "ifmd": {
      "type": {
        "kind": "struct",
        "name": "ifmibdata"
      },
      "address": 0
    },
    "ifmedia_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948672
    },
    "ifmedia_baudrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576949536
    },
    "ifmedia_baudrate_descriptions": {
      "type": {
        "count": 132,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ifmedia_baudrate"
        }
      },
      "address": 18446744071585231696
    },
    "ifmedia_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948528
    },
    "ifmedia_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576949056
    },
    "ifmedia_list_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948784
    },
    "ifmedia_removeall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948576
    },
    "ifmedia_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576948960
    },
    "ifmp_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577040560
    },
    "ifmp_ring_check_drainage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577041680
    },
    "ifmp_ring_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577041040
    },
    "ifmp_ring_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577040912
    },
    "ifmp_ring_is_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577042416
    },
    "ifmp_ring_is_stalled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577042480
    },
    "ifmp_ring_reset_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577042336
    },
    "ifmr": {
      "type": {
        "kind": "struct",
        "name": "ifmediareq"
      },
      "address": 0
    },
    "ifmr32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmediareq32"
        }
      },
      "address": 0
    },
    "ifmsg_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585313280
    },
    "ifmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ifn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifname": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ifname_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ifnet_arrival_event_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577138080
    },
    "ifnet_arrival_event_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844808
    },
    "ifnet_arrival_event_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613057080
    },
    "ifnet_byindex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576821968
    },
    "ifnet_byindex_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576822048
    },
    "ifnet_byindexgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576822224
    },
    "ifnet_departure_event_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577997648
    },
    "ifnet_departure_event_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957104
    },
    "ifnet_departure_event_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613131216
    },
    "ifnet_detach_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609821976
    },
    "ifnet_detach_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821112
    },
    "ifnet_detach_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821136
    },
    "ifnet_detach_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613046360
    },
    "ifnet_event_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577625296
    },
    "ifnet_event_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609899664
    },
    "ifnet_event_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613058560
    },
    "ifnet_link_event_eh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613140112
    },
    "ifnet_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609821952
    },
    "ifnet_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821064
    },
    "ifnet_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821088
    },
    "ifnet_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613046328
    },
    "ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifp0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifp_dep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifp_ll6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "ifp_mcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ifp_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifp_parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifp_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "ifpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576847824
    },
    "ifps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ifnet"
          }
        }
      },
      "address": 0
    },
    "ifq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifaltq"
        }
      },
      "address": 0
    },
    "ifq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ifq_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576824224
    },
    "ifq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576824128
    },
    "ifqmaxlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609820832
    },
    "ifr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifreq"
        }
      },
      "address": 0
    },
    "ifr_buffer_get_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835392
    },
    "ifr_buffer_get_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835440
    },
    "ifr_data_get_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835488
    },
    "ifr_vf": {
      "type": {
        "kind": "struct",
        "name": "ifreq"
      },
      "address": 0
    },
    "ifra": {
      "type": {
        "kind": "struct",
        "name": "in6_aliasreq"
      },
      "address": 0
    },
    "ifrh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifrsshash"
        }
      },
      "address": 0
    },
    "ifrk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifrsskey"
        }
      },
      "address": 0
    },
    "ifrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifreq"
        }
      },
      "address": 0
    },
    "ifrup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ifreq_union"
        }
      },
      "address": 0
    },
    "ifs": {
      "type": {
        "kind": "struct",
        "name": "if_state"
      },
      "address": 0
    },
    "ifsd_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "ifstore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kif"
        }
      },
      "address": 0
    },
    "iftime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iftovt_tab": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "enum_vtype_uint8"
        }
      },
      "address": 18446744071609810752
    },
    "ifunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835264
    },
    "ifunit_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576835104
    },
    "ifv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifvlan"
        }
      },
      "address": 0
    },
    "ifv2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifvlan"
        }
      },
      "address": 0
    },
    "ifv_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "ifv_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613051168
    },
    "ig": {
      "type": {
        "kind": "struct",
        "name": "igmp_grouprec"
      },
      "address": 0
    },
    "igb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608456640
    },
    "igb_driver_version": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584753232
    },
    "igb_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608457088
    },
    "igb_if_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569197424
    },
    "igb_if_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569197024
    },
    "igb_if_methods": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584753248
    },
    "igb_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569197696
    },
    "igb_if_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569197808
    },
    "igb_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569202592
    },
    "igb_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569203424
    },
    "igb_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569202720
    },
    "igb_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569203232
    },
    "igb_isc_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569202384
    },
    "igb_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569201344
    },
    "igb_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569202240
    },
    "igb_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584751792
    },
    "igb_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608456592
    },
    "igb_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608456568
    },
    "igb_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608454424
    },
    "igb_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569197008
    },
    "igb_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071608456704
    },
    "igb_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071608457336
    },
    "igb_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igb_vendor_info_array": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071584751920
    },
    "igc_acquire_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651840
    },
    "igc_acquire_nvm_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646720
    },
    "igc_acquire_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639712
    },
    "igc_acquire_phy_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640176
    },
    "igc_acquire_swfw_sync_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569641712
    },
    "igc_api.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igc_base.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igc_check_alt_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647600
    },
    "igc_check_downshift_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569657376
    },
    "igc_check_for_copper_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569649728
    },
    "igc_check_for_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639296
    },
    "igc_check_for_link_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569644480
    },
    "igc_check_reset_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639584
    },
    "igc_check_reset_block_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655296
    },
    "igc_clear_hw_cntrs_base_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569648320
    },
    "igc_clear_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639184
    },
    "igc_clear_vfta_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647328
    },
    "igc_config_collision_dist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639472
    },
    "igc_config_collision_dist_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646912
    },
    "igc_config_fc_after_link_up_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569649840
    },
    "igc_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638640
    },
    "igc_debug_sbp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608487048
    },
    "igc_disable_crc_stripping": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760348
    },
    "igc_disable_pcie_master": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639456
    },
    "igc_disable_pcie_master_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651296
    },
    "igc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608486544
    },
    "igc_dump_rs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569660960
    },
    "igc_eee_setting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608487036
    },
    "igc_force_mac_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639280
    },
    "igc_force_mac_fc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569650592
    },
    "igc_free_pci_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569634928
    },
    "igc_get_auto_rd_done_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651200
    },
    "igc_get_bus_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639152
    },
    "igc_get_flash_presence_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569644144
    },
    "igc_get_hw_semaphore_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569650816
    },
    "igc_get_hw_semaphore_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569641904
    },
    "igc_get_phy_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655344
    },
    "igc_get_phy_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639744
    },
    "igc_get_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569633504
    },
    "igc_get_rs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569634752
    },
    "igc_get_speed_and_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639424
    },
    "igc_get_speed_and_duplex_copper_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569650704
    },
    "igc_hash_mc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639568
    },
    "igc_hash_mc_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647888
    },
    "igc_i225.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igc_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569619872
    },
    "igc_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569617024
    },
    "igc_if_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632496
    },
    "igc_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569624672
    },
    "igc_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608486976
    },
    "igc_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632176
    },
    "igc_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569625536
    },
    "igc_if_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569629488
    },
    "igc_if_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569629264
    },
    "igc_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569631536
    },
    "igc_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569631344
    },
    "igc_if_methods": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584779184
    },
    "igc_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569628576
    },
    "igc_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569631792
    },
    "igc_if_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569631088
    },
    "igc_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632528
    },
    "igc_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569630496
    },
    "igc_if_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569625520
    },
    "igc_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632352
    },
    "igc_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569630080
    },
    "igc_if_set_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569631872
    },
    "igc_if_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569624784
    },
    "igc_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569628512
    },
    "igc_if_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569624800
    },
    "igc_if_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632128
    },
    "igc_if_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632432
    },
    "igc_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569629648
    },
    "igc_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569630784
    },
    "igc_if_watchdog_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632144
    },
    "igc_init_function_pointers_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569645184
    },
    "igc_init_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639360
    },
    "igc_init_hw_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640272
    },
    "igc_init_hw_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569645904
    },
    "igc_init_mac_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646848
    },
    "igc_init_mac_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638688
    },
    "igc_init_mac_params_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569645264
    },
    "igc_init_nvm_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651440
    },
    "igc_init_nvm_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638720
    },
    "igc_init_nvm_params_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569645424
    },
    "igc_init_phy_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655008
    },
    "igc_init_phy_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638752
    },
    "igc_init_phy_params_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569645728
    },
    "igc_init_rx_addrs_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647488
    },
    "igc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569616816
    },
    "igc_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569660112
    },
    "igc_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569660880
    },
    "igc_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569660240
    },
    "igc_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569660688
    },
    "igc_isc_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569659904
    },
    "igc_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569658992
    },
    "igc_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569659824
    },
    "igc_mac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igc_max_interrupt_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608487044
    },
    "igc_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584778512
    },
    "igc_msix_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638464
    },
    "igc_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638448
    },
    "igc_null_link_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647232
    },
    "igc_null_lplu_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655264
    },
    "igc_null_mac_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647216
    },
    "igc_null_mng_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647248
    },
    "igc_null_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651552
    },
    "igc_null_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646896
    },
    "igc_null_phy_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655248
    },
    "igc_null_rar_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647296
    },
    "igc_null_read_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651536
    },
    "igc_null_read_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655232
    },
    "igc_null_set_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655216
    },
    "igc_null_update_mc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647264
    },
    "igc_null_write_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651680
    },
    "igc_null_write_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655280
    },
    "igc_null_write_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647280
    },
    "igc_nvm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608486496
    },
    "igc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608486472
    },
    "igc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608485104
    },
    "igc_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igc_phy_force_speed_duplex_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569656848
    },
    "igc_phy_has_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569656624
    },
    "igc_phy_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639776
    },
    "igc_phy_hw_reset_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569657392
    },
    "igc_poll_eerd_eewr_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651696
    },
    "igc_power_down_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640144
    },
    "igc_power_down_phy_copper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569657824
    },
    "igc_power_down_phy_copper_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640480
    },
    "igc_power_up_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640080
    },
    "igc_power_up_phy_copper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569657744
    },
    "igc_put_hw_semaphore_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651136
    },
    "igc_rar_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639504
    },
    "igc_rar_set_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647024
    },
    "igc_read_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639872
    },
    "igc_read_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569654592
    },
    "igc_read_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640016
    },
    "igc_read_nvm_eerd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569652256
    },
    "igc_read_nvm_srrd_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569642544
    },
    "igc_read_pba_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639904
    },
    "igc_read_pba_string_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569653984
    },
    "igc_read_phy_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639616
    },
    "igc_read_phy_reg_gpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569658448
    },
    "igc_read_phy_reg_mdic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655472
    },
    "igc_read_xmdio_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569658832
    },
    "igc_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569617008
    },
    "igc_release_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569652080
    },
    "igc_release_nvm_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646736
    },
    "igc_release_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639680
    },
    "igc_release_phy_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640224
    },
    "igc_release_swfw_sync_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569642304
    },
    "igc_reload_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639984
    },
    "igc_reload_nvm_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569651568
    },
    "igc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569635488
    },
    "igc_reset_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639328
    },
    "igc_reset_hw_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646448
    },
    "igc_rx_abs_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608487028
    },
    "igc_rx_fifo_flush_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640528
    },
    "igc_rx_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760344
    },
    "igc_rx_process_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608487088
    },
    "igc_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071608486592
    },
    "igc_set_d0_lplu_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639808
    },
    "igc_set_d0_lplu_state_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569645920
    },
    "igc_set_d3_lplu_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639840
    },
    "igc_set_d3_lplu_state_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569657024
    },
    "igc_set_d3_lplu_state_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646032
    },
    "igc_set_eee_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569646144
    },
    "igc_set_fc_watermarks_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569650480
    },
    "igc_set_flowcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569633392
    },
    "igc_set_flowcntl.input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608487040
    },
    "igc_set_flsw_flash_burst_counter_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569644192
    },
    "igc_set_lan_id_single_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647312
    },
    "igc_set_mac_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638784
    },
    "igc_setup_copper_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655888
    },
    "igc_setup_copper_link_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569642416
    },
    "igc_setup_init_funcs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638896
    },
    "igc_setup_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639392
    },
    "igc_setup_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569650160
    },
    "igc_shift_out_eec_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569653584
    },
    "igc_smart_pwr_down": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760352
    },
    "igc_standby_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569653392
    },
    "igc_sysctl_debug_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632800
    },
    "igc_sysctl_eee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569634832
    },
    "igc_sysctl_int_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569635248
    },
    "igc_sysctl_nvm_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569632544
    },
    "igc_sysctl_reg_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569638384
    },
    "igc_tx_abs_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608487032
    },
    "igc_tx_int_delay_dflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608487024
    },
    "igc_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071608487096
    },
    "igc_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igc_update_flash_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569643536
    },
    "igc_update_mc_addr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639248
    },
    "igc_update_mc_addr_list_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569648000
    },
    "igc_update_nvm_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639952
    },
    "igc_update_nvm_checksum_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569654880
    },
    "igc_update_nvm_checksum_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569643216
    },
    "igc_update_stats_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569636528
    },
    "igc_validate_mdi_setting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639536
    },
    "igc_validate_nvm_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639920
    },
    "igc_validate_nvm_checksum_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569654768
    },
    "igc_validate_nvm_checksum_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569643120
    },
    "igc_vendor_info_array": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071584778640
    },
    "igc_write_erase_flash_command_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569644240
    },
    "igc_write_nvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569640048
    },
    "igc_write_nvm_spi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569652496
    },
    "igc_write_nvm_srwr_i225": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569642720
    },
    "igc_write_phy_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639648
    },
    "igc_write_phy_reg_gpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569657904
    },
    "igc_write_phy_reg_mdic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569655680
    },
    "igc_write_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569639216
    },
    "igc_write_vfta_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569647424
    },
    "igc_write_xmdio_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569658288
    },
    "igi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "igmp_ifsoftc"
        }
      },
      "address": 0
    },
    "igi_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_igi_list"
        }
      },
      "address": 0
    },
    "igmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "igmp_report"
        }
      },
      "address": 0
    },
    "igmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "igmp_change_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577602512
    },
    "igmp_domifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577596736
    },
    "igmp_domifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577597584
    },
    "igmp_fasttimo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577612656
    },
    "igmp_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577597152
    },
    "igmp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577597872
    },
    "igmp_input_v1_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577598896
    },
    "igmp_input_v1_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577601600
    },
    "igmp_input_v2_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577599440
    },
    "igmp_input_v2_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577602064
    },
    "igmp_input_v3_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577600256
    },
    "igmp_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577610240
    },
    "igmp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609899032
    },
    "igmp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577611472
    },
    "igmp_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613058360
    },
    "igmp_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071585288000
    },
    "igmp_slowtimo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577612112
    },
    "igmp_v1v2_queue_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577606384
    },
    "igmp_v3_cancel_link_timers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577605984
    },
    "igmp_v3_enqueue_group_record": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577606848
    },
    "igmpfast_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613058464
    },
    "igmplen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "igmpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609898656
    },
    "igmpmsg": {
      "type": {
        "kind": "struct",
        "name": "igmpmsg"
      },
      "address": 18446744071609925240
    },
    "igmpreclen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "igmpslow_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613058400
    },
    "igmpv3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "igmpv3"
        }
      },
      "address": 0
    },
    "igmpv3len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ignore": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ignore_cb": {
      "type": {
        "kind": "struct",
        "name": "rtbridge"
      },
      "address": 18446744071609986512
    },
    "ignore_entry": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ignore_ifmsg_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362784
    },
    "ignore_limits": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ignore_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ignore_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609093840
    },
    "ignore_pci_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584915152
    },
    "ignore_pci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609093792
    },
    "ignore_pci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609093768
    },
    "ignore_pci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609093728
    },
    "ignore_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571626688
    },
    "ignore_route_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362768
    },
    "igotlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "igps0": {
      "type": {
        "kind": "struct",
        "name": "igmpstat"
      },
      "address": 0
    },
    "igu_ack": {
      "type": {
        "kind": "struct",
        "name": "igu_ack_register"
      },
      "address": 0
    },
    "igu_acked": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "igu_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "igu_addr_ack": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "igu_addr_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "igu_addr_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "igu_sb_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "igu_sb_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "igu_seg_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "igu_sp_sb_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ih": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "infiniband_header"
        }
      },
      "address": 0
    },
    "ihandle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ihandler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ihlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ihn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_handler"
        }
      },
      "address": 0
    },
    "ihp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_handler"
        }
      },
      "address": 0
    },
    "ihs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ii": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iic2errno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611744
    },
    "iic_recover_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569605680
    },
    "iic_recover_bus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iicbb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iicbb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569605952
    },
    "iicbb_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606640
    },
    "iicbb_callback_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484240
    },
    "iicbb_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606336
    },
    "iicbb_clockin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569609120
    },
    "iicbb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606304
    },
    "iicbb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608483856
    },
    "iicbb_getack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569609568
    },
    "iicbb_getscl_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484384
    },
    "iicbb_getsda_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484360
    },
    "iicbb_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iicbb_lkpi_iicbb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610002608
    },
    "iicbb_lkpi_iicbb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610002584
    },
    "iicbb_lkpi_iicbbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002344
    },
    "iicbb_methods": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584777680
    },
    "iicbb_post_xfer_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484288
    },
    "iicbb_pre_xfer_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484264
    },
    "iicbb_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606384
    },
    "iicbb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569605920
    },
    "iicbb_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569607120
    },
    "iicbb_repstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606768
    },
    "iicbb_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569607776
    },
    "iicbb_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484408
    },
    "iicbb_sendbit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569609936
    },
    "iicbb_sendbyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569609296
    },
    "iicbb_setscl_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484336
    },
    "iicbb_setsda_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484312
    },
    "iicbb_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606752
    },
    "iicbb_start_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569608208
    },
    "iicbb_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606784
    },
    "iicbb_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569608016
    },
    "iicbb_waitforscl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569608720
    },
    "iicbb_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569606992
    },
    "iicbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "iicbus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iicbus_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611152
    },
    "iicbus_add_child_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610912
    },
    "iicbus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611104
    },
    "iicbus_attach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610144
    },
    "iicbus_baseclasses": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "kobj_class"
          }
        }
      },
      "address": 18446744071608483712
    },
    "iicbus_block_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569614480
    },
    "iicbus_block_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569614080
    },
    "iicbus_callback_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484800
    },
    "iicbus_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610752
    },
    "iicbus_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610800
    },
    "iicbus_default_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611696
    },
    "iicbus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610560
    },
    "iicbus_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608484544
    },
    "iicbus_generic_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611024
    },
    "iicbus_get_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611632
    },
    "iicbus_get_frequency_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484992
    },
    "iicbus_get_resource_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611120
    },
    "iicbus_hinted_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611424
    },
    "iicbus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iicbus_iicbb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608484176
    },
    "iicbus_iicbb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608484152
    },
    "iicbus_iicbbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608484064
    },
    "iicbus_iichb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608484728
    },
    "iicbus_iichb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608484704
    },
    "iicbus_iichbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608484664
    },
    "iicbus_init_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610368
    },
    "iicbus_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611776
    },
    "iicbus_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484776
    },
    "iicbus_lkpi_iic_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610001992
    },
    "iicbus_lkpi_iic_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610001968
    },
    "iicbus_lkpi_iicmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001728
    },
    "iicbus_methods": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584777904
    },
    "iicbus_nosupport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611680
    },
    "iicbus_null_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611040
    },
    "iicbus_null_repeated_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611056
    },
    "iicbus_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611296
    },
    "iicbus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611072
    },
    "iicbus_probe_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610704
    },
    "iicbus_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569613536
    },
    "iicbus_read_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569613888
    },
    "iicbus_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484896
    },
    "iicbus_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610816
    },
    "iicbus_release_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569612528
    },
    "iicbus_repeated_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569613104
    },
    "iicbus_repeated_start_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484824
    },
    "iicbus_request_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569611904
    },
    "iicbus_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484944
    },
    "iicbus_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569612960
    },
    "iicbus_start_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484848
    },
    "iicbus_started": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569612944
    },
    "iicbus_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569613248
    },
    "iicbus_stop_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484872
    },
    "iicbus_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569614880
    },
    "iicbus_transfer_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484968
    },
    "iicbus_transfer_excl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569614976
    },
    "iicbus_transfer_gen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569615136
    },
    "iicbus_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569613360
    },
    "iicbus_write_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569613712
    },
    "iicbus_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608484920
    },
    "iicbus_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610864
    },
    "iicdev_readfrom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569616112
    },
    "iicdev_writeto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569616400
    },
    "iiconf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iif": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "iih": {
      "type": {
        "kind": "struct",
        "name": "icmp"
      },
      "address": 0
    },
    "iir": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ik": {
      "type": {
        "kind": "struct",
        "name": "ieee80211req_key"
      },
      "address": 0
    },
    "ikey": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ikring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "il": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "idr_layer"
        }
      },
      "address": 0
    },
    "ilen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ili": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ilimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ilk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "ill_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378104
    },
    "ill_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378148
    },
    "iln": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "idr_layer"
        }
      },
      "address": 0
    },
    "iloop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ilop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "ilr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ilt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_ilt"
        }
      },
      "address": 0
    },
    "ilt_cli": {
      "type": {
        "kind": "struct",
        "name": "ilt_client_info"
      },
      "address": 0
    },
    "ilt_client": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ilt_client_info"
        }
      },
      "address": 0
    },
    "im": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrt6msg"
        }
      },
      "address": 0
    },
    "im6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrt6msg"
        }
      },
      "address": 0
    },
    "im6f": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_mfilter"
        }
      },
      "address": 0
    },
    "im6f_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578074032
    },
    "im6f_get_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578074272
    },
    "im6f_graft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578072992
    },
    "im6f_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578072784
    },
    "im6f_prune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578074160
    },
    "im6f_reap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578073632
    },
    "im6f_rollback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578073264
    },
    "im6o": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_moptions"
        }
      },
      "address": 0
    },
    "im6o_match_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578056912
    },
    "im6o_match_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578057008
    },
    "im6o_mc_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578056656
    },
    "image_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "image_module": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "image_params": {
      "type": {
        "kind": "struct",
        "name": "image_params"
      },
      "address": 0
    },
    "imagebase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imagename": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "imagenum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "imagesize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imasks": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_0dcff362c9c1cb36"
        }
      },
      "address": 0
    },
    "imc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569788832
    },
    "ime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmedia_entry"
        }
      },
      "address": 0
    },
    "imem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "imemsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_mfilter"
        }
      },
      "address": 0
    },
    "imf_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577685456
    },
    "imf_get_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577685584
    },
    "imf_graft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577684448
    },
    "imf_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577670768
    },
    "imf_reap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577685056
    },
    "imf_rollback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577684688
    },
    "img_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "image_hdr"
        }
      },
      "address": 0
    },
    "imgact_elf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "imgact_elf32.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "imgact_shell.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "imgatt": {
      "type": {
        "kind": "struct",
        "name": "flash_img_attri"
      },
      "address": 0
    },
    "imgp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "image_params"
        }
      },
      "address": 0
    },
    "imm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "imm2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "imm64": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "imm_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imm_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_multi_mship"
        }
      },
      "address": 0
    },
    "immed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "immediate": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "immediate_sync": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "immhdrs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "imo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip_moptions"
        }
      },
      "address": 0
    },
    "imo_multi_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577665792
    },
    "imod2k": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iso_mnt"
        }
      },
      "address": 0
    },
    "implementation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "crypto_stream_chacha20_implementation"
        }
      },
      "address": 0
    },
    "imply_prot_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613299916
    },
    "imported_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altq_v1"
        }
      },
      "address": 0
    },
    "imr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211req_mesh_route"
        }
      },
      "address": 0
    },
    "ims": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_msource"
        }
      },
      "address": 0
    },
    "ims_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imstate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "imushp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "imush"
        }
      },
      "address": 0
    },
    "in": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "in.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "in4": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "in4_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578741136
    },
    "in4_cksum.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "in6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_addifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578020624
    },
    "in6_addrscope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578224336
    },
    "in6_all": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "in6_are_prefix_equal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578032928
    },
    "in6_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578040544
    },
    "in6_cksum.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_cksum_partial": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578039568
    },
    "in6_cksum_partial_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578039872
    },
    "in6_cksum_pseudo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578039296
    },
    "in6_clearscope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578225776
    },
    "in6_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578022368
    },
    "in6_control_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578018096
    },
    "in6_control_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613132320
    },
    "in6_control_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609957520
    },
    "in6_control_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957448
    },
    "in6_control_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957472
    },
    "in6_delayed_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578125792
    },
    "in6_detachhead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578084704
    },
    "in6_domifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578034464
    },
    "in6_domifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578035328
    },
    "in6_domifmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578035136
    },
    "in6_fib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_fib_algo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "in6_get_hw_ifid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578047072
    },
    "in6_get_hw_ifid.allone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609958232
    },
    "in6_get_hw_ifid.allzero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132360
    },
    "in6_get_tmpifid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578050928
    },
    "in6_get_unicast_scopeid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578225920
    },
    "in6_getlinkifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578226000
    },
    "in6_getpeeraddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578078608
    },
    "in6_getscope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578225856
    },
    "in6_getscopezone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578226016
    },
    "in6_getsockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578078432
    },
    "in6_gif.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_gif_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042848
    },
    "in6_gif_checkdup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578044880
    },
    "in6_gif_hashval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578046144
    },
    "in6_gif_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578045472
    },
    "in6_gif_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578046896
    },
    "in6_gif_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578044096
    },
    "in6_gif_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578046544
    },
    "in6_gif_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578045120
    },
    "in6_gif_setopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042752
    },
    "in6_gif_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578045616
    },
    "in6_gif_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578045952
    },
    "in6_gre_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578098544
    },
    "in6_gre_checkdup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578098256
    },
    "in6_gre_hashval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578103248
    },
    "in6_gre_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578102352
    },
    "in6_gre_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578101408
    },
    "in6_gre_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578103840
    },
    "in6_gre_lookup_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578102960
    },
    "in6_gre_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578102256
    },
    "in6_gre_setopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578098000
    },
    "in6_gre_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578102448
    },
    "in6_gre_udp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578103648
    },
    "in6_gre_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578102784
    },
    "in6_if2idlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578034320
    },
    "in6_if_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578033616
    },
    "in6_ifa_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "in6_ifadd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578215152
    },
    "in6_ifaddr_lock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071613132776
    },
    "in6_ifaddr_lock_args": {
      "type": {
        "kind": "struct",
        "name": "rm_args"
      },
      "address": 18446744071609971016
    },
    "in6_ifaddr_lock_rm_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970560
    },
    "in6_ifaddr_lock_rm_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970584
    },
    "in6_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578048400
    },
    "in6_ifattach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_ifattach_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578051808
    },
    "in6_ifattach_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578052160
    },
    "in6_ifattach_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958240
    },
    "in6_ifawithifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578033248
    },
    "in6_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578050464
    },
    "in6_ifdetach_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578050832
    },
    "in6_ifevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578036400
    },
    "in6_ifhasaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578032272
    },
    "in6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578036352
    },
    "in6_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957496
    },
    "in6_inithead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578084144
    },
    "in6_is_addr_deprecated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578032416
    },
    "in6_jail.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_joingroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578058672
    },
    "in6_joingroup_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578036208
    },
    "in6_joingroup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578058848
    },
    "in6_leavegroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578060592
    },
    "in6_leavegroup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578060752
    },
    "in6_lle_match_pub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578036192
    },
    "in6_lltable_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578036800
    },
    "in6_lltable_delete_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578037376
    },
    "in6_lltable_destroy_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578039136
    },
    "in6_lltable_destroy_lle_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578039232
    },
    "in6_lltable_dump_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578038064
    },
    "in6_lltable_fill_sa_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578038624
    },
    "in6_lltable_free_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578038688
    },
    "in6_lltable_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578034432
    },
    "in6_lltable_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578038576
    },
    "in6_lltable_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578036432
    },
    "in6_lltable_match_prefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578038736
    },
    "in6_lltable_post_resolved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578038864
    },
    "in6_localaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578031552
    },
    "in6_localip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578031792
    },
    "in6_localip_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578032016
    },
    "in6_losing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578080128
    },
    "in6_mapped_peeraddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578079008
    },
    "in6_mapped_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578078784
    },
    "in6_mask2len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578017808
    },
    "in6_matchlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578032640
    },
    "in6_mcast.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_mcast_loop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609959056
    },
    "in6_mcast_maxgrpsrc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609959512
    },
    "in6_mcast_maxsocksrc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609959816
    },
    "in6_multi_free_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613132368
    },
    "in6_multi_free_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609959768
    },
    "in6_multi_free_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958624
    },
    "in6_multi_free_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958648
    },
    "in6_multi_list_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613132448
    },
    "in6_multi_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578080096
    },
    "in6_multi_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609959744
    },
    "in6_multi_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958576
    },
    "in6_multi_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958600
    },
    "in6_multi_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613132416
    },
    "in6_multi_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609959792
    },
    "in6_multi_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958672
    },
    "in6_multi_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609958696
    },
    "in6_newaddrmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578017392
    },
    "in6_nigroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578047488
    },
    "in6_nigroup0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578047504
    },
    "in6_nigroup_oldmcprefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578048384
    },
    "in6_pcb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_pcbbind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578074816
    },
    "in6_pcbconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578076864
    },
    "in6_pcbdisconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578078096
    },
    "in6_pcblookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578081456
    },
    "in6_pcblookup_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578082720
    },
    "in6_pcblookup_hash_exact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578080608
    },
    "in6_pcblookup_hash_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578077600
    },
    "in6_pcblookup_hash_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578081488
    },
    "in6_pcblookup_lbgroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578080864
    },
    "in6_pcblookup_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578076176
    },
    "in6_pcblookup_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578082608
    },
    "in6_pcbnotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578079232
    },
    "in6_pcbpurgeif0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578079792
    },
    "in6_pcbsetport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578074640
    },
    "in6_prefixlen2mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578033072
    },
    "in6_prepare_ifra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578028432
    },
    "in6_proto.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_purge_proxy_ndp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578036000
    },
    "in6_purgeaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578028528
    },
    "in6_purgeifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578022160
    },
    "in6_purgemaddrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578051856
    },
    "in6_rmx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_rss.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_rtchange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578080368
    },
    "in6_selecthlim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578090272
    },
    "in6_selectroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578090672
    },
    "in6_selectsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578087056
    },
    "in6_selectsrc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578090480
    },
    "in6_selectsrc_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578086912
    },
    "in6_set_unicast_scopeid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578225984
    },
    "in6_setmaxmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578033824
    },
    "in6_setscope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578225440
    },
    "in6_sin6_2_sin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578035712
    },
    "in6_sin6_2_sin_in_sock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578035840
    },
    "in6_sin_2_v4mapsin6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578035760
    },
    "in6_sin_2_v4mapsin6_in_sock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578035872
    },
    "in6_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578078208
    },
    "in6_splitscope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578226064
    },
    "in6_src.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in6_src_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578091440
    },
    "in6_src_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578093424
    },
    "in6_subj": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "in6_tmp": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "in6_tmpaddrtimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578051472
    },
    "in6_tmpifadd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578212272
    },
    "in6_unlink_ifa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578027792
    },
    "in6_update_ifa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578022416
    },
    "in6_v4mapsin6_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578078320
    },
    "in6a": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "in6addr_any": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302016
    },
    "in6addr_linklocal_allnodes": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302064
    },
    "in6addr_linklocal_allrouters": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302080
    },
    "in6addr_linklocal_allv2routers": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302096
    },
    "in6addr_linklocal_pfsync_group": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585315512
    },
    "in6addr_loopback": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302032
    },
    "in6addr_nodelocal_allnodes": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302048
    },
    "in6if_do_dad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578033760
    },
    "in6ifa_ifpforlinklocal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578030192
    },
    "in6ifa_ifpwithaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578020496
    },
    "in6ifa_ifwithaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578030272
    },
    "in6ifa_llaonifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578030528
    },
    "in6loopback": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "in6m_clear_recorded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578057920
    },
    "in6m_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578058496
    },
    "in6m_disconnect_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578057488
    },
    "in6m_free_list": {
      "type": {
        "kind": "struct",
        "name": "in6_multi_head"
      },
      "address": 18446744071613132400
    },
    "in6m_free_list.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132400
    },
    "in6m_free_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609959432
    },
    "in6m_free_tmp": {
      "type": {
        "kind": "struct",
        "name": "in6_multi_head"
      },
      "address": 0
    },
    "in6m_get_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578072352
    },
    "in6m_lookup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578057120
    },
    "in6m_merge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578061184
    },
    "in6m_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578058656
    },
    "in6m_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578071952
    },
    "in6m_record_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578058064
    },
    "in6m_release_list_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578057232
    },
    "in6m_release_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578071488
    },
    "in6m_release_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578057456
    },
    "in6m_release_wait_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609959824
    },
    "in6m_sol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_multi"
        }
      },
      "address": 0
    },
    "in6mask0": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302112
    },
    "in6mask128": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302176
    },
    "in6mask32": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302128
    },
    "in6mask64": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302144
    },
    "in6mask96": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 18446744071585302160
    },
    "in6p_findmoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578070224
    },
    "in6p_lookup_mcast_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578072912
    },
    "inBuffSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "in_addprefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577621424
    },
    "in_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "in_addword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627680
    },
    "in_avail": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "in_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577624464
    },
    "in_canforward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577616160
    },
    "in_cksum.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_cksum_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627968
    },
    "in_cksum_skip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627776
    },
    "in_cksum_skip_partial": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627888
    },
    "in_cksumdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577628032
    },
    "in_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "mrsas_frame"
        }
      },
      "address": 0
    },
    "in_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577621376
    },
    "in_control_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577616288
    },
    "in_control_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613058528
    },
    "in_control_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609899688
    },
    "in_control_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609899616
    },
    "in_control_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609899640
    },
    "in_critical": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "in_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_delayed_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577762976
    },
    "in_dests": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "in_detach": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "in_detachhead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709184
    },
    "in_difaddr_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577620032
    },
    "in_domifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577624880
    },
    "in_domifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577625088
    },
    "in_doorbell": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "in_dpf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "in_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575883296
    },
    "in_epoch_verbose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575883104
    },
    "in_fib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_fib_algo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_findlocal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577616016
    },
    "in_flow_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "in_getpeeraddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577698848
    },
    "in_getsockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577698720
    },
    "in_gif.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_gif_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577654224
    },
    "in_gif_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577656320
    },
    "in_gif_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577657184
    },
    "in_gif_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577655216
    },
    "in_gif_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577656816
    },
    "in_gif_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577655984
    },
    "in_gif_setopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577654128
    },
    "in_gif_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577656464
    },
    "in_gif_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577656624
    },
    "in_gre_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577657936
    },
    "in_gre_checkdup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577657552
    },
    "in_gre_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577660736
    },
    "in_gre_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577659904
    },
    "in_gre_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577661248
    },
    "in_gre_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577660560
    },
    "in_gre_setopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577657296
    },
    "in_gre_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577660832
    },
    "in_gre_udp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577661168
    },
    "in_gre_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577660992
    },
    "in_handle_ifaddr_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577621808
    },
    "in_hole": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "in_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "in_ifaddr_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577624368
    },
    "in_ifadown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709200
    },
    "in_ifadownkill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709264
    },
    "in_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577624624
    },
    "in_ifhasaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577615952
    },
    "in_ifnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577625344
    },
    "in_ifscrub_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577623600
    },
    "in_inithead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577708928
    },
    "in_jail.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_joingroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666896
    },
    "in_joingroup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577667072
    },
    "in_kdtrace.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_kernel": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "in_key": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "in_key_inv": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "in_leavegroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577669600
    },
    "in_leavegroup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577669760
    },
    "in_lltable_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577625904
    },
    "in_lltable_delete_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577626528
    },
    "in_lltable_destroy_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627520
    },
    "in_lltable_destroy_lle_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627616
    },
    "in_lltable_dump_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577626816
    },
    "in_lltable_fill_sa_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627280
    },
    "in_lltable_free_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627312
    },
    "in_lltable_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577624848
    },
    "in_lltable_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627232
    },
    "in_lltable_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577625632
    },
    "in_lltable_match_prefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627392
    },
    "in_lltable_post_resolved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627472
    },
    "in_localaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577615520
    },
    "in_localip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577615600
    },
    "in_localip_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577615760
    },
    "in_localip_more": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577623296
    },
    "in_losing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577700720
    },
    "in_mac_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "in_mad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ib_smp"
        }
      },
      "address": 0
    },
    "in_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "in_masks": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585288144
    },
    "in_match_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577625280
    },
    "in_match_value": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "in_mcast.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_mcast_loop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609910544
    },
    "in_mcast_maxgrpsrc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609910992
    },
    "in_mcast_maxsocksrc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609911416
    },
    "in_mod": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "in_modifier": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "in_msg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "in_multi_free_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613058672
    },
    "in_multi_free_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609911368
    },
    "in_multi_free_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910112
    },
    "in_multi_free_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910136
    },
    "in_multi_list_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613058744
    },
    "in_multi_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609911344
    },
    "in_multi_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910064
    },
    "in_multi_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910088
    },
    "in_multi_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613058712
    },
    "in_multi_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609911392
    },
    "in_multi_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910160
    },
    "in_multi_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910184
    },
    "in_net_epoch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "in_panic": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "in_param": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "in_pcb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_pcb_lport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577692672
    },
    "in_pcb_lport_dest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577690848
    },
    "in_pcballoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577687712
    },
    "in_pcbattach_txrtlmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577702944
    },
    "in_pcbbind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577688256
    },
    "in_pcbbind_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577688400
    },
    "in_pcbconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577692784
    },
    "in_pcbconnect_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577693040
    },
    "in_pcbdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695376
    },
    "in_pcbdetach_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577703088
    },
    "in_pcbdetach_txrtlmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695488
    },
    "in_pcbdisconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695008
    },
    "in_pcbdrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577698496
    },
    "in_pcbfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577697472
    },
    "in_pcbhashseed_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577704352
    },
    "in_pcbhashseed_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609913376
    },
    "in_pcbinfo_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577687392
    },
    "in_pcbinfo_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577687120
    },
    "in_pcbinshash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577689248
    },
    "in_pcbinslbgrouphash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577686464
    },
    "in_pcbinslbgrouphash.interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585289296
    },
    "in_pcbinslbgrouphash.lastprint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058816
    },
    "in_pcbladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577694336
    },
    "in_pcblbgroup_free_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577704400
    },
    "in_pcblbgroup_numa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577685872
    },
    "in_pcblbgroup_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577704448
    },
    "in_pcblookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577699712
    },
    "in_pcblookup_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577705408
    },
    "in_pcblookup_hash_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577691616
    },
    "in_pcblookup_hash_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577699744
    },
    "in_pcblookup_lbgroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577704864
    },
    "in_pcblookup_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577692224
    },
    "in_pcblookup_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577700688
    },
    "in_pcbmodify_txrtlmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577702672
    },
    "in_pcbnotifyall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577698976
    },
    "in_pcboutput_eagain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577703808
    },
    "in_pcboutput_txrtlmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577703648
    },
    "in_pcboutput_txrtlmt_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577703152
    },
    "in_pcbpurgeif0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577699376
    },
    "in_pcbquery_txrlevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577702848
    },
    "in_pcbquery_txrtlmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577702752
    },
    "in_pcbref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577697216
    },
    "in_pcbrehash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577693904
    },
    "in_pcbrele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577697056
    },
    "in_pcbrele_rlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577697248
    },
    "in_pcbrele_wlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577697344
    },
    "in_pcbremhash_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695088
    },
    "in_pcbremlbgrouphash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577686192
    },
    "in_pcbsosetlabel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577700960
    },
    "in_pcbstorage_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577687680
    },
    "in_pcbstorage_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577687536
    },
    "in_pcbtoxinpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701392
    },
    "in_prot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_proto.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_pseudo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577627712
    },
    "in_purgemaddrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577623952
    },
    "in_rmx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_rss.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "in_scrubprefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577622320
    },
    "in_shortfall": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "in_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "in_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577698656
    },
    "in_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "in_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "in_tran": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "in_use": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "in_used": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "inact": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inactive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "inaddr": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "inaddr6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "inaddr_to_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578743760
    },
    "inarrayf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inattrflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_fw_page"
        }
      },
      "address": 0
    },
    "inb_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422336
    },
    "inbed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inblk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inblock_end": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "inblock_st": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "inbound_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inbox": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cmd_mailbox"
        }
      },
      "address": 0
    },
    "inbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "inc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inc_cur": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "inc_store": {
      "type": {
        "kind": "struct",
        "name": "in_conninfo"
      },
      "address": 0
    },
    "inccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "incflagsav": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "incforsyn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "incl_opts": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "incomplete": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "incore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576377440
    },
    "incr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "increment": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ind_calc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "indata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "indbuf": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "indent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "index1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "index2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "indexToInsert": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "indexTooClose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "indexValueMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "index_at_dup_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "index_at_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "index_cur": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "index_indicator": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "index_mult": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "index_stripped": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "index_type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_105d62ca600dfd8e"
      },
      "address": 0
    },
    "index_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566435616
    },
    "indexlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "indexpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "indicator": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "indices": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "indir_lbn": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "indir_trunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579938928
    },
    "indiracct_ufs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579829872
    },
    "indiracct_ufs2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579830624
    },
    "indirdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "indirdep"
        }
      },
      "address": 0
    },
    "indirdep_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579934848
    },
    "indirect_to_base_map": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587178944
    },
    "indirectpages": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "indirn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "indirdep"
        }
      },
      "address": 0
    },
    "indiroff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "indirs": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "indir"
        }
      },
      "address": 0
    },
    "indsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "indx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inet6_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609971080
    },
    "inet6addr1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "inet6addr2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "inet6domain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071609959976
    },
    "inet_aton": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576652720
    },
    "inet_aton.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "inet_ntoa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "inet_ntoa_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576653344
    },
    "inet_ntop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576653408
    },
    "inet_ntop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "inet_ntop4.fmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585203280
    },
    "inet_pton": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576654736
    },
    "inet_pton.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "inet_pton4.digits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585203296
    },
    "inet_pton6.xdigits_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585203312
    },
    "inet_pton6.xdigits_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585203344
    },
    "inetaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "inetaddr6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "inetdomain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071609913584
    },
    "inext": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "inf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_sim"
        }
      },
      "address": 0
    },
    "inferior": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575461968
    },
    "inffast.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "infiniband_bpf_mtap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578927120
    },
    "infiniband_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578927264
    },
    "infiniband_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578930496
    },
    "infiniband_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578929376
    },
    "infiniband_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610005216
    },
    "infiniband_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578930528
    },
    "infiniband_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578927904
    },
    "infiniband_requestencap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578930304
    },
    "infiniband_resolvemulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578929920
    },
    "inflate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576701536
    },
    "inflate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "inflate.order": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585213840
    },
    "inflateCodesUsed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576713248
    },
    "inflateCopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576712592
    },
    "inflateEnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576711360
    },
    "inflateGetDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576711472
    },
    "inflateGetHeader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576711856
    },
    "inflateInit2_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576700912
    },
    "inflateInit_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576701360
    },
    "inflateMark": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576713136
    },
    "inflatePrime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576701392
    },
    "inflateReset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576700432
    },
    "inflateReset2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576700688
    },
    "inflateResetKeep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576700224
    },
    "inflateSetDictionary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576711632
    },
    "inflateSync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576711936
    },
    "inflateSyncPoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576712512
    },
    "inflateUndermine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576712960
    },
    "inflateValidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576713040
    },
    "inflate_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "inflate_copyright": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585216064
    },
    "inflate_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576698096
    },
    "inflate_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576713344
    },
    "inflate_table.dbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585216240
    },
    "inflate_table.dext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585216304
    },
    "inflate_table.lbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585216112
    },
    "inflate_table.lext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585216176
    },
    "inflight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inflight_transient_maps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528360
    },
    "influx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "infnend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "info": {
      "type": {
        "kind": "struct",
        "name": "i40e_hmc_lan_delete_obj_info"
      },
      "address": 0
    },
    "info32": {
      "type": {
        "kind": "struct",
        "name": "ptrace_xstate_info32"
      },
      "address": 0
    },
    "info_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_info"
        }
      },
      "address": 0
    },
    "info_gw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "info_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "infop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "information_buff": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "infosz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "infp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "inftrees.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ing": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ing_bot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ing_step": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inh": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "inherit": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "inheritance": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "inheritance_name": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585415840
    },
    "ini_device_set": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "inifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "init": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071579318320
    },
    "initErr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "initError": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "initResult": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "init_TSC_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581350832
    },
    "init_addr": {
      "type": {
        "kind": "struct",
        "name": "pf_addr"
      },
      "address": 0
    },
    "init_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576715520
    },
    "init_bounce_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581288640
    },
    "init_callbacks": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tuple_callbacks"
        }
      },
      "address": 0
    },
    "init_cmd": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "init_complete": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584806464
    },
    "init_crd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "init_data_e1": {
      "type": {
        "count": 3189,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585608208
    },
    "init_data_e1h": {
      "type": {
        "count": 3515,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585984144
    },
    "init_data_e2": {
      "type": {
        "count": 5465,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071586376784
    },
    "init_done": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 18446744071610909200
    },
    "init_dynamic_kenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233408
    },
    "init_dynamic_kenv_from": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233648
    },
    "init_frame": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_init_frame"
        }
      },
      "address": 0
    },
    "init_hca": {
      "type": {
        "kind": "struct",
        "name": "mlx4_init_hca_param"
      },
      "address": 0
    },
    "init_hwpmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575457648
    },
    "init_idt52100": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568670960
    },
    "init_keyboard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580437456
    },
    "init_level": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "init_link": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_init_link_t"
        }
      },
      "address": 0
    },
    "init_link_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568878816
    },
    "init_machclk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576763888
    },
    "init_machclk.called": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613046152
    },
    "init_machclk.wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613046160
    },
    "init_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "init_mask_data_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568673856
    },
    "init_maxsockets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576289808
    },
    "init_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579302464
    },
    "init_one.__print_once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291064
    },
    "init_ops": {
      "type": {
        "kind": "struct",
        "name": "init_ops"
      },
      "address": 18446744071610187880
    },
    "init_ops_e1": {
      "type": {
        "count": 739,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "raw_op"
        }
      },
      "address": 18446744071585976720
    },
    "init_ops_e1h": {
      "type": {
        "count": 1077,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "raw_op"
        }
      },
      "address": 18446744071586368160
    },
    "init_ops_e2": {
      "type": {
        "count": 1770,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "raw_op"
        }
      },
      "address": 18446744071587053600
    },
    "init_ops_offsets_e1": {
      "type": {
        "count": 748,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585982640
    },
    "init_ops_offsets_e1h": {
      "type": {
        "count": 748,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585998208
    },
    "init_ops_offsets_e2": {
      "type": {
        "count": 748,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071586398656
    },
    "init_param1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575920464
    },
    "init_param2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575921104
    },
    "init_parity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568736576
    },
    "init_path": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609620224
    },
    "init_phase": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "init_rf_atten": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "init_scp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572763824
    },
    "init_scsi_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021344
    },
    "init_secondary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581431424
    },
    "init_secondary_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581337344
    },
    "init_shutdown_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609621248
    },
    "init_sin6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578082640
    },
    "init_sleepqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575971552
    },
    "init_sniffer_rx_root_ns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579269088
    },
    "init_srcu_struct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899136
    },
    "init_ssize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "init_static_kenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575230464
    },
    "init_struct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "init_base_struct"
        }
      },
      "address": 0
    },
    "init_struct_mem": {
      "type": {
        "kind": "struct",
        "name": "dma_mem"
      },
      "address": 0
    },
    "init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610013448
    },
    "init_sysent.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "init_turnstile0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576016336
    },
    "init_turnstiles": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009760
    },
    "init_unrhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576022736
    },
    "init_usec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "init_uts_ns": {
      "type": {
        "kind": "struct",
        "name": "uts_namespace"
      },
      "address": 18446744071613282008
    },
    "init_va_filerev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548304
    },
    "init_vfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_init_vfi_t"
        }
      },
      "address": 0
    },
    "init_vpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_init_vpi_t"
        }
      },
      "address": 0
    },
    "initc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_cmd_init_connect"
        }
      },
      "address": 0
    },
    "initclocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575113728
    },
    "initcpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "inited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608211432
    },
    "initialParams": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_CCtx_params"
      },
      "address": 0
    },
    "initial_controlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "initial_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "initial_pitch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "initial_rid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "initial_seals": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "initialize": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "initializecpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581405728
    },
    "initializecpucache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581406816
    },
    "initialized": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610466320
    },
    "initiate_write_bmsafemap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579942592
    },
    "initiator": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "initiator_cpu_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "initiator_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "initiator_pc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcpu"
        }
      },
      "address": 0
    },
    "initiator_role_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "initid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578104400
    },
    "initproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071612533736
    },
    "initram": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inittimecounter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575673872
    },
    "inittimehands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575673456
    },
    "inittodr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575955232
    },
    "initxfer": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ppb_microseq"
        }
      },
      "address": 0
    },
    "injail": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "inkernelacl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 0
    },
    "inkey": {
      "type": {
        "kind": "struct",
        "name": "ice_prof_id_key"
      },
      "address": 0
    },
    "inl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "inlayer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_read_dvd_struct_data_layer_desc"
        }
      },
      "address": 0
    },
    "inlckp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "inlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inline_thold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610009548
    },
    "inlo": {
      "type": {
        "kind": "struct",
        "name": "nfslock"
      },
      "address": 0
    },
    "inlop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "inm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_multi"
        }
      },
      "address": 0
    },
    "inm_clear_recorded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577665936
    },
    "inm_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666720
    },
    "inm_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577664784
    },
    "inm_free_list": {
      "type": {
        "kind": "struct",
        "name": "in_multi_head"
      },
      "address": 18446744071613058704
    },
    "inm_free_list.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058704
    },
    "inm_free_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609910800
    },
    "inm_free_tmp": {
      "type": {
        "kind": "struct",
        "name": "in_multi_head"
      },
      "address": 0
    },
    "inm_get_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577683840
    },
    "inm_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577665664
    },
    "inm_lookup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577665600
    },
    "inm_merge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577668432
    },
    "inm_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666880
    },
    "inm_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577683488
    },
    "inm_record_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666192
    },
    "inm_release_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577665008
    },
    "inm_release_list_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577664560
    },
    "inm_release_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577683024
    },
    "inm_release_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577664528
    },
    "inm_release_wait_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609911424
    },
    "inmad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_mad_ifc"
        }
      },
      "address": 0
    },
    "inmailbox": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cmd_mailbox"
        }
      },
      "address": 0
    },
    "inmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inmax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576377456
    },
    "inmh": {
      "type": {
        "kind": "struct",
        "name": "in6_multi_head"
      },
      "address": 0
    },
    "inmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inner8": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "inner_ip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "inner_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "innfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsfh"
        }
      },
      "address": 0
    },
    "innfsva": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "ino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ino1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ino64_trunc_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046004
    },
    "inocg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "inode": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "inode1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "inodedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inodedep"
        }
      },
      "address": 0
    },
    "inodedep_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579862992
    },
    "inodedep_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579950448
    },
    "inodedephd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inodedep_hashhead"
        }
      },
      "address": 0
    },
    "inoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "inoffp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "inon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inodedep"
        }
      },
      "address": 0
    },
    "inoref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inoref"
        }
      },
      "address": 0
    },
    "inosused": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "inot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_immediate_notify"
        }
      },
      "address": 0
    },
    "inout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcb"
        }
      },
      "address": 0
    },
    "inp_4tuple_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701328
    },
    "inp_apply_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701136
    },
    "inp_findmoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577680208
    },
    "inp_freemoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577670224
    },
    "inp_getmoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577670896
    },
    "inp_inpcbtosocket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701264
    },
    "inp_inpcbtotcpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701280
    },
    "inp_ip_tos_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701296
    },
    "inp_ip_tos_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701312
    },
    "inp_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695568
    },
    "inp_lookup_mcast_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577684144
    },
    "inp_match6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578079776
    },
    "inp_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577696032
    },
    "inp_rlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701104
    },
    "inp_runlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701120
    },
    "inp_setmoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577672688
    },
    "inp_smr_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695776
    },
    "inp_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcb"
        }
      },
      "address": 0
    },
    "inp_to_cpuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577937120
    },
    "inp_trylock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695728
    },
    "inp_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577695648
    },
    "inp_v4_multi_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577699680
    },
    "inp_wlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577700976
    },
    "inp_wunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701040
    },
    "inpb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcb"
        }
      },
      "address": 0
    },
    "inpcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcb"
        }
      },
      "address": 0
    },
    "inpcb_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577687664
    },
    "inphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "inphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569542432
    },
    "inphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608470544
    },
    "inphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584773536
    },
    "inphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584773360
    },
    "inphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608470496
    },
    "inphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608470472
    },
    "inphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608470432
    },
    "inphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569542400
    },
    "inphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569543072
    },
    "inphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569542464
    },
    "inphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569542560
    },
    "inphys": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584773440
    },
    "inpi": {
      "type": {
        "kind": "struct",
        "name": "inpcb_iterator"
      },
      "address": 0
    },
    "inprm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hypercall_postmsg_in"
        }
      },
      "address": 0
    },
    "inprm_paddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "input": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inputBuffered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "input_buf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "inputstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "inq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_inquiry_data"
        }
      },
      "address": 0
    },
    "inq_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_inquiry_data"
        }
      },
      "address": 0
    },
    "inq_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "inq_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_inquiry_data"
        }
      },
      "address": 0
    },
    "inqdata": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "inqsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inquiry_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ins": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "task"
        }
      },
      "address": 18446744071582391120
    },
    "insert": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "insert_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "insert_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577543520
    },
    "inserted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inside": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610056352
    },
    "insize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "insmntque": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576518192
    },
    "insmntque1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576518960
    },
    "insmntque1_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576518208
    },
    "inspr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "inst": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inst_guid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hyperv_guid"
        }
      },
      "address": 0
    },
    "install_kld_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568891456
    },
    "install_space_handler": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760336
    },
    "installed_dr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_defrouter"
        }
      },
      "address": 0
    },
    "instance": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "instance_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "instateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "instp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "instr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "int0x80_syscall_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384723
    },
    "int_id": {
      "type": {
        "kind": "enum",
        "name": "xgbe_int"
      },
      "address": 0
    },
    "int_line": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "int_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "int_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "int_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "int_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "elink_phy"
        }
      },
      "address": 0
    },
    "int_pkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_delete_interrupt"
        }
      },
      "address": 0
    },
    "int_raw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "int_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_create_int_response"
        }
      },
      "address": 0
    },
    "int_rs": {
      "type": {
        "kind": "struct",
        "name": "head_tcp_rate_set"
      },
      "address": 18446744071613059808
    },
    "int_rx_msg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "int_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intctl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "intdata": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "intdef": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inte_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "integer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intel6h_HSD131": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440188
    },
    "intel_agp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071613484840
    },
    "intel_ctx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intel_drv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intel_fault.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intel_gas_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581046272
    },
    "intel_gas_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610132752
    },
    "intel_graphics_stolen_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613490288
    },
    "intel_graphics_stolen_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613490296
    },
    "intel_gtt_chipset_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581569616
    },
    "intel_gtt_clear_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581569152
    },
    "intel_gtt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581569488
    },
    "intel_gtt_get_bridge_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570256
    },
    "intel_gtt_insert_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581569312
    },
    "intel_gtt_insert_sg_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581569904
    },
    "intel_gtt_install_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570176
    },
    "intel_gtt_map_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581569696
    },
    "intel_gtt_read_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570352
    },
    "intel_gtt_read_pte_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570288
    },
    "intel_gtt_unmap_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581569680
    },
    "intel_gtt_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581570416
    },
    "intel_hwp_dump_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581217328
    },
    "intel_hwpstate_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581215408
    },
    "intel_hwpstate_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581216400
    },
    "intel_hwpstate_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581217056
    },
    "intel_hwpstate_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581215184
    },
    "intel_hwpstate_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587090912
    },
    "intel_hwpstate_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581215376
    },
    "intel_hwpstate_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581216432
    },
    "intel_hwpstate_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581216416
    },
    "intel_hwpstate_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581217296
    },
    "intel_idpgtbl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intel_ids": {
      "type": {
        "count": 283,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_device_id"
        }
      },
      "address": 18446744071587201344
    },
    "intel_intrmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intel_ipw_license_ack": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610760424
    },
    "intel_iwi_license_ack": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610760464
    },
    "intel_meta_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574934880
    },
    "intel_meta_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574935024
    },
    "intel_private": {
      "type": {
        "kind": "struct",
        "name": "unnamed_a183d058ee239ba3"
      },
      "address": 18446744071613484848
    },
    "intel_qi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intel_quirks.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intel_stolen_base_gen11": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406528
    },
    "intel_stolen_base_gen3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406224
    },
    "intel_stolen_ops_chv": {
      "type": {
        "kind": "struct",
        "name": "intel_stolen_ops"
      },
      "address": 18446744071587205920
    },
    "intel_stolen_ops_gen11": {
      "type": {
        "kind": "struct",
        "name": "intel_stolen_ops"
      },
      "address": 18446744071587205952
    },
    "intel_stolen_ops_gen3": {
      "type": {
        "kind": "struct",
        "name": "intel_stolen_ops"
      },
      "address": 18446744071587205872
    },
    "intel_stolen_ops_gen6": {
      "type": {
        "kind": "struct",
        "name": "intel_stolen_ops"
      },
      "address": 18446744071587205888
    },
    "intel_stolen_ops_gen8": {
      "type": {
        "kind": "struct",
        "name": "intel_stolen_ops"
      },
      "address": 18446744071587205904
    },
    "intel_stolen_ops_gen9": {
      "type": {
        "kind": "struct",
        "name": "intel_stolen_ops"
      },
      "address": 18446744071587205936
    },
    "intel_stolen_size_chv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406400
    },
    "intel_stolen_size_gen3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406256
    },
    "intel_stolen_size_gen6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406336
    },
    "intel_stolen_size_gen8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406368
    },
    "intel_stolen_size_gen9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406464
    },
    "intel_utils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intercepts3": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "intercepts3_2": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "interior": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intermediate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "internal50_present": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "internal68_present": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "internalBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "internal_io_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "internal_io_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "internal_regulator": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "internal_reqeust_mde": {
      "type": {
        "kind": "struct",
        "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
      },
      "address": 0
    },
    "internal_request_virtual_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "internal_task_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "interp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "interp_name_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "interpb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "interpe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "interrupt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "interrupt_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "interrupt_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_INTERRUPT_INFO"
        }
      },
      "address": 0
    },
    "interrupt_sorted": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "intsrc"
          }
        }
      },
      "address": 18446744071613440064
    },
    "interrupt_sources": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "intsrc"
          }
        }
      },
      "address": 18446744071613439920
    },
    "interrupt_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "interrupted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "interrupts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "interval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "intf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_interface"
        }
      },
      "address": 0
    },
    "intf_list": {
      "type": {
        "kind": "struct",
        "name": "list_head"
      },
      "address": 18446744071610013040
    },
    "intf_mutex": {
      "type": {
        "kind": "struct",
        "name": "mutex_t"
      },
      "address": 18446744071613291024
    },
    "intf_mutex_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071610013552
    },
    "intf_mutex_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610012976
    },
    "intf_mutex_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610013000
    },
    "intlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "intmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intmask_org": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intmit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "intnbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "intno": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "intnum": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "intp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "intpcm_conv_tables": {
      "type": {
        "kind": "struct",
        "name": "unnamed_565323103ffd9683"
      },
      "address": 18446744071585019344
    },
    "intpcm_read_S16BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527872
    },
    "intpcm_read_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527744
    },
    "intpcm_read_S24BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527936
    },
    "intpcm_read_S24LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527776
    },
    "intpcm_read_S32BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528000
    },
    "intpcm_read_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527840
    },
    "intpcm_read_S8NE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527712
    },
    "intpcm_read_U16BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528256
    },
    "intpcm_read_U16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528080
    },
    "intpcm_read_U24BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528320
    },
    "intpcm_read_U24LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528144
    },
    "intpcm_read_U32BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528400
    },
    "intpcm_read_U32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528224
    },
    "intpcm_read_U8NE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528032
    },
    "intpcm_read_alaw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528560
    },
    "intpcm_read_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528624
    },
    "intpcm_read_ulaw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528496
    },
    "intpcm_write_S16BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527904
    },
    "intpcm_write_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527760
    },
    "intpcm_write_S24BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527968
    },
    "intpcm_write_S24LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527808
    },
    "intpcm_write_S32BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528016
    },
    "intpcm_write_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527856
    },
    "intpcm_write_S8NE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572527728
    },
    "intpcm_write_U16BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528288
    },
    "intpcm_write_U16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528112
    },
    "intpcm_write_U24BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528368
    },
    "intpcm_write_U24LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528192
    },
    "intpcm_write_U32BE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528448
    },
    "intpcm_write_U32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528240
    },
    "intpcm_write_U8NE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528064
    },
    "intpcm_write_alaw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528592
    },
    "intpcm_write_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528640
    },
    "intpcm_write_ulaw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572528528
    },
    "intpin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioapic_intsrc"
        }
      },
      "address": 0
    },
    "intr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "intr_add_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581313776
    },
    "intr_add_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581311584
    },
    "intr_assign_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581311344
    },
    "intr_balance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314928
    },
    "intr_balance_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314864
    },
    "intr_balance_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166848
    },
    "intr_channel": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "intr_coal_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intr_coalesce": {
      "type": {
        "kind": "struct",
        "name": "qla_fw_cds_config_intr_coalesc_t"
      },
      "address": 0
    },
    "intr_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intr_config_hook_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609731112
    },
    "intr_config_hook_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0d905ce0c430959f"
      },
      "address": 18446744071609731048
    },
    "intr_config_hook_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612900520
    },
    "intr_config_hook_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609730976
    },
    "intr_config_hook_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731000
    },
    "intr_config_hooks_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609731024
    },
    "intr_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581312224
    },
    "intr_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071610166584
    },
    "intr_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_intr_ctx_t"
        }
      },
      "address": 0
    },
    "intr_describe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581313152
    },
    "intr_disable_src": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581311328
    },
    "intr_en_avp": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "addr_val_pair"
        }
      },
      "address": 0
    },
    "intr_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "intr_epoch_batch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609657560
    },
    "intr_event_add_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575308672
    },
    "intr_event_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575305680
    },
    "intr_event_bind_irqonly": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575306432
    },
    "intr_event_bind_ithread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575306464
    },
    "intr_event_bind_ithread_cpuset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575306496
    },
    "intr_event_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575305248
    },
    "intr_event_describe_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575310384
    },
    "intr_event_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575308016
    },
    "intr_event_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575313328
    },
    "intr_event_list_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609657568
    },
    "intr_event_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656176
    },
    "intr_event_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656200
    },
    "intr_event_remove_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575310976
    },
    "intr_event_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575312720
    },
    "intr_event_schedule_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575311408
    },
    "intr_event_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575312368
    },
    "intr_event_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575309952
    },
    "intr_execute_handlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581312288
    },
    "intr_fast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "intr_filter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812644
    },
    "intr_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "intr_getaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575307312
    },
    "intr_handler_barrier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575312512
    },
    "intr_handler_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575310656
    },
    "intr_hwpmc_waiting_report_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609657564
    },
    "intr_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "intr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314192
    },
    "intr_init_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314304
    },
    "intr_init_final_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166512
    },
    "intr_init_sources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581313888
    },
    "intr_init_sources_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166464
    },
    "intr_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166488
    },
    "intr_legacy": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "intr_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613453872
    },
    "intr_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610170440
    },
    "intr_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610170392
    },
    "intr_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610170416
    },
    "intr_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575307120
    },
    "intr_lookup_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581311536
    },
    "intr_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "intr_model": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454124
    },
    "intr_next_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581313472
    },
    "intr_pktcount": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "intr_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575305184
    },
    "intr_range_max": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585052576
    },
    "intr_register_pic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581310368
    },
    "intr_register_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581310576
    },
    "intr_remove_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581311968
    },
    "intr_reprogram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581313280
    },
    "intr_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581312464
    },
    "intr_setaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575306704
    },
    "intr_smp_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314512
    },
    "intr_smp_startup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610166712
    },
    "intr_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intr_storm_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538456
    },
    "intr_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581312752
    },
    "intr_timer": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "intrbalance": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440060
    },
    "intrbalance_task": {
      "type": {
        "kind": "struct",
        "name": "timeout_task"
      },
      "address": 18446744071613440072
    },
    "intrcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581315408
    },
    "intrcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613440000
    },
    "intrcnt32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "intrcnt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581312912
    },
    "intrcnt_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440008
    },
    "intrcnt_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613439968
    },
    "intrnames": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613440048
    },
    "intrpic_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613439872
    },
    "intrproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071612538448
    },
    "intrs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intrsrc_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613439928
    },
    "intrstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intrval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ints": {
      "type": {
        "kind": "enum",
        "name": "unnamed_85955ed9d857b9e3"
      },
      "address": 0
    },
    "intsrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intsts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intval_u8": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "intvl": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "intx_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "inuse": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "inv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "inv_mac": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "inv_n": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 0
    },
    "inv_tid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "invalid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "invcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "invert": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "invfo_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217232
    },
    "invfo_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217248
    },
    "invfo_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217184
    },
    "invfo_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217216
    },
    "invfo_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217200
    },
    "invfo_rdwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217152
    },
    "invfo_sendfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217264
    },
    "invfo_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217168
    },
    "invl_gen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_invl_gen"
        }
      },
      "address": 0
    },
    "invl_gen_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613484176
    },
    "invl_gen_ts": {
      "type": {
        "kind": "struct",
        "name": "lock_object"
      },
      "address": 18446744071610193224
    },
    "invl_op_pg": {
      "type": {
        "kind": "enum",
        "name": "invl_op_codes"
      },
      "address": 18446744071613484060
    },
    "invl_op_pgrng": {
      "type": {
        "kind": "enum",
        "name": "invl_op_codes"
      },
      "address": 18446744071613484064
    },
    "invl_op_tlb": {
      "type": {
        "kind": "enum",
        "name": "invl_op_codes"
      },
      "address": 18446744071613484056
    },
    "invl_ops_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610189016
    },
    "invl_scoreboard": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071613484072
    },
    "invl_scoreboard_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581434592
    },
    "invlop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581433360
    },
    "invm_blocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "invm_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "invp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "invpcid_works": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484096
    },
    "invsqrt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "invsqrt2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "inzone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioapic"
        }
      },
      "address": 0
    },
    "io.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "io32": {
      "type": {
        "kind": "struct",
        "name": "sg_io_hdr32"
      },
      "address": 0
    },
    "io_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "io_apic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "io_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610132272
    },
    "io_completed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "io_direction": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "io_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "io_hold_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585193216
    },
    "io_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "io_info": {
      "type": {
        "kind": "struct",
        "name": "IO_REQUEST_INFO"
      },
      "address": 0
    },
    "io_is_done": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "io_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "io_map_index": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "io_map_index_st"
        }
      },
      "address": 18446744071584770368
    },
    "io_mapping_create_wc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578843504
    },
    "io_mgmt_functions": {
      "type": {
        "kind": "struct",
        "name": "ocs_mgmt_functions_t"
      },
      "address": 18446744071609088808
    },
    "io_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610132248
    },
    "io_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581027648
    },
    "io_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_io_t"
        }
      },
      "address": 0
    },
    "io_off": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "io_opcode": {
      "type": {
        "count": 257,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584893200
    },
    "io_path": {
      "type": {
        "kind": "enum",
        "name": "IO_PATH"
      },
      "address": 0
    },
    "io_path_to_ascii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283072
    },
    "io_pool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_io_pool_t"
        }
      },
      "address": 0
    },
    "io_pool_created": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "io_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI2_RAID_SCSI_IO_REQUEST"
        }
      },
      "address": 0
    },
    "io_req2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pass_io_req"
        }
      },
      "address": 0
    },
    "io_req_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "io_req_base_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "io_req_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "io_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_IO_REQUEST_T"
        }
      },
      "address": 0
    },
    "io_retry_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "io_shortage": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "io_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "io_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_IO_STATUS"
      },
      "address": 0
    },
    "io_test": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_io_test_internal"
        }
      },
      "address": 0
    },
    "io_test_internal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_io_test_internal"
        }
      },
      "address": 0
    },
    "ioaccel_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ioapic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioapic"
        }
      },
      "address": 0
    },
    "ioapic_assign_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582408352
    },
    "ioapic_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582407904
    },
    "ioapic_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582409328
    },
    "ioapic_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582407408
    },
    "ioapic_disable_pin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582411120
    },
    "ioapic_disable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406944
    },
    "ioapic_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582407312
    },
    "ioapic_enable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406736
    },
    "ioapic_eoi_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582407296
    },
    "ioapic_get_rid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582412560
    },
    "ioapic_get_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582411088
    },
    "ioapic_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_5117a1ea2a55a4dc"
      },
      "address": 18446744071610218048
    },
    "ioapic_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582414304
    },
    "ioapic_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610218064
    },
    "ioapic_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610218440
    },
    "ioapic_pci_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587206112
    },
    "ioapic_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610218416
    },
    "ioapic_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582413968
    },
    "ioapic_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610218160
    },
    "ioapic_program_intpin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582413248
    },
    "ioapic_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582412192
    },
    "ioapic_register_sources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582406624
    },
    "ioapic_remap_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582411232
    },
    "ioapic_reprogram_intpin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582409168
    },
    "ioapic_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582407680
    },
    "ioapic_set_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582411344
    },
    "ioapic_set_extint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582410896
    },
    "ioapic_set_nmi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582411536
    },
    "ioapic_set_polarity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582411824
    },
    "ioapic_set_smi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582411680
    },
    "ioapic_set_triggermode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582412000
    },
    "ioapic_source_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582407648
    },
    "ioapic_template": {
      "type": {
        "kind": "struct",
        "name": "pic"
      },
      "address": 18446744071610217696
    },
    "ioapic_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582407632
    },
    "ioapics": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_4a01b90aa9b79ebd"
        }
      },
      "address": 18446744071613490280
    },
    "iobase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iobuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "ioc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_ioc_packet"
        }
      },
      "address": 0
    },
    "ioc32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_ioc_packet32"
        }
      },
      "address": 0
    },
    "ioc_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ioc_disk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "IOC_3_PHYS_DISK"
        }
      },
      "address": 0
    },
    "ioc_init_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ioc_last_disk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "IOC_3_PHYS_DISK"
        }
      },
      "address": 0
    },
    "ioc_last_vol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CONFIG_PAGE_IOC_2_RAID_VOL"
        }
      },
      "address": 0
    },
    "ioc_pg8_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ioc_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ioc_status_frame": {
      "type": {
        "kind": "struct",
        "name": "MSG_DEFAULT_REPLY"
      },
      "address": 0
    },
    "ioc_swab": {
      "type": {
        "kind": "struct",
        "name": "IOCTL_Command_struct"
      },
      "address": 0
    },
    "ioc_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ioc_vol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CONFIG_PAGE_IOC_2_RAID_VOL"
        }
      },
      "address": 0
    },
    "iocell_opts": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "iocfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ioclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581027840
    },
    "iocmd": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "iocommand": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "IOCTL_Command_struct"
        }
      },
      "address": 0
    },
    "ioctl_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "acpi_battery_ioctl_arg"
        }
      },
      "address": 0
    },
    "ioctl_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ips_ioctl_t"
        }
      },
      "address": 0
    },
    "ioctl_data_dmamap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "ioctl_data_mem": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "ioctl_data_phys_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ioctl_data_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ioctl_data_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag"
        }
      },
      "address": 0
    },
    "ioctl_dma_buf": {
      "type": {
        "kind": "struct",
        "name": "dma_mem_t"
      },
      "address": 0
    },
    "ioctl_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ioctl_sense_dmamap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "ioctl_sense_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ioctl_sense_phys_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ioctl_sense_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ioctl_sense_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag"
        }
      },
      "address": 0
    },
    "ioctl_temp_data_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ioctls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "iod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iod_storage": {
      "type": {
        "kind": "struct",
        "name": "bnxt_ioctl_data"
      },
      "address": 0
    },
    "iodev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613422392
    },
    "iodev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iodev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581406960
    },
    "iodev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581406992
    },
    "iodev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581406928
    },
    "iodom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_domain"
        }
      },
      "address": 0
    },
    "ioe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfioc_trans_e"
        }
      },
      "address": 0
    },
    "ioes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfioc_trans_e"
        }
      },
      "address": 0
    },
    "ioflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ioflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ioh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ioctl_header"
        }
      },
      "address": 0
    },
    "ioh1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iohead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfilioc_head"
        }
      },
      "address": 0
    },
    "iohook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfilioc_hook"
        }
      },
      "address": 0
    },
    "ioindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ioint_handlers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587206416
    },
    "ioint_pti_handlers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587206352
    },
    "ioioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581027856
    },
    "iol": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iolaymode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iolen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iomap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "iomask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iommu_alloc_msi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581251824
    },
    "iommu_bus_dma_id_mapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031168
    },
    "iommu_bus_dma_is_dev_disabled.bounce_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587078838
    },
    "iommu_bus_dma_is_dev_disabled.dmar_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587078845
    },
    "iommu_bus_dma_tag_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581030864
    },
    "iommu_bus_dma_tag_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031024
    },
    "iommu_bus_dma_tag_set_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031152
    },
    "iommu_bus_dmamap_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581032944
    },
    "iommu_bus_dmamap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031184
    },
    "iommu_bus_dmamap_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031424
    },
    "iommu_bus_dmamap_load_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581032400
    },
    "iommu_bus_dmamap_load_ma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031952
    },
    "iommu_bus_dmamap_load_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031984
    },
    "iommu_bus_dmamap_load_something": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581034880
    },
    "iommu_bus_dmamap_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581033264
    },
    "iommu_bus_dmamap_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581033024
    },
    "iommu_bus_dmamap_waitok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581032896
    },
    "iommu_bus_dmamem_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031616
    },
    "iommu_bus_dmamem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581031872
    },
    "iommu_bus_task_dmamap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581033456
    },
    "iommu_domain_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581034864
    },
    "iommu_domain_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581034512
    },
    "iommu_domain_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581231120
    },
    "iommu_domain_unload_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581230816
    },
    "iommu_domain_unload_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581034592
    },
    "iommu_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581235920
    },
    "iommu_fini_busdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581033856
    },
    "iommu_free_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581231600
    },
    "iommu_free_ctx_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581231584
    },
    "iommu_gas.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iommu_gas_alloc_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581035904
    },
    "iommu_gas_alloc_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581044144
    },
    "iommu_gas_entries_tree_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038064
    },
    "iommu_gas_entries_tree_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581037328
    },
    "iommu_gas_entries_tree_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581036016
    },
    "iommu_gas_entries_tree_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581036976
    },
    "iommu_gas_entries_tree_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038288
    },
    "iommu_gas_entries_tree_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038448
    },
    "iommu_gas_entries_tree_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038544
    },
    "iommu_gas_entries_tree_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038224
    },
    "iommu_gas_entries_tree_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038144
    },
    "iommu_gas_entries_tree_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038384
    },
    "iommu_gas_entries_tree_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038592
    },
    "iommu_gas_entries_tree_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581037424
    },
    "iommu_gas_entries_tree_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581036496
    },
    "iommu_gas_fini_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581039344
    },
    "iommu_gas_free_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581035968
    },
    "iommu_gas_free_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581039968
    },
    "iommu_gas_free_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581039744
    },
    "iommu_gas_init_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038880
    },
    "iommu_gas_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581041520
    },
    "iommu_gas_map_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581043824
    },
    "iommu_gas_rb_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581039664
    },
    "iommu_gas_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581040208
    },
    "iommu_gas_reserve_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581044656
    },
    "iommu_gas_reserve_region_extend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581044928
    },
    "iommu_get_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581231568
    },
    "iommu_get_ctx_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581038864
    },
    "iommu_get_dev_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581029936
    },
    "iommu_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581030032
    },
    "iommu_get_requester": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581028224
    },
    "iommu_init_busdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581033280
    },
    "iommu_instantiate_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581029040
    },
    "iommu_is_buswide_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581030832
    },
    "iommu_map_entry_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613422400
    },
    "iommu_map_ioapic_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581253280
    },
    "iommu_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581045680
    },
    "iommu_map_msi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581252272
    },
    "iommu_set_buswide_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581030688
    },
    "iommu_str": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587078832
    },
    "iommu_translate_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581046240
    },
    "iommu_unmap_ioapic_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581253600
    },
    "iommu_unmap_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581045552
    },
    "iommu_unmap_msi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581252960
    },
    "iomode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610132184
    },
    "ionum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ioopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581027760
    },
    "iop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_ioc_passthru"
        }
      },
      "address": 0
    },
    "iop32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_ioc_passthru32"
        }
      },
      "address": 0
    },
    "iop_config": {
      "type": {
        "kind": "struct",
        "name": "hpt_iop_request_get_config"
      },
      "address": 0
    },
    "iop_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "iop_device_map": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iop_firm_model": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iop_firm_version": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iop_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iop_req32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iop_swab": {
      "type": {
        "kind": "struct",
        "name": "mfi_ioc_passthru"
      },
      "address": 0
    },
    "ioqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ch_up_ioqs"
        }
      },
      "address": 0
    },
    "iorte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ios": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mmc_ios"
        }
      },
      "address": 0
    },
    "iosize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iosize_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576046096
    },
    "iosize_max_clamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613004864
    },
    "iostart": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "iotlbr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iounmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578836864
    },
    "iov": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "iov32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iovec32"
        }
      },
      "address": 0
    },
    "iov_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iov_base_ptrin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "iov_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609097696
    },
    "iov_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "iov_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "iov_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iov_inited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iov_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iov_mac_addr_name": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585348784
    },
    "iov_node_guid_name": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585348793
    },
    "iov_port_guid_name": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585348803
    },
    "iov_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iov_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "iovbase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "iovcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iovec": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "iovlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gate_descriptor"
        }
      },
      "address": 0
    },
    "ip0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ip1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ip1000phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip1000phy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570290224
    },
    "ip1000phy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608509520
    },
    "ip1000phy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584854816
    },
    "ip1000phy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584854688
    },
    "ip1000phy_mii_phy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570292448
    },
    "ip1000phy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608509472
    },
    "ip1000phy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608509448
    },
    "ip1000phy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608509408
    },
    "ip1000phy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570290192
    },
    "ip1000phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570291728
    },
    "ip1000phy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570290416
    },
    "ip1000phy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570291040
    },
    "ip1000phys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584854768
    },
    "ip2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "ip3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ip4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "ip4_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "ip4buf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ip4s": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_hdr"
        }
      },
      "address": 0
    },
    "ip6_calcmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578148208
    },
    "ip6_clearpktopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578145024
    },
    "ip6_copyexthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578135280
    },
    "ip6_copypktopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578145408
    },
    "ip6_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578136672
    },
    "ip6_ctlprotox": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609968080
    },
    "ip6_deletefraghdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577991808
    },
    "ip6_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578114144
    },
    "ip6_direct_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578105072
    },
    "ip6_direct_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071609970832
    },
    "ip6_ecn_egress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711296
    },
    "ip6_ecn_ingress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711200
    },
    "ip6_encap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713264
    },
    "ip6_encap_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713296
    },
    "ip6_encap_register_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713200
    },
    "ip6_encap_unregister_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713232
    },
    "ip6_fastfwd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip6_findroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578094976
    },
    "ip6_forward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578095216
    },
    "ip6_forward.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip6_fragment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578125904
    },
    "ip6_freemoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578062480
    },
    "ip6_freepcbopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578146096
    },
    "ip6_get_prevhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578111968
    },
    "ip6_getmoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578063024
    },
    "ip6_getpmtu_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578144608
    },
    "ip6_gre.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip6_id.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578113632
    },
    "ip6_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970656
    },
    "ip6_initpktopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578144960
    },
    "ip6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578105344
    },
    "ip6_input.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip6_input_hbh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578108336
    },
    "ip6_lasthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578112592
    },
    "ip6_log_ratelimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578083072
    },
    "ip6_maxfrags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613131208
    },
    "ip6_mdq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578121920
    },
    "ip6_mdq.sin6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609971944
    },
    "ip6_mfilter_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578056192
    },
    "ip6_mfilter_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578056288
    },
    "ip6_mforward": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613140152
    },
    "ip6_mloopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578135840
    },
    "ip6_mroute.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip6_mroute_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578124880
    },
    "ip6_mroutemod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609972016
    },
    "ip6_mroutemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609971920
    },
    "ip6_mrouter_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613140144
    },
    "ip6_mrouter_get": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613140128
    },
    "ip6_mrouter_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613140136
    },
    "ip6_msource_tree_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055024
    },
    "ip6_msource_tree_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578054656
    },
    "ip6_msource_tree_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578054000
    },
    "ip6_msource_tree_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578054608
    },
    "ip6_msource_tree_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055296
    },
    "ip6_msource_tree_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055488
    },
    "ip6_msource_tree_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055616
    },
    "ip6_msource_tree_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055232
    },
    "ip6_msource_tree_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055120
    },
    "ip6_msource_tree_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055424
    },
    "ip6_msource_tree_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578055664
    },
    "ip6_msource_tree_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578054816
    },
    "ip6_msource_tree_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578054256
    },
    "ip6_nexthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578112256
    },
    "ip6_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071609970728
    },
    "ip6_notify_pmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578111664
    },
    "ip6_optlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578148080
    },
    "ip6_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578127184
    },
    "ip6_output.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip6_output_delayed_csum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578136048
    },
    "ip6_output_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578136240
    },
    "ip6_pcbopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578144384
    },
    "ip6_pcbopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578143888
    },
    "ip6_process_hopopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578108832
    },
    "ip6_protox": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609966032
    },
    "ip6_randomflowlabel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578104352
    },
    "ip6_randomid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578104032
    },
    "ip6_raw_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578144768
    },
    "ip6_savecontrol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578111056
    },
    "ip6_savecontrol_v4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578109600
    },
    "ip6_setmoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578064608
    },
    "ip6_setpktopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578146432
    },
    "ip6_setpktopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578146144
    },
    "ip6_splithdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578135536
    },
    "ip6_sprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578030704
    },
    "ip6_tryforward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578093568
    },
    "ip6_unknown_opt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578109456
    },
    "ip6_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578113088
    },
    "ip6_vnet_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609971040
    },
    "ip6_writemask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577123920
    },
    "ip6add": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ip6af": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6asfrag"
        }
      },
      "address": 0
    },
    "ip6buf": {
      "type": {
        "kind": "struct",
        "name": "ip6_hdr"
      },
      "address": 0
    },
    "ip6bufd": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ip6bufg": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ip6bufo": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ip6bufs": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ip6buft": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ip6cp": {
      "type": {
        "kind": "struct",
        "name": "ip6ctlparam"
      },
      "address": 0
    },
    "ip6dc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_direct_ctx"
        }
      },
      "address": 0
    },
    "ip6e": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_ext"
        }
      },
      "address": 0
    },
    "ip6err": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_hdr"
        }
      },
      "address": 0
    },
    "ip6f": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_frag"
        }
      },
      "address": 0
    },
    "ip6h": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_ipv6hdr"
        }
      },
      "address": 0
    },
    "ip6len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ip6p": {
      "type": {
        "kind": "struct",
        "name": "ip6_pseudo"
      },
      "address": 0
    },
    "ip6proto_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578104944
    },
    "ip6proto_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578105008
    },
    "ip6s": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ip6stat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578083136
    },
    "ip_bound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ip_carp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_carp_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609907920
    },
    "ip_checkrouteralert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577757952
    },
    "ip_conf": {
      "type": {
        "kind": "struct",
        "name": "qla_config_ipv4_t"
      },
      "address": 0
    },
    "ip_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577764960
    },
    "ip_ctlprotox": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609920272
    },
    "ip_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577731056
    },
    "ip_direct_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577723424
    },
    "ip_direct_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071609923392
    },
    "ip_divert_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059232
    },
    "ip_dn_ctl_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059192
    },
    "ip_dn_io_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059224
    },
    "ip_dooptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577754512
    },
    "ip_ecn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_ecn_egress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711104
    },
    "ip_ecn_ingress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711040
    },
    "ip_encap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_encap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577712064
    },
    "ip_encap_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577712528
    },
    "ip_encap_register_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711424
    },
    "ip_encap_unregister_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577711760
    },
    "ip_fastfwd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_fillid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577661472
    },
    "ip_findroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577715504
    },
    "ip_forward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577725568
    },
    "ip_fragment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577763616
    },
    "ip_gen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ip_gre.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_net_trans_rule_hw_ipv4"
        }
      },
      "address": 0
    },
    "ip_hlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ip_icmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ip_id.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_id_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609909792
    },
    "ip_id_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609909832
    },
    "ip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577730576
    },
    "ip_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923136
    },
    "ip_initid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577662176
    },
    "ip_ino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ip_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577723552
    },
    "ip_input.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_insertoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577756544
    },
    "ip_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ip_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ip_mcast_src": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059280
    },
    "ip_mdq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577749008
    },
    "ip_mfilter_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577665072
    },
    "ip_mfilter_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577665168
    },
    "ip_mforward": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059256
    },
    "ip_mroute.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_mroute_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577734720
    },
    "ip_mroutemod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609925200
    },
    "ip_mroutemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609924688
    },
    "ip_mrouter_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059168
    },
    "ip_mrouter_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059248
    },
    "ip_mrouter_get": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059200
    },
    "ip_mrouter_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059216
    },
    "ip_mrouter_unloading": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059172
    },
    "ip_mrouter_upcall_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577753008
    },
    "ip_msource_tree_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666528
    },
    "ip_msource_tree_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666592
    },
    "ip_msource_tree_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577680544
    },
    "ip_msource_tree_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577681152
    },
    "ip_msource_tree_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577681488
    },
    "ip_msource_tree_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577681680
    },
    "ip_msource_tree_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666080
    },
    "ip_msource_tree_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577666128
    },
    "ip_msource_tree_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577681408
    },
    "ip_msource_tree_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577681616
    },
    "ip_msource_tree_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577681808
    },
    "ip_msource_tree_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577681200
    },
    "ip_msource_tree_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577680800
    },
    "ip_next_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577722000
    },
    "ip_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071609923288
    },
    "ip_off": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ip_optcopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577757152
    },
    "ip_options.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_outer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "ip_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577758048
    },
    "ip_output.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_output_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577763200
    },
    "ip_pcbopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577757360
    },
    "ip_protox": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609918224
    },
    "ip_reass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577768320
    },
    "ip_reass.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ip_redir_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577715728
    },
    "ip_rsvp_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729200
    },
    "ip_rsvp_force_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059296
    },
    "ip_rsvp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729088
    },
    "ip_rsvp_vif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059208
    },
    "ip_savecontrol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577727376
    },
    "ip_srcroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577756128
    },
    "ip_stripoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577756448
    },
    "ip_tos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ip_tryforward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713872
    },
    "ip_ttl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ip_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ip_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577730192
    },
    "ip_vnet_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609923496
    },
    "ip_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609923536
    },
    "ipaddr": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "ipcarp_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577644304
    },
    "ipcnfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipcomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipcomp"
        }
      },
      "address": 0
    },
    "ipcomp4_nonexp_encapcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578354032
    },
    "ipcomp6_nonexp_encapcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578354432
    },
    "ipcomp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578353952
    },
    "ipcomp_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578354960
    },
    "ipcomp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578357760
    },
    "ipcomp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578354784
    },
    "ipcomp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578355008
    },
    "ipcomp_input_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578356320
    },
    "ipcomp_nonexp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578354256
    },
    "ipcomp_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578355632
    },
    "ipcomp_output_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578357024
    },
    "ipcomp_xform_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985408
    },
    "ipcomp_xform_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985432
    },
    "ipcomp_xformsw": {
      "type": {
        "kind": "struct",
        "name": "xformsw"
      },
      "address": 18446744071609985648
    },
    "ipcompstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578353776
    },
    "ipcompx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "comp_algo"
        }
      },
      "address": 0
    },
    "ipcperm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576095056
    },
    "ipcsum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ipe4_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "encaptab"
        }
      },
      "address": 18446744071613141120
    },
    "ipe6_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "encaptab"
        }
      },
      "address": 18446744071613141128
    },
    "ipecn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipfwtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_tag"
        }
      },
      "address": 0
    },
    "ipg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "iphdr": {
      "type": {
        "kind": "struct",
        "name": "ip"
      },
      "address": 0
    },
    "iphlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xen_ipi_handler"
        }
      },
      "address": 0
    },
    "ipi_all_but_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581339104
    },
    "ipi_bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipi_bitmap_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581338368
    },
    "ipi_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581338944
    },
    "ipi_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "ipi_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipi_nmi_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581339600
    },
    "ipi_selected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581338560
    },
    "ipi_self_from_nmi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581339536
    },
    "ipi_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581338192
    },
    "ipi_stop_nmi_pending": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071613444928
    },
    "ipi_swi_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581340640
    },
    "ipi_vectored": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610219616
    },
    "ipid_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577662736
    },
    "ipid_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577662928
    },
    "ipier": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipinum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "iplen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipoff2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipoptlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipopts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "ipost2_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipov": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipovly"
        }
      },
      "address": 0
    },
    "ipp": {
      "type": {
        "kind": "struct",
        "name": "ippseudo"
      },
      "address": 0
    },
    "ippos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipproto_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577727248
    },
    "ipproto_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577727312
    },
    "ipq_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577771936
    },
    "ipq_reuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577770880
    },
    "ipr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipr_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipre_driver_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipreass_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577771600
    },
    "ipreass_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577776224
    },
    "ipreass_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577773376
    },
    "ipreass_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577773280
    },
    "ipreass_drain_tomax": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577774624
    },
    "ipreass_drain_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577773552
    },
    "ipreass_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577772928
    },
    "ipreass_reschedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577772224
    },
    "ipreass_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577772352
    },
    "ipreass_zone_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577773040
    },
    "ipref": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ipri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iproute": {
      "type": {
        "kind": "struct",
        "name": "route"
      },
      "address": 0
    },
    "iprt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ips": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_addr"
        }
      },
      "address": 0
    },
    "ips.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ips_adapter_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569663600
    },
    "ips_adapter_info_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569670880
    },
    "ips_adapter_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569661616
    },
    "ips_adapter_name": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584780016
    },
    "ips_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608487344
    },
    "ips_clear_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569669824
    },
    "ips_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667376
    },
    "ips_cmd_dmaload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667232
    },
    "ips_cmdqueue_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569662736
    },
    "ips_cmdqueue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569662240
    },
    "ips_commands.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ips_copperhead_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569666656
    },
    "ips_copperhead_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667200
    },
    "ips_copperhead_queue_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667536
    },
    "ips_copperhead_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569665376
    },
    "ips_disk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ips_diskdev_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569662960
    },
    "ips_diskdev_statename.statebuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760368
    },
    "ips_drive_info_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569671120
    },
    "ips_driver_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584780336
    },
    "ips_ffdc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569668592
    },
    "ips_flush_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569668368
    },
    "ips_get_adapter_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667712
    },
    "ips_get_drive_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569668048
    },
    "ips_get_free_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569661344
    },
    "ips_insert_free_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569661520
    },
    "ips_intrhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569676544
    },
    "ips_io_request_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569670368
    },
    "ips_io_request_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569670224
    },
    "ips_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667504
    },
    "ips_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ips_ioctl_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569674560
    },
    "ips_ioctl_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569674416
    },
    "ips_ioctl_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569673440
    },
    "ips_issue_copperhead_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569666992
    },
    "ips_issue_morpheus_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569665312
    },
    "ips_morpheus_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569664800
    },
    "ips_morpheus_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569665088
    },
    "ips_morpheus_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569664000
    },
    "ips_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667248
    },
    "ips_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ips_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569675312
    },
    "ips_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569676400
    },
    "ips_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608487896
    },
    "ips_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608487848
    },
    "ips_pci_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569676608
    },
    "ips_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608487824
    },
    "ips_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569674720
    },
    "ips_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569676512
    },
    "ips_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608487784
    },
    "ips_read_nvram_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569671632
    },
    "ips_start_io_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569667568
    },
    "ips_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569663296
    },
    "ips_update_nvram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569669488
    },
    "ips_wakeup_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569670816
    },
    "ips_write_nvram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569671440
    },
    "ipsd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569671968
    },
    "ipsd_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569672432
    },
    "ipsd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569672352
    },
    "ipsd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608487688
    },
    "ipsd_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569672704
    },
    "ipsd_dump_block_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569673008
    },
    "ipsd_dump_map_sg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569673104
    },
    "ipsd_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569671856
    },
    "ipsd_ips_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608487640
    },
    "ipsd_ips_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608487616
    },
    "ipsd_ipsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608487576
    },
    "ipsd_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584780272
    },
    "ipsd_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569672400
    },
    "ipsd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569671936
    },
    "ipsd_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569672464
    },
    "ipsec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipsec4_allocsa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578254640
    },
    "ipsec4_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578237952
    },
    "ipsec4_check_pmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578254272
    },
    "ipsec4_checkpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578236624
    },
    "ipsec4_common_input_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578247728
    },
    "ipsec4_common_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578255392
    },
    "ipsec4_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578247408
    },
    "ipsec4_forward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578255616
    },
    "ipsec4_getpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578236864
    },
    "ipsec4_in_reject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578237392
    },
    "ipsec4_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578246192
    },
    "ipsec4_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578255328
    },
    "ipsec4_pcbctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578261168
    },
    "ipsec4_perform_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578253664
    },
    "ipsec4_process_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578253648
    },
    "ipsec4_setsockaddrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578337840
    },
    "ipsec4_setsockaddrs.template": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034032
    },
    "ipsec4_srctab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "srcaddrtab"
        }
      },
      "address": 18446744071613050960
    },
    "ipsec4stat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578243552
    },
    "ipsec6_allocsa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578256816
    },
    "ipsec6_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578238832
    },
    "ipsec6_check_pmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578256560
    },
    "ipsec6_checkpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578238064
    },
    "ipsec6_common_input_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578249504
    },
    "ipsec6_common_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578257584
    },
    "ipsec6_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578249488
    },
    "ipsec6_forward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578257824
    },
    "ipsec6_getpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578238304
    },
    "ipsec6_in_reject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578238720
    },
    "ipsec6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578249344
    },
    "ipsec6_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578257520
    },
    "ipsec6_pcbctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578262176
    },
    "ipsec6_perform_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578255792
    },
    "ipsec6_process_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578255776
    },
    "ipsec6_setsockaddrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578337968
    },
    "ipsec6_srctab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "srcaddrtab"
        }
      },
      "address": 18446744071613050968
    },
    "ipsec6stat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578244848
    },
    "ipsec_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578333856
    },
    "ipsec_bindump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578335408
    },
    "ipsec_cachepolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578245664
    },
    "ipsec_chkreplay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578240832
    },
    "ipsec_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576911920
    },
    "ipsec_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576912224
    },
    "ipsec_common_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578246304
    },
    "ipsec_control_pcbpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578261200
    },
    "ipsec_copy_pcbpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578260576
    },
    "ipsec_delete_pcbpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578260480
    },
    "ipsec_delete_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576915328
    },
    "ipsec_delisr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578272512
    },
    "ipsec_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578258640
    },
    "ipsec_et": {
      "type": {
        "kind": "struct",
        "name": "epoch_tracker"
      },
      "address": 0
    },
    "ipsec_get_pmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578255136
    },
    "ipsec_get_reqlevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578239088
    },
    "ipsec_getpcbpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578240576
    },
    "ipsec_hdrsiz_inpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578240400
    },
    "ipsec_hdrsiz_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578240144
    },
    "ipsec_hexdump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578335488
    },
    "ipsec_if_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576910736
    },
    "ipsec_in_reject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578237504
    },
    "ipsec_init_pcbpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578260384
    },
    "ipsec_init_reqid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576915920
    },
    "ipsec_initialized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578242912
    },
    "ipsec_input.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipsec_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576912848
    },
    "ipsec_ioctl_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613050928
    },
    "ipsec_ioctl_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609828400
    },
    "ipsec_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828144
    },
    "ipsec_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828168
    },
    "ipsec_key_lft_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608212336
    },
    "ipsec_mbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipsec_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609978736
    },
    "ipsec_mod.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipsec_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578253600
    },
    "ipsec_newisr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578275856
    },
    "ipsec_optlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipsec_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576914960
    },
    "ipsec_output.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipsec_pcb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipsec_prepend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578259456
    },
    "ipsec_process_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578257984
    },
    "ipsec_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576914944
    },
    "ipsec_reassign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576914976
    },
    "ipsec_run_hhooks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578238944
    },
    "ipsec_sa2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578335232
    },
    "ipsec_set_addresses": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576915120
    },
    "ipsec_set_reqid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576915472
    },
    "ipsec_set_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576916240
    },
    "ipsec_setspidx_inpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578259856
    },
    "ipsec_srcaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576911616
    },
    "ipsec_srchash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576912480
    },
    "ipsec_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576914528
    },
    "ipsec_updateid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578242816
    },
    "ipsec_updatereplay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578241904
    },
    "ipsecmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609978672
    },
    "ipsecname": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585229112
    },
    "ipseczeroes": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613140864
    },
    "ipstart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ipstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729488
    },
    "iptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577721696
    },
    "iptos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "iptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipttl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ipv4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ipv4_encap_cfg": {
      "type": {
        "kind": "struct",
        "name": "encap_config"
      },
      "address": 18446744071585312520
    },
    "ipv4_encaptab": {
      "type": {
        "kind": "struct",
        "name": "encaptab_head"
      },
      "address": 18446744071613059008
    },
    "ipv4_ipsec": {
      "type": {
        "kind": "struct",
        "name": "ipsec_support"
      },
      "address": 18446744071585309424
    },
    "ipv4_ipsec_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipsec_support"
        }
      },
      "address": 18446744071585309440
    },
    "ipv4_methods": {
      "type": {
        "kind": "struct",
        "name": "ipsec_methods"
      },
      "address": 18446744071585309472
    },
    "ipv4_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule_node"
        }
      },
      "address": 0
    },
    "ipv4_srcaddrtab": {
      "type": {
        "kind": "struct",
        "name": "srcaddrtab_head"
      },
      "address": 18446744071613059000
    },
    "ipv6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ipv6_encap_cfg": {
      "type": {
        "kind": "struct",
        "name": "encap_config"
      },
      "address": 18446744071585312584
    },
    "ipv6_encaptab": {
      "type": {
        "kind": "struct",
        "name": "encaptab_head"
      },
      "address": 18446744071613059024
    },
    "ipv6_ipsec": {
      "type": {
        "kind": "struct",
        "name": "ipsec_support"
      },
      "address": 18446744071585309448
    },
    "ipv6_ipsec_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipsec_support"
        }
      },
      "address": 18446744071585309464
    },
    "ipv6_methods": {
      "type": {
        "kind": "struct",
        "name": "ipsec_methods"
      },
      "address": 18446744071585309552
    },
    "ipv6_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule_node"
        }
      },
      "address": 0
    },
    "ipv6_srcaddrtab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "srcaddrtab"
        }
      },
      "address": 18446744071613132760
    },
    "ipw_assoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569696880
    },
    "ipw_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569676976
    },
    "ipw_bss_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608488560
    },
    "ipw_bss_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569700256
    },
    "ipw_bss_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608488472
    },
    "ipw_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569694032
    },
    "ipw_cmdname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569695344
    },
    "ipw_cmdname.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760392
    },
    "ipw_cmdname.cmds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584781200
    },
    "ipw_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569692464
    },
    "ipw_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760388
    },
    "ipw_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569680048
    },
    "ipw_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569695632
    },
    "ipw_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608488368
    },
    "ipw_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569694864
    },
    "ipw_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569682512
    },
    "ipw_ibss_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608488736
    },
    "ipw_ibss_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569700432
    },
    "ipw_ibss_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608488648
    },
    "ipw_ident_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ipw_ident"
        }
      },
      "address": 18446744071584781168
    },
    "ipw_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569689440
    },
    "ipw_init_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569680544
    },
    "ipw_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569685376
    },
    "ipw_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569696688
    },
    "ipw_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584781056
    },
    "ipw_monitor_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608488912
    },
    "ipw_monitor_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569700608
    },
    "ipw_monitor_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608488824
    },
    "ipw_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569696016
    },
    "ipw_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569684640
    },
    "ipw_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608488320
    },
    "ipw_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608488296
    },
    "ipw_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608488176
    },
    "ipw_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569676752
    },
    "ipw_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569683760
    },
    "ipw_read_prom_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569680992
    },
    "ipw_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569688784
    },
    "ipw_release_sbd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569693728
    },
    "ipw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569680704
    },
    "ipw_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569680416
    },
    "ipw_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569683728
    },
    "ipw_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569683184
    },
    "ipw_scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569683744
    },
    "ipw_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569682640
    },
    "ipw_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569683312
    },
    "ipw_setbssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569698368
    },
    "ipw_setbssid.zerobssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584781632
    },
    "ipw_setchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569694752
    },
    "ipw_setscanopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569695776
    },
    "ipw_setssid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569695872
    },
    "ipw_setwepkeys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569697728
    },
    "ipw_setwpaie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569698512
    },
    "ipw_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569680352
    },
    "ipw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569698720
    },
    "ipw_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569699984
    },
    "ipw_stop_master": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569692080
    },
    "ipw_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569680384
    },
    "ipw_sysctl_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569684992
    },
    "ipw_sysctl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569685088
    },
    "ipw_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569684336
    },
    "ipw_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569683808
    },
    "ipw_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569684288
    },
    "ipw_waitfordisable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569694960
    },
    "ipw_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569693392
    },
    "ipw_write_table1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569692336
    },
    "ipwbssfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipwibssfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ipwmonitorfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_iq"
        }
      },
      "address": 0
    },
    "iqCorrMeas": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iqCorrNeg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iq_cal_single_sample": {
      "type": {
        "kind": "struct",
        "name": "HAL_PERCAL_DATA"
      },
      "address": 18446744071584309608
    },
    "iq_channel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_channel"
        }
      },
      "address": 0
    },
    "iq_corr_a0_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iq_corr_a0_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iq_corr_a1_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iq_corr_a1_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iq_corr_meas": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iq_corr_neg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iq_res": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "iqa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iqcal_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iqcc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "iqd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iql": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e85ea60037298744"
      },
      "address": 0
    },
    "iqn_prefix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ir": {
      "type": {
        "kind": "struct",
        "name": "ifreq"
      },
      "address": 0
    },
    "irdcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "irdma_close_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203056
    },
    "irdma_di_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "irdma_di_msix_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203176
    },
    "irdma_di_qset_register_request_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203200
    },
    "irdma_di_req_handler_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203248
    },
    "irdma_di_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203152
    },
    "irdma_di_vsi_filter_update_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203224
    },
    "irdma_event_handler_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203128
    },
    "irdma_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "irdma_link_change_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203104
    },
    "irdma_open_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203032
    },
    "irdma_probe_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203008
    },
    "irdma_remove_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610203080
    },
    "iread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_iread64_wqe_t"
        }
      },
      "address": 0
    },
    "ireason": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "irflag": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "iria": {
      "type": {
        "kind": "struct",
        "name": "inst_rmrr_iter_args"
      },
      "address": 0
    },
    "iro": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "irq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "irq_claim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "irq_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_irq_context"
        }
      },
      "address": 0
    },
    "irq_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "irq_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "irq_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "irq_rman": {
      "type": {
        "kind": "struct",
        "name": "rman"
      },
      "address": 18446744071613453560
    },
    "irqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "irq_ent"
        }
      },
      "address": 0
    },
    "irqn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "irqn_not_used": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "irqnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "irqres": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "irqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "irqw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "irq_work"
        }
      },
      "address": 0
    },
    "irr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "irstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "irta": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "irte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_irte_t"
        }
      },
      "address": 0
    },
    "irteup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "unnamed_df1cedd1274049d0"
        }
      },
      "address": 0
    },
    "iru": {
      "type": {
        "kind": "struct",
        "name": "if_rxd_update"
      },
      "address": 0
    },
    "is": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intsrc"
        }
      },
      "address": 0
    },
    "is11bclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577235920
    },
    "is11n": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is2GHz": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "is2ghz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is40": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "is4addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is5ghz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isAif": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isBmode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "isCalDone": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "isComp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isDDS": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isDMS": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isDictionary": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isDxS": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isFastResponse": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isFirstDesc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isHt40CtlMode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "isLongOffset": {
      "type": {
        "kind": "enum",
        "name": "unnamed_05a98c72e0dfea75"
      },
      "address": 0
    },
    "isRead": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "isReadAhead": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isSkipFrame": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isUplink": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_11n": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_2g": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_2ghz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_SATA_SSD": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_abs_real": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_all": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_ampdu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_ampdu_pending": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_ampdu_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_amsdu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_assert": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_beacon": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_bound": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_bridge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_broadcast": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_busy": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_bw_cos_exist": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_cal_done": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "is_cal_reusable": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "is_cck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_cdrom": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_chan_2g": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "is_chan_5ghz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_checked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_clear": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_cm": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "is_cmd_for_retry": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_complete": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_completion_needed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "is_crc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_ctrl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_dc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_dead": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_density": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_directory": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_dmar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_done": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_em": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_empty": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_emu10k1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "is_er_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_eth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_ext_irq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_fabric": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_fc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_filter_list_change": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_final": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_first_object_locked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_fpu_kern_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581403488
    },
    "is_frag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_fuzzy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_general_query": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_going_down": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_good": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_group_manager": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_gw": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_ht40": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_ht40_ctl_mode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "is_hub": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_hw_decrypted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_hw_scan": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_ipv4": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_ipv6": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_large_entity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569066528
    },
    "is_linux": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_mcast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_mde_list_valid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "is_mgmt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_mute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_new": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_new_rule": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_newentry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_nfsv3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_no_direct": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_on": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "is_onlink": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_override": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_physical_device": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "is_pointing_stick": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_port4mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "is_prevent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_procstack": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_proxysta_key": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_pspoll": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_random_seeded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571885248
    },
    "is_read": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_remapped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_removed": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_required": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_restore": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "is_router": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_shared_key": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_shared_prio": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_sleeping": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_snap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_solicited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_start": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_stopped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_suspend": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_sw_lldp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_tls": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_tx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "is_tx_fltr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_tx_gain_forced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_uc": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_ufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_up": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_v1v2": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_v3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_vf": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "is_vht": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "is_vmalloc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578868272
    },
    "is_write": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "is_zfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isa_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575024448
    },
    "isa_add_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575026128
    },
    "isa_add_config_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609609368
    },
    "isa_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581275008
    },
    "isa_assign_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575021376
    },
    "isa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575024432
    },
    "isa_bus_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071613439224
    },
    "isa_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575025168
    },
    "isa_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575026112
    },
    "isa_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575025888
    },
    "isa_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isa_dma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isa_dma_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581275936
    },
    "isa_dma_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581275328
    },
    "isa_dma_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613439088
    },
    "isa_dma_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610159464
    },
    "isa_dma_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610159248
    },
    "isa_dma_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610159272
    },
    "isa_dma_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581276160
    },
    "isa_dmacascade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581276320
    },
    "isa_dmadone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581277264
    },
    "isa_dmastart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581276480
    },
    "isa_dmastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581277632
    },
    "isa_dmastatus_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581277760
    },
    "isa_dmastop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581278016
    },
    "isa_dmatc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581277968
    },
    "isa_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609609488
    },
    "isa_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575025312
    },
    "isa_eisab_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609609952
    },
    "isa_eisab_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609609928
    },
    "isa_eisabmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609609656
    },
    "isa_get_resource_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575025776
    },
    "isa_hint_device_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575027136
    },
    "isa_hinted_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575026464
    },
    "isa_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608331232
    },
    "isa_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isa_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581274992
    },
    "isa_isab_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609609864
    },
    "isa_isab_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609609840
    },
    "isa_isabmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609609584
    },
    "isa_legacy_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610159104
    },
    "isa_legacy_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610159080
    },
    "isa_legacymodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610158968
    },
    "isa_methods": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585163568
    },
    "isa_nmi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581278432
    },
    "isa_ns8250_ids": {
      "type": {
        "count": 86,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071609398448
    },
    "isa_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isa_pnp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575026352
    },
    "isa_pnp_probe_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609609416
    },
    "isa_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isa_print_all_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575023920
    },
    "isa_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575023856
    },
    "isa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575024384
    },
    "isa_probe_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575020464
    },
    "isa_probe_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575024672
    },
    "isa_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575024752
    },
    "isa_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581275248
    },
    "isa_running": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529612
    },
    "isa_set_config_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575026304
    },
    "isa_set_config_callback_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609609392
    },
    "isa_set_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575025792
    },
    "isa_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575025056
    },
    "isa_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610159192
    },
    "isa_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610159168
    },
    "isa_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610159040
    },
    "isab_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575023616
    },
    "isab_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609094048
    },
    "isab_methods": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584915200
    },
    "isab_pci_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571627552
    },
    "isab_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571627520
    },
    "isab_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609094000
    },
    "isab_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609093976
    },
    "isab_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571626832
    },
    "isab_pci_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571627920
    },
    "isab_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609093936
    },
    "isaddr": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "isadir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isaggr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isahint.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isap_desc_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_isap_resouce_descriptor_v1_t"
        }
      },
      "address": 0
    },
    "isavga_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312048
    },
    "isavga_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610215024
    },
    "isavga_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582311504
    },
    "isavga_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587186496
    },
    "isavga_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582311600
    },
    "isavga_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312272
    },
    "isavga_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312224
    },
    "isbe": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "isbroadcast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isbss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "isci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isci_softc"
        }
      },
      "address": 0
    },
    "isci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581053280
    },
    "isci_allocate_dma_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581046944
    },
    "isci_allocate_dma_buffer_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581046896
    },
    "isci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047616
    },
    "isci_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_CONTROLLER"
        }
      },
      "address": 0
    },
    "isci_controller.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_controller_allocate_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581052320
    },
    "isci_controller_attach_to_cam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581051728
    },
    "isci_controller_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581050064
    },
    "isci_controller_domain_discovery_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581049584
    },
    "isci_controller_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581050528
    },
    "isci_controller_release_queued_ccbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581053904
    },
    "isci_controller_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581053216
    },
    "isci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581048000
    },
    "isci_devq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_devq"
        }
      },
      "address": 0
    },
    "isci_domain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_DOMAIN"
        }
      },
      "address": 0
    },
    "isci_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_domain_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054752
    },
    "isci_get_oem_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581059552
    },
    "isci_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581046336
    },
    "isci_interrupt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_interrupt_legacy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581055824
    },
    "isci_interrupt_msix_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581056112
    },
    "isci_interrupt_poll_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581056304
    },
    "isci_interrupt_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054816
    },
    "isci_io_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_io_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581056432
    },
    "isci_io_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058384
    },
    "isci_io_request_execute_scsi_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058160
    },
    "isci_io_request_execute_smp_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058800
    },
    "isci_io_request_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058640
    },
    "isci_led_fault_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581052224
    },
    "isci_led_locate_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581052272
    },
    "isci_log_message": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581059344
    },
    "isci_logger.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_oem_parameters.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610133240
    },
    "isci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610133192
    },
    "isci_pci_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587078864
    },
    "isci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610133168
    },
    "isci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610133104
    },
    "isci_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581053888
    },
    "isci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047456
    },
    "isci_remote_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_REMOTE_DEVICE"
        }
      },
      "address": 0
    },
    "isci_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_remote_device_freeze_lun_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581061056
    },
    "isci_remote_device_get_bitrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581060880
    },
    "isci_remote_device_release_device_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581060224
    },
    "isci_remote_device_release_lun_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581061168
    },
    "isci_remote_device_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581060464
    },
    "isci_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_IO_REQUEST"
        }
      },
      "address": 0
    },
    "isci_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058096
    },
    "isci_single_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581050000
    },
    "isci_sysctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_sysctl_coalesce_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581061904
    },
    "isci_sysctl_coalesce_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581061776
    },
    "isci_sysctl_fail_on_task_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581062640
    },
    "isci_sysctl_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581061280
    },
    "isci_sysctl_log_frozen_lun_masks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581062448
    },
    "isci_sysctl_reset_remote_device_on_controller0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581062032
    },
    "isci_sysctl_reset_remote_device_on_controller1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581062112
    },
    "isci_sysctl_reset_remote_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581062928
    },
    "isci_sysctl_start_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581062320
    },
    "isci_sysctl_stop_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581062192
    },
    "isci_task_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_TASK_REQUEST"
        }
      },
      "address": 0
    },
    "isci_task_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_task_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063184
    },
    "isci_timer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_TIMER"
        }
      },
      "address": 0
    },
    "isci_timer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isci_timer_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063856
    },
    "iscsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_transportid_iscsi_device"
        }
      },
      "address": 0
    },
    "iscsi_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "isdefault": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isdgram": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isdone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isdotdot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isdrm": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "isdyn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ise": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_scan_entry"
        }
      },
      "address": 0
    },
    "iseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_init_seg"
        }
      },
      "address": 0
    },
    "isff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574893040
    },
    "isfrag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isgroup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isindir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isinet6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isipv6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "isize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "islept": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "islocal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "islocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ism": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ismcast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ismrr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isn_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613059920
    },
    "isnew": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isnormal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iso_blknum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iso_bsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iso_mountfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575042096
    },
    "iso_shipdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575048656
    },
    "isoc_range_max": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585052586
    },
    "isoc_time_complete_uptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "isochar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575035504
    },
    "isodirino": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575032416
    },
    "isoend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "isoflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isofncmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575035888
    },
    "isofntrans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575038480
    },
    "isomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iso_mnt"
        }
      },
      "address": 0
    },
    "isowned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isowner": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ispsoftc_t"
        }
      },
      "address": 0
    },
    "isp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isp_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569749760
    },
    "isp_allocate_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569760160
    },
    "isp_announced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760432
    },
    "isp_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569743024
    },
    "isp_async.prom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584793264
    },
    "isp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569740064
    },
    "isp_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608489016
    },
    "isp_change_fw_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569706928
    },
    "isp_class3_roles": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608489216
    },
    "isp_clear_commands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569762848
    },
    "isp_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569714176
    },
    "isp_ct_passthru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569735216
    },
    "isp_default_wwn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569747968
    },
    "isp_destroy_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569760464
    },
    "isp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569742432
    },
    "isp_detach_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569742256
    },
    "isp_dma2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569749072
    },
    "isp_dmafree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569749360
    },
    "isp_dmasetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569748896
    },
    "isp_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569742656
    },
    "isp_dump_portdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569761520
    },
    "isp_exec_entry_mbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569778512
    },
    "isp_exec_entry_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569778848
    },
    "isp_fc_fw_statename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569762736
    },
    "isp_fc_loop_statename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569762768
    },
    "isp_fc_runstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569761296
    },
    "isp_fc_scratch_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569748400
    },
    "isp_fc_toponame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569762800
    },
    "isp_fcp_next_crn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569749488
    },
    "isp_fcp_reset_crn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569747264
    },
    "isp_find_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569760384
    },
    "isp_find_pdb_by_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569773216
    },
    "isp_find_pdb_by_portid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569773328
    },
    "isp_find_pdb_by_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569773072
    },
    "isp_find_pdb_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569772944
    },
    "isp_find_xs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569760256
    },
    "isp_freebsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isp_gdt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569747936
    },
    "isp_gdt_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569751856
    },
    "isp_gen_role_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569761872
    },
    "isp_get_24xx_abrt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569764816
    },
    "isp_get_24xx_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569764640
    },
    "isp_get_abts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569775936
    },
    "isp_get_abts_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569776656
    },
    "isp_get_atio7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569773504
    },
    "isp_get_cont_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569764480
    },
    "isp_get_ct_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569769440
    },
    "isp_get_ct_pt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569768768
    },
    "isp_get_ctio7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569774160
    },
    "isp_get_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569777456
    },
    "isp_get_fc_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569771504
    },
    "isp_get_fcp_cmnd_iu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569771824
    },
    "isp_get_ga_nxt_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569770080
    },
    "isp_get_gff_id_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569769904
    },
    "isp_get_gft_id_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569769728
    },
    "isp_get_gid_xx_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569769248
    },
    "isp_get_gxn_id_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569769552
    },
    "isp_get_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569763488
    },
    "isp_get_notify_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569774928
    },
    "isp_get_notify_ack_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569775584
    },
    "isp_get_pdb_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569767376
    },
    "isp_get_plogx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569767840
    },
    "isp_get_pnhle_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569767792
    },
    "isp_get_response_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569763520
    },
    "isp_get_ridacq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569768384
    },
    "isp_get_vp_ctrl_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569766368
    },
    "isp_get_vp_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569767008
    },
    "isp_get_vp_port_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569765936
    },
    "isp_get_wwn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569725520
    },
    "isp_getpdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569724928
    },
    "isp_gff_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569736400
    },
    "isp_gft_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569736944
    },
    "isp_gone_device_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608489008
    },
    "isp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569709264
    },
    "isp_intr_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569730096
    },
    "isp_intr_mbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569726656
    },
    "isp_intr_respq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569726832
    },
    "isp_kthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569752736
    },
    "isp_library.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isp_login_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569737360
    },
    "isp_loop_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569747424
    },
    "isp_loop_down_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608489000
    },
    "isp_make_here": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569747728
    },
    "isp_mboxcmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569705824
    },
    "isp_nanotime_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569748336
    },
    "isp_nvports": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760440
    },
    "isp_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isp_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569780064
    },
    "isp_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569784816
    },
    "isp_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608489456
    },
    "isp_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608489408
    },
    "isp_pci_irqsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569787776
    },
    "isp_pci_mbxdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569785696
    },
    "isp_pci_mbxdmafree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569788864
    },
    "isp_pci_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584794960
    },
    "isp_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608489384
    },
    "isp_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569779536
    },
    "isp_pci_rd_reg_2400": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569785536
    },
    "isp_pci_rd_reg_2600": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569789584
    },
    "isp_pci_run_isr_2400": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569785344
    },
    "isp_pci_wr_reg_2400": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569785600
    },
    "isp_pci_wr_reg_2600": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569789824
    },
    "isp_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608489296
    },
    "isp_pdb_add_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569735616
    },
    "isp_platform_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569748480
    },
    "isp_platform_intr_atio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569748752
    },
    "isp_platform_intr_resp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569748608
    },
    "isp_plogx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569725808
    },
    "isp_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569751824
    },
    "isp_print_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569759648
    },
    "isp_print_qentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569760608
    },
    "isp_prt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569747008
    },
    "isp_put_24xx_abrt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569764096
    },
    "isp_put_24xx_tmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569763744
    },
    "isp_put_abts_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569776272
    },
    "isp_put_cont64_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569759520
    },
    "isp_put_ct_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569772240
    },
    "isp_put_ct_pt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569768960
    },
    "isp_put_ctio7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569773888
    },
    "isp_put_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569776928
    },
    "isp_put_fc_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569771664
    },
    "isp_put_fcp_rsp_iu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569772832
    },
    "isp_put_gid_ft_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569769152
    },
    "isp_put_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569763456
    },
    "isp_put_icb_2400": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569765200
    },
    "isp_put_icb_2400_vpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569765760
    },
    "isp_put_marker_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569763536
    },
    "isp_put_notify_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569774624
    },
    "isp_put_notify_ack_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569775232
    },
    "isp_put_plogx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569768112
    },
    "isp_put_request_t7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569759968
    },
    "isp_put_rff_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569772480
    },
    "isp_put_rft_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569772032
    },
    "isp_put_rsnn_nn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569772656
    },
    "isp_put_rspn_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569772352
    },
    "isp_put_vp_ctrl_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569766096
    },
    "isp_put_vp_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569766640
    },
    "isp_put_vp_port_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569765792
    },
    "isp_quickboot_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608489004
    },
    "isp_read_flt_2xxx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569738640
    },
    "isp_register_fc4_features_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569733328
    },
    "isp_register_fc4_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569732880
    },
    "isp_register_node_name_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569734512
    },
    "isp_register_port_name_24xx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569733808
    },
    "isp_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569732272
    },
    "isp_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569700784
    },
    "isp_reset.dcrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584787072
    },
    "isp_reset.patterns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584787120
    },
    "isp_role_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569754464
    },
    "isp_rq_check_above": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569754784
    },
    "isp_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569757536
    },
    "isp_send_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569778224
    },
    "isp_setdfltfcparm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569707056
    },
    "isp_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569709008
    },
    "isp_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569712512
    },
    "isp_target.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "isp_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569742176
    },
    "isp_timer_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760436
    },
    "isp_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569754944
    },
    "isp_xs_prt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569748224
    },
    "isperiodic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ispioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569755344
    },
    "isr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isr0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isr1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isr2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isr5": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isr_prot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intsrc"
        }
      },
      "address": 0
    },
    "isrc_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isread": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isroot": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "iss": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "isshort": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "istart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "istart1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "istart2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "istart3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "istart4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "istat": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "istatc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "istats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_MIB_STATS"
        }
      },
      "address": 0
    },
    "istatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "istgt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "istmp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isudp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isudplite": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isverified": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "isvf": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "isvnunlocked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "iswep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iswmeinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577236880
    },
    "isxen.xen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610220560
    },
    "iszone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "it": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_base"
        }
      },
      "address": 0
    },
    "it6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "itable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "itaddr": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "itd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "itd_offset": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "item": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_dis_txq_item"
        }
      },
      "address": 0
    },
    "item_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "item_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "itemdomain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "items": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "iter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_table"
        }
      },
      "address": 0
    },
    "iter_client": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_client_priv_data"
        }
      },
      "address": 0
    },
    "iter_fg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_group"
        }
      },
      "address": 0
    },
    "iter_fte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_fte"
        }
      },
      "address": 0
    },
    "iter_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_handler"
        }
      },
      "address": 0
    },
    "iter_idx_save": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iter_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule_node"
        }
      },
      "address": 0
    },
    "iter_ns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_base"
        }
      },
      "address": 0
    },
    "iter_prio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_prio"
        }
      },
      "address": 0
    },
    "iter_prio2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_base"
        }
      },
      "address": 0
    },
    "iter_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule"
        }
      },
      "address": 0
    },
    "iterarg": {
      "type": {
        "kind": "struct",
        "name": "kern_proc_out_args"
      },
      "address": 0
    },
    "iterate_rules_in_ns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579270496
    },
    "iteration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iterator": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "iters": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "itg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ithd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_thread"
        }
      },
      "address": 0
    },
    "ithread_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575314976
    },
    "ithread_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575309792
    },
    "itimer_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575708944
    },
    "itimer_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575710832
    },
    "itimer_fire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575710864
    },
    "itimer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575710800
    },
    "itimer_proc_continue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575702384
    },
    "itimer_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575709488
    },
    "itimer_start.rt_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585179760
    },
    "itimer_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612809728
    },
    "itimerdecr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575703984
    },
    "itimerfix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575701792
    },
    "itimers_event_exit_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575709216
    },
    "itimers_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575709200
    },
    "itimers_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575709472
    },
    "itimo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "itos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_mgmt_list_entry"
        }
      },
      "address": 0
    },
    "itr_indx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "itr_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_setting"
        }
      },
      "address": 0
    },
    "its": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "itimers"
        }
      },
      "address": 0
    },
    "itstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ittl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "itv": {
      "type": {
        "kind": "struct",
        "name": "itimerval"
      },
      "address": 0
    },
    "itvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "itimerval"
        }
      },
      "address": 0
    },
    "itype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcct_iu_header_t"
        }
      },
      "address": 0
    },
    "iu_layer_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_iu_layer_desc_t"
        }
      },
      "address": 0
    },
    "iu_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211vap"
        }
      },
      "address": 0
    },
    "iv16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "iv32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iv_img_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "iv_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "iv_ofs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ival": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ivalue": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ivar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ivars": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdc_ivars"
        }
      },
      "address": 0
    },
    "ivec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_ivec_t"
        }
      },
      "address": 0
    },
    "ivend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ivlan": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ivlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ivp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ivy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569790304
    },
    "iwi_auth_and_assoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569815744
    },
    "iwi_bss_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608490440
    },
    "iwi_bss_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569822080
    },
    "iwi_bss_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608490352
    },
    "iwi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569812208
    },
    "iwi_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569810752
    },
    "iwi_cvtrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569818112
    },
    "iwi_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760444
    },
    "iwi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569793008
    },
    "iwi_disassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569794832
    },
    "iwi_disassociate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569812960
    },
    "iwi_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569813904
    },
    "iwi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608490248
    },
    "iwi_free_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569814256
    },
    "iwi_free_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569813936
    },
    "iwi_fw_states": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584798112
    },
    "iwi_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569797552
    },
    "iwi_ibss_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608490616
    },
    "iwi_ibss_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569822256
    },
    "iwi_ibss_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608490528
    },
    "iwi_ident_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iwi_ident"
        }
      },
      "address": 18446744071584798032
    },
    "iwi_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569806336
    },
    "iwi_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569806512
    },
    "iwi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569802464
    },
    "iwi_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569800784
    },
    "iwi_led_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569821904
    },
    "iwi_led_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569820880
    },
    "iwi_led_event.blinkrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584798304
    },
    "iwi_led_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569821664
    },
    "iwi_ledattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569802016
    },
    "iwi_load_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569809152
    },
    "iwi_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569815456
    },
    "iwi_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584797920
    },
    "iwi_monitor_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608490792
    },
    "iwi_monitor_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569822432
    },
    "iwi_monitor_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608490704
    },
    "iwi_monitor_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569794992
    },
    "iwi_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569814848
    },
    "iwi_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569797856
    },
    "iwi_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569797936
    },
    "iwi_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569801456
    },
    "iwi_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608490200
    },
    "iwi_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608490176
    },
    "iwi_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608490080
    },
    "iwi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569790016
    },
    "iwi_radio_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569794336
    },
    "iwi_radio_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569794272
    },
    "iwi_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798064
    },
    "iwi_read_prom_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569796032
    },
    "iwi_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569795168
    },
    "iwi_reset_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569812000
    },
    "iwi_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569794816
    },
    "iwi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569794144
    },
    "iwi_rfkill_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569812816
    },
    "iwi_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798352
    },
    "iwi_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798128
    },
    "iwi_scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798544
    },
    "iwi_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798112
    },
    "iwi_scanchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569813168
    },
    "iwi_scanchan.scantype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584798160
    },
    "iwi_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798304
    },
    "iwi_set_rateset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569812544
    },
    "iwi_set_sensitivity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569817424
    },
    "iwi_setup_ofw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569815584
    },
    "iwi_setwepkeys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569817520
    },
    "iwi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569793872
    },
    "iwi_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569818224
    },
    "iwi_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569821920
    },
    "iwi_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569808880
    },
    "iwi_stop_master": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569810304
    },
    "iwi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569794112
    },
    "iwi_sysctl_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569820000
    },
    "iwi_sysctl_softled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569820272
    },
    "iwi_sysctl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569820064
    },
    "iwi_sysctlattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569801696
    },
    "iwi_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569801056
    },
    "iwi_tx_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569820576
    },
    "iwi_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798720
    },
    "iwi_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569800736
    },
    "iwi_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569811696
    },
    "iwi_wme_cck_params": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "wmeParams"
        }
      },
      "address": 18446744071584798224
    },
    "iwi_wme_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569795616
    },
    "iwi_wme_ofdm_params": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "wmeParams"
        }
      },
      "address": 18446744071584798256
    },
    "iwi_wme_setie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569817328
    },
    "iwi_wme_setparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569814464
    },
    "iwi_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569798560
    },
    "iwibssfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwiibssfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwimonitorfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm3160_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806584
    },
    "iwm3160fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm3160fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608491400
    },
    "iwm3160fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882208
    },
    "iwm3160fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608491312
    },
    "iwm3165_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806632
    },
    "iwm3168_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806680
    },
    "iwm3168fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm3168fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608491576
    },
    "iwm3168fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882304
    },
    "iwm3168fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608491488
    },
    "iwm7260_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806536
    },
    "iwm7260fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm7260fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608491752
    },
    "iwm7260fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882400
    },
    "iwm7260fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608491664
    },
    "iwm7265Dfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm7265Dfw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608492104
    },
    "iwm7265Dfw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882592
    },
    "iwm7265Dfw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608492016
    },
    "iwm7265_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806728
    },
    "iwm7265d_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806776
    },
    "iwm7265fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm7265fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608491928
    },
    "iwm7265fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882496
    },
    "iwm7265fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608491840
    },
    "iwm8000Cfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm8000Cfw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608492280
    },
    "iwm8000Cfw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882688
    },
    "iwm8000Cfw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608492192
    },
    "iwm8260_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806824
    },
    "iwm8265_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806872
    },
    "iwm8265fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwm8265fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608492456
    },
    "iwm8265fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882784
    },
    "iwm8265fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608492368
    },
    "iwm9260_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806968
    },
    "iwm9560_cfg": {
      "type": {
        "kind": "struct",
        "name": "iwm_cfg"
      },
      "address": 18446744071584806920
    },
    "iwm_abort_notification_waits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569863456
    },
    "iwm_ac_to_tx_fifo": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584807016
    },
    "iwm_add_aux_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569878608
    },
    "iwm_add_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569877568
    },
    "iwm_alive_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569852064
    },
    "iwm_alloc_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569827456
    },
    "iwm_alloc_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569827040
    },
    "iwm_apm_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569866560
    },
    "iwm_apm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569866928
    },
    "iwm_apm_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569868064
    },
    "iwm_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569823568
    },
    "iwm_binding_add_vif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569858496
    },
    "iwm_binding_remove_vif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569858848
    },
    "iwm_binding_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569858576
    },
    "iwm_bring_down_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569855760
    },
    "iwm_check_rfkill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865904
    },
    "iwm_clear_bits_prph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865792
    },
    "iwm_config_umac_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569873424
    },
    "iwm_del_aux_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569878864
    },
    "iwm_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569825968
    },
    "iwm_detach_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569830720
    },
    "iwm_devices": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iwm_devices"
        }
      },
      "address": 18446744071584806208
    },
    "iwm_disable_beacon_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569872016
    },
    "iwm_dma_contig_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569881504
    },
    "iwm_dma_contig_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569881888
    },
    "iwm_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569881856
    },
    "iwm_drain_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569877776
    },
    "iwm_enable_beacon_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569871888
    },
    "iwm_enable_rfkill_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865808
    },
    "iwm_enable_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569822608
    },
    "iwm_endscan_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569826784
    },
    "iwm_fill_probe_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569874848
    },
    "iwm_flush_tx_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569823104
    },
    "iwm_free_fw_paging": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569859088
    },
    "iwm_free_resp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569881072
    },
    "iwm_free_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569842080
    },
    "iwm_free_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569841856
    },
    "iwm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569856960
    },
    "iwm_init_channel_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569845344
    },
    "iwm_init_notification_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569863632
    },
    "iwm_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569831904
    },
    "iwm_lar_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760472
    },
    "iwm_led_blink_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569860688
    },
    "iwm_led_blink_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569860976
    },
    "iwm_led_blink_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569860752
    },
    "iwm_led_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569860640
    },
    "iwm_led_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569860592
    },
    "iwm_lmac_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569875296
    },
    "iwm_load_ucode_wait_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569848640
    },
    "iwm_load_ucode_wait_alive.alive_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584806468
    },
    "iwm_mac_ctx_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569861152
    },
    "iwm_mac_ctxt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569861056
    },
    "iwm_mac_ctxt_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569862816
    },
    "iwm_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569853552
    },
    "iwm_nic_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569864976
    },
    "iwm_nic_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865168
    },
    "iwm_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569846400
    },
    "iwm_notification_wait_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569863120
    },
    "iwm_notification_wait_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569862880
    },
    "iwm_notification_wait_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569863168
    },
    "iwm_nvm_channels": {
      "type": {
        "count": 39,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584805968
    },
    "iwm_nvm_channels_8000": {
      "type": {
        "count": 51,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584806016
    },
    "iwm_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569847936
    },
    "iwm_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608491128
    },
    "iwm_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608491080
    },
    "iwm_pci_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584806112
    },
    "iwm_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608491056
    },
    "iwm_pcie_clear_cmd_in_flight": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569869168
    },
    "iwm_pcie_load_cpu_sections_8000": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569852208
    },
    "iwm_pcie_load_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569852704
    },
    "iwm_pcie_rx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569868720
    },
    "iwm_pcie_set_cmd_in_flight": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569869264
    },
    "iwm_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608490904
    },
    "iwm_phy_ctxt_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569869520
    },
    "iwm_phy_ctxt_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569869552
    },
    "iwm_phy_ctxt_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569869856
    },
    "iwm_phy_db_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569870016
    },
    "iwm_phy_db_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569869888
    },
    "iwm_phy_db_send_all_channel_groups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569871488
    },
    "iwm_phy_db_set_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569870400
    },
    "iwm_poll_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865376
    },
    "iwm_poll_prph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569864576
    },
    "iwm_power_scheme": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608491240
    },
    "iwm_power_update_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569873232
    },
    "iwm_power_update_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569872512
    },
    "iwm_power_update_ps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569872128
    },
    "iwm_preinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569830032
    },
    "iwm_prepare_card_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569866368
    },
    "iwm_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569823264
    },
    "iwm_protect_session": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569879024
    },
    "iwm_rate2ridx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569839648
    },
    "iwm_rates": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iwm_rate"
        }
      },
      "address": 18446744071584806080
    },
    "iwm_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569846128
    },
    "iwm_read_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569827968
    },
    "iwm_read_prph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569864256
    },
    "iwm_remove_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569864080
    },
    "iwm_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569826208
    },
    "iwm_rftoggle_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569826816
    },
    "iwm_ridx2rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569823200
    },
    "iwm_rm_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569877984
    },
    "iwm_rm_sta_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569878528
    },
    "iwm_run_init_ucode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569842352
    },
    "iwm_run_init_ucode.init_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584806464
    },
    "iwm_rx_addbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569838528
    },
    "iwm_rx_diversity_allowed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882128
    },
    "iwm_rx_lmac_scan_complete_notif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569873312
    },
    "iwm_rx_mpdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569836784
    },
    "iwm_rx_time_event_notif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569878896
    },
    "iwm_rx_umac_scan_complete_notif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569873392
    },
    "iwm_save_fw_paging": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569859552
    },
    "iwm_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569847040
    },
    "iwm_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569846800
    },
    "iwm_scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569847056
    },
    "iwm_scan_rate_n_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569876272
    },
    "iwm_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569846464
    },
    "iwm_scan_stop_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569876608
    },
    "iwm_scan_stop_wait.scan_done_notif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584807064
    },
    "iwm_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569879904
    },
    "iwm_send_cmd_pdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569881104
    },
    "iwm_send_cmd_pdu_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569881312
    },
    "iwm_send_cmd_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569881184
    },
    "iwm_send_lq_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882016
    },
    "iwm_send_paging_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569860384
    },
    "iwm_send_phy_cfg_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569851904
    },
    "iwm_send_phy_db_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569870832
    },
    "iwm_set_bits_mask_prph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865504
    },
    "iwm_set_bits_prph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865776
    },
    "iwm_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569847024
    },
    "iwm_set_hw_address_family_8000.reserved_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584806470
    },
    "iwm_set_hw_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865984
    },
    "iwm_set_pwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569868688
    },
    "iwm_setrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569839152
    },
    "iwm_sf_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569876976
    },
    "iwm_sta_send_to_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569877296
    },
    "iwm_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569838896
    },
    "iwm_start_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569868368
    },
    "iwm_stop_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569835584
    },
    "iwm_stop_session_protection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569879680
    },
    "iwm_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569826000
    },
    "iwm_te_notif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569879632
    },
    "iwm_time_event_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569879840
    },
    "iwm_time_event_send_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569879392
    },
    "iwm_time_event_send_add.time_event_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584807160
    },
    "iwm_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569848256
    },
    "iwm_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569839792
    },
    "iwm_tx_rateidx_global_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569841744
    },
    "iwm_umac_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569873920
    },
    "iwm_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569847008
    },
    "iwm_update_quotas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569856448
    },
    "iwm_update_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569877584
    },
    "iwm_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569845840
    },
    "iwm_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569846080
    },
    "iwm_wait_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569863824
    },
    "iwm_wait_phy_db_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569848528
    },
    "iwm_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569841600
    },
    "iwm_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569847072
    },
    "iwm_write_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569864768
    },
    "iwm_write_mem32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569865216
    },
    "iwm_write_prph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569864336
    },
    "iwm_write_prph64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569864416
    },
    "iwmesg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "iwn1000_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812192
    },
    "iwn1000_sensitivity_limits": {
      "type": {
        "kind": "struct",
        "name": "iwn_sensitivity_limits"
      },
      "address": 18446744071584812128
    },
    "iwn1000fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn1000fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608493184
    },
    "iwn1000fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946000
    },
    "iwn1000fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608493096
    },
    "iwn100fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn100fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608493360
    },
    "iwn100fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946096
    },
    "iwn100fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608493272
    },
    "iwn105fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn105fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608493536
    },
    "iwn105fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946192
    },
    "iwn105fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608493448
    },
    "iwn135fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn135fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608493712
    },
    "iwn135fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946288
    },
    "iwn135fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608493624
    },
    "iwn2000_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812704
    },
    "iwn2000fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn2000fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608493888
    },
    "iwn2000fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946384
    },
    "iwn2000fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608493800
    },
    "iwn2030_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812744
    },
    "iwn2030_regulatory_bands": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584812992
    },
    "iwn2030_sensitivity_limits": {
      "type": {
        "kind": "struct",
        "name": "iwn_sensitivity_limits"
      },
      "address": 18446744071584812640
    },
    "iwn2030fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn2030fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608494064
    },
    "iwn2030fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946480
    },
    "iwn2030fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608493976
    },
    "iwn4965_add_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569910928
    },
    "iwn4965_ampdu_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569911152
    },
    "iwn4965_ampdu_tx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569912144
    },
    "iwn4965_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812088
    },
    "iwn4965_dsp_gain_2ghz": {
      "type": {
        "count": 108,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584811824
    },
    "iwn4965_dsp_gain_5ghz": {
      "type": {
        "count": 108,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584811712
    },
    "iwn4965_get_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569909184
    },
    "iwn4965_get_temperature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569909104
    },
    "iwn4965_init_gains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569910400
    },
    "iwn4965_load_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569905408
    },
    "iwn4965_nic_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569908816
    },
    "iwn4965_post_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569907792
    },
    "iwn4965_post_alive.qid2fifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584811561
    },
    "iwn4965_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569907440
    },
    "iwn4965_regulatory_bands": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584813952
    },
    "iwn4965_rf_gain_2ghz": {
      "type": {
        "count": 108,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584811936
    },
    "iwn4965_rf_gain_5ghz": {
      "type": {
        "count": 108,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584811600
    },
    "iwn4965_rxon_assoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569910816
    },
    "iwn4965_sensitivity_limits": {
      "type": {
        "kind": "struct",
        "name": "iwn_sensitivity_limits"
      },
      "address": 18446744071584811392
    },
    "iwn4965_set_gains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569910448
    },
    "iwn4965_set_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569909264
    },
    "iwn4965_set_txpower.tdiv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584811568
    },
    "iwn4965_tx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569911072
    },
    "iwn4965_update_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569908960
    },
    "iwn4965fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn4965fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608494240
    },
    "iwn4965fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946576
    },
    "iwn4965fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608494152
    },
    "iwn5000_add_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921872
    },
    "iwn5000_ampdu_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921984
    },
    "iwn5000_ampdu_tx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569922912
    },
    "iwn5000_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812848
    },
    "iwn5000_get_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921296
    },
    "iwn5000_get_temperature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921232
    },
    "iwn5000_init_gains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921424
    },
    "iwn5000_load_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569916928
    },
    "iwn5000_load_firmware_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569923536
    },
    "iwn5000_nic_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569920256
    },
    "iwn5000_post_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569918192
    },
    "iwn5000_post_alive.qid2fifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584812065
    },
    "iwn5000_post_alive.qid2fifo.60": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584812076
    },
    "iwn5000_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569917136
    },
    "iwn5000_regulatory_bands": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584812928
    },
    "iwn5000_rxon_assoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921744
    },
    "iwn5000_sensitivity_limits": {
      "type": {
        "kind": "struct",
        "name": "iwn_sensitivity_limits"
      },
      "address": 18446744071584812784
    },
    "iwn5000_set_gains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921488
    },
    "iwn5000_set_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921344
    },
    "iwn5000_tx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921904
    },
    "iwn5000_update_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569921072
    },
    "iwn5000fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn5000fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608494416
    },
    "iwn5000fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946672
    },
    "iwn5000fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608494328
    },
    "iwn5150fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn5150fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608494592
    },
    "iwn5150fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946768
    },
    "iwn5150fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608494504
    },
    "iwn6000_regulatory_bands": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584812960
    },
    "iwn6000_sensitivity_limits": {
      "type": {
        "kind": "struct",
        "name": "iwn_sensitivity_limits"
      },
      "address": 18446744071584812232
    },
    "iwn6000fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn6000fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608494768
    },
    "iwn6000fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946864
    },
    "iwn6000fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608494680
    },
    "iwn6000g2afw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn6000g2afw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608494944
    },
    "iwn6000g2afw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569946960
    },
    "iwn6000g2afw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608494856
    },
    "iwn6000g2bfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn6000g2bfw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608495120
    },
    "iwn6000g2bfw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569947056
    },
    "iwn6000g2bfw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608495032
    },
    "iwn6050fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "iwn6050fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608495296
    },
    "iwn6050fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569947152
    },
    "iwn6050fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608495208
    },
    "iwn6235_sensitivity_limits": {
      "type": {
        "kind": "struct",
        "name": "iwn_sensitivity_limits"
      },
      "address": 18446744071584812416
    },
    "iwn_5x50_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812888
    },
    "iwn_6000_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812296
    },
    "iwn_6000g2_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812376
    },
    "iwn_6000g2b_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812600
    },
    "iwn_6000i_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812336
    },
    "iwn_6050_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812520
    },
    "iwn_6150_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812560
    },
    "iwn_6235_base_params": {
      "type": {
        "kind": "struct",
        "name": "iwn_base_params"
      },
      "address": 18446744071584812480
    },
    "iwn_addba_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569896704
    },
    "iwn_addba_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569896960
    },
    "iwn_alloc_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569890672
    },
    "iwn_alloc_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569890288
    },
    "iwn_ampdu_rx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569895888
    },
    "iwn_ampdu_rx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569896192
    },
    "iwn_ampdu_tx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569914624
    },
    "iwn_ampdu_tx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569897648
    },
    "iwn_apm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569927008
    },
    "iwn_apm_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569926768
    },
    "iwn_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569883168
    },
    "iwn_bands": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iwn_chan_band"
        }
      },
      "address": 18446744071584811456
    },
    "iwn_calib_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569933248
    },
    "iwn_cdev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569945680
    },
    "iwn_cdev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569945696
    },
    "iwn_cdev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569945664
    },
    "iwn_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608492824
    },
    "iwn_check_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569916560
    },
    "iwn_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569913856
    },
    "iwn_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569933968
    },
    "iwn_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569888224
    },
    "iwn_dma_contig_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569927968
    },
    "iwn_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569914592
    },
    "iwn_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608492776
    },
    "iwn_free_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569928704
    },
    "iwn_free_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569928320
    },
    "iwn_fw_errmsg": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584813600
    },
    "iwn_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569900640
    },
    "iwn_hw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569925440
    },
    "iwn_hw_prepare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569889616
    },
    "iwn_hw_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569924032
    },
    "iwn_ident_table": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iwn_ident"
        }
      },
      "address": 18446744071584810704
    },
    "iwn_init_sensitivity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569932912
    },
    "iwn_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569903568
    },
    "iwn_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569893088
    },
    "iwn_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584810592
    },
    "iwn_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569897936
    },
    "iwn_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569929104
    },
    "iwn_nic_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569912608
    },
    "iwn_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569895808
    },
    "iwn_notif_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569939600
    },
    "iwn_panicked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569903120
    },
    "iwn_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569893104
    },
    "iwn_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608492728
    },
    "iwn_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608492704
    },
    "iwn_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608492544
    },
    "iwn_pmgt": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "iwn_pmgt"
          }
        }
      },
      "address": 18446744071584813024
    },
    "iwn_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569882880
    },
    "iwn_prph_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569912736
    },
    "iwn_rate_to_plcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569933456
    },
    "iwn_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569895376
    },
    "iwn_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569891264
    },
    "iwn_read_eeprom_band": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569913200
    },
    "iwn_read_eeprom_ht40": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569913520
    },
    "iwn_read_prom_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569912816
    },
    "iwn_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569889488
    },
    "iwn_rftoggle_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569902688
    },
    "iwn_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569899344
    },
    "iwn_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569898912
    },
    "iwn_scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569900624
    },
    "iwn_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569898720
    },
    "iwn_scan_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569939552
    },
    "iwn_send_rxon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569931552
    },
    "iwn_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569899152
    },
    "iwn_set_critical_temp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569936112
    },
    "iwn_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569932368
    },
    "iwn_set_link_quality": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569932464
    },
    "iwn_set_pslevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569936240
    },
    "iwn_setregdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569900896
    },
    "iwn_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569889424
    },
    "iwn_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569933760
    },
    "iwn_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569889456
    },
    "iwn_tid2fifo": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584812048
    },
    "iwn_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569895088
    },
    "iwn_tx_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569937936
    },
    "iwn_tx_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569936576
    },
    "iwn_tx_data_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569939104
    },
    "iwn_tx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569916032
    },
    "iwn_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569898704
    },
    "iwn_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569898448
    },
    "iwn_updateedca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569897952
    },
    "iwn_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569892816
    },
    "iwn_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569895040
    },
    "iwn_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569935984
    },
    "iwn_xmit_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569903216
    },
    "iwrite": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_iwrite64_wqe_t"
        }
      },
      "address": 0
    },
    "ix": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ix_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608496792
    },
    "ix_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584814544
    },
    "ix_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608496744
    },
    "ix_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608496720
    },
    "ix_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608495408
    },
    "ix_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_82598.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_82599.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_acquire_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570041600
    },
    "ixgbe_acquire_swfw_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017440
    },
    "ixgbe_acquire_swfw_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022336
    },
    "ixgbe_acquire_swfw_sync_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570068256
    },
    "ixgbe_acquire_swfw_sync_X550a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570080704
    },
    "ixgbe_acquire_swfw_sync_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082352
    },
    "ixgbe_add_media_types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569969680
    },
    "ixgbe_add_uc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031616
    },
    "ixgbe_advertise_speed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760484
    },
    "ixgbe_align_all_queue_indices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569995248
    },
    "ixgbe_api.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_atr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569994864
    },
    "ixgbe_atr_compute_perfect_hash_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570063536
    },
    "ixgbe_atr_compute_sig_hash_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570062960
    },
    "ixgbe_blink_led_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015200
    },
    "ixgbe_blink_led_start_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570069360
    },
    "ixgbe_blink_led_start_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570023056
    },
    "ixgbe_blink_led_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015232
    },
    "ixgbe_blink_led_stop_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570069536
    },
    "ixgbe_blink_led_stop_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570023312
    },
    "ixgbe_bp_aux_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569993184
    },
    "ixgbe_bp_aux_off.aux_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760524
    },
    "ixgbe_bp_aux_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569992608
    },
    "ixgbe_bp_aux_on.aux_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760520
    },
    "ixgbe_bp_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569987648
    },
    "ixgbe_bp_log.status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760496
    },
    "ixgbe_bp_main_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569992032
    },
    "ixgbe_bp_main_off.main_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760516
    },
    "ixgbe_bp_main_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569991440
    },
    "ixgbe_bp_main_on.main_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760512
    },
    "ixgbe_bp_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569990240
    },
    "ixgbe_bp_set_state.state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760504
    },
    "ixgbe_bp_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569990864
    },
    "ixgbe_bp_timeout.timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760508
    },
    "ixgbe_bp_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569989792
    },
    "ixgbe_bp_version.version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760500
    },
    "ixgbe_bp_wd_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569994432
    },
    "ixgbe_bp_wd_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569993760
    },
    "ixgbe_bp_wd_set.timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760528
    },
    "ixgbe_bypass_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569986480
    },
    "ixgbe_bypass_rd_eep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016720
    },
    "ixgbe_bypass_rd_eep_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570039712
    },
    "ixgbe_bypass_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016624
    },
    "ixgbe_bypass_rw_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570038512
    },
    "ixgbe_bypass_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016688
    },
    "ixgbe_bypass_set_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570039232
    },
    "ixgbe_bypass_valid_rd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016656
    },
    "ixgbe_bypass_valid_rd_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570039152
    },
    "ixgbe_calc_checksum_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570089936
    },
    "ixgbe_calc_eeprom_checksum_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570067312
    },
    "ixgbe_calc_eeprom_checksum_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570071360
    },
    "ixgbe_calc_eeprom_checksum_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570019744
    },
    "ixgbe_calculate_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570036144
    },
    "ixgbe_check_for_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042720
    },
    "ixgbe_check_for_ack_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570044768
    },
    "ixgbe_check_for_ack_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043808
    },
    "ixgbe_check_for_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042688
    },
    "ixgbe_check_for_msg_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570044656
    },
    "ixgbe_check_for_msg_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043728
    },
    "ixgbe_check_for_rst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042752
    },
    "ixgbe_check_for_rst_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570044864
    },
    "ixgbe_check_for_rst_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043888
    },
    "ixgbe_check_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014912
    },
    "ixgbe_check_link_t_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570084992
    },
    "ixgbe_check_mac_link_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570052208
    },
    "ixgbe_check_mac_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570034896
    },
    "ixgbe_check_mac_link_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570046384
    },
    "ixgbe_check_overtemp_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570085600
    },
    "ixgbe_check_phy_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014816
    },
    "ixgbe_check_phy_link_tnx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570007392
    },
    "ixgbe_check_reset_blocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006736
    },
    "ixgbe_clear_hw_cntrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013968
    },
    "ixgbe_clear_hw_cntrs_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570020304
    },
    "ixgbe_clear_rar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015552
    },
    "ixgbe_clear_rar_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570023840
    },
    "ixgbe_clear_tx_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570037616
    },
    "ixgbe_clear_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015856
    },
    "ixgbe_clear_vfta_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570051072
    },
    "ixgbe_clear_vfta_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570034736
    },
    "ixgbe_clear_vmdq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015648
    },
    "ixgbe_clear_vmdq_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050768
    },
    "ixgbe_clear_vmdq_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570033328
    },
    "ixgbe_clock_in_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570002256
    },
    "ixgbe_clock_out_i2c_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570002576
    },
    "ixgbe_clock_out_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570012736
    },
    "ixgbe_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_dcb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_dcb_82598.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_dcb_82599.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_dcb_calculate_tc_credits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570091216
    },
    "ixgbe_dcb_calculate_tc_credits_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570091824
    },
    "ixgbe_dcb_check_config_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570093312
    },
    "ixgbe_dcb_config_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570103648
    },
    "ixgbe_dcb_config_pfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570098320
    },
    "ixgbe_dcb_config_pfc_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570099872
    },
    "ixgbe_dcb_config_pfc_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570102432
    },
    "ixgbe_dcb_config_pfc_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570096128
    },
    "ixgbe_dcb_config_rx_arbiter_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570098944
    },
    "ixgbe_dcb_config_rx_arbiter_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570101296
    },
    "ixgbe_dcb_config_rx_arbiter_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570093984
    },
    "ixgbe_dcb_config_tc_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570096976
    },
    "ixgbe_dcb_config_tc_stats_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570100224
    },
    "ixgbe_dcb_config_tc_stats_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570103120
    },
    "ixgbe_dcb_config_tx_data_arbiter_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570099648
    },
    "ixgbe_dcb_config_tx_data_arbiter_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570102144
    },
    "ixgbe_dcb_config_tx_data_arbiter_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570095264
    },
    "ixgbe_dcb_config_tx_desc_arbiter_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570099456
    },
    "ixgbe_dcb_config_tx_desc_arbiter_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570101904
    },
    "ixgbe_dcb_config_tx_desc_arbiter_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570094848
    },
    "ixgbe_dcb_get_pfc_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570093920
    },
    "ixgbe_dcb_get_pfc_stats_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570098784
    },
    "ixgbe_dcb_get_pfc_stats_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570101136
    },
    "ixgbe_dcb_get_rtrup2tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013360
    },
    "ixgbe_dcb_get_rtrup2tc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570040320
    },
    "ixgbe_dcb_get_tc_from_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570093136
    },
    "ixgbe_dcb_get_tc_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570093856
    },
    "ixgbe_dcb_get_tc_stats_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570098592
    },
    "ixgbe_dcb_get_tc_stats_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570100864
    },
    "ixgbe_dcb_hw_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570098384
    },
    "ixgbe_dcb_hw_config_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570100624
    },
    "ixgbe_dcb_hw_config_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570103968
    },
    "ixgbe_dcb_hw_config_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570097040
    },
    "ixgbe_dcb_unpack_bwgid_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570092944
    },
    "ixgbe_dcb_unpack_map_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570093200
    },
    "ixgbe_dcb_unpack_max_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570092848
    },
    "ixgbe_dcb_unpack_pfc_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570092592
    },
    "ixgbe_dcb_unpack_refill_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570092752
    },
    "ixgbe_dcb_unpack_tsa_cee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570093040
    },
    "ixgbe_define_iov_schemas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569994976
    },
    "ixgbe_device_supports_autoneg_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570027488
    },
    "ixgbe_disable_mc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015824
    },
    "ixgbe_disable_mc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570025200
    },
    "ixgbe_disable_mdd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016400
    },
    "ixgbe_disable_mdd_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570072832
    },
    "ixgbe_disable_pcie_master": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570029552
    },
    "ixgbe_disable_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017536
    },
    "ixgbe_disable_rx_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570025360
    },
    "ixgbe_disable_rx_x550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570073392
    },
    "ixgbe_disable_sec_rx_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017376
    },
    "ixgbe_disable_sec_rx_path_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570032288
    },
    "ixgbe_disable_tx_laser": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014944
    },
    "ixgbe_disable_tx_laser_multispeed_fiber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570054256
    },
    "ixgbe_dmac_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016144
    },
    "ixgbe_dmac_config_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570070576
    },
    "ixgbe_dmac_config_tcs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016208
    },
    "ixgbe_dmac_config_tcs_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570070736
    },
    "ixgbe_dmac_update_tcs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016176
    },
    "ixgbe_dmac_update_tcs_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570070960
    },
    "ixgbe_driver_version": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584816192
    },
    "ixgbe_emc_temp_data": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821416
    },
    "ixgbe_emc_therm_limit": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821376
    },
    "ixgbe_enable_aim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760488
    },
    "ixgbe_enable_fdir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760480
    },
    "ixgbe_enable_mc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015792
    },
    "ixgbe_enable_mc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570025152
    },
    "ixgbe_enable_mdd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016432
    },
    "ixgbe_enable_mdd_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570072912
    },
    "ixgbe_enable_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608496704
    },
    "ixgbe_enable_relaxed_ordering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013936
    },
    "ixgbe_enable_relaxed_ordering_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570049152
    },
    "ixgbe_enable_relaxed_ordering_gen2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570035936
    },
    "ixgbe_enable_rss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608497332
    },
    "ixgbe_enable_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017568
    },
    "ixgbe_enable_rx_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017344
    },
    "ixgbe_enable_rx_dma_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050624
    },
    "ixgbe_enable_rx_dma_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060128
    },
    "ixgbe_enable_rx_dma_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570021680
    },
    "ixgbe_enable_rx_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570025248
    },
    "ixgbe_enable_sec_rx_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017408
    },
    "ixgbe_enable_sec_rx_path_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570032384
    },
    "ixgbe_enable_tx_laser": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014976
    },
    "ixgbe_enable_tx_laser_multispeed_fiber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570054352
    },
    "ixgbe_enter_lplu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016560
    },
    "ixgbe_enter_lplu_t_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086480
    },
    "ixgbe_ext_phy_t_x550em_get_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570088576
    },
    "ixgbe_fc_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570026768
    },
    "ixgbe_fc_autoneg_backplane_x550em_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570081120
    },
    "ixgbe_fc_autoneg_fiber_x550em_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570081088
    },
    "ixgbe_fc_autoneg_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082080
    },
    "ixgbe_fc_autoneg_sgmii_x550em_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570081792
    },
    "ixgbe_fc_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015968
    },
    "ixgbe_fc_enable_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570051360
    },
    "ixgbe_fc_enable_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570025488
    },
    "ixgbe_fdir_add_perfect_filter_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570065648
    },
    "ixgbe_fdir_add_signature_filter_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570063200
    },
    "ixgbe_fdir_check_cmd_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570061952
    },
    "ixgbe_fdir_enable_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570062352
    },
    "ixgbe_fdir_erase_perfect_filter_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570065488
    },
    "ixgbe_fdir_set_input_mask_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570063952
    },
    "ixgbe_fdir_write_perfect_filter_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570064752
    },
    "ixgbe_find_vlvf_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570033936
    },
    "ixgbe_flap_tx_laser": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015008
    },
    "ixgbe_flap_tx_laser_multispeed_fiber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570054432
    },
    "ixgbe_flow_control": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608497328
    },
    "ixgbe_free_pci_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569967312
    },
    "ixgbe_fw_map": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_f41dd2f419a32cc5"
        }
      },
      "address": 0
    },
    "ixgbe_fw_phy_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570074112
    },
    "ixgbe_fw_recovery_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016528
    },
    "ixgbe_fw_recovery_mode_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570073360
    },
    "ixgbe_get_bus_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014224
    },
    "ixgbe_get_bus_info_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570075328
    },
    "ixgbe_get_bus_info_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022080
    },
    "ixgbe_get_copper_link_capabilities_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570007200
    },
    "ixgbe_get_device_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014128
    },
    "ixgbe_get_device_caps_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570035904
    },
    "ixgbe_get_eeprom_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031984
    },
    "ixgbe_get_etk_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570040208
    },
    "ixgbe_get_fcoe_boot_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014192
    },
    "ixgbe_get_fcoe_boot_status_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570035536
    },
    "ixgbe_get_i2c_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013024
    },
    "ixgbe_get_lasi_ext_t_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570090912
    },
    "ixgbe_get_lcd_t_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570090576
    },
    "ixgbe_get_link_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015104
    },
    "ixgbe_get_link_capabilities_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570052944
    },
    "ixgbe_get_link_capabilities_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060528
    },
    "ixgbe_get_link_capabilities_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570069680
    },
    "ixgbe_get_link_capabilities_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570075792
    },
    "ixgbe_get_link_state_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047600
    },
    "ixgbe_get_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014032
    },
    "ixgbe_get_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570021712
    },
    "ixgbe_get_mac_addr_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570045920
    },
    "ixgbe_get_media_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014000
    },
    "ixgbe_get_media_type_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570049920
    },
    "ixgbe_get_media_type_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570059680
    },
    "ixgbe_get_media_type_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570068112
    },
    "ixgbe_get_media_type_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570075360
    },
    "ixgbe_get_mrqc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569995504
    },
    "ixgbe_get_mtqc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569995552
    },
    "ixgbe_get_num_of_rx_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014272
    },
    "ixgbe_get_num_of_rx_queues_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047936
    },
    "ixgbe_get_num_of_tx_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014256
    },
    "ixgbe_get_num_of_tx_queues_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047920
    },
    "ixgbe_get_num_rx_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015712
    },
    "ixgbe_get_oem_prod_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570040000
    },
    "ixgbe_get_orom_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570039840
    },
    "ixgbe_get_pba_block_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570029056
    },
    "ixgbe_get_pcie_msix_count_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570032864
    },
    "ixgbe_get_phy_firmware_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014496
    },
    "ixgbe_get_phy_firmware_version_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570005952
    },
    "ixgbe_get_phy_firmware_version_tnx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570008496
    },
    "ixgbe_get_phy_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006832
    },
    "ixgbe_get_phy_token": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082624
    },
    "ixgbe_get_phy_type_from_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006944
    },
    "ixgbe_get_san_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014064
    },
    "ixgbe_get_san_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570032448
    },
    "ixgbe_get_sfp_init_sequence_offsets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570009056
    },
    "ixgbe_get_supported_phy_sfp_layer_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570011104
    },
    "ixgbe_get_supported_physical_layer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017312
    },
    "ixgbe_get_supported_physical_layer_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050032
    },
    "ixgbe_get_supported_physical_layer_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570059808
    },
    "ixgbe_get_supported_physical_layer_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570068128
    },
    "ixgbe_get_supported_physical_layer_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570076816
    },
    "ixgbe_get_swfw_sync_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570070016
    },
    "ixgbe_get_thermal_sensor_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016080
    },
    "ixgbe_get_thermal_sensor_data_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570037904
    },
    "ixgbe_get_wwn_prefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014160
    },
    "ixgbe_get_wwn_prefix_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570035376
    },
    "ixgbe_handle_lasi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016592
    },
    "ixgbe_handle_lasi_ext_t_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086928
    },
    "ixgbe_handle_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569995760
    },
    "ixgbe_hic_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570036272
    },
    "ixgbe_host_interface_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570036608
    },
    "ixgbe_i2c_bus_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570002976
    },
    "ixgbe_i2c_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570002032
    },
    "ixgbe_i2c_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570002736
    },
    "ixgbe_identify_module_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006112
    },
    "ixgbe_identify_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014352
    },
    "ixgbe_identify_phy_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570058800
    },
    "ixgbe_identify_phy_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570078304
    },
    "ixgbe_identify_phy_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570004080
    },
    "ixgbe_identify_phy_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570078640
    },
    "ixgbe_identify_qsfp_module_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570010416
    },
    "ixgbe_identify_qsfp_module_generic.warned_once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760533
    },
    "ixgbe_identify_sfp_module_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082816
    },
    "ixgbe_identify_sfp_module_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570009424
    },
    "ixgbe_identify_sfp_module_generic.warned_once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760532
    },
    "ixgbe_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569955728
    },
    "ixgbe_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569953632
    },
    "ixgbe_if_crcstrip_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569965376
    },
    "ixgbe_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569962096
    },
    "ixgbe_if_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569963232
    },
    "ixgbe_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608497280
    },
    "ixgbe_if_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569952816
    },
    "ixgbe_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569967008
    },
    "ixgbe_if_i2c_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569967168
    },
    "ixgbe_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569947248
    },
    "ixgbe_if_iov_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569997376
    },
    "ixgbe_if_iov_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569997552
    },
    "ixgbe_if_iov_vf_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569998656
    },
    "ixgbe_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569966080
    },
    "ixgbe_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569965536
    },
    "ixgbe_if_methods": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584816208
    },
    "ixgbe_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569962576
    },
    "ixgbe_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569965312
    },
    "ixgbe_if_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569951968
    },
    "ixgbe_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569967296
    },
    "ixgbe_if_promisc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569966432
    },
    "ixgbe_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569964240
    },
    "ixgbe_if_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569962288
    },
    "ixgbe_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569963392
    },
    "ixgbe_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569963936
    },
    "ixgbe_if_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569962256
    },
    "ixgbe_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569962448
    },
    "ixgbe_if_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569962272
    },
    "ixgbe_if_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569966624
    },
    "ixgbe_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569963520
    },
    "ixgbe_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569964432
    },
    "ixgbe_if_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569966880
    },
    "ixgbe_if_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569966944
    },
    "ixgbe_init_eeprom_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015264
    },
    "ixgbe_init_eeprom_params_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570066528
    },
    "ixgbe_init_eeprom_params_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570071280
    },
    "ixgbe_init_eeprom_params_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570018256
    },
    "ixgbe_init_ext_t_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570088032
    },
    "ixgbe_init_fdir_perfect_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570062736
    },
    "ixgbe_init_fdir_signature_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570062320
    },
    "ixgbe_init_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013840
    },
    "ixgbe_init_hw_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570020064
    },
    "ixgbe_init_hw_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570045312
    },
    "ixgbe_init_led_link_act_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570023488
    },
    "ixgbe_init_mac_link_ops_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570053936
    },
    "ixgbe_init_mac_link_ops_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082896
    },
    "ixgbe_init_mbx_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043120
    },
    "ixgbe_init_mbx_params_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043968
    },
    "ixgbe_init_mbx_params_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043152
    },
    "ixgbe_init_ops_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570048304
    },
    "ixgbe_init_ops_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570058192
    },
    "ixgbe_init_ops_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570065856
    },
    "ixgbe_init_ops_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570070240
    },
    "ixgbe_init_ops_X550EM": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570074496
    },
    "ixgbe_init_ops_X550EM_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570079664
    },
    "ixgbe_init_ops_X550EM_x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082176
    },
    "ixgbe_init_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017632
    },
    "ixgbe_init_ops_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570045040
    },
    "ixgbe_init_phy_ops_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570048672
    },
    "ixgbe_init_phy_ops_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570056144
    },
    "ixgbe_init_phy_ops_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570077344
    },
    "ixgbe_init_phy_ops_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570003840
    },
    "ixgbe_init_rx_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015680
    },
    "ixgbe_init_rx_addrs_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570024000
    },
    "ixgbe_init_shared_code": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013392
    },
    "ixgbe_init_swfw_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017504
    },
    "ixgbe_init_swfw_sync_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570069200
    },
    "ixgbe_init_thermal_sensor_thresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016112
    },
    "ixgbe_init_thermal_sensor_thresh_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570038192
    },
    "ixgbe_init_uta_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016816
    },
    "ixgbe_init_uta_tables_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570033872
    },
    "ixgbe_init_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569998224
    },
    "ixgbe_initialize_iov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569997776
    },
    "ixgbe_insert_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015488
    },
    "ixgbe_insert_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570032960
    },
    "ixgbe_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569953216
    },
    "ixgbe_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570000064
    },
    "ixgbe_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570000928
    },
    "ixgbe_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570000192
    },
    "ixgbe_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570000720
    },
    "ixgbe_isc_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569999856
    },
    "ixgbe_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569999072
    },
    "ixgbe_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569999824
    },
    "ixgbe_led_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015168
    },
    "ixgbe_led_off_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022960
    },
    "ixgbe_led_off_t_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570074000
    },
    "ixgbe_led_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015136
    },
    "ixgbe_led_on_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022864
    },
    "ixgbe_led_on_t_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570073888
    },
    "ixgbe_link_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569963360
    },
    "ixgbe_link_speed_to_baudrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570001408
    },
    "ixgbe_max_interrupt_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608497336
    },
    "ixgbe_mbx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_mc_array_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569974944
    },
    "ixgbe_mc_filter_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569974864
    },
    "ixgbe_mdd_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016464
    },
    "ixgbe_mdd_event_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570072992
    },
    "ixgbe_mng_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570040480
    },
    "ixgbe_mng_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570040432
    },
    "ixgbe_msix_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569974000
    },
    "ixgbe_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569973680
    },
    "ixgbe_mvals_X540": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584820784
    },
    "ixgbe_mvals_X550": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584820880
    },
    "ixgbe_mvals_X550EM_a": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584821072
    },
    "ixgbe_mvals_X550EM_x": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584820976
    },
    "ixgbe_mvals_base": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584820688
    },
    "ixgbe_negotiate_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031840
    },
    "ixgbe_osdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_pci_iov_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569994880
    },
    "ixgbe_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_ping_all_vfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569995600
    },
    "ixgbe_poll_eerd_eewr_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031120
    },
    "ixgbe_probe_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006304
    },
    "ixgbe_process_vf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569997232
    },
    "ixgbe_put_phy_token": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082720
    },
    "ixgbe_raise_i2c_clk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570012384
    },
    "ixgbe_read_analog_reg8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016752
    },
    "ixgbe_read_analog_reg8_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050368
    },
    "ixgbe_read_analog_reg8_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060192
    },
    "ixgbe_read_ee_hostif_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570071376
    },
    "ixgbe_read_ee_hostif_buffer_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570071520
    },
    "ixgbe_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015360
    },
    "ixgbe_read_eeprom_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060784
    },
    "ixgbe_read_eeprom_bit_bang_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570018768
    },
    "ixgbe_read_eeprom_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015392
    },
    "ixgbe_read_eeprom_buffer_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060832
    },
    "ixgbe_read_eeprom_buffer_bit_bang": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570030624
    },
    "ixgbe_read_eeprom_buffer_bit_bang_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570018864
    },
    "ixgbe_read_eerd_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570066608
    },
    "ixgbe_read_eerd_buffer_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570066704
    },
    "ixgbe_read_eerd_buffer_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570018544
    },
    "ixgbe_read_eerd_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570018384
    },
    "ixgbe_read_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016848
    },
    "ixgbe_read_i2c_byte_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570056384
    },
    "ixgbe_read_i2c_byte_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570005984
    },
    "ixgbe_read_i2c_byte_generic_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570011328
    },
    "ixgbe_read_i2c_byte_generic_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006192
    },
    "ixgbe_read_i2c_byte_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016896
    },
    "ixgbe_read_i2c_combined_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082560
    },
    "ixgbe_read_i2c_combined_generic_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570001520
    },
    "ixgbe_read_i2c_combined_generic_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082576
    },
    "ixgbe_read_i2c_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017280
    },
    "ixgbe_read_i2c_eeprom_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570052144
    },
    "ixgbe_read_i2c_eeprom_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006048
    },
    "ixgbe_read_i2c_phy_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570053440
    },
    "ixgbe_read_i2c_sff8472_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570052176
    },
    "ixgbe_read_i2c_sff8472_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006016
    },
    "ixgbe_read_iosf_sb_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016336
    },
    "ixgbe_read_iosf_sb_reg_x550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570079920
    },
    "ixgbe_read_iosf_sb_reg_x550a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570080480
    },
    "ixgbe_read_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016944
    },
    "ixgbe_read_link_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016992
    },
    "ixgbe_read_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042592
    },
    "ixgbe_read_mbx_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570044144
    },
    "ixgbe_read_mbx_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043296
    },
    "ixgbe_read_pba_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014336
    },
    "ixgbe_read_pba_num_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570028560
    },
    "ixgbe_read_pba_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570028672
    },
    "ixgbe_read_pba_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014320
    },
    "ixgbe_read_pba_string_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570027984
    },
    "ixgbe_read_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570000976
    },
    "ixgbe_read_phy_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014528
    },
    "ixgbe_read_phy_reg_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570004688
    },
    "ixgbe_read_phy_reg_mdi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570004912
    },
    "ixgbe_read_phy_reg_x550a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570085888
    },
    "ixgbe_read_phy_reg_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086112
    },
    "ixgbe_read_posted_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042784
    },
    "ixgbe_read_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570001216
    },
    "ixgbe_read_reg_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570001312
    },
    "ixgbe_ready_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570041856
    },
    "ixgbe_recalculate_max_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569998544
    },
    "ixgbe_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569953616
    },
    "ixgbe_reinit_fdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569994848
    },
    "ixgbe_reinit_fdir_tables_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570061328
    },
    "ixgbe_release_swfw_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017472
    },
    "ixgbe_release_swfw_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022672
    },
    "ixgbe_release_swfw_sync_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570068992
    },
    "ixgbe_release_swfw_sync_X550a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570080976
    },
    "ixgbe_release_swfw_sync_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082464
    },
    "ixgbe_reset_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013872
    },
    "ixgbe_reset_hw_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570049328
    },
    "ixgbe_reset_hw_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570058896
    },
    "ixgbe_reset_hw_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570067664
    },
    "ixgbe_reset_hw_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570075968
    },
    "ixgbe_reset_hw_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570045360
    },
    "ixgbe_reset_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014400
    },
    "ixgbe_reset_phy_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570087696
    },
    "ixgbe_reset_phy_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570004256
    },
    "ixgbe_reset_phy_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570008528
    },
    "ixgbe_reset_phy_t_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086992
    },
    "ixgbe_reset_pipeline_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570057696
    },
    "ixgbe_restart_an_internal_phy_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570090704
    },
    "ixgbe_restart_auto_neg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570007104
    },
    "ixgbe_restore_mdd_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016496
    },
    "ixgbe_restore_mdd_vf_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570073216
    },
    "ixgbe_sbuf_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569971104
    },
    "ixgbe_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071608496896
    },
    "ixgbe_set_advertise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569967536
    },
    "ixgbe_set_copper_phy_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570012576
    },
    "ixgbe_set_ethertype_anti_spoofing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016304
    },
    "ixgbe_set_ethertype_anti_spoofing_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570071184
    },
    "ixgbe_set_fdir_drop_queue_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570062768
    },
    "ixgbe_set_fw_drv_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016032
    },
    "ixgbe_set_fw_drv_ver_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570036960
    },
    "ixgbe_set_fw_drv_ver_x550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570073568
    },
    "ixgbe_set_hard_rate_select_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570055136
    },
    "ixgbe_set_i2c_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570012112
    },
    "ixgbe_set_lan_id_multi_port_pcie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022208
    },
    "ixgbe_set_lan_id_multi_port_pcie_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050512
    },
    "ixgbe_set_mac_anti_spoofing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570035680
    },
    "ixgbe_set_mac_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013520
    },
    "ixgbe_set_mta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031696
    },
    "ixgbe_set_pci_config_data_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570029440
    },
    "ixgbe_set_pcie_completion_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570048192
    },
    "ixgbe_set_phy_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014880
    },
    "ixgbe_set_rar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015520
    },
    "ixgbe_set_rar_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570023632
    },
    "ixgbe_set_rar_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570046912
    },
    "ixgbe_set_rate_select_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017600
    },
    "ixgbe_set_rxpba_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570053072
    },
    "ixgbe_set_rxpba_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570037184
    },
    "ixgbe_set_san_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014096
    },
    "ixgbe_set_san_mac_addr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570032688
    },
    "ixgbe_set_soft_rate_select_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570041424
    },
    "ixgbe_set_source_address_pruning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016272
    },
    "ixgbe_set_source_address_pruning_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570071056
    },
    "ixgbe_set_vfta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015888
    },
    "ixgbe_set_vfta_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050880
    },
    "ixgbe_set_vfta_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570034080
    },
    "ixgbe_set_vfta_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047712
    },
    "ixgbe_set_vlan_anti_spoofing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570035792
    },
    "ixgbe_set_vlvf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015936
    },
    "ixgbe_set_vlvf_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570034288
    },
    "ixgbe_set_vmdq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015584
    },
    "ixgbe_set_vmdq_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050656
    },
    "ixgbe_set_vmdq_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570033616
    },
    "ixgbe_set_vmdq_san_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015616
    },
    "ixgbe_set_vmdq_san_mac_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570033728
    },
    "ixgbe_setup_copper_link_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570053392
    },
    "ixgbe_setup_copper_link_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570056864
    },
    "ixgbe_setup_eee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016240
    },
    "ixgbe_setup_eee_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082112
    },
    "ixgbe_setup_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016000
    },
    "ixgbe_setup_fc_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570077088
    },
    "ixgbe_setup_fc_backplane_x550em_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570081392
    },
    "ixgbe_setup_fc_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570026224
    },
    "ixgbe_setup_fw_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570087328
    },
    "ixgbe_setup_internal_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014784
    },
    "ixgbe_setup_internal_phy_t_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086208
    },
    "ixgbe_setup_ixfi_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570088672
    },
    "ixgbe_setup_kr_speed_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570088144
    },
    "ixgbe_setup_kr_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086144
    },
    "ixgbe_setup_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015040
    },
    "ixgbe_setup_low_power_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569973408
    },
    "ixgbe_setup_mac_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015072
    },
    "ixgbe_setup_mac_link_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570052768
    },
    "ixgbe_setup_mac_link_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570054608
    },
    "ixgbe_setup_mac_link_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570069344
    },
    "ixgbe_setup_mac_link_multispeed_fiber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570040592
    },
    "ixgbe_setup_mac_link_sfp_x550a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570083168
    },
    "ixgbe_setup_mac_link_sfp_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570083920
    },
    "ixgbe_setup_mac_link_smartspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570055376
    },
    "ixgbe_setup_mac_link_t_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570084448
    },
    "ixgbe_setup_mac_link_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570046368
    },
    "ixgbe_setup_mux_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570085504
    },
    "ixgbe_setup_phy_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014752
    },
    "ixgbe_setup_phy_link_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570005360
    },
    "ixgbe_setup_phy_link_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014848
    },
    "ixgbe_setup_phy_link_speed_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570005920
    },
    "ixgbe_setup_phy_link_tnx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570007920
    },
    "ixgbe_setup_phy_loopback_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570089440
    },
    "ixgbe_setup_sfp_modules_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570056912
    },
    "ixgbe_setup_sfp_modules_X550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570075440
    },
    "ixgbe_setup_sgmii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570085152
    },
    "ixgbe_setup_sgmii_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570084048
    },
    "ixgbe_setup_vlan_hw_support": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569952192
    },
    "ixgbe_shift_in_eeprom_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042384
    },
    "ixgbe_shift_out_eeprom_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042080
    },
    "ixgbe_shutdown_fw_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570074336
    },
    "ixgbe_smart_speed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ixgbe_start_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570013904
    },
    "ixgbe_start_hw_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570048864
    },
    "ixgbe_start_hw_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060336
    },
    "ixgbe_start_hw_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570068208
    },
    "ixgbe_start_hw_gen2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570027696
    },
    "ixgbe_start_hw_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570020128
    },
    "ixgbe_start_hw_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570045904
    },
    "ixgbe_start_mac_link_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570053760
    },
    "ixgbe_start_mac_link_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060976
    },
    "ixgbe_stop_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014288
    },
    "ixgbe_stop_adapter_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570021808
    },
    "ixgbe_stop_adapter_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570046000
    },
    "ixgbe_stop_mac_link_on_d3_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060880
    },
    "ixgbe_sysctl_advertise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569972080
    },
    "ixgbe_sysctl_dmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569972304
    },
    "ixgbe_sysctl_eee_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569973136
    },
    "ixgbe_sysctl_flowcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569971392
    },
    "ixgbe_sysctl_interrupt_rate_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569970656
    },
    "ixgbe_sysctl_phy_overtemp_occurred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569972960
    },
    "ixgbe_sysctl_phy_temp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569972784
    },
    "ixgbe_sysctl_print_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569972160
    },
    "ixgbe_sysctl_rdh_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569970912
    },
    "ixgbe_sysctl_rdt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569971008
    },
    "ixgbe_sysctl_tdh_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569970496
    },
    "ixgbe_sysctl_tdt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569970576
    },
    "ixgbe_sysctl_wol_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569972560
    },
    "ixgbe_sysctl_wufc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569972672
    },
    "ixgbe_tn_check_overtemp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006224
    },
    "ixgbe_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071608498464
    },
    "ixgbe_update_eeprom_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015456
    },
    "ixgbe_update_eeprom_checksum_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570066992
    },
    "ixgbe_update_eeprom_checksum_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570072240
    },
    "ixgbe_update_eeprom_checksum_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570019664
    },
    "ixgbe_update_flash_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570069696
    },
    "ixgbe_update_flash_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570090528
    },
    "ixgbe_update_mc_addr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015760
    },
    "ixgbe_update_mc_addr_list_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570024752
    },
    "ixgbe_update_mc_addr_list_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047200
    },
    "ixgbe_update_stats_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569967968
    },
    "ixgbe_update_uc_addr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015728
    },
    "ixgbe_update_uc_addr_list_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570024368
    },
    "ixgbe_validate_eeprom_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015424
    },
    "ixgbe_validate_eeprom_checksum_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570067136
    },
    "ixgbe_validate_eeprom_checksum_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570072592
    },
    "ixgbe_validate_eeprom_checksum_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570019536
    },
    "ixgbe_validate_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031536
    },
    "ixgbe_validate_phy_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006768
    },
    "ixgbe_vendor_info_array": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071584814720
    },
    "ixgbe_verify_lesm_fw_enabled_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570055232
    },
    "ixgbe_vf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_vf_enable_receive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569998896
    },
    "ixgbe_vf_que_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569995456
    },
    "ixgbe_write_analog_reg8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016784
    },
    "ixgbe_write_analog_reg8_82598": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570050448
    },
    "ixgbe_write_analog_reg8_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570060272
    },
    "ixgbe_write_ee_hostif_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570071856
    },
    "ixgbe_write_ee_hostif_buffer_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570072016
    },
    "ixgbe_write_ee_hostif_data_X550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570089840
    },
    "ixgbe_write_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015296
    },
    "ixgbe_write_eeprom_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570015328
    },
    "ixgbe_write_eeprom_buffer_bit_bang": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570029776
    },
    "ixgbe_write_eeprom_buffer_bit_bang_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570019120
    },
    "ixgbe_write_eeprom_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570019040
    },
    "ixgbe_write_eewr_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570066800
    },
    "ixgbe_write_eewr_buffer_X540": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570066896
    },
    "ixgbe_write_eewr_buffer_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031232
    },
    "ixgbe_write_eewr_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570031504
    },
    "ixgbe_write_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017040
    },
    "ixgbe_write_i2c_byte_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570056624
    },
    "ixgbe_write_i2c_byte_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006000
    },
    "ixgbe_write_i2c_byte_generic_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570011760
    },
    "ixgbe_write_i2c_byte_generic_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006208
    },
    "ixgbe_write_i2c_byte_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017088
    },
    "ixgbe_write_i2c_combined_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082592
    },
    "ixgbe_write_i2c_combined_generic_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570003184
    },
    "ixgbe_write_i2c_combined_generic_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570082608
    },
    "ixgbe_write_i2c_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017232
    },
    "ixgbe_write_i2c_eeprom_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570006080
    },
    "ixgbe_write_iosf_sb_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570016368
    },
    "ixgbe_write_iosf_sb_reg_x550": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570080208
    },
    "ixgbe_write_iosf_sb_reg_x550a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570080608
    },
    "ixgbe_write_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017136
    },
    "ixgbe_write_link_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570017184
    },
    "ixgbe_write_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042640
    },
    "ixgbe_write_mbx_pf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570044336
    },
    "ixgbe_write_mbx_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570043456
    },
    "ixgbe_write_pba_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570029232
    },
    "ixgbe_write_pci_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570001088
    },
    "ixgbe_write_phy_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570014640
    },
    "ixgbe_write_phy_reg_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570004800
    },
    "ixgbe_write_phy_reg_mdi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570005136
    },
    "ixgbe_write_phy_reg_x550a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086000
    },
    "ixgbe_write_phy_reg_x550em": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570086128
    },
    "ixgbe_write_posted_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570042960
    },
    "ixgbe_write_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570001264
    },
    "ixgbe_write_reg_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570001360
    },
    "ixgbe_x540.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbe_x550.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixgbevf_get_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047952
    },
    "ixgbevf_negotiate_api_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570046240
    },
    "ixgbevf_rlpml_set_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047824
    },
    "ixgbevf_set_uc_addr_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047056
    },
    "ixgbevf_update_xcast_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570047456
    },
    "ixhi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ixl_add_device_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582032304
    },
    "ixl_add_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582020736
    },
    "ixl_add_hw_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582013952
    },
    "ixl_add_hw_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582053728
    },
    "ixl_add_ifmedia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582016512
    },
    "ixl_add_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582013728
    },
    "ixl_add_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582013168
    },
    "ixl_add_sysctls_eth_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582087808
    },
    "ixl_add_sysctls_mac_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582018208
    },
    "ixl_add_sysctls_recovery_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582030144
    },
    "ixl_add_vlan_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582021504
    },
    "ixl_add_vsi_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582087280
    },
    "ixl_admin_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582009808
    },
    "ixl_aq_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582048096
    },
    "ixl_attach_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582048336
    },
    "ixl_attach_pre_recovery_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582009184
    },
    "ixl_broadcast_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057984
    },
    "ixl_clear_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582010128
    },
    "ixl_clock_out_i2c_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582080928
    },
    "ixl_clock_out_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582080000
    },
    "ixl_config_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582020096
    },
    "ixl_configure_intr0_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582016240
    },
    "ixl_configure_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582011344
    },
    "ixl_configure_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582051056
    },
    "ixl_configure_queue_intr_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582050800
    },
    "ixl_configure_rx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582049376
    },
    "ixl_configure_tx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582049248
    },
    "ixl_core_debug_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485192
    },
    "ixl_debug_core": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582086848
    },
    "ixl_del_all_vlan_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582022784
    },
    "ixl_del_default_hw_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582020320
    },
    "ixl_del_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582022320
    },
    "ixl_del_hw_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582015040
    },
    "ixl_del_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582013376
    },
    "ixl_disable_intr0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582013024
    },
    "ixl_disable_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582025584
    },
    "ixl_disable_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582024208
    },
    "ixl_disable_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582054448
    },
    "ixl_disable_rings_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582054688
    },
    "ixl_disable_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582023952
    },
    "ixl_disable_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582023664
    },
    "ixl_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610204784
    },
    "ixl_enable_head_writeback": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610205296
    },
    "ixl_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582054576
    },
    "ixl_enable_intr0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582025488
    },
    "ixl_enable_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582025536
    },
    "ixl_enable_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582023600
    },
    "ixl_enable_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582054288
    },
    "ixl_enable_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582023344
    },
    "ixl_enable_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582023072
    },
    "ixl_enable_vf_loopback": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610205300
    },
    "ixl_fc_string": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ixl_fec_string": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "ixl_find_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582022224
    },
    "ixl_find_i2c_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582012032
    },
    "ixl_flow_control": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610205312
    },
    "ixl_free_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582013088
    },
    "ixl_free_pci_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582051264
    },
    "ixl_get_bus_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582046000
    },
    "ixl_get_default_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582086624
    },
    "ixl_get_hw_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582011376
    },
    "ixl_get_i2c_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582080320
    },
    "ixl_handle_empr_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582025632
    },
    "ixl_handle_mdd_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582024272
    },
    "ixl_handle_nvmupd_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582046784
    },
    "ixl_handle_vf_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582058336
    },
    "ixl_handle_vflr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582073280
    },
    "ixl_i2c_access_method": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485200
    },
    "ixl_i2c_bus_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582081664
    },
    "ixl_i2c_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582079616
    },
    "ixl_i2c_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582081360
    },
    "ixl_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582003696
    },
    "ixl_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582001360
    },
    "ixl_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582004752
    },
    "ixl_if_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582005920
    },
    "ixl_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610205248
    },
    "ixl_if_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582005824
    },
    "ixl_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582008688
    },
    "ixl_if_i2c_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582008880
    },
    "ixl_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582000320
    },
    "ixl_if_iov_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582075344
    },
    "ixl_if_iov_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582075808
    },
    "ixl_if_iov_vf_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582076432
    },
    "ixl_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582008112
    },
    "ixl_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582007984
    },
    "ixl_if_methods": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587168336
    },
    "ixl_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582005136
    },
    "ixl_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582007920
    },
    "ixl_if_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582000800
    },
    "ixl_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582009136
    },
    "ixl_if_priv_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582009008
    },
    "ixl_if_promisc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582000928
    },
    "ixl_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582006960
    },
    "ixl_if_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582005088
    },
    "ixl_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582006064
    },
    "ixl_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582006576
    },
    "ixl_if_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582005056
    },
    "ixl_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582001088
    },
    "ixl_if_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582005072
    },
    "ixl_if_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582008192
    },
    "ixl_if_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582006128
    },
    "ixl_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582006192
    },
    "ixl_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582007200
    },
    "ixl_if_vflr_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582009152
    },
    "ixl_if_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582008240
    },
    "ixl_if_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582008464
    },
    "ixl_init_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582020464
    },
    "ixl_init_tx_cidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582087120
    },
    "ixl_init_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582086928
    },
    "ixl_init_tx_rsqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582087008
    },
    "ixl_initialize_sriov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057648
    },
    "ixl_initialize_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582051888
    },
    "ixl_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582049504
    },
    "ixl_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582085520
    },
    "ixl_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582086336
    },
    "ixl_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582085648
    },
    "ixl_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582086160
    },
    "ixl_isc_txd_credits_update_dwb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582086400
    },
    "ixl_isc_txd_credits_update_hwb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582085424
    },
    "ixl_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582083744
    },
    "ixl_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582085360
    },
    "ixl_link_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582051728
    },
    "ixl_link_up_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582015920
    },
    "ixl_match_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582014992
    },
    "ixl_max_aq_speed_to_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582045872
    },
    "ixl_max_vc_speed_to_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582087184
    },
    "ixl_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587167488
    },
    "ixl_msix_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582050016
    },
    "ixl_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582049680
    },
    "ixl_notify_vf_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582058080
    },
    "ixl_nvm_version_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582010224
    },
    "ixl_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610204736
    },
    "ixl_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610204712
    },
    "ixl_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610203376
    },
    "ixl_pf_i2c.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixl_pf_iflib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixl_pf_iov.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixl_pf_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixl_pf_qidx_from_vsi_qidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057248
    },
    "ixl_pf_qmgr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixl_pf_qmgr_alloc_contiguous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582055776
    },
    "ixl_pf_qmgr_alloc_scattered": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582056480
    },
    "ixl_pf_qmgr_clear_queue_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057536
    },
    "ixl_pf_qmgr_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057136
    },
    "ixl_pf_qmgr_get_first_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057072
    },
    "ixl_pf_qmgr_get_num_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582056320
    },
    "ixl_pf_qmgr_get_num_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057056
    },
    "ixl_pf_qmgr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582055696
    },
    "ixl_pf_qmgr_is_queue_configured": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057472
    },
    "ixl_pf_qmgr_is_queue_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057408
    },
    "ixl_pf_qmgr_mark_queue_configured": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057344
    },
    "ixl_pf_qmgr_mark_queue_disabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057280
    },
    "ixl_pf_qmgr_mark_queue_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582057184
    },
    "ixl_pf_qmgr_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582056896
    },
    "ixl_pf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582010640
    },
    "ixl_pf_reset_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582030080
    },
    "ixl_phy_type_string.ext_phy_types_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587171312
    },
    "ixl_phy_type_string.phy_types_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587171056
    },
    "ixl_prepare_for_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582054784
    },
    "ixl_print_nvm_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582046624
    },
    "ixl_print_nvm_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582010384
    },
    "ixl_read_i2c_byte_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582083152
    },
    "ixl_read_i2c_byte_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582078384
    },
    "ixl_read_i2c_byte_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582082528
    },
    "ixl_rebuild_hw_structs_after_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582054912
    },
    "ixl_reconfigure_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582021360
    },
    "ixl_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582001344
    },
    "ixl_reinit_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582073696
    },
    "ixl_res_alloc_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582048288
    },
    "ixl_reset_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582078160
    },
    "ixl_rx_itr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610205308
    },
    "ixl_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071610204864
    },
    "ixl_send_vf_nack_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582059536
    },
    "ixl_set_advertised_speeds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582012464
    },
    "ixl_set_fec_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582049024
    },
    "ixl_set_i2c_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582083520
    },
    "ixl_set_initial_advertised_speeds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582012320
    },
    "ixl_set_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582047696
    },
    "ixl_set_queue_rx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582049712
    },
    "ixl_set_queue_tx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582053424
    },
    "ixl_set_rss_hlut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582053904
    },
    "ixl_set_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582019392
    },
    "ixl_set_rss_pctypes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582019888
    },
    "ixl_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582010096
    },
    "ixl_setup_hmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582011104
    },
    "ixl_setup_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582051424
    },
    "ixl_setup_ssctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582009536
    },
    "ixl_shared_debug_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485196
    },
    "ixl_shutdown_hmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582011248
    },
    "ixl_stat_update32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582028720
    },
    "ixl_stat_update48": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582028784
    },
    "ixl_sw_cfg_elem_seid_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582048720
    },
    "ixl_switch_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582017632
    },
    "ixl_switch_element_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582048736
    },
    "ixl_switch_res_type_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582048304
    },
    "ixl_switch_res_type_string.ixl_switch_res_type_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587170816
    },
    "ixl_switch_res_type_strings": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587170816
    },
    "ixl_sysctl_current_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582035536
    },
    "ixl_sysctl_do_core_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582031776
    },
    "ixl_sysctl_do_global_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582031888
    },
    "ixl_sysctl_do_pf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582031712
    },
    "ixl_sysctl_dump_debug_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582030928
    },
    "ixl_sysctl_eee_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582037872
    },
    "ixl_sysctl_fec_auto_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582037136
    },
    "ixl_sysctl_fec_fc_ability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582036064
    },
    "ixl_sysctl_fec_fc_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582036592
    },
    "ixl_sysctl_fec_rs_ability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582036320
    },
    "ixl_sysctl_fec_rs_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582036864
    },
    "ixl_sysctl_fw_link_management": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582043776
    },
    "ixl_sysctl_fw_lldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582037408
    },
    "ixl_sysctl_hena": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582043680
    },
    "ixl_sysctl_hkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582041920
    },
    "ixl_sysctl_hlut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582042784
    },
    "ixl_sysctl_hw_res_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582040224
    },
    "ixl_sysctl_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582038128
    },
    "ixl_sysctl_pf_rx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582035904
    },
    "ixl_sysctl_pf_tx_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582035744
    },
    "ixl_sysctl_phy_abilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582038528
    },
    "ixl_sysctl_phy_statistics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582044000
    },
    "ixl_sysctl_queue_interrupt_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582032000
    },
    "ixl_sysctl_read_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582044560
    },
    "ixl_sysctl_read_i2c_diag_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582044912
    },
    "ixl_sysctl_set_advertise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582035072
    },
    "ixl_sysctl_set_flowcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582055504
    },
    "ixl_sysctl_set_link_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582038032
    },
    "ixl_sysctl_show_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582030720
    },
    "ixl_sysctl_supported_speeds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582035456
    },
    "ixl_sysctl_sw_filter_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582039568
    },
    "ixl_sysctl_switch_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582040736
    },
    "ixl_sysctl_switch_vlans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582041648
    },
    "ixl_sysctl_unallocated_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582035696
    },
    "ixl_sysctl_write_i2c_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582044736
    },
    "ixl_teardown_hw_structs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582012784
    },
    "ixl_test_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582010160
    },
    "ixl_testandset_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582010192
    },
    "ixl_tx_itr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610205304
    },
    "ixl_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ixl_txrx_dwb": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071610205712
    },
    "ixl_txrx_hwb": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071610205632
    },
    "ixl_update_eth_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582029296
    },
    "ixl_update_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582001232
    },
    "ixl_update_stats_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582025824
    },
    "ixl_update_vsi_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582028864
    },
    "ixl_vc_opcode_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582090256
    },
    "ixl_vendor_info_array": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071587167632
    },
    "ixl_vf_add_mac_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582066016
    },
    "ixl_vf_add_vlan_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582067472
    },
    "ixl_vf_config_irq_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582062384
    },
    "ixl_vf_config_promisc_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582069584
    },
    "ixl_vf_config_rss_key_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582070784
    },
    "ixl_vf_config_rss_lut_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582072016
    },
    "ixl_vf_config_vsi_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582060432
    },
    "ixl_vf_del_mac_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582066784
    },
    "ixl_vf_del_vlan_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582068720
    },
    "ixl_vf_disable_queues_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582064944
    },
    "ixl_vf_enable_queues_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582063824
    },
    "ixl_vf_get_resources_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582060128
    },
    "ixl_vf_get_stats_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582070496
    },
    "ixl_vf_set_rss_hena_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582073056
    },
    "ixl_vf_setup_vsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582077152
    },
    "ixl_vf_version_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582059840
    },
    "ixl_vsi_add_queues_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582088224
    },
    "ixl_vsi_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582017984
    },
    "ixl_vsi_reset_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582030112
    },
    "ixl_write_i2c_byte_aq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582083344
    },
    "ixl_write_i2c_byte_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582082096
    },
    "ixl_write_i2c_byte_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582082816
    },
    "ixlo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ixv_check_ether_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985632
    },
    "ixv_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608497712
    },
    "ixv_driver_version": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584817200
    },
    "ixv_flow_control": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608498280
    },
    "ixv_free_pci_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985776
    },
    "ixv_header_split": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760492
    },
    "ixv_if_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569976512
    },
    "ixv_if_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569974992
    },
    "ixv_if_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569978096
    },
    "ixv_if_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569982912
    },
    "ixv_if_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608498176
    },
    "ixv_if_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569982736
    },
    "ixv_if_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985344
    },
    "ixv_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569978112
    },
    "ixv_if_local_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985200
    },
    "ixv_if_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985104
    },
    "ixv_if_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569984960
    },
    "ixv_if_methods": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584817216
    },
    "ixv_if_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569981760
    },
    "ixv_if_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569984848
    },
    "ixv_if_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569984720
    },
    "ixv_if_multi_set_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569986400
    },
    "ixv_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985472
    },
    "ixv_if_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569983744
    },
    "ixv_if_register_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985216
    },
    "ixv_if_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569982992
    },
    "ixv_if_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569983456
    },
    "ixv_if_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569981600
    },
    "ixv_if_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569983072
    },
    "ixv_if_unregister_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985280
    },
    "ixv_if_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569983952
    },
    "ixv_init_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569986000
    },
    "ixv_mc_array_itr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569986448
    },
    "ixv_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584816912
    },
    "ixv_msix_mbx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569986304
    },
    "ixv_msix_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569986240
    },
    "ixv_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608497664
    },
    "ixv_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608497640
    },
    "ixv_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608497456
    },
    "ixv_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569974976
    },
    "ixv_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071608497792
    },
    "ixv_sysctl_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985488
    },
    "ixv_vendor_info_array": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071584817008
    },
    "iy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "j": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "j0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j10": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j11": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j12": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j13": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j14": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j15": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j32": {
      "type": {
        "kind": "struct",
        "name": "jail32"
      },
      "address": 0
    },
    "j32_v0": {
      "type": {
        "kind": "struct",
        "name": "jail32_v0"
      },
      "address": 0
    },
    "j4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j5": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j6": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j7": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j8": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j9": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j_cur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "j_domain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "j_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "jaddref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jaddref"
        }
      },
      "address": 0
    },
    "jaddrefn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jaddref"
        }
      },
      "address": 0
    },
    "jail_default_allow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609660208
    },
    "jail_default_devfs_rsnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538512
    },
    "jail_default_enforce_statfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609660212
    },
    "jail_exact": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcblbgroup"
        }
      },
      "address": 0
    },
    "jail_export": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "jail_max_af_ips": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609660216
    },
    "jail_tok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "au_token"
        }
      },
      "address": 0
    },
    "jail_wild": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcblbgroup"
        }
      },
      "address": 0
    },
    "jailed_without_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343536
    },
    "jailname": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "jatmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jaddref"
        }
      },
      "address": 0
    },
    "jb": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "_jmp_buf"
        }
      },
      "address": 0
    },
    "jblkdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jblkdep"
        }
      },
      "address": 0
    },
    "jblocks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jblocks"
        }
      },
      "address": 0
    },
    "jbn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jtag_by_name"
        }
      },
      "address": 0
    },
    "jdb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jenkins_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576656112
    },
    "jenkins_hash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "jenkins_hash32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576655856
    },
    "jext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jextent"
        }
      },
      "address": 0
    },
    "jflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jfreeblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jfreeblk"
        }
      },
      "address": 0
    },
    "jfreefrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jfreefrag"
        }
      },
      "address": 0
    },
    "jfsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jfsync"
        }
      },
      "address": 0
    },
    "jid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jj": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "jjMax": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "jlow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jme_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570104352
    },
    "jme_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570111328
    },
    "jme_devs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "jme_dev"
        }
      },
      "address": 18446744071584826000
    },
    "jme_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129952
    },
    "jme_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129920
    },
    "jme_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608498968
    },
    "jme_eeprom_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570117808
    },
    "jme_eeprom_read_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129120
    },
    "jme_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129056
    },
    "jme_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570119872
    },
    "jme_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570125776
    },
    "jme_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570114480
    },
    "jme_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570120752
    },
    "jme_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570118240
    },
    "jme_irq_spec_legacy": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608499056
    },
    "jme_irq_spec_msi": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608499088
    },
    "jme_link_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570115056
    },
    "jme_mac_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570124352
    },
    "jme_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570120336
    },
    "jme_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570120528
    },
    "jme_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584825840
    },
    "jme_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570114016
    },
    "jme_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570114448
    },
    "jme_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570114240
    },
    "jme_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570123264
    },
    "jme_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608498920
    },
    "jme_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608498896
    },
    "jme_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608498712
    },
    "jme_phy_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570120000
    },
    "jme_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570104080
    },
    "jme_reg_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570117648
    },
    "jme_res_spec_mem": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608499024
    },
    "jme_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570116976
    },
    "jme_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570113520
    },
    "jme_rxintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570120864
    },
    "jme_set_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570128688
    },
    "jme_set_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570128368
    },
    "jme_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570111888
    },
    "jme_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570119712
    },
    "jme_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570122016
    },
    "jme_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570125456
    },
    "jme_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570127648
    },
    "jme_stop_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570124176
    },
    "jme_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570111904
    },
    "jme_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570125136
    },
    "jme_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570123632
    },
    "jmp_32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189085
    },
    "jmp_64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189184
    },
    "jmphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "jmphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570292896
    },
    "jmphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608509728
    },
    "jmphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584855120
    },
    "jmphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584854992
    },
    "jmphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608509680
    },
    "jmphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608509656
    },
    "jmphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608509616
    },
    "jmphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570292864
    },
    "jmphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570293808
    },
    "jmphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570293056
    },
    "jmphy_setmedia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570295200
    },
    "jmphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570293328
    },
    "jmphys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584855072
    },
    "jmvref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jmvref"
        }
      },
      "address": 0
    },
    "jnewblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jnewblk"
        }
      },
      "address": 0
    },
    "jnewblk_merge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579932800
    },
    "jntmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jnewblk"
        }
      },
      "address": 0
    },
    "job": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kaiocb"
        }
      },
      "address": 0
    },
    "job2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kaiocb"
        }
      },
      "address": 0
    },
    "job32": {
      "type": {
        "kind": "struct",
        "name": "aiocb32"
      },
      "address": 0
    },
    "job_total_nbytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "jobn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kaiocb"
        }
      },
      "address": 0
    },
    "jobrefid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613041384
    },
    "jobseqno": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613041392
    },
    "joliet_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "journal_check_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579851760
    },
    "journal_unsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579927600
    },
    "journaltrunc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jpath": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "jrecmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jrecmin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jremref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jremref"
        }
      },
      "address": 0
    },
    "jrx_ring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_jrx_ring"
        }
      },
      "address": 0
    },
    "jrxd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sk_rxdesc"
        }
      },
      "address": 0
    },
    "jseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jseg"
        }
      },
      "address": 0
    },
    "jsegdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jsegdep"
        }
      },
      "address": 0
    },
    "jsegdepn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jsegdep"
        }
      },
      "address": 0
    },
    "jsegn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jseg"
        }
      },
      "address": 0
    },
    "jset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 0
    },
    "jsf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jailsys_flags"
        }
      },
      "address": 0
    },
    "jsys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jtag_products_by_name": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "jtag_by_name"
        }
      },
      "address": 0
    },
    "jtrunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jtrunc"
        }
      },
      "address": 0
    },
    "jumbo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jumbo_buf_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jumbo_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485212
    },
    "jumbo_q_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jumbo_replenish": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208868
    },
    "jumbocnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "jumboplen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "jumbosize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "junk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "jwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579885568
    },
    "jwork_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579931136
    },
    "jwork_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579904800
    },
    "k": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "k0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "keyboard_t"
        }
      },
      "address": 0
    },
    "k1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devfs_krule"
        }
      },
      "address": 0
    },
    "k1_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "k2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "k8": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "kAccuracyLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kHasSIMD128": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kInsertionSortThreshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kInverseProbabilityLog256": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584072544
    },
    "kMaxChunkSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kMaxMatchEndPositionsToUpdate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kMaxMatchStartPositionsToUpdate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kNullRawSeqStore": {
      "type": {
        "kind": "struct",
        "name": "rawSeqStore_t"
      },
      "address": 0
    },
    "kSkipThreshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kStepIncr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "k_igmpsrc": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "k_ipad": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "k_opad": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "k_ops": {
      "type": {
        "kind": "struct",
        "name": "kevent_copyops"
      },
      "address": 0
    },
    "ka": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kobj_attribute"
        }
      },
      "address": 0
    },
    "kaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kaio_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613041328
    },
    "kapi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pps_kcbind_args"
        }
      },
      "address": 0
    },
    "karg": {
      "type": {
        "kind": "struct",
        "name": "uma_kctor_args"
      },
      "address": 0
    },
    "kasprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578837808
    },
    "kau_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579699456
    },
    "kau_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579699440
    },
    "kau_to_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579742144
    },
    "kaudit_to_bsm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579699616
    },
    "kbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "keyboard_t"
        }
      },
      "address": 0
    },
    "kbd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kbd_add_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570130960
    },
    "kbd_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570132720
    },
    "kbd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570133232
    },
    "kbd_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608499440
    },
    "kbd_change_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570133104
    },
    "kbd_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570133168
    },
    "kbd_delete_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570131280
    },
    "kbd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570133456
    },
    "kbd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610123472
    },
    "kbd_ev_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570138256
    },
    "kbd_find_keyboard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570132112
    },
    "kbd_find_keyboard2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570132528
    },
    "kbd_get_keyboard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570132064
    },
    "kbd_get_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570132448
    },
    "kbd_ini": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "keyboard_t"
        }
      },
      "address": 18446744071610760560
    },
    "kbd_init_struct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570130624
    },
    "kbd_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587075360
    },
    "kbd_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kbd_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570131376
    },
    "kbd_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570133008
    },
    "kbd_set_maps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570130928
    },
    "kbd_time_stamp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610827456
    },
    "kbd_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570132304
    },
    "kbdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "atkbdc_softc_t"
        }
      },
      "address": 0
    },
    "kbdc_data_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580440528
    },
    "kbdc_get_device_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580447712
    },
    "kbdc_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580440496
    },
    "kbdc_set_device_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580447728
    },
    "kbdcdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "atkbdc_device_t"
        }
      },
      "address": 0
    },
    "kbdelays": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584034512
    },
    "kbdidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kbdinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570138416
    },
    "kbdmux.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kbdmux_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570142368
    },
    "kbdmux_check_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570143840
    },
    "kbdmux_clear_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570145664
    },
    "kbdmux_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570140256
    },
    "kbdmux_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570142272
    },
    "kbdmux_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570142256
    },
    "kbdmux_ev_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570146032
    },
    "kbdmux_evdev_methods": {
      "type": {
        "kind": "struct",
        "name": "evdev_methods"
      },
      "address": 18446744071584830576
    },
    "kbdmux_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570145728
    },
    "kbdmux_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570140304
    },
    "kbdmux_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570142160
    },
    "kbdmux_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570143904
    },
    "kbdmux_kbd_driver": {
      "type": {
        "kind": "struct",
        "name": "keyboard_driver"
      },
      "address": 18446744071608499792
    },
    "kbdmux_kbd_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570146240
    },
    "kbdmux_kbd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570145936
    },
    "kbdmux_kbd_intr_timo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570145968
    },
    "kbdmux_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570145648
    },
    "kbdmux_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608500096
    },
    "kbdmux_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570146560
    },
    "kbdmux_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570145840
    },
    "kbdmux_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570140272
    },
    "kbdmux_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570142288
    },
    "kbdmux_read_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570142400
    },
    "kbdmux_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570145792
    },
    "kbdmux_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570141888
    },
    "kbdmux_test_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570142240
    },
    "kbdmuxmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608499880
    },
    "kbdmuxsw": {
      "type": {
        "kind": "struct",
        "name": "keyboard_switch_t"
      },
      "address": 18446744071608499928
    },
    "kbps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kbrates": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585439536
    },
    "kbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "kc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_kcounters"
        }
      },
      "address": 0
    },
    "kc1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kq_timer_cb_data"
        }
      },
      "address": 0
    },
    "kcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aiocb"
        }
      },
      "address": 0
    },
    "kcf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_cap_fail"
        }
      },
      "address": 0
    },
    "kcfg": {
      "type": {
        "kind": "struct",
        "name": "nm_kctx_cfg"
      },
      "address": 0
    },
    "kcr3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tls_keyctx"
        }
      },
      "address": 0
    },
    "kd": {
      "type": {
        "kind": "struct",
        "name": "g_kerneldump"
      },
      "address": 0
    },
    "kda": {
      "type": {
        "kind": "struct",
        "name": "diocskerneldump_arg"
      },
      "address": 0
    },
    "kdb_active": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071608209581
    },
    "kdb_alt_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575905104
    },
    "kdb_alt_break_gdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575905584
    },
    "kdb_alt_break_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575905120
    },
    "kdb_alt_break_to_debugger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910192
    },
    "kdb_backtrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575905616
    },
    "kdb_backtrace_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575905728
    },
    "kdb_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575904944
    },
    "kdb_break_to_debugger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612909592
    },
    "kdb_cpu_clr_watchpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581302720
    },
    "kdb_cpu_set_watchpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581302672
    },
    "kdb_dbbe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kdb_dbbe"
        }
      },
      "address": 18446744071612909552
    },
    "kdb_dbbe_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575905872
    },
    "kdb_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575905040
    },
    "kdb_enter_securelevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910196
    },
    "kdb_frame": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 18446744071612909576
    },
    "kdb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906016
    },
    "kdb_jmpbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906272
    },
    "kdb_jmpbufp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071612909600
    },
    "kdb_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575904832
    },
    "kdb_pcb": {
      "type": {
        "kind": "struct",
        "name": "pcb"
      },
      "address": 18446744071612909608
    },
    "kdb_reboot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575904896
    },
    "kdb_reenter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906304
    },
    "kdb_reenter_silent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906368
    },
    "kdb_stack_overflow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909152
    },
    "kdb_sysctl_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575908048
    },
    "kdb_sysctl_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575908192
    },
    "kdb_sysctl_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575908480
    },
    "kdb_sysctl_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575908656
    },
    "kdb_sysctl_panic_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575908768
    },
    "kdb_sysctl_panic_str.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612909936
    },
    "kdb_sysctl_stack_overflow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909056
    },
    "kdb_sysctl_trap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575908848
    },
    "kdb_sysctl_trap_code": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575908944
    },
    "kdb_thr_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906416
    },
    "kdb_thr_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906528
    },
    "kdb_thr_from_pid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906624
    },
    "kdb_thr_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906688
    },
    "kdb_thr_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575906912
    },
    "kdb_thr_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575907008
    },
    "kdb_thrctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcb"
        }
      },
      "address": 18446744071612909560
    },
    "kdb_thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071612909568
    },
    "kdb_trap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575907152
    },
    "kdb_why": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612909584
    },
    "kdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kerneldumpcrypto"
        }
      },
      "address": 0
    },
    "kdcomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kerneldumpcomp"
        }
      },
      "address": 0
    },
    "kdebug_ipsecrequest_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578332944
    },
    "kdebug_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578335040
    },
    "kdebug_mbufhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578334880
    },
    "kdebug_sadb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578330848
    },
    "kdebug_sadb_x_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578332240
    },
    "kdebug_secash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578334064
    },
    "kdebug_secasindex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578333520
    },
    "kdebug_secasindex_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578332976
    },
    "kdebug_secasv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578334288
    },
    "kdebug_secasv_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578333008
    },
    "kdebug_secpolicy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578333040
    },
    "kdebug_secpolicy_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578332880
    },
    "kdebug_secpolicy_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578332848
    },
    "kdebug_secpolicyindex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578333280
    },
    "kdebug_secpolicyindex_dir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578332912
    },
    "kdebug_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578332592
    },
    "kdh": {
      "type": {
        "kind": "struct",
        "name": "kerneldumpheader"
      },
      "address": 18446744071613479384
    },
    "kdk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kerneldumpkey"
        }
      },
      "address": 0
    },
    "kdst": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "kdtrace_proc_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224256
    },
    "kdtrace_proc_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224368
    },
    "kdtrace_proc_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224240
    },
    "kdtrace_thread_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224432
    },
    "kdtrace_thread_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224496
    },
    "kdtrace_thread_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575224416
    },
    "ke": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_kentry"
        }
      },
      "address": 0
    },
    "ke2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_kentry"
        }
      },
      "address": 0
    },
    "keep_alive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "keep_looping": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "keep_ogain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "keg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_keg"
        }
      },
      "address": 0
    },
    "keg_alloc_slab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580118432
    },
    "keg_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580103840
    },
    "keg_drain_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580134080
    },
    "keg_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580105744
    },
    "keg_fetch_free_slab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580129984
    },
    "keg_free_slab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580134640
    },
    "kegs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298968
    },
    "kelf64_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610174016
    },
    "kelm": {
      "type": {
        "kind": "struct",
        "name": "encioc_element_t"
      },
      "address": 0
    },
    "kenv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "kenv_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575231120
    },
    "kenv_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612537976
    },
    "kenv_mvallen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609650176
    },
    "kenv_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650184
    },
    "kenv_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612537968
    },
    "kenvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071612537928
    },
    "ker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "kern___sysctlbyname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575656880
    },
    "kern_abort2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575277632
    },
    "kern_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576292928
    },
    "kern_accept4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576292960
    },
    "kern_accessat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576592208
    },
    "kern_acct.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_adjtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575449232
    },
    "kern_aio_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348464
    },
    "kern_aio_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576346592
    },
    "kern_aio_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576347168
    },
    "kern_aio_waitcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576350976
    },
    "kern_alq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_bindat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576292144
    },
    "kern_boottrace.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580327856
    },
    "kern_cap_ioctls_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576042160
    },
    "kern_cap_rights_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040912
    },
    "kern_chdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576582608
    },
    "kern_chflagsat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598256
    },
    "kern_clock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_clock_getcpuclockid2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575694448
    },
    "kern_clock_getres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575697760
    },
    "kern_clock_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575694688
    },
    "kern_clock_nanosleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575697936
    },
    "kern_clock_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575697024
    },
    "kern_clocksource.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575192576
    },
    "kern_close_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575193040
    },
    "kern_condvar.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_conf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_connectat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576294608
    },
    "kern_cons.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_context.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_copy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576614976
    },
    "kern_cpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_cpuset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_cpuset_getaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575169968
    },
    "kern_cpuset_getdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575174048
    },
    "kern_cpuset_getid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575168816
    },
    "kern_cpuset_setaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575172368
    },
    "kern_cpuset_setdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575175296
    },
    "kern_cpuset_setid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575168688
    },
    "kern_descrip.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_devctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_do_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576577376
    },
    "kern_dtrace.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_dump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_dup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575182672
    },
    "kern_environment.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_envp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612537952
    },
    "kern_et.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_event.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_exec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_execve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575258272
    },
    "kern_exit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_extattr_delete_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576457536
    },
    "kern_extattr_delete_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576458320
    },
    "kern_extattr_get_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576456096
    },
    "kern_extattr_get_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576457056
    },
    "kern_extattr_list_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576458752
    },
    "kern_extattr_list_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576459504
    },
    "kern_extattr_set_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576454656
    },
    "kern_extattr_set_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576455600
    },
    "kern_fail.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_fchmodat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576599696
    },
    "kern_fchownat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576600640
    },
    "kern_fcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575184448
    },
    "kern_fcntl_freebsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575184176
    },
    "kern_ffclock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_fhlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612272
    },
    "kern_fhopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612896
    },
    "kern_fhstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576594880
    },
    "kern_fhstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576581728
    },
    "kern_forcesigexit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609712324
    },
    "kern_fork.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_fpathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575194800
    },
    "kern_freebsd11_getfsstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576580576
    },
    "kern_frmdirat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576607952
    },
    "kern_fspacectl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576051248
    },
    "kern_fstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575194112
    },
    "kern_fstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576577632
    },
    "kern_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576605088
    },
    "kern_ftruncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576049216
    },
    "kern_funlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576590576
    },
    "kern_futimens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576603360
    },
    "kern_futimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576602896
    },
    "kern_getdirentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576609552
    },
    "kern_getenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575228720
    },
    "kern_getfhat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576611616
    },
    "kern_getfsstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576578272
    },
    "kern_getitimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575699424
    },
    "kern_getpeername": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576301360
    },
    "kern_getppid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575500992
    },
    "kern_getpriority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575544080
    },
    "kern_getrusage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575552592
    },
    "kern_getsid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501472
    },
    "kern_getsockname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576300736
    },
    "kern_getsockopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576300416
    },
    "kern_hhook.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_ident": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610260404
    },
    "kern_idle.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_intr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576049936
    },
    "kern_jail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575317520
    },
    "kern_jail.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_jail_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575337920
    },
    "kern_jail_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575318528
    },
    "kern_kevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575243008
    },
    "kern_kevent_anonymous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575246960
    },
    "kern_kevent_fp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575243216
    },
    "kern_kevent_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575242176
    },
    "kern_khelp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575608960
    },
    "kern_kill_on_dbg_exit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609654000
    },
    "kern_kldload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575380672
    },
    "kern_kldstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575382896
    },
    "kern_kldunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575381376
    },
    "kern_kqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575241312
    },
    "kern_kthread.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_ktimer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575704544
    },
    "kern_ktimer_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575706512
    },
    "kern_ktimer_getoverrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575708512
    },
    "kern_ktimer_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575708016
    },
    "kern_ktimer_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575707408
    },
    "kern_ktrace.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_linkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576587392
    },
    "kern_linkat_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576588016
    },
    "kern_linker.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_lio_listio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576349184
    },
    "kern_listen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576292704
    },
    "kern_lock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_lockf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_lockstat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_loginclass.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_lognosys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807100
    },
    "kern_logsigexit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609712328
    },
    "kern_lseek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576591984
    },
    "kern_lutimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576602416
    },
    "kern_madvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580214512
    },
    "kern_malloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_mbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_mib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_mincore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580214672
    },
    "kern_minherit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580214272
    },
    "kern_mkdirat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576607088
    },
    "kern_mkfifoat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576586288
    },
    "kern_mknodat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576584976
    },
    "kern_mlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580216176
    },
    "kern_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580210464
    },
    "kern_mmap_maxprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580212112
    },
    "kern_mmap_racct_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580219840
    },
    "kern_module.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_mprotect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580213968
    },
    "kern_msgctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576095632
    },
    "kern_msgrcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576100720
    },
    "kern_msgsnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576098128
    },
    "kern_msync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580213104
    },
    "kern_mtxpool.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_munlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580217824
    },
    "kern_munmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580213248
    },
    "kern_mutex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_nanosleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575697904
    },
    "kern_ntp_adjtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575445408
    },
    "kern_ntptime.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_openat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576583696
    },
    "kern_osd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576597104
    },
    "kern_pdgetpid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073872
    },
    "kern_physio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_pipe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576071408
    },
    "kern_pmc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576056592
    },
    "kern_poll_kfds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576056912
    },
    "kern_poll_maxfds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576058624
    },
    "kern_posix_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576051072
    },
    "kern_posix_fadvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576613712
    },
    "kern_posix_fallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576050720
    },
    "kern_pread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576046720
    },
    "kern_preadv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576046848
    },
    "kern_priv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_proc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_proc_cwd_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216528
    },
    "kern_proc_filedesc_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575214416
    },
    "kern_proc_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575472992
    },
    "kern_proc_setrlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575548768
    },
    "kern_proc_vmmap_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575478304
    },
    "kern_proc_vmmap_resident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575477920
    },
    "kern_procctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575492592
    },
    "kern_procctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_process_cputime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575696384
    },
    "kern_prot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_pselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576052432
    },
    "kern_psignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575611008
    },
    "kern_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "kern_ptrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576078448
    },
    "kern_pwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576048176
    },
    "kern_pwritev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576048304
    },
    "kern_racct.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_rangelock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_rctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_readlink_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598048
    },
    "kern_readlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576597520
    },
    "kern_readv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576046432
    },
    "kern_reboot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575583184
    },
    "kern_reboot.once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612802620
    },
    "kern_recvit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576297808
    },
    "kern_relbase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609723128
    },
    "kern_renameat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576605744
    },
    "kern_resource.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_rmlock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_rwlock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_sched_getparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575790352
    },
    "kern_sched_getscheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791088
    },
    "kern_sched_preemption": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609714000
    },
    "kern_sched_rr_get_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791328
    },
    "kern_sched_rr_get_interval_td": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791552
    },
    "kern_sched_setparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575790016
    },
    "kern_sched_setscheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575790720
    },
    "kern_sdt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576052576
    },
    "kern_sema.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_semctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576107712
    },
    "kern_semop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576114128
    },
    "kern_sendfile.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_sendit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576296384
    },
    "kern_setenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575229200
    },
    "kern_setgroups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575507744
    },
    "kern_setitimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575700304
    },
    "kern_setpriority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575544992
    },
    "kern_setrlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575548736
    },
    "kern_setsockopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576299984
    },
    "kern_settimeofday": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575699280
    },
    "kern_sge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_sge64"
        }
      },
      "address": 0
    },
    "kern_sge32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_sge32"
        }
      },
      "address": 0
    },
    "kern_sglist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "kern_sharedpage.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_shm_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576239856
    },
    "kern_shm_open2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576237440
    },
    "kern_shmat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576123872
    },
    "kern_shmctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576125072
    },
    "kern_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576299680
    },
    "kern_shutdown.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_sig.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_sig_discard_ign": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609712320
    },
    "kern_sigaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575595120
    },
    "kern_sigaltstack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575608688
    },
    "kern_sigprocmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575597552
    },
    "kern_sigqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575611216
    },
    "kern_sigsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575606768
    },
    "kern_sigtimedwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575599184
    },
    "kern_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576291472
    },
    "kern_socketpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576295440
    },
    "kern_specialfd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576051824
    },
    "kern_statat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576593536
    },
    "kern_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576577136
    },
    "kern_swapoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580091936
    },
    "kern_switch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_sx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_symlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576588768
    },
    "kern_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576576080
    },
    "kern_synch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_syscall_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641712
    },
    "kern_syscall_helper_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575643088
    },
    "kern_syscall_helper_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575643344
    },
    "kern_syscall_module_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641968
    },
    "kern_syscall_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641424
    },
    "kern_syscalls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_sysctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_tc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_thr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_thr_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575676976
    },
    "kern_thr_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575677248
    },
    "kern_thr_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575676656
    },
    "kern_thr_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575678880
    },
    "kern_thread.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_thread_cputime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575696144
    },
    "kern_time.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_timeout.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576604448
    },
    "kern_umtx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_umtx_wake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575725168
    },
    "kern_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576484304
    },
    "kern_unsetenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575230000
    },
    "kern_utimensat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576604048
    },
    "kern_utimesat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576601360
    },
    "kern_uuid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_uuidgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575767792
    },
    "kern_vfs_bio_buffer_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576360720
    },
    "kern_vnodedumper.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575278288
    },
    "kern_wait6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575278720
    },
    "kern_wait_dequeue_sigchld": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609654004
    },
    "kern_watermark": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kern_writev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576047888
    },
    "kern_xxx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kern_yield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575640256
    },
    "kernacc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156240
    },
    "kernbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071562067968
    },
    "kernconfstring": {
      "type": {
        "count": 6175,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071607490496
    },
    "kernel_arena": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem_t"
        }
      },
      "address": 18446744071609750624
    },
    "kernel_arena_storage": {
      "type": {
        "kind": "struct",
        "name": "vmem"
      },
      "address": 18446744071612999168
    },
    "kernel_map_store": {
      "type": {
        "kind": "struct",
        "name": "vm_map"
      },
      "address": 18446744071613299192
    },
    "kernel_message": {
      "type": {
        "kind": "struct",
        "name": "teken_attr_t"
      },
      "address": 18446744071609748944
    },
    "kernel_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576493920
    },
    "kernel_object_store": {
      "type": {
        "kind": "struct",
        "name": "vm_object"
      },
      "address": 18446744071613299968
    },
    "kernel_pmap_store": {
      "type": {
        "kind": "struct",
        "name": "pmap"
      },
      "address": 18446744071610189280
    },
    "kernel_pml4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613484168
    },
    "kernel_pt_page_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216200
    },
    "kernel_pt_page_count_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191104
    },
    "kernel_pt_page_count_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191128
    },
    "kernel_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575653888
    },
    "kernel_sysctlbyname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575654928
    },
    "kernel_vm_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610189704
    },
    "kernelcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189224
    },
    "kerneldump_gzlevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609709620
    },
    "kerneldumpcomp_write_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591120
    },
    "kernelname": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609682848
    },
    "kernload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 2097152
    },
    "kernphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484112
    },
    "kev": {
      "type": {
        "kind": "struct",
        "name": "kevent"
      },
      "address": 0
    },
    "kev11": {
      "type": {
        "kind": "struct",
        "name": "freebsd11_kevent"
      },
      "address": 0
    },
    "keva": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kevent"
        }
      },
      "address": 0
    },
    "kevent11_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575242816
    },
    "kevent11_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575242656
    },
    "kevent_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575242128
    },
    "kevent_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575242080
    },
    "kevp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kevent"
        }
      },
      "address": 0
    },
    "key": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "key.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "key0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_key"
        }
      },
      "address": 0
    },
    "key1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "key1_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_report_key_data_key1_key2"
        }
      },
      "address": 0
    },
    "key2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "key2_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_report_key_data_key1_key2"
        }
      },
      "address": 0
    },
    "key3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "key4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "keyType": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584425536
    },
    "key_acqdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578304896
    },
    "key_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578266752
    },
    "key_acquire2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578291664
    },
    "key_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578287680
    },
    "key_addref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578262208
    },
    "key_addrprotohash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578264752
    },
    "key_align": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578282288
    },
    "key_alloc_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567778432
    },
    "key_allocsa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578271120
    },
    "key_allocsa_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578266016
    },
    "key_allocsa_tcpmd5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578265344
    },
    "key_allocsa_tunnel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578271456
    },
    "key_allocsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578262416
    },
    "key_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578337280
    },
    "key_bumpspgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578262384
    },
    "key_change_ok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570135488
    },
    "key_checksockaddrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578302080
    },
    "key_cleansav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578283616
    },
    "key_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578337808
    },
    "key_cmpsaidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578266400
    },
    "key_copy": {
      "type": {
        "kind": "union",
        "name": "randomdev_key"
      },
      "address": 0
    },
    "key_data": {
      "type": {
        "kind": "struct",
        "name": "i40e_aqc_get_set_rss_key_data"
      },
      "address": 0
    },
    "key_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578289200
    },
    "key_delete_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578313744
    },
    "key_delete_xform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578279792
    },
    "key_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578330736
    },
    "key_destroy_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982240
    },
    "key_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578337616
    },
    "key_do_allocsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578263872
    },
    "key_do_getnewspi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578302144
    },
    "key_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578295680
    },
    "key_dup_keymsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578308096
    },
    "key_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578326960
    },
    "key_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578294400
    },
    "key_freereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578280176
    },
    "key_freesah_flushed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578317968
    },
    "key_freesav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578275632
    },
    "key_freesp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578272384
    },
    "key_gather_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578305328
    },
    "key_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578290496
    },
    "key_getcomb_ah": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578283936
    },
    "key_getmsgbuf_x1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578312912
    },
    "key_getnewspid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578273312
    },
    "key_getsah": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578305984
    },
    "key_getsav_tcpmd5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578313040
    },
    "key_getsavbyspi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578310144
    },
    "key_getsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578318448
    },
    "key_getspbyid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578319776
    },
    "key_getspgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578262352
    },
    "key_getspi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578284704
    },
    "key_havesp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578262256
    },
    "key_havesp_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578262304
    },
    "key_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "key_info_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "key_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578321216
    },
    "key_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982168
    },
    "key_insertsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578319248
    },
    "key_length": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "key_map": {
      "type": {
        "kind": "struct",
        "name": "keymap_t"
      },
      "address": 18446744071610106096
    },
    "key_msg2sp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578275968
    },
    "key_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "key_newreqid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578277920
    },
    "key_newreqid.auto_reqid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609982112
    },
    "key_newsav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578302944
    },
    "key_newsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578275776
    },
    "key_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578280448
    },
    "key_portfromsaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578279488
    },
    "key_porttosaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578272288
    },
    "key_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578296496
    },
    "key_random": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578279760
    },
    "key_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609983000
    },
    "key_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578292976
    },
    "key_register_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578272544
    },
    "key_regs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "key_sa_recordxfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578283008
    },
    "key_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578336944
    },
    "key_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609982992
    },
    "key_sendup0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578336304
    },
    "key_sendup_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578335616
    },
    "key_setdumpsa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578314624
    },
    "key_setdumpsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578273584
    },
    "key_setnatt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578308352
    },
    "key_setsaval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578306192
    },
    "key_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578337824
    },
    "key_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "key_sockaddrcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578265856
    },
    "key_sockaddrcmp_withmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578279520
    },
    "key_sp2mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578283280
    },
    "key_sp2msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578277952
    },
    "key_spdacquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578278416
    },
    "key_spdadd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578296624
    },
    "key_spddelete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578298288
    },
    "key_spddelete2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578301328
    },
    "key_spddump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578299568
    },
    "key_spdflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578300272
    },
    "key_spdget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578299152
    },
    "key_src": {
      "type": {
        "kind": "struct",
        "name": "sockaddr"
      },
      "address": 18446744071609982976
    },
    "key_timehandler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578321520
    },
    "key_timer": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613140720
    },
    "key_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "key_typesw": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071585310592
    },
    "key_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578318720
    },
    "key_unlinksav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578314336
    },
    "key_unregister_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578274736
    },
    "key_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578285920
    },
    "key_updateaddresses": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578310352
    },
    "key_updatelifetimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578309456
    },
    "key_vnet_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578328656
    },
    "key_vnet_destroy_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609982304
    },
    "key_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578319984
    },
    "key_vnet_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609982264
    },
    "keyboard": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "keyboard_t"
          }
        }
      },
      "address": 18446744071608499432
    },
    "keyboard_drivers": {
      "type": {
        "kind": "struct",
        "name": "unnamed_decb7df68b01e13e"
      },
      "address": 18446744071610760544
    },
    "keyboard_drivers.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760544
    },
    "keyboards": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608499424
    },
    "keybuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "keybuf"
        }
      },
      "address": 18446744071613291096
    },
    "keycode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "keyctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "keydata": {
      "type": {
        "kind": "struct",
        "name": "ice_aqc_get_set_rss_keys"
      },
      "address": 0
    },
    "keydomain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071609983256
    },
    "keyduplicated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "keyfile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "keyid": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "keyix": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "keylen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "keymap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "keymap_t"
        }
      },
      "address": 0
    },
    "keymap_restrict_change": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760552
    },
    "keymaterial": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "keyno": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "keyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "keysched": {
      "type": {
        "count": 60,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "keysearch": {
      "type": {
        "kind": "struct",
        "name": "g_eli_key"
      },
      "address": 0
    },
    "keysize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "keysock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "keysock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609982872
    },
    "keysock_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613140784
    },
    "keysock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982344
    },
    "keysock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982368
    },
    "keystat": {
      "type": {
        "kind": "struct",
        "name": "_keystat"
      },
      "address": 18446744071613140648
    },
    "keystream": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "keystroke": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_kbd_keystroke"
        }
      },
      "address": 0
    },
    "keysw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609983008
    },
    "keysz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_faultend"
        }
      },
      "address": 0
    },
    "kfds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pollfd"
        }
      },
      "address": 0
    },
    "kflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kfree": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071579025744
    },
    "kfreebsd_brand_info": {
      "type": {
        "kind": "struct",
        "name": "Elf64_Brandinfo"
      },
      "address": 18446744071610174232
    },
    "kfreebsd_trans_osrel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575069280
    },
    "kh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keyhash"
        }
      },
      "address": 0
    },
    "khelp_add_hhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353680
    },
    "khelp_deregister_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575352672
    },
    "khelp_destroy_osd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353344
    },
    "khelp_get_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353568
    },
    "khelp_get_osd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353536
    },
    "khelp_init_osd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353024
    },
    "khelp_list_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071612538520
    },
    "khelp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353936
    },
    "khelp_new_hhook_registered": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353712
    },
    "khelp_register_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575352192
    },
    "khelp_remove_hhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575353696
    },
    "khelplistlock_args": {
      "type": {
        "kind": "struct",
        "name": "rw_args"
      },
      "address": 18446744071609668120
    },
    "khelplistlock_rw_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609668056
    },
    "khelplistlock_rw_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609668080
    },
    "khs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keyhash"
        }
      },
      "address": 0
    },
    "khw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keyhash"
        }
      },
      "address": 0
    },
    "ki": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kaioinfo"
        }
      },
      "address": 0
    },
    "ki32": {
      "type": {
        "kind": "struct",
        "name": "kinfo_proc32"
      },
      "address": 0
    },
    "kia32_brand_info": {
      "type": {
        "kind": "struct",
        "name": "Elf32_Brandinfo"
      },
      "address": 18446744071610216616
    },
    "kia32_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610216456
    },
    "kick_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096128
    },
    "kick_proc0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580158224
    },
    "kicked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kickinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609620128
    },
    "kickpcu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "kif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kkif"
        }
      },
      "address": 0
    },
    "kif1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kkif"
        }
      },
      "address": 0
    },
    "kif_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kifs": {
      "type": {
        "kind": "struct",
        "name": "pfi_list"
      },
      "address": 0
    },
    "kill": {
      "type": {
        "kind": "struct",
        "name": "pf_kstate_kill"
      },
      "address": 0
    },
    "kill_processes_prison_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575628272
    },
    "killed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "killjobc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575467328
    },
    "killpg1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575609648
    },
    "killpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "killproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575622784
    },
    "killsx_locked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "kind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kiop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_io_params"
        }
      },
      "address": 0
    },
    "kiop1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_io_params"
        }
      },
      "address": 0
    },
    "kk": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "kkstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kinfo_kstack"
        }
      },
      "address": 0
    },
    "kl": {
      "type": {
        "kind": "struct",
        "name": "keg_layout_result"
      },
      "address": 0
    },
    "kl_tmp": {
      "type": {
        "kind": "struct",
        "name": "keg_layout_result"
      },
      "address": 0
    },
    "kld_busy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612538744
    },
    "kld_busy_owner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071612538752
    },
    "kld_off_address": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174048
    },
    "kld_off_filename": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174052
    },
    "kld_off_next": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174060
    },
    "kld_off_pathname": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174056
    },
    "kld_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612538672
    },
    "kldname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "klf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kinfo_lockf_linked"
        }
      },
      "address": 0
    },
    "kll": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "klr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kmap_alloc_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580162720
    },
    "kmap_free_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580162976
    },
    "kmapentzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613299880
    },
    "kmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "khelp_modevent_data"
        }
      },
      "address": 0
    },
    "kmd_ertt": {
      "type": {
        "kind": "struct",
        "name": "khelp_modevent_data"
      },
      "address": 18446744071609929928
    },
    "kmdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "kmem_alloc_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580159424
    },
    "kmem_alloc_attr_domainset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580159456
    },
    "kmem_alloc_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580160240
    },
    "kmem_alloc_contig_domainset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580160288
    },
    "kmem_alloc_contig_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580164320
    },
    "kmem_arena": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem_t"
        }
      },
      "address": 18446744071609750632
    },
    "kmem_back": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580162048
    },
    "kmem_back_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580161440
    },
    "kmem_bootstrap_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580163888
    },
    "kmem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580162640
    },
    "kmem_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580163264
    },
    "kmem_init_zero_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580163088
    },
    "kmem_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580161184
    },
    "kmem_malloc_domainset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580161216
    },
    "kmem_subinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580160992
    },
    "kmem_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609678464
    },
    "kmem_unback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580162032
    },
    "kmem_zmax": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609678456
    },
    "kmemcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612553344
    },
    "kmemdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610760808
    },
    "kmeminit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575416976
    },
    "kmemsize": {
      "type": {
        "count": 4097,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071612549168
    },
    "kmemstatistics": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 18446744071612553336
    },
    "kmemzones": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_5e33dd7ba3954b61"
        }
      },
      "address": 18446744071609676976
    },
    "kmi": {
      "type": {
        "kind": "struct",
        "name": "kva_md_info"
      },
      "address": 18446744071613479272
    },
    "kmod_icmp6stat_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577999040
    },
    "kmod_icmpstat_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577716384
    },
    "kmod_ipstat_dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577723376
    },
    "kmod_ipstat_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577723328
    },
    "kmod_tcpstat_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577807856
    },
    "kmod_udpstat_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577972160
    },
    "kmrn_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "kmrnctrlsta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "knote"
        }
      },
      "address": 0
    },
    "kn2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "knote"
        }
      },
      "address": 0
    },
    "knl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "knlist"
        }
      },
      "address": 0
    },
    "knlist_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249216
    },
    "knlist_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575250000
    },
    "knlist_cleardel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575250144
    },
    "knlist_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575250096
    },
    "knlist_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575250112
    },
    "knlist_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249696
    },
    "knlist_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249712
    },
    "knlist_init_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249936
    },
    "knlist_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538080
    },
    "knlist_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609651928
    },
    "knlist_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609651600
    },
    "knlist_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609651624
    },
    "knlist_mtx_assert_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249920
    },
    "knlist_mtx_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249808
    },
    "knlist_mtx_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249872
    },
    "knlist_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249408
    },
    "knlist_remove_kq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575249424
    },
    "knob": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_sim_knob"
        }
      },
      "address": 0
    },
    "knote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575248608
    },
    "knote_drop_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575250704
    },
    "knote_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575236816
    },
    "knote_fdclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575251296
    },
    "knote_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235936
    },
    "knote_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575257248
    },
    "knote_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609651648
    },
    "knote_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612538152
    },
    "ko": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kobase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmckern_map_in"
        }
      },
      "address": 0
    },
    "kobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kobject"
        }
      },
      "address": 0
    },
    "kobj_class_compile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909232
    },
    "kobj_class_compile1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909248
    },
    "kobj_class_compile_static": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909680
    },
    "kobj_class_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910048
    },
    "kobj_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910240
    },
    "kobj_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910720
    },
    "kobj_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kobjop_desc"
        }
      },
      "address": 0
    },
    "kobj_error_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909216
    },
    "kobj_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910656
    },
    "kobj_init1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910336
    },
    "kobj_init_mutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910928
    },
    "kobj_init_static": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910704
    },
    "kobj_lookup_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909872
    },
    "kobj_lookup_method_mi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575909920
    },
    "kobj_method": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 0
    },
    "kobj_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612910200
    },
    "kobj_mutex_inited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910232
    },
    "kobj_next_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609738848
    },
    "kobj_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609738704
    },
    "kobj_sysfs_ops": {
      "type": {
        "kind": "struct",
        "name": "sysfs_ops"
      },
      "address": 18446744071585322520
    },
    "kobject_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824064
    },
    "kobject_add_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824176
    },
    "kobject_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578823616
    },
    "kobject_init_and_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578826784
    },
    "kobject_set_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578823984
    },
    "kobject_set_name_vargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578823696
    },
    "koname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "kp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ksiginfo_t"
        }
      },
      "address": 0
    },
    "kpc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kproc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575354352
    },
    "kproc_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575354848
    },
    "kproc_kthread_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575357584
    },
    "kproc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575355376
    },
    "kproc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575586000
    },
    "kproc_shutdown_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609709328
    },
    "kproc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575354272
    },
    "kproc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575355136
    },
    "kproc_suspend_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575355600
    },
    "kq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kqueue"
        }
      },
      "address": 0
    },
    "kq_calloutmax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609651696
    },
    "kq_global": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538120
    },
    "kq_global_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609651672
    },
    "kq_global_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650784
    },
    "kq_global_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650808
    },
    "kq_ncallouts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608216384
    },
    "kqfd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kqfd_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575252016
    },
    "kqread_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609651728
    },
    "kqtimer_proc_continue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575240320
    },
    "kqueue_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575243440
    },
    "kqueue_add_filteropts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575248144
    },
    "kqueue_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575253104
    },
    "kqueue_del_filteropts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575248384
    },
    "kqueue_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575247296
    },
    "kqueue_expand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575256624
    },
    "kqueue_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575253536
    },
    "kqueue_filterops_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609651704
    },
    "kqueue_filterops_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609651008
    },
    "kqueue_filterops_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609651032
    },
    "kqueue_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575252736
    },
    "kqueue_kevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575243648
    },
    "kqueue_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575252976
    },
    "kqueue_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575252752
    },
    "kqueue_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575237056
    },
    "kqueue_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575253056
    },
    "kqueue_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575252448
    },
    "kqueueops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609651168
    },
    "krbname": {
      "type": {
        "count": 100,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "krbnamelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "kring0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "netmap_kring"
          }
        }
      },
      "address": 0
    },
    "krings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "netmap_kring"
          }
        }
      },
      "address": 0
    },
    "krl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "krll": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "krlr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "krpc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610028152
    },
    "krpc_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579649664
    },
    "krpcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028064
    },
    "krr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "krrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "krrr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ks": {
      "type": {
        "kind": "struct",
        "name": "pmckern_soft"
      },
      "address": 0
    },
    "ks32": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "freebsd11_kevent32"
        }
      },
      "address": 0
    },
    "ksa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_struct_array"
        }
      },
      "address": 0
    },
    "ksched": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ksched"
        }
      },
      "address": 18446744071612900200
    },
    "ksched.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ksched_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096624
    },
    "ksched_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096720
    },
    "ksched_get_priority_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575097216
    },
    "ksched_get_priority_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575097248
    },
    "ksched_getparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575097040
    },
    "ksched_getscheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575097120
    },
    "ksched_rr_get_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575097280
    },
    "ksched_setparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096752
    },
    "ksched_setscheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575096928
    },
    "ksched_yield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575097184
    },
    "ksi": {
      "type": {
        "kind": "struct",
        "name": "ksiginfo_t"
      },
      "address": 0
    },
    "ksi1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ksiginfo_t"
        }
      },
      "address": 0
    },
    "ksiginfo_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591552
    },
    "ksiginfo_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591600
    },
    "ksiginfo_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612807072
    },
    "ksize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ksopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ksocket_sockopt"
        }
      },
      "address": 0
    },
    "ksp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "malloc_type"
          }
        }
      },
      "address": 0
    },
    "kss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_storage"
        }
      },
      "address": 0
    },
    "kst": {
      "type": {
        "kind": "struct",
        "name": "kinfo_sigtramp"
      },
      "address": 0
    },
    "kst32": {
      "type": {
        "kind": "struct",
        "name": "kinfo_sigtramp32"
      },
      "address": 0
    },
    "kstack0_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kstack_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613299152
    },
    "kstack_cache_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580158336
    },
    "kstack_cache_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613299168
    },
    "kstack_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580158464
    },
    "kstack_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 18446744071613299160
    },
    "kstack_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609695128
    },
    "kstack_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580158592
    },
    "kstacks_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kstrtab": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610609992
    },
    "ksym_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ksym_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ksymtab": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610609976
    },
    "ksymtab_private": {
      "type": {
        "kind": "struct",
        "name": "db_private"
      },
      "address": 18446744071610610008
    },
    "ksymtab_relbase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610610000
    },
    "ksymtab_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610609984
    },
    "kt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_ktable"
        }
      },
      "address": 0
    },
    "ktcr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ktg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_genio"
        }
      },
      "address": 0
    },
    "kth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_header"
        }
      },
      "address": 0
    },
    "kthread_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575355920
    },
    "kthread_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575356512
    },
    "kthread_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575357040
    },
    "kthread_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575586112
    },
    "kthread_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575355840
    },
    "kthread_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575356768
    },
    "kthread_suspend_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575357296
    },
    "ktls": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ktls_act_open_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569058224
    },
    "ktls_alloc_snd_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576208688
    },
    "ktls_bind_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609777176
    },
    "ktls_buffer_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576201296
    },
    "ktls_buffer_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576201520
    },
    "ktls_buffer_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613038752
    },
    "ktls_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568845680
    },
    "ktls_cbc_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609777032
    },
    "ktls_check_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576188368
    },
    "ktls_cnt_rx_queued": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211952
    },
    "ktls_cnt_rx_queued_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772696
    },
    "ktls_cnt_rx_queued_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772720
    },
    "ktls_cnt_tx_pending": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211960
    },
    "ktls_cnt_tx_pending_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772376
    },
    "ktls_cnt_tx_pending_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772400
    },
    "ktls_cnt_tx_queued": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211968
    },
    "ktls_cnt_tx_queued_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772536
    },
    "ktls_cnt_tx_queued_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772560
    },
    "ktls_cpuid_lookup": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071613038768
    },
    "ktls_create_session": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576187248
    },
    "ktls_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576193616
    },
    "ktls_destroy_help": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576194464
    },
    "ktls_destroy_task": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211864
    },
    "ktls_destroy_task_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774456
    },
    "ktls_destroy_task_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774480
    },
    "ktls_disable_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576197312
    },
    "ktls_disable_ifnet_help": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576197664
    },
    "ktls_domain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktls_domain_info"
        }
      },
      "address": 0
    },
    "ktls_domains": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ktls_domain_info"
        }
      },
      "address": 18446744071613005616
    },
    "ktls_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576196992
    },
    "ktls_enable_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186704
    },
    "ktls_enable_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576189728
    },
    "ktls_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576206304
    },
    "ktls_encrypt_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576207152
    },
    "ktls_encrypt_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576196272
    },
    "ktls_encrypt_record": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576207680
    },
    "ktls_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576195536
    },
    "ktls_enqueue_to_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576195328
    },
    "ktls_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576194752
    },
    "ktls_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576188192
    },
    "ktls_free_mext_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576209024
    },
    "ktls_get_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576200192
    },
    "ktls_get_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576190496
    },
    "ktls_get_rx_sequence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576190672
    },
    "ktls_get_tx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576190928
    },
    "ktls_has_tcp_options": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569049312
    },
    "ktls_ifnet_cbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211904
    },
    "ktls_ifnet_cbc_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775432
    },
    "ktls_ifnet_cbc_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775456
    },
    "ktls_ifnet_chacha20": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211920
    },
    "ktls_ifnet_chacha20_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775752
    },
    "ktls_ifnet_chacha20_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775776
    },
    "ktls_ifnet_disable_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212000
    },
    "ktls_ifnet_disable_fail_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774136
    },
    "ktls_ifnet_disable_fail_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774160
    },
    "ktls_ifnet_disable_ok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212008
    },
    "ktls_ifnet_disable_ok_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774296
    },
    "ktls_ifnet_disable_ok_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774320
    },
    "ktls_ifnet_gcm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211912
    },
    "ktls_ifnet_gcm_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775592
    },
    "ktls_ifnet_gcm_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775616
    },
    "ktls_ifnet_max_rexmit_pct": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609771648
    },
    "ktls_ifnet_permitted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613038740
    },
    "ktls_ifnet_reset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212016
    },
    "ktls_ifnet_reset_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775912
    },
    "ktls_ifnet_reset_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775936
    },
    "ktls_ifnet_reset_dropped": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212024
    },
    "ktls_ifnet_reset_dropped_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776072
    },
    "ktls_ifnet_reset_dropped_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776096
    },
    "ktls_ifnet_reset_failed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212032
    },
    "ktls_ifnet_reset_failed_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776232
    },
    "ktls_ifnet_reset_failed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776256
    },
    "ktls_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576200304
    },
    "ktls_init_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613038704
    },
    "ktls_init_lock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609777152
    },
    "ktls_init_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609771040
    },
    "ktls_init_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609771064
    },
    "ktls_init_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613038744
    },
    "ktls_input_ifp_mismatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576192912
    },
    "ktls_max_reclaim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609777188
    },
    "ktls_maxlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609777180
    },
    "ktls_mbuf_crypto_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576195200
    },
    "ktls_modify_txrtlmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576193552
    },
    "ktls_number_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613038736
    },
    "ktls_ocf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ktls_ocf_callback_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579531056
    },
    "ktls_ocf_callback_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579531184
    },
    "ktls_ocf_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579529040
    },
    "ktls_ocf_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579530672
    },
    "ktls_ocf_dispatch_async_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579531200
    },
    "ktls_ocf_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579529024
    },
    "ktls_ocf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579527760
    },
    "ktls_ocf_recrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579529072
    },
    "ktls_ocf_recrypt_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579529104
    },
    "ktls_ocf_tls12_aead_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579532416
    },
    "ktls_ocf_tls12_aead_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579531312
    },
    "ktls_ocf_tls12_aead_recrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579531904
    },
    "ktls_ocf_tls12_aead_sw": {
      "type": {
        "kind": "struct",
        "name": "ktls_ocf_sw"
      },
      "address": 18446744071585359544
    },
    "ktls_ocf_tls13_aead_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579530256
    },
    "ktls_ocf_tls13_aead_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579529136
    },
    "ktls_ocf_tls13_aead_recrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579529728
    },
    "ktls_ocf_tls13_aead_sw": {
      "type": {
        "kind": "struct",
        "name": "ktls_ocf_sw"
      },
      "address": 18446744071585359520
    },
    "ktls_ocf_tls_cbc_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579534080
    },
    "ktls_ocf_tls_cbc_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579532880
    },
    "ktls_ocf_tls_cbc_sw": {
      "type": {
        "kind": "struct",
        "name": "ktls_ocf_sw"
      },
      "address": 18446744071585359568
    },
    "ktls_ocf_try": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579527840
    },
    "ktls_offload_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211872
    },
    "ktls_offload_active_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773176
    },
    "ktls_offload_active_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773200
    },
    "ktls_offload_corrupted_records": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211992
    },
    "ktls_offload_corrupted_records_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773336
    },
    "ktls_offload_corrupted_records_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773360
    },
    "ktls_offload_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613005584
    },
    "ktls_offload_enable_calls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211824
    },
    "ktls_offload_enable_calls_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773016
    },
    "ktls_offload_enable_calls_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773040
    },
    "ktls_offload_failed_crypto": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211976
    },
    "ktls_offload_failed_crypto_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773496
    },
    "ktls_offload_failed_crypto_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773520
    },
    "ktls_offload_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211832
    },
    "ktls_offload_total_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772856
    },
    "ktls_offload_total_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772880
    },
    "ktls_output_eagain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576193280
    },
    "ktls_pending_rx_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186432
    },
    "ktls_permit_empty_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576195168
    },
    "ktls_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613040816
    },
    "ktls_reclaim_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576205712
    },
    "ktls_reset_receive_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576198400
    },
    "ktls_reset_send_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576199312
    },
    "ktls_resync_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576208368
    },
    "ktls_seq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576194704
    },
    "ktls_session_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613005592
    },
    "ktls_set_tcb_fields": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569047664
    },
    "ktls_set_tx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576191104
    },
    "ktls_setup_keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569048352
    },
    "ktls_start_kthreads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576198112
    },
    "ktls_sw_buffer_cache": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609777184
    },
    "ktls_sw_cbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211880
    },
    "ktls_sw_cbc_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774952
    },
    "ktls_sw_cbc_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774976
    },
    "ktls_sw_chacha20": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211896
    },
    "ktls_sw_chacha20_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775272
    },
    "ktls_sw_chacha20_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775296
    },
    "ktls_sw_gcm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211888
    },
    "ktls_sw_gcm_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775112
    },
    "ktls_sw_gcm_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609775136
    },
    "ktls_switch_failed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211840
    },
    "ktls_switch_failed_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773976
    },
    "ktls_switch_failed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609774000
    },
    "ktls_switch_to_ifnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211848
    },
    "ktls_switch_to_ifnet_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773656
    },
    "ktls_switch_to_ifnet_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773680
    },
    "ktls_switch_to_sw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211856
    },
    "ktls_switch_to_sw_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773816
    },
    "ktls_switch_to_sw_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609773840
    },
    "ktls_tasks_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211984
    },
    "ktls_tasks_active_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772216
    },
    "ktls_tasks_active_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609772240
    },
    "ktls_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568846048
    },
    "ktls_toe_cbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211928
    },
    "ktls_toe_cbc_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776504
    },
    "ktls_toe_cbc_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776528
    },
    "ktls_toe_chacha20": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211944
    },
    "ktls_toe_chacha20_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776824
    },
    "ktls_toe_chacha20_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776848
    },
    "ktls_toe_gcm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211936
    },
    "ktls_toe_gcm_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776664
    },
    "ktls_toe_gcm_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609776688
    },
    "ktls_try_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576189216
    },
    "ktls_try_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576190384
    },
    "ktls_try_toe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576188768
    },
    "ktls_use_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576189648
    },
    "ktls_work_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576201664
    },
    "ktls_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktls_wq"
        }
      },
      "address": 18446744071613005600
    },
    "ktname": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ktp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_proc_ctor"
        }
      },
      "address": 0
    },
    "ktr_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575360448
    },
    "ktr_filesize_limit_signal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538552
    },
    "ktr_free": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b65f4a7c435e7011"
      },
      "address": 18446744071612538624
    },
    "ktr_freerequest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575370112
    },
    "ktr_geniosize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609668440
    },
    "ktr_get_tracevp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575358032
    },
    "ktr_getrequest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575358320
    },
    "ktr_getrequest_entered": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575359936
    },
    "ktr_io_params_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575357952
    },
    "ktr_new": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b65f4a7c435e7011"
      },
      "address": 0
    },
    "ktr_requestpool": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609668944
    },
    "ktr_submitrequest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575358384
    },
    "ktr_write": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ktr_writerequest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575368640
    },
    "ktrace_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575367568
    },
    "ktrace_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609668672
    },
    "ktrace_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538560
    },
    "ktrace_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612538592
    },
    "ktrcapfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575363456
    },
    "ktrcsw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575362544
    },
    "ktrfault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575363808
    },
    "ktrfaultend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575364048
    },
    "ktrgenio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575362016
    },
    "ktrnamei": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575361584
    },
    "ktrops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575366448
    },
    "ktrprocctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575360736
    },
    "ktrprocctor_entered": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575360800
    },
    "ktrprocexec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575358688
    },
    "ktrprocexit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575359040
    },
    "ktrprocfork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575361040
    },
    "ktrpsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575362272
    },
    "ktrstruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575362848
    },
    "ktrstruct_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575363104
    },
    "ktrstructarray": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575363120
    },
    "ktrsyscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575358080
    },
    "ktrsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575361776
    },
    "ktrsysret": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575358560
    },
    "ktruio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "ktruserret": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575361440
    },
    "kue_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573116736
    },
    "kue_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573117744
    },
    "kue_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573117504
    },
    "kue_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573117184
    },
    "kue_code_seg": {
      "type": {
        "count": 3838,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609412608
    },
    "kue_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585054848
    },
    "kue_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573119120
    },
    "kue_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573117104
    },
    "kue_devs": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607431200
    },
    "kue_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609412552
    },
    "kue_fix_seg": {
      "type": {
        "count": 720,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609416448
    },
    "kue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573118240
    },
    "kue_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585054688
    },
    "kue_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573116672
    },
    "kue_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573118656
    },
    "kue_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573118992
    },
    "kue_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573118192
    },
    "kue_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573118576
    },
    "kue_trig_seg": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609417168
    },
    "kue_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585054752
    },
    "kue_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609412504
    },
    "kue_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609412480
    },
    "kue_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609412320
    },
    "kum_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "kum_reg_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "kva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kva_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580159312
    },
    "kva_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kva_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580159376
    },
    "kva_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580163744
    },
    "kva_import_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580163840
    },
    "kvaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "kvasprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578837360
    },
    "kve": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kinfo_vmentry"
        }
      },
      "address": 0
    },
    "kvm": {
      "type": {
        "kind": "struct",
        "name": "kinfo_vm_layout"
      },
      "address": 0
    },
    "kvm32": {
      "type": {
        "kind": "struct",
        "name": "kinfo_vm_layout32"
      },
      "address": 0
    },
    "kvm_clock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "kvm_clock_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203696
    },
    "kvm_clock_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204048
    },
    "kvm_clock_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610147712
    },
    "kvm_clock_get_wallclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204256
    },
    "kvm_clock_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204192
    },
    "kvm_clock_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203504
    },
    "kvm_clock_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587088432
    },
    "kvm_clock_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610147664
    },
    "kvm_clock_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610147640
    },
    "kvm_clock_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610147600
    },
    "kvm_clock_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203664
    },
    "kvm_clock_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204096
    },
    "kvm_clock_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204240
    },
    "kvm_clock_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204080
    },
    "kvm_clock_system_time_enable_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204304
    },
    "kvm_clock_tsc_freq_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204368
    },
    "kvm_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581516208
    },
    "kvm_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581516160
    },
    "kvme": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "kvo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kinfo_vmobject"
        }
      },
      "address": 0
    },
    "kvp_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "kvp_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610128520
    },
    "kvp_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587077120
    },
    "kvprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575929456
    },
    "kw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_state_key"
        }
      },
      "address": 0
    },
    "kw4l": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kw4r": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "kwr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tls_key_req"
        }
      },
      "address": 0
    },
    "kz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_keg"
        }
      },
      "address": 0
    },
    "l": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "l1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071565852762
    },
    "l1d_hw": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "l1g": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_group"
        }
      },
      "address": 0
    },
    "l1i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "l2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071565852800
    },
    "l2_neighbor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "l2_table_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "l2fhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "l2_fhdr"
        }
      },
      "address": 0
    },
    "l2fpm_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "l2g": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpu_group"
        }
      },
      "address": 0
    },
    "l2hlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "l2i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "l2l_df": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584985552
    },
    "l2l_f": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584814048
    },
    "l2t": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "l2t_data"
        }
      },
      "address": 0
    },
    "l2t_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "l2t_write_rpl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568946288
    },
    "l2t_write_rpl_handlers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610628304
    },
    "l2table_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "l2te": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "l2t_entry"
        }
      },
      "address": 0
    },
    "l2tun": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "l2u": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585137632
    },
    "l2uf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "l2_update_frame"
        }
      },
      "address": 0
    },
    "l34t": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "l3_error": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "l3hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "l3hlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "l3proto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "l3s": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "l4_error": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "l4_hdr_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "l4_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_net_trans_rule_hw_tcp_udp"
        }
      },
      "address": 0
    },
    "l4_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "l4proto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lFreq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lPwr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lRatio": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "lScaledPwr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "l_aen": {
      "type": {
        "kind": "struct",
        "name": "mfi_linux_ioc_aen"
      },
      "address": 0
    },
    "l_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_head"
        }
      },
      "address": 0
    },
    "l_ioc": {
      "type": {
        "kind": "struct",
        "name": "mfi_linux_ioc_packet"
      },
      "address": 0
    },
    "l_type": {
      "type": {
        "kind": "enum",
        "name": "ice_sw_lkup_type"
      },
      "address": 0
    },
    "l_util": {
      "type": {
        "kind": "union",
        "name": "unnamed_8d3cc2320074359d"
      },
      "address": 0
    },
    "la": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lapic"
        }
      },
      "address": 0
    },
    "la57": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608209552
    },
    "la57_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191336
    },
    "la57_tramp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "la57_trampoline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565852720
    },
    "la57_trampoline_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565852928
    },
    "la57_trampoline_gdt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565852832
    },
    "la57_trampoline_gdt_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565852816
    },
    "la_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentry"
        }
      },
      "address": 0
    },
    "label": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_label"
        }
      },
      "address": 0
    },
    "label_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "labels": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_label_section"
        }
      },
      "address": 0
    },
    "lacp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lacp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576813584
    },
    "lacp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576814000
    },
    "lacp_disable_distributing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576812352
    },
    "lacp_dprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576811328
    },
    "lacp_dump_lacpdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576816352
    },
    "lacp_format_lagid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576820000
    },
    "lacp_info_tlv_template": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tlv_template"
        }
      },
      "address": 0
    },
    "lacp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576813824
    },
    "lacp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576808304
    },
    "lacp_linkstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576810480
    },
    "lacp_partner_admin_optimistic": {
      "type": {
        "kind": "struct",
        "name": "lacp_peerinfo"
      },
      "address": 18446744071585223936
    },
    "lacp_partner_admin_strict": {
      "type": {
        "kind": "struct",
        "name": "lacp_peerinfo"
      },
      "address": 18446744071585223918
    },
    "lacp_port_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576811440
    },
    "lacp_port_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576812064
    },
    "lacp_portreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576813264
    },
    "lacp_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576812880
    },
    "lacp_select_active_aggregator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576818432
    },
    "lacp_select_tx_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576816240
    },
    "lacp_select_tx_port_by_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576815952
    },
    "lacp_set_mux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576821264
    },
    "lacp_sm_rx_record_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576821056
    },
    "lacp_sm_rx_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576820672
    },
    "lacp_sm_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576817024
    },
    "lacp_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576815808
    },
    "lacp_suppress_distributing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576817760
    },
    "lacp_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576814080
    },
    "lacp_timer_funcs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 0
    },
    "lacp_transit_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576820560
    },
    "lacp_unselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576812640
    },
    "lacp_update_portmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576819184
    },
    "laddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "laddr6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "laddr_str": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ladjust": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "laflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lagg_bcast_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576929648
    },
    "lagg_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576935408
    },
    "lagg_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576917584
    },
    "lagg_clone_create.eaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585230496
    },
    "lagg_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576918864
    },
    "lagg_default_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576927680
    },
    "lagg_detach_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613050976
    },
    "lagg_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576917264
    },
    "lagg_fail_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576927968
    },
    "lagg_fail_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576927696
    },
    "lagg_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576925488
    },
    "lagg_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576920016
    },
    "lagg_input_ethernet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937376
    },
    "lagg_input_ethernet_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050824
    },
    "lagg_input_infiniband": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937504
    },
    "lagg_input_infiniband_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613289736
    },
    "lagg_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576920512
    },
    "lagg_lacp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576929104
    },
    "lagg_lacp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576929168
    },
    "lagg_lacp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576929440
    },
    "lagg_lacp_lladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576929552
    },
    "lagg_lacp_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576929248
    },
    "lagg_lb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576928144
    },
    "lagg_lb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576928384
    },
    "lagg_lb_port_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576928784
    },
    "lagg_lb_port_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576928944
    },
    "lagg_lb_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576928416
    },
    "lagg_linkstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576936624
    },
    "lagg_linkstate_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050560
    },
    "lagg_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576919568
    },
    "lagg_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576919616
    },
    "lagg_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609829584
    },
    "lagg_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937200
    },
    "lagg_next_snd_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937104
    },
    "lagg_pflags": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_1f77375e3f0d7f9d"
        }
      },
      "address": 0
    },
    "lagg_port2req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576930976
    },
    "lagg_port_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576931376
    },
    "lagg_port_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576933216
    },
    "lagg_port_destroy_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576936896
    },
    "lagg_port_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937808
    },
    "lagg_port_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576936080
    },
    "lagg_port_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576936560
    },
    "lagg_port_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937616
    },
    "lagg_proto_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576919488
    },
    "lagg_protos": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "lagg_proto"
        }
      },
      "address": 18446744071585230528
    },
    "lagg_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576920000
    },
    "lagg_ratelimit_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576926368
    },
    "lagg_register_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576926400
    },
    "lagg_rr_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576927328
    },
    "lagg_rr_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576927360
    },
    "lagg_setflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576934624
    },
    "lagg_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576935008
    },
    "lagg_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576925648
    },
    "lagg_snd_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937024
    },
    "lagg_snd_tag_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576936960
    },
    "lagg_snd_tag_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576936992
    },
    "lagg_snd_tag_rl_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585231192
    },
    "lagg_snd_tag_tls_rl_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585231272
    },
    "lagg_snd_tag_tls_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585231232
    },
    "lagg_snd_tag_ul_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585231152
    },
    "lagg_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576934800
    },
    "lagg_transmit_ethernet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576919744
    },
    "lagg_transmit_infiniband": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576919872
    },
    "lagg_unregister_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576926864
    },
    "lagg_watchdog_infiniband": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576930272
    },
    "laggname": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585230448
    },
    "lalba": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lance.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "lance_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570157728
    },
    "lance_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570155584
    },
    "lance_copyfrombuf_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570160224
    },
    "lance_copytobuf_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570160176
    },
    "lance_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570157824
    },
    "lance_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570159312
    },
    "lance_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570160096
    },
    "lance_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570157168
    },
    "lance_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570158320
    },
    "lance_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570156560
    },
    "lance_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570157280
    },
    "lance_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570157504
    },
    "lance_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570158928
    },
    "lance_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570158192
    },
    "lance_setladrf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570159984
    },
    "lance_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570156432
    },
    "lance_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570158032
    },
    "lance_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570158768
    },
    "lance_zerobuf_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570160272
    },
    "lane": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lanes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "langid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lapic_calibrate_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582423040
    },
    "lapic_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582418656
    },
    "lapic_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424528
    },
    "lapic_disable_pmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424448
    },
    "lapic_ds_idle_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608216240
    },
    "lapic_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582418992
    },
    "lapic_enable_cmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582426224
    },
    "lapic_enable_mca_elvt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582426272
    },
    "lapic_enable_pmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424064
    },
    "lapic_eoi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582425808
    },
    "lapic_eoi_suppression": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490452
    },
    "lapic_et": {
      "type": {
        "kind": "struct",
        "name": "eventtimer"
      },
      "address": 18446744071613490336
    },
    "lapic_et_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582417696
    },
    "lapic_et_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582418528
    },
    "lapic_handle_cmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582426160
    },
    "lapic_handle_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582426528
    },
    "lapic_handle_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582425856
    },
    "lapic_handle_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582425936
    },
    "lapic_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582417648
    },
    "lapic_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582416544
    },
    "lapic_intr_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424608
    },
    "lapic_intrcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582429808
    },
    "lapic_intrcnt_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610219424
    },
    "lapic_ipi_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582429136
    },
    "lapic_ipi_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582429600
    },
    "lapic_ipi_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582428496
    },
    "lapic_ipi_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582428352
    },
    "lapic_ipi_wait_mult": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613490456
    },
    "lapic_is_x2apic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582416496
    },
    "lapic_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613490320
    },
    "lapic_paddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610218736
    },
    "lapic_pic": {
      "type": {
        "kind": "struct",
        "name": "pic"
      },
      "address": 18446744071610219304
    },
    "lapic_reenable_pmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582422960
    },
    "lapic_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582416528
    },
    "lapic_set_logical_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424672
    },
    "lapic_set_lvt_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424736
    },
    "lapic_set_lvt_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424992
    },
    "lapic_set_lvt_polarity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582425312
    },
    "lapic_set_lvt_triggermode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582425568
    },
    "lapic_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582420016
    },
    "lapic_timer_divisor": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613490480
    },
    "lapic_timer_divisors": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584047232
    },
    "lapic_timer_tsc_deadline": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490448
    },
    "lapic_update_pmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582424144
    },
    "lapic_xapic_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582419968
    },
    "lapics": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lapic"
        }
      },
      "address": 18446744071613490472
    },
    "lar_config": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lar_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "large": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "largeLimit": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "large_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "large_entity_code": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "large_entity_list": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "large_entity"
        }
      },
      "address": 18446744071608450064
    },
    "large_vmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem_t"
        }
      },
      "address": 18446744071613484584
    },
    "largepage": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "largepage_reclaim_tries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609781408
    },
    "largerPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "largest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "largestBegin": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "largestBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "largestCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "largestEnd": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "largestP": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "largestSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "largestTotal": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "largest_ld": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "largest_rx_cluster": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450016
    },
    "largest_rxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "largest_txq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "largesz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "largs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i386_ldt_args"
        }
      },
      "address": 0
    },
    "lasi_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "last": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "lastBit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastBlock": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastBlockEntireSrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastBlockSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastByte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lastCountSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastFragment": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastLLSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastLiterals": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lastML": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastPartition": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastR": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastSequence": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_optimal_t"
      },
      "address": 0
    },
    "lastWeight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_64": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_ads": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_txc"
        }
      },
      "address": 0
    },
    "last_aggr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_array_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_base": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_blk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_uzip_blk"
        }
      },
      "address": 0
    },
    "last_block_sg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blkif_request_segment"
        }
      },
      "address": 0
    },
    "last_buf_type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_type_desc"
        }
      },
      "address": 0
    },
    "last_calib": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612807584
    },
    "last_check_block": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "last_cmd": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613400452
    },
    "last_declared_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_dmsecs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "last_dscp_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_elem": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "last_elm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_element_t"
        }
      },
      "address": 0
    },
    "last_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_phase_table_entry"
        }
      },
      "address": 0
    },
    "last_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_evtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bt_event"
        }
      },
      "address": 0
    },
    "last_fail": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613296872
    },
    "last_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "last_gref": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_holdoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625784
    },
    "last_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_idx": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "last_incomplete": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_killed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_node"
        }
      },
      "address": 0
    },
    "last_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_lowspace_trigger": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613296856
    },
    "last_max": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "last_md": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "last_msecs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "last_msg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_mt_slot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_mtype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 0
    },
    "last_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "last_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_offset_next": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "last_packet": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "last_patch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "patch"
        }
      },
      "address": 0
    },
    "last_phase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_print": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_printed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_probe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_profile": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_queue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "last_read_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_reason": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xctrl_shutdown_reason"
        }
      },
      "address": 0
    },
    "last_ref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "last_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbb_xen_req"
        }
      },
      "address": 0
    },
    "last_rid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "last_rule": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_rxseq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "last_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "last_slash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "last_stack_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ses_status_element"
        }
      },
      "address": 0
    },
    "last_subenc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ses_enc_desc"
          }
        }
      },
      "address": 0
    },
    "last_swapin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399068
    },
    "last_table_next": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_target": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_td_ctrl2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_thr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "last_timestamp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_tx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "last_type": {
      "type": {
        "kind": "enum",
        "name": "i40e_queue_type"
      },
      "address": 0
    },
    "last_user": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_v_bit": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_valid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_valid_byte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "last_value": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "last_was_syn": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_word": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "last_work_seen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "last_wr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "last_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 0
    },
    "lastaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lastadp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirect"
        }
      },
      "address": 0
    },
    "lastb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastblock": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lastbyte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lastchar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lastcn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lastcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastcs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cstate"
        }
      },
      "address": 0
    },
    "lastecn": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613051072
    },
    "lastend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "spdcache_entry"
        }
      },
      "address": 0
    },
    "lasterr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastfail": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613399144
    },
    "lastfile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastiblock": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "lastino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastlba": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastlbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lastlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastphase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastpid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538320
    },
    "lastpitch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "lastpos": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastpri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609743800
    },
    "lastprid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538464
    },
    "lastprint": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613058816
    },
    "lastrate_dur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lastref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastrun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399128
    },
    "lastrx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lastslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastsocketref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "laststep": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071612809752
    },
    "lastthree": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lasttime": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "lastto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastvecindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lastvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "lat_enc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lat_ns": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "latch": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "latch_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "late_console": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610187916
    },
    "late_ifunc_resolve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581423136
    },
    "late_ifunc_resolve_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610187920
    },
    "latency": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "latest_therm_value": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "latest_volt_value": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lattrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nl_parsed_link"
        }
      },
      "address": 0
    },
    "launched_async_io": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "launder": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_cmd_layout"
        }
      },
      "address": 0
    },
    "layer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "layer_num": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "layout_map_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "layout_passed_in": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "layoutlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "layouttype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "layp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "laystat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "laytype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lazyAdditionalSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lazy_tx_credit_flush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608447520
    },
    "lb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lb_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_lb_stats"
        }
      },
      "address": 0
    },
    "lba": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lba_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lba_count": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lba_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lba_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lba_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lba_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lba_upper": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lbads": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lbas": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lbase": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585216112
    },
    "lbasize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lbasize48": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lbi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lbinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_LD_LOAD_BALANCE_INFO"
        }
      },
      "address": 0
    },
    "lbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "lblkno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lblocksize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lbnadd": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lbnp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lbns": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "lbns_remfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "lbound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "lbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_logical_block_prov"
        }
      },
      "address": 0
    },
    "lbppbe": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lbrt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_rtnode"
        }
      },
      "address": 0
    },
    "lbss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_cfg80211_bss"
        }
      },
      "address": 0
    },
    "lbuf": {
      "type": {
        "count": 200,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linuxkpi_ieee80211_channel"
        }
      },
      "address": 0
    },
    "lcd_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lckownstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "lckp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "lckstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "lcm": {
      "type": {
        "kind": "enum",
        "name": "unnamed_c93854d0c51236d9"
      },
      "address": 0
    },
    "lcname": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lcnamelen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lcode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "code"
        }
      },
      "address": 0
    },
    "lcorrection": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "lcphdr": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585256864
    },
    "lcpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "lcr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lcrn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_lun_crn"
        }
      },
      "address": 0
    },
    "lcs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cstate"
        }
      },
      "address": 0
    },
    "lcsr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lctx": {
      "type": {
        "kind": "struct",
        "name": "SHA512_CTX"
      },
      "address": 0
    },
    "ld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xl_list_data"
        }
      },
      "address": 0
    },
    "ld0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ld2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_disk"
        }
      },
      "address": 0
    },
    "ldBlockSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ldCount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ldSpanInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "LOG_BLOCK_SPAN_INFO"
        }
      },
      "address": 0
    },
    "ldStartBlock": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ldTgtId": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ld_block_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ld_cm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_command"
        }
      },
      "address": 0
    },
    "ld_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ld_ds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391283
    },
    "ld_es": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391276
    },
    "ld_fs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391182
    },
    "ld_fsbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391203
    },
    "ld_gs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391225
    },
    "ld_gsbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391274
    },
    "ld_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ld_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_ld_info"
        }
      },
      "address": 0
    },
    "ld_ldt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364276
    },
    "ld_list_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_LD_LIST"
        }
      },
      "address": 0
    },
    "ld_list_phys_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ld_list_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ld_pause": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ld_pend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_disk_pending"
        }
      },
      "address": 0
    },
    "ld_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391290
    },
    "ld_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ld_sync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_LD_TARGET_SYNC"
        }
      },
      "address": 0
    },
    "lda": {
      "type": {
        "kind": "struct",
        "name": "lock_delay_arg"
      },
      "address": 0
    },
    "ldep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "denode"
        }
      },
      "address": 0
    },
    "ldesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lockdesc"
        }
      },
      "address": 0
    },
    "ldev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linux_cdev"
        }
      },
      "address": 0
    },
    "ldmBucketSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ldmBucketSizeLog": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ldmHSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ldmSeqSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ldmSeqStore": {
      "type": {
        "kind": "struct",
        "name": "rawSeqStore_t"
      },
      "address": 0
    },
    "ldmSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ldn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_disk"
        }
      },
      "address": 0
    },
    "ldp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscldeleg"
        }
      },
      "address": 0
    },
    "ldpc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ldrive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ldst_addrspace": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ldst_cmd": {
      "type": {
        "kind": "struct",
        "name": "fw_ldst_cmd"
      },
      "address": 0
    },
    "ldst_rpl": {
      "type": {
        "kind": "struct",
        "name": "fw_ldst_cmd"
      },
      "address": 0
    },
    "ldt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc_ldt"
        }
      },
      "address": 0
    },
    "ldvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "le": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "le1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "le2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "le64dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574893024
    },
    "le_home_supmedia": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584848016
    },
    "le_intr_details": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584735536
    },
    "le_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992688
    },
    "le_intr_handler.le_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735536
    },
    "le_intr_handler.t6_le_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735648
    },
    "le_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 0
    },
    "le_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570152624
    },
    "le_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570153984
    },
    "le_pci_dma_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570154384
    },
    "le_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071608500136
    },
    "le_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608500320
    },
    "le_pci_hwreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570155504
    },
    "le_pci_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570154416
    },
    "le_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584847904
    },
    "le_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608500296
    },
    "le_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570152384
    },
    "le_pci_rdcsr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570155344
    },
    "le_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570154240
    },
    "le_pci_supmedia": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584848032
    },
    "le_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570154208
    },
    "le_pci_wrcsr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570155424
    },
    "le_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608500232
    },
    "le_sum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "le_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lro_entry"
        }
      },
      "address": 0
    },
    "le_uuid_dec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770112
    },
    "le_uuid_enc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770016
    },
    "le_word_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "lead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cd_toc_single"
        }
      },
      "address": 0
    },
    "leadout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cd_toc_single"
        }
      },
      "address": 0
    },
    "leadspaces": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "leaf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "leaf_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "leap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lease": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lease_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "leases": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "least": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "leavepgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575466576
    },
    "lectr": {
      "type": {
        "kind": "base",
        "name": "unsigned __int128"
      },
      "address": 0
    },
    "led": {
      "type": {
        "kind": "struct",
        "name": "wpi_cmd_led"
      },
      "address": 0
    },
    "led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "led_act": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "led_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "led_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608500544
    },
    "led_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610760656
    },
    "led_change": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "led_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570161248
    },
    "led_create_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570161264
    },
    "led_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "led_default": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "led_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570161824
    },
    "led_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570163120
    },
    "led_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b9954f31efe7db52"
      },
      "address": 18446744071610760600
    },
    "led_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "led_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "led_mode_bitmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "led_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610760568
    },
    "led_name": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "led_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570160752
    },
    "led_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "led_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570160320
    },
    "led_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610760608
    },
    "led_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570162256
    },
    "led_unit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610760640
    },
    "led_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570162608
    },
    "ledbits": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584048864
    },
    "ledctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ledctl_blink": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ledctl_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ledctl_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ledctl_on": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ledctl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "leddev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608500728
    },
    "ledmap": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584155992
    },
    "ledmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ledpin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "leds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ledstate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "left": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "left_edge_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "left_i": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "left_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "leftcap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "leftover": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "leftoverLit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "leftoverSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "legacy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "legacyEepromDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567878976
    },
    "legacyEepromDiag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567879952
    },
    "legacyEepromGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567879120
    },
    "legacyEepromGetSpurChan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567879920
    },
    "legacyEepromReadContents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567866896
    },
    "legacyEepromSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567879744
    },
    "legacy_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581315984
    },
    "legacy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581315520
    },
    "legacy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610167448
    },
    "legacy_intr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780572
    },
    "legacy_methods": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587098752
    },
    "legacy_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610167400
    },
    "legacy_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610167376
    },
    "legacy_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610167152
    },
    "legacy_pcib_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581280768
    },
    "legacy_pcib_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279728
    },
    "legacy_pcib_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279856
    },
    "legacy_pcib_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581280640
    },
    "legacy_pcib_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282048
    },
    "legacy_pcib_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610160152
    },
    "legacy_pcib_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581280832
    },
    "legacy_pcib_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279968
    },
    "legacy_pcib_maxslots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279648
    },
    "legacy_pcib_methods": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587094224
    },
    "legacy_pcib_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282016
    },
    "legacy_pcib_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279664
    },
    "legacy_pcib_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581280320
    },
    "legacy_pcib_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581280800
    },
    "legacy_pcib_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282096
    },
    "legacy_pcib_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279696
    },
    "legacy_pcib_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581280448
    },
    "legacy_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581315888
    },
    "legacy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581315472
    },
    "legacy_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316128
    },
    "legacy_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "legacy_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "legacy_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316208
    },
    "legal_vif_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059272
    },
    "lem_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569200336
    },
    "lem_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569200464
    },
    "lem_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569200752
    },
    "lem_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071608457256
    },
    "len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "len1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "len16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "len2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "len32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "len_changed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "len_cp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "len_cq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "len_dif": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "len_hi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "len_lo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "len_old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "len_to_copy": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "len_to_go": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lend": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lenfix": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "code"
        }
      },
      "address": 18446744071585213888
    },
    "length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "length0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "length1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "length2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "length3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "length4": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "length_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lengths": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "lenlim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lenn": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lenofoh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lenonbd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lenread": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lentim": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "lenval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lenwrote": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "le_pci_softc"
        }
      },
      "address": 0
    },
    "lesm_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "lev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_level"
        }
      },
      "address": 0
    },
    "level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "level_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "levelname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "levels": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_level"
        }
      },
      "address": 0
    },
    "levents": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lex_hex_numbers": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "lex_wspace": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "lext": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585216176
    },
    "lf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linker_file"
        }
      },
      "address": 0
    },
    "lf_activate_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575408144
    },
    "lf_add_edge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575410320
    },
    "lf_add_incoming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575409568
    },
    "lf_advlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575403712
    },
    "lf_advlockasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575398688
    },
    "lf_alloc_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575402896
    },
    "lf_alloc_vertex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575411696
    },
    "lf_cancel_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575409296
    },
    "lf_clearremotesys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575402864
    },
    "lf_clearremotesys_iterator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575406384
    },
    "lf_countlocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575406480
    },
    "lf_free_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575403168
    },
    "lf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575407680
    },
    "lf_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609670992
    },
    "lf_iteratelocks_sysid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575404928
    },
    "lf_iteratelocks_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575405552
    },
    "lf_lock_owners": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "lock_owner_chain"
        }
      },
      "address": 18446744071612538768
    },
    "lf_lock_states": {
      "type": {
        "kind": "struct",
        "name": "lockf_list"
      },
      "address": 18446744071612549040
    },
    "lf_lock_states_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612549008
    },
    "lf_owner_graph": {
      "type": {
        "kind": "struct",
        "name": "owner_graph"
      },
      "address": 18446744071612549080
    },
    "lf_owner_graph.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612549080
    },
    "lf_owner_graph.1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612549088
    },
    "lf_owner_graph.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612549096
    },
    "lf_owner_graph.3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612549104
    },
    "lf_owner_graph.4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612549112
    },
    "lf_owner_graph_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612549048
    },
    "lf_purgelocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575403792
    },
    "lf_remove_edge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575407904
    },
    "lf_setlock.lockstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609671248
    },
    "lf_update_dependancies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575409872
    },
    "lfa_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lfa_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lfa_sts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lfdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linker_file"
        }
      },
      "address": 0
    },
    "lfdvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "lfdx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lfh": {
      "type": {
        "kind": "struct",
        "name": "nfscllockownerfhhead"
      },
      "address": 0
    },
    "lfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscllockownerfh"
        }
      },
      "address": 0
    },
    "lflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lflags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslockfile"
        }
      },
      "address": 0
    },
    "lfprev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lockf_entry"
        }
      },
      "address": 0
    },
    "lfreevnodes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 0
    },
    "lfrequency": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "lft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_lifetime"
        }
      },
      "address": 0
    },
    "lft_c": {
      "type": {
        "kind": "struct",
        "name": "seclifetime"
      },
      "address": 0
    },
    "lft_h": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seclifetime"
        }
      },
      "address": 0
    },
    "lft_s": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seclifetime"
        }
      },
      "address": 0
    },
    "lftmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linker_file"
        }
      },
      "address": 0
    },
    "lfvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "lfw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linuxkpi_firmware"
        }
      },
      "address": 0
    },
    "lfwt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_fw_task"
        }
      },
      "address": 0
    },
    "lg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lgHash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lg_act": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_sw_rules_elem"
        }
      },
      "address": 0
    },
    "lg_act_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lg_act_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lgb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_buffer"
        }
      },
      "address": 0
    },
    "lgdt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543040
    },
    "lgdt_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189260
    },
    "lge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570163440
    },
    "lge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570165328
    },
    "lge_devs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "lge_type"
        }
      },
      "address": 0
    },
    "lge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608501056
    },
    "lge_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570173072
    },
    "lge_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570168080
    },
    "lge_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570167872
    },
    "lge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570167744
    },
    "lge_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570169520
    },
    "lge_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570168256
    },
    "lge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570166800
    },
    "lge_jfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570172432
    },
    "lge_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584848672
    },
    "lge_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570166176
    },
    "lge_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570166528
    },
    "lge_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570166368
    },
    "lge_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570171952
    },
    "lge_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608501008
    },
    "lge_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608500984
    },
    "lge_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608500800
    },
    "lge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570163216
    },
    "lge_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570171088
    },
    "lge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570165936
    },
    "lge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570167584
    },
    "lge_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570172592
    },
    "lge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570170800
    },
    "lge_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570171360
    },
    "lgp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lagg_port"
        }
      },
      "address": 0
    },
    "lhSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lhave": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lhc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lhdr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lhlCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscllockownerhead"
        }
      },
      "address": 0
    },
    "lhs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lhs_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lhs_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_id_descriptor"
        }
      },
      "address": 0
    },
    "lhs_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_id_descriptor"
        }
      },
      "address": 0
    },
    "lhw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_hw"
        }
      },
      "address": 0
    },
    "lhyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslayouthash"
        }
      },
      "address": 0
    },
    "li": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_link_status"
        }
      },
      "address": 0
    },
    "li_old": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_link_status"
        }
      },
      "address": 0
    },
    "lia": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "lia6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "library_object_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linux_idr_cache"
        }
      },
      "address": 0
    },
    "lid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lid_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608331584
    },
    "lid_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lid_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618808
    },
    "lid_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608331424
    },
    "lid_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608331280
    },
    "lid_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608331304
    },
    "lifetime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "liflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lim2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lim_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575550224
    },
    "lim_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575550352
    },
    "lim_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575550336
    },
    "lim_cowsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575550816
    },
    "lim_cur": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554464
    },
    "lim_cur_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554544
    },
    "lim_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575553904
    },
    "lim_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575550272
    },
    "lim_freen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575550896
    },
    "lim_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575553856
    },
    "lim_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554240
    },
    "lim_max_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554320
    },
    "lim_rlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575551072
    },
    "lim_rlimit_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554400
    },
    "limbatch": {
      "type": {
        "kind": "struct",
        "name": "limbatch"
      },
      "address": 0
    },
    "limbatch_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554064
    },
    "limbatch_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554176
    },
    "limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "limit_qid": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "limitby": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "limited": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "limitedSrcLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "limitedSrcSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "limitreg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "limits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwn_sensitivity_limits"
        }
      },
      "address": 0
    },
    "limp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "plimit"
        }
      },
      "address": 0
    },
    "lims": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_msource"
        }
      },
      "address": 0
    },
    "lin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "lin6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "lin_t": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "line": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "line_buf": {
      "type": {
        "count": 60,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "line_cursor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "line_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "line_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "line_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "line_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "line_width": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "linear": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "linebuf": {
      "type": {
        "count": 200,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lineno": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "linenum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lines": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "linesize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "linesz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "linfo_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585313656
    },
    "link": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ppp_link"
        }
      },
      "address": 0
    },
    "linkName": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "linkNum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "link_10g_plus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "link_add_crs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580377168
    },
    "link_add_prs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580377344
    },
    "link_alloc_sdl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576833984
    },
    "link_aneg": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "link_attn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_link_attention_t"
        }
      },
      "address": 0
    },
    "link_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_capabilities": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_caps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_cfg_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "link_change_intrs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_changed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "link_check": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_check_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568610000
    },
    "link_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_data": {
      "type": {
        "kind": "struct",
        "name": "ice_aqc_get_link_status_data"
      },
      "address": 0
    },
    "link_elf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "link_elf_class": {
      "type": {
        "kind": "struct",
        "name": "linker_class"
      },
      "address": 18446744071610215392
    },
    "link_elf_ctf_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582322800
    },
    "link_elf_debug_symbol_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313648
    },
    "link_elf_each_function_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582322400
    },
    "link_elf_each_function_nameval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582322560
    },
    "link_elf_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582324928
    },
    "link_elf_fix_link_set.startn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587187216
    },
    "link_elf_fix_link_set.stopn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587187225
    },
    "link_elf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313136
    },
    "link_elf_ireloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575773120
    },
    "link_elf_late_ireloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575774720
    },
    "link_elf_leak_locals": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609723120
    },
    "link_elf_link_common_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575775936
    },
    "link_elf_link_preload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582319392
    },
    "link_elf_link_preload_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582322000
    },
    "link_elf_load_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582314688
    },
    "link_elf_lookup_debug_symbol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313360
    },
    "link_elf_lookup_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582322160
    },
    "link_elf_lookup_symbol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313168
    },
    "link_elf_lookup_symbol1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575784336
    },
    "link_elf_methods": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587186960
    },
    "link_elf_obj.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "link_elf_obj_leak_locals": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610215384
    },
    "link_elf_obj_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610215360
    },
    "link_elf_preload_parse_symbols": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575774432
    },
    "link_elf_protect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582326224
    },
    "link_elf_protect_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582328272
    },
    "link_elf_reloc_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582324976
    },
    "link_elf_search_symbol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313760
    },
    "link_elf_strtab_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582324896
    },
    "link_elf_symbol_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313520
    },
    "link_elf_symtab_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582324864
    },
    "link_elf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609723096
    },
    "link_elf_unload_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313904
    },
    "link_fault": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "link_free_sdl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576834016
    },
    "link_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_link_status"
        }
      },
      "address": 0
    },
    "link_init_sdl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576834048
    },
    "link_layer_control": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_layer_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_modes": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "link_module_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_name": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "link_nhgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577076224
    },
    "link_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577083600
    },
    "link_ok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "link_percentage": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "link_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "link_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "link_s1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_speed_str": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "link_speeds": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "link_sta": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "link_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_status": {
      "type": {
        "kind": "struct",
        "name": "i40e_aqc_get_link_status"
      },
      "address": 0
    },
    "link_strict": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "_Bool"
          }
        }
      },
      "address": 0
    },
    "link_support": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "link_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "link_up": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "linkattr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "linkcfg": {
      "type": {
        "kind": "enum",
        "name": "unnamed_f0f7323931effa32"
      },
      "address": 0
    },
    "linkcfg_map": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_linkcfg_map_t"
        }
      },
      "address": 18446744071584902640
    },
    "linkcfg_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "linkctl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "linker_add_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575370288
    },
    "linker_addmodules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575385408
    },
    "linker_class_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669144
    },
    "linker_ctf_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575378048
    },
    "linker_ctf_get_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723416
    },
    "linker_ddb_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575379024
    },
    "linker_ddb_search_symbol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575379168
    },
    "linker_ddb_search_symbol_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575379552
    },
    "linker_ddb_symbol_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575379408
    },
    "linker_debug_search_symbol_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575379568
    },
    "linker_debug_symbol_values_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723272
    },
    "linker_each_function_name_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723320
    },
    "linker_each_function_nameval_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723344
    },
    "linker_ext_list": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585174064
    },
    "linker_file_add_dependency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575385328
    },
    "linker_file_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575376592
    },
    "linker_file_function_listall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575378256
    },
    "linker_file_lookup_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575378128
    },
    "linker_file_lookup_symbol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575378352
    },
    "linker_file_lookup_symbol_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575378560
    },
    "linker_file_register_modules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575385920
    },
    "linker_file_register_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575388880
    },
    "linker_file_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575377440
    },
    "linker_file_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575375184
    },
    "linker_file_unregister_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575377184
    },
    "linker_files": {
      "type": {
        "kind": "struct",
        "name": "linker_file_list_t"
      },
      "address": 18446744071612538704
    },
    "linker_find_file_by_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575382288
    },
    "linker_hintfile": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609670648
    },
    "linker_hwpmc_list_objects": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575384384
    },
    "linker_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linker_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575385680
    },
    "linker_init_kernel_modules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575385776
    },
    "linker_kernel_file": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linker_file"
        }
      },
      "address": 18446744071612538760
    },
    "linker_kernel_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669168
    },
    "linker_kldload_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575380128
    },
    "linker_kldload_unbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575380464
    },
    "linker_link_preload_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723512
    },
    "linker_link_preload_finish_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723536
    },
    "linker_load_dependencies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575384560
    },
    "linker_load_file_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723488
    },
    "linker_load_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575370928
    },
    "linker_lookup_debug_symbol_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723224
    },
    "linker_lookup_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575389376
    },
    "linker_lookup_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723368
    },
    "linker_lookup_symbol_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723200
    },
    "linker_make_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575376816
    },
    "linker_no_more_classes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538648
    },
    "linker_path": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609669600
    },
    "linker_preload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575386368
    },
    "linker_preload_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575389168
    },
    "linker_reference_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575370368
    },
    "linker_release_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575374800
    },
    "linker_search_symbol_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723296
    },
    "linker_search_symbol_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575380048
    },
    "linker_search_symbol_name_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575379936
    },
    "linker_stop_class_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575385760
    },
    "linker_strtab_get_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723464
    },
    "linker_symbol_values_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723248
    },
    "linker_symtab_get_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723440
    },
    "linker_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669120
    },
    "linker_unload_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609723392
    },
    "linkhdr": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "linkhdrsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "linklen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "linkmax": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "linkmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "linkq": {
      "type": {
        "kind": "struct",
        "name": "iwn_cmd_link_quality"
      },
      "address": 0
    },
    "links": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "links2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "links_orig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "links_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "linkset_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "linkspeed": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608461440
    },
    "linkstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "linkstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "linktest": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "linktmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rctl_rule_link"
        }
      },
      "address": 0
    },
    "linkup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lintval": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "linux_80211.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_80211_macops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_access_ok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578828336
    },
    "linux_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_acpi_events_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609999664
    },
    "linux_acpi_events_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609999688
    },
    "linux_acpi_target_sleep_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613150244
    },
    "linux_add_to_sleepqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578902768
    },
    "linux_alloc_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578848464
    },
    "linux_alloc_current_noop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575089728
    },
    "linux_alloc_kmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867744
    },
    "linux_alloc_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867440
    },
    "linux_backlight_device_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884208
    },
    "linux_backlight_device_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884384
    },
    "linux_backlight_get_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885712
    },
    "linux_backlight_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885600
    },
    "linux_backlight_update_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885472
    },
    "linux_bit_waitq": {
      "type": {
        "kind": "struct",
        "name": "wait_queue_head_t"
      },
      "address": 18446744071613282048
    },
    "linux_call_rcu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899056
    },
    "linux_cancel_delayed_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578919264
    },
    "linux_cancel_delayed_work.states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323456
    },
    "linux_cancel_delayed_work_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578919648
    },
    "linux_cancel_delayed_work_sync.states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323464
    },
    "linux_cancel_work_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578919088
    },
    "linux_cancel_work_sync.states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323448
    },
    "linux_cdev_device_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578839984
    },
    "linux_cdev_device_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578840176
    },
    "linux_cdev_handle_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578844864
    },
    "linux_cdev_ktype": {
      "type": {
        "kind": "struct",
        "name": "kobj_type"
      },
      "address": 18446744071585322632
    },
    "linux_cdev_pager_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578845776
    },
    "linux_cdev_pager_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578845792
    },
    "linux_cdev_pager_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578846176
    },
    "linux_cdev_pager_ops": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cdev_pager_ops"
        }
      },
      "address": 18446744071610001024
    },
    "linux_cdev_pager_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578845136
    },
    "linux_cdev_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578840432
    },
    "linux_cdev_static_ktype": {
      "type": {
        "kind": "struct",
        "name": "kobj_type"
      },
      "address": 18446744071585322664
    },
    "linux_cdev_static_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578840832
    },
    "linux_class_kfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578826720
    },
    "linux_class_ktype": {
      "type": {
        "kind": "struct",
        "name": "kobj_type"
      },
      "address": 18446744071585322552
    },
    "linux_class_misc": {
      "type": {
        "kind": "struct",
        "name": "class"
      },
      "address": 18446744071613281824
    },
    "linux_class_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824688
    },
    "linux_class_root": {
      "type": {
        "kind": "struct",
        "name": "kobject"
      },
      "address": 18446744071613281512
    },
    "linux_class_show": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578843952
    },
    "linux_class_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578843984
    },
    "linux_class_sysfs": {
      "type": {
        "kind": "struct",
        "name": "sysfs_ops"
      },
      "address": 18446744071585322536
    },
    "linux_clear_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578828144
    },
    "linux_compat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_compat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578847040
    },
    "linux_compat_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610000784
    },
    "linux_compat_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610000808
    },
    "linux_compat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578848256
    },
    "linux_complete_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838512
    },
    "linux_completion_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578839936
    },
    "linux_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827792
    },
    "linux_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827968
    },
    "linux_cpu_has_clflush": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613282192
    },
    "linux_create_workqueue_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920448
    },
    "linux_current.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_current_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849920
    },
    "linux_current_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001200
    },
    "linux_current_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001224
    },
    "linux_current_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578850320
    },
    "linux_current_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920880
    },
    "linux_current_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613289024
    },
    "linux_default_wq_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610004600
    },
    "linux_delayed_work_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578919040
    },
    "linux_delayed_work_timer_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578918512
    },
    "linux_delayed_work_timer_fn.states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323472
    },
    "linux_deregister_acpi_event_handlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821104
    },
    "linux_destroy_workqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920624
    },
    "linux_dev_fdopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578828912
    },
    "linux_dev_kqfiltops_read": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071610000928
    },
    "linux_dev_kqfiltops_write": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071610000968
    },
    "linux_dev_ktype": {
      "type": {
        "kind": "struct",
        "name": "kobj_type"
      },
      "address": 18446744071585322600
    },
    "linux_dev_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824720
    },
    "linux_dev_show": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578844016
    },
    "linux_dev_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578844048
    },
    "linux_dev_sysfs": {
      "type": {
        "kind": "struct",
        "name": "sysfs_ops"
      },
      "address": 18446744071585322584
    },
    "linux_dev_to_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578853344
    },
    "linux_device_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578825456
    },
    "linux_devres.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_dma_alloc_coherent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578880992
    },
    "linux_dma_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886496
    },
    "linux_dma_map_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578880000
    },
    "linux_dma_map_phys_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578880032
    },
    "linux_dma_map_sg_attrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578881664
    },
    "linux_dma_obj_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613289352
    },
    "linux_dma_pool_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578883696
    },
    "linux_dma_pool_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578882512
    },
    "linux_dma_pool_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578883456
    },
    "linux_dma_pool_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578883936
    },
    "linux_dma_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003200
    },
    "linux_dma_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003224
    },
    "linux_dma_tag_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578870240
    },
    "linux_dma_tag_init_coherent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578870368
    },
    "linux_dma_trie_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886704
    },
    "linux_dma_trie_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886672
    },
    "linux_dma_trie_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613289368
    },
    "linux_dma_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886624
    },
    "linux_dma_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578880672
    },
    "linux_dma_unmap_sg_attrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578882224
    },
    "linux_dmi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_dmi_check_system": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852848
    },
    "linux_dmi_first_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852464
    },
    "linux_dmi_get_system_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852432
    },
    "linux_dmi_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852384
    },
    "linux_dmi_matches": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852528
    },
    "linux_dmi_preload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852944
    },
    "linux_dmi_preload_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001248
    },
    "linux_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_down_read_killable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578864640
    },
    "linux_down_write_killable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578864736
    },
    "linux_dump_stack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578843424
    },
    "linux_epoch": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ck_epoch_t"
        }
      },
      "address": 18446744071613289408
    },
    "linux_epoch_head": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "linux_epoch_head"
        }
      },
      "address": 18446744071613289472
    },
    "linux_fatal_signal_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578900416
    },
    "linux_file_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578826928
    },
    "linux_file_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578833280
    },
    "linux_file_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578834064
    },
    "linux_file_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827248
    },
    "linux_file_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578831152
    },
    "linux_file_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578832736
    },
    "linux_file_kqfilter_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578844624
    },
    "linux_file_kqfilter_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578844080
    },
    "linux_file_kqfilter_read_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578844800
    },
    "linux_file_kqfilter_write_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578844832
    },
    "linux_file_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578834192
    },
    "linux_file_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578832336
    },
    "linux_file_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578829936
    },
    "linux_file_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578833056
    },
    "linux_file_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578830544
    },
    "linux_find_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578842096
    },
    "linux_finish_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578901744
    },
    "linux_firmware.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_flush_delayed_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920112
    },
    "linux_flush_rcu_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917536
    },
    "linux_flush_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917696
    },
    "linux_fpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_free_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849376
    },
    "linux_free_kmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867840
    },
    "linux_free_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867664
    },
    "linux_get_pid_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849776
    },
    "linux_get_pid_task_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849488
    },
    "linux_get_task_mm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849312
    },
    "linux_get_vm_domain_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578853296
    },
    "linux_handle_acpi_acad_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820704
    },
    "linux_handle_acpi_video_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820800
    },
    "linux_handle_ifaddr_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841424
    },
    "linux_handle_iflladdr_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841312
    },
    "linux_handle_ifnet_arrival_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841216
    },
    "linux_handle_ifnet_departure_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841264
    },
    "linux_handle_ifnet_link_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841168
    },
    "linux_handle_power_resume_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821072
    },
    "linux_handle_power_suspend_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821088
    },
    "linux_hrtimer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_hrtimer_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578854736
    },
    "linux_hrtimer_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578855024
    },
    "linux_hrtimer_forward_now": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578855824
    },
    "linux_hrtimer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578855056
    },
    "linux_hrtimer_set_expires": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578855232
    },
    "linux_hrtimer_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578855248
    },
    "linux_hrtimer_start_range_ns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578855264
    },
    "linux_hrtimer_try_to_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578854864
    },
    "linux_i2c.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_i2cbb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_idr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_iminor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578829856
    },
    "linux_in_atomic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578842064
    },
    "linux_init_delayed_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920768
    },
    "linux_init_wait_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578901040
    },
    "linux_interrupt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_invalidate_mapping_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578904432
    },
    "linux_irq_work_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920944
    },
    "linux_irq_work_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921424
    },
    "linux_irq_work_init_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921520
    },
    "linux_irq_work_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004656
    },
    "linux_irq_work_init_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071610004704
    },
    "linux_irq_work_tq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071613289712
    },
    "linux_irq_work_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921600
    },
    "linux_irq_work_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004680
    },
    "linux_kfree_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908176
    },
    "linux_kfree_async_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908272
    },
    "linux_kfree_async_list": {
      "type": {
        "kind": "struct",
        "name": "llist_head"
      },
      "address": 18446744071613289648
    },
    "linux_kfree_async_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071610004248
    },
    "linux_kfree_type": {
      "type": {
        "kind": "struct",
        "name": "kobj_type"
      },
      "address": 18446744071585322488
    },
    "linux_kmem_cache_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578907552
    },
    "linux_kmem_cache_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908064
    },
    "linux_kmem_cache_free_rcu_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908240
    },
    "linux_kmem_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578907808
    },
    "linux_kmod.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_kobject_kfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824560
    },
    "linux_kobject_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824432
    },
    "linux_kq_assert_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827232
    },
    "linux_kq_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827088
    },
    "linux_kq_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827152
    },
    "linux_kthread.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_kthread_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863600
    },
    "linux_kthread_park": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863024
    },
    "linux_kthread_parkme": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863120
    },
    "linux_kthread_setup_and_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863488
    },
    "linux_kthread_should_park": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863408
    },
    "linux_kthread_should_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578862592
    },
    "linux_kthread_should_stop_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578862560
    },
    "linux_kthread_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578862672
    },
    "linux_kthread_unpark": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578862896
    },
    "linux_le_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841968
    },
    "linux_lock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_mhi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_mm_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849344
    },
    "linux_mm_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613289032
    },
    "linux_msgs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i2c_msg"
        }
      },
      "address": 0
    },
    "linux_msleep_interruptible": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899872
    },
    "linux_mutex_lock_interruptible": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578864512
    },
    "linux_netdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_netlink_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613142832
    },
    "linux_on_each_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578842016
    },
    "linux_page.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_page_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867376
    },
    "linux_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884608
    },
    "linux_pci_attach_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578873136
    },
    "linux_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884672
    },
    "linux_pci_detach_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578874432
    },
    "linux_pci_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885808
    },
    "linux_pci_get_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578876784
    },
    "linux_pci_iov_add_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885344
    },
    "linux_pci_iov_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885120
    },
    "linux_pci_iov_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885248
    },
    "linux_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884496
    },
    "linux_pci_register_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578876112
    },
    "linux_pci_register_drm_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578877776
    },
    "linux_pci_reserve_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578876480
    },
    "linux_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884880
    },
    "linux_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578885040
    },
    "linux_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884720
    },
    "linux_pci_unregister_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578877856
    },
    "linux_pci_unregister_drm_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578878048
    },
    "linux_pid_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849472
    },
    "linux_poll_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578828384
    },
    "linux_poll_wait.state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584821424
    },
    "linux_poll_wait_dequeue.state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584821400
    },
    "linux_poll_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578828736
    },
    "linux_poll_wakeup_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578828656
    },
    "linux_poll_wakeup_callback.state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584821420
    },
    "linux_prepare_to_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578901536
    },
    "linux_queue_delayed_work_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917776
    },
    "linux_queue_delayed_work_on.states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323432
    },
    "linux_queue_rcu_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917424
    },
    "linux_queue_work_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917056
    },
    "linux_queue_work_on.states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323424
    },
    "linux_radix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_rcu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_rcu_barrier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899024
    },
    "linux_rcu_cleaner_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899648
    },
    "linux_rcu_read_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578897552
    },
    "linux_rcu_read_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578897888
    },
    "linux_rcu_runtime_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899264
    },
    "linux_rcu_runtime_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003664
    },
    "linux_register_acpi_event_handlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820992
    },
    "linux_root_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822144
    },
    "linux_root_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821872
    },
    "linux_root_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821216
    },
    "linux_root_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821824
    },
    "linux_root_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822272
    },
    "linux_root_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822464
    },
    "linux_root_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822592
    },
    "linux_root_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822208
    },
    "linux_root_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822176
    },
    "linux_root_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822400
    },
    "linux_root_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822640
    },
    "linux_root_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821936
    },
    "linux_root_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821472
    },
    "linux_root_device": {
      "type": {
        "kind": "struct",
        "name": "device"
      },
      "address": 18446744071613281568
    },
    "linux_schedule.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_schedule_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578903168
    },
    "linux_send_sig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578900624
    },
    "linux_seq_file.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_shmem_file_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578904240
    },
    "linux_shmem_read_mapping_page_gfp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578904048
    },
    "linux_shmem_truncate_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578904608
    },
    "linux_shmemfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_shrinker.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_signal_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578900048
    },
    "linux_signal_pending_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578900592
    },
    "linux_simple_attr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_skbuff.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_slab.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_synchronize_rcu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578898176
    },
    "linux_synchronize_rcu_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578898736
    },
    "linux_system_long_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289728
    },
    "linux_system_short_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289720
    },
    "linux_task_exiting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578849792
    },
    "linux_tasklet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_tasklet_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003248
    },
    "linux_tasklet_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003272
    },
    "linux_timer_callback_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838112
    },
    "linux_timer_hz_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613282040
    },
    "linux_timer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578846512
    },
    "linux_timer_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610000752
    },
    "linux_try_wait_for_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578839872
    },
    "linux_usb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_var_waitq": {
      "type": {
        "kind": "struct",
        "name": "wait_queue_head_t"
      },
      "address": 18446744071613282096
    },
    "linux_vma_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b3f5cc5896938ffc"
      },
      "address": 18446744071610001008
    },
    "linux_vma_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613288440
    },
    "linux_wait_event_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578902096
    },
    "linux_wait_for_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838624
    },
    "linux_wait_for_timeout_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578839296
    },
    "linux_wait_on_atomic_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578903776
    },
    "linux_wait_on_bit_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578903488
    },
    "linux_waitqueue_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578901952
    },
    "linux_wake_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578901168
    },
    "linux_wake_up_atomic_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578903712
    },
    "linux_wake_up_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578903408
    },
    "linux_wake_up_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578903936
    },
    "linux_wbinvd_on_all_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578842000
    },
    "linux_work.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linux_work_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920384
    },
    "linux_work_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578918592
    },
    "linux_work_fn.states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323440
    },
    "linux_work_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578920960
    },
    "linux_work_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004608
    },
    "linux_work_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917376
    },
    "linux_work_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921328
    },
    "linux_work_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004632
    },
    "linux_ww_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578864864
    },
    "linux_ww_mutex_lock_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863808
    },
    "linux_ww_mutex_unlock_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578864320
    },
    "linux_ww_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578864928
    },
    "linux_xarray.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "linuxcdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610000320
    },
    "linuxfileops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071610000504
    },
    "linuxkpi___napi_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865296
    },
    "linuxkpi__page_frag_cache_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578870192
    },
    "linuxkpi_alloc_netdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578866768
    },
    "linuxkpi_alloc_skb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578905664
    },
    "linuxkpi_build_skb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578906016
    },
    "linuxkpi_cfg80211_bss_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578810480
    },
    "linuxkpi_cfg80211_get_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578809840
    },
    "linuxkpi_cfg80211_put_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578810400
    },
    "linuxkpi_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613281376
    },
    "linuxkpi_debug_80211": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613150236
    },
    "linuxkpi_dev_alloc_skb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578905968
    },
    "linuxkpi_dma_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578881424
    },
    "linuxkpi_dmam_alloc_coherent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578881232
    },
    "linuxkpi_firmware_request_nowarn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578854288
    },
    "linuxkpi_free_netdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867008
    },
    "linuxkpi_ieee80211_alloc_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578793840
    },
    "linuxkpi_ieee80211_beacon_loss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578808080
    },
    "linuxkpi_ieee80211_channel_to_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578805776
    },
    "linuxkpi_ieee80211_connection_loss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578808048
    },
    "linuxkpi_ieee80211_find_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578805840
    },
    "linuxkpi_ieee80211_find_sta_by_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578806096
    },
    "linuxkpi_ieee80211_free_txskb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578806640
    },
    "linuxkpi_ieee80211_frequency_to_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578805824
    },
    "linuxkpi_ieee80211_get_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785520
    },
    "linuxkpi_ieee80211_get_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578805584
    },
    "linuxkpi_ieee80211_ie_advance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578793792
    },
    "linuxkpi_ieee80211_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578794480
    },
    "linuxkpi_ieee80211_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578793648
    },
    "linuxkpi_ieee80211_iffree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578794304
    },
    "linuxkpi_ieee80211_is_ie_id_in_ie_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578793728
    },
    "linuxkpi_ieee80211_iterate_chan_contexts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578803552
    },
    "linuxkpi_ieee80211_iterate_interfaces": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578803200
    },
    "linuxkpi_ieee80211_iterate_keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578803536
    },
    "linuxkpi_ieee80211_iterate_stations_atomic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578803568
    },
    "linuxkpi_ieee80211_next_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578809520
    },
    "linuxkpi_ieee80211_nullfunc_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578807840
    },
    "linuxkpi_ieee80211_probereq_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578807376
    },
    "linuxkpi_ieee80211_pspoll_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578807664
    },
    "linuxkpi_ieee80211_queue_delayed_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578807200
    },
    "linuxkpi_ieee80211_queue_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578807296
    },
    "linuxkpi_ieee80211_restart_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578793680
    },
    "linuxkpi_ieee80211_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578804224
    },
    "linuxkpi_ieee80211_scan_completed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578804016
    },
    "linuxkpi_ieee80211_schedule_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578809696
    },
    "linuxkpi_ieee80211_stop_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578808112
    },
    "linuxkpi_ieee80211_stop_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578808528
    },
    "linuxkpi_ieee80211_tx_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578806400
    },
    "linuxkpi_ieee80211_tx_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578807120
    },
    "linuxkpi_ieee80211_tx_status_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578806704
    },
    "linuxkpi_ieee80211_txq_get_depth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578806512
    },
    "linuxkpi_ieee80211_txq_schedule_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578809392
    },
    "linuxkpi_ieee80211_unregister_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578793536
    },
    "linuxkpi_ieee80211_vif_to_wdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578808032
    },
    "linuxkpi_ieee80211_wake_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578809376
    },
    "linuxkpi_ieee80211_wake_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578808624
    },
    "linuxkpi_init_dummy_netdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578866608
    },
    "linuxkpi_kfree_skb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578906512
    },
    "linuxkpi_mac80211cfgops": {
      "type": {
        "kind": "struct",
        "name": "cfg80211_ops"
      },
      "address": 18446744071585322056
    },
    "linuxkpi_mhi_alloc_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578864960
    },
    "linuxkpi_mhi_free_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865024
    },
    "linuxkpi_mhi_register_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865056
    },
    "linuxkpi_mhi_unregister_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865200
    },
    "linuxkpi_mlx4_enable_4k_uar_desc": {
      "type": {
        "count": 101,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585325328
    },
    "linuxkpi_mlx4_enable_64b_cqe_eqe_desc": {
      "type": {
        "count": 67,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585325248
    },
    "linuxkpi_mlx4_enable_qos_desc": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585324656
    },
    "linuxkpi_mlx4_inline_thold_desc": {
      "type": {
        "count": 62,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585327920
    },
    "linuxkpi_mlx4_internal_err_reset_desc": {
      "type": {
        "count": 56,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585323488
    },
    "linuxkpi_mlx4_log_mtts_per_seg_desc": {
      "type": {
        "count": 45,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585325600
    },
    "linuxkpi_mlx4_log_num_mac_desc": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585325440
    },
    "linuxkpi_mlx4_log_num_mgm_entry_size_desc": {
      "type": {
        "count": 185,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585325056
    },
    "linuxkpi_mlx4_log_num_vlan_desc": {
      "type": {
        "count": 44,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585325488
    },
    "linuxkpi_mlx4_msi_x_desc": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585324864
    },
    "linuxkpi_mlx4_num_vfs_desc": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585324896
    },
    "linuxkpi_mlx4_pfcrx_desc": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585327840
    },
    "linuxkpi_mlx4_pfctx_desc": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585327760
    },
    "linuxkpi_mlx4_probe_vf_desc": {
      "type": {
        "count": 79,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585324976
    },
    "linuxkpi_mlx4_udp_rss_desc": {
      "type": {
        "count": 52,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585327696
    },
    "linuxkpi_mlx4_use_prio_desc": {
      "type": {
        "count": 59,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585325536
    },
    "linuxkpi_napi_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865808
    },
    "linuxkpi_napi_complete_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865632
    },
    "linuxkpi_napi_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865824
    },
    "linuxkpi_napi_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865936
    },
    "linuxkpi_napi_reschedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865504
    },
    "linuxkpi_napi_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865376
    },
    "linuxkpi_napi_schedule_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865216
    },
    "linuxkpi_napi_synchronize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578865952
    },
    "linuxkpi_net_ratelimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578843472
    },
    "linuxkpi_netif_napi_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578866048
    },
    "linuxkpi_netif_napi_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578866368
    },
    "linuxkpi_page_frag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578869984
    },
    "linuxkpi_page_frag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578870128
    },
    "linuxkpi_register_shrinker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578904784
    },
    "linuxkpi_regulatory_set_wiphy_regd_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578803920
    },
    "linuxkpi_release_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578854320
    },
    "linuxkpi_request_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578853632
    },
    "linuxkpi_request_firmware_nowait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578853408
    },
    "linuxkpi_request_partial_firmware_into_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578854384
    },
    "linuxkpi_set_ieee80211_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578794432
    },
    "linuxkpi_shrinker_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003704
    },
    "linuxkpi_shrinker_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610003728
    },
    "linuxkpi_skb_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578906256
    },
    "linuxkpi_skb_memlimit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613289640
    },
    "linuxkpi_synchronize_shrinkers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578905120
    },
    "linuxkpi_sysinit_shrinker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578905264
    },
    "linuxkpi_sysuninit_shrinker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578905600
    },
    "linuxkpi_thread_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578850192
    },
    "linuxkpi_thread_dtor_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613289048
    },
    "linuxkpi_unregister_shrinker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578904944
    },
    "linuxkpi_vm_lowmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578905328
    },
    "linuxkpi_warn_dump_stack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613150272
    },
    "linuxkpi_wiphy_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578805712
    },
    "linuxkpi_wiphy_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578805632
    },
    "linuxkpi_wiphy_to_ieee80211_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578794464
    },
    "lio_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609789200
    },
    "liovec": {
      "type": {
        "kind": "struct",
        "name": "iovec"
      },
      "address": 0
    },
    "lip": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "indir"
          }
        }
      },
      "address": 0
    },
    "lipd": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584787360
    },
    "lipp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sc_renderer_t"
          }
        }
      },
      "address": 0
    },
    "list32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bpf_dltlist32"
        }
      },
      "address": 0
    },
    "listEndValue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "list_ahc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_softc"
        }
      },
      "address": 0
    },
    "list_ahd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahd_softc"
        }
      },
      "address": 0
    },
    "list_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "list_elem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_mgmt_list_entry"
        }
      },
      "address": 0
    },
    "list_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_head"
        }
      },
      "address": 0
    },
    "list_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_list_entry"
        }
      },
      "address": 0
    },
    "list_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "list_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "list_pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "list_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "list_scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "list_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "list_sort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841664
    },
    "listadp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirect"
        }
      },
      "address": 0
    },
    "listdi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dumperinfo"
        }
      },
      "address": 0
    },
    "listenTime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "listen_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "listend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "listening": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "listhead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirectlst"
        }
      },
      "address": 0
    },
    "listop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "listp": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "__va_list_tag"
        }
      },
      "address": 0
    },
    "lit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "litBufferEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "litCSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "litEncType": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d630dc7c7ed34c48"
      },
      "address": 0
    },
    "litEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "litEntropyWritten": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "litLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "litLengthSum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "litLimit_w": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "litPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "litSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "literalSectionHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "literals": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "literalsBytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "literalsBytesPreceding": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "literalsBytesRemaining": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "literalsPrice": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "literalsRead": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "literalsSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "litlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "litlengthHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "litlengthLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "litlengthMaxValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "litlengthNCount": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "livedi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dumperinfo"
        }
      },
      "address": 0
    },
    "livedump_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609722736
    },
    "livedump_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770832
    },
    "livedump_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612900096
    },
    "livedump_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609722688
    },
    "livedump_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609722712
    },
    "lj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aioliojob"
        }
      },
      "address": 0
    },
    "lj_done": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lk": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613297048
    },
    "lk_adaptive": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608210480
    },
    "lkflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lkflags_save": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lkmnosys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641312
    },
    "lkmressys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641328
    },
    "lkp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lock"
        }
      },
      "address": 0
    },
    "lkpi_80211_mo_add_chanctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819952
    },
    "lkpi_80211_mo_add_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578818688
    },
    "lkpi_80211_mo_assign_vif_chanctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819824
    },
    "lkpi_80211_mo_bss_info_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820064
    },
    "lkpi_80211_mo_cancel_hw_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819424
    },
    "lkpi_80211_mo_change_chanctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820000
    },
    "lkpi_80211_mo_conf_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820096
    },
    "lkpi_80211_mo_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819792
    },
    "lkpi_80211_mo_configure_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819568
    },
    "lkpi_80211_mo_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820144
    },
    "lkpi_80211_mo_get_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578818544
    },
    "lkpi_80211_mo_hw_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819392
    },
    "lkpi_80211_mo_mgd_complete_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820208
    },
    "lkpi_80211_mo_mgd_prepare_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820176
    },
    "lkpi_80211_mo_prepare_multicast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819536
    },
    "lkpi_80211_mo_remove_chanctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820032
    },
    "lkpi_80211_mo_remove_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819056
    },
    "lkpi_80211_mo_set_frag_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578818592
    },
    "lkpi_80211_mo_set_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820368
    },
    "lkpi_80211_mo_set_rts_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578818640
    },
    "lkpi_80211_mo_sta_pre_rcu_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820336
    },
    "lkpi_80211_mo_sta_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819600
    },
    "lkpi_80211_mo_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578818432
    },
    "lkpi_80211_mo_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578818496
    },
    "lkpi_80211_mo_sw_scan_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819456
    },
    "lkpi_80211_mo_sw_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819504
    },
    "lkpi_80211_mo_sync_rx_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820304
    },
    "lkpi_80211_mo_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820240
    },
    "lkpi_80211_mo_unassign_vif_chanctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578819888
    },
    "lkpi_80211_mo_wake_tx_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820272
    },
    "lkpi_80211_txq_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578814160
    },
    "lkpi_alloc_current": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609619088
    },
    "lkpi_arch_phys_wc_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578869952
    },
    "lkpi_arch_phys_wc_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578869968
    },
    "lkpi_bind_irq_to_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578861440
    },
    "lkpi_cfg80211_get_bss_iterf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578810128
    },
    "lkpi_devm_action_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852256
    },
    "lkpi_devm_add_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852144
    },
    "lkpi_devm_add_action_or_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852272
    },
    "lkpi_devm_free_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578862160
    },
    "lkpi_devm_irq_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578860576
    },
    "lkpi_devm_kasprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578837536
    },
    "lkpi_devm_kmalloc_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578852128
    },
    "lkpi_devres_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578850928
    },
    "lkpi_devres_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578850752
    },
    "lkpi_devres_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578851760
    },
    "lkpi_devres_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578851120
    },
    "lkpi_devres_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578850864
    },
    "lkpi_devres_release_free_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578851568
    },
    "lkpi_devres_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578851392
    },
    "lkpi_disable_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578861136
    },
    "lkpi_disassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578812064
    },
    "lkpi_dmam_free_coherent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578881376
    },
    "lkpi_dmam_pool_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578883568
    },
    "lkpi_enable_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578860800
    },
    "lkpi_free_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578861744
    },
    "lkpi_fw_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578853552
    },
    "lkpi_get_static_single_cpu_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578843616
    },
    "lkpi_i2c_add_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578856144
    },
    "lkpi_i2c_bit_add_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578858800
    },
    "lkpi_i2c_del_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578856640
    },
    "lkpi_i2c_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578858240
    },
    "lkpi_i2c_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001440
    },
    "lkpi_i2c_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001464
    },
    "lkpi_i2c_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578857376
    },
    "lkpi_i2cbb_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002056
    },
    "lkpi_i2cbb_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002080
    },
    "lkpi_i2cbb_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578858304
    },
    "lkpi_ic_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578795696
    },
    "lkpi_ic_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578802752
    },
    "lkpi_ic_node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578802976
    },
    "lkpi_ic_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578803056
    },
    "lkpi_ic_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578802864
    },
    "lkpi_ic_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578796336
    },
    "lkpi_ic_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578800464
    },
    "lkpi_ic_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578802384
    },
    "lkpi_ic_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578799264
    },
    "lkpi_ic_scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578802576
    },
    "lkpi_ic_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578796640
    },
    "lkpi_ic_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578799632
    },
    "lkpi_ic_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578800384
    },
    "lkpi_ic_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578796320
    },
    "lkpi_ic_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578796288
    },
    "lkpi_ic_update_mcast_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578812896
    },
    "lkpi_ic_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578796304
    },
    "lkpi_ic_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578800640
    },
    "lkpi_ic_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578802048
    },
    "lkpi_ic_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578802304
    },
    "lkpi_ieee80211_free_skb_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578815680
    },
    "lkpi_ieee80211_wake_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578808720
    },
    "lkpi_iic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "lkpi_iic_add_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578858256
    },
    "lkpi_iic_add_adapter_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610004736
    },
    "lkpi_iic_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578857232
    },
    "lkpi_iic_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578857328
    },
    "lkpi_iic_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610001488
    },
    "lkpi_iic_drm_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610001904
    },
    "lkpi_iic_drm_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610001880
    },
    "lkpi_iic_drmmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001656
    },
    "lkpi_iic_drmn_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610001816
    },
    "lkpi_iic_drmn_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610001792
    },
    "lkpi_iic_drmnmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610001584
    },
    "lkpi_iic_get_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578858288
    },
    "lkpi_iic_get_adapter_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610004760
    },
    "lkpi_iic_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "lkpi_iic_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585322704
    },
    "lkpi_iic_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578857200
    },
    "lkpi_iicbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "lkpi_iicbb_add_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859776
    },
    "lkpi_iicbb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859360
    },
    "lkpi_iicbb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859456
    },
    "lkpi_iicbb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610002104
    },
    "lkpi_iicbb_drm_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610002520
    },
    "lkpi_iicbb_drm_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610002496
    },
    "lkpi_iicbb_drmmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002272
    },
    "lkpi_iicbb_drmn_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610002432
    },
    "lkpi_iicbb_drmn_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610002408
    },
    "lkpi_iicbb_drmnmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002200
    },
    "lkpi_iicbb_get_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859904
    },
    "lkpi_iicbb_getscl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859632
    },
    "lkpi_iicbb_getsda": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859600
    },
    "lkpi_iicbb_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585322880
    },
    "lkpi_iicbb_post_xfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859728
    },
    "lkpi_iicbb_pre_xfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859680
    },
    "lkpi_iicbb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859328
    },
    "lkpi_iicbb_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859664
    },
    "lkpi_iicbb_setscl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859552
    },
    "lkpi_iicbb_setsda": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859504
    },
    "lkpi_interval_tree_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578823152
    },
    "lkpi_interval_tree_iter_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822784
    },
    "lkpi_interval_tree_iter_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578822944
    },
    "lkpi_interval_tree_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578823328
    },
    "lkpi_io_mapping_map_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578869648
    },
    "lkpi_irq_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578860688
    },
    "lkpi_iv_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578816944
    },
    "lkpi_iv_update_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578818208
    },
    "lkpi_kernel_fpu_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578854528
    },
    "lkpi_kernel_fpu_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578854640
    },
    "lkpi_kmem_cache_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578907440
    },
    "lkpi_kmem_cache_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578907920
    },
    "lkpi_kmem_cache_free_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908000
    },
    "lkpi_kmem_cache_free_async_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578907856
    },
    "lkpi_kmem_cache_zalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578907488
    },
    "lkpi_kobj_attr_show": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824624
    },
    "lkpi_kobj_attr_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578824656
    },
    "lkpi_kthread_work_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863728
    },
    "lkpi_kthread_worker_init_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578863744
    },
    "lkpi_lsta_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578813104
    },
    "lkpi_lsta_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578812304
    },
    "lkpi_mlx4_pci_table_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610008488
    },
    "lkpi_mlx4_pci_table_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610008464
    },
    "lkpi_mlx4_pci_table_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610008144
    },
    "lkpi_mlx5_core_pci_table_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610013616
    },
    "lkpi_mlx5_core_pci_table_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610013592
    },
    "lkpi_mlx5_core_pci_table_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610013216
    },
    "lkpi_msec2hz_div": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610000744
    },
    "lkpi_msec2hz_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613282184
    },
    "lkpi_msec2hz_rem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613282176
    },
    "lkpi_napi_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578866272
    },
    "lkpi_net_curpps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613150296
    },
    "lkpi_net_lastlog": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613150280
    },
    "lkpi_net_maxpps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610000776
    },
    "lkpi_nsec2hz_div": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610000728
    },
    "lkpi_nsec2hz_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613282152
    },
    "lkpi_nsec2hz_rem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613282144
    },
    "lkpi_pci_dev_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578884448
    },
    "lkpi_pci_devres_get_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578874832
    },
    "lkpi_pci_devres_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578874928
    },
    "lkpi_pci_disable_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579025360
    },
    "lkpi_pci_get_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578872896
    },
    "lkpi_pci_get_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578870496
    },
    "lkpi_pci_get_domain_bus_and_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578873024
    },
    "lkpi_pci_msi_desc_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578879584
    },
    "lkpi_pci_nseg1_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613289360
    },
    "lkpi_pcim_iomap_devres_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578875776
    },
    "lkpi_pcim_iomap_table_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578875904
    },
    "lkpi_remap_pfn_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578869184
    },
    "lkpi_request_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859920
    },
    "lkpi_seq_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925776
    },
    "lkpi_seq_vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925728
    },
    "lkpi_shrinkers": {
      "type": {
        "kind": "struct",
        "name": "unnamed_7c9f3aed7b5942ea"
      },
      "address": 18446744071610003688
    },
    "lkpi_sta_a_to_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578789840
    },
    "lkpi_sta_assoc_to_auth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578790304
    },
    "lkpi_sta_assoc_to_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785840
    },
    "lkpi_sta_assoc_to_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578792208
    },
    "lkpi_sta_assoc_to_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578788096
    },
    "lkpi_sta_auth_to_assoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578790400
    },
    "lkpi_sta_auth_to_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785824
    },
    "lkpi_sta_auth_to_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578792160
    },
    "lkpi_sta_auth_to_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578787312
    },
    "lkpi_sta_run_to_assoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578791056
    },
    "lkpi_sta_run_to_auth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578790352
    },
    "lkpi_sta_run_to_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785856
    },
    "lkpi_sta_run_to_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578788112
    },
    "lkpi_sta_scan_to_auth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578788128
    },
    "lkpi_sta_state_do_nada": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785808
    },
    "lkpi_sx_i2c": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613289240
    },
    "lkpi_sx_i2cbb": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613289272
    },
    "lkpi_sysinit_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578857136
    },
    "lkpi_sysinit_i2cbb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859264
    },
    "lkpi_sysuninit_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578857168
    },
    "lkpi_sysuninit_i2cbb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578859296
    },
    "lkpi_task_resrv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613289040
    },
    "lkpi_unmap_mapping_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578869696
    },
    "lkpi_update_mcast_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578812624
    },
    "lkpi_usec2hz_div": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610000736
    },
    "lkpi_usec2hz_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613282168
    },
    "lkpi_usec2hz_rem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613282160
    },
    "lkpi_vmf_insert_pfn_prot_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578868320
    },
    "lkpi_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578815744
    },
    "lkpifill_pci_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578870784
    },
    "lkpinew_pci_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578870704
    },
    "lkpinew_pci_dev_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578872496
    },
    "lktype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lkup_type": {
      "type": {
        "kind": "enum",
        "name": "ice_sw_lkup_type"
      },
      "address": 0
    },
    "ll": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 33
    },
    "ll0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "llBits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "llCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "llCodePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "llCodeTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "llDInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 0
    },
    "llNext": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "llPcdac": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ll_ifma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmultiaddr"
        }
      },
      "address": 0
    },
    "ll_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ll_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lla": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lla_rt_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945456
    },
    "lladdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lladdr_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lladdrlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "llatbl_lle_show": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576947312
    },
    "llc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llc"
        }
      },
      "address": 0
    },
    "llc1": {
      "type": {
        "kind": "struct",
        "name": "llc"
      },
      "address": 0
    },
    "llc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llc"
        }
      },
      "address": 0
    },
    "llc_hdr_mac": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "llchange": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lldp_cfg": {
      "type": {
        "kind": "struct",
        "name": "i40e_lldp_variables"
      },
      "address": 0
    },
    "lldp_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lldp_status": {
      "type": {
        "kind": "enum",
        "name": "i40e_get_fw_lldp_status_resp"
      },
      "address": 0
    },
    "lldpmib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentry"
        }
      },
      "address": 0
    },
    "lle_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "lle_event_eh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613140096
    },
    "lle_event_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144264
    },
    "lle_families": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "lle_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lle_hittime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lle_parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentry"
        }
      },
      "address": 0
    },
    "lle_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentry"
        }
      },
      "address": 0
    },
    "llebuf": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lleflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lleh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentries"
        }
      },
      "address": 0
    },
    "llen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "llentry_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576942432
    },
    "llentry_get_hittime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576941440
    },
    "llentry_get_upper_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940624
    },
    "llentry_lookup_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940560
    },
    "llentry_mark_used": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576941296
    },
    "llentry_print_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940640
    },
    "llentry_print_buf_lltable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940944
    },
    "llentry_request_feedback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576941008
    },
    "llentry_update_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576942000
    },
    "llfc_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "llfc_out_en": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "llhSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "llist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "llnbBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "llsa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "llstate": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "llt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lltable"
        }
      },
      "address": 0
    },
    "lltable_acquire_wlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939952
    },
    "lltable_alloc_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945200
    },
    "lltable_allocate_htbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576944208
    },
    "lltable_append_entry_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939632
    },
    "lltable_calc_llheader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940384
    },
    "lltable_delete_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576943184
    },
    "lltable_delete_conditional": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576943792
    },
    "lltable_delete_conditional_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576944064
    },
    "lltable_drop_entry_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939792
    },
    "lltable_fill_sa_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945424
    },
    "lltable_foreach_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576941984
    },
    "lltable_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576942624
    },
    "lltable_free_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576943056
    },
    "lltable_free_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945216
    },
    "lltable_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945168
    },
    "lltable_get_af": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940992
    },
    "lltable_get_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940976
    },
    "lltable_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945008
    },
    "lltable_link_child_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945280
    },
    "lltable_link_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945232
    },
    "lltable_list_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613050992
    },
    "lltable_list_lock_args": {
      "type": {
        "kind": "struct",
        "name": "rw_args"
      },
      "address": 18446744071609830272
    },
    "lltable_list_lock_rw_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830080
    },
    "lltable_list_lock_rw_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830104
    },
    "lltable_prefix_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576943648
    },
    "lltable_set_entry_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939872
    },
    "lltable_sysctl_dumparp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939424
    },
    "lltable_try_set_entry_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576940208
    },
    "lltable_unlink_child_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576945328
    },
    "lltable_unlink_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576943632
    },
    "lltable_update_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576941824
    },
    "llv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "llzero": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lm_ents": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613484576
    },
    "lm_rep": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_meshlmetric_ie"
      },
      "address": 0
    },
    "lma": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lmac1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_lmac_alive"
        }
      },
      "address": 0
    },
    "lmac2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_lmac_alive"
        }
      },
      "address": 0
    },
    "lmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lmcs": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "lmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lle_match_data"
        }
      },
      "address": 0
    },
    "lmemlim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lmute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ln": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ln2range": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ln2size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ln_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "llentry"
        }
      },
      "address": 0
    },
    "lna": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lna_gain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lna_idx": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "lna_type_2g": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lna_type_5g": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lncp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache"
        }
      },
      "address": 0
    },
    "lnd": {
      "type": {
        "kind": "struct",
        "name": "nfsrv_descript"
      },
      "address": 0
    },
    "lnk": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lnkcap1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lnkcap2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lnkdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "lnklst_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lnkup": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lnkup_kr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lnow": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "lns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "negstate"
        }
      },
      "address": 0
    },
    "lnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lnumcache": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lnumneg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lo_base": {
      "type": {
        "kind": "struct",
        "name": "bwi_rf_lo"
      },
      "address": 0
    },
    "lo_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576938512
    },
    "lo_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576938752
    },
    "lo_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071613050984
    },
    "lo_gain": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lo_hash_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lo_min": {
      "type": {
        "kind": "struct",
        "name": "bwi_rf_lo"
      },
      "address": 0
    },
    "lo_save": {
      "type": {
        "kind": "struct",
        "name": "bwi_rf_lo"
      },
      "address": 0
    },
    "lo_water": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "load": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loadLdmDict": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "load_attempted": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "load_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568889648
    },
    "load_bootcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568890096
    },
    "load_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568889328
    },
    "load_code": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "load_count": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071613420528
    },
    "load_dr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364603
    },
    "load_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568886640
    },
    "load_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "load_synth_channel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "load_ucastkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191360
    },
    "loadav": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641040
    },
    "loadav_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071612807136
    },
    "loadcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538720
    },
    "loaded": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loadedDictEnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "loadedSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "loaded_files": {
      "type": {
        "kind": "struct",
        "name": "linker_file_list_t"
      },
      "address": 0
    },
    "loaded_fw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "loader_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loaders": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ucode_ops"
        }
      },
      "address": 18446744071610171408
    },
    "loadimage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575888864
    },
    "loadtimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575121952
    },
    "lobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "lobject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "lobufspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041616
    },
    "loc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "loc1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loc2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loc_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "loc_data_tmp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "loc_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loc_raw_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "local": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "local_action_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "local_apic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "local_bh_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886896
    },
    "local_bh_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886864
    },
    "local_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "local_ccb": {
      "type": {
        "kind": "struct",
        "name": "ccb_ataio"
      },
      "address": 0
    },
    "local_cfg": {
      "type": {
        "kind": "struct",
        "name": "ice_rss_hash_cfg"
      },
      "address": 0
    },
    "local_dcbx_cfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_dcbx_cfg"
        }
      },
      "address": 0
    },
    "local_entries": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_node"
        }
      },
      "address": 0
    },
    "local_exact": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcblbgroup"
        }
      },
      "address": 0
    },
    "local_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "local_func_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "local_inc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_conninfo"
        }
      },
      "address": 0
    },
    "local_info": {
      "type": {
        "kind": "struct",
        "name": "fb_info"
      },
      "address": 18446744071610912160
    },
    "local_logdev_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reportlun_data_ext_t"
        }
      },
      "address": 0
    },
    "local_m_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_bdfb423221cc4a6b"
      },
      "address": 0
    },
    "local_mac": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "local_macstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "local_map_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_DRV_RAID_MAP_ALL"
        }
      },
      "address": 0
    },
    "local_npw": {
      "type": {
        "kind": "struct",
        "name": "netisr_work"
      },
      "address": 0
    },
    "local_phy": {
      "type": {
        "kind": "struct",
        "name": "xgbe_phy"
      },
      "address": 0
    },
    "local_qpn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "local_queue": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b65f4a7c435e7011"
      },
      "address": 0
    },
    "local_resid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "local_rpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579651040
    },
    "local_sb": {
      "type": {
        "kind": "struct",
        "name": "sbuf"
      },
      "address": 0
    },
    "local_setup_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "local_sin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "local_so_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e9690965f6e13c4e"
      },
      "address": 0
    },
    "local_teardown_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "local_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "local_ugd": {
      "type": {
        "kind": "struct",
        "name": "usb_gen_descriptor"
      },
      "address": 0
    },
    "local_unmounts": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b2f71a5b926dc22f"
      },
      "address": 0
    },
    "local_unp_rights": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "local_user_callback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "local_user_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "local_vbe_info": {
      "type": {
        "kind": "struct",
        "name": "fb_info"
      },
      "address": 18446744071610912360
    },
    "local_wild": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcblbgroup"
        }
      },
      "address": 0
    },
    "local_wild_mapped": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcb"
        }
      },
      "address": 0
    },
    "local_wwpn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "local_xbt": {
      "type": {
        "kind": "struct",
        "name": "xs_transaction"
      },
      "address": 0
    },
    "localbase": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612553600
    },
    "localcred": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "localdomain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071609786416
    },
    "localip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "localprefix": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "locate16": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "locate_info": {
      "type": {
        "kind": "struct",
        "name": "mtlocate"
      },
      "address": 0
    },
    "locator": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rwlock"
        }
      },
      "address": 18446744071612469432
    },
    "lock_class_lockmgr": {
      "type": {
        "kind": "struct",
        "name": "lock_class"
      },
      "address": 18446744071609670664
    },
    "lock_class_mtx_sleep": {
      "type": {
        "kind": "struct",
        "name": "lock_class"
      },
      "address": 18446744071609690600
    },
    "lock_class_mtx_spin": {
      "type": {
        "kind": "struct",
        "name": "lock_class"
      },
      "address": 18446744071609690656
    },
    "lock_class_rm": {
      "type": {
        "kind": "struct",
        "name": "lock_class"
      },
      "address": 18446744071609706432
    },
    "lock_class_rm_sleepable": {
      "type": {
        "kind": "struct",
        "name": "lock_class"
      },
      "address": 18446744071609706488
    },
    "lock_class_rw": {
      "type": {
        "kind": "struct",
        "name": "lock_class"
      },
      "address": 18446744071609706616
    },
    "lock_class_sx": {
      "type": {
        "kind": "struct",
        "name": "lock_class"
      },
      "address": 18446744071609714008
    },
    "lock_classes": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "lock_class"
          }
        }
      },
      "address": 18446744071609738864
    },
    "lock_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911264
    },
    "lock_delay_default_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911328
    },
    "lock_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911248
    },
    "lock_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lock_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575910976
    },
    "lock_lockmgr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390864
    },
    "lock_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575439920
    },
    "lock_owned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lock_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575557376
    },
    "lock_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563920
    },
    "lock_spin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575440080
    },
    "lock_state": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lock_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lock_sx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630384
    },
    "lock_taken": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lock_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lockallowrecurse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575391184
    },
    "lockallowshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575391152
    },
    "lockdestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575391216
    },
    "lockdisablerecurse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575391200
    },
    "lockdisableshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575391168
    },
    "locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "locked_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lockedbufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576393856
    },
    "lockedit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lockedvnodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576565712
    },
    "lockfail": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "lockflags": {
      "type": {
        "kind": "enum",
        "name": "unnamed_afbbc663b69ed15a"
      },
      "address": 0
    },
    "lockinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390960
    },
    "lockleaf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lockmgr_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575398048
    },
    "lockmgr_lock_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575391232
    },
    "lockmgr_printinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575397712
    },
    "lockmgr_slock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575396192
    },
    "lockmgr_slock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575391696
    },
    "lockmgr_sunlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575396656
    },
    "lockmgr_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575396432
    },
    "lockmgr_upgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575394080
    },
    "lockmgr_xlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575396320
    },
    "lockmgr_xlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575392896
    },
    "lockmgr_xunlock_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575397088
    },
    "lockown": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lockreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "locks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "locks_delay": {
      "type": {
        "kind": "struct",
        "name": "lock_delay_config"
      },
      "address": 18446744071608209564
    },
    "locks_delay_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911392
    },
    "locks_delay_init_ld_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609739664
    },
    "locks_delay_loops": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071608209570
    },
    "locks_delay_retries": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071608209568
    },
    "locksheld": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lockstat_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209575
    },
    "lockstat_nsecs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575412320
    },
    "lockstate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lockstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575397968
    },
    "lockstr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609671248
    },
    "lockupcode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loclen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "loclyp": {
      "type": {
        "kind": "struct",
        "name": "nfslayouthead"
      },
      "address": 0
    },
    "lodirty": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lodirtybuffers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041648
    },
    "loff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "loffs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lofreebuffers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041652
    },
    "log": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ATA_NCQ_COMMAND_ERROR_LOG_T"
        }
      },
      "address": 18446744071575928496
    },
    "log2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "log2_s": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "log2_width": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "logArm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "logCode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "logCwMin": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585252832
    },
    "logEntry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI2_EVENT_DATA_LOG_ENTRY_ADDED"
        }
      },
      "address": 0
    },
    "logMagTable": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584984912
    },
    "logQualifier": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "logSlopeTable": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584985424
    },
    "log_arp_movements": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609897112
    },
    "log_arp_permanent_modify": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609897116
    },
    "log_arp_wrong_iface": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609897108
    },
    "log_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_buffer"
        }
      },
      "address": 0
    },
    "log_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609740008
    },
    "log_console": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575936512
    },
    "log_console_add_linefeed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927172
    },
    "log_console_output": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609743472
    },
    "log_corrected": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168516
    },
    "log_cq_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "log_curtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802008
    },
    "log_data_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "log_dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_gp_log_dir"
        }
      },
      "address": 0
    },
    "log_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911648
    },
    "log_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_mem"
        }
      },
      "address": 0
    },
    "log_eq_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "log_error": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "log_frozen_devices": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "log_info": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "log_lasttime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071612801976
    },
    "log_level": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "log_link_state_change": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609821920
    },
    "log_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581353504
    },
    "log_mtts_per_seg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610007976
    },
    "log_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_mem"
        }
      },
      "address": 0
    },
    "log_num_mac": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610008368
    },
    "log_num_vlan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613289796
    },
    "log_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "log_open": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910240
    },
    "log_page_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "log_promisc_mode_change": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609821708
    },
    "log_read_filterops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609740192
    },
    "log_rq_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "log_rq_stride": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "log_sq_size": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "log_sq_sride": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "log_srq_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "log_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_evt_log_state"
        }
      },
      "address": 0
    },
    "log_table_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "log_tailq": {
      "type": {
        "kind": "struct",
        "name": "tcp_log_stailq"
      },
      "address": 0
    },
    "log_verbose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_verbose"
        }
      },
      "address": 0
    },
    "log_wakeup": {
      "type": {
        "kind": "struct",
        "name": "cv"
      },
      "address": 18446744071612910280
    },
    "log_wakeups_per_second": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609740000
    },
    "logclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575912096
    },
    "logcwmin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "logdbtbl": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 18446744071584047008
    },
    "logdest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609087636
    },
    "logdev_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reportlun_data_ext_t"
        }
      },
      "address": 0
    },
    "logdev_data_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "logdev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609739952
    },
    "logging_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "logical_block_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "logical_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "logical_cpus_mask": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071612993696
    },
    "logical_dev_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reportlun_data_ext_t"
        }
      },
      "address": 0
    },
    "logical_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "logical_list_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "logical_queue_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "logical_queue_dev_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reportlun_queue_depth_data_t"
        }
      },
      "address": 0
    },
    "logical_sector_alignment": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "logical_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "login": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "login_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608465932
    },
    "login_res": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbp_login_res"
        }
      },
      "address": 0
    },
    "loginclass_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575412720
    },
    "loginclass_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575412432
    },
    "loginclass_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575412400
    },
    "loginclass_racct_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575413824
    },
    "loginclasses": {
      "type": {
        "kind": "struct",
        "name": "unnamed_751d838b1e06d4ab"
      },
      "address": 18446744071612549152
    },
    "loginclasses_init_args": {
      "type": {
        "kind": "struct",
        "name": "rw_args"
      },
      "address": 18446744071609676464
    },
    "loginclasses_init_rw_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676304
    },
    "loginclasses_init_rw_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609676328
    },
    "loginclasses_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071612549120
    },
    "logintmp": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "logioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575912832
    },
    "logkqdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575913760
    },
    "logkqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575913344
    },
    "logkqread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575913904
    },
    "loglevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609087640
    },
    "logmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610790752
    },
    "logo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_acc_payload_t"
        }
      },
      "address": 0
    },
    "logo_beastie.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "logo_freebsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "logopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575911760
    },
    "logpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575913168
    },
    "logread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575912256
    },
    "logsn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "logsoftc": {
      "type": {
        "kind": "struct",
        "name": "logsoftc"
      },
      "address": 18446744071612910296
    },
    "logtimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575913520
    },
    "loioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576938816
    },
    "loname": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585231680
    },
    "longCal": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "longOffsets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "long_lba_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "long_list_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "long_pos": {
      "type": {
        "kind": "struct",
        "name": "scsi_tape_position_long_data"
      },
      "address": 0
    },
    "long_tries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "longer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "longest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "longest_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576697520
    },
    "longjmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543120
    },
    "longmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413532
    },
    "look": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scanlookup"
        }
      },
      "address": 0
    },
    "lookahead": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lookup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_cfg80211_get_bss_iter_lookup"
        }
      },
      "address": 0
    },
    "lookup_addr": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "lookup_addrsel_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578092800
    },
    "lookup_atid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568788320
    },
    "lookup_cap_dotdot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609808840
    },
    "lookup_cap_dotdot_nonlocal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609808844
    },
    "lookup_clip_db_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568748160
    },
    "lookup_clip_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568743024
    },
    "lookup_etid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568915200
    },
    "lookup_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lookup_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lookup_prefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110720
    },
    "lookup_prefix_rt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110656
    },
    "lookup_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lookupflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lookupflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lookupp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "loop1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loop1_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loop2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loop_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "loop_copy": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "loop_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loop_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loop_microseq": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ppb_microseq"
        }
      },
      "address": 0
    },
    "loop_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609829888
    },
    "loop_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939376
    },
    "loopback_ok": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "loopcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "loops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "looutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939024
    },
    "lop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "lorunningspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041560
    },
    "lossy": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lossy_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lout": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "low1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "low2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lowBits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lowIndex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lowLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowLimitMax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowMatchPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lowN": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lowOne": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowPos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowPrefixPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lowProbCount": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "lowS": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lowThreshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowTotal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "low_adj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "low_avail": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "low_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "low_disabled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "low_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "low_mem_profile": {
      "type": {
        "kind": "struct",
        "name": "mlx4_profile"
      },
      "address": 0
    },
    "low_target": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "low_thresh_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "low_vers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lowat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowater_signal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lower": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowerChannel": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lowerIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lowerPower": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lowerRank": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lower_sharedpage_init": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454380
    },
    "lowermp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "lowerrootvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "lowervp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "lowest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "lowest2": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "lowest5": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "lowestIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowestValid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowest_func": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lowest_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lowest_present_cck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lowest_present_ofdm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lowfd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lowmem_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610081576
    },
    "lowmem_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613289632
    },
    "lowmem_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313772
    },
    "lowp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclowner"
        }
      },
      "address": 0
    },
    "lowpri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_segment_descriptor"
        }
      },
      "address": 0
    },
    "lp0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lagg_port"
        }
      },
      "address": 0
    },
    "lp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lacp_port"
        }
      },
      "address": 0
    },
    "lp_adv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lp_an_page_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lp_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "lp_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lagg_port"
        }
      },
      "address": 0
    },
    "lp_pause": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lp_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lagg_port"
        }
      },
      "address": 0
    },
    "lp_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lp_technology_ability_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lp_up2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lpa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lpagb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lpart": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "lpc_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071609101712
    },
    "lpi_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lpi_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lpifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "lpkt": {
      "type": {
        "kind": "struct",
        "name": "tws_lock_packet"
      },
      "address": 0
    },
    "lport": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lpos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lprofile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "lpt_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571748976
    },
    "lpt_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609099952
    },
    "lpt_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571749680
    },
    "lpt_detect.testbyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584921088
    },
    "lpt_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609099904
    },
    "lpt_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571748208
    },
    "lpt_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584921008
    },
    "lpt_ppbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609099856
    },
    "lpt_ppbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609099832
    },
    "lpt_ppbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609099768
    },
    "lpt_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571748336
    },
    "lpt_release_ppbus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571750016
    },
    "lptclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571751424
    },
    "lptdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "lptintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571750096
    },
    "lptioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571753424
    },
    "lptopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571750672
    },
    "lptout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571753680
    },
    "lptread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571751920
    },
    "lptwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571752160
    },
    "lq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_lq_cmd"
        }
      },
      "address": 0
    },
    "lqimode0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqimode1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqistat1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqistate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqomode0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqomode1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqostat0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqostat1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lqueue": {
      "type": {
        "kind": "struct",
        "name": "accept_queue"
      },
      "address": 0
    },
    "lr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krule"
        }
      },
      "address": 0
    },
    "lrPcdac": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lradix4_add_route_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653184
    },
    "lradix4_change_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653168
    },
    "lradix4_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653088
    },
    "lradix4_end_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653408
    },
    "lradix4_get_pref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653440
    },
    "lradix4_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577652832
    },
    "lradix4_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653824
    },
    "lradix6_add_route_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578041888
    },
    "lradix6_change_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578041872
    },
    "lradix6_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578041792
    },
    "lradix6_end_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042064
    },
    "lradix6_get_pref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042096
    },
    "lradix6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578041536
    },
    "lradix6_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042576
    },
    "lro": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lro_ctrl"
        }
      },
      "address": 0
    },
    "lro_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lro_ctrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lro_ctrl"
        }
      },
      "address": 0
    },
    "lro_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lro_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450040
    },
    "lro_mbufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610628624
    },
    "lro_num_seg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lro_packets": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lro_possible": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "lro_timeout": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "lroent_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lropoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "lropoidlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "lrq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "request_t"
        }
      },
      "address": 0
    },
    "lrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_rate_set"
        }
      },
      "address": 0
    },
    "lrupos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lockf"
        }
      },
      "address": 0
    },
    "lsb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lacp_softc"
        }
      },
      "address": 0
    },
    "lsec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613399048
    },
    "lsect": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lsin": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "lsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_tx_pkt_lso_core"
        }
      },
      "address": 0
    },
    "lso_mss": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "lsp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "lsr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lsr_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "lss_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lss_status_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lssc": {
      "type": {
        "kind": "struct",
        "name": "service_curve_v1"
      },
      "address": 0
    },
    "lst": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "lst_blk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lst_col": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lst_grp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lst_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_mgmt_list_entry"
        }
      },
      "address": 0
    },
    "lst_row": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lst_row_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lsta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_sta"
        }
      },
      "address": 0
    },
    "lstart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lstat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lstate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_tmode_lstate"
        }
      },
      "address": 0
    },
    "lstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwn_stats"
        }
      },
      "address": 0
    },
    "lsym": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "lt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_lifetime"
        }
      },
      "address": 0
    },
    "lt6_tmp": {
      "type": {
        "kind": "struct",
        "name": "in6_addrlifetime"
      },
      "address": 0
    },
    "ltdvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "ltemperature": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "ltflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ltime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ltm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ltpp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ltr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ltr_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ltr_min": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ltrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ltrv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ltvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "ltw": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ltxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_txq"
        }
      },
      "address": 0
    },
    "ltype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "luio": {
      "type": {
        "kind": "struct",
        "name": "uio"
      },
      "address": 0
    },
    "lun": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lun4": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lun_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reportlun_queue_depth_data_t"
        }
      },
      "address": 0
    },
    "lun_ext_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reportlun_ext_entry_t"
        }
      },
      "address": 0
    },
    "lun_id": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "lun_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpssas_lun"
        }
      },
      "address": 0
    },
    "lunid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lunptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "lut": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_rss_lut"
        }
      },
      "address": 0
    },
    "lut_entry_width": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lut_length": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lut_params": {
      "type": {
        "kind": "struct",
        "name": "ice_aq_get_set_rss_lut_params"
      },
      "address": 0
    },
    "lut_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lut_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "lval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lvalue": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "lvi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lvif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_vif"
        }
      },
      "address": 0
    },
    "lvio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_list_vpd_io"
        }
      },
      "address": 0
    },
    "lvl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lvol": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lvoltage": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "lvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "lvt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lvt"
        }
      },
      "address": 0
    },
    "lvts": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "lvt"
        }
      },
      "address": 18446744071610219744
    },
    "lw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "lwa": {
      "type": {
        "kind": "struct",
        "name": "lockmgr_wait"
      },
      "address": 0
    },
    "lwh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_frame"
        }
      },
      "address": 0
    },
    "lwiphy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_wiphy"
        }
      },
      "address": 0
    },
    "lwm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lwpidarray": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "lwrds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lxoff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lxoffrxc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lxon": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "lxtphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "lxtphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570295776
    },
    "lxtphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608509936
    },
    "lxtphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584855264
    },
    "lxtphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584855152
    },
    "lxtphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608509888
    },
    "lxtphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608509864
    },
    "lxtphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608509824
    },
    "lxtphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570295744
    },
    "lxtphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570297008
    },
    "lxtphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570296096
    },
    "lxtphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570296512
    },
    "lxtphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584855232
    },
    "ly": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "lyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslayout"
        }
      },
      "address": 0
    },
    "lzma_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566431760
    },
    "lzma_main": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566428432
    },
    "lzp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_uzip_lzma"
        }
      },
      "address": 0
    },
    "m": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m0srcs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "m1Thresh": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156088
    },
    "m1ThreshLow": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156040
    },
    "m1_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m1_thresh_ext": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m1_thresh_ext_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m1_thresh_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m1_thresh_low_ext": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m1_thresh_low_ext_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m1_thresh_low_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m1_thresh_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m2CountThr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156096
    },
    "m2CountThrLow": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156288
    },
    "m2Thresh": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156008
    },
    "m2ThreshLow": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156080
    },
    "m2_count_thr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m2_count_thr_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m2_count_thr_low_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2_count_thr_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m2_thresh_ext": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2_thresh_ext_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2_thresh_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m2_thresh_low_ext": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2_thresh_low_ext_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2_thresh_low_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m2_thresh_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m32": {
      "type": {
        "kind": "struct",
        "name": "umutex32"
      },
      "address": 0
    },
    "mBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "m_adj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576214880
    },
    "m_adj_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576215120
    },
    "m_adv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576218976
    },
    "m_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576219376
    },
    "m_boottramp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_bpf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_buddy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_cat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576214352
    },
    "m_catpkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576214688
    },
    "m_chain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_checkalignment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578253360
    },
    "m_clget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575425744
    },
    "m_cljget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575425888
    },
    "m_code": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_collapse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576221232
    },
    "m_copy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_copyback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576218176
    },
    "m_copydata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576213008
    },
    "m_copym": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576211088
    },
    "m_copypacket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576212032
    },
    "m_copyup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576215728
    },
    "m_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m_datatemp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "m_defrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576220416
    },
    "m_demote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576209424
    },
    "m_demote_pkthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576209328
    },
    "m_devget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576217328
    },
    "m_dispose_extcontrolm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576298928
    },
    "m_dup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576213360
    },
    "m_dup_pkthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576210464
    },
    "m_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_mgmt_list_entry"
        }
      },
      "address": 0
    },
    "m_epg_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579496432
    },
    "m_ether_tcpip_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576227872
    },
    "m_ether_tcpip_hash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576227744
    },
    "m_extadd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575427600
    },
    "m_final": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_fixhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576220320
    },
    "m_flags_anded": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m_flags_ored": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m_frag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580596992
    },
    "m_free_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575425552
    },
    "m_freem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575424976
    },
    "m_frgpart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_gen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "m_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577768208
    },
    "m_get2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575426096
    },
    "m_get3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575426272
    },
    "m_getcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577717936
    },
    "m_gethdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578008128
    },
    "m_getjcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575426448
    },
    "m_getm2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575426784
    },
    "m_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576219952
    },
    "m_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_hold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_hold_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_in": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_matrix"
        }
      },
      "address": 0
    },
    "m_inc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m_infiniband_tcpip_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576229264
    },
    "m_infiniband_tcpip_hash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576227808
    },
    "m_iter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576220368
    },
    "m_list_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_list_entry"
        }
      },
      "address": 0
    },
    "m_makespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578251392
    },
    "m_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_mbuftouio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576223520
    },
    "m_move_pkthdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576210304
    },
    "m_mtu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_ofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "m_out": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_matrix"
        }
      },
      "address": 0
    },
    "m_pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578252624
    },
    "m_paddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_pc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_pd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_pdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_pkthdr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576210208
    },
    "m_pml4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_pml5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_prepend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576210640
    },
    "m_prev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576220016
    },
    "m_promisc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "m_pt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_mbuf"
        }
      },
      "address": 0
    },
    "m_pulldown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576224720
    },
    "m_pullup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576215168
    },
    "m_raopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 18446744071613058392
    },
    "m_rcvif_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575427936
    },
    "m_rcvif_serialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575427840
    },
    "m_ret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_root_check": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "m_run": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_runs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "m_sa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_sa"
        }
      },
      "address": 0
    },
    "m_sanity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576209616
    },
    "m_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575427696
    },
    "m_snd_tag_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575427792
    },
    "m_snd_tag_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575427712
    },
    "m_snd_tag_rele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579465728
    },
    "m_split": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576216224
    },
    "m_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_storage": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_striphdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578253056
    },
    "m_super": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576226640
    },
    "m_tag_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576227152
    },
    "m_tag_copy_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576227280
    },
    "m_tag_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576226736
    },
    "m_tag_delete_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576226784
    },
    "m_tag_delete_nonpersistent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576226976
    },
    "m_tag_free_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576226608
    },
    "m_tag_locate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576227088
    },
    "m_tail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_tcpip_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576228304
    },
    "m_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_th": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_tls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "m_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "m_uiotombuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576222128
    },
    "m_unmapped_uiomove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576223056
    },
    "m_unshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576223664
    },
    "m_xword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576788960
    },
    "ma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "ma_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ma_fli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_field"
        }
      },
      "address": 0
    },
    "ma_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ma_indr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_buf"
        }
      },
      "address": 0
    },
    "ma_intr_actions": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_action"
        }
      },
      "address": 18446744071584735280
    },
    "ma_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992528
    },
    "ma_intr_handler.ma_intr_actions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735280
    },
    "ma_intr_handler.ma_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735312
    },
    "ma_intr_handler.ma_perr_status1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735352
    },
    "ma_intr_handler.ma_perr_status2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735392
    },
    "ma_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584735312
    },
    "ma_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ma_offs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ma_offs1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ma_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ma_perr_status1": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584735352
    },
    "ma_perr_status2": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584735392
    },
    "ma_wrap_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569045200
    },
    "maa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mntaarg"
        }
      },
      "address": 0
    },
    "mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071585237808
    },
    "macHi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "macLo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "macRev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "macStaId1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "macStateFlag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "macVersion": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mac_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mac_addr0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_addr1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_addr_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_addr_list": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "mac_addr_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_addr_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_perm_mac_addr_t"
        }
      },
      "address": 0
    },
    "mac_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "mac_buf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mac_config": {
      "type": {
        "kind": "struct",
        "name": "qla_fw_cds_config_mac_addr_t"
      },
      "address": 0
    },
    "mac_crb_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_csp": {
      "type": {
        "kind": "struct",
        "name": "crypto_session_params"
      },
      "address": 0
    },
    "mac_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_dbg": {
      "type": {
        "kind": "struct",
        "name": "mac_dbg_regs_t"
      },
      "address": 0
    },
    "mac_filters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tstorm_eth_mac_filter_config"
        }
      },
      "address": 0
    },
    "mac_first": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mac_hfr0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_hfr1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_hfr2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_ier": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_intr_details": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584737408
    },
    "mac_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568993040
    },
    "mac_intr_handler.mac_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737408
    },
    "mac_isr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_key_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_layout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mac_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mac_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "mac_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_lout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mac_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mac_mdioisr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_mode_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577177296
    },
    "mac_msk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mac_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "mac_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_vlan_mac_obj"
        }
      },
      "address": 0
    },
    "mac_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mac_on": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mac_override": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "mac_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568732112
    },
    "mac_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mac_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_res": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "resource"
          }
        }
      },
      "address": 0
    },
    "mac_reset_avp": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "addr_val_pair"
        }
      },
      "address": 18446744071608428544
    },
    "mac_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mac_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mac_sta_id1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_mac_stats_rev1"
        }
      },
      "address": 0
    },
    "mac_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_stopped": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mac_syscalls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mac_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mac_upper": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mac_vals": {
      "type": {
        "kind": "struct",
        "name": "bxe_mac_vals"
      },
      "address": 0
    },
    "mac_version": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "macaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "macaddr_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "macaddr_mid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "macbuf": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "macc_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "macctl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "machclk_freq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613046072
    },
    "machclk_per_tick": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613046076
    },
    "machclk_usepcc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046156
    },
    "machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "machdep_syscall_ret_flush_l1d": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581557696
    },
    "machine": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610165572
    },
    "machine32": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587098392
    },
    "machine_arch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "macid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "macmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "macp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "macs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e6c86faf5a71cf72"
        }
      },
      "address": 0
    },
    "macs_list_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "macstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mactime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_mcpc_acm_descriptor"
        }
      },
      "address": 0
    },
    "maddr": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "madeso": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "madt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_MADT"
        }
      },
      "address": 18446744071613490256
    },
    "madt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "madt_enumerator": {
      "type": {
        "kind": "struct",
        "name": "apic_enumerator"
      },
      "address": 18446744071610217376
    },
    "madt_found_sci_override": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490240
    },
    "madt_handle_local_nmi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582405504
    },
    "madt_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613490264
    },
    "madt_parse_apics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582404368
    },
    "madt_parse_interrupt_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582402064
    },
    "madt_parse_ints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582404560
    },
    "madt_physaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613490248
    },
    "madt_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582402592
    },
    "madt_probe_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582402640
    },
    "madt_probe_cpus_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582403952
    },
    "madt_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582402560
    },
    "madt_register_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610217216
    },
    "madt_set_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582405808
    },
    "madt_set_ids_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610217240
    },
    "madt_setup_cpus_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582404064
    },
    "madt_setup_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582403424
    },
    "madt_setup_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582402736
    },
    "mag1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "magMapFor3": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584232216
    },
    "magMapFor4": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584156104
    },
    "mag_a0_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag_a0_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag_a1_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag_a1_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag_corr_rx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag_corr_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag_id_reg_h": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mag_id_reg_l": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mag_rx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mag_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "magic": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "magic1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "magic2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "magicNumber": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "magnitude": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "magnitude_avg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "magnitude_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "magnitude_max_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "magnitude_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "magnitude_min_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mailbox": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cmd_mailbox"
        }
      },
      "address": 0
    },
    "main_ant_conf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "main_chain_element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI25_IEEE_SGE_CHAIN64"
        }
      },
      "address": 0
    },
    "main_cons": {
      "type": {
        "kind": "struct",
        "name": "xencons_priv"
      },
      "address": 18446744071612439024
    },
    "main_console": {
      "type": {
        "kind": "struct",
        "name": "scr_stat"
      },
      "address": 18446744071610822912
    },
    "main_devs": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "tty"
          }
        }
      },
      "address": 18446744071610822784
    },
    "main_mem_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "main_mem_prty_clr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "main_mem_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "main_mem_width": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "main_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760516
    },
    "main_on": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760512
    },
    "main_rssi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "main_rssi_avg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "main_softc": {
      "type": {
        "kind": "struct",
        "name": "sc_softc_t"
      },
      "address": 18446744071613485376
    },
    "main_vd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_device"
        }
      },
      "address": 18446744071609512896
    },
    "major": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "major_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "make_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575130240
    },
    "make_dev_alias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575131088
    },
    "make_dev_alias_p": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575131792
    },
    "make_dev_alias_v": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575131184
    },
    "make_dev_args_init_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575129120
    },
    "make_dev_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575130400
    },
    "make_dev_credf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575130560
    },
    "make_dev_p": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575130736
    },
    "make_dev_physpath_alias": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575131856
    },
    "make_dev_s": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575129152
    },
    "make_dev_sv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575129232
    },
    "make_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575829632
    },
    "make_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577543584
    },
    "makectx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422048
    },
    "maker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "makescanlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577388800
    },
    "makeup": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "segment"
        }
      },
      "address": 0
    },
    "malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575414784
    },
    "malloc_aligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415664
    },
    "malloc_desc2type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575417744
    },
    "malloc_domainset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415296
    },
    "malloc_domainset_aligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415744
    },
    "malloc_domainset_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415648
    },
    "malloc_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415616
    },
    "malloc_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "malloc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575417216
    },
    "malloc_large": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415040
    },
    "malloc_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "malloc_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612553304
    },
    "malloc_optdata": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "malloc_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575416816
    },
    "malloc_type_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575413952
    },
    "malloc_type_freed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575414080
    },
    "malloc_type_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575417808
    },
    "malloc_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575417440
    },
    "malloc_usable_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575416864
    },
    "mallocarray": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415824
    },
    "mallocarray_domainset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575415904
    },
    "malloced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mallocinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575418544
    },
    "malo_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570173152
    },
    "malo_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570184640
    },
    "malo_desc_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570182000
    },
    "malo_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570179824
    },
    "malo_dma_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570178960
    },
    "malo_fix2rate.rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584848800
    },
    "malo_getbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570182976
    },
    "malo_hal_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570185216
    },
    "malo_hal_cmddone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189424
    },
    "malo_hal_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570188048
    },
    "malo_hal_execute_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570187680
    },
    "malo_hal_fwload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570185632
    },
    "malo_hal_gethwspecs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570187280
    },
    "malo_hal_getisr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189328
    },
    "malo_hal_intrset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570188496
    },
    "malo_hal_load_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570185616
    },
    "malo_hal_postscan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189600
    },
    "malo_hal_prescan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189440
    },
    "malo_hal_reset.first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610760720
    },
    "malo_hal_set_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189968
    },
    "malo_hal_set_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189792
    },
    "malo_hal_setantenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570188128
    },
    "malo_hal_setassocid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189056
    },
    "malo_hal_setchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570188624
    },
    "malo_hal_setmcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570190352
    },
    "malo_hal_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189040
    },
    "malo_hal_setradio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570188320
    },
    "malo_hal_settxpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570188800
    },
    "malo_hal_trigger_pcicmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570187072
    },
    "malo_hal_txstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570189264
    },
    "malo_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570180640
    },
    "malo_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570179648
    },
    "malo_load_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570182432
    },
    "malo_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570181760
    },
    "malo_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570178224
    },
    "malo_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570190880
    },
    "malo_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570192112
    },
    "malo_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608502424
    },
    "malo_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608502376
    },
    "malo_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584849088
    },
    "malo_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608502352
    },
    "malo_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570190592
    },
    "malo_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570192432
    },
    "malo_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570192368
    },
    "malo_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570192400
    },
    "malo_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608502240
    },
    "malo_products": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "malo_product"
        }
      },
      "address": 18446744071584849200
    },
    "malo_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570177536
    },
    "malo_res_spec_legacy": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608502528
    },
    "malo_res_spec_mem": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608502480
    },
    "malo_res_spec_msi": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608502560
    },
    "malo_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570180608
    },
    "malo_rx_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570175152
    },
    "malo_rxbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608501844
    },
    "malo_rxbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570184704
    },
    "malo_rxquota": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608501848
    },
    "malo_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570178000
    },
    "malo_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570177984
    },
    "malo_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570178016
    },
    "malo_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570180576
    },
    "malo_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570182448
    },
    "malo_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570180064
    },
    "malo_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570180592
    },
    "malo_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570178656
    },
    "malo_tx_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570176256
    },
    "malo_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570183152
    },
    "malo_txbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608501852
    },
    "malo_txcoalesce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608501840
    },
    "malo_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570177872
    },
    "malo_updatetxrate.ieeerates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584848848
    },
    "malo_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570177200
    },
    "malo_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570177488
    },
    "malo_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570185072
    },
    "man_pg11": {
      "type": {
        "kind": "struct",
        "name": "Mpi2ManufacturingPage11_t"
      },
      "address": 0
    },
    "manc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "manc2h": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mant": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584861152
    },
    "mantissa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "manu": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "manufacturer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 18446744071580205824
    },
    "map_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "map_at_zero": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538160
    },
    "map_bios_mode_num.cga_modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587072448
    },
    "map_bios_mode_num.ega_modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587072480
    },
    "map_bios_mode_num.vga_modes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587072560
    },
    "map_first": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "map_gen_mode_num.mode_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587072784
    },
    "map_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "map_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsi_list_map_info"
        }
      },
      "address": 0
    },
    "map_internal_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579032160
    },
    "map_last": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "map_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "map_mode_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580857920
    },
    "map_mode_num.mode_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587072704
    },
    "map_phys_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "map_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_DRV_RAID_MAP_ALL"
        }
      },
      "address": 0
    },
    "map_row": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "map_shift": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "map_sleep_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613299848
    },
    "map_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358944
    },
    "map_tbolt_cmd_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570254912
    },
    "mapacct_ufs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579819216
    },
    "mapacct_ufs2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579819424
    },
    "mapbase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mapentzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613299888
    },
    "mapinfo": {
      "type": {
        "kind": "struct",
        "name": "cam_periph_map_info"
      },
      "address": 0
    },
    "mapp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mapped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mapping": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mappingrestarts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041688
    },
    "maprange": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mapsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mapsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "marg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_livedump_arg"
        }
      },
      "address": 0
    },
    "margin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "margin_bottom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "margin_left": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "margin_right": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "margin_top": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "margs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx_args"
        }
      },
      "address": 0
    },
    "mark": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mark_ecn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576751728
    },
    "marker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_reserv"
        }
      },
      "address": 0
    },
    "marker_info_tlv_template": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tlv_template"
        }
      },
      "address": 0
    },
    "marker_page": {
      "type": {
        "kind": "struct",
        "name": "vm_page"
      },
      "address": 0
    },
    "marker_response_tlv_template": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tlv_template"
        }
      },
      "address": 0
    },
    "markswanted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "markvoldirty_upgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573943504
    },
    "mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mask0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mask1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mask2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mask2num": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mask4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "mask40": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mask44": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mask6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "mask_addr": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "mask_all": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mask_amt": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "mask_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mask_m": {
      "type": {
        "count": 123,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 0
    },
    "mask_min": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mask_p": {
      "type": {
        "count": 123,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 0
    },
    "mask_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mask_sa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "mask_storage": {
      "type": {
        "kind": "union",
        "name": "sockaddr_union"
      },
      "address": 0
    },
    "mask_to_clear": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mask_to_set": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maskarray": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "maskbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maskduplicated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "masked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "masked_l1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "masked_l2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maskedbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "masklen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maskp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "au_mask_t"
        }
      },
      "address": 0
    },
    "masks": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584813920
    },
    "masks_are_equal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "master": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_mfunc_master_ctx"
        }
      },
      "address": 0
    },
    "master_expavgctl": {
      "type": {
        "kind": "struct",
        "name": "rssadapt_expavgctl"
      },
      "address": 0
    },
    "master_mbox": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "master_tstate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_tmode_tstate"
        }
      },
      "address": 0
    },
    "masterkey": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613296896
    },
    "mastertemplate": {
      "type": {
        "kind": "struct",
        "name": "dirtemplate"
      },
      "address": 0
    },
    "match": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "match0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "match3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "match3Base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchBuffer": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "matchBytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "matchBytesRemaining": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchEndIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchIndex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "matchIndex3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchIndexL": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchIndexL3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchIndexS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchL3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "matchLengthSum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "matchLong": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchLongBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchLongIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchLowest": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchNb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchPos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchPrice": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchStateSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "match_all_mac": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "match_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ifnet"
          }
        }
      },
      "address": 0
    },
    "match_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "match_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577390384
    },
    "match_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "match_c": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "match_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "match_criteria": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "match_criteria_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "match_criteria_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "match_gw_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577113616
    },
    "match_header": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "match_iface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578402000
    },
    "match_key": {
      "type": {
        "kind": "struct",
        "name": "pf_state_key_cmp"
      },
      "address": 0
    },
    "match_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "match_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568973920
    },
    "match_nhop_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110304
    },
    "match_pattern": {
      "type": {
        "kind": "struct",
        "name": "dev_match_pattern"
      },
      "address": 0
    },
    "match_result": {
      "type": {
        "kind": "struct",
        "name": "dev_match_result"
      },
      "address": 0
    },
    "match_rules": {
      "type": {
        "kind": "struct",
        "name": "pf_krule_slist"
      },
      "address": 0
    },
    "match_v": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "match_value": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "matchcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "matched": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "matched_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "matches": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "matching_command": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "matching_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REQUEST_T"
        }
      },
      "address": 0
    },
    "matchl0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchl1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "matchlengthHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "matchlengthLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchlengthMaxValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "matchlengthNCount": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "matchprio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "matchs0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "matchwild": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "matrix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "matrixes": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "matrix"
        }
      },
      "address": 18446744071584992096
    },
    "mattr": {
      "type": {
        "kind": "struct",
        "name": "vattr"
      },
      "address": 0
    },
    "max": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxAvailPower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "maxBits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxBitsInMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxBitsOut": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxBitsSrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxC": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxCSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxCfg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "maxCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxDist": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxDistance": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxElemsToPrefetch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxML": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxNbLdmSeq": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxNbSeq": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxOffcode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxPower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "maxPower_t4": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "maxPwrT4": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "maxPwr_t4": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "maxRep": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxSV1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxScaledPwr": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "maxSymbolValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxSymbolValue1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxSymbolValueBegin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxSymbolValueEnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxTableLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxV": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxW": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxWindowResize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxWindowSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_abs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_agc_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_agg_bw": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_agg_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_aio_per_proc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609789116
    },
    "max_aio_procs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609788764
    },
    "max_aio_queue_per_proc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609788772
    },
    "max_allowed_speed": {
      "type": {
        "kind": "enum",
        "name": "_SCI_SAS_LINK_RATE"
      },
      "address": 0
    },
    "max_apic_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613490464
    },
    "max_attempts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_avail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_blindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_buf": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_buf_aio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609789120
    },
    "max_buf_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_bulk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_bw_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_bw_share": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "max_bw_unit": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "max_bw_value": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "max_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_cap_sysctl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "max_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_child_nodes": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_children": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_cl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hfsc_class"
        }
      },
      "address": 0
    },
    "max_clock": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_code": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_coherent_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_cores": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_cos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613400448
    },
    "max_cq_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_credits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_ctx_qid": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "max_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_delay_ms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_direct": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_dsm_blocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_dtr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_energy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_ext_n": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_frame": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_frame_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_framelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_free": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_free_left": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_free_right": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_freq": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_ft_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_fw_cmds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_fw_sge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_grow": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_hdr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609780040
    },
    "max_hw_io": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_hw_rq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_insert": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_intr_slots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_io": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_irq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_items": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_iterations": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_ldt_segment": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610193480
    },
    "max_ldt_segment_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581549904
    },
    "max_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_length": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_linkhdr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609780032
    },
    "max_linkhdr_grow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576209072
    },
    "max_list": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_list_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_list_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_logical": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_ltr_enc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_mac_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_mcs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_msg_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_msix_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_msix_messages": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_msix_orig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_mtts_first_page": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_naddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_nhops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_nmsgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_nosnoop": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_nr_gframes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_nr_glist_frames": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_num_of_cos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_num_phy_ids": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_nvqs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_order": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_pacing_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_packet_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_packet_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_parentpath_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_pending_per_proc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609712816
    },
    "max_pending_watches": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609524184
    },
    "max_pgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_pidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_pkt_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_pkt_length": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_plsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_pmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_poll": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_port_p_one": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_power": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_power_level": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "max_probes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_prof_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_prot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_protohdr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609780036
    },
    "max_protohdr_grow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576209104
    },
    "max_q_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_queue_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609788768
    },
    "max_queue_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_rates": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_rdmaqs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "max_rec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_reg_allowed_power": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "max_remote_nodes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_repetitions": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_req_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_retry": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_ring_page_order": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_rpi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_rr_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_rss": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_rxmax": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_scan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_scsiid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_sector_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_sectors_1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_sectors_2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_seg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_segment_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_segments": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_segs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_sg_elements": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_sge": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_sgl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_sgsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_sibl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_slot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_snoop": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_softdeps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613296976
    },
    "max_softdeps_hard": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608465924
    },
    "max_speed_generation": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_spurcounts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_subch": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "max_supported_devices": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_supported_io_requests": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_supported_ports": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_table_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_targ": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_target": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_targets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_tc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_threads_hits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807712
    },
    "max_threads_per_proc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609719744
    },
    "max_ticks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_time_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_timing": {
      "type": {
        "kind": "enum",
        "name": "mmc_bus_timing"
      },
      "address": 0
    },
    "max_trans": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_transactions": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_txfer_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_txpower": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_txqs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "max_unmap_blk_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_unmap_lba_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_vfs_guarantee_counter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_vfs_pport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_vnlru_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609814608
    },
    "max_vports": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_wait": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "max_wq_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_wq_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_wq_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_wr_xfer_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "max_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "max_xfer_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "max_y": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxahead": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxalen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxalign": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxalloc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609881344
    },
    "maxamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxbcache": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910528
    },
    "maxbcachebuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609793040
    },
    "maxbehind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxbits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxblksz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxbucket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxbuf": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "maxbuf_sz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "maxbufmallocspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041632
    },
    "maxbufspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041600
    },
    "maxbus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxbw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxcache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxchan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxchans": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxchn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxchpwr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxcl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxclen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxclustersearch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610033876
    },
    "maxcmds": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxcontigdirs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxcookies": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxcount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxdata": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609881348
    },
    "maxdelay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxdesc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760004
    },
    "maxdsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910560
    },
    "maxdumppgs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxdumpsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxdur": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxdwell": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxend": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "maxequalmcs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxexpire": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "maxextsiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxfd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxfeed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxfid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxfiles": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910608
    },
    "maxfilesize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "maxfilesperproc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910612
    },
    "maxfrags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059176
    },
    "maxframe_size_kb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxfunc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "maxhlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxhpetet": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399304
    },
    "maxid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maximum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxio_tmp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxiter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxkeysize": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "maxldt_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193600
    },
    "maxleaf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxloop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxloops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxlun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxlvt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxmap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxmbufmem": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612553528
    },
    "maxmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxndir": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxones": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngpppoe_maxp"
        }
      },
      "address": 0
    },
    "maxp_old": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "maxpacketsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxphyaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613400456
    },
    "maxphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910624
    },
    "maxpipekva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910640
    },
    "maxpkt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxpktlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxpltime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxpr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "maxproc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910600
    },
    "maxprocperuid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910604
    },
    "maxprot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "maxpst": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxpwr": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "maxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxqueues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071577391712
    },
    "maxresp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxretry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxrssi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxrun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxsalign": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxsect": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxsector": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxseg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxsegs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxsegsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585311152
    },
    "maxslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxslots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxsockets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041024
    },
    "maxspeed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxssiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910576
    },
    "maxstart": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "maxswzone": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910520
    },
    "maxsync": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxsz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "maxt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "maxtarget": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxtcs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "maxtcs_ets": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "maxtcwilling": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "maxthread": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807744
    },
    "maxtime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071612809736
    },
    "maxtsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910544
    },
    "maxtxpow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxtypenum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxunacktime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxunequalmcs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxuserfiles": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maxusers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910596
    },
    "maxv": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxv1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "maxval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxvfsconf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609806720
    },
    "maxvltime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "maxwait_ack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610771768
    },
    "maxwait_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610771764
    },
    "maxwait_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610771760
    },
    "maxzeros": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "may_sleep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "maybe_yield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575640208
    },
    "mayclone": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mb": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "mb0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mb1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mb2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mb_alloc_ext_pgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575425072
    },
    "mb_alloc_ext_plus_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575428064
    },
    "mb_copy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mb_cqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_mq_cqe"
        }
      },
      "address": 0
    },
    "mb_ctor_clust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575422016
    },
    "mb_ctor_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575421552
    },
    "mb_ctor_pack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575422192
    },
    "mb_dtor_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575421728
    },
    "mb_dtor_pack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575422384
    },
    "mb_dupcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576209136
    },
    "mb_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mb_free_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575425280
    },
    "mb_free_extpg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575425584
    },
    "mb_free_mext_pgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576222032
    },
    "mb_free_notready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575422992
    },
    "mb_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mb_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mb_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_rx_mbuf"
        }
      },
      "address": 0
    },
    "mb_mapped_to_unmapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575428432
    },
    "mb_mbx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_mbx"
        }
      },
      "address": 0
    },
    "mb_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431232
    },
    "mb_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mb_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_snd_tag"
        }
      },
      "address": 0
    },
    "mb_unmapped_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575423072
    },
    "mb_unmapped_free_mext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431616
    },
    "mb_unmapped_to_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575423232
    },
    "mb_use_ext_pgs": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612553352
    },
    "mb_zfini_pack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431584
    },
    "mb_zinit_pack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431520
    },
    "mbcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mbits": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584048768
    },
    "mbits_per_sec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mblen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mblp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msix_blacklist"
        }
      },
      "address": 0
    },
    "mbnambuf_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573931424
    },
    "mbnambuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573933456
    },
    "mbnambuf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573932928
    },
    "mbox": {
      "type": {
        "kind": "struct",
        "name": "mbox_info"
      },
      "address": 0
    },
    "mbox1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mbox_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579344608
    },
    "mbox_db": {
      "type": {
        "kind": "union",
        "name": "pd_mpu_mbox_db_t"
      },
      "address": 0
    },
    "mbox_reorder_lists": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mbox_reorder"
        }
      },
      "address": 0
    },
    "mbox_rsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_sli_config_t"
        }
      },
      "address": 0
    },
    "mbox_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mbox_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msgbuf"
        }
      },
      "address": 0
    },
    "mbpfc": {
      "type": {
        "count": 1016,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584788480
    },
    "mbpos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mbps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mbq_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003904
    },
    "mbq_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003680
    },
    "mbq_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004096
    },
    "mbq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003472
    },
    "mbq_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003952
    },
    "mbq_safe_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003728
    },
    "mbq_safe_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003504
    },
    "mbq_safe_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004080
    },
    "mbq_safe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003408
    },
    "mbq_safe_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004032
    },
    "mbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbreg_t"
        }
      },
      "address": 0
    },
    "mbr_alias_match": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "g_part_mbr_alias"
        }
      },
      "address": 18446744071585154864
    },
    "mbr_probe_bpb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574838400
    },
    "mbs": {
      "type": {
        "kind": "struct",
        "name": "mbreg_t"
      },
      "address": 0
    },
    "mbsadjpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573929696
    },
    "mbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mbuf_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575430592
    },
    "mbuf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mbuf_space": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mbuf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609679744
    },
    "mbuf_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mbuf_types": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mbufc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mbufc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mbufcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mbufq_errq": {
      "type": {
        "kind": "struct",
        "name": "mbufq"
      },
      "address": 0
    },
    "mbufq_rxq": {
      "type": {
        "kind": "struct",
        "name": "mbufq"
      },
      "address": 0
    },
    "mbufsiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mbvficr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mbx": {
      "type": {
        "kind": "struct",
        "name": "oce_mbx"
      },
      "address": 0
    },
    "mbx_api": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "mbx_common_req_hdr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571142896
    },
    "mbx_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mbxdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mc": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "mc0_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mc10": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshcntl_ae10"
        }
      },
      "address": 0
    },
    "mc1_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mc5_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568673712
    },
    "mc7_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568730096
    },
    "mc7_init.mc7_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584707184
    },
    "mc7_init.mc7_timings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584707216
    },
    "mc7_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568711040
    },
    "mc7_mode": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584707184
    },
    "mc7_timings": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mc7_timing_params"
        }
      },
      "address": 18446744071584707216
    },
    "mc_bist_cmd_addr_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mc_bist_cmd_len_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mc_bist_cmd_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mc_bist_data_pattern_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mc_bist_status_rdata_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mc_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mc_dmac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mc_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mc_filter": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "mc_list": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mc_mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_mcast_list_elem"
        }
      },
      "address": 0
    },
    "mc_to_del": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_addr_list"
        }
      },
      "address": 0
    },
    "mca": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mca_internal"
        }
      },
      "address": 0
    },
    "mca.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mca_banks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440192
    },
    "mca_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440440
    },
    "mca_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168512
    },
    "mca_error": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mca_error_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581325968
    },
    "mca_freecount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440352
    },
    "mca_freelist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_02ceb97e0ad60933"
      },
      "address": 18446744071613440360
    },
    "mca_ia32_addr_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581324192
    },
    "mca_ia32_ctl_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581324160
    },
    "mca_ia32_misc_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581324208
    },
    "mca_ia32_status_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581324176
    },
    "mca_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581316752
    },
    "mca_init_bsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581324224
    },
    "mca_init_bsp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610168376
    },
    "mca_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581319408
    },
    "mca_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613440320
    },
    "mca_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581324240
    },
    "mca_maxcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168560
    },
    "mca_msr_ops": {
      "type": {
        "kind": "struct",
        "name": "mca_enumerator_ops"
      },
      "address": 18446744071610168528
    },
    "mca_msr_ops.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610168528
    },
    "mca_msr_ops.1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610168536
    },
    "mca_msr_ops.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610168544
    },
    "mca_msr_ops.3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610168552
    },
    "mca_pending": {
      "type": {
        "kind": "struct",
        "name": "unnamed_02ceb97e0ad60933"
      },
      "address": 18446744071613440392
    },
    "mca_process_records": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581321424
    },
    "mca_records": {
      "type": {
        "kind": "struct",
        "name": "unnamed_02ceb97e0ad60933"
      },
      "address": 18446744071613440376
    },
    "mca_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581323184
    },
    "mca_resize_freelist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581321952
    },
    "mca_resize_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071613440408
    },
    "mca_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581319392
    },
    "mca_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581319600
    },
    "mca_scan_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581322848
    },
    "mca_scan_task": {
      "type": {
        "kind": "struct",
        "name": "timeout_task"
      },
      "address": 18446744071613440208
    },
    "mca_smca_addr_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581322816
    },
    "mca_smca_ctl_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581322784
    },
    "mca_smca_misc_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581322832
    },
    "mca_smca_status_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581322800
    },
    "mca_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581321856
    },
    "mca_startup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610168352
    },
    "mca_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610168524
    },
    "mca_tq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071613440200
    },
    "mcaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mcast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mcast_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mcast_sent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mcastgrp": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "mcc_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_mcc_update_cmd"
      },
      "address": 0
    },
    "mccopy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshcntl"
        }
      },
      "address": 0
    },
    "mce": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mce0_stack": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613466768
    },
    "mce_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613484040
    },
    "mcfg_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610194560
    },
    "mcg_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mcg_status": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mchash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "mchecksum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mchk_calltrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384400
    },
    "mchk_fromuserspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581384368
    },
    "mciInt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mciIntRxMsg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mci_concur_tx_max_pwr": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "mci_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_ioctl_elxu_mbox_t"
        }
      },
      "address": 0
    },
    "mcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mcommphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mcommphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570297296
    },
    "mcommphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608510144
    },
    "mcommphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584855376
    },
    "mcommphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584855296
    },
    "mcommphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608510096
    },
    "mcommphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608510072
    },
    "mcommphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608510032
    },
    "mcommphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570297200
    },
    "mcommphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570298288
    },
    "mcopy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mcp55": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "mcp_aeu_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mcp_attn_ctl_regs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_ae52b2d48fd2d336"
        }
      },
      "address": 18446744071585523728
    },
    "mcp_pulse": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mcq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_cq"
        }
      },
      "address": 0
    },
    "mcqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_mcqe_t"
        }
      },
      "address": 0
    },
    "mcr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mcs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mcs_rates"
        }
      },
      "address": 0
    },
    "mcs_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mcs_rate2power_table_index_ht20": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mcs_rate2power_table_index_ht40": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mcs_rate_2_pwr_idx_ht20": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584430480
    },
    "mcs_rate_2_pwr_idx_ht40": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584430448
    },
    "mcsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fxp_cb_mcs"
        }
      },
      "address": 0
    },
    "mcur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "md": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "md.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md2": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "md5c.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md_args": {
      "type": {
        "kind": "struct",
        "name": "make_dev_args"
      },
      "address": 0
    },
    "md_ddf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760728
    },
    "md_devad": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "md_disk_bvd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "md_disk_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "md_env_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612537944
    },
    "md_env_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612537948
    },
    "md_envp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612537936
    },
    "md_gen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "md_intel.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md_jmicron.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md_kthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570196048
    },
    "md_malloc_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760732
    },
    "md_nvidia.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md_pde_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "md_promise.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md_sii.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "md_softc_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_915b2c739e302d2f"
      },
      "address": 18446744071610760792
    },
    "md_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610760744
    },
    "md_uh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610760776
    },
    "mda": {
      "type": {
        "kind": "struct",
        "name": "make_dev_args"
      },
      "address": 0
    },
    "mda_driver": {
      "type": {
        "kind": "struct",
        "name": "video_driver"
      },
      "address": 18446744071610095536
    },
    "mdargs": {
      "type": {
        "kind": "struct",
        "name": "make_dev_args"
      },
      "address": 0
    },
    "mdata_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mdc_mdio_access": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mdcsc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mdctl_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608503488
    },
    "mdctlioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570196816
    },
    "mdd_detected": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mddestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570209296
    },
    "mde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_PHYSICAL_MEMORY_DESCRIPTOR_T"
        }
      },
      "address": 0
    },
    "mde_list_valid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mdepth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_dev"
        }
      },
      "address": 0
    },
    "mdhdr": {
      "type": {
        "kind": "struct",
        "name": "minidumphdr"
      },
      "address": 0
    },
    "mdi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_md_sii_object"
        }
      },
      "address": 0
    },
    "mdi1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_md_sii_object"
        }
      },
      "address": 0
    },
    "mdic": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mdicnfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mdinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570195696
    },
    "mdio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "md_ioctl"
        }
      },
      "address": 0
    },
    "mdio_sca": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mdio_sccd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mdnew": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570194880
    },
    "mdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mousedata"
        }
      },
      "address": 0
    },
    "mdp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mdproc"
        }
      },
      "address": 0
    },
    "mdp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mdproc"
        }
      },
      "address": 0
    },
    "mdpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mousedata"
          }
        }
      },
      "address": 0
    },
    "mdr": {
      "type": {
        "kind": "struct",
        "name": "md_req"
      },
      "address": 0
    },
    "mds_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mds_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610164040
    },
    "mds_handler_bdw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581544080
    },
    "mds_handler_ivb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543984
    },
    "mds_handler_silvermont": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581544528
    },
    "mds_handler_skl_avx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581544288
    },
    "mds_handler_skl_avx512": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581544400
    },
    "mds_handler_skl_sse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581544176
    },
    "mds_handler_verw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543968
    },
    "mds_handler_void": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543952
    },
    "mds_recalc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610164384
    },
    "mdsetcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570210816
    },
    "mdsize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "mdspathp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mdst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_one2many_link"
        }
      },
      "address": 0
    },
    "mdstart_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570202176
    },
    "mdstart_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570209216
    },
    "mdstart_preload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570195264
    },
    "mdstart_swap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570207552
    },
    "mdstart_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570206000
    },
    "mdu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "markerdu"
        }
      },
      "address": 0
    },
    "mdvec_2400": {
      "type": {
        "kind": "struct",
        "name": "ispmdvec"
      },
      "address": 18446744071608489504
    },
    "mdvec_2500": {
      "type": {
        "kind": "struct",
        "name": "ispmdvec"
      },
      "address": 18446744071608489568
    },
    "mdvec_2600": {
      "type": {
        "kind": "struct",
        "name": "ispmdvec"
      },
      "address": 18446744071608489632
    },
    "mdvec_2700": {
      "type": {
        "kind": "struct",
        "name": "ispmdvec"
      },
      "address": 18446744071608489696
    },
    "mdvec_2800": {
      "type": {
        "kind": "struct",
        "name": "ispmdvec"
      },
      "address": 18446744071608489760
    },
    "me": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "me1": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "me2": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "measurenext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "measurenext_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "medc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "media": {
      "type": {
        "kind": "enum",
        "name": "i40e_media_type"
      },
      "address": 0
    },
    "media_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "media_entry": {
      "type": {
        "kind": "struct",
        "name": "media"
      },
      "address": 0
    },
    "media_error_status": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nvme_status_string"
        }
      },
      "address": 18446744071584896544
    },
    "media_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "media_type": {
      "type": {
        "kind": "enum",
        "name": "ixgbe_media_type"
      },
      "address": 0
    },
    "media_types": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mediasize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "mediastat": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "medium_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "medpr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "medt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "meets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "megasas_setup_jbod_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570729856
    },
    "megasas_sync_pd_seq_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570732880
    },
    "mem": {
      "type": {
        "kind": "struct",
        "name": "i40e_virt_mem"
      },
      "address": 0
    },
    "mem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mem16": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "memBudget": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_affinity": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_affinity"
        }
      },
      "address": 18446744071608213024
    },
    "mem_base": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "mem_base0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608503808
    },
    "mem_charged": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_desc_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569088672
    },
    "mem_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mem_info": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mem_affinity"
        }
      },
      "address": 18446744071613400496
    },
    "mem_intr_details": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584732944
    },
    "mem_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568990688
    },
    "mem_intr_handler.mem_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584732944
    },
    "mem_intr_handler.name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584732912
    },
    "mem_locality": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071608213032
    },
    "mem_map_index": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mem_map_index_st"
        }
      },
      "address": 18446744071584770208
    },
    "mem_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608503784
    },
    "mem_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570211408
    },
    "mem_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "mem_off": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_owner_bios": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mem_param": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tg_mem"
        }
      },
      "address": 0
    },
    "mem_range_AP_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581332144
    },
    "mem_range_attr_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570212016
    },
    "mem_range_attr_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570212128
    },
    "mem_range_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570211984
    },
    "mem_range_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570211920
    },
    "mem_range_softc": {
      "type": {
        "kind": "struct",
        "name": "mem_range_softc"
      },
      "address": 18446744071613479312
    },
    "mem_ranges": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "t4_range"
        }
      },
      "address": 0
    },
    "mem_rid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mem_rman": {
      "type": {
        "kind": "struct",
        "name": "rman"
      },
      "address": 18446744071613453776
    },
    "mem_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mem_type": {
      "type": {
        "kind": "enum",
        "name": "i40e_memory_type"
      },
      "address": 0
    },
    "mem_uuid": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608328896
    },
    "memattr": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "memattr1": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "membase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "members_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "membuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "memcchr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576657456
    },
    "memcchr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "memchr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576657712
    },
    "memchr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "memcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581534336
    },
    "memcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422432
    },
    "memcpy_early": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878624
    },
    "memcpy_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581536432
    },
    "memcpy_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422432
    },
    "memcpy_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581536080
    },
    "memdesc_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576383328
    },
    "memdesc_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565855376
    },
    "memdesc_copyback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575913952
    },
    "memdesc_copydata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575914752
    },
    "memdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610760800
    },
    "memdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "memflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "memfreed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "meminfo": {
      "type": {
        "kind": "struct",
        "name": "struct_meminfo"
      },
      "address": 0
    },
    "meminfo_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_meminfo"
        }
      },
      "address": 0
    },
    "memioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570211600
    },
    "memioctl_md": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581424816
    },
    "memlocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "memmap": {
      "type": {
        "kind": "struct",
        "name": "xen_memory_map"
      },
      "address": 0
    },
    "memmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576657792
    },
    "memmem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "memmmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581424752
    },
    "memmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608503720
    },
    "memmove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422400
    },
    "memmove_early": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878640
    },
    "memmove_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581535488
    },
    "memmove_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422400
    },
    "memmove_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581534864
    },
    "memopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570211312
    },
    "memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_MEMORY"
        }
      },
      "address": 0
    },
    "memp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "memrd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ulptx_sc_memrd"
        }
      },
      "address": 0
    },
    "memreqd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "memrw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581424336
    },
    "memset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422368
    },
    "memset_early": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575878608
    },
    "memset_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581537040
    },
    "memset_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422368
    },
    "memset_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581536752
    },
    "memsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "memtest": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "memtowire_adj": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "memtype": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "malloc_type"
          }
        }
      },
      "address": 18446744071585413248
    },
    "memused": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "memutil.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "memwanted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mena": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "meo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx_enquiry_old"
        }
      },
      "address": 0
    },
    "merge_diradd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579895856
    },
    "merge_inode_lists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579888336
    },
    "merge_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "merr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx_enq_sys_drive"
        }
      },
      "address": 0
    },
    "mesg_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mesh_airtime_calc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577297984
    },
    "mesh_checkid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577307408
    },
    "mesh_checkpseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577313328
    },
    "mesh_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577313968
    },
    "mesh_default": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_scanner"
      },
      "address": 18446744071585256176
    },
    "mesh_forward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577314432
    },
    "mesh_gatemode_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577313136
    },
    "mesh_generateid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577307040
    },
    "mesh_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577309392
    },
    "mesh_ioctl_get80211": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577298736
    },
    "mesh_ioctl_set80211": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577299728
    },
    "mesh_metric_airtime": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_mesh_proto_metric"
      },
      "address": 18446744071585250776
    },
    "mesh_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384560
    },
    "mesh_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577308672
    },
    "mesh_parse_meshpeering_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577306176
    },
    "mesh_peer_backoff_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577308096
    },
    "mesh_peer_timeout_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577307440
    },
    "mesh_peer_timeout_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577307168
    },
    "mesh_pick_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577394496
    },
    "mesh_proto_hwmp": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_mesh_proto_path"
      },
      "address": 18446744071609853752
    },
    "mesh_proto_metrics": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_proto_metric"
        }
      },
      "address": 18446744071613057744
    },
    "mesh_proto_paths": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_proto_path"
        }
      },
      "address": 18446744071613057424
    },
    "mesh_recv_action_meshgate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577303392
    },
    "mesh_recv_action_meshlmetric": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577303136
    },
    "mesh_recv_action_meshpeering_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577302784
    },
    "mesh_recv_action_meshpeering_confirm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577302240
    },
    "mesh_recv_action_meshpeering_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577301328
    },
    "mesh_recv_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577312528
    },
    "mesh_recv_indiv_data_to_fwrd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577313696
    },
    "mesh_recv_indiv_data_to_me": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577313440
    },
    "mesh_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577311184
    },
    "mesh_rt_cleanup_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577312704
    },
    "mesh_send_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577308112
    },
    "mesh_send_action_meshgate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577305888
    },
    "mesh_send_action_meshlmetric": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577305648
    },
    "mesh_send_action_meshpeering_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577305312
    },
    "mesh_send_action_meshpeering_confirm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577304736
    },
    "mesh_send_action_meshpeering_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577304240
    },
    "mesh_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577295824
    },
    "mesh_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577311056
    },
    "mesh_vdetach_peers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577312560
    },
    "mesh_verify_meshconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577307312
    },
    "meshaction_recv_action": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849568
    },
    "meshaction_send_action": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849184
    },
    "meshae": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "meshconf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshconf_ie"
        }
      },
      "address": 0
    },
    "meshdrlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "meshhdrsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "meshid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "meshpeer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshpeer_ie"
        }
      },
      "address": 0
    },
    "meshpl_recv_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849504
    },
    "meshpl_send_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849120
    },
    "message": {
      "type": {
        "kind": "struct",
        "name": "pci_message"
      },
      "address": 0
    },
    "message_done": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "messages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "meta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_meta_sect"
        }
      },
      "address": 0
    },
    "meta_init_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "meta_pages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "metaarr": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "promise_raid_conf"
          }
        }
      },
      "address": 0
    },
    "metadata": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "metadelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609813124
    },
    "metalbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "method": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "method_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "method_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "methodfun": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 0
    },
    "metric": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "metrics": {
      "type": {
        "kind": "struct",
        "name": "hc_metrics_lite"
      },
      "address": 0
    },
    "metrics_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585314848
    },
    "mf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mf6ctable": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mf6c"
          }
        }
      },
      "address": 18446744071613137152
    },
    "mf_cfg1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mf_cfg2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mf_cfg_offset_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mf_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_mf_info"
        }
      },
      "address": 0
    },
    "mfa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mfa2_file": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_file"
        }
      },
      "address": 0
    },
    "mfc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mf6c"
        }
      },
      "address": 0
    },
    "mfc6_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613137120
    },
    "mfcc": {
      "type": {
        "kind": "struct",
        "name": "mf6cctl"
      },
      "address": 0
    },
    "mfchashsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613059144
    },
    "mfdx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mfi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mfiAddressTemp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "MFI_ADDRESS"
        }
      },
      "address": 0
    },
    "mfi_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570227376
    },
    "mfi_addr_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218832
    },
    "mfi_aen_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570242528
    },
    "mfi_aen_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_aen"
        }
      },
      "address": 0
    },
    "mfi_aen_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570224256
    },
    "mfi_aen_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570221232
    },
    "mfi_alloc_commands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218848
    },
    "mfi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570212848
    },
    "mfi_bio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570243104
    },
    "mfi_build_and_issue_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570256448
    },
    "mfi_build_cdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570228480
    },
    "mfi_build_mpt_pass_thru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570255328
    },
    "mfi_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608504968
    },
    "mfi_check_clear_intr_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218576
    },
    "mfi_check_clear_intr_xscale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218192
    },
    "mfi_check_command_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570236528
    },
    "mfi_check_command_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570236256
    },
    "mfi_check_for_sscd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570235920
    },
    "mfi_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570231584
    },
    "mfi_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_mfi_cmd"
        }
      },
      "address": 0
    },
    "mfi_cmd_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608505152
    },
    "mfi_comms_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570219360
    },
    "mfi_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570230464
    },
    "mfi_config_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570235792
    },
    "mfi_config_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570237120
    },
    "mfi_data_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570228848
    },
    "mfi_dcmd_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570223728
    },
    "mfi_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mfi_dequeue_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570251520
    },
    "mfi_detect_jbod_change": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608505160
    },
    "mfi_disk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mfi_disk_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570245632
    },
    "mfi_disk_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570246928
    },
    "mfi_disk_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570245520
    },
    "mfi_disk_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570246320
    },
    "mfi_disk_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570245440
    },
    "mfi_disk_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608506608
    },
    "mfi_disk_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570247376
    },
    "mfi_disk_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570245504
    },
    "mfi_disk_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584849760
    },
    "mfi_disk_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570246752
    },
    "mfi_disk_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570245616
    },
    "mfi_disk_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570247072
    },
    "mfi_dump_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570230608
    },
    "mfi_dump_syspd_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570231024
    },
    "mfi_enable_intr_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218320
    },
    "mfi_enable_intr_xscale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218112
    },
    "mfi_event_class": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760848
    },
    "mfi_event_locale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608505156
    },
    "mfi_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570244976
    },
    "mfi_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570226320
    },
    "mfi_fw_reset_test": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mfi_get_controller_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570220512
    },
    "mfi_handle_evt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570216704
    },
    "mfi_handle_map_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570258528
    },
    "mfi_identifiers": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mfi_ident"
        }
      },
      "address": 18446744071608505392
    },
    "mfi_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_init_frame"
        }
      },
      "address": 0
    },
    "mfi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570219888
    },
    "mfi_intr_tbolt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570254112
    },
    "mfi_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570231840
    },
    "mfi_issue_cmd_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218720
    },
    "mfi_issue_cmd_xscale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218272
    },
    "mfi_ldprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570240160
    },
    "mfi_linux_ioctl_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570237184
    },
    "mfi_mapcmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570228288
    },
    "mfi_max_cmds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608504960
    },
    "mfi_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584849632
    },
    "mfi_mrsas_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610771192
    },
    "mfi_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608506304
    },
    "mfi_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570231424
    },
    "mfi_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mfi_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570243424
    },
    "mfi_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570244208
    },
    "mfi_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608506392
    },
    "mfi_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608506344
    },
    "mfi_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608506320
    },
    "mfi_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570243344
    },
    "mfi_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570244960
    },
    "mfi_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570244944
    },
    "mfi_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608506232
    },
    "mfi_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570234960
    },
    "mfi_polled_cmd_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608504560
    },
    "mfi_process_fw_state_chg_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570252672
    },
    "mfi_read_fw_status_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218528
    },
    "mfi_read_fw_status_xscale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570218160
    },
    "mfi_release_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570223280
    },
    "mfi_send_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570230016
    },
    "mfi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570222320
    },
    "mfi_skinny": {
      "type": {
        "kind": "struct",
        "name": "mfi_skinny_dma_info"
      },
      "address": 18446744071610760856
    },
    "mfi_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570224800
    },
    "mfi_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570220928
    },
    "mfi_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mfi_stp_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570235056
    },
    "mfi_sync_map_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570258320
    },
    "mfi_syspd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mfi_syspd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570247600
    },
    "mfi_syspd_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570248912
    },
    "mfi_syspd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570248240
    },
    "mfi_syspd_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570247440
    },
    "mfi_syspd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608506816
    },
    "mfi_syspd_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249328
    },
    "mfi_syspd_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570247536
    },
    "mfi_syspd_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584849856
    },
    "mfi_syspd_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570248736
    },
    "mfi_syspd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570247584
    },
    "mfi_syspd_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249056
    },
    "mfi_syspdprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570241168
    },
    "mfi_tbolt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mfi_tbolt_adp_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249824
    },
    "mfi_tbolt_alloc_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570251616
    },
    "mfi_tbolt_build_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570255632
    },
    "mfi_tbolt_build_ldio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570255536
    },
    "mfi_tbolt_build_mpt_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570256848
    },
    "mfi_tbolt_check_clear_intr_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249600
    },
    "mfi_tbolt_complete_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570254272
    },
    "mfi_tbolt_disable_intr_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249472
    },
    "mfi_tbolt_enable_intr_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249392
    },
    "mfi_tbolt_get_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570255120
    },
    "mfi_tbolt_get_memory_requirement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570250432
    },
    "mfi_tbolt_get_request_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570255248
    },
    "mfi_tbolt_init_MFI_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570250816
    },
    "mfi_tbolt_init_desc_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570250480
    },
    "mfi_tbolt_init_globals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570250368
    },
    "mfi_tbolt_issue_cmd_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249744
    },
    "mfi_tbolt_read_fw_status_ppc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570249552
    },
    "mfi_tbolt_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570252320
    },
    "mfi_tbolt_return_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570255040
    },
    "mfi_tbolt_send_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570257136
    },
    "mfi_tbolt_sync_map_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570257664
    },
    "mfi_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570222912
    },
    "mfi_transition_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570212304
    },
    "mfi_user_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570239216
    },
    "mfi_wait_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570224560
    },
    "mfid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mfid_mfi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608506560
    },
    "mfid_mfi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608506536
    },
    "mfid_mfimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608506496
    },
    "mfilt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "mfirst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mfisyspd_mfi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608506768
    },
    "mfisyspd_mfi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608506744
    },
    "mfisyspd_mfimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608506704
    },
    "mflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mflcn_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mfm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mfn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mfp_qos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mfpcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mfrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mfree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mfrg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mfrl": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "mfs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mfs_root_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mftrecsz": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "mfunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_mfunc"
        }
      },
      "address": 0
    },
    "mgaw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mgid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mgm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_mgm"
        }
      },
      "address": 0
    },
    "mgmt_linkcfg_map": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ocs_mgmt_linkcfg_map_t"
        }
      },
      "address": 18446744071584913296
    },
    "mgmt_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610625592
    },
    "mgmt_req": {
      "type": {
        "kind": "struct",
        "name": "bnxt_mgmt_req"
      },
      "address": 0
    },
    "mgmt_table": {
      "type": {
        "count": 60,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ocs_mgmt_table_entry_t"
        }
      },
      "address": 18446744071609088896
    },
    "mgt_subtype_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609876912
    },
    "mgtdevicepagerops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071585414848
    },
    "mh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_msghc"
        }
      },
      "address": 0
    },
    "mhadd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtio_net_hdr_mrg_rxbuf"
        }
      },
      "address": 0
    },
    "mhead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mhi_ctrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mhi_controller"
        }
      },
      "address": 0
    },
    "mhip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "mhip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_hdr"
        }
      },
      "address": 0
    },
    "mhlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mhtail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mi1_ext_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568739520
    },
    "mi1_ext_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568740112
    },
    "mi1_mdio_ext_ops": {
      "type": {
        "kind": "struct",
        "name": "mdio_ops"
      },
      "address": 18446744071608428992
    },
    "mi1_mdio_ops": {
      "type": {
        "kind": "struct",
        "name": "mdio_ops"
      },
      "address": 18446744071608428976
    },
    "mi_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575090080
    },
    "mi_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575639552
    },
    "mib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_lldp_get_mib"
        }
      },
      "address": 0
    },
    "mib_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mib_is_pending": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mib_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mib_type_strings": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587150016
    },
    "miblen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mibname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mibnamelen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mic": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mic0": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mic1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mic2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mic3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mic4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "micentry": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "michael_mic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577201728
    },
    "micpertic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "microp": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584037504
    },
    "microtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575665472
    },
    "microuptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575664816
    },
    "mid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "midIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mid_blk": {
      "type": {
        "kind": "struct",
        "name": "sackblk"
      },
      "address": 0
    },
    "mid_i": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mid_register": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "middle_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "midi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "midi_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609228784
    },
    "midi_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572605024
    },
    "midi_cmdname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572614384
    },
    "midi_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812992
    },
    "midi_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572599440
    },
    "midi_devs": {
      "type": {
        "kind": "struct",
        "name": "unnamed_1428a21b33db1056"
      },
      "address": 18446744071610813032
    },
    "midi_dumpraw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610813048
    },
    "midi_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572599792
    },
    "midi_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572597344
    },
    "midi_instroff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610813052
    },
    "midi_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572607712
    },
    "midi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609229080
    },
    "midi_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572608016
    },
    "midi_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572604432
    },
    "midi_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572600464
    },
    "midi_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572607728
    },
    "midi_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572605536
    },
    "midi_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572599056
    },
    "midi_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572606544
    },
    "midiinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "midi_info"
        }
      },
      "address": 0
    },
    "midimapper_addseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572601264
    },
    "midimapper_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572601440
    },
    "midimapper_fetch_synth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572601456
    },
    "midimapper_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572601280
    },
    "midimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609229016
    },
    "midistat_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609229104
    },
    "midistat_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572609440
    },
    "midistat_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610813064
    },
    "midistat_isopen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610813072
    },
    "midistat_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610813000
    },
    "midistat_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572608656
    },
    "midistat_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572609680
    },
    "midistat_sbuf": {
      "type": {
        "kind": "struct",
        "name": "sbuf"
      },
      "address": 18446744071610813080
    },
    "midistat_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610813056
    },
    "midisynth_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572604272
    },
    "midisynth_bender": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572604352
    },
    "midisynth_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609228064
    },
    "midisynth_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572602320
    },
    "midisynth_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572604288
    },
    "midisynth_killnote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572604176
    },
    "midisynth_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585022240
    },
    "midisynth_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572601712
    },
    "midisynth_setinstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572604032
    },
    "midisynth_startnote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572604096
    },
    "midisynth_writeraw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572602816
    },
    "midiunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "midpoint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "mif6_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613139688
    },
    "mif6table": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mif6"
        }
      },
      "address": 18446744071613133024
    },
    "mifc": {
      "type": {
        "kind": "struct",
        "name": "mif6ctl"
      },
      "address": 0
    },
    "mifi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mif6"
        }
      },
      "address": 0
    },
    "migr_global": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "migrate_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612909072
    },
    "mii": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mii_data"
        }
      },
      "address": 0
    },
    "mii.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mii_1000t_ctrl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mii_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570298624
    },
    "mii_autoneg_adv_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mii_bitbang.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mii_bitbang_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570302432
    },
    "mii_bitbang_sendbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570302880
    },
    "mii_bitbang_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570302320
    },
    "mii_bitbang_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570303088
    },
    "mii_bitreverse.nibbletab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584035120
    },
    "mii_control": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mii_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mii_data": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mii_dev_mac_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300656
    },
    "mii_dev_mac_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300752
    },
    "mii_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mii_media_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_media"
        }
      },
      "address": 18446744071584855808
    },
    "mii_mediachg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570299920
    },
    "mii_nway_adv_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mii_nway_lp_ability_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mii_oui": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300464
    },
    "mii_phy_add_media": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570305616
    },
    "mii_phy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570304176
    },
    "mii_phy_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570307088
    },
    "mii_phy_dev_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570307472
    },
    "mii_phy_dev_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570307344
    },
    "mii_phy_flowstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570308160
    },
    "mii_phy_mac_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300592
    },
    "mii_phy_mac_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300720
    },
    "mii_phy_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570307248
    },
    "mii_phy_match_gen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570307152
    },
    "mii_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570304960
    },
    "mii_phy_setmedia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570303360
    },
    "mii_phy_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570304656
    },
    "mii_phy_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570305424
    },
    "mii_physubr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mii_pollstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300352
    },
    "mii_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mii_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mii_softc"
        }
      },
      "address": 0
    },
    "mii_status_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mii_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300256
    },
    "mii_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "miibus_ae_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608334624
    },
    "miibus_ae_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608334600
    },
    "miibus_aemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608334224
    },
    "miibus_age_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608335408
    },
    "miibus_age_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608335384
    },
    "miibus_agemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608335000
    },
    "miibus_alc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608343568
    },
    "miibus_alc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608343544
    },
    "miibus_alcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608342920
    },
    "miibus_ale_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608344272
    },
    "miibus_ale_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608344248
    },
    "miibus_alemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608343880
    },
    "miibus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570298368
    },
    "miibus_aue_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609410240
    },
    "miibus_aue_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609410216
    },
    "miibus_auemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609409896
    },
    "miibus_ax_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610196968
    },
    "miibus_ax_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610196944
    },
    "miibus_axe_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609410808
    },
    "miibus_axe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609410784
    },
    "miibus_axemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609410464
    },
    "miibus_axge_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609411376
    },
    "miibus_axge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609411352
    },
    "miibus_axgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609411032
    },
    "miibus_axmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610196056
    },
    "miibus_bce_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608418256
    },
    "miibus_bce_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608418232
    },
    "miibus_bcemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608416152
    },
    "miibus_bfe_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608418808
    },
    "miibus_bfe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608418784
    },
    "miibus_bfemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608418520
    },
    "miibus_bge_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608419568
    },
    "miibus_bge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608419544
    },
    "miibus_bgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608419072
    },
    "miibus_cas_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608422888
    },
    "miibus_cas_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608422864
    },
    "miibus_casmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608422608
    },
    "miibus_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570301040
    },
    "miibus_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570301264
    },
    "miibus_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570301072
    },
    "miibus_dc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608452592
    },
    "miibus_dc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608452568
    },
    "miibus_dcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608452360
    },
    "miibus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300816
    },
    "miibus_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071608510216
    },
    "miibus_et_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608458024
    },
    "miibus_et_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608458000
    },
    "miibus_etmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608457656
    },
    "miibus_fxp_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608470336
    },
    "miibus_fxp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608470312
    },
    "miibus_fxpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608466456
    },
    "miibus_gem_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608470728
    },
    "miibus_gem_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608470704
    },
    "miibus_gemmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608470640
    },
    "miibus_hinted_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570301312
    },
    "miibus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "miibus_jme_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608499152
    },
    "miibus_jme_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608499128
    },
    "miibus_jmemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608498784
    },
    "miibus_lge_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608501144
    },
    "miibus_lge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608501120
    },
    "miibus_lgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608500872
    },
    "miibus_linkchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570302048
    },
    "miibus_linkchg_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608510376
    },
    "miibus_mediainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570302176
    },
    "miibus_mediainit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608510400
    },
    "miibus_methods": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584855408
    },
    "miibus_mos_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609417656
    },
    "miibus_mos_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609417632
    },
    "miibus_mosmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609417336
    },
    "miibus_msk_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608527768
    },
    "miibus_msk_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608527744
    },
    "miibus_mskmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527216
    },
    "miibus_nfe_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610207704
    },
    "miibus_nfe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610207680
    },
    "miibus_nfemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610207416
    },
    "miibus_nge_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609084240
    },
    "miibus_nge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609084216
    },
    "miibus_ngemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609084008
    },
    "miibus_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300896
    },
    "miibus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300784
    },
    "miibus_re_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609107512
    },
    "miibus_re_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609107488
    },
    "miibus_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570300992
    },
    "miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570301728
    },
    "miibus_readreg_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608510304
    },
    "miibus_remodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609107168
    },
    "miibus_rl_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609108168
    },
    "miibus_rl_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609108144
    },
    "miibus_rlmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609107848
    },
    "miibus_rue_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609418216
    },
    "miibus_rue_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609418192
    },
    "miibus_ruemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609417872
    },
    "miibus_sge_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609113824
    },
    "miibus_sge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609113800
    },
    "miibus_sgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609113592
    },
    "miibus_sis_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609114968
    },
    "miibus_sis_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609114944
    },
    "miibus_sismodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609114704
    },
    "miibus_sk_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609115792
    },
    "miibus_sk_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609115768
    },
    "miibus_skmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609115312
    },
    "miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570301936
    },
    "miibus_statchg_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608510352
    },
    "miibus_ste_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609232304
    },
    "miibus_ste_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609232280
    },
    "miibus_stemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609232072
    },
    "miibus_stge_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609232856
    },
    "miibus_stge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609232832
    },
    "miibus_stgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609232544
    },
    "miibus_udav_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609418784
    },
    "miibus_udav_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609418760
    },
    "miibus_udavmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609418440
    },
    "miibus_vge_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609449960
    },
    "miibus_vge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609449936
    },
    "miibus_vgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609449704
    },
    "miibus_vr_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609459152
    },
    "miibus_vr_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609459128
    },
    "miibus_vrmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458920
    },
    "miibus_vte_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609515424
    },
    "miibus_vte_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609515400
    },
    "miibus_vtemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609515168
    },
    "miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570301824
    },
    "miibus_writereg_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608510328
    },
    "miibus_xl_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609527672
    },
    "miibus_xl_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609527648
    },
    "miibus_xlmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609527416
    },
    "miisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mii_softc"
        }
      },
      "address": 0
    },
    "mimc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mmc_ioc_multi_cmd"
        }
      },
      "address": 0
    },
    "min": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "minBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minBitsSrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minBitsSymbols": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minCalPower2413_t2": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minCalPower5413_t2": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minChain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minCtlPower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minDelta": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minGain": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minIndex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minInputSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minLitSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minMatch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minNbBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minPcdac": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minPower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minPwr": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minPwrT4": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "minPwr_t4": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minRBSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minScaledPwr": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "minShare": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minSrcSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minStatePlus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minWeight": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_abs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_agc_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "min_agc_value": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "min_block": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_bw_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_children": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "min_complen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_cpus_per_ioq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_credit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_ctl_power": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "min_entry": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "min_free": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_gap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_inline": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_lines": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_mcs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "min_multiplier": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_pages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_percent": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "min_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_protoh": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_qgrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "min_reclaim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_ref_count_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_resplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "min_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_rr_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "min_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_scan": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "min_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCTHREAD"
        }
      },
      "address": 0
    },
    "min_tso_segs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_tx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "min_w_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_w_val_nig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "min_w_val_pbf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minalen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minalign": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minavailable": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "minbfree": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minchn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mincnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mincore_mapped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610077680
    },
    "mincoreinfo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mindelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mindelim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mindelta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minflush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mingain": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mini_array": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_mini_cqe8"
        }
      },
      "address": 0
    },
    "minicnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minidump_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "minidumpsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575227040
    },
    "minifree": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "miniplen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minkeysize": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "minlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minlog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minlun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minmtupolicy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minorvers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minpages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "minrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minread": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "minrec0len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minrev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minsize": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585311024
    },
    "minsrev_h": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "minsrev_l": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mint": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "minthlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minthresh": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mintime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "minust": {
      "type": {
        "kind": "struct",
        "name": "ge25519_precomp"
      },
      "address": 0
    },
    "minute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "minvers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mir": {
      "type": {
        "kind": "struct",
        "name": "aac_mntinforesp"
      },
      "address": 0
    },
    "mirqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "mirr_list": {
      "type": {
        "kind": "struct",
        "name": "list_head"
      },
      "address": 0
    },
    "mirr_reg_id": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mirr_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_fs_rule"
        }
      },
      "address": 0
    },
    "mirror_metadata_dump.hex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584040544
    },
    "mirrorcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "misc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "misc1_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "misc_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "miscc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "misccfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "misintr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mismatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "miss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_beacon_missed"
        }
      },
      "address": 0
    },
    "missed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "missed_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "misses": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "missing": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "missing_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "missing_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "missing_pti_doreti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581381061
    },
    "mixGain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mixOvr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mix_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572553120
    },
    "mix_get_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572553664
    },
    "mix_get_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572555776
    },
    "mix_get_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572553648
    },
    "mix_getchild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548432
    },
    "mix_getdevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548512
    },
    "mix_getdevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548464
    },
    "mix_getmutedevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548480
    },
    "mix_getparent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548400
    },
    "mix_getrecdevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548496
    },
    "mix_getrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572553504
    },
    "mix_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572552928
    },
    "mix_set_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572555872
    },
    "mix_setdevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572547808
    },
    "mix_setmutedevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572546544
    },
    "mix_setparentchild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548224
    },
    "mix_setrealdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548352
    },
    "mix_setrecdevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572547984
    },
    "mix_setrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572553328
    },
    "mixer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mixer_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572552912
    },
    "mixer_bypass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609226552
    },
    "mixer_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609226320
    },
    "mixer_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572559536
    },
    "mixer_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572557536
    },
    "mixer_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812912
    },
    "mixer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548640
    },
    "mixer_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548528
    },
    "mixer_ehtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610812920
    },
    "mixer_get_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572555744
    },
    "mixer_hwvol_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572551200
    },
    "mixer_hwvol_mute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572552160
    },
    "mixer_hwvol_mute_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572552016
    },
    "mixer_hwvol_step": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572552608
    },
    "mixer_hwvol_step_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572552464
    },
    "mixer_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mixer_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mixer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572549120
    },
    "mixer_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609226560
    },
    "mixer_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572557760
    },
    "mixer_ioctl_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572553680
    },
    "mixer_noreinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572559728
    },
    "mixer_obj_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572548672
    },
    "mixer_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572557312
    },
    "mixer_oss_mixerinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572555056
    },
    "mixer_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572550848
    },
    "mixer_reinit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609226584
    },
    "mixer_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572546672
    },
    "mixer_set_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609226632
    },
    "mixer_set_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572556624
    },
    "mixer_set_softpcmvol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572555904
    },
    "mixer_setrecsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572549856
    },
    "mixer_setrecsrc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609226656
    },
    "mixer_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572559472
    },
    "mixer_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609226504
    },
    "mixer_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572559664
    },
    "mixer_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609226528
    },
    "mixer_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572550256
    },
    "mixer_uninit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609226608
    },
    "mixtable": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_be29bb160ae89d21"
        }
      },
      "address": 18446744071584987984
    },
    "mk_del_hashfilter_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568763920
    },
    "mk_msg_scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "mkc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "mkdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mkdir"
        }
      },
      "address": 0
    },
    "mkdir1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mkdir"
        }
      },
      "address": 0
    },
    "mkdir2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mkdir"
        }
      },
      "address": 0
    },
    "mkdirlisthd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mkdirlist"
        }
      },
      "address": 0
    },
    "mkey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mkey_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mkeydst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mkp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngm_mkpeer"
        }
      },
      "address": 0
    },
    "mkpeerinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570864304
    },
    "mkring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "ml": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "modlist"
        }
      },
      "address": 0
    },
    "ml2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mlBase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mlBits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mlCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mlCodePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mlCodeTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mlDInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 0
    },
    "mlNext": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mlRep": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mlast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mldv2_report"
        }
      },
      "address": 0
    },
    "mld6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mld_change_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578152704
    },
    "mld_dispatch_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578160128
    },
    "mld_domifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578148752
    },
    "mld_domifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578149600
    },
    "mld_fasttimo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578161680
    },
    "mld_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578149152
    },
    "mld_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578161072
    },
    "mld_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973048
    },
    "mld_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578149888
    },
    "mld_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609973376
    },
    "mld_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578164368
    },
    "mld_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613139728
    },
    "mld_po": {
      "type": {
        "kind": "struct",
        "name": "ip6_pktopts"
      },
      "address": 18446744071613139760
    },
    "mld_ra": {
      "type": {
        "kind": "struct",
        "name": "mld_raopt"
      },
      "address": 18446744071609973272
    },
    "mld_set_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578155008
    },
    "mld_slowtimo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578161344
    },
    "mld_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578164240
    },
    "mld_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973072
    },
    "mld_use_allow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609973040
    },
    "mld_v1_transmit_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578155936
    },
    "mld_v1enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609973264
    },
    "mld_v2_enqueue_group_record": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578156768
    },
    "mld_v2_process_group_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578155584
    },
    "mld_v2enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609973268
    },
    "mldfast_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613140032
    },
    "mldlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mldmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973240
    },
    "mldreclen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mldslow_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613139968
    },
    "mleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mlhSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mld_ifsoftc"
        }
      },
      "address": 0
    },
    "mlim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mlist_pos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_mcast_list_elem"
        }
      },
      "address": 0
    },
    "mlme": {
      "type": {
        "kind": "struct",
        "name": "ieee80211req_mlme"
      },
      "address": 0
    },
    "mlmelookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577291696
    },
    "mlmeop": {
      "type": {
        "kind": "struct",
        "name": "mlmeop"
      },
      "address": 0
    },
    "mlnbBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mls": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mlstate": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "mltaddr": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "mlu": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610626104
    },
    "mlv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mlx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_2RST_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579143536
    },
    "mlx4_ACCESS_MEM": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578964912
    },
    "mlx4_ACCESS_PTYS_REG": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578996416
    },
    "mlx4_ACCESS_REG_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578996816
    },
    "mlx4_ALLOCATE_VPP_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578998000
    },
    "mlx4_ALLOCATE_VPP_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578998256
    },
    "mlx4_ALLOC_RES_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579119136
    },
    "mlx4_ARM_COMM_CHANNEL": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578945936
    },
    "mlx4_ARM_SRQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579139008
    },
    "mlx4_CLOSE_HCA": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578993472
    },
    "mlx4_CLOSE_PORT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578993424
    },
    "mlx4_CLOSE_PORT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578993056
    },
    "mlx4_CMD_EPERM_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578965136
    },
    "mlx4_CONFIG_DEV_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579134416
    },
    "mlx4_DMA_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578945984
    },
    "mlx4_DUMP_ETH_STATS_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089520
    },
    "mlx4_FLOW_STEERING_IB_UC_QP_RANGE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579044736
    },
    "mlx4_FREE_RES_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579124176
    },
    "mlx4_GEN_EQE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579135328
    },
    "mlx4_GEN_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579139168
    },
    "mlx4_HW2SW_CQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579136976
    },
    "mlx4_HW2SW_EQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579135024
    },
    "mlx4_HW2SW_MPT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579128848
    },
    "mlx4_HW2SW_SRQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579138640
    },
    "mlx4_INIT2INIT_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579139312
    },
    "mlx4_INIT2RTR_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579139552
    },
    "mlx4_INIT_HCA": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578990720
    },
    "mlx4_INIT_PORT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578992608
    },
    "mlx4_INIT_PORT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578992256
    },
    "mlx4_MAD_IFC_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578965152
    },
    "mlx4_MAP_EQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578972096
    },
    "mlx4_MAP_FA": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578989632
    },
    "mlx4_MAP_ICM_AUX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579000816
    },
    "mlx4_MODIFY_CQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579137312
    },
    "mlx4_MOD_STAT_CFG": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578981824
    },
    "mlx4_NOP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578994768
    },
    "mlx4_PROMISC_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579052016
    },
    "mlx4_QP_ATTACH_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579143776
    },
    "mlx4_QP_FLOW_STEERING_ATTACH_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579145680
    },
    "mlx4_QP_FLOW_STEERING_DETACH_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579147520
    },
    "mlx4_QUERY_ADAPTER": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578990400
    },
    "mlx4_QUERY_CQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579137168
    },
    "mlx4_QUERY_DEV_CAP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578984624
    },
    "mlx4_QUERY_DEV_CAP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578987280
    },
    "mlx4_QUERY_EQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579136064
    },
    "mlx4_QUERY_FUNC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578981952
    },
    "mlx4_QUERY_FUNC_CAP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578983952
    },
    "mlx4_QUERY_FUNC_CAP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578982192
    },
    "mlx4_QUERY_FW": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578989760
    },
    "mlx4_QUERY_FW_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578990288
    },
    "mlx4_QUERY_HCA": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578991536
    },
    "mlx4_QUERY_HCA.a0_dmfs_query_hw_steering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584821388
    },
    "mlx4_QUERY_IF_STAT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579148144
    },
    "mlx4_QUERY_MPT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579129040
    },
    "mlx4_QUERY_PORT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578986752
    },
    "mlx4_QUERY_PORT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578988480
    },
    "mlx4_QUERY_SRQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579138848
    },
    "mlx4_READ_ENTRY": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579047616
    },
    "mlx4_RST2INIT_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579129328
    },
    "mlx4_RTR2RTS_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579141984
    },
    "mlx4_RTS2RTS_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579142304
    },
    "mlx4_RUN_FW": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578989712
    },
    "mlx4_SENSE_PORT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579101744
    },
    "mlx4_SET_ICM_SIZE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578994720
    },
    "mlx4_SET_MCAST_FLTR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089456
    },
    "mlx4_SET_MCAST_FLTR_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089440
    },
    "mlx4_SET_PORT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579088112
    },
    "mlx4_SET_PORT_BEACON": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089312
    },
    "mlx4_SET_PORT_PRIO2TC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578997536
    },
    "mlx4_SET_PORT_SCHEDULER": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578997728
    },
    "mlx4_SET_PORT_VXLAN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089152
    },
    "mlx4_SET_PORT_fcs_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089008
    },
    "mlx4_SET_PORT_general": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579088560
    },
    "mlx4_SET_PORT_qpn_calc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579088784
    },
    "mlx4_SET_PORT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579085984
    },
    "mlx4_SET_VLAN_FLTR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579189280
    },
    "mlx4_SET_VLAN_FLTR_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089504
    },
    "mlx4_SET_VPORT_QOS_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578998480
    },
    "mlx4_SET_VPORT_QOS_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578998928
    },
    "mlx4_SQD2RTS_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579143200
    },
    "mlx4_SQD2SQD_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579142864
    },
    "mlx4_SQERR2RTS_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579142624
    },
    "mlx4_SW2HW_CQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579136224
    },
    "mlx4_SW2HW_EQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579131072
    },
    "mlx4_SW2HW_MPT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579127072
    },
    "mlx4_SW2HW_SRQ_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579137856
    },
    "mlx4_SYNC_TPT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057472
    },
    "mlx4_UNMAP_FA": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578989664
    },
    "mlx4_UNMAP_ICM_AUX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579000848
    },
    "mlx4_UPDATE_QP_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579145184
    },
    "mlx4_WRITE_MTT_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579134448
    },
    "mlx4_WRITE_PROMISC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579055280
    },
    "mlx4_add_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579003568
    },
    "mlx4_alloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_alloc_cmd_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578954720
    },
    "mlx4_alloc_db_from_pgdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578936768
    },
    "mlx4_alloc_eq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578972272
    },
    "mlx4_alloc_hwq_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578937728
    },
    "mlx4_alloc_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578999856
    },
    "mlx4_allocate_default_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579033792
    },
    "mlx4_assign_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578977360
    },
    "mlx4_bf_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064880
    },
    "mlx4_bf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579065712
    },
    "mlx4_bitmap_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578930560
    },
    "mlx4_bitmap_alloc_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578931504
    },
    "mlx4_bitmap_avail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578932160
    },
    "mlx4_bitmap_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578932496
    },
    "mlx4_bitmap_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578931104
    },
    "mlx4_bitmap_free_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578931136
    },
    "mlx4_bitmap_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578932176
    },
    "mlx4_bond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579007360
    },
    "mlx4_bond_fs_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579148272
    },
    "mlx4_bond_mac_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579078416
    },
    "mlx4_bond_vlan_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579080480
    },
    "mlx4_buddy_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579062880
    },
    "mlx4_buddy_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579056032
    },
    "mlx4_buf_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578935024
    },
    "mlx4_buf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578935792
    },
    "mlx4_buf_write_mtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579060592
    },
    "mlx4_calc_vf_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579118624
    },
    "mlx4_catas.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_catas_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578940336
    },
    "mlx4_catas_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578939920
    },
    "mlx4_cfg": {
      "type": {
        "kind": "struct",
        "name": "mlx4_mod_stat_cfg"
      },
      "address": 0
    },
    "mlx4_change_port_types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006656
    },
    "mlx4_check_port_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006272
    },
    "mlx4_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579041904
    },
    "mlx4_cleanup_cq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578969184
    },
    "mlx4_cleanup_default_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579024432
    },
    "mlx4_cleanup_eq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578975984
    },
    "mlx4_cleanup_icm_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579002992
    },
    "mlx4_cleanup_mcg_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579055248
    },
    "mlx4_cleanup_mr_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579063088
    },
    "mlx4_cleanup_pd_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064592
    },
    "mlx4_cleanup_qp_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579098832
    },
    "mlx4_cleanup_qp_zones": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579098560
    },
    "mlx4_cleanup_srq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579105344
    },
    "mlx4_cleanup_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610008216
    },
    "mlx4_cleanup_uar_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579066336
    },
    "mlx4_cleanup_xrcd_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064672
    },
    "mlx4_clear_steering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579024560
    },
    "mlx4_close_hca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579025200
    },
    "mlx4_closing_cmd_fatal_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578961392
    },
    "mlx4_cmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_cmd_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578953232
    },
    "mlx4_cmd_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578941936
    },
    "mlx4_cmd_imm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578965088
    },
    "mlx4_cmd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578952592
    },
    "mlx4_cmd_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578961472
    },
    "mlx4_cmd_use_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578953952
    },
    "mlx4_cmd_use_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578954416
    },
    "mlx4_cmd_wake_completions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578955088
    },
    "mlx4_comm_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578940384
    },
    "mlx4_comm_cmd_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578961024
    },
    "mlx4_comm_get_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578955008
    },
    "mlx4_config_dev_retrieval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578993520
    },
    "mlx4_config_mad_demux": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578996048
    },
    "mlx4_config_roce_v2_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578994320
    },
    "mlx4_config_vxlan_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578993792
    },
    "mlx4_copy_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579185168
    },
    "mlx4_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579185392
    },
    "mlx4_counter_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010000
    },
    "mlx4_counter_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010320
    },
    "mlx4_cq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_cq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578967584
    },
    "mlx4_cq_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578966624
    },
    "mlx4_cq_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578966672
    },
    "mlx4_cq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578968656
    },
    "mlx4_cq_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578968464
    },
    "mlx4_cq_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578966976
    },
    "mlx4_cq_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578967136
    },
    "mlx4_create_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578973872
    },
    "mlx4_db_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578936064
    },
    "mlx4_db_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578937136
    },
    "mlx4_delete_all_resources_for_slave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579109088
    },
    "mlx4_description": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610008848
    },
    "mlx4_dev_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579029840
    },
    "mlx4_dev_cap_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578987264
    },
    "mlx4_disable_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578978864
    },
    "mlx4_disable_rx_port_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578994064
    },
    "mlx4_dispatch_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579005152
    },
    "mlx4_do_bond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579004512
    },
    "mlx4_do_mirror_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579147136
    },
    "mlx4_do_sense_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579101920
    },
    "mlx4_driver": {
      "type": {
        "kind": "struct",
        "name": "pci_driver"
      },
      "address": 18446744071610008584
    },
    "mlx4_en_DUMP_ETH_STATS": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579189824
    },
    "mlx4_en_QUERY_PORT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579189520
    },
    "mlx4_en_activate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579154608
    },
    "mlx4_en_activate_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579151984
    },
    "mlx4_en_activate_rx_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579197280
    },
    "mlx4_en_activate_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579206912
    },
    "mlx4_en_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579153200
    },
    "mlx4_en_alloc_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579203824
    },
    "mlx4_en_alloc_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579204272
    },
    "mlx4_en_alloc_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579161216
    },
    "mlx4_en_arm_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579152928
    },
    "mlx4_en_calc_rx_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579195712
    },
    "mlx4_en_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579155024
    },
    "mlx4_en_cleanup_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610009400
    },
    "mlx4_en_config_rss_steer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579201808
    },
    "mlx4_en_cq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_en_cq_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579152544
    },
    "mlx4_en_create_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579151280
    },
    "mlx4_en_create_drop_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579201344
    },
    "mlx4_en_create_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579196064
    },
    "mlx4_en_create_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579204336
    },
    "mlx4_en_deactivate_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579152816
    },
    "mlx4_en_deactivate_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579199296
    },
    "mlx4_en_deactivate_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579207184
    },
    "mlx4_en_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579185872
    },
    "mlx4_en_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579185616
    },
    "mlx4_en_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071610009680
    },
    "mlx4_en_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579186000
    },
    "mlx4_en_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579185888
    },
    "mlx4_en_destroy_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579152560
    },
    "mlx4_en_destroy_drop_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579201648
    },
    "mlx4_en_destroy_netdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579165616
    },
    "mlx4_en_destroy_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579198976
    },
    "mlx4_en_destroy_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579206416
    },
    "mlx4_en_do_get_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579181040
    },
    "mlx4_en_do_set_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579174672
    },
    "mlx4_en_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579154384
    },
    "mlx4_en_fill_qp_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579194896
    },
    "mlx4_en_free_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579160944
    },
    "mlx4_en_free_rx_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579198512
    },
    "mlx4_en_free_tx_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579207248
    },
    "mlx4_en_get_netdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579154592
    },
    "mlx4_en_get_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579154752
    },
    "mlx4_en_get_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579201744
    },
    "mlx4_en_get_rss_key.rsskey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585328800
    },
    "mlx4_en_get_rss_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579201776
    },
    "mlx4_en_get_vport_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579193984
    },
    "mlx4_en_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579153024
    },
    "mlx4_en_init_netdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579166608
    },
    "mlx4_en_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610009376
    },
    "mlx4_en_interface": {
      "type": {
        "kind": "struct",
        "name": "mlx4_interface"
      },
      "address": 18446744071610009552
    },
    "mlx4_en_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579171424
    },
    "mlx4_en_linkstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579180368
    },
    "mlx4_en_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_en_map_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579195296
    },
    "mlx4_en_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579184096
    },
    "mlx4_en_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579184464
    },
    "mlx4_en_netdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_en_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579170416
    },
    "mlx4_en_poll_tx_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579208800
    },
    "mlx4_en_port.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_en_process_rx_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579199360
    },
    "mlx4_en_process_tx_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579208032
    },
    "mlx4_en_put_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579158784
    },
    "mlx4_en_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579211968
    },
    "mlx4_en_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579187104
    },
    "mlx4_en_release_rss_steer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579203600
    },
    "mlx4_en_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579153936
    },
    "mlx4_en_resources.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_en_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579179776
    },
    "mlx4_en_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_en_rx_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579200864
    },
    "mlx4_en_rx_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579201056
    },
    "mlx4_en_select_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579209104
    },
    "mlx4_en_service_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579182224
    },
    "mlx4_en_set_cq_moder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579152896
    },
    "mlx4_en_set_default_moderation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579183648
    },
    "mlx4_en_set_num_rx_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579195568
    },
    "mlx4_en_set_ring_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579188592
    },
    "mlx4_en_set_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579184688
    },
    "mlx4_en_set_rx_ppp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579186432
    },
    "mlx4_en_set_rx_ring_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579186080
    },
    "mlx4_en_set_tx_ppp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579186272
    },
    "mlx4_en_set_tx_ring_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579186176
    },
    "mlx4_en_sqp_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579195552
    },
    "mlx4_en_start_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579155072
    },
    "mlx4_en_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_stat_out_mbox"
        }
      },
      "address": 0
    },
    "mlx4_en_stop_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579159216
    },
    "mlx4_en_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579211264
    },
    "mlx4_en_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_en_tx_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579207856
    },
    "mlx4_en_tx_que": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579151968
    },
    "mlx4_en_uc_steer_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579160656
    },
    "mlx4_en_unmap_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579195536
    },
    "mlx4_en_vlan_rx_add_vid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579182512
    },
    "mlx4_en_vlan_rx_kill_vid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579183136
    },
    "mlx4_en_watchdog_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579158576
    },
    "mlx4_en_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579209168
    },
    "mlx4_enable_msi_x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579026736
    },
    "mlx4_enable_sriov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579026320
    },
    "mlx4_enter_error_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578938016
    },
    "mlx4_eq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_eq_get_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578978576
    },
    "mlx4_eq_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578979200
    },
    "mlx4_err_handler": {
      "type": {
        "kind": "struct",
        "name": "pci_error_handlers"
      },
      "address": 18446744071585326624
    },
    "mlx4_err_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579043072
    },
    "mlx4_evhand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579041936
    },
    "mlx4_find_cached_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579067040
    },
    "mlx4_find_cached_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579073520
    },
    "mlx4_flow_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579042224
    },
    "mlx4_flow_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579044240
    },
    "mlx4_flow_steer_promisc_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579051152
    },
    "mlx4_flow_steer_promisc_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579051344
    },
    "mlx4_fmr_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579063584
    },
    "mlx4_fmr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579063792
    },
    "mlx4_fmr_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064096
    },
    "mlx4_fmr_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579063872
    },
    "mlx4_free_cmd_mailbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578954896
    },
    "mlx4_free_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578975424
    },
    "mlx4_free_eq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578972352
    },
    "mlx4_free_hwq_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578937952
    },
    "mlx4_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578999360
    },
    "mlx4_free_icms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579026064
    },
    "mlx4_free_irqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578975744
    },
    "mlx4_free_mtt_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579056720
    },
    "mlx4_free_ownership": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579025488
    },
    "mlx4_free_resource_tracker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579108384
    },
    "mlx4_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_fw_qos.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_gen_guid_change_eqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578969856
    },
    "mlx4_gen_pkey_eqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578969728
    },
    "mlx4_gen_port_state_change_eqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578969968
    },
    "mlx4_gen_slave_eqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578969216
    },
    "mlx4_gen_slaves_port_mgt_ev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578971264
    },
    "mlx4_get_active_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578955328
    },
    "mlx4_get_admin_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010448
    },
    "mlx4_get_base_gid_ix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579083920
    },
    "mlx4_get_base_qpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579070176
    },
    "mlx4_get_counter_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578959984
    },
    "mlx4_get_default_counter_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010384
    },
    "mlx4_get_eqs_per_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578976896
    },
    "mlx4_get_internal_clock_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579009856
    },
    "mlx4_get_mgm_entry_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579041952
    },
    "mlx4_get_module_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579091264
    },
    "mlx4_get_parav_qkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006432
    },
    "mlx4_get_phys_port_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578995040
    },
    "mlx4_get_port_ib_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579082576
    },
    "mlx4_get_protocol_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006032
    },
    "mlx4_get_qp_per_mgm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579041984
    },
    "mlx4_get_roce_gid_from_slave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579091200
    },
    "mlx4_get_slave_default_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578959728
    },
    "mlx4_get_slave_from_resource_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579118368
    },
    "mlx4_get_slave_from_roce_gid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579089536
    },
    "mlx4_get_slave_node_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006576
    },
    "mlx4_get_slave_num_gids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579082816
    },
    "mlx4_get_slave_pkey_gid_tbl_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578988784
    },
    "mlx4_get_slave_port_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578970096
    },
    "mlx4_get_vf_indx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578955024
    },
    "mlx4_grant_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579150416
    },
    "mlx4_hw_rule_sz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579042160
    },
    "mlx4_icm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579036880
    },
    "mlx4_init_counters_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579033680
    },
    "mlx4_init_cq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578969024
    },
    "mlx4_init_eq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578972480
    },
    "mlx4_init_icm_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579002368
    },
    "mlx4_init_mac_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579066368
    },
    "mlx4_init_mcg_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579055120
    },
    "mlx4_init_mr_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579061904
    },
    "mlx4_init_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579037200
    },
    "mlx4_init_one.__print_once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613289848
    },
    "mlx4_init_pd_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064544
    },
    "mlx4_init_qp_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579096688
    },
    "mlx4_init_quotas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579105440
    },
    "mlx4_init_resource_tracker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579105664
    },
    "mlx4_init_roce_gid_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579066768
    },
    "mlx4_init_srq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579105184
    },
    "mlx4_init_steering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579028336
    },
    "mlx4_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610008192
    },
    "mlx4_init_uar_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579066192
    },
    "mlx4_init_vlan_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579066576
    },
    "mlx4_init_xrcd_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064624
    },
    "mlx4_internal_err_reset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610005248
    },
    "mlx4_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578975296
    },
    "mlx4_intf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_is_eq_shared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578977024
    },
    "mlx4_is_eq_vector_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578976784
    },
    "mlx4_is_slave_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006608
    },
    "mlx4_is_vf_vst_and_prio_qos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578958080
    },
    "mlx4_load_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579012016
    },
    "mlx4_log_num_mgm_entry_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610007296
    },
    "mlx4_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_make_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579091680
    },
    "mlx4_map_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578988960
    },
    "mlx4_map_phys_fmr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579063184
    },
    "mlx4_map_sw_to_hw_steering_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579042096
    },
    "mlx4_map_sw_to_hw_steering_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579042032
    },
    "mlx4_master_comm_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578946128
    },
    "mlx4_master_handle_slave_flr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578971728
    },
    "mlx4_master_immediate_activate_vlan_qos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578958176
    },
    "mlx4_master_process_vhcr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578962464
    },
    "mlx4_mcg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610008888
    },
    "mlx4_mr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_mr_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057776
    },
    "mlx4_mr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579059104
    },
    "mlx4_mr_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579058272
    },
    "mlx4_mr_hw_change_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057616
    },
    "mlx4_mr_hw_change_pd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057552
    },
    "mlx4_mr_hw_get_mpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579056976
    },
    "mlx4_mr_hw_put_mpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057520
    },
    "mlx4_mr_hw_write_mpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579057328
    },
    "mlx4_mr_rereg_mem_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579058688
    },
    "mlx4_mr_rereg_mem_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579058736
    },
    "mlx4_msi_x_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578975264
    },
    "mlx4_mtt_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579056944
    },
    "mlx4_mtt_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579056688
    },
    "mlx4_mtt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579056416
    },
    "mlx4_multi_func_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578953520
    },
    "mlx4_multi_func_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578949648
    },
    "mlx4_multicast_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579050176
    },
    "mlx4_multicast_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579050784
    },
    "mlx4_multicast_promisc_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579054784
    },
    "mlx4_multicast_promisc_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579054864
    },
    "mlx4_mw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579060864
    },
    "mlx4_mw_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579061056
    },
    "mlx4_mw_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579061536
    },
    "mlx4_opreq_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578995424
    },
    "mlx4_pci_disable_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579040688
    },
    "mlx4_pci_enable_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579039920
    },
    "mlx4_pci_err_detected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579041024
    },
    "mlx4_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579041472
    },
    "mlx4_pci_slot_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579041328
    },
    "mlx4_pci_table": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_device_id"
        }
      },
      "address": 18446744071585325728
    },
    "mlx4_pd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_pd_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064144
    },
    "mlx4_pd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064192
    },
    "mlx4_phys_to_slave_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578956032
    },
    "mlx4_phys_to_slaves_pport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578956224
    },
    "mlx4_phys_to_slaves_pport_actv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578956400
    },
    "mlx4_poll_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578979008
    },
    "mlx4_port.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_port_map_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579009312
    },
    "mlx4_profile.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_put_slave_node_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006544
    },
    "mlx4_qp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_qp_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579095488
    },
    "mlx4_qp_attach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579044784
    },
    "mlx4_qp_detach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579047680
    },
    "mlx4_qp_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579093472
    },
    "mlx4_qp_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579096608
    },
    "mlx4_qp_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579095808
    },
    "mlx4_qp_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579093728
    },
    "mlx4_qp_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579098912
    },
    "mlx4_qp_release_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579094896
    },
    "mlx4_qp_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579096432
    },
    "mlx4_qp_reserve_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579094624
    },
    "mlx4_qp_roce_entropy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579099408
    },
    "mlx4_qp_to_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579099072
    },
    "mlx4_query_diag_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578994816
    },
    "mlx4_query_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579032048
    },
    "mlx4_read_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579009744
    },
    "mlx4_register_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579005376
    },
    "mlx4_register_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579003200
    },
    "mlx4_register_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579069936
    },
    "mlx4_register_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579076560
    },
    "mlx4_release_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578978624
    },
    "mlx4_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579150032
    },
    "mlx4_remove_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579004256
    },
    "mlx4_remove_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579038896
    },
    "mlx4_replace_zero_macs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578997328
    },
    "mlx4_report_internal_err_comm_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578953440
    },
    "mlx4_request_modules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579007104
    },
    "mlx4_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579099616
    },
    "mlx4_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_reset_roce_gids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579085056
    },
    "mlx4_resource_tracker.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_restart_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010576
    },
    "mlx4_sense.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_sense_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579102752
    },
    "mlx4_sense_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579102832
    },
    "mlx4_set_admin_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010416
    },
    "mlx4_set_port_mac_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579069792
    },
    "mlx4_set_port_vlan_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579076416
    },
    "mlx4_set_random_admin_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010480
    },
    "mlx4_set_slave_port_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578971088
    },
    "mlx4_set_vf_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578956592
    },
    "mlx4_set_vf_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578958816
    },
    "mlx4_set_vf_spoofchk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578959840
    },
    "mlx4_set_vf_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578957184
    },
    "mlx4_setup_hca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579028544
    },
    "mlx4_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579039648
    },
    "mlx4_slave_convert_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578955632
    },
    "mlx4_slave_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579025808
    },
    "mlx4_slaves_closest_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578956768
    },
    "mlx4_srq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx4_srq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579103744
    },
    "mlx4_srq_arm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579104976
    },
    "mlx4_srq_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579103312
    },
    "mlx4_srq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579104688
    },
    "mlx4_srq_free_icm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579104496
    },
    "mlx4_srq_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579105376
    },
    "mlx4_srq_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579105024
    },
    "mlx4_start_catas_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578939248
    },
    "mlx4_start_sense": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579102240
    },
    "mlx4_status_to_errno.trans_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585323824
    },
    "mlx4_stop_catas_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578939824
    },
    "mlx4_stop_sense": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579102528
    },
    "mlx4_sync_pkey_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579006496
    },
    "mlx4_table_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579001680
    },
    "mlx4_table_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579000896
    },
    "mlx4_table_get_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579002112
    },
    "mlx4_table_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579001328
    },
    "mlx4_table_put_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579002288
    },
    "mlx4_test_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578976448
    },
    "mlx4_test_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578976464
    },
    "mlx4_trans_to_dmfs_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579049904
    },
    "mlx4_tunnel_steer_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579044336
    },
    "mlx4_uar_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064704
    },
    "mlx4_uar_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064848
    },
    "mlx4_unbond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579008832
    },
    "mlx4_unbond_fs_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579148464
    },
    "mlx4_unbond_mac_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579079456
    },
    "mlx4_unbond_vlan_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579081536
    },
    "mlx4_undo_mirror_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579148016
    },
    "mlx4_unicast_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579051536
    },
    "mlx4_unicast_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579051776
    },
    "mlx4_unicast_promisc_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579054944
    },
    "mlx4_unicast_promisc_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579055040
    },
    "mlx4_unload_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579010784
    },
    "mlx4_unregister_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579005712
    },
    "mlx4_unregister_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579003968
    },
    "mlx4_unregister_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579071792
    },
    "mlx4_unregister_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579078304
    },
    "mlx4_update_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579096000
    },
    "mlx4_valid_vf_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578957744
    },
    "mlx4_validate_optimized_steering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579032240
    },
    "mlx4_version": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610008768
    },
    "mlx4_vf_get_enable_smi_admin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578960576
    },
    "mlx4_vf_immed_vlan_work_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579148768
    },
    "mlx4_vf_set_enable_smi_admin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578960640
    },
    "mlx4_vf_smi_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578960512
    },
    "mlx4_virt2phy_port_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578994592
    },
    "mlx4_wol_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578995296
    },
    "mlx4_wol_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578995360
    },
    "mlx4_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289784
    },
    "mlx4_write_mtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579060176
    },
    "mlx4_xrcd_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064272
    },
    "mlx4_xrcd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579064416
    },
    "mlx4_zone_add_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578932704
    },
    "mlx4_zone_alloc_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578933936
    },
    "mlx4_zone_allocator_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578932560
    },
    "mlx4_zone_allocator_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578933088
    },
    "mlx4_zone_free_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578934544
    },
    "mlx4_zone_free_entries_unique": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578934736
    },
    "mlx4_zone_get_bitmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578933376
    },
    "mlx4_zone_remove_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578933536
    },
    "mlx4en_evhand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579155056
    },
    "mlx4en_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610009632
    },
    "mlx4enmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610009472
    },
    "mlx4module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610008312
    },
    "mlx5_add_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579298848
    },
    "mlx5_add_flow_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579266272
    },
    "mlx5_alloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_alloc_bfreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579356176
    },
    "mlx5_alloc_cmd_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579224496
    },
    "mlx5_alloc_transport_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351600
    },
    "mlx5_auto_fw_update": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291060
    },
    "mlx5_buf_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579212048
    },
    "mlx5_buf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579212992
    },
    "mlx5_buf_load_mem_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579212624
    },
    "mlx5_cleanup_cq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579229536
    },
    "mlx5_cleanup_fs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579267600
    },
    "mlx5_cleanup_mr_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579320096
    },
    "mlx5_cleanup_once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579310048
    },
    "mlx5_cleanup_qp_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579342448
    },
    "mlx5_cleanup_reserved_gids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579375664
    },
    "mlx5_cleanup_rl_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579346752
    },
    "mlx5_cleanup_srq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579350816
    },
    "mlx5_cmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_cmd_alloc_uar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579354064
    },
    "mlx5_cmd_change_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579215680
    },
    "mlx5_cmd_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579219536
    },
    "mlx5_cmd_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579223056
    },
    "mlx5_cmd_cleanup_async_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579220016
    },
    "mlx5_cmd_comp_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579215888
    },
    "mlx5_cmd_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579217568
    },
    "mlx5_cmd_exec_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579220224
    },
    "mlx5_cmd_exec_cb_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579220432
    },
    "mlx5_cmd_exec_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579220496
    },
    "mlx5_cmd_fast_teardown_hca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579283472
    },
    "mlx5_cmd_force_teardown_hca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579283296
    },
    "mlx5_cmd_free_uar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579354176
    },
    "mlx5_cmd_fs_create_fg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579252432
    },
    "mlx5_cmd_fs_create_ft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579252048
    },
    "mlx5_cmd_fs_delete_fte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579253472
    },
    "mlx5_cmd_fs_destroy_fg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579252592
    },
    "mlx5_cmd_fs_destroy_ft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579252256
    },
    "mlx5_cmd_fs_set_fte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579252784
    },
    "mlx5_cmd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579220576
    },
    "mlx5_cmd_init_async_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579219952
    },
    "mlx5_cmd_init_hca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579283136
    },
    "mlx5_cmd_mbox_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579215632
    },
    "mlx5_cmd_modify_cong_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579223472
    },
    "mlx5_cmd_modify_cong_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579223680
    },
    "mlx5_cmd_query_cong_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579223248
    },
    "mlx5_cmd_query_cong_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579223360
    },
    "mlx5_cmd_query_cong_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579223568
    },
    "mlx5_cmd_teardown_hca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579283216
    },
    "mlx5_cmd_update_root_ft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579251888
    },
    "mlx5_cmd_use_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579215664
    },
    "mlx5_cmd_use_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579215872
    },
    "mlx5_command_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579214256
    },
    "mlx5_component_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579284192
    },
    "mlx5_copy_from_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579224160
    },
    "mlx5_core_access_pmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579332368
    },
    "mlx5_core_access_ptys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579331744
    },
    "mlx5_core_access_pvlc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579331536
    },
    "mlx5_core_access_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579327440
    },
    "mlx5_core_alloc_pd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579327232
    },
    "mlx5_core_arm_dct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579343872
    },
    "mlx5_core_arm_rmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353200
    },
    "mlx5_core_arm_srq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579350512
    },
    "mlx5_core_arm_xsrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353712
    },
    "mlx5_core_attach_mcg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579318416
    },
    "mlx5_core_comp_eq_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610013544
    },
    "mlx5_core_create_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579227648
    },
    "mlx5_core_create_dct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579342752
    },
    "mlx5_core_create_mkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321088
    },
    "mlx5_core_create_mkey_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579320112
    },
    "mlx5_core_create_psv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321344
    },
    "mlx5_core_create_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579340576
    },
    "mlx5_core_create_rmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352880
    },
    "mlx5_core_create_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351808
    },
    "mlx5_core_create_rq_tracked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579343968
    },
    "mlx5_core_create_rqt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353808
    },
    "mlx5_core_create_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352128
    },
    "mlx5_core_create_sq_tracked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579344288
    },
    "mlx5_core_create_srq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579347568
    },
    "mlx5_core_create_tir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352448
    },
    "mlx5_core_create_tis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352624
    },
    "mlx5_core_create_xsrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353456
    },
    "mlx5_core_dct_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579343792
    },
    "mlx5_core_dealloc_pd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579327344
    },
    "mlx5_core_debug_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291056
    },
    "mlx5_core_destroy_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579228128
    },
    "mlx5_core_destroy_dct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579343264
    },
    "mlx5_core_destroy_mkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579320768
    },
    "mlx5_core_destroy_psv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321632
    },
    "mlx5_core_destroy_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579341040
    },
    "mlx5_core_destroy_rmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353024
    },
    "mlx5_core_destroy_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351952
    },
    "mlx5_core_destroy_rq_tracked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579344160
    },
    "mlx5_core_destroy_rqt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353968
    },
    "mlx5_core_destroy_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352272
    },
    "mlx5_core_destroy_sq_tracked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579344480
    },
    "mlx5_core_destroy_srq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579349312
    },
    "mlx5_core_destroy_tir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352528
    },
    "mlx5_core_destroy_tis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352784
    },
    "mlx5_core_destroy_xsrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353536
    },
    "mlx5_core_detach_mcg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579318528
    },
    "mlx5_core_disable_hca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579310816
    },
    "mlx5_core_driver": {
      "type": {
        "kind": "struct",
        "name": "pci_driver"
      },
      "address": 18446744071610013264
    },
    "mlx5_core_dump_fill_mkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321248
    },
    "mlx5_core_eq_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238752
    },
    "mlx5_core_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579300688
    },
    "mlx5_core_general_diagnostics_table": {
      "type": {
        "count": 47,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_diagnostics_entry"
        }
      },
      "address": 18446744071585345360
    },
    "mlx5_core_get_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579297792
    },
    "mlx5_core_get_caps_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579297840
    },
    "mlx5_core_get_diagnostics_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579234816
    },
    "mlx5_core_get_srq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579347392
    },
    "mlx5_core_mad_ifc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579297232
    },
    "mlx5_core_modify_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579228672
    },
    "mlx5_core_modify_cq_by_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579228928
    },
    "mlx5_core_modify_cq_moderation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579228736
    },
    "mlx5_core_modify_cq_moderation_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579229232
    },
    "mlx5_core_modify_rmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352960
    },
    "mlx5_core_modify_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351888
    },
    "mlx5_core_modify_rqt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353888
    },
    "mlx5_core_modify_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352208
    },
    "mlx5_core_modify_tis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352704
    },
    "mlx5_core_pci_diagnostics_table": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_diagnostics_entry"
        }
      },
      "address": 18446744071585345184
    },
    "mlx5_core_pci_table": {
      "type": {
        "count": 38,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_device_id"
        }
      },
      "address": 18446744071585347184
    },
    "mlx5_core_put_rsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579340128
    },
    "mlx5_core_qp_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579341392
    },
    "mlx5_core_qp_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579342464
    },
    "mlx5_core_query_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579228592
    },
    "mlx5_core_query_ib_ppcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579371760
    },
    "mlx5_core_query_mkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321136
    },
    "mlx5_core_query_rmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353120
    },
    "mlx5_core_query_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352048
    },
    "mlx5_core_query_special_contexts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579283024
    },
    "mlx5_core_query_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579352368
    },
    "mlx5_core_query_srq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579349792
    },
    "mlx5_core_query_vendor_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579282256
    },
    "mlx5_core_query_vport_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579365376
    },
    "mlx5_core_query_xsrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579353632
    },
    "mlx5_core_req_pages_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579323456
    },
    "mlx5_core_reserve_gids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579375776
    },
    "mlx5_core_reserved_gid_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376160
    },
    "mlx5_core_reserved_gid_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376224
    },
    "mlx5_core_reserved_gids_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376256
    },
    "mlx5_core_roce_gid_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376272
    },
    "mlx5_core_set_dc_cnak_trace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579283920
    },
    "mlx5_core_set_diagnostics_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579234304
    },
    "mlx5_core_set_issi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579314160
    },
    "mlx5_core_supports_diagnostics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579235728
    },
    "mlx5_core_unreserve_gids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376032
    },
    "mlx5_core_xrcd_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579342544
    },
    "mlx5_core_xrcd_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579342656
    },
    "mlx5_cq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_cq_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579226912
    },
    "mlx5_cq_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579227296
    },
    "mlx5_cqwq_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374832
    },
    "mlx5_cqwq_get_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374496
    },
    "mlx5_create_auto_grouped_flow_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579258080
    },
    "mlx5_create_flow_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579264816
    },
    "mlx5_create_flow_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579261952
    },
    "mlx5_create_map_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579236944
    },
    "mlx5_create_vport_flow_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579261920
    },
    "mlx5_ctl_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613291016
    },
    "mlx5_ctl_devsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610011776
    },
    "mlx5_ctl_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579288384
    },
    "mlx5_ctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579288288
    },
    "mlx5_ctl_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579288416
    },
    "mlx5_db_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579213120
    },
    "mlx5_db_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579213856
    },
    "mlx5_dealloc_transport_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351712
    },
    "mlx5_del_flow_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579267472
    },
    "mlx5_del_flow_rules_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579272448
    },
    "mlx5_destroy_flow_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579265680
    },
    "mlx5_destroy_flow_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579261984
    },
    "mlx5_destroy_unmap_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579237872
    },
    "mlx5_diag_cnt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_diag_cnt_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579234160
    },
    "mlx5_diag_cnt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579230544
    },
    "mlx5_diag_query_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579230256
    },
    "mlx5_diag_query_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579230048
    },
    "mlx5_diag_set_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579229552
    },
    "mlx5_diagnostics.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_disable_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579300912
    },
    "mlx5_disable_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238896
    },
    "mlx5_disable_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579310624
    },
    "mlx5_drain_health_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579293696
    },
    "mlx5_drain_health_wq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579293504
    },
    "mlx5_en_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579432288
    },
    "mlx5_en_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579432096
    },
    "mlx5_en_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071610015968
    },
    "mlx5_en_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579432528
    },
    "mlx5_en_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579432304
    },
    "mlx5_en_dim.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_ethtool.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_flow_table.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_hw_tls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_hw_tls_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_iq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_port_buffer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_rl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_en_txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_enable_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579316144
    },
    "mlx5_encryption_key_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579350832
    },
    "mlx5_encryption_key_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351120
    },
    "mlx5_enter_error_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579290656
    },
    "mlx5_eq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_eq_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238176
    },
    "mlx5_eq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238096
    },
    "mlx5_eq_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579239104
    },
    "mlx5_err_handler": {
      "type": {
        "kind": "struct",
        "name": "pci_error_handlers"
      },
      "address": 18446744071585348400
    },
    "mlx5_eswitch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_eswitch_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579246032
    },
    "mlx5_eswitch_disable_sriov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579244592
    },
    "mlx5_eswitch_enable_sriov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579240608
    },
    "mlx5_eswitch_get_vport_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579247024
    },
    "mlx5_eswitch_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579244800
    },
    "mlx5_eswitch_set_vport_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579246592
    },
    "mlx5_eswitch_set_vport_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579246944
    },
    "mlx5_eswitch_set_vport_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579247440
    },
    "mlx5_eswitch_vport_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579246320
    },
    "mlx5_fast_unload_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610013540
    },
    "mlx5_fill_page_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579214208
    },
    "mlx5_firmware_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579284064
    },
    "mlx5_firmware_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579317488
    },
    "mlx5_flow_iterate_existing_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579272240
    },
    "mlx5_free_bfreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579357024
    },
    "mlx5_fs_cmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_fs_tcp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_fs_tree.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_fsm_activate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579285264
    },
    "mlx5_fsm_block_download": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579284752
    },
    "mlx5_fsm_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579285568
    },
    "mlx5_fsm_component_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579284640
    },
    "mlx5_fsm_component_verify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579285152
    },
    "mlx5_fsm_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579284384
    },
    "mlx5_fsm_query_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579285376
    },
    "mlx5_fsm_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579285680
    },
    "mlx5_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_fw_dump_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610011648
    },
    "mlx5_fw_reset_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610012304
    },
    "mlx5_fwdump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579287520
    },
    "mlx5_fwdump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_fwdump_clean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579288016
    },
    "mlx5_fwdump_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579285792
    },
    "mlx5_fwp_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321968
    },
    "mlx5_fwp_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321728
    },
    "mlx5_fwp_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579323152
    },
    "mlx5_fwp_get_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579323392
    },
    "mlx5_fwp_get_virt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579323424
    },
    "mlx5_fwp_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579321824
    },
    "mlx5_fwp_load_mem_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579322928
    },
    "mlx5_get_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579236240
    },
    "mlx5_get_eeprom_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579235824
    },
    "mlx5_get_flow_namespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579269184
    },
    "mlx5_get_flow_namespace.fs_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291008
    },
    "mlx5_get_match_criteria": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579268304
    },
    "mlx5_get_match_criteria_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579268064
    },
    "mlx5_get_match_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579268208
    },
    "mlx5_get_nic_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579290576
    },
    "mlx5_get_protocol_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579300480
    },
    "mlx5_get_uars_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579354272
    },
    "mlx5_get_vport_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579370528
    },
    "mlx5_gid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_health.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_health_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579293840
    },
    "mlx5_health_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579293904
    },
    "mlx5_init_cq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579229440
    },
    "mlx5_init_fs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579268464
    },
    "mlx5_init_mr_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579319952
    },
    "mlx5_init_once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579315648
    },
    "mlx5_init_qp_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579342304
    },
    "mlx5_init_reserved_gids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579375600
    },
    "mlx5_init_rl_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579346480
    },
    "mlx5_init_srq_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579350672
    },
    "mlx5_internal_err_ret_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579223776
    },
    "mlx5_iov_add_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579308672
    },
    "mlx5_iov_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579308560
    },
    "mlx5_iov_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579308640
    },
    "mlx5_is_wol_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579331168
    },
    "mlx5_load_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579311312
    },
    "mlx5_mad.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_max_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579334592
    },
    "mlx5_mcg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_mlxfw_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_mlxfw_dev"
        }
      },
      "address": 0
    },
    "mlx5_mlxfw_dev_ops": {
      "type": {
        "kind": "struct",
        "name": "mlxfw_dev_ops"
      },
      "address": 18446744071585346976
    },
    "mlx5_modify_nic_vport_mac_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579359408
    },
    "mlx5_modify_nic_vport_mac_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579363264
    },
    "mlx5_modify_nic_vport_min_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579358992
    },
    "mlx5_modify_nic_vport_node_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579360672
    },
    "mlx5_modify_nic_vport_port_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579361008
    },
    "mlx5_modify_nic_vport_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579369136
    },
    "mlx5_modify_nic_vport_vlans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579364208
    },
    "mlx5_modify_port_cong_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336320
    },
    "mlx5_modify_port_cong_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579334400
    },
    "mlx5_modify_port_tc_rate_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579334896
    },
    "mlx5_modify_vport_admin_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579357840
    },
    "mlx5_mpfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_mpfs_add_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579318640
    },
    "mlx5_mpfs_del_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579319312
    },
    "mlx5_mpfs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579319760
    },
    "mlx5_mpfs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579319648
    },
    "mlx5_mr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_msix_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579237840
    },
    "mlx5_nic_vport_disable_roce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579365360
    },
    "mlx5_nic_vport_enable_disable_roce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579365088
    },
    "mlx5_nic_vport_enable_roce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579365072
    },
    "mlx5_nic_vport_modify_local_lb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579369696
    },
    "mlx5_nic_vport_query_local_lb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579370016
    },
    "mlx5_nic_vport_update_local_lb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579369440
    },
    "mlx5_pagealloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_pagealloc_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579326848
    },
    "mlx5_pagealloc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579326816
    },
    "mlx5_pagealloc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579326864
    },
    "mlx5_pagealloc_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579326928
    },
    "mlx5_pci_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579317824
    },
    "mlx5_pci_disable_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579301216
    },
    "mlx5_pci_enable_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579310896
    },
    "mlx5_pci_err_detected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579301024
    },
    "mlx5_pci_read_power_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579297600
    },
    "mlx5_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579301808
    },
    "mlx5_pci_slot_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579301520
    },
    "mlx5_pd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_pme_err_desc": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585348544
    },
    "mlx5_poll_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238976
    },
    "mlx5_port.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_port_query_eth_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579338384
    },
    "mlx5_prof_sel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610013536
    },
    "mlx5_put_uars_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579355568
    },
    "mlx5_qp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_query_board_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579282048
    },
    "mlx5_query_diagnostic_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336528
    },
    "mlx5_query_dropless_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579331344
    },
    "mlx5_query_dscp2prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579337200
    },
    "mlx5_query_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579333488
    },
    "mlx5_query_hca_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579282448
    },
    "mlx5_query_hca_vport_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579365664
    },
    "mlx5_query_hca_vport_gid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579366272
    },
    "mlx5_query_hca_vport_node_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579366032
    },
    "mlx5_query_hca_vport_pkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579366816
    },
    "mlx5_query_hca_vport_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579371536
    },
    "mlx5_query_hca_vport_system_image_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579365792
    },
    "mlx5_query_mcam_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328160
    },
    "mlx5_query_mfrl_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579338144
    },
    "mlx5_query_min_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579358816
    },
    "mlx5_query_min_wqe_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579368448
    },
    "mlx5_query_module_num": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579333264
    },
    "mlx5_query_module_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238864
    },
    "mlx5_query_nic_vport_mac_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579359152
    },
    "mlx5_query_nic_vport_mac_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579362736
    },
    "mlx5_query_nic_vport_min_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579358656
    },
    "mlx5_query_nic_vport_node_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579359920
    },
    "mlx5_query_nic_vport_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579368864
    },
    "mlx5_query_nic_vport_qkey_viol_cntr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579360128
    },
    "mlx5_query_nic_vport_roce_en": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579364560
    },
    "mlx5_query_nic_vport_system_image_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579359712
    },
    "mlx5_query_nic_vport_vlans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579363728
    },
    "mlx5_query_pcam_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328016
    },
    "mlx5_query_pddr_cable_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579337728
    },
    "mlx5_query_pddr_range_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579337520
    },
    "mlx5_query_pddr_troubleshooting_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579337920
    },
    "mlx5_query_port_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328560
    },
    "mlx5_query_port_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579329152
    },
    "mlx5_query_port_cong_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579334512
    },
    "mlx5_query_port_cong_statistics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336384
    },
    "mlx5_query_port_cong_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579334272
    },
    "mlx5_query_port_eth_proto_oper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579329904
    },
    "mlx5_query_port_max_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579330432
    },
    "mlx5_query_port_oper_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579331040
    },
    "mlx5_query_port_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579330720
    },
    "mlx5_query_port_pfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579330896
    },
    "mlx5_query_port_prio_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579335152
    },
    "mlx5_query_port_proto_admin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579329712
    },
    "mlx5_query_port_proto_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328960
    },
    "mlx5_query_port_ptys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328832
    },
    "mlx5_query_port_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579330240
    },
    "mlx5_query_port_tc_bw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336080
    },
    "mlx5_query_port_tc_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579335632
    },
    "mlx5_query_port_tc_rate_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579334624
    },
    "mlx5_query_qcam_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579327872
    },
    "mlx5_query_trust_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336672
    },
    "mlx5_query_vport_admin_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579357664
    },
    "mlx5_query_vport_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579370240
    },
    "mlx5_query_vport_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579367792
    },
    "mlx5_query_vport_node_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579371072
    },
    "mlx5_query_vport_port_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579371120
    },
    "mlx5_query_vport_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579357488
    },
    "mlx5_query_vport_system_image_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579371024
    },
    "mlx5_query_wol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579334176
    },
    "mlx5_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579236704
    },
    "mlx5_reclaim_startup_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579325808
    },
    "mlx5_recover_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579301168
    },
    "mlx5_register_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579298528
    },
    "mlx5_register_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579299856
    },
    "mlx5_register_rule_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579269744
    },
    "mlx5_relaxed_ordering_write": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291068
    },
    "mlx5_remove_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579299552
    },
    "mlx5_rl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_rl_add_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579345008
    },
    "mlx5_rl_is_in_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579344960
    },
    "mlx5_rl_remove_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579345936
    },
    "mlx5_rsc_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579340176
    },
    "mlx5_satisfy_startup_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579323952
    },
    "mlx5_set_diagnostic_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336464
    },
    "mlx5_set_driver_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579315424
    },
    "mlx5_set_dropless_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579331440
    },
    "mlx5_set_dscp2prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336768
    },
    "mlx5_set_eswitch_cvlan_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579367472
    },
    "mlx5_set_mfrl_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579338224
    },
    "mlx5_set_nic_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579290608
    },
    "mlx5_set_nic_vport_current_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579360336
    },
    "mlx5_set_nic_vport_mc_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579361840
    },
    "mlx5_set_nic_vport_permanent_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579364768
    },
    "mlx5_set_nic_vport_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579362448
    },
    "mlx5_set_nic_vport_vlan_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579361344
    },
    "mlx5_set_port_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579329344
    },
    "mlx5_set_port_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328752
    },
    "mlx5_set_port_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579330352
    },
    "mlx5_set_port_pause_and_pfc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579330560
    },
    "mlx5_set_port_prio_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579335264
    },
    "mlx5_set_port_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579330064
    },
    "mlx5_set_port_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328656
    },
    "mlx5_set_port_tc_bw_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579335840
    },
    "mlx5_set_port_tc_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579335376
    },
    "mlx5_set_rule_private_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579269328
    },
    "mlx5_set_trust_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579336592
    },
    "mlx5_set_vport_min_wqe_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579368208
    },
    "mlx5_set_vport_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579368000
    },
    "mlx5_set_wol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579331248
    },
    "mlx5_srq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_srq_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579347072
    },
    "mlx5_start_eqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238192
    },
    "mlx5_start_health_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579292720
    },
    "mlx5_stop_eqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579238656
    },
    "mlx5_stop_health_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579293328
    },
    "mlx5_sysctl_cap_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579233600
    },
    "mlx5_sysctl_counter_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579231216
    },
    "mlx5_sysctl_dump_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579233040
    },
    "mlx5_sysctl_dump_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579232672
    },
    "mlx5_sysctl_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579232128
    },
    "mlx5_tls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_tls_close_tir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351584
    },
    "mlx5_tls_close_tis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351392
    },
    "mlx5_tls_open_tir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351408
    },
    "mlx5_tls_open_tis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579351216
    },
    "mlx5_toggle_port_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579328304
    },
    "mlx5_transobj.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_trigger_cmd_completions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579295504
    },
    "mlx5_trigger_health_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579292480
    },
    "mlx5_trigger_health_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579292240
    },
    "mlx5_uar.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_unload_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579309328
    },
    "mlx5_unregister_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579299232
    },
    "mlx5_unregister_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579300192
    },
    "mlx5_unregister_rule_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579270112
    },
    "mlx5_vector2eqn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579298304
    },
    "mlx5_version": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585348496
    },
    "mlx5_vport.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_vport_alloc_q_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579358016
    },
    "mlx5_vport_dealloc_q_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579358272
    },
    "mlx5_vport_query_out_of_rx_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579358496
    },
    "mlx5_vport_query_q_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579358400
    },
    "mlx5_vsc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_vsc_find_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374352
    },
    "mlx5_vsc_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579371968
    },
    "mlx5_vsc_lock_addr_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374048
    },
    "mlx5_vsc_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579373648
    },
    "mlx5_vsc_set_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579372896
    },
    "mlx5_vsc_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579372496
    },
    "mlx5_vsc_unlock_addr_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374256
    },
    "mlx5_vsc_wait_on_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579372688
    },
    "mlx5_vsc_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579373248
    },
    "mlx5_vxlan_udp_port_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579333792
    },
    "mlx5_vxlan_udp_port_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579333984
    },
    "mlx5_wait_for_reclaim_vfs_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579325440
    },
    "mlx5_wq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx5_wq_cyc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374528
    },
    "mlx5_wq_cyc_get_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374480
    },
    "mlx5_wq_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579375552
    },
    "mlx5_wq_ll_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579375152
    },
    "mlx5_wq_ll_get_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579374512
    },
    "mlx5e_accel_fs_add_inpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579253712
    },
    "mlx5e_accel_fs_del_inpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579253680
    },
    "mlx5e_accel_fs_tcp_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579254688
    },
    "mlx5e_accel_fs_tcp_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579254384
    },
    "mlx5e_add_all_vxlan_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579443808
    },
    "mlx5e_add_eth_addr_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579454592
    },
    "mlx5e_add_hw_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579423440
    },
    "mlx5e_add_vlan_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579440528
    },
    "mlx5e_add_vxlan_catchall_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579449824
    },
    "mlx5e_add_vxlan_rule_from_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579443904
    },
    "mlx5e_alloc_sq_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579392320
    },
    "mlx5e_async_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579414528
    },
    "mlx5e_buf_prio_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579390560
    },
    "mlx5e_buf_size_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579390208
    },
    "mlx5e_cable_length_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579390896
    },
    "mlx5e_calibration_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579432768
    },
    "mlx5e_calibration_duration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610015632
    },
    "mlx5e_chan_static_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579424112
    },
    "mlx5e_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579405968
    },
    "mlx5e_cleanup_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610015424
    },
    "mlx5e_close_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579406000
    },
    "mlx5e_close_channel_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579406144
    },
    "mlx5e_close_channels": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579403792
    },
    "mlx5e_close_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579396144
    },
    "mlx5e_close_drop_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579424000
    },
    "mlx5e_close_flow_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579453344
    },
    "mlx5e_close_flow_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579450320
    },
    "mlx5e_close_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579403936
    },
    "mlx5e_close_rqts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579423904
    },
    "mlx5e_close_sqs_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579406352
    },
    "mlx5e_close_tirs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579423824
    },
    "mlx5e_copy_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579455904
    },
    "mlx5e_cq_error_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579491152
    },
    "mlx5e_create_counter_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579377104
    },
    "mlx5e_create_ethtool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579378144
    },
    "mlx5e_create_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579407360
    },
    "mlx5e_create_main_flow_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579447824
    },
    "mlx5e_create_mkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579419152
    },
    "mlx5e_create_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376880
    },
    "mlx5e_del_all_vlan_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579452832
    },
    "mlx5e_del_all_vxlan_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579444464
    },
    "mlx5e_del_eth_addr_from_flow_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579455776
    },
    "mlx5e_del_main_vxlan_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579452672
    },
    "mlx5e_destroy_flow_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579456848
    },
    "mlx5e_destroy_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579412928
    },
    "mlx5e_destroy_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579407136
    },
    "mlx5e_dim_build_cq_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376528
    },
    "mlx5e_dim_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579376592
    },
    "mlx5e_disable_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579393792
    },
    "mlx5e_disable_vlan_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579440144
    },
    "mlx5e_do_send_cqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579433264
    },
    "mlx5e_drain_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579394096
    },
    "mlx5e_dscp_prio_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579389344
    },
    "mlx5e_dump_err_cqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579491232
    },
    "mlx5e_enable_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579406512
    },
    "mlx5e_enable_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579393120
    },
    "mlx5e_enable_vlan_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579440032
    },
    "mlx5e_ethtool_debug_channel_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579391376
    },
    "mlx5e_ethtool_debug_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579386800
    },
    "mlx5e_ethtool_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579382400
    },
    "mlx5e_ext_link_speed": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585348816
    },
    "mlx5e_ext_mode_table": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "media"
          }
        }
      },
      "address": 18446744071585352912
    },
    "mlx5e_fast_calibration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610015636
    },
    "mlx5e_fec_avail_10x_25x_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579385472
    },
    "mlx5e_fec_avail_50x_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579386640
    },
    "mlx5e_fec_mask_10x_25x_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579384496
    },
    "mlx5e_fec_mask_50x_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579385632
    },
    "mlx5e_fec_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579377328
    },
    "mlx5e_free_sq_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579392064
    },
    "mlx5e_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579418608
    },
    "mlx5e_get_cqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579491088
    },
    "mlx5e_get_full_header_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579433552
    },
    "mlx5e_get_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579414720
    },
    "mlx5e_get_l2_header_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579438528
    },
    "mlx5e_get_vxlan_header_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579437296
    },
    "mlx5e_getmaxrate.__log_once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613291072
    },
    "mlx5e_hash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579440000
    },
    "mlx5e_hash_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610019456
    },
    "mlx5e_hash_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613291076
    },
    "mlx5e_hw_temperature_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579391184
    },
    "mlx5e_hw_temperature_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579377856
    },
    "mlx5e_ifm_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579423248
    },
    "mlx5e_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579405936
    },
    "mlx5e_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610015400
    },
    "mlx5e_interface": {
      "type": {
        "kind": "struct",
        "name": "mlx5_interface"
      },
      "address": 18446744071610015344
    },
    "mlx5e_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579414976
    },
    "mlx5e_iq_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579470880
    },
    "mlx5e_iq_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579469824
    },
    "mlx5e_iq_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579470576
    },
    "mlx5e_iq_get_producer_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579472016
    },
    "mlx5e_iq_load_memory_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579472368
    },
    "mlx5e_iq_load_memory_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579472144
    },
    "mlx5e_iq_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579470352
    },
    "mlx5e_iq_notify_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579471936
    },
    "mlx5e_iq_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579468592
    },
    "mlx5e_iq_send_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579468368
    },
    "mlx5e_iq_static_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579471888
    },
    "mlx5e_iq_static_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579471808
    },
    "mlx5e_link_speed": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585348880
    },
    "mlx5e_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579422112
    },
    "mlx5e_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579423168
    },
    "mlx5e_mode_table": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "media"
        }
      },
      "address": 18446744071585352400
    },
    "mlx5e_modify_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579406896
    },
    "mlx5e_modify_rx_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579405232
    },
    "mlx5e_modify_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579393568
    },
    "mlx5e_modify_tx_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579404960
    },
    "mlx5e_normal_calibration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610015640
    },
    "mlx5e_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579414736
    },
    "mlx5e_open_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579395440
    },
    "mlx5e_open_default_rqt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579430368
    },
    "mlx5e_open_drop_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579419584
    },
    "mlx5e_open_drop_rq_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579430352
    },
    "mlx5e_open_flow_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579450416
    },
    "mlx5e_open_flow_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579445392
    },
    "mlx5e_open_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579396992
    },
    "mlx5e_open_rqts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579420048
    },
    "mlx5e_open_tirs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579420272
    },
    "mlx5e_params_desc": {
      "type": {
        "count": 54,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585349392
    },
    "mlx5e_port_linkspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579338624
    },
    "mlx5e_port_manual_buffer_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579491808
    },
    "mlx5e_port_ptys2speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579338288
    },
    "mlx5e_port_query_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579491536
    },
    "mlx5e_port_query_pbmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579338912
    },
    "mlx5e_port_query_priority2buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579339264
    },
    "mlx5e_port_set_pbmc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579339088
    },
    "mlx5e_port_set_priority2buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579339664
    },
    "mlx5e_port_stats_debug_desc": {
      "type": {
        "count": 246,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585349824
    },
    "mlx5e_post_rx_wqes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579477264
    },
    "mlx5e_pport_stats_desc": {
      "type": {
        "count": 348,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610016592
    },
    "mlx5e_prio_to_tc_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579388464
    },
    "mlx5e_query_rate_limit_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579344832
    },
    "mlx5e_ratelimit_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579419104
    },
    "mlx5e_refresh_channel_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579396208
    },
    "mlx5e_refresh_sq_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579392672
    },
    "mlx5e_reset_calibration_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579423712
    },
    "mlx5e_resume_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579404656
    },
    "mlx5e_rl_build_channel_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579483456
    },
    "mlx5e_rl_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579481520
    },
    "mlx5e_rl_close_workers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579482064
    },
    "mlx5e_rl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579478048
    },
    "mlx5e_rl_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579482976
    },
    "mlx5e_rl_open_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579485520
    },
    "mlx5e_rl_open_workers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579481088
    },
    "mlx5e_rl_params_desc": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585357440
    },
    "mlx5e_rl_refresh_channel_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579490464
    },
    "mlx5e_rl_refresh_sq_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579483152
    },
    "mlx5e_rl_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579482560
    },
    "mlx5e_rl_snd_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579488736
    },
    "mlx5e_rl_snd_tag_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579488448
    },
    "mlx5e_rl_snd_tag_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579488480
    },
    "mlx5e_rl_snd_tag_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585357792
    },
    "mlx5e_rl_stats_desc": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "mlx5e_rl_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579488928
    },
    "mlx5e_rl_sysctl_show_rate_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579480416
    },
    "mlx5e_rl_table_params_desc": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585357712
    },
    "mlx5e_rl_tx_limit_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579480768
    },
    "mlx5e_rl_tx_limit_clr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579490848
    },
    "mlx5e_rl_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579483792
    },
    "mlx5e_rlw_channel_set_rate_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579486480
    },
    "mlx5e_rq_stats_desc": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610015808
    },
    "mlx5e_rx_cq_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579472416
    },
    "mlx5e_send_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579433312
    },
    "mlx5e_set_dev_port_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579421056
    },
    "mlx5e_set_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579424624
    },
    "mlx5e_set_rx_mode_core": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579441568
    },
    "mlx5e_set_rx_mode_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579441392
    },
    "mlx5e_setup_pauseframes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579421520
    },
    "mlx5e_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579418800
    },
    "mlx5e_sq_cev_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579393824
    },
    "mlx5e_sq_dump_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579433840
    },
    "mlx5e_sq_stats_desc": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610015648
    },
    "mlx5e_sq_tls_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579458832
    },
    "mlx5e_sq_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579434992
    },
    "mlx5e_sysctl_rx_priority_flow_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579431408
    },
    "mlx5e_sysctl_tx_priority_flow_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579430752
    },
    "mlx5e_tc_maxrate_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579387360
    },
    "mlx5e_tc_rate_share_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579388048
    },
    "mlx5e_tls_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579457776
    },
    "mlx5e_tls_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579456992
    },
    "mlx5e_tls_rl_snd_tag_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579462000
    },
    "mlx5e_tls_rl_snd_tag_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585357160
    },
    "mlx5e_tls_rx_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579463024
    },
    "mlx5e_tls_rx_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579462256
    },
    "mlx5e_tls_rx_receive_progress_parameters_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579467824
    },
    "mlx5e_tls_rx_send_progress_parameters_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579468352
    },
    "mlx5e_tls_rx_send_progress_parameters_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579465120
    },
    "mlx5e_tls_rx_send_static_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579464448
    },
    "mlx5e_tls_rx_send_static_parameters_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579468304
    },
    "mlx5e_tls_rx_set_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579464240
    },
    "mlx5e_tls_rx_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579463152
    },
    "mlx5e_tls_rx_snd_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579467680
    },
    "mlx5e_tls_rx_snd_tag_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579466512
    },
    "mlx5e_tls_rx_snd_tag_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585357240
    },
    "mlx5e_tls_rx_stats_desc": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610020368
    },
    "mlx5e_tls_rx_tag_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579462704
    },
    "mlx5e_tls_rx_tag_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579462928
    },
    "mlx5e_tls_rx_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579465776
    },
    "mlx5e_tls_send_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579461088
    },
    "mlx5e_tls_send_progress_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579460784
    },
    "mlx5e_tls_send_static_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579460240
    },
    "mlx5e_tls_set_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579458688
    },
    "mlx5e_tls_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579457936
    },
    "mlx5e_tls_snd_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579462080
    },
    "mlx5e_tls_snd_tag_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579462048
    },
    "mlx5e_tls_snd_tag_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585357200
    },
    "mlx5e_tls_stats_desc": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610019968
    },
    "mlx5e_tls_tag_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579457456
    },
    "mlx5e_tls_tag_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579457648
    },
    "mlx5e_tls_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579461360
    },
    "mlx5e_trust_state_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579389872
    },
    "mlx5e_tx_cq_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579439280
    },
    "mlx5e_ul_snd_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579424592
    },
    "mlx5e_ul_snd_tag_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579424528
    },
    "mlx5e_ul_snd_tag_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585357008
    },
    "mlx5e_update_buf_lossy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579377760
    },
    "mlx5e_update_carrier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579402992
    },
    "mlx5e_update_carrier_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579430176
    },
    "mlx5e_update_sq_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579392576
    },
    "mlx5e_update_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579423600
    },
    "mlx5e_update_stats_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579424672
    },
    "mlx5e_vlan_rx_add_vid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579440272
    },
    "mlx5e_vlan_rx_kill_vid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579441152
    },
    "mlx5e_vport_context_update_addr_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579456016
    },
    "mlx5e_vport_context_update_vlans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579453440
    },
    "mlx5e_vport_stats_desc": {
      "type": {
        "count": 74,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610016000
    },
    "mlx5e_vxlan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579444528
    },
    "mlx5e_vxlan_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579445008
    },
    "mlx5e_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579438624
    },
    "mlx_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570343312
    },
    "mlx_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608513856
    },
    "mlx_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570353376
    },
    "mlx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570365600
    },
    "mlx_completeio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570359728
    },
    "mlx_controller_names": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_6ed36a3601750565"
        }
      },
      "address": 18446744071584859952
    },
    "mlx_describe_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570348640
    },
    "mlx_describe_controller.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610771280
    },
    "mlx_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570350480
    },
    "mlx_diagnose_command.unkmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610771200
    },
    "mlx_disk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx_dma_map_sg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570360656
    },
    "mlx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570352240
    },
    "mlx_enquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570347632
    },
    "mlx_enquire_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570364688
    },
    "mlx_eventlog_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570363664
    },
    "mlx_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570351456
    },
    "mlx_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570342800
    },
    "mlx_identifiers": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mlx_ident"
        }
      },
      "address": 18446744071608514336
    },
    "mlx_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570347200
    },
    "mlx_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570353632
    },
    "mlx_messages": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_bd13d46226c2812d"
        }
      },
      "address": 18446744071584859264
    },
    "mlx_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584860320
    },
    "mlx_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570353120
    },
    "mlx_pause_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570360672
    },
    "mlx_pause_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570362768
    },
    "mlx_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlx_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570367600
    },
    "mlx_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608514544
    },
    "mlx_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608514496
    },
    "mlx_pci_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570368192
    },
    "mlx_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608514472
    },
    "mlx_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570367536
    },
    "mlx_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608514304
    },
    "mlx_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570348240
    },
    "mlx_periodic_enquiry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570361664
    },
    "mlx_periodic_eventlog_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570363104
    },
    "mlx_periodic_eventlog_respond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570364032
    },
    "mlx_periodic_rebuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570362512
    },
    "mlx_poll_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570365200
    },
    "mlx_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570352096
    },
    "mlx_sense_messages": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584859840
    },
    "mlx_setup_dmamap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570359472
    },
    "mlx_sglist_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570347328
    },
    "mlx_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570350816
    },
    "mlx_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570352512
    },
    "mlx_startio_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570358880
    },
    "mlx_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570349696
    },
    "mlx_status_messages": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584859664
    },
    "mlx_submit_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570352464
    },
    "mlx_submit_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570357616
    },
    "mlx_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570351248
    },
    "mlx_user_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570360048
    },
    "mlx_v3_findcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570345344
    },
    "mlx_v3_fw_handshake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570345600
    },
    "mlx_v3_intaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570345504
    },
    "mlx_v3_tryqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570345216
    },
    "mlx_v4_findcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570346000
    },
    "mlx_v4_fw_handshake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570346288
    },
    "mlx_v4_intaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570346176
    },
    "mlx_v4_tryqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570345856
    },
    "mlx_v5_findcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570346688
    },
    "mlx_v5_fw_handshake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570346944
    },
    "mlx_v5_intaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570346848
    },
    "mlx_v5_tryqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570346560
    },
    "mlx_wait_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570360176
    },
    "mlxd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxd_softc"
        }
      },
      "address": 0
    },
    "mlxd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570365968
    },
    "mlxd_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570366832
    },
    "mlxd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570366352
    },
    "mlxd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608514200
    },
    "mlxd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570365888
    },
    "mlxd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570367136
    },
    "mlxd_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584860256
    },
    "mlxd_mlx_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608514152
    },
    "mlxd_mlx_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608514128
    },
    "mlxd_mlxmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608514088
    },
    "mlxd_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570366384
    },
    "mlxd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570365936
    },
    "mlxd_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570367200
    },
    "mlxfw_firmware_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570336720
    },
    "mlxfw_fsm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlxfw_fsm_state_err_str": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584858752
    },
    "mlxfw_fsm_state_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570337584
    },
    "mlxfw_mfa2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlxfw_mfa2_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570337808
    },
    "mlxfw_mfa2_comp_magic": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584858944
    },
    "mlxfw_mfa2_comp_magic_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mlxfw_mfa2_file_component_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570339808
    },
    "mlxfw_mfa2_file_component_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570340288
    },
    "mlxfw_mfa2_file_component_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570341216
    },
    "mlxfw_mfa2_file_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570341280
    },
    "mlxfw_mfa2_file_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570337856
    },
    "mlxfw_mfa2_file_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570338496
    },
    "mlxfw_mfa2_fingerprint": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584858912
    },
    "mlxfw_mfa2_fingerprint_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mlxfw_mfa2_tlv_advance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570341760
    },
    "mlxfw_mfa2_tlv_dev_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570339888
    },
    "mlxfw_mfa2_tlv_multi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mlxfw_mfa2_tlv_multi_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570341520
    },
    "mlxfw_mfa2_tlv_multi_child_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570342416
    },
    "mlxfw_mfa2_tlv_multi_child_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570342032
    },
    "mlxfw_mfa2_tlv_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570341584
    },
    "mlxfw_mfa2_xz_dec_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570341344
    },
    "mm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mm_struct"
        }
      },
      "address": 0
    },
    "mm_other": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mm_struct"
        }
      },
      "address": 0
    },
    "mmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intel_raid_map"
        }
      },
      "address": 0
    },
    "mmap0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intel_raid_map"
        }
      },
      "address": 0
    },
    "mmap1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intel_raid_map"
        }
      },
      "address": 0
    },
    "mmask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mmc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mmc_acquire_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570372240
    },
    "mmc_app_decode_scr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570389344
    },
    "mmc_app_decode_sd_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570390048
    },
    "mmc_app_sd_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570389664
    },
    "mmc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370416
    },
    "mmc_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570371200
    },
    "mmc_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610771360
    },
    "mmc_delayed_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570373456
    },
    "mmc_delete_cards": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570388240
    },
    "mmc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370528
    },
    "mmc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608514816
    },
    "mmc_go_discovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570373568
    },
    "mmc_host_timing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570392912
    },
    "mmc_idle_cards": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570387696
    },
    "mmc_isr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mmc_log_card": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570391776
    },
    "mmc_methods": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584860736
    },
    "mmc_power_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570388560
    },
    "mmc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370384
    },
    "mmc_quirks": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mmc_quirk"
        }
      },
      "address": 18446744071584860960
    },
    "mmc_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370816
    },
    "mmc_release_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570373184
    },
    "mmc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370688
    },
    "mmc_retune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570395440
    },
    "mmc_retune_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570371328
    },
    "mmc_retune_unpause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570371376
    },
    "mmc_sd_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570389408
    },
    "mmc_sdhci_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609112784
    },
    "mmc_sdhci_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609112760
    },
    "mmc_sdhci_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609112496
    },
    "mmc_sdhci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609113336
    },
    "mmc_sdhci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609113312
    },
    "mmc_sdhci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609113104
    },
    "mmc_select_card": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570389216
    },
    "mmc_send_ext_csd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370160
    },
    "mmc_send_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370048
    },
    "mmc_set_card_bus_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570393488
    },
    "mmc_set_timing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570394480
    },
    "mmc_set_vccq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570393136
    },
    "mmc_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mmc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570370608
    },
    "mmc_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570369328
    },
    "mmc_switch_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570369712
    },
    "mmc_switch_to_hs400": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570393984
    },
    "mmc_test_bus_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570390176
    },
    "mmc_timing_to_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570392880
    },
    "mmc_wait_for_app_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570368992
    },
    "mmc_wait_for_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570368656
    },
    "mmc_wait_for_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570371392
    },
    "mmc_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396496
    },
    "mmc_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570371184
    },
    "mmcbr_acquire_host_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515040
    },
    "mmcbr_get_ro_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515016
    },
    "mmcbr_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mmcbr_release_host_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515064
    },
    "mmcbr_request_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608514992
    },
    "mmcbr_retune_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608514968
    },
    "mmcbr_set_bus_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570389104
    },
    "mmcbr_switch_vccq_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608514920
    },
    "mmcbr_tune_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608514944
    },
    "mmcbr_update_ios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570388144
    },
    "mmcbr_update_ios_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608514896
    },
    "mmcbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "mmcbus_acquire_bus_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515160
    },
    "mmcbus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mmcbus_release_bus_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515184
    },
    "mmcbus_retune_pause_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515088
    },
    "mmcbus_retune_unpause_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515112
    },
    "mmcbus_wait_for_request_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608515136
    },
    "mmcsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mmcsd_add_part": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570401616
    },
    "mmcsd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396992
    },
    "mmcsd_cache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608515552
    },
    "mmcsd_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570403776
    },
    "mmcsd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570399888
    },
    "mmcsd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608515640
    },
    "mmcsd_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570404112
    },
    "mmcsd_flush_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570410096
    },
    "mmcsd_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570404720
    },
    "mmcsd_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396672
    },
    "mmcsd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570407184
    },
    "mmcsd_ioctl_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570407488
    },
    "mmcsd_ioctl_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570404080
    },
    "mmcsd_ioctl_rpmb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570407168
    },
    "mmcsd_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584861408
    },
    "mmcsd_mmc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608515592
    },
    "mmcsd_mmc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608515568
    },
    "mmcsd_mmcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608515480
    },
    "mmcsd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396944
    },
    "mmcsd_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570401104
    },
    "mmcsd_rpmb_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608515688
    },
    "mmcsd_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570410384
    },
    "mmcsd_set_blockcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570409872
    },
    "mmcsd_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570400528
    },
    "mmcsd_slicer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396720
    },
    "mmcsd_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570403840
    },
    "mmcsd_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570400592
    },
    "mmcsd_switch_part": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570409456
    },
    "mmcsd_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570404832
    },
    "mmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msk_mii_data"
        }
      },
      "address": 0
    },
    "mmd_address": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mmd_data": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mmd_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mmio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_mmio_region"
        }
      },
      "address": 0
    },
    "mmkey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mmngc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mmps": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_pipe_adapter"
        }
      },
      "address": 0
    },
    "mname": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mnew": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mnext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "mnf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mng_vlan_prot_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mnl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mnt_gen_r": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mnt_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statfs"
        }
      },
      "address": 0
    },
    "mnt_vnode_markerfree_lazy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576551856
    },
    "mnt_vnode_next_lazy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576550224
    },
    "mntdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "null_mount"
        }
      },
      "address": 0
    },
    "mntfs_allocvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926736
    },
    "mntfs_freevp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926912
    },
    "mntfs_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573926704
    },
    "mntfs_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609533592
    },
    "mntfs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mntid_base": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071613045552
    },
    "mntid_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613045560
    },
    "mntorflags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mntp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "mnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_op"
        }
      },
      "address": 0
    },
    "mobj": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hvm_modlist_entry"
        }
      },
      "address": 0
    },
    "mod_abs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mod_changed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mod_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568856192
    },
    "mod_event.loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610626136
    },
    "mod_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mod_str": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584710816
    },
    "mod_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838016
    },
    "moddata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "moduledata_t"
        }
      },
      "address": 18446744071609521904
    },
    "mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mode10_changeable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_10"
        }
      },
      "address": 0
    },
    "mode10_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_10"
        }
      },
      "address": 0
    },
    "mode2xfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761440
    },
    "mode72": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mode_blk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_blk_desc"
        }
      },
      "address": 0
    },
    "mode_block_descriptor_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mode_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "mode_buf_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mode_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "mode_buffer_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mode_byte": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mode_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mode_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_6"
        }
      },
      "address": 0
    },
    "mode_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_header_6"
        }
      },
      "address": 0
    },
    "mode_map": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_0ca6a47aeb61c375"
        }
      },
      "address": 18446744071613421376
    },
    "mode_modify": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mode_opt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nmreq_opt_sync_kloop_mode"
        }
      },
      "address": 0
    },
    "mode_page_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mode_param": {
      "type": {
        "kind": "struct",
        "name": "sli4_req_common_set_features_t10_pi_mem_model_t"
      },
      "address": 0
    },
    "mode_parameters_10": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_10_T"
        }
      },
      "address": 0
    },
    "mode_parameters_6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCSI_MODE_SELECT_MODE_PARAMETER_HEADER_6_T"
        }
      },
      "address": 0
    },
    "mode_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mode_set": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mode_str": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610791296
    },
    "mode_string.mode_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610791296
    },
    "modeflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "model": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "model_name": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584877520
    },
    "model_name.models": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585441824
    },
    "modelmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "models": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_173ed40ebb74f82a"
        }
      },
      "address": 18446744071585441824
    },
    "moder_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "moderet": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "modern": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "modes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071584188384
    },
    "modesIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "modesMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "modes_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "modes_txgaintable_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "modeselect": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "modestr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "modevent_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575436848
    },
    "modevents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573763536
    },
    "modevents.prev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612444336
    },
    "modif": {
      "type": {
        "count": 120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "modified": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "modifier": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "modifiers": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "modifies": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "modify_delay": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_modify_eq_delay_t"
        }
      },
      "address": 0
    },
    "modify_device_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569038816
    },
    "modify_map": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "modify_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "modinfo": {
      "type": {
        "kind": "struct",
        "name": "ethtool_modinfo"
      },
      "address": 0
    },
    "modlist_lookup2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575370752
    },
    "modname": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "modnext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "modpi": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "modptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "modtype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "module": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "module_event_eqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_eqe_port_module_event"
        }
      },
      "address": 0
    },
    "module_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437296
    },
    "module_getfnext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437248
    },
    "module_getid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437232
    },
    "module_getname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437264
    },
    "module_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "module_id_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "module_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575438640
    },
    "module_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "module_lookupbyid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575436896
    },
    "module_lookupbyname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575436128
    },
    "module_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "module_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "module_quiesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575436928
    },
    "module_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575436880
    },
    "module_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575436336
    },
    "module_register_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575435312
    },
    "module_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575436192
    },
    "module_setspecific": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437280
    },
    "module_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575438720
    },
    "module_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690080
    },
    "module_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437088
    },
    "modules": {
      "type": {
        "kind": "struct",
        "name": "modulelist"
      },
      "address": 18446744071612554656
    },
    "modules_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612554624
    },
    "moff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "moffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mon": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mon_lengths": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 12,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 0
    },
    "mon_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "monitor_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315408
    },
    "monitor_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315328
    },
    "monitor_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315264
    },
    "monitor_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577315504
    },
    "month": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "month_days": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585182944
    },
    "mop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlmeop"
        }
      },
      "address": 0
    },
    "mopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "moptlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsoptlist"
        }
      },
      "address": 0
    },
    "mopts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_moptions"
        }
      },
      "address": 0
    },
    "more": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "moreThan1Frame": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "more_data": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "more_dirs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "more_elements": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "more_frag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "more_gpm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "more_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "more_to_do": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "morefrag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "morework": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mos_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573119264
    },
    "mos_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573121744
    },
    "mos_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573121120
    },
    "mos_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573121376
    },
    "mos_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585055168
    },
    "mos_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573119568
    },
    "mos_devs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607432256
    },
    "mos_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609417568
    },
    "mos_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573124048
    },
    "mos_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573123632
    },
    "mos_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573123552
    },
    "mos_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573122112
    },
    "mos_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573121600
    },
    "mos_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585054960
    },
    "mos_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573119632
    },
    "mos_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573120624
    },
    "mos_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573120176
    },
    "mos_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573119200
    },
    "mos_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573123808
    },
    "mos_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573122816
    },
    "mos_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573123168
    },
    "mos_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573122048
    },
    "mos_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573122704
    },
    "mos_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573123376
    },
    "mos_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585055072
    },
    "mos_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609417520
    },
    "mos_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609417496
    },
    "mos_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609417264
    },
    "most": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "mostFrequent": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mount_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576493264
    },
    "mount_argb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576484240
    },
    "mount_argf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576493520
    },
    "mount_argsu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576484016
    },
    "mount_devctl_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576490112
    },
    "mount_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576497664
    },
    "mount_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576497520
    },
    "mount_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613043080
    },
    "mountcheckdirs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575212528
    },
    "mounted_on_fileno": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mounted_softdep": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mountlist": {
      "type": {
        "kind": "struct",
        "name": "mntlist"
      },
      "address": 18446744071609809952
    },
    "mountlist_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071608222784
    },
    "mountmsdosfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573955552
    },
    "mountnfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574284176
    },
    "mountnfs.clval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481984
    },
    "mountpoint": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "mountroot_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575889584
    },
    "mountroot_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736720
    },
    "mountroot_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071612909248
    },
    "mouse": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mouse_info_t"
        }
      },
      "address": 0
    },
    "mouse10x14_120": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587184976
    },
    "mouse10x16_100": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185456
    },
    "mouse10x16_120": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185536
    },
    "mouse10x16_133": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185616
    },
    "mouse10x16_50": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185216
    },
    "mouse10x16_75": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185296
    },
    "mouse10x16_90": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185376
    },
    "mouse14x10_240": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185136
    },
    "mouse8x13_75": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587184736
    },
    "mouse8x14_67": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587184656
    },
    "mouse9x13_100": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587184896
    },
    "mouse9x13_133": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587185056
    },
    "mouse9x13_90": {
      "type": {
        "kind": "struct",
        "name": "mousedata"
      },
      "address": 18446744071587184816
    },
    "mouse_cut_extend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572716576
    },
    "mouse_cut_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572716480
    },
    "mouse_cut_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572715616
    },
    "mouse_cut_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572716144
    },
    "mouse_do_cut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572716880
    },
    "mouse_ext_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580468240
    },
    "mouse_id_proc1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580467840
    },
    "mouse_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909248
    },
    "mouse_status": {
      "type": {
        "kind": "struct",
        "name": "mousestatus_t"
      },
      "address": 18446744071610909216
    },
    "mouseb": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mouselarge": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mousedata"
          }
        }
      },
      "address": 18446744071587184592
    },
    "mousesmall": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mousedata"
          }
        }
      },
      "address": 18446744071587184528
    },
    "mout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "moves": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mp0": {
      "type": {
        "kind": "struct",
        "name": "m_pool_s"
      },
      "address": 18446744071609233160
    },
    "mp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "mp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_class"
        }
      },
      "address": 0
    },
    "mp3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mp_busy": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mp_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mp_maxcpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609745920
    },
    "mp_maxid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612992984
    },
    "mp_naps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613445328
    },
    "mp_ncores": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609746728
    },
    "mp_ncpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612993160
    },
    "mp_ndesc_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577039888
    },
    "mp_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhgrp_priv"
        }
      },
      "address": 0
    },
    "mp_ring.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mp_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568769088
    },
    "mp_ring_check_drainage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568770880
    },
    "mp_ring_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568769776
    },
    "mp_ring_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568769552
    },
    "mp_ring_is_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568772160
    },
    "mp_ring_reset_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568772016
    },
    "mp_ring_state_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577040416
    },
    "mp_ring_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568772208
    },
    "mp_setmaxid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575990240
    },
    "mp_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575990272
    },
    "mp_writable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "mp_x86.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mparms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mpath_entropy_key": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609841472
    },
    "mpath_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585314800
    },
    "mpbiosreason": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mpbioswarmvec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mpcp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mpcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount_pcpu"
        }
      },
      "address": 0
    },
    "mpdu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwn_rx_mpdu"
        }
      },
      "address": 0
    },
    "mpdu_dens": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mpdudensity": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mpend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mpf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mii_phy_funcs"
        }
      },
      "address": 0
    },
    "mpg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "mphy_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mphys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mpi25_ieee_chain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI25_IEEE_SGE_CHAIN64"
        }
      },
      "address": 0
    },
    "mpi2IocInit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_IOC_INIT_REQUEST"
        }
      },
      "address": 0
    },
    "mpi_control": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mpi_init_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622368
    },
    "mpi_pre_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622944
    },
    "mpi_pre_fw_download": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622496
    },
    "mpi_pre_fw_upload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622688
    },
    "mpi_pre_ioc_facts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622400
    },
    "mpi_pre_port_facts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622448
    },
    "mpi_pre_sas_io_unit_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570623008
    },
    "mpi_pre_sata_passthrough": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622816
    },
    "mpi_pre_smp_passthrough": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622880
    },
    "mpi_reply": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_SCSI_TASK_MANAGE_REPLY"
        }
      },
      "address": 0
    },
    "mpi_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Mpi2SataPassthroughRequest_t"
        }
      },
      "address": 0
    },
    "mpi_tm_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_SCSI_TASK_MANAGE_REQUEST"
        }
      },
      "address": 0
    },
    "mpie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshpeer_ie"
        }
      },
      "address": 0
    },
    "mpipe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pipe"
        }
      },
      "address": 0
    },
    "mpnh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rta_mpath_nh"
        }
      },
      "address": 0
    },
    "mpnroot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "mpolicy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mporoot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "mppe_block_on_max_rekey": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613058248
    },
    "mppe_log_max_rekey": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609888080
    },
    "mppe_max_rekey": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609888084
    },
    "mpr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_add_dmaseg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570432720
    },
    "mpr_alloc_nvme_prp_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570438928
    },
    "mpr_alloc_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570436048
    },
    "mpr_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570422448
    },
    "mpr_attach_sas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570477408
    },
    "mpr_attach_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570511056
    },
    "mpr_base_static_config_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570444416
    },
    "mpr_build_nvme_prp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570431600
    },
    "mpr_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608519696
    },
    "mpr_chainfail_interval": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071608516176
    },
    "mpr_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570512160
    },
    "mpr_complete_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570429248
    },
    "mpr_config.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_config_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570435744
    },
    "mpr_config_get_bios_pg3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570449472
    },
    "mpr_config_get_dpm_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570444656
    },
    "mpr_config_get_ioc_pg8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570441216
    },
    "mpr_config_get_iounit_pg8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570442592
    },
    "mpr_config_get_man_pg11": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570443504
    },
    "mpr_config_get_pcie_device_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570447552
    },
    "mpr_config_get_pcie_device_pg2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570448512
    },
    "mpr_config_get_raid_pd_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570452336
    },
    "mpr_config_get_raid_volume_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570450400
    },
    "mpr_config_get_raid_volume_pg1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570451296
    },
    "mpr_config_get_sas_device_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570446592
    },
    "mpr_config_get_volume_wwid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570452240
    },
    "mpr_config_set_dpm_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570445632
    },
    "mpr_data_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570433264
    },
    "mpr_data_cb2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570433248
    },
    "mpr_debug": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mpr_debug_strings": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_debug_string"
        }
      },
      "address": 18446744071584861696
    },
    "mpr_debug_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570439952
    },
    "mpr_deregister_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570431520
    },
    "mpr_describe_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570505632
    },
    "mpr_describe_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570505520
    },
    "mpr_detach_sas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570483152
    },
    "mpr_detach_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570511168
    },
    "mpr_diag_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570412512
    },
    "mpr_dump_reqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570440672
    },
    "mpr_enqueue_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570434544
    },
    "mpr_event_names": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608517344
    },
    "mpr_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570472704
    },
    "mpr_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570426240
    },
    "mpr_free_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570525584
    },
    "mpr_free_high_priority_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570439472
    },
    "mpr_get_tunables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570420256
    },
    "mpr_identifiers": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_ident"
        }
      },
      "address": 18446744071608516192
    },
    "mpr_init_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570511200
    },
    "mpr_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570427696
    },
    "mpr_intr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570427936
    },
    "mpr_intr_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570429088
    },
    "mpr_iocfacts_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570414000
    },
    "mpr_iocfacts_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570426912
    },
    "mpr_iocstatus_string": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518976
    },
    "mpr_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570512960
    },
    "mpr_ioctl_devsw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570512176
    },
    "mpr_linkrate_names": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608517968
    },
    "mpr_load_chains_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570438656
    },
    "mpr_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570524976
    },
    "mpr_log_evt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570439808
    },
    "mpr_map_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570433008
    },
    "mpr_mapping.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_mapping_allocate_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570453248
    },
    "mpr_mapping_check_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570453856
    },
    "mpr_mapping_enclosure_dev_status_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570458096
    },
    "mpr_mapping_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570457216
    },
    "mpr_mapping_free_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570453712
    },
    "mpr_mapping_get_raid_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570457840
    },
    "mpr_mapping_get_raid_tid_from_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570457968
    },
    "mpr_mapping_get_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570457680
    },
    "mpr_mapping_get_tid_from_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570457760
    },
    "mpr_mapping_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570455200
    },
    "mpr_mapping_ir_config_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570466432
    },
    "mpr_mapping_pcie_topology_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570463264
    },
    "mpr_mapping_topology_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570459344
    },
    "mpr_memaddr_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570419936
    },
    "mpr_memaddr_wait_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570419952
    },
    "mpr_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584861952
    },
    "mpr_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570512144
    },
    "mpr_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "mpr_parse_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570421824
    },
    "mpr_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570471168
    },
    "mpr_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570472624
    },
    "mpr_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608517120
    },
    "mpr_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608517072
    },
    "mpr_pci_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570473168
    },
    "mpr_pci_free_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570470848
    },
    "mpr_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608517048
    },
    "mpr_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570471104
    },
    "mpr_pci_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570470976
    },
    "mpr_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570472688
    },
    "mpr_pci_setup_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570470288
    },
    "mpr_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570472672
    },
    "mpr_pcie_linkrate_names": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518864
    },
    "mpr_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608516960
    },
    "mpr_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570425664
    },
    "mpr_phyinfo_reason_names": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518224
    },
    "mpr_phystatus_names": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608517856
    },
    "mpr_post_fw_diag_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570526032
    },
    "mpr_print_evt_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570506544
    },
    "mpr_print_evt_sas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570507264
    },
    "mpr_print_expander1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570508768
    },
    "mpr_print_iocfacts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570505808
    },
    "mpr_print_portfacts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570506432
    },
    "mpr_print_sasdev0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570506784
    },
    "mpr_print_sasphy0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570509856
    },
    "mpr_print_scsiio_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570511024
    },
    "mpr_print_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570510656
    },
    "mpr_push_ieee_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570432192
    },
    "mpr_push_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570431936
    },
    "mpr_read_config_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570435328
    },
    "mpr_register_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570429536
    },
    "mpr_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570411216
    },
    "mpr_release_fw_diag_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570526640
    },
    "mpr_request_polled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570430592
    },
    "mpr_request_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570436256
    },
    "mpr_reregister_events_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570441120
    },
    "mpr_sas.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_sas_lsi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_sasdev0_devtype": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518144
    },
    "mpr_sasdev_reason": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518656
    },
    "mpr_sasdisc_reason": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518496
    },
    "mpr_sastopo_exp": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518560
    },
    "mpr_scsi_status_string": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608519280
    },
    "mpr_scsi_taskmgmt_string": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608519488
    },
    "mpr_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570425888
    },
    "mpr_table.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_transition_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570424928
    },
    "mpr_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570525040
    },
    "mpr_update_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570429696
    },
    "mpr_user.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpr_user_func_list": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_user_func"
        }
      },
      "address": 18446744071608519888
    },
    "mpr_user_read_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570525104
    },
    "mpr_user_read_extcfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570525248
    },
    "mpr_user_write_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570525392
    },
    "mpr_wait_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570434768
    },
    "mpr_wait_db_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570438064
    },
    "mpr_wait_db_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570437936
    },
    "mpr_whoinit_names": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mpr_table_lookup"
        }
      },
      "address": 18446744071608518384
    },
    "mpr_write_config_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570436032
    },
    "mpred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "mprev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mprot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mprsas_abort_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570493888
    },
    "mprsas_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570478496
    },
    "mprsas_add_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570503184
    },
    "mprsas_alloc_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570473952
    },
    "mprsas_announce_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570484512
    },
    "mprsas_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570482528
    },
    "mprsas_ata_id_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570505296
    },
    "mprsas_ata_id_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570505216
    },
    "mprsas_build_nvme_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570487984
    },
    "mprsas_check_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570486640
    },
    "mprsas_discovery_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570483632
    },
    "mprsas_evt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570494976
    },
    "mprsas_find_target_by_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570473440
    },
    "mprsas_firmware_event_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570495440
    },
    "mprsas_free_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570474096
    },
    "mprsas_get_sas_address_for_sata_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570499824
    },
    "mprsas_handle_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570483776
    },
    "mprsas_ir_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570501296
    },
    "mprsas_log_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570492944
    },
    "mprsas_logical_unit_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570485424
    },
    "mprsas_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570482448
    },
    "mprsas_portenable_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570494752
    },
    "mprsas_prepare_for_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570476560
    },
    "mprsas_prepare_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570475648
    },
    "mprsas_prepare_remove_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570474976
    },
    "mprsas_prepare_volume_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570475120
    },
    "mprsas_realloc_targets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570486768
    },
    "mprsas_record_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570511824
    },
    "mprsas_release_simq_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570473696
    },
    "mprsas_remove_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570486944
    },
    "mprsas_remove_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570476784
    },
    "mprsas_remove_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570476144
    },
    "mprsas_rescan_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570474688
    },
    "mprsas_resetdev_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570487280
    },
    "mprsas_scsiio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570488960
    },
    "mprsas_scsiio_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570492256
    },
    "mprsas_send_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570493392
    },
    "mprsas_send_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570484688
    },
    "mprsas_set_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570485328
    },
    "mprsas_smpio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570494400
    },
    "mprsas_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570486400
    },
    "mprsas_startup_decrement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570473776
    },
    "mprsas_startup_increment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570473520
    },
    "mprsas_stop_unit_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570505376
    },
    "mprsas_target_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570485952
    },
    "mprsas_tm_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570486336
    },
    "mprsas_volume_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570504832
    },
    "mps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_action_ht_mimopowersave"
        }
      },
      "address": 0
    },
    "mps.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_add_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570546560
    },
    "mps_add_dmaseg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570546768
    },
    "mps_alloc_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570549232
    },
    "mps_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570537376
    },
    "mps_attach_sas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570590144
    },
    "mps_attach_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622224
    },
    "mps_base_static_config_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570557104
    },
    "mps_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608523568
    },
    "mps_chainfail_interval": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071608520416
    },
    "mps_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570623376
    },
    "mps_cls_intr_details": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584738512
    },
    "mps_cls_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584738576
    },
    "mps_complete_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570543952
    },
    "mps_config.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_config_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570548592
    },
    "mps_config_get_bios_pg3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570566240
    },
    "mps_config_get_dpm_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570561392
    },
    "mps_config_get_ioc_pg8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570553792
    },
    "mps_config_get_man_pg10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570555360
    },
    "mps_config_get_raid_pd_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570559808
    },
    "mps_config_get_raid_volume_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570558240
    },
    "mps_config_get_raid_volume_pg1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570567808
    },
    "mps_config_get_sas_device_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570564640
    },
    "mps_config_get_volume_wwid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570569424
    },
    "mps_config_set_dpm_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570563040
    },
    "mps_data_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570547232
    },
    "mps_data_cb2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570547216
    },
    "mps_debug": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mps_debug_strings": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_debug_string"
        }
      },
      "address": 18446744071584864864
    },
    "mps_debug_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570552208
    },
    "mps_deregister_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570546128
    },
    "mps_describe_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570616912
    },
    "mps_describe_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570616800
    },
    "mps_detach_sas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570594144
    },
    "mps_detach_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622336
    },
    "mps_diag_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570527968
    },
    "mps_dump_reqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570552928
    },
    "mps_enqueue_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570547648
    },
    "mps_event_names": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608521392
    },
    "mps_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570585904
    },
    "mps_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570541120
    },
    "mps_free_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570600144
    },
    "mps_free_high_priority_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570551744
    },
    "mps_get_tunables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570535184
    },
    "mps_identifiers": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_ident"
        }
      },
      "address": 18446744071608520432
    },
    "mps_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570542448
    },
    "mps_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568993600
    },
    "mps_intr_handler.mps_cls_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738512
    },
    "mps_intr_handler.mps_cls_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738576
    },
    "mps_intr_handler.mps_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608431344
    },
    "mps_intr_handler.mps_rx_perr_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737888
    },
    "mps_intr_handler.mps_rx_perr_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737920
    },
    "mps_intr_handler.mps_stat_rx_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738432
    },
    "mps_intr_handler.mps_stat_rx_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738464
    },
    "mps_intr_handler.mps_stat_sram1_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738624
    },
    "mps_intr_handler.mps_stat_sram1_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738656
    },
    "mps_intr_handler.mps_stat_sram_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738272
    },
    "mps_intr_handler.mps_stat_sram_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738304
    },
    "mps_intr_handler.mps_stat_tx_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738352
    },
    "mps_intr_handler.mps_stat_tx_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738384
    },
    "mps_intr_handler.mps_trc_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738160
    },
    "mps_intr_handler.mps_trc_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738224
    },
    "mps_intr_handler.mps_tx_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737968
    },
    "mps_intr_handler.mps_tx_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584738112
    },
    "mps_intr_info": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_info"
        }
      },
      "address": 18446744071608431344
    },
    "mps_intr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570542656
    },
    "mps_intr_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570543792
    },
    "mps_iocfacts_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570529376
    },
    "mps_iocfacts_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570541776
    },
    "mps_iocstatus_string": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608522736
    },
    "mps_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570624176
    },
    "mps_ioctl_devsw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570623392
    },
    "mps_linkrate_names": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608521856
    },
    "mps_load_chains_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570551472
    },
    "mps_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570636384
    },
    "mps_log_evt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570552064
    },
    "mps_map_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570546832
    },
    "mps_mapping.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_mapping_allocate_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570569520
    },
    "mps_mapping_check_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570570128
    },
    "mps_mapping_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570583120
    },
    "mps_mapping_encl_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570583344
    },
    "mps_mapping_enclosure_dev_status_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570574112
    },
    "mps_mapping_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570573232
    },
    "mps_mapping_free_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570569984
    },
    "mps_mapping_get_raid_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570573856
    },
    "mps_mapping_get_raid_tid_from_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570573984
    },
    "mps_mapping_get_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570573696
    },
    "mps_mapping_get_tid_from_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570573776
    },
    "mps_mapping_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570571472
    },
    "mps_mapping_ir_config_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570581536
    },
    "mps_mapping_topology_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570575360
    },
    "mps_memaddr_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570534864
    },
    "mps_memaddr_wait_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570534880
    },
    "mps_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584865120
    },
    "mps_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570623360
    },
    "mps_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "mps_parse_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570536752
    },
    "mps_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570584752
    },
    "mps_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570585824
    },
    "mps_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608521168
    },
    "mps_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608521120
    },
    "mps_pci_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570586368
    },
    "mps_pci_free_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570584400
    },
    "mps_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608521096
    },
    "mps_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570584688
    },
    "mps_pci_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570584560
    },
    "mps_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570585888
    },
    "mps_pci_setup_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570583824
    },
    "mps_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570585872
    },
    "mps_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608521008
    },
    "mps_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570540640
    },
    "mps_phyinfo_reason_names": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608522096
    },
    "mps_phystatus_names": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608521744
    },
    "mps_post_fw_diag_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570636992
    },
    "mps_print_evt_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570617824
    },
    "mps_print_evt_sas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570618544
    },
    "mps_print_expander1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570620048
    },
    "mps_print_iocfacts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570617088
    },
    "mps_print_portfacts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570617712
    },
    "mps_print_sasdev0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570618064
    },
    "mps_print_sasphy0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570621136
    },
    "mps_print_scsiio_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570622192
    },
    "mps_print_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570621936
    },
    "mps_push_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570546192
    },
    "mps_read_config_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570547840
    },
    "mps_register_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570544240
    },
    "mps_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570527136
    },
    "mps_release_fw_diag_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570637968
    },
    "mps_request_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570549552
    },
    "mps_reregister_events_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570553376
    },
    "mps_rplc": {
      "type": {
        "kind": "struct",
        "name": "fw_ldst_mps_rplc"
      },
      "address": 0
    },
    "mps_rx_perr_intr_details": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584737888
    },
    "mps_rx_perr_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584737920
    },
    "mps_sas.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_sas_lsi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_sasdev0_devtype": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608522016
    },
    "mps_sasdev_reason": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608522528
    },
    "mps_sasdisc_reason": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608522368
    },
    "mps_sastopo_exp": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608522432
    },
    "mps_scsi_status_string": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608523040
    },
    "mps_scsi_taskmgmt_string": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608523248
    },
    "mps_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570540784
    },
    "mps_stat_rx_intr_details": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584738432
    },
    "mps_stat_rx_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584738464
    },
    "mps_stat_sram1_intr_details": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584738624
    },
    "mps_stat_sram1_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584738656
    },
    "mps_stat_sram_intr_details": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584738272
    },
    "mps_stat_sram_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584738304
    },
    "mps_stat_tx_intr_details": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584738352
    },
    "mps_stat_tx_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584738384
    },
    "mps_table.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_transition_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570539952
    },
    "mps_trc_intr_details": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584738160
    },
    "mps_trc_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584738224
    },
    "mps_tx_intr_details": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584737968
    },
    "mps_tx_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584738112
    },
    "mps_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570636448
    },
    "mps_update_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570544400
    },
    "mps_user.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mps_user_func_list": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_user_func"
        }
      },
      "address": 18446744071608523760
    },
    "mps_user_read_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570636512
    },
    "mps_user_read_extcfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570636656
    },
    "mps_user_write_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570636800
    },
    "mps_wait_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570545200
    },
    "mps_wait_db_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570550944
    },
    "mps_wait_db_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570550848
    },
    "mps_wd_config_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570557184
    },
    "mps_whoinit_names": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mps_table_lookup"
        }
      },
      "address": 18446744071608522256
    },
    "mps_write_config_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570549216
    },
    "mpsar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mpsar_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mpsar_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mpssas_abort_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570606448
    },
    "mpssas_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570591168
    },
    "mpssas_action_scsiio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570598144
    },
    "mpssas_add_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570614320
    },
    "mpssas_alloc_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570587184
    },
    "mpssas_announce_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570595504
    },
    "mpssas_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570593520
    },
    "mpssas_ata_id_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570616240
    },
    "mpssas_ata_id_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570616160
    },
    "mpssas_check_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570597520
    },
    "mpssas_direct_drive_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570604176
    },
    "mpssas_discovery_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570594624
    },
    "mpssas_evt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570608208
    },
    "mpssas_find_target_by_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570586672
    },
    "mpssas_firmware_event_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570608656
    },
    "mpssas_free_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570587280
    },
    "mpssas_get_sas_address_for_sata_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570610800
    },
    "mpssas_handle_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570594768
    },
    "mpssas_ir_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570612608
    },
    "mpssas_log_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570605536
    },
    "mpssas_logical_unit_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570596320
    },
    "mpssas_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570593440
    },
    "mpssas_portenable_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570607648
    },
    "mpssas_prepare_for_tm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570588864
    },
    "mpssas_prepare_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570589088
    },
    "mpssas_prepare_volume_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570588000
    },
    "mpssas_realloc_targets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570597648
    },
    "mpssas_record_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570623040
    },
    "mpssas_release_simq_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570586928
    },
    "mpssas_remove_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570597824
    },
    "mpssas_remove_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570589568
    },
    "mpssas_remove_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570588480
    },
    "mpssas_rescan_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570587712
    },
    "mpssas_resetdev_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570599888
    },
    "mpssas_scsiio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570600496
    },
    "mpssas_scsiio_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570604912
    },
    "mpssas_send_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570605984
    },
    "mpssas_send_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570595680
    },
    "mpssas_set_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570596224
    },
    "mpssas_smpio_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570606960
    },
    "mpssas_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570597280
    },
    "mpssas_startup_decrement": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570587008
    },
    "mpssas_startup_increment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570586752
    },
    "mpssas_stop_unit_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570616656
    },
    "mpssas_target_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570596832
    },
    "mpssas_tm_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570597216
    },
    "mpssas_volume_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570615776
    },
    "mpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_mpt"
        }
      },
      "address": 0
    },
    "mpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpt2_reset_magic": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mpt_abort_target_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570679696
    },
    "mpt_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570674832
    },
    "mpt_add_els_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570671056
    },
    "mpt_alloc_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570710896
    },
    "mpt_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570649776
    },
    "mpt_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpt_cam_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570659552
    },
    "mpt_cam_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570667616
    },
    "mpt_cam_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570661200
    },
    "mpt_cam_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570666208
    },
    "mpt_cam_ioc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570667552
    },
    "mpt_cam_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608524384
    },
    "mpt_cam_personality": {
      "type": {
        "kind": "struct",
        "name": "mpt_personality"
      },
      "address": 18446744071608524408
    },
    "mpt_cam_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570659488
    },
    "mpt_cam_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570665584
    },
    "mpt_cammodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608524240
    },
    "mpt_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608525512
    },
    "mpt_check_doorbell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570640928
    },
    "mpt_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707728
    },
    "mpt_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_mpt_cmd"
        }
      },
      "address": 0
    },
    "mpt_complete_request_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570640640
    },
    "mpt_config_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653440
    },
    "mpt_configure_ioc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570654816
    },
    "mpt_core_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570652384
    },
    "mpt_core_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570651888
    },
    "mpt_core_ioc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570652080
    },
    "mpt_core_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570651520
    },
    "mpt_core_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608524056
    },
    "mpt_core_personality": {
      "type": {
        "kind": "struct",
        "name": "mpt_personality"
      },
      "address": 18446744071608524080
    },
    "mpt_core_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570652336
    },
    "mpt_core_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570652688
    },
    "mpt_coremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608523952
    },
    "mpt_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpt_default_personality": {
      "type": {
        "kind": "struct",
        "name": "mpt_personality"
      },
      "address": 18446744071584867816
    },
    "mpt_default_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570639536
    },
    "mpt_deregister_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570639648
    },
    "mpt_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570650864
    },
    "mpt_diag_outsl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570654464
    },
    "mpt_disable_ints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570640592
    },
    "mpt_disk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_raid_disk"
        }
      },
      "address": 0
    },
    "mpt_disk_prt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570705328
    },
    "mpt_dma_mem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570695648
    },
    "mpt_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608524816
    },
    "mpt_dump_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570691968
    },
    "mpt_dump_reply_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570640880
    },
    "mpt_dump_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570692288
    },
    "mpt_dump_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570691008
    },
    "mpt_enable_diag_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570654064
    },
    "mpt_enable_ints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570643824
    },
    "mpt_enable_ioc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570643312
    },
    "mpt_enable_sata_wc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608524336
    },
    "mpt_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_mpt_entry"
        }
      },
      "address": 0
    },
    "mpt_event_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570652704
    },
    "mpt_execute_req_a64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570684576
    },
    "mpt_fc_els_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570669360
    },
    "mpt_fc_els_send_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570679552
    },
    "mpt_fc_post_els": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570679344
    },
    "mpt_free_bus_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570695824
    },
    "mpt_free_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570643872
    },
    "mpt_get_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570644544
    },
    "mpt_get_spi_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570684032
    },
    "mpt_handshake_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653568
    },
    "mpt_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570639728
    },
    "mpt_io_bar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mpt_ioc_diag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570687152
    },
    "mpt_ioc_diag.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610771776
    },
    "mpt_ioc_event.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610771904
    },
    "mpt_ioc_function.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610772160
    },
    "mpt_ioc_status.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610772224
    },
    "mpt_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707744
    },
    "mpt_is_raid_member": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570696224
    },
    "mpt_is_raid_volume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570696320
    },
    "mpt_issue_cfg_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570646784
    },
    "mpt_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "mpt_map_physdisk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570696128
    },
    "mpt_map_rquest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570639328
    },
    "mpt_mem_bar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mpt_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584874448
    },
    "mpt_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570638816
    },
    "mpt_off": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mpt_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707712
    },
    "mpt_page": {
      "type": {
        "kind": "struct",
        "name": "mpt_page_memory"
      },
      "address": 0
    },
    "mpt_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpt_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570692848
    },
    "mpt_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570695344
    },
    "mpt_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608524768
    },
    "mpt_pci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570695536
    },
    "mpt_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608524744
    },
    "mpt_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570692448
    },
    "mpt_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570695504
    },
    "mpt_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608524656
    },
    "mpt_personalities": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mpt_personality"
          }
        }
      },
      "address": 18446744071610771376
    },
    "mpt_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570679328
    },
    "mpt_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653760
    },
    "mpt_print_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570687552
    },
    "mpt_print_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570687632
    },
    "mpt_print_reply_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570689104
    },
    "mpt_print_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570689872
    },
    "mpt_print_request_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570690848
    },
    "mpt_prt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570692096
    },
    "mpt_prtc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570692208
    },
    "mpt_raid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_raid_volume"
        }
      },
      "address": 0
    },
    "mpt_raid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpt_raid_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570698928
    },
    "mpt_raid_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570696720
    },
    "mpt_raid_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570698368
    },
    "mpt_raid_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570697664
    },
    "mpt_raid_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570697680
    },
    "mpt_raid_free_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570696400
    },
    "mpt_raid_ioc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570698256
    },
    "mpt_raid_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608525040
    },
    "mpt_raid_personality": {
      "type": {
        "kind": "struct",
        "name": "mpt_personality"
      },
      "address": 18446744071608525064
    },
    "mpt_raid_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570696672
    },
    "mpt_raid_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570698720
    },
    "mpt_raid_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570698272
    },
    "mpt_raid_sysctl_vol_member_wce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570705520
    },
    "mpt_raid_sysctl_vol_queue_depth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570706160
    },
    "mpt_raid_sysctl_vol_resync_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570706688
    },
    "mpt_raid_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570699216
    },
    "mpt_raid_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570705488
    },
    "mpt_raidmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608524928
    },
    "mpt_read_cfg_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570648304
    },
    "mpt_read_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570648784
    },
    "mpt_read_config_info_ioc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570657424
    },
    "mpt_read_extcfg_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570647264
    },
    "mpt_read_extcfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570647808
    },
    "mpt_recovery_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570681520
    },
    "mpt_recv_handshake_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570645936
    },
    "mpt_register_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570639344
    },
    "mpt_reply_handlers": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610771504
    },
    "mpt_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_SCSI_IO_REQUEST"
        }
      },
      "address": 0
    },
    "mpt_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570641008
    },
    "mpt_sata_pass_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570674720
    },
    "mpt_scsi_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570668160
    },
    "mpt_scsi_send_tmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570682320
    },
    "mpt_scsi_state.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610772032
    },
    "mpt_scsi_status.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610771968
    },
    "mpt_scsi_tgt_atio.null_iqd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608524528
    },
    "mpt_scsi_tgt_local": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570680864
    },
    "mpt_scsi_tgt_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570671552
    },
    "mpt_scsi_tgt_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570679840
    },
    "mpt_scsi_tm_type.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610772288
    },
    "mpt_scsi_tmf_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570669200
    },
    "mpt_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570644768
    },
    "mpt_send_event_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570644272
    },
    "mpt_send_event_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570658528
    },
    "mpt_send_handshake_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570645280
    },
    "mpt_send_port_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570658944
    },
    "mpt_setsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570683776
    },
    "mpt_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570651248
    },
    "mpt_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570682912
    },
    "mpt_stdattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653616
    },
    "mpt_stddetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653728
    },
    "mpt_stdenable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653632
    },
    "mpt_stdevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653664
    },
    "mpt_stdload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653584
    },
    "mpt_stdprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653600
    },
    "mpt_stdready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653648
    },
    "mpt_stdreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653696
    },
    "mpt_stdshutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653712
    },
    "mpt_stdunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570653744
    },
    "mpt_tailq": {
      "type": {
        "kind": "struct",
        "name": "unnamed_145227d7bf6a136d"
      },
      "address": 18446744071608524024
    },
    "mpt_tgt_dump_req_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570680672
    },
    "mpt_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570681360
    },
    "mpt_update_spi_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570683856
    },
    "mpt_upload_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570657184
    },
    "mpt_user.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpt_user_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570706992
    },
    "mpt_user_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707408
    },
    "mpt_user_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707344
    },
    "mpt_user_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707376
    },
    "mpt_user_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608525384
    },
    "mpt_user_personality": {
      "type": {
        "kind": "struct",
        "name": "mpt_personality"
      },
      "address": 18446744071608525408
    },
    "mpt_user_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570706976
    },
    "mpt_user_read_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570711184
    },
    "mpt_user_read_extcfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570711472
    },
    "mpt_user_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707360
    },
    "mpt_user_reply_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707552
    },
    "mpt_user_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570707392
    },
    "mpt_user_write_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570711776
    },
    "mpt_usermodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608525248
    },
    "mpt_verify_mwce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570704224
    },
    "mpt_verify_resync_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570704656
    },
    "mpt_vol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_raid_volume"
        }
      },
      "address": 0
    },
    "mpt_vol_mwce_strs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584874688
    },
    "mpt_vol_prt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570704048
    },
    "mpt_wait_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570644928
    },
    "mpt_write_cfg_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570649280
    },
    "mptdev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608524000
    },
    "mpte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "mptepa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mptn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_eeprom_t"
        }
      },
      "address": 0
    },
    "mptramp_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189266
    },
    "mptramp_la57": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189252
    },
    "mptramp_nx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189256
    },
    "mptramp_pagetables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189248
    },
    "mptramp_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189040
    },
    "mptsas_sas_device_pg0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570686768
    },
    "mpu401.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpu401_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609229296
    },
    "mpu401_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572610080
    },
    "mpu401_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572610400
    },
    "mpu401_mcallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611456
    },
    "mpu401_mcallbackp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611552
    },
    "mpu401_mdescr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611648
    },
    "mpu401_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585022400
    },
    "mpu401_minit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611168
    },
    "mpu401_minqsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611424
    },
    "mpu401_moutqsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611440
    },
    "mpu401_mprovider": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611664
    },
    "mpu401_muninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611344
    },
    "mpu401_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611680
    },
    "mpu401_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611040
    },
    "mpu_callback_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229440
    },
    "mpu_callbackp_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229416
    },
    "mpu_descr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229488
    },
    "mpu_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpu_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229392
    },
    "mpu_inqsize_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229344
    },
    "mpu_outqsize_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229368
    },
    "mpu_provider_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229464
    },
    "mpu_uninit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229512
    },
    "mpufoi_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mpufoi_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229536
    },
    "mpufoi_uninit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229584
    },
    "mpufoi_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609229560
    },
    "mpw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "mq": {
      "type": {
        "kind": "struct",
        "name": "mbufq"
      },
      "address": 0
    },
    "mq_fdclose": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071608210472
    },
    "mqe": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mqecpy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mqes": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mr_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "mr_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071610760816
    },
    "mr_nvme_pg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mr_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_TASK_MANAGE_REQUEST"
        }
      },
      "address": 0
    },
    "mr_res_start_move_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579127552
    },
    "mr_spanset_get_phy_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570772592
    },
    "mr_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_mr_table"
        }
      },
      "address": 0
    },
    "mr_tm_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_TASK_MANAGE_REQUEST"
        }
      },
      "address": 0
    },
    "mr_update_span_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570768688
    },
    "mrann": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshrann_ie"
        }
      },
      "address": 0
    },
    "mrd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "mre": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mrem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "mrep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mreqn": {
      "type": {
        "kind": "struct",
        "name": "ip_mreqn"
      },
      "address": 0
    },
    "mreqs": {
      "type": {
        "kind": "struct",
        "name": "ip_mreq_source"
      },
      "address": 0
    },
    "mret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "mring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_ring"
        }
      },
      "address": 0
    },
    "mrm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krule_item"
        }
      },
      "address": 0
    },
    "mro": {
      "type": {
        "kind": "struct",
        "name": "mem_range_op"
      },
      "address": 0
    },
    "mro32": {
      "type": {
        "kind": "struct",
        "name": "mem_range_op32"
      },
      "address": 0
    },
    "mrouter6_mtx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613132976
    },
    "mrouter_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613059112
    },
    "mrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsdontlist"
        }
      },
      "address": 0
    },
    "mrq": {
      "type": {
        "kind": "struct",
        "name": "ocs_hw_mrq_t"
      },
      "address": 0
    },
    "mrq_bitmask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mrqc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mrr": {
      "type": {
        "kind": "struct",
        "name": "wpi_mrr_setup"
      },
      "address": 0
    },
    "mrr_schedules": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "txschedule"
          }
        }
      },
      "address": 18446744071584448656
    },
    "mrsas.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mrsas_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570751408
    },
    "mrsas_addr_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570717936
    },
    "mrsas_aen_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570734144
    },
    "mrsas_alloc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570764464
    },
    "mrsas_alloc_ctlr_info_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570731264
    },
    "mrsas_alloc_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570766976
    },
    "mrsas_alloc_ioc_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570722032
    },
    "mrsas_alloc_mfi_cmds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570765744
    },
    "mrsas_alloc_mpt_cmds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570720256
    },
    "mrsas_alloc_tmp_dcmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570733824
    },
    "mrsas_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570738464
    },
    "mrsas_build_ldio_nonrw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570755840
    },
    "mrsas_build_ldio_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570753184
    },
    "mrsas_build_mpt_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570732016
    },
    "mrsas_build_mptmfi_passthru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570732256
    },
    "mrsas_build_syspdio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570756096
    },
    "mrsas_bus_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570758688
    },
    "mrsas_bus_scan_sim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570759136
    },
    "mrsas_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mrsas_cam_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570750384
    },
    "mrsas_cam_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mrsas_cam_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570752000
    },
    "mrsas_cam_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570751920
    },
    "mrsas_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608526680
    },
    "mrsas_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570748000
    },
    "mrsas_cmd_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570758480
    },
    "mrsas_complete_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570733760
    },
    "mrsas_complete_aen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570733520
    },
    "mrsas_complete_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570714960
    },
    "mrsas_complete_mptmfi_passthru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570717120
    },
    "mrsas_complete_outstanding_ioctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570731088
    },
    "mrsas_data_load_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570756672
    },
    "mrsas_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570742544
    },
    "mrsas_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570712272
    },
    "mrsas_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608526632
    },
    "mrsas_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570712336
    },
    "mrsas_find_io_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570752256
    },
    "mrsas_fire_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570722592
    },
    "mrsas_flush_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570749648
    },
    "mrsas_fp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mrsas_free_ctlr_info_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570731520
    },
    "mrsas_free_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570766896
    },
    "mrsas_free_ioc_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570722288
    },
    "mrsas_free_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570712464
    },
    "mrsas_free_tmp_dcmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570734064
    },
    "mrsas_get_best_arm_pd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570774768
    },
    "mrsas_get_ctrl_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570727920
    },
    "mrsas_get_ld_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570735952
    },
    "mrsas_get_map_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570728784
    },
    "mrsas_get_mfi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570723648
    },
    "mrsas_get_mpt_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570752352
    },
    "mrsas_get_pd_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570737456
    },
    "mrsas_get_pd_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570734768
    },
    "mrsas_get_request_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570752896
    },
    "mrsas_get_updated_dev_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570775168
    },
    "mrsas_ich_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570745040
    },
    "mrsas_init_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570717952
    },
    "mrsas_ioc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570721104
    },
    "mrsas_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570748016
    },
    "mrsas_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mrsas_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570714688
    },
    "mrsas_issue_blocked_abort_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570736928
    },
    "mrsas_issue_blocked_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570732432
    },
    "mrsas_issue_dcmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570731904
    },
    "mrsas_issue_polled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570731632
    },
    "mrsas_kill_hba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570727648
    },
    "mrsas_map_mpt_cmd_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570716480
    },
    "mrsas_map_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570755520
    },
    "mrsas_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584875776
    },
    "mrsas_mgmt_info": {
      "type": {
        "kind": "struct",
        "name": "mrsas_mgmt_info"
      },
      "address": 18446744071610772360
    },
    "mrsas_ocr_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570743776
    },
    "mrsas_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570747984
    },
    "mrsas_passthru": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570762160
    },
    "mrsas_passthru_load_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570765440
    },
    "mrsas_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608526584
    },
    "mrsas_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608526560
    },
    "mrsas_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608526496
    },
    "mrsas_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570749024
    },
    "mrsas_prepare_secondRaid1_IO": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570752928
    },
    "mrsas_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570737920
    },
    "mrsas_probe.first_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610772352
    },
    "mrsas_read_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570712208
    },
    "mrsas_read_reg_with_retries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570712096
    },
    "mrsas_register_aen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570730448
    },
    "mrsas_release_mfi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570716672
    },
    "mrsas_release_mpt_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570752624
    },
    "mrsas_reset_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570723840
    },
    "mrsas_reset_targets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570759424
    },
    "mrsas_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570743760
    },
    "mrsas_scsiio_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570761984
    },
    "mrsas_set_pd_lba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570774016
    },
    "mrsas_setup_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570753376
    },
    "mrsas_setup_raidmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570747328
    },
    "mrsas_setup_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570746240
    },
    "mrsas_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570743408
    },
    "mrsas_shutdown_ctlr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570749984
    },
    "mrsas_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570760672
    },
    "mrsas_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570743744
    },
    "mrsas_sync_map_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570729232
    },
    "mrsas_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570714384
    },
    "mrsas_transition_to_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570722640
    },
    "mrsas_unmap_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570758112
    },
    "mrsas_update_load_balance_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570769344
    },
    "mrsas_user_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570764480
    },
    "mrsas_wait_for_outstanding": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570726864
    },
    "mrsas_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570732816
    },
    "mrsas_write_64bit_req_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570722400
    },
    "mrsas_write_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570712240
    },
    "mrsas_xpt_freeze": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570758352
    },
    "mrsas_xpt_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570758416
    },
    "mrt6_ioctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613140160
    },
    "mrt6stat": {
      "type": {
        "kind": "struct",
        "name": "mrt6stat"
      },
      "address": 18446744071613139272
    },
    "mrt_api_support": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585289728
    },
    "mrt_api_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585289724
    },
    "mrt_ioctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059264
    },
    "mrtstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577732016
    },
    "mru": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ms": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ms10": {
      "type": {
        "kind": "struct",
        "name": "scsi_mode_select_10"
      },
      "address": 0
    },
    "ms6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_select_6"
        }
      },
      "address": 0
    },
    "ms_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ms_waited": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "msad6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "msave": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "msb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "msbFlag": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "msdosfs_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573960720
    },
    "msdosfs_bmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573971696
    },
    "msdosfs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573960384
    },
    "msdosfs_cmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573952848
    },
    "msdosfs_conv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "msdosfs_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573959792
    },
    "msdosfs_deget_dotdot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573947840
    },
    "msdosfs_denode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "msdosfs_fat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "msdosfs_fhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573955296
    },
    "msdosfs_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573964480
    },
    "msdosfs_gbp_getblkno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972864
    },
    "msdosfs_gbp_getblksz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972896
    },
    "msdosfs_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573960832
    },
    "msdosfs_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972656
    },
    "msdosfs_iconv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iconv_functions"
        }
      },
      "address": 18446744071612469640
    },
    "msdosfs_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573936800
    },
    "msdosfs_integrity_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573950976
    },
    "msdosfs_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573964752
    },
    "msdosfs_lock_msg": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585137888
    },
    "msdosfs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573944960
    },
    "msdosfs_lookup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "msdosfs_lookup_ino": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573944992
    },
    "msdosfs_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573968160
    },
    "msdosfs_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573960320
    },
    "msdosfs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609534864
    },
    "msdosfs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573951072
    },
    "msdosfs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573960336
    },
    "msdosfs_opts": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609535184
    },
    "msdosfs_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972544
    },
    "msdosfs_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972448
    },
    "msdosfs_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573962624
    },
    "msdosfs_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573969312
    },
    "msdosfs_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573936736
    },
    "msdosfs_remount_ro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573959120
    },
    "msdosfs_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573964704
    },
    "msdosfs_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573964768
    },
    "msdosfs_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573969168
    },
    "msdosfs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573954048
    },
    "msdosfs_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573961632
    },
    "msdosfs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573954112
    },
    "msdosfs_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972288
    },
    "msdosfs_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573969296
    },
    "msdosfs_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573954224
    },
    "msdosfs_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573953296
    },
    "msdosfs_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071609534888
    },
    "msdosfs_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609534968
    },
    "msdosfs_vfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "msdosfs_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609535600
    },
    "msdosfs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "msdosfs_vptofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972752
    },
    "msdosfs_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573963264
    },
    "msdosfsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534688
    },
    "msec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "msecs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mseq_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572616064
    },
    "mseq_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572618992
    },
    "mseq_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572615072
    },
    "mseq_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572622032
    },
    "mseq_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572616512
    },
    "mseq_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572617376
    },
    "msfr": {
      "type": {
        "kind": "struct",
        "name": "__msfilterreq"
      },
      "address": 0
    },
    "msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "msg2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_mgmt_fw_msg"
        }
      },
      "address": 0
    },
    "msg32_syscalls": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609762064
    },
    "msg4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_icmsg_timesync4"
        }
      },
      "address": 0
    },
    "msg_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "msg_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_message"
        }
      },
      "address": 0
    },
    "msg_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msg_freehdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576100448
    },
    "msg_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_REQUEST_HEADER"
        }
      },
      "address": 0
    },
    "msg_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msg_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msg_phys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "msg_prison_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576105872
    },
    "msg_prison_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576106272
    },
    "msg_prison_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576104240
    },
    "msg_prison_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576106112
    },
    "msg_prison_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576104464
    },
    "msg_prison_slot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613005168
    },
    "msg_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "msg_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "msg_sent": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "msg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "msg_syscalls": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609761696
    },
    "msg_temp": {
      "type": {
        "kind": "struct",
        "name": "bnxt_mgmt_fw_msg"
      },
      "address": 0
    },
    "msg_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msg_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msgbits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msgbuf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "msgbuf_addchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575918064
    },
    "msgbuf_addstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575918256
    },
    "msgbuf_chk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msgbuf_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575917520
    },
    "msgbuf_clearflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927208
    },
    "msgbuf_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575920224
    },
    "msgbuf_duplicate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575920272
    },
    "msgbuf_getbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575919424
    },
    "msgbuf_getchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575919120
    },
    "msgbuf_getcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575918032
    },
    "msgbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575917376
    },
    "msgbuf_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612910248
    },
    "msgbuf_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609739976
    },
    "msgbuf_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609739792
    },
    "msgbuf_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609739816
    },
    "msgbuf_peekbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575919760
    },
    "msgbuf_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575917568
    },
    "msgbuf_show_timestamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910464
    },
    "msgbufinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575937408
    },
    "msgbufinit.oldp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612927176
    },
    "msgbufmapped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612927184
    },
    "msgbufp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msgbuf"
        }
      },
      "address": 18446744071612927192
    },
    "msgbufsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910536
    },
    "msgbuftrigger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927168
    },
    "msgdone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msgflg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msghdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msg"
        }
      },
      "address": 0
    },
    "msghdr_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msg"
        }
      },
      "address": 0
    },
    "msghdrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msg"
        }
      },
      "address": 18446744071613005160
    },
    "msginfo": {
      "type": {
        "kind": "struct",
        "name": "msginfo"
      },
      "address": 18446744071609760400
    },
    "msglen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msglogchar.dangling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612927204
    },
    "msglogchar.lastpri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609743800
    },
    "msgmaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msgmap"
        }
      },
      "address": 18446744071613005144
    },
    "msgout_request": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msgp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "msgpool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613005152
    },
    "msgptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "msgrcv_end": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "msgrcv_st": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "msgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msgsnd_end": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "msgsnd_st": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "msgunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576104016
    },
    "msi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msi_intsrc"
        }
      },
      "address": 0
    },
    "msi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "msi1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msi_intsrc"
        }
      },
      "address": 0
    },
    "msi_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "msi_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582436240
    },
    "msi_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608426432
    },
    "msi_assign_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435296
    },
    "msi_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msi_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435280
    },
    "msi_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msi_create_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582437520
    },
    "msi_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msi_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485204
    },
    "msi_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435216
    },
    "msi_disable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435152
    },
    "msi_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435184
    },
    "msi_enable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435136
    },
    "msi_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490516
    },
    "msi_enabled_orig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msi_eoi_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435168
    },
    "msi_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582436016
    },
    "msi_last_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613490552
    },
    "msi_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613490520
    },
    "msi_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582438576
    },
    "msi_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msi_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msi_pend_addr_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msi_pic": {
      "type": {
        "kind": "struct",
        "name": "pic"
      },
      "address": 18446744071610219936
    },
    "msi_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582437888
    },
    "msi_source_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435264
    },
    "msi_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582435248
    },
    "msi_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610008360
    },
    "msic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msix": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "msix_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582439344
    },
    "msix_blacklists": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "msix_blacklist"
        }
      },
      "address": 0
    },
    "msix_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msix_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msix_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msix_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485208
    },
    "msix_disable_migration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610220288
    },
    "msix_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msix_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "msix_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582440160
    },
    "msix_table": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msixc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "msk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msk_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570808544
    },
    "msk_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570813536
    },
    "msk_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570786000
    },
    "msk_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608527680
    },
    "msk_handle_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570787008
    },
    "msk_handle_hwerr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570791360
    },
    "msk_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570807360
    },
    "msk_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570816304
    },
    "msk_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570800752
    },
    "msk_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570784256
    },
    "msk_intr_gmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570786832
    },
    "msk_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570814576
    },
    "msk_irq_spec_legacy": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608527504
    },
    "msk_irq_spec_msi": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608527568
    },
    "msk_jumbo_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570792192
    },
    "msk_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570816448
    },
    "msk_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570816624
    },
    "msk_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584877392
    },
    "msk_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570814464
    },
    "msk_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570807744
    },
    "msk_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570814512
    },
    "msk_mskc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608527632
    },
    "msk_mskc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608527608
    },
    "msk_mskcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527144
    },
    "msk_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570793168
    },
    "msk_phy_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570786032
    },
    "msk_phy_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570791136
    },
    "msk_phy_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570800512
    },
    "msk_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570808400
    },
    "msk_products": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "msk_product"
        }
      },
      "address": 18446744071584876848
    },
    "msk_res_spec_io": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608527536
    },
    "msk_res_spec_mem": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071608527472
    },
    "msk_rx_dma_jfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570817760
    },
    "msk_rx_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570807424
    },
    "msk_rxcsum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570792608
    },
    "msk_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570806176
    },
    "msk_set_prefetch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570806784
    },
    "msk_setvlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570806592
    },
    "msk_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570816128
    },
    "msk_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570789328
    },
    "msk_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570793648
    },
    "msk_sysctl_stat32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570816880
    },
    "msk_sysctl_stat64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570817248
    },
    "msk_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570807024
    },
    "msk_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570791808
    },
    "mskc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570776368
    },
    "mskc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570779104
    },
    "mskc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608527416
    },
    "mskc_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570780592
    },
    "mskc_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584876720
    },
    "mskc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608527368
    },
    "mskc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608527344
    },
    "mskc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527072
    },
    "mskc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570776080
    },
    "mskc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570780704
    },
    "mskc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570780080
    },
    "mskc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570780352
    },
    "mskc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570779712
    },
    "msleep_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msleep_spin_sbt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575637872
    },
    "msp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_sense_6"
        }
      },
      "address": 0
    },
    "msq": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ppb_microseq"
        }
      },
      "address": 0
    },
    "msq_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613005088
    },
    "msq_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576096576
    },
    "msqbuf": {
      "type": {
        "kind": "struct",
        "name": "msqid_ds"
      },
      "address": 0
    },
    "msqbuf32": {
      "type": {
        "kind": "struct",
        "name": "msqid_ds32"
      },
      "address": 0
    },
    "msqid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msqids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msqid_kernel"
        }
      },
      "address": 18446744071613005080
    },
    "msqix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msqkptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msqid_kernel"
        }
      },
      "address": 0
    },
    "msr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "msr_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "msr_info_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613438828
    },
    "msr_onfault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543280
    },
    "msrcs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "msrv": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mss": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mss_divisor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609942256
    },
    "mss_l4len_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mssopt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "mst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_snd_tag"
        }
      },
      "address": 0
    },
    "mstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statfs"
        }
      },
      "address": 0
    },
    "mstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mac_stats"
        }
      },
      "address": 0
    },
    "mstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "msucc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "msyn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "mt_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dev_mapping_table"
        }
      },
      "address": 0
    },
    "mta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mta_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mtab": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_42655f9bdcc4b754"
        }
      },
      "address": 18446744071585183072
    },
    "mtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_tag"
        }
      },
      "address": 0
    },
    "mtail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mtd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msix_table_entry"
        }
      },
      "address": 0
    },
    "mtemp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "mth": {
      "type": {
        "kind": "struct",
        "name": "malloc_type_header"
      },
      "address": 0
    },
    "mtime": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "mtime_save": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "mtip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type_internal"
        }
      },
      "address": 0
    },
    "mtl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "mtl_q_isr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mtod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_bus_methods"
        }
      },
      "address": 0
    },
    "mtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type"
        }
      },
      "address": 0
    },
    "mtqc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mtrash_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141728
    },
    "mtrash_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141856
    },
    "mtrash_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580142000
    },
    "mtrash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141920
    },
    "mtrr_physmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613440472
    },
    "mtrrcap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613440488
    },
    "mtrrdef": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613440480
    },
    "mtrrs_disabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440464
    },
    "mtsh": {
      "type": {
        "kind": "struct",
        "name": "malloc_type_stream_header"
      },
      "address": 0
    },
    "mtsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "malloc_type_stats"
        }
      },
      "address": 0
    },
    "mtt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_mtt"
        }
      },
      "address": 0
    },
    "mtt_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mtt_base": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mtt_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "mtt_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mtts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "mtts_per_page": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mtu_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mtu_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mtuctl": {
      "type": {
        "kind": "struct",
        "name": "ip6_mtuinfo"
      },
      "address": 0
    },
    "mtuinfo": {
      "type": {
        "kind": "struct",
        "name": "ip6_mtuinfo"
      },
      "address": 0
    },
    "mtus": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "mtutab": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "mtx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "mtx_garbage_list": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612538288
    },
    "mtx_garbage_list_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609654496
    },
    "mtx_garbage_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609654064
    },
    "mtx_garbage_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609654088
    },
    "mtx_pool_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575439376
    },
    "mtx_pool_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575438976
    },
    "mtx_pool_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575439264
    },
    "mtx_pool_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575438928
    },
    "mtx_pool_setup_dynamic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575439408
    },
    "mtx_spin_wait_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575444784
    },
    "mtx_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575443904
    },
    "mtx_wait_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575444896
    },
    "mtxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "mtxpool_select": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx_pool"
        }
      },
      "address": 18446744071613004872
    },
    "mtxpool_sleep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx_pool"
        }
      },
      "address": 18446744071608210496
    },
    "mtxpooli2_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690432
    },
    "mtype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mtype32": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx_usercommand"
        }
      },
      "address": 0
    },
    "mu_clk": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 0
    },
    "mu_t": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 0
    },
    "mul": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mul64_by_fraction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575556576
    },
    "mult": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "multi": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "multi_child": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv"
        }
      },
      "address": 0
    },
    "multi_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "multi_leave": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "multi_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "multiack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "multicast": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "multicast_register_if6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 18446744071613139264
    },
    "multipage_slabs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610068392
    },
    "multiplicator": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "multiplier": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "multiq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608426436
    },
    "multiq_tx_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608426824
    },
    "murmur3_32.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "murmur3_32_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576657024
    },
    "murmur3_32_hash32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576657200
    },
    "must_append": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "must_be_owner": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "must_commit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "must_poll": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "mustdelete": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mustflush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mustops": {
      "type": {
        "kind": "struct",
        "name": "nfsopbit_t"
      },
      "address": 0
    },
    "mute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "muted": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 0
    },
    "mutex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mutex_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mutex_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575444256
    },
    "mux": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mux_addr_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mux_addr_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mux_channel": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "mux_disabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091920
    },
    "mux_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mux_signal_conversion_table": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584425376
    },
    "mv": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "mv88e151x.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mv88e151x_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570308528
    },
    "mv88e151x_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608510584
    },
    "mv88e151x_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584856048
    },
    "mv88e151x_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584855936
    },
    "mv88e151x_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608510536
    },
    "mv88e151x_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608510512
    },
    "mv88e151x_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608510472
    },
    "mv88e151x_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570308496
    },
    "mv88e151x_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570309552
    },
    "mv88e151x_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570309632
    },
    "mv88e151xphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584856016
    },
    "mv88e1xxx_autoneg_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690256
    },
    "mv88e1xxx_autoneg_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690320
    },
    "mv88e1xxx_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690432
    },
    "mv88e1xxx_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690144
    },
    "mv88e1xxx_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690112
    },
    "mv88e1xxx_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690064
    },
    "mv88e1xxx_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690192
    },
    "mv88e1xxx_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608428440
    },
    "mv88e1xxx_power_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690640
    },
    "mv88e1xxx_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690048
    },
    "mv88e1xxx_set_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690352
    },
    "mv88e1xxx_set_speed_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690384
    },
    "mv_dmac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "mv_pool_pa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kpooladdr"
        }
      },
      "address": 0
    },
    "mv_tmp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "mval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mver": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mvol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_volume"
        }
      },
      "address": 0
    },
    "mvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "mvs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mvs_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570843728
    },
    "mvs_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570841808
    },
    "mvs_begin_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570835424
    },
    "mvs_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570818064
    },
    "mvs_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570820128
    },
    "mvs_ch_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570821216
    },
    "mvs_ch_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570825200
    },
    "mvs_ch_intr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570821568
    },
    "mvs_ch_pm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570823728
    },
    "mvs_ch_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570818032
    },
    "mvs_ch_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570821040
    },
    "mvs_ch_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570820656
    },
    "mvs_check_collision": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570835248
    },
    "mvs_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570844176
    },
    "mvs_ctlr_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570844528
    },
    "mvs_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570843312
    },
    "mvs_dmafini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570823904
    },
    "mvs_dmasetprd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570838288
    },
    "mvs_dmasetupc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570823872
    },
    "mvs_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608528616
    },
    "mvs_edma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570844240
    },
    "mvs_edma_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608528352
    },
    "mvs_end_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570827616
    },
    "mvs_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570844224
    },
    "mvs_ids": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_d19388d2358a084d"
        }
      },
      "address": 18446744071608528672
    },
    "mvs_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mvs_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570845136
    },
    "mvs_issue_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570834096
    },
    "mvs_legacy_execute_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570839456
    },
    "mvs_legacy_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570829600
    },
    "mvs_methods": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584877840
    },
    "mvs_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mvs_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608528568
    },
    "mvs_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608528544
    },
    "mvs_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608528432
    },
    "mvs_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570843648
    },
    "mvs_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570841456
    },
    "mvs_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570843952
    },
    "mvs_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570832064
    },
    "mvs_reset_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570837376
    },
    "mvs_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570843616
    },
    "mvs_set_edma_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570824128
    },
    "mvs_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570844000
    },
    "mvs_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570843520
    },
    "mvs_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570844112
    },
    "mvs_tfd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570831632
    },
    "mvs_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570837648
    },
    "mvs_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570837168
    },
    "mvsaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570821728
    },
    "mvsch_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608528216
    },
    "mvsch_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584877744
    },
    "mvsch_mvs_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608528168
    },
    "mvsch_mvs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608528144
    },
    "mvsch_mvsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527920
    },
    "mvsch_sata_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608528304
    },
    "mvsch_sata_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608528280
    },
    "mvsch_satamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608527992
    },
    "mvspoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570823616
    },
    "mw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "memwin"
        }
      },
      "address": 0
    },
    "mw_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mw_init": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "memwin_init"
        }
      },
      "address": 0
    },
    "mwait_cpustop_broken": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613439392
    },
    "mwce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mwlExecuteCmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570874528
    },
    "mwlSendBlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570893248
    },
    "mwlTriggerPciCmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570893472
    },
    "mwl_addba_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854880
    },
    "mwl_addba_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570855184
    },
    "mwl_addba_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570855456
    },
    "mwl_agestations": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570863136
    },
    "mwl_announce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570857200
    },
    "mwl_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570845872
    },
    "mwl_bawatchdog_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570850656
    },
    "mwl_beacon_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570862000
    },
    "mwl_calcformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570864064
    },
    "mwl_chan_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570865104
    },
    "mwl_chanswitch_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570850528
    },
    "mwl_cvtlegacyrix.ieeerates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584880544
    },
    "mwl_desc_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570868688
    },
    "mwl_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570858080
    },
    "mwl_dma_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570857680
    },
    "mwl_ext_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570869136
    },
    "mwl_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608530544
    },
    "mwl_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570894368
    },
    "mwl_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608530456
    },
    "mwl_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570851840
    },
    "mwl_hal_GetBeacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570888384
    },
    "mwl_hal_SetRifs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570888608
    },
    "mwl_hal_adjusttxpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570879200
    },
    "mwl_hal_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570872480
    },
    "mwl_hal_bastream_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570882432
    },
    "mwl_hal_bastream_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570883104
    },
    "mwl_hal_bastream_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570883504
    },
    "mwl_hal_bastream_get_seqno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570883792
    },
    "mwl_hal_bastream_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570883056
    },
    "mwl_hal_cmddone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570874032
    },
    "mwl_hal_delstation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570885312
    },
    "mwl_hal_delvap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873792
    },
    "mwl_hal_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873376
    },
    "mwl_hal_fwload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570889792
    },
    "mwl_hal_getaggampduratemode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570884400
    },
    "mwl_hal_getbastreams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873856
    },
    "mwl_hal_getchannelinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570880080
    },
    "mwl_hal_getdebug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873824
    },
    "mwl_hal_getdiagstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570888752
    },
    "mwl_hal_gethwspecs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570874048
    },
    "mwl_hal_gethwstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570875648
    },
    "mwl_hal_getpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570888240
    },
    "mwl_hal_getregioncode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570887856
    },
    "mwl_hal_getwatchdogbitmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570884032
    },
    "mwl_hal_intrset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873904
    },
    "mwl_hal_ismbsscapable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873872
    },
    "mwl_hal_keyreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570880832
    },
    "mwl_hal_keyset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570880400
    },
    "mwl_hal_load_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873360
    },
    "mwl_hal_newstation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570884896
    },
    "mwl_hal_newvap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873456
    },
    "mwl_hal_setaggampduratemode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570884224
    },
    "mwl_hal_setantenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570876784
    },
    "mwl_hal_setapmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570885744
    },
    "mwl_hal_setassocid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570881936
    },
    "mwl_hal_setbastreams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873840
    },
    "mwl_hal_setbeacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570881360
    },
    "mwl_hal_setcfend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570884608
    },
    "mwl_hal_setchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570882160
    },
    "mwl_hal_setchannelswitchie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570877504
    },
    "mwl_hal_setcsmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570886992
    },
    "mwl_hal_setdebug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570873808
    },
    "mwl_hal_setdwds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570884752
    },
    "mwl_hal_setedcaparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570886608
    },
    "mwl_hal_setgprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570886320
    },
    "mwl_hal_sethtgi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570876384
    },
    "mwl_hal_sethwdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570875296
    },
    "mwl_hal_setinframode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570877168
    },
    "mwl_hal_setkeepalive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570885600
    },
    "mwl_hal_setmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570881136
    },
    "mwl_hal_setmcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570880160
    },
    "mwl_hal_setmimops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570887648
    },
    "mwl_hal_setnprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570887152
    },
    "mwl_hal_setnprotmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570887328
    },
    "mwl_hal_setoptimizationlevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570887504
    },
    "mwl_hal_setpowersave_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570881568
    },
    "mwl_hal_setpowersave_sta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570881744
    },
    "mwl_hal_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570888048
    },
    "mwl_hal_setradardetection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570877328
    },
    "mwl_hal_setradio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570876608
    },
    "mwl_hal_setrateadaptmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570886832
    },
    "mwl_hal_setregioncode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570877808
    },
    "mwl_hal_setrtsthreshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570876976
    },
    "mwl_hal_setslottime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570879008
    },
    "mwl_hal_settxpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570879424
    },
    "mwl_hal_settxrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570878000
    },
    "mwl_hal_settxrate_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570878672
    },
    "mwl_hal_setwmm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570886464
    },
    "mwl_hal_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570886128
    },
    "mwl_hal_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570885920
    },
    "mwl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570859280
    },
    "mwl_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570860016
    },
    "mwl_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570853872
    },
    "mwl_key_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570861552
    },
    "mwl_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570861632
    },
    "mwl_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570861872
    },
    "mwl_load_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570869120
    },
    "mwl_localstadb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570862336
    },
    "mwl_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570862208
    },
    "mwl_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570852432
    },
    "mwl_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570860384
    },
    "mwl_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854192
    },
    "mwl_node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854256
    },
    "mwl_node_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854432
    },
    "mwl_node_getmimoinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854512
    },
    "mwl_node_getmimoinfo.logdbtbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047008
    },
    "mwl_node_getsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854464
    },
    "mwl_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570853952
    },
    "mwl_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570871184
    },
    "mwl_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570872080
    },
    "mwl_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608530216
    },
    "mwl_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608530168
    },
    "mwl_pci_ids": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mwl_pci_ident"
        }
      },
      "address": 18446744071584881008
    },
    "mwl_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584880896
    },
    "mwl_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608530144
    },
    "mwl_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570870864
    },
    "mwl_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570872352
    },
    "mwl_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570872288
    },
    "mwl_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570872320
    },
    "mwl_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608530032
    },
    "mwl_radar_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570850400
    },
    "mwl_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570851856
    },
    "mwl_recv_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854800
    },
    "mwl_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570861904
    },
    "mwl_reset_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570862672
    },
    "mwl_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570859088
    },
    "mwl_rx_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570848912
    },
    "mwl_rxbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608529844
    },
    "mwl_rxbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570865488
    },
    "mwl_rxdesc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608529840
    },
    "mwl_rxdma_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570868368
    },
    "mwl_rxdmalow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608529860
    },
    "mwl_rxquota": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608529856
    },
    "mwl_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854752
    },
    "mwl_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854736
    },
    "mwl_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570854768
    },
    "mwl_setregdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570851408
    },
    "mwl_setupdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570848576
    },
    "mwl_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570859888
    },
    "mwl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570865872
    },
    "mwl_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570858416
    },
    "mwl_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570858960
    },
    "mwl_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570853568
    },
    "mwl_tx_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570851152
    },
    "mwl_tx_processq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570869360
    },
    "mwl_tx_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570850880
    },
    "mwl_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570866688
    },
    "mwl_txbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608529848
    },
    "mwl_txcoalesce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608529852
    },
    "mwl_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570853024
    },
    "mwl_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570853040
    },
    "mwl_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570852912
    },
    "mwl_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570855568
    },
    "mwl_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570856672
    },
    "mwl_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570864928
    },
    "mwl_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570853088
    },
    "mwlcmdname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570893680
    },
    "mwlcmdname.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610780624
    },
    "mwlfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mwlhal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mword": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mxcsr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mxf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mxge_add_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570907328
    },
    "mxge_add_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570930192
    },
    "mxge_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570914848
    },
    "mxge_alloc_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570905888
    },
    "mxge_alloc_slices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570904336
    },
    "mxge_always_promisc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780648
    },
    "mxge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570895024
    },
    "mxge_change_flow_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570933632
    },
    "mxge_change_intr_coal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570933200
    },
    "mxge_change_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570914560
    },
    "mxge_change_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570929856
    },
    "mxge_change_throttle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570933408
    },
    "mxge_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570920752
    },
    "mxge_deassert_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608530860
    },
    "mxge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570898112
    },
    "mxge_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570901616
    },
    "mxge_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570920688
    },
    "mxge_dma_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570929152
    },
    "mxge_dmamap_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570929120
    },
    "mxge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608530792
    },
    "mxge_dummy_rdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570929504
    },
    "mxge_enable_wc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570901520
    },
    "mxge_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570926096
    },
    "mxge_encap_tso.once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610780656
    },
    "mxge_eth_z8e.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mxge_eth_z8e_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608531032
    },
    "mxge_eth_z8e_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570933936
    },
    "mxge_eth_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608530944
    },
    "mxge_ethp_z8e.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mxge_ethp_z8e_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608651848
    },
    "mxge_ethp_z8e_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934032
    },
    "mxge_ethp_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608651760
    },
    "mxge_fetch_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570932800
    },
    "mxge_flow_control": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608530852
    },
    "mxge_force_firmware": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780640
    },
    "mxge_free_mbufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570924272
    },
    "mxge_free_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570919376
    },
    "mxge_free_slices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570920288
    },
    "mxge_fw_aligned": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mxge_fw_rss_aligned": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mxge_fw_rss_unaligned": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mxge_fw_unaligned": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mxge_get_buf_big": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570925456
    },
    "mxge_get_buf_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570925040
    },
    "mxge_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570912272
    },
    "mxge_handle_be32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570933904
    },
    "mxge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570909680
    },
    "mxge_initial_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608530844
    },
    "mxge_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570930288
    },
    "mxge_intr_coal_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608530840
    },
    "mxge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570909840
    },
    "mxge_load_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570920976
    },
    "mxge_max_slices": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608530848
    },
    "mxge_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570913328
    },
    "mxge_media_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570913424
    },
    "mxge_media_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570913840
    },
    "mxge_media_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570933104
    },
    "mxge_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570913344
    },
    "mxge_media_type_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mxge_media_types": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mxge_media_type"
        }
      },
      "address": 0
    },
    "mxge_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584882880
    },
    "mxge_nvidia_ecrc_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608530856
    },
    "mxge_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570922736
    },
    "mxge_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608530744
    },
    "mxge_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608530720
    },
    "mxge_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608530632
    },
    "mxge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570894560
    },
    "mxge_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570918400
    },
    "mxge_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570904832
    },
    "mxge_rss_eth_z8e.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mxge_rss_eth_z8e_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608773352
    },
    "mxge_rss_eth_z8e_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934128
    },
    "mxge_rss_eth_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608773264
    },
    "mxge_rss_ethp_z8e.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "mxge_rss_ethp_z8e_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608925448
    },
    "mxge_rss_ethp_z8e_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934224
    },
    "mxge_rss_ethp_z8e_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608925360
    },
    "mxge_rss_hash_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608530864
    },
    "mxge_rx_csum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570932432
    },
    "mxge_select_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570901952
    },
    "mxge_send_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570909120
    },
    "mxge_set_multicast_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570929936
    },
    "mxge_setup_cfg_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570900928
    },
    "mxge_sfp_media_types": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mxge_media_type"
        }
      },
      "address": 18446744071584883104
    },
    "mxge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570899312
    },
    "mxge_slice_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570903824
    },
    "mxge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570912032
    },
    "mxge_throttle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780652
    },
    "mxge_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570918720
    },
    "mxge_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780636
    },
    "mxge_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570917872
    },
    "mxge_validate_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570924784
    },
    "mxge_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780644
    },
    "mxge_watchdog_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570899328
    },
    "mxge_xfp_media_types": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mxge_media_type"
        }
      },
      "address": 18446744071584882960
    },
    "my": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "my_empty_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "my_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "my_fw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "my_library": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_LIBRARY_T"
        }
      },
      "address": 0
    },
    "my_mutex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "my_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "my_timeout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "my_types": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "my_version": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "my_wwnn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "my_wwpn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "myaddr": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "myaddr6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "myf_bound": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "myfile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mygen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "myiod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mylen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "mylfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscllockownerfh"
        }
      },
      "address": 0
    },
    "mymem": {
      "type": {
        "count": 400,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mypr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "myrid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mysize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "mysrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "mystp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "mystr": {
      "type": {
        "count": 193,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "mytime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "myvm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmspace"
        }
      },
      "address": 0
    },
    "mz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_zmon_list"
        }
      },
      "address": 0
    },
    "n": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "n0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "n0len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "n6expire": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613139376
    },
    "nB": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nBitsToDecrease": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nF": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nLimit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_cqe": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_dbps": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "n_dispatch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_dma_pc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_dma_pg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_failures": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_fbf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "n_frbuffers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_free": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "n_frlengths": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_hazards": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_heads_to_hook": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_hhookheads": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612538360
    },
    "n_hw_addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_ifs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "n_in": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_obj": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_op": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_passes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_peak": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_pending": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_port_name": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "n_posted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_prev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "n_probes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "n_processed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_responses": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_setup": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "n_sge": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_sgl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_txpower": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "n_txsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "txseginfo"
        }
      },
      "address": 0
    },
    "n_wqe": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "n_xfers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "na": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_adapter"
        }
      },
      "address": 0
    },
    "na_bottom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "na_could_sleep": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "na_cvt": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "netid_af"
        }
      },
      "address": 18446744071585395920
    },
    "na_is_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570990048
    },
    "na_left": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "na_pipe_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "na_right": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "na_top": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "naa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_id_naa_basic"
        }
      },
      "address": 0
    },
    "nack": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "nacked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "naclp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 0
    },
    "nactive": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nadded": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "naddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_addr"
        }
      },
      "address": 0
    },
    "nagain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nalgos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nalloc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngm_name"
        }
      },
      "address": 0
    },
    "name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "name2oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575659872
    },
    "name_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "name_buf": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "name_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "name_list": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "name_src": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "name_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_650f1309e21cb1a5"
        }
      },
      "address": 18446744071584828656
    },
    "namebuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "namebuf6": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "named": {
      "type": {
        "kind": "struct",
        "name": "nameidata"
      },
      "address": 0
    },
    "namei": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465824
    },
    "namei_emptypath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576467520
    },
    "namei_follow_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576472112
    },
    "namei_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576467872
    },
    "namei_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613043072
    },
    "nameicap_check_dotdot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576472976
    },
    "nameicap_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576472000
    },
    "nameiinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576474512
    },
    "nameiop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "namelc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "namelen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "namemax": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "namep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "names": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_650f1309e21cb1a5"
        }
      },
      "address": 18446744071587067968
    },
    "namesize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "namestr": {
      "type": {
        "count": 51,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nametimeo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nameunit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nami": {
      "type": {
        "kind": "struct",
        "name": "nameidata"
      },
      "address": 0
    },
    "namlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nanotime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575665248
    },
    "nanouptime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575664592
    },
    "nanowait": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071612808544
    },
    "napi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "napi_struct"
        }
      },
      "address": 0
    },
    "napp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_appie"
        }
      },
      "address": 0
    },
    "nargs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "narrays": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nassigned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nastr": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "native_clock_source_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413824
    },
    "native_ipi_vectored": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613454048
    },
    "native_lapic_ipi_vectored": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582428688
    },
    "native_parse_memmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413840
    },
    "native_parse_preload_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413568
    },
    "nattrbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "natural_scroll": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "navail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "naver": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "nbAttempts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbBitsOut": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbBlocks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nbBytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbCandidates": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbChunks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nbCompares": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbLits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nbMatches": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbOccurrences": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbPerRank": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "nbRows": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbSeq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbSeq_1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nbSeqs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nbSymbols": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nb_5400_no_low_high_prot_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261184
    },
    "nb_5500_no_ir_rev13": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261200
    },
    "nb_addr": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "nb_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nb_no_ir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261328
    },
    "nb_quirk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intel_dmar_quirk_nb"
        }
      },
      "address": 0
    },
    "nbad": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbant": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbeacons": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "nbi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_nbrinfo"
        }
      },
      "address": 0
    },
    "nbio": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "nbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_bdg_kthread"
        }
      },
      "address": 0
    },
    "nblk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nblks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nblocks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nbp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bufqueue"
        }
      },
      "address": 0
    },
    "nbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "nbrace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbracket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbrt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_rtnode"
        }
      },
      "address": 0
    },
    "nbs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbuckets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071612910616
    },
    "nbufbytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nbufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbusy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbuttons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nbytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_tr_class"
        }
      },
      "address": 0
    },
    "nc_err": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nc_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ncallout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612809768
    },
    "ncards": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncbuckethash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608212112
    },
    "nce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "snd_clone_entry"
        }
      },
      "address": 0
    },
    "nch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcm_channel"
        }
      },
      "address": 0
    },
    "nchan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nchans": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nchash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608212088
    },
    "nchashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nchashhead"
        }
      },
      "address": 18446744071608212080
    },
    "nchildren": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nchinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576424272
    },
    "nchr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nchstats": {
      "type": {
        "kind": "struct",
        "name": "nchstats"
      },
      "address": 18446744071613041920
    },
    "nciv": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ncl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncl_asyncio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574305840
    },
    "ncl_bioread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574301392
    },
    "ncl_call_invalcaches": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612471184
    },
    "ncl_clearcommit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574054848
    },
    "ncl_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574224608
    },
    "ncl_copy_vattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574290592
    },
    "ncl_dircookie_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574053056
    },
    "ncl_dircookie_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574053200
    },
    "ncl_doio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574306912
    },
    "ncl_doio_directwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574315200
    },
    "ncl_excl_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574053456
    },
    "ncl_excl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574053328
    },
    "ncl_fileid_maxwarnings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609551472
    },
    "ncl_fileid_nwarnings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612482088
    },
    "ncl_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574225280
    },
    "ncl_fsinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574267216
    },
    "ncl_gbp_getblkno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574300080
    },
    "ncl_gbp_getblksz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574300128
    },
    "ncl_getattrcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574053504
    },
    "ncl_getcookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574054160
    },
    "ncl_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574298624
    },
    "ncl_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574265280
    },
    "ncl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574055216
    },
    "ncl_invalcaches": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574266656
    },
    "ncl_invaldir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574054496
    },
    "ncl_iod_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612482056
    },
    "ncl_iodmax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609551800
    },
    "ncl_iodmount": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nfsmount"
          }
        }
      },
      "address": 18446744071612482384
    },
    "ncl_iodwant": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "nfsiod_state"
        }
      },
      "address": 18446744071612482128
    },
    "ncl_mbuf_mhlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncl_mbuf_mlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609536956
    },
    "ncl_meta_setsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574315632
    },
    "ncl_nfsiodnew": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574316464
    },
    "ncl_nfsiodnew_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071612481744
    },
    "ncl_nfsiodnew_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574316000
    },
    "ncl_nget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574264320
    },
    "ncl_nhinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574264240
    },
    "ncl_nhuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574264288
    },
    "ncl_numasync": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612482112
    },
    "ncl_pager_setsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574292880
    },
    "ncl_pbuf_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612482096
    },
    "ncl_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574300336
    },
    "ncl_readdirplusrpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574224016
    },
    "ncl_readdirrpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574223424
    },
    "ncl_readlinkrpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574221744
    },
    "ncl_readrpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574221904
    },
    "ncl_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574266032
    },
    "ncl_releasesillyrename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574265776
    },
    "ncl_removeit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574222640
    },
    "ncl_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574053040
    },
    "ncl_vinvalbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574308768
    },
    "ncl_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574309552
    },
    "ncl_writebp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574229232
    },
    "ncl_writerpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574222224
    },
    "nclaimed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nclean": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nclp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclient"
        }
      },
      "address": 0
    },
    "ncmd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncmds": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ncn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ncnegfactor": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608212136
    },
    "ncnegminpct": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609804640
    },
    "ncomp_vec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nconf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netconfig"
        }
      },
      "address": 0
    },
    "nconfcopy": {
      "type": {
        "kind": "struct",
        "name": "netconfig"
      },
      "address": 0
    },
    "nconfig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nconfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "netconfig"
          }
        }
      },
      "address": 0
    },
    "ncontig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nconversions": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncookie": {
      "type": {
        "kind": "union",
        "name": "nfsquad_t"
      },
      "address": 0
    },
    "ncookies": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ncopied": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncores": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache"
        }
      },
      "address": 0
    },
    "ncp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache"
        }
      },
      "address": 0
    },
    "ncp_ts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache_ts"
        }
      },
      "address": 0
    },
    "ncpbytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ncpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nchashhead"
        }
      },
      "address": 0
    },
    "ncpu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ncpubytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ncpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncq_log": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ATA_NCQ_COMMAND_ERROR_LOG_T"
        }
      },
      "address": 0
    },
    "ncq_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ncsi_intr_details": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584737760
    },
    "ncsi_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568993568
    },
    "ncsi_intr_handler.ncsi_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737760
    },
    "ncsi_intr_handler.ncsi_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737840
    },
    "ncsi_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584737840
    },
    "ncsi_oem_data_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ncsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608212116
    },
    "ncsizefactor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609799024
    },
    "ncsrcs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ncticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nctime": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "ncur": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ncurblocks": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ncurinodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ncv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ncvnodehash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608212312
    },
    "ncyls": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nd": {
      "type": {
        "kind": "struct",
        "name": "nameidata"
      },
      "address": 0
    },
    "nd3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsv3_diskless"
        }
      },
      "address": 0
    },
    "nd6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nd6_add_ifa_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578178688
    },
    "nd6_cache_lladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578173840
    },
    "nd6_dad_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578193952
    },
    "nd6_dad_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578192960
    },
    "nd6_dad_na_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578192704
    },
    "nd6_dad_ns_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578187184
    },
    "nd6_dad_ns_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578196144
    },
    "nd6_dad_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578193072
    },
    "nd6_dad_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578194048
    },
    "nd6_dad_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578194656
    },
    "nd6_defrouter_flush_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578214704
    },
    "nd6_defrouter_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578215088
    },
    "nd6_defrouter_list_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578213696
    },
    "nd6_defrouter_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578214144
    },
    "nd6_defrouter_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578213744
    },
    "nd6_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578167216
    },
    "nd6_flush_children_holdchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578176608
    },
    "nd6_flush_holdchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578176400
    },
    "nd6_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578181248
    },
    "nd6_free_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578182928
    },
    "nd6_get_llentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578183072
    },
    "nd6_grab_holdchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578176336
    },
    "nd6_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578167456
    },
    "nd6_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578167776
    },
    "nd6_iflladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578167184
    },
    "nd6_ifnet_link_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578197328
    },
    "nd6_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "nd6_ifptomac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578192864
    },
    "nd6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578164400
    },
    "nd6_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578171360
    },
    "nd6_is_addr_neighbor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578170128
    },
    "nd6_is_stale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578182640
    },
    "nd6_isdynrte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578183056
    },
    "nd6_lle_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578166560
    },
    "nd6_llinfo_get_holdsrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578182848
    },
    "nd6_llinfo_setstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578168832
    },
    "nd6_llinfo_settimer_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578169152
    },
    "nd6_llinfo_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578179904
    },
    "nd6_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578170032
    },
    "nd6_na_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578190112
    },
    "nd6_na_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578192832
    },
    "nd6_na_output_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578187392
    },
    "nd6_nbr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nd6_ns_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578184752
    },
    "nd6_ns_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578188576
    },
    "nd6_option": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578168160
    },
    "nd6_option_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578168064
    },
    "nd6_options": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578168288
    },
    "nd6_output_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578177056
    },
    "nd6_prefix_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578210496
    },
    "nd6_prefix_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578207520
    },
    "nd6_prefix_offlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578211168
    },
    "nd6_prefix_onlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578208960
    },
    "nd6_prefix_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578207744
    },
    "nd6_prefix_rele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578207792
    },
    "nd6_prefix_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578210384
    },
    "nd6_prelist_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578207856
    },
    "nd6_proxy_fill_sdl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578187008
    },
    "nd6_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578169648
    },
    "nd6_ra_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578197344
    },
    "nd6_rem_ifa_lle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578179744
    },
    "nd6_resolve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578177280
    },
    "nd6_resolve_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578178640
    },
    "nd6_resolve_slow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578177872
    },
    "nd6_rs_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578196560
    },
    "nd6_rtr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nd6_setdefaultiface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578213456
    },
    "nd6_setmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578167904
    },
    "nd6_slowtimo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578164832
    },
    "nd6_subscription_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578171264
    },
    "nd6_sysctl_drlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578215792
    },
    "nd6_sysctl_prlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578183952
    },
    "nd6_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578165168
    },
    "nd6_try_set_entry_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578170752
    },
    "nd6_try_set_entry_addr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578170880
    },
    "nd6if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_ifinfo"
        }
      },
      "address": 0
    },
    "nd_buf": {
      "type": {
        "count": 65536,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613061296
    },
    "nd_conf": {
      "type": {
        "kind": "struct",
        "name": "unnamed_890401fc6cd3a739"
      },
      "address": 18446744071613061192
    },
    "nd_conf_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609955960
    },
    "nd_conf_lk": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613060096
    },
    "nd_conf_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609954872
    },
    "nd_conf_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609954896
    },
    "nd_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060128
    },
    "nd_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nd_detach_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613061176
    },
    "nd_gctimer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nd_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 18446744071613061184
    },
    "nd_is_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613060132
    },
    "nd_na": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_neighbor_advert"
        }
      },
      "address": 0
    },
    "nd_ns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_neighbor_solicit"
        }
      },
      "address": 0
    },
    "nd_opt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_opt_hdr"
        }
      },
      "address": 0
    },
    "nd_opt_rh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_opt_rd_hdr"
        }
      },
      "address": 0
    },
    "nd_path": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613060144
    },
    "nd_ra": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_router_advert"
        }
      },
      "address": 0
    },
    "nd_rd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_redirect"
        }
      },
      "address": 0
    },
    "nd_rs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_router_solicit"
        }
      },
      "address": 0
    },
    "nda_default_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nda_enable_biospeedup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608247668
    },
    "nda_max_trim_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608247664
    },
    "nda_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608247688
    },
    "nda_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955376
    },
    "nda_nvd_compat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608247672
    },
    "nda_rotating_media": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610597936
    },
    "nda_send_ordered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndaasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955584
    },
    "ndacleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565957264
    },
    "ndaclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565959904
    },
    "ndadiskgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565962496
    },
    "ndadone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565962656
    },
    "ndadriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608247712
    },
    "ndadump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565961968
    },
    "ndaerror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565962640
    },
    "ndaflagssysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565962528
    },
    "ndaflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565963584
    },
    "ndagetattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565961696
    },
    "ndainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955424
    },
    "ndaioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565960848
    },
    "ndamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608247568
    },
    "ndaoninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565957200
    },
    "ndaopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565959488
    },
    "ndaregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955840
    },
    "ndashutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955808
    },
    "ndastart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565957520
    },
    "ndastrategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565960496
    },
    "ndasuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955792
    },
    "ndasysctlinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565958752
    },
    "ndd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache"
        }
      },
      "address": 0
    },
    "nde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_dirent"
        }
      },
      "address": 0
    },
    "ndelim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "denode"
        }
      },
      "address": 0
    },
    "ndesc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndesc_remaining": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndescs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nexus_device"
        }
      },
      "address": 0
    },
    "ndev_allocated": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ndev_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndevs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndflags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ndh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirhash"
        }
      },
      "address": 0
    },
    "ndi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_ifinfo"
        }
      },
      "address": 0
    },
    "ndif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ndifreq"
        }
      },
      "address": 0
    },
    "ndif32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ndifreq32"
        }
      },
      "address": 0
    },
    "ndip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscldevinfo"
        }
      },
      "address": 0
    },
    "ndirent": {
      "type": {
        "kind": "struct",
        "name": "denode"
      },
      "address": 0
    },
    "ndirty": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ndis": {
      "type": {
        "kind": "struct",
        "name": "hn_nvs_ndis_init"
      },
      "address": 0
    },
    "ndisk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvd_disk"
        }
      },
      "address": 0
    },
    "ndisks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ndiv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ndm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ndmsg"
        }
      },
      "address": 0
    },
    "ndm1g": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndmpdp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484724
    },
    "ndmpdpphys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484608
    },
    "ndmsg_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 0
    },
    "ndomain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613400480
    },
    "ndomains": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndopts": {
      "type": {
        "kind": "union",
        "name": "nd_opts"
      },
      "address": 0
    },
    "ndp": {
      "type": {
        "kind": "struct",
        "name": "nameidata"
      },
      "address": 0
    },
    "ndpc": {
      "type": {
        "kind": "struct",
        "name": "unnamed_d8da84644c76a45f"
      },
      "address": 0
    },
    "ndq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dquot"
        }
      },
      "address": 0
    },
    "ndr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_defrouter"
        }
      },
      "address": 0
    },
    "ndrivers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ndrives": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devstat"
        }
      },
      "address": 0
    },
    "ndsps": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ndtep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netisr_dispatch_table_entry"
        }
      },
      "address": 0
    },
    "ndu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ne": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "nedesc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "need": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "need2pullup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_close": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_comma": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_delayed_work": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "need_dirty": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_epoch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_finished_write": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_giant": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_hi": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_kva": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_mapping": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_mds_recalc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_mf_bond": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_more_resources": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_poll": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_purge": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_recal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421780
    },
    "need_rescan": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_restart": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_resume": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_setfilt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_sleep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_space": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_stop": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "need_swap": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "need_tap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_unload": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_upgrade": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "need_wakeup": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "needactivate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needbeacon": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "neededInBuffSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "neededInSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "neededOutBuffSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "neededRBSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "neededSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "neededSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "needed_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "needed_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "needed_space": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needextclean": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needfiblookup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needfree": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needlocks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needmarker": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needoutput": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needsIndexReset": {
      "type": {
        "kind": "enum",
        "name": "unnamed_e39f589b9e56f04c"
      },
      "address": 0
    },
    "needs_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "needs_epoch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "needs_explore": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "needs_hw_power": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "needs_mapping": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "needs_reconfig": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "needs_unbusy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needs_update": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needsj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needsrecall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needwake": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "needwakeup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "neg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "neg_created": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212248
    },
    "neg_created_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803592
    },
    "neg_created_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803616
    },
    "neg_cycle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608222656
    },
    "neg_evict_skipped_contended": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212280
    },
    "neg_evict_skipped_contended_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609804232
    },
    "neg_evict_skipped_contended_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609804256
    },
    "neg_evict_skipped_empty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212264
    },
    "neg_evict_skipped_empty_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803912
    },
    "neg_evict_skipped_empty_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803936
    },
    "neg_evict_skipped_missed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212272
    },
    "neg_evict_skipped_missed_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609804072
    },
    "neg_evict_skipped_missed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609804096
    },
    "neg_evicted": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212256
    },
    "neg_evicted_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803752
    },
    "neg_evicted_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609803776
    },
    "neg_fec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "neg_fec_string": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "neg_min": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608212144
    },
    "neg_promote": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "negate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "negate_range": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "negative": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "neglists": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "neglist"
        }
      },
      "address": 18446744071613042048
    },
    "negnametimeo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nego": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_icmsg_negotiate"
        }
      },
      "address": 0
    },
    "negotiate": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "negotiated_fc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "negotiated_features": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "negx": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nehemiah.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nehemiah_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610208312
    },
    "nehemiah_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177488
    },
    "nehemiahmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610208224
    },
    "neigh.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "neigh_fbsd_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585314160
    },
    "nelm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nent_pow2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nentries": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nentries128": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "nep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "direct"
        }
      },
      "address": 0
    },
    "nera": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nerrors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nes": {
      "type": {
        "kind": "struct",
        "name": "nfsexstuff"
      },
      "address": 0
    },
    "nest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nesting": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "net2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "net80211_get_random_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577224496
    },
    "net_dim_profile": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 5,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "net_dim_cq_moder"
          }
        }
      },
      "address": 18446744071585352336
    },
    "net_epoch_preempt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "epoch"
        }
      },
      "address": 18446744071608212328
    },
    "net_worklist_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "netback.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netcfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "netconfigs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "netconfig"
        }
      },
      "address": 18446744071610027200
    },
    "netdump_cdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613061168
    },
    "netdump_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609956024
    },
    "netdump_client.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netdump_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577987808
    },
    "netdump_dumper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577990144
    },
    "netdump_enabled_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577986112
    },
    "netdump_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577987360
    },
    "netdump_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577988432
    },
    "netdump_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609956000
    },
    "netdump_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577986208
    },
    "netdump_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577989440
    },
    "netdump_unconfigure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577988144
    },
    "netdump_write_headers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577989936
    },
    "netdumpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609955888
    },
    "netfront.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netfront_addr_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573832976
    },
    "netfront_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573815680
    },
    "netfront_backend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573817152
    },
    "netfront_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573816336
    },
    "netfront_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609522856
    },
    "netfront_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585131936
    },
    "netfront_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573815504
    },
    "netfront_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573816752
    },
    "netfront_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573816368
    },
    "netgate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netgate_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570937616
    },
    "netgate_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570938144
    },
    "netgate_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609078536
    },
    "netgate_get_device_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934320
    },
    "netgate_get_device_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934576
    },
    "netgate_get_device_model": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934448
    },
    "netgate_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934592
    },
    "netgate_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584888080
    },
    "netgate_model": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780660
    },
    "netgate_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609078488
    },
    "netgate_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609078464
    },
    "netgate_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609078376
    },
    "netgate_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570934720
    },
    "netgdb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netgdb_conn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "debugnet_pcb"
        }
      },
      "address": 18446744071612523576
    },
    "netgdb_dbg_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574628512
    },
    "netgdb_dbg_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574628752
    },
    "netgdb_dbg_sendpacket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574628784
    },
    "netgdb_debug": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612523568
    },
    "netgdb_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574628416
    },
    "netgdb_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574628384
    },
    "netgdb_gdb_dbgport": {
      "type": {
        "kind": "struct",
        "name": "gdb_dbgport"
      },
      "address": 18446744071609574736
    },
    "netgdb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574628016
    },
    "netgdb_prev_dbgport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gdb_dbgport"
        }
      },
      "address": 18446744071612523592
    },
    "netgdb_prev_kdb_inactive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071612523584
    },
    "netgdb_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574628192
    },
    "netgdb_rx_off": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612527792
    },
    "netgdb_rxbuf": {
      "type": {
        "count": 4112,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612523680
    },
    "netgdb_rxsb": {
      "type": {
        "kind": "struct",
        "name": "sbuf"
      },
      "address": 18446744071612523600
    },
    "netgraph_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609881448
    },
    "netgraphmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880864
    },
    "netid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "netid_tcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613291768
    },
    "netid_udp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613291776
    },
    "netif_disconnect_backend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573831056
    },
    "netif_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573830816
    },
    "netisr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netisr_bindthreads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613056528
    },
    "netisr_clearqdrops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577043120
    },
    "netisr_default_flow2cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577042576
    },
    "netisr_defaultqlimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609837072
    },
    "netisr_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577046640
    },
    "netisr_dispatch_policy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609837488
    },
    "netisr_dispatch_src": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577045440
    },
    "netisr_dispatch_table": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "netisr_dispatch_table_entry"
        }
      },
      "address": 18446744071585235504
    },
    "netisr_get_cpucount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577042528
    },
    "netisr_get_cpuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577042544
    },
    "netisr_getqdrops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577043232
    },
    "netisr_getqlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577043392
    },
    "netisr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577047008
    },
    "netisr_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609837080
    },
    "netisr_maxprot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609837496
    },
    "netisr_maxqlimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609837076
    },
    "netisr_maxthreads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609837492
    },
    "netisr_proto": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "netisr_proto"
        }
      },
      "address": 18446744071613055632
    },
    "netisr_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577045424
    },
    "netisr_queue_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577045024
    },
    "netisr_queue_src": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577044704
    },
    "netisr_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577042608
    },
    "netisr_register_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577044080
    },
    "netisr_rmlock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071613055440
    },
    "netisr_setqlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577043472
    },
    "netisr_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577043616
    },
    "netisr_unregister_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577044160
    },
    "netlink_callback_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtbridge"
        }
      },
      "address": 18446744071609986536
    },
    "netlink_dgram_sw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609987440
    },
    "netlink_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_generic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_generic_kpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_glue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_io.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_message_parser.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_message_writer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609988784
    },
    "netlink_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578388720
    },
    "netlink_module.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_raw_sw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609987192
    },
    "netlink_register_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578388048
    },
    "netlink_route.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netlink_unloading": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613143200
    },
    "netlink_unregister_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578388256
    },
    "netlinkdomain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071609987688
    },
    "netlinkmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609988656
    },
    "netlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_netlist_info"
        }
      },
      "address": 0
    },
    "netmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_adapter_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570945664
    },
    "netmap_adapter_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570945712
    },
    "netmap_admode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610788912
    },
    "netmap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570964864
    },
    "netmap_attach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570963584
    },
    "netmap_attach_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570964128
    },
    "netmap_bdg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_bdg_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570971296
    },
    "netmap_bdg_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570975872
    },
    "netmap_bdg_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570972864
    },
    "netmap_bdg_detach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570969488
    },
    "netmap_bdg_detach_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570973024
    },
    "netmap_bdg_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570968880
    },
    "netmap_bdg_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570967984
    },
    "netmap_bdg_regops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570975264
    },
    "netmap_bdg_update_private_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570969104
    },
    "netmap_buf_size_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570950912
    },
    "netmap_bwrap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570976896
    },
    "netmap_bwrap_attach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570978752
    },
    "netmap_bwrap_bdg_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570980016
    },
    "netmap_bwrap_bufcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570979872
    },
    "netmap_bwrap_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570979552
    },
    "netmap_bwrap_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570979360
    },
    "netmap_bwrap_intr_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570976912
    },
    "netmap_bwrap_intr_notify.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789132
    },
    "netmap_bwrap_intr_notify.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789128
    },
    "netmap_bwrap_krings_create_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570977360
    },
    "netmap_bwrap_krings_delete_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570978272
    },
    "netmap_bwrap_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570978528
    },
    "netmap_bwrap_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570980736
    },
    "netmap_bwrap_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570971872
    },
    "netmap_cdev_pager_ops": {
      "type": {
        "kind": "struct",
        "name": "cdev_pager_ops"
      },
      "address": 18446744071609080352
    },
    "netmap_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609079968
    },
    "netmap_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986608
    },
    "netmap_common_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570966912
    },
    "netmap_compute_buf_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570953584
    },
    "netmap_csb_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570959424
    },
    "netmap_default_bdg_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570970320
    },
    "netmap_default_bufcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570941472
    },
    "netmap_default_pipes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610790208
    },
    "netmap_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570964896
    },
    "netmap_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610789096
    },
    "netmap_dev_pager_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570989072
    },
    "netmap_dev_pager_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570989248
    },
    "netmap_dev_pager_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570988816
    },
    "netmap_disable_all_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570938720
    },
    "netmap_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577017680
    },
    "netmap_do_regif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570951392
    },
    "netmap_do_unregif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570942976
    },
    "netmap_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570944224
    },
    "netmap_enable_all_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570938816
    },
    "netmap_extra_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571007520
    },
    "netmap_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570967728
    },
    "netmap_fl_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577017696
    },
    "netmap_freebsd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_fwd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610789068
    },
    "netmap_generic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_generic_hwcsum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780672
    },
    "netmap_generic_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570989552
    },
    "netmap_generic_mit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609078608
    },
    "netmap_generic_rings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609078616
    },
    "netmap_generic_ringsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609078612
    },
    "netmap_get_bdg_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570970336
    },
    "netmap_get_hw_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570944528
    },
    "netmap_get_monitor_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571021264
    },
    "netmap_get_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570944912
    },
    "netmap_get_null_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571027568
    },
    "netmap_get_pipe_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571033600
    },
    "netmap_get_vale_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571038736
    },
    "netmap_getna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983680
    },
    "netmap_global_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610788880
    },
    "netmap_grab_packets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570961008
    },
    "netmap_grab_packets.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789112
    },
    "netmap_grab_packets.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789108
    },
    "netmap_hw_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570944880
    },
    "netmap_hw_krings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570963920
    },
    "netmap_hw_krings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570942768
    },
    "netmap_hw_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570964752
    },
    "netmap_ifnet_arrival_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981472
    },
    "netmap_ifnet_departure_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981488
    },
    "netmap_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570967856
    },
    "netmap_init_bridges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570980496
    },
    "netmap_init_bridges2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570980288
    },
    "netmap_interp_ringid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570949936
    },
    "netmap_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570953840
    },
    "netmap_ioctl_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571001488
    },
    "netmap_kloop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_knrdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570988512
    },
    "netmap_knread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570988768
    },
    "netmap_knwdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570988208
    },
    "netmap_knwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570988464
    },
    "netmap_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986960
    },
    "netmap_krings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570940304
    },
    "netmap_krings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570942624
    },
    "netmap_krings_mode_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570967488
    },
    "netmap_last_mem_d": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_mem_d"
        }
      },
      "address": 18446744071609083256
    },
    "netmap_legacy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_loader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570989408
    },
    "netmap_make_zombie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570938896
    },
    "netmap_mbq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_mem2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_mem2_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571011360
    },
    "netmap_mem2_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571013904
    },
    "netmap_mem2_deref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571013680
    },
    "netmap_mem2_finalize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571012368
    },
    "netmap_mem2_get_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571010848
    },
    "netmap_mem2_get_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571010800
    },
    "netmap_mem2_get_pool_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571007424
    },
    "netmap_mem2_if_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571015024
    },
    "netmap_mem2_if_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571014000
    },
    "netmap_mem2_if_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571013696
    },
    "netmap_mem2_ofstophys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571011040
    },
    "netmap_mem2_rings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571015296
    },
    "netmap_mem2_rings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571016592
    },
    "netmap_mem_bufsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571007504
    },
    "netmap_mem_deref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571006288
    },
    "netmap_mem_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570943744
    },
    "netmap_mem_ext_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571017504
    },
    "netmap_mem_ext_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571017888
    },
    "netmap_mem_ext_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571017520
    },
    "netmap_mem_ext_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_mem_ext"
        }
      },
      "address": 18446744071610790104
    },
    "netmap_mem_ext_ops": {
      "type": {
        "kind": "struct",
        "name": "netmap_mem_ops"
      },
      "address": 18446744071609083312
    },
    "netmap_mem_finalize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571005776
    },
    "netmap_mem_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571007184
    },
    "netmap_mem_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571010768
    },
    "netmap_mem_get_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571005328
    },
    "netmap_mem_get_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004256
    },
    "netmap_mem_get_iommu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571009760
    },
    "netmap_mem_get_lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004112
    },
    "netmap_mem_global_ops": {
      "type": {
        "kind": "struct",
        "name": "netmap_mem_ops"
      },
      "address": 18446744071609081144
    },
    "netmap_mem_if_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004848
    },
    "netmap_mem_if_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004688
    },
    "netmap_mem_if_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004544
    },
    "netmap_mem_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571010544
    },
    "netmap_mem_init_bitmaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571006480
    },
    "netmap_mem_ofstophys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571004432
    },
    "netmap_mem_pools_info_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571017136
    },
    "netmap_mem_private_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571008192
    },
    "netmap_mem_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570942896
    },
    "netmap_mem_rings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571005008
    },
    "netmap_mem_rings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571005168
    },
    "netmap_min_priv_params": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "netmap_obj_params"
        }
      },
      "address": 18446744071609083264
    },
    "netmap_mmap_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570987552
    },
    "netmap_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609080400
    },
    "netmap_monitor.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_monitor_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022880
    },
    "netmap_monitor_krings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022672
    },
    "netmap_monitor_krings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022800
    },
    "netmap_monitor_parent_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571025328
    },
    "netmap_monitor_parent_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571025216
    },
    "netmap_monitor_parent_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571025616
    },
    "netmap_monitor_parent_sync.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790124
    },
    "netmap_monitor_parent_sync.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790120
    },
    "netmap_monitor_parent_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571025104
    },
    "netmap_monitor_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022864
    },
    "netmap_monitor_reg_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022912
    },
    "netmap_monitor_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022624
    },
    "netmap_monitor_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571020576
    },
    "netmap_monitor_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022432
    },
    "netmap_monitor_txsync.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790116
    },
    "netmap_monitor_txsync.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790112
    },
    "netmap_no_pendintr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609078600
    },
    "netmap_no_timestamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610789104
    },
    "netmap_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570964048
    },
    "netmap_null.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_null_bdg_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571028128
    },
    "netmap_null_krings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571028112
    },
    "netmap_null_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571028064
    },
    "netmap_null_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571028048
    },
    "netmap_obj_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571020320
    },
    "netmap_obj_free_va": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571020096
    },
    "netmap_obj_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571007856
    },
    "netmap_offloadings.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_offsets_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570952512
    },
    "netmap_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986384
    },
    "netmap_pipe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_pipe_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571035664
    },
    "netmap_pipe_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571031632
    },
    "netmap_pipe_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571035424
    },
    "netmap_pipe_krings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571035600
    },
    "netmap_pipe_krings_create_both": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571032384
    },
    "netmap_pipe_krings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571035632
    },
    "netmap_pipe_krings_delete_both": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571033184
    },
    "netmap_pipe_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571035232
    },
    "netmap_pipe_reg_both": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571032624
    },
    "netmap_pipe_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571032160
    },
    "netmap_pipe_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571031808
    },
    "netmap_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570961664
    },
    "netmap_priv_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570943888
    },
    "netmap_priv_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570943840
    },
    "netmap_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570966576
    },
    "netmap_reset_obj_allocator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571019872
    },
    "netmap_rfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609080312
    },
    "netmap_ring_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570948816
    },
    "netmap_ring_reinit.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789032
    },
    "netmap_ring_reinit.__cnt.56": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789040
    },
    "netmap_ring_reinit.__cnt.59": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789048
    },
    "netmap_ring_reinit.__cnt.62": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789056
    },
    "netmap_ring_reinit.__cnt.65": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789064
    },
    "netmap_ring_reinit.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789028
    },
    "netmap_ring_reinit.t0.55": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789036
    },
    "netmap_ring_reinit.t0.58": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789044
    },
    "netmap_ring_reinit.t0.61": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789052
    },
    "netmap_ring_reinit.t0.64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789060
    },
    "netmap_rx_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570966992
    },
    "netmap_rxsync_from_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570941648
    },
    "netmap_send_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570961472
    },
    "netmap_set_all_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570938416
    },
    "netmap_set_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570938160
    },
    "netmap_sync_kloop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570997616
    },
    "netmap_sync_kloop_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571001120
    },
    "netmap_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570965392
    },
    "netmap_transmit.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789076
    },
    "netmap_transmit.__cnt.95": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789084
    },
    "netmap_transmit.__cnt.98": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789092
    },
    "netmap_transmit.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789072
    },
    "netmap_transmit.t0.94": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789080
    },
    "netmap_transmit.t0.97": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789088
    },
    "netmap_txsync_retry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609078604
    },
    "netmap_txsync_to_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570941504
    },
    "netmap_undo_zombie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570939008
    },
    "netmap_unget_na": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570944048
    },
    "netmap_uninit_bridges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570980624
    },
    "netmap_uninit_bridges2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570980400
    },
    "netmap_update_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570939776
    },
    "netmap_use_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610789136
    },
    "netmap_vale.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "netmap_vale_bwrap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571037200
    },
    "netmap_vale_bwrap_krings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571046448
    },
    "netmap_vale_bwrap_krings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571046592
    },
    "netmap_vale_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571037440
    },
    "netmap_vale_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571037664
    },
    "netmap_vale_learning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571035840
    },
    "netmap_vale_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571037936
    },
    "netmap_vale_vp_bdg_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571042784
    },
    "netmap_vale_vp_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571036480
    },
    "netmap_vale_vp_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571042576
    },
    "netmap_vale_vp_krings_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571041952
    },
    "netmap_vale_vp_krings_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571042480
    },
    "netmap_vale_vp_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571040432
    },
    "netmap_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610780676
    },
    "netmap_vi_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571038976
    },
    "netmap_vp_bdg_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570970208
    },
    "netmap_vp_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570976160
    },
    "netmap_vp_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570976368
    },
    "netmap_wfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609080272
    },
    "netmap_zmon_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022832
    },
    "netmap_zmon_parent_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571026656
    },
    "netmap_zmon_parent_sync.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790132
    },
    "netmap_zmon_parent_sync.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790128
    },
    "netmap_zmon_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571022816
    },
    "netmapmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609080200
    },
    "netmask": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "netprot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "network_view": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nevents": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new40": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new44": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "newBucket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newCSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newConf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_pptpgre_conf"
        }
      },
      "address": 0
    },
    "newCurrent": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newEntry": {
      "type": {
        "kind": "struct",
        "name": "ldmEntry_t"
      },
      "address": 0
    },
    "newHash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newLeftoverSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newLevel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newLitLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newLowLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newMB": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newNumBuckets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newNumLinksActive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newReg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newReps": {
      "type": {
        "kind": "struct",
        "name": "repcodes_t"
      },
      "address": 0
    },
    "newSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newTab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_bridge_bucket"
        }
      },
      "address": 0
    },
    "newTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ZSTD_DDict"
          }
        }
      },
      "address": 0
    },
    "newTableSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newVal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_adp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "video_adapter_t"
          }
        }
      },
      "address": 0
    },
    "new_alloc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "new_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "new_backing_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "new_bank_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_bias": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_bits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "new_block": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "new_blocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_bus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_eb"
        }
      },
      "address": 0
    },
    "new_bw_value": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "new_cap_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_cb_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_set_port_protocol_cb_arg_t"
        }
      },
      "address": 0
    },
    "new_cc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "callout_cpu"
        }
      },
      "address": 0
    },
    "new_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "new_chars": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_clp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclient"
        }
      },
      "address": 0
    },
    "new_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_pending_mcast_cmd"
        }
      },
      "address": 0
    },
    "new_command_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "new_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_crypto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_data": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_deleg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "new_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_pcidev_desc"
        }
      },
      "address": 0
    },
    "new_dev_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_ed"
        }
      },
      "address": 0
    },
    "new_device_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pqi_scsi_dev_t"
          }
        }
      },
      "address": 0
    },
    "new_devid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612483400
    },
    "new_dscp_table_seg": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "new_ea": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_extattr"
        }
      },
      "address": 0
    },
    "new_eee": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_ekeys_total": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_en": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "disk_zone_rep_entry"
        }
      },
      "address": 0
    },
    "new_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "new_ets_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "new_fd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_data"
        }
      },
      "address": 0
    },
    "new_fdh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_dp_header"
        }
      },
      "address": 0
    },
    "new_fhe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fha_hash_entry"
        }
      },
      "address": 0
    },
    "new_fibs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_fltr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_info"
        }
      },
      "address": 0
    },
    "new_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "new_gen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_grp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcblbgroup"
        }
      },
      "address": 0
    },
    "new_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "new_high": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_hwofs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_hwtail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_id16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_ids": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ata_chip_id"
        }
      },
      "address": 18446744071584174096
    },
    "new_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_iface": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "new_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_inherited_pri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_IO_REQUEST_T"
        }
      },
      "address": 0
    },
    "new_ioapic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "new_isn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_kbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "keyboard_t"
          }
        }
      },
      "address": 0
    },
    "new_lc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "loginclass"
        }
      },
      "address": 0
    },
    "new_ldt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc_ldt"
        }
      },
      "address": 0
    },
    "new_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_level": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_lfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslockfile"
        }
      },
      "address": 0
    },
    "new_link": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_link_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_list"
        }
      },
      "address": 0
    },
    "new_lop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "new_low": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_lsr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "new_lun_list_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map"
        }
      },
      "address": 0
    },
    "new_master_ln": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_matchlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_mc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_addr_list"
        }
      },
      "address": 0
    },
    "new_mod": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_mode": {
      "type": {
        "kind": "enum",
        "name": "ice_fc_mode"
      },
      "address": 0
    },
    "new_mp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "new_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_incoming_message"
        }
      },
      "address": 0
    },
    "new_msr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "new_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "new_nchash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_nchashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nchashhead"
        }
      },
      "address": 0
    },
    "new_nep": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "new_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "new_nr_grant_frames": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_num_buckets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_num_items": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_num_nodes": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "new_open": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "new_owner": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_packets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_page_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 0
    },
    "new_pcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hvs_pcb"
        }
      },
      "address": 0
    },
    "new_pi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_pi"
        }
      },
      "address": 0
    },
    "new_picker": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_pin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_pindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_policy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addrpolicy"
        }
      },
      "address": 0
    },
    "new_port_width": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "new_portid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_prec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "new_prev": {
      "type": {
        "kind": "struct",
        "name": "pmap_invl_gen"
      },
      "address": 0
    },
    "new_profile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_protocol": {
      "type": {
        "kind": "enum",
        "name": "unnamed_b9e711dc669129ea"
      },
      "address": 0
    },
    "new_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "new_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_request_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "new_rflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_rt_tables": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "rib_head"
          }
        }
      },
      "address": 0
    },
    "new_sacked_bytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_scope": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_seq": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "new_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_slots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_so": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "new_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_stp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "new_switchtime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "new_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_vlan_tag"
        }
      },
      "address": 0
    },
    "new_tagid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_tail": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pch"
        }
      },
      "address": 0
    },
    "new_target": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "new_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "new_tlabel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_topo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "new_tso": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_tv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "new_types": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "mlx4_port_type"
        }
      },
      "address": 0
    },
    "new_uip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uidinfo"
        }
      },
      "address": 0
    },
    "new_unrhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576022832
    },
    "new_up2tc": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "new_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_vector": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_vhtcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_vidsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "video_switch_t"
          }
        }
      },
      "address": 0
    },
    "new_vol": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_vsig": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_wmax": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "new_wol_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "new_wufc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "new_wwnn": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "new_wwpn": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "new_xprt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCXPRT"
        }
      },
      "address": 0
    },
    "newacc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acc_t"
        }
      },
      "address": 0
    },
    "newactive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "newadp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirect"
        }
      },
      "address": 0
    },
    "newallocindir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579870320
    },
    "newargs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pargs"
        }
      },
      "address": 0
    },
    "newarray": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "resource"
          }
        }
      },
      "address": 0
    },
    "newassoc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newb": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "newbg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "newbinname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "newbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blist"
        }
      },
      "address": 0
    },
    "newblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "newblk"
        }
      },
      "address": 0
    },
    "newblk_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579865072
    },
    "newblk_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579951824
    },
    "newblkhd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "newblk_hashhead"
        }
      },
      "address": 0
    },
    "newblks": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "newbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "newbsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newbucket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_bucket"
        }
      },
      "address": 0
    },
    "newbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "newc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newcard": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newclient": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 0
    },
    "newclp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclclient"
        }
      },
      "address": 0
    },
    "newcluster": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newcmd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newcr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "newcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "newd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsv4node"
        }
      },
      "address": 0
    },
    "newdata": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "newdeps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "linker_file"
          }
        }
      },
      "address": 0
    },
    "newdest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ip6_dest"
          }
        }
      },
      "address": 0
    },
    "newdi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dumperinfo"
        }
      },
      "address": 0
    },
    "newdiff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newdir": {
      "type": {
        "kind": "struct",
        "name": "direct"
      },
      "address": 0
    },
    "newdirblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "newdirblk"
        }
      },
      "address": 0
    },
    "newdirrem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579897680
    },
    "newdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "newdrivers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "periph_driver"
          }
        }
      },
      "address": 0
    },
    "newdrv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "cryptocap"
          }
        }
      },
      "address": 0
    },
    "newdsdirsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newentrysize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newest": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newevent": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "newexecsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "execsw"
          }
        }
      },
      "address": 0
    },
    "newfde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedescent"
        }
      },
      "address": 0
    },
    "newfdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedesc"
        }
      },
      "address": 0
    },
    "newfdp0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedesc0"
        }
      },
      "address": 0
    },
    "newfds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newfilename": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "newfl": {
      "type": {
        "kind": "struct",
        "name": "flock"
      },
      "address": 0
    },
    "newflag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newfmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newfreefrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579866800
    },
    "newfreework": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579877104
    },
    "newfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs"
        }
      },
      "address": 0
    },
    "newhash": {
      "type": {
        "kind": "struct",
        "name": "uma_hash"
      },
      "address": 0
    },
    "newhashlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem_hashlist"
        }
      },
      "address": 0
    },
    "newhighwater": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "newice": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isa_config_entry"
        }
      },
      "address": 0
    },
    "newid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newind": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newindirdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "indirdep"
        }
      },
      "address": 0
    },
    "newip": {
      "type": {
        "kind": "struct",
        "name": "ip"
      },
      "address": 0
    },
    "newip6": {
      "type": {
        "kind": "struct",
        "name": "ip6_hdr"
      },
      "address": 0
    },
    "newitr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newkbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "keyboard_t"
        }
      },
      "address": 0
    },
    "newkey": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "newlc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "loginclass"
        }
      },
      "address": 0
    },
    "newlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newlim": {
      "type": {
        "kind": "struct",
        "name": "dqblk64"
      },
      "address": 0
    },
    "newlink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rctl_rule_link"
        }
      },
      "address": 0
    },
    "newlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "newln": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newlock": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newlun": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "newluns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sbp_dev"
          }
        }
      },
      "address": 0
    },
    "newm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "newmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ifnet"
          }
        }
      },
      "address": 0
    },
    "newmask": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "newmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newmaxsockets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newmaxthreads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newmedia": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newmin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newminthreads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newmod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "module"
        }
      },
      "address": 0
    },
    "newmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_msg"
        }
      },
      "address": 0
    },
    "newmtime": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "newname": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "newncsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newnfs_commit_on_close": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481968
    },
    "newnfs_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573972928
    },
    "newnfs_copycred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574038576
    },
    "newnfs_copyincred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574295920
    },
    "newnfs_directio_allow_mmap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609547144
    },
    "newnfs_directio_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481856
    },
    "newnfs_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573974800
    },
    "newnfs_false": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612471108
    },
    "newnfs_fifoops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609545792
    },
    "newnfs_fifoops_nosig": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609548136
    },
    "newnfs_getcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039072
    },
    "newnfs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573997264
    },
    "newnfs_init.nfs_inited": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612471112
    },
    "newnfs_iosize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574266992
    },
    "newnfs_msleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573985248
    },
    "newnfs_nfsv3_procid": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609559904
    },
    "newnfs_nmcancelreqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573984672
    },
    "newnfs_numnfsd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471168
    },
    "newnfs_portinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039248
    },
    "newnfs_portinit.inited": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612471212
    },
    "newnfs_realign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574038384
    },
    "newnfs_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573975312
    },
    "newnfs_restore_sigmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573983744
    },
    "newnfs_set_sigmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573983104
    },
    "newnfs_setroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039024
    },
    "newnfs_sig_set": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609536864
    },
    "newnfs_sigintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573985472
    },
    "newnfs_sndlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574033904
    },
    "newnfs_sndunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574034128
    },
    "newnfs_true": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612471104
    },
    "newnfs_vncmpf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574287824
    },
    "newnfs_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609545088
    },
    "newnfs_vnodeops_nosig": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609547464
    },
    "newnfs_xdrneg1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612471100
    },
    "newnfsd_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612471216
    },
    "newnfsiod_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609552032
    },
    "newnfsnode_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612481976
    },
    "newnfsv2_procid": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585146816
    },
    "newnfsv2_type": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "unnamed_db555dac515e3280"
        }
      },
      "address": 18446744071585144848
    },
    "newnmbclusters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newnmbjumbo16": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newnmbjumbo9": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newnmbjumbop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newnmbufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newnmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsmount"
        }
      },
      "address": 0
    },
    "newnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_t"
        }
      },
      "address": 0
    },
    "newnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsnode"
        }
      },
      "address": 0
    },
    "newnpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlm_file_svid"
        }
      },
      "address": 0
    },
    "newnv2tov_type": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "enum_vtype_uint8"
        }
      },
      "address": 18446744071609536932
    },
    "newnvl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "newnvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvpair_t"
        }
      },
      "address": 0
    },
    "newobjsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newoffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newoid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807400
    },
    "newone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newopenings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "newpa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kpooladdr"
        }
      },
      "address": 0
    },
    "newpages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newpanic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newparent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newpath": {
      "type": {
        "kind": "struct",
        "name": "cam_path"
      },
      "address": 0
    },
    "newpde": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newpdir": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newpdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pwddesc"
        }
      },
      "address": 0
    },
    "newpdpe": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newpgrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pgrp"
        }
      },
      "address": 0
    },
    "newpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "newpri": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "newproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "newprr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison_racct"
        }
      },
      "address": 0
    },
    "newpsk": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "newpte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "newpwd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pwd"
        }
      },
      "address": 0
    },
    "newreg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secreg"
        }
      },
      "address": 0
    },
    "newreno_cc_ack_received": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577784832
    },
    "newreno_cc_after_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577784432
    },
    "newreno_cc_cong_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577784528
    },
    "newreno_cc_post_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577784304
    },
    "newres": {
      "type": {
        "kind": "struct",
        "name": "ACPI_RESOURCE"
      },
      "address": 0
    },
    "newrid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newrole": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newrom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "newrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvcache"
        }
      },
      "address": 0
    },
    "newrtc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtc_instance"
        }
      },
      "address": 0
    },
    "newrule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krule"
        }
      },
      "address": 0
    },
    "newrules": {
      "type": {
        "kind": "struct",
        "name": "unnamed_0358bbec111ab4ef"
      },
      "address": 0
    },
    "newsav": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secasvar"
        }
      },
      "address": 0
    },
    "newsegs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmid_kernel"
        }
      },
      "address": 0
    },
    "newsess": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "session"
        }
      },
      "address": 0
    },
    "newset": {
      "type": {
        "kind": "struct",
        "name": "domainset"
      },
      "address": 0
    },
    "newsigacts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigacts"
        }
      },
      "address": 0
    },
    "newsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secpolicy"
        }
      },
      "address": 0
    },
    "newspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "newspacq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secspacq"
        }
      },
      "address": 0
    },
    "newspd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newspi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newsrvmaxio": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newst": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "newstate": {
      "type": {
        "kind": "enum",
        "name": "xenbus_state"
      },
      "address": 0
    },
    "newstatus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newsysinit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 18446744071612529840
    },
    "newsysinit_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 18446744071612529848
    },
    "newt": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "newtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "newtc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timecounter"
        }
      },
      "address": 0
    },
    "newtcp": {
      "type": {
        "kind": "struct",
        "name": "tcphdr"
      },
      "address": 0
    },
    "newtd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "newtextdvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "newtextvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "newthr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "newticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newtimeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newuip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uidinfo"
        }
      },
      "address": 0
    },
    "newusrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsusrgrp"
        }
      },
      "address": 0
    },
    "newv4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsv4node"
        }
      },
      "address": 0
    },
    "newval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "newver": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "newvmspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmspace"
        }
      },
      "address": 0
    },
    "newvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "newxid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "newy": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "clock_sync"
        }
      },
      "address": 0
    },
    "next": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nextCandidate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "nextCandidateIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextCandidateIdxPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "nextCandidatePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "nextIndex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "nextRankStart": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextRankVal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextSeqStore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seqStore_t"
        }
      },
      "address": 0
    },
    "nextSrcSizeHint": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nextStart_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextState": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextStep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nextTbtt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextToUpdate3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_alias": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "next_baddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "next_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_buf"
        }
      },
      "address": 0
    },
    "next_bus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_eb"
        }
      },
      "address": 0
    },
    "next_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_callout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "next_chain_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "next_code": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "next_copy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rpcb_entry_list"
        }
      },
      "address": 0
    },
    "next_cp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_consumer"
        }
      },
      "address": 0
    },
    "next_credits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_desc_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "next_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "next_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "next_expire": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "next_fifo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_file_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609669192
    },
    "next_ft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_table"
        }
      },
      "address": 0
    },
    "next_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "next_hop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "next_hop6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "next_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613490304
    },
    "next_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "next_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "next_ioapic_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613490308
    },
    "next_is_first": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_iter_unr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576021776
    },
    "next_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_lsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "next_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_t"
        }
      },
      "address": 0
    },
    "next_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "next_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "next_paddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "next_page": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "next_periph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_periph"
        }
      },
      "address": 0
    },
    "next_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "next_phy_element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_FAST_LIST_ELEMENT_T"
        }
      },
      "address": 0
    },
    "next_phy_in_wide_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "next_pidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_pindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "next_pmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap"
        }
      },
      "address": 0
    },
    "next_pv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pv_entry"
        }
      },
      "address": 0
    },
    "next_qt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_qtop_entry_t"
        }
      },
      "address": 0
    },
    "next_record": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "next_rid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "next_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_rule_hw"
        }
      },
      "address": 0
    },
    "next_rxd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "next_scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "next_scbid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_wqe_srq_next_seg"
        }
      },
      "address": 0
    },
    "next_sendtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_sess": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612483352
    },
    "next_spe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_spe"
        }
      },
      "address": 0
    },
    "next_sport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_sport_t"
        }
      },
      "address": 0
    },
    "next_start_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_state": {
      "type": {
        "kind": "enum",
        "name": "ecore_func_state"
      },
      "address": 0
    },
    "next_sysid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_tab": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_target": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_tbtt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "next_tcp_stack_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609947152
    },
    "next_time": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "next_tlv": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "next_to_notify": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_config_hook"
        }
      },
      "address": 18446744071612900552
    },
    "next_tx_check": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_tx_only": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "next_txd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "next_up": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "next_vaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nextacq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secacq"
        }
      },
      "address": 0
    },
    "nextaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nextadp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirect"
        }
      },
      "address": 0
    },
    "nextant": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nextbyte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nextcal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextcbident": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612481816
    },
    "nextchan": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nextconn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextconn_set": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "nextdap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "diradd"
        }
      },
      "address": 0
    },
    "nextdba": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_ed"
        }
      },
      "address": 0
    },
    "nextdq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dquot"
        }
      },
      "address": 0
    },
    "nextdtim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nextelm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "nextentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rl_q_entry"
        }
      },
      "address": 0
    },
    "nexthdr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nexthdrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nexthop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nexti": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609690224
    },
    "nextl": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nextlbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nextlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextline": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nextmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mkdir"
        }
      },
      "address": 0
    },
    "nextml": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "modlist"
        }
      },
      "address": 0
    },
    "nextoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nextop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kkif"
        }
      },
      "address": 0
    },
    "nextpkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "nextproto": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nextptr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextrecord": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "nextrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvcache"
        }
      },
      "address": 0
    },
    "nextsah": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secashead"
        }
      },
      "address": 0
    },
    "nextsav": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secasvar"
        }
      },
      "address": 0
    },
    "nextsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secpolicy"
        }
      },
      "address": 0
    },
    "nextspacq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secspacq"
        }
      },
      "address": 0
    },
    "nexttbtt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nexttbtt_u8": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nexttick": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612534504
    },
    "nexttx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nextvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "nextwk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "worklist"
        }
      },
      "address": 0
    },
    "nexus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nexus_acpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581359792
    },
    "nexus_acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610172240
    },
    "nexus_acpi_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587107072
    },
    "nexus_acpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581359744
    },
    "nexus_acpi_root_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610172416
    },
    "nexus_acpi_root_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610172392
    },
    "nexus_acpi_rootmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610172336
    },
    "nexus_activate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581342480
    },
    "nexus_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581342336
    },
    "nexus_add_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581341888
    },
    "nexus_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581342624
    },
    "nexus_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344336
    },
    "nexus_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344384
    },
    "nexus_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581342720
    },
    "nexus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581341968
    },
    "nexus_baseclasses": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "kobj_class"
          }
        }
      },
      "address": 18446744071610172224
    },
    "nexus_bind_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343808
    },
    "nexus_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343872
    },
    "nexus_deactivate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581342992
    },
    "nexus_delete_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343216
    },
    "nexus_describe_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343888
    },
    "nexus_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610169392
    },
    "nexus_get_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344272
    },
    "nexus_get_reslist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343200
    },
    "nexus_get_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343104
    },
    "nexus_init_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581341392
    },
    "nexus_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344416
    },
    "nexus_map_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343264
    },
    "nexus_methods": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587102928
    },
    "nexus_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581342096
    },
    "nexus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581341952
    },
    "nexus_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344368
    },
    "nexus_release_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344400
    },
    "nexus_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343584
    },
    "nexus_resume_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343936
    },
    "nexus_root_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610169832
    },
    "nexus_root_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610169808
    },
    "nexus_rootmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169488
    },
    "nexus_set_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343680
    },
    "nexus_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343968
    },
    "nexus_suspend_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344192
    },
    "nexus_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344224
    },
    "nexus_unmap_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581343760
    },
    "nf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_mac_filter"
        }
      },
      "address": 0
    },
    "nfLoops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfThresh": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "nf_buf": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "nf_cal_dur_tsf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nf_done": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nf_hist_buff_reset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nf_hist_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nf_no_lim": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "nf_no_lim_chain0": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "nf_use": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nf_val": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "nfarray": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "nfd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfd1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfdbits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nfde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedescent"
        }
      },
      "address": 0
    },
    "nfe_alloc_jrx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582160816
    },
    "nfe_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582150368
    },
    "nfe_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582156096
    },
    "nfe_detect_msik9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582165296
    },
    "nfe_devs": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nfe_type"
        }
      },
      "address": 18446744071587177920
    },
    "nfe_dma_map_segs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582168480
    },
    "nfe_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610207616
    },
    "nfe_free_jrx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582168512
    },
    "nfe_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582176080
    },
    "nfe_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582165568
    },
    "nfe_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582165440
    },
    "nfe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582165184
    },
    "nfe_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582168864
    },
    "nfe_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582165744
    },
    "nfe_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582168304
    },
    "nfe_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582163776
    },
    "nfe_jnewbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582172368
    },
    "nfe_mac_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582176176
    },
    "nfe_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587177760
    },
    "nfe_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582159376
    },
    "nfe_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582160032
    },
    "nfe_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582159728
    },
    "nfe_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582172784
    },
    "nfe_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610207568
    },
    "nfe_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610207544
    },
    "nfe_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610207344
    },
    "nfe_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582160544
    },
    "nfe_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582150080
    },
    "nfe_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582159200
    },
    "nfe_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582171056
    },
    "nfe_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582159360
    },
    "nfe_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582165040
    },
    "nfe_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582174784
    },
    "nfe_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582173280
    },
    "nfe_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582171440
    },
    "nfe_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582158048
    },
    "nfe_sysctl_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582161392
    },
    "nfe_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582172016
    },
    "nfe_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582174256
    },
    "nfedebug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nffree": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfh": {
      "type": {
        "kind": "struct",
        "name": "fhandle_t"
      },
      "address": 0
    },
    "nfhlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsfh"
        }
      },
      "address": 0
    },
    "nfidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfilters": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608426624
    },
    "nfingers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfixup": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nflag": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nflits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nflp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclflayout"
        }
      },
      "address": 0
    },
    "nfmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nfound": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "nfrags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608223040
    },
    "nframes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfree": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfree_lists": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfree_msgmaps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005120
    },
    "nfreed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nfreework": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freework"
        }
      },
      "address": 0
    },
    "nfs34_access_otw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574260016
    },
    "nfs3_jukebox_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609536884
    },
    "nfs4type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_db555dac515e3280"
      },
      "address": 0
    },
    "nfs_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574237984
    },
    "nfs_advise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574254960
    },
    "nfs_advlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574249680
    },
    "nfs_advlock_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612471192
    },
    "nfs_advlockasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574251488
    },
    "nfs_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574254176
    },
    "nfs_async": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483424
    },
    "nfs_asyncdaemon": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071612482912
    },
    "nfs_bigreply": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585141488
    },
    "nfs_bigrequest": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585139520
    },
    "nfs_bufpackets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609536288
    },
    "nfs_bwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574229440
    },
    "nfs_catnap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039136
    },
    "nfs_catnap.non_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612471208
    },
    "nfs_clbio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clcomsubs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clean_pages_on_close": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609548120
    },
    "nfs_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039872
    },
    "nfs_cleanup_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609544568
    },
    "nfs_clkrpc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clnfsiod.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clnode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574236384
    },
    "nfs_clport.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clrpcops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clstate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clstate_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612471280
    },
    "nfs_clsubs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clvfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_clvnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_cmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574277456
    },
    "nfs_commit_blks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612485516
    },
    "nfs_commit_miss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612485512
    },
    "nfs_commonacl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_commonkrpc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_commonport.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_commonsubs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_copy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574255424
    },
    "nfs_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574232576
    },
    "nfs_cverf_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612481936
    },
    "nfs_cverf_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609548792
    },
    "nfs_cverf_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609547376
    },
    "nfs_cverf_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609547400
    },
    "nfs_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574257888
    },
    "nfs_decode_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574282208
    },
    "nfs_defect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483168
    },
    "nfs_deleteextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574253136
    },
    "nfs_directio_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574314176
    },
    "nfs_diskless": {
      "type": {
        "kind": "struct",
        "name": "nfs_diskless"
      },
      "address": 18446744071613144864
    },
    "nfs_diskless.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_diskless_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613147952
    },
    "nfs_dsretries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609536856
    },
    "nfs_feedback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573983792
    },
    "nfs_fha_new.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_fhanew_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609553328
    },
    "nfs_fhanew_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609553368
    },
    "nfs_fifoops_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574221712
    },
    "nfs_freesillyrename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574266944
    },
    "nfs_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574242160
    },
    "nfs_get_cverf.cverf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481920
    },
    "nfs_get_cverf.cverf_initialized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481928
    },
    "nfs_getacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574251728
    },
    "nfs_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574239152
    },
    "nfs_getcacheblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574305584
    },
    "nfs_getextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574251888
    },
    "nfs_getnlminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574287552
    },
    "nfs_inited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471112
    },
    "nfs_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574241568
    },
    "nfs_iodmaxidle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609552168
    },
    "nfs_iodmin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612482896
    },
    "nfs_ip_paranoia": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609550016
    },
    "nfs_keep_dirty_on_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481916
    },
    "nfs_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574242624
    },
    "nfs_listextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574252448
    },
    "nfs_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574247584
    },
    "nfs_lookitup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574261360
    },
    "nfs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574229456
    },
    "nfs_maxalloclen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609548128
    },
    "nfs_maxcopyrange": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609545056
    },
    "nfs_maxminorv4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609556200
    },
    "nfs_minminorv4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483184
    },
    "nfs_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574244720
    },
    "nfs_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574234192
    },
    "nfs_mknodrpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574259248
    },
    "nfs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609550040
    },
    "nfs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574270880
    },
    "nfs_mount_parse_from": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574283408
    },
    "nfs_nameid_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612476720
    },
    "nfs_nfsdcache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nfsdkrpc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nfsdport.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nfsdserv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nfsdsocket.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nfsdstate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nfsdsubs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nfsiodnew_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574316160
    },
    "nfs_nfssvc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nfs_nullcookie": {
      "type": {
        "kind": "struct",
        "name": "nfsuint64"
      },
      "address": 18446744071612481736
    },
    "nfs_numnfscbd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471172
    },
    "nfs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574234224
    },
    "nfs_opts": {
      "type": {
        "count": 63,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609550352
    },
    "nfs_parse_options": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578741296
    },
    "nfs_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574248656
    },
    "nfs_pnfsio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039456
    },
    "nfs_pnfsio.pnfsioq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612471312
    },
    "nfs_pnfsiothreads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609540008
    },
    "nfs_prime_access_cache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481972
    },
    "nfs_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574248576
    },
    "nfs_pub": {
      "type": {
        "kind": "struct",
        "name": "nfs_public"
      },
      "address": 18446744071613045784
    },
    "nfs_pubfh": {
      "type": {
        "kind": "struct",
        "name": "nfsrvfh"
      },
      "address": 18446744071612485728
    },
    "nfs_pubfhset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612485504
    },
    "nfs_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574282080
    },
    "nfs_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574241504
    },
    "nfs_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574246816
    },
    "nfs_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574247536
    },
    "nfs_realign_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612476820
    },
    "nfs_realign_test": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612476816
    },
    "nfs_reclaim_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612471200
    },
    "nfs_reconnects": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471092
    },
    "nfs_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574242208
    },
    "nfs_removerpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574222688
    },
    "nfs_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574243360
    },
    "nfs_renamerpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574262736
    },
    "nfs_req_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612476752
    },
    "nfs_retfh": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nfs_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574245632
    },
    "nfs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574278848
    },
    "nfs_rootconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578744176
    },
    "nfs_sec_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574282112
    },
    "nfs_setacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574251808
    },
    "nfs_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574239680
    },
    "nfs_setextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574253632
    },
    "nfs_setup_diskless": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578741968
    },
    "nfs_setup_diskless_ifa_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578743920
    },
    "nfs_sillyrename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574260992
    },
    "nfs_skip_wcc_data_onerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609536888
    },
    "nfs_slock_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612476784
    },
    "nfs_sockl_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612476688
    },
    "nfs_srvmaxio": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609539332
    },
    "nfs_state_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612471248
    },
    "nfs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574279328
    },
    "nfs_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574248400
    },
    "nfs_supportsnfsv4acls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039344
    },
    "nfs_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574246080
    },
    "nfs_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574280912
    },
    "nfs_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574281600
    },
    "nfs_tprintf_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609550024
    },
    "nfs_tprintf_initial_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609550020
    },
    "nfs_trylater_max": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "nfs_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574277552
    },
    "nfs_v2pubfh": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612483232
    },
    "nfs_v4root_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612485632
    },
    "nfs_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071609550064
    },
    "nfs_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609550144
    },
    "nfs_vnetinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039728
    },
    "nfs_vnetinit_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609544528
    },
    "nfs_vnode_tag": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585143224
    },
    "nfs_vnodeops_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574221680
    },
    "nfsaccess_cache_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609548124
    },
    "nfsaddr2_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573997488
    },
    "nfsaddr_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573997408
    },
    "nfsboottime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071612471120
    },
    "nfscb_program": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574121200
    },
    "nfscbd_addsock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574120992
    },
    "nfscbd_nfsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574122176
    },
    "nfscbd_pool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCPOOL"
        }
      },
      "address": 18446744071612469648
    },
    "nfscbdarg": {
      "type": {
        "kind": "struct",
        "name": "nfscbd_args"
      },
      "address": 0
    },
    "nfscbdarg2": {
      "type": {
        "kind": "struct",
        "name": "nfsd_nfscbd_args"
      },
      "address": 0
    },
    "nfscberr_getattr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609544684
    },
    "nfscberr_null": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071612481822
    },
    "nfscberr_recall": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609544696
    },
    "nfscl_accesscache_flush_done_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612481872
    },
    "nfscl_accesscache_get_hit_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612481896
    },
    "nfscl_accesscache_get_miss_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612481900
    },
    "nfscl_accesscache_load_done_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612481912
    },
    "nfscl_adddevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574117728
    },
    "nfscl_assumeposixlocks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609545048
    },
    "nfscl_attrcache_flush_done_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612482000
    },
    "nfscl_attrcache_get_hit_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612482032
    },
    "nfscl_attrcache_get_miss_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612482048
    },
    "nfscl_attrcache_load_done_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612482016
    },
    "nfscl_cancelreqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574116832
    },
    "nfscl_cancelreqs.non_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481812
    },
    "nfscl_cberrmap": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "short"
          }
        }
      },
      "address": 18446744071585142304
    },
    "nfscl_checksattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574296064
    },
    "nfscl_checkwritelocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574071472
    },
    "nfscl_cleandeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574089536
    },
    "nfscl_cleanup_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574120240
    },
    "nfscl_clientrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574066016
    },
    "nfscl_clrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574065488
    },
    "nfscl_debuglevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471176
    },
    "nfscl_deleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574060144
    },
    "nfscl_delegcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481780
    },
    "nfscl_deleggetmodtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574112848
    },
    "nfscl_deleghighwater": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609544676
    },
    "nfscl_delegmodtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574112192
    },
    "nfscl_delegreturnvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574095824
    },
    "nfscl_docb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574096752
    },
    "nfscl_doclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574093808
    },
    "nfscl_doiods": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574194976
    },
    "nfscl_dolayoutcommit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574089712
    },
    "nfscl_dserr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574116416
    },
    "nfscl_dssameconn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481848
    },
    "nfscl_dumpstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574090992
    },
    "nfscl_dupopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574091856
    },
    "nfscl_enablecallb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481832
    },
    "nfscl_errmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574103472
    },
    "nfscl_expireclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574075552
    },
    "nfscl_fillclid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574293152
    },
    "nfscl_filllockowner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574293312
    },
    "nfscl_fillsattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573990912
    },
    "nfscl_findcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574064320
    },
    "nfscl_finddeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574061760
    },
    "nfscl_findlayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574104272
    },
    "nfscl_findlayoutforio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574203984
    },
    "nfscl_freedeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574096640
    },
    "nfscl_freedevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574090512
    },
    "nfscl_freeflayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574118320
    },
    "nfscl_freelayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574090544
    },
    "nfscl_freelock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574073344
    },
    "nfscl_freelockowner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574072960
    },
    "nfscl_freenfsclds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574141168
    },
    "nfscl_freeopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574065824
    },
    "nfscl_freeopenowner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574087648
    },
    "nfscl_getbytelock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574066160
    },
    "nfscl_getcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574056544
    },
    "nfscl_getclntsess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574104064
    },
    "nfscl_getclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574092928
    },
    "nfscl_getdevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574117344
    },
    "nfscl_getlayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574115712
    },
    "nfscl_getmnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574103600
    },
    "nfscl_getmyip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574295440
    },
    "nfscl_getopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574064352
    },
    "nfscl_getparent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574293440
    },
    "nfscl_getref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574110736
    },
    "nfscl_getstateid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574062016
    },
    "nfscl_hasexpired": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574074608
    },
    "nfscl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574295984
    },
    "nfscl_init.inited": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612482020
    },
    "nfscl_inited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481776
    },
    "nfscl_initiate_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574090848
    },
    "nfscl_initsessionslots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574139344
    },
    "nfscl_insertlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574119744
    },
    "nfscl_layout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574113504
    },
    "nfscl_layoutcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481808
    },
    "nfscl_layoutcommit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574118608
    },
    "nfscl_layouthighwater": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609544680
    },
    "nfscl_layoutrecall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574090176
    },
    "nfscl_loadattrcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574290800
    },
    "nfscl_loadattrcache.__set_sysctl_set_sym_sysctl___debug_fail_point_nfscl_force_fileid_warning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587211296
    },
    "nfscl_loadattrcache.__set_sysctl_set_sym_sysctl___debug_fail_point_status_nfscl_force_fileid_warning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587211304
    },
    "nfscl_loadattrcache._fail_point_nfscl_force_fileid_warning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609550976
    },
    "nfscl_loadattrcache.sysctl___debug_fail_point_nfscl_force_fileid_warning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609551056
    },
    "nfscl_loadattrcache.sysctl___debug_fail_point_status_nfscl_force_fileid_warning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609551168
    },
    "nfscl_loadfsinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574295024
    },
    "nfscl_loadsbinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574294864
    },
    "nfscl_localconflict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574068672
    },
    "nfscl_lockderef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574052880
    },
    "nfscl_lockexcl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574052816
    },
    "nfscl_lockinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574052800
    },
    "nfscl_lockrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574072704
    },
    "nfscl_lockt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574104672
    },
    "nfscl_lockunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574052864
    },
    "nfscl_maperr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574296240
    },
    "nfscl_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609551488
    },
    "nfscl_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574296752
    },
    "nfscl_modevent.loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612482092
    },
    "nfscl_moveopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574120448
    },
    "nfscl_mtofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574052240
    },
    "nfscl_mustflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574105664
    },
    "nfscl_newnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574111680
    },
    "nfscl_newopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574058816
    },
    "nfscl_nextcbident.haswrapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481820
    },
    "nfscl_nextcbident.nextcbident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481816
    },
    "nfscl_nfs2_done_probes": {
      "type": {
        "count": 57,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071612470864
    },
    "nfscl_nfs2_start_probes": {
      "type": {
        "count": 57,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071612470144
    },
    "nfscl_nfs3_done_probes": {
      "type": {
        "count": 57,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071612470624
    },
    "nfscl_nfs3_start_probes": {
      "type": {
        "count": 57,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071612469904
    },
    "nfscl_nfs4_done_probes": {
      "type": {
        "count": 57,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071612470384
    },
    "nfscl_nfs4_start_probes": {
      "type": {
        "count": 57,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071612469664
    },
    "nfscl_nget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574287888
    },
    "nfscl_ngetreopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574289968
    },
    "nfscl_nodeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574106400
    },
    "nfscl_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574055344
    },
    "nfscl_openrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574065536
    },
    "nfscl_ownerrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574065264
    },
    "nfscl_postop_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574294480
    },
    "nfscl_procdoesntexist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574296448
    },
    "nfscl_recalldeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574087872
    },
    "nfscl_reclaimnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574111168
    },
    "nfscl_relbytelock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574069808
    },
    "nfscl_reldevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574117568
    },
    "nfscl_releasealllocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574070944
    },
    "nfscl_rellayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574117168
    },
    "nfscl_relref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574110992
    },
    "nfscl_removedeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574107120
    },
    "nfscl_renamedeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574108512
    },
    "nfscl_renewthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574078224
    },
    "nfscl_renewthread.prevsec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481800
    },
    "nfscl_reqstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573986432
    },
    "nfscl_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574294768
    },
    "nfscl_retopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574267424
    },
    "nfscl_start_renewthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574293488
    },
    "nfscl_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574125040
    },
    "nfscl_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471116
    },
    "nfscl_tryclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574105328
    },
    "nfscl_trydelegreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574061584
    },
    "nfscl_trylock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574119824
    },
    "nfscl_tryopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574119440
    },
    "nfscl_umount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574073424
    },
    "nfscl_updatelock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574069232
    },
    "nfscl_use_gss": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "_Bool"
        }
      },
      "address": 18446744071585138064
    },
    "nfscl_wcc_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574293568
    },
    "nfsclhead": {
      "type": {
        "kind": "struct",
        "name": "nfsclhead"
      },
      "address": 18446744071612481784
    },
    "nfsclmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609551328
    },
    "nfscommon_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609544624
    },
    "nfscommon_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039984
    },
    "nfscommon_modevent.loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612476824
    },
    "nfscommonmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544432
    },
    "nfsd": {
      "type": {
        "kind": "struct",
        "name": "nfsrv_descript"
      },
      "address": 0
    },
    "nfsd_call_nfscl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613147976
    },
    "nfsd_call_nfscommon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613147968
    },
    "nfsd_call_nfsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613147984
    },
    "nfsd_call_nfsserver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613147960
    },
    "nfsd_checkrootexp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574336336
    },
    "nfsd_debuglevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612485508
    },
    "nfsd_disabledelegation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574389840
    },
    "nfsd_errmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574333232
    },
    "nfsd_excred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574515424
    },
    "nfsd_fhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574516720
    },
    "nfsd_getminorvers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574336560
    },
    "nfsd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574335856
    },
    "nfsd_master_comm": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612485552
    },
    "nfsd_master_pid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609562596
    },
    "nfsd_master_start": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071612485536
    },
    "nfsd_mntinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574517984
    },
    "nfsd_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609562992
    },
    "nfsd_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574534352
    },
    "nfsd_modevent.loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612510504
    },
    "nfsd_recalldelegation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574389344
    },
    "nfsd_reqq": {
      "type": {
        "kind": "struct",
        "name": "nfsreqhead"
      },
      "address": 18446744071612471136
    },
    "nfsd_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574539536
    },
    "nfsdarg": {
      "type": {
        "kind": "struct",
        "name": "nfsd_nfsd_args"
      },
      "address": 0
    },
    "nfsdev_time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612483304
    },
    "nfsdmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609562744
    },
    "nfsexargp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsex_args"
        }
      },
      "address": 0
    },
    "nfsfifo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574263392
    },
    "nfsfifo_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574263920
    },
    "nfsfifo_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574264080
    },
    "nfsgss_mechlist": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nfsgss_mechlist"
        }
      },
      "address": 0
    },
    "nfsheur": {
      "type": {
        "count": 1031,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nfsheur"
        }
      },
      "address": 18446744071612485760
    },
    "nfsignore_eexist": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481844
    },
    "nfsiod_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574317936
    },
    "nfslayouthash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslayouthash"
        }
      },
      "address": 18446744071612483376
    },
    "nfslockd_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609998688
    },
    "nfslockd_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775456
    },
    "nfslockdmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609998552
    },
    "nfsm_add_ext_pgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573997152
    },
    "nfsm_advance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573996576
    },
    "nfsm_build": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574506928
    },
    "nfsm_dissct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573996704
    },
    "nfsm_dissect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574498032
    },
    "nfsm_fhtom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573990304
    },
    "nfsm_getfh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573997568
    },
    "nfsm_loadattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574051488
    },
    "nfsm_mbufuio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573996144
    },
    "nfsm_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574037856
    },
    "nfsm_stateidtom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573990784
    },
    "nfsm_strtom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573988096
    },
    "nfsm_trimtrailing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574512144
    },
    "nfsm_uiombuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574047968
    },
    "nfsm_uiombuflist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574049760
    },
    "nfsmnt_mdssession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574104544
    },
    "nfsmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nfsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609549632
    },
    "nfsmsleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574038608
    },
    "nfsrc_freecache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574544432
    },
    "nfsrc_tcphighwater": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612510536
    },
    "nfsrc_tcpnonidempotent": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609563524
    },
    "nfsrc_tcptimeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609563520
    },
    "nfsrc_templist": {
      "type": {
        "kind": "struct",
        "name": "nfsrvhashhead"
      },
      "address": 0
    },
    "nfsrc_trimcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574545760
    },
    "nfsrc_trimcache.oneslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612510532
    },
    "nfsrc_trimcache.onethread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612510528
    },
    "nfsrc_trimcache.tcp_lasttrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612510520
    },
    "nfsrc_trimcache.udp_lasttrim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612510512
    },
    "nfsrc_udphighwater": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609563528
    },
    "nfsrc_udpmtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612485600
    },
    "nfsrc_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574544192
    },
    "nfsrpc_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574123280
    },
    "nfsrpc_accessrpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574123424
    },
    "nfsrpc_advise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574204096
    },
    "nfsrpc_advlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574181168
    },
    "nfsrpc_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574204432
    },
    "nfsrpc_bindconnsess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574142512
    },
    "nfsrpc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574133872
    },
    "nfsrpc_closerpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574136144
    },
    "nfsrpc_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574180432
    },
    "nfsrpc_commitds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574217040
    },
    "nfsrpc_copy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574205936
    },
    "nfsrpc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574157440
    },
    "nfsrpc_createsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574139728
    },
    "nfsrpc_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574154816
    },
    "nfsrpc_delegreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574187568
    },
    "nfsrpc_destroyclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574188272
    },
    "nfsrpc_destroysession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574037120
    },
    "nfsrpc_doclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574133936
    },
    "nfsrpc_exchangeid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574141440
    },
    "nfsrpc_fillsa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574191056
    },
    "nfsrpc_fsinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574186496
    },
    "nfsrpc_getacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574187872
    },
    "nfsrpc_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574143472
    },
    "nfsrpc_getattrnovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574143888
    },
    "nfsrpc_getdeviceinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574188656
    },
    "nfsrpc_getdirpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574124128
    },
    "nfsrpc_getextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574209872
    },
    "nfsrpc_getlayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574203408
    },
    "nfsrpc_layoutcommit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574193728
    },
    "nfsrpc_layoutget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574212448
    },
    "nfsrpc_layoutgetres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574212912
    },
    "nfsrpc_layoutreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574194144
    },
    "nfsrpc_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574167616
    },
    "nfsrpc_listextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574211584
    },
    "nfsrpc_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574183776
    },
    "nfsrpc_lockt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574182976
    },
    "nfsrpc_locku": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574135072
    },
    "nfsrpc_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574146192
    },
    "nfsrpc_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574169040
    },
    "nfsrpc_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574156464
    },
    "nfsrpc_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574123088
    },
    "nfsrpc_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574126144
    },
    "nfsrpc_openconfirm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574132976
    },
    "nfsrpc_opendowngrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574133376
    },
    "nfsrpc_openrpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574130720
    },
    "nfsrpc_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574185712
    },
    "nfsrpc_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574149280
    },
    "nfsrpc_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574170304
    },
    "nfsrpc_readdirplus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574174912
    },
    "nfsrpc_readds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574217888
    },
    "nfsrpc_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574148576
    },
    "nfsrpc_reclaimcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574143248
    },
    "nfsrpc_rellockown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574135552
    },
    "nfsrpc_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574164992
    },
    "nfsrpc_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574165824
    },
    "nfsrpc_renew": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574186944
    },
    "nfsrpc_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574170000
    },
    "nfsrpc_rmextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574211152
    },
    "nfsrpc_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574208624
    },
    "nfsrpc_setacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574188192
    },
    "nfsrpc_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574144272
    },
    "nfsrpc_setclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574136560
    },
    "nfsrpc_setclient.rev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612481840
    },
    "nfsrpc_setextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574210624
    },
    "nfsrpc_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574184896
    },
    "nfsrpc_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574168304
    },
    "nfsrpc_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574151616
    },
    "nfsrpc_writeds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574218832
    },
    "nfsrpc_writedsmir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574220272
    },
    "nfsrv3_procs0": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609553408
    },
    "nfsrv3_procs1": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609553584
    },
    "nfsrv3_procs2": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609553760
    },
    "nfsrv4_ops0": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609553936
    },
    "nfsrv4_ops1": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609554544
    },
    "nfsrv4_ops2": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609555152
    },
    "nfsrv_adj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574330864
    },
    "nfsrv_adminrevoke": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574347744
    },
    "nfsrv_allocatedsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574531968
    },
    "nfsrv_allocdevid.new_devid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612483400
    },
    "nfsrv_allowreadforwriteopen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609559892
    },
    "nfsrv_atroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039008
    },
    "nfsrv_backupstable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574519968
    },
    "nfsrv_bindconnsess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574395216
    },
    "nfsrv_buildacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574046432
    },
    "nfsrv_cache_session": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574394224
    },
    "nfsrv_cbcallargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574418816
    },
    "nfsrv_checkdsattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574411232
    },
    "nfsrv_checkgetattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574390096
    },
    "nfsrv_checknospc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574527728
    },
    "nfsrv_checkreclaimcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574393552
    },
    "nfsrv_checkremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574388208
    },
    "nfsrv_checkrestart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574361440
    },
    "nfsrv_checkseqid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574361920
    },
    "nfsrv_checksequence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574392720
    },
    "nfsrv_checksetattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574389856
    },
    "nfsrv_checkuidgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574333488
    },
    "nfsrv_checkutf8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574032928
    },
    "nfsrv_checkutf8.utf8_shift": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585141776
    },
    "nfsrv_checkwrongsec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574517232
    },
    "nfsrv_cleanclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574341184
    },
    "nfsrv_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574533552
    },
    "nfsrv_cleanup_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609562936
    },
    "nfsrv_cleanusergroup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574032000
    },
    "nfsrv_clientconflict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574362432
    },
    "nfsrv_clienthashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609558848
    },
    "nfsrv_clienthighwater": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfsrv_clients": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483348
    },
    "nfsrv_compareacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574047840
    },
    "nfsrv_copymr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574412240
    },
    "nfsrv_createdevids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574408512
    },
    "nfsrv_createiovec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574489552
    },
    "nfsrv_createiovec_extpgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574489152
    },
    "nfsrv_deallocatedsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574532704
    },
    "nfsrv_delds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574407632
    },
    "nfsrv_deldsnmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574407120
    },
    "nfsrv_deldsserver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574406432
    },
    "nfsrv_delegatecnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612483364
    },
    "nfsrv_delegconflict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574363264
    },
    "nfsrv_delegupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574382928
    },
    "nfsrv_destroyclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574346112
    },
    "nfsrv_destroysession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574394784
    },
    "nfsrv_devidcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471180
    },
    "nfsrv_devidhead": {
      "type": {
        "kind": "struct",
        "name": "nfsdevicehead"
      },
      "address": 18446744071612476672
    },
    "nfsrv_dissectace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574045376
    },
    "nfsrv_dissectacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573998480
    },
    "nfsrv_doallocate": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612485489
    },
    "nfsrv_docallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574378448
    },
    "nfsrv_doflexfile": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612471096
    },
    "nfsrv_dolocal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574420048
    },
    "nfsrv_dolocallocks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483300
    },
    "nfsrv_dontlisthead": {
      "type": {
        "kind": "struct",
        "name": "nfsdontlisthead"
      },
      "address": 18446744071612483264
    },
    "nfsrv_dontlistlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483324
    },
    "nfsrv_dontlistlock_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612485664
    },
    "nfsrv_dscreate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574520240
    },
    "nfsrv_dsdirsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609562360
    },
    "nfsrv_dsgetdevandfh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574524064
    },
    "nfsrv_dsgetsockmnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574521472
    },
    "nfsrv_dslock_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612476640
    },
    "nfsrv_dsremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574528960
    },
    "nfsrv_dumpclients": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574348832
    },
    "nfsrv_dumplocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574349888
    },
    "nfsrv_enable_crossmntpt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609561344
    },
    "nfsrv_errmoved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574334240
    },
    "nfsrv_faildscnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483388
    },
    "nfsrv_filelayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574400416
    },
    "nfsrv_fillattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574332208
    },
    "nfsrv_findmirroredds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574407408
    },
    "nfsrv_fixattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574333696
    },
    "nfsrv_flexlayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574400720
    },
    "nfsrv_flexlinuxhack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483320
    },
    "nfsrv_flexmirrordel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574401136
    },
    "nfsrv_freeallbackchannel_xprts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574397056
    },
    "nfsrv_freealllayoutsanddevids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574391984
    },
    "nfsrv_freedeleg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574353216
    },
    "nfsrv_freedeleglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574341296
    },
    "nfsrv_freefilelayouts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574406048
    },
    "nfsrv_freelayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574400288
    },
    "nfsrv_freelayouts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574404912
    },
    "nfsrv_freelockowner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574384272
    },
    "nfsrv_freenfslockfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574391920
    },
    "nfsrv_freeonedevid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574405888
    },
    "nfsrv_freeopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574382464
    },
    "nfsrv_freeopenowner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574353040
    },
    "nfsrv_freesession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574341936
    },
    "nfsrv_freestateid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574396288
    },
    "nfsrv_getattrbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573999104
    },
    "nfsrv_getclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574343024
    },
    "nfsrv_getclient.next_sess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612483352
    },
    "nfsrv_getclientipaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574385104
    },
    "nfsrv_getdevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574405392
    },
    "nfsrv_getgrpscred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574023328
    },
    "nfsrv_getlockfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574351680
    },
    "nfsrv_getopbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573999520
    },
    "nfsrv_getowner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574362208
    },
    "nfsrv_getuser": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574022640
    },
    "nfsrv_gsscallbackson": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfsrv_hashfh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574519568
    },
    "nfsrv_hashsessionid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574519792
    },
    "nfsrv_insertlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574366816
    },
    "nfsrv_issuedelegs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483296
    },
    "nfsrv_killrpcs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574524224
    },
    "nfsrv_layoutcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483312
    },
    "nfsrv_layoutcommit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574397296
    },
    "nfsrv_layoutget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574397376
    },
    "nfsrv_layouthashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483384
    },
    "nfsrv_layouthighwater": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609559208
    },
    "nfsrv_layoutreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574403232
    },
    "nfsrv_lease": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609536952
    },
    "nfsrv_leaseexpiry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574341360
    },
    "nfsrv_linux42server": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609561228
    },
    "nfsrv_locallock_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574367120
    },
    "nfsrv_locallock_rollback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574362320
    },
    "nfsrv_localunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574366176
    },
    "nfsrv_lockctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574353472
    },
    "nfsrv_lockhashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609558968
    },
    "nfsrv_locklf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574382384
    },
    "nfsrv_lookupfilename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574038400
    },
    "nfsrv_lughashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609539328
    },
    "nfsrv_mallocmget_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574517856
    },
    "nfsrv_mallocmget_limit.printmesg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612485524
    },
    "nfsrv_mallocmget_limit.testval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609562592
    },
    "nfsrv_marknospc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574418256
    },
    "nfsrv_maxpnfsmirror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609537072
    },
    "nfsrv_mdscopymr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574416080
    },
    "nfsrv_mtofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574332784
    },
    "nfsrv_mtostr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573998144
    },
    "nfsrv_nextclientindex.client_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612483392
    },
    "nfsrv_nextstateindex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574366528
    },
    "nfsrv_nfsuserddelport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574024576
    },
    "nfsrv_nfsuserdport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574023792
    },
    "nfsrv_nogsscallback": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfsrv_nonidempotent": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nfsrv_notsamecredname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574341680
    },
    "nfsrv_openaccess": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609561224
    },
    "nfsrv_opencheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574367344
    },
    "nfsrv_openctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574369872
    },
    "nfsrv_openpluslock": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612483336
    },
    "nfsrv_openupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574380768
    },
    "nfsrv_owner_major": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612483440
    },
    "nfsrv_owner_minor": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612483432
    },
    "nfsrv_parselayoutget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574213616
    },
    "nfsrv_parsename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574335056
    },
    "nfsrv_parseug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574216544
    },
    "nfsrv_pnfsatime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483316
    },
    "nfsrv_pnfscreate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574492896
    },
    "nfsrv_pnfsgetdsattr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609562888
    },
    "nfsrv_pnfsremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574498896
    },
    "nfsrv_pnfsremovesetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574498432
    },
    "nfsrv_pnfsstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574502736
    },
    "nfsrv_postopattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574332112
    },
    "nfsrv_proxyds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574477232
    },
    "nfsrv_putattrbit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573990576
    },
    "nfsrv_putopbit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574022432
    },
    "nfsrv_putreferralattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574334288
    },
    "nfsrv_recalllayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574401888
    },
    "nfsrv_recalllisthead": {
      "type": {
        "kind": "struct",
        "name": "nfslayouthead"
      },
      "address": 18446744071612483272
    },
    "nfsrv_recalllock_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612485696
    },
    "nfsrv_recalloldlayout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574402320
    },
    "nfsrv_refstrbigenough": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574038240
    },
    "nfsrv_releaselckown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574383792
    },
    "nfsrv_removeuser": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574031600
    },
    "nfsrv_returnoldstateid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nfsrv_sattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574496992
    },
    "nfsrv_scope": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612484464
    },
    "nfsrv_sequential_heuristic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574490816
    },
    "nfsrv_servertimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574352112
    },
    "nfsrv_sessionhashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609559088
    },
    "nfsrv_setacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574524240
    },
    "nfsrv_setacldsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574531488
    },
    "nfsrv_setattrdsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574530624
    },
    "nfsrv_setclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574336880
    },
    "nfsrv_setclient.confirm_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612483328
    },
    "nfsrv_setupstable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574386416
    },
    "nfsrv_statehashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609558728
    },
    "nfsrv_testmalloclimit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612485520
    },
    "nfsrv_teststateid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574396736
    },
    "nfsrv_throwawayallstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574391392
    },
    "nfsrv_throwawayopens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574391072
    },
    "nfsrv_updatelock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574365264
    },
    "nfsrv_updatemdsattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574521376
    },
    "nfsrv_updatestable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574387392
    },
    "nfsrv_useacl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609536948
    },
    "nfsrv_v2errmap": {
      "type": {
        "count": 71,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585145392
    },
    "nfsrv_v3errmap": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "short"
          }
        }
      },
      "address": 18446744071585144896
    },
    "nfsrv_v4errmap": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "short"
          }
        }
      },
      "address": 18446744071585145072
    },
    "nfsrv_v4rootexport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574517312
    },
    "nfsrv_v4statelimit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609559888
    },
    "nfsrv_vnetinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574533536
    },
    "nfsrv_vnetinit_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609562896
    },
    "nfsrv_wcc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574331296
    },
    "nfsrv_writedelegcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483360
    },
    "nfsrv_writedelegifpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612483368
    },
    "nfsrv_writedsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574529520
    },
    "nfsrv_writerpc": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609555760
    },
    "nfsrv_writestable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574348560
    },
    "nfsrv_zapclient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574341440
    },
    "nfsrv_zeropnfsdat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612483408
    },
    "nfsrvd_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574425376
    },
    "nfsrvd_addsock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574420432
    },
    "nfsrvd_addsock.sockref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612483416
    },
    "nfsrvd_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574469568
    },
    "nfsrvd_bindconnsess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574464016
    },
    "nfsrvd_cbinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574122656
    },
    "nfsrvd_cleancache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574545520
    },
    "nfsrvd_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574453248
    },
    "nfsrvd_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574443968
    },
    "nfsrvd_compound.compref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612483224
    },
    "nfsrvd_copy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574471408
    },
    "nfsrvd_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574434320
    },
    "nfsrvd_createsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574462272
    },
    "nfsrvd_createsession.do_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612485488
    },
    "nfsrvd_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574470480
    },
    "nfsrvd_delcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574544960
    },
    "nfsrvd_delegpurge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574453856
    },
    "nfsrvd_delegreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574454144
    },
    "nfsrvd_derefcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574547824
    },
    "nfsrvd_destroyclientid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574463872
    },
    "nfsrvd_destroysession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574464288
    },
    "nfsrvd_dorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574321872
    },
    "nfsrvd_exchangeid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574460752
    },
    "nfsrvd_freestateid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574464464
    },
    "nfsrvd_fsinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574444848
    },
    "nfsrvd_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574426992
    },
    "nfsrvd_getcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574540160
    },
    "nfsrvd_getdevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574468640
    },
    "nfsrvd_getfh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574454496
    },
    "nfsrvd_getxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574473904
    },
    "nfsrvd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574424912
    },
    "nfsrvd_initcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574539664
    },
    "nfsrvd_ioadvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574468064
    },
    "nfsrvd_layoutcommit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574465632
    },
    "nfsrvd_layouterror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574467280
    },
    "nfsrvd_layoutget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574464736
    },
    "nfsrvd_layoutreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574466512
    },
    "nfsrvd_layoutstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574467792
    },
    "nfsrvd_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574441296
    },
    "nfsrvd_listxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574475856
    },
    "nfsrvd_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574445472
    },
    "nfsrvd_lockt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574447408
    },
    "nfsrvd_locku": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574448400
    },
    "nfsrvd_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574429856
    },
    "nfsrvd_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574443072
    },
    "nfsrvd_mkdirsub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574437744
    },
    "nfsrvd_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574435680
    },
    "nfsrvd_nfsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574423712
    },
    "nfsrvd_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574476608
    },
    "nfsrvd_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574449264
    },
    "nfsrvd_openattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574460096
    },
    "nfsrvd_openconfirm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574454624
    },
    "nfsrvd_opendowngrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574455072
    },
    "nfsrvd_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574445120
    },
    "nfsrvd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574431056
    },
    "nfsrvd_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574505072
    },
    "nfsrvd_readdirplus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574507536
    },
    "nfsrvd_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574430624
    },
    "nfsrvd_reclaimcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574463760
    },
    "nfsrvd_refcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574547584
    },
    "nfsrvd_releaselckown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574460208
    },
    "nfsrvd_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574438672
    },
    "nfsrvd_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574439328
    },
    "nfsrvd_renew": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574455824
    },
    "nfsrvd_rephead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574033248
    },
    "nfsrvd_rmxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574475344
    },
    "nfsrvd_secinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574456128
    },
    "nfsrvd_secinfononame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574457088
    },
    "nfsrvd_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574473376
    },
    "nfsrvd_sentcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574545216
    },
    "nfsrvd_sequence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574463376
    },
    "nfsrvd_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574428064
    },
    "nfsrvd_setclientid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574458208
    },
    "nfsrvd_setclientidcfrm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574459520
    },
    "nfsrvd_setxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574474448
    },
    "nfsrvd_statend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574329856
    },
    "nfsrvd_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574444400
    },
    "nfsrvd_statmtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612483192
    },
    "nfsrvd_statstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574329552
    },
    "nfsrvd_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574442320
    },
    "nfsrvd_symlinksub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574438192
    },
    "nfsrvd_teststateid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574469168
    },
    "nfsrvd_updatecache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574542944
    },
    "nfsrvd_verify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574459696
    },
    "nfsrvd_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574432816
    },
    "nfsspec_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574260800
    },
    "nfsst_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609556208
    },
    "nfsst_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609556152
    },
    "nfsst_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609556176
    },
    "nfsstatsov1": {
      "type": {
        "kind": "struct",
        "name": "nfsstatsov1"
      },
      "address": 18446744071612477392
    },
    "nfsstatsv1": {
      "type": {
        "kind": "struct",
        "name": "nfsstatsv1"
      },
      "address": 18446744071612471320
    },
    "nfsstatver": {
      "type": {
        "kind": "struct",
        "name": "unnamed_c747f0411b7af8c1"
      },
      "address": 0
    },
    "nfssvc_idname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574025056
    },
    "nfssvc_idname.lasttime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612471160
    },
    "nfssvc_idname.onethread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612471152
    },
    "nfssvc_iod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574317008
    },
    "nfssvc_loss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574423584
    },
    "nfssvc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609997472
    },
    "nfssvc_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578744400
    },
    "nfssvc_nfscl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574297040
    },
    "nfssvc_nfscommon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574040448
    },
    "nfssvc_nfsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574534704
    },
    "nfssvc_program": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574420864
    },
    "nfssvc_syscalls": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609997504
    },
    "nfssvcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997408
    },
    "nfstest_openallsetattr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481836
    },
    "nfstest_outofseq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481828
    },
    "nfsv2_procid": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585138144
    },
    "nfsv2_repstat": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nfsv34_type": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "unnamed_db555dac515e3280"
        }
      },
      "address": 18446744071609536896
    },
    "nfsv3_diskless": {
      "type": {
        "kind": "struct",
        "name": "nfsv3_diskless"
      },
      "address": 18446744071613146376
    },
    "nfsv3err_access": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556662
    },
    "nfsv3err_commit": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557166
    },
    "nfsv3err_create": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556784
    },
    "nfsv3err_fsinfo": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557142
    },
    "nfsv3err_fsstat": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557128
    },
    "nfsv3err_getattr": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556588
    },
    "nfsv3err_link": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557024
    },
    "nfsv3err_lookup": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556640
    },
    "nfsv3err_mkdir": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556816
    },
    "nfsv3err_mknod": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556880
    },
    "nfsv3err_null": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071612483288
    },
    "nfsv3err_pathconf": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557154
    },
    "nfsv3err_read": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556720
    },
    "nfsv3err_readdir": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557072
    },
    "nfsv3err_readdirplus": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557104
    },
    "nfsv3err_readlink": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556688
    },
    "nfsv3err_remove": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556912
    },
    "nfsv3err_rename": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556976
    },
    "nfsv3err_rmdir": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556944
    },
    "nfsv3err_setattr": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556608
    },
    "nfsv3err_symlink": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556848
    },
    "nfsv3err_write": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609556752
    },
    "nfsv3to4op": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585144480
    },
    "nfsv4_callbackaddr": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612476592
    },
    "nfsv4_cbport": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 18446744071609545052
    },
    "nfsv4_fillattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573992112
    },
    "nfsv4_findmirror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574037760
    },
    "nfsv4_freeslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574037520
    },
    "nfsv4_getcbsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574419824
    },
    "nfsv4_getipaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574034288
    },
    "nfsv4_getref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574019680
    },
    "nfsv4_getref_nonblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574019904
    },
    "nfsv4_gidtostr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574021248
    },
    "nfsv4_loadattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573999904
    },
    "nfsv4_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574019264
    },
    "nfsv4_opflag": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nfsv4_opflag"
        }
      },
      "address": 18446744071609537200
    },
    "nfsv4_opmap": {
      "type": {
        "count": 70,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_51adda885cf5ea15"
        }
      },
      "address": 18446744071585139808
    },
    "nfsv4_relref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574019616
    },
    "nfsv4_sattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574512592
    },
    "nfsv4_seqsess_cacherep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574036240
    },
    "nfsv4_seqsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574036000
    },
    "nfsv4_sequencelookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574036384
    },
    "nfsv4_setsequence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573989936
    },
    "nfsv4_strtogid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574018112
    },
    "nfsv4_strtouid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574016960
    },
    "nfsv4_sysid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612485528
    },
    "nfsv4_testlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574019936
    },
    "nfsv4_uidtostr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574020064
    },
    "nfsv4_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574019568
    },
    "nfsv4err_access": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557184
    },
    "nfsv4err_close": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557216
    },
    "nfsv4err_commit": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557264
    },
    "nfsv4err_create": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557296
    },
    "nfsv4err_delegpurge": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557360
    },
    "nfsv4err_delegreturn": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557392
    },
    "nfsv4err_getattr": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557424
    },
    "nfsv4err_getfh": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557456
    },
    "nfsv4err_link": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557488
    },
    "nfsv4err_lock": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557552
    },
    "nfsv4err_lockt": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557616
    },
    "nfsv4err_locku": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557664
    },
    "nfsv4err_lookup": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557712
    },
    "nfsv4err_lookupp": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557760
    },
    "nfsv4err_null": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071612483292
    },
    "nfsv4err_nverify": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557792
    },
    "nfsv4err_open": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557840
    },
    "nfsv4err_openattr": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557920
    },
    "nfsv4err_openconfirm": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609557968
    },
    "nfsv4err_opendowngrade": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558016
    },
    "nfsv4err_putfh": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558064
    },
    "nfsv4err_putpubfh": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558084
    },
    "nfsv4err_putrootfh": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558094
    },
    "nfsv4err_read": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558112
    },
    "nfsv4err_readdir": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558176
    },
    "nfsv4err_readlink": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558224
    },
    "nfsv4err_releaselockowner": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558704
    },
    "nfsv4err_remove": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558256
    },
    "nfsv4err_rename": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558304
    },
    "nfsv4err_renew": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558368
    },
    "nfsv4err_restorefh": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558400
    },
    "nfsv4err_savefh": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558432
    },
    "nfsv4err_secinfo": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558464
    },
    "nfsv4err_setattr": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558512
    },
    "nfsv4err_setclientid": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558576
    },
    "nfsv4err_setclientidconfirm": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558592
    },
    "nfsv4err_verify": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558608
    },
    "nfsv4err_write": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 18446744071609558640
    },
    "nfsv4root_getreferral": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574039232
    },
    "nfsv4rootfs_lock": {
      "type": {
        "kind": "struct",
        "name": "nfsv4lock"
      },
      "address": 18446744071612483340
    },
    "nfsva": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "nfsvno_accchk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574485968
    },
    "nfsvno_advlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574518880
    },
    "nfsvno_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574524848
    },
    "nfsvno_checkexp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574515888
    },
    "nfsvno_createsub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574491808
    },
    "nfsvno_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574525120
    },
    "nfsvno_fhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574516288
    },
    "nfsvno_fillattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574504800
    },
    "nfsvno_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574501424
    },
    "nfsvno_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574476624
    },
    "nfsvno_getfh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574485840
    },
    "nfsvno_getfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574038720
    },
    "nfsvno_getsymlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574496608
    },
    "nfsvno_getvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574518784
    },
    "nfsvno_getxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574525392
    },
    "nfsvno_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574501040
    },
    "nfsvno_listxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574527232
    },
    "nfsvno_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574496048
    },
    "nfsvno_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574495584
    },
    "nfsvno_namei": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574487232
    },
    "nfsvno_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574503488
    },
    "nfsvno_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574038816
    },
    "nfsvno_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574490352
    },
    "nfsvno_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574488752
    },
    "nfsvno_relpathbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574488608
    },
    "nfsvno_removesub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574498080
    },
    "nfsvno_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574500080
    },
    "nfsvno_rmdirsub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574499888
    },
    "nfsvno_rmxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574526992
    },
    "nfsvno_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574524432
    },
    "nfsvno_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574486896
    },
    "nfsvno_setpathbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574488656
    },
    "nfsvno_setxattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574526208
    },
    "nfsvno_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574502512
    },
    "nfsvno_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574496320
    },
    "nfsvno_testexp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574515648
    },
    "nfsvno_updateds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574526720
    },
    "nfsvno_updfilerev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574504512
    },
    "nfsvno_v4rootexport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574519104
    },
    "nfsvno_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574491216
    },
    "nfval": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "ng_UI.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_UI_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416656
    },
    "ng_UI_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577417424
    },
    "ng_UI_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609878632
    },
    "ng_UI_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416896
    },
    "ng_UI_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577417008
    },
    "ng_UI_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416720
    },
    "ng_UI_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416832
    },
    "ng_UImodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878568
    },
    "ng_add_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577440848
    },
    "ng_address_ID": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577437088
    },
    "ng_address_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577436720
    },
    "ng_address_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577436928
    },
    "ng_apply_item": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577430624
    },
    "ng_array_getAlign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503552
    },
    "ng_array_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503488
    },
    "ng_array_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503440
    },
    "ng_array_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503472
    },
    "ng_async.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_async_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609879072
    },
    "ng_asyncmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878896
    },
    "ng_attach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577569296
    },
    "ng_base.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_bpf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_bpf_cmdlist": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585260128
    },
    "ng_bpf_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577443120
    },
    "ng_bpf_default_prog": {
      "type": {
        "kind": "struct",
        "name": "ng_bpf_hookprog"
      },
      "address": 18446744071585260320
    },
    "ng_bpf_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577444592
    },
    "ng_bpf_hookprog_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585260432
    },
    "ng_bpf_hookprog_type_fields": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585260544
    },
    "ng_bpf_hookprogary_getLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577444976
    },
    "ng_bpf_hookprogary_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_array_info"
      },
      "address": 18446744071585260744
    },
    "ng_bpf_hookprogary_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585260688
    },
    "ng_bpf_hookstat_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585260488
    },
    "ng_bpf_hookstat_type_fields": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585260960
    },
    "ng_bpf_insn_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585260768
    },
    "ng_bpf_insn_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585260832
    },
    "ng_bpf_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609881760
    },
    "ng_bpf_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577443984
    },
    "ng_bpf_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577444288
    },
    "ng_bpf_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577443136
    },
    "ng_bpf_setprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577444752
    },
    "ng_bpf_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577443968
    },
    "ng_bpfmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609881584
    },
    "ng_bridge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_bridge_bcast_addr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ng_bridge_clear_link_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577450128
    },
    "ng_bridge_cmdlist": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585261216
    },
    "ng_bridge_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585261536
    },
    "ng_bridge_config_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585261760
    },
    "ng_bridge_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577444992
    },
    "ng_bridge_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577449152
    },
    "ng_bridge_free_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577450752
    },
    "ng_bridge_getTableLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577451088
    },
    "ng_bridge_hary_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585262328
    },
    "ng_bridge_hary_type_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_array_info"
      },
      "address": 18446744071585262384
    },
    "ng_bridge_host_ary_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585261648
    },
    "ng_bridge_host_ary_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585262256
    },
    "ng_bridge_host_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585262408
    },
    "ng_bridge_host_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585262464
    },
    "ng_bridge_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609882208
    },
    "ng_bridge_move_host_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585261704
    },
    "ng_bridge_move_host_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585262592
    },
    "ng_bridge_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577446944
    },
    "ng_bridge_nodename.name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058208
    },
    "ng_bridge_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577450272
    },
    "ng_bridge_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577447744
    },
    "ng_bridge_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577445328
    },
    "ng_bridge_rehash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577449760
    },
    "ng_bridge_send_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577450912
    },
    "ng_bridge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577446864
    },
    "ng_bridge_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585261592
    },
    "ng_bridge_stats_type_fields": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585261888
    },
    "ng_bridge_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577449360
    },
    "ng_bridge_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609882232
    },
    "ng_bridgemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609882032
    },
    "ng_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577426592
    },
    "ng_bytearray_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577507632
    },
    "ng_bytearray_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577507136
    },
    "ng_bytearray_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577507504
    },
    "ng_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577438240
    },
    "ng_callout_trampoline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577438512
    },
    "ng_car.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_car_bulkconf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585262768
    },
    "ng_car_bulkconf_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585263136
    },
    "ng_car_bulkstats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585262712
    },
    "ng_car_bulkstats_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585262832
    },
    "ng_car_cmdlist": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071609882656
    },
    "ng_car_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577451680
    },
    "ng_car_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577454176
    },
    "ng_car_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577454384
    },
    "ng_car_hookconf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585263208
    },
    "ng_car_hookconf_type_fields": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585263264
    },
    "ng_car_hookstats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585262904
    },
    "ng_car_hookstats_type_fields": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585262960
    },
    "ng_car_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609882496
    },
    "ng_car_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577453488
    },
    "ng_car_q_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577451104
    },
    "ng_car_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577453664
    },
    "ng_car_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577452048
    },
    "ng_car_refillhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577451440
    },
    "ng_car_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577453376
    },
    "ng_car_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609882520
    },
    "ng_carmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609882432
    },
    "ng_cisco.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_cisco_cmdlist": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585263728
    },
    "ng_cisco_ipaddr_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585263856
    },
    "ng_cisco_ipaddr_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585263968
    },
    "ng_cisco_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609882976
    },
    "ng_cisco_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585263912
    },
    "ng_cisco_stats_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585264048
    },
    "ng_ciscomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609882912
    },
    "ng_con_nodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577440032
    },
    "ng_con_part2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577438864
    },
    "ng_con_part3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577439392
    },
    "ng_connect_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259056
    },
    "ng_deadhook": {
      "type": {
        "kind": "struct",
        "name": "ng_hook"
      },
      "address": 18446744071609879584
    },
    "ng_deadnode": {
      "type": {
        "kind": "struct",
        "name": "ng_node"
      },
      "address": 18446744071609879400
    },
    "ng_deadtype": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609879272
    },
    "ng_deflate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_deflate_cmds": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585264176
    },
    "ng_deflate_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585264368
    },
    "ng_deflate_config_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585264480
    },
    "ng_deflate_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577458048
    },
    "ng_deflate_decompress.EMPTY_BLOCK": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609883608
    },
    "ng_deflate_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577460928
    },
    "ng_deflate_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609883456
    },
    "ng_deflate_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577459072
    },
    "ng_deflate_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577459168
    },
    "ng_deflate_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577458128
    },
    "ng_deflate_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577458976
    },
    "ng_deflate_stat_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585264424
    },
    "ng_deflate_stats_type_fields": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585264560
    },
    "ng_deflate_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609883480
    },
    "ng_deflatemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609883248
    },
    "ng_destroy_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577422880
    },
    "ng_detach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577569568
    },
    "ng_echo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_echo_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609883752
    },
    "ng_echomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609883688
    },
    "ng_eiface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_eiface_cmdlist": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585265088
    },
    "ng_eiface_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577461232
    },
    "ng_eiface_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463248
    },
    "ng_eiface_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463344
    },
    "ng_eiface_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463456
    },
    "ng_eiface_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463664
    },
    "ng_eiface_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463744
    },
    "ng_eiface_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609884128
    },
    "ng_eiface_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577461200
    },
    "ng_eiface_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577462944
    },
    "ng_eiface_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463088
    },
    "ng_eiface_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577461840
    },
    "ng_eiface_rmnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577462784
    },
    "ng_eiface_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463376
    },
    "ng_eiface_start2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577463792
    },
    "ng_eifacemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609883968
    },
    "ng_enaddr_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577506480
    },
    "ng_enaddr_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577506992
    },
    "ng_encode_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577508736
    },
    "ng_ether.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_ether_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577466624
    },
    "ng_ether_attach_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050792
    },
    "ng_ether_cmdlist": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585265280
    },
    "ng_ether_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577464608
    },
    "ng_ether_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577467024
    },
    "ng_ether_detach_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050800
    },
    "ng_ether_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577466496
    },
    "ng_ether_ifnet_arrival_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613058240
    },
    "ng_ether_ifnet_arrival_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577467920
    },
    "ng_ether_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577467248
    },
    "ng_ether_input_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577467344
    },
    "ng_ether_input_orphan_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050752
    },
    "ng_ether_input_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050808
    },
    "ng_ether_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577467440
    },
    "ng_ether_link_state_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050552
    },
    "ng_ether_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609884560
    },
    "ng_ether_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577464336
    },
    "ng_ether_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577466240
    },
    "ng_ether_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577467104
    },
    "ng_ether_output_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050736
    },
    "ng_ether_rcv_lower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577468256
    },
    "ng_ether_rcv_upper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577468096
    },
    "ng_ether_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577466448
    },
    "ng_ether_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577464624
    },
    "ng_ether_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577466128
    },
    "ng_ether_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609884584
    },
    "ng_ethermodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884448
    },
    "ng_findhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577426320
    },
    "ng_findtype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577420608
    },
    "ng_fixedarray_getAlign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503360
    },
    "ng_fixedarray_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503296
    },
    "ng_fixedarray_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503248
    },
    "ng_fixedarray_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503280
    },
    "ng_fixedstring_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505536
    },
    "ng_fixedstring_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505152
    },
    "ng_fixedstring_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505344
    },
    "ng_frame_relay.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_framerelay_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609884880
    },
    "ng_framerelaymodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884816
    },
    "ng_free_item": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577435728
    },
    "ng_generic_cmds": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585258032
    },
    "ng_generic_connect_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258568
    },
    "ng_generic_hooklist_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258792
    },
    "ng_generic_linkinfo_array_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585259448
    },
    "ng_generic_linkinfo_array_type_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_array_info"
      },
      "address": 18446744071585259504
    },
    "ng_generic_linkinfo_getLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577441424
    },
    "ng_generic_linkinfo_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585259528
    },
    "ng_generic_list_getLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577441440
    },
    "ng_generic_listnodes_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258848
    },
    "ng_generic_mkpeer_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258512
    },
    "ng_generic_name_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258624
    },
    "ng_generic_nodeinfo_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258736
    },
    "ng_generic_nodeinfoarray_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585259752
    },
    "ng_generic_rmhook_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258680
    },
    "ng_generic_typeinfo_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585259992
    },
    "ng_generic_typeinfoarray_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585259912
    },
    "ng_generic_typelist_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585258904
    },
    "ng_get_string_token": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577508096
    },
    "ng_getsockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577568784
    },
    "ng_gif_attach_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050848
    },
    "ng_gif_detach_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050856
    },
    "ng_gif_input_orphan_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050840
    },
    "ng_gif_input_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050832
    },
    "ng_hole.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_hole_cmdlist": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585265664
    },
    "ng_hole_hookstat_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585265792
    },
    "ng_hole_hookstat_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585265856
    },
    "ng_hole_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609885160
    },
    "ng_holemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885096
    },
    "ng_hooklist_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259376
    },
    "ng_idhash_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613058016
    },
    "ng_ids": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "netgate_ids"
        }
      },
      "address": 18446744071584883488
    },
    "ng_iface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_iface_cmds": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585266288
    },
    "ng_iface_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577471344
    },
    "ng_iface_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577473152
    },
    "ng_iface_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577474336
    },
    "ng_iface_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609885920
    },
    "ng_iface_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577471312
    },
    "ng_iface_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577472560
    },
    "ng_iface_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577473280
    },
    "ng_iface_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577472736
    },
    "ng_iface_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577471728
    },
    "ng_iface_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577474496
    },
    "ng_iface_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577472384
    },
    "ng_iface_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577473744
    },
    "ng_ifacemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885648
    },
    "ng_int16_getAlign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504224
    },
    "ng_int16_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504192
    },
    "ng_int16_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503920
    },
    "ng_int16_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504048
    },
    "ng_int32_getAlign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504560
    },
    "ng_int32_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504528
    },
    "ng_int32_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504240
    },
    "ng_int32_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504400
    },
    "ng_int64_getAlign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504816
    },
    "ng_int64_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504784
    },
    "ng_int64_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504576
    },
    "ng_int64_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504688
    },
    "ng_int8_getAlign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503904
    },
    "ng_int8_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503872
    },
    "ng_int8_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503632
    },
    "ng_int8_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503744
    },
    "ng_ipaddr_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577506448
    },
    "ng_ipaddr_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505952
    },
    "ng_ipaddr_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577506352
    },
    "ng_ipfw_input_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059240
    },
    "ng_ksocket.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_ksocket_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577478512
    },
    "ng_ksocket_accept_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585267288
    },
    "ng_ksocket_accept_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585267616
    },
    "ng_ksocket_cmds": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585266544
    },
    "ng_ksocket_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577477744
    },
    "ng_ksocket_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577474992
    },
    "ng_ksocket_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577478480
    },
    "ng_ksocket_families": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_ksocket_alias"
        }
      },
      "address": 18446744071585266832
    },
    "ng_ksocket_generic_sockaddr_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585267400
    },
    "ng_ksocket_generic_sockdata_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585267552
    },
    "ng_ksocket_incoming": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577479488
    },
    "ng_ksocket_incoming2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577479568
    },
    "ng_ksocket_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609886448
    },
    "ng_ksocket_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577476864
    },
    "ng_ksocket_protos": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_ksocket_alias"
        }
      },
      "address": 18446744071585267024
    },
    "ng_ksocket_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577478320
    },
    "ng_ksocket_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577475120
    },
    "ng_ksocket_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577476304
    },
    "ng_ksocket_sockaddr_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577480704
    },
    "ng_ksocket_sockaddr_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585267232
    },
    "ng_ksocket_sockaddr_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577481568
    },
    "ng_ksocket_sockopt_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585267344
    },
    "ng_ksocket_sockopt_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585267696
    },
    "ng_ksocket_sockoptval_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585267792
    },
    "ng_ksocket_types": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_ksocket_alias"
        }
      },
      "address": 18446744071585266928
    },
    "ng_ksocket_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609886472
    },
    "ng_ksocketmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609886272
    },
    "ng_l2tp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_l2tp_cmdlist": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585269552
    },
    "ng_l2tp_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585269968
    },
    "ng_l2tp_config_type_fields": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585270256
    },
    "ng_l2tp_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577482064
    },
    "ng_l2tp_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577485888
    },
    "ng_l2tp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609886896
    },
    "ng_l2tp_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577484400
    },
    "ng_l2tp_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577485280
    },
    "ng_l2tp_rcvdata_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577486496
    },
    "ng_l2tp_rcvdata_lower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577487104
    },
    "ng_l2tp_rcvdata_lower.req_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156192
    },
    "ng_l2tp_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577482608
    },
    "ng_l2tp_seq_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577486032
    },
    "ng_l2tp_seq_config_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585271232
    },
    "ng_l2tp_seq_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585270192
    },
    "ng_l2tp_seq_rack_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577488960
    },
    "ng_l2tp_seq_recv_nr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577490208
    },
    "ng_l2tp_seq_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577486272
    },
    "ng_l2tp_seq_xack_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577490864
    },
    "ng_l2tp_sess_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585270024
    },
    "ng_l2tp_sess_config_type_fields": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585270448
    },
    "ng_l2tp_session_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585270136
    },
    "ng_l2tp_session_stats_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585271104
    },
    "ng_l2tp_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577484176
    },
    "ng_l2tp_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585270080
    },
    "ng_l2tp_stats_type_fields": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585270592
    },
    "ng_l2tp_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609886920
    },
    "ng_l2tp_xmit_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577489520
    },
    "ng_l2tpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609886720
    },
    "ng_linkinfo_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259584
    },
    "ng_listnodes_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259680
    },
    "ng_lmi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_lmi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609887176
    },
    "ng_lmimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609887112
    },
    "ng_make_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577420416
    },
    "ng_make_node_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577420704
    },
    "ng_mkpeer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577439520
    },
    "ng_mkpeer_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585258960
    },
    "ng_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577436000
    },
    "ng_mppc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_mppc_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577496704
    },
    "ng_mppc_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577499360
    },
    "ng_mppc_getkey.pad1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585271376
    },
    "ng_mppc_getkey.pad2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585271424
    },
    "ng_mppc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609888104
    },
    "ng_mppc_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577497440
    },
    "ng_mppc_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577497552
    },
    "ng_mppc_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577496784
    },
    "ng_mppc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577497360
    },
    "ng_mppc_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609888128
    },
    "ng_mppc_updatekey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577499456
    },
    "ng_mppcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609887888
    },
    "ng_mppe_weakenkey": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585271360
    },
    "ng_msg_data_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585275248
    },
    "ng_name2noderef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577425664
    },
    "ng_name_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577423760
    },
    "ng_name_type_fields": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259152
    },
    "ng_namehash_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613058048
    },
    "ng_newtype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577427072
    },
    "ng_node2ID": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577423728
    },
    "ng_nodeinfo_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259248
    },
    "ng_nodeinfoarray_type_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_array_info"
      },
      "address": 18446744071585259808
    },
    "ng_one2many.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_one2many_cmdlist": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585271472
    },
    "ng_one2many_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585271664
    },
    "ng_one2many_config_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585271776
    },
    "ng_one2many_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577499744
    },
    "ng_one2many_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577502080
    },
    "ng_one2many_enableLinks_array_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585271872
    },
    "ng_one2many_enableLinks_array_type_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedarray_info"
      },
      "address": 18446744071585271928
    },
    "ng_one2many_link_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585271720
    },
    "ng_one2many_link_stats_type_fields": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585271952
    },
    "ng_one2many_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609888392
    },
    "ng_one2many_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577501072
    },
    "ng_one2many_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577502560
    },
    "ng_one2many_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577501520
    },
    "ng_one2many_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577499824
    },
    "ng_one2many_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577501008
    },
    "ng_one2many_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609888416
    },
    "ng_one2many_update_many": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577502368
    },
    "ng_one2manymodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609888328
    },
    "ng_package_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577436528
    },
    "ng_package_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577436608
    },
    "ng_package_msg_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577437456
    },
    "ng_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577502800
    },
    "ng_parse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_parse_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577511984
    },
    "ng_parse_array_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273464
    },
    "ng_parse_bytearray_subtype": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585275168
    },
    "ng_parse_bytearray_subtype_getLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577512096
    },
    "ng_parse_bytearray_subtype_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_array_info"
      },
      "address": 18446744071585275224
    },
    "ng_parse_bytearray_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274792
    },
    "ng_parse_cmdbuf_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedstring_info"
      },
      "address": 18446744071585274560
    },
    "ng_parse_cmdbuf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274568
    },
    "ng_parse_composite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577509104
    },
    "ng_parse_enaddr_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274736
    },
    "ng_parse_fixedarray_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273408
    },
    "ng_parse_fixedstring_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274248
    },
    "ng_parse_generic_sockaddr_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585267456
    },
    "ng_parse_generic_sockdata_getLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577482016
    },
    "ng_parse_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577502944
    },
    "ng_parse_get_token": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577507776
    },
    "ng_parse_hint16_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273800
    },
    "ng_parse_hint32_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273968
    },
    "ng_parse_hint64_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274136
    },
    "ng_parse_hint8_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273632
    },
    "ng_parse_hookbuf_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedstring_info"
      },
      "address": 18446744071585274368
    },
    "ng_parse_hookbuf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274376
    },
    "ng_parse_int16_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273688
    },
    "ng_parse_int32_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273856
    },
    "ng_parse_int64_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274024
    },
    "ng_parse_int8_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273520
    },
    "ng_parse_ipaddr_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274680
    },
    "ng_parse_ng_mesg_getLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577512112
    },
    "ng_parse_ng_mesg_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585275112
    },
    "ng_parse_ng_mesg_type_fields": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585274848
    },
    "ng_parse_nodebuf_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedstring_info"
      },
      "address": 18446744071585274304
    },
    "ng_parse_nodebuf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274312
    },
    "ng_parse_pathbuf_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedstring_info"
      },
      "address": 18446744071585274432
    },
    "ng_parse_pathbuf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274440
    },
    "ng_parse_sizedstring_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274624
    },
    "ng_parse_sockoptval_getLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577482048
    },
    "ng_parse_string_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274192
    },
    "ng_parse_struct_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273352
    },
    "ng_parse_typebuf_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedstring_info"
      },
      "address": 18446744071585274496
    },
    "ng_parse_typebuf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274504
    },
    "ng_parse_uint16_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273744
    },
    "ng_parse_uint32_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273912
    },
    "ng_parse_uint64_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585274080
    },
    "ng_parse_uint8_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585273576
    },
    "ng_path2noderef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577428416
    },
    "ng_path_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577427968
    },
    "ng_pipe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_pipe_cfg_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585275712
    },
    "ng_pipe_cfg_type_fields": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585276352
    },
    "ng_pipe_hookcfg_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585276520
    },
    "ng_pipe_hookcfg_type_fields": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585276576
    },
    "ng_pipe_hookrun_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585276152
    },
    "ng_pipe_hookrun_type_fields": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585276208
    },
    "ng_pipe_hookstat_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585275848
    },
    "ng_pipe_hookstat_type_fields": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585275904
    },
    "ng_pipe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609888992
    },
    "ng_pipe_run_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585275656
    },
    "ng_pipe_run_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585276080
    },
    "ng_pipe_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585275600
    },
    "ng_pipe_stats_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585275776
    },
    "ng_pipe_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609889016
    },
    "ng_pipemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609888816
    },
    "ng_ppp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_ppp_acf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585277648
    },
    "ng_ppp_array_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedarray_info"
      },
      "address": 18446744071585278688
    },
    "ng_ppp_bund_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585278184
    },
    "ng_ppp_bund_type_fields": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585278304
    },
    "ng_ppp_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577529200
    },
    "ng_ppp_cmds": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585277360
    },
    "ng_ppp_comp_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577529360
    },
    "ng_ppp_comp_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577530672
    },
    "ng_ppp_conf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585277888
    },
    "ng_ppp_conf_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585278112
    },
    "ng_ppp_config_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577525984
    },
    "ng_ppp_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577518544
    },
    "ng_ppp_crypt_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577530864
    },
    "ng_ppp_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577525888
    },
    "ng_ppp_frag_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577527888
    },
    "ng_ppp_get_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577528736
    },
    "ng_ppp_hcomp_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577529856
    },
    "ng_ppp_hook_names": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_0e676b3b5d2101ad"
        }
      },
      "address": 18446744071585277664
    },
    "ng_ppp_intcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577534464
    },
    "ng_ppp_link_array_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585278240
    },
    "ng_ppp_link_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585278712
    },
    "ng_ppp_link_type_fields": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585278768
    },
    "ng_ppp_link_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577530080
    },
    "ng_ppp_max_staleness": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "ng_ppp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609889440
    },
    "ng_ppp_mp_state_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585277944
    },
    "ng_ppp_mp_state_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585278944
    },
    "ng_ppp_mp_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577533088
    },
    "ng_ppp_mp_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577531040
    },
    "ng_ppp_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577521696
    },
    "ng_ppp_prepend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577529616
    },
    "ng_ppp_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577522400
    },
    "ng_ppp_rcvdata_atalk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577534496
    },
    "ng_ppp_rcvdata_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577534544
    },
    "ng_ppp_rcvdata_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577534848
    },
    "ng_ppp_rcvdata_decompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535152
    },
    "ng_ppp_rcvdata_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535424
    },
    "ng_ppp_rcvdata_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535104
    },
    "ng_ppp_rcvdata_inet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577527760
    },
    "ng_ppp_rcvdata_inet_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577527712
    },
    "ng_ppp_rcvdata_ipv6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577536016
    },
    "ng_ppp_rcvdata_ipx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535696
    },
    "ng_ppp_rcvdata_vjc_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535744
    },
    "ng_ppp_rcvdata_vjc_ip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535792
    },
    "ng_ppp_rcvdata_vjc_uncomp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535920
    },
    "ng_ppp_rcvdata_vjc_vjip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577535968
    },
    "ng_ppp_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577519040
    },
    "ng_ppp_rseq_array_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedarray_info"
      },
      "address": 18446744071585279096
    },
    "ng_ppp_rseq_array_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585279040
    },
    "ng_ppp_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577521392
    },
    "ng_ppp_stats64_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585278056
    },
    "ng_ppp_stats64_type_fields": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585279344
    },
    "ng_ppp_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585278000
    },
    "ng_ppp_stats_type_fields": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585279120
    },
    "ng_ppp_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609889464
    },
    "ng_ppp_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577526208
    },
    "ng_pppmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609889264
    },
    "ng_pppoe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_pppoe_cmds": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585280144
    },
    "ng_pppoe_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577539584
    },
    "ng_pppoe_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577536064
    },
    "ng_pppoe_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577541648
    },
    "ng_pppoe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609890112
    },
    "ng_pppoe_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577539376
    },
    "ng_pppoe_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577539840
    },
    "ng_pppoe_rcvdata_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577547376
    },
    "ng_pppoe_rcvdata_ether": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577544160
    },
    "ng_pppoe_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577536208
    },
    "ng_pppoe_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577539264
    },
    "ng_pppoe_sts_state_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585280648
    },
    "ng_pppoe_sts_type_fields": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585280784
    },
    "ng_pppoemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609889936
    },
    "ng_pptp_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585282712
    },
    "ng_pptpgre.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_pptpgre_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577555888
    },
    "ng_pptpgre_cmdlist": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585282464
    },
    "ng_pptpgre_conf_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585282656
    },
    "ng_pptpgre_conf_type_fields": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585282768
    },
    "ng_pptpgre_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577550352
    },
    "ng_pptpgre_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577553184
    },
    "ng_pptpgre_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609890736
    },
    "ng_pptpgre_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577552128
    },
    "ng_pptpgre_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577553072
    },
    "ng_pptpgre_rcvdata_lower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577553584
    },
    "ng_pptpgre_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577550896
    },
    "ng_pptpgre_recv_ack_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577556384
    },
    "ng_pptpgre_reorder_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577557936
    },
    "ng_pptpgre_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577553360
    },
    "ng_pptpgre_send_ack_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577557856
    },
    "ng_pptpgre_sendq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577556128
    },
    "ng_pptpgre_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577552016
    },
    "ng_pptpgre_start_recv_ack_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577555712
    },
    "ng_pptpgre_start_reorder_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577556288
    },
    "ng_pptpgre_stats_type_fields": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585282992
    },
    "ng_pptpgre_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609890760
    },
    "ng_pptpgre_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577556480
    },
    "ng_pptpgremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609890664
    },
    "ng_pred1.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_pred1_cmds": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585283504
    },
    "ng_pred1_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585284208
    },
    "ng_pred1_config_type_fields": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585284320
    },
    "ng_pred1_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577558400
    },
    "ng_pred1_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577562096
    },
    "ng_pred1_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609891184
    },
    "ng_pred1_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577559104
    },
    "ng_pred1_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577559200
    },
    "ng_pred1_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577558480
    },
    "ng_pred1_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577559040
    },
    "ng_pred1_stat_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585284264
    },
    "ng_pred1_stats_type_fields": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585284368
    },
    "ng_pred1_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609891208
    },
    "ng_pred1module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609891008
    },
    "ng_qdzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613058152
    },
    "ng_qzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613058160
    },
    "ng_replace_retaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577438832
    },
    "ng_rfc1490.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_rfc1490_cmds": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585284544
    },
    "ng_rfc1490_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577562176
    },
    "ng_rfc1490_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577564832
    },
    "ng_rfc1490_encaps": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_rfc1490_encap_t"
        }
      },
      "address": 18446744071585284640
    },
    "ng_rfc1490_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609891464
    },
    "ng_rfc1490_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577562928
    },
    "ng_rfc1490_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577563120
    },
    "ng_rfc1490_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577562272
    },
    "ng_rfc1490_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577562832
    },
    "ng_rfc1490module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609891400
    },
    "ng_rmhook_part2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577427952
    },
    "ng_rmhook_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577426416
    },
    "ng_rmhook_type_fields": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259200
    },
    "ng_rmnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577422288
    },
    "ng_rmnode_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577427600
    },
    "ng_rmtype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577427424
    },
    "ng_send_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577427760
    },
    "ng_send_fn1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577437632
    },
    "ng_send_fn2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577437840
    },
    "ng_sizedstring_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505920
    },
    "ng_sizedstring_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505616
    },
    "ng_sizedstring_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505776
    },
    "ng_snd_item": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577429392
    },
    "ng_socket.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_socket_free_priv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577567184
    },
    "ng_socket_item_applied": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577569152
    },
    "ng_socket_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609892896
    },
    "ng_socketmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609891776
    },
    "ng_string_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577505120
    },
    "ng_string_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504832
    },
    "ng_string_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577504960
    },
    "ng_struct_getAlign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503104
    },
    "ng_struct_getDefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503040
    },
    "ng_struct_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577502992
    },
    "ng_struct_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577503024
    },
    "ng_tcpmss.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_tcpmss_cmds": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585284704
    },
    "ng_tcpmss_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585284920
    },
    "ng_tcpmss_config_type_fields": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585285120
    },
    "ng_tcpmss_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577570624
    },
    "ng_tcpmss_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577571792
    },
    "ng_tcpmss_hookstat_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585284864
    },
    "ng_tcpmss_hookstat_type_fields": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585284976
    },
    "ng_tcpmss_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609893800
    },
    "ng_tcpmss_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577571200
    },
    "ng_tcpmss_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577571312
    },
    "ng_tcpmss_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577570640
    },
    "ng_tcpmss_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609893824
    },
    "ng_tcpmssmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609893736
    },
    "ng_tee.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_tee_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577572944
    },
    "ng_tee_cmds": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585285216
    },
    "ng_tee_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577572128
    },
    "ng_tee_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577573584
    },
    "ng_tee_hookstat_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585285528
    },
    "ng_tee_hookstat_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585285584
    },
    "ng_tee_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609894080
    },
    "ng_tee_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577573056
    },
    "ng_tee_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577573328
    },
    "ng_tee_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577572192
    },
    "ng_tee_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577572992
    },
    "ng_tee_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585285344
    },
    "ng_tee_stats_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585285408
    },
    "ng_tee_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609894104
    },
    "ng_teemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609894016
    },
    "ng_topo_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613058080
    },
    "ng_tty.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_tty_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609894360
    },
    "ng_ttymodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609894296
    },
    "ng_typeinfo_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585260048
    },
    "ng_typeinfoarray_type_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_array_info"
      },
      "address": 18446744071585259968
    },
    "ng_typelist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e561d540f0ddec0f"
      },
      "address": 18446744071613058144
    },
    "ng_typelist_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613058112
    },
    "ng_typelist_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585259840
    },
    "ng_uncallout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577438640
    },
    "ng_uncallout_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577438736
    },
    "ng_unname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577423712
    },
    "ng_unparse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577502864
    },
    "ng_unparse_composite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577510816
    },
    "ng_unref_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577426224
    },
    "ng_unref_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577421776
    },
    "ng_vjc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_vjc_cmds": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585285760
    },
    "ng_vjc_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585285952
    },
    "ng_vjc_config_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585286064
    },
    "ng_vjc_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577577504
    },
    "ng_vjc_cs_hdr_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585286832
    },
    "ng_vjc_cs_hdr_type_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedarray_info"
      },
      "address": 18446744071585286888
    },
    "ng_vjc_cstate_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585286632
    },
    "ng_vjc_cstate_type_fields": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585286688
    },
    "ng_vjc_cstatearray_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585286552
    },
    "ng_vjc_cstatearray_type_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_fixedarray_info"
      },
      "address": 18446744071585286608
    },
    "ng_vjc_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577579712
    },
    "ng_vjc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609894704
    },
    "ng_vjc_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577578464
    },
    "ng_vjc_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577578640
    },
    "ng_vjc_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577577584
    },
    "ng_vjc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577578384
    },
    "ng_vjc_slcompress_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585286008
    },
    "ng_vjc_slcompress_type_fields": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585286192
    },
    "ng_vjc_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609894728
    },
    "ng_vjcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609894640
    },
    "ng_vlan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ng_vlan_cmdlist": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585286992
    },
    "ng_vlan_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577579856
    },
    "ng_vlan_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577582736
    },
    "ng_vlan_filter_fields": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585287456
    },
    "ng_vlan_filter_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585287344
    },
    "ng_vlan_getTableLength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577582832
    },
    "ng_vlan_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609894984
    },
    "ng_vlan_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577581776
    },
    "ng_vlan_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577581872
    },
    "ng_vlan_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577579936
    },
    "ng_vlan_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577581728
    },
    "ng_vlan_table_array_info": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_array_info"
      },
      "address": 18446744071585287728
    },
    "ng_vlan_table_array_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585287672
    },
    "ng_vlan_table_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585287600
    },
    "ng_vlan_table_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585287400
    },
    "ng_vlan_typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609895008
    },
    "ng_vlanmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609894920
    },
    "ng_worklist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_16771ff71f19e8a8"
      },
      "address": 18446744071609881472
    },
    "ng_worklist_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577435520
    },
    "ng_worklist_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613058176
    },
    "nga_cmdlist": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585256704
    },
    "nga_config_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585257392
    },
    "nga_config_type_fields": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585257504
    },
    "nga_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577417504
    },
    "nga_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577420064
    },
    "nga_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577418688
    },
    "nga_rcv_sync.lcphdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585256864
    },
    "nga_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577418800
    },
    "nga_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577417728
    },
    "nga_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577418480
    },
    "nga_stats_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585257448
    },
    "nga_stats_type_fields": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585257632
    },
    "ngb_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577441936
    },
    "ngc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577568240
    },
    "ngc_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577568704
    },
    "ngc_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577568656
    },
    "ngc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577568624
    },
    "ngc_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577567408
    },
    "ngcontrol_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609893080
    },
    "ngd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577570256
    },
    "ngd_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577570320
    },
    "ngd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577570288
    },
    "ngd_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577569888
    },
    "ngdata_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609893328
    },
    "ngdomain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071609893576
    },
    "nge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571046928
    },
    "nge_cons": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577461024
    },
    "nge_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571058096
    },
    "nge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571050800
    },
    "nge_devs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nge_type"
        }
      },
      "address": 0
    },
    "nge_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577461168
    },
    "nge_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571058304
    },
    "nge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609084152
    },
    "nge_eeprom_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571057792
    },
    "nge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571056704
    },
    "nge_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571058800
    },
    "nge_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571057200
    },
    "nge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571055232
    },
    "nge_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571056832
    },
    "nge_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571057024
    },
    "nge_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584889920
    },
    "nge_mii_bitbang_ops": {
      "type": {
        "kind": "struct",
        "name": "mii_bitbang_ops"
      },
      "address": 18446744071584890080
    },
    "nge_mii_bitbang_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571064736
    },
    "nge_mii_bitbang_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571064784
    },
    "nge_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571053088
    },
    "nge_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571053504
    },
    "nge_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571053328
    },
    "nge_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571061312
    },
    "nge_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609084104
    },
    "nge_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609084080
    },
    "nge_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609083936
    },
    "nge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571046704
    },
    "nge_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577461120
    },
    "nge_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577461040
    },
    "nge_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571054928
    },
    "nge_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571052592
    },
    "nge_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571063792
    },
    "nge_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571058432
    },
    "nge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571051616
    },
    "nge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571056544
    },
    "nge_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571062352
    },
    "nge_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571061728
    },
    "nge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571060304
    },
    "nge_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571051632
    },
    "nge_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571061088
    },
    "nge_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571063344
    },
    "nge_write_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571060960
    },
    "nges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apei_nges"
        }
      },
      "address": 0
    },
    "ngfrm_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577468672
    },
    "ngfrm_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577470640
    },
    "ngfrm_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577468816
    },
    "ngfrm_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577469744
    },
    "ngfrm_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577468752
    },
    "ngh_cons": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577470736
    },
    "ngh_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577471248
    },
    "ngh_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577471120
    },
    "ngh_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577471200
    },
    "ngh_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577470752
    },
    "nglmi_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577490992
    },
    "nglmi_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577495680
    },
    "nglmi_inquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577496160
    },
    "nglmi_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577492160
    },
    "nglmi_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577492672
    },
    "nglmi_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577491104
    },
    "nglmi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577492096
    },
    "nglmi_startup_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577495760
    },
    "ngood": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ngp_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577518448
    },
    "ngp_cmds": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_cmdlist"
        }
      },
      "address": 18446744071585275376
    },
    "ngp_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577512240
    },
    "ngp_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577515776
    },
    "ngp_f": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngp_fifo"
        }
      },
      "address": 0
    },
    "ngp_f1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngp_fifo"
        }
      },
      "address": 0
    },
    "ngp_h": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngp_hdr"
        }
      },
      "address": 0
    },
    "ngp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577512128
    },
    "ngp_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577514560
    },
    "ngp_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577514736
    },
    "ngp_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577512336
    },
    "ngp_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577514432
    },
    "ngp_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613058256
    },
    "ngpdg_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609893072
    },
    "ngpdg_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609893064
    },
    "ngpppoe_init_data_state_type": {
      "type": {
        "kind": "struct",
        "name": "ng_parse_type"
      },
      "address": 18446744071585280592
    },
    "ngpppoe_init_data_type_fields": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ng_parse_struct_field"
        }
      },
      "address": 18446744071585280704
    },
    "ngq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_queue"
        }
      },
      "address": 0
    },
    "ngroups": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ngroups_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910592
    },
    "ngrp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ngrps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ngs_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577566640
    },
    "ngs_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577565024
    },
    "ngs_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577567040
    },
    "ngs_findhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577566448
    },
    "ngs_mod_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577564960
    },
    "ngs_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577566016
    },
    "ngs_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577566704
    },
    "ngs_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577565040
    },
    "ngs_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577565872
    },
    "ngsocketlist_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613058280
    },
    "ngsocklist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_7f02d8e1ee5ecc85"
      },
      "address": 18446744071613058312
    },
    "ngt_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577575072
    },
    "ngt_constructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577573744
    },
    "ngt_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577575584
    },
    "ngt_getc_inject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577576640
    },
    "ngt_getc_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577577472
    },
    "ngt_hook": {
      "type": {
        "kind": "struct",
        "name": "ttyhook"
      },
      "address": 18446744071609894512
    },
    "ngt_newhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577574912
    },
    "ngt_rcvdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577575088
    },
    "ngt_rcvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577573936
    },
    "ngt_rint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577575728
    },
    "ngt_rint_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577576144
    },
    "ngt_rint_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577576624
    },
    "ngt_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577574640
    },
    "ngthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577442368
    },
    "nh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_object"
        }
      },
      "address": 0
    },
    "nh_addr": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "nh_expire": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nh_fbsd_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585314480
    },
    "nh_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nh_ia": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_ifaddr"
        }
      },
      "address": 0
    },
    "nh_idx_new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nh_idx_old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nh_idx_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nh_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_object"
        }
      },
      "address": 0
    },
    "nh_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nh_orig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_object"
        }
      },
      "address": 0
    },
    "nh_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_priv"
        }
      },
      "address": 0
    },
    "nh_priv_ret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_priv"
        }
      },
      "address": 0
    },
    "nh_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nh_rt_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nh_slots": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nh_src": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_object"
        }
      },
      "address": 0
    },
    "nh_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nh_weight": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nhbuf": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nheads": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nhg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhgrp_object"
        }
      },
      "address": 0
    },
    "nhg_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhgrp_priv"
        }
      },
      "address": 0
    },
    "nhg_priv_ret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhgrp_priv"
        }
      },
      "address": 0
    },
    "nhgc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhgrp_container"
        }
      },
      "address": 0
    },
    "nhge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhgrp_external"
        }
      },
      "address": 0
    },
    "nhgrp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nhgrp_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577078640
    },
    "nhgrp_ctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nhgrp_ctl_alloc_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577077872
    },
    "nhgrp_ctl_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609839400
    },
    "nhgrp_ctl_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577078240
    },
    "nhgrp_ctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577078208
    },
    "nhgrp_ctl_unlink_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577078272
    },
    "nhgrp_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609839280
    },
    "nhgrp_dump_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577082032
    },
    "nhgrp_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577078416
    },
    "nhgrp_get_addition_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577080960
    },
    "nhgrp_get_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081984
    },
    "nhgrp_get_filtered_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577080416
    },
    "nhgrp_get_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577080288
    },
    "nhgrp_get_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081936
    },
    "nhgrp_get_nhgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577079936
    },
    "nhgrp_get_nhops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081568
    },
    "nhgrp_get_origin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081952
    },
    "nhgrp_get_uidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081616
    },
    "nhgrp_print_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081632
    },
    "nhgrp_ref_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577078368
    },
    "nhgrp_set_origin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081968
    },
    "nhgrp_set_uidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577081600
    },
    "nhgrp_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nhm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhmsg"
        }
      },
      "address": 0
    },
    "nhmsg_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 0
    },
    "nhooks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nhop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nhop_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577086864
    },
    "nhop_can_multipath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110256
    },
    "nhop_check_gateway": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090704
    },
    "nhop_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577089888
    },
    "nhop_create_from_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577086112
    },
    "nhop_create_from_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577089376
    },
    "nhop_ctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nhop_ctl_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609839800
    },
    "nhop_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609839680
    },
    "nhop_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577087200
    },
    "nhop_free_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090576
    },
    "nhop_get_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091616
    },
    "nhop_get_fibnum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090160
    },
    "nhop_get_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091312
    },
    "nhop_get_neigh_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091584
    },
    "nhop_get_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577088000
    },
    "nhop_get_nhop_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577088112
    },
    "nhop_get_origin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091648
    },
    "nhop_get_rh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577088080
    },
    "nhop_get_rtflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091392
    },
    "nhop_get_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091360
    },
    "nhop_get_uidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091328
    },
    "nhop_get_unlinked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577089280
    },
    "nhop_get_upper_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090144
    },
    "nhop_get_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091536
    },
    "nhop_print_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090176
    },
    "nhop_print_buf_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577092176
    },
    "nhop_ref_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090528
    },
    "nhop_ref_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090048
    },
    "nhop_select_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091552
    },
    "nhop_set_blackhole": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577087680
    },
    "nhop_set_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091248
    },
    "nhop_set_direct_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090608
    },
    "nhop_set_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091632
    },
    "nhop_set_fibnum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091600
    },
    "nhop_set_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090768
    },
    "nhop_set_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091488
    },
    "nhop_set_origin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091664
    },
    "nhop_set_pinned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577087920
    },
    "nhop_set_pxtype_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091408
    },
    "nhop_set_redirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577087872
    },
    "nhop_set_rtflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577087952
    },
    "nhop_set_src": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577087984
    },
    "nhop_set_transmit_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577087664
    },
    "nhop_set_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091376
    },
    "nhop_set_uidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091344
    },
    "nhop_set_upper_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091104
    },
    "nhop_try_ref_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577090096
    },
    "nhop_utils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nhops_destroy_rib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577083248
    },
    "nhops_dump_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577092256
    },
    "nhops_get_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577092208
    },
    "nhops_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577085984
    },
    "nhops_init_rib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577082864
    },
    "nhops_iter_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577092064
    },
    "nhops_iter_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091920
    },
    "nhops_iter_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577092144
    },
    "nhops_update_ifmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577091680
    },
    "nhops_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613056760
    },
    "nhost": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlm_host"
        }
      },
      "address": 0
    },
    "nhyper": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ni": {
      "type": {
        "kind": "struct",
        "name": "netdev_notifier_info"
      },
      "address": 0
    },
    "ni6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "icmp6_nodeinfo"
        }
      },
      "address": 0
    },
    "ni6_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578016240
    },
    "ni6_dnsmatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578015824
    },
    "ni6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578008240
    },
    "ni6_nametodns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578014928
    },
    "ni6_store_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578016640
    },
    "ni_arr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ieee80211_node"
          }
        }
      },
      "address": 0
    },
    "ni_dvp_unlocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ni_ref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ni_tstamp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nia6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "nib_rev": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584035120
    },
    "nibble": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nibble_1284_inbyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571756992
    },
    "nibbletab": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584035120
    },
    "nic_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_nic_resc_desc"
        }
      },
      "address": 0
    },
    "nic_desc_valid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nic_i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nic_i_first": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nic_i_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nic_mbx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbx_get_nic_stats_v2"
        }
      },
      "address": 0
    },
    "nic_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nic_vport_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nic_vport_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nice_match": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nicfrag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_nic_frag_wqe"
        }
      },
      "address": 0
    },
    "nichdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_nic_hdr_wqe"
        }
      },
      "address": 0
    },
    "nicmp6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "icmp6_hdr"
        }
      },
      "address": 0
    },
    "nid": {
      "type": {
        "kind": "struct",
        "name": "nfsd_idargs"
      },
      "address": 0
    },
    "nid1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nid2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nifa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifaddr"
        }
      },
      "address": 0
    },
    "niface_total": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "niflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nifp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nig_bmac_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nig_cli_sp_bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nig_cli_subject2wfq_bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nig_cos_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nig_int_mask_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nig_led_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nig_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nig_pri_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nig_reg_adress_crd_weight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nig_reg_rx_priority_mask_add": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nig_timer_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nikey": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_node"
        }
      },
      "address": 0
    },
    "nillegals": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nims": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_msource"
        }
      },
      "address": 0
    },
    "nin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "nin_drv": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ninfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "note_info"
        }
      },
      "address": 0
    },
    "nino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nintrcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440056
    },
    "nints": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nioctls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "nios": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "nip6": {
      "type": {
        "kind": "struct",
        "name": "ip6_hdr"
      },
      "address": 0
    },
    "nirq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nitd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nitems": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "niter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "niv_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "njnewblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jnewblk"
        }
      },
      "address": 0
    },
    "nk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_state_key"
        }
      },
      "address": 0
    },
    "nkdmpde": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nkev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nkey": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nkeyfiles": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nkid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nkifs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nkpdpe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nkpg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "nkpt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484136
    },
    "nl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namelist"
        }
      },
      "address": 0
    },
    "nl_add_msg_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578376464
    },
    "nl_bind_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578372448
    },
    "nl_cloners": {
      "type": {
        "kind": "struct",
        "name": "unnamed_02040136ed249151"
      },
      "address": 18446744071613144224
    },
    "nl_cloners.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613144224
    },
    "nl_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578371040
    },
    "nl_destroy_msg_zone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382112
    },
    "nl_domain_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609987112
    },
    "nl_empty_src": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "nl_find_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578407392
    },
    "nl_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nl_free_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578377344
    },
    "nl_free_mbuf_storage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578385360
    },
    "nl_generic_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609987968
    },
    "nl_generic_kpi_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609986096
    },
    "nl_get_attrs_bmask_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578363856
    },
    "nl_get_mbuf_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578387344
    },
    "nl_get_mbuf_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578387152
    },
    "nl_get_proto_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578388016
    },
    "nl_global_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613143208
    },
    "nl_global_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609988704
    },
    "nl_global_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609988504
    },
    "nl_global_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609988528
    },
    "nl_handlers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nl_proto_handler"
        }
      },
      "address": 18446744071609988496
    },
    "nl_has_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578364032
    },
    "nl_has_listeners": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578367808
    },
    "nl_ifa_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nl_iface_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609989280
    },
    "nl_iface_drivers_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609989112
    },
    "nl_init_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578377296
    },
    "nl_init_msg_zone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578381984
    },
    "nl_io_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609988144
    },
    "nl_maxsockbuf": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609987184
    },
    "nl_mod_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609988552
    },
    "nl_neigh_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609989424
    },
    "nl_nhop_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609989552
    },
    "nl_on_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578377504
    },
    "nl_osd_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366928
    },
    "nl_osd_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366960
    },
    "nl_parse_attrs_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578363040
    },
    "nl_parse_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578420672
    },
    "nl_parse_nlmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578414720
    },
    "nl_parser_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609986656
    },
    "nl_port": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nl_pru_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578370592
    },
    "nl_pru_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578368208
    },
    "nl_pru_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578370672
    },
    "nl_pru_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578370432
    },
    "nl_pru_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578369440
    },
    "nl_pru_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578368848
    },
    "nl_pru_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578370368
    },
    "nl_pru_peeraddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578371856
    },
    "nl_pru_rcvd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578367936
    },
    "nl_pru_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578368032
    },
    "nl_pru_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578370512
    },
    "nl_pru_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578371920
    },
    "nl_receive_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578376672
    },
    "nl_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609987176
    },
    "nl_route_core_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609988976
    },
    "nl_route_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609989888
    },
    "nl_send_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578367168
    },
    "nl_send_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578380944
    },
    "nl_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609987168
    },
    "nl_set_nexthop_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578408848
    },
    "nl_set_thread_nlp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578367024
    },
    "nl_setsbopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578372000
    },
    "nl_setup_mbuf_storage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382048
    },
    "nl_taskqueue_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578377888
    },
    "nl_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "nl_verify_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578387968
    },
    "nl_writer_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609988264
    },
    "nla": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlattr"
        }
      },
      "address": 0
    },
    "nla_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlattr"
        }
      },
      "address": 0
    },
    "nla_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlattr"
        }
      },
      "address": 0
    },
    "nla_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nla_p_generic": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071609987984
    },
    "nla_p_if": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585313488
    },
    "nla_p_ifa": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585313840
    },
    "nla_p_ifa_fbsd": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585313984
    },
    "nla_p_linfo": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585313712
    },
    "nla_p_neigh": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585314208
    },
    "nla_p_neigh_fbsd": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585314336
    },
    "nla_p_nh": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585314528
    },
    "nla_p_nh_fbsd": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071609989648
    },
    "nla_p_rtmetrics": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071609989904
    },
    "nla_p_rtmsg": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585315120
    },
    "nla_p_rtnh": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585314992
    },
    "nla_p_set": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585288352
    },
    "nla_p_vlan": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlattr_parser"
        }
      },
      "address": 18446744071585234976
    },
    "nla_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nlast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "nlattr_get_carp_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577648064
    },
    "nlattr_get_cinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578397056
    },
    "nlattr_get_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578364064
    },
    "nlattr_get_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578365648
    },
    "nlattr_get_ifp_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578365664
    },
    "nlattr_get_ifpz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578365984
    },
    "nlattr_get_in6_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578365504
    },
    "nlattr_get_in_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578365360
    },
    "nlattr_get_ip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578364192
    },
    "nlattr_get_ipvia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578364464
    },
    "nlattr_get_multipath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578420320
    },
    "nlattr_get_nested": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366336
    },
    "nlattr_get_nhg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578409312
    },
    "nlattr_get_nla": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366272
    },
    "nlattr_get_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366016
    },
    "nlattr_get_stringn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366176
    },
    "nlattr_get_uint16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578364928
    },
    "nlattr_get_uint32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578365072
    },
    "nlattr_get_uint64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578365216
    },
    "nlattr_get_uint8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578364784
    },
    "nlayers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nlbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nlbridge": {
      "type": {
        "kind": "struct",
        "name": "rtbridge"
      },
      "address": 18446744071609988984
    },
    "nlbridge_orig_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtbridge"
        }
      },
      "address": 18446744071613144184
    },
    "nlck": {
      "type": {
        "kind": "struct",
        "name": "nfscllock"
      },
      "address": 0
    },
    "nlctrl_cmds": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "genl_cmd"
        }
      },
      "address": 18446744071585312704
    },
    "nlctrl_handle_getfamily": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578373872
    },
    "nlctrl_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578373216
    },
    "nleft": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nlevel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nlf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linker_file"
        }
      },
      "address": 0
    },
    "nlf_get_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366688
    },
    "nlf_get_ifpz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366768
    },
    "nlf_get_u16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366896
    },
    "nlf_get_u32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366912
    },
    "nlf_get_u8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366864
    },
    "nlf_get_u8_u32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578366880
    },
    "nlf_p_generic": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 0
    },
    "nlf_p_if": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 18446744071585313424
    },
    "nlf_p_ifa": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 18446744071585313760
    },
    "nlf_p_neigh": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 0
    },
    "nlf_p_nh": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 0
    },
    "nlf_p_rtmsg": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 18446744071585315040
    },
    "nlf_p_rtnh": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 18446744071585314944
    },
    "nlf_p_set": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlfield_parser"
        }
      },
      "address": 0
    },
    "nlfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscllockownerfh"
        }
      },
      "address": 0
    },
    "nlfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslockfile"
        }
      },
      "address": 0
    },
    "nlm4_cancel_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755568
    },
    "nlm4_cancel_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776304
    },
    "nlm4_cancel_msg_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755968
    },
    "nlm4_cancel_msg_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578779200
    },
    "nlm4_cancel_res_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756368
    },
    "nlm4_cancel_res_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778272
    },
    "nlm4_free_all_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756848
    },
    "nlm4_free_all_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778880
    },
    "nlm4_granted_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755728
    },
    "nlm4_granted_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776688
    },
    "nlm4_granted_msg_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756128
    },
    "nlm4_granted_msg_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578779456
    },
    "nlm4_granted_res_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756528
    },
    "nlm4_granted_res_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778384
    },
    "nlm4_lock_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755488
    },
    "nlm4_lock_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776112
    },
    "nlm4_lock_msg_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755888
    },
    "nlm4_lock_msg_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578779056
    },
    "nlm4_lock_res_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756288
    },
    "nlm4_lock_res_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778240
    },
    "nlm4_nm_lock_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756768
    },
    "nlm4_nm_lock_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778800
    },
    "nlm4_share_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756608
    },
    "nlm4_share_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778480
    },
    "nlm4_test_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755408
    },
    "nlm4_test_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775872
    },
    "nlm4_test_msg_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755808
    },
    "nlm4_test_msg_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778928
    },
    "nlm4_test_res_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756208
    },
    "nlm4_test_res_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778208
    },
    "nlm4_unlock_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755648
    },
    "nlm4_unlock_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776496
    },
    "nlm4_unlock_msg_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756048
    },
    "nlm4_unlock_msg_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578779328
    },
    "nlm4_unlock_res_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756448
    },
    "nlm4_unlock_res_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778304
    },
    "nlm4_unshare_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756688
    },
    "nlm4_unshare_4_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778576
    },
    "nlm_acquire_next_sysid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578757088
    },
    "nlm_advlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578744512
    },
    "nlm_advlock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nlm_advlock_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578744576
    },
    "nlm_auth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "AUTH"
        }
      },
      "address": 18446744071613150224
    },
    "nlm_cancel_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754048
    },
    "nlm_cancel_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776144
    },
    "nlm_cancel_async_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578772592
    },
    "nlm_cancel_msg_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754448
    },
    "nlm_cancel_msg_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578777376
    },
    "nlm_cancel_res_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754848
    },
    "nlm_cancel_res_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778256
    },
    "nlm_cancel_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578763648
    },
    "nlm_check_expired_locks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578767520
    },
    "nlm_check_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578758752
    },
    "nlm_clearlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578751776
    },
    "nlm_client_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578749072
    },
    "nlm_client_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609997656
    },
    "nlm_client_recover_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578748880
    },
    "nlm_client_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578748768
    },
    "nlm_client_recovery_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775344
    },
    "nlm_copy_netobj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578757008
    },
    "nlm_create_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578757888
    },
    "nlm_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613150152
    },
    "nlm_deregister_wait_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578763184
    },
    "nlm_do_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578771744
    },
    "nlm_do_free_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775104
    },
    "nlm_do_granted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578773840
    },
    "nlm_do_granted.__set_sysctl_set_sym_sysctl___debug_fail_point_nlm_deny_grant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587225416
    },
    "nlm_do_granted.__set_sysctl_set_sym_sysctl___debug_fail_point_status_nlm_deny_grant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587225424
    },
    "nlm_do_granted._fail_point_nlm_deny_grant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609998200
    },
    "nlm_do_granted.sysctl___debug_fail_point_nlm_deny_grant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609998280
    },
    "nlm_do_granted.sysctl___debug_fail_point_status_nlm_deny_grant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609998392
    },
    "nlm_do_granted_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578774336
    },
    "nlm_do_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578768896
    },
    "nlm_do_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578766576
    },
    "nlm_do_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578773152
    },
    "nlm_feedback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578749216
    },
    "nlm_file_svids": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlm_file_svid_list"
        }
      },
      "address": 18446744071613148000
    },
    "nlm_find_host_by_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578759328
    },
    "nlm_find_host_by_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578757216
    },
    "nlm_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nlm_free_all_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755328
    },
    "nlm_free_all_3_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778832
    },
    "nlm_get_rpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578761552
    },
    "nlm_get_vfs_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578768304
    },
    "nlm_global_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613150104
    },
    "nlm_grace_threshold": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613150184
    },
    "nlm_granted_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754208
    },
    "nlm_granted_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776528
    },
    "nlm_granted_msg_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754608
    },
    "nlm_granted_msg_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578777920
    },
    "nlm_granted_res_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755008
    },
    "nlm_granted_res_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778320
    },
    "nlm_host_client_lock_count_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775264
    },
    "nlm_host_get_rpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578760848
    },
    "nlm_host_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578762880
    },
    "nlm_host_get_sysid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578762864
    },
    "nlm_host_lock_count_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775200
    },
    "nlm_host_monitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578760192
    },
    "nlm_host_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578766240
    },
    "nlm_host_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578759824
    },
    "nlm_hosts": {
      "type": {
        "kind": "struct",
        "name": "nlm_host_list"
      },
      "address": 18446744071613150136
    },
    "nlm_init_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578752752
    },
    "nlm_is_running": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613150232
    },
    "nlm_lock_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578753968
    },
    "nlm_lock_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775904
    },
    "nlm_lock_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578771184
    },
    "nlm_lock_msg_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754368
    },
    "nlm_lock_msg_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578777072
    },
    "nlm_lock_res_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754768
    },
    "nlm_lock_res_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778224
    },
    "nlm_make_netobj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578756928
    },
    "nlm_next_idle_check": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613150192
    },
    "nlm_next_sysid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609998192
    },
    "nlm_nm_lock_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755248
    },
    "nlm_nm_lock_3_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778624
    },
    "nlm_nsm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 18446744071613150160
    },
    "nlm_nsm_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613150200
    },
    "nlm_prog_0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578779616
    },
    "nlm_prog_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578779904
    },
    "nlm_prog_1_freeresult": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778400
    },
    "nlm_prog_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578780560
    },
    "nlm_prog_3_freeresult": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778896
    },
    "nlm_prog_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578781040
    },
    "nlm_prog_4_freeresult": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578779584
    },
    "nlm_prot_clnt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nlm_prot_impl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nlm_prot_server.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nlm_prot_svc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nlm_prot_xdr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nlm_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578748560
    },
    "nlm_reclaim_free_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578748608
    },
    "nlm_record_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578753104
    },
    "nlm_register_services.dispatchers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585321488
    },
    "nlm_register_services.versions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034048
    },
    "nlm_register_wait_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578762896
    },
    "nlm_set_creds_for_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578753472
    },
    "nlm_setlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578749808
    },
    "nlm_share_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755088
    },
    "nlm_share_3_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778432
    },
    "nlm_sm_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578766096
    },
    "nlm_sm_notify_0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578753808
    },
    "nlm_sm_notify_0_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775632
    },
    "nlm_socket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071613150208
    },
    "nlm_socket6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071613150216
    },
    "nlm_svid_allocator": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071613150080
    },
    "nlm_svid_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613150048
    },
    "nlm_syscalls": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609998720
    },
    "nlm_test_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578753888
    },
    "nlm_test_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578775648
    },
    "nlm_test_msg_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754288
    },
    "nlm_test_msg_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776720
    },
    "nlm_test_res_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754688
    },
    "nlm_test_res_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778192
    },
    "nlm_unlock_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754128
    },
    "nlm_unlock_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578776336
    },
    "nlm_unlock_msg_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754528
    },
    "nlm_unlock_msg_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578777664
    },
    "nlm_unlock_res_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578754928
    },
    "nlm_unlock_res_1_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778288
    },
    "nlm_unshare_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578755168
    },
    "nlm_unshare_3_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578778528
    },
    "nlm_wait_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578763344
    },
    "nlm_waiting_locks": {
      "type": {
        "kind": "struct",
        "name": "nlm_waiting_lock_list"
      },
      "address": 18446744071613150168
    },
    "nlm_xid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609997680
    },
    "nlm_zero_tv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071613150088
    },
    "nlmsg_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578384160
    },
    "nlmsg_get_ns_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578385952
    },
    "nlmsg_get_ns_lbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578386656
    },
    "nlmsg_get_ns_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578385392
    },
    "nlmsg_report_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362976
    },
    "nlmsg_report_cookie_u32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362992
    },
    "nlmsg_report_err_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362800
    },
    "nlmsg_report_err_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362944
    },
    "nlmsg_write_chain_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578386480
    },
    "nlmsg_write_chain_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578382656
    },
    "nlmsg_write_group_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578386272
    },
    "nlmsg_write_group_lbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578386992
    },
    "nlmsg_write_group_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578385824
    },
    "nlmsg_write_socket_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578386064
    },
    "nlmsg_write_socket_lbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578386816
    },
    "nlmsg_write_socket_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578385696
    },
    "nlmsg_writers": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nlwriter_ops"
        }
      },
      "address": 18446744071585312752
    },
    "nlmsg_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613142864
    },
    "nlmsgs_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lockf_entry"
        }
      },
      "address": 0
    },
    "nlop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "nlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlpcb"
        }
      },
      "address": 0
    },
    "nlp_get_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362720
    },
    "nlp_get_pid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362736
    },
    "nlp_has_priv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362688
    },
    "nlp_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlpcb"
        }
      },
      "address": 0
    },
    "nlp_unconstrained_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578362752
    },
    "nlsa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "carp_nl_send_args"
        }
      },
      "address": 0
    },
    "nlsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list"
        }
      },
      "address": 0
    },
    "nlstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nlun": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nlun_new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nlun_old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nluns": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nlyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslayout"
        }
      },
      "address": 0
    },
    "nm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "nm_bdg_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570973264
    },
    "nm_blueprint": {
      "type": {
        "kind": "struct",
        "name": "netmap_mem_d"
      },
      "address": 18446744071584888816
    },
    "nm_bound_var": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570939120
    },
    "nm_bridges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_bridge"
        }
      },
      "address": 18446744071610789120
    },
    "nm_buf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nm_clear_native_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570967296
    },
    "nm_cong_drop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608447864
    },
    "nm_dump_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570939312
    },
    "nm_dump_buf._dst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610780688
    },
    "nm_dump_buf.hex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584040544
    },
    "nm_find_bridge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570968016
    },
    "nm_generic_mbuf_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570995344
    },
    "nm_i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nm_ifnet_ah_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610789144
    },
    "nm_ifnet_dh_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610789152
    },
    "nm_is_bwrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570971840
    },
    "nm_kqueue_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981056
    },
    "nm_kring_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570943632
    },
    "nm_mem": {
      "type": {
        "kind": "struct",
        "name": "netmap_mem_d"
      },
      "address": 18446744071609080608
    },
    "nm_mem_blueprint": {
      "type": {
        "kind": "struct",
        "name": "netmap_mem_d"
      },
      "address": 18446744071610789536
    },
    "nm_mem_ext_list_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610790072
    },
    "nm_mem_list_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610789504
    },
    "nm_monitor_dummycb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571025088
    },
    "nm_msk": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nm_os_catch_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570982688
    },
    "nm_os_catch_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983104
    },
    "nm_os_csum_fold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981792
    },
    "nm_os_csum_ipv4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981840
    },
    "nm_os_csum_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981600
    },
    "nm_os_csum_tcpudp_ipv4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570982016
    },
    "nm_os_csum_tcpudp_ipv6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570982304
    },
    "nm_os_extmem_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570985104
    },
    "nm_os_extmem_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570984864
    },
    "nm_os_extmem_isequal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570985056
    },
    "nm_os_extmem_nextpage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570985008
    },
    "nm_os_extmem_nr_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570985088
    },
    "nm_os_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981264
    },
    "nm_os_generic_find_num_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983696
    },
    "nm_os_generic_find_num_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983712
    },
    "nm_os_generic_set_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983744
    },
    "nm_os_generic_xmit_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983232
    },
    "nm_os_generic_xmit_frame.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789164
    },
    "nm_os_generic_xmit_frame.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789160
    },
    "nm_os_get_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570995376
    },
    "nm_os_get_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981360
    },
    "nm_os_ifnet_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981504
    },
    "nm_os_ifnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981392
    },
    "nm_os_ifnet_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981296
    },
    "nm_os_ifnet_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981584
    },
    "nm_os_ifnet_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981328
    },
    "nm_os_kctx_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570985792
    },
    "nm_os_kctx_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986064
    },
    "nm_os_kctx_worker_setaff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570985776
    },
    "nm_os_kctx_worker_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986000
    },
    "nm_os_kctx_worker_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986016
    },
    "nm_os_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981200
    },
    "nm_os_mbuf_has_csum_offld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570982656
    },
    "nm_os_mbuf_has_seg_offld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570982672
    },
    "nm_os_mitigation_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983840
    },
    "nm_os_mitigation_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983856
    },
    "nm_os_mitigation_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983776
    },
    "nm_os_mitigation_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983824
    },
    "nm_os_mitigation_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983808
    },
    "nm_os_ncpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570985760
    },
    "nm_os_onattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986208
    },
    "nm_os_onenter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986240
    },
    "nm_os_onexit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986320
    },
    "nm_os_put_module": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981376
    },
    "nm_os_realloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981232
    },
    "nm_os_selinfo_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570980816
    },
    "nm_os_selinfo_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570981088
    },
    "nm_os_selrecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986192
    },
    "nm_os_selwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570986128
    },
    "nm_os_send_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570982608
    },
    "nm_os_vi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570984544
    },
    "nm_os_vi_init_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983872
    },
    "nm_os_vi_persist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570983984
    },
    "nm_rqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nm_rxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_nm_rxq"
        }
      },
      "address": 0
    },
    "nm_rxsync_prologue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570947360
    },
    "nm_rxsync_prologue.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788976
    },
    "nm_rxsync_prologue.__cnt.39": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788984
    },
    "nm_rxsync_prologue.__cnt.42": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788992
    },
    "nm_rxsync_prologue.__cnt.45": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789000
    },
    "nm_rxsync_prologue.__cnt.48": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789008
    },
    "nm_rxsync_prologue.__cnt.50": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789016
    },
    "nm_rxsync_prologue.__cnt.53": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789024
    },
    "nm_rxsync_prologue.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788972
    },
    "nm_rxsync_prologue.t0.38": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788980
    },
    "nm_rxsync_prologue.t0.41": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788988
    },
    "nm_rxsync_prologue.t0.44": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788996
    },
    "nm_rxsync_prologue.t0.47": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789004
    },
    "nm_rxsync_prologue.t0.49": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789012
    },
    "nm_rxsync_prologue.t0.52": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610789020
    },
    "nm_set_native_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570967120
    },
    "nm_split_rss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626232
    },
    "nm_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nm_tqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nm_txcsum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626236
    },
    "nm_txq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_nm_txq"
        }
      },
      "address": 0
    },
    "nm_txsync_prologue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570945888
    },
    "nm_txsync_prologue.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788920
    },
    "nm_txsync_prologue.__cnt.21": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788928
    },
    "nm_txsync_prologue.__cnt.24": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788936
    },
    "nm_txsync_prologue.__cnt.27": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788944
    },
    "nm_txsync_prologue.__cnt.30": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788952
    },
    "nm_txsync_prologue.__cnt.32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788960
    },
    "nm_txsync_prologue.__cnt.35": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788968
    },
    "nm_txsync_prologue.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788916
    },
    "nm_txsync_prologue.t0.20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788924
    },
    "nm_txsync_prologue.t0.23": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788932
    },
    "nm_txsync_prologue.t0.26": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788940
    },
    "nm_txsync_prologue.t0.29": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788948
    },
    "nm_txsync_prologue.t0.31": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788956
    },
    "nm_txsync_prologue.t0.34": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610788964
    },
    "nm_update_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571040368
    },
    "nm_vale_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571042864
    },
    "nm_vale_flush.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790240
    },
    "nm_vale_flush.__cnt.22": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790248
    },
    "nm_vale_flush.__cnt.25": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790256
    },
    "nm_vale_flush.__cnt.28": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790264
    },
    "nm_vale_flush.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790236
    },
    "nm_vale_flush.t0.21": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790244
    },
    "nm_vale_flush.t0.24": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790252
    },
    "nm_vale_flush.t0.27": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790260
    },
    "nm_vale_preflush.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790216
    },
    "nm_vale_preflush.__cnt.15": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790224
    },
    "nm_vale_preflush.__cnt.18": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790232
    },
    "nm_vale_preflush.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790212
    },
    "nm_vale_preflush.t0.14": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790220
    },
    "nm_vale_preflush.t0.17": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610790228
    },
    "nm_vi_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571038768
    },
    "nm_vi_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571039856
    },
    "nm_vi_dummy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570984496
    },
    "nm_vi_indices": {
      "type": {
        "kind": "struct",
        "name": "unnamed_2c975bd8c1fe3416"
      },
      "address": 18446744071610789168
    },
    "nm_vi_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570984512
    },
    "nma_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570963216
    },
    "nmaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "nmappings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmarks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmask": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "nmasks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmbclusters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612553508
    },
    "nmbjumbo16": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612553520
    },
    "nmbjumbo9": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612553516
    },
    "nmbjumbop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612553512
    },
    "nmbox": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "nmbufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612553504
    },
    "nmcastq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_mem_d"
        }
      },
      "address": 0
    },
    "nmd_ref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmdesc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mod_metadata"
          }
        }
      },
      "address": 0
    },
    "nme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_mem_ext"
        }
      },
      "address": 0
    },
    "nmeasurement": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmeta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sii_raid_conf"
        }
      },
      "address": 0
    },
    "nmi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nmi0_stack": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613462672
    },
    "nmi_call_kdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581296032
    },
    "nmi_call_kdb_smp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581340032
    },
    "nmi_calltrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581383807
    },
    "nmi_flush_l1d_sw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484784
    },
    "nmi_fromuserspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581383699
    },
    "nmi_handle_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581296224
    },
    "nmi_is_broadcast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610162792
    },
    "nmi_kdb_lock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613445056
    },
    "nmi_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613484032
    },
    "nmirq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_kctx"
        }
      },
      "address": 0
    },
    "nmodes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmodname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "nmr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nmreq"
        }
      },
      "address": 0
    },
    "nmreq_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570960640
    },
    "nmreq_det": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nmreq_vale_detach"
        }
      },
      "address": 0
    },
    "nmreq_getoption": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570959392
    },
    "nmreq_register_from_legacy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571003040
    },
    "nmreq_size_by_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570961632
    },
    "nmrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsdontlist"
        }
      },
      "address": 0
    },
    "nmsi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nmsix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_null_adapter"
        }
      },
      "address": 0
    },
    "nnb": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nnf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nnfiles": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nni6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "icmp6_nodeinfo"
        }
      },
      "address": 0
    },
    "nnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "nnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache"
        }
      },
      "address": 0
    },
    "no": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "noMoreAif": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "noRowCCtxSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "noSymbol": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "no_csum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "no_csum_offload": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "no_desc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "no_intr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610618792
    },
    "no_new_privs_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499376
    },
    "no_new_privs_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499408
    },
    "no_null": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "no_of_read_words": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "no_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575139792
    },
    "no_rdma": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "no_resetup": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "no_route_but_check_spd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "no_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575140256
    },
    "no_tags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "no_transfer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "noack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "noaftertouch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627632
    },
    "noalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572628048
    },
    "noallocvoice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627856
    },
    "noautoresize": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "noautosync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nobender": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627760
    },
    "nobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "nobj_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nobjsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "noboot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nobounce_dmamap": {
      "type": {
        "kind": "struct",
        "name": "bus_dmamap"
      },
      "address": 18446744071613439312
    },
    "noc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nocallchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581383941
    },
    "nocard": {
      "type": {
        "kind": "struct",
        "name": "csa_card"
      },
      "address": 18446744071609171896
    },
    "noclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627984
    },
    "nocontroller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627696
    },
    "nocopy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nocsum": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nocyclemaster": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760000
    },
    "node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "node2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_node"
        }
      },
      "address": 0
    },
    "nodeNb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nodeRoot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nodeWksp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nodeWkspSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "node_age": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317008
    },
    "node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577316480
    },
    "node_cbdata": {
      "type": {
        "kind": "struct",
        "name": "ocs_node_cb_t"
      },
      "address": 0
    },
    "node_check_els_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571518160
    },
    "node_check_ns_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571518592
    },
    "node_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577316656
    },
    "node_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "node_dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_group_dir_t"
        }
      },
      "address": 0
    },
    "node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577316560
    },
    "node_getmimoinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317200
    },
    "node_getrssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317088
    },
    "node_getsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577317136
    },
    "node_group": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_remote_node_group_t"
        }
      },
      "address": 0
    },
    "node_group_dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_group_dir_t"
        }
      },
      "address": 0
    },
    "node_group_dir_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_group_dir_t"
        }
      },
      "address": 0
    },
    "node_guid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "node_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "node_id_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440508
    },
    "node_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577316544
    },
    "node_layer": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "node_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "node_list_empty": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "node_mgmt_functions": {
      "type": {
        "kind": "struct",
        "name": "ocs_mgmt_functions_t"
      },
      "address": 18446744071609088848
    },
    "node_name": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "node_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_t"
        }
      },
      "address": 0
    },
    "node_oid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "node_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "node_pool_created": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "node_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577333120
    },
    "node_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "node_teid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nodename": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nodes": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nodes_max": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nodes_per_page": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nodes_per_socket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nodesize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nodisplaypass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nofailsync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "noff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "noffset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nogeliboot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nohdr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nohwcontrol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627600
    },
    "noinsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572628016
    },
    "noise": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "noise_ref": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nokeg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nokillnote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627440
    },
    "nomtime": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "nonNullRank": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "non_block": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "non_erp_present": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "non_event": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612481812
    },
    "non_ext_phy": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nonblock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "nonc": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "nonce": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "noncep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "noncontig_write": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nondump_bios": {
      "type": {
        "kind": "struct",
        "name": "bio_queue"
      },
      "address": 18446744071613041776
    },
    "none": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_ratectl"
      },
      "address": 18446744071585254792
    },
    "none_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196640
    },
    "none_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "none_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196736
    },
    "none_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377216
    },
    "none_demic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196800
    },
    "none_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196656
    },
    "none_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196704
    },
    "none_enmic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196768
    },
    "none_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377200
    },
    "none_node_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377280
    },
    "none_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377248
    },
    "none_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377296
    },
    "none_saver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572755760
    },
    "none_setinterval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377360
    },
    "none_setiv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196688
    },
    "none_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196672
    },
    "none_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377328
    },
    "none_tx_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377344
    },
    "noneg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nonopt_volumes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nonrefbit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "noobj_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117712
    },
    "noopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627472
    },
    "nop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclopen"
        }
      },
      "address": 0
    },
    "nopanning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627664
    },
    "noprime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "noquery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627504
    },
    "noreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627920
    },
    "norm": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "norm256": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "normAcc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "norm_exp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "norm_temp_thrshld": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "normal_map": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "normalizedDeltaFromThreshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "norunbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nosendsysex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627824
    },
    "nosetinstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627568
    },
    "nosetupvoice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627792
    },
    "noshortname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627952
    },
    "nosleep": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nospc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nostartnote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627536
    },
    "nostateid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nosys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575623632
    },
    "notErrorCode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "not_a_card": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "not_aligned_seg_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "not_cleared": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "not_found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "not_kr2_device": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "not_on_a_list": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "not_reset_mask1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "not_reset_mask2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "notbufdflushes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041704
    },
    "notcancelled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "notch_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "notdecr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "note": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_chanmsg_chrescind"
        }
      },
      "address": 0
    },
    "note0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf_Note"
        }
      },
      "address": 0
    },
    "note_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf_Note"
        }
      },
      "address": 0
    },
    "note_fctl_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575087088
    },
    "note_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "note_procstat_files": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575076496
    },
    "note_procstat_groups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575077264
    },
    "note_procstat_osrel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575077968
    },
    "note_procstat_rlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575077472
    },
    "note_procstat_umask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575077376
    },
    "note_procstat_vmmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575076928
    },
    "notelst": {
      "type": {
        "kind": "struct",
        "name": "note_info_list"
      },
      "address": 0
    },
    "notesize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "notesz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "notetab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047584
    },
    "nothingwired": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "notif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_time_event_notif"
        }
      },
      "address": 0
    },
    "notify": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "notify.prefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071583468436
    },
    "notify_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577122960
    },
    "notify_buf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "notify_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "notify_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577123152
    },
    "notify_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "notify_siblings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568881456
    },
    "notifymtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "notmapped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "notreclaimed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "notresp": {
      "type": {
        "count": 62,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584787216
    },
    "notrim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "notrunc": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "novolumemethod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627728
    },
    "now": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "now_down": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "now_lvd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nowb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nowp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timeval"
        }
      },
      "address": 0
    },
    "nowriteraw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627888
    },
    "nowt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "np": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nmi_pcpu"
        }
      },
      "address": 0
    },
    "npa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "netmap_pipe_adapter"
          }
        }
      },
      "address": 0
    },
    "npage": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "npages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "npairs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npbytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pv_chunk"
        }
      },
      "address": 0
    },
    "npend": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "npending": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nperiph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_periph"
        }
      },
      "address": 0
    },
    "nperiph_drivers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610466304
    },
    "npgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nphdl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nphys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npier": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npipes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "npkt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "npkt_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "npkt_remaining": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npkts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "npkts_per_sec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npools": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nports": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "npost": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "npp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netisr_proto"
        }
      },
      "address": 0
    },
    "npr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_prefix"
        }
      },
      "address": 0
    },
    "npriv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_priv_d"
        }
      },
      "address": 0
    },
    "nprocs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608216448
    },
    "nprocs_new": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nprot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nproto": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "npt": {
      "type": {
        "kind": "struct",
        "name": "nl_pstate"
      },
      "address": 0
    },
    "npte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mf6c"
          }
        }
      },
      "address": 0
    },
    "npwp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netisr_work"
        }
      },
      "address": 0
    },
    "nq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tseg_qent"
        }
      },
      "address": 0
    },
    "nq_packed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nq_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nqbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nqe": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nqe_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nqh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nqpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nqsets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nqtd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nqueue": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nqueued": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nqueues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlm_recovery_context"
        }
      },
      "address": 0
    },
    "nr_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nr_ents": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nr_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nr_gframes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nr_grant_frames": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612444408
    },
    "nr_init_grefs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nr_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nr_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nr_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nr_reqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nr_ringid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nr_sects": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nr_segs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nr_tbls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrate": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "nrates": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_release_data"
        }
      },
      "address": 0
    },
    "nread": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nreaped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrecorded": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrefreshes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrefs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613058008
    },
    "nreg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nregwin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrele": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nremaining": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nremoved": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrempages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nreplace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nreqlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbb_xen_reqlist"
        }
      },
      "address": 0
    },
    "nreqs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nrev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nrings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrollback"
        }
      },
      "address": 0
    },
    "nroot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 0
    },
    "nrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfssockreq"
        }
      },
      "address": 0
    },
    "nrpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "nrq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "request_t"
        }
      },
      "address": 0
    },
    "nrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_rate_set"
        }
      },
      "address": 0
    },
    "nrssi": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "nrt": {
      "type": {
        "kind": "enum",
        "name": "unnamed_2b827128eb6957a5"
      },
      "address": 0
    },
    "nrte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_hwrate_limit_table"
        }
      },
      "address": 0
    },
    "nrun": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nrunning": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nruns": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nrxd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrxqs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nrxqsets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nrxr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_namespace"
        }
      },
      "address": 0
    },
    "ns8250": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ns8250_softc"
        }
      },
      "address": 0
    },
    "ns8250_bus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572834736
    },
    "ns8250_bus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572837696
    },
    "ns8250_bus_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572835824
    },
    "ns8250_bus_getsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572836192
    },
    "ns8250_bus_grab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572848576
    },
    "ns8250_bus_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572838944
    },
    "ns8250_bus_ipend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572841776
    },
    "ns8250_bus_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572842832
    },
    "ns8250_bus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572844000
    },
    "ns8250_bus_receive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572846496
    },
    "ns8250_bus_setsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572847472
    },
    "ns8250_bus_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572847888
    },
    "ns8250_bus_ungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572849008
    },
    "ns8250_clrint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572836960
    },
    "ns8250_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572845856
    },
    "ns8250_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572838288
    },
    "ns8250_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572837968
    },
    "ns8250_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572834128
    },
    "ns8250_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572832992
    },
    "ns8250_methods": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585042400
    },
    "ns8250_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572843376
    },
    "ns8250_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572832720
    },
    "ns8250_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572833680
    },
    "ns8250_rxready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572834000
    },
    "ns8250_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572833536
    },
    "ns_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ns_new": {
      "type": {
        "kind": "struct",
        "name": "nl_writer"
      },
      "address": 0
    },
    "ns_per_s": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ns_per_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nsaccess.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsalloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsarguments.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsb": {
      "type": {
        "kind": "struct",
        "name": "nstat"
      },
      "address": 0
    },
    "nsblkcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsblksz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "syncache"
        }
      },
      "address": 0
    },
    "nscanning": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsconvert.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hw_port_stats"
        }
      },
      "address": 0
    },
    "nsdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_namespace_data"
        }
      },
      "address": 0
    },
    "nsdivisors": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585182992
    },
    "nsdump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nseals": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nsect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsectors": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nsecval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nseg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nseg_new": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsegments": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsegs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsems": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsdsession"
        }
      },
      "address": 0
    },
    "nseq": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610813184
    },
    "nses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "crypto_session"
        }
      },
      "address": 0
    },
    "nset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 0
    },
    "nseval.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsgphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsgphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570310576
    },
    "nsgphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608510792
    },
    "nsgphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584856224
    },
    "nsgphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584856080
    },
    "nsgphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608510744
    },
    "nsgphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608510720
    },
    "nsgphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608510680
    },
    "nsgphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570310544
    },
    "nsgphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570310896
    },
    "nsgphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570310976
    },
    "nsgphys": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584856160
    },
    "nshift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760736
    },
    "nsin": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "nsin6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "nsinit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsitd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nsl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_ns_list"
        }
      },
      "address": 0
    },
    "nslices": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsload.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nslots": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nsn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "snapdata"
        }
      },
      "address": 0
    },
    "nsnames.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsobject.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_stable"
        }
      },
      "address": 0
    },
    "nsparse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570311632
    },
    "nsphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608511000
    },
    "nsphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584856368
    },
    "nsphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584856256
    },
    "nsphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608510952
    },
    "nsphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608510928
    },
    "nsphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608510888
    },
    "nsphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570311600
    },
    "nsphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570312736
    },
    "nsphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570311664
    },
    "nsphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570311936
    },
    "nsphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584856336
    },
    "nsphyter.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsphyter_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570313152
    },
    "nsphyter_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608511208
    },
    "nsphyter_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584856560
    },
    "nsphyter_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584856400
    },
    "nsphyter_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608511160
    },
    "nsphyter_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608511136
    },
    "nsphyter_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608511096
    },
    "nsphyter_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570313120
    },
    "nsphyter_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570313776
    },
    "nsphyter_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570313184
    },
    "nsphyter_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570313264
    },
    "nsphyters": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584856480
    },
    "nspredef.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsprepkg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsrc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nsrc0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsrc1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsrcs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nsrepair.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsrepair2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsrv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nssearch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nssid": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nstate": {
      "type": {
        "kind": "enum",
        "name": "ieee80211_state"
      },
      "address": 0
    },
    "nstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nge_stats"
        }
      },
      "address": 0
    },
    "nstl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "nstrip": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nstripe": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "nsubch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsubch_req": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsutils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsw_cluster_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298876
    },
    "nsw_wcount_async": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298544
    },
    "nsw_wcount_async_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298548
    },
    "nswalk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nswap_hiwat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nswap_lowat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nswapdev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298800
    },
    "nswbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910632
    },
    "nswbuf_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313832
    },
    "nsxfeval.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsxfname.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsxfobj.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nsym": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nsymbits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nsymbols": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_node_table"
        }
      },
      "address": 0
    },
    "nt1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nameicap_tracker"
        }
      },
      "address": 0
    },
    "ntable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdescenttbl"
        }
      },
      "address": 0
    },
    "ntag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_snd_tag"
        }
      },
      "address": 0
    },
    "ntags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ntc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ntcs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "sa_comp_t"
        }
      },
      "address": 0
    },
    "ntd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "nterm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcphdr"
        }
      },
      "address": 0
    },
    "nthreads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608216960
    },
    "nthreads_new": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntids": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ntls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktls_session"
        }
      },
      "address": 0
    },
    "ntodo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ntp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ffs_blkfree_trim_params"
        }
      },
      "address": 0
    },
    "ntp_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609691824
    },
    "ntp_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612554704
    },
    "ntp_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690840
    },
    "ntp_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690864
    },
    "ntp_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575449568
    },
    "ntp_update_second": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575447200
    },
    "ntries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntrips": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "turnstile"
        }
      },
      "address": 0
    },
    "ntsosegments": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntu": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ntv": {
      "type": {
        "kind": "struct",
        "name": "ntptimeval"
      },
      "address": 0
    },
    "ntx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntxd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ntxds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntxq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ntxqs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ntxqsets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ntype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nub": {
      "type": {
        "kind": "struct",
        "name": "nstat"
      },
      "address": 0
    },
    "nudt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nul": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nul_found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nulchar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "null": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_part_table"
        }
      },
      "address": 0
    },
    "null.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "null_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553600
    },
    "null_accessx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553664
    },
    "null_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049328
    },
    "null_add_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574557696
    },
    "null_addba_response_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577238944
    },
    "null_advlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574556832
    },
    "null_agp_chipset_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567304816
    },
    "null_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049360
    },
    "null_bug_bypass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510592
    },
    "null_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574552224
    },
    "null_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610096
    },
    "null_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609084608
    },
    "null_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609731888
    },
    "null_create_iov_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571698224
    },
    "null_crypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548560
    },
    "null_crypt_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548576
    },
    "null_data": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "null_dbbe": {
      "type": {
        "kind": "struct",
        "name": "kdb_dbbe"
      },
      "address": 18446744071609737144
    },
    "null_destroy_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574549184
    },
    "null_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610790280
    },
    "null_fetch_syscall_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575090928
    },
    "null_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609650968
    },
    "null_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548656
    },
    "null_freesession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579511264
    },
    "null_gdb_dbgport": {
      "type": {
        "kind": "struct",
        "name": "gdb_dbgport"
      },
      "address": 18446744071612510928
    },
    "null_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553776
    },
    "null_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377440
    },
    "null_getwritemount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574556464
    },
    "null_hash_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071612510560
    },
    "null_hash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612510544
    },
    "null_hashget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574548320
    },
    "null_hashins": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574549408
    },
    "null_hashrem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574549488
    },
    "null_i2c_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982416
    },
    "null_idt": {
      "type": {
        "kind": "struct",
        "name": "region_descriptor"
      },
      "address": 0
    },
    "null_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574555232
    },
    "null_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548608
    },
    "null_int_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982320
    },
    "null_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571065296
    },
    "null_iov_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982368
    },
    "null_iqd": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608524528
    },
    "null_key_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577188944
    },
    "null_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189024
    },
    "null_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189008
    },
    "null_key_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577189040
    },
    "null_led_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982464
    },
    "null_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574555792
    },
    "null_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553024
    },
    "null_mapping": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "null_method": {
      "type": {
        "kind": "struct",
        "name": "kobj_method"
      },
      "address": 18446744071585183504
    },
    "null_methods": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585182432
    },
    "null_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609084400
    },
    "null_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571064848
    },
    "null_msi_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571698192
    },
    "null_msix_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571698208
    },
    "null_need_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574555312
    },
    "null_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982512
    },
    "null_node_hashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "null_node_hashhead"
        }
      },
      "address": 18446744071612510552
    },
    "null_nodeget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574548496
    },
    "null_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553504
    },
    "null_pktinfo": {
      "type": {
        "kind": "struct",
        "name": "in6_pktinfo"
      },
      "address": 0
    },
    "null_post_xfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610128
    },
    "null_pre_xfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569610112
    },
    "null_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574556784
    },
    "null_priv_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982400
    },
    "null_q_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982432
    },
    "null_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982336
    },
    "null_quiesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049552
    },
    "null_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577363072
    },
    "null_read_pgcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553984
    },
    "null_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574555392
    },
    "null_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049568
    },
    "null_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548624
    },
    "null_remap_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049376
    },
    "null_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574554288
    },
    "null_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574554384
    },
    "null_reset_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049488
    },
    "null_reset_prepare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049472
    },
    "null_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049536
    },
    "null_retune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396656
    },
    "null_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574555200
    },
    "null_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571740592
    },
    "null_sdl": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_dl"
      },
      "address": 0
    },
    "null_set_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572095728
    },
    "null_set_fork_retval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575090960
    },
    "null_set_quiet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577218240
    },
    "null_set_syscall_retval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575090896
    },
    "null_set_uhs_timing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572095712
    },
    "null_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553824
    },
    "null_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548544
    },
    "null_setregdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377504
    },
    "null_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573807120
    },
    "null_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049504
    },
    "null_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "null_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574553728
    },
    "null_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "null_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575049520
    },
    "null_switch_vccq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396624
    },
    "null_sysctl_int_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982496
    },
    "null_sysvec": {
      "type": {
        "kind": "struct",
        "name": "sysentvec"
      },
      "address": 18446744071609619440
    },
    "null_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573807472
    },
    "null_timer_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982448
    },
    "null_tune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570396640
    },
    "null_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574556336
    },
    "null_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548640
    },
    "null_update_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577365856
    },
    "null_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577163472
    },
    "null_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577163408
    },
    "null_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577163440
    },
    "null_vf_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982384
    },
    "null_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609564216
    },
    "null_vfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "null_vlan_register_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982480
    },
    "null_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609564536
    },
    "null_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "null_void_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982352
    },
    "null_vptocnp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574557264
    },
    "null_vptofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574557168
    },
    "null_vput_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574557920
    },
    "null_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571065280
    },
    "nullbuf": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nullf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_frame"
        }
      },
      "address": 0
    },
    "nullfs_extattrctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551856
    },
    "nullfs_fhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551792
    },
    "nullfs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574548208
    },
    "nullfs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609564112
    },
    "nullfs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574549648
    },
    "nullfs_quotactl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551376
    },
    "nullfs_reclaim_lowervp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551888
    },
    "nullfs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551296
    },
    "nullfs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551504
    },
    "nullfs_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551712
    },
    "nullfs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574548272
    },
    "nullfs_unlink_lowervp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551952
    },
    "nullfs_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574550864
    },
    "nullfs_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071609564136
    },
    "nullfs_vget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574551728
    },
    "nullfsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609563952
    },
    "nullm_rootvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "nullmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609084336
    },
    "nullop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575129088
    },
    "nullstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nullstring": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585396256
    },
    "num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numBinOffsets": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "numBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numBlocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numBuckets": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "numChains": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numChannels": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "numCtlModes": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "numEEPROMWordsPerChannel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numEdges": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numFields": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numFragments": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numFrags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numLiterals": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "numLost": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numMatches": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "numPcd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "numPdGainsUsed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numPiers": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "numRows": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "numSamples": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numSequences": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "numSplits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numStreams": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numSymbols": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numTxMaps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numVpd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "numXpdGain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_acl_group": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_acl_group_obj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_acl_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_acl_other": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_acl_user": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_acl_user_obj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_active_macs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_acts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_added": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_aio_procs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041336
    },
    "num_aio_resv_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041544
    },
    "num_allocated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_asc_tables": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_avail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_bios": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_blocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_branches": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_bridges": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_buckets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_buckets_new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_buf_aio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041428
    },
    "num_buffers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_chains": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_chutes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_claimed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_clear": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_cmds": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "num_completed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_consumed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_cores": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609712828
    },
    "num_counters": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_cpus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_cqe": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_cqes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_critical_sections": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ctl_modes": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_descriptors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_dstq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_dsts": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_edges": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_elem": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_elem_alloted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_elem_available": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_elem_needed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_elem_required": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_elem_ret": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_elems": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_ent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_eqe": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_eqes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_eqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_errors": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_eth_ports": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_eth_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_failures": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "num_fcoe_ports": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_features_requested": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_found": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_frags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_funcs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_functions": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_gids": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_groups": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_groups_added": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_groups_removed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_head": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ht2040": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ht40_sta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ht_sta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_icm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ignored": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "num_imgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ind": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_intr_handler_calls": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "num_io_irqs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439960
    },
    "num_io_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_iscsi_ports": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_items": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_items_new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_lds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_levels": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_lg_acts": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_lgslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_local_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_matches": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_mbufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_mem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613402320
    },
    "num_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_msi_irqs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610220168
    },
    "num_names": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_new": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_nhops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_nodes": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "num_nodes_added": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_nonht": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_nonhtpr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_of_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_of_eqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_of_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_of_waits_allowed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609942268
    },
    "num_old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_op_ib_q": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_op_ibq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_op_obq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_opcodes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ops": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "num_optional": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_pages_cq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_patches": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_patterns": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_percpu_et": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_percpu_t": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_pf_int": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_phases": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_piers": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_pkts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_ports": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_posted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_profiles": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_profiles_removed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_proto_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_prp_in_chain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "num_pure": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_q_per_tc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_qps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_qs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_qsets": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_queue_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041340
    },
    "num_queue_stats": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_raidmap_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_replies": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_reports": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_req": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_requested": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_reserved_uar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_retries": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "num_rings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_rtables_base": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_rx_desc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_rx_rings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_rxd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_sack_blks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_saved": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_scbs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_segs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_segs_needed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_sense_tables": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_sensors": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_sg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_sgl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_shifts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_shslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_slots": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_sta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_strips": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_syncrates": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_tables": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_tasks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_tc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_tcs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_timers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_to_fill": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_total_ports": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "num_touches": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_trackers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_tx_cmds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_tx_desc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_tx_rings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_tx_slices": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_txd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_unicast": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "num_unmapped_aio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041432
    },
    "num_vaps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_vectors_requested": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_vf_int": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_vfs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_vfs_argc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_vfs_before": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_vis": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "num_wnds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "num_wqes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numa_domain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numa_node": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "number": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "number_of_tcp_connections_pacing": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059956
    },
    "number_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "number_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "numblks": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "numblocks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numbuf": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "numbufallocfails": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613041696
    },
    "numbufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numcache": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608222592
    },
    "numcachehv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212152
    },
    "numcachehv_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609799928
    },
    "numcachehv_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609799952
    },
    "numcounters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numdevs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numdirpasses": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numdirs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numdisks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numdquot": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613298400
    },
    "numdrops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212160
    },
    "numdrops_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800088
    },
    "numdrops_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800112
    },
    "numerator": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numfreebuffers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041660
    },
    "numfullpathcalls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212216
    },
    "numfullpathcalls_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801528
    },
    "numfullpathcalls_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801552
    },
    "numfullpathfail1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212224
    },
    "numfullpathfail1_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801688
    },
    "numfullpathfail1_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801712
    },
    "numfullpathfail2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212128
    },
    "numfullpathfail2_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801848
    },
    "numfullpathfail2_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801872
    },
    "numfullpathfail4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212120
    },
    "numfullpathfail4_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802008
    },
    "numfullpathfail4_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802032
    },
    "numfullpathfound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212232
    },
    "numfullpathfound_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802168
    },
    "numfullpathfound_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802192
    },
    "numgpi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numgpio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numgpo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numintr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "numkids": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numlevels": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nummifs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071613133008
    },
    "nummiss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212096
    },
    "nummiss_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800568
    },
    "nummiss_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800592
    },
    "nummisszap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212184
    },
    "nummisszap_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800728
    },
    "nummisszap_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800752
    },
    "numnames": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numneg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608222528
    },
    "numneghits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212208
    },
    "numneghits_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801368
    },
    "numneghits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801392
    },
    "numnegzaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212200
    },
    "numnegzaps_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801208
    },
    "numnegzaps_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801232
    },
    "numopensockets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041008
    },
    "numops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "numpagedout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numplay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numposhits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212104
    },
    "numposhits_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801048
    },
    "numposhits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609801072
    },
    "numposzaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212192
    },
    "numposzaps_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800888
    },
    "numposzaps_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609800912
    },
    "numreqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numsecflavor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "numthreads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613058168
    },
    "numvnodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608222912
    },
    "numzones": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nused": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nusrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsusrgrp"
        }
      },
      "address": 0
    },
    "nv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nv34tov_type": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "enum_vtype_uint8"
        }
      },
      "address": 18446744071609536940
    },
    "nva": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "nva2": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "nvalues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nvap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsvattr"
        }
      },
      "address": 0
    },
    "nvbuflen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nvc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvcap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvd_bio_submit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571069760
    },
    "nvd_bioq_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571067888
    },
    "nvd_controller_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571067600
    },
    "nvd_ctrlr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvd_controller"
        }
      },
      "address": 0
    },
    "nvd_delete_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609085520
    },
    "nvd_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571069952
    },
    "nvd_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571068480
    },
    "nvd_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571068512
    },
    "nvd_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571070048
    },
    "nvd_gonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571069456
    },
    "nvd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571068448
    },
    "nvd_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610790304
    },
    "nvd_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609085376
    },
    "nvd_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571065456
    },
    "nvd_new_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571067376
    },
    "nvd_new_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571065968
    },
    "nvd_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571068224
    },
    "nvdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nvdmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085448
    },
    "nvec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nvectors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nver": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nvfs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "nvl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvl_syncpeer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvlarray": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nvlist_t"
          }
        }
      },
      "address": 0
    },
    "nvlbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nvldivert": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvlhdr": {
      "type": {
        "kind": "struct",
        "name": "nvlist_header"
      },
      "address": 0
    },
    "nvlist.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvlist_add_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410576
    },
    "nvlist_add_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410656
    },
    "nvlist_add_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410976
    },
    "nvlist_add_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410496
    },
    "nvlist_add_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410736
    },
    "nvlist_add_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566411056
    },
    "nvlist_add_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410896
    },
    "nvlist_add_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566411216
    },
    "nvlist_add_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409792
    },
    "nvlist_add_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410816
    },
    "nvlist_add_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566411136
    },
    "nvlist_add_stringf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410288
    },
    "nvlist_add_stringv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410416
    },
    "nvlist_append_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566411296
    },
    "nvlist_append_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566411504
    },
    "nvlist_append_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566411920
    },
    "nvlist_append_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566411712
    },
    "nvlist_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406256
    },
    "nvlist_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405024
    },
    "nvlist_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405120
    },
    "nvlist_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405728
    },
    "nvlist_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405408
    },
    "nvlist_exists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409328
    },
    "nvlist_exists_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409632
    },
    "nvlist_exists_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409504
    },
    "nvlist_exists_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409664
    },
    "nvlist_exists_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409472
    },
    "nvlist_exists_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409536
    },
    "nvlist_exists_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409696
    },
    "nvlist_exists_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409600
    },
    "nvlist_exists_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409760
    },
    "nvlist_exists_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409568
    },
    "nvlist_exists_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409728
    },
    "nvlist_exists_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405824
    },
    "nvlist_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405856
    },
    "nvlist_first_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405296
    },
    "nvlist_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405744
    },
    "nvlist_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415184
    },
    "nvlist_free_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415280
    },
    "nvlist_free_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415216
    },
    "nvlist_free_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415296
    },
    "nvlist_free_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415200
    },
    "nvlist_free_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415232
    },
    "nvlist_free_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415312
    },
    "nvlist_free_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415264
    },
    "nvlist_free_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415344
    },
    "nvlist_free_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406176
    },
    "nvlist_free_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415248
    },
    "nvlist_free_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415328
    },
    "nvlist_free_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406032
    },
    "nvlist_get_array_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405616
    },
    "nvlist_get_array_next_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405584
    },
    "nvlist_get_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413408
    },
    "nvlist_get_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413088
    },
    "nvlist_get_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413488
    },
    "nvlist_get_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413168
    },
    "nvlist_get_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413568
    },
    "nvlist_get_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413328
    },
    "nvlist_get_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413728
    },
    "nvlist_get_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412960
    },
    "nvlist_get_nvpair_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405440
    },
    "nvlist_get_pararr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405648
    },
    "nvlist_get_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405456
    },
    "nvlist_get_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413248
    },
    "nvlist_get_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413648
    },
    "nvlist_in_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405600
    },
    "nvlist_move_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412320
    },
    "nvlist_move_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412416
    },
    "nvlist_move_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412864
    },
    "nvlist_move_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412224
    },
    "nvlist_move_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412672
    },
    "nvlist_move_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406480
    },
    "nvlist_move_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412128
    },
    "nvlist_move_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566412512
    },
    "nvlist_ndescriptors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406752
    },
    "nvlist_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409200
    },
    "nvlist_next_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406704
    },
    "nvlist_pack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406768
    },
    "nvlist_prev_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566409168
    },
    "nvlist_remove_nvpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405312
    },
    "nvlist_report_missing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405776
    },
    "nvlist_set_array_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405504
    },
    "nvlist_set_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405376
    },
    "nvlist_set_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405760
    },
    "nvlist_set_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566405488
    },
    "nvlist_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566406736
    },
    "nvlist_take_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566414384
    },
    "nvlist_take_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413808
    },
    "nvlist_take_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566414544
    },
    "nvlist_take_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566413952
    },
    "nvlist_take_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566414704
    },
    "nvlist_take_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566414240
    },
    "nvlist_take_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415024
    },
    "nvlist_take_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566414096
    },
    "nvlist_take_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566414864
    },
    "nvlist_unpack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566407920
    },
    "nvlist_unpack_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566407776
    },
    "nvlist_update_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566410032
    },
    "nvlistnew": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvlpacked": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nvls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_nvm_info"
        }
      },
      "address": 0
    },
    "nvm_access_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_nvm_access_cmd"
      },
      "address": 0
    },
    "nvm_alt_mac_addr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nvm_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nvm_ch_flags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "nvm_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nvm_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nvm_lar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nvm_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nvm_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_nvm_access_resp"
        }
      },
      "address": 0
    },
    "nvm_sections": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iwm_nvm_section"
        }
      },
      "address": 0
    },
    "nvm_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nvm_str": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "nvm_ver": {
      "type": {
        "kind": "struct",
        "name": "ixgbe_nvm_version"
      },
      "address": 0
    },
    "nvm_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "nvma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_nvm_access"
        }
      },
      "address": 0
    },
    "nvma_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nvma_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nvma_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nvme.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565964576
    },
    "nvme_admin_qpair_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571104256
    },
    "nvme_admin_qpair_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571107216
    },
    "nvme_admin_qpair_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571106400
    },
    "nvme_ahci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_ahci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071728
    },
    "nvme_ahci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571072128
    },
    "nvme_ahci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609086112
    },
    "nvme_ahci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609086064
    },
    "nvme_ahci_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584890128
    },
    "nvme_ahci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609086040
    },
    "nvme_ahci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071712
    },
    "nvme_ahcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609086000
    },
    "nvme_all.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_alloc_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565964480
    },
    "nvme_announce_periph_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565965856
    },
    "nvme_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571070336
    },
    "nvme_bio_child_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571094656
    },
    "nvme_cdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_controller_data"
        }
      },
      "address": 0
    },
    "nvme_cmd_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565954976
    },
    "nvme_cmd_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565954784
    },
    "nvme_command_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955088
    },
    "nvme_completion": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_completion"
        }
      },
      "address": 0
    },
    "nvme_completion_poll_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071616
    },
    "nvme_consumer": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nvme_consumer"
        }
      },
      "address": 18446744071610790368
    },
    "nvme_ctrlr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_ctrlr_async_event_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571086032
    },
    "nvme_ctrlr_async_event_log_page_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571086512
    },
    "nvme_ctrlr_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609086160
    },
    "nvme_ctrlr_cmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_ctrlr_cmd_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571091792
    },
    "nvme_ctrlr_cmd_create_io_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571088288
    },
    "nvme_ctrlr_cmd_create_io_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571088560
    },
    "nvme_ctrlr_cmd_delete_io_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571088832
    },
    "nvme_ctrlr_cmd_delete_io_sq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571089056
    },
    "nvme_ctrlr_cmd_get_error_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571090960
    },
    "nvme_ctrlr_cmd_get_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571089568
    },
    "nvme_ctrlr_cmd_get_firmware_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571091536
    },
    "nvme_ctrlr_cmd_get_health_information_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571091264
    },
    "nvme_ctrlr_cmd_get_log_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571090672
    },
    "nvme_ctrlr_cmd_identify_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571087776
    },
    "nvme_ctrlr_cmd_identify_namespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571088032
    },
    "nvme_ctrlr_cmd_set_async_event_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571090064
    },
    "nvme_ctrlr_cmd_set_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571089280
    },
    "nvme_ctrlr_cmd_set_interrupt_coalescing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571090320
    },
    "nvme_ctrlr_cmd_set_num_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571089808
    },
    "nvme_ctrlr_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571080304
    },
    "nvme_ctrlr_delete_qpairs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571083552
    },
    "nvme_ctrlr_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571082496
    },
    "nvme_ctrlr_devctl_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571087168
    },
    "nvme_ctrlr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571084544
    },
    "nvme_ctrlr_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571074528
    },
    "nvme_ctrlr_fail_req_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571082176
    },
    "nvme_ctrlr_get_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571085424
    },
    "nvme_ctrlr_get_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571085408
    },
    "nvme_ctrlr_hmb_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571083264
    },
    "nvme_ctrlr_hmb_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571083968
    },
    "nvme_ctrlr_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571073504
    },
    "nvme_ctrlr_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571074672
    },
    "nvme_ctrlr_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571087536
    },
    "nvme_ctrlr_passthrough_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571078608
    },
    "nvme_ctrlr_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571078336
    },
    "nvme_ctrlr_post_failed_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571072144
    },
    "nvme_ctrlr_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571072336
    },
    "nvme_ctrlr_reset_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571081904
    },
    "nvme_ctrlr_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571085744
    },
    "nvme_ctrlr_set_num_qpairs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571074944
    },
    "nvme_ctrlr_shared_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571078448
    },
    "nvme_ctrlr_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571084272
    },
    "nvme_ctrlr_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571075232
    },
    "nvme_ctrlr_start_config_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571072400
    },
    "nvme_ctrlr_submit_admin_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571080224
    },
    "nvme_ctrlr_submit_io_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571080256
    },
    "nvme_ctrlr_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571085440
    },
    "nvme_da.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_namespace_data"
        }
      },
      "address": 0
    },
    "nvme_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571070448
    },
    "nvme_dev_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565965792
    },
    "nvme_dsm_ranges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_dsm_range"
        }
      },
      "address": 0
    },
    "nvme_dsm_ranges_dma_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "nvme_encap_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Mpi26NVMeEncapsulatedRequest_t"
        }
      },
      "address": 0
    },
    "nvme_error_reply": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Mpi26NVMeEncapsulatedErrorReply_t"
        }
      },
      "address": 0
    },
    "nvme_get_identify_cntrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955312
    },
    "nvme_get_identify_ns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565955344
    },
    "nvme_identify_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565954384
    },
    "nvme_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071648
    },
    "nvme_io_qpair_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571104400
    },
    "nvme_io_qpair_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571107536
    },
    "nvme_io_qpair_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571106704
    },
    "nvme_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609085912
    },
    "nvme_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071696
    },
    "nvme_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571070576
    },
    "nvme_notify_async_consumers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571070896
    },
    "nvme_notify_fail_consumers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071056
    },
    "nvme_notify_new_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571070496
    },
    "nvme_notify_ns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071200
    },
    "nvme_ns.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_ns_bio_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571093584
    },
    "nvme_ns_bio_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092288
    },
    "nvme_ns_bio_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571116352
    },
    "nvme_ns_bio_test_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571117280
    },
    "nvme_ns_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609086344
    },
    "nvme_ns_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571094896
    },
    "nvme_ns_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565954256
    },
    "nvme_ns_cmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_ns_cmd_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571096416
    },
    "nvme_ns_cmd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571096720
    },
    "nvme_ns_cmd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571095040
    },
    "nvme_ns_cmd_read_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571095360
    },
    "nvme_ns_cmd_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571095728
    },
    "nvme_ns_cmd_write_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571096048
    },
    "nvme_ns_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571094000
    },
    "nvme_ns_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571094624
    },
    "nvme_ns_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571096960
    },
    "nvme_ns_get_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092208
    },
    "nvme_ns_get_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092160
    },
    "nvme_ns_get_max_io_xfer_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092048
    },
    "nvme_ns_get_model_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092192
    },
    "nvme_ns_get_num_sectors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092096
    },
    "nvme_ns_get_sector_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092064
    },
    "nvme_ns_get_serial_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092176
    },
    "nvme_ns_get_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092112
    },
    "nvme_ns_get_stripesize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571092224
    },
    "nvme_ns_io_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571115984
    },
    "nvme_ns_io_test_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571116992
    },
    "nvme_ns_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571093728
    },
    "nvme_ns_ioctl_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571093712
    },
    "nvme_ns_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571094864
    },
    "nvme_ns_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571094912
    },
    "nvme_ns_strategy_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571094992
    },
    "nvme_ns_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571115616
    },
    "nvme_op_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565954736
    },
    "nvme_opc2str": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584031264
    },
    "nvme_payload_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571108352
    },
    "nvme_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571098032
    },
    "nvme_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571099856
    },
    "nvme_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609086688
    },
    "nvme_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609086640
    },
    "nvme_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584890288
    },
    "nvme_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609086616
    },
    "nvme_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571097440
    },
    "nvme_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571100096
    },
    "nvme_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571100064
    },
    "nvme_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609086576
    },
    "nvme_print_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565954400
    },
    "nvme_print_ident_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565954576
    },
    "nvme_probe_action_text": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584031584
    },
    "nvme_probe_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565966512
    },
    "nvme_probe_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565967200
    },
    "nvme_probe_driver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608248072
    },
    "nvme_probe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608248048
    },
    "nvme_probe_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565964416
    },
    "nvme_probe_periph_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565964464
    },
    "nvme_probe_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565966208
    },
    "nvme_probe_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565966976
    },
    "nvme_probe_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565966544
    },
    "nvme_probemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608247936
    },
    "nvme_proto": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto"
      },
      "address": 18446744071608248008
    },
    "nvme_proto_announce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565969552
    },
    "nvme_proto_debug_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565969616
    },
    "nvme_proto_denounce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565969584
    },
    "nvme_proto_ops": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto_ops"
      },
      "address": 18446744071608248176
    },
    "nvme_pt_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571080048
    },
    "nvme_qpair.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_qpair_complete_tracker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571101600
    },
    "nvme_qpair_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571102304
    },
    "nvme_qpair_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571103824
    },
    "nvme_qpair_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571107712
    },
    "nvme_qpair_manual_complete_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571100848
    },
    "nvme_qpair_msi_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571103808
    },
    "nvme_qpair_print_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571100128
    },
    "nvme_qpair_print_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571100608
    },
    "nvme_qpair_process_completions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571100976
    },
    "nvme_qpair_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571106304
    },
    "nvme_qpair_submit_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571105616
    },
    "nvme_qpair_submit_tracker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571104416
    },
    "nvme_qpair_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571104800
    },
    "nvme_quirk_table": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nvme_quirk_entry"
        }
      },
      "address": 18446744071610597940
    },
    "nvme_quirk_table_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nvme_register_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071360
    },
    "nvme_register_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085728
    },
    "nvme_retry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610790448
    },
    "nvme_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571070304
    },
    "nvme_sim.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_sim_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571109216
    },
    "nvme_sim_controller_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571109120
    },
    "nvme_sim_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571108592
    },
    "nvme_sim_new_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571108800
    },
    "nvme_sim_ns_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571108656
    },
    "nvme_sim_nvmeio_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571111632
    },
    "nvme_sim_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571111600
    },
    "nvme_sim_register_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609086736
    },
    "nvme_sim_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571111712
    },
    "nvme_sim_unregister_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609086760
    },
    "nvme_single_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571103760
    },
    "nvme_strvis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571117424
    },
    "nvme_sysctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_sysctl_dump_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571115328
    },
    "nvme_sysctl_initialize_ctrlr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571111744
    },
    "nvme_sysctl_initialize_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571114608
    },
    "nvme_sysctl_int_coal_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571112832
    },
    "nvme_sysctl_int_coal_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571112736
    },
    "nvme_sysctl_num_cmds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571113024
    },
    "nvme_sysctl_num_failures": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571113840
    },
    "nvme_sysctl_num_ignored": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571114112
    },
    "nvme_sysctl_num_intr_handler_calls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571113296
    },
    "nvme_sysctl_num_retries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571113568
    },
    "nvme_sysctl_reset_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571114384
    },
    "nvme_sysctl_timeout_period": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571112928
    },
    "nvme_test.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071680
    },
    "nvme_unregister_consumer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571071600
    },
    "nvme_unregister_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085752
    },
    "nvme_use_nvd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610790464
    },
    "nvme_util.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvme_verbose_cmd_dump": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610790468
    },
    "nvme_xport_nvme": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608247984
    },
    "nvme_xport_ops": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport_ops"
      },
      "address": 18446744071608248136
    },
    "nvme_xpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "nvmeio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_nvmeio"
        }
      },
      "address": 0
    },
    "nvmemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609085824
    },
    "nvmep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_nvme"
        }
      },
      "address": 0
    },
    "nvmex": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_nvme"
        }
      },
      "address": 0
    },
    "nvms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_nvm_table"
        }
      },
      "address": 0
    },
    "nvnpbufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399176
    },
    "nvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "nvpair_append_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566424352
    },
    "nvpair_append_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566424448
    },
    "nvpair_append_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566424720
    },
    "nvpair_append_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566424544
    },
    "nvpair_assert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415360
    },
    "nvpair_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415664
    },
    "nvpair_create_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417360
    },
    "nvpair_create_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566416496
    },
    "nvpair_create_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417648
    },
    "nvpair_create_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566416336
    },
    "nvpair_create_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566416672
    },
    "nvpair_create_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417936
    },
    "nvpair_create_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417104
    },
    "nvpair_create_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566418640
    },
    "nvpair_create_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566416848
    },
    "nvpair_create_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566418224
    },
    "nvpair_create_stringf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566422224
    },
    "nvpair_create_stringv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566422368
    },
    "nvpair_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425120
    },
    "nvpair_free_structure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425296
    },
    "nvpair_get_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417328
    },
    "nvpair_get_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566416656
    },
    "nvpair_get_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417616
    },
    "nvpair_get_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566416832
    },
    "nvpair_get_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417904
    },
    "nvpair_get_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417312
    },
    "nvpair_get_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566418608
    },
    "nvpair_get_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566417088
    },
    "nvpair_get_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566418192
    },
    "nvpair_header_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419232
    },
    "nvpair_init_datasize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419968
    },
    "nvpair_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415440
    },
    "nvpair_move_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566422880
    },
    "nvpair_move_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566423088
    },
    "nvpair_move_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566423568
    },
    "nvpair_move_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566422656
    },
    "nvpair_move_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566423792
    },
    "nvpair_move_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566422448
    },
    "nvpair_move_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566423280
    },
    "nvpair_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566416320
    },
    "nvpair_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415392
    },
    "nvpair_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415376
    },
    "nvpair_pack_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419632
    },
    "nvpair_pack_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419408
    },
    "nvpair_pack_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419696
    },
    "nvpair_pack_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419264
    },
    "nvpair_pack_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419392
    },
    "nvpair_pack_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419440
    },
    "nvpair_pack_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419760
    },
    "nvpair_pack_nvlist_array_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419584
    },
    "nvpair_pack_nvlist_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419536
    },
    "nvpair_pack_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419472
    },
    "nvpair_pack_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419824
    },
    "nvpair_prev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415408
    },
    "nvpair_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415488
    },
    "nvpair_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566419248
    },
    "nvpair_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566415648
    },
    "nvpair_type_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425328
    },
    "nvpair_unpack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566421840
    },
    "nvpair_unpack_binary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420688
    },
    "nvpair_unpack_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420304
    },
    "nvpair_unpack_bool_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420800
    },
    "nvpair_unpack_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420016
    },
    "nvpair_unpack_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420272
    },
    "nvpair_unpack_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420368
    },
    "nvpair_unpack_number_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420928
    },
    "nvpair_unpack_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420544
    },
    "nvpair_unpack_nvlist_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566421392
    },
    "nvpair_unpack_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566420432
    },
    "nvpair_unpack_string_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566421088
    },
    "nvphdr": {
      "type": {
        "kind": "struct",
        "name": "nvpair_header"
      },
      "address": 0
    },
    "nvq_intrs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nvqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nvram": {
      "type": {
        "kind": "struct",
        "name": "sym_nvram"
      },
      "address": 0
    },
    "nvram_data": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "nvram_scb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nvrule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "nvs_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hn_nvs_hdr"
        }
      },
      "address": 0
    },
    "nw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlm_waiting_lock"
        }
      },
      "address": 0
    },
    "nwake": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nway": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nwaycode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nwheels": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nwm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nwords": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nwp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netisr_work"
        }
      },
      "address": 0
    },
    "nwritten": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nwrote": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nws_array": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071613051344
    },
    "nws_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613051328
    },
    "nwsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netisr_workstream"
        }
      },
      "address": 0
    },
    "nxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_nexus"
        }
      },
      "address": 0
    },
    "nxprt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCXPRT"
        }
      },
      "address": 0
    },
    "nxr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "nxrates": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nxt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nxt8": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nxt_bus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nxt_dev": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nxt_func": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "nxt_ocs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_t"
        }
      },
      "address": 0
    },
    "nxt_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "nxtaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "nxtdsp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "o": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_queue_sp_obj"
        }
      },
      "address": 0
    },
    "o1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "o2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "o2export": {
      "type": {
        "kind": "struct",
        "name": "o2export_args"
      },
      "address": 0
    },
    "o3": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oLitEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "oMatchEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "oPos": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "o_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "o_sync_cause": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "o_tid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "o_type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_991ccd07e213e704"
      },
      "address": 0
    },
    "oa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "opaque_auth"
        }
      },
      "address": 0
    },
    "oaccentmapp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oaccentmap_t"
        }
      },
      "address": 0
    },
    "oact": {
      "type": {
        "kind": "struct",
        "name": "sigaction"
      },
      "address": 0
    },
    "oactive": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "oactp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigaction"
        }
      },
      "address": 0
    },
    "oadd": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "oaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "oadr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oai": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_address"
        }
      },
      "address": 0
    },
    "oar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_address"
        }
      },
      "address": 0
    },
    "ob": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ob2GHz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ob5GHz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ob_array_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ob_pi_dma_start_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ob_pi_virt_start_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ob_pi_virt_start_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ob_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ob_queue_t"
        }
      },
      "address": 0
    },
    "obasereachable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "obcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "obff_hwm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "obif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_iflist"
        }
      },
      "address": 0
    },
    "obits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hmc_obj_info"
        }
      },
      "address": 0
    },
    "objToAdd_element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_ABSTRACT_ELEMENT_T"
        }
      },
      "address": 0
    },
    "obj_1t1_pt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 18446744071613454272
    },
    "obj_element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_ABSTRACT_ELEMENT_T"
        }
      },
      "address": 0
    },
    "obj_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "obj_offset_in_fpm": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "obj_offset_in_pd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obj_offset_in_sd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obj_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "obj_per_chunk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "obj_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "obj_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613300232
    },
    "object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "object1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "objectEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "object_bypasses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212832
    },
    "object_bypasses_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078072
    },
    "object_bypasses_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078096
    },
    "object_collapse_waits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212840
    },
    "object_collapse_waits_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078232
    },
    "object_collapse_waits_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610078256
    },
    "object_collapses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212824
    },
    "object_collapses_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610077912
    },
    "object_collapses_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610077936
    },
    "objflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "objtype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oblen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oblkcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obq_ci": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obq_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obq_pi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obq_rdaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obq_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "obq_wr": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "obsolete_panic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900656
    },
    "obss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_node"
        }
      },
      "address": 0
    },
    "obstart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "obuf": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "obytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oc_port": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ocache_line": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ocap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ocb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbp_ocb"
        }
      },
      "address": 0
    },
    "occup": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oce_POST": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571117856
    },
    "oce_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571165232
    },
    "oce_add_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571134544
    },
    "oce_alloc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571136528
    },
    "oce_alloc_rx_bufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571126448
    },
    "oce_arm_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571161456
    },
    "oce_arm_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571161744
    },
    "oce_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571131648
    },
    "oce_attach_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571133760
    },
    "oce_config_nic_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571146480
    },
    "oce_config_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571145568
    },
    "oce_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571121072
    },
    "oce_cq_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571160784
    },
    "oce_cq_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571161072
    },
    "oce_create_nw_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571120160
    },
    "oce_create_ring_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571180368
    },
    "oce_del_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571134688
    },
    "oce_delete_nw_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571120112
    },
    "oce_destroy_ring_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571180224
    },
    "oce_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571133344
    },
    "oce_discard_rx_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571126064
    },
    "oce_dispatch": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584897344
    },
    "oce_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571179680
    },
    "oce_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571180096
    },
    "oce_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571180064
    },
    "oce_dma_map_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571180880
    },
    "oce_drain_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571161856
    },
    "oce_drain_mq_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571162384
    },
    "oce_drain_rq_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571162400
    },
    "oce_drain_wq_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571162096
    },
    "oce_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609087472
    },
    "oce_enable_rss": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609087124
    },
    "oce_eq_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571160544
    },
    "oce_fast_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571137232
    },
    "oce_first_mcc_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571144240
    },
    "oce_free_lro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571126368
    },
    "oce_free_posted_rxbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571162608
    },
    "oce_fw_clean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571143648
    },
    "oce_get_func_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571154800
    },
    "oce_get_fw_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571144752
    },
    "oce_get_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571143744
    },
    "oce_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571147232
    },
    "oce_get_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571131024
    },
    "oce_get_profile_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571154352
    },
    "oce_hw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "oce_hw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571117600
    },
    "oce_hw_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571120016
    },
    "oce_hw_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571120816
    },
    "oce_hw_pci_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571118464
    },
    "oce_hw_pci_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571118224
    },
    "oce_hw_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571119776
    },
    "oce_hw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571120560
    },
    "oce_hw_update_multicast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571120912
    },
    "oce_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "oce_if_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571145056
    },
    "oce_if_deactivate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571140064
    },
    "oce_if_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571145376
    },
    "oce_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571139248
    },
    "oce_init_lro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571134400
    },
    "oce_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571136912
    },
    "oce_intr_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571121136
    },
    "oce_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571137440
    },
    "oce_local_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571134800
    },
    "oce_max_rq_posts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oce_max_rsp_handled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609087120
    },
    "oce_mbox.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "oce_mbox_check_native_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571149824
    },
    "oce_mbox_cmd_set_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571150032
    },
    "oce_mbox_cmd_test_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571150256
    },
    "oce_mbox_cq_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571152848
    },
    "oce_mbox_create_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571152448
    },
    "oce_mbox_create_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571151552
    },
    "oce_mbox_create_rq_v2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571155728
    },
    "oce_mbox_create_wq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571151968
    },
    "oce_mbox_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571142944
    },
    "oce_mbox_eqd_modify_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571154064
    },
    "oce_mbox_get_flashrom_crc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571150768
    },
    "oce_mbox_get_nic_stats_v0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571147472
    },
    "oce_mbox_get_nic_stats_v1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571147760
    },
    "oce_mbox_get_nic_stats_v2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571148064
    },
    "oce_mbox_get_phy_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571151008
    },
    "oce_mbox_get_pport_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571148368
    },
    "oce_mbox_get_vport_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571148688
    },
    "oce_mbox_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571143696
    },
    "oce_mbox_lancer_write_flashrom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571151248
    },
    "oce_mbox_macaddr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571149376
    },
    "oce_mbox_macaddr_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571149616
    },
    "oce_mbox_nic_query_lro_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571155264
    },
    "oce_mbox_nic_set_iface_lro_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571155488
    },
    "oce_mbox_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571143984
    },
    "oce_mbox_read_transrecv_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571153696
    },
    "oce_mbox_write_flashrom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571150512
    },
    "oce_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571137328
    },
    "oce_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571137344
    },
    "oce_mq_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571158064
    },
    "oce_mq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571160272
    },
    "oce_mq_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571129600
    },
    "oce_multiq_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571139888
    },
    "oce_multiq_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571139696
    },
    "oce_multiq_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571121568
    },
    "oce_page_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571180800
    },
    "oce_pass_through_mbox": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571149248
    },
    "oce_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609087424
    },
    "oce_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609087400
    },
    "oce_pci_soft_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571120432
    },
    "oce_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609087232
    },
    "oce_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571131056
    },
    "oce_process_tx_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571125760
    },
    "oce_queue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "oce_queue_init_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571156080
    },
    "oce_queue_release_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571158704
    },
    "oce_rdma_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571130992
    },
    "oce_rdma_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_rdma_if"
        }
      },
      "address": 18446744071610790488
    },
    "oce_read_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571144480
    },
    "oce_refresh_nic_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571175856
    },
    "oce_refresh_queue_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571175232
    },
    "oce_register_rdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571130224
    },
    "oce_reset_fun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571142496
    },
    "oce_rq_buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609087128
    },
    "oce_rq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571159360
    },
    "oce_rq_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571127520
    },
    "oce_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571129024
    },
    "oce_rx_cq_clean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571163520
    },
    "oce_rx_cq_clean_hwlro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571162784
    },
    "oce_rx_flush_lro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571126304
    },
    "oce_rx_lro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571141152
    },
    "oce_rx_mbuf_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571141776
    },
    "oce_rxf_set_promiscuous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571145904
    },
    "oce_set_common_iface_rx_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571146976
    },
    "oce_set_flow_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571146256
    },
    "oce_sh_be3_flashdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571178448
    },
    "oce_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571133744
    },
    "oce_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571121888
    },
    "oce_start_mq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571161648
    },
    "oce_start_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571161312
    },
    "oce_start_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571164800
    },
    "oce_start_wq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571161552
    },
    "oce_stats_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571175824
    },
    "oce_stats_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571175744
    },
    "oce_stop_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571164000
    },
    "oce_sys_aic_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571174928
    },
    "oce_sys_fwupgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571173744
    },
    "oce_sysctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "oce_sysctl_loopback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571173248
    },
    "oce_sysctl_sfp_vpd_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571175104
    },
    "oce_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571122224
    },
    "oce_tx_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571121392
    },
    "oce_update_multicast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571149008
    },
    "oce_util.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "oce_vid_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571140928
    },
    "oce_wait_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571142272
    },
    "oce_wq_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571159776
    },
    "oce_wq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571160032
    },
    "oce_wq_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571125312
    },
    "ocf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ocf_inplace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212448
    },
    "ocf_inplace_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026400
    },
    "ocf_inplace_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026424
    },
    "ocf_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212464
    },
    "ocf_retries_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026720
    },
    "ocf_retries_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026744
    },
    "ocf_separate_output": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212456
    },
    "ocf_separate_output_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026560
    },
    "ocf_separate_output_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026584
    },
    "ocf_tls10_cbc_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212344
    },
    "ocf_tls10_cbc_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024320
    },
    "ocf_tls10_cbc_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024344
    },
    "ocf_tls11_cbc_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212352
    },
    "ocf_tls11_cbc_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024480
    },
    "ocf_tls11_cbc_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024504
    },
    "ocf_tls11_cbc_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212360
    },
    "ocf_tls11_cbc_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024640
    },
    "ocf_tls11_cbc_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024664
    },
    "ocf_tls12_chacha20_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212392
    },
    "ocf_tls12_chacha20_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025280
    },
    "ocf_tls12_chacha20_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025304
    },
    "ocf_tls12_chacha20_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212400
    },
    "ocf_tls12_chacha20_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025440
    },
    "ocf_tls12_chacha20_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025464
    },
    "ocf_tls12_gcm_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212368
    },
    "ocf_tls12_gcm_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024800
    },
    "ocf_tls12_gcm_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024824
    },
    "ocf_tls12_gcm_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212376
    },
    "ocf_tls12_gcm_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024960
    },
    "ocf_tls12_gcm_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610024984
    },
    "ocf_tls12_gcm_recrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212384
    },
    "ocf_tls12_gcm_recrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025120
    },
    "ocf_tls12_gcm_recrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025144
    },
    "ocf_tls13_chacha20_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212432
    },
    "ocf_tls13_chacha20_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026080
    },
    "ocf_tls13_chacha20_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026104
    },
    "ocf_tls13_chacha20_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212440
    },
    "ocf_tls13_chacha20_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026240
    },
    "ocf_tls13_chacha20_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610026264
    },
    "ocf_tls13_gcm_decrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212408
    },
    "ocf_tls13_gcm_decrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025600
    },
    "ocf_tls13_gcm_decrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025624
    },
    "ocf_tls13_gcm_encrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212416
    },
    "ocf_tls13_gcm_encrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025760
    },
    "ocf_tls13_gcm_encrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025784
    },
    "ocf_tls13_gcm_recrypts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212424
    },
    "ocf_tls13_gcm_recrypts_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025920
    },
    "ocf_tls13_gcm_recrypts_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610025944
    },
    "ociv": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ocmds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ocount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ocp_cfg_word0": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ocr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ocs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_softc"
        }
      },
      "address": 0
    },
    "ocs_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206128
    },
    "ocs_abort_atio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571601248
    },
    "ocs_abort_initiator_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571601984
    },
    "ocs_abort_inot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571601680
    },
    "ocs_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571596096
    },
    "ocs_add_new_tgt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594608
    },
    "ocs_array_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571207952
    },
    "ocs_array_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208320
    },
    "ocs_array_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208448
    },
    "ocs_array_get_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208496
    },
    "ocs_array_get_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208512
    },
    "ocs_array_set_slablen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571207936
    },
    "ocs_bitmap_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204832
    },
    "ocs_bitmap_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571205216
    },
    "ocs_bitmap_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204896
    },
    "ocs_bitmap_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204864
    },
    "ocs_bitmap_search": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571205040
    },
    "ocs_bls_send_acc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571475616
    },
    "ocs_bls_send_acc_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571468064
    },
    "ocs_build_scsi_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571602592
    },
    "ocs_bus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ocs_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_cam_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589728
    },
    "ocs_cam_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591168
    },
    "ocs_cbuf_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571209680
    },
    "ocs_cbuf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571209904
    },
    "ocs_cbuf_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210032
    },
    "ocs_cbuf_prime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210656
    },
    "ocs_cbuf_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210432
    },
    "ocs_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609088000
    },
    "ocs_clear_saved_ddump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571566192
    },
    "ocs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571195376
    },
    "ocs_config_read16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571202752
    },
    "ocs_config_read32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571202640
    },
    "ocs_config_read8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571202864
    },
    "ocs_config_write16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203088
    },
    "ocs_config_write32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203200
    },
    "ocs_config_write8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571202976
    },
    "ocs_ct_acc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571474416
    },
    "ocs_d_send_prli_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571391888
    },
    "ocs_ddump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571558176
    },
    "ocs_ddump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_ddump_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571211136
    },
    "ocs_ddump_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571429744
    },
    "ocs_ddump_els": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571473728
    },
    "ocs_ddump_endfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210880
    },
    "ocs_ddump_endsection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210928
    },
    "ocs_ddump_hw_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571567312
    },
    "ocs_ddump_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571497760
    },
    "ocs_ddump_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571516080
    },
    "ocs_ddump_queue_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571211312
    },
    "ocs_ddump_ramlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571220064
    },
    "ocs_ddump_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210896
    },
    "ocs_ddump_sli4_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571566336
    },
    "ocs_ddump_sport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571447392
    },
    "ocs_ddump_startfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210768
    },
    "ocs_ddump_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210960
    },
    "ocs_debug_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571193056
    },
    "ocs_debug_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571195296
    },
    "ocs_debug_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571211696
    },
    "ocs_debug_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571211680
    },
    "ocs_debug_is_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571211712
    },
    "ocs_debug_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609088356
    },
    "ocs_del_crn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595984
    },
    "ocs_del_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571207648
    },
    "ocs_detach_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571590704
    },
    "ocs_dev": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ocs_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_device_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571184624
    },
    "ocs_device_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571186048
    },
    "ocs_device_lock_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571192096
    },
    "ocs_devices": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ocs_t"
          }
        }
      },
      "address": 18446744071610790768
    },
    "ocs_dispatch_fcp_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571554048
    },
    "ocs_dispatch_fcp_cmd_auto_xfer_rdy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571555072
    },
    "ocs_dispatch_fcp_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571556000
    },
    "ocs_display_sparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571212432
    },
    "ocs_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203872
    },
    "ocs_dma_copy_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204560
    },
    "ocs_dma_copy_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204640
    },
    "ocs_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203648
    },
    "ocs_dma_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204464
    },
    "ocs_dma_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204528
    },
    "ocs_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_domain_accept_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571552992
    },
    "ocs_domain_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571418704
    },
    "ocs_domain_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571429664
    },
    "ocs_domain_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571417456
    },
    "ocs_domain_dispatch_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571550928
    },
    "ocs_domain_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571418368
    },
    "ocs_domain_force_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571421712
    },
    "ocs_domain_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571421040
    },
    "ocs_domain_get_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571422608
    },
    "ocs_domain_hold_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571552848
    },
    "ocs_domain_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571422160
    },
    "ocs_domain_post_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571420864
    },
    "ocs_domain_process_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571550080
    },
    "ocs_domain_purge_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571552752
    },
    "ocs_domain_save_sparms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571429632
    },
    "ocs_domain_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571422256
    },
    "ocs_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609087944
    },
    "ocs_dump32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571211744
    },
    "ocs_dump_to_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571183184
    },
    "ocs_els.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_els_abort_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571475680
    },
    "ocs_els_abort_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571473520
    },
    "ocs_els_acc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571475184
    },
    "ocs_els_delay_timer_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571472752
    },
    "ocs_els_io_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571456976
    },
    "ocs_els_io_alloc_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571457008
    },
    "ocs_els_io_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571468400
    },
    "ocs_els_io_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571456928
    },
    "ocs_els_io_list_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571473936
    },
    "ocs_els_make_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571474608
    },
    "ocs_els_post_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571456624
    },
    "ocs_els_req_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571468944
    },
    "ocs_els_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571468880
    },
    "ocs_fabric.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_fabric_initiate_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571478784
    },
    "ocs_fabric_notify_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571477808
    },
    "ocs_fabric_set_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571477792
    },
    "ocs_fc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609087896
    },
    "ocs_fc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609087872
    },
    "ocs_fc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609087696
    },
    "ocs_fc_tmf_rejected_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571557120
    },
    "ocs_fcp_change_role": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571600736
    },
    "ocs_fdb_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571182880
    },
    "ocs_find_vpd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571543648
    },
    "ocs_firmware_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571192576
    },
    "ocs_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203616
    },
    "ocs_func": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ocs_function_speciic_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571183904
    },
    "ocs_fw_write_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571193024
    },
    "ocs_gen_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571181040
    },
    "ocs_gendump.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_get_bus_dev_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206544
    },
    "ocs_get_cpuinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206864
    },
    "ocs_get_crn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595856
    },
    "ocs_get_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571186512
    },
    "ocs_get_num_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206880
    },
    "ocs_get_num_cpus.cpuinfo.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610791280
    },
    "ocs_get_property": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571186496
    },
    "ocs_get_wwn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571422992
    },
    "ocs_hw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_hw_add_io_timed_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571272192
    },
    "ocs_hw_async_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571299312
    },
    "ocs_hw_async_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571299584
    },
    "ocs_hw_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571257696
    },
    "ocs_hw_cb_cfg_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571303840
    },
    "ocs_hw_cb_dump_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571286384
    },
    "ocs_hw_cb_dump_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571285712
    },
    "ocs_hw_cb_fip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571227648
    },
    "ocs_hw_cb_fw_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571301296
    },
    "ocs_hw_cb_host_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571284064
    },
    "ocs_hw_cb_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571227072
    },
    "ocs_hw_cb_link_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571283104
    },
    "ocs_hw_cb_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571264592
    },
    "ocs_hw_cb_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571265568
    },
    "ocs_hw_cb_node_free_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571266176
    },
    "ocs_hw_cb_port_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571262080
    },
    "ocs_hw_cb_post_xri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571318128
    },
    "ocs_hw_cb_read_fcf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571305392
    },
    "ocs_hw_cb_release_xri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571298864
    },
    "ocs_hw_cb_sfp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571282048
    },
    "ocs_hw_cb_temp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571282560
    },
    "ocs_hw_clp_resp_get_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571303152
    },
    "ocs_hw_cmd_submit_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571257136
    },
    "ocs_hw_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571235312
    },
    "ocs_hw_command_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571246192
    },
    "ocs_hw_command_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571304112
    },
    "ocs_hw_config_mrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571237360
    },
    "ocs_hw_config_sli_port_health_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571236480
    },
    "ocs_hw_config_watchdog_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571244064
    },
    "ocs_hw_cq_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571255312
    },
    "ocs_hw_dif_blocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213712
    },
    "ocs_hw_dif_mem_blocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213744
    },
    "ocs_hw_dif_wire_blocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213872
    },
    "ocs_hw_dmtf_clp_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571302592
    },
    "ocs_hw_domain_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571262304
    },
    "ocs_hw_domain_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571263008
    },
    "ocs_hw_domain_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571316736
    },
    "ocs_hw_domain_force_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571263472
    },
    "ocs_hw_domain_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571263280
    },
    "ocs_hw_domain_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571292640
    },
    "ocs_hw_dump_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571285824
    },
    "ocs_hw_dump_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571285040
    },
    "ocs_hw_eq_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571254768
    },
    "ocs_hw_event_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571254352
    },
    "ocs_hw_exec_dmtf_clp_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571301440
    },
    "ocs_hw_firmware_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571281104
    },
    "ocs_hw_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571250640
    },
    "ocs_hw_get_active_link_config_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571303632
    },
    "ocs_hw_get_active_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571289632
    },
    "ocs_hw_get_active_profile_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571290016
    },
    "ocs_hw_get_config_persistent_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571300000
    },
    "ocs_hw_get_def_wwn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571299680
    },
    "ocs_hw_get_fw_timed_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571251968
    },
    "ocs_hw_get_host_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571283680
    },
    "ocs_hw_get_link_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571282688
    },
    "ocs_hw_get_linkcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571241232
    },
    "ocs_hw_get_num_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571250624
    },
    "ocs_hw_get_nvparms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571290112
    },
    "ocs_hw_get_nvparms_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571290480
    },
    "ocs_hw_get_port_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571286480
    },
    "ocs_hw_get_port_protocol_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571286976
    },
    "ocs_hw_get_profile_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571288816
    },
    "ocs_hw_get_profile_list_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571289312
    },
    "ocs_hw_get_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571252048
    },
    "ocs_hw_get_rqes_produced_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571291920
    },
    "ocs_hw_get_sfp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571281568
    },
    "ocs_hw_get_temperature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571282176
    },
    "ocs_hw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571228240
    },
    "ocs_hw_init_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571240048
    },
    "ocs_hw_init_linkcfg_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571242560
    },
    "ocs_hw_init_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571318272
    },
    "ocs_hw_io_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571278880
    },
    "ocs_hw_io_activate_port_owned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571267632
    },
    "ocs_hw_io_add_dif_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571278480
    },
    "ocs_hw_io_add_seed_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571276768
    },
    "ocs_hw_io_add_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571277536
    },
    "ocs_hw_io_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571243872
    },
    "ocs_hw_io_cancel_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571308304
    },
    "ocs_hw_io_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571268576
    },
    "ocs_hw_io_free_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571300736
    },
    "ocs_hw_io_free_move_correct_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571294704
    },
    "ocs_hw_io_free_port_owned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571267808
    },
    "ocs_hw_io_get_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571291088
    },
    "ocs_hw_io_get_xid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571281008
    },
    "ocs_hw_io_init_sges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571276288
    },
    "ocs_hw_io_inuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571268704
    },
    "ocs_hw_io_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571294208
    },
    "ocs_hw_io_overflow_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571278016
    },
    "ocs_hw_io_quarantine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571307920
    },
    "ocs_hw_io_register_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571276192
    },
    "ocs_hw_io_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571272992
    },
    "ocs_hw_is_io_port_owned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571296528
    },
    "ocs_hw_is_xri_port_owned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571272144
    },
    "ocs_hw_linkcfg_dmtf_clp_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571302016
    },
    "ocs_hw_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571263584
    },
    "ocs_hw_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571263856
    },
    "ocs_hw_node_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571265072
    },
    "ocs_hw_node_free_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571265808
    },
    "ocs_hw_node_free_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571264800
    },
    "ocs_hw_node_group_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571266448
    },
    "ocs_hw_node_group_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571266624
    },
    "ocs_hw_node_group_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571266896
    },
    "ocs_hw_port_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571257936
    },
    "ocs_hw_port_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571259664
    },
    "ocs_hw_port_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571259936
    },
    "ocs_hw_port_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571262112
    },
    "ocs_hw_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571254720
    },
    "ocs_hw_qtop_eq_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571328128
    },
    "ocs_hw_qtop_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571330528
    },
    "ocs_hw_qtop_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571328144
    },
    "ocs_hw_queue_hash_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571256928
    },
    "ocs_hw_queue_next_wq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571328000
    },
    "ocs_hw_queues.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_hw_raise_ue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571284976
    },
    "ocs_hw_read_fcf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571304752
    },
    "ocs_hw_reclaim_xri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571297952
    },
    "ocs_hw_remove_io_timed_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571272688
    },
    "ocs_hw_reqtag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571276064
    },
    "ocs_hw_reqtag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571280928
    },
    "ocs_hw_reqtag_get_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571294112
    },
    "ocs_hw_reqtag_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571238464
    },
    "ocs_hw_reqtag_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571250496
    },
    "ocs_hw_reque_xri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571294240
    },
    "ocs_hw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571246768
    },
    "ocs_hw_rqpair_auto_xfer_rdy_buffer_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571334720
    },
    "ocs_hw_rqpair_auto_xfer_rdy_buffer_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571335632
    },
    "ocs_hw_rqpair_auto_xfer_rdy_dnrx_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571336320
    },
    "ocs_hw_rqpair_auto_xfer_rdy_move_to_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571335968
    },
    "ocs_hw_rqpair_auto_xfer_rdy_move_to_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571335072
    },
    "ocs_hw_rqpair_auto_xfer_rdy_move_to_port_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571335536
    },
    "ocs_hw_rqpair_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571331232
    },
    "ocs_hw_rqpair_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571336640
    },
    "ocs_hw_rqpair_process_auto_xfr_rdy_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571333024
    },
    "ocs_hw_rqpair_process_auto_xfr_rdy_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571334240
    },
    "ocs_hw_rqpair_process_rq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571330592
    },
    "ocs_hw_rqpair_sequence_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571331920
    },
    "ocs_hw_rqpair_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571336848
    },
    "ocs_hw_rx_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571236704
    },
    "ocs_hw_rx_buffer_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571299040
    },
    "ocs_hw_rx_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571234896
    },
    "ocs_hw_rx_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571237104
    },
    "ocs_hw_send_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571275600
    },
    "ocs_hw_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571252224
    },
    "ocs_hw_set_active_link_config_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571303504
    },
    "ocs_hw_set_active_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571292128
    },
    "ocs_hw_set_active_profile_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571292544
    },
    "ocs_hw_set_dif_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571243440
    },
    "ocs_hw_set_dif_seed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571243152
    },
    "ocs_hw_set_dump_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571284256
    },
    "ocs_hw_set_eth_license": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571242624
    },
    "ocs_hw_set_nvparms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571290592
    },
    "ocs_hw_set_nvparms_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571290992
    },
    "ocs_hw_set_persistent_topolgy_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571300560
    },
    "ocs_hw_set_persistent_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571300064
    },
    "ocs_hw_set_port_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571287200
    },
    "ocs_hw_set_port_protocol_cb1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571287728
    },
    "ocs_hw_set_port_protocol_cb2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571304016
    },
    "ocs_hw_set_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571254144
    },
    "ocs_hw_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571223584
    },
    "ocs_hw_setup_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571238704
    },
    "ocs_hw_srrs_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571270160
    },
    "ocs_hw_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571244288
    },
    "ocs_hw_unsol_process_bounce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571254576
    },
    "ocs_hw_watchdog_timer_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571304000
    },
    "ocs_hw_workaround_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571225456
    },
    "ocs_hw_wq_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571292784
    },
    "ocs_hw_wq_process_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571280192
    },
    "ocs_hw_wq_process_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571305920
    },
    "ocs_hw_xabt_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571293072
    },
    "ocs_hw_xri_move_to_host_owned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571298624
    },
    "ocs_hw_xri_move_to_port_owned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571296560
    },
    "ocs_initiator_io_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571546832
    },
    "ocs_initiator_tmf_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571602224
    },
    "ocs_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571186544
    },
    "ocs_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206368
    },
    "ocs_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206384
    },
    "ocs_intr_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571185920
    },
    "ocs_io.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_io_abort_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571593952
    },
    "ocs_io_find_tgt_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571497360
    },
    "ocs_io_get_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571497728
    },
    "ocs_io_pool_allocated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571496528
    },
    "ocs_io_pool_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571495584
    },
    "ocs_io_pool_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571496240
    },
    "ocs_io_pool_io_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571496544
    },
    "ocs_io_pool_io_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571497024
    },
    "ocs_io_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571459440
    },
    "ocs_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571195392
    },
    "ocs_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_ioctl_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206352
    },
    "ocs_ioctl_postprocess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206336
    },
    "ocs_ioctl_preprocess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206320
    },
    "ocs_ldt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595584
    },
    "ocs_ldt_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571600448
    },
    "ocs_list_add_head": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571530352
    },
    "ocs_list_add_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571528624
    },
    "ocs_list_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571500864
    },
    "ocs_list_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571235216
    },
    "ocs_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571500784
    },
    "ocs_lock_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571204720
    },
    "ocs_log_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571544832
    },
    "ocs_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203584
    },
    "ocs_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584898448
    },
    "ocs_mgmt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_mgmt_domain_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571432976
    },
    "ocs_mgmt_domain_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571430832
    },
    "ocs_mgmt_domain_get_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571431776
    },
    "ocs_mgmt_domain_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571430368
    },
    "ocs_mgmt_domain_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571432464
    },
    "ocs_mgmt_emit_boolean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571588288
    },
    "ocs_mgmt_emit_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571588000
    },
    "ocs_mgmt_emit_property_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571584256
    },
    "ocs_mgmt_emit_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571587840
    },
    "ocs_mgmt_end_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571587808
    },
    "ocs_mgmt_end_unnumbered_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571584416
    },
    "ocs_mgmt_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571585984
    },
    "ocs_mgmt_firmware_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579056
    },
    "ocs_mgmt_firmware_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571578160
    },
    "ocs_mgmt_force_assert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579504
    },
    "ocs_mgmt_function_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579472
    },
    "ocs_mgmt_fw_write_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571588480
    },
    "ocs_mgmt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571584448
    },
    "ocs_mgmt_get_active_profile_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589584
    },
    "ocs_mgmt_get_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571586976
    },
    "ocs_mgmt_get_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571583632
    },
    "ocs_mgmt_get_nvparms_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589648
    },
    "ocs_mgmt_get_port_protocol_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589488
    },
    "ocs_mgmt_get_profile_list_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589552
    },
    "ocs_mgmt_get_sfp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571588512
    },
    "ocs_mgmt_io_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571499008
    },
    "ocs_mgmt_io_get_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571499680
    },
    "ocs_mgmt_io_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571498848
    },
    "ocs_mgmt_linkcfg_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589456
    },
    "ocs_mgmt_node_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571523376
    },
    "ocs_mgmt_node_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571519776
    },
    "ocs_mgmt_node_get_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571521376
    },
    "ocs_mgmt_node_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571519040
    },
    "ocs_mgmt_node_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571522848
    },
    "ocs_mgmt_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571585232
    },
    "ocs_mgmt_set_active_profile_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589616
    },
    "ocs_mgmt_set_nvparms_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589696
    },
    "ocs_mgmt_set_port_protocol_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589520
    },
    "ocs_mgmt_sfp_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571589088
    },
    "ocs_mgmt_sport_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571451904
    },
    "ocs_mgmt_sport_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571449504
    },
    "ocs_mgmt_sport_get_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571450608
    },
    "ocs_mgmt_sport_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571448944
    },
    "ocs_mgmt_sport_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571451392
    },
    "ocs_mgmt_start_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571587776
    },
    "ocs_mgmt_start_unnumbered_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571584224
    },
    "ocs_mod_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571207328
    },
    "ocs_node.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_node_abort_all_els": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571500000
    },
    "ocs_node_active_ios_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571511312
    },
    "ocs_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571504144
    },
    "ocs_node_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571509344
    },
    "ocs_node_build_eui_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571509872
    },
    "ocs_node_check_els_quiesced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571513536
    },
    "ocs_node_create_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571502848
    },
    "ocs_node_dispatch_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571549600
    },
    "ocs_node_fcid_display": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571509952
    },
    "ocs_node_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571502160
    },
    "ocs_node_find_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571502416
    },
    "ocs_node_force_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571507648
    },
    "ocs_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571506352
    },
    "ocs_node_free_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571503680
    },
    "ocs_node_get_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571504032
    },
    "ocs_node_get_wwnn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571509936
    },
    "ocs_node_get_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571502832
    },
    "ocs_node_group_dir_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571452560
    },
    "ocs_node_group_dir_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571453296
    },
    "ocs_node_group_dir_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571437008
    },
    "ocs_node_group_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571455024
    },
    "ocs_node_init_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571396384
    },
    "ocs_node_initiate_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571512560
    },
    "ocs_node_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571524048
    },
    "ocs_node_post_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571501792
    },
    "ocs_node_purge_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571551984
    },
    "ocs_node_recv_abts_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571525104
    },
    "ocs_node_recv_bls_no_sit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571526400
    },
    "ocs_node_recv_ct_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571525664
    },
    "ocs_node_recv_els_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571524624
    },
    "ocs_node_recv_fcp_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571526272
    },
    "ocs_node_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571524544
    },
    "ocs_node_save_sparms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571516048
    },
    "ocs_node_send_ls_io_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571510096
    },
    "ocs_node_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571511536
    },
    "ocs_node_update_display_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571506176
    },
    "ocs_ns_send_gidpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571467776
    },
    "ocs_ns_send_rffid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571467376
    },
    "ocs_ns_send_rftid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571467008
    },
    "ocs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571195360
    },
    "ocs_os.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_p2p_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571478320
    },
    "ocs_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571187344
    },
    "ocs_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571189792
    },
    "ocs_pci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571186912
    },
    "ocs_pci_intx_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571186560
    },
    "ocs_pci_model": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206448
    },
    "ocs_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571187072
    },
    "ocs_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571190016
    },
    "ocs_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571600416
    },
    "ocs_pool_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571220800
    },
    "ocs_pool_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571221280
    },
    "ocs_pool_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571222304
    },
    "ocs_pool_get_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571222976
    },
    "ocs_pool_get_freelist_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571223152
    },
    "ocs_pool_get_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571222240
    },
    "ocs_pool_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571222576
    },
    "ocs_pool_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571221504
    },
    "ocs_port_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571433712
    },
    "ocs_print_stack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206400
    },
    "ocs_process_abts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571406480
    },
    "ocs_process_node_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571548864
    },
    "ocs_process_prli_payload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571396576
    },
    "ocs_purge_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571552032
    },
    "ocs_ramlog_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571219552
    },
    "ocs_ramlog_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571219376
    },
    "ocs_ramlog_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571218896
    },
    "ocs_ramlog_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571219680
    },
    "ocs_ramlog_vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571219776
    },
    "ocs_reg_read16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203344
    },
    "ocs_reg_read32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203312
    },
    "ocs_reg_read8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203392
    },
    "ocs_reg_write16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203488
    },
    "ocs_reg_write32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203440
    },
    "ocs_reg_write8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571203536
    },
    "ocs_register_domain_list_empty_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571422336
    },
    "ocs_release_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571192144
    },
    "ocs_remote_node_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571501024
    },
    "ocs_remote_node_group_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571453728
    },
    "ocs_remote_node_group_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571454528
    },
    "ocs_reset_crn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571596064
    },
    "ocs_rnode_is_nport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571478304
    },
    "ocs_save_ddump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571565760
    },
    "ocs_save_ddump_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571566032
    },
    "ocs_scsi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_scsi_abort_io_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571542336
    },
    "ocs_scsi_check_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571528976
    },
    "ocs_scsi_check_pending_async_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571533360
    },
    "ocs_scsi_convert_dif_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571536848
    },
    "ocs_scsi_del_initiator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591680
    },
    "ocs_scsi_del_initiator_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571544512
    },
    "ocs_scsi_del_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595120
    },
    "ocs_scsi_del_target_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571544544
    },
    "ocs_scsi_dif_blocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213312
    },
    "ocs_scsi_dif_calc_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213056
    },
    "ocs_scsi_dif_calc_crc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571212736
    },
    "ocs_scsi_dif_check_unknown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571545728
    },
    "ocs_scsi_dif_mem_blocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213456
    },
    "ocs_scsi_dif_set_blocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213344
    },
    "ocs_scsi_dif_wire_blocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571213584
    },
    "ocs_scsi_dmamap_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571603184
    },
    "ocs_scsi_get_block_vaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595840
    },
    "ocs_scsi_get_property": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571542800
    },
    "ocs_scsi_get_property_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571543072
    },
    "ocs_scsi_ini_ddump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595680
    },
    "ocs_scsi_ini_del_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594080
    },
    "ocs_scsi_ini_del_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594112
    },
    "ocs_scsi_ini_del_sport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594176
    },
    "ocs_scsi_ini_io_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595664
    },
    "ocs_scsi_ini_io_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595648
    },
    "ocs_scsi_ini_new_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594064
    },
    "ocs_scsi_ini_new_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594096
    },
    "ocs_scsi_ini_new_sport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594128
    },
    "ocs_scsi_initiator_io_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571602784
    },
    "ocs_scsi_io_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571527136
    },
    "ocs_scsi_io_alloc_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571526912
    },
    "ocs_scsi_io_alloc_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571526688
    },
    "ocs_scsi_io_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571539536
    },
    "ocs_scsi_io_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571533424
    },
    "ocs_scsi_io_dispatch_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571534272
    },
    "ocs_scsi_io_dispatch_hw_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571531360
    },
    "ocs_scsi_io_dispatch_no_hw_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571530464
    },
    "ocs_scsi_io_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571528736
    },
    "ocs_scsi_new_initiator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591456
    },
    "ocs_scsi_new_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594928
    },
    "ocs_scsi_recv_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591920
    },
    "ocs_scsi_recv_cmd_first_burst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571592848
    },
    "ocs_scsi_recv_tmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571592864
    },
    "ocs_scsi_recv_wr_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571536096
    },
    "ocs_scsi_register_bounce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571544592
    },
    "ocs_scsi_send_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571539952
    },
    "ocs_scsi_send_nodata_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571541744
    },
    "ocs_scsi_send_rd_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571534944
    },
    "ocs_scsi_send_rd_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571539872
    },
    "ocs_scsi_send_resp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571536144
    },
    "ocs_scsi_send_tmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571541808
    },
    "ocs_scsi_send_tmf_resp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571538064
    },
    "ocs_scsi_send_wr_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571541584
    },
    "ocs_scsi_send_wr_io_first_burst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571541664
    },
    "ocs_scsi_sport_deleted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594208
    },
    "ocs_scsi_target_io_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571603360
    },
    "ocs_scsi_tgt_abort_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571538688
    },
    "ocs_scsi_tgt_ddump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595696
    },
    "ocs_scsi_tgt_del_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591360
    },
    "ocs_scsi_tgt_del_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591392
    },
    "ocs_scsi_tgt_del_sport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591440
    },
    "ocs_scsi_tgt_io_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595632
    },
    "ocs_scsi_tgt_io_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571595616
    },
    "ocs_scsi_tgt_new_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591264
    },
    "ocs_scsi_tgt_new_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591376
    },
    "ocs_scsi_tgt_new_sport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591408
    },
    "ocs_scsi_update_first_burst_transferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571544576
    },
    "ocs_scsi_validate_initiator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571591664
    },
    "ocs_scsi_xfer_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571534992
    },
    "ocs_sem_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206208
    },
    "ocs_sem_p": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571415344
    },
    "ocs_send_adisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571461952
    },
    "ocs_send_adisc_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571466544
    },
    "ocs_send_ct_rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571474160
    },
    "ocs_send_fdisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571460528
    },
    "ocs_send_flogi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571460096
    },
    "ocs_send_flogi_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571464720
    },
    "ocs_send_flogi_p2p_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571464320
    },
    "ocs_send_logo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571461600
    },
    "ocs_send_logo_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571466240
    },
    "ocs_send_ls_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571465936
    },
    "ocs_send_ls_acc_after_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571396480
    },
    "ocs_send_ls_rjt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571463600
    },
    "ocs_send_pdisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571462368
    },
    "ocs_send_plogi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571459104
    },
    "ocs_send_plogi_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571463936
    },
    "ocs_send_prli": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571460928
    },
    "ocs_send_prli_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571465184
    },
    "ocs_send_prlo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571461296
    },
    "ocs_send_prlo_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571465584
    },
    "ocs_send_rrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571462960
    },
    "ocs_send_rscn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571463248
    },
    "ocs_send_scr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571462672
    },
    "ocs_setup_fcports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571185440
    },
    "ocs_setup_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571190160
    },
    "ocs_setup_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206960
    },
    "ocs_sframe_common_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571553264
    },
    "ocs_sframe_common_send_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571557136
    },
    "ocs_sframe_send_bls_acc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571553152
    },
    "ocs_sframe_send_task_set_full_or_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571556688
    },
    "ocs_sm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_sm_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571390912
    },
    "ocs_sm_event_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571390928
    },
    "ocs_sm_id": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609088704
    },
    "ocs_sm_post_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571390768
    },
    "ocs_sm_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571390800
    },
    "ocs_sparm_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571452496
    },
    "ocs_sport.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_sport_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571434128
    },
    "ocs_sport_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571438688
    },
    "ocs_sport_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571438320
    },
    "ocs_sport_find_wwn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571435072
    },
    "ocs_sport_force_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571437520
    },
    "ocs_sport_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571435440
    },
    "ocs_sport_get_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571437952
    },
    "ocs_sport_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571436832
    },
    "ocs_sport_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571437440
    },
    "ocs_sport_vport_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571445792
    },
    "ocs_sport_vport_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571445968
    },
    "ocs_sport_vport_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571444768
    },
    "ocs_strdup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571205824
    },
    "ocs_sys_fwupgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571199520
    },
    "ocs_sysctl_config_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571201248
    },
    "ocs_sysctl_config_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571201056
    },
    "ocs_sysctl_current_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571200976
    },
    "ocs_sysctl_current_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571200896
    },
    "ocs_sysctl_fcid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571201440
    },
    "ocs_sysctl_port_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571201648
    },
    "ocs_sysctl_vport_wwnn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571202256
    },
    "ocs_sysctl_vport_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571202448
    },
    "ocs_sysctl_wwnn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571200128
    },
    "ocs_sysctl_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571200512
    },
    "ocs_target_abort_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571539232
    },
    "ocs_target_bls_resp_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571546608
    },
    "ocs_target_io_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571537312
    },
    "ocs_target_tmf_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571602576
    },
    "ocs_task_set_full_or_busy_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571603792
    },
    "ocs_textbuf_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214704
    },
    "ocs_textbuf_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571216416
    },
    "ocs_textbuf_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571217600
    },
    "ocs_textbuf_ext_get_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214064
    },
    "ocs_textbuf_ext_get_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214256
    },
    "ocs_textbuf_ext_get_written": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214560
    },
    "ocs_textbuf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571215424
    },
    "ocs_textbuf_get_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214000
    },
    "ocs_textbuf_get_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214192
    },
    "ocs_textbuf_get_written": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214384
    },
    "ocs_textbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571215072
    },
    "ocs_textbuf_initialized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214688
    },
    "ocs_textbuf_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571210800
    },
    "ocs_textbuf_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571216160
    },
    "ocs_textbuf_puts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571216256
    },
    "ocs_textbuf_remaining": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571217760
    },
    "ocs_textbuf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571217792
    },
    "ocs_textbuf_segment_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571214816
    },
    "ocs_textbuf_vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571215888
    },
    "ocs_tgt_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594416
    },
    "ocs_tgt_resource_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571602448
    },
    "ocs_thread_call_fctn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571205888
    },
    "ocs_thread_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571205616
    },
    "ocs_thread_get_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206000
    },
    "ocs_thread_get_retval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206048
    },
    "ocs_thread_getcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206192
    },
    "ocs_thread_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206096
    },
    "ocs_thread_setcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206160
    },
    "ocs_thread_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571205952
    },
    "ocs_thread_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206016
    },
    "ocs_thread_terminate_requested": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206032
    },
    "ocs_thread_yield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571206064
    },
    "ocs_timer_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571207632
    },
    "ocs_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571500944
    },
    "ocs_unsol.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_unsol_abort_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571553888
    },
    "ocs_unsol_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571547920
    },
    "ocs_unsol_rq_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571547680
    },
    "ocs_unsolicited_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571548720
    },
    "ocs_update_tgt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571594512
    },
    "ocs_utils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_varray_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208768
    },
    "ocs_varray_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208528
    },
    "ocs_varray_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208672
    },
    "ocs_varray_get_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571209520
    },
    "ocs_varray_iter_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571209136
    },
    "ocs_varray_iter_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571208976
    },
    "ocs_varray_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571209360
    },
    "ocs_varray_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571209440
    },
    "ocs_vport_create_spec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571445104
    },
    "ocs_vport_del_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571446800
    },
    "ocs_vport_link_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571456272
    },
    "ocs_vport_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571444080
    },
    "ocs_xport.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ocs_xport_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571408544
    },
    "ocs_xport_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571408624
    },
    "ocs_xport_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571413088
    },
    "ocs_xport_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571412976
    },
    "ocs_xport_domain_list_empty_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571415248
    },
    "ocs_xport_force_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571414768
    },
    "ocs_xport_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571416976
    },
    "ocs_xport_host_stats_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571416912
    },
    "ocs_xport_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571410096
    },
    "ocs_xport_link_stats_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571416864
    },
    "ocs_xport_post_node_event_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571415504
    },
    "ocs_xport_rq_threads_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571409648
    },
    "ocs_xport_rq_threads_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571417152
    },
    "ocs_xport_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571415568
    },
    "octa": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "octave": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485336
    },
    "octet": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "octets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "octprefix": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613485353
    },
    "octtrack": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613485352
    },
    "ocwnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "odd": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "odd_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "odelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "odescrbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "odest": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "odevvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "odhmac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "odlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "odsattr": {
      "type": {
        "kind": "struct",
        "name": "opnfsdsattr"
      },
      "address": 0
    },
    "odsfield": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "odsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclds"
        }
      },
      "address": 0
    },
    "odst": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "odstzone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "odzone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oelf64_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610173992
    },
    "oem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oem_parameters_table"
        }
      },
      "address": 0
    },
    "oem_build": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oem_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BIOS_OEM_PARAM_BLOCK_T"
        }
      },
      "address": 0
    },
    "oem_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oem_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oem_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BIOS_OEM_PARAM_ELEMENT_v_1_1_T"
        }
      },
      "address": 0
    },
    "oem_patch": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oem_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oem_sig": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "oem_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "oend_w": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "oes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_eth_stats"
        }
      },
      "address": 0
    },
    "oexp": {
      "type": {
        "kind": "struct",
        "name": "nfsex_oldargs"
      },
      "address": 0
    },
    "of": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofBase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ofBits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ofCode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ofCodePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ofCodeTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ofDInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 0
    },
    "ofNext": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ofde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedescent"
        }
      },
      "address": 0
    },
    "ofdm": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ofdmPhyErrCnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofdm_ack_rates": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofdm_level_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "HAL_ANI_OFDM_LEVEL_ENTRY"
        }
      },
      "address": 18446744071584309184
    },
    "ofdm_phy_err_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ofdm_phy_err_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ofdm_plcp2rate": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584034704
    },
    "ofdm_pwrlvl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ofdm_pwrlvl_max": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ofdm_pwrlvl_min": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ofdm_rt_2_pwr_idx": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ofdm_tssi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofdm_upgt2rate": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585068144
    },
    "ofdmpow": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "off": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "off0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "off1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "off2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "off_limits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offcode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offcodeHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "offcodeLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offcodeMax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offcodeMaxValue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offcodeNCount": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "offer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_chanmsg_choffer"
        }
      },
      "address": 0
    },
    "offidxend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "offidxstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "offline": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "offline_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offload": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "offload_to_mirror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offs_0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offs_6_1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offset0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offset1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "offset2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "offset32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offsetBound": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "offsetFound": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "offsetSaved": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offset_1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offset_2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offset_array": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "offset_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offset_nxt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file_offset_struct"
        }
      },
      "address": 0
    },
    "offset_orig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "offset_prv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file_offset_struct"
        }
      },
      "address": 0
    },
    "offset_read": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "offset_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file_offset_struct"
        }
      },
      "address": 0
    },
    "offset_to_read": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "offsets_read": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ofhSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ofidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofl": {
      "type": {
        "kind": "struct",
        "name": "__oflock"
      },
      "address": 0
    },
    "ofl_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377560
    },
    "ofl_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581377604
    },
    "oflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ofld_cong_drop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610628568
    },
    "ofld_rqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofld_rxq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_ofld_rxq"
        }
      },
      "address": 0
    },
    "ofld_tqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofld_txq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_ofld_txq"
        }
      },
      "address": 0
    },
    "ofnbBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ofree": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ofs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ofst": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ofstate": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "oft": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ogen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ogid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ofld_hdr"
        }
      },
      "address": 0
    },
    "oh2c": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oh_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oh_space": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ohandle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ohci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ohci_bus_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_bus_methods"
      },
      "address": 18446744071585044776
    },
    "ohci_check_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572883712
    },
    "ohci_confd": {
      "type": {
        "kind": "struct",
        "name": "ohci_config_desc"
      },
      "address": 18446744071585045130
    },
    "ohci_controller_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572880512
    },
    "ohci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572882048
    },
    "ohci_devd": {
      "type": {
        "kind": "struct",
        "name": "usb_device_descriptor"
      },
      "address": 18446744071585045112
    },
    "ohci_device_bulk_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572886784
    },
    "ohci_device_bulk_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572886800
    },
    "ohci_device_bulk_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585044992
    },
    "ohci_device_bulk_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572886768
    },
    "ohci_device_bulk_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572886816
    },
    "ohci_device_ctrl_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888416
    },
    "ohci_device_ctrl_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888432
    },
    "ohci_device_ctrl_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585045032
    },
    "ohci_device_ctrl_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888400
    },
    "ohci_device_ctrl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888448
    },
    "ohci_device_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572886048
    },
    "ohci_device_intr_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888736
    },
    "ohci_device_intr_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888784
    },
    "ohci_device_intr_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585045072
    },
    "ohci_device_intr_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888560
    },
    "ohci_device_intr_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888800
    },
    "ohci_device_isoc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572884928
    },
    "ohci_device_isoc_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572884944
    },
    "ohci_device_isoc_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585044952
    },
    "ohci_device_isoc_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572884912
    },
    "ohci_device_isoc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572885968
    },
    "ohci_device_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572893152
    },
    "ohci_device_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572892416
    },
    "ohci_do_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572881856
    },
    "ohci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609402824
    },
    "ohci_ep_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572891376
    },
    "ohci_get_dma_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572892400
    },
    "ohci_hubd": {
      "type": {
        "kind": "struct",
        "name": "usb_hub_descriptor"
      },
      "address": 18446744071585045155
    },
    "ohci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572879040
    },
    "ohci_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572882368
    },
    "ohci_iterate_hw_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572878832
    },
    "ohci_non_isoc_done_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888928
    },
    "ohci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ohci_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572894304
    },
    "ohci_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572895376
    },
    "ohci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609402776
    },
    "ohci_pci_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572896288
    },
    "ohci_pci_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585045488
    },
    "ohci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609402752
    },
    "ohci_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572894256
    },
    "ohci_pci_take_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572895680
    },
    "ohci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609402688
    },
    "ohci_rhsc_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572883376
    },
    "ohci_roothub_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572889280
    },
    "ohci_set_hw_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572893920
    },
    "ohci_set_hw_power_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572894176
    },
    "ohci_setup_standard_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572886928
    },
    "ohci_setup_standard_chain_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572887856
    },
    "ohci_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572888384
    },
    "ohci_xfer_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572891472
    },
    "ohci_xfer_unsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572892384
    },
    "ohcifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fwohci_txpkthdr"
        }
      },
      "address": 0
    },
    "ohead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "ohook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oneshot_config_hook"
        }
      },
      "address": 0
    },
    "ohp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclownerhead"
        }
      },
      "address": 0
    },
    "oia": {
      "type": {
        "kind": "struct",
        "name": "pf_addr"
      },
      "address": 0
    },
    "oia32_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610216432
    },
    "oicr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "oid_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "oid_number": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oidlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oidname": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "oidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "oidstr": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "oif": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oif_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oifa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifaddr"
        }
      },
      "address": 0
    },
    "oifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "oim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "omrt6msg"
        }
      },
      "address": 0
    },
    "oind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oinner8": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oinp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcb"
        }
      },
      "address": 0
    },
    "oioctls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "oip": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_hdr"
        }
      },
      "address": 0
    },
    "oiphlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oisr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oitem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_item"
        }
      },
      "address": 0
    },
    "oitv": {
      "type": {
        "kind": "struct",
        "name": "itimerval"
      },
      "address": 0
    },
    "ok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "okay": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "okrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oktousecallout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616768
    },
    "ol": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "olatency": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldBucket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldCSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_bridge_bucket"
        }
      },
      "address": 0
    },
    "oldSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ZSTD_DDict"
          }
        }
      },
      "address": 0
    },
    "oldTableSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_agg_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_agg_info"
        }
      },
      "address": 0
    },
    "old_agg_vsi_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_agg_vsi_info"
        }
      },
      "address": 0
    },
    "old_algo_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "old_algo_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "old_alias_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "old_allotment": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_altq_ifs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altqqueue"
        }
      },
      "address": 0
    },
    "old_altqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altqqueue"
        }
      },
      "address": 0
    },
    "old_amount": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "old_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pf_krule"
          }
        }
      },
      "address": 0
    },
    "old_asq_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_audit_cred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "old_audit_vp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "old_bank_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_boundary": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_bus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_eb"
        }
      },
      "address": 0
    },
    "old_bus_space": {
      "type": {
        "kind": "enum",
        "name": "bwi_bus_space"
      },
      "address": 0
    },
    "old_caps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_cc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "callout_cpu"
        }
      },
      "address": 0
    },
    "old_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "old_child": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "old_clust": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "old_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "old_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "old_dev_pager_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580076080
    },
    "old_dev_pager_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580076288
    },
    "old_dev_pager_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580075456
    },
    "old_dev_pager_ops": {
      "type": {
        "kind": "struct",
        "name": "cdev_pager_ops"
      },
      "address": 18446744071585415000
    },
    "old_domain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_domain"
        }
      },
      "address": 0
    },
    "old_down_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_drv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_driver"
        }
      },
      "address": 0
    },
    "old_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "disk_zone_rep_entry"
        }
      },
      "address": 0
    },
    "old_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "old_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_fdh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_dp_header"
        }
      },
      "address": 0
    },
    "old_fifo_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_flag_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_flush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_fw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "old_gpcntl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_gpreg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_greentx_status": {
      "type": {
        "kind": "enum",
        "name": "unnamed_dc58c1642b2b2844"
      },
      "address": 0
    },
    "old_high": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_history_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_idx_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "old_if_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_inherited_pri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_initediblk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_ioapic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "old_isize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_key": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "old_kiop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_io_params"
        }
      },
      "address": 0
    },
    "old_lc": {
      "type": {
        "kind": "struct",
        "name": "link_config"
      },
      "address": 0
    },
    "old_len": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "old_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_link_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_lock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "old_low": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "old_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map"
        }
      },
      "address": 0
    },
    "old_method": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d836ba77dae2de80"
      },
      "address": 0
    },
    "old_mlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613299912
    },
    "old_mode": {
      "type": {
        "kind": "enum",
        "name": "ice_fc_mode"
      },
      "address": 0
    },
    "old_mouse": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "old_mouse_info_t"
        }
      },
      "address": 0
    },
    "old_msync": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613300240
    },
    "old_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_mtype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "old_nchash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_nchashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nchashhead"
        }
      },
      "address": 0
    },
    "old_nfs_advlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "old_nfs_reclaim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "old_nirq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_num_io_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_oem_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BIOS_OEM_PARAM_ELEMENT_T"
        }
      },
      "address": 0
    },
    "old_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_owner": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "old_parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "old_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 0
    },
    "old_pcidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_pcid"
        }
      },
      "address": 0
    },
    "old_period": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_periph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_periph"
        }
      },
      "address": 0
    },
    "old_pfc_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_pgrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pgrp"
        }
      },
      "address": 0
    },
    "old_phy_noise_spur": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "old_physpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "old_pin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_pinned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_pmac_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_pmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap"
        }
      },
      "address": 0
    },
    "old_pml45": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_ppr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_prio": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_priority": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_probes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_promisc_setting": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_prot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_ps_disabled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "old_ptype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_radix": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "old_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "old_rcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_reg_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_rt_tables": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "rib_head"
          }
        }
      },
      "address": 0
    },
    "old_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krule"
        }
      },
      "address": 0
    },
    "old_rules": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krulequeue"
        }
      },
      "address": 0
    },
    "old_rw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bwi_regwin"
        }
      },
      "address": 0
    },
    "old_sc_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_slot_sta": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "old_softc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "old_sp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_status": {
      "type": {
        "kind": "enum",
        "name": "i40e_status_code"
      },
      "address": 0
    },
    "old_stflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_tclient": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tstorm_per_queue_stats"
        }
      },
      "address": 0
    },
    "old_timeo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_timing": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "old_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krule_global"
        }
      },
      "address": 0
    },
    "old_txa_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_type": {
      "type": {
        "kind": "enum",
        "name": "iwm_ucode_type"
      },
      "address": 0
    },
    "old_uclient": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ustorm_per_queue_stats"
        }
      },
      "address": 0
    },
    "old_val": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "old_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_vdso_th_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_vector": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_version_timer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_vote": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "old_vps": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vnode"
          }
        }
      },
      "address": 0
    },
    "old_windex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "old_wm": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "old_wp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "old_xclient": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xstorm_per_queue_stats"
        }
      },
      "address": 0
    },
    "oldacc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acc_t"
        }
      },
      "address": 0
    },
    "oldaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oldadp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocdirect"
        }
      },
      "address": 0
    },
    "oldaip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "allocindir"
        }
      },
      "address": 0
    },
    "oldargs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pargs"
        }
      },
      "address": 0
    },
    "oldbinname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "oldblks": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "oldbrate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldchr": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "oldcl": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "CLIENT"
          }
        }
      },
      "address": 0
    },
    "oldclass": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oldclen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldcn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "oldcwnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsv4node"
        }
      },
      "address": 0
    },
    "olddap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "diradd"
        }
      },
      "address": 0
    },
    "olddata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "olddblev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "olddelta": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "olddep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "devfs_dirent"
          }
        }
      },
      "address": 0
    },
    "olddisk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_disk"
        }
      },
      "address": 0
    },
    "olddos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmedia_entry"
        }
      },
      "address": 0
    },
    "oldenv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "oldest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jseg"
        }
      },
      "address": 0
    },
    "oldfde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "filedescent"
        }
      },
      "address": 0
    },
    "oldfds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldfill": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldformat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "oldfqdn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldfrags": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "oldframe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 0
    },
    "oldhash": {
      "type": {
        "kind": "struct",
        "name": "uma_hash"
      },
      "address": 0
    },
    "oldhashlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem_hashlist"
        }
      },
      "address": 0
    },
    "oldhashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "oldinc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldinum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldlc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "loginclass"
        }
      },
      "address": 0
    },
    "oldlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldlim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "plimit"
        }
      },
      "address": 0
    },
    "oldlim_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "plimit"
        }
      },
      "address": 0
    },
    "oldlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "plimit"
        }
      },
      "address": 0
    },
    "oldlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "oldltype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldmedia": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldmtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "oldnfsstats": {
      "type": {
        "kind": "struct",
        "name": "ext_nfsstats"
      },
      "address": 18446744071612476828
    },
    "oldnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_node"
        }
      },
      "address": 0
    },
    "oldobjsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldoffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldoptlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msgbuf"
        }
      },
      "address": 18446744071612927176
    },
    "oldpa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kpooladdr"
        }
      },
      "address": 0
    },
    "oldpages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 0
    },
    "oldpd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_md_sii_perdisk"
        }
      },
      "address": 0
    },
    "oldpde": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldpdpe": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldpmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap"
        }
      },
      "address": 0
    },
    "oldpos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "oldpref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldpri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldprio": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oldprr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison_racct"
        }
      },
      "address": 0
    },
    "oldpstate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oldpte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldpwd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pwd"
        }
      },
      "address": 0
    },
    "oldrand": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613058272
    },
    "oldreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldrepstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldrootvnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "oldrow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "oldrows": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "oldrule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_krule"
        }
      },
      "address": 0
    },
    "olds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kstate"
        }
      },
      "address": 0
    },
    "oldscore": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldset": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "oldsigacts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigacts"
        }
      },
      "address": 0
    },
    "oldsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldsndmax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secpolicy"
        }
      },
      "address": 0
    },
    "oldspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "oldspeed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldssiz": {
      "type": {
        "kind": "struct",
        "name": "rlimit"
      },
      "address": 0
    },
    "oldstate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldswitchcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag_iommu"
        }
      },
      "address": 0
    },
    "oldtbtt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldtd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "oldtextdvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "oldtextvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "oldtf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 0
    },
    "oldthr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oldthresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "oldtsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sc_term_sw"
        }
      },
      "address": 0
    },
    "olduip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uidinfo"
        }
      },
      "address": 0
    },
    "oldv": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oldvalid": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oldvalp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "oldvalue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldvm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmspace"
        }
      },
      "address": 0
    },
    "oldvmspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmspace"
        }
      },
      "address": 0
    },
    "oldvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "oldwidth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oldwin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oldzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 0
    },
    "oleds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "olen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "olimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "olinfo_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "olladdr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "olpc_gain_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "olpc_gain_delta_tmp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "olpc_power_offset": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "om": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "omap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "omapp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "okeymap_t"
        }
      },
      "address": 0
    },
    "omask": {
      "type": {
        "kind": "enum",
        "name": "unnamed_85955ed9d857b9e3"
      },
      "address": 0
    },
    "omastertemplate": {
      "type": {
        "kind": "struct",
        "name": "odirtemplate"
      },
      "address": 0
    },
    "omax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "omaxmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "omcast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "omsrv": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "on": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "on251": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ona": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_adapter"
        }
      },
      "address": 0
    },
    "onamelen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "once": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oncmds": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "one": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_switch_config_element_resp"
        }
      },
      "address": 0
    },
    "oneSeqSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "onefs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "onei": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "ones": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "oneseg_dma_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568945264
    },
    "oneslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510532
    },
    "onethread": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510528
    },
    "onetimeauth_poly1305.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "onfault": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "onfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsfh"
        }
      },
      "address": 0
    },
    "onfiles": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "onfsdarg": {
      "type": {
        "kind": "struct",
        "name": "nfsd_nfsd_oargs"
      },
      "address": 0
    },
    "onid": {
      "type": {
        "kind": "struct",
        "name": "nfsd_oidargs"
      },
      "address": 0
    },
    "only_frag": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "only_user": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "only_vsi": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "onlystereo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "onoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "onumvnodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "onxt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocf_operation"
        }
      },
      "address": 0
    },
    "ooa": {
      "type": {
        "kind": "struct",
        "name": "pf_addr"
      },
      "address": 0
    },
    "oob_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oob_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ooff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ooffset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "oom_alloc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oonstack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oopts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "op": {
      "type": {
        "kind": "struct",
        "name": "xen_platform_op"
      },
      "address": 0
    },
    "op0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "op1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "op2": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "op3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "op4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "opStart2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "opStart3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "opStart4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "op_code": {
      "type": {
        "kind": "enum",
        "name": "drv_info_opcode"
      },
      "address": 0
    },
    "op_code_prot": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584866592
    },
    "op_end": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "op_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "op_gen_command": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "op_ib_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ib_queue_t"
        }
      },
      "address": 0
    },
    "op_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "op_limit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "op_mod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "op_modifier": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "op_ob_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ob_queue_t"
        }
      },
      "address": 0
    },
    "op_start": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "op_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "op_table": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071585180016
    },
    "op_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "op_w": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "opar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "oparms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "opc": {
      "type": {
        "kind": "enum",
        "name": "ice_adminq_opc"
      },
      "address": 0
    },
    "opc80_byte_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587200880
    },
    "opc81_long_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587200944
    },
    "opc81_word_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587201008
    },
    "opc82_byte_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587200880
    },
    "opc83_long_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587200944
    },
    "opc83_word_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587201008
    },
    "opcD0_byte_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587201072
    },
    "opcD1_long_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587201136
    },
    "opcD1_word_operation": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587201200
    },
    "opcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opcntp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "opcode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "opcode_modifier": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "opened": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "openerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "openfiles": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608216320
    },
    "openfiles_new": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "openings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "openmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "openown": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "openownp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "opens": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "openstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "oper": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oper_vport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_state"
        }
      },
      "address": 0
    },
    "operation": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opflags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "oph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclopenhash"
        }
      },
      "address": 0
    },
    "opidx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "opl": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "opmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "opmod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "opmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_prefix"
        }
      },
      "address": 0
    },
    "opromisc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intel_stolen_ops"
        }
      },
      "address": 0
    },
    "opt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opt2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsopt"
        }
      },
      "address": 0
    },
    "opt6": {
      "type": {
        "kind": "struct",
        "name": "ip6_ext"
      },
      "address": 0
    },
    "optLdm": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_optLdm_t"
      },
      "address": 0
    },
    "optPotentialSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "optSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "optStatePtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "optState_t"
        }
      },
      "address": 0
    },
    "opt_client": {
      "type": {
        "kind": "struct",
        "name": "my_inet_opt"
      },
      "address": 0
    },
    "opt_gateway": {
      "type": {
        "kind": "struct",
        "name": "my_inet_opt"
      },
      "address": 0
    },
    "opt_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opt_lenb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "opt_server": {
      "type": {
        "kind": "struct",
        "name": "my_inet_opt"
      },
      "address": 0
    },
    "opt_tab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "nmreq_option"
          }
        }
      },
      "address": 0
    },
    "opt_value": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "opt_wr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_optimized_write_data_cqe_t"
        }
      },
      "address": 0
    },
    "optb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "optbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "optbuf_storage": {
      "type": {
        "count": 2048,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "optcqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_optimized_write_cmd_cqe_t"
        }
      },
      "address": 0
    },
    "optdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "optdatalen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "optend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "option": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "option_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "option_hwrx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_eeprom_option_hwrx"
        }
      },
      "address": 0
    },
    "option_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "option_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "options": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "optiov": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "optlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "optlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsoptlist"
        }
      },
      "address": 0
    },
    "optm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "optname": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "optnames": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mntoptnames"
        }
      },
      "address": 18446744071585192448
    },
    "optp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "optpar": {
      "type": {
        "kind": "enum",
        "name": "mlx4_qp_optpar"
      },
      "address": 0
    },
    "optr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "opts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "optsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "opttype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "optval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "optype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "opval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oq_ci": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oq_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oq_pi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oquality": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "or_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582386448
    },
    "or_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582386624
    },
    "or_vsig": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "or_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582386544
    },
    "orate": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "orb_fun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "orb_fun_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584771552
    },
    "orb_status0": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584771680
    },
    "orb_status1_object": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584771792
    },
    "orb_status1_serial_bus_error": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584771824
    },
    "orc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ord": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order1_5x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order1_5x_rem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order2_3x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order2_3x_rem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order_1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "order_x_by_y": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ordered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ordinal": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_pass_open_req"
        }
      },
      "address": 0
    },
    "oresid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "orev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "org": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "org_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orgdest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "orglen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ori_sg_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ori_sglist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "orient": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "orig": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "origLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "orig_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "orig_autoc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_brandinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Brandinfo"
        }
      },
      "address": 0
    },
    "orig_buflen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "orig_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "orig_chan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_fctl0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_feup": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "orig_fvl_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "orig_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "orig_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "orig_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "orig_mtt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_mtt"
        }
      },
      "address": 0
    },
    "orig_mtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "orig_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "orig_osrel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "orig_param3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_pri_path_fl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "orig_resid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "orig_rtm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rt_msghdr"
        }
      },
      "address": 0
    },
    "orig_sched_queue": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "orig_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "orig_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "orig_tf_rflags": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "orig_tree_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "orig_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orig_vlan_control": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "orig_vlan_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "orig_vsig": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "orig_x": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "origblkno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "origbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "origbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "origbufsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "origcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "origidx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "origifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "origin": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "originalInBufferMode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_6c01a5c655cf2f0c"
      },
      "address": 0
    },
    "originalOutBufferMode": {
      "type": {
        "kind": "enum",
        "name": "unnamed_6c01a5c655cf2f0c"
      },
      "address": 0
    },
    "original_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "original_fib": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "original_ptg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "original_return_code": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "originator": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "originator_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "origmircnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "origpte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "origwin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "orm_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279536
    },
    "orm_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279552
    },
    "orm_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610159944
    },
    "orm_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581278688
    },
    "orm_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610160000
    },
    "orm_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610159896
    },
    "orm_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610159872
    },
    "orm_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610159808
    },
    "orm_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587094112
    },
    "orm_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581279440
    },
    "orom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_orom_info"
        }
      },
      "address": 0
    },
    "orom_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "orom_size_word": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "orom_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "orp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclrecalllayout"
        }
      },
      "address": 0
    },
    "orphanpg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575482672
    },
    "orpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "os": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktls_ocf_session"
        }
      },
      "address": 0
    },
    "os2bmc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "os_add_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582219424
    },
    "os_aio_response_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582220960
    },
    "os_class": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "os_complete_outstanding_cmds_nodevice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582222688
    },
    "os_copy_from_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582261872
    },
    "os_copy_to_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582261856
    },
    "os_create_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268976
    },
    "os_destroy_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582261312
    },
    "os_destroy_semaphore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269008
    },
    "os_dma_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582267632
    },
    "os_dma_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268208
    },
    "os_dma_mem_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582267664
    },
    "os_dma_mem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268224
    },
    "os_dma_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582267616
    },
    "os_eventtaskqueue_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582259312
    },
    "os_free_intr_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582261728
    },
    "os_get_intr_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582258640
    },
    "os_get_processor_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582258608
    },
    "os_get_task_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582222640
    },
    "os_get_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268464
    },
    "os_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "os_init_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268928
    },
    "os_io_response_success": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582219872
    },
    "os_mem_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268336
    },
    "os_mem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268368
    },
    "os_pkg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "os_raid_response_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582220496
    },
    "os_remove_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582219680
    },
    "os_rescan_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582228112
    },
    "os_reset_rcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582222112
    },
    "os_resource_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268400
    },
    "os_scsi_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "os_sema_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269024
    },
    "os_sema_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269040
    },
    "os_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582260864
    },
    "os_sge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "os_sgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "mfi_sgl"
        }
      },
      "address": 0
    },
    "os_start_heartbeat_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268832
    },
    "os_stop_heartbeat_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268800
    },
    "os_strlcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269056
    },
    "os_subtype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "os_uninit_spinlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268960
    },
    "os_update_dma_attributes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582267648
    },
    "os_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "os_wellness_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582268640
    },
    "osa": {
      "type": {
        "kind": "struct",
        "name": "sigaction"
      },
      "address": 0
    },
    "osb": {
      "type": {
        "kind": "struct",
        "name": "freebsd11_stat"
      },
      "address": 0
    },
    "osc_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "osd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hw_port_stats"
        }
      },
      "address": 0
    },
    "osd_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575453856
    },
    "osd_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612555000
    },
    "osd_default_destructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575451136
    },
    "osd_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575453744
    },
    "osd_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575451152
    },
    "osd_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575454064
    },
    "osd_free_reserved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575453392
    },
    "osd_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575453488
    },
    "osd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575454368
    },
    "osd_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575450384
    },
    "osd_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575453280
    },
    "osd_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575452384
    },
    "osd_set_reserved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575452400
    },
    "osd_slot_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613142840
    },
    "osd_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609692992
    },
    "osdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iavf_osdep"
        }
      },
      "address": 0
    },
    "osdm": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "osd_master"
        }
      },
      "address": 18446744071609692016
    },
    "oset": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "oset1": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "osetp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "__sigset_t"
        }
      },
      "address": 0
    },
    "osigio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigio"
        }
      },
      "address": 0
    },
    "osiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "osize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "osp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timespec"
        }
      },
      "address": 0
    },
    "osrc": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "osrczone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "osrel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "osreldate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610260400
    },
    "osreldt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "osrelease": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610260368
    },
    "osrelstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "oss": {
      "type": {
        "kind": "struct",
        "name": "stack_t"
      },
      "address": 0
    },
    "oss_to_snd_chn": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585020496
    },
    "ossnames": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584991120
    },
    "ostart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ostat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jme_hw_stats"
        }
      },
      "address": 0
    },
    "ostat0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ostat1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ostate": {
      "type": {
        "kind": "enum",
        "name": "ieee80211_state"
      },
      "address": 0
    },
    "ostatus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ostype": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610260359
    },
    "oszone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "otable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fdescenttbl"
        }
      },
      "address": 0
    },
    "otarget": {
      "type": {
        "kind": "struct",
        "name": "feeder_chain_state"
      },
      "address": 0
    },
    "otbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tb_regulator"
        }
      },
      "address": 0
    },
    "oth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcphdr"
        }
      },
      "address": 0
    },
    "other": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ww_mutex_thread"
        }
      },
      "address": 0
    },
    "other_bus": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "other_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "other_dev": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "other_engine": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "other_func": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "other_load_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "other_lop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "other_ocs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_t"
        }
      },
      "address": 0
    },
    "other_port": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "other_ses_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_cache_t"
        }
      },
      "address": 0
    },
    "other_shmem_base_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "otherant": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "otherdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_ed"
        }
      },
      "address": 0
    },
    "otherend_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "otherend_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "otherlop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscllock"
        }
      },
      "address": 0
    },
    "otmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "otos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "otrigger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "oublock_end": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "oublock_st": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "oui": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oui_bytes": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ouid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ouisubtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "our": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "our_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "our_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ourdl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_dl"
        }
      },
      "address": 0
    },
    "ourfinisacked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ourmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngpppoe_init_data"
        }
      },
      "address": 0
    },
    "ours": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "out": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "outBuffSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "outBufferSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "outHook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_hook"
        }
      },
      "address": 0
    },
    "outMsg1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outSeqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_Sequence"
        }
      },
      "address": 0
    },
    "out_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "out_cap": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "out_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_buffer"
        }
      },
      "address": 0
    },
    "out_mad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ib_smp"
        }
      },
      "address": 0
    },
    "out_mfa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "out_of_order_axr_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "out_of_order_axr_data": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "out_of_space": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "out_param": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "out_res": {
      "type": {
        "kind": "struct",
        "name": "tws_outbound_response"
      },
      "address": 0
    },
    "out_sensor": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "out_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "out_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "outattrflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_fw_page"
        }
      },
      "address": 0
    },
    "outb_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422352
    },
    "outblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "outbound_doorbell": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outbound_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outbound_intStatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outbound_intstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outbound_message": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outbound_tail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outbound_write_pointer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outbox": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cmd_mailbox"
        }
      },
      "address": 0
    },
    "outbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "outcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "outer8": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "outer_headers_c": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "outer_ip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip"
        }
      },
      "address": 0
    },
    "outer_ipv6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "outgoing_channel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_channel"
        }
      },
      "address": 0
    },
    "outif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "outlayer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dvd_layer"
        }
      },
      "address": 0
    },
    "outlckp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "outlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "outlier_mag_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outlier_phs_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outlo": {
      "type": {
        "kind": "struct",
        "name": "nfslock"
      },
      "address": 0
    },
    "outlop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "outmad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_mad_ifc"
        }
      },
      "address": 0
    },
    "outmailbox": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_cmd_mailbox"
        }
      },
      "address": 0
    },
    "outmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outnfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsfh"
        }
      },
      "address": 0
    },
    "outnfsva": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "outnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "outoffp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "outofnmi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581383905
    },
    "outp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "output": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "output_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "output_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "output_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outputsbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "outqsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outrv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582391680
    },
    "outset": {
      "type": {
        "kind": "struct",
        "name": "domainset"
      },
      "address": 0
    },
    "outsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "outsmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ib_smp"
        }
      },
      "address": 0
    },
    "outst": {
      "type": {
        "kind": "struct",
        "name": "nfsstate"
      },
      "address": 0
    },
    "outstanding": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "outstanding_io_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "outstateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "outstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ti_stats"
        }
      },
      "address": 0
    },
    "outstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "outstr": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "outsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "outtab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "outvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "outzone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ov": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ova": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "oval": {
      "type": {
        "kind": "struct",
        "name": "itimerspec"
      },
      "address": 0
    },
    "oval32": {
      "type": {
        "kind": "struct",
        "name": "itimerspec32"
      },
      "address": 0
    },
    "ovalp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "itimerspec"
        }
      },
      "address": 0
    },
    "ovcase": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "over": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "overcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "overflow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "overhead": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "overinterval": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071609783240
    },
    "overlap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "override": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "override_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "overruns": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ovfs": {
      "type": {
        "kind": "struct",
        "name": "ovfsconf"
      },
      "address": 0
    },
    "ovlan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ovlan1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ovlan2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "oweinact": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "owk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "worklist"
        }
      },
      "address": 0
    },
    "owkspc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "own": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "owned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "owner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "owner_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "owner_lockmgr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390896
    },
    "owner_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575439984
    },
    "owner_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575557408
    },
    "owner_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564048
    },
    "owner_sx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630512
    },
    "ownermode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ownerstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "owning_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "owning_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "ownloopid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ownp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ownstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "owp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclowner"
        }
      },
      "address": 0
    },
    "owp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclowner"
        }
      },
      "address": 0
    },
    "ox_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "oxpcie": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "p": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "p0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "p0init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609619832
    },
    "p0post_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609619856
    },
    "p1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "p1003_1b.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "p2": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p2"
      },
      "address": 0
    },
    "p2_req_set": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "p2v_mailbox": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "p3": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 0
    },
    "p31b_getcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791776
    },
    "p31b_iscfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791808
    },
    "p31b_set_standard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791952
    },
    "p31b_set_standard_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609726504
    },
    "p31b_setcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791680
    },
    "p31b_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609723792
    },
    "p31b_sysctl_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791840
    },
    "p31b_unsetcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791728
    },
    "p31binit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791616
    },
    "p32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "p4": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 18446744071584861232
    },
    "p4_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "p4ok": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584861236
    },
    "p4tcc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "p4tcc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219216
    },
    "p4tcc_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610155248
    },
    "p4tcc_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610155224
    },
    "p4tcc_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610155184
    },
    "p4tcc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219360
    },
    "p4tcc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610155296
    },
    "p4tcc_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219904
    },
    "p4tcc_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219600
    },
    "p4tcc_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581218992
    },
    "p4tcc_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587091824
    },
    "p4tcc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219152
    },
    "p4tcc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219424
    },
    "p4tcc_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219744
    },
    "p4tcc_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219712
    },
    "p5": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 0
    },
    "p6": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 0
    },
    "p7": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 0
    },
    "p8": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 18446744071584861216
    },
    "p8ok": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584861224
    },
    "pBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "BASE_EEP_9287_HEADER"
        }
      },
      "address": 0
    },
    "pBssPhyParam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "paramType"
        }
      },
      "address": 0
    },
    "pBuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_fw_diagnostic_buffer_t"
        }
      },
      "address": 0
    },
    "pCal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EEPROM_DATA_STRUCT_2413"
        }
      },
      "address": 0
    },
    "pCalBChans": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pCalCh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EEPROM_DATA_PER_CHANNEL_2413"
        }
      },
      "address": 0
    },
    "pCap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_CAPABILITIES"
        }
      },
      "address": 0
    },
    "pChanList": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pChannelData": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "DATA_PER_CHANNEL"
        }
      },
      "address": 0
    },
    "pChannels": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pCmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "FWCmdHdr"
        }
      },
      "address": 0
    },
    "pCtlMode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pData": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pDevHandle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pDevMap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pDrvRaidMap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_DRV_RAID_MAP"
        }
      },
      "address": 0
    },
    "pEepData": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9287_eeprom"
        }
      },
      "address": 0
    },
    "pExpnXPD": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EXPN_DATA_PER_XPD_5112"
        }
      },
      "address": 0
    },
    "pFibX": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_fib_xporthdr"
        }
      },
      "address": 0
    },
    "pFwRaidMap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_FW_RAID_MAP"
        }
      },
      "address": 0
    },
    "pGpm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pIO_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI2_SCSI_IO_REQUEST"
        }
      },
      "address": 0
    },
    "pInLoopLimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pMagMap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pMatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pMax": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "pMbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "pMin": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "pModal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "modal_eep_ar9287_header"
        }
      },
      "address": 0
    },
    "pNumTrgtChannels": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pOffset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pPS_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pPcdac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pPcdacValues": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pPdInterface": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pPhyParam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "paramType"
        }
      },
      "address": 0
    },
    "pPowerExpn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EEPROM_POWER_EXPN_5112"
        }
      },
      "address": 0
    },
    "pPowerInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "TRGT_POWER_INFO"
        }
      },
      "address": 0
    },
    "pPowerMid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "pPwrL": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pPwrR": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pQbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pRD": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tpcMap"
        }
      },
      "address": 0
    },
    "pRVPD": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI2_RAIDVOL0_PHYS_DISK"
        }
      },
      "address": 0
    },
    "pRatesPower": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pRaw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "RAW_DATA_STRUCT_2413"
        }
      },
      "address": 0
    },
    "pRawCh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EXPN_DATA_PER_CHANNEL_5112"
        }
      },
      "address": 0
    },
    "pRawDataset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "RAW_DATA_STRUCT_2413"
        }
      },
      "address": 0
    },
    "pRawDatasetOpenLoop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cal_data_op_loop_ar9287"
        }
      },
      "address": 0
    },
    "pRawXPD": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "RAW_DATA_PER_PDGAIN_2413"
        }
      },
      "address": 0
    },
    "pReq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pScaledUpDbm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "pSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pSpanBlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_SPAN_BLOCK_INFO"
        }
      },
      "address": 0
    },
    "pSrcStruct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "PCDACS_EEPROM"
        }
      },
      "address": 0
    },
    "pStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pVpdL": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pVpdR": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "p_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "p_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "OSPREY_BASE_EEP_HEADER"
        }
      },
      "address": 0
    },
    "p_cal_pier": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "p_cal_pier_struct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "OSP_CAL_DATA_PER_FREQ_OP_LOOP"
        }
      },
      "address": 0
    },
    "p_candebug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575514720
    },
    "p_cansched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575514320
    },
    "p_cansee": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501424
    },
    "p_cansignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575514224
    },
    "p_canwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575515888
    },
    "p_cap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_CAPABILITIES"
        }
      },
      "address": 0
    },
    "p_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "p_collecting": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "p_cpudone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "p_crc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "p_ctl_mode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "p_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "p_drv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "periph_driver"
          }
        }
      },
      "address": 0
    },
    "p_eep_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_eeprom_t"
        }
      },
      "address": 0
    },
    "p_eeprom_target_pwr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CAL_TARGET_POWER_LEG"
        }
      },
      "address": 0
    },
    "p_fifo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "p_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "p_freq_bin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "p_gpm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "p_item": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_paprd_pwr_adjust"
        }
      },
      "address": 0
    },
    "p_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "p_list": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "__va_list_tag"
        }
      },
      "address": 0
    },
    "p_m": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "p_member": {
      "type": {
        "kind": "struct",
        "name": "ifg_member"
      },
      "address": 0
    },
    "p_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "p_pctcpu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "p_rdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "p_rfa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fxp_rfa"
        }
      },
      "address": 0
    },
    "p_root_check": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "p_rx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fxp_rx"
        }
      },
      "address": 0
    },
    "p_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "p_swp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "p_sync": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "p_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "p_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "p_uhe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_host_endpoint"
        }
      },
      "address": 0
    },
    "p_uhi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_host_interface"
        }
      },
      "address": 0
    },
    "p_ui": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_interface"
        }
      },
      "address": 0
    },
    "pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "paPreDEnable": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "pa_angle": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pa_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pa_end1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pa_half": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pa_in": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pa_indx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pa_lock": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mtx_padalign"
        }
      },
      "address": 18446744071608223424
    },
    "pa_params": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "pa_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pa_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pa_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pabort_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "pace": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608209632
    },
    "pace_tab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pack_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575214368
    },
    "packages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "packed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "packed_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "packet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_packet_data"
        }
      },
      "address": 0
    },
    "packet_11a": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584694368
    },
    "packet_11bg": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584694400
    },
    "packet_buf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "packet_size_bins": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584448112
    },
    "packetized": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "packetlen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "packets": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pad": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pad0": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pad0_16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pad0_32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pad1": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585271376
    },
    "pad2": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585271424
    },
    "padLen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pad_pktlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pad_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "padap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "adapter"
        }
      },
      "address": 0
    },
    "padc": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "padded_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "padding": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "paddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "paddr6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "paddrh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "paddrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "paddrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "padlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "padm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngpppoe_padm"
        }
      },
      "address": 0
    },
    "padpi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "padrvgn_a": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "padrvgn_b": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "padrvgn_c": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "padrvgn_d": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "padstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_dma_mem"
        }
      },
      "address": 0
    },
    "page32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_cfg_page_req32"
        }
      },
      "address": 0
    },
    "page_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "page_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580125712
    },
    "page_bad": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_base": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "page_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "page_code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "page_code_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "page_control": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "page_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_counter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_cr2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380997
    },
    "page_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "page_desc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "page_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580125904
    },
    "page_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_page_header"
        }
      },
      "address": 0
    },
    "page_id": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "page_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_info": {
      "type": {
        "kind": "struct",
        "name": "usb_page_search"
      },
      "address": 0
    },
    "page_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380887
    },
    "page_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071610081552
    },
    "page_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "page_link": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "page_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "page_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_mask_result": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "page_no": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "page_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "page_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "page_range": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "page_read_regs_e2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_addr"
        }
      },
      "address": 18446744071584034592
    },
    "page_read_regs_e3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_addr"
        }
      },
      "address": 18446744071584034528
    },
    "page_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_cfg_page_req"
        }
      },
      "address": 0
    },
    "page_req32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_cfg_page_req32"
        }
      },
      "address": 0
    },
    "page_req_swab": {
      "type": {
        "kind": "struct",
        "name": "mpt_cfg_page_req"
      },
      "address": 0
    },
    "page_select": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "page_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "page_shortage": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "page_size": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "page_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "page_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380934
    },
    "page_u_swapgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581380928
    },
    "page_vals_e2": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584156056
    },
    "page_vals_e3": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584156056
    },
    "page_write_regs_e2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584821404
    },
    "page_write_regs_e3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584821404
    },
    "pageablemem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pagebits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pagecopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581534304
    },
    "pagecount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pagedaemon_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610080000
    },
    "pagedaemon_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610080024
    },
    "pagedaemon_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580276496
    },
    "pagedep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pagedep"
        }
      },
      "address": 0
    },
    "pagedep_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579867232
    },
    "pagedep_new_block": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pagedephd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pagedep_hashhead"
        }
      },
      "address": 0
    },
    "pagelist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_8b9b77e456cd7e4e"
      },
      "address": 18446744071609735256
    },
    "pagelist_pages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612900720
    },
    "pageno": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pageoff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pageout_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pageout_cpus_per_thread": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610081548
    },
    "pageout_lock_miss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313788
    },
    "pageout_ok": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pageout_status": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pageout_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pagep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pageproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613313752
    },
    "pager_first": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pager_last": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pagerflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pagertab": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pagerops"
          }
        }
      },
      "address": 18446744071608212880
    },
    "pagertab_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613313792
    },
    "pages": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "pages_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pages_queue": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pages_required": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pages_work_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579323712
    },
    "pagesizes": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071609684992
    },
    "pagesizes32": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pagesperblock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pagezero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422464
    },
    "pagezero_erms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581534288
    },
    "pagezero_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422464
    },
    "pagezero_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581534272
    },
    "paging_mem_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pair": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_queue_pair_info"
        }
      },
      "address": 0
    },
    "pair_swap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pairs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "palive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_alive_resp"
        }
      },
      "address": 0
    },
    "palive3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_alive_resp_v3"
        }
      },
      "address": 0
    },
    "palm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575585456
    },
    "panic_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578821184
    },
    "panic_on_nmi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610162912
    },
    "panic_reboot_wait_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609709616
    },
    "panicked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209579
    },
    "panicstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612802896
    },
    "paprd_scale_factor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "paprd_table_val": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "paprd_train_data_l": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "paprd_train_data_u": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "par": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "par0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "par1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "par_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "par_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "enum",
          "name": "accept_stat"
        }
      },
      "address": 0
    },
    "para": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "param": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "param32": {
      "type": {
        "kind": "struct",
        "name": "thr_param32"
      },
      "address": 0
    },
    "param_cq": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_cq_param"
      },
      "address": 0
    },
    "param_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "param_map": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 0
    },
    "param_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "param_rq": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_rq_param"
      },
      "address": 0
    },
    "param_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "param_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782872
    },
    "params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "paramsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "parent_aclp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 0
    },
    "parent_caps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_caps"
        }
      },
      "address": 0
    },
    "parent_config_page": {
      "type": {
        "kind": "struct",
        "name": "Mpi2SasDevicePage0_t"
      },
      "address": 0
    },
    "parent_cpl": {
      "type": {
        "kind": "struct",
        "name": "nvme_completion"
      },
      "address": 0
    },
    "parent_devinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "parent_dtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_tag"
        }
      },
      "address": 0
    },
    "parent_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl_entry"
        }
      },
      "address": 0
    },
    "parent_ft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_table"
        }
      },
      "address": 0
    },
    "parent_hub": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_device"
        }
      },
      "address": 0
    },
    "parent_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "parent_intpin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "parent_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "parent_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_base"
        }
      },
      "address": 0
    },
    "parent_plen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "parent_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "parent_sas_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "parent_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_softc"
        }
      },
      "address": 0
    },
    "parent_updown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362752
    },
    "parent_wwid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "parentino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "parentname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "parentp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smrnode_t"
        }
      },
      "address": 0
    },
    "parentpath_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "parents": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "parg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pargs_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575475312
    },
    "pargs_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575475392
    },
    "pargs_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575475360
    },
    "parity": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "parity_check": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "parity_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "parm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "parm1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "parms": {
      "type": {
        "kind": "struct",
        "name": "SCIC_IO_SATA_PARAMETERS_T"
      },
      "address": 0
    },
    "parse_acpi_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581209872
    },
    "parse_acpi_tables_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610148296
    },
    "parse_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577516112
    },
    "parse_crs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581004608
    },
    "parse_dpcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575784768
    },
    "parse_dynamic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575773904
    },
    "parse_generic_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581663920
    },
    "parse_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576510800
    },
    "parse_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568940528
    },
    "parse_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575289408
    },
    "parse_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571329504
    },
    "parse_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770768
    },
    "parse_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575785120
    },
    "parse_wwn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571587584
    },
    "parser_params": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "parstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "part": {
      "type": {
        "kind": "struct",
        "name": "partition"
      },
      "address": 0
    },
    "partLen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "part_gpt_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_part_gpt_entry"
        }
      },
      "address": 0
    },
    "part_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "partial": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "partition_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568872832
    },
    "partitions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "partnum": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "parts": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pas_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pass": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pass_add_physpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566107392
    },
    "pass_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608284472
    },
    "pass_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608284400
    },
    "pass_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566104960
    },
    "pass_shutdown_kqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566107328
    },
    "passasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566105072
    },
    "passcleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566106768
    },
    "passclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566108384
    },
    "passcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_passthru_cmd"
        }
      },
      "address": 0
    },
    "passcopysglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566115984
    },
    "passdevgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566116464
    },
    "passdoioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566110000
    },
    "passdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566113424
    },
    "passdriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608284424
    },
    "passed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "passerror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566115968
    },
    "passes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609731936
    },
    "passinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566105008
    },
    "passiocleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566109392
    },
    "passioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566108992
    },
    "passive": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "passkqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566109344
    },
    "passlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "passmemsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566114096
    },
    "passmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608284288
    },
    "passone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "passoninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566106704
    },
    "passopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566107808
    },
    "passphrase": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "passpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566109088
    },
    "passread_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071608284768
    },
    "passreadfilt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566116432
    },
    "passreadfiltdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566116400
    },
    "passregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566105296
    },
    "passsendccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566112704
    },
    "passstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566107024
    },
    "passthrough": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pat_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pat_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pat_index": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613484224
    },
    "pat_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pat_msr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_pata"
        }
      },
      "address": 0
    },
    "patch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 0
    },
    "patch_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "patches": {
      "type": {
        "count": 202,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "patch"
        }
      },
      "address": 18446744071584139600
    },
    "path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "path1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "path2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "path_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "path_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217120
    },
    "path_cost": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "path_fileops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609646992
    },
    "path_from": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "path_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "path_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "path_match_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578424720
    },
    "path_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217104
    },
    "path_related_status": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "nvme_status_string"
        }
      },
      "address": 18446744071584896688
    },
    "path_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "path_str": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "path_swap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "path_swap_ovr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "path_to": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pathbuf": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pathcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pathid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pathlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pathname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pathoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pathp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "pathtoken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "patlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pattern": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "patternData": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pattern_2colors": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pattern_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_match_conf"
        }
      },
      "address": 0
    },
    "pattern_data": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pattern_ncolors": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pattern_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "patterns": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584787120
    },
    "pause": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pause_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pause_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pause_enabled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pause_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pause_result": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pause_sbt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575638480
    },
    "pause_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579950352
    },
    "pause_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pause_wchan": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585177824
    },
    "paused": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pax": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pay_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "paylen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "payload": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "payload4": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "payload_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "payload_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "payload_memory": {
      "type": {
        "kind": "struct",
        "name": "ocs_dma_t"
      },
      "address": 0
    },
    "payload_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pb_headroom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pba": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pba_bar": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pba_block_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pba_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pba_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pba_string": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pba_tlv": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pba_tlv_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pba_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pbase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_base"
        }
      },
      "address": 0
    },
    "pbd_e1x": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_tx_parse_bd_e1x"
        }
      },
      "address": 0
    },
    "pbd_e2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_tx_parse_bd_e2"
        }
      },
      "address": 0
    },
    "pbd_e2_parsing_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pbf_cli_sp_bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pbf_cli_subject2wfq_bitmap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pbf_cos_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pbf_pri_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pbf_reg_adress_crd_weight": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pbgetbo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292528
    },
    "pbgetvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292496
    },
    "pbi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_bar_ioreq"
        }
      },
      "address": 0
    },
    "pbits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pbl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pblkcnts": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 11,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071585014960
    },
    "pblx8": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pbm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_bar_mmap"
        }
      },
      "address": 0
    },
    "pbm32": {
      "type": {
        "kind": "struct",
        "name": "pci_bar_mmap32"
      },
      "address": 0
    },
    "pbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "pbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bio"
        }
      },
      "address": 0
    },
    "pbrelbo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292576
    },
    "pbrelvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292544
    },
    "pbsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pbt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_pbt_tables"
        }
      },
      "address": 0
    },
    "pbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pbuf_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290176
    },
    "pbuf_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290304
    },
    "pbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290416
    },
    "pbuf_prealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292992
    },
    "pbuf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610081600
    },
    "pbuf_wmesg": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585416248
    },
    "pbuf_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613313824
    },
    "pbuf_zsecond_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290592
    },
    "pbufszs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 11,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071585015056
    },
    "pbusy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pbyte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcpu"
        }
      },
      "address": 0
    },
    "pc0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_page_cache"
        }
      },
      "address": 0
    },
    "pc1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_page_cache"
        }
      },
      "address": 0
    },
    "pc_freemask": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071587127200
    },
    "pc_marker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pv_chunk"
        }
      },
      "address": 0
    },
    "pc_marker_b": {
      "type": {
        "kind": "struct",
        "name": "pv_chunk_header"
      },
      "address": 0
    },
    "pc_marker_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pv_chunk"
        }
      },
      "address": 0
    },
    "pc_marker_end_b": {
      "type": {
        "kind": "struct",
        "name": "pv_chunk_header"
      },
      "address": 0
    },
    "pca": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfioc_pooladdr"
        }
      },
      "address": 0
    },
    "pcap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_CAPABILITIES"
        }
      },
      "address": 0
    },
    "pcaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_get_phy_caps_data"
        }
      },
      "address": 0
    },
    "pcaps_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcb"
        }
      },
      "address": 0
    },
    "pcb2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcb"
        }
      },
      "address": 0
    },
    "pcb_save": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "savefpu"
        }
      },
      "address": 0
    },
    "pcb_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174264
    },
    "pcbhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcbhead"
        }
      },
      "address": 0
    },
    "pcbinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcbinfo"
        }
      },
      "address": 0
    },
    "pcbmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573936944
    },
    "pcbopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "pcbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngpcb"
        }
      },
      "address": 0
    },
    "pcbporthash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcbporthead"
        }
      },
      "address": 0
    },
    "pcbstor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcbstorage"
        }
      },
      "address": 0
    },
    "pccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "pccbb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pccbb_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pcdac": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pcdacIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pcdacMax": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcdacMin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcdacStruct": {
      "type": {
        "kind": "struct",
        "name": "FULL_PCDAC_STRUCT"
      },
      "address": 0
    },
    "pcdacTable": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071610619456
    },
    "pcdacTableIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcdac_delta_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcdac_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcdacs": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pcfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "pch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_channel"
        }
      },
      "address": 0
    },
    "pchan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcheck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pchip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ath_hal_chip"
          }
        }
      },
      "address": 0
    },
    "pci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pciDrvInfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MRSAS_DRV_PCI_INFORMATION"
        }
      },
      "address": 0
    },
    "pci_activate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571683200
    },
    "pci_add_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571652416
    },
    "pci_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571663760
    },
    "pci_add_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571661264
    },
    "pci_add_iov_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571663376
    },
    "pci_add_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571658768
    },
    "pci_add_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571653696
    },
    "pci_add_resources_ea": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571652784
    },
    "pci_alloc_devinfo_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097304
    },
    "pci_alloc_devinfo_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571634320
    },
    "pci_alloc_irq_vectors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578878240
    },
    "pci_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567611920
    },
    "pci_alloc_msi_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097016
    },
    "pci_alloc_msi_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571645392
    },
    "pci_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582309936
    },
    "pci_alloc_msix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097040
    },
    "pci_alloc_msix_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571639456
    },
    "pci_alloc_multi_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571681696
    },
    "pci_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571682576
    },
    "pci_assign_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571660608
    },
    "pci_assign_interrupt_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096848
    },
    "pci_assign_interrupt_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571686400
    },
    "pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571673600
    },
    "pci_attach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571673264
    },
    "pci_bar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_PCI_BAR"
        }
      },
      "address": 0
    },
    "pci_bar_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571652112
    },
    "pci_baseclasses": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "kobj_class"
          }
        }
      },
      "address": 18446744071610086096
    },
    "pci_bus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_bus_modes": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584138640
    },
    "pci_cdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610791344
    },
    "pci_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_cfg_barnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pci_cfg_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571669824
    },
    "pci_cfg_save": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571666112
    },
    "pci_cfgreg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_cfgregopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581562160
    },
    "pci_cfgregread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581562176
    },
    "pci_cfgregwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581562464
    },
    "pci_child_added_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097328
    },
    "pci_child_added_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571673248
    },
    "pci_child_deleted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571683696
    },
    "pci_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571675232
    },
    "pci_child_location_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571685264
    },
    "pci_child_pnpinfo_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571685984
    },
    "pci_childcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pci_children": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "pci_class": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "pci_class_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pci_clear_aer_on_attach": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791336
    },
    "pci_clear_bars": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791376
    },
    "pci_clear_buses": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791380
    },
    "pci_clear_pcib": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791400
    },
    "pci_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571735808
    },
    "pci_command": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pci_create_iov_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097400
    },
    "pci_create_iov_child_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571666096
    },
    "pci_ctrl2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_deactivate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571683488
    },
    "pci_delete_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571684480
    },
    "pci_describe_parse_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571696336
    },
    "pci_descriptor_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571673824
    },
    "pci_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "pci_dev_data": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pci_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "pci_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_ident"
        }
      },
      "address": 0
    },
    "pci_device_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_device_is_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578879968
    },
    "pci_devices": {
      "type": {
        "kind": "struct",
        "name": "list_head"
      },
      "address": 18446744071613281960
    },
    "pci_devices_present_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580906144
    },
    "pci_devq": {
      "type": {
        "kind": "struct",
        "name": "devlist"
      },
      "address": 18446744071610791312
    },
    "pci_disable_busmaster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580560672
    },
    "pci_disable_busmaster_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096776
    },
    "pci_disable_busmaster_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571649328
    },
    "pci_disable_io_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096824
    },
    "pci_disable_io_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571649712
    },
    "pci_disable_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571677504
    },
    "pci_disable_msi_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097112
    },
    "pci_disable_msi_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571644528
    },
    "pci_do_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609096176
    },
    "pci_do_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609096168
    },
    "pci_do_power_nodriver": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791340
    },
    "pci_do_power_resume": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609094688
    },
    "pci_do_power_suspend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609094808
    },
    "pci_do_realloc_bars": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609096432
    },
    "pci_domain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pci_domain_adjust_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571735680
    },
    "pci_domain_alloc_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571735248
    },
    "pci_domain_release_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571735728
    },
    "pci_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609094096
    },
    "pci_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571674944
    },
    "pci_drivers": {
      "type": {
        "kind": "struct",
        "name": "list_head"
      },
      "address": 18446744071613281944
    },
    "pci_ea_is_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571652592
    },
    "pci_early_quirks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582405968
    },
    "pci_early_quirks.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_enable_ari": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609096184
    },
    "pci_enable_aspm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609095824
    },
    "pci_enable_busmaster_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096752
    },
    "pci_enable_busmaster_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571649152
    },
    "pci_enable_io_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096800
    },
    "pci_enable_io_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571649504
    },
    "pci_enable_io_modes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609096428
    },
    "pci_enable_mps_tune": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609096188
    },
    "pci_enable_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571676720
    },
    "pci_enable_msi_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097064
    },
    "pci_enable_msi_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571643968
    },
    "pci_enable_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571676832
    },
    "pci_enable_msix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097088
    },
    "pci_enable_msix_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571638128
    },
    "pci_enable_pcie_ei": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791404
    },
    "pci_enable_pcie_hp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609098760
    },
    "pci_fetch_vpd_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571635776
    },
    "pci_fill_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628912
    },
    "pci_find_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571652016
    },
    "pci_find_bsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628272
    },
    "pci_find_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582160336
    },
    "pci_find_cap_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096872
    },
    "pci_find_cap_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571636672
    },
    "pci_find_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628448
    },
    "pci_find_class_from": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628496
    },
    "pci_find_dbsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628336
    },
    "pci_find_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628400
    },
    "pci_find_extcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579317584
    },
    "pci_find_extcap_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096920
    },
    "pci_find_extcap_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571637536
    },
    "pci_find_htcap_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096968
    },
    "pci_find_htcap_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571635872
    },
    "pci_find_next_cap_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096896
    },
    "pci_find_next_cap_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571637168
    },
    "pci_find_next_extcap_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096944
    },
    "pci_find_next_extcap_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571637824
    },
    "pci_find_next_htcap_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096992
    },
    "pci_find_next_htcap_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571636368
    },
    "pci_find_pcie_root_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571686608
    },
    "pci_first_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571652080
    },
    "pci_freecfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571647840
    },
    "pci_gen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_generation": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610791332
    },
    "pci_get_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571685872
    },
    "pci_get_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582340288
    },
    "pci_get_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572877984
    },
    "pci_get_device_path_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571686080
    },
    "pci_get_devid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572945200
    },
    "pci_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571684752
    },
    "pci_get_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571663648
    },
    "pci_get_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571663264
    },
    "pci_get_id_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097280
    },
    "pci_get_id_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571694688
    },
    "pci_get_max_payload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571642784
    },
    "pci_get_max_read_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571642928
    },
    "pci_get_powerstate_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096656
    },
    "pci_get_powerstate_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571649024
    },
    "pci_get_progif": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582340512
    },
    "pci_get_relaxed_ordering_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571642640
    },
    "pci_get_resource_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571684720
    },
    "pci_get_revid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569529072
    },
    "pci_get_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571663152
    },
    "pci_get_subclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582340400
    },
    "pci_get_subdevice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569530368
    },
    "pci_get_subvendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569530272
    },
    "pci_get_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572917744
    },
    "pci_get_vpd_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572155280
    },
    "pci_get_vpd_ident_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096704
    },
    "pci_get_vpd_ident_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571634368
    },
    "pci_get_vpd_readonly_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096728
    },
    "pci_get_vpd_readonly_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571635568
    },
    "pci_header_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_hint_device_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571692992
    },
    "pci_honor_msi_blacklist": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609096172
    },
    "pci_host_bridge_uuid": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610087184
    },
    "pci_hostb_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624752
    },
    "pci_hostb_assign_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625840
    },
    "pci_hostb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624496
    },
    "pci_hostb_disable_busmaster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625200
    },
    "pci_hostb_disable_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625456
    },
    "pci_hostb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609093632
    },
    "pci_hostb_enable_busmaster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625072
    },
    "pci_hostb_enable_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625328
    },
    "pci_hostb_find_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625968
    },
    "pci_hostb_find_extcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571626208
    },
    "pci_hostb_find_htcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571626448
    },
    "pci_hostb_find_next_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571626080
    },
    "pci_hostb_find_next_extcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571626320
    },
    "pci_hostb_find_next_htcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571626560
    },
    "pci_hostb_get_powerstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625584
    },
    "pci_hostb_methods": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584914688
    },
    "pci_hostb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624176
    },
    "pci_hostb_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624832
    },
    "pci_hostb_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624624
    },
    "pci_hostb_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624800
    },
    "pci_hostb_set_powerstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571625712
    },
    "pci_hostb_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624944
    },
    "pci_hostb_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571624736
    },
    "pci_ht_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571639168
    },
    "pci_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_rd_pci_ids_t"
        }
      },
      "address": 18446744071587078928
    },
    "pci_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_pci_info_t"
        }
      },
      "address": 0
    },
    "pci_intr_handler.pcix1_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608429344
    },
    "pci_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571735824
    },
    "pci_iov.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_iov_add_vf_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097936
    },
    "pci_iov_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579317696
    },
    "pci_iov_attach_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097352
    },
    "pci_iov_attach_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571698496
    },
    "pci_iov_attach_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571698256
    },
    "pci_iov_cfg_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571700800
    },
    "pci_iov_cfg_save": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571701184
    },
    "pci_iov_config_get_num_vfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571709712
    },
    "pci_iov_delete_iov_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571699936
    },
    "pci_iov_detach_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097376
    },
    "pci_iov_detach_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571699568
    },
    "pci_iov_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_iov_init_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097888
    },
    "pci_iov_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571701904
    },
    "pci_iov_max_config": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609097880
    },
    "pci_iov_schema.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_iov_schema_add_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707152
    },
    "pci_iov_schema_add_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707392
    },
    "pci_iov_schema_add_uint16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707888
    },
    "pci_iov_schema_add_uint32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707920
    },
    "pci_iov_schema_add_uint64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707952
    },
    "pci_iov_schema_add_uint8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707632
    },
    "pci_iov_schema_add_unicast_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707984
    },
    "pci_iov_schema_alloc_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571709760
    },
    "pci_iov_schema_find_validator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571709776
    },
    "pci_iov_schema_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571707664
    },
    "pci_iov_schema_validate_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710000
    },
    "pci_iov_schema_validate_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571708768
    },
    "pci_iov_schema_validate_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571709408
    },
    "pci_iov_schema_validate_required": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710832
    },
    "pci_iov_schema_validate_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710080
    },
    "pci_iov_schema_validate_types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571711344
    },
    "pci_iov_schema_validate_uint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710160
    },
    "pci_iov_schema_validate_unicast_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710320
    },
    "pci_iov_schema_validators": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "config_type_validator"
        }
      },
      "address": 18446744071609097968
    },
    "pci_iov_uninit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097912
    },
    "pci_iov_validate_bool_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710032
    },
    "pci_iov_validate_device_schema": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571708432
    },
    "pci_iov_validate_schema": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571708224
    },
    "pci_iov_validate_string_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710112
    },
    "pci_iov_validate_subsystem_schema": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710496
    },
    "pci_iov_validate_uint_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710240
    },
    "pci_iov_validate_unicast_mac_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571710400
    },
    "pci_link_bios_isa_irqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613400400
    },
    "pci_link_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610086928
    },
    "pci_link_interrupt_weights": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613399376
    },
    "pci_link_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_link_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613399344
    },
    "pci_link_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071610086640
    },
    "pci_link_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086448
    },
    "pci_link_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086472
    },
    "pci_lock": {
      "type": {
        "kind": "struct",
        "name": "spinlock_t"
      },
      "address": 18446744071613281976
    },
    "pci_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571695072
    },
    "pci_mapsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628592
    },
    "pci_mask_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571640992
    },
    "pci_match_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571689792
    },
    "pci_memen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571696240
    },
    "pci_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585323120
    },
    "pci_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pci_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571694800
    },
    "pci_modevent.pci_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610791344
    },
    "pci_modevent.tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610791352
    },
    "pci_msi_blacklisted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571646240
    },
    "pci_msi_count_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097184
    },
    "pci_msi_count_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571647792
    },
    "pci_msi_device_blacklisted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571644832
    },
    "pci_msix_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582309632
    },
    "pci_msix_count_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097208
    },
    "pci_msix_count_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571642496
    },
    "pci_msix_device_blacklisted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571645024
    },
    "pci_msix_pba_bar_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097232
    },
    "pci_msix_pba_bar_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571642544
    },
    "pci_msix_rewrite_table": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791328
    },
    "pci_msix_table_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569985680
    },
    "pci_msix_table_bar_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097256
    },
    "pci_msix_table_bar_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571642592
    },
    "pci_next_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571652096
    },
    "pci_nomatch_tab": {
      "type": {
        "count": 90,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_a840495e0bd307b8"
        }
      },
      "address": 18446744071584917408
    },
    "pci_ns8250_ids": {
      "type": {
        "count": 77,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_id"
        }
      },
      "address": 18446744071585039696
    },
    "pci_numdevs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610791304
    },
    "pci_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571735760
    },
    "pci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_pcib_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609096376
    },
    "pci_pcib_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609096352
    },
    "pci_pcibmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609094192
    },
    "pci_pending_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571639376
    },
    "pci_porten": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571696144
    },
    "pci_power_names": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071610003152
    },
    "pci_power_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571689024
    },
    "pci_powerstate_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613399312
    },
    "pci_powerstate_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071610086304
    },
    "pci_powerstate_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086048
    },
    "pci_powerstate_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086072
    },
    "pci_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571677600
    },
    "pci_print_faulted_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571690736
    },
    "pci_print_faulted_dev_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571697152
    },
    "pci_print_verbose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571649920
    },
    "pci_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571648784
    },
    "pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571692416
    },
    "pci_probe_nomatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571678016
    },
    "pci_protocol_versions": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "pci_protocol_version_t"
        }
      },
      "address": 18446744071584156136
    },
    "pci_quirks": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_quirk"
        }
      },
      "address": 18446744071584916960
    },
    "pci_read_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571650544
    },
    "pci_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580397088
    },
    "pci_read_config_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096608
    },
    "pci_read_config_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571684816
    },
    "pci_read_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571628656
    },
    "pci_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571679376
    },
    "pci_read_vpd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571634464
    },
    "pci_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582160448
    },
    "pci_release_msi_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097160
    },
    "pci_release_msi_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571646768
    },
    "pci_release_regions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579317968
    },
    "pci_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571682864
    },
    "pci_remap_intr_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571693648
    },
    "pci_remap_msix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609097136
    },
    "pci_remap_msix_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571641104
    },
    "pci_request_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578877056
    },
    "pci_rescan_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571661856
    },
    "pci_reserve_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571679696
    },
    "pci_reset_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571692576
    },
    "pci_reset_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571692512
    },
    "pci_reset_prepare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571692448
    },
    "pci_resource_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578877024
    },
    "pci_resource_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578876640
    },
    "pci_restore_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571686576
    },
    "pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571674432
    },
    "pci_resume_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571674256
    },
    "pci_resume_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571638560
    },
    "pci_rev_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_ring_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pci_save_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571686528
    },
    "pci_set_max_read_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571643072
    },
    "pci_set_power_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571674048
    },
    "pci_set_powerstate_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096680
    },
    "pci_set_powerstate_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571648240
    },
    "pci_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571675600
    },
    "pci_status": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pci_status1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pci_status_source": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584138704
    },
    "pci_status_strings": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "pci_sts": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_subdevice_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_subvendor_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_suspend_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571673904
    },
    "pci_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571677072
    },
    "pci_unique_devices": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_unique_id"
        }
      },
      "address": 0
    },
    "pci_unmask_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571676960
    },
    "pci_usb_takeover": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609096180
    },
    "pci_user.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pci_vendor_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_vendordata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610791360
    },
    "pci_vendordata_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610791368
    },
    "pci_vf_alloc_mem_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571701424
    },
    "pci_vf_release_mem_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571701760
    },
    "pci_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pci_write_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571681104
    },
    "pci_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580402496
    },
    "pci_write_config_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609096632
    },
    "pci_write_config_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571685104
    },
    "pci_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571679632
    },
    "pci_writemax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "pcib_add_window_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571730752
    },
    "pcib_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571722784
    },
    "pcib_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571725680
    },
    "pcib_alloc_msi_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099088
    },
    "pcib_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571725968
    },
    "pcib_alloc_msix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099136
    },
    "pcib_alloc_nonisa_ranges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571730016
    },
    "pcib_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571720016
    },
    "pcib_alloc_subbus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571712384
    },
    "pcib_alloc_window": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571729504
    },
    "pcib_ari_decode_rid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571729200
    },
    "pcib_ari_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571729168
    },
    "pcib_ari_enabled_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099280
    },
    "pcib_ari_get_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571727920
    },
    "pcib_ari_maxfuncs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571727200
    },
    "pcib_ari_maxslots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571727168
    },
    "pcib_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571718176
    },
    "pcib_attach_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571718048
    },
    "pcib_attach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571713168
    },
    "pcib_baseclasses": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "kobj_class"
          }
        }
      },
      "address": 18446744071610087312
    },
    "pcib_bridge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571719008
    },
    "pcib_child_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571733952
    },
    "pcib_child_name.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610791408
    },
    "pcib_child_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571719808
    },
    "pcib_decode_rid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571741056
    },
    "pcib_decode_rid_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099304
    },
    "pcib_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571718320
    },
    "pcib_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609098192
    },
    "pcib_expand_window": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571723456
    },
    "pcib_free_secbus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571712272
    },
    "pcib_get_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571740640
    },
    "pcib_get_id_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099232
    },
    "pcib_grow_subbus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571712848
    },
    "pcib_grow_window": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571721472
    },
    "pcib_host_res_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571735104
    },
    "pcib_host_res_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571734624
    },
    "pcib_host_res_decodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571734464
    },
    "pcib_host_res_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571734432
    },
    "pcib_host_res_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571734400
    },
    "pcib_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pcib_is_resource_managed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571723280
    },
    "pcib_legacy_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610160432
    },
    "pcib_legacy_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610160408
    },
    "pcib_legacymodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610160248
    },
    "pcib_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726224
    },
    "pcib_map_msi_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099184
    },
    "pcib_maxfuncs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571740624
    },
    "pcib_maxfuncs_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609098992
    },
    "pcib_maxslots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571725296
    },
    "pcib_maxslots_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609098968
    },
    "pcib_methods": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584919648
    },
    "pcib_null_ari_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571740608
    },
    "pcib_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609098712
    },
    "pcib_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609098688
    },
    "pcib_pcie_ab_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571731280
    },
    "pcib_pcie_cc_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571731456
    },
    "pcib_pcie_dll_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571731680
    },
    "pcib_pcie_hotplug_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571730992
    },
    "pcib_pcie_hotplug_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571731936
    },
    "pcib_pcie_intr_hotplug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571732608
    },
    "pcib_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609098288
    },
    "pcib_power_for_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571727808
    },
    "pcib_power_for_sleep_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099208
    },
    "pcib_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726496
    },
    "pcib_qpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610161152
    },
    "pcib_qpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610161128
    },
    "pcib_qpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610160888
    },
    "pcib_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571727232
    },
    "pcib_read_config_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099016
    },
    "pcib_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571719920
    },
    "pcib_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571725856
    },
    "pcib_release_msi_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099112
    },
    "pcib_release_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726112
    },
    "pcib_release_msix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099160
    },
    "pcib_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571725136
    },
    "pcib_release_window": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571733280
    },
    "pcib_request_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726416
    },
    "pcib_request_feature_allow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726384
    },
    "pcib_request_feature_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571729296
    },
    "pcib_request_feature_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099328
    },
    "pcib_reset_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726976
    },
    "pcib_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726752
    },
    "pcib_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571725312
    },
    "pcib_route_interrupt_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099064
    },
    "pcib_setup_secbus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571711520
    },
    "pcib_suballoc_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571712672
    },
    "pcib_suballoc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571721200
    },
    "pcib_support.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pcib_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571726720
    },
    "pcib_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613400408
    },
    "pcib_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071610087008
    },
    "pcib_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086960
    },
    "pcib_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610086984
    },
    "pcib_try_enable_ari": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571728528
    },
    "pcib_try_enable_ari_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099256
    },
    "pcib_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571727536
    },
    "pcib_write_config_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609099040
    },
    "pcib_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571719984
    },
    "pcib_write_windows": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571723952
    },
    "pcibp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "pcibus_pnp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282224
    },
    "pcibus_pnp_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610160272
    },
    "pcibus_pnp_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610160480
    },
    "pcibus_pnp_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610160568
    },
    "pcibus_pnp_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610160544
    },
    "pcibus_pnp_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610160368
    },
    "pcibus_pnp_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587094640
    },
    "pcibus_pnp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282112
    },
    "pcicdev": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609098784
    },
    "pcicfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcicfg_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613484808
    },
    "pcicfg_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610194568
    },
    "pcicfg_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610194400
    },
    "pcicfg_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610194424
    },
    "pcid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcid_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcid_save_cnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216176
    },
    "pcid_save_cnt_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610190512
    },
    "pcid_save_cnt_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610190536
    },
    "pcidata": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcidev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "pcidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_pcid"
        }
      },
      "address": 0
    },
    "pcie_adjust_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571643696
    },
    "pcie_alt_module": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcie_apei_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571687264
    },
    "pcie_badslots": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613484796
    },
    "pcie_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484800
    },
    "pcie_cap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcie_capability_read_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579032512
    },
    "pcie_capability_write_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579100960
    },
    "pcie_cfgregopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581563040
    },
    "pcie_chipset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791388
    },
    "pcie_desc_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_pcie_resource_descriptor_v1_t"
        }
      },
      "address": 0
    },
    "pcie_devctl2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcie_device_pg0": {
      "type": {
        "kind": "struct",
        "name": "Mpi26PCIeDevicePage0_t"
      },
      "address": 0
    },
    "pcie_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcie_flr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571688176
    },
    "pcie_fw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcie_get_max_completion_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571686992
    },
    "pcie_intr_details": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584736352
    },
    "pcie_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992832
    },
    "pcie_intr_handler.pcie_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584736352
    },
    "pcie_intr_handler.pcie_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608429008
    },
    "pcie_intr_handler.pcie_port_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584736144
    },
    "pcie_intr_handler.pcie_port_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584736304
    },
    "pcie_intr_handler.sysbus_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584736000
    },
    "pcie_intr_handler.sysbus_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584736096
    },
    "pcie_intr_handler.t5_pcie_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584736848
    },
    "pcie_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 0
    },
    "pcie_link_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571689360
    },
    "pcie_link_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcie_maxbus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484792
    },
    "pcie_minbus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcie_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcie_pio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_field"
        }
      },
      "address": 0
    },
    "pcie_port_intr_details": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584736144
    },
    "pcie_port_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584736304
    },
    "pcie_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcie_ptr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcie_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571643376
    },
    "pcie_reg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcie_relaxed_ordering": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445120
    },
    "pcie_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pcie_status_event_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI26_EVENT_DATA_PCIE_DEVICE_STATUS_CHANGE"
        }
      },
      "address": 0
    },
    "pcie_uuid": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608328912
    },
    "pcie_wait_for_pending_transactions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571686720
    },
    "pcie_width": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcie_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571643536
    },
    "pcie_wwid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pcieanacfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pciebar": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pcifunchigh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pciinf": {
      "type": {
        "kind": "struct",
        "name": "aac_pci_info"
      },
      "address": 0
    },
    "pcilink_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608328096
    },
    "pcinp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_page_cache"
        }
      },
      "address": 0
    },
    "pcip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "pcir_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcir_header"
        }
      },
      "address": 0
    },
    "pcir_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcireg_cfgread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581563296
    },
    "pcirev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcis": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcistate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcix1_intr_info": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_info"
        }
      },
      "address": 18446744071608429344
    },
    "pcix_chipset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791384
    },
    "pcix_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcix_stat_hi_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcix_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcl": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pcm_addchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572575712
    },
    "pcm_best_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572577280
    },
    "pcm_chn_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572575376
    },
    "pcm_chn_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572574272
    },
    "pcm_chn_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572575280
    },
    "pcm_chn_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572575552
    },
    "pcm_chnalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572573136
    },
    "pcm_chnref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572574240
    },
    "pcm_chnrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572574128
    },
    "pcm_clonereset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572573008
    },
    "pcm_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 18446744071610812984
    },
    "pcm_getbuffersize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572577536
    },
    "pcm_getdevinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572577520
    },
    "pcm_getflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572577472
    },
    "pcm_getparentchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572596864
    },
    "pcm_inprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572574256
    },
    "pcm_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572577760
    },
    "pcm_setflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572577488
    },
    "pcm_setmaxautovchans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572577024
    },
    "pcm_setstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572576128
    },
    "pcm_setvchans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572571568
    },
    "pcm_syncgroup_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609189032
    },
    "pcm_syncgroup_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609188968
    },
    "pcm_syncgroup_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609188992
    },
    "pcm_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572580448
    },
    "pcm_veto_load": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609227056
    },
    "pcmcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcmcsa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572199312
    },
    "pcmcsa_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572200448
    },
    "pcmcsa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609173032
    },
    "pcmcsa_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584984592
    },
    "pcmcsa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572199248
    },
    "pcmcsa_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572201408
    },
    "pcmcsa_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572200512
    },
    "pcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_pmgt_cmd"
        }
      },
      "address": 0
    },
    "pcmdmessagefld": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CMD_MESSAGE_FIELD"
        }
      },
      "address": 0
    },
    "pcminfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "emu_pcminfo"
        }
      },
      "address": 0
    },
    "pcmsg_unrhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610812976
    },
    "pcomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISO_RRIP_SLINK_COMPONENT"
        }
      },
      "address": 0
    },
    "pcompe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISO_RRIP_SLINK_COMPONENT"
        }
      },
      "address": 0
    },
    "pconfig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "pconinfo": {
      "type": {
        "kind": "struct",
        "name": "uvisor_palm_connection_info"
      },
      "address": 0
    },
    "pcorrection": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pcounters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pcp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcpu"
        }
      },
      "address": 0
    },
    "pcpu0_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pcpu_cache_drain_safe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580120528
    },
    "pcpu_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcpu"
        }
      },
      "address": 0
    },
    "pcpu_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923120
    },
    "pcpu_entry_cc_cpu": {
      "type": {
        "kind": "struct",
        "name": "callout_cpu"
      },
      "address": 18446744071610286976
    },
    "pcpu_entry_epoch_cb_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610290568
    },
    "pcpu_entry_epoch_cb_task": {
      "type": {
        "kind": "struct",
        "name": "grouptask"
      },
      "address": 18446744071610290576
    },
    "pcpu_entry_exec_args_kva": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "exec_args_kva"
        }
      },
      "address": 18446744071610286888
    },
    "pcpu_entry_hardclocktime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610286880
    },
    "pcpu_entry_ipi_handle": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 18446744071610311376
    },
    "pcpu_entry_linux_epoch_record": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "linux_epoch_record"
        }
      },
      "address": 18446744071610294400
    },
    "pcpu_entry_linux_idr_cache": {
      "type": {
        "kind": "struct",
        "name": "linux_idr_cache"
      },
      "address": 18446744071610294336
    },
    "pcpu_entry_modspace": {
      "type": {
        "count": 2048,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610290696
    },
    "pcpu_entry_nws": {
      "type": {
        "kind": "struct",
        "name": "netisr_workstream"
      },
      "address": 18446744071610292928
    },
    "pcpu_entry_pcpu_prng32_state": {
      "type": {
        "kind": "struct",
        "name": "pcg32u_random_t"
      },
      "address": 18446744071610292752
    },
    "pcpu_entry_pcpu_prng64_state": {
      "type": {
        "kind": "struct",
        "name": "pcg64u_random_t"
      },
      "address": 18446744071610292768
    },
    "pcpu_entry_pcputicks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610286760
    },
    "pcpu_entry_pintrcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610311448
    },
    "pcpu_entry_pmc_sampled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610286896
    },
    "pcpu_entry_pqbatch": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "vm_batchqueue"
          }
        }
      },
      "address": 18446744071610294912
    },
    "pcpu_entry_randomval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610290560
    },
    "pcpu_entry_tasklet_worker": {
      "type": {
        "kind": "struct",
        "name": "tasklet_worker"
      },
      "address": 18446744071610294144
    },
    "pcpu_entry_tc_cpu_ticks_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610286904
    },
    "pcpu_entry_tc_cpu_ticks_last": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610286912
    },
    "pcpu_entry_tdq": {
      "type": {
        "kind": "struct",
        "name": "tdq"
      },
      "address": 18446744071610287296
    },
    "pcpu_entry_timerstate": {
      "type": {
        "kind": "struct",
        "name": "pcpu_state"
      },
      "address": 18446744071610286768
    },
    "pcpu_entry_vcpu_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vcpu_info"
        }
      },
      "address": 18446744071610311360
    },
    "pcpu_entry_vcpu_local_info": {
      "type": {
        "kind": "struct",
        "name": "vcpu_info_t"
      },
      "address": 18446744071610311296
    },
    "pcpu_entry_vd": {
      "type": {
        "kind": "struct",
        "name": "vdbatch"
      },
      "address": 18446744071610292784
    },
    "pcpu_entry_xen_intr_pcpu": {
      "type": {
        "kind": "struct",
        "name": "xen_intr_pcpu_data"
      },
      "address": 18446744071610286208
    },
    "pcpu_entry_xendebug_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610286752
    },
    "pcpu_entry_xentimer_pcpu": {
      "type": {
        "kind": "struct",
        "name": "xentimer_pcpu_data"
      },
      "address": 18446744071610286728
    },
    "pcpu_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575922176
    },
    "pcpu_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575921936
    },
    "pcpu_item": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pcpu_master": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pcpu_page_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580125216
    },
    "pcpu_page_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580125744
    },
    "pcpu_pte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pcpu_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609704520
    },
    "pcpu_zone_16": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612927088
    },
    "pcpu_zone_32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612927096
    },
    "pcpu_zone_4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612927072
    },
    "pcpu_zone_64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612927104
    },
    "pcpu_zone_8": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612927080
    },
    "pcpu_zone_record": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612909056
    },
    "pcpu_zones_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923696
    },
    "pcpu_zones_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609742344
    },
    "pcr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfioc_rule"
        }
      },
      "address": 0
    },
    "pcs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_pcisoftc"
        }
      },
      "address": 0
    },
    "pcs_adv_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcs_anadv_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcs_autoneg": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pcs_ctrl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcs_lp_ability_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcs_lpab_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcs_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pcs_status_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pcsio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_scsiio"
        }
      },
      "address": 0
    },
    "pct": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pct_estimate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pctcpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pctl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pctrie_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575925008
    },
    "pctrie_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575925440
    },
    "pctrie_lookup_ge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575925664
    },
    "pctrie_lookup_le": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575925872
    },
    "pctrie_lookup_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575925504
    },
    "pctrie_node_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924992
    },
    "pctrie_reclaim_allnodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926320
    },
    "pctrie_reclaim_allnodes_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926368
    },
    "pctrie_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926096
    },
    "pctrie_zone_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924832
    },
    "pcu": {
      "type": {
        "kind": "union",
        "name": "pci_conf_union"
      },
      "address": 0
    },
    "pcum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pd0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pd1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pd1_devHandle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pd2": {
      "type": {
        "kind": "struct",
        "name": "pf_pdesc"
      },
      "address": 0
    },
    "pdBlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pdGainOverlap_t2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pd_10g": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pd_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pd_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pd_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hmc_pd_entry"
        }
      },
      "address": 0
    },
    "pd_error": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pd_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pd_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pd_idx1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pd_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pd_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_pd_info"
        }
      },
      "address": 0
    },
    "pd_info_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pd_list_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_PD_LIST"
        }
      },
      "address": 0
    },
    "pd_list_phys_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pd_list_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pd_lmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pd_lmt1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pd_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pd_seq_h": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pd_seq_map_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pd_slave": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pd_sync": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_PD_CFG_SEQ_NUM_SYNC"
        }
      },
      "address": 0
    },
    "pd_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hmc_pd_table"
        }
      },
      "address": 0
    },
    "pd_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pdadcValues": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "pdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_prv_data"
        }
      },
      "address": 0
    },
    "pdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_pdb_t"
        }
      },
      "address": 0
    },
    "pdc": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pdcopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575200080
    },
    "pdctxa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_dev_ctx_addr"
        }
      },
      "address": 0
    },
    "pddr_reg": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pddrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575200608
    },
    "pde": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pde_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pde_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pdeathsig_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498608
    },
    "pdeathsig_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498656
    },
    "pdecr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pdescfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575200176
    },
    "pdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_dev"
        }
      },
      "address": 0
    },
    "pdevinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdaa_pcm_devinfo"
        }
      },
      "address": 0
    },
    "pdinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_devinfo"
        }
      },
      "address": 0
    },
    "pdinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575197104
    },
    "pdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "pdisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_plogi_payload_t"
        }
      },
      "address": 0
    },
    "pdisk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_mirror_disk"
        }
      },
      "address": 0
    },
    "pdisks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pdlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_pd_list"
        }
      },
      "address": 0
    },
    "pdma_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pdma_sg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SG64ENTRY"
        }
      },
      "address": 0
    },
    "pdmeta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sii_raid_conf"
        }
      },
      "address": 0
    },
    "pdn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfs_node"
        }
      },
      "address": 0
    },
    "pdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pdp_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pdp_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pdpe": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pdpep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pdpg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pdpgpa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pdpindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pdppg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pdrv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_driver"
        }
      },
      "address": 0
    },
    "pdshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575197536
    },
    "pdst": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pdtc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pdtmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pwddesc"
        }
      },
      "address": 0
    },
    "pdunshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575199904
    },
    "pe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pectl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "peer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_rdma_peer"
        }
      },
      "address": 0
    },
    "peer_mpdudensity": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "peernode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_node"
        }
      },
      "address": 0
    },
    "pena": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pena2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pend0": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pend1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pendFrameCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pend_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pend_frames_empty": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "pend_frames_processed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pending": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pending1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pending_bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pending_cmds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pending_counter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pending_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_event"
        }
      },
      "address": 0
    },
    "pending_hscb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hardware_scb"
        }
      },
      "address": 0
    },
    "pending_remote_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_REMOTE_DEVICE"
        }
      },
      "address": 0
    },
    "pending_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REQUEST_T"
        }
      },
      "address": 0
    },
    "pending_request_element": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_FAST_LIST_ELEMENT_T"
        }
      },
      "address": 0
    },
    "pending_scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "pending_scb_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pending_snd_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pending_threads": {
      "type": {
        "kind": "struct",
        "name": "unnamed_806b41d9dbba3472"
      },
      "address": 0
    },
    "pending_txqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "addrsel_policyent"
        }
      },
      "address": 0
    },
    "penv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "penv_87": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "env87"
        }
      },
      "address": 0
    },
    "penv_fpreg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "envxmm"
        }
      },
      "address": 0
    },
    "penv_xmm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "envxmm"
        }
      },
      "address": 0
    },
    "peout": {
      "type": {
        "kind": "struct",
        "name": "HAL_PHYERR_PARAM"
      },
      "address": 0
    },
    "pep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "protoent"
        }
      },
      "address": 0
    },
    "pepext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_endpoint_ext"
        }
      },
      "address": 0
    },
    "per": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "per_cpu_io_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "per_cpu_timers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609951976
    },
    "per_user_data_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573864880
    },
    "percent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "perf": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "perf_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "perf_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_setting"
        }
      },
      "address": 0
    },
    "period": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "period_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "periodic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534420
    },
    "periodic_resettodr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575450064
    },
    "periodic_resettodr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609691800
    },
    "periph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_periph"
        }
      },
      "address": 0
    },
    "periph_busy_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608243164
    },
    "periph_drivers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "periph_driver"
          }
        }
      },
      "address": 18446744071610466312
    },
    "periph_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "periph_list"
        }
      },
      "address": 0
    },
    "periph_mapmem_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608243152
    },
    "periph_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "periph_noresrc_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608243160
    },
    "periph_qual": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "periph_selto_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608243156
    },
    "periphdriver_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565861728
    },
    "periphdriver_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565861056
    },
    "periphdriver_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565861328
    },
    "perm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "perm_mac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "perr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshperr_ie"
        }
      },
      "address": 0
    },
    "perrdiag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "perrno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "perror": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pers": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_personality"
        }
      },
      "address": 0
    },
    "pers_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 0
    },
    "persist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_dev_persistent"
        }
      },
      "address": 0
    },
    "perstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_pf"
        }
      },
      "address": 0
    },
    "pf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_add_status_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578634064
    },
    "pf_addr_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578454976
    },
    "pf_addr_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578623552
    },
    "pf_addr_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578477472
    },
    "pf_addr_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578623648
    },
    "pf_addr_wrap_neq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578472928
    },
    "pf_addrcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578455088
    },
    "pf_alloc_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578469584
    },
    "pf_altq_get_nth_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578631984
    },
    "pf_altq_ifnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578562448
    },
    "pf_begin_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578563728
    },
    "pf_begin_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578574752
    },
    "pf_begin_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578573152
    },
    "pf_build_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578474304
    },
    "pf_calc_mss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578542080
    },
    "pf_calc_skip_steps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578472000
    },
    "pf_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609996800
    },
    "pf_change_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578474032
    },
    "pf_change_ap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578536832
    },
    "pf_change_icmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578542272
    },
    "pf_change_proto_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578474160
    },
    "pf_check6_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578633584
    },
    "pf_check6_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578633744
    },
    "pf_check_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578633392
    },
    "pf_check_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578633488
    },
    "pf_check_rule_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665680
    },
    "pf_cksum_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578473088
    },
    "pf_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578458816
    },
    "pf_clear_srcnodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578575856
    },
    "pf_clear_states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578624224
    },
    "pf_clearstates_nv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578624928
    },
    "pf_commit_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578564160
    },
    "pf_commit_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578574912
    },
    "pf_commit_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578573408
    },
    "pf_conf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pf_config_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613144512
    },
    "pf_config_lock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609994648
    },
    "pf_config_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993584
    },
    "pf_config_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993608
    },
    "pf_detach_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578462688
    },
    "pf_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613144792
    },
    "pf_dparams": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pf_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "pf_dummynet_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578543776
    },
    "pf_empty_kpool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578562096
    },
    "pf_end_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613144816
    },
    "pf_end_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613144800
    },
    "pf_eth_check_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578633888
    },
    "pf_eth_check_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578633968
    },
    "pf_export_kaltq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578630960
    },
    "pf_fcounter": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "pf_fillup_fragment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578660048
    },
    "pf_find_keth_anchor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578703232
    },
    "pf_find_keth_ruleset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578703136
    },
    "pf_find_kruleset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578698304
    },
    "pf_find_or_create_keth_ruleset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578703440
    },
    "pf_find_or_create_kruleset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578698576
    },
    "pf_find_src_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578455136
    },
    "pf_find_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578536176
    },
    "pf_find_state_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578463808
    },
    "pf_find_state_all_exists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578464544
    },
    "pf_find_state_byid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578463536
    },
    "pf_flush_fragments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578662944
    },
    "pf_frag_tree_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578642736
    },
    "pf_frag_tree_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578642288
    },
    "pf_frag_tree_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578641856
    },
    "pf_frag_tree_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578643184
    },
    "pf_frag_tree_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578643408
    },
    "pf_frag_tree_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578643552
    },
    "pf_frag_tree_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578643104
    },
    "pf_frag_tree_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578642912
    },
    "pf_frag_tree_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578643328
    },
    "pf_frag_tree_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578643600
    },
    "pf_frag_tree_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578642480
    },
    "pf_frag_tree_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578641344
    },
    "pf_free_eth_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578577696
    },
    "pf_free_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578561472
    },
    "pf_free_src_nodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578455648
    },
    "pf_free_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578469632
    },
    "pf_frent_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578663280
    },
    "pf_frent_previous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578645360
    },
    "pf_frent_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578645152
    },
    "pf_get_kpool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578632320
    },
    "pf_get_mape_sport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578640160
    },
    "pf_get_mss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578478816
    },
    "pf_get_mtag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578459200
    },
    "pf_get_ruleset_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578697936
    },
    "pf_get_sport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578640544
    },
    "pf_get_syncookies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578706624
    },
    "pf_get_translation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578636800
    },
    "pf_get_wscale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578478256
    },
    "pf_getstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578627984
    },
    "pf_getstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578629104
    },
    "pf_hash_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578623824
    },
    "pf_hash_rule_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578577488
    },
    "pf_hash_rule_rolling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578576544
    },
    "pf_hashmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613144344
    },
    "pf_hashsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613144328
    },
    "pf_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_init_keth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578698192
    },
    "pf_init_kruleset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578697968
    },
    "pf_init_tagset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578570048
    },
    "pf_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578455920
    },
    "pf_insert_src_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578540752
    },
    "pf_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578464640
    },
    "pf_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_ioctl_addrule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578618320
    },
    "pf_ioctl_maxcount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609994112
    },
    "pf_join_fragment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578662720
    },
    "pf_kanchor_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578702496
    },
    "pf_kanchor_global_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690048
    },
    "pf_kanchor_global_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578689664
    },
    "pf_kanchor_global_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578689008
    },
    "pf_kanchor_global_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578689616
    },
    "pf_kanchor_global_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690320
    },
    "pf_kanchor_global_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690512
    },
    "pf_kanchor_global_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690640
    },
    "pf_kanchor_global_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690256
    },
    "pf_kanchor_global_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690144
    },
    "pf_kanchor_global_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690448
    },
    "pf_kanchor_global_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578690688
    },
    "pf_kanchor_global_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578689840
    },
    "pf_kanchor_global_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578689264
    },
    "pf_kanchor_node_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692304
    },
    "pf_kanchor_node_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578691920
    },
    "pf_kanchor_node_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578691200
    },
    "pf_kanchor_node_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578691872
    },
    "pf_kanchor_node_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692576
    },
    "pf_kanchor_node_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692768
    },
    "pf_kanchor_node_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692896
    },
    "pf_kanchor_node_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692512
    },
    "pf_kanchor_node_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692400
    },
    "pf_kanchor_node_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692704
    },
    "pf_kanchor_node_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692944
    },
    "pf_kanchor_node_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578692096
    },
    "pf_kanchor_node_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578691488
    },
    "pf_kanchor_nvcopyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578701312
    },
    "pf_kanchor_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578703040
    },
    "pf_kanchor_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578700736
    },
    "pf_keth_anchor_global_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694576
    },
    "pf_keth_anchor_global_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694192
    },
    "pf_keth_anchor_global_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578693472
    },
    "pf_keth_anchor_global_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694144
    },
    "pf_keth_anchor_global_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694848
    },
    "pf_keth_anchor_global_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578695040
    },
    "pf_keth_anchor_global_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578695168
    },
    "pf_keth_anchor_global_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694784
    },
    "pf_keth_anchor_global_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694672
    },
    "pf_keth_anchor_global_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694976
    },
    "pf_keth_anchor_global_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578695216
    },
    "pf_keth_anchor_global_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578694368
    },
    "pf_keth_anchor_global_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578693760
    },
    "pf_keth_anchor_node_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578696784
    },
    "pf_keth_anchor_node_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578696400
    },
    "pf_keth_anchor_node_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578695744
    },
    "pf_keth_anchor_node_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578696352
    },
    "pf_keth_anchor_node_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578697056
    },
    "pf_keth_anchor_node_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578697248
    },
    "pf_keth_anchor_node_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578697376
    },
    "pf_keth_anchor_node_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578696992
    },
    "pf_keth_anchor_node_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578696880
    },
    "pf_keth_anchor_node_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578697184
    },
    "pf_keth_anchor_node_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578697424
    },
    "pf_keth_anchor_node_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578696576
    },
    "pf_keth_anchor_node_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578696000
    },
    "pf_keth_anchor_nvcopyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578701920
    },
    "pf_keth_anchor_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578705408
    },
    "pf_keth_anchor_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578704864
    },
    "pf_keth_rule_to_nveth_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578681808
    },
    "pf_kill_srcnodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578632656
    },
    "pf_killstates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578625776
    },
    "pf_killstates_nv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578627120
    },
    "pf_kkif_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578549072
    },
    "pf_kkif_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578551808
    },
    "pf_kkif_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578552224
    },
    "pf_krule_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578565056
    },
    "pf_krule_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578562272
    },
    "pf_krule_global_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560064
    },
    "pf_krule_global_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578559600
    },
    "pf_krule_global_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578558656
    },
    "pf_krule_global_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578559536
    },
    "pf_krule_global_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560368
    },
    "pf_krule_global_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560608
    },
    "pf_krule_global_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560768
    },
    "pf_krule_global_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560288
    },
    "pf_krule_global_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560160
    },
    "pf_krule_global_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560528
    },
    "pf_krule_global_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578560816
    },
    "pf_krule_global_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578559808
    },
    "pf_krule_global_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578559024
    },
    "pf_krule_to_nvrule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578675216
    },
    "pf_krule_to_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578622016
    },
    "pf_lb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_lcounter": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "pf_list": {
      "type": {
        "kind": "struct",
        "name": "softc_list"
      },
      "address": 18446744071610625640
    },
    "pf_loading": {
      "type": {
        "kind": "struct",
        "name": "atomic_t"
      },
      "address": 18446744071613289804
    },
    "pf_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578634256
    },
    "pf_match_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578475504
    },
    "pf_match_addr_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578475600
    },
    "pf_match_ieee8021q_pcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578536112
    },
    "pf_match_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578475792
    },
    "pf_match_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578475936
    },
    "pf_match_translation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578638256
    },
    "pf_max_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pf_mdd_detected": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pf_mdet_num": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pf_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609996776
    },
    "pf_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578578448
    },
    "pf_mtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_mtag"
        }
      },
      "address": 0
    },
    "pf_mtag_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578458784
    },
    "pf_mtag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578536080
    },
    "pf_mtag_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578455824
    },
    "pf_mtag_uminit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578455888
    },
    "pf_mtag_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613144320
    },
    "pf_mv_kpool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578623728
    },
    "pf_norm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_normalize_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578644576
    },
    "pf_normalize_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578644208
    },
    "pf_normalize_ip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578645936
    },
    "pf_normalize_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578649040
    },
    "pf_normalize_mss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578657344
    },
    "pf_normalize_sctp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578657728
    },
    "pf_normalize_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578652464
    },
    "pf_normalize_tcp_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578654464
    },
    "pf_normalize_tcp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578654000
    },
    "pf_normalize_tcp_stateful": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578654560
    },
    "pf_num": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pf_nv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_nvaddr_to_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578675104
    },
    "pf_nvbinary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578663600
    },
    "pf_nvbool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578663536
    },
    "pf_nveth_rule_addr_to_keth_rule_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578685152
    },
    "pf_nveth_rule_addr_to_keth_rule_addr.EMPTY_MAC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585320960
    },
    "pf_nveth_rule_to_keth_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578682960
    },
    "pf_nvint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665504
    },
    "pf_nvmape_to_mape": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578685664
    },
    "pf_nvpool_to_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578673600
    },
    "pf_nvrule_addr_to_rule_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578671920
    },
    "pf_nvrule_to_krule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665712
    },
    "pf_nvrule_uid_to_rule_uid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578674640
    },
    "pf_nvstate_kill_to_kstate_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578679104
    },
    "pf_nvstring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665584
    },
    "pf_nvuint16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664240
    },
    "pf_nvuint16_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664320
    },
    "pf_nvuint16_opt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664160
    },
    "pf_nvuint32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664672
    },
    "pf_nvuint32_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664752
    },
    "pf_nvuint32_opt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664592
    },
    "pf_nvuint64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665088
    },
    "pf_nvuint64_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665152
    },
    "pf_nvuint64_opt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665024
    },
    "pf_nvuint8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578663808
    },
    "pf_nvuint8_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578663888
    },
    "pf_nvuint8_opt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578663728
    },
    "pf_osfp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_osfp_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578688128
    },
    "pf_osfp_fingerprint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578686096
    },
    "pf_osfp_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578687968
    },
    "pf_osfp_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578688784
    },
    "pf_osfp_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578687584
    },
    "pf_overload_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578457584
    },
    "pf_overloadqueue_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071613144640
    },
    "pf_overloadqueue_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609994600
    },
    "pf_overloadqueue_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993488
    },
    "pf_overloadqueue_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993512
    },
    "pf_packet_rework_nat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578544608
    },
    "pf_patch_16_unaligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578473152
    },
    "pf_patch_32_unaligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578473424
    },
    "pf_pooladdr_to_kpooladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578632112
    },
    "pf_poolmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578477360
    },
    "pf_print_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578471776
    },
    "pf_print_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578469776
    },
    "pf_print_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578470864
    },
    "pf_print_state_parts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578470880
    },
    "pf_proto_cksum_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578473952
    },
    "pf_proxy_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pf_pull_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578478480
    },
    "pf_purge_expired_fragments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578644704
    },
    "pf_purge_expired_src_nodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578466224
    },
    "pf_purge_expired_states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578465632
    },
    "pf_purge_fragments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578644752
    },
    "pf_purge_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613144808
    },
    "pf_purge_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578465216
    },
    "pf_purge_unlinked_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578466640
    },
    "pf_q": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pf_qidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pf_queue_tag_hashsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613144860
    },
    "pf_reasons": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "pf_reassemble": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578648208
    },
    "pf_reassemble6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578651024
    },
    "pf_refragment6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578645488
    },
    "pf_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pf_remove_fragment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578659664
    },
    "pf_remove_if_empty_keth_ruleset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578705504
    },
    "pf_remove_if_empty_kruleset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578699904
    },
    "pf_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578538384
    },
    "pf_rollback_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578563344
    },
    "pf_rollback_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578578288
    },
    "pf_rollback_eth_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578578032
    },
    "pf_rollback_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578632512
    },
    "pf_routable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578479024
    },
    "pf_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578525248
    },
    "pf_route6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578533520
    },
    "pf_rule_addr_to_nvrule_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578678576
    },
    "pf_rule_tag_hashsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613144856
    },
    "pf_rule_to_actions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578477568
    },
    "pf_rule_to_krule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578620672
    },
    "pf_ruleset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_rv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pf_rv_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pf_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "pf_scrub_ip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578659392
    },
    "pf_scrub_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578659600
    },
    "pf_sctp_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578540656
    },
    "pf_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578475312
    },
    "pf_send_icmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578540192
    },
    "pf_send_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578468720
    },
    "pf_sendqueue_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071613144384
    },
    "pf_sendqueue_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609994576
    },
    "pf_sendqueue_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993440
    },
    "pf_sendqueue_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993464
    },
    "pf_set_protostate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578469456
    },
    "pf_set_syncookies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578707104
    },
    "pf_socket_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578477840
    },
    "pf_src_connlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578537712
    },
    "pf_src_tree_remove_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578468960
    },
    "pf_srchashmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613144352
    },
    "pf_srchashsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613144336
    },
    "pf_state_expires": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578467568
    },
    "pf_state_export": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578566416
    },
    "pf_state_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578459728
    },
    "pf_state_key_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578459616
    },
    "pf_state_key_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578457504
    },
    "pf_state_key_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578459328
    },
    "pf_state_key_to_nvstate_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578681392
    },
    "pf_state_kill_to_kstate_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578623920
    },
    "pf_state_peer_to_nvstate_peer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578681664
    },
    "pf_state_to_nvstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578680592
    },
    "pf_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hw_port_stats"
        }
      },
      "address": 0
    },
    "pf_step_into_anchor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578476192
    },
    "pf_step_into_keth_anchor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578476800
    },
    "pf_step_out_of_anchor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578476448
    },
    "pf_step_out_of_keth_anchor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578477024
    },
    "pf_syncookie_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578709136
    },
    "pf_syncookie_generate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578708912
    },
    "pf_syncookie_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578709232
    },
    "pf_syncookie_msstab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047808
    },
    "pf_syncookie_newkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578709696
    },
    "pf_syncookie_recreate_syn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578709904
    },
    "pf_syncookie_rotate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578708160
    },
    "pf_syncookie_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578708656
    },
    "pf_syncookie_validate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578709520
    },
    "pf_syncookie_wstab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047040
    },
    "pf_syncookies.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_syncookies_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578706576
    },
    "pf_syncookies_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578706112
    },
    "pf_syncookies_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578706304
    },
    "pf_synflood_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578707920
    },
    "pf_synproxy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578500192
    },
    "pf_table.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pf_table_stats_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071613144576
    },
    "pf_table_stats_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609994672
    },
    "pf_table_stats_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993632
    },
    "pf_table_stats_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993656
    },
    "pf_tag_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578476000
    },
    "pf_tcp_iss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578541696
    },
    "pf_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578484464
    },
    "pf_test6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578528064
    },
    "pf_test_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578479200
    },
    "pf_test_fragment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578490352
    },
    "pf_test_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578501952
    },
    "pf_test_state_icmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578516400
    },
    "pf_test_state_other": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578524304
    },
    "pf_test_state_sctp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578515184
    },
    "pf_test_state_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578493200
    },
    "pf_test_state_udp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578514144
    },
    "pf_uint16_array_nv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664496
    },
    "pf_uint32_array_nv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664928
    },
    "pf_uint64_array_nv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578665408
    },
    "pf_uint8_array_nv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578664064
    },
    "pf_unlink_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578576256
    },
    "pf_unlink_src_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578455584
    },
    "pf_unlink_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578467856
    },
    "pf_unlnkdrules_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071613144448
    },
    "pf_unlnkdrules_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609994624
    },
    "pf_unlnkdrules_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993536
    },
    "pf_unlnkdrules_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609993560
    },
    "pf_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578570304
    },
    "pf_unload_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996512
    },
    "pf_unload_vnet_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578467504
    },
    "pf_user_strcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578630880
    },
    "pf_vf_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pf_vsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_vsi"
        }
      },
      "address": 0
    },
    "pf_vvi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_version_info"
        }
      },
      "address": 0
    },
    "pfa_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pfa_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pfat32_bsbpb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "FAT32_BSBPB"
        }
      },
      "address": 0
    },
    "pfat_bsbpb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "FAT_BSBPB"
        }
      },
      "address": 0
    },
    "pfat_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "FAT_DES"
        }
      },
      "address": 0
    },
    "pfc": {
      "type": {
        "kind": "struct",
        "name": "ieee_pfc"
      },
      "address": 0
    },
    "pfc0_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfc1_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfc_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfc_en": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pfcmode_ret": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pfconf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rss_pf_conf"
        }
      },
      "address": 0
    },
    "pfcrx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613289872
    },
    "pfctx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613289868
    },
    "pfdtxgswc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pffinddomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185088
    },
    "pffindproto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185120
    },
    "pfflp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pfi_address_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578557984
    },
    "pfi_attach_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144704
    },
    "pfi_attach_group_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144720
    },
    "pfi_attach_group_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578550592
    },
    "pfi_attach_ifnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578550080
    },
    "pfi_change_group_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144728
    },
    "pfi_change_group_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578550800
    },
    "pfi_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578552016
    },
    "pfi_cleanup_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578551360
    },
    "pfi_clear_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578556800
    },
    "pfi_detach_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144712
    },
    "pfi_detach_group_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144736
    },
    "pfi_detach_group_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578551008
    },
    "pfi_detach_ifnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578550320
    },
    "pfi_dynaddr_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578554896
    },
    "pfi_dynaddr_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578554800
    },
    "pfi_dynaddr_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578553360
    },
    "pfi_get_ifaces": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578555712
    },
    "pfi_ifaddr_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578551168
    },
    "pfi_ifaddr_event_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613144744
    },
    "pfi_ifhead_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547328
    },
    "pfi_ifhead_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547008
    },
    "pfi_ifhead_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578546672
    },
    "pfi_ifhead_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547600
    },
    "pfi_ifhead_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547760
    },
    "pfi_ifhead_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547856
    },
    "pfi_ifhead_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547536
    },
    "pfi_ifhead_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547424
    },
    "pfi_ifhead_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547696
    },
    "pfi_ifhead_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547904
    },
    "pfi_ifhead_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578547120
    },
    "pfi_ifhead_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578546288
    },
    "pfi_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578549856
    },
    "pfi_initialize_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578548368
    },
    "pfi_instance_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578557312
    },
    "pfi_kkif_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578549472
    },
    "pfi_kkif_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578552416
    },
    "pfi_kkif_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578553136
    },
    "pfi_kkif_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578552928
    },
    "pfi_kkif_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578552592
    },
    "pfi_kkif_remove_if_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578552624
    },
    "pfi_kkif_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578552608
    },
    "pfi_kkif_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578554256
    },
    "pfi_match_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578553216
    },
    "pfi_set_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578556544
    },
    "pfi_skip_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578556400
    },
    "pfi_unlnkdkifs_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613144752
    },
    "pfi_unlnkdkifs_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609994912
    },
    "pfi_unlnkdkifs_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609994864
    },
    "pfi_unlnkdkifs_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609994888
    },
    "pfi_update_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578554928
    },
    "pfid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pfil": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_head"
        }
      },
      "address": 0
    },
    "pfil.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pfil_add_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577060656
    },
    "pfil_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609838720
    },
    "pfil_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613056712
    },
    "pfil_fake_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577063264
    },
    "pfil_head_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577059984
    },
    "pfil_head_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577060384
    },
    "pfil_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577063584
    },
    "pfil_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838672
    },
    "pfil_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577063680
    },
    "pfil_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577061136
    },
    "pfil_link_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577063232
    },
    "pfil_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613056680
    },
    "pfil_mbuf_fwd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577059888
    },
    "pfil_mbuf_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577059696
    },
    "pfil_mbuf_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577059792
    },
    "pfil_mem_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577059216
    },
    "pfil_mem_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577059456
    },
    "pfil_mtxinit_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609838696
    },
    "pfil_mtxinit_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838512
    },
    "pfil_mtxinit_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838536
    },
    "pfil_remove_hook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577062672
    },
    "pfind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575462416
    },
    "pfind_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575462784
    },
    "pfind_any_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575462208
    },
    "pfioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578578624
    },
    "pflag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pflog_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578425936
    },
    "pflog_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578426160
    },
    "pflog_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609990240
    },
    "pflog_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578426672
    },
    "pflog_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578426800
    },
    "pflog_packet_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613144784
    },
    "pflogioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578426352
    },
    "pflogmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990072
    },
    "pflogname": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585315416
    },
    "pflogoutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578426400
    },
    "pflogstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578426416
    },
    "pfmap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfmbimr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996632
    },
    "pfmts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "pfoe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_overload_entry"
        }
      },
      "address": 0
    },
    "pfoe1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_overload_entry"
        }
      },
      "address": 0
    },
    "pformat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MSG_PORT_FACTS_REPLY"
        }
      },
      "address": 0
    },
    "pfr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_pfxrouter"
        }
      },
      "address": 0
    },
    "pfr_add_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578714240
    },
    "pfr_add_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578725584
    },
    "pfr_attach_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578737056
    },
    "pfr_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578713072
    },
    "pfr_clr_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578713152
    },
    "pfr_clr_astats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578724064
    },
    "pfr_clr_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578724864
    },
    "pfr_clr_tstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578729280
    },
    "pfr_clstats_kentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578721136
    },
    "pfr_clstats_ktable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578739680
    },
    "pfr_create_kentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578716560
    },
    "pfr_create_ktable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578715376
    },
    "pfr_del_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578718288
    },
    "pfr_del_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578726960
    },
    "pfr_destroy_kentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578717520
    },
    "pfr_destroy_kentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578717296
    },
    "pfr_destroy_ktable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578717664
    },
    "pfr_detach_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578737616
    },
    "pfr_dir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pfr_dynaddr_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578739232
    },
    "pfr_enqueue_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578713856
    },
    "pfr_eth_attach_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578735456
    },
    "pfr_ffaddr": {
      "type": {
        "kind": "struct",
        "name": "pf_addr"
      },
      "address": 18446744071609997312
    },
    "pfr_get_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578722064
    },
    "pfr_get_astats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578723600
    },
    "pfr_get_tables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578727568
    },
    "pfr_get_tstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578728160
    },
    "pfr_ina_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578730576
    },
    "pfr_ina_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578732960
    },
    "pfr_ina_define": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578731040
    },
    "pfr_ina_rollback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578732512
    },
    "pfr_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578712864
    },
    "pfr_insert_kentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578717408
    },
    "pfr_insert_kentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578724736
    },
    "pfr_insert_ktable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578736016
    },
    "pfr_ktablehead_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578711424
    },
    "pfr_ktablehead_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578711008
    },
    "pfr_ktablehead_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578710576
    },
    "pfr_ktablehead_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578711808
    },
    "pfr_ktablehead_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578712032
    },
    "pfr_ktablehead_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578712176
    },
    "pfr_ktablehead_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578711728
    },
    "pfr_ktablehead_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578711552
    },
    "pfr_ktablehead_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578711952
    },
    "pfr_ktablehead_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578712224
    },
    "pfr_ktablehead_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578711168
    },
    "pfr_ktablehead_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578710064
    },
    "pfr_lookup_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578716096
    },
    "pfr_mark_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578719360
    },
    "pfr_mask": {
      "type": {
        "kind": "union",
        "name": "sockaddr_union"
      },
      "address": 0
    },
    "pfr_match_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578734688
    },
    "pfr_op": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pfr_pool_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578737648
    },
    "pfr_prepare_network": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578739040
    },
    "pfr_remove_kentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578714032
    },
    "pfr_route_kentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578716880
    },
    "pfr_set_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578719488
    },
    "pfr_set_tflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578729776
    },
    "pfr_setflags_ktable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578736288
    },
    "pfr_table_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578725488
    },
    "pfr_tst_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578721392
    },
    "pfr_unroute_kentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578739360
    },
    "pfr_update_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578734960
    },
    "pfr_validate_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578713568
    },
    "pfr_walktree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578722416
    },
    "pframes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pfras": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_addr"
        }
      },
      "address": 0
    },
    "pfrastats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_astats"
        }
      },
      "address": 0
    },
    "pfrequency": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pfrts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_table"
        }
      },
      "address": 0
    },
    "pfrtstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_tstats"
        }
      },
      "address": 0
    },
    "pfs_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574572960
    },
    "pfs_add_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574566368
    },
    "pfs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574572784
    },
    "pfs_cmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568512
    },
    "pfs_create_dir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574566096
    },
    "pfs_create_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574567552
    },
    "pfs_create_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574567808
    },
    "pfs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574566912
    },
    "pfs_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574569312
    },
    "pfs_exit_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071612510648
    },
    "pfs_fileno_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574569072
    },
    "pfs_fileno_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574569152
    },
    "pfs_fileno_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568960
    },
    "pfs_fileno_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574569024
    },
    "pfs_find_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568064
    },
    "pfs_fixup_dir_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574566576
    },
    "pfs_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574573104
    },
    "pfs_getextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574578656
    },
    "pfs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568608
    },
    "pfs_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574575312
    },
    "pfs_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574580464
    },
    "pfs_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574580144
    },
    "pfs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574571632
    },
    "pfs_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568912
    },
    "pfs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568240
    },
    "pfs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574572752
    },
    "pfs_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574571056
    },
    "pfs_purge_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574571472
    },
    "pfs_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574573552
    },
    "pfs_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574575824
    },
    "pfs_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574577808
    },
    "pfs_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574578640
    },
    "pfs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568560
    },
    "pfs_sbuf_uio_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574580352
    },
    "pfs_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574573536
    },
    "pfs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568592
    },
    "pfs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568832
    },
    "pfs_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574580208
    },
    "pfs_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574568528
    },
    "pfs_visible": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574579808
    },
    "pfs_visible_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574580256
    },
    "pfs_vncache_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574569712
    },
    "pfs_vncache_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510664
    },
    "pfs_vncache_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574570784
    },
    "pfs_vncache_hash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612510632
    },
    "pfs_vncache_hashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfs_vncache_head"
        }
      },
      "address": 18446744071612510640
    },
    "pfs_vncache_hits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510656
    },
    "pfs_vncache_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574569200
    },
    "pfs_vncache_maxentries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510668
    },
    "pfs_vncache_misses": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510660
    },
    "pfs_vncache_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612510600
    },
    "pfs_vncache_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574569616
    },
    "pfs_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609566896
    },
    "pfs_vptocnp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574578848
    },
    "pfs_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574574480
    },
    "pfse": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_send_entry"
        }
      },
      "address": 0
    },
    "pfsent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsentry"
        }
      },
      "address": 0
    },
    "pfsent2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsentry"
        }
      },
      "address": 0
    },
    "pfsync6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578447104
    },
    "pfsync_acts": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071585315712
    },
    "pfsync_buckets": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613144272
    },
    "pfsync_bulk_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578438160
    },
    "pfsync_bulk_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578454304
    },
    "pfsync_clear_states": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578443920
    },
    "pfsync_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578427760
    },
    "pfsync_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578428592
    },
    "pfsync_defer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578436752
    },
    "pfsync_defer_tmo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578439040
    },
    "pfsync_delete_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578443408
    },
    "pfsync_detach_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578446192
    },
    "pfsync_detach_ifnet_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613144848
    },
    "pfsync_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578435824
    },
    "pfsync_in_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578452368
    },
    "pfsync_in_clr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578447776
    },
    "pfsync_in_del_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578452144
    },
    "pfsync_in_eof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578453120
    },
    "pfsync_in_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578452096
    },
    "pfsync_in_iack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578448624
    },
    "pfsync_in_ins": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578448240
    },
    "pfsync_in_tdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578453104
    },
    "pfsync_in_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578448880
    },
    "pfsync_in_upd_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578450096
    },
    "pfsync_in_ureq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578451392
    },
    "pfsync_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578446416
    },
    "pfsync_insert_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578442400
    },
    "pfsync_kstatus_to_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578433520
    },
    "pfsync_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609991328
    },
    "pfsync_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578446048
    },
    "pfsync_multicast_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578437680
    },
    "pfsync_nv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pfsync_nvstatus_to_kstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578740528
    },
    "pfsync_out_del_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578436720
    },
    "pfsync_out_iack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578436304
    },
    "pfsync_out_state_1301": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578436240
    },
    "pfsync_out_state_1400": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578436272
    },
    "pfsync_out_upd_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578436336
    },
    "pfsync_push_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578444576
    },
    "pfsync_q_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578445200
    },
    "pfsync_q_ins": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578444064
    },
    "pfsync_qid_sstate": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585315704
    },
    "pfsync_qs": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_q"
        }
      },
      "address": 18446744071585315536
    },
    "pfsync_request_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578437856
    },
    "pfsync_send_plus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578445536
    },
    "pfsync_sendout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578431952
    },
    "pfsync_sockaddr_to_syncpeer_nvlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578740400
    },
    "pfsync_state_export": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578565168
    },
    "pfsync_state_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578439696
    },
    "pfsync_syncpeer_nvlist_to_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578740144
    },
    "pfsync_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578444800
    },
    "pfsync_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578439504
    },
    "pfsync_undefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578438672
    },
    "pfsync_undefer_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578453168
    },
    "pfsync_undefer_state_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578444976
    },
    "pfsync_upd_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578453456
    },
    "pfsync_update_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578442784
    },
    "pfsync_update_state_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578453840
    },
    "pfsyncintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578429328
    },
    "pfsyncioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578429776
    },
    "pfsyncmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609991040
    },
    "pfsyncname": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585315504
    },
    "pfsyncoutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578431936
    },
    "pfsyncr": {
      "type": {
        "kind": "struct",
        "name": "pfsyncreq"
      },
      "address": 0
    },
    "pfvf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfvfspoof": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pfwdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_device"
        }
      },
      "address": 0
    },
    "pfxlist_onlink_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578202592
    },
    "pfxrtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_pfxrouter"
        }
      },
      "address": 0
    },
    "pfxrtr_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578209840
    },
    "pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pg1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pg2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pg3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pg_array": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "pg_attr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pg_dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pg_g": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484120
    },
    "pg_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "read_element_status_page_header"
        }
      },
      "address": 0
    },
    "pg_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pg_nx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484216
    },
    "pg_ps_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608209560
    },
    "pg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pg_sz": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071587093456
    },
    "pg_tbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ctx_pg_info"
        }
      },
      "address": 0
    },
    "pg_tbl_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pga": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pgaDesiredSize": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "pgadv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pgann": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_meshgann_ie"
      },
      "address": 0
    },
    "pgbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_bd"
        }
      },
      "address": 0
    },
    "pgbuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413414
    },
    "pgbuild_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413475
    },
    "pgcache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_pgcache"
        }
      },
      "address": 0
    },
    "pgdelete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575466912
    },
    "pgdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_db_pgdir"
        }
      },
      "address": 0
    },
    "pges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "apei_pges"
        }
      },
      "address": 0
    },
    "pget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575463264
    },
    "pgetbl_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pgetbl_ctl2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pgfind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575463152
    },
    "pgid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pgl_exp_rom2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pglen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pglvl_max_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261792
    },
    "pglvl_page_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581261936
    },
    "pglvl_page_size.pg_sz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587093456
    },
    "pgno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pgo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pgoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pgops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pagerops"
          }
        }
      },
      "address": 0
    },
    "pgpos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pgq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_gen_quirk"
        }
      },
      "address": 0
    },
    "pgread": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pgrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pgrp"
        }
      },
      "address": 0
    },
    "pgrp0": {
      "type": {
        "kind": "struct",
        "name": "pgrp"
      },
      "address": 18446744071612533744
    },
    "pgrp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575461376
    },
    "pgrp_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612751776
    },
    "pgrpdump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575483120
    },
    "pgrphash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612751752
    },
    "pgrphashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pgrphashhead"
        }
      },
      "address": 18446744071612751760
    },
    "pgs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pgsigio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575624064
    },
    "pgsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575611600
    },
    "pgsin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pgsin_a": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pgsin_b": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pgtblctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_header"
        }
      },
      "address": 0
    },
    "pha": {
      "type": {
        "kind": "struct",
        "name": "pfil_hook_args"
      },
      "address": 0
    },
    "phase": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phase_avg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phase_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phase_max_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phase_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phase_min_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phasemis": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phashinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575901440
    },
    "phashinit_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575900816
    },
    "phbamu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HBA_MessageUnit"
        }
      },
      "address": 0
    },
    "phbbmu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HBB_MessageUnit"
        }
      },
      "address": 0
    },
    "phbcmu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HBE_MessageUnit"
        }
      },
      "address": 0
    },
    "phbdmu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HBD_MessageUnit0"
        }
      },
      "address": 0
    },
    "phc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "phdr_closure"
        }
      },
      "address": 0
    },
    "phd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcbport"
        }
      },
      "address": 0
    },
    "phdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "phdyn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Phdr"
        }
      },
      "address": 0
    },
    "phead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "phlimit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Phdr"
        }
      },
      "address": 0
    },
    "php": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf32_Phdr"
        }
      },
      "address": 0
    },
    "phpm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phpm_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phs_a0_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phs_a0_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phs_a1_d0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phs_a1_d1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phs_corr_rx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phs_corr_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phs_rx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phs_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phwr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_hw_root"
        }
      },
      "address": 0
    },
    "phy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy1": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 0
    },
    "phy2": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 0
    },
    "phy2230s": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 18446744071585078960
    },
    "phy2f": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy3": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 0
    },
    "phy3_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phy6_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phy812_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phyAddress": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "phyCnt1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phyCnt2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phyPLL": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phyParamForAC_BE": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "phyParamType"
        }
      },
      "address": 18446744071585253680
    },
    "phyParamForAC_BK": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "phyParamType"
        }
      },
      "address": 18446744071585253120
    },
    "phyParamForAC_VI": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "phyParamType"
        }
      },
      "address": 18446744071585253232
    },
    "phyParamForAC_VO": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "phyParamType"
        }
      },
      "address": 18446744071585253456
    },
    "phyTime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_54618se": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607952
    },
    "phy_7101": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585608072
    },
    "phy_8073": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585606752
    },
    "phy_8481": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607352
    },
    "phy_84823": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607472
    },
    "phy_84833": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607592
    },
    "phy_84834": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607712
    },
    "phy_84858": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607832
    },
    "phy_8705": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585606872
    },
    "phy_8706": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585606992
    },
    "phy_8726": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607112
    },
    "phy_8727": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585607232
    },
    "phy_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "phy_assigned_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "phy_attached_device_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "phy_being_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "phy_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_blk": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "elink_phy"
          }
        }
      },
      "address": 0
    },
    "phy_capabilities": {
      "type": {
        "kind": "struct",
        "name": "SAS_CAPABILITIES_T"
      },
      "address": 0
    },
    "phy_cause": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phy_cfg_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_phy_cfg_cmd"
      },
      "address": 0
    },
    "phy_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_map_phy_change"
        }
      },
      "address": 0
    },
    "phy_cnt1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_cnt2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_config_swapped": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_configuration": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_configuration_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_control": {
      "type": {
        "kind": "struct",
        "name": "SMP_REQUEST_T"
      },
      "address": 0
    },
    "phy_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_data": {
      "type": {
        "kind": "struct",
        "name": "ice_phy_data"
      },
      "address": 0
    },
    "phy_data2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_data_swapped": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_db": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_phy_db"
        }
      },
      "address": 0
    },
    "phy_db_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_phy_db_cmd"
      },
      "address": 0
    },
    "phy_db_notif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_calib_res_notif_phy_db"
        }
      },
      "address": 0
    },
    "phy_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_gain1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_gain2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_gpio_reset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "phy_high": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "phy_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_id1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_id2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_id_high": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_id_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_id_low": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_identifier": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_phy_if"
        }
      },
      "address": 0
    },
    "phy_impl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_phy_impl_if"
        }
      },
      "address": 0
    },
    "phy_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "phy_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_phy_info"
        }
      },
      "address": 0
    },
    "phy_link": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_link_speeds": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071587150784
    },
    "phy_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "phy_log_dev_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phy_low": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "phy_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "phy_null": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585606072
    },
    "phy_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_page": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "phy_properties": {
      "type": {
        "kind": "struct",
        "name": "SCIC_PHY_PROPERTIES_T"
      },
      "address": 0
    },
    "phy_rates": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071587150224
    },
    "phy_reg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phy_sas_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "phy_saved_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_serdes": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585606312
    },
    "phy_sku": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "phy_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_speeds": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "phy_timer_timeout_values": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_tmp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_to_be_started": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_to_be_stopped": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_to_clear_affiliation": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "phy_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_type_ext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phy_types_str": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587171056
    },
    "phy_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_vars": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "elink_vars"
        }
      },
      "address": 0
    },
    "phy_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_warpcore": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585606192
    },
    "phy_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phy_xgxs": {
      "type": {
        "kind": "struct",
        "name": "elink_phy"
      },
      "address": 18446744071585606432
    },
    "phybits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phyctxt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_phy_ctxt"
        }
      },
      "address": 0
    },
    "phyerr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phyfw": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phyinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mptsas_phyinfo"
        }
      },
      "address": 0
    },
    "phyini": {
      "type": {
        "count": 69,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 18446744071585080672
    },
    "phyini_1": {
      "type": {
        "count": 55,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 18446744071585079296
    },
    "phyini_2": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 0
    },
    "phyini_3": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 0
    },
    "phyint_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577752352
    },
    "phyloc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phymask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phymax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phymin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phymode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phyno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phynum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 0
    },
    "phypll": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 0
    },
    "phyr_30": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phyr_35": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phyr_80f": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phyr_810": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "phyrev": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physArm": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "physLBA": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "physLBA_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "phys_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "phys_avail": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613328960
    },
    "phys_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_read_dvd_struct_data_physical"
        }
      },
      "address": 0
    },
    "phys_data_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "phys_dev_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phys_disk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_scsi_dev_t"
        }
      },
      "address": 0
    },
    "phys_disk_page_address": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phys_disk_pg0": {
      "type": {
        "kind": "struct",
        "name": "Mpi2RaidPhysDiskPage0_t"
      },
      "address": 0
    },
    "phys_hdr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "phys_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "phys_loc": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "phys_pager.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "phys_pager_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077392
    },
    "phys_pager_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580076704
    },
    "phys_pager_cluster": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610064688
    },
    "phys_pager_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077440
    },
    "phys_pager_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077808
    },
    "phys_pager_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077872
    },
    "phys_pager_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077328
    },
    "phys_pager_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613298464
    },
    "phys_pager_object_list": {
      "type": {
        "kind": "struct",
        "name": "pagerlst"
      },
      "address": 18446744071613298496
    },
    "phys_pager_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077904
    },
    "phys_pager_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077840
    },
    "phys_payload": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "phys_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phys_sector_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physcopyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576019296
    },
    "physcopyin_vlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576019728
    },
    "physcopyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576019520
    },
    "physcopyout_vlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576019904
    },
    "physfree": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physical": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "physical_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physical_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "physical_dev_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reportlun_data_ext_t"
        }
      },
      "address": 0
    },
    "physical_id": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physical_layer": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physical_per_logical_enable_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "physical_per_logical_sector": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "physical_per_logical_sector_exponent": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "physical_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "physio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575454704
    },
    "physmap": {
      "type": {
        "count": 126,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "physmap_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "physmem": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613299176
    },
    "physmem_est": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "physmem_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physmem_tunable": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "physpagerops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071585415072
    },
    "physpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "physpath_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "physptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "physt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "r12a_rx_phystat"
        }
      },
      "address": 0
    },
    "physts": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "physup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "physvnodes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "physz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "phytype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "phyver": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "phyw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_port_info"
        }
      },
      "address": 0
    },
    "pi1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_pi"
        }
      },
      "address": 0
    },
    "pi2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_pi"
        }
      },
      "address": 0
    },
    "pi6": {
      "type": {
        "kind": "struct",
        "name": "in6_pktinfo"
      },
      "address": 0
    },
    "pi_adv": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pi_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pi_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pi_pad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_pkt_info_pad"
        }
      },
      "address": 0
    },
    "pi_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pic"
        }
      },
      "address": 0
    },
    "pick_kernel_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126000
    },
    "pickcpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pics": {
      "type": {
        "kind": "struct",
        "name": "pics_head"
      },
      "address": 18446744071613439904
    },
    "pid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_prof_id_section"
        }
      },
      "address": 0
    },
    "pid_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609740456
    },
    "pidbuf": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pidctrl_classic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575927568
    },
    "pidctrl_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575927712
    },
    "pidctrl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926704
    },
    "pidctrl_init_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575926784
    },
    "pidhash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612751728
    },
    "pidhash_slockall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575462048
    },
    "pidhash_sunlockall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575462128
    },
    "pidhashlock": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612751736
    },
    "pidhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pidhashhead"
        }
      },
      "address": 18446744071612751712
    },
    "pidhashtbl_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sx"
        }
      },
      "address": 18446744071612751744
    },
    "pidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pids": {
      "type": {
        "kind": "struct",
        "name": "unrhdr"
      },
      "address": 0
    },
    "pidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pidx_last": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pidx_start": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pidx_stop": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "piend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "priq_if"
        }
      },
      "address": 0
    },
    "pig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "igmp_grouprec"
        }
      },
      "address": 0
    },
    "pilotMask": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pilot_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pilot_mask_reg": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pim"
        }
      },
      "address": 0
    },
    "pim6_encap_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "encaptab"
        }
      },
      "address": 18446744071613139720
    },
    "pim6_encapcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578125312
    },
    "pim6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578125328
    },
    "pim6stat": {
      "type": {
        "kind": "struct",
        "name": "pim6stat"
      },
      "address": 18446744071613139632
    },
    "pim_assert_interval": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071609925224
    },
    "pim_encap_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "encaptab"
        }
      },
      "address": 18446744071613059160
    },
    "pim_encap_iphdr": {
      "type": {
        "kind": "struct",
        "name": "ip"
      },
      "address": 18446744071585289704
    },
    "pim_encap_pimhdr": {
      "type": {
        "kind": "struct",
        "name": "pim_encap_pimhdr"
      },
      "address": 0
    },
    "pim_encapcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577748112
    },
    "pim_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577748128
    },
    "pim_register_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577750960
    },
    "pim_squelch_wholepkt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613059104
    },
    "pimhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pim_encap_pimhdr"
        }
      },
      "address": 0
    },
    "pimlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pimstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577733312
    },
    "pin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioapic_intsrc"
        }
      },
      "address": 0
    },
    "pin_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pin_default_swi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609721568
    },
    "pin_func": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pin_patches": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 0
    },
    "pin_patches_asus_w6f": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 18446744071609186128
    },
    "pin_patches_clevo_d900t_asus_m5200": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 18446744071609186336
    },
    "pin_patches_dell_xps_jack": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 18446744071609182320
    },
    "pin_patches_lg_lw20": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 18446744071609186288
    },
    "pin_patches_msi_ms034a": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 18446744071609186432
    },
    "pin_patches_uniwill_9075": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pin_patch_t"
        }
      },
      "address": 18446744071609186256
    },
    "pin_pcpu_swi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609721572
    },
    "pin_swi": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pin_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pinbound_srb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "InBound_SRB"
        }
      },
      "address": 0
    },
    "pincap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pincr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pinfo": {
      "type": {
        "kind": "struct",
        "name": "virtchnl_promisc_info"
      },
      "address": 0
    },
    "pino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pinset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pnfsio"
        }
      },
      "address": 0
    },
    "pio_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iodev_pio_req"
        }
      },
      "address": 0
    },
    "pio_timings": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584174352
    },
    "piod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ptrace_io_desc"
        }
      },
      "address": 0
    },
    "piomode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "piotiming": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584047488
    },
    "piotimings": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584171020
    },
    "piov": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "pip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "pipe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pipe_char": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "pipe_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576069536
    },
    "pipe_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576069584
    },
    "pipe_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576069392
    },
    "pipe_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577516928
    },
    "pipe_dequeue.oldrand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058272
    },
    "pipe_dequeue.rand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058264
    },
    "pipe_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576070128
    },
    "pipe_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576069616
    },
    "pipe_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pipe_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576067280
    },
    "pipe_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576068576
    },
    "pipe_map_store": {
      "type": {
        "kind": "struct",
        "name": "vm_map"
      },
      "address": 18446744071613299624
    },
    "pipe_mindirect": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071609753848
    },
    "pipe_named_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576069712
    },
    "pipe_nfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609753856
    },
    "pipe_paircreate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576069760
    },
    "pipe_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576068000
    },
    "pipe_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576060800
    },
    "pipe_rfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609753896
    },
    "pipe_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576069136
    },
    "pipe_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576067232
    },
    "pipe_wfiltops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609753936
    },
    "pipe_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576062576
    },
    "pipe_xfer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_xfer"
        }
      },
      "address": 0
    },
    "pipe_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613004904
    },
    "pipe_zone_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576072288
    },
    "pipe_zone_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576072560
    },
    "pipe_zone_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576072512
    },
    "pipeallocfail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613004892
    },
    "pipeclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576070224
    },
    "pipedev_ino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613004920
    },
    "pipefragretry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613004888
    },
    "pipeinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576072192
    },
    "pipeino_unr": {
      "type": {
        "kind": "struct",
        "name": "unrhdr64"
      },
      "address": 18446744071613004912
    },
    "pipeops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609752808
    },
    "piperesizeallowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609753840
    },
    "piperesizefail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613004896
    },
    "pipeselwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576072048
    },
    "pipespace_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576072672
    },
    "pipespace_new.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613004928
    },
    "pipespace_new.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613004936
    },
    "pis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cciss_pci_info_struct"
        }
      },
      "address": 0
    },
    "pistart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pitch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pitch_target": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pitchtab": {
      "type": {
        "count": 84,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587182384
    },
    "pitem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pivot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pixel_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pk": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pkarr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pkc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 0
    },
    "pkcs5v2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pkcs5v2_genkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574685424
    },
    "pkey_tbl_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_pkg_hdr"
        }
      },
      "address": 0
    },
    "pkg_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_pkg_hdr"
        }
      },
      "address": 0
    },
    "pkg_id_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440504
    },
    "pkg_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_get_pkg_info_resp"
        }
      },
      "address": 0
    },
    "pkg_sects": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pkg_state": {
      "type": {
        "kind": "enum",
        "name": "ice_ddp_state"
      },
      "address": 0
    },
    "pkg_supports_dvm": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pkglog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pkm": {
      "type": {
        "kind": "struct",
        "name": "pmckern_map_out"
      },
      "address": 0
    },
    "pkru_dup_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581440784
    },
    "pkru_free_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581440848
    },
    "pksignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575609616
    },
    "pkss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_storage"
        }
      },
      "address": 0
    },
    "pkt": {
      "type": {
        "kind": "struct",
        "name": "vmbus_chanpkt_hdr"
      },
      "address": 0
    },
    "pkt_bitlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkt_bitlen1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkt_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pkt_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pkt_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pkt_hdr": {
      "type": {
        "kind": "struct",
        "name": "axge_frame_rxhdr"
      },
      "address": 0
    },
    "pkt_hdr_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkt_hlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkt_info": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pkt_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pkt_orig": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pkt_priority_to_cos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pkt_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pkt_sent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkt_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkt_space": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pkt_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkt_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pktbuf": {
      "type": {
        "kind": "struct",
        "name": "cisco_packet"
      },
      "address": 0
    },
    "pkterrthresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091892
    },
    "pktfilt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pkthdrlen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "pktinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_pktinfo"
        }
      },
      "address": 0
    },
    "pktinfo_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pktinfo_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pktlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pktmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pktopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_pktopts"
        }
      },
      "address": 0
    },
    "pktretry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkts": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pkts_dropped": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pktscale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pktscalesav": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pktsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkttime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pkv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_param_t"
        }
      },
      "address": 0
    },
    "pl": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p3"
      },
      "address": 0
    },
    "pl_intr_action": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_action"
        }
      },
      "address": 18446744071584731088
    },
    "pl_intr_details": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584730544
    },
    "pl_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584731472
    },
    "pl_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pl_perr_cause": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584731040
    },
    "pl_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pl_timeout_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569045328
    },
    "pla": {
      "type": {
        "kind": "struct",
        "name": "pfil_link_args"
      },
      "address": 0
    },
    "place": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "placeholder_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609619344
    },
    "plaindata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "planar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "plane": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "planes": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "platformid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "playtone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582292048
    },
    "plba": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "plcp": {
      "type": {
        "kind": "struct",
        "name": "zyd_plcphdr"
      },
      "address": 0
    },
    "plcp_length": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pld": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pldsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pldt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc_ldt"
        }
      },
      "address": 0
    },
    "pledgedSrcSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "plen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "plen0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "plength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "plextor_cd_ops": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "op_table_entry"
        }
      },
      "address": 18446744071608257056
    },
    "plist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unmap_parm_list"
        }
      },
      "address": 0
    },
    "pll": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "plogi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_plogi_payload_t"
        }
      },
      "address": 0
    },
    "plpl_intr_actions": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_action"
        }
      },
      "address": 18446744071584737568
    },
    "plpl_intr_details": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584737600
    },
    "plpl_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568993536
    },
    "plpl_intr_handler.plpl_intr_actions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737568
    },
    "plpl_intr_handler.plpl_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737600
    },
    "plpl_intr_handler.plpl_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737712
    },
    "plpl_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584737712
    },
    "pltime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pltime0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "plttype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "plus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "plut": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lut_entry"
        }
      },
      "address": 0
    },
    "pm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_map"
        }
      },
      "address": 0
    },
    "pm0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_proc_msg"
        }
      },
      "address": 0
    },
    "pm1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_proc_msg"
        }
      },
      "address": 0
    },
    "pm2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_proc_msg"
        }
      },
      "address": 0
    },
    "pm_chipid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pm_msg": {
      "type": {
        "kind": "struct",
        "name": "pm_message_t"
      },
      "address": 0
    },
    "pm_phy_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pm_pio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_field"
        }
      },
      "address": 0
    },
    "pm_pml4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pm_pml4u": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pm_pml5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pm_pml5u": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pm_ports": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pm_revision": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pm_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_pm_stats"
        }
      },
      "address": 0
    },
    "pm_suspend_target_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613150240
    },
    "pma_pmd_10g": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pma_pmd_10g_parallel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pma_pmd_10g_serial": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pma_pmd_1g": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmac_pos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_mcast_mac_elem"
        }
      },
      "address": 0
    },
    "pmac_pos_n": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_mcast_mac_elem"
        }
      },
      "address": 0
    },
    "pmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_prof_map"
        }
      },
      "address": 0
    },
    "pmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pmap_abort_ptp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581479312
    },
    "pmap_activate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581505920
    },
    "pmap_activate_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581450448
    },
    "pmap_activate_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581505776
    },
    "pmap_activate_sw_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581504912
    },
    "pmap_activate_sw_mode_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581504912
    },
    "pmap_activate_sw_nopcid_nopti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581505744
    },
    "pmap_activate_sw_nopcid_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581505648
    },
    "pmap_activate_sw_pcid_nopti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581505424
    },
    "pmap_activate_sw_pcid_pti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581504992
    },
    "pmap_advise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581494464
    },
    "pmap_align_superpage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581506096
    },
    "pmap_alloc_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581474736
    },
    "pmap_allocpte_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581469776
    },
    "pmap_allocpte_free_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581526720
    },
    "pmap_allocpte_getpdp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581526272
    },
    "pmap_allocpte_getpml4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581526016
    },
    "pmap_allocpte_nosleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581524944
    },
    "pmap_allow_2m_x_ept": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484256
    },
    "pmap_allow_2m_x_ept_recalculate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581441152
    },
    "pmap_bootstrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581437120
    },
    "pmap_bootstrap_la57": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581515088
    },
    "pmap_cache_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581443776
    },
    "pmap_change_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581443584
    },
    "pmap_change_props_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581500272
    },
    "pmap_change_prot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581502656
    },
    "pmap_clear_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581495920
    },
    "pmap_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581476256
    },
    "pmap_copy_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581480384
    },
    "pmap_copy_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581480432
    },
    "pmap_cpu_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581527552
    },
    "pmap_cpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192840
    },
    "pmap_delayed_invl_callout_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581514992
    },
    "pmap_delayed_invl_callout_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581514912
    },
    "pmap_delayed_invl_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435792
    },
    "pmap_delayed_invl_finish_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435824
    },
    "pmap_delayed_invl_finish_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435792
    },
    "pmap_delayed_invl_finish_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581436112
    },
    "pmap_delayed_invl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435152
    },
    "pmap_delayed_invl_start_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435184
    },
    "pmap_delayed_invl_start_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435152
    },
    "pmap_delayed_invl_start_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435392
    },
    "pmap_delayed_invl_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581436608
    },
    "pmap_delayed_invl_wait_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581436640
    },
    "pmap_delayed_invl_wait_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581436608
    },
    "pmap_delayed_invl_wait_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581436784
    },
    "pmap_demote_DMAP": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581502848
    },
    "pmap_demote_pde_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581520048
    },
    "pmap_demote_pde_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581458928
    },
    "pmap_demote_pdpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581503600
    },
    "pmap_di_callout_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191312
    },
    "pmap_di_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581434928
    },
    "pmap_di_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581514736
    },
    "pmap_emulate_accessed_dirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581506224
    },
    "pmap_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581464400
    },
    "pmap_enter_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581471712
    },
    "pmap_enter_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581468544
    },
    "pmap_enter_quick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581473632
    },
    "pmap_enter_quick_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581472464
    },
    "pmap_extract": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581447776
    },
    "pmap_extract_and_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581448352
    },
    "pmap_failed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmap_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pmap_flush_cache_phys_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581447312
    },
    "pmap_flush_cache_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581447024
    },
    "pmap_force_invalidate_cache_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446128
    },
    "pmap_free_pt_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581453264
    },
    "pmap_get_mapping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581507104
    },
    "pmap_growkernel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581454368
    },
    "pmap_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581441280
    },
    "pmap_init_pat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581440880
    },
    "pmap_initialized": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484260
    },
    "pmap_invalidate_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445264
    },
    "pmap_invalidate_all_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445616
    },
    "pmap_invalidate_all_cb_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445616
    },
    "pmap_invalidate_all_curcpu_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446000
    },
    "pmap_invalidate_all_nopcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445936
    },
    "pmap_invalidate_all_pcid_invpcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445664
    },
    "pmap_invalidate_all_pcid_noinvpcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445824
    },
    "pmap_invalidate_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446016
    },
    "pmap_invalidate_cache_curcpu_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446048
    },
    "pmap_invalidate_cache_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446768
    },
    "pmap_invalidate_cache_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446064
    },
    "pmap_invalidate_cache_range_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446320
    },
    "pmap_invalidate_cache_range_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446064
    },
    "pmap_invalidate_cache_range_selfsnoop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446112
    },
    "pmap_invalidate_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444416
    },
    "pmap_invalidate_page_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444160
    },
    "pmap_invalidate_page_cb_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444160
    },
    "pmap_invalidate_page_curcpu_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444608
    },
    "pmap_invalidate_page_nopcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444400
    },
    "pmap_invalidate_page_pcid_invpcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444208
    },
    "pmap_invalidate_page_pcid_noinvpcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444304
    },
    "pmap_invalidate_pde_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581518928
    },
    "pmap_invalidate_preipi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581443936
    },
    "pmap_invalidate_preipi_nopcid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444128
    },
    "pmap_invalidate_preipi_pcid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581443968
    },
    "pmap_invalidate_preipi_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581443936
    },
    "pmap_invalidate_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445024
    },
    "pmap_invalidate_range_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444704
    },
    "pmap_invalidate_range_cb_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444704
    },
    "pmap_invalidate_range_curcpu_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445456
    },
    "pmap_invalidate_range_nopcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581445008
    },
    "pmap_invalidate_range_pcid_invpcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444752
    },
    "pmap_invalidate_range_pcid_noinvpcid_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581444896
    },
    "pmap_invl_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613484640
    },
    "pmap_invl_callout_inited": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613484704
    },
    "pmap_invl_gen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610193216
    },
    "pmap_invl_gen_head": {
      "type": {
        "kind": "struct",
        "name": "pmap_invl_gen"
      },
      "address": 18446744071610193184
    },
    "pmap_invl_gen_tracker": {
      "type": {
        "kind": "struct",
        "name": "unnamed_563930e132938e1a"
      },
      "address": 18446744071613484712
    },
    "pmap_invl_waiters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484720
    },
    "pmap_is_modified": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581486816
    },
    "pmap_is_prefaultable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581488608
    },
    "pmap_is_referenced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581489104
    },
    "pmap_is_valid_memattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581443744
    },
    "pmap_kenter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581449056
    },
    "pmap_kenter_temporary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581473872
    },
    "pmap_kextract": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581446352
    },
    "pmap_kremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581449120
    },
    "pmap_large_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581508064
    },
    "pmap_large_map_flush_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510640
    },
    "pmap_large_map_flush_range_clflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510800
    },
    "pmap_large_map_flush_range_clflushopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510752
    },
    "pmap_large_map_flush_range_clwb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510704
    },
    "pmap_large_map_flush_range_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510848
    },
    "pmap_large_map_flush_range_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510640
    },
    "pmap_large_map_getptp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581527376
    },
    "pmap_large_map_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581509568
    },
    "pmap_large_map_wb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510864
    },
    "pmap_large_map_wb_fence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510528
    },
    "pmap_large_map_wb_fence_atomic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510608
    },
    "pmap_large_map_wb_fence_mfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510592
    },
    "pmap_large_map_wb_fence_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510624
    },
    "pmap_large_map_wb_fence_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581510528
    },
    "pmap_large_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581509888
    },
    "pmap_last_pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608216152
    },
    "pmap_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581449152
    },
    "pmap_map_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581456752
    },
    "pmap_map_io_transient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581480688
    },
    "pmap_mapbios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581499200
    },
    "pmap_mapdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581499136
    },
    "pmap_mapdev_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581497856
    },
    "pmap_mapdev_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581497872
    },
    "pmap_mapdev_pciecfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581499168
    },
    "pmap_mincore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581503952
    },
    "pmap_not_in_di": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581434896
    },
    "pmap_not_in_di_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581434992
    },
    "pmap_not_in_di_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581434896
    },
    "pmap_not_in_di_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435024
    },
    "pmap_object_init_pt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581474016
    },
    "pmap_page_alloc_below_4g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581441056
    },
    "pmap_page_array_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581453376
    },
    "pmap_page_exists_quick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581481376
    },
    "pmap_page_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581441120
    },
    "pmap_page_is_mapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581483328
    },
    "pmap_page_set_memattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581499888
    },
    "pmap_page_set_memattr_noflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581500080
    },
    "pmap_page_test_mappings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581486848
    },
    "pmap_page_wired_mappings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581482176
    },
    "pmap_pcid_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610190048
    },
    "pmap_pcid_invlpg_workaround": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484100
    },
    "pmap_pcid_invlpg_workaround_uena": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610190392
    },
    "pmap_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581458672
    },
    "pmap_pde_demotions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216208
    },
    "pmap_pde_demotions_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191696
    },
    "pmap_pde_demotions_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191720
    },
    "pmap_pde_mappings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216168
    },
    "pmap_pde_mappings_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191856
    },
    "pmap_pde_mappings_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610191880
    },
    "pmap_pde_p_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216216
    },
    "pmap_pde_p_failures_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192016
    },
    "pmap_pde_p_failures_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192040
    },
    "pmap_pde_promotions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216224
    },
    "pmap_pde_promotions_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192176
    },
    "pmap_pde_promotions_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192200
    },
    "pmap_pdpe_demotions": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216232
    },
    "pmap_pdpe_demotions_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192448
    },
    "pmap_pdpe_demotions_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610192472
    },
    "pmap_phys2dmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581531600
    },
    "pmap_pinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581452592
    },
    "pmap_pinit0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581449696
    },
    "pmap_pinit_pml4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581450592
    },
    "pmap_pinit_pml5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581450976
    },
    "pmap_pinit_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581451200
    },
    "pmap_pkru_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581514304
    },
    "pmap_pkru_ranges_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613484592
    },
    "pmap_pkru_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581513040
    },
    "pmap_pkru_update_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581513552
    },
    "pmap_pml4e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581464304
    },
    "pmap_preinit_mapping": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pmap_preinit_mapping"
        }
      },
      "address": 18446744071613484272
    },
    "pmap_print_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581530992
    },
    "pmap_promote_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581470816
    },
    "pmap_protect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581462544
    },
    "pmap_ps_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581443904
    },
    "pmap_pti_add_kva": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581511408
    },
    "pmap_pti_add_kva_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581511600
    },
    "pmap_pti_pcid_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543312
    },
    "pmap_pti_pcid_invlpg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543328
    },
    "pmap_pti_pcid_invlrng": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543344
    },
    "pmap_pti_pdpe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581528752
    },
    "pmap_pti_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581512672
    },
    "pmap_pti_remove_kva": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581512112
    },
    "pmap_ptpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581531728
    },
    "pmap_pv_insert_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581478992
    },
    "pmap_pv_promote_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581526832
    },
    "pmap_pvh_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581470000
    },
    "pmap_qenter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581449184
    },
    "pmap_qremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581449520
    },
    "pmap_quick_enter_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581507648
    },
    "pmap_quick_remove_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581507936
    },
    "pmap_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581452624
    },
    "pmap_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581455040
    },
    "pmap_remove1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581455056
    },
    "pmap_remove_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581456768
    },
    "pmap_remove_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581483472
    },
    "pmap_remove_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581516256
    },
    "pmap_remove_pte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581493712
    },
    "pmap_remove_ptes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581517600
    },
    "pmap_remove_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581489136
    },
    "pmap_swap_pat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581520240
    },
    "pmap_sync_icache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581506080
    },
    "pmap_thread_init_invl_gen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435056
    },
    "pmap_thread_init_invl_gen_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435088
    },
    "pmap_thread_init_invl_gen_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435056
    },
    "pmap_thread_init_invl_gen_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581435120
    },
    "pmap_try_insert_pv_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581479392
    },
    "pmap_ts_referenced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581490928
    },
    "pmap_unmap_io_transient": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581481184
    },
    "pmap_unmapdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581499232
    },
    "pmap_unwire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581475328
    },
    "pmap_update_pde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581518960
    },
    "pmap_update_pde_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581519728
    },
    "pmap_update_pde_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581519824
    },
    "pmap_vmspace_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581479680
    },
    "pmap_zero_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581480288
    },
    "pmap_zero_page_area": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581480320
    },
    "pmapsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "pmask6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "pmax": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pmax_tx_pwr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pmaxchn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmaxrate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmbase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pmc___clock_hard": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609642480
    },
    "pmc___clock_hard_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609642576
    },
    "pmc___clock_hard_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609642600
    },
    "pmc___clock_prof": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609642768
    },
    "pmc___clock_prof_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609642864
    },
    "pmc___clock_prof_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609642888
    },
    "pmc___clock_stat": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609642624
    },
    "pmc___clock_stat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609642720
    },
    "pmc___clock_stat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609642744
    },
    "pmc___intr_all": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609656224
    },
    "pmc___intr_all_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656320
    },
    "pmc___intr_all_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656344
    },
    "pmc___intr_filter": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609656512
    },
    "pmc___intr_filter_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656608
    },
    "pmc___intr_filter_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656632
    },
    "pmc___intr_ithread": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609656368
    },
    "pmc___intr_ithread_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656464
    },
    "pmc___intr_ithread_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656488
    },
    "pmc___intr_schedule": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609656800
    },
    "pmc___intr_schedule_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656896
    },
    "pmc___intr_schedule_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656920
    },
    "pmc___intr_stray": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609656656
    },
    "pmc___intr_stray_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656752
    },
    "pmc___intr_stray_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609656776
    },
    "pmc___intr_waiting": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609656944
    },
    "pmc___intr_waiting_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657040
    },
    "pmc___intr_waiting_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657064
    },
    "pmc___lock_failed": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071609690456
    },
    "pmc___lock_failed_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690552
    },
    "pmc___lock_failed_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609690576
    },
    "pmc___page_fault_all": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071610193624
    },
    "pmc___page_fault_all_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193720
    },
    "pmc___page_fault_all_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193744
    },
    "pmc___page_fault_read": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071610193768
    },
    "pmc___page_fault_read_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193864
    },
    "pmc___page_fault_read_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610193888
    },
    "pmc___page_fault_write": {
      "type": {
        "kind": "struct",
        "name": "pmc_soft"
      },
      "address": 18446744071610193912
    },
    "pmc___page_fault_write_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610194008
    },
    "pmc___page_fault_write_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610194032
    },
    "pmc_cpu_is_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575456416
    },
    "pmc_cpu_is_disabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575456528
    },
    "pmc_cpu_is_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575456480
    },
    "pmc_cpu_is_primary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575456592
    },
    "pmc_cpu_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575456640
    },
    "pmc_dom_hdrs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pmc_domain_buffer_header"
          }
        }
      },
      "address": 18446744071608210528
    },
    "pmc_handled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "pmc_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071608210512
    },
    "pmc_intr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071608210520
    },
    "pmc_kernel_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174312
    },
    "pmc_soft_ev_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575457360
    },
    "pmc_soft_ev_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575457168
    },
    "pmc_soft_ev_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575456656
    },
    "pmc_soft_ev_register.warned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612555008
    },
    "pmc_soft_ev_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575457552
    },
    "pmc_soft_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609693832
    },
    "pmc_soft_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693728
    },
    "pmc_soft_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693752
    },
    "pmc_softevents": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609693776
    },
    "pmc_softs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pmc_soft"
          }
        }
      },
      "address": 18446744071612555056
    },
    "pmc_softs_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612555048
    },
    "pmc_softs_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612555016
    },
    "pmc_ss_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612555064
    },
    "pmc_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612555072
    },
    "pmc_tf": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 18446744071612555104
    },
    "pmcap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pmccfg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pmcfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmcs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmcsr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pmcsx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609693808
    },
    "pmcsx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693456
    },
    "pmcsx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609693480
    },
    "pmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prefix_match_data"
        }
      },
      "address": 0
    },
    "pme_err_sysctl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "pme_sysctl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "pmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_pmem_stats"
        }
      },
      "address": 0
    },
    "pmgt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_pmgt"
        }
      },
      "address": 0
    },
    "pminchn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pminrate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pml": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pml4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pml4_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pml4_pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pml4e": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pml4index": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pml4pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pml4u": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pml5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pml5_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pml5e": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pml5index": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pml5u": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pmltop_pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pmltop_pgu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pmltop_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pmops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dev_pm_ops"
        }
      },
      "address": 0
    },
    "pmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msdosfsmount"
        }
      },
      "address": 0
    },
    "pmp_default_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608246956
    },
    "pmp_hide_special": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608246960
    },
    "pmp_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608246976
    },
    "pmp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949424
    },
    "pmp_retry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608246952
    },
    "pmpasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949536
    },
    "pmpcleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565950592
    },
    "pmpdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565952560
    },
    "pmpdriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608247000
    },
    "pmpinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949472
    },
    "pmpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608246904
    },
    "pmponinvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565950448
    },
    "pmpregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565950096
    },
    "pmprelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565952144
    },
    "pmpstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565950832
    },
    "pmpsysctlinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565952304
    },
    "pmr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mldv2_record"
        }
      },
      "address": 0
    },
    "pmrcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pmrx_intr_details": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584734640
    },
    "pmrx_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992464
    },
    "pmrx_intr_handler.pmrx_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734640
    },
    "pmrx_intr_handler.pmrx_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734912
    },
    "pmrx_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584734912
    },
    "pmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_msg"
        }
      },
      "address": 0
    },
    "pmstat": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pmtx_dump_dbg_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569045008
    },
    "pmtx_intr_actions": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_action"
        }
      },
      "address": 18446744071584734960
    },
    "pmtx_intr_details": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584734992
    },
    "pmtx_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992496
    },
    "pmtx_intr_handler.pmtx_intr_actions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734960
    },
    "pmtx_intr_handler.pmtx_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734992
    },
    "pmtx_intr_handler.pmtx_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735232
    },
    "pmtx_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584735232
    },
    "pmu_refv": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pmu_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pmul": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_invl_gen"
        }
      },
      "address": 0
    },
    "pn7_desktop_vid_to_volts": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610155680
    },
    "pn7_fid_to_mult": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587092656
    },
    "pn7_mobile_vid_to_volts": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610155552
    },
    "pn8_fid_to_mult": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587092784
    },
    "pn8_vid_to_volts": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610155808
    },
    "pn8_write_fidvid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581224544
    },
    "pn_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581220592
    },
    "pn_decode_pst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581223280
    },
    "pn_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581221472
    },
    "pn_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610155504
    },
    "pn_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581222784
    },
    "pn_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581219920
    },
    "pn_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587092512
    },
    "pn_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581220112
    },
    "pn_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581221488
    },
    "pn_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581223056
    },
    "pn_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581223248
    },
    "pna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_pipe_adapter"
        }
      },
      "address": 0
    },
    "pname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pnamelen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pnameunit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pnaphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pnaphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314192
    },
    "pnaphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608511416
    },
    "pnaphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584856704
    },
    "pnaphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584856592
    },
    "pnaphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608511368
    },
    "pnaphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608511344
    },
    "pnaphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608511304
    },
    "pnaphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314160
    },
    "pnaphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314224
    },
    "pnaphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584856672
    },
    "pnext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "pnfsdarg": {
      "type": {
        "kind": "struct",
        "name": "nfsd_pnfsd_args"
      },
      "address": 0
    },
    "pnfsioq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071612471312
    },
    "pnhe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_external"
        }
      },
      "address": 0
    },
    "pnhops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "weightened_nhop"
        }
      },
      "address": 0
    },
    "pnl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfioc_natlook"
        }
      },
      "address": 0
    },
    "pno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "pnp_eisaformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575023680
    },
    "pnp_eisaformat.idbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612529613
    },
    "pnp_tokens": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584921744
    },
    "pnphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pnphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569144144
    },
    "pnphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608453008
    },
    "pnphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584744992
    },
    "pnphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584744912
    },
    "pnphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608452960
    },
    "pnphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608452936
    },
    "pnphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608452896
    },
    "pnphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569144080
    },
    "pnphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569144704
    },
    "pnphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569144304
    },
    "pnphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569144560
    },
    "pnpid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pnpinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pnum": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "po": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "po_quanta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OBJECT"
        }
      },
      "address": 0
    },
    "poce_sc_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_softc"
        }
      },
      "address": 0
    },
    "poce_sc_tmp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_softc"
        }
      },
      "address": 0
    },
    "poff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "poffe": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "poffset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "poid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "poidlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "pointer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pol": {
      "type": {
        "kind": "enum",
        "name": "intr_polarity"
      },
      "address": 0
    },
    "polarity": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "policy": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "poll": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211456
    },
    "poll_cancel": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 0
    },
    "poll_catas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578939520
    },
    "poll_cfg": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 0
    },
    "poll_cmd": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "poll_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "poll_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "poll_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747560
    },
    "poll_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747584
    },
    "poll_dis": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 0
    },
    "poll_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "poll_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211464
    },
    "poll_fail_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747880
    },
    "poll_fail_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747904
    },
    "poll_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "poll_health": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579292928
    },
    "poll_no_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576052128
    },
    "poll_scan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608211488
    },
    "poll_scan_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747720
    },
    "poll_scan_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609747744
    },
    "poll_srb_done": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pollcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "polled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pollhz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "polls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pollticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "poly": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "poly1305_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579595712
    },
    "poly1305_donna.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "poly1305_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579595104
    },
    "poly1305_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594400
    },
    "poly1305_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579594592
    },
    "polyctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "poly1305_xform_ctx"
        }
      },
      "address": 0
    },
    "pool": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pool_ticket": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "poolsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "popmap": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlwriter_ops"
        }
      },
      "address": 0
    },
    "populate_canned_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577883280
    },
    "port": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "port0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "port1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "port2": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "port4mode_ovwr_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_agent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PORT_CONFIGURATION_AGENT_T"
        }
      },
      "address": 0
    },
    "port_attached_device_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "port_base_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_buffer": {
      "type": {
        "kind": "struct",
        "name": "mlx5e_port_buffer"
      },
      "address": 0
    },
    "port_cap": {
      "type": {
        "kind": "struct",
        "name": "mlx4_port_cap"
      },
      "address": 0
    },
    "port_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "port_cfg_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_map_port_change"
        }
      },
      "address": 0
    },
    "port_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_ctl_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI26_EVENT_PCIE_TOPO_PORT_ENTRY"
        }
      },
      "address": 0
    },
    "port_ets": {
      "type": {
        "kind": "struct",
        "name": "ice_aqc_port_ets_elem"
      },
      "address": 0
    },
    "port_guid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "port_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "port_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "port_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "port_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_port_info"
        }
      },
      "address": 0
    },
    "port_is_idle_0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_is_idle_1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_matched": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "port_mword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568786256
    },
    "port_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_get_port_name_t"
        }
      },
      "address": 0
    },
    "port_num": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "port_of_path": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "port_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_sas_port_phy"
        }
      },
      "address": 0
    },
    "port_properties": {
      "type": {
        "kind": "struct",
        "name": "SCIC_PORT_PROPERTIES_T"
      },
      "address": 0
    },
    "port_protocol": {
      "type": {
        "kind": "enum",
        "name": "unnamed_b9e711dc669129ea"
      },
      "address": 0
    },
    "port_qos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_qos_manager"
        }
      },
      "address": 0
    },
    "port_qos_ctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_qos_manager"
        }
      },
      "address": 0
    },
    "port_qsets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "port_rman": {
      "type": {
        "kind": "struct",
        "name": "rman"
      },
      "address": 18446744071613453704
    },
    "port_sas_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "port_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "port_state": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "port_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_port_rxf_stats_v2"
        }
      },
      "address": 0
    },
    "port_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "port_swap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_swap_ovr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_task_scheduler_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "port_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "port_type_array": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613289808
    },
    "port_type_description": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584731792
    },
    "port_types": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "port_type_info"
        }
      },
      "address": 18446744071584707088
    },
    "port_up": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "port_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "porthash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcbporthead"
        }
      },
      "address": 0
    },
    "porthi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "portid": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "portid_display": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "portidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "portinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mptsas_portinfo"
        }
      },
      "address": 0
    },
    "portion": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "portlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "portlist_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "portlo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "portlow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "portno": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "portnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "portp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "portrange": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ports": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "portv": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "posDiff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "posOvershoot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pos_devb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pos_irq": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pos_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pos_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pos_weight": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "position": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "position_type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_ab1b3a588c260725"
      },
      "address": 0
    },
    "positions": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "posix4_mib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "posix_clocks": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kclock"
        }
      },
      "address": 18446744071612809568
    },
    "posix_timer_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609720448
    },
    "posn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "possible_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "post": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_fcoe_post_sgl_pages_t"
        }
      },
      "address": 0
    },
    "post_all_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "post_execve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575263984
    },
    "post_ident_cpu": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intel_dmar_quirk_cpu"
        }
      },
      "address": 0
    },
    "post_p_ifa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578396800
    },
    "post_p_rtmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578420176
    },
    "post_p_rtnh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578420096
    },
    "post_queue_phyaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "post_sgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "post_status": {
      "type": {
        "kind": "union",
        "name": "mpu_ep_semaphore_t"
      },
      "address": 0
    },
    "post_xri": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_post_xri_t"
        }
      },
      "address": 0
    },
    "postat_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "postq_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "postsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575607728
    },
    "postsig_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575612880
    },
    "pow": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "powTableHXPD": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "short"
          }
        }
      },
      "address": 0
    },
    "powTableLXPD": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "short"
          }
        }
      },
      "address": 0
    },
    "pow_result": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pow_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576751584
    },
    "power": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "powerArray": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EEPROM_POWER_EXPN_5112"
        }
      },
      "address": 0
    },
    "powerLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "powerMeasI": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "powerMeasQ": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "powerMid": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "powerVal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "powerValue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "power_button_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "power_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "power_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "power_disable_socket_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608422384
    },
    "power_enable_socket_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608422360
    },
    "power_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "power_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "power_meas_i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "power_meas_q": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "power_pm_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071612927120
    },
    "power_pm_deferred_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575928000
    },
    "power_pm_fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612927112
    },
    "power_pm_get_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575928032
    },
    "power_pm_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575927904
    },
    "power_pm_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575928048
    },
    "power_pm_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071612927128
    },
    "power_pm_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609743016
    },
    "power_profile_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575928112
    },
    "power_profile_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575928128
    },
    "power_profile_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927160
    },
    "power_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608327696
    },
    "power_tblindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "powercycle_on_panic": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612802921
    },
    "powernow.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "powernow_cpu_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610155456
    },
    "powernow_cpu_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610155432
    },
    "powernow_cpumodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610155392
    },
    "poweroff_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609709648
    },
    "poweroff_on_panic": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612802920
    },
    "poweroff_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575590096
    },
    "powerres_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618848
    },
    "powerres_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608332240
    },
    "powerres_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332080
    },
    "powerres_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332104
    },
    "powers": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "pp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "pp1val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_provider"
        }
      },
      "address": 0
    },
    "pp_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "uhci_td_t"
          }
        }
      },
      "address": 0
    },
    "ppb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ppb_1284.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppb_1284_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571753872
    },
    "ppb_1284_negociate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571757904
    },
    "ppb_1284_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571759856
    },
    "ppb_1284_read_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571759664
    },
    "ppb_1284_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571753888
    },
    "ppb_1284_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571759200
    },
    "ppb_MS_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761616
    },
    "ppb_MS_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761376
    },
    "ppb_MS_init_msq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571762496
    },
    "ppb_MS_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571762352
    },
    "ppb_MS_microseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761712
    },
    "ppb_base.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppb_ecp_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571760848
    },
    "ppb_get_epp_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571760400
    },
    "ppb_get_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761200
    },
    "ppb_get_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571760496
    },
    "ppb_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571760928
    },
    "ppb_init_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761232
    },
    "ppb_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761056
    },
    "ppb_msq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppb_peripheral_negociate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571753936
    },
    "ppb_peripheral_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571754992
    },
    "ppb_poll_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571759888
    },
    "ppb_release_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571763072
    },
    "ppb_request_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571762880
    },
    "ppb_reset_epp_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571760768
    },
    "ppb_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571760512
    },
    "ppb_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761280
    },
    "ppb_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571761136
    },
    "ppb_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571760656
    },
    "ppbconf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppbdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ppb_device"
        }
      },
      "address": 0
    },
    "ppbus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "ppbus_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571766752
    },
    "ppbus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571763200
    },
    "ppbus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571766704
    },
    "ppbus_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609100520
    },
    "ppbus_ecp_sync_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609100664
    },
    "ppbus_exec_microseq_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609100592
    },
    "ppbus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppbus_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767536
    },
    "ppbus_io_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609100568
    },
    "ppbus_methods": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584921552
    },
    "ppbus_ppc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609100472
    },
    "ppbus_ppc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609100448
    },
    "ppbus_ppcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609100288
    },
    "ppbus_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571766896
    },
    "ppbus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571763168
    },
    "ppbus_read_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609100688
    },
    "ppbus_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571766992
    },
    "ppbus_reset_epp_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609100616
    },
    "ppbus_setmode_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609100640
    },
    "ppbus_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767072
    },
    "ppbus_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767296
    },
    "ppbus_write_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609100712
    },
    "ppbus_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767040
    },
    "ppc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ppc_data"
        }
      },
      "address": 0
    },
    "ppc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppc_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppc_acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609101376
    },
    "ppc_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609101328
    },
    "ppc_acpi_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584922864
    },
    "ppc_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609101304
    },
    "ppc_acpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776336
    },
    "ppc_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609101264
    },
    "ppc_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776256
    },
    "ppc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571774064
    },
    "ppc_avms": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584922544
    },
    "ppc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571775040
    },
    "ppc_driver_name": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584922416
    },
    "ppc_ecp_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571769696
    },
    "ppc_epp_protocol": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584922832
    },
    "ppc_exec_microseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571769872
    },
    "ppc_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571775232
    },
    "ppc_isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppc_isa_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776480
    },
    "ppc_isa_dmadone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776592
    },
    "ppc_isa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609101656
    },
    "ppc_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609101608
    },
    "ppc_isa_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584923104
    },
    "ppc_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609101584
    },
    "ppc_isa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571777568
    },
    "ppc_isa_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776624
    },
    "ppc_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609101520
    },
    "ppc_models": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584922432
    },
    "ppc_modes": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584922688
    },
    "ppc_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppc_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609101920
    },
    "ppc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609101872
    },
    "ppc_pci_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584923376
    },
    "ppc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609101848
    },
    "ppc_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571777712
    },
    "ppc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609101808
    },
    "ppc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571771680
    },
    "ppc_puc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppc_puc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609102128
    },
    "ppc_puc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609102080
    },
    "ppc_puc_methods": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584923904
    },
    "ppc_puc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609102056
    },
    "ppc_puc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571777888
    },
    "ppc_pucmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609102016
    },
    "ppc_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571771248
    },
    "ppc_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776064
    },
    "ppc_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776304
    },
    "ppc_reset_epp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571771280
    },
    "ppc_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571771392
    },
    "ppc_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571771264
    },
    "ppc_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571776128
    },
    "ppcintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571774384
    },
    "ppeers_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071608216704
    },
    "pperr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshperr_ie"
        }
      },
      "address": 0
    },
    "ppf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "usb_fifo"
          }
        }
      },
      "address": 0
    },
    "ppi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ppi_data"
        }
      },
      "address": 0
    },
    "ppi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ppi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767760
    },
    "ppi_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609100968
    },
    "ppi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767936
    },
    "ppi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609100920
    },
    "ppi_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767600
    },
    "ppi_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584922016
    },
    "ppi_ppbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609100872
    },
    "ppi_ppbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609100848
    },
    "ppi_ppbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609100784
    },
    "ppi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767728
    },
    "ppick": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "ppiclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571768272
    },
    "ppid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ppidev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "ppiioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571768496
    },
    "ppim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_preinit_mapping"
        }
      },
      "address": 0
    },
    "ppiopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571767984
    },
    "ppip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison_ip"
        }
      },
      "address": 0
    },
    "ppipe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pipe"
        }
      },
      "address": 0
    },
    "ppiread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571768464
    },
    "ppiwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571768480
    },
    "ppn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ppn_align": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ppn_bound": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ppoce_sc_tmp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "oce_softc"
          }
        }
      },
      "address": 0
    },
    "ppp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ppp_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pppoe_addsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577549104
    },
    "pppoe_broadcast_padi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577547440
    },
    "pppoe_find_svc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577542496
    },
    "pppoe_findsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577549616
    },
    "pppoe_finduniq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577547584
    },
    "pppoe_getnewsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577548208
    },
    "pppoe_getnewsession.pppoe_sid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609890264
    },
    "pppoe_send_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577548816
    },
    "pppoe_sid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071609890264
    },
    "pppoe_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577542736
    },
    "pppoe_ticker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577543840
    },
    "ppq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ppq_extra": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ppr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_pkru_range"
        }
      },
      "address": 0
    },
    "ppr_busfree": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ppr_options": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ppr_opts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pprep": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_meshprep_ie"
      },
      "address": 0
    },
    "ppreq": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_meshpreq_ie"
      },
      "address": 0
    },
    "ppri": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pps_calcnt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554800
    },
    "pps_capture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575670528
    },
    "pps_errcnt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554808
    },
    "pps_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575670576
    },
    "pps_fcount": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554896
    },
    "pps_freq": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554768
    },
    "pps_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575670368
    },
    "pps_init_abi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575670432
    },
    "pps_intcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612554920
    },
    "pps_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575669568
    },
    "pps_jitcnt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554816
    },
    "pps_jitter": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554784
    },
    "pps_lastsec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554912
    },
    "pps_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609691680
    },
    "pps_shiftmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609691684
    },
    "pps_sig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pps_signal": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pps_stabil": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554792
    },
    "pps_stbcnt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554824
    },
    "pps_tf": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "timespec"
        }
      },
      "address": 18446744071612554848
    },
    "pps_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612554840
    },
    "ppscheck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ppslot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "pptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "ppw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_pagequeue"
        }
      },
      "address": 0
    },
    "pqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_quirk_entry"
        }
      },
      "address": 0
    },
    "pqf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_EVENT_DATA_QUEUE_FULL"
        }
      },
      "address": 0
    },
    "pqi_cap_dma_buf": {
      "type": {
        "kind": "struct",
        "name": "dma_mem_t"
      },
      "address": 0
    },
    "pqi_complete_scsi_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582219952
    },
    "pqi_family_identifiers": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pqi_ident"
        }
      },
      "address": 18446744071610211904
    },
    "pqi_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582267136
    },
    "pqi_firmware_feature_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582258528
    },
    "pqi_firmware_features": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pqi_firmware_feature"
        }
      },
      "address": 18446744071610209056
    },
    "pqi_identifiers": {
      "type": {
        "count": 108,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pqi_ident"
        }
      },
      "address": 18446744071610209312
    },
    "pqi_map_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582228512
    },
    "pqi_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587180800
    },
    "pqi_request_map_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582228784
    },
    "pqi_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582253984
    },
    "pqi_reset_reg": {
      "type": {
        "kind": "union",
        "name": "pqi_reset_reg_t"
      },
      "address": 0
    },
    "pqi_reset_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pqi_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pqi_synch_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582228288
    },
    "pqi_unmap_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582228736
    },
    "pqisrc_ack_all_events": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582245008
    },
    "pqisrc_alloc_and_create_event_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582273904
    },
    "pqisrc_alloc_and_create_ib_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582274352
    },
    "pqisrc_alloc_and_create_ob_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582275920
    },
    "pqisrc_alloc_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582229920
    },
    "pqisrc_allocate_and_init_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582270032
    },
    "pqisrc_allocate_rcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582255168
    },
    "pqisrc_build_send_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582276768
    },
    "pqisrc_build_send_raid_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582230320
    },
    "pqisrc_build_send_vendor_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582282544
    },
    "pqisrc_change_op_ibq_queue_prop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582272112
    },
    "pqisrc_check_fw_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582286160
    },
    "pqisrc_check_pqimode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582251984
    },
    "pqisrc_cleanup_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582244752
    },
    "pqisrc_configure_legacy_intx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582247696
    },
    "pqisrc_configure_op_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250816
    },
    "pqisrc_count_num_scsi_active_requests_on_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582249520
    },
    "pqisrc_create_admin_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582270768
    },
    "pqisrc_create_delete_adminq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582270512
    },
    "pqisrc_create_op_aio_ibq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582273632
    },
    "pqisrc_create_op_ibq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582272992
    },
    "pqisrc_create_op_obq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582272336
    },
    "pqisrc_create_op_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582276608
    },
    "pqisrc_create_op_raid_ibq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582273888
    },
    "pqisrc_ctrl_diagnostic_options": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582246976
    },
    "pqisrc_ctrl_offline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582247664
    },
    "pqisrc_decide_admin_queue_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269984
    },
    "pqisrc_decide_opq_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250544
    },
    "pqisrc_decrement_device_active_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250048
    },
    "pqisrc_delete_op_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582271632
    },
    "pqisrc_destroy_admin_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582272080
    },
    "pqisrc_destroy_event_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582271648
    },
    "pqisrc_destroy_op_ib_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582271696
    },
    "pqisrc_destroy_op_ob_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582271984
    },
    "pqisrc_destroy_taglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582289392
    },
    "pqisrc_device_equal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248624
    },
    "pqisrc_device_mem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582234160
    },
    "pqisrc_display_device_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248912
    },
    "pqisrc_event_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582259344
    },
    "pqisrc_flush_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582258016
    },
    "pqisrc_force_sis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582255696
    },
    "pqisrc_free_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582233664
    },
    "pqisrc_free_rcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250416
    },
    "pqisrc_free_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582230032
    },
    "pqisrc_get_adapter_properties": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582286384
    },
    "pqisrc_get_admin_queue_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269888
    },
    "pqisrc_get_ctrl_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582232912
    },
    "pqisrc_get_physical_logical_luns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582231712
    },
    "pqisrc_get_preferred_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582287280
    },
    "pqisrc_get_sis_pqi_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582287360
    },
    "pqisrc_get_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582288864
    },
    "pqisrc_heartbeat_timer_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248160
    },
    "pqisrc_increment_device_active_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250016
    },
    "pqisrc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582256992
    },
    "pqisrc_init_device_active_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250080
    },
    "pqisrc_init_struct_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582287488
    },
    "pqisrc_init_taglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582289088
    },
    "pqisrc_init_targetid_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582229824
    },
    "pqisrc_is_external_raid_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582232656
    },
    "pqisrc_is_hba_lunid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248688
    },
    "pqisrc_is_logical_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248720
    },
    "pqisrc_passthru_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582262032
    },
    "pqisrc_pqi_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582254432
    },
    "pqisrc_pqi_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582255936
    },
    "pqisrc_print_adminq_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582270752
    },
    "pqisrc_print_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582280800
    },
    "pqisrc_process_aio_response_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283504
    },
    "pqisrc_process_config_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582252480
    },
    "pqisrc_process_event_intr_src": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582245472
    },
    "pqisrc_process_internal_raid_response_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283152
    },
    "pqisrc_process_internal_raid_response_success": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283120
    },
    "pqisrc_process_io_response_success": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283248
    },
    "pqisrc_process_raid_response_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283616
    },
    "pqisrc_process_response_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283904
    },
    "pqisrc_process_task_management_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283728
    },
    "pqisrc_put_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582288640
    },
    "pqisrc_raidlevel_to_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248880
    },
    "pqisrc_read_device_active_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250112
    },
    "pqisrc_reenable_sis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582285904
    },
    "pqisrc_remove_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582233424
    },
    "pqisrc_report_event_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582246128
    },
    "pqisrc_rescan_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582244896
    },
    "pqisrc_sanitize_inquiry_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248736
    },
    "pqisrc_save_controller_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582264544
    },
    "pqisrc_scan_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582235104
    },
    "pqisrc_scsi3addr_equal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248656
    },
    "pqisrc_send_aio_tmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582281456
    },
    "pqisrc_send_raid_tmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582282096
    },
    "pqisrc_send_scsi_cmd_raidbypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582279456
    },
    "pqisrc_send_scsi_inquiry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582232672
    },
    "pqisrc_send_sis_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582286480
    },
    "pqisrc_send_tmf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582281376
    },
    "pqisrc_set_enc_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582281312
    },
    "pqisrc_set_event_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582246576
    },
    "pqisrc_show_sense_data_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582283264
    },
    "pqisrc_sis_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582287920
    },
    "pqisrc_sis_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582288576
    },
    "pqisrc_sis_wait_for_db_bit_to_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582285232
    },
    "pqisrc_submit_admin_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582269088
    },
    "pqisrc_submit_cmnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582229408
    },
    "pqisrc_submit_management_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582245744
    },
    "pqisrc_take_ctrl_offline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582247888
    },
    "pqisrc_take_devices_offline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582247776
    },
    "pqisrc_trigger_nmi_sis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582285856
    },
    "pqisrc_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582258480
    },
    "pqisrc_update_scsi_sense": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582230144
    },
    "pqisrc_wait_for_device_commands_to_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582250128
    },
    "pqisrc_wait_for_pqi_reset_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582253840
    },
    "pqisrc_wait_for_rescan_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582244960
    },
    "pqisrc_wait_on_condition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582248336
    },
    "pqisrc_write_current_time_to_host_wellness": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582234720
    },
    "pqisrc_write_driver_version_to_host_wellness": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582234224
    },
    "pqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_promisc_qp"
        }
      },
      "address": 0
    },
    "pqsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pqstate_commit_retries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212848
    },
    "pqstate_commit_retries_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079040
    },
    "pqstate_commit_retries_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079064
    },
    "pr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_prof_redir_section"
        }
      },
      "address": 0
    },
    "pr0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_prefix"
        }
      },
      "address": 0
    },
    "pr0_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pr1": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "pr_accept_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185936
    },
    "pr_aio_queue_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185952
    },
    "pr_allow": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pr_allow_all": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609667016
    },
    "pr_allow_diff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pr_bind_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185968
    },
    "pr_bindat_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185984
    },
    "pr_connect2_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186016
    },
    "pr_connect_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186000
    },
    "pr_connectat_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186032
    },
    "pr_control_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186048
    },
    "pr_disconnect_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186064
    },
    "pr_families": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pr_family"
        }
      },
      "address": 18446744071585173856
    },
    "pr_flag_allow": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bool_flags"
        }
      },
      "address": 18446744071609667232
    },
    "pr_flag_allow_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071585173848
    },
    "pr_flag_bool": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bool_flags"
        }
      },
      "address": 18446744071609660224
    },
    "pr_flag_bool_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071585173832
    },
    "pr_flag_jailsys": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "jailsys_flags"
        }
      },
      "address": 18446744071585173920
    },
    "pr_flag_jailsys_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071585173840
    },
    "pr_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576184096
    },
    "pr_listen_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186080
    },
    "pr_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pr_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pr_pathlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pr_peeraddr_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186096
    },
    "pr_rcvd_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186112
    },
    "pr_rcvoob_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186128
    },
    "pr_ready_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186288
    },
    "pr_send_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pr_send_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186144
    },
    "pr_shutdown_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186208
    },
    "pr_sockaddr_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186224
    },
    "pr_sopoll_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186272
    },
    "pr_soreceive_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186256
    },
    "pr_sosend_notsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576186240
    },
    "prann": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_meshrann_ie"
      },
      "address": 0
    },
    "prb_bus": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prb_vf": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "prbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "QBUFFER"
        }
      },
      "address": 0
    },
    "prcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rcb_t"
        }
      },
      "address": 0
    },
    "prd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "siis_dma_prd"
        }
      },
      "address": 0
    },
    "pre": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pre_aligned": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pre_execve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575257520
    },
    "pre_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pre_scale": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pre_tbtt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pre_use_nb": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intel_dmar_quirk_nb"
        }
      },
      "address": 18446744071587093216
    },
    "preallocate_siginfo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609712820
    },
    "preamble_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "preamp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "preat_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prebuf": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "prec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dropprec_state"
        }
      },
      "address": 0
    },
    "precision": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "precompute": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "precut": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_radix_node"
        }
      },
      "address": 0
    },
    "pred_pkru_on_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581517952
    },
    "preemphasis": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_val"
        }
      },
      "address": 18446744071584702368
    },
    "preempt_thresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210688
    },
    "preempted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pref": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "prefcg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prefer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "preferRepeat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prefer_iomap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812656
    },
    "prefer_tempaddr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "preference": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prefetchPos": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prefilled": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prefilling": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prefitems": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "prefix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "prefixDict": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_prefixDict"
      },
      "address": 0
    },
    "prefixLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prefixLowest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "prefixLowestIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prefixStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "prefixStartIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prefix_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prefixes_array": {
      "type": {
        "kind": "struct",
        "name": "bsearch4_array"
      },
      "address": 0
    },
    "prefixlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prefixnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "preflen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "preftemp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "preg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "preload": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "preload_addr_relocate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910448
    },
    "preload_bootstrap_relocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575916272
    },
    "preload_delete_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575915904
    },
    "preload_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575916384
    },
    "preload_dump_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575916512
    },
    "preload_fetch_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575916096
    },
    "preload_fetch_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575916192
    },
    "preload_finish_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669272
    },
    "preload_metadata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612910456
    },
    "preload_search_by_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575915520
    },
    "preload_search_by_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575915616
    },
    "preload_search_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575915824
    },
    "preload_search_next_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575915728
    },
    "preload_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609669248
    },
    "prep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshprep_ie"
        }
      },
      "address": 0
    },
    "prep_cdevsw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575136096
    },
    "prep_devname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575138016
    },
    "prep_tx_info": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_prep_tx_info"
      },
      "address": 0
    },
    "preplen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "preq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_meshpreq_ie"
        }
      },
      "address": 0
    },
    "preqid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prequested_vector": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "prequpper": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prereg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "present": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "preservation_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "preset_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "presid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pretend_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prettyname": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "prev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prev2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbp_ocb"
        }
      },
      "address": 0
    },
    "prevSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prev_abs_reg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prev_aen": {
      "type": {
        "kind": "union",
        "name": "mrsas_evt_class_locale"
      },
      "address": 0
    },
    "prev_al": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_brb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prev_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prev_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prev_cur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prev_down": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "prev_es": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_eth_stats"
        }
      },
      "address": 0
    },
    "prev_fd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_data"
        }
      },
      "address": 0
    },
    "prev_frames": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_ft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_table"
        }
      },
      "address": 0
    },
    "prev_history": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sc_vtb_t"
        }
      },
      "address": 0
    },
    "prev_hiwat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prev_ix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_jb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "prev_line_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prev_link_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prev_link_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prev_link_xoff_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prev_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "prev_mp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "prev_mpcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount_pcpu"
        }
      },
      "address": 0
    },
    "prev_mtu": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prev_na": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_adapter"
        }
      },
      "address": 0
    },
    "prev_ni_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "prev_ni_pathlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prev_norunningbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prev_numqs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prev_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prev_parent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_prio"
        }
      },
      "address": 0
    },
    "prev_port_state": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "prev_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prev_ppr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_pkru_range"
        }
      },
      "address": 0
    },
    "prev_prio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_prio"
        }
      },
      "address": 0
    },
    "prev_ps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_hw_port_stats"
        }
      },
      "address": 0
    },
    "prev_resid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "prev_saved": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "prev_scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "prev_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_phys_seg"
        }
      },
      "address": 0
    },
    "prev_sfp_inputs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_sfp_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_state": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "prev_stops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_swapblk": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "prev_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prev_td_ma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "prev_td_ma_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_temp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_tick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prev_tln": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_node"
        }
      },
      "address": 0
    },
    "prev_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xl_chain"
        }
      },
      "address": 0
    },
    "prev_undi": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prev_value": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prev_xoffrxc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prev_ysize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prevbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "prevbw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prevcn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prevcnid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prevdirrem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dirrem"
        }
      },
      "address": 0
    },
    "prevfirst": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prevflp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclflayout"
        }
      },
      "address": 0
    },
    "previous": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rm_class"
        }
      },
      "address": 0
    },
    "previous0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "previousCandidate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "previousIs0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "previousPrice": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "previous_auto_bound_port": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613421856
    },
    "previous_pair": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCU_SGL_ELEMENT_PAIR_T"
        }
      },
      "address": 0
    },
    "previous_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prevl": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prevlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prevlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prevm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "prevoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prevpages": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "prevpos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prevptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "intr_handler"
          }
        }
      },
      "address": 0
    },
    "prevs": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "prevs_nb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prevsec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612481800
    },
    "prevsum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prevtick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ath_hal_rf"
          }
        }
      },
      "address": 0
    },
    "pri": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pri_addr_path_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pri_bitmask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pri_chan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_channel"
        }
      },
      "address": 0
    },
    "pri_cli_nig": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pri_cli_nig_lsb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pri_cli_nig_msb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pri_cli_pbf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pri_found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pri_map": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pri_sched_queue": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pri_set": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pri_sierra": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iso_sierra_primary_descriptor"
        }
      },
      "address": 0
    },
    "pri_to_rtp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575547088
    },
    "pribp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "price": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prichan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_channel"
        }
      },
      "address": 0
    },
    "prihdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gpt_hdr"
        }
      },
      "address": 0
    },
    "prim_chan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "primarykeg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_keg"
        }
      },
      "address": 0
    },
    "prime3bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prime4bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prime5bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prime6bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prime7bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prime8bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "primes": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585183392
    },
    "principal": {
      "type": {
        "count": 261,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "print": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "print_INTEL_TLB": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308976
    },
    "print_algos_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577098688
    },
    "print_algos_sysctl_inet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577098864
    },
    "print_algos_sysctl_inet6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577098672
    },
    "print_boot_tag": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "print_caddr_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575090976
    },
    "print_cluster_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "print_curr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "print_error": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "print_event": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "print_guid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574893504
    },
    "print_health_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579296256
    },
    "print_info": {
      "type": {
        "kind": "struct",
        "name": "scsi_print_sense_info"
      },
      "address": 0
    },
    "print_kstacks": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "print_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "print_lockchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576017360
    },
    "print_message": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538640
    },
    "print_number": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "print_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "print_table_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "print_table_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "print_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298148
    },
    "print_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575091008
    },
    "print_waiters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576018416
    },
    "printcpuinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581302848
    },
    "printed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "printed_entry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "printed_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "printer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_desc_printer"
        }
      },
      "address": 0
    },
    "printerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575936864
    },
    "printf_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "printf_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575769664
    },
    "printmesg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612485524
    },
    "prio": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prio_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prio_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prio_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prio_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prio_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prio_x_buff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prior": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "prior_aen": {
      "type": {
        "kind": "union",
        "name": "mfi_evt"
      },
      "address": 0
    },
    "priority": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "priority0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "priority1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "priorpage": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "priq_add_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576747792
    },
    "priq_add_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576748064
    },
    "priq_class_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576748976
    },
    "priq_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576747328
    },
    "priq_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576746944
    },
    "priq_getqstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576749424
    },
    "priq_pfattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576746848
    },
    "priq_remove_altq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576747952
    },
    "priq_remove_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576748880
    },
    "priq_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576747584
    },
    "prireqcr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prison0": {
      "type": {
        "kind": "struct",
        "name": "prison"
      },
      "address": 18446744071609657920
    },
    "prison0_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609667184
    },
    "prison0_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316976
    },
    "prison0_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609660096
    },
    "prison0_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609660120
    },
    "prison_add_allow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575345552
    },
    "prison_add_vfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575348096
    },
    "prison_allow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341712
    },
    "prison_canseemount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575344480
    },
    "prison_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343392
    },
    "prison_check_af": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575342944
    },
    "prison_check_ip4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577664288
    },
    "prison_check_ip4_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663952
    },
    "prison_check_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578053744
    },
    "prison_check_ip6_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578053360
    },
    "prison_check_nfsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343456
    },
    "prison_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575330944
    },
    "prison_deref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575335360
    },
    "prison_enforce_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575344656
    },
    "prison_equal_ip4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663472
    },
    "prison_equal_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578052800
    },
    "prison_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341584
    },
    "prison_find_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575340576
    },
    "prison_find_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575330496
    },
    "prison_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341680
    },
    "prison_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341888
    },
    "prison_free_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341776
    },
    "prison_get_ip4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663120
    },
    "prison_get_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578052416
    },
    "prison_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575331104
    },
    "prison_hold_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341744
    },
    "prison_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343312
    },
    "prison_ip_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575329664
    },
    "prison_ip_cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575329904
    },
    "prison_ip_conflict_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575331664
    },
    "prison_ip_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575329936
    },
    "prison_ip_copyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575350240
    },
    "prison_ip_dup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575331168
    },
    "prison_ip_free_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575349008
    },
    "prison_ip_get0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575329872
    },
    "prison_ip_parent_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575331344
    },
    "prison_ip_restrict": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575332288
    },
    "prison_isalive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575330304
    },
    "prison_ischild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575330320
    },
    "prison_isvalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343584
    },
    "prison_kill_processes_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575349296
    },
    "prison_local_ip4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663584
    },
    "prison_local_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578052912
    },
    "prison_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575332224
    },
    "prison_lock_xlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575333456
    },
    "prison_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575330368
    },
    "prison_owns_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575343280
    },
    "prison_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575340704
    },
    "prison_priv_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575345088
    },
    "prison_proc_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341936
    },
    "prison_proc_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575331136
    },
    "prison_proc_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575342240
    },
    "prison_proc_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575342112
    },
    "prison_proc_relink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575349040
    },
    "prison_proc_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575342176
    },
    "prison_qcmp_v4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663072
    },
    "prison_qcmp_v6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578052304
    },
    "prison_racct_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575348320
    },
    "prison_racct_find_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575348464
    },
    "prison_racct_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575348192
    },
    "prison_racct_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575348736
    },
    "prison_racct_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575348688
    },
    "prison_racct_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575334736
    },
    "prison_remote_ip4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663984
    },
    "prison_remote_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578053392
    },
    "prison_saddrsel_ip4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663376
    },
    "prison_saddrsel_ip6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578052672
    },
    "prison_set_allow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575342768
    },
    "prison_set_allow_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575333184
    },
    "prison_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575332176
    },
    "prison_valid_v4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577663104
    },
    "prison_valid_v6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578052368
    },
    "pritbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gpt_ent"
        }
      },
      "address": 0
    },
    "priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_priv"
        }
      },
      "address": 0
    },
    "priv2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ksocket_private"
        }
      },
      "address": 0
    },
    "priv_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575458608
    },
    "priv_check_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575457968
    },
    "priv_check_cred_vfs_generation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575458528
    },
    "priv_check_cred_vfs_generation_slow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575458832
    },
    "priv_check_cred_vfs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575458480
    },
    "priv_check_cred_vfs_lookup_nomac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575458768
    },
    "priv_check_cred_vfs_lookup_slow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575458640
    },
    "priv_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_client_priv_data"
        }
      },
      "address": 0
    },
    "priv_granted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "priv_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "priv_ret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_priv"
        }
      },
      "address": 0
    },
    "priv_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "priv_user": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "per_user_data"
        }
      },
      "address": 0
    },
    "private": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "private_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "private_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102208
    },
    "private_pool_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102928
    },
    "private_pool_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581101920
    },
    "private_pop_front": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102496
    },
    "private_push_front": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103168
    },
    "privateresident": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "privcmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "privcmd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573855968
    },
    "privcmd_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071612469416
    },
    "privcmd_devsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609525848
    },
    "privcmd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609525800
    },
    "privcmd_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573855824
    },
    "privcmd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573856128
    },
    "privcmd_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585134240
    },
    "privcmd_mmap_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573857888
    },
    "privcmd_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573856032
    },
    "privcmd_pg_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573858608
    },
    "privcmd_pg_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573858624
    },
    "privcmd_pg_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573858432
    },
    "privcmd_pg_ops": {
      "type": {
        "kind": "struct",
        "name": "cdev_pager_ops"
      },
      "address": 18446744071609526032
    },
    "privcmd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573855936
    },
    "privcmd_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609525752
    },
    "privcmd_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609525728
    },
    "privcmd_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609525664
    },
    "privdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "privdata"
        }
      },
      "address": 0
    },
    "priveleged": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "privp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "PPPoE"
        }
      },
      "address": 0
    },
    "prj_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "enum",
          "name": "reject_stat"
        }
      },
      "address": 0
    },
    "prj_why": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "enum",
          "name": "auth_stat"
        }
      },
      "address": 0
    },
    "prl": {
      "type": {
        "kind": "struct",
        "name": "nd_prhead"
      },
      "address": 0
    },
    "prli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_prli_payload_t"
        }
      },
      "address": 0
    },
    "prlo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_prlo_payload_t"
        }
      },
      "address": 0
    },
    "prlo_acc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_prlo_acc_payload_t"
        }
      },
      "address": 0
    },
    "prm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ndis_rss_params"
        }
      },
      "address": 0
    },
    "prm_direction": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "enum",
          "name": "msg_type"
        }
      },
      "address": 0
    },
    "prng32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575939904
    },
    "prng32_bounded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575940032
    },
    "prng64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575940192
    },
    "prng64_bounded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575940352
    },
    "prng_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575940608
    },
    "prng_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609743864
    },
    "prnh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "rib_head"
          }
        }
      },
      "address": 0
    },
    "proba": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "probe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "probePowerIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "probeType": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "probe_action_text": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584031920
    },
    "probe_adapters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580854528
    },
    "probe_driver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608248648
    },
    "probe_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "probe_keyboard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580437136
    },
    "probe_maximum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "probe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608248624
    },
    "probe_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565969856
    },
    "probe_periph_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565969904
    },
    "probe_procnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "probe_purge_old": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565989424
    },
    "probe_vf": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "probe_vfs_argc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "probecleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565978000
    },
    "probedone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565981152
    },
    "probemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608248368
    },
    "proberegister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565977696
    },
    "probes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "probes_wr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "probeschedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565980496
    },
    "probestart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565978032
    },
    "probs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MADT_LOCAL_APIC"
        }
      },
      "address": 0
    },
    "proc0": {
      "type": {
        "kind": "struct",
        "name": "proc"
      },
      "address": 18446744071612529872
    },
    "proc0_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575091120
    },
    "proc0_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575094320
    },
    "proc2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "proc_add_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575284528
    },
    "proc_can_ptrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576086064
    },
    "proc_clear_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575272336
    },
    "proc_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575459536
    },
    "proc_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575460160
    },
    "proc_elantech.touchpad_button": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613420456
    },
    "proc_elantech.trackpoint_button": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613420460
    },
    "proc_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609651808
    },
    "proc_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575461344
    },
    "proc_get_binpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575477296
    },
    "proc_getargv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575475456
    },
    "proc_getauxv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575476112
    },
    "proc_getenvv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575476080
    },
    "proc_id_array": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071585174448
    },
    "proc_id_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575461792
    },
    "proc_id_grpidmap": {
      "type": {
        "count": 1563,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612764400
    },
    "proc_id_pidmap": {
      "type": {
        "count": 1563,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612751888
    },
    "proc_id_reapmap": {
      "type": {
        "count": 1563,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612789424
    },
    "proc_id_sessidmap": {
      "type": {
        "count": 1563,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612776912
    },
    "proc_id_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575461440
    },
    "proc_id_set_cond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575461616
    },
    "proc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575460800
    },
    "proc_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575474976
    },
    "proc_linkup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575680224
    },
    "proc_linkup0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575679984
    },
    "proc_off_p_comm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174404
    },
    "proc_off_p_hash": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174412
    },
    "proc_off_p_list": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174408
    },
    "proc_off_p_pid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174400
    },
    "proc_off_p_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174416
    },
    "proc_read_dbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076672
    },
    "proc_read_dbregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076864
    },
    "proc_read_fpregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076736
    },
    "proc_read_fpregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076928
    },
    "proc_read_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076608
    },
    "proc_read_regs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076800
    },
    "proc_read_regset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576086576
    },
    "proc_readmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576077408
    },
    "proc_realparent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575271216
    },
    "proc_reap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575280544
    },
    "proc_reparent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575271728
    },
    "proc_rwmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576077024
    },
    "proc_set_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505232
    },
    "proc_set_cred_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575517888
    },
    "proc_set_p2_wexit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575277472
    },
    "proc_set_traced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576085840
    },
    "proc_sstep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076992
    },
    "proc_sum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576156960
    },
    "proc_synaptics.ew_finger_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613420404
    },
    "proc_synaptics.f": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613420416
    },
    "proc_synaptics.guest_buttons": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613420400
    },
    "proc_synaptics.touchpad_buttons": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613420396
    },
    "proc_td_siginfo_capture": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575602352
    },
    "proc_to_reap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575282720
    },
    "proc_unset_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575518016
    },
    "proc_vector": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "proc_vector32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "proc_versapad.butmap_versapad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048032
    },
    "proc_waiting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298160
    },
    "proc_wkilled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575622720
    },
    "proc_write_dbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076704
    },
    "proc_write_dbregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076896
    },
    "proc_write_fpregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076768
    },
    "proc_write_fpregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076960
    },
    "proc_write_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076640
    },
    "proc_write_regs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076832
    },
    "proc_write_regset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576086208
    },
    "proc_writemem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576077504
    },
    "proc_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612751768
    },
    "procctl_cmds_info": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "procctl_cmd_info"
        }
      },
      "address": 18446744071585174480
    },
    "procdesc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576075632
    },
    "procdesc_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576074528
    },
    "procdesc_falloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576074464
    },
    "procdesc_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076400
    },
    "procdesc_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073632
    },
    "procdesc_finit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576074480
    },
    "procdesc_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576075152
    },
    "procdesc_kqops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609754480
    },
    "procdesc_kqops_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076432
    },
    "procdesc_kqops_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576076464
    },
    "procdesc_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576074208
    },
    "procdesc_ops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609754256
    },
    "procdesc_pid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576073856
    },
    "procdesc_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576074992
    },
    "procdesc_reap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576074880
    },
    "procdesc_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576075216
    },
    "process_ctor_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694960
    },
    "process_deferred_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579819648
    },
    "process_dtor_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609694984
    },
    "process_entity": {
      "type": {
        "count": 67,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071584741760
    },
    "process_exec_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609695104
    },
    "process_exit_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609695056
    },
    "process_fini_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609695032
    },
    "process_fork_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609695080
    },
    "process_init_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609695008
    },
    "process_removes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579849440
    },
    "process_responses_gts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568654288
    },
    "process_responses_gts.last_holdoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610625784
    },
    "process_truncates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579850032
    },
    "process_worklist_item": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579854464
    },
    "processed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "procfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_attr_all_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558720
    },
    "procfs_attr_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558768
    },
    "procfs_attr_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558816
    },
    "procfs_candebug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558896
    },
    "procfs_dbregs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_docurproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558672
    },
    "procfs_doosrel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574562896
    },
    "procfs_doproccmdline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574565680
    },
    "procfs_doprocdbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574559696
    },
    "procfs_doprocfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558480
    },
    "procfs_doprocfpregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574560544
    },
    "procfs_doprocmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574561376
    },
    "procfs_doprocmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574562656
    },
    "procfs_doprocnote": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574562848
    },
    "procfs_doprocregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574563088
    },
    "procfs_doprocrlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574563936
    },
    "procfs_doprocstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574564256
    },
    "procfs_doproctype": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574566000
    },
    "procfs_fpregs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_info": {
      "type": {
        "kind": "struct",
        "name": "pfs_info"
      },
      "address": 18446744071609565664
    },
    "procfs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574559024
    },
    "procfs_map.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_mem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609565352
    },
    "procfs_note.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_notsystem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574558864
    },
    "procfs_osrel.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_regs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_rlimit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_status.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_type.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "procfs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574559680
    },
    "procfs_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071609565376
    },
    "procfs_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609565456
    },
    "procfsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609565264
    },
    "procid_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071608216768
    },
    "procinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575459088
    },
    "procnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "procp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "procpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "proctree_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071608216640
    },
    "proctree_locked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "procvm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580206464
    },
    "prod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prod_bseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prod_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prod_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prod_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prod_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prod_tail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prod_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prodidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "product": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "product_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "product_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "prof": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_flow_prof"
        }
      },
      "address": 0
    },
    "prof_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prof_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "prof_redir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_prof_redir"
        }
      },
      "address": 0
    },
    "prof_type": {
      "type": {
        "kind": "enum",
        "name": "ice_prof_type"
      },
      "address": 0
    },
    "profclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575112992
    },
    "profhz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534312
    },
    "profile": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_resource"
        }
      },
      "address": 0
    },
    "profile_ix": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "profile_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "profiles": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_profile"
        }
      },
      "address": 18446744071610013712
    },
    "profiles_added": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "profiling": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534496
    },
    "profname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "profperiod": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612534488
    },
    "profprocs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534304
    },
    "prog": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prog_found": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "progdrop": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "proghdr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "progif": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "program_retries": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "progress": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613479368
    },
    "progress_track": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_869f7dca1cd5dadb"
        }
      },
      "address": 18446744071609650000
    },
    "progress_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "projected_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prom": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584793264
    },
    "prom3": {
      "type": {
        "count": 50,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584793328
    },
    "promisc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "promisc_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "promisc_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "promisc_filter": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "promisc_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "promisc_steering_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579049552
    },
    "promise_meta_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574975216
    },
    "promise_meta_unused_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574974832
    },
    "promise_meta_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574975760
    },
    "prop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "prop_buf": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "prop_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "propagate_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576010400
    },
    "properties": {
      "type": {
        "kind": "struct",
        "name": "SCIC_PORT_PROPERTIES_T"
      },
      "address": 0
    },
    "props": {
      "type": {
        "kind": "struct",
        "name": "vmstor_chan_props"
      },
      "address": 0
    },
    "prot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "prot_addrf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581382177
    },
    "prot_autoc_read_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570057232
    },
    "prot_autoc_read_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022784
    },
    "prot_autoc_write_82599": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570057424
    },
    "prot_autoc_write_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570022832
    },
    "prot_ents": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sa_prot_map"
        }
      },
      "address": 0
    },
    "prot_fault_translation": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613299144
    },
    "prot_id": {
      "type": {
        "kind": "enum",
        "name": "ice_prot_id"
      },
      "address": 0
    },
    "prot_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prot_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "prot_pti_doreti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581381812
    },
    "protate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "protect": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "protect_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575493744
    },
    "protmax_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499056
    },
    "protmax_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499136
    },
    "protmode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610189093
    },
    "proto": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "proto_info_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "protocol": {
      "type": {
        "kind": "enum",
        "name": "unnamed_e950ec591d21a0e1"
      },
      "address": 0
    },
    "protocol_abi": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "protocol_out": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "protocols": {
      "type": {
        "kind": "struct",
        "name": "SMP_DISCOVER_RESPONSE_PROTOCOLS_T"
      },
      "address": 0
    },
    "protoeflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "protoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "protofs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs"
        }
      },
      "address": 0
    },
    "protosw_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185232
    },
    "protosw_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576185568
    },
    "protrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prov": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "provider": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "provider_nvl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "proxy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "proxy_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "proxy_buf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "proxy_port": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "proxy_qp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "proxy_qp0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "proxydl": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_dl"
      },
      "address": 0
    },
    "prp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "protosw"
        }
      },
      "address": 0
    },
    "prp1_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "prp2_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "prp_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "prp_entry_phys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "prp_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "prp_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpr_prp_page"
        }
      },
      "address": 0
    },
    "prp_page_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpr_prp_page"
        }
      },
      "address": 0
    },
    "prp_page_phys": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "prp_page_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpr_prp_page"
        }
      },
      "address": 0
    },
    "prp_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prp_stat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "enum",
          "name": "reply_stat"
        }
      },
      "address": 0
    },
    "prplist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "storvsc_gpa_range"
        }
      },
      "address": 0
    },
    "prpmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "prpmem_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prpmemsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "prpsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "prq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_rq_buffer_t"
        }
      },
      "address": 0
    },
    "prr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison_racct"
        }
      },
      "address": 0
    },
    "prt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_PCI_ROUTING_TABLE"
        }
      },
      "address": 0
    },
    "prtmsg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prtptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pruned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "prw": {
      "type": {
        "kind": "struct",
        "name": "acpi_prw_data"
      },
      "address": 0
    },
    "prw_buffer": {
      "type": {
        "kind": "struct",
        "name": "ACPI_BUFFER"
      },
      "address": 0
    },
    "ps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "ps_arg_cache_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609653120
    },
    "ps_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ps_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610610052
    },
    "ps_strings": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ps_strings32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "psa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "sockunion_t"
        }
      },
      "address": 0
    },
    "psargs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "psb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "psb_header"
        }
      },
      "address": 0
    },
    "psc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "pscr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ptrace_sc_remote"
        }
      },
      "address": 0
    },
    "pscr_args": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "pscr_args32": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "psdsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE"
        }
      },
      "address": 0
    },
    "psec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "psegs2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "pseq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pserial": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pseudo_hdr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pseudo_phys_res": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "pseudofs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pseudofs_data": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609566144
    },
    "pseudofs_fileno.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pseudofs_vncache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pseudofs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pseudofsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609566080
    },
    "pseudolen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "psg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hpt_iopsg"
        }
      },
      "address": 0
    },
    "psge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "psgls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_dma_t"
        }
      },
      "address": 0
    },
    "pshift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "psid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv_psid"
        }
      },
      "address": 0
    },
    "psidshift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "psin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "psind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "psinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "elf_prpsinfo_t"
        }
      },
      "address": 0
    },
    "psize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "psk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfioc_state_kill"
        }
      },
      "address": 0
    },
    "psk_cookie": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "psk_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pslocked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "psloop.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "psm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "psm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "psm_atkbdc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610091960
    },
    "psm_atkbdc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610091936
    },
    "psm_atkbdcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610091664
    },
    "psm_cdev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580496832
    },
    "psm_cdev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580496720
    },
    "psm_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610092056
    },
    "psm_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610092008
    },
    "psm_ev_close_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580500384
    },
    "psm_ev_close_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580500512
    },
    "psm_ev_methods_a": {
      "type": {
        "kind": "struct",
        "name": "evdev_methods"
      },
      "address": 18446744071585442064
    },
    "psm_ev_methods_r": {
      "type": {
        "kind": "struct",
        "name": "evdev_methods"
      },
      "address": 18446744071585442104
    },
    "psm_ev_open_a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580500304
    },
    "psm_ev_open_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580500432
    },
    "psm_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585441056
    },
    "psm_push_st_finger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580492832
    },
    "psm_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580477792
    },
    "psm_register_elantech": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580477152
    },
    "psm_register_synaptics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580476144
    },
    "psmask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "psmattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580453088
    },
    "psmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "psmclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580499584
    },
    "psmcpnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "psmcpnp_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610093240
    },
    "psmcpnp_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610093216
    },
    "psmcpnp_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610091832
    },
    "psmcpnp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580501104
    },
    "psmcpnp_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610092336
    },
    "psmcpnp_ids": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610092976
    },
    "psmcpnp_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610092288
    },
    "psmcpnp_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610092264
    },
    "psmcpnp_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610091760
    },
    "psmcpnp_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585442144
    },
    "psmcpnp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580500560
    },
    "psmcpnp_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "psmcpnp_softc"
        }
      },
      "address": 0
    },
    "psmdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580453872
    },
    "psmerrsecs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091884
    },
    "psmerrusecs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420388
    },
    "psmgestures": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580493008
    },
    "psmhz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091880
    },
    "psmidentify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580450496
    },
    "psmintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580474704
    },
    "psmioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580497776
    },
    "psmopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580499232
    },
    "psmpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580499184
    },
    "psmprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580450752
    },
    "psmread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580496944
    },
    "psmresume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580454064
    },
    "psmsecs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420392
    },
    "psmsmoother": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580495056
    },
    "psmsoftintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580479872
    },
    "psmsoftintr.butmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048320
    },
    "psmsoftintridle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580492624
    },
    "psmtimeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580492464
    },
    "psmusecs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091888
    },
    "psmwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580497424
    },
    "psn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfioc_src_nodes"
        }
      },
      "address": 0
    },
    "psndsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "psobject.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "psopcode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "psopinfo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "psp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigacts"
        }
      },
      "address": 0
    },
    "psparse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pspeed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "psq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_psq"
        }
      },
      "address": 0
    },
    "psr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ptrace_sc_ret"
        }
      },
      "address": 0
    },
    "psratio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534316
    },
    "psrc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "psrtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pss": {
      "type": {
        "kind": "struct",
        "name": "freebsd32_ps_strings"
      },
      "address": 0
    },
    "pss_string": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "psscope.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pst_header"
        }
      },
      "address": 0
    },
    "psta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pstack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsearch4_record"
        }
      },
      "address": 0
    },
    "pstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_mmc_stats"
        }
      },
      "address": 0
    },
    "pstats_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575472816
    },
    "pstats_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575472864
    },
    "pstats_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575472960
    },
    "pstore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_src_node"
        }
      },
      "address": 0
    },
    "pstree.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pstructs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "psum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "psutils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pswalk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "psxface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pt2_0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt2_0pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt2_1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt2_1pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt2_2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt2_2pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt2_3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt2_3pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt3pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt4pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt5pa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt_bus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pt_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pt_high": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt_low": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "pt_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ptable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "RRIP_TABLE"
        }
      },
      "address": 0
    },
    "ptag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_tls_rx_tag"
        }
      },
      "address": 0
    },
    "ptbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_textbuf_t"
        }
      },
      "address": 0
    },
    "ptd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "pte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pte_bits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pte_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptemperature": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pten": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ptepa": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptepde": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptepindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptetemp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ptgs_used": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pti": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608209556
    },
    "pti_finalized": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613484752
    },
    "pti_get_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308704
    },
    "pti_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 18446744071613484624
    },
    "pti_pg_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484760
    },
    "pti_pml4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613484744
    },
    "ptime": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ptls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_tls_rx"
        }
      },
      "address": 0
    },
    "ptls_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_tls_tag"
        }
      },
      "address": 0
    },
    "ptmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "ptmpQbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ptmpuserbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ptn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ptnet_vnet_hdr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609078620
    },
    "ptp_mib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tp_mib_data"
        }
      },
      "address": 0
    },
    "ptpaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptpages_show_pml4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581532064
    },
    "ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_vsi"
        }
      },
      "address": 0
    },
    "ptr32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ptrLBA": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ptr_first_sgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI25_IEEE_SGE_CHAIN64"
        }
      },
      "address": 0
    },
    "ptr_gap": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ptr_mcs_rate2power_table_index": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ptr_sgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ptr_sgl_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ptr_start": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ptr_value": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ptrace_clear_single_step": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581533808
    },
    "ptrace_lwpinfo_to32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566197536
    },
    "ptrace_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ptrace_set_pc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581533696
    },
    "ptrace_single_step": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581533744
    },
    "ptrace_unsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576085888
    },
    "ptrace_vm_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576087120
    },
    "ptracestop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575618912
    },
    "ptrchecksum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ptrend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ptrigger": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ptrptr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ptrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "task_struct"
        }
      },
      "address": 0
    },
    "pts_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576162576
    },
    "pts_alloc_external": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576163216
    },
    "pts_class": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609769168
    },
    "pts_control_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pts_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168528
    },
    "pts_kqops_read": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609769544
    },
    "pts_kqops_read_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168272
    },
    "pts_kqops_read_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168320
    },
    "pts_kqops_write": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609769584
    },
    "pts_kqops_write_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168400
    },
    "pts_kqops_write_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168448
    },
    "pts_pool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071613005464
    },
    "pts_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609769520
    },
    "ptsdev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168048
    },
    "ptsdev_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168176
    },
    "ptsdev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576165744
    },
    "ptsdev_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576167632
    },
    "ptsdev_ops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609769296
    },
    "ptsdev_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576167264
    },
    "ptsdev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576164640
    },
    "ptsdev_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576167872
    },
    "ptsdev_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576165184
    },
    "ptsdrv_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576164064
    },
    "ptsdrv_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576164464
    },
    "ptsdrv_inwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576164256
    },
    "ptsdrv_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576164032
    },
    "ptsdrv_outwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576164192
    },
    "ptsdrv_pktnotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576164320
    },
    "ptss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_storage"
        }
      },
      "address": 0
    },
    "ptype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ptys_reg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_ptys_reg"
        }
      },
      "address": 0
    },
    "public_ifa6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddr"
        }
      },
      "address": 0
    },
    "pubtype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "puc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "puc_bfe_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571778496
    },
    "puc_bfe_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571781184
    },
    "puc_bfe_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571781680
    },
    "puc_bus_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571781824
    },
    "puc_bus_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571783952
    },
    "puc_bus_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571784000
    },
    "puc_bus_get_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571782336
    },
    "puc_bus_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571783856
    },
    "puc_bus_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571783712
    },
    "puc_bus_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571782096
    },
    "puc_bus_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571782560
    },
    "puc_bus_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571783360
    },
    "puc_cfg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "puc_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571784048
    },
    "puc_config_advantech": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571785552
    },
    "puc_config_amc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571784688
    },
    "puc_config_diva": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571784592
    },
    "puc_config_exar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571784736
    },
    "puc_config_exar_pcie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571785520
    },
    "puc_config_icbook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571788752
    },
    "puc_config_moxa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571785440
    },
    "puc_config_oxford_pci954": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571787136
    },
    "puc_config_oxford_pcie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571787280
    },
    "puc_config_quatech": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571784880
    },
    "puc_config_siig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571784768
    },
    "puc_config_sunix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571788624
    },
    "puc_config_syba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571787712
    },
    "puc_config_syba.base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584930596
    },
    "puc_config_timedia": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571786448
    },
    "puc_config_timedia.desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610791472
    },
    "puc_config_timedia.dual": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584930608
    },
    "puc_config_titan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571787648
    },
    "puc_driver_name": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584924144
    },
    "puc_get_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571778032
    },
    "puc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571780496
    },
    "puc_msi_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791536
    },
    "puc_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "puc_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571789328
    },
    "puc_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571789584
    },
    "puc_pci_devices": {
      "type": {
        "count": 176,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "puc_cfg"
        }
      },
      "address": 18446744071584924688
    },
    "puc_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609102744
    },
    "puc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609102696
    },
    "puc_pci_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584930320
    },
    "puc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609102672
    },
    "puc_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571788784
    },
    "puc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609102608
    },
    "pullup_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pullups": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610628592
    },
    "pulse_bw_info": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pulse_length_ext": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pulse_length_pri": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "purged": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "purgeinms": {
      "type": {
        "kind": "struct",
        "name": "in_multi_head"
      },
      "address": 0
    },
    "puserbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "push_dir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "put": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "put_file_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573869280
    },
    "put_free_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573766976
    },
    "put_ft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_table"
        }
      },
      "address": 0
    },
    "put_idmap_pgtbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581248240
    },
    "put_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579128160
    },
    "putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575934752
    },
    "pv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pv_entry"
        }
      },
      "address": 0
    },
    "pv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pv_chunks": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pv_chunks_list"
        }
      },
      "address": 18446744071608239936
    },
    "pv_dummy_large": {
      "type": {
        "kind": "struct",
        "name": "pmap_large_md_page"
      },
      "address": 18446744071608240448
    },
    "pv_npg": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "pv_page_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216184
    },
    "pv_page_count_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610190784
    },
    "pv_page_count_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610190808
    },
    "pv_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_large_md_page"
        }
      },
      "address": 18446744071608216160
    },
    "pval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "pvc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pv_chunks_list"
        }
      },
      "address": 0
    },
    "pvclock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pvclock_cdev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610170208
    },
    "pvclock_cdev_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346608
    },
    "pvclock_cdev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346592
    },
    "pvclock_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346576
    },
    "pvclock_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345296
    },
    "pvclock_get_wallclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345456
    },
    "pvclock_getsystime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345664
    },
    "pvclock_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345504
    },
    "pvclock_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345904
    },
    "pvclock_last_systime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613453848
    },
    "pvclock_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345200
    },
    "pvclock_tc_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346336
    },
    "pvclock_tc_vdso_timehands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346352
    },
    "pvclock_tc_vdso_timehands32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346464
    },
    "pvclock_tsc_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345232
    },
    "pvd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap_large_md_page"
        }
      },
      "address": 0
    },
    "pvd2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfs_vdata"
        }
      },
      "address": 0
    },
    "pvefi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pvefi_ops": {
      "type": {
        "kind": "struct",
        "name": "efi_ops"
      },
      "address": 18446744071585129168
    },
    "pvefirtmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521840
    },
    "pvf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pv_entry"
        }
      },
      "address": 0
    },
    "pvh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "md_page"
        }
      },
      "address": 0
    },
    "pvh_gen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pvh_parse_memmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582442608
    },
    "pvlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "pvnmi": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613454056
    },
    "pvol": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pvol_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "volume_tag"
        }
      },
      "address": 0
    },
    "pvoltage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "pvpd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "pvscsi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "pvscsi_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573568544
    },
    "pvscsi_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573562576
    },
    "pvscsi_adapter_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573562480
    },
    "pvscsi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557568
    },
    "pvscsi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573561456
    },
    "pvscsi_device_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573568832
    },
    "pvscsi_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573567552
    },
    "pvscsi_dma_alloc_per_hcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573561936
    },
    "pvscsi_dma_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573567920
    },
    "pvscsi_dma_free_per_hcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573564832
    },
    "pvscsi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609458656
    },
    "pvscsi_execute_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573567952
    },
    "pvscsi_free_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573561728
    },
    "pvscsi_free_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573565920
    },
    "pvscsi_free_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573565392
    },
    "pvscsi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573566096
    },
    "pvscsi_intr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573566208
    },
    "pvscsi_max_queue_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912156
    },
    "pvscsi_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585112864
    },
    "pvscsi_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609458608
    },
    "pvscsi_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609458584
    },
    "pvscsi_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458368
    },
    "pvscsi_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573563680
    },
    "pvscsi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557328
    },
    "pvscsi_process_cmp_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573566640
    },
    "pvscsi_request_ring_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912152
    },
    "pvscsi_setup_msg_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573564208
    },
    "pvscsi_setup_req_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573564512
    },
    "pvscsi_setup_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573563696
    },
    "pvscsi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557552
    },
    "pvscsi_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573569008
    },
    "pvscsi_use_msg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609458472
    },
    "pvscsi_use_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609458496
    },
    "pvscsi_use_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609458520
    },
    "pvscsi_use_req_call_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609458544
    },
    "pw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pwbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "QBUFFER"
        }
      },
      "address": 0
    },
    "pwd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pwd"
        }
      },
      "address": 0
    },
    "pwd_altroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575210928
    },
    "pwd_chdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575210688
    },
    "pwd_chroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575209952
    },
    "pwd_chroot_chdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575211184
    },
    "pwd_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575209824
    },
    "pwd_ensure_dirs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575211728
    },
    "pwd_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575210544
    },
    "pwd_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575209152
    },
    "pwd_hold_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575209472
    },
    "pwd_hold_pwddesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575197456
    },
    "pwd_hold_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575209120
    },
    "pwd_set_rootvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575212256
    },
    "pwd_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071608210464
    },
    "pwdb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pwhead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "pword": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pwr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pwrTableT4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "pwr_2g": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "r12a_tx_pwr_2g"
        }
      },
      "address": 0
    },
    "pwr_5g": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "r12a_tx_pwr_5g"
        }
      },
      "address": 0
    },
    "pwr_diff": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "pwr_diff_2g": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "r12a_tx_pwr_diff_2g"
        }
      },
      "address": 0
    },
    "pwr_diff_5g": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "r12a_tx_pwr_diff_5g"
        }
      },
      "address": 0
    },
    "pwr_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pwr_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pwr_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pwr_regs": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pwr_regs_start": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "pwr_table0": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "pwr_table1": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "pwr_table_offset": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "pwr_temp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pwrctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pwrdly": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "pwrmgt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pwrmgt_mic": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "pwrsave_flushq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577361680
    },
    "pxflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "pxlblinkrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485360
    },
    "pxm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_rspq"
        }
      },
      "address": 0
    },
    "q0_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "q1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "q6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6q"
        }
      },
      "address": 0
    },
    "q6tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6q"
        }
      },
      "address": 0
    },
    "qCoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qCoffDenom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qDcMismatch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qEvenMeasOffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qGainMismatch": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qOddMeasOffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qXfer_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574624512
    },
    "q_alpha": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_b1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_b2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_beta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_coff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "q_coff_denom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "q_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "q_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_q_ctx"
        }
      },
      "address": 0
    },
    "q_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "q_fifo_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "q_handles": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "q_handles_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "q_hscb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hardware_scb"
        }
      },
      "address": 0
    },
    "q_hscb_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "map_node"
        }
      },
      "address": 0
    },
    "q_i_coff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_ids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "q_ids_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "q_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_quarantine_info_t"
        }
      },
      "address": 0
    },
    "q_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hw_q_t"
        }
      },
      "address": 0
    },
    "q_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "q_notify_off": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "q_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_queue_sp_obj"
        }
      },
      "address": 0
    },
    "q_params": {
      "type": {
        "kind": "struct",
        "name": "ecore_queue_state_params"
      },
      "address": 0
    },
    "q_pw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_q_coff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_res_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_q_res_req_response"
        }
      },
      "address": 0
    },
    "q_resource_requirements": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580908352
    },
    "q_rgn": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "q_scale_b": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "q_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "q_stat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "q_teids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "q_teids_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "q_type": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "q_util": {
      "type": {
        "kind": "union",
        "name": "q_util"
      },
      "address": 0
    },
    "q_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qable_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ecore_qable_obj"
        }
      },
      "address": 0
    },
    "qbase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "qbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "qbuf": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "qbuffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "QBUFFER"
        }
      },
      "address": 0
    },
    "qc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qcache_t"
        }
      },
      "address": 0
    },
    "qc_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576038336
    },
    "qc_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576038480
    },
    "qcache_idx_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ida_qcb"
        }
      },
      "address": 0
    },
    "qcb_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ida_qcb"
        }
      },
      "address": 0
    },
    "qcfg": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "qcount_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "qcounts": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "qcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqgroup_cpu"
        }
      },
      "address": 0
    },
    "qctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_query_disk"
        }
      },
      "address": 0
    },
    "qdepth": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "qdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qpi_device"
        }
      },
      "address": 0
    },
    "qdrops": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qdrops_long": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "qe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tseg_qent"
        }
      },
      "address": 0
    },
    "qe0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "qe1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "qena_req": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qena_stat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ppp_frag"
        }
      },
      "address": 0
    },
    "qentries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qentry_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "qerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qfirst": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qflags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qfmt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "qframe": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484568
    },
    "qframe_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613484536
    },
    "qg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_add_tx_qgrp"
        }
      },
      "address": 0
    },
    "qg_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_dis_txq_item"
        }
      },
      "address": 0
    },
    "qg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "qgl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qgroup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqgroup"
        }
      },
      "address": 0
    },
    "qgroup_if_config_tqg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqgroup"
        }
      },
      "address": 18446744071613051216
    },
    "qgroup_if_io_tqg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqgroup"
        }
      },
      "address": 18446744071613051224
    },
    "qgroup_softirq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqgroup"
        }
      },
      "address": 18446744071612909256
    },
    "qgrp_layer": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qgrp_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "qh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qh_blk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qh_ctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qh_endp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qh_endphub": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qh_fs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qh_intr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qh_ls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qh_lst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh"
        }
      },
      "address": 0
    },
    "qh_rec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh"
        }
      },
      "address": 0
    },
    "qh_x": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qh_y": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_qh_t"
        }
      },
      "address": 0
    },
    "qhead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_psq_head"
        }
      },
      "address": 0
    },
    "qi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HAL_TX_QUEUE_INFO"
        }
      },
      "address": 0
    },
    "qi_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qid2ba": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610780592
    },
    "qid2fifo": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584812076
    },
    "qid_atid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qid_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qid_hash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "qindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qindex_hdr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qindex_payload": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qinfo": {
      "type": {
        "kind": "struct",
        "name": "uath_cmd_txq_setup"
      },
      "address": 0
    },
    "qinpos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qinstart": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qintail": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qkc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 0
    },
    "qkey": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qla80xx_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610208928
    },
    "qla80xx_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610208904
    },
    "qla80xx_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610208624
    },
    "qla_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582211680
    },
    "qla_alloc_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582180976
    },
    "qla_alloc_dmabuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582206368
    },
    "qla_alloc_parent_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582212736
    },
    "qla_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610208384
    },
    "qla_config_ipv4_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582183008
    },
    "qla_config_lro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582191856
    },
    "qla_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582219376
    },
    "qla_dbg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qla_del_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582192608
    },
    "qla_del_hw_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582186880
    },
    "qla_dmamap_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582206784
    },
    "qla_dump_buf16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582178144
    },
    "qla_dump_buf32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177840
    },
    "qla_dump_buf8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582178768
    },
    "qla_eioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582192640
    },
    "qla_erase_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582202864
    },
    "qla_flash_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582205600
    },
    "qla_flash_protect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582204080
    },
    "qla_flash_unprotect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582203680
    },
    "qla_flash_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582205872
    },
    "qla_free_dma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582180688
    },
    "qla_free_dmabuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582206864
    },
    "qla_free_lro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582192032
    },
    "qla_free_rcv_bufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582218880
    },
    "qla_fw_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582183088
    },
    "qla_get_hw_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582188976
    },
    "qla_get_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582208320
    },
    "qla_get_msix_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582180464
    },
    "qla_hw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qla_hw_add_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582180480
    },
    "qla_hw_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582183840
    },
    "qla_hw_set_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582191312
    },
    "qla_hw_stop_rcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582192128
    },
    "qla_hw_tx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582191488
    },
    "qla_hw_tx_done_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582186512
    },
    "qla_hz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qla_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582214208
    },
    "qla_init_from_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582198832
    },
    "qla_init_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582197872
    },
    "qla_init_hw_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582187264
    },
    "qla_init_ifnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582212896
    },
    "qla_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582217168
    },
    "qla_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582214448
    },
    "qla_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qla_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582193392
    },
    "qla_isr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qla_issue_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582190144
    },
    "qla_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582216784
    },
    "qla_make_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582192480
    },
    "qla_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582216416
    },
    "qla_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582216544
    },
    "qla_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qla_os.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qla_p3p_sem_lock2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582203376
    },
    "qla_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582209488
    },
    "qla_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582211232
    },
    "qla_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610208976
    },
    "qla_pci_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587179952
    },
    "qla_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582209152
    },
    "qla_rcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582196224
    },
    "qla_rcv_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582193696
    },
    "qla_rd_flash32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582197232
    },
    "qla_rdwr_indreg32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582196496
    },
    "qla_read_mac_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582212512
    },
    "qla_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582213648
    },
    "qla_reset_promisc_allmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582182928
    },
    "qla_set_allmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582182848
    },
    "qla_set_max_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582190016
    },
    "qla_set_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582182768
    },
    "qla_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582206944
    },
    "qla_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582218432
    },
    "qla_sysctl_get_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582214112
    },
    "qla_tx_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582211648
    },
    "qla_update_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582191664
    },
    "qla_wait_for_flash_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582205360
    },
    "qla_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582213456
    },
    "qla_wr_flash_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582204304
    },
    "qlast": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qlimit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qmap": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "qmgr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_pf_qmgr"
        }
      },
      "address": 0
    },
    "qmisc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qmsk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584710944
    },
    "qnext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ppp_frag"
        }
      },
      "address": 0
    },
    "qnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qoid": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "qos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qos_cfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_qos_cfg"
        }
      },
      "address": 0
    },
    "qos_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "qosinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qosinfo_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qoutpos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_qp"
        }
      },
      "address": 0
    },
    "qp_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_qp_context"
        }
      },
      "address": 0
    },
    "qp_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "qp_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "qp_path_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "qp_path_mask_vlan_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "qp_res_start_move_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579130656
    },
    "qp_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_qp_table"
        }
      },
      "address": 0
    },
    "qp_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qpair": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_qpair"
        }
      },
      "address": 0
    },
    "qpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_qp_context"
        }
      },
      "address": 0
    },
    "qpdpm_dscp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "qpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282464
    },
    "qpi_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610160672
    },
    "qpi_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282240
    },
    "qpi_methods": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587094752
    },
    "qpi_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610161064
    },
    "qpi_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610161040
    },
    "qpi_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610160768
    },
    "qpi_pcib_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283152
    },
    "qpi_pcib_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282976
    },
    "qpi_pcib_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610160792
    },
    "qpi_pcib_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283216
    },
    "qpi_pcib_methods": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587095008
    },
    "qpi_pcib_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282944
    },
    "qpi_pcib_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581283024
    },
    "qpi_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282800
    },
    "qpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282432
    },
    "qpi_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581282896
    },
    "qpn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qpn_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_set_port_rqp_calc_context"
        }
      },
      "address": 0
    },
    "qport_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_query_port_context"
        }
      },
      "address": 0
    },
    "qpp_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qpp_shift": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qpr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qptc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qptc_extra": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "qqi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qrq": {
      "type": {
        "kind": "struct",
        "name": "mbufq"
      },
      "address": 0
    },
    "qrv": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qrx_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qs": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sli4_queue_t"
          }
        }
      },
      "address": 0
    },
    "qs_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "qsel": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "qset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_rdma_qset_params"
        }
      },
      "address": 0
    },
    "qset_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qset_teid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "qsidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "qsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qsort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576657936
    },
    "qsort.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qsort_r": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576664800
    },
    "qsort_r.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qset_params"
        }
      },
      "address": 0
    },
    "qsphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "qsphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314432
    },
    "qsphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608511624
    },
    "qsphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584856848
    },
    "qsphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584856736
    },
    "qsphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608511576
    },
    "qsphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608511552
    },
    "qsphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608511512
    },
    "qsphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314400
    },
    "qsphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314992
    },
    "qsphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314464
    },
    "qsphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570314528
    },
    "qsphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584856816
    },
    "qspoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "qspoidlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "qstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ioctl_hwrm_fw_qstatus"
        }
      },
      "address": 0
    },
    "qstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_eth_q_stats"
        }
      },
      "address": 0
    },
    "qstats_old": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_eth_q_stats_old"
        }
      },
      "address": 0
    },
    "qsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580049056
    },
    "qsyncvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580050832
    },
    "qt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_qtop_entry_t"
        }
      },
      "address": 0
    },
    "qt2045_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608428128
    },
    "qtable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qtag": {
      "type": {
        "kind": "struct",
        "name": "ether_8021q_tag"
      },
      "address": 0
    },
    "qtd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ehci_qtd_t"
        }
      },
      "address": 0
    },
    "qtd_altnext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qtmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tseg_qent"
        }
      },
      "address": 0
    },
    "qtop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_qtop_t"
        }
      },
      "address": 0
    },
    "qtx_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qtype": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "quad": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "qual": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "qualifier": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "quality": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quantum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071584037511
    },
    "quantum_fireball_entries": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "asc_table_entry"
        }
      },
      "address": 18446744071608269584
    },
    "que": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_rx_queue"
        }
      },
      "address": 0
    },
    "que_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "que_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "que_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "query": {
      "type": {
        "kind": "struct",
        "name": "ecore_exeq_elem"
      },
      "address": 0
    },
    "query_btinfo": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "query_comp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "completion"
        }
      },
      "address": 0
    },
    "query_disk": {
      "type": {
        "kind": "struct",
        "name": "aac_query_disk"
      },
      "address": 0
    },
    "query_elem": {
      "type": {
        "kind": "struct",
        "name": "ecore_exeq_elem"
      },
      "address": 0
    },
    "query_in": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "query_out": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "query_response_timer_expired": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queryver": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_queue_select"
        }
      },
      "address": 0
    },
    "queue_ccb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queue_children": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "queue_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "queue_depth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "queue_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queue_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "queue_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queue_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "queue_log_data_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "queue_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "queue_namebuf": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "queue_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "queue_nops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212864
    },
    "queue_nops_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079360
    },
    "queue_nops_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079384
    },
    "queue_num_buf": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "queue_ops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212856
    },
    "queue_ops_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079200
    },
    "queue_ops_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079224
    },
    "queue_push_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578381824
    },
    "queue_rc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queue_rtable_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577106048
    },
    "queue_stats_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "queue_stats_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "queue_to_head": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queue_top": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "queue_top_children": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "queue_topology": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "queued": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queued_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queued_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktr_request"
        }
      },
      "address": 0
    },
    "queuemem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "queuemem_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "queuemsgs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "queues_busaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "quick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quick_drop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quick_drop_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quiesce_all_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575988096
    },
    "quiesce_all_critical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575988160
    },
    "quiesce_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575987504
    },
    "quiesce_iq_fl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568851168
    },
    "quiesce_vi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568850352
    },
    "quiet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_quiet_ie"
        }
      },
      "address": 0
    },
    "quirk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "quirk_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "quirks": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "atkbdc_quirks"
        }
      },
      "address": 18446744071585439744
    },
    "quirks_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "quirks_on": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "quota": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quota_rem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quotaadj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580051440
    },
    "quotaoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580046496
    },
    "quotaoff1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580044560
    },
    "quotaoff_inchange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580046128
    },
    "quotaon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580042016
    },
    "quotaref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580051168
    },
    "quotarele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580051376
    },
    "quotas": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quotatypes": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585414080
    },
    "quote": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "quotient": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "qv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_iwarp_qvlist_info"
        }
      },
      "address": 0
    },
    "qvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "qwh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_qosframe"
        }
      },
      "address": 0
    },
    "qwh4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_qosframe_addr4"
        }
      },
      "address": 0
    },
    "qword": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "qx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qXfer_context"
        }
      },
      "address": 0
    },
    "qxx": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "r": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r12a_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_beacon_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038752
    },
    "r12a_beacon_set_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038816
    },
    "r12a_c_cut_rf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572052288
    },
    "r12a_calib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_caps.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_chan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_chan_5ghz_0": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584975200
    },
    "r12a_chan_5ghz_1": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584975208
    },
    "r12a_chan_5ghz_2": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584975220
    },
    "r12a_check_condition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572047952
    },
    "r12a_check_frame_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572055248
    },
    "r12a_crystalcap_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572049136
    },
    "r12a_detach_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572057824
    },
    "r12a_fill_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572055584
    },
    "r12a_fill_tx_desc_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572057472
    },
    "r12a_fill_tx_desc_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572056800
    },
    "r12a_fix_spur": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572042160
    },
    "r12a_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_fw_download_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572047456
    },
    "r12a_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572047216
    },
    "r12a_get_rx_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572055376
    },
    "r12a_handle_c2h_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572055152
    },
    "r12a_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_init_antsel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572051856
    },
    "r12a_init_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572048400
    },
    "r12a_init_edca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572048336
    },
    "r12a_init_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572051808
    },
    "r12a_init_rf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572049040
    },
    "r12a_ioctl_net": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572041648
    },
    "r12a_iq_afe_regs": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "r12a_iq_bb_regs": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "r12a_iq_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572041568
    },
    "r12a_iq_calib_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572047808
    },
    "r12a_iq_calib_fw_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572039104
    },
    "r12a_iq_calib_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572039808
    },
    "r12a_iq_rf_regs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "r12a_lc_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038848
    },
    "r12a_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_parse_rom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572054336
    },
    "r12a_parse_rom_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572052496
    },
    "r12a_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572049968
    },
    "r12a_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572049216
    },
    "r12a_ratectl_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572054864
    },
    "r12a_read_chipid_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572058944
    },
    "r12a_restore_bb_afe_vals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572039264
    },
    "r12a_restore_rf_vals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572039600
    },
    "r12a_rf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_rf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572052048
    },
    "r12a_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572052448
    },
    "r12a_rom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_rx_radiotap_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572055328
    },
    "r12a_save_bb_afe_vals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572039136
    },
    "r12a_save_rf_vals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572039392
    },
    "r12a_set_band_2ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572045440
    },
    "r12a_set_band_5ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572046256
    },
    "r12a_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572042592
    },
    "r12a_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572051952
    },
    "r12a_set_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572047584
    },
    "r12a_set_page_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572048272
    },
    "r12a_set_pwrmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572047664
    },
    "r12a_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12a_tx_radiotap_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572057552
    },
    "r12a_tx_raid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572056496
    },
    "r12a_vap_preattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572057600
    },
    "r12au_adj_devcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572058976
    },
    "r12au_align_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060368
    },
    "r12au_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572057856
    },
    "r12au_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12au_classify_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060320
    },
    "r12au_dump_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060400
    },
    "r12au_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12au_init_ampdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572059664
    },
    "r12au_init_ampdu_fwhw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572059600
    },
    "r12au_init_burstlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572059408
    },
    "r12au_init_burstlen_usb2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572059312
    },
    "r12au_init_rx_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572059216
    },
    "r12au_post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060144
    },
    "r12au_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572059008
    },
    "r12au_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r12au_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r13": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "r1_alt_pd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r1_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_mpt_cmd"
        }
      },
      "address": 0
    },
    "r2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r21a_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_beacon_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060416
    },
    "r21a_beacon_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060464
    },
    "r21a_calib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_chan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_check_condition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572065168
    },
    "r21a_crystalcap_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572065312
    },
    "r21a_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572062192
    },
    "r21a_get_rssi_cck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572066080
    },
    "r21a_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_init_ampdu_fwhw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572065520
    },
    "r21a_init_bcnq1_boundary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572065392
    },
    "r21a_iq_afe_regs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584975136
    },
    "r21a_iq_bb_regs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584975120
    },
    "r21a_iq_calib_fw_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060560
    },
    "r21a_iq_calib_sw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060592
    },
    "r21a_iq_rf_regs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584975144
    },
    "r21a_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_parse_rom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572065648
    },
    "r21a_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067520
    },
    "r21a_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572063728
    },
    "r21a_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572062432
    },
    "r21a_rom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21a_set_band_2ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572060976
    },
    "r21a_set_band_5ghz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572061600
    },
    "r21a_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572065584
    },
    "r21au_adj_devcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067392
    },
    "r21au_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572066144
    },
    "r21au_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21au_chan_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067696
    },
    "r21au_dfs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21au_dfs_radar_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572069232
    },
    "r21au_dfs_radar_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572068336
    },
    "r21au_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r21au_init_tx_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070208
    },
    "r21au_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572068448
    },
    "r21au_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572069872
    },
    "r21au_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572069456
    },
    "r21au_vap_preattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067440
    },
    "r2c": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "r2hisr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r32": {
      "type": {
        "kind": "struct",
        "name": "reg32"
      },
      "address": 0
    },
    "r4": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r5or6_blks_per_row": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r5or6_blocks_per_row": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r5or6_fst_col": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r5or6_fst_row": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r5or6_fst_row_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r5or6_lst_col": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r5or6_lst_row": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r5or6_lst_row_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix6_data"
        }
      },
      "address": 0
    },
    "r7": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "r88e_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_beacon_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571986832
    },
    "r88e_calib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_chan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_classify_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993312
    },
    "r88e_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_fw_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571991488
    },
    "r88e_fw_download_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571991888
    },
    "r88e_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571991776
    },
    "r88e_get_rssi_cck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993600
    },
    "r88e_get_rssi_ofdm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993696
    },
    "r88e_get_rx_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993712
    },
    "r88e_get_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571990912
    },
    "r88e_handle_c2h_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993584
    },
    "r88e_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_init_bb_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992640
    },
    "r88e_iq_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571987024
    },
    "r88e_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_macid_enable_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992032
    },
    "r88e_parse_rom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993056
    },
    "r88e_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571999440
    },
    "r88e_ratectl_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993344
    },
    "r88e_rf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993008
    },
    "r88e_rom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_set_bw20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571991232
    },
    "r88e_set_gain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571991424
    },
    "r88e_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992800
    },
    "r88e_set_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992128
    },
    "r88e_set_pwrmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992496
    },
    "r88e_set_rsvd_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992448
    },
    "r88e_temp_measure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571990848
    },
    "r88e_temp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571990880
    },
    "r88e_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88e_tx_enable_ampdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992944
    },
    "r88e_tx_setup_hwseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992976
    },
    "r88e_tx_setup_macid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571992992
    },
    "r88e_txpwr": {
      "type": {
        "kind": "struct",
        "name": "rtwn_r88e_txpwr"
      },
      "address": 18446744071610812705
    },
    "r88ee_adj_devcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571994992
    },
    "r88ee_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571993808
    },
    "r88ee_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88ee_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571998160
    },
    "r88ee_get_intr_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571997776
    },
    "r88ee_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88ee_init_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571995168
    },
    "r88ee_init_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571995280
    },
    "r88ee_post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571997600
    },
    "r88ee_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571995024
    },
    "r88ee_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571996160
    },
    "r88ee_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571995328
    },
    "r88ee_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88ee_set_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571995136
    },
    "r88ee_start_xfers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571998224
    },
    "r88ee_txpwr": {
      "type": {
        "kind": "struct",
        "name": "rtwn_r88e_txpwr"
      },
      "address": 18446744071610812692
    },
    "r88eu_adj_devcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571999408
    },
    "r88eu_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571998320
    },
    "r88eu_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88eu_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r88eu_init_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571999584
    },
    "r88eu_init_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572001824
    },
    "r88eu_init_rx_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572001936
    },
    "r88eu_post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572002032
    },
    "r88eu_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572000256
    },
    "r88eu_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571999696
    },
    "r88eu_set_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571999552
    },
    "r9": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "r92c_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_beacon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_beacon_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572002416
    },
    "r92c_beacon_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572002336
    },
    "r92c_calib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_chan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_check_condition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572013024
    },
    "r92c_classify_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572016976
    },
    "r92c_detach_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572002208
    },
    "r92c_efuse_postread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572016464
    },
    "r92c_fill_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572017344
    },
    "r92c_fill_tx_desc_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572019248
    },
    "r92c_fill_tx_desc_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572018528
    },
    "r92c_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_fw_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572010864
    },
    "r92c_fw_download_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572009936
    },
    "r92c_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572009792
    },
    "r92c_get_rssi_cck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572016992
    },
    "r92c_get_rssi_cck.cckoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584821384
    },
    "r92c_get_rssi_ofdm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572017056
    },
    "r92c_get_rx_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572017120
    },
    "r92c_get_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572007424
    },
    "r92c_handle_c2h_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572012208
    },
    "r92c_handle_c2h_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572012240
    },
    "r92c_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_init_ampdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572015440
    },
    "r92c_init_antsel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572015520
    },
    "r92c_init_bb_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572013344
    },
    "r92c_init_edca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572015264
    },
    "r92c_init_rf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572014432
    },
    "r92c_init_rf_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572014192
    },
    "r92c_iq_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572002496
    },
    "r92c_iq_calib_write_results": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572006304
    },
    "r92c_joinbss_rpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572010112
    },
    "r92c_lc_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572007024
    },
    "r92c_llt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_llt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572013152
    },
    "r92c_llt_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572015952
    },
    "r92c_pa_bias_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572015712
    },
    "r92c_parse_rom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572016496
    },
    "r92c_read_chipid_vendor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572002240
    },
    "r92c_rf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_rf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572016080
    },
    "r92c_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572016416
    },
    "r92c_rom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_rx_radiotap_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572017072
    },
    "r92c_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572009632
    },
    "r92c_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572009472
    },
    "r92c_set_bw20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572008416
    },
    "r92c_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572008640
    },
    "r92c_set_gain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572009360
    },
    "r92c_set_page_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572013312
    },
    "r92c_set_pwrmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572011376
    },
    "r92c_set_rssi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572011648
    },
    "r92c_set_rsvd_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572011168
    },
    "r92c_temp_measure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572007360
    },
    "r92c_temp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572007392
    },
    "r92c_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92c_tx_enable_ampdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572017264
    },
    "r92c_tx_radiotap_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572019344
    },
    "r92c_tx_raid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572018288
    },
    "r92c_tx_setup_hwseq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572017296
    },
    "r92c_tx_setup_macid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572017312
    },
    "r92c_txpwr": {
      "type": {
        "kind": "struct",
        "name": "rtwn_r92c_txpwr"
      },
      "address": 18446744071610812760
    },
    "r92c_write_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572007984
    },
    "r92ce_adj_devcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572020512
    },
    "r92ce_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572019376
    },
    "r92ce_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92ce_calib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92ce_copy_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572027344
    },
    "r92ce_dump_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572027424
    },
    "r92ce_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572027200
    },
    "r92ce_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92ce_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572024928
    },
    "r92ce_get_intr_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572026944
    },
    "r92ce_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92ce_init_ampdu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572026592
    },
    "r92ce_init_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572025216
    },
    "r92ce_init_edca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572025040
    },
    "r92ce_init_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572024992
    },
    "r92ce_iq_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572020800
    },
    "r92ce_iq_calib_write_results": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572024208
    },
    "r92ce_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92ce_post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572026656
    },
    "r92ce_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572020544
    },
    "r92ce_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572026224
    },
    "r92ce_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572025392
    },
    "r92ce_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92ce_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572026848
    },
    "r92ce_set_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572020752
    },
    "r92ce_setup_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572027296
    },
    "r92ce_start_xfers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572027232
    },
    "r92ce_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92ce_tx_postsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572027312
    },
    "r92cu_adj_devcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572028464
    },
    "r92cu_align_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030896
    },
    "r92cu_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572027440
    },
    "r92cu_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92cu_dump_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030912
    },
    "r92cu_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92cu_init_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572028800
    },
    "r92cu_init_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030272
    },
    "r92cu_init_rx_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030400
    },
    "r92cu_init_tx_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030336
    },
    "r92cu_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92cu_post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030576
    },
    "r92cu_postattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572028496
    },
    "r92cu_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572029648
    },
    "r92cu_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572028976
    },
    "r92cu_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92cu_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030816
    },
    "r92cu_set_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572028720
    },
    "r92cu_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_chan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_detach_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572037392
    },
    "r92e_fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572032400
    },
    "r92e_get_rssi_cck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572037376
    },
    "r92e_handle_c2h_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572037328
    },
    "r92e_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_init_bb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572032944
    },
    "r92e_init_rf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572033584
    },
    "r92e_led.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_llt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572032816
    },
    "r92e_parse_rom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572036240
    },
    "r92e_power_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572034944
    },
    "r92e_power_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572034208
    },
    "r92e_rf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_rf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572035840
    },
    "r92e_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572036080
    },
    "r92e_rom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92e_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572030928
    },
    "r92e_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572035744
    },
    "r92e_set_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572032576
    },
    "r92e_set_pwrmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572032672
    },
    "r92eu_adj_devcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038416
    },
    "r92eu_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572037424
    },
    "r92eu_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92eu_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "r92eu_init_rx_agg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038464
    },
    "r92eu_post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038608
    },
    "rFreq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rScaledPwr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rStep": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "r_debug": {
      "type": {
        "kind": "struct",
        "name": "r_debug"
      },
      "address": 18446744071612900128
    },
    "r_debug_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575775920
    },
    "r_dir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "r_fragsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r_gdt": {
      "type": {
        "kind": "struct",
        "name": "region_descriptor"
      },
      "address": 0
    },
    "r_idt": {
      "type": {
        "kind": "struct",
        "name": "region_descriptor"
      },
      "address": 18446744071613479232
    },
    "r_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "r_iter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_sw_rules_elem"
        }
      },
      "address": 0
    },
    "r_maxfrags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r_mb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "r_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "r_new": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "r_ofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "r_old": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "r_order": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "r_orig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r_param": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "r_resname": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "r_rt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "r_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "r_value": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rablock": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rabn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rabp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "racct": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "racct"
        }
      },
      "address": 0
    },
    "racct_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575519456
    },
    "racct_add_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575520656
    },
    "racct_add_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575520240
    },
    "racct_add_force": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575520032
    },
    "racct_add_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575519664
    },
    "racct_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575519152
    },
    "racct_decay_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575528912
    },
    "racct_decay_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529088
    },
    "racct_decay_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529024
    },
    "racct_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575519248
    },
    "racct_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209577
    },
    "racct_get_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575523008
    },
    "racct_get_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575522848
    },
    "racct_getpcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575525840
    },
    "racct_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529152
    },
    "racct_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612801936
    },
    "racct_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609704528
    },
    "racct_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609701008
    },
    "racct_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609701032
    },
    "racct_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575526896
    },
    "racct_proc_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575524800
    },
    "racct_proc_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575524080
    },
    "racct_proc_fork_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575525568
    },
    "racct_proc_throttle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575527168
    },
    "racct_proc_ucred_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575526128
    },
    "racct_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575521792
    },
    "racct_set_force": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575522640
    },
    "racct_set_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575522000
    },
    "racct_set_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575521632
    },
    "racct_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575523168
    },
    "racct_sub_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575523648
    },
    "racct_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609704496
    },
    "racct_types": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609704368
    },
    "racct_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612801928
    },
    "racctd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575527488
    },
    "racctd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575527456
    },
    "racctd_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071609704552
    },
    "racctd_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609704472
    },
    "racluster": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "radar_detect": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "raddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_hvs"
        }
      },
      "address": 0
    },
    "radio_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "radio_cfg_dash": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "radio_cfg_step": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "radio_cfg_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "radiotap_offset.items": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585254432
    },
    "radix": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "radix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "radix4_add_route_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653616
    },
    "radix4_change_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653600
    },
    "radix4_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653568
    },
    "radix4_end_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653632
    },
    "radix4_get_pref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653664
    },
    "radix4_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653472
    },
    "radix4_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653920
    },
    "radix6_add_route_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042512
    },
    "radix6_change_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042496
    },
    "radix6_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042464
    },
    "radix6_end_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042528
    },
    "radix6_get_pref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042560
    },
    "radix6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042368
    },
    "radix6_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578042192
    },
    "radix_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "radix_tree_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578895696
    },
    "radix_tree_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578896048
    },
    "radix_tree_iter_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578896032
    },
    "radix_tree_iter_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578895536
    },
    "radix_tree_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578895408
    },
    "radix_tree_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578896800
    },
    "radm_cpl_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rahead": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "raid": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "raid32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_raid_action32"
        }
      },
      "address": 0
    },
    "raid6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "raid_act": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_raid_action"
        }
      },
      "address": 0
    },
    "raid_act32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpt_raid_action32"
        }
      },
      "address": 0
    },
    "raid_act_swab": {
      "type": {
        "kind": "struct",
        "name": "mpt_raid_action"
      },
      "address": 0
    },
    "raid_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "EVENT_DATA_RAID"
        }
      },
      "address": 0
    },
    "raid_event_txt": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584874720
    },
    "raid_handler_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608525160
    },
    "raid_level": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "raid_levels": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587180720
    },
    "raid_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "raid_map"
        }
      },
      "address": 0
    },
    "raid_map_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "raid_passthru": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "raid_queue_depth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "raid_resync_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "raid_vol_pg0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI2_CONFIG_PAGE_RAID_VOL_0"
        }
      },
      "address": 0
    },
    "raid_vol_pg1": {
      "type": {
        "kind": "struct",
        "name": "Mpi2RaidVolPage1_t"
      },
      "address": 0
    },
    "raidbypass_cdb": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "raidmap_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ral_msi_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610791540
    },
    "ral_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571879488
    },
    "ral_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571880416
    },
    "ral_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609103328
    },
    "ral_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609103280
    },
    "ral_pci_ids": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ral_pci_ident"
        }
      },
      "address": 18446744071584938208
    },
    "ral_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584938096
    },
    "ral_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609103256
    },
    "ral_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571879200
    },
    "ral_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571880736
    },
    "ral_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571880672
    },
    "ral_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571880704
    },
    "ral_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609103128
    },
    "ral_rt2560_opns": {
      "type": {
        "kind": "struct",
        "name": "ral_opns"
      },
      "address": 18446744071584938784
    },
    "ral_rt2661_opns": {
      "type": {
        "kind": "struct",
        "name": "ral_opns"
      },
      "address": 18446744071584938832
    },
    "ral_rt2860_opns": {
      "type": {
        "kind": "struct",
        "name": "ral_opns"
      },
      "address": 18446744071584938880
    },
    "ralen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ram_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344624
    },
    "ram_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610169968
    },
    "ram_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344448
    },
    "ram_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587103456
    },
    "ram_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610169920
    },
    "ram_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610169896
    },
    "ram_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169560
    },
    "ram_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581344576
    },
    "ramdisc_blocksize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ramlog": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_ramlog_t"
        }
      },
      "address": 0
    },
    "ramlog_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609087644
    },
    "ramps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ramrod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ramrod_flags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ramrod_param": {
      "type": {
        "kind": "struct",
        "name": "ecore_rx_mode_ramrod_params"
      },
      "address": 0
    },
    "rand": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613058264
    },
    "randid": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "random": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071576671808
    },
    "random.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "random_alg_context": {
      "type": {
        "kind": "struct",
        "name": "random_algorithm"
      },
      "address": 18446744071584939168
    },
    "random_alg_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609106304
    },
    "random_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "random_bypass_before_seeding": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071609104304
    },
    "random_bypass_disable_warnings": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610791546
    },
    "random_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609105848
    },
    "random_chachamode": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209573
    },
    "random_check_uint_fs_minpoolsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571888464
    },
    "random_check_uint_harvestmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571883024
    },
    "random_clist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_ctx_list"
      },
      "address": 18446744071610812624
    },
    "random_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610808216
    },
    "random_device_h_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609105424
    },
    "random_device_h_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609105472
    },
    "random_device_h_proc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609105040
    },
    "random_device_prime_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609105448
    },
    "random_devicemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609105712
    },
    "random_fh": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612483176
    },
    "random_fortuna_genbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571888528
    },
    "random_fortuna_init_alg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571888112
    },
    "random_fortuna_o": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "random_fortuna_pre_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571886256
    },
    "random_fortuna_pre_read.__set_sysctl_set_sym_sysctl___debug_fail_point_random_fortuna_pre_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587209912
    },
    "random_fortuna_pre_read.__set_sysctl_set_sym_sysctl___debug_fail_point_status_random_fortuna_pre_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587209920
    },
    "random_fortuna_pre_read._fail_point_random_fortuna_pre_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609106440
    },
    "random_fortuna_pre_read.sysctl___debug_fail_point_random_fortuna_pre_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609106520
    },
    "random_fortuna_pre_read.sysctl___debug_fail_point_status_random_fortuna_pre_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609106632
    },
    "random_fortuna_process_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571887856
    },
    "random_fortuna_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571887248
    },
    "random_fortuna_seeded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571887792
    },
    "random_harvest_deregister_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571881696
    },
    "random_harvest_direct_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571881552
    },
    "random_harvest_fast_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571881488
    },
    "random_harvest_queue_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571881152
    },
    "random_harvest_register_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571881664
    },
    "random_harvestq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "random_harvestq_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571883936
    },
    "random_harvestq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571883536
    },
    "random_harvestq_prime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571883600
    },
    "random_infra.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "random_ivy": {
      "type": {
        "kind": "struct",
        "name": "random_source"
      },
      "address": 18446744071610208136
    },
    "random_ivy_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177376
    },
    "random_kthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571882304
    },
    "random_kthread_control": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610808136
    },
    "random_nehemiah": {
      "type": {
        "kind": "struct",
        "name": "random_source"
      },
      "address": 18446744071610208336
    },
    "random_nehemiah_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177632
    },
    "random_prime_loader_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571883728
    },
    "random_print_harvestmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571883136
    },
    "random_print_harvestmask_symbolic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571883280
    },
    "random_proc_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071609105632
    },
    "random_source_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571882000
    },
    "random_source_descr": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584938960
    },
    "random_source_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571884064
    },
    "random_source_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571881728
    },
    "randombytes.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "randombytes_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608720
    },
    "randomdev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "randomdev_accumulate.destination": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610808224
    },
    "randomdev_accumulate.entropy_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610808352
    },
    "randomdev_accumulate.event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610808228
    },
    "randomdev_accumulate.hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610808248
    },
    "randomdev_encrypt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571889248
    },
    "randomdev_getkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571892128
    },
    "randomdev_hash_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571889216
    },
    "randomdev_hash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571889184
    },
    "randomdev_hash_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571889200
    },
    "randomdev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571886128
    },
    "randomdev_keystream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571889408
    },
    "randomdev_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609105824
    },
    "randomdev_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571885328
    },
    "randomdev_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571886176
    },
    "randomdev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571885472
    },
    "randomdev_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571885264
    },
    "randomdev_wait_until_seeded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571884880
    },
    "randomdev_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571885504
    },
    "randomid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578104048
    },
    "randompid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612538352
    },
    "randomtab_20": {
      "type": {
        "kind": "struct",
        "name": "randomtab"
      },
      "address": 18446744071609965928
    },
    "randomtab_32": {
      "type": {
        "kind": "struct",
        "name": "randomtab"
      },
      "address": 18446744071609965832
    },
    "rang": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "range": {
      "type": {
        "kind": "struct",
        "name": "pmap_kernel_map_range"
      },
      "address": 0
    },
    "range_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rangelock_calc_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575530128
    },
    "rangelock_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529600
    },
    "rangelock_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575530416
    },
    "rangelock_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529568
    },
    "rangelock_rlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575530384
    },
    "rangelock_sys_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575531024
    },
    "rangelock_tryrlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575530928
    },
    "rangelock_trywlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575530992
    },
    "rangelock_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529616
    },
    "rangelock_unlock_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529840
    },
    "rangelock_wlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575530960
    },
    "ranges": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "printranges"
        }
      },
      "address": 18446744071585243552
    },
    "rangeset_check_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575942768
    },
    "rangeset_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943616
    },
    "rangeset_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575942576
    },
    "rangeset_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575942544
    },
    "rangeset_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575942816
    },
    "rangeset_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943568
    },
    "rangeset_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575942896
    },
    "rangeset_remove_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575942672
    },
    "rangeset_remove_pred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943200
    },
    "rangeset_show_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943984
    },
    "rank": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rankLast": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rankStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rankVal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rankVal0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rankValPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rann": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_meshrann_ie"
      },
      "address": 0
    },
    "rap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_rx_ampdu"
        }
      },
      "address": 0
    },
    "rar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rar_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rar_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rar_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rar_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rasize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rat": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rate0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rate1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rate2plcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573700752
    },
    "rate2ridx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572057376
    },
    "rate_fb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rate_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rate_limit_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613058784
    },
    "rate_limit_alloc_fail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613058792
    },
    "rate_limit_chg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613058808
    },
    "rate_limit_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613058800
    },
    "rate_limit_set_ok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613058776
    },
    "rate_matched": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rate_n_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rate_num": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rate_ret": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rate_table_act": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "rate_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ratecheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575704144
    },
    "ratectl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ratectl_modnames": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585254752
    },
    "ratectl_none_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609877656
    },
    "ratectls": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ieee80211_ratectl"
          }
        }
      },
      "address": 18446744071613057904
    },
    "ratediv": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584034304
    },
    "rates": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ratesArray": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071610619584
    },
    "ratesIndex": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "rateset_auto_11b": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rateset_auto_11g": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rateset_fix_11bg": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ratetables": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ieee80211_rate_table"
          }
        }
      },
      "address": 18446744071585252560
    },
    "ratio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ratio_hash_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rattrbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "ravail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ravailable": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "raw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rawOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "raw_cid": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "raw_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "raw_ip.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "raw_ip6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "raw_ip_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609927640
    },
    "raw_mem": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "raw_rss_key": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "raw_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rawlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rb": {
      "type": {
        "kind": "struct",
        "name": "umtx_robust_lists_params"
      },
      "address": 0
    },
    "rb32": {
      "type": {
        "kind": "struct",
        "name": "umtx_robust_lists_params_compat32"
      },
      "address": 0
    },
    "rb_inact": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rb_update_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "rbase": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rbc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_resetbus"
        }
      },
      "address": 0
    },
    "rbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "et_rxbuf_data"
        }
      },
      "address": 0
    },
    "rbehind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rblim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtrblim"
        }
      },
      "address": 0
    },
    "rblk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_function_block"
        }
      },
      "address": 0
    },
    "rblkcnts": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 11,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071585015152
    },
    "rbp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rbreqlock": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071608217088
    },
    "rbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_get_sw_cfg_resp_elem"
        }
      },
      "address": 0
    },
    "rbufszs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 11,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071585015248
    },
    "rc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rc0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rc1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rc4.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rc4_crypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566994576
    },
    "rc4_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566994400
    },
    "rc4_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608315152
    },
    "rc4_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566994688
    },
    "rc4key": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rc4module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608315088
    },
    "rc_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rc_add": {
      "type": {
        "kind": "struct",
        "name": "rib_cmd_info"
      },
      "address": 0
    },
    "rc_agglen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rc_d": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rc_del": {
      "type": {
        "kind": "struct",
        "name": "rib_cmd_info"
      },
      "address": 0
    },
    "rc_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rib_cmd_info"
        }
      },
      "address": 0
    },
    "rc_simple": {
      "type": {
        "kind": "struct",
        "name": "rib_cmd_info"
      },
      "address": 0
    },
    "rca": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rcalls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rcap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_read_capacity_data"
        }
      },
      "address": 0
    },
    "rcap_buf": {
      "type": {
        "kind": "struct",
        "name": "scsi_read_capacity_data_long"
      },
      "address": 0
    },
    "rcaplong": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_read_capacity_data_long"
        }
      },
      "address": 0
    },
    "rcaps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_caps"
        }
      },
      "address": 0
    },
    "rcatch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rcb_t"
        }
      },
      "address": 0
    },
    "rcbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rcb_t"
        }
      },
      "address": 0
    },
    "rcd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rcd_sn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rcdelta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "replay_cache_entry"
        }
      },
      "address": 0
    },
    "rceiling": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rcfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "firmware"
        }
      },
      "address": 0
    },
    "rch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcm_channel"
        }
      },
      "address": 0
    },
    "rchan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rchange": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rcl1": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255616
    },
    "rcl10": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255712
    },
    "rcl11": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255738
    },
    "rcl2": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255632
    },
    "rcl3": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255592
    },
    "rcl4": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255666
    },
    "rcl7": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255680
    },
    "rcl8": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255648
    },
    "rcl9": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585255664
    },
    "rcl_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582399024
    },
    "rcl_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582400096
    },
    "rcl_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582401184
    },
    "rclk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rcode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rcon": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584088464
    },
    "rcons": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_consumer"
        }
      },
      "address": 0
    },
    "rcph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_pkt_cmpl_hi"
        }
      },
      "address": 0
    },
    "rcq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rcqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_coalescing_rcqe_t"
        }
      },
      "address": 0
    },
    "rcqe_v1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_async_rcqe_v1_t"
        }
      },
      "address": 0
    },
    "rcqev1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_async_rcqe_v1_t"
        }
      },
      "address": 0
    },
    "rcqn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rcr_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582399168
    },
    "rcr_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582400240
    },
    "rcr_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582401344
    },
    "rcredp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rpc_gss_rawcred_t"
        }
      },
      "address": 0
    },
    "rctl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rctl_devctl_rate_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609705904
    },
    "rctl_enforce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575531536
    },
    "rctl_enforce.devctl_curtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612802012
    },
    "rctl_enforce.devctl_lasttime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612801992
    },
    "rctl_enforce.log_curtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612802008
    },
    "rctl_enforce.log_lasttime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612801976
    },
    "rctl_get_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575533584
    },
    "rctl_get_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575533504
    },
    "rctl_get_rules_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575539184
    },
    "rctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575543824
    },
    "rctl_log_rate_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609705784
    },
    "rctl_maxbufsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609705924
    },
    "rctl_pcpu_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575531280
    },
    "rctl_proc_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575542240
    },
    "rctl_proc_ucred_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575540720
    },
    "rctl_racct_add_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575535312
    },
    "rctl_racct_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575542896
    },
    "rctl_racct_remove_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575535552
    },
    "rctl_racct_to_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575537760
    },
    "rctl_resource_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575531072
    },
    "rctl_rule_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575534096
    },
    "rctl_rule_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575534320
    },
    "rctl_rule_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575533824
    },
    "rctl_rule_duplicate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575533904
    },
    "rctl_rule_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575534208
    },
    "rctl_rule_link_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612802024
    },
    "rctl_rule_matches": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575539040
    },
    "rctl_rule_post_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575535872
    },
    "rctl_rule_pre_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575535808
    },
    "rctl_rule_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575534128
    },
    "rctl_rule_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575534864
    },
    "rctl_rule_remove_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575535776
    },
    "rctl_rule_to_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575532928
    },
    "rctl_rule_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612802016
    },
    "rctl_string_to_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575536432
    },
    "rctl_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609705712
    },
    "rctl_throttle_decay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575531168
    },
    "rctl_throttle_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609705908
    },
    "rctl_throttle_max_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575543280
    },
    "rctl_throttle_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609705916
    },
    "rctl_throttle_min_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575543088
    },
    "rctl_throttle_pct": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609705912
    },
    "rctl_throttle_pct2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609705920
    },
    "rctl_throttle_pct2_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575543648
    },
    "rctl_throttle_pct_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575543472
    },
    "rctl_write_outbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575538160
    },
    "rctx": {
      "type": {
        "kind": "struct",
        "name": "i40e_hmc_obj_rxq"
      },
      "address": 0
    },
    "rcu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "linux_kmem_rcu"
        }
      },
      "address": 0
    },
    "rcu_work_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917504
    },
    "rcv_ackno": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rcv_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_recv_desc_t"
        }
      },
      "address": 0
    },
    "rcv_mode": {
      "type": {
        "kind": "struct",
        "name": "qla_set_mac_rcv_mode_t"
      },
      "address": 0
    },
    "rcv_pkt_thres": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208872
    },
    "rcv_pkt_thres_d": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208876
    },
    "rcvbuf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rcvdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "rcvflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rcvif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "rcvmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "rcvreserve": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_regdomain"
        }
      },
      "address": 0
    },
    "rd2GHz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "REG_DOMAIN"
        }
      },
      "address": 0
    },
    "rd32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820048
    },
    "rd5GHz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "REG_DOMAIN"
        }
      },
      "address": 0
    },
    "rd64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820080
    },
    "rdData": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rd_bus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rd_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rd_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_read_object_t"
        }
      },
      "address": 0
    },
    "rd_obj_rsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_res_common_read_object_t"
        }
      },
      "address": 0
    },
    "rd_op": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "rd_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rd_toggle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_rx_data"
        }
      },
      "address": 0
    },
    "rdba": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rdcap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_read_capacity_data"
        }
      },
      "address": 0
    },
    "rdch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcm_channel"
        }
      },
      "address": 0
    },
    "rdcphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rdcphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570315120
    },
    "rdcphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608511832
    },
    "rdcphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584857040
    },
    "rdcphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584856912
    },
    "rdcphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608511784
    },
    "rdcphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608511760
    },
    "rdcphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608511720
    },
    "rdcphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570315088
    },
    "rdcphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570315152
    },
    "rdcphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570315376
    },
    "rdcphys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584856992
    },
    "rddata": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rderr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rderrbit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rderrbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "rderror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_ring_desc"
        }
      },
      "address": 0
    },
    "rdesc_paddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rdev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rdevunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rdf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_rd_flash_t"
        }
      },
      "address": 0
    },
    "rdiff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rdinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rdir": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "rdlnk": {
      "type": {
        "kind": "struct",
        "name": "vop_readlink_args"
      },
      "address": 0
    },
    "rdma": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rdma_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rdma_id": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rdma_id_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rdma_packet": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rdma_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tp_rdma_stats"
        }
      },
      "address": 0
    },
    "rdmacnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rdmareg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rdmsr_safe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543168
    },
    "rdnum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rdobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_read_object_list_t"
        }
      },
      "address": 0
    },
    "rdonly": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "denode"
        }
      },
      "address": 0
    },
    "rdpi": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rdpos": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rdrand_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610208112
    },
    "rdrand_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177248
    },
    "rdrandmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610208024
    },
    "rdref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rdst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_ring"
        }
      },
      "address": 0
    },
    "rdtsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581348928
    },
    "rdtsc_ordered": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298320
    },
    "rdtsc_ordered_lfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298464
    },
    "rdtsc_ordered_mfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298432
    },
    "rdtsc_ordered_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298320
    },
    "rdtscp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298400
    },
    "rdy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "re": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dmar_root_entry_t"
        }
      },
      "address": 0
    },
    "re8139_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "re_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571893008
    },
    "re_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571920784
    },
    "re_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571920560
    },
    "re_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071609107440
    },
    "re_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571920960
    },
    "re_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571920800
    },
    "re_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571900720
    },
    "re_devs": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rl_type"
        }
      },
      "address": 18446744071584940208
    },
    "re_did": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "re_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571908080
    },
    "re_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609107392
    },
    "re_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571917008
    },
    "re_gmii_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571904432
    },
    "re_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571918224
    },
    "re_hwrevs": {
      "type": {
        "count": 47,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rl_hwrev"
        }
      },
      "address": 18446744071584940416
    },
    "re_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571907200
    },
    "re_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571907040
    },
    "re_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571906336
    },
    "re_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571908992
    },
    "re_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571906464
    },
    "re_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571907968
    },
    "re_intr_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571907376
    },
    "re_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571904624
    },
    "re_jumbo_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571913856
    },
    "re_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584940048
    },
    "re_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571902656
    },
    "re_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571903216
    },
    "re_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571903040
    },
    "re_netmap_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571920352
    },
    "re_netmap_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571919328
    },
    "re_netmap_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571918304
    },
    "re_netmap_txsync.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610812664
    },
    "re_netmap_txsync.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610812660
    },
    "re_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571914256
    },
    "re_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609107344
    },
    "re_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609107320
    },
    "re_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609107096
    },
    "re_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571892256
    },
    "re_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571903808
    },
    "re_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571903488
    },
    "re_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571902000
    },
    "re_rx_list_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571912880
    },
    "re_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571915504
    },
    "re_set_rxmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571911728
    },
    "re_setwol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571921040
    },
    "re_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571902496
    },
    "re_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571906176
    },
    "re_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571915152
    },
    "re_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571911968
    },
    "re_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571901840
    },
    "re_sysctl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571908112
    },
    "re_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571913568
    },
    "re_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571914752
    },
    "reachable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "read": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "readEepromRawPowerCalInfo2413.wordsForPdgains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156240
    },
    "readHeaderInfo.headerOffset3_0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584187008
    },
    "readHeaderInfo.headerOffset3_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584187040
    },
    "readSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "read_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "reg_addr"
        }
      },
      "address": 0
    },
    "read_arb_addr": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "arb_line"
        }
      },
      "address": 18446744071585506064
    },
    "read_arb_data": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "arb_line"
          }
        }
      },
      "address": 18446744071585506400
    },
    "read_aux_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580444160
    },
    "read_aux_data_no_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580444432
    },
    "read_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "read_card_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568886944
    },
    "read_checksum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "read_chunk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "read_chunk_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569109760
    },
    "read_cim_ibq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569084896
    },
    "read_cim_obq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569085104
    },
    "read_clocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575955392
    },
    "read_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "read_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_read_config_t"
        }
      },
      "address": 0
    },
    "read_controller_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580443440
    },
    "read_cpu_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575110496
    },
    "read_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "read_doorbell": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "read_dsfield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765392
    },
    "read_fcf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_fcoe_read_fcf_table_t"
        }
      },
      "address": 0
    },
    "read_filter_mode_and_ingress_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569030608
    },
    "read_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569063760
    },
    "read_from_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569107040
    },
    "read_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "read_hi": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "read_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568887504
    },
    "read_kbd_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580443648
    },
    "read_kbd_data_no_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580443920
    },
    "read_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "read_lock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "read_machclk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576764320
    },
    "read_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609805400
    },
    "read_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609805404
    },
    "read_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "read_nvparms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_read_nvparms_t"
        }
      },
      "address": 0
    },
    "read_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "read_op_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "read_opcode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "read_random": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571885104
    },
    "read_random_bypassed_before_seeding": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610791544
    },
    "read_random_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571884304
    },
    "read_reg_e1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585557312
    },
    "read_reg_e1h": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585557316
    },
    "read_reg_e2": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585557324
    },
    "read_reg_e3": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585557332
    },
    "read_reg_e3b0": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585557340
    },
    "read_rev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_read_rev_t"
        }
      },
      "address": 0
    },
    "read_sge_debug_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569102304
    },
    "read_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "read_sparm64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_read_sparm64_t"
        }
      },
      "address": 0
    },
    "read_topo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_read_topology_t"
        }
      },
      "address": 0
    },
    "read_vf_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568844272
    },
    "readable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "readblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579817632
    },
    "readbytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "readcmd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "readcn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "readcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "readcount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "readcpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "readde": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573950096
    },
    "readep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573949824
    },
    "readindir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580011744
    },
    "readlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "readonly": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "readop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "readptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "readsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "readsuper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579954112
    },
    "readwait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ready": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "readzeros": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "real_mtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "real_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "real_qp0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "realbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "realdev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "realexslp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "realitexpire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575701856
    },
    "realloc": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071575416544
    },
    "reallocating": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reallocf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575416752
    },
    "reallock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lockf_entry"
        }
      },
      "address": 0
    },
    "realmem": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613454472
    },
    "realstathz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210612
    },
    "realtek_model_pin_patches": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "hdaa_model_pin_patch_t"
        }
      },
      "address": 18446744071584996592
    },
    "realtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "realtimer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575709680
    },
    "realtimer_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575710448
    },
    "realtimer_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575710848
    },
    "realtimer_expire_l": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575702944
    },
    "realtimer_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575710624
    },
    "realtimer_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575709712
    },
    "reap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "reap_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575494352
    },
    "reap_getpids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575494656
    },
    "reap_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575495456
    },
    "reap_kill_proc_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575500048
    },
    "reap_kill_sapblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498336
    },
    "reap_kill_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575500480
    },
    "reap_kill_sched_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575500752
    },
    "reap_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575494400
    },
    "reap_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575494464
    },
    "reaper": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "reaper_abandon_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575271312
    },
    "reason": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "reason_code": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "reassign_blocks_process_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATI_REASSIGN_BLOCKS_PROCESSING_STATE_T"
        }
      },
      "address": 0
    },
    "reassignbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576524272
    },
    "reassoc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reattach": {
      "type": {
        "kind": "struct",
        "name": "workhead"
      },
      "address": 0
    },
    "rebalance": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609728448
    },
    "reboot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reboot_wait_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802960
    },
    "rebooting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802624
    },
    "rebuild": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rebuild_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577105536
    },
    "rebuild_fd_flm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577109328
    },
    "rebuild_lba64": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mca_internal"
        }
      },
      "address": 0
    },
    "rec1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsearch4_record"
        }
      },
      "address": 0
    },
    "rec2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsearch4_record"
        }
      },
      "address": 0
    },
    "rec_node_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rec_node_part_number": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rec_time": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recalled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recallp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclrecalllayout"
        }
      },
      "address": 0
    },
    "recalltype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "receive_errors": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "received": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recent_base_days": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recent_base_year": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recent_nf_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recent_tx": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "recip": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "recipe_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reclaim": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "reclaim_nc_src": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "reclaim_ofl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reclaim_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579326288
    },
    "reclaim_pv_chunk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581520304
    },
    "reclaim_tx_descs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568959328
    },
    "reclaimable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reclaimed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "reclen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recoff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "recon": {
      "type": {
        "kind": "struct",
        "name": "rpc_reconupcall"
      },
      "address": 0
    },
    "record": {
      "type": {
        "kind": "struct",
        "name": "mca_record"
      },
      "address": 0
    },
    "record_has_sources": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "record_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "record_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "record_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "records": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recover": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "recover_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "recover_done_time": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recover_from_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580454304
    },
    "recoverable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "recovered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recovered_one": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "recovery_mode": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "recoveryccb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recp_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sw_recipe"
        }
      },
      "address": 0
    },
    "recps": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sw_recipe"
        }
      },
      "address": 0
    },
    "recptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "recrypt_csp": {
      "type": {
        "kind": "struct",
        "name": "crypto_session_params"
      },
      "address": 0
    },
    "recsize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "recslen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recsrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rect": {
      "type": {
        "kind": "struct",
        "name": "teken_rect_t"
      },
      "address": 0
    },
    "recursed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "recursive_forced_unmount": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613043104
    },
    "recursiveflushes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041760
    },
    "recv_inval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577180176
    },
    "recv_opcode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "recv_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recv_vf_version": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_version_info"
        }
      },
      "address": 0
    },
    "recvlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "recwin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "recycle_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recycled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "recycles_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613045840
    },
    "recycles_free_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613045848
    },
    "red": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "red_addq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576751088
    },
    "red_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576749792
    },
    "red_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576750816
    },
    "red_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "red_getq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576752016
    },
    "red_getstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576751008
    },
    "red_pkttime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "redbits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reddst6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "redest": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "redisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_fcoe_rediscover_fcf_t"
        }
      },
      "address": 0
    },
    "redo": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "redo_ip4": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "redo_ip6": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "redo_rank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574732464
    },
    "redrv_data": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "redrv_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "redrv_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "redtgt6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "reduce_pow": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reducerThreshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reduction": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584048000
    },
    "ref": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "refClk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "refClock": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "refDivA": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ref_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ref_in_end_stripe": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ref_in_start_stripe": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ref_inc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ref_tag_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "refbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "refcnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "refcount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reference": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "refill": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "refill_fl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568946480
    },
    "refill_rx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "refill_sfl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568948768
    },
    "refp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsreferral"
        }
      },
      "address": 0
    },
    "refs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "segbasereg32"
        }
      },
      "address": 0
    },
    "reg1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_shm_reg"
        }
      },
      "address": 0
    },
    "reg10": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg40": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg44": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reg48": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reg4a": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reg54": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg57": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reg71": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reg76": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reg9858": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg985c": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg9868": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regAddr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "regBeacon": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regCapOffsetPost4_0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regCapOffsetPre4_0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regChainOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regDmn2Ghz11gFreq": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_FREQ_BAND"
        }
      },
      "address": 18446744071608358672
    },
    "regDmn2Ghz11gTurboFreq": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_FREQ_BAND"
        }
      },
      "address": 18446744071608359376
    },
    "regDmn2GhzFreq": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_FREQ_BAND"
        }
      },
      "address": 18446744071608358064
    },
    "regDmn5GhzFreq": {
      "type": {
        "count": 67,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_FREQ_BAND"
        }
      },
      "address": 18446744071608356448
    },
    "regDmn5GhzTurboFreq": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_FREQ_BAND"
        }
      },
      "address": 18446744071608355728
    },
    "regDomainPairs": {
      "type": {
        "count": 79,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_PAIR_MAPPING"
        }
      },
      "address": 18446744071584188640
    },
    "regDomains": {
      "type": {
        "count": 54,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "REG_DOMAIN"
        }
      },
      "address": 18446744071608360032
    },
    "regHold": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "regList": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "regMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regOffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regStart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "regVal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regWrites": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_PMU1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_PMU2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_adda": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "reg_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "reg_addrs": {
      "type": {
        "count": 1816,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_addr"
        }
      },
      "address": 18446744071585528256
    },
    "reg_bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_block": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_bp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_clc_I0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_clc_Q0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_cu": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg_data2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg_elem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_vlan_mac_registry_elem"
        }
      },
      "address": 0
    },
    "reg_fcfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_reg_fcfi_t"
        }
      },
      "address": 0
    },
    "reg_fcfi_mrq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_reg_fcfi_mrq_t"
        }
      },
      "address": 0
    },
    "reg_field": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_fis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "reg_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_shm_reg_head"
        }
      },
      "address": 0
    },
    "reg_high": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reg_hold": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "reg_icr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_id": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "reg_local_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_mif_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071609971840
    },
    "reg_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_offset_en5": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_offset_range": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_get_regs_t"
        }
      },
      "address": 0
    },
    "reg_phy_ext": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg_phy_int": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_pmu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_pmu1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_pmu1_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_pmu2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_pmu2_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_ranges": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "reg_ranges_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_rctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_rdw_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_reg_rdw_t"
        }
      },
      "address": 0
    },
    "reg_rf2g5_org": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_rpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_reg_rpi_t"
        }
      },
      "address": 0
    },
    "reg_set": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "elink_reg_set"
        }
      },
      "address": 0
    },
    "reg_slice": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_txpower_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reg_usb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reg_val_aq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reg_vfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_reg_vfi_t"
        }
      },
      "address": 0
    },
    "reg_vpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_reg_vpi_t"
        }
      },
      "address": 0
    },
    "reg_writes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regbase": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regdump_len32": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regenSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "regen_tmpaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578169408
    },
    "regh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reghdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "regid_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "regidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "region": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "flt_region"
        }
      },
      "address": 0
    },
    "register_acpi_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820624
    },
    "register_fb_wrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436768
    },
    "register_fis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "register_handlers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "register_inetaddr_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841360
    },
    "register_legacy_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582259360
    },
    "register_msix_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582259808
    },
    "register_netdevice_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841024
    },
    "register_send.sin6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609971972
    },
    "register_sim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582222992
    },
    "register_tcp_functions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577894128
    },
    "register_tcp_functions_as_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577894064
    },
    "register_tcp_functions_as_names": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577893152
    },
    "register_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "registered": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "registered_toedevs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059752
    },
    "regl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reglen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regmap": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "count": 7,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "sli4_reg_t"
          }
        }
      },
      "address": 18446744071584904816
    },
    "regmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regmodrm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rego": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "regpair": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "REG_DMN_PAIR_MAPPING"
        }
      },
      "address": 0
    },
    "regreq": {
      "type": {
        "kind": "struct",
        "name": "nmreq_register"
      },
      "address": 0
    },
    "regression_securelevel_nonmonotonic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "regs0": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_val"
        }
      },
      "address": 18446744071584702304
    },
    "regs1": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_val"
        }
      },
      "address": 18446744071608428320
    },
    "regs2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource"
        }
      },
      "address": 0
    },
    "regs_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "regs_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regs_id2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regs_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "regset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "regset"
        }
      },
      "address": 0
    },
    "regset_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "regset"
          }
        }
      },
      "address": 0
    },
    "regset_i386_segbases": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071610215456
    },
    "regset_segbases": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071610193416
    },
    "regset_segbases32": {
      "type": {
        "kind": "struct",
        "name": "regset"
      },
      "address": 18446744071610193448
    },
    "regsetp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "regset"
          }
        }
      },
      "address": 0
    },
    "regsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "regtree_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613140616
    },
    "regulatory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "regval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "regvalue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reinit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reinit_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reinitialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580478288
    },
    "reinsert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573936688
    },
    "rejbyte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reject": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "rekey": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Rel"
        }
      },
      "address": 0
    },
    "relRow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rel_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rel_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rel_pd_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rel_rep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_DIAG_RELEASE_REPLY"
        }
      },
      "address": 0
    },
    "rel_sec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rel_sets": {
      "type": {
        "kind": "struct",
        "name": "cf_setting_lst"
      },
      "address": 0
    },
    "rel_slots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rela": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Rela"
        }
      },
      "address": 0
    },
    "relalim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Rela"
        }
      },
      "address": 0
    },
    "relations": {
      "type": {
        "kind": "struct",
        "name": "pci_bus_relations"
      },
      "address": 0
    },
    "relative_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "relchns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572503728
    },
    "release": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "release_aps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581341328
    },
    "release_clip_entry_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568744688
    },
    "release_nhop_epoch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577109696
    },
    "release_scratch_buff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569060944
    },
    "release_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "release_tid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568788528
    },
    "release_xri": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_release_xri_t"
        }
      },
      "address": 0
    },
    "released": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "reles": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "relevant_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rellim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Rel"
        }
      },
      "address": 0
    },
    "reload_cs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413391
    },
    "reloaded": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "relocate_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582326176
    },
    "relocate_file1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582327328
    },
    "relocate_file1.43": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575786048
    },
    "relock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "relocs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "relofs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "relookup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rels": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "relsim_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rem_bcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rem_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rem_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rem_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rem_mcg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rem_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rem_res_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579133728
    },
    "rem_segs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rem_slave_vlans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579118128
    },
    "rem_vsi_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "remain": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "remain32": {
      "type": {
        "kind": "struct",
        "name": "timespecx32"
      },
      "address": 0
    },
    "remain_flash_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remain_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "remainder": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "remainder_buf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "remaining": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "remainingInput": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "remainingSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "remainingSrcSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "remainingToFlush": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "remaining_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remaining_buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remaining_bytes_in_current_sgl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remaining_csum_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remaining_slots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "remaining_sum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "remaininglifetime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "remap_rf_atten": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "remote_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "remote_device_memory_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "remote_device_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remote_devices_to_be_reset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remote_node_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remote_node_group": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_remote_node_group_t"
        }
      },
      "address": 0
    },
    "remote_node_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "remote_sparms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_plogi_payload_t"
        }
      },
      "address": 0
    },
    "remote_wwpn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "removable": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "remove_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "map_removal_table"
        }
      },
      "address": 0
    },
    "remove_from_clients": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579271936
    },
    "remove_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "remove_leading_zeros": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "remove_list": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "remove_list_head": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "remove_lle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "remove_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579308000
    },
    "remove_promisc_qp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579053456
    },
    "remove_rule": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "removed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "pqi_scsi_dev_t"
          }
        }
      },
      "address": 0
    },
    "removed_entry": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "removede": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573950128
    },
    "remtime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rename_restarts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298408
    },
    "rend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "renew": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reorder_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609890712
    },
    "reorder_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609890716
    },
    "rep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "repBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "repCode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repCurrent": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "repEnd2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "repIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repIndex2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repLen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "repLength2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "repMatch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "repMatch2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "repMatchEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "repOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repStartValue": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584079396
    },
    "rep_offset1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rep_offset2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repbody": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "repc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repeat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "repeatCost": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "repeats": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "replace": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "replacing": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "replay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "replay.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "replay_bitmap": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "replay_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "replay_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579642624
    },
    "replay_freecache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579642272
    },
    "replay_newcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641584
    },
    "replay_prune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641936
    },
    "replay_setreply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579643536
    },
    "replay_setsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641776
    },
    "replay_timer": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reply": {
      "type": {
        "kind": "struct",
        "name": "virtchnl_vf_resource"
      },
      "address": 0
    },
    "reply_baddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reply_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "_MPI2_REPLY_DESCRIPTORS_UNION"
        }
      },
      "address": 0
    },
    "reply_desc_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reply_descript_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reply_dscrm": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "xdr_discrim"
        }
      },
      "address": 18446744071585396208
    },
    "reply_frame": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_DEFAULT_REPLY"
        }
      },
      "address": 0
    },
    "reply_left": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reply_msg": {
      "type": {
        "kind": "struct",
        "name": "rpc_msg"
      },
      "address": 0
    },
    "reply_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reply_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "replylen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "repmsg": {
      "type": {
        "kind": "struct",
        "name": "rpc_msg"
      },
      "address": 0
    },
    "repne": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "report": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "report_alive_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575284016
    },
    "report_frequency": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "report_general_response": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SMP_RESPONSE_REPORT_GENERAL_T"
        }
      },
      "address": 0
    },
    "report_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "report_lun_header": {
      "type": {
        "kind": "struct",
        "name": "reportlun_header_t"
      },
      "address": 0
    },
    "report_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "report_operation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578424800
    },
    "report_phy_sata": {
      "type": {
        "kind": "struct",
        "name": "SMP_REQUEST_T"
      },
      "address": 0
    },
    "report_phy_sata_response": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SMP_RESPONSE_REPORT_PHY_SATA_T"
        }
      },
      "address": 0
    },
    "report_real_len": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "report_route_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577138032
    },
    "report_sel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "report_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "report_soft_formats": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609187816
    },
    "report_soft_matrix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609187936
    },
    "report_speeds": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "report_timer_expired": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "report_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "report_types": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "reportbuf": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585086353
    },
    "reported": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reported_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "repp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "reprobe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reps": {
      "type": {
        "kind": "struct",
        "name": "repcodes_t"
      },
      "address": 0
    },
    "req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_chanmsg_chfree"
        }
      },
      "address": 0
    },
    "req2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone_addreq_v2"
        }
      },
      "address": 0
    },
    "req32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_bits": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071584156192
    },
    "req_class": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_clear_inodedeps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298156
    },
    "req_clear_remove": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298152
    },
    "req_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_cpus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_desc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "req_desc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "MRSAS_REQUEST_DESCRIPTOR_UNION"
        }
      },
      "address": 0
    },
    "req_domain_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_endianness": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_features": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_request_features_t"
        }
      },
      "address": 0
    },
    "req_fec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "req_fec_string": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "req_id": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "req_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_line_speed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "req_list_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_nr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_num_entries_log2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_phy": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "req_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_prod_local": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_rx": {
      "type": {
        "kind": "struct",
        "name": "hwrm_ring_cmpl_ring_cfg_aggint_params_input"
      },
      "address": 0
    },
    "req_sg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "req_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "req_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "req_tx": {
      "type": {
        "kind": "struct",
        "name": "hwrm_ring_cmpl_ring_cfg_aggint_params_input"
      },
      "address": 0
    },
    "req_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "req_vectors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reqblock": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "reqbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "reqbuf": {
      "type": {
        "kind": "struct",
        "name": "ocs_dma_t"
      },
      "address": 0
    },
    "reqcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reqcr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reqdata": {
      "type": {
        "kind": "struct",
        "name": "iic_reqbus_data"
      },
      "address": 0
    },
    "reqhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_CONFIG_PAGE_HEADER"
        }
      },
      "address": 0
    },
    "reqid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reqin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reqlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "reqlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbb_xen_reqlist"
        }
      },
      "address": 0
    },
    "reqna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_pipe_adapter"
        }
      },
      "address": 0
    },
    "reqout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_vss_req_internal"
        }
      },
      "address": 0
    },
    "reqprot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reqsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reqsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "request": {
      "type": {
        "kind": "struct",
        "name": "pqisrc_raid_req_t"
      },
      "address": 0
    },
    "request_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "request_buffer_length_in_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "request_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "request_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579949520
    },
    "request_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "request_feature_abs_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "request_feature_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "request_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "request_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_MEMORY"
        }
      },
      "address": 0
    },
    "request_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "request_reinit": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "request_sense_cdb": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "request_subch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requestcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "requested": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_fc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_ls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_rx_itr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "requested_tx_itr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_vector": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_vfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requested_vlan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "requester": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "requestid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "requeue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_requeue_xri_wqe_t"
        }
      },
      "address": 0
    },
    "requeue_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "required": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "required_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "required_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reroot_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609709656
    },
    "reroot_conf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575590368
    },
    "reroot_conf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609709032
    },
    "res": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "res1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "res2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OBJECT"
        }
      },
      "address": 0
    },
    "res32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "res4": {
      "type": {
        "kind": "struct",
        "name": "nlm4_res"
      },
      "address": 0
    },
    "resCount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "res_abort_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579128608
    },
    "res_alloc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource_allocator"
        }
      },
      "address": 0
    },
    "res_arr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "res_common"
          }
        }
      },
      "address": 0
    },
    "res_assigned": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_resources_assigned"
        }
      },
      "address": 0
    },
    "res_assigned2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_resources_assigned2"
        }
      },
      "address": 0
    },
    "res_div": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "res_end_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579128368
    },
    "res_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575903088
    },
    "res_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "res_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "res_n": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "res_next": {
      "type": {
        "kind": "enum",
        "name": "fault_next_status"
      },
      "address": 0
    },
    "res_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_res_common_create_queue_t"
        }
      },
      "address": 0
    },
    "res_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_child_message"
        }
      },
      "address": 0
    },
    "res_s": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "res_s_modulo": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "res_scale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "res_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "res_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "res_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "res_types": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "rescale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "resched": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "resched_sigs": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "reschedule": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "reschedule_signals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575598240
    },
    "rescheduled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reservation": {
      "type": {
        "kind": "struct",
        "name": "xen_memory_reservation"
      },
      "address": 0
    },
    "reserve": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reserved": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reserved_buf": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "reserved_from_bot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reserved_from_top": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reserved_mac": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584806470
    },
    "reserved_teken_stat": {
      "type": {
        "kind": "struct",
        "name": "teken_stat"
      },
      "address": 18446744071610813376
    },
    "reserved_term_stat": {
      "type": {
        "kind": "struct",
        "name": "term_stat"
      },
      "address": 18446744071610813304
    },
    "reset": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "resetFreqBin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "reset_adapter": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071568882048
    },
    "reset_adapter_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568869744
    },
    "reset_agent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reset_alpa": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reset_aux_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580445792
    },
    "reset_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "reset_code": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reset_d": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576784640
    },
    "reset_dbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581395088
    },
    "reset_dsp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "reset_gpio": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "reset_gpios": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "reset_kbd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580445280
    },
    "reset_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reset_mask1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reset_mask2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reset_message": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "reset_param": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reset_phase": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reset_pin": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "reset_qkey_viols": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reset_reg": {
      "type": {
        "kind": "union",
        "name": "pqi_reset_reg_t"
      },
      "address": 0
    },
    "reset_required": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reset_seeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567531120
    },
    "reset_skip_entity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569066416
    },
    "reset_system": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569147536
    },
    "reset_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890640
    },
    "reset_time_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890656
    },
    "reset_tq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071610625928
    },
    "reset_type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "reset_wd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "resettodr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575955824
    },
    "resettodr_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071612554936
    },
    "resettodr_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609691848
    },
    "resfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_pkt"
        }
      },
      "address": 0
    },
    "resid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "resid_orig": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "resid_sgptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "resident": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "residp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "residual": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "residue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "resizeWorkspace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reslist_buffer": {
      "type": {
        "kind": "struct",
        "name": "ACPI_BUFFER"
      },
      "address": 0
    },
    "reslist_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "reslist_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "reslist_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ACPI_OBJECT"
        }
      },
      "address": 0
    },
    "resmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_DMAR_RESERVED_MEMORY"
        }
      },
      "address": 0
    },
    "resname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "resolution": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "resolves": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "resource": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_RESOURCE"
        }
      },
      "address": 0
    },
    "resource_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "resource_disabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575902512
    },
    "resource_find_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575902384
    },
    "resource_find_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575902096
    },
    "resource_init_map_request_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839216
    },
    "resource_int_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575901456
    },
    "resource_list_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839696
    },
    "resource_list_add_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839392
    },
    "resource_list_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575840304
    },
    "resource_list_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839904
    },
    "resource_list_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575840032
    },
    "resource_list_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839648
    },
    "resource_list_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839296
    },
    "resource_list_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839264
    },
    "resource_list_print_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575841952
    },
    "resource_list_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575842192
    },
    "resource_list_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575841072
    },
    "resource_list_release_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575841664
    },
    "resource_list_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575840176
    },
    "resource_list_reserved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575839968
    },
    "resource_list_unreserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575841840
    },
    "resource_long_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575901680
    },
    "resource_string_copy.offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612909536
    },
    "resource_string_copy.stringbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612909280
    },
    "resource_string_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575901904
    },
    "resource_unset_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575902560
    },
    "resourcenames": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dict"
        }
      },
      "address": 18446744071585175808
    },
    "resourcestr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_get_wake_reason_completion"
        }
      },
      "address": 0
    },
    "resp_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "resp_buf_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "resp_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ksocket_accept"
        }
      },
      "address": 0
    },
    "resp_ex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "resp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "resp_sense_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "resp_v2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "resp_xfer_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "resplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "response": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_io_response"
        }
      },
      "address": 0
    },
    "response_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_SSP_RESPONSE_IU_T"
        }
      },
      "address": 0
    },
    "response_bytes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "response_code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "response_data": {
      "type": {
        "count": 120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "response_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SMP_RESPONSE_HEADER_T"
        }
      },
      "address": 0
    },
    "response_info": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "resptype_seen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rest": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "restToBeat": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "restart": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "restart_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575980512
    },
    "restart_ctrlq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568652512
    },
    "restart_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "restart_offloadq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568651936
    },
    "restart_ratectl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "restart_vaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577363040
    },
    "restarts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "restore": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "restore_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580454224
    },
    "restore_current_port_types": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579024048
    },
    "restore_scrn_saver_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572757104
    },
    "restore_tpctl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "restore_wp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298208
    },
    "restored": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "restoreflags": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "result": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "result_buf": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "result_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "result_line": {
      "type": {
        "count": 520,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "result_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "result_string": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "results": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "resume_TSC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581350256
    },
    "resume_all_fs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576496304
    },
    "resume_all_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575481648
    },
    "resume_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575981376
    },
    "resume_frames": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612444416
    },
    "resume_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613150248
    },
    "resumeclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575120704
    },
    "resumectx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581365104
    },
    "resuming_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071613445072
    },
    "resurrection": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "resyncing": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retCode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retVal": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "ret_buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ret_buff_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ret_code": {
      "type": {
        "kind": "enum",
        "name": "i40e_status_code"
      },
      "address": 0
    },
    "ret_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_rl_entry"
        }
      },
      "address": 0
    },
    "ret_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret_from_pending": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret_from_reset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ret_next_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ret_next_table": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ret_status": {
      "type": {
        "kind": "enum",
        "name": "ice_status"
      },
      "address": 0
    },
    "ret_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ret_wait": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ret_worker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "crypto_ret_worker"
        }
      },
      "address": 0
    },
    "reta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retacl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retaste": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retaste_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retattrbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "retbitp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsattrbit_t"
        }
      },
      "address": 0
    },
    "retbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "retbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "retcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retcode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retdata_str": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "reterr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retext": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "retkva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "retlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "retlt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addrlifetime"
        }
      },
      "address": 0
    },
    "retmsg": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "retname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "retnes": {
      "type": {
        "kind": "struct",
        "name": "nfsexstuff"
      },
      "address": 0
    },
    "retnotsup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retnump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "retnvl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "retnvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvpair_t"
        }
      },
      "address": 0
    },
    "retok": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "retonclose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retops": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retopsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "retp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "retr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "retrans": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retransmit_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retriable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "retried": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retried_start_lldp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610103460
    },
    "retrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvcache"
        }
      },
      "address": 0
    },
    "retry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_attempt": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "retry_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_flush_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_line": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421776
    },
    "retry_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "retry_pindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "retry_prot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "retry_rx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_scheduled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_task": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retry_tx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retry_wait_duration": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retrycnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "retune_req": {
      "type": {
        "kind": "enum",
        "name": "mmc_retune_req"
      },
      "address": 0
    },
    "return_all_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "return_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "return_val": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "returned_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "returned_sense_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "returnmask": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "retv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "retvalptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "retvalue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "reuseport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "reuseport_lb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rev_check": {
      "type": {
        "kind": "struct",
        "name": "aac_rev_check"
      },
      "address": 0
    },
    "rev_check_resp": {
      "type": {
        "kind": "struct",
        "name": "aac_rev_check_resp"
      },
      "address": 0
    },
    "rev_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rev_no": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "revent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "revents": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "revert_snaplock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579822160
    },
    "revid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "revision": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "revisionid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "revokecnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "revstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rewrite": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rexmit_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rexmit_percent": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rexmt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rf": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rf22": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rf24": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rf52": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rf7a": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rf7b": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rf9330_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108512
    },
    "rf9330_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568108496
    },
    "rfDelay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfMaxTime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfMode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfPeriod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfPloSel": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rfPwdXpd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rfReg": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rfStatus": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "rfWaitI": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfWaitS": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfXpdGain": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "rfXpdGainFixed": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rfXpdSel": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rf_ac": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rf_atten": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rf_atten_adj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rf_atten_init_list": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584696160
    },
    "rf_atten_lim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rf_atten_list": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584696096
    },
    "rf_calibvals": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584047680
    },
    "rf_chan_ex": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rf_d": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rf_gain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rf_gain_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rf_lo_adjust": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bwi_rf_lo"
        }
      },
      "address": 18446744071584034784
    },
    "rf_lo_measure_order": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584696224
    },
    "rf_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rf_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rf_vals": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rfa": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfc1042_header": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585322032
    },
    "rfctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfdelta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rfe": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rffid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcct_rffid_req_t"
        }
      },
      "address": 0
    },
    "rfilt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfini": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585080960
    },
    "rfini1": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585079008
    },
    "rfini2": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585079040
    },
    "rfini3": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585079088
    },
    "rfini_1": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585079520
    },
    "rfini_2": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rfini_part1": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rfini_part2": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rfini_part3": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rfkill": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rflags": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rflp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclflayout"
        }
      },
      "address": 0
    },
    "rfmts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_pkt"
        }
      },
      "address": 0
    },
    "rfprog": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_9fe783de181ddb8a"
        }
      },
      "address": 18446744071585081024
    },
    "rfr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rfr_78": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rfreevnodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rfsc": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585079696
    },
    "rfsilent": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rfsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rftid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcct_rftid_req_t"
        }
      },
      "address": 0
    },
    "rg_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_recp_grp_entry"
        }
      },
      "address": 0
    },
    "rgb": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rgephy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rgephy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570315920
    },
    "rgephy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608512040
    },
    "rgephy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584857344
    },
    "rgephy_linkup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570319936
    },
    "rgephy_load_dspcode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570320208
    },
    "rgephy_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570319696
    },
    "rgephy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584857216
    },
    "rgephy_mii_phy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570319344
    },
    "rgephy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608511992
    },
    "rgephy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608511968
    },
    "rgephy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608511928
    },
    "rgephy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570315888
    },
    "rgephy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570318080
    },
    "rgephy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570316304
    },
    "rgephy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570317184
    },
    "rgephys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584857296
    },
    "rgid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_gid"
        }
      },
      "address": 0
    },
    "rgroup": {
      "type": {
        "kind": "struct",
        "name": "wpi_eeprom_group"
      },
      "address": 0
    },
    "rgt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "rh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rib_head"
        }
      },
      "address": 0
    },
    "rh_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rh_dst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rib_head"
        }
      },
      "address": 0
    },
    "rh_port": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rh_src": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rib_head"
        }
      },
      "address": 0
    },
    "rhlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rhpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rhs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rhs_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rhs_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_id_descriptor"
        }
      },
      "address": 0
    },
    "rhs_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_id_descriptor"
        }
      },
      "address": 0
    },
    "rht": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "root_hold_token"
        }
      },
      "address": 0
    },
    "ri": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ri_pad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_rxd_info_pad"
        }
      },
      "address": 0
    },
    "ria": {
      "type": {
        "kind": "struct",
        "name": "rmrr_iter_args"
      },
      "address": 0
    },
    "rib4_augment_nh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709088
    },
    "rib4_set_nh_pfxflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577708976
    },
    "rib6_augment_nh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578084304
    },
    "rib6_set_nh_pfxflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578084240
    },
    "rib_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577117984
    },
    "rib_add_default_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577123344
    },
    "rib_add_redirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577072640
    },
    "rib_add_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577114704
    },
    "rib_add_route_px": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577111136
    },
    "rib_can_4o6_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110208
    },
    "rib_change_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577116240
    },
    "rib_copy_kernel_routes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577125872
    },
    "rib_copy_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577114064
    },
    "rib_decompose_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577121664
    },
    "rib_del_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577115648
    },
    "rib_del_route_px": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577113072
    },
    "rib_del_route_px_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577113008
    },
    "rib_destroy_subscriptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128416
    },
    "rib_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bsearch4_record"
        }
      },
      "address": 0
    },
    "rib_flush_routes_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577118608
    },
    "rib_foreach_table_walk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577121184
    },
    "rib_foreach_table_walk_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577121424
    },
    "rib_handle_ifaddr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577124864
    },
    "rib_init_subscriptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128384
    },
    "rib_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577121600
    },
    "rib_lookup_prefix_plen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110784
    },
    "rib_match_gw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110400
    },
    "rib_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577127552
    },
    "rib_print_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577124832
    },
    "rib_print_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577111616
    },
    "rib_subscribe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577127648
    },
    "rib_subscribe_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577127776
    },
    "rib_subscribe_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577127968
    },
    "rib_unsubscribe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128096
    },
    "rib_unsubscribe_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128272
    },
    "rib_walk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577120784
    },
    "rib_walk_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577118048
    },
    "rib_walk_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577120592
    },
    "rib_walk_ext_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577120432
    },
    "rib_walk_ext_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577120320
    },
    "rib_walk_from": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577120944
    },
    "ribs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rid0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rid_off": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rid_stride": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ridx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ridx2rate": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585057632
    },
    "rifma": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifmultiaddr"
        }
      },
      "address": 0
    },
    "right": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "right_button": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "right_i": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "right_to_index.bit2idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585182816
    },
    "right_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rightcap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rights": {
      "type": {
        "kind": "struct",
        "name": "cap_rights_t"
      },
      "address": 0
    },
    "rijndael-alg-fst.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rijndael-api-fst.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rijndael-api.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rijndaelDecrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566996848
    },
    "rijndaelEncrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566995936
    },
    "rijndaelKeySetupDec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566995392
    },
    "rijndaelKeySetupEnc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566994720
    },
    "rijndael_blockDecrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567000064
    },
    "rijndael_blockEncrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566998016
    },
    "rijndael_cipherInit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566997936
    },
    "rijndael_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567002048
    },
    "rijndael_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567002080
    },
    "rijndael_makeKey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566997760
    },
    "rijndael_padDecrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567001344
    },
    "rijndael_padEncrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566999264
    },
    "rijndael_set_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567001984
    },
    "rin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "rin6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "rindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rinfo": {
      "type": {
        "kind": "struct",
        "name": "rib_rtable_info"
      },
      "address": 0
    },
    "ring": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ring_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ring_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ring_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ring_fl_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568947648
    },
    "ring_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ring_in": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ring_ind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ring_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ring_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "ring_mem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ring_n": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ring_nm_txq_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568908064
    },
    "ring_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "ring_nr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ring_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ring_page_order": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ring_prod": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ring_ref_name": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ring_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blkif_request_t"
        }
      },
      "address": 0
    },
    "ring_req32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blkif_x86_32_request"
        }
      },
      "address": 0
    },
    "ring_req64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blkif_x86_64_request"
        }
      },
      "address": 0
    },
    "ring_req_storage": {
      "type": {
        "kind": "struct",
        "name": "blkif_request_t"
      },
      "address": 0
    },
    "ring_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ring_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ring_states": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585235440
    },
    "rings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "blkif_back_rings_t"
        }
      },
      "address": 0
    },
    "rings_p_up": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rintlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rio_addq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576753008
    },
    "rio_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576752112
    },
    "rio_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576752656
    },
    "rio_getq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576753888
    },
    "rio_getstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576752704
    },
    "rip": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rip6_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578221712
    },
    "rip6_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578220272
    },
    "rip6_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578221728
    },
    "rip6_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578221552
    },
    "rip6_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578220736
    },
    "rip6_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578217408
    },
    "rip6_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578217504
    },
    "rip6_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578220592
    },
    "rip6_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578221488
    },
    "rip6_inp_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578217216
    },
    "rip6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578216144
    },
    "rip6_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609974224
    },
    "rip6_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578217904
    },
    "rip6_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578221568
    },
    "rip6stat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578083552
    },
    "rip_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577781408
    },
    "rip_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577777472
    },
    "rip_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577779792
    },
    "rip_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577781440
    },
    "rip_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577781232
    },
    "rip_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577780656
    },
    "rip_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577778528
    },
    "rip_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577777888
    },
    "rip_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577782112
    },
    "rip_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577780272
    },
    "rip_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577781184
    },
    "rip_dodisconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577782736
    },
    "rip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577782048
    },
    "rip_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609927600
    },
    "rip_inp_match1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577777408
    },
    "rip_inp_match2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577777808
    },
    "rip_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577776672
    },
    "rip_pcblist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577782160
    },
    "rip_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609927288
    },
    "rip_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609926912
    },
    "rip_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577778560
    },
    "rip_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609926792
    },
    "rip_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577781264
    },
    "ripcbstor": {
      "type": {
        "kind": "struct",
        "name": "inpcbstorage"
      },
      "address": 18446744071609927536
    },
    "ripcbstor_inpcb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577782016
    },
    "ripcbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927032
    },
    "ripcbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927056
    },
    "ripsrc": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "rirb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdac_rirb"
        }
      },
      "address": 0
    },
    "rirb_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdac_rirb"
        }
      },
      "address": 0
    },
    "rirbctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rirbpaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rirbsize": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rirbsts": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rirbwp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rix1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rix2": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rix3": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rix_mcs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rjt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fc_ls_rjt_payload_t"
        }
      },
      "address": 0
    },
    "rk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "procctl_reaper_kill"
        }
      },
      "address": 0
    },
    "rl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rl8139_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rl_add_syctl_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577882160
    },
    "rl_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571923840
    },
    "rl_cardbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609108080
    },
    "rl_cardbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609108056
    },
    "rl_cardbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609107776
    },
    "rl_clrwol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571930384
    },
    "rl_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rl_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571926416
    },
    "rl_devs": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rl_type"
        }
      },
      "address": 18446744071584941872
    },
    "rl_did": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rl_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571931184
    },
    "rl_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609107992
    },
    "rl_entry_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612801968
    },
    "rl_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571932688
    },
    "rl_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571929136
    },
    "rl_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571928976
    },
    "rl_ifnet_arrives": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613059824
    },
    "rl_ifnet_departs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613059816
    },
    "rl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577708736
    },
    "rl_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571931472
    },
    "rl_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571930576
    },
    "rl_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571929312
    },
    "rl_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584941712
    },
    "rl_mii_bitbang_ops": {
      "type": {
        "kind": "struct",
        "name": "mii_bitbang_ops"
      },
      "address": 18446744071584942256
    },
    "rl_mii_bitbang_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571936544
    },
    "rl_mii_bitbang_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571936592
    },
    "rl_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571927904
    },
    "rl_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571928272
    },
    "rl_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571928112
    },
    "rl_params": {
      "type": {
        "kind": "union",
        "name": "if_snd_tag_modify_params"
      },
      "address": 0
    },
    "rl_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609107944
    },
    "rl_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609107920
    },
    "rl_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609107680
    },
    "rl_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571922896
    },
    "rl_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "rl_prof_elem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_rl_profile_info"
        }
      },
      "address": 0
    },
    "rl_prof_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rl_prof_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_rl_profile_info"
        }
      },
      "address": 0
    },
    "rl_prof_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_rl_profile_info"
        }
      },
      "address": 0
    },
    "rl_rate_num": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rl_rates": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rl_rcookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rl_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571928416
    },
    "rl_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571927232
    },
    "rl_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571934416
    },
    "rl_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571931216
    },
    "rl_setwol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571935856
    },
    "rl_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571927744
    },
    "rl_shutdown_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613059832
    },
    "rl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571929984
    },
    "rl_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571935104
    },
    "rl_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571932320
    },
    "rl_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571927072
    },
    "rl_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609913352
    },
    "rl_sysctl_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rl_sysctl_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485124
    },
    "rl_thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "rl_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571932768
    },
    "rl_twister_update.param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584942192
    },
    "rl_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571933936
    },
    "rl_type": {
      "type": {
        "kind": "enum",
        "name": "ice_rl_type"
      },
      "address": 0
    },
    "rl_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571933808
    },
    "rl_wcookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rlan_ctx": {
      "type": {
        "kind": "struct",
        "name": "ice_rlan_ctx"
      },
      "address": 0
    },
    "rlbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource_list_entry"
        }
      },
      "address": 0
    },
    "rleMaxLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rle_sent": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rlength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rlh": {
      "type": {
        "kind": "struct",
        "name": "nfscllayouthead"
      },
      "address": 0
    },
    "rlim": {
      "type": {
        "kind": "struct",
        "name": "rlimit"
      },
      "address": 0
    },
    "rlim_stack": {
      "type": {
        "kind": "struct",
        "name": "rlimit"
      },
      "address": 0
    },
    "rlimit_ident": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585146960
    },
    "rlintphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584857520
    },
    "rlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "rlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrollback"
        }
      },
      "address": 0
    },
    "rlphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rlphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570323664
    },
    "rlphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608512248
    },
    "rlphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584857552
    },
    "rlphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584857376
    },
    "rlphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608512200
    },
    "rlphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608512176
    },
    "rlphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608512136
    },
    "rlphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570323552
    },
    "rlphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570323696
    },
    "rlphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570323760
    },
    "rlphys": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584857456
    },
    "rlpml": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rlqentry_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575529536
    },
    "rltextbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_textbuf_t"
        }
      },
      "address": 0
    },
    "rlvl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rlw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_rl_worker"
        }
      },
      "address": 0
    },
    "rm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rm_cleanIPI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575561392
    },
    "rm_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575558192
    },
    "rm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575558080
    },
    "rm_init_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575557856
    },
    "rm_spinlock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612802088
    },
    "rm_spinlock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609706592
    },
    "rm_spinlock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706544
    },
    "rm_spinlock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706568
    },
    "rm_sta_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_rm_sta_cmd"
      },
      "address": 0
    },
    "rm_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575558336
    },
    "rm_wowned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575558272
    },
    "rman_activate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575950272
    },
    "rman_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575946384
    },
    "rman_deactivate_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575950416
    },
    "rman_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927280
    },
    "rman_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575945424
    },
    "rman_first_free_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575945920
    },
    "rman_get_bushandle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951488
    },
    "rman_get_bustag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951456
    },
    "rman_get_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951648
    },
    "rman_get_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951312
    },
    "rman_get_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951360
    },
    "rman_get_irq_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951424
    },
    "rman_get_mapping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951536
    },
    "rman_get_rid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951616
    },
    "rman_get_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951328
    },
    "rman_get_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951280
    },
    "rman_get_virtual": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951392
    },
    "rman_head": {
      "type": {
        "kind": "struct",
        "name": "rman_head"
      },
      "address": 18446744071612927232
    },
    "rman_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rman_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575944160
    },
    "rman_init.once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612927224
    },
    "rman_init_from_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575945360
    },
    "rman_is_region_manager": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951664
    },
    "rman_last_free_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575946144
    },
    "rman_make_alignment_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951168
    },
    "rman_manage_region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575944576
    },
    "rman_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612927248
    },
    "rman_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575950560
    },
    "rman_reserve_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575950240
    },
    "rman_reserve_resource_bound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575947776
    },
    "rman_set_bushandle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951472
    },
    "rman_set_bustag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951440
    },
    "rman_set_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951632
    },
    "rman_set_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951296
    },
    "rman_set_irq_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951408
    },
    "rman_set_mapping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951504
    },
    "rman_set_rid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951600
    },
    "rman_set_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951264
    },
    "rman_set_virtual": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951376
    },
    "rmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rmask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_addr"
        }
      },
      "address": 0
    },
    "rmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rmaxchn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rmaxrate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rmc_delay_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576760480
    },
    "rmc_delete_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576755728
    },
    "rmc_dequeue_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576757888
    },
    "rmc_dropall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576756608
    },
    "rmc_get_weight": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576755696
    },
    "rmc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576756720
    },
    "rmc_modclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576755168
    },
    "rmc_newclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576754064
    },
    "rmc_queue_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576757392
    },
    "rmc_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576760848
    },
    "rmc_root_overlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576757360
    },
    "rmc_satisfied": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576761584
    },
    "rmc_under_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576761136
    },
    "rmc_update_class_util": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576759024
    },
    "rmcs_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rmd": {
      "type": {
        "kind": "struct",
        "name": "lermd"
      },
      "address": 0
    },
    "rmd1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rmd160.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rmem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ring_mem_info"
        }
      },
      "address": 0
    },
    "rmem2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ring_mem_info"
        }
      },
      "address": 0
    },
    "rmerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rmh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngm_rmhook"
        }
      },
      "address": 0
    },
    "rminchn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rminrate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rmobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "rmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rmp_out": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rmpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rmps": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rmpt": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "rmrr_entries": {
      "type": {
        "kind": "struct",
        "name": "iommu_map_entries_tailq"
      },
      "address": 0
    },
    "rms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rmslock"
        }
      },
      "address": 0
    },
    "rms_action_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563536
    },
    "rms_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575562112
    },
    "rms_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575562032
    },
    "rms_rlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575562160
    },
    "rms_rlock_fallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575562256
    },
    "rms_runlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575562720
    },
    "rms_runlock_fallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575562816
    },
    "rms_try_rlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575562608
    },
    "rms_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563424
    },
    "rms_wait_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563600
    },
    "rms_wlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563008
    },
    "rms_wunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575563264
    },
    "rmsipi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rmslock_ipi"
        }
      },
      "address": 0
    },
    "rmsr": {
      "type": {
        "kind": "struct",
        "name": "spacectl_range"
      },
      "address": 0
    },
    "rmt": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "rmt32": {
      "type": {
        "kind": "struct",
        "name": "timespec32"
      },
      "address": 0
    },
    "rmtt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_mtt"
        }
      },
      "address": 0
    },
    "rmute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix_node"
        }
      },
      "address": 0
    },
    "rn_addmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577065856
    },
    "rn_addroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577067488
    },
    "rn_bit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rn_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577069648
    },
    "rn_detachhead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577071952
    },
    "rn_inithead": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577071296
    },
    "rn_inithead_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577071136
    },
    "rn_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577069280
    },
    "rn_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577065680
    },
    "rn_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577066672
    },
    "rn_nextprefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577067440
    },
    "rn_ones": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609838912
    },
    "rn_refines": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577065456
    },
    "rn_walktree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577070944
    },
    "rn_walktree_from": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577070624
    },
    "rn_zeros": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613056720
    },
    "rnames": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "rnc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REMOTE_NODE_CONTEXT_T"
        }
      },
      "address": 0
    },
    "rnc_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "SCU_REMOTE_NODE_CONTEXT_T"
        }
      },
      "address": 0
    },
    "rncp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "namecache"
        }
      },
      "address": 0
    },
    "rnd": {
      "type": {
        "kind": "struct",
        "name": "route_nhop_data"
      },
      "address": 0
    },
    "rnd_add": {
      "type": {
        "kind": "struct",
        "name": "route_nhop_data"
      },
      "address": 0
    },
    "rnd_elf32_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575084672
    },
    "rnd_elf64_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575065168
    },
    "rnd_new": {
      "type": {
        "kind": "struct",
        "name": "route_nhop_data"
      },
      "address": 0
    },
    "rnd_orig": {
      "type": {
        "kind": "struct",
        "name": "route_nhop_data"
      },
      "address": 0
    },
    "rnd_tmp": {
      "type": {
        "kind": "struct",
        "name": "route_nhop_data"
      },
      "address": 0
    },
    "rndis": {
      "type": {
        "kind": "struct",
        "name": "hn_nvs_rndis"
      },
      "address": 0
    },
    "rndis_inited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rndptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rndr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sc_rndr_sw_t"
        }
      },
      "address": 0
    },
    "rndstats": {
      "type": {
        "kind": "struct",
        "name": "rndtest_stats"
      },
      "address": 18446744071610812668
    },
    "rndtest.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rndtest_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571936640
    },
    "rndtest_chi_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571938128
    },
    "rndtest_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571936768
    },
    "rndtest_funcs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rndtest_testfunc"
        }
      },
      "address": 0
    },
    "rndtest_harvest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571936816
    },
    "rndtest_longruns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571938448
    },
    "rndtest_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609108784
    },
    "rndtest_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571939968
    },
    "rndtest_monobit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571937184
    },
    "rndtest_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571939024
    },
    "rndtest_retest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609108664
    },
    "rndtest_runs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571937376
    },
    "rndtest_runs_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571939216
    },
    "rndtest_runs_tab": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rndtest_runs_tabs"
        }
      },
      "address": 0
    },
    "rndtest_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571937168
    },
    "rndtest_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609108768
    },
    "rndtestmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609108720
    },
    "rndup": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rndval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rnh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rib_head"
        }
      },
      "address": 0
    },
    "rnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_radix_node"
        }
      },
      "address": 0
    },
    "rnode_winner": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rnr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rnum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rnumvnodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ro": {
      "type": {
        "kind": "struct",
        "name": "route_in6"
      },
      "address": 0
    },
    "ro_pci_enable": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ro_pmtu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "route_in6"
        }
      },
      "address": 0
    },
    "ro_read": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "ro_string": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ro_write": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "roamRate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "roamRssi": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "rocev1_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule_node"
        }
      },
      "address": 0
    },
    "roff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "roffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rol_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582398816
    },
    "rol_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582399888
    },
    "rol_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582400976
    },
    "role": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "role_changed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "rom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rom_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rom_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rom_header"
        }
      },
      "address": 0
    },
    "rom_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rom_ver2_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "romnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "romsig": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ron": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "route_in6"
        }
      },
      "address": 0
    },
    "ronly": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "room": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "root_bus": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 18446744071612900576
    },
    "root_bus_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575854064
    },
    "root_bus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609732720
    },
    "root_bus_module_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575857632
    },
    "root_child_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575858208
    },
    "root_devclass": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 18446744071612900648
    },
    "root_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609732744
    },
    "root_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "root_fs": {
      "type": {
        "kind": "struct",
        "name": "init_tree_node"
      },
      "address": 18446744071610011376
    },
    "root_get_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575858224
    },
    "root_gid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "root_holds": {
      "type": {
        "kind": "struct",
        "name": "unnamed_733488a227c19541"
      },
      "address": 18446744071609810456
    },
    "root_holds_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609810472
    },
    "root_holds_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613043296
    },
    "root_holds_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609810160
    },
    "root_holds_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609810184
    },
    "root_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "root_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585182448
    },
    "root_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "root_mount_always_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613043352
    },
    "root_mount_complete": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613043328
    },
    "root_mount_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576502448
    },
    "root_mount_hold_token": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576502640
    },
    "root_mount_mddev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613043356
    },
    "root_mount_onfail": {
      "type": {
        "kind": "enum",
        "name": "action"
      },
      "address": 18446744071613043360
    },
    "root_mount_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576502800
    },
    "root_mount_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609810512
    },
    "root_mount_token": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "root_hold_token"
        }
      },
      "address": 0
    },
    "root_mounted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576503024
    },
    "root_ns": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_root_namespace"
        }
      },
      "address": 0
    },
    "root_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "root_path_sbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "root_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bstp_port"
        }
      },
      "address": 0
    },
    "root_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575858096
    },
    "root_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575857952
    },
    "root_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575858176
    },
    "root_uid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rootbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609732224
    },
    "rootcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "rootdevmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 18446744071613043344
    },
    "rootdevnames": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071613043280
    },
    "rootdir_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573959488
    },
    "rootoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rootp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iso_directory_record"
        }
      },
      "address": 0
    },
    "rootvnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 18446744071613043336
    },
    "rootvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "rop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclopen"
        }
      },
      "address": 0
    },
    "rop2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclopen"
        }
      },
      "address": 0
    },
    "ror_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582398912
    },
    "ror_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582399984
    },
    "ror_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582401072
    },
    "round": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "roundedBytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "roundoff_232a": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584033904
    },
    "rounds": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "roundsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "route": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "route.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578222720
    },
    "route_ctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route_ctl_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609841848
    },
    "route_ddb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route_helpers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route_ifaddrs.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075936
    },
    "route_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609839064
    },
    "route_rtentry.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route_src": {
      "type": {
        "kind": "struct",
        "name": "sockaddr"
      },
      "address": 18446744071609845488
    },
    "route_subscription.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route_tables.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "route_temporal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "routed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "routedomain": {
      "type": {
        "kind": "struct",
        "name": "domain"
      },
      "address": 18446744071609845864
    },
    "router": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "router_ll6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "routesw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609845616
    },
    "row": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "row0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "row1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "row2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "row3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rowBasedBlockCompressors": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "pointer",
            "subtype": {
              "kind": "function"
            }
          }
        }
      },
      "address": 18446744071584069200
    },
    "rowCCtxSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rowEntries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rowLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rowMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rowMod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rowNb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rowVTables": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "count": 3,
            "kind": "array",
            "subtype": {
              "kind": "pointer",
              "subtype": {
                "kind": "struct",
                "name": "ZSTD_LazyVTable"
              }
            }
          }
        }
      },
      "address": 0
    },
    "rowa": {
      "type": {
        "kind": "struct",
        "name": "gf128"
      },
      "address": 0
    },
    "rowb": {
      "type": {
        "kind": "struct",
        "name": "gf128"
      },
      "address": 0
    },
    "rowc": {
      "type": {
        "kind": "struct",
        "name": "gf128"
      },
      "address": 0
    },
    "rowd": {
      "type": {
        "kind": "struct",
        "name": "gf128"
      },
      "address": 0
    },
    "rows": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "rows_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rowssize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_toa_params"
        }
      },
      "address": 0
    },
    "rparam": {
      "type": {
        "kind": "struct",
        "name": "ecore_mcast_ramrod_params"
      },
      "address": 0
    },
    "rpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rpbuf": {
      "type": {
        "kind": "struct",
        "name": "lagg_reqport"
      },
      "address": 0
    },
    "rpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 0
    },
    "rpc_callmsg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpc_createerr": {
      "type": {
        "kind": "struct",
        "name": "rpc_createerr"
      },
      "address": 18446744071613291944
    },
    "rpc_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_send_key_data_rpc"
        }
      },
      "address": 0
    },
    "rpc_generic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpc_gss_entries": {
      "type": {
        "kind": "struct",
        "name": "rpc_gss_entries"
      },
      "address": 18446744071613291784
    },
    "rpc_prot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpc_xid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613291748
    },
    "rpcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 0
    },
    "rpcb_clnt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpcb_prot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpcb_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579650688
    },
    "rpcb_unset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579651408
    },
    "rpctls_cl_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579687088
    },
    "rpctls_cl_handlerecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579686384
    },
    "rpctls_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579690144
    },
    "rpctls_cleanup_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071610028520
    },
    "rpctls_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579685344
    },
    "rpctls_connect.rpctls_connect_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613292112
    },
    "rpctls_connect_busy": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613292112
    },
    "rpctls_connect_cl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 18446744071613292104
    },
    "rpctls_connect_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CLIENT"
        }
      },
      "address": 18446744071613292088
    },
    "rpctls_connect_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613292000
    },
    "rpctls_connect_so": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071613292096
    },
    "rpctls_getinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579685056
    },
    "rpctls_impl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpctls_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579681216
    },
    "rpctls_null_verf": {
      "type": {
        "kind": "struct",
        "name": "opaque_auth"
      },
      "address": 18446744071613292064
    },
    "rpctls_server": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579688240
    },
    "rpctls_server_client": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579686864
    },
    "rpctls_server_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613292032
    },
    "rpctls_srv_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579687408
    },
    "rpctls_srv_handlerecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579686704
    },
    "rpctls_syscalls": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071610028336
    },
    "rpctls_vnetinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579689536
    },
    "rpctls_vnetinit_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071610028480
    },
    "rpctlscd_clnt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpctlscd_connect_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680240
    },
    "rpctlscd_disconnect_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680400
    },
    "rpctlscd_handlerecord_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680320
    },
    "rpctlscd_null_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680160
    },
    "rpctlscd_xdr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpctlssd_clnt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpctlssd_connect_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680976
    },
    "rpctlssd_disconnect_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579681136
    },
    "rpctlssd_handlerecord_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579681056
    },
    "rpctlssd_null_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680896
    },
    "rpctlssd_xdr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rpcvers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rpi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rpipe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pipe"
        }
      },
      "address": 0
    },
    "rpl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_DEFAULT_REPLY"
        }
      },
      "address": 0
    },
    "rpl_tmr": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071584707328
    },
    "rplen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rpllmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rply": {
      "type": {
        "kind": "struct",
        "name": "rpc_msg"
      },
      "address": 0
    },
    "rpnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rpool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kpool"
        }
      },
      "address": 0
    },
    "rpos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rpow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "rpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "rprod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rpstart": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rpt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rpt_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rptcount_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rq": {
      "type": {
        "kind": "struct",
        "name": "vm_batchqueue"
      },
      "address": 0
    },
    "rq_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_rq_buffer_t"
        }
      },
      "address": 0
    },
    "rq_cfg": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_rq_cfg_t"
        }
      },
      "address": 0
    },
    "rq_create": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "rq_filter": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_rq_cfg_t"
        }
      },
      "address": 0
    },
    "rq_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_queue_t"
        }
      },
      "address": 0
    },
    "rq_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rq_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rq_last_status": {
      "type": {
        "kind": "enum",
        "name": "ice_aq_err"
      },
      "address": 0
    },
    "rq_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rq_num_pas": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rq_payload": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_queue_t"
        }
      },
      "address": 0
    },
    "rq_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rq_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_rq_stats"
        }
      },
      "address": 0
    },
    "rq_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rq_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rq_sz_po": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rqb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rqbits"
        }
      },
      "address": 0
    },
    "rqc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rqc_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_nic_rqe"
        }
      },
      "address": 0
    },
    "rqe_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rqh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rqhead"
        }
      },
      "address": 0
    },
    "rqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rqindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_qp"
        }
      },
      "address": 0
    },
    "rqs": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hw_rq_t"
          }
        }
      },
      "address": 0
    },
    "rqset_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rqset_filter_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rqset_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rqset_ulp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rqsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rqsr": {
      "type": {
        "kind": "struct",
        "name": "spacectl_range"
      },
      "address": 0
    },
    "rqstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "svc_req"
        }
      },
      "address": 0
    },
    "rqsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rqt": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "rqt32": {
      "type": {
        "kind": "struct",
        "name": "timespec32"
      },
      "address": 0
    },
    "rqtc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rr": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "rr2": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "rr_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577653776
    },
    "rr_cons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rr_ring_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rr_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rrd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_rdesc"
        }
      },
      "address": 0
    },
    "rrd_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rrd_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rreq": {
      "type": {
        "kind": "struct",
        "name": "link_res_request"
      },
      "address": 0
    },
    "rrip_table_analyze": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "RRIP_TABLE"
        }
      },
      "address": 18446744071609610016
    },
    "rrip_table_extref": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "RRIP_TABLE"
        }
      },
      "address": 18446744071609610656
    },
    "rrip_table_getname": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "RRIP_TABLE"
        }
      },
      "address": 18446744071609610240
    },
    "rrip_table_getsymname": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "RRIP_TABLE"
        }
      },
      "address": 18446744071609610496
    },
    "rrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "random_sources"
        }
      },
      "address": 0
    },
    "rrule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_fs_rule"
        }
      },
      "address": 0
    },
    "rs": {
      "type": {
        "kind": "enum",
        "name": "replay_state"
      },
      "address": 0
    },
    "rs_cidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rs_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rs_defer_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577876064
    },
    "rs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577878384
    },
    "rs_epoch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "epoch"
        }
      },
      "address": 18446744071608209616
    },
    "rs_epoch_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571882976
    },
    "rs_epoch_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609105064
    },
    "rs_floor_mss": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059792
    },
    "rs_ht": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_htrateset"
        }
      },
      "address": 0
    },
    "rs_hw_floor_mss": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609942276
    },
    "rs_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613059760
    },
    "rs_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943888
    },
    "rs_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943920
    },
    "rs_node_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612927216
    },
    "rs_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rs_number_alive": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059796
    },
    "rs_number_dead": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059800
    },
    "rs_rangeset_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575943824
    },
    "rs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609743888
    },
    "rsa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_rssadapt"
        }
      },
      "address": 0
    },
    "rsaddr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsb_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543376
    },
    "rsb_seq_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543382
    },
    "rsb_seq_10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543472
    },
    "rsb_seq_11": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543482
    },
    "rsb_seq_12": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543492
    },
    "rsb_seq_13": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543502
    },
    "rsb_seq_14": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543512
    },
    "rsb_seq_15": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543522
    },
    "rsb_seq_16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543532
    },
    "rsb_seq_17": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543542
    },
    "rsb_seq_18": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543552
    },
    "rsb_seq_19": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543562
    },
    "rsb_seq_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543392
    },
    "rsb_seq_20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543572
    },
    "rsb_seq_21": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543582
    },
    "rsb_seq_22": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543592
    },
    "rsb_seq_23": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543602
    },
    "rsb_seq_24": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543612
    },
    "rsb_seq_25": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543622
    },
    "rsb_seq_26": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543632
    },
    "rsb_seq_27": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543642
    },
    "rsb_seq_28": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543652
    },
    "rsb_seq_29": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543662
    },
    "rsb_seq_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543402
    },
    "rsb_seq_30": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543672
    },
    "rsb_seq_31": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543682
    },
    "rsb_seq_32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543692
    },
    "rsb_seq_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543412
    },
    "rsb_seq_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543422
    },
    "rsb_seq_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543432
    },
    "rsb_seq_7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543442
    },
    "rsb_seq_8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543452
    },
    "rsb_seq_9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543462
    },
    "rsbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rdcphy_softc"
        }
      },
      "address": 0
    },
    "rsc_more": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "rscalc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rscreate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_RSDP"
        }
      },
      "address": 0
    },
    "rsdp_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rsdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_RSDT"
        }
      },
      "address": 0
    },
    "rsdumpinfo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rse_warm": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "rsec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "rsel": {
      "type": {
        "kind": "struct",
        "name": "selinfo"
      },
      "address": 18446744071610808144
    },
    "rseqnum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rsinfo.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsirq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rslist.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rslt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rsmemory.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsmisc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rsnparms": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rsnparms"
      },
      "address": 0
    },
    "rsnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_rcv_cntxt_rsp_t"
        }
      },
      "address": 0
    },
    "rsp0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rsp_bytes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rsp_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "rsp_iu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_SSP_RESPONSE_IU_T"
        }
      },
      "address": 0
    },
    "rsp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rsp_sds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_rsp_sds_ring_t"
        }
      },
      "address": 0
    },
    "rsp_sg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "rsp_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rspd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rsp_desc"
        }
      },
      "address": 0
    },
    "rspinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fcp_rsp_info_t"
        }
      },
      "address": 0
    },
    "rspq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_rspq"
        }
      },
      "address": 0
    },
    "rspq_map": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "rspq_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rspqpoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rspqpoidlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "rsrc_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rsrcs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ndis_rssprm_toeplitz"
        }
      },
      "address": 0
    },
    "rss2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rss_header"
        }
      },
      "address": 0
    },
    "rss_algo": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rss_basecpu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585236120
    },
    "rss_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613056820
    },
    "rss_bucket": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_bucketid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_buckets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613056960
    },
    "rss_cfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_rss_cfg"
        }
      },
      "address": 0
    },
    "rss_conf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rss_config"
        }
      },
      "address": 0
    },
    "rss_config": {
      "type": {
        "kind": "struct",
        "name": "qla_fw_cds_config_rss_t"
      },
      "address": 0
    },
    "rss_config.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rss_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_rss_context"
        }
      },
      "address": 0
    },
    "rss_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613056816
    },
    "rss_eth_z8e": {
      "type": {
        "count": 151913,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608773376
    },
    "rss_eth_z8e_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_eth_z8e_uncompressed_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_ethp_z8e": {
      "type": {
        "count": 152838,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071608925472
    },
    "rss_ethp_z8e_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_ethp_z8e_uncompressed_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_get_indirection_to_bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131792
    },
    "rss_getbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131760
    },
    "rss_getbucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131776
    },
    "rss_getcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131808
    },
    "rss_gethashalgo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132048
    },
    "rss_gethashconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132160
    },
    "rss_getkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132064
    },
    "rss_getnumbuckets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132128
    },
    "rss_getnumcpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132144
    },
    "rss_hash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071577131168
    },
    "rss_hash2bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131872
    },
    "rss_hash2cpuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131824
    },
    "rss_hash_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_hash_ip4_2tuple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709328
    },
    "rss_hash_ip4_4tuple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709392
    },
    "rss_hash_ip6_2tuple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578084720
    },
    "rss_hash_ip6_4tuple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578084816
    },
    "rss_hashalgo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609843864
    },
    "rss_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132176
    },
    "rss_init.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613056984
    },
    "rss_init.curfail.25": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613057008
    },
    "rss_init.curfail.28": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613057032
    },
    "rss_init.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613056968
    },
    "rss_init.lastfail.24": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613056992
    },
    "rss_init.lastfail.27": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613057016
    },
    "rss_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609843840
    },
    "rss_key": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071587178896
    },
    "rss_key_addr_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rss_key_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_rss_key"
        }
      },
      "address": 0
    },
    "rss_lut_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_rss_lut"
        }
      },
      "address": 0
    },
    "rss_m2bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131984
    },
    "rss_m2cpuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131920
    },
    "rss_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_rss_map"
        }
      },
      "address": 0
    },
    "rss_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071613056824
    },
    "rss_maxbits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585236112
    },
    "rss_maxcpus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585236116
    },
    "rss_mbuf_software_hash_v4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577710048
    },
    "rss_mbuf_software_hash_v4.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058872
    },
    "rss_mbuf_software_hash_v4.curfail.12": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058968
    },
    "rss_mbuf_software_hash_v4.curfail.15": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058992
    },
    "rss_mbuf_software_hash_v4.curfail.3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058896
    },
    "rss_mbuf_software_hash_v4.curfail.6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058920
    },
    "rss_mbuf_software_hash_v4.curfail.9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058944
    },
    "rss_mbuf_software_hash_v4.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058856
    },
    "rss_mbuf_software_hash_v4.lastfail.11": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058952
    },
    "rss_mbuf_software_hash_v4.lastfail.14": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058976
    },
    "rss_mbuf_software_hash_v4.lastfail.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058880
    },
    "rss_mbuf_software_hash_v4.lastfail.5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058904
    },
    "rss_mbuf_software_hash_v4.lastfail.8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058928
    },
    "rss_mbuf_software_hash_v6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578085648
    },
    "rss_mbuf_software_hash_v6.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132520
    },
    "rss_mbuf_software_hash_v6.curfail.12": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132616
    },
    "rss_mbuf_software_hash_v6.curfail.15": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132640
    },
    "rss_mbuf_software_hash_v6.curfail.18": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132664
    },
    "rss_mbuf_software_hash_v6.curfail.21": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132688
    },
    "rss_mbuf_software_hash_v6.curfail.3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132544
    },
    "rss_mbuf_software_hash_v6.curfail.6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132568
    },
    "rss_mbuf_software_hash_v6.curfail.9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132592
    },
    "rss_mbuf_software_hash_v6.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132504
    },
    "rss_mbuf_software_hash_v6.lastfail.11": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132600
    },
    "rss_mbuf_software_hash_v6.lastfail.14": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132624
    },
    "rss_mbuf_software_hash_v6.lastfail.17": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132648
    },
    "rss_mbuf_software_hash_v6.lastfail.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132528
    },
    "rss_mbuf_software_hash_v6.lastfail.20": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132672
    },
    "rss_mbuf_software_hash_v6.lastfail.5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132552
    },
    "rss_mbuf_software_hash_v6.lastfail.8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132576
    },
    "rss_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rss_ncpus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613056964
    },
    "rss_nentries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rss_pf_map": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_pf_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rss_profile_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rss_proto_software_hash_v4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709472
    },
    "rss_proto_software_hash_v4.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058848
    },
    "rss_proto_software_hash_v4.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613058832
    },
    "rss_proto_software_hash_v6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578084912
    },
    "rss_proto_software_hash_v6.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132496
    },
    "rss_proto_software_hash_v6.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613132480
    },
    "rss_raw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_raw_obj"
        }
      },
      "address": 0
    },
    "rss_rings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rss_seed": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rss_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rss_soft_m2cpuid_v4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577710944
    },
    "rss_soft_m2cpuid_v6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578086816
    },
    "rss_table": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rss_table_entry"
        }
      },
      "address": 18446744071613056832
    },
    "rss_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rssadapt": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_ratectl"
      },
      "address": 18446744071585255000
    },
    "rssadapt_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577380592
    },
    "rssadapt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577380352
    },
    "rssadapt_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609877832
    },
    "rssadapt_node_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577381072
    },
    "rssadapt_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577380624
    },
    "rssadapt_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577381104
    },
    "rssadapt_setinterval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577381664
    },
    "rssadapt_sysctl_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577381760
    },
    "rssadapt_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577381424
    },
    "rsserial.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rssi": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "rssiThrReg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rssi_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rssia": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "rssib": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "rsskey": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585328800
    },
    "rsslim": {
      "type": {
        "kind": "struct",
        "name": "rlimit"
      },
      "address": 0
    },
    "rssrk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rsstype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ioctl_hwrm_fw_reset"
        }
      },
      "address": 0
    },
    "rst_ack": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rst_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rst_req": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rstamp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rstat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rstat_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rstreason": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rsu-rtl8712fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsu_ac2qid": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821392
    },
    "rsu_alloc_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573150208
    },
    "rsu_ampdu_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573147536
    },
    "rsu_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573139040
    },
    "rsu_bulk_rx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573150464
    },
    "rsu_bulk_tx_callback_be_bk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573154512
    },
    "rsu_bulk_tx_callback_h2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573154672
    },
    "rsu_bulk_tx_callback_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573155120
    },
    "rsu_bulk_tx_callback_vi_vo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573154592
    },
    "rsu_calib_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573142448
    },
    "rsu_cam_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573148848
    },
    "rsu_config": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585057472
    },
    "rsu_delete_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573148256
    },
    "rsu_delete_key_pair_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573142816
    },
    "rsu_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573141744
    },
    "rsu_devs": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607432672
    },
    "rsu_do_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573147568
    },
    "rsu_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609419744
    },
    "rsu_efuse_read_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573155728
    },
    "rsu_enable_11n": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609419656
    },
    "rsu_fw_loadsection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573170928
    },
    "rsu_get_rssi.cckoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584821396
    },
    "rsu_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573143824
    },
    "rsu_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573162224
    },
    "rsu_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573163136
    },
    "rsu_ioctl_net": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573146400
    },
    "rsu_key_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573159152
    },
    "rsu_key_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573149104
    },
    "rsu_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573159520
    },
    "rsu_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573159504
    },
    "rsu_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138976
    },
    "rsu_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585057408
    },
    "rsu_monitor_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573155952
    },
    "rsu_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573156416
    },
    "rsu_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573147056
    },
    "rsu_process_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573160784
    },
    "rsu_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573143904
    },
    "rsu_read_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573155600
    },
    "rsu_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573170864
    },
    "rsu_reinit_static_keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573159536
    },
    "rsu_rtl8712fw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609419968
    },
    "rsu_rtl8712fw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573171216
    },
    "rsu_rtl8712fw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609419880
    },
    "rsu_rxfilter_refresh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573154752
    },
    "rsu_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573145488
    },
    "rsu_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573145024
    },
    "rsu_scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573145504
    },
    "rsu_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573144320
    },
    "rsu_send_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573147504
    },
    "rsu_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573145040
    },
    "rsu_set_fw_power_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573159728
    },
    "rsu_set_key_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573160192
    },
    "rsu_set_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573162032
    },
    "rsu_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573169712
    },
    "rsu_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573147152
    },
    "rsu_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573149344
    },
    "rsu_tx_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573143376
    },
    "rsu_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609419696
    },
    "rsu_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609419672
    },
    "rsu_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609419496
    },
    "rsu_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573147520
    },
    "rsu_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573146240
    },
    "rsu_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573146080
    },
    "rsu_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573145520
    },
    "rsu_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573146032
    },
    "rsu_wme_ac_xfer_map": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821424
    },
    "rsu_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573147552
    },
    "rsu_write_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573155664
    },
    "rsu_write_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573155056
    },
    "rsutils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "rsvd": {
      "type": {
        "kind": "struct",
        "name": "r92c_fw_cmd_rsvdpage"
      },
      "address": 0
    },
    "rsvd_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378920
    },
    "rsvd_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581378964
    },
    "rsvp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729296
    },
    "rsvp_input_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613059288
    },
    "rsxface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_rss_cfg"
        }
      },
      "address": 18446744071612534208
    },
    "rt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2560.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2560_alloc_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571792496
    },
    "rt2560_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571789712
    },
    "rt2560_bbp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571810640
    },
    "rt2560_bbp_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571810880
    },
    "rt2560_beacon_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571803488
    },
    "rt2560_chan_5ghz": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584932992
    },
    "rt2560_def_bbp": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071584931888
    },
    "rt2560_def_mac": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7d2582079ec0e915"
        }
      },
      "address": 18446744071584931664
    },
    "rt2560_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571797056
    },
    "rt2560_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571804880
    },
    "rt2560_eeprom_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571811392
    },
    "rt2560_enable_tsf_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571804320
    },
    "rt2560_encryption_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571801008
    },
    "rt2560_free_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571797488
    },
    "rt2560_free_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571796736
    },
    "rt2560_get_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571792992
    },
    "rt2560_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571793056
    },
    "rt2560_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571806672
    },
    "rt2560_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571797936
    },
    "rt2560_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571802704
    },
    "rt2560_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571796048
    },
    "rt2560_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571793184
    },
    "rt2560_reset_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571812320
    },
    "rt2560_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571797776
    },
    "rt2560_rf2522_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584931952
    },
    "rt2560_rf2523_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584932016
    },
    "rt2560_rf2524_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584932016
    },
    "rt2560_rf2525_hi_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584932080
    },
    "rt2560_rf2525_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584932144
    },
    "rt2560_rf2525e_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584932208
    },
    "rt2560_rf2526_hi_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584932272
    },
    "rt2560_rf2526_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584932336
    },
    "rt2560_rf5222": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_1dc54f0664ab6629"
        }
      },
      "address": 18446744071584932400
    },
    "rt2560_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571811136
    },
    "rt2560_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571795296
    },
    "rt2560_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571795136
    },
    "rt2560_sendprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571806176
    },
    "rt2560_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571808256
    },
    "rt2560_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571795456
    },
    "rt2560_setup_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571804576
    },
    "rt2560_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571804912
    },
    "rt2560_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571797360
    },
    "rt2560_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571802176
    },
    "rt2560_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571796432
    },
    "rt2560_tx_bcn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571803872
    },
    "rt2560_tx_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571801376
    },
    "rt2560_update_plcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571803536
    },
    "rt2560_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571794960
    },
    "rt2560_update_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571794720
    },
    "rt2560_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571795616
    },
    "rt2560_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571796000
    },
    "rt2560_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571810480
    },
    "rt2561_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609103512
    },
    "rt2561_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571880768
    },
    "rt2561_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609103424
    },
    "rt2561fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2561s_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609103688
    },
    "rt2561s_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571880864
    },
    "rt2561s_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609103600
    },
    "rt2561sfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2573_ucode": {
      "type": {
        "count": 2048,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585058640
    },
    "rt2661.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2661_alloc_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571815264
    },
    "rt2661_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571812592
    },
    "rt2661_bbp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571831840
    },
    "rt2661_bbp_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571832096
    },
    "rt2661_chan_5ghz": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584935824
    },
    "rt2661_def_bbp": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071584934224
    },
    "rt2661_def_mac": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7d2582079ec0e915"
        }
      },
      "address": 18446744071584934016
    },
    "rt2661_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571819200
    },
    "rt2661_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571825872
    },
    "rt2661_eeprom_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571832608
    },
    "rt2661_free_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571820192
    },
    "rt2661_free_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571818880
    },
    "rt2661_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609103864
    },
    "rt2661_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571880960
    },
    "rt2661_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609103776
    },
    "rt2661_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571815760
    },
    "rt2661_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571827856
    },
    "rt2661_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571820896
    },
    "rt2661_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571824256
    },
    "rt2661_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571818064
    },
    "rt2661_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571816800
    },
    "rt2661_reset_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571833568
    },
    "rt2661_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571820736
    },
    "rt2661_rf5225_1": {
      "type": {
        "count": 38,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rfprog"
        }
      },
      "address": 18446744071584934288
    },
    "rt2661_rf5225_2": {
      "type": {
        "count": 38,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rfprog"
        }
      },
      "address": 18446744071584935056
    },
    "rt2661_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571832352
    },
    "rt2661_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571816048
    },
    "rt2661_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571815888
    },
    "rt2661_select_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571830912
    },
    "rt2661_select_band": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571830000
    },
    "rt2661_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571831104
    },
    "rt2661_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571816320
    },
    "rt2661_setup_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571825440
    },
    "rt2661_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571820480
    },
    "rt2661_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571825904
    },
    "rt2661_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571819520
    },
    "rt2661_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571820608
    },
    "rt2661_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571817760
    },
    "rt2661_tx_dma_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571823984
    },
    "rt2661_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571816608
    },
    "rt2661_update_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571816480
    },
    "rt2661_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571818464
    },
    "rt2661_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571818832
    },
    "rt2661_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571831696
    },
    "rt2661fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2860.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2860_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571833840
    },
    "rt2860_chan_5ghz": {
      "type": {
        "count": 39,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584938048
    },
    "rt2860_def_bbp": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 0
    },
    "rt2860_def_mac": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7d2582079ec0e915"
        }
      },
      "address": 18446744071584936368
    },
    "rt2860_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571845232
    },
    "rt2860_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571852864
    },
    "rt2860_drain_stats_fifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571849616
    },
    "rt2860_eeprom_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571877888
    },
    "rt2860_free_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571844720
    },
    "rt2860_free_tx_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571846416
    },
    "rt2860_free_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571844960
    },
    "rt2860_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609104040
    },
    "rt2860_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571881056
    },
    "rt2860_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609103952
    },
    "rt2860_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571840288
    },
    "rt2860_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571855152
    },
    "rt2860_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571847024
    },
    "rt2860_mcu_bbp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571868496
    },
    "rt2860_mcu_bbp_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571860512
    },
    "rt2860_mcu_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571852224
    },
    "rt2860_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571843456
    },
    "rt2860_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571850304
    },
    "rt2860_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571843360
    },
    "rt2860_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571843936
    },
    "rt2860_rates": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rt2860_rate"
        }
      },
      "address": 18446744071585063456
    },
    "rt2860_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571841664
    },
    "rt2860_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571846864
    },
    "rt2860_rf2850": {
      "type": {
        "count": 60,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rfprog"
        }
      },
      "address": 18446744071585064720
    },
    "rt2860_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571841088
    },
    "rt2860_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571840944
    },
    "rt2860_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571841264
    },
    "rt2860_set_gp_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571852000
    },
    "rt2860_set_leds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571851808
    },
    "rt2860_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571846608
    },
    "rt2860_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571853216
    },
    "rt2860_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571845600
    },
    "rt2860_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571846736
    },
    "rt2860_switch_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571869392
    },
    "rt2860_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571843632
    },
    "rt2860_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571853440
    },
    "rt2860_tx_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571849936
    },
    "rt2860_txrx_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571852896
    },
    "rt2860_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571841552
    },
    "rt2860_updateedca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571840416
    },
    "rt2860_updateprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571876272
    },
    "rt2860_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571841424
    },
    "rt2860_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571844288
    },
    "rt2860_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571844672
    },
    "rt2860_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571876416
    },
    "rt2860fw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rt2870_def_mac": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_c464cd0313269061"
        }
      },
      "address": 18446744071585066576
    },
    "rt3070_def_rf": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585067472
    },
    "rt3070_freqs": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_bb59d8325cf8cf9e"
        }
      },
      "address": 18446744071609420352
    },
    "rt3090_def_rf": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071584936928
    },
    "rt3090_efuse_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571878880
    },
    "rt3090_filter_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571876816
    },
    "rt3090_freqs": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_bb59d8325cf8cf9e"
        }
      },
      "address": 18446744071609102800
    },
    "rt3090_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571862736
    },
    "rt3090_rf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571876576
    },
    "rt3090_rf_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571868912
    },
    "rt3090_rf_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571866448
    },
    "rt3090_set_rx_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571860880
    },
    "rt3572_def_rf": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585067408
    },
    "rt3593_def_rf": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585067344
    },
    "rt5390_def_bbp": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585066992
    },
    "rt5390_def_rf": {
      "type": {
        "count": 57,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585067216
    },
    "rt5390_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571861088
    },
    "rt5390_rf_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571865184
    },
    "rt5392_def_rf": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585067088
    },
    "rt5592_2ghz_def_rf": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585065920
    },
    "rt5592_5ghz_def_rf": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 0
    },
    "rt5592_bbp_r196": {
      "type": {
        "count": 84,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585066896
    },
    "rt5592_chan_5ghz": {
      "type": {
        "count": 49,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e2943cde9a0c06ae"
        }
      },
      "address": 18446744071585065984
    },
    "rt5592_def_bbp": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585066832
    },
    "rt5592_def_rf": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585067040
    },
    "rt5592_freqs_20mhz": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rt5592_freqs"
        }
      },
      "address": 18446744071585064400
    },
    "rt5592_freqs_40mhz": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rt5592_freqs"
        }
      },
      "address": 18446744071585064080
    },
    "rt6_deleteroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578213376
    },
    "rt6_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578213328
    },
    "rt_addrmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577074480
    },
    "rt_addrmsg_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609839040
    },
    "rt_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126288
    },
    "rt_checkdelroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577118512
    },
    "rt_clock": {
      "type": {
        "kind": "struct",
        "name": "kclock"
      },
      "address": 18446744071585179760
    },
    "rt_cur_to_prev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rt_delete_conditional": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577113744
    },
    "rt_delete_unconditional": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577118784
    },
    "rt_disabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rt_dst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "rt_dumpaddr_ddb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577119648
    },
    "rt_dumpentry_ddb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577119184
    },
    "rt_ext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rt_find_real_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577878192
    },
    "rt_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rt_flushifroutes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577073456
    },
    "rt_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126448
    },
    "rt_free_immediate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126640
    },
    "rt_freeentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577072592
    },
    "rt_gate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rt_get_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126720
    },
    "rt_get_inet6_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577124128
    },
    "rt_get_inet6_prefix_plen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577127008
    },
    "rt_get_inet6_prefix_pmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577127408
    },
    "rt_get_inet_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577123648
    },
    "rt_get_inet_prefix_plen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126848
    },
    "rt_get_inet_prefix_pmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126960
    },
    "rt_get_raw_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126736
    },
    "rt_get_rnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126752
    },
    "rt_getifa_family": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577073952
    },
    "rt_getifa_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577073520
    },
    "rt_helpers_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609842176
    },
    "rt_ieee80211msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577136144
    },
    "rt_ifannouncemsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577138144
    },
    "rt_ifdelroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577073488
    },
    "rt_ifmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075232
    },
    "rt_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "rt_is_exportable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126784
    },
    "rt_is_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126688
    },
    "rt_mask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "rt_maskedcopy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577074352
    },
    "rt_meshda": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rt_meshsa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rt_missmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577134160
    },
    "rt_missmsg_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577133216
    },
    "rt_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtentry"
        }
      },
      "address": 0
    },
    "rt_newmaddrmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577135760
    },
    "rt_ok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573763696
    },
    "rt_orig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtentry"
        }
      },
      "address": 0
    },
    "rt_print_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577124592
    },
    "rt_routemsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075200
    },
    "rt_routemsg_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075216
    },
    "rt_table_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577072464
    },
    "rt_table_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577072208
    },
    "rt_tables_get_gen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128816
    },
    "rt_tables_get_rnh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128688
    },
    "rt_tables_get_rnh_safe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128736
    },
    "rt_updatemtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577074176
    },
    "rta_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rta_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtableid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtables_check_proc_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577129904
    },
    "rtables_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577130336
    },
    "rtables_destroy_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609842680
    },
    "rtables_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577129792
    },
    "rtables_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609842520
    },
    "rtables_prison_destructor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577130016
    },
    "rtalert": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rtalert_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rtap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lkpi_radiotap_tx_hdr"
        }
      },
      "address": 0
    },
    "rtbTable": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584048800
    },
    "rtbuf": {
      "type": {
        "count": 51,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rtc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtc_instance"
        }
      },
      "address": 0
    },
    "rtc_century": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439004
    },
    "rtc_changed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "rtc_generation": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609716856
    },
    "rtc_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581270208
    },
    "rtc_list": {
      "type": {
        "kind": "struct",
        "name": "rtc_listhead"
      },
      "address": 18446744071612927328
    },
    "rtc_list_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612927296
    },
    "rtc_list_lock_init_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609745200
    },
    "rtc_list_lock_init_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745152
    },
    "rtc_list_lock_init_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609745176
    },
    "rtc_reg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610158000
    },
    "rtc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581270304
    },
    "rtc_statusa": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610157752
    },
    "rtc_statusb": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071610157753
    },
    "rtc_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581270608
    },
    "rtcin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581266880
    },
    "rtdest": {
      "type": {
        "kind": "struct",
        "name": "in_addr"
      },
      "address": 0
    },
    "rtdm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_rt"
        }
      },
      "address": 0
    },
    "rte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtdetq"
        }
      },
      "address": 0
    },
    "rtext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rtf_flag_strings": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585235776
    },
    "rtflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_rthdr"
        }
      },
      "address": 0
    },
    "rth0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_rthdr0"
        }
      },
      "address": 0
    },
    "rthdr": {
      "type": {
        "kind": "struct",
        "name": "ip6_rthdr"
      },
      "address": 0
    },
    "rthlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rti_need_deembed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "rtinfo": {
      "type": {
        "kind": "struct",
        "name": "rt_addrinfo"
      },
      "address": 0
    },
    "rtioctl_fib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577073232
    },
    "rtl8187b_pipes": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "usb_xfer"
          }
        }
      },
      "address": 0
    },
    "rtl8188e_agc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_agc_prog"
        }
      },
      "address": 18446744071584947984
    },
    "rtl8188e_agc_vals": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584949248
    },
    "rtl8188e_bb": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_bb_prog"
        }
      },
      "address": 18446744071584947936
    },
    "rtl8188e_bb_regs": {
      "type": {
        "count": 192,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584948096
    },
    "rtl8188e_bb_vals": {
      "type": {
        "count": 192,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584948480
    },
    "rtl8188e_mac": {
      "type": {
        "count": 91,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_mac_prog"
        }
      },
      "address": 18446744071584947568
    },
    "rtl8188e_rf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_rf_prog"
        }
      },
      "address": 18446744071584948016
    },
    "rtl8188e_rf_regs": {
      "type": {
        "count": 95,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584949760
    },
    "rtl8188e_rf_vals": {
      "type": {
        "count": 95,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584949856
    },
    "rtl8188ru_agc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_agc_prog"
        }
      },
      "address": 18446744071584957072
    },
    "rtl8188ru_agc_vals": {
      "type": {
        "count": 160,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584957232
    },
    "rtl8188ru_txagc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_r92c_txagc"
        }
      },
      "address": 18446744071584957104
    },
    "rtl8192c_bb_regs3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584960616
    },
    "rtl8192c_bb_regs4": {
      "type": {
        "count": 45,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584960672
    },
    "rtl8192c_bb_regs5": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584960960
    },
    "rtl8192c_bb_vals3_88cu_88ru": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584960624
    },
    "rtl8192c_bb_vals3_92ce_92cu": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584960620
    },
    "rtl8192c_bb_vals4": {
      "type": {
        "count": 45,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584960768
    },
    "rtl8192c_bb_vals5_92ce_92cu": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961232
    },
    "rtl8192c_rf": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_rf_prog"
        }
      },
      "address": 18446744071584956592
    },
    "rtl8192c_rf0_regs0": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584961392
    },
    "rtl8192c_rf0_regs1": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584961648
    },
    "rtl8192c_rf0_regs2": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584961840
    },
    "rtl8192c_rf0_regs3": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584962224
    },
    "rtl8192c_rf0_regs4": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584962472
    },
    "rtl8192c_rf0_regs5": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584962584
    },
    "rtl8192c_rf0_vals0_88ce_88cu_92ce": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961520
    },
    "rtl8192c_rf0_vals0_88ru": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961424
    },
    "rtl8192c_rf0_vals1_88ce": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961696
    },
    "rtl8192c_rf0_vals1_88cu_92ce": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961728
    },
    "rtl8192c_rf0_vals1_88ru": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961664
    },
    "rtl8192c_rf0_vals2": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961920
    },
    "rtl8192c_rf0_vals3_88cu_88ce": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584962368
    },
    "rtl8192c_rf0_vals3_88ru": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584962240
    },
    "rtl8192c_rf0_vals3_92ce": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584962304
    },
    "rtl8192c_rf0_vals4_88cu_88ru": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584962512
    },
    "rtl8192c_rf0_vals4_92ce_88ce": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584962480
    },
    "rtl8192c_rf0_vals5": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584962608
    },
    "rtl8192ce_agc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_agc_prog"
        }
      },
      "address": 18446744071584957200
    },
    "rtl8192ce_agc_vals": {
      "type": {
        "count": 160,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584957872
    },
    "rtl8192ce_bb": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_bb_prog"
        }
      },
      "address": 18446744071584951456
    },
    "rtl8192ce_bb_regs0": {
      "type": {
        "count": 62,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584952448
    },
    "rtl8192ce_bb_regs1": {
      "type": {
        "count": 59,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584953120
    },
    "rtl8192ce_bb_vals0_1t": {
      "type": {
        "count": 62,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584952832
    },
    "rtl8192ce_bb_vals0_2t": {
      "type": {
        "count": 62,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584952576
    },
    "rtl8192ce_bb_vals1": {
      "type": {
        "count": 59,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584953248
    },
    "rtl8192ce_bb_vals4_1t": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584953952
    },
    "rtl8192ce_mac": {
      "type": {
        "count": 81,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_mac_prog"
        }
      },
      "address": 18446744071584951120
    },
    "rtl8192cu_bb": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_bb_prog"
        }
      },
      "address": 18446744071584956352
    },
    "rtl8192cu_bb_regs0": {
      "type": {
        "count": 89,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584958688
    },
    "rtl8192cu_bb_regs0_88ru": {
      "type": {
        "count": 90,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584959248
    },
    "rtl8192cu_bb_regs1": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584960248
    },
    "rtl8192cu_bb_regs2": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584960448
    },
    "rtl8192cu_bb_regs5_88ru": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584961088
    },
    "rtl8192cu_bb_vals0_88cu": {
      "type": {
        "count": 89,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584958880
    },
    "rtl8192cu_bb_vals0_88ru": {
      "type": {
        "count": 90,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584959440
    },
    "rtl8192cu_bb_vals0_92ce_92cu": {
      "type": {
        "count": 89,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584959808
    },
    "rtl8192cu_bb_vals1_88cu_92ce": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584960336
    },
    "rtl8192cu_bb_vals1_88ru": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584960272
    },
    "rtl8192cu_bb_vals1_92cu": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584960304
    },
    "rtl8192cu_bb_vals2": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584960512
    },
    "rtl8192cu_bb_vals5_88cu": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961008
    },
    "rtl8192cu_bb_vals5_88ru": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584961136
    },
    "rtl8192cu_mac": {
      "type": {
        "count": 86,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_mac_prog"
        }
      },
      "address": 18446744071584956000
    },
    "rtl8192cu_txagc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_r92c_txagc"
        }
      },
      "address": 18446744071584958512
    },
    "rtl8192eu_agc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_agc_prog"
        }
      },
      "address": 18446744071584963136
    },
    "rtl8192eu_agc_vals": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584964576
    },
    "rtl8192eu_bb": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_bb_prog"
        }
      },
      "address": 18446744071584963088
    },
    "rtl8192eu_bb_regs": {
      "type": {
        "count": 208,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584963328
    },
    "rtl8192eu_bb_vals": {
      "type": {
        "count": 208,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584963744
    },
    "rtl8192eu_mac": {
      "type": {
        "count": 101,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_mac_prog"
        }
      },
      "address": 18446744071584962672
    },
    "rtl8192eu_rf": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_rf_prog"
        }
      },
      "address": 18446744071584963168
    },
    "rtl8192eu_rf0_regs": {
      "type": {
        "count": 92,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584965088
    },
    "rtl8192eu_rf0_vals": {
      "type": {
        "count": 92,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584965184
    },
    "rtl8192eu_rf1_regs": {
      "type": {
        "count": 73,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584965552
    },
    "rtl8192eu_rf1_vals": {
      "type": {
        "count": 73,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584965632
    },
    "rtl8812au_agc": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_agc_prog"
        }
      },
      "address": 18446744071584967632
    },
    "rtl8812au_agc_vals0": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584971040
    },
    "rtl8812au_agc_vals0_lna_g0": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584970528
    },
    "rtl8812au_agc_vals0_lna_g5": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584970784
    },
    "rtl8812au_agc_vals1": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584971616
    },
    "rtl8812au_agc_vals1_lna_a0": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584971360
    },
    "rtl8812au_bb": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_bb_prog"
        }
      },
      "address": 18446744071584967504
    },
    "rtl8812au_bb_regs0": {
      "type": {
        "count": 156,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584969152
    },
    "rtl8812au_bb_regs1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584970096
    },
    "rtl8812au_bb_regs2": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584970160
    },
    "rtl8812au_bb_vals0": {
      "type": {
        "count": 156,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584969472
    },
    "rtl8812au_bb_vals1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584970104
    },
    "rtl8812au_bb_vals1_ext_pa_lna": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584970100
    },
    "rtl8812au_bb_vals2": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584970288
    },
    "rtl8812au_mac": {
      "type": {
        "count": 103,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_mac_prog"
        }
      },
      "address": 18446744071584967088
    },
    "rtl8812au_mac_no_ext_pa_lna": {
      "type": {
        "count": 103,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_mac_prog"
        }
      },
      "address": 18446744071584968736
    },
    "rtl8812au_rf": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_rf_prog"
        }
      },
      "address": 18446744071584967696
    },
    "rtl8812au_rf0_regs0": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584971904
    },
    "rtl8812au_rf0_regs1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584971944
    },
    "rtl8812au_rf0_regs10": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584973748
    },
    "rtl8812au_rf0_regs11": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584973928
    },
    "rtl8812au_rf0_regs2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584972000
    },
    "rtl8812au_rf0_regs3": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584972056
    },
    "rtl8812au_rf0_regs4": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584972088
    },
    "rtl8812au_rf0_regs5": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584972200
    },
    "rtl8812au_rf0_regs6": {
      "type": {
        "count": 92,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584972368
    },
    "rtl8812au_rf0_regs7": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584972832
    },
    "rtl8812au_rf0_regs8": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584973392
    },
    "rtl8812au_rf0_regs9": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584973720
    },
    "rtl8812au_rf0_vals0": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584971920
    },
    "rtl8812au_rf0_vals1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584971952
    },
    "rtl8812au_rf0_vals10": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973824
    },
    "rtl8812au_rf0_vals10_pa_a0": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973760
    },
    "rtl8812au_rf0_vals10_pa_a5": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973792
    },
    "rtl8812au_rf0_vals11": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973952
    },
    "rtl8812au_rf0_vals1_lna_g0_g5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584971948
    },
    "rtl8812au_rf0_vals2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972008
    },
    "rtl8812au_rf0_vals2_lna_a0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972004
    },
    "rtl8812au_rf0_vals3": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972064
    },
    "rtl8812au_rf0_vals4": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972128
    },
    "rtl8812au_rf0_vals4_lna_g0_g5": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972096
    },
    "rtl8812au_rf0_vals5": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972272
    },
    "rtl8812au_rf0_vals5_pa_g0": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972224
    },
    "rtl8812au_rf0_vals6": {
      "type": {
        "count": 92,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972464
    },
    "rtl8812au_rf0_vals7": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973168
    },
    "rtl8812au_rf0_vals7_pa_a0": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584972880
    },
    "rtl8812au_rf0_vals7_pa_a5": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973024
    },
    "rtl8812au_rf0_vals8": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973552
    },
    "rtl8812au_rf0_vals8_pa_a0_a5": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973424
    },
    "rtl8812au_rf0_vals9": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973728
    },
    "rtl8812au_rf1_regs0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584973992
    },
    "rtl8812au_rf1_regs3": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584974088
    },
    "rtl8812au_rf1_vals0": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584973996
    },
    "rtl8812au_rf1_vals10_pa_a5": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584975008
    },
    "rtl8812au_rf1_vals10_pa_g0_a0": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584974976
    },
    "rtl8812au_rf1_vals3": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584974096
    },
    "rtl8812au_rf1_vals6": {
      "type": {
        "count": 92,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584974208
    },
    "rtl8812au_rf1_vals7_pa_a5": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584974576
    },
    "rtl8812au_rf1_vals8_pa_a0_a5": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584974800
    },
    "rtl8821au_agc": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_agc_prog"
        }
      },
      "address": 18446744071584975680
    },
    "rtl8821au_agc_vals0": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584977104
    },
    "rtl8821au_agc_vals1": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584977600
    },
    "rtl8821au_agc_vals1_pa_lna_5g": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584977360
    },
    "rtl8821au_agc_vals2": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584977872
    },
    "rtl8821au_bb": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_bb_prog"
        }
      },
      "address": 18446744071584975632
    },
    "rtl8821au_bb_regs": {
      "type": {
        "count": 172,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584976064
    },
    "rtl8821au_bb_vals": {
      "type": {
        "count": 172,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584976416
    },
    "rtl8821au_mac": {
      "type": {
        "count": 98,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_mac_prog"
        }
      },
      "address": 18446744071584975232
    },
    "rtl8821au_rf": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_rf_prog"
        }
      },
      "address": 18446744071584975776
    },
    "rtl8821au_rf_regs0": {
      "type": {
        "count": 98,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584977904
    },
    "rtl8821au_rf_regs1": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584978408
    },
    "rtl8821au_rf_regs2": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584978704
    },
    "rtl8821au_rf_regs3": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584978976
    },
    "rtl8821au_rf_regs4": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584979272
    },
    "rtl8821au_rf_regs5": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584979568
    },
    "rtl8821au_rf_vals0": {
      "type": {
        "count": 98,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584978016
    },
    "rtl8821au_rf_vals1": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584978560
    },
    "rtl8821au_rf_vals1_def_or_bt": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584978432
    },
    "rtl8821au_rf_vals1_ext_5g": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584978496
    },
    "rtl8821au_rf_vals2": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584978832
    },
    "rtl8821au_rf_vals2_ext_5g": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584978736
    },
    "rtl8821au_rf_vals3": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584979120
    },
    "rtl8821au_rf_vals3_def_or_bt": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584979008
    },
    "rtl8821au_rf_vals4": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584979424
    },
    "rtl8821au_rf_vals4_def_or_bt": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584979296
    },
    "rtl8821au_rf_vals4_ext_5g": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584979360
    },
    "rtl8821au_rf_vals5": {
      "type": {
        "count": 102,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584979680
    },
    "rtm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtmsg"
        }
      },
      "address": 0
    },
    "rtm_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtm_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 18446744071585314896
    },
    "rtn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "rtnh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtnexthop"
        }
      },
      "address": 0
    },
    "rtnl_cloner_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613144192
    },
    "rtnl_cloner_lock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609989288
    },
    "rtnl_cloner_lock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609989232
    },
    "rtnl_cloner_lock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609989256
    },
    "rtnl_handle_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578399936
    },
    "rtnl_handle_dellink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578397984
    },
    "rtnl_handle_delneigh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578404496
    },
    "rtnl_handle_delnhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578412016
    },
    "rtnl_handle_delroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578422288
    },
    "rtnl_handle_getaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578399424
    },
    "rtnl_handle_getlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578397200
    },
    "rtnl_handle_getneigh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578404768
    },
    "rtnl_handle_getnhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578413152
    },
    "rtnl_handle_getroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578421024
    },
    "rtnl_handle_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578391648
    },
    "rtnl_handle_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578391488
    },
    "rtnl_handle_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578391568
    },
    "rtnl_handle_ifevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578390768
    },
    "rtnl_handle_iflink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578391952
    },
    "rtnl_handle_ifnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578390688
    },
    "rtnl_handle_message": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578389456
    },
    "rtnl_handle_newlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578398512
    },
    "rtnl_handle_newneigh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578402784
    },
    "rtnl_handle_newnhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578409408
    },
    "rtnl_handle_newroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578422656
    },
    "rtnl_handle_route_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578416784
    },
    "rtnl_handler": {
      "type": {
        "count": 117,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "rtnl_cmd_handler"
          }
        }
      },
      "address": 18446744071613143248
    },
    "rtnl_iface_add_cloner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578390992
    },
    "rtnl_iface_del_cloner": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578391136
    },
    "rtnl_ifaces_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578392032
    },
    "rtnl_ifaces_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578391312
    },
    "rtnl_lle_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578402416
    },
    "rtnl_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578389344
    },
    "rtnl_load_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609988928
    },
    "rtnl_neighs_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578402736
    },
    "rtnl_neighs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578402352
    },
    "rtnl_nexthops_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578409024
    },
    "rtnl_register_messages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578389120
    },
    "rtnl_routes_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578419664
    },
    "rtnl_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578390000
    },
    "rtnl_unload_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609988952
    },
    "rtorig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rtorig_ext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rtp": {
      "type": {
        "kind": "struct",
        "name": "rtprio"
      },
      "address": 0
    },
    "rtp2": {
      "type": {
        "kind": "struct",
        "name": "rtprio"
      },
      "address": 0
    },
    "rtp_to_pri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575547248
    },
    "rtpa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_tpa_start_cmpl"
        }
      },
      "address": 0
    },
    "rtpae": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_tpa_end_cmpl"
        }
      },
      "address": 0
    },
    "rtpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtprio"
        }
      },
      "address": 0
    },
    "rtrigger": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rts_append_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577137280
    },
    "rts_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577146368
    },
    "rts_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577147072
    },
    "rts_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577146784
    },
    "rts_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577147056
    },
    "rts_handle_ifnet_arrival": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577138128
    },
    "rts_handle_ifnet_departure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577138576
    },
    "rts_handle_route_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577137584
    },
    "rts_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577136976
    },
    "rts_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609845608
    },
    "rts_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577143200
    },
    "rts_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609845600
    },
    "rts_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577147088
    },
    "rtsbridge": {
      "type": {
        "kind": "struct",
        "name": "rtbridge"
      },
      "address": 18446744071609845584
    },
    "rtsbridge_orig_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtbridge"
        }
      },
      "address": 0
    },
    "rtsc": {
      "type": {
        "kind": "struct",
        "name": "service_curve_v1"
      },
      "address": 0
    },
    "rtsc_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576742080
    },
    "rtsdur": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtsenable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtsock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtsock_addrmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577134368
    },
    "rtsock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609845360
    },
    "rtsock_callback_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtbridge"
        }
      },
      "address": 18446744071609986528
    },
    "rtsock_debug_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609845352
    },
    "rtsock_fix_netmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577133120
    },
    "rtsock_ifmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577137664
    },
    "rtsock_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577137552
    },
    "rtsock_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844784
    },
    "rtsock_msg_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577142336
    },
    "rtsock_msg_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577133440
    },
    "rtsock_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613057048
    },
    "rtsock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844416
    },
    "rtsock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844440
    },
    "rtsock_nh": {
      "type": {
        "kind": "struct",
        "name": "netisr_handler"
      },
      "address": 18446744071609845384
    },
    "rtsock_routemsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577134976
    },
    "rtsock_routemsg_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577135520
    },
    "rtstime": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rtt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rtt_bytes_adjust": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtt_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rttarg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rttdcs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rttran": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_mesh_route"
        }
      },
      "address": 0
    },
    "rtv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "rtval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rtvals": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "rtwm_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571964496
    },
    "rtwn-rtl8188eefw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8188eufw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8192cfwE.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8192cfwE_B.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8192cfwT.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8192cfwU.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8192eufw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8812aufw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn-rtl8821aufw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_adhoc_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571964048
    },
    "rtwn_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571940000
    },
    "rtwn_bulk_rx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571983520
    },
    "rtwn_bulk_tx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571985744
    },
    "rtwn_calc_basicrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571953216
    },
    "rtwn_calib_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571956544
    },
    "rtwn_calib_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571956512
    },
    "rtwn_check_beacon_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571954608
    },
    "rtwn_chip_pci_attach": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071584944336
    },
    "rtwn_chip_usb_attach": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071584944512
    },
    "rtwn_cmd_sleepable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571966944
    },
    "rtwn_cmdq_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571966384
    },
    "rtwn_cmdq_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571966912
    },
    "rtwn_cmdq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571966304
    },
    "rtwn_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "rtwn_config_common": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071584944592
    },
    "rtwn_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571948592
    },
    "rtwn_devs": {
      "type": {
        "count": 111,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607423424
    },
    "rtwn_drain_mbufq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571967376
    },
    "rtwn_efuse_read_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571959520
    },
    "rtwn_get_rates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571962336
    },
    "rtwn_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571941040
    },
    "rtwn_init_beacon_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571953600
    },
    "rtwn_init_cam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571956784
    },
    "rtwn_init_seccfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571956816
    },
    "rtwn_init_static_keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571957696
    },
    "rtwn_ioctl_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571952496
    },
    "rtwn_key_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571956880
    },
    "rtwn_key_del_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571959104
    },
    "rtwn_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571959072
    },
    "rtwn_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571958672
    },
    "rtwn_key_set_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571959088
    },
    "rtwn_key_set_cb0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571957824
    },
    "rtwn_load_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571961120
    },
    "rtwn_monitor_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571948816
    },
    "rtwn_mrr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571953744
    },
    "rtwn_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571947648
    },
    "rtwn_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571949216
    },
    "rtwn_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571947552
    },
    "rtwn_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571947968
    },
    "rtwn_nop_int_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067360
    },
    "rtwn_nop_int_softc_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038352
    },
    "rtwn_nop_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067344
    },
    "rtwn_nop_softc_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067680
    },
    "rtwn_nop_softc_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572059184
    },
    "rtwn_nop_softc_uint32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572067376
    },
    "rtwn_nop_softc_uint8_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572028432
    },
    "rtwn_nop_softc_vap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038432
    },
    "rtwn_nop_void_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572038448
    },
    "rtwn_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571942064
    },
    "rtwn_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571969504
    },
    "rtwn_pci_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_pci_beacon_update_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571974000
    },
    "rtwn_pci_beacon_update_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571974032
    },
    "rtwn_pci_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975232
    },
    "rtwn_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571971888
    },
    "rtwn_pci_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975376
    },
    "rtwn_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609109360
    },
    "rtwn_pci_free_rx_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571974288
    },
    "rtwn_pci_free_tx_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571974640
    },
    "rtwn_pci_fw_write_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571973696
    },
    "rtwn_pci_get_qmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571973792
    },
    "rtwn_pci_ident_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_pci_ident"
        }
      },
      "address": 18446744071584944256
    },
    "rtwn_pci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975488
    },
    "rtwn_pci_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584944144
    },
    "rtwn_pci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609109312
    },
    "rtwn_pci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609109288
    },
    "rtwn_pci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609109128
    },
    "rtwn_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571969440
    },
    "rtwn_pci_probe_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571972352
    },
    "rtwn_pci_read_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975136
    },
    "rtwn_pci_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975168
    },
    "rtwn_pci_read_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975200
    },
    "rtwn_pci_reg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_pci_reset_beacon_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571974080
    },
    "rtwn_pci_reset_lists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571972592
    },
    "rtwn_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571972320
    },
    "rtwn_pci_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_pci_set_desc_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571973808
    },
    "rtwn_pci_setup_rx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975408
    },
    "rtwn_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571972256
    },
    "rtwn_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571972288
    },
    "rtwn_pci_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_pci_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571977616
    },
    "rtwn_pci_write_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571974992
    },
    "rtwn_pci_write_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975040
    },
    "rtwn_pci_write_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571975088
    },
    "rtwn_process_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571958688
    },
    "rtwn_pwrmode_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571953472
    },
    "rtwn_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571968720
    },
    "rtwn_read_rom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571959728
    },
    "rtwn_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571948800
    },
    "rtwn_rtl8188eefw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609110032
    },
    "rtwn_rtl8188eefw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070272
    },
    "rtwn_rtl8188eefw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609109944
    },
    "rtwn_rtl8188eufw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609110208
    },
    "rtwn_rtl8188eufw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070368
    },
    "rtwn_rtl8188eufw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609110120
    },
    "rtwn_rtl8192cfwE_B_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609110560
    },
    "rtwn_rtl8192cfwE_B_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070560
    },
    "rtwn_rtl8192cfwE_B_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609110472
    },
    "rtwn_rtl8192cfwE_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609110384
    },
    "rtwn_rtl8192cfwE_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070464
    },
    "rtwn_rtl8192cfwE_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609110296
    },
    "rtwn_rtl8192cfwT_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609110736
    },
    "rtwn_rtl8192cfwT_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070656
    },
    "rtwn_rtl8192cfwT_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609110648
    },
    "rtwn_rtl8192cfwU_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609110912
    },
    "rtwn_rtl8192cfwU_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070752
    },
    "rtwn_rtl8192cfwU_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609110824
    },
    "rtwn_rtl8192eufw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609111088
    },
    "rtwn_rtl8192eufw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070848
    },
    "rtwn_rtl8192eufw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609111000
    },
    "rtwn_rtl8812aufw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609111264
    },
    "rtwn_rtl8812aufw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572070944
    },
    "rtwn_rtl8812aufw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609111176
    },
    "rtwn_rtl8821aufw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609111440
    },
    "rtwn_rtl8821aufw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572071040
    },
    "rtwn_rtl8821aufw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609111352
    },
    "rtwn_rx_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571962880
    },
    "rtwn_rx_copy_to_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571985552
    },
    "rtwn_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571985328
    },
    "rtwn_rxeof_fragmented": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571984736
    },
    "rtwn_rxfilter_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571965808
    },
    "rtwn_rxfilter_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571966192
    },
    "rtwn_rxfilter_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571965408
    },
    "rtwn_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571941456
    },
    "rtwn_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571941632
    },
    "rtwn_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571941264
    },
    "rtwn_set_basicrates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571962800
    },
    "rtwn_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571941904
    },
    "rtwn_set_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571954464
    },
    "rtwn_set_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571964352
    },
    "rtwn_set_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571965648
    },
    "rtwn_set_pwrmode_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571953504
    },
    "rtwn_set_rx_bssid_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571966240
    },
    "rtwn_setup_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571955056
    },
    "rtwn_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571967824
    },
    "rtwn_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571948784
    },
    "rtwn_switch_bcnq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571954480
    },
    "rtwn_sysctlattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571948192
    },
    "rtwn_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571967520
    },
    "rtwn_tsf_sync_adhoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571953552
    },
    "rtwn_tsf_sync_adhoc_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571952784
    },
    "rtwn_tx_beacon_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571955456
    },
    "rtwn_tx_beacon_csa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571956336
    },
    "rtwn_tx_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571968048
    },
    "rtwn_update_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571955680
    },
    "rtwn_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571941888
    },
    "rtwn_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571947392
    },
    "rtwn_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571947232
    },
    "rtwn_update_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571947200
    },
    "rtwn_update_slot_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571954192
    },
    "rtwn_usb_abort_xfers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980512
    },
    "rtwn_usb_alloc_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571981168
    },
    "rtwn_usb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571978928
    },
    "rtwn_usb_attach.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_usb_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571983408
    },
    "rtwn_usb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571979872
    },
    "rtwn_usb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609109728
    },
    "rtwn_usb_drop_incorrect_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980736
    },
    "rtwn_usb_ep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_usb_fw_write_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980688
    },
    "rtwn_usb_get_qmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571982064
    },
    "rtwn_usb_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571978864
    },
    "rtwn_usb_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584944416
    },
    "rtwn_usb_read_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571982880
    },
    "rtwn_usb_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571983056
    },
    "rtwn_usb_read_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571983232
    },
    "rtwn_usb_reg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_usb_reset_lists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980400
    },
    "rtwn_usb_reset_tx_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980832
    },
    "rtwn_usb_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980336
    },
    "rtwn_usb_rx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_usb_setup_endpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571981440
    },
    "rtwn_usb_setup_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571981952
    },
    "rtwn_usb_start_xfers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980368
    },
    "rtwn_usb_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571980304
    },
    "rtwn_usb_tx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "rtwn_usb_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571986400
    },
    "rtwn_usb_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609109680
    },
    "rtwn_usb_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609109656
    },
    "rtwn_usb_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609109496
    },
    "rtwn_usb_write_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571982304
    },
    "rtwn_usb_write_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571982496
    },
    "rtwn_usb_write_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571982688
    },
    "rtwn_usb_write_region_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571982112
    },
    "rtwn_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571944208
    },
    "rtwn_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571945712
    },
    "rtwn_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571954064
    },
    "rtwn_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571946256
    },
    "rtype": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rtz": {
      "type": {
        "kind": "struct",
        "name": "timezone"
      },
      "address": 0
    },
    "ru": {
      "type": {
        "kind": "struct",
        "name": "rusage"
      },
      "address": 0
    },
    "ru32": {
      "type": {
        "kind": "struct",
        "name": "rusage32"
      },
      "address": 0
    },
    "ru_before": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ru_marked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ruadd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575553664
    },
    "rucollect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575553520
    },
    "rue_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573124192
    },
    "rue_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573126192
    },
    "rue_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573125712
    },
    "rue_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573125392
    },
    "rue_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585055648
    },
    "rue_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573124480
    },
    "rue_devs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607432384
    },
    "rue_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609418128
    },
    "rue_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573128416
    },
    "rue_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573127984
    },
    "rue_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573127904
    },
    "rue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573126352
    },
    "rue_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573125952
    },
    "rue_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585055440
    },
    "rue_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573124544
    },
    "rue_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573125376
    },
    "rue_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573124960
    },
    "rue_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573124128
    },
    "rue_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573128160
    },
    "rue_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573126896
    },
    "rue_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573127488
    },
    "rue_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573126288
    },
    "rue_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573126736
    },
    "rue_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573127728
    },
    "rue_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585055552
    },
    "rue_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609418080
    },
    "rue_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609418056
    },
    "rue_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609417800
    },
    "ruephy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ruephy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573133216
    },
    "ruephy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609419048
    },
    "ruephy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071585056368
    },
    "ruephy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585056256
    },
    "ruephy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609419000
    },
    "ruephy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609418976
    },
    "ruephy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609418936
    },
    "ruephy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573133120
    },
    "ruephy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573134160
    },
    "ruephy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573133248
    },
    "ruephy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573133568
    },
    "ruephys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071585056336
    },
    "ruereg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rufetch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575553744
    },
    "rufetchcalc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575553120
    },
    "rufetchtd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575552096
    },
    "ruid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ruip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uidinfo"
        }
      },
      "address": 0
    },
    "rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule"
        }
      },
      "address": 0
    },
    "rule2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rctl_rule"
        }
      },
      "address": 0
    },
    "rule_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rule_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "eth_classify_rule_cmd"
        }
      },
      "address": 0
    },
    "rule_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_head"
        }
      },
      "address": 0
    },
    "rule_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_rule_hw"
        }
      },
      "address": 0
    },
    "rule_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rule_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_lock"
        }
      },
      "address": 0
    },
    "rule_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mlx5_flow_rule"
          }
        }
      },
      "address": 0
    },
    "rule_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rulecnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rules": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_head"
        }
      },
      "address": 0
    },
    "rules_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rules_list"
        }
      },
      "address": 0
    },
    "rules_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ruleset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keth_ruleset"
        }
      },
      "address": 0
    },
    "rum_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573171376
    },
    "rum_bbp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573190496
    },
    "rum_bbp_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573190800
    },
    "rum_beacon_miss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573195424
    },
    "rum_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573181504
    },
    "rum_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573180880
    },
    "rum_chan_5ghz": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585060768
    },
    "rum_cmd_sleepable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573196768
    },
    "rum_cmdq_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573180320
    },
    "rum_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585060688
    },
    "rum_def_bbp": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585062672
    },
    "rum_def_mac": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_7d2582079ec0e915"
        }
      },
      "address": 18446744071585062496
    },
    "rum_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573173152
    },
    "rum_devs": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607433952
    },
    "rum_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609420264
    },
    "rum_eeprom_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573184784
    },
    "rum_enable_tsf_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573185296
    },
    "rum_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573173728
    },
    "rum_group_key_del_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573198256
    },
    "rum_group_key_set_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573197136
    },
    "rum_key_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573193392
    },
    "rum_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573193888
    },
    "rum_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573193792
    },
    "rum_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573171312
    },
    "rum_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585058576
    },
    "rum_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573191616
    },
    "rum_pair_key_del_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573198448
    },
    "rum_pair_key_set_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573197728
    },
    "rum_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573176576
    },
    "rum_ratectl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573196416
    },
    "rum_ratectl_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573195632
    },
    "rum_ratectl_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573196736
    },
    "rum_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573174112
    },
    "rum_read_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573184576
    },
    "rum_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573194512
    },
    "rum_rf5225": {
      "type": {
        "count": 42,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rfprog"
        }
      },
      "address": 18446744071585060800
    },
    "rum_rf5226": {
      "type": {
        "count": 42,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "rfprog"
        }
      },
      "address": 18446744071585061648
    },
    "rum_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573175808
    },
    "rum_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573175552
    },
    "rum_select_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573190048
    },
    "rum_select_band": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573188432
    },
    "rum_sendprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573183792
    },
    "rum_set_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573196528
    },
    "rum_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573185760
    },
    "rum_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573176112
    },
    "rum_set_power_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573196016
    },
    "rum_setup_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573184112
    },
    "rum_sta_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573195072
    },
    "rum_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573182512
    },
    "rum_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573191008
    },
    "rum_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573176272
    },
    "rum_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609420216
    },
    "rum_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609420192
    },
    "rum_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609420056
    },
    "rum_update_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573193984
    },
    "rum_update_beacon_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573198656
    },
    "rum_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573180304
    },
    "rum_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573173856
    },
    "rum_update_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573179744
    },
    "rum_update_slot_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573196304
    },
    "rum_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573178752
    },
    "rum_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573179216
    },
    "rum_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573179776
    },
    "rum_write_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573184992
    },
    "run": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "run_ampdu_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573213968
    },
    "run_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573198960
    },
    "run_autoinst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573198784
    },
    "run_bbp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573240800
    },
    "run_bbp_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573232464
    },
    "run_bbp_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573231936
    },
    "run_bulk_rx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214784
    },
    "run_bulk_tx_callback0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214688
    },
    "run_bulk_tx_callback1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214704
    },
    "run_bulk_tx_callback2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214720
    },
    "run_bulk_tx_callback3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214736
    },
    "run_bulk_tx_callback4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214752
    },
    "run_bulk_tx_callback5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214768
    },
    "run_bulk_tx_callbackN": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573215664
    },
    "run_chan_5ghz": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585064032
    },
    "run_cmdq_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573213984
    },
    "run_config": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585063168
    },
    "run_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573205344
    },
    "run_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573204448
    },
    "run_devs": {
      "type": {
        "count": 224,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607435648
    },
    "run_disable_tsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573221024
    },
    "run_drain_fifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573217824
    },
    "run_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609420792
    },
    "run_driver_loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573198672
    },
    "run_eeprom_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573220176
    },
    "run_efuse_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573220304
    },
    "run_efuse_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573220288
    },
    "run_enable_tsf_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573221216
    },
    "run_etag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610909864
    },
    "run_ext": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "run_get_tsf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573220016
    },
    "run_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573205408
    },
    "run_interrupt_driven_config_hooks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575818800
    },
    "run_interrupt_driven_config_hooks.running": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612900560
    },
    "run_iter_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573249504
    },
    "run_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573234160
    },
    "run_key_delete_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573237568
    },
    "run_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573234288
    },
    "run_key_set_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573238064
    },
    "run_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "run_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573198896
    },
    "run_mcu_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573231632
    },
    "run_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573236752
    },
    "run_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585063104
    },
    "run_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573206096
    },
    "run_newassoc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573232944
    },
    "run_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573234528
    },
    "run_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573206032
    },
    "run_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573209888
    },
    "run_ratectl_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573214304
    },
    "run_ratectl_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573233040
    },
    "run_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573207248
    },
    "run_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573205136
    },
    "run_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573236400
    },
    "run_reset_livelock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573218176
    },
    "run_rssi2dbm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573219872
    },
    "run_rt2870_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573232208
    },
    "run_rt2870_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573230368
    },
    "run_rt3070_filter_calib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573248944
    },
    "run_rt3070_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573244176
    },
    "run_rt3070_rf_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573231184
    },
    "run_rt3070_rf_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573247472
    },
    "run_rt3070_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573230912
    },
    "run_rt3070_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573229792
    },
    "run_rt3593_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573243344
    },
    "run_rt3593_rf_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573246688
    },
    "run_rt5390_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573242384
    },
    "run_rt5390_rf_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573246272
    },
    "run_rx_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573218800
    },
    "run_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573205728
    },
    "run_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573205568
    },
    "run_scrn_saver": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823244
    },
    "run_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573221488
    },
    "run_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573205888
    },
    "run_set_rx_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573242080
    },
    "run_set_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573217504
    },
    "run_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573216576
    },
    "run_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573239120
    },
    "run_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "run_taskqueue": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "run_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573209600
    },
    "run_txrx_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573248448
    },
    "run_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609420744
    },
    "run_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609420720
    },
    "run_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609420560
    },
    "run_update_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573233792
    },
    "run_update_beacon_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573237120
    },
    "run_update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573213936
    },
    "run_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573206656
    },
    "run_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573208384
    },
    "run_update_promisc_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573233568
    },
    "run_updateprot_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573237440
    },
    "run_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573206576
    },
    "run_updateslot_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573233328
    },
    "run_usb_timeout_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573217440
    },
    "run_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573208512
    },
    "run_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573209200
    },
    "run_wme_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573206672
    },
    "run_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573218448
    },
    "run_write_region_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573233072
    },
    "runa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "runb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "runbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "runcolor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "runfw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "runfw_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609421016
    },
    "runfw_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573250176
    },
    "runfw_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609420928
    },
    "runlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "running": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "running_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "runningbufreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041576
    },
    "runningbufspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041552
    },
    "runningbufwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576360128
    },
    "runpid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "runq_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629392
    },
    "runq_add_pri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629536
    },
    "runq_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629680
    },
    "runq_choose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629808
    },
    "runq_choose_from": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629840
    },
    "runq_choose_fuzz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629696
    },
    "runq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629312
    },
    "runq_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575629904
    },
    "runq_remove_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630000
    },
    "runs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "runtime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rusage"
        }
      },
      "address": 0
    },
    "rushjob": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045660
    },
    "ruxagg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575551856
    },
    "ruxagg_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575552384
    },
    "rv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_reg_val_t"
        }
      },
      "address": 0
    },
    "rv1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rv_saved": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "rval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rvals": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rvalt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rvd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_reserv_domain"
        }
      },
      "address": 0
    },
    "rvn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_reserv"
        }
      },
      "address": 0
    },
    "rvo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rvol": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "rvp_id": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rw_op": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rw_rev": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rw_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564400
    },
    "rw_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rw_via_memwin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568787552
    },
    "rwait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rwork": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rcu_work"
        }
      },
      "address": 0
    },
    "rx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rxClearPolarity": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "rxLat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_accept_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_alarm_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_ant": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rx_ant_conf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_bd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_rx_bd"
        }
      },
      "address": 0
    },
    "rx_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_sw_rx_bd"
        }
      },
      "address": 0
    },
    "rx_buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_buffer_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_busy_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_bytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_chain": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_chain_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_chainmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_clear_polarity": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "rx_cmb_end": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "rx_cnt": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rx_cntxt_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_rcv_cntxt_req_t"
        }
      },
      "address": 0
    },
    "rx_cons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_copy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_counter": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_cpuid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_cq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_cq"
        }
      },
      "address": 0
    },
    "rx_cq_cons_sb": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_cqe_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_rx_cqe_next_page"
        }
      },
      "address": 0
    },
    "rx_csum_none": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_ctls": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_rx_cso_stat_info"
        }
      },
      "address": 0
    },
    "rx_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_cyc": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "rx_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_rx_data"
        }
      },
      "address": 0
    },
    "rx_decrypted_error": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_decrypted_ok": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_rx_desc"
        }
      },
      "address": 0
    },
    "rx_done": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mxge_rx_done_t"
        }
      },
      "address": 0
    },
    "rx_enabled": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_rx_cso_stat_info"
        }
      },
      "address": 0
    },
    "rx_ext_busy_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_frame_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_frames": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_gain_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071610621136
    },
    "rx_gain_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_gain_value_caped": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_hash_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_hash_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bfe_rxheader"
        }
      },
      "address": 0
    },
    "rx_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_itr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_lane_swap": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_lat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_latency": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_le": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msk_rx_desc"
        }
      },
      "address": 0
    },
    "rx_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_list_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_max_pkt_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_mode_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_ndesc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608446936
    },
    "rx_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_nf_cal": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "rx_nf_pwr": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "rx_nframes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608447056
    },
    "rx_npkts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_ok": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "rx_only": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "rx_out_of_buffer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_packets": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ale_rx_page"
        }
      },
      "address": 0
    },
    "rx_page_end": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "rx_pause": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "rx_pause_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_pb_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_pfc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_pkt_diff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_pkt_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_pkts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_prods": {
      "type": {
        "kind": "struct",
        "name": "ustorm_eth_rx_producers"
      },
      "address": 0
    },
    "rx_que": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_rx_queue"
        }
      },
      "address": 0
    },
    "rx_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_res": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_rx_mpdu_res_start"
        }
      },
      "address": 0
    },
    "rx_ring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_rx_ring"
        }
      },
      "address": 0
    },
    "rx_ring_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_ring_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_ring_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_riwt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_sd": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_sge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_rx_sge"
        }
      },
      "address": 0
    },
    "rx_slots": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_src_addr_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_stat_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "rx_stats": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_rx_stats"
      },
      "address": 0
    },
    "rx_stats_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rx_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_time_dur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_tstamp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_sw_rules_elem"
        }
      },
      "address": 0
    },
    "rx_tx_add_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rx_tx_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rx_tx_in_reset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rx_ucast": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rx_usecs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rx_vectors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rx_wqe_err": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rxa": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxaccum": {
      "type": {
        "kind": "struct",
        "name": "vtnet_rxq_stats"
      },
      "address": 0
    },
    "rxalign": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rxb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_rx_buf_t"
        }
      },
      "address": 0
    },
    "rxb_backup": {
      "type": {
        "kind": "struct",
        "name": "netif_rx_back_ring_t"
      },
      "address": 0
    },
    "rxb_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568948720
    },
    "rxbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_prod_pkt_bd"
        }
      },
      "address": 0
    },
    "rxbr_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bwi_rxbuf"
        }
      },
      "address": 0
    },
    "rxbuf_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxbufpos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rxc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmxnet3_comp_ring"
        }
      },
      "address": 0
    },
    "rxcd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmxnet3_rxcompdesc"
        }
      },
      "address": 0
    },
    "rxcfg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rxchain": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rxchan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_channel"
        }
      },
      "address": 0
    },
    "rxclear": {
      "type": {
        "kind": "enum",
        "name": "unnamed_895ff46dcb8b45d2"
      },
      "address": 0
    },
    "rxcomp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxconf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxcsum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxcur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxcw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "i40e_32byte_rx_desc"
        }
      },
      "address": 0
    },
    "rxd_frag_to_sd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577030336
    },
    "rxdb_reg": {
      "type": {
        "kind": "union",
        "name": "pd_rxulp_db_t"
      },
      "address": 0
    },
    "rxdctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_lmac_rx_desc"
        }
      },
      "address": 0
    },
    "rxdid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cas_rxdsoft"
        }
      },
      "address": 0
    },
    "rxds2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cas_rxdsoft"
        }
      },
      "address": 0
    },
    "rxdw0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxdw1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxdw2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxdw3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxdw4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxena": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxf_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxf_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxf_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_rxf_stats_v2"
        }
      },
      "address": 0
    },
    "rxfilt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "rxfilter": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxfltmap": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rxhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtnet_rx_header"
        }
      },
      "address": 0
    },
    "rxhead": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxheader": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bfe_rxheader"
        }
      },
      "address": 0
    },
    "rxidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxinfo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxj_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxkeyix": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rxkring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "rxlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxlist": {
      "type": {
        "kind": "struct",
        "name": "ath_bufhead"
      },
      "address": 0
    },
    "rxmac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxmac_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxmaxsegsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "rxmem_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxmode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "rxon": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwn_rxon"
        }
      },
      "address": 0
    },
    "rxon_assoc": {
      "type": {
        "kind": "struct",
        "name": "wpi_assoc"
      },
      "address": 0
    },
    "rxp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxpause": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxpb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxpkts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxpktsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxprog": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxput": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "rxq": {
      "type": {
        "kind": "struct",
        "name": "i40e_hmc_obj_rxq"
      },
      "address": 0
    },
    "rxq_desc": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rxq_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxq_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxq_map": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rxq_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "rxq_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rxqid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rxqs_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "rxqsizes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "rxr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_ring"
        }
      },
      "address": 0
    },
    "rxr_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxrd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rx_rdesc"
        }
      },
      "address": 0
    },
    "rxring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_ring"
        }
      },
      "address": 0
    },
    "rxring_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxs_backup": {
      "type": {
        "kind": "struct",
        "name": "netif_rx_sring_t"
      },
      "address": 0
    },
    "rxs_final": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_rx_stats"
        }
      },
      "address": 0
    },
    "rxs_stat_ring": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "et_rxstatus_data"
        }
      },
      "address": 0
    },
    "rxseq": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rxslist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "rxslot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_slot"
        }
      },
      "address": 0
    },
    "rxsnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "rxsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ar9300_rxs"
        }
      },
      "address": 0
    },
    "rxst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtnet_rxq_stats"
        }
      },
      "address": 0
    },
    "rxst_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxst_info1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxst_info2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxst_ring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "et_rxstat_ring"
        }
      },
      "address": 0
    },
    "rxst_wrap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxstat_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "UPT1_RxStats"
        }
      },
      "address": 0
    },
    "rxsts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxsync_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "rxtap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_rx_radiotap_header"
        }
      },
      "address": 0
    },
    "rxtxMargin": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rxvlan": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "rxwi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rt2860_rxwi"
        }
      },
      "address": 0
    },
    "rxwisize": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "rz_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "s": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s10": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s11": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s12": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s13": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s14": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s15": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s16": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s16idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s17": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s18": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s19": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s1code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "s2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s20": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s21": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s22": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s23": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s2code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "s3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s32": {
      "type": {
        "kind": "struct",
        "name": "sigaction32"
      },
      "address": 0
    },
    "s3code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "s4": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s5": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s6": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s6ghzlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s6gp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cfg80211_scan_6ghz_params"
        }
      },
      "address": 0
    },
    "s7": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s8": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s8idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "s9": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sEnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sStart": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s_baddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s_debug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_port_stats_debug"
        }
      },
      "address": 0
    },
    "s_eqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_eqe"
        }
      },
      "address": 0
    },
    "s_free": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "s_hw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "s_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s_id_text": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "s_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_state"
        }
      },
      "address": 0
    },
    "s_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s_qpp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s_rd_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s_rule": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_sw_rules_elem"
        }
      },
      "address": 0
    },
    "s_rule_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "s_selbits": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "s_slave": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_slave_state"
        }
      },
      "address": 0
    },
    "s_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_slave_state"
        }
      },
      "address": 0
    },
    "s_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "s_steer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_steer"
        }
      },
      "address": 0
    },
    "s_sw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "s_util": {
      "type": {
        "kind": "union",
        "name": "s_util"
      },
      "address": 0
    },
    "s_volume_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "s_wr": {
      "type": {
        "kind": "union",
        "name": "s_wr"
      },
      "address": 0
    },
    "s_wr_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "s_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570210272
    },
    "sa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "syscall_args"
        }
      },
      "address": 0
    },
    "sa0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_sa"
        }
      },
      "address": 0
    },
    "sa2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_x_sa2"
        }
      },
      "address": 0
    },
    "sa6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "sa6_any": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 18446744071585302192
    },
    "sa6_checkzone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578226208
    },
    "sa6_checkzone_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578226576
    },
    "sa6_dst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "sa6_embedscope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578224976
    },
    "sa6_recoverscope": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578225168
    },
    "sa6_src": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "sa_allow_io_split": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610598072
    },
    "sa_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608286616
    },
    "sa_default_timeouts": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sa_timeout_desc"
        }
      },
      "address": 18446744071584040240
    },
    "sa_dl": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_dl"
      },
      "address": 0
    },
    "sa_dst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "sa_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sa_mask": {
      "type": {
        "kind": "union",
        "name": "sockaddr_union"
      },
      "address": 0
    },
    "sa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608285616
    },
    "sa_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566122368
    },
    "sa_param_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sa_param_ent"
        }
      },
      "address": 18446744071608285408
    },
    "sa_prot_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sa_prot_map"
        }
      },
      "address": 18446744071608284880
    },
    "sa_quirk_table": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sa_quirk_entry"
        }
      },
      "address": 18446744071608285696
    },
    "sa_zero": {
      "type": {
        "kind": "struct",
        "name": "sockaddr"
      },
      "address": 18446744071609845968
    },
    "saasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566122480
    },
    "sac": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sacheckeod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566150096
    },
    "sack": {
      "type": {
        "kind": "struct",
        "name": "sackblk"
      },
      "address": 0
    },
    "sack_blocks": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sackblk"
        }
      },
      "address": 0
    },
    "sack_bytes_rxmt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sack_changed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sack_rxmit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sack_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sackblks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sacleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566124880
    },
    "saclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566128208
    },
    "sacq": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584787184
    },
    "sad": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "sad6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "sadc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "saddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "saddr6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "sadevgonecb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566155904
    },
    "sadone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566156128
    },
    "sadriver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608285640
    },
    "saerase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566153728
    },
    "saerror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566145376
    },
    "saf": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "safe": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "safe_mode": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "safe_pause_ms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569277168
    },
    "safe_pause_us": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569210304
    },
    "safest_rx_cluster": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450020
    },
    "safilled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "safillprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566155296
    },
    "safte_2little": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "safte_enc_vec": {
      "type": {
        "kind": "struct",
        "name": "enc_vec"
      },
      "address": 18446744071584041784
    },
    "safte_fill_control_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566183792
    },
    "safte_fill_read_buf_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566180016
    },
    "safte_get_elm_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566179712
    },
    "safte_init_enc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566179296
    },
    "safte_init_enc.cdb0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608288880
    },
    "safte_poll_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566179968
    },
    "safte_process_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566180176
    },
    "safte_process_control_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566185296
    },
    "safte_process_gflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566180960
    },
    "safte_process_slotstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566183136
    },
    "safte_process_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566181088
    },
    "safte_set_elm_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566179792
    },
    "safte_set_enc_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566179536
    },
    "safte_softc_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566179200
    },
    "safte_softc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566178928
    },
    "safte_softc_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566179120
    },
    "sagaw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sagaw_bits": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sagaw_bits_tag"
        }
      },
      "address": 18446744071587093392
    },
    "sagaw_sp": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584034384
    },
    "sagetparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566146624
    },
    "sagetparams_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566152352
    },
    "sagetpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566151776
    },
    "sah": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secashead"
        }
      },
      "address": 0
    },
    "sahdrainq": {
      "type": {
        "kind": "struct",
        "name": "secashead_queue"
      },
      "address": 0
    },
    "sahtree_lock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071613140200
    },
    "sahtree_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "sai": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "sai6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "saidx": {
      "type": {
        "kind": "struct",
        "name": "secasindex"
      },
      "address": 0
    },
    "sainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566122416
    },
    "saioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566129648
    },
    "sal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "salen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saloadtotunables": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566127168
    },
    "saloadunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566150416
    },
    "saltcount": {
      "type": {
        "count": 0,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "same": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "same_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_scsi_dev_t"
        }
      },
      "address": 0
    },
    "same_page": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "same_table_next": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "samesess": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "samodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608285352
    },
    "samount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566142096
    },
    "samount.ctry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584040528
    },
    "sample": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sample.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sample_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568249088
    },
    "samsung": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584031887
    },
    "san_mac_data": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "san_mac_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sane": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "saoninvalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566124736
    },
    "saopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566127408
    },
    "sap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_ng"
        }
      },
      "address": 0
    },
    "saparamsetlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566152592
    },
    "sapblk": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "saprevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566145120
    },
    "sar_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582399744
    },
    "sar_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582400816
    },
    "sar_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582401920
    },
    "sardpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566154288
    },
    "saregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566122624
    },
    "saretension": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566153968
    },
    "sarewind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566150160
    },
    "sargs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sx_args"
        }
      },
      "address": 0
    },
    "sas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_sas"
        }
      },
      "address": 0
    },
    "sas_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sas_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_SAS_ADDRESS_T"
        }
      },
      "address": 0
    },
    "sas_device_pg0": {
      "type": {
        "kind": "struct",
        "name": "Mpi2SasDevicePage0_t"
      },
      "address": 0
    },
    "sas_loginfo": {
      "type": {
        "kind": "union",
        "name": "loginfo_type"
      },
      "address": 0
    },
    "sas_settings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_sas"
        }
      },
      "address": 0
    },
    "sas_spread": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sas_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sas_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sasaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "saseteotwarn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566117424
    },
    "sasetparams": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566148576
    },
    "sasetpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566154592
    },
    "sasetprotents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566117552
    },
    "sasetsili": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566117120
    },
    "saspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566150768
    },
    "sassc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mpssas_softc"
        }
      },
      "address": 0
    },
    "sastart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566125152
    },
    "sastrategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566140864
    },
    "sasysctlinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566126384
    },
    "sat_changeable_mode_page_01": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133324
    },
    "sat_changeable_mode_page_02": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133360
    },
    "sat_changeable_mode_page_08": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133408
    },
    "sat_changeable_mode_page_0A": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133440
    },
    "sat_changeable_mode_page_19": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133460
    },
    "sat_changeable_mode_page_1C": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133480
    },
    "sat_changeable_mode_pages": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071610133504
    },
    "sat_default_mode_page_01": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133312
    },
    "sat_default_mode_page_02": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133344
    },
    "sat_default_mode_page_08": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133376
    },
    "sat_default_mode_page_0A": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133428
    },
    "sat_default_mode_page_19": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133452
    },
    "sat_default_mode_page_1C": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133468
    },
    "sat_default_mode_pages": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071610133552
    },
    "sat_mode_page_sizes": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071610133592
    },
    "sat_packet_protocol": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sat_protocol": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sat_supported_mode_pages": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610133492
    },
    "sata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_sata"
        }
      },
      "address": 0
    },
    "sata_pass_handler_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608524516
    },
    "sata_rev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sata_spread": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "satacfg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sati.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_abort_task_set.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_abort_task_set_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067056
    },
    "sati_abort_task_set_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067136
    },
    "sati_ata_check_power_mode_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094112
    },
    "sati_ata_download_microcode_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098784
    },
    "sati_ata_execute_device_diagnostic_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093408
    },
    "sati_ata_flush_cache_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097600
    },
    "sati_ata_identify_device_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093360
    },
    "sati_ata_identify_device_copy_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093456
    },
    "sati_ata_identify_device_get_sector_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093856
    },
    "sati_ata_idle_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097920
    },
    "sati_ata_idle_immediate_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097760
    },
    "sati_ata_idle_immediate_unload_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097840
    },
    "sati_ata_media_eject_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098000
    },
    "sati_ata_non_data_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093328
    },
    "sati_ata_read_buffer_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098688
    },
    "sati_ata_read_log_ext_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098496
    },
    "sati_ata_read_verify_sectors_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098048
    },
    "sati_ata_set_features_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098416
    },
    "sati_ata_smart_read_log_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098224
    },
    "sati_ata_smart_return_status_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098128
    },
    "sati_ata_standby_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097648
    },
    "sati_ata_standby_immediate_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097712
    },
    "sati_ata_write_buffer_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098736
    },
    "sati_ata_write_uncorrectable_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098320
    },
    "sati_atapi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_atapi_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067376
    },
    "sati_atapi_translate_command_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067680
    },
    "sati_atapi_translate_number_of_bytes_transferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067920
    },
    "sati_atapi_translate_request_sense_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067824
    },
    "sati_copy_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093696
    },
    "sati_data_bytes_set": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sati_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_device_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067984
    },
    "sati_device_state_stopped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581098624
    },
    "sati_device_update_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581068032
    },
    "sati_get_data_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097376
    },
    "sati_get_number_data_bytes_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067024
    },
    "sati_get_sat_compliance_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581066992
    },
    "sati_get_sat_compliance_version_revision": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067008
    },
    "sati_inquiry.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_inquiry_ata_information_finish_translation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581071392
    },
    "sati_inquiry_ata_information_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581070400
    },
    "sati_inquiry_block_device_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581069568
    },
    "sati_inquiry_device_id_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581069808
    },
    "sati_inquiry_serial_number_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581069424
    },
    "sati_inquiry_standard_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581068352
    },
    "sati_inquiry_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581070976
    },
    "sati_log_sense.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_log_sense_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581071840
    },
    "sati_log_sense_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581072336
    },
    "sati_lun_reset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_lun_reset_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581074240
    },
    "sati_mode_page_get_page_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581074320
    },
    "sati_mode_pages.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_mode_select.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_mode_select_10_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581077264
    },
    "sati_mode_select_6_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581074400
    },
    "sati_mode_select_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581074512
    },
    "sati_mode_select_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581077376
    },
    "sati_mode_sense.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_mode_sense_10.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_mode_sense_10_all_pages_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581080992
    },
    "sati_mode_sense_10_caching_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581079824
    },
    "sati_mode_sense_10_control_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581080832
    },
    "sati_mode_sense_10_disconnect_reconnect_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581080752
    },
    "sati_mode_sense_10_informational_excp_control_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581080592
    },
    "sati_mode_sense_10_power_condition_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581080912
    },
    "sati_mode_sense_10_read_write_error_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581080672
    },
    "sati_mode_sense_10_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581079744
    },
    "sati_mode_sense_10_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581079904
    },
    "sati_mode_sense_6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_mode_sense_6_all_pages_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081808
    },
    "sati_mode_sense_6_caching_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081136
    },
    "sati_mode_sense_6_control_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081648
    },
    "sati_mode_sense_6_disconnect_reconnect_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081488
    },
    "sati_mode_sense_6_informational_excp_control_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081408
    },
    "sati_mode_sense_6_power_condition_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081728
    },
    "sati_mode_sense_6_read_write_error_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081568
    },
    "sati_mode_sense_6_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081072
    },
    "sati_mode_sense_6_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081216
    },
    "sati_mode_sense_all_pages_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581079456
    },
    "sati_mode_sense_build_std_block_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581077824
    },
    "sati_mode_sense_caching_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581078416
    },
    "sati_mode_sense_calculate_page_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581077472
    },
    "sati_mode_sense_control_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581078688
    },
    "sati_mode_sense_copy_initial_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581078048
    },
    "sati_mode_sense_disconnect_reconnect_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581078288
    },
    "sati_mode_sense_informational_excp_control_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581078864
    },
    "sati_mode_sense_power_condition_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581079088
    },
    "sati_mode_sense_read_write_error_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581078160
    },
    "sati_mode_sense_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581077552
    },
    "sati_move.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_move_32_bit_lba_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581082752
    },
    "sati_move_6_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581082528
    },
    "sati_move_large_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581083584
    },
    "sati_move_large_udma_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581083904
    },
    "sati_move_set_sector_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581081888
    },
    "sati_move_small_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581082960
    },
    "sati_move_translate_32_bit_lba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581082096
    },
    "sati_move_translate_64_bit_lba": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581082256
    },
    "sati_move_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581082704
    },
    "sati_passthrough.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_passthrough_12_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581084096
    },
    "sati_passthrough_16_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581084544
    },
    "sati_passthrough_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581085136
    },
    "sati_read.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_read_10_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581085696
    },
    "sati_read_12_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581085840
    },
    "sati_read_16_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581086016
    },
    "sati_read_6_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581085616
    },
    "sati_read_buffer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_read_buffer_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581086208
    },
    "sati_read_buffer_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581086496
    },
    "sati_read_capacity.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_read_capacity_10_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581086656
    },
    "sati_read_capacity_10_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581086944
    },
    "sati_read_capacity_16_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581086784
    },
    "sati_read_capacity_16_translate_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581087280
    },
    "sati_reassign_blocks.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_reassign_blocks_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581087824
    },
    "sati_reassign_blocks_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581088672
    },
    "sati_reassign_blocks_verify_condition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581088832
    },
    "sati_report_luns.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_report_luns_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581089248
    },
    "sati_request_sense.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_request_sense_data_response_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581090080
    },
    "sati_request_sense_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581089584
    },
    "sati_request_sense_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581089856
    },
    "sati_scsi_common_descriptors_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581095024
    },
    "sati_scsi_common_response_iu_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094176
    },
    "sati_scsi_descriptor_sense_data_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094832
    },
    "sati_scsi_fixed_sense_data_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094640
    },
    "sati_scsi_get_descriptor_sense_data_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094240
    },
    "sati_scsi_get_sense_data_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094208
    },
    "sati_scsi_read_error_sense_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581096832
    },
    "sati_scsi_read_ncq_error_sense_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581096336
    },
    "sati_scsi_response_data_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097328
    },
    "sati_scsi_sense_data_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094288
    },
    "sati_self_test_log_header_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581073408
    },
    "sati_sequence": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATI_TRANSLATOR_SEQUENCE_T"
        }
      },
      "address": 0
    },
    "sati_sequence_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581067040
    },
    "sati_sequence_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581066752
    },
    "sati_set_data_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093808
    },
    "sati_set_data_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581097424
    },
    "sati_set_parameters_to_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581073584
    },
    "sati_set_sense_data_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581094160
    },
    "sati_start_stop_unit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_start_stop_unit_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581090448
    },
    "sati_start_stop_unit_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581090816
    },
    "sati_status": {
      "type": {
        "kind": "enum",
        "name": "_SATI_STATUS"
      },
      "address": 0
    },
    "sati_synchronize_cache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_synchronize_cache_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091200
    },
    "sati_test_unit_ready.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_test_unit_ready_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091296
    },
    "sati_test_unit_ready_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091440
    },
    "sati_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581064512
    },
    "sati_translate_command_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581065632
    },
    "sati_translate_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581064288
    },
    "sati_translate_sense_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581073888
    },
    "sati_translate_task_management": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581065520
    },
    "sati_translate_task_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581066784
    },
    "sati_unmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_unmap_calculate_dsm_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091536
    },
    "sati_unmap_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091600
    },
    "sati_unmap_get_max_buffer_size_in_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091888
    },
    "sati_unmap_initial_processing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091920
    },
    "sati_unmap_load_next_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581091728
    },
    "sati_unmap_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581092480
    },
    "sati_unmap_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581092960
    },
    "sati_unmap_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093056
    },
    "sati_unmap_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581093136
    },
    "sati_util.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_verify.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_verify_10_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581099072
    },
    "sati_verify_12_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581099360
    },
    "sati_verify_16_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581099696
    },
    "sati_write.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_write_10_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100064
    },
    "sati_write_12_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100208
    },
    "sati_write_16_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100384
    },
    "sati_write_6_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581099984
    },
    "sati_write_and_verify.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_write_and_verify_10_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100576
    },
    "sati_write_and_verify_12_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100656
    },
    "sati_write_and_verify_16_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100736
    },
    "sati_write_and_verify_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100816
    },
    "sati_write_buffer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_write_buffer_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581100864
    },
    "sati_write_buffer_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581101136
    },
    "sati_write_long.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sati_write_long_translate_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581101280
    },
    "sati_write_long_translate_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581101568
    },
    "sattr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "simple_attr"
        }
      },
      "address": 0
    },
    "satype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "saun": {
      "type": {
        "kind": "union",
        "name": "sockaddr_union"
      },
      "address": 0
    },
    "sav": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secasvar"
        }
      },
      "address": 0
    },
    "savbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "savbtime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "save": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "save2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "saveActive": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "saveDefAntenna": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saveFrameSeqCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saveLedState": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saveTsfHigh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saveTsfLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_add_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577148960
    },
    "save_and_restore_pcie": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "save_ap": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "__va_list_tag"
        }
      },
      "address": 0
    },
    "save_autoneg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_ceiling": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_ckhash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_def_antenna": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_del_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577149008
    },
    "save_fsid": {
      "type": {
        "kind": "struct",
        "name": "fsid_t"
      },
      "address": 0
    },
    "save_full_sleep": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "save_kbd_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572764464
    },
    "save_led_state": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_phy": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy3": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy3_regs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584035040
    },
    "save_phy6": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy6_regs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584035040
    },
    "save_phy_11g": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy_comm": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy_comm_regs": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy_regs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy_regs_11g": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_phy_regs_comm": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_rf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_rf_regs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "save_rnxt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "save_tlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "save_windex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "savecred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "savectx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364816
    },
    "savedOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_address_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_address_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_afe_vals": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "saved_bb_vals": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "saved_blks": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sackblk"
        }
      },
      "address": 0
    },
    "saved_buf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "saved_cmd": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "saved_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "saved_facts": {
      "type": {
        "kind": "struct",
        "name": "Mpi2IOCFactsReply_t"
      },
      "address": 0
    },
    "saved_flags": {
      "type": {
        "kind": "enum",
        "name": "unnamed_c311dd202fa9c242"
      },
      "address": 0
    },
    "saved_freq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_saved_freq"
        }
      },
      "address": 0
    },
    "saved_hscb_busaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_id16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "saved_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "saved_inbdflush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "saved_lun": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix_mask"
        }
      },
      "address": 0
    },
    "saved_mask": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "saved_mci_int_en": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_mnt_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "saved_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "saved_modes": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "saved_msgsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "saved_negoaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_nice": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "saved_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_phy_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_ppr_options": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_resid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "saved_rf_vals": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "saved_rflags": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "saved_runningbufspace": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "saved_scb_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_scbptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_scsiid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_start": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "saved_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "saved_t": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix_node"
        }
      },
      "address": 0
    },
    "saved_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_tt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix_node"
        }
      },
      "address": 0
    },
    "saved_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_vnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet"
        }
      },
      "address": 0
    },
    "saved_width": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "saved_x": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix_node"
        }
      },
      "address": 0
    },
    "savedcbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "savedit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "savedscbptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "savefc": {
      "type": {
        "kind": "struct",
        "name": "fatcache"
      },
      "address": 0
    },
    "savefhcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "savefpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "savefunc": {
      "type": {
        "kind": "enum",
        "name": "unnamed_70fbf9b080ec7eca"
      },
      "address": 0
    },
    "saveheld": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "saveintr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "saveoffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "savepgrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pgrp"
        }
      },
      "address": 0
    },
    "saver_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609235752
    },
    "savesess": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "session"
        }
      },
      "address": 0
    },
    "savevp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "savevpnes": {
      "type": {
        "kind": "struct",
        "name": "nfsexstuff"
      },
      "address": 0
    },
    "savflag": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "savinoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "savlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "savoutoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "savsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "savxprt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCXPRT"
        }
      },
      "address": 0
    },
    "saw_digit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sawritefilemarks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566151280
    },
    "sb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "sb1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "swblk"
        }
      },
      "address": 0
    },
    "sb11": {
      "type": {
        "kind": "struct",
        "name": "freebsd11_stat"
      },
      "address": 0
    },
    "sb2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "sb32": {
      "type": {
        "kind": "struct",
        "name": "freebsd11_stat32"
      },
      "address": 0
    },
    "sb_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sb_check": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "sb_data_e1x": {
      "type": {
        "kind": "struct",
        "name": "hc_status_block_data_e1x"
      },
      "address": 0
    },
    "sb_data_e2": {
      "type": {
        "kind": "struct",
        "name": "hc_status_block_data_e2"
      },
      "address": 0
    },
    "sb_data_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "sb_efficiency": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609781584
    },
    "sb_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sb_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sb_mark_notready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576188256
    },
    "sb_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609781568
    },
    "sb_max_adj": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609781576
    },
    "sba": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sballoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576245424
    },
    "sballoc_ktls_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576245744
    },
    "sbap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "sbappend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576251360
    },
    "sbappend_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576250064
    },
    "sbappendaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576253456
    },
    "sbappendaddr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576252640
    },
    "sbappendaddr_locked_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576252816
    },
    "sbappendaddr_nospacecheck_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576253408
    },
    "sbappendcontrol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576254112
    },
    "sbappendcontrol_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576253760
    },
    "sbappendrecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576252480
    },
    "sbappendrecord_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576250240
    },
    "sbappendstream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576252320
    },
    "sbappendstream_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576251520
    },
    "sbarg": {
      "type": {
        "kind": "struct",
        "name": "sbuf"
      },
      "address": 0
    },
    "sbb_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387264
    },
    "sbb_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387568
    },
    "sbb_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387408
    },
    "sbbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "sbcc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sbcl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sbcompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576250448
    },
    "sbcreatecontrol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576256144
    },
    "sbcut_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576254800
    },
    "sbcut_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576255408
    },
    "sbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipw_soft_bd"
        }
      },
      "address": 0
    },
    "sbdep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbdep"
        }
      },
      "address": 0
    },
    "sbdestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576249872
    },
    "sbdrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576255424
    },
    "sbdrop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576254768
    },
    "sbdroprecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576255920
    },
    "sbdroprecord_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576255824
    },
    "sbf": {
      "type": {
        "kind": "struct",
        "name": "sbuf"
      },
      "address": 0
    },
    "sbflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576254592
    },
    "sbflush_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576254512
    },
    "sbfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576245536
    },
    "sbfree_ktls_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576245792
    },
    "sbif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bridge_iflist"
        }
      },
      "address": 0
    },
    "sblk": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sblkcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sblkctl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sblkp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sackblk"
        }
      },
      "address": 0
    },
    "sblksz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sblock_try": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "sblockloc": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sbmr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sbmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "sbp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sbp_abort_all_ocbs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569510880
    },
    "sbp_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569500976
    },
    "sbp_agent_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569511744
    },
    "sbp_agent_reset_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569512384
    },
    "sbp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569499024
    },
    "sbp_busy_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569517696
    },
    "sbp_busy_timeout_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569518784
    },
    "sbp_cam_detach_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569519200
    },
    "sbp_cam_scan_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569513696
    },
    "sbp_cam_scan_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569513264
    },
    "sbp_cmd_status": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbp_cmd_status"
        }
      },
      "address": 0
    },
    "sbp_cold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608466200
    },
    "sbp_dequeue_ocb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569516960
    },
    "sbp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569500192
    },
    "sbp_do_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569512736
    },
    "sbp_doorbell_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569516128
    },
    "sbp_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608466152
    },
    "sbp_execute_ocb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569508912
    },
    "sbp_firewire_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608466104
    },
    "sbp_firewire_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608466080
    },
    "sbp_firewiremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608465824
    },
    "sbp_fix_inq_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569518608
    },
    "sbp_free_ocb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569511904
    },
    "sbp_free_sdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569519792
    },
    "sbp_free_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569519424
    },
    "sbp_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569498816
    },
    "sbp_login": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569515808
    },
    "sbp_login_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569516112
    },
    "sbp_logout_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569520064
    },
    "sbp_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584771456
    },
    "sbp_mgm_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569515280
    },
    "sbp_mgm_orb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569514192
    },
    "sbp_mgm_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569514960
    },
    "sbp_orb_pointer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569509872
    },
    "sbp_orb_pointer_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569516608
    },
    "sbp_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569502592
    },
    "sbp_post_busreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569504528
    },
    "sbp_post_explore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569504720
    },
    "sbp_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569498960
    },
    "sbp_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569502624
    },
    "sbp_reset_start_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569515552
    },
    "sbp_scan_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569513184
    },
    "sbp_scsi_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569517824
    },
    "sbp_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569500848
    },
    "sbp_status": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbp_status"
        }
      },
      "address": 0
    },
    "sbp_tags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760016
    },
    "sbp_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569510224
    },
    "sbp_write_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569512000
    },
    "sbrcv_flags": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "sbrcv_hiwat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sbrcv_lowat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sbrcv_timeo": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sbready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576244448
    },
    "sbready_compress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576244688
    },
    "sbrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576249536
    },
    "sbrelease_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576248352
    },
    "sbreserve_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576248176
    },
    "sbreserve_locked_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576248496
    },
    "sbsetopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576248672
    },
    "sbsize_limit": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sbsnd_flags": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "sbsnd_hiwat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sbsnd_lowat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sbsnd_timeo": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sbsndmbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576255728
    },
    "sbsndptr_adv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576255664
    },
    "sbsndptr_noadv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576255584
    },
    "sbsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sbt_cur_to_prev": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sbt_tickthreshold": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612807648
    },
    "sbt_timethreshold": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612807640
    },
    "sbtls_recover_record": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579459616
    },
    "sbtoxsockbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576256480
    },
    "sbtt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "sbuf_alloc_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sbuf_bcat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957488
    },
    "sbuf_bcopyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575958080
    },
    "sbuf_bcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575958400
    },
    "sbuf_cat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575958464
    },
    "sbuf_cim_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568851520
    },
    "sbuf_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957184
    },
    "sbuf_clear_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957136
    },
    "sbuf_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575958512
    },
    "sbuf_count_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957264
    },
    "sbuf_cpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575958880
    },
    "sbuf_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575961136
    },
    "sbuf_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575956976
    },
    "sbuf_devlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568852736
    },
    "sbuf_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575961200
    },
    "sbuf_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957296
    },
    "sbuf_drain_core_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575269856
    },
    "sbuf_end_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575961280
    },
    "sbuf_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575960880
    },
    "sbuf_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575960896
    },
    "sbuf_get_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957120
    },
    "sbuf_hexdump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575938016
    },
    "sbuf_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575961152
    },
    "sbuf_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575956352
    },
    "sbuf_new_for_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575657616
    },
    "sbuf_nl_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575960064
    },
    "sbuf_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575959488
    },
    "sbuf_printf_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575938752
    },
    "sbuf_printf_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575769840
    },
    "sbuf_put_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957520
    },
    "sbuf_putbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575938608
    },
    "sbuf_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575959600
    },
    "sbuf_putc_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575959040
    },
    "sbuf_set_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957280
    },
    "sbuf_set_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957168
    },
    "sbuf_setpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575957232
    },
    "sbuf_start_section": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575961216
    },
    "sbuf_sysctl_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575657696
    },
    "sbuf_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575960768
    },
    "sbuf_tty_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576156800
    },
    "sbuf_uionew": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575956704
    },
    "sbuf_vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575958976
    },
    "sbwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576247200
    },
    "sbytes": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vga_softc_t"
        }
      },
      "address": 0
    },
    "sc0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uart_softc"
        }
      },
      "address": 0
    },
    "sc2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "syncache"
        }
      },
      "address": 0
    },
    "sc25519_is_canonical": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579587024
    },
    "sc25519_is_canonical.L": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584048448
    },
    "sc25519_muladd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579576160
    },
    "sc25519_reduce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579583520
    },
    "sc_alloc_cut_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572711376
    },
    "sc_alloc_history_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572709552
    },
    "sc_alloc_scr_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572747328
    },
    "sc_allocate_keyboard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572765184
    },
    "sc_attach_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572737216
    },
    "sc_bell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572743600
    },
    "sc_buffer": {
      "type": {
        "count": 36000,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071610827472
    },
    "sc_change_cursor_shape": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572746112
    },
    "sc_clean_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572746992
    },
    "sc_clear_screen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717424
    },
    "sc_cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572750000
    },
    "sc_cngetc_locked.fkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610823288
    },
    "sc_cngetc_locked.fkeycp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610823308
    },
    "sc_cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572751536
    },
    "sc_cninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572749536
    },
    "sc_cnprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572749376
    },
    "sc_cnputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572750416
    },
    "sc_cnputc_log": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610823344
    },
    "sc_cnputc_loghead": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610823328
    },
    "sc_cnputc_logtail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610827440
    },
    "sc_cnterm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572749648
    },
    "sc_cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572751776
    },
    "sc_consdev": {
      "type": {
        "kind": "struct",
        "name": "consdev"
      },
      "address": 18446744071609235232
    },
    "sc_consdev_ops": {
      "type": {
        "kind": "struct",
        "name": "consdev_ops"
      },
      "address": 18446744071585038064
    },
    "sc_console": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scr_stat"
        }
      },
      "address": 18446744071610813552
    },
    "sc_console_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609235520
    },
    "sc_consptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "consdev"
        }
      },
      "address": 18446744071610823256
    },
    "sc_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "sc_draw_cursor_image": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572745184
    },
    "sc_draw_mouse_image": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572711632
    },
    "sc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610214720
    },
    "sc_find_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582310672
    },
    "sc_free_history_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572710032
    },
    "sc_get_bios_values": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582311072
    },
    "sc_get_cons_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582310848
    },
    "sc_get_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582310560
    },
    "sc_hist_down_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572711040
    },
    "sc_hist_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572710608
    },
    "sc_hist_home": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572710432
    },
    "sc_hist_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572711248
    },
    "sc_hist_restore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572710192
    },
    "sc_hist_save": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572710128
    },
    "sc_hist_up_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572710800
    },
    "sc_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sk_if_softc"
        }
      },
      "address": 0
    },
    "sc_if0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sk_if_softc"
        }
      },
      "address": 0
    },
    "sc_if1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sk_if_softc"
        }
      },
      "address": 0
    },
    "sc_init_emulator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572747600
    },
    "sc_inside_cutmark": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572712384
    },
    "sc_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610214672
    },
    "sc_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610214648
    },
    "sc_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610214608
    },
    "sc_kattrtab": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610813568
    },
    "sc_kts": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 18446744071610814592
    },
    "sc_ktsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sc_term_sw"
        }
      },
      "address": 18446744071610813560
    },
    "sc_load_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572748784
    },
    "sc_malloc": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 18446744071610823264
    },
    "sc_max_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582310528
    },
    "sc_mem_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609235712
    },
    "sc_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587186432
    },
    "sc_mouse_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572715328
    },
    "sc_mouse_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572712928
    },
    "sc_mouse_ioctl.swapb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584155992
    },
    "sc_mouse_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572711520
    },
    "sc_mouse_paste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572712880
    },
    "sc_move_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717360
    },
    "sc_no_suspend_vtswitch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823280
    },
    "sc_paste": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572748960
    },
    "sc_probe_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572737088
    },
    "sc_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lagg_softc"
        }
      },
      "address": 0
    },
    "sc_remove_all_cutmarkings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572712576
    },
    "sc_remove_all_mouse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572712768
    },
    "sc_remove_cursor_image": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572745472
    },
    "sc_remove_cutmarking": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572712448
    },
    "sc_remove_mouse_image": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572711920
    },
    "sc_render_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572734768
    },
    "sc_render_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572730336
    },
    "sc_render_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572734816
    },
    "sc_respond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572749088
    },
    "sc_rndr_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_50062917642abe8a"
      },
      "address": 18446744071610813544
    },
    "sc_save_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572748848
    },
    "sc_saver_keyb_only": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609235740
    },
    "sc_set_border": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572748576
    },
    "sc_set_cursor_image": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572745744
    },
    "sc_set_graphics_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572730528
    },
    "sc_set_pixel_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572731072
    },
    "sc_set_text_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572729408
    },
    "sc_show_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572748912
    },
    "sc_sin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "sc_status": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sc_support_pixel_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572732048
    },
    "sc_susp_scr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909204
    },
    "sc_switch_scr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572742528
    },
    "sc_term_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717472
    },
    "sc_term_dumb": {
      "type": {
        "kind": "struct",
        "name": "sc_term_sw_t"
      },
      "address": 18446744071609233568
    },
    "sc_term_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b67242b20a51b22d"
      },
      "address": 18446744071610813296
    },
    "sc_term_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717584
    },
    "sc_term_match_by_number": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717744
    },
    "sc_term_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572717536
    },
    "sc_term_sc": {
      "type": {
        "kind": "struct",
        "name": "sc_term_sw_t"
      },
      "address": 18446744071609233824
    },
    "sc_term_scteken": {
      "type": {
        "kind": "struct",
        "name": "sc_term_sw_t"
      },
      "address": 18446744071609234080
    },
    "sc_to_te_color": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584155992
    },
    "sc_tone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582311136
    },
    "sc_touch_scrn_saver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572742496
    },
    "sc_ttydevsw": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609235768
    },
    "sc_tv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "sc_txtmouse_no_retrace_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485356
    },
    "sc_user_ioctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610823272
    },
    "sc_vid_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572732192
    },
    "sc_vtb_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735776
    },
    "sc_vtb_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735296
    },
    "sc_vtb_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735328
    },
    "sc_vtb_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572736480
    },
    "sc_vtb_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735024
    },
    "sc_vtb_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572736160
    },
    "sc_vtb_geta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735168
    },
    "sc_vtb_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735136
    },
    "sc_vtb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572734832
    },
    "sc_vtb_ins": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572736784
    },
    "sc_vtb_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572736208
    },
    "sc_vtb_pointer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735008
    },
    "sc_vtb_pos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735264
    },
    "sc_vtb_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735200
    },
    "sc_vtb_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735232
    },
    "sc_vtb_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572736144
    },
    "sc_vtb_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572735120
    },
    "scalarmult_curve25519.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scale": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scaleLog": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scaleValue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "scale_b": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scale_factor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scale_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scale_min": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scaledPcdac": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "scaledPower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "scaled_power": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "scan": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_scanparams"
      },
      "address": 0
    },
    "scan_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "scan_code": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "scan_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_scan_config"
        }
      },
      "address": 0
    },
    "scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406192
    },
    "scan_curchan_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577404976
    },
    "scan_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608465936
    },
    "scan_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577409040
    },
    "scan_done_notif": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584807064
    },
    "scan_end": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scan_end1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scan_from_start": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "scan_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_scan_bus_info"
        }
      },
      "address": 0
    },
    "scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577406384
    },
    "scan_modnames": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585255168
    },
    "scan_notif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_periodic_scan_complete"
        }
      },
      "address": 0
    },
    "scan_service_time": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scan_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577408240
    },
    "scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577404400
    },
    "scan_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577548032
    },
    "scan_task": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timeout_task"
        }
      },
      "address": 0
    },
    "scan_tick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scanc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576671824
    },
    "scanc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scancode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scandone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scanned": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "scanners": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ieee80211_scanner"
          }
        }
      },
      "address": 18446744071613057952
    },
    "scanning": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "scanstop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scantype": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584798160
    },
    "scarray": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "scattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582311456
    },
    "scb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "scb_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb_data"
        }
      },
      "address": 0
    },
    "scb_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scb_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scb_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scbid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scbindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "scbp_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb"
        }
      },
      "address": 0
    },
    "scbptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scbsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sccnclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572752176
    },
    "sccnopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572751904
    },
    "sccnscrlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572752464
    },
    "sccnupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572752736
    },
    "sccs": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610259824
    },
    "scctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_softc_ctx"
        }
      },
      "address": 0
    },
    "scfg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_set_switch_config"
        }
      },
      "address": 0
    },
    "scfgrev_param": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scgetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572753056
    },
    "sch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "syncache_head"
        }
      },
      "address": 0
    },
    "schanged": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sched": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sched_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575798848
    },
    "sched_affinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805056
    },
    "sched_ap_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575807056
    },
    "sched_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805200
    },
    "sched_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sched_cals": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sched_choose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575803904
    },
    "sched_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575800416
    },
    "sched_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575801216
    },
    "sched_estcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575803824
    },
    "sched_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575800448
    },
    "sched_exit_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575800464
    },
    "sched_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575799568
    },
    "sched_fork_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575807536
    },
    "sched_fork_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575800192
    },
    "sched_idlespins": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210656
    },
    "sched_idlespinthresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210652
    },
    "sched_idletd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805520
    },
    "sched_initticks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575808288
    },
    "sched_initticks_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609726552
    },
    "sched_interact": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608210684
    },
    "sched_is_bound": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805376
    },
    "sched_ithread_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792816
    },
    "sched_lend_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792208
    },
    "sched_lend_user_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792960
    },
    "sched_lend_user_prio_cond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575793088
    },
    "sched_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805424
    },
    "sched_nice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575797536
    },
    "sched_param": {
      "type": {
        "kind": "struct",
        "name": "sched_param"
      },
      "address": 0
    },
    "sched_pctcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575804816
    },
    "sched_pickcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575796736
    },
    "sched_preempt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575800768
    },
    "sched_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792704
    },
    "sched_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575797776
    },
    "sched_relinquish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805392
    },
    "sched_rem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575804432
    },
    "sched_rr_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792144
    },
    "sched_runnable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575803840
    },
    "sched_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575807712
    },
    "sched_setup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609726528
    },
    "sched_shutdown": {
      "type": {
        "kind": "struct",
        "name": "sched_shutdown"
      },
      "address": 0
    },
    "sched_sizeof_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805488
    },
    "sched_sizeof_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805504
    },
    "sched_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575798080
    },
    "sched_slice": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210608
    },
    "sched_slice_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210632
    },
    "sched_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575793344
    },
    "sched_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576561408
    },
    "sched_tdname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575807696
    },
    "sched_thread_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792224
    },
    "sched_throw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575807296
    },
    "sched_throw_grab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575807184
    },
    "sched_ule.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sched_unbind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575805328
    },
    "sched_unlend_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792624
    },
    "sched_user_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792928
    },
    "sched_userret_slowpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575801008
    },
    "sched_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575798320
    },
    "schedcl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "schedinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792032
    },
    "schedinit_ap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575792096
    },
    "schedule": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "schedule_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579932624
    },
    "schedule_destroy_fd_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577098896
    },
    "schedule_fd_rebuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577106784
    },
    "schedule_fsync": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "schedule_thread": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "schema_param": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "scheme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_part_scheme"
        }
      },
      "address": 0
    },
    "schild": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "schildren": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "schistory.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_abstract_element_pool_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581101712
    },
    "sci_abstract_list.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_abstract_list_back": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102048
    },
    "sci_abstract_list_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103424
    },
    "sci_abstract_list_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581101664
    },
    "sci_abstract_list_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102560
    },
    "sci_abstract_list_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102128
    },
    "sci_abstract_list_freeList_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103600
    },
    "sci_abstract_list_front": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102016
    },
    "sci_abstract_list_get_front": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102000
    },
    "sci_abstract_list_get_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102112
    },
    "sci_abstract_list_get_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102176
    },
    "sci_abstract_list_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103232
    },
    "sci_abstract_list_is_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102080
    },
    "sci_abstract_list_popback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102240
    },
    "sci_abstract_list_popfront": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102368
    },
    "sci_abstract_list_pushback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102800
    },
    "sci_abstract_list_pushfront": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103024
    },
    "sci_abstract_list_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581102096
    },
    "sci_base_controller.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_controller_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103632
    },
    "sci_base_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_domain_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103744
    },
    "sci_base_iterator.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_iterator_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103824
    },
    "sci_base_library.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_logger.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_mde_is_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104224
    },
    "sci_base_mdl_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104192
    },
    "sci_base_memory_descriptor_list.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_memory_descriptor_list_decorator.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_object.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_object_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104608
    },
    "sci_base_observer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_phy_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104640
    },
    "sci_base_port.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_port_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104704
    },
    "sci_base_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_remote_device_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104768
    },
    "sci_base_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104832
    },
    "sci_base_state_machine.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_state_machine_change_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581105008
    },
    "sci_base_state_machine_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104896
    },
    "sci_base_state_machine_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581105088
    },
    "sci_base_state_machine_logger.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_state_machine_observer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_base_state_machine_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104928
    },
    "sci_base_state_machine_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104960
    },
    "sci_base_subject.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sci_controller_get_memory_descriptor_list_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103616
    },
    "sci_data_direction": {
      "type": {
        "kind": "enum",
        "name": "unnamed_345e3295c7595718"
      },
      "address": 0
    },
    "sci_iterator_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103872
    },
    "sci_iterator_get_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103904
    },
    "sci_iterator_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103808
    },
    "sci_iterator_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103936
    },
    "sci_library_get_build_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104016
    },
    "sci_library_get_major_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581103984
    },
    "sci_library_get_minor_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104000
    },
    "sci_mdl_decorator_assign_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104384
    },
    "sci_mdl_decorator_get_memory_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104272
    },
    "sci_mdl_first_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104032
    },
    "sci_mdl_get_current_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104128
    },
    "sci_mdl_next_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104080
    },
    "sci_object_get_logger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581104624
    },
    "sci_start_internal_io_routine": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "sci_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "sci_util.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_cb_controller_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170560
    },
    "scic_cb_controller_start_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170448
    },
    "scic_cb_controller_stop_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170512
    },
    "scic_cb_io_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182544
    },
    "scic_cb_io_request_do_copy_rx_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201104
    },
    "scic_cb_io_request_get_data_direction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182848
    },
    "scic_cb_io_request_get_next_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182864
    },
    "scic_cb_io_request_get_physical_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057680
    },
    "scic_cb_io_request_get_transfer_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182832
    },
    "scic_cb_io_request_get_virtual_address_from_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201184
    },
    "scic_cb_pci_get_bar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047424
    },
    "scic_cb_pci_read_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047344
    },
    "scic_cb_pci_write_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047280
    },
    "scic_cb_port_bc_aen_primitive_recieved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175040
    },
    "scic_cb_port_bc_change_primitive_recieved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174704
    },
    "scic_cb_port_bc_expander_primitive_recieved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175024
    },
    "scic_cb_port_bc_ses_primitive_recieved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175008
    },
    "scic_cb_port_hard_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174560
    },
    "scic_cb_port_invalid_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047440
    },
    "scic_cb_port_link_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175312
    },
    "scic_cb_port_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175056
    },
    "scic_cb_port_not_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174512
    },
    "scic_cb_port_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174480
    },
    "scic_cb_port_stop_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174464
    },
    "scic_cb_remote_device_not_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185408
    },
    "scic_cb_remote_device_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185392
    },
    "scic_cb_remote_device_start_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185328
    },
    "scic_cb_remote_device_stop_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185360
    },
    "scic_cb_request_get_sat_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201168
    },
    "scic_cb_request_is_initial_construction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183072
    },
    "scic_cb_sge_get_address_field": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182880
    },
    "scic_cb_sge_get_length_field": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182896
    },
    "scic_cb_ssp_io_request_get_cdb_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182912
    },
    "scic_cb_ssp_io_request_get_cdb_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182928
    },
    "scic_cb_ssp_io_request_get_command_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183056
    },
    "scic_cb_ssp_io_request_get_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183024
    },
    "scic_cb_ssp_io_request_get_task_attribute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183040
    },
    "scic_cb_ssp_task_request_get_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202848
    },
    "scic_cb_ssp_task_request_get_io_tag_to_manage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202864
    },
    "scic_cb_ssp_task_request_get_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202816
    },
    "scic_cb_ssp_task_request_get_response_data_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202896
    },
    "scic_cb_ssp_task_request_get_response_data_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202912
    },
    "scic_cb_stall_execution": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047408
    },
    "scic_cb_stp_packet_io_request_get_cdb_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182944
    },
    "scic_cb_stp_packet_io_request_get_cdb_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182992
    },
    "scic_cb_task_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202688
    },
    "scic_cb_timer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203424
    },
    "scic_cb_timer_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203440
    },
    "scic_cb_timer_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203472
    },
    "scic_cb_timer_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203488
    },
    "scic_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "scic_controller_allocate_io_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113504
    },
    "scic_controller_complete_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113328
    },
    "scic_controller_complete_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113376
    },
    "scic_controller_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111200
    },
    "scic_controller_disable_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113728
    },
    "scic_controller_enable_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113696
    },
    "scic_controller_free_io_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113584
    },
    "scic_controller_get_handler_methods": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111488
    },
    "scic_controller_get_interrupt_coalescence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581115552
    },
    "scic_controller_get_max_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581116864
    },
    "scic_controller_get_max_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581116848
    },
    "scic_controller_get_phy_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113456
    },
    "scic_controller_get_port_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113408
    },
    "scic_controller_get_scratch_ram_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581115584
    },
    "scic_controller_get_suggested_start_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111360
    },
    "scic_controller_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "scic_controller_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111328
    },
    "scic_controller_read_scratch_ram_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581115600
    },
    "scic_controller_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111456
    },
    "scic_controller_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581116064
    },
    "scic_controller_set_interrupt_coalescence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581115280
    },
    "scic_controller_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113760
    },
    "scic_controller_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111392
    },
    "scic_controller_start_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113296
    },
    "scic_controller_start_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113344
    },
    "scic_controller_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111424
    },
    "scic_controller_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581115888
    },
    "scic_controller_terminate_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581113312
    },
    "scic_controller_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581116560
    },
    "scic_controller_write_scratch_ram_dword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581115760
    },
    "scic_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "scic_io_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151552
    },
    "scic_io_request_construct_advanced_sata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581167200
    },
    "scic_io_request_construct_advanced_ssp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153104
    },
    "scic_io_request_construct_basic_sata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581167104
    },
    "scic_io_request_construct_basic_ssp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581152480
    },
    "scic_io_request_construct_sata_pass_through": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153664
    },
    "scic_io_request_construct_smp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157456
    },
    "scic_io_request_construct_smp_pass_through": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158016
    },
    "scic_io_request_construct_ssp_pass_through": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153120
    },
    "scic_io_request_get_command_iu_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153952
    },
    "scic_io_request_get_io_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153824
    },
    "scic_io_request_get_number_of_bytes_transferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153984
    },
    "scic_io_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151440
    },
    "scic_io_request_get_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151504
    },
    "scic_io_request_get_response_iu_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153968
    },
    "scic_io_request_get_rx_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153872
    },
    "scic_library_allocate_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123680
    },
    "scic_library_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123408
    },
    "scic_library_free_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123776
    },
    "scic_library_get_max_io_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123952
    },
    "scic_library_get_max_sge_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123920
    },
    "scic_library_get_max_sge_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123904
    },
    "scic_library_get_max_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124016
    },
    "scic_library_get_min_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123968
    },
    "scic_library_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123376
    },
    "scic_library_get_pci_device_controller_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123856
    },
    "scic_library_set_pci_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123648
    },
    "scic_log_object_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scic_oem_parameters_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581115248
    },
    "scic_oem_parameters_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581114752
    },
    "scic_phy_clear_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581127808
    },
    "scic_phy_disable_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581127376
    },
    "scic_phy_enable_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581127120
    },
    "scic_phy_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581127472
    },
    "scic_phy_get_properties": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126592
    },
    "scic_phy_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128224
    },
    "scic_phy_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128208
    },
    "scic_port_add_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581134480
    },
    "scic_port_enable_broadcast_change_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135920
    },
    "scic_port_get_properties": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581134512
    },
    "scic_port_hard_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581134912
    },
    "scic_port_remove_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581134496
    },
    "scic_remote_device_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581143696
    },
    "scic_remote_device_da_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581143808
    },
    "scic_remote_device_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144544
    },
    "scic_remote_device_ea_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144336
    },
    "scic_remote_device_get_connection_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144720
    },
    "scic_remote_device_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581143680
    },
    "scic_remote_device_get_port_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144592
    },
    "scic_remote_device_get_protocols": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144736
    },
    "scic_remote_device_get_sas_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144752
    },
    "scic_remote_device_get_suggested_reset_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144672
    },
    "scic_remote_device_is_atapi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144784
    },
    "scic_remote_device_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144640
    },
    "scic_remote_device_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144656
    },
    "scic_remote_device_set_max_connection_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144704
    },
    "scic_remote_device_set_port_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144560
    },
    "scic_remote_device_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144608
    },
    "scic_remote_device_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144624
    },
    "scic_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REQUEST_T"
        }
      },
      "address": 0
    },
    "scic_request_get_controller_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153840
    },
    "scic_request_get_sci_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153856
    },
    "scic_sas_phy_get_properties": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126944
    },
    "scic_sata_phy_get_properties": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581127056
    },
    "scic_sata_phy_send_port_selection_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581127104
    },
    "scic_sds_apc_agent_link_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581142064
    },
    "scic_sds_apc_agent_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581141936
    },
    "scic_sds_apc_agent_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581142144
    },
    "scic_sds_cb_remote_device_rnc_destruct_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145840
    },
    "scic_sds_controller.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_controller_afe_initialization": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581106992
    },
    "scic_sds_controller_allocate_remote_node_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110784
    },
    "scic_sds_controller_assign_task_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581106544
    },
    "scic_sds_controller_build_memory_descriptor_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581105792
    },
    "scic_sds_controller_copy_sata_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111024
    },
    "scic_sds_controller_copy_task_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110576
    },
    "scic_sds_controller_default_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581116896
    },
    "scic_sds_controller_default_start_operation_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581116880
    },
    "scic_sds_controller_enable_port_task_scheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581106928
    },
    "scic_sds_controller_error_vector_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581112528
    },
    "scic_sds_controller_error_vector_interrupt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581112432
    },
    "scic_sds_controller_event_completion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581122848
    },
    "scic_sds_controller_failed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121984
    },
    "scic_sds_controller_failed_state_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119664
    },
    "scic_sds_controller_failed_state_start_operation_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119728
    },
    "scic_sds_controller_failed_state_terminate_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119744
    },
    "scic_sds_controller_free_remote_node_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110896
    },
    "scic_sds_controller_general_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119088
    },
    "scic_sds_controller_get_io_request_from_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110720
    },
    "scic_sds_controller_get_io_sequence_from_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110704
    },
    "scic_sds_controller_get_max_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110304
    },
    "scic_sds_controller_get_min_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110272
    },
    "scic_sds_controller_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110256
    },
    "scic_sds_controller_get_remote_node_context_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110976
    },
    "scic_sds_controller_get_task_context_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110656
    },
    "scic_sds_controller_has_remote_devices_stopping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110432
    },
    "scic_sds_controller_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581120128
    },
    "scic_sds_controller_initialize_completion_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581106640
    },
    "scic_sds_controller_initialize_power_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581105232
    },
    "scic_sds_controller_initialize_unsolicited_frame_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581106832
    },
    "scic_sds_controller_initialized_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581120992
    },
    "scic_sds_controller_initialized_state_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581118144
    },
    "scic_sds_controller_initializing_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581120976
    },
    "scic_sds_controller_is_start_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581109024
    },
    "scic_sds_controller_legacy_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111792
    },
    "scic_sds_controller_legacy_interrupt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111664
    },
    "scic_sds_controller_link_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110368
    },
    "scic_sds_controller_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110336
    },
    "scic_sds_controller_normal_vector_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581112304
    },
    "scic_sds_controller_normal_vector_interrupt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581112176
    },
    "scic_sds_controller_phy_startup_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123312
    },
    "scic_sds_controller_phy_timer_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581108976
    },
    "scic_sds_controller_polling_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581112816
    },
    "scic_sds_controller_polling_interrupt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581112672
    },
    "scic_sds_controller_port_agent_configured_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111136
    },
    "scic_sds_controller_post_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110544
    },
    "scic_sds_controller_power_control_queue_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581109888
    },
    "scic_sds_controller_power_control_queue_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110208
    },
    "scic_sds_controller_power_control_timer_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581105328
    },
    "scic_sds_controller_process_completions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581122176
    },
    "scic_sds_controller_ram_initialization": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581106160
    },
    "scic_sds_controller_ready_state_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119216
    },
    "scic_sds_controller_ready_state_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119280
    },
    "scic_sds_controller_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121088
    },
    "scic_sds_controller_ready_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121344
    },
    "scic_sds_controller_ready_state_link_down_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119536
    },
    "scic_sds_controller_ready_state_link_up_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119504
    },
    "scic_sds_controller_ready_state_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119136
    },
    "scic_sds_controller_ready_state_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119328
    },
    "scic_sds_controller_ready_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119024
    },
    "scic_sds_controller_ready_state_terminate_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119424
    },
    "scic_sds_controller_release_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111056
    },
    "scic_sds_controller_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581123056
    },
    "scic_sds_controller_remote_device_started": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110400
    },
    "scic_sds_controller_remote_device_stopped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581110512
    },
    "scic_sds_controller_reset_hardware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581114224
    },
    "scic_sds_controller_reset_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581120160
    },
    "scic_sds_controller_reset_state_initialize_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581116912
    },
    "scic_sds_controller_resetting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121456
    },
    "scic_sds_controller_single_vector_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581112000
    },
    "scic_sds_controller_single_vector_interrupt_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581111840
    },
    "scic_sds_controller_start_next_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581109440
    },
    "scic_sds_controller_starting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121008
    },
    "scic_sds_controller_starting_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121024
    },
    "scic_sds_controller_starting_state_link_down_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581118992
    },
    "scic_sds_controller_starting_state_link_up_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581118896
    },
    "scic_sds_controller_state_handler_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_CONTROLLER_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610133616
    },
    "scic_sds_controller_state_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610134896
    },
    "scic_sds_controller_stop_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581109808
    },
    "scic_sds_controller_stop_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581109696
    },
    "scic_sds_controller_stop_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581108864
    },
    "scic_sds_controller_stopped_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121856
    },
    "scic_sds_controller_stopping_state_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119568
    },
    "scic_sds_controller_stopping_state_device_stopped_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119584
    },
    "scic_sds_controller_stopping_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121600
    },
    "scic_sds_controller_stopping_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581121840
    },
    "scic_sds_controller_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581108752
    },
    "scic_sds_controller_validate_memory_descriptor_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581105968
    },
    "scic_sds_io_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154160
    },
    "scic_sds_io_request_construct_sata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581163248
    },
    "scic_sds_io_request_copy_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154256
    },
    "scic_sds_io_request_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154176
    },
    "scic_sds_io_request_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154208
    },
    "scic_sds_io_request_started_task_mgmt_await_task_response_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158960
    },
    "scic_sds_io_request_started_task_mgmt_await_tc_completion_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158928
    },
    "scic_sds_io_request_started_task_mgmt_substate_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610140320
    },
    "scic_sds_io_request_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154144
    },
    "scic_sds_library.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_library_get_controller_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124064
    },
    "scic_sds_mpc_agent_link_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581141536
    },
    "scic_sds_mpc_agent_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581141440
    },
    "scic_sds_mpc_agent_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581141648
    },
    "scic_sds_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_pci_bar_initialization": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124144
    },
    "scic_sds_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_phy_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124320
    },
    "scic_sds_phy_consume_power_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126576
    },
    "scic_sds_phy_default_consume_power_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128352
    },
    "scic_sds_phy_default_destroy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128288
    },
    "scic_sds_phy_default_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128336
    },
    "scic_sds_phy_default_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128304
    },
    "scic_sds_phy_default_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128272
    },
    "scic_sds_phy_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128240
    },
    "scic_sds_phy_default_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128256
    },
    "scic_sds_phy_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126512
    },
    "scic_sds_phy_final_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129744
    },
    "scic_sds_phy_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126544
    },
    "scic_sds_phy_get_attached_phy_protocols": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126400
    },
    "scic_sds_phy_get_attached_sas_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126240
    },
    "scic_sds_phy_get_max_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124304
    },
    "scic_sds_phy_get_min_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124288
    },
    "scic_sds_phy_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124272
    },
    "scic_sds_phy_get_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124512
    },
    "scic_sds_phy_get_protocols": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126272
    },
    "scic_sds_phy_get_sas_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126160
    },
    "scic_sds_phy_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128800
    },
    "scic_sds_phy_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124592
    },
    "scic_sds_phy_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129376
    },
    "scic_sds_phy_ready_state_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128560
    },
    "scic_sds_phy_ready_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129424
    },
    "scic_sds_phy_ready_state_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128528
    },
    "scic_sds_phy_ready_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128464
    },
    "scic_sds_phy_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126448
    },
    "scic_sds_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126496
    },
    "scic_sds_phy_resetting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129568
    },
    "scic_sds_phy_resetting_state_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128752
    },
    "scic_sds_phy_restart_starting_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129776
    },
    "scic_sds_phy_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581126080
    },
    "scic_sds_phy_sata_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124224
    },
    "scic_sds_phy_set_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581124544
    },
    "scic_sds_phy_setup_transport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581125840
    },
    "scic_sds_phy_starting_await_iaf_uf_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131952
    },
    "scic_sds_phy_starting_await_ossp_en_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131888
    },
    "scic_sds_phy_starting_await_sas_power_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131984
    },
    "scic_sds_phy_starting_await_sas_power_substate_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132016
    },
    "scic_sds_phy_starting_await_sas_speed_en_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131920
    },
    "scic_sds_phy_starting_await_sata_phy_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132112
    },
    "scic_sds_phy_starting_await_sata_phy_substate_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132160
    },
    "scic_sds_phy_starting_await_sata_power_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132048
    },
    "scic_sds_phy_starting_await_sata_power_substate_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132080
    },
    "scic_sds_phy_starting_await_sata_speed_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132192
    },
    "scic_sds_phy_starting_await_sata_speed_substate_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132240
    },
    "scic_sds_phy_starting_await_sig_fis_uf_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132272
    },
    "scic_sds_phy_starting_await_sig_fis_uf_substate_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132416
    },
    "scic_sds_phy_starting_final_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132448
    },
    "scic_sds_phy_starting_initial_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131840
    },
    "scic_sds_phy_starting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129008
    },
    "scic_sds_phy_starting_substate_await_iaf_uf_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581130416
    },
    "scic_sds_phy_starting_substate_await_iaf_uf_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581130192
    },
    "scic_sds_phy_starting_substate_await_ossp_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129872
    },
    "scic_sds_phy_starting_substate_await_sas_phy_speed_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581130032
    },
    "scic_sds_phy_starting_substate_await_sas_power_consume_power_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581130720
    },
    "scic_sds_phy_starting_substate_await_sas_power_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581130640
    },
    "scic_sds_phy_starting_substate_await_sata_phy_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131136
    },
    "scic_sds_phy_starting_substate_await_sata_power_consume_power_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581130992
    },
    "scic_sds_phy_starting_substate_await_sata_power_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581130816
    },
    "scic_sds_phy_starting_substate_await_sata_speed_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131360
    },
    "scic_sds_phy_starting_substate_await_sig_fis_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131744
    },
    "scic_sds_phy_starting_substate_await_sig_fis_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581131584
    },
    "scic_sds_phy_starting_substate_general_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581129824
    },
    "scic_sds_phy_starting_substate_handler_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610135616
    },
    "scic_sds_phy_starting_substates": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610136176
    },
    "scic_sds_phy_state_handler_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610135136
    },
    "scic_sds_phy_state_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610135472
    },
    "scic_sds_phy_stopped_state_destroy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128448
    },
    "scic_sds_phy_stopped_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128832
    },
    "scic_sds_phy_stopped_state_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581128368
    },
    "scic_sds_phy_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581125936
    },
    "scic_sds_port.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_port_activate_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581134256
    },
    "scic_sds_port_add_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133280
    },
    "scic_sds_port_broadcast_change_received": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135888
    },
    "scic_sds_port_clear_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133184
    },
    "scic_sds_port_complete_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135456
    },
    "scic_sds_port_configuration_agent.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_port_configuration_agent_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581140640
    },
    "scic_sds_port_configuration_agent_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581143200
    },
    "scic_sds_port_configuration_agent_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581140704
    },
    "scic_sds_port_configuration_agent_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581143264
    },
    "scic_sds_port_configuration_agent_validate_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581143312
    },
    "scic_sds_port_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133776
    },
    "scic_sds_port_deactivate_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135040
    },
    "scic_sds_port_default_add_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136320
    },
    "scic_sds_port_default_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136448
    },
    "scic_sds_port_default_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136288
    },
    "scic_sds_port_default_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136384
    },
    "scic_sds_port_default_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136352
    },
    "scic_sds_port_default_link_down_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136416
    },
    "scic_sds_port_default_link_up_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136400
    },
    "scic_sds_port_default_remove_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136336
    },
    "scic_sds_port_default_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136304
    },
    "scic_sds_port_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136256
    },
    "scic_sds_port_default_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136432
    },
    "scic_sds_port_default_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136272
    },
    "scic_sds_port_failed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138416
    },
    "scic_sds_port_general_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137584
    },
    "scic_sds_port_general_link_up_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133968
    },
    "scic_sds_port_get_a_connected_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132832
    },
    "scic_sds_port_get_attached_protocols": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133616
    },
    "scic_sds_port_get_attached_sas_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133424
    },
    "scic_sds_port_get_max_allowed_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135760
    },
    "scic_sds_port_get_max_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133760
    },
    "scic_sds_port_get_min_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133744
    },
    "scic_sds_port_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133728
    },
    "scic_sds_port_get_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132656
    },
    "scic_sds_port_get_sas_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133312
    },
    "scic_sds_port_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133936
    },
    "scic_sds_port_invalid_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581134416
    },
    "scic_sds_port_is_phy_mask_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132720
    },
    "scic_sds_port_is_valid_phy_assignment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132480
    },
    "scic_sds_port_link_detected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135184
    },
    "scic_sds_port_link_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135424
    },
    "scic_sds_port_link_up": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135392
    },
    "scic_sds_port_ready_configuring_substate_add_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139408
    },
    "scic_sds_port_ready_configuring_substate_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139712
    },
    "scic_sds_port_ready_configuring_substate_remove_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139488
    },
    "scic_sds_port_ready_operational_substate_link_down_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139248
    },
    "scic_sds_port_ready_operational_substate_link_up_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139216
    },
    "scic_sds_port_ready_operational_substate_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138768
    },
    "scic_sds_port_ready_operational_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139392
    },
    "scic_sds_port_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138064
    },
    "scic_sds_port_ready_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138240
    },
    "scic_sds_port_ready_substate_add_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138480
    },
    "scic_sds_port_ready_substate_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138736
    },
    "scic_sds_port_ready_substate_configuring_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581140560
    },
    "scic_sds_port_ready_substate_handler_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PORT_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610137024
    },
    "scic_sds_port_ready_substate_operational_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581140064
    },
    "scic_sds_port_ready_substate_operational_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581140464
    },
    "scic_sds_port_ready_substate_remove_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138992
    },
    "scic_sds_port_ready_substate_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138448
    },
    "scic_sds_port_ready_substate_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610137312
    },
    "scic_sds_port_ready_substate_waiting_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139888
    },
    "scic_sds_port_ready_substate_waiting_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581140000
    },
    "scic_sds_port_ready_waiting_substate_link_up_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138576
    },
    "scic_sds_port_ready_waiting_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138720
    },
    "scic_sds_port_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136208
    },
    "scic_sds_port_remove_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581133296
    },
    "scic_sds_port_reset_state_link_down_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137680
    },
    "scic_sds_port_reset_state_link_up_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137648
    },
    "scic_sds_port_reset_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137616
    },
    "scic_sds_port_resetting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138368
    },
    "scic_sds_port_resetting_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581138384
    },
    "scic_sds_port_resume_port_task_scheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139824
    },
    "scic_sds_port_set_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581132928
    },
    "scic_sds_port_setup_transports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581134928
    },
    "scic_sds_port_start_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135440
    },
    "scic_sds_port_state_handler_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PORT_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610136416
    },
    "scic_sds_port_state_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610136896
    },
    "scic_sds_port_stopped_state_add_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137264
    },
    "scic_sds_port_stopped_state_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137232
    },
    "scic_sds_port_stopped_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137776
    },
    "scic_sds_port_stopped_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137856
    },
    "scic_sds_port_stopped_state_remove_phy_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137440
    },
    "scic_sds_port_stopped_state_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581136464
    },
    "scic_sds_port_stopped_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137216
    },
    "scic_sds_port_stopping_state_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137536
    },
    "scic_sds_port_stopping_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137920
    },
    "scic_sds_port_stopping_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581137952
    },
    "scic_sds_port_suspend_port_task_scheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581139760
    },
    "scic_sds_port_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135472
    },
    "scic_sds_port_update_viit_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581135552
    },
    "scic_sds_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_remote_device_complete_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144976
    },
    "scic_sds_remote_device_continue_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145136
    },
    "scic_sds_remote_device_default_complete_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145472
    },
    "scic_sds_remote_device_default_continue_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145488
    },
    "scic_sds_remote_device_default_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145232
    },
    "scic_sds_remote_device_default_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145312
    },
    "scic_sds_remote_device_default_fail_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145216
    },
    "scic_sds_remote_device_default_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145424
    },
    "scic_sds_remote_device_default_reset_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145264
    },
    "scic_sds_remote_device_default_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145248
    },
    "scic_sds_remote_device_default_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145296
    },
    "scic_sds_remote_device_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145184
    },
    "scic_sds_remote_device_default_start_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145456
    },
    "scic_sds_remote_device_default_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145200
    },
    "scic_sds_remote_device_default_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145280
    },
    "scic_sds_remote_device_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144912
    },
    "scic_sds_remote_device_failed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147152
    },
    "scic_sds_remote_device_final_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147264
    },
    "scic_sds_remote_device_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144880
    },
    "scic_sds_remote_device_general_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145632
    },
    "scic_sds_remote_device_general_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145504
    },
    "scic_sds_remote_device_general_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146512
    },
    "scic_sds_remote_device_general_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146480
    },
    "scic_sds_remote_device_get_info_from_smp_discover_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144304
    },
    "scic_sds_remote_device_get_max_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144816
    },
    "scic_sds_remote_device_get_min_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144800
    },
    "scic_sds_remote_device_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146816
    },
    "scic_sds_remote_device_is_atapi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144208
    },
    "scic_sds_remote_device_post_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145040
    },
    "scic_sds_remote_device_ready_state_complete_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146272
    },
    "scic_sds_remote_device_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146976
    },
    "scic_sds_remote_device_ready_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147072
    },
    "scic_sds_remote_device_ready_state_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145872
    },
    "scic_sds_remote_device_ready_state_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146144
    },
    "scic_sds_remote_device_ready_state_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146352
    },
    "scic_sds_remote_device_ready_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145744
    },
    "scic_sds_remote_device_resetting_state_complete_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146736
    },
    "scic_sds_remote_device_resetting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147184
    },
    "scic_sds_remote_device_resetting_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147232
    },
    "scic_sds_remote_device_resetting_state_reset_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146704
    },
    "scic_sds_remote_device_resetting_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146672
    },
    "scic_sds_remote_device_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144864
    },
    "scic_sds_remote_device_resume_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147296
    },
    "scic_sds_remote_device_start_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144944
    },
    "scic_sds_remote_device_start_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145088
    },
    "scic_sds_remote_device_start_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145008
    },
    "scic_sds_remote_device_starting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146928
    },
    "scic_sds_remote_device_starting_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146080
    },
    "scic_sds_remote_device_state_handler_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610137392
    },
    "scic_sds_remote_device_state_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610138480
    },
    "scic_sds_remote_device_stopped_state_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145984
    },
    "scic_sds_remote_device_stopped_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146848
    },
    "scic_sds_remote_device_stopped_state_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145904
    },
    "scic_sds_remote_device_stopped_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581145968
    },
    "scic_sds_remote_device_stopping_state_complete_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146576
    },
    "scic_sds_remote_device_stopping_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147120
    },
    "scic_sds_remote_device_stopping_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581146544
    },
    "scic_sds_remote_device_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581144832
    },
    "scic_sds_remote_node_context.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_remote_node_context_await_suspension_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149472
    },
    "scic_sds_remote_node_context_await_suspension_state_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148896
    },
    "scic_sds_remote_node_context_await_suspension_state_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148848
    },
    "scic_sds_remote_node_context_await_suspension_state_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148880
    },
    "scic_sds_remote_node_context_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147360
    },
    "scic_sds_remote_node_context_construct_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147568
    },
    "scic_sds_remote_node_context_continue_to_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148176
    },
    "scic_sds_remote_node_context_default_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147952
    },
    "scic_sds_remote_node_context_default_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148112
    },
    "scic_sds_remote_node_context_default_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148544
    },
    "scic_sds_remote_node_context_default_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148080
    },
    "scic_sds_remote_node_context_default_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148096
    },
    "scic_sds_remote_node_context_default_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147968
    },
    "scic_sds_remote_node_context_general_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148128
    },
    "scic_sds_remote_node_context_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148976
    },
    "scic_sds_remote_node_context_initial_state_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147984
    },
    "scic_sds_remote_node_context_invalidating_state_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148256
    },
    "scic_sds_remote_node_context_invalidating_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149168
    },
    "scic_sds_remote_node_context_invalidating_state_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148288
    },
    "scic_sds_remote_node_context_is_initialized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147504
    },
    "scic_sds_remote_node_context_is_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581147536
    },
    "scic_sds_remote_node_context_posting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149040
    },
    "scic_sds_remote_node_context_posting_state_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148208
    },
    "scic_sds_remote_node_context_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149312
    },
    "scic_sds_remote_node_context_ready_state_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148576
    },
    "scic_sds_remote_node_context_ready_state_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148560
    },
    "scic_sds_remote_node_context_ready_state_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148464
    },
    "scic_sds_remote_node_context_reset_required_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148752
    },
    "scic_sds_remote_node_context_resuming_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149232
    },
    "scic_sds_remote_node_context_resuming_state_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148400
    },
    "scic_sds_remote_node_context_state_handler_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS"
        }
      },
      "address": 18446744071610138896
    },
    "scic_sds_remote_node_context_state_table": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610138704
    },
    "scic_sds_remote_node_context_success_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148384
    },
    "scic_sds_remote_node_context_suspended_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148768
    },
    "scic_sds_remote_node_context_tx_rx_suspended_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149424
    },
    "scic_sds_remote_node_context_tx_rx_suspended_state_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148800
    },
    "scic_sds_remote_node_context_tx_suspended_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149376
    },
    "scic_sds_remote_node_context_tx_suspended_state_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581148656
    },
    "scic_sds_remote_node_table.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_remote_node_table_allocate_remote_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149920
    },
    "scic_sds_remote_node_table_allocate_single_remote_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581150176
    },
    "scic_sds_remote_node_table_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581149488
    },
    "scic_sds_remote_node_table_release_remote_node_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581150528
    },
    "scic_sds_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REQUEST_T"
        }
      },
      "address": 0
    },
    "scic_sds_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_request_aborting_state_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155184
    },
    "scic_sds_request_aborting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155520
    },
    "scic_sds_request_aborting_state_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155280
    },
    "scic_sds_request_aborting_state_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155216
    },
    "scic_sds_request_build_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581150848
    },
    "scic_sds_request_completed_state_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155104
    },
    "scic_sds_request_completed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155456
    },
    "scic_sds_request_constructed_state_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154896
    },
    "scic_sds_request_constructed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155344
    },
    "scic_sds_request_constructed_state_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154720
    },
    "scic_sds_request_default_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154352
    },
    "scic_sds_request_default_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154368
    },
    "scic_sds_request_default_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154384
    },
    "scic_sds_request_default_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154416
    },
    "scic_sds_request_default_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154432
    },
    "scic_sds_request_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154336
    },
    "scic_sds_request_default_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154400
    },
    "scic_sds_request_final_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155552
    },
    "scic_sds_request_get_max_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151536
    },
    "scic_sds_request_get_min_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151520
    },
    "scic_sds_request_get_sgl_element_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581150800
    },
    "scic_sds_request_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155312
    },
    "scic_sds_request_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154080
    },
    "scic_sds_request_started_state_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154464
    },
    "scic_sds_request_started_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155376
    },
    "scic_sds_request_started_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155424
    },
    "scic_sds_request_started_state_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154944
    },
    "scic_sds_request_started_state_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154528
    },
    "scic_sds_request_state_handler_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610139280
    },
    "scic_sds_request_state_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610139616
    },
    "scic_sds_sgpio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_smp_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157168
    },
    "scic_sds_smp_remote_device_ready_cmd_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157312
    },
    "scic_sds_smp_remote_device_ready_cmd_substate_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157360
    },
    "scic_sds_smp_remote_device_ready_cmd_substate_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157264
    },
    "scic_sds_smp_remote_device_ready_cmd_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157152
    },
    "scic_sds_smp_remote_device_ready_idle_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157280
    },
    "scic_sds_smp_remote_device_ready_idle_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157024
    },
    "scic_sds_smp_remote_device_ready_substate_handler_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610139760
    },
    "scic_sds_smp_remote_device_ready_substate_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610140000
    },
    "scic_sds_smp_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_smp_request_assign_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157392
    },
    "scic_sds_smp_request_await_response_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158368
    },
    "scic_sds_smp_request_await_response_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158256
    },
    "scic_sds_smp_request_await_tc_completion_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158608
    },
    "scic_sds_smp_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157376
    },
    "scic_sds_smp_request_started_await_response_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158672
    },
    "scic_sds_smp_request_started_await_tc_completion_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158704
    },
    "scic_sds_smp_request_started_substate_handler_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610140048
    },
    "scic_sds_smp_request_started_substate_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610140160
    },
    "scic_sds_ssp_io_request_assign_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151280
    },
    "scic_sds_ssp_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_ssp_task_request_assign_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151344
    },
    "scic_sds_ssp_task_request_await_tc_completion_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158736
    },
    "scic_sds_ssp_task_request_await_tc_response_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158816
    },
    "scic_sds_ssp_task_request_await_tc_response_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158864
    },
    "scic_sds_ssp_task_request_started_substate_handler_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610140208
    },
    "scic_sds_stp_non_data_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162960
    },
    "scic_sds_stp_non_ncq_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162848
    },
    "scic_sds_stp_packet_internal_request_sense_build_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581159456
    },
    "scic_sds_stp_packet_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_stp_packet_request_command_phase_await_d2h_fis_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160320
    },
    "scic_sds_stp_packet_request_command_phase_await_tc_completion_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160160
    },
    "scic_sds_stp_packet_request_command_phase_await_tc_completion_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581159952
    },
    "scic_sds_stp_packet_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581158992
    },
    "scic_sds_stp_packet_request_packet_phase_await_pio_setup_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581159808
    },
    "scic_sds_stp_packet_request_packet_phase_await_tc_completion_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581159728
    },
    "scic_sds_stp_packet_request_process_status_fis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581159696
    },
    "scic_sds_stp_packet_request_started_command_phase_await_d2h_fis_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160848
    },
    "scic_sds_stp_packet_request_started_command_phase_await_tc_completion_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160608
    },
    "scic_sds_stp_packet_request_started_completion_delay_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160496
    },
    "scic_sds_stp_packet_request_started_completion_delay_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160880
    },
    "scic_sds_stp_packet_request_started_packet_phase_await_pio_setup_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160576
    },
    "scic_sds_stp_packet_request_started_packet_phase_await_tc_completion_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160544
    },
    "scic_sds_stp_packet_request_started_substate_handler_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610140368
    },
    "scic_sds_stp_packet_request_started_substate_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610140656
    },
    "scic_sds_stp_pio_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164096
    },
    "scic_sds_stp_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_stp_remote_device_complete_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161328
    },
    "scic_sds_stp_remote_device_ready_atapi_error_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162352
    },
    "scic_sds_stp_remote_device_ready_atapi_error_substate_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161936
    },
    "scic_sds_stp_remote_device_ready_await_reset_substate_complete_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162048
    },
    "scic_sds_stp_remote_device_ready_await_reset_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162384
    },
    "scic_sds_stp_remote_device_ready_await_reset_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162032
    },
    "scic_sds_stp_remote_device_ready_cmd_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162224
    },
    "scic_sds_stp_remote_device_ready_cmd_substate_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161472
    },
    "scic_sds_stp_remote_device_ready_cmd_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161312
    },
    "scic_sds_stp_remote_device_ready_cmd_substate_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161440
    },
    "scic_sds_stp_remote_device_ready_idle_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162112
    },
    "scic_sds_stp_remote_device_ready_idle_substate_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161232
    },
    "scic_sds_stp_remote_device_ready_idle_substate_resume_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162416
    },
    "scic_sds_stp_remote_device_ready_idle_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581160912
    },
    "scic_sds_stp_remote_device_ready_ncq_error_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162304
    },
    "scic_sds_stp_remote_device_ready_ncq_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162272
    },
    "scic_sds_stp_remote_device_ready_ncq_substate_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161616
    },
    "scic_sds_stp_remote_device_ready_ncq_substate_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161792
    },
    "scic_sds_stp_remote_device_ready_ncq_substate_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161488
    },
    "scic_sds_stp_remote_device_ready_substate_handler_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REMOTE_DEVICE_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610140784
    },
    "scic_sds_stp_remote_device_ready_substate_start_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581161056
    },
    "scic_sds_stp_remote_device_ready_substate_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610141504
    },
    "scic_sds_stp_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_stp_request_assign_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162496
    },
    "scic_sds_stp_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162448
    },
    "scic_sds_stp_request_non_data_await_d2h_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164624
    },
    "scic_sds_stp_request_non_data_await_h2d_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164544
    },
    "scic_sds_stp_request_pio_await_frame_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164944
    },
    "scic_sds_stp_request_pio_await_h2d_completion_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164864
    },
    "scic_sds_stp_request_pio_data_in_await_data_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165312
    },
    "scic_sds_stp_request_pio_data_in_await_data_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165360
    },
    "scic_sds_stp_request_pio_data_in_copy_data_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581167632
    },
    "scic_sds_stp_request_pio_data_out_await_data_transmit_completion_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165744
    },
    "scic_sds_stp_request_pio_data_out_transmit_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581167312
    },
    "scic_sds_stp_request_pio_get_next_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164416
    },
    "scic_sds_stp_request_soft_reset_await_d2h_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166768
    },
    "scic_sds_stp_request_soft_reset_await_h2d_asserted_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166608
    },
    "scic_sds_stp_request_soft_reset_await_h2d_diagnostic_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166688
    },
    "scic_sds_stp_request_started_non_data_await_d2h_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164832
    },
    "scic_sds_stp_request_started_non_data_await_h2d_completion_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164800
    },
    "scic_sds_stp_request_started_non_data_substate_handler_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610141920
    },
    "scic_sds_stp_request_started_non_data_substate_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610141648
    },
    "scic_sds_stp_request_started_pio_await_frame_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165888
    },
    "scic_sds_stp_request_started_pio_await_h2d_completion_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165856
    },
    "scic_sds_stp_request_started_pio_data_in_await_data_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165920
    },
    "scic_sds_stp_request_started_pio_data_out_transmit_data_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165952
    },
    "scic_sds_stp_request_started_pio_substate_handler_table": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610142032
    },
    "scic_sds_stp_request_started_pio_substate_table": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610141824
    },
    "scic_sds_stp_request_started_soft_reset_await_d2h_response_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581167072
    },
    "scic_sds_stp_request_started_soft_reset_await_h2d_asserted_completion_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166944
    },
    "scic_sds_stp_request_started_soft_reset_await_h2d_diagnostic_completion_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166976
    },
    "scic_sds_stp_request_started_soft_reset_substate_handler_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610142368
    },
    "scic_sds_stp_request_started_soft_reset_substate_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610141696
    },
    "scic_sds_stp_request_started_udma_await_d2h_reg_fis_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166576
    },
    "scic_sds_stp_request_started_udma_await_tc_completion_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166544
    },
    "scic_sds_stp_request_started_udma_substate_handler_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_IO_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610142256
    },
    "scic_sds_stp_request_started_udma_substate_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610141776
    },
    "scic_sds_stp_request_udma_await_d2h_reg_fis_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166368
    },
    "scic_sds_stp_request_udma_await_tc_completion_tc_completion_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581165984
    },
    "scic_sds_stp_request_udma_general_frame_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581166240
    },
    "scic_sds_stp_soft_reset_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581163104
    },
    "scic_sds_stp_task_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162480
    },
    "scic_sds_task_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581154240
    },
    "scic_sds_terminate_reqests": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581119760
    },
    "scic_sds_unsolicited_frame_control.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scic_sds_unsolicited_frame_control_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168096
    },
    "scic_sds_unsolicited_frame_control_get_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168544
    },
    "scic_sds_unsolicited_frame_control_get_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168496
    },
    "scic_sds_unsolicited_frame_control_release_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168592
    },
    "scic_sds_unsolicited_frame_control_set_address_table_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168048
    },
    "scic_sgpio_apply_led_blink_pattern": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156000
    },
    "scic_sgpio_hardware_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156704
    },
    "scic_sgpio_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156864
    },
    "scic_sgpio_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156688
    },
    "scic_sgpio_set_blink_patterns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155920
    },
    "scic_sgpio_set_functionality": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155968
    },
    "scic_sgpio_set_led_blink_pattern": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156224
    },
    "scic_sgpio_set_led_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156512
    },
    "scic_sgpio_set_to_hardware_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156576
    },
    "scic_sgpio_set_vendor_code": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155888
    },
    "scic_sgpio_update_led_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581156304
    },
    "scic_stp_io_request_get_d2h_reg_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164400
    },
    "scic_stp_io_request_get_h2d_reg_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164384
    },
    "scic_stp_io_request_set_ncq_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581164352
    },
    "scic_task_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581152080
    },
    "scic_task_request_construct_sata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581153552
    },
    "scic_task_request_construct_ssp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581152928
    },
    "scic_task_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581151408
    },
    "scic_user_parameters": {
      "type": {
        "kind": "union",
        "name": "SCIC_USER_PARAMETERS_T"
      },
      "address": 0
    },
    "scic_user_parameters_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581114672
    },
    "scic_user_parameters_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581114352
    },
    "scic_word_copy_with_swap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581105104
    },
    "scidentify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582311200
    },
    "scif_cb_controller_allocate_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581049808
    },
    "scif_cb_controller_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581049328
    },
    "scif_cb_controller_free_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581050016
    },
    "scif_cb_controller_start_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581049360
    },
    "scif_cb_controller_stop_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581049776
    },
    "scif_cb_domain_change_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054096
    },
    "scif_cb_domain_da_device_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054352
    },
    "scif_cb_domain_device_removed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054560
    },
    "scif_cb_domain_discovery_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054160
    },
    "scif_cb_domain_ea_device_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054432
    },
    "scif_cb_domain_not_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054336
    },
    "scif_cb_domain_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054240
    },
    "scif_cb_domain_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581054224
    },
    "scif_cb_io_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581056368
    },
    "scif_cb_io_request_get_cdb_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057744
    },
    "scif_cb_io_request_get_cdb_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057776
    },
    "scif_cb_io_request_get_command_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057872
    },
    "scif_cb_io_request_get_data_direction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057968
    },
    "scif_cb_io_request_get_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057808
    },
    "scif_cb_io_request_get_next_sge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058016
    },
    "scif_cb_io_request_get_task_attribute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057824
    },
    "scif_cb_io_request_get_transfer_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057952
    },
    "scif_cb_io_request_get_virtual_address_from_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581057888
    },
    "scif_cb_lock_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047216
    },
    "scif_cb_lock_associate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047184
    },
    "scif_cb_lock_disassociate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047200
    },
    "scif_cb_lock_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047232
    },
    "scif_cb_remote_device_failed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581060448
    },
    "scif_cb_remote_device_not_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581060432
    },
    "scif_cb_remote_device_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581060112
    },
    "scif_cb_sge_get_address_field": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058064
    },
    "scif_cb_sge_get_length_field": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581058080
    },
    "scif_cb_start_internal_io_task_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047248
    },
    "scif_cb_start_internal_io_task_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581047264
    },
    "scif_cb_task_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063120
    },
    "scif_cb_task_request_get_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063680
    },
    "scif_cb_task_request_get_io_tag_to_manage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063696
    },
    "scif_cb_task_request_get_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063664
    },
    "scif_cb_task_request_get_response_data_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063712
    },
    "scif_cb_task_request_get_response_data_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063728
    },
    "scif_cb_timer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581064000
    },
    "scif_cb_timer_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581064144
    },
    "scif_cb_timer_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063744
    },
    "scif_cb_timer_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581063936
    },
    "scif_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "scif_controller_complete_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169568
    },
    "scif_controller_complete_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169584
    },
    "scif_controller_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168768
    },
    "scif_controller_get_domain_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169632
    },
    "scif_controller_get_interrupt_coalescence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170256
    },
    "scif_controller_get_sat_compliance_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169904
    },
    "scif_controller_get_sat_compliance_version_revision": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169920
    },
    "scif_controller_get_scic_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169072
    },
    "scif_controller_get_suggested_start_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168944
    },
    "scif_controller_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "scif_controller_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168912
    },
    "scif_controller_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169040
    },
    "scif_controller_set_interrupt_coalescence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170080
    },
    "scif_controller_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169744
    },
    "scif_controller_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581168976
    },
    "scif_controller_start_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169088
    },
    "scif_controller_start_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169376
    },
    "scif_controller_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169008
    },
    "scif_domain_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174352
    },
    "scif_domain_get_device_by_sas_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174192
    },
    "scif_domain_get_remote_device_iterator": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174320
    },
    "scif_domain_get_scic_port_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174160
    },
    "scif_domain_get_suggested_discover_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174448
    },
    "scif_io_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182016
    },
    "scif_io_request_construct_with_core": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182432
    },
    "scif_io_request_get_number_of_bytes_transferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181904
    },
    "scif_io_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181888
    },
    "scif_io_request_get_response_iu_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182512
    },
    "scif_io_request_get_scic_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182000
    },
    "scif_library_allocate_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581184128
    },
    "scif_library_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183792
    },
    "scif_library_free_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581184368
    },
    "scif_library_get_max_timer_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581184544
    },
    "scif_library_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183760
    },
    "scif_library_get_scic_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581184528
    },
    "scif_log_object_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scif_parms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "SCIF_USER_PARAMETERS_T"
        }
      },
      "address": 0
    },
    "scif_remote_device_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581184576
    },
    "scif_remote_device_da_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581184784
    },
    "scif_remote_device_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185248
    },
    "scif_remote_device_ea_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185072
    },
    "scif_remote_device_get_containing_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185504
    },
    "scif_remote_device_get_max_queue_depth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185440
    },
    "scif_remote_device_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581184560
    },
    "scif_remote_device_get_scic_handle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185296
    },
    "scif_remote_device_get_started_io_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185552
    },
    "scif_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "scif_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182304
    },
    "scif_sas_controller.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_controller_allocate_internal_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170624
    },
    "scif_sas_controller_allocate_smp_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170880
    },
    "scif_sas_controller_build_mdl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169696
    },
    "scif_sas_controller_clear_affiliation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171104
    },
    "scif_sas_controller_common_start_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173312
    },
    "scif_sas_controller_complete_high_priority_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170864
    },
    "scif_sas_controller_continue_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170592
    },
    "scif_sas_controller_continue_to_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171328
    },
    "scif_sas_controller_default_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171600
    },
    "scif_sas_controller_default_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171648
    },
    "scif_sas_controller_default_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171616
    },
    "scif_sas_controller_default_initialize_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171568
    },
    "scif_sas_controller_default_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171552
    },
    "scif_sas_controller_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171520
    },
    "scif_sas_controller_default_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171584
    },
    "scif_sas_controller_default_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171632
    },
    "scif_sas_controller_default_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171536
    },
    "scif_sas_controller_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170608
    },
    "scif_sas_controller_failed_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173232
    },
    "scif_sas_controller_failed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174096
    },
    "scif_sas_controller_failed_state_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173296
    },
    "scif_sas_controller_free_internal_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170704
    },
    "scif_sas_controller_free_smp_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171024
    },
    "scif_sas_controller_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173600
    },
    "scif_sas_controller_initialized_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171824
    },
    "scif_sas_controller_initialized_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173952
    },
    "scif_sas_controller_initializing_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173936
    },
    "scif_sas_controller_ready_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172640
    },
    "scif_sas_controller_ready_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172544
    },
    "scif_sas_controller_ready_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173056
    },
    "scif_sas_controller_ready_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172880
    },
    "scif_sas_controller_ready_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172240
    },
    "scif_sas_controller_ready_start_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172464
    },
    "scif_sas_controller_ready_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172304
    },
    "scif_sas_controller_ready_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172896
    },
    "scif_sas_controller_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173984
    },
    "scif_sas_controller_ready_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581172160
    },
    "scif_sas_controller_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171248
    },
    "scif_sas_controller_reset_initialize_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171664
    },
    "scif_sas_controller_reset_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173616
    },
    "scif_sas_controller_resetting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174000
    },
    "scif_sas_controller_restore_interrupt_coalescence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170368
    },
    "scif_sas_controller_save_interrupt_coalescence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170272
    },
    "scif_sas_controller_set_default_config_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581171184
    },
    "scif_sas_controller_start_high_priority_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581170752
    },
    "scif_sas_controller_starting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173968
    },
    "scif_sas_controller_state_handler_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_CONTROLLER_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610142544
    },
    "scif_sas_controller_state_handlers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_controller_state_table": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610143424
    },
    "scif_sas_controller_states.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_controller_stopped_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173168
    },
    "scif_sas_controller_stopped_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174080
    },
    "scif_sas_controller_stopping_start_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581173152
    },
    "scif_sas_controller_stopping_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174064
    },
    "scif_sas_controller_sufficient_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169248
    },
    "scif_sas_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_domain_cancel_smp_activities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177360
    },
    "scif_sas_domain_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175328
    },
    "scif_sas_domain_continue_clear_affiliation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177760
    },
    "scif_sas_domain_continue_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581176640
    },
    "scif_sas_domain_default_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178192
    },
    "scif_sas_domain_default_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178176
    },
    "scif_sas_domain_default_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178240
    },
    "scif_sas_domain_default_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178208
    },
    "scif_sas_domain_default_device_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178144
    },
    "scif_sas_domain_default_device_start_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178112
    },
    "scif_sas_domain_default_device_stop_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178128
    },
    "scif_sas_domain_default_discover_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178064
    },
    "scif_sas_domain_default_port_not_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178096
    },
    "scif_sas_domain_default_port_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178080
    },
    "scif_sas_domain_default_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178160
    },
    "scif_sas_domain_default_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178224
    },
    "scif_sas_domain_discovering_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179808
    },
    "scif_sas_domain_discovering_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179712
    },
    "scif_sas_domain_discovering_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180128
    },
    "scif_sas_domain_discovering_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179968
    },
    "scif_sas_domain_discovering_device_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179584
    },
    "scif_sas_domain_discovering_device_start_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179552
    },
    "scif_sas_domain_discovering_device_stop_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179568
    },
    "scif_sas_domain_discovering_port_not_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179520
    },
    "scif_sas_domain_discovering_start_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179616
    },
    "scif_sas_domain_discovering_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179984
    },
    "scif_sas_domain_discovering_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180912
    },
    "scif_sas_domain_find_device_has_scheduled_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581176160
    },
    "scif_sas_domain_find_device_in_spinup_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581176048
    },
    "scif_sas_domain_find_next_ea_target_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177968
    },
    "scif_sas_domain_finish_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177120
    },
    "scif_sas_domain_get_device_by_containing_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175936
    },
    "scif_sas_domain_get_request_by_io_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175632
    },
    "scif_sas_domain_get_smp_request_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177040
    },
    "scif_sas_domain_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180320
    },
    "scif_sas_domain_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175712
    },
    "scif_sas_domain_is_in_smp_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581174880
    },
    "scif_sas_domain_operation_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175776
    },
    "scif_sas_domain_ready_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178688
    },
    "scif_sas_domain_ready_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178592
    },
    "scif_sas_domain_ready_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178960
    },
    "scif_sas_domain_ready_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178848
    },
    "scif_sas_domain_ready_discover_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178288
    },
    "scif_sas_domain_ready_port_not_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178368
    },
    "scif_sas_domain_ready_start_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178496
    },
    "scif_sas_domain_ready_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178400
    },
    "scif_sas_domain_ready_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178864
    },
    "scif_sas_domain_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180448
    },
    "scif_sas_domain_ready_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180640
    },
    "scif_sas_domain_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177920
    },
    "scif_sas_domain_remote_device_start_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175840
    },
    "scif_sas_domain_remove_expander_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177248
    },
    "scif_sas_domain_schedule_clear_affiliation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177632
    },
    "scif_sas_domain_start_clear_affiliation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581177504
    },
    "scif_sas_domain_start_smp_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581176288
    },
    "scif_sas_domain_start_smp_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581176528
    },
    "scif_sas_domain_starting_port_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581178256
    },
    "scif_sas_domain_starting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180336
    },
    "scif_sas_domain_state_handler_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_DOMAIN_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610143664
    },
    "scif_sas_domain_state_handlers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_domain_state_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610144288
    },
    "scif_sas_domain_states.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_domain_stopped_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180864
    },
    "scif_sas_domain_stopping_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179200
    },
    "scif_sas_domain_stopping_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179072
    },
    "scif_sas_domain_stopping_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179392
    },
    "scif_sas_domain_stopping_device_stop_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581179056
    },
    "scif_sas_domain_stopping_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180672
    },
    "scif_sas_domain_terminate_requests": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175488
    },
    "scif_sas_domain_transition_to_discovering_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180272
    },
    "scif_sas_domain_transition_to_stopped_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581180224
    },
    "scif_sas_domain_update_device_port_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581175072
    },
    "scif_sas_high_priority_request_queue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_high_priority_request_queue_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181136
    },
    "scif_sas_high_priority_request_queue_purge_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181184
    },
    "scif_sas_internal_io_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_internal_io_request_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181808
    },
    "scif_sas_internal_io_request_construct_smp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181504
    },
    "scif_sas_internal_io_request_construct_stp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181792
    },
    "scif_sas_internal_io_request_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181728
    },
    "scif_sas_internal_io_request_timeout_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181712
    },
    "scif_sas_internal_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581181424
    },
    "scif_sas_internal_task_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202192
    },
    "scif_sas_internal_task_request_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202656
    },
    "scif_sas_io_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_io_request_aborting_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183520
    },
    "scif_sas_io_request_aborting_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183568
    },
    "scif_sas_io_request_aborting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183680
    },
    "scif_sas_io_request_aborting_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183728
    },
    "scif_sas_io_request_completed_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183488
    },
    "scif_sas_io_request_completed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183664
    },
    "scif_sas_io_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182048
    },
    "scif_sas_io_request_construct_smp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183136
    },
    "scif_sas_io_request_constructed_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183312
    },
    "scif_sas_io_request_constructed_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183296
    },
    "scif_sas_io_request_constructed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183632
    },
    "scif_sas_io_request_continue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581182752
    },
    "scif_sas_io_request_default_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183392
    },
    "scif_sas_io_request_default_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183344
    },
    "scif_sas_io_request_default_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183360
    },
    "scif_sas_io_request_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183376
    },
    "scif_sas_io_request_final_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183744
    },
    "scif_sas_io_request_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183600
    },
    "scif_sas_io_request_started_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183408
    },
    "scif_sas_io_request_started_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183456
    },
    "scif_sas_io_request_started_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581183648
    },
    "scif_sas_io_request_state_handler_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610144432
    },
    "scif_sas_io_request_state_handlers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_io_request_state_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610144624
    },
    "scif_sas_io_request_states.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_library.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device_default_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187488
    },
    "scif_sas_remote_device_default_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187472
    },
    "scif_sas_remote_device_default_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187536
    },
    "scif_sas_remote_device_default_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187504
    },
    "scif_sas_remote_device_default_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187408
    },
    "scif_sas_remote_device_default_fail_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187616
    },
    "scif_sas_remote_device_default_not_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187600
    },
    "scif_sas_remote_device_default_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187584
    },
    "scif_sas_remote_device_default_reset_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187440
    },
    "scif_sas_remote_device_default_reset_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187424
    },
    "scif_sas_remote_device_default_start_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187552
    },
    "scif_sas_remote_device_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187376
    },
    "scif_sas_remote_device_default_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187456
    },
    "scif_sas_remote_device_default_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187520
    },
    "scif_sas_remote_device_default_stop_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187568
    },
    "scif_sas_remote_device_default_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187392
    },
    "scif_sas_remote_device_failed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188624
    },
    "scif_sas_remote_device_failed_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187888
    },
    "scif_sas_remote_device_final_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188784
    },
    "scif_sas_remote_device_find_downstream_expander": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199824
    },
    "scif_sas_remote_device_find_upstream_expander": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199696
    },
    "scif_sas_remote_device_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188224
    },
    "scif_sas_remote_device_ready_ncq_error_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186912
    },
    "scif_sas_remote_device_ready_operational_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186768
    },
    "scif_sas_remote_device_ready_operational_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186000
    },
    "scif_sas_remote_device_ready_operational_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186016
    },
    "scif_sas_remote_device_ready_operational_continue_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186400
    },
    "scif_sas_remote_device_ready_operational_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186320
    },
    "scif_sas_remote_device_ready_operational_fail_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186288
    },
    "scif_sas_remote_device_ready_operational_not_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186640
    },
    "scif_sas_remote_device_ready_operational_start_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186672
    },
    "scif_sas_remote_device_ready_operational_start_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186352
    },
    "scif_sas_remote_device_ready_operational_start_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186416
    },
    "scif_sas_remote_device_ready_operational_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186240
    },
    "scif_sas_remote_device_ready_operational_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186816
    },
    "scif_sas_remote_device_ready_operational_substate_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186848
    },
    "scif_sas_remote_device_ready_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188480
    },
    "scif_sas_remote_device_ready_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188496
    },
    "scif_sas_remote_device_ready_substate_handler_table": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610144768
    },
    "scif_sas_remote_device_ready_substate_handlers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device_ready_substate_table": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610145312
    },
    "scif_sas_remote_device_ready_substates.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device_ready_suspended_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186784
    },
    "scif_sas_remote_device_ready_suspended_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186880
    },
    "scif_sas_remote_device_ready_task_management_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186096
    },
    "scif_sas_remote_device_ready_task_management_complete_task_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186048
    },
    "scif_sas_remote_device_ready_task_management_not_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186800
    },
    "scif_sas_remote_device_ready_taskmgmt_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581186896
    },
    "scif_sas_remote_device_resetting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188704
    },
    "scif_sas_remote_device_save_report_phy_sata_information": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185584
    },
    "scif_sas_remote_device_starting_await_complete_fail_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187120
    },
    "scif_sas_remote_device_starting_await_complete_not_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187232
    },
    "scif_sas_remote_device_starting_await_complete_start_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187152
    },
    "scif_sas_remote_device_starting_await_complete_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187312
    },
    "scif_sas_remote_device_starting_await_ready_ready_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187248
    },
    "scif_sas_remote_device_starting_complete_substate_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187360
    },
    "scif_sas_remote_device_starting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188336
    },
    "scif_sas_remote_device_starting_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188448
    },
    "scif_sas_remote_device_starting_state_general_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187072
    },
    "scif_sas_remote_device_starting_substate_handler_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610145408
    },
    "scif_sas_remote_device_starting_substate_handlers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device_starting_substate_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610145680
    },
    "scif_sas_remote_device_starting_substates.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device_state_handler_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610145728
    },
    "scif_sas_remote_device_state_handlers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device_state_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610146960
    },
    "scif_sas_remote_device_states.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_remote_device_stopped_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187680
    },
    "scif_sas_remote_device_stopped_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187632
    },
    "scif_sas_remote_device_stopped_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188256
    },
    "scif_sas_remote_device_stopping_complete_high_priority_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187840
    },
    "scif_sas_remote_device_stopping_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188512
    },
    "scif_sas_remote_device_stopping_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188592
    },
    "scif_sas_remote_device_stopping_stop_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187776
    },
    "scif_sas_remote_device_target_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185600
    },
    "scif_sas_remote_device_target_reset_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185712
    },
    "scif_sas_remote_device_update_port_width": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581185920
    },
    "scif_sas_remote_device_updating_port_width_state_complete_io_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187952
    },
    "scif_sas_remote_device_updating_port_width_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188720
    },
    "scif_sas_remote_device_updating_port_width_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188768
    },
    "scif_sas_remote_device_updating_port_width_state_start_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188016
    },
    "scif_sas_remote_device_updating_port_width_state_stop_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188128
    },
    "scif_sas_remote_device_updating_port_width_state_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581187920
    },
    "scif_sas_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188800
    },
    "scif_sas_request_terminate_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188976
    },
    "scif_sas_request_terminate_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581188912
    },
    "scif_sas_smp_activity_clear_affiliation.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_smp_external_request_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581191056
    },
    "scif_sas_smp_internal_request_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581190736
    },
    "scif_sas_smp_io_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_smp_phy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_smp_phy_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581191552
    },
    "scif_sas_smp_phy_destruct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581191680
    },
    "scif_sas_smp_phy_find_highest_phy_in_wide_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581192224
    },
    "scif_sas_smp_phy_find_middle_phy_in_wide_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581192112
    },
    "scif_sas_smp_phy_find_next_phy_in_wide_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581192048
    },
    "scif_sas_smp_phy_save_information": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581191824
    },
    "scif_sas_smp_phy_set_attached_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581191888
    },
    "scif_sas_smp_phy_verify_routing_attribute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581191952
    },
    "scif_sas_smp_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_smp_remote_device_cancel_config_route_table_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195856
    },
    "scif_sas_smp_remote_device_cancel_smp_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581200080
    },
    "scif_sas_smp_remote_device_clean_route_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581197312
    },
    "scif_sas_smp_remote_device_clean_route_table_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199984
    },
    "scif_sas_smp_remote_device_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581192368
    },
    "scif_sas_smp_remote_device_configure_route_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581197088
    },
    "scif_sas_smp_remote_device_configure_upstream_expander_route_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581198080
    },
    "scif_sas_smp_remote_device_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581192528
    },
    "scif_sas_smp_remote_device_continue_clear_affiliation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581189280
    },
    "scif_sas_smp_remote_device_continue_current_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581193328
    },
    "scif_sas_smp_remote_device_continue_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196224
    },
    "scif_sas_smp_remote_device_continue_target_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196576
    },
    "scif_sas_smp_remote_device_decode_config_route_info_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195376
    },
    "scif_sas_smp_remote_device_decode_discover_phy_control_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195312
    },
    "scif_sas_smp_remote_device_decode_initial_discover_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581194592
    },
    "scif_sas_smp_remote_device_decode_report_general_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581194336
    },
    "scif_sas_smp_remote_device_decode_report_phy_sata_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195248
    },
    "scif_sas_smp_remote_device_decode_smp_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581192736
    },
    "scif_sas_smp_remote_device_decode_spinup_hold_release_discover_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195072
    },
    "scif_sas_smp_remote_device_decode_target_reset_discover_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195040
    },
    "scif_sas_smp_remote_device_decode_target_reset_phy_control_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195344
    },
    "scif_sas_smp_remote_device_do_config_route_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199920
    },
    "scif_sas_smp_remote_device_fail_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196512
    },
    "scif_sas_smp_remote_device_fail_target_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196752
    },
    "scif_sas_smp_remote_device_fail_target_spinup_hold_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196944
    },
    "scif_sas_smp_remote_device_find_smp_phy_by_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199344
    },
    "scif_sas_smp_remote_device_finish_clear_affiliation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581189248
    },
    "scif_sas_smp_remote_device_finish_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581197888
    },
    "scif_sas_smp_remote_device_finish_initial_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581197632
    },
    "scif_sas_smp_remote_device_get_config_route_table_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581197296
    },
    "scif_sas_smp_remote_device_is_in_activity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199312
    },
    "scif_sas_smp_remote_device_populate_smp_phy_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195568
    },
    "scif_sas_smp_remote_device_removed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199392
    },
    "scif_sas_smp_remote_device_retry_internal_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196416
    },
    "scif_sas_smp_remote_device_sata_spinup_hold_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196816
    },
    "scif_sas_smp_remote_device_save_smp_phy_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581195664
    },
    "scif_sas_smp_remote_device_start_clear_affiliation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581189008
    },
    "scif_sas_smp_remote_device_start_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581196016
    },
    "scif_sas_smp_remote_device_start_target_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581200384
    },
    "scif_sas_smp_remote_device_target_reset_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199104
    },
    "scif_sas_smp_remote_device_terminated_request_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581199616
    },
    "scif_sas_smp_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581189472
    },
    "scif_sas_smp_request_construct_config_route_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581190464
    },
    "scif_sas_smp_request_construct_discover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581189840
    },
    "scif_sas_smp_request_construct_phy_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581190224
    },
    "scif_sas_smp_request_construct_report_general": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581189552
    },
    "scif_sas_smp_request_construct_report_manufacturer_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581189696
    },
    "scif_sas_smp_request_construct_report_phy_sata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581190064
    },
    "scif_sas_stp_core_cb_io_request_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581200624
    },
    "scif_sas_stp_core_cb_packet_io_request_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581200912
    },
    "scif_sas_stp_core_cb_task_request_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201760
    },
    "scif_sas_stp_io_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_stp_io_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581200464
    },
    "scif_sas_stp_io_request_constructed_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201312
    },
    "scif_sas_stp_io_request_constructed_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201200
    },
    "scif_sas_stp_packet_io_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581200800
    },
    "scif_sas_stp_packet_io_request_get_number_of_bytes_transferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201024
    },
    "scif_sas_stp_remote_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_stp_remote_device_allocate_ncq_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201472
    },
    "scif_sas_stp_remote_device_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201392
    },
    "scif_sas_stp_remote_device_free_ncq_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201568
    },
    "scif_sas_stp_remote_device_get_request_by_ncq_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201600
    },
    "scif_sas_stp_task_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_stp_task_request_abort_task_set_failure_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202016
    },
    "scif_sas_stp_task_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581201680
    },
    "scif_sas_task_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_task_request_aborting_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203200
    },
    "scif_sas_task_request_aborting_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203344
    },
    "scif_sas_task_request_aborting_state_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203392
    },
    "scif_sas_task_request_completed_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203152
    },
    "scif_sas_task_request_completed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203312
    },
    "scif_sas_task_request_constructed_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203040
    },
    "scif_sas_task_request_constructed_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203008
    },
    "scif_sas_task_request_constructed_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203264
    },
    "scif_sas_task_request_default_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202960
    },
    "scif_sas_task_request_default_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202976
    },
    "scif_sas_task_request_default_destruct_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202992
    },
    "scif_sas_task_request_default_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202944
    },
    "scif_sas_task_request_final_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203408
    },
    "scif_sas_task_request_generic_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202240
    },
    "scif_sas_task_request_get_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202176
    },
    "scif_sas_task_request_initial_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203232
    },
    "scif_sas_task_request_operation_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202928
    },
    "scif_sas_task_request_started_abort_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203072
    },
    "scif_sas_task_request_started_complete_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203120
    },
    "scif_sas_task_request_started_state_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581203280
    },
    "scif_sas_task_request_state_handler_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_REQUEST_STATE_HANDLER_T"
        }
      },
      "address": 18446744071610147216
    },
    "scif_sas_task_request_state_handlers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_task_request_state_table": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "SCI_BASE_STATE_T"
        }
      },
      "address": 18446744071610147408
    },
    "scif_sas_task_request_states.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_sas_timer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scif_task_request_construct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202560
    },
    "scif_task_request_get_object_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581202160
    },
    "scif_user_parameters_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581169936
    },
    "scifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "scinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572739584
    },
    "scinit.dflt_kattrtab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071583849992
    },
    "scinit.font_14": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610901520
    },
    "scinit.font_16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610905104
    },
    "scinit.font_8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610899472
    },
    "scinit.sc_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610827472
    },
    "sck": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sckbdevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572764544
    },
    "scmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_tape_locate"
        }
      },
      "address": 0
    },
    "scmeminit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572739488
    },
    "scmouse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "scnprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578926656
    },
    "scnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scntl3": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scope": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scope6.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scope6_addr2default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578224656
    },
    "scope6_get_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578224112
    },
    "scope6_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578223088
    },
    "scope6_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578223200
    },
    "scope6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578222928
    },
    "scope6_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578223232
    },
    "scope6_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613140168
    },
    "scope6_setdefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578224464
    },
    "scope_ambiguous": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scopeid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "score": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "score1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "score2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scoreboard": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "scp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xenpci_softc"
        }
      },
      "address": 0
    },
    "scport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtcon_softc_port"
        }
      },
      "address": 0
    },
    "scprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582311296
    },
    "scq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_cq"
        }
      },
      "address": 0
    },
    "scq_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scqn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scr_struct": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scratchBuffer": {
      "type": {
        "kind": "struct",
        "name": "fseWkspMax_t"
      },
      "address": 0
    },
    "scratchBufferSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "scratch_buff": {
      "type": {
        "kind": "struct",
        "name": "cudbg_buffer"
      },
      "address": 0
    },
    "scratch_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scratch_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "scratch_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scratch_pad_2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scratch_pad_3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scratch_pad_4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scratch_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "scresume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572742352
    },
    "script": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "script_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "script_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "script_ofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "script_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scripta0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sym_fw1a_scr"
        }
      },
      "address": 0
    },
    "scriptb0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sym_fw1b_scr"
        }
      },
      "address": 0
    },
    "scriptname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "scrn_blank_time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610823320
    },
    "scrn_blanked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823316
    },
    "scrn_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572741440
    },
    "scrn_timer.kbd_time_stamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610827456
    },
    "scrn_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572754880
    },
    "scrndr_cga_0": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610212872
    },
    "scrndr_cga_GRAPHICS_MODE": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610213072
    },
    "scrndr_ega_0": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610212912
    },
    "scrndr_ega_GRAPHICS_MODE": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610213112
    },
    "scrndr_ega_PIXEL_MODE": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610212992
    },
    "scrndr_mda_0": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610212832
    },
    "scrndr_vga_0": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610212952
    },
    "scrndr_vga_GRAPHICS_MODE": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610213152
    },
    "scrndr_vga_PIXEL_MODE": {
      "type": {
        "kind": "struct",
        "name": "sc_renderer"
      },
      "address": 18446744071610213032
    },
    "scrndr_vga_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582303504
    },
    "scrndr_vga_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610213616
    },
    "scrndr_vgamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610213240
    },
    "scrptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "scs": {
      "type": {
        "kind": "struct",
        "name": "syncache"
      },
      "address": 0
    },
    "scshutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572742400
    },
    "scsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_scsi"
        }
      },
      "address": 0
    },
    "scsi3addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "scsi_8btou64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565994720
    },
    "scsi_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565970064
    },
    "scsi_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "scsi_all.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_alloc_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565969920
    },
    "scsi_allow_overwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566122128
    },
    "scsi_allow_removal": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409340
    },
    "scsi_announce_periph_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565971424
    },
    "scsi_ata_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566015552
    },
    "scsi_ata_pass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566015696
    },
    "scsi_ata_pass_16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566016752
    },
    "scsi_ata_read_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566017056
    },
    "scsi_ata_setfeatures": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566017296
    },
    "scsi_ata_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566016592
    },
    "scsi_ata_zac_mgmt_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566077504
    },
    "scsi_ata_zac_mgmt_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566077184
    },
    "scsi_attrib_ascii_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566007904
    },
    "scsi_attrib_hexdump_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566009104
    },
    "scsi_attrib_int_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566007536
    },
    "scsi_attrib_prefix_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566009840
    },
    "scsi_attrib_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566010224
    },
    "scsi_attrib_text_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566008304
    },
    "scsi_attrib_value_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566009328
    },
    "scsi_attrib_vendser_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566008048
    },
    "scsi_attrib_volcoh_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566008512
    },
    "scsi_block_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996064
    },
    "scsi_calc_syncparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002352
    },
    "scsi_calc_syncsrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002256
    },
    "scsi_cd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_cdb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "scsi_cdb_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565992096
    },
    "scsi_cdb_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565991936
    },
    "scsi_ch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_rw_16"
        }
      },
      "address": 0
    },
    "scsi_cmotech_eject": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409388
    },
    "scsi_command_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565995344
    },
    "scsi_command_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565992352
    },
    "scsi_conf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsi_create_timestamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566014032
    },
    "scsi_da.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610598032
    },
    "scsi_delay_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608256912
    },
    "scsi_desc_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565992608
    },
    "scsi_dev_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565970896
    },
    "scsi_devid_is_lun_eui64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002576
    },
    "scsi_devid_is_lun_md5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002704
    },
    "scsi_devid_is_lun_naa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002608
    },
    "scsi_devid_is_lun_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002672
    },
    "scsi_devid_is_lun_t10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002640
    },
    "scsi_devid_is_lun_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002736
    },
    "scsi_devid_is_naa_ieee_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002464
    },
    "scsi_devid_is_port_naa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002768
    },
    "scsi_devid_is_sas_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002512
    },
    "scsi_devid_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566020912
    },
    "scsi_devise_transport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565980000
    },
    "scsi_dif_info": {
      "type": {
        "kind": "struct",
        "name": "ocs_scsi_dif_info_t"
      },
      "address": 0
    },
    "scsi_enc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_enc_safte.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_enc_ses.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566120576
    },
    "scsi_error_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565991312
    },
    "scsi_exchange_medium": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566048320
    },
    "scsi_extract_sense": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566001120
    },
    "scsi_extract_sense_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565991648
    },
    "scsi_extract_sense_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996288
    },
    "scsi_find_attrib_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566009200
    },
    "scsi_find_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565992768
    },
    "scsi_format_medium": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566121968
    },
    "scsi_fru_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565995840
    },
    "scsi_get_asc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566001280
    },
    "scsi_get_ascq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566001344
    },
    "scsi_get_attrib_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566009248
    },
    "scsi_get_block_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565994928
    },
    "scsi_get_devid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002912
    },
    "scsi_get_devid_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002800
    },
    "scsi_get_nv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566003920
    },
    "scsi_get_physical_element_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566018192
    },
    "scsi_get_sense_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565994272
    },
    "scsi_get_sense_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566001216
    },
    "scsi_get_sks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565994736
    },
    "scsi_get_stream_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565995120
    },
    "scsi_huawei_eject": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409456
    },
    "scsi_huawei_eject2": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409472
    },
    "scsi_huawei_eject3": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409408
    },
    "scsi_huawei_eject4": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409488
    },
    "scsi_info_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565995312
    },
    "scsi_initialize_element_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566048960
    },
    "scsi_inquiry": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071566011040
    },
    "scsi_inquiry_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565990656
    },
    "scsi_io_handler_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608524504
    },
    "scsi_io_reply": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_SCSI_IO_REPLY"
        }
      },
      "address": 0
    },
    "scsi_io_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MRSAS_RAID_SCSI_IO_REQUEST"
        }
      },
      "address": 0
    },
    "scsi_load_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566119760
    },
    "scsi_locate_10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566121136
    },
    "scsi_locate_16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566121360
    },
    "scsi_log_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566012720
    },
    "scsi_log_sense": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566012512
    },
    "scsi_logical_sector_alignment": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "scsi_lun": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "scsi_mam_attr_table": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scsi_attrib_table_entry"
        }
      },
      "address": 18446744071608254592
    },
    "scsi_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scsi_mode_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566011952
    },
    "scsi_mode_select_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566012240
    },
    "scsi_mode_sense": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566011184
    },
    "scsi_mode_sense_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566011696
    },
    "scsi_mode_sense_subpage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566011424
    },
    "scsi_move_medium": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566048128
    },
    "scsi_nv_to_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566003856
    },
    "scsi_op_codes": {
      "type": {
        "count": 201,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "op_table_entry"
        }
      },
      "address": 18446744071608250992
    },
    "scsi_op_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565990336
    },
    "scsi_op_quirk_table": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scsi_op_quirk_entry"
        }
      },
      "address": 18446744071608250944
    },
    "scsi_opcode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scsi_parse_transportid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566006928
    },
    "scsi_parse_transportid_64bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566004144
    },
    "scsi_parse_transportid_iscsi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566005664
    },
    "scsi_parse_transportid_rdma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566005104
    },
    "scsi_parse_transportid_sop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566006112
    },
    "scsi_parse_transportid_spi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566004672
    },
    "scsi_pass.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_persistent_reserve_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566019840
    },
    "scsi_persistent_reserve_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566019968
    },
    "scsi_position_to_element": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566048544
    },
    "scsi_prevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566012912
    },
    "scsi_prevent_removal": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409334
    },
    "scsi_print_inquiry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566001888
    },
    "scsi_print_inquiry_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566001408
    },
    "scsi_print_inquiry_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566002016
    },
    "scsi_print_inquiry_short_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566001744
    },
    "scsi_progress_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565995376
    },
    "scsi_proto": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto"
      },
      "address": 18446744071608248584
    },
    "scsi_proto_announce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565990016
    },
    "scsi_proto_debug_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565990080
    },
    "scsi_proto_denounce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565990048
    },
    "scsi_proto_map": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scsi_nv"
        }
      },
      "address": 18446744071608254352
    },
    "scsi_proto_ops": {
      "type": {
        "kind": "struct",
        "name": "xpt_proto_ops"
      },
      "address": 18446744071608250912
    },
    "scsi_quirk_table": {
      "type": {
        "count": 45,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scsi_quirk_entry"
        }
      },
      "address": 18446744071608248752
    },
    "scsi_read_attribute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566019360
    },
    "scsi_read_block_limits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566119408
    },
    "scsi_read_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566018768
    },
    "scsi_read_capacity": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071566013040
    },
    "scsi_read_capacity_16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566013152
    },
    "scsi_read_dvd_structure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021952
    },
    "scsi_read_element_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566048720
    },
    "scsi_read_position": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566120736
    },
    "scsi_read_position_10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566120848
    },
    "scsi_read_toc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566022176
    },
    "scsi_read_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566014432
    },
    "scsi_receive_diagnostic_results": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566017792
    },
    "scsi_remove_element_and_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566018384
    },
    "scsi_report_density_support": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566121648
    },
    "scsi_report_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021568
    },
    "scsi_report_luns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566013392
    },
    "scsi_report_supported_opcodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566020576
    },
    "scsi_report_target_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566013552
    },
    "scsi_report_timestamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566013712
    },
    "scsi_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_SCSI_IO_REQUEST"
        }
      },
      "address": 0
    },
    "scsi_request_sense": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071566010912
    },
    "scsi_reserve_release_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566120416
    },
    "scsi_restore_elements_and_rebuild": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566018640
    },
    "scsi_rewind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566119952
    },
    "scsi_rezero_init": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409370
    },
    "scsi_sa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_sa_read_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566119520
    },
    "scsi_scan_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565974032
    },
    "scsi_scan_lun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565976752
    },
    "scsi_security_protocol_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566020160
    },
    "scsi_security_protocol_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566020368
    },
    "scsi_send_diagnostic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566017952
    },
    "scsi_send_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021792
    },
    "scsi_send_volume_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566049072
    },
    "scsi_sense_ata_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565997120
    },
    "scsi_sense_block_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996800
    },
    "scsi_sense_command_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996176
    },
    "scsi_sense_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565990800
    },
    "scsi_sense_desc_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565998096
    },
    "scsi_sense_forwarded_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565997648
    },
    "scsi_sense_fru_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996544
    },
    "scsi_sense_generic_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565998000
    },
    "scsi_sense_info_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996128
    },
    "scsi_sense_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scsi_sense_only_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565998448
    },
    "scsi_sense_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566000992
    },
    "scsi_sense_printers": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_desc_printer"
        }
      },
      "address": 18446744071608254208
    },
    "scsi_sense_progress_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996880
    },
    "scsi_sense_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566000528
    },
    "scsi_sense_sks_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996208
    },
    "scsi_sense_stream_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565996592
    },
    "scsi_sense_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566000912
    },
    "scsi_sense_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565994672
    },
    "scsi_set_capacity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566121824
    },
    "scsi_set_position": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566120992
    },
    "scsi_set_sense_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565994128
    },
    "scsi_set_sense_data_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565994208
    },
    "scsi_set_sense_data_va": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565992864
    },
    "scsi_set_target_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566013872
    },
    "scsi_set_timestamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566014096
    },
    "scsi_set_transfer_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565972304
    },
    "scsi_settings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_scsi"
        }
      },
      "address": 0
    },
    "scsi_sks_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565995424
    },
    "scsi_space": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566120080
    },
    "scsi_start_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566019168
    },
    "scsi_start_unit": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409346
    },
    "scsi_state": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scsi_static_inquiry_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566020768
    },
    "scsi_status": {
      "type": {
        "kind": "enum",
        "name": "unnamed_fd7519214978ee69"
      },
      "address": 0
    },
    "scsi_status_qualifier": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "scsi_status_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565992192
    },
    "scsi_status_string.unkstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610597968
    },
    "scsi_stop_unit": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409364
    },
    "scsi_stream_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565995872
    },
    "scsi_sync_cache": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409430
    },
    "scsi_synchronize_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566014256
    },
    "scsi_syncrates": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_60f52a530036add1"
        }
      },
      "address": 18446744071584033472
    },
    "scsi_tct_eject": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409424
    },
    "scsi_test_unit_ready": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071566010800
    },
    "scsi_tmf_handler_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608524508
    },
    "scsi_toggle_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565977472
    },
    "scsi_transportid_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566003072
    },
    "scsi_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566017648
    },
    "scsi_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "scsi_vpd_supported_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021168
    },
    "scsi_write_attribute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566019616
    },
    "scsi_write_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566018960
    },
    "scsi_write_filemarks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566120224
    },
    "scsi_write_same": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566015152
    },
    "scsi_xport_fc": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608248464
    },
    "scsi_xport_iscsi": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608248512
    },
    "scsi_xport_ops": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport_ops"
      },
      "address": 18446744071608248712
    },
    "scsi_xport_ppb": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608248560
    },
    "scsi_xport_sas": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608248440
    },
    "scsi_xport_spi": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608248416
    },
    "scsi_xport_srp": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608248536
    },
    "scsi_xport_usb": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608248488
    },
    "scsi_xpt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scsi_zbc_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566076896
    },
    "scsi_zbc_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566076656
    },
    "scsi_ztestor_eject": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609409376
    },
    "scsicfg": {
      "type": {
        "kind": "struct",
        "name": "virtio_scsi_config"
      },
      "address": 0
    },
    "scsiconf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsiconf1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsiid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsiid_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsirate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsiseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsiseq1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsiseq_template": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsisigo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scsplash_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572756304
    },
    "scsplash_saver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572756592
    },
    "scsplash_saver.busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610827448
    },
    "scsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572742176
    },
    "sct": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "scteken_bell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572727536
    },
    "scteken_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726944
    },
    "scteken_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572728448
    },
    "scteken_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572727568
    },
    "scteken_default_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726864
    },
    "scteken_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572727968
    },
    "scteken_fkeystr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572727280
    },
    "scteken_funcs": {
      "type": {
        "kind": "struct",
        "name": "teken_funcs_t"
      },
      "address": 18446744071585034520
    },
    "scteken_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726096
    },
    "scteken_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572727264
    },
    "scteken_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726448
    },
    "scteken_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726848
    },
    "scteken_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572728976
    },
    "scteken_param.cattrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585034592
    },
    "scteken_param.tcattrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156232
    },
    "scteken_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572727600
    },
    "scteken_puts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726400
    },
    "scteken_respond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572729328
    },
    "scteken_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572727440
    },
    "scteken_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726352
    },
    "scterm-dumb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scterm-sc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scterm-teken.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scterm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scterm_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572725888
    },
    "scterm_default_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572725712
    },
    "scterm_dumb_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572718944
    },
    "scterm_dumb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609233800
    },
    "scterm_dumbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609233760
    },
    "scterm_fkeystr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726000
    },
    "scterm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572719008
    },
    "scterm_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572725984
    },
    "scterm_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572725600
    },
    "scterm_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572725968
    },
    "scterm_puts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572719440
    },
    "scterm_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572725696
    },
    "scterm_sc_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726032
    },
    "scterm_sc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609234056
    },
    "scterm_scan_esc.ansi_col": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034160
    },
    "scterm_scan_esc.cattrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585033904
    },
    "scterm_scan_esc.tcattrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585033928
    },
    "scterm_scmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609234016
    },
    "scterm_scteken_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572729344
    },
    "scterm_scteken_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609234312
    },
    "scterm_sctekenmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609234272
    },
    "scterm_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572726016
    },
    "scterm_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572719296
    },
    "sctp_calculate_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577792272
    },
    "sctp_calculate_cksum_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577792320
    },
    "sctp_crc32.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sctp_crc_tableil8_o32": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585195088
    },
    "sctp_crc_tableil8_o40": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585202256
    },
    "sctp_crc_tableil8_o48": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585201232
    },
    "sctp_crc_tableil8_o56": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585200208
    },
    "sctp_crc_tableil8_o64": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585199184
    },
    "sctp_crc_tableil8_o72": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585198160
    },
    "sctp_crc_tableil8_o80": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585197136
    },
    "sctp_crc_tableil8_o88": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585196112
    },
    "sctp_delayed_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577792352
    },
    "sctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sctty_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572757632
    },
    "sctty_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572757872
    },
    "sctty_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572763456
    },
    "sctty_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572757296
    },
    "sctty_outwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572755776
    },
    "sctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_shared_ctx"
        }
      },
      "address": 0
    },
    "scu_sas_pcfg_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "scu_sata_reqeust_construct_task_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162560
    },
    "scu_sge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCU_SGL_ELEMENT_T"
        }
      },
      "address": 0
    },
    "scu_sgl_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCU_SGL_ELEMENT_PAIR_T"
        }
      },
      "address": 0
    },
    "scu_smp_request_construct_task_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581157664
    },
    "scu_ssp_reqeust_construct_task_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581155584
    },
    "scu_stp_packet_request_command_phase_construct_task_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581159072
    },
    "scu_stp_packet_request_command_phase_reconstruct_raw_frame_task_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581159536
    },
    "scu_stp_raw_request_construct_task_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581162864
    },
    "scvgarndr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scvidctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "scvtb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_segment_descriptor"
        }
      },
      "address": 0
    },
    "sd1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 0
    },
    "sd_ba": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "sd_cl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "sd_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_hmc_sd_entry"
        }
      },
      "address": 0
    },
    "sd_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sd_lmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sd_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "sd_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "bus_dmamap"
          }
        }
      },
      "address": 0
    },
    "sd_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sdenom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_stat_desc_t"
        }
      },
      "address": 0
    },
    "sdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbp_dev"
        }
      },
      "address": 0
    },
    "sdevid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sdevp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sbp_dev"
          }
        }
      },
      "address": 0
    },
    "sdhci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sdhci_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sdhci_acpi_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609112584
    },
    "sdhci_acpi_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609112560
    },
    "sdhci_acpi_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609112400
    },
    "sdhci_acpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572095808
    },
    "sdhci_acpi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096432
    },
    "sdhci_acpi_devices": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdhci_acpi_device"
        }
      },
      "address": 18446744071584980816
    },
    "sdhci_acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609112632
    },
    "sdhci_acpi_find_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572097920
    },
    "sdhci_acpi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572098336
    },
    "sdhci_acpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572095744
    },
    "sdhci_acpi_read_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096704
    },
    "sdhci_acpi_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096768
    },
    "sdhci_acpi_read_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096832
    },
    "sdhci_acpi_read_multi_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096896
    },
    "sdhci_acpi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096656
    },
    "sdhci_acpi_set_uhs_timing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572097248
    },
    "sdhci_acpi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096576
    },
    "sdhci_acpi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096592
    },
    "sdhci_acpi_write_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572096976
    },
    "sdhci_acpi_write_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572097040
    },
    "sdhci_acpi_write_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572097104
    },
    "sdhci_acpi_write_multi_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572097168
    },
    "sdhci_card_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572075936
    },
    "sdhci_card_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572075168
    },
    "sdhci_cleanup_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572076608
    },
    "sdhci_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812812
    },
    "sdhci_devices": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdhci_device"
        }
      },
      "address": 18446744071584981456
    },
    "sdhci_dumpcaps_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572090640
    },
    "sdhci_dumpregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572075040
    },
    "sdhci_dumpregs_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572091472
    },
    "sdhci_enable_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609113152
    },
    "sdhci_exec_tuning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572082048
    },
    "sdhci_finish_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572089360
    },
    "sdhci_finish_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572083344
    },
    "sdhci_generic_acquire_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572088832
    },
    "sdhci_generic_get_card_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572079280
    },
    "sdhci_generic_get_ro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572088608
    },
    "sdhci_generic_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572084624
    },
    "sdhci_generic_min_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572079232
    },
    "sdhci_generic_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572090064
    },
    "sdhci_generic_release_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572089120
    },
    "sdhci_generic_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572084240
    },
    "sdhci_generic_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572077504
    },
    "sdhci_generic_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572077392
    },
    "sdhci_generic_retune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572083104
    },
    "sdhci_generic_set_uhs_timing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572079392
    },
    "sdhci_generic_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572077184
    },
    "sdhci_generic_switch_vccq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572074352
    },
    "sdhci_generic_tune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572081184
    },
    "sdhci_generic_update_ios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572079696
    },
    "sdhci_generic_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572090320
    },
    "sdhci_get_card_present_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112248
    },
    "sdhci_getaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572090608
    },
    "sdhci_handle_card_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572071136
    },
    "sdhci_ids": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609112688
    },
    "sdhci_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sdhci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572076112
    },
    "sdhci_init_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572071344
    },
    "sdhci_lower_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572102224
    },
    "sdhci_methods": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584981040
    },
    "sdhci_min_freq_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112224
    },
    "sdhci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sdhci_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572099344
    },
    "sdhci_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101056
    },
    "sdhci_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609113240
    },
    "sdhci_pci_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572102928
    },
    "sdhci_pci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609113192
    },
    "sdhci_pci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609113168
    },
    "sdhci_pci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609113008
    },
    "sdhci_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572098352
    },
    "sdhci_pci_read_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101600
    },
    "sdhci_pci_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101664
    },
    "sdhci_pci_read_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101728
    },
    "sdhci_pci_read_multi_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101792
    },
    "sdhci_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101472
    },
    "sdhci_pci_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101312
    },
    "sdhci_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101360
    },
    "sdhci_pci_write_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101888
    },
    "sdhci_pci_write_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572101968
    },
    "sdhci_pci_write_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572102048
    },
    "sdhci_pci_write_multi_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572102128
    },
    "sdhci_platform_finish_transfer_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112200
    },
    "sdhci_platform_start_transfer_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112176
    },
    "sdhci_platform_will_handle_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112152
    },
    "sdhci_quirk_clear": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610812804
    },
    "sdhci_quirk_set": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610812808
    },
    "sdhci_read_1_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609111960
    },
    "sdhci_read_2_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609111984
    },
    "sdhci_read_4_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112008
    },
    "sdhci_read_multi_4_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112032
    },
    "sdhci_req_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572093552
    },
    "sdhci_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112320
    },
    "sdhci_restore_frequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572103008
    },
    "sdhci_retune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572083088
    },
    "sdhci_set_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572078032
    },
    "sdhci_set_clock_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112296
    },
    "sdhci_set_uhs_timing_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112272
    },
    "sdhci_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572083824
    },
    "sdhci_start_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572093568
    },
    "sdhci_start_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572076592
    },
    "sdhci_syctl_dumpcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572076496
    },
    "sdhci_syctl_dumpregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572076400
    },
    "sdhci_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572095472
    },
    "sdhci_write_1_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112056
    },
    "sdhci_write_2_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112080
    },
    "sdhci_write_4_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112104
    },
    "sdhci_write_multi_4_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609112128
    },
    "sdi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dumperinfo"
        }
      },
      "address": 0
    },
    "sdid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sdl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_dl"
        }
      },
      "address": 0
    },
    "sdl2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_dl"
        }
      },
      "address": 0
    },
    "sdl_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sdl_min_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sdlbuf": {
      "type": {
        "kind": "struct",
        "name": "sdlbuf"
      },
      "address": 0
    },
    "sdma_bbufsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sdo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount_softdeps"
        }
      },
      "address": 0
    },
    "sds_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sdsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_sds_t"
        }
      },
      "address": 0
    },
    "sdst": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "sdstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sdt_callout_execute___callout__end": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609720784
    },
    "sdt_callout_execute___callout__start": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609720640
    },
    "sdt_ice_fwlog___message": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610202768
    },
    "sdt_io___done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609733936
    },
    "sdt_io___start": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609733744
    },
    "sdt_ip___receive": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609900112
    },
    "sdt_ip___send": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609900496
    },
    "sdt_lockstat___adaptive__acquire": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609671312
    },
    "sdt_lockstat___adaptive__block": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609671792
    },
    "sdt_lockstat___adaptive__release": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609671456
    },
    "sdt_lockstat___adaptive__spin": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609671600
    },
    "sdt_lockstat___lockmgr__acquire": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609674864
    },
    "sdt_lockstat___lockmgr__block": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609675440
    },
    "sdt_lockstat___lockmgr__disown": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609675248
    },
    "sdt_lockstat___lockmgr__downgrade": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609675920
    },
    "sdt_lockstat___lockmgr__release": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609675056
    },
    "sdt_lockstat___lockmgr__upgrade": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609675776
    },
    "sdt_lockstat___rw__acquire": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609672464
    },
    "sdt_lockstat___rw__block": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609672848
    },
    "sdt_lockstat___rw__downgrade": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609673520
    },
    "sdt_lockstat___rw__release": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609672656
    },
    "sdt_lockstat___rw__spin": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609673184
    },
    "sdt_lockstat___rw__upgrade": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609673376
    },
    "sdt_lockstat___spin__acquire": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609671984
    },
    "sdt_lockstat___spin__release": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609672128
    },
    "sdt_lockstat___spin__spin": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609672272
    },
    "sdt_lockstat___sx__acquire": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609673664
    },
    "sdt_lockstat___sx__block": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609674048
    },
    "sdt_lockstat___sx__downgrade": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609674720
    },
    "sdt_lockstat___sx__release": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609673856
    },
    "sdt_lockstat___sx__spin": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609674384
    },
    "sdt_lockstat___sx__upgrade": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609674576
    },
    "sdt_lockstat___thread__spin": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609676064
    },
    "sdt_opencrypto_criov_cursor_advance_vmpage": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610021328
    },
    "sdt_opencrypto_deflate_deflate_global_bad": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610023184
    },
    "sdt_opencrypto_deflate_deflate_global_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610022992
    },
    "sdt_opencrypto_deflate_deflate_global_iter": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610023568
    },
    "sdt_opencrypto_deflate_deflate_global_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610023952
    },
    "sdt_pf_eth_test_rule_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609992336
    },
    "sdt_pf_eth_test_rule_final_match": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609993200
    },
    "sdt_pf_eth_test_rule_match": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609993008
    },
    "sdt_pf_eth_test_rule_mismatch": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609992768
    },
    "sdt_pf_eth_test_rule_test": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609992576
    },
    "sdt_pf_ioctl_addrule_error": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609995424
    },
    "sdt_pf_ioctl_function_error": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609995184
    },
    "sdt_pf_ioctl_ioctl_error": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609994944
    },
    "sdt_pf_ioctl_nvchk_error": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609995616
    },
    "sdt_pf_ip_state_lookup": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609992000
    },
    "sdt_pf_ip_test6_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609991712
    },
    "sdt_pf_ip_test_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609991424
    },
    "sdt_priv_kernel_priv_check_priv__err": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609694384
    },
    "sdt_priv_kernel_priv_check_priv__ok": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609694240
    },
    "sdt_probe_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609706712
    },
    "sdt_probe_stub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569680
    },
    "sdt_probes_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209578
    },
    "sdt_proc___create": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609654864
    },
    "sdt_proc___exec": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609651952
    },
    "sdt_proc___exec__failure": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609652096
    },
    "sdt_proc___exec__success": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609652240
    },
    "sdt_proc___exit": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609653632
    },
    "sdt_proc___lwp__exit": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609719984
    },
    "sdt_proc___signal__clear": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609710144
    },
    "sdt_proc___signal__discard": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609710336
    },
    "sdt_proc___signal__send": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609709904
    },
    "sdt_provider_callout_execute": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609720592
    },
    "sdt_provider_geom": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609582352
    },
    "sdt_provider_ice_fwlog": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071610202720
    },
    "sdt_provider_io": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609733696
    },
    "sdt_provider_ip": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609899920
    },
    "sdt_provider_lockstat": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609671264
    },
    "sdt_provider_opencrypto": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071610021520
    },
    "sdt_provider_pf": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609991376
    },
    "sdt_provider_priv": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609694192
    },
    "sdt_provider_proc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609694544
    },
    "sdt_provider_racct": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609701056
    },
    "sdt_provider_random": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609106064
    },
    "sdt_provider_sched": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609726576
    },
    "sdt_provider_sdt": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609706672
    },
    "sdt_provider_tcp": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609899968
    },
    "sdt_provider_udp": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609900016
    },
    "sdt_provider_udplite": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609900064
    },
    "sdt_provider_vfs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609807152
    },
    "sdt_provider_virtqueue": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609450160
    },
    "sdt_provider_vm": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071610080048
    },
    "sdt_provider_vnet": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609846240
    },
    "sdt_provider_xbb": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_provider"
        }
      },
      "address": 18446744071609518496
    },
    "sdt_racct__racct_create": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609703504
    },
    "sdt_racct__racct_destroy": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609703648
    },
    "sdt_racct__racct_join": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609703792
    },
    "sdt_racct__racct_join__failure": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609703984
    },
    "sdt_racct__racct_leave": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609704176
    },
    "sdt_racct__rusage_add": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609701104
    },
    "sdt_racct__rusage_add__buf": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609701584
    },
    "sdt_racct__rusage_add__cred": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609701824
    },
    "sdt_racct__rusage_add__failure": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609701344
    },
    "sdt_racct__rusage_add__force": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609702064
    },
    "sdt_racct__rusage_set": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609702304
    },
    "sdt_racct__rusage_set__failure": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609702544
    },
    "sdt_racct__rusage_set__force": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609702784
    },
    "sdt_racct__rusage_sub": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609703024
    },
    "sdt_racct__rusage_sub__cred": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609703264
    },
    "sdt_random_fortuna_event_processor_debug": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609106112
    },
    "sdt_sched___change__pri": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609726624
    },
    "sdt_sched___dequeue": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609726864
    },
    "sdt_sched___enqueue": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609727104
    },
    "sdt_sched___lend__pri": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609727392
    },
    "sdt_sched___load__change": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609727680
    },
    "sdt_sched___off__cpu": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609727872
    },
    "sdt_sched___on__cpu": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609728064
    },
    "sdt_sched___preempt": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609714224
    },
    "sdt_sched___remain__cpu": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609728160
    },
    "sdt_sched___sleep": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609748960
    },
    "sdt_sched___surrender": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609728256
    },
    "sdt_sched___tick": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609642912
    },
    "sdt_sched___wakeup": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609749056
    },
    "sdt_sdt___m__clget": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609779120
    },
    "sdt_sdt___m__cljget": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609779360
    },
    "sdt_sdt___m__cljset": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609779648
    },
    "sdt_sdt___m__free": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609779744
    },
    "sdt_sdt___m__freem": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609779888
    },
    "sdt_sdt___m__get": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609778256
    },
    "sdt_sdt___m__get_raw": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609778016
    },
    "sdt_sdt___m__getcl": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609778496
    },
    "sdt_sdt___m__gethdr": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609777776
    },
    "sdt_sdt___m__gethdr_raw": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609777536
    },
    "sdt_sdt___m__getjcl": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609778784
    },
    "sdt_sdt___m__init": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609777200
    },
    "sdt_tcp___accept__established": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609900880
    },
    "sdt_tcp___accept__refused": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609901216
    },
    "sdt_tcp___connect__established": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609901552
    },
    "sdt_tcp___connect__refused": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609901888
    },
    "sdt_tcp___connect__request": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609902224
    },
    "sdt_tcp___debug__drop": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609904048
    },
    "sdt_tcp___debug__input": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609903376
    },
    "sdt_tcp___debug__output": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609903616
    },
    "sdt_tcp___debug__user": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609903856
    },
    "sdt_tcp___receive": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609902560
    },
    "sdt_tcp___receive__autoresize": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609904672
    },
    "sdt_tcp___send": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609902896
    },
    "sdt_tcp___siftr": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609903232
    },
    "sdt_tcp___state__change": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609904288
    },
    "sdt_udp___receive": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609905056
    },
    "sdt_udp___send": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609905392
    },
    "sdt_udplite___receive": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609905728
    },
    "sdt_udplite___send": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609906064
    },
    "sdt_vfs_fplookup_lookup_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609798560
    },
    "sdt_vfs_namecache_enter_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609794192
    },
    "sdt_vfs_namecache_enter_duplicate": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609794432
    },
    "sdt_vfs_namecache_enter_negative_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609794672
    },
    "sdt_vfs_namecache_evict_negative_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609798224
    },
    "sdt_vfs_namecache_fullpath_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609795344
    },
    "sdt_vfs_namecache_fullpath_hit": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609795488
    },
    "sdt_vfs_namecache_fullpath_miss": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609795728
    },
    "sdt_vfs_namecache_fullpath_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609795872
    },
    "sdt_vfs_namecache_fullpath_smr_hit": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609794864
    },
    "sdt_vfs_namecache_fullpath_smr_miss": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609795056
    },
    "sdt_vfs_namecache_lookup_hit": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609796112
    },
    "sdt_vfs_namecache_lookup_hit__negative": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609796352
    },
    "sdt_vfs_namecache_lookup_miss": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609796544
    },
    "sdt_vfs_namecache_purge_batch": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609797360
    },
    "sdt_vfs_namecache_purge_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609797120
    },
    "sdt_vfs_namecache_purge_negative_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609797504
    },
    "sdt_vfs_namecache_purgevfs_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609797648
    },
    "sdt_vfs_namecache_removecnp_hit": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609796736
    },
    "sdt_vfs_namecache_removecnp_miss": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609796928
    },
    "sdt_vfs_namecache_symlink_alloc__fail": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609798416
    },
    "sdt_vfs_namecache_zap_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609797792
    },
    "sdt_vfs_namecache_zap_negative_done": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609798032
    },
    "sdt_vfs_namei_lookup_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609807200
    },
    "sdt_vfs_namei_lookup_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609807488
    },
    "sdt_vfs_vop_vop_access_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610225584
    },
    "sdt_vfs_vop_vop_access_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610225776
    },
    "sdt_vfs_vop_vop_accessx_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610226080
    },
    "sdt_vfs_vop_vop_accessx_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610226272
    },
    "sdt_vfs_vop_vop_aclcheck_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610245936
    },
    "sdt_vfs_vop_vop_aclcheck_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610246128
    },
    "sdt_vfs_vop_vop_add_writecount_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610254864
    },
    "sdt_vfs_vop_vop_add_writecount_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610255056
    },
    "sdt_vfs_vop_vop_advise_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610251392
    },
    "sdt_vfs_vop_vop_advise_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610251584
    },
    "sdt_vfs_vop_vop_advlock_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610241472
    },
    "sdt_vfs_vop_vop_advlock_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610241664
    },
    "sdt_vfs_vop_vop_advlockasync_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610241968
    },
    "sdt_vfs_vop_vop_advlockasync_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610242160
    },
    "sdt_vfs_vop_vop_advlockpurge_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610242464
    },
    "sdt_vfs_vop_vop_advlockpurge_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610242656
    },
    "sdt_vfs_vop_vop_allocate_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610250896
    },
    "sdt_vfs_vop_vop_allocate_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610251088
    },
    "sdt_vfs_vop_vop_bmap_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610238992
    },
    "sdt_vfs_vop_vop_bmap_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610239184
    },
    "sdt_vfs_vop_vop_cachedlookup_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610221616
    },
    "sdt_vfs_vop_vop_cachedlookup_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610221808
    },
    "sdt_vfs_vop_vop_close_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610224096
    },
    "sdt_vfs_vop_vop_close_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610224288
    },
    "sdt_vfs_vop_vop_closeextattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610246432
    },
    "sdt_vfs_vop_vop_closeextattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610246624
    },
    "sdt_vfs_vop_vop_copy_file_range_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610255856
    },
    "sdt_vfs_vop_vop_copy_file_range_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610256048
    },
    "sdt_vfs_vop_vop_create_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610222112
    },
    "sdt_vfs_vop_vop_create_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610222304
    },
    "sdt_vfs_vop_vop_deallocate_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610256848
    },
    "sdt_vfs_vop_vop_deallocate_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610257040
    },
    "sdt_vfs_vop_vop_deleteextattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610248416
    },
    "sdt_vfs_vop_vop_deleteextattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610248608
    },
    "sdt_vfs_vop_vop_fdatasync_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610255360
    },
    "sdt_vfs_vop_vop_fdatasync_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610255552
    },
    "sdt_vfs_vop_vop_fplookup_symlink_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610225088
    },
    "sdt_vfs_vop_vop_fplookup_symlink_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610225280
    },
    "sdt_vfs_vop_vop_fplookup_vexec_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610224592
    },
    "sdt_vfs_vop_vop_fplookup_vexec_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610224784
    },
    "sdt_vfs_vop_vop_fsync_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610232032
    },
    "sdt_vfs_vop_vop_fsync_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610232224
    },
    "sdt_vfs_vop_vop_getacl_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610244944
    },
    "sdt_vfs_vop_vop_getacl_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610245136
    },
    "sdt_vfs_vop_vop_getattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610227072
    },
    "sdt_vfs_vop_vop_getattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610227264
    },
    "sdt_vfs_vop_vop_getextattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610246928
    },
    "sdt_vfs_vop_vop_getextattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610247120
    },
    "sdt_vfs_vop_vop_getpages_async_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610243952
    },
    "sdt_vfs_vop_vop_getpages_async_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610244144
    },
    "sdt_vfs_vop_vop_getpages_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610243456
    },
    "sdt_vfs_vop_vop_getpages_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610243648
    },
    "sdt_vfs_vop_vop_getwritemount_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610239984
    },
    "sdt_vfs_vop_vop_getwritemount_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610240176
    },
    "sdt_vfs_vop_vop_inactive_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610236512
    },
    "sdt_vfs_vop_vop_inactive_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610236704
    },
    "sdt_vfs_vop_vop_ioctl_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610230048
    },
    "sdt_vfs_vop_vop_ioctl_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610230240
    },
    "sdt_vfs_vop_vop_is_text_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610253376
    },
    "sdt_vfs_vop_vop_is_text_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610253568
    },
    "sdt_vfs_vop_vop_islocked_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610220624
    },
    "sdt_vfs_vop_vop_islocked_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610220816
    },
    "sdt_vfs_vop_vop_kqfilter_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610231040
    },
    "sdt_vfs_vop_vop_kqfilter_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610231232
    },
    "sdt_vfs_vop_vop_link_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610233024
    },
    "sdt_vfs_vop_vop_link_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610233216
    },
    "sdt_vfs_vop_vop_listextattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610247424
    },
    "sdt_vfs_vop_vop_listextattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610247616
    },
    "sdt_vfs_vop_vop_lock1_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610238000
    },
    "sdt_vfs_vop_vop_lock1_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610238192
    },
    "sdt_vfs_vop_vop_lookup_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610221120
    },
    "sdt_vfs_vop_vop_lookup_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610221312
    },
    "sdt_vfs_vop_vop_mkdir_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610234032
    },
    "sdt_vfs_vop_vop_mkdir_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610234224
    },
    "sdt_vfs_vop_vop_mknod_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610223104
    },
    "sdt_vfs_vop_vop_mknod_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610223296
    },
    "sdt_vfs_vop_vop_mmapped_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610228064
    },
    "sdt_vfs_vop_vop_mmapped_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610228256
    },
    "sdt_vfs_vop_vop_need_inactive_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610237008
    },
    "sdt_vfs_vop_vop_need_inactive_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610237200
    },
    "sdt_vfs_vop_vop_open_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610223600
    },
    "sdt_vfs_vop_vop_open_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610223792
    },
    "sdt_vfs_vop_vop_openextattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610247920
    },
    "sdt_vfs_vop_vop_openextattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610248112
    },
    "sdt_vfs_vop_vop_pathconf_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610240976
    },
    "sdt_vfs_vop_vop_pathconf_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610241168
    },
    "sdt_vfs_vop_vop_poll_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610230544
    },
    "sdt_vfs_vop_vop_poll_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610230736
    },
    "sdt_vfs_vop_vop_print_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610240480
    },
    "sdt_vfs_vop_vop_print_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610240672
    },
    "sdt_vfs_vop_vop_putpages_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610244448
    },
    "sdt_vfs_vop_vop_putpages_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610244640
    },
    "sdt_vfs_vop_vop_read_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610228560
    },
    "sdt_vfs_vop_vop_read_pgcache_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610229056
    },
    "sdt_vfs_vop_vop_read_pgcache_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610229248
    },
    "sdt_vfs_vop_vop_read_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610228752
    },
    "sdt_vfs_vop_vop_readdir_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610235520
    },
    "sdt_vfs_vop_vop_readdir_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610235712
    },
    "sdt_vfs_vop_vop_readlink_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610236016
    },
    "sdt_vfs_vop_vop_readlink_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610236208
    },
    "sdt_vfs_vop_vop_reallocblks_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610242960
    },
    "sdt_vfs_vop_vop_reallocblks_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610243152
    },
    "sdt_vfs_vop_vop_reclaim_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610237504
    },
    "sdt_vfs_vop_vop_reclaim_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610237696
    },
    "sdt_vfs_vop_vop_remove_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610232528
    },
    "sdt_vfs_vop_vop_remove_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610232720
    },
    "sdt_vfs_vop_vop_rename_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610233520
    },
    "sdt_vfs_vop_vop_rename_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610233712
    },
    "sdt_vfs_vop_vop_revoke_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610231536
    },
    "sdt_vfs_vop_vop_revoke_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610231728
    },
    "sdt_vfs_vop_vop_rmdir_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610234528
    },
    "sdt_vfs_vop_vop_rmdir_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610234720
    },
    "sdt_vfs_vop_vop_set_text_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610253872
    },
    "sdt_vfs_vop_vop_set_text_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610254064
    },
    "sdt_vfs_vop_vop_setacl_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610245440
    },
    "sdt_vfs_vop_vop_setacl_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610245632
    },
    "sdt_vfs_vop_vop_setattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610227568
    },
    "sdt_vfs_vop_vop_setattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610227760
    },
    "sdt_vfs_vop_vop_setextattr_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610248912
    },
    "sdt_vfs_vop_vop_setextattr_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610249104
    },
    "sdt_vfs_vop_vop_setlabel_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610249408
    },
    "sdt_vfs_vop_vop_setlabel_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610249600
    },
    "sdt_vfs_vop_vop_spare1_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610257344
    },
    "sdt_vfs_vop_vop_spare1_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610257536
    },
    "sdt_vfs_vop_vop_spare2_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610257840
    },
    "sdt_vfs_vop_vop_spare2_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610258032
    },
    "sdt_vfs_vop_vop_spare3_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610258336
    },
    "sdt_vfs_vop_vop_spare3_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610258528
    },
    "sdt_vfs_vop_vop_spare4_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610258832
    },
    "sdt_vfs_vop_vop_spare4_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610259024
    },
    "sdt_vfs_vop_vop_spare5_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610259328
    },
    "sdt_vfs_vop_vop_spare5_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610259520
    },
    "sdt_vfs_vop_vop_stat_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610226576
    },
    "sdt_vfs_vop_vop_stat_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610226768
    },
    "sdt_vfs_vop_vop_strategy_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610239488
    },
    "sdt_vfs_vop_vop_strategy_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610239680
    },
    "sdt_vfs_vop_vop_symlink_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610235024
    },
    "sdt_vfs_vop_vop_symlink_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610235216
    },
    "sdt_vfs_vop_vop_unlock_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610238496
    },
    "sdt_vfs_vop_vop_unlock_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610238688
    },
    "sdt_vfs_vop_vop_unp_bind_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610251888
    },
    "sdt_vfs_vop_vop_unp_bind_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610252080
    },
    "sdt_vfs_vop_vop_unp_connect_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610252384
    },
    "sdt_vfs_vop_vop_unp_connect_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610252576
    },
    "sdt_vfs_vop_vop_unp_detach_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610252880
    },
    "sdt_vfs_vop_vop_unp_detach_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610253072
    },
    "sdt_vfs_vop_vop_unset_text_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610254368
    },
    "sdt_vfs_vop_vop_unset_text_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610254560
    },
    "sdt_vfs_vop_vop_vptocnp_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610250400
    },
    "sdt_vfs_vop_vop_vptocnp_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610250592
    },
    "sdt_vfs_vop_vop_vptofh_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610249904
    },
    "sdt_vfs_vop_vop_vptofh_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610250096
    },
    "sdt_vfs_vop_vop_vput_pair_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610256352
    },
    "sdt_vfs_vop_vop_vput_pair_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610256544
    },
    "sdt_vfs_vop_vop_whiteout_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610222608
    },
    "sdt_vfs_vop_vop_whiteout_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610222800
    },
    "sdt_vfs_vop_vop_write_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610229552
    },
    "sdt_vfs_vop_vop_write_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610229744
    },
    "sdt_virtqueue__enqueue_segments_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609450208
    },
    "sdt_virtqueue__enqueue_segments_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609450592
    },
    "sdt_vm___vm__lowmem_scan": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071610080096
    },
    "sdt_vnet_functions_vnet_alloc_alloc": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609846432
    },
    "sdt_vnet_functions_vnet_alloc_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609846288
    },
    "sdt_vnet_functions_vnet_alloc_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609846624
    },
    "sdt_vnet_functions_vnet_destroy_entry": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609846816
    },
    "sdt_vnet_functions_vnet_destroy_return": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609847008
    },
    "sdt_xbb_kernel_xbb_dispatch_dev_flush": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609518544
    },
    "sdt_xbb_kernel_xbb_dispatch_dev_read": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609518688
    },
    "sdt_xbb_kernel_xbb_dispatch_dev_write": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609518928
    },
    "sdt_xbb_kernel_xbb_dispatch_file_flush": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609519168
    },
    "sdt_xbb_kernel_xbb_dispatch_file_read": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609519312
    },
    "sdt_xbb_kernel_xbb_dispatch_file_write": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_probe"
        }
      },
      "address": 18446744071609519552
    },
    "sdta_callout_execute___callout__end0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609720880
    },
    "sdta_callout_execute___callout__start0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609720736
    },
    "sdta_ice_fwlog___message0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610202864
    },
    "sdta_ice_fwlog___message1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610202912
    },
    "sdta_io___done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609734032
    },
    "sdta_io___done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609734080
    },
    "sdta_io___start0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609733840
    },
    "sdta_io___start1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609733888
    },
    "sdta_ip___receive0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900208
    },
    "sdta_ip___receive1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900256
    },
    "sdta_ip___receive2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900304
    },
    "sdta_ip___receive3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900352
    },
    "sdta_ip___receive4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900400
    },
    "sdta_ip___receive5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900448
    },
    "sdta_ip___send0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900592
    },
    "sdta_ip___send1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900640
    },
    "sdta_ip___send2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900688
    },
    "sdta_ip___send3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900736
    },
    "sdta_ip___send4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900784
    },
    "sdta_ip___send5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900832
    },
    "sdta_lockstat___adaptive__acquire0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609671408
    },
    "sdta_lockstat___adaptive__block0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609671888
    },
    "sdta_lockstat___adaptive__block1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609671936
    },
    "sdta_lockstat___adaptive__release0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609671552
    },
    "sdta_lockstat___adaptive__spin0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609671696
    },
    "sdta_lockstat___adaptive__spin1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609671744
    },
    "sdta_lockstat___lockmgr__acquire0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674960
    },
    "sdta_lockstat___lockmgr__acquire1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675008
    },
    "sdta_lockstat___lockmgr__block0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675536
    },
    "sdta_lockstat___lockmgr__block1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675584
    },
    "sdta_lockstat___lockmgr__block2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675632
    },
    "sdta_lockstat___lockmgr__block3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675680
    },
    "sdta_lockstat___lockmgr__block4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675728
    },
    "sdta_lockstat___lockmgr__disown0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675344
    },
    "sdta_lockstat___lockmgr__disown1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675392
    },
    "sdta_lockstat___lockmgr__downgrade0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609676016
    },
    "sdta_lockstat___lockmgr__release0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675152
    },
    "sdta_lockstat___lockmgr__release1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675200
    },
    "sdta_lockstat___lockmgr__upgrade0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609675872
    },
    "sdta_lockstat___rw__acquire0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672560
    },
    "sdta_lockstat___rw__acquire1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672608
    },
    "sdta_lockstat___rw__block0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672944
    },
    "sdta_lockstat___rw__block1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672992
    },
    "sdta_lockstat___rw__block2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673040
    },
    "sdta_lockstat___rw__block3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673088
    },
    "sdta_lockstat___rw__block4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673136
    },
    "sdta_lockstat___rw__downgrade0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673616
    },
    "sdta_lockstat___rw__release0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672752
    },
    "sdta_lockstat___rw__release1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672800
    },
    "sdta_lockstat___rw__spin0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673280
    },
    "sdta_lockstat___rw__spin1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673328
    },
    "sdta_lockstat___rw__upgrade0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673472
    },
    "sdta_lockstat___spin__acquire0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672080
    },
    "sdta_lockstat___spin__release0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672224
    },
    "sdta_lockstat___spin__spin0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672368
    },
    "sdta_lockstat___spin__spin1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609672416
    },
    "sdta_lockstat___sx__acquire0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673760
    },
    "sdta_lockstat___sx__acquire1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673808
    },
    "sdta_lockstat___sx__block0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674144
    },
    "sdta_lockstat___sx__block1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674192
    },
    "sdta_lockstat___sx__block2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674240
    },
    "sdta_lockstat___sx__block3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674288
    },
    "sdta_lockstat___sx__block4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674336
    },
    "sdta_lockstat___sx__downgrade0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674816
    },
    "sdta_lockstat___sx__release0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609673952
    },
    "sdta_lockstat___sx__release1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674000
    },
    "sdta_lockstat___sx__spin0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674480
    },
    "sdta_lockstat___sx__spin1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674528
    },
    "sdta_lockstat___sx__upgrade0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609674672
    },
    "sdta_lockstat___thread__spin0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609676160
    },
    "sdta_lockstat___thread__spin1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609676208
    },
    "sdta_opencrypto_criov_cursor_advance_vmpage0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610021424
    },
    "sdta_opencrypto_criov_cursor_advance_vmpage1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610021472
    },
    "sdta_opencrypto_deflate_deflate_global_bad0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023280
    },
    "sdta_opencrypto_deflate_deflate_global_bad1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023328
    },
    "sdta_opencrypto_deflate_deflate_global_bad2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023376
    },
    "sdta_opencrypto_deflate_deflate_global_bad3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023424
    },
    "sdta_opencrypto_deflate_deflate_global_bad4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023472
    },
    "sdta_opencrypto_deflate_deflate_global_bad5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023520
    },
    "sdta_opencrypto_deflate_deflate_global_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023088
    },
    "sdta_opencrypto_deflate_deflate_global_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023136
    },
    "sdta_opencrypto_deflate_deflate_global_iter0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023664
    },
    "sdta_opencrypto_deflate_deflate_global_iter1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023712
    },
    "sdta_opencrypto_deflate_deflate_global_iter2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023760
    },
    "sdta_opencrypto_deflate_deflate_global_iter3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023808
    },
    "sdta_opencrypto_deflate_deflate_global_iter4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023856
    },
    "sdta_opencrypto_deflate_deflate_global_iter5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610023904
    },
    "sdta_opencrypto_deflate_deflate_global_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610024048
    },
    "sdta_opencrypto_deflate_deflate_global_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610024096
    },
    "sdta_pf_eth_test_rule_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992432
    },
    "sdta_pf_eth_test_rule_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992480
    },
    "sdta_pf_eth_test_rule_entry2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992528
    },
    "sdta_pf_eth_test_rule_final_match0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609993296
    },
    "sdta_pf_eth_test_rule_final_match1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609993344
    },
    "sdta_pf_eth_test_rule_match0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609993104
    },
    "sdta_pf_eth_test_rule_match1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609993152
    },
    "sdta_pf_eth_test_rule_mismatch0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992864
    },
    "sdta_pf_eth_test_rule_mismatch1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992912
    },
    "sdta_pf_eth_test_rule_mismatch2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992960
    },
    "sdta_pf_eth_test_rule_test0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992672
    },
    "sdta_pf_eth_test_rule_test1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992720
    },
    "sdta_pf_ioctl_addrule_error0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995520
    },
    "sdta_pf_ioctl_addrule_error1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995568
    },
    "sdta_pf_ioctl_function_error0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995280
    },
    "sdta_pf_ioctl_function_error1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995328
    },
    "sdta_pf_ioctl_function_error2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995376
    },
    "sdta_pf_ioctl_ioctl_error0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995040
    },
    "sdta_pf_ioctl_ioctl_error1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995088
    },
    "sdta_pf_ioctl_ioctl_error2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995136
    },
    "sdta_pf_ioctl_nvchk_error0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995712
    },
    "sdta_pf_ioctl_nvchk_error1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609995760
    },
    "sdta_pf_ip_state_lookup0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992096
    },
    "sdta_pf_ip_state_lookup1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992144
    },
    "sdta_pf_ip_state_lookup2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992192
    },
    "sdta_pf_ip_state_lookup3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992240
    },
    "sdta_pf_ip_state_lookup4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609992288
    },
    "sdta_pf_ip_test6_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991808
    },
    "sdta_pf_ip_test6_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991856
    },
    "sdta_pf_ip_test6_done2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991904
    },
    "sdta_pf_ip_test6_done3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991952
    },
    "sdta_pf_ip_test_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991520
    },
    "sdta_pf_ip_test_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991568
    },
    "sdta_pf_ip_test_done2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991616
    },
    "sdta_pf_ip_test_done3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609991664
    },
    "sdta_priv_kernel_priv_check_priv__err0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609694480
    },
    "sdta_priv_kernel_priv_check_priv__ok0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609694336
    },
    "sdta_proc___create0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609654960
    },
    "sdta_proc___create1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609655008
    },
    "sdta_proc___create2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609655056
    },
    "sdta_proc___exec0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609652048
    },
    "sdta_proc___exec__failure0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609652192
    },
    "sdta_proc___exec__success0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609652336
    },
    "sdta_proc___exit0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609653728
    },
    "sdta_proc___signal__clear0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710240
    },
    "sdta_proc___signal__clear1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710288
    },
    "sdta_proc___signal__discard0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710432
    },
    "sdta_proc___signal__discard1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710480
    },
    "sdta_proc___signal__discard2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710528
    },
    "sdta_proc___signal__send0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710000
    },
    "sdta_proc___signal__send1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710048
    },
    "sdta_proc___signal__send2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609710096
    },
    "sdta_racct__racct_create0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703600
    },
    "sdta_racct__racct_destroy0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703744
    },
    "sdta_racct__racct_join0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703888
    },
    "sdta_racct__racct_join1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703936
    },
    "sdta_racct__racct_join__failure0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609704080
    },
    "sdta_racct__racct_join__failure1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609704128
    },
    "sdta_racct__racct_leave0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609704272
    },
    "sdta_racct__racct_leave1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609704320
    },
    "sdta_racct__rusage_add0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701200
    },
    "sdta_racct__rusage_add1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701248
    },
    "sdta_racct__rusage_add2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701296
    },
    "sdta_racct__rusage_add__buf0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701680
    },
    "sdta_racct__rusage_add__buf1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701728
    },
    "sdta_racct__rusage_add__buf2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701776
    },
    "sdta_racct__rusage_add__cred0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701920
    },
    "sdta_racct__rusage_add__cred1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701968
    },
    "sdta_racct__rusage_add__cred2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702016
    },
    "sdta_racct__rusage_add__failure0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701440
    },
    "sdta_racct__rusage_add__failure1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701488
    },
    "sdta_racct__rusage_add__failure2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609701536
    },
    "sdta_racct__rusage_add__force0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702160
    },
    "sdta_racct__rusage_add__force1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702208
    },
    "sdta_racct__rusage_add__force2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702256
    },
    "sdta_racct__rusage_set0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702400
    },
    "sdta_racct__rusage_set1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702448
    },
    "sdta_racct__rusage_set2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702496
    },
    "sdta_racct__rusage_set__failure0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702640
    },
    "sdta_racct__rusage_set__failure1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702688
    },
    "sdta_racct__rusage_set__failure2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702736
    },
    "sdta_racct__rusage_set__force0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702880
    },
    "sdta_racct__rusage_set__force1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702928
    },
    "sdta_racct__rusage_set__force2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609702976
    },
    "sdta_racct__rusage_sub0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703120
    },
    "sdta_racct__rusage_sub1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703168
    },
    "sdta_racct__rusage_sub2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703216
    },
    "sdta_racct__rusage_sub__cred0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703360
    },
    "sdta_racct__rusage_sub__cred1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703408
    },
    "sdta_racct__rusage_sub__cred2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609703456
    },
    "sdta_random_fortuna_event_processor_debug0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609106208
    },
    "sdta_random_fortuna_event_processor_debug1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609106256
    },
    "sdta_sched___change__pri0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609726720
    },
    "sdta_sched___change__pri1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609726768
    },
    "sdta_sched___change__pri2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609726816
    },
    "sdta_sched___dequeue0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609726960
    },
    "sdta_sched___dequeue1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727008
    },
    "sdta_sched___dequeue2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727056
    },
    "sdta_sched___enqueue0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727200
    },
    "sdta_sched___enqueue1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727248
    },
    "sdta_sched___enqueue2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727296
    },
    "sdta_sched___enqueue3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727344
    },
    "sdta_sched___lend__pri0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727488
    },
    "sdta_sched___lend__pri1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727536
    },
    "sdta_sched___lend__pri2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727584
    },
    "sdta_sched___lend__pri3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727632
    },
    "sdta_sched___load__change0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727776
    },
    "sdta_sched___load__change1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727824
    },
    "sdta_sched___off__cpu0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609727968
    },
    "sdta_sched___off__cpu1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609728016
    },
    "sdta_sched___surrender0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609728352
    },
    "sdta_sched___surrender1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609728400
    },
    "sdta_sched___tick0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609643008
    },
    "sdta_sched___tick1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609643056
    },
    "sdta_sched___wakeup0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609749152
    },
    "sdta_sched___wakeup1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609749200
    },
    "sdta_sdt___m__clget0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779216
    },
    "sdta_sdt___m__clget1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779264
    },
    "sdta_sdt___m__clget2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779312
    },
    "sdta_sdt___m__cljget0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779456
    },
    "sdta_sdt___m__cljget1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779504
    },
    "sdta_sdt___m__cljget2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779552
    },
    "sdta_sdt___m__cljget3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779600
    },
    "sdta_sdt___m__free0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779840
    },
    "sdta_sdt___m__freem0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779984
    },
    "sdta_sdt___m__get0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778352
    },
    "sdta_sdt___m__get1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778400
    },
    "sdta_sdt___m__get2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778448
    },
    "sdta_sdt___m__get_raw0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778112
    },
    "sdta_sdt___m__get_raw1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778160
    },
    "sdta_sdt___m__get_raw2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778208
    },
    "sdta_sdt___m__getcl0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778592
    },
    "sdta_sdt___m__getcl1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778640
    },
    "sdta_sdt___m__getcl2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778688
    },
    "sdta_sdt___m__getcl3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778736
    },
    "sdta_sdt___m__gethdr0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777872
    },
    "sdta_sdt___m__gethdr1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777920
    },
    "sdta_sdt___m__gethdr2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777968
    },
    "sdta_sdt___m__gethdr_raw0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777632
    },
    "sdta_sdt___m__gethdr_raw1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777680
    },
    "sdta_sdt___m__gethdr_raw2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777728
    },
    "sdta_sdt___m__getjcl0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778880
    },
    "sdta_sdt___m__getjcl1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778928
    },
    "sdta_sdt___m__getjcl2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609778976
    },
    "sdta_sdt___m__getjcl3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779024
    },
    "sdta_sdt___m__getjcl4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609779072
    },
    "sdta_sdt___m__init0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777296
    },
    "sdta_sdt___m__init1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777344
    },
    "sdta_sdt___m__init2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777392
    },
    "sdta_sdt___m__init3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777440
    },
    "sdta_sdt___m__init4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609777488
    },
    "sdta_tcp___accept__established0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609900976
    },
    "sdta_tcp___accept__established1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901024
    },
    "sdta_tcp___accept__established2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901072
    },
    "sdta_tcp___accept__established3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901120
    },
    "sdta_tcp___accept__established4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901168
    },
    "sdta_tcp___accept__refused0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901312
    },
    "sdta_tcp___accept__refused1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901360
    },
    "sdta_tcp___accept__refused2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901408
    },
    "sdta_tcp___accept__refused3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901456
    },
    "sdta_tcp___accept__refused4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901504
    },
    "sdta_tcp___connect__established0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901648
    },
    "sdta_tcp___connect__established1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901696
    },
    "sdta_tcp___connect__established2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901744
    },
    "sdta_tcp___connect__established3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901792
    },
    "sdta_tcp___connect__established4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901840
    },
    "sdta_tcp___connect__refused0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609901984
    },
    "sdta_tcp___connect__refused1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902032
    },
    "sdta_tcp___connect__refused2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902080
    },
    "sdta_tcp___connect__refused3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902128
    },
    "sdta_tcp___connect__refused4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902176
    },
    "sdta_tcp___connect__request0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902320
    },
    "sdta_tcp___connect__request1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902368
    },
    "sdta_tcp___connect__request2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902416
    },
    "sdta_tcp___connect__request3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902464
    },
    "sdta_tcp___connect__request4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902512
    },
    "sdta_tcp___debug__drop0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904144
    },
    "sdta_tcp___debug__drop1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904192
    },
    "sdta_tcp___debug__drop2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904240
    },
    "sdta_tcp___debug__input0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903472
    },
    "sdta_tcp___debug__input1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903520
    },
    "sdta_tcp___debug__input2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903568
    },
    "sdta_tcp___debug__output0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903712
    },
    "sdta_tcp___debug__output1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903760
    },
    "sdta_tcp___debug__output2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903808
    },
    "sdta_tcp___debug__user0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903952
    },
    "sdta_tcp___debug__user1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904000
    },
    "sdta_tcp___receive0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902656
    },
    "sdta_tcp___receive1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902704
    },
    "sdta_tcp___receive2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902752
    },
    "sdta_tcp___receive3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902800
    },
    "sdta_tcp___receive4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902848
    },
    "sdta_tcp___receive__autoresize0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904768
    },
    "sdta_tcp___receive__autoresize1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904816
    },
    "sdta_tcp___receive__autoresize2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904864
    },
    "sdta_tcp___receive__autoresize3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904912
    },
    "sdta_tcp___receive__autoresize4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904960
    },
    "sdta_tcp___receive__autoresize5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905008
    },
    "sdta_tcp___send0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609902992
    },
    "sdta_tcp___send1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903040
    },
    "sdta_tcp___send2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903088
    },
    "sdta_tcp___send3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903136
    },
    "sdta_tcp___send4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903184
    },
    "sdta_tcp___siftr0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609903328
    },
    "sdta_tcp___state__change0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904384
    },
    "sdta_tcp___state__change1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904432
    },
    "sdta_tcp___state__change2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904480
    },
    "sdta_tcp___state__change3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904528
    },
    "sdta_tcp___state__change4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904576
    },
    "sdta_tcp___state__change5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609904624
    },
    "sdta_udp___receive0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905152
    },
    "sdta_udp___receive1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905200
    },
    "sdta_udp___receive2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905248
    },
    "sdta_udp___receive3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905296
    },
    "sdta_udp___receive4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905344
    },
    "sdta_udp___send0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905488
    },
    "sdta_udp___send1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905536
    },
    "sdta_udp___send2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905584
    },
    "sdta_udp___send3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905632
    },
    "sdta_udp___send4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905680
    },
    "sdta_udplite___receive0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905824
    },
    "sdta_udplite___receive1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905872
    },
    "sdta_udplite___receive2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905920
    },
    "sdta_udplite___receive3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609905968
    },
    "sdta_udplite___receive4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609906016
    },
    "sdta_udplite___send0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609906160
    },
    "sdta_udplite___send1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609906208
    },
    "sdta_udplite___send2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609906256
    },
    "sdta_udplite___send3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609906304
    },
    "sdta_udplite___send4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609906352
    },
    "sdta_vfs_fplookup_lookup_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798656
    },
    "sdta_vfs_fplookup_lookup_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798704
    },
    "sdta_vfs_fplookup_lookup_done2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798752
    },
    "sdta_vfs_namecache_enter_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794288
    },
    "sdta_vfs_namecache_enter_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794336
    },
    "sdta_vfs_namecache_enter_done2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794384
    },
    "sdta_vfs_namecache_enter_duplicate0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794528
    },
    "sdta_vfs_namecache_enter_duplicate1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794576
    },
    "sdta_vfs_namecache_enter_duplicate2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794624
    },
    "sdta_vfs_namecache_enter_negative_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794768
    },
    "sdta_vfs_namecache_enter_negative_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794816
    },
    "sdta_vfs_namecache_evict_negative_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798320
    },
    "sdta_vfs_namecache_evict_negative_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798368
    },
    "sdta_vfs_namecache_fullpath_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795440
    },
    "sdta_vfs_namecache_fullpath_hit0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795584
    },
    "sdta_vfs_namecache_fullpath_hit1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795632
    },
    "sdta_vfs_namecache_fullpath_hit2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795680
    },
    "sdta_vfs_namecache_fullpath_miss0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795824
    },
    "sdta_vfs_namecache_fullpath_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795968
    },
    "sdta_vfs_namecache_fullpath_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796016
    },
    "sdta_vfs_namecache_fullpath_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796064
    },
    "sdta_vfs_namecache_fullpath_smr_hit0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609794960
    },
    "sdta_vfs_namecache_fullpath_smr_hit1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795008
    },
    "sdta_vfs_namecache_fullpath_smr_miss0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795152
    },
    "sdta_vfs_namecache_fullpath_smr_miss1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795200
    },
    "sdta_vfs_namecache_fullpath_smr_miss2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795248
    },
    "sdta_vfs_namecache_fullpath_smr_miss3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609795296
    },
    "sdta_vfs_namecache_lookup_hit0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796208
    },
    "sdta_vfs_namecache_lookup_hit1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796256
    },
    "sdta_vfs_namecache_lookup_hit2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796304
    },
    "sdta_vfs_namecache_lookup_hit__negative0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796448
    },
    "sdta_vfs_namecache_lookup_hit__negative1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796496
    },
    "sdta_vfs_namecache_lookup_miss0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796640
    },
    "sdta_vfs_namecache_lookup_miss1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796688
    },
    "sdta_vfs_namecache_purge_batch0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797456
    },
    "sdta_vfs_namecache_purge_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797216
    },
    "sdta_vfs_namecache_purge_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797264
    },
    "sdta_vfs_namecache_purge_done2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797312
    },
    "sdta_vfs_namecache_purge_negative_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797600
    },
    "sdta_vfs_namecache_purgevfs_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797744
    },
    "sdta_vfs_namecache_removecnp_hit0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796832
    },
    "sdta_vfs_namecache_removecnp_hit1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609796880
    },
    "sdta_vfs_namecache_removecnp_miss0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797024
    },
    "sdta_vfs_namecache_removecnp_miss1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797072
    },
    "sdta_vfs_namecache_symlink_alloc__fail0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798512
    },
    "sdta_vfs_namecache_zap_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797888
    },
    "sdta_vfs_namecache_zap_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797936
    },
    "sdta_vfs_namecache_zap_done2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609797984
    },
    "sdta_vfs_namecache_zap_negative_done0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798128
    },
    "sdta_vfs_namecache_zap_negative_done1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609798176
    },
    "sdta_vfs_namei_lookup_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807296
    },
    "sdta_vfs_namei_lookup_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807344
    },
    "sdta_vfs_namei_lookup_entry2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807392
    },
    "sdta_vfs_namei_lookup_entry3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807440
    },
    "sdta_vfs_namei_lookup_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807584
    },
    "sdta_vfs_namei_lookup_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807632
    },
    "sdta_vfs_namei_lookup_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807680
    },
    "sdta_vfs_namei_lookup_return3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609807728
    },
    "sdta_vfs_vop_vop_access_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225680
    },
    "sdta_vfs_vop_vop_access_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225728
    },
    "sdta_vfs_vop_vop_access_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225872
    },
    "sdta_vfs_vop_vop_access_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225920
    },
    "sdta_vfs_vop_vop_access_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225968
    },
    "sdta_vfs_vop_vop_accessx_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226176
    },
    "sdta_vfs_vop_vop_accessx_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226224
    },
    "sdta_vfs_vop_vop_accessx_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226368
    },
    "sdta_vfs_vop_vop_accessx_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226416
    },
    "sdta_vfs_vop_vop_accessx_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226464
    },
    "sdta_vfs_vop_vop_aclcheck_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246032
    },
    "sdta_vfs_vop_vop_aclcheck_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246080
    },
    "sdta_vfs_vop_vop_aclcheck_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246224
    },
    "sdta_vfs_vop_vop_aclcheck_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246272
    },
    "sdta_vfs_vop_vop_aclcheck_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246320
    },
    "sdta_vfs_vop_vop_add_writecount_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254960
    },
    "sdta_vfs_vop_vop_add_writecount_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255008
    },
    "sdta_vfs_vop_vop_add_writecount_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255152
    },
    "sdta_vfs_vop_vop_add_writecount_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255200
    },
    "sdta_vfs_vop_vop_add_writecount_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255248
    },
    "sdta_vfs_vop_vop_advise_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251488
    },
    "sdta_vfs_vop_vop_advise_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251536
    },
    "sdta_vfs_vop_vop_advise_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251680
    },
    "sdta_vfs_vop_vop_advise_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251728
    },
    "sdta_vfs_vop_vop_advise_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251776
    },
    "sdta_vfs_vop_vop_advlock_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241568
    },
    "sdta_vfs_vop_vop_advlock_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241616
    },
    "sdta_vfs_vop_vop_advlock_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241760
    },
    "sdta_vfs_vop_vop_advlock_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241808
    },
    "sdta_vfs_vop_vop_advlock_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241856
    },
    "sdta_vfs_vop_vop_advlockasync_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242064
    },
    "sdta_vfs_vop_vop_advlockasync_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242112
    },
    "sdta_vfs_vop_vop_advlockasync_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242256
    },
    "sdta_vfs_vop_vop_advlockasync_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242304
    },
    "sdta_vfs_vop_vop_advlockasync_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242352
    },
    "sdta_vfs_vop_vop_advlockpurge_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242560
    },
    "sdta_vfs_vop_vop_advlockpurge_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242608
    },
    "sdta_vfs_vop_vop_advlockpurge_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242752
    },
    "sdta_vfs_vop_vop_advlockpurge_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242800
    },
    "sdta_vfs_vop_vop_advlockpurge_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610242848
    },
    "sdta_vfs_vop_vop_allocate_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250992
    },
    "sdta_vfs_vop_vop_allocate_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251040
    },
    "sdta_vfs_vop_vop_allocate_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251184
    },
    "sdta_vfs_vop_vop_allocate_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251232
    },
    "sdta_vfs_vop_vop_allocate_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251280
    },
    "sdta_vfs_vop_vop_bmap_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239088
    },
    "sdta_vfs_vop_vop_bmap_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239136
    },
    "sdta_vfs_vop_vop_bmap_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239280
    },
    "sdta_vfs_vop_vop_bmap_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239328
    },
    "sdta_vfs_vop_vop_bmap_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239376
    },
    "sdta_vfs_vop_vop_cachedlookup_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221712
    },
    "sdta_vfs_vop_vop_cachedlookup_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221760
    },
    "sdta_vfs_vop_vop_cachedlookup_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221904
    },
    "sdta_vfs_vop_vop_cachedlookup_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221952
    },
    "sdta_vfs_vop_vop_cachedlookup_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222000
    },
    "sdta_vfs_vop_vop_close_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224192
    },
    "sdta_vfs_vop_vop_close_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224240
    },
    "sdta_vfs_vop_vop_close_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224384
    },
    "sdta_vfs_vop_vop_close_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224432
    },
    "sdta_vfs_vop_vop_close_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224480
    },
    "sdta_vfs_vop_vop_closeextattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246528
    },
    "sdta_vfs_vop_vop_closeextattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246576
    },
    "sdta_vfs_vop_vop_closeextattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246720
    },
    "sdta_vfs_vop_vop_closeextattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246768
    },
    "sdta_vfs_vop_vop_closeextattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610246816
    },
    "sdta_vfs_vop_vop_copy_file_range_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255952
    },
    "sdta_vfs_vop_vop_copy_file_range_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256000
    },
    "sdta_vfs_vop_vop_copy_file_range_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256144
    },
    "sdta_vfs_vop_vop_copy_file_range_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256192
    },
    "sdta_vfs_vop_vop_copy_file_range_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256240
    },
    "sdta_vfs_vop_vop_create_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222208
    },
    "sdta_vfs_vop_vop_create_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222256
    },
    "sdta_vfs_vop_vop_create_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222400
    },
    "sdta_vfs_vop_vop_create_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222448
    },
    "sdta_vfs_vop_vop_create_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222496
    },
    "sdta_vfs_vop_vop_deallocate_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256944
    },
    "sdta_vfs_vop_vop_deallocate_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256992
    },
    "sdta_vfs_vop_vop_deallocate_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257136
    },
    "sdta_vfs_vop_vop_deallocate_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257184
    },
    "sdta_vfs_vop_vop_deallocate_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257232
    },
    "sdta_vfs_vop_vop_deleteextattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248512
    },
    "sdta_vfs_vop_vop_deleteextattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248560
    },
    "sdta_vfs_vop_vop_deleteextattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248704
    },
    "sdta_vfs_vop_vop_deleteextattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248752
    },
    "sdta_vfs_vop_vop_deleteextattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248800
    },
    "sdta_vfs_vop_vop_fdatasync_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255456
    },
    "sdta_vfs_vop_vop_fdatasync_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255504
    },
    "sdta_vfs_vop_vop_fdatasync_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255648
    },
    "sdta_vfs_vop_vop_fdatasync_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255696
    },
    "sdta_vfs_vop_vop_fdatasync_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610255744
    },
    "sdta_vfs_vop_vop_fplookup_symlink_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225184
    },
    "sdta_vfs_vop_vop_fplookup_symlink_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225232
    },
    "sdta_vfs_vop_vop_fplookup_symlink_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225376
    },
    "sdta_vfs_vop_vop_fplookup_symlink_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225424
    },
    "sdta_vfs_vop_vop_fplookup_symlink_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610225472
    },
    "sdta_vfs_vop_vop_fplookup_vexec_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224688
    },
    "sdta_vfs_vop_vop_fplookup_vexec_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224736
    },
    "sdta_vfs_vop_vop_fplookup_vexec_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224880
    },
    "sdta_vfs_vop_vop_fplookup_vexec_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224928
    },
    "sdta_vfs_vop_vop_fplookup_vexec_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610224976
    },
    "sdta_vfs_vop_vop_fsync_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232128
    },
    "sdta_vfs_vop_vop_fsync_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232176
    },
    "sdta_vfs_vop_vop_fsync_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232320
    },
    "sdta_vfs_vop_vop_fsync_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232368
    },
    "sdta_vfs_vop_vop_fsync_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232416
    },
    "sdta_vfs_vop_vop_getacl_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245040
    },
    "sdta_vfs_vop_vop_getacl_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245088
    },
    "sdta_vfs_vop_vop_getacl_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245232
    },
    "sdta_vfs_vop_vop_getacl_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245280
    },
    "sdta_vfs_vop_vop_getacl_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245328
    },
    "sdta_vfs_vop_vop_getattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227168
    },
    "sdta_vfs_vop_vop_getattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227216
    },
    "sdta_vfs_vop_vop_getattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227360
    },
    "sdta_vfs_vop_vop_getattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227408
    },
    "sdta_vfs_vop_vop_getattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227456
    },
    "sdta_vfs_vop_vop_getextattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247024
    },
    "sdta_vfs_vop_vop_getextattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247072
    },
    "sdta_vfs_vop_vop_getextattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247216
    },
    "sdta_vfs_vop_vop_getextattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247264
    },
    "sdta_vfs_vop_vop_getextattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247312
    },
    "sdta_vfs_vop_vop_getpages_async_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244048
    },
    "sdta_vfs_vop_vop_getpages_async_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244096
    },
    "sdta_vfs_vop_vop_getpages_async_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244240
    },
    "sdta_vfs_vop_vop_getpages_async_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244288
    },
    "sdta_vfs_vop_vop_getpages_async_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244336
    },
    "sdta_vfs_vop_vop_getpages_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243552
    },
    "sdta_vfs_vop_vop_getpages_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243600
    },
    "sdta_vfs_vop_vop_getpages_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243744
    },
    "sdta_vfs_vop_vop_getpages_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243792
    },
    "sdta_vfs_vop_vop_getpages_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243840
    },
    "sdta_vfs_vop_vop_getwritemount_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240080
    },
    "sdta_vfs_vop_vop_getwritemount_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240128
    },
    "sdta_vfs_vop_vop_getwritemount_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240272
    },
    "sdta_vfs_vop_vop_getwritemount_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240320
    },
    "sdta_vfs_vop_vop_getwritemount_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240368
    },
    "sdta_vfs_vop_vop_inactive_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236608
    },
    "sdta_vfs_vop_vop_inactive_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236656
    },
    "sdta_vfs_vop_vop_inactive_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236800
    },
    "sdta_vfs_vop_vop_inactive_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236848
    },
    "sdta_vfs_vop_vop_inactive_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236896
    },
    "sdta_vfs_vop_vop_ioctl_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230144
    },
    "sdta_vfs_vop_vop_ioctl_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230192
    },
    "sdta_vfs_vop_vop_ioctl_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230336
    },
    "sdta_vfs_vop_vop_ioctl_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230384
    },
    "sdta_vfs_vop_vop_ioctl_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230432
    },
    "sdta_vfs_vop_vop_is_text_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253472
    },
    "sdta_vfs_vop_vop_is_text_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253520
    },
    "sdta_vfs_vop_vop_is_text_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253664
    },
    "sdta_vfs_vop_vop_is_text_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253712
    },
    "sdta_vfs_vop_vop_is_text_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253760
    },
    "sdta_vfs_vop_vop_islocked_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610220720
    },
    "sdta_vfs_vop_vop_islocked_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610220768
    },
    "sdta_vfs_vop_vop_islocked_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610220912
    },
    "sdta_vfs_vop_vop_islocked_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610220960
    },
    "sdta_vfs_vop_vop_islocked_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221008
    },
    "sdta_vfs_vop_vop_kqfilter_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231136
    },
    "sdta_vfs_vop_vop_kqfilter_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231184
    },
    "sdta_vfs_vop_vop_kqfilter_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231328
    },
    "sdta_vfs_vop_vop_kqfilter_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231376
    },
    "sdta_vfs_vop_vop_kqfilter_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231424
    },
    "sdta_vfs_vop_vop_link_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233120
    },
    "sdta_vfs_vop_vop_link_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233168
    },
    "sdta_vfs_vop_vop_link_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233312
    },
    "sdta_vfs_vop_vop_link_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233360
    },
    "sdta_vfs_vop_vop_link_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233408
    },
    "sdta_vfs_vop_vop_listextattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247520
    },
    "sdta_vfs_vop_vop_listextattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247568
    },
    "sdta_vfs_vop_vop_listextattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247712
    },
    "sdta_vfs_vop_vop_listextattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247760
    },
    "sdta_vfs_vop_vop_listextattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610247808
    },
    "sdta_vfs_vop_vop_lock1_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238096
    },
    "sdta_vfs_vop_vop_lock1_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238144
    },
    "sdta_vfs_vop_vop_lock1_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238288
    },
    "sdta_vfs_vop_vop_lock1_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238336
    },
    "sdta_vfs_vop_vop_lock1_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238384
    },
    "sdta_vfs_vop_vop_lookup_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221216
    },
    "sdta_vfs_vop_vop_lookup_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221264
    },
    "sdta_vfs_vop_vop_lookup_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221408
    },
    "sdta_vfs_vop_vop_lookup_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221456
    },
    "sdta_vfs_vop_vop_lookup_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610221504
    },
    "sdta_vfs_vop_vop_mkdir_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234128
    },
    "sdta_vfs_vop_vop_mkdir_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234176
    },
    "sdta_vfs_vop_vop_mkdir_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234320
    },
    "sdta_vfs_vop_vop_mkdir_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234368
    },
    "sdta_vfs_vop_vop_mkdir_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234416
    },
    "sdta_vfs_vop_vop_mknod_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223200
    },
    "sdta_vfs_vop_vop_mknod_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223248
    },
    "sdta_vfs_vop_vop_mknod_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223392
    },
    "sdta_vfs_vop_vop_mknod_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223440
    },
    "sdta_vfs_vop_vop_mknod_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223488
    },
    "sdta_vfs_vop_vop_mmapped_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228160
    },
    "sdta_vfs_vop_vop_mmapped_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228208
    },
    "sdta_vfs_vop_vop_mmapped_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228352
    },
    "sdta_vfs_vop_vop_mmapped_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228400
    },
    "sdta_vfs_vop_vop_mmapped_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228448
    },
    "sdta_vfs_vop_vop_need_inactive_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237104
    },
    "sdta_vfs_vop_vop_need_inactive_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237152
    },
    "sdta_vfs_vop_vop_need_inactive_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237296
    },
    "sdta_vfs_vop_vop_need_inactive_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237344
    },
    "sdta_vfs_vop_vop_need_inactive_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237392
    },
    "sdta_vfs_vop_vop_open_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223696
    },
    "sdta_vfs_vop_vop_open_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223744
    },
    "sdta_vfs_vop_vop_open_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223888
    },
    "sdta_vfs_vop_vop_open_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223936
    },
    "sdta_vfs_vop_vop_open_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610223984
    },
    "sdta_vfs_vop_vop_openextattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248016
    },
    "sdta_vfs_vop_vop_openextattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248064
    },
    "sdta_vfs_vop_vop_openextattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248208
    },
    "sdta_vfs_vop_vop_openextattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248256
    },
    "sdta_vfs_vop_vop_openextattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610248304
    },
    "sdta_vfs_vop_vop_pathconf_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241072
    },
    "sdta_vfs_vop_vop_pathconf_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241120
    },
    "sdta_vfs_vop_vop_pathconf_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241264
    },
    "sdta_vfs_vop_vop_pathconf_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241312
    },
    "sdta_vfs_vop_vop_pathconf_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610241360
    },
    "sdta_vfs_vop_vop_poll_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230640
    },
    "sdta_vfs_vop_vop_poll_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230688
    },
    "sdta_vfs_vop_vop_poll_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230832
    },
    "sdta_vfs_vop_vop_poll_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230880
    },
    "sdta_vfs_vop_vop_poll_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610230928
    },
    "sdta_vfs_vop_vop_print_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240576
    },
    "sdta_vfs_vop_vop_print_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240624
    },
    "sdta_vfs_vop_vop_print_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240768
    },
    "sdta_vfs_vop_vop_print_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240816
    },
    "sdta_vfs_vop_vop_print_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610240864
    },
    "sdta_vfs_vop_vop_putpages_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244544
    },
    "sdta_vfs_vop_vop_putpages_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244592
    },
    "sdta_vfs_vop_vop_putpages_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244736
    },
    "sdta_vfs_vop_vop_putpages_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244784
    },
    "sdta_vfs_vop_vop_putpages_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610244832
    },
    "sdta_vfs_vop_vop_read_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228656
    },
    "sdta_vfs_vop_vop_read_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228704
    },
    "sdta_vfs_vop_vop_read_pgcache_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229152
    },
    "sdta_vfs_vop_vop_read_pgcache_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229200
    },
    "sdta_vfs_vop_vop_read_pgcache_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229344
    },
    "sdta_vfs_vop_vop_read_pgcache_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229392
    },
    "sdta_vfs_vop_vop_read_pgcache_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229440
    },
    "sdta_vfs_vop_vop_read_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228848
    },
    "sdta_vfs_vop_vop_read_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228896
    },
    "sdta_vfs_vop_vop_read_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610228944
    },
    "sdta_vfs_vop_vop_readdir_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235616
    },
    "sdta_vfs_vop_vop_readdir_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235664
    },
    "sdta_vfs_vop_vop_readdir_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235808
    },
    "sdta_vfs_vop_vop_readdir_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235856
    },
    "sdta_vfs_vop_vop_readdir_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235904
    },
    "sdta_vfs_vop_vop_readlink_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236112
    },
    "sdta_vfs_vop_vop_readlink_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236160
    },
    "sdta_vfs_vop_vop_readlink_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236304
    },
    "sdta_vfs_vop_vop_readlink_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236352
    },
    "sdta_vfs_vop_vop_readlink_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610236400
    },
    "sdta_vfs_vop_vop_reallocblks_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243056
    },
    "sdta_vfs_vop_vop_reallocblks_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243104
    },
    "sdta_vfs_vop_vop_reallocblks_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243248
    },
    "sdta_vfs_vop_vop_reallocblks_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243296
    },
    "sdta_vfs_vop_vop_reallocblks_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610243344
    },
    "sdta_vfs_vop_vop_reclaim_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237600
    },
    "sdta_vfs_vop_vop_reclaim_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237648
    },
    "sdta_vfs_vop_vop_reclaim_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237792
    },
    "sdta_vfs_vop_vop_reclaim_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237840
    },
    "sdta_vfs_vop_vop_reclaim_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610237888
    },
    "sdta_vfs_vop_vop_remove_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232624
    },
    "sdta_vfs_vop_vop_remove_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232672
    },
    "sdta_vfs_vop_vop_remove_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232816
    },
    "sdta_vfs_vop_vop_remove_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232864
    },
    "sdta_vfs_vop_vop_remove_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610232912
    },
    "sdta_vfs_vop_vop_rename_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233616
    },
    "sdta_vfs_vop_vop_rename_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233664
    },
    "sdta_vfs_vop_vop_rename_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233808
    },
    "sdta_vfs_vop_vop_rename_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233856
    },
    "sdta_vfs_vop_vop_rename_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610233904
    },
    "sdta_vfs_vop_vop_revoke_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231632
    },
    "sdta_vfs_vop_vop_revoke_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231680
    },
    "sdta_vfs_vop_vop_revoke_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231824
    },
    "sdta_vfs_vop_vop_revoke_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231872
    },
    "sdta_vfs_vop_vop_revoke_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610231920
    },
    "sdta_vfs_vop_vop_rmdir_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234624
    },
    "sdta_vfs_vop_vop_rmdir_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234672
    },
    "sdta_vfs_vop_vop_rmdir_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234816
    },
    "sdta_vfs_vop_vop_rmdir_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234864
    },
    "sdta_vfs_vop_vop_rmdir_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610234912
    },
    "sdta_vfs_vop_vop_set_text_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253968
    },
    "sdta_vfs_vop_vop_set_text_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254016
    },
    "sdta_vfs_vop_vop_set_text_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254160
    },
    "sdta_vfs_vop_vop_set_text_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254208
    },
    "sdta_vfs_vop_vop_set_text_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254256
    },
    "sdta_vfs_vop_vop_setacl_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245536
    },
    "sdta_vfs_vop_vop_setacl_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245584
    },
    "sdta_vfs_vop_vop_setacl_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245728
    },
    "sdta_vfs_vop_vop_setacl_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245776
    },
    "sdta_vfs_vop_vop_setacl_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610245824
    },
    "sdta_vfs_vop_vop_setattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227664
    },
    "sdta_vfs_vop_vop_setattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227712
    },
    "sdta_vfs_vop_vop_setattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227856
    },
    "sdta_vfs_vop_vop_setattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227904
    },
    "sdta_vfs_vop_vop_setattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610227952
    },
    "sdta_vfs_vop_vop_setextattr_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249008
    },
    "sdta_vfs_vop_vop_setextattr_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249056
    },
    "sdta_vfs_vop_vop_setextattr_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249200
    },
    "sdta_vfs_vop_vop_setextattr_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249248
    },
    "sdta_vfs_vop_vop_setextattr_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249296
    },
    "sdta_vfs_vop_vop_setlabel_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249504
    },
    "sdta_vfs_vop_vop_setlabel_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249552
    },
    "sdta_vfs_vop_vop_setlabel_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249696
    },
    "sdta_vfs_vop_vop_setlabel_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249744
    },
    "sdta_vfs_vop_vop_setlabel_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610249792
    },
    "sdta_vfs_vop_vop_spare1_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257440
    },
    "sdta_vfs_vop_vop_spare1_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257488
    },
    "sdta_vfs_vop_vop_spare1_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257632
    },
    "sdta_vfs_vop_vop_spare1_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257680
    },
    "sdta_vfs_vop_vop_spare1_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257728
    },
    "sdta_vfs_vop_vop_spare2_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257936
    },
    "sdta_vfs_vop_vop_spare2_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610257984
    },
    "sdta_vfs_vop_vop_spare2_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258128
    },
    "sdta_vfs_vop_vop_spare2_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258176
    },
    "sdta_vfs_vop_vop_spare2_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258224
    },
    "sdta_vfs_vop_vop_spare3_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258432
    },
    "sdta_vfs_vop_vop_spare3_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258480
    },
    "sdta_vfs_vop_vop_spare3_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258624
    },
    "sdta_vfs_vop_vop_spare3_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258672
    },
    "sdta_vfs_vop_vop_spare3_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258720
    },
    "sdta_vfs_vop_vop_spare4_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258928
    },
    "sdta_vfs_vop_vop_spare4_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610258976
    },
    "sdta_vfs_vop_vop_spare4_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259120
    },
    "sdta_vfs_vop_vop_spare4_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259168
    },
    "sdta_vfs_vop_vop_spare4_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259216
    },
    "sdta_vfs_vop_vop_spare5_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259424
    },
    "sdta_vfs_vop_vop_spare5_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259472
    },
    "sdta_vfs_vop_vop_spare5_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259616
    },
    "sdta_vfs_vop_vop_spare5_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259664
    },
    "sdta_vfs_vop_vop_spare5_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610259712
    },
    "sdta_vfs_vop_vop_stat_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226672
    },
    "sdta_vfs_vop_vop_stat_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226720
    },
    "sdta_vfs_vop_vop_stat_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226864
    },
    "sdta_vfs_vop_vop_stat_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226912
    },
    "sdta_vfs_vop_vop_stat_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610226960
    },
    "sdta_vfs_vop_vop_strategy_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239584
    },
    "sdta_vfs_vop_vop_strategy_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239632
    },
    "sdta_vfs_vop_vop_strategy_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239776
    },
    "sdta_vfs_vop_vop_strategy_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239824
    },
    "sdta_vfs_vop_vop_strategy_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610239872
    },
    "sdta_vfs_vop_vop_symlink_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235120
    },
    "sdta_vfs_vop_vop_symlink_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235168
    },
    "sdta_vfs_vop_vop_symlink_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235312
    },
    "sdta_vfs_vop_vop_symlink_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235360
    },
    "sdta_vfs_vop_vop_symlink_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610235408
    },
    "sdta_vfs_vop_vop_unlock_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238592
    },
    "sdta_vfs_vop_vop_unlock_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238640
    },
    "sdta_vfs_vop_vop_unlock_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238784
    },
    "sdta_vfs_vop_vop_unlock_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238832
    },
    "sdta_vfs_vop_vop_unlock_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610238880
    },
    "sdta_vfs_vop_vop_unp_bind_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610251984
    },
    "sdta_vfs_vop_vop_unp_bind_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252032
    },
    "sdta_vfs_vop_vop_unp_bind_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252176
    },
    "sdta_vfs_vop_vop_unp_bind_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252224
    },
    "sdta_vfs_vop_vop_unp_bind_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252272
    },
    "sdta_vfs_vop_vop_unp_connect_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252480
    },
    "sdta_vfs_vop_vop_unp_connect_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252528
    },
    "sdta_vfs_vop_vop_unp_connect_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252672
    },
    "sdta_vfs_vop_vop_unp_connect_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252720
    },
    "sdta_vfs_vop_vop_unp_connect_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252768
    },
    "sdta_vfs_vop_vop_unp_detach_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610252976
    },
    "sdta_vfs_vop_vop_unp_detach_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253024
    },
    "sdta_vfs_vop_vop_unp_detach_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253168
    },
    "sdta_vfs_vop_vop_unp_detach_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253216
    },
    "sdta_vfs_vop_vop_unp_detach_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610253264
    },
    "sdta_vfs_vop_vop_unset_text_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254464
    },
    "sdta_vfs_vop_vop_unset_text_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254512
    },
    "sdta_vfs_vop_vop_unset_text_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254656
    },
    "sdta_vfs_vop_vop_unset_text_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254704
    },
    "sdta_vfs_vop_vop_unset_text_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610254752
    },
    "sdta_vfs_vop_vop_vptocnp_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250496
    },
    "sdta_vfs_vop_vop_vptocnp_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250544
    },
    "sdta_vfs_vop_vop_vptocnp_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250688
    },
    "sdta_vfs_vop_vop_vptocnp_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250736
    },
    "sdta_vfs_vop_vop_vptocnp_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250784
    },
    "sdta_vfs_vop_vop_vptofh_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250000
    },
    "sdta_vfs_vop_vop_vptofh_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250048
    },
    "sdta_vfs_vop_vop_vptofh_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250192
    },
    "sdta_vfs_vop_vop_vptofh_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250240
    },
    "sdta_vfs_vop_vop_vptofh_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610250288
    },
    "sdta_vfs_vop_vop_vput_pair_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256448
    },
    "sdta_vfs_vop_vop_vput_pair_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256496
    },
    "sdta_vfs_vop_vop_vput_pair_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256640
    },
    "sdta_vfs_vop_vop_vput_pair_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256688
    },
    "sdta_vfs_vop_vop_vput_pair_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610256736
    },
    "sdta_vfs_vop_vop_whiteout_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222704
    },
    "sdta_vfs_vop_vop_whiteout_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222752
    },
    "sdta_vfs_vop_vop_whiteout_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222896
    },
    "sdta_vfs_vop_vop_whiteout_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222944
    },
    "sdta_vfs_vop_vop_whiteout_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610222992
    },
    "sdta_vfs_vop_vop_write_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229648
    },
    "sdta_vfs_vop_vop_write_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229696
    },
    "sdta_vfs_vop_vop_write_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229840
    },
    "sdta_vfs_vop_vop_write_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229888
    },
    "sdta_vfs_vop_vop_write_return2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071610229936
    },
    "sdta_virtqueue__enqueue_segments_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609450304
    },
    "sdta_virtqueue__enqueue_segments_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609450352
    },
    "sdta_virtqueue__enqueue_segments_entry2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609450400
    },
    "sdta_virtqueue__enqueue_segments_entry3": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609450448
    },
    "sdta_virtqueue__enqueue_segments_entry4": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609450496
    },
    "sdta_virtqueue__enqueue_segments_entry5": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609450544
    },
    "sdta_virtqueue__enqueue_segments_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609450688
    },
    "sdta_vnet_functions_vnet_alloc_alloc0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609846528
    },
    "sdta_vnet_functions_vnet_alloc_alloc1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609846576
    },
    "sdta_vnet_functions_vnet_alloc_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609846384
    },
    "sdta_vnet_functions_vnet_alloc_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609846720
    },
    "sdta_vnet_functions_vnet_alloc_return1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609846768
    },
    "sdta_vnet_functions_vnet_destroy_entry0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609846912
    },
    "sdta_vnet_functions_vnet_destroy_entry1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609846960
    },
    "sdta_vnet_functions_vnet_destroy_return0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609847104
    },
    "sdta_xbb_kernel_xbb_dispatch_dev_flush0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609518640
    },
    "sdta_xbb_kernel_xbb_dispatch_dev_read0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609518784
    },
    "sdta_xbb_kernel_xbb_dispatch_dev_read1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609518832
    },
    "sdta_xbb_kernel_xbb_dispatch_dev_read2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609518880
    },
    "sdta_xbb_kernel_xbb_dispatch_dev_write0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519024
    },
    "sdta_xbb_kernel_xbb_dispatch_dev_write1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519072
    },
    "sdta_xbb_kernel_xbb_dispatch_dev_write2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519120
    },
    "sdta_xbb_kernel_xbb_dispatch_file_flush0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519264
    },
    "sdta_xbb_kernel_xbb_dispatch_file_read0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519408
    },
    "sdta_xbb_kernel_xbb_dispatch_file_read1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519456
    },
    "sdta_xbb_kernel_xbb_dispatch_file_read2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519504
    },
    "sdta_xbb_kernel_xbb_dispatch_file_write0": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519648
    },
    "sdta_xbb_kernel_xbb_dispatch_file_write1": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519696
    },
    "sdta_xbb_kernel_xbb_dispatch_file_write2": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sdt_argtype"
        }
      },
      "address": 18446744071609519744
    },
    "sdtossd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581414992
    },
    "se": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysent"
        }
      },
      "address": 0
    },
    "se1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SGE_SIMPLE32"
        }
      },
      "address": 0
    },
    "se64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SGE_SIMPLE64"
        }
      },
      "address": 0
    },
    "seagate": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584031879
    },
    "seagate_entries": {
      "type": {
        "count": 60,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "asc_table_entry"
        }
      },
      "address": 18446744071608269936
    },
    "seals": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "search": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_prefix"
        }
      },
      "address": 0
    },
    "searchMax": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "searchTime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "search_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "searchfailed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298164
    },
    "sec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sec_bus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sec_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sec_data_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sec_data_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sec_elapsed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sec_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sec_hdr_start_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sec_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sec_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_flash_sec_info"
        }
      },
      "address": 0
    },
    "sec_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_io_t"
        }
      },
      "address": 0
    },
    "sec_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sec_pdu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_tx_sec_pdu"
        }
      },
      "address": 0
    },
    "sec_reg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "secbit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "secbits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "seccfg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "secflavors": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "secflavour": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sechdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gpt_hdr"
        }
      },
      "address": 0
    },
    "secmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "secname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "secno": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "second": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "secondHalfMatchLength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "secondHalfSeqStore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seqStore_t"
        }
      },
      "address": 0
    },
    "second_address": {
      "type": {
        "kind": "struct",
        "name": "SCI_SAS_ADDRESS_T"
      },
      "address": 0
    },
    "second_bank_active": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "secondary_accwrites": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "secondary_writes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "secondpass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seconds": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "secpercyl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "secrxreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "secs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "secs_per_cylinder": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "secsize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "secsz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sect": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_meta_init_section"
        }
      },
      "address": 0
    },
    "sect_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sect_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sect_rx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_boost_tcam_section"
        }
      },
      "address": 0
    },
    "sect_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sect_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_boost_tcam_section"
        }
      },
      "address": 0
    },
    "sectbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gpt_ent"
        }
      },
      "address": 0
    },
    "section": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_buf_hdr"
        }
      },
      "address": 0
    },
    "section_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "section_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqi_conf_table_section_header"
        }
      },
      "address": 0
    },
    "section_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "section_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sectionlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sector": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sector0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sector_base_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sector_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sector_count_upper": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sector_end_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sector_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sector_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sectors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sectors_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sectors_sent": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sectorsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sects": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sectsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sectsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "securelevel_ge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575513040
    },
    "securelevel_gt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575513008
    },
    "security": {
      "type": {
        "kind": "struct",
        "name": "ipw_security"
      },
      "address": 0
    },
    "see_jail_proc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609700080
    },
    "see_other_gids": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609699960
    },
    "see_other_uids": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609699840
    },
    "seed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seed_iterations": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seed_param": {
      "type": {
        "kind": "struct",
        "name": "sli4_req_common_set_features_dif_seed_t"
      },
      "address": 0
    },
    "seeded": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "seen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "seen_defer": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "seen_exiting": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "seen_other": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "seen_stopped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "seen_xdigits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seeprom_ewds": {
      "type": {
        "kind": "struct",
        "name": "seeprom_cmd"
      },
      "address": 18446744071608340460
    },
    "seeprom_ewen": {
      "type": {
        "kind": "struct",
        "name": "seeprom_cmd"
      },
      "address": 18446744071608340424
    },
    "seeprom_long_ewds": {
      "type": {
        "kind": "struct",
        "name": "seeprom_cmd"
      },
      "address": 18446744071608340472
    },
    "seeprom_long_ewen": {
      "type": {
        "kind": "struct",
        "name": "seeprom_cmd"
      },
      "address": 18446744071608340436
    },
    "seeprom_read": {
      "type": {
        "kind": "struct",
        "name": "seeprom_cmd"
      },
      "address": 18446744071608340448
    },
    "seeprom_write": {
      "type": {
        "kind": "struct",
        "name": "seeprom_cmd"
      },
      "address": 18446744071608340484
    },
    "seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_run_time_cfg_seg"
        }
      },
      "address": 0
    },
    "segLen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "segLenList": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "seg_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seg_cnt_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "seg_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seg_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_generic_seg_hdr"
        }
      },
      "address": 0
    },
    "seg_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seg_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seg_order": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seg_page_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seg_page_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seg_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "segaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "segbase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "segend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "segind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seginfo": {
      "type": {
        "kind": "struct",
        "name": "sseg_closure"
      },
      "address": 0
    },
    "seglen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seglim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "segment": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "segmentSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "segmented_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "segnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "segoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "segprot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "segptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "segresid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "segs": {
      "type": {
        "count": 63,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "segs_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "segs_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "segs_per_frame": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "segsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "segstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "segsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "segtype": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "segwritten": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sel": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sel_fw_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sel_layer": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sel_msg_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sel_phy_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "selbits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "selbs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sta_entry"
        }
      },
      "address": 0
    },
    "seldrain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576059488
    },
    "select": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_queue_select"
        }
      },
      "address": 0
    },
    "select_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577389920
    },
    "select_flags": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "select_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609752784
    },
    "selected": {
      "type": {
        "kind": "enum",
        "name": "lacp_selected"
      },
      "address": 0
    },
    "selectedCompressor": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "selected_bpt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "selected_cpt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "selected_dr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nd_defrouter"
        }
      },
      "address": 0
    },
    "selected_gain_entry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "selected_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_T"
        }
      },
      "address": 0
    },
    "selectinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576060592
    },
    "selector": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "selectroute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578090704
    },
    "self": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "self_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "fw_self_id"
        }
      },
      "address": 0
    },
    "selfdfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576060336
    },
    "selfdis": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "selfpowered": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "selrecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576059872
    },
    "selsocket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576058656
    },
    "seltdclear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576056432
    },
    "seltdfini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576060224
    },
    "seltdinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576055952
    },
    "seltdwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576056176
    },
    "selwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576060192
    },
    "selwakeuppri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576060208
    },
    "sem": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "semaphore"
        }
      },
      "address": 18446744071613005264
    },
    "sem32_syscalls": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609764608
    },
    "sem_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613005192
    },
    "sem_prison_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576121696
    },
    "sem_prison_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576123024
    },
    "sem_prison_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576120064
    },
    "sem_prison_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576121936
    },
    "sem_prison_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576120288
    },
    "sem_prison_slot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613005304
    },
    "sem_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576111392
    },
    "sem_syscalls": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609764320
    },
    "sem_undo_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613005224
    },
    "sema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "semid_kernel"
        }
      },
      "address": 18446744071613005176
    },
    "sema_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569840
    },
    "sema_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575569712
    },
    "sema_mtx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 18446744071613005184
    },
    "sema_mtxp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "sema_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575570608
    },
    "semakptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "semid_kernel"
        }
      },
      "address": 0
    },
    "semb_print_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565924992
    },
    "semb_print_ident_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565925472
    },
    "semb_print_ident_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565925264
    },
    "semb_print_ident_short_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565925600
    },
    "semb_proto_announce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949360
    },
    "semb_proto_denounce_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565949392
    },
    "semb_read_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929680
    },
    "semb_receive_diagnostic_results": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929328
    },
    "semb_send_diagnostic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929504
    },
    "semb_write_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565929840
    },
    "semexit_myhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576122096
    },
    "semexit_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613005296
    },
    "semflg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "semid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "semidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seminfo": {
      "type": {
        "kind": "struct",
        "name": "seminfo"
      },
      "address": 18446744071609762672
    },
    "semnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "semptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sem"
        }
      },
      "address": 0
    },
    "semtot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005256
    },
    "semu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613005288
    },
    "semu_free_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_362bd77e8e87bcd4"
      },
      "address": 18446744071613005280
    },
    "semu_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_362bd77e8e87bcd4"
      },
      "address": 18446744071613005272
    },
    "semun": {
      "type": {
        "kind": "union",
        "name": "semun"
      },
      "address": 0
    },
    "semundo_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576116960
    },
    "semundo_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576112464
    },
    "semvalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576111312
    },
    "sen": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_sense"
        }
      },
      "address": 0
    },
    "send": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sendAEN": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "send_acname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577547712
    },
    "send_api_ver_retried": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "send_aux_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580441696
    },
    "send_aux_command_and_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580442640
    },
    "send_done_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "send_down": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "send_empty_event": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "send_etid_flowc_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568963824
    },
    "send_etid_flush_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568946016
    },
    "send_evt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "send_failed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "send_frame_capable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "send_hurl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577549872
    },
    "send_inval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577179728
    },
    "send_kbd_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580441248
    },
    "send_kbd_command_and_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580442240
    },
    "send_ktls_act_open_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569046976
    },
    "send_maxp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577549312
    },
    "send_motm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577550112
    },
    "send_ns": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "send_pktsched_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568627824
    },
    "send_plogi": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "send_seeprom_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567530624
    },
    "send_sendso_input_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613140120
    },
    "send_sessionid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577548592
    },
    "send_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576722576
    },
    "send_wqe": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sendalot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sendclose": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sendfile_free_mext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575578896
    },
    "sendfile_free_mext_pg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575578640
    },
    "sendfile_iodone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575578064
    },
    "sendfile_iowait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575578816
    },
    "sendfile_sync_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575579936
    },
    "sendhook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_hook"
        }
      },
      "address": 0
    },
    "sending_reply": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sendit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576297056
    },
    "sendpreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sendq": {
      "type": {
        "kind": "struct",
        "name": "roqh"
      },
      "address": 0
    },
    "sendsig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581392096
    },
    "sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sendstatus": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "sendwin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sens": {
      "type": {
        "kind": "struct",
        "name": "iwi_sensitivity"
      },
      "address": 0
    },
    "sense": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_sense"
        }
      },
      "address": 0
    },
    "sense_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sense_base_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sense_buffer_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610128292
    },
    "sense_busaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sense_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sense_data_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sense_data_length": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sense_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sense_key_table_entry"
        }
      },
      "address": 0
    },
    "sense_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sense_key": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sense_key_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sense_key_table": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sense_key_table_entry"
        }
      },
      "address": 18446744071584033200
    },
    "sense_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sense_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sense_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "map_node"
        }
      },
      "address": 0
    },
    "sense_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sense_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "sense_quirk_table": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scsi_sense_quirk_entry"
        }
      },
      "address": 18446744071608257072
    },
    "sense_quirk_table_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071584033456
    },
    "sense_returned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sense_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sense_tables": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sense_key_table_entry"
          }
        }
      },
      "address": 0
    },
    "sense_tables_size": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "sense_type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_98c1913cbed0f74c"
      },
      "address": 0
    },
    "sensed_port": {
      "type": {
        "kind": "enum",
        "name": "mlx4_port_type"
      },
      "address": 0
    },
    "senseentrycomp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021312
    },
    "sensesz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sensitive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sensor_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sensor_location": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sent": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sent_msg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sent_so_far": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sentinel": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bmsafemap"
        }
      },
      "address": 0
    },
    "sentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "msf_lba"
        }
      },
      "address": 0
    },
    "senv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sep1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sep_found": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sep_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sep_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sep_template": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seqAdvance": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seqCollector": {
      "type": {
        "kind": "struct",
        "name": "SeqCollector"
      },
      "address": 0
    },
    "seqCount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seqEntropyWritten": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seqHSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seqHead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "seqLen": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_sequenceLength"
      },
      "address": 0
    },
    "seqNb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seqPos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seqSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seqState": {
      "type": {
        "kind": "struct",
        "name": "seqState_t"
      },
      "address": 0
    },
    "seqStore": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seqStore_t"
        }
      },
      "address": 0
    },
    "seqStoreLiteralsSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seqStoreSeqSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "seqStoreSeqs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seqDef"
        }
      },
      "address": 0
    },
    "seq_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609231216
    },
    "seq_convertold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572624016
    },
    "seq_copytoinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572614096
    },
    "seq_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610813192
    },
    "seq_eventthread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572614448
    },
    "seq_fcfi": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "seq_file": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seq_file"
        }
      },
      "address": 0
    },
    "seq_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seq_flags2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seq_has_overflowed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925872
    },
    "seq_lseek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924752
    },
    "seq_methods": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585022704
    },
    "seq_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572611712
    },
    "seq_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seq_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924784
    },
    "seq_processevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572624448
    },
    "seq_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924640
    },
    "seq_puts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924688
    },
    "seq_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924368
    },
    "seq_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925520
    },
    "seq_release_private": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925568
    },
    "seq_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572622480
    },
    "seq_seen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seq_st": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seq_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572623104
    },
    "seq_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924592
    },
    "seqaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seqc_write_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575190464
    },
    "seqcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seqh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seqid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seqinfo_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610813152
    },
    "seqintcode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seqintsrc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "seqno": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "seqnr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seqnum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "seqoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "seqpacketproto": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609786168
    },
    "seqprog": {
      "type": {
        "count": 3520,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584142832
    },
    "seqs": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "seq_softc"
          }
        }
      },
      "address": 18446744071610813200
    },
    "sequence": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sequenceCopier": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "sequenceLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sequencePrice": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sequence_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sequenceid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sequencer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sequencer_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609231168
    },
    "sequences": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "seq_t"
        }
      },
      "address": 0
    },
    "sequencesSectionHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ser_lane": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "serbst": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "serbuf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "serdes_net_if": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "serdes_phy_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "serdev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "serdev_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "serdev_ihand_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609730480
    },
    "serdev_ipend_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609730504
    },
    "serdev_sysdev_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609730528
    },
    "serial": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "serial_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_unit_serial_number"
        }
      },
      "address": 0
    },
    "serial_buffer": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "series": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "HAL_11N_RATE_SERIES"
        }
      },
      "address": 0
    },
    "series_11a": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "txschedule"
        }
      },
      "address": 18446744071584448784
    },
    "series_11g": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "txschedule"
        }
      },
      "address": 18446744071584448848
    },
    "series_11na": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "txschedule"
        }
      },
      "address": 18446744071584448944
    },
    "series_11ng": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "txschedule"
        }
      },
      "address": 18446744071584449200
    },
    "series_half": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "txschedule"
        }
      },
      "address": 18446744071584449488
    },
    "series_quarter": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "txschedule"
        }
      },
      "address": 18446744071584449552
    },
    "serr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "served": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "server_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "server_mss": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "servername": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "service": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "service_iq_fl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568934896
    },
    "service_nm_rxq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568907120
    },
    "ses": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "swcr_session"
        }
      },
      "address": 0
    },
    "ses_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_cache_t"
        }
      },
      "address": 0
    },
    "ses_cache_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566167040
    },
    "ses_device_found": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566166864
    },
    "ses_devids_iter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566168144
    },
    "ses_elm_addlstatus_eip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164512
    },
    "ses_elm_addlstatus_invalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164528
    },
    "ses_elm_addlstatus_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164496
    },
    "ses_elm_sas_descr_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164480
    },
    "ses_elm_sas_dev_phy_dev_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164592
    },
    "ses_elm_sas_dev_phy_sata_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164560
    },
    "ses_elm_sas_dev_phy_sata_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164576
    },
    "ses_elm_sas_type0_not_all_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164544
    },
    "ses_elmdevname_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566168128
    },
    "ses_enc_vec": {
      "type": {
        "kind": "struct",
        "name": "enc_vec"
      },
      "address": 18446744071584041240
    },
    "ses_fill_control_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566173712
    },
    "ses_fill_rcv_diag_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566168784
    },
    "ses_get_elm_addlstatus_ata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566178336
    },
    "ses_get_elm_addlstatus_sas": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566177840
    },
    "ses_get_elm_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165712
    },
    "ses_get_elm_devnames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165808
    },
    "ses_get_elm_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165520
    },
    "ses_handle_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566166176
    },
    "ses_init_enc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165360
    },
    "ses_path_iter_devid_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566168320
    },
    "ses_paths_iter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566167792
    },
    "ses_poll_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566166960
    },
    "ses_process_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566169184
    },
    "ses_process_control_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566174480
    },
    "ses_process_elm_addlstatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566171760
    },
    "ses_process_elm_descs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566171024
    },
    "ses_process_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566168912
    },
    "ses_process_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566170496
    },
    "ses_publish_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566177392
    },
    "ses_publish_physpaths": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566174656
    },
    "ses_search_globally": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610598080
    },
    "ses_set_elm_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165552
    },
    "ses_set_enc_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165376
    },
    "ses_setphyspath_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566178432
    },
    "ses_softc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_softc_t"
        }
      },
      "address": 0
    },
    "ses_softc_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165216
    },
    "ses_softc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566164608
    },
    "ses_softc_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566165120
    },
    "ses_types": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_type_t"
        }
      },
      "address": 0
    },
    "sesname": {
      "type": {
        "kind": "struct",
        "name": "sbuf"
      },
      "address": 0
    },
    "sess": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "session"
        }
      },
      "address": 0
    },
    "sess_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575464976
    },
    "sess_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575469280
    },
    "sess_replay": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "sessid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613291104
    },
    "session": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "session0": {
      "type": {
        "kind": "struct",
        "name": "session"
      },
      "address": 18446744071612533864
    },
    "session_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sessionid": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sestype": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_type_t"
        }
      },
      "address": 0
    },
    "set": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 0
    },
    "set_active_aux_mux_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580448080
    },
    "set_active_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571577952
    },
    "set_algo_inet6_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577110160
    },
    "set_algo_inet_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577099760
    },
    "set_and_calc_slave_port_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578970256
    },
    "set_arr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cf_setting_array"
        }
      },
      "address": 0
    },
    "set_attr_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "set_aux_mux_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580448176
    },
    "set_ci": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "set_cmd_delay_value": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580752
    },
    "set_cmd_err_inject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580608
    },
    "set_config": {
      "type": {
        "kind": "struct",
        "name": "hpt_iop_request_set_config"
      },
      "address": 0
    },
    "set_config_failed": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "set_configured_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571573680
    },
    "set_configured_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571572480
    },
    "set_configured_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571573040
    },
    "set_controller_command_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580447840
    },
    "set_core_nodump_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807120
    },
    "set_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "set_cputicker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575671456
    },
    "set_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "set_current_media": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568849952
    },
    "set_dac1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "set_dbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581399184
    },
    "set_dbregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582329696
    },
    "set_debug_cq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574416
    },
    "set_debug_eq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574896
    },
    "set_debug_mq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574176
    },
    "set_debug_wq_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571574656
    },
    "set_dump_loc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_set_dump_location_t"
        }
      },
      "address": 0
    },
    "set_eqd": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "oce_set_eqd"
        }
      },
      "address": 0
    },
    "set_fc_err_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "set_fib_algo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577099808
    },
    "set_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568751568
    },
    "set_filter_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568750336
    },
    "set_filter_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568750096
    },
    "set_font_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580858016
    },
    "set_fpcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581394768
    },
    "set_fpregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581396960
    },
    "set_fpregs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582329056
    },
    "set_hashfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568753728
    },
    "set_hca_cap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "set_hca_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579314672
    },
    "set_hena": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "set_i386_segbases": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582329952
    },
    "set_i8254_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581272320
    },
    "set_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "set_in": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "set_inject_drop_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579968
    },
    "set_inject_drop_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580288
    },
    "set_inject_drop_resp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580448
    },
    "set_inject_free_drop_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571580128
    },
    "set_interrupt_apic_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581338064
    },
    "set_l2t_idx": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "set_linkcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571575328
    },
    "set_loglevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571575136
    },
    "set_logmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571575040
    },
    "set_mcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581398416
    },
    "set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572748016
    },
    "set_mouse_pos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572714816
    },
    "set_mouse_resolution": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580455264
    },
    "set_mouse_sampling_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580455344
    },
    "set_mouse_scaling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580455424
    },
    "set_nat_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568764112
    },
    "set_nhop_gw_from_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577086960
    },
    "set_nodedb_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571576960
    },
    "set_normal_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580858320
    },
    "set_nv_wwn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571581600
    },
    "set_offload_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568890672
    },
    "set_out": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "set_palette": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580858848
    },
    "set_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_set_vlan_mode"
        }
      },
      "address": 0
    },
    "set_params__post_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568877840
    },
    "set_pcb_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422144
    },
    "set_pcb_flags_fsgsbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422176
    },
    "set_pcb_flags_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422128
    },
    "set_pcb_flags_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581422144
    },
    "set_pcpu_list": {
      "type": {
        "kind": "struct",
        "name": "elf_set_head"
      },
      "address": 18446744071612900168
    },
    "set_pfc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "set_phv_bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578997120
    },
    "set_phy_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568682128
    },
    "set_phy_vars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580762448
    },
    "set_port_ib_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579035888
    },
    "set_port_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571577344
    },
    "set_port_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579034448
    },
    "set_port_type.__set_sysinit_set_sym_set_port_type_mutex_sx_sysinit_sys_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610274424
    },
    "set_port_type.__set_sysuninit_set_sym_set_port_type_mutex_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610284504
    },
    "set_port_type.set_port_type_mutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613289816
    },
    "set_port_type.set_port_type_mutex_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610008376
    },
    "set_port_type.set_port_type_mutex_sx_sysinit_sys_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610008400
    },
    "set_port_type.set_port_type_mutex_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610008424
    },
    "set_port_type_mutex": {
      "type": {
        "kind": "struct",
        "name": "mutex_t"
      },
      "address": 18446744071613289816
    },
    "set_port_type_mutex_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071610008376
    },
    "set_port_type_mutex_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610008400
    },
    "set_port_type_mutex_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610008424
    },
    "set_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581395952
    },
    "set_regs32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582328528
    },
    "set_req_wwnn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571575904
    },
    "set_req_wwpn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571576432
    },
    "set_rootvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575889728
    },
    "set_segbases": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581533952
    },
    "set_segbases32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581534160
    },
    "set_segs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581391552
    },
    "set_sigset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "set_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "set_tcamfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568755808
    },
    "set_tcb_rpl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568946176
    },
    "set_tcb_rpl_handlers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610628240
    },
    "set_tgt_rscn_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579616
    },
    "set_tgt_rscn_period": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571579808
    },
    "set_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573764336
    },
    "set_timesync_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_set_timesync_params"
        }
      },
      "address": 0
    },
    "set_top_of_stack_td": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581558912
    },
    "set_user_ldt_rv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581549296
    },
    "set_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "set_vht_extchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577162288
    },
    "set_vnet_list": {
      "type": {
        "kind": "struct",
        "name": "elf_set_head"
      },
      "address": 18446744071612900184
    },
    "set_waketime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569148544
    },
    "setbasicrates.basic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585252896
    },
    "setbirthtime": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "setcurchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577291200
    },
    "setdf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "setfflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576599136
    },
    "setfmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576599424
    },
    "setfown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576600336
    },
    "setidt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581414880
    },
    "setjmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543072
    },
    "setmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "setnetconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579641376
    },
    "setnil": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "setnsize": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "setp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "__sigset_t"
        }
      },
      "address": 0
    },
    "setquota": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580048608
    },
    "setquota32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580047216
    },
    "setroot_task": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "task"
        }
      },
      "address": 0
    },
    "setrunnable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575639952
    },
    "sets": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cf_setting"
        }
      },
      "address": 0
    },
    "setsugid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505152
    },
    "setsym": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "settime": {
      "type": {
        "kind": "struct",
        "name": "xen_platform_op"
      },
      "address": 18446744071575697216
    },
    "settime.laststep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612809752
    },
    "settime.maxtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612809736
    },
    "settime_task_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575954448
    },
    "settings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "settle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421768
    },
    "setup": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "count": 24,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071585081648
    },
    "setupPowerSettings.tpcScaleReductionTable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584203128
    },
    "setup_allocindir_phase2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579870720
    },
    "setup_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "setup_fd_instance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577101024
    },
    "setup_linear": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "setup_memwin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568870960
    },
    "setup_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_queue_setup_params"
        }
      },
      "address": 0
    },
    "setup_pvt_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573778960
    },
    "setup_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "setup_time_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890672
    },
    "setup_time_filter_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890752
    },
    "setup_trunc_indir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579876112
    },
    "setup_virtual_area": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573858192
    },
    "setup_xen_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342576
    },
    "setuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580048688
    },
    "setuse32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580047936
    },
    "setutimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576601840
    },
    "setv": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "setx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sev_set": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "sev_str": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sev_str_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sexpireq": {
      "type": {
        "kind": "struct",
        "name": "secasvar_list"
      },
      "address": 0
    },
    "sf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sf1_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568983168
    },
    "sf1_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568982912
    },
    "sf_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_sf_cfg_cmd"
      },
      "address": 0
    },
    "sf_full_timeout": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584807072
    },
    "sf_full_timeout_def": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584807120
    },
    "sf_sec_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sff_8024_id": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585346112
    },
    "sfhandlers": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_80cecec29cf1f89c"
        }
      },
      "address": 18446744071587130400
    },
    "sfid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sfio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sf_io"
        }
      },
      "address": 0
    },
    "sfirst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sglist_seg"
        }
      },
      "address": 0
    },
    "sflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sflags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sfn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "selfd"
        }
      },
      "address": 0
    },
    "sfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ia32_sigframe"
        }
      },
      "address": 0
    },
    "sfp_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sfp_ascii": {
      "type": {
        "kind": "struct",
        "name": "xgbe_sfp_ascii"
      },
      "address": 0
    },
    "sfp_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sfp_cage_full": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sfp_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sfp_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sfp_eeprom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_sfp_eeprom"
        }
      },
      "address": 0
    },
    "sfp_extd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sfp_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sfp_stat": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sfp_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sfp_vpd_dump_buffer": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610790496
    },
    "sframe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "dc_desc"
        }
      },
      "address": 0
    },
    "sfrm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statfs"
        }
      },
      "address": 0
    },
    "sfsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statfs"
        }
      },
      "address": 0
    },
    "sfstat": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071612802128
    },
    "sfstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575579360
    },
    "sfstat_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609706768
    },
    "sfstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575579568
    },
    "sfunct": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sglist"
        }
      },
      "address": 0
    },
    "sg64s_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sg_buf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sg_busaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sg_chain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sgt_t"
        }
      },
      "address": 0
    },
    "sg_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sg_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "sg_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sg_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sg_length": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sg_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ips_sg_element_t"
        }
      },
      "address": 0
    },
    "sg_list_increment": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sg_list_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sg_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sg_map_node"
        }
      },
      "address": 0
    },
    "sg_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sg_pager.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sg_pager_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580077936
    },
    "sg_pager_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580078160
    },
    "sg_pager_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580078320
    },
    "sg_pager_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580078784
    },
    "sg_pager_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580078752
    },
    "sg_prefetch_align": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sg_prefetch_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sg_prefetch_cnt_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sg_processed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sg_split_status": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sg_split_status1": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sgc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_SGE_CHAIN32"
        }
      },
      "address": 0
    },
    "sgc_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sgd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sgt_t"
        }
      },
      "address": 0
    },
    "sgdig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sge64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_sg_entry64"
        }
      },
      "address": 0
    },
    "sge_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572103968
    },
    "sge_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_sw_rx_bd"
        }
      },
      "address": 0
    },
    "sge_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sge_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sge_dbg_reg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_debug_reg_data"
        }
      },
      "address": 0
    },
    "sge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572107504
    },
    "sge_devs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sge_type"
        }
      },
      "address": 0
    },
    "sge_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572112848
    },
    "sge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609113736
    },
    "sge_dwords": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sge_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sge_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572114912
    },
    "sge_idma_decode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "sge_idma_decode_nstates": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sge_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sge_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572111344
    },
    "sge_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572111152
    },
    "sge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572111024
    },
    "sge_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572113136
    },
    "sge_int1_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584733232
    },
    "sge_int2_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584733272
    },
    "sge_int3_details": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584733312
    },
    "sge_int3_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 0
    },
    "sge_int4_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584734152
    },
    "sge_int5_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584734192
    },
    "sge_int6_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584734232
    },
    "sge_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572111584
    },
    "sge_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568991872
    },
    "sge_intr_handler.sge_int1_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584733232
    },
    "sge_intr_handler.sge_int2_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584733272
    },
    "sge_intr_handler.sge_int3_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584733312
    },
    "sge_intr_handler.sge_int4_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734152
    },
    "sge_intr_handler.sge_int5_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734192
    },
    "sge_intr_handler.sge_int6_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734232
    },
    "sge_intr_handler.t6_sge_int3_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584733712
    },
    "sge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572109824
    },
    "sge_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sge_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sge_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584981968
    },
    "sge_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572108688
    },
    "sge_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572109072
    },
    "sge_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572108880
    },
    "sge_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572115312
    },
    "sge_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609113688
    },
    "sge_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609113664
    },
    "sge_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609113520
    },
    "sge_pio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_field"
        }
      },
      "address": 0
    },
    "sge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572103552
    },
    "sge_regs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "sge_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572109488
    },
    "sge_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572108416
    },
    "sge_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572112880
    },
    "sge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572108560
    },
    "sge_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sge_slow_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568639552
    },
    "sge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572110864
    },
    "sge_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572115760
    },
    "sge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572114336
    },
    "sge_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572108272
    },
    "sge_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sge_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572114976
    },
    "sge_timer_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568639168
    },
    "sge_timer_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568639760
    },
    "sge_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572117072
    },
    "sge_txq_reclaim_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568653120
    },
    "sges_in_segment": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sges_per_frame": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sgetrune": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575038144
    },
    "sgid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_scsi_sgl_t"
        }
      },
      "address": 0
    },
    "sgl_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sgl_d": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_sg_desc32"
        }
      },
      "address": 0
    },
    "sgl_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI25_IEEE_SGE_CHAIN64"
        }
      },
      "address": 0
    },
    "sgl_flits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sgl_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sgl_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_sgl_node"
        }
      },
      "address": 0
    },
    "sgl_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sgl_pair": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCU_SGL_ELEMENT_PAIR_T"
        }
      },
      "address": 0
    },
    "sgl_pair_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sgl_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sgl_ptr_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI25_IEEE_SGE_CHAIN64"
        }
      },
      "address": 0
    },
    "sgl_s": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_sg_desc32"
        }
      },
      "address": 0
    },
    "sglarg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_dmamap_load_arg_t"
        }
      },
      "address": 0
    },
    "sglen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sglist_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575966320
    },
    "sglist_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575966464
    },
    "sglist_append_bio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575967344
    },
    "sglist_append_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575968704
    },
    "sglist_append_mbuf_epg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575968016
    },
    "sglist_append_phys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575967856
    },
    "sglist_append_sglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575969088
    },
    "sglist_append_single_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575968896
    },
    "sglist_append_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575969424
    },
    "sglist_append_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575968944
    },
    "sglist_append_vmpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575967392
    },
    "sglist_build": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575969968
    },
    "sglist_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575970240
    },
    "sglist_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sglist_consume_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575969712
    },
    "sglist_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575965328
    },
    "sglist_count_mbuf_epg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575965680
    },
    "sglist_count_vmpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575965456
    },
    "sglist_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575966400
    },
    "sglist_join": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575970896
    },
    "sglist_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575970368
    },
    "sglist_slice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575971136
    },
    "sglist_split": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575970496
    },
    "sglp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sgls": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sgls_per_request": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sgp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sgpagerops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071585415224
    },
    "sgptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sgrowsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612910584
    },
    "sgsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sgt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sgt_t"
        }
      },
      "address": 0
    },
    "sgw": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "sh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sctphdr"
        }
      },
      "address": 0
    },
    "sha1.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sha1_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567002112
    },
    "sha1_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567004064
    },
    "sha1_pad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567002240
    },
    "sha1_result": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567004224
    },
    "sha1_step": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567002704
    },
    "sha1ctx": {
      "type": {
        "kind": "struct",
        "name": "SHA1_CTX"
      },
      "address": 0
    },
    "sha256c.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sha512c.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "shadbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "shadow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_ktable"
        }
      },
      "address": 0
    },
    "shadow_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shadow_num_connections": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059960
    },
    "shadow_ring": {
      "type": {
        "kind": "struct",
        "name": "netmap_ring"
      },
      "address": 0
    },
    "shareLongOffsets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "share_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shareable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shared": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "grant_entry_v1_t"
        }
      },
      "address": 18446744071612444344
    },
    "shared_ithread_routine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582259744
    },
    "shared_page_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575580144
    },
    "shared_page_alloc_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612802224
    },
    "shared_page_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575580352
    },
    "shared_page_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802280
    },
    "shared_page_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575581840
    },
    "shared_page_mapping": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612802216
    },
    "shared_page_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 18446744071612802272
    },
    "shared_page_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575580112
    },
    "sharedpage_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sharpflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Shdr"
        }
      },
      "address": 0
    },
    "shell_execsw": {
      "type": {
        "kind": "struct",
        "name": "execsw"
      },
      "address": 18446744071609618816
    },
    "shell_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609618792
    },
    "shell_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575089632
    },
    "shellmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609618752
    },
    "shft": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "shift": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "shiftAmount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "shift_param": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shift_val": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "shift_width": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "shifted": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "shiftedValues": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "shiftedValuesMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "shiftreg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "shifts": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "shinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "skb_shared_info"
        }
      },
      "address": 0
    },
    "shl_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582399344
    },
    "shl_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582400432
    },
    "shl_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582401536
    },
    "shm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmfd"
        }
      },
      "address": 0
    },
    "shm32_syscalls": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609766928
    },
    "shm_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576236880
    },
    "shm_add_seals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576233280
    },
    "shm_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576236176
    },
    "shm_allow_removed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609766512
    },
    "shm_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576230992
    },
    "shm_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576231184
    },
    "shm_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576230960
    },
    "shm_committed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613005352
    },
    "shm_copyin_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576238912
    },
    "shm_delete_mapping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576129072
    },
    "shm_dev_ino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613040920
    },
    "shm_dict_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613040872
    },
    "shm_dictionary": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_412de52ca0267531"
        }
      },
      "address": 18446744071613040912
    },
    "shm_dotruncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576235008
    },
    "shm_dotruncate_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576235120
    },
    "shm_dotruncate_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576239424
    },
    "shm_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576236640
    },
    "shm_fallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576233536
    },
    "shm_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576231632
    },
    "shm_fspacectl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576233680
    },
    "shm_get_seals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576233504
    },
    "shm_hash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613040904
    },
    "shm_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576236608
    },
    "shm_info": {
      "type": {
        "kind": "struct",
        "name": "shm_info"
      },
      "address": 0
    },
    "shm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576242800
    },
    "shm_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609781272
    },
    "shm_ino_unr": {
      "type": {
        "kind": "struct",
        "name": "unrhdr64"
      },
      "address": 18446744071613040832
    },
    "shm_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576239264
    },
    "shm_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576230192
    },
    "shm_largepage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576234976
    },
    "shm_largepage_phys_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576242688
    },
    "shm_largepage_phys_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576242704
    },
    "shm_largepage_phys_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576242576
    },
    "shm_largepage_phys_ops": {
      "type": {
        "kind": "struct",
        "name": "phys_pager_ops"
      },
      "address": 18446744071585189808
    },
    "shm_largepage_phys_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576242464
    },
    "shm_last_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005372
    },
    "shm_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576239152
    },
    "shm_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576241440
    },
    "shm_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576231856
    },
    "shm_nused": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005368
    },
    "shm_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "shm_ops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609780592
    },
    "shm_page_inserted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576243360
    },
    "shm_page_removed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576243424
    },
    "shm_pager_freespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576243296
    },
    "shm_partial_page_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576243488
    },
    "shm_prison_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576134048
    },
    "shm_prison_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576131984
    },
    "shm_prison_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576134288
    },
    "shm_prison_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576132208
    },
    "shm_prison_slot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613005376
    },
    "shm_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576229616
    },
    "shm_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576240192
    },
    "shm_remove_prison": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576237072
    },
    "shm_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576231440
    },
    "shm_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576230560
    },
    "shm_swap_pager_ops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071609781416
    },
    "shm_syscalls": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "syscall_helper_data"
        }
      },
      "address": 18446744071609766560
    },
    "shm_timestamp_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613040840
    },
    "shm_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576230080
    },
    "shm_unmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576242064
    },
    "shm_use_phys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005360
    },
    "shm_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576229760
    },
    "shmalloced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005364
    },
    "shmem": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "shmem2_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "shmem2_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "shmem_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "shmem_base_path": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "shmexit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576128784
    },
    "shmfd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmfd"
        }
      },
      "address": 0
    },
    "shmfd_pager_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609781264
    },
    "shmfork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576128448
    },
    "shmget_allocate_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576126928
    },
    "shmidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmid_ds"
        }
      },
      "address": 0
    },
    "shminfo": {
      "type": {
        "kind": "struct",
        "name": "shminfo"
      },
      "address": 18446744071609765136
    },
    "shmm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shm_mapping"
        }
      },
      "address": 0
    },
    "shmmap_s": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmmap_state"
        }
      },
      "address": 0
    },
    "shmseg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmid_kernel"
        }
      },
      "address": 0
    },
    "shmsegs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shmid_kernel"
        }
      },
      "address": 18446744071613005344
    },
    "shmunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576131792
    },
    "shortCal": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "shortPreamble": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "short_addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "short_cmd_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "short_field": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "short_input": {
      "type": {
        "kind": "struct",
        "name": "hwrm_short_input"
      },
      "address": 0
    },
    "short_iovec": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "short_preamble_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "short_scan": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "short_tries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "short_uio": {
      "type": {
        "kind": "struct",
        "name": "uio"
      },
      "address": 0
    },
    "shortage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shortfall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shortfall_cycle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shortpkt_old": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "should_deny": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "should_truncate": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "should_wake_paused": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "should_yield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575640160
    },
    "shouldflush": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "show_busybufs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802628
    },
    "show_domains": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "show_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "show_io": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612927288
    },
    "show_mappings": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "show_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575924224
    },
    "show_port_ib_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579036480
    },
    "show_port_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579035712
    },
    "showall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "showmesh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shown_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "showpass": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "showprocs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "showsta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "showvaps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfssessionhash"
        }
      },
      "address": 0
    },
    "shp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609707024
    },
    "shr_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582399552
    },
    "shr_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582400640
    },
    "shr_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582401744
    },
    "shsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "shstrindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "shstrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "shstrtab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "shuffle": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "shutdown": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612534129
    },
    "shutdown_conf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575590000
    },
    "shutdown_conf_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609709008
    },
    "shutdown_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756800
    },
    "shutdown_halt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575590144
    },
    "shutdown_in_progress": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823268
    },
    "shutdown_nice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575585168
    },
    "shutdown_nice_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609709056
    },
    "shutdown_nice_task_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575590464
    },
    "shutdown_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579308336
    },
    "shutdown_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575590224
    },
    "shutdown_resettodr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575450288
    },
    "shutdown_target_wqe_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571245952
    },
    "shutdown_trace": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612534128
    },
    "shutdown_trace_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534168
    },
    "si": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "si2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "si32": {
      "type": {
        "kind": "struct",
        "name": "siginfo32"
      },
      "address": 0
    },
    "si_license": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609227679
    },
    "si_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578867312
    },
    "si_product": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609227648
    },
    "si_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 0
    },
    "si_stop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 0
    },
    "si_version": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609227671
    },
    "sib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msi_intsrc"
        }
      },
      "address": 0
    },
    "sibdir": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sibling": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "sid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sid_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "sifs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sig32": {
      "type": {
        "kind": "struct",
        "name": "sigevent32"
      },
      "address": 0
    },
    "sig_ast_checksusp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575621824
    },
    "sig_ast_needsigchk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575621856
    },
    "sig_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sig_drop_caught": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575597248
    },
    "sig_event": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sig_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609710576
    },
    "sig_hash": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sig_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575622240
    },
    "sig_sleepq_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575617136
    },
    "sig_suspend_threads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575618240
    },
    "sigacts_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575625168
    },
    "sigacts_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575625408
    },
    "sigacts_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575625264
    },
    "sigacts_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575625360
    },
    "sigacts_shared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575625568
    },
    "sigallowstop_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575621632
    },
    "sigchk_period": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sigdeferstop_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575621392
    },
    "sigdet": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sigev_findtd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575616304
    },
    "sigexit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575602432
    },
    "sigfastblock_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575626112
    },
    "sigfastblock_fetch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575601712
    },
    "sigfastblock_fetch_always": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209580
    },
    "sigfastblock_resched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575625936
    },
    "siginfo": {
      "type": {
        "kind": "struct",
        "name": "siginfo32"
      },
      "address": 0
    },
    "siginfo_to_siginfo32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566192288
    },
    "siginit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575596688
    },
    "sigio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigio"
        }
      },
      "address": 0
    },
    "sigio_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612536416
    },
    "siglen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sigma": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sigmask": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "sign": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sign_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "signal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "signal_alloc_fail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807108
    },
    "signal_overflow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807104
    },
    "signal_parent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "signal_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609711736
    },
    "signal_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "signal_vt_acq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572744320
    },
    "signal_vt_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572744128
    },
    "signature": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "signature_fis": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATA_FIS_REG_D2H_T"
        }
      },
      "address": 0
    },
    "signed_val": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "signo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "signotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575594832
    },
    "signum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sigonstack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575595056
    },
    "sigp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigevent"
        }
      },
      "address": 0
    },
    "sigpending": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "sigproptbl": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585177648
    },
    "sigqueue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigqueue_t"
        }
      },
      "address": 0
    },
    "sigqueue_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575616624
    },
    "sigqueue_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575592032
    },
    "sigqueue_delete_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575592288
    },
    "sigqueue_delete_set_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575592352
    },
    "sigqueue_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591856
    },
    "sigqueue_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575601952
    },
    "sigqueue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591632
    },
    "sigqueue_move_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575627920
    },
    "sigqueue_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575626400
    },
    "sigqueue_take": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575591712
    },
    "sigsetmasked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574699136
    },
    "sii_meta_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574988720
    },
    "sii_meta_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574989088
    },
    "siis.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "siis_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572119664
    },
    "siis_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572117840
    },
    "siis_begin_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572132272
    },
    "siis_ch_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572120352
    },
    "siis_ch_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572122112
    },
    "siis_ch_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572123040
    },
    "siis_ch_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572125568
    },
    "siis_ch_intr_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572123232
    },
    "siis_ch_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572125296
    },
    "siis_ch_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572120320
    },
    "siis_ch_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572122864
    },
    "siis_ch_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572122544
    },
    "siis_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572120096
    },
    "siis_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572119120
    },
    "siis_dmafini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572125424
    },
    "siis_dmasetprd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572133152
    },
    "siis_dmasetupc_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572125392
    },
    "siis_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609114312
    },
    "siis_end_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572126816
    },
    "siis_execute_transaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572133440
    },
    "siis_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572120144
    },
    "siis_ids": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_79b6861666e2cb77"
        }
      },
      "address": 18446744071584982400
    },
    "siis_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572120160
    },
    "siis_issue_recovery": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572131136
    },
    "siis_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584982192
    },
    "siis_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609114264
    },
    "siis_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609114240
    },
    "siis_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609113968
    },
    "siis_portinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572130784
    },
    "siis_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572119584
    },
    "siis_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572117520
    },
    "siis_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572119872
    },
    "siis_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572129024
    },
    "siis_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572119424
    },
    "siis_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572119920
    },
    "siis_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572119344
    },
    "siis_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572120032
    },
    "siis_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572132560
    },
    "siisaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572123392
    },
    "siisch_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609114464
    },
    "siisch_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584982592
    },
    "siisch_siis_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609114416
    },
    "siisch_siis_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609114392
    },
    "siisch_siismodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609114088
    },
    "siispoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572125264
    },
    "silence": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "silent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "silent_page": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sili_blocksize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_sim"
        }
      },
      "address": 0
    },
    "sim2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_sim"
        }
      },
      "address": 0
    },
    "simode0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "simode1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "simode3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "simple_attr_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925952
    },
    "simple_attr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578926160
    },
    "simple_attr_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578926128
    },
    "simple_attr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578926736
    },
    "simplex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "sin4": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "sin6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 18446744071609971844
    },
    "sin6_copy": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "sin6_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "sin6_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "sin_2phi_1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sin_2phi_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sin_brd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "sin_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "sindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sinfo2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "single": {
      "type": {
        "kind": "struct",
        "name": "vcpu_set_singleshot_timer"
      },
      "address": 0
    },
    "singleSegment": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "singleStream": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "single_msix": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "single_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925920
    },
    "single_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925088
    },
    "single_open_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925296
    },
    "single_pcm": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "single_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925648
    },
    "single_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925904
    },
    "single_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578925936
    },
    "single_user": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "singlemul": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534472
    },
    "singlethreaded": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "sinp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "sint": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sintrcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610166400
    },
    "sintrnames": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610166408
    },
    "sio_speeds": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "sip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufs2_dinode"
        }
      },
      "address": 0
    },
    "sip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_hdr"
        }
      },
      "address": 0
    },
    "siphash": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "siphash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "siphash_test.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sipp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 0
    },
    "siref": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sis_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572134704
    },
    "sis_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572145728
    },
    "sis_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572138496
    },
    "sis_devs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sis_type"
        }
      },
      "address": 18446744071584982992
    },
    "sis_disable_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582285616
    },
    "sis_disable_intx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582285536
    },
    "sis_disable_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582285008
    },
    "sis_dma_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572145936
    },
    "sis_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572146192
    },
    "sis_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609114848
    },
    "sis_eeprom_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572142336
    },
    "sis_enable_intx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582285072
    },
    "sis_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572149280
    },
    "sis_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572143904
    },
    "sis_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572143712
    },
    "sis_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572143584
    },
    "sis_initl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572147136
    },
    "sis_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572144080
    },
    "sis_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572142640
    },
    "sis_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584982832
    },
    "sis_mii_bitbang_ops": {
      "type": {
        "kind": "struct",
        "name": "mii_bitbang_ops"
      },
      "address": 18446744071584983056
    },
    "sis_mii_bitbang_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572151120
    },
    "sis_mii_bitbang_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572151168
    },
    "sis_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572140080
    },
    "sis_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572140752
    },
    "sis_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572140480
    },
    "sis_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572149616
    },
    "sis_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609114800
    },
    "sis_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609114776
    },
    "sis_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609114632
    },
    "sis_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572134416
    },
    "sis_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572141760
    },
    "sis_res_spec": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071609114896
    },
    "sis_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572141536
    },
    "sis_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572139904
    },
    "sis_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572146224
    },
    "sis_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572139104
    },
    "sis_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572143424
    },
    "sis_startl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572149952
    },
    "sis_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572148608
    },
    "sis_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572139120
    },
    "sis_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572149392
    },
    "sis_write_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572149104
    },
    "sist": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sit_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sitd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ehci_sitd_t"
        }
      },
      "address": 0
    },
    "sitd_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sitd_portaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "siu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_status_iu_header"
        }
      },
      "address": 0
    },
    "sixpack_magic": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "siz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "siz2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "size2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "size64": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size72": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sizeCurrVpdTable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sizeU32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size_bin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "size_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size_exp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size_max": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "size_mb": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size_of_data_to_be_processed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "size_read": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "size_remaining": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "size_res": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "size_to_go": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sizearg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "sizep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "sizepb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sizeptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sizes": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "sizeup": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sizp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "sjob": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kaiocb"
        }
      },
      "address": 0
    },
    "sjobn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kaiocb"
        }
      },
      "address": 0
    },
    "sk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_state_key"
        }
      },
      "address": 0
    },
    "sk_add_maddr_genesis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572165728
    },
    "sk_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572173520
    },
    "sk_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sk_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572176672
    },
    "sk_devs": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sk_type"
        }
      },
      "address": 18446744071584983536
    },
    "sk_dma_jumbo_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572180576
    },
    "sk_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572180544
    },
    "sk_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609115704
    },
    "sk_hash_maddr_yukon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572173376
    },
    "sk_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572180480
    },
    "sk_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572180288
    },
    "sk_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572180144
    },
    "sk_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572167792
    },
    "sk_init_xmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572162560
    },
    "sk_init_yukon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572170864
    },
    "sk_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572155392
    },
    "sk_intr_bcom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572159312
    },
    "sk_intr_xmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572158800
    },
    "sk_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572178848
    },
    "sk_jumbo_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572160992
    },
    "sk_jumbo_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572156688
    },
    "sk_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584983680
    },
    "sk_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572177584
    },
    "sk_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572178512
    },
    "sk_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572178048
    },
    "sk_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572161360
    },
    "sk_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572173440
    },
    "sk_res_spec_io": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071609115584
    },
    "sk_res_spec_mem": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071609115536
    },
    "sk_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572154688
    },
    "sk_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572157520
    },
    "sk_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572180848
    },
    "sk_rxfilter_genesis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572165216
    },
    "sk_rxfilter_yukon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572172944
    },
    "sk_skc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609115656
    },
    "sk_skc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609115632
    },
    "sk_skcmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609115240
    },
    "sk_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572179968
    },
    "sk_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572159856
    },
    "sk_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572166016
    },
    "sk_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572161792
    },
    "sk_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572158352
    },
    "sk_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572172752
    },
    "sk_xmac_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572162256
    },
    "sk_xmac_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572164864
    },
    "sk_yukon_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572172656
    },
    "skb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sk_buff"
        }
      },
      "address": 0
    },
    "skc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572151632
    },
    "skc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572153760
    },
    "skc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609115480
    },
    "skc_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572154576
    },
    "skc_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584983408
    },
    "skc_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609115432
    },
    "skc_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609115408
    },
    "skc_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609115168
    },
    "skc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572151232
    },
    "skc_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572154160
    },
    "skc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572154416
    },
    "skc_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572153952
    },
    "skein.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "skein_block.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "skey": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "skip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "skip0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "skipSize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "skip_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "skip_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "skip_dtim": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "skip_entity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569066592
    },
    "skip_gpm": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "skip_jtag_interfaces": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609435312
    },
    "skip_lro": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "skip_pre_post": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "skipcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "skipflags": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585254944
    },
    "skippableContentSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "skippableFrameSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "skippableHeaderSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "skippableSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "skipped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "skips": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "skrs": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_state_key"
        }
      },
      "address": 0
    },
    "skt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_state_key"
        }
      },
      "address": 0
    },
    "sku": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "skw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_state_key"
        }
      },
      "address": 0
    },
    "skyhawk_linkcfg_map": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_skyhawk_linkcfg_map_t"
        }
      },
      "address": 18446744071584034960
    },
    "skz63": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "svc_loss_callout"
        }
      },
      "address": 0
    },
    "sl0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "slcompress"
        }
      },
      "address": 0
    },
    "sl_compress_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577151840
    },
    "sl_compress_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577152096
    },
    "sl_uncompress_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577153488
    },
    "sl_uncompress_tcp_core": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577153648
    },
    "slab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_hash_slab"
        }
      },
      "address": 0
    },
    "slab_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609088352
    },
    "slabs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slabsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slabzones": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "uma_zone"
          }
        }
      },
      "address": 18446744071613298976
    },
    "slackSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "slash_prefixed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "slave": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slave_cap_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slave_caps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slave_eq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_slave_event_eq"
        }
      },
      "address": 0
    },
    "slave_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578971344
    },
    "slave_gid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slave_node_guid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "slave_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slave_read": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slave_st": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_slave_state"
        }
      },
      "address": 0
    },
    "slave_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_slave_state"
        }
      },
      "address": 0
    },
    "slaveaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "slaves_port": {
      "type": {
        "kind": "struct",
        "name": "mlx4_slaves_pport"
      },
      "address": 0
    },
    "slaves_port1": {
      "type": {
        "kind": "struct",
        "name": "mlx4_slaves_pport"
      },
      "address": 0
    },
    "slaves_port2": {
      "type": {
        "kind": "struct",
        "name": "mlx4_slaves_pport"
      },
      "address": 0
    },
    "slaves_port_1_2": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "slaves_pport": {
      "type": {
        "kind": "struct",
        "name": "mlx4_slaves_pport"
      },
      "address": 0
    },
    "slaves_pport_actv": {
      "type": {
        "kind": "struct",
        "name": "mlx4_slaves_pport"
      },
      "address": 0
    },
    "slba": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "slcompress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sldt": {
      "type": {
        "kind": "struct",
        "name": "soft_segment_descriptor"
      },
      "address": 0
    },
    "sleep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleep_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sleep_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleep_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleep_ms": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sleep_ratio": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sleep_reason": {
      "type": {
        "kind": "enum",
        "name": "unnamed_6d0742ea47176516"
      },
      "address": 0
    },
    "sleep_result": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleep_stat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleep_state": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sleep_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleep_total": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleep_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sleeping": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleeping_on_old_rtc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575669520
    },
    "sleepinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641264
    },
    "sleepinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714320
    },
    "sleeplk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575398192
    },
    "sleepq_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575977168
    },
    "sleepq_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575972112
    },
    "sleepq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575971776
    },
    "sleepq_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575976576
    },
    "sleepq_catch_signals": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575973872
    },
    "sleepq_chains": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sleepqueue_chain"
        }
      },
      "address": 18446744071612927360
    },
    "sleepq_chains_remove_matching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575977440
    },
    "sleepq_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sleepq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575971808
    },
    "sleepq_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575971696
    },
    "sleepq_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575971840
    },
    "sleepq_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575971936
    },
    "sleepq_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575972000
    },
    "sleepq_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575976848
    },
    "sleepq_remove_matching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575976720
    },
    "sleepq_remove_nested": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575975264
    },
    "sleepq_remove_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575975536
    },
    "sleepq_resume_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575976176
    },
    "sleepq_sbuf_print_stacks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575977904
    },
    "sleepq_set_timeout_sbt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575972576
    },
    "sleepq_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575975856
    },
    "sleepq_sleepcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575973088
    },
    "sleepq_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575973216
    },
    "sleepq_timedwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575974928
    },
    "sleepq_timedwait_sig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575975056
    },
    "sleepq_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575972832
    },
    "sleepq_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575975184
    },
    "sleepq_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575973168
    },
    "sleepq_wait_sig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575973840
    },
    "sleepq_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612992896
    },
    "sleeps": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "slept": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_t"
        }
      },
      "address": 0
    },
    "sli4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_t"
        }
      },
      "address": 0
    },
    "sli4.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sli4_asic_table": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sli4_asic_entry_t"
        }
      },
      "address": 18446744071609088368
    },
    "sli4_cmd_lowlevel_set_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571346064
    },
    "sli4_fw_deinitialize": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584904800
    },
    "sli4_fw_initialize": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584904792
    },
    "sli_abort_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571377488
    },
    "sli_bmbx_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571338224
    },
    "sli_calc_max_qentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571350928
    },
    "sli_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571359680
    },
    "sli_cmd_common_create_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571362688
    },
    "sli_cmd_common_create_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571362288
    },
    "sli_cmd_common_create_mq_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571363888
    },
    "sli_cmd_common_delete_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571346688
    },
    "sli_cmd_common_destroy_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571367712
    },
    "sli_cmd_common_destroy_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571367616
    },
    "sli_cmd_common_destroy_mq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571367808
    },
    "sli_cmd_common_get_active_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571348384
    },
    "sli_cmd_common_get_cntl_addl_attributes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571390320
    },
    "sli_cmd_common_get_cntl_attributes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571390128
    },
    "sli_cmd_common_get_port_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571390512
    },
    "sli_cmd_common_get_profile_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571347632
    },
    "sli_cmd_common_get_profile_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571348144
    },
    "sli_cmd_common_get_reconfig_link_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571348592
    },
    "sli_cmd_common_get_resource_extent_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571346256
    },
    "sli_cmd_common_get_sli4_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571346352
    },
    "sli_cmd_common_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571346160
    },
    "sli_cmd_common_read_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571346832
    },
    "sli_cmd_common_read_transceiver_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341184
    },
    "sli_cmd_common_set_active_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571348464
    },
    "sli_cmd_common_set_dump_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571347248
    },
    "sli_cmd_common_set_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571347472
    },
    "sli_cmd_common_set_profile_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571347856
    },
    "sli_cmd_common_set_reconfig_link_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571348848
    },
    "sli_cmd_common_write_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571346432
    },
    "sli_cmd_config_auto_xfer_rdy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571345888
    },
    "sli_cmd_config_auto_xfer_rdy_hp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571345952
    },
    "sli_cmd_config_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341008
    },
    "sli_cmd_dmtf_exec_clp_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571347088
    },
    "sli_cmd_down_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341056
    },
    "sli_cmd_dump_type4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341104
    },
    "sli_cmd_fcoe_post_hdr_templates": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571376704
    },
    "sli_cmd_fcoe_post_sgl_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571375088
    },
    "sli_cmd_fcoe_read_fcf_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571376480
    },
    "sli_cmd_fcoe_rediscover_fcf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571377376
    },
    "sli_cmd_fcoe_rq_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571375632
    },
    "sli_cmd_fcoe_rq_create_v1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571376080
    },
    "sli_cmd_fcoe_rq_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571368000
    },
    "sli_cmd_fcoe_wq_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571364336
    },
    "sli_cmd_fcoe_wq_create_v1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571364624
    },
    "sli_cmd_fcoe_wq_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571367904
    },
    "sli_cmd_init_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341920
    },
    "sli_cmd_init_vfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571342592
    },
    "sli_cmd_init_vpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571342736
    },
    "sli_cmd_post_xri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571342800
    },
    "sli_cmd_read_link_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341760
    },
    "sli_cmd_read_nvparms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571342976
    },
    "sli_cmd_read_sparm64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571343120
    },
    "sli_cmd_read_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341856
    },
    "sli_cmd_read_topology": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571343328
    },
    "sli_cmd_reg_fcfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571343504
    },
    "sli_cmd_reg_fcfi_mrq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571344016
    },
    "sli_cmd_reg_rpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571344672
    },
    "sli_cmd_reg_vfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571344848
    },
    "sli_cmd_reg_vpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571345120
    },
    "sli_cmd_release_xri": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571342912
    },
    "sli_cmd_sli_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571341536
    },
    "sli_cmd_unreg_fcfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571345280
    },
    "sli_cmd_unreg_rpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571345344
    },
    "sli_cmd_unreg_vfi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571345600
    },
    "sli_cmd_unreg_vpi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571345744
    },
    "sli_cmd_write_nvparms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571343024
    },
    "sli_common_function_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571389552
    },
    "sli_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_sli_config_t"
        }
      },
      "address": 0
    },
    "sli_config_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_hdr_t"
        }
      },
      "address": 0
    },
    "sli_config_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sli_cq_alloc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571365200
    },
    "sli_cq_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571372112
    },
    "sli_cqe_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571349024
    },
    "sli_cqe_mq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571340864
    },
    "sli_dump_bmbx_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571339600
    },
    "sli_dump_is_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571374272
    },
    "sli_dump_is_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571373584
    },
    "sli_els_request64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571377824
    },
    "sli_eq_modify_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571360960
    },
    "sli_eq_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571371872
    },
    "sli_fc_cqe_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571372512
    },
    "sli_fc_els_did": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571386768
    },
    "sli_fc_ext_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571386816
    },
    "sli_fc_get_rpi_requirements": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571389504
    },
    "sli_fc_get_status_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571387952
    },
    "sli_fc_get_status_string.lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584905824
    },
    "sli_fc_io_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571386752
    },
    "sli_fc_process_fcoe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571349840
    },
    "sli_fc_process_link_attention": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571350288
    },
    "sli_fc_process_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571349408
    },
    "sli_fc_response_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571386736
    },
    "sli_fc_rq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571388016
    },
    "sli_fc_rq_set_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571388448
    },
    "sli_fc_rqe_rqid_and_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571386864
    },
    "sli_fcp_cont_treceive64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571381888
    },
    "sli_fcp_icmnd64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571379200
    },
    "sli_fcp_iread64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571379728
    },
    "sli_fcp_iwrite64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571380384
    },
    "sli_fcp_treceive64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571381056
    },
    "sli_fcp_trsp64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571382032
    },
    "sli_fcp_tsend64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571382544
    },
    "sli_fw_error_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571340144
    },
    "sli_fw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571352992
    },
    "sli_fw_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571374784
    },
    "sli_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571358736
    },
    "sli_gen_request64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571383344
    },
    "sli_get_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571353760
    },
    "sli_get_max_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571251872
    },
    "sli_get_queue_entry_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571351136
    },
    "sli_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571358128
    },
    "sli_intf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sli_link_is_configurable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571375056
    },
    "sli_persist_topology_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571358096
    },
    "sli_queue_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571361536
    },
    "sli_queue_arm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571368976
    },
    "sli_queue_eq_arm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571368672
    },
    "sli_queue_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571366688
    },
    "sli_queue_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571371056
    },
    "sli_queue_is_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571368336
    },
    "sli_queue_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571270000
    },
    "sli_queue_poke": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571371088
    },
    "sli_queue_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571370288
    },
    "sli_queue_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571368096
    },
    "sli_queue_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571270080
    },
    "sli_queue_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571370096
    },
    "sli_raise_ue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571373040
    },
    "sli_reg_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571338016
    },
    "sli_reg_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571338128
    },
    "sli_request_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571353520
    },
    "sli_requeue_xri_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571384752
    },
    "sli_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571358400
    },
    "sli_reset_required": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571374560
    },
    "sli_resource_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571371408
    },
    "sli_resource_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571371616
    },
    "sli_resource_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571371760
    },
    "sli_send_frame_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571383920
    },
    "sli_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571351360
    },
    "sli_sliport_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571389904
    },
    "sli_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571359072
    },
    "sli_wwnn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sli_wwpn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sli_xmit_bcast64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571384896
    },
    "sli_xmit_bls_rsp64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571385296
    },
    "sli_xmit_els_rsp64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571386096
    },
    "sli_xmit_sequence64_wqe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571384224
    },
    "slice": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slice_count": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "slice_num": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "slice_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slice_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_flashmap_slice"
        }
      },
      "address": 0
    },
    "slicep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "slicer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "slices": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slide": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slide_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576689088
    },
    "slim": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sliport_err1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sliport_err2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sliport_semaphore": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sliport_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_SLIT"
        }
      },
      "address": 18446744071613402344
    },
    "slit_physaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "slop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slope": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slot_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "slot_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slot_normalized": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slot_position": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slot_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572074144
    },
    "slot_sprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572091344
    },
    "slot_sta": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "slot_time": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "slotcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotfreespace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slotn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotneeded": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotoffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slots_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slots_remaining": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slots_required": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slotsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotstart": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slotstatus": {
      "type": {
        "kind": "enum",
        "name": "unnamed_daa7fc94b3f19f41"
      },
      "address": 0
    },
    "slottime": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "slow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slowLink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ng_ppp_link"
        }
      },
      "address": 0
    },
    "slp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "synclist"
        }
      },
      "address": 0
    },
    "slp_ival": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slp_state": {
      "type": {
        "kind": "enum",
        "name": "acpi_sleep_state"
      },
      "address": 0
    },
    "slpa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slpb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slpflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slpflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slptick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slptime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slptimeo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "slt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "slun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sm": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "smHash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sm_attach_mouse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572766512
    },
    "sm_event": {
      "type": {
        "kind": "enum",
        "name": "unnamed_865e9f344b1df9e1"
      },
      "address": 0
    },
    "sm_inter_xdr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sm_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_syncmember"
        }
      },
      "address": 0
    },
    "smac": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "smac_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "smac_ix": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "small": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "small_signal_gain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "small_sops": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sembuf"
        }
      },
      "address": 0
    },
    "smalldata": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "smallerPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "smallgroups": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "smap": {
      "type": {
        "kind": "struct",
        "name": "bios_smap_xattr"
      },
      "address": 0
    },
    "smap_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581424000
    },
    "smapattr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "smapbase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bios_smap"
        }
      },
      "address": 0
    },
    "smapend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bios_smap"
        }
      },
      "address": 0
    },
    "smapsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "smart_ant": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "smartpqi_adjust_queue_depth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582222848
    },
    "smartpqi_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582227440
    },
    "smartpqi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582264912
    },
    "smartpqi_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_cam_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582224016
    },
    "smartpqi_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610209120
    },
    "smartpqi_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582263504
    },
    "smartpqi_cmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582266624
    },
    "smartpqi_discovery.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_event.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_helper.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_intr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582263520
    },
    "smartpqi_ioctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_lunrescan_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582228480
    },
    "smartpqi_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_mem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_misc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582263488
    },
    "smartpqi_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610212136
    },
    "smartpqi_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610212088
    },
    "smartpqi_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610212064
    },
    "smartpqi_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610212000
    },
    "smartpqi_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582227376
    },
    "smartpqi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582264848
    },
    "smartpqi_queue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_response.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582266960
    },
    "smartpqi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582266992
    },
    "smartpqi_sis.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582266928
    },
    "smartpqi_tag.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smartpqi_target_rescan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582222272
    },
    "smask": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr"
        }
      },
      "address": 0
    },
    "smatches": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tokmatch_t"
        }
      },
      "address": 18446744071584903456
    },
    "smb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smb"
        }
      },
      "address": 0
    },
    "smb_block_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "smb_intr_details": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584737456
    },
    "smb_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568993504
    },
    "smb_intr_handler.smb_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737456
    },
    "smb_intr_handler.smb_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584737520
    },
    "smb_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584737520
    },
    "smbat_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608333488
    },
    "smbat_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610618880
    },
    "smbat_sxlock_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071608333328
    },
    "smbat_sxlock_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332960
    },
    "smbat_sxlock_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608332984
    },
    "smbdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "smbios.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smbios_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572181664
    },
    "smbios_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572181936
    },
    "smbios_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609116048
    },
    "smbios_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572181024
    },
    "smbios_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584983808
    },
    "smbios_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572180880
    },
    "smbios_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609116000
    },
    "smbios_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609115976
    },
    "smbios_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609115888
    },
    "smbios_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572181376
    },
    "smbios_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smcphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smcphy80220_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584857712
    },
    "smcphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570324688
    },
    "smcphy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570325792
    },
    "smcphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608512456
    },
    "smcphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584857736
    },
    "smcphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584857584
    },
    "smcphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608512408
    },
    "smcphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608512384
    },
    "smcphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608512344
    },
    "smcphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570324656
    },
    "smcphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570326080
    },
    "smcphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570324784
    },
    "smcphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570325312
    },
    "smcphys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584857664
    },
    "smdev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572766960
    },
    "smdev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572766976
    },
    "smdev_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572767376
    },
    "smdev_ttydevsw": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609235920
    },
    "smid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "smmon": {
      "type": {
        "kind": "struct",
        "name": "mon"
      },
      "address": 0
    },
    "smmonid": {
      "type": {
        "kind": "struct",
        "name": "mon_id"
      },
      "address": 0
    },
    "smoother": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smoother_t"
        }
      },
      "address": 0
    },
    "smp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ib_smp"
        }
      },
      "address": 0
    },
    "smp_after_idle_runnable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581341216
    },
    "smp_after_idle_runnable_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169176
    },
    "smp_all.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smp_cache_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581433328
    },
    "smp_cmd_table": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "smp_cmd_table_entry"
        }
      },
      "address": 18446744071608288896
    },
    "smp_command_decode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566185600
    },
    "smp_command_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566185504
    },
    "smp_command_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566185824
    },
    "smp_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609746488
    },
    "smp_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "smp_device_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "smp_disabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612992912
    },
    "smp_discover": {
      "type": {
        "kind": "struct",
        "name": "SMP_REQUEST_T"
      },
      "address": 18446744071566188640
    },
    "smp_error_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566185440
    },
    "smp_error_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566186272
    },
    "smp_error_table": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "smp_error_table_entry"
        }
      },
      "address": 18446744071584041872
    },
    "smp_io_request_cb_get_allocated_response_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581059312
    },
    "smp_io_request_cb_get_frame_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581059280
    },
    "smp_io_request_cb_get_function": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581059248
    },
    "smp_io_request_cb_get_request_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581059200
    },
    "smp_ipi_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612993120
    },
    "smp_masked_invlpg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581433264
    },
    "smp_masked_invlpg_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581433296
    },
    "smp_masked_invltlb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581432224
    },
    "smp_no_rendezvous_barrier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575981648
    },
    "smp_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "smp_phy_being_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "smp_phy_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566188896
    },
    "smp_phy_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "smp_remote_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "smp_rendezvous": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575982208
    },
    "smp_rendezvous_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575981392
    },
    "smp_rendezvous_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575981664
    },
    "smp_rendezvous_cpus_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575987456
    },
    "smp_rendezvous_cpus_retry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575987072
    },
    "smp_report_general": {
      "type": {
        "kind": "struct",
        "name": "SMP_REQUEST_T"
      },
      "address": 18446744071566188528
    },
    "smp_report_general_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566186496
    },
    "smp_report_manuf_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566188784
    },
    "smp_report_manuf_info_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566187856
    },
    "smp_report_manufacturer_info": {
      "type": {
        "kind": "struct",
        "name": "SMP_REQUEST_T"
      },
      "address": 0
    },
    "smp_request": {
      "type": {
        "kind": "struct",
        "name": "SMP_REQUEST_T"
      },
      "address": 0
    },
    "smp_request_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "smp_response": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SMP_RESPONSE_T"
        }
      },
      "address": 0
    },
    "smp_response_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "smp_rv_action_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612992968
    },
    "smp_rv_func_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071612992952
    },
    "smp_rv_ncpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612992944
    },
    "smp_rv_setup_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612992960
    },
    "smp_rv_teardown_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612992976
    },
    "smp_rv_waiters": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071612992928
    },
    "smp_started": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612992920
    },
    "smp_targeted_tlb_shootdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581432256
    },
    "smp_threads_per_core": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609746608
    },
    "smp_tlb_addr1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "smp_tlb_addr2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "smp_tlb_gen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "smp_tlb_op": {
      "type": {
        "kind": "enum",
        "name": "invl_op_codes"
      },
      "address": 0
    },
    "smp_tlb_pmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pmap"
        }
      },
      "address": 0
    },
    "smp_topo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575982272
    },
    "smp_topo.top": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612993152
    },
    "smp_topo_1level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575983792
    },
    "smp_topo_2level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575984192
    },
    "smp_topo_addleaf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575985344
    },
    "smp_topo_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575985248
    },
    "smp_topo_alloc.group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612993168
    },
    "smp_topo_alloc.index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612993176
    },
    "smp_topo_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575984592
    },
    "smp_topo_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575986352
    },
    "smp_topo_none": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575984032
    },
    "smp_topology": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612992916
    },
    "smp_tsc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613453964
    },
    "smp_tsc_adjust": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613453904
    },
    "smr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smr"
        }
      },
      "address": 0
    },
    "smr_advance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575990656
    },
    "smr_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991424
    },
    "smr_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991632
    },
    "smr_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577696992
    },
    "smr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991712
    },
    "smr_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575990992
    },
    "smr_shared_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612993840
    },
    "smr_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612993848
    },
    "smram": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "smrd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_syncmember"
        }
      },
      "address": 0
    },
    "sms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_mode_sense_6"
        }
      },
      "address": 0
    },
    "smscphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "smscphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570326544
    },
    "smscphy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570327616
    },
    "smscphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608512664
    },
    "smscphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584857888
    },
    "smscphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584857760
    },
    "smscphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608512616
    },
    "smscphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608512592
    },
    "smscphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608512552
    },
    "smscphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570326512
    },
    "smscphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570326608
    },
    "smscphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570327136
    },
    "smscphys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584857840
    },
    "smstat": {
      "type": {
        "kind": "struct",
        "name": "sm_stat"
      },
      "address": 0
    },
    "smt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smt_data"
        }
      },
      "address": 0
    },
    "smt_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "smt_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "smtidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "smute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "smwr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_syncmember"
        }
      },
      "address": 0
    },
    "sn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "snapdata"
        }
      },
      "address": 0
    },
    "sn_buf": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sn_reason": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_pipe_adapter"
        }
      },
      "address": 0
    },
    "sname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "snames": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584112032
    },
    "snap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "snapacct_ufs1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579818496
    },
    "snapacct_ufs2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579818864
    },
    "snapblklist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "snapfree": {
      "type": {
        "kind": "struct",
        "name": "unnamed_02fad2720b53cb6d"
      },
      "address": 18446744071613296912
    },
    "snapfree_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613296920
    },
    "snaplistsize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "snaploc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "snapshot": {
      "type": {
        "kind": "struct",
        "name": "ck_ht_entry"
      },
      "address": 0
    },
    "snd": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "snd_afmt2str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572454112
    },
    "snd_c2unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184512
    },
    "snd_c_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609116116
    },
    "snd_chn_to_oss": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585020416
    },
    "snd_clone_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572183120
    },
    "snd_clone_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572183408
    },
    "snd_clone_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182160
    },
    "snd_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572181984
    },
    "snd_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572183024
    },
    "snd_clone_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182272
    },
    "snd_clone_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182240
    },
    "snd_clone_gc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182496
    },
    "snd_clone_getdeadline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182368
    },
    "snd_clone_getdevflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182432
    },
    "snd_clone_getflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182400
    },
    "snd_clone_getmaxunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182320
    },
    "snd_clone_getsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182304
    },
    "snd_clone_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572183248
    },
    "snd_clone_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572183376
    },
    "snd_clone_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572183184
    },
    "snd_clone_setdeadline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182384
    },
    "snd_clone_setdevflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182464
    },
    "snd_clone_setflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182416
    },
    "snd_clone_setmaxunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572182336
    },
    "snd_clone_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572183296
    },
    "snd_cmi_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609116312
    },
    "snd_cmi_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609116288
    },
    "snd_cmi_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609116176
    },
    "snd_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "snd_csa_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609172680
    },
    "snd_csa_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609172656
    },
    "snd_csa_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609171992
    },
    "snd_csapcm_csa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609172984
    },
    "snd_csapcm_csa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609172960
    },
    "snd_csapcm_csamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609172848
    },
    "snd_d2unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184480
    },
    "snd_d_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "snd_driver_version": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609227792
    },
    "snd_emu10kx_midi_emu10kx_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609176912
    },
    "snd_emu10kx_midi_emu10kx_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609176888
    },
    "snd_emu10kx_midi_emu10kxmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609176776
    },
    "snd_emu10kx_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609173448
    },
    "snd_emu10kx_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609173424
    },
    "snd_emu10kx_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609173360
    },
    "snd_emu10kx_pcm_emu10kx_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609176072
    },
    "snd_emu10kx_pcm_emu10kx_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609176048
    },
    "snd_emu10kx_pcm_emu10kxmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609175936
    },
    "snd_es137x_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609177248
    },
    "snd_es137x_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609177224
    },
    "snd_es137x_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609177136
    },
    "snd_fmtbest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572513552
    },
    "snd_fmtbestbit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572512736
    },
    "snd_fmtbestchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572513536
    },
    "snd_fmtbestfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572512752
    },
    "snd_fmtscore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572512608
    },
    "snd_fmtvalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572453456
    },
    "snd_fxdiv_table": {
      "type": {
        "count": 509,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071585009744
    },
    "snd_hda_hdac_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609187440
    },
    "snd_hda_hdac_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609187416
    },
    "snd_hda_hdacc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609178936
    },
    "snd_hda_hdacc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609178912
    },
    "snd_hda_hdaccmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609178752
    },
    "snd_hda_hdacmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609187376
    },
    "snd_hda_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609186752
    },
    "snd_hda_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609186728
    },
    "snd_hda_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609186688
    },
    "snd_hda_pcm_hdaa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609179080
    },
    "snd_hda_pcm_hdaa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609179056
    },
    "snd_hda_pcm_hdaamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609178824
    },
    "snd_ich_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609177736
    },
    "snd_ich_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609177712
    },
    "snd_ich_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609177624
    },
    "snd_max_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184288
    },
    "snd_max_d": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184272
    },
    "snd_max_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184240
    },
    "snd_maxautovchans": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609227176
    },
    "snd_mixerdefaults": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585021888
    },
    "snd_mixernames": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585021680
    },
    "snd_mkunit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184544
    },
    "snd_mtxassert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572571440
    },
    "snd_mtxcreate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572571280
    },
    "snd_mtxfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572571392
    },
    "snd_pcm_syncgroups": {
      "type": {
        "kind": "struct",
        "name": "pcm_synclist"
      },
      "address": 18446744071610812824
    },
    "snd_pcm_syncgroups_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610812832
    },
    "snd_pkt_thres": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208880
    },
    "snd_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572571456
    },
    "snd_str2afmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572453536
    },
    "snd_tag_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612553496
    },
    "snd_tag_sw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_snd_tag_sw"
        }
      },
      "address": 0
    },
    "snd_u2unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184432
    },
    "snd_u_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609116112
    },
    "snd_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609227060
    },
    "snd_unit2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184400
    },
    "snd_unit2d": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184368
    },
    "snd_unit2u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184320
    },
    "snd_unit_auto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609227632
    },
    "snd_unit_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572184624
    },
    "snd_unit_initialized": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812820
    },
    "snd_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610812928
    },
    "snd_via8233_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609178160
    },
    "snd_via8233_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609178136
    },
    "snd_via8233_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609178048
    },
    "sndbuf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sndbuf_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446592
    },
    "sndbuf_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572443232
    },
    "sndbuf_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445168
    },
    "sndbuf_clearshadow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445824
    },
    "sndbuf_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442832
    },
    "sndbuf_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572442960
    },
    "sndbuf_dispose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446736
    },
    "sndbuf_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572447248
    },
    "sndbuf_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446880
    },
    "sndbuf_fillsilence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445440
    },
    "sndbuf_fillsilence_rl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445536
    },
    "sndbuf_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572443008
    },
    "sndbuf_getalign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446032
    },
    "sndbuf_getallocsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446176
    },
    "sndbuf_getblkcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446048
    },
    "sndbuf_getblksz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446080
    },
    "sndbuf_getblocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446368
    },
    "sndbuf_getbps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446112
    },
    "sndbuf_getbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445424
    },
    "sndbuf_getbufaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572443216
    },
    "sndbuf_getbufofs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446128
    },
    "sndbuf_getflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572447488
    },
    "sndbuf_getfmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445904
    },
    "sndbuf_getfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446352
    },
    "sndbuf_getfreeptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445392
    },
    "sndbuf_gethwptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446288
    },
    "sndbuf_getmaxsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446160
    },
    "sndbuf_getprevblocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446416
    },
    "sndbuf_getprevtotal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446480
    },
    "sndbuf_getready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446320
    },
    "sndbuf_getreadyptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446336
    },
    "sndbuf_getsel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446240
    },
    "sndbuf_getsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446144
    },
    "sndbuf_getspd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446000
    },
    "sndbuf_gettotal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446464
    },
    "sndbuf_getxrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446256
    },
    "sndbuf_remalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572444592
    },
    "sndbuf_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572444320
    },
    "sndbuf_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572443536
    },
    "sndbuf_runsz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446192
    },
    "sndbuf_setblkcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446064
    },
    "sndbuf_setblksz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446096
    },
    "sndbuf_setflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572447504
    },
    "sndbuf_setfmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445920
    },
    "sndbuf_sethwptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446304
    },
    "sndbuf_setmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572443424
    },
    "sndbuf_setrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446208
    },
    "sndbuf_setspd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446016
    },
    "sndbuf_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572444272
    },
    "sndbuf_setxrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446272
    },
    "sndbuf_softreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445648
    },
    "sndbuf_updateprevtotal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446496
    },
    "sndbuf_xbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572446512
    },
    "sndbuf_zerodata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572445344
    },
    "sndc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hn_nvs_sendctx"
        }
      },
      "address": 0
    },
    "snddev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "snddev_info"
        }
      },
      "address": 0
    },
    "sndreserve": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sndstat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sndstat_add_user_devs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572568528
    },
    "sndstat_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609226856
    },
    "sndstat_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572564432
    },
    "sndstat_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610812968
    },
    "sndstat_devlist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6fe8ef9c31db765a"
      },
      "address": 18446744071609226792
    },
    "sndstat_diinfo_is_sane": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572571120
    },
    "sndstat_filelist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_3d07262b3bb20cab"
      },
      "address": 18446744071609227040
    },
    "sndstat_get_caps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572570656
    },
    "sndstat_get_devs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572564976
    },
    "sndstat_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572563776
    },
    "sndstat_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610812936
    },
    "sndstat_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572560560
    },
    "sndstat_prepare_pcm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572578784
    },
    "sndstat_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572560880
    },
    "sndstat_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572559744
    },
    "sndstat_remove_all_userdevs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572564768
    },
    "sndstat_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572560480
    },
    "sndstat_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609226808
    },
    "sndstat_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572571232
    },
    "sndstat_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609226832
    },
    "sndstat_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572560176
    },
    "sndstat_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572562400
    },
    "snl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_nl"
        }
      },
      "address": 0
    },
    "snoop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "snow": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "snp_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_netisr_proto"
        }
      },
      "address": 0
    },
    "snpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_netisr_proto"
        }
      },
      "address": 0
    },
    "snprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575937120
    },
    "snprintf_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575937312
    },
    "snprintf_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575769568
    },
    "sns_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sns_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "map_node"
        }
      },
      "address": 0
    },
    "snsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sntag": {
      "type": {
        "kind": "struct",
        "name": "pppoe_tag"
      },
      "address": 0
    },
    "sntf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "snum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "snw_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_netisr_work"
        }
      },
      "address": 0
    },
    "snwp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_netisr_work"
        }
      },
      "address": 0
    },
    "snws_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_netisr_workstream"
        }
      },
      "address": 0
    },
    "snwsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_netisr_workstream"
        }
      },
      "address": 0
    },
    "so": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "so1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "so2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "so_error_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288336
    },
    "so_error_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288352
    },
    "so_gencnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613041000
    },
    "so_global_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613040968
    },
    "so_global_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609783384
    },
    "so_global_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782592
    },
    "so_global_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782616
    },
    "so_linger_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288368
    },
    "so_linger_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288384
    },
    "so_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288624
    },
    "so_options_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288304
    },
    "so_options_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288320
    },
    "so_protosw_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288400
    },
    "so_protosw_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288416
    },
    "so_rdknl_assert_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576258816
    },
    "so_rdknl_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576258512
    },
    "so_rdknl_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576258720
    },
    "so_setsockopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576280368
    },
    "so_sockbuf_rcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288240
    },
    "so_sockbuf_snd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288256
    },
    "so_sorwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288432
    },
    "so_sorwakeup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288592
    },
    "so_sotoinpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701376
    },
    "so_sowwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288512
    },
    "so_sowwakeup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288608
    },
    "so_state_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288272
    },
    "so_state_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288288
    },
    "so_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "so_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288688
    },
    "so_wrknl_assert_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576259136
    },
    "so_wrknl_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576258832
    },
    "so_wrknl_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576259040
    },
    "soa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "soabort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576261936
    },
    "soaccept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576265344
    },
    "soaio_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576091408
    },
    "soaio_idle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005004
    },
    "soaio_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576093504
    },
    "soaio_jobs": {
      "type": {
        "kind": "struct",
        "name": "unnamed_bc39f46f08b29ec1"
      },
      "address": 18446744071613004984
    },
    "soaio_jobs_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613004952
    },
    "soaio_kproc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576093632
    },
    "soaio_kproc_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576094096
    },
    "soaio_kproc_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071613005016
    },
    "soaio_kproc_unr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071613005064
    },
    "soaio_lifetime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005056
    },
    "soaio_max_procs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609755528
    },
    "soaio_num_procs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005008
    },
    "soaio_process_sb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576091648
    },
    "soaio_queued": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005000
    },
    "soaio_rcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576091632
    },
    "soaio_snd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576093392
    },
    "soaio_starting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005072
    },
    "soaio_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609755536
    },
    "soaio_target_procs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609755560
    },
    "soalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576257888
    },
    "sobind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576262528
    },
    "sobindat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576262592
    },
    "socantrcvmore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576246848
    },
    "socantrcvmore_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576246368
    },
    "socantsendmore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576246288
    },
    "socantsendmore_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576245840
    },
    "socheckuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576285632
    },
    "sock_ctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sock_fp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "sockarg": {
      "type": {
        "kind": "struct",
        "name": "nfsd_addsock_args"
      },
      "address": 0
    },
    "socket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "socket_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288816
    },
    "socket_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578124096
    },
    "socket_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782752
    },
    "socket_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288960
    },
    "socket_vnet_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609783408
    },
    "socket_vnet_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576289440
    },
    "socket_vnet_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609783448
    },
    "socket_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613041016
    },
    "socket_zone_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288928
    },
    "socketops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609754856
    },
    "sockevent": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sockport": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sockref": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612483416
    },
    "socksize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sockstate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "soclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576264448
    },
    "soconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576265408
    },
    "soconnect2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576265792
    },
    "soconnectat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576265584
    },
    "socreate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576257312
    },
    "sodealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576256656
    },
    "sodisconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576265296
    },
    "sodium_is_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608752
    },
    "sodium_memzero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579608736
    },
    "sodtor_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576287824
    },
    "sodupsockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576275968
    },
    "soempty_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609783344
    },
    "soerror_enotconn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sofar": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "soff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "softLedCfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "softLedState": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "softc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fha_params"
        }
      },
      "address": 0
    },
    "softc_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_softc"
        }
      },
      "address": 18446744071610790472
    },
    "softc_tail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "oce_softc"
        }
      },
      "address": 18446744071610790480
    },
    "softclock_call_cc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575712128
    },
    "softclock_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575718416
    },
    "softdep_accdeps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "softdep_ast_cleanup_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579842944
    },
    "softdep_bp_to_mp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579906288
    },
    "softdep_buf_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579919824
    },
    "softdep_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613296984
    },
    "softdep_change_directoryentry_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579896352
    },
    "softdep_change_linkcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579903840
    },
    "softdep_check_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579921072
    },
    "softdep_count_dependencies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579842096
    },
    "softdep_deallocate_dependencies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579841968
    },
    "softdep_deps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "softdep_disk_io_initiation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579834096
    },
    "softdep_disk_write_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579838992
    },
    "softdep_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579847888
    },
    "softdep_flushcache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298140
    },
    "softdep_flushfiles": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579832640
    },
    "softdep_flushworklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579831824
    },
    "softdep_freefile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579888944
    },
    "softdep_freework": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579920448
    },
    "softdep_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579907664
    },
    "softdep_fsync_mountdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579910320
    },
    "softdep_get_depcounts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579923216
    },
    "softdep_handle_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579906224
    },
    "softdep_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579833952
    },
    "softdep_inode_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579920128
    },
    "softdep_journal_freeblocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579871664
    },
    "softdep_journal_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579885232
    },
    "softdep_journal_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579848656
    },
    "softdep_load_inodeblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579906560
    },
    "softdep_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610055824
    },
    "softdep_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048336
    },
    "softdep_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610048360
    },
    "softdep_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579843696
    },
    "softdep_move_dependencies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579831360
    },
    "softdep_prealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579848848
    },
    "softdep_prelink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579855664
    },
    "softdep_prerename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579852432
    },
    "softdep_prerename_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579853472
    },
    "softdep_process_journal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579923568
    },
    "softdep_process_worklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579832048
    },
    "softdep_request_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579916848
    },
    "softdep_request_cleanup_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579949456
    },
    "softdep_request_cleanup_inactivate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579919488
    },
    "softdep_revert_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579859600
    },
    "softdep_revert_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579860736
    },
    "softdep_revert_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579861040
    },
    "softdep_revert_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579861472
    },
    "softdep_setup_allocdirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579865744
    },
    "softdep_setup_allocext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579869088
    },
    "softdep_setup_allocindir_meta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579871424
    },
    "softdep_setup_allocindir_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579870000
    },
    "softdep_setup_blkfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579905696
    },
    "softdep_setup_blkmapdep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579864480
    },
    "softdep_setup_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579856832
    },
    "softdep_setup_directory_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579893152
    },
    "softdep_setup_directory_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579902304
    },
    "softdep_setup_dotdot_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579857056
    },
    "softdep_setup_freeblocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579885744
    },
    "softdep_setup_inofree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579904336
    },
    "softdep_setup_inomapdep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579861760
    },
    "softdep_setup_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579857584
    },
    "softdep_setup_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579858128
    },
    "softdep_setup_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579897216
    },
    "softdep_setup_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579859024
    },
    "softdep_setup_sbupdate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579904064
    },
    "softdep_setup_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579859312
    },
    "softdep_slowdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579916144
    },
    "softdep_speedup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579853792
    },
    "softdep_sync_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579911920
    },
    "softdep_sync_metadata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579910768
    },
    "softdep_synchronize_completed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579927936
    },
    "softdep_uninitialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579843616
    },
    "softdep_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579846992
    },
    "softdep_update_inodeblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579877712
    },
    "softdepmounts": {
      "type": {
        "kind": "struct",
        "name": "unnamed_72b2a56d396c6bfe"
      },
      "address": 18446744071613296960
    },
    "softdeptrunc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "softerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "softfmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "softled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "softmatrix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcmchan_matrix"
        }
      },
      "address": 0
    },
    "softreset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "softs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pqisrc_softstate"
        }
      },
      "address": 0
    },
    "softseg": {
      "type": {
        "kind": "struct",
        "name": "soft_segment_descriptor"
      },
      "address": 0
    },
    "sogetopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576282032
    },
    "sohasoutofband": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576284208
    },
    "soid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "soiolock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576269984
    },
    "soiounlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576270208
    },
    "soisconnected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576285792
    },
    "soisconnecting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576285664
    },
    "soisdisconnected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576287472
    },
    "soisdisconnecting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576287200
    },
    "sol": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "solisten": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576262656
    },
    "solisten_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576259152
    },
    "solisten_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576263936
    },
    "solisten_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576260720
    },
    "solisten_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576263312
    },
    "solisten_proto_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576263072
    },
    "solisten_proto_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576262720
    },
    "solisten_upcall_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576287840
    },
    "solisten_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576261440
    },
    "solved_eq": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "somaxconn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609783256
    },
    "someMoreWork": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "son": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "sonewconn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576260592
    },
    "sony": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584031902
    },
    "sony_mo_entries": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "asc_table_entry"
        }
      },
      "address": 18446744071608269600
    },
    "soo_aio_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576094688
    },
    "soo_aio_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576090656
    },
    "soo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576090160
    },
    "soo_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576090208
    },
    "soo_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576087936
    },
    "soo_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576285152
    },
    "soo_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576089536
    },
    "soo_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576087872
    },
    "soo_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576089568
    },
    "soo_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576087904
    },
    "soopt_getm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576283328
    },
    "soopt_mcopyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576283824
    },
    "soopt_mcopyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576284000
    },
    "sooptcopyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576280288
    },
    "sooptcopyout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576281968
    },
    "sooverprio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609783232
    },
    "sop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmxnet3_txdesc"
        }
      },
      "address": 0
    },
    "sopeeloff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576262032
    },
    "sopeop": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sopoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576284272
    },
    "sopoll_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576284304
    },
    "sopptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sembuf"
        }
      },
      "address": 0
    },
    "sops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sembuf"
        }
      },
      "address": 0
    },
    "sopt": {
      "type": {
        "kind": "struct",
        "name": "sockopt"
      },
      "address": 0
    },
    "sopt_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "soread_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609783264
    },
    "soreceive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576279472
    },
    "soreceive_dgram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576278192
    },
    "soreceive_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576270896
    },
    "soreceive_rcvoob": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576275712
    },
    "soreceive_stream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576276256
    },
    "sorele_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576261632
    },
    "soreserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576247312
    },
    "sorf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sorflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576280048
    },
    "soroverflow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576247040
    },
    "soroverflow_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576246960
    },
    "sort": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "sortByLatency": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "sortMarkPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "sort_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sorwakeup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576246432
    },
    "sosend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576270256
    },
    "sosend_dgram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576265856
    },
    "sosend_generic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576267328
    },
    "sosetopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576280432
    },
    "soshutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576279536
    },
    "sotoxsocket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576287872
    },
    "soun": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_un"
        }
      },
      "address": 0
    },
    "sound": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sound.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sound4di": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "sound_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609227824
    },
    "sound_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572585456
    },
    "sound_oss_card_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572583584
    },
    "sound_oss_sysinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572582720
    },
    "sound_oss_sysinfo.si_license": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609227679
    },
    "sound_oss_sysinfo.si_product": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609227648
    },
    "sound_oss_sysinfo.si_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609227671
    },
    "soundmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609227736
    },
    "soupcall_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576287152
    },
    "soupcall_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576287104
    },
    "source": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "source_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "source_list": {
      "type": {
        "kind": "struct",
        "name": "sources_head"
      },
      "address": 18446744071610808128
    },
    "sousrsend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576270336
    },
    "sowakeup_aio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576093408
    },
    "sowrite_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609783304
    },
    "sowwakeup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576245872
    },
    "sp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 0
    },
    "sp3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sp4type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sp_pri_to_cos": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sp_sb_data": {
      "type": {
        "kind": "struct",
        "name": "hc_sp_status_block_data"
      },
      "address": 0
    },
    "space": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "space_left": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "space_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spacefree": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spaceleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spaceop": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d900b72c0fffd275"
      },
      "address": 0
    },
    "spacer": {
      "type": {
        "kind": "struct",
        "name": "ecore_exeq_elem"
      },
      "address": 0
    },
    "spacq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secspacq"
        }
      },
      "address": 0
    },
    "spacq_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613140584
    },
    "spaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "spamcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "span": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "span4G": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "span_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "span_row": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "span_row_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "span_row_width": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "span_set": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "LD_SPAN_SET"
        }
      },
      "address": 0
    },
    "span_set_Row": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "span_set_Strip": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "span_set_prev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "LD_SPAN_SET"
        }
      },
      "address": 0
    },
    "spanaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "spanp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "spansize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sparams": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spare": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "spares": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sparm_dma_buf": {
      "type": {
        "kind": "struct",
        "name": "ocs_dma_t"
      },
      "address": 0
    },
    "sparms_cmp_mask": {
      "type": {
        "kind": "struct",
        "name": "fc_plogi_payload_t"
      },
      "address": 18446744071584910000
    },
    "sparse": {
      "type": {
        "kind": "enum",
        "name": "evdev_sparse_result"
      },
      "address": 0
    },
    "spb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "spc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spcr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_SPCR"
        }
      },
      "address": 0
    },
    "spcr_physaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "spcs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spdcache_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578275104
    },
    "spde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_pd_entry"
        }
      },
      "address": 0
    },
    "spdif_sr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_spe"
        }
      },
      "address": 0
    },
    "speaker_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071613485312
    },
    "speaker_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610212624
    },
    "speaker_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582289456
    },
    "speakermodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610212464
    },
    "spec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_spec"
        }
      },
      "address": 0
    },
    "spec1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610103464
    },
    "spec2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610103468
    },
    "spec_eth": {
      "type": {
        "kind": "struct",
        "name": "mlx4_spec_list"
      },
      "address": 0
    },
    "spec_eth_inner": {
      "type": {
        "kind": "struct",
        "name": "mlx4_spec_list"
      },
      "address": 0
    },
    "spec_eth_outer": {
      "type": {
        "kind": "struct",
        "name": "mlx4_spec_list"
      },
      "address": 0
    },
    "spec_vxlan": {
      "type": {
        "kind": "struct",
        "name": "mlx4_spec_list"
      },
      "address": 0
    },
    "special_strings_ckeys": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585409808
    },
    "special_strings_cons25": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585409632
    },
    "special_strings_normal": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585409856
    },
    "specialid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "specific_ptr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "speclen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "specname": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "speed": {
      "type": {
        "kind": "enum",
        "name": "i40e_aq_link_speed"
      },
      "address": 0
    },
    "speed_ability": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "speed_cap": {
      "type": {
        "kind": "enum",
        "name": "pci_bus_speed"
      },
      "address": 0
    },
    "speed_map": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584156152
    },
    "speed_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "speed_modes": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "speed_phy_type_high": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "speed_phy_type_low": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "speed_test": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "speed_to_fwcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568990128
    },
    "speedcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "speedmap": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "speedup_syncer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576523744
    },
    "speedupreq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_qstat"
        }
      },
      "address": 0
    },
    "spg_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450008
    },
    "spgf": {
      "type": {
        "kind": "struct",
        "name": "spglist"
      },
      "address": 0
    },
    "sph_enable_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_trans_settings_spi"
        }
      },
      "address": 0
    },
    "spi3caps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spi_alloc_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613140688
    },
    "spi_stat_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "spidx": {
      "type": {
        "kind": "struct",
        "name": "secpolicyindex"
      },
      "address": 0
    },
    "spin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spin_time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "spincount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spinlock_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581421920
    },
    "spinlock_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581421984
    },
    "spintries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spio_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spiocap": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "spirom_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "spkr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "spkr_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485320
    },
    "spkr_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071610212648
    },
    "spkr_inbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613485328
    },
    "spkrclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582289664
    },
    "spkrioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582291472
    },
    "spkropen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582289552
    },
    "spkrwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582289728
    },
    "spkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "status_pkt"
        }
      },
      "address": 0
    },
    "splash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569438688
    },
    "splash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "splash_adp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "video_adapter_t"
        }
      },
      "address": 18446744071610759904
    },
    "splash_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610759944
    },
    "splash_callback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610759936
    },
    "splash_decoder": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "splash_decoder_t"
        }
      },
      "address": 18446744071610759912
    },
    "splash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569438352
    },
    "splash_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569437504
    },
    "splash_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569438112
    },
    "splash_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569437904
    },
    "splash_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569438240
    },
    "splatChar": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "split": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071573837296
    },
    "split_status": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "split_status1": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "split_status_source": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "split_status_strings": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584138768
    },
    "split_timeout": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "splitlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lockf_entry"
        }
      },
      "address": 0
    },
    "splits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "sport": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sport_mgmt_functions": {
      "type": {
        "kind": "struct",
        "name": "ocs_mgmt_functions_t"
      },
      "address": 18446744071609088768
    },
    "sport_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_sport_t"
        }
      },
      "address": 0
    },
    "spos": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "spot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "secpolicy"
          }
        }
      },
      "address": 0
    },
    "spp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statspage"
        }
      },
      "address": 0
    },
    "spp_1284_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571757472
    },
    "spqe_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "spread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575936976
    },
    "sprom_ofs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sproto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "swdevt"
        }
      },
      "address": 0
    },
    "sptmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statfs"
        }
      },
      "address": 0
    },
    "sptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sptree_lock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071613140392
    },
    "sptree_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "spurChan": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "spurDeltaPhase": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spurDetectWidth": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "spurFreqSd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spurOffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spur_chans_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "spur_delta_phase": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spur_fbin_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "spur_freq_for_jupiter": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "spur_freq_for_osprey": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "spur_freq_sd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spur_subchannel_sd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "spur_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "spv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sparse_vector_s"
        }
      },
      "address": 0
    },
    "spv_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571218240
    },
    "spv_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571218784
    },
    "spv_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571218416
    },
    "spv_new_cell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571218512
    },
    "spv_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571218464
    },
    "sq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_ctl_q_ring"
        }
      },
      "address": 0
    },
    "sq1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sleepqueue"
        }
      },
      "address": 0
    },
    "sq_allocated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sq_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sq_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sq_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sq_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_sq_stats"
        }
      },
      "address": 0
    },
    "sqc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sqc_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "sqcc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sqcc_this": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sqdepth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sqmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sqrtm1": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585362160
    },
    "sr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_scan_req"
        }
      },
      "address": 0
    },
    "sr_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sr_edc": {
      "type": {
        "count": 542,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584703872
    },
    "sr_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sr_size": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sram_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_SRAT"
        }
      },
      "address": 18446744071613402328
    },
    "srat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "srat_parse_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580386864
    },
    "srat_parse_entry.cpup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613402336
    },
    "srat_physaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613400464
    },
    "srate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CommandControlBlock"
        }
      },
      "address": 0
    },
    "srb_phyaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "srb_phyaddr_hi32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srb_phyaddr_lo32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srb_sg_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "srb_sg_bytecount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srb_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srb_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CommandControlBlock"
        }
      },
      "address": 0
    },
    "srbcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_srb"
        }
      },
      "address": 0
    },
    "srbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_srb_response"
        }
      },
      "address": 0
    },
    "src": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioapic_intsrc"
        }
      },
      "address": 0
    },
    "src0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_address"
        }
      },
      "address": 0
    },
    "src6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "srcBytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "srcBytesTotal": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "srcLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srcMatchState": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_matchState_t"
        }
      },
      "address": 0
    },
    "srcSizeTiers": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long long"
        }
      },
      "address": 18446744071584046912
    },
    "src_byte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "src_bytes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "src_cb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "src_class": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 0
    },
    "src_co": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "src_dst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule"
        }
      },
      "address": 0
    },
    "src_dword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "src_elm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_element_t"
        }
      },
      "address": 0
    },
    "src_exeq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_exe_queue_obj"
        }
      },
      "address": 0
    },
    "src_fte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_fte"
        }
      },
      "address": 0
    },
    "src_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "src_ints": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "src_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "src_lim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "src_m": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "src_mcopy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "src_o": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_vlan_mac_obj"
        }
      },
      "address": 0
    },
    "src_object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "src_pindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "src_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhgrp_priv"
        }
      },
      "address": 0
    },
    "src_pte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "src_qword": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "src_r": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rs_el"
        }
      },
      "address": 0
    },
    "src_sa": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "src_sa6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "src_ses_cache": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_cache_t"
        }
      },
      "address": 0
    },
    "src_sgl_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "src_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_addr_list"
        }
      },
      "address": 0
    },
    "src_word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "src_x": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "src_y": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "src_zcopy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "srcaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_addr"
        }
      },
      "address": 0
    },
    "srcaddr_change_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577713472
    },
    "srcaddr_et": {
      "type": {
        "kind": "struct",
        "name": "epoch_tracker"
      },
      "address": 0
    },
    "srcaddrmtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613059064
    },
    "srcaddrmtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609915720
    },
    "srcaddrmtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609915504
    },
    "srcaddrmtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609915528
    },
    "srcbuf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "srcdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "srch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "srcifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "srcmpte": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "srcname": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "srcoffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "srcport": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "srcptepaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "srcreg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "srcrt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srcu_barrier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899232
    },
    "srcu_read_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899168
    },
    "srcu_read_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899200
    },
    "srcval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srczone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_set_tcb_field"
        }
      },
      "address": 0
    },
    "sres": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "resource_i"
        }
      },
      "address": 0
    },
    "srev_h": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "srev_l": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sright": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blkif_sring_t"
        }
      },
      "address": 0
    },
    "sring_page_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sring_x86_32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "blkif_x86_32_sring_t"
        }
      },
      "address": 0
    },
    "sriov_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sro": {
      "type": {
        "kind": "struct",
        "name": "route_in6"
      },
      "address": 0
    },
    "srom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "srp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acpi_powerresource"
        }
      },
      "address": 0
    },
    "srq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_core_srq"
        }
      },
      "address": 0
    },
    "srq_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_srq_context"
        }
      },
      "address": 0
    },
    "srq_in": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "srq_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "srq_out": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "srq_res_start_move_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579138288
    },
    "srq_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_srq_table"
        }
      },
      "address": 0
    },
    "srqc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "srqflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srqn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srrctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srsbuf": {
      "type": {
        "kind": "struct",
        "name": "ACPI_BUFFER"
      },
      "address": 0
    },
    "srtt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "srv_buf": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "srv_id_template": {
      "type": {
        "kind": "struct",
        "name": "hyperv_guid"
      },
      "address": 18446744071587073424
    },
    "srv_principal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "srvkrbname": {
      "type": {
        "count": 100,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "srvkrbnamelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srvlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "srvpos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ss": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ss0": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ss2": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ss_en": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ss_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scan_state"
        }
      },
      "address": 0
    },
    "ssa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "sockunion_t"
        }
      },
      "address": 0
    },
    "ssc": {
      "type": {
        "kind": "union",
        "name": "OEM_SSC_PARAMETERS_T"
      },
      "address": 0
    },
    "sscanf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575961904
    },
    "ssdtosd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581415200
    },
    "ssdtosyssd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581415520
    },
    "sse42_crc32c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581205008
    },
    "ssector": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ssh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf_seek_helper"
        }
      },
      "address": 0
    },
    "ssid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ssid_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ssids": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cfg80211_ssid"
        }
      },
      "address": 0
    },
    "ssids_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ssin": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 0
    },
    "ssin6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "ssiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ssize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ssl": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ssn": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ssp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "__sigset_t"
        }
      },
      "address": 0
    },
    "ssp_request_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ssp_response": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCI_SSP_RESPONSE_IU_T"
        }
      },
      "address": 0
    },
    "ssp_task_request_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ssr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ssrc": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "sst": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sstart": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sstat2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sstate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ssthresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sstr": {
      "type": {
        "kind": "struct",
        "name": "encioc_string_t"
      },
      "address": 0
    },
    "ssvtp": {
      "type": {
        "kind": "struct",
        "name": "scsi_send_volume_tag_parameters"
      },
      "address": 0
    },
    "ssym": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "st": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534136
    },
    "st0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "st3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "st_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "read_element_status_header"
        }
      },
      "address": 0
    },
    "st_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_kstate"
        }
      },
      "address": 0
    },
    "st_slot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "st_value": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_sta"
        }
      },
      "address": 0
    },
    "staScanTable": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "scanlist"
        }
      },
      "address": 18446744071585255376
    },
    "sta_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577386464
    },
    "sta_age": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577387744
    },
    "sta_assoc_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577388208
    },
    "sta_assoc_success": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577388256
    },
    "sta_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384800
    },
    "sta_auth_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577404144
    },
    "sta_auth_shared": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577403760
    },
    "sta_authretry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577402800
    },
    "sta_beacon_miss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577402608
    },
    "sta_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577385504
    },
    "sta_csa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577235568
    },
    "sta_default": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_scanner"
      },
      "address": 18446744071585255232
    },
    "sta_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384976
    },
    "sta_disassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577235504
    },
    "sta_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577235616
    },
    "sta_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577386128
    },
    "sta_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577396976
    },
    "sta_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577388304
    },
    "sta_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577184576
    },
    "sta_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577392432
    },
    "sta_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609878008
    },
    "sta_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384368
    },
    "sta_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577395712
    },
    "sta_pick_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577385520
    },
    "sta_recv_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577402560
    },
    "sta_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577399216
    },
    "sta_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577385472
    },
    "sta_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577385232
    },
    "sta_state_fsm": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "fsm_state"
        }
      },
      "address": 18446744071609998960
    },
    "sta_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577395248
    },
    "sta_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577402592
    },
    "stable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stable_flag_supported": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "stablefd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stack": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "radix_tree_node"
          }
        }
      },
      "address": 0
    },
    "stack_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stack_base": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stack_capture_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346688
    },
    "stack_chk_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609730552
    },
    "stack_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991904
    },
    "stack_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991808
    },
    "stack_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991840
    },
    "stack_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "stack_guard_page": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610070012
    },
    "stack_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stack_intr_stack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "stack"
        }
      },
      "address": 18446744071613453856
    },
    "stack_intr_td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 18446744071613453864
    },
    "stack_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "stack_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stack_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991968
    },
    "stack_print_ddb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575992544
    },
    "stack_print_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575992160
    },
    "stack_print_short_ddb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575992720
    },
    "stack_prot": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stack_protector.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "stack_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991872
    },
    "stack_save": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581347664
    },
    "stack_save_td": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581346880
    },
    "stack_sbuf_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993296
    },
    "stack_sbuf_print_ddb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993328
    },
    "stack_sbuf_print_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993040
    },
    "stack_top": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stack_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575991936
    },
    "stackfds": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pollfd"
        }
      },
      "address": 0
    },
    "stackgap_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499232
    },
    "stackgap_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499328
    },
    "stacklim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "stacks_to_allocate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stacksz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "stag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sa_tag"
        }
      },
      "address": 0
    },
    "staid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stamode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stamp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stamp_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "stamped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "standby_enabled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "standby_timer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "startML": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "startPosInSequence": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_TSC": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581347856
    },
    "start_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_all": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "start_all_aps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581429824
    },
    "start_allocatedsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574531872
    },
    "start_ap": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "indir"
        }
      },
      "address": 0
    },
    "start_aps_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169200
    },
    "start_blk": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "start_blk_ofs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "start_byte": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "start_commitds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574221408
    },
    "start_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "start_deallocatedsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574532608
    },
    "start_di": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "start_dscreate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574528752
    },
    "start_dsremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574528880
    },
    "start_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "start_exceptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376624
    },
    "start_free": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "start_ft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_bdg_fwd"
        }
      },
      "address": 0
    },
    "start_fwload_cmd": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "start_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "start_idx_ir": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hvm_start_info"
        }
      },
      "address": 18446744071613490560
    },
    "start_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575095488
    },
    "start_kernel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413548
    },
    "start_lba_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_lba_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_lbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "start_len": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "start_lvl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "start_nfscl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574293536
    },
    "start_page": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "start_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_start_params"
        }
      },
      "address": 0
    },
    "start_periodic_resettodr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575450160
    },
    "start_q": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_row": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "start_setacldsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574531424
    },
    "start_setattrdsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574530544
    },
    "start_softclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575717872
    },
    "start_softclock_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609721336
    },
    "start_softintr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316384
    },
    "start_softintr_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609657264
    },
    "start_strip": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "start_thread": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "start_ticks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "start_time": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "start_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xl_chain"
        }
      },
      "address": 0
    },
    "start_writedsdorpc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574529424
    },
    "start_writedsmir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574221536
    },
    "start_wrq_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568943424
    },
    "start_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "start_y": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "starta": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "startall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "startbgscan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577403664
    },
    "startcal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "startcg": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "startdir_used": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "startdrift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "started": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "started_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071612993312
    },
    "startframe": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "startingInputLength": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "starting_page_shortage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "starting_slot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "starting_target": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "starting_track": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "startlba_span": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "startlbn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "startn": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587187216
    },
    "startnode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "startoff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "startoffset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "startofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "startp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "startpindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "startpoint": {
      "type": {
        "kind": "struct",
        "name": "hmac_ctx"
      },
      "address": 0
    },
    "startprofclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575112000
    },
    "startresid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "startrtclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581272768
    },
    "starts": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "startseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "starttime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "startup_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580103440
    },
    "startup_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580125936
    },
    "startvid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "startvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "starve_fl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626228
    },
    "starved": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stat": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stat0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stat1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stat2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stat32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "module_stat32"
        }
      },
      "address": 0
    },
    "stat32_v2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "module_stat32_v2"
        }
      },
      "address": 0
    },
    "stat_blk_limit_hit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298084
    },
    "stat_blk_limit_push": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298076
    },
    "stat_cleanup_blkrequests": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297328
    },
    "stat_cleanup_failures": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297344
    },
    "stat_cleanup_high_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297348
    },
    "stat_cleanup_inorequests": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297332
    },
    "stat_cleanup_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297340
    },
    "stat_countp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613298168
    },
    "stat_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stat_delayed_inact": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298072
    },
    "stat_dir_entry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298104
    },
    "stat_direct_blk_ptrs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298100
    },
    "stat_emptyjblocks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298144
    },
    "stat_flush_threads": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297320
    },
    "stat_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "stat_indir_blk_ptrs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298092
    },
    "stat_ino_limit_hit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298088
    },
    "stat_ino_limit_push": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298080
    },
    "stat_inode_bitmap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298096
    },
    "stat_jaddref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298108
    },
    "stat_jnewblk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298112
    },
    "stat_journal_low": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297084
    },
    "stat_journal_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298116
    },
    "stat_journal_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298120
    },
    "stat_jwait_filepage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298124
    },
    "stat_jwait_freeblks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298128
    },
    "stat_jwait_inode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298132
    },
    "stat_jwait_newblk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298136
    },
    "stat_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stat_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "stat_mmrbc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "stat_name": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584711536
    },
    "stat_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "stat_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "stat_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stat_rush_requests": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045664
    },
    "stat_str": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "stat_sync_limit_hit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297324
    },
    "stat_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stat_v2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "module_stat_v2"
        }
      },
      "address": 0
    },
    "stat_worklist_push": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613297336
    },
    "statack": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "statclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575112448
    },
    "state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609572016
    },
    "state1": {
      "type": {
        "kind": "struct",
        "name": "FSE_DState_t"
      },
      "address": 0
    },
    "state2": {
      "type": {
        "kind": "struct",
        "name": "FSE_DState_t"
      },
      "address": 0
    },
    "state64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcg64u_random_t"
        }
      },
      "address": 0
    },
    "stateLitLength": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "stateMatchLength": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "stateOffsetBits": {
      "type": {
        "kind": "struct",
        "name": "FSE_CState_t"
      },
      "address": 0
    },
    "stateTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "state_change_retransmit_timer_expired": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "state_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "state_icmp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "state_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "state_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "statebuf": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610760368
    },
    "stateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "stateidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsv4stateid_t"
        }
      },
      "address": 0
    },
    "statepath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "stateprefix": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "staterr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "states": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "mlx4_qp_state"
        }
      },
      "address": 0
    },
    "statestr": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585050576
    },
    "statests": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "statfs_scale_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576576880
    },
    "stathz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534308
    },
    "staticFse_nbSeq_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "static_bl_desc": {
      "type": {
        "kind": "struct",
        "name": "static_tree_desc"
      },
      "address": 18446744071585217200
    },
    "static_boost": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210624
    },
    "static_d_desc": {
      "type": {
        "kind": "struct",
        "name": "static_tree_desc"
      },
      "address": 18446744071585217168
    },
    "static_dtree": {
      "type": {
        "count": 30,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ct_data"
        }
      },
      "address": 18446744071585218384
    },
    "static_env": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613493136
    },
    "static_hints": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613493138
    },
    "static_hints_to_env": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575902880
    },
    "static_l_desc": {
      "type": {
        "kind": "struct",
        "name": "static_tree_desc"
      },
      "address": 18446744071585217136
    },
    "static_lenb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "static_ltree": {
      "type": {
        "count": 288,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ct_data"
        }
      },
      "address": 18446744071585217232
    },
    "static_single_cpu_mask": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "cpuset_t"
        }
      },
      "address": 18446744071613150304
    },
    "statnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "statperiod": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612534480
    },
    "stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_hw_stats"
        }
      },
      "address": 0
    },
    "stats0": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "stats1": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "stats_bt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwn_stats_bt"
        }
      },
      "address": 0
    },
    "stats_comp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "stats_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "stats_query_header"
        }
      },
      "address": 0
    },
    "stats_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "stats_paddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stats_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stats_res": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stats_rx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "stats_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stats_tx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "statsinprog": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "status0": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "status2_1000x": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "status64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "status_1kbt": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status_all": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status_attn_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "status_code": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610760784
    },
    "status_ex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "status_ipv4_ipok_tcp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status_ipv6_ipok_tcp": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "status_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "status_sin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "status_sin6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "status_str": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "status_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "status_type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_00f28f30cdf88c52"
      },
      "address": 0
    },
    "status_uptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "status_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "status_valid0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "statusword": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stay_reset2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stbc_power": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "stc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sc_ttysoftc"
        }
      },
      "address": 0
    },
    "std": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "std_replenish": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208864
    },
    "std_size": {
      "type": {
        "kind": "struct",
        "name": "usb_std_packet_size"
      },
      "address": 0
    },
    "std_synth": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585080304
    },
    "stdcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ste_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572628368
    },
    "ste_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572632368
    },
    "ste_devs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ste_type"
        }
      },
      "address": 18446744071585022880
    },
    "ste_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572636944
    },
    "ste_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609232216
    },
    "ste_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572640784
    },
    "ste_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572634992
    },
    "ste_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572634800
    },
    "ste_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572636064
    },
    "ste_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572637344
    },
    "ste_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572636304
    },
    "ste_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572635232
    },
    "ste_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585022720
    },
    "ste_mii_bitbang_ops": {
      "type": {
        "kind": "struct",
        "name": "mii_bitbang_ops"
      },
      "address": 18446744071585022944
    },
    "ste_mii_bitbang_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572644560
    },
    "ste_mii_bitbang_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572644608
    },
    "ste_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572634288
    },
    "ste_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572634352
    },
    "ste_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572634320
    },
    "ste_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572641120
    },
    "ste_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609232168
    },
    "ste_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609232144
    },
    "ste_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609232000
    },
    "ste_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572628080
    },
    "ste_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572634592
    },
    "ste_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572633808
    },
    "ste_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572643168
    },
    "ste_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572636976
    },
    "ste_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572633152
    },
    "ste_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572635904
    },
    "ste_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572643600
    },
    "ste_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572642416
    },
    "ste_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572639968
    },
    "ste_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572633168
    },
    "ste_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572640864
    },
    "ste_txeoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572641840
    },
    "ste_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572641504
    },
    "steal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tdq"
        }
      },
      "address": 0
    },
    "steal_idle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210672
    },
    "steal_thresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210680
    },
    "steer": {
      "type": {
        "kind": "enum",
        "name": "mlx4_steer_type"
      },
      "address": 0
    },
    "steer_type_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stenv_skip": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612909265
    },
    "step": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stepSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "step_res": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stepping": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "steps": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "steptrac": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sterr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stest1": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572645120
    },
    "stge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572648224
    },
    "stge_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572654512
    },
    "stge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609232688
    },
    "stge_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572660672
    },
    "stge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572652752
    },
    "stge_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572654544
    },
    "stge_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572652976
    },
    "stge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572651520
    },
    "stge_link_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572650128
    },
    "stge_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572652880
    },
    "stge_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572652912
    },
    "stge_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585023296
    },
    "stge_mii_bitbang_ops": {
      "type": {
        "kind": "struct",
        "name": "mii_bitbang_ops"
      },
      "address": 18446744071585023584
    },
    "stge_mii_bitbang_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572660736
    },
    "stge_mii_bitbang_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572660784
    },
    "stge_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572649616
    },
    "stge_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572650096
    },
    "stge_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572649920
    },
    "stge_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572658848
    },
    "stge_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609232640
    },
    "stge_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609232616
    },
    "stge_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609232472
    },
    "stge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572644672
    },
    "stge_products": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "stge_product"
        }
      },
      "address": 18446744071585023456
    },
    "stge_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572650816
    },
    "stge_res_spec_io": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071609232784
    },
    "stge_res_spec_mem": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "resource_spec"
        }
      },
      "address": 18446744071609232736
    },
    "stge_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572651104
    },
    "stge_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572649392
    },
    "stge_set_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572656768
    },
    "stge_set_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572657840
    },
    "stge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572649088
    },
    "stge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572652592
    },
    "stge_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572659728
    },
    "stge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572656912
    },
    "stge_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572649104
    },
    "stge_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572658192
    },
    "stge_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572659296
    },
    "sthints_skip": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612909266
    },
    "sti": {
      "type": {
        "kind": "struct",
        "name": "sock_timestamp_info"
      },
      "address": 0
    },
    "sticky": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sticky_splash": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823240
    },
    "stillToDistribute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "still_dirty": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "still_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "stk_pti_doreti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581381444
    },
    "stm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ioctl_hwrm_fw_set_time"
        }
      },
      "address": 0
    },
    "stoffs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stofree": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stokeep": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stolen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "stop_all_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575480352
    },
    "stop_all_proc_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575480208
    },
    "stop_all_proc_blocker": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612751792
    },
    "stop_all_proc_blocker_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609699544
    },
    "stop_all_proc_blocker_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609699440
    },
    "stop_all_proc_blocker_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609699464
    },
    "stop_all_proc_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575480288
    },
    "stop_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575979808
    },
    "stop_cpus_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575980480
    },
    "stop_device_checks": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stop_i": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stop_mwait": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613445060
    },
    "stop_scrn_saver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572754752
    },
    "stopbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stopn": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587187225
    },
    "stopp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stoppcbs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcb"
        }
      },
      "address": 18446744071612993832
    },
    "stopped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stopped_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071612993184
    },
    "stopped_some": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "stopping": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stopping_cpu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609747124
    },
    "stopprofclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575112160
    },
    "stops_deferred": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stor_type": {
      "type": {
        "kind": "enum",
        "name": "hv_storage_type"
      },
      "address": 0
    },
    "storage": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "store": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uuid"
        }
      },
      "address": 0
    },
    "storeEnd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "storePos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "storeStart": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "store_dr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364527
    },
    "store_mps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stored_sfp_type": {
      "type": {
        "kind": "enum",
        "name": "ixgbe_sfp_type"
      },
      "address": 0
    },
    "storelen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "storm_memset_cmng": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580678176
    },
    "storvsc_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580971120
    },
    "storvsc_ada_probe_veto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580977488
    },
    "storvsc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580966176
    },
    "storvsc_copy_from_bounce_buf_to_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580965936
    },
    "storvsc_copy_sgl_to_bounce_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580977296
    },
    "storvsc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580970544
    },
    "storvsc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610128176
    },
    "storvsc_get_storage_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580970928
    },
    "storvsc_handler_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613422184
    },
    "storvsc_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587076848
    },
    "storvsc_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580973648
    },
    "storvsc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580966064
    },
    "storvsc_sg_count": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "storvsc_sglist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "storvsc_sys_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610128024
    },
    "storvsc_sys_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610128048
    },
    "storvsc_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580973776
    },
    "storvsc_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580977424
    },
    "storvsc_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580977696
    },
    "storvsc_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610128128
    },
    "storvsc_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610128104
    },
    "storvsc_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610127952
    },
    "storvsc_xferbuf_prepare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580977008
    },
    "stp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "seltd"
        }
      },
      "address": 0
    },
    "stp_io_request_constructed_handlers": {
      "type": {
        "kind": "struct",
        "name": "SCI_BASE_REQUEST_STATE_HANDLER_T"
      },
      "address": 18446744071610147176
    },
    "stp_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_STP_REQUEST_T"
        }
      },
      "address": 0
    },
    "stp_request_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stp_task_request_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stpref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCTHREAD"
        }
      },
      "address": 0
    },
    "stpstates": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585227312
    },
    "str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "str0": {
      "type": {
        "count": 51,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "str_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "str_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "str_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "str_start": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "str_wwnn": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "str_wwpn": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "strat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "strategy": {
      "type": {
        "kind": "enum",
        "name": "unnamed_c9066f7d16af50d8"
      },
      "address": 0
    },
    "straystr": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strbuf": {
      "type": {
        "count": 58,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strcasecmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576671872
    },
    "strcasecmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strcasestr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672128
    },
    "strcasestr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strcat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672288
    },
    "strcat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strchr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672352
    },
    "strchr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strchrnul": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672400
    },
    "strchrnul.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204896
    },
    "strcmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "strcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672448
    },
    "strcpy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strcspn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672496
    },
    "strcspn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strdup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672752
    },
    "strdup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strdup_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672656
    },
    "stream": {
      "type": {
        "kind": "struct",
        "name": "z_stream"
      },
      "address": 0
    },
    "streamNum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "streamSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stream_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stream_chacha20.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "stream_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "stream_ietf_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579606032
    },
    "stream_ietf_ref_xor_ic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579606304
    },
    "stream_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579605904
    },
    "stream_ref_xor_ic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579606176
    },
    "stream_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "streaming": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "streamproto": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609785672
    },
    "stree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ct_data"
        }
      },
      "address": 0
    },
    "strend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "strict": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610148496
    },
    "stride": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "string": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "stringbuf": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612909280
    },
    "stringlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stringp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strings": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "stringstart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strip": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "stripIdx": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stripSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "strip_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "strip_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "strip_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "striparg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "stripe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stripe_exp": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stripe_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stripe_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stripe_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stripe_pos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stripe_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stripe_unit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "stripe_unit_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "stripecnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stripeindex": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "stripesz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "strlcat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672912
    },
    "strlcat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strlcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673056
    },
    "strlcpy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581537344
    },
    "strncasecmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672016
    },
    "strncat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673168
    },
    "strncat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strncmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581204944
    },
    "strncmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strncpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673264
    },
    "strncpy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strndup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576672832
    },
    "strndup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strnlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673456
    },
    "strnlen.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strnstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673504
    },
    "strnstr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strong_es": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "strp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strrchr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673648
    },
    "strrchr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "strsep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673696
    },
    "strsep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strsiz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "strspn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673776
    },
    "strspn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576673936
    },
    "strstr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strstrip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569045696
    },
    "strsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "strtab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strtol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576674064
    },
    "strtol.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strtoq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576674560
    },
    "strtoq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strtoul": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576675040
    },
    "strtoul.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strtouq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576675472
    },
    "strtouq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "structsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "strval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "strvalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576675904
    },
    "strvalid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "strvis_flags": {
      "type": {
        "kind": "enum",
        "name": "unnamed_2fb5be6555c073d0"
      },
      "address": 0
    },
    "sts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ngpppoe_sts"
        }
      },
      "address": 0
    },
    "sts_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sts_vbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "stt": {
      "type": {
        "kind": "struct",
        "name": "stat"
      },
      "address": 0
    },
    "stuck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "stype": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "enum",
          "name": "mlx4_port_type"
        }
      },
      "address": 0
    },
    "su": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sub": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sub2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "subL": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "subR": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "sub_bus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sub_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582387984
    },
    "sub_device": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sub_device_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sub_devid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sub_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sub_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582388272
    },
    "sub_reg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sub_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "sub_tlv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_cee_feat_tlv"
        }
      },
      "address": 0
    },
    "sub_vendid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sub_vendor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sub_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582388128
    },
    "subblksperindir": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "subbuf": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "subcard": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "csa_card"
        }
      },
      "address": 0
    },
    "subch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vmbus_channel"
          }
        }
      },
      "address": 0
    },
    "subchan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vmbus_channel"
          }
        }
      },
      "address": 0
    },
    "subchan_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "subchans": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vmbus_channel"
          }
        }
      },
      "address": 0
    },
    "subclass": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "subcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "subdev": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "subdevice": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "subdevs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_54693c25276cd613"
        }
      },
      "address": 0
    },
    "subdisk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "subdisks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "subencs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ses_enc_desc"
          }
        }
      },
      "address": 0
    },
    "subfield": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "subh": {
      "type": {
        "kind": "struct",
        "name": "pfsync_subheader"
      },
      "address": 0
    },
    "subid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "subidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "subinterface": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "subiter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "subj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "subj_tok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "au_token"
        }
      },
      "address": 0
    },
    "subject_idstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "subjectnames": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "dict"
        }
      },
      "address": 18446744071585176224
    },
    "subjectstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "subjlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sublen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "submit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cryptop"
        }
      },
      "address": 0
    },
    "subnode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "subp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "subr_acl_nfs4.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_acl_posix1e.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_autoconf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_blist.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_boot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_bufring.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_bus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_bus_dma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_capability.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_clock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_clockcalib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_compressor.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_counter.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_devstat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_disk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_early.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_epoch.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_eventhandler.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_fattime.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_filter.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_firmware.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_gtaskqueue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_hash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_hints.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_ipsec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_kdb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_kobj.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_lock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_log.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_memdesc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_module.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_msgbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_param.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_pcpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_pctrie.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_pidctrl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_power.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_prf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_prng.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_prof.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_rangeset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_rman.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_rtc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_sbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_scanf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_sglist.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_sleepqueue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_smp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_smr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_stack.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_taskqueue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_terminal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_trap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_turnstile.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_uio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_unit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subr_vmem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "subreq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_chanmsg_gpadl_subconn"
        }
      },
      "address": 0
    },
    "subsys": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "subsystemid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "subtype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "subunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "subven": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "subvendor": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "subyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363568
    },
    "subyte_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542544
    },
    "subyte_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363568
    },
    "subyte_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542608
    },
    "subzone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "succ": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_radix_node"
        }
      },
      "address": 0
    },
    "success": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "sufficient_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "suffix": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "suggested_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sugid_coredump": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807112
    },
    "suid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "suj_susp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "sujournal": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sum": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sum1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sum2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sum_max_ft_in_prio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579281872
    },
    "sum_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sum_y_quad": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sum_y_sqr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sumdata": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sumlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "sun": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_un"
      },
      "address": 0
    },
    "sun_noname": {
      "type": {
        "kind": "struct",
        "name": "sockaddr"
      },
      "address": 18446744071585190696
    },
    "sunptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "undo"
        }
      },
      "address": 0
    },
    "sup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_supported"
        }
      },
      "address": 0
    },
    "sup_bus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sup_cap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_identify_log_sup_cap"
        }
      },
      "address": 0
    },
    "sup_issi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "supband": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_supported_band"
        }
      },
      "address": 0
    },
    "supbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "super": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "super_devi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iicbus_ivar"
        }
      },
      "address": 0
    },
    "super_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iicbus_softc"
        }
      },
      "address": 0
    },
    "superpage": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "superpage_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "supp_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_supplement_adapter_info"
        }
      },
      "address": 0
    },
    "support_multichannel": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "supported": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "supportedDevices": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609087520
    },
    "supported_aalgs": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "supported_aalgs"
        }
      },
      "address": 18446744071585310880
    },
    "supported_calgs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "supported_calgs"
        }
      },
      "address": 0
    },
    "supported_ealgs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "supported_ealgs"
        }
      },
      "address": 18446744071585310784
    },
    "supported_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "supported_flash": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "flash_desc"
        }
      },
      "address": 0
    },
    "supported_methods": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "supports_nfsv4acls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "suptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sem_undo"
        }
      },
      "address": 0
    },
    "suptr1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sem_undo"
        }
      },
      "address": 0
    },
    "survey": {
      "type": {
        "kind": "struct",
        "name": "HAL_SURVEY_SAMPLE"
      },
      "address": 0
    },
    "susp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "suspcpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071613454136
    },
    "suspectUncompressible": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "suspend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "suspend_all_fs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576495792
    },
    "suspend_blocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802292
    },
    "suspend_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575980496
    },
    "suspend_in_progress": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610823312
    },
    "suspend_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613150256
    },
    "suspendclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575120576
    },
    "suspended": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "suspended_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071612993440
    },
    "susppcbs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "susppcb"
          }
        }
      },
      "address": 18446744071613445064
    },
    "sustain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "suword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363664
    },
    "suword16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363600
    },
    "suword16_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542416
    },
    "suword16_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363600
    },
    "suword16_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542480
    },
    "suword32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363632
    },
    "suword32_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542288
    },
    "suword32_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363632
    },
    "suword32_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542352
    },
    "suword64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363696
    },
    "suword64_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363696
    },
    "suword_nosmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542160
    },
    "suword_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581363664
    },
    "suword_smap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581542224
    },
    "sv": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "sv_87": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "save87"
        }
      },
      "address": 0
    },
    "sv_fpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "savefpu"
        }
      },
      "address": 0
    },
    "sv_marked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sv_minuser": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sv_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sval": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "svalue": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "svc": {
      "type": {
        "kind": "enum",
        "name": "unnamed_d55d8422e3b2e2fb"
      },
      "address": 0
    },
    "svc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "svc_auth.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "svc_auth_null_ops": {
      "type": {
        "kind": "struct",
        "name": "svc_auth_ops"
      },
      "address": 18446744071585396328
    },
    "svc_auth_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579666768
    },
    "svc_auth_unix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "svc_change_space_used": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579665952
    },
    "svc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579669648
    },
    "svc_dg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "svc_dg_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579669632
    },
    "svc_dg_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579667632
    },
    "svc_dg_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579669424
    },
    "svc_dg_err1": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585396384
    },
    "svc_dg_err2": {
      "type": {
        "count": 41,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585396432
    },
    "svc_dg_ops": {
      "type": {
        "kind": "struct",
        "name": "xp_ops"
      },
      "address": 18446744071585396480
    },
    "svc_dg_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579668176
    },
    "svc_dg_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579669088
    },
    "svc_dg_soupcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579668160
    },
    "svc_dg_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579669008
    },
    "svc_dg_str": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585396352
    },
    "svc_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579665296
    },
    "svc_freeargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579665680
    },
    "svc_freereq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579665776
    },
    "svc_generic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "svc_getargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579665584
    },
    "svc_getcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579666800
    },
    "svc_loss_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579658176
    },
    "svc_loss_unreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579658480
    },
    "svc_new_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579661136
    },
    "svc_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579657216
    },
    "svc_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579660448
    },
    "svc_run_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579661296
    },
    "svc_sendreply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579658672
    },
    "svc_sendreply_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579658960
    },
    "svc_sendreply_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579659184
    },
    "svc_thread_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579665936
    },
    "svc_tli_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579670800
    },
    "svc_tp_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579670432
    },
    "svc_unreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579657888
    },
    "svc_vc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "svc_vc_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579676544
    },
    "svc_vc_backchannel_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579679744
    },
    "svc_vc_backchannel_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579679664
    },
    "svc_vc_backchannel_ops": {
      "type": {
        "kind": "struct",
        "name": "xp_ops"
      },
      "address": 18446744071585396592
    },
    "svc_vc_backchannel_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579678192
    },
    "svc_vc_backchannel_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579678928
    },
    "svc_vc_backchannel_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579678896
    },
    "svc_vc_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579677568
    },
    "svc_vc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579671520
    },
    "svc_vc_create_backchannel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579672976
    },
    "svc_vc_create_conn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579672160
    },
    "svc_vc_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579677216
    },
    "svc_vc_destroy_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579674192
    },
    "svc_vc_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579674000
    },
    "svc_vc_ops": {
      "type": {
        "kind": "struct",
        "name": "xp_ops"
      },
      "address": 18446744071585396640
    },
    "svc_vc_process_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579677584
    },
    "svc_vc_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579674512
    },
    "svc_vc_rendezvous_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579674176
    },
    "svc_vc_rendezvous_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579674016
    },
    "svc_vc_rendezvous_ops": {
      "type": {
        "kind": "struct",
        "name": "xp_ops"
      },
      "address": 18446744071585396544
    },
    "svc_vc_rendezvous_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579673136
    },
    "svc_vc_rendezvous_soupcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579672944
    },
    "svc_vc_rendezvous_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579673984
    },
    "svc_vc_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579676576
    },
    "svc_vc_soupcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579674448
    },
    "svc_vc_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579676432
    },
    "svc_xprt_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579660240
    },
    "svc_xprt_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579660368
    },
    "svcauth_null_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579667168
    },
    "svcauth_null_unwrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579667152
    },
    "svcauth_null_wrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579667136
    },
    "svcerr_auth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579659696
    },
    "svcerr_decode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579659424
    },
    "svcerr_noproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579659280
    },
    "svcerr_noprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579659952
    },
    "svcerr_progvers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579660096
    },
    "svcerr_systemerr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579659552
    },
    "svcerr_weakauth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579659824
    },
    "svcpool_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579654752
    },
    "svcpool_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579655584
    },
    "svcpool_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579652432
    },
    "svcpool_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579654480
    },
    "svcpool_maxthread_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579653792
    },
    "svcpool_minthread_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579653440
    },
    "svcpool_threads_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579654144
    },
    "svcr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "svid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "svtk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vdso_sv_tk"
        }
      },
      "address": 0
    },
    "sw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_switch_info"
        }
      },
      "address": 0
    },
    "sw1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364213
    },
    "sw1cont": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581364241
    },
    "sw1wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581365442
    },
    "sw_alloc_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613298632
    },
    "sw_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_alloc_free_res_elem"
        }
      },
      "address": 0
    },
    "sw_buf_sizes": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584034720
    },
    "sw_cfg_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sw_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_get_switch_config_resp"
        }
      },
      "address": 0
    },
    "sw_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_cq_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_cq_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_csum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sw_csum_flags": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071584034496
    },
    "sw_dev_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613298840
    },
    "sw_ele": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_res_elem"
        }
      },
      "address": 0
    },
    "sw_hashtype": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071584047872
    },
    "sw_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "sw_lro_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610912132
    },
    "sw_lro_flushed": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sw_lro_queued": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sw_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "sw_pg_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_pg_cons_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_reset_to": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610012308
    },
    "sw_rx_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_rx_cons_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sw_tx_chain_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sw_tx_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "swa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "swcr_auth"
        }
      },
      "address": 0
    },
    "swap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swap_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swap_dev_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580095232
    },
    "swap_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iommu_map_entry"
        }
      },
      "address": 0
    },
    "swap_free_completed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212488
    },
    "swap_free_completed_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610065584
    },
    "swap_free_completed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610065608
    },
    "swap_free_deferred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212480
    },
    "swap_free_deferred_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610065424
    },
    "swap_free_deferred_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610065448
    },
    "swap_idle_threshold1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610083928
    },
    "swap_idle_threshold2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610083932
    },
    "swap_inprogress": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399064
    },
    "swap_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "iommu_map_entry"
          }
        }
      },
      "address": 0
    },
    "swap_maxpages": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613298616
    },
    "swap_override": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swap_pager.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "swap_pager_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580080320
    },
    "swap_pager_almost_full": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298892
    },
    "swap_pager_avail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298872
    },
    "swap_pager_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580087392
    },
    "swap_pager_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580080880
    },
    "swap_pager_find_least": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580089808
    },
    "swap_pager_freespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580085072
    },
    "swap_pager_freespace_pgo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580084480
    },
    "swap_pager_full": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298888
    },
    "swap_pager_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580081392
    },
    "swap_pager_getpages_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580081520
    },
    "swap_pager_getpages_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580097632
    },
    "swap_pager_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580083552
    },
    "swap_pager_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580080032
    },
    "swap_pager_init_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580084944
    },
    "swap_pager_nswapdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580089456
    },
    "swap_pager_object_list": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pagerlst"
        }
      },
      "address": 18446744071613298672
    },
    "swap_pager_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580081712
    },
    "swap_pager_release_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580084336
    },
    "swap_pager_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580085104
    },
    "swap_pager_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580095184
    },
    "swap_pager_swap_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580084512
    },
    "swap_pager_swapped_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580089472
    },
    "swap_pager_unswapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580083968
    },
    "swap_pager_update_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580084192
    },
    "swap_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580079776
    },
    "swap_release_by_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580079968
    },
    "swap_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580078832
    },
    "swap_reserve_by_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580078864
    },
    "swap_reserve_by_cred.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613298512
    },
    "swap_reserve_by_cred.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613298520
    },
    "swap_reserve_force": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580079568
    },
    "swap_reserved": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608223168
    },
    "swap_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_node"
        }
      },
      "address": 0
    },
    "swap_total": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613298536
    },
    "swap_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swapb": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584155992
    },
    "swapclear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580322320
    },
    "swapdev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580102672
    },
    "swapdev_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313776
    },
    "swapdev_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580102432
    },
    "swapgeom_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580102000
    },
    "swapgeom_close_ev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580100544
    },
    "swapgeom_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580102176
    },
    "swapgeom_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580100288
    },
    "swapgeom_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580101376
    },
    "swapin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swapoff_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580092544
    },
    "swapoff_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580093072
    },
    "swapongeom_locked.gp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613298904
    },
    "swaponsomething": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580100592
    },
    "swaponvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580091536
    },
    "swapout_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swappagerops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071585415376
    },
    "swapped_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399060
    },
    "swapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580322592
    },
    "swaptype_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swaptype_long": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swblk_trie_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580100224
    },
    "swblk_trie_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580097600
    },
    "swblk_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298608
    },
    "swblk_zone_exhausted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298896
    },
    "swbuf_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613298552
    },
    "swcr_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579511456
    },
    "swcr_auth_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579513120
    },
    "swcr_authcompute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579521312
    },
    "swcr_ccm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579517152
    },
    "swcr_ccm_cbc_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579522656
    },
    "swcr_chacha20_poly1305": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579519264
    },
    "swcr_cipher_supported": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579513072
    },
    "swcr_compdec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579513264
    },
    "swcr_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579511536
    },
    "swcr_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610022920
    },
    "swcr_encdec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579513648
    },
    "swcr_eta": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579521872
    },
    "swcr_freesession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579512944
    },
    "swcr_gcm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579515152
    },
    "swcr_gmac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579521968
    },
    "swcr_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613291324
    },
    "swcr_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579511280
    },
    "swcr_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585359328
    },
    "swcr_newsession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579511984
    },
    "swcr_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579513632
    },
    "swcr_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579511408
    },
    "swcr_probesession": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579511568
    },
    "swcr_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579513024
    },
    "swcr_setup_auth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579514784
    },
    "swcrypt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swdev_syscall_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613298808
    },
    "swdevhd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "swdevt"
        }
      },
      "address": 18446744071613298880
    },
    "swe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "swcr_encdec"
        }
      },
      "address": 0
    },
    "swfw_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swfw_sync": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swi2c_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swi_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575312864
    },
    "swi_assign_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575313136
    },
    "swi_net": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577047536
    },
    "swi_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575313312
    },
    "swi_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575313152
    },
    "swid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "swiname": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "swing": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "switchSettling": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "switch_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "switch_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612909088
    },
    "switch_res": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "switch_update_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_switch_update_params"
        }
      },
      "address": 0
    },
    "switchcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "switchtime": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "swmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swmbsw_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "swp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "jsegdep"
        }
      },
      "address": 0
    },
    "swp_pager_async_iodone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580099136
    },
    "swp_pager_free_empty_swblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580097408
    },
    "swp_pager_freeswapspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580087072
    },
    "swp_pager_getswapspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580085616
    },
    "swp_pager_meta_build": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580086112
    },
    "swp_pager_meta_build.swblk_zone_exhausted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613298896
    },
    "swp_pager_meta_build.swpctrie_zone_exhausted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613298900
    },
    "swp_pager_meta_free_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580089152
    },
    "swp_pager_meta_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580087952
    },
    "swp_pager_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580099936
    },
    "swpctrie_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298600
    },
    "swpctrie_zone_exhausted": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298900
    },
    "swq_pktbytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swrbuf_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298592
    },
    "swreg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sws": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "swscan_methods": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_scan_methods"
      },
      "address": 18446744071609878208
    },
    "swsm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swsm2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "swstate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sw_state"
        }
      },
      "address": 0
    },
    "swtailq": {
      "type": {
        "kind": "struct",
        "name": "unnamed_1ab0af731932d2fd"
      },
      "address": 18446744071610066080
    },
    "swtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "swwbuf_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298584
    },
    "swzone": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613298624
    },
    "sx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sx_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575636880
    },
    "sx_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630992
    },
    "sx_downgrade_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575634256
    },
    "sx_downgrade_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575634016
    },
    "sx_fp_set": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612538256
    },
    "sx_fp_set_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609654520
    },
    "sx_fp_set_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609654112
    },
    "sx_fp_set_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609654136
    },
    "sx_init_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630848
    },
    "sx_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613141136
    },
    "sx_rules": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612469528
    },
    "sx_rules_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609530288
    },
    "sx_rules_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530112
    },
    "sx_rules_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609530136
    },
    "sx_shrinker": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613289600
    },
    "sx_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630704
    },
    "sx_try_slock_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575631152
    },
    "sx_try_slock_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575631024
    },
    "sx_try_upgrade_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575633888
    },
    "sx_try_upgrade_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575633760
    },
    "sx_try_xlock_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575633584
    },
    "sx_try_xlock_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575633456
    },
    "sxd": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sxfrctl0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sxfrctl1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sxfrctl1_a": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sxfrctl1_b": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "sy_thr_static": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "sym": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Sym"
        }
      },
      "address": 0
    },
    "sym_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572680800
    },
    "sym_alloc_lcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572706256
    },
    "sym_alloc_lcb_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572707536
    },
    "sym_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572683776
    },
    "sym_bk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sym_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572705904
    },
    "sym_cam_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572676528
    },
    "sym_cam_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572686256
    },
    "sym_chip_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572670464
    },
    "sym_complete_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572696768
    },
    "sym_compute_residual": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572695344
    },
    "sym_dequeue_from_squeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572702304
    },
    "sym_evaluate_dp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572696016
    },
    "sym_execute_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572708624
    },
    "sym_find_pci_chip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572667216
    },
    "sym_flush_comp_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572702768
    },
    "sym_free_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572695616
    },
    "sym_fw1": {
      "type": {
        "kind": "struct",
        "name": "sym_fw"
      },
      "address": 18446744071585024976
    },
    "sym_fw1_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572668704
    },
    "sym_fw1_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572668544
    },
    "sym_fw1a_ofs": {
      "type": {
        "kind": "struct",
        "name": "sym_fwa_ofs"
      },
      "address": 18446744071585030880
    },
    "sym_fw1a_scr": {
      "type": {
        "kind": "struct",
        "name": "sym_fw1a_scr"
      },
      "address": 18446744071585028476
    },
    "sym_fw1b_ofs": {
      "type": {
        "kind": "struct",
        "name": "sym_fwb_ofs"
      },
      "address": 18446744071585031864
    },
    "sym_fw1b_scr": {
      "type": {
        "kind": "struct",
        "name": "sym_fw1b_scr"
      },
      "address": 18446744071585030928
    },
    "sym_fw2": {
      "type": {
        "kind": "struct",
        "name": "sym_fw"
      },
      "address": 18446744071585024904
    },
    "sym_fw2_patch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572667728
    },
    "sym_fw2_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572667568
    },
    "sym_fw2a_ofs": {
      "type": {
        "kind": "struct",
        "name": "sym_fwa_ofs"
      },
      "address": 18446744071585027072
    },
    "sym_fw2a_scr": {
      "type": {
        "kind": "struct",
        "name": "sym_fw2a_scr"
      },
      "address": 18446744071585025048
    },
    "sym_fw2b_ofs": {
      "type": {
        "kind": "struct",
        "name": "sym_fwb_ofs"
      },
      "address": 18446744071585028428
    },
    "sym_fw2b_scr": {
      "type": {
        "kind": "struct",
        "name": "sym_fw2b_scr"
      },
      "address": 18446744071585027120
    },
    "sym_fw_bind_script": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572674976
    },
    "sym_fw_setup_bus_addresses": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572667952
    },
    "sym_getpciclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572674832
    },
    "sym_hipd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sym_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572683888
    },
    "sym_int_ma": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572689616
    },
    "sym_int_sir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572691168
    },
    "sym_int_udc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572695280
    },
    "sym_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572680688
    },
    "sym_intr1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572686480
    },
    "sym_modify_dp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572697936
    },
    "sym_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sym_nego_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572701680
    },
    "sym_nego_rejected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572701616
    },
    "sym_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572660928
    },
    "sym_pci_dev_table": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sym_pci_chip"
        }
      },
      "address": 18446744071585024496
    },
    "sym_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609233112
    },
    "sym_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609233064
    },
    "sym_pci_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585024448
    },
    "sym_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609233040
    },
    "sym_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572660848
    },
    "sym_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609232952
    },
    "sym_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572683760
    },
    "sym_ppr_nego": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572699488
    },
    "sym_prepare_nego": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572703088
    },
    "sym_prepare_setting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572671760
    },
    "sym_print_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572697632
    },
    "sym_print_xerr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572702000
    },
    "sym_rd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sym_read_S24C16_nvram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572678032
    },
    "sym_read_Symbios_nvram.Symbios_trailer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609233528
    },
    "sym_read_nvram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572670560
    },
    "sym_recover_scsi_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572696368
    },
    "sym_reset_scsi_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572704448
    },
    "sym_save_initial_setting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572670000
    },
    "sym_settrans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572703376
    },
    "sym_setup_data_and_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572705344
    },
    "sym_snooptest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572675632
    },
    "sym_soft_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572705024
    },
    "sym_sync_nego": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572698336
    },
    "sym_update_trans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572705520
    },
    "sym_wide_nego": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572700960
    },
    "sym_wr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sym_xpt_async_transfer_neg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572704160
    },
    "sym_xpt_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572695536
    },
    "symbol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "symbolCount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "symbolNext": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "symbolTT": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "FSE_symbolCompressionTransform"
        }
      },
      "address": 0
    },
    "symcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "symidx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "symlen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "symlink": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "symlink_smr": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "symlinktoobig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212072
    },
    "symlinktoobig_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802328
    },
    "symlinktoobig_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802352
    },
    "symname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "symnum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "symp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Sym"
        }
      },
      "address": 0
    },
    "symstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "symstrindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "symtab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "Elf64_Sym"
        }
      },
      "address": 0
    },
    "symtab_end": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "symtab_start": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "symtabindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "symval": {
      "type": {
        "kind": "struct",
        "name": "linker_symval_t"
      },
      "address": 0
    },
    "synaptics_absinfo_mt": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 0
    },
    "synaptics_absinfo_st": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 0
    },
    "synaptics_passthrough_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580473872
    },
    "synaptics_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580468576
    },
    "synaptics_support": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091908
    },
    "synaptics_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580472048
    },
    "synaptics_sysctl_create_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580468768
    },
    "sync": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "sync_algo_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577109744
    },
    "sync_algo_end_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577109952
    },
    "sync_cause": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sync_en_def": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sync_fib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_fib"
        }
      },
      "address": 0
    },
    "sync_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sync_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576573856
    },
    "sync_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576574256
    },
    "sync_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613045624
    },
    "sync_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sync_on_panic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802916
    },
    "sync_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576574384
    },
    "sync_time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "sync_vnode_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045728
    },
    "sync_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609813528
    },
    "sync_wakeup": {
      "type": {
        "kind": "struct",
        "name": "cv"
      },
      "address": 18446744071613045672
    },
    "syncache_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577930496
    },
    "syncache_badack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577924480
    },
    "syncache_chkrst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577921616
    },
    "syncache_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577920784
    },
    "syncache_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577921456
    },
    "syncache_expand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577924880
    },
    "syncache_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577930400
    },
    "syncache_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577919680
    },
    "syncache_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577934736
    },
    "syncache_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577922400
    },
    "syncache_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577934080
    },
    "syncache_pcblist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577935200
    },
    "syncache_respond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577922608
    },
    "syncache_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577928000
    },
    "syncache_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577935968
    },
    "syncache_unpause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577937056
    },
    "syncache_unreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577924656
    },
    "syncdelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "synced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "syncer_delayno": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045992
    },
    "syncer_final_iter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "syncer_mask": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613045936
    },
    "syncer_maxdelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609814184
    },
    "syncer_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576524112
    },
    "syncer_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576523920
    },
    "syncer_state": {
      "type": {
        "kind": "enum",
        "name": "unnamed_8022b55c0a002c28"
      },
      "address": 18446744071613045700
    },
    "syncer_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576523904
    },
    "syncer_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813096
    },
    "syncer_workitem_pending": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "synclist"
        }
      },
      "address": 18446744071613045944
    },
    "syncer_worklist_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045656
    },
    "synch_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575640640
    },
    "synch_setup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714064
    },
    "synchronize_srcu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578899216
    },
    "syncookie_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577936800
    },
    "syncookie_reseed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577920704
    },
    "syncpeer_sa6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in6"
        }
      },
      "address": 0
    },
    "syncrate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_syncrate"
        }
      },
      "address": 0
    },
    "syncstates": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "syncvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "synd": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "syndrome": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "synhw": {
      "type": {
        "kind": "struct",
        "name": "synapticshw_t"
      },
      "address": 0
    },
    "synthDelay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "synth_aftertouch_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231496
    },
    "synth_alloc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231856
    },
    "synth_allocvoice_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231664
    },
    "synth_bender_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231592
    },
    "synth_close_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231784
    },
    "synth_controller_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231544
    },
    "synth_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "synth_freq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "synth_hwcontrol_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231472
    },
    "synth_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "synth_insync_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231832
    },
    "synth_killnote_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231400
    },
    "synth_open_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231760
    },
    "synth_panning_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231520
    },
    "synth_query_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231808
    },
    "synth_reset_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231712
    },
    "synth_sendsysex_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231640
    },
    "synth_setinstr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231448
    },
    "synth_setupvoice_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231616
    },
    "synth_shortname_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231736
    },
    "synth_startnote_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231424
    },
    "synth_volumemethod_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231568
    },
    "synth_writeraw_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609231688
    },
    "synthinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "synth_info"
        }
      },
      "address": 0
    },
    "sys": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "sys___acl_aclcheck_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576338160
    },
    "sys___acl_aclcheck_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576337680
    },
    "sys___acl_aclcheck_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576337920
    },
    "sys___acl_delete_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576337200
    },
    "sys___acl_delete_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576336720
    },
    "sys___acl_delete_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576336960
    },
    "sys___acl_get_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576335104
    },
    "sys___acl_get_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576334080
    },
    "sys___acl_get_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576334336
    },
    "sys___acl_set_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576335920
    },
    "sys___acl_set_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576334592
    },
    "sys___acl_set_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576334848
    },
    "sys___cap_rights_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576041712
    },
    "sys___getcwd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576411520
    },
    "sys___mac_execve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264368
    },
    "sys___mac_get_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746448
    },
    "sys___mac_get_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746464
    },
    "sys___mac_get_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746480
    },
    "sys___mac_get_pid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746400
    },
    "sys___mac_get_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746416
    },
    "sys___mac_set_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746496
    },
    "sys___mac_set_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746512
    },
    "sys___mac_set_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746528
    },
    "sys___mac_set_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746432
    },
    "sys___realpathat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576413024
    },
    "sys___semctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576107472
    },
    "sys___setugid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575512864
    },
    "sys___specialfd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576052032
    },
    "sys___sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575655984
    },
    "sys___sysctlbyname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575657440
    },
    "sys__umtx_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575733408
    },
    "sys__umtx_op.umtx_ops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612891792
    },
    "sys_abort2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575277488
    },
    "sys_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576294064
    },
    "sys_accept4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576294384
    },
    "sys_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576592176
    },
    "sys_acct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575097312
    },
    "sys_adjtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575449120
    },
    "sys_aio_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576347648
    },
    "sys_aio_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348432
    },
    "sys_aio_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576351600
    },
    "sys_aio_mlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348912
    },
    "sys_aio_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348784
    },
    "sys_aio_readv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348816
    },
    "sys_aio_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576346560
    },
    "sys_aio_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576346960
    },
    "sys_aio_waitcomplete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576350880
    },
    "sys_aio_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348848
    },
    "sys_aio_writev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348880
    },
    "sys_audit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579726176
    },
    "sys_auditctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579730368
    },
    "sys_auditon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579726464
    },
    "sys_avp": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "addr_val_pair"
        }
      },
      "address": 18446744071608427408
    },
    "sys_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576291824
    },
    "sys_bindat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576292496
    },
    "sys_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580327808
    },
    "sys_cap_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040368
    },
    "sys_cap_fcntls_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576043712
    },
    "sys_cap_fcntls_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576043264
    },
    "sys_cap_getmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040560
    },
    "sys_cap_ioctls_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576042816
    },
    "sys_cap_ioctls_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576042640
    },
    "sys_cap_rights_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576041456
    },
    "sys_capability.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_chdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576582592
    },
    "sys_chflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598224
    },
    "sys_chflagsat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598624
    },
    "sys_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576599664
    },
    "sys_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576600592
    },
    "sys_chroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576583008
    },
    "sys_clock_getcpuclockid2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575694256
    },
    "sys_clock_getres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575697584
    },
    "sys_clock_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575694624
    },
    "sys_clock_nanosleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575698864
    },
    "sys_clock_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575696800
    },
    "sys_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575192560
    },
    "sys_close_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575193792
    },
    "sys_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576294432
    },
    "sys_connectat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576295264
    },
    "sys_copy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576615968
    },
    "sys_cpuset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575168304
    },
    "sys_cpuset_getaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575169264
    },
    "sys_cpuset_getdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575174000
    },
    "sys_cpuset_getid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575168784
    },
    "sys_cpuset_setaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575171600
    },
    "sys_cpuset_setdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575175248
    },
    "sys_cpuset_setid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575168592
    },
    "sys_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sys_dup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575184112
    },
    "sys_dup2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575182640
    },
    "sys_eaccess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576592848
    },
    "sys_eventfd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_execve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575257360
    },
    "sys_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575272464
    },
    "sys_extattr_delete_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576457424
    },
    "sys_extattr_delete_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576458064
    },
    "sys_extattr_delete_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576458192
    },
    "sys_extattr_get_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576455968
    },
    "sys_extattr_get_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576456736
    },
    "sys_extattr_get_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576456896
    },
    "sys_extattr_list_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576458656
    },
    "sys_extattr_list_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576459280
    },
    "sys_extattr_list_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576459392
    },
    "sys_extattr_set_fd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576454528
    },
    "sys_extattr_set_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576455280
    },
    "sys_extattr_set_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576455440
    },
    "sys_extattrctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576453600
    },
    "sys_faccessat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576592816
    },
    "sys_fchdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576581904
    },
    "sys_fchflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598688
    },
    "sys_fchmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576600144
    },
    "sys_fchmodat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576600080
    },
    "sys_fchown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576601136
    },
    "sys_fchownat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576601040
    },
    "sys_fcntl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575184144
    },
    "sys_fdatasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576605696
    },
    "sys_fexecve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575264208
    },
    "sys_ffclock_getcounter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575290592
    },
    "sys_ffclock_getestimate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575290624
    },
    "sys_ffclock_setestimate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575290608
    },
    "sys_fhlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612240
    },
    "sys_fhlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612592
    },
    "sys_fhopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612864
    },
    "sys_fhreadlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612624
    },
    "sys_fhstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576613360
    },
    "sys_fhstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576613520
    },
    "sys_flock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575207472
    },
    "sys_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575290640
    },
    "sys_fpathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575194752
    },
    "sys_fspacectl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576051120
    },
    "sys_fstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575194464
    },
    "sys_fstatat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576595488
    },
    "sys_fstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576577520
    },
    "sys_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576605664
    },
    "sys_ftruncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576049504
    },
    "sys_funlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576591856
    },
    "sys_futimens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576603328
    },
    "sys_futimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576602864
    },
    "sys_futimesat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576601808
    },
    "sys_generic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_getaudit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579729280
    },
    "sys_getaudit_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579729840
    },
    "sys_getauid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579728832
    },
    "sys_getcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575181392
    },
    "sys_getdirentries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576610880
    },
    "sys_getdtablesize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575182416
    },
    "sys_getegid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501824
    },
    "sys_geteuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501760
    },
    "sys_getfh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612144
    },
    "sys_getfhat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576612192
    },
    "sys_getfsstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576578192
    },
    "sys_getgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501792
    },
    "sys_getgroups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501856
    },
    "sys_getitimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575699360
    },
    "sys_getlogin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575518144
    },
    "sys_getloginclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575413392
    },
    "sys_getpeername": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576301776
    },
    "sys_getpgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501168
    },
    "sys_getpgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501008
    },
    "sys_getpid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575500928
    },
    "sys_getppid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575500960
    },
    "sys_getpriority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575544048
    },
    "sys_getrandom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576060624
    },
    "sys_getrandom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_getresgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575512688
    },
    "sys_getresuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575512544
    },
    "sys_getrlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575550960
    },
    "sys_getrusage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575552528
    },
    "sys_getsid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501456
    },
    "sys_getsockname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576301168
    },
    "sys_getsockopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576300288
    },
    "sys_gettimeofday": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575699024
    },
    "sys_getuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501728
    },
    "sys_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576049536
    },
    "sys_issetugid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575512832
    },
    "sys_jail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575317296
    },
    "sys_jail_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575341280
    },
    "sys_jail_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575337792
    },
    "sys_jail_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575340832
    },
    "sys_jail_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575329552
    },
    "sys_kenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575227808
    },
    "sys_kevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575241968
    },
    "sys_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575608928
    },
    "sys_kldfind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575381984
    },
    "sys_kldfirstmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575383312
    },
    "sys_kldload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575381232
    },
    "sys_kldnext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575382448
    },
    "sys_kldstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575382704
    },
    "sys_kldsym": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575383584
    },
    "sys_kldunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575381936
    },
    "sys_kldunloadf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575381952
    },
    "sys_kqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575241296
    },
    "sys_kqueuex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575241920
    },
    "sys_ktimer_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575704384
    },
    "sys_ktimer_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575707264
    },
    "sys_ktimer_getoverrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575708496
    },
    "sys_ktimer_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575707952
    },
    "sys_ktimer_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575707280
    },
    "sys_ktrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575364288
    },
    "sys_lchflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598656
    },
    "sys_lchmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576600112
    },
    "sys_lchown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576601088
    },
    "sys_lgetfh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576611568
    },
    "sys_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576587344
    },
    "sys_linkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576587968
    },
    "sys_lio_listio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576348944
    },
    "sys_listen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576292672
    },
    "sys_lpathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576597408
    },
    "sys_lseek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576591952
    },
    "sys_lutimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576602384
    },
    "sys_mac_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746544
    },
    "sys_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_madvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580214368
    },
    "sys_mincore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580214640
    },
    "sys_minherit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580214160
    },
    "sys_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576607056
    },
    "sys_mkdirat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576607888
    },
    "sys_mkfifo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576587280
    },
    "sys_mkfifoat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576587312
    },
    "sys_mknodat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576584944
    },
    "sys_mlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580216128
    },
    "sys_mlockall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580216944
    },
    "sys_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580210384
    },
    "sys_modfind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575438016
    },
    "sys_modfnext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437456
    },
    "sys_modnext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437312
    },
    "sys_modstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575437584
    },
    "sys_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576483200
    },
    "sys_mprotect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580213776
    },
    "sys_msgctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576095504
    },
    "sys_msgget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576096992
    },
    "sys_msgrcv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576102192
    },
    "sys_msgsnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576100640
    },
    "sys_msync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580212976
    },
    "sys_munlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580217792
    },
    "sys_munlockall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580217536
    },
    "sys_munmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580213216
    },
    "sys_nanosleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575698752
    },
    "sys_nfssvc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578744208
    },
    "sys_nlm_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578763824
    },
    "sys_nmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576476512
    },
    "sys_ntp_adjtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575447072
    },
    "sys_ntp_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575445056
    },
    "sys_op": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_op"
        }
      },
      "address": 18446744071613484900
    },
    "sys_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576583664
    },
    "sys_openat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576584864
    },
    "sys_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576597040
    },
    "sys_pdfork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575293168
    },
    "sys_pdgetpid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576074000
    },
    "sys_pdkill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575610576
    },
    "sys_pipe.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_pipe2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576071920
    },
    "sys_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576056496
    },
    "sys_posix_fadvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576614928
    },
    "sys_posix_fallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576050656
    },
    "sys_posix_openpt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576163808
    },
    "sys_ppoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576058496
    },
    "sys_pread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576046576
    },
    "sys_preadv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576047536
    },
    "sys_procctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575492208
    },
    "sys_procdesc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_process.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_profil": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575940832
    },
    "sys_pselect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576052160
    },
    "sys_ptrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576077616
    },
    "sys_pwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576048032
    },
    "sys_pwritev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576049120
    },
    "sys_quotactl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576576464
    },
    "sys_rctl_add_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575540016
    },
    "sys_rctl_get_limits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575539296
    },
    "sys_rctl_get_racct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575535936
    },
    "sys_rctl_get_rules": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575538288
    },
    "sys_rctl_remove_rule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575540416
    },
    "sys_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576046176
    },
    "sys_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576597472
    },
    "sys_readlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576598000
    },
    "sys_readv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576047040
    },
    "sys_reboot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575582160
    },
    "sys_recvfrom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576299280
    },
    "sys_recvmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576299472
    },
    "sys_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576605712
    },
    "sys_renameat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576607024
    },
    "sys_revoke": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576611120
    },
    "sys_rfork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575293472
    },
    "sys_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576607920
    },
    "sys_rpctls_syscall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579681360
    },
    "sys_rtprio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575547696
    },
    "sys_rtprio_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575546416
    },
    "sys_sbrk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580210352
    },
    "sys_sched_get_priority_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791168
    },
    "sys_sched_get_priority_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791216
    },
    "sys_sched_getcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575640608
    },
    "sys_sched_getparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575790080
    },
    "sys_sched_getscheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575790832
    },
    "sys_sched_rr_get_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791264
    },
    "sys_sched_setparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575789744
    },
    "sys_sched_setscheduler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575790416
    },
    "sys_sched_yield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575791152
    },
    "sys_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576055840
    },
    "sys_semget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576112720
    },
    "sys_semop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576114096
    },
    "sys_sendfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575578960
    },
    "sys_sendmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576297664
    },
    "sys_sendto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576296960
    },
    "sys_setaudit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579729424
    },
    "sys_setaudit_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579729952
    },
    "sys_setauid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579728928
    },
    "sys_setcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575181696
    },
    "sys_setegid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575506992
    },
    "sys_seteuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575505696
    },
    "sys_setfib": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128592
    },
    "sys_setgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575506320
    },
    "sys_setgroups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575507568
    },
    "sys_setitimer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575700160
    },
    "sys_setlogin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575518560
    },
    "sys_setloginclass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575413472
    },
    "sys_setpgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575502432
    },
    "sys_setpriority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575544960
    },
    "sys_setregid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575509856
    },
    "sys_setresgid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575511728
    },
    "sys_setresuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575510608
    },
    "sys_setreuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575508720
    },
    "sys_setrlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575548656
    },
    "sys_setsid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575501936
    },
    "sys_setsockopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576299936
    },
    "sys_settimeofday": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575699120
    },
    "sys_setuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575503552
    },
    "sys_shm_open2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576242416
    },
    "sys_shm_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576240576
    },
    "sys_shm_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576239888
    },
    "sys_shmat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576125040
    },
    "sys_shmctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576126208
    },
    "sys_shmdt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576123408
    },
    "sys_shmget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576126368
    },
    "sys_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576299648
    },
    "sys_sigaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575596544
    },
    "sys_sigaltstack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575608320
    },
    "sys_sigfastblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575625600
    },
    "sys_sigpending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575606464
    },
    "sys_sigprocmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575598896
    },
    "sys_sigqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575611168
    },
    "sys_sigreturn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581393872
    },
    "sys_sigsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575606704
    },
    "sys_sigtimedwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575601408
    },
    "sys_sigwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575599040
    },
    "sys_sigwaitinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575601584
    },
    "sys_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576291440
    },
    "sys_socket.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sys_socketpair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576296272
    },
    "sys_sstk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580210368
    },
    "sys_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576577008
    },
    "sys_swapcontext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575181840
    },
    "sys_swapoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580092512
    },
    "sys_swapon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580090176
    },
    "sys_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576588736
    },
    "sys_symlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576589792
    },
    "sys_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576576448
    },
    "sys_thr_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575674944
    },
    "sys_thr_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575677136
    },
    "sys_thr_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575677584
    },
    "sys_thr_kill2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575678128
    },
    "sys_thr_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575676432
    },
    "sys_thr_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575677056
    },
    "sys_thr_set_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575679712
    },
    "sys_thr_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575678816
    },
    "sys_thr_wake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575679472
    },
    "sys_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576604416
    },
    "sys_umask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576610960
    },
    "sys_undelete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576589824
    },
    "sys_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576590528
    },
    "sys_unlinkat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576591760
    },
    "sys_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576484272
    },
    "sys_utimensat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576604000
    },
    "sys_utimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576601328
    },
    "sys_utrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575367360
    },
    "sys_uuidgen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575768368
    },
    "sys_vfork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575293344
    },
    "sys_wait4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575278016
    },
    "sys_wait6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575278432
    },
    "sys_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576047632
    },
    "sys_writev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576048496
    },
    "sys_yield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575640528
    },
    "sysarch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581546960
    },
    "sysarch_ldt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581544608
    },
    "sysbeep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575146944
    },
    "sysbeep_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575147984
    },
    "sysbeep_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609645408
    },
    "sysbeepstop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575147072
    },
    "sysbus_intr_details": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584736000
    },
    "sysbus_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584736096
    },
    "syscal_vfs_cache_fast_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576425600
    },
    "syscall32_helper_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210976
    },
    "syscall32_helper_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566211008
    },
    "syscall32_module_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566210944
    },
    "syscall_helper_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575642800
    },
    "syscall_helper_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575643648
    },
    "syscall_module_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641936
    },
    "syscall_not_present": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575789680
    },
    "syscall_ret_l1d_flush": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613484776
    },
    "syscall_ret_l1d_flush_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484772
    },
    "syscall_thread_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641344
    },
    "syscall_thread_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575641392
    },
    "syscallname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009648
    },
    "syscallname.unknown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585186400
    },
    "syscallnames": {
      "type": {
        "count": 584,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609755568
    },
    "syscalls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sysclock_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807472
    },
    "sysclock_getsnapshot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666464
    },
    "sysclock_snap2bintime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666672
    },
    "syscons.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "syscons_isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "syscont_ids": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608332912
    },
    "sysctl___compat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681168
    },
    "sysctl___compat_ia32": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610215536
    },
    "sysctl___compat_ia32_maxdsiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610215648
    },
    "sysctl___compat_ia32_maxssiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610215768
    },
    "sysctl___compat_ia32_maxvmem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610215880
    },
    "sysctl___compat_linuxkpi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609999712
    },
    "sysctl___compat_linuxkpi_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609999824
    },
    "sysctl___compat_linuxkpi_lkpi_pci_nseg1_fail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610003040
    },
    "sysctl___compat_linuxkpi_mlx4_enable_4k_uar": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007528
    },
    "sysctl___compat_linuxkpi_mlx4_enable_64b_cqe_eqe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007416
    },
    "sysctl___compat_linuxkpi_mlx4_enable_qos": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610006960
    },
    "sysctl___compat_linuxkpi_mlx4_inline_thold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610009264
    },
    "sysctl___compat_linuxkpi_mlx4_internal_err_reset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610005256
    },
    "sysctl___compat_linuxkpi_mlx4_log_mtts_per_seg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007984
    },
    "sysctl___compat_linuxkpi_mlx4_log_num_mac": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007640
    },
    "sysctl___compat_linuxkpi_mlx4_log_num_mgm_entry_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007304
    },
    "sysctl___compat_linuxkpi_mlx4_log_num_vlan": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007752
    },
    "sysctl___compat_linuxkpi_mlx4_msi_x": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007184
    },
    "sysctl___compat_linuxkpi_mlx4_pfcrx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610009152
    },
    "sysctl___compat_linuxkpi_mlx4_pfctx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610009040
    },
    "sysctl___compat_linuxkpi_mlx4_udp_rss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610008928
    },
    "sysctl___compat_linuxkpi_mlx4_use_prio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610007864
    },
    "sysctl___compat_linuxkpi_net_ratelimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610000048
    },
    "sysctl___compat_linuxkpi_skb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610003760
    },
    "sysctl___compat_linuxkpi_skb_mem_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610003872
    },
    "sysctl___compat_linuxkpi_task_struct_reserve": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610001088
    },
    "sysctl___compat_linuxkpi_warn_dump_stack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609999936
    },
    "sysctl___debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680384
    },
    "sysctl___debug_acpi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608326768
    },
    "sysctl___debug_acpi_acpi_ca_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608326880
    },
    "sysctl___debug_acpi_batt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608333008
    },
    "sysctl___debug_acpi_batt_batt_sleep_ms": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608333120
    },
    "sysctl___debug_acpi_default_register_width": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608327336
    },
    "sysctl___debug_acpi_ec": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608330256
    },
    "sysctl___debug_acpi_ec_burst": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608330368
    },
    "sysctl___debug_acpi_ec_polled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608330480
    },
    "sysctl___debug_acpi_ec_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608330592
    },
    "sysctl___debug_acpi_enable_debug_objects": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608327064
    },
    "sysctl___debug_acpi_interpreter_slack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608327200
    },
    "sysctl___debug_acpi_max_tasks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608325808
    },
    "sysctl___debug_acpi_max_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608326032
    },
    "sysctl___debug_acpi_resume_beep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610172080
    },
    "sysctl___debug_acpi_suspend_bounce": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608327472
    },
    "sysctl___debug_acpi_tasks_hiwater": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608325920
    },
    "sysctl___debug_adaptive_machine_arch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685136
    },
    "sysctl___debug_allow_insane_settime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609720472
    },
    "sysctl___debug_bigcgs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610057200
    },
    "sysctl___debug_bioq_batchsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609735272
    },
    "sysctl___debug_boothowto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609619096
    },
    "sysctl___debug_bootverbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609619208
    },
    "sysctl___debug_clock_do_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609744928
    },
    "sysctl___debug_clock_show_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609744816
    },
    "sysctl___debug_clocktime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609733224
    },
    "sysctl___debug_cpufreq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609645672
    },
    "sysctl___debug_cpufreq_lowest": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609645784
    },
    "sysctl___debug_cpufreq_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609645896
    },
    "sysctl___debug_ddb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608320064
    },
    "sysctl___debug_ddb_capture": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608315808
    },
    "sysctl___debug_ddb_capture_bufoff": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608315920
    },
    "sysctl___debug_ddb_capture_bufsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608316280
    },
    "sysctl___debug_ddb_capture_data": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608316392
    },
    "sysctl___debug_ddb_capture_inprogress": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608316144
    },
    "sysctl___debug_ddb_capture_maxbufsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608316032
    },
    "sysctl___debug_ddb_prioritize_control_input": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608319936
    },
    "sysctl___debug_ddb_scripting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608320728
    },
    "sysctl___debug_ddb_scripting_script": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608320952
    },
    "sysctl___debug_ddb_scripting_scripts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608320840
    },
    "sysctl___debug_ddb_scripting_unscript": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321064
    },
    "sysctl___debug_ddb_textdump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321224
    },
    "sysctl___debug_ddb_textdump_do_config": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321448
    },
    "sysctl___debug_ddb_textdump_do_ddb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321560
    },
    "sysctl___debug_ddb_textdump_do_msgbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321672
    },
    "sysctl___debug_ddb_textdump_do_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321784
    },
    "sysctl___debug_ddb_textdump_do_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321896
    },
    "sysctl___debug_ddb_textdump_pending": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608321336
    },
    "sysctl___debug_ddb_use_printf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608320248
    },
    "sysctl___debug_debugger_on_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707336
    },
    "sysctl___debug_debugger_on_recursive_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707448
    },
    "sysctl___debug_debugger_on_trap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707560
    },
    "sysctl___debug_devfs_iosize_max_clamp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609752016
    },
    "sysctl___debug_dircheck": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610062088
    },
    "sysctl___debug_dobkgrdwrite": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610057312
    },
    "sysctl___debug_dump_modinfo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609740232
    },
    "sysctl___debug_efi_time": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610173048
    },
    "sysctl___debug_elf32_legacy_coredump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609616864
    },
    "sysctl___debug_elf64_legacy_coredump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609614896
    },
    "sysctl___debug_fail_point": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609654272
    },
    "sysctl___debug_fail_point_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609816320
    },
    "sysctl___debug_fail_point_g_mirror_metadata_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609588040
    },
    "sysctl___debug_fail_point_g_mirror_regular_request_delete": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609589560
    },
    "sysctl___debug_fail_point_g_mirror_regular_request_flush": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609589864
    },
    "sysctl___debug_fail_point_g_mirror_regular_request_read": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609588952
    },
    "sysctl___debug_fail_point_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609590168
    },
    "sysctl___debug_fail_point_g_mirror_regular_request_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609589256
    },
    "sysctl___debug_fail_point_g_mirror_sync_request_read": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609588344
    },
    "sysctl___debug_fail_point_g_mirror_sync_request_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609588648
    },
    "sysctl___debug_fail_point_nfscl_force_fileid_warning": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609551056
    },
    "sysctl___debug_fail_point_nlm_deny_grant": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609998280
    },
    "sysctl___debug_fail_point_random_fortuna_pre_read": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609106520
    },
    "sysctl___debug_fail_point_status_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609816432
    },
    "sysctl___debug_fail_point_status_g_mirror_metadata_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609588152
    },
    "sysctl___debug_fail_point_status_g_mirror_regular_request_delete": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609589672
    },
    "sysctl___debug_fail_point_status_g_mirror_regular_request_flush": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609589976
    },
    "sysctl___debug_fail_point_status_g_mirror_regular_request_read": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609589064
    },
    "sysctl___debug_fail_point_status_g_mirror_regular_request_speedup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609590280
    },
    "sysctl___debug_fail_point_status_g_mirror_regular_request_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609589368
    },
    "sysctl___debug_fail_point_status_g_mirror_sync_request_read": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609588456
    },
    "sysctl___debug_fail_point_status_g_mirror_sync_request_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609588760
    },
    "sysctl___debug_fail_point_status_nfscl_force_fileid_warning": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609551168
    },
    "sysctl___debug_fail_point_status_nlm_deny_grant": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609998392
    },
    "sysctl___debug_fail_point_status_random_fortuna_pre_read": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609106632
    },
    "sysctl___debug_fail_point_status_sysctl_running": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609715888
    },
    "sysctl___debug_fail_point_status_test_fail_point": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609654752
    },
    "sysctl___debug_fail_point_sysctl_running": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609715776
    },
    "sysctl___debug_fail_point_test_fail_point": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609654640
    },
    "sysctl___debug_fail_point_test_trigger_fail_point": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609654384
    },
    "sysctl___debug_fdc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610102432
    },
    "sysctl___debug_fdc_debugflags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610102656
    },
    "sysctl___debug_fdc_fifo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610102544
    },
    "sysctl___debug_fdc_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610102768
    },
    "sysctl___debug_fdc_settle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610103104
    },
    "sysctl___debug_fdc_spec1": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610102880
    },
    "sysctl___debug_fdc_spec2": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610102992
    },
    "sysctl___debug_firewire_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608460664
    },
    "sysctl___debug_ftry_reclaim_vnode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812432
    },
    "sysctl___debug_fwmem_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608462448
    },
    "sysctl___debug_gbde_ncache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609575504
    },
    "sysctl___debug_gbde_nsect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609575392
    },
    "sysctl___debug_gbde_nwork": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609575232
    },
    "sysctl___debug_gdb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609574128
    },
    "sysctl___debug_gdb_cons": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609571480
    },
    "sysctl___debug_gdb_netgdb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609574408
    },
    "sysctl___debug_gdb_netgdb_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609574520
    },
    "sysctl___debug_gdbcons": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609571592
    },
    "sysctl___debug_hwpstate_pstate_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610154464
    },
    "sysctl___debug_hwpstate_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610154240
    },
    "sysctl___debug_hwpstate_verify": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610154352
    },
    "sysctl___debug_if_tun_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609830624
    },
    "sysctl___debug_iosize_max_clamp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609751904
    },
    "sysctl___debug_ipw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608487944
    },
    "sysctl___debug_iwi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608489848
    },
    "sysctl___debug_kdb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737192
    },
    "sysctl___debug_kdb_alt_break_to_debugger": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609738312
    },
    "sysctl___debug_kdb_available": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737304
    },
    "sysctl___debug_kdb_break_to_debugger": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609738200
    },
    "sysctl___debug_kdb_current": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737416
    },
    "sysctl___debug_kdb_enter": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737528
    },
    "sysctl___debug_kdb_enter_securelevel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609738424
    },
    "sysctl___debug_kdb_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737640
    },
    "sysctl___debug_kdb_panic_str": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737752
    },
    "sysctl___debug_kdb_stack_overflow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609738088
    },
    "sysctl___debug_kdb_trap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737864
    },
    "sysctl___debug_kdb_trap_code": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609737976
    },
    "sysctl___debug_link_elf_leak_locals": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609722760
    },
    "sysctl___debug_link_elf_obj_leak_locals": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610215248
    },
    "sysctl___debug_lock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609738992
    },
    "sysctl___debug_lock_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609739104
    },
    "sysctl___debug_lock_delay_base": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609739216
    },
    "sysctl___debug_lock_delay_loops": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609739552
    },
    "sysctl___debug_lock_delay_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609739328
    },
    "sysctl___debug_lock_delay_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609739440
    },
    "sysctl___debug_lockmgr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609670720
    },
    "sysctl___debug_lockmgr_adaptive_spinning": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609670832
    },
    "sysctl___debug_max_vnlru_free": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812736
    },
    "sysctl___debug_mddebug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608502720
    },
    "sysctl___debug_minidump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165456
    },
    "sysctl___debug_nchash": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799368
    },
    "sysctl___debug_ncores": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609712336
    },
    "sysctl___debug_nlm_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609998080
    },
    "sysctl___debug_nullfs_bug_bypass": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609564424
    },
    "sysctl___debug_obsolete_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609732480
    },
    "sysctl___debug_osd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691904
    },
    "sysctl___debug_psm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610089824
    },
    "sysctl___debug_psm_errsecs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090272
    },
    "sysctl___debug_psm_errusecs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090384
    },
    "sysctl___debug_psm_hz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090160
    },
    "sysctl___debug_psm_loglevel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090048
    },
    "sysctl___debug_psm_pkterrthresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090720
    },
    "sysctl___debug_psm_secs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090496
    },
    "sysctl___debug_psm_usecs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090608
    },
    "sysctl___debug_rman_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609744016
    },
    "sysctl___debug_rush_requests": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811760
    },
    "sysctl___debug_sbp_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608464832
    },
    "sysctl___debug_sizeof": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680496
    },
    "sysctl___debug_sizeof_bio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689440
    },
    "sysctl___debug_sizeof_buf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689552
    },
    "sysctl___debug_sizeof_cdev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609529224
    },
    "sysctl___debug_sizeof_cdev_priv": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609529336
    },
    "sysctl___debug_sizeof_devstat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609734808
    },
    "sysctl___debug_sizeof_g_bioq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609582208
    },
    "sysctl___debug_sizeof_g_class": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581760
    },
    "sysctl___debug_sizeof_g_consumer": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609582096
    },
    "sysctl___debug_sizeof_g_geom": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581872
    },
    "sysctl___debug_sizeof_g_provider": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581984
    },
    "sysctl___debug_sizeof_kinfo_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689664
    },
    "sysctl___debug_sizeof_namecache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799480
    },
    "sysctl___debug_sizeof_pcb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689776
    },
    "sysctl___debug_sizeof_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689216
    },
    "sysctl___debug_sizeof_vnode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689104
    },
    "sysctl___debug_smr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609747128
    },
    "sysctl___debug_smr_advance": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609747288
    },
    "sysctl___debug_smr_advance_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609747448
    },
    "sysctl___debug_smr_poll": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609747608
    },
    "sysctl___debug_smr_poll_fail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609747928
    },
    "sysctl___debug_smr_poll_scan": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609747768
    },
    "sysctl___debug_softdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034192
    },
    "sysctl___debug_softdep_blk_limit_hit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049168
    },
    "sysctl___debug_softdep_blk_limit_push": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610048944
    },
    "sysctl___debug_softdep_cleanup_blkrequests": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050960
    },
    "sysctl___debug_softdep_cleanup_failures": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051408
    },
    "sysctl___debug_softdep_cleanup_high_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051184
    },
    "sysctl___debug_softdep_cleanup_inorequests": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051072
    },
    "sysctl___debug_softdep_cleanup_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051296
    },
    "sysctl___debug_softdep_current": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034528
    },
    "sysctl___debug_softdep_current_allocdirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036896
    },
    "sysctl___debug_softdep_current_allocindir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037888
    },
    "sysctl___debug_softdep_current_bmsafemap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035904
    },
    "sysctl___debug_softdep_current_diradd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039872
    },
    "sysctl___debug_softdep_current_dirrem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040864
    },
    "sysctl___debug_softdep_current_freeblks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038880
    },
    "sysctl___debug_softdep_current_freedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042352
    },
    "sysctl___debug_softdep_current_freefile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039376
    },
    "sysctl___debug_softdep_current_freefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038384
    },
    "sysctl___debug_softdep_current_freework": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041856
    },
    "sysctl___debug_softdep_current_indirdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037392
    },
    "sysctl___debug_softdep_current_inodedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035408
    },
    "sysctl___debug_softdep_current_jaddref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042848
    },
    "sysctl___debug_softdep_current_jfreeblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044832
    },
    "sysctl___debug_softdep_current_jfreefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045328
    },
    "sysctl___debug_softdep_current_jfsync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047808
    },
    "sysctl___debug_softdep_current_jmvref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043840
    },
    "sysctl___debug_softdep_current_jnewblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044336
    },
    "sysctl___debug_softdep_current_jremref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043344
    },
    "sysctl___debug_softdep_current_jseg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045824
    },
    "sysctl___debug_softdep_current_jsegdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046320
    },
    "sysctl___debug_softdep_current_jtrunc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047312
    },
    "sysctl___debug_softdep_current_mkdir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040368
    },
    "sysctl___debug_softdep_current_newblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036400
    },
    "sysctl___debug_softdep_current_newdirblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041360
    },
    "sysctl___debug_softdep_current_pagedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034912
    },
    "sysctl___debug_softdep_current_sbdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046816
    },
    "sysctl___debug_softdep_delayed_inactivations": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610048832
    },
    "sysctl___debug_softdep_dir_entry": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049840
    },
    "sysctl___debug_softdep_direct_blk_ptrs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049728
    },
    "sysctl___debug_softdep_emptyjblocks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051632
    },
    "sysctl___debug_softdep_flush_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610048608
    },
    "sysctl___debug_softdep_flushcache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051520
    },
    "sysctl___debug_softdep_highuse": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034416
    },
    "sysctl___debug_softdep_highuse_allocdirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037008
    },
    "sysctl___debug_softdep_highuse_allocindir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038000
    },
    "sysctl___debug_softdep_highuse_bmsafemap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036016
    },
    "sysctl___debug_softdep_highuse_diradd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039984
    },
    "sysctl___debug_softdep_highuse_dirrem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040976
    },
    "sysctl___debug_softdep_highuse_freeblks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038992
    },
    "sysctl___debug_softdep_highuse_freedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042464
    },
    "sysctl___debug_softdep_highuse_freefile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039488
    },
    "sysctl___debug_softdep_highuse_freefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038496
    },
    "sysctl___debug_softdep_highuse_freework": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041968
    },
    "sysctl___debug_softdep_highuse_indirdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037504
    },
    "sysctl___debug_softdep_highuse_inodedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035520
    },
    "sysctl___debug_softdep_highuse_jaddref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042960
    },
    "sysctl___debug_softdep_highuse_jfreeblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044944
    },
    "sysctl___debug_softdep_highuse_jfreefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045440
    },
    "sysctl___debug_softdep_highuse_jfsync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047920
    },
    "sysctl___debug_softdep_highuse_jmvref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043952
    },
    "sysctl___debug_softdep_highuse_jnewblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044448
    },
    "sysctl___debug_softdep_highuse_jremref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043456
    },
    "sysctl___debug_softdep_highuse_jseg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045936
    },
    "sysctl___debug_softdep_highuse_jsegdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046432
    },
    "sysctl___debug_softdep_highuse_jtrunc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047424
    },
    "sysctl___debug_softdep_highuse_mkdir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040480
    },
    "sysctl___debug_softdep_highuse_newblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036512
    },
    "sysctl___debug_softdep_highuse_newdirblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041472
    },
    "sysctl___debug_softdep_highuse_pagedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035024
    },
    "sysctl___debug_softdep_highuse_sbdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046928
    },
    "sysctl___debug_softdep_indir_blk_ptrs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049504
    },
    "sysctl___debug_softdep_ino_limit_hit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049280
    },
    "sysctl___debug_softdep_ino_limit_push": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049056
    },
    "sysctl___debug_softdep_inode_bitmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049616
    },
    "sysctl___debug_softdep_jaddref_rollback": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049952
    },
    "sysctl___debug_softdep_jnewblk_rollback": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050064
    },
    "sysctl___debug_softdep_journal_low": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050176
    },
    "sysctl___debug_softdep_journal_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050288
    },
    "sysctl___debug_softdep_journal_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050400
    },
    "sysctl___debug_softdep_jwait_filepage": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050512
    },
    "sysctl___debug_softdep_jwait_freeblks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050624
    },
    "sysctl___debug_softdep_jwait_inode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050736
    },
    "sysctl___debug_softdep_jwait_newblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610050848
    },
    "sysctl___debug_softdep_max_softdeps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610048384
    },
    "sysctl___debug_softdep_print_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051856
    },
    "sysctl___debug_softdep_sync_limit_hit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610049392
    },
    "sysctl___debug_softdep_tickdelay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610048496
    },
    "sysctl___debug_softdep_total": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034304
    },
    "sysctl___debug_softdep_total_allocdirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036784
    },
    "sysctl___debug_softdep_total_allocindir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037776
    },
    "sysctl___debug_softdep_total_bmsafemap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035792
    },
    "sysctl___debug_softdep_total_diradd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039760
    },
    "sysctl___debug_softdep_total_dirrem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040752
    },
    "sysctl___debug_softdep_total_freeblks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038768
    },
    "sysctl___debug_softdep_total_freedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042240
    },
    "sysctl___debug_softdep_total_freefile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039264
    },
    "sysctl___debug_softdep_total_freefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038272
    },
    "sysctl___debug_softdep_total_freework": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041744
    },
    "sysctl___debug_softdep_total_indirdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037280
    },
    "sysctl___debug_softdep_total_inodedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035296
    },
    "sysctl___debug_softdep_total_jaddref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042736
    },
    "sysctl___debug_softdep_total_jfreeblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044720
    },
    "sysctl___debug_softdep_total_jfreefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045216
    },
    "sysctl___debug_softdep_total_jfsync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047696
    },
    "sysctl___debug_softdep_total_jmvref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043728
    },
    "sysctl___debug_softdep_total_jnewblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044224
    },
    "sysctl___debug_softdep_total_jremref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043232
    },
    "sysctl___debug_softdep_total_jseg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045712
    },
    "sysctl___debug_softdep_total_jsegdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046208
    },
    "sysctl___debug_softdep_total_jtrunc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047200
    },
    "sysctl___debug_softdep_total_mkdir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040256
    },
    "sysctl___debug_softdep_total_newblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036288
    },
    "sysctl___debug_softdep_total_newdirblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041248
    },
    "sysctl___debug_softdep_total_pagedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034800
    },
    "sysctl___debug_softdep_total_sbdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046704
    },
    "sysctl___debug_softdep_worklist_push": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610048720
    },
    "sysctl___debug_softdep_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034640
    },
    "sysctl___debug_softdep_write_allocdirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037120
    },
    "sysctl___debug_softdep_write_allocindir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038112
    },
    "sysctl___debug_softdep_write_bmsafemap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036128
    },
    "sysctl___debug_softdep_write_diradd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040096
    },
    "sysctl___debug_softdep_write_dirrem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041088
    },
    "sysctl___debug_softdep_write_freeblks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039104
    },
    "sysctl___debug_softdep_write_freedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042576
    },
    "sysctl___debug_softdep_write_freefile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610039600
    },
    "sysctl___debug_softdep_write_freefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610038608
    },
    "sysctl___debug_softdep_write_freework": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610042080
    },
    "sysctl___debug_softdep_write_indirdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610037616
    },
    "sysctl___debug_softdep_write_inodedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035632
    },
    "sysctl___debug_softdep_write_jaddref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043072
    },
    "sysctl___debug_softdep_write_jfreeblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045056
    },
    "sysctl___debug_softdep_write_jfreefrag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610045552
    },
    "sysctl___debug_softdep_write_jfsync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610048032
    },
    "sysctl___debug_softdep_write_jmvref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044064
    },
    "sysctl___debug_softdep_write_jnewblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610044560
    },
    "sysctl___debug_softdep_write_jremref": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610043568
    },
    "sysctl___debug_softdep_write_jseg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046048
    },
    "sysctl___debug_softdep_write_jsegdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610046544
    },
    "sysctl___debug_softdep_write_jtrunc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047536
    },
    "sysctl___debug_softdep_write_mkdir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610040592
    },
    "sysctl___debug_softdep_write_newblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610036624
    },
    "sysctl___debug_softdep_write_newdirblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610041584
    },
    "sysctl___debug_softdep_write_pagedep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610035136
    },
    "sysctl___debug_softdep_write_sbdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610047040
    },
    "sysctl___debug_trace_all_panics": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707784
    },
    "sysctl___debug_trace_on_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707672
    },
    "sysctl___debug_try_reclaim_vnode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812320
    },
    "sysctl___debug_uart_force_poll": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609400400
    },
    "sysctl___debug_uart_poll_freq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609400288
    },
    "sysctl___debug_uma_reclaim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069352
    },
    "sysctl___debug_uma_reclaim_domain": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069464
    },
    "sysctl___debug_umtx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609722080
    },
    "sysctl___debug_umtx_robust_faults_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609722304
    },
    "sysctl___debug_umtx_umtx_pi_allocated": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609722192
    },
    "sysctl___debug_vm_lowmem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069240
    },
    "sysctl___debug_vn_io_fault_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609815680
    },
    "sysctl___debug_vn_io_fault_prefault": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609815792
    },
    "sysctl___debug_vn_io_faults": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609816016
    },
    "sysctl___debug_vn_io_pgcache_read_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609815904
    },
    "sysctl___debug_vn_lock_pair_pause": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609816544
    },
    "sysctl___debug_vn_lock_pair_pause_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609816656
    },
    "sysctl___debug_vnlru_nowhere": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812208
    },
    "sysctl___debug_vnode_domainset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610083960
    },
    "sysctl___debug_x86bios": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610216680
    },
    "sysctl___debug_x86bios_call": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610216792
    },
    "sysctl___debug_x86bios_int": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610216904
    },
    "sysctl___dev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609731472
    },
    "sysctl___dev_netmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609078624
    },
    "sysctl___dev_netmap_admode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079296
    },
    "sysctl___dev_netmap_bridge_batch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609083528
    },
    "sysctl___dev_netmap_buf_curr_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082920
    },
    "sysctl___dev_netmap_buf_curr_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082696
    },
    "sysctl___dev_netmap_buf_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082808
    },
    "sysctl___dev_netmap_buf_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082584
    },
    "sysctl___dev_netmap_default_pipes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609083408
    },
    "sysctl___dev_netmap_fwd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079184
    },
    "sysctl___dev_netmap_generic_hwcsum": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079408
    },
    "sysctl___dev_netmap_generic_mit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079520
    },
    "sysctl___dev_netmap_generic_rings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079744
    },
    "sysctl___dev_netmap_generic_ringsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079632
    },
    "sysctl___dev_netmap_if_curr_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609081576
    },
    "sysctl___dev_netmap_if_curr_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609081352
    },
    "sysctl___dev_netmap_if_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609081464
    },
    "sysctl___dev_netmap_if_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609081240
    },
    "sysctl___dev_netmap_iflib_crcstrip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609835584
    },
    "sysctl___dev_netmap_iflib_rx_miss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609835696
    },
    "sysctl___dev_netmap_iflib_rx_miss_bufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609835808
    },
    "sysctl___dev_netmap_max_bridges": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609083640
    },
    "sysctl___dev_netmap_no_pendintr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609078960
    },
    "sysctl___dev_netmap_no_timestamp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609078848
    },
    "sysctl___dev_netmap_priv_buf_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609083144
    },
    "sysctl___dev_netmap_priv_buf_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609083032
    },
    "sysctl___dev_netmap_priv_if_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609081800
    },
    "sysctl___dev_netmap_priv_if_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609081688
    },
    "sysctl___dev_netmap_priv_ring_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082472
    },
    "sysctl___dev_netmap_priv_ring_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082360
    },
    "sysctl___dev_netmap_ptnet_vnet_hdr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079856
    },
    "sysctl___dev_netmap_ring_curr_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082248
    },
    "sysctl___dev_netmap_ring_curr_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082024
    },
    "sysctl___dev_netmap_ring_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609082136
    },
    "sysctl___dev_netmap_ring_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609081912
    },
    "sysctl___dev_netmap_txsync_retry": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609079072
    },
    "sysctl___dev_netmap_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609078736
    },
    "sysctl___dev_xen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609523640
    },
    "sysctl___dev_xen_balloon": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609516672
    },
    "sysctl___dev_xen_balloon_current": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609516784
    },
    "sysctl___dev_xen_balloon_driver_pages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609517008
    },
    "sysctl___dev_xen_balloon_hard_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609517120
    },
    "sysctl___dev_xen_balloon_high_mem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609517344
    },
    "sysctl___dev_xen_balloon_low_mem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609517232
    },
    "sysctl___dev_xen_balloon_target": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609516896
    },
    "sysctl___dev_xen_xsd_kva": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609523864
    },
    "sysctl___dev_xen_xsd_port": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609523752
    },
    "sysctl___hw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680608
    },
    "sysctl___hw_aac": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608322416
    },
    "sysctl___hw_aac_enable_msi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608323456
    },
    "sysctl___hw_aacraid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608324368
    },
    "sysctl___hw_apic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610218744
    },
    "sysctl___hw_apic_ds_idle_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610219192
    },
    "sysctl___hw_apic_enable_extint": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610217816
    },
    "sysctl___hw_apic_eoi_suppression": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610218968
    },
    "sysctl___hw_apic_timer_tsc_deadline": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610219080
    },
    "sysctl___hw_apic_x2apic_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610218856
    },
    "sysctl___hw_ata": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608344584
    },
    "sysctl___hw_ata_ata_dma_check_80pin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608344696
    },
    "sysctl___hw_ath": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608355136
    },
    "sysctl___hw_ath_anical": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608353280
    },
    "sysctl___hw_ath_bstuck": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608353760
    },
    "sysctl___hw_ath_hal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608355248
    },
    "sysctl___hw_ath_longcal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608352944
    },
    "sysctl___hw_ath_resetcal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608353168
    },
    "sysctl___hw_ath_rxbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608353400
    },
    "sysctl___hw_ath_shortcal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608353056
    },
    "sysctl___hw_ath_txbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608353520
    },
    "sysctl___hw_ath_txbuf_mgmt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608353640
    },
    "sysctl___hw_atkbd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610088520
    },
    "sysctl___hw_atkbd_hz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610088632
    },
    "sysctl___hw_availpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684880
    },
    "sysctl___hw_bce": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416200
    },
    "sysctl___hw_bce_hdr_split": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416872
    },
    "sysctl___hw_bce_msi_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416536
    },
    "sysctl___hw_bce_rx_pages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416648
    },
    "sysctl___hw_bce_rx_quick_cons_trip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417656
    },
    "sysctl___hw_bce_rx_quick_cons_trip_int": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417544
    },
    "sysctl___hw_bce_rx_ticks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417880
    },
    "sysctl___hw_bce_rx_ticks_int": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417768
    },
    "sysctl___hw_bce_strict_rx_mtu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416984
    },
    "sysctl___hw_bce_tso_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416424
    },
    "sysctl___hw_bce_tx_pages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416760
    },
    "sysctl___hw_bce_tx_quick_cons_trip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417208
    },
    "sysctl___hw_bce_tx_quick_cons_trip_int": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417096
    },
    "sysctl___hw_bce_tx_ticks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417432
    },
    "sysctl___hw_bce_tx_ticks_int": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608417320
    },
    "sysctl___hw_bce_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608416312
    },
    "sysctl___hw_bge": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608419096
    },
    "sysctl___hw_bge_allow_asf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608419208
    },
    "sysctl___hw_broken_txfifo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609400704
    },
    "sysctl___hw_bus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609731360
    },
    "sysctl___hw_bus_devctl_queue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609649352
    },
    "sysctl___hw_bus_devices": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609732360
    },
    "sysctl___hw_bus_disable_failed_devices": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609731584
    },
    "sysctl___hw_bus_info": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609732248
    },
    "sysctl___hw_bus_rman": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609744288
    },
    "sysctl___hw_busdma": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610161280
    },
    "sysctl___hw_busdma_total_bpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610161488
    },
    "sysctl___hw_bxe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610093624
    },
    "sysctl___hw_bxe_autogreeen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094744
    },
    "sysctl___hw_bxe_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610093736
    },
    "sysctl___hw_bxe_hc_rx_ticks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094184
    },
    "sysctl___hw_bxe_hc_tx_ticks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094296
    },
    "sysctl___hw_bxe_interrupt_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610093848
    },
    "sysctl___hw_bxe_max_aggregation_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094520
    },
    "sysctl___hw_bxe_max_rx_bufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094072
    },
    "sysctl___hw_bxe_mrrs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094632
    },
    "sysctl___hw_bxe_queue_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610093960
    },
    "sysctl___hw_bxe_rx_budget": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094408
    },
    "sysctl___hw_bxe_udp_rss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610094856
    },
    "sysctl___hw_byteorder": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684208
    },
    "sysctl___hw_cardbus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608421584
    },
    "sysctl___hw_cardbus_cis_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608421808
    },
    "sysctl___hw_cardbus_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608421696
    },
    "sysctl___hw_cbb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609090816
    },
    "sysctl___hw_cbb_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609091288
    },
    "sysctl___hw_cbb_start_16_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609091056
    },
    "sysctl___hw_cbb_start_32_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609091176
    },
    "sysctl___hw_cbb_start_memory": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609090936
    },
    "sysctl___hw_clockrate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610166032
    },
    "sysctl___hw_cxgb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608425616
    },
    "sysctl___hw_cxgb_force_fw_update": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608425952
    },
    "sysctl___hw_cxgb_msi_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608425728
    },
    "sysctl___hw_cxgb_multiq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608425840
    },
    "sysctl___hw_cxgb_nfilters": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608426184
    },
    "sysctl___hw_cxgb_tx_coalesce_enable_start": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608427056
    },
    "sysctl___hw_cxgb_tx_coalesce_enable_stop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608427168
    },
    "sysctl___hw_cxgb_tx_coalesce_force": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608426944
    },
    "sysctl___hw_cxgb_tx_reclaim_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608427280
    },
    "sysctl___hw_cxgb_txq_mr_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608426832
    },
    "sysctl___hw_cxgb_use_16k_clusters": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608426072
    },
    "sysctl___hw_cxgbe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608433536
    },
    "sysctl___hw_cxgbe_attack_filter": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441432
    },
    "sysctl___hw_cxgbe_autoneg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439416
    },
    "sysctl___hw_cxgbe_buffer_packing": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448440
    },
    "sysctl___hw_cxgbe_clip_db": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608431488
    },
    "sysctl___hw_cxgbe_clip_db_auto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608431608
    },
    "sysctl___hw_cxgbe_clock_gate_on_suspend": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441208
    },
    "sysctl___hw_cxgbe_config_file": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438968
    },
    "sysctl___hw_cxgbe_cong_drop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448216
    },
    "sysctl___hw_cxgbe_cop_managed_offloading": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441992
    },
    "sysctl___hw_cxgbe_cryptocaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440312
    },
    "sysctl___hw_cxgbe_defrags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449560
    },
    "sysctl___hw_cxgbe_drop_ip_fragments": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441544
    },
    "sysctl___hw_cxgbe_drop_pkts_with_l2_errors": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441656
    },
    "sysctl___hw_cxgbe_drop_pkts_with_l3_errors": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441768
    },
    "sysctl___hw_cxgbe_drop_pkts_with_l4_errors": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441880
    },
    "sysctl___hw_cxgbe_eo_max_backlog": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449000
    },
    "sysctl___hw_cxgbe_fcoecaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440536
    },
    "sysctl___hw_cxgbe_fec": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439192
    },
    "sysctl___hw_cxgbe_fl_pack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448552
    },
    "sysctl___hw_cxgbe_fl_pad": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447992
    },
    "sysctl___hw_cxgbe_fl_pktshift": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447872
    },
    "sysctl___hw_cxgbe_force_fec": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439304
    },
    "sysctl___hw_cxgbe_fw_install": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439528
    },
    "sysctl___hw_cxgbe_holdoff_pktc_idx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438472
    },
    "sysctl___hw_cxgbe_holdoff_pktc_idx_ofld": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435072
    },
    "sysctl___hw_cxgbe_holdoff_timer_idx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438328
    },
    "sysctl___hw_cxgbe_holdoff_timer_idx_ofld": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434952
    },
    "sysctl___hw_cxgbe_interrupt_types": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438856
    },
    "sysctl___hw_cxgbe_iscsicaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440424
    },
    "sysctl___hw_cxgbe_kern_tls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608442104
    },
    "sysctl___hw_cxgbe_largest_rx_cluster": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448664
    },
    "sysctl___hw_cxgbe_lazy_tx_credit_flush": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447528
    },
    "sysctl___hw_cxgbe_linkcaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439752
    },
    "sysctl___hw_cxgbe_lro_entries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449224
    },
    "sysctl___hw_cxgbe_lro_mbufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449336
    },
    "sysctl___hw_cxgbe_native_netmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437760
    },
    "sysctl___hw_cxgbe_nbmcaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439640
    },
    "sysctl___hw_cxgbe_niccaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439976
    },
    "sysctl___hw_cxgbe_nm_black_hole": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608446824
    },
    "sysctl___hw_cxgbe_nm_cong_drop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447296
    },
    "sysctl___hw_cxgbe_nm_holdoff_tmr_idx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447184
    },
    "sysctl___hw_cxgbe_nm_rx_ndesc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608446944
    },
    "sysctl___hw_cxgbe_nm_rx_nframes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447064
    },
    "sysctl___hw_cxgbe_nm_split_rss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447640
    },
    "sysctl___hw_cxgbe_nm_txcsum": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447752
    },
    "sysctl___hw_cxgbe_nnmrxq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437984
    },
    "sysctl___hw_cxgbe_nnmrxq_vi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438208
    },
    "sysctl___hw_cxgbe_nnmtxq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437872
    },
    "sysctl___hw_cxgbe_nnmtxq_vi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438096
    },
    "sysctl___hw_cxgbe_nofldrxq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434608
    },
    "sysctl___hw_cxgbe_nofldrxq_vi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434832
    },
    "sysctl___hw_cxgbe_nofldtxq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434496
    },
    "sysctl___hw_cxgbe_nofldtxq_vi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434720
    },
    "sysctl___hw_cxgbe_nrxq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434024
    },
    "sysctl___hw_cxgbe_nrxq_vi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434272
    },
    "sysctl___hw_cxgbe_ntxq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608433880
    },
    "sysctl___hw_cxgbe_ntxq_vi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434160
    },
    "sysctl___hw_cxgbe_num_vis": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440760
    },
    "sysctl___hw_cxgbe_ofld_cong_drop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448328
    },
    "sysctl___hw_cxgbe_panic_on_fatal_err": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440984
    },
    "sysctl___hw_cxgbe_pause_settings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439080
    },
    "sysctl___hw_cxgbe_pcie_relaxed_ordering": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440872
    },
    "sysctl___hw_cxgbe_pullups": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449448
    },
    "sysctl___hw_cxgbe_qsize_rxq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438736
    },
    "sysctl___hw_cxgbe_qsize_txq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608438616
    },
    "sysctl___hw_cxgbe_rdmacaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440200
    },
    "sysctl___hw_cxgbe_reset_on_fatal_err": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441096
    },
    "sysctl___hw_cxgbe_rsrv_noflowq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608434384
    },
    "sysctl___hw_cxgbe_safest_rx_cluster": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448776
    },
    "sysctl___hw_cxgbe_spg_len": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448104
    },
    "sysctl___hw_cxgbe_starve_fl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608447408
    },
    "sysctl___hw_cxgbe_switchcaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608439864
    },
    "sysctl___hw_cxgbe_tls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608442216
    },
    "sysctl___hw_cxgbe_tls_combo_wrs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608442440
    },
    "sysctl___hw_cxgbe_tls_inline_keys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608442328
    },
    "sysctl___hw_cxgbe_toe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608433760
    },
    "sysctl___hw_cxgbe_toe_keepalive_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435408
    },
    "sysctl___hw_cxgbe_toe_keepalive_idle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435184
    },
    "sysctl___hw_cxgbe_toe_keepalive_interval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435296
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435856
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_0": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435968
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_1": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436080
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_10": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437088
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_11": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437200
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_12": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437312
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_13": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437424
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_14": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437536
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_15": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608437648
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_2": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436192
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_3": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436304
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_4": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436416
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_5": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436528
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436640
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_7": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436752
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_8": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436864
    },
    "sysctl___hw_cxgbe_toe_rexmt_backoff_9": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608436976
    },
    "sysctl___hw_cxgbe_toe_rexmt_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435744
    },
    "sysctl___hw_cxgbe_toe_rexmt_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435632
    },
    "sysctl___hw_cxgbe_toe_rexmt_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608435520
    },
    "sysctl___hw_cxgbe_toecaps_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440088
    },
    "sysctl___hw_cxgbe_tscale": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449112
    },
    "sysctl___hw_cxgbe_tsclk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608448888
    },
    "sysctl___hw_cxgbe_tx_coalesce": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449672
    },
    "sysctl___hw_cxgbe_tx_coalesce_gap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449896
    },
    "sysctl___hw_cxgbe_tx_coalesce_pkts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608449784
    },
    "sysctl___hw_cxgbe_tx_vm_wr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608441320
    },
    "sysctl___hw_cxl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608433648
    },
    "sysctl___hw_cxl_write_combine": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608440648
    },
    "sysctl___hw_efi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608453416
    },
    "sysctl___hw_efi_poweroff": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608453528
    },
    "sysctl___hw_em": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608454544
    },
    "sysctl___hw_em_disable_crc_stripping": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608454656
    },
    "sysctl___hw_em_eee_setting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608455664
    },
    "sysctl___hw_em_max_interrupt_rate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608455776
    },
    "sysctl___hw_em_rx_abs_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608455104
    },
    "sysctl___hw_em_rx_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608454880
    },
    "sysctl___hw_em_rx_process_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608455552
    },
    "sysctl___hw_em_sbp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608455440
    },
    "sysctl___hw_em_smart_pwr_down": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608455216
    },
    "sysctl___hw_em_tx_abs_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608454992
    },
    "sysctl___hw_em_tx_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608454768
    },
    "sysctl___hw_em_unsupported_tso": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608455328
    },
    "sysctl___hw_firewire": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608460776
    },
    "sysctl___hw_firewire_fwmem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608462000
    },
    "sysctl___hw_firewire_fwmem_eui64_hi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608462112
    },
    "sysctl___hw_firewire_fwmem_eui64_lo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608462224
    },
    "sysctl___hw_firewire_fwmem_speed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608462336
    },
    "sysctl___hw_firewire_hold_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608461000
    },
    "sysctl___hw_firewire_nocyclemaster": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608462744
    },
    "sysctl___hw_firewire_phydma_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608462856
    },
    "sysctl___hw_firewire_sbp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608464720
    },
    "sysctl___hw_firewire_sbp_auto_login": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608464944
    },
    "sysctl___hw_firewire_sbp_exclusive_login": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608465168
    },
    "sysctl___hw_firewire_sbp_login_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608465280
    },
    "sysctl___hw_firewire_sbp_max_speed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608465056
    },
    "sysctl___hw_firewire_sbp_scan_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608465392
    },
    "sysctl___hw_firewire_sbp_tags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608465616
    },
    "sysctl___hw_firewire_sbp_use_doorbell": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608465504
    },
    "sysctl___hw_firewire_try_bmr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608460888
    },
    "sysctl___hw_floatingpoint": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610174304
    },
    "sysctl___hw_hid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608471152
    },
    "sysctl___hw_hid_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608471264
    },
    "sysctl___hw_hn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610123832
    },
    "sysctl___hw_hn_chan_cnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125624
    },
    "sysctl___hw_hn_direct_tx_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124952
    },
    "sysctl___hw_hn_enable_udp4cs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124280
    },
    "sysctl___hw_hn_enable_udp6cs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124392
    },
    "sysctl___hw_hn_lro_entry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125064
    },
    "sysctl___hw_hn_lro_mbufq_depth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125960
    },
    "sysctl___hw_hn_trust_hostip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124168
    },
    "sysctl___hw_hn_trust_hosttcp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610123944
    },
    "sysctl___hw_hn_trust_hostudp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124056
    },
    "sysctl___hw_hn_tso_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124728
    },
    "sysctl___hw_hn_tx_agg_pkts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610126184
    },
    "sysctl___hw_hn_tx_agg_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610126072
    },
    "sysctl___hw_hn_tx_chimney_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124840
    },
    "sysctl___hw_hn_tx_ring_cnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125736
    },
    "sysctl___hw_hn_tx_swq_depth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125848
    },
    "sysctl___hw_hn_tx_taskq_cnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125176
    },
    "sysctl___hw_hn_tx_taskq_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125288
    },
    "sysctl___hw_hn_udpcs_fixup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124504
    },
    "sysctl___hw_hn_udpcs_fixup_mtu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610124616
    },
    "sysctl___hw_hn_use_if_start": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125512
    },
    "sysctl___hw_hn_use_txdesc_bufring": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610125400
    },
    "sysctl___hw_hn_vf_transparent": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610126520
    },
    "sysctl___hw_hn_vf_xpnt_accbpf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610126632
    },
    "sysctl___hw_hn_vf_xpnt_attwait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610126744
    },
    "sysctl___hw_hn_vflist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610126296
    },
    "sysctl___hw_hn_vfmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610126408
    },
    "sysctl___hw_hv_vendor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610166144
    },
    "sysctl___hw_hvtimesync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610130072
    },
    "sysctl___hw_hvtimesync_ignore_sync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610130184
    },
    "sysctl___hw_hvtimesync_sample_thresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610130296
    },
    "sysctl___hw_hvtimesync_sample_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610130408
    },
    "sysctl___hw_i2c": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608484432
    },
    "sysctl___hw_i2c_iicbb_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608483904
    },
    "sysctl___hw_iavf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610197440
    },
    "sysctl___hw_iavf_core_debug_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610197664
    },
    "sysctl___hw_iavf_enable_head_writeback": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610197552
    },
    "sysctl___hw_iavf_rx_itr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610197896
    },
    "sysctl___hw_iavf_shared_debug_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610197776
    },
    "sysctl___hw_iavf_tx_itr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610198016
    },
    "sysctl___hw_ibrs_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162920
    },
    "sysctl___hw_ibrs_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163256
    },
    "sysctl___hw_ice": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610200520
    },
    "sysctl___hw_ice_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610200632
    },
    "sysctl___hw_ice_debug_enable_tx_fc_filter": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610201080
    },
    "sysctl___hw_ice_debug_enable_tx_lldp_filter": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610201192
    },
    "sysctl___hw_ice_debug_tx_balance_en": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610201304
    },
    "sysctl___hw_ice_enable_health_events": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610200744
    },
    "sysctl___hw_ice_irdma": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610200856
    },
    "sysctl___hw_ice_rdma_max_msix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610200968
    },
    "sysctl___hw_igc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608485224
    },
    "sysctl___hw_igc_disable_crc_stripping": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608485336
    },
    "sysctl___hw_igc_eee_setting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608486232
    },
    "sysctl___hw_igc_max_interrupt_rate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608486344
    },
    "sysctl___hw_igc_rx_abs_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608485784
    },
    "sysctl___hw_igc_rx_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608485560
    },
    "sysctl___hw_igc_rx_process_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608486120
    },
    "sysctl___hw_igc_sbp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608486008
    },
    "sysctl___hw_igc_smart_pwr_down": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608485896
    },
    "sysctl___hw_igc_tx_abs_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608485672
    },
    "sysctl___hw_igc_tx_int_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608485448
    },
    "sysctl___hw_instruction_sse": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610174888
    },
    "sysctl___hw_intel_graphics_stolen_base": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610217424
    },
    "sysctl___hw_intel_graphics_stolen_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610217536
    },
    "sysctl___hw_intr_epoch_batch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609655952
    },
    "sysctl___hw_intr_hwpmc_waiting_report_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609656064
    },
    "sysctl___hw_intr_storm_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609655840
    },
    "sysctl___hw_intrbalance": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610166288
    },
    "sysctl___hw_intrcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609657400
    },
    "sysctl___hw_intrnames": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609657288
    },
    "sysctl___hw_intrs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610166736
    },
    "sysctl___hw_iommu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610132776
    },
    "sysctl___hw_iommu_dmar": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610157072
    },
    "sysctl___hw_iommu_dmar_batch_coalesce": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610157296
    },
    "sysctl___hw_iommu_dmar_tbl_pagecnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610157184
    },
    "sysctl___hw_iommu_dmar_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610157408
    },
    "sysctl___hw_ix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608495528
    },
    "sysctl___hw_ix_advertise_speed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608495864
    },
    "sysctl___hw_ix_enable_aim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608496424
    },
    "sysctl___hw_ix_enable_fdir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608496200
    },
    "sysctl___hw_ix_enable_msix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608495976
    },
    "sysctl___hw_ix_enable_rss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608496312
    },
    "sysctl___hw_ix_flow_control": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608495752
    },
    "sysctl___hw_ix_max_interrupt_rate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608495640
    },
    "sysctl___hw_ix_unsupported_sfp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608496088
    },
    "sysctl___hw_ixl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610203520
    },
    "sysctl___hw_ixl_core_debug_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610204064
    },
    "sysctl___hw_ixl_enable_head_writeback": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610203928
    },
    "sysctl___hw_ixl_enable_vf_loopback": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610203792
    },
    "sysctl___hw_ixl_flow_control": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610204584
    },
    "sysctl___hw_ixl_i2c_access_method": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610203656
    },
    "sysctl___hw_ixl_rx_itr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610204336
    },
    "sysctl___hw_ixl_shared_debug_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610204200
    },
    "sysctl___hw_ixl_tx_itr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610204472
    },
    "sysctl___hw_kbd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608499200
    },
    "sysctl___hw_kbd_keymap_restrict_change": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608499312
    },
    "sysctl___hw_lower_amd64_sharedpage": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610175000
    },
    "sysctl___hw_machine": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165808
    },
    "sysctl___hw_machine_arch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685248
    },
    "sysctl___hw_malo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608501232
    },
    "sysctl___hw_malo_pci": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608501968
    },
    "sysctl___hw_malo_pci_msi_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608502080
    },
    "sysctl___hw_malo_rxbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608501456
    },
    "sysctl___hw_malo_rxquota": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608501568
    },
    "sysctl___hw_malo_txbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608501680
    },
    "sysctl___hw_malo_txcoalesce": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608501344
    },
    "sysctl___hw_mca": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610167680
    },
    "sysctl___hw_mca_amd10h_L1TP": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610168016
    },
    "sysctl___hw_mca_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610167792
    },
    "sysctl___hw_mca_erratum383": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610168240
    },
    "sysctl___hw_mca_intel6h_HSD131": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610168128
    },
    "sysctl___hw_mca_log_corrected": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610167904
    },
    "sysctl___hw_mds_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164408
    },
    "sysctl___hw_mds_disable_state": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164048
    },
    "sysctl___hw_mfi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608504000
    },
    "sysctl___hw_mfi_cmd_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608504680
    },
    "sysctl___hw_mfi_detect_jbod_change": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608504448
    },
    "sysctl___hw_mfi_event_class": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608504224
    },
    "sysctl___hw_mfi_event_locale": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608504112
    },
    "sysctl___hw_mfi_max_cmds": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608504336
    },
    "sysctl___hw_mfi_mrsas_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608505280
    },
    "sysctl___hw_mfi_msi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608505168
    },
    "sysctl___hw_mfi_polled_cmd_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608504568
    },
    "sysctl___hw_midi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609228112
    },
    "sysctl___hw_midi_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609228336
    },
    "sysctl___hw_midi_dumpraw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609228448
    },
    "sysctl___hw_midi_instroff": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609228560
    },
    "sysctl___hw_midi_seq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609229616
    },
    "sysctl___hw_midi_seq_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609229728
    },
    "sysctl___hw_midi_stat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609228224
    },
    "sysctl___hw_midi_stat_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609228672
    },
    "sysctl___hw_mlx5": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610012416
    },
    "sysctl___hw_mlx5_auto_fw_update": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610013056
    },
    "sysctl___hw_mlx5_calibr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610014896
    },
    "sysctl___hw_mlx5_calibr_duration": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610015008
    },
    "sysctl___hw_mlx5_calibr_fast": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610015120
    },
    "sysctl___hw_mlx5_calibr_normal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610015232
    },
    "sysctl___hw_mlx5_comp_eq_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610012864
    },
    "sysctl___hw_mlx5_debug_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610012528
    },
    "sysctl___hw_mlx5_fast_unload_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610012752
    },
    "sysctl___hw_mlx5_fw_dump_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610011536
    },
    "sysctl___hw_mlx5_fw_reset_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610012080
    },
    "sysctl___hw_mlx5_prof_sel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610012640
    },
    "sysctl___hw_mlx5_relaxed_ordering_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610014256
    },
    "sysctl___hw_mlx5_sw_reset_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610012192
    },
    "sysctl___hw_mmc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608514592
    },
    "sysctl___hw_mmc_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608514704
    },
    "sysctl___hw_mmcsd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608515208
    },
    "sysctl___hw_mmcsd_cache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608515320
    },
    "sysctl___hw_model": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165920
    },
    "sysctl___hw_mpr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608515904
    },
    "sysctl___hw_mps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608520144
    },
    "sysctl___hw_mrsas": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608525824
    },
    "sysctl___hw_mwl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608529008
    },
    "sysctl___hw_mwl_hal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608530296
    },
    "sysctl___hw_mwl_rxbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608529232
    },
    "sysctl___hw_mwl_rxdesc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608529120
    },
    "sysctl___hw_mwl_rxdmalow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608529680
    },
    "sysctl___hw_mwl_rxquota": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608529568
    },
    "sysctl___hw_mwl_txbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608529344
    },
    "sysctl___hw_mwl_txcoalesce": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608529456
    },
    "sysctl___hw_ncpu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684096
    },
    "sysctl___hw_nvd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609085152
    },
    "sysctl___hw_nvd_delete_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609085264
    },
    "sysctl___hw_nvme": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609086784
    },
    "sysctl___hw_nvme_use_nvd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609086896
    },
    "sysctl___hw_nvme_verbose_cmd_dump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609087008
    },
    "sysctl___hw_pagesize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684320
    },
    "sysctl___hw_pagesizes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685016
    },
    "sysctl___hw_pci": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609094240
    },
    "sysctl___hw_pci_clear_aer_on_attach": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095944
    },
    "sysctl___hw_pci_clear_bars": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095488
    },
    "sysctl___hw_pci_clear_buses": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095600
    },
    "sysctl___hw_pci_clear_pcib": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609098312
    },
    "sysctl___hw_pci_default_vgapci_unit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609099360
    },
    "sysctl___hw_pci_do_power_nodriver": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609094576
    },
    "sysctl___hw_pci_do_power_resume": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609094696
    },
    "sysctl___hw_pci_do_power_suspend": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609094816
    },
    "sysctl___hw_pci_enable_ari": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095712
    },
    "sysctl___hw_pci_enable_aspm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095832
    },
    "sysctl___hw_pci_enable_io_modes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609094352
    },
    "sysctl___hw_pci_enable_mps_tune": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609096056
    },
    "sysctl___hw_pci_enable_msi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609094928
    },
    "sysctl___hw_pci_enable_msix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095040
    },
    "sysctl___hw_pci_enable_pcie_ei": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609098560
    },
    "sysctl___hw_pci_enable_pcie_hp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609098424
    },
    "sysctl___hw_pci_honor_msi_blacklist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095264
    },
    "sysctl___hw_pci_host_mem_start": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610160032
    },
    "sysctl___hw_pci_iov_max_config": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609097472
    },
    "sysctl___hw_pci_mcfg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610194448
    },
    "sysctl___hw_pci_msix_rewrite_table": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095152
    },
    "sysctl___hw_pci_realloc_bars": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609094464
    },
    "sysctl___hw_pci_usb_early_takeover": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609095376
    },
    "sysctl___hw_physmem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684544
    },
    "sysctl___hw_psm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610089936
    },
    "sysctl___hw_psm_elantech_support": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610091392
    },
    "sysctl___hw_psm_mux_disabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610091504
    },
    "sysctl___hw_psm_synaptics_support": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610091168
    },
    "sysctl___hw_psm_tap_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090832
    },
    "sysctl___hw_psm_tap_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610090944
    },
    "sysctl___hw_psm_tap_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610091056
    },
    "sysctl___hw_psm_trackpoint_support": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610091280
    },
    "sysctl___hw_puc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609102224
    },
    "sysctl___hw_puc_msi_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609102448
    },
    "sysctl___hw_realmem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684656
    },
    "sysctl___hw_sdhci": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609111480
    },
    "sysctl___hw_sdhci_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609111592
    },
    "sysctl___hw_sdhci_enable_msi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609112848
    },
    "sysctl___hw_sdhci_quirk_clear": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609111704
    },
    "sysctl___hw_sdhci_quirk_set": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609111816
    },
    "sysctl___hw_snd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609227184
    },
    "sysctl___hw_snd_basename_clone": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609189552
    },
    "sysctl___hw_snd_compat_linux_mmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609189440
    },
    "sysctl___hw_snd_default_auto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609227064
    },
    "sysctl___hw_snd_default_unit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609227408
    },
    "sysctl___hw_snd_feeder_eq_exact_rate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609190320
    },
    "sysctl___hw_snd_feeder_eq_presets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609190208
    },
    "sysctl___hw_snd_feeder_rate_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609198560
    },
    "sysctl___hw_snd_feeder_rate_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609198448
    },
    "sysctl___hw_snd_feeder_rate_polyphase_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609198336
    },
    "sysctl___hw_snd_feeder_rate_presets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609198224
    },
    "sysctl___hw_snd_feeder_rate_quality": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609198784
    },
    "sysctl___hw_snd_feeder_rate_round": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609198672
    },
    "sysctl___hw_snd_latency": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188064
    },
    "sysctl___hw_snd_latency_profile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188184
    },
    "sysctl___hw_snd_maxautovchans": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609227520
    },
    "sysctl___hw_snd_report_soft_formats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609187824
    },
    "sysctl___hw_snd_report_soft_matrix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609187944
    },
    "sysctl___hw_snd_syncdelay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188856
    },
    "sysctl___hw_snd_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188296
    },
    "sysctl___hw_snd_usefrags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188744
    },
    "sysctl___hw_snd_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609226680
    },
    "sysctl___hw_snd_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609227296
    },
    "sysctl___hw_snd_vpc_0db": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188520
    },
    "sysctl___hw_snd_vpc_autoreset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188408
    },
    "sysctl___hw_snd_vpc_mixer_bypass": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609226096
    },
    "sysctl___hw_snd_vpc_reset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609188632
    },
    "sysctl___hw_spec_store_bypass_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163816
    },
    "sysctl___hw_spec_store_bypass_disable_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163480
    },
    "sysctl___hw_storvsc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610127232
    },
    "sysctl___hw_storvsc_chan_cnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610127792
    },
    "sysctl___hw_storvsc_max_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610127680
    },
    "sysctl___hw_storvsc_ringbuffer_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610127568
    },
    "sysctl___hw_storvsc_use_pim_unmapped": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610127456
    },
    "sysctl___hw_storvsc_use_win8ext_flags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610127344
    },
    "sysctl___hw_syscons": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609234336
    },
    "sysctl___hw_syscons_bell": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609234672
    },
    "sysctl___hw_syscons_kbd_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609234896
    },
    "sysctl___hw_syscons_kbd_reboot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609234784
    },
    "sysctl___hw_syscons_saver": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609234448
    },
    "sysctl___hw_syscons_saver_keybonly": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609234560
    },
    "sysctl___hw_syscons_sc_no_suspend_vtswitch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609235008
    },
    "sysctl___hw_upgt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609421728
    },
    "sysctl___hw_usb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609407232
    },
    "sysctl___hw_usb_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609407344
    },
    "sysctl___hw_usb_disable_enumeration": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609408632
    },
    "sysctl___hw_usb_disable_port_power": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609408744
    },
    "sysctl___hw_usb_full_ddesc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609409664
    },
    "sysctl___hw_usb_no_boot_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609403928
    },
    "sysctl___hw_usb_no_cs_fail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609409552
    },
    "sysctl___hw_usb_no_shutdown_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609404152
    },
    "sysctl___hw_usb_no_suspend_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609404040
    },
    "sysctl___hw_usb_power_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609408520
    },
    "sysctl___hw_usb_template": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609407984
    },
    "sysctl___hw_usb_uath": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609421056
    },
    "sysctl___hw_usb_uath_countrycode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609421168
    },
    "sysctl___hw_usb_uath_regdomain": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609421280
    },
    "sysctl___hw_usb_ucom": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609437816
    },
    "sysctl___hw_usb_ucom_cons_baud": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609438376
    },
    "sysctl___hw_usb_ucom_cons_subunit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609438264
    },
    "sysctl___hw_usb_ucom_cons_unit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609438152
    },
    "sysctl___hw_usb_ucom_device_mode_console": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609438040
    },
    "sysctl___hw_usb_ucom_pps_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609437928
    },
    "sysctl___hw_usb_uftdi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609434760
    },
    "sysctl___hw_usb_uftdi_skip_jtag_interfaces": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609435040
    },
    "sysctl___hw_usb_urtw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609422544
    },
    "sysctl___hw_usb_urtw_preamble_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609422656
    },
    "sysctl___hw_usb_usb_lang_id": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609408096
    },
    "sysctl___hw_usb_usb_lang_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609408208
    },
    "sysctl___hw_usb_xhci": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609403136
    },
    "sysctl___hw_usb_xhci_ctlquirk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609403360
    },
    "sysctl___hw_usb_xhci_dcepquirk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609403472
    },
    "sysctl___hw_usb_xhci_streams": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609403248
    },
    "sysctl___hw_usermem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684768
    },
    "sysctl___hw_via_feature_rng": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165584
    },
    "sysctl___hw_via_feature_xcrypt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165696
    },
    "sysctl___hw_vmbus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610130832
    },
    "sysctl___hw_vmbus_pin_evttask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610130944
    },
    "sysctl___hw_vmd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610213648
    },
    "sysctl___hw_vmd_bypass_msi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610213760
    },
    "sysctl___hw_vmd_max_msi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610213872
    },
    "sysctl___hw_vmd_max_msix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610213984
    },
    "sysctl___hw_vtnet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609451872
    },
    "sysctl___hw_vtnet_csum_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609451984
    },
    "sysctl___hw_vtnet_fixup_needs_csum": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452096
    },
    "sysctl___hw_vtnet_lro_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452320
    },
    "sysctl___hw_vtnet_lro_entry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452880
    },
    "sysctl___hw_vtnet_lro_mbufq_depth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452992
    },
    "sysctl___hw_vtnet_mq_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452432
    },
    "sysctl___hw_vtnet_mq_max_pairs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452544
    },
    "sysctl___hw_vtnet_rx_process_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452768
    },
    "sysctl___hw_vtnet_tso_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452208
    },
    "sysctl___hw_vtnet_tso_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609452656
    },
    "sysctl___hw_watchdog": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609515472
    },
    "sysctl___hw_watchdog_wd_last_u": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609515584
    },
    "sysctl___hw_watchdog_wd_last_u_secs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609515696
    },
    "sysctl___hw_xbd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609517888
    },
    "sysctl___hw_xbd_xbd_enable_indirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609518000
    },
    "sysctl___kern": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679936
    },
    "sysctl___kern_acct_chkfreq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609640384
    },
    "sysctl___kern_acct_configured": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609640496
    },
    "sysctl___kern_acct_resume": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609640272
    },
    "sysctl___kern_acct_suspend": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609640160
    },
    "sysctl___kern_acct_suspended": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609640608
    },
    "sysctl___kern_always_console_output": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609743360
    },
    "sysctl___kern_arandom": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609684432
    },
    "sysctl___kern_argmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609682288
    },
    "sysctl___kern_base_address": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609722872
    },
    "sysctl___kern_bio_transient_maxcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741360
    },
    "sysctl___kern_boot_id": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686192
    },
    "sysctl___kern_boot_tag": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609743024
    },
    "sysctl___kern_bootfile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609683872
    },
    "sysctl___kern_boottime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609716176
    },
    "sysctl___kern_boottrace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609641272
    },
    "sysctl___kern_boottrace_boottrace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609641496
    },
    "sysctl___kern_boottrace_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609641944
    },
    "sysctl___kern_boottrace_log": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609641384
    },
    "sysctl___kern_boottrace_reset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609641832
    },
    "sysctl___kern_boottrace_runtrace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609641608
    },
    "sysctl___kern_boottrace_shutdown_trace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609642056
    },
    "sysctl___kern_boottrace_shutdown_trace_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609642168
    },
    "sysctl___kern_boottrace_shuttrace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609641720
    },
    "sysctl___kern_build_id": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686528
    },
    "sysctl___kern_callout_stat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609721360
    },
    "sysctl___kern_cam": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608242288
    },
    "sysctl___kern_cam_ada": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608272352
    },
    "sysctl___kern_cam_ada_default_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608272576
    },
    "sysctl___kern_cam_ada_enable_biospeedup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608273248
    },
    "sysctl___kern_cam_ada_enable_uma_ccbs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608273360
    },
    "sysctl___kern_cam_ada_read_ahead": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608273024
    },
    "sysctl___kern_cam_ada_retry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608272464
    },
    "sysctl___kern_cam_ada_send_ordered": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608272688
    },
    "sysctl___kern_cam_ada_spindown_shutdown": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608272800
    },
    "sysctl___kern_cam_ada_spindown_suspend": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608272912
    },
    "sysctl___kern_cam_ada_write_cache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608273136
    },
    "sysctl___kern_cam_boot_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608244624
    },
    "sysctl___kern_cam_cam_srch_hi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608248208
    },
    "sysctl___kern_cam_cd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608270992
    },
    "sysctl___kern_cam_cd_poll_period": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608271104
    },
    "sysctl___kern_cam_cd_retry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608271216
    },
    "sysctl___kern_cam_cd_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608271328
    },
    "sysctl___kern_cam_da": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608276832
    },
    "sysctl___kern_cam_da_default_softtimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608277728
    },
    "sysctl___kern_cam_da_default_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608277168
    },
    "sysctl___kern_cam_da_disable_wp_detection": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608277392
    },
    "sysctl___kern_cam_da_enable_biospeedup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608277504
    },
    "sysctl___kern_cam_da_enable_uma_ccbs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608277616
    },
    "sysctl___kern_cam_da_poll_period": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608276944
    },
    "sysctl___kern_cam_da_retry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608277056
    },
    "sysctl___kern_cam_da_send_ordered": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608277280
    },
    "sysctl___kern_cam_debug_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608245168
    },
    "sysctl___kern_cam_dflags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608245056
    },
    "sysctl___kern_cam_enc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608286976
    },
    "sysctl___kern_cam_enc_emulate_array_devices": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608288424
    },
    "sysctl___kern_cam_enc_search_globally": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608287792
    },
    "sysctl___kern_cam_enc_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608287088
    },
    "sysctl___kern_cam_iosched": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608242576
    },
    "sysctl___kern_cam_mapmem_thresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608242920
    },
    "sysctl___kern_cam_nda": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608247072
    },
    "sysctl___kern_cam_nda_enable_biospeedup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608247296
    },
    "sysctl___kern_cam_nda_max_trim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608247184
    },
    "sysctl___kern_cam_nda_nvd_compat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608247408
    },
    "sysctl___kern_cam_num_doneqs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608244848
    },
    "sysctl___kern_cam_pmp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608246408
    },
    "sysctl___kern_cam_pmp_default_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608246632
    },
    "sysctl___kern_cam_pmp_hide_special": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608246744
    },
    "sysctl___kern_cam_pmp_retry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608246520
    },
    "sysctl___kern_cam_sa": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608285080
    },
    "sysctl___kern_cam_sa_allow_io_split": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608285192
    },
    "sysctl___kern_cam_scsi_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608256936
    },
    "sysctl___kern_cam_sort_io_queues": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608242408
    },
    "sysctl___kern_cam_xpt_generation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608244736
    },
    "sysctl___kern_capmode_coredump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711872
    },
    "sysctl___kern_ccpu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609730360
    },
    "sysctl___kern_chroot_allow_open_directories": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609647664
    },
    "sysctl___kern_clockrate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609643352
    },
    "sysctl___kern_compiler_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681728
    },
    "sysctl___kern_compress_user_cores": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609712448
    },
    "sysctl___kern_compress_user_cores_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609712568
    },
    "sysctl___kern_conftxt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685920
    },
    "sysctl___kern_consmsgbuf_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609645056
    },
    "sysctl___kern_consmute": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609644720
    },
    "sysctl___kern_console": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609644944
    },
    "sysctl___kern_constty_wakeups_per_second": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609645296
    },
    "sysctl___kern_core_dump_can_intr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609653464
    },
    "sysctl___kern_coredump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711984
    },
    "sysctl___kern_coredump_devctl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609712208
    },
    "sysctl___kern_coredump_pack_fileinfo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609652552
    },
    "sysctl___kern_coredump_pack_vmmapinfo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609652672
    },
    "sysctl___kern_corefile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609712704
    },
    "sysctl___kern_cp_time": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609643104
    },
    "sysctl___kern_cp_times": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609643216
    },
    "sysctl___kern_crypto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610021560
    },
    "sysctl___kern_crypto_allow_soft": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610021896
    },
    "sysctl___kern_crypto_num_workers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610021672
    },
    "sysctl___kern_crypto_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610022288
    },
    "sysctl___kern_crypto_workers_num": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610021784
    },
    "sysctl___kern_cryptodevallowsoft": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610022008
    },
    "sysctl___kern_devname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609529112
    },
    "sysctl___kern_devstat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609734200
    },
    "sysctl___kern_devstat_all": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609734312
    },
    "sysctl___kern_devstat_generation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609734536
    },
    "sysctl___kern_devstat_numdevs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609734424
    },
    "sysctl___kern_devstat_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609734648
    },
    "sysctl___kern_dfldsiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741584
    },
    "sysctl___kern_dflssiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741808
    },
    "sysctl___kern_dirdelay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811536
    },
    "sysctl___kern_disallow_high_osrel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609653240
    },
    "sysctl___kern_disks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609579328
    },
    "sysctl___kern_domainname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685584
    },
    "sysctl___kern_dummy": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609781592
    },
    "sysctl___kern_elf32": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609616632
    },
    "sysctl___kern_elf32_allow_wx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609618216
    },
    "sysctl___kern_elf32_aslr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617432
    },
    "sysctl___kern_elf32_aslr_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617544
    },
    "sysctl___kern_elf32_aslr_honor_sbrk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617768
    },
    "sysctl___kern_elf32_aslr_pie_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617656
    },
    "sysctl___kern_elf32_aslr_shared_page": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617992
    },
    "sysctl___kern_elf32_aslr_stack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617880
    },
    "sysctl___kern_elf32_fallback_brand": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609616752
    },
    "sysctl___kern_elf32_nxstack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609616984
    },
    "sysctl___kern_elf32_pie_base": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617320
    },
    "sysctl___kern_elf32_read_exec": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617208
    },
    "sysctl___kern_elf32_sigfastblock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609618104
    },
    "sysctl___kern_elf32_vdso": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609617096
    },
    "sysctl___kern_elf64": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609614664
    },
    "sysctl___kern_elf64_allow_wx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609616136
    },
    "sysctl___kern_elf64_aslr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615352
    },
    "sysctl___kern_elf64_aslr_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615464
    },
    "sysctl___kern_elf64_aslr_honor_sbrk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615688
    },
    "sysctl___kern_elf64_aslr_pie_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615576
    },
    "sysctl___kern_elf64_aslr_shared_page": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615912
    },
    "sysctl___kern_elf64_aslr_stack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615800
    },
    "sysctl___kern_elf64_fallback_brand": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609614784
    },
    "sysctl___kern_elf64_nxstack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615016
    },
    "sysctl___kern_elf64_pie_base": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615240
    },
    "sysctl___kern_elf64_sigfastblock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609616024
    },
    "sysctl___kern_elf64_vdso": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609615128
    },
    "sysctl___kern_epoch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609735392
    },
    "sysctl___kern_epoch_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609735504
    },
    "sysctl___kern_epoch_stats_epoch_call_tasks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609736176
    },
    "sysctl___kern_epoch_stats_epoch_calls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609736064
    },
    "sysctl___kern_epoch_stats_migrations": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609735728
    },
    "sysctl___kern_epoch_stats_nblocked": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609735616
    },
    "sysctl___kern_epoch_stats_ncontended": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609735840
    },
    "sysctl___kern_epoch_stats_switches": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609735952
    },
    "sysctl___kern_evdev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608458760
    },
    "sysctl___kern_evdev_input": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608459096
    },
    "sysctl___kern_evdev_rcpt_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608458872
    },
    "sysctl___kern_evdev_sysmouse_t_axis": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608458984
    },
    "sysctl___kern_eventtimer": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609650368
    },
    "sysctl___kern_eventtimer_choice": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609650592
    },
    "sysctl___kern_eventtimer_et": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609650480
    },
    "sysctl___kern_eventtimer_idletick": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609643600
    },
    "sysctl___kern_eventtimer_periodic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609643848
    },
    "sysctl___kern_eventtimer_singlemul": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609643488
    },
    "sysctl___kern_eventtimer_timer": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609643736
    },
    "sysctl___kern_fallback_elf_brand": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689888
    },
    "sysctl___kern_features": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686640
    },
    "sysctl___kern_features_aio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609786752
    },
    "sysctl___kern_features_altq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609817296
    },
    "sysctl___kern_features_altq_cbq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609817408
    },
    "sysctl___kern_features_altq_codel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609817520
    },
    "sysctl___kern_features_altq_fairq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609818080
    },
    "sysctl___kern_features_altq_hfsc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609817856
    },
    "sysctl___kern_features_altq_priq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609817968
    },
    "sysctl___kern_features_altq_red": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609817632
    },
    "sysctl___kern_features_altq_rio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609817744
    },
    "sysctl___kern_features_ata_cam": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608344808
    },
    "sysctl___kern_features_audit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610028592
    },
    "sysctl___kern_features_compat_freebsd_32bit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608289312
    },
    "sysctl___kern_features_debugnet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609837560
    },
    "sysctl___kern_features_ekcd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609708568
    },
    "sysctl___kern_features_evdev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608458368
    },
    "sysctl___kern_features_evdev_support": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608458480
    },
    "sysctl___kern_features_ffs_snapshot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033888
    },
    "sysctl___kern_features_geom_bde": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609574808
    },
    "sysctl___kern_features_geom_eli": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609575728
    },
    "sysctl___kern_features_geom_label": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609582944
    },
    "sysctl___kern_features_geom_mirror": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586496
    },
    "sysctl___kern_features_geom_part_bsd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609593056
    },
    "sysctl___kern_features_geom_part_ebr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609593432
    },
    "sysctl___kern_features_geom_part_ebr_compat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609593544
    },
    "sysctl___kern_features_geom_part_gpt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609594032
    },
    "sysctl___kern_features_geom_part_mbr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609595672
    },
    "sysctl___kern_features_geom_uzip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609606256
    },
    "sysctl___kern_features_geom_uzip_zstd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609609256
    },
    "sysctl___kern_features_hwpmc_hooks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609693024
    },
    "sysctl___kern_features_inet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609913472
    },
    "sysctl___kern_features_inet6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609959864
    },
    "sysctl___kern_features_ipsec": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609975392
    },
    "sysctl___kern_features_ipsec_natt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609975504
    },
    "sysctl___kern_features_ipv4_rfc5549_support": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609841512
    },
    "sysctl___kern_features_kdtrace_hooks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609649728
    },
    "sysctl___kern_features_kposix_priority_scheduling": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609640000
    },
    "sysctl___kern_features_ktrace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609668192
    },
    "sysctl___kern_features_netdump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609954920
    },
    "sysctl___kern_features_netgdb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609574296
    },
    "sysctl___kern_features_netlink": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609988272
    },
    "sysctl___kern_features_nfscl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609548816
    },
    "sysctl___kern_features_nfsd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561232
    },
    "sysctl___kern_features_posix_shm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609780816
    },
    "sysctl___kern_features_pps_sync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609690712
    },
    "sysctl___kern_features_process_descriptors": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753984
    },
    "sysctl___kern_features_racct": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609700560
    },
    "sysctl___kern_features_rctl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609704608
    },
    "sysctl___kern_features_scbus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608242176
    },
    "sysctl___kern_features_security_capabilities": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609751320
    },
    "sysctl___kern_features_security_capability_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609751208
    },
    "sysctl___kern_features_softupdates": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610034080
    },
    "sysctl___kern_features_stack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609748048
    },
    "sysctl___kern_features_sysv_msg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609760240
    },
    "sysctl___kern_features_sysv_sem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609762512
    },
    "sysctl___kern_features_sysv_shm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609764976
    },
    "sysctl___kern_features_ufs_acl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610061112
    },
    "sysctl___kern_features_ufs_gjournal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610062656
    },
    "sysctl___kern_features_ufs_quota": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610062768
    },
    "sysctl___kern_features_ufs_quota64": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610062880
    },
    "sysctl___kern_features_vimage": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609845984
    },
    "sysctl___kern_file": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609648016
    },
    "sysctl___kern_filedelay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811424
    },
    "sysctl___kern_forcesigexit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609710728
    },
    "sysctl___kern_fscale": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609714112
    },
    "sysctl___kern_function_list": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609669432
    },
    "sysctl___kern_geom": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609580976
    },
    "sysctl___kern_geom_collectstats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581648
    },
    "sysctl___kern_geom_confdot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581200
    },
    "sysctl___kern_geom_conftxt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581312
    },
    "sysctl___kern_geom_confxml": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581088
    },
    "sysctl___kern_geom_debugflags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581424
    },
    "sysctl___kern_geom_dev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609578408
    },
    "sysctl___kern_geom_dev_delete_max_sectors": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609578520
    },
    "sysctl___kern_geom_disk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609579144
    },
    "sysctl___kern_geom_eli": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576000
    },
    "sysctl___kern_geom_eli_batch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576792
    },
    "sysctl___kern_geom_eli_blocking_malloc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609577016
    },
    "sysctl___kern_geom_eli_boot_passcache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609577312
    },
    "sysctl___kern_geom_eli_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576224
    },
    "sysctl___kern_geom_eli_key_cache_hits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609577992
    },
    "sysctl___kern_geom_eli_key_cache_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609577880
    },
    "sysctl___kern_geom_eli_key_cache_misses": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609578104
    },
    "sysctl___kern_geom_eli_minbufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576904
    },
    "sysctl___kern_geom_eli_overwrites": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576568
    },
    "sysctl___kern_geom_eli_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576680
    },
    "sysctl___kern_geom_eli_tries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576336
    },
    "sysctl___kern_geom_eli_unmapped_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609577128
    },
    "sysctl___kern_geom_eli_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576112
    },
    "sysctl___kern_geom_eli_visible_passphrase": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609576448
    },
    "sysctl___kern_geom_inflight_transient_maps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609580704
    },
    "sysctl___kern_geom_label": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609583056
    },
    "sysctl___kern_geom_label_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609583168
    },
    "sysctl___kern_geom_label_disk_ident": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586264
    },
    "sysctl___kern_geom_label_disk_ident_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586376
    },
    "sysctl___kern_geom_label_ext2fs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609583744
    },
    "sysctl___kern_geom_label_ext2fs_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609583856
    },
    "sysctl___kern_geom_label_flashmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609583992
    },
    "sysctl___kern_geom_label_flashmap_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584104
    },
    "sysctl___kern_geom_label_gpt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609585792
    },
    "sysctl___kern_geom_label_gpt_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609585904
    },
    "sysctl___kern_geom_label_gptid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586016
    },
    "sysctl___kern_geom_label_gptid_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586128
    },
    "sysctl___kern_geom_label_iso9660": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584240
    },
    "sysctl___kern_geom_label_iso9660_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584352
    },
    "sysctl___kern_geom_label_msdosfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584488
    },
    "sysctl___kern_geom_label_msdosfs_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584600
    },
    "sysctl___kern_geom_label_ntfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584736
    },
    "sysctl___kern_geom_label_ntfs_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584848
    },
    "sysctl___kern_geom_label_reiserfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609584984
    },
    "sysctl___kern_geom_label_reiserfs_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609585096
    },
    "sysctl___kern_geom_label_ufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609585480
    },
    "sysctl___kern_geom_label_ufs_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609585592
    },
    "sysctl___kern_geom_label_ufsid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609585256
    },
    "sysctl___kern_geom_label_ufsid_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609585368
    },
    "sysctl___kern_geom_mirror": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586656
    },
    "sysctl___kern_geom_mirror_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586768
    },
    "sysctl___kern_geom_mirror_disconnect_on_failure": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609587224
    },
    "sysctl___kern_geom_mirror_idletime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609587112
    },
    "sysctl___kern_geom_mirror_launch_mirror_before_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609586888
    },
    "sysctl___kern_geom_mirror_sync_requests": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609587336
    },
    "sysctl___kern_geom_mirror_sync_update_period": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609587448
    },
    "sysctl___kern_geom_mirror_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609587000
    },
    "sysctl___kern_geom_notaste": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609581536
    },
    "sysctl___kern_geom_part": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609591584
    },
    "sysctl___kern_geom_part_allow_nesting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609591928
    },
    "sysctl___kern_geom_part_auto_resize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609591816
    },
    "sysctl___kern_geom_part_check_integrity": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609591704
    },
    "sysctl___kern_geom_part_ebr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609593656
    },
    "sysctl___kern_geom_part_gpt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609594144
    },
    "sysctl___kern_geom_part_gpt_allow_nesting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609594256
    },
    "sysctl___kern_geom_part_mbr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609595784
    },
    "sysctl___kern_geom_part_mbr_enforce_chs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609595896
    },
    "sysctl___kern_geom_part_separator": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609592040
    },
    "sysctl___kern_geom_raid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609596320
    },
    "sysctl___kern_geom_raid_aggressive_spare": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609596552
    },
    "sysctl___kern_geom_raid_clean_time": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609597016
    },
    "sysctl___kern_geom_raid_concat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609602192
    },
    "sysctl___kern_geom_raid_concat_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609602304
    },
    "sysctl___kern_geom_raid_ddf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609598544
    },
    "sysctl___kern_geom_raid_ddf_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609598656
    },
    "sysctl___kern_geom_raid_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609596664
    },
    "sysctl___kern_geom_raid_disconnect_on_failure": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609597128
    },
    "sysctl___kern_geom_raid_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609596440
    },
    "sysctl___kern_geom_raid_idle_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609597352
    },
    "sysctl___kern_geom_raid_intel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609599152
    },
    "sysctl___kern_geom_raid_intel_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609599264
    },
    "sysctl___kern_geom_raid_jmicron": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609599760
    },
    "sysctl___kern_geom_raid_jmicron_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609599872
    },
    "sysctl___kern_geom_raid_name_format": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609597240
    },
    "sysctl___kern_geom_raid_nvidia": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609600368
    },
    "sysctl___kern_geom_raid_nvidia_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609600480
    },
    "sysctl___kern_geom_raid_promise": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609600976
    },
    "sysctl___kern_geom_raid_promise_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609601088
    },
    "sysctl___kern_geom_raid_raid0": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609602816
    },
    "sysctl___kern_geom_raid_raid0_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609602928
    },
    "sysctl___kern_geom_raid_raid1": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609603888
    },
    "sysctl___kern_geom_raid_raid1_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609604000
    },
    "sysctl___kern_geom_raid_raid1_rebuild_cluster_idle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609603520
    },
    "sysctl___kern_geom_raid_raid1_rebuild_fair_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609603408
    },
    "sysctl___kern_geom_raid_raid1_rebuild_meta_update": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609603632
    },
    "sysctl___kern_geom_raid_raid1_rebuild_slab_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609603296
    },
    "sysctl___kern_geom_raid_raid1e": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609604976
    },
    "sysctl___kern_geom_raid_raid1e_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609605088
    },
    "sysctl___kern_geom_raid_raid1e_rebuild_cluster_idle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609604608
    },
    "sysctl___kern_geom_raid_raid1e_rebuild_fair_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609604496
    },
    "sysctl___kern_geom_raid_raid1e_rebuild_meta_update": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609604720
    },
    "sysctl___kern_geom_raid_raid1e_rebuild_slab_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609604384
    },
    "sysctl___kern_geom_raid_raid5": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609605616
    },
    "sysctl___kern_geom_raid_raid5_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609605728
    },
    "sysctl___kern_geom_raid_read_err_thresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609596784
    },
    "sysctl___kern_geom_raid_sii": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609601584
    },
    "sysctl___kern_geom_raid_sii_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609601696
    },
    "sysctl___kern_geom_raid_start_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609596904
    },
    "sysctl___kern_geom_transient_map_hard_failures": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609580480
    },
    "sysctl___kern_geom_transient_map_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609580368
    },
    "sysctl___kern_geom_transient_map_soft_failures": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609580592
    },
    "sysctl___kern_geom_transient_maps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609580248
    },
    "sysctl___kern_geom_uzip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609606416
    },
    "sysctl___kern_geom_uzip_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609606528
    },
    "sysctl___kern_geom_uzip_debug_block": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609606640
    },
    "sysctl___kern_hostid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686032
    },
    "sysctl___kern_hostname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685472
    },
    "sysctl___kern_hostuuid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685696
    },
    "sysctl___kern_hwpmc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609693504
    },
    "sysctl___kern_hwpmc_softevents": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609693616
    },
    "sysctl___kern_hz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609740464
    },
    "sysctl___kern_hz_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609740576
    },
    "sysctl___kern_hz_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609740688
    },
    "sysctl___kern_ident": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681392
    },
    "sysctl___kern_init_path": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609619880
    },
    "sysctl___kern_init_shutdown_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609619992
    },
    "sysctl___kern_iov_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609749896
    },
    "sysctl___kern_ipc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609782640
    },
    "sysctl___kern_ipc_aio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609754520
    },
    "sysctl___kern_ipc_aio_empty_results": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609754632
    },
    "sysctl___kern_ipc_aio_empty_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609754744
    },
    "sysctl___kern_ipc_aio_lifetime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609755416
    },
    "sysctl___kern_ipc_aio_max_procs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609755080
    },
    "sysctl___kern_ipc_aio_num_procs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609755192
    },
    "sysctl___kern_ipc_aio_target_procs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609755304
    },
    "sysctl___kern_ipc_max_hdr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609780272
    },
    "sysctl___kern_ipc_max_linkhdr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609780048
    },
    "sysctl___kern_ipc_max_protohdr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609780160
    },
    "sysctl___kern_ipc_maxmbufmem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678936
    },
    "sysctl___kern_ipc_maxpipekva": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753032
    },
    "sysctl___kern_ipc_maxsockbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609781704
    },
    "sysctl___kern_ipc_maxsockets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609782896
    },
    "sysctl___kern_ipc_mb_use_ext_pgs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678824
    },
    "sysctl___kern_ipc_msgmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609760520
    },
    "sysctl___kern_ipc_msgmnb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609760744
    },
    "sysctl___kern_ipc_msgmni": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609760632
    },
    "sysctl___kern_ipc_msgseg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609761080
    },
    "sysctl___kern_ipc_msgssz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609760968
    },
    "sysctl___kern_ipc_msgtql": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609760856
    },
    "sysctl___kern_ipc_msqids": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609761192
    },
    "sysctl___kern_ipc_nmbclusters": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679184
    },
    "sysctl___kern_ipc_nmbjumbo16": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679520
    },
    "sysctl___kern_ipc_nmbjumbo9": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679408
    },
    "sysctl___kern_ipc_nmbjumbop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679296
    },
    "sysctl___kern_ipc_nmbufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679632
    },
    "sysctl___kern_ipc_num_snd_tags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679048
    },
    "sysctl___kern_ipc_numopensockets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609782480
    },
    "sysctl___kern_ipc_pipe_mindirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753728
    },
    "sysctl___kern_ipc_pipeallocfail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753368
    },
    "sysctl___kern_ipc_pipefragretry": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753256
    },
    "sysctl___kern_ipc_pipekva": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753144
    },
    "sysctl___kern_ipc_piperesizeallowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753592
    },
    "sysctl___kern_ipc_piperesizefail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609753480
    },
    "sysctl___kern_ipc_posix_shm_list": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609781296
    },
    "sysctl___kern_ipc_sema": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763720
    },
    "sysctl___kern_ipc_semaem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763608
    },
    "sysctl___kern_ipc_semmni": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609762712
    },
    "sysctl___kern_ipc_semmns": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609762824
    },
    "sysctl___kern_ipc_semmnu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609762936
    },
    "sysctl___kern_ipc_semmsl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763048
    },
    "sysctl___kern_ipc_semopm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763160
    },
    "sysctl___kern_ipc_semume": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763272
    },
    "sysctl___kern_ipc_semusz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763384
    },
    "sysctl___kern_ipc_semvmx": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763496
    },
    "sysctl___kern_ipc_sfstat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609706792
    },
    "sysctl___kern_ipc_shm_allow_removed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765848
    },
    "sysctl___kern_ipc_shm_use_phys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765736
    },
    "sysctl___kern_ipc_shmall": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765624
    },
    "sysctl___kern_ipc_shmmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765176
    },
    "sysctl___kern_ipc_shmmin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765288
    },
    "sysctl___kern_ipc_shmmni": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765400
    },
    "sysctl___kern_ipc_shmseg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765512
    },
    "sysctl___kern_ipc_shmsegs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609765960
    },
    "sysctl___kern_ipc_soacceptqueue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609782256
    },
    "sysctl___kern_ipc_sockbuf_waste_factor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609781816
    },
    "sysctl___kern_ipc_somaxconn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609782368
    },
    "sysctl___kern_ipc_sooverinterval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609783120
    },
    "sysctl___kern_ipc_sooverprio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609783008
    },
    "sysctl___kern_ipc_tls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771088
    },
    "sysctl___kern_ipc_tls_bind_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771312
    },
    "sysctl___kern_ipc_tls_cbc_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771880
    },
    "sysctl___kern_ipc_tls_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771768
    },
    "sysctl___kern_ipc_tls_ifnet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609774728
    },
    "sysctl___kern_ipc_tls_ifnet_cbc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609775480
    },
    "sysctl___kern_ipc_tls_ifnet_chacha20": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609775800
    },
    "sysctl___kern_ipc_tls_ifnet_gcm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609775640
    },
    "sysctl___kern_ipc_tls_ifnet_max_rexmit_pct": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771656
    },
    "sysctl___kern_ipc_tls_ifnet_permitted": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609776392
    },
    "sysctl___kern_ipc_tls_ifnet_reset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609775960
    },
    "sysctl___kern_ipc_tls_ifnet_reset_dropped": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609776120
    },
    "sysctl___kern_ipc_tls_ifnet_reset_failed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609776280
    },
    "sysctl___kern_ipc_tls_max_reclaim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609772104
    },
    "sysctl___kern_ipc_tls_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771424
    },
    "sysctl___kern_ipc_tls_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771200
    },
    "sysctl___kern_ipc_tls_stats_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609773224
    },
    "sysctl___kern_ipc_tls_stats_corrupted_records": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609773384
    },
    "sysctl___kern_ipc_tls_stats_destroy_task": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609774504
    },
    "sysctl___kern_ipc_tls_stats_enable_calls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609773064
    },
    "sysctl___kern_ipc_tls_stats_failed_crypto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609773544
    },
    "sysctl___kern_ipc_tls_stats_ifnet_disable_failed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609774184
    },
    "sysctl___kern_ipc_tls_stats_ifnet_disable_ok": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609774344
    },
    "sysctl___kern_ipc_tls_stats_ocf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610024208
    },
    "sysctl___kern_ipc_tls_stats_ocf_inplace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610026448
    },
    "sysctl___kern_ipc_tls_stats_ocf_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610026768
    },
    "sysctl___kern_ipc_tls_stats_ocf_separate_output": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610026608
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls10_cbc_encrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610024368
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls11_cbc_decrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610024528
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls11_cbc_encrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610024688
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls12_chacha20_decrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610025328
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls12_chacha20_encrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610025488
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls12_gcm_decrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610024848
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls12_gcm_encrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610025008
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls12_gcm_recrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610025168
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls13_chacha20_decrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610026128
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls13_chacha20_encrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610026288
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls13_gcm_decrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610025648
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls13_gcm_encrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610025808
    },
    "sysctl___kern_ipc_tls_stats_ocf_tls13_gcm_recrypts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610025968
    },
    "sysctl___kern_ipc_tls_stats_offload_total": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609772904
    },
    "sysctl___kern_ipc_tls_stats_sw_rx_inqueue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609772744
    },
    "sysctl___kern_ipc_tls_stats_sw_tx_inqueue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609772584
    },
    "sysctl___kern_ipc_tls_stats_sw_tx_pending": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609772424
    },
    "sysctl___kern_ipc_tls_stats_switch_failed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609774024
    },
    "sysctl___kern_ipc_tls_stats_switch_to_ifnet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609773704
    },
    "sysctl___kern_ipc_tls_stats_switch_to_sw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609773864
    },
    "sysctl___kern_ipc_tls_stats_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771536
    },
    "sysctl___kern_ipc_tls_sw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609774616
    },
    "sysctl___kern_ipc_tls_sw_buffer_cache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609771992
    },
    "sysctl___kern_ipc_tls_sw_cbc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609775000
    },
    "sysctl___kern_ipc_tls_sw_chacha20": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609775320
    },
    "sysctl___kern_ipc_tls_sw_gcm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609775160
    },
    "sysctl___kern_ipc_tls_tasks_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609772264
    },
    "sysctl___kern_ipc_tls_toe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609774840
    },
    "sysctl___kern_ipc_tls_toe_cbc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609776552
    },
    "sysctl___kern_ipc_tls_toe_chacha20": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609776872
    },
    "sysctl___kern_ipc_tls_toe_gcm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609776712
    },
    "sysctl___kern_ipc_umtx_max_robust": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609721920
    },
    "sysctl___kern_ipc_umtx_vnode_persistent": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609721808
    },
    "sysctl___kern_job_control": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609682624
    },
    "sysctl___kern_kerneldump_gzlevel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609708848
    },
    "sysctl___kern_kill_on_debugger_exit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609653776
    },
    "sysctl___kern_kobj_methodcount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609738592
    },
    "sysctl___kern_kq_calloutmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609650856
    },
    "sysctl___kern_kstack_pages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609695136
    },
    "sysctl___kern_ktrace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609668304
    },
    "sysctl___kern_ktrace_filesize_limit_signal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609668560
    },
    "sysctl___kern_ktrace_genio_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609668448
    },
    "sysctl___kern_ktrace_request_pool": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609668696
    },
    "sysctl___kern_lastpid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609655104
    },
    "sysctl___kern_lockf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609671136
    },
    "sysctl___kern_log_console_add_linefeed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609743248
    },
    "sysctl___kern_log_console_output": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609743136
    },
    "sysctl___kern_log_wakeups_per_second": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609739840
    },
    "sysctl___kern_lognosys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711400
    },
    "sysctl___kern_logsigexit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609710616
    },
    "sysctl___kern_malloc_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678600
    },
    "sysctl___kern_malloc_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678488
    },
    "sysctl___kern_maxbcache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741248
    },
    "sysctl___kern_maxdsiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741696
    },
    "sysctl___kern_maxfiles": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609648560
    },
    "sysctl___kern_maxfilesperproc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609648448
    },
    "sysctl___kern_maxphys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609683984
    },
    "sysctl___kern_maxproc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681952
    },
    "sysctl___kern_maxprocperuid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609682064
    },
    "sysctl___kern_maxssiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741920
    },
    "sysctl___kern_maxswzone": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741136
    },
    "sysctl___kern_maxthread": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609720128
    },
    "sysctl___kern_maxtsiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741472
    },
    "sysctl___kern_maxusers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609682176
    },
    "sysctl___kern_maxvnodes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811872
    },
    "sysctl___kern_metadelay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811648
    },
    "sysctl___kern_minvnodes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812096
    },
    "sysctl___kern_module_path": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609669296
    },
    "sysctl___kern_msgbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609743528
    },
    "sysctl___kern_msgbuf_clear": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609743640
    },
    "sysctl___kern_msgbuf_show_timestamp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609740344
    },
    "sysctl___kern_msgbufsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609741024
    },
    "sysctl___kern_nbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609740800
    },
    "sysctl___kern_ncallout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609720928
    },
    "sysctl___kern_ngroups": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609682512
    },
    "sysctl___kern_nodump_coredump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609712096
    },
    "sysctl___kern_nswbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609740912
    },
    "sysctl___kern_ntp_pll": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609690888
    },
    "sysctl___kern_ntp_pll_gettime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691000
    },
    "sysctl___kern_ntp_pll_pps_freq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691448
    },
    "sysctl___kern_ntp_pll_pps_shift": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691224
    },
    "sysctl___kern_ntp_pll_pps_shiftmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691112
    },
    "sysctl___kern_ntp_pll_time_freq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691560
    },
    "sysctl___kern_ntp_pll_time_monitor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691336
    },
    "sysctl___kern_openfiles": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609648672
    },
    "sysctl___kern_osreldate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686416
    },
    "sysctl___kern_osrelease": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686304
    },
    "sysctl___kern_osrevision": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681504
    },
    "sysctl___kern_ostype": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681840
    },
    "sysctl___kern_panic_reboot_wait_time": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707104
    },
    "sysctl___kern_pid_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609689328
    },
    "sysctl___kern_pin_default_swi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609721040
    },
    "sysctl___kern_pin_pcpu_swi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609721152
    },
    "sysctl___kern_posix1version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609682400
    },
    "sysctl___kern_powercycle_on_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609708120
    },
    "sysctl___kern_poweroff_on_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609708008
    },
    "sysctl___kern_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609695520
    },
    "sysctl___kern_proc_all": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609695632
    },
    "sysctl___kern_proc_args": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696752
    },
    "sysctl___kern_proc_auxv": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696976
    },
    "sysctl___kern_proc_cwd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609648240
    },
    "sysctl___kern_proc_env": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696864
    },
    "sysctl___kern_proc_filedesc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609648128
    },
    "sysctl___kern_proc_gid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609695744
    },
    "sysctl___kern_proc_gid_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697312
    },
    "sysctl___kern_proc_groups": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698544
    },
    "sysctl___kern_proc_kstack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698432
    },
    "sysctl___kern_proc_nfds": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609647904
    },
    "sysctl___kern_proc_osrel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698992
    },
    "sysctl___kern_proc_pathname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697088
    },
    "sysctl___kern_proc_pgrp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609695856
    },
    "sysctl___kern_proc_pgrp_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697424
    },
    "sysctl___kern_proc_pid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696528
    },
    "sysctl___kern_proc_pid_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698096
    },
    "sysctl___kern_proc_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696640
    },
    "sysctl___kern_proc_proc_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698208
    },
    "sysctl___kern_proc_ps_strings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698768
    },
    "sysctl___kern_proc_rgid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609695968
    },
    "sysctl___kern_proc_rgid_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697536
    },
    "sysctl___kern_proc_rlimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698656
    },
    "sysctl___kern_proc_ruid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696416
    },
    "sysctl___kern_proc_ruid_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697984
    },
    "sysctl___kern_proc_sid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696080
    },
    "sysctl___kern_proc_sid_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697648
    },
    "sysctl___kern_proc_sigfastblk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609699216
    },
    "sysctl___kern_proc_sigtramp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609699104
    },
    "sysctl___kern_proc_sv_name": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697200
    },
    "sysctl___kern_proc_tty": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696192
    },
    "sysctl___kern_proc_tty_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697760
    },
    "sysctl___kern_proc_uid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609696304
    },
    "sysctl___kern_proc_uid_td": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609697872
    },
    "sysctl___kern_proc_umask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698880
    },
    "sysctl___kern_proc_vm_layout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609699328
    },
    "sysctl___kern_proc_vmmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609698320
    },
    "sysctl___kern_proc_vmmap_skip_resident_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609695248
    },
    "sysctl___kern_ps_arg_cache_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609653128
    },
    "sysctl___kern_ps_strings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609652784
    },
    "sysctl___kern_racct": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609700672
    },
    "sysctl___kern_racct_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609700784
    },
    "sysctl___kern_racct_pcpu_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609700896
    },
    "sysctl___kern_racct_rctl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609704720
    },
    "sysctl___kern_racct_rctl_devctl_rate_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609705056
    },
    "sysctl___kern_racct_rctl_log_rate_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609704944
    },
    "sysctl___kern_racct_rctl_maxbufsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609704832
    },
    "sysctl___kern_racct_rctl_throttle_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609705304
    },
    "sysctl___kern_racct_rctl_throttle_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609705168
    },
    "sysctl___kern_racct_rctl_throttle_pct": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609705440
    },
    "sysctl___kern_racct_rctl_throttle_pct2": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609705576
    },
    "sysctl___kern_random": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609104080
    },
    "sysctl___kern_random_block_seeded_status": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609106328
    },
    "sysctl___kern_random_harvest": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609104928
    },
    "sysctl___kern_random_harvest_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609105088
    },
    "sysctl___kern_random_harvest_mask_bin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609105200
    },
    "sysctl___kern_random_harvest_mask_symbolic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609105312
    },
    "sysctl___kern_random_initial_seeding": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609104192
    },
    "sysctl___kern_random_initial_seeding_arc4random_bypassed_before_seeding": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609104536
    },
    "sysctl___kern_random_initial_seeding_bypass_before_seeding": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609104312
    },
    "sysctl___kern_random_initial_seeding_disable_bypass_warnings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609104648
    },
    "sysctl___kern_random_initial_seeding_read_random_bypassed_before_seeding": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609104424
    },
    "sysctl___kern_random_random_sources": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609105496
    },
    "sysctl___kern_random_rdrand": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610207752
    },
    "sysctl___kern_random_rdrand_rdrand_independent_seed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610207864
    },
    "sysctl___kern_random_use_chacha20_cipher": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609106744
    },
    "sysctl___kern_randompid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609655216
    },
    "sysctl___kern_reboot_wait_time": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707216
    },
    "sysctl___kern_relbase_address": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609722984
    },
    "sysctl___kern_rndtest": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609108216
    },
    "sysctl___kern_rndtest_retest": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609108328
    },
    "sysctl___kern_rndtest_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609108440
    },
    "sysctl___kern_rndtest_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609108552
    },
    "sysctl___kern_saved_ids": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609682736
    },
    "sysctl___kern_sched": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609728456
    },
    "sysctl___kern_sched_affinity": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729464
    },
    "sysctl___kern_sched_always_steal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609730136
    },
    "sysctl___kern_sched_balance": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729576
    },
    "sysctl___kern_sched_balance_interval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729688
    },
    "sysctl___kern_sched_cpusetsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609646152
    },
    "sysctl___kern_sched_cpusetsizemin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609646264
    },
    "sysctl___kern_sched_idlespins": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729240
    },
    "sysctl___kern_sched_idlespinthresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729352
    },
    "sysctl___kern_sched_interact": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609728904
    },
    "sysctl___kern_sched_name": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609728568
    },
    "sysctl___kern_sched_preempt_thresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729016
    },
    "sysctl___kern_sched_preemption": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609713888
    },
    "sysctl___kern_sched_quantum": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609728680
    },
    "sysctl___kern_sched_slice": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609728792
    },
    "sysctl___kern_sched_static_boost": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729128
    },
    "sysctl___kern_sched_steal_idle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729800
    },
    "sysctl___kern_sched_steal_thresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609729912
    },
    "sysctl___kern_sched_topology_spec": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609730248
    },
    "sysctl___kern_sched_trysteal_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609730024
    },
    "sysctl___kern_securelevel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685808
    },
    "sysctl___kern_sgrowsiz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609742032
    },
    "sysctl___kern_shutdown": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609708232
    },
    "sysctl___kern_shutdown_dumpdevname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609709336
    },
    "sysctl___kern_shutdown_kproc_shutdown_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609709216
    },
    "sysctl___kern_shutdown_poweroff_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609709104
    },
    "sysctl___kern_shutdown_show_busybufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609708344
    },
    "sysctl___kern_sig_discard_ign": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711624
    },
    "sysctl___kern_sigfastblock_fetch_always": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711512
    },
    "sysctl___kern_sigqueue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609710840
    },
    "sysctl___kern_sigqueue_alloc_fail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711288
    },
    "sysctl___kern_sigqueue_max_pending_per_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609710952
    },
    "sysctl___kern_sigqueue_overflow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711176
    },
    "sysctl___kern_sigqueue_preallocate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711064
    },
    "sysctl___kern_smp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609745928
    },
    "sysctl___kern_smp_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746264
    },
    "sysctl___kern_smp_cores": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746736
    },
    "sysctl___kern_smp_cpus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746496
    },
    "sysctl___kern_smp_disabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746376
    },
    "sysctl___kern_smp_forward_signal_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746960
    },
    "sysctl___kern_smp_maxcpus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746152
    },
    "sysctl___kern_smp_maxid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746040
    },
    "sysctl___kern_smp_threads_per_core": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746616
    },
    "sysctl___kern_smp_topology": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609746848
    },
    "sysctl___kern_stackprot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609653008
    },
    "sysctl___kern_sugid_coredump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609711760
    },
    "sysctl___kern_supported_archs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609685360
    },
    "sysctl___kern_suspend_blocked": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609708456
    },
    "sysctl___kern_sync_on_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609707896
    },
    "sysctl___kern_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609719632
    },
    "sysctl___kern_threads_max_threads_hits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609719864
    },
    "sysctl___kern_threads_max_threads_per_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609719752
    },
    "sysctl___kern_timecounter": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609716288
    },
    "sysctl___kern_timecounter_alloweddeviation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609716744
    },
    "sysctl___kern_timecounter_choice": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609717040
    },
    "sysctl___kern_timecounter_fast_gettime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609717320
    },
    "sysctl___kern_timecounter_hardware": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609716928
    },
    "sysctl___kern_timecounter_invariant_tsc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610170464
    },
    "sysctl___kern_timecounter_smp_tsc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610170576
    },
    "sysctl___kern_timecounter_smp_tsc_adjust": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610170688
    },
    "sysctl___kern_timecounter_stepwarnings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609716512
    },
    "sysctl___kern_timecounter_tc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609716400
    },
    "sysctl___kern_timecounter_tick": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609717152
    },
    "sysctl___kern_timecounter_timehands_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609716624
    },
    "sysctl___kern_timecounter_tsc_shift": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610170800
    },
    "sysctl___kern_trap_enotcap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609751096
    },
    "sysctl___kern_tty_drainwait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609767472
    },
    "sysctl___kern_tty_info_kstacks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609768720
    },
    "sysctl___kern_tty_inq_flush_secure": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609768832
    },
    "sysctl___kern_tty_nin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609769832
    },
    "sysctl___kern_tty_nout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609769944
    },
    "sysctl___kern_ttys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609767704
    },
    "sysctl___kern_usrstack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609652896
    },
    "sysctl___kern_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681616
    },
    "sysctl___kern_vm_guest": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609742144
    },
    "sysctl___kern_vt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511152
    },
    "sysctl___kern_vt_deadtimer": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511600
    },
    "sysctl___kern_vt_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511488
    },
    "sysctl___kern_vt_enable_altgr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511264
    },
    "sysctl___kern_vt_enable_bell": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511376
    },
    "sysctl___kern_vt_kbd_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609512160
    },
    "sysctl___kern_vt_kbd_halt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511824
    },
    "sysctl___kern_vt_kbd_panic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609512272
    },
    "sysctl___kern_vt_kbd_poweroff": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511936
    },
    "sysctl___kern_vt_kbd_reboot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609512048
    },
    "sysctl___kern_vt_splash_cpu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609512384
    },
    "sysctl___kern_vt_splash_cpu_duration": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609512736
    },
    "sysctl___kern_vt_splash_cpu_style": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609512616
    },
    "sysctl___kern_vt_splash_ncpu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609512496
    },
    "sysctl___kern_vt_suspendswitch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609511712
    },
    "sysctl___kern_vty": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609645432
    },
    "sysctl___kern_wait_dequeue_sigchld": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609653888
    },
    "sysctl___machdep": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680720
    },
    "sysctl___machdep_acpi_root": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610147784
    },
    "sysctl___machdep_acpi_timer_freq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610087696
    },
    "sysctl___machdep_adjkerntz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609733112
    },
    "sysctl___machdep_atrtc_power_lost": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610157520
    },
    "sysctl___machdep_bootmethod": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610161968
    },
    "sysctl___machdep_disable_msix_migration": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610220296
    },
    "sysctl___machdep_disable_mtrrs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610168576
    },
    "sysctl___machdep_disable_rtc_set": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609745040
    },
    "sysctl___machdep_disable_tsc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610170912
    },
    "sysctl___machdep_disable_tsc_calibration": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610171024
    },
    "sysctl___machdep_dump_retry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610188896
    },
    "sysctl___machdep_efi_map": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610188448
    },
    "sysctl___machdep_efi_rt_handle_faults": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608453640
    },
    "sysctl___machdep_enable_panic_key": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609235120
    },
    "sysctl___machdep_first_msi_irq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610220056
    },
    "sysctl___machdep_hwpstate_pkg_ctrl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610154880
    },
    "sysctl___machdep_hyperthreading_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610168808
    },
    "sysctl___machdep_hyperthreading_intr_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610168920
    },
    "sysctl___machdep_i8254_freq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610158352
    },
    "sysctl___machdep_idle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162544
    },
    "sysctl___machdep_idle_apl31": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162320
    },
    "sysctl___machdep_idle_available": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162432
    },
    "sysctl___machdep_idle_mwait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162192
    },
    "sysctl___machdep_max_ldt_segment": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610193488
    },
    "sysctl___machdep_mitigations": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680832
    },
    "sysctl___machdep_mitigations_flush_rsb_ctxsw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164992
    },
    "sysctl___machdep_mitigations_ibrs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163032
    },
    "sysctl___machdep_mitigations_ibrs_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163144
    },
    "sysctl___machdep_mitigations_ibrs_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163368
    },
    "sysctl___machdep_mitigations_mds": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164160
    },
    "sysctl___machdep_mitigations_mds_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164520
    },
    "sysctl___machdep_mitigations_mds_state": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164272
    },
    "sysctl___machdep_mitigations_rngds": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165104
    },
    "sysctl___machdep_mitigations_rngds_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165224
    },
    "sysctl___machdep_mitigations_rngds_state": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610165336
    },
    "sysctl___machdep_mitigations_ssb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163592
    },
    "sysctl___machdep_mitigations_ssb_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163704
    },
    "sysctl___machdep_mitigations_ssb_disable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610163928
    },
    "sysctl___machdep_mitigations_taa": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164656
    },
    "sysctl___machdep_mitigations_taa_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164768
    },
    "sysctl___machdep_mitigations_taa_state": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610164880
    },
    "sysctl___machdep_mwait_cpustop_broken": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162080
    },
    "sysctl___machdep_nkpt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610189592
    },
    "sysctl___machdep_nmi_flush_l1d_sw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610194168
    },
    "sysctl___machdep_nmi_is_broadcast": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162800
    },
    "sysctl___machdep_num_msi_irqs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610220176
    },
    "sysctl___machdep_panic_on_nmi": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610162680
    },
    "sysctl___machdep_prot_fault_translation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610068736
    },
    "sysctl___machdep_rtc_save_period": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609691688
    },
    "sysctl___machdep_smap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610188336
    },
    "sysctl___machdep_stop_mwait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610169032
    },
    "sysctl___machdep_syscall_ret_flush_l1d": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610194280
    },
    "sysctl___machdep_tsc_freq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610171240
    },
    "sysctl___machdep_uprintf_signal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610194056
    },
    "sysctl___machdep_vga_aspect_scale": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610213264
    },
    "sysctl___machdep_wall_cmos_clock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609733336
    },
    "sysctl___net": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680272
    },
    "sysctl___net_accf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609770272
    },
    "sysctl___net_accf_unloadable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609770384
    },
    "sysctl___net_add_addr_allfibs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609842184
    },
    "sysctl___net_bpf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609818384
    },
    "sysctl___net_bpf_bufsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609819344
    },
    "sysctl___net_bpf_maxbufsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609819456
    },
    "sysctl___net_bpf_maxinsns": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609818504
    },
    "sysctl___net_bpf_optimize_writers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609818840
    },
    "sysctl___net_bpf_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609818728
    },
    "sysctl___net_bpf_zerocopy_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609818616
    },
    "sysctl___net_debugnet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609837672
    },
    "sysctl___net_debugnet_arp_nretries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609838352
    },
    "sysctl___net_debugnet_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609837784
    },
    "sysctl___net_debugnet_fib": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609838136
    },
    "sysctl___net_debugnet_npolls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609837904
    },
    "sysctl___net_debugnet_nretries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609838024
    },
    "sysctl___net_enc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609824152
    },
    "sysctl___net_enc_in": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609824264
    },
    "sysctl___net_enc_in_ipsec_bpf_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609824600
    },
    "sysctl___net_enc_in_ipsec_filter_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609824488
    },
    "sysctl___net_enc_out": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609824376
    },
    "sysctl___net_enc_out_ipsec_bpf_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609824824
    },
    "sysctl___net_enc_out_ipsec_filter_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609824712
    },
    "sysctl___net_fibs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609842408
    },
    "sysctl___net_graph": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609880888
    },
    "sysctl___net_graph_abi_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609881000
    },
    "sysctl___net_graph_control": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609892432
    },
    "sysctl___net_graph_control_proto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609892544
    },
    "sysctl___net_graph_data": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609892208
    },
    "sysctl___net_graph_data_proto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609892320
    },
    "sysctl___net_graph_family": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609892096
    },
    "sysctl___net_graph_iface": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609885376
    },
    "sysctl___net_graph_iface_max_nesting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609885488
    },
    "sysctl___net_graph_maxalloc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609880496
    },
    "sysctl___net_graph_maxdata": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609880608
    },
    "sysctl___net_graph_maxdgram": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609891824
    },
    "sysctl___net_graph_mppe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609887392
    },
    "sysctl___net_graph_mppe_block_on_max_rekey": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609887504
    },
    "sysctl___net_graph_mppe_log_max_rekey": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609887616
    },
    "sysctl___net_graph_mppe_max_rekey": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609887728
    },
    "sysctl___net_graph_msg_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609881112
    },
    "sysctl___net_graph_pppoe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609889664
    },
    "sysctl___net_graph_pppoe_lcp_pcp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609889776
    },
    "sysctl___net_graph_pptpgre": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609890280
    },
    "sysctl___net_graph_pptpgre_reorder_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609890392
    },
    "sysctl___net_graph_pptpgre_reorder_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609890504
    },
    "sysctl___net_graph_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609891936
    },
    "sysctl___net_graph_threads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609880384
    },
    "sysctl___net_hvsock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610104816
    },
    "sysctl___net_hvsock_hvs_dbg_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610104928
    },
    "sysctl___net_ifdescr_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820624
    },
    "sysctl___net_iflib": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609835056
    },
    "sysctl___net_iflib_min_tx_latency": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609835168
    },
    "sysctl___net_iflib_no_tx_batch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609835280
    },
    "sysctl___net_iflib_timer_default": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609835392
    },
    "sysctl___net_inet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609913840
    },
    "sysctl___net_inet6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609960232
    },
    "sysctl___net_inet6_icmp6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609960456
    },
    "sysctl___net_inet6_icmp6_errppslimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609965160
    },
    "sysctl___net_inet6_icmp6_nd6_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609965384
    },
    "sysctl___net_inet6_icmp6_nd6_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964488
    },
    "sysctl___net_inet6_icmp6_nd6_drlist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609974016
    },
    "sysctl___net_inet6_icmp6_nd6_gctimer": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609973792
    },
    "sysctl___net_inet6_icmp6_nd6_maxnudhint": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609965272
    },
    "sysctl___net_inet6_icmp6_nd6_maxqueuelen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609973680
    },
    "sysctl___net_inet6_icmp6_nd6_mmaxtries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964712
    },
    "sysctl___net_inet6_icmp6_nd6_onlink_ns_rfc4861": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609965496
    },
    "sysctl___net_inet6_icmp6_nd6_prlist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609973568
    },
    "sysctl___net_inet6_icmp6_nd6_prune": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964376
    },
    "sysctl___net_inet6_icmp6_nd6_umaxtries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964600
    },
    "sysctl___net_inet6_icmp6_nd6_useloopback": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964824
    },
    "sysctl___net_inet6_icmp6_nodeinfo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964936
    },
    "sysctl___net_inet6_icmp6_nodeinfo_oldmcprefix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609965048
    },
    "sysctl___net_inet6_icmp6_rediraccept": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964040
    },
    "sysctl___net_inet6_icmp6_redirtimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964152
    },
    "sysctl___net_inet6_icmp6_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609964264
    },
    "sysctl___net_inet6_ip6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609960344
    },
    "sysctl___net_inet6_ip6_accept_rtadv": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961464
    },
    "sysctl___net_inet6_ip6_addrctlpolicy": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609965608
    },
    "sysctl___net_inet6_ip6_auto_flowlabel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962248
    },
    "sysctl___net_inet6_ip6_auto_linklocal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963256
    },
    "sysctl___net_inet6_ip6_dad_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962136
    },
    "sysctl___net_inet6_ip6_dad_enhanced": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609973904
    },
    "sysctl___net_inet6_ip6_defmcasthlim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962360
    },
    "sysctl___net_inet6_ip6_forwarding": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961016
    },
    "sysctl___net_inet6_ip6_frag6_nfragpackets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609956656
    },
    "sysctl___net_inet6_ip6_frag6_nfrags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609956320
    },
    "sysctl___net_inet6_ip6_fraglifetime_ms": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609956992
    },
    "sysctl___net_inet6_ip6_gifhlim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609957904
    },
    "sysctl___net_inet6_ip6_grehlim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609965720
    },
    "sysctl___net_inet6_ip6_hdrnestlimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962024
    },
    "sysctl___net_inet6_ip6_hlim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961240
    },
    "sysctl___net_inet6_ip6_intr_direct_queue_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609970352
    },
    "sysctl___net_inet6_ip6_intr_queue_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609970128
    },
    "sysctl___net_inet6_ip6_kame_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962472
    },
    "sysctl___net_inet6_ip6_log_cannot_forward": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963928
    },
    "sysctl___net_inet6_ip6_log_interval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961912
    },
    "sysctl___net_inet6_ip6_maxfragbucketsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609956880
    },
    "sysctl___net_inet6_ip6_maxfragpackets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609956544
    },
    "sysctl___net_inet6_ip6_maxfrags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609956432
    },
    "sysctl___net_inet6_ip6_maxfragsperpacket": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609956768
    },
    "sysctl___net_inet6_ip6_mcast": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609958720
    },
    "sysctl___net_inet6_ip6_mcast_filters": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609959176
    },
    "sysctl___net_inet6_ip6_mcast_loop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609959064
    },
    "sysctl___net_inet6_ip6_mcast_maxgrpsrc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609958832
    },
    "sysctl___net_inet6_ip6_mcast_maxsocksrc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609958944
    },
    "sysctl___net_inet6_ip6_mcast_pmtu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963704
    },
    "sysctl___net_inet6_ip6_mf6ctable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609971392
    },
    "sysctl___net_inet6_ip6_mif6table": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609971504
    },
    "sysctl___net_inet6_ip6_mrt6stat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609971280
    },
    "sysctl___net_inet6_ip6_no_radr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961576
    },
    "sysctl___net_inet6_ip6_norbit_raif": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961688
    },
    "sysctl___net_inet6_ip6_prefer_tempaddr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963480
    },
    "sysctl___net_inet6_ip6_redirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961128
    },
    "sysctl___net_inet6_ip6_rfc6204w3": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961800
    },
    "sysctl___net_inet6_ip6_rip6stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963368
    },
    "sysctl___net_inet6_ip6_rr_prune": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962696
    },
    "sysctl___net_inet6_ip6_source_address_validation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609970240
    },
    "sysctl___net_inet6_ip6_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609961352
    },
    "sysctl___net_inet6_ip6_stealth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963816
    },
    "sysctl___net_inet6_ip6_temppltime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962920
    },
    "sysctl___net_inet6_ip6_tempvltime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963032
    },
    "sysctl___net_inet6_ip6_use_defaultzone": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963592
    },
    "sysctl___net_inet6_ip6_use_deprecated": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962584
    },
    "sysctl___net_inet6_ip6_use_tempaddr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609962808
    },
    "sysctl___net_inet6_ip6_v6only": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609963144
    },
    "sysctl___net_inet6_ipsec6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609960904
    },
    "sysctl___net_inet6_ipsec6_ah_net_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977840
    },
    "sysctl___net_inet6_ipsec6_ah_trans_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977728
    },
    "sysctl___net_inet6_ipsec6_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979040
    },
    "sysctl___net_inet6_ipsec6_def_policy": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977392
    },
    "sysctl___net_inet6_ipsec6_ecn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977952
    },
    "sysctl___net_inet6_ipsec6_esp_net_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977616
    },
    "sysctl___net_inet6_ipsec6_esp_trans_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977504
    },
    "sysctl___net_inet6_ipsec6_filtertunnel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609978064
    },
    "sysctl___net_inet6_ipsec6_ipsecstats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609978176
    },
    "sysctl___net_inet6_mld": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609972256
    },
    "sysctl___net_inet6_mld_gsrdelay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609972368
    },
    "sysctl___net_inet6_mld_ifinfo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609972480
    },
    "sysctl___net_inet6_mld_use_allow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609972816
    },
    "sysctl___net_inet6_mld_v1enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609972592
    },
    "sysctl___net_inet6_mld_v2enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609972704
    },
    "sysctl___net_inet6_pim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609971168
    },
    "sysctl___net_inet6_pim_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609971616
    },
    "sysctl___net_inet6_sctp6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609960792
    },
    "sysctl___net_inet6_tcp6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609960680
    },
    "sysctl___net_inet6_tcp6_getcred": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609947504
    },
    "sysctl___net_inet6_udp6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609960568
    },
    "sysctl___net_inet6_udp6_getcred": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609974664
    },
    "sysctl___net_inet6_udp6_rfc6935_port": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609974552
    },
    "sysctl___net_inet_accf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609915296
    },
    "sysctl___net_inet_ah": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914736
    },
    "sysctl___net_inet_ah_ah_cleartos": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609983648
    },
    "sysctl___net_inet_ah_ah_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609983536
    },
    "sysctl___net_inet_ah_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609983760
    },
    "sysctl___net_inet_carp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609906448
    },
    "sysctl___net_inet_carp_allow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609906560
    },
    "sysctl___net_inet_carp_demotion": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609907008
    },
    "sysctl___net_inet_carp_dscp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609906672
    },
    "sysctl___net_inet_carp_ifdown_demotion_factor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609907232
    },
    "sysctl___net_inet_carp_log": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609906896
    },
    "sysctl___net_inet_carp_preempt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609906784
    },
    "sysctl___net_inet_carp_senderr_demotion_factor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609907120
    },
    "sysctl___net_inet_carp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609907440
    },
    "sysctl___net_inet_esp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914848
    },
    "sysctl___net_inet_esp_ctr_compatibility": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609984448
    },
    "sysctl___net_inet_esp_esp_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609984336
    },
    "sysctl___net_inet_esp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609984560
    },
    "sysctl___net_inet_icmp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914064
    },
    "sysctl___net_inet_icmp_bmcastecho": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609917184
    },
    "sysctl___net_inet_icmp_drop_redirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916512
    },
    "sysctl___net_inet_icmp_error_keeptags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609917408
    },
    "sysctl___net_inet_icmp_icmplim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609915744
    },
    "sysctl___net_inet_icmp_icmplim_jitter": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609915856
    },
    "sysctl___net_inet_icmp_icmplim_output": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609915968
    },
    "sysctl___net_inet_icmp_log_redirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916624
    },
    "sysctl___net_inet_icmp_maskfake": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916400
    },
    "sysctl___net_inet_icmp_maskrepl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916288
    },
    "sysctl___net_inet_icmp_quotelen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609917072
    },
    "sysctl___net_inet_icmp_redirtimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916736
    },
    "sysctl___net_inet_icmp_reply_from_interface": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916960
    },
    "sysctl___net_inet_icmp_reply_src": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916848
    },
    "sysctl___net_inet_icmp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609916128
    },
    "sysctl___net_inet_icmp_tstamprepl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609917296
    },
    "sysctl___net_inet_igmp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914512
    },
    "sysctl___net_inet_igmp_default_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609898128
    },
    "sysctl___net_inet_igmp_gsrdelay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609898240
    },
    "sysctl___net_inet_igmp_ifinfo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609898352
    },
    "sysctl___net_inet_igmp_legacysupp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609898016
    },
    "sysctl___net_inet_igmp_recvifkludge": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609897456
    },
    "sysctl___net_inet_igmp_sendlocal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609897680
    },
    "sysctl___net_inet_igmp_sendra": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609897568
    },
    "sysctl___net_inet_igmp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609897344
    },
    "sysctl___net_inet_igmp_v1enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609897792
    },
    "sysctl___net_inet_igmp_v2enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609897904
    },
    "sysctl___net_inet_ip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609913952
    },
    "sysctl___net_inet_ip_accept_sourceroute": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609925376
    },
    "sysctl___net_inet_ip_allow_net0": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609899392
    },
    "sysctl___net_inet_ip_allow_net240": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609899280
    },
    "sysctl___net_inet_ip_broadcast_lowest": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609899168
    },
    "sysctl___net_inet_ip_curfrags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609925712
    },
    "sysctl___net_inet_ip_forwarding": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609917776
    },
    "sysctl___net_inet_ip_fragpackets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609926048
    },
    "sysctl___net_inet_ip_fragttl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609926384
    },
    "sysctl___net_inet_ip_gifttl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609908528
    },
    "sysctl___net_inet_ip_grettl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609908856
    },
    "sysctl___net_inet_ip_intr_direct_queue_drops": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609922976
    },
    "sysctl___net_inet_ip_intr_direct_queue_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609922864
    },
    "sysctl___net_inet_ip_intr_queue_drops": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609922752
    },
    "sysctl___net_inet_ip_intr_queue_maxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609922640
    },
    "sysctl___net_inet_ip_loopback_prefixlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609899504
    },
    "sysctl___net_inet_ip_maxfragbucketsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609926272
    },
    "sysctl___net_inet_ip_maxfragpackets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609925936
    },
    "sysctl___net_inet_ip_maxfrags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609925600
    },
    "sysctl___net_inet_ip_maxfragsperpacket": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609926160
    },
    "sysctl___net_inet_ip_mcast": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609910208
    },
    "sysctl___net_inet_ip_mcast_filters": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609910664
    },
    "sysctl___net_inet_ip_mcast_loop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609910552
    },
    "sysctl___net_inet_ip_mcast_maxgrpsrc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609910320
    },
    "sysctl___net_inet_ip_mcast_maxsocksrc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609910432
    },
    "sysctl___net_inet_ip_mfctable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609924320
    },
    "sysctl___net_inet_ip_mrtstat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609923728
    },
    "sysctl___net_inet_ip_no_same_prefix": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609899056
    },
    "sysctl___net_inet_ip_portrange": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609911464
    },
    "sysctl___net_inet_ip_portrange_first": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609911800
    },
    "sysctl___net_inet_ip_portrange_hifirst": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912024
    },
    "sysctl___net_inet_ip_portrange_hilast": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912136
    },
    "sysctl___net_inet_ip_portrange_last": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609911912
    },
    "sysctl___net_inet_ip_portrange_lowfirst": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609911576
    },
    "sysctl___net_inet_ip_portrange_lowlast": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609911688
    },
    "sysctl___net_inet_ip_portrange_randomized": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912472
    },
    "sysctl___net_inet_ip_portrange_reservedhigh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912248
    },
    "sysctl___net_inet_ip_portrange_reservedlow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912360
    },
    "sysctl___net_inet_ip_process_options": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609925488
    },
    "sysctl___net_inet_ip_random_id": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609909024
    },
    "sysctl___net_inet_ip_random_id_collisions": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609909360
    },
    "sysctl___net_inet_ip_random_id_period": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609909248
    },
    "sysctl___net_inet_ip_random_id_total": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609909472
    },
    "sysctl___net_inet_ip_reass_hashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609925824
    },
    "sysctl___net_inet_ip_redirect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609917888
    },
    "sysctl___net_inet_ip_rfc1122_strong_es": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609918000
    },
    "sysctl___net_inet_ip_rfc6864": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609909136
    },
    "sysctl___net_inet_ip_rl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912584
    },
    "sysctl___net_inet_ip_rl_active": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912696
    },
    "sysctl___net_inet_ip_rl_alloc_fail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912808
    },
    "sysctl___net_inet_ip_rl_chgrl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609913144
    },
    "sysctl___net_inet_ip_rl_newrl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609913032
    },
    "sysctl___net_inet_ip_rl_set_ok": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609912920
    },
    "sysctl___net_inet_ip_source_address_validation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609918112
    },
    "sysctl___net_inet_ip_sourceroute": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609925264
    },
    "sysctl___net_inet_ip_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609922480
    },
    "sysctl___net_inet_ip_stealth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609922320
    },
    "sysctl___net_inet_ip_ttl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609926680
    },
    "sysctl___net_inet_ip_viftable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609924432
    },
    "sysctl___net_inet_ipcomp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914960
    },
    "sysctl___net_inet_ipcomp_ipcomp_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609985136
    },
    "sysctl___net_inet_ipcomp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609985248
    },
    "sysctl___net_inet_ipip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609915072
    },
    "sysctl___net_inet_ipsec": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914624
    },
    "sysctl___net_inet_ipsec_ah_cleartos": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976176
    },
    "sysctl___net_inet_ipsec_ah_net_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976064
    },
    "sysctl___net_inet_ipsec_ah_trans_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609975952
    },
    "sysctl___net_inet_ipsec_async_crypto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976736
    },
    "sysctl___net_inet_ipsec_check_policy_history": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976848
    },
    "sysctl___net_inet_ipsec_crypto_support": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976624
    },
    "sysctl___net_inet_ipsec_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609978928
    },
    "sysctl___net_inet_ipsec_def_policy": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609975616
    },
    "sysctl___net_inet_ipsec_dfbit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976288
    },
    "sysctl___net_inet_ipsec_ecn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976512
    },
    "sysctl___net_inet_ipsec_esp_net_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609975840
    },
    "sysctl___net_inet_ipsec_esp_trans_deflev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609975728
    },
    "sysctl___net_inet_ipsec_filtertunnel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977072
    },
    "sysctl___net_inet_ipsec_ipsecstats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609977184
    },
    "sysctl___net_inet_ipsec_min_pmtu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976400
    },
    "sysctl___net_inet_ipsec_natt_cksum_policy": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609976960
    },
    "sysctl___net_inet_pim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609923984
    },
    "sysctl___net_inet_pim_squelch_wholepkt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609924208
    },
    "sysctl___net_inet_pim_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609924096
    },
    "sysctl___net_inet_raw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609915184
    },
    "sysctl___net_inet_raw_maxdgram": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609926800
    },
    "sysctl___net_inet_raw_pcblist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609927176
    },
    "sysctl___net_inet_raw_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609926920
    },
    "sysctl___net_inet_rss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609842720
    },
    "sysctl___net_inet_rss_basecpu": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843616
    },
    "sysctl___net_inet_rss_bits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609842944
    },
    "sysctl___net_inet_rss_bucket_mapping": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609844024
    },
    "sysctl___net_inet_rss_buckets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843504
    },
    "sysctl___net_inet_rss_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843728
    },
    "sysctl___net_inet_rss_hashalgo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609842832
    },
    "sysctl___net_inet_rss_key": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843912
    },
    "sysctl___net_inet_rss_mask": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843056
    },
    "sysctl___net_inet_rss_maxbits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843168
    },
    "sysctl___net_inet_rss_maxcpus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843392
    },
    "sysctl___net_inet_rss_ncpus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609843280
    },
    "sysctl___net_inet_sctp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914400
    },
    "sysctl___net_inet_tcp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914288
    },
    "sysctl___net_inet_tcp_abc_l_var": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935360
    },
    "sysctl___net_inet_tcp_ack_war_cnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943904
    },
    "sysctl___net_inet_tcp_ack_war_timewindow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943784
    },
    "sysctl___net_inet_tcp_always_keepalive": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950736
    },
    "sysctl___net_inet_tcp_bb": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936256
    },
    "sysctl___net_inet_tcp_bb_disable_all": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937832
    },
    "sysctl___net_inet_tcp_bb_log_auto_all": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938168
    },
    "sysctl___net_inet_tcp_bb_log_auto_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938056
    },
    "sysctl___net_inet_tcp_bb_log_auto_ratio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937944
    },
    "sysctl___net_inet_tcp_bb_log_global_entries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937160
    },
    "sysctl___net_inet_tcp_bb_log_global_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937048
    },
    "sysctl___net_inet_tcp_bb_log_id_entries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937384
    },
    "sysctl___net_inet_tcp_bb_log_id_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937272
    },
    "sysctl___net_inet_tcp_bb_log_id_tcpcb_entries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937608
    },
    "sysctl___net_inet_tcp_bb_log_id_tcpcb_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937496
    },
    "sysctl___net_inet_tcp_bb_log_session_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936592
    },
    "sysctl___net_inet_tcp_bb_log_verbose": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936480
    },
    "sysctl___net_inet_tcp_bb_log_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609937720
    },
    "sysctl___net_inet_tcp_bb_pcb_ids_cur": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938280
    },
    "sysctl___net_inet_tcp_bb_pcb_ids_tot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938392
    },
    "sysctl___net_inet_tcp_bb_tp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936368
    },
    "sysctl___net_inet_tcp_bb_tp_bbmode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936824
    },
    "sysctl___net_inet_tcp_bb_tp_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936936
    },
    "sysctl___net_inet_tcp_bb_tp_number": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936704
    },
    "sysctl___net_inet_tcp_blackhole": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934016
    },
    "sysctl___net_inet_tcp_blackhole_local": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934128
    },
    "sysctl___net_inet_tcp_cc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609927960
    },
    "sysctl___net_inet_tcp_cc_abe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609929080
    },
    "sysctl___net_inet_tcp_cc_abe_frlossreduce": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609929192
    },
    "sysctl___net_inet_tcp_cc_algorithm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928072
    },
    "sysctl___net_inet_tcp_cc_available": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928184
    },
    "sysctl___net_inet_tcp_cc_hystartplusplus": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928296
    },
    "sysctl___net_inet_tcp_cc_hystartplusplus_bblogs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928968
    },
    "sysctl___net_inet_tcp_cc_hystartplusplus_css_growth_div": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928744
    },
    "sysctl___net_inet_tcp_cc_hystartplusplus_css_rounds": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928856
    },
    "sysctl___net_inet_tcp_cc_hystartplusplus_maxrtt_thresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928520
    },
    "sysctl___net_inet_tcp_cc_hystartplusplus_minrtt_thresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928408
    },
    "sysctl___net_inet_tcp_cc_hystartplusplus_n_rttsamples": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609928632
    },
    "sysctl___net_inet_tcp_delacktime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950176
    },
    "sysctl___net_inet_tcp_delayed_ack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934240
    },
    "sysctl___net_inet_tcp_do_lrd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934688
    },
    "sysctl___net_inet_tcp_do_prr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934576
    },
    "sysctl___net_inet_tcp_do_prr_conservative": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934464
    },
    "sysctl___net_inet_tcp_do_tcpdrain": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945248
    },
    "sysctl___net_inet_tcp_drop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609947616
    },
    "sysctl___net_inet_tcp_drop_synfin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934352
    },
    "sysctl___net_inet_tcp_ecn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609929992
    },
    "sysctl___net_inet_tcp_ecn_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930104
    },
    "sysctl___net_inet_tcp_ecn_maxretries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930216
    },
    "sysctl___net_inet_tcp_fast_finwait2_recycle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950848
    },
    "sysctl___net_inet_tcp_fastopen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930336
    },
    "sysctl___net_inet_tcp_fastopen_acceptany": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930448
    },
    "sysctl___net_inet_tcp_fastopen_autokey": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930560
    },
    "sysctl___net_inet_tcp_fastopen_ccache_bucket_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930672
    },
    "sysctl___net_inet_tcp_fastopen_ccache_buckets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930784
    },
    "sysctl___net_inet_tcp_fastopen_ccache_list": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932128
    },
    "sysctl___net_inet_tcp_fastopen_client_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609930896
    },
    "sysctl___net_inet_tcp_fastopen_keylen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931008
    },
    "sysctl___net_inet_tcp_fastopen_maxkeys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931120
    },
    "sysctl___net_inet_tcp_fastopen_maxpsks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931232
    },
    "sysctl___net_inet_tcp_fastopen_numkeys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931344
    },
    "sysctl___net_inet_tcp_fastopen_numpsks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931456
    },
    "sysctl___net_inet_tcp_fastopen_path_disable_time": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931568
    },
    "sysctl___net_inet_tcp_fastopen_psk_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931680
    },
    "sysctl___net_inet_tcp_fastopen_server_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931792
    },
    "sysctl___net_inet_tcp_fastopen_setkey": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609931904
    },
    "sysctl___net_inet_tcp_fastopen_setpsk": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932016
    },
    "sysctl___net_inet_tcp_finwait2_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950960
    },
    "sysctl___net_inet_tcp_function_info": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609946664
    },
    "sysctl___net_inet_tcp_functions_available": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609946328
    },
    "sysctl___net_inet_tcp_functions_default": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609946216
    },
    "sysctl___net_inet_tcp_functions_inherit_listen_socket_stack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609948448
    },
    "sysctl___net_inet_tcp_getcred": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609947392
    },
    "sysctl___net_inet_tcp_hostcache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932400
    },
    "sysctl___net_inet_tcp_hostcache_bucketlimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932848
    },
    "sysctl___net_inet_tcp_hostcache_cachelimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932624
    },
    "sysctl___net_inet_tcp_hostcache_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932960
    },
    "sysctl___net_inet_tcp_hostcache_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932512
    },
    "sysctl___net_inet_tcp_hostcache_expire": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609933072
    },
    "sysctl___net_inet_tcp_hostcache_hashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609932736
    },
    "sysctl___net_inet_tcp_hostcache_histo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609933520
    },
    "sysctl___net_inet_tcp_hostcache_list": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609933408
    },
    "sysctl___net_inet_tcp_hostcache_prune": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609933184
    },
    "sysctl___net_inet_tcp_hostcache_purge": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609933296
    },
    "sysctl___net_inet_tcp_hostcache_purgenow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609933632
    },
    "sysctl___net_inet_tcp_icmp_may_rst": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945472
    },
    "sysctl___net_inet_tcp_initcwnd_segments": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935136
    },
    "sysctl___net_inet_tcp_insecure_rst": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935584
    },
    "sysctl___net_inet_tcp_insecure_syn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935472
    },
    "sysctl___net_inet_tcp_isn_reseed_interval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945584
    },
    "sysctl___net_inet_tcp_keepcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951080
    },
    "sysctl___net_inet_tcp_keepidle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949952
    },
    "sysctl___net_inet_tcp_keepinit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949840
    },
    "sysctl___net_inet_tcp_keepintvl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950064
    },
    "sysctl___net_inet_tcp_log_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945024
    },
    "sysctl___net_inet_tcp_log_in_vain": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609933904
    },
    "sysctl___net_inet_tcp_lro": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938592
    },
    "sysctl___net_inet_tcp_lro_compressed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939264
    },
    "sysctl___net_inet_tcp_lro_entries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938704
    },
    "sysctl___net_inet_tcp_lro_extra_mbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939488
    },
    "sysctl___net_inet_tcp_lro_fullqueue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939040
    },
    "sysctl___net_inet_tcp_lro_lockcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939376
    },
    "sysctl___net_inet_tcp_lro_lro_badcsum": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939936
    },
    "sysctl___net_inet_tcp_lro_lro_cpu_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938816
    },
    "sysctl___net_inet_tcp_lro_lro_less_accurate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609938928
    },
    "sysctl___net_inet_tcp_lro_with_m_ackcmp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939712
    },
    "sysctl___net_inet_tcp_lro_without_m_ackcmp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939824
    },
    "sysctl___net_inet_tcp_lro_wokeup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939152
    },
    "sysctl___net_inet_tcp_lro_would_have_but": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609939600
    },
    "sysctl___net_inet_tcp_map_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945808
    },
    "sysctl___net_inet_tcp_maxunacktime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951304
    },
    "sysctl___net_inet_tcp_minmss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944240
    },
    "sysctl___net_inet_tcp_msl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950288
    },
    "sysctl___net_inet_tcp_mssdflt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944016
    },
    "sysctl___net_inet_tcp_newcwv": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934800
    },
    "sysctl___net_inet_tcp_nolocaltimewait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609952040
    },
    "sysctl___net_inet_tcp_pacing_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944800
    },
    "sysctl___net_inet_tcp_pacing_failures": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944912
    },
    "sysctl___net_inet_tcp_pacing_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944688
    },
    "sysctl___net_inet_tcp_path_mtu_discovery": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609940184
    },
    "sysctl___net_inet_tcp_pcbcount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945360
    },
    "sysctl___net_inet_tcp_pcblist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609947280
    },
    "sysctl___net_inet_tcp_per_cpu_timers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951752
    },
    "sysctl___net_inet_tcp_persmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949728
    },
    "sysctl___net_inet_tcp_persmin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949616
    },
    "sysctl___net_inet_tcp_pmtud_blackhole_detection": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951416
    },
    "sysctl___net_inet_tcp_pmtud_blackhole_mss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951528
    },
    "sysctl___net_inet_tcp_reass": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942304
    },
    "sysctl___net_inet_tcp_reass_cursegments": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942640
    },
    "sysctl___net_inet_tcp_reass_maxqueuelen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942752
    },
    "sysctl___net_inet_tcp_reass_maxsegments": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942528
    },
    "sysctl___net_inet_tcp_reass_new_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942864
    },
    "sysctl___net_inet_tcp_reass_queueguard": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942976
    },
    "sysctl___net_inet_tcp_reass_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942416
    },
    "sysctl___net_inet_tcp_recvbuf_auto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935808
    },
    "sysctl___net_inet_tcp_recvbuf_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935920
    },
    "sysctl___net_inet_tcp_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935696
    },
    "sysctl___net_inet_tcp_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951864
    },
    "sysctl___net_inet_tcp_rexmit_drop_options": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951192
    },
    "sysctl___net_inet_tcp_rexmit_initial": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950400
    },
    "sysctl___net_inet_tcp_rexmit_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950512
    },
    "sysctl___net_inet_tcp_rexmit_slop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609950624
    },
    "sysctl___net_inet_tcp_rfc1323": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944352
    },
    "sysctl___net_inet_tcp_rfc3042": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609934912
    },
    "sysctl___net_inet_tcp_rfc3390": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935024
    },
    "sysctl___net_inet_tcp_rfc3465": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609935248
    },
    "sysctl___net_inet_tcp_rl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941136
    },
    "sysctl___net_inet_tcp_rl_alive": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941248
    },
    "sysctl___net_inet_tcp_rl_dead": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941360
    },
    "sysctl___net_inet_tcp_rl_divisor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941920
    },
    "sysctl___net_inet_tcp_rl_even": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942032
    },
    "sysctl___net_inet_tcp_rl_eventhresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609942144
    },
    "sysctl___net_inet_tcp_rl_floor_mss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941472
    },
    "sysctl___net_inet_tcp_rl_hw_floor_mss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941808
    },
    "sysctl___net_inet_tcp_rl_time_blocks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941696
    },
    "sysctl___net_inet_tcp_rl_wait_floor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609941584
    },
    "sysctl___net_inet_tcp_sack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943096
    },
    "sysctl___net_inet_tcp_sack_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943208
    },
    "sysctl___net_inet_tcp_sack_globalholes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943656
    },
    "sysctl___net_inet_tcp_sack_globalmaxholes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943544
    },
    "sysctl___net_inet_tcp_sack_maxholes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943432
    },
    "sysctl___net_inet_tcp_sack_revised": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609943320
    },
    "sysctl___net_inet_tcp_sendbuf_auto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609940520
    },
    "sysctl___net_inet_tcp_sendbuf_auto_lowat": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609940856
    },
    "sysctl___net_inet_tcp_sendbuf_inc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609940632
    },
    "sysctl___net_inet_tcp_sendbuf_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609940744
    },
    "sysctl___net_inet_tcp_sendspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609940408
    },
    "sysctl___net_inet_tcp_setsockopt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609947728
    },
    "sysctl___net_inet_tcp_soreceive_stream": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945696
    },
    "sysctl___net_inet_tcp_split_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945920
    },
    "sysctl___net_inet_tcp_states": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936144
    },
    "sysctl___net_inet_tcp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609936032
    },
    "sysctl___net_inet_tcp_switch_to_ifnet_tls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609947952
    },
    "sysctl___net_inet_tcp_switch_to_sw_tls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609947840
    },
    "sysctl___net_inet_tcp_syncache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609948560
    },
    "sysctl___net_inet_tcp_syncache_bucketlimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609948672
    },
    "sysctl___net_inet_tcp_syncache_cachelimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609948784
    },
    "sysctl___net_inet_tcp_syncache_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609948896
    },
    "sysctl___net_inet_tcp_syncache_hashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949008
    },
    "sysctl___net_inet_tcp_syncache_rexmtlimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949232
    },
    "sysctl___net_inet_tcp_syncache_rst_on_sock_fail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949344
    },
    "sysctl___net_inet_tcp_syncache_see_other": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609949120
    },
    "sysctl___net_inet_tcp_syncookies": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609948224
    },
    "sysctl___net_inet_tcp_syncookies_only": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609948336
    },
    "sysctl___net_inet_tcp_tcbhashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609945136
    },
    "sysctl___net_inet_tcp_tolerate_missing_ts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944464
    },
    "sysctl___net_inet_tcp_ts_offset_per_conn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944576
    },
    "sysctl___net_inet_tcp_tso": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609940296
    },
    "sysctl___net_inet_tcp_udp_tunneling_overhead": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609946552
    },
    "sysctl___net_inet_tcp_udp_tunneling_port": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609946440
    },
    "sysctl___net_inet_tcp_v6mssdflt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609944128
    },
    "sysctl___net_inet_tcp_v6pmtud_blackhole_mss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609951640
    },
    "sysctl___net_inet_udp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609914176
    },
    "sysctl___net_inet_udp_blackhole": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609952976
    },
    "sysctl___net_inet_udp_blackhole_local": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609953088
    },
    "sysctl___net_inet_udp_checksum": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609952752
    },
    "sysctl___net_inet_udp_getcred": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609953952
    },
    "sysctl___net_inet_udp_log_in_vain": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609952864
    },
    "sysctl___net_inet_udp_maxdgram": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609953208
    },
    "sysctl___net_inet_udp_pcblist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609953840
    },
    "sysctl___net_inet_udp_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609953328
    },
    "sysctl___net_inet_udp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609953488
    },
    "sysctl___net_isr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836176
    },
    "sysctl___net_isr_bindthreads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836512
    },
    "sysctl___net_isr_defaultqlimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836736
    },
    "sysctl___net_isr_dispatch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836288
    },
    "sysctl___net_isr_maxprot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836848
    },
    "sysctl___net_isr_maxqlimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836624
    },
    "sysctl___net_isr_maxthreads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836400
    },
    "sysctl___net_isr_numthreads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609836960
    },
    "sysctl___net_isr_proto": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609837104
    },
    "sysctl___net_isr_work": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609837328
    },
    "sysctl___net_isr_workstream": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609837216
    },
    "sysctl___net_key": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609982712
    },
    "sysctl___net_key_ah_keymin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609980272
    },
    "sysctl___net_key_blockacq_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979824
    },
    "sysctl___net_key_blockacq_lifetime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979936
    },
    "sysctl___net_key_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979152
    },
    "sysctl___net_key_esp_auth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609980048
    },
    "sysctl___net_key_esp_keymin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609980160
    },
    "sysctl___net_key_int_random": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979600
    },
    "sysctl___net_key_larval_lifetime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979712
    },
    "sysctl___net_key_preferred_oldsa": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609980384
    },
    "sysctl___net_key_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609982600
    },
    "sysctl___net_key_sendspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609982488
    },
    "sysctl___net_key_spdcache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609980496
    },
    "sysctl___net_key_spdcache_maxentries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609980608
    },
    "sysctl___net_key_spdcache_threshold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609980720
    },
    "sysctl___net_key_spi_maxval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979488
    },
    "sysctl___net_key_spi_minval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979376
    },
    "sysctl___net_key_spi_trycnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609979264
    },
    "sysctl___net_link": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820064
    },
    "sysctl___net_link_bridge": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609822320
    },
    "sysctl___net_link_bridge_allow_llz_overlap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609823216
    },
    "sysctl___net_link_bridge_inherit_mac": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609823104
    },
    "sysctl___net_link_bridge_ipfw": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609823656
    },
    "sysctl___net_link_bridge_ipfw_arp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609822656
    },
    "sysctl___net_link_bridge_log_mac_flap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609823328
    },
    "sysctl___net_link_bridge_log_stp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609822992
    },
    "sysctl___net_link_bridge_pfil_bridge": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609822544
    },
    "sysctl___net_link_bridge_pfil_local_phys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609822880
    },
    "sysctl___net_link_bridge_pfil_member": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609822768
    },
    "sysctl___net_link_bridge_pfil_onlyip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609822432
    },
    "sysctl___net_link_ether": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609825600
    },
    "sysctl___net_link_ether_arp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609895264
    },
    "sysctl___net_link_ether_arp_log_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896368
    },
    "sysctl___net_link_ether_arp_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609895920
    },
    "sysctl___net_link_ether_inet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609895152
    },
    "sysctl___net_link_ether_inet_allow_multicast": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896816
    },
    "sysctl___net_link_ether_inet_garp_rexmit_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896256
    },
    "sysctl___net_link_ether_inet_log_arp_movements": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896592
    },
    "sysctl___net_link_ether_inet_log_arp_permanent_modify": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896704
    },
    "sysctl___net_link_ether_inet_log_arp_wrong_iface": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896480
    },
    "sysctl___net_link_ether_inet_max_age": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609895472
    },
    "sysctl___net_link_ether_inet_max_log_per_second": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896144
    },
    "sysctl___net_link_ether_inet_maxhold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609896032
    },
    "sysctl___net_link_ether_inet_maxtries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609895584
    },
    "sysctl___net_link_ether_inet_proxyall": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609895696
    },
    "sysctl___net_link_ether_inet_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609895808
    },
    "sysctl___net_link_generic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820176
    },
    "sysctl___net_link_generic_ifdata": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609830464
    },
    "sysctl___net_link_generic_system": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820840
    },
    "sysctl___net_link_generic_system_ifcount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820952
    },
    "sysctl___net_link_gif": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609826736
    },
    "sysctl___net_link_gif_max_nesting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609826848
    },
    "sysctl___net_link_gre": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609827520
    },
    "sysctl___net_link_gre_max_nesting": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609827632
    },
    "sysctl___net_link_ifqmaxlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820288
    },
    "sysctl___net_link_lagg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609828584
    },
    "sysctl___net_link_lagg_default_flowid_shift": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609829032
    },
    "sysctl___net_link_lagg_default_use_flowid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609828808
    },
    "sysctl___net_link_lagg_default_use_numa": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609828920
    },
    "sysctl___net_link_lagg_failover_rx_all": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609828696
    },
    "sysctl___net_link_lagg_lacp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609819720
    },
    "sysctl___net_link_lagg_lacp_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609819832
    },
    "sysctl___net_link_lagg_lacp_default_strict_mode": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609819944
    },
    "sysctl___net_link_log_link_state_change": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820400
    },
    "sysctl___net_link_log_promisc_mode_change": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609820512
    },
    "sysctl___net_link_tap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609831008
    },
    "sysctl___net_link_tap_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609831456
    },
    "sysctl___net_link_tap_devfs_cloning": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609831344
    },
    "sysctl___net_link_tap_up_on_open": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609831232
    },
    "sysctl___net_link_tap_user_open": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609831120
    },
    "sysctl___net_link_tun": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609830784
    },
    "sysctl___net_link_tun_devfs_cloning": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609830896
    },
    "sysctl___net_link_vlan": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609825712
    },
    "sysctl___net_link_vlan_link": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609825824
    },
    "sysctl___net_link_vlan_mtag_pcp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609826048
    },
    "sysctl___net_link_vlan_soft_pad": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609825936
    },
    "sysctl___net_local": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609783488
    },
    "sysctl___net_local_deferred": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784720
    },
    "sysctl___net_local_dgram": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609783712
    },
    "sysctl___net_local_dgram_maxdgram": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784160
    },
    "sysctl___net_local_dgram_pcblist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784832
    },
    "sysctl___net_local_dgram_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784272
    },
    "sysctl___net_local_inflight": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784608
    },
    "sysctl___net_local_recycled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609785192
    },
    "sysctl___net_local_seqpacket": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609783824
    },
    "sysctl___net_local_seqpacket_maxseqpacket": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784384
    },
    "sysctl___net_local_seqpacket_pcblist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609785056
    },
    "sysctl___net_local_seqpacket_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784496
    },
    "sysctl___net_local_sockcount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609785416
    },
    "sysctl___net_local_stream": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609783600
    },
    "sysctl___net_local_stream_pcblist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784944
    },
    "sysctl___net_local_stream_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609784048
    },
    "sysctl___net_local_stream_sendspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609783936
    },
    "sysctl___net_local_taskcount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609785304
    },
    "sysctl___net_my_fibnum": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609842296
    },
    "sysctl___net_netdump": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609955032
    },
    "sysctl___net_netdump_arp_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609955704
    },
    "sysctl___net_netdump_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609955144
    },
    "sysctl___net_netdump_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609955256
    },
    "sysctl___net_netdump_path": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609955368
    },
    "sysctl___net_netdump_polls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609955480
    },
    "sysctl___net_netdump_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609955592
    },
    "sysctl___net_netlink": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609986128
    },
    "sysctl___net_netlink_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609986240
    },
    "sysctl___net_netlink_debug_nl_domain_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609986664
    },
    "sysctl___net_netlink_debug_nl_generic_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609987808
    },
    "sysctl___net_netlink_debug_nl_generic_kpi_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609985936
    },
    "sysctl___net_netlink_debug_nl_iface_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609989120
    },
    "sysctl___net_netlink_debug_nl_iface_drivers_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609989000
    },
    "sysctl___net_netlink_debug_nl_io_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609988032
    },
    "sysctl___net_netlink_debug_nl_mod_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609988384
    },
    "sysctl___net_netlink_debug_nl_neigh_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609989312
    },
    "sysctl___net_netlink_debug_nl_nhop_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609989440
    },
    "sysctl___net_netlink_debug_nl_parser_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609986544
    },
    "sysctl___net_netlink_debug_nl_route_core_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609988816
    },
    "sysctl___net_netlink_debug_nl_route_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609989776
    },
    "sysctl___net_netlink_debug_nl_writer_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609988152
    },
    "sysctl___net_netlink_nl_maxsockbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609987000
    },
    "sysctl___net_netlink_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609986888
    },
    "sysctl___net_netlink_sendspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609986776
    },
    "sysctl___net_pf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609994000
    },
    "sysctl___net_pf_filter_local": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609996128
    },
    "sysctl___net_pf_queue_tag_hashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609995920
    },
    "sysctl___net_pf_request_maxcount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609994344
    },
    "sysctl___net_pf_rule_tag_hashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609995808
    },
    "sysctl___net_pf_source_nodes_hashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609994232
    },
    "sysctl___net_pf_states_hashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609994120
    },
    "sysctl___net_pfsync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609990336
    },
    "sysctl___net_pfsync_carp_demotion_factor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609990560
    },
    "sysctl___net_pfsync_defer_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609990784
    },
    "sysctl___net_pfsync_pfsync_buckets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609990672
    },
    "sysctl___net_pfsync_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609990448
    },
    "sysctl___net_route": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609844464
    },
    "sysctl___net_route_algo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609839808
    },
    "sysctl___net_route_algo_bucket_change_threshold_rate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840032
    },
    "sysctl___net_route_algo_bucket_time_ms": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609839920
    },
    "sysctl___net_route_algo_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840528
    },
    "sysctl___net_route_algo_fib_max_sync_delay_ms": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840144
    },
    "sysctl___net_route_algo_inet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840368
    },
    "sysctl___net_route_algo_inet6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840256
    },
    "sysctl___net_route_algo_inet6_algo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840984
    },
    "sysctl___net_route_algo_inet6_algo_list": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840648
    },
    "sysctl___net_route_algo_inet_algo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840872
    },
    "sysctl___net_route_algo_inet_algo_list": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609840760
    },
    "sysctl___net_route_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609841736
    },
    "sysctl___net_route_debug_nhgrp_ctl_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609839288
    },
    "sysctl___net_route_debug_nhgrp_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609839168
    },
    "sysctl___net_route_debug_nhop_ctl_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609839688
    },
    "sysctl___net_route_debug_nhop_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609839408
    },
    "sysctl___net_route_debug_route_ctl_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609841136
    },
    "sysctl___net_route_debug_rt_helpers_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609842064
    },
    "sysctl___net_route_debug_rtsock_debug_level": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609844144
    },
    "sysctl___net_route_hash_outbound": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609841360
    },
    "sysctl___net_route_ipv6_nexthop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609841624
    },
    "sysctl___net_route_multipath": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609841248
    },
    "sysctl___net_route_netisr_maxqlen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609844576
    },
    "sysctl___net_routetable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609845192
    },
    "sysctl___net_rtsock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609844856
    },
    "sysctl___net_rtsock_recvspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609845080
    },
    "sysctl___net_rtsock_sendspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609844968
    },
    "sysctl___net_ue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609419096
    },
    "sysctl___net_wlan": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609851648
    },
    "sysctl___net_wlan_addba_backoff": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852304
    },
    "sysctl___net_wlan_addba_maxtries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852416
    },
    "sysctl___net_wlan_addba_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852192
    },
    "sysctl___net_wlan_ampdu_age": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609851968
    },
    "sysctl___net_wlan_cac_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609851408
    },
    "sysctl___net_wlan_devices": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609848464
    },
    "sysctl___net_wlan_hwmp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852576
    },
    "sysctl___net_wlan_hwmp_inact": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853584
    },
    "sysctl___net_wlan_hwmp_maxpreq_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852912
    },
    "sysctl___net_wlan_hwmp_net_diameter_traversal_time": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853024
    },
    "sysctl___net_wlan_hwmp_pathlifetime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852800
    },
    "sysctl___net_wlan_hwmp_rannint": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853360
    },
    "sysctl___net_wlan_hwmp_rootconfint": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853472
    },
    "sysctl___net_wlan_hwmp_rootint": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853248
    },
    "sysctl___net_wlan_hwmp_roottimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853136
    },
    "sysctl___net_wlan_hwmp_targetonly": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852688
    },
    "sysctl___net_wlan_mesh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853872
    },
    "sysctl___net_wlan_mesh_backofftimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609854432
    },
    "sysctl___net_wlan_mesh_confirmtimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609854320
    },
    "sysctl___net_wlan_mesh_gateint": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609853984
    },
    "sysctl___net_wlan_mesh_holdingtimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609854208
    },
    "sysctl___net_wlan_mesh_maxholding": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609854656
    },
    "sysctl___net_wlan_mesh_maxretries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609854544
    },
    "sysctl___net_wlan_mesh_retrytimeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609854096
    },
    "sysctl___net_wlan_nol_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609851296
    },
    "sysctl___net_wlan_recv_bar": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609852080
    },
    "sysctl___p1003_1b": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681056
    },
    "sysctl___p1003_1b_aio_listio_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609788528
    },
    "sysctl___p1003_1b_aio_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725384
    },
    "sysctl___p1003_1b_aio_prio_delta_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725496
    },
    "sysctl___p1003_1b_asynchronous_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609723816
    },
    "sysctl___p1003_1b_delaytimer_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725608
    },
    "sysctl___p1003_1b_fsync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724936
    },
    "sysctl___p1003_1b_mapped_files": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609723928
    },
    "sysctl___p1003_1b_memlock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724040
    },
    "sysctl___p1003_1b_memlock_range": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724152
    },
    "sysctl___p1003_1b_memory_protection": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724264
    },
    "sysctl___p1003_1b_message_passing": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724376
    },
    "sysctl___p1003_1b_mq_open_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725720
    },
    "sysctl___p1003_1b_pagesize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725832
    },
    "sysctl___p1003_1b_prioritized_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724488
    },
    "sysctl___p1003_1b_priority_scheduling": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724600
    },
    "sysctl___p1003_1b_realtime_signals": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724712
    },
    "sysctl___p1003_1b_rtsig_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725944
    },
    "sysctl___p1003_1b_sem_nsems_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609726056
    },
    "sysctl___p1003_1b_sem_value_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609726168
    },
    "sysctl___p1003_1b_semaphores": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609724824
    },
    "sysctl___p1003_1b_shared_memory_objects": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725048
    },
    "sysctl___p1003_1b_sigqueue_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609726280
    },
    "sysctl___p1003_1b_synchronized_io": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725160
    },
    "sysctl___p1003_1b_timer_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609726392
    },
    "sysctl___p1003_1b_timers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609725272
    },
    "sysctl___security": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609681280
    },
    "sysctl___security_audit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610029392
    },
    "sysctl___security_bsd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609699616
    },
    "sysctl___security_bsd_allow_ptrace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609700440
    },
    "sysctl___security_bsd_allow_read_dir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609816128
    },
    "sysctl___security_bsd_conservative_signals": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609700088
    },
    "sysctl___security_bsd_hardlink_check_gid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609815232
    },
    "sysctl___security_bsd_hardlink_check_uid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609815120
    },
    "sysctl___security_bsd_map_at_zero": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609653352
    },
    "sysctl___security_bsd_see_jail_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609699968
    },
    "sysctl___security_bsd_see_other_gids": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609699848
    },
    "sysctl___security_bsd_see_other_uids": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609699728
    },
    "sysctl___security_bsd_stack_guard_page": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069800
    },
    "sysctl___security_bsd_suser_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609693856
    },
    "sysctl___security_bsd_unprivileged_chroot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609815008
    },
    "sysctl___security_bsd_unprivileged_get_quota": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610062208
    },
    "sysctl___security_bsd_unprivileged_idprio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609706096
    },
    "sysctl___security_bsd_unprivileged_mlock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609693968
    },
    "sysctl___security_bsd_unprivileged_proc_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609700208
    },
    "sysctl___security_bsd_unprivileged_read_msgbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609694080
    },
    "sysctl___security_jail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609660296
    },
    "sysctl___security_jail_allow_raw_sockets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661192
    },
    "sysctl___security_jail_chflags_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661304
    },
    "sysctl___security_jail_devfs_ruleset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661640
    },
    "sysctl___security_jail_enforce_statfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661528
    },
    "sysctl___security_jail_jail_max_af_ips": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609660744
    },
    "sysctl___security_jail_jailed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609660520
    },
    "sysctl___security_jail_list": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609660408
    },
    "sysctl___security_jail_mount_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661416
    },
    "sysctl___security_jail_param": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661752
    },
    "sysctl___security_jail_param_allow": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665336
    },
    "sysctl___security_jail_param_allow_chflags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665784
    },
    "sysctl___security_jail_param_allow_mlock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666120
    },
    "sysctl___security_jail_param_allow_mount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666792
    },
    "sysctl___security_jail_param_allow_mount_": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666904
    },
    "sysctl___security_jail_param_allow_nfsd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666680
    },
    "sysctl___security_jail_param_allow_quotas": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665896
    },
    "sysctl___security_jail_param_allow_raw_sockets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665672
    },
    "sysctl___security_jail_param_allow_read_msgbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666344
    },
    "sysctl___security_jail_param_allow_reserved_ports": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666232
    },
    "sysctl___security_jail_param_allow_set_hostname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665448
    },
    "sysctl___security_jail_param_allow_socket_af": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666008
    },
    "sysctl___security_jail_param_allow_suser": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666568
    },
    "sysctl___security_jail_param_allow_sysvipc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665560
    },
    "sysctl___security_jail_param_allow_unprivileged_proc_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609666456
    },
    "sysctl___security_jail_param_children": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663208
    },
    "sysctl___security_jail_param_children_cur": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663320
    },
    "sysctl___security_jail_param_children_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663432
    },
    "sysctl___security_jail_param_cpuset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664216
    },
    "sysctl___security_jail_param_cpuset_id": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664328
    },
    "sysctl___security_jail_param_devfs_ruleset": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662760
    },
    "sysctl___security_jail_param_dying": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663096
    },
    "sysctl___security_jail_param_enforce_statfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662648
    },
    "sysctl___security_jail_param_host": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663544
    },
    "sysctl___security_jail_param_host_": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663656
    },
    "sysctl___security_jail_param_host_domainname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663880
    },
    "sysctl___security_jail_param_host_hostid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664104
    },
    "sysctl___security_jail_param_host_hostname": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663768
    },
    "sysctl___security_jail_param_host_hostuuid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609663992
    },
    "sysctl___security_jail_param_ip4": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664440
    },
    "sysctl___security_jail_param_ip4_": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664552
    },
    "sysctl___security_jail_param_ip4_addr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664664
    },
    "sysctl___security_jail_param_ip4_saddrsel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664776
    },
    "sysctl___security_jail_param_ip6": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609664888
    },
    "sysctl___security_jail_param_ip6_": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665000
    },
    "sysctl___security_jail_param_ip6_addr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665112
    },
    "sysctl___security_jail_param_ip6_saddrsel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609665224
    },
    "sysctl___security_jail_param_jid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661864
    },
    "sysctl___security_jail_param_name": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662088
    },
    "sysctl___security_jail_param_osreldate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662424
    },
    "sysctl___security_jail_param_osrelease": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662536
    },
    "sysctl___security_jail_param_parent": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661976
    },
    "sysctl___security_jail_param_path": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662200
    },
    "sysctl___security_jail_param_persist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662872
    },
    "sysctl___security_jail_param_securelevel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662312
    },
    "sysctl___security_jail_param_sysvmsg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609761304
    },
    "sysctl___security_jail_param_sysvmsg_": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609761416
    },
    "sysctl___security_jail_param_sysvsem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609763928
    },
    "sysctl___security_jail_param_sysvsem_": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609764040
    },
    "sysctl___security_jail_param_sysvshm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609766192
    },
    "sysctl___security_jail_param_sysvshm_": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609766304
    },
    "sysctl___security_jail_param_vnet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609662984
    },
    "sysctl___security_jail_set_hostname_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609660856
    },
    "sysctl___security_jail_socket_unixiproute_only": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609660968
    },
    "sysctl___security_jail_sysvipc_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609661080
    },
    "sysctl___security_jail_vnet": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609660632
    },
    "sysctl___sysctl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609679824
    },
    "sysctl___sysctl_name": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609714632
    },
    "sysctl___sysctl_name2oid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609714968
    },
    "sysctl___sysctl_next": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609714744
    },
    "sysctl___sysctl_nextnoskip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609714856
    },
    "sysctl___sysctl_oiddescr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609715192
    },
    "sysctl___sysctl_oidfmt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609715080
    },
    "sysctl___sysctl_oidlabel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609715304
    },
    "sysctl___user": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680944
    },
    "sysctl___user_bc_base_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686864
    },
    "sysctl___user_bc_dim_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686976
    },
    "sysctl___user_bc_scale_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687088
    },
    "sysctl___user_bc_string_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687200
    },
    "sysctl___user_coll_weights_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687312
    },
    "sysctl___user_cs_path": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609686752
    },
    "sysctl___user_expr_nest_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687424
    },
    "sysctl___user_line_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687536
    },
    "sysctl___user_localbase": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688992
    },
    "sysctl___user_posix2_c_bind": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687872
    },
    "sysctl___user_posix2_c_dev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687984
    },
    "sysctl___user_posix2_char_term": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688096
    },
    "sysctl___user_posix2_fort_dev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688208
    },
    "sysctl___user_posix2_fort_run": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688320
    },
    "sysctl___user_posix2_localedef": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688432
    },
    "sysctl___user_posix2_sw_dev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688544
    },
    "sysctl___user_posix2_upe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688656
    },
    "sysctl___user_posix2_version": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687760
    },
    "sysctl___user_re_dup_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609687648
    },
    "sysctl___user_stream_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688768
    },
    "sysctl___user_tzname_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609688880
    },
    "sysctl___vfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680160
    },
    "sysctl___vfs_acl_nfs4_old_semantics": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609730576
    },
    "sysctl___vfs_aio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609786960
    },
    "sysctl___vfs_aio_aiod_lifetime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609788080
    },
    "sysctl___vfs_aio_enable_unsafe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787072
    },
    "sysctl___vfs_aio_max_aio_per_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609788192
    },
    "sysctl___vfs_aio_max_aio_procs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787296
    },
    "sysctl___vfs_aio_max_aio_queue": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787632
    },
    "sysctl___vfs_aio_max_aio_queue_per_proc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609788304
    },
    "sysctl___vfs_aio_max_buf_aio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609788416
    },
    "sysctl___vfs_aio_num_aio_procs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787408
    },
    "sysctl___vfs_aio_num_buf_aio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787856
    },
    "sysctl___vfs_aio_num_queue_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787744
    },
    "sysctl___vfs_aio_num_unmapped_aio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787968
    },
    "sysctl___vfs_aio_target_aio_procs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787520
    },
    "sysctl___vfs_aio_unsafe_warningcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609787184
    },
    "sysctl___vfs_altbufferflushes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791136
    },
    "sysctl___vfs_barrierwrites": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792816
    },
    "sysctl___vfs_bdwriteskip": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791024
    },
    "sysctl___vfs_buf_pager_relbuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609793296
    },
    "sysctl___vfs_bufdefragcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790576
    },
    "sysctl___vfs_buffreekvacnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790464
    },
    "sysctl___vfs_bufkvaspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609789680
    },
    "sysctl___vfs_bufmallocspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609789904
    },
    "sysctl___vfs_bufspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609789568
    },
    "sysctl___vfs_bufspacethresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790352
    },
    "sysctl___vfs_cache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609794080
    },
    "sysctl___vfs_cache_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802488
    },
    "sysctl___vfs_cache_debug_vnodes_cel_3_failures": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802984
    },
    "sysctl___vfs_cache_debug_zap_bucket_fail": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802760
    },
    "sysctl___vfs_cache_debug_zap_bucket_fail2": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802872
    },
    "sysctl___vfs_cache_debug_zap_bucket_relock_success": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802648
    },
    "sysctl___vfs_cache_fast_lookup": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609804704
    },
    "sysctl___vfs_cache_nchstats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609803144
    },
    "sysctl___vfs_cache_neg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609803368
    },
    "sysctl___vfs_cache_neg_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609803480
    },
    "sysctl___vfs_cache_neg_created": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609803640
    },
    "sysctl___vfs_cache_neg_evict_skipped_contended": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609804280
    },
    "sysctl___vfs_cache_neg_evict_skipped_empty": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609803960
    },
    "sysctl___vfs_cache_neg_evict_skipped_missed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609804120
    },
    "sysctl___vfs_cache_neg_evicted": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609803800
    },
    "sysctl___vfs_cache_neg_hits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609804392
    },
    "sysctl___vfs_cache_neg_hot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609804504
    },
    "sysctl___vfs_cache_param": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609798800
    },
    "sysctl___vfs_cache_param_negfactor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799144
    },
    "sysctl___vfs_cache_param_negmin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799256
    },
    "sysctl___vfs_cache_param_negminpct": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609803256
    },
    "sysctl___vfs_cache_param_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609798912
    },
    "sysctl___vfs_cache_param_sizefactor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799032
    },
    "sysctl___vfs_cache_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799592
    },
    "sysctl___vfs_cache_stats_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799816
    },
    "sysctl___vfs_cache_stats_dotdothits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609800456
    },
    "sysctl___vfs_cache_stats_dothits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609800296
    },
    "sysctl___vfs_cache_stats_drops": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609800136
    },
    "sysctl___vfs_cache_stats_fullpathcalls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609801576
    },
    "sysctl___vfs_cache_stats_fullpathfail1": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609801736
    },
    "sysctl___vfs_cache_stats_fullpathfail2": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609801896
    },
    "sysctl___vfs_cache_stats_fullpathfail4": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802056
    },
    "sysctl___vfs_cache_stats_fullpathfound": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802216
    },
    "sysctl___vfs_cache_stats_heldvnodes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799976
    },
    "sysctl___vfs_cache_stats_miss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609800616
    },
    "sysctl___vfs_cache_stats_misszap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609800776
    },
    "sysctl___vfs_cache_stats_neg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609799704
    },
    "sysctl___vfs_cache_stats_neghits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609801416
    },
    "sysctl___vfs_cache_stats_negzaps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609801256
    },
    "sysctl___vfs_cache_stats_poshits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609801096
    },
    "sysctl___vfs_cache_stats_poszaps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609800936
    },
    "sysctl___vfs_cache_stats_symlinktoobig": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609802376
    },
    "sysctl___vfs_cd9660": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609611536
    },
    "sysctl___vfs_cd9660_use_buf_pager": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609611648
    },
    "sysctl___vfs_conflist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609813280
    },
    "sysctl___vfs_ctl": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609814256
    },
    "sysctl___vfs_default_autoro": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609808960
    },
    "sysctl___vfs_deferred_inact": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811144
    },
    "sysctl___vfs_deferred_unmount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609809184
    },
    "sysctl___vfs_deferred_unmount_retry_delay_hz": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609809408
    },
    "sysctl___vfs_deferred_unmount_retry_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609809296
    },
    "sysctl___vfs_deferred_unmount_total_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609809520
    },
    "sysctl___vfs_devfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609528768
    },
    "sysctl___vfs_devfs_dotimes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609531056
    },
    "sysctl___vfs_devfs_generation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609528880
    },
    "sysctl___vfs_devfs_rule_depth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609529000
    },
    "sysctl___vfs_dirtybufferflushes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790912
    },
    "sysctl___vfs_dirtybufthresh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791696
    },
    "sysctl___vfs_ffs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610031232
    },
    "sysctl___vfs_ffs_adjblkcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032192
    },
    "sysctl___vfs_ffs_adjdepth": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032304
    },
    "sysctl___vfs_ffs_adjnbfree": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032640
    },
    "sysctl___vfs_ffs_adjndir": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032528
    },
    "sysctl___vfs_ffs_adjnffree": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032864
    },
    "sysctl___vfs_ffs_adjnifree": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032752
    },
    "sysctl___vfs_ffs_adjnumclusters": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032976
    },
    "sysctl___vfs_ffs_adjrefcnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032080
    },
    "sysctl___vfs_ffs_compute_summary_at_mount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610051744
    },
    "sysctl___vfs_ffs_doasyncfree": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610031344
    },
    "sysctl___vfs_ffs_doasyncinodeinit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610031800
    },
    "sysctl___vfs_ffs_doreallocblks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610031456
    },
    "sysctl___vfs_ffs_dotrimcons": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610031568
    },
    "sysctl___vfs_ffs_enxio_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610057088
    },
    "sysctl___vfs_ffs_freeblks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033312
    },
    "sysctl___vfs_ffs_freedirs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033088
    },
    "sysctl___vfs_ffs_freefiles": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033200
    },
    "sysctl___vfs_ffs_maxclustersearch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610031680
    },
    "sysctl___vfs_ffs_setcwd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033536
    },
    "sysctl___vfs_ffs_setdotdot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033648
    },
    "sysctl___vfs_ffs_setflags": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033424
    },
    "sysctl___vfs_ffs_setsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610032416
    },
    "sysctl___vfs_ffs_unlink": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610033760
    },
    "sysctl___vfs_ffs_use_buf_pager": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610060808
    },
    "sysctl___vfs_flushbufqtarget": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792592
    },
    "sysctl___vfs_flushwithdeps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609793184
    },
    "sysctl___vfs_freevnodes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609810808
    },
    "sysctl___vfs_generic": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609813392
    },
    "sysctl___vfs_getnewbufcalls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792144
    },
    "sysctl___vfs_getnewbufrestarts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792256
    },
    "sysctl___vfs_hibufspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790240
    },
    "sysctl___vfs_hidirtybuffers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791584
    },
    "sysctl___vfs_hifreebuffers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792032
    },
    "sysctl___vfs_hirunningspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790800
    },
    "sysctl___vfs_ino64_trunc_error": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609815344
    },
    "sysctl___vfs_lobufspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790128
    },
    "sysctl___vfs_lodirtybuffers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791472
    },
    "sysctl___vfs_lofreebuffers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791920
    },
    "sysctl___vfs_lookup_cap_dotdot": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609807960
    },
    "sysctl___vfs_lookup_cap_dotdot_nonlocal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609808072
    },
    "sysctl___vfs_lorunningspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790688
    },
    "sysctl___vfs_mappingrestarts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792368
    },
    "sysctl___vfs_maxbcachebuf": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609793048
    },
    "sysctl___vfs_maxbufspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609789792
    },
    "sysctl___vfs_maxmallocbufspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609790016
    },
    "sysctl___vfs_msdosfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609535376
    },
    "sysctl___vfs_msdosfs_use_buf_pager": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609535488
    },
    "sysctl___vfs_nfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609539336
    },
    "sysctl___vfs_nfs_access_cache_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609546472
    },
    "sysctl___vfs_nfs_bufpackets": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609536296
    },
    "sysctl___vfs_nfs_callback_addr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609539672
    },
    "sysctl___vfs_nfs_clean_pages_on_close": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609546808
    },
    "sysctl___vfs_nfs_commit_on_close": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609546696
    },
    "sysctl___vfs_nfs_debuglevel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609539784
    },
    "sysctl___vfs_nfs_defect": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552056
    },
    "sysctl___vfs_nfs_diskless_rootaddr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609549904
    },
    "sysctl___vfs_nfs_diskless_rootpath": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609549792
    },
    "sysctl___vfs_nfs_diskless_valid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609549680
    },
    "sysctl___vfs_nfs_downdelayinitial": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609549360
    },
    "sysctl___vfs_nfs_downdelayinterval": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609549472
    },
    "sysctl___vfs_nfs_dsretries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609536744
    },
    "sysctl___vfs_nfs_dssameconn": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609544824
    },
    "sysctl___vfs_nfs_enable_uidtostring": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609536960
    },
    "sysctl___vfs_nfs_fileid_maxwarnings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609550864
    },
    "sysctl___vfs_nfs_ignore_eexist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609544712
    },
    "sysctl___vfs_nfs_iodmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609551920
    },
    "sysctl___vfs_nfs_iodmaxidle": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609551688
    },
    "sysctl___vfs_nfs_iodmin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609551808
    },
    "sysctl___vfs_nfs_maxalloclen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609547264
    },
    "sysctl___vfs_nfs_maxcopyrange": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609544936
    },
    "sysctl___vfs_nfs_nfs3_jukebox_delay": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609536520
    },
    "sysctl___vfs_nfs_nfs_directio_allow_mmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609547152
    },
    "sysctl___vfs_nfs_nfs_directio_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609546920
    },
    "sysctl___vfs_nfs_nfs_ip_paranoia": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609549248
    },
    "sysctl___vfs_nfs_nfs_keep_dirty_on_error": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609547032
    },
    "sysctl___vfs_nfs_pnfsiothreads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609540016
    },
    "sysctl___vfs_nfs_pnfsmirror": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609537080
    },
    "sysctl___vfs_nfs_prime_access_cache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609546584
    },
    "sysctl___vfs_nfs_realign_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609539560
    },
    "sysctl___vfs_nfs_realign_test": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609539448
    },
    "sysctl___vfs_nfs_reconnects": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609536408
    },
    "sysctl___vfs_nfs_skip_wcc_data_onerr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609536632
    },
    "sysctl___vfs_nfs_use_buf_pager": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609551568
    },
    "sysctl___vfs_nfs_userhashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609539896
    },
    "sysctl___vfs_nfsd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561352
    },
    "sysctl___vfs_nfsd_allowreadforwriteopen": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559552
    },
    "sysctl___vfs_nfsd_async": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560328
    },
    "sysctl___vfs_nfsd_cachetcp": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609563408
    },
    "sysctl___vfs_nfsd_clienthashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609558856
    },
    "sysctl___vfs_nfsd_commit_blks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561576
    },
    "sysctl___vfs_nfsd_commit_miss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561688
    },
    "sysctl___vfs_nfsd_debuglevel": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609562024
    },
    "sysctl___vfs_nfsd_default_flexfile": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560440
    },
    "sysctl___vfs_nfsd_dsdirsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609562368
    },
    "sysctl___vfs_nfsd_enable_checkutf8": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609556240
    },
    "sysctl___vfs_nfsd_enable_locallocks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561912
    },
    "sysctl___vfs_nfsd_enable_nobodycheck": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609556352
    },
    "sysctl___vfs_nfsd_enable_nogroupcheck": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609556464
    },
    "sysctl___vfs_nfsd_enable_stringtouid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609562136
    },
    "sysctl___vfs_nfsd_enable_v42allocate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561112
    },
    "sysctl___vfs_nfsd_fha": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552224
    },
    "sysctl___vfs_nfsd_fha_bin_shift": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552672
    },
    "sysctl___vfs_nfsd_fha_enable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552336
    },
    "sysctl___vfs_nfsd_fha_fhe_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609553008
    },
    "sysctl___vfs_nfsd_fha_max_nfsds_per_fh": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552784
    },
    "sysctl___vfs_nfsd_fha_max_reqs_per_nfsd": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552896
    },
    "sysctl___vfs_nfsd_fha_read": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552448
    },
    "sysctl___vfs_nfsd_fha_write": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609552560
    },
    "sysctl___vfs_nfsd_fhhashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609558976
    },
    "sysctl___vfs_nfsd_flexlinuxhack": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559776
    },
    "sysctl___vfs_nfsd_issue_delegations": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561800
    },
    "sysctl___vfs_nfsd_layouthighwater": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559216
    },
    "sysctl___vfs_nfsd_linux42server": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560552
    },
    "sysctl___vfs_nfsd_mirrormnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561464
    },
    "sysctl___vfs_nfsd_nfs_privport": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559992
    },
    "sysctl___vfs_nfsd_owner_major": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560888
    },
    "sysctl___vfs_nfsd_owner_minor": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609561000
    },
    "sysctl___vfs_nfsd_pnfsgetdsattr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609562248
    },
    "sysctl___vfs_nfsd_pnfsstrictatime": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559664
    },
    "sysctl___vfs_nfsd_scope": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560776
    },
    "sysctl___vfs_nfsd_server_max_minorversion4": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609556040
    },
    "sysctl___vfs_nfsd_server_max_nfsvers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560216
    },
    "sysctl___vfs_nfsd_server_min_minorversion4": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609555928
    },
    "sysctl___vfs_nfsd_server_min_nfsvers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560104
    },
    "sysctl___vfs_nfsd_sessionhashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559096
    },
    "sysctl___vfs_nfsd_srvmaxio": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609562480
    },
    "sysctl___vfs_nfsd_statehashsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609558736
    },
    "sysctl___vfs_nfsd_tcpcachetimeo": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609563296
    },
    "sysctl___vfs_nfsd_tcphighwater": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609563072
    },
    "sysctl___vfs_nfsd_udphighwater": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609563184
    },
    "sysctl___vfs_nfsd_v4openaccess": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609560664
    },
    "sysctl___vfs_nfsd_v4statelimit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559328
    },
    "sysctl___vfs_nfsd_writedelegifpos": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609559440
    },
    "sysctl___vfs_nlm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609997856
    },
    "sysctl___vfs_nlm_sysid": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609997968
    },
    "sysctl___vfs_notbufdflushes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792704
    },
    "sysctl___vfs_numbufallocfails": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792480
    },
    "sysctl___vfs_numdirtybuffers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791360
    },
    "sysctl___vfs_numfreebuffers": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791808
    },
    "sysctl___vfs_numvnodes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609810528
    },
    "sysctl___vfs_pfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609565808
    },
    "sysctl___vfs_pfs_vncache": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609566224
    },
    "sysctl___vfs_pfs_vncache_entries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609566336
    },
    "sysctl___vfs_pfs_vncache_hits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609566560
    },
    "sysctl___vfs_pfs_vncache_maxentries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609566448
    },
    "sysctl___vfs_pfs_vncache_misses": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609566672
    },
    "sysctl___vfs_read_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609805152
    },
    "sysctl___vfs_read_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609805264
    },
    "sysctl___vfs_recursive_forced_unmount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609809072
    },
    "sysctl___vfs_recursiveflushes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609791248
    },
    "sysctl___vfs_recycles": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609810920
    },
    "sysctl___vfs_recycles_free": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811032
    },
    "sysctl___vfs_root_mount_always_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609810232
    },
    "sysctl___vfs_root_mount_hold": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609810344
    },
    "sysctl___vfs_runningbufspace": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609789456
    },
    "sysctl___vfs_timestamp_precision": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812616
    },
    "sysctl___vfs_tmpfs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609570928
    },
    "sysctl___vfs_tmpfs_memory_reserved": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609571360
    },
    "sysctl___vfs_tmpfs_rename_restarts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609567584
    },
    "sysctl___vfs_typenumhash": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609806792
    },
    "sysctl___vfs_ufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610062992
    },
    "sysctl___vfs_ufs_dirhash_docheck": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610061616
    },
    "sysctl___vfs_ufs_dirhash_lowmemcount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610061728
    },
    "sysctl___vfs_ufs_dirhash_maxmem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610061392
    },
    "sysctl___vfs_ufs_dirhash_mem": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610061504
    },
    "sysctl___vfs_ufs_dirhash_minsize": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610061280
    },
    "sysctl___vfs_ufs_dirhash_reclaimpercent": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610061840
    },
    "sysctl___vfs_ufs_rename_restarts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610063104
    },
    "sysctl___vfs_unmapped_buf_allowed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609792928
    },
    "sysctl___vfs_usermount": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609808848
    },
    "sysctl___vfs_vmiodirenable": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609789344
    },
    "sysctl___vfs_vnode_alloc_sleeps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812872
    },
    "sysctl___vfs_vnodes_created": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609810640
    },
    "sysctl___vfs_wantfreevnodes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609811984
    },
    "sysctl___vfs_worklist_len": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609812984
    },
    "sysctl___vfs_write_behind": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609805040
    },
    "sysctl___vm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609680048
    },
    "sysctl___vm_act_scan_laundry_weight": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080984
    },
    "sysctl___vm_aslr_restarts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069688
    },
    "sysctl___vm_background_launder_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610081208
    },
    "sysctl___vm_background_launder_rate": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610081096
    },
    "sysctl___vm_cluster_anon": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069576
    },
    "sysctl___vm_debug": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610067272
    },
    "sysctl___vm_debug_uma_multipage_slabs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610067856
    },
    "sysctl___vm_disable_swapspace_pageouts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080648
    },
    "sysctl___vm_dmmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065968
    },
    "sysctl___vm_imply_prot_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077568
    },
    "sysctl___vm_kmem_map_free": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678008
    },
    "sysctl___vm_kmem_map_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609677896
    },
    "sysctl___vm_kmem_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609677336
    },
    "sysctl___vm_kmem_size_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609677672
    },
    "sysctl___vm_kmem_size_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609677560
    },
    "sysctl___vm_kmem_size_scale": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609677784
    },
    "sysctl___vm_kmem_zmax": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609677448
    },
    "sysctl___vm_kstack_cache_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610068856
    },
    "sysctl___vm_kvm_free": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610192720
    },
    "sysctl___vm_kvm_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610192608
    },
    "sysctl___vm_largepages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609780928
    },
    "sysctl___vm_largepages_reclaim_tries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609781040
    },
    "sysctl___vm_loadavg": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070824
    },
    "sysctl___vm_lowmem_period": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080536
    },
    "sysctl___vm_malloc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678120
    },
    "sysctl___vm_malloc_zone_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678232
    },
    "sysctl___vm_malloc_zone_sizes": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071609678344
    },
    "sysctl___vm_max_kernel_address": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069128
    },
    "sysctl___vm_max_user_wired": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610081320
    },
    "sysctl___vm_md_malloc_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071608502832
    },
    "sysctl___vm_min_kernel_address": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610069016
    },
    "sysctl___vm_mincore_mapped": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077456
    },
    "sysctl___vm_ndomains": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610082128
    },
    "sysctl___vm_nswapdev": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610066096
    },
    "sysctl___vm_objects": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610078392
    },
    "sysctl___vm_old_mlock": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077344
    },
    "sysctl___vm_old_msync": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077688
    },
    "sysctl___vm_oom_pf_secs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610081432
    },
    "sysctl___vm_overcommit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065088
    },
    "sysctl___vm_page_blacklist": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610079520
    },
    "sysctl___vm_pageout_cpus_per_thread": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080424
    },
    "sysctl___vm_pageout_lock_miss": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080760
    },
    "sysctl___vm_pageout_oom_seq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080872
    },
    "sysctl___vm_pageout_update_period": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080312
    },
    "sysctl___vm_panic_on_oom": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610080200
    },
    "sysctl___vm_pfault_oom_attempts": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610068512
    },
    "sysctl___vm_pfault_oom_wait": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610068624
    },
    "sysctl___vm_phys_free": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610081792
    },
    "sysctl___vm_phys_locality": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610082016
    },
    "sysctl___vm_phys_pager_cluster": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610064576
    },
    "sysctl___vm_phys_segs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610081904
    },
    "sysctl___vm_pmap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610189712
    },
    "sysctl___vm_pmap_allow_2m_x_ept": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610191360
    },
    "sysctl___vm_pmap_di_locked": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190672
    },
    "sysctl___vm_pmap_invpcid_works": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190168
    },
    "sysctl___vm_pmap_kernel_maps": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610192864
    },
    "sysctl___vm_pmap_kernel_pt_page_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610191152
    },
    "sysctl___vm_pmap_la57": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610189936
    },
    "sysctl___vm_pmap_large_map_pml4_entries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610191472
    },
    "sysctl___vm_pmap_pcid_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190056
    },
    "sysctl___vm_pmap_pcid_invlpg_workaround": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190280
    },
    "sysctl___vm_pmap_pcid_save_cnt": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190560
    },
    "sysctl___vm_pmap_pde": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610191584
    },
    "sysctl___vm_pmap_pde_demotions": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610191744
    },
    "sysctl___vm_pmap_pde_mappings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610191904
    },
    "sysctl___vm_pmap_pde_p_failures": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610192064
    },
    "sysctl___vm_pmap_pde_promotions": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610192224
    },
    "sysctl___vm_pmap_pdpe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610192336
    },
    "sysctl___vm_pmap_pdpe_demotions": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610192496
    },
    "sysctl___vm_pmap_pg_ps_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610189824
    },
    "sysctl___vm_pmap_pti": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190400
    },
    "sysctl___vm_pmap_pv_page_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190832
    },
    "sysctl___vm_pmap_user_pt_page_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610190992
    },
    "sysctl___vm_reserv": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610082448
    },
    "sysctl___vm_reserv_broken": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610082608
    },
    "sysctl___vm_reserv_freed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610082768
    },
    "sysctl___vm_reserv_fullpop": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610082880
    },
    "sysctl___vm_reserv_partpopq": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610082992
    },
    "sysctl___vm_reserv_reclaimed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610083152
    },
    "sysctl___vm_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071048
    },
    "sysctl___vm_stats_misc": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071384
    },
    "sysctl___vm_stats_object": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077800
    },
    "sysctl___vm_stats_object_bypasses": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610078120
    },
    "sysctl___vm_stats_object_collapse_waits": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610078280
    },
    "sysctl___vm_stats_object_collapses": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077960
    },
    "sysctl___vm_stats_page": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610078928
    },
    "sysctl___vm_stats_page_pqstate_commit_retries": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610079088
    },
    "sysctl___vm_stats_page_queue_nops": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610079408
    },
    "sysctl___vm_stats_page_queue_ops": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610079248
    },
    "sysctl___vm_stats_swap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610064752
    },
    "sysctl___vm_stats_swap_free_completed": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065632
    },
    "sysctl___vm_stats_swap_free_deferred": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065472
    },
    "sysctl___vm_stats_sys": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071160
    },
    "sysctl___vm_stats_sys_v_intr": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071832
    },
    "sysctl___vm_stats_sys_v_soft": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071944
    },
    "sysctl___vm_stats_sys_v_swtch": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071496
    },
    "sysctl___vm_stats_sys_v_syscall": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071720
    },
    "sysctl___vm_stats_sys_v_trap": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071608
    },
    "sysctl___vm_stats_vm": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610071272
    },
    "sysctl___vm_stats_vm_v_active_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076088
    },
    "sysctl___vm_stats_vm_v_cache_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076984
    },
    "sysctl___vm_stats_vm_v_cow_faults": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072280
    },
    "sysctl___vm_stats_vm_v_cow_optim": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072392
    },
    "sysctl___vm_stats_vm_v_dfree": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074072
    },
    "sysctl___vm_stats_vm_v_forkpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074856
    },
    "sysctl___vm_stats_vm_v_forks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074408
    },
    "sysctl___vm_stats_vm_v_free_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075864
    },
    "sysctl___vm_stats_vm_v_free_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075752
    },
    "sysctl___vm_stats_vm_v_free_reserved": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075528
    },
    "sysctl___vm_stats_vm_v_free_severe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076760
    },
    "sysctl___vm_stats_vm_v_free_target": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075640
    },
    "sysctl___vm_stats_vm_v_inactive_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076312
    },
    "sysctl___vm_stats_vm_v_inactive_target": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076200
    },
    "sysctl___vm_stats_vm_v_interrupt_free_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076648
    },
    "sysctl___vm_stats_vm_v_intrans": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073624
    },
    "sysctl___vm_stats_vm_v_io_faults": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072168
    },
    "sysctl___vm_stats_vm_v_kthreadpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075192
    },
    "sysctl___vm_stats_vm_v_kthreads": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074744
    },
    "sysctl___vm_stats_vm_v_laundry_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076424
    },
    "sysctl___vm_stats_vm_v_ozfod": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072616
    },
    "sysctl___vm_stats_vm_v_page_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075416
    },
    "sysctl___vm_stats_vm_v_page_size": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075304
    },
    "sysctl___vm_stats_vm_v_pageout_free_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076536
    },
    "sysctl___vm_stats_vm_v_pdpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077208
    },
    "sysctl___vm_stats_vm_v_pdshortfalls": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073960
    },
    "sysctl___vm_stats_vm_v_pdwakeups": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073848
    },
    "sysctl___vm_stats_vm_v_pfree": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074184
    },
    "sysctl___vm_stats_vm_v_reactivated": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073736
    },
    "sysctl___vm_stats_vm_v_rforkpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075080
    },
    "sysctl___vm_stats_vm_v_rforks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074632
    },
    "sysctl___vm_stats_vm_v_swapin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072728
    },
    "sysctl___vm_stats_vm_v_swapout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072840
    },
    "sysctl___vm_stats_vm_v_swappgsin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072952
    },
    "sysctl___vm_stats_vm_v_swappgsout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073064
    },
    "sysctl___vm_stats_vm_v_tcached": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610077096
    },
    "sysctl___vm_stats_vm_v_tfree": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074296
    },
    "sysctl___vm_stats_vm_v_user_wire_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610076872
    },
    "sysctl___vm_stats_vm_v_vforkpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074968
    },
    "sysctl___vm_stats_vm_v_vforks": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610074520
    },
    "sysctl___vm_stats_vm_v_vm_faults": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072056
    },
    "sysctl___vm_stats_vm_v_vnodein": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073176
    },
    "sysctl___vm_stats_vm_v_vnodeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073288
    },
    "sysctl___vm_stats_vm_v_vnodepgsin": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073400
    },
    "sysctl___vm_stats_vm_v_vnodepgsout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610073512
    },
    "sysctl___vm_stats_vm_v_wire_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610075976
    },
    "sysctl___vm_stats_vm_v_zfod": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610072504
    },
    "sysctl___vm_swap_async_max": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065744
    },
    "sysctl___vm_swap_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610083288
    },
    "sysctl___vm_swap_fragmentation": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065856
    },
    "sysctl___vm_swap_idle_enabled": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610083400
    },
    "sysctl___vm_swap_idle_threshold1": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610083512
    },
    "sysctl___vm_swap_idle_threshold2": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610083624
    },
    "sysctl___vm_swap_info": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610066208
    },
    "sysctl___vm_swap_maxpages": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065312
    },
    "sysctl___vm_swap_objects": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610078504
    },
    "sysctl___vm_swap_reserved": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610064864
    },
    "sysctl___vm_swap_total": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610064976
    },
    "sysctl___vm_swzone": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610065200
    },
    "sysctl___vm_uma": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610067384
    },
    "sysctl___vm_uma_kmem_limit": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610066832
    },
    "sysctl___vm_uma_kmem_total": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610066944
    },
    "sysctl___vm_v_free_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070152
    },
    "sysctl___vm_v_free_reserved": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070376
    },
    "sysctl___vm_v_free_severe": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070712
    },
    "sysctl___vm_v_free_target": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070264
    },
    "sysctl___vm_v_inactive_target": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070488
    },
    "sysctl___vm_v_pageout_free_min": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070600
    },
    "sysctl___vm_vmdaemon_timeout": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610083736
    },
    "sysctl___vm_vmtotal": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610070936
    },
    "sysctl___vm_vnode_pbufs": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610084072
    },
    "sysctl___vm_zone_count": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610067496
    },
    "sysctl___vm_zone_stats": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610067608
    },
    "sysctl___vm_zone_warnings": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid"
      },
      "address": 18446744071610067720
    },
    "sysctl__children": {
      "type": {
        "kind": "struct",
        "name": "sysctl_oid_list"
      },
      "address": 18446744071612807200
    },
    "sysctl_acct_chkfreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575100720
    },
    "sysctl_add_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575650016
    },
    "sysctl_age_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567292608
    },
    "sysctl_an_cdr_track_early_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581659312
    },
    "sysctl_an_cdr_wr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581658912
    },
    "sysctl_autoneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568848640
    },
    "sysctl_bfe_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568298704
    },
    "sysctl_bitfield_16b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568801248
    },
    "sysctl_bitfield_8b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568800944
    },
    "sysctl_bootid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575434304
    },
    "sysctl_bootid.boot_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612553568
    },
    "sysctl_bootid.initialized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612553584
    },
    "sysctl_boottrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575109456
    },
    "sysctl_boottrace_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575110064
    },
    "sysctl_btphy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568846384
    },
    "sysctl_bufdomain_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576385568
    },
    "sysctl_bufdomain_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576384896
    },
    "sysctl_bufsizes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568923120
    },
    "sysctl_bufspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576384704
    },
    "sysctl_build_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575434688
    },
    "sysctl_bus_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575860784
    },
    "sysctl_cctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568803232
    },
    "sysctl_cctrl.dec_fac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584710880
    },
    "sysctl_channels": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_info"
        }
      },
      "address": 0
    },
    "sysctl_channels_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581663040
    },
    "sysctl_cim_ibq_obq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568803824
    },
    "sysctl_cim_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568804592
    },
    "sysctl_cim_ma_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568804720
    },
    "sysctl_cim_pif_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568805328
    },
    "sysctl_cim_qcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568805920
    },
    "sysctl_clip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568745760
    },
    "sysctl_clip_db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568747552
    },
    "sysctl_clip_db_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568748064
    },
    "sysctl_clock_do_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575956224
    },
    "sysctl_coalesce": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_info"
        }
      },
      "address": 0
    },
    "sysctl_coalesce_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581660048
    },
    "sysctl_compress_user_cores": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575628480
    },
    "sysctl_cpl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568807360
    },
    "sysctl_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568802752
    },
    "sysctl_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_ctx_list"
        }
      },
      "address": 0
    },
    "sysctl_ctx_entry_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575649392
    },
    "sysctl_ctx_entry_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575649552
    },
    "sysctl_ctx_entry_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575649488
    },
    "sysctl_ctx_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575648608
    },
    "sysctl_ctx_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575648576
    },
    "sysctl_ddp_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568807808
    },
    "sysctl_debug_ddb_capture_bufsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567046624
    },
    "sysctl_debug_ddb_capture_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567047072
    },
    "sysctl_debug_ddb_scripting_script": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567074016
    },
    "sysctl_debug_ddb_scripting_scripts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567073344
    },
    "sysctl_debug_ddb_scripting_unscript": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567074288
    },
    "sysctl_debug_num_cores_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575628400
    },
    "sysctl_def_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578243440
    },
    "sysctl_dev_pcm_bitperfect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572584688
    },
    "sysctl_dev_pcm_eq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572520528
    },
    "sysctl_dev_pcm_eq_preamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572521664
    },
    "sysctl_dev_pcm_vchanformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572593472
    },
    "sysctl_dev_pcm_vchanmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572589792
    },
    "sysctl_dev_pcm_vchanrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572591552
    },
    "sysctl_dev_pcm_vchans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572589024
    },
    "sysctl_devctl_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575221936
    },
    "sysctl_devices": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575855152
    },
    "sysctl_devlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568808544
    },
    "sysctl_devname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573898928
    },
    "sysctl_devstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575876608
    },
    "sysctl_disks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574706960
    },
    "sysctl_dpcpu_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923456
    },
    "sysctl_dpcpu_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923344
    },
    "sysctl_dpcpu_quad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575923232
    },
    "sysctl_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577918000
    },
    "sysctl_dsdirsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574528256
    },
    "sysctl_dumpentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577141328
    },
    "sysctl_dumpnhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577141600
    },
    "sysctl_emu_digitalswitch_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572263904
    },
    "sysctl_emu_mixer_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572264016
    },
    "sysctl_enable_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575648288
    },
    "sysctl_epp_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581218256
    },
    "sysctl_es137x_fixed_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572294624
    },
    "sysctl_es137x_latency_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572297136
    },
    "sysctl_es137x_single_pcm_mixer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572295280
    },
    "sysctl_es137x_spdif_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572294144
    },
    "sysctl_es_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572297696
    },
    "sysctl_fast_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575674624
    },
    "sysctl_fcoe_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568808672
    },
    "sysctl_ffs_fsck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579783040
    },
    "sysctl_fibs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128912
    },
    "sysctl_find_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575655808
    },
    "sysctl_firmware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579432592
    },
    "sysctl_force_fec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568849248
    },
    "sysctl_fragttl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577776048
    },
    "sysctl_ftry_reclaim_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576554464
    },
    "sysctl_g_eli_minbufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574655280
    },
    "sysctl_garp_rexmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577588448
    },
    "sysctl_get_drv_info_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581659712
    },
    "sysctl_get_link_info_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581659920
    },
    "sysctl_handle_16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575651344
    },
    "sysctl_handle_32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575651440
    },
    "sysctl_handle_64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575652000
    },
    "sysctl_handle_8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575651248
    },
    "sysctl_handle_attr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579036560
    },
    "sysctl_handle_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575651120
    },
    "sysctl_handle_counter_u64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575872992
    },
    "sysctl_handle_counter_u64_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575873168
    },
    "sysctl_handle_domainset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575161120
    },
    "sysctl_handle_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575651536
    },
    "sysctl_handle_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575651840
    },
    "sysctl_handle_macstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568667008
    },
    "sysctl_handle_nl_maxsockbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578367856
    },
    "sysctl_handle_opaque": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575653056
    },
    "sysctl_handle_pipe_mindirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576072592
    },
    "sysctl_handle_sb_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576256544
    },
    "sysctl_handle_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sysctl_handle_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575652096
    },
    "sysctl_handle_t4_reg64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568849680
    },
    "sysctl_handle_uma_slab_efficiency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580130464
    },
    "sysctl_handle_uma_zone_allocs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580130656
    },
    "sysctl_handle_uma_zone_cur": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580122832
    },
    "sysctl_handle_uma_zone_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580130352
    },
    "sysctl_handle_uma_zone_frees": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580130816
    },
    "sysctl_handle_uma_zone_items": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580130608
    },
    "sysctl_handle_uma_zone_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580122752
    },
    "sysctl_handle_vmstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580208816
    },
    "sysctl_handle_vmstat_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580208896
    },
    "sysctl_hdac_pindump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572426224
    },
    "sysctl_hdac_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572426656
    },
    "sysctl_holdoff_pktc_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833024
    },
    "sysctl_holdoff_pktc_idx_ofld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568832496
    },
    "sysctl_holdoff_tmr_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568832736
    },
    "sysctl_holdoff_tmr_idx_ofld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568832192
    },
    "sysctl_hostid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575433664
    },
    "sysctl_hostname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575432384
    },
    "sysctl_hw_age_int_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567293728
    },
    "sysctl_hw_age_proc_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567293824
    },
    "sysctl_hw_alc_int_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567593040
    },
    "sysctl_hw_alc_proc_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567593136
    },
    "sysctl_hw_ale_int_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567621056
    },
    "sysctl_hw_ale_proc_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567621152
    },
    "sysctl_hw_fxp_bundle_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569539440
    },
    "sysctl_hw_fxp_int_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569539360
    },
    "sysctl_hw_intrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581314640
    },
    "sysctl_hw_jme_proc_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129824
    },
    "sysctl_hw_jme_rx_coal_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129728
    },
    "sysctl_hw_jme_rx_coal_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129632
    },
    "sysctl_hw_jme_tx_coal_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129536
    },
    "sysctl_hw_jme_tx_coal_to": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570129440
    },
    "sysctl_hw_machine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581308816
    },
    "sysctl_hw_machine.machine32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587098392
    },
    "sysctl_hw_machine_arch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575432240
    },
    "sysctl_hw_mds_disable_state_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300208
    },
    "sysctl_hw_msk_proc_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570780608
    },
    "sysctl_hw_nfe_proc_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582168768
    },
    "sysctl_hw_nge_int_holdoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571058336
    },
    "sysctl_hw_pagesizes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575432096
    },
    "sysctl_hw_physmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431824
    },
    "sysctl_hw_re_int_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571908912
    },
    "sysctl_hw_realmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431904
    },
    "sysctl_hw_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568809264
    },
    "sysctl_hw_sk_int_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572154592
    },
    "sysctl_hw_snd_ac97_eapd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572441904
    },
    "sysctl_hw_snd_default_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572583968
    },
    "sysctl_hw_snd_feeder_rate_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572537040
    },
    "sysctl_hw_snd_feeder_rate_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572536944
    },
    "sysctl_hw_snd_feeder_rate_quality": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572537264
    },
    "sysctl_hw_snd_feeder_rate_round": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572537136
    },
    "sysctl_hw_snd_hwvol_mixer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572551424
    },
    "sysctl_hw_snd_latency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572468096
    },
    "sysctl_hw_snd_latency_profile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572468176
    },
    "sysctl_hw_snd_maxautovchans": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572584096
    },
    "sysctl_hw_snd_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572468256
    },
    "sysctl_hw_snd_vpc_0db": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572468336
    },
    "sysctl_hw_snd_vpc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572469216
    },
    "sysctl_hw_sndverbose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572560400
    },
    "sysctl_hw_stge_rxint_dmawait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572650720
    },
    "sysctl_hw_stge_rxint_nframe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572650624
    },
    "sysctl_hw_usb_template": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573006080
    },
    "sysctl_hw_usermem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431984
    },
    "sysctl_hw_vte_int_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573649488
    },
    "sysctl_ieee80211coms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577176608
    },
    "sysctl_ifcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576854848
    },
    "sysctl_ifdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576949680
    },
    "sysctl_iflist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577139568
    },
    "sysctl_ifmalist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577140800
    },
    "sysctl_igmp_default_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577604976
    },
    "sysctl_igmp_gsr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577605232
    },
    "sysctl_igmp_ifinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577605504
    },
    "sysctl_igmp_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577604192
    },
    "sysctl_int_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568801072
    },
    "sysctl_intrcnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316544
    },
    "sysctl_intrnames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575316512
    },
    "sysctl_iodmax": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574316720
    },
    "sysctl_iodmin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574316496
    },
    "sysctl_ip6_fraglifetime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577997472
    },
    "sysctl_ip6_maxfragpackets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577997328
    },
    "sysctl_ip6_mcast_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578070560
    },
    "sysctl_ip6_temppltime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578083312
    },
    "sysctl_ip6_tempvltime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578083440
    },
    "sysctl_ip_id_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577662640
    },
    "sysctl_ip_mcast_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577682288
    },
    "sysctl_ip_randomid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577662016
    },
    "sysctl_jail_default_allow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575347664
    },
    "sysctl_jail_default_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575350672
    },
    "sysctl_jail_jailed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575350528
    },
    "sysctl_jail_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575349312
    },
    "sysctl_jail_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575345360
    },
    "sysctl_jail_vnet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575350592
    },
    "sysctl_kern_arnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431712
    },
    "sysctl_kern_boottime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575672064
    },
    "sysctl_kern_callout_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575718704
    },
    "sysctl_kern_clockrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575114352
    },
    "sysctl_kern_console": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575147312
    },
    "sysctl_kern_corefile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575628576
    },
    "sysctl_kern_cp_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575113152
    },
    "sysctl_kern_cp_times": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575113472
    },
    "sysctl_kern_eventtimer_choice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575235584
    },
    "sysctl_kern_eventtimer_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575123984
    },
    "sysctl_kern_eventtimer_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575123376
    },
    "sysctl_kern_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575218016
    },
    "sysctl_kern_function_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390064
    },
    "sysctl_kern_function_list_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390448
    },
    "sysctl_kern_geom_confany": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721472
    },
    "sysctl_kern_geom_confdot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721712
    },
    "sysctl_kern_geom_confdot.hint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609582328
    },
    "sysctl_kern_geom_conftxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721744
    },
    "sysctl_kern_geom_conftxt.hint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609582336
    },
    "sysctl_kern_geom_confxml": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574721440
    },
    "sysctl_kern_geom_confxml.hint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609582320
    },
    "sysctl_kern_ktrace_request_pool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575367920
    },
    "sysctl_kern_lockf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575411952
    },
    "sysctl_kern_malloc_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575418848
    },
    "sysctl_kern_msgbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575938928
    },
    "sysctl_kern_msgbuf_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575939472
    },
    "sysctl_kern_pid_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575434960
    },
    "sysctl_kern_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575483424
    },
    "sysctl_kern_proc_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575484688
    },
    "sysctl_kern_proc_auxv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575486288
    },
    "sysctl_kern_proc_cwd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575219728
    },
    "sysctl_kern_proc_env": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575485776
    },
    "sysctl_kern_proc_filedesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575219536
    },
    "sysctl_kern_proc_groups": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575488624
    },
    "sysctl_kern_proc_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575484064
    },
    "sysctl_kern_proc_kstack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575487504
    },
    "sysctl_kern_proc_nfds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575217728
    },
    "sysctl_kern_proc_osrel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575489952
    },
    "sysctl_kern_proc_pathname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575486896
    },
    "sysctl_kern_proc_ps_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575489392
    },
    "sysctl_kern_proc_rlimit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575488864
    },
    "sysctl_kern_proc_sigfastblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575490784
    },
    "sysctl_kern_proc_sigtramp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575490304
    },
    "sysctl_kern_proc_sv_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575487168
    },
    "sysctl_kern_proc_umask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575489664
    },
    "sysctl_kern_proc_vm_layout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575491264
    },
    "sysctl_kern_proc_vmmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575487328
    },
    "sysctl_kern_ps_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575270144
    },
    "sysctl_kern_quantum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575810192
    },
    "sysctl_kern_randompid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575300592
    },
    "sysctl_kern_sched_topology_spec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575810368
    },
    "sysctl_kern_sched_topology_spec_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575810496
    },
    "sysctl_kern_securelvl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575433200
    },
    "sysctl_kern_smp_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575990192
    },
    "sysctl_kern_stackprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575270400
    },
    "sysctl_kern_suser_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575458976
    },
    "sysctl_kern_timecounter_adjprecision": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575672208
    },
    "sysctl_kern_timecounter_choice": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575673152
    },
    "sysctl_kern_timecounter_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575667600
    },
    "sysctl_kern_timecounter_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575667536
    },
    "sysctl_kern_timecounter_hardware": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575672640
    },
    "sysctl_kern_ttys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576145984
    },
    "sysctl_kern_usrstack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575270272
    },
    "sysctl_kern_vm_guest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575921856
    },
    "sysctl_kmaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581528976
    },
    "sysctl_kmaps_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581530496
    },
    "sysctl_kmaps_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581530032
    },
    "sysctl_kmem_map_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575418288
    },
    "sysctl_kmem_map_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575418224
    },
    "sysctl_kstack_cache_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580158256
    },
    "sysctl_l2t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568970256
    },
    "sysctl_lb_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568809904
    },
    "sysctl_lb_stats.stat_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584711536
    },
    "sysctl_link_fec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568847216
    },
    "sysctl_link_ksettings_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581661632
    },
    "sysctl_linkdnrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568846224
    },
    "sysctl_linksettings": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_info"
        }
      },
      "address": 0
    },
    "sysctl_loadavg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568801984
    },
    "sysctl_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575109296
    },
    "sysctl_loopback_prefixlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577625136
    },
    "sysctl_mac_stats_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581663600
    },
    "sysctl_machdep_adjkerntz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575870096
    },
    "sysctl_machdep_i8254_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581273088
    },
    "sysctl_machdep_tsc_freq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352736
    },
    "sysctl_maxfragbucketsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577775936
    },
    "sysctl_maxfragpackets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577774256
    },
    "sysctl_maxphys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575431632
    },
    "sysctl_maxsockets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576289856
    },
    "sysctl_maxvnodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576553344
    },
    "sysctl_mb_use_ext_pgs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575428912
    },
    "sysctl_mca_maxcount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581323200
    },
    "sysctl_mca_records": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581323680
    },
    "sysctl_mca_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581324080
    },
    "sysctl_mds_disable_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300464
    },
    "sysctl_mem_reserved": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616464
    },
    "sysctl_meminfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568810400
    },
    "sysctl_meminfo.memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584711712
    },
    "sysctl_meminfo.region": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584711760
    },
    "sysctl_mfctable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577733888
    },
    "sysctl_mif6table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578124240
    },
    "sysctl_mld_gsr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578154096
    },
    "sysctl_mld_ifinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578154368
    },
    "sysctl_module_fec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568848128
    },
    "sysctl_move_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575650880
    },
    "sysctl_mps_tcam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568815872
    },
    "sysctl_mps_tcam_t6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568817776
    },
    "sysctl_msec_to_sbintime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575653520
    },
    "sysctl_msec_to_ticks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575651632
    },
    "sysctl_msqids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576106512
    },
    "sysctl_my_fibnum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577128864
    },
    "sysctl_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sysctl_nchstats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576420400
    },
    "sysctl_neg_hot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576420784
    },
    "sysctl_negminpct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576420672
    },
    "sysctl_net_inet_default_tcp_functions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577907792
    },
    "sysctl_net_inet_list_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577908256
    },
    "sysctl_net_inet_list_func_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577913280
    },
    "sysctl_net_inet_tcp_fastopen_autokey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577798976
    },
    "sysctl_net_inet_tcp_fastopen_ccache_bucket_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577799920
    },
    "sysctl_net_inet_tcp_fastopen_ccache_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577801760
    },
    "sysctl_net_inet_tcp_fastopen_client_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577800112
    },
    "sysctl_net_inet_tcp_fastopen_psk_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577800544
    },
    "sysctl_net_inet_tcp_fastopen_server_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577800784
    },
    "sysctl_net_inet_tcp_fastopen_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577801232
    },
    "sysctl_net_inet_tcp_fastopen_setpsk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577801424
    },
    "sysctl_net_inet_tcp_map_limit_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577907056
    },
    "sysctl_net_inet_tcp_mss_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577906832
    },
    "sysctl_net_inet_tcp_mss_v6_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577906944
    },
    "sysctl_net_inet_tcp_retries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577938784
    },
    "sysctl_net_inet_tcp_syncache_rexmtlimit_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577935856
    },
    "sysctl_net_inet_tcp_udp_tunneling_overhead_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577913152
    },
    "sysctl_net_inet_tcp_udp_tunneling_port_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577908672
    },
    "sysctl_net_ipport_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577704032
    },
    "sysctl_netinet6_intr_direct_queue_maxlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578112816
    },
    "sysctl_netinet6_intr_queue_maxlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578112704
    },
    "sysctl_netinet_intr_direct_queue_drops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577730080
    },
    "sysctl_netinet_intr_direct_queue_maxlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729968
    },
    "sysctl_netinet_intr_queue_drops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729856
    },
    "sysctl_netinet_intr_queue_maxlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729744
    },
    "sysctl_netisr_dispatch_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577046656
    },
    "sysctl_netisr_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577048096
    },
    "sysctl_netisr_work": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577048816
    },
    "sysctl_netisr_workstream": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577048432
    },
    "sysctl_new_ddb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575664336
    },
    "sysctl_new_kernel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575652976
    },
    "sysctl_new_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575657536
    },
    "sysctl_nmbclusters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575429472
    },
    "sysctl_nmbjumbo16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575430112
    },
    "sysctl_nmbjumbo9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575429984
    },
    "sysctl_nmbjumbop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575429856
    },
    "sysctl_nmbufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575430240
    },
    "sysctl_noflowq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568831632
    },
    "sysctl_num_rds_rings": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208380
    },
    "sysctl_num_sds_rings": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610208376
    },
    "sysctl_numdirtybuffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576385376
    },
    "sysctl_oid_list_RB_FIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575644736
    },
    "sysctl_oid_list_RB_INSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575644400
    },
    "sysctl_oid_list_RB_INSERT_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575643680
    },
    "sysctl_oid_list_RB_INSERT_FINISH": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575644352
    },
    "sysctl_oid_list_RB_INSERT_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575644944
    },
    "sysctl_oid_list_RB_INSERT_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575645136
    },
    "sysctl_oid_list_RB_MINMAX": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575645264
    },
    "sysctl_oid_list_RB_NEXT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575644880
    },
    "sysctl_oid_list_RB_NFIND": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575644800
    },
    "sysctl_oid_list_RB_PREV": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575645072
    },
    "sysctl_oid_list_RB_REINSERT": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575645312
    },
    "sysctl_oid_list_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575644528
    },
    "sysctl_oid_list_RB_REMOVE_COLOR": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575643968
    },
    "sysctl_old_ddb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575663600
    },
    "sysctl_old_kernel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575654176
    },
    "sysctl_old_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575655664
    },
    "sysctl_osreldate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575434640
    },
    "sysctl_osrelease": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575434560
    },
    "sysctl_out_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575483728
    },
    "sysctl_page_shift": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580096720
    },
    "sysctl_path_mtus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568820864
    },
    "sysctl_pause_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568846720
    },
    "sysctl_pauseparam": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_info"
        }
      },
      "address": 0
    },
    "sysctl_pauseparam_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581660976
    },
    "sysctl_pfil_ipfw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576885088
    },
    "sysctl_pie_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575079568
    },
    "sysctl_pm_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568821312
    },
    "sysctl_pmap_di_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581514608
    },
    "sysctl_positive_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581323600
    },
    "sysctl_posix_shm_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576243952
    },
    "sysctl_preload_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575917280
    },
    "sysctl_qsize_rxq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833264
    },
    "sysctl_qsize_txq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833504
    },
    "sysctl_rdma_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568822128
    },
    "sysctl_register_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575658112
    },
    "sysctl_register_disabled_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575648256
    },
    "sysctl_register_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575645856
    },
    "sysctl_register_oid.newoid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807400
    },
    "sysctl_remove_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575649808
    },
    "sysctl_remove_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575649728
    },
    "sysctl_remove_oid_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575648864
    },
    "sysctl_rename_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575650784
    },
    "sysctl_requested_fec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568847376
    },
    "sysctl_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568803104
    },
    "sysctl_reset_sensor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568801696
    },
    "sysctl_resettodr_period": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575449904
    },
    "sysctl_ringparam": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_info"
        }
      },
      "address": 0
    },
    "sysctl_ringparam_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581662320
    },
    "sysctl_rman": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575951696
    },
    "sysctl_rngds_mitg_enable_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300720
    },
    "sysctl_rngds_state_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300832
    },
    "sysctl_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575654304
    },
    "sysctl_root_handler_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575657728
    },
    "sysctl_root_handler_locked.__set_sysctl_set_sym_sysctl___debug_fail_point_status_sysctl_running": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587216256
    },
    "sysctl_root_handler_locked.__set_sysctl_set_sym_sysctl___debug_fail_point_sysctl_running": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587216248
    },
    "sysctl_root_handler_locked._fail_point_sysctl_running": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609715696
    },
    "sysctl_root_handler_locked.sysctl___debug_fail_point_status_sysctl_running": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609715888
    },
    "sysctl_root_handler_locked.sysctl___debug_fail_point_sysctl_running": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609715776
    },
    "sysctl_route_netisr_maxqlen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577136864
    },
    "sysctl_rss_bucket_mapping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132944
    },
    "sysctl_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577132768
    },
    "sysctl_rtsock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577138608
    },
    "sysctl_runningspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576385152
    },
    "sysctl_runtrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575109680
    },
    "sysctl_scsi_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566021456
    },
    "sysctl_sec_to_timeval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575653776
    },
    "sysctl_sema": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576117856
    },
    "sysctl_setsockopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577701712
    },
    "sysctl_shmsegs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576129776
    },
    "sysctl_shuttrace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575109872
    },
    "sysctl_smt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568967264
    },
    "sysctl_somaxconn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576288736
    },
    "sysctl_speeds": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "sysctl_srvmaxio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574528352
    },
    "sysctl_swap_async_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580096768
    },
    "sysctl_swap_fragmentation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580097088
    },
    "sysctl_switch_tls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577918816
    },
    "sysctl_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609714608
    },
    "sysctl_sysctl_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575658272
    },
    "sysctl_sysctl_name2oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575659520
    },
    "sysctl_sysctl_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575658784
    },
    "sysctl_sysctl_next_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575658976
    },
    "sysctl_sysctl_oiddescr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575660544
    },
    "sysctl_sysctl_oidfmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575660176
    },
    "sysctl_sysctl_oidlabel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575660896
    },
    "sysctl_taa_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300560
    },
    "sysctl_taa_state_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300640
    },
    "sysctl_tc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568914032
    },
    "sysctl_tc_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568914176
    },
    "sysctl_tcp_hc_histo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577807296
    },
    "sysctl_tcp_hc_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577806384
    },
    "sysctl_tcp_hc_purgenow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577807664
    },
    "sysctl_tcp_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568822448
    },
    "sysctl_tcphighwater": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574548080
    },
    "sysctl_temperature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568801376
    },
    "sysctl_test_fail_point": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575290528
    },
    "sysctl_test_fail_point.__set_sysctl_set_sym_sysctl___debug_fail_point_status_test_fail_point": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587213848
    },
    "sysctl_test_fail_point.__set_sysctl_set_sym_sysctl___debug_fail_point_test_fail_point": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587213840
    },
    "sysctl_test_fail_point._fail_point_test_fail_point": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609654560
    },
    "sysctl_test_fail_point.sysctl___debug_fail_point_status_test_fail_point": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609654752
    },
    "sysctl_test_fail_point.sysctl___debug_fail_point_test_fail_point": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609654640
    },
    "sysctl_tid_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568808160
    },
    "sysctl_tids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568822864
    },
    "sysctl_tls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568827760
    },
    "sysctl_tnl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568825024
    },
    "sysctl_tp_backoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568829792
    },
    "sysctl_tp_dack_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568828720
    },
    "sysctl_tp_err_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568824160
    },
    "sysctl_tp_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568825728
    },
    "sysctl_tp_la_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568825472
    },
    "sysctl_tp_shift_cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568829504
    },
    "sysctl_tp_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568828160
    },
    "sysctl_tp_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568829104
    },
    "sysctl_tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "sysctl_try_reclaim_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576553888
    },
    "sysctl_tty_info_kstacks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576156880
    },
    "sysctl_tx_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568826304
    },
    "sysctl_tx_vm_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568831712
    },
    "sysctl_ulprx_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568826768
    },
    "sysctl_unprivileged_proc_debug": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575519024
    },
    "sysctl_unregister_oid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575648320
    },
    "sysctl_usec_to_sbintime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575653248
    },
    "sysctl_vdd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568802400
    },
    "sysctl_vfs_conflist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576572384
    },
    "sysctl_vfs_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576574816
    },
    "sysctl_vfs_root_mount_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576510480
    },
    "sysctl_vfs_worklist_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576561248
    },
    "sysctl_via8233_dxs_src": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572319488
    },
    "sysctl_via8233_spdif_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572318896
    },
    "sysctl_via_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572319856
    },
    "sysctl_viflist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577734112
    },
    "sysctl_vm_loadavg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580207232
    },
    "sysctl_vm_malloc_zone_sizes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575418368
    },
    "sysctl_vm_object_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580236480
    },
    "sysctl_vm_object_list_swap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580237776
    },
    "sysctl_vm_page_blacklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580271376
    },
    "sysctl_vm_pdpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580208976
    },
    "sysctl_vm_phys_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580304976
    },
    "sysctl_vm_phys_locality": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580305744
    },
    "sysctl_vm_phys_segs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580305488
    },
    "sysctl_vm_reserv_fullpop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580319968
    },
    "sysctl_vm_reserv_partpopq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580320176
    },
    "sysctl_vm_swap_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580095568
    },
    "sysctl_vm_zone_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580123056
    },
    "sysctl_vm_zone_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580123232
    },
    "sysctl_wantfreevnodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576553632
    },
    "sysctl_warn_reuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575647712
    },
    "sysctl_wcwr_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568827232
    },
    "sysctl_wire_old_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575655552
    },
    "sysctl_wlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575645792
    },
    "sysctl_wunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575645824
    },
    "sysctl_xgmac_reg_addr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581655056
    },
    "sysctl_xgmac_reg_value_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581655456
    },
    "sysctl_xi2c_reg_addr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581658048
    },
    "sysctl_xi2c_reg_value_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581658448
    },
    "sysctl_xpcs_mmd_reg_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581655920
    },
    "sysctl_xpcs_reg_addr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581656320
    },
    "sysctl_xpcs_reg_value_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581656720
    },
    "sysctl_xprop_reg_addr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581657184
    },
    "sysctl_xprop_reg_value_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581657584
    },
    "sysctllock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071612807208
    },
    "sysctlmemlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071608216832
    },
    "sysctlstringlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612807408
    },
    "sysctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "sysdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uart_devinfo"
        }
      },
      "address": 0
    },
    "sysent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysentvec"
        }
      },
      "address": 18446744071609621312
    },
    "sysenv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "sysfilt_ops": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_a7d84df3b89dda2e"
        }
      },
      "address": 18446744071609651392
    },
    "sysid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sysinit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 18446744071612529864
    },
    "sysinit_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575089744
    },
    "sysinit_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 18446744071612529856
    },
    "sysinit_register_elf64_brand_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581376528
    },
    "sysmouse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sysmouse_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071612401704
    },
    "sysmouse_bufpoll": {
      "type": {
        "kind": "struct",
        "name": "selinfo"
      },
      "address": 18446744071612401736
    },
    "sysmouse_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609514768
    },
    "sysmouse_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573639056
    },
    "sysmouse_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573638352
    },
    "sysmouse_evdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "evdev_dev"
        }
      },
      "address": 18446744071612401688
    },
    "sysmouse_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572765552
    },
    "sysmouse_event.butmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584813984
    },
    "sysmouse_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612401808
    },
    "sysmouse_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573639776
    },
    "sysmouse_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612401712
    },
    "sysmouse_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612401696
    },
    "sysmouse_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612401632
    },
    "sysmouse_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573638832
    },
    "sysmouse_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573640480
    },
    "sysmouse_process_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573637280
    },
    "sysmouse_process_event.buttonmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584813984
    },
    "sysmouse_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573639216
    },
    "sysmouse_sigio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sigio"
        }
      },
      "address": 18446744071612401816
    },
    "sysmouse_sleep": {
      "type": {
        "kind": "struct",
        "name": "cv"
      },
      "address": 18446744071612401720
    },
    "sysmouse_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612401716
    },
    "sysmouse_status": {
      "type": {
        "kind": "struct",
        "name": "mousestatus_t"
      },
      "address": 18446744071612401664
    },
    "sysmouse_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609514624
    },
    "sysmouse_tty": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tty"
        }
      },
      "address": 18446744071610909208
    },
    "syspath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "syspd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_system_pd"
        }
      },
      "address": 0
    },
    "syspd_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "syspd_pend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfi_system_pending"
        }
      },
      "address": 0
    },
    "sysres_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071608328064
    },
    "sysresource_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345184
    },
    "sysresource_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610170104
    },
    "sysresource_ids": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610170160
    },
    "sysresource_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610170056
    },
    "sysresource_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610170032
    },
    "sysresource_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610169632
    },
    "sysresource_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587103520
    },
    "sysresource_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581345072
    },
    "system_highpri_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289696
    },
    "system_long_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289680
    },
    "system_ns": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "system_page_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "system_power_efficient_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289704
    },
    "system_ts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "system_unbound_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289688
    },
    "system_wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workqueue_struct"
        }
      },
      "address": 18446744071613289672
    },
    "systrace_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209574
    },
    "systrace_probe_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612536688
    },
    "sysv_ipc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sysv_msg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sysv_sem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sysv_shm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "sysvmsg_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609761664
    },
    "sysvmsg_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576102768
    },
    "sysvmsgmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609760472
    },
    "sysvsem_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609764288
    },
    "sysvsem_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576118688
    },
    "sysvsemmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609763880
    },
    "sysvshm_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609766528
    },
    "sysvshm_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576130864
    },
    "sysvshmmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609766464
    },
    "sysvshmsx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613005312
    },
    "sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "sz_cap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sz_sensor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "sz_table": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "int"
          }
        }
      },
      "address": 18446744071584707696
    },
    "szsigcode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "t": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmd_type"
        }
      },
      "address": 0
    },
    "t0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "t1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "t10crc16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571212896
    },
    "t1object": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "t2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t2cr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "t3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t32": {
      "type": {
        "kind": "struct",
        "name": "umtx_timex32"
      },
      "address": 0
    },
    "t3_activate_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568610880
    },
    "t3_adap_info": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "adapter_info"
        }
      },
      "address": 18446744071608428656
    },
    "t3_add_attach_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568657408
    },
    "t3_add_configured_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568657888
    },
    "t3_ael1002_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568680928
    },
    "t3_ael1006_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568681488
    },
    "t3_ael2005_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568681632
    },
    "t3_ael2020_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568681840
    },
    "t3_aq100x_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568687216
    },
    "t3_check_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568705120
    },
    "t3_check_tpsram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568704736
    },
    "t3_check_tpsram_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568704608
    },
    "t3_cim_ctl_blk_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568706544
    },
    "t3_cim_hac_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568738944
    },
    "t3_clear_faults": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568709120
    },
    "t3_config_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568716944
    },
    "t3_config_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568721360
    },
    "t3_config_trace_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568719888
    },
    "t3_deactivate_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568611072
    },
    "t3_disable_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568717984
    },
    "t3_dump_rspq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568664976
    },
    "t3_dump_txq_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568666384
    },
    "t3_dump_txq_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568665552
    },
    "t3_elmr_blk_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568675360
    },
    "t3_elmr_blk_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568675040
    },
    "t3_enable_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568717584
    },
    "t3_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568640496
    },
    "t3_failover_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568737648
    },
    "t3_failover_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568737568
    },
    "t3_fatal_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568608016
    },
    "t3_free_qset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568645872
    },
    "t3_free_sge_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568645744
    },
    "t3_free_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568647632
    },
    "t3_get_adapter_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568702128
    },
    "t3_get_cong_cntl_tab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568718864
    },
    "t3_get_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568667088
    },
    "t3_get_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568704912
    },
    "t3_get_tp_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568704336
    },
    "t3_get_tx_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568721968
    },
    "t3_get_up_ioqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568739120
    },
    "t3_get_up_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568737728
    },
    "t3_get_vpd_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568703088
    },
    "t3_handle_intr_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741120
    },
    "t3_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568692768
    },
    "t3_i2c_read8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568699616
    },
    "t3_i2c_write8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568699920
    },
    "t3_init_hw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568722320
    },
    "t3_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568712896
    },
    "t3_intr_clear.cause_reg_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584706896
    },
    "t3_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568712832
    },
    "t3_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568712144
    },
    "t3_intr_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568657024
    },
    "t3_intr_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568657360
    },
    "t3_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568610288
    },
    "t3_led_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568737392
    },
    "t3_link_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568706992
    },
    "t3_link_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568709504
    },
    "t3_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_64f748d77f156027"
      },
      "address": 18446744071610625720
    },
    "t3_list.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610625720
    },
    "t3_list_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610625688
    },
    "t3_load_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568706128
    },
    "t3_load_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568705280
    },
    "t3_load_mtus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568718448
    },
    "t3_load_mtus.avg_pkts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584706960
    },
    "t3_mac_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568696432
    },
    "t3_mac_disable_exact_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568692240
    },
    "t3_mac_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568695936
    },
    "t3_mac_enable_exact_filters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568692368
    },
    "t3_mac_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690976
    },
    "t3_mac_init.mac_reset_avp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608428544
    },
    "t3_mac_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568694928
    },
    "t3_mac_set_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568692032
    },
    "t3_mac_set_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568693200
    },
    "t3_mac_set_num_ucast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568692208
    },
    "t3_mac_set_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568692496
    },
    "t3_mac_set_speed_duplex_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568694192
    },
    "t3_mac_update_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568697216
    },
    "t3_mc5_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568668800
    },
    "t3_mc5_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568673184
    },
    "t3_mc5_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568673536
    },
    "t3_mc5_prep.tcam_part_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584033856
    },
    "t3_mc7_bd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568699136
    },
    "t3_mc7_bd_read.shift": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034576
    },
    "t3_mc7_bd_read.step": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034816
    },
    "t3_mdio_change_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568701152
    },
    "t3_mgmt_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568645104
    },
    "t3_mi1_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568700240
    },
    "t3_mi1_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568700704
    },
    "t3_mps_set_active_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568722208
    },
    "t3_mv88e1xxx_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568689872
    },
    "t3_offload_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568647952
    },
    "t3_os_find_pci_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568608256
    },
    "t3_os_link_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568608816
    },
    "t3_os_link_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568609920
    },
    "t3_os_pci_restore_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568608768
    },
    "t3_os_pci_save_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568608720
    },
    "t3_os_phymod_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568609280
    },
    "t3_os_phymod_changed.mod_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584701856
    },
    "t3_os_set_hw_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568609824
    },
    "t3_phy_advertise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568701472
    },
    "t3_phy_advertise_fiber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568701680
    },
    "t3_phy_lasi_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568702016
    },
    "t3_phy_lasi_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568701968
    },
    "t3_phy_lasi_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568701920
    },
    "t3_phy_lasi_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568702064
    },
    "t3_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568701264
    },
    "t3_pkt_timestamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568664848
    },
    "t3_port_failover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568737472
    },
    "t3_port_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568713184
    },
    "t3_port_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568713408
    },
    "t3_port_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568713328
    },
    "t3_prep_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568733120
    },
    "t3_qt2045_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568682256
    },
    "t3_query_trace_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568720560
    },
    "t3_read_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568703472
    },
    "t3_read_hw_mtus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568718768
    },
    "t3_read_mc5_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568672784
    },
    "t3_read_pace_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568719104
    },
    "t3_read_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568717232
    },
    "t3_read_vpd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568703392
    },
    "t3_register_cpl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568611264
    },
    "t3_register_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568610464
    },
    "t3_reinit_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568737008
    },
    "t3_reset_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568732864
    },
    "t3_rx_eth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568654048
    },
    "t3_seeprom_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568702160
    },
    "t3_seeprom_wp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568703056
    },
    "t3_seeprom_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568702608
    },
    "t3_set_coalesce_usecs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568664224
    },
    "t3_set_pace_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568719248
    },
    "t3_set_phy_speed_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568701744
    },
    "t3_set_proto_sram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568719392
    },
    "t3_set_reg_field": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568699040
    },
    "t3_set_sched_ipg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568721760
    },
    "t3_set_vlan_accel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568709760
    },
    "t3_sge_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568638560
    },
    "t3_sge_alloc_qset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568648672
    },
    "t3_sge_cqcntxt_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568716112
    },
    "t3_sge_disable_cqcntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568715808
    },
    "t3_sge_disable_fl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568715200
    },
    "t3_sge_disable_rspcntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568715504
    },
    "t3_sge_enable_ecntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568714896
    },
    "t3_sge_err_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568637952
    },
    "t3_sge_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568638912
    },
    "t3_sge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568637584
    },
    "t3_sge_init_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568639040
    },
    "t3_sge_init_cqcntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568714656
    },
    "t3_sge_init_ecntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568713488
    },
    "t3_sge_init_flcntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568714144
    },
    "t3_sge_init_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568639712
    },
    "t3_sge_init_rspcntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568714384
    },
    "t3_sge_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568638176
    },
    "t3_sge_read_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568716528
    },
    "t3_sge_read_cq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568716800
    },
    "t3_sge_read_ecntxt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568716480
    },
    "t3_sge_read_fl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568716848
    },
    "t3_sge_read_rspq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568716896
    },
    "t3_sge_reset_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568639632
    },
    "t3_sge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568647568
    },
    "t3_sge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568647600
    },
    "t3_sge_write_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568713776
    },
    "t3_slow_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568709856
    },
    "t3_tn1010_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741472
    },
    "t3_tp_get_mib_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568719008
    },
    "t3_tp_set_coalescing_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568718272
    },
    "t3_tp_set_max_rxsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568718400
    },
    "t3_tp_set_offload_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568717456
    },
    "t3_uld_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_63f619cd49c4a5f1"
      },
      "address": 18446744071610625760
    },
    "t3_uld_list.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610625760
    },
    "t3_uld_list_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610625728
    },
    "t3_unregister_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568610640
    },
    "t3_update_qset_coalesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568638992
    },
    "t3_vsc7323_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568677968
    },
    "t3_vsc7323_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568677840
    },
    "t3_vsc7323_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568675968
    },
    "t3_vsc7323_init.fifo_avp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608427440
    },
    "t3_vsc7323_init.sys_avp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608427408
    },
    "t3_vsc7323_init.xg_avp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608427472
    },
    "t3_vsc7323_set_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568677696
    },
    "t3_vsc7323_set_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568677648
    },
    "t3_vsc7323_set_speed_fc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568677296
    },
    "t3_vsc7323_update_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568678096
    },
    "t3_vsc8211_fifo_depth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568678944
    },
    "t3_vsc8211_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679088
    },
    "t3_wait_op_done_val": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568698816
    },
    "t3_write_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568705776
    },
    "t3_write_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568698976
    },
    "t3_xaui_direct_phy_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568682384
    },
    "t3_xgm_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568709440
    },
    "t3_xgm_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568713264
    },
    "t3b2_mac_watchdog_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568696720
    },
    "t3b_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568656656
    },
    "t3b_pcs_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690672
    },
    "t3c_pcs_force_los": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568690736
    },
    "t3sgl": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sg_ent"
        }
      },
      "address": 0
    },
    "t4": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p1p1"
      },
      "address": 0
    },
    "t4_activate_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568835456
    },
    "t4_add_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568786864
    },
    "t4_add_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569044672
    },
    "t4_aes_getdeckey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059392
    },
    "t4_alloc_encap_mac_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569018720
    },
    "t4_alloc_irq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568791632
    },
    "t4_alloc_l2e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568967712
    },
    "t4_alloc_mac_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569019200
    },
    "t4_alloc_raw_mac_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569018960
    },
    "t4_alloc_tls_keyid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569060672
    },
    "t4_alloc_vi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569018352
    },
    "t4_alloc_vi_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569017936
    },
    "t4_an_handler": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610626240
    },
    "t4_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568859920
    },
    "t4_attach_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608431744
    },
    "t4_attack_filter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626064
    },
    "t4_autoneg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445084
    },
    "t4_bar2_sge_qregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569028816
    },
    "t4_calibration": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568892896
    },
    "t4_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608445456
    },
    "t4_cfg_file": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071608445040
    },
    "t4_cfg_pfvf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569017744
    },
    "t4_change_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569021328
    },
    "t4_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568869424
    },
    "t4_cim_ctl_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569035600
    },
    "t4_cim_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569034560
    },
    "t4_cim_read_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569035616
    },
    "t4_cim_read_ma_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568988480
    },
    "t4_cim_read_pif_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568988016
    },
    "t4_cim_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569035072
    },
    "t4_clip.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_clip_db_auto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608431600
    },
    "t4_clip_db_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568746512
    },
    "t4_clip_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568746384
    },
    "t4_clip_modunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568747248
    },
    "t4_clip_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568745344
    },
    "t4_clock_gate_on_suspend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626056
    },
    "t4_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610628664
    },
    "t4_cloner_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568971200
    },
    "t4_cloner_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568971888
    },
    "t4_cloner_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568971088
    },
    "t4_cloner_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "t4_clr_port_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569040368
    },
    "t4_config_glbl_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568996992
    },
    "t4_config_rss_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568996544
    },
    "t4_config_vi_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568997104
    },
    "t4_config_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569043264
    },
    "t4_configure_add_smac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569043600
    },
    "t4_configure_ringbb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569043904
    },
    "t4_cop_managed_offloading": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625940
    },
    "t4_copy_partial_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569058976
    },
    "t4_cpl_handler": {
      "type": {
        "count": 239,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610626320
    },
    "t4_create_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568922512
    },
    "t4_cryptocaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445108
    },
    "t4_ctrl_eq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022704
    },
    "t4_deactivate_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568835664
    },
    "t4_decode": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584731968
    },
    "t4_del_hashfilter_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568762672
    },
    "t4_del_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569044448
    },
    "t4_destroy_clip_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568745360
    },
    "t4_destroy_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568923552
    },
    "t4_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568864608
    },
    "t4_detach_child_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608431768
    },
    "t4_detach_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568781552
    },
    "t4_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608445408
    },
    "t4_drop_ip_fragments": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626068
    },
    "t4_drop_pkts_with_l2_errors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445124
    },
    "t4_drop_pkts_with_l3_errors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626072
    },
    "t4_drop_pkts_with_l4_errors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626076
    },
    "t4_edc_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568979328
    },
    "t4_eeprom_ptov": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568982176
    },
    "t4_enable_vi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569021920
    },
    "t4_enable_vi_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569021824
    },
    "t4_eth_eq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022576
    },
    "t4_eth_eq_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022448
    },
    "t4_fatal_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568786672
    },
    "t4_fcoecaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626044
    },
    "t4_fec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445076
    },
    "t4_filter.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_filter_field_shift": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569032080
    },
    "t4_filter_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568759296
    },
    "t4_find_or_alloc_sme": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568965728
    },
    "t4_flash_cfg_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568986960
    },
    "t4_flash_erase_sectors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568986368
    },
    "t4_force_fec": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445080
    },
    "t4_free_encap_mac_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569020048
    },
    "t4_free_etid_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568915104
    },
    "t4_free_l2t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568970080
    },
    "t4_free_mac_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569020448
    },
    "t4_free_raw_mac_filt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569020224
    },
    "t4_free_smt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568966944
    },
    "t4_free_tls_keyid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569060736
    },
    "t4_free_tx_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568913104
    },
    "t4_free_vi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569018384
    },
    "t4_fw_bye": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569015520
    },
    "t4_fw_halt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569015680
    },
    "t4_fw_hello": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569014976
    },
    "t4_fw_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569016560
    },
    "t4_fw_install": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445088
    },
    "t4_fw_msg_handler": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071610626256
    },
    "t4_fw_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569015600
    },
    "t4_fw_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569016032
    },
    "t4_fw_upgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569016336
    },
    "t4_fwaddrspace_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569013888
    },
    "t4_fwcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568987888
    },
    "t4_get_bs_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568984992
    },
    "t4_get_chan_txrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569004416
    },
    "t4_get_chip_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569025728
    },
    "t4_get_chip_params.chip_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584732848
    },
    "t4_get_clip_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568742704
    },
    "t4_get_devlog_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569043392
    },
    "t4_get_exprom_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568985056
    },
    "t4_get_fcoe_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569001472
    },
    "t4_get_flash_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569024896
    },
    "t4_get_fw_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568984960
    },
    "t4_get_fw_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568984928
    },
    "t4_get_lb_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569011040
    },
    "t4_get_port_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569006800
    },
    "t4_get_port_stats_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569006736
    },
    "t4_get_port_type_description": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569006704
    },
    "t4_get_port_type_description.port_type_description": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584731792
    },
    "t4_get_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568980656
    },
    "t4_get_regs.t4_reg_ranges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584716208
    },
    "t4_get_regs.t4vf_reg_ranges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584719856
    },
    "t4_get_regs.t5_reg_ranges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584719904
    },
    "t4_get_regs.t5vf_reg_ranges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584726000
    },
    "t4_get_regs.t6_reg_ranges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584726048
    },
    "t4_get_regs.t6vf_reg_ranges": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584730496
    },
    "t4_get_regs_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568980544
    },
    "t4_get_scfg_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568985136
    },
    "t4_get_tp_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568985024
    },
    "t4_get_trace_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569005504
    },
    "t4_get_tracer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568972592
    },
    "t4_get_tx_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569037456
    },
    "t4_get_usm_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569001776
    },
    "t4_get_version_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568985824
    },
    "t4_get_vpd_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568985664
    },
    "t4_handle_fw_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569024480
    },
    "t4_handle_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568994640
    },
    "t4_handle_wrerr_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568918576
    },
    "t4_hashfilter_ao_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568760224
    },
    "t4_hashfilter_tcb_rpl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568762224
    },
    "t4_hold_clip_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568744416
    },
    "t4_hw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_hw_pci_read_cfg4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974768
    },
    "t4_i2c_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569040896
    },
    "t4_i2c_rd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569041328
    },
    "t4_i2c_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569041664
    },
    "t4_identify_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022016
    },
    "t4_idma_monitor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569036464
    },
    "t4_idma_monitor_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569036416
    },
    "t4_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_ifaddr_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568747136
    },
    "t4_ifnet_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568878960
    },
    "t4_init_atid_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568881152
    },
    "t4_init_clip_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568745216
    },
    "t4_init_devlog_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569028928
    },
    "t4_init_devnames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568781456
    },
    "t4_init_etid_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568914928
    },
    "t4_init_gmac_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569058880
    },
    "t4_init_gmac_hash.zeroes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610628672
    },
    "t4_init_hmac_digest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059200
    },
    "t4_init_l2t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568969856
    },
    "t4_init_rx_buf_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568921616
    },
    "t4_init_rx_buf_info.sw_buf_sizes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034720
    },
    "t4_init_sge_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569029184
    },
    "t4_init_smt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568966768
    },
    "t4_init_tp_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569030240
    },
    "t4_init_tx_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568912192
    },
    "t4_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568934832
    },
    "t4_intr_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568933792
    },
    "t4_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568995616
    },
    "t4_intr_clear.cause_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584731520
    },
    "t4_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568995456
    },
    "t4_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568995008
    },
    "t4_intr_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568933984
    },
    "t4_intr_evt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568934128
    },
    "t4_intr_types": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608438848
    },
    "t4_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568884448
    },
    "t4_iov.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_iq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022272
    },
    "t4_iq_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022096
    },
    "t4_is_main_ready_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608431720
    },
    "t4_iscsicaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445112
    },
    "t4_iterate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568834896
    },
    "t4_kern_tls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626080
    },
    "t4_keyctx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_l2t.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_l2t_alloc_switching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568969008
    },
    "t4_l2t_alloc_tls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568968160
    },
    "t4_link_down_rc_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022928
    },
    "t4_link_down_rc_str.reason": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584732784
    },
    "t4_link_l1cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568989104
    },
    "t4_linkcaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626040
    },
    "t4_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_64f748d77f156027"
      },
      "address": 18446744071610625920
    },
    "t4_list_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610625888
    },
    "t4_load_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569038240
    },
    "t4_load_bootcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569039008
    },
    "t4_load_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569037728
    },
    "t4_load_fw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568986992
    },
    "t4_load_mtus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569002832
    },
    "t4_load_mtus.avg_pkts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584731664
    },
    "t4_main.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_map_bar_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568787232
    },
    "t4_map_bars_0_and_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568787008
    },
    "t4_mc_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568978832
    },
    "t4_mdio_rd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569014048
    },
    "t4_mdio_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569014240
    },
    "t4_mem_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568979840
    },
    "t4_memwin": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "memwin_init"
        }
      },
      "address": 18446744071584714128
    },
    "t4_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584713952
    },
    "t4_mk_filtdelwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569013696
    },
    "t4_mp_ring.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_native_netmap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444976
    },
    "t4_nbmcaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626036
    },
    "t4_netmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_niccaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445096
    },
    "t4_nm_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568938192
    },
    "t4_nnmrxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444984
    },
    "t4_nnmrxq_vi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444992
    },
    "t4_nnmtxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444980
    },
    "t4_nnmtxq_vi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444988
    },
    "t4_nofldrxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444900
    },
    "t4_nofldrxq_vi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444908
    },
    "t4_nofldtxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444896
    },
    "t4_nofldtxq_vi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444904
    },
    "t4_nrxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608434016
    },
    "t4_nrxq_vi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444892
    },
    "t4_ntxq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608433872
    },
    "t4_ntxq_vi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608444888
    },
    "t4_num_vis": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445116
    },
    "t4_ofld_eq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569022816
    },
    "t4_os_cim_err": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833744
    },
    "t4_os_find_pci_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833760
    },
    "t4_os_link_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568834624
    },
    "t4_os_pci_read_cfg2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569028032
    },
    "t4_os_pci_restore_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833920
    },
    "t4_os_pci_save_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833872
    },
    "t4_os_portmod_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568833968
    },
    "t4_os_portmod_changed.mod_str": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584710816
    },
    "t4_panic_on_fatal_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626048
    },
    "t4_pause_settings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445072
    },
    "t4_pciids": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_afae475d82e05674"
        }
      },
      "address": 18446744071608442560
    },
    "t4_pktc_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608438464
    },
    "t4_pktc_idx_ofld": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608435064
    },
    "t4_pmrx_get_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569006304
    },
    "t4_pmtx_get_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569005904
    },
    "t4_port_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569032240
    },
    "t4_prep_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569025760
    },
    "t4_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568859360
    },
    "t4_qsize_rxq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608438728
    },
    "t4_qsize_txq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608438608
    },
    "t4_query_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568985296
    },
    "t4_query_params_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569016640
    },
    "t4_range_cmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568884432
    },
    "t4_rdmacaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445104
    },
    "t4_read_cim_ibq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569033760
    },
    "t4_read_cim_obq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569034112
    },
    "t4_read_cimq_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569033456
    },
    "t4_read_cong_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569002560
    },
    "t4_read_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568982288
    },
    "t4_read_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974544
    },
    "t4_read_mtu_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569002416
    },
    "t4_read_pace_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569037328
    },
    "t4_read_pcie_cfg4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568980128
    },
    "t4_read_port_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568869664
    },
    "t4_read_port_device_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071608431792
    },
    "t4_read_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568997232
    },
    "t4_read_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568998032
    },
    "t4_read_rss_pf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568998432
    },
    "t4_read_rss_pf_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568999136
    },
    "t4_read_rss_pf_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568999296
    },
    "t4_read_rss_vf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568998592
    },
    "t4_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568869632
    },
    "t4_reg_ranges": {
      "type": {
        "count": 912,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584716208
    },
    "t4_register_an_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568917184
    },
    "t4_register_cpl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568917232
    },
    "t4_register_fw_msg_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568917200
    },
    "t4_register_shared_cpl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568917264
    },
    "t4_register_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568834992
    },
    "t4_release_cl_rl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568913872
    },
    "t4_release_clip_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568744944
    },
    "t4_release_clip_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568744544
    },
    "t4_report_fw_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974944
    },
    "t4_report_fw_error.reason": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584716096
    },
    "t4_reserve_cl_rl_kbps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568913264
    },
    "t4_reset_on_fatal_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626052
    },
    "t4_reset_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568869584
    },
    "t4_reset_prepare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568869536
    },
    "t4_restart_aneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568990400
    },
    "t4_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568866576
    },
    "t4_rsrv_noflowq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625984
    },
    "t4_sched.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_sched_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569042608
    },
    "t4_sched_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569042704
    },
    "t4_sched_params_ch_rl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569042896
    },
    "t4_sched_params_cl_rl_kbps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569043136
    },
    "t4_sched_params_cl_wrr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569043008
    },
    "t4_seeprom_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568981040
    },
    "t4_seeprom_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568981440
    },
    "t4_seeprom_wp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568982256
    },
    "t4_seeprom_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568981632
    },
    "t4_set_addr_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569021664
    },
    "t4_set_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568881344
    },
    "t4_set_devlog_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569043504
    },
    "t4_set_filter_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569039344
    },
    "t4_set_pace_tbl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569003136
    },
    "t4_set_params": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569017424
    },
    "t4_set_params_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569017104
    },
    "t4_set_reg_field": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974432
    },
    "t4_set_rxmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569018528
    },
    "t4_set_sched_bps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569003776
    },
    "t4_set_sched_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568909760
    },
    "t4_set_sched_ipg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569004192
    },
    "t4_set_sched_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568911344
    },
    "t4_set_trace_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569004816
    },
    "t4_set_tracer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568972976
    },
    "t4_set_vf_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569037152
    },
    "t4_set_vlan_acl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569044288
    },
    "t4_setup_adapter_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568923584
    },
    "t4_setup_intr_handlers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568790304
    },
    "t4_setup_vi_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568925024
    },
    "t4_sge.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_sge_ctxt_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569014816
    },
    "t4_sge_ctxt_rd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569041984
    },
    "t4_sge_ctxt_rd_bd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569042208
    },
    "t4_sge_decode_idma_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569014416
    },
    "t4_sge_decode_idma_state.t4_decode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584731968
    },
    "t4_sge_decode_idma_state.t5_decode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584732256
    },
    "t4_sge_decode_idma_state.t6_decode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584732528
    },
    "t4_sge_extfree_refs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568919856
    },
    "t4_sge_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568917344
    },
    "t4_sge_modunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568919792
    },
    "t4_sge_set_conm_context": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568945392
    },
    "t4_sge_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568922640
    },
    "t4_show_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568994224
    },
    "t4_shutdown_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569028160
    },
    "t4_slow_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568990496
    },
    "t4_slow_intr_handler.pl_intr_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584731088
    },
    "t4_slow_intr_handler.pl_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584730544
    },
    "t4_slow_intr_handler.pl_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584731472
    },
    "t4_slow_intr_handler.pl_perr_cause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584731040
    },
    "t4_smt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_smt_alloc_switching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568966256
    },
    "t4_smt_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568757888
    },
    "t4_smt_set_switching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568966560
    },
    "t4_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568864688
    },
    "t4_switchcaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445092
    },
    "t4_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568793648
    },
    "t4_teardown_adapter_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568924448
    },
    "t4_teardown_vi_queues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568932576
    },
    "t4_tls_auth_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059760
    },
    "t4_tls_cipher_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059728
    },
    "t4_tls_combo_wrs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626088
    },
    "t4_tls_hmac_ctrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059840
    },
    "t4_tls_inline_keys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626084
    },
    "t4_tls_key_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059856
    },
    "t4_tls_key_info_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059664
    },
    "t4_tls_proto_ver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569059712
    },
    "t4_tmr_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608438320
    },
    "t4_tmr_idx_ofld": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608434944
    },
    "t4_toe_keepalive_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626008
    },
    "t4_toe_keepalive_idle": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610625992
    },
    "t4_toe_keepalive_interval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610626000
    },
    "t4_toe_rexmt_backoff": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071608444912
    },
    "t4_toe_rexmt_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626032
    },
    "t4_toe_rexmt_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610626024
    },
    "t4_toe_rexmt_min": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610626016
    },
    "t4_toecaps_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608445100
    },
    "t4_tp_get_cpl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569001104
    },
    "t4_tp_get_err_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568999808
    },
    "t4_tp_get_proxy_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569000976
    },
    "t4_tp_get_rdma_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569001328
    },
    "t4_tp_get_tcp_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568999456
    },
    "t4_tp_get_tid_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569002144
    },
    "t4_tp_get_tnl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569000752
    },
    "t4_tp_mib_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568997920
    },
    "t4_tp_pio_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568997584
    },
    "t4_tp_pio_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568997696
    },
    "t4_tp_read_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569036064
    },
    "t4_tp_tm_pio_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568997808
    },
    "t4_tp_wr_bits_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569002704
    },
    "t4_trace_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610628632
    },
    "t4_trace_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568973568
    },
    "t4_tracer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4_tracer_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568971008
    },
    "t4_tracer_modunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568972240
    },
    "t4_tracer_port_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568972288
    },
    "t4_tweak_chip_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568919904
    },
    "t4_tx_coalesce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450044
    },
    "t4_tx_coalesce_gap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450052
    },
    "t4_tx_coalesce_pkts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450048
    },
    "t4_tx_vm_wr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610626060
    },
    "t4_uld_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_63f619cd49c4a5f1"
      },
      "address": 18446744071610625976
    },
    "t4_uld_list_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610625944
    },
    "t4_ulprx_read_la": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568988864
    },
    "t4_unregister_uld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568835200
    },
    "t4_update_fl_bufsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568939376
    },
    "t4_update_port_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569023072
    },
    "t4_update_tx_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568913232
    },
    "t4_verify_chip_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568922144
    },
    "t4_vi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568938256
    },
    "t4_vxlan_start_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568858320
    },
    "t4_vxlan_stop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568858704
    },
    "t4_wol_magic_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569012416
    },
    "t4_wol_pat_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569012672
    },
    "t4_wr_mbox_meat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568978800
    },
    "t4_wr_mbox_meat_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568975056
    },
    "t4_wr_mbox_meat_timeout.delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584716160
    },
    "t4_write_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568983408
    },
    "t4_write_indirect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974656
    },
    "t4_write_l2e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568967920
    },
    "t4_write_rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568998144
    },
    "t4_write_rss_pf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568998512
    },
    "t4_write_rss_pf_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568999216
    },
    "t4_write_rss_pf_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568999376
    },
    "t4_write_rss_vf_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568998864
    },
    "t4_write_sme": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568965872
    },
    "t4_write_tlskey_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569060768
    },
    "t4_wrq_tx_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568938368
    },
    "t4fw_cfg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t4fw_cfg_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608451752
    },
    "t4fw_cfg_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569112272
    },
    "t4fw_cfg_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608451664
    },
    "t4iov_add_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568767200
    },
    "t4iov_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568766352
    },
    "t4iov_attach_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568767488
    },
    "t4iov_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568766976
    },
    "t4iov_detach_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568767792
    },
    "t4iov_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608433048
    },
    "t4iov_iov_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568767168
    },
    "t4iov_iov_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568767184
    },
    "t4iov_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584707728
    },
    "t4iov_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608433000
    },
    "t4iov_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608432976
    },
    "t4iov_pciids": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_afae475d82e05674"
        }
      },
      "address": 18446744071608431824
    },
    "t4iov_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608432720
    },
    "t4iov_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568765936
    },
    "t4nex_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608445360
    },
    "t4nex_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608445336
    },
    "t4nex_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608443872
    },
    "t4vf_reg_ranges": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584719856
    },
    "t5": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p1p1"
      },
      "address": 0
    },
    "t5_decode": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584732256
    },
    "t5_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608445752
    },
    "t5_fw_init_extern_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569038080
    },
    "t5_memwin": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "memwin_init"
        }
      },
      "address": 18446744071584714160
    },
    "t5_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584714224
    },
    "t5_pcie_cdbg_array": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t5_pcie_config_array": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "count": 2,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584742912
    },
    "t5_pcie_intr_details": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584736848
    },
    "t5_pcie_pdbg_array": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t5_pciids": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_afae475d82e05674"
        }
      },
      "address": 18446744071608442768
    },
    "t5_pm_rx_array": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t5_pm_tx_array": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t5_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568897696
    },
    "t5_reg_ranges": {
      "type": {
        "count": 1524,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584719904
    },
    "t5_sge_dbg_index_array": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t5_tp_mib_index_array": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584742672
    },
    "t5_tp_pio_array": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584742304
    },
    "t5_tp_tm_pio_array": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584033872
    },
    "t5_trace_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568973744
    },
    "t5_up_cim_reg_array": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584743024
    },
    "t5_write_combine": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625936
    },
    "t5fw_cfg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t5fw_cfg_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608451928
    },
    "t5fw_cfg_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569112544
    },
    "t5fw_cfg_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608451840
    },
    "t5iov_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608433184
    },
    "t5iov_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584707872
    },
    "t5iov_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608433136
    },
    "t5iov_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608433112
    },
    "t5iov_pciids": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_afae475d82e05674"
        }
      },
      "address": 18446744071608432016
    },
    "t5iov_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608432816
    },
    "t5iov_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568767952
    },
    "t5nex_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608445704
    },
    "t5nex_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608445680
    },
    "t5nex_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444016
    },
    "t5vf_reg_ranges": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584726000
    },
    "t6": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p1p1"
      },
      "address": 0
    },
    "t6_config_kern_tls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568845824
    },
    "t6_decode": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584732528
    },
    "t6_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608445912
    },
    "t6_hma_ireg_array": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t6_kern_tls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t6_ktls_modload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569058192
    },
    "t6_ktls_modunload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569058464
    },
    "t6_ktls_parse_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569048640
    },
    "t6_ktls_write_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569049408
    },
    "t6_le_intr_details": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584735648
    },
    "t6_ma_ireg_array": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t6_ma_ireg_array2": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "t6_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584714400
    },
    "t6_pciids": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_afae475d82e05674"
        }
      },
      "address": 18446744071608443104
    },
    "t6_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568898400
    },
    "t6_reg_ranges": {
      "type": {
        "count": 1110,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584726048
    },
    "t6_sge_int3_details": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584733712
    },
    "t6_tls_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569045792
    },
    "t6_tls_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569058496
    },
    "t6_tls_tag_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071584739832
    },
    "t6_tp_mib_index_array": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584742816
    },
    "t6_tp_pio_array": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584742480
    },
    "t6_tp_tm_pio_array": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584033872
    },
    "t6_up_cim_reg_array": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584743232
    },
    "t6fw_cfg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "t6fw_cfg_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608452104
    },
    "t6fw_cfg_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569112816
    },
    "t6fw_cfg_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608452016
    },
    "t6iov_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608433320
    },
    "t6iov_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584708016
    },
    "t6iov_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608433272
    },
    "t6iov_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608433248
    },
    "t6iov_pciids": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_afae475d82e05674"
        }
      },
      "address": 18446744071608432304
    },
    "t6iov_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608432912
    },
    "t6iov_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568768480
    },
    "t6nex_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608445864
    },
    "t6nex_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608445840
    },
    "t6nex_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444160
    },
    "t6req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_t6_smt_write_req"
        }
      },
      "address": 0
    },
    "t6vf_reg_ranges": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584730496
    },
    "t7": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p1p1"
      },
      "address": 0
    },
    "t8": {
      "type": {
        "kind": "struct",
        "name": "ge25519_p1p1"
      },
      "address": 0
    },
    "tFair": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tMinCalPower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "tSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t_barrier": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 0
    },
    "t_delta": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "t_difs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t_functions": {
      "type": {
        "kind": "struct",
        "name": "tcp_funchead"
      },
      "address": 18446744071613059896
    },
    "t_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t_iov": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "t_last": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 18446744071612807696
    },
    "t_ports": {
      "type": {
        "kind": "struct",
        "name": "tcp_ports"
      },
      "address": 0
    },
    "t_sifs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t_slot": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t_srtt_usecs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "t_template": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcptemp"
        }
      },
      "address": 0
    },
    "t_this": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 0
    },
    "t_uio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "ta": {
      "type": {
        "kind": "struct",
        "name": "teken_attr_t"
      },
      "address": 0
    },
    "taa_need": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "taa_recalc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610164632
    },
    "taa_recalculate_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581300544
    },
    "taa_saved_mds_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439448
    },
    "taa_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tab": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "RRIP_TABLE"
        }
      },
      "address": 0
    },
    "table": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "table1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_attrib_table_entry"
        }
      },
      "address": 0
    },
    "table1_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "table2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_attrib_table_entry"
        }
      },
      "address": 0
    },
    "table2_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tableDecode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ZSTD_seqSymbol"
        }
      },
      "address": 0
    },
    "tableID": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tableLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tableMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tableSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tableSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tableSymbol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tableU16": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "table_bar": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "table_crc32c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576652176
    },
    "table_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sense_key_table_entry"
        }
      },
      "address": 0
    },
    "table_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "table_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "table_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "table_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "table_rid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "table_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tablefull": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575928464
    },
    "tablen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tableq": {
      "type": {
        "kind": "struct",
        "name": "pfr_ktableworkq"
      },
      "address": 0
    },
    "tables": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "known_table"
        }
      },
      "address": 18446744071584745280
    },
    "taddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netbuf"
        }
      },
      "address": 0
    },
    "taddr2uaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579645824
    },
    "taddr6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "tadj": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "taft": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "tag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tagRow": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tagTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "tagTableSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tag_action": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tag_code": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573832416
    },
    "tag_index": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tag_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tag_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tag_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tag_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578561808
    },
    "tagbit": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071608464000
    },
    "tagenable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "taglen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tagname2tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578567600
    },
    "tags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tags_63_32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tagstr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tail_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tailroom": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "take_offline": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tallow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tame_mouse.butmapmsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582708003
    },
    "tame_mouse.butmapps2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156216
    },
    "tap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_tx_ampdu"
        }
      },
      "address": 0
    },
    "tap_allow_uopen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051064
    },
    "tap_clone_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576959424
    },
    "tap_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091896
    },
    "tap_max_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tap_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609833104
    },
    "tap_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091900
    },
    "tap_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091904
    },
    "tap_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tapdclone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609832124
    },
    "taphold_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tapname": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585234372
    },
    "tapuponopen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051068
    },
    "tar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_et"
        }
      },
      "address": 0
    },
    "tarc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tarc0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tarea": {
      "type": {
        "kind": "struct",
        "name": "teken_rect_t"
      },
      "address": 0
    },
    "targ": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mem_range_desc"
        }
      },
      "address": 0
    },
    "targ_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_initiator_tinfo"
        }
      },
      "address": 0
    },
    "targ_scsirate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "target": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "targetCBlockSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "targetPowerCck": {
      "type": {
        "kind": "struct",
        "name": "CAL_TARGET_POWER_LEG"
      },
      "address": 0
    },
    "targetPowerCckExt": {
      "type": {
        "kind": "struct",
        "name": "CAL_TARGET_POWER_LEG"
      },
      "address": 0
    },
    "targetPowerHt20": {
      "type": {
        "kind": "struct",
        "name": "CAL_TARGET_POWER_HT"
      },
      "address": 0
    },
    "targetPowerHt40": {
      "type": {
        "kind": "struct",
        "name": "CAL_TARGET_POWER_HT"
      },
      "address": 0
    },
    "targetPowerOfdm": {
      "type": {
        "kind": "struct",
        "name": "CAL_TARGET_POWER_LEG"
      },
      "address": 0
    },
    "targetPowerOfdmExt": {
      "type": {
        "kind": "struct",
        "name": "CAL_TARGET_POWER_LEG"
      },
      "address": 0
    },
    "targetTableLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "target_aio_procs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609788760
    },
    "target_baudrate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "target_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "target_highest_slotid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "target_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "target_lun": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "target_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MR_LD_TARGET_SYNC"
        }
      },
      "address": 0
    },
    "target_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "target_met": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "target_offset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "target_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PORT_T"
        }
      },
      "address": 0
    },
    "target_power_array": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "target_power_val_t": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "target_power_val_t2": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "target_power_val_t2_eep": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "target_rate_power_limit_val_t2": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "target_settings": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "target_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "target_watch": {
      "type": {
        "kind": "struct",
        "name": "xs_watch"
      },
      "address": 18446744071609517696
    },
    "target_wqe_timer_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571243760
    },
    "target_wqe_timer_nop_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571317168
    },
    "targetid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "targetp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "targets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "targettd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "targid_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "targp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "targpcistat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tarhdr_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 0
    },
    "task_assignment": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "task_attribute": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "task_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCU_TASK_CONTEXT_T"
        }
      },
      "address": 0
    },
    "task_context_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCU_TASK_CONTEXT_T"
        }
      },
      "address": 0
    },
    "task_fn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "task_function": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "task_index": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "task_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_TASK_REQUEST_T"
        }
      },
      "address": 0
    },
    "task_sequence": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tasklet_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887248
    },
    "tasklet_disable_nosync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887408
    },
    "tasklet_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887232
    },
    "tasklet_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887776
    },
    "tasklet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886736
    },
    "tasklet_kill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887152
    },
    "tasklet_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886928
    },
    "tasklet_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578886800
    },
    "tasklet_subsystem_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887472
    },
    "tasklet_subsystem_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578888272
    },
    "tasklet_trylock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887424
    },
    "tasklet_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887456
    },
    "tasklet_unlock_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578887328
    },
    "taskq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 0
    },
    "taskqgroup_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575895760
    },
    "taskqgroup_attach_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575896384
    },
    "taskqgroup_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575897216
    },
    "taskqgroup_bind_if_config_tqg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577012128
    },
    "taskqgroup_bind_if_config_tqg_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609835032
    },
    "taskqgroup_bind_if_io_tqg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577012048
    },
    "taskqgroup_bind_if_io_tqg_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609834984
    },
    "taskqgroup_bind_softirq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575898368
    },
    "taskqgroup_bind_softirq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736984
    },
    "taskqgroup_binder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575897344
    },
    "taskqgroup_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575897712
    },
    "taskqgroup_define_if_config_tqg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577012080
    },
    "taskqgroup_define_if_io_tqg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577012000
    },
    "taskqgroup_define_softirq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575898320
    },
    "taskqgroup_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575898224
    },
    "taskqgroup_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575896928
    },
    "taskqgroup_drain_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575898240
    },
    "taskqgroup_if_config_tqg_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609835008
    },
    "taskqgroup_if_io_tqg_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609834960
    },
    "taskqgroup_softirq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609736960
    },
    "taskqueue_aiod_kick": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071613041416
    },
    "taskqueue_aiod_kick_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609788640
    },
    "taskqueue_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575996224
    },
    "taskqueue_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575998048
    },
    "taskqueue_cancel_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575998496
    },
    "taskqueue_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993584
    },
    "taskqueue_create_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576002816
    },
    "taskqueue_deferred_unmount": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071613043096
    },
    "taskqueue_deferred_unmount_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609810064
    },
    "taskqueue_define_aiod_kick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576352864
    },
    "taskqueue_define_deferred_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576496752
    },
    "taskqueue_define_fast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576003936
    },
    "taskqueue_define_in6m_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578071392
    },
    "taskqueue_define_inm_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577682928
    },
    "taskqueue_define_kqueue_ctx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575252336
    },
    "taskqueue_define_pci_hp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571729408
    },
    "taskqueue_define_swi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576003024
    },
    "taskqueue_define_swi_giant": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576003344
    },
    "taskqueue_define_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576003664
    },
    "taskqueue_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575999024
    },
    "taskqueue_drain_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575999472
    },
    "taskqueue_drain_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576000128
    },
    "taskqueue_drain_tq_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575999920
    },
    "taskqueue_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575995536
    },
    "taskqueue_enqueue_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575994336
    },
    "taskqueue_enqueue_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575994480
    },
    "taskqueue_enqueue_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575996192
    },
    "taskqueue_enqueue_timeout_sbt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575995552
    },
    "taskqueue_fast": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071612993880
    },
    "taskqueue_fast_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576002912
    },
    "taskqueue_fast_ih": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071612993888
    },
    "taskqueue_fast_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576004224
    },
    "taskqueue_fast_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748552
    },
    "taskqueue_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993968
    },
    "taskqueue_giant_ih": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071612993904
    },
    "taskqueue_ih": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071612993896
    },
    "taskqueue_in6m_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071613132408
    },
    "taskqueue_in6m_free_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609959408
    },
    "taskqueue_inm_free": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071613058664
    },
    "taskqueue_inm_free_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910776
    },
    "taskqueue_kqueue_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071612538112
    },
    "taskqueue_kqueue_ctx_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609650832
    },
    "taskqueue_member": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576002832
    },
    "taskqueue_pci_hp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071610791392
    },
    "taskqueue_pci_hp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609098536
    },
    "taskqueue_poll_is_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575997712
    },
    "taskqueue_quiesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576000720
    },
    "taskqueue_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575996816
    },
    "taskqueue_run_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575997104
    },
    "taskqueue_set_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575993936
    },
    "taskqueue_start_threads": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576001200
    },
    "taskqueue_start_threads_cpuset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576001968
    },
    "taskqueue_start_threads_in_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576001888
    },
    "taskqueue_swi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071612993856
    },
    "taskqueue_swi_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576002944
    },
    "taskqueue_swi_giant": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071612993864
    },
    "taskqueue_swi_giant_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576002976
    },
    "taskqueue_swi_giant_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576003632
    },
    "taskqueue_swi_giant_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748504
    },
    "taskqueue_swi_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576003312
    },
    "taskqueue_swi_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748480
    },
    "taskqueue_task_nop_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576003008
    },
    "taskqueue_thread": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071612993872
    },
    "taskqueue_thread_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576002800
    },
    "taskqueue_thread_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576002048
    },
    "taskqueue_thread_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609748528
    },
    "taskqueue_timeout_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575996160
    },
    "taskqueue_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575996512
    },
    "tattrflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tau": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "audata"
        }
      },
      "address": 0
    },
    "tb": {
      "type": {
        "kind": "struct",
        "name": "tb_profile"
      },
      "address": 0
    },
    "tb_mem_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "et_txbuf_data"
        }
      },
      "address": 0
    },
    "tbdata.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbdh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tx_bd_long_hi"
        }
      },
      "address": 0
    },
    "tbef": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "tbf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ath_buf"
        }
      },
      "address": 0
    },
    "tbfadt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbfind.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbinstal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "idpgtbl"
        }
      },
      "address": 0
    },
    "tbl1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "idpgtbl"
        }
      },
      "address": 0
    },
    "tbl_gain": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tbl_gain_ofs1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tbl_gain_ofs2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tblname": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tblp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tblsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf"
        }
      },
      "address": 0
    },
    "tbprint.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tb_regulator"
        }
      },
      "address": 0
    },
    "tbr_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613046088
    },
    "tbr_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576763584
    },
    "tbr_dequeue_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613046304
    },
    "tbr_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576762832
    },
    "tbr_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576764400
    },
    "tbr_timer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046080
    },
    "tbsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tbtt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tbufp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tbutils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbxface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbxfload.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tbxfroot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timecounter"
        }
      },
      "address": 0
    },
    "tc0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tx_cl_rl_params"
        }
      },
      "address": 0
    },
    "tc64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "tc_base_queue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tc_chosen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807512
    },
    "tc_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixgbe_dcb_tc_config"
        }
      },
      "address": 0
    },
    "tc_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tc_cpu_ticks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575671504
    },
    "tc_fill_vdso_timehands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575671824
    },
    "tc_fill_vdso_timehands32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575671936
    },
    "tc_flags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tc_from_tunable": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612807520
    },
    "tc_getfrequency": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575667648
    },
    "tc_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tc_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_tc_info"
        }
      },
      "address": 0
    },
    "tc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575666800
    },
    "tc_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612807480
    },
    "tc_map": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tc_min_ticktock_freq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609716152
    },
    "tc_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "tc_precexp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807680
    },
    "tc_qcount": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tc_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tc_root": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "tc_setclock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575667680
    },
    "tc_setclock_init_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609719552
    },
    "tc_setclock_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609716880
    },
    "tc_setclock_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609716904
    },
    "tc_setclock_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612807536
    },
    "tc_tick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807576
    },
    "tc_tick_bt": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 18446744071612807656
    },
    "tc_tick_sbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612807672
    },
    "tc_ticktock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575670992
    },
    "tc_ticktock.count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807572
    },
    "tc_timepercentage": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609716736
    },
    "tc_unused": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "tc_windup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575668624
    },
    "tcam": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_boost_tcam_entry"
        }
      },
      "address": 0
    },
    "tcam_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tcam_part_size": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584033856
    },
    "tcam_region": {
      "type": {
        "kind": "struct",
        "name": "cudbg_tcam"
      },
      "address": 0
    },
    "tcam_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcamx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tcamy": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tcattrs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156232
    },
    "tcb_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcbhash_tuneable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tcbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fxp_cb_tx"
        }
      },
      "address": 0
    },
    "tce": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "snd_clone_entry"
        }
      },
      "address": 0
    },
    "tcfg": {
      "type": {
        "kind": "struct",
        "name": "tstorm_eth_function_common_config"
      },
      "address": 0
    },
    "tcheck_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tclass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tclient": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tstorm_per_queue_stats"
        }
      },
      "address": 0
    },
    "tcmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_tmp_dcmd"
        }
      },
      "address": 0
    },
    "tcnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "componentname"
        }
      },
      "address": 0
    },
    "tcode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tcode_str": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584770528
    },
    "tcomp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "comp_algo"
        }
      },
      "address": 0
    },
    "tcount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcphdr"
        }
      },
      "address": 0
    },
    "tcp6_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577966720
    },
    "tcp6_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577915680
    },
    "tcp6_ctlinput_viaudp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577910336
    },
    "tcp6_ctlinput_with_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577912080
    },
    "tcp6_getcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577917520
    },
    "tcp6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577815168
    },
    "tcp6_input_with_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577809696
    },
    "tcp6_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609952400
    },
    "tcp6_use_min_mtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577903248
    },
    "tcp6_usr_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577956432
    },
    "tcp6_usr_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577954656
    },
    "tcp6_usr_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577953536
    },
    "tcp6_usr_listen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577955568
    },
    "tcp_ack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tcp_ack_war_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609943896
    },
    "tcp_ack_war_time_window": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609943776
    },
    "tcp_addoptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577869552
    },
    "tcp_autorcvbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577816016
    },
    "tcp_backoff": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609951984
    },
    "tcp_bad_csums": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059672
    },
    "tcp_can_enable_pacing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577905104
    },
    "tcp_change_time_units": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577905296
    },
    "tcp_chg_pacing_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577873376
    },
    "tcp_clean_dsack_blocks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577888656
    },
    "tcp_clean_sackreport": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577888800
    },
    "tcp_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577901200
    },
    "tcp_comp_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059736
    },
    "tcp_compute_initwnd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577808848
    },
    "tcp_compute_pipe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577808336
    },
    "tcp_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577967168
    },
    "tcp_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577915664
    },
    "tcp_ctlinput_viaudp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577910208
    },
    "tcp_ctlinput_with_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577910496
    },
    "tcp_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577952832
    },
    "tcp_ctloutput_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577957024
    },
    "tcp_curr_sn_he": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_data_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tcp_data_len_total": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_data_seg_total": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_data_sum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tcp_decrement_paced_conn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577905184
    },
    "tcp_def_funcblk": {
      "type": {
        "kind": "struct",
        "name": "tcp_function_block"
      },
      "address": 18446744071609946032
    },
    "tcp_default_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577958368
    },
    "tcp_default_fb_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577907712
    },
    "tcp_default_fb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577907168
    },
    "tcp_default_handoff_ok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577907744
    },
    "tcp_default_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577858560
    },
    "tcp_default_switch_failed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577907760
    },
    "tcp_delacktime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060056
    },
    "tcp_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577915696
    },
    "tcp_disable_all_bb_logs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059552
    },
    "tcp_discardcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577901600
    },
    "tcp_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577968032
    },
    "tcp_do_prr_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577830608
    },
    "tcp_do_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577816400
    },
    "tcp_dooptions": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577815200
    },
    "tcp_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577915360
    },
    "tcp_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577900736
    },
    "tcp_drop_syn_sent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577911296
    },
    "tcp_dropwithreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577815728
    },
    "tcp_dsack_block_exists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577887360
    },
    "tcp_ecn.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_ecn_get_ace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577793968
    },
    "tcp_ecn_input_parallel_syn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577793200
    },
    "tcp_ecn_input_segment": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577793520
    },
    "tcp_ecn_input_syn_sent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577792528
    },
    "tcp_ecn_output_established": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577794080
    },
    "tcp_ecn_output_syn_sent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577793984
    },
    "tcp_ecn_syncache_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577794480
    },
    "tcp_ecn_syncache_respond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577794752
    },
    "tcp_ecn_syncache_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577794384
    },
    "tcp_extra_mbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059720
    },
    "tcp_fast_finwait2_recycle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060024
    },
    "tcp_fastopen.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_fastopen_addkey_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577799776
    },
    "tcp_fastopen_addpsk_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577801616
    },
    "tcp_fastopen_alloc_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577796320
    },
    "tcp_fastopen_autokey_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577799264
    },
    "tcp_fastopen_autokey_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577799568
    },
    "tcp_fastopen_ccache_bucket_trim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577796016
    },
    "tcp_fastopen_ccache_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577798352
    },
    "tcp_fastopen_ccache_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577797808
    },
    "tcp_fastopen_check_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577796448
    },
    "tcp_fastopen_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577797216
    },
    "tcp_fastopen_decrement_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577796384
    },
    "tcp_fastopen_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577795760
    },
    "tcp_fastopen_disable_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577798176
    },
    "tcp_fastopen_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577795088
    },
    "tcp_fastopen_update_cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577798736
    },
    "tcp_fb_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059912
    },
    "tcp_fill_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577966224
    },
    "tcp_find_suitable_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577874336
    },
    "tcp_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577895088
    },
    "tcp_finwait2_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060072
    },
    "tcp_fixed_maxseg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577903520
    },
    "tcp_flush_out_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577851616
    },
    "tcp_free_sackholes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577890768
    },
    "tcp_function_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613059864
    },
    "tcp_get_pacing_burst_size_w_divisor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577876128
    },
    "tcp_get_srtt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577906640
    },
    "tcp_getcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577917232
    },
    "tcp_handle_orphaned_packets": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577906304
    },
    "tcp_hc_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577803808
    },
    "tcp_hc_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577804432
    },
    "tcp_hc_getmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577804960
    },
    "tcp_hc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577802784
    },
    "tcp_hc_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577804624
    },
    "tcp_hc_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577803584
    },
    "tcp_hc_purge_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577804000
    },
    "tcp_hc_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577805152
    },
    "tcp_hc_updatemtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577805088
    },
    "tcp_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcphdr"
        }
      },
      "address": 0
    },
    "tcp_hlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_hostcache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_hw_highest_rate_ifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577877808
    },
    "tcp_id_tree_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613059368
    },
    "tcp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577914400
    },
    "tcp_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947208
    },
    "tcp_inp_lro_compressed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059704
    },
    "tcp_inp_lro_direct_queue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059688
    },
    "tcp_inp_lro_locks_taken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059712
    },
    "tcp_inp_lro_wokeup_queue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059696
    },
    "tcp_inptoxtp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577904400
    },
    "tcp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577816368
    },
    "tcp_input.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_input_with_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577809904
    },
    "tcp_ipsec_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578357808
    },
    "tcp_ipsec_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578358224
    },
    "tcp_ipsec_pcbctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578358448
    },
    "tcp_ipsec_support": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcpmd5_support"
        }
      },
      "address": 18446744071585312664
    },
    "tcp_keepcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609951072
    },
    "tcp_keepidle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060048
    },
    "tcp_keepinit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060044
    },
    "tcp_keepintvl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060052
    },
    "tcp_keyed_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577902240
    },
    "tcp_lasttrim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612510520
    },
    "tcp_less_accurate_lro_ts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059680
    },
    "tcp_log_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577903696
    },
    "tcp_log_addrs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577904368
    },
    "tcp_log_apply_ratio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577832512
    },
    "tcp_log_auto_all": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613059440
    },
    "tcp_log_auto_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609938504
    },
    "tcp_log_auto_ratio": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613059560
    },
    "tcp_log_auto_ratio_cur": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613059568
    },
    "tcp_log_buf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_log_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609236376
    },
    "tcp_log_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059952
    },
    "tcp_log_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610909368
    },
    "tcp_log_dev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_log_dev_add_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572767392
    },
    "tcp_log_dev_clear_cdevpriv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572769616
    },
    "tcp_log_dev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572769312
    },
    "tcp_log_dev_listeners": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909288
    },
    "tcp_log_dev_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609236352
    },
    "tcp_log_dev_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572767680
    },
    "tcp_log_dev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572767968
    },
    "tcp_log_dev_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572769408
    },
    "tcp_log_dev_queue_head": {
      "type": {
        "kind": "struct",
        "name": "log_queueh"
      },
      "address": 18446744071609236208
    },
    "tcp_log_dev_queue_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610909256
    },
    "tcp_log_dev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572768320
    },
    "tcp_log_dev_reader_head": {
      "type": {
        "kind": "struct",
        "name": "log_infoh"
      },
      "address": 18446744071609236224
    },
    "tcp_log_dev_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572769296
    },
    "tcp_log_devmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609236288
    },
    "tcp_log_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577844128
    },
    "tcp_log_dump_node_logbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577848960
    },
    "tcp_log_dump_tp_bucket_logbufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577846160
    },
    "tcp_log_dump_tp_logbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577838384
    },
    "tcp_log_end_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577899632
    },
    "tcp_log_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577841200
    },
    "tcp_log_expandlogbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577845600
    },
    "tcp_log_expire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577843008
    },
    "tcp_log_expireq_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613059488
    },
    "tcp_log_expireq_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6ae56d7a6a190ce7"
      },
      "address": 18446744071609938512
    },
    "tcp_log_expireq_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613059456
    },
    "tcp_log_flowend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577848448
    },
    "tcp_log_free_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577846016
    },
    "tcp_log_get_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577839264
    },
    "tcp_log_get_id_cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577839760
    },
    "tcp_log_get_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577839312
    },
    "tcp_log_getlogbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577844448
    },
    "tcp_log_id_bucket_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613059416
    },
    "tcp_log_id_head": {
      "type": {
        "kind": "struct",
        "name": "tcp_log_id_tree"
      },
      "address": 18446744071613059408
    },
    "tcp_log_id_node_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613059400
    },
    "tcp_log_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577839792
    },
    "tcp_log_logs_to_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577845264
    },
    "tcp_log_pcb_ids_cur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059424
    },
    "tcp_log_pcb_ids_tot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059432
    },
    "tcp_log_sel": {
      "type": {
        "kind": "struct",
        "name": "selinfo"
      },
      "address": 18446744071610909296
    },
    "tcp_log_sendfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577848624
    },
    "tcp_log_session_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609938508
    },
    "tcp_log_set_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577835232
    },
    "tcp_log_set_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577834784
    },
    "tcp_log_socket_option": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577906512
    },
    "tcp_log_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577833296
    },
    "tcp_log_tcpcbfini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577840208
    },
    "tcp_log_tcpcbinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577840048
    },
    "tcp_log_unref_bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577833568
    },
    "tcp_log_vain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577903648
    },
    "tcp_log_verbose": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613059556
    },
    "tcp_log_version": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609938528
    },
    "tcp_log_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613059448
    },
    "tcp_lro.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_lro_cpu_set_thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609940176
    },
    "tcp_lro_dereg_mbufq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577849552
    },
    "tcp_lro_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609940048
    },
    "tcp_lro_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577850752
    },
    "tcp_lro_flush_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577854816
    },
    "tcp_lro_flush_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577851936
    },
    "tcp_lro_flush_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577850448
    },
    "tcp_lro_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577850160
    },
    "tcp_lro_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577849584
    },
    "tcp_lro_init_args": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577849616
    },
    "tcp_lro_low_level_parser": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577855744
    },
    "tcp_lro_queue_mbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577855136
    },
    "tcp_lro_reg_mbufq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577849520
    },
    "tcp_lro_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577854960
    },
    "tcp_lro_rx_common": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577853088
    },
    "tcp_lro_rx_csum_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577858016
    },
    "tcp_lro_sort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577852560
    },
    "tcp_lro_update_checksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577856464
    },
    "tcp_m_copym": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577870656
    },
    "tcp_maxmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577902896
    },
    "tcp_maxmtu6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577903024
    },
    "tcp_maxpersistidle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060076
    },
    "tcp_maxseg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577903360
    },
    "tcp_maxunacktime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060032
    },
    "tcp_mss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577829632
    },
    "tcp_mss_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577831584
    },
    "tcp_mssopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577832176
    },
    "tcp_mtudisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577911648
    },
    "tcp_mtudisc_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577911280
    },
    "tcp_new_isn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577902448
    },
    "tcp_new_limits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059856
    },
    "tcp_new_ts_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577902112
    },
    "tcp_newreno_partial_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577831184
    },
    "tcp_newtcpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577899824
    },
    "tcp_next_pmtu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577911552
    },
    "tcp_next_sn_he": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577911392
    },
    "tcp_offload.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_offload_alloc_tls_session": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872752
    },
    "tcp_offload_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577871680
    },
    "tcp_offload_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872688
    },
    "tcp_offload_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872784
    },
    "tcp_offload_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872512
    },
    "tcp_offload_listen_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577871936
    },
    "tcp_offload_listen_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872224
    },
    "tcp_offload_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872544
    },
    "tcp_offload_pmtu_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872816
    },
    "tcp_offload_rcvd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872656
    },
    "tcp_offload_tcp_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872720
    },
    "tcp_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tcp_opt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tcp_opt_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tcp_opt_off": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_options_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tcp_outflags": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585296051
    },
    "tcp_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577967920
    },
    "tcp_output.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_over_udp_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577909616
    },
    "tcp_pacing_failures": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059968
    },
    "tcp_pacing_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609948064
    },
    "tcp_pacing_warning": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071613059976
    },
    "tcp_payload": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tcp_payload_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tcp_pcblist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577916496
    },
    "tcp_persmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060040
    },
    "tcp_persmin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060036
    },
    "tcp_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609952152
    },
    "tcp_pulloutofband": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577831440
    },
    "tcp_push_and_replace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577855408
    },
    "tcp_ratelimit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_reass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577883792
    },
    "tcp_reass.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_reass_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577886480
    },
    "tcp_reass_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577883664
    },
    "tcp_reass_global_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577883472
    },
    "tcp_reass_maxqueuelen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609943092
    },
    "tcp_reass_maxseg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059840
    },
    "tcp_reass_merge_forward": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577887008
    },
    "tcp_reass_prepend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577886592
    },
    "tcp_reass_queue_guard": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609943088
    },
    "tcp_reass_replace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577886800
    },
    "tcp_reass_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613059848
    },
    "tcp_reass_zone_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577883616
    },
    "tcp_record_dsack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577891856
    },
    "tcp_recv_udp_tunneled_packet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577909744
    },
    "tcp_rel_pacing_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577874064
    },
    "tcp_respond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577895616
    },
    "tcp_rexmit_drop_options": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060028
    },
    "tcp_rexmit_initial": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060060
    },
    "tcp_rexmit_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060064
    },
    "tcp_rexmit_slop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613060068
    },
    "tcp_rl_ifnet_departure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577878784
    },
    "tcp_rl_ifnet_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577879168
    },
    "tcp_rl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609942280
    },
    "tcp_rl_log_enobuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872848
    },
    "tcp_rl_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577881728
    },
    "tcp_rs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577878592
    },
    "tcp_sack.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_sack_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577891488
    },
    "tcp_sack_doack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577888896
    },
    "tcp_sack_lost_retransmission": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577891584
    },
    "tcp_sack_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577891312
    },
    "tcp_sack_partialack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577890960
    },
    "tcp_sackhole_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577890448
    },
    "tcp_sc_msstab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047808
    },
    "tcp_sc_wstab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584047040
    },
    "tcp_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_seqno": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_set_cc_mod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577965248
    },
    "tcp_set_pacing_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577872864
    },
    "tcp_setpersist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577869072
    },
    "tcp_signature_apply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578359328
    },
    "tcp_signature_compute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578358832
    },
    "tcp_sn_he": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tcp_sndbuf_autoscale": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577869328
    },
    "tcp_soreceive_stream": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059984
    },
    "tcp_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577901040
    },
    "tcp_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_tcp_stats"
        }
      },
      "address": 0
    },
    "tcp_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_switch_back_to_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577892464
    },
    "tcp_syncache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_sysctl_setsockopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577918768
    },
    "tcp_tcbhashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059980
    },
    "tcp_timer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_timer_2msl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577941760
    },
    "tcp_timer_activate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577937184
    },
    "tcp_timer_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577938560
    },
    "tcp_timer_delack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577942096
    },
    "tcp_timer_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577937824
    },
    "tcp_timer_keep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577941120
    },
    "tcp_timer_persist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577940528
    },
    "tcp_timer_rexmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577938896
    },
    "tcp_timer_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577938592
    },
    "tcp_timersw": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071585296672
    },
    "tcp_timewait.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_totbackoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609952036
    },
    "tcp_trace_point_bb_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609936816
    },
    "tcp_trace_point_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613059360
    },
    "tcp_trace_point_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613059364
    },
    "tcp_twcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577942624
    },
    "tcp_twstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577942272
    },
    "tcp_uncomp_total": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059744
    },
    "tcp_update_dsack_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577887408
    },
    "tcp_update_sack_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577888176
    },
    "tcp_usr_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577949888
    },
    "tcp_usr_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577951808
    },
    "tcp_usr_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577947312
    },
    "tcp_usr_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577950304
    },
    "tcp_usr_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577948944
    },
    "tcp_usr_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577947840
    },
    "tcp_usr_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577947744
    },
    "tcp_usr_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577948512
    },
    "tcp_usr_listen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577950944
    },
    "tcp_usr_rcvd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577943696
    },
    "tcp_usr_rcvoob": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577952336
    },
    "tcp_usr_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577946752
    },
    "tcp_usr_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577944240
    },
    "tcp_usr_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577949376
    },
    "tcp_usrclosed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577967632
    },
    "tcp_usrreq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tcp_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577913728
    },
    "tcp_vnet_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609948136
    },
    "tcp_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609948176
    },
    "tcp_would_have_but": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613059728
    },
    "tcp_xmit_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577830240
    },
    "tcpb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcpcb"
        }
      },
      "address": 0
    },
    "tcpcbstor": {
      "type": {
        "kind": "struct",
        "name": "inpcbstorage"
      },
      "address": 18446744071609948072
    },
    "tcpcbstor_inpcb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577913696
    },
    "tcpcbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947104
    },
    "tcpcbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947128
    },
    "tcph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_tcphdr"
        }
      },
      "address": 0
    },
    "tcphdr": {
      "type": {
        "kind": "struct",
        "name": "tcphdr"
      },
      "address": 0
    },
    "tcphlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tcpip_fillheaders": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577895104
    },
    "tcpip_maketemplate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577895360
    },
    "tcplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tcplro_stacks_wanting_mbufq": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613059664
    },
    "tcpmd5_ipsec": {
      "type": {
        "kind": "struct",
        "name": "tcpmd5_support"
      },
      "address": 18446744071585312648
    },
    "tcpmd5_methods": {
      "type": {
        "kind": "struct",
        "name": "tcpmd5_methods"
      },
      "address": 18446744071585312672
    },
    "tcpmd5_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609985832
    },
    "tcpmd5_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578359344
    },
    "tcpmd5module_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985768
    },
    "tcpoudp_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613059992
    },
    "tcprexmtthresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585295136
    },
    "tcpsignature_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578359456
    },
    "tcpsignature_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578359392
    },
    "tcpsignature_xformsw": {
      "type": {
        "kind": "struct",
        "name": "xformsw"
      },
      "address": 18446744071609985856
    },
    "tcpstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577832336
    },
    "tcpstates": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585295152
    },
    "tcpsyn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tcq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thr_coredump_req"
        }
      },
      "address": 0
    },
    "tcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "tctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tctl_ext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tctx": {
      "type": {
        "kind": "struct",
        "name": "i40e_hmc_obj_txq"
      },
      "address": 0
    },
    "tctxt": {
      "type": {
        "kind": "struct",
        "name": "sha1_ctxt"
      },
      "address": 0
    },
    "tcum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "td": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "td0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "td1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "td2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "td3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "tdPtr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "td_alt_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_td"
        }
      },
      "address": 0
    },
    "td_ast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "td_contested_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612999040
    },
    "td_event": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "td_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_td"
        }
      },
      "address": 0
    },
    "td_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "td_infos": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sbuf"
          }
        }
      },
      "address": 0
    },
    "td_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_td"
        }
      },
      "address": 0
    },
    "td_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "td_lst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_td_t"
        }
      },
      "address": 0
    },
    "td_name_escape": {
      "type": {
        "count": 39,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612515216
    },
    "td_next": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "td_no": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "td_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "td_savedcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "td_self": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "td_token": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "td_x": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uhci_td_t"
        }
      },
      "address": 0
    },
    "tdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_tx_data"
        }
      },
      "address": 0
    },
    "tdba": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tdcountbatch": {
      "type": {
        "kind": "struct",
        "name": "tdcountbatch"
      },
      "address": 0
    },
    "tdd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread_domain_data"
        }
      },
      "address": 0
    },
    "tde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_dirent"
        }
      },
      "address": 0
    },
    "tdesc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tdevid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tdfind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575691520
    },
    "tdfirst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "tdiff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tdip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscldevinfo"
        }
      },
      "address": 0
    },
    "tdiraft": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "tdiraft_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tdirfor": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "tdirfor_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tdirp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "tdisk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_disk"
        }
      },
      "address": 0
    },
    "tdiv": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584811568
    },
    "tdkphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tdkphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570327936
    },
    "tdkphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608512872
    },
    "tdkphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584858032
    },
    "tdkphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584857920
    },
    "tdkphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608512824
    },
    "tdkphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608512800
    },
    "tdkphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608512760
    },
    "tdkphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570327904
    },
    "tdkphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570327968
    },
    "tdkphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570328272
    },
    "tdkphys": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584858000
    },
    "tdksignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575616592
    },
    "tdlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tdln": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "device_location_node"
        }
      },
      "address": 0
    },
    "tdn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "tdname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tdnn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "null_node"
        }
      },
      "address": 0
    },
    "tdnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "tdnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsnode"
        }
      },
      "address": 0
    },
    "tdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "tdpc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tdpick": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "tdpv": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tdq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tdq"
        }
      },
      "address": 0
    },
    "tdq_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575804112
    },
    "tdq_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575809104
    },
    "tdq_unlock_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575810032
    },
    "tdroot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 0
    },
    "tdrpc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvdeallocatedsdorpc"
        }
      },
      "address": 0
    },
    "tds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsdevice"
        }
      },
      "address": 0
    },
    "tds_sent": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tdsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvdscreate"
        }
      },
      "address": 0
    },
    "tdsendsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575613280
    },
    "tdset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 0
    },
    "tdsigcleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575621072
    },
    "tdsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575616432
    },
    "tdsigwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575617264
    },
    "tdsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclds"
        }
      },
      "address": 0
    },
    "tdsrm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvdsremove"
        }
      },
      "address": 0
    },
    "tdstateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "tdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "tdvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "tdvp_s": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tdvpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vnode"
          }
        }
      },
      "address": 0
    },
    "tdwait": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "epoch_tracker"
        }
      },
      "address": 0
    },
    "te": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tseg_qent"
        }
      },
      "address": 0
    },
    "te_data_get_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566041968
    },
    "te_notif_response": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "te_to_sc_color": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584155992
    },
    "teardown_packet": {
      "type": {
        "kind": "struct",
        "name": "pci_message"
      },
      "address": 0
    },
    "teardown_pvt_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573780640
    },
    "technology_ability_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "teid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "teid1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "teid2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "teken.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "teken_256to16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747984
    },
    "teken_256to16tab": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585409376
    },
    "teken_256to8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746624
    },
    "teken_256to8tab": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585409120
    },
    "teken_boxdrawing_8bit": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585410032
    },
    "teken_boxdrawing_unicode": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585410064
    },
    "teken_get_curattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747728
    },
    "teken_get_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747696
    },
    "teken_get_defattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747776
    },
    "teken_get_defattr_cons25": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746560
    },
    "teken_get_sequence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579748000
    },
    "teken_get_winsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747840
    },
    "teken_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579746640
    },
    "teken_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747424
    },
    "teken_input_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579748112
    },
    "teken_scs_special_graphics": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579753728
    },
    "teken_scs_uk_national": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579753696
    },
    "teken_scs_us_ascii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579748096
    },
    "teken_set_8bit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747936
    },
    "teken_set_cons25": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747952
    },
    "teken_set_cons25keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747968
    },
    "teken_set_curattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747744
    },
    "teken_set_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747712
    },
    "teken_set_defattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747792
    },
    "teken_set_winsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747152
    },
    "teken_set_winsize_noreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747856
    },
    "teken_state_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579749200
    },
    "teken_state_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579751632
    },
    "teken_state_3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579756128
    },
    "teken_state_4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579751344
    },
    "teken_state_5": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579756400
    },
    "teken_state_6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579755424
    },
    "teken_state_7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579751472
    },
    "teken_state_8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579751552
    },
    "teken_state_9": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579755584
    },
    "teken_state_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579747104
    },
    "teken_subr_cursor_backward_tabulation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754304
    },
    "teken_subr_cursor_forward_tabulation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579749072
    },
    "teken_subr_cursor_next_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579755280
    },
    "teken_subr_cursor_position": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754560
    },
    "teken_subr_cursor_position_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754928
    },
    "teken_subr_cursor_previous_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579755344
    },
    "teken_subr_delete_character": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754096
    },
    "teken_subr_delete_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579753936
    },
    "teken_subr_do_cpr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579757072
    },
    "teken_subr_do_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579757248
    },
    "teken_subr_do_scroll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579748816
    },
    "teken_subr_erase_character": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754224
    },
    "teken_subr_erase_display": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579753360
    },
    "teken_subr_erase_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579753584
    },
    "teken_subr_insert_character": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579755040
    },
    "teken_subr_insert_line": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579753776
    },
    "teken_subr_newline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579748608
    },
    "teken_subr_regular_character": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579749872
    },
    "teken_subr_repeat_last_graphic_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754416
    },
    "teken_subr_reset_to_initial_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579750896
    },
    "teken_subr_restore_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579751232
    },
    "teken_subr_set_graphic_rendition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754640
    },
    "teken_subr_set_top_and_bottom_margins": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579755168
    },
    "teken_subr_vertical_position_absolute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579754496
    },
    "teken_wcwidth.combining": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585410192
    },
    "telapsed": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "telement": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_element_t"
        }
      },
      "address": 0
    },
    "temp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp32": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "temp64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "temp64_var": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tempChannelList": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "tempDB": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tempOB": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tempX": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "tempZ": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "temp_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "temp_allocs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "temp_bsp_pcpu": {
      "type": {
        "kind": "struct",
        "name": "pcpu"
      },
      "address": 18446744071613475072
    },
    "temp_buff": {
      "type": {
        "kind": "struct",
        "name": "cudbg_buffer"
      },
      "address": 0
    },
    "temp_bytes": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "temp_client": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fs_client_priv_data"
        }
      },
      "address": 0
    },
    "temp_dev_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_device_context"
        }
      },
      "address": 0
    },
    "temp_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_MPI2_EVENT_DATA_TEMPERATURE"
        }
      },
      "address": 0
    },
    "temp_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "temp_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp_ih": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_handler"
        }
      },
      "address": 0
    },
    "temp_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "temp_link_up": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "temp_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp_mp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "temp_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_rule_node"
        }
      },
      "address": 0
    },
    "temp_obdb_reg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "temp_powertx_rate9_reg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "temp_q": {
      "type": {
        "kind": "struct",
        "name": "usb_ifqueue"
      },
      "address": 0
    },
    "temp_qentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_pinfo"
        }
      },
      "address": 0
    },
    "temp_rctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp_rss_key": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "temp_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "temp_slope": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "temp_slope_1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "temp_slope_2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "temp_speeds": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "temp_state": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "temp_tcp_reg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "temp_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "temp_vars": {
      "type": {
        "kind": "struct",
        "name": "elink_vars"
      },
      "address": 0
    },
    "temp_vol": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "tempdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e655654d9b458f33"
        }
      },
      "address": 0
    },
    "temperature": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "tempflags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "temphash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "template": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in"
      },
      "address": 18446744071584034032
    },
    "tempo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tempsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tempstats": {
      "type": {
        "kind": "struct",
        "name": "xbpf_d"
      },
      "address": 0
    },
    "temptbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nchashhead"
        }
      },
      "address": 0
    },
    "temptime": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "tempvaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tend": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tentative": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "tep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_SGE_TRANSACTION32"
        }
      },
      "address": 0
    },
    "term": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "term1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "term2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "term_count": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "term_stat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "termcn_cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006720
    },
    "termcn_cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006992
    },
    "termcn_cninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006688
    },
    "termcn_cnops": {
      "type": {
        "kind": "struct",
        "name": "consdev_ops"
      },
      "address": 18446744071585186336
    },
    "termcn_cnprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006624
    },
    "termcn_cnputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006736
    },
    "termcn_cnregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007024
    },
    "termcn_cnterm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006704
    },
    "termcn_cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007008
    },
    "termctl": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "terminal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "terminal_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576004256
    },
    "terminal_drawmethods": {
      "type": {
        "kind": "struct",
        "name": "teken_funcs_t"
      },
      "address": 18446744071609748872
    },
    "terminal_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576004352
    },
    "terminal_input_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576005904
    },
    "terminal_input_raw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006272
    },
    "terminal_input_special": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576006432
    },
    "terminal_maketty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576004592
    },
    "terminal_mute": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576005568
    },
    "terminal_set_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576004944
    },
    "terminal_set_winsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576005536
    },
    "terminal_set_winsize_blank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576004960
    },
    "terminal_sync_ttysize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576004784
    },
    "terminal_tty_class": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609748736
    },
    "terminate": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "terminate_after_transfer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "terminate_loop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "terminate_status": {
      "type": {
        "kind": "enum",
        "name": "_SCI_STATUS"
      },
      "address": 0
    },
    "terminated": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "termstat_strings": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584132960
    },
    "termteken_bell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007168
    },
    "termteken_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007552
    },
    "termteken_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007184
    },
    "termteken_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007376
    },
    "termteken_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007600
    },
    "termteken_post_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007584
    },
    "termteken_pre_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007568
    },
    "termteken_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007200
    },
    "termteken_respond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007616
    },
    "termtty_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007664
    },
    "termtty_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576008304
    },
    "termtty_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576008672
    },
    "termtty_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007632
    },
    "termtty_outwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576007696
    },
    "terror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "test": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "testReg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "test_aux_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580447344
    },
    "test_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582392240
    },
    "test_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580446560
    },
    "test_kbd_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580446976
    },
    "test_lim": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "test_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582392416
    },
    "test_num_scbs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "test_tsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581350352
    },
    "test_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582392336
    },
    "testbyte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "testenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575231024
    },
    "testintr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "testmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tests": {
      "type": {
        "count": 53,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "test_fixture_t"
        }
      },
      "address": 0
    },
    "testval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609562592
    },
    "text": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "text_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "text_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "textbuf": {
      "type": {
        "kind": "struct",
        "name": "ocs_textbuf_t"
      },
      "address": 0
    },
    "textdump_block_buffer": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610613360
    },
    "textdump_do_config": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608322012
    },
    "textdump_do_ddb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608322008
    },
    "textdump_do_msgbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608322016
    },
    "textdump_do_panic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608322020
    },
    "textdump_do_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608322024
    },
    "textdump_dump_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567080736
    },
    "textdump_dumpsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567078096
    },
    "textdump_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610612832
    },
    "textdump_mkustar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567077520
    },
    "textdump_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610612824
    },
    "textdump_pending": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610612816
    },
    "textdump_restoreoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567077936
    },
    "textdump_saveoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567077920
    },
    "textdump_writenextblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567077952
    },
    "textleaf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "csrtext"
        }
      },
      "address": 0
    },
    "textlen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "textmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "textvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "tf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 0
    },
    "tf_d": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tfb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_function_block"
        }
      },
      "address": 0
    },
    "tfc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tfd": {
      "type": {
        "kind": "struct",
        "name": "tmpfs_fid_data"
      },
      "address": 0
    },
    "tfd_queue_msk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tfdelta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tfh": {
      "type": {
        "kind": "struct",
        "name": "nfsrvfh"
      },
      "address": 0
    },
    "tfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fhandle_t"
        }
      },
      "address": 0
    },
    "tfhsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tfi": {
      "type": {
        "kind": "struct",
        "name": "tcp_function_info"
      },
      "address": 0
    },
    "tflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tflp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclflayout"
        }
      },
      "address": 0
    },
    "tfo_cookie_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tfo_optval": {
      "type": {
        "kind": "struct",
        "name": "tcp_fastopen"
      },
      "address": 0
    },
    "tfo_partial_ack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tfo_pending": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tfo_response_cookie": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tfo_response_cookie_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tfo_syn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tfoff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_fw_page"
        }
      },
      "address": 0
    },
    "tfsid": {
      "type": {
        "kind": "struct",
        "name": "fsid_t"
      },
      "address": 0
    },
    "tft": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "freetable"
        }
      },
      "address": 0
    },
    "tfunc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tstorm_per_pf_stats"
        }
      },
      "address": 0
    },
    "tfw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_bind"
        }
      },
      "address": 0
    },
    "tfwdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_device"
        }
      },
      "address": 0
    },
    "tgid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tgr": {
      "type": {
        "kind": "struct",
        "name": "tls_get_record"
      },
      "address": 0
    },
    "tgt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_fc_target_t"
        }
      },
      "address": 0
    },
    "tgtIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tgt_device_set": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tgt_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tgt_mpt_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_mpt_cmd"
        }
      },
      "address": 0
    },
    "tgt_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "request_t"
        }
      },
      "address": 0
    },
    "tgt_set": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tgt_txd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hn_txdesc"
        }
      },
      "address": 0
    },
    "th": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcphdr"
        }
      },
      "address": 0
    },
    "thash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "auth_hash"
        }
      },
      "address": 0
    },
    "thawed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thcmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "thdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_hhook_data"
        }
      },
      "address": 0
    },
    "thdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ses_elm_type_desc"
        }
      },
      "address": 0
    },
    "the_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "the_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "the_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_T"
        }
      },
      "address": 0
    },
    "the_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PORT_T"
        }
      },
      "address": 0
    },
    "the_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REQUEST_T"
        }
      },
      "address": 0
    },
    "then": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "therm_cal_value": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "therm_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "thermal_gain_corr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thermal_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610618952
    },
    "thermal_mutex_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071608333848
    },
    "thermal_mutex_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608333624
    },
    "thermal_mutex_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608333648
    },
    "thermometer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "theta": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "theta_low_bin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "theta_tilde": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "theywant": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "thflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "this": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "this_char": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "this_controller": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_CONTROLLER_T"
        }
      },
      "address": 0
    },
    "this_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "this_frame_header": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SMP_RESPONSE_HEADER_T"
        }
      },
      "address": 0
    },
    "this_library": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_LIBRARY_T"
        }
      },
      "address": 0
    },
    "this_lun": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "this_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PHY_T"
        }
      },
      "address": 0
    },
    "this_port": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_PORT_T"
        }
      },
      "address": 0
    },
    "this_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REQUEST_T"
        }
      },
      "address": 0
    },
    "this_rnc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_REMOTE_NODE_CONTEXT_T"
        }
      },
      "address": 0
    },
    "this_rxq_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "this_scic_sds_stp_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_STP_REQUEST_T"
        }
      },
      "address": 0
    },
    "this_scr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "this_sds_stp_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_STP_REQUEST_T"
        }
      },
      "address": 0
    },
    "this_seg_lim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "this_smp_phy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_PHY_T"
        }
      },
      "address": 0
    },
    "this_smp_remote_device": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_SMP_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "this_smp_response": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SMP_RESPONSE_T"
        }
      },
      "address": 0
    },
    "this_tick": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "this_txq_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "this_vp_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vnode"
          }
        }
      },
      "address": 0
    },
    "thiscard": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "thislong": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thisstamp": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "thisvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "thl": {
      "type": {
        "kind": "struct",
        "name": "nfslayouthead"
      },
      "address": 0
    },
    "thlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tho": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timehands"
        }
      },
      "address": 0
    },
    "thoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thoptlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thost": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nlm_host"
        }
      },
      "address": 0
    },
    "thp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timehands"
        }
      },
      "address": 0
    },
    "thr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "thr1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thr2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thr_create_initthr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575676320
    },
    "thr_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "thr_iter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "thr_new_initthr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575676752
    },
    "thr_quirks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thr_rid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610619000
    },
    "thrdnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613291760
    },
    "thread": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "thread0_st": {
      "type": {
        "kind": "struct",
        "name": "thread0_storage"
      },
      "address": 18446744071612531264
    },
    "thread_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575683536
    },
    "thread_alloc_stack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575684224
    },
    "thread_check_susp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575690144
    },
    "thread_count_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575681120
    },
    "thread_count_inc.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807944
    },
    "thread_count_inc.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612807928
    },
    "thread_cow_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575685008
    },
    "thread_cow_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575684928
    },
    "thread_cow_get_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575684848
    },
    "thread_cow_synced": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575685280
    },
    "thread_cow_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575685072
    },
    "thread_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575675072
    },
    "thread_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575681968
    },
    "thread_ctor_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609720240
    },
    "thread_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_xport_rq_thread_info_t"
        }
      },
      "address": 0
    },
    "thread_domain_data": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "thread_domain_data"
        }
      },
      "address": 18446744071612808000
    },
    "thread_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575682048
    },
    "thread_dtor_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609720264
    },
    "thread_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575685312
    },
    "thread_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575682592
    },
    "thread_fini_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609720312
    },
    "thread_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575684272
    },
    "thread_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575682112
    },
    "thread_init_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609720288
    },
    "thread_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575680448
    },
    "thread_lock_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575443728
    },
    "thread_lock_block_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575443760
    },
    "thread_lock_flags_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575443056
    },
    "thread_lock_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575443808
    },
    "thread_lock_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575443744
    },
    "thread_off_td_name": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174424
    },
    "thread_off_td_oncpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174428
    },
    "thread_off_td_pcb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174432
    },
    "thread_off_td_plist": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174436
    },
    "thread_off_td_tid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071585174420
    },
    "thread_reap_barrier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575683408
    },
    "thread_reap_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071612807832
    },
    "thread_reap_callout_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575683040
    },
    "thread_reap_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575693056
    },
    "thread_reap_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071612807800
    },
    "thread_reap_task_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575682960
    },
    "thread_run_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575690384
    },
    "thread_single": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575686464
    },
    "thread_single_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575691040
    },
    "thread_stash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575683344
    },
    "thread_stopped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575618560
    },
    "thread_suspend_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575689200
    },
    "thread_suspend_check_needed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575689136
    },
    "thread_suspend_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575690080
    },
    "thread_suspend_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575688576
    },
    "thread_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575686192
    },
    "thread_unsuspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575690624
    },
    "thread_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575686240
    },
    "thread_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612807760
    },
    "threadinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575680592
    },
    "threads": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "three_finger_drag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thres": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "thresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "thresh_accum_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "threshold": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "threshold_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "threshold_reply_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thridx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "thrmisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "elf_thrmisc_t"
        }
      },
      "address": 0
    },
    "throttle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "throttling": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "thrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 0
    },
    "ths": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "timehands"
        }
      },
      "address": 18446744071609717504
    },
    "thstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "thunk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_sort_thunk"
        }
      },
      "address": 0
    },
    "thyp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "thyp2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ti": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ti_add_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572793120
    },
    "ti_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572770272
    },
    "ti_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609236856
    },
    "ti_chipinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572776000
    },
    "ti_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572794816
    },
    "ti_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572786432
    },
    "ti_copy_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572797248
    },
    "ti_copy_scratch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572798720
    },
    "ti_del_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572792704
    },
    "ti_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572773264
    },
    "ti_devs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ti_type"
        }
      },
      "address": 18446744071585038848
    },
    "ti_dma_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572776944
    },
    "ti_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572787184
    },
    "ti_dma_ring_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572786928
    },
    "ti_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609236808
    },
    "ti_eeprom_putbyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572786528
    },
    "ti_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572780624
    },
    "ti_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572775552
    },
    "ti_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572775408
    },
    "ti_ifmedia_upd_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572785680
    },
    "ti_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572780496
    },
    "ti_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572787216
    },
    "ti_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572780864
    },
    "ti_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572779184
    },
    "ti_ioctl2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572794960
    },
    "ti_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ti_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585038768
    },
    "ti_newbuf_jumbo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572799136
    },
    "ti_newbuf_mini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572799536
    },
    "ti_newbuf_std": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572800016
    },
    "ti_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ti_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572794672
    },
    "ti_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609236760
    },
    "ti_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609236736
    },
    "ti_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609236648
    },
    "ti_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572769984
    },
    "ti_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572792368
    },
    "ti_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572775056
    },
    "ti_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572780336
    },
    "ti_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572793536
    },
    "ti_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572791072
    },
    "ti_sysctl_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572778336
    },
    "ti_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572800496
    },
    "tib": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ttyinq_block"
        }
      },
      "address": 0
    },
    "tic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tick": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910480
    },
    "tick_bt": {
      "type": {
        "kind": "struct",
        "name": "bintime"
      },
      "address": 18446744071612910496
    },
    "tick_filter_clock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575891024
    },
    "tick_filter_clock_small": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575891120
    },
    "tick_ns": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tick_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tick_sbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612910488
    },
    "tick_seconds_max": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612910512
    },
    "tickdelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610055848
    },
    "ticket": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tickincr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210628
    },
    "tickrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ticks": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071612534256
    },
    "ticks_current": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ticks_left": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ticks_now": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ticks_per_usec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tid0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tid1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tid_info_region_rev1"
        }
      },
      "address": 0
    },
    "tid_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575681472
    },
    "tid_alloc.trytid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612808512
    },
    "tid_bitmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612807752
    },
    "tid_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cudbg_tid_data"
        }
      },
      "address": 0
    },
    "tid_head": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tid_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071608216896
    },
    "tid_next": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tid_prev": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tid_tail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tid_to_mac80211_ac": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585322044
    },
    "tidbatch": {
      "type": {
        "kind": "struct",
        "name": "tidbatch"
      },
      "address": 0
    },
    "tidhash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612807768
    },
    "tidhash_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575692352
    },
    "tidhash_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575692672
    },
    "tidhashlock": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612807784
    },
    "tidhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tidhashhead"
        }
      },
      "address": 18446744071612807776
    },
    "tidhashtbl_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rwlock"
        }
      },
      "address": 18446744071612807792
    },
    "tidle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tids": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tidsz_hex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_tim_ie"
        }
      },
      "address": 0
    },
    "tier": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ties": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "tigi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "igmp_ifsoftc"
        }
      },
      "address": 0
    },
    "tigon2FwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigon2FwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609236592
    },
    "tigon2FwData": {
      "type": {
        "count": 96,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609388752
    },
    "tigon2FwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigon2FwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609236584
    },
    "tigon2FwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigon2FwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigon2FwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigon2FwRodata": {
      "type": {
        "count": 1080,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609389136
    },
    "tigon2FwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigon2FwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609236580
    },
    "tigon2FwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigon2FwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609236588
    },
    "tigon2FwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigon2FwText": {
      "type": {
        "count": 19647,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609310160
    },
    "tigon2FwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigon2FwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609236576
    },
    "tigonFwBssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigonFwBssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigonFwData": {
      "type": {
        "count": 93,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609307008
    },
    "tigonFwDataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigonFwDataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigonFwReleaseFix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigonFwReleaseMajor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigonFwReleaseMinor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigonFwRodata": {
      "type": {
        "count": 689,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609307392
    },
    "tigonFwRodataAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigonFwRodataLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigonFwSbssAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigonFwSbssLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tigonFwStartAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigonFwText": {
      "type": {
        "count": 17489,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609237040
    },
    "tigonFwTextAddr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tigonFwTextLen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tiid_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_tim_ie"
        }
      },
      "address": 0
    },
    "tim_ucast": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "time": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "time_adj": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "time_adjtime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554832
    },
    "time_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_time_event_cmd"
      },
      "address": 0
    },
    "time_constant": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554744
    },
    "time_counter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "time_diff": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "time_esterror": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071609690832
    },
    "time_event_response": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584807160
    },
    "time_freq": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554760
    },
    "time_histo": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "time_in_msec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "time_left": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "time_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "time_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612534272
    },
    "time_maxerror": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071609691672
    },
    "time_monitor": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554904
    },
    "time_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554776
    },
    "time_out": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "time_precision": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "time_reftime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554928
    },
    "time_second": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071609716160
    },
    "time_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612554736
    },
    "time_status": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609690824
    },
    "time_tai": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612554752
    },
    "time_uptime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071609716168
    },
    "time_waited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timebase": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "timecounter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timecounter"
        }
      },
      "address": 18446744071609716144
    },
    "timecounter_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609717288
    },
    "timecounters": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timecounter"
        }
      },
      "address": 18446744071609716872
    },
    "timed_out": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timedout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timehands": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timehands"
        }
      },
      "address": 18446744071609716864
    },
    "timehands_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609717488
    },
    "timehands_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609717264
    },
    "timekeep_push_vdso": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575580608
    },
    "timeleft": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "timems": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "timeo": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "timeout_at": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "timeout_encode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "timeout_in_usec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "timeout_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timeout_stations": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577333888
    },
    "timeout_task": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timeout_task"
        }
      },
      "address": 0
    },
    "timeout_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timeout_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "timeout_val": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timeoutslot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612534464
    },
    "timer0_last": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610158656
    },
    "timer0_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610158660
    },
    "timer0_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610158652
    },
    "timer2_state": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 18446744071613439040
    },
    "timer_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "timer_delete_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838448
    },
    "timer_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609651848
    },
    "timer_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timer_shutdown_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578838480
    },
    "timer_spkr_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581271632
    },
    "timer_spkr_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581271680
    },
    "timer_spkr_setfreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581271728
    },
    "timer_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572627024
    },
    "timercb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575118080
    },
    "timername": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612534432
    },
    "timerperiod": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612534512
    },
    "timers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "timers_shift": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "times": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timesince": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timespec": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "timespec2fattime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575886192
    },
    "timestamp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "timestamp_en": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timestamp_precision": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609812728
    },
    "timestepwarnings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612807568
    },
    "timeval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timevaladd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575696720
    },
    "timevalid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timevalsub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575700080
    },
    "timf": {
      "type": {
        "kind": "struct",
        "name": "in6_mfilter"
      },
      "address": 0
    },
    "timing": {
      "type": {
        "kind": "enum",
        "name": "mmc_bus_timing"
      },
      "address": 0
    },
    "timings": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584156264
    },
    "timings33": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "count": 4,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071584158912
    },
    "timingsafe_bcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576675952
    },
    "timingsafe_bcmp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "timlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "timo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "timoff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tims": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ip6_msource"
        }
      },
      "address": 0
    },
    "tin6": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "tinc": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tinfo": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tcode_info"
        }
      },
      "address": 18446744071608464016
    },
    "tinm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_multi"
        }
      },
      "address": 0
    },
    "tintr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtpci_interrupt"
        }
      },
      "address": 0
    },
    "tip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "tipg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tipg_reg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tirc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "tirn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tisc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "titer": {
      "type": {
        "kind": "struct",
        "name": "ses_iterator"
      },
      "address": 0
    },
    "title": {
      "type": {
        "kind": "struct",
        "name": "mlx5_cqe64"
      },
      "address": 0
    },
    "title_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_report_key_data_title"
        }
      },
      "address": 0
    },
    "title_wqe_counter": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tiwin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vdso_timekeep32"
        }
      },
      "address": 0
    },
    "tk_base": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tk_ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tkip": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_cipher"
      },
      "address": 18446744071585239360
    },
    "tkip_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577197072
    },
    "tkip_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577198816
    },
    "tkip_demic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577200480
    },
    "tkip_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577197200
    },
    "tkip_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577197408
    },
    "tkip_enmic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577200256
    },
    "tkip_mixing_phase1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577200912
    },
    "tkip_mixing_phase2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577201248
    },
    "tkip_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609850408
    },
    "tkip_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196832
    },
    "tkip_setiv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577197264
    },
    "tkip_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577197232
    },
    "tkn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "knote"
        }
      },
      "address": 0
    },
    "tl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tl2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tl_control": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tlan_ctx": {
      "type": {
        "kind": "struct",
        "name": "ice_tlan_ctx"
      },
      "address": 0
    },
    "tlast": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tlb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_bucket"
        }
      },
      "address": 0
    },
    "tlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tlist": {
      "type": {
        "kind": "struct",
        "name": "list_head"
      },
      "address": 0
    },
    "tlladdr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tln": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_node"
        }
      },
      "address": 0
    },
    "tln_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_node"
        }
      },
      "address": 0
    },
    "tlop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslock"
        }
      },
      "address": 0
    },
    "tlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lagg_port"
        }
      },
      "address": 0
    },
    "tlphead": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tls": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktls_session"
        }
      },
      "address": 0
    },
    "tls13": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "tls_comp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tls_enq_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tls_header": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tls_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tls_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ktls_session"
        }
      },
      "address": 0
    },
    "tls_rcd_num": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tls_rtype": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tls_send_flag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tls_sn_he": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tls_v0": {
      "type": {
        "kind": "struct",
        "name": "tls_enable_v0"
      },
      "address": 0
    },
    "tlscertname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tlshdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tls_record_layer"
        }
      },
      "address": 0
    },
    "tlsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tlspcb"
        }
      },
      "address": 0
    },
    "tlun": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tlv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_lldp_org_tlv"
        }
      },
      "address": 0
    },
    "tlv_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tlv_lar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tlv_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tlv_psid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlxfw_mfa2_tlv_psid"
        }
      },
      "address": 0
    },
    "tlv_start": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tlv_status": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tlv_sub_module_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tlv_top": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tlv_type": {
      "type": {
        "kind": "enum",
        "name": "iwm_ucode_tlv_type"
      },
      "address": 0
    },
    "tlvid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tlvlen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tlyp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfscllayout"
        }
      },
      "address": 0
    },
    "tm": {
      "type": {
        "kind": "struct",
        "name": "efi_tm"
      },
      "address": 0
    },
    "tm_mpi_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_SCSI_TASK_MANAGE_REQUEST"
        }
      },
      "address": 0
    },
    "tm_mpt_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_mpt_cmd"
        }
      },
      "address": 0
    },
    "tm_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_umtx_time"
        }
      },
      "address": 0
    },
    "tm_target_reset_failed": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tmaxamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tmcap": {
      "type": {
        "kind": "struct",
        "name": "efi_tmcap"
      },
      "address": 0
    },
    "tmd": {
      "type": {
        "kind": "struct",
        "name": "letmd"
      },
      "address": 0
    },
    "tmd1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmd2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmf": {
      "type": {
        "kind": "struct",
        "name": "isp24xx_tmf_t"
      },
      "address": 0
    },
    "tmf_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tmf_reply": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MSG_SCSI_TASK_MGMT_REPLY"
        }
      },
      "address": 0
    },
    "tmf_req": {
      "type": {
        "kind": "struct",
        "name": "pqi_raid_tmf_req_t"
      },
      "address": 0
    },
    "tmf_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtio_scsi_ctrl_tmf_resp"
        }
      },
      "address": 0
    },
    "tmfio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_io_t"
        }
      },
      "address": 0
    },
    "tmflist": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_b0b6d936e4896ddc"
        }
      },
      "address": 0
    },
    "tminamp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tmli": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mld_ifsoftc"
        }
      },
      "address": 0
    },
    "tmo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tmode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tmp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp0": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "tmp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_prof"
        }
      },
      "address": 0
    },
    "tmp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_prof"
        }
      },
      "address": 0
    },
    "tmp32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmpChainSize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmpChainTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tmpCounters": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tmpHashTable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tmpMinChain": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmpOff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmpOffset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmpPowerTable": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "short"
        }
      },
      "address": 0
    },
    "tmpReg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmpRep": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tmpTotal": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmpVal": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "tmp_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmp_bd": {
      "type": {
        "kind": "struct",
        "name": "bxe_sw_rx_bd"
      },
      "address": 0
    },
    "tmp_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmp_buf": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmp_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "tmp_buffer": {
      "type": {
        "kind": "struct",
        "name": "cudbg_buffer"
      },
      "address": 0
    },
    "tmp_compressed_buffer": {
      "type": {
        "kind": "struct",
        "name": "cudbg_buffer"
      },
      "address": 0
    },
    "tmp_counter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_counter"
        }
      },
      "address": 0
    },
    "tmp_csum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tmp_dcbx_cfg": {
      "type": {
        "kind": "struct",
        "name": "ice_dcbx_cfg"
      },
      "address": 0
    },
    "tmp_decompressed_buffer": {
      "type": {
        "kind": "struct",
        "name": "cudbg_buffer"
      },
      "address": 0
    },
    "tmp_devname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmp_doneq": {
      "type": {
        "kind": "struct",
        "name": "unnamed_134de64cc95f9283"
      },
      "address": 0
    },
    "tmp_dqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_promisc_qp"
        }
      },
      "address": 0
    },
    "tmp_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_mgmt_list_entry"
        }
      },
      "address": 0
    },
    "tmp_fltr": {
      "type": {
        "kind": "struct",
        "name": "ice_fltr_info"
      },
      "address": 0
    },
    "tmp_fltr_info": {
      "type": {
        "kind": "struct",
        "name": "ice_fltr_info"
      },
      "address": 0
    },
    "tmp_gmaps": {
      "type": {
        "kind": "struct",
        "name": "gmap_list_head"
      },
      "address": 0
    },
    "tmp_grefs": {
      "type": {
        "kind": "struct",
        "name": "gref_list_head"
      },
      "address": 0
    },
    "tmp_hdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "tmp_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6f982e8138390398"
      },
      "address": 0
    },
    "tmp_hid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_irq_desc"
        }
      },
      "address": 0
    },
    "tmp_hpdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_pci_dev"
        }
      },
      "address": 0
    },
    "tmp_init_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmp_io": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_hw_io_t"
        }
      },
      "address": 0
    },
    "tmp_knhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "klist"
        }
      },
      "address": 0
    },
    "tmp_knhashmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmp_lba": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmp_loc": {
      "type": {
        "kind": "struct",
        "name": "hid_location"
      },
      "address": 0
    },
    "tmp_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dmamap"
        }
      },
      "address": 0
    },
    "tmp_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tmp_max": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tmp_maxsockbuf": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmp_mpi_reply": {
      "type": {
        "kind": "struct",
        "name": "Mpi2ConfigReply_t"
      },
      "address": 0
    },
    "tmp_ncookies": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "tmp_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_node_t"
        }
      },
      "address": 0
    },
    "tmp_nport": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp_nvm": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tmp_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "tmp_off": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tmp_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmp_olpc_val": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "tmp_opt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsopt"
        }
      },
      "address": 0
    },
    "tmp_opts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "tmp_paprd_rate_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp_phy_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_map_phy_change"
        }
      },
      "address": 0
    },
    "tmp_pipe_mindirect": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tmp_port_change": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_map_port_change"
        }
      },
      "address": 0
    },
    "tmp_pqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_promisc_qp"
        }
      },
      "address": 0
    },
    "tmp_priv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nhop_priv"
        }
      },
      "address": 0
    },
    "tmp_procnum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp_prof_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tmp_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tmp_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp_rss1_thr1": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "tmp_rss1_thr2": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "tmp_rtm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rt_msghdr"
        }
      },
      "address": 0
    },
    "tmp_sb_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmp_scratch_buff": {
      "type": {
        "kind": "struct",
        "name": "cudbg_buffer"
      },
      "address": 0
    },
    "tmp_sectors": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_phys_seg"
        }
      },
      "address": 0
    },
    "tmp_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp_srb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hpt_iop_srb"
        }
      },
      "address": 0
    },
    "tmp_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lb_port_stats"
        }
      },
      "address": 0
    },
    "tmp_tlb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_bucket"
        }
      },
      "address": 0
    },
    "tmp_tln": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_log_id_node"
        }
      },
      "address": 0
    },
    "tmp_tp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "lagg_port"
        }
      },
      "address": 0
    },
    "tmp_txd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hn_txdesc"
        }
      },
      "address": 0
    },
    "tmp_uh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tmp_va": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "__va_list_tag"
        }
      },
      "address": 0
    },
    "tmp_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmp_vport_stats": {
      "type": {
        "kind": "struct",
        "name": "mlx4_counter"
      },
      "address": 0
    },
    "tmp_vsi_ctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsi_ctx"
        }
      },
      "address": 0
    },
    "tmpaclp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "acl"
        }
      },
      "address": 0
    },
    "tmpaddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmparg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpbits": {
      "type": {
        "kind": "struct",
        "name": "nfsattrbit_t"
      },
      "address": 0
    },
    "tmpbssid": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmpbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_consumer"
        }
      },
      "address": 0
    },
    "tmpd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_disk"
        }
      },
      "address": 0
    },
    "tmpdigest": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpdisk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_disk"
        }
      },
      "address": 0
    },
    "tmpdst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmpe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "tmpentry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "spdcache_entry"
        }
      },
      "address": 0
    },
    "tmpep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_event"
        }
      },
      "address": 0
    },
    "tmpfs_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574581136
    },
    "tmpfs_access_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574581248
    },
    "tmpfs_alloc_dirent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574604736
    },
    "tmpfs_alloc_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574607312
    },
    "tmpfs_alloc_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602768
    },
    "tmpfs_alloc_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574605568
    },
    "tmpfs_cached_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583216
    },
    "tmpfs_can_alloc_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602048
    },
    "tmpfs_check_mtime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574614336
    },
    "tmpfs_check_rw_maps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574599824
    },
    "tmpfs_chflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574614512
    },
    "tmpfs_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574614736
    },
    "tmpfs_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574615008
    },
    "tmpfs_chsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574615312
    },
    "tmpfs_chtimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574615536
    },
    "tmpfs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583728
    },
    "tmpfs_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583248
    },
    "tmpfs_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574593120
    },
    "tmpfs_deleteextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574591248
    },
    "tmpfs_destroy_vobject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574605184
    },
    "tmpfs_dir_RB_REMOVE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574610000
    },
    "tmpfs_dir_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574608144
    },
    "tmpfs_dir_attach_dup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574609408
    },
    "tmpfs_dir_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574610528
    },
    "tmpfs_dir_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574609680
    },
    "tmpfs_dir_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574608800
    },
    "tmpfs_dir_getdents": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574610896
    },
    "tmpfs_dir_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574609008
    },
    "tmpfs_dir_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574608864
    },
    "tmpfs_dir_whiteout_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574612544
    },
    "tmpfs_dir_whiteout_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574608048
    },
    "tmpfs_dirent_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574604512
    },
    "tmpfs_extattr_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583152
    },
    "tmpfs_extattr_update_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574594032
    },
    "tmpfs_fhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574597808
    },
    "tmpfs_fifo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574594592
    },
    "tmpfs_fifoop_entries": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609569216
    },
    "tmpfs_fifoops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tmpfs_fnops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071612510672
    },
    "tmpfs_fo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574581008
    },
    "tmpfs_fplookup_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583760
    },
    "tmpfs_fplookup_vexec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574581072
    },
    "tmpfs_free_dirent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574605104
    },
    "tmpfs_free_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574603696
    },
    "tmpfs_free_node_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574603968
    },
    "tmpfs_free_tmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574594656
    },
    "tmpfs_free_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574607232
    },
    "tmpfs_fsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574585088
    },
    "tmpfs_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574581872
    },
    "tmpfs_getextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574590752
    },
    "tmpfs_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574590656
    },
    "tmpfs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574598128
    },
    "tmpfs_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574584528
    },
    "tmpfs_itimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574615696
    },
    "tmpfs_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574585312
    },
    "tmpfs_listextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574591024
    },
    "tmpfs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574593152
    },
    "tmpfs_lookup1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574593232
    },
    "tmpfs_mem_avail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602512
    },
    "tmpfs_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574589568
    },
    "tmpfs_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583504
    },
    "tmpfs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609570760
    },
    "tmpfs_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574594800
    },
    "tmpfs_need_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574590704
    },
    "tmpfs_node_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602272
    },
    "tmpfs_node_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602352
    },
    "tmpfs_node_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602432
    },
    "tmpfs_node_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602368
    },
    "tmpfs_node_pool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612510904
    },
    "tmpfs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583568
    },
    "tmpfs_opts": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609570560
    },
    "tmpfs_page_inserted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601888
    },
    "tmpfs_page_removed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601968
    },
    "tmpfs_pager_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601376
    },
    "tmpfs_pager_freespace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601808
    },
    "tmpfs_pager_getvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601680
    },
    "tmpfs_pager_ops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071609571208
    },
    "tmpfs_pager_release_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601568
    },
    "tmpfs_pager_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609571200
    },
    "tmpfs_pager_update_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574601456
    },
    "tmpfs_pager_writecount_recalc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616176
    },
    "tmpfs_pages_check_avail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602592
    },
    "tmpfs_pages_reserved": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071609571472
    },
    "tmpfs_pages_used": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602560
    },
    "tmpfs_partial_page_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574613312
    },
    "tmpfs_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583024
    },
    "tmpfs_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574582912
    },
    "tmpfs_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583824
    },
    "tmpfs_read_pgcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583920
    },
    "tmpfs_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574590224
    },
    "tmpfs_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574590560
    },
    "tmpfs_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574582560
    },
    "tmpfs_ref_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602720
    },
    "tmpfs_reg_punch_hole": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574613728
    },
    "tmpfs_reg_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574612896
    },
    "tmpfs_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574585136
    },
    "tmpfs_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574585488
    },
    "tmpfs_rename_restarts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612510896
    },
    "tmpfs_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574589600
    },
    "tmpfs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574597360
    },
    "tmpfs_rw_to_ro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574598208
    },
    "tmpfs_set_accessed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574612512
    },
    "tmpfs_set_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574616016
    },
    "tmpfs_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574582192
    },
    "tmpfs_setextattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574591536
    },
    "tmpfs_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574581312
    },
    "tmpfs_statfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574597424
    },
    "tmpfs_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tmpfs_subr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602144
    },
    "tmpfs_subr_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574602464
    },
    "tmpfs_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574590176
    },
    "tmpfs_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574597552
    },
    "tmpfs_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574615424
    },
    "tmpfs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574598192
    },
    "tmpfs_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574596704
    },
    "tmpfs_update_mtime_lazy_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574600848
    },
    "tmpfs_updateopts": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609570688
    },
    "tmpfs_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071609570784
    },
    "tmpfs_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609570224
    },
    "tmpfs_vfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tmpfs_vn_get_ino_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574593936
    },
    "tmpfs_vnodeop_entries": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609567856
    },
    "tmpfs_vnodeop_nonc_entries": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071609568536
    },
    "tmpfs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tmpfs_vptocnp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574592176
    },
    "tmpfs_vptocnp_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574594288
    },
    "tmpfs_vptofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574592128
    },
    "tmpfs_whiteout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574583360
    },
    "tmpfs_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574584192
    },
    "tmpfsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609570480
    },
    "tmph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "helper"
        }
      },
      "address": 0
    },
    "tmphdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "MPI2_REQUEST_HEADER"
        }
      },
      "address": 0
    },
    "tmphhh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hhook_head"
        }
      },
      "address": 0
    },
    "tmpid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmpidx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmpinp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inpcb"
        }
      },
      "address": 0
    },
    "tmpint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tmpkey": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmpkif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kkif"
        }
      },
      "address": 0
    },
    "tmpkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_ktable"
        }
      },
      "address": 0
    },
    "tmplc": {
      "type": {
        "kind": "struct",
        "name": "loginclass"
      },
      "address": 0
    },
    "tmplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmplength": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmplist": {
      "type": {
        "kind": "struct",
        "name": "unnamed_02ceb97e0ad60933"
      },
      "address": 0
    },
    "tmplong": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tmpm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map"
        }
      },
      "address": 0
    },
    "tmpmac": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tmpmap": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "tmpmax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tmpmeshid": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmpmkey": {
      "type": {
        "count": 192,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmpmode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tmpname": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpnvl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "tmpnvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvpair_t"
        }
      },
      "address": 0
    },
    "tmpopts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "tmpout": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "iommu_map_entry"
          }
        }
      },
      "address": 0
    },
    "tmppath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_path"
        }
      },
      "address": 0
    },
    "tmpproto": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpq": {
      "type": {
        "kind": "struct",
        "name": "pf_krulequeue"
      },
      "address": 0
    },
    "tmprg_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_recp_grp_entry"
        }
      },
      "address": 0
    },
    "tmproutes_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131056
    },
    "tmproutes_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577131024
    },
    "tmproutes_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577130656
    },
    "tmpsaidx": {
      "type": {
        "kind": "struct",
        "name": "secasindex"
      },
      "address": 0
    },
    "tmpsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_subdisk"
        }
      },
      "address": 0
    },
    "tmpset": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "tmpsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmpsrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tmpssid": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpstr": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpstr2": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tmpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xs_dev_transaction"
        }
      },
      "address": 0
    },
    "tmpuinfo": {
      "type": {
        "kind": "struct",
        "name": "uidinfo"
      },
      "address": 0
    },
    "tmpv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_volume"
        }
      },
      "address": 0
    },
    "tmpva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmpval": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tmpval2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tmpvar": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tmpw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xs_dev_watch"
        }
      },
      "address": 0
    },
    "tmsqk": {
      "type": {
        "kind": "struct",
        "name": "msqid_kernel"
      },
      "address": 0
    },
    "tmsqk32": {
      "type": {
        "kind": "struct",
        "name": "msqid_kernel32"
      },
      "address": 0
    },
    "tn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "tn1010_advertise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741760
    },
    "tn1010_autoneg_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741600
    },
    "tn1010_autoneg_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741680
    },
    "tn1010_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741904
    },
    "tn1010_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608431392
    },
    "tn1010_power_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568742240
    },
    "tn1010_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741552
    },
    "tn1010_set_speed_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741888
    },
    "tname": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tnc": {
      "type": {
        "kind": "struct",
        "name": "netconfig"
      },
      "address": 0
    },
    "tnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvd_disk"
        }
      },
      "address": 0
    },
    "tnes": {
      "type": {
        "kind": "struct",
        "name": "nfsexstuff"
      },
      "address": 0
    },
    "tnfhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsfh"
        }
      },
      "address": 0
    },
    "tnfsquad": {
      "type": {
        "kind": "union",
        "name": "nfsquad_t"
      },
      "address": 0
    },
    "tnfsva": {
      "type": {
        "kind": "struct",
        "name": "nfsvattr"
      },
      "address": 0
    },
    "tnl_cong_drops": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tnl_lso": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpl_tx_tnl_lso"
        }
      },
      "address": 0
    },
    "tnl_type": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tnlhdr_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tnls": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_tunnel_type_scan"
        }
      },
      "address": 0
    },
    "tnn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "null_node"
        }
      },
      "address": 0
    },
    "tnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "tnp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tnp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_node"
        }
      },
      "address": 0
    },
    "to": {
      "type": {
        "kind": "struct",
        "name": "tcpopt"
      },
      "address": 0
    },
    "toCopy": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "toFlush": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "toFlushSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "toLoad": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "to_add": {
      "type": {
        "kind": "struct",
        "name": "ixl_ftl_head"
      },
      "address": 0
    },
    "to_add_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "to_ccbh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ccb_hdr"
        }
      },
      "address": 0
    },
    "to_clear": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "to_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "to_del": {
      "type": {
        "kind": "struct",
        "name": "ixl_ftl_head"
      },
      "address": 0
    },
    "to_del_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "to_diroffset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "to_end": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "to_even_word": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "to_free": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "to_kill_gmaps_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609526552
    },
    "to_kill_gmaps_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609526288
    },
    "to_kill_gmaps_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609526312
    },
    "to_kill_grefs_mtx_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609526432
    },
    "to_kill_grefs_mtx_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609526240
    },
    "to_kill_grefs_mtx_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609526264
    },
    "to_pr": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "to_read": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "to_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtscsi_request"
        }
      },
      "address": 0
    },
    "to_sbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "to_set": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "to_unlock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "to_write": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tob": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ttyoutq_block"
        }
      },
      "address": 0
    },
    "tobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "tobject": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "toch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioc_toc_header"
        }
      },
      "address": 0
    },
    "toclear": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "toclient": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tocopy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tocp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tod": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "toedev"
        }
      },
      "address": 0
    },
    "todo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "todo2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "todrop": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "toe_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568844880
    },
    "toelem": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "toeplitz.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "toeplitz_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577154944
    },
    "toff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tofree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statfs"
        }
      },
      "address": 0
    },
    "toggle": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tok": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "au_token"
        }
      },
      "address": 0
    },
    "tok_getnumber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571337296
    },
    "tok_syntax": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571337744
    },
    "tokarray": {
      "type": {
        "kind": "struct",
        "name": "tokarray_t"
      },
      "address": 0
    },
    "token": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tokenSpace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "token_cmd": {
      "type": {
        "kind": "struct",
        "name": "ixgbe_hic_phy_token_req"
      },
      "address": 0
    },
    "tokens": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613057392
    },
    "toklen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "toname": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tond": {
      "type": {
        "kind": "struct",
        "name": "nameidata"
      },
      "address": 0
    },
    "tondflags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tooLarge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tooSmall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "toobig": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tool": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "top": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "topSum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "top_expander": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "top_speed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "topbtpad_ids": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610092432
    },
    "topfsid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "topo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "topo_add_node_by_hwid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575988896
    },
    "topo_analyze": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575989536
    },
    "topo_analyze_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575989584
    },
    "topo_change": {
      "type": {
        "kind": "struct",
        "name": "_map_topology_change"
      },
      "address": 0
    },
    "topo_find_node_by_hwid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575989104
    },
    "topo_init_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575988800
    },
    "topo_init_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575988848
    },
    "topo_layers": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "x86_topo_layer"
        }
      },
      "address": 0
    },
    "topo_next_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575989360
    },
    "topo_next_nonchild_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575989408
    },
    "topo_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581332192
    },
    "topo_probe.cpu_topo_probed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613440500
    },
    "topo_promote_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575989168
    },
    "topo_root": {
      "type": {
        "kind": "struct",
        "name": "topo_node"
      },
      "address": 18446744071613440552
    },
    "topo_set_pu_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575989440
    },
    "topology": {
      "type": {
        "kind": "struct",
        "name": "topo_analysis"
      },
      "address": 0
    },
    "topology_level_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "topology_spec"
        }
      },
      "address": 18446744071585186256
    },
    "topology_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071612528376
    },
    "toread": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "toresume_cpus": {
      "type": {
        "kind": "struct",
        "name": "cpuset_t"
      },
      "address": 18446744071613445200
    },
    "tos": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tosd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "osd"
        }
      },
      "address": 0
    },
    "toss_dup": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tot_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tot_rec_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tot_req_vectors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tot_rings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tot_vectors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total11": {
      "type": {
        "kind": "struct",
        "name": "vmtotal11"
      },
      "address": 0
    },
    "totalBits": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "totalCost": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totalD": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totalDstSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "totalF": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totalMin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totalSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "total_bpages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439232
    },
    "total_bw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_cap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_delay": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_disks_per_row": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "total_dmsecs": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "total_elem_left": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "total_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_granted_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "total_hdr_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_hdr_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_iq_elements": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "total_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_lfcap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_mem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_missed_rx": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "total_num": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_offsets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_openings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_page_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_pageout_threads": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_pkt_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "total_read": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "total_sects": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "total_time": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "total_used": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "total_vfs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totalchn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totalcount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "totalextchn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totalhdrsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "totalsectors": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "totalwritten": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "totblks": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "totdata": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "totdesc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "totlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "totslen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tottimeout": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610028192
    },
    "touch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "touchpad_button": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420456
    },
    "touchpad_buttons": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420396
    },
    "tout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tov": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "towp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclowner"
        }
      },
      "address": 0
    },
    "tp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 0
    },
    "tp2": {
      "type": {
        "kind": "struct",
        "name": "teken_pos_t"
      },
      "address": 0
    },
    "tpScale": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tp_cpl_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_tp_cpl_stats"
        }
      },
      "address": 0
    },
    "tp_ctrl1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tp_ctrl2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tp_err_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_tp_err_stats"
        }
      },
      "address": 0
    },
    "tp_fcoe_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_tp_fcoe_stats"
        }
      },
      "address": 0
    },
    "tp_intr_details": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584735440
    },
    "tp_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992656
    },
    "tp_intr_handler.tp_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735440
    },
    "tp_intr_handler.tp_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584735488
    },
    "tp_intr_handler.tp_intr_info_t3c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071608430464
    },
    "tp_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584735488
    },
    "tp_intr_info_t3c": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_info"
        }
      },
      "address": 18446744071608430464
    },
    "tp_la0": {
      "type": {
        "count": 34,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "field_desc"
        }
      },
      "address": 18446744071584711968
    },
    "tp_la1": {
      "type": {
        "count": 46,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "field_desc"
        }
      },
      "address": 18446744071584713216
    },
    "tp_la2": {
      "type": {
        "count": 44,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "field_desc"
        }
      },
      "address": 18446744071584712512
    },
    "tp_la_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_tp_la"
        }
      },
      "address": 0
    },
    "tp_la_show": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568853920
    },
    "tp_la_show2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568853632
    },
    "tp_la_show3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568853776
    },
    "tp_mib": {
      "type": {
        "count": 94,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tp_mib_type"
        }
      },
      "address": 18446744071608450112
    },
    "tp_pio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_field"
        }
      },
      "address": 0
    },
    "tp_scale_reduction_table": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584425076
    },
    "tp_tick_us": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tp_usm_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tp_usm_stats"
        }
      },
      "address": 0
    },
    "tp_valid": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "tpa_agg_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tpa_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_sw_tpa_info"
        }
      },
      "address": 0
    },
    "tpack": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tpas": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_full_tpa_start"
        }
      },
      "address": 0
    },
    "tpc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tpcInDb": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "tpcScaleReductionTable": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584232222
    },
    "tpc_reg_val": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tpcrg1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tpctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bwi_tpctl"
        }
      },
      "address": 0
    },
    "tpctl_orig": {
      "type": {
        "kind": "struct",
        "name": "bwi_tpctl"
      },
      "address": 0
    },
    "tpcts": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tpdu": {
      "type": {
        "kind": "struct",
        "name": "bstp_tbpdu"
      },
      "address": 0
    },
    "tpeeprom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "firmware"
        }
      },
      "address": 0
    },
    "tpf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pnfsdsfile"
        }
      },
      "address": 0
    },
    "tphashhead": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trimlist_hashhead"
        }
      },
      "address": 0
    },
    "tpif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "tpindex": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tpins": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tstorm_per_port_stats"
        }
      },
      "address": 0
    },
    "tpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tp_params"
        }
      },
      "address": 0
    },
    "tppr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "tpr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tprev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_tag"
        }
      },
      "address": 0
    },
    "tprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575935488
    },
    "tps": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tpsram": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "firmware"
        }
      },
      "address": 0
    },
    "tpte": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 0
    },
    "tq_callback": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "tq_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tqg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqgroup"
        }
      },
      "address": 0
    },
    "tqidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tqp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "taskqueue"
          }
        }
      },
      "address": 0
    },
    "tqrid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tquad": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tr_concat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tr_config": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xpt_traverse_config"
        }
      },
      "address": 0
    },
    "tr_data": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tr_func": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "tr_raid0.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tr_raid1.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tr_raid1e.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tr_raid5.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tr_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_tracker"
        }
      },
      "address": 0
    },
    "trace": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_Trace"
      },
      "address": 0
    },
    "trace_all_panics": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612802904
    },
    "trace_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ti_trace_buf"
        }
      },
      "address": 0
    },
    "trace_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498352
    },
    "trace_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "trace_on_panic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802908
    },
    "trace_start": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "trace_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498480
    },
    "trace_type": {
      "type": {
        "kind": "enum",
        "name": "unnamed_1313acf1690d9ed9"
      },
      "address": 0
    },
    "traced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tracer_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974000
    },
    "tracer_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974016
    },
    "tracer_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974400
    },
    "tracer_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974416
    },
    "tracer_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974384
    },
    "tracer_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568974368
    },
    "tracevp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "track": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "track_event": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "track_stream": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tracker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_resource_tracker"
        }
      },
      "address": 0
    },
    "trackpoint_button": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420460
    },
    "trackpoint_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580474272
    },
    "trackpoint_support": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610091912
    },
    "trackpoint_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580474080
    },
    "trackpoint_sysctl.data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585441680
    },
    "trademark": {
      "type": {
        "count": 62,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071609619024
    },
    "trademark_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609619392
    },
    "trail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "token_t"
        }
      },
      "address": 0
    },
    "trail_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trailer": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "trailer_offset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tramp_64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610189191
    },
    "tranceiver_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "trans": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xs_dev_transaction"
        }
      },
      "address": 0
    },
    "trans_table": {
      "type": {
        "count": 81,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585323824
    },
    "trans_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "transaction": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "transfer": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "transfer_data": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "transfer_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "transfer_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "transient_arena": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmem_t"
        }
      },
      "address": 18446744071609750648
    },
    "transient_arena_storage": {
      "type": {
        "kind": "struct",
        "name": "vmem"
      },
      "address": 18446744071613002880
    },
    "transient_map_hard_failures": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528352
    },
    "transient_map_retries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609580360
    },
    "transient_map_soft_failures": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612528356
    },
    "transient_maps": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612528368
    },
    "transinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahc_transinfo"
        }
      },
      "address": 0
    },
    "transp_iov": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "transp_uio": {
      "type": {
        "kind": "struct",
        "name": "uio"
      },
      "address": 0
    },
    "transport": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "trap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581549952
    },
    "trap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "trap_attr_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "trap_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581554112
    },
    "trap_enotcap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071608209582
    },
    "trap_fatal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581552224
    },
    "trap_frame": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "trapframe"
        }
      },
      "address": 0
    },
    "trap_msg": {
      "type": {
        "count": 33,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587130128
    },
    "trap_pfault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581553264
    },
    "trapcap_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498528
    },
    "trapcap_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575498576
    },
    "traprepress_attr_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "trapsignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575611840
    },
    "trash_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141472
    },
    "trash_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141552
    },
    "trash_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141648
    },
    "trash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580141600
    },
    "trb": {
      "type": {
        "kind": "struct",
        "name": "xhci_trb"
      },
      "address": 0
    },
    "trb_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "trb_link": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xhci_trb"
        }
      },
      "address": 0
    },
    "tre": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "treble": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "feed_eq_coeff_tone"
        }
      },
      "address": 0
    },
    "trecv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_treceive64_wqe_t"
        }
      },
      "address": 0
    },
    "trecv_128": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_128byte_wqe_t"
        }
      },
      "address": 0
    },
    "tree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "tree_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trees.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "treg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tres": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mbuf"
        }
      },
      "address": 0
    },
    "tresid": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "triedrecall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trig": {
      "type": {
        "kind": "enum",
        "name": "intr_trigger"
      },
      "address": 0
    },
    "trig_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trigger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trigger_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_f6af70654eee5f7c"
      },
      "address": 18446744071613296760
    },
    "triggered": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "trim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trim_at": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "trim_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579775024
    },
    "trimlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trivial": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trl_uio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "trpr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "prison"
        }
      },
      "address": 0
    },
    "trq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "request_t"
        }
      },
      "address": 0
    },
    "trs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_tr_raid5_object"
        }
      },
      "address": 0
    },
    "trsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_trsp64_wqe_t"
        }
      },
      "address": 0
    },
    "trsp_128": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_128byte_wqe_t"
        }
      },
      "address": 0
    },
    "trsrc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_tgt_resource_t"
        }
      },
      "address": 0
    },
    "trsw": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "trtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tgt_resource_t"
        }
      },
      "address": 0
    },
    "truephy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "truephy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570329072
    },
    "truephy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608513080
    },
    "truephy_dspcode": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "truephy_dsp"
        }
      },
      "address": 18446744071584858224
    },
    "truephy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584858192
    },
    "truephy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584858064
    },
    "truephy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608513032
    },
    "truephy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608513008
    },
    "truephy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608512968
    },
    "truephy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570329040
    },
    "truephy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570330592
    },
    "truephy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570329408
    },
    "truephy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570330096
    },
    "truephys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584858144
    },
    "trunc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trunc_dependencies": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579880192
    },
    "trunc_indirdep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579935984
    },
    "trunc_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579884912
    },
    "truncate": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "truncm": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "trunk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifvlantrunk"
        }
      },
      "address": 0
    },
    "try": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "try0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "try_bmr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608460656
    },
    "try_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "try_free_snapdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579822448
    },
    "try_no_dvcid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tryagain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trycnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trycount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tryformoredirs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trylater_delay": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "trylimit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tryminvers": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "tryoutcred": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "trypid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trystalecnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "trysteal_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608210676
    },
    "trytid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612808512
    },
    "ts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "ts0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "td_sched"
        }
      },
      "address": 0
    },
    "ts1": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "ts2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "td_sched"
        }
      },
      "address": 0
    },
    "ts2_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ts2_malloc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ts32": {
      "type": {
        "kind": "struct",
        "name": "timespec32"
      },
      "address": 0
    },
    "ts_discard": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "ts_format": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ts_fudge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ts_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ts_rate": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tsa": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tsbt": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tsc": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tsc1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsc2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsc_calibrate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581350096
    },
    "tsc_disabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613453908
    },
    "tsc_early_calib_exact": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613453960
    },
    "tsc_freq": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613453920
    },
    "tsc_freq_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581349024
    },
    "tsc_freq_changing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581348960
    },
    "tsc_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351968
    },
    "tsc_get_timecount_lfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351936
    },
    "tsc_get_timecount_low": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351952
    },
    "tsc_get_timecount_low_lfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351904
    },
    "tsc_get_timecount_low_mfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351856
    },
    "tsc_get_timecount_mfence": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351888
    },
    "tsc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581349344
    },
    "tsc_is_invariant": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613453928
    },
    "tsc_levels_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581349088
    },
    "tsc_levels_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613453952
    },
    "tsc_perf_stat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613453912
    },
    "tsc_post_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613453944
    },
    "tsc_pre_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613453936
    },
    "tsc_read_0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352112
    },
    "tsc_read_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352160
    },
    "tsc_read_2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352208
    },
    "tsc_ref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hyperv_reftsc"
        }
      },
      "address": 0
    },
    "tsc_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610171352
    },
    "tsc_skip_calibration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613453968
    },
    "tsc_tc_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171136
    },
    "tsc_timecounter": {
      "type": {
        "kind": "struct",
        "name": "timecounter"
      },
      "address": 18446744071610171160
    },
    "tscale": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608450012
    },
    "tsclk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608450024
    },
    "tscp_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351840
    },
    "tscp_get_timecount_low": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351824
    },
    "tscval": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "tsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_subdisk"
        }
      },
      "address": 0
    },
    "tsdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbp_dev"
        }
      },
      "address": 0
    },
    "tsecr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsem_int_table_data_e1": {
      "type": {
        "count": 864,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585620976
    },
    "tsem_int_table_data_e1h": {
      "type": {
        "count": 864,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585999712
    },
    "tsem_int_table_data_e2": {
      "type": {
        "count": 952,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586400160
    },
    "tsem_pram_data_e1": {
      "type": {
        "count": 74112,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585621840
    },
    "tsem_pram_data_e1h": {
      "type": {
        "count": 76512,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586000576
    },
    "tsem_pram_data_e2": {
      "type": {
        "count": 151712,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586401120
    },
    "tsemak": {
      "type": {
        "kind": "struct",
        "name": "semid_kernel"
      },
      "address": 0
    },
    "tsemak32": {
      "type": {
        "kind": "struct",
        "name": "semid_kernel32"
      },
      "address": 0
    },
    "tsend": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_tsend64_wqe_t"
        }
      },
      "address": 0
    },
    "tsend_128": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fcp_128byte_wqe_t"
        }
      },
      "address": 0
    },
    "tsep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclsession"
        }
      },
      "address": 0
    },
    "tset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cpuset"
        }
      },
      "address": 0
    },
    "tsf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "statfs"
        }
      },
      "address": 0
    },
    "tsf32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsf64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsfLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsf_beacon": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsf_beacon_old": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsf_beacon_target": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsf_delta": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tsf_delta_bmiss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tsf_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsf_intval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tsf_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsf_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsf_remainder": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tsf_tbtt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsfadjust": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsfl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsfl0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsfl1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsfl_curr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsft": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsftu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsge": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "FW_UPLOAD_TCSGE"
        }
      },
      "address": 0
    },
    "tshmm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "shm_mapping"
        }
      },
      "address": 0
    },
    "tshmseg": {
      "type": {
        "kind": "struct",
        "name": "shmid_kernel"
      },
      "address": 0
    },
    "tshmseg32": {
      "type": {
        "kind": "struct",
        "name": "shmid_kernel32"
      },
      "address": 0
    },
    "tsiz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tslots": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tsm": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tsn": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "tsnow": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "tso": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tso_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tso_cmd": {
      "type": {
        "kind": "struct",
        "name": "q80_tx_cmd_t"
      },
      "address": 0
    },
    "tso_desc": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "tso_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tso_info": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tso_maxlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tso_maxsz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tso_minlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tso_minsg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tso_mtu": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tso_packets": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsolen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsomax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsomaxsegcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsomaxsegsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsomaxsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tsopt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "tsosegsz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "swdevt"
        }
      },
      "address": 0
    },
    "tsr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thr_syscall_req"
        }
      },
      "address": 0
    },
    "tss": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_storage"
        }
      },
      "address": 0
    },
    "tss_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379745
    },
    "tss_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379777
    },
    "tss_sd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "system_segment_descriptor"
        }
      },
      "address": 0
    },
    "tssi": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 0
    },
    "tssi_avg": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "tssp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "amd64tss"
        }
      },
      "address": 0
    },
    "tstamp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tstamp_re": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tstart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tstat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tstate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cstate"
        }
      },
      "address": 0
    },
    "tstateid": {
      "type": {
        "kind": "struct",
        "name": "nfsv4stateid_t"
      },
      "address": 0
    },
    "tstateidp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsv4stateid_t"
        }
      },
      "address": 0
    },
    "tstatus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tstmp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tstmp_nsec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tstmp_sec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tstp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstate"
        }
      },
      "address": 0
    },
    "tstype": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tsval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tsval_from_last": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tt1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tt_vec": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ttd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "ttemp": {
      "type": {
        "kind": "struct",
        "name": "tcphdr"
      },
      "address": 0
    },
    "tth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvme_io_test_thread"
        }
      },
      "address": 0
    },
    "ttl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ttp": {
      "type": {
        "kind": "struct",
        "name": "tone_t"
      },
      "address": 0
    },
    "tts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "ttt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "radix_node"
        }
      },
      "address": 0
    },
    "tty.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tty_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136032
    },
    "tty_alloc_mutex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136048
    },
    "tty_checkoutq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576144864
    },
    "tty_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576145776
    },
    "tty_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576150336
    },
    "tty_drainwait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609767696
    },
    "tty_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576139872
    },
    "tty_hiwat_in_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576144912
    },
    "tty_hiwat_in_unblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576140320
    },
    "tty_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576154480
    },
    "tty_info.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tty_info_kstacks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005440
    },
    "tty_init_console": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576135984
    },
    "tty_inq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tty_intr_event": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_event"
        }
      },
      "address": 18446744071610909544
    },
    "tty_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576140512
    },
    "tty_kqops_read": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609768344
    },
    "tty_kqops_read_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576150864
    },
    "tty_kqops_read_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576150896
    },
    "tty_kqops_write": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609768384
    },
    "tty_kqops_write_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576150944
    },
    "tty_kqops_write_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576150976
    },
    "tty_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_6c6b6c6598610ae7"
      },
      "address": 18446744071609768184
    },
    "tty_list_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609768320
    },
    "tty_list_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613005416
    },
    "tty_list_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613005384
    },
    "tty_list_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609767424
    },
    "tty_list_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609767448
    },
    "tty_makedevf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137968
    },
    "tty_nin": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613005480
    },
    "tty_nout": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613005488
    },
    "tty_outq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tty_pts.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tty_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576175952
    },
    "tty_putstrn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576175552
    },
    "tty_rel_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137296
    },
    "tty_rel_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137712
    },
    "tty_rel_pgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137168
    },
    "tty_rel_sess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137248
    },
    "tty_set_winsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576140432
    },
    "tty_signal_pgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576139440
    },
    "tty_signal_sessleader": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576139264
    },
    "tty_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609768200
    },
    "tty_timedwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576139792
    },
    "tty_tty.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tty_ttydisc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tty_udev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576144832
    },
    "tty_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576135920
    },
    "tty_wait_background": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576134672
    },
    "tty_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137792
    },
    "tty_watermarks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576149872
    },
    "ttyconsdev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609768424
    },
    "ttyconsdev_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576151680
    },
    "ttyconsdev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576151744
    },
    "ttyconsdev_select": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576145760
    },
    "ttyconsdev_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576151952
    },
    "ttydefchars": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585189408
    },
    "ttydev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609767816
    },
    "ttydev_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576147312
    },
    "ttydev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576148240
    },
    "ttydev_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576149584
    },
    "ttydev_leave": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576150064
    },
    "ttydev_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576149344
    },
    "ttydev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576146496
    },
    "ttydev_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576148928
    },
    "ttydev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576147568
    },
    "ttydev_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576147792
    },
    "ttydevsw_defbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137152
    },
    "ttydevsw_defcioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136976
    },
    "ttydevsw_defclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136896
    },
    "ttydevsw_deffree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137120
    },
    "ttydevsw_definwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136944
    },
    "ttydevsw_defioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136960
    },
    "ttydevsw_defmmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137088
    },
    "ttydevsw_defmodem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137072
    },
    "ttydevsw_defopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136880
    },
    "ttydevsw_defoutwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136912
    },
    "ttydevsw_defparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576136992
    },
    "ttydevsw_defpktnotify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576137104
    },
    "ttydisc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576169024
    },
    "ttydisc_echo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576173376
    },
    "ttydisc_echo_force": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576175728
    },
    "ttydisc_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576174832
    },
    "ttydisc_getc_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576175488
    },
    "ttydisc_getc_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576175040
    },
    "ttydisc_modem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576171792
    },
    "ttydisc_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168832
    },
    "ttydisc_optimize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576168928
    },
    "ttydisc_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576169104
    },
    "ttydisc_read_raw_read_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576169920
    },
    "ttydisc_recalc_charlength": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576176144
    },
    "ttydisc_reprint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576173424
    },
    "ttydisc_reprint_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576176096
    },
    "ttydisc_rint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576171904
    },
    "ttydisc_rint_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576174512
    },
    "ttydisc_rint_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576174640
    },
    "ttydisc_rint_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576174768
    },
    "ttydisc_rint_simple": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576174304
    },
    "ttydisc_rubchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576173536
    },
    "ttydisc_rubword": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576174016
    },
    "ttydisc_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576170320
    },
    "ttydisc_write_oproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576171360
    },
    "ttyhook_defrint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576145648
    },
    "ttyhook_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576145008
    },
    "ttyhook_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576145712
    },
    "ttyil_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609768000
    },
    "ttyil_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576151184
    },
    "ttyil_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576151216
    },
    "ttyil_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576151040
    },
    "ttyil_rdwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576151200
    },
    "ttyinq_canonicalize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576159920
    },
    "ttyinq_findchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576159952
    },
    "ttyinq_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576157856
    },
    "ttyinq_flush_secure": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609768944
    },
    "ttyinq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576157552
    },
    "ttyinq_line_iterate_from_linestart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160336
    },
    "ttyinq_line_iterate_from_reprintpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160464
    },
    "ttyinq_peekchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160176
    },
    "ttyinq_read_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576158064
    },
    "ttyinq_reprintpos_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160304
    },
    "ttyinq_reprintpos_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160272
    },
    "ttyinq_setsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576157184
    },
    "ttyinq_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160608
    },
    "ttyinq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609768952
    },
    "ttyinq_unputchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160240
    },
    "ttyinq_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576158944
    },
    "ttyinq_write_nofrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576159408
    },
    "ttyinq_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613005448
    },
    "ttyoutq_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160656
    },
    "ttyoutq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160976
    },
    "ttyoutq_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576161056
    },
    "ttyoutq_read_uio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576161392
    },
    "ttyoutq_setsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576160672
    },
    "ttyoutq_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576162528
    },
    "ttyoutq_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609768976
    },
    "ttyoutq_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576162080
    },
    "ttyoutq_write_nofrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576162288
    },
    "ttyoutq_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613005456
    },
    "ttystates": {
      "type": {
        "count": 22,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_ce989ef641bc70c5"
        }
      },
      "address": 18446744071585189440
    },
    "ttyvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "tu": {
      "type": {
        "kind": "struct",
        "name": "bstp_tcn_unit"
      },
      "address": 0
    },
    "tu64": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tucso": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tuid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tuint": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tumax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tun": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tun_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576958416
    },
    "tun_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576959264
    },
    "tun_clone_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576958256
    },
    "tun_create_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576961088
    },
    "tun_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576964944
    },
    "tun_ioctl_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613051032
    },
    "tun_ioctl_sx_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609832096
    },
    "tun_ioctl_sx_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830736
    },
    "tun_ioctl_sx_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609830760
    },
    "tun_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609833064
    },
    "tun_read_filterops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609832872
    },
    "tun_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576965568
    },
    "tun_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831664
    },
    "tun_write_filterops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609832912
    },
    "tunable": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tunable_bool_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233264
    },
    "tunable_buffer": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tunable_int64_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233136
    },
    "tunable_int_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575232992
    },
    "tunable_long_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233040
    },
    "tunable_mbinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575428976
    },
    "tunable_mbinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609679160
    },
    "tunable_name": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tunable_quad_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233232
    },
    "tunable_str_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233296
    },
    "tunable_uint64_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233184
    },
    "tunable_ulong_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575233088
    },
    "tunclone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576966992
    },
    "tundclone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609832120
    },
    "tundebug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613051024
    },
    "tundtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576959744
    },
    "tune_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mmc_command"
        }
      },
      "address": 0
    },
    "tune_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mmc_data"
        }
      },
      "address": 0
    },
    "tune_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mmc_request"
        }
      },
      "address": 0
    },
    "tuned_nbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tunflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tunhead": {
      "type": {
        "kind": "struct",
        "name": "unnamed_d2e0275bd31599a4"
      },
      "address": 18446744071609832952
    },
    "tunifinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576962448
    },
    "tunifioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576961504
    },
    "tuning_caps_params": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576964656
    },
    "tunioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576954672
    },
    "tunkqdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576960896
    },
    "tunkqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576958064
    },
    "tunkqread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576960928
    },
    "tunkqwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576961056
    },
    "tunmtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613051096
    },
    "tunname": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585234368
    },
    "tunnel": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "tunopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576950656
    },
    "tunoutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576963792
    },
    "tunp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tuninfo"
        }
      },
      "address": 0
    },
    "tunpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576957776
    },
    "tunread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576951328
    },
    "tunrename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576966288
    },
    "tunstart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576963216
    },
    "tunstart_l2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576962464
    },
    "tuntap_drivers": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "tuntap_driver"
        }
      },
      "address": 18446744071609832176
    },
    "tuntap_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609833024
    },
    "tuntapmodevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576966016
    },
    "tunvar": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "tunwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576953280
    },
    "tupledata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "tupleid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "turbo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "turnstile0_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609749248
    },
    "turnstile_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009888
    },
    "turnstile_adjust_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576009984
    },
    "turnstile_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576011072
    },
    "turnstile_assert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576012064
    },
    "turnstile_broadcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576014512
    },
    "turnstile_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576012080
    },
    "turnstile_chain_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576011136
    },
    "turnstile_chain_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576012432
    },
    "turnstile_chains": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "turnstile_chain"
        }
      },
      "address": 18446744071612993920
    },
    "turnstile_claim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576012560
    },
    "turnstile_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071612909080
    },
    "turnstile_disown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576015616
    },
    "turnstile_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576016304
    },
    "turnstile_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576016528
    },
    "turnstile_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576011104
    },
    "turnstile_head": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576016272
    },
    "turnstile_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576016416
    },
    "turnstile_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576011456
    },
    "turnstile_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576012320
    },
    "turnstile_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576014176
    },
    "turnstile_trywait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576011232
    },
    "turnstile_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576011840
    },
    "turnstile_unpend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576014832
    },
    "turnstile_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576013168
    },
    "turnstile_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612999072
    },
    "tv": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tv1": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tv2": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tv32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timeval32"
        }
      },
      "address": 0
    },
    "tv64": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tv_end": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tv_field": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tv_now": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tv_start": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tvd": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "tverf": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "tvfc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsconf"
        }
      },
      "address": 0
    },
    "tvmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "tvol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_volume"
        }
      },
      "address": 0
    },
    "tvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "tvp_s": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tvp_seqc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tvs": {
      "type": {
        "kind": "enum",
        "name": "vgetstate"
      },
      "address": 0
    },
    "tvtohz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575111728
    },
    "tw": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tw_system": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "twiceAntennaGain": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "twiceAntennaReduction": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twiceLargestAntenna": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "twiceMaxEdgePower": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twiceMaxEdgePowerCck": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twiceMaxRDPower": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twiceMaxRegulatoryPower": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twiceMinEdgePower": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twiceMinEdgePowerCck": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twicePower": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twice_antenna_reduction": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twice_array_gain": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "twice_largest_antenna": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "twice_max_edge_power": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twice_min_edge_power": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "twinax_edc": {
      "type": {
        "count": 878,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584705024
    },
    "two": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_aqc_switch_config_element_resp"
        }
      },
      "address": 0
    },
    "two_finger_scroll": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "twok": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "twokm1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "twp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_bde_work"
        }
      },
      "address": 0
    },
    "twr_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tws.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tws_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572807728
    },
    "tws_aen_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572809248
    },
    "tws_aen_synctime_with_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818944
    },
    "tws_assert_soft_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818864
    },
    "tws_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572801904
    },
    "tws_bus_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572808640
    },
    "tws_cam.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tws_cam_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572807136
    },
    "tws_cam_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609394208
    },
    "tws_cam_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572808464
    },
    "tws_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609393960
    },
    "tws_circular_aenq_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572822992
    },
    "tws_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806528
    },
    "tws_cmd_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572809968
    },
    "tws_ctlr_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818464
    },
    "tws_ctlr_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818656
    },
    "tws_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572805312
    },
    "tws_disable_db_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818528
    },
    "tws_display_ctlr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572817200
    },
    "tws_dmamap_cmds_load_cbfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806576
    },
    "tws_dmamap_data_load_cbfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572811712
    },
    "tws_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609393912
    },
    "tws_enable_db_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818592
    },
    "tws_enable_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909376
    },
    "tws_enable_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909380
    },
    "tws_fetch_aen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818928
    },
    "tws_fill_sg_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572815552
    },
    "tws_find_sense_from_mfa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572820880
    },
    "tws_get_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572811360
    },
    "tws_get_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572801104
    },
    "tws_get_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818352
    },
    "tws_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572801088
    },
    "tws_getset_param_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572808928
    },
    "tws_hdm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tws_init_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572816320
    },
    "tws_init_ctlr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572816144
    },
    "tws_init_obfl_q": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572816976
    },
    "tws_init_qs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819856
    },
    "tws_init_reqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806592
    },
    "tws_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572812176
    },
    "tws_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572821184
    },
    "tws_log": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819568
    },
    "tws_map_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572810672
    },
    "tws_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585039024
    },
    "tws_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806512
    },
    "tws_passthru_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572822960
    },
    "tws_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609393864
    },
    "tws_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609393840
    },
    "tws_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609393704
    },
    "tws_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572808448
    },
    "tws_poll4_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818048
    },
    "tws_print_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572820944
    },
    "tws_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572801632
    },
    "tws_probe.first_ctlr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610909384
    },
    "tws_q_insert_head": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572820080
    },
    "tws_q_insert_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572820192
    },
    "tws_q_remove_head": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572820304
    },
    "tws_q_remove_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572820560
    },
    "tws_q_remove_tail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572820432
    },
    "tws_queue_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609393648
    },
    "tws_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806544
    },
    "tws_read_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819760
    },
    "tws_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572814544
    },
    "tws_release_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572801472
    },
    "tws_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572814784
    },
    "tws_reset_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572813680
    },
    "tws_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806496
    },
    "tws_scsi_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572815088
    },
    "tws_send_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572800896
    },
    "tws_send_generic_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818208
    },
    "tws_send_scsi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572810016
    },
    "tws_services.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tws_set_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572811040
    },
    "tws_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572800672
    },
    "tws_sev_str": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "count": 8,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609394224
    },
    "tws_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806432
    },
    "tws_submit_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572817472
    },
    "tws_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806480
    },
    "tws_swap16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819632
    },
    "tws_swap32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819648
    },
    "tws_swap64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819664
    },
    "tws_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572800800
    },
    "tws_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572810272
    },
    "tws_trace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819072
    },
    "tws_turn_off_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572818496
    },
    "tws_turn_on_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572817440
    },
    "tws_unmap_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572809008
    },
    "tws_use_32bit_sgls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909388
    },
    "tws_user.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "tws_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572806560
    },
    "tws_write_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572819680
    },
    "tx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx32": {
      "type": {
        "kind": "struct",
        "name": "timex32"
      },
      "address": 0
    },
    "txFrm2TxDStart": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txLat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txPower": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "txPowerIndexOffset": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "txRxAttenLocal": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "txStopped": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "txTime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_accept_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_alignment": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_ant": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_ant_cmd": {
      "type": {
        "kind": "struct",
        "name": "iwm_tx_ant_cfg_cmd"
      },
      "address": 0
    },
    "tx_bd_avail": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_boundary": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tx_br": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf_ring"
        }
      },
      "address": 0
    },
    "tx_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bxe_sw_tx_bd"
        }
      },
      "address": 0
    },
    "tx_bytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_c": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tx_chain_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_chainmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_cmb_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_tx_cmd_t"
        }
      },
      "address": 0
    },
    "tx_cmd_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_cnt": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "tx_cntxt_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_tx_cntxt_req_t"
        }
      },
      "address": 0
    },
    "tx_cons": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_corr_coeff": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071608411264
    },
    "tx_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_counter": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_ctls": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ice_tx_cso_stat_info"
        }
      },
      "address": 0
    },
    "tx_cyc": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "tx_data": {
      "type": {
        "kind": "struct",
        "name": "wpi_buf"
      },
      "address": 0
    },
    "tx_data_bd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_tx_bd"
        }
      },
      "address": 0
    },
    "tx_deep_copy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609515248
    },
    "tx_defragged": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_tx_desc"
        }
      },
      "address": 0
    },
    "tx_difs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_discards": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_done": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_driver": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_driver_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_drv_brdct": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_dsr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_en_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_tx_cso_stat_info"
        }
      },
      "address": 0
    },
    "tx_equal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_frame_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_frames": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_frames_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_gain": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_gain_table_max": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tx_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_tx_info"
        }
      },
      "address": 0
    },
    "tx_intr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_ip6_csum_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_ip_csum_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_itr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_kring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "tx_lane_swap": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_lat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_latency": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_le": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "msk_tx_desc"
        }
      },
      "address": 0
    },
    "tx_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_list_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_max_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_mcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_next_bd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_tx_next_bd"
        }
      },
      "address": 0
    },
    "tx_offload_none": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_ok": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "tx_on_gpio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_only_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_queue_setup_tx_only_params"
        }
      },
      "address": 0
    },
    "tx_pause": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "tx_pfc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_pifs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_pkts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_pool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "tx_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_priority": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_prod": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_qidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_que": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_tx_queue"
        }
      },
      "address": 0
    },
    "tx_queue_dropped": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_rate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tx_rate"
        }
      },
      "address": 0
    },
    "tx_ready_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568959024
    },
    "tx_reqs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_tx_resp"
        }
      },
      "address": 0
    },
    "tx_resp_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tx_ret": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_ring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfe_tx_ring"
        }
      },
      "address": 0
    },
    "tx_ring_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_ring_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_ring_entries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_ring_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_ring_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_rings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tx_rsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "q80_tx_cntxt_rsp_t"
        }
      },
      "address": 0
    },
    "tx_set_ic": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_sifs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_slots": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_space": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_src_addr_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_start_bd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_tx_start_bd"
        }
      },
      "address": 0
    },
    "tx_start_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_func_tx_start_params"
        }
      },
      "address": 0
    },
    "tx_stat_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "tx_state": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "port_tx_state"
        }
      },
      "address": 0
    },
    "tx_stats": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "tx_stats_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "tx_status": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "tx_status0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_status1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_status_strings": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587150080
    },
    "tx_tcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_threshold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608466740
    },
    "tx_time_dur": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "tx_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_timer_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "tx_total_pkt_size_bd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eth_tx_bd"
        }
      },
      "address": 0
    },
    "tx_ucast": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "tx_xcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txaccum": {
      "type": {
        "kind": "struct",
        "name": "vtnet_txq_stats"
      },
      "address": 0
    },
    "txant": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "txantenna": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_tx_buf_t"
        }
      },
      "address": 0
    },
    "txb_backup": {
      "type": {
        "kind": "struct",
        "name": "netif_tx_back_ring_t"
      },
      "address": 0
    },
    "txbb1dbgain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txbb6dbgain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txbbs_skipped": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txbbs_stamp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tx_bd"
        }
      },
      "address": 0
    },
    "txbr_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmxnet3_comp_ring"
        }
      },
      "address": 0
    },
    "txcd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmxnet3_txcompdesc"
        }
      },
      "address": 0
    },
    "txcfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txclk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txconf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txcw": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "i40e_tx_desc"
        }
      },
      "address": 0
    },
    "txd_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txd_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rl_txdesc"
        }
      },
      "address": 0
    },
    "txd_lower": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txd_upper": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_tx_data"
        }
      },
      "address": 0
    },
    "txdctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txdesc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "upgt_lmac_tx_desc"
        }
      },
      "address": 0
    },
    "txdone": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txdrs": {
      "type": {
        "kind": "struct",
        "name": "XDR"
      },
      "address": 0
    },
    "txdur": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txerr_interval": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071584715200
    },
    "txerr_ratecheck": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610628608
    },
    "txf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_xform"
        }
      },
      "address": 0
    },
    "txf_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txfer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_xfer"
        }
      },
      "address": 0
    },
    "txform": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_xform"
        }
      },
      "address": 0
    },
    "txfrag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txgain": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585080592
    },
    "txgain_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtnet_tx_header"
        }
      },
      "address": 0
    },
    "txidle": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "txiqcal_status": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "txiqcal_success_flag": {
      "type": {
        "kind": "enum",
        "name": "unnamed_09816ccd075c0f10"
      },
      "address": 0
    },
    "txkring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "txlast": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txmac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txmaxsegsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "txmode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "txmon": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "txmxrgain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txoplim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fxp_tx"
        }
      },
      "address": 0
    },
    "txparams": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "txpause": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txpbthresh": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txpkt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ulp_txpkt"
        }
      },
      "address": 0
    },
    "txpktsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txpow": {
      "type": {
        "kind": "struct",
        "name": "ieee80211req_sta_txpow"
      },
      "address": 0
    },
    "txpow1": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "txpow2": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "txpow3": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "txpow_bound": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "txpower": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "txpower_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "signed char"
        }
      },
      "address": 0
    },
    "txpwr_diff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txq": {
      "type": {
        "kind": "struct",
        "name": "i40e_hmc_obj_txq"
      },
      "address": 0
    },
    "txq_desc": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "txq_fills": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610625772
    },
    "txq_i": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txq_map": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "txq_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "txq_names": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "txq_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "txqid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "txqp": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_tx_queue_params"
      },
      "address": 0
    },
    "txqpoid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "txqpoidlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "txqs": {
      "type": {
        "kind": "struct",
        "name": "txq_state"
      },
      "address": 0
    },
    "txqs_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "txqsizes": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "txqueued": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tx_ring"
        }
      },
      "address": 0
    },
    "txrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_ring"
        }
      },
      "address": 0
    },
    "txrxAtten": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "txrx_ctrl_step": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txrx_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txrx_intr_status": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "txrx_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "txs": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_ratectl_tx_status"
      },
      "address": 0
    },
    "txs_backup": {
      "type": {
        "kind": "struct",
        "name": "netif_tx_sring_t"
      },
      "address": 0
    },
    "txsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "et_txstatus_data"
        }
      },
      "address": 0
    },
    "txseginfo_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613059344
    },
    "txsegs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "txsegsz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "txseq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "txseginfo"
        }
      },
      "address": 0
    },
    "txslist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "txsnode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "txst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtnet_txq_stats"
        }
      },
      "address": 0
    },
    "txstat": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "txstats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "UPT1_TxStats"
        }
      },
      "address": 0
    },
    "txstream": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "txtap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_tx_radiotap_header"
        }
      },
      "address": 0
    },
    "txtbuf": {
      "type": {
        "kind": "struct",
        "name": "ocs_textbuf_t"
      },
      "address": 0
    },
    "txtrndrsw": {
      "type": {
        "kind": "struct",
        "name": "sc_rndr_sw_t"
      },
      "address": 18446744071610213376
    },
    "txvq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtqueue"
        }
      },
      "address": 0
    },
    "txwi": {
      "type": {
        "kind": "struct",
        "name": "rt2860_txwi"
      },
      "address": 0
    },
    "txwisize": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "typ": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "type": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "type_a": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "type_cmd_tso_mss": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "type_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "type_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_medium_type_data"
        }
      },
      "address": 0
    },
    "type_guid": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hyperv_guid"
        }
      },
      "address": 0
    },
    "type_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "type_len": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "type_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "type_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "type_refs": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "type_text": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "type_tucmd_mlhl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "type_val": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "typelen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "typelength": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "types": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "typestr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "typestruct": {
      "type": {
        "kind": "struct",
        "name": "ng_type"
      },
      "address": 18446744071609894384
    },
    "tz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "tzero": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "tzp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timezone"
        }
      },
      "address": 0
    },
    "u": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "u1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "u16ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "u2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "u2l": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585137632
    },
    "u3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "u32": {
      "type": {
        "kind": "union",
        "name": "unnamed_a08f4f861d652100"
      },
      "address": 0
    },
    "u3g.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "u3g_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573374352
    },
    "u3g_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585081504
    },
    "u3g_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377008
    },
    "u3g_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377056
    },
    "u3g_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377216
    },
    "u3g_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585082112
    },
    "u3g_config_tmp": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "u3g_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573375824
    },
    "u3g_devs": {
      "type": {
        "count": 434,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607447200
    },
    "u3g_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609433960
    },
    "u3g_driver_loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573373392
    },
    "u3g_etag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610909880
    },
    "u3g_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377696
    },
    "u3g_huawei_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573374128
    },
    "u3g_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573376656
    },
    "u3g_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585081440
    },
    "u3g_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377648
    },
    "u3g_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573374240
    },
    "u3g_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573376512
    },
    "u3g_sael_m460_init.setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585081648
    },
    "u3g_sierra_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573374192
    },
    "u3g_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377392
    },
    "u3g_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377552
    },
    "u3g_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377472
    },
    "u3g_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377600
    },
    "u3g_test_autoinst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573373504
    },
    "u3g_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609433912
    },
    "u3g_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609433888
    },
    "u3g_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609433728
    },
    "u3g_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573376112
    },
    "u64": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "uCactivate": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_val"
        }
      },
      "address": 18446744071584704992
    },
    "uCclock40MHz": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_val"
        }
      },
      "address": 18446744071584704960
    },
    "uCclockActivate": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "reg_val"
        }
      },
      "address": 0
    },
    "uPosition": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "uPwr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "uStart": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "u_hostname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "u_ip4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_addr"
        }
      },
      "address": 0
    },
    "u_ip6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_addr"
        }
      },
      "address": 0
    },
    "u_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "u_nsec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "u_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "u_sec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "u_ts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "ua": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_upd_c"
        }
      },
      "address": 0
    },
    "uaa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_attach_arg"
        }
      },
      "address": 0
    },
    "uabs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uinput_abs_setup"
        }
      },
      "address": 0
    },
    "uaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "uaddr2taddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579646240
    },
    "uaddr_val": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "uaddrs": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "uap": {
      "type": {
        "kind": "struct",
        "name": "_umtx_op_args"
      },
      "address": 0
    },
    "uap1": {
      "type": {
        "kind": "struct",
        "name": "sysarch_args"
      },
      "address": 0
    },
    "uapl": {
      "type": {
        "kind": "struct",
        "name": "i386_ldt_args"
      },
      "address": 0
    },
    "uapl32": {
      "type": {
        "kind": "struct",
        "name": "i386_ldt_args32"
      },
      "address": 0
    },
    "uapsd_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uar": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_uar"
        }
      },
      "address": 0
    },
    "uar_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uargs": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "uargsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "uargsptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "uark.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uark_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377824
    },
    "uark_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573378432
    },
    "uark_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573378304
    },
    "uark_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585082368
    },
    "uark_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573378592
    },
    "uark_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573378720
    },
    "uark_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573378624
    },
    "uark_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573378192
    },
    "uark_devs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607461088
    },
    "uark_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609434320
    },
    "uark_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379376
    },
    "uark_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585082304
    },
    "uark_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379344
    },
    "uark_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379184
    },
    "uark_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573377760
    },
    "uark_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379216
    },
    "uark_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379280
    },
    "uark_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379248
    },
    "uark_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379312
    },
    "uark_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609434272
    },
    "uark_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609434248
    },
    "uark_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609434088
    },
    "uark_xfer_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585082512
    },
    "uart_acpi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609398152
    },
    "uart_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609398104
    },
    "uart_acpi_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585039392
    },
    "uart_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609398080
    },
    "uart_acpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572823152
    },
    "uart_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609398040
    },
    "uart_add_sysdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825600
    },
    "uart_attach_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401664
    },
    "uart_bus_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_bus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572827728
    },
    "uart_bus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572830208
    },
    "uart_bus_ihand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825856
    },
    "uart_bus_ipend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572827104
    },
    "uart_bus_isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_bus_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_bus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572827216
    },
    "uart_bus_puc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_bus_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572830528
    },
    "uart_bus_space_io": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613485368
    },
    "uart_bus_space_mem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610213640
    },
    "uart_bus_sysdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572827184
    },
    "uart_classes": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "uart_class"
          }
        }
      },
      "address": 0
    },
    "uart_cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852272
    },
    "uart_cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852704
    },
    "uart_cninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852032
    },
    "uart_cnprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572851728
    },
    "uart_cnputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852496
    },
    "uart_cnresume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852736
    },
    "uart_cnterm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852080
    },
    "uart_cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852720
    },
    "uart_consdev": {
      "type": {
        "kind": "struct",
        "name": "consdev"
      },
      "address": 18446744071609401976
    },
    "uart_consdev_ops": {
      "type": {
        "kind": "struct",
        "name": "consdev_ops"
      },
      "address": 18446744071585042896
    },
    "uart_console": {
      "type": {
        "kind": "struct",
        "name": "uart_devinfo"
      },
      "address": 18446744071610909552
    },
    "uart_core.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_cpu_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_cpu_acpi_spcr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572830896
    },
    "uart_cpu_eqres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582303648
    },
    "uart_cpu_getdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582303680
    },
    "uart_cpu_x86.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_dbg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_dbg_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572831568
    },
    "uart_dbg_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572831808
    },
    "uart_dbg_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572832064
    },
    "uart_dbg_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572832304
    },
    "uart_dbg_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572832512
    },
    "uart_dbgport": {
      "type": {
        "kind": "struct",
        "name": "uart_devinfo"
      },
      "address": 18446744071610909408
    },
    "uart_detach_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401688
    },
    "uart_dev_ns8250.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_driver_name": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585042256
    },
    "uart_flush_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401712
    },
    "uart_force_poll": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909400
    },
    "uart_gdb_dbgport": {
      "type": {
        "kind": "struct",
        "name": "gdb_dbgport"
      },
      "address": 18446744071609400632
    },
    "uart_getenv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572849328
    },
    "uart_getname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825632
    },
    "uart_getops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825664
    },
    "uart_getrange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825696
    },
    "uart_getreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572835600
    },
    "uart_getregiowidth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825760
    },
    "uart_getregshift": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825728
    },
    "uart_getsig_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401736
    },
    "uart_grab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572830608
    },
    "uart_grab_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401928
    },
    "uart_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852752
    },
    "uart_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572829664
    },
    "uart_intr_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825968
    },
    "uart_intr_overrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572826080
    },
    "uart_intr_rxready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572826336
    },
    "uart_intr_sigchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572826608
    },
    "uart_intr_txidle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572827008
    },
    "uart_ioctl_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401760
    },
    "uart_ipend_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401784
    },
    "uart_isa_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609398392
    },
    "uart_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609398344
    },
    "uart_isa_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585039472
    },
    "uart_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609398320
    },
    "uart_isa_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572823536
    },
    "uart_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609398256
    },
    "uart_ns8250_class": {
      "type": {
        "kind": "struct",
        "name": "uart_class"
      },
      "address": 18446744071609400864
    },
    "uart_ns8250_ops": {
      "type": {
        "kind": "struct",
        "name": "uart_ops"
      },
      "address": 18446744071609400816
    },
    "uart_param_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401808
    },
    "uart_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572824384
    },
    "uart_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572824656
    },
    "uart_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609399984
    },
    "uart_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609399936
    },
    "uart_pci_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572824768
    },
    "uart_pci_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585039584
    },
    "uart_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609399912
    },
    "uart_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572823696
    },
    "uart_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609399872
    },
    "uart_poll_freq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609400624
    },
    "uart_pps_mode_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572830800
    },
    "uart_probe_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401832
    },
    "uart_puc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609400192
    },
    "uart_puc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609400144
    },
    "uart_puc_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585042160
    },
    "uart_puc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609400120
    },
    "uart_puc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825344
    },
    "uart_pucmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609400080
    },
    "uart_receive_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401856
    },
    "uart_sched_softih": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572825792
    },
    "uart_setreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572835712
    },
    "uart_setsig_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401880
    },
    "uart_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_sysdevs": {
      "type": {
        "kind": "struct",
        "name": "uart_devinfo_list"
      },
      "address": 18446744071610909392
    },
    "uart_transmit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401904
    },
    "uart_tty.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uart_tty_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572851392
    },
    "uart_tty_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572854352
    },
    "uart_tty_class": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609402264
    },
    "uart_tty_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572853008
    },
    "uart_tty_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572851600
    },
    "uart_tty_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572854336
    },
    "uart_tty_getlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572851696
    },
    "uart_tty_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572850512
    },
    "uart_tty_inwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572853328
    },
    "uart_tty_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572853504
    },
    "uart_tty_modem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572854224
    },
    "uart_tty_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572852960
    },
    "uart_tty_outwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572851232
    },
    "uart_tty_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572853712
    },
    "uart_ungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572830704
    },
    "uart_ungrab_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609401952
    },
    "uart_z8530_class": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uasize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "uath_alloc_data_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573266320
    },
    "uath_alloc_rx_data_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573255520
    },
    "uath_alloc_tx_data_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573255760
    },
    "uath_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573250336
    },
    "uath_bulk_rx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573261264
    },
    "uath_bulk_tx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573263728
    },
    "uath_cmdsend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573264384
    },
    "uath_countrycode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909872
    },
    "uath_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573254544
    },
    "uath_devs": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607442816
    },
    "uath_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609421648
    },
    "uath_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573267472
    },
    "uath_get_capability": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573266192
    },
    "uath_intr_rx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573260128
    },
    "uath_intr_tx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573260896
    },
    "uath_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573250272
    },
    "uath_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585067696
    },
    "uath_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573267728
    },
    "uath_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573258176
    },
    "uath_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573256432
    },
    "uath_regdomain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909876
    },
    "uath_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573256960
    },
    "uath_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573256944
    },
    "uath_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573256976
    },
    "uath_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573264880
    },
    "uath_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573264192
    },
    "uath_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573269200
    },
    "uath_switch_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573266704
    },
    "uath_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573257872
    },
    "uath_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573265696
    },
    "uath_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609421600
    },
    "uath_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609421576
    },
    "uath_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609421440
    },
    "uath_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573257472
    },
    "uath_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573257632
    },
    "uath_usbconfig": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585067760
    },
    "uath_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573257184
    },
    "uath_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573257424
    },
    "uath_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573269408
    },
    "uath_wme_11g": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "uath_wme_settings"
        }
      },
      "address": 18446744071584047776
    },
    "uath_wme_init.uath_wme_11g": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584047776
    },
    "ub": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ub32": {
      "type": {
        "kind": "struct",
        "name": "stat32"
      },
      "address": 0
    },
    "ubf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrb"
        }
      },
      "address": 0
    },
    "ubound": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_map_entry"
        }
      },
      "address": 0
    },
    "ubuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tws_ioctl_packet"
        }
      },
      "address": 0
    },
    "ubus": {
      "type": {
        "kind": "struct",
        "name": "u_businfo"
      },
      "address": 0
    },
    "ubz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_bucket_zone"
        }
      },
      "address": 0
    },
    "uc": {
      "type": {
        "kind": "struct",
        "name": "ia32_ucontext"
      },
      "address": 0
    },
    "uc_addr_in_use": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uc_to_del": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_addr_list"
        }
      },
      "address": 0
    },
    "ucaddr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ucastRate": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ucastrate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "uclient": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ustorm_per_queue_stats"
        }
      },
      "address": 0
    },
    "ucn": {
      "type": {
        "kind": "struct",
        "name": "usb_cdc_notification"
      },
      "address": 0
    },
    "ucnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ucode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ucode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ucode_api": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_ucode_api"
        }
      },
      "address": 0
    },
    "ucode_capa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_ucode_capa"
        }
      },
      "address": 0
    },
    "ucode_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613453984
    },
    "ucode_error": {
      "type": {
        "kind": "enum",
        "name": "unnamed_cf21f204112cb648"
      },
      "address": 18446744071613453976
    },
    "ucode_intel_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352832
    },
    "ucode_intel_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581353744
    },
    "ucode_load_ap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352976
    },
    "ucode_load_bsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581353040
    },
    "ucode_loader": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucode_ops"
        }
      },
      "address": 18446744071613453992
    },
    "ucode_log_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171360
    },
    "ucode_nrev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613454008
    },
    "ucode_orev": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613454016
    },
    "ucode_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581353584
    },
    "ucode_release_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171384
    },
    "ucode_reload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581353408
    },
    "ucode_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ucode"
        }
      },
      "address": 18446744071584772848
    },
    "ucode_type": {
      "type": {
        "kind": "enum",
        "name": "iwm_ucode_type"
      },
      "address": 0
    },
    "ucode_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581353472
    },
    "ucom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucom_softc"
        }
      },
      "address": 0
    },
    "ucom_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405936
    },
    "ucom_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573414256
    },
    "ucom_cfg_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573414304
    },
    "ucom_cfg_is_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573410336
    },
    "ucom_cfg_line_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573414368
    },
    "ucom_cfg_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573414832
    },
    "ucom_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415056
    },
    "ucom_cfg_start_transfers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573414944
    },
    "ucom_cfg_status_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573410464
    },
    "ucom_class": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609438976
    },
    "ucom_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573412880
    },
    "ucom_close_refs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909920
    },
    "ucom_cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409232
    },
    "ucom_cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409952
    },
    "ucom_cninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409200
    },
    "ucom_cnops": {
      "type": {
        "kind": "struct",
        "name": "consdev_ops"
      },
      "address": 18446744071585085864
    },
    "ucom_cnprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409152
    },
    "ucom_cnputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409568
    },
    "ucom_cnterm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409216
    },
    "ucom_cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409968
    },
    "ucom_cons_baud": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609438952
    },
    "ucom_cons_rx_buf": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610910976
    },
    "ucom_cons_rx_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610910960
    },
    "ucom_cons_rx_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610910964
    },
    "ucom_cons_softc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucom_softc"
        }
      },
      "address": 18446744071610912016
    },
    "ucom_cons_subunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912004
    },
    "ucom_cons_tx_buf": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610909936
    },
    "ucom_cons_tx_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610909924
    },
    "ucom_cons_tx_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610909928
    },
    "ucom_cons_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609438948
    },
    "ucom_consdev": {
      "type": {
        "kind": "struct",
        "name": "consdev"
      },
      "address": 18446744071609438584
    },
    "ucom_consdev_ops": {
      "type": {
        "kind": "struct",
        "name": "consdev_ops"
      },
      "address": 18446744071585085928
    },
    "ucom_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573407504
    },
    "ucom_device_mode_console": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609438944
    },
    "ucom_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573408816
    },
    "ucom_drain_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573408976
    },
    "ucom_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573414096
    },
    "ucom_gdb_dbgport": {
      "type": {
        "kind": "struct",
        "name": "gdb_dbgport"
      },
      "address": 18446744071609438872
    },
    "ucom_gdbgetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415168
    },
    "ucom_gdbinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415184
    },
    "ucom_gdbprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415200
    },
    "ucom_gdbputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415232
    },
    "ucom_gdbterm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415248
    },
    "ucom_get_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573410880
    },
    "ucom_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573411824
    },
    "ucom_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609438536
    },
    "ucom_inwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573413152
    },
    "ucom_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573413440
    },
    "ucom_modem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573413680
    },
    "ucom_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610909888
    },
    "ucom_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573411936
    },
    "ucom_outwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573413072
    },
    "ucom_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573412480
    },
    "ucom_pps_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912000
    },
    "ucom_put_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573411168
    },
    "ucom_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573407376
    },
    "ucom_set_pnpinfo_usb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573409984
    },
    "ucom_set_usb_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573410304
    },
    "ucom_status_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573410368
    },
    "ucom_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573411888
    },
    "ucom_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609438560
    },
    "ucom_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573408608
    },
    "ucom_unrhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610912008
    },
    "ucount": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "ucp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ia32_ucontext"
        }
      },
      "address": 0
    },
    "ucp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "ucr3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ucred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "ucslen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ud": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ud_compat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "udata": {
      "type": {
        "kind": "union",
        "name": "auditon_udata"
      },
      "address": 0
    },
    "udav_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573128560
    },
    "udav_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573130608
    },
    "udav_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573130240
    },
    "udav_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573129888
    },
    "udav_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585056096
    },
    "udav_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573128880
    },
    "udav_devs": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607432480
    },
    "udav_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609418696
    },
    "udav_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573132624
    },
    "udav_ifmedia_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573132944
    },
    "udav_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573132864
    },
    "udav_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573130768
    },
    "udav_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573130528
    },
    "udav_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585055808
    },
    "udav_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573128944
    },
    "udav_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573129872
    },
    "udav_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573129408
    },
    "udav_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573128496
    },
    "udav_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573132240
    },
    "udav_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573131584
    },
    "udav_setpromisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573132032
    },
    "udav_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573130704
    },
    "udav_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573131472
    },
    "udav_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573132704
    },
    "udav_ue_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585056008
    },
    "udav_ue_methods_nophy": {
      "type": {
        "kind": "struct",
        "name": "usb_ether_methods"
      },
      "address": 18446744071585055920
    },
    "udav_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609418648
    },
    "udav_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609418624
    },
    "udav_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609418368
    },
    "udb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "udc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "udcmask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "udd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_descriptor"
        }
      },
      "address": 0
    },
    "udev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "u_device"
        }
      },
      "address": 0
    },
    "udma": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584155472
    },
    "udmatiming": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584164444
    },
    "udmatimings": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584171036
    },
    "udp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "udphdr"
        }
      },
      "address": 0
    },
    "udp6": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "udphdr"
        }
      },
      "address": 0
    },
    "udp6_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578234592
    },
    "udp6_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578229120
    },
    "udp6_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578232128
    },
    "udp6_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578235024
    },
    "udp6_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578234160
    },
    "udp6_common_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578236384
    },
    "udp6_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578232496
    },
    "udp6_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578236288
    },
    "udp6_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578232400
    },
    "udp6_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578233568
    },
    "udp6_getcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578235824
    },
    "udp6_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578236224
    },
    "udp6_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609975272
    },
    "udp6_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578226704
    },
    "udp6_multi_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578235584
    },
    "udp6_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609974776
    },
    "udp6_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578229600
    },
    "udp6_usrreq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "udp_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577976912
    },
    "udp_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577985120
    },
    "udp_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577978128
    },
    "udp_attach.udp_flowid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613060080
    },
    "udp_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577979408
    },
    "udp_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577979088
    },
    "udp_common_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577985824
    },
    "udp_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577978512
    },
    "udp_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577985024
    },
    "udp_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577972416
    },
    "udp_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577981504
    },
    "udp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577978416
    },
    "udp_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577977488
    },
    "udp_flowid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613060080
    },
    "udp_getcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577982160
    },
    "udp_in": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "sockaddr_in"
        }
      },
      "address": 0
    },
    "udp_in6": {
      "type": {
        "kind": "struct",
        "name": "sockaddr_in6"
      },
      "address": 0
    },
    "udp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577982464
    },
    "udp_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609954560
    },
    "udp_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577982528
    },
    "udp_ipsec_adjust_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578340288
    },
    "udp_ipsec_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578339632
    },
    "udp_ipsec_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578340112
    },
    "udp_ipsec_pcbctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578339200
    },
    "udp_lasttrim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612510512
    },
    "udp_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "udp_multi_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577985744
    },
    "udp_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577972208
    },
    "udp_pcblist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577981584
    },
    "udp_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609954064
    },
    "udp_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609953320
    },
    "udp_rss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610009544
    },
    "udp_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577973584
    },
    "udp_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609953200
    },
    "udp_set_kernel_tunneling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577977232
    },
    "udp_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577977984
    },
    "udp_usrreq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "udp_vnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577981392
    },
    "udp_vnet_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609954792
    },
    "udp_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609954832
    },
    "udpcbstor": {
      "type": {
        "kind": "struct",
        "name": "inpcbstorage"
      },
      "address": 18446744071609954664
    },
    "udpcbstor_inpcb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577981328
    },
    "udpcbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953648
    },
    "udpcbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953672
    },
    "udpencap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "udph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_udphdr"
        }
      },
      "address": 0
    },
    "udplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "udplite6_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578236336
    },
    "udplite6_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609975024
    },
    "udplite_ctlinput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577985072
    },
    "udplite_protosw": {
      "type": {
        "kind": "struct",
        "name": "protosw"
      },
      "address": 18446744071609954312
    },
    "udplitecbstor": {
      "type": {
        "kind": "struct",
        "name": "inpcbstorage"
      },
      "address": 18446744071609954728
    },
    "udplitecbstor_inpcb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577981360
    },
    "udplitecbstor_inpcbstorage_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953696
    },
    "udplitecbstor_inpcbstorage_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953720
    },
    "udpstat_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577980256
    },
    "udrv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_driver"
        }
      },
      "address": 0
    },
    "udt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_dma_tag"
        }
      },
      "address": 0
    },
    "ue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_ether"
        }
      },
      "address": 0
    },
    "ue_attach_post_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573134640
    },
    "ue_high": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ue_high_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ue_ifmedia_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138688
    },
    "ue_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136640
    },
    "ue_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136224
    },
    "ue_low": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ue_low_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ue_promisc_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573137504
    },
    "ue_setmulti_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573137712
    },
    "ue_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136464
    },
    "ue_start_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573137520
    },
    "ue_status_hi_desc": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584897680
    },
    "ue_status_low_desc": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071584897424
    },
    "ue_stop_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573137648
    },
    "ue_sysctl_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138624
    },
    "ue_tick_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138880
    },
    "ue_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138720
    },
    "ued": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_cdc_ethernet_descriptor"
        }
      },
      "address": 0
    },
    "uelm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "encioc_element_t"
        }
      },
      "address": 0
    },
    "uep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vring_used_elem"
        }
      },
      "address": 0
    },
    "uerr_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uerr_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uerr_mask_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uerr_mask_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uerr_status_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uerr_status_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uerror": {
      "type": {
        "kind": "enum",
        "name": "unnamed_60aaa3102e45fc0e"
      },
      "address": 0
    },
    "uether_getifp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573134304
    },
    "uether_getmii": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573134320
    },
    "uether_getsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573134336
    },
    "uether_ifattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573134352
    },
    "uether_ifattach_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573135680
    },
    "uether_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573135824
    },
    "uether_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136624
    },
    "uether_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136208
    },
    "uether_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136832
    },
    "uether_is_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136192
    },
    "uether_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609419392
    },
    "uether_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138928
    },
    "uether_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573137728
    },
    "uether_pause": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573134256
    },
    "uether_rxbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138000
    },
    "uether_rxflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573138352
    },
    "uether_rxmbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573137872
    },
    "uether_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573136448
    },
    "uethermodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609419304
    },
    "ueunit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610909856
    },
    "uf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIC_SDS_UNSOLICITED_FRAME_T"
        }
      },
      "address": 0
    },
    "uf_buffer_phys_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ufd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_ncm_func_descriptor"
        }
      },
      "address": 0
    },
    "ufhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufid"
        }
      },
      "address": 0
    },
    "ufi_type": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ufiname": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "ufoma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufoma_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379616
    },
    "ufoma_bulk_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585082960
    },
    "ufoma_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573383472
    },
    "ufoma_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573383344
    },
    "ufoma_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585082688
    },
    "ufoma_cfg_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384608
    },
    "ufoma_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573383632
    },
    "ufoma_cfg_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384272
    },
    "ufoma_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384080
    },
    "ufoma_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573383952
    },
    "ufoma_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573383664
    },
    "ufoma_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573383808
    },
    "ufoma_ctrl_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585082832
    },
    "ufoma_ctrl_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573382832
    },
    "ufoma_ctrl_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573383120
    },
    "ufoma_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573381104
    },
    "ufoma_devs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607461120
    },
    "ufoma_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609434680
    },
    "ufoma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573385056
    },
    "ufoma_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573382416
    },
    "ufoma_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585082624
    },
    "ufoma_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384992
    },
    "ufoma_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384752
    },
    "ufoma_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573379440
    },
    "ufoma_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384768
    },
    "ufoma_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384896
    },
    "ufoma_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384832
    },
    "ufoma_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573384944
    },
    "ufoma_sysctl_current": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573381664
    },
    "ufoma_sysctl_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573381888
    },
    "ufoma_sysctl_support": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573381264
    },
    "ufoma_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609434632
    },
    "ufoma_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609434608
    },
    "ufoma_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609434448
    },
    "ufs1fmt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ufs_accessx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580055328
    },
    "ufs_acl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_aclcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580008656
    },
    "ufs_bmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580008784
    },
    "ufs_bmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_bmap_seekdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580012096
    },
    "ufs_bmaparray": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580008896
    },
    "ufs_checkpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580034656
    },
    "ufs_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580071856
    },
    "ufs_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580070816
    },
    "ufs_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580055104
    },
    "ufs_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580054288
    },
    "ufs_delete_denied": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580030752
    },
    "ufs_dirbad": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580030480
    },
    "ufs_dirbadentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580030320
    },
    "ufs_dirempty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580034384
    },
    "ufs_direnter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580031408
    },
    "ufs_dirhash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_dirhashcheck": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298312
    },
    "ufs_dirhashlowmemcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298316
    },
    "ufs_dirhashmaxmem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610061952
    },
    "ufs_dirhashmem": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298248
    },
    "ufs_dirhashreclaimpercent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610062080
    },
    "ufs_dirremove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580033232
    },
    "ufs_dirrewrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580033904
    },
    "ufs_do_nfs4_acl_inheritance": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580070560
    },
    "ufs_do_posix1e_acl_inheritance_dir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580072880
    },
    "ufs_do_posix1e_acl_inheritance_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580070224
    },
    "ufs_extattr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_fifoops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071610063896
    },
    "ufs_fplookup_vexec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580055248
    },
    "ufs_getacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580006672
    },
    "ufs_getacl_nfs4_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580006416
    },
    "ufs_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580056800
    },
    "ufs_getlbns": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580011152
    },
    "ufs_gjournal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_gjournal_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580025600
    },
    "ufs_gjournal_modref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580025184
    },
    "ufs_gjournal_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580025088
    },
    "ufs_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580025840
    },
    "ufs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580052464
    },
    "ufs_inode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580058752
    },
    "ufs_itimes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580052528
    },
    "ufs_itimes_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580052672
    },
    "ufs_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580059296
    },
    "ufs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580027136
    },
    "ufs_lookup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_lookup_ino": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580027168
    },
    "ufs_makedirentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580031280
    },
    "ufs_makeinode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580069072
    },
    "ufs_mindirhashsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610061956
    },
    "ufs_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580065424
    },
    "ufs_mknod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580054720
    },
    "ufs_mmapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580058512
    },
    "ufs_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610057696
    },
    "ufs_need_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580025664
    },
    "ufs_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580054944
    },
    "ufs_pathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580068560
    },
    "ufs_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580068352
    },
    "ufs_quota.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_quotactl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580051984
    },
    "ufs_read_pgcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580058688
    },
    "ufs_readdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580053040
    },
    "ufs_readlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580068048
    },
    "ufs_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580026864
    },
    "ufs_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580058960
    },
    "ufs_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580059840
    },
    "ufs_rmdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580067216
    },
    "ufs_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580051936
    },
    "ufs_setacl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580007552
    },
    "ufs_setacl_nfs4_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580007248
    },
    "ufs_setattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580057424
    },
    "ufs_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580055984
    },
    "ufs_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580068192
    },
    "ufs_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580067744
    },
    "ufs_sync_acl_from_inode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580006112
    },
    "ufs_sync_inode_from_acl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580006352
    },
    "ufs_sync_nlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580072400
    },
    "ufs_sync_nlink1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580072720
    },
    "ufs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580052496
    },
    "ufs_vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconf"
      },
      "address": 18446744071610057720
    },
    "ufs_vfsops": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071610057424
    },
    "ufs_vfsops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_vinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580054192
    },
    "ufs_vnodeops": {
      "type": {
        "kind": "struct",
        "name": "vop_vector"
      },
      "address": 18446744071610063216
    },
    "ufs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ufs_whiteout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580054400
    },
    "ufsdirhash_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580020720
    },
    "ufsdirhash_adjfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580018400
    },
    "ufsdirhash_build": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580015040
    },
    "ufsdirhash_checkblock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580023584
    },
    "ufsdirhash_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580024816
    },
    "ufsdirhash_dirtrunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580023168
    },
    "ufsdirhash_enduseful": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580020624
    },
    "ufsdirhash_findfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580020240
    },
    "ufsdirhash_findslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580022176
    },
    "ufsdirhash_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580013728
    },
    "ufsdirhash_free_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580014432
    },
    "ufsdirhash_hash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580018112
    },
    "ufsdirhash_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580024256
    },
    "ufsdirhash_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_771d0dc253af6834"
      },
      "address": 18446744071613298296
    },
    "ufsdirhash_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580018608
    },
    "ufsdirhash_lowmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580024448
    },
    "ufsdirhash_move": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580022592
    },
    "ufsdirhash_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613298256
    },
    "ufsdirhash_newblk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580022896
    },
    "ufsdirhash_recycle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580017840
    },
    "ufsdirhash_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580021552
    },
    "ufsdirhash_set_reclaimpercent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580024736
    },
    "ufsdirhash_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580024704
    },
    "ufsdirhash_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298288
    },
    "ufsfifo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580068912
    },
    "ufsmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610057040
    },
    "uftdi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uftdi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573385376
    },
    "uftdi_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585083456
    },
    "uftdi_cfg_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573387632
    },
    "uftdi_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573386960
    },
    "uftdi_cfg_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573387616
    },
    "uftdi_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573387328
    },
    "uftdi_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573387200
    },
    "uftdi_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573386992
    },
    "uftdi_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573387088
    },
    "uftdi_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585083600
    },
    "uftdi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573386096
    },
    "uftdi_devs": {
      "type": {
        "count": 643,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607461152
    },
    "uftdi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609435264
    },
    "uftdi_encode_baudrate.encoded_fraction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156208
    },
    "uftdi_encode_baudrate.roundoff_232a": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584033904
    },
    "uftdi_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573388928
    },
    "uftdi_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573387680
    },
    "uftdi_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585083392
    },
    "uftdi_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573388896
    },
    "uftdi_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573387648
    },
    "uftdi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573385120
    },
    "uftdi_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573386512
    },
    "uftdi_set_parm_soft": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573388992
    },
    "uftdi_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573388768
    },
    "uftdi_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573388832
    },
    "uftdi_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573388800
    },
    "uftdi_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573388864
    },
    "uftdi_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609435216
    },
    "uftdi_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609435192
    },
    "uftdi_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609434920
    },
    "uftdi_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573386208
    },
    "ugd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_gen_descriptor"
        }
      },
      "address": 0
    },
    "ugd32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_gen_descriptor32"
        }
      },
      "address": 0
    },
    "ugen_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007792
    },
    "ugen_ctrl_fs_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573022768
    },
    "ugen_ctrl_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573019824
    },
    "ugen_ctrl_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573020720
    },
    "ugen_do_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573018912
    },
    "ugen_fill_deviceinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573018496
    },
    "ugen_fs_copyin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573021088
    },
    "ugen_fs_getbuffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573021296
    },
    "ugen_fs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573022384
    },
    "ugen_fs_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573019232
    },
    "ugen_fs_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573021424
    },
    "ugen_get_cdesc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573021840
    },
    "ugen_get_iface_driver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573022048
    },
    "ugen_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573008000
    },
    "ugen_ioctl_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573011456
    },
    "ugen_isoc_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573020416
    },
    "ugen_isoc_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573020880
    },
    "ugen_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007520
    },
    "ugen_read_clear_stall_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573019728
    },
    "ugen_set_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573021632
    },
    "ugen_set_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573021712
    },
    "ugen_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573017648
    },
    "ugen_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573018096
    },
    "ugen_stop_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573018048
    },
    "ugen_transfer_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573020096
    },
    "ugen_write_clear_stall_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573020624
    },
    "uh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "udphdr"
        }
      },
      "address": 0
    },
    "uh_sum": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "uhci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uhci_bus_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_bus_methods"
      },
      "address": 18446744071585045944
    },
    "uhci_check_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572901728
    },
    "uhci_confd": {
      "type": {
        "kind": "struct",
        "name": "uhci_config_desc"
      },
      "address": 18446744071585046298
    },
    "uhci_devd": {
      "type": {
        "kind": "struct",
        "name": "usb_device_descriptor"
      },
      "address": 18446744071585046280
    },
    "uhci_device_bulk_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904544
    },
    "uhci_device_bulk_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904560
    },
    "uhci_device_bulk_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585046160
    },
    "uhci_device_bulk_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904528
    },
    "uhci_device_bulk_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904576
    },
    "uhci_device_ctrl_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906080
    },
    "uhci_device_ctrl_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906096
    },
    "uhci_device_ctrl_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585046200
    },
    "uhci_device_ctrl_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906064
    },
    "uhci_device_ctrl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906112
    },
    "uhci_device_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572902288
    },
    "uhci_device_intr_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906672
    },
    "uhci_device_intr_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906720
    },
    "uhci_device_intr_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585046240
    },
    "uhci_device_intr_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906480
    },
    "uhci_device_intr_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572906736
    },
    "uhci_device_isoc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572903680
    },
    "uhci_device_isoc_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572903696
    },
    "uhci_device_isoc_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585046120
    },
    "uhci_device_isoc_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572903504
    },
    "uhci_device_isoc_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904272
    },
    "uhci_device_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572911728
    },
    "uhci_device_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572910832
    },
    "uhci_do_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572900704
    },
    "uhci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609403072
    },
    "uhci_early_takeover": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571661056
    },
    "uhci_ep_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572909744
    },
    "uhci_get_dma_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572910816
    },
    "uhci_hubd_piix": {
      "type": {
        "kind": "struct",
        "name": "usb_hub_descriptor_min"
      },
      "address": 18446744071585046323
    },
    "uhci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572898400
    },
    "uhci_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572900896
    },
    "uhci_iterate_hw_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572897472
    },
    "uhci_mem_layout_fixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904352
    },
    "uhci_non_isoc_done_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572907008
    },
    "uhci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uhci_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572913968
    },
    "uhci_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572915152
    },
    "uhci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609403024
    },
    "uhci_pci_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572915712
    },
    "uhci_pci_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585046336
    },
    "uhci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609403000
    },
    "uhci_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572913904
    },
    "uhci_pci_take_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572915600
    },
    "uhci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609402936
    },
    "uhci_portreset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572913248
    },
    "uhci_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572897792
    },
    "uhci_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572901264
    },
    "uhci_root_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572901488
    },
    "uhci_roothub_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572907424
    },
    "uhci_set_hw_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572912544
    },
    "uhci_set_hw_power_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572912752
    },
    "uhci_setup_standard_chain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904880
    },
    "uhci_setup_standard_chain_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572905568
    },
    "uhci_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572904512
    },
    "uhci_xfer_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572909840
    },
    "uhci_xfer_unsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572910800
    },
    "uhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_tlv_ucode_header"
        }
      },
      "address": 0
    },
    "uhe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_host_endpoint"
        }
      },
      "address": 0
    },
    "uhe_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_host_endpoint"
        }
      },
      "address": 0
    },
    "uhi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_host_interface"
        }
      },
      "address": 0
    },
    "uhi_end": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_host_interface"
        }
      },
      "address": 0
    },
    "uhid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uhid_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415600
    },
    "uhid_attach.reportbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609439408
    },
    "uhid_attach.reportbuf.7": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585086353
    },
    "uhid_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573417632
    },
    "uhid_config": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585086544
    },
    "uhid_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573416352
    },
    "uhid_devs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607489632
    },
    "uhid_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609439360
    },
    "uhid_fifo_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_fifo_methods"
      },
      "address": 18446744071609439416
    },
    "uhid_graphire3_4x5_report_descr": {
      "type": {
        "count": 161,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585086192
    },
    "uhid_graphire_report_descr": {
      "type": {
        "count": 125,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585086064
    },
    "uhid_intr_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573416592
    },
    "uhid_intr_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573416448
    },
    "uhid_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573417664
    },
    "uhid_ioctl_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573418960
    },
    "uhid_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585086000
    },
    "uhid_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573417424
    },
    "uhid_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573415264
    },
    "uhid_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573417152
    },
    "uhid_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573418992
    },
    "uhid_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419072
    },
    "uhid_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419024
    },
    "uhid_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419120
    },
    "uhid_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609439312
    },
    "uhid_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609439288
    },
    "uhid_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609439152
    },
    "uhid_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573416784
    },
    "uhid_xb360gp_report_descr": {
      "type": {
        "count": 166,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585086368
    },
    "uhp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "udp_portonly"
        }
      },
      "address": 0
    },
    "uhub_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573028320
    },
    "uhub_child_location": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573033104
    },
    "uhub_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039328
    },
    "uhub_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585051920
    },
    "uhub_count_active_host_ports": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573027296
    },
    "uhub_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573032480
    },
    "uhub_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609408856
    },
    "uhub_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039872
    },
    "uhub_explore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573029952
    },
    "uhub_explore_handle_re_enumerate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573027488
    },
    "uhub_find_iface_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573032864
    },
    "uhub_get_device_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573033456
    },
    "uhub_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039984
    },
    "uhub_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585051760
    },
    "uhub_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573028000
    },
    "uhub_query_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573028064
    },
    "uhub_reset_tt_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573040096
    },
    "uhub_reset_tt_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573032032
    },
    "uhub_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039312
    },
    "uhub_root_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573027712
    },
    "uhub_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039296
    },
    "uhub_tt_buffer_reset_async_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573026992
    },
    "uhub_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609409224
    },
    "uhub_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609409200
    },
    "uhub_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609409024
    },
    "uhub_usbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609409136
    },
    "uhub_usbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609409112
    },
    "uhub_usbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609408952
    },
    "ui": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_interface"
        }
      },
      "address": 0
    },
    "ui_racct_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575555824
    },
    "uid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uidsubset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "uidx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uifind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554704
    },
    "uifree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575555440
    },
    "uih": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uihashhead"
        }
      },
      "address": 0
    },
    "uihash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612802040
    },
    "uihashinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575554624
    },
    "uihashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uihashhead"
        }
      },
      "address": 18446744071612802048
    },
    "uihashtbl_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071612802056
    },
    "uihold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575555408
    },
    "uinput.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uinput_cdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610759880
    },
    "uinput_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608459400
    },
    "uinput_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569430912
    },
    "uinput_ev_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569431008
    },
    "uinput_ev_methods": {
      "type": {
        "kind": "struct",
        "name": "evdev_methods"
      },
      "address": 18446744071608459584
    },
    "uinput_filterops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071608459624
    },
    "uinput_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569429008
    },
    "uinput_knl_assert_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569430896
    },
    "uinput_knllock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569430752
    },
    "uinput_knlunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569430816
    },
    "uinput_kqdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569431456
    },
    "uinput_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569430656
    },
    "uinput_kqread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569431488
    },
    "uinput_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608459376
    },
    "uinput_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569427664
    },
    "uinput_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569427792
    },
    "uinput_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569430416
    },
    "uinput_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569427936
    },
    "uinput_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569428336
    },
    "uinputmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608459288
    },
    "uio": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "uio_clone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "uio_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uiocp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "uiomove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576020080
    },
    "uiomove_faultflag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576020096
    },
    "uiomove_frombuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576020464
    },
    "uiomove_fromphys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581557856
    },
    "uiomove_nofault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576020448
    },
    "uiomove_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576234288
    },
    "uiop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uio"
        }
      },
      "address": 0
    },
    "uiosiz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "uiov": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "uip": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uidinfo"
        }
      },
      "address": 0
    },
    "uipc_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576316416
    },
    "uipc_accept": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576318640
    },
    "uipc_accf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576313552
    },
    "uipc_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576316656
    },
    "uipc_bindat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576316688
    },
    "uipc_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576315760
    },
    "uipc_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576315584
    },
    "uipc_connect2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576318976
    },
    "uipc_connectat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576318960
    },
    "uipc_ctloutput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576319168
    },
    "uipc_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576314192
    },
    "uipc_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576315616
    },
    "uipc_domain.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_ktls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_listen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576318256
    },
    "uipc_mbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_mbuf2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_mbufhash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_mvec.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_peek_dgram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576332336
    },
    "uipc_peeraddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576320064
    },
    "uipc_rcvd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576310080
    },
    "uipc_ready": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576312480
    },
    "uipc_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576310512
    },
    "uipc_sense": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576320544
    },
    "uipc_shm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576316240
    },
    "uipc_sockaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576320368
    },
    "uipc_sockbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_socket.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_soreceive_dgram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576328464
    },
    "uipc_sosend_dgram": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576330112
    },
    "uipc_syscalls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipc_usrreq.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uipd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_iso_packet_descriptor"
        }
      },
      "address": 0
    },
    "uipp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uihashhead"
        }
      },
      "address": 0
    },
    "ujob": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aiocb"
        }
      },
      "address": 0
    },
    "ujob32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aiocb32"
        }
      },
      "address": 0
    },
    "ujoblist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "aiocb"
          }
        }
      },
      "address": 0
    },
    "ujoblist32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "ukbd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ukbd__probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419184
    },
    "ukbd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573425424
    },
    "ukbd_boot_desc": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585089312
    },
    "ukbd_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573420112
    },
    "ukbd_check_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573421376
    },
    "ukbd_clear_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573422688
    },
    "ukbd_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585089424
    },
    "ukbd_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419168
    },
    "ukbd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573426864
    },
    "ukbd_devs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607489696
    },
    "ukbd_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419408
    },
    "ukbd_do_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573423136
    },
    "ukbd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609440064
    },
    "ukbd_driver_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573425152
    },
    "ukbd_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419264
    },
    "ukbd_ev_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573429728
    },
    "ukbd_evdev_methods": {
      "type": {
        "kind": "struct",
        "name": "evdev_methods"
      },
      "address": 18446744071585089384
    },
    "ukbd_get_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573422848
    },
    "ukbd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419200
    },
    "ukbd_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573423328
    },
    "ukbd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419232
    },
    "ukbd_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573428064
    },
    "ukbd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573421600
    },
    "ukbd_kbd_driver": {
      "type": {
        "kind": "struct",
        "name": "keyboard_driver"
      },
      "address": 18446744071609439592
    },
    "ukbd_key2scan.scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585088928
    },
    "ukbd_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573422672
    },
    "ukbd_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585089232
    },
    "ukbd_parse_hid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573427360
    },
    "ukbd_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573422880
    },
    "ukbd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573425200
    },
    "ukbd_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419552
    },
    "ukbd_read_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573420192
    },
    "ukbd_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573427184
    },
    "ukbd_set_leds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573425088
    },
    "ukbd_set_leds_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573429136
    },
    "ukbd_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573422864
    },
    "ukbd_term": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419216
    },
    "ukbd_test_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573419248
    },
    "ukbd_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573424768
    },
    "ukbd_trtab": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585088672
    },
    "ukbd_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609440016
    },
    "ukbd_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609439992
    },
    "ukbd_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609439680
    },
    "ukbdsw": {
      "type": {
        "kind": "struct",
        "name": "keyboard_switch_t"
      },
      "address": 18446744071609439824
    },
    "ukphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ukphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570332352
    },
    "ukphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608513288
    },
    "ukphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584858400
    },
    "ukphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584858320
    },
    "ukphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608513240
    },
    "ukphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608513216
    },
    "ukphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608513176
    },
    "ukphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570332320
    },
    "ukphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570332416
    },
    "ukphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570332496
    },
    "ukphy_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "ul": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "ulCoeffIncr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulCorrectionPerGOF": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulCorrectionPerSec": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ulInRate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulInitialDelay": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulOutRate": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulPcdac": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ulPhiIncr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulTemp1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ulTemp2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ul_proto": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "uld_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568835824
    },
    "uld_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ulen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ulp_exit_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ulpmc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ulp_txpkt"
        }
      },
      "address": 0
    },
    "ulprx_intr2_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584734600
    },
    "ulprx_intr_details": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584734464
    },
    "ulprx_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568992384
    },
    "ulprx_intr_handler.ulprx_intr2_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734600
    },
    "ulprx_intr_handler.ulprx_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734464
    },
    "ulprx_intr_handler.ulprx_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584734560
    },
    "ulprx_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584734560
    },
    "ulprx_la_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_ulprx_la"
        }
      },
      "address": 0
    },
    "ulpsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ulptx_idata"
        }
      },
      "address": 0
    },
    "ulptx_intr2_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584733192
    },
    "ulptx_intr_details": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "intr_details"
        }
      },
      "address": 18446744071584733056
    },
    "ulptx_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568991792
    },
    "ulptx_intr_handler.ulptx_intr2_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584733192
    },
    "ulptx_intr_handler.ulptx_intr_details": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584733056
    },
    "ulptx_intr_handler.ulptx_intr_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584733152
    },
    "ulptx_intr_info": {
      "type": {
        "kind": "struct",
        "name": "intr_info"
      },
      "address": 18446744071584733152
    },
    "ulptx_la_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_ulptx_la"
        }
      },
      "address": 0
    },
    "ulsc": {
      "type": {
        "kind": "struct",
        "name": "service_curve_v1"
      },
      "address": 0
    },
    "ultraenb": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "um": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufsmount"
        }
      },
      "address": 0
    },
    "uma_align_cache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610066720
    },
    "uma_avail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580122720
    },
    "uma_cachezones": {
      "type": {
        "kind": "struct",
        "name": "unnamed_d91c82a219d3e511"
      },
      "address": 18446744071613299024
    },
    "uma_core.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uma_dbg.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uma_inode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298184
    },
    "uma_junk": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uma_kegs": {
      "type": {
        "kind": "struct",
        "name": "unnamed_c378ac8cdcb4fc60"
      },
      "address": 18446744071613299016
    },
    "uma_kmem_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610066824
    },
    "uma_kmem_total": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613299008
    },
    "uma_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580122672
    },
    "uma_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uma_prealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580118032
    },
    "uma_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580119712
    },
    "uma_reclaim_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580119728
    },
    "uma_reclaim_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613298928
    },
    "uma_reclaim_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613299004
    },
    "uma_reclaim_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580121248
    },
    "uma_reclaim_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580121296
    },
    "uma_rwlock": {
      "type": {
        "kind": "struct",
        "name": "rwlock_padalign"
      },
      "address": 18446744071608223232
    },
    "uma_set_align": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580109648
    },
    "uma_set_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580122688
    },
    "uma_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580132896
    },
    "uma_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580122704
    },
    "uma_small_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581558416
    },
    "uma_small_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581558704
    },
    "uma_startup1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580102784
    },
    "uma_startup2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580109280
    },
    "uma_startup3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580132736
    },
    "uma_startup3_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610067992
    },
    "uma_startup4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580132912
    },
    "uma_startup4_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610068016
    },
    "uma_startup_pcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580132496
    },
    "uma_startup_pcpu_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610067968
    },
    "uma_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580132992
    },
    "uma_timeout_task": {
      "type": {
        "kind": "struct",
        "name": "timeout_task"
      },
      "address": 18446744071613299032
    },
    "uma_ufs1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298192
    },
    "uma_ufs2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298200
    },
    "uma_vm_zone_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580124688
    },
    "uma_zalloc_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580112816
    },
    "uma_zalloc_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580114128
    },
    "uma_zalloc_pcpu_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580112688
    },
    "uma_zalloc_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580112384
    },
    "uma_zcache_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580110416
    },
    "uma_zcreate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580109040
    },
    "uma_zdestroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580110544
    },
    "uma_zfree_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580113168
    },
    "uma_zfree_pcpu_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580113136
    },
    "uma_zfree_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580112032
    },
    "uma_zone_exhausted": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580122656
    },
    "uma_zone_get_cur": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117104
    },
    "uma_zone_get_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117040
    },
    "uma_zone_get_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117456
    },
    "uma_zone_memory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580119360
    },
    "uma_zone_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580121840
    },
    "uma_zone_reclaim_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580121168
    },
    "uma_zone_reserve": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117472
    },
    "uma_zone_reserve_kva": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117488
    },
    "uma_zone_set_allocf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117360
    },
    "uma_zone_set_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117296
    },
    "uma_zone_set_freef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117344
    },
    "uma_zone_set_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117280
    },
    "uma_zone_set_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580116448
    },
    "uma_zone_set_maxaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117072
    },
    "uma_zone_set_maxcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580116720
    },
    "uma_zone_set_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117376
    },
    "uma_zone_set_warning": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117056
    },
    "uma_zone_set_zfini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117328
    },
    "uma_zone_set_zinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580117312
    },
    "uma_zone_sumstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580140640
    },
    "uma_zsecond_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580110176
    },
    "uma_zwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580111920
    },
    "umac": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_umac_alive"
        }
      },
      "address": 0
    },
    "umac_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "umap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "privcmd_map"
        }
      },
      "address": 0
    },
    "umask": {
      "type": {
        "kind": "union",
        "name": "sockaddr_union"
      },
      "address": 0
    },
    "umass.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "umass_atapi_transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572957632
    },
    "umass_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572955072
    },
    "umass_bbb_config": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071609406080
    },
    "umass_cam_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572964032
    },
    "umass_cam_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572963120
    },
    "umass_cam_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572965248
    },
    "umass_cam_quirk_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572964016
    },
    "umass_cam_sense_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572963616
    },
    "umass_cbi_config": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071609406448
    },
    "umass_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572956240
    },
    "umass_devs": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607426976
    },
    "umass_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609406032
    },
    "umass_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585050416
    },
    "umass_no_transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572957872
    },
    "umass_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572955024
    },
    "umass_probe_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572956528
    },
    "umass_rbc_transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572957744
    },
    "umass_scsi_transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572957408
    },
    "umass_t_bbb_command_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572958256
    },
    "umass_t_bbb_data_clear_stall_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572960128
    },
    "umass_t_bbb_data_rd_cs_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572959056
    },
    "umass_t_bbb_data_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572958704
    },
    "umass_t_bbb_data_wr_cs_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572959440
    },
    "umass_t_bbb_data_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572959088
    },
    "umass_t_bbb_reset1_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572957888
    },
    "umass_t_bbb_reset2_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572958192
    },
    "umass_t_bbb_reset3_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572958224
    },
    "umass_t_bbb_status_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572959472
    },
    "umass_t_cbi_command_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572960976
    },
    "umass_t_cbi_data_clear_stall_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572962800
    },
    "umass_t_cbi_data_rd_cs_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572961952
    },
    "umass_t_cbi_data_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572961520
    },
    "umass_t_cbi_data_wr_cs_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572962416
    },
    "umass_t_cbi_data_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572961984
    },
    "umass_t_cbi_reset1_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572960384
    },
    "umass_t_cbi_reset2_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572960864
    },
    "umass_t_cbi_reset3_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572960896
    },
    "umass_t_cbi_reset4_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572962768
    },
    "umass_t_cbi_status_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572962448
    },
    "umass_ufi_transform": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572957536
    },
    "umass_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405984
    },
    "umass_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405960
    },
    "umass_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609405824
    },
    "umcpc_modetostr_tab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "umcpc_modetostr_tab"
        }
      },
      "address": 18446744071585083040
    },
    "umct.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "umct_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573389760
    },
    "umct_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585083808
    },
    "umct_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390912
    },
    "umct_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391328
    },
    "umct_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391200
    },
    "umct_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390944
    },
    "umct_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391072
    },
    "umct_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585083952
    },
    "umct_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390144
    },
    "umct_devs": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607481728
    },
    "umct_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609435624
    },
    "umct_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391952
    },
    "umct_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390448
    },
    "umct_intr_callback_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390512
    },
    "umct_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585083744
    },
    "umct_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391920
    },
    "umct_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391744
    },
    "umct_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573389696
    },
    "umct_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390384
    },
    "umct_read_callback_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390752
    },
    "umct_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391760
    },
    "umct_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391856
    },
    "umct_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391808
    },
    "umct_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573391888
    },
    "umct_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609435576
    },
    "umct_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609435552
    },
    "umct_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609435392
    },
    "umct_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573390256
    },
    "umode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "umodem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "umodem_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573392320
    },
    "umodem_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585084192
    },
    "umodem_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394208
    },
    "umodem_cfg_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394784
    },
    "umodem_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394608
    },
    "umodem_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394496
    },
    "umodem_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394240
    },
    "umodem_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394368
    },
    "umodem_config": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585084336
    },
    "umodem_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573393408
    },
    "umodem_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609436008
    },
    "umodem_dual_devs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607489952
    },
    "umodem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573395136
    },
    "umodem_handle_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573392016
    },
    "umodem_host_devs": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607481888
    },
    "umodem_intr_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573393888
    },
    "umodem_intr_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573393808
    },
    "umodem_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394864
    },
    "umodem_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585084112
    },
    "umodem_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573395104
    },
    "umodem_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394848
    },
    "umodem_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573392240
    },
    "umodem_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573393648
    },
    "umodem_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394912
    },
    "umodem_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573395008
    },
    "umodem_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573394960
    },
    "umodem_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573395056
    },
    "umodem_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609435960
    },
    "umodem_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609435936
    },
    "umodem_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609435752
    },
    "umodem_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573393520
    },
    "ump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ufsmount"
        }
      },
      "address": 0
    },
    "ums": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount_softdeps"
        }
      },
      "address": 0
    },
    "umsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_kvp_msg"
        }
      },
      "address": 0
    },
    "umtx_abs_timeout_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575723760
    },
    "umtx_cleanup_rb_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575767312
    },
    "umtx_copyin_robust_lists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575737760
    },
    "umtx_copyin_robust_lists32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738016
    },
    "umtx_copyin_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575732912
    },
    "umtx_copyin_timeouti386": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575737824
    },
    "umtx_copyin_timeoutx32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738160
    },
    "umtx_copyin_umtx_time": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575737664
    },
    "umtx_copyin_umtx_timei386": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575737904
    },
    "umtx_copyin_umtx_timex32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738240
    },
    "umtx_copyout_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575737792
    },
    "umtx_copyout_timeouti386": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738112
    },
    "umtx_copyout_timeoutx32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575738352
    },
    "umtx_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575736272
    },
    "umtx_key_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575724848
    },
    "umtx_key_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575725136
    },
    "umtx_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612891728
    },
    "umtx_max_rb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609722608
    },
    "umtx_native_ops": {
      "type": {
        "kind": "struct",
        "name": "umtx_copyops"
      },
      "address": 18446744071585179840
    },
    "umtx_native_opsi386": {
      "type": {
        "kind": "struct",
        "name": "umtx_copyops"
      },
      "address": 18446744071585179896
    },
    "umtx_native_opsx32": {
      "type": {
        "kind": "struct",
        "name": "umtx_copyops"
      },
      "address": 18446744071585179952
    },
    "umtx_ops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_copyops"
        }
      },
      "address": 18446744071612891792
    },
    "umtx_pi_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575726288
    },
    "umtx_pi_adjust_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575726464
    },
    "umtx_pi_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575725744
    },
    "umtx_pi_allocated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612891720
    },
    "umtx_pi_claim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575725840
    },
    "umtx_pi_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575729456
    },
    "umtx_pi_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575725808
    },
    "umtx_pi_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575729376
    },
    "umtx_pi_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575729280
    },
    "umtx_pi_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575728960
    },
    "umtx_pi_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575728976
    },
    "umtx_pi_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612891712
    },
    "umtx_repropagate_priority": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575726784
    },
    "umtx_shm_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612891760
    },
    "umtx_shm_object_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575732976
    },
    "umtx_shm_object_terminated": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575733008
    },
    "umtx_shm_reg_delfree": {
      "type": {
        "kind": "struct",
        "name": "umtx_shm_reg_head"
      },
      "address": 18446744071609722560
    },
    "umtx_shm_reg_delfree_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071609722576
    },
    "umtx_shm_reg_delfree_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575737312
    },
    "umtx_shm_reg_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612891800
    },
    "umtx_shm_registry": {
      "type": {
        "count": 512,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "umtx_shm_reg_head"
        }
      },
      "address": 18446744071612891808
    },
    "umtx_shm_unref_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575766848
    },
    "umtx_shm_vnobj_persistent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612809776
    },
    "umtx_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609722416
    },
    "umtx_thread_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575736240
    },
    "umtx_thread_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575736384
    },
    "umtx_thread_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575736896
    },
    "umtx_thread_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575736176
    },
    "umtx_thread_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575735872
    },
    "umtx_verbose_rb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609722612
    },
    "umtxq_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575721264
    },
    "umtxq_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575721648
    },
    "umtxq_chains": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 512,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "umtxq_chain"
          }
        }
      },
      "address": 18446744071612809792
    },
    "umtxq_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575722832
    },
    "umtxq_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575721552
    },
    "umtxq_getchain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575721600
    },
    "umtxq_insert_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575722400
    },
    "umtxq_remove_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575722688
    },
    "umtxq_requeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575723264
    },
    "umtxq_signal_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575722928
    },
    "umtxq_signal_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575725440
    },
    "umtxq_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575723904
    },
    "umtxq_sleep_pi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575727184
    },
    "umtxq_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575736912
    },
    "umtxq_unbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575722080
    },
    "umtxq_unbusy_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575722144
    },
    "umtxq_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575721984
    },
    "umv": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "un": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "un_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "un_tmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "un_tracker": {
      "type": {
        "kind": "struct",
        "name": "rm_priotracker"
      },
      "address": 0
    },
    "unbind": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ioctl_evtchn_unbind"
        }
      },
      "address": 0
    },
    "unblock_mouse_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580500224
    },
    "unblocked": {
      "type": {
        "kind": "struct",
        "name": "__sigset_t"
      },
      "address": 0
    },
    "unbusy": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "uncached_controller_memory": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ISCI_MEMORY"
        }
      },
      "address": 0
    },
    "unchanged": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "_device"
          }
        }
      },
      "address": 0
    },
    "uncompr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uncompress": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724384
    },
    "uncompress2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576723936
    },
    "unfinished": {
      "type": {
        "kind": "struct",
        "name": "diraddhd"
      },
      "address": 0
    },
    "unfragpartlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unhop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "unhop_base": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "unhop_chain": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "unhop_ret": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "user_nhop"
        }
      },
      "address": 0
    },
    "uni": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "unicast_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unicast_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unicode": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "union_lst": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "uniqdosname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573950512
    },
    "uniqtag": {
      "type": {
        "kind": "struct",
        "name": "unnamed_3d202b35bfa161f9"
      },
      "address": 0
    },
    "unique_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "unit01": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unit10": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unit_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609750320
    },
    "unit_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750064
    },
    "unit_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609750088
    },
    "unit_not_ready": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unitmtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612999080
    },
    "units": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unix2dos": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585137376
    },
    "unix2doschr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573929216
    },
    "unix2dosfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573927600
    },
    "unix2winfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573929856
    },
    "unixlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "unk": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "unkmsg": {
      "type": {
        "count": 80,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610771200
    },
    "unkn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unknown": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585186400
    },
    "unkstr": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610597968
    },
    "unlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unlink_nhgrp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577077440
    },
    "unlink_nhop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577084912
    },
    "unlinked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unloadable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613005536
    },
    "unloadentry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575890304
    },
    "unlock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "unlock_lockmgr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575390928
    },
    "unlock_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575440016
    },
    "unlock_reqd": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "unlock_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575557456
    },
    "unlock_rw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575564112
    },
    "unlock_spin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575440160
    },
    "unlock_sx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575630560
    },
    "unlocked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "unlocknewvp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unmap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "unmap_block_descriptor": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "unmap_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "unmap_gran": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unmap_gran_align": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unmap_length": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "unmap_ops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gnttab_unmap_grant_ref"
        }
      },
      "address": 0
    },
    "unmap_param_list": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "unmap_process_state": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SATI_UNMAP_PROCESSING_STATE_T"
        }
      },
      "address": 0
    },
    "unmapped_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071608212040
    },
    "unmapped_buf_allowed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610192832
    },
    "unmatched_unicast": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "unmounted": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "unp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unpcb"
        }
      },
      "address": 0
    },
    "unp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unpcb"
        }
      },
      "address": 0
    },
    "unp3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unpcb"
        }
      },
      "address": 0
    },
    "unp_addsockcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576322976
    },
    "unp_connect2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576325696
    },
    "unp_connectat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576323648
    },
    "unp_copy_peercred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576301968
    },
    "unp_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613041064
    },
    "unp_deadhead": {
      "type": {
        "kind": "struct",
        "name": "unp_head"
      },
      "address": 0
    },
    "unp_defer_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071613041240
    },
    "unp_defers": {
      "type": {
        "kind": "struct",
        "name": "unnamed_f9040cc5934cb398"
      },
      "address": 18446744071613041120
    },
    "unp_defers.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613041120
    },
    "unp_defers_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041036
    },
    "unp_defers_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613041272
    },
    "unp_dhead": {
      "type": {
        "kind": "struct",
        "name": "unp_head"
      },
      "address": 18446744071613041048
    },
    "unp_discard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576309872
    },
    "unp_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576326304
    },
    "unp_dispose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576308576
    },
    "unp_drop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576328016
    },
    "unp_externalize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576307632
    },
    "unp_externalize_fp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576309664
    },
    "unp_freerights": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576309568
    },
    "unp_gc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576304624
    },
    "unp_gc_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576305904
    },
    "unp_gc_task": {
      "type": {
        "kind": "struct",
        "name": "timeout_task"
      },
      "address": 18446744071613041128
    },
    "unp_gencnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613041104
    },
    "unp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576304320
    },
    "unp_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609785168
    },
    "unp_ino": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613041320
    },
    "unp_internalize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576320592
    },
    "unp_link_rwlock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613041072
    },
    "unp_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "unpcb"
          }
        }
      },
      "address": 0
    },
    "unp_marked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041308
    },
    "unp_pcb_lock_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576325440
    },
    "unp_pcb_lock_peer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576322384
    },
    "unp_pcb_rele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576304192
    },
    "unp_pcb_unlock_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576322832
    },
    "unp_pcblist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576302576
    },
    "unp_process_defers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576305600
    },
    "unp_recycled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041312
    },
    "unp_remove_dead_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576306112
    },
    "unp_restore_undead_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576306224
    },
    "unp_rights": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041032
    },
    "unp_scan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576307408
    },
    "unp_scan_socket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576306352
    },
    "unp_shead": {
      "type": {
        "kind": "struct",
        "name": "unp_head"
      },
      "address": 18446744071613041040
    },
    "unp_sphead": {
      "type": {
        "kind": "struct",
        "name": "unp_head"
      },
      "address": 18446744071613041056
    },
    "unp_taskcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613041304
    },
    "unp_unreachable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unp_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613041112
    },
    "unp_zone_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576304592
    },
    "unpcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unpcb"
        }
      },
      "address": 0
    },
    "unpdg_maxdgram": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609785640
    },
    "unpdg_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609785648
    },
    "unprivileged_chroot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045996
    },
    "unprivileged_get_quota": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613298392
    },
    "unprivileged_idprio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612802032
    },
    "unprivileged_mlock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609694528
    },
    "unprivileged_read_msgbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609694532
    },
    "unprocessed_data_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unpsp_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609785664
    },
    "unpsp_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609785656
    },
    "unpst_recvspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609785632
    },
    "unpst_sendspace": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609785624
    },
    "unptmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unpcb"
        }
      },
      "address": 0
    },
    "unqualified_name": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "unref": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "file"
          }
        }
      },
      "address": 0
    },
    "unreg_fcfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_unreg_fcfi_t"
        }
      },
      "address": 0
    },
    "unreg_rpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_unreg_rpi_t"
        }
      },
      "address": 0
    },
    "unreg_vfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_unreg_vfi_t"
        }
      },
      "address": 0
    },
    "unreg_vpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_unreg_vpi_t"
        }
      },
      "address": 0
    },
    "unregister_acpi_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578820896
    },
    "unregister_fb_wrap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569436784
    },
    "unregister_inetaddr_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841616
    },
    "unregister_netdevice_notifier": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578841472
    },
    "unrhdr_print_iter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028048
    },
    "unrhdr_print_unrhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576027584
    },
    "unroll": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unrollMask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "unrollSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "unsafe_warningcnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609789112
    },
    "unscoped_addr": {
      "type": {
        "kind": "struct",
        "name": "in6_addr"
      },
      "address": 0
    },
    "unshiftedValues": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unsol": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unsortLimit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unsortedMark": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "untagged_q": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scb_tailq"
        }
      },
      "address": 0
    },
    "untranslated": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "unusedSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "unused_pages": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unused_uf_header_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unused_uf_header_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "unwindidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "unwire_pde": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "uobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "up": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "up2tc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "up2tc_user_buf": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "up_cim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_buf"
        }
      },
      "address": 0
    },
    "up_cim_reg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ireg_field"
        }
      },
      "address": 0
    },
    "up_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071609814648
    },
    "up_rel_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579355824
    },
    "upcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rpc_reconupcall"
        }
      },
      "address": 0
    },
    "upd_cmd": {
      "type": {
        "kind": "enum",
        "name": "i40e_nvmupd_cmd"
      },
      "address": 0
    },
    "upd_context": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_update_qp_context"
        }
      },
      "address": 0
    },
    "update": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_queue_update_params"
        }
      },
      "address": 0
    },
    "update1": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "update2": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "update_addr_list_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579184752
    },
    "update_anon": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "update_buffer": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "update_buffer_lossy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579494048
    },
    "update_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362800
    },
    "update_chw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577363024
    },
    "update_clip_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568748560
    },
    "update_dpm": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "update_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "update_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572748256
    },
    "update_gap_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575825216
    },
    "update_gdt_fsbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581546832
    },
    "update_gdt_gsbase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581546704
    },
    "update_gid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579140640
    },
    "update_hw_clip_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568743648
    },
    "update_mac_settings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568788800
    },
    "update_mbuf_csumflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576897152
    },
    "update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362768
    },
    "update_mp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573958368
    },
    "update_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "update_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_queue_update_params"
        }
      },
      "address": 0
    },
    "update_phy_bits": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "update_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "update_prio2buffer": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577362784
    },
    "update_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "update_rebuild_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577107488
    },
    "update_rtm_from_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577151056
    },
    "update_rtm_from_rc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577149712
    },
    "update_skip_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569061104
    },
    "update_slave_state": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "update_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568246064
    },
    "update_tpa_params": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_queue_update_tpa_params"
        }
      },
      "address": 0
    },
    "update_tx_sched": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568912352
    },
    "update_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "update_usb_gen_descriptor32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573019152
    },
    "update_vf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576740896
    },
    "update_vport_qp_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579140896
    },
    "update_xoff_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579493520
    },
    "updated": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fwlog_module_entry"
        }
      },
      "address": 0
    },
    "updatedRepcodes": {
      "type": {
        "kind": "struct",
        "name": "repcodes_t"
      },
      "address": 0
    },
    "updatefats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573939312
    },
    "updateflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "updateproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613045688
    },
    "updatewindow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576711056
    },
    "upgrade": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "upgt_abort_xfers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573275344
    },
    "upgt_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573269616
    },
    "upgt_bulk_rx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573277776
    },
    "upgt_bulk_tx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573279344
    },
    "upgt_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585068064
    },
    "upgt_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573273024
    },
    "upgt_devs": {
      "type": {
        "count": 18,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607443584
    },
    "upgt_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609422120
    },
    "upgt_eeprom_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573274528
    },
    "upgt_eeprom_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573273872
    },
    "upgt_fwname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "upgt_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573269552
    },
    "upgt_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585068000
    },
    "upgt_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573282464
    },
    "upgt_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573277056
    },
    "upgt_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573275488
    },
    "upgt_rx_rate.cck_upgt2rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584821412
    },
    "upgt_rx_rate.ofdm_upgt2rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585068144
    },
    "upgt_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573276128
    },
    "upgt_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573276112
    },
    "upgt_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573281888
    },
    "upgt_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573276144
    },
    "upgt_set_led": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573281376
    },
    "upgt_set_led_blink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573281872
    },
    "upgt_set_macfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573282880
    },
    "upgt_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573279776
    },
    "upgt_sysctl_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573277472
    },
    "upgt_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573276752
    },
    "upgt_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573280256
    },
    "upgt_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573276736
    },
    "upgt_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573276304
    },
    "upgt_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573276688
    },
    "upgt_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573283616
    },
    "uph": {
      "type": {
        "kind": "union",
        "name": "unnamed_c44fa3108d1554ae"
      },
      "address": 0
    },
    "upins": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "uplcom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uplcom_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573395264
    },
    "uplcom_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071609436416
    },
    "uplcom_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573397568
    },
    "uplcom_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573397968
    },
    "uplcom_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573397856
    },
    "uplcom_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573397600
    },
    "uplcom_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573397728
    },
    "uplcom_config_data": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585084624
    },
    "uplcom_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573396736
    },
    "uplcom_devs": {
      "type": {
        "count": 67,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607482272
    },
    "uplcom_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609436368
    },
    "uplcom_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399072
    },
    "uplcom_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573397216
    },
    "uplcom_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585084560
    },
    "uplcom_pl2303_do": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573396848
    },
    "uplcom_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399040
    },
    "uplcom_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573398720
    },
    "uplcom_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573395200
    },
    "uplcom_rates": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585084752
    },
    "uplcom_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573397056
    },
    "uplcom_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573398880
    },
    "uplcom_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573398976
    },
    "uplcom_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573398928
    },
    "uplcom_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399008
    },
    "uplcom_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609436320
    },
    "uplcom_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609436296
    },
    "uplcom_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609436136
    },
    "uplcom_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573396928
    },
    "upn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unr"
        }
      },
      "address": 0
    },
    "upp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unr"
        }
      },
      "address": 0
    },
    "upper": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "upperChannel": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "upperIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "upperPower": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "upper_family": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "upper_limit_gbps": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "upper_limit_mbps": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "upper_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "upperbyte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "uprate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575928608
    },
    "uprintf_signal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613484768
    },
    "uproto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ups": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_percpu_stat"
        }
      },
      "address": 0
    },
    "upstream_expander": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SCIF_SAS_REMOTE_DEVICE_T"
        }
      },
      "address": 0
    },
    "uptag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_dma_parent_tag"
        }
      },
      "address": 0
    },
    "uptime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "uptr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "uptr32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "uq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unr"
        }
      },
      "address": 0
    },
    "uq1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_q"
        }
      },
      "address": 0
    },
    "uq2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_q"
        }
      },
      "address": 0
    },
    "uq_first": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_q"
        }
      },
      "address": 0
    },
    "uq_first2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_q"
        }
      },
      "address": 0
    },
    "uq_me": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_q"
        }
      },
      "address": 0
    },
    "uq_owner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_q"
        }
      },
      "address": 0
    },
    "uq_temp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "umtx_q"
        }
      },
      "address": 0
    },
    "uquad": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_upd_req"
        }
      },
      "address": 0
    },
    "urPcdac": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ura": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_upd_req"
        }
      },
      "address": 0
    },
    "ural_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573283808
    },
    "ural_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573291056
    },
    "ural_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573290448
    },
    "ural_chan_5ghz": {
      "type": {
        "count": 23,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585069344
    },
    "ural_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585069264
    },
    "ural_def_bbp": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_20f1925de0e0a646"
        }
      },
      "address": 18446744071585070496
    },
    "ural_def_mac": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_e67e5183ac068637"
        }
      },
      "address": 18446744071585070416
    },
    "ural_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573284752
    },
    "ural_devs": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607444160
    },
    "ural_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609422464
    },
    "ural_eeprom_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573293264
    },
    "ural_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573285504
    },
    "ural_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573283744
    },
    "ural_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585069200
    },
    "ural_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573297008
    },
    "ural_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573287408
    },
    "ural_ratectl_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573298608
    },
    "ural_ratectl_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573298960
    },
    "ural_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573285824
    },
    "ural_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573285296
    },
    "ural_read_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573296800
    },
    "ural_rf2522_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069376
    },
    "ural_rf2523_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069440
    },
    "ural_rf2524_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069440
    },
    "ural_rf2525_hi_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069504
    },
    "ural_rf2525_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069568
    },
    "ural_rf2525e_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069632
    },
    "ural_rf2526_hi_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069696
    },
    "ural_rf2526_r2": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585069760
    },
    "ural_rf5222": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_1dc54f0664ab6629"
        }
      },
      "address": 18446744071585069824
    },
    "ural_rf_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573296128
    },
    "ural_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573286912
    },
    "ural_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573286720
    },
    "ural_sendprot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573292656
    },
    "ural_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573293680
    },
    "ural_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573287248
    },
    "ural_setup_tx_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573292960
    },
    "ural_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573291888
    },
    "ural_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573296352
    },
    "ural_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573289712
    },
    "ural_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609422416
    },
    "ural_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609422392
    },
    "ural_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609422256
    },
    "ural_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573285632
    },
    "ural_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573290016
    },
    "ural_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573290352
    },
    "ural_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573293472
    },
    "urb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "urb"
        }
      },
      "address": 0
    },
    "ureadc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576020576
    },
    "ureg": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "ureply": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "ures": {
      "type": {
        "kind": "struct",
        "name": "u_resource"
      },
      "address": 0
    },
    "uri_fasthz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "urm": {
      "type": {
        "kind": "struct",
        "name": "u_rman"
      },
      "address": 0
    },
    "urtw_8180_set_anaparam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573332096
    },
    "urtw_8185_rf_pins_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573333760
    },
    "urtw_8185_set_anaparam2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573335888
    },
    "urtw_8185_tx_antenna": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573334976
    },
    "urtw_8187_write_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573335328
    },
    "urtw_8187b_cmd_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573340160
    },
    "urtw_8187b_usbconfig": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585070912
    },
    "urtw_8187l_usbconfig": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585071296
    },
    "urtw_8225_agc": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585071744
    },
    "urtw_8225_channel": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585072560
    },
    "urtw_8225_gain": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585072400
    },
    "urtw_8225_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573330192
    },
    "urtw_8225_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573320224
    },
    "urtw_8225_rf_part1": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585071424
    },
    "urtw_8225_rf_part2": {
      "type": {
        "count": 37,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585071872
    },
    "urtw_8225_rf_part3": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585072176
    },
    "urtw_8225_rf_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573321872
    },
    "urtw_8225_rf_set_sens": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573321616
    },
    "urtw_8225_rf_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573321968
    },
    "urtw_8225_rxgain": {
      "type": {
        "count": 95,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585071552
    },
    "urtw_8225_set_txpwrlvl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573334064
    },
    "urtw_8225_setgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573333920
    },
    "urtw_8225_threshold": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585072540
    },
    "urtw_8225_tx_gain_cck_ofdm": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585072528
    },
    "urtw_8225_txpwr_cck": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585072480
    },
    "urtw_8225_txpwr_cck_ch14": {
      "type": {
        "count": 48,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585072432
    },
    "urtw_8225_txpwr_ofdm": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585072534
    },
    "urtw_8225_usb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573332576
    },
    "urtw_8225_write_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573329392
    },
    "urtw_8225_write_s16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573331920
    },
    "urtw_8225v2_gain_bg": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "urtw_8225v2_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573322480
    },
    "urtw_8225v2_rf_part1": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585072624
    },
    "urtw_8225v2_rf_part2": {
      "type": {
        "count": 40,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585072944
    },
    "urtw_8225v2_rf_part3": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585073264
    },
    "urtw_8225v2_rf_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573324000
    },
    "urtw_8225v2_rxgain": {
      "type": {
        "count": 95,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585072752
    },
    "urtw_8225v2_set_txpwrlvl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573336592
    },
    "urtw_8225v2_setgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573336368
    },
    "urtw_8225v2_tx_gain_cck_ofdm": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585073520
    },
    "urtw_8225v2_txpwr_cck": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "urtw_8225v2_txpwr_cck_ch14": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "urtw_8225v2b_rf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573324096
    },
    "urtw_8225v2b_rf_part0": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585074320
    },
    "urtw_8225v2b_rf_part1": {
      "type": {
        "count": 93,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585073568
    },
    "urtw_8225v2b_rf_part2": {
      "type": {
        "count": 60,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585074768
    },
    "urtw_8225v2b_rf_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573326608
    },
    "urtw_8225v2b_rxgain": {
      "type": {
        "count": 95,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071585074448
    },
    "urtw_8225v2b_txpwr_cck": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584047200
    },
    "urtw_8225v2b_txpwr_cck_ch14": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584047552
    },
    "urtw_8225z2_agc": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585074640
    },
    "urtw_alloc_data_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573341248
    },
    "urtw_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573299056
    },
    "urtw_bulk_rx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573314912
    },
    "urtw_bulk_tx_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573316272
    },
    "urtw_bulk_tx_status_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573316064
    },
    "urtw_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573301536
    },
    "urtw_devs": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607445088
    },
    "urtw_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609423024
    },
    "urtw_eprom_ck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573328176
    },
    "urtw_eprom_cs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573327760
    },
    "urtw_eprom_read32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573319456
    },
    "urtw_eprom_sendbits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573328720
    },
    "urtw_eprom_writebit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573328800
    },
    "urtw_get_txpwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573304544
    },
    "urtw_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573305456
    },
    "urtw_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573340688
    },
    "urtw_led_ch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573314704
    },
    "urtw_led_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573319008
    },
    "urtw_led_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573305232
    },
    "urtw_led_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573314416
    },
    "urtw_led_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573314128
    },
    "urtw_ledtask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573302688
    },
    "urtw_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573298992
    },
    "urtw_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585070848
    },
    "urtw_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573337664
    },
    "urtw_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573307264
    },
    "urtw_preamble_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609422936
    },
    "urtw_ratetable": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "urtw_pair"
        }
      },
      "address": 18446744071585071200
    },
    "urtw_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573305504
    },
    "urtw_read16_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573331760
    },
    "urtw_read32_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573304384
    },
    "urtw_read8_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573319296
    },
    "urtw_rx_setconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573339120
    },
    "urtw_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573305952
    },
    "urtw_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573305936
    },
    "urtw_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573305968
    },
    "urtw_set_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573337376
    },
    "urtw_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573333472
    },
    "urtw_set_rate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573340848
    },
    "urtw_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573316688
    },
    "urtw_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573339504
    },
    "urtw_sysctl_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573313200
    },
    "urtw_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573312896
    },
    "urtw_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573317088
    },
    "urtw_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609422976
    },
    "urtw_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609422952
    },
    "urtw_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609422816
    },
    "urtw_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573307248
    },
    "urtw_update_msr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573338752
    },
    "urtw_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573307088
    },
    "urtw_updateslot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573306768
    },
    "urtw_updateslottask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573303040
    },
    "urtw_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573306800
    },
    "urtw_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573307040
    },
    "urtw_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573318864
    },
    "urtw_write16_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573329216
    },
    "urtw_write32_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573333296
    },
    "urtw_write8_c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573314736
    },
    "urtw_write8e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573335168
    },
    "urv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_fwdump_reg"
        }
      },
      "address": 0
    },
    "us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "us1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "us2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "us_per_s": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "usage": {
      "type": {
        "kind": "struct",
        "name": "dqblk64"
      },
      "address": 0
    },
    "usb2_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "usb3_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "usb_alloc_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572996656
    },
    "usb_alloc_mbufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573040944
    },
    "usb_alloc_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572981344
    },
    "usb_alloc_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578910224
    },
    "usb_altnum_to_altsetting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913104
    },
    "usb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949808
    },
    "usb_bdma_done_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971088
    },
    "usb_bdma_post_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971120
    },
    "usb_bdma_pre_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572970912
    },
    "usb_bdma_work_loop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572969616
    },
    "usb_buffer_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913136
    },
    "usb_buffer_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913776
    },
    "usb_bulk_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578914032
    },
    "usb_bus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572952464
    },
    "usb_bus_cleanup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572954544
    },
    "usb_bus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572952256
    },
    "usb_bus_explore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572951712
    },
    "usb_bus_mem_alloc_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949008
    },
    "usb_bus_mem_alloc_all_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949376
    },
    "usb_bus_mem_flush_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572948960
    },
    "usb_bus_mem_flush_all_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572948992
    },
    "usb_bus_mem_free_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949440
    },
    "usb_bus_mem_free_all_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949520
    },
    "usb_bus_port_get_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573027440
    },
    "usb_bus_port_set_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573035600
    },
    "usb_bus_power_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573035904
    },
    "usb_bus_powerd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573036496
    },
    "usb_bus_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572954000
    },
    "usb_bus_reset_async_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572948848
    },
    "usb_bus_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572953424
    },
    "usb_bus_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572954064
    },
    "usb_bus_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572952944
    },
    "usb_bus_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007360
    },
    "usb_bus_unload_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404912
    },
    "usb_busdma.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_callback_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573070208
    },
    "usb_cdev_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572991248
    },
    "usb_check_alt_setting": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573026400
    },
    "usb_check_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573082432
    },
    "usb_clear_halt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578909152
    },
    "usb_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572985840
    },
    "usb_command_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573074752
    },
    "usb_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "usb_config_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572989888
    },
    "usb_control_ep_cfg": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585052496
    },
    "usb_control_ep_quirk_cfg": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585052416
    },
    "usb_control_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578909360
    },
    "usb_controller.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_core.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909700
    },
    "usb_debug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_desc_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573046912
    },
    "usb_destroy_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573003696
    },
    "usb_destroy_dev_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573003648
    },
    "usb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572950704
    },
    "usb_detach_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572993232
    },
    "usb_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610909784
    },
    "usb_dev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_dev_get_ep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572985952
    },
    "usb_dev_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572986048
    },
    "usb_dev_init_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572986400
    },
    "usb_dev_init_post_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609407664
    },
    "usb_dev_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609407640
    },
    "usb_dev_resume_peer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573037520
    },
    "usb_dev_suspend_peer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573038112
    },
    "usb_dev_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572986688
    },
    "usb_dev_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609407688
    },
    "usb_devclass_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "devclass"
        }
      },
      "address": 18446744071610909792
    },
    "usb_device.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_devinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004368
    },
    "usb_devsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609407456
    },
    "usb_disable_enumeration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909804
    },
    "usb_disable_port_power": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909800
    },
    "usb_dma_delay_done_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077328
    },
    "usb_dma_lock_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971616
    },
    "usb_dma_tag_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968064
    },
    "usb_dma_tag_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572969024
    },
    "usb_dma_tag_unsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572969488
    },
    "usb_do_clear_stall_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051904
    },
    "usb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609405024
    },
    "usb_dump_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971776
    },
    "usb_dump_endpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572972352
    },
    "usb_dump_iface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971696
    },
    "usb_dump_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971920
    },
    "usb_dump_xfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572972496
    },
    "usb_dymo_eject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573044352
    },
    "usb_dymo_eject.data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585052072
    },
    "usb_dynamic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_ed_comp_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047264
    },
    "usb_edesc_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047168
    },
    "usb_endpoint_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987744
    },
    "usb_error.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_errstr_table": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585050624
    },
    "usb_ethernet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_fifo_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572981200
    },
    "usb_fifo_alloc_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572981632
    },
    "usb_fifo_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572979872
    },
    "usb_fifo_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572978560
    },
    "usb_fifo_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572982128
    },
    "usb_fifo_dummy_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987024
    },
    "usb_fifo_dummy_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987056
    },
    "usb_fifo_dummy_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987040
    },
    "usb_fifo_dummy_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987008
    },
    "usb_fifo_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572977616
    },
    "usb_fifo_free_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572981904
    },
    "usb_fifo_get_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572982896
    },
    "usb_fifo_get_data_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572983600
    },
    "usb_fifo_get_data_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572983632
    },
    "usb_fifo_get_data_linear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572983248
    },
    "usb_fifo_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572985360
    },
    "usb_fifo_put_bytes_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572982208
    },
    "usb_fifo_put_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572982240
    },
    "usb_fifo_put_data_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572982752
    },
    "usb_fifo_put_data_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572982864
    },
    "usb_fifo_put_data_linear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572982496
    },
    "usb_fifo_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572979392
    },
    "usb_fifo_set_close_zlp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572984208
    },
    "usb_fifo_set_write_defrag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572984240
    },
    "usb_fifo_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572979584
    },
    "usb_fifo_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572984272
    },
    "usb_fifo_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572979504
    },
    "usb_fifo_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572979632
    },
    "usb_fill_bulk_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913984
    },
    "usb_filter_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572986752
    },
    "usb_filter_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572986880
    },
    "usb_filter_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572986784
    },
    "usb_filtops_read": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609407936
    },
    "usb_filtops_write": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609407896
    },
    "usb_find_host_endpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578912928
    },
    "usb_free_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573002624
    },
    "usb_free_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572978336
    },
    "usb_free_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578910656
    },
    "usb_full_ddesc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909840
    },
    "usb_gen_descriptor_from32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573019056
    },
    "usb_generic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_get_device_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004816
    },
    "usb_get_langid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572995904
    },
    "usb_get_manufacturer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987104
    },
    "usb_get_product": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987136
    },
    "usb_get_serial": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987168
    },
    "usb_handle_remote_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573026192
    },
    "usb_handle_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573023104
    },
    "usb_handle_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_handle_request_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573022944
    },
    "usb_handle_request_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609409280
    },
    "usb_handle_set_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573025696
    },
    "usb_handle_set_stall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573025968
    },
    "usb_hid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_hs_bandwidth_adjust": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573034208
    },
    "usb_hs_bandwidth_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573033840
    },
    "usb_hs_bandwidth_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573034832
    },
    "usb_hub.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_idesc_foreach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573046992
    },
    "usb_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_iface_is_cdrom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573041280
    },
    "usb_ifnum_to_if": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578911008
    },
    "usb_init_endpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573000384
    },
    "usb_init_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913824
    },
    "usb_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572975856
    },
    "usb_isoc_time_expand": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573034992
    },
    "usb_kill_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913808
    },
    "usb_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572977296
    },
    "usb_lang_id": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609408320
    },
    "usb_lang_mask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609408324
    },
    "usb_linux_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578914656
    },
    "usb_linux_attached_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_056efa7fbe8b8eef"
      },
      "address": 18446744071613289664
    },
    "usb_linux_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913344
    },
    "usb_linux_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578915888
    },
    "usb_linux_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610004536
    },
    "usb_linux_driver_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_953f1b60d3337990"
      },
      "address": 18446744071613289656
    },
    "usb_linux_free_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913616
    },
    "usb_linux_free_device_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609408344
    },
    "usb_linux_free_device_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007120
    },
    "usb_linux_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578917024
    },
    "usb_linux_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004400
    },
    "usb_linux_isoc_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578911072
    },
    "usb_linux_lookup_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578916576
    },
    "usb_linux_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585323328
    },
    "usb_linux_non_isoc_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578912048
    },
    "usb_linux_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578914448
    },
    "usb_linux_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913184
    },
    "usb_linux_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578916416
    },
    "usb_linux_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578916256
    },
    "usb_linux_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610004488
    },
    "usb_linux_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610004464
    },
    "usb_linux_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004328
    },
    "usb_linux_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007424
    },
    "usb_linux_unload_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610004424
    },
    "usb_linux_wait_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578914400
    },
    "usb_lookup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_make_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573000960
    },
    "usb_make_str_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573082224
    },
    "usb_mbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585047664
    },
    "usb_msc_auto_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573042416
    },
    "usb_msc_eject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573043920
    },
    "usb_msc_read_10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573044688
    },
    "usb_msc_read_capacity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573045120
    },
    "usb_msc_write_10": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573044896
    },
    "usb_msctest.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_needs_explore": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573027728
    },
    "usb_needs_explore_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573035792
    },
    "usb_needs_explore_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573040528
    },
    "usb_needs_explore_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609409072
    },
    "usb_no_boot_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909688
    },
    "usb_no_cs_fail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909836
    },
    "usb_no_shutdown_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909696
    },
    "usb_no_suspend_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909692
    },
    "usb_notify_addq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573001920
    },
    "usb_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572972656
    },
    "usb_parse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_pause_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081888
    },
    "usb_pc_alloc_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572967456
    },
    "usb_pc_alloc_mem_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968352
    },
    "usb_pc_buffer_is_aligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572965472
    },
    "usb_pc_common_mem_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971248
    },
    "usb_pc_cpu_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968368
    },
    "usb_pc_cpu_invalidate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968768
    },
    "usb_pc_dmamap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968848
    },
    "usb_pc_dmamap_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968944
    },
    "usb_pc_free_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968416
    },
    "usb_pc_load_mem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968512
    },
    "usb_pc_load_mem_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572968752
    },
    "usb_pcount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909832
    },
    "usb_peer_can_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004768
    },
    "usb_pf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572976640
    },
    "usb_power_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609409096
    },
    "usb_power_wdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572954784
    },
    "usb_printbcd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573082096
    },
    "usb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949792
    },
    "usb_probe_and_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572993696
    },
    "usb_proc_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573050288
    },
    "usb_proc_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051040
    },
    "usb_proc_explore_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949600
    },
    "usb_proc_explore_msignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949568
    },
    "usb_proc_explore_mwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949536
    },
    "usb_proc_explore_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572949696
    },
    "usb_proc_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573050976
    },
    "usb_proc_is_called_from": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051808
    },
    "usb_proc_is_gone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051536
    },
    "usb_proc_msignal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051296
    },
    "usb_proc_mwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051552
    },
    "usb_proc_rewakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051760
    },
    "usb_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573050512
    },
    "usb_process.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_quirk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_quirk_get_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573433712
    },
    "usb_quirk_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573429936
    },
    "usb_quirk_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609440208
    },
    "usb_quirk_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573432192
    },
    "usb_quirk_ioctl_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609408368
    },
    "usb_quirk_ioctl_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007200
    },
    "usb_quirk_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610912024
    },
    "usb_quirk_str": {
      "type": {
        "count": 72,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585106736
    },
    "usb_quirk_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573433936
    },
    "usb_quirk_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609440232
    },
    "usb_quirk_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007216
    },
    "usb_quirks": {
      "type": {
        "count": 384,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_quirk_entry"
        }
      },
      "address": 18446744071609440272
    },
    "usb_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572974096
    },
    "usb_read_symlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572983664
    },
    "usb_ref_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572984288
    },
    "usb_ref_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610909704
    },
    "usb_request.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_request_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081568
    },
    "usb_reset_iface_endpoints": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572993120
    },
    "usb_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572951296
    },
    "usb_serial.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_set_device_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572989712
    },
    "usb_set_device_strings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573001296
    },
    "usb_set_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578910720
    },
    "usb_set_intfdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913968
    },
    "usb_setup_endpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578909760
    },
    "usb_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572951472
    },
    "usb_start_wait_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578910336
    },
    "usb_statestr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987072
    },
    "usb_static_devsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609407712
    },
    "usb_static_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572986464
    },
    "usb_string_lang_en": {
      "type": {
        "kind": "struct",
        "name": "usb_string_lang"
      },
      "address": 18446744071585050564
    },
    "usb_submit_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908416
    },
    "usb_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572951056
    },
    "usb_suspend_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572995312
    },
    "usb_sym_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_d3685b70032e9f55"
      },
      "address": 18446744071610909768
    },
    "usb_sym_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610909736
    },
    "usb_take_controller_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609409304
    },
    "usb_temp_get_desc_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609408328
    },
    "usb_temp_get_desc_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007088
    },
    "usb_temp_setup_by_index_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609408336
    },
    "usb_temp_setup_by_index_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007104
    },
    "usb_temp_unload": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007280
    },
    "usb_temp_unsetup_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609408352
    },
    "usb_temp_unsetup_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007136
    },
    "usb_template": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609407976
    },
    "usb_test_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572995200
    },
    "usb_test_quirk_by_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573431504
    },
    "usb_test_quirk_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071609408360
    },
    "usb_test_quirk_w": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007184
    },
    "usb_transfer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_trigger_reprobe_on_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573006208
    },
    "usb_trim_spaces": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573082128
    },
    "usb_ugen_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_fifo_methods"
      },
      "address": 18446744071609408376
    },
    "usb_uiomove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572966496
    },
    "usb_unconfigure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572989088
    },
    "usb_unlink_bsd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578916832
    },
    "usb_unlink_urb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908720
    },
    "usb_unlink_urb_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578908736
    },
    "usb_unref_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572985072
    },
    "usb_util.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "usb_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usb_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572974896
    },
    "usbcode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usbd_add_dynamic_quirk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573005440
    },
    "usbd_alloc_config_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573057696
    },
    "usbd_callback_wrapper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573067664
    },
    "usbd_clear_data_toggle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573079424
    },
    "usbd_clear_stall_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573079680
    },
    "usbd_clear_stall_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573079360
    },
    "usbd_clear_stall_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573000064
    },
    "usbd_copy_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572965680
    },
    "usbd_copy_in_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572965920
    },
    "usbd_copy_out": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572966752
    },
    "usbd_copy_out_user": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572966992
    },
    "usbd_ctrl_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572996304
    },
    "usbd_ctrl_transfer_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573078896
    },
    "usbd_ctrl_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572996496
    },
    "usbd_device_attached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004848
    },
    "usbd_do_request_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573051840
    },
    "usbd_do_request_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573052832
    },
    "usbd_do_request_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573054944
    },
    "usbd_dummy_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971680
    },
    "usbd_enum_is_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573005264
    },
    "usbd_enum_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572988928
    },
    "usbd_enum_lock_sig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004864
    },
    "usbd_enum_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572991568
    },
    "usbd_errstr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573007488
    },
    "usbd_filter_power_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039088
    },
    "usbd_find_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004112
    },
    "usbd_frame_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572967248
    },
    "usbd_free_config_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573057744
    },
    "usbd_fs_isoc_schedule_alloc_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573035040
    },
    "usbd_get_bus_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004720
    },
    "usbd_get_config_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004304
    },
    "usbd_get_device_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004672
    },
    "usbd_get_device_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004752
    },
    "usbd_get_dma_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061664
    },
    "usbd_get_endpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987328
    },
    "usbd_get_endpoint_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573006064
    },
    "usbd_get_ep_by_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987200
    },
    "usbd_get_iface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572992304
    },
    "usbd_get_interface_altindex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004704
    },
    "usbd_get_interface_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004336
    },
    "usbd_get_intfdata": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578913168
    },
    "usbd_get_isoc_fps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004640
    },
    "usbd_get_max_frame_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573062896
    },
    "usbd_get_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004608
    },
    "usbd_get_no_alts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047472
    },
    "usbd_get_no_descriptors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047360
    },
    "usbd_get_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572965296
    },
    "usbd_get_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573004624
    },
    "usbd_get_std_packet_size.bulk_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585052606
    },
    "usbd_get_std_packet_size.control_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585052596
    },
    "usbd_get_std_packet_size.intr_range_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585052576
    },
    "usbd_get_std_packet_size.isoc_range_max": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585052586
    },
    "usbd_in_polling_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572971632
    },
    "usbd_interface_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987696
    },
    "usbd_lookup_id_by_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573040656
    },
    "usbd_lookup_id_by_uaa": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573040896
    },
    "usbd_m_copy_in": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572966176
    },
    "usbd_m_copy_in_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572966224
    },
    "usbd_pipe_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573074976
    },
    "usbd_pipe_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573078256
    },
    "usbd_req_clear_device_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061312
    },
    "usbd_req_clear_hub_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058848
    },
    "usbd_req_clear_port_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573055536
    },
    "usbd_req_clear_tt_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061168
    },
    "usbd_req_get_alt_interface_no": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058096
    },
    "usbd_req_get_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059920
    },
    "usbd_req_get_config_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573057616
    },
    "usbd_req_get_config_desc_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573057776
    },
    "usbd_req_get_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573056224
    },
    "usbd_req_get_descriptor_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573057280
    },
    "usbd_req_get_device_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058048
    },
    "usbd_req_get_device_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058384
    },
    "usbd_req_get_hid_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573026544
    },
    "usbd_req_get_hub_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058448
    },
    "usbd_req_get_hub_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058608
    },
    "usbd_req_get_port_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573055664
    },
    "usbd_req_get_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059440
    },
    "usbd_req_get_report_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059728
    },
    "usbd_req_get_ss_hub_descriptor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058528
    },
    "usbd_req_get_string_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573056896
    },
    "usbd_req_get_string_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573057232
    },
    "usbd_req_re_enumerate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573060368
    },
    "usbd_req_reset_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573055136
    },
    "usbd_req_reset_tt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061072
    },
    "usbd_req_set_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058672
    },
    "usbd_req_set_alt_interface_no": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058224
    },
    "usbd_req_set_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059856
    },
    "usbd_req_set_device_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061376
    },
    "usbd_req_set_hub_depth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059104
    },
    "usbd_req_set_hub_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058912
    },
    "usbd_req_set_hub_u1_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573058976
    },
    "usbd_req_set_hub_u2_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059040
    },
    "usbd_req_set_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059584
    },
    "usbd_req_set_lpm_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061504
    },
    "usbd_req_set_port_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573055600
    },
    "usbd_req_set_port_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061440
    },
    "usbd_req_set_protocol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059168
    },
    "usbd_req_set_report": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059296
    },
    "usbd_req_warm_reset_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573055728
    },
    "usbd_set_alt_interface_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572991712
    },
    "usbd_set_config_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572987840
    },
    "usbd_set_endpoint_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573005664
    },
    "usbd_set_endpoint_stall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572992352
    },
    "usbd_set_parent_iface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572993632
    },
    "usbd_set_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573005296
    },
    "usbd_set_power_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573032368
    },
    "usbd_setup_device_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573059984
    },
    "usbd_sr_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573005104
    },
    "usbd_sr_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573005184
    },
    "usbd_start_re_enumerate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039152
    },
    "usbd_start_set_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573039200
    },
    "usbd_transfer_clear_stall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573078064
    },
    "usbd_transfer_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573074176
    },
    "usbd_transfer_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573074240
    },
    "usbd_transfer_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573071792
    },
    "usbd_transfer_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077344
    },
    "usbd_transfer_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573076480
    },
    "usbd_transfer_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573079888
    },
    "usbd_transfer_power_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573035920
    },
    "usbd_transfer_power_ref.power_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156128
    },
    "usbd_transfer_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573065440
    },
    "usbd_transfer_setup_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573063088
    },
    "usbd_transfer_setup_sub_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573061744
    },
    "usbd_transfer_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573075280
    },
    "usbd_transfer_start_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573078816
    },
    "usbd_transfer_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573075808
    },
    "usbd_transfer_submit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573072080
    },
    "usbd_transfer_timeout_ms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573078704
    },
    "usbd_transfer_unsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573070928
    },
    "usbd_transfer_unsetup_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573070560
    },
    "usbd_xfer_clr_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081136
    },
    "usbd_xfer_frame_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077072
    },
    "usbd_xfer_frame_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573076960
    },
    "usbd_xfer_get_and_clr_zlp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077600
    },
    "usbd_xfer_get_fps_shift": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573076944
    },
    "usbd_xfer_get_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573076864
    },
    "usbd_xfer_get_frame_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573076896
    },
    "usbd_xfer_get_isochronous_start_frame": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081248
    },
    "usbd_xfer_get_priv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081040
    },
    "usbd_xfer_get_timestamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081200
    },
    "usbd_xfer_is_stalled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573078032
    },
    "usbd_xfer_max_framelen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077312
    },
    "usbd_xfer_max_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077280
    },
    "usbd_xfer_max_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077296
    },
    "usbd_xfer_maxp_was_clamped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081216
    },
    "usbd_xfer_old_frame_length": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077136
    },
    "usbd_xfer_set_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081072
    },
    "usbd_xfer_set_frame_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573076992
    },
    "usbd_xfer_set_frame_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077040
    },
    "usbd_xfer_set_frame_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573065392
    },
    "usbd_xfer_set_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077264
    },
    "usbd_xfer_set_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077232
    },
    "usbd_xfer_set_priv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081056
    },
    "usbd_xfer_set_stall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077840
    },
    "usbd_xfer_set_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077248
    },
    "usbd_xfer_set_zlp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077408
    },
    "usbd_xfer_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573081024
    },
    "usbd_xfer_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573079872
    },
    "usbd_xfer_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573077168
    },
    "usbpf_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047600
    },
    "usbpf_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573049664
    },
    "usbpf_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047728
    },
    "usbpf_clone_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573049616
    },
    "usbpf_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610909816
    },
    "usbpf_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047648
    },
    "usbpf_ifname2ubus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573050000
    },
    "usbpf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573049520
    },
    "usbpf_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609409504
    },
    "usbpf_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573050112
    },
    "usbpf_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573050128
    },
    "usbpf_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609409528
    },
    "usbpf_xfertap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573047968
    },
    "usbproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071610909824
    },
    "usbus_dwcotg_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405640
    },
    "usbus_dwcotg_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405616
    },
    "usbus_dwcotgmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404816
    },
    "usbus_ehci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405200
    },
    "usbus_ehci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405176
    },
    "usbus_ehcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404456
    },
    "usbus_musbotg_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405376
    },
    "usbus_musbotg_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405352
    },
    "usbus_musbotgmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404600
    },
    "usbus_octusb_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405552
    },
    "usbus_octusb_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405528
    },
    "usbus_octusbmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404744
    },
    "usbus_ohci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609404976
    },
    "usbus_ohci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609404952
    },
    "usbus_ohcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404312
    },
    "usbus_saf1761otg_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405728
    },
    "usbus_saf1761otg_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405704
    },
    "usbus_saf1761otgmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404888
    },
    "usbus_uhci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405112
    },
    "usbus_uhci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405088
    },
    "usbus_uhcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404384
    },
    "usbus_uss820dci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405464
    },
    "usbus_uss820dci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405440
    },
    "usbus_uss820dcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404672
    },
    "usbus_xhci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609405288
    },
    "usbus_xhci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609405264
    },
    "usbus_xhcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609404528
    },
    "usbusname": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585052400
    },
    "usdelay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "useEnd": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "useNextEntry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usePrefetchDecoder": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "useRowMatchFinder": {
      "type": {
        "kind": "enum",
        "name": "unnamed_c93854d0c51236d9"
      },
      "address": 0
    },
    "useStart": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "use_16k": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_2nd_queue": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_ac97": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_buf_pager": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610060920
    },
    "use_counter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_defzone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_doorbell": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610760012
    },
    "use_ext_pgs": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "use_intx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_lock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_mrq": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "use_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_mwait": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "use_prio": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613289800
    },
    "use_register": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "use_sq_remap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "use_srq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "use_trim": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "use_unmapped": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "use_xsave": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454328
    },
    "usec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "useclflushopt": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "usecred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "usecs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usecs_since_epoch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usecurstateid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "used": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "used_colors": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "used_colors_list": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "used_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "used_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "used_uf_buffer_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "used_uf_header_bytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "used_uf_header_entries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "usedma32": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "usegssname": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usejit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usem_int_table_data_e1": {
      "type": {
        "count": 872,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585695952
    },
    "usem_int_table_data_e1h": {
      "type": {
        "count": 872,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586077088
    },
    "usem_int_table_data_e2": {
      "type": {
        "count": 1000,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586552832
    },
    "usem_pram_data_e1": {
      "type": {
        "count": 139600,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585696832
    },
    "usem_pram_data_e1h": {
      "type": {
        "count": 147632,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586077968
    },
    "usem_pram_data_e2": {
      "type": {
        "count": 213280,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586553840
    },
    "usemsi": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "user": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "user32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mps_usr_command32"
        }
      },
      "address": 0
    },
    "user_allow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "user_allow_first": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "user_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "union",
            "name": "ccb"
          }
        }
      },
      "address": 0
    },
    "user_cpuset_getaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575169616
    },
    "user_cpuset_setaffinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575171984
    },
    "user_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "user_dbreg_trap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581399696
    },
    "user_deny": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "user_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609651888
    },
    "user_flag": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "user_handler_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071608525504
    },
    "user_immutable_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "user_ioc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_iocpacket"
        }
      },
      "address": 0
    },
    "user_ioc32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mrsas_iocpacket32"
        }
      },
      "address": 0
    },
    "user_ldt_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581548720
    },
    "user_ldt_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581549376
    },
    "user_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "user_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "user_pfc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "user_pfc_mode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "user_pt_page_count": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216192
    },
    "user_pt_page_count_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610190944
    },
    "user_pt_page_count_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610190968
    },
    "user_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "user_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573858160
    },
    "user_reply": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "user_request": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ips_user_request"
        }
      },
      "address": 0
    },
    "user_response_length": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "user_sglist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "user_smp_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "user_srb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_srb"
        }
      },
      "address": 0
    },
    "user_tinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ahd_transinfo"
        }
      },
      "address": 0
    },
    "user_unwire": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "user_watermark": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "user_wire": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "user_x2apic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "useracc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156384
    },
    "useraddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "userdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hv_vss_opt_msg"
        }
      },
      "address": 0
    },
    "userdev": {
      "type": {
        "kind": "struct",
        "name": "uinput_user_dev"
      },
      "address": 0
    },
    "userland_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575656144
    },
    "usermode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usermount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613043092
    },
    "username_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "userp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 0
    },
    "userret": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576008704
    },
    "uset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "__sigset_t"
        }
      },
      "address": 0
    },
    "usevget": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usevnodes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "usgl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ulptx_sgl"
        }
      },
      "address": 0
    },
    "ush": {
      "type": {
        "kind": "struct",
        "name": "uma_stream_header"
      },
      "address": 0
    },
    "using_scratch": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "uslcom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uslcom_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399200
    },
    "uslcom_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071609436920
    },
    "uslcom_cfg_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401136
    },
    "uslcom_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573400240
    },
    "uslcom_cfg_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573400928
    },
    "uslcom_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573400576
    },
    "uslcom_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573400480
    },
    "uslcom_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573400272
    },
    "uslcom_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573400368
    },
    "uslcom_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585084992
    },
    "uslcom_control_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399968
    },
    "uslcom_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399552
    },
    "uslcom_devs": {
      "type": {
        "count": 133,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607484416
    },
    "uslcom_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609436872
    },
    "uslcom_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401744
    },
    "uslcom_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401328
    },
    "uslcom_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585084928
    },
    "uslcom_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401712
    },
    "uslcom_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401264
    },
    "uslcom_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399136
    },
    "uslcom_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399808
    },
    "uslcom_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401584
    },
    "uslcom_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401648
    },
    "uslcom_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401616
    },
    "uslcom_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401680
    },
    "uslcom_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609436824
    },
    "uslcom_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609436800
    },
    "uslcom_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609436640
    },
    "uslcom_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401808
    },
    "uslcom_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573399680
    },
    "usniffer_img": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "usrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsusrgrp"
        }
      },
      "address": 0
    },
    "ustat_val": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "ustringp": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "usval": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "usz": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "ut": {
      "type": {
        "count": 90,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "utaddress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pppoe_tag"
        }
      },
      "address": 0
    },
    "utalloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utascii.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utbuffer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utc_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575870064
    },
    "utcache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utcksum.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utcopy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utdebug.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utdecode.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utdelete.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uterror.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uteval.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utexcep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utf16_to_utf8": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580978432
    },
    "utf8_shift": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071585141776
    },
    "utf8_to_utf16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580977760
    },
    "utf_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "utfbytes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "utfchar": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "utglobal.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uth": {
      "type": {
        "kind": "struct",
        "name": "uma_type_header"
      },
      "address": 0
    },
    "uthex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utids.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utils.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "utime_ts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "utimeout": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "utimings": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584162656
    },
    "utinit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utlock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utmath.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utmisc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utmutex.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utnonansi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utobject.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utosi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utownerid.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utpp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "utpredef.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utresrc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utstate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utstring.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utstrsuppt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utstrtoul64.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utxface.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utxferror.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "utxfinit.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uu": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "uuid": {
      "type": {
        "count": 65,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "uuid_ether": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "uuid_macaddr"
        }
      },
      "address": 18446744071612900064
    },
    "uuid_ether_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575768496
    },
    "uuid_ether_del": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575769040
    },
    "uuid_last": {
      "type": {
        "kind": "struct",
        "name": "uuid_private"
      },
      "address": 18446744071612900032
    },
    "uuid_last.0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612900032
    },
    "uuid_last.1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612900040
    },
    "uuid_last.2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612900048
    },
    "uuid_last.3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612900052
    },
    "uuid_last.4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612900056
    },
    "uuid_lock_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609722664
    },
    "uuid_lock_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609722616
    },
    "uuid_lock_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609722640
    },
    "uuid_mutex": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612900000
    },
    "uuidcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770816
    },
    "uuidlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "uuptime": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "uva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "uval": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "uvisor.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uvisor_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401984
    },
    "uvisor_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585085216
    },
    "uvisor_cfg_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403168
    },
    "uvisor_cfg_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403152
    },
    "uvisor_config": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585085360
    },
    "uvisor_config_copy": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 0
    },
    "uvisor_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573402672
    },
    "uvisor_devs": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607488672
    },
    "uvisor_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609437376
    },
    "uvisor_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403408
    },
    "uvisor_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585085152
    },
    "uvisor_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573401920
    },
    "uvisor_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573402992
    },
    "uvisor_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403280
    },
    "uvisor_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403344
    },
    "uvisor_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403312
    },
    "uvisor_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403376
    },
    "uvisor_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609437328
    },
    "uvisor_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609437304
    },
    "uvisor_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609437144
    },
    "uvisor_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573402784
    },
    "uvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "urtw_vap"
        }
      },
      "address": 0
    },
    "uvp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtwn_vap"
        }
      },
      "address": 0
    },
    "uvscom.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "uvscom_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403536
    },
    "uvscom_callback": {
      "type": {
        "kind": "struct",
        "name": "ucom_callback"
      },
      "address": 18446744071585085568
    },
    "uvscom_cfg_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405584
    },
    "uvscom_cfg_get_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404736
    },
    "uvscom_cfg_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405504
    },
    "uvscom_cfg_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405104
    },
    "uvscom_cfg_set_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404992
    },
    "uvscom_cfg_set_dtr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404768
    },
    "uvscom_cfg_set_rts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404880
    },
    "uvscom_config": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585085712
    },
    "uvscom_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404016
    },
    "uvscom_devs": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607489472
    },
    "uvscom_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609437736
    },
    "uvscom_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405872
    },
    "uvscom_intr_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404448
    },
    "uvscom_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585085504
    },
    "uvscom_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405840
    },
    "uvscom_pre_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405664
    },
    "uvscom_pre_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405696
    },
    "uvscom_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573403472
    },
    "uvscom_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404288
    },
    "uvscom_start_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405712
    },
    "uvscom_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405776
    },
    "uvscom_stop_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405744
    },
    "uvscom_stop_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573405808
    },
    "uvscom_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609437688
    },
    "uvscom_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609437664
    },
    "uvscom_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609437504
    },
    "uvscom_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573404160
    },
    "uz_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "v": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "v0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "v1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "v14EepromDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567883824
    },
    "v14EepromDiag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567884448
    },
    "v14EepromGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567883872
    },
    "v14EepromGetSpurChan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567884416
    },
    "v14EepromSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567884368
    },
    "v16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "v1EepromDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567865776
    },
    "v1EepromDiag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567866128
    },
    "v1EepromGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567865824
    },
    "v1EepromGetSpurChan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567866112
    },
    "v1EepromSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567866096
    },
    "v2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "v2p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_bb7ca85efb220b98"
        }
      },
      "address": 0
    },
    "v2p_mailbox": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "v3": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "v32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "v34": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "v4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "v41flags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "v4_forwarding": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "v4kEepromDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567885344
    },
    "v4kEepromDiag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567885712
    },
    "v4kEepromGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567885392
    },
    "v4kEepromGetSpurChan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567885680
    },
    "v4kEepromSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567885648
    },
    "v4only": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "v6": {
      "type": {
        "kind": "struct",
        "name": "tp_tcp_stats"
      },
      "address": 0
    },
    "v6_forwarding": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "v8": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "v9287EepromDetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567886640
    },
    "v9287EepromDiag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567887040
    },
    "v9287EepromGet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567886688
    },
    "v9287EepromGetSpurChan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567887008
    },
    "v9287EepromSet": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567886976
    },
    "vBase": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vStep": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vStepLog": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "v_addpollinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576537824
    },
    "v_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "v_bit": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "v_code": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "v_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "v_ee": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry_vimage"
        }
      },
      "address": 0
    },
    "v_inval_buf_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576522080
    },
    "v_inval_buf_range_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576521424
    },
    "v_list_itr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_list_entry"
        }
      },
      "address": 0
    },
    "v_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsi_list_map_info"
        }
      },
      "address": 0
    },
    "v_mnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "v_msg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_msg"
        }
      },
      "address": 0
    },
    "v_nsec": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "v_pd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "v_pdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "v_pml4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "v_pml5": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "v_pos_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsi_list_map_info"
        }
      },
      "address": 0
    },
    "v_pt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "v_tmp_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsi_list_map_info"
        }
      },
      "address": 0
    },
    "v_wme_ac": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "va": {
      "type": {
        "kind": "struct",
        "name": "vattr"
      },
      "address": 0
    },
    "va_clk": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 0
    },
    "va_last": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "va_next": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "va_null": {
      "type": {
        "kind": "struct",
        "name": "vattr"
      },
      "address": 18446744071613042880
    },
    "va_t": {
      "type": {
        "kind": "base",
        "name": "double"
      },
      "address": 0
    },
    "vaccess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576540192
    },
    "vaccess_acl_nfs4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575811392
    },
    "vaccess_acl_posix1e": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575816768
    },
    "vaccess_vexec_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576540096
    },
    "vacl_aclcheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576338352
    },
    "vacl_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576337392
    },
    "vacl_get_acl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576335296
    },
    "vacl_set_acl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576336112
    },
    "vaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "vaddrs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "vagid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "val": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "val0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "val1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "val16": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "val2": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "val3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "val32": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "val64": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "val8": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "valPerRank": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "val_50c": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "val_arg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "val_err": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "val_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "val_tc": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "val_xoff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "val_xon": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vale_bdg_ops": {
      "type": {
        "kind": "struct",
        "name": "netmap_bdg_ops"
      },
      "address": 18446744071609083752
    },
    "vale_max_bridges": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609083520
    },
    "valid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "valid_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "valid_bit_set": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "valid_cfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581976240
    },
    "valid_csum_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "valid_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "valid_from": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "valid_functions": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "valid_obdb_0_b0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_obdb_1_b0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_obdb_2_b0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_obdb_3_b0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_obdb_4_b0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_prof": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "valid_rate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "valid_rx_ant": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_to": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "valid_tx_ant": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valid_units": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "validate_buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569109856
    },
    "validate_eth_header_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579146976
    },
    "validate_mem_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568883648
    },
    "validate_mt_off_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568883344
    },
    "validate_uuid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575770400
    },
    "validator": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "config_type_validator"
        }
      },
      "address": 0
    },
    "validity_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vallen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "valp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "long"
        }
      },
      "address": 0
    },
    "vals": {
      "type": {
        "kind": "struct",
        "name": "r92ce_iq_cal_reg_vals"
      },
      "address": 0
    },
    "valsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "value": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071613485348
    },
    "value2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "valueST": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "value_dbm": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "value_str": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "value_type": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "valueap": {
      "type": {
        "count": 1,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "__va_list_tag"
        }
      },
      "address": 0
    },
    "valuebuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vamode": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vattr"
        }
      },
      "address": 0
    },
    "vap_update_bss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577365872
    },
    "vap_update_erp_protmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577364784
    },
    "vap_update_ht_protmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577365056
    },
    "vap_update_preamble": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577365568
    },
    "vap_update_slot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577364560
    },
    "vap_update_wme": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577364320
    },
    "vaper": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vattr"
        }
      },
      "address": 0
    },
    "var": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "var_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573764672
    },
    "var_nextname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573764992
    },
    "var_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573765312
    },
    "var_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609437624
    },
    "varname": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vasprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576650592
    },
    "vat": {
      "type": {
        "kind": "struct",
        "name": "vattr"
      },
      "address": 0
    },
    "vattr": {
      "type": {
        "kind": "struct",
        "name": "vattr"
      },
      "address": 0
    },
    "vattr_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576515728
    },
    "vauid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vbefb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vbe_fb"
        }
      },
      "address": 0
    },
    "vbefb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vblock": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "vbp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "m_vtob_s"
        }
      },
      "address": 0
    },
    "vbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "vc": {
      "type": {
        "kind": "struct",
        "name": "vfsidctl"
      },
      "address": 0
    },
    "vc_eqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_eqe_vport_change"
        }
      },
      "address": 0
    },
    "vcam": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vcc_cc_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608446720
    },
    "vcc_cc_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608446696
    },
    "vcc_ccmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444808
    },
    "vcc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608446768
    },
    "vccq": {
      "type": {
        "kind": "enum",
        "name": "mmc_vccq"
      },
      "address": 0
    },
    "vchan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vchan_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609227856
    },
    "vchan_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572585584
    },
    "vchan_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572587776
    },
    "vchan_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572595776
    },
    "vchan_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572596672
    },
    "vchan_getmatrix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572596848
    },
    "vchan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572595408
    },
    "vchan_initsys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572588432
    },
    "vchan_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585022112
    },
    "vchan_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vchan_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572595808
    },
    "vchan_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572595840
    },
    "vchan_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572588352
    },
    "vchan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572595856
    },
    "vchancount": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vchanfmt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vchanformat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "vchanrate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "vchanspd": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vcid_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vco": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "count": 7,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 18446744071585080432
    },
    "vco_cfid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vco_fid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vcpu": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vcpu_info"
        }
      },
      "address": 0
    },
    "vcpu_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vcpu_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vcpu_info_t"
        }
      },
      "address": 0
    },
    "vcpu_time": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vcr_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vcxgbe_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568899184
    },
    "vcxgbe_cxgbe_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608446448
    },
    "vcxgbe_cxgbe_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608446424
    },
    "vcxgbe_cxgbemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444616
    },
    "vcxgbe_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568899472
    },
    "vcxgbe_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608446496
    },
    "vcxgbe_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584714576
    },
    "vcxgbe_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568899040
    },
    "vcxl_cxl_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608446584
    },
    "vcxl_cxl_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608446560
    },
    "vcxl_cxlmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608444712
    },
    "vcxl_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608446632
    },
    "vd": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vdata": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cmng_vnic"
        }
      },
      "address": 0
    },
    "vdbatch_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576564448
    },
    "vdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_vdc_record"
        }
      },
      "address": 0
    },
    "vdc1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_vdc_record"
        }
      },
      "address": 0
    },
    "vde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_vd_entry"
        }
      },
      "address": 0
    },
    "vdefer_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576563632
    },
    "vdevice": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vdiff": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vdp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vdrop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576523632
    },
    "vdropl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576527488
    },
    "vdropl_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576563856
    },
    "vdropl_recycle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576556832
    },
    "vdso_th_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609717432
    },
    "vdsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "vdst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "isp_icb_2400_vpinfo_t"
        }
      },
      "address": 0
    },
    "veal": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_ether_addr_list"
        }
      },
      "address": 0
    },
    "veb_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vec": {
      "type": {
        "kind": "struct",
        "name": "xen_hvm_evtchn_upcall_vector"
      },
      "address": 0
    },
    "vec_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vec_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vec_size": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vecindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vector": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vector_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vector_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "vector_no": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vector_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vectors": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608315184
    },
    "vectp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "vel": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vend": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "vendaddr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vendid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vendor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vendor_dev_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vendor_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vendor_name": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vendor_oui": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vendor_pn": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vendor_recv_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849664
    },
    "vendor_send_action": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849280
    },
    "vendorid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vendortype": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_86a7000fafe7eb1e"
        }
      },
      "address": 18446744071585441152
    },
    "vendser": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_attrib_vendser"
        }
      },
      "address": 0
    },
    "ventura_map_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ver": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "ver_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "verb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420384
    },
    "verbose_sysinit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612529832
    },
    "verbosity_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "verbuf_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "verdict": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "verf": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "verif": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "verify": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "verify.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "verify_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580857664
    },
    "verify_qp_parameters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579140224
    },
    "verinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mod_depend"
        }
      },
      "address": 0
    },
    "vers": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vers.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "version": {
      "type": {
        "count": 304,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610259952,
      "constant_data": "RnJlZUJTRCAxNC4wLUNVUlJFTlQgYW1kNjQgMTQwMDA5NCAjMSBSRUxFTkdfMl83XzItbjI1NTk0OC04ZDJiNTZkYTM5YzogV2VkIERlYyAgNiAyMDo0NTo0NyBVVEMgMjAyMwogICAgcm9vdEBmcmVlYnNkOi92YXIvamVua2lucy93b3Jrc3BhY2UvcGZTZW5zZS1DRS1zbmFwc2hvdHMtMl83XzItbWFpbi9vYmovYW1kNjQvU3RkQVNXNWIvdmFyL2plbmtpbnMvd29ya3NwYWNlL3BmU2Vuc2UtQ0Utc25hcHNob3RzLTJfN18yLW1haW4vc291cmNlcy9GcmVlQlNELXNyYy1SRUxFTkdfMl83XzIvYW1kNjQuYW1kNjQvc3lzL3BmU2Vuc2UKAA=="
    },
    "version_req": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_version_request"
        }
      },
      "address": 0
    },
    "version_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609619416
    },
    "versions": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584034048
    },
    "verstime": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "verstr": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "veto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_vf"
        }
      },
      "address": 0
    },
    "vf_admin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_state"
        }
      },
      "address": 0
    },
    "vf_bit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vf_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vf_dinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_devinfo"
        }
      },
      "address": 0
    },
    "vf_driver": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "vf_gids": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vf_ifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "vf_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vf_max_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vf_mdd_detected": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "vf_name": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vf_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vf_num_queues": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vf_oper": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_oper_state"
        }
      },
      "address": 0
    },
    "vf_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vf_schema": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nvlist_t"
        }
      },
      "address": 0
    },
    "vf_shift": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vf_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_vf_stats"
        }
      },
      "address": 0
    },
    "vf_target_reg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vf_target_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vfc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsconf"
        }
      },
      "address": 0
    },
    "vfconf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rss_vf_conf"
        }
      },
      "address": 0
    },
    "vfdca_rxctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfdca_txctrl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_devinfo"
        }
      },
      "address": 0
    },
    "vfint_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_vlan_filter_list"
        }
      },
      "address": 0
    },
    "vflagsav": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vflre": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vflrstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vflrstat_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vflrstat_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576528704
    },
    "vfmt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vfp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_font"
        }
      },
      "address": 0
    },
    "vfre": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfrstat": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfrtrig": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_vf"
        }
      },
      "address": 0
    },
    "vfs_acl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_aio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_allocate_syncvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576538688
    },
    "vfs_allocate_syncvnode.incr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613045712
    },
    "vfs_allocate_syncvnode.next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613045720
    },
    "vfs_allocate_syncvnode.start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613045704
    },
    "vfs_allow_read_dir": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046032
    },
    "vfs_bio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_bio_awrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576371744
    },
    "vfs_bio_brelse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576382464
    },
    "vfs_bio_bzero_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576382224
    },
    "vfs_bio_clrbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576381664
    },
    "vfs_bio_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576383424
    },
    "vfs_bio_set_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576382576
    },
    "vfs_bio_set_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576381328
    },
    "vfs_buildopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576475024
    },
    "vfs_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576513376
    },
    "vfs_busy_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576368640
    },
    "vfs_busy_pages_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576380912
    },
    "vfs_busy_pages_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576380992
    },
    "vfs_busyfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576514768
    },
    "vfs_busyfs.cache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613043504
    },
    "vfs_byname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576462048
    },
    "vfs_byname_kld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576462160
    },
    "vfs_cache.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_cache_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576411312
    },
    "vfs_cache_root": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548864
    },
    "vfs_cache_root_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576549888
    },
    "vfs_cache_root_fallback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576549184
    },
    "vfs_cache_root_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576550064
    },
    "vfs_cachedroot_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464480
    },
    "vfs_check_usecounts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576489840
    },
    "vfs_checkexp_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465040
    },
    "vfs_cluster.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_copyopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576492976
    },
    "vfs_create_addrlist_af": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576453536
    },
    "vfs_deallocate_syncvnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576539632
    },
    "vfs_default.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_deferred_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576573456
    },
    "vfs_deferred_unmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576496976
    },
    "vfs_deleteopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576474864
    },
    "vfs_domount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576482336
    },
    "vfs_domount_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576497744
    },
    "vfs_domount_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576500224
    },
    "vfs_donmount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576476672
    },
    "vfs_event_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576574784
    },
    "vfs_event_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548176
    },
    "vfs_exjail_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576451984
    },
    "vfs_export": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448944
    },
    "vfs_export.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_extattr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_extattrctl_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465168
    },
    "vfs_fhtovp_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464944
    },
    "vfs_filteropt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576491024
    },
    "vfs_flagopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576492272
    },
    "vfs_free_addrlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448736
    },
    "vfs_free_netcred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576453472
    },
    "vfs_freeopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576474736
    },
    "vfs_freevnodes_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576563968
    },
    "vfs_freevnodes_rollup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576563792
    },
    "vfs_getnewfsid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576515312
    },
    "vfs_getnewfsid.mntid_base": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613045552
    },
    "vfs_getopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576482128
    },
    "vfs_getopt_pos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576482240
    },
    "vfs_getopt_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576491920
    },
    "vfs_getopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576492144
    },
    "vfs_getvfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576514544
    },
    "vfs_hash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_hash_changesize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576461552
    },
    "vfs_hash_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576459840
    },
    "vfs_hash_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576459808
    },
    "vfs_hash_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576460528
    },
    "vfs_hash_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071608222720
    },
    "vfs_hash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613042832
    },
    "vfs_hash_newmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vfs_hash_newtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfs_hash_head"
        }
      },
      "address": 0
    },
    "vfs_hash_oldmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vfs_hash_oldtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfs_hash_head"
        }
      },
      "address": 0
    },
    "vfs_hash_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576460160
    },
    "vfs_hash_rehash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576461248
    },
    "vfs_hash_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576460368
    },
    "vfs_hash_side": {
      "type": {
        "kind": "struct",
        "name": "unnamed_4f9c281da8beb7c9"
      },
      "address": 18446744071613042824
    },
    "vfs_hash_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806416
    },
    "vfs_hash_tbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfs_hash_head"
        }
      },
      "address": 18446744071613042840
    },
    "vfs_hashinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576461968
    },
    "vfs_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_knl_assert_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576538416
    },
    "vfs_knlist_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609814192
    },
    "vfs_knllock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576538320
    },
    "vfs_knlunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576538352
    },
    "vfs_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548352
    },
    "vfs_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576468800
    },
    "vfs_lookup.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_lookup_cross_mount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576473264
    },
    "vfs_lookup_degenerate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576472528
    },
    "vfs_lookup_failifexists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576473776
    },
    "vfs_mergeopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576495584
    },
    "vfs_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576462512
    },
    "vfs_mount.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_mount_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576481152
    },
    "vfs_mount_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576481568
    },
    "vfs_mount_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576490704
    },
    "vfs_mount_fetch_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576489168
    },
    "vfs_mount_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576496848
    },
    "vfs_mount_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464240
    },
    "vfs_mount_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609810088
    },
    "vfs_mounted_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609809968
    },
    "vfs_mountedfrom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576493200
    },
    "vfs_mountroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576503040
    },
    "vfs_mountroot.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_mountroot_readconf.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613043376
    },
    "vfs_mountroot_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576513008
    },
    "vfs_notify_upper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576533728
    },
    "vfs_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfs_op_action_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576489072
    },
    "vfs_op_barrier_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576488848
    },
    "vfs_op_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576488464
    },
    "vfs_op_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576488960
    },
    "vfs_op_exit_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576488944
    },
    "vfs_op_wait_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576489120
    },
    "vfs_opterror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576490864
    },
    "vfs_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576536496
    },
    "vfs_periodic_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576536528
    },
    "vfs_periodic_inactive_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576573440
    },
    "vfs_periodic_msync_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576536816
    },
    "vfs_periodic_msync_inactive_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576573792
    },
    "vfs_purge_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465680
    },
    "vfs_quotactl_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464576
    },
    "vfs_read_dirent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548608
    },
    "vfs_reclaim_lowervp_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465456
    },
    "vfs_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576479648
    },
    "vfs_ref_from_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576479296
    },
    "vfs_register.once": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613043056
    },
    "vfs_register_for_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576480128
    },
    "vfs_register_upper_from_vp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576479840
    },
    "vfs_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576480928
    },
    "vfs_relookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576473888
    },
    "vfs_remount_ro": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576494080
    },
    "vfs_report_lockf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575406752
    },
    "vfs_report_lockf_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465744
    },
    "vfs_root_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464384
    },
    "vfs_sanitizeopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576475728
    },
    "vfs_scanopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576492400
    },
    "vfs_setdirty_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576381072
    },
    "vfs_setopt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576492576
    },
    "vfs_setopt_part": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576492704
    },
    "vfs_setopts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576492832
    },
    "vfs_setpublicfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576451552
    },
    "vfs_smr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smr"
        }
      },
      "address": 18446744071608209536
    },
    "vfs_statfs_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464688
    },
    "vfs_stdcheckexp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576453040
    },
    "vfs_stdextattrctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448560
    },
    "vfs_stdfhtovp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448512
    },
    "vfs_stdinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448528
    },
    "vfs_stdnosync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448480
    },
    "vfs_stdquotactl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448080
    },
    "vfs_stdroot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448048
    },
    "vfs_stdstatfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448064
    },
    "vfs_stdsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448096
    },
    "vfs_stdsysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448640
    },
    "vfs_stduninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448544
    },
    "vfs_stdvget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448496
    },
    "vfs_subr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_suser": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576515152
    },
    "vfs_suser_failed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "vfs_susp_clean_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465376
    },
    "vfs_sync_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464768
    },
    "vfs_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609812592
    },
    "vfs_syscalls.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576572736
    },
    "vfs_sysctl_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465280
    },
    "vfs_timestamp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576515600
    },
    "vfs_typenumhash": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609806928
    },
    "vfs_unbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576514208
    },
    "vfs_unbusy_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576380672
    },
    "vfs_unixify_accmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548800
    },
    "vfs_unlink_lowervp_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576465568
    },
    "vfs_unmount_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464304
    },
    "vfs_unmountall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576536192
    },
    "vfs_unmounted_ehl_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609809992
    },
    "vfs_unp_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576302048
    },
    "vfs_unregister_for_notification": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576480304
    },
    "vfs_unregister_upper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576480576
    },
    "vfs_vector_cd9660_fifoops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609613096
    },
    "vfs_vector_cd9660_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609612416
    },
    "vfs_vector_dead_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609528584
    },
    "vfs_vector_default_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806184
    },
    "vfs_vector_devfs_specops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609532616
    },
    "vfs_vector_devfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609532592
    },
    "vfs_vector_ffs_fifoops1_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610059424
    },
    "vfs_vector_ffs_fifoops2_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610060784
    },
    "vfs_vector_ffs_vnodeops1_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610058744
    },
    "vfs_vector_ffs_vnodeops2_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610060104
    },
    "vfs_vector_fifo_specops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609533568
    },
    "vfs_vector_mntfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609534248
    },
    "vfs_vector_msdosfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609536256
    },
    "vfs_vector_newnfs_fifoops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609546448
    },
    "vfs_vector_newnfs_fifoops_nosig_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609545768
    },
    "vfs_vector_newnfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609545744
    },
    "vfs_vector_newnfs_vnodeops_nosig_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609545064
    },
    "vfs_vector_null_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609565192
    },
    "vfs_vector_op_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582468832
    },
    "vfs_vector_pfs_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609567552
    },
    "vfs_vector_sync_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609813504
    },
    "vfs_vector_tmpfs_fifoop_entries_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609569872
    },
    "vfs_vector_tmpfs_vnodeop_entries_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609568512
    },
    "vfs_vector_tmpfs_vnodeop_nonc_entries_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609569192
    },
    "vfs_vector_ufs_fifoops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610064552
    },
    "vfs_vector_ufs_vnodeops_f_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610063872
    },
    "vfs_vget_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576464848
    },
    "vfs_vnops.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vfs_write_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576631744
    },
    "vfs_write_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576631248
    },
    "vfs_write_suspend_umnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576632096
    },
    "vfsconf": {
      "type": {
        "kind": "struct",
        "name": "vfsconfhead"
      },
      "address": 18446744071609806728
    },
    "vfsconf_args": {
      "type": {
        "kind": "struct",
        "name": "sx_args"
      },
      "address": 18446744071609806904
    },
    "vfsconf_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613042848
    },
    "vfsconf_sx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806744
    },
    "vfsconf_sx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609806768
    },
    "vfsopipi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfs_op_barrier_ipi"
        }
      },
      "address": 0
    },
    "vfsops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsops"
        }
      },
      "address": 0
    },
    "vfsops_sigdefer": {
      "type": {
        "kind": "struct",
        "name": "vfsops"
      },
      "address": 18446744071609806936
    },
    "vfsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vfsconf"
        }
      },
      "address": 0
    },
    "vfsread_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609814368
    },
    "vfsrrctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfsvnode_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609814448
    },
    "vfswrite_filtops": {
      "type": {
        "kind": "struct",
        "name": "filterops"
      },
      "address": 18446744071609814408
    },
    "vfta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfta_bit_in_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfta_delta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfta_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfta_value": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vftabyte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vfte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vga": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "vga.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vga_aspect_scale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610213448
    },
    "vga_attach_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580847152
    },
    "vga_bitblt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580854064
    },
    "vga_bitblt_bitmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573597008
    },
    "vga_bitblt_one_text_pixels_block": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573600928
    },
    "vga_bitblt_pixels_block_2colors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573603040
    },
    "vga_bitblt_pixels_block_ncolors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573603552
    },
    "vga_bitblt_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573596000
    },
    "vga_blank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573595232
    },
    "vga_blank_display": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580852032
    },
    "vga_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580853376
    },
    "vga_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580859216
    },
    "vga_conssoftc": {
      "type": {
        "kind": "struct",
        "name": "vga_softc"
      },
      "address": 18446744071610912560
    },
    "vga_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "vga_dev_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580852384
    },
    "vga_diag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580854096
    },
    "vga_drawrect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573595488
    },
    "vga_driver": {
      "type": {
        "kind": "struct",
        "name": "video_driver"
      },
      "address": 18446744071610095608
    },
    "vga_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580854080
    },
    "vga_fill_rect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580854048
    },
    "vga_get_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580847424
    },
    "vga_grborder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582303456
    },
    "vga_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "isa_pnp_id"
        }
      },
      "address": 18446744071610215216
    },
    "vga_idx": {
      "type": {
        "kind": "base",
        "name": "signed char"
      },
      "address": 0
    },
    "vga_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580847312
    },
    "vga_init_done": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613421360
    },
    "vga_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573597696
    },
    "vga_invalidate_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573596816
    },
    "vga_isa.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vga_isa_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610214976
    },
    "vga_isa_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610214952
    },
    "vga_isamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610214816
    },
    "vga_load_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580849552
    },
    "vga_load_palette": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580850352
    },
    "vga_load_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580851200
    },
    "vga_mmap_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580852336
    },
    "vga_modes": {
      "type": {
        "count": 20,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587072560
    },
    "vga_nop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582292528
    },
    "vga_palette15": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584047968
    },
    "vga_palette16": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584046944
    },
    "vga_palette32": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587185760
    },
    "vga_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vga_pci_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571747440
    },
    "vga_pci_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571747584
    },
    "vga_pci_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571743520
    },
    "vga_pci_assign_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746592
    },
    "vga_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571744880
    },
    "vga_pci_default_unit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609099352
    },
    "vga_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571744976
    },
    "vga_pci_disable_busmaster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745760
    },
    "vga_pci_disable_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745984
    },
    "vga_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609099656
    },
    "vga_pci_enable_busmaster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745664
    },
    "vga_pci_enable_io": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745856
    },
    "vga_pci_find_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746720
    },
    "vga_pci_find_extcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746960
    },
    "vga_pci_find_htcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571747200
    },
    "vga_pci_find_next_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746832
    },
    "vga_pci_find_next_extcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571747072
    },
    "vga_pci_find_next_htcap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571747312
    },
    "vga_pci_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745408
    },
    "vga_pci_get_powerstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746336
    },
    "vga_pci_get_vpd_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746112
    },
    "vga_pci_get_vpd_readonly": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746224
    },
    "vga_pci_is_boot_display": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571741088
    },
    "vga_pci_map_bios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571741776
    },
    "vga_pci_methods": {
      "type": {
        "count": 39,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584920352
    },
    "vga_pci_msi_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571748016
    },
    "vga_pci_msix_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571748112
    },
    "vga_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571744640
    },
    "vga_pci_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745424
    },
    "vga_pci_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745040
    },
    "vga_pci_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571747872
    },
    "vga_pci_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571743744
    },
    "vga_pci_remap_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571747728
    },
    "vga_pci_repost": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571744240
    },
    "vga_pci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745024
    },
    "vga_pci_set_powerstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571746464
    },
    "vga_pci_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745168
    },
    "vga_pci_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571744960
    },
    "vga_pci_teardown_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745296
    },
    "vga_pci_unmap_bios": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571743968
    },
    "vga_pci_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745536
    },
    "vga_pci_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571745152
    },
    "vga_postswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573597648
    },
    "vga_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580847248
    },
    "vga_probe_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580847056
    },
    "vga_pxlblink_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582301024
    },
    "vga_pxlblink_planar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582297504
    },
    "vga_pxlborder_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582299056
    },
    "vga_pxlborder_planar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582296240
    },
    "vga_pxlclear_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582298752
    },
    "vga_pxlclear_planar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582295952
    },
    "vga_pxlcursor_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582300816
    },
    "vga_pxlcursor_planar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582297296
    },
    "vga_pxlcursor_shape": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582295936
    },
    "vga_pxlmouse_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582301104
    },
    "vga_pxlmouse_planar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582297584
    },
    "vga_query_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580847760
    },
    "vga_read_hw_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580851648
    },
    "vga_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312688
    },
    "vga_rndrinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582295808
    },
    "vga_save_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580848928
    },
    "vga_save_palette": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580850240
    },
    "vga_save_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580850544
    },
    "vga_set_border": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580850464
    },
    "vga_set_hw_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580851776
    },
    "vga_set_hw_cursor_shape": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580851872
    },
    "vga_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580848000
    },
    "vga_set_origin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580851632
    },
    "vga_setmdp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582295472
    },
    "vga_setpixel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573595696
    },
    "vga_show_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580850176
    },
    "vga_show_font.cg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584156184
    },
    "vga_sub_configure": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613420576
    },
    "vga_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312304
    },
    "vga_txtblink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582293936
    },
    "vga_txtborder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582292560
    },
    "vga_txtclear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582292544
    },
    "vga_txtcursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582292976
    },
    "vga_txtcursor_shape": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582292864
    },
    "vga_txtdraw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582292608
    },
    "vga_txtmouse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582293952
    },
    "vga_vgadraw_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582300128
    },
    "vga_vgadraw_planar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582296672
    },
    "vgapci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609099608
    },
    "vgapci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609099584
    },
    "vgapci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609099520
    },
    "vgapm_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312976
    },
    "vgapm_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610215160
    },
    "vgapm_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312864
    },
    "vgapm_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587186592
    },
    "vgapm_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582312928
    },
    "vgapm_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313072
    },
    "vgapm_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582313008
    },
    "vgapm_vgapci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610215112
    },
    "vgapm_vgapci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610215088
    },
    "vgapm_vgapcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610214888
    },
    "vgarndrsw": {
      "type": {
        "kind": "struct",
        "name": "sc_rndr_sw_t"
      },
      "address": 18446744071610213456
    },
    "vgavidsw": {
      "type": {
        "kind": "struct",
        "name": "video_switch_t"
      },
      "address": 18446744071610095632
    },
    "vge_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573434192
    },
    "vge_cam_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573450464
    },
    "vge_clrwol": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573443104
    },
    "vge_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573439824
    },
    "vge_devs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vge_type"
        }
      },
      "address": 0
    },
    "vge_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573446576
    },
    "vge_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573446544
    },
    "vge_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609449872
    },
    "vge_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573451712
    },
    "vge_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573443872
    },
    "vge_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573443728
    },
    "vge_ifmedia_upd_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573447120
    },
    "vge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573445424
    },
    "vge_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573447856
    },
    "vge_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573445536
    },
    "vge_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573444096
    },
    "vge_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585107744
    },
    "vge_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573442224
    },
    "vge_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573442576
    },
    "vge_miipoll_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573443440
    },
    "vge_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573451984
    },
    "vge_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609449824
    },
    "vge_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609449800
    },
    "vge_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609449632
    },
    "vge_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573433968
    },
    "vge_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573442928
    },
    "vge_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573441792
    },
    "vge_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573453920
    },
    "vge_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573447488
    },
    "vge_set_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573451088
    },
    "vge_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573442208
    },
    "vge_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573445280
    },
    "vge_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573454976
    },
    "vge_stats_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573446320
    },
    "vge_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573452528
    },
    "vge_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573449888
    },
    "vge_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573440224
    },
    "vge_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573453536
    },
    "vge_watchdog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573451792
    },
    "vget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576525824
    },
    "vget_abort": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576525616
    },
    "vget_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576525968
    },
    "vget_finish_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576526096
    },
    "vget_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576525456
    },
    "vget_prep_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576525120
    },
    "vgone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576533408
    },
    "vgonel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576531504
    },
    "vh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nm_vnet_hdr"
        }
      },
      "address": 0
    },
    "vhcr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vhcr"
        }
      },
      "address": 0
    },
    "vhcr_cmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vhcr_cmd"
        }
      },
      "address": 0
    },
    "vhdr": {
      "type": {
        "kind": "struct",
        "name": "virtio_net_hdr_mrg_rxbuf"
      },
      "address": 0
    },
    "vhdrlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vhid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vhiwat": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045880
    },
    "vhold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576522656
    },
    "vhold_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576525312
    },
    "vholdnz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576527472
    },
    "vht160_chan_ranges": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vht_chan_range"
        }
      },
      "address": 18446744071609848604
    },
    "vht80_chan_ranges": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vht_chan_range"
        }
      },
      "address": 18446744071609848576
    },
    "vht_recv_action": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849728
    },
    "vht_recv_action_placeholder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412512
    },
    "vht_send_action": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071609849344
    },
    "vht_send_action_placeholder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412528
    },
    "vhtcap": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_ie_vhtcap"
      },
      "address": 0
    },
    "vhtflags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vhtinfo": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vhtopmode": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vhtrates": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ratemedia"
        }
      },
      "address": 18446744071585237408
    },
    "vi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmd_irq"
        }
      },
      "address": 0
    },
    "vi_full_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568792768
    },
    "vi_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568840480
    },
    "vi_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568792656
    },
    "vi_mac_funcs": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584714192
    },
    "vi_refresh_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568843632
    },
    "vi_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568830096
    },
    "vi_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568842784
    },
    "via": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "rtvia"
        }
      },
      "address": 0
    },
    "via8233.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "via8233chan_getptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572315856
    },
    "via8233chan_setblocksize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572313952
    },
    "via8233chan_setfragments": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572313984
    },
    "via8233chan_trigger": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572314256
    },
    "via8233dxs_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609178304
    },
    "via8233dxs_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572313920
    },
    "via8233dxs_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572312784
    },
    "via8233dxs_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584988992
    },
    "via8233dxs_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572313376
    },
    "via8233dxs_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572313616
    },
    "via8233msgd_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609178352
    },
    "via8233msgd_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572317936
    },
    "via8233msgd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572317056
    },
    "via8233msgd_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584989136
    },
    "via8233msgd_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572317616
    },
    "via8233msgd_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572317888
    },
    "via8233wr_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609178400
    },
    "via8233wr_getcaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572318848
    },
    "via8233wr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572317984
    },
    "via8233wr_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584989280
    },
    "via8233wr_setformat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572318592
    },
    "via8233wr_setspeed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572318800
    },
    "via_ac97_class": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609178256
    },
    "via_ac97_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584988944
    },
    "via_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572307776
    },
    "via_caps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609178472
    },
    "via_chip_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572311104
    },
    "via_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572309984
    },
    "via_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609178208
    },
    "via_dxs_chnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "via_dxs_disabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "via_dxs_src": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "via_feature_rng": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439764
    },
    "via_feature_xcrypt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613439768
    },
    "via_fmt": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071609178496
    },
    "via_init_sysctls": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572311984
    },
    "via_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572310416
    },
    "via_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584988880
    },
    "via_poll_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572316176
    },
    "via_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572307536
    },
    "via_read_codec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572312240
    },
    "via_sgd_chnum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "via_v2_regs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610195696
    },
    "via_v3_regs": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610195708
    },
    "via_vracaps": {
      "type": {
        "kind": "struct",
        "name": "pcmchan_caps"
      },
      "address": 18446744071609178448
    },
    "via_write_codec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572312608
    },
    "vid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vid_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845456
    },
    "vid_configure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845792
    },
    "vid_find_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845296
    },
    "vid_get_adapter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845744
    },
    "vid_get_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845184
    },
    "vid_init_struct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580844608
    },
    "vid_le": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vid_malloc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613420560
    },
    "vid_malloc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580847040
    },
    "vid_mem_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610095488
    },
    "vid_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580844640
    },
    "vid_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845680
    },
    "vid_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580845104
    },
    "video_mode_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613421680
    },
    "video_mode_ptr2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613421760
    },
    "vidsw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "video_switch_t"
          }
        }
      },
      "address": 18446744071610095480
    },
    "vidsw_ini": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "video_switch_t"
        }
      },
      "address": 18446744071613420552
    },
    "vidx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_vif"
        }
      },
      "address": 0
    },
    "vifc": {
      "type": {
        "kind": "struct",
        "name": "vifctl"
      },
      "address": 0
    },
    "vifi": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vifi_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 0
    },
    "vimage_eventhandler_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575884704
    },
    "vimi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_irq_map_info"
        }
      },
      "address": 0
    },
    "vinactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576528256
    },
    "vinactivef": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576528320
    },
    "vinvalbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576520624
    },
    "virt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "virtLBA": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "virt_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "virt_addr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "virt_hdr_mismatch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "virtio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_alloc_virtqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458064
    },
    "virtio_attach_completed_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451048
    },
    "virtio_balloon.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_balloon_match": {
      "type": {
        "kind": "struct",
        "name": "virtio_pnp_match"
      },
      "address": 18446744071585110336
    },
    "virtio_balloon_virtio_mmio_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609455144
    },
    "virtio_balloon_virtio_mmio_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609455120
    },
    "virtio_balloon_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609454912
    },
    "virtio_balloon_virtio_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609455352
    },
    "virtio_balloon_virtio_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609455328
    },
    "virtio_balloon_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609454984
    },
    "virtio_blk.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_blk_match": {
      "type": {
        "kind": "struct",
        "name": "virtio_pnp_match"
      },
      "address": 18446744071585110176
    },
    "virtio_blk_virtio_mmio_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609454424
    },
    "virtio_blk_virtio_mmio_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609454400
    },
    "virtio_blk_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609454160
    },
    "virtio_blk_virtio_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609454792
    },
    "virtio_blk_virtio_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609454768
    },
    "virtio_blk_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609454232
    },
    "virtio_bus_alloc_virtqueues_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450808
    },
    "virtio_bus_config_generation_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450952
    },
    "virtio_bus_default_config_generation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573463616
    },
    "virtio_bus_default_finalize_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573463600
    },
    "virtio_bus_finalize_features_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450760
    },
    "virtio_bus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_bus_is_modern": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573456976
    },
    "virtio_bus_negotiate_features_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450736
    },
    "virtio_bus_notify_vq_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450928
    },
    "virtio_bus_poll_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451024
    },
    "virtio_bus_read_device_config_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450976
    },
    "virtio_bus_reinit_complete_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450904
    },
    "virtio_bus_reinit_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450880
    },
    "virtio_bus_setup_intr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450832
    },
    "virtio_bus_stop_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450856
    },
    "virtio_bus_with_feature_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609450784
    },
    "virtio_bus_write_device_config_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451000
    },
    "virtio_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458736
    },
    "virtio_common_feature_desc": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "virtio_feature_desc"
        }
      },
      "address": 18446744071585107888
    },
    "virtio_config_change_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451072
    },
    "virtio_config_generation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573457584
    },
    "virtio_console.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_console_match": {
      "type": {
        "kind": "struct",
        "name": "virtio_pnp_match"
      },
      "address": 18446744071585110976
    },
    "virtio_console_virtio_mmio_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609456360
    },
    "virtio_console_virtio_mmio_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609456336
    },
    "virtio_console_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609456128
    },
    "virtio_console_virtio_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609456696
    },
    "virtio_console_virtio_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609456672
    },
    "virtio_console_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609456200
    },
    "virtio_default_attach_completed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573463632
    },
    "virtio_default_config_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573463648
    },
    "virtio_describe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573456688
    },
    "virtio_describe_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573456208
    },
    "virtio_device_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573456176
    },
    "virtio_filter_transport_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573456944
    },
    "virtio_finalize_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573457984
    },
    "virtio_ident_table": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "virtio_ident"
        }
      },
      "address": 0
    },
    "virtio_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609450120
    },
    "virtio_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573459184
    },
    "virtio_negotiate_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573457888
    },
    "virtio_net_tx_offload_tso.curecn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613051088
    },
    "virtio_net_tx_offload_tso.lastecn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613051072
    },
    "virtio_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_pci_disable_vq_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451336
    },
    "virtio_pci_get_vq_notify_off_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451288
    },
    "virtio_pci_get_vq_size_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451264
    },
    "virtio_pci_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_pci_legacy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_pci_legacy_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609451520
    },
    "virtio_pci_legacy_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609451496
    },
    "virtio_pci_legacy_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609451456
    },
    "virtio_pci_modern.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_pci_modern_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609451768
    },
    "virtio_pci_modern_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609451744
    },
    "virtio_pci_modern_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609451688
    },
    "virtio_pci_read_isr_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451240
    },
    "virtio_pci_register_cfg_msix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451360
    },
    "virtio_pci_register_vq_msix_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451384
    },
    "virtio_pci_set_vq_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071609451312
    },
    "virtio_read_device_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573457664
    },
    "virtio_read_device_config_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573457216
    },
    "virtio_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573457104
    },
    "virtio_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458448
    },
    "virtio_reinit_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458544
    },
    "virtio_scsi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtio_scsi_match": {
      "type": {
        "kind": "struct",
        "name": "virtio_pnp_match"
      },
      "address": 18446744071585110752
    },
    "virtio_scsi_virtio_mmio_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609455768
    },
    "virtio_scsi_virtio_mmio_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609455744
    },
    "virtio_scsi_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609455496
    },
    "virtio_scsi_virtio_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609455992
    },
    "virtio_scsi_virtio_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609455968
    },
    "virtio_scsi_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609455568
    },
    "virtio_setup_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458176
    },
    "virtio_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458368
    },
    "virtio_with_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458272
    },
    "virtio_write_device_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573458624
    },
    "virtio_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573457776
    },
    "virtiomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609450056
    },
    "virtqueue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "virtqueue_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573459216
    },
    "virtqueue_avail_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461344
    },
    "virtqueue_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573462656
    },
    "virtqueue_desc_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461328
    },
    "virtqueue_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573460448
    },
    "virtqueue_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573463200
    },
    "virtqueue_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573463456
    },
    "virtqueue_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461424
    },
    "virtqueue_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461744
    },
    "virtqueue_enqueue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461904
    },
    "virtqueue_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573460496
    },
    "virtqueue_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461456
    },
    "virtqueue_index": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461376
    },
    "virtqueue_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461728
    },
    "virtqueue_intr_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461664
    },
    "virtqueue_nfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461408
    },
    "virtqueue_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461472
    },
    "virtqueue_nused": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461632
    },
    "virtqueue_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461312
    },
    "virtqueue_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573462880
    },
    "virtqueue_postpone_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461808
    },
    "virtqueue_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573460720
    },
    "virtqueue_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461392
    },
    "virtqueue_used_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573461360
    },
    "virtual": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "virtual_address": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "virtual_avail": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484144
    },
    "virtual_end": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613484152
    },
    "virtvnodes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "visible": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "visited": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vjlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vl_cap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vl_msk": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vlan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vlan_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "vlan_addreq": {
      "type": {
        "kind": "struct",
        "name": "if_clone_addreq_v2"
      },
      "address": 18446744071609833576
    },
    "vlan_altq_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576976000
    },
    "vlan_altq_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576976384
    },
    "vlan_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576972064
    },
    "vlan_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576972704
    },
    "vlan_clone_create.eaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585234792
    },
    "vlan_clone_create_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576974336
    },
    "vlan_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576973840
    },
    "vlan_clone_dump_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576975072
    },
    "vlan_clone_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576972576
    },
    "vlan_clone_match_ethervid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576975792
    },
    "vlan_clone_modify_nl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576974800
    },
    "vlan_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071613051200
    },
    "vlan_cmd": {
      "type": {
        "kind": "struct",
        "name": "fw_acl_vlan_cmd"
      },
      "address": 0
    },
    "vlan_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576978960
    },
    "vlan_control": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vlan_cookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576970176
    },
    "vlan_cookie_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050680
    },
    "vlan_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vlan_devat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576970336
    },
    "vlan_devat_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050648
    },
    "vlan_entries": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_fltr_list_entry"
        }
      },
      "address": 0
    },
    "vlan_growhash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576971568
    },
    "vlan_grp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_flow_group"
        }
      },
      "address": 0
    },
    "vlan_hash_table": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vlan_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_list_head"
        }
      },
      "address": 0
    },
    "vlan_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vlan_ifdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576968176
    },
    "vlan_ifevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576968880
    },
    "vlan_iflladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576968496
    },
    "vlan_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vlan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576975984
    },
    "vlan_inithash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576981856
    },
    "vlan_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576969168
    },
    "vlan_input_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050744
    },
    "vlan_inshash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576981680
    },
    "vlan_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576976720
    },
    "vlan_link_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576969632
    },
    "vlan_link_state_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050632
    },
    "vlan_list": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "vlan_lladdr_fn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982176
    },
    "vlan_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_lock"
        }
      },
      "address": 0
    },
    "vlan_lout": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vlan_mac_flags": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "vlan_mac_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_vlan_mac_obj"
        }
      },
      "address": 0
    },
    "vlan_macip_lens": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vlan_mc_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576971152
    },
    "vlan_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609833504
    },
    "vlan_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576967616
    },
    "vlan_next_snd_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576981664
    },
    "vlan_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vlan_output": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982096
    },
    "vlan_parser": {
      "type": {
        "kind": "struct",
        "name": "nlhdr_parser"
      },
      "address": 0
    },
    "vlan_pcp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071576970288
    },
    "vlan_pcp_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050664
    },
    "vlan_pflags": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_1f77375e3f0d7f9d"
        }
      },
      "address": 0
    },
    "vlan_proto": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vlan_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576976704
    },
    "vlan_ratelimit_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576978928
    },
    "vlan_remhash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576971376
    },
    "vlan_set_pcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576784544
    },
    "vlan_setcookie": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576970208
    },
    "vlan_setcookie_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050672
    },
    "vlan_setflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576971184
    },
    "vlan_setmulti": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576980992
    },
    "vlan_snd_tag_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576978544
    },
    "vlan_snd_tag_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576981584
    },
    "vlan_snd_tag_modify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576981520
    },
    "vlan_snd_tag_query": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576981552
    },
    "vlan_snd_tag_rl_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585234840
    },
    "vlan_snd_tag_tls_rl_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585234920
    },
    "vlan_snd_tag_tls_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585234880
    },
    "vlan_snd_tag_ul_sw": {
      "type": {
        "kind": "struct",
        "name": "if_snd_tag_sw"
      },
      "address": 18446744071585234800
    },
    "vlan_tag": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071576970240
    },
    "vlan_tag_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050656
    },
    "vlan_tpid": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vlan_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576980560
    },
    "vlan_trunk_cap_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050544
    },
    "vlan_trunk_capabilities": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576969920
    },
    "vlan_trunkdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576970128
    },
    "vlan_trunkdev_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613050640
    },
    "vlan_unconfig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576980416
    },
    "vlan_unconfig_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576970432
    },
    "vlan_vld": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vlanbyte": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vlanctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vlanex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vlanname": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585235060
    },
    "vlans": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "vlazy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576526288
    },
    "vlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bus_dma_segment_t"
        }
      },
      "address": 0
    },
    "vlocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vlog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575936144
    },
    "vlowat": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045888
    },
    "vlowest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "owner_vertex"
        }
      },
      "address": 0
    },
    "vlp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "vlp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "vlp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "vlr": {
      "type": {
        "kind": "struct",
        "name": "vlanreq"
      },
      "address": 0
    },
    "vltime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vltime0": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "vlvf_index": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_irq_map_info"
        }
      },
      "address": 0
    },
    "vm2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmspace"
        }
      },
      "address": 0
    },
    "vm_active_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580206736
    },
    "vm_background_launder_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610081588
    },
    "vm_background_launder_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610081592
    },
    "vm_bnames": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_b4f003492703cbaa"
        }
      },
      "address": 18446744071587088576
    },
    "vm_cnt": {
      "type": {
        "kind": "struct",
        "name": "vmmeter"
      },
      "address": 18446744071608212496
    },
    "vm_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vm_cpuids": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_65df60429b3eac39"
        }
      },
      "address": 18446744071587098400
    },
    "vm_daemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580323472
    },
    "vm_daemon_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071610083936
    },
    "vm_daemon_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613399088
    },
    "vm_daemon_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610083848
    },
    "vm_daemon_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610083872
    },
    "vm_daemon_needed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399120
    },
    "vm_daemon_timeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399080
    },
    "vm_dom": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vm_domain"
        }
      },
      "address": 18446744071613300352
    },
    "vm_domain_alloc_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580249792
    },
    "vm_domain_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580249568
    },
    "vm_domain_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580257968
    },
    "vm_domain_freecnt_inc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580311344
    },
    "vm_domain_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580257712
    },
    "vm_domainset.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_domainset_default_stride": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vm_domainset_iter_first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580142400
    },
    "vm_domainset_iter_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580142592
    },
    "vm_domainset_iter_page_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580142128
    },
    "vm_domainset_iter_policy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580143280
    },
    "vm_domainset_iter_policy_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580143024
    },
    "vm_domainset_iter_policy_ref_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580143152
    },
    "vm_domainset_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071608223360
    },
    "vm_error": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vm_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580143920
    },
    "vm_fault.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_fault_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580149584
    },
    "vm_fault_copy_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580154000
    },
    "vm_fault_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580152400
    },
    "vm_fault_dirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580152816
    },
    "vm_fault_disable_pagefaults": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580155328
    },
    "vm_fault_dontneed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580155904
    },
    "vm_fault_enable_pagefaults": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580155376
    },
    "vm_fault_lock_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580155408
    },
    "vm_fault_page_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580152208
    },
    "vm_fault_prefault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580152960
    },
    "vm_fault_quick_hold_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580153536
    },
    "vm_fault_restore_map_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580155744
    },
    "vm_fault_trap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580143536
    },
    "vm_fault_unlock_and_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580152288
    },
    "vm_forkproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580157920
    },
    "vm_free_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580206592
    },
    "vm_freelist_to_flind": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071608216080
    },
    "vm_glue.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_guest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612910472
    },
    "vm_guest_sysctl_names": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585184016
    },
    "vm_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vm_imgact_map_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156752
    },
    "vm_imgact_unmap_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156816
    },
    "vm_inactive_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580206880
    },
    "vm_init.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_kern.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_kmem_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612553288
    },
    "vm_kmem_size_max": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612553272
    },
    "vm_kmem_size_min": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071612553296
    },
    "vm_kmem_size_scale": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612553280
    },
    "vm_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071610083904
    },
    "vm_kstacks_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610068968
    },
    "vm_ksubmap_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580158672
    },
    "vm_laundry_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580207024
    },
    "vm_locality_table": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071613402032
    },
    "vm_lowmem_evh_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575270672
    },
    "vm_lowmem_evh_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609653600
    },
    "vm_lowmem_tag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071612538240
    },
    "vm_machdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_malloc_zone_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609678760
    },
    "vm_map.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_map_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168768
    },
    "vm_map_check_protection": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580193904
    },
    "vm_map_clip_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580180368
    },
    "vm_map_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580174336
    },
    "vm_map_entry_clone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580205392
    },
    "vm_map_entry_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580193024
    },
    "vm_map_entry_in_transition": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580188336
    },
    "vm_map_entry_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580197648
    },
    "vm_map_entry_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580204480
    },
    "vm_map_entry_set_vnode_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580167152
    },
    "vm_map_entry_unlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580177872
    },
    "vm_map_find": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580175840
    },
    "vm_map_find_aligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580175552
    },
    "vm_map_find_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580177440
    },
    "vm_map_findspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580171888
    },
    "vm_map_fixed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580173728
    },
    "vm_map_inherit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580185712
    },
    "vm_map_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168992
    },
    "vm_map_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580170400
    },
    "vm_map_insert1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580170448
    },
    "vm_map_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168304
    },
    "vm_map_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580200336
    },
    "vm_map_lookup_clip_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580184656
    },
    "vm_map_lookup_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580204320
    },
    "vm_map_lookup_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580169152
    },
    "vm_map_lookup_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580204112
    },
    "vm_map_madvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580182832
    },
    "vm_map_max_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580204400
    },
    "vm_map_min_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580204416
    },
    "vm_map_pmap_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580204432
    },
    "vm_map_pmap_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580184864
    },
    "vm_map_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580205856
    },
    "vm_map_print.inheritance_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585415840
    },
    "vm_map_process_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580167584
    },
    "vm_map_protect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580180464
    },
    "vm_map_protect_guard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580182768
    },
    "vm_map_range_valid_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580204448
    },
    "vm_map_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580193568
    },
    "vm_map_splay_merge_right": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580173632
    },
    "vm_map_stack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580199168
    },
    "vm_map_stack_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580175040
    },
    "vm_map_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580165264
    },
    "vm_map_submap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580179200
    },
    "vm_map_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580191520
    },
    "vm_map_try_merge_entries": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580177632
    },
    "vm_map_unbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168784
    },
    "vm_map_unwire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580186432
    },
    "vm_map_wait_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168832
    },
    "vm_map_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168624
    },
    "vm_map_wire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580188672
    },
    "vm_map_wire_entry_failure": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580191440
    },
    "vm_map_wire_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580188992
    },
    "vm_maxuser_address": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071585415752
    },
    "vm_mem_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580159200
    },
    "vm_mem_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610068992
    },
    "vm_meter.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_min_domains": {
      "type": {
        "kind": "struct",
        "name": "domainset_t"
      },
      "address": 18446744071608239808
    },
    "vm_min_waiters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313688
    },
    "vm_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580219264
    },
    "vm_mmap.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_mmap_cdev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580219040
    },
    "vm_mmap_object": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580212176
    },
    "vm_mmap_to_errno": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580213744
    },
    "vm_mmap_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580218128
    },
    "vm_ndomains": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608213008
    },
    "vm_nfreelists": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608216092
    },
    "vm_no_fault": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "vm_ns": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vm_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_object"
        }
      },
      "address": 0
    },
    "vm_object.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_object_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221440
    },
    "vm_object_allocate_anon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580222032
    },
    "vm_object_allocate_dyn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221776
    },
    "vm_object_backing_insert_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580231072
    },
    "vm_object_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235328
    },
    "vm_object_busy_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235392
    },
    "vm_object_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580237840
    },
    "vm_object_clear_flag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221088
    },
    "vm_object_coalesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580234224
    },
    "vm_object_collapse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580231392
    },
    "vm_object_collapse_scan_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235872
    },
    "vm_object_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580222576
    },
    "vm_object_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580224064
    },
    "vm_object_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580220464
    },
    "vm_object_is_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235424
    },
    "vm_object_kvme_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292704
    },
    "vm_object_list": {
      "type": {
        "kind": "struct",
        "name": "object_q"
      },
      "address": 18446744071613299920
    },
    "vm_object_list_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580236496
    },
    "vm_object_list_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613299936
    },
    "vm_object_madvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580227264
    },
    "vm_object_mightbedirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292656
    },
    "vm_object_mightbedirty_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580234704
    },
    "vm_object_page_clean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580224096
    },
    "vm_object_page_collect_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580224688
    },
    "vm_object_page_noreuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580233936
    },
    "vm_object_page_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580226576
    },
    "vm_object_pip_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221152
    },
    "vm_object_pip_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221296
    },
    "vm_object_pip_wait_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221376
    },
    "vm_object_pip_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221184
    },
    "vm_object_pip_wakeupn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221232
    },
    "vm_object_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580234016
    },
    "vm_object_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235456
    },
    "vm_object_print_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238496
    },
    "vm_object_print_static": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235472
    },
    "vm_object_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580222336
    },
    "vm_object_reference_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580222512
    },
    "vm_object_set_memattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580221104
    },
    "vm_object_set_writeable_dirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292608
    },
    "vm_object_set_writeable_dirty_": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580234688
    },
    "vm_object_shadow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580228464
    },
    "vm_object_split": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580229360
    },
    "vm_object_sync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580225264
    },
    "vm_object_terminate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580223744
    },
    "vm_object_unbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235344
    },
    "vm_object_unwire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580234720
    },
    "vm_object_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580235264
    },
    "vm_object_zinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580220832
    },
    "vm_oom_pf_secs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610081544
    },
    "vm_oom_ratelim_last": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313744
    },
    "vm_oom_ratelim_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613313712
    },
    "vm_ops": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_operations_struct"
        }
      },
      "address": 0
    },
    "vm_overcommit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608212472
    },
    "vm_page": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 0
    },
    "vm_page.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_page2_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079656
    },
    "vm_page_acquire_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580265456
    },
    "vm_page_activate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246400
    },
    "vm_page_advise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580264080
    },
    "vm_page_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580248208
    },
    "vm_page_alloc_after": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580248368
    },
    "vm_page_alloc_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580250112
    },
    "vm_page_alloc_contig_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580250288
    },
    "vm_page_alloc_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580248512
    },
    "vm_page_alloc_domain_after": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580248576
    },
    "vm_page_alloc_freelist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580251488
    },
    "vm_page_alloc_freelist_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580251600
    },
    "vm_page_alloc_noobj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580252288
    },
    "vm_page_alloc_noobj_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580253056
    },
    "vm_page_alloc_noobj_contig_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580253216
    },
    "vm_page_alloc_noobj_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580252400
    },
    "vm_page_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_page"
        }
      },
      "address": 18446744071613313672
    },
    "vm_page_array_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613313664
    },
    "vm_page_bits": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580269936
    },
    "vm_page_bits_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580269984
    },
    "vm_page_blacklist_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238848
    },
    "vm_page_blacklist_check": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580243456
    },
    "vm_page_busy_acquire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580243792
    },
    "vm_page_busy_downgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244672
    },
    "vm_page_busy_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244864
    },
    "vm_page_busy_sleep_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244912
    },
    "vm_page_busy_tryupgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244720
    },
    "vm_page_clear_dirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270592
    },
    "vm_page_deactivate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246560
    },
    "vm_page_deactivate_noreuse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262880
    },
    "vm_page_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580250000
    },
    "vm_page_dequeue_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262160
    },
    "vm_page_dirty_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246848
    },
    "vm_page_dump": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bitset"
        }
      },
      "address": 18446744071613300312
    },
    "vm_page_dump_pages": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613300304
    },
    "vm_page_dump_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vm_page_find_contig_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580251104
    },
    "vm_page_find_least": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247488
    },
    "vm_page_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245760
    },
    "vm_page_free_invalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246656
    },
    "vm_page_free_pages_toq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262256
    },
    "vm_page_free_prep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580272896
    },
    "vm_page_free_toq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245776
    },
    "vm_page_free_zero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246096
    },
    "vm_page_getfake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245488
    },
    "vm_page_grab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580264496
    },
    "vm_page_grab_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580268352
    },
    "vm_page_grab_pages_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580269376
    },
    "vm_page_grab_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580265248
    },
    "vm_page_grab_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580266032
    },
    "vm_page_grab_valid_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580267888
    },
    "vm_page_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580271568
    },
    "vm_page_init_cache_zones": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580271728
    },
    "vm_page_init_marker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580239232
    },
    "vm_page_init_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580239360
    },
    "vm_page_initfake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245600
    },
    "vm_page_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246864
    },
    "vm_page_insert_after": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246928
    },
    "vm_page_invalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270864
    },
    "vm_page_is_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270896
    },
    "vm_page_launder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262976
    },
    "vm_page_lock_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580271136
    },
    "vm_page_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247440
    },
    "vm_page_lookup_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247456
    },
    "vm_page_max_user_wired": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613313760
    },
    "vm_page_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247536
    },
    "vm_page_object_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247248
    },
    "vm_page_pqbatch_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580261504
    },
    "vm_page_pqbatch_submit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580260304
    },
    "vm_page_pqstate_commit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580259712
    },
    "vm_page_pqstate_commit_dequeue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580259872
    },
    "vm_page_prev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247584
    },
    "vm_page_print_page_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273168
    },
    "vm_page_print_pageq_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273440
    },
    "vm_page_print_pginfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273648
    },
    "vm_page_ps_test": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270960
    },
    "vm_page_putfake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245680
    },
    "vm_page_readahead_finish": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246112
    },
    "vm_page_reclaim_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580257568
    },
    "vm_page_reclaim_contig_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580257536
    },
    "vm_page_reclaim_contig_domain_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580253664
    },
    "vm_page_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580243776
    },
    "vm_page_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580263232
    },
    "vm_page_release_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580263488
    },
    "vm_page_relookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247472
    },
    "vm_page_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580246768
    },
    "vm_page_remove_xbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247200
    },
    "vm_page_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247904
    },
    "vm_page_replace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247632
    },
    "vm_page_replace_hold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580247680
    },
    "vm_page_sbusied": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244768
    },
    "vm_page_set_dirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270192
    },
    "vm_page_set_invalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270688
    },
    "vm_page_set_valid_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270000
    },
    "vm_page_set_validclean": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580270304
    },
    "vm_page_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580239440
    },
    "vm_page_sunbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244800
    },
    "vm_page_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610079632
    },
    "vm_page_test_dirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580271088
    },
    "vm_page_try_remove_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580263920
    },
    "vm_page_try_remove_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580264000
    },
    "vm_page_trylock_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580271328
    },
    "vm_page_trysbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580244928
    },
    "vm_page_tryxbusy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245072
    },
    "vm_page_unhold_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245216
    },
    "vm_page_unlock_KBI": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580271232
    },
    "vm_page_unswappable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580263088
    },
    "vm_page_unwire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245360
    },
    "vm_page_unwire_managed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262544
    },
    "vm_page_unwire_noq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262480
    },
    "vm_page_updatefake": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245744
    },
    "vm_page_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580269344
    },
    "vm_page_wire": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262352
    },
    "vm_page_wire_mapped": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580262400
    },
    "vm_page_xunbusy_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245152
    },
    "vm_page_xunbusy_hard_unchecked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580245184
    },
    "vm_page_zero_invalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580267760
    },
    "vm_page_zone_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580272048
    },
    "vm_page_zone_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580272560
    },
    "vm_pageout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580277776
    },
    "vm_pageout.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_pageout_cluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580289040
    },
    "vm_pageout_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580273968
    },
    "vm_pageout_helper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580282480
    },
    "vm_pageout_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580276688
    },
    "vm_pageout_laundry_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580282832
    },
    "vm_pageout_lowmem.lowmem_ticks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613313772
    },
    "vm_pageout_oom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580274528
    },
    "vm_pageout_oom_seq": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610081580
    },
    "vm_pageout_oom_vote": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313780
    },
    "vm_pageout_page_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610080192
    },
    "vm_pageout_reinsert_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580288592
    },
    "vm_pageout_req_swapout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399124
    },
    "vm_pageout_scan_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580286544
    },
    "vm_pageout_swapoff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580289008
    },
    "vm_pageout_swapon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580288992
    },
    "vm_pageout_update_period": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313768
    },
    "vm_pageout_worker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580278320
    },
    "vm_pageproc_waiters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313696
    },
    "vm_pager.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_pager_alloc_dyn_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580291216
    },
    "vm_pager_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290720
    },
    "vm_pager_bufferinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290080
    },
    "vm_pager_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290784
    },
    "vm_pager_free_dyn_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580292368
    },
    "vm_pager_get_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290816
    },
    "vm_pager_get_pages_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290928
    },
    "vm_pager_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580289856
    },
    "vm_pager_object_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580290960
    },
    "vm_panic_on_oom": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313748
    },
    "vm_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "vm_pfault_oom_attempts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610068848
    },
    "vm_pfault_oom_wait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610068852
    },
    "vm_phys.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_phys_add_seg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580293232
    },
    "vm_phys_alloc_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580301728
    },
    "vm_phys_alloc_freelist_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580296896
    },
    "vm_phys_alloc_npages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580295392
    },
    "vm_phys_alloc_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580296784
    },
    "vm_phys_avail_largest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580302992
    },
    "vm_phys_avail_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580303088
    },
    "vm_phys_avail_split": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580303984
    },
    "vm_phys_create_seg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580293344
    },
    "vm_phys_domain_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580293040
    },
    "vm_phys_early_add_seg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580303344
    },
    "vm_phys_early_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580303440
    },
    "vm_phys_early_nsegs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613331008
    },
    "vm_phys_early_segs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vm_phys_seg"
        }
      },
      "address": 18446744071613331024
    },
    "vm_phys_early_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580304400
    },
    "vm_phys_enqueue_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580300448
    },
    "vm_phys_fictitious_reg_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock_padalign"
      },
      "address": 18446744071613328896
    },
    "vm_phys_fictitious_reg_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580297760
    },
    "vm_phys_fictitious_to_vm_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580297648
    },
    "vm_phys_fictitious_tree": {
      "type": {
        "kind": "struct",
        "name": "fict_tree"
      },
      "address": 18446744071613313856
    },
    "vm_phys_fictitious_unreg_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580299056
    },
    "vm_phys_find_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580301088
    },
    "vm_phys_free_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580300832
    },
    "vm_phys_free_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580300016
    },
    "vm_phys_free_queues": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "count": 2,
            "kind": "array",
            "subtype": {
              "count": 13,
              "kind": "array",
              "subtype": {
                "kind": "struct",
                "name": "vm_freelist"
              }
            }
          }
        }
      },
      "address": 18446744071613313920
    },
    "vm_phys_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580293872
    },
    "vm_phys_is_dumpable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580303120
    },
    "vm_phys_mem_affinity": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580293184
    },
    "vm_phys_nsegs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071608213040
    },
    "vm_phys_paddr_to_vm_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580297520
    },
    "vm_phys_register_domains": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580295200
    },
    "vm_phys_segs": {
      "type": {
        "count": 63,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vm_phys_seg"
        }
      },
      "address": 18446744071608213056
    },
    "vm_phys_unfree_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580301312
    },
    "vm_pnames": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_8204efd9b11b006f"
        }
      },
      "address": 18446744071587088672
    },
    "vm_pqbatch_process_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580261008
    },
    "vm_private_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "vm_radix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_radix_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580306752
    },
    "vm_radix_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580307200
    },
    "vm_radix_lookup_ge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580307440
    },
    "vm_radix_lookup_le": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580307648
    },
    "vm_radix_lookup_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580307264
    },
    "vm_radix_node_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613331408
    },
    "vm_radix_reclaim_allnodes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308096
    },
    "vm_radix_reclaim_allnodes_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308144
    },
    "vm_radix_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580307872
    },
    "vm_radix_replace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308256
    },
    "vm_radix_smr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "smr"
        }
      },
      "address": 18446744071613331416
    },
    "vm_radix_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308384
    },
    "vm_radix_zinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580306512
    },
    "vm_radix_zone_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580306592
    },
    "vm_req_vmdaemon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580320880
    },
    "vm_req_vmdaemon.lastrun": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613399128
    },
    "vm_reserv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_reserv_alloc_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580308640
    },
    "vm_reserv_alloc_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580311712
    },
    "vm_reserv_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_reserv"
        }
      },
      "address": 18446744071613399040
    },
    "vm_reserv_break": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580313664
    },
    "vm_reserv_break_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580313248
    },
    "vm_reserv_broken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216096
    },
    "vm_reserv_broken_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082560
    },
    "vm_reserv_broken_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082584
    },
    "vm_reserv_free_page": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580314256
    },
    "vm_reserv_freed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216104
    },
    "vm_reserv_freed_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082720
    },
    "vm_reserv_freed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610082744
    },
    "vm_reserv_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580315216
    },
    "vm_reserv_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580311424
    },
    "vm_reserv_is_page_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580315792
    },
    "vm_reserv_level": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580315888
    },
    "vm_reserv_level_iffullpop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580315936
    },
    "vm_reserv_object_mtx": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mtx_padalign"
        }
      },
      "address": 18446744071613331456
    },
    "vm_reserv_populate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580310960
    },
    "vm_reserv_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580316336
    },
    "vm_reserv_reclaim_contig": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580316576
    },
    "vm_reserv_reclaim_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580315984
    },
    "vm_reserv_reclaimed": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608216112
    },
    "vm_reserv_reclaimed_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610083104
    },
    "vm_reserv_reclaimed_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610083128
    },
    "vm_reserv_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580320608
    },
    "vm_reserv_rename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580318704
    },
    "vm_reserv_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580319568
    },
    "vm_reserv_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580319600
    },
    "vm_reserv_to_superpage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580319904
    },
    "vm_rvd": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vm_reserv_domain"
        }
      },
      "address": 18446744071613396992
    },
    "vm_set_page_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580238784
    },
    "vm_severe_domains": {
      "type": {
        "kind": "struct",
        "name": "domainset_t"
      },
      "address": 18446744071608239872
    },
    "vm_severe_waiters": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613313692
    },
    "vm_srb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmscsi_req"
        }
      },
      "address": 0
    },
    "vm_stats_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580209184
    },
    "vm_swap_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610083896
    },
    "vm_swap_idle_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613399056
    },
    "vm_swapout.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_swapout_map_deactivate_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580326864
    },
    "vm_swapout_object_deactivate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580327360
    },
    "vm_swapout_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580320848
    },
    "vm_swapout_run_idle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580321072
    },
    "vm_swapout_run_idle.lsec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613399048
    },
    "vm_sync_icache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156848
    },
    "vm_thread_dispose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580157232
    },
    "vm_thread_new": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156880
    },
    "vm_thread_stack_back": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580157632
    },
    "vm_thread_stack_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580157024
    },
    "vm_thread_stack_dispose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580157312
    },
    "vm_ts": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "vm_unix.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vm_user_wire_count": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608223296
    },
    "vm_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580259392
    },
    "vm_wait_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580258752
    },
    "vm_wait_domain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580259136
    },
    "vm_wait_doms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580258784
    },
    "vm_wait_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580259440
    },
    "vm_wait_min": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580258368
    },
    "vm_wait_severe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580258560
    },
    "vm_waitpfault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580259488
    },
    "vm_waitproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580158208
    },
    "vm_wire_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580208944
    },
    "vma_set_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827568
    },
    "vmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_area_struct"
        }
      },
      "address": 18446744071578837152
    },
    "vmapbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576382672
    },
    "vmbus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_acpi_syscontainer_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610131448
    },
    "vmbus_acpi_syscontainer_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610131424
    },
    "vmbus_acpi_syscontainermodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610131176
    },
    "vmbus_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580998000
    },
    "vmbus_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999456
    },
    "vmbus_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999696
    },
    "vmbus_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999232
    },
    "vmbus_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580998384
    },
    "vmbus_br.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_br_sysctl_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005168
    },
    "vmbus_br_sysctl_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005472
    },
    "vmbus_br_sysctl_state_bin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005680
    },
    "vmbus_chan.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_chan_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581014288
    },
    "vmbus_chan_close_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581013632
    },
    "vmbus_chan_close_internal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581013744
    },
    "vmbus_chan_clrchmap_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019568
    },
    "vmbus_chan_cpu_rr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581017264
    },
    "vmbus_chan_cpu_rr.vmbus_chan_nextcpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613422272
    },
    "vmbus_chan_cpu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581017168
    },
    "vmbus_chan_destroy_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581017376
    },
    "vmbus_chan_gpadl_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581012448
    },
    "vmbus_chan_gpadl_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581013312
    },
    "vmbus_chan_guid_inst": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018432
    },
    "vmbus_chan_guid_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018416
    },
    "vmbus_chan_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018336
    },
    "vmbus_chan_intr_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581014848
    },
    "vmbus_chan_iov_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581015088
    },
    "vmbus_chan_is_hvs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018384
    },
    "vmbus_chan_is_hvs_conn_from_host": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018400
    },
    "vmbus_chan_is_primary": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018368
    },
    "vmbus_chan_is_revoked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581013280
    },
    "vmbus_chan_mgmt_tq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018592
    },
    "vmbus_chan_msgproc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018288
    },
    "vmbus_chan_msgproc_choffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019680
    },
    "vmbus_chan_msgproc_chrescind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581022016
    },
    "vmbus_chan_msgprocs": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587078432
    },
    "vmbus_chan_nextcpu": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422272
    },
    "vmbus_chan_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581010128
    },
    "vmbus_chan_open_br": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581010560
    },
    "vmbus_chan_poll_cancel_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019600
    },
    "vmbus_chan_poll_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019312
    },
    "vmbus_chan_poll_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019072
    },
    "vmbus_chan_poll_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023440
    },
    "vmbus_chan_poll_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023520
    },
    "vmbus_chan_pollcfg_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019168
    },
    "vmbus_chan_polldis_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019392
    },
    "vmbus_chan_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581010416
    },
    "vmbus_chan_prplist_nelem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018448
    },
    "vmbus_chan_read_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016432
    },
    "vmbus_chan_recv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016064
    },
    "vmbus_chan_recv_idxadv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016592
    },
    "vmbus_chan_recv_peek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016448
    },
    "vmbus_chan_recv_peek_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016720
    },
    "vmbus_chan_recv_pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016256
    },
    "vmbus_chan_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023552
    },
    "vmbus_chan_run_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018544
    },
    "vmbus_chan_rx_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018512
    },
    "vmbus_chan_send": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581015232
    },
    "vmbus_chan_send_prplist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581015760
    },
    "vmbus_chan_send_sglist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581015472
    },
    "vmbus_chan_set_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018608
    },
    "vmbus_chan_set_pending_send_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581015056
    },
    "vmbus_chan_set_readbatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018320
    },
    "vmbus_chan_subidx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018352
    },
    "vmbus_chan_sysctl_mnf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581019520
    },
    "vmbus_chan_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581012320
    },
    "vmbus_chan_task_nobatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581012416
    },
    "vmbus_chan_tx_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018480
    },
    "vmbus_chan_unset_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018752
    },
    "vmbus_chan_write_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581014880
    },
    "vmbus_chan_write_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581014912
    },
    "vmbus_chan_xact_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018912
    },
    "vmbus_chanmsg_handlers": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "function"
          }
        }
      },
      "address": 18446744071587078208
    },
    "vmbus_child_pnpinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999056
    },
    "vmbus_current_version": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613422248
    },
    "vmbus_delete_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580998144
    },
    "vmbus_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580998480
    },
    "vmbus_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "_device"
        }
      },
      "address": 0
    },
    "vmbus_dma_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581003808
    },
    "vmbus_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610131360
    },
    "vmbus_et": {
      "type": {
        "kind": "struct",
        "name": "eventtimer"
      },
      "address": 18446744071613422280
    },
    "vmbus_et.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_et_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024032
    },
    "vmbus_et_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024304
    },
    "vmbus_et_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024160
    },
    "vmbus_et_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610131712
    },
    "vmbus_et_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023856
    },
    "vmbus_et_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023760
    },
    "vmbus_et_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587078624
    },
    "vmbus_et_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023968
    },
    "vmbus_et_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024192
    },
    "vmbus_event_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016768
    },
    "vmbus_event_proc_compat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581016976
    },
    "vmbus_event_proc_dummy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581000192
    },
    "vmbus_get_crs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581004384
    },
    "vmbus_get_event_taskq_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610131840
    },
    "vmbus_get_eventtq_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581000160
    },
    "vmbus_get_mmio_res_pass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581004112
    },
    "vmbus_get_vcpu_id_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610131816
    },
    "vmbus_get_vcpu_id_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581000128
    },
    "vmbus_get_version_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610131768
    },
    "vmbus_get_version_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581000032
    },
    "vmbus_gpadl_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997344
    },
    "vmbus_handle_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997824
    },
    "vmbus_handle_timer_intr1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996032
    },
    "vmbus_heartbeat.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_heartbeat_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580991664
    },
    "vmbus_heartbeat_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580991696
    },
    "vmbus_heartbeat_descs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_ic_desc"
        }
      },
      "address": 18446744071587077488
    },
    "vmbus_heartbeat_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610129616
    },
    "vmbus_heartbeat_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587077424
    },
    "vmbus_heartbeat_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580991632
    },
    "vmbus_ic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_ic_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993024
    },
    "vmbus_ic_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993600
    },
    "vmbus_ic_fwver_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993344
    },
    "vmbus_ic_msgver_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993472
    },
    "vmbus_ic_negomsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580991904
    },
    "vmbus_ic_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580992816
    },
    "vmbus_ic_sendresp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993664
    },
    "vmbus_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580998224
    },
    "vmbus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_intr_teardown1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996336
    },
    "vmbus_intrhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581000208
    },
    "vmbus_kbd_descs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_ic_desc"
        }
      },
      "address": 18446744071587075424
    },
    "vmbus_kvp_descs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_ic_desc"
        }
      },
      "address": 18446744071587077184
    },
    "vmbus_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999904
    },
    "vmbus_methods": {
      "type": {
        "count": 28,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587077760
    },
    "vmbus_msg_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581004784
    },
    "vmbus_msghc_dataptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996816
    },
    "vmbus_msghc_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997024
    },
    "vmbus_msghc_exec_cancel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997232
    },
    "vmbus_msghc_exec_noresult": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996848
    },
    "vmbus_msghc_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996656
    },
    "vmbus_msghc_poll_result": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997280
    },
    "vmbus_msghc_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996800
    },
    "vmbus_msghc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996560
    },
    "vmbus_msghc_wait_result": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997248
    },
    "vmbus_msghc_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997312
    },
    "vmbus_pcib.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_pcib_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580901440
    },
    "vmbus_pcib_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580901680
    },
    "vmbus_pcib_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580900048
    },
    "vmbus_pcib_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580897776
    },
    "vmbus_pcib_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580899376
    },
    "vmbus_pcib_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610123536
    },
    "vmbus_pcib_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610131312
    },
    "vmbus_pcib_get_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580900912
    },
    "vmbus_pcib_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580901888
    },
    "vmbus_pcib_methods": {
      "type": {
        "count": 26,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587075472
    },
    "vmbus_pcib_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610131288
    },
    "vmbus_pcib_on_channel_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580903536
    },
    "vmbus_pcib_prepopulate_bars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580905424
    },
    "vmbus_pcib_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580897648
    },
    "vmbus_pcib_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580900944
    },
    "vmbus_pcib_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580899968
    },
    "vmbus_pcib_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580901568
    },
    "vmbus_pcib_release_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580901792
    },
    "vmbus_pcib_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580900768
    },
    "vmbus_pcib_route_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580901424
    },
    "vmbus_pcib_set_detaching": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580909632
    },
    "vmbus_pcib_vmbus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610123744
    },
    "vmbus_pcib_vmbus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610123720
    },
    "vmbus_pcib_vmbusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610123632
    },
    "vmbus_pcib_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580901184
    },
    "vmbus_pcib_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580900032
    },
    "vmbus_pcibmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610131104
    },
    "vmbus_pin_evttask": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610131272
    },
    "vmbus_prichan_attach_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581022960
    },
    "vmbus_prichan_detach_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581022976
    },
    "vmbus_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580998304
    },
    "vmbus_probe_guid_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610131792
    },
    "vmbus_probe_guid_method": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581000064
    },
    "vmbus_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999040
    },
    "vmbus_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999584
    },
    "vmbus_release_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580999808
    },
    "vmbus_req_tl_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580997392
    },
    "vmbus_res.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_res_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610132024
    },
    "vmbus_res_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610132000
    },
    "vmbus_res_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610131912
    },
    "vmbus_res_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024560
    },
    "vmbus_res_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024576
    },
    "vmbus_res_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610132072
    },
    "vmbus_res_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587078704
    },
    "vmbus_res_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024384
    },
    "vmbus_rxbr_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005808
    },
    "vmbus_rxbr_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005920
    },
    "vmbus_rxbr_idxadv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581009216
    },
    "vmbus_rxbr_idxadv_peek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581008608
    },
    "vmbus_rxbr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005888
    },
    "vmbus_rxbr_intr_mask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005776
    },
    "vmbus_rxbr_intr_unmask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005840
    },
    "vmbus_rxbr_peek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581007792
    },
    "vmbus_rxbr_peek_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581008160
    },
    "vmbus_rxbr_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581009664
    },
    "vmbus_rxbr_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005936
    },
    "vmbus_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_softc"
        }
      },
      "address": 18446744071613422256
    },
    "vmbus_scan_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005008
    },
    "vmbus_scan_done_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005040
    },
    "vmbus_scan_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581003696
    },
    "vmbus_setup_intr1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996208
    },
    "vmbus_shutdown.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_shutdown_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993776
    },
    "vmbus_shutdown_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993808
    },
    "vmbus_shutdown_descs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_ic_desc"
        }
      },
      "address": 18446744071587077600
    },
    "vmbus_shutdown_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610129888
    },
    "vmbus_shutdown_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587077536
    },
    "vmbus_shutdown_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580993744
    },
    "vmbus_subchan_attach_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023088
    },
    "vmbus_subchan_detach_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581023104
    },
    "vmbus_subchan_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581018080
    },
    "vmbus_subchan_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581014512
    },
    "vmbus_subchan_rel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581014816
    },
    "vmbus_synic_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581003328
    },
    "vmbus_synic_setup1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996112
    },
    "vmbus_synic_teardown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005088
    },
    "vmbus_synic_teardown1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580996176
    },
    "vmbus_sysctl_version": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581003568
    },
    "vmbus_timesync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580994496
    },
    "vmbus_timesync.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_timesync_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580994144
    },
    "vmbus_timesync_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580994176
    },
    "vmbus_timesync_descs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_ic_desc"
        }
      },
      "address": 18446744071587077712
    },
    "vmbus_timesync_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610130608
    },
    "vmbus_timesync_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587077648
    },
    "vmbus_timesync_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580994112
    },
    "vmbus_ts_ignore_sync": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422200
    },
    "vmbus_ts_sample_thresh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610130656
    },
    "vmbus_ts_sample_verbose": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422204
    },
    "vmbus_txbr_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581006080
    },
    "vmbus_txbr_deinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581006000
    },
    "vmbus_txbr_get_imask": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581006048
    },
    "vmbus_txbr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581005968
    },
    "vmbus_txbr_set_pending_snd_sz": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581006064
    },
    "vmbus_txbr_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581006016
    },
    "vmbus_txbr_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581007008
    },
    "vmbus_txbr_write_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581006112
    },
    "vmbus_version": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071587078400
    },
    "vmbus_vss_descs": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_ic_desc"
        }
      },
      "address": 18446744071587077344
    },
    "vmbus_x86.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_xact.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmbus_xact_activate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025888
    },
    "vmbus_xact_busywait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581026640
    },
    "vmbus_xact_ctx_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024592
    },
    "vmbus_xact_ctx_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025456
    },
    "vmbus_xact_ctx_orphan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581024992
    },
    "vmbus_xact_ctx_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581027360
    },
    "vmbus_xact_deactivate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581026016
    },
    "vmbus_xact_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025584
    },
    "vmbus_xact_get1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025232
    },
    "vmbus_xact_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581026656
    },
    "vmbus_xact_priv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025840
    },
    "vmbus_xact_put": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025664
    },
    "vmbus_xact_req_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025808
    },
    "vmbus_xact_req_paddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581025824
    },
    "vmbus_xact_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581026128
    },
    "vmbus_xact_wait1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581026144
    },
    "vmbus_xact_wakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581027056
    },
    "vmcounter_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580207168
    },
    "vmd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vm_domain"
        }
      },
      "address": 0
    },
    "vmd.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmd_adjust_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582307104
    },
    "vmd_alloc_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582307616
    },
    "vmd_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582308560
    },
    "vmd_alloc_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582306768
    },
    "vmd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582304400
    },
    "vmd_bypass_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610214240
    },
    "vmd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582306656
    },
    "vmd_devs": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmd_type"
        }
      },
      "address": 18446744071610214256
    },
    "vmd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582310064
    },
    "vmd_get_dma_tag": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582306736
    },
    "vmd_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582310048
    },
    "vmd_map_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582309344
    },
    "vmd_max_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610214244
    },
    "vmd_max_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610214248
    },
    "vmd_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610214096
    },
    "vmd_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610214512
    },
    "vmd_pci_methods": {
      "type": {
        "count": 27,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587185968
    },
    "vmd_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610214488
    },
    "vmd_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610214192
    },
    "vmd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582304128
    },
    "vmd_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582307184
    },
    "vmd_release_msi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582308320
    },
    "vmd_release_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582309088
    },
    "vmd_release_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582307152
    },
    "vmd_route_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582307600
    },
    "vmd_set_msi_bypass": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582309728
    },
    "vmd_write_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582307392
    },
    "vmdaemon_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610083264
    },
    "vmdq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vmem": {
      "type": {
        "kind": "struct",
        "name": "i40e_virt_mem"
      },
      "address": 0
    },
    "vmem_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576029632
    },
    "vmem_add1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576035696
    },
    "vmem_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576030544
    },
    "vmem_bt_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613004744
    },
    "vmem_clip": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576032720
    },
    "vmem_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576030224
    },
    "vmem_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576030352
    },
    "vmem_destroy1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576029840
    },
    "vmem_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576036736
    },
    "vmem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576034288
    },
    "vmem_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028720
    },
    "vmem_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e97fd968426c7ff2"
      },
      "address": 18446744071613004752
    },
    "vmem_list_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx_padalign"
      },
      "address": 18446744071608217024
    },
    "vmem_periodic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576037152
    },
    "vmem_periodic_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071613004800
    },
    "vmem_periodic_interval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613004792
    },
    "vmem_periodic_kick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576038304
    },
    "vmem_periodic_wk": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071613004760
    },
    "vmem_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576036992
    },
    "vmem_printall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576036672
    },
    "vmem_res": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vmem_roundup_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576030512
    },
    "vmem_set_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028272
    },
    "vmem_set_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028464
    },
    "vmem_set_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028592
    },
    "vmem_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576036096
    },
    "vmem_start_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576037008
    },
    "vmem_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576028144
    },
    "vmem_summ": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576039664
    },
    "vmem_summall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576040272
    },
    "vmem_try_fetch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576033616
    },
    "vmem_try_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576035136
    },
    "vmem_whatis": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576036496
    },
    "vmem_xalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576030688
    },
    "vmem_xfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576034352
    },
    "vmem_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613004736
    },
    "vmemdump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576038944
    },
    "vmemdumpall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576039280
    },
    "vmemlim": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "vmeta": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_vol_meta"
        }
      },
      "address": 0
    },
    "vmf": {
      "type": {
        "kind": "struct",
        "name": "vm_fault"
      },
      "address": 0
    },
    "vmgenc_acpi.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vmgenc_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609456928
    },
    "vmgenc_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609456904
    },
    "vmgenc_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609456816
    },
    "vmgenc_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573542192
    },
    "vmgenc_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609456976
    },
    "vmgenc_ids": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071609457024
    },
    "vmgenc_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585111056
    },
    "vmgenc_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573543072
    },
    "vmgenc_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573542048
    },
    "vmgenc_status_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573543136
    },
    "vmh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_vm_handle_t"
        }
      },
      "address": 0
    },
    "vmhdr_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vmi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_vmioctl"
        }
      },
      "address": 0
    },
    "vmi_resp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "aac_vmi_businf_resp"
        }
      },
      "address": 0
    },
    "vmin": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vminor": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vmio": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vmiodirenable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609789336
    },
    "vmm_resume_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071613479336
    },
    "vmmap": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmmap"
        }
      },
      "address": 0
    },
    "vmmap_add": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578836656
    },
    "vmmap_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vmmap_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578836960
    },
    "vmmap_skip_res_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612751784
    },
    "vmmaphead": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmmaphd"
        }
      },
      "address": 18446744071613288512
    },
    "vmmaplock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613288472
    },
    "vmnet_clone_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576959584
    },
    "vmnetname": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585234376
    },
    "vmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vmolr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vmproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613399072
    },
    "vms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "vmscsi_size_delta": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610128288
    },
    "vmspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmspace"
        }
      },
      "address": 0
    },
    "vmspace0": {
      "type": {
        "kind": "struct",
        "name": "vmspace"
      },
      "address": 18446744071612533120
    },
    "vmspace_acquire_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580166640
    },
    "vmspace_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580165552
    },
    "vmspace_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580199584
    },
    "vmspace_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580166128
    },
    "vmspace_exitfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580165984
    },
    "vmspace_fork": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580194032
    },
    "vmspace_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580165856
    },
    "vmspace_resident_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580168976
    },
    "vmspace_swap_count": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580096032
    },
    "vmspace_switch_aio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580166816
    },
    "vmspace_unshare": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580199968
    },
    "vmspace_zinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580165440
    },
    "vmspace_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613299896
    },
    "vmstats_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610077320
    },
    "vmstor_proto_list": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vmstor_proto"
        }
      },
      "address": 18446744071587076960
    },
    "vmstor_proto_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613422180
    },
    "vmtotal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580207328
    },
    "vmvir": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vmx_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609457400
    },
    "vmx_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609457376
    },
    "vmx_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609457136
    },
    "vmxnet3_attach_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573549072
    },
    "vmxnet3_attach_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573547808
    },
    "vmxnet3_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573553120
    },
    "vmxnet3_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609457448
    },
    "vmxnet3_event_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557264
    },
    "vmxnet3_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573555664
    },
    "vmxnet3_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557136
    },
    "vmxnet3_if_needs_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557120
    },
    "vmxnet3_iflib_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609457920
    },
    "vmxnet3_iflib_methods": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585111376
    },
    "vmxnet3_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573553424
    },
    "vmxnet3_intr_disable_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556416
    },
    "vmxnet3_intr_enable_all": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556320
    },
    "vmxnet3_isc_rxd_available": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573544544
    },
    "vmxnet3_isc_rxd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573545680
    },
    "vmxnet3_isc_rxd_pkt_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573544720
    },
    "vmxnet3_isc_rxd_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573545424
    },
    "vmxnet3_isc_txd_credits_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573544320
    },
    "vmxnet3_isc_txd_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573543680
    },
    "vmxnet3_isc_txd_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573544240
    },
    "vmxnet3_legacy_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573545744
    },
    "vmxnet3_link_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556272
    },
    "vmxnet3_media_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573555456
    },
    "vmxnet3_media_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573555344
    },
    "vmxnet3_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585111184
    },
    "vmxnet3_msix_intr_assign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556512
    },
    "vmxnet3_mtu_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573555264
    },
    "vmxnet3_multi_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573555056
    },
    "vmxnet3_promisc_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573555472
    },
    "vmxnet3_queues_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573547680
    },
    "vmxnet3_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573545936
    },
    "vmxnet3_reinit_rss_shared_data.rss_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585111840
    },
    "vmxnet3_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557104
    },
    "vmxnet3_rx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556208
    },
    "vmxnet3_rx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573546608
    },
    "vmxnet3_rxq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557200
    },
    "vmxnet3_sctx_init": {
      "type": {
        "kind": "struct",
        "name": "if_shared_ctx"
      },
      "address": 18446744071609457536
    },
    "vmxnet3_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557072
    },
    "vmxnet3_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573554976
    },
    "vmxnet3_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557088
    },
    "vmxnet3_tx_queue_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556192
    },
    "vmxnet3_tx_queues_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573545952
    },
    "vmxnet3_txq_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556144
    },
    "vmxnet3_txrx": {
      "type": {
        "kind": "struct",
        "name": "if_txrx"
      },
      "address": 18446744071609457280
    },
    "vmxnet3_update_admin_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573555712
    },
    "vmxnet3_vendor_info_array": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pci_vendor_info_t"
        }
      },
      "address": 18446744071585111312
    },
    "vmxnet3_vlan_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573556944
    },
    "vmxnet3_vlan_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573557008
    },
    "vn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vn_alloc_cyclecount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045984
    },
    "vn_alloc_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576560256
    },
    "vn_alloc_sleeps": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045976
    },
    "vn_bmap_seekhole": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576636320
    },
    "vn_bmap_seekhole_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576635712
    },
    "vn_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vn_chmod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576618752
    },
    "vn_chown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576619008
    },
    "vn_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576625056
    },
    "vn_close1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576625072
    },
    "vn_closefile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576618592
    },
    "vn_commname": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576416512
    },
    "vn_copy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576638672
    },
    "vn_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576643856
    },
    "vn_deallocate_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576643936
    },
    "vn_dir_check_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576645168
    },
    "vn_dir_check_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552256
    },
    "vn_dir_dd_ino": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576416192
    },
    "vn_dir_next_dirent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576644768
    },
    "vn_extattr_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576632512
    },
    "vn_extattr_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576633488
    },
    "vn_extattr_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576632960
    },
    "vn_fallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576620352
    },
    "vn_fill_junk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576637392
    },
    "vn_fill_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576619792
    },
    "vn_fill_kinfo_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576636768
    },
    "vn_fill_kinfo_vnode.__set_sysctl_set_sym_sysctl___debug_fail_point_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587219800
    },
    "vn_fill_kinfo_vnode.__set_sysctl_set_sym_sysctl___debug_fail_point_status_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071587219808
    },
    "vn_fill_kinfo_vnode._fail_point_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609816240
    },
    "vn_fill_kinfo_vnode.sysctl___debug_fail_point_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609816320
    },
    "vn_fill_kinfo_vnode.sysctl___debug_fail_point_status_fill_kinfo_vnode__random_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609816432
    },
    "vn_finished_secondary_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576631056
    },
    "vn_finished_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576622976
    },
    "vn_fsid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576637568
    },
    "vn_fspacectl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576621024
    },
    "vn_fsync_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576637616
    },
    "vn_fullpath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576413552
    },
    "vn_fullpath_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576412832
    },
    "vn_fullpath_any_smr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576411888
    },
    "vn_fullpath_dir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576415440
    },
    "vn_fullpath_global": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576413824
    },
    "vn_fullpath_hardlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576415024
    },
    "vn_generic_copy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576638992
    },
    "vn_get_ino_alloc_vget": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576634800
    },
    "vn_getcwd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576411680
    },
    "vn_getsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576553040
    },
    "vn_getsize_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552912
    },
    "vn_io_fault": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576616368
    },
    "vn_io_fault1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576626672
    },
    "vn_io_fault_doio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576647072
    },
    "vn_io_fault_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609816768
    },
    "vn_io_fault_pgmove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576629008
    },
    "vn_io_fault_prefault": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613046020
    },
    "vn_io_fault_uiomove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576629248
    },
    "vn_io_faults_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613046024
    },
    "vn_io_pgcache_read_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609816772
    },
    "vn_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576617504
    },
    "vn_irflag_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552448
    },
    "vn_irflag_set_cond": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552608
    },
    "vn_irflag_set_cond_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552592
    },
    "vn_irflag_set_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552432
    },
    "vn_irflag_unset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552768
    },
    "vn_irflag_unset_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552752
    },
    "vn_isdisk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576540000
    },
    "vn_isdisk_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576539888
    },
    "vn_kqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576618224
    },
    "vn_kqfilter_opath": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576632416
    },
    "vn_lk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vn_lktype_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576626608
    },
    "vn_lock_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576645568
    },
    "vn_lock_pair_pause_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613046040
    },
    "vn_lock_pair_pause_max": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613046016
    },
    "vn_max_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vn_min_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vn_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576619904
    },
    "vn_need_pageq_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576539840
    },
    "vn_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576621168
    },
    "vn_open_cred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576621200
    },
    "vn_open_vnode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576623312
    },
    "vn_pages_remove": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576635392
    },
    "vn_pages_remove_valid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576635552
    },
    "vn_path_to_global_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576416864
    },
    "vn_path_to_global_path_hardlink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576417376
    },
    "vn_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576618032
    },
    "vn_pollrecord": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576538432
    },
    "vn_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576534192
    },
    "vn_rdwr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576625648
    },
    "vn_rdwr_inchunks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576627664
    },
    "vn_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576647312
    },
    "vn_read_from_obj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576628560
    },
    "vn_rlimit_fsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576635360
    },
    "vn_rlimit_fsizex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576634992
    },
    "vn_rlimit_fsizex_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576635344
    },
    "vn_rlimit_trunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576634832
    },
    "vn_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576619280
    },
    "vn_sendfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575570736
    },
    "vn_seqc_write_begin": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576541712
    },
    "vn_seqc_write_begin_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552368
    },
    "vn_seqc_write_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576542064
    },
    "vn_seqc_write_end_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576552400
    },
    "vn_start_secondary_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576630496
    },
    "vn_start_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576622800
    },
    "vn_start_write_refed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576630032
    },
    "vn_statfile": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576618304
    },
    "vn_syncer_add_to_worklist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576524832
    },
    "vn_truncate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576616928
    },
    "vn_truncate_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576629520
    },
    "vn_utimes_perm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576636576
    },
    "vn_vget_ino": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576634000
    },
    "vn_vget_ino_gen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576634048
    },
    "vn_vptocnp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576414064
    },
    "vn_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576648032
    },
    "vn_write_outvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576642416
    },
    "vn_writechk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576624976
    },
    "vname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vnchar": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "vnet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet"
        }
      },
      "address": 0
    },
    "vnet.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vnet0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet"
        }
      },
      "address": 18446744071613057232
    },
    "vnet0_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159056
    },
    "vnet0_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847400
    },
    "vnet_ahstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578341008
    },
    "vnet_ahstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609983968
    },
    "vnet_ahstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578341088
    },
    "vnet_ahstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609984008
    },
    "vnet_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577155440
    },
    "vnet_arp_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577596704
    },
    "vnet_arp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577590368
    },
    "vnet_arp_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609897120
    },
    "vnet_arp_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609897160
    },
    "vnet_arpstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577587152
    },
    "vnet_arpstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609897024
    },
    "vnet_arpstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577587520
    },
    "vnet_arpstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609897064
    },
    "vnet_bridge_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576861008
    },
    "vnet_bridge_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609823768
    },
    "vnet_bridge_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576884048
    },
    "vnet_bridge_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609823824
    },
    "vnet_carpstats_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577641488
    },
    "vnet_carpstats_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609907824
    },
    "vnet_carpstats_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577641568
    },
    "vnet_carpstats_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609907864
    },
    "vnet_cc_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577785936
    },
    "vnet_cc_sysinit_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609929304
    },
    "vnet_constructors": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit_head"
      },
      "address": 18446744071609847648
    },
    "vnet_data": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "vnet_data_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577156944
    },
    "vnet_data_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577157760
    },
    "vnet_data_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577157216
    },
    "vnet_data_free_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_27c37ef849ba172c"
      },
      "address": 18446744071609847520
    },
    "vnet_data_free_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613057168
    },
    "vnet_data_startup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159152
    },
    "vnet_data_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847448
    },
    "vnet_deregister_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577158176
    },
    "vnet_deregister_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577158608
    },
    "vnet_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577156224
    },
    "vnet_destroy_unhops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578409056
    },
    "vnet_destroy_unhops_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609989608
    },
    "vnet_destructors": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysuninit_head"
      },
      "address": 18446744071609847664
    },
    "vnet_dst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet"
        }
      },
      "address": 0
    },
    "vnet_enc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893376
    },
    "vnet_enc_init_proto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576893888
    },
    "vnet_enc_init_proto_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609825264
    },
    "vnet_enc_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609825224
    },
    "vnet_enc_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576895088
    },
    "vnet_enc_uninit_hhook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576895136
    },
    "vnet_enc_uninit_hhook_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609825344
    },
    "vnet_enc_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609825304
    },
    "vnet_entry__rt_numfibs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312768
    },
    "vnet_entry_acq_seq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420072
    },
    "vnet_entry_acqaddrhash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610420424
    },
    "vnet_entry_acqaddrhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secacq_list"
        }
      },
      "address": 18446744071610420416
    },
    "vnet_entry_acqseqhash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610420440
    },
    "vnet_entry_acqseqhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secacq_list"
        }
      },
      "address": 18446744071610420432
    },
    "vnet_entry_acqtree": {
      "type": {
        "kind": "struct",
        "name": "secacq_list"
      },
      "address": 18446744071610420408
    },
    "vnet_entry_addrsel_policytab": {
      "type": {
        "kind": "struct",
        "name": "addrsel_policyhead"
      },
      "address": 18446744071610415696
    },
    "vnet_entry_ah_cleartos": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610424724
    },
    "vnet_entry_ah_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610424720
    },
    "vnet_entry_ahstat": {
      "type": {
        "count": 35,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610424736
    },
    "vnet_entry_algo_fixed_inet": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610312709
    },
    "vnet_entry_algo_fixed_inet6": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610312708
    },
    "vnet_entry_allow_llz_overlap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312172
    },
    "vnet_entry_altqs_inactive_open": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610428732
    },
    "vnet_entry_arp_log_level": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345720
    },
    "vnet_entry_arp_maxhold": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345716
    },
    "vnet_entry_arp_maxtries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345700
    },
    "vnet_entry_arp_proxyall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345704
    },
    "vnet_entry_arpstat": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610345728
    },
    "vnet_entry_arpt_down": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345708
    },
    "vnet_entry_arpt_keep": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345696
    },
    "vnet_entry_arpt_rexmit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345712
    },
    "vnet_entry_array_ptr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346344
    },
    "vnet_entry_array_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346348
    },
    "vnet_entry_async_crypto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419732
    },
    "vnet_entry_blackhole": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350932
    },
    "vnet_entry_blackhole_local": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610350936
    },
    "vnet_entry_bpf_mask_in": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312308
    },
    "vnet_entry_bpf_mask_out": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312316
    },
    "vnet_entry_bpf_optimize_writers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312072
    },
    "vnet_entry_bridge_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312280
    },
    "vnet_entry_bridge_inherit_mac": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312264
    },
    "vnet_entry_bridge_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_8a5aacdb705d9842"
      },
      "address": 18446744071610312272
    },
    "vnet_entry_bridge_list_sx": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610312208
    },
    "vnet_entry_bridge_rtnode_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610312240
    },
    "vnet_entry_broadcast_lowest": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610346068
    },
    "vnet_entry_bucket_change_threshold_rate": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312700
    },
    "vnet_entry_buf_ring_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610348088
    },
    "vnet_entry_bw_upcalls_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610348120
    },
    "vnet_entry_bw_upcalls_ring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "buf_ring"
        }
      },
      "address": 18446744071610348184
    },
    "vnet_entry_bw_upcalls_ring_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610348192
    },
    "vnet_entry_carp_allow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346080
    },
    "vnet_entry_carp_demotion": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346096
    },
    "vnet_entry_carp_dscp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346084
    },
    "vnet_entry_carp_ifdown_adj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346104
    },
    "vnet_entry_carp_log": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346092
    },
    "vnet_entry_carp_preempt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346088
    },
    "vnet_entry_carp_senderr_adj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346100
    },
    "vnet_entry_carpstats": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610346112
    },
    "vnet_entry_cc_abe_frlossreduce": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348620
    },
    "vnet_entry_cc_do_abe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348616
    },
    "vnet_entry_check_policy_history": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419712
    },
    "vnet_entry_counter_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610350408
    },
    "vnet_entry_crypto_support": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419728
    },
    "vnet_entry_current_state_timers_running": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346048
    },
    "vnet_entry_current_state_timers_running6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419168
    },
    "vnet_entry_dad_enhanced": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419432
    },
    "vnet_entry_dad_maxtry": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419436
    },
    "vnet_entry_dad_rwlock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071610419440
    },
    "vnet_entry_dadq": {
      "type": {
        "kind": "struct",
        "name": "unnamed_cf552b157d5a47e6"
      },
      "address": 18446744071610419472
    },
    "vnet_entry_def_flowid_shift": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312424
    },
    "vnet_entry_def_policy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secpolicy"
        }
      },
      "address": 18446744071610419720
    },
    "vnet_entry_def_use_flowid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312416
    },
    "vnet_entry_def_use_numa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312420
    },
    "vnet_entry_default_cc_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cc_algo"
        }
      },
      "address": 18446744071610348600
    },
    "vnet_entry_defaultaddrpolicy": {
      "type": {
        "kind": "struct",
        "name": "in6_addrpolicy"
      },
      "address": 18446744071610415624
    },
    "vnet_entry_drop_redirect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346456
    },
    "vnet_entry_drop_synfin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350944
    },
    "vnet_entry_enc_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312328
    },
    "vnet_entry_enc_sc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "enc_softc"
        }
      },
      "address": 18446744071610312320
    },
    "vnet_entry_error_keeptags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346484
    },
    "vnet_entry_esp_ctr_compatibility": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610425028
    },
    "vnet_entry_esp_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610425024
    },
    "vnet_entry_espstat": {
      "type": {
        "count": 276,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610425040
    },
    "vnet_entry_expire_upcalls_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610348024
    },
    "vnet_entry_fhanew_softc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fha_params"
        }
      },
      "address": 18446744071610311640
    },
    "vnet_entry_fib_data_list": {
      "type": {
        "kind": "struct",
        "name": "fib_data_head"
      },
      "address": 18446744071610312712
    },
    "vnet_entry_fib_error_list": {
      "type": {
        "kind": "struct",
        "name": "fib_error_head"
      },
      "address": 18446744071610312728
    },
    "vnet_entry_fib_hash_outbound": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312748
    },
    "vnet_entry_fib_max_sync_delay_ms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312704
    },
    "vnet_entry_filter_mask_in": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312304
    },
    "vnet_entry_filter_mask_out": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312312
    },
    "vnet_entry_frag6_nfragpackets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610410680
    },
    "vnet_entry_frag6_on": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610410688
    },
    "vnet_entry_functions_inherit_listen_socket_stack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352504
    },
    "vnet_entry_gif_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312360
    },
    "vnet_entry_gre_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312376
    },
    "vnet_entry_hhook_vhead_list": {
      "type": {
        "kind": "struct",
        "name": "hhookheadhead"
      },
      "address": 18446744071610312008
    },
    "vnet_entry_icmp6_nodeinfo": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415580
    },
    "vnet_entry_icmp6_nodeinfo_oldmcprefix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415584
    },
    "vnet_entry_icmp6_rediraccept": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415568
    },
    "vnet_entry_icmp6_redirtimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415572
    },
    "vnet_entry_icmp6errpps_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610410704
    },
    "vnet_entry_icmp6errppslim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415576
    },
    "vnet_entry_icmp6errppslim_last": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610415352
    },
    "vnet_entry_icmp6stat": {
      "type": {
        "count": 579,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610410720
    },
    "vnet_entry_icmp_may_rst": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352344
    },
    "vnet_entry_icmp_quotelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346472
    },
    "vnet_entry_icmp_rates": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "icmp_rate"
        }
      },
      "address": 18446744071610347248
    },
    "vnet_entry_icmp_rfi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346468
    },
    "vnet_entry_icmpbmcastecho": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346476
    },
    "vnet_entry_icmplim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346432
    },
    "vnet_entry_icmplim_curr_jitter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346436
    },
    "vnet_entry_icmplim_jitter": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346440
    },
    "vnet_entry_icmplim_output": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346444
    },
    "vnet_entry_icmpmaskfake": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610346452
    },
    "vnet_entry_icmpmaskrepl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346448
    },
    "vnet_entry_icmpstat": {
      "type": {
        "count": 94,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610346496
    },
    "vnet_entry_icmptstamprepl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346480
    },
    "vnet_entry_id_array": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071610346328
    },
    "vnet_entry_id_bits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610346336
    },
    "vnet_entry_if_cloners": {
      "type": {
        "kind": "struct",
        "name": "unnamed_2477d1a34159c115"
      },
      "address": 18446744071610312288
    },
    "vnet_entry_if_cloners_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312296
    },
    "vnet_entry_ifg_head": {
      "type": {
        "kind": "struct",
        "name": "ifgrouphead"
      },
      "address": 18446744071610312096
    },
    "vnet_entry_ifnet": {
      "type": {
        "kind": "struct",
        "name": "ifnethead"
      },
      "address": 18446744071610312112
    },
    "vnet_entry_igi_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_baf2f93769916d23"
      },
      "address": 18446744071610345824
    },
    "vnet_entry_igmp_default_version": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345868
    },
    "vnet_entry_igmp_gsrdelay": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610345832
    },
    "vnet_entry_igmp_legacysupp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346052
    },
    "vnet_entry_igmp_recvifkludge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345848
    },
    "vnet_entry_igmp_sendlocal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345856
    },
    "vnet_entry_igmp_sendra": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345852
    },
    "vnet_entry_igmp_v1enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345860
    },
    "vnet_entry_igmp_v2enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345864
    },
    "vnet_entry_igmpstat": {
      "type": {
        "count": 21,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610345872
    },
    "vnet_entry_in6_ifaddrhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in6_ifaddrlisthead"
        }
      },
      "address": 18446744071610419112
    },
    "vnet_entry_in6_ifaddrhead": {
      "type": {
        "kind": "struct",
        "name": "in6_ifaddrhead"
      },
      "address": 18446744071610419096
    },
    "vnet_entry_in6_ifaddrhmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610419120
    },
    "vnet_entry_in6_maxmtu": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610415408
    },
    "vnet_entry_in6_tmpaddrtimer_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610415424
    },
    "vnet_entry_in_ifaddrhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "in_ifaddrhashhead"
        }
      },
      "address": 18446744071610347776
    },
    "vnet_entry_in_ifaddrhead": {
      "type": {
        "kind": "struct",
        "name": "in_ifaddrhead"
      },
      "address": 18446744071610347760
    },
    "vnet_entry_in_ifaddrhmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610347784
    },
    "vnet_entry_in_loopback_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610346060
    },
    "vnet_entry_in_pcbhashseed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610346428
    },
    "vnet_entry_inet6_dp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_dp"
        }
      },
      "address": 18446744071610415368
    },
    "vnet_entry_inet6_local_pfil_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_head"
        }
      },
      "address": 18446744071610419088
    },
    "vnet_entry_inet6_pfil_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_head"
        }
      },
      "address": 18446744071610419080
    },
    "vnet_entry_inet_dp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fib_dp"
        }
      },
      "address": 18446744071610346240
    },
    "vnet_entry_inet_local_pfil_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_head"
        }
      },
      "address": 18446744071610347800
    },
    "vnet_entry_inet_pfil_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_head"
        }
      },
      "address": 18446744071610347744
    },
    "vnet_entry_interface_timers_running": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346040
    },
    "vnet_entry_interface_timers_running6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419160
    },
    "vnet_entry_ip4_ah_net_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419700
    },
    "vnet_entry_ip4_ah_trans_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419696
    },
    "vnet_entry_ip4_esp_net_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419692
    },
    "vnet_entry_ip4_esp_trans_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419688
    },
    "vnet_entry_ip4_filtertunnel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419708
    },
    "vnet_entry_ip4_ipsec_dfbit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419680
    },
    "vnet_entry_ip4_ipsec_ecn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419704
    },
    "vnet_entry_ip4_ipsec_min_pmtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419684
    },
    "vnet_entry_ip6_accept_rtadv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415504
    },
    "vnet_entry_ip6_ah_net_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419752
    },
    "vnet_entry_ip6_ah_trans_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419748
    },
    "vnet_entry_ip6_auto_flowlabel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415528
    },
    "vnet_entry_ip6_auto_linklocal": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415416
    },
    "vnet_entry_ip6_dad_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415524
    },
    "vnet_entry_ip6_defhlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415496
    },
    "vnet_entry_ip6_defmcasthlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415500
    },
    "vnet_entry_ip6_desync_factor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419520
    },
    "vnet_entry_ip6_esp_net_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419744
    },
    "vnet_entry_ip6_esp_trans_deflev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419740
    },
    "vnet_entry_ip6_filtertunnel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419760
    },
    "vnet_entry_ip6_forwarding": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415488
    },
    "vnet_entry_ip6_fraglifetime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610353312
    },
    "vnet_entry_ip6_gif_hlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415376
    },
    "vnet_entry_ip6_gre_hlim": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415712
    },
    "vnet_entry_ip6_hdrnestlimit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415520
    },
    "vnet_entry_ip6_ipsec_ecn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419756
    },
    "vnet_entry_ip6_log_cannot_forward": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610415556
    },
    "vnet_entry_ip6_log_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415592
    },
    "vnet_entry_ip6_log_interval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415588
    },
    "vnet_entry_ip6_log_last": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610415600
    },
    "vnet_entry_ip6_maxfragbucketsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610410676
    },
    "vnet_entry_ip6_maxfragpackets": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610410672
    },
    "vnet_entry_ip6_maxfragsperpacket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610410684
    },
    "vnet_entry_ip6_mcast_pmtu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415540
    },
    "vnet_entry_ip6_mrouter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071610419592
    },
    "vnet_entry_ip6_mrouter_ver": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419128
    },
    "vnet_entry_ip6_no_radr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415508
    },
    "vnet_entry_ip6_norbit_raif": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415512
    },
    "vnet_entry_ip6_prefer_tempaddr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415616
    },
    "vnet_entry_ip6_rfc6204w3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415516
    },
    "vnet_entry_ip6_rr_prune": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415536
    },
    "vnet_entry_ip6_sav": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610415744
    },
    "vnet_entry_ip6_sendredirects": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415492
    },
    "vnet_entry_ip6_temp_preferred_lifetime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610419492
    },
    "vnet_entry_ip6_temp_regen_advance": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419500
    },
    "vnet_entry_ip6_temp_valid_lifetime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610419496
    },
    "vnet_entry_ip6_use_defzone": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419600
    },
    "vnet_entry_ip6_use_deprecated": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415532
    },
    "vnet_entry_ip6_use_tempaddr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419488
    },
    "vnet_entry_ip6_v6only": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415544
    },
    "vnet_entry_ip6qb": {
      "type": {
        "count": 1024,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "ip6qbucket"
        }
      },
      "address": 18446744071610353328
    },
    "vnet_entry_ip6qb_hashseed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610353316
    },
    "vnet_entry_ip6stat": {
      "type": {
        "count": 415,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610415760
    },
    "vnet_entry_ip6stealth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415548
    },
    "vnet_entry_ip_acceptsourceroute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348336
    },
    "vnet_entry_ip_allow_net0": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610346057
    },
    "vnet_entry_ip_allow_net240": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610346056
    },
    "vnet_entry_ip_defttl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348392
    },
    "vnet_entry_ip_do_randomid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346316
    },
    "vnet_entry_ip_doopts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348328
    },
    "vnet_entry_ip_dosourceroute": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348332
    },
    "vnet_entry_ip_fw_ctl_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610348400
    },
    "vnet_entry_ip_gif_ttl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346248
    },
    "vnet_entry_ip_gre_ttl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346280
    },
    "vnet_entry_ip_id": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610346320
    },
    "vnet_entry_ip_id_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610346360
    },
    "vnet_entry_ip_mrouter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071610348592
    },
    "vnet_entry_ip_rfc6864": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346312
    },
    "vnet_entry_ip_rsvp_on": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610347816
    },
    "vnet_entry_ip_rsvpd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071610347808
    },
    "vnet_entry_ip_sav": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610347493
    },
    "vnet_entry_ip_strong_es": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610347492
    },
    "vnet_entry_ipcomp_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610427248
    },
    "vnet_entry_ipcompstat": {
      "type": {
        "count": 25,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610427264
    },
    "vnet_entry_ipforwarding": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610347736
    },
    "vnet_entry_ipfragttl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610348344
    },
    "vnet_entry_ipport_firstauto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346400
    },
    "vnet_entry_ipport_hifirstauto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346408
    },
    "vnet_entry_ipport_hilastauto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346412
    },
    "vnet_entry_ipport_lastauto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346404
    },
    "vnet_entry_ipport_lowfirstauto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346392
    },
    "vnet_entry_ipport_lowlastauto": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346396
    },
    "vnet_entry_ipport_randomized": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346420
    },
    "vnet_entry_ipport_reservedhigh": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346416
    },
    "vnet_entry_ipport_reservedlow": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346424
    },
    "vnet_entry_ipq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipqbucket"
        }
      },
      "address": 18446744071610348368
    },
    "vnet_entry_ipq_hashseed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610348356
    },
    "vnet_entry_ipq_hashsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610348360
    },
    "vnet_entry_ipq_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610348384
    },
    "vnet_entry_ipreass_maxbucketsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348376
    },
    "vnet_entry_ipsec4_srchtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipsec_iflist"
        }
      },
      "address": 18446744071610312392
    },
    "vnet_entry_ipsec4stat": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610419776
    },
    "vnet_entry_ipsec6_srchtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipsec_iflist"
        }
      },
      "address": 18446744071610312400
    },
    "vnet_entry_ipsec6stat": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610419904
    },
    "vnet_entry_ipsec_ah_keymin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610420104
    },
    "vnet_entry_ipsec_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312408
    },
    "vnet_entry_ipsec_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610420108
    },
    "vnet_entry_ipsec_esp_auth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610420100
    },
    "vnet_entry_ipsec_esp_keymin": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610420096
    },
    "vnet_entry_ipsec_hhh_in": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hhook_head"
          }
        }
      },
      "address": 18446744071610312128
    },
    "vnet_entry_ipsec_hhh_out": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hhook_head"
          }
        }
      },
      "address": 18446744071610312144
    },
    "vnet_entry_ipsec_idhtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ipsec_iflist"
        }
      },
      "address": 18446744071610312384
    },
    "vnet_entry_ipsendredirects": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610347488
    },
    "vnet_entry_ipstat": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610347504
    },
    "vnet_entry_ipstealth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610347792
    },
    "vnet_entry_ipv4_hashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gre_list"
        }
      },
      "address": 18446744071610346296
    },
    "vnet_entry_ipv4_list": {
      "type": {
        "kind": "struct",
        "name": "gif_list"
      },
      "address": 18446744071610346272
    },
    "vnet_entry_ipv4_sockets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gre_sockets"
        }
      },
      "address": 18446744071610346288
    },
    "vnet_entry_ipv4_srchashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gre_list"
        }
      },
      "address": 18446744071610346304
    },
    "vnet_entry_ipv6_hashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gre_list"
        }
      },
      "address": 18446744071610415728
    },
    "vnet_entry_ipv6_list": {
      "type": {
        "kind": "struct",
        "name": "gif_list"
      },
      "address": 18446744071610415400
    },
    "vnet_entry_ipv6_sockets": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gre_sockets"
        }
      },
      "address": 18446744071610415720
    },
    "vnet_entry_ipv6_srchashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "gre_list"
        }
      },
      "address": 18446744071610415736
    },
    "vnet_entry_isn_last": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352452
    },
    "vnet_entry_isn_last_reseed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352416
    },
    "vnet_entry_isn_offset": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610352448
    },
    "vnet_entry_isn_offset_old": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610352456
    },
    "vnet_entry_isn_secret": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610352432
    },
    "vnet_entry_key_blockacq_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610420060
    },
    "vnet_entry_key_blockacq_lifetime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610420064
    },
    "vnet_entry_key_debug_level": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420032
    },
    "vnet_entry_key_int_random": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420052
    },
    "vnet_entry_key_larval_lifetime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420056
    },
    "vnet_entry_key_preferred_oldsa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610420068
    },
    "vnet_entry_key_spdcache_maxentries": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420080
    },
    "vnet_entry_key_spdcache_threshold": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420084
    },
    "vnet_entry_key_spi_maxval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420044
    },
    "vnet_entry_key_spi_minval": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420040
    },
    "vnet_entry_key_spi_trycnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420036
    },
    "vnet_entry_keycb_list": {
      "type": {
        "kind": "struct",
        "name": "unnamed_d7668482b0f739c0"
      },
      "address": 18446744071610420464
    },
    "vnet_entry_lacp_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312080
    },
    "vnet_entry_lacp_default_strict_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312076
    },
    "vnet_entry_lagg_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312472
    },
    "vnet_entry_lagg_failover_rx_all": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312480
    },
    "vnet_entry_lagg_list": {
      "type": {
        "kind": "struct",
        "name": "__trhead"
      },
      "address": 18446744071610312432
    },
    "vnet_entry_lagg_list_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610312440
    },
    "vnet_entry_link_pfil_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_head"
        }
      },
      "address": 18446744071610312336
    },
    "vnet_entry_lltables": {
      "type": {
        "kind": "struct",
        "name": "unnamed_b0cf20c90a5c91bd"
      },
      "address": 18446744071610312504
    },
    "vnet_entry_lo_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312496
    },
    "vnet_entry_log_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312184
    },
    "vnet_entry_log_interval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312180
    },
    "vnet_entry_log_last": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610312192
    },
    "vnet_entry_log_mac_flap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610312176
    },
    "vnet_entry_log_redirect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346460
    },
    "vnet_entry_log_stp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312260
    },
    "vnet_entry_loif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 18446744071610312488
    },
    "vnet_entry_max_gif_nesting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312352
    },
    "vnet_entry_max_gre_nesting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312368
    },
    "vnet_entry_maxfragsperpacket": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348352
    },
    "vnet_entry_mfchash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610347944
    },
    "vnet_entry_mfchashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mfchashhdr"
        }
      },
      "address": 18446744071610347960
    },
    "vnet_entry_mld_gsrdelay": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071610419136
    },
    "vnet_entry_mli_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_e043dbd11140577b"
      },
      "address": 18446744071610419152
    },
    "vnet_entry_modspace": {
      "type": {
        "count": 32768,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610312840
    },
    "vnet_entry_mrt_api_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610348320
    },
    "vnet_entry_mrtstat": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610347840
    },
    "vnet_entry_multicast_register_if": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 18446744071610348312
    },
    "vnet_entry_natt_cksum_policy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419736
    },
    "vnet_entry_nd6_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419212
    },
    "vnet_entry_nd6_defifindex": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419524
    },
    "vnet_entry_nd6_defifp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ifnet"
        }
      },
      "address": 18446744071610419528
    },
    "vnet_entry_nd6_defrouter": {
      "type": {
        "kind": "struct",
        "name": "nd6_drhead"
      },
      "address": 18446744071610419504
    },
    "vnet_entry_nd6_delay": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419180
    },
    "vnet_entry_nd6_gctimer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419196
    },
    "vnet_entry_nd6_list_genid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610419424
    },
    "vnet_entry_nd6_lock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071610419256
    },
    "vnet_entry_nd6_maxndopt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419200
    },
    "vnet_entry_nd6_maxnudhint": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419204
    },
    "vnet_entry_nd6_maxqueuelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419208
    },
    "vnet_entry_nd6_mmaxtries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419188
    },
    "vnet_entry_nd6_onlink_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610419224
    },
    "vnet_entry_nd6_onlink_ns_rfc4861": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415552
    },
    "vnet_entry_nd6_prune": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419176
    },
    "vnet_entry_nd6_recalc_reachtm_interval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419216
    },
    "vnet_entry_nd6_slowtimo_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610419296
    },
    "vnet_entry_nd6_timer_ch": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610419360
    },
    "vnet_entry_nd6_umaxtries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419184
    },
    "vnet_entry_nd6_useloopback": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419192
    },
    "vnet_entry_nd_prefix": {
      "type": {
        "kind": "struct",
        "name": "nd_prhead"
      },
      "address": 18446744071610419288
    },
    "vnet_entry_netisr_enable": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071610312528
    },
    "vnet_entry_newreno_beta": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610348608
    },
    "vnet_entry_newreno_beta_ecn": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610348612
    },
    "vnet_entry_nexpire": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610347952
    },
    "vnet_entry_nextID": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610345608
    },
    "vnet_entry_nfs_enable_uidtostring": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311476
    },
    "vnet_entry_nfs_maxvers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311768
    },
    "vnet_entry_nfs_minvers": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311764
    },
    "vnet_entry_nfs_privport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311760
    },
    "vnet_entry_nfs_rootfh": {
      "type": {
        "kind": "struct",
        "name": "nfsrvfh"
      },
      "address": 18446744071610311824
    },
    "vnet_entry_nfs_rootfhset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311808
    },
    "vnet_entry_nfsclienthash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsclienthashhead"
        }
      },
      "address": 18446744071610311680
    },
    "vnet_entry_nfsd_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610311888
    },
    "vnet_entry_nfsd_enable_stringtouid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311456
    },
    "vnet_entry_nfsd_master_proc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071610311800
    },
    "vnet_entry_nfsd_suspend_lock": {
      "type": {
        "kind": "struct",
        "name": "nfsv4lock"
      },
      "address": 18446744071610311792
    },
    "vnet_entry_nfsfha_ctls": {
      "type": {
        "kind": "struct",
        "name": "fha_ctls"
      },
      "address": 18446744071610311648
    },
    "vnet_entry_nfsgrouphash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_lughash"
        }
      },
      "address": 18446744071610311512
    },
    "vnet_entry_nfsgroupnamehash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_lughash"
        }
      },
      "address": 18446744071610311520
    },
    "vnet_entry_nfslockhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfslockhashhead"
        }
      },
      "address": 18446744071610311752
    },
    "vnet_entry_nfsrc_floodlevel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311976
    },
    "vnet_entry_nfsrc_tcpsavedreplies": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311980
    },
    "vnet_entry_nfsrc_udpcachesize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311984
    },
    "vnet_entry_nfsrcahash_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrchash_bucket"
        }
      },
      "address": 18446744071610311968
    },
    "vnet_entry_nfsrchash_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrchash_bucket"
        }
      },
      "address": 18446744071610311960
    },
    "vnet_entry_nfsrv_defaultgid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610311468
    },
    "vnet_entry_nfsrv_defaultuid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610311464
    },
    "vnet_entry_nfsrv_dnsname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610311528
    },
    "vnet_entry_nfsrv_dnsnamelen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311484
    },
    "vnet_entry_nfsrv_dontlisthead": {
      "type": {
        "kind": "struct",
        "name": "nfsdontlisthead"
      },
      "address": 18446744071610311672
    },
    "vnet_entry_nfsrv_mntinited": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610311813
    },
    "vnet_entry_nfsrv_nfsuserd": {
      "type": {
        "kind": "enum",
        "name": "unnamed_74525beded6f628b"
      },
      "address": 18446744071610311460
    },
    "vnet_entry_nfsrv_nfsuserdsock": {
      "type": {
        "kind": "struct",
        "name": "nfssockreq"
      },
      "address": 18446744071610311536
    },
    "vnet_entry_nfsrv_numnfsd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311772
    },
    "vnet_entry_nfsrv_stablefirst": {
      "type": {
        "kind": "struct",
        "name": "nfsrv_stablefirst"
      },
      "address": 18446744071610311704
    },
    "vnet_entry_nfsrv_suspend_nfsd": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610311812
    },
    "vnet_entry_nfsrv_usercnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311480
    },
    "vnet_entry_nfsrv_userdupcalls": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311472
    },
    "vnet_entry_nfsrv_usermax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610311488
    },
    "vnet_entry_nfsrvboottime": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610311688
    },
    "vnet_entry_nfsrvd_inited": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610311776
    },
    "vnet_entry_nfsrvd_pool": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCPOOL"
        }
      },
      "address": 18446744071610311784
    },
    "vnet_entry_nfsrvudphashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrvhashhead"
        }
      },
      "address": 18446744071610311952
    },
    "vnet_entry_nfsrvudplru": {
      "type": {
        "kind": "struct",
        "name": "unnamed_47aeefd17ea778f2"
      },
      "address": 18446744071610311992
    },
    "vnet_entry_nfssessionhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfssessionhash"
        }
      },
      "address": 18446744071610311696
    },
    "vnet_entry_nfsstatsv1_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsstatsv1"
        }
      },
      "address": 18446744071610311632
    },
    "vnet_entry_nfsuserhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_lughash"
        }
      },
      "address": 18446744071610311496
    },
    "vnet_entry_nfsusernamehash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nfsrv_lughash"
        }
      },
      "address": 18446744071610311504
    },
    "vnet_entry_nfsv4root_mnt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 18446744071610311816
    },
    "vnet_entry_nfsv4root_newopt": {
      "type": {
        "kind": "struct",
        "name": "vfsoptlist"
      },
      "address": 18446744071610311872
    },
    "vnet_entry_nfsv4root_opt": {
      "type": {
        "kind": "struct",
        "name": "vfsoptlist"
      },
      "address": 18446744071610311856
    },
    "vnet_entry_ng_ID_hash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nodehash"
        }
      },
      "address": 18446744071610345616
    },
    "vnet_entry_ng_ID_hmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610345624
    },
    "vnet_entry_ng_eiface_unit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610345664
    },
    "vnet_entry_ng_iface_max_nest": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610345672
    },
    "vnet_entry_ng_iface_unit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unrhdr"
        }
      },
      "address": 18446744071610345680
    },
    "vnet_entry_ng_name_hash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nodehash"
        }
      },
      "address": 18446744071610345656
    },
    "vnet_entry_ng_name_hmask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610345648
    },
    "vnet_entry_ng_named_nodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610345640
    },
    "vnet_entry_ng_nodes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610345632
    },
    "vnet_entry_ng_pppoe_lcp_pcp": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610345688
    },
    "vnet_entry_nl_ctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "nl_control"
        }
      },
      "address": 18446744071610427464
    },
    "vnet_entry_nolocaltimewait": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610352808
    },
    "vnet_entry_noreass": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348348
    },
    "vnet_entry_nosameprefix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346064
    },
    "vnet_entry_numvifs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071610348008
    },
    "vnet_entry_path_mtu_discovery": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352264
    },
    "vnet_entry_pf_altq_ifs_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altqqueue"
        }
      },
      "address": 18446744071610428616
    },
    "vnet_entry_pf_altq_ifs_inactive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altqqueue"
        }
      },
      "address": 18446744071610428632
    },
    "vnet_entry_pf_altq_running": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610436520
    },
    "vnet_entry_pf_altqs": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pf_altqqueue"
        }
      },
      "address": 18446744071610428528
    },
    "vnet_entry_pf_altqs_active": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altqqueue"
        }
      },
      "address": 18446744071610428608
    },
    "vnet_entry_pf_altqs_inactive": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_altqqueue"
        }
      },
      "address": 18446744071610428624
    },
    "vnet_entry_pf_anchors": {
      "type": {
        "kind": "struct",
        "name": "pf_kanchor_global"
      },
      "address": 18446744071610444976
    },
    "vnet_entry_pf_default_rule": {
      "type": {
        "kind": "struct",
        "name": "pf_krule"
      },
      "address": 18446744071610435216
    },
    "vnet_entry_pf_eth_in_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_hook"
        }
      },
      "address": 18446744071610443096
    },
    "vnet_entry_pf_eth_out_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_hook"
        }
      },
      "address": 18446744071610443104
    },
    "vnet_entry_pf_filter_local": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610428928
    },
    "vnet_entry_pf_frag_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071610443168
    },
    "vnet_entry_pf_frag_tree": {
      "type": {
        "kind": "struct",
        "name": "pf_frag_tree"
      },
      "address": 18446744071610443216
    },
    "vnet_entry_pf_frag_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610443144
    },
    "vnet_entry_pf_fragqueue": {
      "type": {
        "kind": "struct",
        "name": "pf_fragqueue"
      },
      "address": 18446744071610443200
    },
    "vnet_entry_pf_frent_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610443152
    },
    "vnet_entry_pf_hashseed": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610428408
    },
    "vnet_entry_pf_idhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_idhash"
        }
      },
      "address": 18446744071610428512
    },
    "vnet_entry_pf_ioctl_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610443016
    },
    "vnet_entry_pf_ip4_in_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_hook"
        }
      },
      "address": 18446744071610443112
    },
    "vnet_entry_pf_ip4_out_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_hook"
        }
      },
      "address": 18446744071610443120
    },
    "vnet_entry_pf_ip6_in_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_hook"
        }
      },
      "address": 18446744071610443128
    },
    "vnet_entry_pf_ip6_out_hook": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfil_hook"
        }
      },
      "address": 18446744071610443136
    },
    "vnet_entry_pf_keth": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keth_ruleset"
        }
      },
      "address": 18446744071610444984
    },
    "vnet_entry_pf_keth_anchors": {
      "type": {
        "kind": "struct",
        "name": "pf_keth_anchor_global"
      },
      "address": 18446744071610444992
    },
    "vnet_entry_pf_keyhash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_keyhash"
        }
      },
      "address": 18446744071610428504
    },
    "vnet_entry_pf_limits": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "pf_limit"
        }
      },
      "address": 18446744071610428432
    },
    "vnet_entry_pf_main_anchor": {
      "type": {
        "kind": "struct",
        "name": "pf_kanchor"
      },
      "address": 18446744071610443232
    },
    "vnet_entry_pf_main_keth_anchor": {
      "type": {
        "kind": "struct",
        "name": "pf_keth_anchor"
      },
      "address": 18446744071610445000
    },
    "vnet_entry_pf_osfp_list": {
      "type": {
        "kind": "struct",
        "name": "pf_osfp_list"
      },
      "address": 18446744071610443224
    },
    "vnet_entry_pf_overloadqueue": {
      "type": {
        "kind": "struct",
        "name": "pf_overload_head"
      },
      "address": 18446744071610428656
    },
    "vnet_entry_pf_overloadtask": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071610428664
    },
    "vnet_entry_pf_pabuf": {
      "type": {
        "kind": "struct",
        "name": "pf_kpalist"
      },
      "address": 18446744071610428592
    },
    "vnet_entry_pf_pfil_eth_hooked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610442817
    },
    "vnet_entry_pf_pfil_hooked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610442816
    },
    "vnet_entry_pf_purge_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610428720
    },
    "vnet_entry_pf_qids": {
      "type": {
        "kind": "struct",
        "name": "pf_tagset"
      },
      "address": 18446744071610436528
    },
    "vnet_entry_pf_rules_lock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071610442824
    },
    "vnet_entry_pf_sendqueue": {
      "type": {
        "kind": "struct",
        "name": "pf_send_head"
      },
      "address": 18446744071610428640
    },
    "vnet_entry_pf_sources_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610428520
    },
    "vnet_entry_pf_srchash": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_srchash"
        }
      },
      "address": 18446744071610428400
    },
    "vnet_entry_pf_state_key_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610428496
    },
    "vnet_entry_pf_state_scrub_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610443160
    },
    "vnet_entry_pf_state_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610428416
    },
    "vnet_entry_pf_stateid": {
      "type": {
        "kind": "struct",
        "name": "unrhdr64"
      },
      "address": 18446744071610428712
    },
    "vnet_entry_pf_status": {
      "type": {
        "kind": "struct",
        "name": "pf_kstatus"
      },
      "address": 18446744071610428048
    },
    "vnet_entry_pf_swi_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610428856
    },
    "vnet_entry_pf_swi_ie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_event"
        }
      },
      "address": 18446744071610428864
    },
    "vnet_entry_pf_syncookie_status": {
      "type": {
        "kind": "struct",
        "name": "pf_syncookie_status"
      },
      "address": 18446744071610446256
    },
    "vnet_entry_pf_tag_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610442808
    },
    "vnet_entry_pf_tags": {
      "type": {
        "kind": "struct",
        "name": "pf_tagset"
      },
      "address": 18446744071610428936
    },
    "vnet_entry_pf_tcp_iss_off": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610428852
    },
    "vnet_entry_pf_tcp_secret": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610428832
    },
    "vnet_entry_pf_tcp_secret_ctx": {
      "type": {
        "kind": "struct",
        "name": "MD5_CTX"
      },
      "address": 18446744071610428740
    },
    "vnet_entry_pf_tcp_secret_init": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610428848
    },
    "vnet_entry_pf_unlinked_rules": {
      "type": {
        "kind": "struct",
        "name": "pf_krulequeue"
      },
      "address": 18446744071610428696
    },
    "vnet_entry_pf_vnet_active": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610442820
    },
    "vnet_entry_pfi_all": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfi_kkif"
        }
      },
      "address": 18446744071610428888
    },
    "vnet_entry_pfi_buffer": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfr_addr"
        }
      },
      "address": 18446744071610428880
    },
    "vnet_entry_pfi_buffer_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610428920
    },
    "vnet_entry_pfi_buffer_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610428872
    },
    "vnet_entry_pfi_ifs": {
      "type": {
        "kind": "struct",
        "name": "pfi_ifhead"
      },
      "address": 18446744071610428896
    },
    "vnet_entry_pfi_unlinked_kifs": {
      "type": {
        "kind": "struct",
        "name": "pfi_list"
      },
      "address": 18446744071610428904
    },
    "vnet_entry_pfi_update": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071610428912
    },
    "vnet_entry_pfil_bridge": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312164
    },
    "vnet_entry_pfil_head_list": {
      "type": {
        "kind": "struct",
        "name": "pfilheadhead"
      },
      "address": 18446744071610312592
    },
    "vnet_entry_pfil_hook_list": {
      "type": {
        "kind": "struct",
        "name": "pfilhookhead"
      },
      "address": 18446744071610312600
    },
    "vnet_entry_pfil_ipfw": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312248
    },
    "vnet_entry_pfil_ipfw_arp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312252
    },
    "vnet_entry_pfil_local_phys": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312256
    },
    "vnet_entry_pfil_member": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312168
    },
    "vnet_entry_pfil_onlyip": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312160
    },
    "vnet_entry_pfkeystat": {
      "type": {
        "count": 530,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610420480
    },
    "vnet_entry_pflog_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610427488
    },
    "vnet_entry_pflogifs": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ifnet"
          }
        }
      },
      "address": 18446744071610427504
    },
    "vnet_entry_pfr_kentry_counter_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610446368
    },
    "vnet_entry_pfr_kentry_z": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610446376
    },
    "vnet_entry_pfr_ktable_cnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610447456
    },
    "vnet_entry_pfr_ktables": {
      "type": {
        "kind": "struct",
        "name": "pfr_ktablehead"
      },
      "address": 18446744071610447448
    },
    "vnet_entry_pfr_nulltable": {
      "type": {
        "kind": "struct",
        "name": "pfr_table"
      },
      "address": 18446744071610446384
    },
    "vnet_entry_pfsync_carp_adj": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610427648
    },
    "vnet_entry_pfsync_clear_states_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610443080
    },
    "vnet_entry_pfsync_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610428032
    },
    "vnet_entry_pfsync_defer_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610443088
    },
    "vnet_entry_pfsync_defer_timeout": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610427652
    },
    "vnet_entry_pfsync_delete_state_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610443072
    },
    "vnet_entry_pfsync_insert_state_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610443056
    },
    "vnet_entry_pfsync_state_import_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610443048
    },
    "vnet_entry_pfsync_swi_cookie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071610427640
    },
    "vnet_entry_pfsync_swi_ie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "intr_event"
        }
      },
      "address": 18446744071610427656
    },
    "vnet_entry_pfsync_update_state_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071610443064
    },
    "vnet_entry_pfsyncif": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pfsync_softc"
        }
      },
      "address": 18446744071610427632
    },
    "vnet_entry_pfsyncstats": {
      "type": {
        "kind": "struct",
        "name": "pfsyncstats"
      },
      "address": 18446744071610427664
    },
    "vnet_entry_pim6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419132
    },
    "vnet_entry_pim_assert_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610348324
    },
    "vnet_entry_pimstat": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610348224
    },
    "vnet_entry_pmtu_expire": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415560
    },
    "vnet_entry_pmtu_probe": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610415564
    },
    "vnet_entry_policy_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420048
    },
    "vnet_entry_random_id_collisions": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346352
    },
    "vnet_entry_random_id_total": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346356
    },
    "vnet_entry_redirtimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346464
    },
    "vnet_entry_reg_vif_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071610347824
    },
    "vnet_entry_regtree": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "_regtree"
        }
      },
      "address": 18446744071610420304
    },
    "vnet_entry_reply_src": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071610347472
    },
    "vnet_entry_rib_route_ipv6_nexthop": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312752
    },
    "vnet_entry_rib_route_multipath": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312744
    },
    "vnet_entry_rip6stat": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610419536
    },
    "vnet_entry_ripcbinfo": {
      "type": {
        "kind": "struct",
        "name": "inpcbinfo"
      },
      "address": 18446744071610348408
    },
    "vnet_entry_route_cb": {
      "type": {
        "kind": "struct",
        "name": "route_cb_t"
      },
      "address": 18446744071610312816
    },
    "vnet_entry_rpctls_server_busy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "_Bool"
        }
      },
      "address": 18446744071610447496
    },
    "vnet_entry_rpctls_server_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "CLIENT"
          }
        }
      },
      "address": 18446744071610447488
    },
    "vnet_entry_rpctls_server_so": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071610447464
    },
    "vnet_entry_rpctls_server_xprt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCXPRT"
        }
      },
      "address": 18446744071610447472
    },
    "vnet_entry_rpctls_srv_newdaemon": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610447480
    },
    "vnet_entry_rpctls_srv_prevproc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610447484
    },
    "vnet_entry_rsvp_on": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610347752
    },
    "vnet_entry_rt_add_addr_allfibs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312756
    },
    "vnet_entry_rt_tables": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "rib_head"
          }
        }
      },
      "address": 18446744071610312808
    },
    "vnet_entry_rtables_lock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071610312776
    },
    "vnet_entry_rtstat": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610312608
    },
    "vnet_entry_rtzone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610312760
    },
    "vnet_entry_sack_hole_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610352464
    },
    "vnet_entry_sahaddrhash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610420192
    },
    "vnet_entry_sahaddrhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secashead_list"
        }
      },
      "address": 18446744071610420184
    },
    "vnet_entry_sahtree": {
      "type": {
        "kind": "struct",
        "name": "secashead_queue"
      },
      "address": 18446744071610420288
    },
    "vnet_entry_savhash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610420208
    },
    "vnet_entry_savhashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secasvar_list"
        }
      },
      "address": 18446744071610420200
    },
    "vnet_entry_sid_default": {
      "type": {
        "kind": "struct",
        "name": "scope6_id"
      },
      "address": 18446744071610419604
    },
    "vnet_entry_socket_hhh": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hhook_head"
          }
        }
      },
      "address": 18446744071610312016
    },
    "vnet_entry_soft_pad": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312348
    },
    "vnet_entry_sp_genid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610420076
    },
    "vnet_entry_spacqtree": {
      "type": {
        "kind": "struct",
        "name": "_spacqtree"
      },
      "address": 18446744071610420448
    },
    "vnet_entry_spd_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610420088
    },
    "vnet_entry_spdcache_lock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 18446744071610420168
    },
    "vnet_entry_spdcachehash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610420160
    },
    "vnet_entry_spdcachehashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "spdcache_entry_list"
        }
      },
      "address": 18446744071610420176
    },
    "vnet_entry_sphash_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071610420280
    },
    "vnet_entry_sphashtbl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "secpolicy_list"
        }
      },
      "address": 18446744071610420272
    },
    "vnet_entry_sptree": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "secpolicy_queue"
        }
      },
      "address": 18446744071610420112
    },
    "vnet_entry_sptree_ifnet": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "secpolicy_queue"
        }
      },
      "address": 18446744071610420224
    },
    "vnet_entry_state_change_timers_running": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610346044
    },
    "vnet_entry_state_change_timers_running6": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419164
    },
    "vnet_entry_system_base_info": {
      "type": {
        "kind": "struct",
        "name": "sctp_base_info"
      },
      "address": 18446744071610348624
    },
    "vnet_entry_task": {
      "type": {
        "kind": "struct",
        "name": "task"
      },
      "address": 18446744071610347976
    },
    "vnet_entry_task_queue": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "taskqueue"
        }
      },
      "address": 18446744071610347968
    },
    "vnet_entry_tcbinfo": {
      "type": {
        "kind": "struct",
        "name": "inpcbinfo"
      },
      "address": 18446744071610351992
    },
    "vnet_entry_tcp_abc_l_var": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350980
    },
    "vnet_entry_tcp_always_keepalive": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352784
    },
    "vnet_entry_tcp_autorcvbuf_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610351000
    },
    "vnet_entry_tcp_autosndbuf_inc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352280
    },
    "vnet_entry_tcp_autosndbuf_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352284
    },
    "vnet_entry_tcp_delack_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350940
    },
    "vnet_entry_tcp_do_autorcvbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350996
    },
    "vnet_entry_tcp_do_autosndbuf": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352276
    },
    "vnet_entry_tcp_do_ecn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350360
    },
    "vnet_entry_tcp_do_lrd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350956
    },
    "vnet_entry_tcp_do_newcwv": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350960
    },
    "vnet_entry_tcp_do_newsack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352296
    },
    "vnet_entry_tcp_do_prr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350952
    },
    "vnet_entry_tcp_do_prr_conservative": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350948
    },
    "vnet_entry_tcp_do_rfc1323": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352332
    },
    "vnet_entry_tcp_do_rfc3042": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350964
    },
    "vnet_entry_tcp_do_rfc3390": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350968
    },
    "vnet_entry_tcp_do_rfc3465": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350976
    },
    "vnet_entry_tcp_do_sack": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352292
    },
    "vnet_entry_tcp_do_tso": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352268
    },
    "vnet_entry_tcp_ecn_maxretries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350364
    },
    "vnet_entry_tcp_fastopen_acceptany": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350368
    },
    "vnet_entry_tcp_fastopen_autokey": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350372
    },
    "vnet_entry_tcp_fastopen_autokey_ctx": {
      "type": {
        "kind": "struct",
        "name": "tcp_fastopen_callout"
      },
      "address": 18446744071610350608
    },
    "vnet_entry_tcp_fastopen_ccache": {
      "type": {
        "kind": "struct",
        "name": "tcp_fastopen_ccache"
      },
      "address": 18446744071610350752
    },
    "vnet_entry_tcp_fastopen_ccache_buckets": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350376
    },
    "vnet_entry_tcp_fastopen_client_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350380
    },
    "vnet_entry_tcp_fastopen_keylock": {
      "type": {
        "kind": "struct",
        "name": "rmlock"
      },
      "address": 18446744071610350416
    },
    "vnet_entry_tcp_fastopen_keys": {
      "type": {
        "kind": "struct",
        "name": "tcp_fastopen_keylist"
      },
      "address": 18446744071610350680
    },
    "vnet_entry_tcp_fastopen_numkeys": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350384
    },
    "vnet_entry_tcp_fastopen_numpsks": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350388
    },
    "vnet_entry_tcp_fastopen_path_disable_time": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350392
    },
    "vnet_entry_tcp_fastopen_psk_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350396
    },
    "vnet_entry_tcp_fastopen_server_enable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610350400
    },
    "vnet_entry_tcp_func_set_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tcp_function_block"
        }
      },
      "address": 18446744071610352360
    },
    "vnet_entry_tcp_hc_callout": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071610350856
    },
    "vnet_entry_tcp_hhh": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "hhook_head"
          }
        }
      },
      "address": 18446744071610352480
    },
    "vnet_entry_tcp_hostcache": {
      "type": {
        "kind": "struct",
        "name": "tcp_hostcache"
      },
      "address": 18446744071610350792
    },
    "vnet_entry_tcp_initcwnd_segments": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350972
    },
    "vnet_entry_tcp_insecure_rst": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350988
    },
    "vnet_entry_tcp_insecure_syn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350984
    },
    "vnet_entry_tcp_isn_reseed_interval": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352348
    },
    "vnet_entry_tcp_log_in_vain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350928
    },
    "vnet_entry_tcp_map_entries_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610352352
    },
    "vnet_entry_tcp_map_split_limit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610352356
    },
    "vnet_entry_tcp_minmss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352328
    },
    "vnet_entry_tcp_msl": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352800
    },
    "vnet_entry_tcp_mssdflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352320
    },
    "vnet_entry_tcp_pmtud_blackhole_detect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352804
    },
    "vnet_entry_tcp_pmtud_blackhole_mss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352788
    },
    "vnet_entry_tcp_recvspace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350992
    },
    "vnet_entry_tcp_retries": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352796
    },
    "vnet_entry_tcp_sack_globalholes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352308
    },
    "vnet_entry_tcp_sack_globalmaxholes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352304
    },
    "vnet_entry_tcp_sack_maxholes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352300
    },
    "vnet_entry_tcp_sc_rst_sock_fail": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352508
    },
    "vnet_entry_tcp_sendbuf_auto_lowat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352288
    },
    "vnet_entry_tcp_sendspace": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352272
    },
    "vnet_entry_tcp_syncache": {
      "type": {
        "kind": "struct",
        "name": "tcp_syncache"
      },
      "address": 18446744071610352512
    },
    "vnet_entry_tcp_syncookies": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352496
    },
    "vnet_entry_tcp_syncookiesonly": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352500
    },
    "vnet_entry_tcp_tolerate_missing_ts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352336
    },
    "vnet_entry_tcp_ts_offset_per_conn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352340
    },
    "vnet_entry_tcp_udp_tunneling_overhead": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352392
    },
    "vnet_entry_tcp_udp_tunneling_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352368
    },
    "vnet_entry_tcp_use_hostcache": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610350784
    },
    "vnet_entry_tcp_v6mssdflt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352324
    },
    "vnet_entry_tcp_v6pmtud_blackhole_mss": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352792
    },
    "vnet_entry_tcps_states": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610352176
    },
    "vnet_entry_tcpstat": {
      "type": {
        "count": 123,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610351008
    },
    "vnet_entry_ticket_altqs_active": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610428724
    },
    "vnet_entry_ticket_altqs_inactive": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610428728
    },
    "vnet_entry_ticket_pabuf": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610428736
    },
    "vnet_entry_ts_offset_secret": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071610352400
    },
    "vnet_entry_tuntap_driver_cloners": {
      "type": {
        "kind": "struct",
        "name": "unnamed_d703b5a044cdff9d"
      },
      "address": 18446744071610312512
    },
    "vnet_entry_udbinfo": {
      "type": {
        "kind": "struct",
        "name": "inpcbinfo"
      },
      "address": 18446744071610352944
    },
    "vnet_entry_udp4_tun_socket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071610352376
    },
    "vnet_entry_udp6_tun_socket": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "socket"
        }
      },
      "address": 18446744071610352384
    },
    "vnet_entry_udp_blackhole": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352824
    },
    "vnet_entry_udp_blackhole_local": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610352828
    },
    "vnet_entry_udp_cksum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352816
    },
    "vnet_entry_udp_log_in_vain": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610352820
    },
    "vnet_entry_udpstat": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned long"
          }
        }
      },
      "address": 18446744071610352832
    },
    "vnet_entry_ulitecbinfo": {
      "type": {
        "kind": "struct",
        "name": "inpcbinfo"
      },
      "address": 18446744071610353128
    },
    "vnet_entry_un_ctl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "unhop_ctl"
        }
      },
      "address": 18446744071610427472
    },
    "vnet_entry_update_bucket_time_ms": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071610312696
    },
    "vnet_entry_viftable": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vif"
        }
      },
      "address": 18446744071610348016
    },
    "vnet_entry_vlan_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071610312520
    },
    "vnet_entry_vlan_mtag_pcp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610312344
    },
    "vnet_entry_zero_checksum_port": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610419668
    },
    "vnet_espstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578347584
    },
    "vnet_espstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609984768
    },
    "vnet_espstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578347664
    },
    "vnet_espstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609984808
    },
    "vnet_ether_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576902960
    },
    "vnet_ether_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576902816
    },
    "vnet_ether_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609826360
    },
    "vnet_ether_pfil_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576902912
    },
    "vnet_ether_pfil_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609826400
    },
    "vnet_ether_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609826440
    },
    "vnet_fib_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577098416
    },
    "vnet_fib_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577098352
    },
    "vnet_gif_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576904080
    },
    "vnet_gif_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609827176
    },
    "vnet_gif_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576906608
    },
    "vnet_gif_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609827216
    },
    "vnet_global_eventhandler_iterator_func": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577158848
    },
    "vnet_gre_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576907568
    },
    "vnet_gre_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609827960
    },
    "vnet_gre_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576910656
    },
    "vnet_gre_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609828000
    },
    "vnet_head": {
      "type": {
        "kind": "struct",
        "name": "vnet_list_head"
      },
      "address": 18446744071613057160
    },
    "vnet_icmp6stat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578014768
    },
    "vnet_icmp6stat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609957368
    },
    "vnet_icmp6stat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578014848
    },
    "vnet_icmp6stat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609957408
    },
    "vnet_icmpstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577722416
    },
    "vnet_icmpstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609917616
    },
    "vnet_icmpstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577722672
    },
    "vnet_icmpstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609917656
    },
    "vnet_if_clone_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576885248
    },
    "vnet_if_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576855056
    },
    "vnet_if_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609822120
    },
    "vnet_if_return": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576855184
    },
    "vnet_if_return_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609822160
    },
    "vnet_igmp_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577610208
    },
    "vnet_igmp_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609898880
    },
    "vnet_igmp_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577611104
    },
    "vnet_igmp_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609898920
    },
    "vnet_igmpstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577603600
    },
    "vnet_igmpstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609898800
    },
    "vnet_igmpstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577603680
    },
    "vnet_igmpstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609898840
    },
    "vnet_init_def_policy_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609978288
    },
    "vnet_init_def_policy_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609978312
    },
    "vnet_init_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159120
    },
    "vnet_init_done_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847424
    },
    "vnet_init_hhook_vnet_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655568
    },
    "vnet_init_hhook_vnet_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655592
    },
    "vnet_init_icmp_bandlimit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609917520
    },
    "vnet_init_icmp_bandlimit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609917544
    },
    "vnet_init_in_pcbhashseed_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609913256
    },
    "vnet_init_in_pcbhashseed_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609913280
    },
    "vnet_init_ip6_vnet_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970608
    },
    "vnet_init_ip6_vnet_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970632
    },
    "vnet_init_ip_carp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609907552
    },
    "vnet_init_ip_carp_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609907576
    },
    "vnet_init_ip_id_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909584
    },
    "vnet_init_ip_id_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909608
    },
    "vnet_init_ip_vnet_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923088
    },
    "vnet_init_ip_vnet_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923112
    },
    "vnet_init_key_vnet_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982120
    },
    "vnet_init_key_vnet_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982144
    },
    "vnet_init_nfs_fhanew_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609553120
    },
    "vnet_init_nfs_fhanew_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609553144
    },
    "vnet_init_nfs_vnetinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544288
    },
    "vnet_init_nfs_vnetinit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544312
    },
    "vnet_init_nfsrv_vnetinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609562600
    },
    "vnet_init_nfsrv_vnetinit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609562624
    },
    "vnet_init_prelink": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577158976
    },
    "vnet_init_prelink_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847376
    },
    "vnet_init_rip_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927080
    },
    "vnet_init_rip_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927104
    },
    "vnet_init_rpctls_vnetinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028240
    },
    "vnet_init_rpctls_vnetinit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028264
    },
    "vnet_init_socket_vnet_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782776
    },
    "vnet_init_socket_vnet_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782800
    },
    "vnet_init_tcp_vnet_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947160
    },
    "vnet_init_tcp_vnet_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947184
    },
    "vnet_init_udp_vnet_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953744
    },
    "vnet_init_udp_vnet_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953768
    },
    "vnet_init_unhops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578414320
    },
    "vnet_init_vnet_ahstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983440
    },
    "vnet_init_vnet_ahstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983464
    },
    "vnet_init_vnet_arp_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609896928
    },
    "vnet_init_vnet_arp_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609896952
    },
    "vnet_init_vnet_arpstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609895376
    },
    "vnet_init_vnet_arpstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609895400
    },
    "vnet_init_vnet_bridge_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823440
    },
    "vnet_init_vnet_bridge_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823464
    },
    "vnet_init_vnet_carpstats_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609907344
    },
    "vnet_init_vnet_carpstats_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609907368
    },
    "vnet_init_vnet_cc_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927888
    },
    "vnet_init_vnet_cc_sysinit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927912
    },
    "vnet_init_vnet_enc_init_proto_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609824984
    },
    "vnet_init_vnet_enc_init_proto_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825008
    },
    "vnet_init_vnet_enc_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609824936
    },
    "vnet_init_vnet_enc_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609824960
    },
    "vnet_init_vnet_espstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984240
    },
    "vnet_init_vnet_espstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984264
    },
    "vnet_init_vnet_ether_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825456
    },
    "vnet_init_vnet_ether_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825480
    },
    "vnet_init_vnet_gif_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609826960
    },
    "vnet_init_vnet_gif_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609826984
    },
    "vnet_init_vnet_gre_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827744
    },
    "vnet_init_vnet_gre_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827768
    },
    "vnet_init_vnet_icmp6stat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957272
    },
    "vnet_init_vnet_icmp6stat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957296
    },
    "vnet_init_vnet_icmpstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609916080
    },
    "vnet_init_vnet_icmpstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609916104
    },
    "vnet_init_vnet_if_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821560
    },
    "vnet_init_vnet_if_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821584
    },
    "vnet_init_vnet_igmp_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609898464
    },
    "vnet_init_vnet_igmp_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609898488
    },
    "vnet_init_vnet_igmpstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609897248
    },
    "vnet_init_vnet_igmpstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609897272
    },
    "vnet_init_vnet_ip6stat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970464
    },
    "vnet_init_vnet_ip6stat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970488
    },
    "vnet_init_vnet_ipcompstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985040
    },
    "vnet_init_vnet_ipcompstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985064
    },
    "vnet_init_vnet_ipsec4stat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609975296
    },
    "vnet_init_vnet_ipsec4stat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609975320
    },
    "vnet_init_vnet_ipsec6stat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609977296
    },
    "vnet_init_vnet_ipsec6stat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609977320
    },
    "vnet_init_vnet_ipsec_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828192
    },
    "vnet_init_vnet_ipsec_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828216
    },
    "vnet_init_vnet_ipstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609922432
    },
    "vnet_init_vnet_ipstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609922456
    },
    "vnet_init_vnet_lagg_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829144
    },
    "vnet_init_vnet_lagg_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829168
    },
    "vnet_init_vnet_loif_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829624
    },
    "vnet_init_vnet_loif_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829648
    },
    "vnet_init_vnet_mld_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973096
    },
    "vnet_init_vnet_mld_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973120
    },
    "vnet_init_vnet_mroute_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609924544
    },
    "vnet_init_vnet_mroute_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609924568
    },
    "vnet_init_vnet_mrtstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923632
    },
    "vnet_init_vnet_mrtstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923656
    },
    "vnet_init_vnet_netgraph_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880720
    },
    "vnet_init_vnet_netgraph_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880744
    },
    "vnet_init_vnet_ng_eiface_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884016
    },
    "vnet_init_vnet_ng_eiface_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884040
    },
    "vnet_init_vnet_ng_ether_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884496
    },
    "vnet_init_vnet_ng_ether_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884520
    },
    "vnet_init_vnet_ng_iface_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885696
    },
    "vnet_init_vnet_ng_iface_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885720
    },
    "vnet_init_vnet_pf_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996464
    },
    "vnet_init_vnet_pf_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996488
    },
    "vnet_init_vnet_pfkeystat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982392
    },
    "vnet_init_vnet_pfkeystat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982416
    },
    "vnet_init_vnet_pflog_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609989928
    },
    "vnet_init_vnet_pflog_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609989952
    },
    "vnet_init_vnet_pfsync_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990896
    },
    "vnet_init_vnet_pfsync_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990920
    },
    "vnet_init_vnet_pimstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923888
    },
    "vnet_init_vnet_pimstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923912
    },
    "vnet_init_vnet_rip6stat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609974128
    },
    "vnet_init_vnet_rip6stat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609974152
    },
    "vnet_init_vnet_rtables_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609842544
    },
    "vnet_init_vnet_rtables_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609842568
    },
    "vnet_init_vnet_rtsock_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844688
    },
    "vnet_init_vnet_rtsock_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844712
    },
    "vnet_init_vnet_rtstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838944
    },
    "vnet_init_vnet_rtstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838968
    },
    "vnet_init_vnet_sysinit_done_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847472
    },
    "vnet_init_vnet_sysinit_done_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609847496
    },
    "vnet_init_vnet_tun_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831568
    },
    "vnet_init_vnet_tun_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831592
    },
    "vnet_init_vnet_udpstat_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953440
    },
    "vnet_init_vnet_udpstat_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953464
    },
    "vnet_init_vnet_vlan_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609833280
    },
    "vnet_init_vnet_vlan_init_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609833304
    },
    "vnet_ip6stat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578112928
    },
    "vnet_ip6stat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609970936
    },
    "vnet_ip6stat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578113008
    },
    "vnet_ip6stat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609970976
    },
    "vnet_ipcompstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578353616
    },
    "vnet_ipcompstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609985456
    },
    "vnet_ipcompstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578353696
    },
    "vnet_ipcompstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609985496
    },
    "vnet_ipsec4stat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578242960
    },
    "vnet_ipsec4stat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609978384
    },
    "vnet_ipsec4stat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578243040
    },
    "vnet_ipsec4stat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609978424
    },
    "vnet_ipsec6stat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578244368
    },
    "vnet_ipsec6stat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609978464
    },
    "vnet_ipsec6stat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578244448
    },
    "vnet_ipsec6stat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609978504
    },
    "vnet_ipsec_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576911248
    },
    "vnet_ipsec_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609828424
    },
    "vnet_ipsec_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576917040
    },
    "vnet_ipsec_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609828464
    },
    "vnet_ipstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729408
    },
    "vnet_ipstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609923208
    },
    "vnet_ipstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577729664
    },
    "vnet_ipstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609923248
    },
    "vnet_iter": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet"
        }
      },
      "address": 0
    },
    "vnet_lagg_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576917408
    },
    "vnet_lagg_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609829488
    },
    "vnet_lagg_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576937120
    },
    "vnet_lagg_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609829528
    },
    "vnet_loif_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576938336
    },
    "vnet_loif_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609829792
    },
    "vnet_loif_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576939296
    },
    "vnet_loif_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609829832
    },
    "vnet_mld_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578164304
    },
    "vnet_mld_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609973280
    },
    "vnet_mld_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578164352
    },
    "vnet_mld_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609973320
    },
    "vnet_mroute_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577734320
    },
    "vnet_mroute_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609925104
    },
    "vnet_mroute_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577734592
    },
    "vnet_mroute_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609925144
    },
    "vnet_mrtstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577731296
    },
    "vnet_mrtstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609924832
    },
    "vnet_mrtstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577731696
    },
    "vnet_mrtstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609924872
    },
    "vnet_netgraph_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577441456
    },
    "vnet_netgraph_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609881352
    },
    "vnet_netgraph_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577441584
    },
    "vnet_netgraph_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609881392
    },
    "vnet_ng_eiface_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577464240
    },
    "vnet_ng_eiface_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609884296
    },
    "vnet_ng_eiface_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577464288
    },
    "vnet_ng_eiface_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609884336
    },
    "vnet_ng_ether_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577468528
    },
    "vnet_ng_ether_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609884728
    },
    "vnet_ng_iface_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577474896
    },
    "vnet_ng_iface_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609886088
    },
    "vnet_ng_iface_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577474944
    },
    "vnet_ng_iface_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609886128
    },
    "vnet_nl_ctl_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578388464
    },
    "vnet_nl_ctl_destroy_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609988728
    },
    "vnet_nl_ctl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578387568
    },
    "vnet_pf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578568048
    },
    "vnet_pf_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609996680
    },
    "vnet_pf_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578570560
    },
    "vnet_pf_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609996720
    },
    "vnet_pfkeystat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578336784
    },
    "vnet_pfkeystat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609982896
    },
    "vnet_pfkeystat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578336864
    },
    "vnet_pfkeystat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609982936
    },
    "vnet_pflog_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578425424
    },
    "vnet_pflog_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609990144
    },
    "vnet_pflog_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578426624
    },
    "vnet_pflog_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609990184
    },
    "vnet_pfsync_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578427376
    },
    "vnet_pfsync_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609991232
    },
    "vnet_pfsync_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578445776
    },
    "vnet_pfsync_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609991272
    },
    "vnet_pimstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577732688
    },
    "vnet_pimstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609925024
    },
    "vnet_pimstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577733024
    },
    "vnet_pimstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609925064
    },
    "vnet_register_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577157856
    },
    "vnet_register_sysuninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577158352
    },
    "vnet_rip6stat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578222304
    },
    "vnet_rip6stat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609974472
    },
    "vnet_rip6stat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578222528
    },
    "vnet_rip6stat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609974512
    },
    "vnet_rtables_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577130032
    },
    "vnet_rtables_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609842640
    },
    "vnet_rts_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577137408
    },
    "vnet_rts_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577137520
    },
    "vnet_rts_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609845544
    },
    "vnet_rtsock_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609845504
    },
    "vnet_rtstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075280
    },
    "vnet_rtstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609839088
    },
    "vnet_rtstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577075616
    },
    "vnet_rtstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609839128
    },
    "vnet_rtzone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126240
    },
    "vnet_rtzone_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577126160
    },
    "vnet_rwlock": {
      "type": {
        "kind": "struct",
        "name": "rwlock"
      },
      "address": 18446744071613057128
    },
    "vnet_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613057096
    },
    "vnet_sysinit_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577159280
    },
    "vnet_sysinit_done_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609847872
    },
    "vnet_sysinit_sxlock": {
      "type": {
        "kind": "struct",
        "name": "sx"
      },
      "address": 18446744071613057200
    },
    "vnet_tun_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576950192
    },
    "vnet_tun_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609832128
    },
    "vnet_tun_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576965440
    },
    "vnet_tun_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609832968
    },
    "vnet_udpstat_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577979840
    },
    "vnet_udpstat_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609954584
    },
    "vnet_udpstat_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577980976
    },
    "vnet_udpstat_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609954624
    },
    "vnet_uninit_def_policy_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609978336
    },
    "vnet_uninit_def_policy_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609978360
    },
    "vnet_uninit_hhook_vnet_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655616
    },
    "vnet_uninit_hhook_vnet_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609655640
    },
    "vnet_uninit_icmp_bandlimit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609917568
    },
    "vnet_uninit_icmp_bandlimit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609917592
    },
    "vnet_uninit_in6m_release_wait_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609959464
    },
    "vnet_uninit_in6m_release_wait_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609959488
    },
    "vnet_uninit_inet6_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970680
    },
    "vnet_uninit_inet6_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970704
    },
    "vnet_uninit_inm_release_wait_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910832
    },
    "vnet_uninit_inm_release_wait_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609910856
    },
    "vnet_uninit_ip_id_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909632
    },
    "vnet_uninit_ip_id_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609909656
    },
    "vnet_uninit_ip_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923160
    },
    "vnet_uninit_ip_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923184
    },
    "vnet_uninit_key_vnet_destroy_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982192
    },
    "vnet_uninit_key_vnet_destroy_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982216
    },
    "vnet_uninit_nfs_cleanup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544336
    },
    "vnet_uninit_nfs_cleanup_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609544360
    },
    "vnet_uninit_nfs_fhanew_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609553168
    },
    "vnet_uninit_nfs_fhanew_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609553192
    },
    "vnet_uninit_nfsrv_cleanup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609562648
    },
    "vnet_uninit_nfsrv_cleanup_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609562672
    },
    "vnet_uninit_raw_ip_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927128
    },
    "vnet_uninit_raw_ip_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609927152
    },
    "vnet_uninit_rpctls_cleanup_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028288
    },
    "vnet_uninit_rpctls_cleanup_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610028312
    },
    "vnet_uninit_rtables_destroy_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609842592
    },
    "vnet_uninit_rtables_destroy_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609842616
    },
    "vnet_uninit_socket_vnet_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782824
    },
    "vnet_uninit_socket_vnet_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609782848
    },
    "vnet_uninit_tcp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947232
    },
    "vnet_uninit_tcp_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609947256
    },
    "vnet_uninit_udp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953792
    },
    "vnet_uninit_udp_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953816
    },
    "vnet_uninit_vnet_ahstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983488
    },
    "vnet_uninit_vnet_ahstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983512
    },
    "vnet_uninit_vnet_arp_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609896976
    },
    "vnet_uninit_vnet_arp_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609897000
    },
    "vnet_uninit_vnet_arpstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609895424
    },
    "vnet_uninit_vnet_arpstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609895448
    },
    "vnet_uninit_vnet_bridge_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823488
    },
    "vnet_uninit_vnet_bridge_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609823512
    },
    "vnet_uninit_vnet_carpstats_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609907392
    },
    "vnet_uninit_vnet_carpstats_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609907416
    },
    "vnet_uninit_vnet_destroy_unhops_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609989560
    },
    "vnet_uninit_vnet_destroy_unhops_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609989584
    },
    "vnet_uninit_vnet_enc_uninit_hhook_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825080
    },
    "vnet_uninit_vnet_enc_uninit_hhook_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825104
    },
    "vnet_uninit_vnet_enc_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825032
    },
    "vnet_uninit_vnet_enc_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825056
    },
    "vnet_uninit_vnet_espstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984288
    },
    "vnet_uninit_vnet_espstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609984312
    },
    "vnet_uninit_vnet_ether_pfil_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825504
    },
    "vnet_uninit_vnet_ether_pfil_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825528
    },
    "vnet_uninit_vnet_ether_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825552
    },
    "vnet_uninit_vnet_ether_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609825576
    },
    "vnet_uninit_vnet_gif_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827008
    },
    "vnet_uninit_vnet_gif_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827032
    },
    "vnet_uninit_vnet_gre_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827792
    },
    "vnet_uninit_vnet_gre_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609827816
    },
    "vnet_uninit_vnet_icmp6stat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957320
    },
    "vnet_uninit_vnet_icmp6stat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609957344
    },
    "vnet_uninit_vnet_icmpstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609916240
    },
    "vnet_uninit_vnet_icmpstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609916264
    },
    "vnet_uninit_vnet_if_return_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821608
    },
    "vnet_uninit_vnet_if_return_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609821632
    },
    "vnet_uninit_vnet_igmp_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609898512
    },
    "vnet_uninit_vnet_igmp_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609898536
    },
    "vnet_uninit_vnet_igmpstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609897296
    },
    "vnet_uninit_vnet_igmpstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609897320
    },
    "vnet_uninit_vnet_ip6stat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970512
    },
    "vnet_uninit_vnet_ip6stat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609970536
    },
    "vnet_uninit_vnet_ipcompstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985088
    },
    "vnet_uninit_vnet_ipcompstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609985112
    },
    "vnet_uninit_vnet_ipsec4stat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609975344
    },
    "vnet_uninit_vnet_ipsec4stat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609975368
    },
    "vnet_uninit_vnet_ipsec6stat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609977344
    },
    "vnet_uninit_vnet_ipsec6stat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609977368
    },
    "vnet_uninit_vnet_ipsec_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828240
    },
    "vnet_uninit_vnet_ipsec_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609828264
    },
    "vnet_uninit_vnet_ipstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609922592
    },
    "vnet_uninit_vnet_ipstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609922616
    },
    "vnet_uninit_vnet_lagg_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829192
    },
    "vnet_uninit_vnet_lagg_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829216
    },
    "vnet_uninit_vnet_loif_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829672
    },
    "vnet_uninit_vnet_loif_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609829696
    },
    "vnet_uninit_vnet_mld_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973144
    },
    "vnet_uninit_vnet_mld_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609973168
    },
    "vnet_uninit_vnet_mroute_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609924592
    },
    "vnet_uninit_vnet_mroute_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609924616
    },
    "vnet_uninit_vnet_mrtstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923680
    },
    "vnet_uninit_vnet_mrtstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923704
    },
    "vnet_uninit_vnet_netgraph_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880768
    },
    "vnet_uninit_vnet_netgraph_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609880792
    },
    "vnet_uninit_vnet_ng_eiface_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884064
    },
    "vnet_uninit_vnet_ng_eiface_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609884088
    },
    "vnet_uninit_vnet_ng_iface_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885744
    },
    "vnet_uninit_vnet_ng_iface_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609885768
    },
    "vnet_uninit_vnet_nl_ctl_destroy_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609988560
    },
    "vnet_uninit_vnet_nl_ctl_destroy_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609988584
    },
    "vnet_uninit_vnet_pf_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996536
    },
    "vnet_uninit_vnet_pf_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609996560
    },
    "vnet_uninit_vnet_pfkeystat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982440
    },
    "vnet_uninit_vnet_pfkeystat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609982464
    },
    "vnet_uninit_vnet_pflog_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609989976
    },
    "vnet_uninit_vnet_pflog_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990000
    },
    "vnet_uninit_vnet_pfsync_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990944
    },
    "vnet_uninit_vnet_pfsync_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609990968
    },
    "vnet_uninit_vnet_pimstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923936
    },
    "vnet_uninit_vnet_pimstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609923960
    },
    "vnet_uninit_vnet_rip6stat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609974176
    },
    "vnet_uninit_vnet_rip6stat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609974200
    },
    "vnet_uninit_vnet_rts_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844736
    },
    "vnet_uninit_vnet_rts_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609844760
    },
    "vnet_uninit_vnet_rtstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609838992
    },
    "vnet_uninit_vnet_rtstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609839016
    },
    "vnet_uninit_vnet_tun_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831616
    },
    "vnet_uninit_vnet_tun_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609831640
    },
    "vnet_uninit_vnet_udpstat_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953600
    },
    "vnet_uninit_vnet_udpstat_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609953624
    },
    "vnet_uninit_vnet_vlan_uninit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609833328
    },
    "vnet_uninit_vnet_vlan_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609833352
    },
    "vnet_vlan_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576972512
    },
    "vnet_vlan_init_vnet_init": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609833536
    },
    "vnet_vlan_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576982272
    },
    "vnet_vlan_uninit_vnet_uninit": {
      "type": {
        "kind": "struct",
        "name": "vnet_sysinit"
      },
      "address": 18446744071609833640
    },
    "vnetp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet"
        }
      },
      "address": 0
    },
    "vnets_head": {
      "type": {
        "kind": "struct",
        "name": "nl_control_head"
      },
      "address": 18446744071613143240
    },
    "vnew": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vni": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vnic": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vnicWeightSum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vnic_vld": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vnic_vld_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vnix": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vniy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vnlru_alloc_marker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576517200
    },
    "vnlru_free_impl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576516064
    },
    "vnlru_free_marker": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576517424
    },
    "vnlru_free_vfsops": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576515920
    },
    "vnlru_kp": {
      "type": {
        "kind": "struct",
        "name": "kproc_desc"
      },
      "address": 18446744071609814616
    },
    "vnlru_nowhere": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045896
    },
    "vnlru_proc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576557376
    },
    "vnlru_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609812848
    },
    "vnlruproc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "proc"
        }
      },
      "address": 18446744071613045952
    },
    "vnlruproc_sig": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613045964
    },
    "vnmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "vnode_create_vobject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580332624
    },
    "vnode_destroy_vobject": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580332864
    },
    "vnode_domainset": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "domainset"
        }
      },
      "address": 18446744071613399168
    },
    "vnode_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575772288
    },
    "vnode_dumper_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575772272
    },
    "vnode_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576556384
    },
    "vnode_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vnode_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576556032
    },
    "vnode_list": {
      "type": {
        "kind": "struct",
        "name": "freelst"
      },
      "address": 18446744071613045600
    },
    "vnode_list_free_marker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 18446744071613045592
    },
    "vnode_list_mtx": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071608222848
    },
    "vnode_list_reclaim_marker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 18446744071613045904
    },
    "vnode_pager.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vnode_pager_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580329520
    },
    "vnode_pager_dealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580330304
    },
    "vnode_pager_generic_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580334624
    },
    "vnode_pager_generic_getpages_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580339184
    },
    "vnode_pager_generic_getpages_done_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580338896
    },
    "vnode_pager_generic_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580339888
    },
    "vnode_pager_generic_putpages.curfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613399160
    },
    "vnode_pager_generic_putpages.lastfail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613399144
    },
    "vnode_pager_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580330800
    },
    "vnode_pager_getpages_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580330896
    },
    "vnode_pager_getvp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580332608
    },
    "vnode_pager_haspage": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580331280
    },
    "vnode_pager_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342480
    },
    "vnode_pager_input_bdone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342544
    },
    "vnode_pager_local_getpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580334560
    },
    "vnode_pager_local_getpages_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580338800
    },
    "vnode_pager_purge_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580333872
    },
    "vnode_pager_putpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580331008
    },
    "vnode_pager_putpages_ioflags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342048
    },
    "vnode_pager_release_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580332160
    },
    "vnode_pager_setsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580333360
    },
    "vnode_pager_subpage_purge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580333760
    },
    "vnode_pager_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610084184
    },
    "vnode_pager_undirty_pages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342112
    },
    "vnode_pager_update_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580331792
    },
    "vnode_pbuf_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613399136
    },
    "vnode_unlocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vnode_write_headers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575772752
    },
    "vnode_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613045912
    },
    "vnodelocks": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 18446744071608212320
    },
    "vnodepagerops": {
      "type": {
        "kind": "struct",
        "name": "pagerops"
      },
      "address": 18446744071585416264
    },
    "vnodes_created": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613045616
    },
    "vnodes_skipped": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vnops": {
      "type": {
        "kind": "struct",
        "name": "fileops"
      },
      "address": 18446744071609815456
    },
    "vnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vntblinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576554832
    },
    "vntype_to_kinfo": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575216480
    },
    "voffset": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "voice": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vol": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_volume"
        }
      },
      "address": 0
    },
    "vol1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_volume"
        }
      },
      "address": 0
    },
    "vol_mapping_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vol_pg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "CONFIG_PAGE_RAID_VOL_0"
        }
      },
      "address": 0
    },
    "volch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcm_channel"
        }
      },
      "address": 0
    },
    "volctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "volgpr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "volname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "voloff": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "volsize": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "volt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "volt_cal_value": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "voltage": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "voltage_gain_corr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "volts": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "volume": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "volume_blk_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "volume_mapping_flags": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vop_vector"
        }
      },
      "address": 0
    },
    "vop_access_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610226024
    },
    "vop_access_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610226016
    },
    "vop_accessx_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610226520
    },
    "vop_accessx_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610226512
    },
    "vop_aclcheck_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610246376
    },
    "vop_aclcheck_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610246368
    },
    "vop_add_writecount_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610255304
    },
    "vop_add_writecount_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610255296
    },
    "vop_advise_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610251832
    },
    "vop_advise_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610251824
    },
    "vop_advlock_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610241912
    },
    "vop_advlock_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610241904
    },
    "vop_advlockasync_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610242408
    },
    "vop_advlockasync_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610242400
    },
    "vop_advlockpurge_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610242904
    },
    "vop_advlockpurge_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610242896
    },
    "vop_allocate_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610251336
    },
    "vop_allocate_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610251328
    },
    "vop_bmap_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610239432
    },
    "vop_bmap_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610239424
    },
    "vop_cachedlookup_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610222056
    },
    "vop_cachedlookup_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610222048
    },
    "vop_close_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610224536
    },
    "vop_close_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576547888
    },
    "vop_close_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610224528
    },
    "vop_closeextattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610246872
    },
    "vop_closeextattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610246864
    },
    "vop_copy_file_range_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610256304
    },
    "vop_copy_file_range_vp_offsets": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610256288
    },
    "vop_create_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610222552
    },
    "vop_create_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576541856
    },
    "vop_create_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576541568
    },
    "vop_create_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610222544
    },
    "vop_deallocate_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610257288
    },
    "vop_deallocate_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610257280
    },
    "vop_default_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610220576
    },
    "vop_deleteextattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610248856
    },
    "vop_deleteextattr_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576542640
    },
    "vop_deleteextattr_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576542496
    },
    "vop_deleteextattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610248848
    },
    "vop_eagain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447184
    },
    "vop_ebadf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447136
    },
    "vop_einval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441600
    },
    "vop_enoent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447168
    },
    "vop_enotty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447152
    },
    "vop_eopnotsupp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440160
    },
    "vop_fdatasync_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610255800
    },
    "vop_fdatasync_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610255792
    },
    "vop_fplookup_symlink_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610225528
    },
    "vop_fplookup_symlink_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610225520
    },
    "vop_fplookup_vexec_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610225032
    },
    "vop_fplookup_vexec_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610225024
    },
    "vop_fsync_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610232472
    },
    "vop_fsync_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610232464
    },
    "vop_getacl_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610245384
    },
    "vop_getacl_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610245376
    },
    "vop_getattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610227512
    },
    "vop_getattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610227504
    },
    "vop_getextattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610247368
    },
    "vop_getextattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610247360
    },
    "vop_getpages_async_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610244392
    },
    "vop_getpages_async_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610244384
    },
    "vop_getpages_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610243896
    },
    "vop_getpages_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610243888
    },
    "vop_getwritemount_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610240424
    },
    "vop_getwritemount_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610240416
    },
    "vop_inactive_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610236952
    },
    "vop_inactive_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610236944
    },
    "vop_ioctl_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610230488
    },
    "vop_ioctl_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610230480
    },
    "vop_is_text_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610253816
    },
    "vop_is_text_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610253808
    },
    "vop_islocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447472
    },
    "vop_islocked_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610221064
    },
    "vop_islocked_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610221056
    },
    "vop_kqfilter_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610231480
    },
    "vop_kqfilter_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610231472
    },
    "vop_link_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610233472
    },
    "vop_link_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576543168
    },
    "vop_link_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576542864
    },
    "vop_link_vp_offsets": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610233456
    },
    "vop_listextattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610247864
    },
    "vop_listextattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610247856
    },
    "vop_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447328
    },
    "vop_lock1_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610238440
    },
    "vop_lock1_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610238432
    },
    "vop_lookup_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610221560
    },
    "vop_lookup_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610221552
    },
    "vop_mkdir_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610234472
    },
    "vop_mkdir_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576543696
    },
    "vop_mkdir_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576543552
    },
    "vop_mkdir_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610234464
    },
    "vop_mknod_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610223544
    },
    "vop_mknod_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576544048
    },
    "vop_mknod_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576543904
    },
    "vop_mknod_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610223536
    },
    "vop_mmapped_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610228504
    },
    "vop_mmapped_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610228496
    },
    "vop_need_inactive_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610237448
    },
    "vop_need_inactive_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610237440
    },
    "vop_nolookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440208
    },
    "vop_nopoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441504
    },
    "vop_norename": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441584
    },
    "vop_nostrategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441808
    },
    "vop_null": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440240
    },
    "vop_open_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610224040
    },
    "vop_open_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576547824
    },
    "vop_open_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610224032
    },
    "vop_openextattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610248360
    },
    "vop_openextattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610248352
    },
    "vop_panic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441552
    },
    "vop_pathconf_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610241416
    },
    "vop_pathconf_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610241408
    },
    "vop_poll_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610230984
    },
    "vop_poll_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610230976
    },
    "vop_print_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610240920
    },
    "vop_print_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610240912
    },
    "vop_putpages_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610244888
    },
    "vop_putpages_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610244880
    },
    "vop_read_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610229000
    },
    "vop_read_pgcache_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610229496
    },
    "vop_read_pgcache_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548048
    },
    "vop_read_pgcache_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610229488
    },
    "vop_read_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576547984
    },
    "vop_read_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610228992
    },
    "vop_readdir_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610235960
    },
    "vop_readdir_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576548112
    },
    "vop_readdir_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610235952
    },
    "vop_readlink_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610236456
    },
    "vop_readlink_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610236448
    },
    "vop_reallocblks_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610243400
    },
    "vop_reallocblks_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610243392
    },
    "vop_reclaim_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610237944
    },
    "vop_reclaim_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576544256
    },
    "vop_reclaim_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610237936
    },
    "vop_remove_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610232976
    },
    "vop_remove_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576544624
    },
    "vop_remove_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576544320
    },
    "vop_remove_vp_offsets": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610232960
    },
    "vop_rename_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610233976
    },
    "vop_rename_fail": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576540720
    },
    "vop_rename_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576545008
    },
    "vop_rename_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576541088
    },
    "vop_rename_vp_offsets": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610233952
    },
    "vop_revoke_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610231976
    },
    "vop_revoke_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610231968
    },
    "vop_rmdir_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610234976
    },
    "vop_rmdir_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576546080
    },
    "vop_rmdir_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576545776
    },
    "vop_rmdir_vp_offsets": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610234960
    },
    "vop_set_text_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610254312
    },
    "vop_set_text_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610254304
    },
    "vop_setacl_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610245880
    },
    "vop_setacl_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576546976
    },
    "vop_setacl_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576546832
    },
    "vop_setacl_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610245872
    },
    "vop_setattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610228008
    },
    "vop_setattr_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576546624
    },
    "vop_setattr_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576546480
    },
    "vop_setattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610228000
    },
    "vop_setextattr_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610249352
    },
    "vop_setextattr_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576547264
    },
    "vop_setextattr_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576547120
    },
    "vop_setextattr_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610249344
    },
    "vop_setlabel_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610249848
    },
    "vop_setlabel_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610249840
    },
    "vop_sigdefer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448656
    },
    "vop_spare1_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610257784
    },
    "vop_spare1_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610257776
    },
    "vop_spare2_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610258280
    },
    "vop_spare2_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610258272
    },
    "vop_spare3_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610258776
    },
    "vop_spare3_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610258768
    },
    "vop_spare4_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610259272
    },
    "vop_spare4_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610259264
    },
    "vop_spare5_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610259768
    },
    "vop_spare5_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610259760
    },
    "vop_stat_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610227016
    },
    "vop_stat_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610227008
    },
    "vop_stdaccess": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440256
    },
    "vop_stdaccessx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440352
    },
    "vop_stdadd_writecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576446112
    },
    "vop_stdadd_writecount_nomsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576448000
    },
    "vop_stdadvise": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576445280
    },
    "vop_stdadvlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441952
    },
    "vop_stdadvlockasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576442464
    },
    "vop_stdadvlockpurge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576442736
    },
    "vop_stdallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576444416
    },
    "vop_stdbmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441712
    },
    "vop_stdcopy_file_range": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576446272
    },
    "vop_stddeallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576446400
    },
    "vop_stdfdatasync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576446208
    },
    "vop_stdfdatasync_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447584
    },
    "vop_stdfsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447552
    },
    "vop_stdgetpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576442768
    },
    "vop_stdgetpages_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576442832
    },
    "vop_stdgetwritemount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441904
    },
    "vop_stdioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441200
    },
    "vop_stdis_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576445792
    },
    "vop_stdislocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440176
    },
    "vop_stdkqfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441536
    },
    "vop_stdlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441632
    },
    "vop_stdneed_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441616
    },
    "vop_stdpathconf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447264
    },
    "vop_stdpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447504
    },
    "vop_stdputpages": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576442976
    },
    "vop_stdread_pgcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441184
    },
    "vop_stdset_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576445824
    },
    "vop_stdstat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576440480
    },
    "vop_stdunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576441680
    },
    "vop_stdunp_bind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576445696
    },
    "vop_stdunp_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576445728
    },
    "vop_stdunp_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576445760
    },
    "vop_stdunset_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576446000
    },
    "vop_stdvptocnp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576443024
    },
    "vop_stdvptofh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576443008
    },
    "vop_stdvput_pair": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576446336
    },
    "vop_strategy_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610239928
    },
    "vop_strategy_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610239920
    },
    "vop_symlink_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610235464
    },
    "vop_symlink_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576547616
    },
    "vop_symlink_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576547472
    },
    "vop_symlink_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610235456
    },
    "vop_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576447440
    },
    "vop_unlock_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610238936
    },
    "vop_unlock_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610238928
    },
    "vop_unp_bind_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610252328
    },
    "vop_unp_bind_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610252320
    },
    "vop_unp_connect_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610252824
    },
    "vop_unp_connect_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610252816
    },
    "vop_unp_detach_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610253320
    },
    "vop_unp_detach_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610253312
    },
    "vop_unset_text_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610254808
    },
    "vop_unset_text_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610254800
    },
    "vop_vptocnp_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610250840
    },
    "vop_vptocnp_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610250832
    },
    "vop_vptofh_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610250344
    },
    "vop_vptofh_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610250336
    },
    "vop_vput_pair_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610256792
    },
    "vop_vput_pair_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610256784
    },
    "vop_whiteout_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610223048
    },
    "vop_whiteout_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576542352
    },
    "vop_whiteout_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576542208
    },
    "vop_whiteout_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610223040
    },
    "vop_write_desc": {
      "type": {
        "kind": "struct",
        "name": "vnodeop_desc"
      },
      "address": 18446744071610229992
    },
    "vop_write_vp_offsets": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071610229984
    },
    "vp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ecore_credit_pool_obj"
        }
      },
      "address": 0
    },
    "vp1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vp_admin": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_state"
        }
      },
      "address": 0
    },
    "vp_covered": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vp_crossmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 18446744071613043064
    },
    "vp_held": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "vp_locked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vp_md": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vp_mdet_num": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vp_oper": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_oper_state"
        }
      },
      "address": 0
    },
    "vp_seqc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vpanic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575585536
    },
    "vpanic.buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612802640
    },
    "vpd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vpd_volume_status"
        }
      },
      "address": 0
    },
    "vpdStep": {
      "type": {
        "kind": "base",
        "name": "short"
      },
      "address": 0
    },
    "vpdTableI": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071610621008
    },
    "vpdTableL": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071610620752
    },
    "vpdTableR": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 64,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned char"
          }
        }
      },
      "address": 18446744071610620880
    },
    "vpd_element": {
      "type": {
        "kind": "struct",
        "name": "pci_vpd_element"
      },
      "address": 0
    },
    "vpd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571648032
    },
    "vpd_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vpd_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_supported_page_list"
        }
      },
      "address": 0
    },
    "vpd_module": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vpd_nextbyte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571695408
    },
    "vpd_read_elem_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571695888
    },
    "vpd_ros": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vpd_readonly"
        }
      },
      "address": 0
    },
    "vpd_serial": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_unit_serial_number"
        }
      },
      "address": 0
    },
    "vpd_size": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vpd_user": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pci_vpd_element"
        }
      },
      "address": 0
    },
    "vpd_w": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vpd_write"
        }
      },
      "address": 0
    },
    "vpdarray": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vpdbuf": {
      "type": {
        "kind": "struct",
        "name": "vpdbuf_t"
      },
      "address": 0
    },
    "vpdc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vpdevfs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vpdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "t4_vpdr_hdr"
        }
      },
      "address": 0
    },
    "vpdrev_param": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vpds": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_supported_pages"
        }
      },
      "address": 0
    },
    "vpe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_pf_event"
        }
      },
      "address": 0
    },
    "vpflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vpinfo": {
      "type": {
        "kind": "struct",
        "name": "isp_icb_2400_vpinfo_t"
      },
      "address": 0
    },
    "vpint_reg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vplock": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mtx"
        }
      },
      "address": 0
    },
    "vpna": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_vp_adapter"
        }
      },
      "address": 0
    },
    "vpnes": {
      "type": {
        "kind": "struct",
        "name": "nfsexstuff"
      },
      "address": 0
    },
    "vpold": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vporoot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "vport": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vport_addr_add": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "vport_addr_del": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "vport_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vport_stats": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_en_vport_stats"
        }
      },
      "address": 0
    },
    "vpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vnode"
          }
        }
      },
      "address": 0
    },
    "vpp_param": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vpp_qos": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_vport_qos_param"
        }
      },
      "address": 0
    },
    "vppp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          }
        }
      },
      "address": 0
    },
    "vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575929408
    },
    "vps_p": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "pointer",
            "subtype": {
              "kind": "struct",
              "name": "vnode"
            }
          }
        }
      },
      "address": 0
    },
    "vptr": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vput": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576527232
    },
    "vput_final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576526528
    },
    "vq": {
      "type": {
        "kind": "struct",
        "name": "vfsquery"
      },
      "address": 0
    },
    "vq_info": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vq_alloc_info"
        }
      },
      "address": 0
    },
    "vqc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_vsi_queue_config_info"
        }
      },
      "address": 0
    },
    "vqci": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_vsi_queue_config_info"
        }
      },
      "address": 0
    },
    "vqpi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_queue_pair_info"
        }
      },
      "address": 0
    },
    "vqs": {
      "type": {
        "kind": "struct",
        "name": "virtchnl_queue_select"
      },
      "address": 0
    },
    "vqx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vtpci_virtqueue"
        }
      },
      "address": 0
    },
    "vr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vring"
        }
      },
      "address": 0
    },
    "vr_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573569504
    },
    "vr_cam_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573584944
    },
    "vr_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573573104
    },
    "vr_devs": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vr_type"
        }
      },
      "address": 18446744071585113104
    },
    "vr_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573589136
    },
    "vr_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609459064
    },
    "vr_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573584864
    },
    "vr_hash_maddr_cam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573584752
    },
    "vr_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573581152
    },
    "vr_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573580944
    },
    "vr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573578688
    },
    "vr_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573582064
    },
    "vr_int_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573578816
    },
    "vr_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573581392
    },
    "vr_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573577792
    },
    "vr_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573577072
    },
    "vr_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585112944
    },
    "vr_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573575392
    },
    "vr_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573575840
    },
    "vr_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573575616
    },
    "vr_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573585888
    },
    "vr_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609459016
    },
    "vr_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609458992
    },
    "vr_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609458848
    },
    "vr_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573569440
    },
    "vr_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573580720
    },
    "vr_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573574928
    },
    "vr_rx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573588960
    },
    "vr_set_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573581520
    },
    "vr_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573573920
    },
    "vr_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573578528
    },
    "vr_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573587584
    },
    "vr_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573583984
    },
    "vr_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573573936
    },
    "vr_sysctl_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573577344
    },
    "vr_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573585504
    },
    "vr_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573588784
    },
    "vr_tx_threshold_tables": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vr_tx_threshold_table"
        }
      },
      "address": 18446744071585113232
    },
    "vr_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573586320
    },
    "vrcb": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vrecycle": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576533536
    },
    "vrecyclel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576533696
    },
    "vref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576526160
    },
    "vrefact": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576526240
    },
    "vrele": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576525776
    },
    "vrele_cdir": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "vreleit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vrfy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "bnxt_ioctl_hwrm_nvm_verify_update"
        }
      },
      "address": 0
    },
    "vrk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_rss_key"
        }
      },
      "address": 0
    },
    "vrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_rss_lut"
        }
      },
      "address": 0
    },
    "vrs": {
      "type": {
        "kind": "struct",
        "name": "vpd_readstate"
      },
      "address": 0
    },
    "vrt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vs": {
      "type": {
        "kind": "struct",
        "name": "vfs_state"
      },
      "address": 0
    },
    "vs2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnet_sysinit"
        }
      },
      "address": 0
    },
    "vsc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vscphy_softc"
        }
      },
      "address": 0
    },
    "vsc8211_autoneg_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679632
    },
    "vsc8211_autoneg_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679664
    },
    "vsc8211_fiber_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608427640
    },
    "vsc8211_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679872
    },
    "vsc8211_get_link_status_fiber": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568680432
    },
    "vsc8211_intr_clear": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679504
    },
    "vsc8211_intr_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679472
    },
    "vsc8211_intr_enable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679424
    },
    "vsc8211_intr_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679552
    },
    "vsc8211_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608427544
    },
    "vsc8211_power_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568680400
    },
    "vsc8211_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679408
    },
    "vsc8211_set_speed_duplex": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568679696
    },
    "vsc_addr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vsc_space": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vscap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vscphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vscphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570333440
    },
    "vscphy_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570333808
    },
    "vscphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608513496
    },
    "vscphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584858560
    },
    "vscphy_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570333888
    },
    "vscphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584858432
    },
    "vscphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608513448
    },
    "vscphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608513424
    },
    "vscphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608513384
    },
    "vscphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570333408
    },
    "vscphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570334192
    },
    "vscphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570334112
    },
    "vscphys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584858512
    },
    "vscroll_hor_area": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vscroll_ver_area": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vsi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ixl_vsi"
        }
      },
      "address": 0
    },
    "vsi_ctx": {
      "type": {
        "kind": "struct",
        "name": "i40e_vsi_context"
      },
      "address": 0
    },
    "vsi_cur": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_vsi"
        }
      },
      "address": 0
    },
    "vsi_desc": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vsi_ele": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_aqc_res_elem"
        }
      },
      "address": 0
    },
    "vsi_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vsi_handle_arr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "vsi_handle_valid": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "vsi_head": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "ice_vsig_vsi"
          }
        }
      },
      "address": 0
    },
    "vsi_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vsi_layer": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vsi_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid_list"
        }
      },
      "address": 0
    },
    "vsi_list_head": {
      "type": {
        "kind": "struct",
        "name": "ice_list_head"
      },
      "address": 0
    },
    "vsi_list_id": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vsi_list_info": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsi_list_map_info"
        }
      },
      "address": 0
    },
    "vsi_mcnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vsi_name": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vsi_node": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_node"
        }
      },
      "address": 0
    },
    "vsi_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vsi_port_num": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vsi_res": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_vsi_resource"
        }
      },
      "address": 0
    },
    "vsi_teid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vsi_tgt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_vsig_vsi"
        }
      },
      "address": 0
    },
    "vsig": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vsig_idx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "vsil": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vslock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156528
    },
    "vsmalltrigger": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609814640
    },
    "vsname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vsnprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575937232
    },
    "vsnrprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575937344
    },
    "vsprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575937072
    },
    "vss_buf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "vss_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071610128976
    },
    "vss_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071587077280
    },
    "vss_opt_name": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071587077392
    },
    "vsscanf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575961984
    },
    "vsscanf.basefix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585186144
    },
    "vst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vlan_snd_tag"
        }
      },
      "address": 0
    },
    "vstatename": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585193072
    },
    "vstir": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613045960
    },
    "vstor_packet": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vstor_packet"
        }
      },
      "address": 0
    },
    "vsum": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vsunlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580156672
    },
    "vsz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "vt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "vt_allocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573616320
    },
    "vt_beastie2_vga16": {
      "type": {
        "count": 1215,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585115872
    },
    "vt_beastie_vga16": {
      "type": {
        "count": 1183,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585114688
    },
    "vt_buf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_change_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573629568
    },
    "vt_compute_drawable_area": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610752
    },
    "vt_config_cons_colors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573589168
    },
    "vt_consdev": {
      "type": {
        "kind": "struct",
        "name": "vt_device"
      },
      "address": 18446744071609513240
    },
    "vt_consdrawn": {
      "type": {
        "count": 76800,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071610912624
    },
    "vt_consdrawnbg": {
      "type": {
        "count": 76800,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071611296624
    },
    "vt_consdrawnfg": {
      "type": {
        "count": 76800,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071611219824
    },
    "vt_consolectl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_consterm": {
      "type": {
        "kind": "struct",
        "name": "terminal"
      },
      "address": 18446744071609514144
    },
    "vt_consterm_consdev": {
      "type": {
        "kind": "struct",
        "name": "consdev"
      },
      "address": 18446744071609513632
    },
    "vt_constextbuf": {
      "type": {
        "count": 256000,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071611373440
    },
    "vt_constextbufrows": {
      "type": {
        "count": 500,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 18446744071612397440
    },
    "vt_conswindow": {
      "type": {
        "kind": "struct",
        "name": "vt_window"
      },
      "address": 18446744071609512904
    },
    "vt_core.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_cpulogos.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_ctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vt_deadtimer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609514120
    },
    "vt_deallocate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573617280
    },
    "vt_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071611373432
    },
    "vt_default_mouse_pointer": {
      "type": {
        "kind": "struct",
        "name": "vt_mouse_cursor"
      },
      "address": 18446744071609501880
    },
    "vt_determine_colors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610976
    },
    "vt_draw_logo_cpus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071611373424
    },
    "vt_early_cons_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609513944
    },
    "vt_efifb_driver": {
      "type": {
        "kind": "struct",
        "name": "vt_driver"
      },
      "address": 18446744071609502912
    },
    "vt_efifb_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573590688
    },
    "vt_efifb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573590176
    },
    "vt_efifb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573590064
    },
    "vt_enable_altgr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609514116
    },
    "vt_enable_bell": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071611373428
    },
    "vt_fb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_fb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594752
    },
    "vt_fb_bitblt_bitmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573592800
    },
    "vt_fb_bitblt_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573593296
    },
    "vt_fb_blank": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573592304
    },
    "vt_fb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594784
    },
    "vt_fb_drawrect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573591680
    },
    "vt_fb_driver": {
      "type": {
        "kind": "struct",
        "name": "vt_driver"
      },
      "address": 18446744071609503184
    },
    "vt_fb_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594720
    },
    "vt_fb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594240
    },
    "vt_fb_invalidate_text": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594016
    },
    "vt_fb_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573591200
    },
    "vt_fb_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573591424
    },
    "vt_fb_postswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594208
    },
    "vt_fb_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594832
    },
    "vt_fb_setpixel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573591536
    },
    "vt_fb_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573594816
    },
    "vt_fini_logos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573635488
    },
    "vt_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573626976
    },
    "vt_font.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_font_assigned": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_font"
        }
      },
      "address": 18446744071609514384
    },
    "vt_font_default": {
      "type": {
        "kind": "struct",
        "name": "vt_font"
      },
      "address": 18446744071609501808
    },
    "vt_font_default.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_font_loader": {
      "type": {
        "kind": "struct",
        "name": "vt_font"
      },
      "address": 18446744071612401448
    },
    "vt_init_font": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573633328
    },
    "vt_init_font_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609513968
    },
    "vt_init_logos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573634912
    },
    "vt_is_cursor_in_area": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573611056
    },
    "vt_kbd_debug": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609514136
    },
    "vt_kbd_halt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609514124
    },
    "vt_kbd_panic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071611373436
    },
    "vt_kbd_poweroff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609514128
    },
    "vt_kbd_reboot": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609514132
    },
    "vt_kbdevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573630896
    },
    "vt_logo_depth": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609503544
    },
    "vt_logo_height": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609503540
    },
    "vt_logo_image": {
      "type": {
        "count": 7227,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609503552
    },
    "vt_logo_sprite_height": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585114676
    },
    "vt_logo_sprite_width": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071585114672
    },
    "vt_logo_width": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609503536
    },
    "vt_logos_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609514392
    },
    "vt_mode": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "vt_mouse_cursor.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_mouse_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573611168
    },
    "vt_mouse_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573612704
    },
    "vt_orb_vga16": {
      "type": {
        "count": 1810,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585117088
    },
    "vt_proc_alive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572744544
    },
    "vt_proc_window_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573617616
    },
    "vt_replace_backend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573616480
    },
    "vt_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618192
    },
    "vt_resume_flush_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610432
    },
    "vt_resume_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573616256
    },
    "vt_save_kbd_leds": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573629440
    },
    "vt_save_kbd_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573629184
    },
    "vt_scroll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573629312
    },
    "vt_scrollmode_kbdevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573628096
    },
    "vt_splash_cpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912608
    },
    "vt_splash_cpu_duration": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609512728
    },
    "vt_splash_cpu_fini_task": {
      "type": {
        "kind": "struct",
        "name": "timeout_task"
      },
      "address": 18446744071612401520
    },
    "vt_splash_cpu_style": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609512608
    },
    "vt_splash_ncpu": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912612
    },
    "vt_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573617408
    },
    "vt_suspend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573616208
    },
    "vt_suspendswitch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609514112
    },
    "vt_switch_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573615184
    },
    "vt_sysmouse.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_termclass": {
      "type": {
        "kind": "struct",
        "name": "terminal_class"
      },
      "address": 18446744071585120416
    },
    "vt_termcolors.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_termsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610528
    },
    "vt_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573616112
    },
    "vt_unit": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612401440
    },
    "vt_update_static": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573633168
    },
    "vt_update_static_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609513920
    },
    "vt_upgrade": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573613040
    },
    "vt_vbefb_driver": {
      "type": {
        "kind": "struct",
        "name": "vt_driver"
      },
      "address": 18446744071609503048
    },
    "vt_vbefb_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573591152
    },
    "vt_vbefb_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573590848
    },
    "vt_vbefb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573590736
    },
    "vt_vga.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "vt_vga2bsd.lut": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584155992
    },
    "vt_vga_driver": {
      "type": {
        "kind": "struct",
        "name": "vt_driver"
      },
      "address": 18446744071585113696
    },
    "vt_window_postswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573632800
    },
    "vt_window_preswitch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573633856
    },
    "vt_window_switch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573615264
    },
    "vt_winsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610640
    },
    "vtag": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vtags": {
      "type": {
        "count": 64,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "normal_vlan"
        }
      },
      "address": 0
    },
    "vtballoon_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573518368
    },
    "vtballoon_config_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573519424
    },
    "vtballoon_deflate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573520208
    },
    "vtballoon_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573519104
    },
    "vtballoon_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609455192
    },
    "vtballoon_feature_desc": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "virtio_feature_desc"
        }
      },
      "address": 18446744071609455248
    },
    "vtballoon_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585110256
    },
    "vtballoon_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573518304
    },
    "vtballoon_send_page_frames": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573520432
    },
    "vtballoon_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573519552
    },
    "vtballoon_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573520096
    },
    "vtblk_alloc_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573513664
    },
    "vtblk_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573509280
    },
    "vtblk_attach_completed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573511936
    },
    "vtblk_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573516848
    },
    "vtblk_config_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573512576
    },
    "vtblk_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573510352
    },
    "vtblk_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609454472
    },
    "vtblk_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573517264
    },
    "vtblk_feature_desc": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "virtio_feature_desc"
        }
      },
      "address": 18446744071609454528
    },
    "vtblk_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573516880
    },
    "vtblk_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585110032
    },
    "vtblk_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573509184
    },
    "vtblk_no_ident": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912144
    },
    "vtblk_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573516800
    },
    "vtblk_poll_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573518032
    },
    "vtblk_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573509216
    },
    "vtblk_queue_completed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573514992
    },
    "vtblk_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573512752
    },
    "vtblk_request_execute_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573515984
    },
    "vtblk_request_prealloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573513408
    },
    "vtblk_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573511792
    },
    "vtblk_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573511920
    },
    "vtblk_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573515328
    },
    "vtblk_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573516912
    },
    "vtblk_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573511536
    },
    "vtblk_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573514608
    },
    "vtblk_write_cache_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573514384
    },
    "vtblk_writecache_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609454384
    },
    "vtbuf_clearhistory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573606448
    },
    "vtbuf_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573605136
    },
    "vtbuf_cursor_position": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573608224
    },
    "vtbuf_cursor_visibility": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573609952
    },
    "vtbuf_dirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573605040
    },
    "vtbuf_extract_marked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573608560
    },
    "vtbuf_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573605776
    },
    "vtbuf_flush_mark": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573609648
    },
    "vtbuf_get_marked_len": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573608416
    },
    "vtbuf_grow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573606912
    },
    "vtbuf_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573606336
    },
    "vtbuf_init_early": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573605936
    },
    "vtbuf_iscursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604624
    },
    "vtbuf_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604864
    },
    "vtbuf_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573608112
    },
    "vtbuf_scroll_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573610064
    },
    "vtbuf_set_mark": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573609168
    },
    "vtbuf_sethistory_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573606864
    },
    "vtbuf_undirty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573605104
    },
    "vtbuf_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604944
    },
    "vtcon_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573533280
    },
    "vtcon_config_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573536032
    },
    "vtcon_ctrl_event_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573540880
    },
    "vtcon_ctrl_send_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573540640
    },
    "vtcon_ctrl_task_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573536224
    },
    "vtcon_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573534848
    },
    "vtcon_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609456408
    },
    "vtcon_enable_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573540336
    },
    "vtcon_feature_desc": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "virtio_feature_desc"
        }
      },
      "address": 18446744071609456464
    },
    "vtcon_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585110896
    },
    "vtcon_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573533088
    },
    "vtcon_pending_free": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912148
    },
    "vtcon_port_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573538720
    },
    "vtcon_port_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573540912
    },
    "vtcon_port_update_console_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573539984
    },
    "vtcon_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573533216
    },
    "vtcon_read_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573536064
    },
    "vtcon_tty_class": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609456528
    },
    "vtcon_tty_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573541648
    },
    "vtcon_tty_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573541952
    },
    "vtcon_tty_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573541600
    },
    "vtcon_tty_outwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573541696
    },
    "vtd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_driver"
        }
      },
      "address": 0
    },
    "vtdbest": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_driver"
        }
      },
      "address": 0
    },
    "vtdlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vt_driver"
          }
        }
      },
      "address": 0
    },
    "vte_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573640720
    },
    "vte_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573644272
    },
    "vte_dmamap_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573649456
    },
    "vte_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609515336
    },
    "vte_find_ident": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573646528
    },
    "vte_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573647872
    },
    "vte_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573652352
    },
    "vte_ident_table": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "vte_ident"
        }
      },
      "address": 18446744071585120800
    },
    "vte_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573647744
    },
    "vte_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573650272
    },
    "vte_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573648448
    },
    "vte_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573647120
    },
    "vte_mediachange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573648000
    },
    "vte_mediastatus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573648224
    },
    "vte_methods": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585120640
    },
    "vte_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573645488
    },
    "vte_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573645936
    },
    "vte_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573645712
    },
    "vte_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573652688
    },
    "vte_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609515288
    },
    "vte_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609515264
    },
    "vte_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609515096
    },
    "vte_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573640656
    },
    "vte_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573646752
    },
    "vte_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573645312
    },
    "vte_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573649584
    },
    "vte_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573645152
    },
    "vte_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573647616
    },
    "vte_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573653824
    },
    "vte_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573653072
    },
    "vte_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573651856
    },
    "vte_stop_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573655088
    },
    "vte_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573645168
    },
    "vte_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573652480
    },
    "vte_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573653472
    },
    "vtfont_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573636672
    },
    "vtfont_lookup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573636064
    },
    "vtfont_ref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573636496
    },
    "vtfont_unref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573636528
    },
    "vthistory_addlines": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604448
    },
    "vthistory_getpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604608
    },
    "vthistory_seek": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604304
    },
    "vti": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "virtchnl_tc_info"
        }
      },
      "address": 0
    },
    "vtime": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "vtmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_sched_agg_vsi_info"
        }
      },
      "address": 0
    },
    "vtnet_alloc_virtqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573489968
    },
    "vtnet_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573482480
    },
    "vtnet_attach_completed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573489440
    },
    "vtnet_config_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573489600
    },
    "vtnet_copy_ifaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573505264
    },
    "vtnet_copy_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573505392
    },
    "vtnet_csum_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912072
    },
    "vtnet_ctrl_rx_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573505024
    },
    "vtnet_debugnet_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573506912
    },
    "vtnet_debugnet_event.sw_lro_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610912132
    },
    "vtnet_debugnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573506720
    },
    "vtnet_debugnet_methods": {
      "type": {
        "kind": "struct",
        "name": "debugnet_methods"
      },
      "address": 18446744071609453904
    },
    "vtnet_debugnet_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573507088
    },
    "vtnet_debugnet_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573506992
    },
    "vtnet_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573488144
    },
    "vtnet_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609453472
    },
    "vtnet_exec_vlan_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573505456
    },
    "vtnet_feature_desc": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "virtio_feature_desc"
        }
      },
      "address": 18446744071609453520
    },
    "vtnet_fixup_needs_csum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912076
    },
    "vtnet_get_counter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573499600
    },
    "vtnet_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573499984
    },
    "vtnet_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573499968
    },
    "vtnet_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573497456
    },
    "vtnet_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573500336
    },
    "vtnet_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573497584
    },
    "vtnet_lro_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912084
    },
    "vtnet_lro_entry_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609453380
    },
    "vtnet_lro_mbufq_depth": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912092
    },
    "vtnet_match": {
      "type": {
        "kind": "struct",
        "name": "virtio_pnp_match"
      },
      "address": 18446744071585109904
    },
    "vtnet_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585109760
    },
    "vtnet_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573482224
    },
    "vtnet_modevent.loaded": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610912096
    },
    "vtnet_mq_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912088
    },
    "vtnet_mq_max_pairs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609453368
    },
    "vtnet_netmap_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573491968
    },
    "vtnet_netmap_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573509024
    },
    "vtnet_netmap_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573508880
    },
    "vtnet_netmap_kring_refill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573505696
    },
    "vtnet_netmap_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573507216
    },
    "vtnet_netmap_rxsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573508160
    },
    "vtnet_netmap_rxsync.__cnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610912140
    },
    "vtnet_netmap_rxsync.t0": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610912136
    },
    "vtnet_netmap_txsync": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573507408
    },
    "vtnet_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573482416
    },
    "vtnet_register_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573500208
    },
    "vtnet_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573489264
    },
    "vtnet_rx_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573504256
    },
    "vtnet_rx_filter_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573504464
    },
    "vtnet_rx_process_limit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609453376
    },
    "vtnet_rx_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573497168
    },
    "vtnet_rx_vq_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573492688
    },
    "vtnet_rxq_enqueue_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573495040
    },
    "vtnet_rxq_eof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573493152
    },
    "vtnet_rxq_new_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573495200
    },
    "vtnet_rxq_tq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573492672
    },
    "vtnet_set_macaddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573503760
    },
    "vtnet_setup_interface": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573490928
    },
    "vtnet_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573489424
    },
    "vtnet_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573499824
    },
    "vtnet_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573495792
    },
    "vtnet_start_taskqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573492368
    },
    "vtnet_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573502192
    },
    "vtnet_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573489120
    },
    "vtnet_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573503248
    },
    "vtnet_tso_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912080
    },
    "vtnet_tso_maxlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609453372
    },
    "vtnet_tx_header_zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071610912104
    },
    "vtnet_tx_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573497184
    },
    "vtnet_txq_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573496080
    },
    "vtnet_txq_eof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573495632
    },
    "vtnet_txq_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573497040
    },
    "vtnet_txq_offload_tso.curecn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610912128
    },
    "vtnet_txq_offload_tso.lastecn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610912112
    },
    "vtnet_txq_tq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573495408
    },
    "vtnet_unregister_vlan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573500272
    },
    "vtnet_update_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573503072
    },
    "vtnet_update_vlan_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573506336
    },
    "vtnet_virtio_mmio_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609453424
    },
    "vtnet_virtio_mmio_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609453400
    },
    "vtnet_virtio_mmiomodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609453152
    },
    "vtnet_virtio_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609453976
    },
    "vtnet_virtio_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609453952
    },
    "vtnet_virtio_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609453224
    },
    "vtopdem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608216136
    },
    "vtopte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581437088
    },
    "vtoptem": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071608216120
    },
    "vtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vtpci_add_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573464144
    },
    "vtpci_alloc_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573468336
    },
    "vtpci_alloc_virtqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573465680
    },
    "vtpci_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573464288
    },
    "vtpci_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573468864
    },
    "vtpci_delete_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573464224
    },
    "vtpci_disable_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912060
    },
    "vtpci_free_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573466384
    },
    "vtpci_host_features_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573469216
    },
    "vtpci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573463664
    },
    "vtpci_intx_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573468640
    },
    "vtpci_legacy_alloc_virtqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472240
    },
    "vtpci_legacy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573469968
    },
    "vtpci_legacy_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471040
    },
    "vtpci_legacy_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573470640
    },
    "vtpci_legacy_disable_vq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471712
    },
    "vtpci_legacy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609451568
    },
    "vtpci_legacy_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471008
    },
    "vtpci_legacy_get_vq_notify_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471584
    },
    "vtpci_legacy_get_vq_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471504
    },
    "vtpci_legacy_methods": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585108256
    },
    "vtpci_legacy_negotiate_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472112
    },
    "vtpci_legacy_notify_vq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472832
    },
    "vtpci_legacy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573469408
    },
    "vtpci_legacy_probe_and_attach_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573473120
    },
    "vtpci_legacy_read_dev_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472896
    },
    "vtpci_legacy_read_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471456
    },
    "vtpci_legacy_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471184
    },
    "vtpci_legacy_register_cfg_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471808
    },
    "vtpci_legacy_register_vq_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471936
    },
    "vtpci_legacy_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472416
    },
    "vtpci_legacy_reinit_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472752
    },
    "vtpci_legacy_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573470896
    },
    "vtpci_legacy_set_vq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471600
    },
    "vtpci_legacy_setup_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472304
    },
    "vtpci_legacy_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573470912
    },
    "vtpci_legacy_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472336
    },
    "vtpci_legacy_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573470880
    },
    "vtpci_legacy_with_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573472208
    },
    "vtpci_legacy_write_dev_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573473008
    },
    "vtpci_legacy_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573471376
    },
    "vtpci_modern_alloc_resource_map": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573482016
    },
    "vtpci_modern_alloc_virtqueues": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573477776
    },
    "vtpci_modern_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573474176
    },
    "vtpci_modern_child_detached": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573475792
    },
    "vtpci_modern_config_generation": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573478880
    },
    "vtpci_modern_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573475472
    },
    "vtpci_modern_disable_vq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573476688
    },
    "vtpci_modern_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609451816
    },
    "vtpci_modern_driver_added": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573475760
    },
    "vtpci_modern_finalize_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573477600
    },
    "vtpci_modern_find_cap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573479728
    },
    "vtpci_modern_find_cap_resource": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573481328
    },
    "vtpci_modern_get_vq_notify_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573476288
    },
    "vtpci_modern_get_vq_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573476192
    },
    "vtpci_modern_methods": {
      "type": {
        "count": 31,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585108848
    },
    "vtpci_modern_negotiate_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573477280
    },
    "vtpci_modern_notify_vq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573478816
    },
    "vtpci_modern_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573473424
    },
    "vtpci_modern_probe_and_attach_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573481008
    },
    "vtpci_modern_read_dev_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573478928
    },
    "vtpci_modern_read_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573476144
    },
    "vtpci_modern_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573475968
    },
    "vtpci_modern_register_cfg_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573476944
    },
    "vtpci_modern_register_vq_msix": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573477088
    },
    "vtpci_modern_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573478160
    },
    "vtpci_modern_reinit_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573478640
    },
    "vtpci_modern_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573475616
    },
    "vtpci_modern_set_vq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573476384
    },
    "vtpci_modern_setup_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573477904
    },
    "vtpci_modern_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573475632
    },
    "vtpci_modern_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573478064
    },
    "vtpci_modern_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573475600
    },
    "vtpci_modern_transitional": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610912064
    },
    "vtpci_modern_unmap_configs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573480176
    },
    "vtpci_modern_with_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573477744
    },
    "vtpci_modern_write_dev_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573479424
    },
    "vtpci_modern_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573476064
    },
    "vtpci_negotiate_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573465104
    },
    "vtpci_negotiated_features_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573469312
    },
    "vtpci_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573465280
    },
    "vtpci_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573464528
    },
    "vtpci_release_child_resources": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573464336
    },
    "vtpci_set_host_msix_vectors": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573464800
    },
    "vtpci_setup_interrupts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573466736
    },
    "vtpci_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573469200
    },
    "vtpci_vq_intr_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573469168
    },
    "vtpci_vq_shared_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573469072
    },
    "vtpci_vq_shared_intr_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573468960
    },
    "vtpci_with_feature": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573465264
    },
    "vtpci_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573465648
    },
    "vtprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575935568
    },
    "vtree": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sysctl_oid"
        }
      },
      "address": 0
    },
    "vtruncbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576520960
    },
    "vtscsi_alloc_cam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573523808
    },
    "vtscsi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573520816
    },
    "vtscsi_bus_reset_disable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609455728
    },
    "vtscsi_cam_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573526160
    },
    "vtscsi_cam_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573533040
    },
    "vtscsi_cam_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573529136
    },
    "vtscsi_complete_abort_task_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573532960
    },
    "vtscsi_complete_abort_timedout_scsi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573532032
    },
    "vtscsi_complete_reset_dev_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573532720
    },
    "vtscsi_complete_scsi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573529152
    },
    "vtscsi_complete_vqs_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573532160
    },
    "vtscsi_control_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573524496
    },
    "vtscsi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573522960
    },
    "vtscsi_drain_vq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573532320
    },
    "vtscsi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609455816
    },
    "vtscsi_enable_vqs_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573523984
    },
    "vtscsi_enqueue_request": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573525744
    },
    "vtscsi_event_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573524800
    },
    "vtscsi_feature_desc": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "virtio_feature_desc"
        }
      },
      "address": 18446744071609455872
    },
    "vtscsi_methods": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585110656
    },
    "vtscsi_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573520720
    },
    "vtscsi_printf_req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573530320
    },
    "vtscsi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573520752
    },
    "vtscsi_register_cam": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573524032
    },
    "vtscsi_request_vq_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573525440
    },
    "vtscsi_reset_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573531072
    },
    "vtscsi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573523792
    },
    "vtscsi_sg_append_scsi_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573530704
    },
    "vtscsi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573523776
    },
    "vtscsi_timedout_scsi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573529648
    },
    "vtterm_beep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573630672
    },
    "vtterm_bell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573626848
    },
    "vtterm_cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573620160
    },
    "vtterm_cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573620656
    },
    "vtterm_cnprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618848
    },
    "vtterm_cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573620864
    },
    "vtterm_copy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618336
    },
    "vtterm_cursor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618240
    },
    "vtterm_devctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573632512
    },
    "vtterm_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618736
    },
    "vtterm_draw_cpu_logos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573634224
    },
    "vtterm_fill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618304
    },
    "vtterm_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573621216
    },
    "vtterm_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573626800
    },
    "vtterm_opened": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573621040
    },
    "vtterm_param": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618512
    },
    "vtterm_post_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618400
    },
    "vtterm_pre_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618368
    },
    "vtterm_putchar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573618272
    },
    "vttoif_tab": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609810768
    },
    "vtvga_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604224
    },
    "vtvga_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609503320
    },
    "vtvga_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604080
    },
    "vtvga_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585113840
    },
    "vtvga_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609503480
    },
    "vtvga_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609503456
    },
    "vtvga_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609503416
    },
    "vtvga_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573604192
    },
    "vty": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vty_enabled": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575147104
    },
    "vty_enabled.vty_selected": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612535216
    },
    "vty_name": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071612535232
    },
    "vty_prefer": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612535248
    },
    "vty_selected": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612535216
    },
    "vty_set_preferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575147296
    },
    "vtyp": {
      "type": {
        "kind": "enum",
        "name": "enum_vtype_uint8"
      },
      "address": 0
    },
    "vtypename": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585192992
    },
    "vtypes_table": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_18bb37b279abe11e"
        }
      },
      "address": 0
    },
    "vuc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ddf_vuc_record"
        }
      },
      "address": 0
    },
    "vunmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578837248
    },
    "vunmapbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576382880
    },
    "vunref": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576527408
    },
    "vv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "vvi": {
      "type": {
        "kind": "struct",
        "name": "virtchnl_version_info"
      },
      "address": 0
    },
    "vw": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vt_window"
        }
      },
      "address": 0
    },
    "vwc_present": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "vxh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vxlan_header"
        }
      },
      "address": 0
    },
    "vxlan_csum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "vxlan_start_evtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610626208
    },
    "vxlan_stop_evtag": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071610626216
    },
    "vxx": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "w": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcib_window"
        }
      },
      "address": 0
    },
    "w0": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "w1": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdaa_widget"
        }
      },
      "address": 0
    },
    "w14": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "w2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdaa_widget"
        }
      },
      "address": 0
    },
    "w3": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdaa_widget"
        }
      },
      "address": 0
    },
    "w4": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hdaa_widget"
        }
      },
      "address": 0
    },
    "wEnd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wIndex": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wLen": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wValue": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "w_a": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "weightened_nhop"
        }
      },
      "address": 0
    },
    "w_b": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "weightened_nhop"
        }
      },
      "address": 0
    },
    "w_order": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netlink_walkargs"
        }
      },
      "address": 0
    },
    "wait": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "waitCount": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wait_cnt": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wait_entry": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iwm_notification_wait"
        }
      },
      "address": 0
    },
    "wait_for_aux_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580441904
    },
    "wait_for_kbd_ack": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580441360
    },
    "wait_for_response": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580904480
    },
    "wait_fw_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579313632
    },
    "wait_handle": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "wait_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wait_scan_done": {
      "type": {
        "kind": "struct",
        "name": "iwm_notification_wait"
      },
      "address": 0
    },
    "wait_scn": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wait_scrn_saver_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572747184
    },
    "wait_te_notif": {
      "type": {
        "kind": "struct",
        "name": "iwm_notification_wait"
      },
      "address": 0
    },
    "wait_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wait_time_event": {
      "type": {
        "kind": "struct",
        "name": "iwm_notification_wait"
      },
      "address": 0
    },
    "wait_time_floor": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071609942272
    },
    "wait_us": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wait_while_controller_busy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580440656
    },
    "waitchan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "waited": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "waiters": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "waitfor": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "waitforupdate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "waiting": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "waiting_h": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "waiting_t": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "waitns": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "waitok": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "waitrunningbufspace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576360352
    },
    "waittime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "waituntil": {
      "type": {
        "kind": "struct",
        "name": "timespec"
      },
      "address": 0
    },
    "wake": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "wakeaddr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613454264
    },
    "wakecode": {
      "type": {
        "count": 354,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071587107120
    },
    "wakept_m": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "vm_page"
          }
        }
      },
      "address": 0
    },
    "wakept_pages": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "void"
          }
        }
      },
      "address": 0
    },
    "wakeup": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071575638736
    },
    "wakeup_a": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wakeup_any": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575638864
    },
    "wakeup_b": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wakeup_f": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wakeup_f_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wakeup_int": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wakeup_needed": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "wakeup_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575638800
    },
    "wakeup_swapper": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "walker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kv"
        }
      },
      "address": 0
    },
    "wall_cmos_clock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612900664
    },
    "wallclock": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 0
    },
    "want": {
      "type": {
        "kind": "base",
        "name": "unsigned long long"
      },
      "address": 0
    },
    "want_acks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "want_ifp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "want_periodic": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534416
    },
    "want_reread": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "want_seqc_end": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "want_unlock": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "want_voltags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "want_vrele": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "wanted_cookie": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wanted_events": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wanted_probes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wantfreevnodes": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613045864
    },
    "wantmode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wantparent": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wantreap": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "wantresp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wantsize": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "waport": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "warn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "warn_temp_thrshld": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "warn_user": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "warned": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454104
    },
    "warned_once": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071610760533
    },
    "warnerr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "warninterval": {
      "type": {
        "kind": "struct",
        "name": "timeval"
      },
      "address": 18446744071585415528
    },
    "was": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "was_bound": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "was_count": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "was_enabled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "was_opened": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "was_paused": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "was_present": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "was_stalled": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "wasfree": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wasfrozen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wasp_mm_rev": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "watch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xs_dev_watch"
        }
      },
      "address": 0
    },
    "watch_path": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sbuf"
        }
      },
      "address": 0
    },
    "watch_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573703776
    },
    "watchdog.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "watchdog_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575114256
    },
    "watchdog_clock": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610759976
    },
    "watchdog_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575114288
    },
    "watchdog_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534260
    },
    "watchdog_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609515896
    },
    "watchdog_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573656768
    },
    "watchdog_ticks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612534264
    },
    "watchdog_time": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "watchdogmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609515856
    },
    "watchdogreg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "watchpt": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "watermark": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wavail": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wb": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wb225_gtx_olpc_cal_offset": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "wb225_sw_gtx_tp_distance_middle": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584429136
    },
    "wb225_sw_gtx_tp_distance_short": {
      "type": {
        "count": 36,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584429088
    },
    "wb_comp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "wb_data": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "wb_write": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "wbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "wc": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wc_lane_config": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wc_regs": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "elink_reg_set"
        }
      },
      "address": 0
    },
    "wc_stats_buff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "struct_wc_stats"
        }
      },
      "address": 0
    },
    "wcap": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wccflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcm_channel"
        }
      },
      "address": 0
    },
    "wchan": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "wcid": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "wcons": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wcp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "wcqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_wcqe_t"
        }
      },
      "address": 0
    },
    "wcred": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ucred"
        }
      },
      "address": 0
    },
    "wctx": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "wd_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609515920
    },
    "wd_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071612402008
    },
    "wd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573656976
    },
    "wd_last_u": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612401828
    },
    "wd_last_u_sysctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612401832
    },
    "wd_last_u_sysctl_secs": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071612401836
    },
    "wd_lastpat": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071612401928
    },
    "wd_lastpat_valid": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612401936
    },
    "wd_pretimeo_handle": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071612401944
    },
    "wd_pretimeout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612401920
    },
    "wd_pretimeout_act": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609515880
    },
    "wd_softtimeo_handle": {
      "type": {
        "kind": "struct",
        "name": "callout"
      },
      "address": 18446744071612401848
    },
    "wd_softtimeout_act": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wd_softtimer": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071612401840
    },
    "wd_timeout_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573656528
    },
    "wdevunit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wdog": {
      "type": {
        "kind": "struct",
        "name": "fw_watchdog_cmd"
      },
      "address": 0
    },
    "wdog_kern_last_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573656752
    },
    "wdog_kern_pat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573655296
    },
    "wdog_kern_pat.first": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612401824
    },
    "wdog_next": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613479376
    },
    "wdog_software_attach": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 18446744071612401912
    },
    "wdom": {
      "type": {
        "kind": "struct",
        "name": "domainset_t"
      },
      "address": 0
    },
    "wdref": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wds_input": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577414176
    },
    "wds_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577413408
    },
    "wds_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577415872
    },
    "wds_vattach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577412576
    },
    "wds_vdetach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416096
    },
    "we_own_it": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "weakSigThrCck": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071584156064
    },
    "weight": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "weightTotal": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "weight_current": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "weight_len_squared": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "weight_prev_x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "weight_prev_y": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "weight_previous": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wep": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_cipher"
      },
      "address": 18446744071585240992
    },
    "wep_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577203104
    },
    "wep_decap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577204688
    },
    "wep_demic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577205696
    },
    "wep_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577203216
    },
    "wep_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577203376
    },
    "wep_enmic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577205680
    },
    "wep_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609850584
    },
    "wep_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577202864
    },
    "wep_setiv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577203264
    },
    "wep_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577203248
    },
    "wepkey": {
      "type": {
        "kind": "struct",
        "name": "iwi_wep_key"
      },
      "address": 0
    },
    "west_digital": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584031895
    },
    "wf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "file"
        }
      },
      "address": 0
    },
    "wflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wflags": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "wh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_frame"
        }
      },
      "address": 0
    },
    "wh_ofs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "what": {
      "type": {
        "kind": "enum",
        "name": "unnamed_f15c7e270ee9918f"
      },
      "address": 0
    },
    "whave": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "whcopy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_frame"
        }
      },
      "address": 0
    },
    "when": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "timeval"
        }
      },
      "address": 0
    },
    "where": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "where32": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "whf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211_frame"
        }
      },
      "address": 0
    },
    "which": {
      "type": {
        "kind": "enum",
        "name": "unnamed_f4adb2ce8d450913"
      },
      "address": 0
    },
    "whiteout": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "who": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "whoami": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "whole": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613485340
    },
    "why": {
      "type": {
        "kind": "enum",
        "name": "auth_stat"
      },
      "address": 0
    },
    "wi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wide": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "width": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "width_cap": {
      "type": {
        "kind": "enum",
        "name": "pcie_link_width"
      },
      "address": 0
    },
    "widx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wildcard": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wimax": {
      "type": {
        "kind": "struct",
        "name": "iwn5000_wimax_coex"
      },
      "address": 0
    },
    "win": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "win2unixfn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573931536
    },
    "winChkName": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573930768
    },
    "winChksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573933120
    },
    "winLenFixup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573930720
    },
    "winSlotCnt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573933184
    },
    "win_pos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wincnt": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "windex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "window": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "windowLog": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "windowLogByte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "windowLow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "windowSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "windowSizeMax": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "windowValid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "window_deflate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610024148
    },
    "window_inflate": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610024144
    },
    "window_max": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "window_min": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wiphy": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wiphy"
        }
      },
      "address": 0
    },
    "wired": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wiredlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wiretomem_adj": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "withinMaxDistance": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "withinWindow": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wk": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "worklist"
        }
      },
      "address": 0
    },
    "wkhd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "workhead"
        }
      },
      "address": 0
    },
    "wkn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "worklist"
        }
      },
      "address": 0
    },
    "wksp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HUF_ReadDTableX2_Workspace"
        }
      },
      "address": 0
    },
    "wkspEnd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "wkspStart": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "wksp_tables": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "HUF_buildCTable_wksp_tables"
        }
      },
      "address": 0
    },
    "wkspc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "wkspc_size": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wktail": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "worklist"
        }
      },
      "address": 0
    },
    "wl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wlByte": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "wl_chan": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wlan_acl_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609848944
    },
    "wlan_amrr_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577186256
    },
    "wlan_amrrmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609849800
    },
    "wlan_auth_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609877336
    },
    "wlan_bpfevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613057376
    },
    "wlan_ccmp_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577191472
    },
    "wlan_ccmpmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850144
    },
    "wlan_clone_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227104
    },
    "wlan_clone_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227488
    },
    "wlan_cloner": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "if_clone"
        }
      },
      "address": 18446744071613057368
    },
    "wlan_ht_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609852528
    },
    "wlan_hwmp_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609853696
    },
    "wlan_iflladdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577227040
    },
    "wlan_ifllevent": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "eventhandler_entry"
        }
      },
      "address": 18446744071613057384
    },
    "wlan_mesh_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855568
    },
    "wlan_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609851896
    },
    "wlan_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577226608
    },
    "wlan_phy_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609855952
    },
    "wlan_ratectl_none_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577377056
    },
    "wlan_ratectl_nonemodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609877568
    },
    "wlan_rssadapt_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577380160
    },
    "wlan_rssadaptmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609877744
    },
    "wlan_sta_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577384608
    },
    "wlan_stamodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609877920
    },
    "wlan_tkip_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577196880
    },
    "wlan_tkipmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850320
    },
    "wlan_vht_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878320
    },
    "wlan_wep_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577202912
    },
    "wlan_wepmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609850496
    },
    "wlan_wlan_acl_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577177344
    },
    "wlan_wlan_aclmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609848736
    },
    "wlan_xauth_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416512
    },
    "wlan_xauthmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609878392
    },
    "wlanmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609851808
    },
    "wlanname": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585242368
    },
    "wlen": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wlength": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wlock_mac": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wlocked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "wm": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wmask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wme": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "wme2qid": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071584821408
    },
    "wme2reg": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "wmep": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wmeParams"
        }
      },
      "address": 0
    },
    "wmeparr": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "wmeParams"
        }
      },
      "address": 0
    },
    "wmesg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "wmode": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wmodes": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wmsg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "wn": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "weightened_nhop"
        }
      },
      "address": 0
    },
    "wn_base": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "weightened_nhop"
        }
      },
      "address": 0
    },
    "wn_cmp_idx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577082784
    },
    "wn_new": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "weightened_nhop"
        }
      },
      "address": 0
    },
    "wn_old": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "weightened_nhop"
        }
      },
      "address": 0
    },
    "wnd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wnd_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wnd_size": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wnd_sum": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wnext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "woffset": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wol_handle": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wol_supported": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "wolctl": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "word": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "word0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "word1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "word2": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "word3": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "word4": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "word54": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "word_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "word_address": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "word_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "word_in": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "word_out": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "word_ptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "wordp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "words": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wordsForPdgains": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 18446744071584156240
    },
    "words_read": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "words_to_read": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "words_written": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "work": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "workBuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "workSize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "workSpace": {
      "type": {
        "count": 640,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "work_ccb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "union",
          "name": "ccb"
        }
      },
      "address": 0
    },
    "work_done": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "work_to_do": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "workaround_erratum383": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613440184
    },
    "worker": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "kthread_worker"
        }
      },
      "address": 0
    },
    "workingsrb_doneindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "workingsrb_startindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "workitem_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579862512
    },
    "workitem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579896160
    },
    "workitem_reassign": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579867968
    },
    "worklist": {
      "type": {
        "kind": "struct",
        "name": "sigqueue_t"
      },
      "address": 0
    },
    "workq": {
      "type": {
        "kind": "struct",
        "name": "pfr_ktableworkq"
      },
      "address": 0
    },
    "workspace": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "workspaceSize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "workspaceTooSmall": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "workspaceWasteful": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "worstsd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_raid_subdisk"
        }
      },
      "address": 0
    },
    "wouldcommit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_bde_work"
        }
      },
      "address": 0
    },
    "wp2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_bde_work"
        }
      },
      "address": 0
    },
    "wp_size": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wpa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "wpa_assocreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577236912
    },
    "wpa_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416464
    },
    "wpaie": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ieee80211req_wpaie2"
        }
      },
      "address": 0
    },
    "wpath": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "wpi_add_ibss_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573694448
    },
    "wpi_add_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573694944
    },
    "wpi_add_sta_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573695376
    },
    "wpi_alloc_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573661296
    },
    "wpi_apm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573683776
    },
    "wpi_apm_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573685392
    },
    "wpi_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573657888
    },
    "wpi_bands": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "wpi_chan_band"
        }
      },
      "address": 18446744071585124944
    },
    "wpi_calib_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573693280
    },
    "wpi_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573691456
    },
    "wpi_cmd2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573695712
    },
    "wpi_config_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573695456
    },
    "wpi_del_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573691088
    },
    "wpi_del_key_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573690384
    },
    "wpi_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573660096
    },
    "wpi_dma_contig_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573682688
    },
    "wpi_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573683040
    },
    "wpi_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609516360
    },
    "wpi_dsp_gain_2ghz": {
      "type": {
        "count": 78,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585125696
    },
    "wpi_dsp_gain_5ghz": {
      "type": {
        "count": 78,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585125536
    },
    "wpi_fatal_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573700880
    },
    "wpi_free_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573683440
    },
    "wpi_free_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573683072
    },
    "wpi_fw_errmsg": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585125776
    },
    "wpi_fw_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609516584
    },
    "wpi_fw_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573702448
    },
    "wpi_fwmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609516496
    },
    "wpi_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573675088
    },
    "wpi_ibss_recv_mgmt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573685696
    },
    "wpi_ident_table": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "wpi_ident"
        }
      },
      "address": 18446744071585124832
    },
    "wpi_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573678256
    },
    "wpi_key_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573685680
    },
    "wpi_key_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573685664
    },
    "wpi_load_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573690608
    },
    "wpi_load_key_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573690160
    },
    "wpi_methods": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585124720
    },
    "wpi_newassoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573672768
    },
    "wpi_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573685808
    },
    "wpi_node_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573671648
    },
    "wpi_node_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573671728
    },
    "wpi_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573663088
    },
    "wpi_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609516312
    },
    "wpi_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609516288
    },
    "wpi_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609516152
    },
    "wpi_pmgt": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "count": 6,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "wpi_pmgt"
          }
        }
      },
      "address": 18446744071585125056
    },
    "wpi_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573657600
    },
    "wpi_process_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573689472
    },
    "wpi_radio_off": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573677696
    },
    "wpi_radio_on": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573678064
    },
    "wpi_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573669728
    },
    "wpi_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573661808
    },
    "wpi_read_eeprom_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573685168
    },
    "wpi_read_prom_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573684768
    },
    "wpi_restore_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573694240
    },
    "wpi_restore_node_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573693472
    },
    "wpi_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573661168
    },
    "wpi_rf_gain_2ghz": {
      "type": {
        "count": 78,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585125616
    },
    "wpi_rf_gain_5ghz": {
      "type": {
        "count": 78,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585125456
    },
    "wpi_ridx_to_plcp": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585125440
    },
    "wpi_scan_curchan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573673680
    },
    "wpi_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573673056
    },
    "wpi_scan_mindwell": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573675072
    },
    "wpi_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573672992
    },
    "wpi_scan_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573700832
    },
    "wpi_send_rxon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573692624
    },
    "wpi_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573673136
    },
    "wpi_set_pslevel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573692320
    },
    "wpi_set_txpower": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573693648
    },
    "wpi_setregdomain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573675408
    },
    "wpi_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573661008
    },
    "wpi_stop_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573697408
    },
    "wpi_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573661136
    },
    "wpi_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573670816
    },
    "wpi_tx_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573699568
    },
    "wpi_tx_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573697184
    },
    "wpi_update_beacon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573689024
    },
    "wpi_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573672752
    },
    "wpi_update_promisc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573672368
    },
    "wpi_update_rx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573677600
    },
    "wpi_update_rx_ring_ps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573701968
    },
    "wpi_update_tx_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573677648
    },
    "wpi_update_tx_ring_ps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573702272
    },
    "wpi_updateedca": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573672064
    },
    "wpi_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573662560
    },
    "wpi_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573662992
    },
    "wpi_watchdog_rfkill": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573697232
    },
    "wpifw.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "wpipe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pipe"
        }
      },
      "address": 0
    },
    "wpp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_provider"
        }
      },
      "address": 0
    },
    "wprefix": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "wprod": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "wq_id": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wq_sz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wqbr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wqbuf_firstindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wqbuf_lastindex": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wqcb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "hw_wq_callback_t"
        }
      },
      "address": 0
    },
    "wqe": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5e_tx_qos_remap_wqe"
        }
      },
      "address": 0
    },
    "wqe_counter": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wqe_counter_be": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wqe_last": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx5_wqe_dump_seg"
        }
      },
      "address": 0
    },
    "wqe_sz": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wqec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_fc_wqec_t"
        }
      },
      "address": 0
    },
    "wqs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_eli_worker"
        }
      },
      "address": 0
    },
    "wr32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820128
    },
    "wr64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581820176
    },
    "wrData": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wr_data": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wr_hi": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wr_hilo": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wr_len": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wr_lo": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wr_obj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_write_object_t"
        }
      },
      "address": 0
    },
    "wr_obj_rsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_res_common_write_object_t"
        }
      },
      "address": 0
    },
    "wr_op": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "wr_toggle": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wrap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wrap32": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wrap_qinfifonext": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wrap_qinpos": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wrapearly": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wraplen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wrch": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pcm_channel"
        }
      },
      "address": 0
    },
    "wrd_ofs1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wrd_ofs2": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "wreg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wreg_addr_e1": {
      "type": {
        "kind": "struct",
        "name": "wreg_addr"
      },
      "address": 18446744071585523776
    },
    "wreg_addr_e1h": {
      "type": {
        "kind": "struct",
        "name": "wreg_addr"
      },
      "address": 18446744071585523808
    },
    "wreg_addr_e2": {
      "type": {
        "kind": "struct",
        "name": "wreg_addr"
      },
      "address": 18446744071585523840
    },
    "wreg_addr_e3": {
      "type": {
        "kind": "struct",
        "name": "wreg_addr"
      },
      "address": 18446744071585523872
    },
    "wreg_addr_e3b0": {
      "type": {
        "kind": "struct",
        "name": "wreg_addr"
      },
      "address": 18446744071585523904
    },
    "wreg_addr_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wreg_addr"
        }
      },
      "address": 0
    },
    "wrerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wrf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "qla_wr_flash_t"
        }
      },
      "address": 0
    },
    "wrflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "writable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "write": {
      "type": {
        "kind": "struct",
        "name": "uath_write_mac"
      },
      "address": 0
    },
    "writeLitEntropy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "writeSeqEntropy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "write_ac97": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "write_addr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "write_arb_addr": {
      "type": {
        "count": 12,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "arb_line"
        }
      },
      "address": 18446744071585507792
    },
    "write_arb_data": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "struct",
            "name": "arb_line"
          }
        }
      },
      "address": 18446744071585507936
    },
    "write_aux_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580441104
    },
    "write_behind": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609805520
    },
    "write_brdctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071567558864
    },
    "write_chunk_header": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569107104
    },
    "write_cmd": {
      "type": {
        "kind": "struct",
        "name": "ixgbe_hic_internal_phy_req"
      },
      "address": 0
    },
    "write_compression_hdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569107264
    },
    "write_controller_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580440592
    },
    "write_controller_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580440976
    },
    "write_dsfield": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576765536
    },
    "write_ethofld_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568964560
    },
    "write_flash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569061984
    },
    "write_gl_to_txd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568963040
    },
    "write_kbd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580438384
    },
    "write_kbd_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580441040
    },
    "write_magic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569106944
    },
    "write_num": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "write_nvparms": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_cmd_write_nvparms_t"
        }
      },
      "address": 0
    },
    "write_ofld_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568668304
    },
    "write_op": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "write_opcode": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "write_protect": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "write_queue_xenstore_keys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573831952
    },
    "write_to_buf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071569106992
    },
    "write_txpkt_vm_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568961120
    },
    "write_txpkt_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568961840
    },
    "write_txpkts_vm_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568959536
    },
    "write_txpkts_wr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568960240
    },
    "write_wr_hdr_sgl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568667344
    },
    "writeable": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "writeacc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "writebytes": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "writecmd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "writecnt": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "writecount": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "writecounted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "writedeleg": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "writelocked": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "writemappings": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "writeptr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "writertc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581267072
    },
    "writes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "writex": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "writing": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "written": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "written_size": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "written_so_far": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wrlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wrmsr_safe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581543232
    },
    "wrobj": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_req_common_write_object_t"
        }
      },
      "address": 0
    },
    "wrong_idx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wrote_one": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "wrp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "work_request_hdr"
        }
      },
      "address": 0
    },
    "wrpos": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wrq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sge_wrq"
        }
      },
      "address": 0
    },
    "wrq_tx_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568954304
    },
    "wrreg_wait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568741360
    },
    "wrsz": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "wrtmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mount"
        }
      },
      "address": 0
    },
    "wru": {
      "type": {
        "kind": "struct",
        "name": "__wrusage"
      },
      "address": 0
    },
    "wru32": {
      "type": {
        "kind": "struct",
        "name": "__wrusage32"
      },
      "address": 0
    },
    "wrup": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "__wrusage"
        }
      },
      "address": 0
    },
    "ws": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_cwksp"
      },
      "address": 0
    },
    "ws_max_blks": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wscale": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "wseq": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wslot": {
      "type": {
        "kind": "union",
        "name": "win_slot_encoding"
      },
      "address": 0
    },
    "wstat": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned short"
          }
        }
      },
      "address": 0
    },
    "wsz": {
      "type": {
        "kind": "struct",
        "name": "winsize"
      },
      "address": 0
    },
    "wt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "efi_waketime_ioc"
        }
      },
      "address": 0
    },
    "wtab_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576750576
    },
    "wtab_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576750928
    },
    "wtab_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wtab"
        }
      },
      "address": 18446744071613046064
    },
    "wtime": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wtoken": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "wtp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wtp_data"
        }
      },
      "address": 0
    },
    "wuc": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wus": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "wval": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "wvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "wpi_vap"
        }
      },
      "address": 0
    },
    "ww_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002672
    },
    "ww_mutex_global": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613289320
    },
    "ww_mutex_head": {
      "type": {
        "kind": "struct",
        "name": "unnamed_907dddbdb08c6c73"
      },
      "address": 18446744071613289304
    },
    "ww_uninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610002696
    },
    "wwait": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wwid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wwid_table": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "wwn": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wwn_bump": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "wwnn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wwnn_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "wwnp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "wwpn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "wwpn_p": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "wxmap_ctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499440
    },
    "wxmap_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575499776
    },
    "x": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "x0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "x01": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "x1": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x10": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x11": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x12": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x13": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x14": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x15": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x2": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x25519_ref10.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "x2apic": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_MADT_LOCAL_X2APIC"
        }
      },
      "address": 0
    },
    "x2apic_mode": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490328
    },
    "x2apic_sandy_dis": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 0
    },
    "x2n_table": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071585212896
    },
    "x3": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x32": {
      "type": {
        "kind": "union",
        "name": "unnamed_395ae933bfa5dc58"
      },
      "address": 0
    },
    "x4": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x5": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x6": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x7": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x8": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x80": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "x8021x_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577416416
    },
    "x86_clear_dbregs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581394944
    },
    "x86_mem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "x86_mem_drvinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581326016
    },
    "x86_mrAPinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581327920
    },
    "x86_mrfetch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581328624
    },
    "x86_mrinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581326064
    },
    "x86_mrops": {
      "type": {
        "kind": "struct",
        "name": "mem_range_ops"
      },
      "address": 18446744071610168712
    },
    "x86_mrreinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581327952
    },
    "x86_mrset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581327376
    },
    "x86_mrsetlow": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581327984
    },
    "x86_mrsetvariable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581328288
    },
    "x86_mrstoreone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581329568
    },
    "x86_msr_op": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581292240
    },
    "x86_msr_op_one": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581293424
    },
    "x86_mtrrtomrt": {
      "type": {
        "count": 7,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587102896
    },
    "x86_pat_bits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "x86_rdrand_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177136
    },
    "x86_rdseed_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177104
    },
    "x86_rng_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177024
    },
    "x86_rng_store_resolver": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177024
    },
    "x86_rngds_mitg_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610165216
    },
    "x86_rngds_mitg_recalculate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581298096
    },
    "x86_set_fork_retval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581560144
    },
    "x86_taa_enable": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439456
    },
    "x86_taa_recalculate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581297696
    },
    "x86_taa_recalculate.taa_saved_mds_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613439448
    },
    "x86_taa_state": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613439452
    },
    "x86_tsc_vdso_timehands": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581351984
    },
    "x86_tsc_vdso_timehands32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581352048
    },
    "x86_unimpl_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582177216
    },
    "x86bios.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "x86bios_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582337936
    },
    "x86bios_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582338592
    },
    "x86bios_emu": {
      "type": {
        "kind": "struct",
        "name": "x86emu"
      },
      "address": 18446744071613487848
    },
    "x86bios_emu_inb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342384
    },
    "x86bios_emu_inl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342416
    },
    "x86bios_emu_inw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342400
    },
    "x86bios_emu_outb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342432
    },
    "x86bios_emu_outl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342464
    },
    "x86bios_emu_outw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342448
    },
    "x86bios_emu_rdb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582341712
    },
    "x86bios_emu_rdl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582341936
    },
    "x86bios_emu_rdw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582341824
    },
    "x86bios_emu_wrb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342048
    },
    "x86bios_emu_wrl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342272
    },
    "x86bios_emu_wrw": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342160
    },
    "x86bios_fault": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490192
    },
    "x86bios_fault_addr": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613490196
    },
    "x86bios_fault_cs": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071613490200
    },
    "x86bios_fault_ip": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 18446744071613490202
    },
    "x86bios_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582338256
    },
    "x86bios_get_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582339104
    },
    "x86bios_get_orm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582339744
    },
    "x86bios_init_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582338512
    },
    "x86bios_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582339168
    },
    "x86bios_ivt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613490208
    },
    "x86bios_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613487792
    },
    "x86bios_map": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071613487824
    },
    "x86bios_match_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582339840
    },
    "x86bios_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610217128
    },
    "x86bios_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582340624
    },
    "x86bios_offset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582339680
    },
    "x86bios_rom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613490224
    },
    "x86bios_rom_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613487784
    },
    "x86bios_seg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613490232
    },
    "x86bios_seg_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613487832
    },
    "x86bios_set_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582339136
    },
    "x86bios_trace_call": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613487840
    },
    "x86bios_trace_int": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613490216
    },
    "x86biosmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610217064
    },
    "x86emu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "x86emu_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582342480
    },
    "x86emu_exec_call": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582383696
    },
    "x86emu_exec_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582383824
    },
    "x86emu_halt_sys": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582384016
    },
    "x86emu_intr_dispatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582384048
    },
    "x86emu_parity_tab": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071584047392
    },
    "x86memdev_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610168688
    },
    "x86topo_add_sched_group": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581335632
    },
    "x9": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xFF": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "x_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "x_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359376
    },
    "x_est": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_est_fxp1_nonlin": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_getpostn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359344
    },
    "x_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359216
    },
    "x_lNABias": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "x_minus_one": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_plus_one": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_plus_one_inv": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_putbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359200
    },
    "x_putlong": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359184
    },
    "x_setpostn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580359360
    },
    "x_sign": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "x_sqrtm1": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_tilde": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_tilde_abs": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "x_type": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "xa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "xa_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578922192
    },
    "xa_alloc_cyclic": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578922672
    },
    "xa_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578923712
    },
    "xa_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578923888
    },
    "xa_erase": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921664
    },
    "xa_init_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578923600
    },
    "xa_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578923056
    },
    "xa_load": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578921808
    },
    "xa_next": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578924144
    },
    "xa_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578923440
    },
    "xact": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vmbus_xact"
        }
      },
      "address": 0
    },
    "xactid": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xadd": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xaddr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xatp": {
      "type": {
        "kind": "struct",
        "name": "xen_add_to_physmap"
      },
      "address": 0
    },
    "xattrsupp": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "xaui_direct_get_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568686944
    },
    "xaui_direct_ops": {
      "type": {
        "kind": "struct",
        "name": "cphy_ops"
      },
      "address": 18446744071608428224
    },
    "xaui_direct_power_down": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568687200
    },
    "xaui_direct_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071568686928
    },
    "xauth": {
      "type": {
        "kind": "struct",
        "name": "ieee80211_authenticator"
      },
      "address": 18446744071585256632
    },
    "xauth_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609878480
    },
    "xbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbb_softc"
        }
      },
      "address": 0
    },
    "xbb_alloc_request_lists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573744288
    },
    "xbb_alloc_requests": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573744112
    },
    "xbb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573723472
    },
    "xbb_attach_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573732624
    },
    "xbb_attach_disk": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573729424
    },
    "xbb_attach_failed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573728768
    },
    "xbb_bio_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573742672
    },
    "xbb_close_backend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573741360
    },
    "xbb_complete_reqlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573734784
    },
    "xbb_connect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573735632
    },
    "xbb_connect_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573744608
    },
    "xbb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573724640
    },
    "xbb_dispatch_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573741808
    },
    "xbb_dispatch_file": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573742960
    },
    "xbb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609520072
    },
    "xbb_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573746288
    },
    "xbb_frontend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573725072
    },
    "xbb_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585128368
    },
    "xbb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573723280
    },
    "xbb_probe.warned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612406208
    },
    "xbb_release_reqlist": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573733168
    },
    "xbb_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573725056
    },
    "xbb_run_queue": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573725424
    },
    "xbb_sg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbb_sg"
        }
      },
      "address": 0
    },
    "xbb_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573733536
    },
    "xbb_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573725040
    },
    "xbbd_xenbusb_back_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609520024
    },
    "xbbd_xenbusb_back_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609520000
    },
    "xbbd_xenbusb_backmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609519840
    },
    "xbd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbpf_d"
        }
      },
      "address": 0
    },
    "xbd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573711824
    },
    "xbd_backend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573713392
    },
    "xbd_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573705088
    },
    "xbd_closing": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573706912
    },
    "xbd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573712992
    },
    "xbd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609518392
    },
    "xbd_dump": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573705536
    },
    "xbd_dump_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573710032
    },
    "xbd_enable_indirect": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609518304
    },
    "xbd_feature_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573704768
    },
    "xbd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573716288
    },
    "xbd_initialize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573716912
    },
    "xbd_instance_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573704016
    },
    "xbd_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573710160
    },
    "xbd_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573705264
    },
    "xbd_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585128192
    },
    "xbd_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573705024
    },
    "xbd_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573711488
    },
    "xbd_queue_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573708768
    },
    "xbd_requeue_cm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573708624
    },
    "xbd_restart_queue_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573708448
    },
    "xbd_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573713328
    },
    "xbd_startio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573707248
    },
    "xbd_strategy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573705296
    },
    "xbd_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573713040
    },
    "xbd_sysctl_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573716176
    },
    "xbd_vdevice_to_unit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573704448
    },
    "xbd_vdevice_to_unit.info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585127520
    },
    "xbd_xenbusb_front_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609518344
    },
    "xbd_xenbusb_front_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609518320
    },
    "xbd_xenbusb_frontmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609518160
    },
    "xbdbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xbpf_d"
        }
      },
      "address": 0
    },
    "xbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xbs": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xenbusb_softc"
        }
      },
      "address": 0
    },
    "xc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xc_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752256
    },
    "xc_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609520856
    },
    "xc_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609520832
    },
    "xc_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609520792
    },
    "xchacha20_poly1305_decrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566993920
    },
    "xchacha20_poly1305_encrypt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566993488
    },
    "xchacha20_poly1305_reinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546864
    },
    "xchacha20_poly1305_setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579546816
    },
    "xchange": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xchg": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "xclient": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xstorm_per_queue_stats"
        }
      },
      "address": 0
    },
    "xcm_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xcm_out_en": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xcmd": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xcr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xucred"
        }
      },
      "address": 0
    },
    "xcr0": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xctrl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xctrl_softc"
        }
      },
      "address": 0
    },
    "xctrl_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756512
    },
    "xctrl_crash": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573758624
    },
    "xctrl_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756592
    },
    "xctrl_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609521080
    },
    "xctrl_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756384
    },
    "xctrl_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585128944
    },
    "xctrl_on_watch_event": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756624
    },
    "xctrl_poweroff": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756880
    },
    "xctrl_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756480
    },
    "xctrl_reboot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756896
    },
    "xctrl_shutdown_reasons": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "xctrl_shutdown_reason"
        }
      },
      "address": 18446744071585129024
    },
    "xctrl_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756912
    },
    "xctrl_xenstore_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609521240
    },
    "xctrl_xenstore_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609521216
    },
    "xctrl_xenstoremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521176
    },
    "xcvr": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "xd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xform_data"
        }
      },
      "address": 0
    },
    "xde": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "tmpfs_dirent"
        }
      },
      "address": 0
    },
    "xdel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xdigits": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "xdigits_l": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585203312
    },
    "xdigits_u": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585203344
    },
    "xdomain": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xdr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xdr_accepted_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579649760
    },
    "xdr_argument": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "xdr_array": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580355648
    },
    "xdr_array.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xdr_authunix_parms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579612368
    },
    "xdr_bool": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352784
    },
    "xdr_bytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580353168
    },
    "xdr_callhdr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579650368
    },
    "xdr_callmsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579643872
    },
    "xdr_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352560
    },
    "xdr_enum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352896
    },
    "xdr_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351616
    },
    "xdr_fsh_access": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782816
    },
    "xdr_fsh_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782784
    },
    "xdr_hyper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580354928
    },
    "xdr_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351664
    },
    "xdr_int16_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352368
    },
    "xdr_int32_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351984
    },
    "xdr_int64_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580354576
    },
    "xdr_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351856
    },
    "xdr_longlong_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580355280
    },
    "xdr_mbuf.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xdr_mem.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xdr_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610085248
    },
    "xdr_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580355632
    },
    "xdr_mon": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785088
    },
    "xdr_mon_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784960
    },
    "xdr_my_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784848
    },
    "xdr_netobj": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580353776
    },
    "xdr_nlm4_cancargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784240
    },
    "xdr_nlm4_holder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783360
    },
    "xdr_nlm4_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783472
    },
    "xdr_nlm4_lockargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784112
    },
    "xdr_nlm4_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784752
    },
    "xdr_nlm4_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784048
    },
    "xdr_nlm4_share": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783616
    },
    "xdr_nlm4_shareargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784400
    },
    "xdr_nlm4_shareres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784560
    },
    "xdr_nlm4_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783328
    },
    "xdr_nlm4_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783296
    },
    "xdr_nlm4_testargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783952
    },
    "xdr_nlm4_testres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783888
    },
    "xdr_nlm4_testrply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783744
    },
    "xdr_nlm4_unlockargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784336
    },
    "xdr_nlm_cancargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782528
    },
    "xdr_nlm_holder": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578781840
    },
    "xdr_nlm_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782256
    },
    "xdr_nlm_lockargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782400
    },
    "xdr_nlm_notify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783232
    },
    "xdr_nlm_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782128
    },
    "xdr_nlm_share": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782848
    },
    "xdr_nlm_shareargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782976
    },
    "xdr_nlm_shareres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578783136
    },
    "xdr_nlm_sm_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784656
    },
    "xdr_nlm_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782096
    },
    "xdr_nlm_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578781808
    },
    "xdr_nlm_testargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782624
    },
    "xdr_nlm_testres": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782192
    },
    "xdr_nlm_testrply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578781952
    },
    "xdr_nlm_unlockargs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578782720
    },
    "xdr_opaque": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352992
    },
    "xdr_opaque.crud": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613399248
    },
    "xdr_opaque_auth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579649696
    },
    "xdr_pointer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358752
    },
    "xdr_portmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579651600
    },
    "xdr_reference": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358560
    },
    "xdr_reference.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xdr_rejected_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579649952
    },
    "xdr_replymsg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579650048
    },
    "xdr_result": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "function"
        }
      },
      "address": 0
    },
    "xdr_rpcb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579651680
    },
    "xdr_rpcb_entry": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579652048
    },
    "xdr_rpcb_entry_list_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579652192
    },
    "xdr_rpcblist_ptr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579651808
    },
    "xdr_rpctlscd_connect_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579679760
    },
    "xdr_rpctlscd_connect_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579679808
    },
    "xdr_rpctlscd_disconnect_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680032
    },
    "xdr_rpctlscd_disconnect_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680128
    },
    "xdr_rpctlscd_handlerecord_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579679904
    },
    "xdr_rpctlscd_handlerecord_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680000
    },
    "xdr_rpctlssd_connect_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680480
    },
    "xdr_rpctlssd_disconnect_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680768
    },
    "xdr_rpctlssd_disconnect_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680864
    },
    "xdr_rpctlssd_handlerecord_arg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680640
    },
    "xdr_rpctlssd_handlerecord_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579680736
    },
    "xdr_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352176
    },
    "xdr_sizeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358992
    },
    "xdr_sizeof.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xdr_sm_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578784816
    },
    "xdr_sm_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785328
    },
    "xdr_sm_stat": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785296
    },
    "xdr_sm_stat_res": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785360
    },
    "xdr_sm_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785424
    },
    "xdr_stat_chge": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578785232
    },
    "xdr_stream": {
      "type": {
        "kind": "struct",
        "name": "XDR"
      },
      "address": 0
    },
    "xdr_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580354016
    },
    "xdr_u_char": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352672
    },
    "xdr_u_hyper": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580355104
    },
    "xdr_u_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351760
    },
    "xdr_u_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351920
    },
    "xdr_u_longlong_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580355456
    },
    "xdr_u_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352272
    },
    "xdr_uint16_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352464
    },
    "xdr_uint32_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580352080
    },
    "xdr_uint64_t": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580354752
    },
    "xdr_union": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580353808
    },
    "xdr_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580355968
    },
    "xdr_void": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351648
    },
    "xdr_wrapstring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580354560
    },
    "xdr_zero": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071585417136
    },
    "xdrmbuf_append": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580356128
    },
    "xdrmbuf_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580356064
    },
    "xdrmbuf_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580357888
    },
    "xdrmbuf_getall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580356224
    },
    "xdrmbuf_getbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580356688
    },
    "xdrmbuf_getlong": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580356416
    },
    "xdrmbuf_getpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580357536
    },
    "xdrmbuf_inline": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580357664
    },
    "xdrmbuf_ops": {
      "type": {
        "kind": "struct",
        "name": "xdr_ops"
      },
      "address": 18446744071585417144
    },
    "xdrmbuf_putbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580356848
    },
    "xdrmbuf_putlong": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580356608
    },
    "xdrmbuf_setpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580357600
    },
    "xdrmem_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358320
    },
    "xdrmem_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580357952
    },
    "xdrmem_destroy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358304
    },
    "xdrmem_getbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358096
    },
    "xdrmem_getlong_aligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358416
    },
    "xdrmem_getlong_unaligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358000
    },
    "xdrmem_getpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358224
    },
    "xdrmem_inline_aligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358512
    },
    "xdrmem_inline_unaligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358288
    },
    "xdrmem_ops_aligned": {
      "type": {
        "kind": "struct",
        "name": "xdr_ops"
      },
      "address": 18446744071585417288
    },
    "xdrmem_ops_unaligned": {
      "type": {
        "kind": "struct",
        "name": "xdr_ops"
      },
      "address": 18446744071585417216
    },
    "xdrmem_putbytes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358160
    },
    "xdrmem_putlong_aligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358464
    },
    "xdrmem_putlong_unaligned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358048
    },
    "xdrmem_setpos": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580358240
    },
    "xdrmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610085184
    },
    "xdrs": {
      "type": {
        "kind": "struct",
        "name": "XDR"
      },
      "address": 0
    },
    "xdrsum": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xdst": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "pf_addr_wrap"
        }
      },
      "address": 0
    },
    "xe_xenbusb_front_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609522808
    },
    "xe_xenbusb_front_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609522784
    },
    "xe_xenbusb_frontmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522696
    },
    "xen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610220560
    },
    "xen_acpi_cpu.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xen_acpi_cpu_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573758960
    },
    "xen_acpi_cpu_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609521712
    },
    "xen_acpi_cpu_methods": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585129104
    },
    "xen_acpi_cpu_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573758656
    },
    "xen_acpi_cpu_probe.cpudev_ids": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071609521760
    },
    "xen_apic.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xen_arch_intr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xen_arch_intr_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357760
    },
    "xen_arch_intr_alloc.warned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613454104
    },
    "xen_arch_intr_handle_upcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357488
    },
    "xen_arch_intr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357680
    },
    "xen_arch_intr_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358256
    },
    "xen_clock_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573832992
    },
    "xen_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xen_console.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xen_cpu_acpi_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609521664
    },
    "xen_cpu_acpi_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609521640
    },
    "xen_cpu_acpimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609521440
    },
    "xen_cpuid_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613454032
    },
    "xen_cpustop_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357408
    },
    "xen_cpususpend_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357424
    },
    "xen_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573833008
    },
    "xen_disable_pv_disks": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454024
    },
    "xen_disable_pv_nics": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454028
    },
    "xen_domain_type": {
      "type": {
        "kind": "enum",
        "name": "xen_domain_type"
      },
      "address": 18446744071613399216
    },
    "xen_errors": {
      "type": {
        "count": 111,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071587103696
    },
    "xen_evtchn_needs_ack": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071613454040
    },
    "xen_features": {
      "type": {
        "count": 32,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613399184
    },
    "xen_has_iommu_maps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581356368
    },
    "xen_hvm_cpu_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581354496
    },
    "xen_hvm_cpu_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171576
    },
    "xen_hvm_cpu_ops": {
      "type": {
        "kind": "struct",
        "name": "cpu_ops"
      },
      "address": 18446744071610171440
    },
    "xen_hvm_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581355808
    },
    "xen_hvm_init_hypercall_stubs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581354672
    },
    "xen_hvm_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171552
    },
    "xen_hvm_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581355776
    },
    "xen_hvm_set_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581355200
    },
    "xen_hvm_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581355760
    },
    "xen_hvm_sysinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581356400
    },
    "xen_intr.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xen_intr_add_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573750448
    },
    "xen_intr_alloc_and_bind_ipi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573749552
    },
    "xen_intr_alloc_and_bind_local_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573748624
    },
    "xen_intr_alloc_irqs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357616
    },
    "xen_intr_assign_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573747360
    },
    "xen_intr_auto_vector_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 18446744071613454120
    },
    "xen_intr_bind_isrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573748160
    },
    "xen_intr_bind_local_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573748048
    },
    "xen_intr_bind_remote_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573748816
    },
    "xen_intr_bind_virq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573749008
    },
    "xen_intr_describe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573749840
    },
    "xen_intr_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573747312
    },
    "xen_intr_disable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573747904
    },
    "xen_intr_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573748016
    },
    "xen_intr_enable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573747968
    },
    "xen_intr_get_evtchn_from_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573750576
    },
    "xen_intr_handle_upcall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573746320
    },
    "xen_intr_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573750832
    },
    "xen_intr_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609520120
    },
    "xen_intr_isrc_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071612438992
    },
    "xen_intr_pic": {
      "type": {
        "kind": "struct",
        "name": "pic"
      },
      "address": 18446744071610171848
    },
    "xen_intr_pic_assign_cpu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358736
    },
    "xen_intr_pic_config_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358720
    },
    "xen_intr_pic_disable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358640
    },
    "xen_intr_pic_disable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358592
    },
    "xen_intr_pic_enable_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358624
    },
    "xen_intr_pic_enable_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358576
    },
    "xen_intr_pic_eoi_source": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358608
    },
    "xen_intr_pic_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358704
    },
    "xen_intr_pic_source_pending": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358672
    },
    "xen_intr_pic_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358688
    },
    "xen_intr_pic_vector": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358656
    },
    "xen_intr_port": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573750416
    },
    "xen_intr_port_to_isrc": {
      "type": {
        "count": 4096,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "xenisrc"
          }
        }
      },
      "address": 18446744071612406224
    },
    "xen_intr_print_type.evtchn_type_to_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585128496
    },
    "xen_intr_release_isrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573750000
    },
    "xen_intr_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573746720
    },
    "xen_intr_signal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573750368
    },
    "xen_intr_unbind": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573749312
    },
    "xen_intr_x86_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613454072
    },
    "xen_intrcnt_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581358400
    },
    "xen_intrcnt_init_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171776
    },
    "xen_invlop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357344
    },
    "xen_ipi_bitmap_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357360
    },
    "xen_ipi_swi_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357440
    },
    "xen_ipis": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "xen_ipi_handler"
        }
      },
      "address": 18446744071587104144
    },
    "xen_net_read_mac": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573823632
    },
    "xen_pv_lapic_ipi_vectored": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581356704
    },
    "xen_pv_lapic_ipi_vectored.pvnmi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613454056
    },
    "xen_pvh_init_ops": {
      "type": {
        "kind": "struct",
        "name": "init_ops"
      },
      "address": 18446744071610220528
    },
    "xen_pvh_parse_preload_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582440592
    },
    "xen_setup_cpus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581356416
    },
    "xen_setup_cpus_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610171744
    },
    "xen_setup_vcpu_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342672
    },
    "xen_setup_vcpu_info.pcpu_entry_vcpu_local_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610311296
    },
    "xen_setup_vcpu_info.warned": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071613399220
    },
    "xen_smap": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "bios_smap"
        }
      },
      "address": 18446744071613490576
    },
    "xen_smp_rendezvous_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581357328
    },
    "xen_start32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581413376
    },
    "xen_store": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xenstore_domain_interface"
        }
      },
      "address": 18446744071612469400
    },
    "xen_suspend_cancelled": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 18446744071612444296
    },
    "xen_timer.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xen_upload_cx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573763136
    },
    "xen_upload_px": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573761936
    },
    "xen_vector_callback_enabled": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071613454036
    },
    "xenballoon_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573702672
    },
    "xenballoon_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609517456
    },
    "xenballoon_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573702544
    },
    "xenballoon_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585125856
    },
    "xenballoon_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573702640
    },
    "xenballoon_xenstore_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609517784
    },
    "xenballoon_xenstore_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609517760
    },
    "xenballoon_xenstoremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609517552
    },
    "xenbus.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenbus_dev_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580343440
    },
    "xenbus_dev_fatal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580343648
    },
    "xenbus_dev_is_online": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580344048
    },
    "xenbus_dev_verror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342928
    },
    "xenbus_dev_vfatal": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580343520
    },
    "xenbus_get_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573716080
    },
    "xenbus_grant_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580343824
    },
    "xenbus_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenbus_localend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580344192
    },
    "xenbus_localend_changed_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084232
    },
    "xenbus_otherend_changed_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084208
    },
    "xenbus_read_driver_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580343984
    },
    "xenbus_set_state": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573729312
    },
    "xenbus_strstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580342896
    },
    "xenbus_strstate.name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585416416
    },
    "xenbusb.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenbusb_add_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580344304
    },
    "xenbusb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580345760
    },
    "xenbusb_back.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenbusb_back_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580350144
    },
    "xenbusb_back_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610084720
    },
    "xenbusb_back_enumerate_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580350352
    },
    "xenbusb_back_get_otherend_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580350688
    },
    "xenbusb_back_localend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351104
    },
    "xenbusb_back_methods": {
      "type": {
        "count": 19,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585416832
    },
    "xenbusb_back_otherend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580350880
    },
    "xenbusb_back_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580350112
    },
    "xenbusb_back_xenstore_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610084880
    },
    "xenbusb_back_xenstore_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610084856
    },
    "xenbusb_back_xenstoremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610084816
    },
    "xenbusb_device_sysctl_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580349216
    },
    "xenbusb_devices_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580347072
    },
    "xenbusb_enumerate_type_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084416
    },
    "xenbusb_free_child_ivars": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580345536
    },
    "xenbusb_front.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenbusb_front_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580349760
    },
    "xenbusb_front_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071610084512
    },
    "xenbusb_front_enumerate_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580349792
    },
    "xenbusb_front_get_otherend_node": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580349920
    },
    "xenbusb_front_methods": {
      "type": {
        "count": 17,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585416560
    },
    "xenbusb_front_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580349728
    },
    "xenbusb_front_xenstore_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071610084672
    },
    "xenbusb_front_xenstore_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071610084648
    },
    "xenbusb_front_xenstoremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071610084608
    },
    "xenbusb_get_otherend_node_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084440
    },
    "xenbusb_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580344208
    },
    "xenbusb_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenbusb_local_watch_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580345360
    },
    "xenbusb_localend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580348960
    },
    "xenbusb_localend_changed_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084488
    },
    "xenbusb_nop_confighook_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580346144
    },
    "xenbusb_otherend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580348880
    },
    "xenbusb_otherend_changed_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084464
    },
    "xenbusb_otherend_watch_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580345184
    },
    "xenbusb_print_child": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580348160
    },
    "xenbusb_probe_children": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580346160
    },
    "xenbusb_probe_children_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580347376
    },
    "xenbusb_read_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580348256
    },
    "xenbusb_release_confighook": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580347424
    },
    "xenbusb_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580347616
    },
    "xenbusb_write_ivar": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580348352
    },
    "xencons_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755312
    },
    "xencons_cngetc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752800
    },
    "xencons_cngrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752864
    },
    "xencons_cninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752640
    },
    "xencons_cnprobe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752576
    },
    "xencons_cnputc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752832
    },
    "xencons_cnterm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752784
    },
    "xencons_cnungrab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752880
    },
    "xencons_consdev": {
      "type": {
        "kind": "struct",
        "name": "consdev"
      },
      "address": 18446744071609520456
    },
    "xencons_consdev_ops": {
      "type": {
        "kind": "struct",
        "name": "consdev_ops"
      },
      "address": 18446744071585128736
    },
    "xencons_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609520904
    },
    "xencons_early_init_hypervisor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752896
    },
    "xencons_early_init_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573753072
    },
    "xencons_getc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573754272
    },
    "xencons_hypervisor_ops": {
      "type": {
        "kind": "struct",
        "name": "xencons_ops"
      },
      "address": 18446744071585128800
    },
    "xencons_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755168
    },
    "xencons_init_hypervisor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752912
    },
    "xencons_init_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573753280
    },
    "xencons_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755648
    },
    "xencons_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585128864
    },
    "xencons_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755280
    },
    "xencons_putc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573754480
    },
    "xencons_read_hypervisor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573753008
    },
    "xencons_read_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573753360
    },
    "xencons_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755536
    },
    "xencons_ring_ops": {
      "type": {
        "kind": "struct",
        "name": "xencons_ops"
      },
      "address": 18446744071585128832
    },
    "xencons_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573753744
    },
    "xencons_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755920
    },
    "xencons_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756208
    },
    "xencons_tty_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755984
    },
    "xencons_tty_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573755952
    },
    "xencons_tty_outwakeup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573756016
    },
    "xencons_ttydevsw": {
      "type": {
        "kind": "struct",
        "name": "ttydevsw"
      },
      "address": 18446744071609520952
    },
    "xencons_tx_flush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573754720
    },
    "xencons_tx_full": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573754976
    },
    "xencons_write_hypervisor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573753040
    },
    "xencons_write_ring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573753552
    },
    "xend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xendebug_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573870992
    },
    "xendebug_drain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573871280
    },
    "xendebug_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609527160
    },
    "xendebug_filter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573871312
    },
    "xendebug_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573870832
    },
    "xendebug_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585134816
    },
    "xendebug_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573870960
    },
    "xendebug_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609527112
    },
    "xendebug_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609527088
    },
    "xendebug_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609527024
    },
    "xenmem_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751488
    },
    "xenmem_alloc_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084928
    },
    "xenmem_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751616
    },
    "xenmem_free_desc": {
      "type": {
        "kind": "struct",
        "name": "kobjop_desc"
      },
      "address": 18446744071610084952
    },
    "xenmem_generic_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351360
    },
    "xenmem_generic_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580351488
    },
    "xenmem_if.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenpci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenpci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573835136
    },
    "xenpci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573835664
    },
    "xenpci_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609523312
    },
    "xenpci_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585132656
    },
    "xenpci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609523264
    },
    "xenpci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609523240
    },
    "xenpci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609523200
    },
    "xenpci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834992
    },
    "xenpci_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573835888
    },
    "xenpv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenpv_alloc_physmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751968
    },
    "xenpv_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751920
    },
    "xenpv_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609520408
    },
    "xenpv_free_physmem": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573752144
    },
    "xenpv_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751744
    },
    "xenpv_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585128528
    },
    "xenpv_nexus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609520360
    },
    "xenpv_nexus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609520336
    },
    "xenpv_nexusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609520296
    },
    "xenpv_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573751888
    },
    "xenstore.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenstore_dev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xenstore_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609523520
    },
    "xenstore_methods": {
      "type": {
        "count": 13,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585132736
    },
    "xenstore_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609524016
    },
    "xenstore_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609523992
    },
    "xenstore_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609523616
    },
    "xenstored_dev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xentimer_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573833376
    },
    "xentimer_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573833808
    },
    "xentimer_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609523088
    },
    "xentimer_et_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834512
    },
    "xentimer_et_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834704
    },
    "xentimer_get_timecount": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834752
    },
    "xentimer_gettime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834016
    },
    "xentimer_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573833088
    },
    "xentimer_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834416
    },
    "xentimer_methods": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585132064
    },
    "xentimer_percpu_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834784
    },
    "xentimer_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573833216
    },
    "xentimer_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573833840
    },
    "xentimer_settime": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573834176
    },
    "xentimer_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573833824
    },
    "xentimer_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609523040
    },
    "xentimer_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609523016
    },
    "xentimer_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522952
    },
    "xenwatch_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573844176
    },
    "xf": {
      "type": {
        "kind": "struct",
        "name": "xfile"
      },
      "address": 0
    },
    "xfer": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "xfer2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "xfer_drain": {
      "type": {
        "kind": "struct",
        "name": "unnamed_81380ca44fdfcbae"
      },
      "address": 0
    },
    "xfer_len": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xfer_other": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_xfer"
        }
      },
      "address": 0
    },
    "xfer_phys": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xfer_size": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "xfer_timeout": {
      "type": {
        "kind": "struct",
        "name": "unnamed_81380ca44fdfcbae"
      },
      "address": 0
    },
    "xfer_type": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "xfer_virt": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xferlen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xferq": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "fw_xferq"
        }
      },
      "address": 0
    },
    "xferqa": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "fw_xferq"
          }
        }
      },
      "address": 0
    },
    "xfersize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xflags": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xform_Poly1305_Final": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548816
    },
    "xform_Poly1305_Init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548688
    },
    "xform_Poly1305_Setkey": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548704
    },
    "xform_Poly1305_Update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579548768
    },
    "xform_aes_cbc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_aes_icm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_aes_xts.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_ah.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_ah_authsize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578340592
    },
    "xform_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578338272
    },
    "xform_cbc_mac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_chacha20_poly1305.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_cml.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_deflate.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578338560
    },
    "xform_esp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_gmac.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578338848
    },
    "xform_ipcomp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_null.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_poly1305.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_rmd160.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_sha1.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_sha2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xform_tcp.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xforms": {
      "type": {
        "kind": "struct",
        "name": "xforms_list"
      },
      "address": 18446744071613140848
    },
    "xforms_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613140816
    },
    "xfpusave": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "xfpusave_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xfpustate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "xfpustate_len": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xfroms_list_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071609983408
    },
    "xfroms_list_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983360
    },
    "xfroms_list_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609983384
    },
    "xfs": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "xg_avp": {
      "type": {
        "count": 9,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "addr_val_pair"
        }
      },
      "address": 18446744071608427472
    },
    "xgainList": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "xgain_list": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "xgbe-desc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe-dev.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe-drv.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe-i2c.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe-mdio.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe-phy-v2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe-sysctl.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe-txrx.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe_an73_tx_training": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581652672
    },
    "xgbe_an_combined_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581646000
    },
    "xgbe_an_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581650240
    },
    "xgbe_an_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581646480
    },
    "xgbe_an_restart": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581649984
    },
    "xgbe_an_state_machine": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581650528
    },
    "xgbe_calc_rx_buf_size": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581642416
    },
    "xgbe_change_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581648176
    },
    "xgbe_clr_gpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581618448
    },
    "xgbe_config_osp_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581633152
    },
    "xgbe_config_rsf_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632896
    },
    "xgbe_config_rx_coalesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632384
    },
    "xgbe_config_rx_flow_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632256
    },
    "xgbe_config_rx_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581613200
    },
    "xgbe_config_rx_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632640
    },
    "xgbe_config_tsf_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581633024
    },
    "xgbe_config_tx_coalesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632528
    },
    "xgbe_config_tx_flow_control": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581631648
    },
    "xgbe_config_tx_threshold": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632768
    },
    "xgbe_dev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581620976
    },
    "xgbe_disable_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581622240
    },
    "xgbe_disable_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581640736
    },
    "xgbe_disable_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581619712
    },
    "xgbe_disable_rx_csum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581614160
    },
    "xgbe_disable_rx_vlan_filtering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581615056
    },
    "xgbe_disable_rx_vlan_stripping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581614608
    },
    "xgbe_disable_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581618848
    },
    "xgbe_dump_dma_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581600912
    },
    "xgbe_dump_i2c_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581587264
    },
    "xgbe_dump_mac_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581605040
    },
    "xgbe_dump_mtl_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581603392
    },
    "xgbe_dump_phy_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581600016
    },
    "xgbe_dump_prop_registers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581600768
    },
    "xgbe_dump_rmon_counters": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581608976
    },
    "xgbe_enable_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581622000
    },
    "xgbe_enable_rss": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581640496
    },
    "xgbe_enable_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581619184
    },
    "xgbe_enable_rx_csum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581614064
    },
    "xgbe_enable_rx_vlan_filtering": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581614704
    },
    "xgbe_enable_rx_vlan_stripping": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581614256
    },
    "xgbe_enable_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581618560
    },
    "xgbe_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581630896
    },
    "xgbe_get_all_hw_features": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581642480
    },
    "xgbe_gstring_stats": {
      "type": {
        "count": 43,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "xgbe_stats"
        }
      },
      "address": 18446744071587138176
    },
    "xgbe_i2c_combined_isr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581672608
    },
    "xgbe_i2c_disable": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581673744
    },
    "xgbe_i2c_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581671120
    },
    "xgbe_i2c_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581671488
    },
    "xgbe_i2c_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581671520
    },
    "xgbe_i2c_xfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581671648
    },
    "xgbe_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581622496
    },
    "xgbe_init_function_ptrs_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581612144
    },
    "xgbe_init_function_ptrs_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581612544
    },
    "xgbe_init_function_ptrs_i2c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581671072
    },
    "xgbe_init_function_ptrs_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581643376
    },
    "xgbe_init_function_ptrs_phy_v2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581675824
    },
    "xgbe_init_rx_coalesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581643312
    },
    "xgbe_init_tx_coalesce": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581643280
    },
    "xgbe_is_context_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581631632
    },
    "xgbe_is_last_desc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581631616
    },
    "xgbe_osdep.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xgbe_phy_adjust_link": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581647152
    },
    "xgbe_phy_an_advertising": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581682976
    },
    "xgbe_phy_an_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581682864
    },
    "xgbe_phy_an_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581682768
    },
    "xgbe_phy_an_outcome": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581683120
    },
    "xgbe_phy_an_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581684960
    },
    "xgbe_phy_an_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581684752
    },
    "xgbe_phy_cdr_track": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581687312
    },
    "xgbe_phy_comm_lock": {
      "type": {
        "kind": "struct",
        "name": "mtx"
      },
      "address": 18446744071613485072
    },
    "xgbe_phy_config_aneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581645968
    },
    "xgbe_phy_cur_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581682544
    },
    "xgbe_phy_exit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581677888
    },
    "xgbe_phy_find_phy_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581690672
    },
    "xgbe_phy_get_comm_ownership": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581674864
    },
    "xgbe_phy_get_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581682288
    },
    "xgbe_phy_get_type": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581682560
    },
    "xgbe_phy_i2c_mii_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581675600
    },
    "xgbe_phy_i2c_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581685696
    },
    "xgbe_phy_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581676064
    },
    "xgbe_phy_kr_training_post": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581685088
    },
    "xgbe_phy_kr_training_pre": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581685056
    },
    "xgbe_phy_link_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581679440
    },
    "xgbe_phy_mii_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581675360
    },
    "xgbe_phy_mii_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581674368
    },
    "xgbe_phy_module_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581685168
    },
    "xgbe_phy_module_info": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581685120
    },
    "xgbe_phy_perform_ratechange": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581686928
    },
    "xgbe_phy_redrv_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581686128
    },
    "xgbe_phy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581677952
    },
    "xgbe_phy_rrc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581692208
    },
    "xgbe_phy_set_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581681776
    },
    "xgbe_phy_set_redrv_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581692736
    },
    "xgbe_phy_sfp_detect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581687504
    },
    "xgbe_phy_sfp_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581686192
    },
    "xgbe_phy_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581678704
    },
    "xgbe_phy_start_aneg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581691984
    },
    "xgbe_phy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581645312
    },
    "xgbe_phy_status_result": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581647856
    },
    "xgbe_phy_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581679088
    },
    "xgbe_phy_switch_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581682448
    },
    "xgbe_phy_use_baset_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581692272
    },
    "xgbe_phy_use_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581681200
    },
    "xgbe_phy_valid_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581681056
    },
    "xgbe_powerdown_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581620848
    },
    "xgbe_powerdown_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581620512
    },
    "xgbe_powerup_rx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581620720
    },
    "xgbe_powerup_tx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581620336
    },
    "xgbe_prepare_tx_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581641056
    },
    "xgbe_read_ext_mii_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581617376
    },
    "xgbe_read_mmc_stats": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581637328
    },
    "xgbe_read_mmd_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581615936
    },
    "xgbe_riwt_to_usec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632592
    },
    "xgbe_rx_desc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581631456
    },
    "xgbe_rx_mmc_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581635184
    },
    "xgbe_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581599520
    },
    "xgbe_service_timer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581599648
    },
    "xgbe_set_ext_mii_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581617280
    },
    "xgbe_set_gpio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581618336
    },
    "xgbe_set_mac_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581613120
    },
    "xgbe_set_rss_hash_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581640848
    },
    "xgbe_set_rss_lookup_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581640912
    },
    "xgbe_set_speed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581617152
    },
    "xgbe_start_timers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581599936
    },
    "xgbe_tx_complete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581613104
    },
    "xgbe_tx_desc_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581631264
    },
    "xgbe_tx_desc_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581631584
    },
    "xgbe_tx_mmc_int": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581633312
    },
    "xgbe_update_vlan_hash_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581615152
    },
    "xgbe_usec_to_riwt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581632544
    },
    "xgbe_v2a": {
      "type": {
        "kind": "struct",
        "name": "xgbe_version_data"
      },
      "address": 18446744071610196784
    },
    "xgbe_v2b": {
      "type": {
        "kind": "struct",
        "name": "xgbe_version_data"
      },
      "address": 18446744071610196840
    },
    "xgbe_wrapper_rx_descriptor_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581612368
    },
    "xgbe_wrapper_tx_descriptor_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581612176
    },
    "xgbe_write_ext_mii_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581617872
    },
    "xgbe_write_mmd_regs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581616544
    },
    "xgbe_write_rss_hash_key": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581641472
    },
    "xgbe_write_rss_reg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581641792
    },
    "xh": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xform_history"
        }
      },
      "address": 0
    },
    "xhci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xhci_activate_transfer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572926480
    },
    "xhci_bosd": {
      "type": {
        "kind": "struct",
        "name": "xhci_bos_desc"
      },
      "address": 18446744071585047394
    },
    "xhci_bus_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_bus_methods"
      },
      "address": 18446744071585047200
    },
    "xhci_confd": {
      "type": {
        "kind": "struct",
        "name": "xhci_config_desc"
      },
      "address": 18446744071585047421
    },
    "xhci_configure_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572942352
    },
    "xhci_configure_endpoint": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572928016
    },
    "xhci_configure_msg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572920928
    },
    "xhci_devd": {
      "type": {
        "kind": "struct",
        "name": "usb_device_descriptor"
      },
      "address": 18446744071585047376
    },
    "xhci_device_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572926896
    },
    "xhci_device_generic_close": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572939408
    },
    "xhci_device_generic_enter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572939424
    },
    "xhci_device_generic_methods": {
      "type": {
        "kind": "struct",
        "name": "usb_pipe_methods"
      },
      "address": 18446744071585047496
    },
    "xhci_device_generic_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572939392
    },
    "xhci_device_generic_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572940528
    },
    "xhci_device_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572935792
    },
    "xhci_device_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585047536
    },
    "xhci_device_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572933760
    },
    "xhci_device_state_change": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572937104
    },
    "xhci_device_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572933488
    },
    "xhci_device_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572936752
    },
    "xhci_do_command": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572928688
    },
    "xhci_do_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572919504
    },
    "xhci_ep_clear_stall": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572934608
    },
    "xhci_ep_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572932576
    },
    "xhci_ep_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572934976
    },
    "xhci_free_device_ext": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572941712
    },
    "xhci_generic_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572926288
    },
    "xhci_generic_done_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572926656
    },
    "xhci_get_dma_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572933472
    },
    "xhci_halt_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572919664
    },
    "xhci_hubd": {
      "type": {
        "kind": "struct",
        "name": "usb_hub_ss_descriptor"
      },
      "address": 18446744071585047452
    },
    "xhci_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572920064
    },
    "xhci_interrupt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572924224
    },
    "xhci_interrupt_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572945888
    },
    "xhci_iterate_hw_softc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572919328
    },
    "xhci_pci.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xhci_pci_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572942928
    },
    "xhci_pci_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572946544
    },
    "xhci_pci_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609403592
    },
    "xhci_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609403832
    },
    "xhci_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609403808
    },
    "xhci_pci_port_route": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572945312
    },
    "xhci_pci_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572946976
    },
    "xhci_pci_take_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572946096
    },
    "xhci_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609403688
    },
    "xhci_reset_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572919088
    },
    "xhci_roothub_exec": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572929824
    },
    "xhci_set_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572938064
    },
    "xhci_set_endpoint_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572939312
    },
    "xhci_set_hw_power": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572934512
    },
    "xhci_set_hw_power_sleep": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572934528
    },
    "xhci_setup_generic_chain_sub": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572940656
    },
    "xhci_start_controller": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572917872
    },
    "xhci_start_dma_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572937024
    },
    "xhci_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572941696
    },
    "xhci_transfer_insert": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572927232
    },
    "xhci_uninit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572924160
    },
    "xhci_use_msi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609403788
    },
    "xhci_use_msix": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609403784
    },
    "xhci_use_polling": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572917856
    },
    "xhci_xfer_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572933024
    },
    "xhci_xfer_unsetup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572933456
    },
    "xhcictlquirk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609403584
    },
    "xhcidcepquirk": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909684
    },
    "xhcistreams": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610909680
    },
    "xhdr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xstate_hdr"
        }
      },
      "address": 0
    },
    "xhp": {
      "type": {
        "kind": "struct",
        "name": "xen_hvm_param"
      },
      "address": 0
    },
    "xhv": {
      "type": {
        "kind": "struct",
        "name": "xen_hvm_param"
      },
      "address": 0
    },
    "xi": {
      "type": {
        "kind": "struct",
        "name": "xinpcb"
      },
      "address": 0
    },
    "xid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xid_plus_direction": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "xig": {
      "type": {
        "kind": "struct",
        "name": "xinpgen"
      },
      "address": 0
    },
    "xiovec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "iovec"
        }
      },
      "address": 0
    },
    "xipp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "sysinit"
          }
        }
      },
      "address": 0
    },
    "xisr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_x_ipsecrequest"
        }
      },
      "address": 0
    },
    "xl_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573871856
    },
    "xl_check_maddr_90x": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573889232
    },
    "xl_check_maddr_90xB": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573889152
    },
    "xl_choose_media": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573881744
    },
    "xl_choose_xcvr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573881104
    },
    "xl_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573875312
    },
    "xl_devs": {
      "type": {
        "count": 29,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "xl_type"
        }
      },
      "address": 18446744071585135920
    },
    "xl_dma_map_addr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573879552
    },
    "xl_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609527584
    },
    "xl_encap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573892976
    },
    "xl_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573877776
    },
    "xl_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573877472
    },
    "xl_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573880656
    },
    "xl_init_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573883552
    },
    "xl_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573882080
    },
    "xl_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573879680
    },
    "xl_mediacheck": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573880784
    },
    "xl_methods": {
      "type": {
        "count": 11,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585135744
    },
    "xl_mii_bitbang_ops": {
      "type": {
        "kind": "struct",
        "name": "mii_bitbang_ops"
      },
      "address": 18446744071585136384
    },
    "xl_mii_bitbang_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893392
    },
    "xl_mii_bitbang_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893440
    },
    "xl_miibus_mediainit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573877184
    },
    "xl_miibus_readreg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573876672
    },
    "xl_miibus_statchg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573876880
    },
    "xl_miibus_writereg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573876768
    },
    "xl_newbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573888800
    },
    "xl_pci_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609527536
    },
    "xl_pci_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609527512
    },
    "xl_pcimodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609527344
    },
    "xl_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573871568
    },
    "xl_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573878896
    },
    "xl_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573878320
    },
    "xl_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573876496
    },
    "xl_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573889248
    },
    "xl_rxeof_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573879408
    },
    "xl_rxfilter": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573887488
    },
    "xl_setcfg": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573880944
    },
    "xl_setmode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573882656
    },
    "xl_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573875920
    },
    "xl_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573880480
    },
    "xl_start_90xB_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573891728
    },
    "xl_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573892208
    },
    "xl_stats": {
      "type": {
        "kind": "struct",
        "name": "xl_stats"
      },
      "address": 0
    },
    "xl_stats_update": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573888096
    },
    "xl_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573886768
    },
    "xl_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573875936
    },
    "xl_tick": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573888368
    },
    "xl_txeoc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573890208
    },
    "xl_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573891328
    },
    "xl_txeof_90xB": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573890944
    },
    "xlan_gpio_cfg": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xlate_fflags.fflags_table": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585165616
    },
    "xlen": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xlocked": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xlphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xlphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893600
    },
    "xlphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609527880
    },
    "xlphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071585136592
    },
    "xlphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585136464
    },
    "xlphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609527832
    },
    "xlphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609527808
    },
    "xlphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609527768
    },
    "xlphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893504
    },
    "xlphy_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893696
    },
    "xlphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573893632
    },
    "xlphys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071585136544
    },
    "xlt1": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "xlt2": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ice_xlt2"
        }
      },
      "address": 0
    },
    "xm": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "xmac_base": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xmatch": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xmin": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xmit": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sli4_xmit_sequence64_wqe_t"
        }
      },
      "address": 0
    },
    "xmitBytes": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xmm_pti_k": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379464
    },
    "xmm_pti_u": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071581379508
    },
    "xmp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "null_mount"
        }
      },
      "address": 0
    },
    "xmphy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xmphy_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570334848
    },
    "xmphy_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071608513704
    },
    "xmphy_funcs": {
      "type": {
        "kind": "struct",
        "name": "mii_phy_funcs"
      },
      "address": 18446744071584858720
    },
    "xmphy_methods": {
      "type": {
        "count": 5,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071584858592
    },
    "xmphy_mii_phy_auto": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570336448
    },
    "xmphy_miibus_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071608513656
    },
    "xmphy_miibus_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608513632
    },
    "xmphy_miibusmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608513592
    },
    "xmphy_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570334816
    },
    "xmphy_service": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570335168
    },
    "xmphy_status": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071570335840
    },
    "xmphys": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "mii_phydesc"
        }
      },
      "address": 18446744071584858672
    },
    "xn_alloc_rx_buffers": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573826736
    },
    "xn_alloc_rx_buffers_callout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573828784
    },
    "xn_enable_lro": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071609522736
    },
    "xn_ifinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573826240
    },
    "xn_ifinit_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573826352
    },
    "xn_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573823600
    },
    "xn_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573823584
    },
    "xn_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573832640
    },
    "xn_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573824256
    },
    "xn_num_queues": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071609522760
    },
    "xn_qflush": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573825888
    },
    "xn_release_tx_bufs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573831744
    },
    "xn_rxeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573827264
    },
    "xn_txeof": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573830336
    },
    "xn_txq_mq_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573825648
    },
    "xn_txq_mq_start_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573828896
    },
    "xn_txq_tq_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573832496
    },
    "xname": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "xnb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xnb_softc"
        }
      },
      "address": 0
    },
    "xnb_add_mbuf_cksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573812112
    },
    "xnb_add_mbuf_cksum_arp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573807136
    },
    "xnb_add_mbuf_cksum_icmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573807488
    },
    "xnb_add_mbuf_cksum_tcp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573807952
    },
    "xnb_add_mbuf_cksum_tcp_swcksum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573808288
    },
    "xnb_add_mbuf_cksum_udp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573808640
    },
    "xnb_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573770032
    },
    "xnb_attach_failed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573774944
    },
    "xnb_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573771776
    },
    "xnb_disconnect": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573812768
    },
    "xnb_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609522552
    },
    "xnb_dump_rings": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573778592
    },
    "xnb_dump_rings.results": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612468336
    },
    "xnb_dump_txreq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573811200
    },
    "xnb_frontend_changed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573772112
    },
    "xnb_ifinit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573777184
    },
    "xnb_ifinit_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573777312
    },
    "xnb_ifmedia_sts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573775408
    },
    "xnb_ifmedia_upd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573775392
    },
    "xnb_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573813552
    },
    "xnb_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573775440
    },
    "xnb_mbufc2pkt_1cluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573797472
    },
    "xnb_mbufc2pkt_2short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573797616
    },
    "xnb_mbufc2pkt_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573797104
    },
    "xnb_mbufc2pkt_extra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573798720
    },
    "xnb_mbufc2pkt_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573797904
    },
    "xnb_mbufc2pkt_nospace": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573799664
    },
    "xnb_mbufc2pkt_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573797328
    },
    "xnb_methods": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585130160
    },
    "xnb_pkt2mbufc_1cluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573790784
    },
    "xnb_pkt2mbufc_2cluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573791552
    },
    "xnb_pkt2mbufc_csum": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573790176
    },
    "xnb_pkt2mbufc_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573789664
    },
    "xnb_pkt2mbufc_largecluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573791168
    },
    "xnb_pkt2mbufc_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573789792
    },
    "xnb_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573769808
    },
    "xnb_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573772096
    },
    "xnb_ring2pkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573810400
    },
    "xnb_ring2pkt_1req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573780720
    },
    "xnb_ring2pkt_2req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573781200
    },
    "xnb_ring2pkt_3req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573781776
    },
    "xnb_ring2pkt_emptyring": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573780544
    },
    "xnb_ring2pkt_extra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573782496
    },
    "xnb_ring2pkt_partial": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573783376
    },
    "xnb_ring2pkt_wraps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573783584
    },
    "xnb_rxpkt2gnttab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573777424
    },
    "xnb_rxpkt2gnttab_2req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573801344
    },
    "xnb_rxpkt2gnttab_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573800240
    },
    "xnb_rxpkt2gnttab_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573800640
    },
    "xnb_rxpkt2rsp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573777824
    },
    "xnb_rxpkt2rsp_2short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573804224
    },
    "xnb_rxpkt2rsp_2slots": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573805072
    },
    "xnb_rxpkt2rsp_copyerror": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573806416
    },
    "xnb_rxpkt2rsp_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573801856
    },
    "xnb_rxpkt2rsp_extra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573803200
    },
    "xnb_rxpkt2rsp_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573802544
    },
    "xnb_shutdown": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573812368
    },
    "xnb_sscanf_hhd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573808944
    },
    "xnb_sscanf_hhn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573810112
    },
    "xnb_sscanf_hhu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573809200
    },
    "xnb_sscanf_lld": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573809456
    },
    "xnb_sscanf_llu": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573809776
    },
    "xnb_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573776432
    },
    "xnb_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573772080
    },
    "xnb_txpkt2gnttab": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573811408
    },
    "xnb_txpkt2gnttab_2cluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573793456
    },
    "xnb_txpkt2gnttab_2req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573792896
    },
    "xnb_txpkt2gnttab_empty": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573791984
    },
    "xnb_txpkt2gnttab_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573792224
    },
    "xnb_txpkt2rsp_1req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573784704
    },
    "xnb_txpkt2rsp_emptypkt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573784112
    },
    "xnb_txpkt2rsp_error": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573788160
    },
    "xnb_txpkt2rsp_extra": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573785360
    },
    "xnb_txpkt2rsp_invalid": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573787328
    },
    "xnb_txpkt2rsp_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573786144
    },
    "xnb_txpkt2rsp_wraps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573788816
    },
    "xnb_unit_pvt": {
      "type": {
        "kind": "struct",
        "name": "unnamed_f66a834fdd2ddcc4"
      },
      "address": 18446744071612465656
    },
    "xnb_unit_test_main": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573778288
    },
    "xnb_unit_test_main.results": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071612444448
    },
    "xnb_update_mbufc_2cluster": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573796256
    },
    "xnb_update_mbufc_2req": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573795488
    },
    "xnb_update_mbufc_short": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573794896
    },
    "xnb_xenbusb_back_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609522504
    },
    "xnb_xenbusb_back_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609522480
    },
    "xnb_xenbusb_backmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609522320
    },
    "xoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xoffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xorMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xor_byte": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582388416
    },
    "xor_long": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582388608
    },
    "xor_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xor_word": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071582388512
    },
    "xp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "inode"
        }
      },
      "address": 0
    },
    "xpa_timing_control": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "xpdGainMask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xpdGainValues": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned short"
        }
      },
      "address": 0
    },
    "xpdMask": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "xpd_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xpixel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xpl": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_x_policy"
        }
      },
      "address": 0
    },
    "xpl0": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "sadb_x_policy"
        }
      },
      "address": 0
    },
    "xport": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_xport_t"
        }
      },
      "address": 0
    },
    "xport_default": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport"
      },
      "address": 18446744071608245376
    },
    "xport_default_ops": {
      "type": {
        "kind": "struct",
        "name": "xpt_xport_ops"
      },
      "address": 18446744071608245776
    },
    "xport_fcfi": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ocs_xport_fcfi_t"
        }
      },
      "address": 0
    },
    "xport_rc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xprt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "SVCXPRT"
        }
      },
      "address": 0
    },
    "xprt_active": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579656496
    },
    "xprt_inactive": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579656992
    },
    "xprt_inactive_locked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579656912
    },
    "xprt_inactive_self": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579657200
    },
    "xprt_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579655840
    },
    "xprt_unregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071579656112
    },
    "xprts": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "SVCXPRT"
          }
        }
      },
      "address": 0
    },
    "xps_proto_software_hash_v4": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071577709808
    },
    "xps_proto_software_hash_v6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578085328
    },
    "xpt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "xpt_xport"
          }
        }
      },
      "address": 0
    },
    "xpt_acquire_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565889456
    },
    "xpt_action": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565882864
    },
    "xpt_action_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565882896
    },
    "xpt_action_name": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879424
    },
    "xpt_action_name.buffer": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071610597888
    },
    "xpt_add_periph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565880000
    },
    "xpt_alloc_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565902368
    },
    "xpt_alloc_ccb_nowait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565899024
    },
    "xpt_alloc_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565902592
    },
    "xpt_alloc_device_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565918448
    },
    "xpt_announce_periph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565880640
    },
    "xpt_announce_periph_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565880784
    },
    "xpt_announce_quirks": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565881184
    },
    "xpt_announce_quirks_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565881232
    },
    "xpt_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565890192
    },
    "xpt_async_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565899248
    },
    "xpt_async_process_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565918640
    },
    "xpt_async_process_tgt": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565918544
    },
    "xpt_async_td": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565910176
    },
    "xpt_boot_delay": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919552
    },
    "xpt_bus_deregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565899088
    },
    "xpt_bus_register": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565897216
    },
    "xpt_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071608245536
    },
    "xpt_ch_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919456
    },
    "xpt_clone_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565895600
    },
    "xpt_compile_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565893840
    },
    "xpt_config": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565910544
    },
    "xpt_create_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565890048
    },
    "xpt_create_path_unlocked": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565894720
    },
    "xpt_denounce_periph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565881280
    },
    "xpt_denounce_periph_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565881408
    },
    "xpt_destroy_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565903152
    },
    "xpt_dev_async_default": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565918496
    },
    "xpt_dev_ccbq_resize": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565889600
    },
    "xpt_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565887936
    },
    "xpt_done_direct": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565900960
    },
    "xpt_done_process": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565901040
    },
    "xpt_done_td": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565909744
    },
    "xpt_driver": {
      "type": {
        "kind": "struct",
        "name": "periph_driver"
      },
      "address": 18446744071608245488
    },
    "xpt_find_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565894864
    },
    "xpt_finishconfig_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565904272
    },
    "xpt_free_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879040
    },
    "xpt_free_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565878944
    },
    "xpt_freeze_devq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565888256
    },
    "xpt_freeze_simq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565900480
    },
    "xpt_getattr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565881696
    },
    "xpt_hold_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565903904
    },
    "xpt_hw_delay_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608245400
    },
    "xpt_lock_buses": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879872
    },
    "xpt_merge_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565893664
    },
    "xpt_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608245464
    },
    "xpt_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565906096
    },
    "xpt_path_comp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879104
    },
    "xpt_path_comp_dev": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565896480
    },
    "xpt_path_counts": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565896208
    },
    "xpt_path_inq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565937360
    },
    "xpt_path_lun_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565897072
    },
    "xpt_path_mtx": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565902576
    },
    "xpt_path_path_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565897024
    },
    "xpt_path_periph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565897120
    },
    "xpt_path_sbuf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565896640
    },
    "xpt_path_sim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565897104
    },
    "xpt_path_sim_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565906080
    },
    "xpt_path_string": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565896960
    },
    "xpt_path_target_id": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565897040
    },
    "xpt_periph": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_periph"
        }
      },
      "address": 18446744071610597920
    },
    "xpt_periph_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565906144
    },
    "xpt_poll_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565892304
    },
    "xpt_pollwait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565892640
    },
    "xpt_print": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565878704
    },
    "xpt_print_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565896896
    },
    "xpt_print_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879280
    },
    "xpt_register_async": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565904352
    },
    "xpt_release_boot": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565904048
    },
    "xpt_release_bus": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565895328
    },
    "xpt_release_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565897136
    },
    "xpt_release_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565888848
    },
    "xpt_release_devq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565889872
    },
    "xpt_release_devq_device": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565900608
    },
    "xpt_release_devq_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565889808
    },
    "xpt_release_path": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565896112
    },
    "xpt_release_simq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565900784
    },
    "xpt_release_target": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565895040
    },
    "xpt_remove_periph": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565880400
    },
    "xpt_rescan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565877936
    },
    "xpt_rescan_done": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879568
    },
    "xpt_run_allocq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565892768
    },
    "xpt_run_allocq_task": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565880224
    },
    "xpt_run_devq": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565886464
    },
    "xpt_scanner_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565910848
    },
    "xpt_schedule": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565892736
    },
    "xpt_setup_ccb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879760
    },
    "xpt_setup_ccb_flags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565893728
    },
    "xpt_sim": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cam_sim"
        }
      },
      "address": 0
    },
    "xpt_sim_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565891824
    },
    "xpt_start_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565903248
    },
    "xpt_stop_tags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565903584
    },
    "xpt_topo_init_args": {
      "type": {
        "kind": "struct",
        "name": "mtx_args"
      },
      "address": 18446744071608245424
    },
    "xpt_topo_init_mtx_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244576
    },
    "xpt_topo_init_mtx_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608244600
    },
    "xpt_unlock_buses": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565879936
    },
    "xptaction": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565909440
    },
    "xptbustraverse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565911424
    },
    "xptclose": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565906256
    },
    "xptdefbusfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919776
    },
    "xptdefdevicefunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919872
    },
    "xptdefperiphfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919920
    },
    "xptdeftargetfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919824
    },
    "xptdevicetraverse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565913552
    },
    "xptdoioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565906368
    },
    "xptedtbusfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565911840
    },
    "xptedtdevicefunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565914064
    },
    "xptedtmatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565888432
    },
    "xptedtperiphfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565916304
    },
    "xptedttargetfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565913232
    },
    "xptioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565906272
    },
    "xptmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608245008
    },
    "xptopen": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565906192
    },
    "xptpassannouncefunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565919568
    },
    "xptpath": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "xptperiphlistmatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565888704
    },
    "xptperiphmatch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565916816
    },
    "xptperiphtraverse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565915504
    },
    "xptplistpdrvfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565917088
    },
    "xptpoll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565909664
    },
    "xptr": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xdr_bytesrec"
        }
      },
      "address": 0
    },
    "xptregister": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565909680
    },
    "xptscandone": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565977664
    },
    "xptsetasyncbusfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565905520
    },
    "xptsetasyncfunc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565905088
    },
    "xpttargettraverse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071565912848
    },
    "xrates": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "xrc": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xrc_srqc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 0
    },
    "xrcd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "res_xrcdn"
        }
      },
      "address": 0
    },
    "xrcdn": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xrcdn_list": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "list_head"
        }
      },
      "address": 0
    },
    "xrcsrq_out": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 0
    },
    "xri": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "xris_posted": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xroot": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "usb_xfer_root"
        }
      },
      "address": 0
    },
    "xs": {
      "type": {
        "kind": "struct",
        "name": "xswdev"
      },
      "address": 18446744071612469056
    },
    "xs11": {
      "type": {
        "kind": "struct",
        "name": "xswdev11"
      },
      "address": 0
    },
    "xs32": {
      "type": {
        "kind": "struct",
        "name": "xswdev32"
      },
      "address": 0
    },
    "xs_address": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573837040
    },
    "xs_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573842928
    },
    "xs_attach_deferred": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573845600
    },
    "xs_attach_late": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573845648
    },
    "xs_cdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "xs_dev_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573846384
    },
    "xs_dev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609524192
    },
    "xs_dev_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609524064
    },
    "xs_dev_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573849312
    },
    "xs_dev_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573846256
    },
    "xs_dev_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585133808
    },
    "xs_dev_open": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573846560
    },
    "xs_dev_poll": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573849200
    },
    "xs_dev_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573846352
    },
    "xs_dev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573846704
    },
    "xs_dev_request_and_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573836016
    },
    "xs_dev_watch_cb": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573849936
    },
    "xs_dev_watch_message_parse": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573849808
    },
    "xs_dev_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573846960
    },
    "xs_dev_xenstore_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609524416
    },
    "xs_dev_xenstore_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609524392
    },
    "xs_dev_xenstoremodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609524160
    },
    "xs_directory": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573837072
    },
    "xs_evtchn": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573837024
    },
    "xs_exists": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573837536
    },
    "xs_gather": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573841056
    },
    "xs_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573842800
    },
    "xs_init_comms": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573844016
    },
    "xs_initialized": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573837008
    },
    "xs_intr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573845680
    },
    "xs_join": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573835904
    },
    "xs_lock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573842672
    },
    "xs_mkdir": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573839040
    },
    "xs_printf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573840880
    },
    "xs_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573842896
    },
    "xs_queue_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573849600
    },
    "xs_rcv_thread": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573844768
    },
    "xs_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573837600
    },
    "xs_read_reply": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573836608
    },
    "xs_read_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573845840
    },
    "xs_register_watch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573841376
    },
    "xs_resume": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573843760
    },
    "xs_rm": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573839216
    },
    "xs_rm_tree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573839392
    },
    "xs_scanf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573840608
    },
    "xs_suspend": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573843664
    },
    "xs_talkv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573838016
    },
    "xs_transaction_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573840496
    },
    "xs_transaction_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573840368
    },
    "xs_unlock": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573842736
    },
    "xs_unregister_watch": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573841856
    },
    "xs_vprintf": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573840752
    },
    "xs_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573837808
    },
    "xs_write_store": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573836192
    },
    "xsave_area_desc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xsave_area_elm_descr"
        }
      },
      "address": 18446744071613454352
    },
    "xsave_mask": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 18446744071613454336
    },
    "xsave_mask_user": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xsd_cdev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 0
    },
    "xsd_dev_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573850864
    },
    "xsd_dev_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609524584
    },
    "xsd_dev_driver": {
      "type": {
        "kind": "struct",
        "name": "kobj_class"
      },
      "address": 18446744071609524464
    },
    "xsd_dev_identify": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573850720
    },
    "xsd_dev_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585134112
    },
    "xsd_dev_mmap": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573851040
    },
    "xsd_dev_probe": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573850832
    },
    "xsd_dev_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573850928
    },
    "xsd_dev_xenpv_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609524808
    },
    "xsd_dev_xenpv_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609524784
    },
    "xsd_dev_xenpvmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609524560
    },
    "xsd_errors": {
      "type": {
        "count": 15,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "xsd_errors"
        }
      },
      "address": 18446744071585133872
    },
    "xsdt": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ACPI_TABLE_XSDT"
        }
      },
      "address": 0
    },
    "xsegs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xsem_int_table_data_e1": {
      "type": {
        "count": 872,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585836432
    },
    "xsem_int_table_data_e1h": {
      "type": {
        "count": 872,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586225600
    },
    "xsem_int_table_data_e2": {
      "type": {
        "count": 968,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586767120
    },
    "xsem_pram_data_e1": {
      "type": {
        "count": 103312,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585837312
    },
    "xsem_pram_data_e1h": {
      "type": {
        "count": 105120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586226480
    },
    "xsem_pram_data_e2": {
      "type": {
        "count": 233920,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071586768096
    },
    "xset": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "xsize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xsleep": {
      "type": {
        "kind": "base",
        "name": "_Bool"
      },
      "address": 0
    },
    "xsoftc": {
      "type": {
        "kind": "struct",
        "name": "xpt_softc"
      },
      "address": 18446744071610466384
    },
    "xsp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xformsw"
        }
      },
      "address": 0
    },
    "xst": {
      "type": {
        "kind": "struct",
        "name": "xs_transaction"
      },
      "address": 0
    },
    "xstat": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xstate_bv": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 0
    },
    "xsum_errors": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "xt": {
      "type": {
        "kind": "struct",
        "name": "xtcpcb"
      },
      "address": 0
    },
    "xtd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "xtlist": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xtty"
        }
      },
      "address": 0
    },
    "xtr": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xu": {
      "type": {
        "kind": "struct",
        "name": "xucred"
      },
      "address": 0
    },
    "xuc": {
      "type": {
        "kind": "struct",
        "name": "xucred"
      },
      "address": 0
    },
    "xug": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xunpgen"
        }
      },
      "address": 0
    },
    "xuio": {
      "type": {
        "kind": "struct",
        "name": "uio"
      },
      "address": 0
    },
    "xvfsp": {
      "type": {
        "kind": "struct",
        "name": "xvfsconf32"
      },
      "address": 0
    },
    "xvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "vnode"
        }
      },
      "address": 0
    },
    "xwin": {
      "type": {
        "count": 128,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "struct",
            "name": "mbuf"
          }
        }
      },
      "address": 0
    },
    "xx": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xxhash": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "xxhash.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xxs": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xxus": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xy": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "xyz": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "xz_crc32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425680
    },
    "xz_crc32.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xz_crc32_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425472
    },
    "xz_crc32_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned int"
        }
      },
      "address": 18446744071610599776
    },
    "xz_crc64": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566426048
    },
    "xz_crc64.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xz_crc64_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425808
    },
    "xz_crc64_table": {
      "type": {
        "count": 256,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071610600800
    },
    "xz_dec": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "xz_dec"
        }
      },
      "address": 0
    },
    "xz_dec_bcj.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xz_dec_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566434960
    },
    "xz_dec_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566434704
    },
    "xz_dec_lzma2.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xz_dec_lzma2_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566428112
    },
    "xz_dec_lzma2_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566428384
    },
    "xz_dec_lzma2_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566428224
    },
    "xz_dec_lzma2_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566426192
    },
    "xz_dec_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566434528
    },
    "xz_dec_run": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566432272
    },
    "xz_dec_stream.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xz_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425392
    },
    "xz_malloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425360
    },
    "xz_mod.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "xz_module_event_handler": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071566425424
    },
    "xz_moduledata": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071608314848
    },
    "xz_ret": {
      "type": {
        "kind": "enum",
        "name": "xz_ret"
      },
      "address": 0
    },
    "xzero": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "xzmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071608314784
    },
    "y": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "y0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "y1": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "y2": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "y3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "y5": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "y_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "y_est": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "y_intercept": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "y_lin": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "y_ok": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "y_quad": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "y_sqr": {
      "type": {
        "count": 24,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "yborder": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "yc_chipsets": {
      "type": {
        "count": 66,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "yenta_chipinfo"
        }
      },
      "address": 18446744071609091664
    },
    "ycp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "yenta_chipinfo"
        }
      },
      "address": 0
    },
    "year": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 0
    },
    "year_lengths": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "yed": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "yend": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "yi": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "yield_count": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "yleap": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ymax": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "yoff": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "yoffset": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ypixel": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "ysize": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "z": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "z2": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "z3": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "z4": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "zError": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724448
    },
    "z_coeff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "z_coeff_interpolate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572544320
    },
    "z_coeff_q2": {
      "type": {
        "count": 139,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609199088
    },
    "z_coeff_q3": {
      "type": {
        "count": 587,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609200176
    },
    "z_coeff_q4": {
      "type": {
        "count": 2635,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609204848
    },
    "z_coeff_tab": {
      "type": {
        "count": 3,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_d3b24aaad2f9a180"
        }
      },
      "address": 18446744071585021360
    },
    "z_dcoeff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "z_dcoeff_q2": {
      "type": {
        "count": 129,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609199648
    },
    "z_dcoeff_q3": {
      "type": {
        "count": 577,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609202528
    },
    "z_dcoeff_q4": {
      "type": {
        "count": 2625,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 18446744071609215392
    },
    "z_errmsg": {
      "type": {
        "count": 10,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585219136
    },
    "z_feed_linear_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572541968
    },
    "z_feed_linear_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572543136
    },
    "z_feed_sinc_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572542176
    },
    "z_feed_sinc_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572543344
    },
    "z_feed_sinc_polyphase_S16LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572542752
    },
    "z_feed_sinc_polyphase_S32LE": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572543920
    },
    "z_feed_zoh": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572541776
    },
    "z_pcoeff": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "z_resampler_feed": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572538720
    },
    "z_resampler_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572538368
    },
    "z_resampler_get": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572538672
    },
    "z_resampler_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572538016
    },
    "z_resampler_set": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572538464
    },
    "z_resampler_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071572539616
    },
    "z_resampler_tab": {
      "type": {
        "count": 2,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "unnamed_1bd7c9f1040d6707"
        }
      },
      "address": 18446744071585021440
    },
    "z_scale": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zac_cap": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "zap_bucket_fail": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041984
    },
    "zap_bucket_fail2": {
      "type": {
        "kind": "base",
        "name": "long"
      },
      "address": 18446744071613041992
    },
    "zap_bucket_relock_success": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "unsigned long"
        }
      },
      "address": 18446744071608212240
    },
    "zap_bucket_relock_success_counter_sysinit_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802600
    },
    "zap_bucket_relock_success_counter_sysuninit_sys_uninit": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609802624
    },
    "zap_vma_ptes": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071578827440
    },
    "zapit": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zapped_clp": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "zbuf"
        }
      },
      "address": 0
    },
    "zba": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "zbuf"
        }
      },
      "address": 0
    },
    "zbb": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "zbuf"
        }
      },
      "address": 0
    },
    "zbits": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zbuf": {
      "type": {
        "kind": "struct",
        "name": "z_stream"
      },
      "address": 0
    },
    "zbuf_setup": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576791392
    },
    "zbuff": {
      "type": {
        "kind": "enum",
        "name": "unnamed_c447950d66212352"
      },
      "address": 0
    },
    "zcalloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724912
    },
    "zcalloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zcalloc_nowait": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724880
    },
    "zcalloc_waitok": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724848
    },
    "zcfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724944
    },
    "zcopy": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zd1211_firmware": {
      "type": {
        "count": 5120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609423104
    },
    "zd1211b_firmware": {
      "type": {
        "count": 5120,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071609428224
    },
    "zdom": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone_domain"
        }
      },
      "address": 0
    },
    "zero": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zero_addr": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 0
    },
    "zero_buf": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "zero_cdevsw": {
      "type": {
        "kind": "struct",
        "name": "cdevsw"
      },
      "address": 18446744071609084792
    },
    "zero_dev": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "cdev"
        }
      },
      "address": 18446744071610790288
    },
    "zero_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580105984
    },
    "zero_intake_passcache": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071574655664
    },
    "zero_ioctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571065232
    },
    "zero_read": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071571065104
    },
    "zero_region": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "base",
          "name": "void"
        }
      },
      "address": 18446744071613299184
    },
    "zero_seen": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zerobssid": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585322408
    },
    "zerobuf": {
      "type": {
        "count": 76,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071613059584
    },
    "zerodata": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 18446744071585242352
    },
    "zeroed": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zeroes": {
      "type": {
        "count": 8,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "char"
        }
      },
      "address": 18446744071584087424
    },
    "zerofh": {
      "type": {
        "kind": "struct",
        "name": "fhandle_t"
      },
      "address": 18446744071612485572
    },
    "zeroi": {
      "type": {
        "count": 6,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "int"
        }
      },
      "address": 0
    },
    "zeromts": {
      "type": {
        "kind": "struct",
        "name": "malloc_type_stats"
      },
      "address": 0
    },
    "zeros": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "base",
          "name": "unsigned char"
        }
      },
      "address": 0
    },
    "zerostats": {
      "type": {
        "kind": "struct",
        "name": "xbpf_d"
      },
      "address": 18446744071585221096
    },
    "zerror": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zfh": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_frameHeader"
      },
      "address": 0
    },
    "zflag": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zfp": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_frameHeader"
      },
      "address": 0
    },
    "zfree": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575416240
    },
    "zgid_entry": {
      "type": {
        "kind": "struct",
        "name": "mlx4_roce_gid_entry"
      },
      "address": 18446744071613289849
    },
    "zi_log": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "ata_zoned_info_log"
        }
      },
      "address": 0
    },
    "zidx": {
      "type": {
        "kind": "base",
        "name": "unsigned short"
      },
      "address": 0
    },
    "zkring": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "netmap_kring"
        }
      },
      "address": 0
    },
    "zkva": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "zleft": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zlibCompileFlags": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724432
    },
    "zlibVersion": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724416
    },
    "zlib_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609817104
    },
    "zlib_mod.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zlib_modevent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724816
    },
    "zlibmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609817040
    },
    "zmemcmp": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724640
    },
    "zmemcpy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724480
    },
    "zmemzero": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071576724704
    },
    "zmon": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zmps": {
      "type": {
        "kind": "base",
        "name": "unsigned char"
      },
      "address": 0
    },
    "zoc0": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoc1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoc2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoc3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoc4": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoc5": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoe1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoe2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoe3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoff": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "zone": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 0
    },
    "zone_alloc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_zone_allocator"
        }
      },
      "address": 0
    },
    "zone_alloc_item": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580109680
    },
    "zone_alloc_limit_hard": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580137168
    },
    "zone_alloc_sysctl": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580127120
    },
    "zone_args": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "disk_zone_args"
        }
      },
      "address": 0
    },
    "zone_candidate": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "mlx4_zone_entry"
        }
      },
      "address": 0
    },
    "zone_clust": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553456
    },
    "zone_ctor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580106016
    },
    "zone_domain_highest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580136384
    },
    "zone_domain_lowest": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580139024
    },
    "zone_dtor": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580107760
    },
    "zone_fetch_bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580114656
    },
    "zone_flags": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zone_free_bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580137728
    },
    "zone_free_item": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580111648
    },
    "zone_free_limit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580131248
    },
    "zone_import": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580126208
    },
    "zone_jumbo16": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553488
    },
    "zone_jumbo9": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553480
    },
    "zone_jumbop": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553472
    },
    "zone_log_warning.warninterval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585415528
    },
    "zone_mbuf": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553448
    },
    "zone_pack": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071612553464
    },
    "zone_put_bucket": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580115040
    },
    "zone_reclaim": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580121920
    },
    "zone_release": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580110720
    },
    "zone_sa": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zone_timeout": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071580133200
    },
    "zone_warnings": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 18446744071610068368
    },
    "zoned": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "zoned_bdc": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "scsi_vpd_zoned_bdc"
        }
      },
      "address": 0
    },
    "zoneid": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "zones": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "uma_zone"
        }
      },
      "address": 18446744071613298960
    },
    "zoo1": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoo2": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoo3": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zoz": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "g_uzip_zlib"
        }
      },
      "address": 0
    },
    "zpt_index": {
      "type": {
        "kind": "base",
        "name": "unsigned int"
      },
      "address": 0
    },
    "zright": {
      "type": {
        "kind": "base",
        "name": "int"
      },
      "address": 0
    },
    "zs": {
      "type": {
        "kind": "struct",
        "name": "z_stream"
      },
      "address": 0
    },
    "zsize": {
      "type": {
        "kind": "base",
        "name": "unsigned long"
      },
      "address": 0
    },
    "zstd_alloc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575020400
    },
    "zstd_common.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_compress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_compress_literals.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_compress_sequences.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_compress_superblock.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_ddict.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_decompress.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_decompress_block.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_double_fast.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_fast.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_free": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575020432
    },
    "zstd_guz_alloc": {
      "type": {
        "kind": "struct",
        "name": "ZSTD_customMem"
      },
      "address": 18446744071585163328
    },
    "zstd_kmalloc.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_lazy.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_ldm.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstd_methods": {
      "type": {
        "kind": "struct",
        "name": "compressor_methods"
      },
      "address": 18446744071609733656
    },
    "zstd_opt.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zstdio_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575872704
    },
    "zstdio_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871504
    },
    "zstdio_reset": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575871872
    },
    "zstdio_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071575872048
    },
    "ztd": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "thread"
        }
      },
      "address": 0
    },
    "ztype": {
      "type": {
        "kind": "base",
        "name": "char"
      },
      "address": 0
    },
    "zutil.c": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 0
    },
    "zvp": {
      "type": {
        "kind": "pointer",
        "subtype": {
          "kind": "struct",
          "name": "zyd_vap"
        }
      },
      "address": 0
    },
    "zyd_al2210_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573365904
    },
    "zyd_al2210_init.phyini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079744
    },
    "zyd_al2210_init.rfini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079840
    },
    "zyd_al2210_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573366688
    },
    "zyd_al2210_set_channel.rfprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079888
    },
    "zyd_al2210_switch_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573366672
    },
    "zyd_al2230_bandedge6": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573363040
    },
    "zyd_al2230_chtable": {
      "type": {
        "count": 14,
        "kind": "array",
        "subtype": {
          "count": 3,
          "kind": "array",
          "subtype": {
            "kind": "base",
            "name": "unsigned int"
          }
        }
      },
      "address": 0
    },
    "zyd_al2230_fini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573371328
    },
    "zyd_al2230_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573360240
    },
    "zyd_al2230_init.phy2230s": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585078960
    },
    "zyd_al2230_init.phyini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585078736
    },
    "zyd_al2230_init.rfini1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079008
    },
    "zyd_al2230_init.rfini2": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079040
    },
    "zyd_al2230_init.rfini3": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079088
    },
    "zyd_al2230_init_b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573358704
    },
    "zyd_al2230_init_b.phyini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585078304
    },
    "zyd_al2230_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573361984
    },
    "zyd_al2230_set_channel.rfprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079120
    },
    "zyd_al2230_set_channel_b": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573360032
    },
    "zyd_al2230_set_channel_b.rfprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585078560
    },
    "zyd_al2230_switch_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573362864
    },
    "zyd_al7230B_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573363280
    },
    "zyd_al7230B_init.phyini_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079296
    },
    "zyd_al7230B_init.rfini_1": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079520
    },
    "zyd_al7230B_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573364992
    },
    "zyd_al7230B_set_channel.rfprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079584
    },
    "zyd_al7230B_set_channel.rfsc": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079696
    },
    "zyd_al7230B_switch_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573364832
    },
    "zyd_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573341696
    },
    "zyd_bulk_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573349104
    },
    "zyd_bulk_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573348512
    },
    "zyd_cmd": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573352416
    },
    "zyd_config": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_config"
        }
      },
      "address": 18446744071585076384
    },
    "zyd_def_phy": {
      "type": {
        "count": 176,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 18446744071585077104
    },
    "zyd_def_phyB": {
      "type": {
        "count": 138,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "zyd_phy_pair"
        }
      },
      "address": 18446744071585076544
    },
    "zyd_detach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573342592
    },
    "zyd_devs": {
      "type": {
        "count": 47,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "usb_device_id"
        }
      },
      "address": 18446744071607445696
    },
    "zyd_driver": {
      "type": {
        "kind": "struct",
        "name": "driver_t"
      },
      "address": 18446744071609433600
    },
    "zyd_gct_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573367136
    },
    "zyd_gct_init.phyini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585079952
    },
    "zyd_gct_init.rfini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080192
    },
    "zyd_gct_mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573371856
    },
    "zyd_gct_mode.mode": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034400
    },
    "zyd_gct_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573368368
    },
    "zyd_gct_set_channel.vco": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080432
    },
    "zyd_gct_set_channel_synth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573372160
    },
    "zyd_gct_set_channel_synth.acal_synth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080240
    },
    "zyd_gct_set_channel_synth.div_synth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080368
    },
    "zyd_gct_set_channel_synth.std_synth": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080304
    },
    "zyd_gct_switch_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573367920
    },
    "zyd_gct_txgain.txgain": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080592
    },
    "zyd_gct_write": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573372704
    },
    "zyd_getradiocaps": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573343120
    },
    "zyd_hash_maddr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573355248
    },
    "zyd_intr_read_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573350080
    },
    "zyd_intr_write_callback": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573349824
    },
    "zyd_lock_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573353696
    },
    "zyd_match": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573341632
    },
    "zyd_maxim2_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573369152
    },
    "zyd_maxim2_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573369776
    },
    "zyd_maxim2_set_channel.phyini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080672
    },
    "zyd_maxim2_set_channel.rfini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585080960
    },
    "zyd_maxim2_set_channel.rfprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585081024
    },
    "zyd_maxim2_switch_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573369760
    },
    "zyd_methods": {
      "type": {
        "count": 4,
        "kind": "array",
        "subtype": {
          "kind": "struct",
          "name": "kobj_method"
        }
      },
      "address": 18446744071585076320
    },
    "zyd_newstate": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573354096
    },
    "zyd_parent": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573344720
    },
    "zyd_raw_xmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573343168
    },
    "zyd_read16": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573356048
    },
    "zyd_read32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573353840
    },
    "zyd_read_eeprom": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573357168
    },
    "zyd_read_pod": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573356128
    },
    "zyd_rf_attach": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573356768
    },
    "zyd_rf_name.zyd_rfs": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585081136
    },
    "zyd_rfmd_init": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573357600
    },
    "zyd_rfmd_init.phyini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585077808
    },
    "zyd_rfmd_init.rfini": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585078112
    },
    "zyd_rfmd_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573358160
    },
    "zyd_rfmd_set_channel.rfprog": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071585078192
    },
    "zyd_rfmd_switch_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573358000
    },
    "zyd_rfs": {
      "type": {
        "count": 16,
        "kind": "array",
        "subtype": {
          "kind": "pointer",
          "subtype": {
            "kind": "base",
            "name": "char"
          }
        }
      },
      "address": 18446744071585081136
    },
    "zyd_rfwrite": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573370880
    },
    "zyd_rfwrite_cr": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573371136
    },
    "zyd_rx_data": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573351776
    },
    "zyd_scan_end": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573343840
    },
    "zyd_scan_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573343568
    },
    "zyd_set_beacon_interval": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573356336
    },
    "zyd_set_chan": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573352800
    },
    "zyd_set_channel": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573344112
    },
    "zyd_set_multi": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573354928
    },
    "zyd_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573350672
    },
    "zyd_stop": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573355312
    },
    "zyd_switch_radio": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573355744
    },
    "zyd_transmit": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573348208
    },
    "zyd_tx_start": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573350848
    },
    "zyd_tx_start.ratediv": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071584034304
    },
    "zyd_uhub_driver_mod": {
      "type": {
        "kind": "struct",
        "name": "driver_module_data"
      },
      "address": 18446744071609433552
    },
    "zyd_uhub_mod": {
      "type": {
        "kind": "struct",
        "name": "moduledata_t"
      },
      "address": 18446744071609433528
    },
    "zyd_uhubmodule_sys_init": {
      "type": {
        "kind": "struct",
        "name": "sysinit"
      },
      "address": 18446744071609433392
    },
    "zyd_unlock_phy": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573353952
    },
    "zyd_unsetup_tx_list": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573372976
    },
    "zyd_update_mcast": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573344592
    },
    "zyd_vap_create": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573344272
    },
    "zyd_vap_delete": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573344544
    },
    "zyd_write32": {
      "type": {
        "kind": "base",
        "name": "void"
      },
      "address": 18446744071573352320
    }
  }
}